@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,6 +1,6 @@
|
|
|
1
|
-
import Watermark from './watermark.vue';
|
|
1
|
+
import Watermark from './watermark.taro.vue';
|
|
2
2
|
import type { ComponentPublicInstance } from 'vue';
|
|
3
|
-
export type { WatermarkProps } from './watermark.vue';
|
|
3
|
+
export type { WatermarkProps } from './watermark.taro.vue';
|
|
4
4
|
export type {} from './types';
|
|
5
5
|
export type WatermarkInstance = ComponentPublicInstance & InstanceType<typeof Watermark>;
|
|
6
6
|
export { Watermark, Watermark as default };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,163 +1,153 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
import Locale from './locale';
|
|
3
|
-
import Button from './__VUE/button/index';
|
|
4
|
-
export * from './__VUE/button/index';
|
|
5
|
-
import Cell from './__VUE/cell/index';
|
|
6
|
-
export * from './__VUE/cell/index';
|
|
7
|
-
import CellGroup from './__VUE/cellgroup/index';
|
|
8
|
-
export * from './__VUE/cellgroup/index';
|
|
9
|
-
import Overlay from './__VUE/overlay/index';
|
|
10
|
-
export * from './__VUE/overlay/index';
|
|
11
|
-
import Popup from './__VUE/popup/index.vue';
|
|
12
|
-
import ConfigProvider from './__VUE/configprovider/index.vue';
|
|
13
|
-
import
|
|
14
|
-
export * from './__VUE/
|
|
15
|
-
import
|
|
16
|
-
export * from './__VUE/
|
|
17
|
-
import
|
|
18
|
-
export * from './__VUE/
|
|
19
|
-
import
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import
|
|
23
|
-
export * from './__VUE/
|
|
24
|
-
import
|
|
25
|
-
export * from './__VUE/
|
|
26
|
-
import
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
import
|
|
30
|
-
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
|
|
34
|
-
import
|
|
35
|
-
export * from './__VUE/
|
|
36
|
-
import
|
|
37
|
-
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
|
|
42
|
-
import
|
|
43
|
-
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
|
|
51
|
-
import
|
|
52
|
-
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
|
|
56
|
-
import
|
|
57
|
-
export * from './__VUE/
|
|
58
|
-
import
|
|
59
|
-
export * from './__VUE/
|
|
60
|
-
import
|
|
61
|
-
export * from './__VUE/
|
|
62
|
-
import
|
|
63
|
-
export * from './__VUE/
|
|
64
|
-
import
|
|
65
|
-
|
|
66
|
-
import
|
|
67
|
-
|
|
68
|
-
import
|
|
69
|
-
|
|
70
|
-
import
|
|
71
|
-
|
|
72
|
-
import
|
|
73
|
-
export * from './__VUE/
|
|
74
|
-
import
|
|
75
|
-
export * from './__VUE/
|
|
76
|
-
import
|
|
77
|
-
export * from './__VUE/
|
|
78
|
-
import
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import
|
|
82
|
-
|
|
83
|
-
import
|
|
84
|
-
import
|
|
85
|
-
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
export * from './__VUE/
|
|
92
|
-
import
|
|
93
|
-
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
|
|
97
|
-
import
|
|
98
|
-
|
|
99
|
-
import
|
|
100
|
-
export * from './__VUE/
|
|
101
|
-
import
|
|
102
|
-
|
|
103
|
-
import
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
import
|
|
107
|
-
import
|
|
108
|
-
export * from './__VUE/
|
|
109
|
-
import
|
|
110
|
-
export * from './__VUE/
|
|
111
|
-
import
|
|
112
|
-
|
|
113
|
-
import
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
import
|
|
117
|
-
|
|
118
|
-
import
|
|
119
|
-
export * from './__VUE/
|
|
120
|
-
import
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
import
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
import
|
|
130
|
-
|
|
131
|
-
import
|
|
132
|
-
import
|
|
133
|
-
|
|
134
|
-
import
|
|
135
|
-
import
|
|
136
|
-
|
|
137
|
-
import
|
|
138
|
-
|
|
139
|
-
import
|
|
140
|
-
import
|
|
141
|
-
import
|
|
142
|
-
import
|
|
143
|
-
|
|
144
|
-
import
|
|
145
|
-
import TimeDetail from './__VUE/timedetail/index.vue';
|
|
146
|
-
import Sku from './__VUE/sku/index.vue';
|
|
147
|
-
import Card from './__VUE/card/index.vue';
|
|
148
|
-
import Ecard from './__VUE/ecard/index.vue';
|
|
149
|
-
import AddressList from './__VUE/addresslist/index.vue';
|
|
150
|
-
import Category from './__VUE/category/index.vue';
|
|
151
|
-
import CategoryPane from './__VUE/categorypane/index.vue';
|
|
152
|
-
import Comment from './__VUE/comment/index.vue';
|
|
153
|
-
import Invoice from './__VUE/invoice/index';
|
|
154
|
-
export * from './__VUE/invoice/index';
|
|
155
|
-
import AvatarCropper from './__VUE/avatarcropper/index.vue';
|
|
3
|
+
import Button from './__VUE/button/index.taro';
|
|
4
|
+
export * from './__VUE/button/index.taro';
|
|
5
|
+
import Cell from './__VUE/cell/index.taro';
|
|
6
|
+
export * from './__VUE/cell/index.taro';
|
|
7
|
+
import CellGroup from './__VUE/cellgroup/index.taro';
|
|
8
|
+
export * from './__VUE/cellgroup/index.taro';
|
|
9
|
+
import Overlay from './__VUE/overlay/index.taro';
|
|
10
|
+
export * from './__VUE/overlay/index.taro';
|
|
11
|
+
import Popup from './__VUE/popup/index.taro.vue';
|
|
12
|
+
import ConfigProvider from './__VUE/configprovider/index.taro.vue';
|
|
13
|
+
import Layout from './__VUE/layout/index.taro';
|
|
14
|
+
export * from './__VUE/layout/index.taro';
|
|
15
|
+
import Col from './__VUE/col/index.taro';
|
|
16
|
+
export * from './__VUE/col/index.taro';
|
|
17
|
+
import Row from './__VUE/row/index.taro';
|
|
18
|
+
export * from './__VUE/row/index.taro';
|
|
19
|
+
import Sticky from './__VUE/sticky/index.taro.vue';
|
|
20
|
+
import Divider from './__VUE/divider/index.taro';
|
|
21
|
+
export * from './__VUE/divider/index.taro';
|
|
22
|
+
import Grid from './__VUE/grid/index.taro';
|
|
23
|
+
export * from './__VUE/grid/index.taro';
|
|
24
|
+
import GridItem from './__VUE/griditem/index.taro';
|
|
25
|
+
export * from './__VUE/griditem/index.taro';
|
|
26
|
+
import Space from './__VUE/space/index.taro.vue';
|
|
27
|
+
import Navbar from './__VUE/navbar/index.taro';
|
|
28
|
+
export * from './__VUE/navbar/index.taro';
|
|
29
|
+
import FixedNav from './__VUE/fixednav/index.taro.vue';
|
|
30
|
+
import Menu from './__VUE/menu/index.taro.vue';
|
|
31
|
+
import MenuItem from './__VUE/menuitem/index.taro.vue';
|
|
32
|
+
import Tabbar from './__VUE/tabbar/index.taro';
|
|
33
|
+
export * from './__VUE/tabbar/index.taro';
|
|
34
|
+
import TabbarItem from './__VUE/tabbaritem/index.taro';
|
|
35
|
+
export * from './__VUE/tabbaritem/index.taro';
|
|
36
|
+
import Elevator from './__VUE/elevator/index.taro.vue';
|
|
37
|
+
import Pagination from './__VUE/pagination/index.taro.vue';
|
|
38
|
+
import Tabs from './__VUE/tabs/index.taro.vue';
|
|
39
|
+
import TabPane from './__VUE/tabpane/index.taro.vue';
|
|
40
|
+
import Indicator from './__VUE/indicator/index.taro';
|
|
41
|
+
export * from './__VUE/indicator/index.taro';
|
|
42
|
+
import SideNavbar from './__VUE/sidenavbar/index.taro.vue';
|
|
43
|
+
import SideNavbarItem from './__VUE/sidenavbaritem/index.taro.vue';
|
|
44
|
+
import SubSideNavbar from './__VUE/subsidenavbar/index.taro.vue';
|
|
45
|
+
import Range from './__VUE/range/index.taro.vue';
|
|
46
|
+
import Searchbar from './__VUE/searchbar/index.taro.vue';
|
|
47
|
+
import Cascader from './__VUE/cascader/index.taro.vue';
|
|
48
|
+
import Calendar from './__VUE/calendar/index.taro.vue';
|
|
49
|
+
import CalendarCard from './__VUE/calendarcard/index.taro';
|
|
50
|
+
export * from './__VUE/calendarcard/index.taro';
|
|
51
|
+
import Checkbox from './__VUE/checkbox/index.taro.vue';
|
|
52
|
+
import CheckboxGroup from './__VUE/checkboxgroup/index.taro.vue';
|
|
53
|
+
import DatePicker from './__VUE/datepicker/index.taro.vue';
|
|
54
|
+
import InputNumber from './__VUE/inputnumber/index.taro';
|
|
55
|
+
export * from './__VUE/inputnumber/index.taro';
|
|
56
|
+
import Input from './__VUE/input/index.taro';
|
|
57
|
+
export * from './__VUE/input/index.taro';
|
|
58
|
+
import Radio from './__VUE/radio/index.taro';
|
|
59
|
+
export * from './__VUE/radio/index.taro';
|
|
60
|
+
import RadioGroup from './__VUE/radiogroup/index.taro';
|
|
61
|
+
export * from './__VUE/radiogroup/index.taro';
|
|
62
|
+
import Rate from './__VUE/rate/index.taro';
|
|
63
|
+
export * from './__VUE/rate/index.taro';
|
|
64
|
+
import Picker from './__VUE/picker/index.taro.vue';
|
|
65
|
+
import ShortPassword from './__VUE/shortpassword/index.taro.vue';
|
|
66
|
+
import Textarea from './__VUE/textarea/index.taro';
|
|
67
|
+
export * from './__VUE/textarea/index.taro';
|
|
68
|
+
import Uploader from './__VUE/uploader/index.taro.vue';
|
|
69
|
+
import NumberKeyboard from './__VUE/numberkeyboard/index.taro.vue';
|
|
70
|
+
import Form from './__VUE/form/index.taro';
|
|
71
|
+
export * from './__VUE/form/index.taro';
|
|
72
|
+
import FormItem from './__VUE/formitem/index.taro';
|
|
73
|
+
export * from './__VUE/formitem/index.taro';
|
|
74
|
+
import Swipe from './__VUE/swipe/index.taro';
|
|
75
|
+
export * from './__VUE/swipe/index.taro';
|
|
76
|
+
import SwipeGroup from './__VUE/swipegroup/index.taro';
|
|
77
|
+
export * from './__VUE/swipegroup/index.taro';
|
|
78
|
+
import ActionSheet from './__VUE/actionsheet/index.taro.vue';
|
|
79
|
+
import Backtop from './__VUE/backtop/index.taro';
|
|
80
|
+
export * from './__VUE/backtop/index.taro';
|
|
81
|
+
import Drag from './__VUE/drag/index.taro.vue';
|
|
82
|
+
import Dialog from './__VUE/dialog/index.taro.vue';
|
|
83
|
+
import Notify from './__VUE/notify/index.taro.vue';
|
|
84
|
+
import Switch from './__VUE/switch/index.taro';
|
|
85
|
+
export * from './__VUE/switch/index.taro';
|
|
86
|
+
import Toast from './__VUE/toast/index.taro.vue';
|
|
87
|
+
import Avatar from './__VUE/avatar/index.taro.vue';
|
|
88
|
+
import AvatarGroup from './__VUE/avatargroup/index.taro.vue';
|
|
89
|
+
import List from './__VUE/list/index.taro.vue';
|
|
90
|
+
import Progress from './__VUE/progress/index.taro';
|
|
91
|
+
export * from './__VUE/progress/index.taro';
|
|
92
|
+
import CircleProgress from './__VUE/circleprogress/index.taro';
|
|
93
|
+
export * from './__VUE/circleprogress/index.taro';
|
|
94
|
+
import Noticebar from './__VUE/noticebar/index.taro.vue';
|
|
95
|
+
import Empty from './__VUE/empty/index.taro';
|
|
96
|
+
export * from './__VUE/empty/index.taro';
|
|
97
|
+
import Steps from './__VUE/steps/index.taro';
|
|
98
|
+
export * from './__VUE/steps/index.taro';
|
|
99
|
+
import Step from './__VUE/step/index.taro';
|
|
100
|
+
export * from './__VUE/step/index.taro';
|
|
101
|
+
import Swiper from './__VUE/swiper/index.taro.vue';
|
|
102
|
+
import SwiperItem from './__VUE/swiperitem/index.taro.vue';
|
|
103
|
+
import Price from './__VUE/price/index.taro';
|
|
104
|
+
export * from './__VUE/price/index.taro';
|
|
105
|
+
import ImagePreview from './__VUE/imagepreview/index.taro.vue';
|
|
106
|
+
import Countup from './__VUE/countup/index.taro.vue';
|
|
107
|
+
import Countdown from './__VUE/countdown/index.taro';
|
|
108
|
+
export * from './__VUE/countdown/index.taro';
|
|
109
|
+
import Badge from './__VUE/badge/index.taro';
|
|
110
|
+
export * from './__VUE/badge/index.taro';
|
|
111
|
+
import Tag from './__VUE/tag/index.taro';
|
|
112
|
+
export * from './__VUE/tag/index.taro';
|
|
113
|
+
import Popover from './__VUE/popover/index.taro.vue';
|
|
114
|
+
import Skeleton from './__VUE/skeleton/index.taro';
|
|
115
|
+
export * from './__VUE/skeleton/index.taro';
|
|
116
|
+
import Collapse from './__VUE/collapse/index.taro';
|
|
117
|
+
export * from './__VUE/collapse/index.taro';
|
|
118
|
+
import CollapseItem from './__VUE/collapseitem/index.taro';
|
|
119
|
+
export * from './__VUE/collapseitem/index.taro';
|
|
120
|
+
import Table from './__VUE/table/index.taro.vue';
|
|
121
|
+
import Animate from './__VUE/animate/index.taro';
|
|
122
|
+
export * from './__VUE/animate/index.taro';
|
|
123
|
+
import Ellipsis from './__VUE/ellipsis/index.taro.vue';
|
|
124
|
+
import Watermark from './__VUE/watermark/index.taro';
|
|
125
|
+
export * from './__VUE/watermark/index.taro';
|
|
126
|
+
import TrendArrow from './__VUE/trendarrow/index.taro';
|
|
127
|
+
export * from './__VUE/trendarrow/index.taro';
|
|
128
|
+
import Tour from './__VUE/tour/index.taro.vue';
|
|
129
|
+
import Address from './__VUE/address/index.taro.vue';
|
|
130
|
+
import Barrage from './__VUE/barrage/index.taro.vue';
|
|
131
|
+
import Signature from './__VUE/signature/index.taro.vue';
|
|
132
|
+
import TimeSelect from './__VUE/timeselect/index.taro.vue';
|
|
133
|
+
import TimePannel from './__VUE/timepannel/index.taro.vue';
|
|
134
|
+
import TimeDetail from './__VUE/timedetail/index.taro.vue';
|
|
135
|
+
import Sku from './__VUE/sku/index.taro.vue';
|
|
136
|
+
import Card from './__VUE/card/index.taro.vue';
|
|
137
|
+
import Ecard from './__VUE/ecard/index.taro.vue';
|
|
138
|
+
import AddressList from './__VUE/addresslist/index.taro.vue';
|
|
139
|
+
import Category from './__VUE/category/index.taro.vue';
|
|
140
|
+
import CategoryPane from './__VUE/categorypane/index.taro.vue';
|
|
141
|
+
import Comment from './__VUE/comment/index.taro.vue';
|
|
142
|
+
import Invoice from './__VUE/invoice/index.taro';
|
|
143
|
+
export * from './__VUE/invoice/index.taro';
|
|
144
|
+
import AvatarCropper from './__VUE/avatarcropper/index.taro.vue';
|
|
156
145
|
declare function install(app: App): void;
|
|
157
|
-
declare const version = "4.3.
|
|
158
|
-
export { install, version, Locale, Button, Cell, CellGroup, Overlay, Popup, ConfigProvider,
|
|
146
|
+
declare const version = "4.3.15-beta.1";
|
|
147
|
+
export { install, version, Locale, Button, Cell, CellGroup, Overlay, Popup, ConfigProvider, Layout, Col, Row, Sticky, Divider, Grid, GridItem, Space, Navbar, FixedNav, Menu, MenuItem, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavbar, SideNavbarItem, SubSideNavbar, Range, Searchbar, Cascader, Calendar, CalendarCard, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, Picker, ShortPassword, Textarea, Uploader, NumberKeyboard, Form, FormItem, Swipe, SwipeGroup, ActionSheet, Backtop, Drag, Dialog, Notify, Switch, Toast, Avatar, AvatarGroup, List, Progress, CircleProgress, Noticebar, Empty, Steps, Step, Swiper, SwiperItem, Price, ImagePreview, Countup, Countdown, Badge, Tag, Popover, Skeleton, Collapse, CollapseItem, Table, Animate, Ellipsis, Watermark, TrendArrow, Tour, Address, Barrage, Signature, TimeSelect, TimePannel, TimeDetail, Sku, Card, Ecard, AddressList, Category, CategoryPane, Comment, Invoice, AvatarCropper };
|
|
159
148
|
declare const _default: {
|
|
160
149
|
install: typeof install;
|
|
161
150
|
version: string;
|
|
151
|
+
Locale: typeof Locale;
|
|
162
152
|
};
|
|
163
153
|
export default _default;
|