@nutui/nutui-react-taro 1.4.11 → 1.4.12

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 (219) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +17 -12
  3. package/dist/esm/ActionSheet.js +10 -7
  4. package/dist/esm/Address.js +15 -12
  5. package/dist/esm/Animate.js +6 -3
  6. package/dist/esm/AnimatingNumbers.js +6 -3
  7. package/dist/esm/Audio.js +16 -13
  8. package/dist/esm/Avatar.js +9 -6
  9. package/dist/esm/AvatarGroup.js +9 -6
  10. package/dist/esm/BackTop.js +8 -5
  11. package/dist/esm/Badge.js +8 -5
  12. package/dist/esm/Barrage.js +6 -3
  13. package/dist/esm/Button.js +8 -5
  14. package/dist/esm/Calendar.js +13 -10
  15. package/dist/esm/CalendarItem.js +8 -5
  16. package/dist/esm/Card.js +10 -7
  17. package/dist/esm/Cascader.js +12 -9
  18. package/dist/esm/Cell.js +8 -5
  19. package/dist/esm/CellGroup.js +6 -3
  20. package/dist/esm/Checkbox.js +8 -5
  21. package/dist/esm/CheckboxGroup.js +8 -5
  22. package/dist/esm/CircleProgress.js +7 -4
  23. package/dist/esm/Col.js +6 -3
  24. package/dist/esm/Collapse.js +6 -3
  25. package/dist/esm/CollapseItem.js +8 -5
  26. package/dist/esm/ConfigProvider.js +6 -3
  27. package/dist/esm/CountDown.js +8 -5
  28. package/dist/esm/DatePicker.js +17 -14
  29. package/dist/esm/Dialog.js +11 -8
  30. package/dist/esm/Divider.js +6 -3
  31. package/dist/esm/Drag.js +6 -3
  32. package/dist/esm/Elevator.js +6 -3
  33. package/dist/esm/Ellipsis.js +8 -5
  34. package/dist/esm/Empty.js +8 -5
  35. package/dist/esm/FixedNav.js +11 -8
  36. package/dist/esm/Form.js +11 -8
  37. package/dist/esm/FormItem.js +9 -6
  38. package/dist/esm/Grid.js +9 -6
  39. package/dist/esm/GridItem.js +11 -8
  40. package/dist/esm/Icon.js +6 -3
  41. package/dist/esm/Image.js +9 -6
  42. package/dist/esm/ImagePreview.js +13 -10
  43. package/dist/esm/Indicator.js +6 -3
  44. package/dist/esm/Infiniteloading.js +10 -7
  45. package/dist/esm/Input.js +10 -7
  46. package/dist/esm/InputNumber.js +8 -5
  47. package/dist/esm/Layout.js +5 -2
  48. package/dist/esm/Menu.js +8 -5
  49. package/dist/esm/MenuItem.js +11 -8
  50. package/dist/esm/NavBar.js +8 -5
  51. package/dist/esm/NoticeBar.js +9 -6
  52. package/dist/esm/Notify.js +6 -3
  53. package/dist/esm/NumberKeyboard.js +12 -9
  54. package/dist/esm/Overlay.js +6 -3
  55. package/dist/esm/Pagination.js +8 -5
  56. package/dist/esm/Picker.js +15 -12
  57. package/dist/esm/Popover.js +10 -7
  58. package/dist/esm/Popup.js +9 -6
  59. package/dist/esm/Price.js +6 -3
  60. package/dist/esm/Progress.js +8 -5
  61. package/dist/esm/PullToRefresh.js +8 -5
  62. package/dist/esm/Radio.js +8 -4
  63. package/dist/esm/RadioGroup.js +8 -5
  64. package/dist/esm/Range.js +12 -9
  65. package/dist/esm/Rate.js +8 -5
  66. package/dist/esm/Row.js +6 -3
  67. package/dist/esm/SearchBar.js +10 -7
  68. package/dist/esm/ShortPassword.js +12 -9
  69. package/dist/esm/SideNavBar.js +13 -10
  70. package/dist/esm/SideNavBarItem.js +5 -2
  71. package/dist/esm/Signature.js +11 -8
  72. package/dist/esm/Skeleton.js +10 -7
  73. package/dist/esm/Step.js +9 -6
  74. package/dist/esm/Steps.js +7 -4
  75. package/dist/esm/Sticky.js +8 -5
  76. package/dist/esm/SubSideNavBar.js +6 -3
  77. package/dist/esm/Swipe.js +8 -5
  78. package/dist/esm/Swiper.js +7 -4
  79. package/dist/esm/SwiperItem.js +7 -4
  80. package/dist/esm/Switch.js +6 -3
  81. package/dist/esm/TabPane.js +6 -3
  82. package/dist/esm/Tabbar.js +6 -3
  83. package/dist/esm/TabbarItem.js +8 -5
  84. package/dist/esm/Table.js +10 -7
  85. package/dist/esm/Tabs.js +9 -6
  86. package/dist/esm/Tag.js +8 -5
  87. package/dist/esm/TextArea.js +8 -5
  88. package/dist/esm/TimeDetail.js +8 -5
  89. package/dist/esm/TimePannel.js +8 -5
  90. package/dist/esm/TimeSelect.js +14 -11
  91. package/dist/esm/Toast.js +7 -4
  92. package/dist/esm/TrendArrow.js +7 -4
  93. package/dist/esm/Uploader.js +13 -10
  94. package/dist/esm/Video.js +6 -3
  95. package/dist/esm/VirtualList.js +7 -4
  96. package/dist/esm/WaterMark.js +8 -5
  97. package/dist/esm/{actionsheet.taro-c5ccaf4e.js → actionsheet.taro-e6a51446.js} +2 -2
  98. package/dist/esm/{address.taro-f977bad0.js → address.taro-f1acf8fb.js} +8 -8
  99. package/dist/esm/{animate.taro-b0e83dd5.js → animate.taro-fb7986d6.js} +1 -1
  100. package/dist/esm/{animatingnumbers.taro-6307a3a5.js → animatingnumbers.taro-03e5d61d.js} +1 -1
  101. package/dist/esm/{audio.taro-c2cdbe18.js → audio.taro-7ba4b47e.js} +6 -6
  102. package/dist/esm/{avatar.taro-c17c3d15.js → avatar.taro-3676f38f.js} +4 -4
  103. package/dist/esm/{avatargroup-1d900174.js → avatargroup-f3574510.js} +3 -3
  104. package/dist/esm/{backtop.taro-e53236c7.js → backtop.taro-66394a36.js} +2 -2
  105. package/dist/esm/{badge.taro-a2e7dd5a.js → badge.taro-a4e59c11.js} +3 -3
  106. package/dist/esm/{barrage.taro-5dbab093.js → barrage.taro-80df08d3.js} +1 -1
  107. package/dist/esm/{button.taro-dc4795a3.js → button.taro-9244d065.js} +3 -3
  108. package/dist/esm/{calendar.taro-f5d03548.js → calendar.taro-670842ea.js} +8 -8
  109. package/dist/esm/{calendaritem.taro-971a7af8.js → calendaritem.taro-2a603571.js} +13 -2
  110. package/dist/esm/{card.taro-4fb6bc4e.js → card.taro-e4c76dad.js} +3 -3
  111. package/dist/esm/{cascader.taro-a2ee549c.js → cascader.taro-a824b371.js} +5 -5
  112. package/dist/esm/{cell.taro-e877cf12.js → cell.taro-a10a74d3.js} +3 -3
  113. package/dist/esm/{cellgroup.taro-e094471c.js → cellgroup.taro-abe501bc.js} +1 -1
  114. package/dist/esm/{checkbox.taro-6aab93c3.js → checkbox.taro-6120e3e3.js} +3 -3
  115. package/dist/esm/{circleprogress.taro-897ea24b.js → circleprogress.taro-79854448.js} +2 -2
  116. package/dist/esm/{col.taro-9e4c5cc0.js → col.taro-53eed3cc.js} +1 -1
  117. package/dist/esm/{collapse.taro-c903a060.js → collapse.taro-1a9e4ba2.js} +1 -1
  118. package/dist/esm/{collapseitem-2e864527.js → collapseitem-4d0bc55d.js} +3 -3
  119. package/dist/esm/{configprovider-5eea4f5d.js → configprovider-67d19d3a.js} +1 -1
  120. package/dist/esm/{configprovider.taro-26882dd2.js → configprovider.taro-8d71eb49.js} +1 -1
  121. package/dist/esm/{countdown.taro-9e40de9c.js → countdown.taro-dbcb9a4f.js} +2 -2
  122. package/dist/esm/{datepicker.taro-d9252862.js → datepicker.taro-f8369e63.js} +2 -2
  123. package/dist/esm/{dialog.taro-7608bd26.js → dialog.taro-a3267d29.js} +2 -2
  124. package/dist/esm/{divider.taro-5236fe6a.js → divider.taro-26d1d8b4.js} +1 -1
  125. package/dist/esm/{drag.taro-703560c4.js → drag.taro-79bb8744.js} +1 -1
  126. package/dist/esm/{elevator.taro-1d749ab0.js → elevator.taro-c4ed99e4.js} +1 -1
  127. package/dist/esm/{ellipsis.taro-660e2ee9.js → ellipsis.taro-f15f26da.js} +16 -8
  128. package/dist/esm/{empty.taro-7bd813f9.js → empty.taro-04ae4389.js} +2 -2
  129. package/dist/esm/{fixednav.taro-84930e08.js → fixednav.taro-1f05acaf.js} +5 -5
  130. package/dist/esm/{form.taro-ce791a58.js → form.taro-0c8e7a39.js} +3 -3
  131. package/dist/esm/{formitem.taro-f2ed02d4.js → formitem.taro-190a3326.js} +2 -2
  132. package/dist/esm/{grid.taro-9410ff69.js → grid.taro-3503b82c.js} +3 -3
  133. package/dist/esm/{griditem.taro-26863577.js → griditem.taro-da155df6.js} +5 -5
  134. package/dist/esm/{icon-2242973e.js → icon-296a1bec.js} +1 -1
  135. package/dist/esm/{icon.taro-c9254a81.js → icon.taro-296a1bec.js} +1 -1
  136. package/dist/esm/{image.taro-1d867416.js → image.taro-142cf512.js} +2 -2
  137. package/dist/esm/{imagepreview.taro-3a5722e8.js → imagepreview.taro-c50bb0a3.js} +3 -3
  138. package/dist/esm/{indicator.taro-25682172.js → indicator.taro-cba8b010.js} +1 -1
  139. package/dist/esm/{infiniteloading.taro-8ead43b0.js → infiniteloading.taro-e66e3746.js} +4 -4
  140. package/dist/esm/{input.taro-fe0248b1.js → input.taro-27e1262b.js} +3 -3
  141. package/dist/esm/{inputnumber.taro-94c75663.js → inputnumber.taro-7c2d7e85.js} +3 -3
  142. package/dist/esm/{menu.taro-e5b84501.js → menu.taro-7e4038a1.js} +2 -2
  143. package/dist/esm/{menuitem.taro-f2129be6.js → menuitem.taro-96cc4f15.js} +4 -4
  144. package/dist/esm/{navbar.taro-70514adf.js → navbar.taro-777c4705.js} +3 -3
  145. package/dist/esm/{noticebar.taro-22486646.js → noticebar.taro-4a23cdee.js} +4 -4
  146. package/dist/esm/{notify.taro-3a424269.js → notify.taro-e17c6f82.js} +1 -1
  147. package/dist/esm/{numberkeyboard.taro-78224b3a.js → numberkeyboard.taro-1bc24744.js} +3 -3
  148. package/dist/esm/nutui-react.es.js +107 -107
  149. package/dist/esm/{overlay.taro-1e74a71d.js → overlay.taro-21e87fb1.js} +1 -1
  150. package/dist/esm/{pagination.taro-bb490de9.js → pagination.taro-715a173b.js} +2 -2
  151. package/dist/esm/{picker.taro-4298ce4e.js → picker.taro-ab396b2d.js} +7 -6
  152. package/dist/esm/{popover.taro-f144cd02.js → popover.taro-ad5e76ea.js} +4 -4
  153. package/dist/esm/{popup.taro-6e81162a.js → popup.taro-01676bff.js} +4 -4
  154. package/dist/esm/{price.taro-8801462e.js → price.taro-776ed16e.js} +1 -1
  155. package/dist/esm/{progress.taro-773482ed.js → progress.taro-f0ce38e9.js} +3 -3
  156. package/dist/esm/{pulltorefresh.taro-2b50fdf3.js → pulltorefresh.taro-dc15ab1a.js} +2 -2
  157. package/dist/esm/{index.taro-84346556.js → radio.taro-a6eff96c.js} +7 -9
  158. package/dist/esm/{range.taro-b628f1ed.js → range.taro-8688b321.js} +4 -4
  159. package/dist/esm/{rate.taro-f18381f3.js → rate.taro-6cdf03bd.js} +3 -3
  160. package/dist/esm/{row.taro-4e697aa2.js → row.taro-f64d4a13.js} +1 -1
  161. package/dist/esm/{searchbar.taro-bc3e87bc.js → searchbar.taro-0c25927b.js} +4 -4
  162. package/dist/esm/{shortpassword.taro-7dfb72fb.js → shortpassword.taro-9ee034f7.js} +5 -5
  163. package/dist/esm/{sidenavbar.taro-e03a5287.js → sidenavbar.taro-c307b35e.js} +3 -3
  164. package/dist/esm/{signature.taro-45d1dde3.js → signature.taro-ec4e713b.js} +3 -3
  165. package/dist/esm/{skeleton.taro-38e2fca2.js → skeleton.taro-76faf63f.js} +2 -2
  166. package/dist/esm/{step.taro-891c020b.js → step.taro-b7903e8c.js} +4 -4
  167. package/dist/esm/{steps.taro-acf205a0.js → steps.taro-c82d2252.js} +2 -2
  168. package/dist/esm/{sticky.taro-b15d1173.js → sticky.taro-d5b6eabe.js} +3 -3
  169. package/dist/esm/{subsidenavbar.taro-f46b4c73.js → subsidenavbar.taro-69cb9752.js} +1 -1
  170. package/dist/esm/{swipe.taro-9375a9a1.js → swipe.taro-ea35f07f.js} +3 -3
  171. package/dist/esm/{swiper.taro-8164df5b.js → swiper.taro-7a94e211.js} +2 -2
  172. package/dist/esm/{swiperitem-86a3578a.js → swiperitem-c9e3d0d5.js} +2 -2
  173. package/dist/esm/{switch.taro-bae2dca0.js → switch.taro-34ca8228.js} +1 -1
  174. package/dist/esm/{tabbar.taro-17d898d9.js → tabbar.taro-9acfc2fa.js} +1 -1
  175. package/dist/esm/{tabbaritem.taro-3643f585.js → tabbaritem.taro-bf517487.js} +3 -3
  176. package/dist/esm/{table.taro-6119a948.js → table.taro-91fc0c01.js} +4 -4
  177. package/dist/esm/{tabpane.taro-9512e308.js → tabpane.taro-4ca340ef.js} +1 -1
  178. package/dist/esm/{tabs.taro-95edd45d.js → tabs.taro-07e4adce.js} +4 -4
  179. package/dist/esm/{tag.taro-64f37bd9.js → tag.taro-23ba0834.js} +3 -2
  180. package/dist/esm/{textarea.taro-2a12788b.js → textarea.taro-92a1651c.js} +2 -2
  181. package/dist/esm/{timedetail.taro-c5f564fd.js → timedetail.taro-5b2f2269.js} +2 -2
  182. package/dist/esm/{timepannel.taro-29f9dd86.js → timepannel.taro-d6e40180.js} +2 -2
  183. package/dist/esm/{timeselect.taro-f276b0a9.js → timeselect.taro-a07036f4.js} +5 -5
  184. package/dist/esm/{toast.taro-0f972a92.js → toast.taro-d6c14811.js} +2 -2
  185. package/dist/esm/{trendarrow.taro-d79fc8e2.js → trendarrow.taro-b8c5ccd9.js} +2 -2
  186. package/dist/esm/{uploader.taro-77396b5d.js → uploader.taro-c615fd4c.js} +7 -7
  187. package/dist/esm/{video-8a3518c5.js → video-f1be8a91.js} +1 -1
  188. package/dist/esm/{virtuallist.taro-1688484f.js → virtuallist.taro-f0b0270d.js} +1 -1
  189. package/dist/esm/{watermark.taro-a948c735.js → watermark.taro-9ce2ae37.js} +2 -2
  190. package/dist/esm/{zh-CN-dfc384d0.js → zh-CN-c779e6c1.js} +1 -0
  191. package/dist/locales/base.d.ts +1 -0
  192. package/dist/locales/base.js +1 -1
  193. package/dist/locales/en-US.js +2 -1
  194. package/dist/locales/id-ID.js +2 -1
  195. package/dist/locales/zh-CN.js +2 -1
  196. package/dist/locales/zh-TW.js +2 -1
  197. package/dist/locales/zh-UG.js +2 -1
  198. package/dist/nutui.react.mjs +70 -41
  199. package/dist/nutui.react.umd.js +70 -41
  200. package/dist/packages/button/button.scss +1 -0
  201. package/dist/packages/cell/cell.scss +3 -0
  202. package/dist/style.css +1 -1
  203. package/dist/style.mjs +1 -1
  204. package/dist/types/index.d.ts +1 -0
  205. package/package.json +2 -4
  206. /package/dist/esm/{AvatarContext-7153ad2b.js → AvatarContext-c96afdcc.js} +0 -0
  207. /package/dist/esm/{UserContext-68f62e66.js → UserContext-0aac9a82.js} +0 -0
  208. /package/dist/esm/{UserContext-b4181162.js → UserContext-e402e1a6.js} +0 -0
  209. /package/dist/esm/{UserContext-be8097d2.js → UserContext-e8176108.js} +0 -0
  210. /package/dist/esm/{bem-893ad28d.js → bem-350c1702.js} +0 -0
  211. /package/dist/esm/{get-scroll-parent-3dcd3f53.js → get-scroll-parent-5d508382.js} +0 -0
  212. /package/dist/esm/{grid.taro.context-39636af9.js → grid.taro.context-c2bbfb4f.js} +0 -0
  213. /package/dist/esm/{index-a90733f9.js → index-5bcb0ff8.js} +0 -0
  214. /package/dist/esm/{layout.taro-358f014f.js → layout.taro-9046d093.js} +0 -0
  215. /package/dist/esm/{offsetContext-bfb02c25.js → offsetContext-c2a746fa.js} +0 -0
  216. /package/dist/esm/{sidenavbaritem.taro-fee11d26.js → sidenavbaritem.taro-5a7965d0.js} +0 -0
  217. /package/dist/esm/{typings-1c5f2628.js → typings-b9828dba.js} +0 -0
  218. /package/dist/esm/{useClientRect-4506e52f.js → useClientRect-1f8ed1fe.js} +0 -0
  219. /package/dist/esm/{useTouch-a2ea68c6.js → useTouch-db24bb5c.js} +0 -0
