@nutui/nutui-react-taro 1.5.2-beta.1 → 1.5.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 (231) hide show
  1. package/dist/esm/ActionSheet.js +90 -14
  2. package/dist/esm/Address.js +620 -21
  3. package/dist/esm/Animate.js +53 -7
  4. package/dist/esm/AnimatingNumbers.js +125 -7
  5. package/dist/esm/Audio.js +264 -19
  6. package/dist/esm/Avatar.js +130 -11
  7. package/dist/esm/{AvatarContext-c96afdcc.js → AvatarContext-15733596.js} +1 -3
  8. package/dist/esm/AvatarGroup.js +41 -11
  9. package/dist/esm/BackTop.js +138 -10
  10. package/dist/esm/Badge.js +71 -9
  11. package/dist/esm/Barrage.js +97 -8
  12. package/dist/esm/Button.js +108 -9
  13. package/dist/esm/Calendar.js +128 -20
  14. package/dist/esm/CalendarItem.js +674 -12
  15. package/dist/esm/Card.js +61 -11
  16. package/dist/esm/Cascader.js +671 -16
  17. package/dist/esm/Cell.js +101 -9
  18. package/dist/esm/CellGroup.js +2 -5
  19. package/dist/esm/Checkbox.js +5 -7
  20. package/dist/esm/CheckboxGroup.js +111 -8
  21. package/dist/esm/CircleProgress.js +114 -8
  22. package/dist/esm/Col.js +57 -7
  23. package/dist/esm/Collapse.js +97 -7
  24. package/dist/esm/CollapseItem.js +146 -8
  25. package/dist/esm/ConfigProvider.js +187 -8
  26. package/dist/esm/CountDown.js +247 -9
  27. package/dist/esm/DatePicker.js +309 -25
  28. package/dist/esm/Dialog.js +296 -17
  29. package/dist/esm/Divider.js +34 -7
  30. package/dist/esm/Drag.js +118 -7
  31. package/dist/esm/Elevator.js +234 -8
  32. package/dist/esm/Ellipsis.js +176 -10
  33. package/dist/esm/Empty.js +79 -8
  34. package/dist/esm/FixedNav.js +103 -14
  35. package/dist/esm/Form.js +215 -10
  36. package/dist/esm/FormItem.js +3 -10
  37. package/dist/esm/Grid.js +81 -11
  38. package/dist/esm/GridItem.js +123 -13
  39. package/dist/esm/Icon.js +2 -5
  40. package/dist/esm/Image.js +169 -11
  41. package/dist/esm/ImagePreview.js +225 -19
  42. package/dist/esm/Indicator.js +50 -7
  43. package/dist/esm/Infiniteloading.js +215 -14
  44. package/dist/esm/Input.js +362 -12
  45. package/dist/esm/InputNumber.js +275 -9
  46. package/dist/esm/Layout.js +13 -5
  47. package/dist/esm/Menu.js +153 -10
  48. package/dist/esm/MenuItem.js +175 -15
  49. package/dist/esm/NavBar.js +114 -9
  50. package/dist/esm/NoticeBar.js +568 -10
  51. package/dist/esm/Notify.js +234 -8
  52. package/dist/esm/NumberKeyboard.js +247 -17
  53. package/dist/esm/Overlay.js +2 -6
  54. package/dist/esm/Pagination.js +168 -9
  55. package/dist/esm/Picker.js +494 -22
  56. package/dist/esm/Popover.js +223 -12
  57. package/dist/esm/Popup.js +193 -13
  58. package/dist/esm/Price.js +84 -6
  59. package/dist/esm/Progress.js +122 -9
  60. package/dist/esm/PullToRefresh.js +276 -13
  61. package/dist/esm/Radio.js +4 -8
  62. package/dist/esm/RadioGroup.js +120 -7
  63. package/dist/esm/Range.js +406 -15
  64. package/dist/esm/Rate.js +121 -9
  65. package/dist/esm/Row.js +49 -7
  66. package/dist/esm/SearchBar.js +235 -12
  67. package/dist/esm/ShortPassword.js +191 -17
  68. package/dist/esm/SideNavBar.js +57 -19
  69. package/dist/esm/SideNavBarItem.js +24 -5
  70. package/dist/esm/Signature.js +153 -13
  71. package/dist/esm/Skeleton.js +98 -12
  72. package/dist/esm/Step.js +87 -10
  73. package/dist/esm/Steps.js +38 -8
  74. package/dist/esm/Sticky.js +190 -11
  75. package/dist/esm/SubSideNavBar.js +78 -6
  76. package/dist/esm/Swipe.js +230 -10
  77. package/dist/esm/Swiper.js +490 -9
  78. package/dist/esm/SwiperItem.js +36 -8
  79. package/dist/esm/Switch.js +71 -6
  80. package/dist/esm/TabPane.js +2 -5
  81. package/dist/esm/Tabbar.js +68 -6
  82. package/dist/esm/TabbarItem.js +78 -9
  83. package/dist/esm/Table.js +140 -12
  84. package/dist/esm/Tabs.js +5 -8
  85. package/dist/esm/Tag.js +110 -10
  86. package/dist/esm/TextArea.js +148 -9
  87. package/dist/esm/TimeDetail.js +67 -9
  88. package/dist/esm/TimePannel.js +29 -9
  89. package/dist/esm/TimeSelect.js +171 -19
  90. package/dist/esm/Toast.js +268 -7
  91. package/dist/esm/TrendArrow.js +99 -7
  92. package/dist/esm/Uploader.js +566 -17
  93. package/dist/esm/{UserContext-0aac9a82.js → UserContext-101ad4a4.js} +1 -3
  94. package/dist/esm/{UserContext-e402e1a6.js → UserContext-2629d479.js} +1 -3
  95. package/dist/esm/{UserContext-e8176108.js → UserContext-b33bcf21.js} +1 -3
  96. package/dist/esm/Video.js +90 -7
  97. package/dist/esm/VirtualList.js +313 -9
  98. package/dist/esm/WaterMark.js +111 -11
  99. package/dist/esm/{bem-350c1702.js → bem-3b438e61.js} +6 -3
  100. package/dist/esm/cellgroup-fcc72767.js +34 -0
  101. package/dist/esm/checkbox-44e13cd0.js +137 -0
  102. package/dist/esm/date-c7aad4c0.js +97 -0
  103. package/dist/esm/formitem-8a73a5fb.js +157 -0
  104. package/dist/esm/get-scroll-parent-5f85dee8.js +24 -0
  105. package/dist/esm/{grid.taro.context-c2bbfb4f.js → grid.context-2ee27d95.js} +2 -4
  106. package/dist/esm/icon-4ef1581c.js +70 -0
  107. package/dist/esm/index-030b7245.js +11 -0
  108. package/dist/esm/nutui-react.es.js +94 -119
  109. package/dist/esm/offsetContext-3ab00d40.js +16 -0
  110. package/dist/esm/overlay-de6c79d5.js +83 -0
  111. package/dist/esm/radio-9f141e6b.js +118 -0
  112. package/dist/esm/render-bbebb760.js +79 -0
  113. package/dist/esm/tabpane-01075e6c.js +29 -0
  114. package/dist/esm/tabs-e1b4e4b1.js +181 -0
  115. package/dist/esm/typings-f27b58f4.js +8 -0
  116. package/dist/esm/useClientRect-56bb675b.js +39 -0
  117. package/dist/esm/useTouch-cf73a407.js +99 -0
  118. package/dist/locales/base.js +1 -1
  119. package/dist/locales/en-US.js +1 -1
  120. package/dist/locales/id-ID.js +1 -1
  121. package/dist/locales/zh-CN.js +1 -1
  122. package/dist/locales/zh-TW.js +1 -1
  123. package/dist/locales/zh-UG.js +1 -1
  124. package/dist/nutui.react.mjs +15025 -13192
  125. package/dist/nutui.react.umd.js +15004 -13169
  126. package/dist/style.mjs +1 -1
  127. package/dist/types/index.d.ts +183 -176
  128. package/package.json +1 -1
  129. package/dist/esm/actionsheet.taro-e6a51446.js +0 -53
  130. package/dist/esm/address.taro-3a9b6396.js +0 -461
  131. package/dist/esm/animate.taro-fb7986d6.js +0 -40
  132. package/dist/esm/animatingnumbers.taro-03e5d61d.js +0 -104
  133. package/dist/esm/audio.taro-87ec8bf2.js +0 -161
  134. package/dist/esm/avatar.taro-3676f38f.js +0 -103
  135. package/dist/esm/avatargroup-f3574510.js +0 -34
  136. package/dist/esm/backtop.taro-66394a36.js +0 -48
  137. package/dist/esm/badge.taro-a4e59c11.js +0 -52
  138. package/dist/esm/barrage.taro-0495a1b2.js +0 -94
  139. package/dist/esm/button.taro-9244d065.js +0 -100
  140. package/dist/esm/calendar.taro-670842ea.js +0 -65
  141. package/dist/esm/calendaritem.taro-2a603571.js +0 -787
  142. package/dist/esm/can-use-dom-3eeb5af4.js +0 -6
  143. package/dist/esm/card.taro-e4c76dad.js +0 -33
  144. package/dist/esm/cascader.taro-eb1fb011.js +0 -438
  145. package/dist/esm/cell.taro-a10a74d3.js +0 -64
  146. package/dist/esm/cellgroup.taro-abe501bc.js +0 -25
  147. package/dist/esm/checkbox.taro-6120e3e3.js +0 -171
  148. package/dist/esm/circleprogress.taro-79854448.js +0 -109
  149. package/dist/esm/col.taro-53eed3cc.js +0 -41
  150. package/dist/esm/collapse.taro-1a9e4ba2.js +0 -83
  151. package/dist/esm/collapseitem-4d0bc55d.js +0 -83
  152. package/dist/esm/configprovider-67d19d3a.js +0 -19
  153. package/dist/esm/configprovider.taro-8d71eb49.js +0 -42
  154. package/dist/esm/countdown.taro-5b17c607.js +0 -226
  155. package/dist/esm/datepicker.taro-6e9b4b8f.js +0 -275
  156. package/dist/esm/dialog.taro-a3267d29.js +0 -118
  157. package/dist/esm/divider.taro-26d1d8b4.js +0 -35
  158. package/dist/esm/drag.taro-79bb8744.js +0 -110
  159. package/dist/esm/elevator.taro-6019669e.js +0 -178
  160. package/dist/esm/ellipsis.taro-f15f26da.js +0 -241
  161. package/dist/esm/empty.taro-04ae4389.js +0 -62
  162. package/dist/esm/fixednav.taro-1f05acaf.js +0 -53
  163. package/dist/esm/form.taro-0c8e7a39.js +0 -179
  164. package/dist/esm/formitem.taro-190a3326.js +0 -89
  165. package/dist/esm/get-scroll-parent-b4a07e65.js +0 -25
  166. package/dist/esm/grid.taro-3503b82c.js +0 -61
  167. package/dist/esm/griditem.taro-cdb3f119.js +0 -98
  168. package/dist/esm/icon-296a1bec.js +0 -63
  169. package/dist/esm/icon.taro-296a1bec.js +0 -63
  170. package/dist/esm/image.taro-142cf512.js +0 -64
  171. package/dist/esm/imagepreview.taro-c50bb0a3.js +0 -167
  172. package/dist/esm/index-5bcb0ff8.js +0 -7
  173. package/dist/esm/indicator.taro-cba8b010.js +0 -37
  174. package/dist/esm/infiniteloading.taro-183bccbf.js +0 -144
  175. package/dist/esm/input.taro-97af6c96.js +0 -240
  176. package/dist/esm/inputnumber.taro-91f65d17.js +0 -130
  177. package/dist/esm/layout.taro-9046d093.js +0 -11
  178. package/dist/esm/menu.taro-7e4038a1.js +0 -99
  179. package/dist/esm/menuitem.taro-96cc4f15.js +0 -130
  180. package/dist/esm/navbar.taro-777c4705.js +0 -79
  181. package/dist/esm/noticebar.taro-4a23cdee.js +0 -448
  182. package/dist/esm/notify.taro-e17c6f82.js +0 -75
  183. package/dist/esm/numberkeyboard.taro-1bc24744.js +0 -159
  184. package/dist/esm/offsetContext-c2a746fa.js +0 -5
  185. package/dist/esm/overlay.taro-21e87fb1.js +0 -69
  186. package/dist/esm/pagination.taro-715a173b.js +0 -124
  187. package/dist/esm/picker.taro-9ad1b7c5.js +0 -473
  188. package/dist/esm/popover.taro-ad5e76ea.js +0 -156
  189. package/dist/esm/popup.taro-01676bff.js +0 -137
  190. package/dist/esm/price.taro-776ed16e.js +0 -83
  191. package/dist/esm/progress.taro-f0ce38e9.js +0 -90
  192. package/dist/esm/pulltorefresh.taro-a294f656.js +0 -181
  193. package/dist/esm/radio.taro-a6eff96c.js +0 -168
  194. package/dist/esm/range.taro-d8fc7656.js +0 -332
  195. package/dist/esm/rate.taro-6cdf03bd.js +0 -75
  196. package/dist/esm/row.taro-f64d4a13.js +0 -46
  197. package/dist/esm/searchbar.taro-0c25927b.js +0 -152
  198. package/dist/esm/shortpassword.taro-9ee034f7.js +0 -111
  199. package/dist/esm/sidenavbar.taro-c307b35e.js +0 -35
  200. package/dist/esm/sidenavbaritem.taro-5a7965d0.js +0 -12
  201. package/dist/esm/signature.taro-ec4e713b.js +0 -143
  202. package/dist/esm/skeleton.taro-76faf63f.js +0 -62
  203. package/dist/esm/step.taro-b7903e8c.js +0 -59
  204. package/dist/esm/steps.taro-c82d2252.js +0 -30
  205. package/dist/esm/sticky.taro-218bda37.js +0 -138
  206. package/dist/esm/subsidenavbar.taro-69cb9752.js +0 -63
  207. package/dist/esm/supports-passive-c85ef996.js +0 -18
  208. package/dist/esm/swipe.taro-ea35f07f.js +0 -177
  209. package/dist/esm/swiper.taro-7a94e211.js +0 -451
  210. package/dist/esm/swiperitem-c9e3d0d5.js +0 -29
  211. package/dist/esm/switch.taro-34ca8228.js +0 -50
  212. package/dist/esm/tabbar.taro-9acfc2fa.js +0 -59
  213. package/dist/esm/tabbaritem.taro-bf517487.js +0 -58
  214. package/dist/esm/table.taro-91fc0c01.js +0 -93
  215. package/dist/esm/tabpane.taro-4ca340ef.js +0 -23
  216. package/dist/esm/tabs.taro-6a7524a4.js +0 -140
  217. package/dist/esm/tag.taro-23ba0834.js +0 -92
  218. package/dist/esm/textarea.taro-442e7350.js +0 -94
  219. package/dist/esm/timedetail.taro-5b2f2269.js +0 -44
  220. package/dist/esm/timepannel.taro-d6e40180.js +0 -22
  221. package/dist/esm/timeselect.taro-a07036f4.js +0 -133
  222. package/dist/esm/toast.taro-d6c14811.js +0 -109
  223. package/dist/esm/trendarrow.taro-b8c5ccd9.js +0 -73
  224. package/dist/esm/typings-b9828dba.js +0 -9
  225. package/dist/esm/uploader.taro-587e6bf3.js +0 -492
  226. package/dist/esm/useClientRect-1f8ed1fe.js +0 -18
  227. package/dist/esm/useTouch-db24bb5c.js +0 -69
  228. package/dist/esm/video-f1be8a91.js +0 -67
  229. package/dist/esm/virtuallist.taro-f0b0270d.js +0 -214
  230. package/dist/esm/watermark.taro-9ce2ae37.js +0 -114
  231. package/dist/esm/zh-CN-c779e6c1.js +0 -131
