@unicom-cloud/ui 0.8.84 → 0.8.86

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 (104) hide show
  1. package/AutoComplete.js +1 -1
  2. package/Calendar.js +1 -1
  3. package/Cascader.js +1 -1
  4. package/Checkbox.js +1 -1
  5. package/ColorPicker.js +1 -1
  6. package/Form.js +13 -13
  7. package/List.js +1 -1
  8. package/Mentions.js +1 -1
  9. package/Pagination.js +1 -1
  10. package/Radio.js +1 -1
  11. package/Select.js +1 -1
  12. package/Space.js +2 -2
  13. package/Table.js +1 -1
  14. package/Transfer.js +1 -1
  15. package/Tree.js +1 -1
  16. package/TreeSelect.js +1 -1
  17. package/Typography.js +1 -1
  18. package/auto-complete/index.js +1 -1
  19. package/calendar/index.js +1 -1
  20. package/cascader/Cascader.js +1 -1
  21. package/cascader/index.js +1 -1
  22. package/cascader/util.js +1 -1
  23. package/checkbox/Checkbox.js +1 -1
  24. package/checkbox/Group.js +1 -1
  25. package/checkbox/GroupBlock.js +1 -1
  26. package/checkbox/index.js +2 -2
  27. package/chunk/BP4igg_F.js +213 -0
  28. package/chunk/{DO3k0z6J.js → DSXeBMp3.js} +11 -9
  29. package/color-picker/Panel.js +1 -1
  30. package/color-picker/index.js +1 -1
  31. package/development/index.js +1 -1
  32. package/form/Form.js +14 -158
  33. package/form/FormList.js +3 -2
  34. package/form/index.js +57 -56
  35. package/icons/file.js +67 -0
  36. package/index.js +288 -283
  37. package/list/index.js +1 -1
  38. package/mentions/index.js +1 -1
  39. package/package.json +1 -1
  40. package/pagination/PageOption.js +1 -1
  41. package/pagination/Pagination.js +1 -1
  42. package/pagination/index.js +1 -1
  43. package/radio/Group.js +1 -1
  44. package/radio/GroupBlock.js +1 -1
  45. package/radio/Radio.js +1 -1
  46. package/radio/index.js +2 -2
  47. package/select/Option.js +1 -1
  48. package/select/Select.js +1 -1
  49. package/select/index.js +2 -2
  50. package/select/util.js +1 -1
  51. package/space/index.js +132 -84
  52. package/space-/index.js +92 -0
  53. package/space-/interface.js +1 -0
  54. package/{space → space-}/toArray.js +2 -2
  55. package/style.css +1 -1
  56. package/table/Table.js +1 -1
  57. package/table/index.js +1 -1
  58. package/transfer/Item.js +1 -1
  59. package/transfer/List.js +1 -1
  60. package/transfer/index.js +1 -1
  61. package/tree/Animation.js +1 -1
  62. package/tree/Node.js +1 -1
  63. package/tree/NodeList.js +1 -1
  64. package/tree/Tree.js +1 -1
  65. package/tree/index.js +1 -1
  66. package/tree-select/List.js +1 -1
  67. package/tree-select/Select.js +1 -1
  68. package/tree-select/index.js +2 -2
  69. package/trigger/index.js +83 -83
  70. package/types/common/icons/file/index.d.ts +4 -0
  71. package/types/common/icons/file/interface.d.ts +20 -0
  72. package/types/common/space/index.d.ts +7 -0
  73. package/types/common/space/interface.d.ts +42 -0
  74. package/types/common/utils/color.d.ts +1 -0
  75. package/types/common/utils/computeScrollIntoView.d.ts +1 -0
  76. package/types/common/utils/index.d.ts +40 -0
  77. package/types/common/utils/is.d.ts +1 -1
  78. package/types/common/utils/math.d.ts +1 -0
  79. package/types/common/utils/reactTransitionGroup.d.ts +1 -0
  80. package/types/common/utils/tree.d.ts +1 -0
  81. package/types/common/utils/tween.d.ts +1 -0
  82. package/types/common/utils/uuid.d.ts +1 -0
  83. package/types/common/utils/validate.d.ts +1 -0
  84. package/types/pc/cascader/base/node.d.ts +1 -1
  85. package/types/pc/date-picker/RangePicker.d.ts +1 -1
  86. package/types/pc/form/FormList.d.ts +5 -5
  87. package/types/pc/form/hook/useForm.d.ts +5 -0
  88. package/types/pc/form/index.d.ts +3 -2
  89. package/types/pc/icons/file/index.d.ts +4 -0
  90. package/types/pc/icons/file/interface.d.ts +7 -0
  91. package/types/pc/index.d.ts +3 -0
  92. package/types/pc/space/index.d.ts +3 -5
  93. package/types/pc/space/interface.d.ts +10 -28
  94. package/types/pc/space-/index.d.ts +6 -0
  95. package/types/pc/space-/interface.d.ts +38 -0
  96. package/types/pc/space-/toArray.d.ts +3 -0
  97. package/types/pc/table/interface.d.ts +3 -1
  98. package/types/pc/table/util.d.ts +1 -1
  99. package/typography/Ellipsis.js +4 -2
  100. package/typography/index.js +1 -1
  101. package/version/index.js +1 -1
  102. package/form/useForm.js +0 -53
  103. package/types/pc/form/useForm.d.ts +0 -4
  104. package/types/pc/space/toArray.d.ts +0 -2
package/index.js CHANGED
@@ -4,11 +4,11 @@ import { u as m } from "./chunk/DxVvggX2.js";
4
4
  import { u } from "./chunk/5_U1CBIu.js";
5
5
  import { u as d } from "./chunk/CQ_WOOmf.js";
6
6
  import { u as n } from "./chunk/B4YRLi8r.js";
7
- import { u as T } from "./chunk/B4WG1mhs.js";
7
+ import { u as S } from "./chunk/B4WG1mhs.js";
8
8
  import { u as g } from "./chunk/C4OrxKE6.js";
9
9
  import { u as y } from "./chunk/CCKr5jj1.js";
10
10
  import { u as R } from "./chunk/oopARUrq.js";
11
- import { u as I } from "./chunk/B2yFlXke.js";
11
+ import { u as P } from "./chunk/B2yFlXke.js";
12
12
  import { u as k } from "./chunk/BYdIoY50.js";