@@ -1,6 +1,9 @@
1
- import { D as Divider } from './divider.taro-5236fe6a.js';
2
- export { D as default } from './divider.taro-5236fe6a.js';
1
+ import { D as Divider } from './divider.taro-26d1d8b4.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './bem-893ad28d.js';
4
+ import './bem-350c1702.js';
6
5
  import '@bem-react/classname';
6
+
7
+
8
+
9
+ export { Divider as default };
package/dist/esm/Drag.js CHANGED
@@ -1,6 +1,9 @@
1
- import { D as Drag } from './drag.taro-703560c4.js';
2
- export { D as default } from './drag.taro-703560c4.js';
1
+ import { D as Drag } from './drag.taro-79bb8744.js';
3
2
  import 'react';
4
3
  import '@tarojs/taro';
5
- import './bem-893ad28d.js';
4
+ import './bem-350c1702.js';
6
5
  import '@bem-react/classname';
6
+
7
+
8
+
9
+ export { Drag as default };
@@ -1,7 +1,10 @@
1
- import { E as Elevator } from './elevator.taro-1d749ab0.js';
2
- export { E as default } from './elevator.taro-1d749ab0.js';
1
+ import { E as Elevator } from './elevator.taro-c4ed99e4.js';
3
2
  import 'react';
