@unicom-cloud/ui 0.8.93 → 0.8.94

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 (228) hide show
  1. package/Checkbox.js +5 -4
  2. package/Layout.js +8 -7
  3. package/cascader/panel/Option.js +7 -6
  4. package/cascader/panel/Search.js +17 -16
  5. package/checkbox/index.js +7 -6
  6. package/color-picker/Mode.js +7 -6
  7. package/index.js +171 -171
  8. package/layout/index.js +11 -9
  9. package/package.json +1 -1
  10. package/pagination/PageItem.js +52 -53
  11. package/pagination/Pagination.js +2 -1
  12. package/pagination/interface.js +4 -1
  13. package/select/Option.js +12 -11
  14. package/select/Select.js +1 -0
  15. package/table/tbody/Tr.js +3 -2
  16. package/table/thead/Column.js +3 -2
  17. package/table/thead/index.js +3 -2
  18. package/transfer/Item.js +17 -16
  19. package/transfer/List.js +12 -11
  20. package/tree/Node.js +43 -41
  21. package/tree/Tree.js +215 -211
  22. package/types/pc/affix/index.d.ts +1 -1
  23. package/types/pc/alert/index.d.ts +1 -1
  24. package/types/pc/anchor/Anchor.d.ts +1 -1
  25. package/types/pc/anchor/Link.d.ts +1 -1
  26. package/types/pc/anchor/context.d.ts +1 -1
  27. package/types/pc/auto-complete/index.d.ts +1 -1
  28. package/types/pc/avatar/Avatar.d.ts +1 -1
  29. package/types/pc/avatar/Group.d.ts +1 -1
  30. package/types/pc/avatar/context.d.ts +1 -1
  31. package/types/pc/back-top/index.d.ts +1 -1
  32. package/types/pc/badge/index.d.ts +2 -2
  33. package/types/pc/breadcrumb/Item.d.ts +1 -1
  34. package/types/pc/breadcrumb/index.d.ts +1 -1
  35. package/types/pc/button/Group.d.ts +1 -1
  36. package/types/pc/button/index.d.ts +1 -1
  37. package/types/pc/calendar/Month.d.ts +1 -1
  38. package/types/pc/calendar/Year.d.ts +1 -1
  39. package/types/pc/calendar/index.d.ts +1 -1
  40. package/types/pc/card/Grid.d.ts +1 -1
  41. package/types/pc/card/Meta.d.ts +1 -1
  42. package/types/pc/card/index.d.ts +1 -1
  43. package/types/pc/carousel/Arrow.d.ts +1 -1
  44. package/types/pc/carousel/Indicator.d.ts +1 -1
  45. package/types/pc/carousel/index.d.ts +2 -2
  46. package/types/pc/cascader/Cascader.d.ts +1 -1
  47. package/types/pc/cascader/util.d.ts +1 -1
  48. package/types/pc/checkbox/Checkbox.d.ts +1 -1
  49. package/types/pc/checkbox/Group.d.ts +1 -1
  50. package/types/pc/checkbox/GroupBlock.d.ts +1 -1
  51. package/types/pc/checkbox/index.d.ts +1 -1
  52. package/types/pc/collapse/Collapse.d.ts +1 -1
  53. package/types/pc/collapse/Item.d.ts +1 -1
  54. package/types/pc/color-picker/InputHex.d.ts +1 -1
  55. package/types/pc/color-picker/InputRgb.d.ts +1 -1
  56. package/types/pc/color-picker/Mode.d.ts +1 -1
  57. package/types/pc/color-picker/Palette.d.ts +1 -1
  58. package/types/pc/color-picker/index.d.ts +1 -1
  59. package/types/pc/color-picker/utils.d.ts +1 -1
  60. package/types/pc/comment/index.d.ts +1 -1
  61. package/types/pc/config-provider/ConfigProvider.d.ts +3 -2
  62. package/types/pc/config-provider/context.d.ts +1 -1
  63. package/types/pc/config-provider/interface.d.ts +1 -1
  64. package/types/pc/copy/index.d.ts +1 -1
  65. package/types/pc/date-picker/Picker.d.ts +1 -2
  66. package/types/pc/date-picker/RangePicker.d.ts +1 -1
  67. package/types/pc/date-picker/index.d.ts +1 -1
  68. package/types/pc/descriptions/index.d.ts +1 -1
  69. package/types/pc/details/index.d.ts +1 -1
  70. package/types/pc/divider/index.d.ts +1 -1
  71. package/types/pc/draggable/Item.d.ts +1 -1
  72. package/types/pc/draggable/index.d.ts +1 -1
  73. package/types/pc/drawer/Drawer.d.ts +2 -2
  74. package/types/pc/dropdown/Button.d.ts +1 -1
  75. package/types/pc/dropdown/index.d.ts +1 -1
  76. package/types/pc/empty/index.d.ts +1 -1
  77. package/types/pc/form/Control.d.ts +1 -1
  78. package/types/pc/form/Form.d.ts +1 -1
  79. package/types/pc/form/FormLabel.d.ts +1 -1
  80. package/types/pc/form/FormList.d.ts +1 -1
  81. package/types/pc/form/FormProvider.d.ts +1 -1
  82. package/types/pc/form/context.d.ts +1 -1
  83. package/types/pc/form/hook/useForm.d.ts +1 -1
  84. package/types/pc/form/index.d.ts +1 -1
  85. package/types/pc/form/interface.d.ts +2 -2
  86. package/types/pc/form/store.d.ts +3 -4
  87. package/types/pc/form/util.d.ts +3 -3
  88. package/types/pc/grid/Col.d.ts +1 -1
  89. package/types/pc/grid/Grid.d.ts +1 -1
  90. package/types/pc/grid/GridItem.d.ts +1 -1
  91. package/types/pc/grid/Row.d.ts +1 -1
  92. package/types/pc/grid/context.d.ts +1 -1
  93. package/types/pc/grid/util.d.ts +1 -1
  94. package/types/pc/hooks/use-watermark/index.d.ts +1 -1
  95. package/types/pc/icons/file/index.d.ts +1 -1
  96. package/types/pc/image/Image.d.ts +1 -1
  97. package/types/pc/image/ImageFooter.d.ts +1 -1
  98. package/types/pc/image/ImagePreview.d.ts +1 -1
  99. package/types/pc/image/ImagePreviewGroup.d.ts +1 -1
  100. package/types/pc/image/ImagePreviewToolbar.d.ts +1 -1
  101. package/types/pc/image/index.d.ts +1 -1
  102. package/types/pc/image/previewGroupContext.d.ts +1 -1
  103. package/types/pc/input/Button.d.ts +1 -1
  104. package/types/pc/input/Group.d.ts +1 -1
  105. package/types/pc/input/Input.d.ts +1 -1
  106. package/types/pc/input/InputElement.d.ts +1 -1
  107. package/types/pc/input/Password.d.ts +1 -1
  108. package/types/pc/input/Search.d.ts +1 -1
  109. package/types/pc/input/Textarea.d.ts +1 -1
  110. package/types/pc/input/index.d.ts +1 -1
  111. package/types/pc/input/useComposition.d.ts +1 -1
  112. package/types/pc/input-number/index.d.ts +1 -1
  113. package/types/pc/input-tag/InputTag.d.ts +2 -2
  114. package/types/pc/input-tag/interface.d.ts +2 -2
  115. package/types/pc/layout/Content.d.ts +1 -1
  116. package/types/pc/layout/Footer.d.ts +1 -1
  117. package/types/pc/layout/Header.d.ts +1 -1
  118. package/types/pc/layout/Sider.d.ts +1 -1
  119. package/types/pc/layout/index.d.ts +2 -2
  120. package/types/pc/link/index.d.ts +1 -1
  121. package/types/pc/list/Item.d.ts +1 -1
  122. package/types/pc/list/Meta.d.ts +1 -1
  123. package/types/pc/list/index.d.ts +2 -2
  124. package/types/pc/mentions/index.d.ts +1 -1
  125. package/types/pc/mentions/util.d.ts +1 -1
  126. package/types/pc/menu/Item.d.ts +1 -1
  127. package/types/pc/menu/ItemGroup.d.ts +1 -1
  128. package/types/pc/menu/Menu.d.ts +1 -1
  129. package/types/pc/menu/OverflowWrap.d.ts +1 -1
  130. package/types/pc/menu/context.d.ts +1 -1
  131. package/types/pc/menu/index.d.ts +1 -1
  132. package/types/pc/menu/interface.d.ts +1 -1
  133. package/types/pc/message/index.d.ts +2 -2
  134. package/types/pc/message/useMessage.d.ts +1 -1
  135. package/types/pc/modal/Modal.d.ts +2 -2
  136. package/types/pc/modal/config.d.ts +1 -1
  137. package/types/pc/notification/index.d.ts +2 -2
  138. package/types/pc/notification/useNotification.d.ts +1 -1
  139. package/types/pc/page-header/index.d.ts +2 -2
  140. package/types/pc/pagination/PageItem.d.ts +2 -47
  141. package/types/pc/pagination/Pagination.d.ts +1 -1
  142. package/types/pc/pagination/interface.d.ts +47 -0
  143. package/types/pc/popconfirm/index.d.ts +1 -1
  144. package/types/pc/popover/index.d.ts +1 -1
  145. package/types/pc/popover/interface.d.ts +1 -1
  146. package/types/pc/progress/CircleProgress.d.ts +1 -1
  147. package/types/pc/progress/index.d.ts +1 -1
  148. package/types/pc/radio/Group.d.ts +1 -1
  149. package/types/pc/radio/GroupBlock.d.ts +1 -1
  150. package/types/pc/radio/Radio.d.ts +1 -1
  151. package/types/pc/radio/index.d.ts +1 -1
  152. package/types/pc/rate/index.d.ts +1 -1
  153. package/types/pc/resize-box/Split.d.ts +1 -1
  154. package/types/pc/resize-box/SplitGroup.d.ts +1 -1
  155. package/types/pc/resize-box/index.d.ts +1 -1
  156. package/types/pc/result/index.d.ts +1 -1
  157. package/types/pc/select/OptGroup.d.ts +1 -1
  158. package/types/pc/select/Option.d.ts +1 -1
  159. package/types/pc/select/Select.d.ts +3 -2
  160. package/types/pc/select/index.d.ts +1 -1
  161. package/types/pc/select/util.d.ts +1 -1
  162. package/types/pc/select-view/Core.d.ts +1 -1
  163. package/types/pc/select-view/index.d.ts +1 -1
  164. package/types/pc/skeleton/Image.d.ts +1 -1
  165. package/types/pc/skeleton/Text.d.ts +1 -1
  166. package/types/pc/skeleton/index.d.ts +1 -1
  167. package/types/pc/slider/Button.d.ts +1 -1
  168. package/types/pc/slider/hook/useInterval.d.ts +1 -1
  169. package/types/pc/slider/index.d.ts +1 -1
  170. package/types/pc/space/index.d.ts +1 -1
  171. package/types/pc/space-/index.d.ts +1 -1
  172. package/types/pc/spin/index.d.ts +1 -1
  173. package/types/pc/statistic/Countdown.d.ts +1 -1
  174. package/types/pc/statistic/index.d.ts +2 -2
  175. package/types/pc/steps/Step.d.ts +1 -1
  176. package/types/pc/steps/index.d.ts +1 -1
  177. package/types/pc/switch/index.d.ts +2 -2
  178. package/types/pc/table/ColGroup.d.ts +1 -1
  179. package/types/pc/table/Table.d.ts +1 -1
  180. package/types/pc/table/constant.d.ts +1 -1
  181. package/types/pc/table/interface.d.ts +1 -1
  182. package/types/pc/table/util.d.ts +1 -1
  183. package/types/pc/tabs/Tab.d.ts +1 -1
  184. package/types/pc/tabs/TabPane.d.ts +1 -1
  185. package/types/pc/tabs/index.d.ts +1 -1
  186. package/types/pc/tabs/tab-header/TabNavIcon.d.ts +1 -1
  187. package/types/pc/tabs/tab-header/index.d.ts +1 -1
  188. package/types/pc/tag/index.d.ts +1 -1
  189. package/types/pc/time-picker/Picker.d.ts +1 -1
  190. package/types/pc/time-picker/RangePicker.d.ts +1 -1
  191. package/types/pc/time-picker/TimePicker.d.ts +1 -1
  192. package/types/pc/time-picker/index.d.ts +1 -1
  193. package/types/pc/timeline/Item.d.ts +1 -1
  194. package/types/pc/timeline/Timeline.d.ts +1 -1
  195. package/types/pc/timeline/index.d.ts +1 -1
  196. package/types/pc/tooltip/index.d.ts +2 -2
  197. package/types/pc/transfer/Item.d.ts +1 -1
  198. package/types/pc/transfer/List.d.ts +1 -1
  199. package/types/pc/transfer/index.d.ts +1 -1
  200. package/types/pc/tree/Animation.d.ts +1 -1
  201. package/types/pc/tree/Context.d.ts +1 -1
  202. package/types/pc/tree/Node.d.ts +1 -1
  203. package/types/pc/tree/Tree.d.ts +1 -1
  204. package/types/pc/tree/index.d.ts +2 -2
  205. package/types/pc/tree/interface.d.ts +19 -3
  206. package/types/pc/tree/util.d.ts +1 -1
  207. package/types/pc/tree-select/List.d.ts +1 -1
  208. package/types/pc/trigger/getPopupStyle.d.ts +1 -1
  209. package/types/pc/trigger/index.d.ts +2 -2
  210. package/types/pc/typography/EditContent.d.ts +1 -1
  211. package/types/pc/typography/Ellipsis.d.ts +1 -1
  212. package/types/pc/typography/Operations.d.ts +1 -1
  213. package/types/pc/typography/Paragraph.d.ts +1 -1
  214. package/types/pc/typography/Title.d.ts +1 -1
  215. package/types/pc/typography/Typography.d.ts +1 -1
  216. package/types/pc/typography/useCssEllipsis.d.ts +1 -1
  217. package/types/pc/typography/useEllipsis.d.ts +1 -1
  218. package/types/pc/upload/TriggerNode.d.ts +1 -1
  219. package/types/pc/upload/Upload.d.ts +2 -2
  220. package/types/pc/upload/Uploader.d.ts +1 -1
  221. package/types/pc/upload/request.d.ts +1 -1
  222. package/types/pc/upload/util.d.ts +1 -1
  223. package/types/pc/verification-code/VerificationCode.d.ts +1 -1
  224. package/types/pc/verification-code/index.d.ts +1 -1
  225. package/types/pc/watermark/Watermark.d.ts +1 -1
  226. package/types/pc/watermark/index.d.ts +2 -2
  227. package/typography/Ellipsis.js +3 -2
  228. package/version/index.js +1 -1
package/tree/Node.js CHANGED
@@ -1,20 +1,21 @@
1
- import { jsxs as w, Fragment as q, jsx as r } from "react/jsx-runtime";
2
- import z from "@unicom-cloud/icons/IconUiCaretDown";
3
- import G from "@unicom-cloud/icons/IconUiDragDotVertical";
4
- import J from "@unicom-cloud/icons/IconUiFile";
5
- import K from "@unicom-cloud/icons/IconUiLoading";
1
+ import { jsxs as w, Fragment as z, jsx as r } from "react/jsx-runtime";
2
+ import G from "@unicom-cloud/icons/IconUiCaretDown";
3
+ import J from "@unicom-cloud/icons/IconUiDragDotVertical";
4
+ import K from "@unicom-cloud/icons/IconUiFile";
5
+ import Q from "@unicom-cloud/icons/IconUiLoading";
6
6
  import m from "lodash/isFunction";
7
- import Q, { forwardRef as W, useContext as _, useRef as X, useState as Z, useCallback as I } from "react";
8
- import ee from "../checkbox/Checkbox.js";
7
+ import W, { forwardRef as X, useContext as _, useRef as Z, useState as ee, useCallback as I } from "react";
8
+ import ne from "../checkbox/Checkbox.js";
9
+ import "../checkbox/Group.js";
9
10
  import "../config-provider/ConfigProvider.js";