13
13
  import { u as A } from "./chunk/BL9DMeor.js";
14
14
  import { u as M } from "./chunk/BXAeh0_V.js";
@@ -16,8 +16,8 @@ import { u as D } from "./chunk/BFTV6myl.js";
16
16
  import { u as B } from "./chunk/CXPOj2uy.js";
17
17
  import { u as w } from "./chunk/zmmqLCF4.js";
18
18
  import { u as V } from "./chunk/DU1RCDfh.js";
19
- import { u as H } from "./chunk/D-ap9qEk.js";
20
- import { u as _ } from "./chunk/BsY85n3_.js";
19
+ import { u as G } from "./chunk/D-ap9qEk.js";
20
+ import { u as U } from "./chunk/BsY85n3_.js";
21
21
  import { u as W } from "./chunk/rT6qmv-Y.js";
22
22
  import { u as q } from "./chunk/VSe_Wq1g.js";
23
23
  import { u as Y } from "./chunk/Bg3uJGPu.js";
@@ -29,21 +29,21 @@ import "react";
29
29
  import { u as te } from "./chunk/CB4jGw4K.js";
30
30
  import { default as fe } from "@unicom-cloud/utils/case-name";
31
31
  import { default as me } from "@unicom-cloud/utils/class-name";
32
- import { c as ue, y as le, R as de, e as xe, d as ne, j as ce, k as Te, S as Se, N as ge, n as Ce, a as ye, b as be, C as Re, H as Pe, T as Ie, l as he, A as ke, p as Ee, W as Ae, w as ve } from "./chunk/9TSjT7x_.js";
32
+ import { c as ue, y as le, R as de, e as xe, d as ne, j as ce, k as Se, S as Te, N as ge, n as Ce, a as ye, b as be, C as Re, H as Ie, T as Pe, l as he, A as ke, p as Ee, W as Ae, w as ve } from "./chunk/9TSjT7x_.js";
33
33
  import { compareColorByRange as Ne } from "./utils/tinycolor.js";
34
34
  import { compute as Oe, compute as Be } from "./utils/computeScrollIntoView.js";
35
35
  import { newArray as we, pickTriggerPropsFromRest as Fe } from "./utils/constant.js";
36
- import { C as Ge, a as He, b as Ue, c as _e, e as je, E as We, I as ze, M as qe, N as Ke, u as Ye, d as Je } from "./chunk/B44Hj5ad.js";
36
+ import { C as _e, a as Ge, b as He, c as Ue, e as je, E as We, I as ze, M as qe, N as Ke, u as Ye, d as Je } from "./chunk/B44Hj5ad.js";
37
37
  import { default as Xe, default as Ze } from "@unicom-cloud/utils/clipboard-copy";
38
38
  import { d as ea, g as aa, a as oa, b as ra, c as ta, e as sa, i as fa, f as pa, h as ma, m as ia, t as ua, j as la, k as da } from "./chunk/C7bohPVD.js";
39
- import { contains as na, getScrollElements as ca, isScrollElement as Ta, isServerRendering as Sa, off as ga, on as Ca } from "./utils/dom.js";
39
+ import { contains as na, getScrollElements as ca, isScrollElement as Sa, isServerRendering as Ta, off as ga, on as Ca } from "./utils/dom.js";
40
40
  import { default as ba } from "@unicom-cloud/utils/file/fileToURL";
41
- import { f as Pa } from "./chunk/CftuXmo_.js";
41
+ import { f as Ia } from "./chunk/CftuXmo_.js";
42
42
  import { g as ha } from "./chunk/B7M-FGia.js";
43
43
  import { g as Ea } from "./chunk/Dh7Osrvr.js";
44
44
  import { g as va } from "./chunk/DKHXj8Kf.js";
45
45
  import { i as Na } from "./chunk/CYhxqVkn.js";
46
- import { i as Oa, b as Ba, a as La, c as wa, d as Fa, e as Va, f as Ga, g as Ha, h as Ua, j as _a, k as ja, l as Wa, s as za } from "./chunk/ClM74To2.js";
46
+ import { i as Oa, b as Ba, a as La, c as wa, d as Fa, e as Va, f as _a, g as Ga, h as Ha, j as Ua, k as ja, l as Wa, s as za } from "./chunk/ClM74To2.js";
47
47
  import { default as Ka } from "lodash/camelCase";
48
48
  import { default as Ja } from "lodash/capitalize";
49
49
  import { default as Xa } from "lodash/cloneDeep";
@@ -55,16 +55,16 @@ import { default as po } from "lodash/merge";
55
55
  import { default as io } from "lodash/mergeWith";
56
56
  import { default as lo } from "lodash/set";
57
57
  import { default as no } from "lodash/setWith";
58
- import { default as To } from "lodash/snakeCase";
58
+ import { default as So } from "lodash/snakeCase";
59
59
  import { default as go } from "lodash/startCase";
60
60
  import { default as yo } from "lodash/throttle";
61
61
  import { default as Ro } from "lodash/uniq";
62
- import { default as Io } from "lodash/upperFirst";
62
+ import { default as Po } from "lodash/upperFirst";
63
63
  import { add as ko, div as Eo, divide as Ao, default as vo, minus as Mo, multiply as No, plus as Do, subtract as Oo, times as Bo } from "@unicom-cloud/utils/math";
64
64
  import { m as wo } from "./chunk/B5RFT17G.js";
65
65
  import { m as Vo } from "./chunk/DH7HTOV_.js";
66
- import { COMPONENT_NAMES as Ho } from "./utils/names.js";
67
- import { o as _o } from "./chunk/BKKEev13.js";
66
+ import { COMPONENT_NAMES as Go } from "./utils/names.js";
67
+ import { o as Uo } from "./chunk/BKKEev13.js";
68
68
  import { padEnd as Wo, padStart as zo } from "./utils/pad.js";
69
69
  import { p as Ko, a as Yo } from "./chunk/ClqoGc3r.js";
70
70
  import { P as Qo } from "./chunk/NPajzdOv.js";