4
3
  import '@tarojs/taro';
5
4
  import '@tarojs/components';
6
- import './bem-893ad28d.js';
5
+ import './bem-350c1702.js';
7
6
  import '@bem-react/classname';
7
+
8
+
9
+
10
+ export { Elevator as default };
@@ -1,8 +1,11 @@
1
- import { E as Ellipsis } from './ellipsis.taro-660e2ee9.js';
2
- export { E as default } from './ellipsis.taro-660e2ee9.js';
1
+ import { E as Ellipsis } from './ellipsis.taro-f15f26da.js';
3
2
  import 'react';
4
3
  import '@tarojs/taro';
5
- import './configprovider.taro-26882dd2.js';
4
+ import './configprovider.taro-8d71eb49.js';
6
5
  import 'lodash.kebabcase';
7
- import './zh-CN-dfc384d0.js';
8
- import './useClientRect-4506e52f.js';
6
+ import './zh-CN-c779e6c1.js';
7
+ import './useClientRect-1f8ed1fe.js';
8
+
9
+
10
+
11
+ export { Ellipsis as default };
package/dist/esm/Empty.js CHANGED
@@ -1,8 +1,11 @@
1
- import { E as Empty } from './empty.taro-7bd813f9.js';
2
- export { E as default } from './empty.taro-7bd813f9.js';
1
+ import { E as Empty } from './empty.taro-04ae4389.js';
3
2
  import 'react';
