@nutui/nutui-react-taro 2.6.17 → 2.6.18
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 +25 -11
- package/dist/esm/ActionSheet.js +1 -1
- package/dist/esm/Address.js +1 -1
- package/dist/esm/Calendar.js +1 -1
- package/dist/esm/Cascader.js +1 -1
- package/dist/esm/DatePicker.js +1 -1
- package/dist/esm/Dialog.js +1 -1
- package/dist/esm/FixedNav.js +1 -1
- package/dist/esm/ImagePreview.js +1 -1
- package/dist/esm/Input.js +1 -1
- package/dist/esm/Menu.js +1 -1
- package/dist/esm/MenuItem.js +1 -1
- package/dist/esm/NumberKeyboard.js +1 -1
- package/dist/esm/Overlay.js +1 -1
- package/dist/esm/Picker.js +1 -1
- package/dist/esm/Popover.js +1 -1
- package/dist/esm/Popup.js +1 -1
- package/dist/esm/ShortPassword.js +1 -1
- package/dist/esm/SideNavBar.js +1 -1
- package/dist/esm/Sticky.js +1 -1
- package/dist/esm/TimeSelect.js +1 -1
- package/dist/esm/Toast.js +1 -1
- package/dist/esm/Tour.js +1 -1
- package/dist/esm/Uploader.js +1 -1
- package/dist/esm/{actionsheet.taro-CQ3sJY3B.js → actionsheet.taro-CJjNsNrH.js} +1 -1
- package/dist/esm/{address.taro-Old6uBAn.js → address.taro-CH4lcI54.js} +2 -2
- package/dist/esm/{calendar.taro-C4UvVkgw.js → calendar.taro-BXrHr8bg.js} +1 -1
- package/dist/esm/{cascader.taro-BNw6H5ue.js → cascader.taro-4QSI_vGC.js} +1 -1
- package/dist/esm/{datepicker.taro-C1wMTysn.js → datepicker.taro-BxaZ3Fjv.js} +1 -1
- package/dist/esm/{dialog.taro-BY2KfQh1.js → dialog.taro-BW9D2Gsr.js} +1 -1
- package/dist/esm/{fixednav.taro-C3iUeag8.js → fixednav.taro-D3KnhYoI.js} +1 -1
- package/dist/esm/{get-scroll-parent-9ZDWApX2.js → get-scroll-parent-DB1VRg11.js} +1 -0
- package/dist/esm/{imagepreview.taro-CJDHziHn.js → imagepreview.taro-0D3hjS6s.js} +1 -1
- package/dist/esm/{input.taro-B_B1lJq2.js → input.taro-DbAbbzIX.js} +5 -7
- package/dist/esm/{menu.taro-Cw_lCHDb.js → menu.taro-CLbOM_Z4.js} +1 -1
- package/dist/esm/{menuitem.taro-DqLGsBUc.js → menuitem.taro-CNaseNcY.js} +1 -1
- package/dist/esm/{numberkeyboard.taro-B-FEM91t.js → numberkeyboard.taro-Cz6rKxk3.js} +1 -1
- package/dist/esm/nutui-react.es.js +23 -23
- package/dist/esm/{overlay.taro-B5s6rmEf.js → overlay.taro-C2t82CZz.js} +16 -2
- package/dist/esm/{picker.taro-Cu8B-fNC.js → picker.taro-CafNRRO5.js} +3 -2
- package/dist/esm/{popover.taro-DrC9HQ1E.js → popover.taro-B_FJgU0z.js} +1 -1
- package/dist/esm/{popup.taro-_E52-0su.js → popup.taro-CR3JyuJV.js} +1 -1
- package/dist/esm/{shortpassword.taro-CmPaHe0E.js → shortpassword.taro-DpdtRsQ-.js} +1 -1
- package/dist/esm/{sidenavbar.taro-BWB1yd3c.js → sidenavbar.taro-5BmrYFtP.js} +1 -1
- package/dist/esm/{sticky.taro-2Vup8HR8.js → sticky.taro-DC98CdU7.js} +10 -2
- package/dist/esm/{timeselect.taro-CgcPLf0z.js → timeselect.taro-DncKbp3l.js} +1 -1
- package/dist/esm/{toast.taro-3B6uFLDu.js → toast.taro-CYk6UERn.js} +1 -1
- package/dist/esm/{tour.taro-D88VKjAl.js → tour.taro-SPMrhDA9.js} +1 -1
- package/dist/esm/{uploader.taro-0QYFT-E8.js → uploader.taro-Do8LZqUn.js} +21 -3
- package/dist/locales/base.js +1 -1
- package/dist/locales/en-US.js +1 -1
- package/dist/locales/id-ID.js +1 -1
- package/dist/locales/tr-TR.js +1 -1
- package/dist/locales/zh-CN.js +1 -1
- package/dist/locales/zh-TW.js +1 -1
- package/dist/locales/zh-UG.js +1 -1
- package/dist/nutui.react.es.js +431 -337
- package/dist/nutui.react.umd.js +436 -342
- package/dist/types/index.d.ts +196 -196
- package/dist/types/packages/actionsheet/actionsheet.d.ts +2 -2
- package/dist/types/packages/actionsheet/actionsheet.taro.d.ts +2 -2
- package/dist/types/packages/address/address.d.ts +2 -2
- package/dist/types/packages/address/address.taro.d.ts +2 -2
- package/dist/types/packages/address/customRender.d.ts +2 -2
- package/dist/types/packages/address/customRender.taro.d.ts +2 -2
- package/dist/types/packages/address/existRender.d.ts +1 -1
- package/dist/types/packages/address/existRender.taro.d.ts +1 -1
- package/dist/types/packages/animate/animate.d.ts +1 -1
- package/dist/types/packages/animate/animate.taro.d.ts +1 -1
- package/dist/types/packages/animatingnumbers/animatingnumbers.d.ts +2 -2
- package/dist/types/packages/animatingnumbers/animatingnumbers.taro.d.ts +2 -2
- package/dist/types/packages/audio/audio.d.ts +1 -2
- package/dist/types/packages/audio/audio.taro.d.ts +1 -1
- package/dist/types/packages/avatar/avatar.d.ts +2 -3
- package/dist/types/packages/avatar/avatar.taro.d.ts +2 -3
- package/dist/types/packages/avatarcropper/avatarcropper.d.ts +1 -1
- package/dist/types/packages/avatarcropper/avatarcropper.taro.d.ts +1 -1
- package/dist/types/packages/avatargroup/avatargroup.d.ts +1 -1
- package/dist/types/packages/avatargroup/avatargroup.taro.d.ts +1 -1
- package/dist/types/packages/avatargroup/context.d.ts +1 -1
- package/dist/types/packages/backtop/backtop.d.ts +1 -2
- package/dist/types/packages/backtop/backtop.taro.d.ts +1 -2
- package/dist/types/packages/barrage/barrage.d.ts +1 -1
- package/dist/types/packages/barrage/barrage.taro.d.ts +1 -1
- package/dist/types/packages/button/button.d.ts +1 -2
- package/dist/types/packages/button/button.taro.d.ts +1 -2
- package/dist/types/packages/calendar/calendar.d.ts +2 -2
- package/dist/types/packages/calendar/calendar.taro.d.ts +2 -2
- package/dist/types/packages/calendarcard/calendarcard.d.ts +2 -2
- package/dist/types/packages/calendarcard/calendarcard.taro.d.ts +2 -2
- package/dist/types/packages/calendaritem/calendaritem.d.ts +2 -2
- package/dist/types/packages/calendaritem/calendaritem.taro.d.ts +2 -2
- package/dist/types/packages/card/card.d.ts +1 -1
- package/dist/types/packages/card/card.taro.d.ts +1 -1
- package/dist/types/packages/cascader/cascader.d.ts +2 -2
- package/dist/types/packages/cascader/cascader.taro.d.ts +2 -2
- package/dist/types/packages/cell/cell.d.ts +2 -2
- package/dist/types/packages/cell/cell.taro.d.ts +2 -2
- package/dist/types/packages/cellgroup/context.d.ts +1 -1
- package/dist/types/packages/checkbox/checkbox.d.ts +3 -3
- package/dist/types/packages/checkbox/checkbox.taro.d.ts +3 -3
- package/dist/types/packages/checkboxgroup/checkboxgroup.d.ts +3 -3
- package/dist/types/packages/checkboxgroup/checkboxgroup.taro.d.ts +3 -3
- package/dist/types/packages/checkboxgroup/context.d.ts +1 -1
- package/dist/types/packages/circleprogress/circleprogress.d.ts +1 -1
- package/dist/types/packages/circleprogress/circleprogress.taro.d.ts +1 -1
- package/dist/types/packages/col/col.d.ts +1 -2
- package/dist/types/packages/col/col.taro.d.ts +1 -2
- package/dist/types/packages/collapse/collapse.d.ts +1 -1
- package/dist/types/packages/collapse/collapse.taro.d.ts +1 -1
- package/dist/types/packages/collapse/context.d.ts +1 -1
- package/dist/types/packages/collapseitem/collapseitem.d.ts +1 -1
- package/dist/types/packages/collapseitem/collapseitem.taro.d.ts +1 -1
- package/dist/types/packages/configprovider/configprovider.d.ts +1 -1
- package/dist/types/packages/configprovider/configprovider.taro.d.ts +1 -1
- package/dist/types/packages/countdown/countdown.d.ts +1 -1
- package/dist/types/packages/countdown/countdown.taro.d.ts +1 -1
- package/dist/types/packages/datepicker/datepicker.d.ts +2 -2
- package/dist/types/packages/datepicker/datepicker.taro.d.ts +2 -2
- package/dist/types/packages/dialog/config.d.ts +1 -2
- package/dist/types/packages/dialog/dialogwrap.d.ts +2 -2
- package/dist/types/packages/divider/divider.d.ts +1 -1
- package/dist/types/packages/divider/divider.taro.d.ts +1 -1
- package/dist/types/packages/drag/drag.d.ts +1 -1
- package/dist/types/packages/drag/drag.taro.d.ts +1 -1
- package/dist/types/packages/elevator/elevator.d.ts +1 -1
- package/dist/types/packages/elevator/elevator.taro.d.ts +1 -1
- package/dist/types/packages/ellipsis/ellipsis.d.ts +1 -1
- package/dist/types/packages/ellipsis/ellipsis.taro.d.ts +1 -1
- package/dist/types/packages/empty/empty.d.ts +2 -2
- package/dist/types/packages/empty/empty.taro.d.ts +2 -2
- package/dist/types/packages/fixednav/fixednav.d.ts +2 -2
- package/dist/types/packages/fixednav/fixednav.taro.d.ts +2 -2
- package/dist/types/packages/form/context.d.ts +1 -1
- package/dist/types/packages/form/form.d.ts +2 -2
- package/dist/types/packages/form/form.taro.d.ts +2 -2
- package/dist/types/packages/form/index.d.ts +2 -2
- package/dist/types/packages/form/index.taro.d.ts +2 -2
- package/dist/types/packages/formitem/formitem.d.ts +1 -1
- package/dist/types/packages/formitem/formitem.taro.d.ts +1 -1
- package/dist/types/packages/grid/grid.context.d.ts +1 -1
- package/dist/types/packages/grid/grid.d.ts +1 -1
- package/dist/types/packages/grid/grid.taro.context.d.ts +1 -1
- package/dist/types/packages/grid/grid.taro.d.ts +1 -1
- package/dist/types/packages/griditem/griditem.d.ts +1 -1
- package/dist/types/packages/griditem/griditem.taro.d.ts +1 -1
- package/dist/types/packages/image/image.d.ts +1 -1
- package/dist/types/packages/indicator/indicator.d.ts +1 -1
- package/dist/types/packages/indicator/indicator.taro.d.ts +1 -1
- package/dist/types/packages/infiniteloading/infiniteloading.d.ts +1 -1
- package/dist/types/packages/infiniteloading/infiniteloading.taro.d.ts +1 -1
- package/dist/types/packages/input/input.d.ts +1 -1
- package/dist/types/packages/input/input.taro.d.ts +1 -1
- package/dist/types/packages/inputnumber/inputnumber.d.ts +1 -1
- package/dist/types/packages/inputnumber/inputnumber.taro.d.ts +1 -1
- package/dist/types/packages/layout/layout.d.ts +1 -1
- package/dist/types/packages/layout/layout.taro.d.ts +1 -1
- package/dist/types/packages/loading/loading.d.ts +1 -1
- package/dist/types/packages/loading/loading.taro.d.ts +1 -1
- package/dist/types/packages/menu/menu.d.ts +2 -2
- package/dist/types/packages/menu/menu.taro.d.ts +2 -2
- package/dist/types/packages/menuitem/menuitem.d.ts +1 -1
- package/dist/types/packages/menuitem/menuitem.taro.d.ts +1 -1
- package/dist/types/packages/navbar/navbar.d.ts +1 -1
- package/dist/types/packages/navbar/navbar.taro.d.ts +1 -1
- package/dist/types/packages/noticebar/noticebar.d.ts +1 -1
- package/dist/types/packages/noticebar/noticebar.taro.d.ts +1 -1
- package/dist/types/packages/notify/Notification.d.ts +1 -1
- package/dist/types/packages/notify/index.d.ts +1 -1
- package/dist/types/packages/notify/notify.d.ts +1 -1
- package/dist/types/packages/numberkeyboard/numberkeyboard.d.ts +2 -2
- package/dist/types/packages/numberkeyboard/numberkeyboard.taro.d.ts +2 -2
- package/dist/types/packages/nutui.react.build.d.ts +196 -196
- package/dist/types/packages/nutui.react.d.ts +196 -196
- package/dist/types/packages/nutui.react.taro.d.ts +196 -196
- package/dist/types/packages/overlay/overlay.d.ts +1 -1
- package/dist/types/packages/overlay/overlay.taro.d.ts +1 -1
- package/dist/types/packages/pagination/pagination.d.ts +1 -1
- package/dist/types/packages/pagination/pagination.taro.d.ts +1 -1
- package/dist/types/packages/picker/index.d.ts +1 -1
- package/dist/types/packages/picker/index.taro.d.ts +1 -1
- package/dist/types/packages/picker/picker.d.ts +2 -2
- package/dist/types/packages/picker/picker.taro.d.ts +2 -2
- package/dist/types/packages/picker/pickerpanel.d.ts +1 -1
- package/dist/types/packages/picker/pickerpanel.taro.d.ts +1 -1
- package/dist/types/packages/popover/popover.d.ts +2 -2
- package/dist/types/packages/popover/popover.taro.d.ts +2 -2
- package/dist/types/packages/popup/popup.d.ts +2 -2
- package/dist/types/packages/popup/popup.taro.d.ts +2 -2
- package/dist/types/packages/progress/progress.d.ts +1 -1
- package/dist/types/packages/progress/progress.taro.d.ts +1 -1
- package/dist/types/packages/radio/radio.d.ts +3 -3
- package/dist/types/packages/radio/radio.taro.d.ts +3 -3
- package/dist/types/packages/radiogroup/context.d.ts +1 -1
- package/dist/types/packages/radiogroup/radiogroup.d.ts +1 -1
- package/dist/types/packages/radiogroup/radiogroup.taro.d.ts +1 -1
- package/dist/types/packages/range/range.d.ts +1 -1
- package/dist/types/packages/range/range.taro.d.ts +1 -1
- package/dist/types/packages/rate/rate.d.ts +1 -1
- package/dist/types/packages/rate/rate.taro.d.ts +1 -1
- package/dist/types/packages/row/UserContext.d.ts +1 -1
- package/dist/types/packages/row/row.d.ts +1 -2
- package/dist/types/packages/row/row.taro.d.ts +1 -2
- package/dist/types/packages/searchbar/searchbar.d.ts +1 -2
- package/dist/types/packages/searchbar/searchbar.taro.d.ts +1 -2
- package/dist/types/packages/shortpassword/shortpassword.d.ts +2 -2
- package/dist/types/packages/shortpassword/shortpassword.taro.d.ts +2 -2
- package/dist/types/packages/sidenavbar/context.d.ts +1 -1
- package/dist/types/packages/sidenavbar/sidenavbar.d.ts +1 -1
- package/dist/types/packages/sidenavbar/sidenavbar.taro.d.ts +1 -1
- package/dist/types/packages/sidenavbaritem/sidenavbaritem.d.ts +1 -1
- package/dist/types/packages/sidenavbaritem/sidenavbaritem.taro.d.ts +1 -1
- package/dist/types/packages/signature/signature.d.ts +1 -1
- package/dist/types/packages/signature/signature.taro.d.ts +1 -1
- package/dist/types/packages/space/space.d.ts +1 -1
- package/dist/types/packages/space/space.taro.d.ts +1 -1
- package/dist/types/packages/step/step.d.ts +1 -1
- package/dist/types/packages/step/step.taro.d.ts +1 -1
- package/dist/types/packages/steps/context.d.ts +1 -1
- package/dist/types/packages/steps/steps.d.ts +1 -1
- package/dist/types/packages/steps/steps.taro.d.ts +1 -1
- package/dist/types/packages/sticky/sticky.d.ts +1 -1
- package/dist/types/packages/sticky/sticky.taro.d.ts +1 -1
- package/dist/types/packages/subsidenavbar/subsidenavbar.d.ts +1 -1
- package/dist/types/packages/subsidenavbar/subsidenavbar.taro.d.ts +1 -1
- package/dist/types/packages/swipe/swipe.d.ts +1 -2
- package/dist/types/packages/swipe/swipe.taro.d.ts +1 -2
- package/dist/types/packages/swiper/context.d.ts +1 -1
- package/dist/types/packages/swiper/effects/default.d.ts +1 -1
- package/dist/types/packages/swiper/effects/focus.d.ts +1 -1
- package/dist/types/packages/swiper/index.d.ts +3 -3
- package/dist/types/packages/swiper/index.taro.d.ts +2 -2
- package/dist/types/packages/swiper/swiper.d.ts +2 -2
- package/dist/types/packages/swiper/swiper.taro.d.ts +1 -1
- package/dist/types/packages/swiperitem/swiperitem.d.ts +1 -1
- package/dist/types/packages/switch/switch.d.ts +1 -1
- package/dist/types/packages/switch/switch.taro.d.ts +1 -1
- package/dist/types/packages/tabbar/context.d.ts +1 -1
- package/dist/types/packages/tabbar/tabbar.d.ts +1 -1
- package/dist/types/packages/tabbar/tabbar.taro.d.ts +1 -1
- package/dist/types/packages/table/table.d.ts +1 -1
- package/dist/types/packages/table/table.taro.d.ts +1 -1
- package/dist/types/packages/table/types.d.ts +1 -1
- package/dist/types/packages/tabpane/tabpane.d.ts +1 -1
- package/dist/types/packages/tabpane/tabpane.taro.d.ts +1 -1
- package/dist/types/packages/tabs/tabs.d.ts +2 -2
- package/dist/types/packages/tabs/tabs.taro.d.ts +2 -2
- package/dist/types/packages/tag/tag.d.ts +1 -2
- package/dist/types/packages/tag/tag.taro.d.ts +1 -2
- package/dist/types/packages/textarea/textarea.d.ts +1 -2
- package/dist/types/packages/timedetail/timedetail.d.ts +2 -2
- package/dist/types/packages/timedetail/timedetail.taro.d.ts +2 -2
- package/dist/types/packages/toast/Notification.d.ts +1 -1
- package/dist/types/packages/toast/index.d.ts +1 -1
- package/dist/types/packages/toast/toast.d.ts +1 -1
- package/dist/types/packages/toast/toast.taro.d.ts +1 -1
- package/dist/types/packages/tour/tour.d.ts +2 -3
- package/dist/types/packages/tour/tour.taro.d.ts +2 -3
- package/dist/types/packages/trendarrow/trendarrow.d.ts +1 -1
- package/dist/types/packages/trendarrow/trendarrow.taro.d.ts +1 -1
- package/dist/types/packages/uploader/preview.d.ts +1 -1
- package/dist/types/packages/uploader/preview.taro.d.ts +1 -1
- package/dist/types/packages/uploader/uploader.d.ts +1 -1
- package/dist/types/packages/uploader/uploader.taro.d.ts +7 -2
- package/dist/types/packages/video/video.d.ts +1 -1
- package/dist/types/packages/virtuallist/virtuallist.d.ts +1 -1
- package/dist/types/packages/watermark/watermark.d.ts +1 -1
- package/dist/types/packages/watermark/watermark.taro.d.ts +1 -1
- package/dist/types/utils/render.d.ts +1 -1
- package/dist/types/utils/typings.d.ts +1 -1
- package/dist/types/utils/use-lock-scoll-taro.d.ts +1 -1
- package/dist/types/utils/use-touch.d.ts +1 -1
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -1,197 +1,197 @@
|
|
|
1
|
-
import Button from './
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
import
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
import
|
|
12
|
-
|
|
13
|
-
import
|
|
14
|
-
|
|
15
|
-
import
|
|
16
|
-
|
|
17
|
-
import
|
|
18
|
-
|
|
19
|
-
import
|
|
20
|
-
|
|
21
|
-
import
|
|
22
|
-
|
|
23
|
-
import
|
|
24
|
-
|
|
25
|
-
import
|
|
26
|
-
|
|
27
|
-
import
|
|
28
|
-
|
|
29
|
-
import
|
|
30
|
-
|
|
31
|
-
import
|
|
32
|
-
|
|
33
|
-
import
|
|
34
|
-
|
|
35
|
-
import
|
|
36
|
-
|
|
37
|
-
import
|
|
38
|
-
|
|
39
|
-
import
|
|
40
|
-
|
|
41
|
-
import
|
|
42
|
-
|
|
43
|
-
import
|
|
44
|
-
|
|
45
|
-
import
|
|
46
|
-
|
|
47
|
-
import
|
|
48
|
-
|
|
49
|
-
import
|
|
50
|
-
|
|
51
|
-
import
|
|
52
|
-
|
|
53
|
-
import
|
|
54
|
-
|
|
55
|
-
import
|
|
56
|
-
|
|
57
|
-
import
|
|
58
|
-
|
|
59
|
-
import
|
|
60
|
-
|
|
61
|
-
import
|
|
62
|
-
|
|
63
|
-
import
|
|
64
|
-
|
|
65
|
-
import
|
|
66
|
-
|
|
67
|
-
import
|
|
68
|
-
|
|
69
|
-
import
|
|
70
|
-
|
|
71
|
-
import
|
|
72
|
-
|
|
73
|
-
import
|
|
74
|
-
|
|
75
|
-
import
|
|
76
|
-
|
|
77
|
-
import
|
|
78
|
-
|
|
79
|
-
import
|
|
80
|
-
|
|
81
|
-
import
|
|
82
|
-
|
|
83
|
-
import
|
|
84
|
-
|
|
85
|
-
import
|
|
86
|
-
|
|
87
|
-
import
|
|
88
|
-
|
|
89
|
-
import
|
|
90
|
-
|
|
91
|
-
import
|
|
92
|
-
|
|
93
|
-
import
|
|
94
|
-
|
|
95
|
-
import
|
|
96
|
-
|
|
97
|
-
import
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
export * from './
|
|
101
|
-
|
|
102
|
-
export * from './
|
|
103
|
-
|
|
104
|
-
export * from './
|
|
105
|
-
|
|
106
|
-
export * from './
|
|
107
|
-
|
|
108
|
-
export * from './
|
|
109
|
-
|
|
110
|
-
export * from './
|
|
111
|
-
|
|
112
|
-
export * from './
|
|
113
|
-
|
|
114
|
-
export * from './
|
|
115
|
-
|
|
116
|
-
export * from './
|
|
117
|
-
|
|
118
|
-
export * from './
|
|
119
|
-
|
|
120
|
-
export * from './
|
|
121
|
-
|
|
122
|
-
export * from './
|
|
123
|
-
|
|
124
|
-
export * from './
|
|
125
|
-
|
|
126
|
-
export * from './
|
|
127
|
-
|
|
128
|
-
export * from './
|
|
129
|
-
|
|
130
|
-
export * from './
|
|
131
|
-
|
|
132
|
-
export * from './
|
|
133
|
-
|
|
134
|
-
export * from './
|
|
135
|
-
|
|
136
|
-
export * from './
|
|
137
|
-
|
|
138
|
-
export * from './
|
|
139
|
-
|
|
140
|
-
export * from './
|
|
141
|
-
|
|
142
|
-
export * from './
|
|
143
|
-
|
|
144
|
-
export * from './
|
|
145
|
-
|
|
146
|
-
export * from './
|
|
147
|
-
|
|
148
|
-
export * from './
|
|
149
|
-
|
|
150
|
-
export * from './
|
|
151
|
-
|
|
152
|
-
export * from './
|
|
153
|
-
|
|
154
|
-
export * from './
|
|
155
|
-
|
|
156
|
-
export * from './
|
|
157
|
-
|
|
158
|
-
export * from './
|
|
159
|
-
|
|
160
|
-
export * from './
|
|
161
|
-
|
|
162
|
-
export * from './
|
|
163
|
-
|
|
164
|
-
export * from './
|
|
165
|
-
|
|
166
|
-
export * from './
|
|
167
|
-
|
|
168
|
-
export * from './
|
|
169
|
-
|
|
170
|
-
export * from './
|
|
171
|
-
|
|
172
|
-
export * from './
|
|
173
|
-
|
|
174
|
-
export * from './
|
|
175
|
-
|
|
176
|
-
export * from './
|
|
177
|
-
|
|
178
|
-
export * from './
|
|
179
|
-
|
|
180
|
-
export * from './
|
|
181
|
-
|
|
182
|
-
export * from './
|
|
183
|
-
|
|
184
|
-
export * from './
|
|
185
|
-
|
|
186
|
-
export * from './
|
|
187
|
-
|
|
188
|
-
export * from './
|
|
189
|
-
|
|
190
|
-
export * from './
|
|
191
|
-
|
|
192
|
-
export * from './
|
|
193
|
-
|
|
194
|
-
export * from './
|
|
195
|
-
|
|
196
|
-
export * from './
|
|
1
|
+
import { default as Button } from './button/index.taro';
|
|
2
|
+
import { default as Cell } from './cell/index.taro';
|
|
3
|
+
import { default as CellGroup } from './cellgroup/index.taro';
|
|
4
|
+
import { default as ConfigProvider } from './configprovider/index.taro';
|
|
5
|
+
import { default as Image } from './image/index.taro';
|
|
6
|
+
import { default as Overlay } from './overlay/index.taro';
|
|
7
|
+
import { default as Col } from './col/index.taro';
|
|
8
|
+
import { default as Divider } from './divider/index.taro';
|
|
9
|
+
import { default as Grid } from './grid/index.taro';
|
|
10
|
+
import { default as GridItem } from './griditem/index.taro';
|
|
11
|
+
import { default as Layout } from './layout/index.taro';
|
|
12
|
+
import { default as Row } from './row/index.taro';
|
|
13
|
+
import { default as Space } from './space/index.taro';
|
|
14
|
+
import { default as Sticky } from './sticky/index.taro';
|
|
15
|
+
import { default as SafeArea } from './safearea/index.taro';
|
|
16
|
+
import { default as BackTop } from './backtop/index.taro';
|
|
17
|
+
import { default as Elevator } from './elevator/index.taro';
|
|
18
|
+
import { default as FixedNav } from './fixednav/index.taro';
|
|
19
|
+
import { default as NavBar } from './navbar/index.taro';
|
|
20
|
+
import { default as SideNavBar } from './sidenavbar/index.taro';
|
|
21
|
+
import { default as SideNavBarItem } from './sidenavbaritem/index.taro';
|
|
22
|
+
import { default as SubSideNavBar } from './subsidenavbar/index.taro';
|
|
23
|
+
import { default as Tabbar } from './tabbar/index.taro';
|
|
24
|
+
import { default as TabbarItem } from './tabbaritem/index.taro';
|
|
25
|
+
import { default as TabPane } from './tabpane/index.taro';
|
|
26
|
+
import { default as Tabs } from './tabs/index.taro';
|
|
27
|
+
import { default as Address } from './address/index.taro';
|
|
28
|
+
import { default as Calendar } from './calendar/index.taro';
|
|
29
|
+
import { default as CalendarItem } from './calendaritem/index.taro';
|
|
30
|
+
import { default as CalendarCard } from './calendarcard/index.taro';
|
|
31
|
+
import { default as Cascader } from './cascader/index.taro';
|
|
32
|
+
import { default as Checkbox } from './checkbox/index.taro';
|
|
33
|
+
import { default as CheckboxGroup } from './checkboxgroup/index.taro';
|
|
34
|
+
import { default as DatePicker } from './datepicker/index.taro';
|
|
35
|
+
import { default as Form } from './form/index.taro';
|
|
36
|
+
import { default as FormItem } from './formitem/index.taro';
|
|
37
|
+
import { default as Input } from './input/index.taro';
|
|
38
|
+
import { default as InputNumber } from './inputnumber/index.taro';
|
|
39
|
+
import { default as Menu } from './menu/index.taro';
|
|
40
|
+
import { default as MenuItem } from './menuitem/index.taro';
|
|
41
|
+
import { default as NumberKeyboard } from './numberkeyboard/index.taro';
|
|
42
|
+
import { default as Picker } from './picker/index.taro';
|
|
43
|
+
import { default as Radio } from './radio/index.taro';
|
|
44
|
+
import { default as RadioGroup } from './radiogroup/index.taro';
|
|
45
|
+
import { default as Range } from './range/index.taro';
|
|
46
|
+
import { default as Rate } from './rate/index.taro';
|
|
47
|
+
import { default as SearchBar } from './searchbar/index.taro';
|
|
48
|
+
import { default as ShortPassword } from './shortpassword/index.taro';
|
|
49
|
+
import { default as Signature } from './signature/index.taro';
|
|
50
|
+
import { default as Switch } from './switch/index.taro';
|
|
51
|
+
import { default as TextArea } from './textarea/index.taro';
|
|
52
|
+
import { default as Uploader } from './uploader/index.taro';
|
|
53
|
+
import { default as ActionSheet } from './actionsheet/index.taro';
|
|
54
|
+
import { default as Badge } from './badge/index.taro';
|
|
55
|
+
import { default as Dialog } from './dialog/index.taro';
|
|
56
|
+
import { default as Drag } from './drag/index.taro';
|
|
57
|
+
import { default as Empty } from './empty/index.taro';
|
|
58
|
+
import { default as InfiniteLoading } from './infiniteloading/index.taro';
|
|
59
|
+
import { default as Loading } from './loading/index.taro';
|
|
60
|
+
import { default as NoticeBar } from './noticebar/index.taro';
|
|
61
|
+
import { default as Notify } from './notify/index.taro';
|
|
62
|
+
import { default as Popover } from './popover/index.taro';
|
|
63
|
+
import { default as Popup } from './popup/index.taro';
|
|
64
|
+
import { default as PullToRefresh } from './pulltorefresh/index.taro';
|
|
65
|
+
import { default as Skeleton } from './skeleton/index.taro';
|
|
66
|
+
import { default as Swipe } from './swipe/index.taro';
|
|
67
|
+
import { default as Toast } from './toast/index.taro';
|
|
68
|
+
import { default as Animate } from './animate/index.taro';
|
|
69
|
+
import { default as AnimatingNumbers } from './animatingnumbers/index.taro';
|
|
70
|
+
import { default as Audio } from './audio/index.taro';
|
|
71
|
+
import { default as Avatar } from './avatar/index.taro';
|
|
72
|
+
import { default as AvatarGroup } from './avatargroup/index.taro';
|
|
73
|
+
import { default as CircleProgress } from './circleprogress/index.taro';
|
|
74
|
+
import { default as Collapse } from './collapse/index.taro';
|
|
75
|
+
import { default as CollapseItem } from './collapseitem/index.taro';
|
|
76
|
+
import { default as CountDown } from './countdown/index.taro';
|
|
77
|
+
import { default as Ellipsis } from './ellipsis/index.taro';
|
|
78
|
+
import { default as ImagePreview } from './imagepreview/index.taro';
|
|
79
|
+
import { default as Indicator } from './indicator/index.taro';
|
|
80
|
+
import { default as Pagination } from './pagination/index.taro';
|
|
81
|
+
import { default as Price } from './price/index.taro';
|
|
82
|
+
import { default as Progress } from './progress/index.taro';
|
|
83
|
+
import { default as Step } from './step/index.taro';
|
|
84
|
+
import { default as Steps } from './steps/index.taro';
|
|
85
|
+
import { default as Swiper } from './swiper/index.taro';
|
|
86
|
+
import { default as SwiperItem } from './swiperitem/index.taro';
|
|
87
|
+
import { default as Table } from './table/index.taro';
|
|
88
|
+
import { default as Tag } from './tag/index.taro';
|
|
89
|
+
import { default as Tour } from './tour/index.taro';
|
|
90
|
+
import { default as Video } from './video/index.taro';
|
|
91
|
+
import { default as VirtualList } from './virtuallist/index.taro';
|
|
92
|
+
import { default as Barrage } from './barrage/index.taro';
|
|
93
|
+
import { default as Card } from './card/index.taro';
|
|
94
|
+
import { default as TimeDetail } from './timedetail/index.taro';
|
|
95
|
+
import { default as TimeSelect } from './timeselect/index.taro';
|
|
96
|
+
import { default as TrendArrow } from './trendarrow/index.taro';
|
|
97
|
+
import { default as WaterMark } from './watermark/index.taro';
|
|
98
|
+
import { default as AvatarCropper } from './avatarcropper/index.taro';
|
|
99
|
+
export * from './button/index.taro';
|
|
100
|
+
export * from './cell/index.taro';
|
|
101
|
+
export * from './cellgroup/index.taro';
|
|
102
|
+
export * from './configprovider/index.taro';
|
|
103
|
+
export * from './image/index.taro';
|
|
104
|
+
export * from './overlay/index.taro';
|
|
105
|
+
export * from './col/index.taro';
|
|
106
|
+
export * from './divider/index.taro';
|
|
107
|
+
export * from './grid/index.taro';
|
|
108
|
+
export * from './griditem/index.taro';
|
|
109
|
+
export * from './layout/index.taro';
|
|
110
|
+
export * from './row/index.taro';
|
|
111
|
+
export * from './space/index.taro';
|
|
112
|
+
export * from './sticky/index.taro';
|
|
113
|
+
export * from './safearea/index.taro';
|
|
114
|
+
export * from './backtop/index.taro';
|
|
115
|
+
export * from './elevator/index.taro';
|
|
116
|
+
export * from './fixednav/index.taro';
|
|
117
|
+
export * from './navbar/index.taro';
|
|
118
|
+
export * from './sidenavbar/index.taro';
|
|
119
|
+
export * from './sidenavbaritem/index.taro';
|
|
120
|
+
export * from './subsidenavbar/index.taro';
|
|
121
|
+
export * from './tabbar/index.taro';
|
|
122
|
+
export * from './tabbaritem/index.taro';
|
|
123
|
+
export * from './tabpane/index.taro';
|
|
124
|
+
export * from './tabs/index.taro';
|
|
125
|
+
export * from './address/index.taro';
|
|
126
|
+
export * from './calendar/index.taro';
|
|
127
|
+
export * from './calendaritem/index.taro';
|
|
128
|
+
export * from './calendarcard/index.taro';
|
|
129
|
+
export * from './cascader/index.taro';
|
|
130
|
+
export * from './checkbox/index.taro';
|
|
131
|
+
export * from './checkboxgroup/index.taro';
|
|
132
|
+
export * from './datepicker/index.taro';
|
|
133
|
+
export * from './form/index.taro';
|
|
134
|
+
export * from './formitem/index.taro';
|
|
135
|
+
export * from './input/index.taro';
|
|
136
|
+
export * from './inputnumber/index.taro';
|
|
137
|
+
export * from './menu/index.taro';
|
|
138
|
+
export * from './menuitem/index.taro';
|
|
139
|
+
export * from './numberkeyboard/index.taro';
|
|
140
|
+
export * from './picker/index.taro';
|
|
141
|
+
export * from './radio/index.taro';
|
|
142
|
+
export * from './radiogroup/index.taro';
|
|
143
|
+
export * from './range/index.taro';
|
|
144
|
+
export * from './rate/index.taro';
|
|
145
|
+
export * from './searchbar/index.taro';
|
|
146
|
+
export * from './shortpassword/index.taro';
|
|
147
|
+
export * from './signature/index.taro';
|
|
148
|
+
export * from './switch/index.taro';
|
|
149
|
+
export * from './textarea/index.taro';
|
|
150
|
+
export * from './uploader/index.taro';
|
|
151
|
+
export * from './actionsheet/index.taro';
|
|
152
|
+
export * from './badge/index.taro';
|
|
153
|
+
export * from './dialog/index.taro';
|
|
154
|
+
export * from './drag/index.taro';
|
|
155
|
+
export * from './empty/index.taro';
|
|
156
|
+
export * from './infiniteloading/index.taro';
|
|
157
|
+
export * from './loading/index.taro';
|
|
158
|
+
export * from './noticebar/index.taro';
|
|
159
|
+
export * from './notify/index.taro';
|
|
160
|
+
export * from './popover/index.taro';
|
|
161
|
+
export * from './popup/index.taro';
|
|
162
|
+
export * from './pulltorefresh/index.taro';
|
|
163
|
+
export * from './skeleton/index.taro';
|
|
164
|
+
export * from './swipe/index.taro';
|
|
165
|
+
export * from './toast/index.taro';
|
|
166
|
+
export * from './animate/index.taro';
|
|
167
|
+
export * from './animatingnumbers/index.taro';
|
|
168
|
+
export * from './audio/index.taro';
|
|
169
|
+
export * from './avatar/index.taro';
|
|
170
|
+
export * from './avatargroup/index.taro';
|
|
171
|
+
export * from './circleprogress/index.taro';
|
|
172
|
+
export * from './collapse/index.taro';
|
|
173
|
+
export * from './collapseitem/index.taro';
|
|
174
|
+
export * from './countdown/index.taro';
|
|
175
|
+
export * from './ellipsis/index.taro';
|
|
176
|
+
export * from './imagepreview/index.taro';
|
|
177
|
+
export * from './indicator/index.taro';
|
|
178
|
+
export * from './pagination/index.taro';
|
|
179
|
+
export * from './price/index.taro';
|
|
180
|
+
export * from './progress/index.taro';
|
|
181
|
+
export * from './step/index.taro';
|
|
182
|
+
export * from './steps/index.taro';
|
|
183
|
+
export * from './swiper/index.taro';
|
|
184
|
+
export * from './swiperitem/index.taro';
|
|
185
|
+
export * from './table/index.taro';
|
|
186
|
+
export * from './tag/index.taro';
|
|
187
|
+
export * from './tour/index.taro';
|
|
188
|
+
export * from './video/index.taro';
|
|
189
|
+
export * from './virtuallist/index.taro';
|
|
190
|
+
export * from './barrage/index.taro';
|
|
191
|
+
export * from './card/index.taro';
|
|
192
|
+
export * from './timedetail/index.taro';
|
|
193
|
+
export * from './timeselect/index.taro';
|
|
194
|
+
export * from './trendarrow/index.taro';
|
|
195
|
+
export * from './watermark/index.taro';
|
|
196
|
+
export * from './avatarcropper/index.taro';
|
|
197
197
|
export { Button, Cell, CellGroup, ConfigProvider, Image, Overlay, Col, Divider, Grid, GridItem, Layout, Row, Space, Sticky, SafeArea, BackTop, Elevator, FixedNav, NavBar, SideNavBar, SideNavBarItem, SubSideNavBar, Tabbar, TabbarItem, TabPane, Tabs, Address, Calendar, CalendarItem, CalendarCard, Cascader, Checkbox, CheckboxGroup, DatePicker, Form, FormItem, Input, InputNumber, Menu, MenuItem, NumberKeyboard, Picker, Radio, RadioGroup, Range, Rate, SearchBar, ShortPassword, Signature, Switch, TextArea, Uploader, ActionSheet, Badge, Dialog, Drag, Empty, InfiniteLoading, Loading, NoticeBar, Notify, Popover, Popup, PullToRefresh, Skeleton, Swipe, Toast, Animate, AnimatingNumbers, Audio, Avatar, AvatarGroup, CircleProgress, Collapse, CollapseItem, CountDown, Ellipsis, ImagePreview, Indicator, Pagination, Price, Progress, Step, Steps, Swiper, SwiperItem, Table, Tag, Tour, Video, VirtualList, Barrage, Card, TimeDetail, TimeSelect, TrendArrow, WaterMark, AvatarCropper };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React,
|
|
2
|
-
import { PopupProps } from '
|
|
1
|
+
import { default as React, FunctionComponent, ReactNode } from 'react';
|
|
2
|
+
import { PopupProps } from '../popup/index';
|
|
3
3
|
export type ActionSheetOption<T> = {
|
|
4
4
|
[key: string]: T;
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React,
|
|
2
|
-
import { PopupProps } from '
|
|
1
|
+
import { default as React, FunctionComponent, ReactNode } from 'react';
|
|
2
|
+
import { PopupProps } from '../popup/index.taro';
|
|
3
3
|
export type ActionSheetOption<T> = {
|
|
4
4
|
[key: string]: T;
|
|
5
5
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, ForwardRefRenderFunction } from 'react';
|
|
2
2
|
import { AddressList } from './types';
|
|
3
|
-
import { CascaderOption, CascaderOptionKey, CascaderProps, CascaderValue } from '
|
|
3
|
+
import { CascaderOption, CascaderOptionKey, CascaderProps, CascaderValue } from '../cascader/index';
|
|
4
4
|
type AddressRef = {
|
|
5
5
|
open: () => void;
|
|
6
6
|
close: () => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
import { AddressList } from './types';
|
|
3
|
-
import { CascaderOption, CascaderOptionKey, CascaderProps, CascaderValue } from '
|
|
3
|
+
import { CascaderOption, CascaderOptionKey, CascaderProps, CascaderValue } from '../cascader/index.taro';
|
|
4
4
|
type AddressRef = {
|
|
5
5
|
open: () => void;
|
|
6
6
|
close: () => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React,
|
|
2
|
-
import { CascaderProps, CascaderOption, CascaderValue, CascaderOptionKey } from '
|
|
1
|
+
import { default as React, FunctionComponent } from 'react';
|
|
2
|
+
import { CascaderProps, CascaderOption, CascaderValue, CascaderOptionKey } from '../cascader/index';
|
|
3
3
|
export interface AddressProps extends CascaderProps {
|
|
4
4
|
visible: boolean;
|
|
5
5
|
type: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React,
|
|
2
|
-
import { CascaderProps, CascaderOption, CascaderValue, CascaderOptionKey } from '
|
|
1
|
+
import { default as React, FunctionComponent } from 'react';
|
|
2
|
+
import { CascaderProps, CascaderOption, CascaderValue, CascaderOptionKey } from '../cascader/index.taro';
|
|
3
3
|
export interface AddressProps extends CascaderProps {
|
|
4
4
|
visible: boolean;
|
|
5
5
|
type: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, FunctionComponent } from 'react';
|
|
2
2
|
import { AnimateType, AnimateAction } from './types';
|
|
3
3
|
import { BasicComponent } from '../../utils/typings';
|
|
4
4
|
export interface AnimateProps extends BasicComponent {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, FunctionComponent } from 'react';
|
|
2
2
|
import { AnimateType, AnimateAction } from './types';
|
|
3
3
|
import { BasicComponent } from '../../utils/typings';
|
|
4
4
|
export interface AnimateProps extends BasicComponent {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, Component } from 'react';
|
|
2
2
|
export interface AnimatingNumbersProps {
|
|
3
3
|
}
|
|
4
4
|
export declare class AnimatingNumbers extends Component<AnimatingNumbersProps, unknown> {
|
|
5
5
|
static defaultProps: AnimatingNumbersProps;
|
|
6
6
|
static displayName: string;
|
|
7
|
-
static CountUp: React.FunctionComponent<Partial<import(
|
|
7
|
+
static CountUp: React.FunctionComponent<Partial<import('./countup').CountUpProps>>;
|
|
8
8
|
constructor(props: AnimatingNumbersProps);
|
|
9
9
|
render(): React.JSX.Element;
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, Component } from 'react';
|
|
2
2
|
export interface AnimatingNumbersProps {
|
|
3
3
|
}
|
|
4
4
|
export declare class AnimatingNumbers extends Component<AnimatingNumbersProps, unknown> {
|
|
5
5
|
static defaultProps: AnimatingNumbersProps;
|
|
6
6
|
static displayName: string;
|
|
7
|
-
static CountUp: React.FunctionComponent<Partial<import(
|
|
7
|
+
static CountUp: React.FunctionComponent<Partial<import('./countup.taro').CountUpProps>>;
|
|
8
8
|
constructor(props: AnimatingNumbersProps);
|
|
9
9
|
render(): React.JSX.Element;
|
|
10
10
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React,
|
|
2
|
-
import type { SyntheticEvent } from 'react';
|
|
1
|
+
import { default as React, FunctionComponent, SyntheticEvent } from 'react';
|
|
3
2
|
import { BasicComponent } from '../../utils/typings';
|
|
4
3
|
export interface AudioProps extends BasicComponent {
|
|
5
4
|
src: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, CSSProperties, FunctionComponent } from 'react';
|
|
2
2
|
import { InnerAudioContext } from '@tarojs/taro';
|
|
3
3
|
import { BasicComponent } from '../../utils/typings';
|
|
4
4
|
export interface AudioProps extends BasicComponent {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React,
|
|
2
|
-
import type { MouseEvent } from 'react';
|
|
1
|
+
import { default as React, FunctionComponent, MouseEvent } from 'react';
|
|
3
2
|
import { BasicComponent } from '../../utils/typings';
|
|
4
|
-
import AvatarGroup from '
|
|
3
|
+
import { default as AvatarGroup } from '../avatargroup';
|
|
5
4
|
export interface AvatarProps extends BasicComponent {
|
|
6
5
|
size: string;
|
|
7
6
|
icon: React.ReactNode;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React,
|
|
2
|
-
import type { MouseEvent } from 'react';
|
|
1
|
+
import { default as React, FunctionComponent, MouseEvent } from 'react';
|
|
3
2
|
import { BasicComponent } from '../../utils/typings';
|
|
4
|
-
import AvatarGroup from '
|
|
3
|
+
import { default as AvatarGroup } from '../avatargroup/index.taro';
|
|
5
4
|
export interface AvatarProps extends BasicComponent {
|
|
6
5
|
/**
|
|
7
6
|
* 设置头像的大小
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, FunctionComponent } from 'react';
|
|
2
2
|
import { BasicComponent } from '../../utils/typings';
|
|
3
3
|
export type AvatarCropperToolbarPosition = 'top' | 'bottom';
|
|
4
4
|
export type AvatarCropperShape = 'square' | 'round';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, FunctionComponent } from 'react';
|
|
2
2
|
import { BasicComponent } from '../../utils/typings';
|
|
3
3
|
export type AvatarCropperToolbarPosition = 'top' | 'bottom';
|
|
4
4
|
export type AvatarCropperSizeType = 'original' | 'compressed';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const AvatarContext: import(
|
|
1
|
+
export declare const AvatarContext: import('react').Context<{}>;
|