@@ -73,14 +73,14 @@ import { c as ar, m as or, h as rr, u as tr, b as sr, b as fr } from "./chunk/BJ
73
73
  import { responsiveArray as mr, responsiveMap as ir, responsiveObserve as ur } from "./utils/responsiveObserve.js";
74
74
  import { default as dr } from "@unicom-cloud/utils/file/saveAs";
75
75
  import { default as nr } from "@unicom-cloud/utils/screenfull";
76
- import { s as Tr, s as Sr } from "./chunk/BsUZRQDT.js";
76
+ import { s as Sr, s as Tr } from "./chunk/BsUZRQDT.js";
77
77
  import { removeDarkTheme as Cr, setDarkTheme as yr } from "./utils/setDarkTheme.js";
78
78
  import { setPrimaryColor as Rr } from "./utils/setPrimaryColor.js";
79
- import { setTheme as Ir } from "./utils/setTheme.js";
79
+ import { setTheme as Pr } from "./utils/setTheme.js";
80
80
  import { fixedWidth as kr, getStyle as Er, setTransformStyle as Ar } from "./utils/style.js";
81
81
  import { default as Mr } from "./utils/throttleByRaf.js";
82
82
  import { findNodeBy as Dr, getChildWithParentBy as Or, getItemBy as Br, getItemBy2 as Lr, getItemBy3 as wr, getItemByID as Fr, getLabelFromDictionaryByValue as Vr } from "@unicom-cloud/utils/tree";
83
- import { x as Hr, y as Ur } from "./chunk/BNevupAU.js";
83
+ import { x as Gr, y as Hr } from "./chunk/BNevupAU.js";
84
84
  import { v4 as jr, v4 as Wr } from "uuid";
85
85
  import { e as qr, H as Kr, m as Yr } from "./chunk/DEuVgCzp.js";
86
86
  import { default as Qr } from "./utils/warning.js";
@@ -88,9 +88,9 @@ import * as a from "@unicom-cloud/utils/constant/keyboardCode";
88
88
  import { default as Zr } from "./affix/index.js";
89
89
  import { default as et } from "./alert/index.js";
90
90
  import { default as ot } from "./anchor/Anchor.js";
91
- import { A as tt, C as st, a as ft, b as pt, G as mt, c as it, d as ut, L as lt, M as dt, P as xt, R as nt, e as ct, f as Tt, g as St, S as gt, O as Ct, T as yt, h as bt, i as Rt, j as Pt, r as It, s as ht, N as kt, t as Et, v as At, w as vt, E as Mt, u as Nt, k as Dt, l as Ot, m as Bt, n as Lt, o as wt, p as Ft, q as Vt } from "./chunk/DO3k0z6J.js";
92
- import { default as Ht } from "./avatar/index.js";
93
- import { default as _t } from "./back-top/index.js";
91
+ import { A as tt, C as st, a as ft, b as pt, G as mt, c as it, d as ut, L as lt, M as dt, P as xt, R as nt, e as ct, f as St, g as Tt, S as gt, O as Ct, T as yt, h as bt, i as Rt, j as It, r as Pt, s as ht, N as kt, t as Et, v as At, w as vt, E as Mt, u as Nt, k as Dt, l as Ot, m as Bt, n as Lt, o as wt, p as Ft, q as Vt } from "./chunk/DSXeBMp3.js";
92
+ import { default as Gt } from "./avatar/index.js";
93
+ import { default as Ut } from "./back-top/index.js";
94
94
  import { BADGE_COLORS as Wt, BADGE_STATUS as zt, default as qt } from "./badge/index.js";
95
95
  import { default as Yt } from "./breadcrumb/index.js";
96
96
  import { BUTTON_STATUS as Qt, BUTTON_TYPE as Xt, default as Zt } from "./button/index.js";
@@ -100,103 +100,105 @@ import { C as ts } from "./chunk/BJjotfW6.js";
100
100
  import { default as fs } from "./comment/index.js";
101
101
  import { default as ms } from "./copy/index.js";
102
102
  import { default as us, MonthPicker as ls, QuarterPicker as ds, WeekPicker as xs, YearPicker as ns } from "./date-picker/index.js";
103
- import { default as Ts } from "./descriptions/index.js";
103
+ import { default as Ss } from "./descriptions/index.js";
104
104
  import { default as gs } from "./development/index.js";
105
105
  import { default as ys } from "./divider/index.js";
106
106
  import { default as Rs } from "./drawer/Drawer.js";
107
- import { default as Is, DropdownButton as hs } from "./dropdown/index.js";
107
+ import { default as Ps, DropdownButton as hs } from "./dropdown/index.js";
108
108
  import { default as Es, useFormContext as As, useFormState as vs, useWatch as Ms } from "./form/index.js";
109
109
  import { default as Ds } from "./grid/index.js";
110
110
  import { default as Bs, addFromIconFontCn as Ls } from "./icon/index.js";