4
- import './bem-893ad28d.js';
3
+ import './bem-350c1702.js';
5
4
  import '@bem-react/classname';
6
- import './configprovider.taro-26882dd2.js';
5
+ import './configprovider.taro-8d71eb49.js';
7
6
  import 'lodash.kebabcase';
8
- import './zh-CN-dfc384d0.js';
7
+ import './zh-CN-c779e6c1.js';
8
+
9
+
10
+
11
+ export { Empty as default };
@@ -1,13 +1,16 @@
1
- import { F as FixedNav } from './fixednav.taro-84930e08.js';
2
- export { F as default } from './fixednav.taro-84930e08.js';
1
+ import { F as FixedNav } from './fixednav.taro-1f05acaf.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './icon.taro-c9254a81.js';
6
- import './bem-893ad28d.js';
4
+ import './icon.taro-296a1bec.js';
5
+ import './bem-350c1702.js';
7
6
  import '@bem-react/classname';
8
- import './overlay.taro-1e74a71d.js';
7
+ import './overlay.taro-21e87fb1.js';
9
8
  import '@tarojs/components';
10
- import './configprovider.taro-26882dd2.js';
9
+ import './configprovider.taro-8d71eb49.js';
11
10
  import 'lodash.kebabcase';
12
- import './zh-CN-dfc384d0.js';
13
- import './typings-1c5f2628.js';
11
+ import './zh-CN-c779e6c1.js';
12
+ import './typings-b9828dba.js';
13
+
14
+
15
+
16
+ export { FixedNav as default };
package/dist/esm/Form.js CHANGED
@@ -1,11 +1,14 @@
1
- import { F as Form } from './form.taro-ce791a58.js';
2
- export { F as default } from './form.taro-ce791a58.js';
1
+ import { F as Form } from './form.taro-0c8e7a39.js';
3
2
  import 'react';
