@unicom-cloud/ui 0.8.81 → 0.8.82

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 (262) hide show
  1. package/Affix.js +1 -1
  2. package/Alert.js +1 -1
  3. package/AutoComplete.js +2 -2
  4. package/BackTop.js +2 -2
  5. package/Badge.js +1 -1
  6. package/Breadcrumb.js +2 -2
  7. package/Button.js +1 -1
  8. package/Calendar.js +2 -2
  9. package/Card.js +1 -1
  10. package/Carousel.js +1 -1
  11. package/Cascader.js +1 -1
  12. package/Checkbox.js +1 -1
  13. package/Collapse.js +1 -1
  14. package/ColorPicker.js +2 -2
  15. package/Comment.js +1 -1
  16. package/ConfigProvider.js +5 -4
  17. package/Copy.js +1 -1
  18. package/DatePicker.js +7 -7
  19. package/Descriptions.js +1 -1
  20. package/Divider.js +1 -1
  21. package/Draggable.js +1 -1
  22. package/Dropdown.js +1 -1
  23. package/Empty.js +1 -1
  24. package/Icon.js +1 -1
  25. package/IconHover.js +1 -1
  26. package/Image.js +1 -1
  27. package/InputNumber.js +1 -1
  28. package/Layout.js +1 -1
  29. package/Link.js +1 -1
  30. package/List.js +2 -2
  31. package/Mentions.js +2 -2
  32. package/Menu.js +1 -1
  33. package/Message.js +1 -1
  34. package/Modal.js +1 -1
  35. package/Notice.js +1 -1
  36. package/Notification.js +5 -5
  37. package/OverflowEllipsis.js +1 -1
  38. package/PageHeader.js +1 -1
  39. package/Pagination.js +1 -1
  40. package/Popconfirm.js +1 -1
  41. package/Popover.js +1 -1
  42. package/Progress.js +1 -1
  43. package/Radio.js +1 -1
  44. package/Rate.js +1 -1
  45. package/ResizeBox.js +1 -1
  46. package/Result.js +1 -1
  47. package/Select.js +1 -1
  48. package/Skeleton.js +1 -1
  49. package/Slider.js +1 -1
  50. package/Space.js +1 -1
  51. package/SpeechSynthesis.js +1 -1
  52. package/Spin.js +1 -1
  53. package/Statistic.js +2 -2
  54. package/Steps.js +1 -1
  55. package/Switch.js +1 -1
  56. package/Table.js +1 -1
  57. package/Tabs.js +1 -1
  58. package/Tag.js +1 -1
  59. package/Tooltip.js +1 -1
  60. package/Transfer.js +2 -2
  61. package/Tree.js +1 -1
  62. package/TreeSelect.js +1 -1
  63. package/Trigger.js +1 -1
  64. package/Typography.js +1 -1
  65. package/affix/index.js +60 -57
  66. package/alert/index.js +53 -53
  67. package/anchor/Anchor.js +72 -72
  68. package/anchor/Link.js +27 -27
  69. package/anchor/util.js +1 -1
  70. package/auto-complete/index.js +2 -2
  71. package/avatar/Avatar.js +31 -31
  72. package/avatar/Group.js +25 -25
  73. package/back-top/index.js +30 -30
  74. package/badge/index.js +37 -37
  75. package/breadcrumb/index.js +26 -26
  76. package/button/Group.js +7 -7
  77. package/button/index.js +29 -29
  78. package/calendar/index.js +2 -2
  79. package/card/Grid.js +12 -12
  80. package/card/Meta.js +17 -17
  81. package/card/index.js +44 -44
  82. package/carousel/Arrow.js +19 -19
  83. package/carousel/Indicator.js +25 -25
  84. package/carousel/index.js +77 -77
  85. package/cascader/Cascader.js +2 -2
  86. package/cascader/index.js +1 -1
  87. package/cascader/util.js +1 -1
  88. package/checkbox/Checkbox.js +2 -2
  89. package/checkbox/Group.js +2 -2
  90. package/checkbox/GroupBlock.js +2 -2
  91. package/checkbox/index.js +2 -2
  92. package/chunk/{yLRv5RIK.js → CQI1gsQs.js} +181 -181
  93. package/chunk/CmMehQON.js +1464 -0
  94. package/chunk/Cplu5dtQ.js +730 -0
  95. package/chunk/{C5X4hOkx.js → D0338Pbq.js} +80 -80
  96. package/chunk/{DYspELhF.js → DXDbeIai.js} +223 -223
  97. package/chunk/{DEiyXzBZ.js → DfrB26fI.js} +63 -63
  98. package/chunk/{BG7YGUsx.js → dKvAiKxr.js} +119 -119
  99. package/chunk/{BNevupAU.js → uKZyjtff.js} +5 -4
  100. package/chunk/{DLBfXSnU.js → w221i0nK.js} +2872 -2871
  101. package/collapse/Collapse.js +2 -2
  102. package/collapse/Item.js +2 -2
  103. package/collapse/index.js +1 -1
  104. package/color-picker/ControlBar.js +36 -36
  105. package/color-picker/InputAlpha.js +11 -11
  106. package/color-picker/InputHex.js +24 -24
  107. package/color-picker/InputRgb.js +23 -23
  108. package/color-picker/Palette.js +18 -18
  109. package/color-picker/Panel.js +2 -2
  110. package/color-picker/index.js +2 -2
  111. package/comment/index.js +31 -31
  112. package/config-provider/ConfigProvider.js +5 -4
  113. package/config-provider/context.js +2 -2
  114. package/config-provider/index.js +4 -3
  115. package/copy/index.js +28 -28
  116. package/date-picker/Picker.js +276 -276
  117. package/date-picker/{PickerRange.js → RangePicker.js} +2 -2
  118. package/date-picker/index.js +26 -27
  119. package/descriptions/index.js +33 -33
  120. package/divider/index.js +12 -12
  121. package/draggable/index.js +23 -23
  122. package/drawer/Drawer.js +81 -81
  123. package/dropdown/Button.js +1 -1
  124. package/dropdown/index.js +56 -56
  125. package/empty/index.js +1 -1
  126. package/form/Form.js +76 -76
  127. package/form/FormItem.js +64 -64
  128. package/grid/Col.js +53 -53
  129. package/grid/Row.js +34 -34
  130. package/grid/grid-item.js +29 -29
  131. package/grid/grid.js +50 -50
  132. package/icon/index.js +20 -19
  133. package/icon-hover/index.js +1 -1
  134. package/image/Image.js +86 -86
  135. package/image/ImagePreview.js +2 -2
  136. package/image/ImagePreviewArrow.js +22 -22
  137. package/image/ImagePreviewGroup.js +1 -1
  138. package/image/index.js +1 -1
  139. package/index.js +410 -408
  140. package/input/Group.js +8 -8
  141. package/input/Input.js +322 -322
  142. package/input/InputElement.js +1 -1
  143. package/input/Password.js +1 -1
  144. package/input/Search.js +1 -1
  145. package/input/Textarea.js +1 -1
  146. package/input-number/index.js +1 -1
  147. package/input-tag/InputTag.js +40 -40
  148. package/layout/Content.js +7 -7
  149. package/layout/Footer.js +9 -9
  150. package/layout/Header.js +7 -7
  151. package/layout/Sider.js +55 -55
  152. package/layout/index.js +32 -32
  153. package/link/index.js +35 -35
  154. package/list/Item.js +29 -29
  155. package/list/Meta.js +12 -12
  156. package/list/index.js +2 -2
  157. package/mentions/index.js +2 -2
  158. package/menu/Menu.js +2 -2
  159. package/menu/OverflowWrap.js +1 -1
  160. package/menu/index.js +2 -2
  161. package/message/index.js +1 -1
  162. package/message/useMessage.js +1 -1
  163. package/modal/Confirm.js +2 -2
  164. package/modal/Modal.js +2 -2
  165. package/modal/index.js +1 -1
  166. package/notice/index.js +1 -1
  167. package/notification/index.js +5 -5
  168. package/notification/useNotification.js +1 -1
  169. package/overflow-ellipsis/OverflowItem.js +12 -12
  170. package/overflow-ellipsis/index.js +24 -24
  171. package/package.json +1 -1
  172. package/page-header/index.js +38 -38
  173. package/pagination/PageItem.js +16 -16
  174. package/pagination/PageJumper.js +1 -1
  175. package/pagination/PageOption.js +2 -2
  176. package/pagination/Pagination.js +2 -2
  177. package/pagination/index.js +1 -1
  178. package/picker/Input.js +69 -69
  179. package/picker/InputRange.js +111 -111
  180. package/popconfirm/index.js +61 -61
  181. package/popover/index.js +35 -35
  182. package/progress/index.js +22 -22
  183. package/radio/Group.js +2 -2
  184. package/radio/GroupBlock.js +2 -2
  185. package/radio/Radio.js +2 -2
  186. package/radio/index.js +2 -2
  187. package/rate/index.js +49 -49
  188. package/resize-box/ResizeTrigger.js +34 -34
  189. package/resize-box/Split.js +56 -56
  190. package/resize-box/SplitGroup.js +55 -55
  191. package/resize-box/index.js +51 -51
  192. package/result/index.js +41 -41
  193. package/select/Option.js +1 -1
  194. package/select/Select.js +2 -2
  195. package/select/index.js +2 -2
  196. package/select/util.js +1 -1
  197. package/select-view/Core.js +125 -125
  198. package/skeleton/index.js +20 -20
  199. package/slider/Button.js +57 -57
  200. package/slider/index.js +116 -116
  201. package/space/index.js +46 -44
  202. package/speech-synthesis/index.js +1 -1
  203. package/spin/DotLoading.js +10 -10
  204. package/spin/index.js +44 -44
  205. package/statistic/Countdown.js +34 -34
  206. package/statistic/index.js +67 -67
  207. package/steps/index.js +55 -55
  208. package/style.css +1 -1
  209. package/switch/index.js +54 -54
  210. package/table/Table.js +3 -3
  211. package/table/index.js +1 -1
  212. package/tabs/Tab.js +2 -2
  213. package/tabs/TabContent.js +2 -2
  214. package/tabs/TabPane.js +12 -12
  215. package/tabs/index.js +2 -2
  216. package/tag/index.js +45 -45
  217. package/time-picker/Picker.js +76 -76
  218. package/time-picker/TimePicker.js +136 -136
  219. package/time-picker/index.js +8 -8
  220. package/time-picker/util.js +5 -5
  221. package/timeline/Item.js +47 -47
  222. package/timeline/Timeline.js +41 -41
  223. package/tooltip/index.js +29 -29
  224. package/transfer/Item.js +2 -2
  225. package/transfer/List.js +2 -2
  226. package/transfer/index.js +2 -2
  227. package/tree/Animation.js +2 -2
  228. package/tree/Node.js +2 -2
  229. package/tree/NodeList.js +1 -1
  230. package/tree/Tree.js +2 -2
  231. package/tree/index.js +1 -1
  232. package/tree-select/List.js +1 -1
  233. package/tree-select/Select.js +2 -2
  234. package/tree-select/index.js +2 -2
  235. package/trigger/index.js +60 -60
  236. package/types/config-provider/ConfigProvider.d.ts +2 -2
  237. package/types/config-provider/context.d.ts +1 -1
  238. package/types/date-picker/index.d.ts +8 -9
  239. package/types/date-picker/interface.d.ts +9 -9
  240. package/types/index.d.ts +1 -1
  241. package/types/picker/Input.d.ts +2 -2
  242. package/types/space/index.d.ts +2 -1
  243. package/types/utils/names.d.ts +1 -1
  244. package/typography/Base.js +53 -53
  245. package/typography/Ellipsis.js +9 -8
  246. package/typography/Operations.js +28 -28
  247. package/typography/Paragraph.js +8 -8
  248. package/typography/Typography.js +7 -7
  249. package/typography/index.js +1 -1
  250. package/upload/TriggerNode.js +47 -47
  251. package/upload/Upload.js +184 -184
  252. package/utils/contextHolder.js +3 -3
  253. package/utils/index.js +13 -13
  254. package/utils/names.js +1 -1
  255. package/utils/setPrimaryColor.js +18 -13
  256. package/utils/tween.js +1 -1
  257. package/verification-code/VerificationCode.js +49 -49
  258. package/version/index.js +1 -1
  259. package/watermark/Watermark.js +24 -24
  260. package/chunk/CQvM33Vg.js +0 -724
  261. package/chunk/yhU2zeeu.js +0 -1461
  262. /package/types/date-picker/{PickerRange.d.ts → RangePicker.d.ts} +0 -0
