@para-ui/core 4.0.25 → 4.0.27
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/Cascader/index.js +4 -5
- package/ComboSelect/index.js +19 -7
- package/ComboSelect/interface.d.ts +4 -0
- package/CycleSelector/index.d.ts +5 -0
- package/CycleSelector/index.js +24 -15
- package/DatePicker/index.js +1 -2
- package/DynamicMultiBox/index.js +7 -5
- package/Form/index.js +6 -3
- package/FormItem/index.js +6 -3
- package/Image/index.js +2 -3
- package/README.md +6 -0
- package/Selector/index.js +2 -325
- package/SelectorPicker/index.js +1 -0
- package/TimePicker/index.js +1 -2
- package/Transfer/index.js +43 -49
- package/Tree/index.js +8 -5
- package/Upload/index.js +2 -3
- package/_verture/{Portal-5bd49559.js → Portal-5bf66fed.js} +1 -2
- package/_verture/{defineProperty-6f62bb2a.js → defineProperty-f0e15205.js} +10 -2
- package/_verture/{index-93662604.js → index-28edf318.js} +395 -314
- package/_verture/index-8ac46bd9.js +327 -0
- package/_verture/{index-5f205d87.js → index-8ec857b4.js} +2 -3
- package/index.js +6 -6
- package/package.json +1 -1
- package/umd/ComboSelect.js +1 -1
- package/umd/CycleSelector.js +1 -1
- package/umd/DynamicMultiBox.js +1 -1
- package/umd/Form.js +1 -1
- package/umd/FormItem.js +1 -1
- package/_verture/typeof-adeedc13.js +0 -11
- /package/_verture/{index-0eca82dc.js → index-33866394.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-8ac46bd9.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';
|
|
@@ -20,6 +20,7 @@ import Refresh from '@para-ui/icons/Refresh';
|
|
|
20
20
|
import { ArrayToObject, Get, Post, Cancel } from '@paraview/lib';
|
|
21
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';
|
|
@@ -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 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 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 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
|
@@ -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-8ac46bd9.js';
|
|
29
30
|
import '../_verture/typeof-6ec38efd.js';
|
|
30
31
|
import '../Radio/index.js';
|
|
31
32
|
import '../Checkbox/index.js';
|
package/TimePicker/index.js
CHANGED
|
@@ -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-f0e15205.js';
|
|
31
30
|
import 'rc-picker';
|
|
32
31
|
import '@para-ui/icons/CloseCircleF';
|
|
33
32
|
import '@para-ui/icons/Calendar';
|
package/Transfer/index.js
CHANGED
|
@@ -8,7 +8,6 @@ import ExpandLess from '@para-ui/icons/Up';
|
|
|
8
8
|
import Down from '@para-ui/icons/Down';
|
|
9
9
|
import { u as useFormatMessage } from '../_verture/useFormatMessage-1fc7c957.js';
|
|
10
10
|
import { $ as $prefixCls } from '../_verture/constant-5317fc89.js';
|
|
11
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-a8206399.js';
|
|
12
11
|
import { Search } from '../Search/index.js';
|
|
13
12
|
import SearchIcon from '@para-ui/icons/Search';
|
|
14
13
|
import AutoTips from '../AutoTips/index.js';
|
|
@@ -28,7 +27,6 @@ import '../_verture/usePopupContainer-635f66f4.js';
|
|
|
28
27
|
import 'dayjs';
|
|
29
28
|
import '@paraview/lib';
|
|
30
29
|
import '../_verture/index-ca413216.js';
|
|
31
|
-
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
32
30
|
import '../TextField/index.js';
|
|
33
31
|
import '../Label/index.js';
|
|
34
32
|
import '../Help/index.js';
|
|
@@ -61,8 +59,8 @@ var zh = {
|
|
|
61
59
|
};
|
|
62
60
|
|
|
63
61
|
var localeJson = {
|
|
64
|
-
zh
|
|
65
|
-
en
|
|
62
|
+
zh,
|
|
63
|
+
en
|
|
66
64
|
};
|
|
67
65
|
|
|
68
66
|
var useClick = function useClick(callback, doubleCallback) {
|
|
@@ -90,36 +88,32 @@ var useClick = function useClick(callback, doubleCallback) {
|
|
|
90
88
|
};
|
|
91
89
|
};
|
|
92
90
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
useEffect(function () {
|
|
120
|
-
var arr = [];
|
|
121
|
-
var count = 0;
|
|
122
|
-
data.forEach(function (item, index) {
|
|
91
|
+
const Box = props => {
|
|
92
|
+
const {
|
|
93
|
+
title,
|
|
94
|
+
data,
|
|
95
|
+
onSearch,
|
|
96
|
+
onchange,
|
|
97
|
+
onMove,
|
|
98
|
+
queryAll,
|
|
99
|
+
inverse,
|
|
100
|
+
direction,
|
|
101
|
+
fluctuationPosition,
|
|
102
|
+
fluctuationOrther,
|
|
103
|
+
onEndSort,
|
|
104
|
+
multiple,
|
|
105
|
+
rightIcon,
|
|
106
|
+
style,
|
|
107
|
+
customKey
|
|
108
|
+
} = props;
|
|
109
|
+
const intl = useFormatMessage('Transfer', localeJson);
|
|
110
|
+
const [checkCount, setCheckCount] = useState([]);
|
|
111
|
+
const [disabledCount, setDisabledCount] = useState(0);
|
|
112
|
+
const ref = useRef();
|
|
113
|
+
useEffect(() => {
|
|
114
|
+
const arr = [];
|
|
115
|
+
let count = 0;
|
|
116
|
+
data.forEach((item, index) => {
|
|
123
117
|
if (item.checked && !item.hide) {
|
|
124
118
|
arr.push(index);
|
|
125
119
|
}
|
|
@@ -130,29 +124,29 @@ var Box = function Box(props) {
|
|
|
130
124
|
setDisabledCount(count);
|
|
131
125
|
setCheckCount(arr);
|
|
132
126
|
}, [data]);
|
|
133
|
-
useEffect(
|
|
127
|
+
useEffect(() => {
|
|
134
128
|
if (direction == 'right') {
|
|
135
129
|
new Sortable(ref.current, {
|
|
136
130
|
animation: 180,
|
|
137
131
|
ghostClass: 'blue-background-class',
|
|
138
132
|
dragClass: 'drag-item',
|
|
139
133
|
easing: 'step-start',
|
|
140
|
-
onEnd:
|
|
134
|
+
onEnd: evt => {
|
|
141
135
|
onEndSort === null || onEndSort === void 0 ? void 0 : onEndSort(evt.oldIndex, evt.newIndex);
|
|
142
136
|
}
|
|
143
137
|
});
|
|
144
138
|
}
|
|
145
139
|
}, []);
|
|
146
|
-
|
|
140
|
+
const handler = useClick((e, index, item) => {
|
|
147
141
|
if (item.disabled) return;
|
|
148
142
|
onchange(e, !item.checked, index, direction, multiple);
|
|
149
|
-
},
|
|
143
|
+
}, (e, index, item) => {
|
|
150
144
|
if (item === null || item === void 0 ? void 0 : item.disabled) return;
|
|
151
145
|
onchange(e, true, index, direction, false);
|
|
152
146
|
onMove(direction === 'right' ? 'left' : 'right');
|
|
153
147
|
});
|
|
154
|
-
|
|
155
|
-
|
|
148
|
+
const itemStyle = data => {
|
|
149
|
+
const stlye = {};
|
|
156
150
|
if (data === null || data === void 0 ? void 0 : data.tagColor) {
|
|
157
151
|
stlye.borderLeft = "4px solid ".concat(data.tagColor);
|
|
158
152
|
}
|
|
@@ -177,15 +171,15 @@ var Box = function Box(props) {
|
|
|
177
171
|
showBtn: false,
|
|
178
172
|
rightIcon: jsx(SearchIcon, {}),
|
|
179
173
|
rightIconExist: true,
|
|
180
|
-
onChange:
|
|
174
|
+
onChange: val => {
|
|
181
175
|
onSearch(val, direction);
|
|
182
176
|
},
|
|
183
|
-
onClickRightIcon:
|
|
177
|
+
onClickRightIcon: val => {
|
|
184
178
|
onSearch(val, direction);
|
|
185
179
|
},
|
|
186
|
-
onEnter:
|
|
180
|
+
onEnter: event => {
|
|
187
181
|
var _a;
|
|
188
|
-
|
|
182
|
+
const val = ((_a = event.target) === null || _a === void 0 ? void 0 : _a.value) || '';
|
|
189
183
|
onSearch(val, direction);
|
|
190
184
|
},
|
|
191
185
|
allowClear: false
|
|
@@ -193,11 +187,11 @@ var Box = function Box(props) {
|
|
|
193
187
|
className: "context",
|
|
194
188
|
ref: ref
|
|
195
189
|
}, {
|
|
196
|
-
children: data.map(
|
|
190
|
+
children: data.map((item, index) => {
|
|
197
191
|
return jsxs("div", Object.assign({
|
|
198
192
|
className: clsx('item', (item === null || item === void 0 ? void 0 : item.tagColor) && 'item-border', (item === null || item === void 0 ? void 0 : item.disabled) && 'item-disabled', (item === null || item === void 0 ? void 0 : item.checked) && 'item-checked', fluctuationPosition === index && 'item-fluctuation', fluctuationOrther === index && 'item-fluctuationOrther'),
|
|
199
193
|
style: itemStyle(item),
|
|
200
|
-
onClick:
|
|
194
|
+
onClick: e => {
|
|
201
195
|
handler(e, index, item);
|
|
202
196
|
}
|
|
203
197
|
}, {
|
|
@@ -229,7 +223,7 @@ var Box = function Box(props) {
|
|
|
229
223
|
children: [jsx(Button, Object.assign({
|
|
230
224
|
variant: "text",
|
|
231
225
|
className: "".concat(checkCount.length === data.length - disabledCount && data.length > 0 ? 'btn-on' : ''),
|
|
232
|
-
onClick:
|
|
226
|
+
onClick: () => {
|
|
233
227
|
queryAll(checkCount.length !== data.length - disabledCount, direction);
|
|
234
228
|
}
|
|
235
229
|
}, {
|
|
@@ -240,7 +234,7 @@ var Box = function Box(props) {
|
|
|
240
234
|
variant: "text",
|
|
241
235
|
className: "".concat(checkCount.length === 0 || checkCount.length === data.length - disabledCount ? 'btn-off' : ''),
|
|
242
236
|
disabled: checkCount.length === 0 || checkCount.length === data.length - disabledCount,
|
|
243
|
-
onClick:
|
|
237
|
+
onClick: () => {
|
|
244
238
|
inverse(direction);
|
|
245
239
|
}
|
|
246
240
|
}, {
|
|
@@ -256,7 +250,7 @@ var Box = function Box(props) {
|
|
|
256
250
|
}))]
|
|
257
251
|
}));
|
|
258
252
|
};
|
|
259
|
-
|
|
253
|
+
const Sortablejs = Sortable;
|
|
260
254
|
|
|
261
255
|
var css_248z = "@charset \"UTF-8\";\n/**\n* @author linhd\n* @date 2023/4/11 14:16\n* @description 最新色卡\n*/\n.paraui-v4-transfer {\n display: flex;\n font-size: 14px;\n user-select: none;\n}\n.paraui-v4-transfer .blue-background-class {\n background-color: rgb(240, 245, 255);\n}\n.paraui-v4-transfer .drag-item {\n background: rgb(255, 255, 255) !important;\n box-shadow: rgba(212, 218, 227, 0.4);\n}\n.paraui-v4-transfer .box {\n border-radius: 4px;\n border: 1px solid rgb(212, 218, 227);\n overflow: hidden;\n}\n.paraui-v4-transfer .box .box-header {\n background: rgb(247, 248, 250);\n color: rgb(29, 33, 38);\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding-left: 10px;\n height: 36px;\n border-bottom: 1px solid rgb(212, 218, 227);\n}\n.paraui-v4-transfer .box .count {\n color: rgb(29, 33, 38);\n letter-spacing: 1px;\n}\n.paraui-v4-transfer .box .context {\n height: 400px;\n overflow: auto;\n margin-top: 4px;\n}\n.paraui-v4-transfer .box .context .item-fluctuation {\n animation: flucturation 0.4s forwards;\n}\n.paraui-v4-transfer .box .context .item-fluctuationOrther {\n animation: flucturationOrther 0.5s forwards;\n}\n.paraui-v4-transfer .box .context .item {\n padding: 0px 10px;\n height: 30px;\n display: flex;\n align-items: center;\n cursor: pointer;\n}\n.paraui-v4-transfer .box .context .item.item-checked:hover {\n background-color: rgb(247, 248, 250) !important;\n}\n.paraui-v4-transfer .box .context .item.item-checked > .item-label {\n color: rgb(46, 101, 230);\n}\n.paraui-v4-transfer .box .context .item > .item-label {\n flex: 1;\n overflow: hidden;\n color: rgb(29, 33, 38);\n}\n.paraui-v4-transfer .box .context .item:hover {\n background-color: rgb(247, 248, 250);\n}\n.paraui-v4-transfer .box .context .item.item-disabled:hover {\n background: inherit;\n cursor: no-drop;\n}\n.paraui-v4-transfer .box .context .item.item-disabled > .item-label {\n color: rgb(161, 168, 179);\n}\n.paraui-v4-transfer .box .context .item .handle {\n margin-left: 8px;\n display: flex;\n align-content: center;\n}\n.paraui-v4-transfer .box .context .item .handle .handle-line {\n height: 12px;\n border-left: 1px solid rgb(212, 218, 227);\n margin: auto 10px auto 0;\n}\n.paraui-v4-transfer .box .context .item .handle svg {\n color: rgb(92, 101, 115);\n}\n.paraui-v4-transfer .box .context .item .handle:hover svg {\n color: rgb(46, 101, 230);\n}\n.paraui-v4-transfer .box .context .item-border {\n padding-left: 6px;\n}\n.paraui-v4-transfer .box .text-field-content {\n border: none;\n border-radius: 0;\n border-bottom: 1px solid rgb(212, 218, 227);\n}\n.paraui-v4-transfer .box .footer {\n display: flex;\n align-items: center;\n border-top: 1px solid rgb(212, 218, 227);\n height: 36px;\n justify-content: space-between;\n padding: 0 10px;\n}\n.paraui-v4-transfer .box .footer > div:nth-child(1) button {\n color: rgb(46, 101, 230);\n}\n.paraui-v4-transfer .box .footer > div:nth-child(1) button:hover {\n color: rgb(87, 131, 235);\n}\n.paraui-v4-transfer .box .footer > div:nth-child(1) .btn-off {\n color: rgb(161, 168, 179);\n}\n.paraui-v4-transfer .box .footer > div:nth-child(1) .btn-off:hover {\n color: rgb(161, 168, 179);\n}\n.paraui-v4-transfer .box .footer > div:nth-child(1) > button {\n padding: 0;\n}\n.paraui-v4-transfer .box .footer > div:nth-child(1) > button:nth-child(2) {\n margin-left: 16px;\n}\n.paraui-v4-transfer .moveBtn {\n display: flex;\n height: 500px;\n flex-direction: column;\n justify-content: center;\n margin: 0 20px;\n}\n.paraui-v4-transfer .moveBtn > button {\n background-color: rgb(46, 101, 230);\n color: rgb(255, 255, 255);\n}\n.paraui-v4-transfer .moveBtn .btn-left {\n margin-top: 16px;\n}\n\n@keyframes flucturation {\n 0% {\n transform: translateY(0);\n }\n 100% {\n transform: translateY(36px);\n }\n}\n@keyframes flucturationOrther {\n 0% {\n transform: translateY(0);\n }\n 100% {\n transform: translateY(-36px);\n }\n}";
|
|
262
256
|
styleInject(css_248z);
|
package/Tree/index.js
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
|
-
import { T as Tree } from '../_verture/index-
|
|
2
|
-
export { T as default } from '../_verture/index-
|
|
1
|
+
import { T as Tree } from '../_verture/index-28edf318.js';
|
|
2
|
+
export { T as default } from '../_verture/index-28edf318.js';
|
|
3
|
+
import '../_verture/toConsumableArray-8f4c9589.js';
|
|
4
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
5
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
6
|
+
import '../_verture/slicedToArray-a8206399.js';
|
|
7
|
+
import '../_verture/index-8ac46bd9.js';
|
|
8
|
+
import '../_verture/typeof-6ec38efd.js';
|
|
3
9
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
4
10
|
import 'react/jsx-runtime';
|
|
5
11
|
import 'react';
|
|
6
12
|
import 'rc-tree';
|
|
7
13
|
import 'clsx';
|
|
8
|
-
import '../_verture/typeof-adeedc13.js';
|
|
9
14
|
import '@para-ui/icons/LoadingF';
|
|
10
15
|
import '@para-ui/icons/Document';
|
|
11
16
|
import '@para-ui/icons/DownTriangleF';
|
|
@@ -19,8 +24,6 @@ import '../_verture/constant-5317fc89.js';
|
|
|
19
24
|
import '@para-ui/icons/Forbid';
|
|
20
25
|
import '../_verture/style-inject.es-300983ab.js';
|
|
21
26
|
import '@para-ui/icons/Help';
|
|
22
|
-
import '../_verture/slicedToArray-a8206399.js';
|
|
23
|
-
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
24
27
|
import 'react-dom';
|
|
25
28
|
import '@para-ui/icons/EditFile';
|
|
26
29
|
import '@para-ui/icons/PlusCircle';
|
package/Upload/index.js
CHANGED
|
@@ -31,12 +31,11 @@ import { Modal } from '../Modal/index.js';
|
|
|
31
31
|
import 'rc-tooltip';
|
|
32
32
|
import 'rc-tooltip/lib/placements';
|
|
33
33
|
import '@paraview/lib';
|
|
34
|
-
import '../_verture/Portal-
|
|
34
|
+
import '../_verture/Portal-5bf66fed.js';
|
|
35
35
|
import 'react-dom';
|
|
36
|
-
import '../_verture/
|
|
36
|
+
import '../_verture/defineProperty-f0e15205.js';
|
|
37
37
|
import '../_verture/toConsumableArray-8f4c9589.js';
|
|
38
38
|
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
39
|
-
import '../_verture/defineProperty-6f62bb2a.js';
|
|
40
39
|
import 'rc-dialog';
|
|
41
40
|
import 'rc-motion';
|
|
42
41
|
import '@para-ui/icons/Sort';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { _ as _slicedToArray } from './slicedToArray-a8206399.js';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { _ as _typeof } from './
|
|
4
|
+
import { a as _defineProperty, _ as _typeof } from './defineProperty-f0e15205.js';
|
|
5
5
|
import { _ as _toConsumableArray } from './toConsumableArray-8f4c9589.js';
|
|
6
|
-
import { _ as _defineProperty } from './defineProperty-6f62bb2a.js';
|
|
7
6
|
|
|
8
7
|
function _extends() {
|
|
9
8
|
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
function _typeof(o) {
|
|
2
|
+
"@babel/helpers - typeof";
|
|
3
|
+
|
|
4
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
5
|
+
return typeof o;
|
|
6
|
+
} : function (o) {
|
|
7
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
8
|
+
}, _typeof(o);
|
|
9
|
+
}
|
|
2
10
|
|
|
3
11
|
function toPrimitive(t, r) {
|
|
4
12
|
if ("object" != _typeof(t) || !t) return t;
|
|
@@ -31,4 +39,4 @@ function _defineProperty(obj, key, value) {
|
|
|
31
39
|
return obj;
|
|
32
40
|
}
|
|
33
41
|
|
|
34
|
-
export {
|
|
42
|
+
export { _typeof as _, _defineProperty as a, toPropertyKey as t };
|