yxuse 3.0.10 → 3.0.11
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/README.md +122 -80
- package/lib/api.cjs.js +1 -1
- package/lib/api.es.js +1 -1
- package/lib/components.cjs.js +1 -1
- package/lib/components.es.js +8 -9
- package/lib/directives.cjs.js +1 -1
- package/lib/directives.es.js +1 -1
- package/lib/icons.cjs.js +1 -1
- package/lib/icons.es.js +1 -1
- package/lib/index.cjs.js +1 -1
- package/lib/index.cjs2.js +5 -5
- package/lib/index.cjs2.js.gz +0 -0
- package/lib/index.cjs4.js +1 -1
- package/lib/index.cjs6.js +3 -3
- package/lib/index.cjs6.js.gz +0 -0
- package/lib/index.es.js +12 -13
- package/lib/index.es2.js +87 -73
- package/lib/index.es2.js.gz +0 -0
- package/lib/index.es4.js +5 -5
- package/lib/index.es6.js +2957 -770
- package/lib/index.es6.js.gz +0 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/theme.cjs.js +1 -1
- package/lib/theme.es.js +9 -10
- package/lib/utils.cjs.js +1 -1
- package/lib/utils.es.js +1 -1
- package/lib/vue.runtime.esm-bundler.cjs.js +8 -0
- package/lib/vue.runtime.esm-bundler.cjs.js.gz +0 -0
- package/lib/vue.runtime.esm-bundler.es.js +4588 -0
- package/lib/vue.runtime.esm-bundler.es.js.gz +0 -0
- package/package.json +1 -2
- package/types/theme/config.d.ts +2 -0
- package/types/theme/index.d.ts +3 -3
- package/types/theme/type.d.ts +2 -2
package/lib/index.es2.js
CHANGED
|
@@ -46,8 +46,8 @@ var me = (t, e, n) => new Promise((o, r) => {
|
|
|
46
46
|
import { y as rn, u as Bn } from "./index.es3.js";
|
|
47
47
|
import { i as $n } from "./index.es4.js";
|
|
48
48
|
import { g as Fn, a as Vn, b as Ln } from "./index.es5.js";
|
|
49
|
-
import {
|
|
50
|
-
import { h as oo, s as ro } from "./index.es6.js";
|
|
49
|
+
import { d as Ne, r as Hn, a as Y, o as S, c as H, b as Rn, w as W, e as I, f as O, g as ee, h as an, i as sn, F as oe, j as Q, k as ue, l as k, m as ne, n as xe, u as ln, p as Xn, q as It, s as Yn, t as jn, v as zn, x as Un, y as st, z as Re, A as ie, B as Wn, C as Gn, D as qn, E as Zn, G as un, H as lt, I as Kn } from "./vue.runtime.esm-bundler.es.js";
|
|
50
|
+
import { w as Jn, a as Qn, v as cn, T as eo, u as to, c as no, h as oo, s as ro } from "./index.es6.js";
|
|
51
51
|
import { d as io } from "./index.es7.js";
|
|
52
52
|
const ao = "@font-face {font-family: 'YX-TITLE';font-size: 16px; src: url('https://yx-picture.obs.cn-north-4.myhuaweicloud.com/ttc/bucket/1699612675710_ALIBABAPUHUITI-2-105-HEAVY.TTF') format('woff'), url('https://yx-picture.obs.cn-north-4.myhuaweicloud.com/ttc/bucket/1699612675710_ALIBABAPUHUITI-2-105-HEAVY.TTF') format('woff2'); font-style: normal;font-display: swap;}", so = "@font-face { font-family: 'YX-SP-TITLE'; font-size: 16px; src: url('https://yx-picture.obs.cn-north-4.myhuaweicloud.com/ttc/bucket/1699844184489_bt.ttf') format('woff'),url('https://yx-picture.obs.cn-north-4.myhuaweicloud.com/ttc/bucket/1699844184489_bt.ttf') format('woff2');font-style: normal; font-display: swap;}", lo = "@font-face {font-family: 'YX-TEXT'; font-size: 16px;src: url('https://yx-picture.obs.cn-north-4.myhuaweicloud.com/ttc/bucket/1699611032932_ALIBABAPUHUITI-2-65-MEDIUM.TTF') format('woff'),url('https://yx-picture.obs.cn-north-4.myhuaweicloud.com/ttc/bucket/1699611032932_ALIBABAPUHUITI-2-65-MEDIUM.TTF') format('woff2'); font-style: normal; font-display: swap;}", uo = ao + so + lo, co = {
|
|
53
53
|
loginUrl: "/ttc/cloud/#/login",
|
|
@@ -56,7 +56,9 @@ const ao = "@font-face {font-family: 'YX-TITLE';font-size: 16px; src: url('https
|
|
|
56
56
|
themeApiUrl: "/gateway/integrated-management/api/v1/theme/list",
|
|
57
57
|
loginApiUrl: "/gateway/integrated-management/api/v1/account/login",
|
|
58
58
|
translateApiUrl: "",
|
|
59
|
-
environment: "production"
|
|
59
|
+
environment: "production",
|
|
60
|
+
isRenderToolbar: !0,
|
|
61
|
+
isRenderIssue: !0
|
|
60
62
|
}, fo = { class: "dialog-footer flex justify-end" }, ho = /* @__PURE__ */ Ne({
|
|
61
63
|
__name: "index",
|
|
62
64
|
setup(t, { expose: e }) {
|
|
@@ -380,7 +382,7 @@ function ke(t, e, n, o) {
|
|
|
380
382
|
}
|
|
381
383
|
return null;
|
|
382
384
|
}
|
|
383
|
-
function
|
|
385
|
+
function Mt(t, e) {
|
|
384
386
|
for (var n = t.lastElementChild; n && (n === w.ghost || b(n, "display") === "none" || e && !ut(n, e)); )
|
|
385
387
|
n = n.previousElementSibling;
|
|
386
388
|
return n || null;
|
|
@@ -435,7 +437,7 @@ function yo(t, e) {
|
|
|
435
437
|
e.hasOwnProperty(n) && (t[n] = e[n]);
|
|
436
438
|
return t;
|
|
437
439
|
}
|
|
438
|
-
function
|
|
440
|
+
function bt(t, e) {
|
|
439
441
|
return Math.round(t.top) === Math.round(e.top) && Math.round(t.left) === Math.round(e.left) && Math.round(t.height) === Math.round(e.height) && Math.round(t.width) === Math.round(e.width);
|
|
440
442
|
}
|
|
441
443
|
var Ye;
|
|
@@ -499,8 +501,8 @@ function So() {
|
|
|
499
501
|
var i = !1, a = 0;
|
|
500
502
|
t.forEach(function(s) {
|
|
501
503
|
var l = 0, u = s.target, h = u.fromRect, d = V(u), g = u.prevFromRect, T = u.prevToRect, y = s.rect, _ = Oe(u, !0);
|
|
502
|
-
_ && (d.top -= _.f, d.left -= _.e), u.toRect = d, u.thisAnimationDuration &&
|
|
503
|
-
(y.top - d.top) / (y.left - d.left) === (h.top - d.top) / (h.left - d.left) && (l = To(y, g, T, r.options)),
|
|
504
|
+
_ && (d.top -= _.f, d.left -= _.e), u.toRect = d, u.thisAnimationDuration && bt(g, d) && !bt(h, d) && // Make sure animatingRect is on line between toRect & fromRect
|
|
505
|
+
(y.top - d.top) / (y.left - d.left) === (h.top - d.top) / (h.left - d.left) && (l = To(y, g, T, r.options)), bt(d, h) || (u.prevFromRect = h, u.prevToRect = d, l || (l = r.options.animation), r.animate(u, y, d, l)), l && (i = !0, a = Math.max(a, l), clearTimeout(u.animationResetTimer), u.animationResetTimer = setTimeout(function() {
|
|
504
506
|
u.animationTime = 0, u.prevFromRect = null, u.fromRect = null, u.prevToRect = null, u.thisAnimationDuration = null;
|
|
505
507
|
}, l), u.thisAnimationDuration = l);
|
|
506
508
|
}), clearTimeout(e), i ? e = setTimeout(function() {
|
|
@@ -524,12 +526,12 @@ function Eo(t) {
|
|
|
524
526
|
function To(t, e, n, o) {
|
|
525
527
|
return Math.sqrt(Math.pow(e.top - t.top, 2) + Math.pow(e.left - t.left, 2)) / Math.sqrt(Math.pow(e.top - n.top, 2) + Math.pow(e.left - n.left, 2)) * o.animation;
|
|
526
528
|
}
|
|
527
|
-
var Te = [],
|
|
529
|
+
var Te = [], wt = {
|
|
528
530
|
initializeByDefault: !0
|
|
529
531
|
}, Ge = {
|
|
530
532
|
mount: function(e) {
|
|
531
|
-
for (var n in
|
|
532
|
-
|
|
533
|
+
for (var n in wt)
|
|
534
|
+
wt.hasOwnProperty(n) && !(n in e) && (e[n] = wt[n]);
|
|
533
535
|
Te.forEach(function(o) {
|
|
534
536
|
if (o.pluginName === e.pluginName)
|
|
535
537
|
throw "Sortable: Cannot mount plugin ".concat(e.pluginName, " more than once");
|
|
@@ -638,7 +640,7 @@ function j(t) {
|
|
|
638
640
|
newDraggableIndex: ge
|
|
639
641
|
}, t));
|
|
640
642
|
}
|
|
641
|
-
var f, $, E, N, Ee, ot, B, ve, Ie, q, je, ge, Je, R, De = !1, ct = !1, dt = [], _e, te,
|
|
643
|
+
var f, $, E, N, Ee, ot, B, ve, Ie, q, je, ge, Je, R, De = !1, ct = !1, dt = [], _e, te, yt, _t, Zt, Kt, Ve, Ce, ze, Ue = !1, Qe = !1, rt, X, St = [], Pt = !1, ft = [], gt = typeof document != "undefined", et = fn, Jt = We || fe ? "cssFloat" : "float", xo = gt && !hn && !fn && "draggable" in document.createElement("div"), wn = function() {
|
|
642
644
|
if (gt) {
|
|
643
645
|
if (fe)
|
|
644
646
|
return !1;
|
|
@@ -663,7 +665,7 @@ var f, $, E, N, Ee, ot, B, ve, Ie, q, je, ge, Je, R, De = !1, ct = !1, dt = [],
|
|
|
663
665
|
var o;
|
|
664
666
|
return dt.some(function(r) {
|
|
665
667
|
var i = r[Z].options.emptyInsertThreshold;
|
|
666
|
-
if (!(!i ||
|
|
668
|
+
if (!(!i || Mt(r))) {
|
|
667
669
|
var a = V(r), s = e >= a.left - i && e <= a.right + i, l = n >= a.top - i && n <= a.bottom + i;
|
|
668
670
|
if (s && l)
|
|
669
671
|
return o = r;
|
|
@@ -837,7 +839,7 @@ w.prototype = /** @lends Sortable.prototype */
|
|
|
837
839
|
originalEvent: e
|
|
838
840
|
}), G(f, a.chosenClass, !0);
|
|
839
841
|
}, a.ignore.split(",").forEach(function(h) {
|
|
840
|
-
mn(f, h.trim(),
|
|
842
|
+
mn(f, h.trim(), Et);
|
|
841
843
|
}), x(s, "dragover", Se), x(s, "mousemove", Se), x(s, "touchmove", Se), x(s, "mouseup", r._onDrop), x(s, "touchend", r._onDrop), x(s, "touchcancel", r._onDrop), Ut && this.nativeDraggable && (this.options.touchStartThreshold = 4, f.draggable = !0), U("delayStart", this, {
|
|
842
844
|
evt: e
|
|
843
845
|
}), a.delay && (!a.delayOnTouchOnly || n) && (!this.nativeDraggable || !(We || fe))) {
|
|
@@ -855,7 +857,7 @@ w.prototype = /** @lends Sortable.prototype */
|
|
|
855
857
|
Math.max(Math.abs(n.clientX - this._lastX), Math.abs(n.clientY - this._lastY)) >= Math.floor(this.options.touchStartThreshold / (this.nativeDraggable && window.devicePixelRatio || 1)) && this._disableDelayedDrag();
|
|
856
858
|
},
|
|
857
859
|
_disableDelayedDrag: function() {
|
|
858
|
-
f &&
|
|
860
|
+
f && Et(f), clearTimeout(this._dragStartTimer), this._disableDelayedDragEvents();
|
|
859
861
|
},
|
|
860
862
|
_disableDelayedDragEvents: function() {
|
|
861
863
|
var e = this.el.ownerDocument;
|
|
@@ -908,14 +910,14 @@ w.prototype = /** @lends Sortable.prototype */
|
|
|
908
910
|
},
|
|
909
911
|
_onTouchMove: function(e) {
|
|
910
912
|
if (_e) {
|
|
911
|
-
var n = this.options, o = n.fallbackTolerance, r = n.fallbackOffset, i = e.touches ? e.touches[0] : e, a = E && Oe(E, !0), s = E && a && a.a, l = E && a && a.d, u = et && X && qt(X), h = (i.clientX - _e.clientX + r.x) / (s || 1) + (u ? u[0] -
|
|
913
|
+
var n = this.options, o = n.fallbackTolerance, r = n.fallbackOffset, i = e.touches ? e.touches[0] : e, a = E && Oe(E, !0), s = E && a && a.a, l = E && a && a.d, u = et && X && qt(X), h = (i.clientX - _e.clientX + r.x) / (s || 1) + (u ? u[0] - St[0] : 0) / (s || 1), d = (i.clientY - _e.clientY + r.y) / (l || 1) + (u ? u[1] - St[1] : 0) / (l || 1);
|
|
912
914
|
if (!w.active && !De) {
|
|
913
915
|
if (o && Math.max(Math.abs(i.clientX - this._lastX), Math.abs(i.clientY - this._lastY)) < o)
|
|
914
916
|
return;
|
|
915
917
|
this._onDragStart(e, !0);
|
|
916
918
|
}
|
|
917
919
|
if (E) {
|
|
918
|
-
a ? (a.e += h - (
|
|
920
|
+
a ? (a.e += h - (yt || 0), a.f += d - (_t || 0)) : a = {
|
|
919
921
|
a: 1,
|
|
920
922
|
b: 0,
|
|
921
923
|
c: 0,
|
|
@@ -924,7 +926,7 @@ w.prototype = /** @lends Sortable.prototype */
|
|
|
924
926
|
f: d
|
|
925
927
|
};
|
|
926
928
|
var g = "matrix(".concat(a.a, ",").concat(a.b, ",").concat(a.c, ",").concat(a.d, ",").concat(a.e, ",").concat(a.f, ")");
|
|
927
|
-
b(E, "webkitTransform", g), b(E, "mozTransform", g), b(E, "msTransform", g), b(E, "transform", g),
|
|
929
|
+
b(E, "webkitTransform", g), b(E, "mozTransform", g), b(E, "msTransform", g), b(E, "transform", g), yt = h, _t = d, te = i;
|
|
928
930
|
}
|
|
929
931
|
e.cancelable && e.preventDefault();
|
|
930
932
|
}
|
|
@@ -935,7 +937,7 @@ w.prototype = /** @lends Sortable.prototype */
|
|
|
935
937
|
if (et) {
|
|
936
938
|
for (X = e; b(X, "position") === "static" && b(X, "transform") === "none" && X !== document; )
|
|
937
939
|
X = X.parentNode;
|
|
938
|
-
X !== document.body && X !== document.documentElement ? (X === document && (X = ae()), n.top += X.scrollTop, n.left += X.scrollLeft) : X = ae(),
|
|
940
|
+
X !== document.body && X !== document.documentElement ? (X === document && (X = ae()), n.top += X.scrollTop, n.left += X.scrollLeft) : X = ae(), St = qt(X);
|
|
939
941
|
}
|
|
940
942
|
E = f.cloneNode(!0), G(E, o.ghostClass, !1), G(E, o.fallbackClass, !0), G(E, o.dragClass, !0), b(E, "transition", ""), b(E, "transform", ""), b(E, "box-sizing", "border-box"), b(E, "margin", 0), b(E, "top", n.top), b(E, "left", n.left), b(E, "width", n.width), b(E, "height", n.height), b(E, "opacity", "0.8"), b(E, "position", et ? "absolute" : "fixed"), b(E, "zIndex", "100000"), b(E, "pointerEvents", "none"), w.ghost = E, e.appendChild(E), b(E, "transform-origin", Zt / parseInt(E.style.width) * 100 + "% " + Kt / parseInt(E.style.height) * 100 + "%");
|
|
941
943
|
}
|
|
@@ -958,7 +960,7 @@ w.prototype = /** @lends Sortable.prototype */
|
|
|
958
960
|
// Returns true - if no further action is needed (either inserted or another condition)
|
|
959
961
|
_onDragOver: function(e) {
|
|
960
962
|
var n = this.el, o = e.target, r, i, a, s = this.options, l = s.group, u = w.active, h = Je === l, d = s.sort, g = R || u, T, y = this, _ = !1;
|
|
961
|
-
if (
|
|
963
|
+
if (Pt)
|
|
962
964
|
return;
|
|
963
965
|
function C(Fe, An) {
|
|
964
966
|
U(Fe, y, se({
|
|
@@ -1007,7 +1009,7 @@ w.prototype = /** @lends Sortable.prototype */
|
|
|
1007
1009
|
return _;
|
|
1008
1010
|
if (a)
|
|
1009
1011
|
return $ = N, v(), this._hideClone(), C("revert"), w.eventCanceled || (Ee ? N.insertBefore(f, Ee) : N.appendChild(f)), m(!0);
|
|
1010
|
-
var A =
|
|
1012
|
+
var A = Mt(n, s.draggable);
|
|
1011
1013
|
if (!A || Mo(e, T, this) && !A.animated) {
|
|
1012
1014
|
if (A === f)
|
|
1013
1015
|
return m(!1);
|
|
@@ -1037,7 +1039,7 @@ w.prototype = /** @lends Sortable.prototype */
|
|
|
1037
1039
|
pe = p === 1;
|
|
1038
1040
|
var qe = tt(N, n, f, r, o, i, e, pe);
|
|
1039
1041
|
if (qe !== !1)
|
|
1040
|
-
return (qe === 1 || qe === -1) && (pe = qe === 1),
|
|
1042
|
+
return (qe === 1 || qe === -1) && (pe = qe === 1), Pt = !0, setTimeout(ko, 30), v(), pe && !$e ? n.appendChild(f) : o.parentNode.insertBefore(f, pe ? $e : o), he && vn(he, 0, Be - he.scrollTop), $ = f.parentNode, P !== void 0 && !Qe && (rt = Math.abs(P - V(o)[we])), L(), m(!0);
|
|
1041
1043
|
}
|
|
1042
1044
|
if (n.contains(f))
|
|
1043
1045
|
return m(!1);
|
|
@@ -1060,7 +1062,7 @@ w.prototype = /** @lends Sortable.prototype */
|
|
|
1060
1062
|
this._nulling();
|
|
1061
1063
|
return;
|
|
1062
1064
|
}
|
|
1063
|
-
De = !1, Qe = !1, Ue = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer),
|
|
1065
|
+
De = !1, Qe = !1, Ue = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Ot(this.cloneId), Ot(this._dragStartId), this.nativeDraggable && (D(document, "drop", this), D(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Xe && b(document.body, "user-select", ""), b(f, "transform", ""), e && (Ve && (e.cancelable && e.preventDefault(), !o.dropBubble && e.stopPropagation()), E && E.parentNode && E.parentNode.removeChild(E), (N === $ || R && R.lastPutMode !== "clone") && B && B.parentNode && B.parentNode.removeChild(B), f && (this.nativeDraggable && D(f, "dragend", this), Et(f), f.style["will-change"] = "", Ve && !De && G(f, R ? R.options.ghostClass : this.options.ghostClass, !1), G(f, this.options.chosenClass, !1), j({
|
|
1064
1066
|
sortable: this,
|
|
1065
1067
|
name: "unchoose",
|
|
1066
1068
|
toEl: $,
|
|
@@ -1109,7 +1111,7 @@ w.prototype = /** @lends Sortable.prototype */
|
|
|
1109
1111
|
_nulling: function() {
|
|
1110
1112
|
U("nulling", this), N = f = $ = E = Ee = B = ot = ve = _e = te = Ve = q = ge = Ie = je = Ce = ze = R = Je = w.dragged = w.ghost = w.clone = w.active = null, ft.forEach(function(e) {
|
|
1111
1113
|
e.checked = !0;
|
|
1112
|
-
}), ft.length =
|
|
1114
|
+
}), ft.length = yt = _t = 0;
|
|
1113
1115
|
},
|
|
1114
1116
|
handleEvent: function(e) {
|
|
1115
1117
|
switch (e.type) {
|
|
@@ -1216,18 +1218,18 @@ function tt(t, e, n, o, r, i, a, s) {
|
|
|
1216
1218
|
cancelable: !0
|
|
1217
1219
|
}) : (l = document.createEvent("Event"), l.initEvent("move", !0, !0)), l.to = e, l.from = t, l.dragged = n, l.draggedRect = o, l.related = r || e, l.relatedRect = i || V(e), l.willInsertAfter = s, l.originalEvent = a, t.dispatchEvent(l), h && (d = h.call(u, l, a)), d;
|
|
1218
1220
|
}
|
|
1219
|
-
function
|
|
1221
|
+
function Et(t) {
|
|
1220
1222
|
t.draggable = !1;
|
|
1221
1223
|
}
|
|
1222
1224
|
function ko() {
|
|
1223
|
-
|
|
1225
|
+
Pt = !1;
|
|
1224
1226
|
}
|
|
1225
1227
|
function No(t, e, n) {
|
|
1226
1228
|
var o = V(ke(n.el, 0, n.options, !0)), r = 10;
|
|
1227
1229
|
return e ? t.clientX < o.left - r || t.clientY < o.top && t.clientX < o.right : t.clientY < o.top - r || t.clientY < o.bottom && t.clientX < o.left;
|
|
1228
1230
|
}
|
|
1229
1231
|
function Mo(t, e, n) {
|
|
1230
|
-
var o = V(
|
|
1232
|
+
var o = V(Mt(n.el, n.options.draggable)), r = 10;
|
|
1231
1233
|
return e ? t.clientX > o.right + r || t.clientX <= o.right && t.clientY > o.bottom && t.clientX >= o.left : t.clientX > o.right && t.clientY > o.top || t.clientX <= o.right && t.clientY > o.bottom + r;
|
|
1232
1234
|
}
|
|
1233
1235
|
function Bo(t, e, n, o, r, i, a, s) {
|
|
@@ -1261,7 +1263,7 @@ function Vo(t) {
|
|
|
1261
1263
|
function it(t) {
|
|
1262
1264
|
return setTimeout(t, 0);
|
|
1263
1265
|
}
|
|
1264
|
-
function
|
|
1266
|
+
function Ot(t) {
|
|
1265
1267
|
return clearTimeout(t);
|
|
1266
1268
|
}
|
|
1267
1269
|
gt && x(document, "touchmove", function(t) {
|
|
@@ -1282,7 +1284,7 @@ w.utils = {
|
|
|
1282
1284
|
clone: bn,
|
|
1283
1285
|
index: J,
|
|
1284
1286
|
nextTick: it,
|
|
1285
|
-
cancelNextTick:
|
|
1287
|
+
cancelNextTick: Ot,
|
|
1286
1288
|
detectDirection: yn,
|
|
1287
1289
|
getChild: ke
|
|
1288
1290
|
};
|
|
@@ -1302,7 +1304,7 @@ w.create = function(t, e) {
|
|
|
1302
1304
|
return new w(t, e);
|
|
1303
1305
|
};
|
|
1304
1306
|
w.version = vo;
|
|
1305
|
-
var F = [], Le,
|
|
1307
|
+
var F = [], Le, At, kt = !1, Tt, Ct, ht, He;
|
|
1306
1308
|
function Lo() {
|
|
1307
1309
|
function t() {
|
|
1308
1310
|
this.defaults = {
|
|
@@ -1328,7 +1330,7 @@ function Lo() {
|
|
|
1328
1330
|
this.sortable.nativeDraggable ? D(document, "dragover", this._handleAutoScroll) : (D(document, "pointermove", this._handleFallbackAutoScroll), D(document, "touchmove", this._handleFallbackAutoScroll), D(document, "mousemove", this._handleFallbackAutoScroll)), Qt(), at(), _o();
|
|
1329
1331
|
},
|
|
1330
1332
|
nulling: function() {
|
|
1331
|
-
ht =
|
|
1333
|
+
ht = At = Le = kt = He = Tt = Ct = null, F.length = 0;
|
|
1332
1334
|
},
|
|
1333
1335
|
_handleFallbackAutoScroll: function(n) {
|
|
1334
1336
|
this._handleAutoScroll(n, !0);
|
|
@@ -1336,18 +1338,18 @@ function Lo() {
|
|
|
1336
1338
|
_handleAutoScroll: function(n, o) {
|
|
1337
1339
|
var r = this, i = (n.touches ? n.touches[0] : n).clientX, a = (n.touches ? n.touches[0] : n).clientY, s = document.elementFromPoint(i, a);
|
|
1338
1340
|
if (ht = n, o || this.options.forceAutoScrollFallback || We || fe || Xe) {
|
|
1339
|
-
|
|
1341
|
+
Dt(n, this.options, s, o);
|
|
1340
1342
|
var l = be(s, !0);
|
|
1341
|
-
|
|
1343
|
+
kt && (!He || i !== Tt || a !== Ct) && (He && Qt(), He = setInterval(function() {
|
|
1342
1344
|
var u = be(document.elementFromPoint(i, a), !0);
|
|
1343
|
-
u !== l && (l = u, at()),
|
|
1344
|
-
}, 10),
|
|
1345
|
+
u !== l && (l = u, at()), Dt(n, r.options, u, o);
|
|
1346
|
+
}, 10), Tt = i, Ct = a);
|
|
1345
1347
|
} else {
|
|
1346
1348
|
if (!this.options.bubbleScroll || be(s, !0) === ae()) {
|
|
1347
1349
|
at();
|
|
1348
1350
|
return;
|
|
1349
1351
|
}
|
|
1350
|
-
|
|
1352
|
+
Dt(n, this.options, be(s, !1), !1);
|
|
1351
1353
|
}
|
|
1352
1354
|
}
|
|
1353
1355
|
}, de(t, {
|
|
@@ -1363,10 +1365,10 @@ function at() {
|
|
|
1363
1365
|
function Qt() {
|
|
1364
1366
|
clearInterval(He);
|
|
1365
1367
|
}
|
|
1366
|
-
var
|
|
1368
|
+
var Dt = gn(function(t, e, n, o) {
|
|
1367
1369
|
if (e.scroll) {
|
|
1368
1370
|
var r = (t.touches ? t.touches[0] : t).clientX, i = (t.touches ? t.touches[0] : t).clientY, a = e.scrollSensitivity, s = e.scrollSpeed, l = ae(), u = !1, h;
|
|
1369
|
-
|
|
1371
|
+
At !== n && (At = n, at(), Le = e.scroll, h = e.scrollFn, Le === !0 && (Le = be(n, !0)));
|
|
1370
1372
|
var d = 0, g = Le;
|
|
1371
1373
|
do {
|
|
1372
1374
|
var T = g, y = V(T), _ = y.top, C = y.bottom, v = y.left, m = y.right, L = y.width, A = y.height, c = void 0, p = void 0, P = T.scrollWidth, z = T.scrollHeight, M = b(T), we = T.scrollLeft, he = T.scrollTop;
|
|
@@ -1383,7 +1385,7 @@ var Ct = gn(function(t, e, n, o) {
|
|
|
1383
1385
|
layer: d
|
|
1384
1386
|
}), 24))), d++;
|
|
1385
1387
|
} while (e.bubbleScroll && g !== l && (g = be(g, !1)));
|
|
1386
|
-
|
|
1388
|
+
kt = u;
|
|
1387
1389
|
}
|
|
1388
1390
|
}, 30), Tn = function(e) {
|
|
1389
1391
|
var n = e.originalEvent, o = e.putSortable, r = e.dragEl, i = e.activeSortable, a = e.dispatchSortableEvent, s = e.hideGhostForTarget, l = e.unhideGhostForTarget;
|
|
@@ -1397,9 +1399,9 @@ var Ct = gn(function(t, e, n, o) {
|
|
|
1397
1399
|
}));
|
|
1398
1400
|
}
|
|
1399
1401
|
};
|
|
1400
|
-
function
|
|
1402
|
+
function Bt() {
|
|
1401
1403
|
}
|
|
1402
|
-
|
|
1404
|
+
Bt.prototype = {
|
|
1403
1405
|
startIndex: null,
|
|
1404
1406
|
dragStart: function(e) {
|
|
1405
1407
|
var n = e.oldDraggableIndex;
|
|
@@ -1413,23 +1415,23 @@ Mt.prototype = {
|
|
|
1413
1415
|
},
|
|
1414
1416
|
drop: Tn
|
|
1415
1417
|
};
|
|
1416
|
-
de(
|
|
1418
|
+
de(Bt, {
|
|
1417
1419
|
pluginName: "revertOnSpill"
|
|
1418
1420
|
});
|
|
1419
|
-
function
|
|
1421
|
+
function $t() {
|
|
1420
1422
|
}
|
|
1421
|
-
|
|
1423
|
+
$t.prototype = {
|
|
1422
1424
|
onSpill: function(e) {
|
|
1423
1425
|
var n = e.dragEl, o = e.putSortable, r = o || this.sortable;
|
|
1424
1426
|
r.captureAnimationState(), n.parentNode && n.parentNode.removeChild(n), r.animateAll();
|
|
1425
1427
|
},
|
|
1426
1428
|
drop: Tn
|
|
1427
1429
|
};
|
|
1428
|
-
de(
|
|
1430
|
+
de($t, {
|
|
1429
1431
|
pluginName: "removeOnSpill"
|
|
1430
1432
|
});
|
|
1431
1433
|
w.mount(new Lo());
|
|
1432
|
-
w.mount(
|
|
1434
|
+
w.mount($t, Bt);
|
|
1433
1435
|
function Ho(t) {
|
|
1434
1436
|
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !zn(t);
|
|
1435
1437
|
}
|
|
@@ -1454,7 +1456,7 @@ const Ro = /* @__PURE__ */ Ne({
|
|
|
1454
1456
|
expose: e,
|
|
1455
1457
|
emit: n
|
|
1456
1458
|
}) {
|
|
1457
|
-
const o = t, r = ln(), i = Xn(), a =
|
|
1459
|
+
const o = t, r = ln(), i = Xn(), a = It(), s = n;
|
|
1458
1460
|
Yn(() => {
|
|
1459
1461
|
jn(() => {
|
|
1460
1462
|
l();
|
|
@@ -1516,7 +1518,7 @@ const Ro = /* @__PURE__ */ Ne({
|
|
|
1516
1518
|
return O("div", {
|
|
1517
1519
|
class: "flex justify-center items-center cursor-pointer"
|
|
1518
1520
|
}, [(p = A.operate) == null ? void 0 : p.filter((P) => !P.show || P.show(c.row)).map((P) => P != null && P.render ? P.render(c.row) : O("span", {
|
|
1519
|
-
onClick:
|
|
1521
|
+
onClick: Jn(() => {
|
|
1520
1522
|
P != null && P.onClick && (P == null || P.onClick(c.row)), s("operate-handle", P.key, c.row);
|
|
1521
1523
|
}, ["stop"]),
|
|
1522
1524
|
style: {
|
|
@@ -1753,7 +1755,7 @@ const nr = { render: tr }, or = {
|
|
|
1753
1755
|
formData: {}
|
|
1754
1756
|
},
|
|
1755
1757
|
setup(t, { expose: e }) {
|
|
1756
|
-
const n = ["date-picker"], o = t, r =
|
|
1758
|
+
const n = ["date-picker"], o = t, r = It(), i = It(l()), a = u(), s = Un(() => {
|
|
1757
1759
|
const C = o.formConfig.compList, v = {};
|
|
1758
1760
|
return C.forEach((m) => {
|
|
1759
1761
|
(typeof m.hidden == "function" ? !m.hidden(i.value, o.status) : !m.hidden) && m.name && (v[m.name] = i.value[m.name]);
|
|
@@ -1869,8 +1871,8 @@ const nr = { render: tr }, or = {
|
|
|
1869
1871
|
disabled: _(c.disabled),
|
|
1870
1872
|
modelValue: i.value[c.name],
|
|
1871
1873
|
"onUpdate:modelValue": (p) => i.value[c.name] = p,
|
|
1872
|
-
onKeyup:
|
|
1873
|
-
},
|
|
1874
|
+
onKeyup: Qn((p) => _(c == null ? void 0 : c.enter), ["enter"])
|
|
1875
|
+
}, Wn(c.event)), {
|
|
1874
1876
|
default: W(() => [
|
|
1875
1877
|
c.ctype === "select" ? (S(!0), k(oe, { key: 0 }, ue(c.selectOptions, (p) => (S(), H(Q("el-option"), {
|
|
1876
1878
|
key: p.value,
|
|
@@ -1913,7 +1915,7 @@ const lr = () => {
|
|
|
1913
1915
|
localStorage.setItem(Cn, Dn), window.location.reload(!0);
|
|
1914
1916
|
}, ur = () => {
|
|
1915
1917
|
sr.unmount(), document.body.removeChild(document.querySelector("#update")), localStorage.setItem(Cn, Dn);
|
|
1916
|
-
}, cr = (t) => (
|
|
1918
|
+
}, cr = (t) => (Gn("data-v-668773ee"), t = t(), qn(), t), dr = { class: "update-wrap flex items-center justify-center" }, fr = { class: "relative update-content" }, hr = { class: "flex items-center justify-center" }, pr = { class: "flex flex-col gap-5 mt-10" }, mr = { class: "update-title" }, gr = { class: "update-item px-20" }, vr = { class: "text-end" }, br = { class: "flex justify-end items-center mt-10" }, wr = /* @__PURE__ */ cr(() => /* @__PURE__ */ I("span", { class: "tips mt-10" }, "提示: 选择立即更新后,会立即刷新页面更新系统,当前页面缓存数据会消失选择暂不更新后,请稍后自行刷新页面更新系统。", -1)), yr = /* @__PURE__ */ Ne({
|
|
1917
1919
|
__name: "index",
|
|
1918
1920
|
props: {
|
|
1919
1921
|
title: {},
|
|
@@ -1985,7 +1987,7 @@ const Er = {
|
|
|
1985
1987
|
panelHeight: 200,
|
|
1986
1988
|
mousePoint: { x: 0, y: 0 }
|
|
1987
1989
|
};
|
|
1988
|
-
function
|
|
1990
|
+
function xt(t) {
|
|
1989
1991
|
return document.querySelector(t);
|
|
1990
1992
|
}
|
|
1991
1993
|
const Tr = {
|
|
@@ -2006,7 +2008,7 @@ const Tr = {
|
|
|
2006
2008
|
methods: {
|
|
2007
2009
|
/** 获取所有的dom */
|
|
2008
2010
|
getAllDom() {
|
|
2009
|
-
this.wrapDom =
|
|
2011
|
+
this.wrapDom = xt("#toolbar-wrap"), this.toolDom = xt("#toolbar-wrap .tool"), this.panelDom = xt("#toolbar-wrap .panel");
|
|
2010
2012
|
},
|
|
2011
2013
|
/** 加入移动元素方法 */
|
|
2012
2014
|
move() {
|
|
@@ -2019,7 +2021,7 @@ const Tr = {
|
|
|
2019
2021
|
height: "50",
|
|
2020
2022
|
fill: "none",
|
|
2021
2023
|
viewBox: "0 0 16 16"
|
|
2022
|
-
}, Dr = /* @__PURE__ */
|
|
2024
|
+
}, Dr = /* @__PURE__ */ Zn('<g stroke="currentColor" stroke-linejoin="round" stroke-width="1.333" clip-path="url(#a)"><path d="M8 14.666c1.986 0 .778-2.954 2-4.333 1.042-1.176 4.666-.638 4.666-2.333A6.667 6.667 0 1 0 8 14.666Z"></path><path d="M9.333 5.667a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5.333 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5.667 11.333a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"></path></clipPath></defs>', 2), xr = [
|
|
2023
2025
|
Dr
|
|
2024
2026
|
];
|
|
2025
2027
|
function Ir(t, e) {
|
|
@@ -2189,7 +2191,7 @@ const xn = /* @__PURE__ */ Me(Hr, [["render", Xr], ["__scopeId", "data-v-181eafd
|
|
|
2189
2191
|
}, Kr = ["title", "onClick"];
|
|
2190
2192
|
function Jr(t, e, n, o, r, i) {
|
|
2191
2193
|
const a = Y("Badge");
|
|
2192
|
-
return S(), H(
|
|
2194
|
+
return S(), H(eo, {
|
|
2193
2195
|
name: "zoom",
|
|
2194
2196
|
mode: "out-in"
|
|
2195
2197
|
}, {
|
|
@@ -2247,7 +2249,7 @@ function Jr(t, e, n, o, r, i) {
|
|
|
2247
2249
|
_: 1
|
|
2248
2250
|
});
|
|
2249
2251
|
}
|
|
2250
|
-
const Qr = /* @__PURE__ */ Me(Yr, [["render", Jr], ["__scopeId", "data-v-
|
|
2252
|
+
const Qr = /* @__PURE__ */ Me(Yr, [["render", Jr], ["__scopeId", "data-v-43741454"]]), ei = {
|
|
2251
2253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2252
2254
|
width: "50",
|
|
2253
2255
|
height: "50",
|
|
@@ -2265,7 +2267,7 @@ const Qr = /* @__PURE__ */ Me(Yr, [["render", Jr], ["__scopeId", "data-v-b353970
|
|
|
2265
2267
|
function oi(t, e) {
|
|
2266
2268
|
return S(), k("svg", ei, ni);
|
|
2267
2269
|
}
|
|
2268
|
-
const ri = { render: oi },
|
|
2270
|
+
const ri = { render: oi }, Ft = {
|
|
2269
2271
|
name: "YxToolbar",
|
|
2270
2272
|
components: { ToolbarContainer: Qr, menu: ri, Badge: xn },
|
|
2271
2273
|
mixins: [Tr],
|
|
@@ -2333,12 +2335,12 @@ const ri = { render: oi }, $t = {
|
|
|
2333
2335
|
}
|
|
2334
2336
|
}
|
|
2335
2337
|
}, en = () => {
|
|
2336
|
-
|
|
2338
|
+
to((t) => ({
|
|
2337
2339
|
"14e08ee2": t.panelWidthPX,
|
|
2338
2340
|
b58f614a: t.panelHeightPX
|
|
2339
2341
|
}));
|
|
2340
|
-
}, tn =
|
|
2341
|
-
|
|
2342
|
+
}, tn = Ft.setup;
|
|
2343
|
+
Ft.setup = tn ? (t, e) => (en(), tn(t, e)) : en;
|
|
2342
2344
|
const ii = {
|
|
2343
2345
|
id: "toolbar-wrap",
|
|
2344
2346
|
class: "toolbar-wrap"
|
|
@@ -2372,7 +2374,7 @@ function si(t, e, n, o, r, i) {
|
|
|
2372
2374
|
}, null, 8, ["badgeValue", "showTool"])
|
|
2373
2375
|
]);
|
|
2374
2376
|
}
|
|
2375
|
-
const nn = /* @__PURE__ */ Me(
|
|
2377
|
+
const nn = /* @__PURE__ */ Me(Ft, [["render", si], ["__scopeId", "data-v-8e3349c3"]]);
|
|
2376
2378
|
var Ae;
|
|
2377
2379
|
const Pe = class Pe {
|
|
2378
2380
|
constructor(e) {
|
|
@@ -2383,7 +2385,7 @@ const Pe = class Pe {
|
|
|
2383
2385
|
}
|
|
2384
2386
|
/** 当前vue版本 */
|
|
2385
2387
|
get vueVersion() {
|
|
2386
|
-
return
|
|
2388
|
+
return Kn[0];
|
|
2387
2389
|
}
|
|
2388
2390
|
/** 初始化 */
|
|
2389
2391
|
init() {
|
|
@@ -2422,10 +2424,10 @@ const li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2422
2424
|
const s = o.find((l) => l.defaultTheme === 1) || o[0];
|
|
2423
2425
|
r = s.themeUrl, e = s.id;
|
|
2424
2426
|
}
|
|
2425
|
-
const i = yield
|
|
2427
|
+
const i = yield Nt(r);
|
|
2426
2428
|
In({ themeCssVar: i, themeId: e }), on(), Vt.onmessage = (a) => {
|
|
2427
2429
|
const s = JSON.parse(a.data);
|
|
2428
|
-
s.type === "theme" && (
|
|
2430
|
+
s.type === "theme" && (Nt(s.data.themeUrl), rn.publish({ type: "theme", data: null }));
|
|
2429
2431
|
}, console.log("主题初始化完毕!!!");
|
|
2430
2432
|
} catch (o) {
|
|
2431
2433
|
on(), On();
|
|
@@ -2442,22 +2444,22 @@ const li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2442
2444
|
id: e
|
|
2443
2445
|
}, localStorage.setItem("ttcGlobalState", JSON.stringify(o));
|
|
2444
2446
|
}, Pn = (t) => me(void 0, null, function* () {
|
|
2445
|
-
const e = yield
|
|
2447
|
+
const e = yield Nt(t.themeUrl);
|
|
2446
2448
|
In({ themeCssVar: e, themeId: t == null ? void 0 : t.id }), Vt.postMessage(JSON.stringify({ type: "theme", data: t })), rn.publish({ type: "theme", data: t });
|
|
2447
2449
|
}), On = () => {
|
|
2448
|
-
const t =
|
|
2450
|
+
const t = vt(), e = document.documentElement;
|
|
2449
2451
|
Object.keys(t).forEach((n) => {
|
|
2450
|
-
Object.keys(t[n]).forEach((o) => {
|
|
2452
|
+
n !== "exclude" && Object.keys(t[n]).forEach((o) => {
|
|
2451
2453
|
const r = `--${n}-${o}`;
|
|
2452
2454
|
e.style.setProperty(r, t[n][o]);
|
|
2453
2455
|
});
|
|
2454
2456
|
});
|
|
2455
|
-
},
|
|
2457
|
+
}, Nt = (t) => me(void 0, null, function* () {
|
|
2456
2458
|
const n = yield (yield fetch(t)).json(), o = document.createElement("style");
|
|
2457
2459
|
let r = `:root {
|
|
2458
2460
|
`;
|
|
2459
2461
|
return Object.keys(n).forEach((i) => {
|
|
2460
|
-
Object.keys(n[i]).forEach((a) => {
|
|
2462
|
+
i !== "exclude" && Object.keys(n[i]).forEach((a) => {
|
|
2461
2463
|
const s = `--${i}-${a}`, l = n[i][a];
|
|
2462
2464
|
r += ` ${s}: ${l};
|
|
2463
2465
|
`;
|
|
@@ -2470,16 +2472,28 @@ const li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2470
2472
|
var n;
|
|
2471
2473
|
const t = localStorage.getItem("ttcGlobalState"), e = t && ((n = JSON.parse(t)) == null ? void 0 : n.theme);
|
|
2472
2474
|
return (e == null ? void 0 : e.id) || null;
|
|
2473
|
-
},
|
|
2475
|
+
}, vt = () => {
|
|
2474
2476
|
var n;
|
|
2475
2477
|
const t = localStorage.getItem("ttcGlobalState");
|
|
2476
2478
|
return (t && ((n = JSON.parse(t)) == null ? void 0 : n.theme)).themeCssVar;
|
|
2477
|
-
}, fi = (t) =>
|
|
2479
|
+
}, fi = (t) => vt()[t] || {}, hi = (t, e) => {
|
|
2480
|
+
const n = vt();
|
|
2481
|
+
if (!n.exclude)
|
|
2482
|
+
return null;
|
|
2483
|
+
for (let o in n.exclude) {
|
|
2484
|
+
const r = n.exclude[o];
|
|
2485
|
+
for (let i of Object.keys(r))
|
|
2486
|
+
for (let a of Object.keys(r[i]))
|
|
2487
|
+
if (`--${i}-${a}` === t && r[i][a] === e)
|
|
2488
|
+
return e;
|
|
2489
|
+
}
|
|
2490
|
+
return null;
|
|
2491
|
+
}, pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2478
2492
|
__proto__: null,
|
|
2479
2493
|
changeTheme: Pn,
|
|
2480
2494
|
findColorByTheme: hi,
|
|
2481
2495
|
getCurTheme: mt,
|
|
2482
|
-
getCurThemeCssVar:
|
|
2496
|
+
getCurThemeCssVar: vt,
|
|
2483
2497
|
getDefaultThemeUrl: di,
|
|
2484
2498
|
getGroupColor: fi,
|
|
2485
2499
|
install: ui,
|
|
@@ -2502,7 +2516,7 @@ export {
|
|
|
2502
2516
|
ui as b,
|
|
2503
2517
|
Pn as c,
|
|
2504
2518
|
mt as d,
|
|
2505
|
-
|
|
2519
|
+
vt as e,
|
|
2506
2520
|
ar as f,
|
|
2507
2521
|
di as g,
|
|
2508
2522
|
fi as h,
|
package/lib/index.es2.js.gz
CHANGED
|
Binary file
|
package/lib/index.es4.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
1
|
+
import { o as e, l, E as r } from "./vue.runtime.esm-bundler.es.js";
|
|
2
|
+
const o = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: "58",
|
|
5
5
|
height: "58",
|
|
6
6
|
fill: "none"
|
|
7
|
-
},
|
|
8
|
-
|
|
7
|
+
}, c = /* @__PURE__ */ r('<path fill="currentColor" d="m19.35 47.876 7.597-16.06c.722-1.525 2.892-1.526 3.615-.001l7.617 16.059a2 2 0 0 1-1.807 2.857H21.16a2 2 0 0 1-1.808-2.855Z" class="icon-title-assist-2"></path><g filter="url(#a)"><rect width="50.373" height="38.592" x="3.296" y="7.519" fill="currentColor" fill-opacity=".56" class="icon-title-main" rx="4"></rect><rect width="49.973" height="38.192" x="3.496" y="7.719" stroke="url(#b)" stroke-width=".4" rx="3.8"></rect></g><path stroke="currentColor" stroke-dasharray="1.2 1.2" stroke-width=".598" d="m30.269 27.749-3.579 4.312" class="icon-title-assist"></path><g fill="currentColor" class="icon-title-assist"><path d="M30.914 24.456a.285.285 0 1 0 0 .57 1.645 1.645 0 0 1 1.644 1.645.285.285 0 1 0 .57 0 2.217 2.217 0 0 0-2.215-2.215Z"></path><path d="M30.513 25.483a.272.272 0 0 0-.242.242.184.184 0 0 0 .205.205c.34-.028.657.08.878.303.222.223.331.538.304.879a.185.185 0 0 0 .095.184.227.227 0 0 0 .224-.018.271.271 0 0 0 .127-.202c.037-.459-.11-.884-.409-1.183-.298-.299-.725-.444-1.183-.409v-.001Zm2.416-.806a2.525 2.525 0 0 0-1.873-.736.241.241 0 0 1-.25-.252.273.273 0 0 1 .263-.262 2.998 2.998 0 0 1 3.109 3.108.274.274 0 0 1-.264.264.242.242 0 0 1-.25-.25 2.522 2.522 0 0 0-.735-1.872ZM34.324 13.246c.506-.006.628.208.87.453l1.499 1.556c.198.25.542.428.677.735.166.38-.15.883-.145.894l.447.465.628-.637c.262-.132.373-.552.834-.477.507.082.962.766 1.281 1.09.167.169.384.33.508.539a.88.88 0 0 1 .096.588c-.102.457-.892.989-1.172 1.36l.085.085.459.49.266-.27c.192-.086.44-.215.713-.098.272.118.473.417.665.625l1.39 1.433c.22.225.72.523.652 1.004-.056.393-.288.55-.508.772l-1.317 1.36c-.655.441-1.197-.417-1.51-.736l-1.511-1.555c-.177-.179-.453-.423-.339-.845.082-.306.33-.431.496-.65v-.024l-.544-.55-.822.844c-.374.258-1.219.149-1.788.147l-.617-.637-.012-.82c.05-.34-.008-.652.097-.919.136-.346.752-.763.99-1.078v-.024l-.483-.49h-.012l-.254.27c-.23.233-.607.656-1.087.367-.254-.154-.517-.479-.701-.71l-1.402-1.446c-.197-.2-.592-.445-.52-.894.066-.405.349-.585.58-.82.481-.49.879-1.061 1.51-1.397Zm-.508 8.096c1.821-.024 3.038 1.341 2.659 3.344a7.931 7.931 0 0 1-.164.672.243.243 0 0 1-.407.103L32.51 21.96a.243.243 0 0 1 .105-.4c.187-.057.38-.113.585-.156l.616-.061Z" class="icon-title-assist"></path></g><path stroke="currentColor" stroke-width=".359" d="M28.542 37.862c-8.262 0-18.535 1.47-22.74 3.444h45.384c-4.039-1.975-14.382-3.444-22.644-3.444Z" class="icon-title-assist"></path><path fill="currentColor" d="m26.18 32.902.96 5.012H25.22l.96-5.012ZM16.148 35.459l.62 3.234h-1.24l.62-3.234ZM43.642 36.746l.441 2.37-.89-.022.45-2.348Z" class="icon-title-assist"></path><circle cx="26.179" cy="32.902" r="1.024" fill="currentColor" class="icon-title-assist"></circle><circle cx="16.148" cy="35.587" r=".277" fill="currentColor" class="icon-title-assist"></circle><circle cx="43.638" cy="36.745" r=".277" fill="currentColor" class="icon-title-assist"></circle><path stroke="#fff" stroke-width=".359" d="M3.657 41.307h49.837"></path><defs><linearGradient id="b" x1="15.102" x2="35.969" y1="12.921" y2="32.624" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"></stop><stop offset="1" stop-color="#fff" stop-opacity="0"></stop></linearGradient><filter id="a" width="58.025" height="46.244" x="-.53" y="3.693" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feGaussianBlur in="BackgroundImageFix" stdDeviation="1.913"></feGaussianBlur><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_149_966"></feComposite><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_149_966" result="shape"></feBlend></filter></defs>', 11), i = [
|
|
8
|
+
c
|
|
9
9
|
];
|
|
10
10
|
function t(n, f) {
|
|
11
|
-
return e(), l("svg",
|
|
11
|
+
return e(), l("svg", o, i);
|
|
12
12
|
}
|
|
13
13
|
const s = { render: t }, a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14
14
|
__proto__: null,
|