@nutui/nutui 4.3.15-beta.1 → 4.3.15-beta.2
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/dist/nutui.es.js +1 -13
- package/dist/nutui.umd.js +19829 -1
- package/dist/packages/{Interceptor-CBzqGJrl.js → Interceptor-aNUpilAP.js} +1 -1
- package/dist/packages/actionsheet/ActionSheet.js +17 -11
- package/dist/packages/address/Address.js +139 -121
- package/dist/packages/addresslist/AddressList.js +22 -11
- package/dist/packages/animate/Animate.js +1 -1
- package/dist/packages/avatar/Avatar.js +1 -1
- package/dist/packages/avatarcropper/AvatarCropper.js +329 -126
- package/dist/packages/avatargroup/AvatarGroup.js +17 -10
- package/dist/packages/backtop/Backtop.js +42 -88
- package/dist/packages/badge/Badge.js +4 -2
- package/dist/packages/barrage/Barrage.js +76 -130
- package/dist/packages/button/Button.js +15 -8
- package/dist/packages/calendar/Calendar.js +173 -152
- package/dist/packages/calendarcard/CalendarCard.js +33 -61
- package/dist/packages/card/Card.js +12 -4
- package/dist/packages/cascader/Cascader.js +49 -37
- package/dist/packages/category/Category.js +13 -12
- package/dist/packages/categorypane/CategoryPane.js +13 -8
- package/dist/packages/cell/Cell.js +10 -16
- package/dist/packages/cellgroup/CellGroup.js +4 -2
- package/dist/packages/checkbox/Checkbox.js +1 -1
- package/dist/packages/circleprogress/CircleProgress.js +53 -69
- package/dist/packages/col/Col.js +1 -1
- package/dist/packages/collapse/Collapse.js +1 -1
- package/dist/packages/collapseitem/CollapseItem.js +74 -39
- package/dist/packages/comment/Comment.js +46 -24
- package/dist/packages/configprovider/ConfigProvider.js +1 -1
- package/dist/packages/countdown/Countdown.js +2 -2
- package/dist/packages/countup/Countup.js +53 -66
- package/dist/packages/datepicker/DatePicker.js +12 -7
- package/dist/packages/dialog/Dialog.js +27 -97
- package/dist/packages/dialog/index.mjs +1 -2
- package/dist/packages/divider/Divider.js +1 -1
- package/dist/packages/drag/Drag.js +91 -55
- package/dist/packages/ecard/Ecard.js +19 -16
- package/dist/packages/elevator/Elevator.js +86 -73
- package/dist/packages/ellipsis/Ellipsis.js +223 -121
- package/dist/packages/empty/Empty.js +5 -3
- package/dist/packages/fixednav/FixedNav.js +12 -7
- package/dist/packages/form/Form.js +2 -2
- package/dist/packages/formitem/FormItem.js +3 -1
- package/dist/packages/grid/Grid.js +1 -1
- package/dist/packages/griditem/GridItem.js +5 -15
- package/dist/packages/imagepreview/ImagePreview.js +192 -400
- package/dist/packages/imagepreview/index.mjs +1 -2
- package/dist/packages/{index-BOB4ytqZ.js → index-IxPZmHlb.js} +2 -2
- package/dist/packages/index-m0Wcof-q.js +69 -0
- package/dist/packages/{index-wLaOjIn1.js → index.taro-CNxLoYer.js} +6 -7
- package/dist/packages/index.taro.vue_vue_type_script_setup_true_lang-JJ7hr71Y.js +17 -0
- package/dist/packages/indicator/Indicator.js +2 -2
- package/dist/packages/input/Input.js +87 -70
- package/dist/packages/inputnumber/InputNumber.js +22 -14
- package/dist/packages/invoice/Invoice.js +3 -2
- package/dist/packages/list/List.js +114 -56
- package/dist/packages/menu/Menu.js +45 -40
- package/dist/packages/menuitem/MenuItem.js +53 -47
- package/dist/packages/navbar/Navbar.js +31 -17
- package/dist/packages/noticebar/Noticebar.js +68 -43
- package/dist/packages/notify/Notify.js +10 -157
- package/dist/packages/notify/index.mjs +1 -2
- package/dist/packages/numberkeyboard/NumberKeyboard.js +103 -109
- package/dist/packages/overlay/Overlay.js +6 -34
- package/dist/packages/pagination/Pagination.js +8 -5
- package/dist/packages/picker/Picker.js +113 -26
- package/dist/packages/popover/Popover.js +158 -88
- package/dist/packages/popup/Popup.js +1 -1
- package/dist/packages/price/Price.js +16 -3
- package/dist/packages/progress/Progress.js +7 -4
- package/dist/packages/radio/Radio.js +11 -12
- package/dist/packages/radiogroup/RadioGroup.js +2 -2
- package/dist/packages/{raf-c01wDYCo.js → raf-CzJhCkQo.js} +0 -9
- package/dist/packages/range/Range.js +139 -71
- package/dist/packages/rate/Rate.js +15 -49
- package/dist/packages/row/Row.js +1 -1
- package/dist/packages/searchbar/Searchbar.js +35 -27
- package/dist/packages/shortpassword/ShortPassword.js +51 -43
- package/dist/packages/sidenavbar/SideNavbar.js +3 -14
- package/dist/packages/sidenavbaritem/SideNavbarItem.js +2 -2
- package/dist/packages/signature/Signature.js +148 -106
- package/dist/packages/skeleton/Skeleton.js +6 -3
- package/dist/packages/sku/Sku.js +66 -42
- package/dist/packages/space/Space.js +2 -2
- package/dist/packages/step/Step.js +5 -2
- package/dist/packages/steps/Steps.js +1 -1
- package/dist/packages/sticky/Sticky.js +32 -71
- package/dist/packages/subsidenavbar/SubSideNavbar.js +13 -5
- package/dist/packages/swipe/Swipe.js +37 -14
- package/dist/packages/swipegroup/SwipeGroup.js +2 -2
- package/dist/packages/swiper/Swiper.js +73 -24
- package/dist/packages/switch/Switch.js +6 -4
- package/dist/packages/tabbar/Tabbar.js +23 -24
- package/dist/packages/tabbaritem/TabbarItem.js +8 -3
- package/dist/packages/table/Table.js +10 -6
- package/dist/packages/tabs/Tabs.js +146 -150
- package/dist/packages/tag/Tag.js +5 -5
- package/dist/packages/textarea/Textarea.js +144 -69
- package/dist/packages/timedetail/TimeDetail.js +2 -2
- package/dist/packages/timepannel/TimePannel.js +2 -2
- package/dist/packages/timeselect/TimeSelect.js +9 -11
- package/dist/packages/toast/Toast.js +50 -186
- package/dist/packages/toast/index.mjs +1 -2
- package/dist/packages/tour/Tour.js +145 -99
- package/dist/packages/trendarrow/TrendArrow.js +7 -4
- package/dist/packages/uploader/Uploader.js +263 -106
- package/dist/packages/{util-D1pvnUYu.js → util-2G3mRQeF.js} +5 -17
- package/dist/packages/watermark/Watermark.js +95 -35
- package/dist/smartips/web-types.json +376 -775
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +0 -1
- package/dist/styles/themes/jda.scss +0 -1
- package/dist/styles/themes/jdb.scss +0 -1
- package/dist/styles/themes/jddkh.scss +0 -1
- package/dist/styles/themes/jdt.scss +0 -1
- package/dist/types/__VUE/actionsheet/{index.vue.d.ts → index.taro.vue.d.ts} +5 -112
- package/dist/types/__VUE/address/{index.vue.d.ts → index.taro.vue.d.ts} +139 -412
- package/dist/types/__VUE/addresslist/components/{GeneralShell.vue.d.ts → GeneralShell.taro.vue.d.ts} +45 -134
- package/dist/types/__VUE/addresslist/components/ItemContents.taro.vue.d.ts +27 -0
- package/dist/types/__VUE/addresslist/{index.vue.d.ts → index.taro.vue.d.ts} +85 -155
- package/dist/types/__VUE/animate/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/avatarcropper/{index.vue.d.ts → index.taro.vue.d.ts} +90 -147
- package/dist/types/__VUE/backtop/{backtop.vue.d.ts → backtop.taro.vue.d.ts} +8 -19
- package/dist/types/__VUE/backtop/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/badge/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/barrage/{index.vue.d.ts → index.taro.vue.d.ts} +10 -5
- package/dist/types/__VUE/button/{button.vue.d.ts → button.taro.vue.d.ts} +7 -1
- package/dist/types/__VUE/button/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/calendar/{index.vue.d.ts → index.taro.vue.d.ts} +59 -94
- package/dist/types/__VUE/calendarcard/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/calendaritem/{index.vue.d.ts → index.taro.vue.d.ts} +22 -4
- package/dist/types/__VUE/card/{index.vue.d.ts → index.taro.vue.d.ts} +13 -13
- package/dist/types/__VUE/cascader/{cascader-item.vue.d.ts → cascader-item.taro.vue.d.ts} +47 -229
- package/dist/types/__VUE/cascader/{index.vue.d.ts → index.taro.vue.d.ts} +50 -287
- package/dist/types/__VUE/category/{index.vue.d.ts → index.taro.vue.d.ts} +2 -2
- package/dist/types/__VUE/cell/{cell.vue.d.ts → cell.taro.vue.d.ts} +0 -15
- package/dist/types/__VUE/cell/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/cellgroup/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/circleprogress/{circle-progress.vue.d.ts → circle-progress.taro.vue.d.ts} +0 -4
- package/dist/types/__VUE/circleprogress/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/col/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/collapse/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/collapseitem/collapse-item.taro.vue.d.ts +94 -0
- package/dist/types/__VUE/collapseitem/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/comment/components/CmtBottom.taro.vue.d.ts +47 -0
- package/dist/types/__VUE/comment/components/CmtHeader.taro.vue.d.ts +122 -0
- package/dist/types/__VUE/comment/components/{CmtImages.vue.d.ts → CmtImages.taro.vue.d.ts} +2 -55
- package/dist/types/__VUE/comment/index.taro.vue.d.ts +333 -0
- package/dist/types/__VUE/countdown/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/countup/{index.vue.d.ts → index.taro.vue.d.ts} +5 -7
- package/dist/types/__VUE/datepicker/{index.vue.d.ts → index.taro.vue.d.ts} +31 -2
- package/dist/types/__VUE/dialog/{index.vue.d.ts → index.taro.vue.d.ts} +52 -85
- package/dist/types/__VUE/divider/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/drag/{index.vue.d.ts → index.taro.vue.d.ts} +2 -0
- package/dist/types/__VUE/elevator/{index.vue.d.ts → index.taro.vue.d.ts} +40 -5
- package/dist/types/__VUE/ellipsis/{index.vue.d.ts → index.taro.vue.d.ts} +11 -6
- package/dist/types/__VUE/empty/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/fixednav/{index.vue.d.ts → index.taro.vue.d.ts} +2 -55
- package/dist/types/__VUE/form/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/formitem/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/grid/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/griditem/{grid-item.vue.d.ts → grid-item.taro.vue.d.ts} +3 -21
- package/dist/types/__VUE/griditem/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/imagepreview/index.taro.vue.d.ts +732 -0
- package/dist/types/__VUE/indicator/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/input/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/input/{input.vue.d.ts → input.taro.vue.d.ts} +14 -6
- package/dist/types/__VUE/inputnumber/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/invoice/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/layout/{index.d.ts → index.taro.d.ts} +1 -1
- package/dist/types/__VUE/list/{index.vue.d.ts → index.taro.vue.d.ts} +32 -4
- package/dist/types/__VUE/menu/index.taro.vue.d.ts +104 -0
- package/dist/types/__VUE/menuitem/{index.vue.d.ts → index.taro.vue.d.ts} +22 -114
- package/dist/types/__VUE/navbar/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/noticebar/{index.vue.d.ts → index.taro.vue.d.ts} +9 -116
- package/dist/types/__VUE/notify/{index.vue.d.ts → index.taro.vue.d.ts} +2 -66
- package/dist/types/__VUE/numberkeyboard/{index.vue.d.ts → index.taro.vue.d.ts} +14 -60
- package/dist/types/__VUE/overlay/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/picker/{index.vue.d.ts → index.taro.vue.d.ts} +31 -2
- package/dist/types/__VUE/popover/{index.vue.d.ts → index.taro.vue.d.ts} +4 -56
- package/dist/types/__VUE/popup/{index.vue.d.ts → index.taro.vue.d.ts} +3 -56
- package/dist/types/__VUE/price/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/progress/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/radio/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/radiogroup/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/range/{index.vue.d.ts → index.taro.vue.d.ts} +3 -2
- package/dist/types/__VUE/rate/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/rate/rate.taro.vue.d.ts +95 -0
- package/dist/types/__VUE/row/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/scroll-view/index.taro.vue.d.ts +9 -0
- package/dist/types/__VUE/searchbar/{index.vue.d.ts → index.taro.vue.d.ts} +23 -121
- package/dist/types/__VUE/shortpassword/{index.vue.d.ts → index.taro.vue.d.ts} +5 -112
- package/dist/types/__VUE/sidenavbar/{index.vue.d.ts → index.taro.vue.d.ts} +0 -9
- package/dist/types/__VUE/signature/{index.vue.d.ts → index.taro.vue.d.ts} +53 -31
- package/dist/types/__VUE/skeleton/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/sku/components/{SkuHeader.vue.d.ts → SkuHeader.taro.vue.d.ts} +6 -6
- package/dist/types/__VUE/sku/{index.vue.d.ts → index.taro.vue.d.ts} +25 -62
- package/dist/types/__VUE/step/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/steps/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/sticky/{index.vue.d.ts → index.taro.vue.d.ts} +7 -26
- package/dist/types/__VUE/subsidenavbar/index.taro.vue.d.ts +45 -0
- package/dist/types/__VUE/swipe/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/swipegroup/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/swiper/{index.vue.d.ts → index.taro.vue.d.ts} +6 -5
- package/dist/types/__VUE/switch/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/tabbar/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/tabbaritem/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/table/{index.vue.d.ts → index.taro.vue.d.ts} +2 -55
- package/dist/types/__VUE/tabs/{index.vue.d.ts → index.taro.vue.d.ts} +27 -118
- package/dist/types/__VUE/tag/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/textarea/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/textarea/{textarea.vue.d.ts → textarea.taro.vue.d.ts} +1 -1
- package/dist/types/__VUE/timeselect/{index.vue.d.ts → index.taro.vue.d.ts} +3 -66
- package/dist/types/__VUE/toast/{index.vue.d.ts → index.taro.vue.d.ts} +16 -12
- package/dist/types/__VUE/tour/{index.vue.d.ts → index.taro.vue.d.ts} +13 -121
- package/dist/types/__VUE/trendarrow/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/__VUE/uploader/{index.vue.d.ts → index.taro.vue.d.ts} +268 -286
- package/dist/types/__VUE/watermark/{index.d.ts → index.taro.d.ts} +2 -2
- package/dist/types/index.d.ts +145 -155
- package/package.json +19 -96
- package/dist/nutui.js +0 -15856
- package/dist/packages/audio/Audio.js +0 -271
- package/dist/packages/audio/index.mjs +0 -2
- package/dist/packages/audiooperate/AudioOperate.js +0 -125
- package/dist/packages/audiooperate/index.mjs +0 -2
- package/dist/packages/image/Image.js +0 -167
- package/dist/packages/image/index.mjs +0 -2
- package/dist/packages/index-B1qsj2XR.js +0 -33
- package/dist/packages/index-BvmDLUYP.js +0 -31
- package/dist/packages/index-aiGQ-EiA.js +0 -8
- package/dist/packages/infiniteloading/InfiniteLoading.js +0 -184
- package/dist/packages/infiniteloading/index.mjs +0 -2
- package/dist/packages/mountComponent-CLi4Nz91.js +0 -39
- package/dist/packages/pullrefresh/PullRefresh.js +0 -240
- package/dist/packages/pullrefresh/index.mjs +0 -2
- package/dist/packages/types-BMA1Y94E.js +0 -4
- package/dist/packages/video/Video.js +0 -449
- package/dist/packages/video/index.mjs +0 -2
- package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +0 -134
- package/dist/types/__VUE/audio/index.vue.d.ts +0 -323
- package/dist/types/__VUE/audio/types.d.ts +0 -3
- package/dist/types/__VUE/audiooperate/index.vue.d.ts +0 -229
- package/dist/types/__VUE/collapseitem/collapse-item.vue.d.ts +0 -201
- package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +0 -208
- package/dist/types/__VUE/comment/components/CmtHeader.vue.d.ts +0 -248
- package/dist/types/__VUE/comment/index.vue.d.ts +0 -728
- package/dist/types/__VUE/dialog/index.d.ts +0 -45
- package/dist/types/__VUE/image/image.vue.d.ts +0 -111
- package/dist/types/__VUE/image/index.d.ts +0 -6
- package/dist/types/__VUE/image/types.d.ts +0 -2
- package/dist/types/__VUE/imagepreview/imagePreviewItem.vue.d.ts +0 -267
- package/dist/types/__VUE/imagepreview/index.d.ts +0 -36
- package/dist/types/__VUE/imagepreview/index.vue.d.ts +0 -1088
- package/dist/types/__VUE/infiniteloading/index.vue.d.ts +0 -140
- package/dist/types/__VUE/menu/index.vue.d.ts +0 -210
- package/dist/types/__VUE/notify/index.d.ts +0 -22
- package/dist/types/__VUE/pullrefresh/index.vue.d.ts +0 -200
- package/dist/types/__VUE/rate/rate.vue.d.ts +0 -208
- package/dist/types/__VUE/subsidenavbar/index.vue.d.ts +0 -152
- package/dist/types/__VUE/toast/index.d.ts +0 -12
- package/dist/types/__VUE/video/index.vue.d.ts +0 -149
- package/dist/packages/{index-Do4_KY74.js → index.taro-Do4_KY74.js} +0 -0
- package/dist/types/__VUE/animate/{animate.vue.d.ts → animate.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/avatar/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/avatargroup/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/badge/{badge.vue.d.ts → badge.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/calendarcard/{calendar-card.vue.d.ts → calendar-card.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/calendarcard/{icon.d.ts → icon.taro.d.ts} +0 -0
- package/dist/types/__VUE/categorypane/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/cellgroup/{cell-group.vue.d.ts → cell-group.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/checkbox/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/checkboxgroup/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/col/{col.vue.d.ts → col.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/collapse/{collapse.vue.d.ts → collapse.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/configprovider/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/countdown/{countdown.vue.d.ts → countdown.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/divider/{divider.vue.d.ts → divider.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/ecard/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/empty/{empty.vue.d.ts → empty.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/form/{form.vue.d.ts → form.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/formitem/{form-item.vue.d.ts → form-item.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/grid/{grid.vue.d.ts → grid.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/indicator/{indicator.vue.d.ts → indicator.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/inputnumber/{input-number.vue.d.ts → input-number.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/invoice/{invoice.vue.d.ts → invoice.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/layout/{layout.vue.d.ts → layout.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/navbar/{navbar.vue.d.ts → navbar.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/overlay/{overlay.vue.d.ts → overlay.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/pagination/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/price/{price.vue.d.ts → price.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/progress/{progress.vue.d.ts → progress.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/radio/{radio.vue.d.ts → radio.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/radiogroup/{radio-group.vue.d.ts → radio-group.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/row/{row.vue.d.ts → row.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/sidenavbaritem/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/skeleton/{skeleton.vue.d.ts → skeleton.taro.vue.d.ts} +2 -2
- package/dist/types/__VUE/sku/components/{SkuStepper.vue.d.ts → SkuStepper.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/space/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/step/{step.vue.d.ts → step.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/steps/{steps.vue.d.ts → steps.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/swipe/{swipe.vue.d.ts → swipe.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/swipegroup/{swipe-group.vue.d.ts → swipe-group.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/swiperitem/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/switch/{switch.vue.d.ts → switch.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/tabbar/{tabbar.vue.d.ts → tabbar.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/tabbaritem/{tabbar-item.vue.d.ts → tabbar-item.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/tabpane/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/tag/{tag.vue.d.ts → tag.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/timedetail/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/timepannel/{index.vue.d.ts → index.taro.vue.d.ts} +0 -0
- package/dist/types/__VUE/trendarrow/{trend-arrow.vue.d.ts → trend-arrow.taro.vue.d.ts} +1 -1
- package/dist/types/__VUE/watermark/{watermark.vue.d.ts → watermark.taro.vue.d.ts} +2 -2
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import type { AvatarCropperToolbarPosition, AvatarCropperShape } from './types';
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import type { AvatarCropperToolbarPosition, AvatarCropperSizeType, AvatarCropperSourceType, AvatarCropperShape } from './types';
|
|
3
|
+
import { IconFont } from '@nutui/icons-vue-taro';
|
|
4
|
+
import Taro from '@tarojs/taro';
|
|
3
5
|
|
|
4
6
|
declare type Install<T> = T & {
|
|
5
7
|
install(app: import('vue').App): void;
|
|
@@ -33,15 +35,31 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
33
35
|
type: PropType<AvatarCropperShape>;
|
|
34
36
|
default: string;
|
|
35
37
|
};
|
|
38
|
+
sizeType: {
|
|
39
|
+
type: PropType<AvatarCropperSizeType[]>;
|
|
40
|
+
default: () => string[];
|
|
41
|
+
};
|
|
42
|
+
sourceType: {
|
|
43
|
+
type: PropType<AvatarCropperSourceType[]>;
|
|
44
|
+
default: () => string[];
|
|
45
|
+
};
|
|
36
46
|
}>, {
|
|
37
|
-
|
|
38
|
-
canvasRef: Ref<HTMLCanvasElement, HTMLCanvasElement>;
|
|
39
|
-
inputImageRef: Ref<HTMLInputElement, HTMLInputElement>;
|
|
47
|
+
showCanvas2D: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
40
48
|
highlightStyle: import("vue").ComputedRef<{
|
|
41
49
|
width: string;
|
|
42
50
|
height: string;
|
|
43
51
|
}>;
|
|
44
|
-
|
|
52
|
+
canvasStyle: import("vue").ComputedRef<{
|
|
53
|
+
width: string;
|
|
54
|
+
height: string;
|
|
55
|
+
}>;
|
|
56
|
+
cutCanvasStyle: import("vue").ComputedRef<{
|
|
57
|
+
top: string;
|
|
58
|
+
left: string;
|
|
59
|
+
width: string;
|
|
60
|
+
height: string;
|
|
61
|
+
}>;
|
|
62
|
+
chooseImage: () => void;
|
|
45
63
|
reset: () => void;
|
|
46
64
|
rotate: () => void;
|
|
47
65
|
cancel: (isEmit?: Boolean) => void;
|
|
@@ -49,16 +67,21 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
49
67
|
onTouchStart: (event: TouchEvent) => void;
|
|
50
68
|
onTouchMove: (event: TouchEvent) => void;
|
|
51
69
|
onTouchEnd: (event: TouchEvent) => void;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
70
|
+
canvasId: import("vue").Ref<string, string>;
|
|
71
|
+
cropperCanvas: import("vue").Ref<any, any>;
|
|
72
|
+
cropperCanvasContext: import("vue").Ref<Taro.CanvasContext | null, Taro.CanvasContext | null>;
|
|
73
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
74
|
+
defScale: import("vue").Ref<number, number>;
|
|
75
|
+
scale: import("vue").Ref<number, number>;
|
|
76
|
+
angle: import("vue").Ref<number, number>;
|
|
77
|
+
moveX: import("vue").Ref<number, number>;
|
|
78
|
+
moveY: import("vue").Ref<number, number>;
|
|
79
|
+
moving: import("vue").Ref<boolean, boolean>;
|
|
80
|
+
zooming: import("vue").Ref<boolean, boolean>;
|
|
81
|
+
displayWidth: import("vue").Ref<number, number>;
|
|
82
|
+
displayHeight: import("vue").Ref<number, number>;
|
|
83
|
+
cropperWidth: import("vue").Ref<number, number>;
|
|
84
|
+
cropperHeight: import("vue").Ref<number, number>;
|
|
62
85
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "confirm")[], "cancel" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
86
|
maxZoom: {
|
|
64
87
|
type: NumberConstructor;
|
|
@@ -88,6 +111,14 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
88
111
|
type: PropType<AvatarCropperShape>;
|
|
89
112
|
default: string;
|
|
90
113
|
};
|
|
114
|
+
sizeType: {
|
|
115
|
+
type: PropType<AvatarCropperSizeType[]>;
|
|
116
|
+
default: () => string[];
|
|
117
|
+
};
|
|
118
|
+
sourceType: {
|
|
119
|
+
type: PropType<AvatarCropperSourceType[]>;
|
|
120
|
+
default: () => string[];
|
|
121
|
+
};
|
|
91
122
|
}>> & Readonly<{
|
|
92
123
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
93
124
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
@@ -96,6 +127,8 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
96
127
|
space: number;
|
|
97
128
|
confirmText: string;
|
|
98
129
|
cancelText: string;
|
|
130
|
+
sizeType: AvatarCropperSizeType[];
|
|
131
|
+
sourceType: AvatarCropperSourceType[];
|
|
99
132
|
maxZoom: number;
|
|
100
133
|
toolbarPosition: AvatarCropperToolbarPosition;
|
|
101
134
|
editText: string;
|
|
@@ -107,7 +140,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
107
140
|
default: string;
|
|
108
141
|
};
|
|
109
142
|
shape: {
|
|
110
|
-
type: PropType<import("../button").ButtonShape>;
|
|
143
|
+
type: PropType<import("../button/types").ButtonShape>;
|
|
111
144
|
default: string;
|
|
112
145
|
};
|
|
113
146
|
plain: {
|
|
@@ -123,17 +156,21 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
123
156
|
default: boolean;
|
|
124
157
|
};
|
|
125
158
|
type: {
|
|
126
|
-
type: PropType<import("../button").ButtonType>;
|
|
159
|
+
type: PropType<import("../button/types").ButtonType>;
|
|
127
160
|
default: string;
|
|
128
161
|
};
|
|
129
162
|
size: {
|
|
130
|
-
type: PropType<import("../button").ButtonSize>;
|
|
163
|
+
type: PropType<import("../button/types").ButtonSize>;
|
|
131
164
|
default: string;
|
|
132
165
|
};
|
|
133
166
|
block: {
|
|
134
167
|
type: PropType<boolean>;
|
|
135
168
|
default: boolean;
|
|
136
169
|
};
|
|
170
|
+
formType: {
|
|
171
|
+
type: PropType<import("../button/types").ButtonFormType>;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
137
174
|
}>> & Readonly<{
|
|
138
175
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
139
176
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -144,7 +181,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
144
181
|
default: string;
|
|
145
182
|
};
|
|
146
183
|
shape: {
|
|
147
|
-
type: PropType<import("../button").ButtonShape>;
|
|
184
|
+
type: PropType<import("../button/types").ButtonShape>;
|
|
148
185
|
default: string;
|
|
149
186
|
};
|
|
150
187
|
plain: {
|
|
@@ -160,28 +197,33 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
160
197
|
default: boolean;
|
|
161
198
|
};
|
|
162
199
|
type: {
|
|
163
|
-
type: PropType<import("../button").ButtonType>;
|
|
200
|
+
type: PropType<import("../button/types").ButtonType>;
|
|
164
201
|
default: string;
|
|
165
202
|
};
|
|
166
203
|
size: {
|
|
167
|
-
type: PropType<import("../button").ButtonSize>;
|
|
204
|
+
type: PropType<import("../button/types").ButtonSize>;
|
|
168
205
|
default: string;
|
|
169
206
|
};
|
|
170
207
|
block: {
|
|
171
208
|
type: PropType<boolean>;
|
|
172
209
|
default: boolean;
|
|
173
210
|
};
|
|
211
|
+
formType: {
|
|
212
|
+
type: PropType<import("../button/types").ButtonFormType>;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
174
215
|
}>> & Readonly<{
|
|
175
216
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
176
217
|
}>, {
|
|
177
218
|
color: string;
|
|
178
|
-
shape: import("../button").ButtonShape;
|
|
219
|
+
shape: import("../button/types").ButtonShape;
|
|
179
220
|
plain: boolean;
|
|
180
221
|
loading: boolean;
|
|
181
222
|
disabled: boolean;
|
|
182
|
-
type: import("../button").ButtonType;
|
|
183
|
-
size: import("../button").ButtonSize;
|
|
223
|
+
type: import("../button/types").ButtonType;
|
|
224
|
+
size: import("../button/types").ButtonSize;
|
|
184
225
|
block: boolean;
|
|
226
|
+
formType: import("../button/types").ButtonFormType;
|
|
185
227
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
186
228
|
P: {};
|
|
187
229
|
B: {};
|
|
@@ -195,7 +237,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
195
237
|
default: string;
|
|
196
238
|
};
|
|
197
239
|
shape: {
|
|
198
|
-
type: PropType<import("../button").ButtonShape>;
|
|
240
|
+
type: PropType<import("../button/types").ButtonShape>;
|
|
199
241
|
default: string;
|
|
200
242
|
};
|
|
201
243
|
plain: {
|
|
@@ -211,28 +253,33 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
211
253
|
default: boolean;
|
|
212
254
|
};
|
|
213
255
|
type: {
|
|
214
|
-
type: PropType<import("../button").ButtonType>;
|
|
256
|
+
type: PropType<import("../button/types").ButtonType>;
|
|
215
257
|
default: string;
|
|
216
258
|
};
|
|
217
259
|
size: {
|
|
218
|
-
type: PropType<import("../button").ButtonSize>;
|
|
260
|
+
type: PropType<import("../button/types").ButtonSize>;
|
|
219
261
|
default: string;
|
|
220
262
|
};
|
|
221
263
|
block: {
|
|
222
264
|
type: PropType<boolean>;
|
|
223
265
|
default: boolean;
|
|
224
266
|
};
|
|
267
|
+
formType: {
|
|
268
|
+
type: PropType<import("../button/types").ButtonFormType>;
|
|
269
|
+
default: string;
|
|
270
|
+
};
|
|
225
271
|
}>> & Readonly<{
|
|
226
272
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
227
273
|
}>, {}, {}, {}, {}, {
|
|
228
274
|
color: string;
|
|
229
|
-
shape: import("../button").ButtonShape;
|
|
275
|
+
shape: import("../button/types").ButtonShape;
|
|
230
276
|
plain: boolean;
|
|
231
277
|
loading: boolean;
|
|
232
278
|
disabled: boolean;
|
|
233
|
-
type: import("../button").ButtonType;
|
|
234
|
-
size: import("../button").ButtonSize;
|
|
279
|
+
type: import("../button/types").ButtonType;
|
|
280
|
+
size: import("../button/types").ButtonSize;
|
|
235
281
|
block: boolean;
|
|
282
|
+
formType: import("../button/types").ButtonFormType;
|
|
236
283
|
}>;
|
|
237
284
|
__isFragment?: undefined;
|
|
238
285
|
__isTeleport?: undefined;
|
|
@@ -243,7 +290,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
243
290
|
default: string;
|
|
244
291
|
};
|
|
245
292
|
shape: {
|
|
246
|
-
type: PropType<import("../button").ButtonShape>;
|
|
293
|
+
type: PropType<import("../button/types").ButtonShape>;
|
|
247
294
|
default: string;
|
|
248
295
|
};
|
|
249
296
|
plain: {
|
|
@@ -259,146 +306,42 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
259
306
|
default: boolean;
|
|
260
307
|
};
|
|
261
308
|
type: {
|
|
262
|
-
type: PropType<import("../button").ButtonType>;
|
|
309
|
+
type: PropType<import("../button/types").ButtonType>;
|
|
263
310
|
default: string;
|
|
264
311
|
};
|
|
265
312
|
size: {
|
|
266
|
-
type: PropType<import("../button").ButtonSize>;
|
|
313
|
+
type: PropType<import("../button/types").ButtonSize>;
|
|
267
314
|
default: string;
|
|
268
315
|
};
|
|
269
316
|
block: {
|
|
270
317
|
type: PropType<boolean>;
|
|
271
318
|
default: boolean;
|
|
272
319
|
};
|
|
320
|
+
formType: {
|
|
321
|
+
type: PropType<import("../button/types").ButtonFormType>;
|
|
322
|
+
default: string;
|
|
323
|
+
};
|
|
273
324
|
}>> & Readonly<{
|
|
274
325
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
275
326
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
276
327
|
click: (...args: any[]) => void;
|
|
277
328
|
}, string, {
|
|
278
329
|
color: string;
|
|
279
|
-
shape: import("../button").ButtonShape;
|
|
330
|
+
shape: import("../button/types").ButtonShape;
|
|
280
331
|
plain: boolean;
|
|
281
332
|
loading: boolean;
|
|
282
333
|
disabled: boolean;
|
|
283
|
-
type: import("../button").ButtonType;
|
|
284
|
-
size: import("../button").ButtonSize;
|
|
334
|
+
type: import("../button/types").ButtonType;
|
|
335
|
+
size: import("../button/types").ButtonSize;
|
|
285
336
|
block: boolean;
|
|
337
|
+
formType: import("../button/types").ButtonFormType;
|
|
286
338
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
287
339
|
$slots: {
|
|
288
340
|
icon?(_: {}): any;
|
|
289
341
|
default?(_: {}): any;
|
|
290
342
|
};
|
|
291
343
|
});
|
|
292
|
-
|
|
293
|
-
class: {
|
|
294
|
-
type: StringConstructor;
|
|
295
|
-
default: string;
|
|
296
|
-
};
|
|
297
|
-
name: {
|
|
298
|
-
type: StringConstructor;
|
|
299
|
-
default: string;
|
|
300
|
-
};
|
|
301
|
-
color: {
|
|
302
|
-
type: StringConstructor;
|
|
303
|
-
default: string;
|
|
304
|
-
};
|
|
305
|
-
width: {
|
|
306
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
307
|
-
default: string;
|
|
308
|
-
};
|
|
309
|
-
height: {
|
|
310
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
311
|
-
default: string;
|
|
312
|
-
};
|
|
313
|
-
}, {
|
|
314
|
-
classes: import("vue").ComputedRef<{
|
|
315
|
-
[x: string]: string | boolean;
|
|
316
|
-
"nut-icon": boolean;
|
|
317
|
-
}>;
|
|
318
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
319
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
320
|
-
class: {
|
|
321
|
-
type: StringConstructor;
|
|
322
|
-
default: string;
|
|
323
|
-
};
|
|
324
|
-
name: {
|
|
325
|
-
type: StringConstructor;
|
|
326
|
-
default: string;
|
|
327
|
-
};
|
|
328
|
-
color: {
|
|
329
|
-
type: StringConstructor;
|
|
330
|
-
default: string;
|
|
331
|
-
};
|
|
332
|
-
width: {
|
|
333
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
334
|
-
default: string;
|
|
335
|
-
};
|
|
336
|
-
height: {
|
|
337
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
338
|
-
default: string;
|
|
339
|
-
};
|
|
340
|
-
}>>, {
|
|
341
|
-
name: string;
|
|
342
|
-
width: string | number;
|
|
343
|
-
height: string | number;
|
|
344
|
-
color: string;
|
|
345
|
-
class: string;
|
|
346
|
-
}>;
|
|
347
|
-
Retweet: import("vue").DefineComponent<{
|
|
348
|
-
class: {
|
|
349
|
-
type: StringConstructor;
|
|
350
|
-
default: string;
|
|
351
|
-
};
|
|
352
|
-
name: {
|
|
353
|
-
type: StringConstructor;
|
|
354
|
-
default: string;
|
|
355
|
-
};
|
|
356
|
-
color: {
|
|
357
|
-
type: StringConstructor;
|
|
358
|
-
default: string;
|
|
359
|
-
};
|
|
360
|
-
width: {
|
|
361
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
362
|
-
default: string;
|
|
363
|
-
};
|
|
364
|
-
height: {
|
|
365
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
366
|
-
default: string;
|
|
367
|
-
};
|
|
368
|
-
}, {
|
|
369
|
-
classes: import("vue").ComputedRef<{
|
|
370
|
-
[x: string]: string | boolean;
|
|
371
|
-
"nut-icon": boolean;
|
|
372
|
-
}>;
|
|
373
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
374
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
375
|
-
class: {
|
|
376
|
-
type: StringConstructor;
|
|
377
|
-
default: string;
|
|
378
|
-
};
|
|
379
|
-
name: {
|
|
380
|
-
type: StringConstructor;
|
|
381
|
-
default: string;
|
|
382
|
-
};
|
|
383
|
-
color: {
|
|
384
|
-
type: StringConstructor;
|
|
385
|
-
default: string;
|
|
386
|
-
};
|
|
387
|
-
width: {
|
|
388
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
389
|
-
default: string;
|
|
390
|
-
};
|
|
391
|
-
height: {
|
|
392
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
393
|
-
default: string;
|
|
394
|
-
};
|
|
395
|
-
}>>, {
|
|
396
|
-
name: string;
|
|
397
|
-
width: string | number;
|
|
398
|
-
height: string | number;
|
|
399
|
-
color: string;
|
|
400
|
-
class: string;
|
|
401
|
-
}>;
|
|
344
|
+
IconFont: typeof IconFont;
|
|
402
345
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
403
346
|
export default _default;
|
|
404
347
|
|
|
@@ -1,59 +1,48 @@
|
|
|
1
1
|
import type { WithInstall } from '../../utils';
|
|
2
2
|
export type BacktopProps = Partial<{
|
|
3
|
+
height: string;
|
|
3
4
|
bottom: number;
|
|
4
5
|
right: number;
|
|
5
|
-
elId: string;
|
|
6
6
|
distance: number;
|
|
7
7
|
zIndex: number;
|
|
8
|
-
isAnimation: boolean;
|
|
9
|
-
duration: number;
|
|
10
8
|
}>;
|
|
11
9
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
10
|
+
height: string;
|
|
12
11
|
bottom: number;
|
|
13
12
|
right: number;
|
|
14
|
-
elId: string;
|
|
15
13
|
distance: number;
|
|
16
14
|
zIndex: number;
|
|
17
|
-
isAnimation: boolean;
|
|
18
|
-
duration: number;
|
|
19
15
|
}>>, {
|
|
16
|
+
height: string;
|
|
20
17
|
bottom: number;
|
|
21
18
|
right: number;
|
|
22
|
-
elId: string;
|
|
23
19
|
distance: number;
|
|
24
20
|
zIndex: number;
|
|
25
|
-
isAnimation: boolean;
|
|
26
|
-
duration: number;
|
|
27
21
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
22
|
click: (...args: any[]) => void;
|
|
29
23
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
24
|
+
height: string;
|
|
30
25
|
bottom: number;
|
|
31
26
|
right: number;
|
|
32
|
-
elId: string;
|
|
33
27
|
distance: number;
|
|
34
28
|
zIndex: number;
|
|
35
|
-
isAnimation: boolean;
|
|
36
|
-
duration: number;
|
|
37
29
|
}>>, {
|
|
30
|
+
height: string;
|
|
38
31
|
bottom: number;
|
|
39
32
|
right: number;
|
|
40
|
-
elId: string;
|
|
41
33
|
distance: number;
|
|
42
34
|
zIndex: number;
|
|
43
|
-
isAnimation: boolean;
|
|
44
|
-
duration: number;
|
|
45
35
|
}>>> & Readonly<{
|
|
46
36
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
47
37
|
}>, {
|
|
48
|
-
duration: number;
|
|
49
38
|
bottom: number;
|
|
50
39
|
right: number;
|
|
51
40
|
zIndex: number;
|
|
52
|
-
|
|
41
|
+
height: string;
|
|
53
42
|
distance: number;
|
|
54
|
-
isAnimation: boolean;
|
|
55
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
56
|
-
|
|
44
|
+
content?(_: {}): any;
|
|
45
|
+
icon?(_: {}): any;
|
|
57
46
|
}>;
|
|
58
47
|
declare const _nut_default: WithInstall<typeof _default>;
|
|
59
48
|
export default _nut_default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Backtop from './backtop.vue';
|
|
1
|
+
import Backtop from './backtop.taro.vue';
|
|
2
2
|
import type { ComponentPublicInstance } from 'vue';
|
|
3
|
-
export type { BacktopProps } from './backtop.vue';
|
|
3
|
+
export type { BacktopProps } from './backtop.taro.vue';
|
|
4
4
|
export type BacktopInstance = ComponentPublicInstance & InstanceType<typeof Backtop>;
|
|
5
5
|
export { Backtop, Backtop as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Badge from './badge.vue';
|
|
1
|
+
import Badge from './badge.taro.vue';
|
|
2
2
|
import type { ComponentPublicInstance } from 'vue';
|
|
3
|
-
export type { BadgeProps } from './badge.vue';
|
|
3
|
+
export type { BadgeProps } from './badge.taro.vue';
|
|
4
4
|
export type BadgeInstance = ComponentPublicInstance & InstanceType<typeof Badge>;
|
|
5
5
|
export { Badge, Badge as default };
|
|
@@ -29,11 +29,14 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
29
29
|
};
|
|
30
30
|
}>, {
|
|
31
31
|
classTime: number;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
classes: import("vue").ComputedRef<{
|
|
33
|
+
[x: string]: boolean;
|
|
34
|
+
}>;
|
|
35
|
+
danmuList: import("vue").Ref<any, any>;
|
|
35
36
|
add: (word: string) => void;
|
|
36
|
-
|
|
37
|
+
styleList: any[];
|
|
38
|
+
danmuListSlots: import("vue").Ref<any, any>;
|
|
39
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
40
|
danmu: {
|
|
38
41
|
type: ArrayConstructor;
|
|
39
42
|
default: () => never[];
|
|
@@ -58,7 +61,9 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
58
61
|
type: BooleanConstructor;
|
|
59
62
|
default: boolean;
|
|
60
63
|
};
|
|
61
|
-
}>> & Readonly<{
|
|
64
|
+
}>> & Readonly<{
|
|
65
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
}>, {
|
|
62
67
|
top: number;
|
|
63
68
|
rows: number;
|
|
64
69
|
loop: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { WithInstall } from '../../utils';
|
|
2
|
-
import type { ButtonShape, ButtonType, ButtonSize } from './types';
|
|
2
|
+
import type { ButtonShape, ButtonType, ButtonSize, ButtonFormType } from './types';
|
|
3
3
|
export type ButtonProps = Partial<{
|
|
4
4
|
color: string;
|
|
5
5
|
shape: ButtonShape;
|
|
@@ -9,6 +9,7 @@ export type ButtonProps = Partial<{
|
|
|
9
9
|
type: ButtonType;
|
|
10
10
|
size: ButtonSize;
|
|
11
11
|
block: boolean;
|
|
12
|
+
formType: ButtonFormType;
|
|
12
13
|
}>;
|
|
13
14
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
14
15
|
color: string;
|
|
@@ -19,6 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
19
20
|
type: ButtonType;
|
|
20
21
|
size: ButtonSize;
|
|
21
22
|
block: boolean;
|
|
23
|
+
formType: ButtonFormType;
|
|
22
24
|
}>>, {
|
|
23
25
|
color: string;
|
|
24
26
|
shape: string;
|
|
@@ -28,6 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
28
30
|
type: string;
|
|
29
31
|
size: string;
|
|
30
32
|
block: boolean;
|
|
33
|
+
formType: string;
|
|
31
34
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
35
|
click: (...args: any[]) => void;
|
|
33
36
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<{
|
|
@@ -39,6 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
39
42
|
type: ButtonType;
|
|
40
43
|
size: ButtonSize;
|
|
41
44
|
block: boolean;
|
|
45
|
+
formType: ButtonFormType;
|
|
42
46
|
}>>, {
|
|
43
47
|
color: string;
|
|
44
48
|
shape: string;
|
|
@@ -48,6 +52,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
48
52
|
type: string;
|
|
49
53
|
size: string;
|
|
50
54
|
block: boolean;
|
|
55
|
+
formType: string;
|
|
51
56
|
}>>> & Readonly<{
|
|
52
57
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
53
58
|
}>, {
|
|
@@ -59,6 +64,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
59
64
|
type: ButtonType;
|
|
60
65
|
size: ButtonSize;
|
|
61
66
|
block: boolean;
|
|
67
|
+
formType: ButtonFormType;
|
|
62
68
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
63
69
|
icon?(_: {}): any;
|
|
64
70
|
default?(_: {}): any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import Button from './button.vue';
|
|
1
|
+
import Button from './button.taro.vue';
|
|
2
2
|
import type { ComponentPublicInstance } from 'vue';
|
|
3
|
-
export type { ButtonProps } from './button.vue';
|
|
3
|
+
export type { ButtonProps } from './button.taro.vue';
|
|
4
4
|
export type { ButtonType, ButtonSize, ButtonShape, ButtonFormType } from './types';
|
|
5
5
|
export type ButtonInstance = ComponentPublicInstance & InstanceType<typeof Button>;
|
|
6
6
|
export { Button, Button as default };
|