@nutui/nutui-react-taro 3.0.19-cpp-beta.5 → 3.0.19-cpp.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.
Files changed (281) hide show
  1. package/dist/cjs/hooks/taro/use-custom-event.js +5 -5
  2. package/dist/cjs/hooks/use-ref-state.js +3 -3
  3. package/dist/cjs/hooks/use-touch.js +1 -2
  4. package/dist/cjs/packages/actionsheet/style/style.harmony.css +2 -2
  5. package/dist/cjs/packages/address/style/style.harmony.css +3 -3
  6. package/dist/cjs/packages/address/utils.js +3 -3
  7. package/dist/cjs/packages/audio/style/style.harmony.css +5 -5
  8. package/dist/cjs/packages/avatarcropper/avatarcropper.js +16 -28
  9. package/dist/cjs/packages/badge/badge.js +4 -7
  10. package/dist/cjs/packages/badge/style/badge.scss +1 -1
  11. package/dist/cjs/packages/badge/style/style.css +1 -1
  12. package/dist/cjs/packages/badge/style/style.harmony.css +1 -1
  13. package/dist/cjs/packages/badge/style-jmapp/badge.scss +1 -1
  14. package/dist/cjs/packages/badge/style-jmapp/style.css +1 -1
  15. package/dist/cjs/packages/badge/style-jrkf/badge.scss +1 -1
  16. package/dist/cjs/packages/badge/style-jrkf/style.css +1 -1
  17. package/dist/cjs/packages/barrage/barrage.js +14 -24
  18. package/dist/cjs/packages/button/style/style.css +5 -5
  19. package/dist/cjs/packages/button/style/style.harmony.css +5 -5
  20. package/dist/cjs/packages/calendar/style/style.css +2 -2
  21. package/dist/cjs/packages/calendar/style/style.harmony.css +4 -4
  22. package/dist/cjs/packages/calendar/utils.js +8 -8
  23. package/dist/cjs/packages/calendarcard/icon.js +5 -5
  24. package/dist/cjs/packages/calendarcard/style/style.css +1 -1
  25. package/dist/cjs/packages/calendarcard/style/style.harmony.css +1 -1
  26. package/dist/cjs/packages/calendarcard/utils.js +6 -6
  27. package/dist/cjs/packages/card/style/style.harmony.css +4 -4
  28. package/dist/cjs/packages/cascader/cascader.js +12 -21
  29. package/dist/cjs/packages/cascader/style/style.harmony.css +3 -3
  30. package/dist/cjs/packages/cascader/utils.js +3 -3
  31. package/dist/cjs/packages/checkbox/style/style.css +1 -1
  32. package/dist/cjs/packages/checkbox/style/style.harmony.css +1 -1
  33. package/dist/cjs/packages/circleprogress/style/style.css +1 -1
  34. package/dist/cjs/packages/circleprogress/style/style.harmony.css +1 -1
  35. package/dist/cjs/packages/col/col.js +16 -11
  36. package/dist/cjs/packages/collapseitem/collapseitem.js +4 -7
  37. package/dist/cjs/packages/configprovider/configprovider.js +7 -7
  38. package/dist/cjs/packages/configprovider/index.js +6 -6
  39. package/dist/cjs/packages/configprovider/types.d.ts +1 -1
  40. package/dist/cjs/packages/countdown/countdown.js +1 -2
  41. package/dist/cjs/packages/countdown/style/countdown.scss +1 -1
  42. package/dist/cjs/packages/countdown/style/style.css +1 -1
  43. package/dist/cjs/packages/countdown/style/style.harmony.css +1 -1
  44. package/dist/cjs/packages/countdown/style-jmapp/countdown.scss +1 -1
  45. package/dist/cjs/packages/countdown/style-jmapp/style.css +1 -1
  46. package/dist/cjs/packages/countdown/style-jrkf/countdown.scss +1 -1
  47. package/dist/cjs/packages/countdown/style-jrkf/style.css +1 -1
  48. package/dist/cjs/packages/datepicker/style/style.harmony.css +4 -4
  49. package/dist/cjs/packages/datepicker/utils.js +9 -9
  50. package/dist/cjs/packages/dialog/content.js +3 -3
  51. package/dist/cjs/packages/dialog/dialog.js +8 -11
  52. package/dist/cjs/packages/dialog/style/dialog.scss +4 -2
  53. package/dist/cjs/packages/dialog/style/style.css +6 -4
  54. package/dist/cjs/packages/dialog/style/style.harmony.css +11 -9
  55. package/dist/cjs/packages/dialog/style-jmapp/dialog.scss +4 -2
  56. package/dist/cjs/packages/dialog/style-jmapp/style.css +4 -2
  57. package/dist/cjs/packages/dialog/style-jrkf/dialog.scss +4 -2
  58. package/dist/cjs/packages/dialog/style-jrkf/style.css +4 -2
  59. package/dist/cjs/packages/drag/drag.js +4 -7
  60. package/dist/cjs/packages/elevator/elevator.js +7 -10
  61. package/dist/cjs/packages/ellipsis/ellipsis.js +17 -30
  62. package/dist/cjs/packages/empty/style/style.css +2 -2
  63. package/dist/cjs/packages/empty/style/style.harmony.css +7 -7
  64. package/dist/cjs/packages/fixednav/style/style.harmony.css +1 -1
  65. package/dist/cjs/packages/form/index.js +0 -2
  66. package/dist/cjs/packages/form/useform.js +50 -57
  67. package/dist/cjs/packages/imagepreview/style/style.harmony.css +2 -2
  68. package/dist/cjs/packages/infiniteloading/infiniteloading.js +8 -14
  69. package/dist/cjs/packages/input/style/style.css +1 -1
  70. package/dist/cjs/packages/input/style/style.harmony.css +1 -1
  71. package/dist/cjs/packages/inputnumber/inputnumber.js +16 -28
  72. package/dist/cjs/packages/lottie/types.js +0 -2
  73. package/dist/cjs/packages/menuitem/menuitem.js +24 -22
  74. package/dist/cjs/packages/noticebar/noticebar.js +71 -67
  75. package/dist/cjs/packages/notify/notify.js +4 -4
  76. package/dist/cjs/packages/numberkeyboard/style/style.css +3 -3
  77. package/dist/cjs/packages/numberkeyboard/style/style.harmony.css +5 -5
  78. package/dist/cjs/packages/nutui.react.build.js +105 -105
  79. package/dist/cjs/packages/nutui.react.js +105 -105
  80. package/dist/cjs/packages/overlay/overlay.js +3 -3
  81. package/dist/cjs/packages/picker/style/style.css +2 -2
  82. package/dist/cjs/packages/picker/style/style.harmony.css +4 -4
  83. package/dist/cjs/packages/pickerview/pickerroller.js +4 -7
  84. package/dist/cjs/packages/pickerview/pickerview.js +1 -2
  85. package/dist/cjs/packages/pickerview/utils.js +3 -3
  86. package/dist/cjs/packages/popover/popover.js +75 -77
  87. package/dist/cjs/packages/popover/style/style.harmony.css +2 -2
  88. package/dist/cjs/packages/popup/popup.js +8 -14
  89. package/dist/cjs/packages/popup/style/style.css +2 -2
  90. package/dist/cjs/packages/popup/style/style.harmony.css +2 -2
  91. package/dist/cjs/packages/price/style/price.scss +3 -3
  92. package/dist/cjs/packages/price/style/style.css +4 -4
  93. package/dist/cjs/packages/price/style/style.harmony.css +4 -4
  94. package/dist/cjs/packages/price/style-jmapp/price.scss +3 -3
  95. package/dist/cjs/packages/price/style-jmapp/style.css +3 -3
  96. package/dist/cjs/packages/price/style-jrkf/price.scss +3 -3
  97. package/dist/cjs/packages/price/style-jrkf/style.css +3 -3
  98. package/dist/cjs/packages/pulltorefresh/pulltorefresh.js +52 -56
  99. package/dist/cjs/packages/radio/index.js +0 -2
  100. package/dist/cjs/packages/radio/style/style.css +1 -1
  101. package/dist/cjs/packages/radio/style/style.harmony.css +1 -1
  102. package/dist/cjs/packages/range/range.js +16 -28
  103. package/dist/cjs/packages/rate/style/rate.scss +1 -1
  104. package/dist/cjs/packages/rate/style/style.css +1 -1
  105. package/dist/cjs/packages/rate/style/style.harmony.css +1 -1
  106. package/dist/cjs/packages/rate/style-jmapp/rate.scss +1 -1
  107. package/dist/cjs/packages/rate/style-jmapp/style.css +1 -1
  108. package/dist/cjs/packages/rate/style-jrkf/rate.scss +1 -1
  109. package/dist/cjs/packages/rate/style-jrkf/style.css +1 -1
  110. package/dist/cjs/packages/resultpage/style/style.harmony.css +5 -5
  111. package/dist/cjs/packages/shortpassword/shortpassword.js +3 -3
  112. package/dist/cjs/packages/shortpassword/style/style.css +1 -1
  113. package/dist/cjs/packages/shortpassword/style/style.harmony.css +3 -3
  114. package/dist/cjs/packages/sidebar/style/style.css +1 -1
  115. package/dist/cjs/packages/sidebar/style/style.harmony.css +1 -1
  116. package/dist/cjs/packages/steps/style/style.css +1 -1
  117. package/dist/cjs/packages/steps/style/style.harmony.css +1 -1
  118. package/dist/cjs/packages/sticky/sticky.js +4 -7
  119. package/dist/cjs/packages/swipe/swipe.js +8 -15
  120. package/dist/cjs/packages/swiper/index.js +0 -1
  121. package/dist/cjs/packages/switch/switch.js +4 -7
  122. package/dist/cjs/packages/tabbar/style/style.harmony.css +3 -3
  123. package/dist/cjs/packages/tabbaritem/style/style.css +2 -2
  124. package/dist/cjs/packages/tabbaritem/style/style.harmony.css +3 -3
  125. package/dist/cjs/packages/tabs/style/style.css +1 -1
  126. package/dist/cjs/packages/tabs/style/style.harmony.css +1 -1
  127. package/dist/cjs/packages/timeselect/style/style.harmony.css +2 -2
  128. package/dist/cjs/packages/toast/style/style.css +1 -1
  129. package/dist/cjs/packages/toast/style/style.harmony.css +1 -1
  130. package/dist/cjs/packages/toast/toast.js +4 -4
  131. package/dist/cjs/packages/tour/style/style.harmony.css +2 -2
  132. package/dist/cjs/packages/uploader/uploader.js +38 -51
  133. package/dist/cjs/packages/virtuallist/utils.js +6 -6
  134. package/dist/cjs/packages/watermark/watermark.js +4 -8
  135. package/dist/cjs/types/spec/address/base.js +0 -2
  136. package/dist/cjs/utils/date.js +5 -5
  137. package/dist/cjs/utils/event-mocker.js +10 -18
  138. package/dist/cjs/utils/get-rect.js +4 -4
  139. package/dist/cjs/utils/get-scroll-parent.js +3 -3
  140. package/dist/cjs/utils/merge-props.js +3 -3
  141. package/dist/cjs/utils/merge.js +6 -6
  142. package/dist/cjs/utils/raf.js +3 -3
  143. package/dist/cjs/utils/render.js +5 -9
  144. package/dist/cjs/utils/rubberband.js +3 -3
  145. package/dist/cjs/utils/taro/get-rect.js +14 -24
  146. package/dist/cjs/utils/taro/get-system-info.js +4 -4
  147. package/dist/cjs/utils/taro/platform.js +5 -5
  148. package/dist/es/hooks/use-touch.js +1 -1
  149. package/dist/es/packages/actionsheet/style/style.harmony.css +2 -2
  150. package/dist/es/packages/address/style/style.harmony.css +3 -3
  151. package/dist/es/packages/audio/style/style.harmony.css +5 -5
  152. package/dist/es/packages/avatarcropper/avatarcropper.js +16 -28
  153. package/dist/es/packages/badge/badge.js +4 -7
  154. package/dist/es/packages/badge/style/badge.scss +1 -1
  155. package/dist/es/packages/badge/style/style.css +1 -1
  156. package/dist/es/packages/badge/style/style.harmony.css +1 -1
  157. package/dist/es/packages/badge/style-jmapp/badge.scss +1 -1
  158. package/dist/es/packages/badge/style-jmapp/style.css +1 -1
  159. package/dist/es/packages/badge/style-jrkf/badge.scss +1 -1
  160. package/dist/es/packages/badge/style-jrkf/style.css +1 -1
  161. package/dist/es/packages/barrage/barrage.js +14 -24
  162. package/dist/es/packages/button/style/style.css +5 -5
  163. package/dist/es/packages/button/style/style.harmony.css +5 -5
  164. package/dist/es/packages/calendar/style/style.css +2 -2
  165. package/dist/es/packages/calendar/style/style.harmony.css +4 -4
  166. package/dist/es/packages/calendarcard/style/style.css +1 -1
  167. package/dist/es/packages/calendarcard/style/style.harmony.css +1 -1
  168. package/dist/es/packages/card/style/style.harmony.css +4 -4
  169. package/dist/es/packages/cascader/cascader.js +12 -21
  170. package/dist/es/packages/cascader/style/style.harmony.css +3 -3
  171. package/dist/es/packages/checkbox/style/style.css +1 -1
  172. package/dist/es/packages/checkbox/style/style.harmony.css +1 -1
  173. package/dist/es/packages/circleprogress/style/style.css +1 -1
  174. package/dist/es/packages/circleprogress/style/style.harmony.css +1 -1
  175. package/dist/es/packages/col/col.js +17 -12
  176. package/dist/es/packages/collapseitem/collapseitem.js +4 -7
  177. package/dist/es/packages/configprovider/types.d.ts +1 -1
  178. package/dist/es/packages/countdown/countdown.js +1 -2
  179. package/dist/es/packages/countdown/style/countdown.scss +1 -1
  180. package/dist/es/packages/countdown/style/style.css +1 -1
  181. package/dist/es/packages/countdown/style/style.harmony.css +1 -1
  182. package/dist/es/packages/countdown/style-jmapp/countdown.scss +1 -1
  183. package/dist/es/packages/countdown/style-jmapp/style.css +1 -1
  184. package/dist/es/packages/countdown/style-jrkf/countdown.scss +1 -1
  185. package/dist/es/packages/countdown/style-jrkf/style.css +1 -1
  186. package/dist/es/packages/datepicker/style/style.harmony.css +4 -4
  187. package/dist/es/packages/dialog/dialog.js +4 -7
  188. package/dist/es/packages/dialog/style/dialog.scss +4 -2
  189. package/dist/es/packages/dialog/style/style.css +6 -4
  190. package/dist/es/packages/dialog/style/style.harmony.css +11 -9
  191. package/dist/es/packages/dialog/style-jmapp/dialog.scss +4 -2
  192. package/dist/es/packages/dialog/style-jmapp/style.css +4 -2
  193. package/dist/es/packages/dialog/style-jrkf/dialog.scss +4 -2
  194. package/dist/es/packages/dialog/style-jrkf/style.css +4 -2
  195. package/dist/es/packages/drag/drag.js +4 -7
  196. package/dist/es/packages/elevator/elevator.js +4 -7
  197. package/dist/es/packages/ellipsis/ellipsis.js +17 -30
  198. package/dist/es/packages/empty/style/style.css +2 -2
  199. package/dist/es/packages/empty/style/style.harmony.css +7 -7
  200. package/dist/es/packages/fixednav/style/style.harmony.css +1 -1
  201. package/dist/es/packages/form/index.js +0 -1
  202. package/dist/es/packages/form/useform.js +46 -53
  203. package/dist/es/packages/imagepreview/style/style.harmony.css +2 -2
  204. package/dist/es/packages/infiniteloading/infiniteloading.js +8 -14
  205. package/dist/es/packages/input/style/style.css +1 -1
  206. package/dist/es/packages/input/style/style.harmony.css +1 -1
  207. package/dist/es/packages/inputnumber/inputnumber.js +16 -28
  208. package/dist/es/packages/lottie/types.js +1 -1
  209. package/dist/es/packages/menuitem/menuitem.js +24 -22
  210. package/dist/es/packages/noticebar/noticebar.js +71 -67
  211. package/dist/es/packages/numberkeyboard/style/style.css +3 -3
  212. package/dist/es/packages/numberkeyboard/style/style.harmony.css +5 -5
  213. package/dist/es/packages/picker/style/style.css +2 -2
  214. package/dist/es/packages/picker/style/style.harmony.css +4 -4
  215. package/dist/es/packages/pickerview/pickerroller.js +4 -7
  216. package/dist/es/packages/pickerview/pickerview.js +1 -2
  217. package/dist/es/packages/popover/popover.js +75 -77
  218. package/dist/es/packages/popover/style/style.harmony.css +2 -2
  219. package/dist/es/packages/popup/popup.js +8 -14
  220. package/dist/es/packages/popup/style/style.css +2 -2
  221. package/dist/es/packages/popup/style/style.harmony.css +2 -2
  222. package/dist/es/packages/price/style/price.scss +3 -3
  223. package/dist/es/packages/price/style/style.css +4 -4
  224. package/dist/es/packages/price/style/style.harmony.css +4 -4
  225. package/dist/es/packages/price/style-jmapp/price.scss +3 -3
  226. package/dist/es/packages/price/style-jmapp/style.css +3 -3
  227. package/dist/es/packages/price/style-jrkf/price.scss +3 -3
  228. package/dist/es/packages/price/style-jrkf/style.css +3 -3
  229. package/dist/es/packages/pulltorefresh/pulltorefresh.js +52 -56
  230. package/dist/es/packages/radio/index.js +0 -1
  231. package/dist/es/packages/radio/style/style.css +1 -1
  232. package/dist/es/packages/radio/style/style.harmony.css +1 -1
  233. package/dist/es/packages/range/range.js +16 -28
  234. package/dist/es/packages/rate/style/rate.scss +1 -1
  235. package/dist/es/packages/rate/style/style.css +1 -1
  236. package/dist/es/packages/rate/style/style.harmony.css +1 -1
  237. package/dist/es/packages/rate/style-jmapp/rate.scss +1 -1
  238. package/dist/es/packages/rate/style-jmapp/style.css +1 -1
  239. package/dist/es/packages/rate/style-jrkf/rate.scss +1 -1
  240. package/dist/es/packages/rate/style-jrkf/style.css +1 -1
  241. package/dist/es/packages/resultpage/style/style.harmony.css +5 -5
  242. package/dist/es/packages/shortpassword/style/style.css +1 -1
  243. package/dist/es/packages/shortpassword/style/style.harmony.css +3 -3
  244. package/dist/es/packages/sidebar/style/style.css +1 -1
  245. package/dist/es/packages/sidebar/style/style.harmony.css +1 -1
  246. package/dist/es/packages/steps/style/style.css +1 -1
  247. package/dist/es/packages/steps/style/style.harmony.css +1 -1
  248. package/dist/es/packages/sticky/sticky.js +4 -7
  249. package/dist/es/packages/swipe/swipe.js +8 -15
  250. package/dist/es/packages/swiper/index.js +0 -1
  251. package/dist/es/packages/switch/switch.js +4 -7
  252. package/dist/es/packages/tabbar/style/style.harmony.css +3 -3
  253. package/dist/es/packages/tabbaritem/style/style.css +2 -2
  254. package/dist/es/packages/tabbaritem/style/style.harmony.css +3 -3
  255. package/dist/es/packages/tabs/style/style.css +1 -1
  256. package/dist/es/packages/tabs/style/style.harmony.css +1 -1
  257. package/dist/es/packages/timeselect/style/style.harmony.css +2 -2
  258. package/dist/es/packages/toast/style/style.css +1 -1
  259. package/dist/es/packages/toast/style/style.harmony.css +1 -1
  260. package/dist/es/packages/tour/style/style.harmony.css +2 -2
  261. package/dist/es/packages/uploader/uploader.js +38 -51
  262. package/dist/es/packages/watermark/watermark.js +4 -8
  263. package/dist/es/types/spec/address/base.js +1 -1
  264. package/dist/es/utils/event-mocker.js +4 -12
  265. package/dist/es/utils/render.js +2 -6
  266. package/dist/es/utils/taro/get-rect.js +10 -20
  267. package/dist/nutui.react.umd.js +612 -820
  268. package/dist/style-jmapp.css +1 -1
  269. package/dist/style-jmapp.scss +31 -31
  270. package/dist/style-jrkf.css +1 -1
  271. package/dist/style-jrkf.scss +28 -28
  272. package/dist/style.css +1 -1
  273. package/dist/style.scss +28 -28
  274. package/dist/styles/jd-font.scss +4 -4
  275. package/dist/styles/theme-default.scss +4 -1
  276. package/dist/styles/themes/dark.css +1 -1
  277. package/dist/styles/themes/default.css +1 -1
  278. package/dist/styles/variables-jmapp.scss +5 -0
  279. package/dist/styles/variables-jrkf.scss +5 -0
  280. package/dist/styles/variables.scss +16 -7
  281. package/package.json +1 -1
