@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,48 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLLIElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12
|
+
readonly href: {
|
|
13
|
+
readonly type: StringConstructor;
|
|
14
|
+
readonly default: "";
|
|
15
|
+
};
|
|
16
|
+
readonly disabled: {
|
|
17
|
+
readonly type: BooleanConstructor;
|
|
18
|
+
readonly default: false;
|
|
19
|
+
};
|
|
20
|
+
readonly current: {
|
|
21
|
+
readonly type: BooleanConstructor;
|
|
22
|
+
readonly default: false;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
25
|
+
readonly href: {
|
|
26
|
+
readonly type: StringConstructor;
|
|
27
|
+
readonly default: "";
|
|
28
|
+
};
|
|
29
|
+
readonly disabled: {
|
|
30
|
+
readonly type: BooleanConstructor;
|
|
31
|
+
readonly default: false;
|
|
32
|
+
};
|
|
33
|
+
readonly current: {
|
|
34
|
+
readonly type: BooleanConstructor;
|
|
35
|
+
readonly default: false;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
38
|
+
readonly disabled: boolean;
|
|
39
|
+
readonly href: string;
|
|
40
|
+
readonly current: boolean;
|
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLIElement>;
|
|
42
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
43
|
+
export default _default;
|
|
44
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
45
|
+
new (): {
|
|
46
|
+
$slots: S;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Plugin } from 'vue';
|
|
2
|
+
import { default as Breadcrumb } from './Breadcrumb.vue';
|
|
3
|
+
import { default as BreadcrumbItem } from './BreadcrumbItem.vue';
|
|
4
|
+
export declare const LBreadcrumb: typeof Breadcrumb & Plugin;
|
|
5
|
+
export declare const LBreadcrumbItem: typeof BreadcrumbItem & Plugin;
|
|
6
|
+
export * from './types';
|
|
7
|
+
export default LBreadcrumb;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require('../style/breadcrumb.css');
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),d={separator:{type:String,default:"/"},size:{type:String,default:"md"}},u={href:{type:String,default:""},disabled:{type:Boolean,default:!1},current:{type:Boolean,default:!1}},n=Symbol("BreadcrumbSeparatorKey"),b={class:"l-breadcrumb__list"},i=e.defineComponent({name:"Breadcrumb",__name:"Breadcrumb",props:d,setup(r){const t=r;return e.provide(n,t.separator),(a,l)=>(e.openBlock(),e.createElementBlock("nav",{class:e.normalizeClass(["l-breadcrumb",[`l-breadcrumb--${a.size}`]]),"aria-label":"Breadcrumb"},[e.createElementVNode("ol",b,[e.renderSlot(a.$slots,"default")])],2))}}),p=["href"],B=["aria-current"],_={class:"l-breadcrumb__separator","aria-hidden":"true"},f=e.defineComponent({name:"BreadcrumbItem",__name:"BreadcrumbItem",props:u,setup(r){const t=r,a=e.inject(n,"/"),l=e.computed(()=>["l-breadcrumb__item",{"is-current":t.current,"is-disabled":t.disabled}]),m=e.computed(()=>!!t.href&&!t.current&&!t.disabled);return(o,y)=>(e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass(l.value)},[m.value?(e.openBlock(),e.createElementBlock("a",{key:0,class:"l-breadcrumb__link",href:o.href},[e.renderSlot(o.$slots,"default")],8,p)):(e.openBlock(),e.createElementBlock("span",{key:1,class:"l-breadcrumb__text","aria-current":o.current?"page":void 0},[e.renderSlot(o.$slots,"default")],8,B)),e.createElementVNode("span",_,e.toDisplayString(e.unref(a)),1)],2))}}),s=i,c=f;s.install=r=>{r.component("LBreadcrumb",s),r.component("LBreadcrumbItem",c)};c.install=r=>{r.component("LBreadcrumbItem",c)};exports.BreadcrumbSeparatorKey=n;exports.LBreadcrumb=s;exports.LBreadcrumbItem=c;exports.breadcrumbItemProps=u;exports.breadcrumbProps=d;exports.default=s;
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import '../style/breadcrumb.css';
|
|
2
|
+
import { defineComponent as m, provide as f, openBlock as s, createElementBlock as o, normalizeClass as i, createElementVNode as b, renderSlot as n, inject as B, computed as d, toDisplayString as h, unref as y } from "vue";
|
|
3
|
+
const S = {
|
|
4
|
+
separator: {
|
|
5
|
+
type: String,
|
|
6
|
+
default: "/"
|
|
7
|
+
},
|
|
8
|
+
size: {
|
|
9
|
+
type: String,
|
|
10
|
+
default: "md"
|
|
11
|
+
}
|
|
12
|
+
}, k = {
|
|
13
|
+
href: {
|
|
14
|
+
type: String,
|
|
15
|
+
default: ""
|
|
16
|
+
},
|
|
17
|
+
disabled: {
|
|
18
|
+
type: Boolean,
|
|
19
|
+
default: !1
|
|
20
|
+
},
|
|
21
|
+
current: {
|
|
22
|
+
type: Boolean,
|
|
23
|
+
default: !1
|
|
24
|
+
}
|
|
25
|
+
}, p = Symbol("BreadcrumbSeparatorKey"), I = { class: "l-breadcrumb__list" }, L = /* @__PURE__ */ m({
|
|
26
|
+
name: "Breadcrumb",
|
|
27
|
+
__name: "Breadcrumb",
|
|
28
|
+
props: S,
|
|
29
|
+
setup(e) {
|
|
30
|
+
return f(p, e.separator), (a, l) => (s(), o("nav", {
|
|
31
|
+
class: i(["l-breadcrumb", [`l-breadcrumb--${a.size}`]]),
|
|
32
|
+
"aria-label": "Breadcrumb"
|
|
33
|
+
}, [
|
|
34
|
+
b("ol", I, [
|
|
35
|
+
n(a.$slots, "default")
|
|
36
|
+
])
|
|
37
|
+
], 2));
|
|
38
|
+
}
|
|
39
|
+
}), $ = ["href"], g = ["aria-current"], v = {
|
|
40
|
+
class: "l-breadcrumb__separator",
|
|
41
|
+
"aria-hidden": "true"
|
|
42
|
+
}, z = /* @__PURE__ */ m({
|
|
43
|
+
name: "BreadcrumbItem",
|
|
44
|
+
__name: "BreadcrumbItem",
|
|
45
|
+
props: k,
|
|
46
|
+
setup(e) {
|
|
47
|
+
const r = e, a = B(p, "/"), l = d(() => [
|
|
48
|
+
"l-breadcrumb__item",
|
|
49
|
+
{
|
|
50
|
+
"is-current": r.current,
|
|
51
|
+
"is-disabled": r.disabled
|
|
52
|
+
}
|
|
53
|
+
]), _ = d(() => !!r.href && !r.current && !r.disabled);
|
|
54
|
+
return (t, C) => (s(), o("li", {
|
|
55
|
+
class: i(l.value)
|
|
56
|
+
}, [
|
|
57
|
+
_.value ? (s(), o("a", {
|
|
58
|
+
key: 0,
|
|
59
|
+
class: "l-breadcrumb__link",
|
|
60
|
+
href: t.href
|
|
61
|
+
}, [
|
|
62
|
+
n(t.$slots, "default")
|
|
63
|
+
], 8, $)) : (s(), o("span", {
|
|
64
|
+
key: 1,
|
|
65
|
+
class: "l-breadcrumb__text",
|
|
66
|
+
"aria-current": t.current ? "page" : void 0
|
|
67
|
+
}, [
|
|
68
|
+
n(t.$slots, "default")
|
|
69
|
+
], 8, g)),
|
|
70
|
+
b("span", v, h(y(a)), 1)
|
|
71
|
+
], 2));
|
|
72
|
+
}
|
|
73
|
+
}), u = L, c = z;
|
|
74
|
+
u.install = (e) => {
|
|
75
|
+
e.component("LBreadcrumb", u), e.component("LBreadcrumbItem", c);
|
|
76
|
+
};
|
|
77
|
+
c.install = (e) => {
|
|
78
|
+
e.component("LBreadcrumbItem", c);
|
|
79
|
+
};
|
|
80
|
+
export {
|
|
81
|
+
p as BreadcrumbSeparatorKey,
|
|
82
|
+
u as LBreadcrumb,
|
|
83
|
+
c as LBreadcrumbItem,
|
|
84
|
+
k as breadcrumbItemProps,
|
|
85
|
+
S as breadcrumbProps,
|
|
86
|
+
u as default
|
|
87
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ExtractPropTypes, InjectionKey, PropType } from 'vue';
|
|
2
|
+
export declare const breadcrumbProps: {
|
|
3
|
+
readonly separator: {
|
|
4
|
+
readonly type: StringConstructor;
|
|
5
|
+
readonly default: "/";
|
|
6
|
+
};
|
|
7
|
+
readonly size: {
|
|
8
|
+
readonly type: PropType<"sm" | "md" | "lg">;
|
|
9
|
+
readonly default: "md";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export declare const breadcrumbItemProps: {
|
|
13
|
+
readonly href: {
|
|
14
|
+
readonly type: StringConstructor;
|
|
15
|
+
readonly default: "";
|
|
16
|
+
};
|
|
17
|
+
readonly disabled: {
|
|
18
|
+
readonly type: BooleanConstructor;
|
|
19
|
+
readonly default: false;
|
|
20
|
+
};
|
|
21
|
+
readonly current: {
|
|
22
|
+
readonly type: BooleanConstructor;
|
|
23
|
+
readonly default: false;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export type BreadcrumbProps = ExtractPropTypes<typeof breadcrumbProps>;
|
|
27
|
+
export type BreadcrumbItemProps = ExtractPropTypes<typeof breadcrumbItemProps>;
|
|
28
|
+
export declare const BreadcrumbSeparatorKey: InjectionKey<string>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ButtonProps } from './types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
prefix?(_: {}): any;
|
|
6
|
+
icon?(_: {}): any;
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
suffix?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<ButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
15
|
+
size: "sm" | "md" | "lg" | string | number;
|
|
16
|
+
type: "primary" | "default" | "success" | "warning" | "danger";
|
|
17
|
+
nativeType: "button" | "submit" | "reset";
|
|
18
|
+
variant: "solid" | "outline" | "ghost" | "text";
|
|
19
|
+
shape: "default" | "square" | "circle" | "round";
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require('../style/Button.css');
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const u=require("../chunks/Button.vue_vue_type_script_setup_true_lang-Do1NtIFC.js"),t=u._sfc_main;t.install=e=>{e.component("LButton",t)};exports.LButton=t;exports.default=t;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ButtonOptions } from '../../../headless/src/index.ts';
|
|
2
|
+
type ClickHandler = (event: MouseEvent) => void | Promise<void>;
|
|
3
|
+
export interface ButtonProps extends Omit<ButtonOptions, 'onClick'> {
|
|
4
|
+
onClick?: ClickHandler | ClickHandler[];
|
|
5
|
+
type?: 'primary' | 'default' | 'success' | 'warning' | 'danger';
|
|
6
|
+
nativeType?: 'button' | 'submit' | 'reset';
|
|
7
|
+
variant?: 'solid' | 'outline' | 'ghost' | 'text';
|
|
8
|
+
size?: 'sm' | 'md' | 'lg' | string | number;
|
|
9
|
+
label?: string;
|
|
10
|
+
color?: string;
|
|
11
|
+
shape?: 'default' | 'square' | 'circle' | 'round';
|
|
12
|
+
block?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
header?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
footer?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: HTMLElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
|
+
readonly title: {
|
|
14
|
+
readonly type: StringConstructor;
|
|
15
|
+
readonly default: "";
|
|
16
|
+
};
|
|
17
|
+
readonly subtitle: {
|
|
18
|
+
readonly type: StringConstructor;
|
|
19
|
+
readonly default: "";
|
|
20
|
+
};
|
|
21
|
+
readonly padding: {
|
|
22
|
+
readonly type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
23
|
+
readonly default: "md";
|
|
24
|
+
};
|
|
25
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
|
+
readonly title: {
|
|
27
|
+
readonly type: StringConstructor;
|
|
28
|
+
readonly default: "";
|
|
29
|
+
};
|
|
30
|
+
readonly subtitle: {
|
|
31
|
+
readonly type: StringConstructor;
|
|
32
|
+
readonly default: "";
|
|
33
|
+
};
|
|
34
|
+
readonly padding: {
|
|
35
|
+
readonly type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
36
|
+
readonly default: "md";
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {
|
|
39
|
+
readonly title: string;
|
|
40
|
+
readonly padding: "sm" | "md" | "lg";
|
|
41
|
+
readonly subtitle: string;
|
|
42
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
43
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
44
|
+
export default _default;
|
|
45
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
+
new (): {
|
|
47
|
+
$slots: S;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
export declare const LCard: import('../utils/install').SFCWithInstall<{
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
readonly title: {
|
|
4
|
+
readonly type: StringConstructor;
|
|
5
|
+
readonly default: "";
|
|
6
|
+
};
|
|
7
|
+
readonly subtitle: {
|
|
8
|
+
readonly type: StringConstructor;
|
|
9
|
+
readonly default: "";
|
|
10
|
+
};
|
|
11
|
+
readonly padding: {
|
|
12
|
+
readonly type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
13
|
+
readonly default: "md";
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
16
|
+
readonly title: string;
|
|
17
|
+
readonly padding: "sm" | "md" | "lg";
|
|
18
|
+
readonly subtitle: string;
|
|
19
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
20
|
+
P: {};
|
|
21
|
+
B: {};
|
|
22
|
+
D: {};
|
|
23
|
+
C: {};
|
|
24
|
+
M: {};
|
|
25
|
+
Defaults: {};
|
|
26
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
+
readonly title: {
|
|
28
|
+
readonly type: StringConstructor;
|
|
29
|
+
readonly default: "";
|
|
30
|
+
};
|
|
31
|
+
readonly subtitle: {
|
|
32
|
+
readonly type: StringConstructor;
|
|
33
|
+
readonly default: "";
|
|
34
|
+
};
|
|
35
|
+
readonly padding: {
|
|
36
|
+
readonly type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
37
|
+
readonly default: "md";
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
40
|
+
readonly title: string;
|
|
41
|
+
readonly padding: "sm" | "md" | "lg";
|
|
42
|
+
readonly subtitle: string;
|
|
43
|
+
}>;
|
|
44
|
+
__isFragment?: never;
|
|
45
|
+
__isTeleport?: never;
|
|
46
|
+
__isSuspense?: never;
|
|
47
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
48
|
+
readonly title: {
|
|
49
|
+
readonly type: StringConstructor;
|
|
50
|
+
readonly default: "";
|
|
51
|
+
};
|
|
52
|
+
readonly subtitle: {
|
|
53
|
+
readonly type: StringConstructor;
|
|
54
|
+
readonly default: "";
|
|
55
|
+
};
|
|
56
|
+
readonly padding: {
|
|
57
|
+
readonly type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
58
|
+
readonly default: "md";
|
|
59
|
+
};
|
|
60
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
61
|
+
readonly title: string;
|
|
62
|
+
readonly padding: "sm" | "md" | "lg";
|
|
63
|
+
readonly subtitle: string;
|
|
64
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
65
|
+
$slots: {
|
|
66
|
+
header?(_: {}): any;
|
|
67
|
+
default?(_: {}): any;
|
|
68
|
+
footer?(_: {}): any;
|
|
69
|
+
};
|
|
70
|
+
})>;
|
|
71
|
+
export * from './types';
|
|
72
|
+
export default LCard;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require('../style/card.css');
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const d=require("../chunks/install-gnn2dOg9.js"),e=require("vue"),l={title:{type:String,default:""},subtitle:{type:String,default:""},padding:{type:String,default:"md"}},c={key:0,class:"l-card__header"},i={key:0,class:"l-card__title"},u={key:1,class:"l-card__subtitle"},m={class:"l-card__body"},p={key:1,class:"l-card__footer"},_=e.defineComponent({name:"Card",__name:"Card",props:l,setup(s){const o=s,a=e.computed(()=>["l-card",`l-card--${o.padding}`]),n=e.computed(()=>!!(o.title||o.subtitle));return(t,k)=>(e.openBlock(),e.createElementBlock("section",{class:e.normalizeClass(a.value)},[t.$slots.header||n.value?(e.openBlock(),e.createElementBlock("header",c,[e.renderSlot(t.$slots,"header",{},()=>[t.title?(e.openBlock(),e.createElementBlock("div",i,e.toDisplayString(t.title),1)):e.createCommentVNode("",!0),t.subtitle?(e.openBlock(),e.createElementBlock("div",u,e.toDisplayString(t.subtitle),1)):e.createCommentVNode("",!0)])])):e.createCommentVNode("",!0),e.createElementVNode("div",m,[e.renderSlot(t.$slots,"default")]),t.$slots.footer?(e.openBlock(),e.createElementBlock("footer",p,[e.renderSlot(t.$slots,"footer")])):e.createCommentVNode("",!0)],2))}}),r=d.withInstall(_);exports.LCard=r;exports.cardProps=l;exports.default=r;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import '../style/card.css';
|
|
2
|
+
import { w as u } from "../chunks/install-DJNxamQ0.mjs";
|
|
3
|
+
import { defineComponent as p, computed as r, openBlock as t, createElementBlock as s, normalizeClass as _, renderSlot as l, toDisplayString as d, createCommentVNode as o, createElementVNode as m } from "vue";
|
|
4
|
+
const f = {
|
|
5
|
+
title: {
|
|
6
|
+
type: String,
|
|
7
|
+
default: ""
|
|
8
|
+
},
|
|
9
|
+
subtitle: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: ""
|
|
12
|
+
},
|
|
13
|
+
padding: {
|
|
14
|
+
type: String,
|
|
15
|
+
default: "md"
|
|
16
|
+
}
|
|
17
|
+
}, h = {
|
|
18
|
+
key: 0,
|
|
19
|
+
class: "l-card__header"
|
|
20
|
+
}, y = {
|
|
21
|
+
key: 0,
|
|
22
|
+
class: "l-card__title"
|
|
23
|
+
}, C = {
|
|
24
|
+
key: 1,
|
|
25
|
+
class: "l-card__subtitle"
|
|
26
|
+
}, b = { class: "l-card__body" }, g = {
|
|
27
|
+
key: 1,
|
|
28
|
+
class: "l-card__footer"
|
|
29
|
+
}, k = /* @__PURE__ */ p({
|
|
30
|
+
name: "Card",
|
|
31
|
+
__name: "Card",
|
|
32
|
+
props: f,
|
|
33
|
+
setup(n) {
|
|
34
|
+
const a = n, i = r(() => [
|
|
35
|
+
"l-card",
|
|
36
|
+
`l-card--${a.padding}`
|
|
37
|
+
]), c = r(() => !!(a.title || a.subtitle));
|
|
38
|
+
return (e, $) => (t(), s("section", {
|
|
39
|
+
class: _(i.value)
|
|
40
|
+
}, [
|
|
41
|
+
e.$slots.header || c.value ? (t(), s("header", h, [
|
|
42
|
+
l(e.$slots, "header", {}, () => [
|
|
43
|
+
e.title ? (t(), s("div", y, d(e.title), 1)) : o("", !0),
|
|
44
|
+
e.subtitle ? (t(), s("div", C, d(e.subtitle), 1)) : o("", !0)
|
|
45
|
+
])
|
|
46
|
+
])) : o("", !0),
|
|
47
|
+
m("div", b, [
|
|
48
|
+
l(e.$slots, "default")
|
|
49
|
+
]),
|
|
50
|
+
e.$slots.footer ? (t(), s("footer", g, [
|
|
51
|
+
l(e.$slots, "footer")
|
|
52
|
+
])) : o("", !0)
|
|
53
|
+
], 2));
|
|
54
|
+
}
|
|
55
|
+
}), B = u(k);
|
|
56
|
+
export {
|
|
57
|
+
B as LCard,
|
|
58
|
+
f as cardProps,
|
|
59
|
+
B as default
|
|
60
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
export declare const cardProps: {
|
|
3
|
+
readonly title: {
|
|
4
|
+
readonly type: StringConstructor;
|
|
5
|
+
readonly default: "";
|
|
6
|
+
};
|
|
7
|
+
readonly subtitle: {
|
|
8
|
+
readonly type: StringConstructor;
|
|
9
|
+
readonly default: "";
|
|
10
|
+
};
|
|
11
|
+
readonly padding: {
|
|
12
|
+
readonly type: PropType<"sm" | "md" | "lg">;
|
|
13
|
+
readonly default: "md";
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export type CardProps = ExtractPropTypes<typeof cardProps>;
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
readonly modelValue: {
|
|
12
|
+
readonly type: NumberConstructor;
|
|
13
|
+
readonly default: 0;
|
|
14
|
+
};
|
|
15
|
+
readonly interval: {
|
|
16
|
+
readonly type: NumberConstructor;
|
|
17
|
+
readonly default: 3000;
|
|
18
|
+
};
|
|
19
|
+
readonly autoplay: {
|
|
20
|
+
readonly type: BooleanConstructor;
|
|
21
|
+
readonly default: false;
|
|
22
|
+
};
|
|
23
|
+
readonly direction: {
|
|
24
|
+
readonly type: import('vue').PropType<import('./types').CarouselDirection>;
|
|
25
|
+
readonly default: "horizontal";
|
|
26
|
+
};
|
|
27
|
+
readonly loop: {
|
|
28
|
+
readonly type: BooleanConstructor;
|
|
29
|
+
readonly default: true;
|
|
30
|
+
};
|
|
31
|
+
readonly indicatorType: {
|
|
32
|
+
readonly type: import('vue').PropType<import('./types').CarouselIndicatorType>;
|
|
33
|
+
readonly default: "dot";
|
|
34
|
+
};
|
|
35
|
+
readonly indicatorPosition: {
|
|
36
|
+
readonly type: import('vue').PropType<import('./types').CarouselIndicatorPosition>;
|
|
37
|
+
readonly default: "inside";
|
|
38
|
+
};
|
|
39
|
+
readonly arrow: {
|
|
40
|
+
readonly type: import('vue').PropType<import('./types').CarouselArrow>;
|
|
41
|
+
readonly default: "hover";
|
|
42
|
+
};
|
|
43
|
+
readonly animation: {
|
|
44
|
+
readonly type: import('vue').PropType<import('./types').CarouselAnimation>;
|
|
45
|
+
readonly default: "slide";
|
|
46
|
+
};
|
|
47
|
+
readonly trigger: {
|
|
48
|
+
readonly type: import('vue').PropType<import('./types').CarouselTrigger>;
|
|
49
|
+
readonly default: "hover";
|
|
50
|
+
};
|
|
51
|
+
readonly height: {
|
|
52
|
+
readonly type: StringConstructor;
|
|
53
|
+
readonly default: "300px";
|
|
54
|
+
};
|
|
55
|
+
readonly pauseOnHover: {
|
|
56
|
+
readonly type: BooleanConstructor;
|
|
57
|
+
readonly default: true;
|
|
58
|
+
};
|
|
59
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
60
|
+
change: (index: number, prevIndex: number) => any;
|
|
61
|
+
"update:modelValue": (index: number) => any;
|
|
62
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
63
|
+
readonly modelValue: {
|
|
64
|
+
readonly type: NumberConstructor;
|
|
65
|
+
readonly default: 0;
|
|
66
|
+
};
|
|
67
|
+
readonly interval: {
|
|
68
|
+
readonly type: NumberConstructor;
|
|
69
|
+
readonly default: 3000;
|
|
70
|
+
};
|
|
71
|
+
readonly autoplay: {
|
|
72
|
+
readonly type: BooleanConstructor;
|
|
73
|
+
readonly default: false;
|
|
74
|
+
};
|
|
75
|
+
readonly direction: {
|
|
76
|
+
readonly type: import('vue').PropType<import('./types').CarouselDirection>;
|
|
77
|
+
readonly default: "horizontal";
|
|
78
|
+
};
|
|
79
|
+
readonly loop: {
|
|
80
|
+
readonly type: BooleanConstructor;
|
|
81
|
+
readonly default: true;
|
|
82
|
+
};
|
|
83
|
+
readonly indicatorType: {
|
|
84
|
+
readonly type: import('vue').PropType<import('./types').CarouselIndicatorType>;
|
|
85
|
+
readonly default: "dot";
|
|
86
|
+
};
|
|
87
|
+
readonly indicatorPosition: {
|
|
88
|
+
readonly type: import('vue').PropType<import('./types').CarouselIndicatorPosition>;
|
|
89
|
+
readonly default: "inside";
|
|
90
|
+
};
|
|
91
|
+
readonly arrow: {
|
|
92
|
+
readonly type: import('vue').PropType<import('./types').CarouselArrow>;
|
|
93
|
+
readonly default: "hover";
|
|
94
|
+
};
|
|
95
|
+
readonly animation: {
|
|
96
|
+
readonly type: import('vue').PropType<import('./types').CarouselAnimation>;
|
|
97
|
+
readonly default: "slide";
|
|
98
|
+
};
|
|
99
|
+
readonly trigger: {
|
|
100
|
+
readonly type: import('vue').PropType<import('./types').CarouselTrigger>;
|
|
101
|
+
readonly default: "hover";
|
|
102
|
+
};
|
|
103
|
+
readonly height: {
|
|
104
|
+
readonly type: StringConstructor;
|
|
105
|
+
readonly default: "300px";
|
|
106
|
+
};
|
|
107
|
+
readonly pauseOnHover: {
|
|
108
|
+
readonly type: BooleanConstructor;
|
|
109
|
+
readonly default: true;
|
|
110
|
+
};
|
|
111
|
+
}>> & Readonly<{
|
|
112
|
+
onChange?: ((index: number, prevIndex: number) => any) | undefined;
|
|
113
|
+
"onUpdate:modelValue"?: ((index: number) => any) | undefined;
|
|
114
|
+
}>, {
|
|
115
|
+
readonly trigger: import('./types').CarouselTrigger;
|
|
116
|
+
readonly direction: import('./types').CarouselDirection;
|
|
117
|
+
readonly modelValue: number;
|
|
118
|
+
readonly animation: import('./types').CarouselAnimation;
|
|
119
|
+
readonly height: string;
|
|
120
|
+
readonly interval: number;
|
|
121
|
+
readonly autoplay: boolean;
|
|
122
|
+
readonly loop: boolean;
|
|
123
|
+
readonly indicatorType: import('./types').CarouselIndicatorType;
|
|
124
|
+
readonly indicatorPosition: import('./types').CarouselIndicatorPosition;
|
|
125
|
+
readonly arrow: import('./types').CarouselArrow;
|
|
126
|
+
readonly pauseOnHover: boolean;
|
|
127
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
128
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
129
|
+
export default _default;
|
|
130
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
131
|
+
new (): {
|
|
132
|
+
$slots: S;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
readonly name: StringConstructor;
|
|
12
|
+
readonly label: StringConstructor;
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
readonly name: StringConstructor;
|
|
15
|
+
readonly label: StringConstructor;
|
|
16
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|