4
- import './typings-1c5f2628.js';
5
- import './cellgroup.taro-e094471c.js';
6
- import './bem-893ad28d.js';
3
+ import './typings-b9828dba.js';
4
+ import './cellgroup.taro-abe501bc.js';
5
+ import './bem-350c1702.js';
7
6
  import '@bem-react/classname';
8
- import './formitem.taro-f2ed02d4.js';
9
- import './cell.taro-e877cf12.js';
7
+ import './formitem.taro-190a3326.js';
8
+ import './cell.taro-a10a74d3.js';
10
9
  import '@tarojs/taro';
11
- import './icon.taro-c9254a81.js';
10
+ import './icon.taro-296a1bec.js';
11
+
12
+
13
+
14
+ export { Form as default };
@@ -1,9 +1,12 @@
1
- import { F as FormItem } from './formitem.taro-f2ed02d4.js';
2
- export { F as default } from './formitem.taro-f2ed02d4.js';
1
+ import { F as FormItem } from './formitem.taro-190a3326.js';
3
2
  import 'react';
4
- import './cell.taro-e877cf12.js';
3
+ import './cell.taro-a10a74d3.js';
5
4
  import '@tarojs/taro';
6
- import './bem-893ad28d.js';
5
+ import './bem-350c1702.js';
7
6
  import '@bem-react/classname';
8
- import './icon.taro-c9254a81.js';
9
- import './typings-1c5f2628.js';
7
+ import './icon.taro-296a1bec.js';
8
+ import './typings-b9828dba.js';
9
+
10
+
11
+
12
+ export { FormItem as default };
package/dist/esm/Grid.js CHANGED
@@ -1,10 +1,13 @@
1
- import { G as Grid } from './grid.taro-9410ff69.js';
2
- export { G as default } from './grid.taro-9410ff69.js';
1
+ import { G as Grid } from './grid.taro-3503b82c.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './configprovider.taro-26882dd2.js';
4
+ import './configprovider.taro-8d71eb49.js';
6
5
  import 'lodash.kebabcase';
7
- import './zh-CN-dfc384d0.js';
8
- import './bem-893ad28d.js';
6
+ import './zh-CN-c779e6c1.js';
7
+ import './bem-350c1702.js';
9
8
  import '@bem-react/classname';
10
- import './grid.taro.context-39636af9.js';
9
+ import './grid.taro.context-c2bbfb4f.js';
10
+
11
+
12
+
13
+ export { Grid as default };
@@ -1,12 +1,15 @@
1
- import { G as GridItem } from './griditem.taro-26863577.js';
2
- export { G as default } from './griditem.taro-26863577.js';
1
+ import { G as GridItem } from './griditem.taro-da155df6.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './configprovider.taro-26882dd2.js';
4
+ import './configprovider.taro-8d71eb49.js';
6
5
  import 'lodash.kebabcase';
7
- import './zh-CN-dfc384d0.js';
8
- import './bem-893ad28d.js';
6
+ import './zh-CN-c779e6c1.js';
7
+ import './bem-350c1702.js';
9
8
  import '@bem-react/classname';
10
- import './icon.taro-c9254a81.js';
11
- import './typings-1c5f2628.js';
12
- import './grid.taro.context-39636af9.js';
9
+ import './icon.taro-296a1bec.js';
10
+ import './typings-b9828dba.js';
11
+ import './grid.taro.context-c2bbfb4f.js';
12
+
13
+
14
+
15
+ export { GridItem as default };
package/dist/esm/Icon.js CHANGED
@@ -1,5 +1,8 @@
1
- import { I as Icon } from './icon.taro-c9254a81.js';
2
- export { I as default } from './icon.taro-c9254a81.js';
1
+ import { I as Icon } from './icon.taro-296a1bec.js';
3
2
  import 'react';
4
- import './bem-893ad28d.js';
3
+ import './bem-350c1702.js';
5
4
  import '@bem-react/classname';
5
+
6
+
7
+
8
+ export { Icon as default };
package/dist/esm/Image.js CHANGED
@@ -1,9 +1,12 @@
1
- import { I as Image } from './image.taro-1d867416.js';
2
- export { I as default } from './image.taro-1d867416.js';
1
+ import { I as Image } from './image.taro-142cf512.js';
3
2
  import 'react';
4
- import './configprovider.taro-26882dd2.js';
3
+ import './configprovider.taro-8d71eb49.js';
5
4
  import 'lodash.kebabcase';
6
- import './zh-CN-dfc384d0.js';
7
- import './icon.taro-c9254a81.js';
8
- import './bem-893ad28d.js';
5
+ import './zh-CN-c779e6c1.js';
6
+ import './icon.taro-296a1bec.js';
7
+ import './bem-350c1702.js';
9
8
  import '@bem-react/classname';
9
+
10
+
11
+
12
+ export { Image as default };
@@ -1,17 +1,20 @@
1
- import { I as ImagePreview } from './imagepreview.taro-3a5722e8.js';
2
- export { I as default } from './imagepreview.taro-3a5722e8.js';
1
+ import { I as ImagePreview } from './imagepreview.taro-c50bb0a3.js';
3
2
  import 'react';
4
- import './popup.taro-6e81162a.js';
3
+ import './popup.taro-01676bff.js';
5
4
  import 'react-dom';
6
5
  import 'react-transition-group';
7
6
  import 'classnames';
8
- import './overlay.taro-1e74a71d.js';
9
- import './bem-893ad28d.js';
7
+ import './overlay.taro-21e87fb1.js';
8
+ import './bem-350c1702.js';
10
9
  import '@bem-react/classname';
11
10
  import '@tarojs/components';
12
- import './icon.taro-c9254a81.js';
13
- import './typings-1c5f2628.js';
14
- import './swiper.taro-8164df5b.js';
11
+ import './icon.taro-296a1bec.js';
12
+ import './typings-b9828dba.js';
13
+ import './swiper.taro-7a94e211.js';
15
14
  import '@tarojs/taro';
16
- import './UserContext-b4181162.js';
17
- import './swiperitem-86a3578a.js';
15
+ import './UserContext-e8176108.js';
16
+ import './swiperitem-c9e3d0d5.js';
17
+
18
+
19
+
20
+ export { ImagePreview as default };
@@ -1,6 +1,9 @@
1
- import { I as Indicator } from './indicator.taro-25682172.js';
2
- export { I as default } from './indicator.taro-25682172.js';
1
+ import { I as Indicator } from './indicator.taro-cba8b010.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './bem-893ad28d.js';
4
+ import './bem-350c1702.js';
6
5
  import '@bem-react/classname';
6
+
7
+
8
+
9
+ export { Indicator as default };
@@ -1,13 +1,16 @@
1
- import { I as Infiniteloading } from './infiniteloading.taro-8ead43b0.js';
2
- export { I as default } from './infiniteloading.taro-8ead43b0.js';
1
+ import { I as Infiniteloading } from './infiniteloading.taro-e66e3746.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
4
  import '@tarojs/components';
6
5
  import '@tarojs/taro';
7
- import './bem-893ad28d.js';
6
+ import './bem-350c1702.js';
8
7
  import '@bem-react/classname';
9
- import './icon.taro-c9254a81.js';
10
- import './configprovider.taro-26882dd2.js';
8
+ import './icon.taro-296a1bec.js';
9
+ import './configprovider.taro-8d71eb49.js';
11
10
  import 'lodash.kebabcase';
12
- import './zh-CN-dfc384d0.js';
13
- import './typings-1c5f2628.js';
11
+ import './zh-CN-c779e6c1.js';
12
+ import './typings-b9828dba.js';
13
+
14
+
15
+
16
+ export { Infiniteloading as default };
package/dist/esm/Input.js CHANGED
@@ -1,10 +1,13 @@
1
- import { I as Input } from './input.taro-fe0248b1.js';
2
- export { I as default } from './input.taro-fe0248b1.js';
1
+ import { I as Input } from './input.taro-27e1262b.js';
3
2
  import 'react';
4
- import './icon.taro-c9254a81.js';
5
- import './bem-893ad28d.js';
3
+ import './icon.taro-296a1bec.js';
4
+ import './bem-350c1702.js';
6
5
  import '@bem-react/classname';
7
- import './configprovider.taro-26882dd2.js';
6
+ import './configprovider.taro-8d71eb49.js';
8
7
  import 'lodash.kebabcase';
9
- import './zh-CN-dfc384d0.js';
10
- import './typings-1c5f2628.js';
8
+ import './zh-CN-c779e6c1.js';
9
+ import './typings-b9828dba.js';
10
+
11
+
12
+
13
+ export { Input as default };
@@ -1,8 +1,11 @@
1
- import { I as InputNumber } from './inputnumber.taro-94c75663.js';
2
- export { I as default } from './inputnumber.taro-94c75663.js';
1
+ import { I as InputNumber } from './inputnumber.taro-7c2d7e85.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './icon.taro-c9254a81.js';
6
- import './bem-893ad28d.js';
4
+ import './icon.taro-296a1bec.js';
5
+ import './bem-350c1702.js';
7
6
  import '@bem-react/classname';
8
- import './typings-1c5f2628.js';
7
+ import './typings-b9828dba.js';
8
+
9
+
10
+
11
+ export { InputNumber as default };
@@ -1,3 +1,6 @@
1
- import { L as Layout } from './layout.taro-358f014f.js';
2
- export { L as default } from './layout.taro-358f014f.js';
1
+ import { L as Layout } from './layout.taro-9046d093.js';
3
2
  import 'react';
3
+
4
+
5
+
6
+ export { Layout as default };
package/dist/esm/Menu.js CHANGED
@@ -1,8 +1,11 @@
1
- import { M as Menu } from './menu.taro-e5b84501.js';
2
- export { M as default } from './menu.taro-e5b84501.js';
1
+ import { M as Menu } from './menu.taro-7e4038a1.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './icon.taro-c9254a81.js';
6
- import './bem-893ad28d.js';
4
+ import './icon.taro-296a1bec.js';
5
+ import './bem-350c1702.js';
7
6
  import '@bem-react/classname';
