@nutui/nutui 4.3.14 → 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/CHANGELOG.md +19 -0
- package/README.md +2 -2
- package/dist/nutui.es.js +2 -14
- 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 -96
- package/dist/packages/dialog/index.mjs +1 -2
- package/dist/packages/divider/Divider.js +1 -1
- package/dist/packages/drag/Drag.js +95 -58
- 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 +380 -770
- package/dist/style.css +1 -1
- package/dist/styles/base-jda.css +1 -0
- package/dist/styles/themes/default.scss +0 -1
- package/dist/styles/themes/jda.scss +106 -0
- 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/styles/variables-jda.scss +945 -0
- 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 +1 -1
- package/dist/nutui.js +0 -15854
- 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 -44
- 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,6 @@
|
|
|
1
|
-
import { Ref, CSSProperties
|
|
2
|
-
import {
|
|
1
|
+
import { PropType, Ref, CSSProperties } from 'vue';
|
|
2
|
+
import { CircleClose } from '@nutui/icons-vue-taro';
|
|
3
|
+
import { SearchbarConfirmType, SearchbarInputAlign, SearchbarShape } from './types';
|
|
3
4
|
|
|
4
5
|
declare type Install<T> = T & {
|
|
5
6
|
install(app: import('vue').App): void;
|
|
@@ -13,10 +14,6 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
13
14
|
type: StringConstructor;
|
|
14
15
|
default: string;
|
|
15
16
|
};
|
|
16
|
-
label: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
17
|
shape: {
|
|
21
18
|
type: PropType<SearchbarShape>;
|
|
22
19
|
default: string;
|
|
@@ -35,61 +32,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
35
32
|
};
|
|
36
33
|
clearIcon: {
|
|
37
34
|
type: ObjectConstructor;
|
|
38
|
-
default: () =>
|
|
39
|
-
class: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
name: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
color: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
width: {
|
|
52
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
height: {
|
|
56
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
}, {
|
|
60
|
-
classes: import("vue").ComputedRef<{
|
|
61
|
-
[x: string]: string | boolean;
|
|
62
|
-
"nut-icon": boolean;
|
|
63
|
-
}>;
|
|
64
|
-
style: import("vue").ComputedRef<CSSProperties>;
|
|
65
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
|
-
class: {
|
|
67
|
-
type: StringConstructor;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
name: {
|
|
71
|
-
type: StringConstructor;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
|
-
color: {
|
|
75
|
-
type: StringConstructor;
|
|
76
|
-
default: string;
|
|
77
|
-
};
|
|
78
|
-
width: {
|
|
79
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
80
|
-
default: string;
|
|
81
|
-
};
|
|
82
|
-
height: {
|
|
83
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
84
|
-
default: string;
|
|
85
|
-
};
|
|
86
|
-
}>>, {
|
|
87
|
-
name: string;
|
|
88
|
-
width: string | number;
|
|
89
|
-
height: string | number;
|
|
90
|
-
color: string;
|
|
91
|
-
class: string;
|
|
92
|
-
}>;
|
|
35
|
+
default: () => typeof CircleClose;
|
|
93
36
|
};
|
|
94
37
|
background: {
|
|
95
38
|
type: StringConstructor;
|
|
@@ -119,10 +62,18 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
119
62
|
type: PropType<SearchbarInputAlign>;
|
|
120
63
|
default: string;
|
|
121
64
|
};
|
|
65
|
+
confirmType: {
|
|
66
|
+
type: PropType<SearchbarConfirmType>;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
122
69
|
safeAreaInsetBottom: {
|
|
123
70
|
type: BooleanConstructor;
|
|
124
71
|
default: boolean;
|
|
125
72
|
};
|
|
73
|
+
cursorSpacing: {
|
|
74
|
+
type: NumberConstructor;
|
|
75
|
+
default: number;
|
|
76
|
+
};
|
|
126
77
|
}>, {
|
|
127
78
|
valueChange: (event: Event) => void;
|
|
128
79
|
valueFocus: (event: Event) => void;
|
|
@@ -156,10 +107,6 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
156
107
|
type: StringConstructor;
|
|
157
108
|
default: string;
|
|
158
109
|
};
|
|
159
|
-
label: {
|
|
160
|
-
type: StringConstructor;
|
|
161
|
-
default: string;
|
|
162
|
-
};
|
|
163
110
|
shape: {
|
|
164
111
|
type: PropType<SearchbarShape>;
|
|
165
112
|
default: string;
|
|
@@ -178,61 +125,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
178
125
|
};
|
|
179
126
|
clearIcon: {
|
|
180
127
|
type: ObjectConstructor;
|
|
181
|
-
default: () =>
|
|
182
|
-
class: {
|
|
183
|
-
type: StringConstructor;
|
|
184
|
-
default: string;
|
|
185
|
-
};
|
|
186
|
-
name: {
|
|
187
|
-
type: StringConstructor;
|
|
188
|
-
default: string;
|
|
189
|
-
};
|
|
190
|
-
color: {
|
|
191
|
-
type: StringConstructor;
|
|
192
|
-
default: string;
|
|
193
|
-
};
|
|
194
|
-
width: {
|
|
195
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
196
|
-
default: string;
|
|
197
|
-
};
|
|
198
|
-
height: {
|
|
199
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
200
|
-
default: string;
|
|
201
|
-
};
|
|
202
|
-
}, {
|
|
203
|
-
classes: import("vue").ComputedRef<{
|
|
204
|
-
[x: string]: string | boolean;
|
|
205
|
-
"nut-icon": boolean;
|
|
206
|
-
}>;
|
|
207
|
-
style: import("vue").ComputedRef<CSSProperties>;
|
|
208
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
209
|
-
class: {
|
|
210
|
-
type: StringConstructor;
|
|
211
|
-
default: string;
|
|
212
|
-
};
|
|
213
|
-
name: {
|
|
214
|
-
type: StringConstructor;
|
|
215
|
-
default: string;
|
|
216
|
-
};
|
|
217
|
-
color: {
|
|
218
|
-
type: StringConstructor;
|
|
219
|
-
default: string;
|
|
220
|
-
};
|
|
221
|
-
width: {
|
|
222
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
223
|
-
default: string;
|
|
224
|
-
};
|
|
225
|
-
height: {
|
|
226
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
227
|
-
default: string;
|
|
228
|
-
};
|
|
229
|
-
}>>, {
|
|
230
|
-
name: string;
|
|
231
|
-
width: string | number;
|
|
232
|
-
height: string | number;
|
|
233
|
-
color: string;
|
|
234
|
-
class: string;
|
|
235
|
-
}>;
|
|
128
|
+
default: () => typeof CircleClose;
|
|
236
129
|
};
|
|
237
130
|
background: {
|
|
238
131
|
type: StringConstructor;
|
|
@@ -262,10 +155,18 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
262
155
|
type: PropType<SearchbarInputAlign>;
|
|
263
156
|
default: string;
|
|
264
157
|
};
|
|
158
|
+
confirmType: {
|
|
159
|
+
type: PropType<SearchbarConfirmType>;
|
|
160
|
+
default: string;
|
|
161
|
+
};
|
|
265
162
|
safeAreaInsetBottom: {
|
|
266
163
|
type: BooleanConstructor;
|
|
267
164
|
default: boolean;
|
|
268
165
|
};
|
|
166
|
+
cursorSpacing: {
|
|
167
|
+
type: NumberConstructor;
|
|
168
|
+
default: number;
|
|
169
|
+
};
|
|
269
170
|
}>> & Readonly<{
|
|
270
171
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
271
172
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -279,7 +180,6 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
279
180
|
}>, {
|
|
280
181
|
shape: SearchbarShape;
|
|
281
182
|
disabled: boolean;
|
|
282
|
-
label: string;
|
|
283
183
|
background: string;
|
|
284
184
|
safeAreaInsetBottom: boolean;
|
|
285
185
|
placeholder: string;
|
|
@@ -293,6 +193,8 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
293
193
|
autofocus: boolean;
|
|
294
194
|
readonly: boolean;
|
|
295
195
|
inputAlign: SearchbarInputAlign;
|
|
196
|
+
confirmType: SearchbarConfirmType;
|
|
197
|
+
cursorSpacing: number;
|
|
296
198
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
297
199
|
export default _default;
|
|
298
200
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Tips } from '@nutui/icons-vue-taro';
|
|
1
2
|
|
|
2
3
|
declare type Install<T> = T & {
|
|
3
4
|
install(app: import('vue').App): void;
|
|
@@ -42,10 +43,10 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
42
43
|
}>, {
|
|
43
44
|
comLen: import("vue").ComputedRef<number>;
|
|
44
45
|
realInput: import("vue").Ref<string, string>;
|
|
45
|
-
onTouchStart: (event: TouchEvent) => void;
|
|
46
46
|
range: (val: number) => number;
|
|
47
47
|
close: () => void;
|
|
48
48
|
onTips: () => void;
|
|
49
|
+
focus: (event: any) => void;
|
|
49
50
|
show: import("vue").Ref<boolean, boolean>;
|
|
50
51
|
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
51
52
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "focus" | "update:visible" | "update:modelValue" | "complete" | "tips")[], "close" | "focus" | "update:visible" | "update:modelValue" | "complete" | "tips", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -292,9 +293,9 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
292
293
|
onClickOverlay?: ((...args: any[]) => any) | undefined;
|
|
293
294
|
}>, {
|
|
294
295
|
round: boolean;
|
|
295
|
-
style: Record<string, any>;
|
|
296
296
|
duration: string | number;
|
|
297
297
|
transition: string;
|
|
298
|
+
style: Record<string, any>;
|
|
298
299
|
visible: boolean;
|
|
299
300
|
zIndex: string | number;
|
|
300
301
|
lockScroll: boolean;
|
|
@@ -479,117 +480,9 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
479
480
|
default?(_: {}): any;
|
|
480
481
|
};
|
|
481
482
|
});
|
|
482
|
-
Close: import("vue").
|
|
483
|
-
class: {
|
|
484
|
-
type: StringConstructor;
|
|
485
|
-
default: string;
|
|
486
|
-
};
|
|
487
|
-
name: {
|
|
488
|
-
type: StringConstructor;
|
|
489
|
-
default: string;
|
|
490
|
-
};
|
|
491
|
-
color: {
|
|
492
|
-
type: StringConstructor;
|
|
493
|
-
default: string;
|
|
494
|
-
};
|
|
495
|
-
width: {
|
|
496
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
497
|
-
default: string;
|
|
498
|
-
};
|
|
499
|
-
height: {
|
|
500
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
501
|
-
default: string;
|
|
502
|
-
};
|
|
503
|
-
}, {
|
|
504
|
-
classes: import("vue").ComputedRef<{
|
|
505
|
-
[x: string]: string | boolean;
|
|
506
|
-
"nut-icon": boolean;
|
|
507
|
-
}>;
|
|
508
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
509
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
510
|
-
class: {
|
|
511
|
-
type: StringConstructor;
|
|
512
|
-
default: string;
|
|
513
|
-
};
|
|
514
|
-
name: {
|
|
515
|
-
type: StringConstructor;
|
|
516
|
-
default: string;
|
|
517
|
-
};
|
|
518
|
-
color: {
|
|
519
|
-
type: StringConstructor;
|
|
520
|
-
default: string;
|
|
521
|
-
};
|
|
522
|
-
width: {
|
|
523
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
524
|
-
default: string;
|
|
525
|
-
};
|
|
526
|
-
height: {
|
|
527
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
528
|
-
default: string;
|
|
529
|
-
};
|
|
530
|
-
}>>, {
|
|
531
|
-
name: string;
|
|
532
|
-
width: string | number;
|
|
533
|
-
height: string | number;
|
|
534
|
-
color: string;
|
|
535
|
-
class: string;
|
|
536
|
-
}>;
|
|
483
|
+
Close: typeof import("@nutui/icons-vue-taro").Close;
|
|
537
484
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
538
|
-
Tips:
|
|
539
|
-
class: {
|
|
540
|
-
type: StringConstructor;
|
|
541
|
-
default: string;
|
|
542
|
-
};
|
|
543
|
-
name: {
|
|
544
|
-
type: StringConstructor;
|
|
545
|
-
default: string;
|
|
546
|
-
};
|
|
547
|
-
color: {
|
|
548
|
-
type: StringConstructor;
|
|
549
|
-
default: string;
|
|
550
|
-
};
|
|
551
|
-
width: {
|
|
552
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
553
|
-
default: string;
|
|
554
|
-
};
|
|
555
|
-
height: {
|
|
556
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
557
|
-
default: string;
|
|
558
|
-
};
|
|
559
|
-
}, {
|
|
560
|
-
classes: import("vue").ComputedRef<{
|
|
561
|
-
[x: string]: string | boolean;
|
|
562
|
-
"nut-icon": boolean;
|
|
563
|
-
}>;
|
|
564
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
565
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
566
|
-
class: {
|
|
567
|
-
type: StringConstructor;
|
|
568
|
-
default: string;
|
|
569
|
-
};
|
|
570
|
-
name: {
|
|
571
|
-
type: StringConstructor;
|
|
572
|
-
default: string;
|
|
573
|
-
};
|
|
574
|
-
color: {
|
|
575
|
-
type: StringConstructor;
|
|
576
|
-
default: string;
|
|
577
|
-
};
|
|
578
|
-
width: {
|
|
579
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
580
|
-
default: string;
|
|
581
|
-
};
|
|
582
|
-
height: {
|
|
583
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
584
|
-
default: string;
|
|
585
|
-
};
|
|
586
|
-
}>>, {
|
|
587
|
-
name: string;
|
|
588
|
-
width: string | number;
|
|
589
|
-
height: string | number;
|
|
590
|
-
color: string;
|
|
591
|
-
class: string;
|
|
592
|
-
}>;
|
|
485
|
+
Tips: typeof Tips;
|
|
593
486
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
594
487
|
export default _default;
|
|
595
488
|
|
|
@@ -11,15 +11,6 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
11
11
|
}>, {
|
|
12
12
|
list: Ref<any, any>;
|
|
13
13
|
count: Ref<number, number>;
|
|
14
|
-
observer: Ref<{
|
|
15
|
-
disconnect: () => void;
|
|
16
|
-
observe: (target: Node, options?: MutationObserverInit | undefined) => void;
|
|
17
|
-
takeRecords: () => MutationRecord[];
|
|
18
|
-
} | null, {
|
|
19
|
-
disconnect: () => void;
|
|
20
|
-
observe: (target: Node, options?: MutationObserverInit | undefined) => void;
|
|
21
|
-
takeRecords: () => MutationRecord[];
|
|
22
|
-
} | null>;
|
|
23
14
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
15
|
offset: {
|
|
25
16
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -13,7 +13,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
13
13
|
};
|
|
14
14
|
strokeStyle: {
|
|
15
15
|
type: StringConstructor;
|
|
16
|
-
default:
|
|
16
|
+
default: string;
|
|
17
17
|
};
|
|
18
18
|
type: {
|
|
19
19
|
type: StringConstructor;
|
|
@@ -24,21 +24,24 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
26
|
}>, {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
taroEnv: TaroGeneral.ENV_TYPE;
|
|
28
|
+
canvasSetId: any;
|
|
29
|
+
spcanvas: any;
|
|
30
30
|
confirm: () => void;
|
|
31
31
|
clear: () => void;
|
|
32
32
|
classes: import("vue").ComputedRef<{
|
|
33
33
|
[x: string]: string | boolean;
|
|
34
34
|
"nut-signature": boolean;
|
|
35
35
|
}>;
|
|
36
|
+
startEventHandler: (event: TouchEvent) => false | undefined;
|
|
37
|
+
moveEventHandler: (event: TouchEvent) => false | undefined;
|
|
38
|
+
endEventHandler: (event: {
|
|
39
|
+
preventDefault: () => void;
|
|
40
|
+
}) => void;
|
|
41
|
+
leaveEventHandler: (event: {
|
|
42
|
+
preventDefault: () => void;
|
|
43
|
+
}) => void;
|
|
36
44
|
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
37
|
-
canvasHeight: import("vue").Ref<number, number>;
|
|
38
|
-
canvasWidth: import("vue").Ref<number, number>;
|
|
39
|
-
ctx: import("vue").Ref<any, any>;
|
|
40
|
-
isSupportTouch: import("vue").Ref<boolean, boolean>;
|
|
41
|
-
events: import("vue").Ref<string[], string[]>;
|
|
42
45
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "end" | "start" | "confirm" | "signing")[], "clear" | "end" | "start" | "confirm" | "signing", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
46
|
customClass: {
|
|
44
47
|
type: StringConstructor;
|
|
@@ -50,7 +53,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
50
53
|
};
|
|
51
54
|
strokeStyle: {
|
|
52
55
|
type: StringConstructor;
|
|
53
|
-
default:
|
|
56
|
+
default: string;
|
|
54
57
|
};
|
|
55
58
|
type: {
|
|
56
59
|
type: StringConstructor;
|
|
@@ -80,7 +83,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
80
83
|
default: string;
|
|
81
84
|
};
|
|
82
85
|
shape: {
|
|
83
|
-
type: import("vue").PropType<import("../button").ButtonShape>;
|
|
86
|
+
type: import("vue").PropType<import("../button/types").ButtonShape>;
|
|
84
87
|
default: string;
|
|
85
88
|
};
|
|
86
89
|
plain: {
|
|
@@ -96,17 +99,21 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
96
99
|
default: boolean;
|
|
97
100
|
};
|
|
98
101
|
type: {
|
|
99
|
-
type: import("vue").PropType<import("../button").ButtonType>;
|
|
102
|
+
type: import("vue").PropType<import("../button/types").ButtonType>;
|
|
100
103
|
default: string;
|
|
101
104
|
};
|
|
102
105
|
size: {
|
|
103
|
-
type: import("vue").PropType<import("../button").ButtonSize>;
|
|
106
|
+
type: import("vue").PropType<import("../button/types").ButtonSize>;
|
|
104
107
|
default: string;
|
|
105
108
|
};
|
|
106
109
|
block: {
|
|
107
110
|
type: import("vue").PropType<boolean>;
|
|
108
111
|
default: boolean;
|
|
109
112
|
};
|
|
113
|
+
formType: {
|
|
114
|
+
type: import("vue").PropType<import("../button/types").ButtonFormType>;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
110
117
|
}>> & Readonly<{
|
|
111
118
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
112
119
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -117,7 +124,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
117
124
|
default: string;
|
|
118
125
|
};
|
|
119
126
|
shape: {
|
|
120
|
-
type: import("vue").PropType<import("../button").ButtonShape>;
|
|
127
|
+
type: import("vue").PropType<import("../button/types").ButtonShape>;
|
|
121
128
|
default: string;
|
|
122
129
|
};
|
|
123
130
|
plain: {
|
|
@@ -133,28 +140,33 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
133
140
|
default: boolean;
|
|
134
141
|
};
|
|
135
142
|
type: {
|
|
136
|
-
type: import("vue").PropType<import("../button").ButtonType>;
|
|
143
|
+
type: import("vue").PropType<import("../button/types").ButtonType>;
|
|
137
144
|
default: string;
|
|
138
145
|
};
|
|
139
146
|
size: {
|
|
140
|
-
type: import("vue").PropType<import("../button").ButtonSize>;
|
|
147
|
+
type: import("vue").PropType<import("../button/types").ButtonSize>;
|
|
141
148
|
default: string;
|
|
142
149
|
};
|
|
143
150
|
block: {
|
|
144
151
|
type: import("vue").PropType<boolean>;
|
|
145
152
|
default: boolean;
|
|
146
153
|
};
|
|
154
|
+
formType: {
|
|
155
|
+
type: import("vue").PropType<import("../button/types").ButtonFormType>;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
147
158
|
}>> & Readonly<{
|
|
148
159
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
149
160
|
}>, {
|
|
150
161
|
color: string;
|
|
151
|
-
shape: import("../button").ButtonShape;
|
|
162
|
+
shape: import("../button/types").ButtonShape;
|
|
152
163
|
plain: boolean;
|
|
153
164
|
loading: boolean;
|
|
154
165
|
disabled: boolean;
|
|
155
|
-
type: import("../button").ButtonType;
|
|
156
|
-
size: import("../button").ButtonSize;
|
|
166
|
+
type: import("../button/types").ButtonType;
|
|
167
|
+
size: import("../button/types").ButtonSize;
|
|
157
168
|
block: boolean;
|
|
169
|
+
formType: import("../button/types").ButtonFormType;
|
|
158
170
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
159
171
|
P: {};
|
|
160
172
|
B: {};
|
|
@@ -168,7 +180,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
168
180
|
default: string;
|
|
169
181
|
};
|
|
170
182
|
shape: {
|
|
171
|
-
type: import("vue").PropType<import("../button").ButtonShape>;
|
|
183
|
+
type: import("vue").PropType<import("../button/types").ButtonShape>;
|
|
172
184
|
default: string;
|
|
173
185
|
};
|
|
174
186
|
plain: {
|
|
@@ -184,28 +196,33 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
184
196
|
default: boolean;
|
|
185
197
|
};
|
|
186
198
|
type: {
|
|
187
|
-
type: import("vue").PropType<import("../button").ButtonType>;
|
|
199
|
+
type: import("vue").PropType<import("../button/types").ButtonType>;
|
|
188
200
|
default: string;
|
|
189
201
|
};
|
|
190
202
|
size: {
|
|
191
|
-
type: import("vue").PropType<import("../button").ButtonSize>;
|
|
203
|
+
type: import("vue").PropType<import("../button/types").ButtonSize>;
|
|
192
204
|
default: string;
|
|
193
205
|
};
|
|
194
206
|
block: {
|
|
195
207
|
type: import("vue").PropType<boolean>;
|
|
196
208
|
default: boolean;
|
|
197
209
|
};
|
|
210
|
+
formType: {
|
|
211
|
+
type: import("vue").PropType<import("../button/types").ButtonFormType>;
|
|
212
|
+
default: string;
|
|
213
|
+
};
|
|
198
214
|
}>> & Readonly<{
|
|
199
215
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
200
216
|
}>, {}, {}, {}, {}, {
|
|
201
217
|
color: string;
|
|
202
|
-
shape: import("../button").ButtonShape;
|
|
218
|
+
shape: import("../button/types").ButtonShape;
|
|
203
219
|
plain: boolean;
|
|
204
220
|
loading: boolean;
|
|
205
221
|
disabled: boolean;
|
|
206
|
-
type: import("../button").ButtonType;
|
|
207
|
-
size: import("../button").ButtonSize;
|
|
222
|
+
type: import("../button/types").ButtonType;
|
|
223
|
+
size: import("../button/types").ButtonSize;
|
|
208
224
|
block: boolean;
|
|
225
|
+
formType: import("../button/types").ButtonFormType;
|
|
209
226
|
}>;
|
|
210
227
|
__isFragment?: undefined;
|
|
211
228
|
__isTeleport?: undefined;
|
|
@@ -216,7 +233,7 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
216
233
|
default: string;
|
|
217
234
|
};
|
|
218
235
|
shape: {
|
|
219
|
-
type: import("vue").PropType<import("../button").ButtonShape>;
|
|
236
|
+
type: import("vue").PropType<import("../button/types").ButtonShape>;
|
|
220
237
|
default: string;
|
|
221
238
|
};
|
|
222
239
|
plain: {
|
|
@@ -232,30 +249,35 @@ declare const _default: Install< import("vue").DefineComponent<import("vue").Ext
|
|
|
232
249
|
default: boolean;
|
|
233
250
|
};
|
|
234
251
|
type: {
|
|
235
|
-
type: import("vue").PropType<import("../button").ButtonType>;
|
|
252
|
+
type: import("vue").PropType<import("../button/types").ButtonType>;
|
|
236
253
|
default: string;
|
|
237
254
|
};
|
|
238
255
|
size: {
|
|
239
|
-
type: import("vue").PropType<import("../button").ButtonSize>;
|
|
256
|
+
type: import("vue").PropType<import("../button/types").ButtonSize>;
|
|
240
257
|
default: string;
|
|
241
258
|
};
|
|
242
259
|
block: {
|
|
243
260
|
type: import("vue").PropType<boolean>;
|
|
244
261
|
default: boolean;
|
|
245
262
|
};
|
|
263
|
+
formType: {
|
|
264
|
+
type: import("vue").PropType<import("../button/types").ButtonFormType>;
|
|
265
|
+
default: string;
|
|
266
|
+
};
|
|
246
267
|
}>> & Readonly<{
|
|
247
268
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
248
269
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
249
270
|
click: (...args: any[]) => void;
|
|
250
271
|
}, string, {
|
|
251
272
|
color: string;
|
|
252
|
-
shape: import("../button").ButtonShape;
|
|
273
|
+
shape: import("../button/types").ButtonShape;
|
|
253
274
|
plain: boolean;
|
|
254
275
|
loading: boolean;
|
|
255
276
|
disabled: boolean;
|
|
256
|
-
type: import("../button").ButtonType;
|
|
257
|
-
size: import("../button").ButtonSize;
|
|
277
|
+
type: import("../button/types").ButtonType;
|
|
278
|
+
size: import("../button/types").ButtonSize;
|
|
258
279
|
block: boolean;
|
|
280
|
+
formType: import("../button/types").ButtonFormType;
|
|
259
281
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
260
282
|
$slots: {
|
|
261
283
|
icon?(_: {}): any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Skeleton from './skeleton.vue';
|
|
1
|
+
import Skeleton from './skeleton.taro.vue';
|
|
2
2
|
import type { ComponentPublicInstance } from 'vue';
|
|
3
|
-
export type { SkeletonProps } from './skeleton.vue';
|
|
3
|
+
export type { SkeletonProps } from './skeleton.taro.vue';
|
|
4
4
|
export type SkeletonInstance = ComponentPublicInstance & InstanceType<typeof Skeleton>;
|
|
5
5
|
export { Skeleton, Skeleton as default };
|
|
@@ -20,11 +20,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
size: {
|
|
23
|
-
type: import("vue").PropType<import("../../price").PriceSize>;
|
|
23
|
+
type: import("vue").PropType<import("../../price/types").PriceSize>;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
26
|
position: {
|
|
27
|
-
type: import("vue").PropType<import("../../price").PricePosition>;
|
|
27
|
+
type: import("vue").PropType<import("../../price/types").PricePosition>;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
30
|
price: {
|
|
@@ -53,11 +53,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
53
53
|
default: string;
|
|
54
54
|
};
|
|
55
55
|
size: {
|
|
56
|
-
type: import("vue").PropType<import("../../price").PriceSize>;
|
|
56
|
+
type: import("vue").PropType<import("../../price/types").PriceSize>;
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
59
|
position: {
|
|
60
|
-
type: import("vue").PropType<import("../../price").PricePosition>;
|
|
60
|
+
type: import("vue").PropType<import("../../price/types").PricePosition>;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
63
|
price: {
|
|
@@ -82,8 +82,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{}>, {
|
|
84
84
|
symbol: string;
|
|
85
|
-
size: import("../../price").PriceSize;
|
|
86
|
-
position: import("../../price").PricePosition;
|
|
85
|
+
size: import("../../price/types").PriceSize;
|
|
86
|
+
position: import("../../price/types").PricePosition;
|
|
87
87
|
price: string | number;
|
|
88
88
|
needSymbol: boolean;
|
|
89
89
|
decimalDigits: number;
|