@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,7 +1,7 @@
1
1
  import React__default from 'react';
2
2
  import classNames from 'classnames';
3
- import { A as Avatar } from './avatar.taro-c17c3d15.js';
4
- import { c as cn } from './bem-893ad28d.js';
3
+ import { A as Avatar } from './avatar.taro-3676f38f.js';
4
+ import { c as cn } from './bem-350c1702.js';
5
5
 
6
6
  const defaultProps = {
7
7
  width: '100px',
@@ -1,9 +1,9 @@
1
1
  import React__default, { useContext } from 'react';
2
2
  import classNames from 'classnames';
3
- import { D as DataContext } from './UserContext-68f62e66.js';
4
- import { c as cn } from './bem-893ad28d.js';
5
- import { I as Icon } from './icon.taro-c9254a81.js';
6
- import { C as ComponentDefaults } from './typings-1c5f2628.js';
3
+ import { D as DataContext } from './UserContext-e402e1a6.js';
4
+ import { c as cn } from './bem-350c1702.js';
5
+ import { I as Icon } from './icon.taro-296a1bec.js';
6
+ import { C as ComponentDefaults } from './typings-b9828dba.js';
7
7
 
8
8
  const defaultProps = {
9
9
  ...ComponentDefaults,
@@ -1,7 +1,7 @@
1
1
  import React__default from 'react';
2
2
  import classNames from 'classnames';
3
- import { D as DataContext } from './UserContext-68f62e66.js';
4
- import { c as cn } from './bem-893ad28d.js';
3
+ import { D as DataContext } from './UserContext-e402e1a6.js';
4
+ import { c as cn } from './bem-350c1702.js';
5
5
 
6
6
  const defaultProps = {
7
7
  current: 0,
@@ -1,9 +1,9 @@
1
1
  import React__default, { useRef, useEffect, useState, useMemo, useCallback } from 'react';
2
2
  import classNames from 'classnames';
3
3
  import { getEnv, usePageScroll, getSystemInfoSync } from '@tarojs/taro';
4
- import { g as getRectByTaro } from './useClientRect-4506e52f.js';
5
- import { g as getScrollParent } from './get-scroll-parent-3dcd3f53.js';
6
- import { c as cn } from './bem-893ad28d.js';
4
+ import { g as getRectByTaro } from './useClientRect-1f8ed1fe.js';
5
+ import { g as getScrollParent } from './get-scroll-parent-5d508382.js';
6
+ import { c as cn } from './bem-350c1702.js';
7
7
 
8
8
  function useWatch(dep, callback, config = { immediate: false }) {
9
9
  const { immediate } = config;
@@ -1,5 +1,5 @@
1
1
  import React__default, { useState, useContext, useRef, useCallback, useEffect } from 'react';
2
- import { O as OffsetContext } from './offsetContext-bfb02c25.js';
2
+ import { O as OffsetContext } from './offsetContext-c2a746fa.js';
3
3
 
4
4
  const defaultProps = {
5
5
  open: true,
@@ -1,9 +1,9 @@
1
1
  import React__default, { forwardRef, useRef, useState, useMemo, useImperativeHandle, useEffect } from 'react';
2
2
  import classNames from 'classnames';
3
3
  import { useReady, nextTick } from '@tarojs/taro';
4
- import { c as cn } from './bem-893ad28d.js';
5
- import { u as useTouch } from './useTouch-a2ea68c6.js';
6
- import { g as getRectByTaro } from './useClientRect-4506e52f.js';
4
+ import { c as cn } from './bem-350c1702.js';
5
+ import { u as useTouch } from './useTouch-db24bb5c.js';
6
+ import { g as getRectByTaro } from './useClientRect-1f8ed1fe.js';
7
7
 
8
8
  function preventDefault(event, isStopPropagation) {
9
9
  if (typeof event.cancelable !== 'boolean' || event.cancelable) {
@@ -1,8 +1,8 @@
1
1
  import React__default, { useRef, useState, useMemo, useEffect } from 'react';
2
2
  import classNames from 'classnames';
3
3
  import { nextTick, useReady, createSelectorQuery } from '@tarojs/taro';
4
- import { D as DataContext } from './UserContext-b4181162.js';
5
- import { c as cn } from './bem-893ad28d.js';
4
+ import { D as DataContext } from './UserContext-e8176108.js';
5
+ import { c as cn } from './bem-350c1702.js';
6
6
 
7
7
  const defaultProps = {
8
8
  width: typeof window === 'object' ? window.innerWidth : 375,
@@ -1,7 +1,7 @@
1
1
  import React__default, { useContext } from 'react';
2
2
  import classNames from 'classnames';
3
- import { D as DataContext } from './UserContext-b4181162.js';
4
- import { c as cn } from './bem-893ad28d.js';
3
+ import { D as DataContext } from './UserContext-e8176108.js';
4
+ import { c as cn } from './bem-350c1702.js';
5
5
 
6
6
  const defaultProps = {
7
7
  direction: 'horizontal',
@@ -1,5 +1,5 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
- import { c as cn } from './bem-893ad28d.js';
2
+ import { c as cn } from './bem-350c1702.js';
3
3
 
4
4
  const defaultProps = {
5
5
  isAsync: false,
@@ -1,5 +1,5 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
- import { c as cn } from './bem-893ad28d.js';
2
+ import { c as cn } from './bem-350c1702.js';
3
3
 
4
4
  const defaultProps = {
5
5
  visible: 0,
@@ -1,8 +1,8 @@
1
1
  import React__default, { useEffect } from 'react';
2
2
  import Taro from '@tarojs/taro';
3
- import { c as cn } from './bem-893ad28d.js';
4
- import { I as Icon } from './icon.taro-c9254a81.js';
5
- import { C as ComponentDefaults } from './typings-1c5f2628.js';
3
+ import { c as cn } from './bem-350c1702.js';
4
+ import { I as Icon } from './icon.taro-296a1bec.js';
5
+ import { C as ComponentDefaults } from './typings-b9828dba.js';
6
6
 
7
7
  const defaultProps = {
8
8
  ...ComponentDefaults,
@@ -1,9 +1,9 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
2
  import classNames from 'classnames';
3
- import { c as cn } from './bem-893ad28d.js';
4
- import { I as Icon } from './icon.taro-c9254a81.js';
5
- import { u as useConfig } from './configprovider.taro-26882dd2.js';
6
- import { C as ComponentDefaults } from './typings-1c5f2628.js';
3
+ import { c as cn } from './bem-350c1702.js';
4
+ import { I as Icon } from './icon.taro-296a1bec.js';
5
+ import { u as useConfig } from './configprovider.taro-8d71eb49.js';
6
+ import { C as ComponentDefaults } from './typings-b9828dba.js';
7
7
 
8
8
  const defaultProps = {
9
9
  ...ComponentDefaults,
@@ -1,6 +1,6 @@
1
1
  import React__default from 'react';
2
2
  import classNames from 'classnames';
3
- import { c as cn } from './bem-893ad28d.js';
3
+ import { c as cn } from './bem-350c1702.js';
4
4
 
5
5
  const defaultProps = {
6
6
  title: '',
@@ -1,9 +1,9 @@
1
1
  import React__default, { useState, useRef, useEffect } from 'react';
2
2
  import classNames from 'classnames';
3
- import { c as cn } from './bem-893ad28d.js';
4
- import { I as Icon } from './icon.taro-c9254a81.js';
5
- import { C as ComponentDefaults } from './typings-1c5f2628.js';
6
- import { T as TabPane } from './tabpane.taro-9512e308.js';
3
+ import { c as cn } from './bem-350c1702.js';
4
+ import { I as Icon } from './icon.taro-296a1bec.js';
5
+ import { C as ComponentDefaults } from './typings-b9828dba.js';
6
+ import { T as TabPane } from './tabpane.taro-4ca340ef.js';
7
7
 
8
8
  class Title {
9
9
  title = '';
@@ -1,7 +1,7 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
2
  import classNames from 'classnames';
3
- import { I as Icon } from './icon.taro-c9254a81.js';
4
- import { C as ComponentDefaults } from './typings-1c5f2628.js';
3
+ import { I as Icon } from './icon.taro-296a1bec.js';
4
+ import { C as ComponentDefaults } from './typings-b9828dba.js';
5
5
 
6
6
  const defaultProps = {
7
7
  ...ComponentDefaults,
@@ -38,6 +38,7 @@ const Tag = (props) => {
38
38
  prefixCls,
39
39
  onClick,
40
40
  onClose,
41
+ className,
41
42
  ]);
42
43
  const classes = () => {
43
44
  const prefixCls = 'nut-tag';
@@ -1,6 +1,6 @@
1
1
  import React__default, { useState, useRef, useEffect } from 'react';
2
- import { u as useConfig } from './configprovider.taro-26882dd2.js';
3
- import { c as cn } from './bem-893ad28d.js';
2
+ import { u as useConfig } from './configprovider.taro-8d71eb49.js';
3
+ import { c as cn } from './bem-350c1702.js';
4
4
 
5
5
  const defaultProps = {
6
6
  defaultValue: '',
@@ -1,6 +1,6 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
- import { c as cn } from './bem-893ad28d.js';
3
- import { u as useConfig } from './configprovider.taro-26882dd2.js';
2
+ import { c as cn } from './bem-350c1702.js';
3
+ import { u as useConfig } from './configprovider.taro-8d71eb49.js';
4
4
 
5
5
  const defaultProps = {
6
6
  className: '',
@@ -1,6 +1,6 @@
1
1
  import React__default from 'react';
2
- import { c as cn } from './bem-893ad28d.js';
3
- import { u as useConfig } from './configprovider.taro-26882dd2.js';
2
+ import { c as cn } from './bem-350c1702.js';
3
+ import { u as useConfig } from './configprovider.taro-8d71eb49.js';
4
4
 
5
5
  const defaultProps = {
6
6
  className: '',
@@ -1,9 +1,9 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
- import { P as Popup } from './popup.taro-6e81162a.js';
3
- import { T as TimePannel } from './timepannel.taro-29f9dd86.js';
4
- import { T as TimeDetail } from './timedetail.taro-c5f564fd.js';
5
- import { c as cn } from './bem-893ad28d.js';
6
- import { u as useConfig } from './configprovider.taro-26882dd2.js';
2
+ import { P as Popup } from './popup.taro-01676bff.js';
3
+ import { T as TimePannel } from './timepannel.taro-d6e40180.js';
4
+ import { T as TimeDetail } from './timedetail.taro-5b2f2269.js';
5
+ import { c as cn } from './bem-350c1702.js';
6
+ import { u as useConfig } from './configprovider.taro-8d71eb49.js';
7
7
 
8
8
  const defaultProps = {
9
9
  className: '',
@@ -1,7 +1,7 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
2
  import classNames from 'classnames';
3
- import { c as cn } from './bem-893ad28d.js';
4
- import { I as Icon } from './icon-2242973e.js';
3
+ import { c as cn } from './bem-350c1702.js';
4
+ import { I as Icon } from './icon-296a1bec.js';
5
5
 
6
6
  const defaultProps = {
7
7
  id: '',
@@ -1,6 +1,6 @@
1
1
  import React__default, { useRef } from 'react';
2
- import { c as cn } from './bem-893ad28d.js';
3
- import { I as Icon } from './icon.taro-c9254a81.js';
2
+ import { c as cn } from './bem-350c1702.js';
3
+ import { I as Icon } from './icon.taro-296a1bec.js';
4
4
 
5
5
  const defaultProps = {
6
6
  rate: 0,
@@ -1,14 +1,14 @@
1
1
  import React__default, { useState, useEffect, useImperativeHandle } from 'react';
2
2
  import classNames from 'classnames';
3
3
  import Taro, { uploadFile, getEnv, chooseMedia, chooseImage } from '@tarojs/taro';
4
- import { I as Icon } from './icon.taro-c9254a81.js';
5
- import { B as Button } from './button.taro-dc4795a3.js';
6
- import { P as Progress } from './progress.taro-773482ed.js';
4
+ import { I as Icon } from './icon.taro-296a1bec.js';
5
+ import { B as Button } from './button.taro-9244d065.js';
6
+ import { P as Progress } from './progress.taro-f0ce38e9.js';
7
7
  import { Image } from '@tarojs/components';
8
- import { c as cn } from './bem-893ad28d.js';
9
- import { u as useConfig } from './configprovider.taro-26882dd2.js';
10
- import { i as isPromise } from './index-a90733f9.js';
11
- import { C as ComponentDefaults } from './typings-1c5f2628.js';
8
+ import { c as cn } from './bem-350c1702.js';
9
+ import { u as useConfig } from './configprovider.taro-8d71eb49.js';
10
+ import { i as isPromise } from './index-5bcb0ff8.js';
11
+ import { C as ComponentDefaults } from './typings-b9828dba.js';
12
12
 
13
13
  class UploadOptions {
14
14
  url = '';
@@ -1,6 +1,6 @@
1
1
  import React__default, { useRef, useEffect } from 'react';
2
2
  import classNames from 'classnames';
3
- import { c as cn } from './bem-893ad28d.js';
3
+ import { c as cn } from './bem-350c1702.js';
4
4
 
5
5
  const defaultProps = {
6
6
  source: {
@@ -1,7 +1,7 @@
1
1
  import React__default, { useState, useRef, useEffect, useCallback } from 'react';
2
2
  import { ScrollView } from '@tarojs/components';
3
3
  import { getSystemInfoSync } from '@tarojs/taro';
4
- import { u as useConfig } from './configprovider.taro-26882dd2.js';
4
+ import { u as useConfig } from './configprovider.taro-8d71eb49.js';
5
5
 
6
6
  // 缓存列表初始化信息
7
7
  const initPositinoCache = (reaItemSize, length = 0) => {
@@ -1,8 +1,8 @@
1
1
  import React__default, { useState, useEffect } from 'react';
2
2
  import { getSystemInfo, createOffscreenCanvas } from '@tarojs/taro';
3
3
  import classNames from 'classnames';
4
- import { u as useConfig } from './configprovider-5eea4f5d.js';
5
- import { c as cn } from './bem-893ad28d.js';
4
+ import { u as useConfig } from './configprovider-67d19d3a.js';
5
+ import { c as cn } from './bem-350c1702.js';
6
6
 
7
7
  const defaultProps = {
8
8
  content: '',
@@ -30,6 +30,7 @@ const zhCN = {
30
30
  weekdays: ['日', '一', '二', '三', '四', '五', '六'],
31
31
  end: '结束',
32
32
  start: '开始',
33
+ confirm: '确认',
33
34
  title: '日历选择',
34
35
  monthTitle: (year, month) => `${year}年${month}月`,
35
36
  today: '今天',
@@ -30,6 +30,7 @@ export interface BaseLang {
30
30
  weekdays: Array<string>;
31
31
  end: string;
32
32
  start: string;
33
+ confirm: string;
33
34
  title: string;
34
35
  monthTitle: Function;
35
36
  today: string;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react-taro v1.4.11 Wed Mar 15 2023 15:46:55 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react-taro v1.4.12 Wed Mar 22 2023 16:08:46 GMT+0800 (中国标准时间)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react-taro v1.4.11 Wed Mar 15 2023 15:46:55 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react-taro v1.4.12 Wed Mar 22 2023 16:08:46 GMT+0800 (中国标准时间)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -33,6 +33,7 @@ const o = {
33
33
  weekdays: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
34
34
  end: "End",
35
35
  start: "Start",
36
+ confirm: "Confirm",
36
37
  title: "Calendar",
37
38
  monthTitle: (e, t) => `${e}/${t}`,
38
39
  today: "Today",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react-taro v1.4.11 Wed Mar 15 2023 15:46:55 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react-taro v1.4.12 Wed Mar 22 2023 16:08:46 GMT+0800 (中国标准时间)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -33,6 +33,7 @@ const n = {
33
33
  weekdays: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
34
34
  end: "Selesai",
35
35
  start: "Mulai",
36
+ confirm: "Mengonfirmasi",
36
37
  title: "Kalender",
37
38
  monthTitle: (a, e) => `${a}/${e}`,
38
39
  today: "Hari ini",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react-taro v1.4.11 Wed Mar 15 2023 15:46:55 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react-taro v1.4.12 Wed Mar 22 2023 16:08:46 GMT+0800 (中国标准时间)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -35,6 +35,7 @@ const a = {
35
35
  weekdays: ["日", "一", "二", "三", "四", "五", "六"],
36
36
  end: "结束",
37
37
  start: "开始",
38
+ confirm: "确认",
38
39
  title: "日历选择",
39
40
  monthTitle: (e, t) => `${e}年${t}月`,
40
41
  today: "今天",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react-taro v1.4.11 Wed Mar 15 2023 15:46:55 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react-taro v1.4.12 Wed Mar 22 2023 16:08:46 GMT+0800 (中国标准时间)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -33,6 +33,7 @@ const a = {
33
33
  weekdays: ["日", "一", "二", "三", "四", "五", "六"],
34
34
  end: "結束",
35
35
  start: "開始",
36
+ confirm: "確認",
36
37
  title: "行事曆選擇",
37
38
  monthTitle: (e, t) => `${e}年${t}月`,
38
39
  today: "今天",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react-taro v1.4.11 Wed Mar 15 2023 15:46:55 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react-taro v1.4.12 Wed Mar 22 2023 16:08:46 GMT+0800 (中国标准时间)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -33,6 +33,7 @@ const a = {
33
33
  weekdays: ["ي", "د", "س", "چ", "پ", "ج", "ش"],
34
34
  end: "ئاخىرى",
35
35
  start: "بېشى",
36
+ confirm: "جەزملەشتۈرۈڭ",
36
37
  title: "تاللاڭ",
37
38
  monthTitle: (e, t) => `${e} يىلى ${t} ئاي`,
38
39
  today: "بۈگۈن",