package/carousel/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsxs as ye, jsx as I } from "react/jsx-runtime";
2
- import P, { useContext as xe, useRef as F, useState as m, useEffect as z, useImperativeHandle as Ne } from "react";
3
- import { a as Ie } from "../chunk/CQvM33Vg.js";
2
+ import P, { useContext as Ne, useRef as z, useState as m, useEffect as O, useImperativeHandle as xe } from "react";
3
+ import { a as Ie } from "../chunk/Cplu5dtQ.js";
4
4
  import { u as Ce } from "../chunk/C4OrxKE6.js";
5
5
  import { u as Pe } from "../chunk/BFTV6myl.js";
6
6
  import C from "@unicom-cloud/utils/class-name";
@@ -19,30 +19,30 @@ const we = 3e3, Ae = {
19
19
  moveSpeed: 500,
20
20
  timingFunc: "cubic-bezier(0.34, 0.69, 0.1, 1)"
21
21
  };
22
- function Ee(B, O) {
23
- const { getPrefixCls: G, componentConfig: $, rtl: V } = xe(Ie), h = Pe(
24
- B,
22
+ function Ee(G, V) {
23
+ const { getPrefixCls: $, componentConfig: b, rtl: _ } = Ne(Ie), h = Pe(
24
+ G,
25
25
  Ae,
26
- $ == null ? void 0 : $.Carousel
26
+ b == null ? void 0 : b.Carousel
27
27
  ), {
28
28
  style: J,
29
29
  className: K,
30
30
  children: Q,
31
31
  currentIndex: y,
32
- animation: x,
32
+ animation: N,
33
33
  trigger: ee,
34
- direction: b,
35
- moveSpeed: T,
36
- timingFunc: _,
37
- indicatorType: k,
38
- indicatorPosition: W,
34
+ direction: T,
35
+ moveSpeed: W,
36
+ timingFunc: k,
37
+ indicatorType: U,
38
+ indicatorPosition: S,
39
39
  indicatorClassName: te,
40
- showArrow: U,
40
+ showArrow: Y,
41
41
  miniRender: re,
42
42
  arrowClassName: ne,
43
43
  carousel: ie,
44
44
  icons: oe,
45
- onChange: S,
45
+ onChange: w,
46
46
  ...se
47
47
  } = h;
48
48
  let o = h.autoPlay;
@@ -52,17 +52,17 @@ function Ee(B, O) {
52
52
  !0,
53
53
  "[Pqb Carousel] The 'autoPlaySpeed' property will be removed in the next major version, please use 'autoPlay.interval' instead."
54
54
  ));
55
- const Y = P.Children.toArray(Q).filter(
55
+ const Z = P.Children.toArray(Q).filter(
56
56
  (e) => P.isValidElement(e)
57
- ), d = Y.length, p = F(null), f = F(null), N = F(null), [w, ae] = m(
58
- typeof y == "number" ? g(y) : 0
59
- ), [le, ce] = m(w), [ue, Z] = m(!1), [A, q] = m(!1), [E, de] = m(
57
+ ), d = Z.length, p = z(null), f = z(null), x = z(null), [A, ae] = m(
58
+ typeof y == "number" ? v(y) : 0
59
+ ), [le, ce] = m(A), [ue, q] = m(!1), [E, X] = m(!1), [M, de] = m(
60
60
  null
61
- ), [X, M] = m({
61
+ ), [B, R] = m({
62
62
  sliderWrapper: null,
63
63
  indicatorWrapper: null
64
- }), s = typeof y == "number" ? g(y) : w, R = g(s - 1), j = g(s + 1), me = typeof o == "object" && o.interval ? o.interval : we;
65
- z(() => () => N.current && clearTimeout(N.current), []), z(() => {
64
+ }), s = typeof y == "number" ? v(y) : A, j = v(s - 1), D = v(s + 1), me = typeof o == "object" && o.interval ? o.interval : we;
65
+ O(() => () => x.current && clearTimeout(x.current), []), O(() => {
66
66
  c({
67
67
  targetIndex: s
68
68
  });
@@ -70,24 +70,24 @@ function Ee(B, O) {
70
70
  const pe = Ce(
71
71
  () => {
72
72
  c({
73
- targetIndex: j
73
+ targetIndex: D
74
74
  });
75
75
  },
76
76
  o && !ue && d > 1 ? me : null
77
77
  );
78
- Ne(ie, () => ({
78
+ xe(ie, () => ({
79
79
  dom: p.current,
80
80
  getRootDOMNode: () => p.current,
81
81
  goto: ({ index: e, isNegative: t, isManual: r, resetAutoPlayInterval: i }) => {
82
82
  c({
83
- targetIndex: g(e),
83
+ targetIndex: v(e),
84
84
  isNegative: t,
85
85
  isManual: r,
86
86
  resetAutoPlayInterval: i
87
87
  });
88
88
  }
89
89
  }));
90
- function g(e) {
90
+ function v(e) {
91
91
  const t = +e;
92
92
  return typeof t == "number" && !isNaN(t) ? (t + d) % d : e;
93
93
  }
@@ -97,21 +97,21 @@ function Ee(B, O) {
97
97
  isManual: r = !1,
98
98
  resetAutoPlayInterval: i = !1
99
99
  }) {
100
- !A && e !== s && (q(!0), ae(e), ce(w), de(t ? "negative" : "positive"), S == null || S(e, s, r), o && i && pe(), N.current = setTimeout(() => {
101
- q(!1), N.current = null;
102
- }, T));
100
+ !E && e !== s && (X(!0), ae(e), ce(A), de(t ? "negative" : "positive"), w == null || w(e, s, r), o && i && pe(), x.current = setTimeout(() => {
101
+ X(!1), x.current = null;
102
+ }, W));
103
103
  }
104
104
  function fe() {
105
- if (x === "card") {
105
+ if (N === "card") {
106
106
  if (f.current) {
107
107
  const e = f.current.children[0];
108
108
  if (!e)
109
109
  return;
110
- if (b === "horizontal") {
111
- const t = f.current.clientWidth, r = e.clientWidth, i = (t - r) / 2, a = 200, l = t / 2, u = r, v = l + 50 >= u ? a * 4 : a * l / (u - l);
112
- M({
110
+ if (T === "horizontal") {
111
+ const t = f.current.clientWidth, r = e.clientWidth, i = (t - r) / 2, a = 200, l = t / 2, u = r, g = l + 50 >= u ? a * 4 : a * l / (u - l);
112
+ R({
113
113
  sliderWrapper: {
114
- perspective: v
114
+ perspective: g
115
115
  },
116
116
  indicatorWrapper: {
117
117
  width: "auto",
@@ -120,10 +120,10 @@ function Ee(B, O) {
120
120
  }
121
121
  });
122
122
  } else {
123
- const t = f.current.clientHeight, r = e.clientHeight, i = (t - r) / 2, a = 200, l = t / 2, u = r, v = l + 50 >= u ? a * 4 : a * l / (u - l);
124
- M({
123
+ const t = f.current.clientHeight, r = e.clientHeight, i = (t - r) / 2, a = 200, l = t / 2, u = r, g = l + 50 >= u ? a * 4 : a * l / (u - l);
124
+ R({
125
125
  sliderWrapper: {
126
- perspective: v
126
+ perspective: g
127
127
  },
128
128
  indicatorWrapper: {
129
129
  height: "auto",
@@ -134,37 +134,37 @@ function Ee(B, O) {
134
134
  }
135
135
  }
136
136
  } else
137
- M({
137
+ R({
138
138
  sliderWrapper: null,
139
139
  indicatorWrapper: null
140
140
  });
141
141
  }
142
- const n = G("carousel"), ge = C(
142
+ const n = $ == null ? void 0 : $("carousel"), ve = C(
143
143
  n,
144
- `${n}-indicator-position-${W}`,
144
+ `${n}-indicator-position-${S}`,
145
145
  {
146
- [`${n}-rtl`]: V
146
+ [`${n}-rtl`]: _
147
147
  },
148
148
  K
149
- ), ve = Object.assign(
149
+ ), ge = Object.assign(
150
150
  {},
151
151
  o && (typeof o != "object" || o.hoverToPause !== !1) ? {
152
- onMouseEnter: () => Z(!0),
153
- onMouseLeave: () => Z(!1)
152
+ onMouseEnter: () => q(!0),
153
+ onMouseLeave: () => q(!1)
154
154
  } : null
155
155
  );
156
- let [D, H] = [
156
+ let [H, L] = [
157
157
  () => c({
158
- targetIndex: R,
158
+ targetIndex: j,
159
159
  isNegative: !0,
160
160
  isManual: !0
161
161
  }),
162
162
  () => c({
163
- targetIndex: j,
163
+ targetIndex: D,
164
164
  isManual: !0
165
165
  })
166
166
  ];
167
- return V && ([D, H] = [H, D]), z(() => {
167
+ return _ && ([H, L] = [L, H]), O(() => {
168
168
  const e = be([p.current], fe);
169
169
  return () => {
170
170
  e();
@@ -173,56 +173,56 @@ function Ee(B, O) {
173
173
  "div",
174
174
  {
175
175
  ref: (e) => {
176
- O = e, p.current = O;
176
+ V = e, p.current = V;
177
177
  },
178
- className: ge,
178
+ className: ve,
179
179
  style: J,
180
180
  ...$e(se, ["autoplay", "autoPlaySpeed"]),
181
- ...ve,
181
+ ...ge,
182
182
  children: [
183
183
  /* @__PURE__ */ I(
184
184
  "div",
185
185
  {
186
186
  ref: f,
187
- style: X.sliderWrapper,
187
+ style: B.sliderWrapper,
188
188
  className: C(
189
- `${n}-${x}`,
190
- `${n}-${b}`,
189
+ `${n}-${N}`,
190
+ `${n}-${T}`,
191
191
  {
192
- [`${n}-negative`]: E === "negative"
192
+ [`${n}-negative`]: M === "negative"
193
193
  }
194
194
  ),
195
- children: Y.map((e, t) => {
196
- const r = t === s, i = t === R, a = t === j;
195
+ children: Z.map((e, t) => {
196
+ const r = t === s, i = t === j, a = t === D;
197
197
  if (!(!re || r || i || a))
198
198
  return null;
199
199
  const {
200
200
  style: u,
201
- className: v,
202
- onClick: L
201
+ className: g,
202
+ onClick: F
203
203
  } = e.props;
204
204
  return P.cloneElement(e, {
205
205
  "aria-hidden": !r,
206
206
  style: Object.assign(
207
207
  {
208
- transitionTimingFunction: _,
209
- transitionDuration: `${T}ms`,
210
- animationTimingFunction: _,
211
- animationDuration: `${T}ms`
208
+ transitionTimingFunction: k,
209
+ transitionDuration: `${W}ms`,
210
+ animationTimingFunction: k,
211
+ animationDuration: `${W}ms`
212
212
  },
213
213
  u
214
214
  ),
215
- className: C(v, {
215
+ className: C(g, {
216
216
  [`${n}-item-prev`]: i,
217
217
  [`${n}-item-next`]: a,
218
218
  [`${n}-item-current`]: r,
219
- [`${n}-item-slide-in`]: x === "slide" && E && A && r,
220
- [`${n}-item-slide-out`]: x === "slide" && E && A && t === le
219
+ [`${n}-item-slide-in`]: N === "slide" && M && E && r,
220
+ [`${n}-item-slide-out`]: N === "slide" && M && E && t === le
221
221
  }),
222
222
  onClick: (he) => {
223
- L == null || L(he), c({
223
+ F == null || F(he), c({
224
224
  targetIndex: t,
225
- isNegative: t === R,
225
+ isNegative: t === j,
226
226
  isManual: !0
227
227
  });
228
228
  }
@@ -230,22 +230,22 @@ function Ee(B, O) {
230
230
  })
231
231
  }
232
232
  ),
233
- k !== "never" && d > 1 && /* @__PURE__ */ I(
233
+ U !== "never" && d > 1 && /* @__PURE__ */ I(
234
234
  "div",
235
235
  {
236
- style: X.indicatorWrapper,
236
+ style: B.indicatorWrapper,
237
237
  className: C(
238
238
  `${n}-indicator-wrapper`,
239
- `${n}-indicator-wrapper-${W}`
239
+ `${n}-indicator-wrapper-${S}`
240
240
  ),
241
241
  children: /* @__PURE__ */ I(
242
242
  Se,
243
243
  {
244
244
  className: te,
245
- type: k,
245
+ type: U,
246
246
  count: d,
247
247
  activeIndex: s,
248
- position: W,
248
+ position: S,
249
249
  trigger: ee,
250
250
  onSelectIndex: (e) => c({
251
251
  targetIndex: e,
@@ -256,15 +256,15 @@ function Ee(B, O) {
256
256
  )
257
257
  }
258
258
  ),
259
- U !== "never" && d > 1 && /* @__PURE__ */ I(
259
+ Y !== "never" && d > 1 && /* @__PURE__ */ I(
260
260
  We,
261
261
  {
262
262
  className: ne,
263
- direction: b,
264
- showArrow: U,
263
+ direction: T,
264
+ showArrow: Y,
265
265
  icons: oe,
266
- prev: D,
267
- next: H
266
+ prev: H,
267
+ next: L
268
268
  }
269
269
  )
270
270
  ]
@@ -9,7 +9,7 @@ import "lodash/isFunction";
9
9
  import "lodash/isPlainObject";
10
10
  import "lodash/isString";
11
11
  import "react";
12
- import "../chunk/CQvM33Vg.js";
12
+ import "../chunk/Cplu5dtQ.js";
13
13
  import "../chunk/CQ_WOOmf.js";
14
14
  import "../chunk/B4YRLi8r.js";
15
15
  import "../chunk/BFTV6myl.js";
@@ -19,7 +19,7 @@ import "../select-view/index.js";
19
19
  import "../trigger/index.js";
20
20
  import "@unicom-cloud/utils/class-name";
21
21
  import "@unicom-cloud/utils/constant/keyboardCode";
22
- import { X as k, a as n } from "../chunk/DLBfXSnU.js";
22
+ import { X as k, a as n } from "../chunk/w221i0nK.js";
23
23
  export {
24
24
  k as DefaultFieldNames,
25
25
  n as default
package/cascader/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as o } from "../chunk/DLBfXSnU.js";
1
+ import { a as o } from "../chunk/w221i0nK.js";
2
2
  export {
3
3
  o as default
4
4
  };
package/cascader/util.js CHANGED
@@ -1,4 +1,4 @@
1
- import { F as s, D as t, B as o, V as r, U as l, H as u, W as S, I as V, Q as m, J as f, K as g } from "../chunk/DLBfXSnU.js";
1
+ import { F as s, D as t, B as o, V as r, U as l, H as u, W as S, I as V, Q as m, J as f, K as g } from "../chunk/w221i0nK.js";
2
2
  export {
3
3
  s as PANEL_MODE,
4
4
  t as SHOW_CHILD,
@@ -4,12 +4,12 @@ import "@unicom-cloud/icons/IconUiMinus";
4
4
  import "lodash/isFunction";
5
5
  import "lodash/isNil";
6
6
  import "react";
7
- import "../chunk/CQvM33Vg.js";
7
+ import "../chunk/Cplu5dtQ.js";
8
8
  import "../chunk/BFTV6myl.js";
9
9
  import "../chunk/CXPOj2uy.js";
10
10
  import "@unicom-cloud/utils/class-name";
11
11
  import "../chunk/BKKEev13.js";
12
- import { G as f, c as k, b as h } from "../chunk/DLBfXSnU.js";
12
+ import { G as f, c as k, b as h } from "../chunk/w221i0nK.js";
13
13
  import { default as C } from "./useCheckbox.js";
14
14
  export {
15
15
  f as CheckboxGroup,
package/checkbox/Group.js CHANGED
@@ -2,11 +2,11 @@ import "react/jsx-runtime";
2
2
  import "lodash/isArray";
3
3
  import "lodash/isPlainObject";
4
4
  import "react";
5
- import "../chunk/CQvM33Vg.js";
5
+ import "../chunk/Cplu5dtQ.js";
6
6
  import "../chunk/CXPOj2uy.js";
7
7
  import "@unicom-cloud/utils/class-name";
8
8
  import "../utils/constant.js";
9
- import { y as s, z as u, G } from "../chunk/DLBfXSnU.js";
9
+ import { y as s, z as u, G } from "../chunk/w221i0nK.js";
10
10
  export {
11
11
  s as CheckboxGroupContext,
12
12
  u as ClearCheckboxGroupContext,
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../chunk/CQvM33Vg.js";
4
- import { c as a } from "../chunk/DLBfXSnU.js";
3
+ import "../chunk/Cplu5dtQ.js";
4
+ import { c as a } from "../chunk/w221i0nK.js";
5
5
  import "@unicom-cloud/utils/class-name";
6
6
  export {
7
7
  a as default
package/checkbox/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { b as e } from "../chunk/DLBfXSnU.js";
2
- import { G as p, c as t } from "../chunk/DLBfXSnU.js";
1
+ import { b as e } from "../chunk/w221i0nK.js";
2
+ import { G as p, c as t } from "../chunk/w221i0nK.js";
3
3
  import { default as c } from "./useCheckbox.js";
4
4
  export {
5
5
  p as CheckboxGroup,