@para-ui/core 4.0.17 → 4.0.19-aplha
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/Breadcrumbs/index.js +2 -2
- package/Button/SplitButton.d.ts +1 -1
- package/Button/index.js +2 -2
- package/ButtonGroup/index.js +2 -2
- package/Cascader/OptionList/Column.d.ts +1 -1
- package/Cascader/index.js +5 -6
- package/ColorPicker/chromePicker/index.d.ts +1 -2
- package/ColorPicker/compactPicker/index.d.ts +1 -2
- package/ColorPicker/sketchPicker/index.d.ts +1 -2
- package/ColorPicker/swatchesPicker/index.d.ts +1 -2
- package/ComboSelect/index.js +10 -7
- package/Container/index.d.ts +1 -1
- package/CopyText/index.js +2 -2
- package/CycleSelector/index.js +4 -4
- package/DatePicker/PickerButton.d.ts +1 -2
- package/DatePicker/PickerTag.d.ts +1 -2
- package/DatePicker/index.js +3 -4
- package/Descriptions/index.js +2 -2
- package/Desktop/index.js +3 -3
- package/DragVerify/index.js +3 -2
- package/Drawer/index.js +2 -2
- package/DynamicMultiBox/formItem.d.ts +1 -2
- package/DynamicMultiBox/index.js +10 -8
- package/DynamicMultiBox/interface.d.ts +1 -1
- package/DynamicMultiBox/rowForm.d.ts +1 -1
- package/Empty/images/index.d.ts +2 -3
- package/Empty/index.js +4 -3
- package/Form/index.js +9 -6
- package/FormItem/index.js +9 -6
- package/FunctionModal/index.js +4 -5
- package/FunctionModal/modalContext.d.ts +1 -2
- package/GlobalContext/index.js +3 -39
- package/InputLang/index.js +3 -3
- package/Message/index.d.ts +1 -1
- package/Modal/index.js +4 -5
- package/MultiBox/index.js +3 -3
- package/OperateBtn/index.js +2 -2
- package/PageHeader/index.js +2 -2
- package/Pagination/index.js +4 -4
- package/ParauiProvider/index.d.ts +2 -2
- package/ParauiProvider/index.js +2 -2
- package/PopConfirm/index.js +2 -2
- package/Prompt/index.d.ts +1 -1
- package/Querying/images/index.d.ts +2 -3
- package/Querying/index.js +4 -3
- package/QuickReply/index.js +3 -3
- package/README.md +8 -0
- package/Search/index.js +2 -2
- package/Select/index.js +4 -4
- package/SelectInput/index.js +4 -4
- package/Selector/index.js +5 -328
- package/SelectorPicker/index.js +4 -3
- package/SingleBox/index.js +3 -3
- package/Switch/index.js +3 -2
- package/Table/index.js +3 -3
- package/Tabs/index.js +2 -2
- package/TextEditor/index.js +2 -2
- package/TextField/index.js +2 -2
- package/TimePicker/index.js +3 -4
- package/Timeline/TimelineItem.d.ts +1 -1
- package/Timeline/index.js +20 -14
- package/ToggleButton/index.js +2 -2
- package/Tooltip/utils.d.ts +1 -1
- package/Transfer/box.d.ts +1 -1
- package/Transfer/index.d.ts +1 -1
- package/Transfer/index.js +3 -3
- package/Tree/index.js +11 -8
- package/Tree/utils/treeUtil.d.ts +1 -1
- package/Upload/index.js +3 -4
- package/_verture/{defineProperty-1d116156.js → defineProperty-51493dbe.js} +10 -2
- package/_verture/{index-02b7a0b7.js → index-0447e790.js} +395 -314
- package/_verture/index-287ae1b3.js +327 -0
- package/_verture/{index-cc76d8d5.js → index-344d4ffe.js} +2 -3
- package/_verture/{index-10792f39.js → index-3e98a394.js} +1 -1
- package/_verture/{intl-f2f27722.js → index-ca413216.js} +54 -1
- package/_verture/{useFormatMessage-eb13cf56.js → useFormatMessage-1fc7c957.js} +1 -1
- package/_verture/{useGlobalProps-1e416658.js → useGlobalProps-4ae1a007.js} +1 -1
- package/index.js +10 -12
- package/package.json +12 -16
- package/umd/Breadcrumbs.js +7 -7
- package/umd/Button.js +2 -2
- package/umd/ButtonGroup.js +4 -4
- package/umd/Carousel.js +3 -3
- package/umd/Cascader.js +1 -1
- package/umd/ColorPicker.js +1 -1
- package/umd/ComboSelect.js +5 -5
- package/umd/CopyText.js +7 -7
- package/umd/CycleSelector.js +5 -5
- package/umd/DatePicker.js +2 -2
- package/umd/Descriptions.js +7 -7
- package/umd/Desktop.js +2 -2
- package/umd/DragVerify.js +3 -3
- package/umd/Drawer.js +2 -2
- package/umd/DynamicMultiBox.js +3 -3
- package/umd/Empty.js +1 -1
- package/umd/Form.js +3 -3
- package/umd/FormItem.js +3 -3
- package/umd/FunctionModal.js +7 -7
- package/umd/GlobalContext.js +1 -1
- package/umd/InputLang.js +2 -2
- package/umd/Modal.js +2 -2
- package/umd/MultiBox.js +5 -5
- package/umd/OperateBtn.js +2 -2
- package/umd/PageHeader.js +4 -4
- package/umd/Pagination.js +3 -3
- package/umd/ParauiProvider.js +1 -1
- package/umd/PopConfirm.js +5 -5
- package/umd/Querying.js +1 -1
- package/umd/QuickReply.js +2 -2
- package/umd/Search.js +2 -2
- package/umd/Select.js +3 -3
- package/umd/SelectInput.js +3 -3
- package/umd/Selector.js +2 -2
- package/umd/SelectorPicker.js +4 -4
- package/umd/SingleBox.js +2 -2
- package/umd/Switch.js +2 -2
- package/umd/Table.js +5 -5
- package/umd/Tabs.js +2 -2
- package/umd/TextEditor.js +3 -3
- package/umd/TextField.js +2 -2
- package/umd/TimePicker.js +2 -2
- package/umd/ToggleButton.js +2 -2
- package/umd/Transfer.js +8 -8
- package/umd/Tree.js +4 -4
- package/umd/Upload.js +7 -7
- package/_verture/index-c568f272.js +0 -18
- package/_verture/typeof-adeedc13.js +0 -11
- /package/_verture/{modalContext-b101ffaa.js → modalContext-c8cc3107.js} +0 -0
package/Selector/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { a as __awaiter, _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
|
2
2
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
3
3
|
import { useState, useRef, useEffect, Fragment as Fragment$1 } from 'react';
|
|
4
4
|
import { _ as _slicedToArray } from '../_verture/slicedToArray-a8206399.js';
|
|
5
|
-
import {
|
|
5
|
+
import { r as regenerator } from '../_verture/index-287ae1b3.js';
|
|
6
6
|
import { Radio } from '../Radio/index.js';
|
|
7
7
|
import { Checkbox } from '../Checkbox/index.js';
|
|
8
8
|
import { Popover } from '../Popover/index.js';
|
|
@@ -10,7 +10,7 @@ import AutoTips from '../AutoTips/index.js';
|
|
|
10
10
|
import { Loading } from '../Loading/index.js';
|
|
11
11
|
import CloseIcon from '@para-ui/icons/Close';
|
|
12
12
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
13
|
-
import { u as useFormatMessage } from '../_verture/useFormatMessage-
|
|
13
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
14
14
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
15
15
|
import { Search } from '../Search/index.js';
|
|
16
16
|
import { Breadcrumbs } from '../Breadcrumbs/index.js';
|
|
@@ -18,8 +18,9 @@ import Empty from '../Empty/index.js';
|
|
|
18
18
|
import SearchIcon from '@para-ui/icons/Search';
|
|
19
19
|
import Refresh from '@para-ui/icons/Refresh';
|
|
20
20
|
import { ArrayToObject, Get, Post, Cancel } from '@paraview/lib';
|
|
21
|
-
import { u as useGlobalProps } from '../_verture/useGlobalProps-
|
|
21
|
+
import { u as useGlobalProps } from '../_verture/useGlobalProps-4ae1a007.js';
|
|
22
22
|
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
23
|
+
import '../_verture/typeof-6ec38efd.js';
|
|
23
24
|
import '../Label/index.js';
|
|
24
25
|
import '../Help/index.js';
|
|
25
26
|
import '../Tooltip/index.js';
|
|
@@ -30,7 +31,7 @@ import '@para-ui/icons/Forbid';
|
|
|
30
31
|
import '@para-ui/icons/Help';
|
|
31
32
|
import '../_verture/usePopupContainer-635f66f4.js';
|
|
32
33
|
import '@para-ui/icons/LoadingF';
|
|
33
|
-
import '
|
|
34
|
+
import '../_verture/index-ca413216.js';
|
|
34
35
|
import '../TextField/index.js';
|
|
35
36
|
import '@para-ui/icons/PreviewClose';
|
|
36
37
|
import '@para-ui/icons/PreviewOpen';
|
|
@@ -42,330 +43,6 @@ import 'dayjs';
|
|
|
42
43
|
import '@para-ui/icons/More';
|
|
43
44
|
import '@para-ui/icons/Return';
|
|
44
45
|
|
|
45
|
-
var regeneratorRuntime$1 = {exports: {}};
|
|
46
|
-
|
|
47
|
-
(function (module) {
|
|
48
|
-
var _typeof$1 = _typeof.exports["default"];
|
|
49
|
-
function _regeneratorRuntime() {
|
|
50
|
-
module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
|
|
51
|
-
return e;
|
|
52
|
-
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
53
|
-
var t,
|
|
54
|
-
e = {},
|
|
55
|
-
r = Object.prototype,
|
|
56
|
-
n = r.hasOwnProperty,
|
|
57
|
-
o = Object.defineProperty || function (t, e, r) {
|
|
58
|
-
t[e] = r.value;
|
|
59
|
-
},
|
|
60
|
-
i = "function" == typeof Symbol ? Symbol : {},
|
|
61
|
-
a = i.iterator || "@@iterator",
|
|
62
|
-
c = i.asyncIterator || "@@asyncIterator",
|
|
63
|
-
u = i.toStringTag || "@@toStringTag";
|
|
64
|
-
function define(t, e, r) {
|
|
65
|
-
return Object.defineProperty(t, e, {
|
|
66
|
-
value: r,
|
|
67
|
-
enumerable: !0,
|
|
68
|
-
configurable: !0,
|
|
69
|
-
writable: !0
|
|
70
|
-
}), t[e];
|
|
71
|
-
}
|
|
72
|
-
try {
|
|
73
|
-
define({}, "");
|
|
74
|
-
} catch (t) {
|
|
75
|
-
define = function define(t, e, r) {
|
|
76
|
-
return t[e] = r;
|
|
77
|
-
};
|
|
78
|
-
}
|
|
79
|
-
function wrap(t, e, r, n) {
|
|
80
|
-
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
81
|
-
a = Object.create(i.prototype),
|
|
82
|
-
c = new Context(n || []);
|
|
83
|
-
return o(a, "_invoke", {
|
|
84
|
-
value: makeInvokeMethod(t, r, c)
|
|
85
|
-
}), a;
|
|
86
|
-
}
|
|
87
|
-
function tryCatch(t, e, r) {
|
|
88
|
-
try {
|
|
89
|
-
return {
|
|
90
|
-
type: "normal",
|
|
91
|
-
arg: t.call(e, r)
|
|
92
|
-
};
|
|
93
|
-
} catch (t) {
|
|
94
|
-
return {
|
|
95
|
-
type: "throw",
|
|
96
|
-
arg: t
|
|
97
|
-
};
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
e.wrap = wrap;
|
|
101
|
-
var h = "suspendedStart",
|
|
102
|
-
l = "suspendedYield",
|
|
103
|
-
f = "executing",
|
|
104
|
-
s = "completed",
|
|
105
|
-
y = {};
|
|
106
|
-
function Generator() {}
|
|
107
|
-
function GeneratorFunction() {}
|
|
108
|
-
function GeneratorFunctionPrototype() {}
|
|
109
|
-
var p = {};
|
|
110
|
-
define(p, a, function () {
|
|
111
|
-
return this;
|
|
112
|
-
});
|
|
113
|
-
var d = Object.getPrototypeOf,
|
|
114
|
-
v = d && d(d(values([])));
|
|
115
|
-
v && v !== r && n.call(v, a) && (p = v);
|
|
116
|
-
var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
|
|
117
|
-
function defineIteratorMethods(t) {
|
|
118
|
-
["next", "throw", "return"].forEach(function (e) {
|
|
119
|
-
define(t, e, function (t) {
|
|
120
|
-
return this._invoke(e, t);
|
|
121
|
-
});
|
|
122
|
-
});
|
|
123
|
-
}
|
|
124
|
-
function AsyncIterator(t, e) {
|
|
125
|
-
function invoke(r, o, i, a) {
|
|
126
|
-
var c = tryCatch(t[r], t, o);
|
|
127
|
-
if ("throw" !== c.type) {
|
|
128
|
-
var u = c.arg,
|
|
129
|
-
h = u.value;
|
|
130
|
-
return h && "object" == _typeof$1(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
|
|
131
|
-
invoke("next", t, i, a);
|
|
132
|
-
}, function (t) {
|
|
133
|
-
invoke("throw", t, i, a);
|
|
134
|
-
}) : e.resolve(h).then(function (t) {
|
|
135
|
-
u.value = t, i(u);
|
|
136
|
-
}, function (t) {
|
|
137
|
-
return invoke("throw", t, i, a);
|
|
138
|
-
});
|
|
139
|
-
}
|
|
140
|
-
a(c.arg);
|
|
141
|
-
}
|
|
142
|
-
var r;
|
|
143
|
-
o(this, "_invoke", {
|
|
144
|
-
value: function value(t, n) {
|
|
145
|
-
function callInvokeWithMethodAndArg() {
|
|
146
|
-
return new e(function (e, r) {
|
|
147
|
-
invoke(t, n, e, r);
|
|
148
|
-
});
|
|
149
|
-
}
|
|
150
|
-
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
151
|
-
}
|
|
152
|
-
});
|
|
153
|
-
}
|
|
154
|
-
function makeInvokeMethod(e, r, n) {
|
|
155
|
-
var o = h;
|
|
156
|
-
return function (i, a) {
|
|
157
|
-
if (o === f) throw new Error("Generator is already running");
|
|
158
|
-
if (o === s) {
|
|
159
|
-
if ("throw" === i) throw a;
|
|
160
|
-
return {
|
|
161
|
-
value: t,
|
|
162
|
-
done: !0
|
|
163
|
-
};
|
|
164
|
-
}
|
|
165
|
-
for (n.method = i, n.arg = a;;) {
|
|
166
|
-
var c = n.delegate;
|
|
167
|
-
if (c) {
|
|
168
|
-
var u = maybeInvokeDelegate(c, n);
|
|
169
|
-
if (u) {
|
|
170
|
-
if (u === y) continue;
|
|
171
|
-
return u;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
175
|
-
if (o === h) throw o = s, n.arg;
|
|
176
|
-
n.dispatchException(n.arg);
|
|
177
|
-
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
178
|
-
o = f;
|
|
179
|
-
var p = tryCatch(e, r, n);
|
|
180
|
-
if ("normal" === p.type) {
|
|
181
|
-
if (o = n.done ? s : l, p.arg === y) continue;
|
|
182
|
-
return {
|
|
183
|
-
value: p.arg,
|
|
184
|
-
done: n.done
|
|
185
|
-
};
|
|
186
|
-
}
|
|
187
|
-
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
188
|
-
}
|
|
189
|
-
};
|
|
190
|
-
}
|
|
191
|
-
function maybeInvokeDelegate(e, r) {
|
|
192
|
-
var n = r.method,
|
|
193
|
-
o = e.iterator[n];
|
|
194
|
-
if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
|
|
195
|
-
var i = tryCatch(o, e.iterator, r.arg);
|
|
196
|
-
if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
|
|
197
|
-
var a = i.arg;
|
|
198
|
-
return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
|
|
199
|
-
}
|
|
200
|
-
function pushTryEntry(t) {
|
|
201
|
-
var e = {
|
|
202
|
-
tryLoc: t[0]
|
|
203
|
-
};
|
|
204
|
-
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
205
|
-
}
|
|
206
|
-
function resetTryEntry(t) {
|
|
207
|
-
var e = t.completion || {};
|
|
208
|
-
e.type = "normal", delete e.arg, t.completion = e;
|
|
209
|
-
}
|
|
210
|
-
function Context(t) {
|
|
211
|
-
this.tryEntries = [{
|
|
212
|
-
tryLoc: "root"
|
|
213
|
-
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
214
|
-
}
|
|
215
|
-
function values(e) {
|
|
216
|
-
if (e || "" === e) {
|
|
217
|
-
var r = e[a];
|
|
218
|
-
if (r) return r.call(e);
|
|
219
|
-
if ("function" == typeof e.next) return e;
|
|
220
|
-
if (!isNaN(e.length)) {
|
|
221
|
-
var o = -1,
|
|
222
|
-
i = function next() {
|
|
223
|
-
for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
|
|
224
|
-
return next.value = t, next.done = !0, next;
|
|
225
|
-
};
|
|
226
|
-
return i.next = i;
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
throw new TypeError(_typeof$1(e) + " is not iterable");
|
|
230
|
-
}
|
|
231
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
|
|
232
|
-
value: GeneratorFunctionPrototype,
|
|
233
|
-
configurable: !0
|
|
234
|
-
}), o(GeneratorFunctionPrototype, "constructor", {
|
|
235
|
-
value: GeneratorFunction,
|
|
236
|
-
configurable: !0
|
|
237
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
238
|
-
var e = "function" == typeof t && t.constructor;
|
|
239
|
-
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
240
|
-
}, e.mark = function (t) {
|
|
241
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
242
|
-
}, e.awrap = function (t) {
|
|
243
|
-
return {
|
|
244
|
-
__await: t
|
|
245
|
-
};
|
|
246
|
-
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
|
|
247
|
-
return this;
|
|
248
|
-
}), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
|
|
249
|
-
void 0 === i && (i = Promise);
|
|
250
|
-
var a = new AsyncIterator(wrap(t, r, n, o), i);
|
|
251
|
-
return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
|
|
252
|
-
return t.done ? t.value : a.next();
|
|
253
|
-
});
|
|
254
|
-
}, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
|
|
255
|
-
return this;
|
|
256
|
-
}), define(g, "toString", function () {
|
|
257
|
-
return "[object Generator]";
|
|
258
|
-
}), e.keys = function (t) {
|
|
259
|
-
var e = Object(t),
|
|
260
|
-
r = [];
|
|
261
|
-
for (var n in e) r.push(n);
|
|
262
|
-
return r.reverse(), function next() {
|
|
263
|
-
for (; r.length;) {
|
|
264
|
-
var t = r.pop();
|
|
265
|
-
if (t in e) return next.value = t, next.done = !1, next;
|
|
266
|
-
}
|
|
267
|
-
return next.done = !0, next;
|
|
268
|
-
};
|
|
269
|
-
}, e.values = values, Context.prototype = {
|
|
270
|
-
constructor: Context,
|
|
271
|
-
reset: function reset(e) {
|
|
272
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
|
|
273
|
-
},
|
|
274
|
-
stop: function stop() {
|
|
275
|
-
this.done = !0;
|
|
276
|
-
var t = this.tryEntries[0].completion;
|
|
277
|
-
if ("throw" === t.type) throw t.arg;
|
|
278
|
-
return this.rval;
|
|
279
|
-
},
|
|
280
|
-
dispatchException: function dispatchException(e) {
|
|
281
|
-
if (this.done) throw e;
|
|
282
|
-
var r = this;
|
|
283
|
-
function handle(n, o) {
|
|
284
|
-
return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
|
|
285
|
-
}
|
|
286
|
-
for (var o = this.tryEntries.length - 1; o >= 0; --o) {
|
|
287
|
-
var i = this.tryEntries[o],
|
|
288
|
-
a = i.completion;
|
|
289
|
-
if ("root" === i.tryLoc) return handle("end");
|
|
290
|
-
if (i.tryLoc <= this.prev) {
|
|
291
|
-
var c = n.call(i, "catchLoc"),
|
|
292
|
-
u = n.call(i, "finallyLoc");
|
|
293
|
-
if (c && u) {
|
|
294
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
295
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
296
|
-
} else if (c) {
|
|
297
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
298
|
-
} else {
|
|
299
|
-
if (!u) throw new Error("try statement without catch or finally");
|
|
300
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
},
|
|
305
|
-
abrupt: function abrupt(t, e) {
|
|
306
|
-
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
307
|
-
var o = this.tryEntries[r];
|
|
308
|
-
if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
|
|
309
|
-
var i = o;
|
|
310
|
-
break;
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
|
|
314
|
-
var a = i ? i.completion : {};
|
|
315
|
-
return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
|
|
316
|
-
},
|
|
317
|
-
complete: function complete(t, e) {
|
|
318
|
-
if ("throw" === t.type) throw t.arg;
|
|
319
|
-
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
|
|
320
|
-
},
|
|
321
|
-
finish: function finish(t) {
|
|
322
|
-
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
323
|
-
var r = this.tryEntries[e];
|
|
324
|
-
if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"catch": function _catch(t) {
|
|
328
|
-
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
329
|
-
var r = this.tryEntries[e];
|
|
330
|
-
if (r.tryLoc === t) {
|
|
331
|
-
var n = r.completion;
|
|
332
|
-
if ("throw" === n.type) {
|
|
333
|
-
var o = n.arg;
|
|
334
|
-
resetTryEntry(r);
|
|
335
|
-
}
|
|
336
|
-
return o;
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
throw new Error("illegal catch attempt");
|
|
340
|
-
},
|
|
341
|
-
delegateYield: function delegateYield(e, r, n) {
|
|
342
|
-
return this.delegate = {
|
|
343
|
-
iterator: values(e),
|
|
344
|
-
resultName: r,
|
|
345
|
-
nextLoc: n
|
|
346
|
-
}, "next" === this.method && (this.arg = t), y;
|
|
347
|
-
}
|
|
348
|
-
}, e;
|
|
349
|
-
}
|
|
350
|
-
module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
351
|
-
} (regeneratorRuntime$1));
|
|
352
|
-
|
|
353
|
-
// TODO(Babel 8): Remove this file.
|
|
354
|
-
|
|
355
|
-
var runtime = regeneratorRuntime$1.exports();
|
|
356
|
-
var regenerator = runtime;
|
|
357
|
-
|
|
358
|
-
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
|
359
|
-
try {
|
|
360
|
-
regeneratorRuntime = runtime;
|
|
361
|
-
} catch (accidentalStrictMode) {
|
|
362
|
-
if (typeof globalThis === "object") {
|
|
363
|
-
globalThis.regeneratorRuntime = runtime;
|
|
364
|
-
} else {
|
|
365
|
-
Function("r", "regeneratorRuntime = r")(runtime);
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
|
|
369
46
|
var en = {
|
|
370
47
|
root: 'root',
|
|
371
48
|
selectAll: 'Select all',
|
package/SelectorPicker/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import CloseCircleF from '@para-ui/icons/CloseCircleF';
|
|
|
11
11
|
import Down from '@para-ui/icons/Down';
|
|
12
12
|
import CloseIcon from '@para-ui/icons/Close';
|
|
13
13
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
14
|
-
import { u as useFormatMessage } from '../_verture/useFormatMessage-
|
|
14
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
15
15
|
import { Tooltip } from '../Tooltip/index.js';
|
|
16
16
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
17
17
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
@@ -26,6 +26,7 @@ import 'dayjs';
|
|
|
26
26
|
import '@paraview/lib';
|
|
27
27
|
import '../_verture/slicedToArray-a8206399.js';
|
|
28
28
|
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
29
|
+
import '../_verture/index-287ae1b3.js';
|
|
29
30
|
import '../_verture/typeof-6ec38efd.js';
|
|
30
31
|
import '../Radio/index.js';
|
|
31
32
|
import '../Checkbox/index.js';
|
|
@@ -35,8 +36,8 @@ import '../Search/index.js';
|
|
|
35
36
|
import '../TextField/index.js';
|
|
36
37
|
import '@para-ui/icons/PreviewClose';
|
|
37
38
|
import '@para-ui/icons/PreviewOpen';
|
|
38
|
-
import '../_verture/useGlobalProps-
|
|
39
|
-
import '
|
|
39
|
+
import '../_verture/useGlobalProps-4ae1a007.js';
|
|
40
|
+
import '../_verture/index-ca413216.js';
|
|
40
41
|
import '@para-ui/icons/Search';
|
|
41
42
|
import '../Breadcrumbs/index.js';
|
|
42
43
|
import '@para-ui/icons/More';
|
package/SingleBox/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import HelperText from '../HelperText/index.js';
|
|
|
6
6
|
import PlusCircleF from '@para-ui/icons/PlusCircleF';
|
|
7
7
|
import Delete from '@para-ui/icons/Delete';
|
|
8
8
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
9
|
-
import { u as useFormatMessage } from '../_verture/useFormatMessage-
|
|
9
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
10
10
|
import { Tooltip } from '../Tooltip/index.js';
|
|
11
11
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
12
12
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
@@ -21,8 +21,8 @@ import 'clsx';
|
|
|
21
21
|
import '@para-ui/icons/Forbid';
|
|
22
22
|
import '../Loading/index.js';
|
|
23
23
|
import '@para-ui/icons/LoadingF';
|
|
24
|
-
import '../_verture/useGlobalProps-
|
|
25
|
-
import '
|
|
24
|
+
import '../_verture/useGlobalProps-4ae1a007.js';
|
|
25
|
+
import '../_verture/index-ca413216.js';
|
|
26
26
|
import '../_verture/index-389675ab.js';
|
|
27
27
|
import 'rc-dropdown';
|
|
28
28
|
import '../_verture/usePopupContainer-635f66f4.js';
|
package/Switch/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import clsx from 'clsx';
|
|
|
6
6
|
import { $ as $prefixCls, a as $rcPrefixCls } from '../_verture/constant-5317fc89.js';
|
|
7
7
|
import Label from '../Label/index.js';
|
|
8
8
|
import { Tooltip } from '../Tooltip/index.js';
|
|
9
|
-
import { u as useFormatMessage } from '../_verture/useFormatMessage-
|
|
9
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
10
10
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
11
11
|
import '../Help/index.js';
|
|
12
12
|
import '@para-ui/icons/Help';
|
|
@@ -14,7 +14,8 @@ import 'react';
|
|
|
14
14
|
import 'rc-tooltip';
|
|
15
15
|
import 'rc-tooltip/lib/placements';
|
|
16
16
|
import '@para-ui/icons/Forbid';
|
|
17
|
-
import '
|
|
17
|
+
import '../_verture/index-ca413216.js';
|
|
18
|
+
import '@paraview/lib';
|
|
18
19
|
|
|
19
20
|
var en = {
|
|
20
21
|
ing: 'In Progress'
|
package/Table/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import Screen from '@para-ui/icons/ScreenF';
|
|
|
12
12
|
import SolidArrowUp from '@para-ui/icons/UpTriangleF';
|
|
13
13
|
import SolidArrowDown from '@para-ui/icons/DownTriangleF';
|
|
14
14
|
import Panel from '@para-ui/icons/Panel';
|
|
15
|
-
import { u as useFormatMessage } from '../_verture/useFormatMessage-
|
|
15
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
16
16
|
import Empty from '../Empty/index.js';
|
|
17
17
|
import { Radio } from '../Radio/index.js';
|
|
18
18
|
import OperateBtn from '../OperateBtn/index.js';
|
|
@@ -20,7 +20,7 @@ import Down from '@para-ui/icons/Down';
|
|
|
20
20
|
import Refresh from '@para-ui/icons/Refresh';
|
|
21
21
|
import { Pagination } from '../Pagination/index.js';
|
|
22
22
|
import { Loading } from '../Loading/index.js';
|
|
23
|
-
import { u as useGlobalProps } from '../_verture/useGlobalProps-
|
|
23
|
+
import { u as useGlobalProps } from '../_verture/useGlobalProps-4ae1a007.js';
|
|
24
24
|
import '../Tooltip/index.js';
|
|
25
25
|
import 'rc-tooltip';
|
|
26
26
|
import 'rc-tooltip/lib/placements';
|
|
@@ -34,7 +34,7 @@ import '@para-ui/icons/LoadingF';
|
|
|
34
34
|
import '../_verture/index-389675ab.js';
|
|
35
35
|
import 'rc-dropdown';
|
|
36
36
|
import 'dayjs';
|
|
37
|
-
import '
|
|
37
|
+
import '../_verture/index-ca413216.js';
|
|
38
38
|
import '@para-ui/icons/More';
|
|
39
39
|
import '../PopConfirm/index.js';
|
|
40
40
|
import '@para-ui/icons/CheckCircleF';
|
package/Tabs/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { PopConfirm } from '../PopConfirm/index.js';
|
|
|
9
9
|
import { Radio } from '../Radio/index.js';
|
|
10
10
|
import Help from '../Help/index.js';
|
|
11
11
|
import clsx from 'clsx';
|
|
12
|
-
import { u as useFormatMessage } from '../_verture/useFormatMessage-
|
|
12
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
13
13
|
import { a as $rcPrefixCls, $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
14
14
|
import { Tooltip } from '../Tooltip/index.js';
|
|
15
15
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
@@ -29,7 +29,7 @@ import '../AutoTips/index.js';
|
|
|
29
29
|
import 'rc-tooltip';
|
|
30
30
|
import 'rc-tooltip/lib/placements';
|
|
31
31
|
import '@para-ui/icons/Forbid';
|
|
32
|
-
import '
|
|
32
|
+
import '../_verture/index-ca413216.js';
|
|
33
33
|
import '../Label/index.js';
|
|
34
34
|
import '@para-ui/icons/Help';
|
|
35
35
|
|
package/TextEditor/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { i18nChangeLanguage } from '@wangeditor/editor';
|
|
|
6
6
|
import HelperText from '../HelperText/index.js';
|
|
7
7
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
8
8
|
import { UUID } from '@paraview/lib';
|
|
9
|
-
import { u as useFormatMessage } from '../_verture/useFormatMessage-
|
|
9
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
10
10
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
11
11
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
12
12
|
import '../Help/index.js';
|
|
@@ -16,7 +16,7 @@ import 'rc-tooltip/lib/placements';
|
|
|
16
16
|
import 'clsx';
|
|
17
17
|
import '@para-ui/icons/Forbid';
|
|
18
18
|
import '@para-ui/icons/Help';
|
|
19
|
-
import '
|
|
19
|
+
import '../_verture/index-ca413216.js';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* @author xh
|
package/TextField/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import AutoTips from '../AutoTips/index.js';
|
|
|
10
10
|
import { Loading } from '../Loading/index.js';
|
|
11
11
|
import { Tooltip } from '../Tooltip/index.js';
|
|
12
12
|
import HelperText from '../HelperText/index.js';
|
|
13
|
-
import { u as useGlobalProps } from '../_verture/useGlobalProps-
|
|
13
|
+
import { u as useGlobalProps } from '../_verture/useGlobalProps-4ae1a007.js';
|
|
14
14
|
import { D as Dropdown } from '../_verture/index-389675ab.js';
|
|
15
15
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
16
16
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
@@ -21,7 +21,7 @@ import 'rc-tooltip';
|
|
|
21
21
|
import 'rc-tooltip/lib/placements';
|
|
22
22
|
import '@para-ui/icons/Forbid';
|
|
23
23
|
import '@para-ui/icons/LoadingF';
|
|
24
|
-
import '
|
|
24
|
+
import '../_verture/index-ca413216.js';
|
|
25
25
|
import 'rc-dropdown';
|
|
26
26
|
import '../_verture/usePopupContainer-635f66f4.js';
|
|
27
27
|
import 'dayjs';
|
package/TimePicker/index.js
CHANGED
|
@@ -15,8 +15,8 @@ import 'rc-dropdown';
|
|
|
15
15
|
import '../_verture/usePopupContainer-635f66f4.js';
|
|
16
16
|
import 'dayjs';
|
|
17
17
|
import '@paraview/lib';
|
|
18
|
-
import '../_verture/useFormatMessage-
|
|
19
|
-
import '
|
|
18
|
+
import '../_verture/useFormatMessage-1fc7c957.js';
|
|
19
|
+
import '../_verture/index-ca413216.js';
|
|
20
20
|
import '../AutoTips/index.js';
|
|
21
21
|
import 'rc-tooltip';
|
|
22
22
|
import 'rc-tooltip/lib/placements';
|
|
@@ -26,8 +26,7 @@ import '@para-ui/icons/Close';
|
|
|
26
26
|
import '@para-ui/icons/EditOutline';
|
|
27
27
|
import '../_verture/tinycolor-ece3542d.js';
|
|
28
28
|
import '@para-ui/icons/Plus';
|
|
29
|
-
import '../_verture/defineProperty-
|
|
30
|
-
import '../_verture/typeof-adeedc13.js';
|
|
29
|
+
import '../_verture/defineProperty-51493dbe.js';
|
|
31
30
|
import 'rc-picker';
|
|
32
31
|
import '@para-ui/icons/CloseCircleF';
|
|
33
32
|
import '@para-ui/icons/Calendar';
|
package/Timeline/index.js
CHANGED
|
@@ -2,27 +2,33 @@ import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import React__default from 'react';
|
|
4
4
|
import clsx from 'clsx';
|
|
5
|
-
import { _ as _defineProperty } from '../_verture/defineProperty-1d116156.js';
|
|
6
5
|
import { a as $rcPrefixCls, $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
7
6
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
8
|
-
import '../_verture/typeof-adeedc13.js';
|
|
9
7
|
|
|
10
8
|
//TimelineItem
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
9
|
+
const TimelineItem = props => {
|
|
10
|
+
const {
|
|
11
|
+
className,
|
|
12
|
+
color,
|
|
13
|
+
dot,
|
|
14
|
+
pending = false,
|
|
15
|
+
position,
|
|
16
|
+
label,
|
|
17
|
+
children
|
|
18
|
+
} = props,
|
|
20
19
|
restProps = __rest(props, ["className", "color", "dot", "pending", "position", "label", "children"]);
|
|
21
|
-
|
|
20
|
+
const prefixCls = "".concat($rcPrefixCls, "-timeline");
|
|
22
21
|
//item cls
|
|
23
|
-
|
|
22
|
+
const itemClassName = clsx({
|
|
23
|
+
["".concat(prefixCls, "-item")]: true,
|
|
24
|
+
["".concat(prefixCls, "-item-pending")]: pending
|
|
25
|
+
}, className);
|
|
24
26
|
//dot cls
|
|
25
|
-
|
|
27
|
+
const dotClassName = clsx({
|
|
28
|
+
["".concat(prefixCls, "-item-head")]: true,
|
|
29
|
+
["".concat(prefixCls, "-item-head-custom")]: !!dot,
|
|
30
|
+
["".concat(prefixCls, "-item-head-").concat(color)]: color
|
|
31
|
+
});
|
|
26
32
|
return jsxs("li", Object.assign({}, restProps, {
|
|
27
33
|
className: itemClassName
|
|
28
34
|
}, {
|
package/ToggleButton/index.js
CHANGED
|
@@ -17,8 +17,8 @@ import '../_verture/index-389675ab.js';
|
|
|
17
17
|
import 'rc-dropdown';
|
|
18
18
|
import '../_verture/usePopupContainer-635f66f4.js';
|
|
19
19
|
import 'dayjs';
|
|
20
|
-
import '../_verture/useFormatMessage-
|
|
21
|
-
import '
|
|
20
|
+
import '../_verture/useFormatMessage-1fc7c957.js';
|
|
21
|
+
import '../_verture/index-ca413216.js';
|
|
22
22
|
|
|
23
23
|
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/11/23 上午9:50\n* @description\n*/\n/**\n* @author linhd\n* @date 2023/4/11 14:16\n* @description 最新色卡\n*/\n.paraui-v4-toggle-button.paraui-v4-button-text {\n color: rgb(29, 33, 38);\n}\n.paraui-v4-toggle-button.paraui-v4-button-text:hover {\n color: rgb(46, 101, 230);\n}\n.paraui-v4-toggle-button.paraui-v4-button-text:hover[disabled] {\n color: rgb(92, 101, 115);\n}\n.paraui-v4-toggle-button-wrap {\n display: inline-block;\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-radio.paraui-v4-toggle-button-selected {\n border-color: rgb(46, 101, 230);\n color: rgb(255, 255, 255);\n background-color: rgb(46, 101, 230);\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-radio.paraui-v4-toggle-button-selected:hover {\n border-color: rgb(46, 101, 230);\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-radio:hover {\n border-color: rgb(87, 131, 235);\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-radio[disabled] {\n color: rgb(161, 168, 179);\n background-color: rgb(255, 255, 255);\n border: 1px solid rgb(212, 218, 227);\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-radio[disabled]:hover {\n color: rgb(161, 168, 179);\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-radio[disabled].paraui-v4-toggle-button-selected {\n color: rgb(92, 101, 115);\n background-color: rgb(247, 248, 250);\n border: 1px solid rgb(212, 218, 227);\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check::before {\n content: \" \";\n position: absolute;\n bottom: 0;\n right: 0;\n border: 8px solid rgb(212, 218, 227);\n border-top-color: transparent;\n border-left-color: transparent;\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check::after {\n content: \" \";\n width: 8px;\n height: 8px;\n background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAM5JREFUOE/NkQENwjAURFcFIAEHgIM5YCgAHCABFBAUAA5wABI2CTgABeUd+V06BqFkCeEnl6X9d7d/vy7rWK6jPvu9gfe+z9QnsHDOlV9NgHhk4gpxrvjJBogL+DtwATkG12QDxEvIG3AzcRmW/5gAgsaR+1S54peht+c8s7vxc7+OAFHCIVhBWkfLUm6VliazRsUGAzoy6YEz0LaDeItYMVrVWCJ/nVuUmHhArPuX1XoFTI4wJ8au+NYb/ziBCJZdJqoiPFfyBO+I/2twBz0qQBFvrubpAAAAAElFTkSuQmCC\");\n background-size: 8px 8px;\n background-repeat: no-repeat;\n position: absolute;\n bottom: 1px;\n right: 1px;\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check:hover {\n border-color: rgb(87, 131, 235);\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check:hover::before {\n border-color: rgb(87, 131, 235);\n border-top-color: transparent;\n border-left-color: transparent;\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check.paraui-v4-toggle-button-selected {\n border-color: rgb(46, 101, 230);\n color: rgb(46, 101, 230);\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check.paraui-v4-toggle-button-selected::before {\n border-color: rgb(46, 101, 230);\n border-top-color: transparent;\n border-left-color: transparent;\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check[disabled] {\n color: rgb(161, 168, 179);\n background-color: rgb(255, 255, 255);\n border: 1px solid rgb(212, 218, 227);\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check[disabled]::before {\n border-color: rgb(212, 218, 227);\n border-top-color: transparent;\n border-left-color: transparent;\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check[disabled]:hover {\n color: rgb(161, 168, 179);\n background-color: rgb(255, 255, 255);\n border: 1px solid rgb(212, 218, 227);\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check[disabled]:hover::before {\n border-color: rgb(212, 218, 227);\n border-top-color: transparent;\n border-left-color: transparent;\n}\n.paraui-v4-toggle-button.paraui-v4-toggle-button-check[disabled].paraui-v4-toggle-button-selected {\n color: rgb(92, 101, 115);\n background-color: rgb(247, 248, 250);\n}\n.paraui-v4-toggle-button .toggle-button-text {\n display: inline-block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.paraui-v4-toggle-button-disabled.paraui-v4-toggle-button {\n color: rgb(92, 101, 115);\n}\n.paraui-v4-toggle-button-disabled.paraui-v4-toggle-button:hover {\n color: rgb(92, 101, 115);\n}\n.paraui-v4-toggle-button .toggle-button-badge {\n position: absolute;\n right: 0;\n bottom: 16px;\n}\n.paraui-v4-toggle-button .toggle-button-badge > div {\n position: absolute;\n top: 0;\n right: 0;\n border: 8px solid rgb(46, 101, 230);\n border-top-color: transparent;\n border-left-color: transparent;\n}\n.paraui-v4-toggle-button .toggle-button-badge > svg {\n position: absolute;\n top: 7px;\n right: 1px;\n color: #fff;\n font-weight: 600;\n width: 8px;\n height: 8px;\n}\n\n.paraui-v4-togglebutton-group {\n display: flex;\n flex-flow: row wrap;\n}\n.paraui-v4-togglebutton-group .toggle-button-item {\n margin: 0 10px;\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button {\n margin: 0;\n padding: 0 16px;\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button[disabled] {\n color: rgb(161, 168, 179);\n background-color: transparent;\n border: 0;\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button[disabled]:hover {\n color: rgb(161, 168, 179);\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button ~ .paraui-v4-toggle-button::before {\n position: absolute;\n left: 0;\n top: 50%;\n transform: translateY(-50%);\n content: \"\";\n width: 1px;\n height: 14px;\n background-color: rgb(212, 218, 227);\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button-selected {\n color: rgb(46, 101, 230);\n border: 0;\n font-weight: 700;\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button-selected:hover {\n color: rgb(46, 101, 230);\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button-selected[disabled] {\n color: rgb(92, 101, 115);\n background-color: transparent;\n border: 0;\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button-selected[disabled]:hover {\n background-color: transparent;\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button-selected:first-child:before {\n display: none;\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button-selected:not(:first-child)::before {\n position: absolute;\n left: 0;\n top: 50%;\n transform: translateY(-50%);\n content: \"\";\n width: 1px;\n height: 14px;\n background-color: rgb(212, 218, 227);\n border: 0;\n}\n.paraui-v4-togglebutton-group-text .paraui-v4-toggle-button-selected::after {\n display: none;\n}";
|
|
24
24
|
styleInject(css_248z);
|
package/Tooltip/utils.d.ts
CHANGED
|
@@ -11,6 +11,6 @@ interface PlacementsConfig {
|
|
|
11
11
|
autoAdjustOverflow?: boolean | AdjustOverflow;
|
|
12
12
|
}
|
|
13
13
|
export default function getPlacements(config: PlacementsConfig): BuildInPlacements;
|
|
14
|
-
export declare function getDisabledCompatibleChildren(child: React.ReactNode): JSX.Element;
|
|
14
|
+
export declare function getDisabledCompatibleChildren(child: React.ReactNode): import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export declare function mapLegacyPlacement(place: TooltipPlacement): string;
|
|
16
16
|
export {};
|
package/Transfer/box.d.ts
CHANGED
|
@@ -33,6 +33,6 @@ export interface ItemDataProps {
|
|
|
33
33
|
tagColor?: string;
|
|
34
34
|
[name: string]: any;
|
|
35
35
|
}
|
|
36
|
-
export declare const Box: (props: IBox) => JSX.Element;
|
|
36
|
+
export declare const Box: (props: IBox) => import("react/jsx-runtime").JSX.Element;
|
|
37
37
|
export default Box;
|
|
38
38
|
export declare const Sortablejs: typeof Sortable;
|
package/Transfer/index.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ interface TransferProps {
|
|
|
26
26
|
render?: (data: ItemDataProps) => void;
|
|
27
27
|
customKey?: string;
|
|
28
28
|
}
|
|
29
|
-
export declare const Transfer: (props: TransferProps) => JSX.Element;
|
|
29
|
+
export declare const Transfer: (props: TransferProps) => import("react/jsx-runtime").JSX.Element;
|
|
30
30
|
export default Transfer;
|
|
31
31
|
export type IItemDataProps = ItemDataProps;
|
|
32
32
|
export declare const SSortablejs: typeof import("sortablejs");
|