@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,2 @@
|
|
|
1
|
+
require('../style/image.css');
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),k=require("../chunks/useCanvasRenderer-D77k3JCQ.js"),h={key:0,class:"l-image__placeholder"},C=["src"],E=["aria-label"],N=["src","alt","draggable"],V={key:2,class:"l-image__loading"},I=e.defineComponent({name:"Image",__name:"Image",props:{src:{},placeholder:{},lazy:{type:Boolean,default:!0},priority:{default:"normal"},fit:{default:"cover"},alt:{},draggable:{type:Boolean,default:!1}},emits:["load","loading","error"],setup(a,{emit:b}){const n=a,u=b,r=e.ref(null),f=e.ref(null),{status:l,displayedSrc:g,currentBitmap:v,load:_,reset:y}=k.useImageLoader(n),{initResizeObserver:p}=k.useCanvasRenderer(f,{fit:e.computed(()=>n.fit),bitmap:v}),B=e.computed(()=>["l-image",`l-image--${n.fit}`,{"is-loaded":l.value==="loaded","is-loading":l.value==="loading","is-error":l.value==="error"}]);let t=null,o=null;const m=()=>{o&&(clearTimeout(o),o=null)},c=async()=>{if(l.value!=="loading"){u("loading");try{await _(),l.value==="loaded"&&u("load",n.src)}catch(i){u("error",i)}}};return e.watch(()=>n.src,()=>{m(),y(),n.lazy||(c(),r.value&&t&&(t.unobserve(r.value),t.observe(r.value)))}),e.onMounted(()=>{if(r.value&&p(r.value),!n.lazy){c();return}t=new IntersectionObserver(i=>{i.forEach(s=>{s.isIntersecting?(m(),c()):l.value==="loaded"&&(o||(o=setTimeout(()=>{y(),o=null},2e3)))})},{rootMargin:"1000px"}),r.value&&t.observe(r.value)}),e.onUnmounted(()=>{t==null||t.disconnect(),t=null,m()}),(i,s)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"containerRef",ref:r,class:e.normalizeClass(B.value)},[a.placeholder&&e.unref(l)!=="loaded"?(e.openBlock(),e.createElementBlock("div",h,[e.createElementVNode("img",{src:a.placeholder,style:e.normalizeStyle({objectFit:a.fit}),alt:""},null,12,C)])):e.createCommentVNode("",!0),e.createVNode(e.Transition,{name:"l-image-fade"},{default:e.withCtx(()=>[e.unref(l)==="loaded"&&e.unref(v)?(e.openBlock(),e.createElementBlock("canvas",{key:0,ref_key:"canvasRef",ref:f,class:"l-image__canvas",role:"img","aria-label":a.alt},null,8,E)):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"l-image-fade"},{default:e.withCtx(()=>[e.unref(l)==="loaded"&&e.unref(g)?(e.openBlock(),e.createElementBlock("img",{key:0,src:e.unref(g),alt:a.alt,draggable:a.draggable,style:e.normalizeStyle({objectFit:a.fit}),class:"l-image__inner"},null,12,N)):e.createCommentVNode("",!0)]),_:1}),e.unref(l)==="error"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"l-image__error",role:"button",tabindex:"0",onClick:c,onKeydown:e.withKeys(c,["enter","space"])},[e.renderSlot(i.$slots,"error",{},()=>[s[0]||(s[0]=e.createElementVNode("div",{class:"l-image__error-content"},[e.createElementVNode("span",{class:"l-image__error-icon"},"⚠️"),e.createElementVNode("span",{class:"l-image__error-text"},"加载失败,点击重试")],-1))])],32)):e.createCommentVNode("",!0),e.unref(l)==="loading"&&!a.placeholder?(e.openBlock(),e.createElementBlock("div",V,[e.renderSlot(i.$slots,"loading",{},()=>[s[1]||(s[1]=e.createElementVNode("div",{class:"l-image__shimmer"},null,-1))])])):e.createCommentVNode("",!0)],2))}}),d=I;d.install=a=>{a.component("LImage",d)};exports.LImage=d;exports.default=d;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import '../style/image.css';
|
|
2
|
+
import { defineComponent as N, ref as p, computed as k, watch as S, onMounted as V, onUnmounted as $, openBlock as d, createElementBlock as c, normalizeClass as j, unref as r, createElementVNode as m, normalizeStyle as C, createCommentVNode as f, createVNode as I, Transition as R, withCtx as w, withKeys as F, renderSlot as z } from "vue";
|
|
3
|
+
import { a as K, u as M } from "../chunks/useCanvasRenderer-BPTNzGy0.mjs";
|
|
4
|
+
const O = {
|
|
5
|
+
key: 0,
|
|
6
|
+
class: "l-image__placeholder"
|
|
7
|
+
}, U = ["src"], q = ["aria-label"], A = ["src", "alt", "draggable"], D = {
|
|
8
|
+
key: 2,
|
|
9
|
+
class: "l-image__loading"
|
|
10
|
+
}, G = /* @__PURE__ */ N({
|
|
11
|
+
name: "Image",
|
|
12
|
+
__name: "Image",
|
|
13
|
+
props: {
|
|
14
|
+
src: {},
|
|
15
|
+
placeholder: {},
|
|
16
|
+
lazy: { type: Boolean, default: !0 },
|
|
17
|
+
priority: { default: "normal" },
|
|
18
|
+
fit: { default: "cover" },
|
|
19
|
+
alt: {},
|
|
20
|
+
draggable: { type: Boolean, default: !1 }
|
|
21
|
+
},
|
|
22
|
+
emits: ["load", "loading", "error"],
|
|
23
|
+
setup(e, { emit: T }) {
|
|
24
|
+
const o = e, g = T, t = p(null), y = p(null), { status: a, displayedSrc: b, currentBitmap: _, load: x, reset: h } = K(o), { initResizeObserver: L } = M(y, {
|
|
25
|
+
fit: k(() => o.fit),
|
|
26
|
+
bitmap: _
|
|
27
|
+
}), E = k(() => [
|
|
28
|
+
"l-image",
|
|
29
|
+
`l-image--${o.fit}`,
|
|
30
|
+
{ "is-loaded": a.value === "loaded", "is-loading": a.value === "loading", "is-error": a.value === "error" }
|
|
31
|
+
]);
|
|
32
|
+
let l = null, n = null;
|
|
33
|
+
const v = () => {
|
|
34
|
+
n && (clearTimeout(n), n = null);
|
|
35
|
+
}, u = async () => {
|
|
36
|
+
if (a.value !== "loading") {
|
|
37
|
+
g("loading");
|
|
38
|
+
try {
|
|
39
|
+
await x(), a.value === "loaded" && g("load", o.src);
|
|
40
|
+
} catch (i) {
|
|
41
|
+
g("error", i);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
return S(() => o.src, () => {
|
|
46
|
+
v(), h(), o.lazy || (u(), t.value && l && (l.unobserve(t.value), l.observe(t.value)));
|
|
47
|
+
}), V(() => {
|
|
48
|
+
if (t.value && L(t.value), !o.lazy) {
|
|
49
|
+
u();
|
|
50
|
+
return;
|
|
51
|
+
}
|
|
52
|
+
l = new IntersectionObserver((i) => {
|
|
53
|
+
i.forEach((s) => {
|
|
54
|
+
s.isIntersecting ? (v(), u()) : a.value === "loaded" && (n || (n = setTimeout(() => {
|
|
55
|
+
h(), n = null;
|
|
56
|
+
}, 2e3)));
|
|
57
|
+
});
|
|
58
|
+
}, { rootMargin: "1000px" }), t.value && l.observe(t.value);
|
|
59
|
+
}), $(() => {
|
|
60
|
+
l == null || l.disconnect(), l = null, v();
|
|
61
|
+
}), (i, s) => (d(), c("div", {
|
|
62
|
+
ref_key: "containerRef",
|
|
63
|
+
ref: t,
|
|
64
|
+
class: j(E.value)
|
|
65
|
+
}, [
|
|
66
|
+
e.placeholder && r(a) !== "loaded" ? (d(), c("div", O, [
|
|
67
|
+
m("img", {
|
|
68
|
+
src: e.placeholder,
|
|
69
|
+
style: C({ objectFit: e.fit }),
|
|
70
|
+
alt: ""
|
|
71
|
+
}, null, 12, U)
|
|
72
|
+
])) : f("", !0),
|
|
73
|
+
I(R, { name: "l-image-fade" }, {
|
|
74
|
+
default: w(() => [
|
|
75
|
+
r(a) === "loaded" && r(_) ? (d(), c("canvas", {
|
|
76
|
+
key: 0,
|
|
77
|
+
ref_key: "canvasRef",
|
|
78
|
+
ref: y,
|
|
79
|
+
class: "l-image__canvas",
|
|
80
|
+
role: "img",
|
|
81
|
+
"aria-label": e.alt
|
|
82
|
+
}, null, 8, q)) : f("", !0)
|
|
83
|
+
]),
|
|
84
|
+
_: 1
|
|
85
|
+
}),
|
|
86
|
+
I(R, { name: "l-image-fade" }, {
|
|
87
|
+
default: w(() => [
|
|
88
|
+
r(a) === "loaded" && r(b) ? (d(), c("img", {
|
|
89
|
+
key: 0,
|
|
90
|
+
src: r(b),
|
|
91
|
+
alt: e.alt,
|
|
92
|
+
draggable: e.draggable,
|
|
93
|
+
style: C({ objectFit: e.fit }),
|
|
94
|
+
class: "l-image__inner"
|
|
95
|
+
}, null, 12, A)) : f("", !0)
|
|
96
|
+
]),
|
|
97
|
+
_: 1
|
|
98
|
+
}),
|
|
99
|
+
r(a) === "error" ? (d(), c("div", {
|
|
100
|
+
key: 1,
|
|
101
|
+
class: "l-image__error",
|
|
102
|
+
role: "button",
|
|
103
|
+
tabindex: "0",
|
|
104
|
+
onClick: u,
|
|
105
|
+
onKeydown: F(u, ["enter", "space"])
|
|
106
|
+
}, [
|
|
107
|
+
z(i.$slots, "error", {}, () => [
|
|
108
|
+
s[0] || (s[0] = m("div", { class: "l-image__error-content" }, [
|
|
109
|
+
m("span", { class: "l-image__error-icon" }, "⚠️"),
|
|
110
|
+
m("span", { class: "l-image__error-text" }, "加载失败,点击重试")
|
|
111
|
+
], -1))
|
|
112
|
+
])
|
|
113
|
+
], 32)) : f("", !0),
|
|
114
|
+
r(a) === "loading" && !e.placeholder ? (d(), c("div", D, [
|
|
115
|
+
z(i.$slots, "loading", {}, () => [
|
|
116
|
+
s[1] || (s[1] = m("div", { class: "l-image__shimmer" }, null, -1))
|
|
117
|
+
])
|
|
118
|
+
])) : f("", !0)
|
|
119
|
+
], 2));
|
|
120
|
+
}
|
|
121
|
+
}), B = G;
|
|
122
|
+
B.install = (e) => {
|
|
123
|
+
e.component("LImage", B);
|
|
124
|
+
};
|
|
125
|
+
export {
|
|
126
|
+
B as LImage,
|
|
127
|
+
B as default
|
|
128
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ImagePriority } from '../../../headless/src/index.ts';
|
|
2
|
+
export interface ImageProps {
|
|
3
|
+
src: string;
|
|
4
|
+
placeholder?: string;
|
|
5
|
+
lazy?: boolean;
|
|
6
|
+
priority?: ImagePriority;
|
|
7
|
+
fit?: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
|
|
8
|
+
alt?: string;
|
|
9
|
+
draggable?: boolean;
|
|
10
|
+
}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { App, Plugin } from 'vue';
|
|
2
|
+
import { RoutaConfig } from './config-provider';
|
|
3
|
+
export * from './button';
|
|
4
|
+
export * from './image';
|
|
5
|
+
export * from './input';
|
|
6
|
+
export * from './divider';
|
|
7
|
+
export * from './scrollbar';
|
|
8
|
+
export * from './watermark';
|
|
9
|
+
export * from './icon';
|
|
10
|
+
export * from './avatar';
|
|
11
|
+
export * from './collapse';
|
|
12
|
+
export * from './radio';
|
|
13
|
+
export * from './checkbox';
|
|
14
|
+
export * from './switch';
|
|
15
|
+
export * from './slider';
|
|
16
|
+
export * from './input-number';
|
|
17
|
+
export * from './otp-input';
|
|
18
|
+
export * from './select';
|
|
19
|
+
export * from './tooltip';
|
|
20
|
+
export * from './popover';
|
|
21
|
+
export * from './tree';
|
|
22
|
+
export * from './tree-select';
|
|
23
|
+
export * from './date-picker';
|
|
24
|
+
export * from './time-picker';
|
|
25
|
+
export * from './autocomplete';
|
|
26
|
+
export * from './mentions';
|
|
27
|
+
export * from './tag';
|
|
28
|
+
export * from './badge';
|
|
29
|
+
export * from './carousel';
|
|
30
|
+
export * from './upload';
|
|
31
|
+
export * from './rich-text';
|
|
32
|
+
export * from './rate';
|
|
33
|
+
export * from './grid';
|
|
34
|
+
export * from './cascader';
|
|
35
|
+
export * from './color-picker';
|
|
36
|
+
export * from './transfer';
|
|
37
|
+
export * from './form';
|
|
38
|
+
export * from './hooks';
|
|
39
|
+
export * from './dropdown';
|
|
40
|
+
export * from './context-menu';
|
|
41
|
+
export * from './menu';
|
|
42
|
+
export * from './tabs';
|
|
43
|
+
export * from './table';
|
|
44
|
+
export * from './dialog';
|
|
45
|
+
export * from './drawer';
|
|
46
|
+
export * from './pagination';
|
|
47
|
+
export * from './empty';
|
|
48
|
+
export * from './card';
|
|
49
|
+
export * from './breadcrumb';
|
|
50
|
+
export * from './space';
|
|
51
|
+
export * from './layout';
|
|
52
|
+
export * from './splitter';
|
|
53
|
+
export * from './message';
|
|
54
|
+
export * from './notification';
|
|
55
|
+
export * from './loading';
|
|
56
|
+
export * from './config-provider';
|
|
57
|
+
export declare const install: (app: App, options?: RoutaConfig) => void;
|
|
58
|
+
declare const RoutaUI: Plugin;
|
|
59
|
+
export default RoutaUI;
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const W=require("./button/index.js"),j=require("./image/index.js"),J=require("./input/index.js"),_=require("./divider/index.js"),Q=require("./scrollbar/index.js"),x=require("./watermark/index.js"),V=require("./icon/index.js"),K=require("./avatar/index.js"),g=require("./collapse/index.js"),d=require("./radio/index.js"),D=require("./checkbox/index.js"),C=require("./switch/index.js"),b=require("./slider/index.js"),E=require("./input-number/index.js"),v=require("./otp-input/index.js"),t=require("./select/index.js"),F=require("./tooltip/index.js"),Z=require("./popover/index.js"),T=require("./tree/index.js"),i=require("./tree-select/index.js"),n=require("./date-picker/index.js"),O=require("./time-picker/index.js"),f=require("./autocomplete/index.js"),R=require("./mentions/index.js"),$=require("./tag/index.js"),ee=require("./badge/index.js"),a=require("./carousel/index.js"),oe=require("./upload/index.js"),re=require("./rich-text/index.js"),q=require("./rate/index.js"),p=require("./grid/index.js"),I=require("./cascader/index.js"),te=require("./color-picker/index.js"),se=require("./transfer/index.js"),P=require("./form/index.js"),G=require("./dropdown/index.js"),y=require("./context-menu/index.js"),u=require("./menu/index.js"),s=require("./tabs/index.js"),N=require("./table/index.js"),S=require("./dialog/index.js"),k=require("./drawer/index.js"),M=require("./pagination/index.js"),A=require("./empty/index.js"),B=require("./card/index.js"),c=require("./breadcrumb/index.js"),Y=require("./space/index.js"),o=require("./layout/index.js"),L=require("./splitter/index.js"),H=require("./message/index.js"),U=require("./notification/index.js"),l=require("./loading/index.js"),e=require("./config-provider/index.js"),ie=require("./chunks/useCanvasRenderer-D77k3JCQ.js"),z=require("./chunks/useResizeObserver-DMkB1OF3.js"),w=require("./chunks/index-RYR-1S7A.js"),ne=require("./chunks/context-BEsW77hb.js"),r=require("./chunks/types-DS78vyi2.js"),m=require("./chunks/Checkbox.vue_vue_type_script_setup_true_lang-DxecbRJE.js"),Le=require("./chunks/responsive-BYScjISa.js"),ae=require("./chunks/Popover.vue_vue_type_script_setup_true_lang-TF9OnqB0.js"),le=[e.LConfigProvider,W.LButton,j.LImage,J.LInput,_.LDivider,Q.LScrollbar,x.LWatermark,V.LIcon,K.LAvatar,g.default,d.LRadio,d.LRadioGroup,D.default,C.LSwitch,b.LSlider,E.LInputNumber,v.LOTPInput,t.default,F.LTooltip,Z.LPopover,T.LTree,i.LTreeSelect,n.default,O.LTimePicker,f.LAutoComplete,R.LMentions,$.LTag,ee.LBadge,a.default,oe.LUpload,re.LRichText,q.LRate,p.LRow,I.LCascader,te.LColorPicker,se.LTransfer,P.LForm,P.LFormItem,G.LDropdown,y.LContextMenu,u.LMenu,s.LTabs,N.LTable,S.LDialog,k.LDrawer,M.LPagination,A.LEmpty,B.LCard,c.LBreadcrumb,Y.LSpace,o.LLayout,L.LSplitter,H.LMessage,U.LNotification,l.LLoading],pe=(X,ue={})=>{const h=e.resolveRoutaConfig(ue);e.provideAppRoutaConfig(X,h),e.syncFallbackRoutaConfig(h),e.applyResolvedConfigToElement(typeof document>"u"?null:document.documentElement,h),le.forEach(ce=>{X.use(ce)})},me={install:pe};exports.LButton=W.LButton;exports.LImage=j.LImage;exports.LInput=J.LInput;exports.LDivider=_.LDivider;exports.dividerProps=_.dividerProps;exports.LScrollbar=Q.LScrollbar;exports.LWatermark=x.LWatermark;exports.watermarkProps=x.watermarkProps;exports.LIcon=V.LIcon;exports.LAvatar=K.LAvatar;exports.LAvatarGroup=K.LAvatarGroup;exports.COLLAPSE_CONTEXT_KEY=g.COLLAPSE_CONTEXT_KEY;exports.LCollapse=g.LCollapse;exports.LCollapseItem=g.LCollapseItem;exports.LRadio=d.LRadio;exports.LRadioGroup=d.LRadioGroup;exports.LCheckbox=D.LCheckbox;exports.LCheckboxGroup=D.LCheckboxGroup;exports.LSwitch=C.LSwitch;exports.switchEmits=C.switchEmits;exports.switchProps=C.switchProps;exports.LSlider=b.LSlider;exports.sliderEmits=b.sliderEmits;exports.sliderProps=b.sliderProps;exports.LInputNumber=E.LInputNumber;exports.inputNumberEmits=E.inputNumberEmits;exports.inputNumberProps=E.inputNumberProps;exports.LOTPInput=v.LOTPInput;exports.otpInputEmits=v.otpInputEmits;exports.otpInputProps=v.otpInputProps;exports.LOption=t.LOption;exports.LSelect=t.LSelect;exports.SelectKey=t.SelectKey;exports.optionProps=t.optionProps;exports.selectEmits=t.selectEmits;exports.selectProps=t.selectProps;exports.LTooltip=F.LTooltip;exports.tooltipProps=F.tooltipProps;exports.LPopover=Z.LPopover;exports.LTree=T.LTree;exports.treeEmits=T.treeEmits;exports.treeProps=T.treeProps;exports.LTreeNode=i.LTreeNode;exports.LTreeSelect=i.LTreeSelect;exports.TreeSelectKey=i.TreeSelectKey;exports.treeSelectEmits=i.treeSelectEmits;exports.treeSelectProps=i.treeSelectProps;exports.LCalendar=n.LCalendar;exports.LDatePicker=n.LDatePicker;exports.LDateRangePicker=n.LDateRangePicker;exports.LDateTimePicker=n.LDateTimePicker;exports.LDateTimeRangePicker=n.LDateTimeRangePicker;exports.LTimePanel=O.LTimePanel;exports.LTimePicker=O.LTimePicker;exports.LAutoComplete=f.LAutoComplete;exports.autoCompleteEmits=f.autoCompleteEmits;exports.autoCompleteProps=f.autoCompleteProps;exports.LMentions=R.LMentions;exports.mentionsEmits=R.mentionsEmits;exports.mentionsProps=R.mentionsProps;exports.LTag=$.LTag;exports.LBadge=ee.LBadge;exports.CAROUSEL_CONTEXT_KEY=a.CAROUSEL_CONTEXT_KEY;exports.LCarousel=a.LCarousel;exports.LCarouselItem=a.LCarouselItem;exports.carouselItemProps=a.carouselItemProps;exports.carouselProps=a.carouselProps;exports.LUpload=oe.LUpload;exports.LRichText=re.LRichText;exports.LRate=q.LRate;exports.rateEmits=q.rateEmits;exports.rateProps=q.rateProps;exports.LCol=p.LCol;exports.LRow=p.LRow;exports.colProps=p.colProps;exports.rowGutterKey=p.rowGutterKey;exports.rowProps=p.rowProps;exports.LCascader=I.LCascader;exports.cascaderEmits=I.cascaderEmits;exports.cascaderProps=I.cascaderProps;exports.LColorPicker=te.LColorPicker;exports.LTransfer=se.LTransfer;exports.LForm=P.LForm;exports.LFormItem=P.LFormItem;exports.LDropdown=G.LDropdown;exports.LDropdownItem=G.LDropdownItem;exports.LContextMenu=y.LContextMenu;exports.contextMenuEmits=y.contextMenuEmits;exports.contextMenuProps=y.contextMenuProps;exports.LMenu=u.LMenu;exports.LMenuDivider=u.LMenuDivider;exports.LMenuGroup=u.LMenuGroup;exports.LMenuItem=u.LMenuItem;exports.LSubMenu=u.LSubMenu;exports.LTabPane=s.LTabPane;exports.LTabs=s.LTabs;exports.TabsKey=s.TabsKey;exports.tabPaneProps=s.tabPaneProps;exports.tabsEmits=s.tabsEmits;exports.tabsProps=s.tabsProps;exports.LTable=N.LTable;exports.tableProps=N.tableProps;exports.LDialog=S.LDialog;exports.dialogEmits=S.dialogEmits;exports.dialogProps=S.dialogProps;exports.LDrawer=k.LDrawer;exports.drawerEmits=k.drawerEmits;exports.drawerProps=k.drawerProps;exports.LPagination=M.LPagination;exports.paginationEmits=M.paginationEmits;exports.paginationProps=M.paginationProps;exports.LEmpty=A.LEmpty;exports.emptyProps=A.emptyProps;exports.LCard=B.LCard;exports.cardProps=B.cardProps;exports.BreadcrumbSeparatorKey=c.BreadcrumbSeparatorKey;exports.LBreadcrumb=c.LBreadcrumb;exports.LBreadcrumbItem=c.LBreadcrumbItem;exports.breadcrumbItemProps=c.breadcrumbItemProps;exports.breadcrumbProps=c.breadcrumbProps;exports.LSpace=Y.LSpace;exports.spaceProps=Y.spaceProps;exports.LContent=o.LContent;exports.LFooter=o.LFooter;exports.LHeader=o.LHeader;exports.LLayout=o.LLayout;exports.LSider=o.LSider;exports.contentProps=o.contentProps;exports.footerProps=o.footerProps;exports.headerProps=o.headerProps;exports.layoutProps=o.layoutProps;exports.siderProps=o.siderProps;exports.LSplitter=L.LSplitter;exports.LSplitterPane=L.LSplitterPane;exports.splitterEmits=L.splitterEmits;exports.splitterPaneProps=L.splitterPaneProps;exports.splitterProps=L.splitterProps;exports.LMessage=H.LMessage;exports.useMessage=H.useMessage;exports.LNotification=U.LNotification;exports.useNotification=U.useNotification;exports.LLoading=l.LLoading;exports.loadingProps=l.loadingProps;exports.resolveLoadingIndicatorSize=l.resolveLoadingIndicatorSize;exports.vLoading=l.vLoading;exports.LConfigProvider=e.LConfigProvider;exports.LUMI_CONFIG_KEY=e.LUMI_CONFIG_KEY;exports.applyResolvedConfigToElement=e.applyResolvedConfigToElement;exports.configProviderProps=e.configProviderProps;exports.getFallbackRoutaConfig=e.getFallbackRoutaConfig;exports.provideAppRoutaConfig=e.provideAppRoutaConfig;exports.provideRoutaConfig=e.provideRoutaConfig;exports.registerRoutaConfigHost=e.registerRoutaConfigHost;exports.resolveRoutaConfig=e.resolveRoutaConfig;exports.resolveRoutaConfigFromAppContext=e.resolveRoutaConfigFromAppContext;exports.resolveRoutaConfigFromElement=e.resolveRoutaConfigFromElement;exports.resolveRoutaConfigFromInstance=e.resolveRoutaConfigFromInstance;exports.resolveSystemTheme=e.resolveSystemTheme;exports.syncFallbackRoutaConfig=e.syncFallbackRoutaConfig;exports.syncResolvedConfig=e.syncResolvedConfig;exports.unregisterRoutaConfigHost=e.unregisterRoutaConfigHost;exports.useRoutaConfig=e.useRoutaConfig;exports.useTeleportedConfig=e.useTeleportedConfig;exports.watchSystemTheme=e.watchSystemTheme;exports.useCanvasRenderer=ie.useCanvasRenderer;exports.useImageLoader=ie.useImageLoader;exports.observe=z.observe;exports.unobserve=z.unobserve;exports.useResizeObserver=z.useResizeObserver;exports.DropdownKey=w.DropdownKey;exports.dropdownEmits=w.dropdownEmits;exports.dropdownItemProps=w.dropdownItemProps;exports.dropdownProps=w.dropdownProps;exports.FORM_ITEM_KEY=ne.FORM_ITEM_KEY;exports.FORM_KEY=ne.FORM_KEY;exports.MenuKey=r.MenuKey;exports.MenuParentKey=r.MenuParentKey;exports.MenuPopupHostKey=r.MenuPopupHostKey;exports.menuEmits=r.menuEmits;exports.menuGroupProps=r.menuGroupProps;exports.menuItemProps=r.menuItemProps;exports.menuProps=r.menuProps;exports.subMenuProps=r.subMenuProps;exports.checkboxEmits=m.checkboxEmits;exports.checkboxGroupEmits=m.checkboxGroupEmits;exports.checkboxGroupKey=m.checkboxGroupKey;exports.checkboxGroupProps=m.checkboxGroupProps;exports.checkboxProps=m.checkboxProps;exports.layoutBreakpointOrder=Le.layoutBreakpointOrder;exports.popoverEmits=ae.popoverEmits;exports.popoverProps=ae.popoverProps;exports.default=me;exports.install=pe;
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
import { LButton as m } from "./button/index.mjs";
|
|
2
|
+
import { LImage as p } from "./image/index.mjs";
|
|
3
|
+
import { LInput as s } from "./input/index.mjs";
|
|
4
|
+
import { LDivider as i } from "./divider/index.mjs";
|
|
5
|
+
import { dividerProps as cr } from "./divider/index.mjs";
|
|
6
|
+
import { LScrollbar as a } from "./scrollbar/index.mjs";
|
|
7
|
+
import { LWatermark as f } from "./watermark/index.mjs";
|
|
8
|
+
import { watermarkProps as dr } from "./watermark/index.mjs";
|
|
9
|
+
import { LIcon as n } from "./icon/index.mjs";
|
|
10
|
+
import { LAvatar as u } from "./avatar/index.mjs";
|
|
11
|
+
import { LAvatarGroup as gr } from "./avatar/index.mjs";
|
|
12
|
+
import L from "./collapse/index.mjs";
|
|
13
|
+
import { COLLAPSE_CONTEXT_KEY as br, LCollapse as Er, LCollapseItem as vr } from "./collapse/index.mjs";
|
|
14
|
+
import { LRadio as l, LRadioGroup as c } from "./radio/index.mjs";
|
|
15
|
+
import P from "./checkbox/index.mjs";
|
|
16
|
+
import { LCheckbox as Tr, LCheckboxGroup as Ir } from "./checkbox/index.mjs";
|
|
17
|
+
import { LSwitch as d } from "./switch/index.mjs";
|
|
18
|
+
import { switchEmits as Sr, switchProps as kr } from "./switch/index.mjs";
|
|
19
|
+
import { LSlider as x } from "./slider/index.mjs";
|
|
20
|
+
import { sliderEmits as hr, sliderProps as wr } from "./slider/index.mjs";
|
|
21
|
+
import { LInputNumber as g } from "./input-number/index.mjs";
|
|
22
|
+
import { inputNumberEmits as Dr, inputNumberProps as Fr } from "./input-number/index.mjs";
|
|
23
|
+
import { LOTPInput as C } from "./otp-input/index.mjs";
|
|
24
|
+
import { otpInputEmits as Gr, otpInputProps as Nr } from "./otp-input/index.mjs";
|
|
25
|
+
import b from "./select/index.mjs";
|
|
26
|
+
import { LOption as Ar, LSelect as Br, SelectKey as Yr, optionProps as Hr, selectEmits as Ur, selectProps as zr } from "./select/index.mjs";
|
|
27
|
+
import { LTooltip as E } from "./tooltip/index.mjs";
|
|
28
|
+
import { tooltipProps as Wr } from "./tooltip/index.mjs";
|
|
29
|
+
import { LPopover as v } from "./popover/index.mjs";
|
|
30
|
+
import { LTree as R } from "./tree/index.mjs";
|
|
31
|
+
import { treeEmits as qr, treeProps as Jr } from "./tree/index.mjs";
|
|
32
|
+
import { LTreeSelect as T } from "./tree-select/index.mjs";
|
|
33
|
+
import { LTreeNode as Vr, TreeSelectKey as Zr, treeSelectEmits as $r, treeSelectProps as oe } from "./tree-select/index.mjs";
|
|
34
|
+
import I from "./date-picker/index.mjs";
|
|
35
|
+
import { LCalendar as ee, LDatePicker as te, LDateRangePicker as me, LDateTimePicker as pe, LDateTimeRangePicker as se } from "./date-picker/index.mjs";
|
|
36
|
+
import { LTimePicker as y } from "./time-picker/index.mjs";
|
|
37
|
+
import { LTimePanel as ae } from "./time-picker/index.mjs";
|
|
38
|
+
import { LAutoComplete as S } from "./autocomplete/index.mjs";
|
|
39
|
+
import { autoCompleteEmits as ne, autoCompleteProps as ue } from "./autocomplete/index.mjs";
|
|
40
|
+
import { LMentions as k } from "./mentions/index.mjs";
|
|
41
|
+
import { mentionsEmits as le, mentionsProps as ce } from "./mentions/index.mjs";
|
|
42
|
+
import { LTag as M } from "./tag/index.mjs";
|
|
43
|
+
import { LBadge as h } from "./badge/index.mjs";
|
|
44
|
+
import w from "./carousel/index.mjs";
|
|
45
|
+
import { CAROUSEL_CONTEXT_KEY as de, LCarousel as xe, LCarouselItem as ge, carouselItemProps as Ce, carouselProps as be } from "./carousel/index.mjs";
|
|
46
|
+
import { LUpload as K } from "./upload/index.mjs";
|
|
47
|
+
import { LRichText as D } from "./rich-text/index.mjs";
|
|
48
|
+
import { LRate as F } from "./rate/index.mjs";
|
|
49
|
+
import { rateEmits as ve, rateProps as Re } from "./rate/index.mjs";
|
|
50
|
+
import { LRow as O } from "./grid/index.mjs";
|
|
51
|
+
import { LCol as Ie, colProps as ye, rowGutterKey as Se, rowProps as ke } from "./grid/index.mjs";
|
|
52
|
+
import { LCascader as G } from "./cascader/index.mjs";
|
|
53
|
+
import { cascaderEmits as he, cascaderProps as we } from "./cascader/index.mjs";
|
|
54
|
+
import { LColorPicker as N } from "./color-picker/index.mjs";
|
|
55
|
+
import { LTransfer as _ } from "./transfer/index.mjs";
|
|
56
|
+
import { LForm as A, LFormItem as B } from "./form/index.mjs";
|
|
57
|
+
import { LDropdown as Y } from "./dropdown/index.mjs";
|
|
58
|
+
import { LDropdownItem as De } from "./dropdown/index.mjs";
|
|
59
|
+
import { LContextMenu as H } from "./context-menu/index.mjs";
|
|
60
|
+
import { contextMenuEmits as Oe, contextMenuProps as Ge } from "./context-menu/index.mjs";
|
|
61
|
+
import { LMenu as U } from "./menu/index.mjs";
|
|
62
|
+
import { LMenuDivider as _e, LMenuGroup as Ae, LMenuItem as Be, LSubMenu as Ye } from "./menu/index.mjs";
|
|
63
|
+
import { LTabs as z } from "./tabs/index.mjs";
|
|
64
|
+
import { LTabPane as Ue, TabsKey as ze, tabPaneProps as Xe, tabsEmits as We, tabsProps as je } from "./tabs/index.mjs";
|
|
65
|
+
import { LTable as X } from "./table/index.mjs";
|
|
66
|
+
import { tableProps as Je } from "./table/index.mjs";
|
|
67
|
+
import { LDialog as W } from "./dialog/index.mjs";
|
|
68
|
+
import { dialogEmits as Ve, dialogProps as Ze } from "./dialog/index.mjs";
|
|
69
|
+
import { LDrawer as j } from "./drawer/index.mjs";
|
|
70
|
+
import { drawerEmits as ot, drawerProps as rt } from "./drawer/index.mjs";
|
|
71
|
+
import { LPagination as q } from "./pagination/index.mjs";
|
|
72
|
+
import { paginationEmits as tt, paginationProps as mt } from "./pagination/index.mjs";
|
|
73
|
+
import { LEmpty as J } from "./empty/index.mjs";
|
|
74
|
+
import { emptyProps as st } from "./empty/index.mjs";
|
|
75
|
+
import { LCard as Q } from "./card/index.mjs";
|
|
76
|
+
import { cardProps as at } from "./card/index.mjs";
|
|
77
|
+
import { LBreadcrumb as V } from "./breadcrumb/index.mjs";
|
|
78
|
+
import { BreadcrumbSeparatorKey as nt, LBreadcrumbItem as ut, breadcrumbItemProps as Lt, breadcrumbProps as lt } from "./breadcrumb/index.mjs";
|
|
79
|
+
import { LSpace as Z } from "./space/index.mjs";
|
|
80
|
+
import { spaceProps as Pt } from "./space/index.mjs";
|
|
81
|
+
import { LLayout as $ } from "./layout/index.mjs";
|
|
82
|
+
import { LContent as xt, LFooter as gt, LHeader as Ct, LSider as bt, contentProps as Et, footerProps as vt, headerProps as Rt, layoutProps as Tt, siderProps as It } from "./layout/index.mjs";
|
|
83
|
+
import { LSplitter as oo } from "./splitter/index.mjs";
|
|
84
|
+
import { LSplitterPane as St, splitterEmits as kt, splitterPaneProps as Mt, splitterProps as ht } from "./splitter/index.mjs";
|
|
85
|
+
import { LMessage as ro } from "./message/index.mjs";
|
|
86
|
+
import { useMessage as Kt } from "./message/index.mjs";
|
|
87
|
+
import { LNotification as eo } from "./notification/index.mjs";
|
|
88
|
+
import { useNotification as Ft } from "./notification/index.mjs";
|
|
89
|
+
import { LLoading as to } from "./loading/index.mjs";
|
|
90
|
+
import { loadingProps as Gt, resolveLoadingIndicatorSize as Nt, vLoading as _t } from "./loading/index.mjs";
|
|
91
|
+
import { resolveRoutaConfig as mo, provideAppRoutaConfig as po, syncFallbackRoutaConfig as so, applyResolvedConfigToElement as io, LConfigProvider as ao } from "./config-provider/index.mjs";
|
|
92
|
+
import { LUMI_CONFIG_KEY as Bt, configProviderProps as Yt, getFallbackRoutaConfig as Ht, provideRoutaConfig as Ut, registerRoutaConfigHost as zt, resolveRoutaConfigFromAppContext as Xt, resolveRoutaConfigFromElement as Wt, resolveRoutaConfigFromInstance as jt, resolveSystemTheme as qt, syncResolvedConfig as Jt, unregisterRoutaConfigHost as Qt, useRoutaConfig as Vt, useTeleportedConfig as Zt, watchSystemTheme as $t } from "./config-provider/index.mjs";
|
|
93
|
+
import { u as rm, a as em } from "./chunks/useCanvasRenderer-BPTNzGy0.mjs";
|
|
94
|
+
import { o as mm, u as pm, a as sm } from "./chunks/useResizeObserver-Cki4q_CI.mjs";
|
|
95
|
+
import { D as am, d as fm, a as nm, b as um } from "./chunks/index-B4GP5rXr.mjs";
|
|
96
|
+
import { F as lm, a as cm } from "./chunks/context-BlK-PJ3n.mjs";
|
|
97
|
+
import { M as dm, a as xm, b as gm, m as Cm, c as bm, d as Em, e as vm, s as Rm } from "./chunks/types-CXAGM03M.mjs";
|
|
98
|
+
import { c as Im, a as ym, b as Sm, d as km, e as Mm } from "./chunks/Checkbox.vue_vue_type_script_setup_true_lang-fOXXjwnz.mjs";
|
|
99
|
+
import { l as wm } from "./chunks/responsive-jCVnPx1a.mjs";
|
|
100
|
+
import { p as Dm, a as Fm } from "./chunks/Popover.vue_vue_type_script_setup_true_lang-CVWbekIQ.mjs";
|
|
101
|
+
const fo = [
|
|
102
|
+
ao,
|
|
103
|
+
m,
|
|
104
|
+
p,
|
|
105
|
+
s,
|
|
106
|
+
i,
|
|
107
|
+
a,
|
|
108
|
+
f,
|
|
109
|
+
n,
|
|
110
|
+
u,
|
|
111
|
+
L,
|
|
112
|
+
l,
|
|
113
|
+
c,
|
|
114
|
+
P,
|
|
115
|
+
d,
|
|
116
|
+
x,
|
|
117
|
+
g,
|
|
118
|
+
C,
|
|
119
|
+
b,
|
|
120
|
+
E,
|
|
121
|
+
v,
|
|
122
|
+
R,
|
|
123
|
+
T,
|
|
124
|
+
I,
|
|
125
|
+
y,
|
|
126
|
+
S,
|
|
127
|
+
k,
|
|
128
|
+
M,
|
|
129
|
+
h,
|
|
130
|
+
w,
|
|
131
|
+
K,
|
|
132
|
+
D,
|
|
133
|
+
F,
|
|
134
|
+
O,
|
|
135
|
+
G,
|
|
136
|
+
N,
|
|
137
|
+
_,
|
|
138
|
+
A,
|
|
139
|
+
B,
|
|
140
|
+
Y,
|
|
141
|
+
H,
|
|
142
|
+
U,
|
|
143
|
+
z,
|
|
144
|
+
X,
|
|
145
|
+
W,
|
|
146
|
+
j,
|
|
147
|
+
q,
|
|
148
|
+
J,
|
|
149
|
+
Q,
|
|
150
|
+
V,
|
|
151
|
+
Z,
|
|
152
|
+
$,
|
|
153
|
+
oo,
|
|
154
|
+
ro,
|
|
155
|
+
eo,
|
|
156
|
+
to
|
|
157
|
+
], no = (r, e = {}) => {
|
|
158
|
+
const o = mo(e);
|
|
159
|
+
po(r, o), so(o), io(
|
|
160
|
+
typeof document > "u" ? null : document.documentElement,
|
|
161
|
+
o
|
|
162
|
+
), fo.forEach((t) => {
|
|
163
|
+
r.use(t);
|
|
164
|
+
});
|
|
165
|
+
}, ur = {
|
|
166
|
+
install: no
|
|
167
|
+
};
|
|
168
|
+
export {
|
|
169
|
+
nt as BreadcrumbSeparatorKey,
|
|
170
|
+
de as CAROUSEL_CONTEXT_KEY,
|
|
171
|
+
br as COLLAPSE_CONTEXT_KEY,
|
|
172
|
+
am as DropdownKey,
|
|
173
|
+
lm as FORM_ITEM_KEY,
|
|
174
|
+
cm as FORM_KEY,
|
|
175
|
+
S as LAutoComplete,
|
|
176
|
+
u as LAvatar,
|
|
177
|
+
gr as LAvatarGroup,
|
|
178
|
+
h as LBadge,
|
|
179
|
+
V as LBreadcrumb,
|
|
180
|
+
ut as LBreadcrumbItem,
|
|
181
|
+
m as LButton,
|
|
182
|
+
ee as LCalendar,
|
|
183
|
+
Q as LCard,
|
|
184
|
+
xe as LCarousel,
|
|
185
|
+
ge as LCarouselItem,
|
|
186
|
+
G as LCascader,
|
|
187
|
+
Tr as LCheckbox,
|
|
188
|
+
Ir as LCheckboxGroup,
|
|
189
|
+
Ie as LCol,
|
|
190
|
+
Er as LCollapse,
|
|
191
|
+
vr as LCollapseItem,
|
|
192
|
+
N as LColorPicker,
|
|
193
|
+
ao as LConfigProvider,
|
|
194
|
+
xt as LContent,
|
|
195
|
+
H as LContextMenu,
|
|
196
|
+
te as LDatePicker,
|
|
197
|
+
me as LDateRangePicker,
|
|
198
|
+
pe as LDateTimePicker,
|
|
199
|
+
se as LDateTimeRangePicker,
|
|
200
|
+
W as LDialog,
|
|
201
|
+
i as LDivider,
|
|
202
|
+
j as LDrawer,
|
|
203
|
+
Y as LDropdown,
|
|
204
|
+
De as LDropdownItem,
|
|
205
|
+
J as LEmpty,
|
|
206
|
+
gt as LFooter,
|
|
207
|
+
A as LForm,
|
|
208
|
+
B as LFormItem,
|
|
209
|
+
Ct as LHeader,
|
|
210
|
+
n as LIcon,
|
|
211
|
+
p as LImage,
|
|
212
|
+
s as LInput,
|
|
213
|
+
g as LInputNumber,
|
|
214
|
+
$ as LLayout,
|
|
215
|
+
to as LLoading,
|
|
216
|
+
k as LMentions,
|
|
217
|
+
U as LMenu,
|
|
218
|
+
_e as LMenuDivider,
|
|
219
|
+
Ae as LMenuGroup,
|
|
220
|
+
Be as LMenuItem,
|
|
221
|
+
ro as LMessage,
|
|
222
|
+
eo as LNotification,
|
|
223
|
+
C as LOTPInput,
|
|
224
|
+
Ar as LOption,
|
|
225
|
+
q as LPagination,
|
|
226
|
+
v as LPopover,
|
|
227
|
+
l as LRadio,
|
|
228
|
+
c as LRadioGroup,
|
|
229
|
+
F as LRate,
|
|
230
|
+
D as LRichText,
|
|
231
|
+
O as LRow,
|
|
232
|
+
a as LScrollbar,
|
|
233
|
+
Br as LSelect,
|
|
234
|
+
bt as LSider,
|
|
235
|
+
x as LSlider,
|
|
236
|
+
Z as LSpace,
|
|
237
|
+
oo as LSplitter,
|
|
238
|
+
St as LSplitterPane,
|
|
239
|
+
Ye as LSubMenu,
|
|
240
|
+
d as LSwitch,
|
|
241
|
+
Ue as LTabPane,
|
|
242
|
+
X as LTable,
|
|
243
|
+
z as LTabs,
|
|
244
|
+
M as LTag,
|
|
245
|
+
ae as LTimePanel,
|
|
246
|
+
y as LTimePicker,
|
|
247
|
+
E as LTooltip,
|
|
248
|
+
_ as LTransfer,
|
|
249
|
+
R as LTree,
|
|
250
|
+
Vr as LTreeNode,
|
|
251
|
+
T as LTreeSelect,
|
|
252
|
+
Bt as LUMI_CONFIG_KEY,
|
|
253
|
+
K as LUpload,
|
|
254
|
+
f as LWatermark,
|
|
255
|
+
dm as MenuKey,
|
|
256
|
+
xm as MenuParentKey,
|
|
257
|
+
gm as MenuPopupHostKey,
|
|
258
|
+
Yr as SelectKey,
|
|
259
|
+
ze as TabsKey,
|
|
260
|
+
Zr as TreeSelectKey,
|
|
261
|
+
io as applyResolvedConfigToElement,
|
|
262
|
+
ne as autoCompleteEmits,
|
|
263
|
+
ue as autoCompleteProps,
|
|
264
|
+
Lt as breadcrumbItemProps,
|
|
265
|
+
lt as breadcrumbProps,
|
|
266
|
+
at as cardProps,
|
|
267
|
+
Ce as carouselItemProps,
|
|
268
|
+
be as carouselProps,
|
|
269
|
+
he as cascaderEmits,
|
|
270
|
+
we as cascaderProps,
|
|
271
|
+
Im as checkboxEmits,
|
|
272
|
+
ym as checkboxGroupEmits,
|
|
273
|
+
Sm as checkboxGroupKey,
|
|
274
|
+
km as checkboxGroupProps,
|
|
275
|
+
Mm as checkboxProps,
|
|
276
|
+
ye as colProps,
|
|
277
|
+
Yt as configProviderProps,
|
|
278
|
+
Et as contentProps,
|
|
279
|
+
Oe as contextMenuEmits,
|
|
280
|
+
Ge as contextMenuProps,
|
|
281
|
+
ur as default,
|
|
282
|
+
Ve as dialogEmits,
|
|
283
|
+
Ze as dialogProps,
|
|
284
|
+
cr as dividerProps,
|
|
285
|
+
ot as drawerEmits,
|
|
286
|
+
rt as drawerProps,
|
|
287
|
+
fm as dropdownEmits,
|
|
288
|
+
nm as dropdownItemProps,
|
|
289
|
+
um as dropdownProps,
|
|
290
|
+
st as emptyProps,
|
|
291
|
+
vt as footerProps,
|
|
292
|
+
Ht as getFallbackRoutaConfig,
|
|
293
|
+
Rt as headerProps,
|
|
294
|
+
Dr as inputNumberEmits,
|
|
295
|
+
Fr as inputNumberProps,
|
|
296
|
+
no as install,
|
|
297
|
+
wm as layoutBreakpointOrder,
|
|
298
|
+
Tt as layoutProps,
|
|
299
|
+
Gt as loadingProps,
|
|
300
|
+
le as mentionsEmits,
|
|
301
|
+
ce as mentionsProps,
|
|
302
|
+
Cm as menuEmits,
|
|
303
|
+
bm as menuGroupProps,
|
|
304
|
+
Em as menuItemProps,
|
|
305
|
+
vm as menuProps,
|
|
306
|
+
mm as observe,
|
|
307
|
+
Hr as optionProps,
|
|
308
|
+
Gr as otpInputEmits,
|
|
309
|
+
Nr as otpInputProps,
|
|
310
|
+
tt as paginationEmits,
|
|
311
|
+
mt as paginationProps,
|
|
312
|
+
Dm as popoverEmits,
|
|
313
|
+
Fm as popoverProps,
|
|
314
|
+
po as provideAppRoutaConfig,
|
|
315
|
+
Ut as provideRoutaConfig,
|
|
316
|
+
ve as rateEmits,
|
|
317
|
+
Re as rateProps,
|
|
318
|
+
zt as registerRoutaConfigHost,
|
|
319
|
+
Nt as resolveLoadingIndicatorSize,
|
|
320
|
+
mo as resolveRoutaConfig,
|
|
321
|
+
Xt as resolveRoutaConfigFromAppContext,
|
|
322
|
+
Wt as resolveRoutaConfigFromElement,
|
|
323
|
+
jt as resolveRoutaConfigFromInstance,
|
|
324
|
+
qt as resolveSystemTheme,
|
|
325
|
+
Se as rowGutterKey,
|
|
326
|
+
ke as rowProps,
|
|
327
|
+
Ur as selectEmits,
|
|
328
|
+
zr as selectProps,
|
|
329
|
+
It as siderProps,
|
|
330
|
+
hr as sliderEmits,
|
|
331
|
+
wr as sliderProps,
|
|
332
|
+
Pt as spaceProps,
|
|
333
|
+
kt as splitterEmits,
|
|
334
|
+
Mt as splitterPaneProps,
|
|
335
|
+
ht as splitterProps,
|
|
336
|
+
Rm as subMenuProps,
|
|
337
|
+
Sr as switchEmits,
|
|
338
|
+
kr as switchProps,
|
|
339
|
+
so as syncFallbackRoutaConfig,
|
|
340
|
+
Jt as syncResolvedConfig,
|
|
341
|
+
Xe as tabPaneProps,
|
|
342
|
+
Je as tableProps,
|
|
343
|
+
We as tabsEmits,
|
|
344
|
+
je as tabsProps,
|
|
345
|
+
Wr as tooltipProps,
|
|
346
|
+
qr as treeEmits,
|
|
347
|
+
Jr as treeProps,
|
|
348
|
+
$r as treeSelectEmits,
|
|
349
|
+
oe as treeSelectProps,
|
|
350
|
+
pm as unobserve,
|
|
351
|
+
Qt as unregisterRoutaConfigHost,
|
|
352
|
+
rm as useCanvasRenderer,
|
|
353
|
+
em as useImageLoader,
|
|
354
|
+
Kt as useMessage,
|
|
355
|
+
Ft as useNotification,
|
|
356
|
+
sm as useResizeObserver,
|
|
357
|
+
Vt as useRoutaConfig,
|
|
358
|
+
Zt as useTeleportedConfig,
|
|
359
|
+
_t as vLoading,
|
|
360
|
+
$t as watchSystemTheme,
|
|
361
|
+
dr as watermarkProps
|
|
362
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { InputProps } from './types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
prepend?(_: {}): any;
|
|
6
|
+
prefix?(_: {}): any;
|
|
7
|
+
suffix?(_: {}): any;
|
|
8
|
+
append?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {
|
|
11
|
+
inputRef: HTMLInputElement;
|
|
12
|
+
};
|
|
13
|
+
rootEl: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<InputProps, {
|
|
17
|
+
input: import('vue').Ref<HTMLInputElement | HTMLTextAreaElement | null, HTMLInputElement | HTMLTextAreaElement | null>;
|
|
18
|
+
focus: () => void | undefined;
|
|
19
|
+
blur: () => void | undefined;
|
|
20
|
+
select: () => void | undefined;
|
|
21
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
22
|
+
focus: (event: FocusEvent) => any;
|
|
23
|
+
blur: (event: FocusEvent) => any;
|
|
24
|
+
change: (value: string) => any;
|
|
25
|
+
input: (value: string) => any;
|
|
26
|
+
clear: () => any;
|
|
27
|
+
"update:modelValue": (value: string) => any;
|
|
28
|
+
}, string, import('vue').PublicProps, Readonly<InputProps> & Readonly<{
|
|
29
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
30
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
31
|
+
onChange?: ((value: string) => any) | undefined;
|
|
32
|
+
onInput?: ((value: string) => any) | undefined;
|
|
33
|
+
onClear?: (() => any) | undefined;
|
|
34
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
35
|
+
}>, {
|
|
36
|
+
type: "text" | "password" | "textarea" | "number" | "email" | "tel";
|
|
37
|
+
autocomplete: string;
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
39
|
+
inputRef: HTMLInputElement;
|
|
40
|
+
}, any>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
|
+
export default _default;
|
|
43
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
44
|
+
new (): {
|
|
45
|
+
$slots: S;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require('../style/Input.css');
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const u=require("../chunks/Input.vue_vue_type_script_setup_true_lang-8x2HE2Cj.js"),e=u._sfc_main;e.install=t=>{t.component("LInput",e)};exports.LInput=e;exports.default=e;
|