@nutui/nutui-react 2.0.0-alpha.11 → 2.0.0-alpha.13

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 (189) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/esm/ActionSheet/style/style.css +1 -1
  3. package/dist/esm/ActionSheet.js +28 -37
  4. package/dist/esm/Address/style/style.css +1 -1
  5. package/dist/esm/AnimatingNumbers/style/style.css +1 -1
  6. package/dist/esm/AnimatingNumbers.js +22 -26
  7. package/dist/esm/Calendar/style/style.css +1 -1
  8. package/dist/esm/Cascader/style/style.css +1 -1
  9. package/dist/esm/CountDown/style/style.css +1 -1
  10. package/dist/esm/CountDown.js +20 -15
  11. package/dist/esm/DatePicker/style/style.css +1 -1
  12. package/dist/esm/Ellipsis/style/style.css +1 -1
  13. package/dist/esm/ImagePreview/style/style.css +1 -1
  14. package/dist/esm/NumberKeyboard/style/style.css +1 -1
  15. package/dist/esm/Picker/style/style.css +1 -1
  16. package/dist/esm/Popup/style/style.css +1 -1
  17. package/dist/esm/SearchBar/style/style.css +1 -1
  18. package/dist/esm/SearchBar.js +33 -87
  19. package/dist/esm/ShortPassword/style/style.css +1 -1
  20. package/dist/esm/ShortPassword.js +65 -133
  21. package/dist/esm/SideNavBar/style/style.css +1 -1
  22. package/dist/esm/TimeSelect/style/style.css +1 -1
  23. package/dist/esm/Toast/style/style.css +1 -1
  24. package/dist/esm/Toast.js +86 -102
  25. package/dist/esm/TrendArrow/style/style.css +1 -1
  26. package/dist/esm/TrendArrow.js +30 -35
  27. package/dist/esm/Video.js +8 -12
  28. package/dist/esm/VirtualList/style/style.css +1 -1
  29. package/dist/esm/VirtualList.js +29 -25
  30. package/dist/esm/WaterMark.js +8 -11
  31. package/dist/esm/types/src/packages/actionsheet/actionsheet.d.ts +11 -15
  32. package/dist/esm/types/src/packages/actionsheet/actionsheet.taro.d.ts +11 -15
  33. package/dist/esm/types/src/packages/actionsheet/index.d.ts +1 -0
  34. package/dist/esm/types/src/packages/actionsheet/index.taro.d.ts +1 -0
  35. package/dist/esm/types/src/packages/animatingnumbers/countup.d.ts +7 -8
  36. package/dist/esm/types/src/packages/animatingnumbers/countup.taro.d.ts +7 -8
  37. package/dist/esm/types/src/packages/animatingnumbers/demo.d.ts +1 -0
  38. package/dist/esm/types/src/packages/animatingnumbers/demo.taro.d.ts +1 -0
  39. package/dist/esm/types/src/packages/animatingnumbers/index.d.ts +1 -0
  40. package/dist/esm/types/src/packages/animatingnumbers/index.taro.d.ts +1 -0
  41. package/dist/esm/types/src/packages/avatargroup/avatargroup.taro.d.ts +13 -0
  42. package/dist/esm/types/src/packages/avatargroup/index.taro.d.ts +1 -1
  43. package/dist/esm/types/src/packages/configprovider/configprovider.d.ts +2 -1
  44. package/dist/esm/types/src/packages/configprovider/configprovider.taro.d.ts +2 -1
  45. package/dist/esm/types/src/packages/configprovider/index.d.ts +1 -0
  46. package/dist/esm/types/src/packages/configprovider/index.taro.d.ts +1 -0
  47. package/dist/esm/types/src/packages/configprovider/types.d.ts +1 -0
  48. package/dist/esm/types/src/packages/countdown/countdown.d.ts +5 -4
  49. package/dist/esm/types/src/packages/countdown/countdown.taro.d.ts +5 -4
  50. package/dist/esm/types/src/packages/countdown/index.d.ts +1 -0
  51. package/dist/esm/types/src/packages/countdown/index.taro.d.ts +1 -0
  52. package/dist/esm/types/src/packages/ellipsis/ellipsis.taro.d.ts +1 -0
  53. package/dist/esm/types/src/packages/searchbar/index.d.ts +1 -0
  54. package/dist/esm/types/src/packages/searchbar/index.taro.d.ts +1 -0
  55. package/dist/esm/types/src/packages/searchbar/searchbar.d.ts +4 -31
  56. package/dist/esm/types/src/packages/searchbar/searchbar.taro.d.ts +4 -31
  57. package/dist/esm/types/src/packages/shortpassword/index.d.ts +1 -0
  58. package/dist/esm/types/src/packages/shortpassword/index.taro.d.ts +1 -0
  59. package/dist/esm/types/src/packages/shortpassword/shortpassword.d.ts +17 -20
  60. package/dist/esm/types/src/packages/shortpassword/shortpassword.taro.d.ts +17 -20
  61. package/dist/esm/types/src/packages/toast/Notification.d.ts +9 -13
  62. package/dist/esm/types/src/packages/toast/index.d.ts +1 -0
  63. package/dist/esm/types/src/packages/toast/index.taro.d.ts +1 -0
  64. package/dist/esm/types/src/packages/toast/toast.d.ts +19 -26
  65. package/dist/esm/types/src/packages/toast/toast.taro.d.ts +9 -11
  66. package/dist/esm/types/src/packages/trendarrow/trendarrow.d.ts +8 -10
  67. package/dist/esm/types/src/packages/trendarrow/trendarrow.taro.d.ts +8 -10
  68. package/dist/esm/types/src/packages/video/index.d.ts +1 -0
  69. package/dist/esm/types/src/packages/video/index.taro.d.ts +2 -1
  70. package/dist/esm/types/src/packages/video/video.d.ts +5 -9
  71. package/dist/esm/types/src/packages/video/video.taro.d.ts +6 -9
  72. package/dist/esm/types/src/packages/virtuallist/index.d.ts +1 -0
  73. package/dist/esm/types/src/packages/virtuallist/index.taro.d.ts +1 -0
  74. package/dist/esm/types/src/packages/virtuallist/type.d.ts +0 -18
  75. package/dist/esm/types/src/packages/virtuallist/utils.d.ts +3 -3
  76. package/dist/esm/types/src/packages/virtuallist/virtuallist.d.ts +15 -4
  77. package/dist/esm/types/src/packages/virtuallist/virtuallist.taro.d.ts +13 -14
  78. package/dist/esm/types/src/packages/watermark/demo.d.ts +0 -1
  79. package/dist/esm/types/src/packages/watermark/demo.taro.d.ts +0 -1
  80. package/dist/esm/types/src/packages/watermark/index.d.ts +1 -0
  81. package/dist/esm/types/src/packages/watermark/index.taro.d.ts +1 -0
  82. package/dist/esm/types/src/packages/watermark/watermark.d.ts +3 -4
  83. package/dist/esm/types/src/packages/watermark/watermark.taro.d.ts +3 -4
  84. package/dist/locales/base.js +1 -1
  85. package/dist/locales/en-US.js +1 -1
  86. package/dist/locales/id-ID.js +1 -1
  87. package/dist/locales/tr-TR.js +10 -2
  88. package/dist/locales/zh-CN.js +1 -1
  89. package/dist/locales/zh-TW.js +1 -1
  90. package/dist/locales/zh-UG.js +1 -1
  91. package/dist/nutui.react.es.js +525 -590
  92. package/dist/nutui.react.umd.js +525 -590
  93. package/dist/packages/actionsheet/actionsheet.scss +26 -73
  94. package/dist/packages/animatingnumbers/countup.scss +0 -21
  95. package/dist/packages/countdown/countdown.scss +2 -0
  96. package/dist/packages/ellipsis/ellipsis.scss +4 -0
  97. package/dist/packages/popup/popup.scss +98 -47
  98. package/dist/packages/searchbar/searchbar.scss +13 -71
  99. package/dist/packages/shortpassword/shortpassword.scss +1 -88
  100. package/dist/packages/toast/toast.scss +20 -7
  101. package/dist/packages/trendarrow/trendarrow.scss +4 -3
  102. package/dist/packages/virtuallist/virtuallist.scss +0 -12
  103. package/dist/style.css +1 -1
  104. package/dist/style.mjs +1 -1
  105. package/dist/styles/variables-jmapp.scss +58 -68
  106. package/dist/styles/variables.scss +32 -61
  107. package/dist/types/packages/actionsheet/actionsheet.d.ts +44 -16
  108. package/dist/types/packages/actionsheet/index.d.ts +1 -0
  109. package/dist/types/packages/animate/animate.d.ts +20 -4
  110. package/dist/types/packages/animatingnumbers/countup.d.ts +7 -8
  111. package/dist/types/packages/animatingnumbers/index.d.ts +1 -0
  112. package/dist/types/packages/audio/audio.d.ts +60 -12
  113. package/dist/types/packages/avatar/avatar.d.ts +50 -10
  114. package/dist/types/packages/avatargroup/avatargroup.d.ts +40 -8
  115. package/dist/types/packages/backtop/backtop.d.ts +25 -5
  116. package/dist/types/packages/badge/badge.d.ts +30 -6
  117. package/dist/types/packages/button/button.d.ts +50 -10
  118. package/dist/types/packages/cascader/cascader.d.ts +85 -17
  119. package/dist/types/packages/cell/cell.d.ts +30 -6
  120. package/dist/types/packages/cellgroup/cellgroup.d.ts +15 -3
  121. package/dist/types/packages/checkboxgroup/checkboxgroup.d.ts +40 -8
  122. package/dist/types/packages/circleprogress/circleprogress.d.ts +35 -7
  123. package/dist/types/packages/col/col.d.ts +15 -3
  124. package/dist/types/packages/collapse/collapse.d.ts +25 -5
  125. package/dist/types/packages/collapseitem/collapseitem.d.ts +20 -4
  126. package/dist/types/packages/configprovider/configprovider.d.ts +11 -2
  127. package/dist/types/packages/configprovider/index.d.ts +1 -0
  128. package/dist/types/packages/configprovider/types.d.ts +1 -0
  129. package/dist/types/packages/countdown/countdown.d.ts +68 -15
  130. package/dist/types/packages/countdown/index.d.ts +1 -0
  131. package/dist/types/packages/divider/divider.d.ts +10 -2
  132. package/dist/types/packages/drag/drag.d.ts +15 -3
  133. package/dist/types/packages/elevator/elevator.d.ts +45 -9
  134. package/dist/types/packages/ellipsis/ellipsis.d.ts +45 -9
  135. package/dist/types/packages/empty/empty.d.ts +20 -4
  136. package/dist/types/packages/fixednav/fixednav.d.ts +50 -10
  137. package/dist/types/packages/grid/grid.d.ts +35 -7
  138. package/dist/types/packages/griditem/griditem.d.ts +5 -1
  139. package/dist/types/packages/image/image.d.ts +65 -13
  140. package/dist/types/packages/imagepreview/imagepreview.d.ts +50 -10
  141. package/dist/types/packages/indicator/indicator.d.ts +15 -3
  142. package/dist/types/packages/input/input.d.ts +100 -20
  143. package/dist/types/packages/inputnumber/inputnumber.d.ts +85 -17
  144. package/dist/types/packages/menu/menu.d.ts +25 -5
  145. package/dist/types/packages/menuitem/menuitem.d.ts +35 -7
  146. package/dist/types/packages/noticebar/noticebar.d.ts +60 -12
  147. package/dist/types/packages/notify/notify.d.ts +25 -5
  148. package/dist/types/packages/numberkeyboard/numberkeyboard.d.ts +50 -10
  149. package/dist/types/packages/overlay/overlay.d.ts +40 -8
  150. package/dist/types/packages/pagination/pagination.d.ts +55 -11
  151. package/dist/types/packages/picker/picker.d.ts +55 -11
  152. package/dist/types/packages/popup/popup.d.ts +75 -15
  153. package/dist/types/packages/price/price.d.ts +35 -7
  154. package/dist/types/packages/progress/progress.d.ts +40 -8
  155. package/dist/types/packages/pulltorefresh/pulltorefresh.d.ts +50 -10
  156. package/dist/types/packages/radio/radio.d.ts +45 -9
  157. package/dist/types/packages/radiogroup/radiogroup.d.ts +30 -6
  158. package/dist/types/packages/range/range.d.ts +80 -16
  159. package/dist/types/packages/rate/rate.d.ts +50 -10
  160. package/dist/types/packages/searchbar/index.d.ts +1 -0
  161. package/dist/types/packages/searchbar/searchbar.d.ts +76 -45
  162. package/dist/types/packages/shortpassword/index.d.ts +1 -0
  163. package/dist/types/packages/shortpassword/shortpassword.d.ts +89 -24
  164. package/dist/types/packages/skeleton/skeleton.d.ts +35 -7
  165. package/dist/types/packages/step/step.d.ts +20 -4
  166. package/dist/types/packages/steps/steps.d.ts +15 -3
  167. package/dist/types/packages/sticky/sticky.d.ts +25 -5
  168. package/dist/types/packages/swipe/swipe.d.ts +47 -11
  169. package/dist/types/packages/swiper/swiper.d.ts +65 -13
  170. package/dist/types/packages/switch/switch.d.ts +30 -6
  171. package/dist/types/packages/tabbar/tabbar.d.ts +35 -7
  172. package/dist/types/packages/tabbaritem/tabbaritem.d.ts +10 -2
  173. package/dist/types/packages/tabpane/tabpane.d.ts +15 -3
  174. package/dist/types/packages/tabs/tabs.d.ts +60 -12
  175. package/dist/types/packages/textarea/textarea.d.ts +60 -12
  176. package/dist/types/packages/toast/Notification.d.ts +9 -13
  177. package/dist/types/packages/toast/index.d.ts +1 -0
  178. package/dist/types/packages/toast/toast.d.ts +19 -26
  179. package/dist/types/packages/trendarrow/trendarrow.d.ts +57 -15
  180. package/dist/types/packages/uploader/uploader.d.ts +180 -36
  181. package/dist/types/packages/video/index.d.ts +1 -0
  182. package/dist/types/packages/video/video.d.ts +27 -11
  183. package/dist/types/packages/virtuallist/index.d.ts +1 -0
  184. package/dist/types/packages/virtuallist/type.d.ts +0 -18
  185. package/dist/types/packages/virtuallist/utils.d.ts +3 -3
  186. package/dist/types/packages/virtuallist/virtuallist.d.ts +51 -4
  187. package/dist/types/packages/watermark/index.d.ts +1 -0
  188. package/dist/types/packages/watermark/watermark.d.ts +72 -17
  189. package/package.json +1 -1
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type Data = any;
3
2
  export interface VirtualListState {
4
3
  startOffset: number;
@@ -15,20 +14,3 @@ export interface PositionType {
15
14
  left?: number;
16
15
  right: number;
17
16
  }
18
- export interface BasicVirtualListProps {
19
- className?: string;
20
- style?: React.CSSProperties;
21
- sourceData: Array<Data>;
22
- containerSize?: number;
23
- ItemRender?: React.FC<any>;
24
- itemSize?: number;
25
- itemEqualSize?: boolean;
26
- horizontal?: boolean;
27
- overscan?: number;
28
- handleScroll?: (...args: any[]) => any;
29
- onScroll?: (...args: any[]) => any;
30
- key?: string;
31
- locale?: {
32
- [key in string]: string;
33
- };
34
- }
@@ -2,11 +2,11 @@ import { PositionType, Data } from './type';
2
2
  declare const initPositinoCache: (reaItemSize: number, length?: number) => PositionType[];
3
3
  declare const getListTotalSize: (positions: Array<PositionType>, horizontal: true | false) => number;
4
4
  declare const binarySearch: (positionsList: Array<PositionType>, value: number | undefined, horizontal: true | false) => number;
5
- declare const getEndIndex: ({ sourceData, startIndex, visibleCount, itemEqualSize, positions, offSetSize, overscan, sizeKey, }: {
6
- sourceData: Array<Data>;
5
+ declare const getEndIndex: ({ list, startIndex, visibleCount, itemEqual, positions, offSetSize, overscan, sizeKey, }: {
6
+ list: Array<Data>;
7
7
  startIndex: number;
8
8
  visibleCount: number;
9
- itemEqualSize?: boolean | undefined;
9
+ itemEqual?: boolean | undefined;
10
10
  positions: PositionType[];
11
11
  offSetSize: number;
12
12
  overscan: number;
@@ -1,4 +1,15 @@
1
- import { FunctionComponent } from 'react';
2
- import { BasicVirtualListProps } from './type';
3
- export type VirtualListProps = BasicVirtualListProps;
4
- export declare const VirtualList: FunctionComponent<VirtualListProps>;
1
+ import React, { FunctionComponent } from 'react';
2
+ import type { Data } from './type';
3
+ import { BasicComponent } from '@/utils/typings';
4
+ export interface VirtualListProps extends BasicComponent {
5
+ list: Array<Data>;
6
+ containerHeight: number;
7
+ ItemRender: React.FC<any>;
8
+ itemHeight: number;
9
+ itemEqual: boolean;
10
+ direction: 'vertical' | 'horizontal';
11
+ overscan: number;
12
+ onScroll: () => void;
13
+ key: string;
14
+ }
15
+ export declare const VirtualList: FunctionComponent<Partial<VirtualListProps>>;
@@ -1,15 +1,14 @@
1
1
  import React, { FunctionComponent } from 'react';
2
- export type VirtualListProps = {
3
- className?: string | any;
4
- style?: React.CSSProperties;
5
- sourceData: any;
6
- containerSize?: number;
7
- ItemRender?: any;
8
- itemEqualSize?: boolean;
9
- itemSize?: number;
10
- overscan?: number;
11
- onScroll?: (...args: any[]) => any;
12
- key?: any;
13
- locale?: any;
14
- };
15
- export declare const VirtualList: FunctionComponent<VirtualListProps & React.HTMLAttributes<HTMLDivElement>>;
2
+ import { Data } from './type';
3
+ import { BasicComponent } from '@/utils/typings';
4
+ export interface VirtualListProps extends BasicComponent {
5
+ list: Array<Data>;
6
+ containerHeight: number;
7
+ ItemRender: React.FC<any>;
8
+ itemHeight: number;
9
+ itemEqual: boolean;
10
+ overscan: number;
11
+ onScroll: () => void;
12
+ key: string;
13
+ }
14
+ export declare const VirtualList: FunctionComponent<Partial<VirtualListProps>>;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import './demo.scss';
3
2
  declare const WaterMarkDemo: () => JSX.Element;
4
3
  export default WaterMarkDemo;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import '@/packages/watermark/demo.scss';
3
2
  declare const WaterMarkDemo: () => JSX.Element;
4
3
  export default WaterMarkDemo;
@@ -1,2 +1,3 @@
1
1
  import { WaterMark } from './watermark';
2
+ export type { WaterMarkProps } from './watermark';
2
3
  export default WaterMark;
@@ -1,2 +1,3 @@
1
1
  import { WaterMark } from './watermark.taro';
2
+ export type { WaterMarkProps } from './watermark.taro';
2
3
  export default WaterMark;
@@ -1,9 +1,9 @@
1
1
  import React, { FunctionComponent } from 'react';
2
- export interface WaterMarkProps {
2
+ import { BasicComponent } from '@/utils/typings';
3
+ export interface WaterMarkProps extends BasicComponent {
3
4
  content: string;
4
5
  fullPage: boolean;
5
6
  zIndex: number;
6
- className: string;
7
7
  gapX: number;
8
8
  gapY: number;
9
9
  width: number;
@@ -12,11 +12,10 @@ export interface WaterMarkProps {
12
12
  imageWidth: number;
13
13
  imageHeight: number;
14
14
  rotate: number;
15
- fontColor: string;
15
+ color: string;
16
16
  fontStyle: string;
17
17
  fontFamily: string;
18
18
  fontWeight: string;
19
19
  fontSize: string | number;
20
- style: React.CSSProperties;
21
20
  }
22
21
  export declare const WaterMark: FunctionComponent<Partial<WaterMarkProps> & React.HTMLAttributes<HTMLDivElement>>;
@@ -1,9 +1,9 @@
1
1
  import React, { FunctionComponent } from 'react';
2
- export interface WaterMarkProps {
2
+ import { BasicComponent } from '@/utils/typings';
3
+ export interface WaterMarkProps extends BasicComponent {
3
4
  content: string;
4
5
  fullPage: boolean;
5
6
  zIndex: number;
6
- className: string;
7
7
  gapX: number;
8
8
  gapY: number;
9
9
  width: number;
@@ -12,11 +12,10 @@ export interface WaterMarkProps {
12
12
  imageWidth: number;
13
13
  imageHeight: number;
14
14
  rotate: number;
15
- fontColor: string;
15
+ color: string;
16
16
  fontStyle: string;
17
17
  fontFamily: string;
18
18
  fontWeight: string;
19
19
  fontSize: string | number;
20
- style: React.CSSProperties;
21
20
  }
22
21
  export declare const WaterMark: FunctionComponent<Partial<WaterMarkProps> & React.HTMLAttributes<HTMLDivElement>>;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v2.0.0-alpha.11 Wed May 24 2023 16:40:59 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v2.0.0-alpha.13 Wed May 31 2023 14:49:49 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v2.0.0-alpha.11 Wed May 24 2023 16:40:59 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v2.0.0-alpha.13 Wed May 31 2023 14:49:49 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v2.0.0-alpha.11 Wed May 24 2023 16:40:59 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v2.0.0-alpha.13 Wed May 31 2023 14:49:49 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v2.0.0-alpha.11 Wed May 24 2023 16:40:59 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v2.0.0-alpha.13 Wed May 31 2023 14:49:49 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -30,7 +30,15 @@ const i = {
30
30
  },
31
31
  range: { rangeText: "Aralıkta görünmüyor" },
32
32
  calendaritem: {
33
- weekdays: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"],
33
+ weekdays: [
34
+ "Pazar",
35
+ "Pazartesi",
36
+ "Salı",
37
+ "Çarşamba",
38
+ "Perşembe",
39
+ "Cuma",
40
+ "Cumartesi"
41
+ ],
34
42
  end: "Son",
35
43
  start: "Başlangıç",
36
44
  confirm: "Onayla",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v2.0.0-alpha.11 Wed May 24 2023 16:40:59 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v2.0.0-alpha.13 Wed May 31 2023 14:49:49 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v2.0.0-alpha.11 Wed May 24 2023 16:40:59 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v2.0.0-alpha.13 Wed May 31 2023 14:49:49 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v2.0.0-alpha.11 Wed May 24 2023 16:40:59 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v2.0.0-alpha.13 Wed May 31 2023 14:49:49 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */