@unicom-cloud/ui 0.8.95 → 0.8.96
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/Message.js +1 -1
- package/Notification.js +1 -1
- package/Switch.js +1 -1
- package/Trigger.js +1 -1
- package/alert/index.js +50 -49
- package/back-top/index.js +8 -8
- package/cascader/panel/List.js +1 -1
- package/collapse/Item.js +1 -1
- package/components/common/hooks/useForceUpdate.js +6 -2
- package/components/common/hooks/useId.js +8 -8
- package/components/common/space/index.js +2 -3
- package/components/common/utils/PqbCSSTransition.js +1 -1
- package/details/index.js +32 -31
- package/dist/react-transition-group/src/CSSTransition.js +1 -1
- package/dist/react-transition-group/src/SwitchTransition.js +1 -1
- package/dist/tween/src/tween.js +24 -25
- package/hooks/index.js +50 -52
- package/index.js +674 -680
- package/input-tag/InputTag.js +1 -1
- package/message/index.js +1 -1
- package/notification/index.js +1 -1
- package/package.json +1 -1
- package/rate/index.js +1 -1
- package/slider/index.js +1 -1
- package/slider/util.js +1 -1
- package/statistic/index.js +16 -16
- package/style.css +1 -1
- package/switch/index.js +1 -1
- package/table/Table.js +16 -16
- package/time-picker/util.js +4 -4
- package/trigger/index.js +1 -1
- package/types/common/utils/math.d.ts +1 -1
- package/types/pc/alert/interface.d.ts +2 -2
- package/types/pc/details/interface.d.ts +2 -2
- package/types/pc/hooks/index.d.ts +0 -1
- package/types/pc/utils/math.d.ts +1 -1
- package/typography/Ellipsis.js +4 -5
- package/upload/list/index.js +1 -1
- package/utils/index.js +173 -177
- package/utils/math.js +7 -11
- package/utils/reactTransitionGroup.js +1 -1
- package/version/index.js +1 -1
- package/components/common/hooks/useComputedState.js +0 -11
- package/hooks/useComputedState.js +0 -4
- package/types/common/hooks/useComputedState.d.ts +0 -4
- package/types/pc/hooks/useComputedState.d.ts +0 -1
- /package/dist/react-transition-group/chunk/{C6QwjD4L.js → CPfP7aNL.js} +0 -0
package/utils/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { default as a } from "@unicom-cloud/utils/case-name";
|
|
|
2
2
|
import { default as i } from "@unicom-cloud/utils/class-name";
|
|
3
3
|
import { cmykToRgb as f, convertDecimalToHex as p, convertHexToDecimal as l, hslToRgb as n, hsvToRgb as d, numberInputToObject as x, parseIntFromHex as u, rgbToCmyk as c, rgbToHex as g, rgbToHsl as y, rgbToHsv as S, rgbToRgb as R, rgbaToArgbHex as T, rgbaToHex as b } from "../dist/tinycolor/src/conversion.js";
|
|
4
4
|
import { names as h } from "../dist/tinycolor/src/css-color-names.js";
|
|
5
|
-
import { inputToRGB as N, isValidCSSUnit as A, stringInputToObject as
|
|
5
|
+
import { inputToRGB as N, isValidCSSUnit as A, stringInputToObject as M } from "../dist/tinycolor/src/format-input.js";
|
|
6
6
|
import { compareColorByRange as D } from "../dist/tinycolor/customize/index.js";
|
|
7
7
|
import { TinyColor as O } from "../dist/tinycolor/src/index.js";
|
|
8
8
|
import { a as k } from "../dist/tinycolor/chunk/BOzCVdr0.js";
|
|
@@ -20,7 +20,7 @@ import { getStringLength as be } from "../components/common/utils/getStringLengt
|
|
|
20
20
|
import { include as he } from "../components/common/utils/include.js";
|
|
21
21
|
import * as e from "./is.js";
|
|
22
22
|
import { default as Ne } from "lodash/camelCase";
|
|
23
|
-
import { default as
|
|
23
|
+
import { default as Me } from "lodash/capitalize";
|
|
24
24
|
import { default as De } from "lodash/cloneDeep";
|
|
25
25
|
import { default as Oe } from "lodash/debounce";
|
|
26
26
|
import { default as ke } from "lodash/get";
|
|
@@ -35,61 +35,60 @@ import { default as Ye } from "lodash/startCase";
|
|
|
35
35
|
import { default as Xe } from "lodash/throttle";
|
|
36
36
|
import { default as $e } from "lodash/uniq";
|
|
37
37
|
import { default as rr } from "lodash/upperFirst";
|
|
38
|
-
import {
|
|
39
|
-
import { mergedToString as
|
|
40
|
-
import { mergeProps as
|
|
41
|
-
import { COMPONENT_NAMES as
|
|
42
|
-
import { omit as
|
|
43
|
-
import { padEnd as
|
|
44
|
-
import { pick as
|
|
45
|
-
import { PqbCSSTransition as
|
|
46
|
-
import { callbackOriginRef as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { T as
|
|
51
|
-
import { default as
|
|
52
|
-
import { responsiveArray as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { scrollIntoView as
|
|
56
|
-
import { removeDarkTheme as
|
|
57
|
-
import { setPrimaryColor as
|
|
58
|
-
import { setTheme as
|
|
59
|
-
import { fixedWidth as
|
|
60
|
-
import { throttleByRaf as
|
|
61
|
-
import { findNodeBy as
|
|
62
|
-
import { Tween as
|
|
63
|
-
import { default as
|
|
64
|
-
import { v4 as
|
|
65
|
-
import { Schema as
|
|
66
|
-
import { d as
|
|
67
|
-
import { warning as
|
|
38
|
+
import { div as or, default as ar, minus as sr, plus as ir, times as mr } from "@unicom-cloud/utils/math";
|
|
39
|
+
import { mergedToString as pr } from "../components/common/utils/mergedToString.js";
|
|
40
|
+
import { mergeProps as nr } from "../components/common/utils/mergeProps.js";
|
|
41
|
+
import { COMPONENT_NAMES as xr } from "./names.js";
|
|
42
|
+
import { omit as cr } from "../components/common/utils/omit.js";
|
|
43
|
+
import { padEnd as yr, padStart as Sr } from "../components/common/utils/pad.js";
|
|
44
|
+
import { pick as Tr, pickDataAttributes as br } from "../components/common/utils/pick.js";
|
|
45
|
+
import { PqbCSSTransition as hr } from "../components/common/utils/PqbCSSTransition.js";
|
|
46
|
+
import { callbackOriginRef as Nr, findDOMNode_ as Ar } from "../components/common/utils/reactDOM.js";
|
|
47
|
+
import { default as vr } from "../dist/react-transition-group/src/CSSTransition.js";
|
|
48
|
+
import { default as Ir } from "../dist/react-transition-group/src/ReplaceTransition.js";
|
|
49
|
+
import { default as Pr } from "../dist/react-transition-group/src/SwitchTransition.js";
|
|
50
|
+
import { T as Br } from "../dist/react-transition-group/chunk/CPfP7aNL.js";
|
|
51
|
+
import { default as Vr, default as jr } from "../dist/react-transition-group/src/TransitionGroup.js";
|
|
52
|
+
import { responsiveArray as Hr, responsiveMap as Lr, responsiveObserve as Wr } from "./responsiveObserve.js";
|
|
53
|
+
import { default as Ur } from "@unicom-cloud/utils/file/saveAs";
|
|
54
|
+
import { default as qr } from "@unicom-cloud/utils/screenfull";
|
|
55
|
+
import { scrollIntoView as Kr, scrollIntoView as Jr } from "../components/common/utils/scrollIntoView.js";
|
|
56
|
+
import { removeDarkTheme as Qr, setDarkTheme as Xr } from "./setDarkTheme.js";
|
|
57
|
+
import { setPrimaryColor as $r } from "./setPrimaryColor.js";
|
|
58
|
+
import { setTheme as rt } from "./setTheme.js";
|
|
59
|
+
import { fixedWidth as ot, getStyle as at, setTransformStyle as st } from "../components/common/utils/style.js";
|
|
60
|
+
import { throttleByRaf as mt } from "../components/common/utils/throttleByRaf.js";
|
|
61
|
+
import { findNodeBy as pt, getChildWithParentBy as lt, getItemBy as nt, getItemBy2 as dt, getItemBy3 as xt, getItemByID as ut, getLabelFromDictionaryByValue as ct } from "@unicom-cloud/utils/tree";
|
|
62
|
+
import { Tween as yt } from "../dist/tween/src/tween.js";
|
|
63
|
+
import { default as Rt } from "../dist/tween/src/easing.js";
|
|
64
|
+
import { v4 as bt, v4 as Ct } from "uuid";
|
|
65
|
+
import { Schema as Et, default as Nt } from "../dist/validate/src/index.js";
|
|
66
|
+
import { d as Mt } from "../dist/validate/chunk/BXTR2LmP.js";
|
|
67
|
+
import { warning as Dt } from "../components/common/utils/warning.js";
|
|
68
68
|
import * as r from "@unicom-cloud/utils/constant/keyboardCode";
|
|
69
|
-
import { UI_PC_KEY as
|
|
70
|
-
import { NOOP as
|
|
71
|
-
import { isArguments as
|
|
72
|
-
import { isClassComponent as
|
|
73
|
-
import { isAsyncMode as
|
|
69
|
+
import { UI_PC_KEY as Ot, UI_PC_THEME_DARK_CLASS_NAME as Pt } from "@unicom-cloud/utils/constant/ui";
|
|
70
|
+
import { NOOP as Bt } from "../components/common/utils/constant.js";
|
|
71
|
+
import { isArguments as Vt, isArray as jt, isArrayBuffer as Ft, isArrayLike as Ht, isArrayLikeObject as Lt, isBlob as Wt, isBoolean as _t, isBuffer as Ut, isColor as zt, isColor2 as qt, isDate as Gt, isElement as Kt, isEmpty as Jt, isEmptyArray as Yt, isEmptyObject as Qt, isEmptyValue as Xt, isEqual as Zt, isEqualWith as $t, isError as eo, isFile as ro, isFinite as to, isFunction as oo, isInteger as ao, isJSON as so, isLength as io, isMap as mo, isMatch as fo, isMatchWith as po, isNaN as lo, isNative as no, isNil as xo, isNull as uo, isNumber as co, isObject as go, isObjectLike as yo, isPlainObject as So, isPromise as Ro, isReadableByteStreamControllerSupported as To, isReadableStream as bo, isReadableStreamDefaultControllerSupported as Co, isReadableStreamSupported as ho, isReadableStreamSymbolAsyncIteratorSupported as Eo, isRegExp as No, isSafeInteger as Ao, isSet as Mo, isString as vo, isSymbol as Do, isTypedArray as Io, isUndefined as Oo, isValidColor as Po, isWeakMap as ko, isWeakSet as Bo } from "@unicom-cloud/utils/is";
|
|
72
|
+
import { isClassComponent as Vo, isDOMElement as jo, isDayjs as Fo, isEmptyReactNode as Ho, isExist as Lo, isForwardRefReact as Wo, isNullOrUndefined as _o, isReact18 as Uo, isReact19 as zo, isReactComponent as qo, isSupportRef as Go, isWindow as Ko, supportRef as Jo } from "../components/common/utils/is.js";
|
|
73
|
+
import { isAsyncMode as Qo, isConcurrentMode as Xo, isContextConsumer as Zo, isContextProvider as $o, isElement as ea, isForwardRef as ra, isFragment as ta, isLazy as oa, isMemo as aa, isPortal as sa, isProfiler as ia, isStrictMode as ma, isSuspense as fa, isValidElementType as pa } from "react-is";
|
|
74
74
|
export {
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
xr as COMPONENT_NAMES,
|
|
76
|
+
vr as CSSTransition,
|
|
77
77
|
W as ContextHolderElement,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
78
|
+
Mt as DefaultValidateMessage,
|
|
79
|
+
Bt as NOOP,
|
|
80
|
+
hr as PqbCSSTransition,
|
|
81
|
+
Ir as ReplaceTransition,
|
|
82
|
+
Et as Schema,
|
|
83
|
+
Pr as SwitchTransition,
|
|
84
84
|
O as TinyColor,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
Dr as callbackOriginRef,
|
|
85
|
+
Br as Transition,
|
|
86
|
+
Vr as TransitionGroup,
|
|
87
|
+
Ot as UI_PC_KEY,
|
|
88
|
+
Pt as UI_PC_THEME_DARK_CLASS_NAME,
|
|
89
|
+
Nr as callbackOriginRef,
|
|
91
90
|
Ne as camelCase,
|
|
92
|
-
|
|
91
|
+
Me as capitalize,
|
|
93
92
|
a as caseName,
|
|
94
93
|
i as className,
|
|
95
94
|
U as clipboardCopy,
|
|
@@ -106,29 +105,28 @@ export {
|
|
|
106
105
|
z as copy,
|
|
107
106
|
G as dayjs,
|
|
108
107
|
Oe as debounce,
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
ht as easing,
|
|
108
|
+
or as div,
|
|
109
|
+
Rt as easing,
|
|
112
110
|
xe as fileToURL,
|
|
113
111
|
ce as fillNBSP,
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
112
|
+
Ar as findDOMNode_,
|
|
113
|
+
pt as findNodeBy,
|
|
114
|
+
ot as fixedWidth,
|
|
117
115
|
ke as get,
|
|
118
|
-
|
|
116
|
+
lt as getChildWithParentBy,
|
|
119
117
|
K as getDayjsValue,
|
|
120
118
|
ye as getHighlightText,
|
|
121
119
|
Re as getHotkeyHandler,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
120
|
+
nt as getItemBy,
|
|
121
|
+
dt as getItemBy2,
|
|
122
|
+
xt as getItemBy3,
|
|
123
|
+
ut as getItemByID,
|
|
124
|
+
ct as getLabelFromDictionaryByValue,
|
|
127
125
|
J as getNow,
|
|
128
126
|
me as getScrollElements,
|
|
129
127
|
Y as getSortedDayjsArray,
|
|
130
128
|
be as getStringLength,
|
|
131
|
-
|
|
129
|
+
at as getStyle,
|
|
132
130
|
Q as getTimeFormat,
|
|
133
131
|
X as getValueWithTime,
|
|
134
132
|
we as has,
|
|
@@ -137,117 +135,116 @@ export {
|
|
|
137
135
|
he as include,
|
|
138
136
|
N as inputToRGB,
|
|
139
137
|
e as is,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
138
|
+
Vt as isArguments,
|
|
139
|
+
jt as isArray,
|
|
140
|
+
Ft as isArrayBuffer,
|
|
141
|
+
Ht as isArrayLike,
|
|
142
|
+
Lt as isArrayLikeObject,
|
|
143
|
+
Wt as isBlob,
|
|
144
|
+
_t as isBoolean,
|
|
145
|
+
Ut as isBuffer,
|
|
146
|
+
Vo as isClassComponent,
|
|
147
|
+
zt as isColor,
|
|
148
|
+
qt as isColor2,
|
|
149
|
+
jo as isDOMElement,
|
|
150
|
+
Gt as isDate,
|
|
151
|
+
Fo as isDayjs,
|
|
154
152
|
Z as isDayjsArrayChange,
|
|
155
153
|
$ as isDayjsChange,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
154
|
+
Kt as isElement,
|
|
155
|
+
Jt as isEmpty,
|
|
156
|
+
Yt as isEmptyArray,
|
|
157
|
+
Qt as isEmptyObject,
|
|
158
|
+
Ho as isEmptyReactNode,
|
|
159
|
+
Xt as isEmptyValue,
|
|
160
|
+
Zt as isEqual,
|
|
161
|
+
$t as isEqualWith,
|
|
162
|
+
eo as isError,
|
|
163
|
+
Lo as isExist,
|
|
164
|
+
ro as isFile,
|
|
165
|
+
to as isFinite,
|
|
166
|
+
Wo as isForwardRefReact,
|
|
167
|
+
oo as isFunction,
|
|
168
|
+
ao as isInteger,
|
|
169
|
+
so as isJSON,
|
|
170
|
+
io as isLength,
|
|
171
|
+
mo as isMap,
|
|
172
|
+
fo as isMatch,
|
|
173
|
+
po as isMatchWith,
|
|
174
|
+
lo as isNaN,
|
|
175
|
+
no as isNative,
|
|
176
|
+
xo as isNil,
|
|
177
|
+
uo as isNull,
|
|
178
|
+
_o as isNullOrUndefined,
|
|
179
|
+
co as isNumber,
|
|
180
|
+
go as isObject,
|
|
181
|
+
yo as isObjectLike,
|
|
182
|
+
So as isPlainObject,
|
|
183
|
+
Ro as isPromise,
|
|
184
|
+
Uo as isReact18,
|
|
185
|
+
zo as isReact19,
|
|
186
|
+
Qo as isReactAsyncMode,
|
|
187
|
+
qo as isReactComponent,
|
|
188
|
+
Xo as isReactConcurrentMode,
|
|
189
|
+
Zo as isReactContextConsumer,
|
|
190
|
+
$o as isReactContextProvider,
|
|
191
|
+
ea as isReactElement,
|
|
192
|
+
ra as isReactForwardRef,
|
|
193
|
+
ta as isReactFragment,
|
|
194
|
+
oa as isReactLazy,
|
|
195
|
+
aa as isReactMemo,
|
|
196
|
+
sa as isReactPortal,
|
|
197
|
+
ia as isReactProfiler,
|
|
198
|
+
ma as isReactStrictMode,
|
|
199
|
+
fa as isReactSuspense,
|
|
200
|
+
pa as isReactValidElementType,
|
|
201
|
+
To as isReadableByteStreamControllerSupported,
|
|
202
|
+
bo as isReadableStream,
|
|
203
|
+
Co as isReadableStreamDefaultControllerSupported,
|
|
204
|
+
ho as isReadableStreamSupported,
|
|
205
|
+
Eo as isReadableStreamSymbolAsyncIteratorSupported,
|
|
206
|
+
No as isRegExp,
|
|
207
|
+
Ao as isSafeInteger,
|
|
210
208
|
fe as isScrollElement,
|
|
211
209
|
pe as isServerRendering,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
210
|
+
Mo as isSet,
|
|
211
|
+
vo as isString,
|
|
212
|
+
Go as isSupportRef,
|
|
213
|
+
Do as isSymbol,
|
|
214
|
+
Io as isTypedArray,
|
|
215
|
+
Oo as isUndefined,
|
|
218
216
|
A as isValidCSSUnit,
|
|
219
|
-
|
|
217
|
+
Po as isValidColor,
|
|
220
218
|
ee as isValidTimeString,
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
219
|
+
ko as isWeakMap,
|
|
220
|
+
Bo as isWeakSet,
|
|
221
|
+
Ko as isWindow,
|
|
224
222
|
je as kebabCase,
|
|
225
223
|
r as keyboardCode,
|
|
226
|
-
|
|
224
|
+
ar as math,
|
|
227
225
|
He as merge,
|
|
228
|
-
|
|
226
|
+
nr as mergeProps,
|
|
229
227
|
We as mergeWith,
|
|
230
|
-
|
|
228
|
+
pr as mergedToString,
|
|
231
229
|
re as methods,
|
|
232
|
-
|
|
233
|
-
fr as multiply,
|
|
230
|
+
sr as minus,
|
|
234
231
|
F as newArray,
|
|
235
232
|
x as numberInputToObject,
|
|
236
233
|
le as off,
|
|
237
|
-
|
|
234
|
+
cr as omit,
|
|
238
235
|
ne as on,
|
|
239
|
-
|
|
240
|
-
|
|
236
|
+
yr as padEnd,
|
|
237
|
+
Sr as padStart,
|
|
241
238
|
u as parseIntFromHex,
|
|
242
|
-
|
|
243
|
-
|
|
239
|
+
Tr as pick,
|
|
240
|
+
br as pickDataAttributes,
|
|
244
241
|
H as pickTriggerPropsFromRest,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
242
|
+
ir as plus,
|
|
243
|
+
jr as reactTransitionGroup,
|
|
244
|
+
Qr as removeDarkTheme,
|
|
245
|
+
Hr as responsiveArray,
|
|
246
|
+
Lr as responsiveMap,
|
|
247
|
+
Wr as responsiveObserve,
|
|
251
248
|
c as rgbToCmyk,
|
|
252
249
|
g as rgbToHex,
|
|
253
250
|
y as rgbToHsl,
|
|
@@ -255,32 +252,31 @@ export {
|
|
|
255
252
|
R as rgbToRgb,
|
|
256
253
|
T as rgbaToArgbHex,
|
|
257
254
|
b as rgbaToHex,
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
255
|
+
Ur as saveAs,
|
|
256
|
+
qr as screenfull,
|
|
257
|
+
Kr as scrollIntoView,
|
|
258
|
+
Jr as scrollIntoViewIfNeeded,
|
|
262
259
|
Ue as set,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
260
|
+
Xr as setDarkTheme,
|
|
261
|
+
$r as setPrimaryColor,
|
|
262
|
+
rt as setTheme,
|
|
263
|
+
st as setTransformStyle,
|
|
267
264
|
qe as setWith,
|
|
268
265
|
Ke as snakeCase,
|
|
269
266
|
Ye as startCase,
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
Zo as supportRef,
|
|
267
|
+
M as stringInputToObject,
|
|
268
|
+
Jo as supportRef,
|
|
273
269
|
Xe as throttle,
|
|
274
|
-
|
|
275
|
-
|
|
270
|
+
mt as throttleByRaf,
|
|
271
|
+
mr as times,
|
|
276
272
|
te as timezoneToOffset,
|
|
277
273
|
oe as toLocal,
|
|
278
274
|
ae as toTimezone,
|
|
279
|
-
|
|
275
|
+
yt as tween,
|
|
280
276
|
$e as uniq,
|
|
281
277
|
rr as upperFirst,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
278
|
+
bt as uuid,
|
|
279
|
+
Ct as uuidv4,
|
|
280
|
+
Nt as validate,
|
|
281
|
+
Dt as warning
|
|
286
282
|
};
|
package/utils/math.js
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { default as e, div as m, default as s, minus as u, plus as d, times as f } from "@unicom-cloud/utils/math";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
s as multiply,
|
|
10
|
-
f as plus,
|
|
11
|
-
p as subtract,
|
|
12
|
-
r as times
|
|
3
|
+
e as default,
|
|
4
|
+
m as div,
|
|
5
|
+
s as math,
|
|
6
|
+
u as minus,
|
|
7
|
+
d as plus,
|
|
8
|
+
f as times
|
|
13
9
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as t } from "../dist/react-transition-group/src/CSSTransition.js";
|
|
2
2
|
import { default as e } from "../dist/react-transition-group/src/ReplaceTransition.js";
|
|
3
3
|
import { default as n } from "../dist/react-transition-group/src/SwitchTransition.js";
|
|
4
|
-
import { T as f } from "../dist/react-transition-group/chunk/
|
|
4
|
+
import { T as f } from "../dist/react-transition-group/chunk/CPfP7aNL.js";
|
|
5
5
|
import { default as u, default as l, default as T } from "../dist/react-transition-group/src/TransitionGroup.js";
|
|
6
6
|
export {
|
|
7
7
|
t as CSSTransition,
|
package/version/index.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '../../common/hooks/useComputedState';
|
|
File without changes
|