@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.
- package/AutoComplete.js +1 -1
- package/Calendar.js +1 -1
- package/Cascader.js +1 -1
- package/Checkbox.js +1 -1
- package/ColorPicker.js +1 -1
- package/Form.js +13 -13
- package/List.js +1 -1
- package/Mentions.js +1 -1
- package/Pagination.js +1 -1
- package/Radio.js +1 -1
- package/Select.js +1 -1
- package/Space.js +2 -2
- package/Table.js +1 -1
- package/Transfer.js +1 -1
- package/Tree.js +1 -1
- package/TreeSelect.js +1 -1
- package/Typography.js +1 -1
- package/auto-complete/index.js +1 -1
- package/calendar/index.js +1 -1
- package/cascader/Cascader.js +1 -1
- package/cascader/index.js +1 -1
- package/cascader/util.js +1 -1
- package/checkbox/Checkbox.js +1 -1
- package/checkbox/Group.js +1 -1
- package/checkbox/GroupBlock.js +1 -1
- package/checkbox/index.js +2 -2
- package/chunk/BP4igg_F.js +213 -0
- package/chunk/{DO3k0z6J.js → DSXeBMp3.js} +11 -9
- package/color-picker/Panel.js +1 -1
- package/color-picker/index.js +1 -1
- package/development/index.js +1 -1
- package/form/Form.js +14 -158
- package/form/FormList.js +3 -2
- package/form/index.js +57 -56
- package/icons/file.js +67 -0
- package/index.js +288 -283
- package/list/index.js +1 -1
- package/mentions/index.js +1 -1
- package/package.json +1 -1
- package/pagination/PageOption.js +1 -1
- package/pagination/Pagination.js +1 -1
- package/pagination/index.js +1 -1
- package/radio/Group.js +1 -1
- package/radio/GroupBlock.js +1 -1
- package/radio/Radio.js +1 -1
- package/radio/index.js +2 -2
- package/select/Option.js +1 -1
- package/select/Select.js +1 -1
- package/select/index.js +2 -2
- package/select/util.js +1 -1
- package/space/index.js +132 -84
- package/space-/index.js +92 -0
- package/space-/interface.js +1 -0
- package/{space → space-}/toArray.js +2 -2
- package/style.css +1 -1
- package/table/Table.js +1 -1
- package/table/index.js +1 -1
- package/transfer/Item.js +1 -1
- package/transfer/List.js +1 -1
- package/transfer/index.js +1 -1
- package/tree/Animation.js +1 -1
- package/tree/Node.js +1 -1
- package/tree/NodeList.js +1 -1
- package/tree/Tree.js +1 -1
- package/tree/index.js +1 -1
- package/tree-select/List.js +1 -1
- package/tree-select/Select.js +1 -1
- package/tree-select/index.js +2 -2
- package/trigger/index.js +83 -83
- package/types/common/icons/file/index.d.ts +4 -0
- package/types/common/icons/file/interface.d.ts +20 -0
- package/types/common/space/index.d.ts +7 -0
- package/types/common/space/interface.d.ts +42 -0
- package/types/common/utils/color.d.ts +1 -0
- package/types/common/utils/computeScrollIntoView.d.ts +1 -0
- package/types/common/utils/index.d.ts +40 -0
- package/types/common/utils/is.d.ts +1 -1
- package/types/common/utils/math.d.ts +1 -0
- package/types/common/utils/reactTransitionGroup.d.ts +1 -0
- package/types/common/utils/tree.d.ts +1 -0
- package/types/common/utils/tween.d.ts +1 -0
- package/types/common/utils/uuid.d.ts +1 -0
- package/types/common/utils/validate.d.ts +1 -0
- package/types/pc/cascader/base/node.d.ts +1 -1
- package/types/pc/date-picker/RangePicker.d.ts +1 -1
- package/types/pc/form/FormList.d.ts +5 -5
- package/types/pc/form/hook/useForm.d.ts +5 -0
- package/types/pc/form/index.d.ts +3 -2
- package/types/pc/icons/file/index.d.ts +4 -0
- package/types/pc/icons/file/interface.d.ts +7 -0
- package/types/pc/index.d.ts +3 -0
- package/types/pc/space/index.d.ts +3 -5
- package/types/pc/space/interface.d.ts +10 -28
- package/types/pc/space-/index.d.ts +6 -0
- package/types/pc/space-/interface.d.ts +38 -0
- package/types/pc/space-/toArray.d.ts +3 -0
- package/types/pc/table/interface.d.ts +3 -1
- package/types/pc/table/util.d.ts +1 -1
- package/typography/Ellipsis.js +4 -2
- package/typography/index.js +1 -1
- package/version/index.js +1 -1
- package/form/useForm.js +0 -53
- package/types/pc/form/useForm.d.ts +0 -4
- 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
|
|
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
|
|
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
|
|
20
|
-
import { u as
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
67
|
-
import { o as
|
|
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
|
|
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
|
|
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
|
|
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
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
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
|
|
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
|
|
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 "./
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as Ks } from "./input
|
|
114
|
-
import { default as Js } from "./
|
|
115
|
-
import { default as Xs } from "./
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import { default as pf } from "./
|
|
120
|
-
import { default as uf } from "./
|
|
121
|
-
import { default as df } from "./
|
|
122
|
-
import { default as nf } from "./
|
|
123
|
-
import { default as
|
|
124
|
-
import { default as gf } from "./
|
|
125
|
-
import { default as yf } from "./
|
|
126
|
-
import { default as Rf } from "./
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as kf } from "./
|
|
129
|
-
import { default as Af
|
|
130
|
-
import { default as Nf } from "./
|
|
131
|
-
import {
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
134
|
-
import { default as Gf } from "./
|
|
135
|
-
import { default as Uf } from "./
|
|
136
|
-
import {
|
|
137
|
-
import { default as
|
|
138
|
-
import {
|
|
139
|
-
import { default as Qf } from "./
|
|
140
|
-
import { default as Zf } from "./
|
|
141
|
-
import { default as
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as sp } from "./
|
|
144
|
-
import {
|
|
145
|
-
import { default as
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import { default as
|
|
149
|
-
import {
|
|
150
|
-
import { default as
|
|
151
|
-
import { default as Pp } from "./form/
|
|
152
|
-
import { default as
|
|
153
|
-
import { default as
|
|
154
|
-
import {
|
|
155
|
-
import { default as
|
|
156
|
-
import {
|
|
157
|
-
import { default as
|
|
158
|
-
import {
|
|
159
|
-
import { default as Gp } from "./
|
|
160
|
-
import { default as Up } from "./
|
|
161
|
-
import { default as
|
|
162
|
-
import { default as
|
|
163
|
-
import { default as
|
|
164
|
-
import { default as
|
|
165
|
-
import { default as
|
|
166
|
-
import { default as
|
|
167
|
-
import { default as
|
|
168
|
-
import { default as
|
|
169
|
-
import { default as
|
|
170
|
-
import { default as
|
|
171
|
-
import { default as um
|
|
172
|
-
import { default as xm } from "./
|
|
173
|
-
import { default as cm } from "./
|
|
174
|
-
import { default as
|
|
175
|
-
import { default as
|
|
176
|
-
import { default as
|
|
177
|
-
import { default as Pm } from "
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
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
|
-
|
|
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
|
-
|
|
196
|
+
Ut as BackTop,
|
|
195
197
|
qt as Badge,
|
|
196
198
|
Yt as Breadcrumb,
|
|
197
199
|
Zt as Button,
|
|
198
|
-
|
|
199
|
-
|
|
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
|
-
|
|
210
|
+
Dp as Col,
|
|
209
211
|
ts as Collapse,
|
|
210
212
|
ut as ColorPicker,
|
|
211
213
|
fs as Comment,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
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
|
-
|
|
222
|
+
Ss as Descriptions,
|
|
221
223
|
gs as Development,
|
|
222
224
|
ys as Divider,
|
|
223
225
|
Rs as Drawer,
|
|
224
|
-
|
|
226
|
+
Ps as Dropdown,
|
|
225
227
|
hs as DropdownButton,
|
|
226
228
|
We as Empty,
|
|
227
229
|
Es as Form,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
230
|
+
Rp as FormControl,
|
|
231
|
+
Pp as FormItem,
|
|
232
|
+
kp as FormList,
|
|
233
|
+
Ap as FormProvider,
|
|
232
234
|
Ds as Grid,
|
|
233
|
-
|
|
235
|
+
Bp as GridItem,
|
|
234
236
|
Bs as Icon,
|
|
235
|
-
|
|
237
|
+
km as IconContext,
|
|
238
|
+
Fs as IconFile,
|
|
236
239
|
ze as IconHover,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
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
|
-
|
|
256
|
-
|
|
258
|
+
Zp as ListItem,
|
|
259
|
+
gf as Loading,
|
|
257
260
|
dt as Mentions,
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
261
|
+
af as Menu,
|
|
262
|
+
em as MenuItem,
|
|
263
|
+
om as MenuItemGroup,
|
|
264
|
+
of as MenuSubMenu,
|
|
262
265
|
qe as Message,
|
|
263
|
-
|
|
266
|
+
sf as Modal,
|
|
264
267
|
ls as MonthPicker,
|
|
265
|
-
|
|
268
|
+
Fm as NOOP,
|
|
266
269
|
Ke as Notification,
|
|
267
|
-
|
|
270
|
+
pf as PageHeader,
|
|
268
271
|
xt as Pagination,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
+
uf as Popconfirm,
|
|
273
|
+
df as Popover,
|
|
274
|
+
nf as Portal,
|
|
272
275
|
Qo as PqbCSSTransition,
|
|
273
|
-
|
|
276
|
+
Sf as Progress,
|
|
274
277
|
ds as QuarterPicker,
|
|
275
278
|
nt as Radio,
|
|
276
279
|
ct as RadioGroup,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
280
|
+
St as RadioGroupBlock,
|
|
281
|
+
Tt as RadioGroupContext,
|
|
282
|
+
yp as RangePicker,
|
|
283
|
+
yf as Rate,
|
|
281
284
|
or as ReplaceTransition,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
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
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
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
|
-
|
|
311
|
+
cm as TabPane,
|
|
307
312
|
yt as Table,
|
|
308
313
|
bt as TableSummary,
|
|
309
314
|
Rt as TableSummaryCell,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
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
|
-
|
|
321
|
-
|
|
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
|
-
|
|
333
|
+
sp as Trigger,
|
|
329
334
|
vt as Typography,
|
|
330
335
|
Mt as TypographyEllipsis,
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
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
|
-
|
|
374
|
+
Gr as easing,
|
|
370
375
|
ba as fileToURL,
|
|
371
|
-
|
|
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
|
-
|
|
394
|
-
|
|
398
|
+
Se as hslToRgb,
|
|
399
|
+
Te as hsvToRgb,
|
|
395
400
|
Na as include,
|
|
396
401
|
ge as inputToRGB,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
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
|
-
|
|
407
|
-
|
|
411
|
+
Km as isColor,
|
|
412
|
+
Ym as isColor2,
|
|
408
413
|
Ba as isDOMElement,
|
|
409
|
-
|
|
414
|
+
Jm as isDate,
|
|
410
415
|
La as isDayjs,
|
|
411
416
|
fa as isDayjsArrayChange,
|
|
412
417
|
pa as isDayjsChange,
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
418
|
+
Qm as isElement,
|
|
419
|
+
Xm as isEmpty,
|
|
420
|
+
Zm as isEmptyArray,
|
|
421
|
+
$m as isEmptyObject,
|
|
417
422
|
wa as isEmptyReactNode,
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
423
|
+
ei as isEmptyValue,
|
|
424
|
+
ai as isEqual,
|
|
425
|
+
oi as isEqualWith,
|
|
426
|
+
ri as isError,
|
|
422
427
|
Fa as isExist,
|
|
423
|
-
|
|
424
|
-
|
|
428
|
+
ti as isFile,
|
|
429
|
+
si as isFinite,
|
|
425
430
|
Va as isForwardRefReact,
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
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
|
-
|
|
473
|
-
|
|
474
|
-
|
|
477
|
+
Ni as isSymbol,
|
|
478
|
+
Di as isTypedArray,
|
|
479
|
+
Oi as isUndefined,
|
|
475
480
|
Ce as isValidCSSUnit,
|
|
476
|
-
|
|
481
|
+
Bi as isValidColor,
|
|
477
482
|
ma as isValidTimeString,
|
|
478
|
-
|
|
479
|
-
|
|
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
|
-
|
|
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
|
-
|
|
510
|
-
|
|
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
|
-
|
|
518
|
-
|
|
522
|
+
Sr as scrollIntoView,
|
|
523
|
+
Tr as scrollIntoViewIfNeeded,
|
|
519
524
|
lo as set,
|
|
520
525
|
yr as setDarkTheme,
|
|
521
526
|
Rr as setPrimaryColor,
|
|
522
|
-
|
|
527
|
+
Pr as setTheme,
|
|
523
528
|
Ar as setTransformStyle,
|
|
524
529
|
no as setWith,
|
|
525
|
-
|
|
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
|
-
|
|
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
|
-
|
|
542
|
+
Hr as tween,
|
|
538
543
|
Ro as uniq,
|
|
539
|
-
|
|
544
|
+
Po as upperFirst,
|
|
540
545
|
m as useComputedState,
|
|
541
546
|
u as useCreate,
|
|
542
547
|
d as useForceUpdate,
|
|
543
|
-
|
|
548
|
+
Mp as useForm,
|
|
544
549
|
As as useFormContext,
|
|
545
550
|
vs as useFormState,
|
|
546
|
-
|
|
551
|
+
Am as useIconProps,
|
|
547
552
|
n as useId,
|
|
548
553
|
y as useInView,
|
|
549
|
-
|
|
554
|
+
S as useIntersectionObserver,
|
|
550
555
|
g as useInterval,
|
|
551
556
|
R as useIsFirstRender,
|
|
552
|
-
|
|
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
|
-
|
|
563
|
-
|
|
567
|
+
G as useOverrideRef,
|
|
568
|
+
U as usePersistCallback,
|
|
564
569
|
W as usePrefersColorSchemeDark,
|
|
565
570
|
q as usePrevious,
|
|
566
571
|
Y as useRefs,
|