8
- import './typings-1c5f2628.js';
7
+ import './typings-b9828dba.js';
8
+
9
+
10
+
11
+ export { Menu as default };
@@ -1,14 +1,17 @@
1
- import { M as MenuItem } from './menuitem.taro-f2129be6.js';
2
- export { M as default } from './menuitem.taro-f2129be6.js';
1
+ import { M as MenuItem } from './menuitem.taro-96cc4f15.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
4
  import 'react-transition-group';
6
- import './configprovider.taro-26882dd2.js';
5
+ import './configprovider.taro-8d71eb49.js';
7
6
  import 'lodash.kebabcase';
8
- import './zh-CN-dfc384d0.js';
9
- import './icon.taro-c9254a81.js';
10
- import './bem-893ad28d.js';
7
+ import './zh-CN-c779e6c1.js';
8
+ import './icon.taro-296a1bec.js';
9
+ import './bem-350c1702.js';
11
10
  import '@bem-react/classname';
12
- import './overlay.taro-1e74a71d.js';
11
+ import './overlay.taro-21e87fb1.js';
13
12
  import '@tarojs/components';
14
- import './typings-1c5f2628.js';
13
+ import './typings-b9828dba.js';
14
+
15
+
16
+
17
+ export { MenuItem as default };
@@ -1,8 +1,11 @@
1
- import { N as NavBar } from './navbar.taro-70514adf.js';
2
- export { N as default } from './navbar.taro-70514adf.js';
1
+ import { N as NavBar } from './navbar.taro-777c4705.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './icon.taro-c9254a81.js';
6
- import './bem-893ad28d.js';
4
+ import './icon.taro-296a1bec.js';
5
+ import './bem-350c1702.js';
7
6
  import '@bem-react/classname';
8
- import './typings-1c5f2628.js';
7
+ import './typings-b9828dba.js';
8
+
9
+
10
+
11
+ export { NavBar as default };
@@ -1,9 +1,12 @@
1
- import { N as NoticeBar } from './noticebar.taro-22486646.js';
2
- export { N as default } from './noticebar.taro-22486646.js';
1
+ import { N as NoticeBar } from './noticebar.taro-4a23cdee.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './icon.taro-c9254a81.js';
6
- import './bem-893ad28d.js';
4
+ import './icon.taro-296a1bec.js';
5
+ import './bem-350c1702.js';
7
6
  import '@bem-react/classname';
8
- import './useClientRect-4506e52f.js';
9
- import './typings-1c5f2628.js';
7
+ import './useClientRect-1f8ed1fe.js';
8
+ import './typings-b9828dba.js';
9
+
10
+
11
+
12
+ export { NoticeBar as default };
@@ -1,7 +1,10 @@
1
- import { N as Notify } from './notify.taro-3a424269.js';
2
- export { N as default } from './notify.taro-3a424269.js';
1
+ import { N as Notify } from './notify.taro-e17c6f82.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
4
  import 'react-transition-group';
6
- import './bem-893ad28d.js';
5
+ import './bem-350c1702.js';
7
6
  import '@bem-react/classname';
7
+
8
+
9
+
10
+ export { Notify as default };
@@ -1,16 +1,19 @@
1
- import { N as NumberKeyboard } from './numberkeyboard.taro-78224b3a.js';
2
- export { N as default } from './numberkeyboard.taro-78224b3a.js';
1
+ import { N as NumberKeyboard } from './numberkeyboard.taro-1bc24744.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './bem-893ad28d.js';
4
+ import './bem-350c1702.js';
6
5
  import '@bem-react/classname';
7
- import './popup.taro-6e81162a.js';
6
+ import './popup.taro-01676bff.js';
8
7
  import 'react-dom';
9
8
  import 'react-transition-group';
10
- import './overlay.taro-1e74a71d.js';
9
+ import './overlay.taro-21e87fb1.js';
11
10
  import '@tarojs/components';
12
- import './icon.taro-c9254a81.js';
13
- import './typings-1c5f2628.js';
14
- import './configprovider.taro-26882dd2.js';
11
+ import './icon.taro-296a1bec.js';
12
+ import './typings-b9828dba.js';
13
+ import './configprovider.taro-8d71eb49.js';
15
14
  import 'lodash.kebabcase';
16
- import './zh-CN-dfc384d0.js';
15
+ import './zh-CN-c779e6c1.js';
16
+
17
+
18
+
19
+ export { NumberKeyboard as default };
@@ -1,7 +1,10 @@
1
- import { O as Overlay } from './overlay.taro-1e74a71d.js';
2
- export { O as default } from './overlay.taro-1e74a71d.js';
1
+ import { O as Overlay } from './overlay.taro-21e87fb1.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './bem-893ad28d.js';
4
+ import './bem-350c1702.js';
6
5
  import '@bem-react/classname';
7
6
  import '@tarojs/components';
7
+
8
+
9
+
10
+ export { Overlay as default };
@@ -1,8 +1,11 @@
1
- import { P as Pagination } from './pagination.taro-bb490de9.js';
2
- export { P as default } from './pagination.taro-bb490de9.js';
1
+ import { P as Pagination } from './pagination.taro-715a173b.js';
3
2
  import 'react';
4
- import './configprovider.taro-26882dd2.js';
3
+ import './configprovider.taro-8d71eb49.js';
5
4
  import 'lodash.kebabcase';
6
- import './zh-CN-dfc384d0.js';
7
- import './bem-893ad28d.js';
5
+ import './zh-CN-c779e6c1.js';
6
+ import './bem-350c1702.js';
8
7
  import '@bem-react/classname';