@@ -5,320 +5,320 @@ Object.defineProperty(exports, "__esModule", {
5
5
  function _export(target, all) {
6
6
  for(var name in all)Object.defineProperty(target, name, {
7
7
  enumerable: true,
8
- get: all[name]
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- ActionSheet: function() {
12
+ get ActionSheet () {
13
13
  return _index55.default;
14
14
  },
15
- Address: function() {
15
+ get Address () {
16
16
  return _index27.default;
17
17
  },
18
- Animate: function() {
18
+ get Animate () {
19
19
  return _index71.default;
20
20
  },
21
- AnimatingNumbers: function() {
21
+ get AnimatingNumbers () {
22
22
  return _index72.default;
23
23
  },
24
- Audio: function() {
24
+ get Audio () {
25
25
  return _index73.default;
26
26
  },
27
- Avatar: function() {
27
+ get Avatar () {
28
28
  return _index74.default;
29
29
  },
30
- AvatarCropper: function() {
30
+ get AvatarCropper () {
31
31
  return _index97.default;
32
32
  },
33
- AvatarGroup: function() {
33
+ get AvatarGroup () {
34
34
  return _index75.default;
35
35
  },
36
- BackTop: function() {
36
+ get BackTop () {
37
37
  return _index15.default;
38
38
  },
39
- Badge: function() {
39
+ get Badge () {
40
40
  return _index56.default;
41
41
  },
42
- Barrage: function() {
42
+ get Barrage () {
43
43
  return _index98.default;
44
44
  },
45
- Button: function() {
45
+ get Button () {
46
46
  return _index.default;
47
47
  },
48
- Calendar: function() {
48
+ get Calendar () {
49
49
  return _index28.default;
50
50
  },
51
- CalendarCard: function() {
51
+ get CalendarCard () {
52
52
  return _index30.default;
53
53
  },
54
- CalendarItem: function() {
54
+ get CalendarItem () {
55
55
  return _index29.default;
56
56
  },
57
- Card: function() {
57
+ get Card () {
58
58
  return _index99.default;
59
59
  },
60
- Cascader: function() {
60
+ get Cascader () {
61
61
  return _index31.default;
62
62
  },
63
- Cell: function() {
63
+ get Cell () {
64
64
  return _index1.default;
65
65
  },
66
- CellGroup: function() {
66
+ get CellGroup () {
67
67
  return _index2.default;
68
68
  },
69
- Checkbox: function() {
69
+ get Checkbox () {
70
70
  return _index32.default;
71
71
  },
72
- CheckboxGroup: function() {
72
+ get CheckboxGroup () {
73
73
  return _index33.default;
74
74
  },
75
- CircleProgress: function() {
75
+ get CircleProgress () {
76
76
  return _index76.default;
77
77
  },
78
- Col: function() {
78
+ get Col () {
79
79
  return _index10.default;
80
80
  },
81
- Collapse: function() {
81
+ get Collapse () {
82
82
  return _index77.default;
83
83
  },
84
- CollapseItem: function() {
84
+ get CollapseItem () {
85
85
  return _index78.default;
86
86
  },
87
- ConfigProvider: function() {
87
+ get ConfigProvider () {
88
88
  return _index3.default;
89
89
  },
90
- CountDown: function() {
90
+ get CountDown () {
91
91
  return _index79.default;
92
92
  },
93
- DatePicker: function() {
93
+ get DatePicker () {
94
94
  return _index34.default;
95
95
  },
96
- DatePickerView: function() {
96
+ get DatePickerView () {
97
97
  return _index35.default;
98
98
  },
99
- Dialog: function() {
99
+ get Dialog () {
100
100
  return _index57.default;
101
101
  },
102
- Divider: function() {
102
+ get Divider () {
103
103
  return _index6.default;
104
104
  },
105
- Drag: function() {
105
+ get Drag () {
106
106
  return _index58.default;
107
107
  },
108
- Elevator: function() {
108
+ get Elevator () {
109
109
  return _index16.default;
110
110
  },
111
- Ellipsis: function() {
111
+ get Ellipsis () {
112
112
  return _index80.default;
113
113
  },
114
- Empty: function() {
114
+ get Empty () {
115
115
  return _index59.default;
116
116
  },
117
- FixedNav: function() {
117
+ get FixedNav () {
118
118
  return _index17.default;
119
119
  },
120
- Form: function() {
120
+ get Form () {
121
121
  return _index36.default;
122
122
  },
123
- FormItem: function() {
123
+ get FormItem () {
124
124
  return _index37.default;
125
125
  },
126
- Grid: function() {
126
+ get Grid () {
127
127
  return _index7.default;
128
128
  },
129
- GridItem: function() {
129
+ get GridItem () {
130
130
  return _index8.default;
131
131
  },
132
- HoverButton: function() {
132
+ get HoverButton () {
133
133
  return _index18.default;
134
134
  },
135
- HoverButtonItem: function() {
135
+ get HoverButtonItem () {
136
136
  return _index19.default;
137
137
  },
138
- Image: function() {
138
+ get Image () {
139
139
  return _index4.default;
140
140
  },
141
- ImagePreview: function() {
141
+ get ImagePreview () {
142
142
  return _index81.default;
143
143
  },
144
- Indicator: function() {
144
+ get Indicator () {
145
145
  return _index82.default;
146
146
  },
147
- InfiniteLoading: function() {
147
+ get InfiniteLoading () {
148
148
  return _index60.default;
149
149
  },
150
- Input: function() {
150
+ get Input () {
151
151
  return _index38.default;
152
152
  },
153
- InputNumber: function() {
153
+ get InputNumber () {
154
154
  return _index39.default;
155
155
  },
156
- Layout: function() {
156
+ get Layout () {
157
157
  return _index9.default;
158
158
  },
159
- Loading: function() {
159
+ get Loading () {
160
160
  return _index61.default;
161
161
  },
162
- Lottie: function() {
162
+ get Lottie () {
163
163
  return _index83.default;
164
164
  },
165
- Menu: function() {
165
+ get Menu () {
166
166
  return _index40.default;
167
167
  },
168
- MenuItem: function() {
168
+ get MenuItem () {
169
169
  return _index41.default;
170
170
  },
171
- NavBar: function() {
171
+ get NavBar () {
172
172
  return _index20.default;
173
173
  },
174
- NoticeBar: function() {
174
+ get NoticeBar () {
175
175
  return _index62.default;
176
176
  },
177
- Notify: function() {
177
+ get Notify () {
178
178
  return _index63.default;
179
179
  },
180
- NumberKeyboard: function() {
180
+ get NumberKeyboard () {
181
181
  return _index42.default;
182
182
  },
183
- Overlay: function() {
183
+ get Overlay () {
184
184
  return _index5.default;
185
185
  },
186
- Pagination: function() {
186
+ get Pagination () {
187
187
  return _index84.default;
188
188
  },
189
- Picker: function() {
189
+ get Picker () {
190
190
  return _index43.default;
191
191
  },
192
- PickerView: function() {
192
+ get PickerView () {
193
193
  return _index44.default;
194
194
  },
195
- Popover: function() {
195
+ get Popover () {
196
196
  return _index64.default;
197
197
  },
198
- Popup: function() {
198
+ get Popup () {
199
199
  return _index65.default;
200
200
  },
201
- Price: function() {
201
+ get Price () {
202
202
  return _index85.default;
203
203
  },
204
- Progress: function() {
204
+ get Progress () {
205
205
  return _index86.default;
206
206
  },
207
- PullToRefresh: function() {
207
+ get PullToRefresh () {
208
208
  return _index66.default;
209
209
  },
210
- Radio: function() {
210
+ get Radio () {
211
211
  return _index45.default;
212
212
  },
213
- RadioGroup: function() {
213
+ get RadioGroup () {
214
214
  return _index46.default;
215
215
  },
216
- Range: function() {
216
+ get Range () {
217
217
  return _index47.default;
218
218
  },
219
- Rate: function() {
219
+ get Rate () {
220
220
  return _index48.default;
221
221
  },
222
- ResultPage: function() {
222
+ get ResultPage () {
223
223
  return _index67.default;
224
224
  },
225
- Row: function() {
225
+ get Row () {
226
226
  return _index11.default;
227
227
  },
228
- SafeArea: function() {
228
+ get SafeArea () {
229
229
  return _index12.default;
230
230
  },
231
- SearchBar: function() {
231
+ get SearchBar () {
232
232
  return _index49.default;
233
233
  },
234
- Segmented: function() {
234
+ get Segmented () {
235
235
  return _index87.default;
236
236
  },
237
- ShortPassword: function() {
237
+ get ShortPassword () {
238
238
  return _index50.default;
239
239
  },
240
- SideBar: function() {
240
+ get SideBar () {
241
241
  return _index21.default;
242
242
  },
243
- SideBarItem: function() {
243
+ get SideBarItem () {
244
244
  return _index22.default;
245
245
  },
246
- Signature: function() {
246
+ get Signature () {
247
247
  return _index51.default;
248
248
  },
249
- Skeleton: function() {
249
+ get Skeleton () {
250
250
  return _index68.default;
251
251
  },
252
- Space: function() {
252
+ get Space () {
253
253
  return _index13.default;
254
254
  },
255
- Step: function() {
255
+ get Step () {
256
256
  return _index88.default;
257
257
  },
258
- Steps: function() {
258
+ get Steps () {
259
259
  return _index89.default;
260
260
  },
261
- Sticky: function() {
261
+ get Sticky () {
262
262
  return _index14.default;
263
263
  },
264
- Swipe: function() {
264
+ get Swipe () {
265
265
  return _index69.default;
266
266
  },
267
- Swiper: function() {
267
+ get Swiper () {
268
268
  return _index90.default;
269
269
  },
270
- SwiperItem: function() {
270
+ get SwiperItem () {
271
271
  return _index91.default;
272
272
  },
273
- Switch: function() {
273
+ get Switch () {
274
274
  return _index52.default;
275
275
  },
276
- TabPane: function() {
276
+ get TabPane () {
277
277
  return _index25.default;
278
278
  },
279
- Tabbar: function() {
279
+ get Tabbar () {
280
280
  return _index23.default;
281
281
  },
282
- TabbarItem: function() {
282
+ get TabbarItem () {
283
283
  return _index24.default;
284
284
  },
285
- Table: function() {
285
+ get Table () {
286
286
  return _index92.default;
287
287
  },
288
- Tabs: function() {
288
+ get Tabs () {
289
289
  return _index26.default;
290
290
  },
291
- Tag: function() {
291
+ get Tag () {
292
292
  return _index93.default;
293
293
  },
294
- TextArea: function() {
294
+ get TextArea () {
295
295
  return _index53.default;
296
296
  },
297
- TimeDetail: function() {
297
+ get TimeDetail () {
298
298
  return _index100.default;
299
299
  },
300
- TimeSelect: function() {
300
+ get TimeSelect () {
301
301
  return _index101.default;
302
302
  },
303
- Toast: function() {
303
+ get Toast () {
304
304
  return _index70.default;
305
305
  },
306
- Tour: function() {
306
+ get Tour () {
307
307
  return _index94.default;
308
308
  },
309
- TrendArrow: function() {
309
+ get TrendArrow () {
310
310
  return _index102.default;
311
311
  },
312
- Uploader: function() {
312
+ get Uploader () {
313
313
  return _index54.default;
314
314
  },
315
- Video: function() {
315
+ get Video () {
316
316
  return _index95.default;
317
317
  },
318
- VirtualList: function() {
318
+ get VirtualList () {
319
319
  return _index96.default;
320
320
  },
321
- WaterMark: function() {
321
+ get WaterMark () {
322
322
  return _index103.default;
323
323
  }
324
324
  });
@@ -5,14 +5,14 @@ Object.defineProperty(exports, "__esModule", {
5
5
  function _export(target, all) {
6
6
  for(var name in all)Object.defineProperty(target, name, {
7
7
  enumerable: true,
8
- get: all[name]
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- Overlay: function() {
12
+ get Overlay () {
13
13
  return Overlay;
14
14
  },
15
- defaultOverlayProps: function() {
15
+ get defaultOverlayProps () {
16
16
  return defaultOverlayProps;
17
17
  }
18
18
  });
@@ -12,7 +12,7 @@
12
12
  height: var(--nutui-popup-title-height, 50px);
13
13
  padding: var(--nutui-popup-title-padding, 16px);
14
14
  box-sizing: border-box;
15
- font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-l, 16px));
15
+ font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-xl, 18px));
16
16
  }
17
17
  .nut-picker-cancel-btn {
18
18
  color: var(--nutui-picker-title-cancel-color, var(--nutui-color-text, #505259));
@@ -29,7 +29,7 @@
29
29
  white-space: nowrap;
30
30
  text-align: center;
31
31
  color: var(--nutui-color-title, #1a1a1a);
32
- font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-l, 16px));
32
+ font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-xl, 18px));
33
33
  font-weight: var(--nutui-popup-title-font-weight, var(--nutui-font-weight-bold, 600));
34
34
  }
35
35
  .nut-picker-panel {
@@ -83,8 +83,8 @@
83
83
  .nut-popup-title-title {
84
84
  color: var(--nutui-color-title, #1a1a1a);
85
85
  font-weight: var(--nutui-font-weight-bold, 600);
86
- font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-l, 16px));
87
- line-height: var(--nutui-popup-title-font-size, var(--nutui-font-size-l, 16px));
86
+ font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-xl, 18px));
87
+ line-height: var(--nutui-popup-title-font-size, var(--nutui-font-size-xl, 18px));
88
88
  }
89
89
  .nut-popup-title-description {
90
90
  color: var(--nutui-color-text, #505259);
@@ -464,7 +464,7 @@
464
464
  height: var(--nutui-popup-title-height, 50px);
465
465
  padding: var(--nutui-popup-title-padding, 16px);
466
466
  box-sizing: border-box;
467
- font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-l, 16px));
467
+ font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-xl, 18px));
468
468
  }
469
469
  .nut-picker-cancel-btn {
470
470
  color: var(--nutui-picker-title-cancel-color, var(--nutui-color-text, #505259));
@@ -481,7 +481,7 @@
481
481
  white-space: nowrap;
482
482
  text-align: center;
483
483
  color: var(--nutui-color-title, #1a1a1a);
484
- font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-l, 16px));
484
+ font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-xl, 18px));
485
485
  font-weight: var(--nutui-popup-title-font-weight, var(--nutui-font-weight-bold, 600));
486
486
  }
487
487
  .nut-picker-panel {
@@ -126,8 +126,8 @@ var InternalPickerRoller = function InternalPickerRoller(props, ref) {
126
126
  setTouchTime(0);
127
127
  selectValue(scrollDistance);
128
128
  };
129
- var getReactHeight = /*#__PURE__*/ function() {
130
- var _ref = (0, _async_to_generator._)(function() {
129
+ var getReactHeight = function getReactHeight() {
130
+ return (0, _async_to_generator._)(function() {
131
131
  var placeholder, placeholderHeight, error;
132
132
  return (0, _ts_generator._)(this, function(_state) {
133
133
  switch(_state.label){
@@ -162,11 +162,8 @@ var InternalPickerRoller = function InternalPickerRoller(props, ref) {
162
162
  ];
163
163
  }
164
164
  });
165
- });
166
- return function getReactHeight() {
167
- return _ref.apply(this, arguments);
168
- };
169
- }();
165
+ })();
166
+ };
170
167
  // lineSpacing.current CSS variable
171
168
  (0, _react.useEffect)(function() {
172
169
  var element = pickerRollerRef.current;
@@ -66,8 +66,7 @@ var InternalPickerView = function InternalPickerView(props, ref) {
66
66
  var index = currentOptions.findIndex(function(columnItem) {
67
67
  return columnItem.value === currentValue;
68
68
  });
69
- columnOptions = currentOptions[index === -1 ? 0 : index] // 如果未找到,默认取第一个
70
- ;
69
+ columnOptions = currentOptions[index === -1 ? 0 : index]; // 如果未找到,默认取第一个
71
70
  } else {
72
71
  return "break" // 如果 currentValue 不存在,终止循环
73
72
  ;
@@ -5,14 +5,14 @@ Object.defineProperty(exports, "__esModule", {
5
5
  function _export(target, all) {
6
6
  for(var name in all)Object.defineProperty(target, name, {
7
7
  enumerable: true,
8
- get: all[name]
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- momentum: function() {
12
+ get momentum () {
13
13
  return momentum;
14
14
  },
15
- useStyles: function() {
15
+ get useStyles () {
16
16
  return useStyles;
17
17
  }
18
18
  });