10
- import ne from "../icon-hover/index.js";
11
+ import ae from "../icon-hover/index.js";
11
12
  import b from "@unicom-cloud/utils/class-name";
12
- import { throttleByRaf as ae } from "../components/common/utils/throttleByRaf.js";
13
- import ie from "./Animation.js";
14
- import { TreeContext as oe } from "./Context.js";
15
- import te from "../config-provider/context.js";
16
- function re(i, U) {
17
- const n = _(oe), { getPrefixCls: $ } = _(te), x = X(), [t, f] = Z({
13
+ import { throttleByRaf as ie } from "../components/common/utils/throttleByRaf.js";
14
+ import oe from "./Animation.js";
15
+ import { TreeContext as te } from "./Context.js";
16
+ import re from "../config-provider/context.js";
17
+ function se(i, U) {
18
+ const n = _(te), { getPrefixCls: $ } = _(re), p = Z(), [t, f] = ee({
18
19
  isAllowDrop: !0,
19
20
  isDragOver: !1,
20
21
  dragPosition: 0,
@@ -22,7 +23,7 @@ function re(i, U) {
22
23
  }), {
23
24
  _key: h = "",
24
25
  title: Y,
25
- icon: p,
26
+ icon: x,
26
27
  checkable: O,
27
28
  selected: F,
28
29
  disabled: N,
@@ -59,12 +60,12 @@ function re(i, U) {
59
60
  e || (!((s = i.childrenData) != null && s.length) && m(n.loadMore) && !a ? await n.loadMore(i) : y(!a));
60
61
  }, [i, y, n.loadMore]), B = () => {
61
62
  if (M)
62
- return "loadingIcon" in c ? c.loadingIcon : /* @__PURE__ */ r(K, {});
63
+ return "loadingIcon" in c ? c.loadingIcon : /* @__PURE__ */ r(Q, {});
63
64
  let e = null, a = !1;
64
65
  if (P)
65
- v && (e = "switcherIcon" in c ? c.switcherIcon : /* @__PURE__ */ r(J, {}), a = !0);
66
+ v && (e = "switcherIcon" in c ? c.switcherIcon : /* @__PURE__ */ r(K, {}), a = !0);
66
67
  else {
67
- const s = v ? /* @__PURE__ */ r("span", { className: `${o}-${d ? "minus" : "plus"}-icon` }) : /* @__PURE__ */ r(z, {});
68
+ const s = v ? /* @__PURE__ */ r("span", { className: `${o}-${d ? "minus" : "plus"}-icon` }) : /* @__PURE__ */ r(G, {});
68
69
  e = "switcherIcon" in c ? c.switcherIcon : s, a = !v;
69
70
  }
70
71
  if (e)
@@ -78,29 +79,36 @@ function re(i, U) {
78
79
  onClick: A,
79
80
  children: e
80
81
  }
81
- ), a ? /* @__PURE__ */ r(ne, { prefix: o, children: e }) : e;
82
+ ), a ? /* @__PURE__ */ r(ae, { prefix: o, children: e }) : e;
82
83
  }, u = I(
83
- ae((e) => {
84
+ ie((e) => {
84
85
  var R;
85
- const a = x.current;
86
+ const a = p.current;
86
87
  if (!a)
87
88
  return;
88
- const s = a.getBoundingClientRect(), g = window.pageYOffset + s.top, D = e.pageY, L = s.height / 4, C = D - g, k = C < L ? -1 : C < s.height - L ? 0 : 1, V = n.allowDrop(i, k);
89
+ const s = a.getBoundingClientRect(), g = window.pageYOffset + s.top, D = e.pageY, E = s.height / 4, L = D - g, k = L < E ? -1 : L < s.height - E ? 0 : 1, q = n.allowDrop(i, k);
89
90
  f({
90
91
  ...t,
91
- isAllowDrop: V,
92
+ isAllowDrop: q,
92
93
  isDragOver: !0,
93
94
  dragPosition: k
94
95
  }), (R = n.onNodeDragOver) == null || R.call(n, e, i, k);
95
96
  }),
96
97
  [n.onNodeDragOver]
97
98
  );
98
- function E(e, a) {
99
+ function C(e, a) {
99
100
  var D;
100
101
  const { disableCheckbox: s, disabled: g } = i;
101
102
  s || g || (D = n.onCheck) == null || D.call(n, e, h, a);
102
103
  }
103
- return /* @__PURE__ */ w(q, { children: [
104
+ function V(e) {
105
+ const { onSelect: a, actionOnClick: s } = n;
106
+ if (i.disabled)
107
+ return;
108
+ const g = [].concat(s);
109
+ T && g.indexOf("select") > -1 && (a == null || a(h, e)), g.indexOf("expand") > -1 && A(), O && g.indexOf("check") > -1 && C(!i.checked, e);
110
+ }
111
+ return /* @__PURE__ */ w(z, { children: [
104
112
  /* @__PURE__ */ w(
105
113
  "div",
106
114
  {
@@ -131,20 +139,20 @@ function re(i, U) {
131
139
  }
132
140
  ),
133
141
  O ? /* @__PURE__ */ r(
134
- ee,
142
+ ne,
135
143
  {
136
144
  disabled: H || N,
137
145
  value: h,
138
146
  indeterminate: i.indeterminated,
139
147
  checked: i.checked,
140
- onChange: E
148
+ onChange: C
141
149
  }
142
150
  ) : null,
143
151
  /* @__PURE__ */ w(
144
152
  "span",
145
153
  {
146
154
  "aria-grabbed": t.isDragging,
147
- ref: x,
155
+ ref: p,
148
156
  className: b(`${o}-title`, {
149
157
  [`${o}-title-draggable`]: l,
150
158
  [`${o}-title-gap-top`]: t.isDragOver && t.isAllowDrop && t.dragPosition < 0,
@@ -153,13 +161,7 @@ function re(i, U) {
153
161
  [`${o}-title-dragging`]: t.isDragging,
154
162
  [`${o}-title-block`]: i.blockNode
155
163
  }),
156
- onClick: (e) => {
157
- const { onSelect: a, actionOnClick: s } = n;
158
- if (!i.disabled) {
159
- const g = [].concat(s);
160
- T && g.indexOf("select") > -1 && (a == null || a(h, e)), g.indexOf("expand") > -1 && A(), O && g.indexOf("check") > -1 && E(!i.checked, e);
161
- }
162
- },
164
+ onClick: V,
163
165
  draggable: l,
164
166
  onDrop: (e) => {
165
167
  var a;
@@ -193,9 +195,9 @@ function re(i, U) {
193
195
  l && (e.stopPropagation(), u.cancel(), f({ ...t, isDragOver: !1 }), (a = n.onNodeDragLeave) == null || a.call(n, e, i));
194
196
  },
195
197
  children: [
196
- p && /* @__PURE__ */ r("span", { className: `${o}-icon ${o}-custom-icon`, children: p }),
198
+ x && /* @__PURE__ */ r("span", { className: `${o}-icon ${o}-custom-icon`, children: x }),
197
199
  /* @__PURE__ */ r("span", { className: `${o}-title-text`, children: m(n.renderTitle) ? n.renderTitle(i) : Y }),
198
- l && /* @__PURE__ */ r("span", { className: `${o}-icon ${o}-drag-icon`, children: "dragIcon" in c ? c.dragIcon : /* @__PURE__ */ r(G, {}) })
200
+ l && /* @__PURE__ */ r("span", { className: `${o}-icon ${o}-drag-icon`, children: "dragIcon" in c ? c.dragIcon : /* @__PURE__ */ r(J, {}) })
199
201
  ]
200
202
  }
201
203
  ),
@@ -203,12 +205,12 @@ function re(i, U) {
203
205
  ]
204
206
  }
205
207
  ),
206
- n.animation && /* @__PURE__ */ r(ie, { ...i })
208
+ n.animation && /* @__PURE__ */ r(oe, { ...i })
207
209
  ] });
208
210
  }
209
- const S = W(re);
211
+ const S = X(se);
210
212
  S.displayName = "TreeNode";
211
- const we = Q.memo(S);
213
+ const pe = W.memo(S);
212
214
  export {
213
- we as default
215
+ pe as default
214
216
  };