@nutui/nutui-react-taro 2.6.16 → 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 +42 -14
- package/README.md +2 -2
- package/dist/esm/Address.js +1 -1
- package/dist/esm/Cascader.js +1 -1
- package/dist/esm/Cell/style/style.css +1 -1
- package/dist/esm/Cell.js +1 -1
- package/dist/esm/Drag.js +1 -1
- package/dist/esm/Ellipsis.js +1 -1
- package/dist/esm/Form/style/style.css +1 -1
- package/dist/esm/Form.js +2 -2
- package/dist/esm/FormItem.js +1 -1
- package/dist/esm/ImagePreview.js +1 -1
- package/dist/esm/Input.js +1 -1
- package/dist/esm/PullToRefresh.js +1 -1
- package/dist/esm/Sticky.js +1 -1
- package/dist/esm/Tabs.js +1 -1
- package/dist/esm/Uploader.js +1 -1
- package/dist/esm/{address.taro-BYzOGUEN.js → address.taro-CH4lcI54.js} +1 -1
- package/dist/esm/{cascader.taro-jxe42b68.js → cascader.taro-4QSI_vGC.js} +1 -1
- package/dist/esm/{cell.taro-CVFlcls2.js → cell.taro-DWLhb5m6.js} +3 -3
- package/dist/esm/{drag.taro-B_TO4Nnu.js → drag.taro-B_sfzmtW.js} +2 -2
- package/dist/esm/{ellipsis.taro-cMTr1Wcw.js → ellipsis.taro-Ck2rumQ6.js} +3 -3
- package/dist/esm/{formitem.taro-DogVddcs.js → formitem.taro-CEWRz5EJ.js} +4 -4
- package/dist/esm/{imagepreview.taro-CF-CCJ1Q.js → imagepreview.taro-0D3hjS6s.js} +26 -17
- package/dist/esm/{input.taro-B_B1lJq2.js → input.taro-DbAbbzIX.js} +5 -7
- package/dist/esm/nutui-react.es.js +12 -12
- package/dist/esm/{pulltorefresh.taro-BScP6uPx.js → pulltorefresh.taro-DSr2dBjM.js} +5 -1
- package/dist/esm/{sticky.taro-Zbz7wQH8.js → sticky.taro-DC98CdU7.js} +9 -1
- package/dist/esm/{tabs.taro-B2D3AtVV.js → tabs.taro-8X51sTol.js} +2 -0
- package/dist/esm/{uploader.taro-DagHZaNI.js → uploader.taro-Do8LZqUn.js} +22 -4
- 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 +474 -363
- package/dist/nutui.react.umd.js +479 -368
- package/dist/packages/cell/cell.scss +20 -0
- package/dist/style.css +1 -1
- 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 -2
- 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 +3 -3
- package/dist/types/packages/cascader/cascader.taro.d.ts +3 -3
- package/dist/types/packages/cell/cell.d.ts +3 -2
- package/dist/types/packages/cell/cell.taro.d.ts +7 -2
- package/dist/types/packages/cellgroup/context.d.ts +1 -2
- 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 -2
- 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 -2
- 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 -2
- 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/imagepreview/imagepreview.d.ts +15 -0
- package/dist/types/packages/imagepreview/imagepreview.taro.d.ts +17 -13
- 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/popover/types.d.ts +0 -1
- 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 +2 -2
- 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 -2
- 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 -2
- 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 -2
- 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 -2
- 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 +2 -2
- package/dist/types/packages/uploader/uploader.taro.d.ts +8 -3
- package/dist/types/packages/video/video.d.ts +1 -1
- package/dist/types/packages/virtuallist/utils.d.ts +2 -2
- 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/index.d.ts +0 -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 -2
- package/dist/types/utils/use-touch.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,199 +1,199 @@
|
|
|
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';
|
|
2
|
+
import { default as Cell } from './cell';
|
|
3
|
+
import { default as CellGroup } from './cellgroup';
|
|
4
|
+
import { default as ConfigProvider } from './configprovider';
|
|
5
|
+
import { default as Image } from './image';
|
|
6
|
+
import { default as Overlay } from './overlay';
|
|
7
|
+
import { default as Col } from './col';
|
|
8
|
+
import { default as Divider } from './divider';
|
|
9
|
+
import { default as Grid } from './grid';
|
|
10
|
+
import { default as GridItem } from './griditem';
|
|
11
|
+
import { default as Layout } from './layout';
|
|
12
|
+
import { default as Row } from './row';
|
|
13
|
+
import { default as Space } from './space';
|
|
14
|
+
import { default as Sticky } from './sticky';
|
|
15
|
+
import { default as SafeArea } from './safearea';
|
|
16
|
+
import { default as BackTop } from './backtop';
|
|
17
|
+
import { default as Elevator } from './elevator';
|
|
18
|
+
import { default as FixedNav } from './fixednav';
|
|
19
|
+
import { default as NavBar } from './navbar';
|
|
20
|
+
import { default as SideNavBar } from './sidenavbar';
|
|
21
|
+
import { default as SideNavBarItem } from './sidenavbaritem';
|
|
22
|
+
import { default as SubSideNavBar } from './subsidenavbar';
|
|
23
|
+
import { default as Tabbar } from './tabbar';
|
|
24
|
+
import { default as TabbarItem } from './tabbaritem';
|
|
25
|
+
import { default as TabPane } from './tabpane';
|
|
26
|
+
import { default as Tabs } from './tabs';
|
|
27
|
+
import { default as Address } from './address';
|
|
28
|
+
import { default as Calendar } from './calendar';
|
|
29
|
+
import { default as CalendarItem } from './calendaritem';
|
|
30
|
+
import { default as CalendarCard } from './calendarcard';
|
|
31
|
+
import { default as Cascader } from './cascader';
|
|
32
|
+
import { default as Checkbox } from './checkbox';
|
|
33
|
+
import { default as CheckboxGroup } from './checkboxgroup';
|
|
34
|
+
import { default as DatePicker } from './datepicker';
|
|
35
|
+
import { default as Form } from './form';
|
|
36
|
+
import { default as FormItem } from './formitem';
|
|
37
|
+
import { default as Input } from './input';
|
|
38
|
+
import { default as InputNumber } from './inputnumber';
|
|
39
|
+
import { default as Menu } from './menu';
|
|
40
|
+
import { default as MenuItem } from './menuitem';
|
|
41
|
+
import { default as NumberKeyboard } from './numberkeyboard';
|
|
42
|
+
import { default as Picker } from './picker';
|
|
43
|
+
import { default as Radio } from './radio';
|
|
44
|
+
import { default as RadioGroup } from './radiogroup';
|
|
45
|
+
import { default as Range } from './range';
|
|
46
|
+
import { default as Rate } from './rate';
|
|
47
|
+
import { default as SearchBar } from './searchbar';
|
|
48
|
+
import { default as ShortPassword } from './shortpassword';
|
|
49
|
+
import { default as Signature } from './signature';
|
|
50
|
+
import { default as Switch } from './switch';
|
|
51
|
+
import { default as TextArea } from './textarea';
|
|
52
|
+
import { default as Uploader } from './uploader';
|
|
53
|
+
import { default as ActionSheet } from './actionsheet';
|
|
54
|
+
import { default as Badge } from './badge';
|
|
55
|
+
import { default as Dialog } from './dialog';
|
|
56
|
+
import { default as Drag } from './drag';
|
|
57
|
+
import { default as Empty } from './empty';
|
|
58
|
+
import { default as InfiniteLoading } from './infiniteloading';
|
|
59
|
+
import { default as Loading } from './loading';
|
|
60
|
+
import { default as NoticeBar } from './noticebar';
|
|
61
|
+
import { default as Notify } from './notify';
|
|
62
|
+
import { default as Popover } from './popover';
|
|
63
|
+
import { default as Popup } from './popup';
|
|
64
|
+
import { default as PullToRefresh } from './pulltorefresh';
|
|
65
|
+
import { default as Skeleton } from './skeleton';
|
|
66
|
+
import { default as Swipe } from './swipe';
|
|
67
|
+
import { default as Toast } from './toast';
|
|
68
|
+
import { default as Animate } from './animate';
|
|
69
|
+
import { default as AnimatingNumbers } from './animatingnumbers';
|
|
70
|
+
import { default as Audio } from './audio';
|
|
71
|
+
import { default as Avatar } from './avatar';
|
|
72
|
+
import { default as AvatarGroup } from './avatargroup';
|
|
73
|
+
import { default as CircleProgress } from './circleprogress';
|
|
74
|
+
import { default as Collapse } from './collapse';
|
|
75
|
+
import { default as CollapseItem } from './collapseitem';
|
|
76
|
+
import { default as CountDown } from './countdown';
|
|
77
|
+
import { default as Ellipsis } from './ellipsis';
|
|
78
|
+
import { default as ImagePreview } from './imagepreview';
|
|
79
|
+
import { default as Indicator } from './indicator';
|
|
80
|
+
import { default as Pagination } from './pagination';
|
|
81
|
+
import { default as Price } from './price';
|
|
82
|
+
import { default as Progress } from './progress';
|
|
83
|
+
import { default as Step } from './step';
|
|
84
|
+
import { default as Steps } from './steps';
|
|
85
|
+
import { default as Swiper } from './swiper';
|
|
86
|
+
import { default as SwiperItem } from './swiperitem';
|
|
87
|
+
import { default as Table } from './table';
|
|
88
|
+
import { default as Tag } from './tag';
|
|
89
|
+
import { default as Tour } from './tour';
|
|
90
|
+
import { default as Video } from './video';
|
|
91
|
+
import { default as VirtualList } from './virtuallist';
|
|
92
|
+
import { default as Barrage } from './barrage';
|
|
93
|
+
import { default as Card } from './card';
|
|
94
|
+
import { default as TimeDetail } from './timedetail';
|
|
95
|
+
import { default as TimeSelect } from './timeselect';
|
|
96
|
+
import { default as TrendArrow } from './trendarrow';
|
|
97
|
+
import { default as WaterMark } from './watermark';
|
|
98
|
+
import { default as AvatarCropper } from './avatarcropper';
|
|
99
|
+
export * from './button';
|
|
100
|
+
export * from './cell';
|
|
101
|
+
export * from './cellgroup';
|
|
102
|
+
export * from './configprovider';
|
|
103
|
+
export * from './image';
|
|
104
|
+
export * from './overlay';
|
|
105
|
+
export * from './col';
|
|
106
|
+
export * from './divider';
|
|
107
|
+
export * from './grid';
|
|
108
|
+
export * from './griditem';
|
|
109
|
+
export * from './layout';
|
|
110
|
+
export * from './row';
|
|
111
|
+
export * from './space';
|
|
112
|
+
export * from './sticky';
|
|
113
|
+
export * from './safearea';
|
|
114
|
+
export * from './backtop';
|
|
115
|
+
export * from './elevator';
|
|
116
|
+
export * from './fixednav';
|
|
117
|
+
export * from './navbar';
|
|
118
|
+
export * from './sidenavbar';
|
|
119
|
+
export * from './sidenavbaritem';
|
|
120
|
+
export * from './subsidenavbar';
|
|
121
|
+
export * from './tabbar';
|
|
122
|
+
export * from './tabbaritem';
|
|
123
|
+
export * from './tabpane';
|
|
124
|
+
export * from './tabs';
|
|
125
|
+
export * from './address';
|
|
126
|
+
export * from './calendar';
|
|
127
|
+
export * from './calendaritem';
|
|
128
|
+
export * from './calendarcard';
|
|
129
|
+
export * from './cascader';
|
|
130
|
+
export * from './checkbox';
|
|
131
|
+
export * from './checkboxgroup';
|
|
132
|
+
export * from './datepicker';
|
|
133
|
+
export * from './form';
|
|
134
|
+
export * from './formitem';
|
|
135
|
+
export * from './input';
|
|
136
|
+
export * from './inputnumber';
|
|
137
|
+
export * from './menu';
|
|
138
|
+
export * from './menuitem';
|
|
139
|
+
export * from './numberkeyboard';
|
|
140
|
+
export * from './picker';
|
|
141
|
+
export * from './radio';
|
|
142
|
+
export * from './radiogroup';
|
|
143
|
+
export * from './range';
|
|
144
|
+
export * from './rate';
|
|
145
|
+
export * from './searchbar';
|
|
146
|
+
export * from './shortpassword';
|
|
147
|
+
export * from './signature';
|
|
148
|
+
export * from './switch';
|
|
149
|
+
export * from './textarea';
|
|
150
|
+
export * from './uploader';
|
|
151
|
+
export * from './actionsheet';
|
|
152
|
+
export * from './badge';
|
|
153
|
+
export * from './dialog';
|
|
154
|
+
export * from './drag';
|
|
155
|
+
export * from './empty';
|
|
156
|
+
export * from './infiniteloading';
|
|
157
|
+
export * from './loading';
|
|
158
|
+
export * from './noticebar';
|
|
159
|
+
export * from './notify';
|
|
160
|
+
export * from './popover';
|
|
161
|
+
export * from './popup';
|
|
162
|
+
export * from './pulltorefresh';
|
|
163
|
+
export * from './skeleton';
|
|
164
|
+
export * from './swipe';
|
|
165
|
+
export * from './toast';
|
|
166
|
+
export * from './animate';
|
|
167
|
+
export * from './animatingnumbers';
|
|
168
|
+
export * from './audio';
|
|
169
|
+
export * from './avatar';
|
|
170
|
+
export * from './avatargroup';
|
|
171
|
+
export * from './circleprogress';
|
|
172
|
+
export * from './collapse';
|
|
173
|
+
export * from './collapseitem';
|
|
174
|
+
export * from './countdown';
|
|
175
|
+
export * from './ellipsis';
|
|
176
|
+
export * from './imagepreview';
|
|
177
|
+
export * from './indicator';
|
|
178
|
+
export * from './pagination';
|
|
179
|
+
export * from './price';
|
|
180
|
+
export * from './progress';
|
|
181
|
+
export * from './step';
|
|
182
|
+
export * from './steps';
|
|
183
|
+
export * from './swiper';
|
|
184
|
+
export * from './swiperitem';
|
|
185
|
+
export * from './table';
|
|
186
|
+
export * from './tag';
|
|
187
|
+
export * from './tour';
|
|
188
|
+
export * from './video';
|
|
189
|
+
export * from './virtuallist';
|
|
190
|
+
export * from './barrage';
|
|
191
|
+
export * from './card';
|
|
192
|
+
export * from './timedetail';
|
|
193
|
+
export * from './timeselect';
|
|
194
|
+
export * from './trendarrow';
|
|
195
|
+
export * from './watermark';
|
|
196
|
+
export * from './avatarcropper';
|
|
197
197
|
import '@/packages/button/button.scss';
|
|
198
198
|
import '@/packages/cell/cell.scss';
|
|
199
199
|
import '@/packages/cellgroup/cellgroup.scss';
|