111
- import { default as Fs } from "./image/Image.js";
112
- import { default as Gs, InputButton as Hs, InputNumber as Us, InputPassword as _s, InputSearch as js, InputTextArea as Ws, InputTextArea as zs } from "./input/Input.js";
113
- import { default as Ks } from "./input-tag/InputTag.js";
114
- import { default as Js } from "./layout/index.js";
115
- import { default as Xs } from "./link/index.js";
116
- import { M as $s, S as ef, S as af } from "./chunk/BZJwzdhZ.js";
117
- import { E as rf } from "./chunk/BRPQJFSI.js";
118
- import { default as sf } from "./page-header/index.js";
119
- import { default as pf } from "./popconfirm/index.js";
120
- import { default as uf } from "./popover/index.js";
121
- import { default as df } from "./portal/index.js";
122
- import { default as nf } from "./progress/index.js";
123
- import { default as Tf } from "./loading/index.js";
124
- import { default as gf } from "./rate/index.js";
125
- import { default as yf } from "./resize-box/index.js";
126
- import { default as Rf } from "./result/index.js";
127
- import { default as If } from "./skeleton/index.js";
128
- import { default as kf } from "./slider/index.js";
129
- import { default as Af, SpaceVertical as vf } from "./space/index.js";
130
- import { default as Nf } from "./speech-synthesis/index.js";
131
- import { default as Of } from "./spin/index.js";
132
- import { default as Lf } from "./statistic/index.js";
133
- import { default as Ff } from "./steps/index.js";
134
- import { default as Gf } from "./suspense-fallback-test/index.js";
135
- import { default as Uf } from "./switch/index.js";
136
- import { T as jf } from "./chunk/B1kymbJZ.js";
137
- import { default as zf } from "./tag/index.js";
138
- import { default as Kf, TimeRangePicker as Yf } from "./time-picker/index.js";
139
- import { default as Qf } from "./timeline/Timeline.js";
140
- import { default as Zf } from "./tooltip/index.js";
141
- import { default as ep } from "./trigger/index.js";
142
- import { default as op, UploadList as rp } from "./upload/Upload.js";
143
- import { default as sp } from "./verification-code/VerificationCode.js";
144
- import { VERSION as pp, VERSION_BUILD_DATE as mp, VERSION_BUILD_TIME as ip } from "./version/index.js";
145
- import { default as lp } from "./watermark/Watermark.js";
146
- import { default as xp } from "./button/Group.js";
147
- import { P as cp } from "./chunk/Doi4-DdV.js";
148
- import { default as Sp } from "./form/Control.js";
149
- import { default as Cp } from "./form/FormItem.js";
150
- import { default as bp } from "./form/FormList.js";
151
- import { default as Pp } from "./form/FormProvider.js";
152
- import { default as hp } from "./form/useForm.js";
153
- import { default as Ep } from "./grid/Col.js";
154
- import { default as vp } from "./grid/grid-item.js";
155
- import { default as Np } from "./grid/Row.js";
156
- import { P as Op } from "./chunk/DuWBv5j3.js";
157
- import { default as Lp } from "./image/ImagePreviewGroup.js";
158
- import { default as Fp } from "./input/Group.js";
159
- import { default as Gp } from "./layout/Content.js";
160
- import { default as Up } from "./layout/Footer.js";
161
- import { default as jp } from "./layout/Header.js";
162
- import { default as zp } from "./layout/Sider.js";
163
- import { default as Kp } from "./list/Item.js";
164
- import { default as Jp } from "./menu/Item.js";
165
- import { default as Xp } from "./menu/ItemGroup.js";
166
- import { default as $p } from "./resize-box/Split.js";
167
- import { default as am } from "./resize-box/SplitGroup.js";
168
- import { default as rm } from "./select/OptGroup.js";
169
- import { default as sm } from "./statistic/Countdown.js";
170
- import { default as pm, default as mm } from "./steps/Step.js";
171
- import { default as um, default as lm } from "./tabs/TabPane.js";
172
- import { default as xm } from "./timeline/Item.js";
173
- import { default as cm } from "./typography/Paragraph.js";
174
- import { default as Sm } from "./typography/Text.js";
175
- import { default as Cm } from "./typography/Title.js";
176
- import { default as bm } from "@unicom-cloud/icons/context";
177
- import { default as Pm } from "@unicom-cloud/icons/useProps";
178
- import { defaultComponent as hm } from "./table/constant.js";
179
- import { STATUS as Em } from "./upload/interface.js";
180
- import { UI_PC_KEY as vm, UI_PC_THEME_DARK_CLASS_NAME as Mm } from "@unicom-cloud/utils/constant/ui";
181
- import { N as Dm } from "./chunk/B6r8jPCd.js";
182
- import { isArguments as Bm, isArray as Lm, isArrayBuffer as wm, isArrayLike as Fm, isArrayLikeObject as Vm, isBlob as Gm, isBoolean as Hm, isBuffer as Um, isColor as _m, isColor2 as jm, isDate as Wm, isElement as zm, isEmpty as qm, isEmptyArray as Km, isEmptyObject as Ym, isEmptyValue as Jm, isEqual as Qm, isEqualWith as Xm, isError as Zm, isFile as $m, isFinite as ei, isFunction as ai, isInteger as oi, isJSON as ri, isLength as ti, isMap as si, isMatch as fi, isMatchWith as pi, isNaN as mi, isNative as ii, isNil as ui, isNull as li, isNumber as di, isObject as xi, isObjectLike as ni, isPlainObject as ci, isPromise as Ti, isReadableByteStreamControllerSupported as Si, isReadableStream as gi, isReadableStreamDefaultControllerSupported as Ci, isReadableStreamSupported as yi, isReadableStreamSymbolAsyncIteratorSupported as bi, isRegExp as Ri, isSafeInteger as Pi, isSet as Ii, isString as hi, isSymbol as ki, isTypedArray as Ei, isUndefined as Ai, isValidColor as vi, isWeakMap as Mi, isWeakSet as Ni } from "@unicom-cloud/utils/is";
183
- import { isAsyncMode as Oi, isConcurrentMode as Bi, isContextConsumer as Li, isContextProvider as wi, isElement as Fi, isForwardRef as Vi, isFragment as Gi, isLazy as Hi, isMemo as Ui, isPortal as _i, isProfiler as ji, isStrictMode as Wi, isSuspense as zi, isValidElementType as qi } from "react-is";
111
+ import { default as Fs } from "./icons/file.js";
112
+ import { default as _s } from "./image/Image.js";
113
+ import { default as Hs, InputButton as Us, InputNumber as js, InputPassword as Ws, InputSearch as zs, InputTextArea as qs, InputTextArea as Ks } from "./input/Input.js";
114
+ import { default as Js } from "./input-tag/InputTag.js";
115
+ import { default as Xs } from "./layout/index.js";
116
+ import { default as $s } from "./link/index.js";
117
+ import { M as af, S as of, S as rf } from "./chunk/BZJwzdhZ.js";
118
+ import { E as sf } from "./chunk/BRPQJFSI.js";
119
+ import { default as pf } from "./page-header/index.js";
120
+ import { default as uf } from "./popconfirm/index.js";
121
+ import { default as df } from "./popover/index.js";
122
+ import { default as nf } from "./portal/index.js";
123
+ import { default as Sf } from "./progress/index.js";
124
+ import { default as gf } from "./loading/index.js";
125
+ import { default as yf } from "./rate/index.js";
126
+ import { default as Rf } from "./resize-box/index.js";
127
+ import { default as Pf } from "./result/index.js";
128
+ import { default as kf } from "./skeleton/index.js";
129
+ import { default as Af } from "./slider/index.js";
130
+ import { default as Mf, SpaceVertical as Nf } from "./space/index.js";
131
+ import { SpaceVertical as Of, default as Bf } from "./space-/index.js";
132
+ import { default as wf } from "./speech-synthesis/index.js";
133
+ import { default as Vf } from "./spin/index.js";
134
+ import { default as Gf } from "./statistic/index.js";
135
+ import { default as Uf } from "./steps/index.js";
136
+ import { default as Wf } from "./suspense-fallback-test/index.js";
137
+ import { default as qf } from "./switch/index.js";
138
+ import { T as Yf } from "./chunk/B1kymbJZ.js";
139
+ import { default as Qf } from "./tag/index.js";
140
+ import { default as Zf, TimeRangePicker as $f } from "./time-picker/index.js";
141
+ import { default as ap } from "./timeline/Timeline.js";
142
+ import { default as rp } from "./tooltip/index.js";
143
+ import { default as sp } from "./trigger/index.js";
144
+ import { default as pp, UploadList as mp } from "./upload/Upload.js";
145
+ import { default as up } from "./verification-code/VerificationCode.js";
146
+ import { VERSION as dp, VERSION_BUILD_DATE as xp, VERSION_BUILD_TIME as np } from "./version/index.js";
147
+ import { default as Sp } from "./watermark/Watermark.js";
148
+ import { default as gp } from "./button/Group.js";
149
+ import { P as yp } from "./chunk/Doi4-DdV.js";
150
+ import { default as Rp } from "./form/Control.js";
151
+ import { default as Pp } from "./form/FormItem.js";
152
+ import { default as kp } from "./form/FormList.js";
153
+ import { default as Ap } from "./form/FormProvider.js";
154
+ import { u as Mp } from "./chunk/BP4igg_F.js";
155
+ import { default as Dp } from "./grid/Col.js";
156
+ import { default as Bp } from "./grid/grid-item.js";
157
+ import { default as wp } from "./grid/Row.js";
158
+ import { P as Vp } from "./chunk/DuWBv5j3.js";
159
+ import { default as Gp } from "./image/ImagePreviewGroup.js";
160
+ import { default as Up } from "./input/Group.js";
161
+ import { default as Wp } from "./layout/Content.js";
162
+ import { default as qp } from "./layout/Footer.js";
163
+ import { default as Yp } from "./layout/Header.js";
164
+ import { default as Qp } from "./layout/Sider.js";
165
+ import { default as Zp } from "./list/Item.js";
166
+ import { default as em } from "./menu/Item.js";
167
+ import { default as om } from "./menu/ItemGroup.js";
168
+ import { default as tm } from "./resize-box/Split.js";
169
+ import { default as fm } from "./resize-box/SplitGroup.js";
170
+ import { default as mm } from "./select/OptGroup.js";
171
+ import { default as um } from "./statistic/Countdown.js";
172
+ import { default as dm, default as xm } from "./steps/Step.js";
173
+ import { default as cm, default as Sm } from "./tabs/TabPane.js";
174
+ import { default as gm } from "./timeline/Item.js";
175
+ import { default as ym } from "./typography/Paragraph.js";
176
+ import { default as Rm } from "./typography/Text.js";
177
+ import { default as Pm } from "./typography/Title.js";
178
+ import { default as km } from "@unicom-cloud/icons/context";
179
+ import { default as Am } from "@unicom-cloud/icons/useProps";
180
+ import { defaultComponent as Mm } from "./table/constant.js";
181
+ import { STATUS as Dm } from "./upload/interface.js";
182
+ import { UI_PC_KEY as Bm, UI_PC_THEME_DARK_CLASS_NAME as Lm } from "@unicom-cloud/utils/constant/ui";
183
+ import { N as Fm } from "./chunk/B6r8jPCd.js";
184
+ import { isArguments as _m, isArray as Gm, isArrayBuffer as Hm, isArrayLike as Um, isArrayLikeObject as jm, isBlob as Wm, isBoolean as zm, isBuffer as qm, isColor as Km, isColor2 as Ym, isDate as Jm, isElement as Qm, isEmpty as Xm, isEmptyArray as Zm, isEmptyObject as $m, isEmptyValue as ei, isEqual as ai, isEqualWith as oi, isError as ri, isFile as ti, isFinite as si, isFunction as fi, isInteger as pi, isJSON as mi, isLength as ii, isMap as ui, isMatch as li, isMatchWith as di, isNaN as xi, isNative as ni, isNil as ci, isNull as Si, isNumber as Ti, isObject as gi, isObjectLike as Ci, isPlainObject as yi, isPromise as bi, isReadableByteStreamControllerSupported as Ri, isReadableStream as Ii, isReadableStreamDefaultControllerSupported as Pi, isReadableStreamSupported as hi, isReadableStreamSymbolAsyncIteratorSupported as ki, isRegExp as Ei, isSafeInteger as Ai, isSet as vi, isString as Mi, isSymbol as Ni, isTypedArray as Di, isUndefined as Oi, isValidColor as Bi, isWeakMap as Li, isWeakSet as wi } from "@unicom-cloud/utils/is";
185
+ import { isAsyncMode as Vi, isConcurrentMode as _i, isContextConsumer as Gi, isContextProvider as Hi, isElement as Ui, isForwardRef as ji, isFragment as Wi, isLazy as zi, isMemo as qi, isPortal as Ki, isProfiler as Yi, isStrictMode as Ji, isSuspense as Qi, isValidElementType as Xi } from "react-is";
184
186
  export {
185
187
  Zr as Affix,
186
188
  et as Alert,
187
189
  ot as Anchor,
188
190
  tt as AutoComplete,
189
- Ht as Avatar,
191
+ Gt as Avatar,
190
192
  Wt as BADGE_COLORS,
191
193
  zt as BADGE_STATUS,
192
194
  Qt as BUTTON_STATUS,
193
195
  Xt as BUTTON_TYPE,
194
- _t as BackTop,
196
+ Ut as BackTop,
195
197
  qt as Badge,
196
198
  Yt as Breadcrumb,
197
199
  Zt as Button,
198
- xp as ButtonGroup,
199
- Ho as COMPONENT_NAMES,
200
+ gp as ButtonGroup,
201
+ Go as COMPONENT_NAMES,
200
202
  ar as CSSTransition,
201
203
  st as Calendar,
202
204
  es as Card,
@@ -205,142 +207,145 @@ export {
205
207
  pt as Checkbox,
206
208
  mt as CheckboxGroup,
207
209
  it as CheckboxGroupBlock,
208
- Ep as Col,
210
+ Dp as Col,
209
211
  ts as Collapse,
210
212
  ut as ColorPicker,
211
213
  fs as Comment,
212
- Ge as ConfigConsumer,
213
- He as ConfigContext,
214
- Ue as ConfigProvider,
215
- _e as ConfigProviderDefaultProps,
214
+ _e as ConfigConsumer,
215
+ Ge as ConfigContext,
216
+ He as ConfigProvider,
217
+ Ue as ConfigProviderDefaultProps,
216
218
  je as ContextHolderElement,
217
219
  ms as Copy,
218
220
  us as DatePicker,
219
221
  qr as DefaultValidateMessage,
220
- Ts as Descriptions,
222
+ Ss as Descriptions,
221
223
  gs as Development,
222
224
  ys as Divider,
223
225
  Rs as Drawer,
224
- Is as Dropdown,
226
+ Ps as Dropdown,
225
227
  hs as DropdownButton,
226
228
  We as Empty,
227
229
  Es as Form,
228
- Sp as FormControl,
229
- Cp as FormItem,
230
- bp as FormList,
231
- Pp as FormProvider,
230
+ Rp as FormControl,
231
+ Pp as FormItem,
232
+ kp as FormList,
233
+ Ap as FormProvider,
232
234
  Ds as Grid,
233
- vp as GridItem,
235
+ Bp as GridItem,
234
236
  Bs as Icon,
235
- bm as IconContext,
237
+ km as IconContext,
238
+ Fs as IconFile,
236
239
  ze as IconHover,
237
- Fs as Image,
238
- Op as ImagePreview,
239
- Lp as ImagePreviewGroup,
240
- Gs as Input,
241
- Hs as InputButton,
242
- Fp as InputGroup,
243
- Us as InputNumber,
244
- _s as InputPassword,
245
- js as InputSearch,
246
- Ks as InputTag,
247
- Ws as InputTextArea,
248
- Js as Layout,
249
- Gp as LayoutContent,
250
- Up as LayoutFooter,
251
- jp as LayoutHeader,
252
- zp as LayoutSider,
253
- Xs as Link,
240
+ _s as Image,
241
+ Vp as ImagePreview,
242
+ Gp as ImagePreviewGroup,
243
+ Hs as Input,
244
+ Us as InputButton,
245
+ Up as InputGroup,
246
+ js as InputNumber,
247
+ Ws as InputPassword,
248
+ zs as InputSearch,
249
+ Js as InputTag,
250
+ qs as InputTextArea,
251
+ Xs as Layout,
252
+ Wp as LayoutContent,
253
+ qp as LayoutFooter,
254
+ Yp as LayoutHeader,
255
+ Qp as LayoutSider,
256
+ $s as Link,
254
257
  lt as List,
255
- Kp as ListItem,
256
- Tf as Loading,
258
+ Zp as ListItem,
259
+ gf as Loading,
257
260
  dt as Mentions,
258
- $s as Menu,
259
- Jp as MenuItem,
260
- Xp as MenuItemGroup,
261
- ef as MenuSubMenu,
261
+ af as Menu,
262
+ em as MenuItem,
263
+ om as MenuItemGroup,
264
+ of as MenuSubMenu,
262
265
  qe as Message,
263
- rf as Modal,
266
+ sf as Modal,
264
267
  ls as MonthPicker,
265
- Dm as NOOP,
268
+ Fm as NOOP,
266
269
  Ke as Notification,
267
- sf as PageHeader,
270
+ pf as PageHeader,
268
271
  xt as Pagination,
269
- pf as Popconfirm,
270
- uf as Popover,
271
- df as Portal,
272
+ uf as Popconfirm,
273
+ df as Popover,
274
+ nf as Portal,
272
275
  Qo as PqbCSSTransition,
273
- nf as Progress,
276
+ Sf as Progress,
274
277
  ds as QuarterPicker,
275
278
  nt as Radio,
276
279
  ct as RadioGroup,
277
- Tt as RadioGroupBlock,
278
- St as RadioGroupContext,
279
- cp as RangePicker,
280
- gf as Rate,
280
+ St as RadioGroupBlock,
281
+ Tt as RadioGroupContext,
282
+ yp as RangePicker,
283
+ yf as Rate,
281
284
  or as ReplaceTransition,
282
- yf as ResizeBox,
283
- $p as ResizeBoxSplit,
284
- am as ResizeBoxSplitGroup,
285
- Rf as Result,
286
- Np as Row,
285
+ Rf as ResizeBox,
286
+ tm as ResizeBoxSplit,
287
+ fm as ResizeBoxSplitGroup,
288
+ Pf as Result,
289
+ wp as Row,
287
290
  Kr as Schema,
288
291
  gt as Select,
289
292
  Ct as SelectOption,
290
- rm as SelectOptionGroup,
291
- If as Skeleton,
292
- kf as Slider,
293
- Af as Space,
294
- vf as SpaceVertical,
295
- Nf as SpeechSynthesis,
296
- Of as Spin,
297
- Lf as Statistic,
298
- sm as StatisticCountdown,
299
- Ff as Steps,
300
- pm as StepsItem,
301
- mm as StepsStep,
302
- af as SubMenu,
303
- Gf as SuspenseFallbackTest,
304
- Uf as Switch,
293
+ mm as SelectOptionGroup,
294
+ kf as Skeleton,
295
+ Af as Slider,
296
+ Mf as Space,
297
+ Nf as SpaceVertical,
298
+ Of as SpaceVertical_,
299
+ Bf as Space_,
300
+ wf as SpeechSynthesis,
301
+ Vf as Spin,
302
+ Gf as Statistic,
303
+ um as StatisticCountdown,
304
+ Uf as Steps,
305
+ dm as StepsItem,
306
+ xm as StepsStep,
307
+ rf as SubMenu,
308
+ Wf as SuspenseFallbackTest,
309
+ qf as Switch,
305
310
  rr as SwitchTransition,
306
- um as TabPane,
311
+ cm as TabPane,
307
312
  yt as Table,
308
313
  bt as TableSummary,
309
314
  Rt as TableSummaryCell,
310
- Pt as TableSummaryRow,
311
- jf as Tabs,
312
- lm as TabsTabPane,
313
- zf as Tag,
314
- zs as TextArea,
315
- Kf as TimePicker,
316
- Yf as TimeRangePicker,
317
- Qf as Timeline,
318
- xm as TimelineItem,
315
+ It as TableSummaryRow,
316
+ Yf as Tabs,
317
+ Sm as TabsTabPane,
318
+ Qf as Tag,
319
+ Ks as TextArea,
320
+ Zf as TimePicker,
321
+ $f as TimeRangePicker,
322
+ ap as Timeline,
323
+ gm as TimelineItem,
319
324
  ue as TinyColor,
320
- Zf as Tooltip,
321
- It as Transfer,
325
+ rp as Tooltip,
326
+ Pt as Transfer,
322
327
  tr as Transition,
323
328
  sr as TransitionGroup,
324
329
  ht as Tree,
325
330
  kt as TreeNode,
326
331
  Et as TreeSelect,
327
332
  At as TreeSelectTreeNode,
328
- ep as Trigger,
333
+ sp as Trigger,
329
334
  vt as Typography,
330
335
  Mt as TypographyEllipsis,
331
- cm as TypographyParagraph,
332
- Sm as TypographyText,
333
- Cm as TypographyTitle,
334
- vm as UI_PC_KEY,
335
- Mm as UI_PC_THEME_DARK_CLASS_NAME,
336
- Em as UPLOAD_STATUS,
337
- op as Upload,
338
- rp as UploadList,
339
- pp as VERSION,
340
- mp as VERSION_BUILD_DATE,
341
- ip as VERSION_BUILD_TIME,
342
- sp as VerificationCode,
343
- lp as Watermark,
336
+ ym as TypographyParagraph,
337
+ Rm as TypographyText,
338
+ Pm as TypographyTitle,
339
+ Bm as UI_PC_KEY,
340
+ Lm as UI_PC_THEME_DARK_CLASS_NAME,
341
+ Dm as UPLOAD_STATUS,
342
+ pp as Upload,
343
+ mp as UploadList,
344
+ dp as VERSION,
345
+ xp as VERSION_BUILD_DATE,
346
+ np as VERSION_BUILD_TIME,
347
+ up as VerificationCode,
348
+ Sp as Watermark,
344
349
  xs as WeekPicker,
345
350
  ns as YearPicker,
346
351
  ko as add,
@@ -366,9 +371,9 @@ export {
366
371
  $a as debounce,
367
372
  Eo as div,
368
373
  Ao as divide,
369
- Hr as easing,
374
+ Gr as easing,
370
375
  ba as fileToURL,
371
- Pa as fillNBSP,
376
+ Ia as fillNBSP,
372
377
  $o as findDOMNode_,
373
378
  Dr as findNodeBy,
374
379
  kr as fixedWidth,
@@ -390,93 +395,93 @@ export {
390
395
  ta as getTimeFormat,
391
396
  sa as getValueWithTime,
392
397
  ro as has,
393
- Te as hslToRgb,
394
- Se as hsvToRgb,
398
+ Se as hslToRgb,
399
+ Te as hsvToRgb,
395
400
  Na as include,
396
401
  ge as inputToRGB,
397
- Bm as isArguments,
398
- Lm as isArray,
399
- wm as isArrayBuffer,
400
- Fm as isArrayLike,
401
- Vm as isArrayLikeObject,
402
- Gm as isBlob,
403
- Hm as isBoolean,
404
- Um as isBuffer,
402
+ _m as isArguments,
403
+ Gm as isArray,
404
+ Hm as isArrayBuffer,
405
+ Um as isArrayLike,
406
+ jm as isArrayLikeObject,
407
+ Wm as isBlob,
408
+ zm as isBoolean,
409
+ qm as isBuffer,
405
410
  Oa as isClassComponent,
406
- _m as isColor,
407
- jm as isColor2,
411
+ Km as isColor,
412
+ Ym as isColor2,
408
413
  Ba as isDOMElement,
409
- Wm as isDate,
414
+ Jm as isDate,
410
415
  La as isDayjs,
411
416
  fa as isDayjsArrayChange,
412
417
  pa as isDayjsChange,
413
- zm as isElement,
414
- qm as isEmpty,
415
- Km as isEmptyArray,
416
- Ym as isEmptyObject,
418
+ Qm as isElement,
419
+ Xm as isEmpty,
420
+ Zm as isEmptyArray,
421
+ $m as isEmptyObject,
417
422
  wa as isEmptyReactNode,
418
- Jm as isEmptyValue,
419
- Qm as isEqual,
420
- Xm as isEqualWith,
421
- Zm as isError,
423
+ ei as isEmptyValue,
424
+ ai as isEqual,
425
+ oi as isEqualWith,
426
+ ri as isError,
422
427
  Fa as isExist,
423
- $m as isFile,
424
- ei as isFinite,
428
+ ti as isFile,
429
+ si as isFinite,
425
430
  Va as isForwardRefReact,
426
- ai as isFunction,
427
- oi as isInteger,
428
- ri as isJSON,
429
- ti as isLength,
430
- si as isMap,
431
- fi as isMatch,
432
- pi as isMatchWith,
433
- mi as isNaN,
434
- ii as isNative,
435
- ui as isNil,
436
- li as isNull,
437
- Ga as isNullOrUndefined,
438
- di as isNumber,
439
- xi as isObject,
440
- ni as isObjectLike,
441
- ci as isPlainObject,
442
- Ti as isPromise,
443
- Ha as isReact18,
444
- Ua as isReact19,
445
- Oi as isReactAsyncMode,
446
- _a as isReactComponent,
447
- Bi as isReactConcurrentMode,
448
- Li as isReactContextConsumer,
449
- wi as isReactContextProvider,
450
- Fi as isReactElement,
451
- Vi as isReactForwardRef,
452
- Gi as isReactFragment,
453
- Hi as isReactLazy,
454
- Ui as isReactMemo,
455
- _i as isReactPortal,
456
- ji as isReactProfiler,
457
- Wi as isReactStrictMode,
458
- zi as isReactSuspense,
459
- qi as isReactValidElementType,
460
- Si as isReadableByteStreamControllerSupported,
461
- gi as isReadableStream,
462
- Ci as isReadableStreamDefaultControllerSupported,
463
- yi as isReadableStreamSupported,
464
- bi as isReadableStreamSymbolAsyncIteratorSupported,
465
- Ri as isRegExp,
466
- Pi as isSafeInteger,
467
- Ta as isScrollElement,
468
- Sa as isServerRendering,
469
- Ii as isSet,
470
- hi as isString,
431
+ fi as isFunction,
432
+ pi as isInteger,
433
+ mi as isJSON,
434
+ ii as isLength,
435
+ ui as isMap,
436
+ li as isMatch,
437
+ di as isMatchWith,
438
+ xi as isNaN,
439
+ ni as isNative,
440
+ ci as isNil,
441
+ Si as isNull,
442
+ _a as isNullOrUndefined,
443
+ Ti as isNumber,
444
+ gi as isObject,
445
+ Ci as isObjectLike,
446
+ yi as isPlainObject,
447
+ bi as isPromise,
448
+ Ga as isReact18,
449
+ Ha as isReact19,
450
+ Vi as isReactAsyncMode,
451
+ Ua as isReactComponent,
452
+ _i as isReactConcurrentMode,
453
+ Gi as isReactContextConsumer,
454
+ Hi as isReactContextProvider,
455
+ Ui as isReactElement,
456
+ ji as isReactForwardRef,
457
+ Wi as isReactFragment,
458
+ zi as isReactLazy,
459
+ qi as isReactMemo,
460
+ Ki as isReactPortal,
461
+ Yi as isReactProfiler,
462
+ Ji as isReactStrictMode,
463
+ Qi as isReactSuspense,
464
+ Xi as isReactValidElementType,
465
+ Ri as isReadableByteStreamControllerSupported,
466
+ Ii as isReadableStream,
467
+ Pi as isReadableStreamDefaultControllerSupported,
468
+ hi as isReadableStreamSupported,
469
+ ki as isReadableStreamSymbolAsyncIteratorSupported,
470
+ Ei as isRegExp,
471
+ Ai as isSafeInteger,
472
+ Sa as isScrollElement,
473
+ Ta as isServerRendering,
474
+ vi as isSet,
475
+ Mi as isString,
471
476
  ja as isSupportRef,
472
- ki as isSymbol,
473
- Ei as isTypedArray,
474
- Ai as isUndefined,
477
+ Ni as isSymbol,
478
+ Di as isTypedArray,
479
+ Oi as isUndefined,
475
480
  Ce as isValidCSSUnit,
476
- vi as isValidColor,
481
+ Bi as isValidColor,
477
482
  ma as isValidTimeString,
478
- Mi as isWeakMap,
479
- Ni as isWeakSet,
483
+ Li as isWeakMap,
484
+ wi as isWeakSet,
480
485
  Wa as isWindow,
481
486
  so as kebabCase,
482
487
  a as keyboardCode,
@@ -491,7 +496,7 @@ export {
491
496
  we as newArray,
492
497
  ye as numberInputToObject,
493
498
  ga as off,
494
- _o as omit,
499
+ Uo as omit,
495
500
  Ca as on,
496
501
  Wo as padEnd,
497
502
  zo as padStart,
@@ -506,50 +511,50 @@ export {
506
511
  ir as responsiveMap,
507
512
  ur as responsiveObserve,
508
513
  Re as rgbToCmyk,
509
- Pe as rgbToHex,
510
- Ie as rgbToHsl,
514
+ Ie as rgbToHex,
515
+ Pe as rgbToHsl,
511
516
  he as rgbToHsv,
512
517
  ke as rgbToRgb,
513
518
  Ee as rgbaToArgbHex,
514
519
  Ae as rgbaToHex,
515
520
  dr as saveAs,
516
521
  nr as screenfull,
517
- Tr as scrollIntoView,
518
- Sr as scrollIntoViewIfNeeded,
522
+ Sr as scrollIntoView,
523
+ Tr as scrollIntoViewIfNeeded,
519
524
  lo as set,
520
525
  yr as setDarkTheme,
521
526
  Rr as setPrimaryColor,
522
- Ir as setTheme,
527
+ Pr as setTheme,
523
528
  Ar as setTransformStyle,
524
529
  no as setWith,
525
- To as snakeCase,
530
+ So as snakeCase,
526
531
  go as startCase,
527
532
  ve as stringInputToObject,
528
533
  Oo as subtract,
529
534
  za as supportRef,
530
- hm as tableDefaultComponent,
535
+ Mm as tableDefaultComponent,
531
536
  yo as throttle,
532
537
  Mr as throttleByRaf,
533
538
  Bo as times,
534
539
  ua as timezoneToOffset,
535
540
  la as toLocal,
536
541
  da as toTimezone,
537
- Ur as tween,
542
+ Hr as tween,
538
543
  Ro as uniq,
539
- Io as upperFirst,
544
+ Po as upperFirst,
540
545
  m as useComputedState,
541
546
  u as useCreate,
542
547
  d as useForceUpdate,
543
- hp as useForm,
548
+ Mp as useForm,
544
549
  As as useFormContext,
545
550
  vs as useFormState,
546
- Pm as useIconProps,
551
+ Am as useIconProps,
547
552
  n as useId,
548
553
  y as useInView,
549
- T as useIntersectionObserver,
554
+ S as useIntersectionObserver,
550
555
  g as useInterval,
551
556
  R as useIsFirstRender,
552
- I as useIsomorphicLayoutEffect,
557
+ P as useIsomorphicLayoutEffect,
553
558
  k as useKeyboardEvent,
554
559
  A as useListenResize,
555
560
  M as useMedia,
@@ -559,8 +564,8 @@ export {
559
564
  Je as useNotification,
560
565
  w as useOnlineStatus,
561
566
  V as useOverflowHidden,
562
- H as useOverrideRef,
563
- _ as usePersistCallback,
567
+ G as useOverrideRef,
568
+ U as usePersistCallback,
564
569
  W as usePrefersColorSchemeDark,
565
570
  q as usePrevious,
566
571
  Y as useRefs,