8
+
9
+
10
+
11
+ export { Pagination as default };
@@ -1,18 +1,21 @@
1
- import { P as Picker } from './picker.taro-4298ce4e.js';
2
- export { P as default } from './picker.taro-4298ce4e.js';
1
+ import { P as Picker } from './picker.taro-ab396b2d.js';
3
2
  import 'react';
4
- import './popup.taro-6e81162a.js';
3
+ import '@tarojs/components';
4
+ import './popup.taro-01676bff.js';
5
5
  import 'react-dom';
6
6
  import 'react-transition-group';
7
7
  import 'classnames';
8
- import './overlay.taro-1e74a71d.js';
9
- import './bem-893ad28d.js';
8
+ import './overlay.taro-21e87fb1.js';
9
+ import './bem-350c1702.js';
10
10
  import '@bem-react/classname';
11
- import '@tarojs/components';
12
- import './icon.taro-c9254a81.js';
13
- import './typings-1c5f2628.js';
14
- import './useTouch-a2ea68c6.js';
15
- import './useClientRect-4506e52f.js';
16
- import './configprovider.taro-26882dd2.js';
11
+ import './icon.taro-296a1bec.js';
12
+ import './typings-b9828dba.js';
13
+ import './useTouch-db24bb5c.js';
14
+ import './useClientRect-1f8ed1fe.js';
15
+ import './configprovider.taro-8d71eb49.js';
17
16
  import 'lodash.kebabcase';
18
- import './zh-CN-dfc384d0.js';
17
+ import './zh-CN-c779e6c1.js';
18
+
19
+
20
+
21
+ export { Picker as default };
@@ -1,11 +1,14 @@
1
- import { P as Popover } from './popover.taro-f144cd02.js';
2
- export { P as default } from './popover.taro-f144cd02.js';
1
+ import { P as Popover } from './popover.taro-ad5e76ea.js';
3
2
  import 'react';
4
- import './icon.taro-c9254a81.js';
5
- import './bem-893ad28d.js';
3
+ import './icon.taro-296a1bec.js';
4
+ import './bem-350c1702.js';
6
5
  import '@bem-react/classname';
7
- import './overlay.taro-1e74a71d.js';
6
+ import './overlay.taro-21e87fb1.js';
8
7
  import 'classnames';
9
8
  import '@tarojs/components';
10
- import './useClientRect-4506e52f.js';
11
- import './typings-1c5f2628.js';
9
+ import './useClientRect-1f8ed1fe.js';
10
+ import './typings-b9828dba.js';
11
+
12
+
13
+
14
+ export { Popover as default };
package/dist/esm/Popup.js CHANGED
@@ -1,12 +1,15 @@
1
- import { P as Popup } from './popup.taro-6e81162a.js';
2
- export { P as default } from './popup.taro-6e81162a.js';
1
+ import { P as Popup } from './popup.taro-01676bff.js';
3
2
  import 'react';
4
3
  import 'react-dom';
5
4
  import 'react-transition-group';
6
5
  import 'classnames';
7
- import './overlay.taro-1e74a71d.js';
8
- import './bem-893ad28d.js';
6
+ import './overlay.taro-21e87fb1.js';
7
+ import './bem-350c1702.js';
9
8
  import '@bem-react/classname';
10
9
  import '@tarojs/components';
11
- import './icon.taro-c9254a81.js';
12
- import './typings-1c5f2628.js';
10
+ import './icon.taro-296a1bec.js';
11
+ import './typings-b9828dba.js';
12
+
13
+
14
+
15
+ export { Popup as default };
package/dist/esm/Price.js CHANGED
@@ -1,5 +1,8 @@
1
- import { P as Price } from './price.taro-8801462e.js';
2
- export { P as default } from './price.taro-8801462e.js';
1
+ import { P as Price } from './price.taro-776ed16e.js';
3
2
  import 'react';
4
- import './bem-893ad28d.js';
3
+ import './bem-350c1702.js';
5
4
  import '@bem-react/classname';
5
+
6
+
7
+
8
+ export { Price as default };
@@ -1,8 +1,11 @@
1
- import { P as Progress } from './progress.taro-773482ed.js';
2
- export { P as default } from './progress.taro-773482ed.js';
1
+ import { P as Progress } from './progress.taro-f0ce38e9.js';
3
2
  import 'react';
4
3
  import 'classnames';
5
- import './icon.taro-c9254a81.js';
6
- import './bem-893ad28d.js';
4
+ import './icon.taro-296a1bec.js';
5
+ import './bem-350c1702.js';
7
6
  import '@bem-react/classname';
8
- import './typings-1c5f2628.js';
7
+ import './typings-b9828dba.js';
8
+
9
+
10
+
11
+ export { Progress as default };
@@ -1,9 +1,12 @@
1
- import { P as PullToRefresh } from './pulltorefresh.taro-2b50fdf3.js';
2
- export { P as default } from './pulltorefresh.taro-2b50fdf3.js';
1
+ import { P as PullToRefresh } from './pulltorefresh.taro-dc15ab1a.js';
3
2
  import 'react';
4
3
  import '@use-gesture/react';
5
4
  import '@react-spring/web';
6
- import './configprovider.taro-26882dd2.js';
5
+ import './configprovider.taro-8d71eb49.js';
7
6
  import 'lodash.kebabcase';
8
- import './zh-CN-dfc384d0.js';
9
- import './get-scroll-parent-3dcd3f53.js';
7
+ import './zh-CN-c779e6c1.js';
8
+ import './get-scroll-parent-5d508382.js';
9
+
10
+
11
+
12
+ export { PullToRefresh as default };