@@ -1,168 +0,0 @@
1
- import React__default, { useState, useEffect, useCallback, useContext } from 'react';
2
- import { I as Icon } from './icon.taro-296a1bec.js';
3
- import { C as ComponentDefaults } from './typings-b9828dba.js';
4
- import { c as cn } from './bem-350c1702.js';
5
-
6
- const radioContext = {
7
- onChange: (val) => { },
8
- };
9
- var RadioContext = React__default.createContext(radioContext);
10
-
11
- const defaultProps$1 = {
12
- value: null,
13
- textPosition: 'right',
14
- onChange: (value) => { },
15
- direction: 'vertical',
16
- options: [],
17
- };
18
- const RadioGroup = React__default.forwardRef((props, ref) => {
19
- const { children } = { ...defaultProps$1, ...props };
20
- cn('RadioGroup');
21
- const { className, value, onChange, textPosition, direction, options, ...rest } = props;
22
- const [val2State, setVal2State] = useState(value);
23
- // useImperativeHandle(ref, () => ({
24
- // toggleAll(state: boolean) {
25
- // console.log(state)
26
- // if (state === false) {
27
- // setInnerValue([])
28
- // } else {
29
- // const childrenLabel: string[] = []
30
- // React.Children.map(children, (child) => {
31
- // const childProps = (child as any).props
32
- // childrenLabel.push(childProps.label || (child as any).children)
33
- // })
34
- // setInnerValue(childrenLabel)
35
- // }
36
- // },
37
- // }))
38
- useEffect(() => {
39
- setVal2State(value);
40
- }, [value]);
41
- // function handleChildChange(state: boolean, label: string) {
42
- // if (innerValue) {
43
- // let clippedValue = []
44
- // if (state) {
45
- // clippedValue = [...innerValue, label]
46
- // } else {
47
- // innerValue?.splice(innerValue?.indexOf(label), 1)
48
- // clippedValue = [...innerValue]
49
- // }
50
- // setInnerValue(clippedValue)
51
- // onChange && onChange(clippedValue)
52
- // }
53
- // }
54
- function validateChildChecked(child) {
55
- if (val2State === null)
56
- return false;
57
- return val2State === child.props.value;
58
- }
59
- function validateChecked(value) {
60
- if (val2State === null)
61
- return false;
62
- return val2State === value;
63
- }
64
- function cloneChildren() {
65
- return React__default.Children.map(children, (child, index) => {
66
- const childChecked = validateChildChecked(child);
67
- if (child.type.displayName !== 'NutRadio') {
68
- return React__default.cloneElement(child);
69
- }
70
- return React__default.cloneElement(child, {
71
- textPosition,
72
- checked: childChecked,
73
- // onChange: handleChildChange,
74
- });
75
- });
76
- }
77
- const renderOptionsChildren = useCallback(() => {
78
- return options?.map(({ label, value, disabled, onChange, ...rest }) => {
79
- const childChecked = validateChecked(value);
80
- return (React__default.createElement(Radio, { key: value?.toString(), children: label, value: value, disabled: disabled, onChange: onChange, ...rest, textPosition: textPosition, checked: childChecked }));
81
- });
82
- }, [val2State, options]);
83
- return (React__default.createElement(RadioContext.Provider, { value: {
84
- onChange: (val) => {
85
- setVal2State(val);
86
- onChange && onChange(val);
87
- },
88
- } },
89
- React__default.createElement("div", { className: `nut-radiogroup nut-radiogroup--${props.direction} ${className || ''}`, ...rest }, options?.length ? renderOptionsChildren() : cloneChildren())));
90
- });
91
- RadioGroup.defaultProps = defaultProps$1;
92
- RadioGroup.displayName = 'NutRadioGroup';
93
-
94
- const defaultProps = {
95
- ...ComponentDefaults,
96
- className: '',
97
- style: {},
98
- disabled: false,
99
- checked: false,
100
- shape: 'round',
101
- value: '',
102
- textPosition: 'right',
103
- iconName: 'check-normal',
104
- iconActiveName: 'check-checked',
105
- iconSize: 18,
106
- onChange: (e) => { },
107
- };
108
- const Radio = (props) => {
109
- const { children } = {
110
- ...defaultProps,
111
- ...props,
112
- };
113
- const { className, disabled, checked, shape, textPosition, value, iconName, iconActiveName, iconSize, onChange, iconClassPrefix, iconFontClassName, ...rest } = props;
114
- const componentName = 'nut-radio';
115
- const [checkedStatement, setCheckedStatement] = useState(checked);
116
- const [valueStatement, setValueStatement] = useState(value);
117
- const [disabledStatement, setDisabledStatement] = useState(disabled);
118
- const context = useContext(RadioContext);
119
- useEffect(() => {
120
- setDisabledStatement(disabled);
121
- setValueStatement(value);
122
- setCheckedStatement(checked);
123
- }, [disabled, value, checked]);
124
- const renderLabel = () => {
125
- return (React__default.createElement("div", { className: `${componentName}__label ${disabledStatement ? `${componentName}__label--disabled` : ''}` }, children));
126
- };
127
- const renderButton = () => {
128
- return (React__default.createElement("div", { className: `${componentName}__button ${!disabledStatement &&
129
- checkedStatement &&
130
- `${componentName}__button--active`} ${disabledStatement ? `${componentName}__button--disabled` : ''}` }, children));
131
- };
132
- const color = () => {
133
- if (disabledStatement) {
134
- return 'nut-radio__icon--disable';
135
- }
136
- if (checkedStatement) {
137
- return 'nut-radio__icon';
138
- }
139
- return 'nut-radio__icon--unchecked';
140
- };
141
- const renderIcon = () => {
142
- const { iconName, iconSize, iconActiveName } = props;
143
- return (React__default.createElement(Icon, { classPrefix: iconClassPrefix, fontClassName: iconFontClassName, name: !disabledStatement && checkedStatement ? iconActiveName : iconName, size: iconSize, className: color() }));
144
- };
145
- const reverseState = textPosition === 'left';
146
- const renderRadioItem = () => {
147
- if (shape === 'button') {
148
- return renderButton();
149
- }
150
- if (reverseState) {
151
- return [renderLabel(), renderIcon()];
152
- }
153
- return [renderIcon(), renderLabel()];
154
- };
155
- const handleClick = (e) => {
156
- if (disabledStatement || checkedStatement)
157
- return;
158
- setCheckedStatement(!checkedStatement);
159
- onChange && onChange(e);
160
- context && context.onChange(valueStatement);
161
- };
162
- return (React__default.createElement("div", { className: `nut-radio ${className} ${reverseState ? `${componentName}--reverse` : ''}`, onClick: handleClick, ...rest }, renderRadioItem()));
163
- };
164
- Radio.defaultProps = defaultProps;
165
- Radio.displayName = 'NutRadio';
166
- Radio.RadioGroup = RadioGroup;
167
-
168
- export { Radio as R, RadioGroup as a };
@@ -1,332 +0,0 @@
1
- import React__default, { useState, useRef, useEffect, useCallback } from 'react';
2
- import { u as useTouch } from './useTouch-db24bb5c.js';
3
- import { g as getRectByTaro } from './useClientRect-1f8ed1fe.js';
4
- import { T as Toast } from './toast.taro-d6c14811.js';
5
- import { u as useConfig } from './configprovider.taro-8d71eb49.js';
6
-
7
- const defaultProps = {
8
- range: false,
9
- hiddenRange: false,
10
- hiddenTag: false,
11
- min: 0,
12
- max: 100,
13
- step: 1,
14
- modelValue: 0,
15
- vertical: false,
16
- marks: {},
17
- };
18
- let startValue;
19
- let currentValue;
20
- const Range = (props) => {
21
- const { locale } = useConfig();
22
- const { className, range, disabled, activeColor, inactiveColor, buttonColor, hiddenRange, hiddenTag, modelValue, button, vertical, marks, dragStart, dragEnd, onChange, onDragStart, onDragEnd, minDesc, maxDesc, curValueDesc, } = { ...defaultProps, ...props };
23
- let { min, max, step } = { ...defaultProps, ...props };
24
- min = Number(min);
25
- max = Number(max);
26
- step = Number(step);
27
- const [buttonIndex, SetButtonIndex] = useState(0);
28
- const [initValue, SetInitValue] = useState();
29
- const [dragStatus, SetDragStatus] = useState('start' );
30
- const touch = useTouch();
31
- const root = useRef(null);
32
- const [marksList, SetMarksList] = useState([]);
33
- const [show, SetShow] = useState(false);
34
- const [toastMsg, SetToastMsg] = useState('');
35
- const toastShow = (msg) => {
36
- SetToastMsg(msg);
37
- SetShow(true);
38
- };
39
- useEffect(() => {
40
- if (typeof modelValue === 'number') {
41
- if (!range && (modelValue < min || modelValue > max)) {
42
- SetInitValue(0);
43
- toastShow(`${modelValue} ${locale.range.rangeText}`);
44
- return;
45
- }
46
- SetInitValue(modelValue);
47
- }
48
- }, [modelValue]);
49
- useEffect(() => {
50
- if (marks) {
51
- const marksKeys = Object.keys(marks);
52
- const list = marksKeys
53
- .map(parseFloat)
54
- .sort((a, b) => a - b)
55
- .filter((point) => point >= min && point <= max);
56
- SetMarksList(list);
57
- }
58
- }, [marks]);
59
- const scope = () => {
60
- return Number(max) - Number(min);
61
- };
62
- const classes = useCallback(() => {
63
- const prefixCls = 'nut-range';
64
- return [
65
- prefixCls,
66
- `${disabled ? `${prefixCls}-disabled` : ''}`,
67
- `${vertical ? `${prefixCls}-vertical` : ''}`,
68
- `${!hiddenRange ? `${prefixCls}-show-number` : ''}`,
69
- ]
70
- .filter(Boolean)
71
- .join(' ');
72
- }, [disabled, vertical, hiddenRange]);
73
- const containerClasses = useCallback(() => {
74
- const prefixCls = 'nut-range-container';
75
- return [prefixCls, `${vertical ? `${prefixCls}-vertical` : ''}`, className]
76
- .filter(Boolean)
77
- .join(' ');
78
- }, [vertical, className]);
79
- const markClassName = useCallback((mark) => {
80
- const classPrefix = 'nut-range-mark';
81
- let lowerBound = Number(min);
82
- let upperBound = Number(max);
83
- if (range) {
84
- const [left, right] = modelValue;
85
- lowerBound = left;
86
- upperBound = right;
87
- }
88
- else {
89
- upperBound = modelValue;
90
- }
91
- const isActive = mark <= upperBound && mark >= lowerBound;
92
- return [
93
- `${classPrefix}-text`,
94
- `${isActive ? `${classPrefix}-text-active` : ''}`,
95
- ]
96
- .filter(Boolean)
97
- .join(' ');
98
- }, [range, modelValue, min, max]);
99
- const [rangeName, setRangeName] = useState(classes());
100
- const [containerName, setContainerName] = useState(containerClasses());
101
- useEffect(() => {
102
- setRangeName(classes());
103
- setContainerName(containerClasses());
104
- }, [classes, containerClasses]);
105
- const wrapperStyle = () => {
106
- return {
107
- background: inactiveColor,
108
- };
109
- };
110
- const buttonStyle = () => {
111
- return {
112
- borderColor: buttonColor,
113
- };
114
- };
115
- const isRange = (val) => {
116
- return !!range && Array.isArray(val);
117
- };
118
- const calcMainAxis = () => {
119
- const modelVal = initValue || initValue === 0 ? initValue : modelValue;
120
- if (isRange(modelVal)) {
121
- return `${((modelVal[1] - modelVal[0]) * 100) / scope()}%`;
122
- }
123
- return `${((modelVal - Number(min)) * 100) / scope()}%`;
124
- };
125
- const calcOffset = () => {
126
- const modelVal = initValue || initValue === 0 ? initValue : modelValue;
127
- if (isRange(modelVal)) {
128
- return `${((modelVal[0] - Number(min)) * 100) / scope()}%`;
129
- }
130
- return `0%`;
131
- };
132
- const barStyle = () => {
133
- if (vertical) {
134
- return {
135
- height: calcMainAxis(),
136
- top: calcOffset(),
137
- background: activeColor,
138
- transition: dragStatus ? 'none' : undefined,
139
- };
140
- }
141
- return {
142
- width: calcMainAxis(),
143
- left: calcOffset(),
144
- background: activeColor,
145
- transition: dragStatus ? 'none' : undefined,
146
- };
147
- };
148
- const marksStyle = (mark) => {
149
- let style = {
150
- left: `${((mark - Number(min)) / scope()) * 100}%`,
151
- };
152
- if (vertical) {
153
- style = {
154
- top: `${((mark - Number(min)) / scope()) * 100}%`,
155
- };
156
- }
157
- return style;
158
- };
159
- const tickStyle = (mark) => {
160
- let lowerBound = Number(min);
161
- let upperBound = Number(max);
162
- if (range) {
163
- const [left, right] = modelValue;
164
- lowerBound = left;
165
- upperBound = right;
166
- }
167
- const isActive = mark <= upperBound && mark >= lowerBound;
168
- const style = {
169
- background: !isActive ? inactiveColor : activeColor,
170
- };
171
- return style;
172
- };
173
- const format = (value) => {
174
- value = Math.max(+min, Math.min(value, +max));
175
- return Math.round(value / +step) * +step;
176
- };
177
- const isSameValue = (newValue, oldValue) => {
178
- return JSON.stringify(newValue) === JSON.stringify(oldValue);
179
- };
180
- const handleOverlap = (value) => {
181
- if (value[0] > value[1]) {
182
- return value.slice(0).reverse();
183
- }
184
- return value;
185
- };
186
- const updateValue = (value, end) => {
187
- if (isRange(value)) {
188
- value = handleOverlap(value).map(format);
189
- }
190
- else {
191
- value = format(value);
192
- }
193
- const modelVal = initValue || initValue === 0 ? initValue : modelValue;
194
- if (!isSameValue(value, modelVal)) {
195
- SetInitValue(value);
196
- }
197
- if ((marks || end) && !isSameValue(value, startValue)) {
198
- onChange && onChange(value);
199
- }
200
- };
201
- const click = async (event) => {
202
- if (disabled || !root.current) {
203
- return;
204
- }
205
- SetDragStatus('');
206
- const rect = await getRectByTaro(root.current);
207
- let delta = (event.detail.x ? event.detail.x : event.clientX) - rect.left;
208
- let total = rect.width;
209
- if (vertical) {
210
- delta = (event.detail.y ? event.detail.y : event.clientY) - rect.top;
211
- total = rect.height;
212
- }
213
- const value = Number(min) + (delta / total) * scope();
214
- currentValue = initValue || initValue === 0 ? initValue : modelValue;
215
- if (isRange(currentValue)) {
216
- const [left, right] = currentValue;
217
- const middle = (left + right) / 2;
218
- if (value <= middle) {
219
- updateValue([value, right], true);
220
- }
221
- else {
222
- updateValue([left, value], true);
223
- }
224
- }
225
- else {
226
- updateValue(value, true);
227
- }
228
- };
229
- const onTouchStart = (event) => {
230
- if (disabled) {
231
- return;
232
- }
233
- touch.start(event);
234
- currentValue = initValue || initValue === 0 ? initValue : modelValue;
235
- if (isRange(currentValue)) {
236
- startValue = currentValue.map(format);
237
- }
238
- else {
239
- startValue = format(currentValue);
240
- }
241
- SetDragStatus('start');
242
- };
243
- const onTouchMove = async (event) => {
244
- if (disabled || !root.current) {
245
- return;
246
- }
247
- if (dragStatus === 'start') {
248
- dragStart && dragStart();
249
- onDragStart && onDragStart();
250
- }
251
- touch.move(event);
252
- SetDragStatus('draging');
253
- const rect = await getRectByTaro(root.current);
254
- let delta = touch.deltaX;
255
- let total = rect.width;
256
- let diff = (delta / total) * scope();
257
- if (vertical) {
258
- delta = touch.deltaY;
259
- total = rect.height;
260
- diff = (delta / total) * scope();
261
- }
262
- if (isRange(startValue)) {
263
- currentValue[buttonIndex] = startValue[buttonIndex] + diff;
264
- }
265
- else {
266
- currentValue = startValue + diff;
267
- }
268
- updateValue(currentValue);
269
- };
270
- const onTouchEnd = (event) => {
271
- if (disabled) {
272
- return;
273
- }
274
- if (dragStatus === 'draging') {
275
- updateValue(currentValue, true);
276
- dragEnd && dragEnd();
277
- onDragEnd && onDragEnd();
278
- }
279
- SetDragStatus('');
280
- };
281
- const curValue = (idx) => {
282
- const modelVal = initValue || initValue === 0 ? initValue : modelValue;
283
- const value = typeof idx === 'number' ? modelVal[idx] : modelVal;
284
- return value;
285
- };
286
- return (React__default.createElement("div", { className: `${containerName}` },
287
- !hiddenRange ? React__default.createElement("div", { className: "min" }, minDesc || +min) : null,
288
- React__default.createElement("div", { ref: root, style: wrapperStyle(), className: `${rangeName}`, onClick: (e) => {
289
- click(e);
290
- } },
291
- marksList.length > 0 ? (React__default.createElement("div", { className: "nut-range-mark" }, marksList.map((marks) => {
292
- return (React__default.createElement("span", { key: marks, className: markClassName(marks), style: marksStyle(marks) },
293
- marks,
294
- React__default.createElement("span", { className: "nut-range-tick", style: tickStyle(marks) })));
295
- }))) : null,
296
- React__default.createElement("div", { className: "nut-range-bar", style: barStyle() }, range ? ([0, 1].map((item, index) => {
297
- return (React__default.createElement("div", { role: "slider", key: index, className: `${index === 0 ? 'nut-range-button-wrapper-left' : ''}
298
- ${index === 1 ? 'nut-range-button-wrapper-right' : ''}`, tabIndex: disabled ? -1 : 0, "aria-valuemin": +min, "aria-valuenow": curValue(index), "aria-valuemax": +max, "aria-orientation": vertical ? 'vertical' : 'horizontal', onTouchStart: (e) => {
299
- if (typeof index === 'number') {
300
- // 实时更新当前拖动的按钮索引
301
- SetButtonIndex(index);
302
- }
303
- onTouchStart(e);
304
- }, onTouchMove: (e) => {
305
- onTouchMove(e);
306
- }, onTouchEnd: (e) => {
307
- onTouchEnd();
308
- }, onTouchCancel: (e) => {
309
- onTouchEnd();
310
- }, onClick: (e) => {
311
- e.stopPropagation();
312
- } }, button || (React__default.createElement("div", { className: "nut-range-button", style: buttonStyle() }, !hiddenTag ? (React__default.createElement("div", { className: "number" }, curValueDesc || curValue(index))) : null))));
313
- })) : (React__default.createElement("div", { role: "slider", className: "nut-range-button-wrapper", tabIndex: disabled ? -1 : 0, "aria-valuemin": +min, "aria-valuenow": curValue(), "aria-valuemax": +max, "aria-orientation": vertical ? 'vertical' : 'horizontal', onTouchStart: (e) => {
314
- onTouchStart(e);
315
- }, onTouchMove: (e) => {
316
- onTouchMove(e);
317
- }, onTouchEnd: (e) => {
318
- onTouchEnd();
319
- }, onTouchCancel: (e) => {
320
- onTouchEnd();
321
- }, onClick: (e) => {
322
- e.stopPropagation();
323
- } }, button || (React__default.createElement("div", { className: "nut-range-button", style: buttonStyle() }, !hiddenTag ? (React__default.createElement("div", { className: "number" }, curValueDesc || curValue())) : null)))))),
324
- !hiddenRange ? React__default.createElement("div", { className: "max" }, maxDesc || +max) : null,
325
- React__default.createElement(Toast, { type: "text", visible: show, msg: toastMsg, onClose: () => {
326
- SetShow(false);
327
- } })));
328
- };
329
- Range.defaultProps = defaultProps;
330
- Range.displayName = 'NutRange';
331
-
332
- export { Range as R };
@@ -1,75 +0,0 @@
1
- import React__default, { useState, useEffect } from 'react';
2
- import classNames from 'classnames';
3
- import { c as cn } from './bem-350c1702.js';
4
- import { I as Icon } from './icon-296a1bec.js';
5
- import { C as ComponentDefaults } from './typings-b9828dba.js';
6
-
7
- const defaultProps = {
8
- ...ComponentDefaults,
9
- count: 5,
10
- modelValue: 0,
11
- minimizeValue: 0,
12
- iconSize: 18,
13
- activeColor: '',
14
- voidColor: '',
15
- checkedIcon: 'star-fill-n',
16
- uncheckedIcon: 'star-n',
17
- disabled: false,
18
- readonly: false,
19
- allowHalf: false,
20
- spacing: 14,
21
- };
22
- const Rate = (props) => {
23
- const { className, style, count, modelValue, minimizeValue, iconSize, activeColor, voidColor, checkedIcon, uncheckedIcon, disabled, readonly, allowHalf, spacing, onChange, iconClassPrefix, iconFontClassName, } = {
24
- ...defaultProps,
25
- ...props,
26
- };
27
- const b = cn('rate');
28
- const bi = cn('rate-item');
29
- const [countArray, setCountArray] = useState([1, 2, 3, 4, 5]);
30
- const [score, setScore] = useState(0);
31
- useEffect(() => {
32
- const tmp = [];
33
- for (let i = 1; i <= Number(count); i++) {
34
- tmp.push(i);
35
- }
36
- setCountArray(tmp);
37
- }, [count]);
38
- useEffect(() => {
39
- setScore(Math.max(Number(modelValue), Number(minimizeValue)));
40
- }, [modelValue]);
41
- const pxCheck = (value) => {
42
- return Number.isNaN(Number(value)) ? String(value) : `${value}px`;
43
- };
44
- const onClick = (e, index) => {
45
- e.preventDefault();
46
- e.stopPropagation();
47
- if (disabled || readonly)
48
- return;
49
- let value = 0;
50
- if (!(index === 1 && score === index)) {
51
- value = index;
52
- }
53
- value = Math.max(value, Number(minimizeValue));
54
- setScore(value);
55
- onChange && onChange(value);
56
- };
57
- const onHalfClick = (event, n) => {
58
- event.preventDefault();
59
- event.stopPropagation();
60
- const value = Math.max(Number(minimizeValue), n - 0.5);
61
- setScore(value);
62
- onChange && onChange(value);
63
- };
64
- return (React__default.createElement("div", { className: classNames(b(), className), style: style }, countArray.map((n) => {
65
- return (React__default.createElement("div", { className: bi(), key: n, onClick: (event) => onClick(event, n), style: { marginRight: pxCheck(spacing) } },
66
- React__default.createElement(Icon, { classPrefix: iconClassPrefix, fontClassName: iconFontClassName, size: iconSize, className: classNames(bi('icon'), {
67
- [bi('icon--disabled')]: disabled || n > score,
68
- }), name: n <= score ? checkedIcon : uncheckedIcon, color: n <= score ? activeColor : voidColor }),
69
- allowHalf && score > n - 1 && (React__default.createElement(Icon, { classPrefix: iconClassPrefix, fontClassName: iconFontClassName, onClick: (event) => onHalfClick(event, n), className: `${bi('icon')} ${bi('icon--half')}`, color: n <= score ? activeColor : voidColor, size: iconSize, name: checkedIcon }))));
70
- })));
71
- };
72
- Rate.defaultProps = defaultProps;
73
- Rate.displayName = 'NutRate';
74
-
75
- export { Rate as R };
@@ -1,46 +0,0 @@
1
- import React__default from 'react';
2
- import classNames from 'classnames';
3
- import { D as DataContext } from './UserContext-0aac9a82.js';
4
-
5
- const defaultProps = {
6
- type: '',
7
- justify: 'start',
8
- align: 'flex-start',
9
- wrap: 'nowrap',
10
- gutter: '0',
11
- };
12
- const Row = (props) => {
13
- const { className, style = {}, children, type, justify, align, wrap, gutter, onClick, } = {
14
- ...defaultProps,
15
- ...props,
16
- };
17
- const prefixCls = 'nut-row';
18
- const getClass = (prefix, type) => {
19
- const classType = type ? `nut-row-${prefix}-${type}` : '';
20
- const className = prefix ? classType : `nut-row-${type}`;
21
- return className;
22
- };
23
- const getClasses = () => {
24
- return `
25
- ${getClass('', type)}
26
- ${getClass('justify', justify)}
27
- ${getClass('align', align)}
28
- ${getClass('flex', wrap)}
29
- ${prefixCls}
30
- `;
31
- };
32
- const parentRow = {
33
- gutter,
34
- };
35
- return (React__default.createElement(DataContext.Provider, { value: parentRow }, React__default.createElement('div', {
36
- className: classNames(getClasses(), className),
37
- style,
38
- onClick: (e) => {
39
- onClick && onClick(e, 'row');
40
- },
41
- }, children)));
42
- };
43
- Row.defaultProps = defaultProps;
44
- Row.displayName = 'NutRow';
45
-
46
- export { Row as R };