@zyzgroup/core-web 0.0.79 → 0.0.80
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/dist/zyzgroup_core_web.iife.js +14 -14
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +962 -995
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +14 -14
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/animate/Clock.d.ts.map +1 -1
- package/types/animate/Timeline.d.ts +7 -5
- package/types/animate/Timeline.d.ts.map +1 -1
- package/types/dom/DOMEventBus.d.ts +1 -1
- package/types/dom/DOMEventBus.d.ts.map +1 -1
- package/types/theme.d.ts.map +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function
|
|
1
|
+
function An() {
|
|
2
2
|
return typeof window < "u" ? window : typeof global < "u" ? global : this || {};
|
|
3
3
|
}
|
|
4
4
|
const kn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
|
@@ -7,7 +7,7 @@ function gs(i) {
|
|
|
7
7
|
}
|
|
8
8
|
gs.prototype = new Error();
|
|
9
9
|
gs.prototype.name = "InvalidCharacterError";
|
|
10
|
-
function
|
|
10
|
+
function ua(i) {
|
|
11
11
|
const t = String(i);
|
|
12
12
|
let e = "";
|
|
13
13
|
for (
|
|
@@ -27,7 +27,7 @@ function la(i) {
|
|
|
27
27
|
}
|
|
28
28
|
return e;
|
|
29
29
|
}
|
|
30
|
-
function
|
|
30
|
+
function da(i) {
|
|
31
31
|
const t = String(i).replace(/[=]+$/, "");
|
|
32
32
|
if (t.length % 4 === 1)
|
|
33
33
|
throw new gs(
|
|
@@ -239,7 +239,7 @@ const ge = new hs(), ys = (i) => {
|
|
|
239
239
|
break;
|
|
240
240
|
}
|
|
241
241
|
return t;
|
|
242
|
-
}, Rt = (i, t) => (typeof i == "string" && (i = ys(i) || new RegExp(i)), i.test(t)),
|
|
242
|
+
}, Rt = (i, t) => (typeof i == "string" && (i = ys(i) || new RegExp(i)), i.test(t)), In = (i, t) => {
|
|
243
243
|
if (typeof i == "string" && (i = ys(i) || new RegExp(i)), !t)
|
|
244
244
|
return null;
|
|
245
245
|
const e = t.match(i);
|
|
@@ -254,7 +254,7 @@ const ge = new hs(), ys = (i) => {
|
|
|
254
254
|
fullMatch: e[0],
|
|
255
255
|
groupMatchs: e.slice(1)
|
|
256
256
|
} : null;
|
|
257
|
-
},
|
|
257
|
+
}, Dn = (i, t) => {
|
|
258
258
|
typeof i == "string" && (i = ys(i) || new RegExp(i));
|
|
259
259
|
const e = [], s = t.matchAll(i);
|
|
260
260
|
for (const n of s)
|
|
@@ -265,7 +265,7 @@ const ge = new hs(), ys = (i) => {
|
|
|
265
265
|
});
|
|
266
266
|
return e;
|
|
267
267
|
};
|
|
268
|
-
function
|
|
268
|
+
function Ln(i) {
|
|
269
269
|
const t = i.match(/[\s\S]/gu);
|
|
270
270
|
return t ? t.length : 0;
|
|
271
271
|
}
|
|
@@ -531,11 +531,11 @@ const tt = [
|
|
|
531
531
|
"fe",
|
|
532
532
|
"ff"
|
|
533
533
|
];
|
|
534
|
-
function
|
|
534
|
+
function li() {
|
|
535
535
|
const i = Math.random() * 4294967295 | 0, t = Math.random() * 4294967295 | 0, e = Math.random() * 4294967295 | 0, s = Math.random() * 4294967295 | 0;
|
|
536
536
|
return (tt[i & 255] + tt[i >> 8 & 255] + tt[i >> 16 & 255] + tt[i >> 24 & 255] + "-" + tt[t & 255] + tt[t >> 8 & 255] + "-" + tt[t >> 16 & 15 | 64] + tt[t >> 24 & 255] + "-" + tt[e & 63 | 128] + tt[e >> 8 & 255] + "-" + tt[e >> 16 & 255] + tt[e >> 24 & 255] + tt[s & 255] + tt[s >> 8 & 255] + tt[s >> 16 & 255] + tt[s >> 24 & 255]).toLowerCase();
|
|
537
537
|
}
|
|
538
|
-
function
|
|
538
|
+
function fa(i) {
|
|
539
539
|
const t = ge.get(i);
|
|
540
540
|
if (t)
|
|
541
541
|
return t;
|
|
@@ -551,7 +551,7 @@ const ut = (i, t = "-") => {
|
|
|
551
551
|
let s = i.replace(new RegExp(`${t}?([A-Z])`, "g"), t + "$1").toLowerCase();
|
|
552
552
|
return s = s.replace(new RegExp(`^${t}`), ""), ge.set(i, s), s;
|
|
553
553
|
};
|
|
554
|
-
function
|
|
554
|
+
function Js(i) {
|
|
555
555
|
const t = ge.get(i);
|
|
556
556
|
if (t)
|
|
557
557
|
return t;
|
|
@@ -561,10 +561,10 @@ function Zs(i) {
|
|
|
561
561
|
return ge.set(i, e), e;
|
|
562
562
|
}
|
|
563
563
|
function $i(i) {
|
|
564
|
-
return
|
|
564
|
+
return fa(Js(i));
|
|
565
565
|
}
|
|
566
|
-
function
|
|
567
|
-
const n =
|
|
566
|
+
function ma(i, t, e = "0", s = "left") {
|
|
567
|
+
const n = Ln(i);
|
|
568
568
|
if (t > n) {
|
|
569
569
|
const r = t - n;
|
|
570
570
|
let a, o;
|
|
@@ -582,7 +582,7 @@ function fa(i, t, e = "0", s = "left") {
|
|
|
582
582
|
}
|
|
583
583
|
return i;
|
|
584
584
|
}
|
|
585
|
-
function
|
|
585
|
+
function Rn(i) {
|
|
586
586
|
let t = "";
|
|
587
587
|
for (let e = 0, s = i.length; e < s; e++) {
|
|
588
588
|
const n = i.charCodeAt(e);
|
|
@@ -591,7 +591,7 @@ function Ln(i) {
|
|
|
591
591
|
return t;
|
|
592
592
|
}
|
|
593
593
|
var Xt = /* @__PURE__ */ ((i) => (i.UNKNOWN = "", i.HTML = "text/html", i.CSS = "text/css", i.TEXT = "text/plain", i.MD = "text/plain", i.JPEG = "image/jpeg", i.PNG = "image/png", i.GIF = "image/gif", i.WEBP = "image/webp", i.SVG = "image/svg+xml", i.ICO = "image/x-icon", i.MPEG = "audio/mpeg", i.MP3 = "audio/mpeg", i.OGG = "audio/ogg", i.WAV = "audio/wav", i.MP4 = "video/mp4", i.WEBM = "video/webm", i.JSON = "application/json", i.XWWW = "application/x-www-form-urlencoded", i.XHTML = "application/xhtml+xml", i.XML = "application/xml", i.XML_TEXT = "text/xml", i.JAVASCRIPT = "application/javascript", i.ECMASCRIPT = "application/ecmascript", i.DOC = "application/msword", i.CSV = "application/x-csv", i.EXCEL = "application/vnb.ms-excel", i.PDF = "application/pdf", i.ZIP = "application/zip", i.TGZ = "application/x-gtar", i.TAR_GZ = "application/x-gzip", i.EOT = "appliaction/vnd.ms-fontobject", i.TTF = "aplication/font-sfnt", i))(Xt || {});
|
|
594
|
-
const
|
|
594
|
+
const pa = (i, t = 16) => i.toString(t), oe = (i, t = 16) => {
|
|
595
595
|
let e = i.toLowerCase();
|
|
596
596
|
const s = e.indexOf("0b") == 0, n = e.indexOf("0o") == 0, r = e.indexOf("0x") == 0;
|
|
597
597
|
(s || n || r) && (e = e.slice(2));
|
|
@@ -631,24 +631,24 @@ function xs(i, t) {
|
|
|
631
631
|
}
|
|
632
632
|
return e;
|
|
633
633
|
}
|
|
634
|
-
function
|
|
634
|
+
function ga(i, t) {
|
|
635
635
|
if (i instanceof ArrayBuffer)
|
|
636
636
|
return i;
|
|
637
637
|
const e = xs(i, t);
|
|
638
638
|
return new Uint8Array(e).buffer;
|
|
639
639
|
}
|
|
640
|
-
function
|
|
640
|
+
function ya(i, t) {
|
|
641
641
|
const e = xs(i, t);
|
|
642
642
|
return String.fromCodePoint.apply(null, e);
|
|
643
643
|
}
|
|
644
|
-
function
|
|
644
|
+
function xa(i, t) {
|
|
645
645
|
const e = xs(i, t);
|
|
646
646
|
let s = "";
|
|
647
647
|
for (let n = 0, r = e.length; n < r; n++)
|
|
648
|
-
s +=
|
|
648
|
+
s += pa(e[n], 16).padStart(2, "0");
|
|
649
649
|
return s;
|
|
650
650
|
}
|
|
651
|
-
function
|
|
651
|
+
function wa() {
|
|
652
652
|
const i = Uint32Array.of(305419896), t = new Uint8Array(i.buffer);
|
|
653
653
|
switch (t[0] * 16777216 + t[1] * 65536 + t[2] * 256 + t[3]) {
|
|
654
654
|
case 305419896:
|
|
@@ -657,9 +657,9 @@ function xa() {
|
|
|
657
657
|
return !0;
|
|
658
658
|
}
|
|
659
659
|
}
|
|
660
|
-
const
|
|
660
|
+
const On = (i) => {
|
|
661
661
|
let t = Xt.UNKNOWN;
|
|
662
|
-
switch (new DataView(i).getUint32(0,
|
|
662
|
+
switch (new DataView(i).getUint32(0, wa()).toString(16).toUpperCase()) {
|
|
663
663
|
case "FFD8FFDB":
|
|
664
664
|
t = Xt.JPEG;
|
|
665
665
|
break;
|
|
@@ -688,7 +688,7 @@ const Rn = (i) => {
|
|
|
688
688
|
return t;
|
|
689
689
|
};
|
|
690
690
|
let Le;
|
|
691
|
-
class
|
|
691
|
+
class ba {
|
|
692
692
|
subscribers;
|
|
693
693
|
constructor() {
|
|
694
694
|
this.subscribers = /* @__PURE__ */ new Set();
|
|
@@ -709,17 +709,17 @@ function Ji(i, t) {
|
|
|
709
709
|
let e = Wi.get(i);
|
|
710
710
|
e || (e = /* @__PURE__ */ new Map(), Wi.set(i, e));
|
|
711
711
|
let s = e.get(t);
|
|
712
|
-
return s || (s = new
|
|
712
|
+
return s || (s = new ba(), e.set(t, s)), s;
|
|
713
713
|
}
|
|
714
|
-
function
|
|
714
|
+
function ui(i) {
|
|
715
715
|
Le = i, i(), Le = null;
|
|
716
716
|
}
|
|
717
|
-
const
|
|
718
|
-
function
|
|
717
|
+
const va = Symbol("isProxy");
|
|
718
|
+
function Sa(i) {
|
|
719
719
|
return new Proxy(i, {
|
|
720
720
|
// target目标对象、key键值、receiver当前proxy实例
|
|
721
721
|
get(t, e, s) {
|
|
722
|
-
return e ===
|
|
722
|
+
return e === va ? !0 : (Ji(i, e).add(), Reflect.get(t, e, s));
|
|
723
723
|
},
|
|
724
724
|
// target目标对象、key键值、value值、receiver当前proxy实例
|
|
725
725
|
set(t, e, s, n) {
|
|
@@ -728,22 +728,22 @@ function va(i) {
|
|
|
728
728
|
}
|
|
729
729
|
});
|
|
730
730
|
}
|
|
731
|
-
const
|
|
732
|
-
function
|
|
731
|
+
const Ca = Sa, Ea = "[object Object]";
|
|
732
|
+
function Ta(i) {
|
|
733
733
|
return Object.prototype.toString.call(i);
|
|
734
734
|
}
|
|
735
|
-
function
|
|
735
|
+
function Pa(i) {
|
|
736
736
|
return i != null;
|
|
737
737
|
}
|
|
738
|
-
function
|
|
739
|
-
return
|
|
738
|
+
function Nn(i) {
|
|
739
|
+
return Ta(i) === Ea;
|
|
740
740
|
}
|
|
741
|
-
function
|
|
741
|
+
function Ma(i, ...t) {
|
|
742
742
|
return new i.constructor(...t);
|
|
743
743
|
}
|
|
744
|
-
function
|
|
744
|
+
function Fn(i, t) {
|
|
745
745
|
for (const e in t)
|
|
746
|
-
Object.prototype.hasOwnProperty.call(t, e) && (
|
|
746
|
+
Object.prototype.hasOwnProperty.call(t, e) && (Nn(t[e]) ? (typeof i[e] > "u" && (i[e] = {}), Fn(i[e], t[e])) : typeof i[e] > "u" && (i[e] = t[e]));
|
|
747
747
|
return i;
|
|
748
748
|
}
|
|
749
749
|
function Zi(i, t) {
|
|
@@ -751,7 +751,7 @@ function Zi(i, t) {
|
|
|
751
751
|
Object.prototype.hasOwnProperty.call(i, e) && !t(e, i[e]) && delete i[e];
|
|
752
752
|
return i;
|
|
753
753
|
}
|
|
754
|
-
function
|
|
754
|
+
function Ae(i, t) {
|
|
755
755
|
const e = i.findIndex((s) => s === t);
|
|
756
756
|
return e >= 0 && i.splice(e, 1), i;
|
|
757
757
|
}
|
|
@@ -780,27 +780,27 @@ function Wt(i, t) {
|
|
|
780
780
|
function cs(i, t, e = Number.EPSILON * Math.pow(2, 2)) {
|
|
781
781
|
return Math.abs(i - t) < e;
|
|
782
782
|
}
|
|
783
|
-
const bt = (i, t, e) => i < t ? t : i > e ? e : i,
|
|
783
|
+
const bt = (i, t, e) => i < t ? t : i > e ? e : i, _a = (i, t, e) => (s) => {
|
|
784
784
|
const n = Math.min(Math.max(i, s), t);
|
|
785
785
|
return t - n < e ? t : Math.round(n / e) * e;
|
|
786
786
|
};
|
|
787
|
-
function
|
|
787
|
+
function Aa(i, t = 12) {
|
|
788
788
|
return Wt(i).toFixed(t);
|
|
789
789
|
}
|
|
790
790
|
function Et(i, t = 12) {
|
|
791
|
-
return +
|
|
791
|
+
return +Aa(i, t);
|
|
792
792
|
}
|
|
793
|
-
function
|
|
794
|
-
const e =
|
|
793
|
+
function Zs(i, t) {
|
|
794
|
+
const e = In("number-single", String(i));
|
|
795
795
|
return {
|
|
796
796
|
hasNumber: !!e,
|
|
797
|
-
number: e && !Array.isArray(e) && e.fullMatch ? parseFloat(e.fullMatch) :
|
|
797
|
+
number: e && !Array.isArray(e) && e.fullMatch ? parseFloat(e.fullMatch) : Pa(t) ? t : NaN,
|
|
798
798
|
prefix: e && !Array.isArray(e) && e.fullMatch ? i.substring(0, e.matchIndex) : "",
|
|
799
799
|
suffix: e && !Array.isArray(e) && e.fullMatch ? i.substring(e.matchIndex + e.fullMatch.length) : ""
|
|
800
800
|
};
|
|
801
801
|
}
|
|
802
|
-
function
|
|
803
|
-
const t =
|
|
802
|
+
function Xn(i) {
|
|
803
|
+
const t = In("number", i);
|
|
804
804
|
return t ? Array.isArray(t) ? t.map((e) => Number(e.fullMatch)) : [Number(t.fullMatch)] : [];
|
|
805
805
|
}
|
|
806
806
|
ka();
|
|
@@ -840,7 +840,7 @@ function ka() {
|
|
|
840
840
|
function $() {
|
|
841
841
|
return (performance || Date).now();
|
|
842
842
|
}
|
|
843
|
-
function
|
|
843
|
+
function Ia(i, t) {
|
|
844
844
|
let e;
|
|
845
845
|
return function(...s) {
|
|
846
846
|
clearTimeout(e), e = setTimeout(() => {
|
|
@@ -848,7 +848,7 @@ function Aa(i, t) {
|
|
|
848
848
|
}, t);
|
|
849
849
|
};
|
|
850
850
|
}
|
|
851
|
-
class
|
|
851
|
+
class di {
|
|
852
852
|
events;
|
|
853
853
|
constructor() {
|
|
854
854
|
this.events = {};
|
|
@@ -887,57 +887,6 @@ class ws {
|
|
|
887
887
|
return this.on(t, n), this;
|
|
888
888
|
}
|
|
889
889
|
}
|
|
890
|
-
class Ia extends ws {
|
|
891
|
-
/// 外部可主动读取结果
|
|
892
|
-
results = [];
|
|
893
|
-
queue = [];
|
|
894
|
-
rs;
|
|
895
|
-
controller;
|
|
896
|
-
// 并发数量
|
|
897
|
-
concurrency;
|
|
898
|
-
// 当前运行的数量
|
|
899
|
-
activeTaskCount = 0;
|
|
900
|
-
constructor(t = 1) {
|
|
901
|
-
super(), this.concurrency = t, this.rs = new ReadableStream({
|
|
902
|
-
start: async (e) => {
|
|
903
|
-
this.controller = e;
|
|
904
|
-
}
|
|
905
|
-
});
|
|
906
|
-
}
|
|
907
|
-
// readStream(taskQueue.stream, (value) => {
|
|
908
|
-
// console.log(value, value instanceof Error);
|
|
909
|
-
// });
|
|
910
|
-
get stream() {
|
|
911
|
-
return this.rs;
|
|
912
|
-
}
|
|
913
|
-
clearUnstartTasks() {
|
|
914
|
-
this.queue = [];
|
|
915
|
-
}
|
|
916
|
-
addTask(t) {
|
|
917
|
-
Array.isArray(t) ? this.queue.push(...t) : this.queue.push(t), this.activeTaskCount < this.concurrency && this.queue.length > 0 && this.runTasks();
|
|
918
|
-
}
|
|
919
|
-
async runTasks() {
|
|
920
|
-
for (; this.activeTaskCount < this.concurrency && this.queue.length > 0; ) {
|
|
921
|
-
const t = this.queue.splice(
|
|
922
|
-
0,
|
|
923
|
-
this.concurrency - this.activeTaskCount
|
|
924
|
-
);
|
|
925
|
-
this.activeTaskCount += t.length;
|
|
926
|
-
const e = await Promise.allSettled(
|
|
927
|
-
t.map((n) => n())
|
|
928
|
-
), s = this.results.length;
|
|
929
|
-
e.forEach((n, r) => {
|
|
930
|
-
if (n.status == "fulfilled") {
|
|
931
|
-
const a = n.value;
|
|
932
|
-
this.results.push(a), this.controller?.enqueue(a), this.emit("success", s + r, a);
|
|
933
|
-
} else if (n.status == "rejected") {
|
|
934
|
-
const a = new Error(n.reason);
|
|
935
|
-
this.results.push(a), this.controller?.enqueue(a), this.emit("error", s + r, a);
|
|
936
|
-
}
|
|
937
|
-
}), this.activeTaskCount -= e.length;
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
890
|
function Da(i, t = (e, s) => e <= s) {
|
|
942
891
|
const e = i.length;
|
|
943
892
|
let s = Math.floor(e / 2);
|
|
@@ -955,40 +904,40 @@ function Da(i, t = (e, s) => e <= s) {
|
|
|
955
904
|
var tn = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;
|
|
956
905
|
function La(i, t = {}) {
|
|
957
906
|
var e = 1, s = 1;
|
|
958
|
-
function n(
|
|
959
|
-
var M =
|
|
907
|
+
function n(k) {
|
|
908
|
+
var M = k.match(/\n/g);
|
|
960
909
|
M && (e += M.length);
|
|
961
|
-
var R =
|
|
910
|
+
var R = k.lastIndexOf(`
|
|
962
911
|
`);
|
|
963
|
-
s = ~R ?
|
|
912
|
+
s = ~R ? k.length - R : s + k.length;
|
|
964
913
|
}
|
|
965
914
|
function r() {
|
|
966
|
-
var
|
|
915
|
+
var k = { line: e, column: s };
|
|
967
916
|
return function(M) {
|
|
968
|
-
return M.position = new a(
|
|
917
|
+
return M.position = new a(k), m(), M;
|
|
969
918
|
};
|
|
970
919
|
}
|
|
971
|
-
function a(
|
|
972
|
-
this.start =
|
|
920
|
+
function a(k) {
|
|
921
|
+
this.start = k, this.end = { line: e, column: s }, this.source = t.source;
|
|
973
922
|
}
|
|
974
923
|
a.prototype.content = i;
|
|
975
924
|
var o = [];
|
|
976
|
-
function h(
|
|
925
|
+
function h(k) {
|
|
977
926
|
var M = new Error(
|
|
978
|
-
t.source + ":" + e + ":" + s + ": " +
|
|
927
|
+
t.source + ":" + e + ":" + s + ": " + k
|
|
979
928
|
);
|
|
980
|
-
if (M.reason =
|
|
929
|
+
if (M.reason = k, M.filename = t.source, M.line = e, M.column = s, M.source = i, t.silent)
|
|
981
930
|
o.push(M);
|
|
982
931
|
else
|
|
983
932
|
throw M;
|
|
984
933
|
}
|
|
985
934
|
function c() {
|
|
986
|
-
var
|
|
935
|
+
var k = p();
|
|
987
936
|
return {
|
|
988
937
|
type: "stylesheet",
|
|
989
938
|
stylesheet: {
|
|
990
939
|
source: t.source,
|
|
991
|
-
rules:
|
|
940
|
+
rules: k,
|
|
992
941
|
parsingErrors: o
|
|
993
942
|
}
|
|
994
943
|
};
|
|
@@ -1000,13 +949,13 @@ function La(i, t = {}) {
|
|
|
1000
949
|
return g(/^}/);
|
|
1001
950
|
}
|
|
1002
951
|
function p() {
|
|
1003
|
-
var
|
|
1004
|
-
for (m(), x(M); i.length && i.charAt(0) != "}" && (
|
|
1005
|
-
|
|
952
|
+
var k, M = [];
|
|
953
|
+
for (m(), x(M); i.length && i.charAt(0) != "}" && (k = se() || de()); )
|
|
954
|
+
k !== !1 && (M.push(k), x(M));
|
|
1006
955
|
return M;
|
|
1007
956
|
}
|
|
1008
|
-
function g(
|
|
1009
|
-
var M =
|
|
957
|
+
function g(k) {
|
|
958
|
+
var M = k.exec(i);
|
|
1010
959
|
if (M) {
|
|
1011
960
|
var R = M[0];
|
|
1012
961
|
return n(R), i = i.slice(R.length), M;
|
|
@@ -1015,41 +964,41 @@ function La(i, t = {}) {
|
|
|
1015
964
|
function m() {
|
|
1016
965
|
g(/^\s*/);
|
|
1017
966
|
}
|
|
1018
|
-
function x(
|
|
967
|
+
function x(k) {
|
|
1019
968
|
var M;
|
|
1020
|
-
for (
|
|
1021
|
-
M !== !1 &&
|
|
1022
|
-
return
|
|
969
|
+
for (k = k || []; M = w(); )
|
|
970
|
+
M !== !1 && k.push(M);
|
|
971
|
+
return k;
|
|
1023
972
|
}
|
|
1024
973
|
function w() {
|
|
1025
|
-
var
|
|
974
|
+
var k = r();
|
|
1026
975
|
if (!(i.charAt(0) != "/" || i.charAt(1) != "*")) {
|
|
1027
976
|
for (var M = 2; i.charAt(M) != "" && (i.charAt(M) != "*" || i.charAt(M + 1) != "/"); )
|
|
1028
977
|
++M;
|
|
1029
978
|
if (M += 2, i.charAt(M - 1) === "")
|
|
1030
979
|
return h("End of comment missing");
|
|
1031
980
|
var R = i.slice(2, M - 2);
|
|
1032
|
-
return s += 2, n(R), i = i.slice(M), s += 2,
|
|
981
|
+
return s += 2, n(R), i = i.slice(M), s += 2, k({
|
|
1033
982
|
type: "comment",
|
|
1034
983
|
comment: R
|
|
1035
984
|
});
|
|
1036
985
|
}
|
|
1037
986
|
}
|
|
1038
987
|
function v() {
|
|
1039
|
-
var
|
|
1040
|
-
if (
|
|
1041
|
-
return Ot(
|
|
988
|
+
var k = g(/^([^{]+)/);
|
|
989
|
+
if (k)
|
|
990
|
+
return Ot(k[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g, "").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g, function(M) {
|
|
1042
991
|
return M.replace(/,/g, "");
|
|
1043
992
|
}).split(/\s*(?![^(]*\)),\s*/).map(function(M) {
|
|
1044
993
|
return M.replace(/\u200C/g, ",");
|
|
1045
994
|
});
|
|
1046
995
|
}
|
|
1047
996
|
function S() {
|
|
1048
|
-
var
|
|
997
|
+
var k = r(), M = g(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);
|
|
1049
998
|
if (M) {
|
|
1050
999
|
if (M = Ot(M[0]), !g(/^:\s*/))
|
|
1051
1000
|
return h("property missing ':'");
|
|
1052
|
-
var R = g(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/), E =
|
|
1001
|
+
var R = g(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/), E = k({
|
|
1053
1002
|
type: "declaration",
|
|
1054
1003
|
property: M.replace(tn, ""),
|
|
1055
1004
|
value: R ? Ot(R[0]).replace(tn, "") : ""
|
|
@@ -1058,17 +1007,17 @@ function La(i, t = {}) {
|
|
|
1058
1007
|
}
|
|
1059
1008
|
}
|
|
1060
1009
|
function D() {
|
|
1061
|
-
var
|
|
1010
|
+
var k = [];
|
|
1062
1011
|
if (!l())
|
|
1063
1012
|
return h("missing '{'");
|
|
1064
|
-
x(
|
|
1013
|
+
x(k);
|
|
1065
1014
|
for (var M; M = S(); )
|
|
1066
|
-
M !== !1 && (
|
|
1067
|
-
return d() ?
|
|
1015
|
+
M !== !1 && (k.push(M), x(k));
|
|
1016
|
+
return d() ? k : h("missing '}'");
|
|
1068
1017
|
}
|
|
1069
1018
|
function L() {
|
|
1070
|
-
for (var
|
|
1071
|
-
M.push(
|
|
1019
|
+
for (var k, M = [], R = r(); k = g(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/); )
|
|
1020
|
+
M.push(k[1]), g(/^,\s*/);
|
|
1072
1021
|
if (M.length)
|
|
1073
1022
|
return R({
|
|
1074
1023
|
type: "keyframe",
|
|
@@ -1077,7 +1026,7 @@ function La(i, t = {}) {
|
|
|
1077
1026
|
});
|
|
1078
1027
|
}
|
|
1079
1028
|
function Y() {
|
|
1080
|
-
var
|
|
1029
|
+
var k = r(), M = g(/^@([-\w]+)?keyframes\s*/);
|
|
1081
1030
|
if (M) {
|
|
1082
1031
|
var R = M[1];
|
|
1083
1032
|
if (M = g(/^([-\w]+)\s*/), !M)
|
|
@@ -1087,7 +1036,7 @@ function La(i, t = {}) {
|
|
|
1087
1036
|
return h("@keyframes missing '{'");
|
|
1088
1037
|
for (var yt, zt = x(); yt = L(); )
|
|
1089
1038
|
zt.push(yt), zt = zt.concat(x());
|
|
1090
|
-
return d() ?
|
|
1039
|
+
return d() ? k({
|
|
1091
1040
|
type: "keyframes",
|
|
1092
1041
|
name: E,
|
|
1093
1042
|
vendor: R,
|
|
@@ -1096,13 +1045,13 @@ function La(i, t = {}) {
|
|
|
1096
1045
|
}
|
|
1097
1046
|
}
|
|
1098
1047
|
function X() {
|
|
1099
|
-
var
|
|
1048
|
+
var k = r(), M = g(/^@supports *([^{]+)/);
|
|
1100
1049
|
if (M) {
|
|
1101
1050
|
var R = Ot(M[1]);
|
|
1102
1051
|
if (!l())
|
|
1103
1052
|
return h("@supports missing '{'");
|
|
1104
1053
|
var E = x().concat(p());
|
|
1105
|
-
return d() ?
|
|
1054
|
+
return d() ? k({
|
|
1106
1055
|
type: "supports",
|
|
1107
1056
|
supports: R,
|
|
1108
1057
|
rules: E
|
|
@@ -1110,25 +1059,25 @@ function La(i, t = {}) {
|
|
|
1110
1059
|
}
|
|
1111
1060
|
}
|
|
1112
1061
|
function G() {
|
|
1113
|
-
var
|
|
1062
|
+
var k = r(), M = g(/^@host\s*/);
|
|
1114
1063
|
if (M) {
|
|
1115
1064
|
if (!l())
|
|
1116
1065
|
return h("@host missing '{'");
|
|
1117
1066
|
var R = x().concat(p());
|
|
1118
|
-
return d() ?
|
|
1067
|
+
return d() ? k({
|
|
1119
1068
|
type: "host",
|
|
1120
1069
|
rules: R
|
|
1121
1070
|
}) : h("@host missing '}'");
|
|
1122
1071
|
}
|
|
1123
1072
|
}
|
|
1124
1073
|
function K() {
|
|
1125
|
-
var
|
|
1074
|
+
var k = r(), M = g(/^@media *([^{]+)/);
|
|
1126
1075
|
if (M) {
|
|
1127
1076
|
var R = Ot(M[1]);
|
|
1128
1077
|
if (!l())
|
|
1129
1078
|
return h("@media missing '{'");
|
|
1130
1079
|
var E = x().concat(p());
|
|
1131
|
-
return d() ?
|
|
1080
|
+
return d() ? k({
|
|
1132
1081
|
type: "media",
|
|
1133
1082
|
media: R,
|
|
1134
1083
|
rules: E
|
|
@@ -1136,23 +1085,23 @@ function La(i, t = {}) {
|
|
|
1136
1085
|
}
|
|
1137
1086
|
}
|
|
1138
1087
|
function H() {
|
|
1139
|
-
var
|
|
1088
|
+
var k = r(), M = g(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);
|
|
1140
1089
|
if (M)
|
|
1141
|
-
return
|
|
1090
|
+
return k({
|
|
1142
1091
|
type: "custom-media",
|
|
1143
1092
|
name: Ot(M[1]),
|
|
1144
1093
|
media: Ot(M[2])
|
|
1145
1094
|
});
|
|
1146
1095
|
}
|
|
1147
1096
|
function j() {
|
|
1148
|
-
var
|
|
1097
|
+
var k = r(), M = g(/^@page */);
|
|
1149
1098
|
if (M) {
|
|
1150
1099
|
var R = v() || [];
|
|
1151
1100
|
if (!l())
|
|
1152
1101
|
return h("@page missing '{'");
|
|
1153
1102
|
for (var E = x(), yt; yt = S(); )
|
|
1154
1103
|
E.push(yt), E = E.concat(x());
|
|
1155
|
-
return d() ?
|
|
1104
|
+
return d() ? k({
|
|
1156
1105
|
type: "page",
|
|
1157
1106
|
selectors: R,
|
|
1158
1107
|
declarations: E
|
|
@@ -1160,13 +1109,13 @@ function La(i, t = {}) {
|
|
|
1160
1109
|
}
|
|
1161
1110
|
}
|
|
1162
1111
|
function V() {
|
|
1163
|
-
var
|
|
1112
|
+
var k = r(), M = g(/^@([-\w]+)?document *([^{]+)/);
|
|
1164
1113
|
if (M) {
|
|
1165
1114
|
var R = Ot(M[1]), E = Ot(M[2]);
|
|
1166
1115
|
if (!l())
|
|
1167
1116
|
return h("@document missing '{'");
|
|
1168
1117
|
var yt = x().concat(p());
|
|
1169
|
-
return d() ?
|
|
1118
|
+
return d() ? k({
|
|
1170
1119
|
type: "document",
|
|
1171
1120
|
document: E,
|
|
1172
1121
|
vendor: R,
|
|
@@ -1175,26 +1124,26 @@ function La(i, t = {}) {
|
|
|
1175
1124
|
}
|
|
1176
1125
|
}
|
|
1177
1126
|
function Q() {
|
|
1178
|
-
var
|
|
1127
|
+
var k = r(), M = g(/^@font-face\s*/);
|
|
1179
1128
|
if (M) {
|
|
1180
1129
|
if (!l())
|
|
1181
1130
|
return h("@font-face missing '{'");
|
|
1182
1131
|
for (var R = x(), E; E = S(); )
|
|
1183
1132
|
R.push(E), R = R.concat(x());
|
|
1184
|
-
return d() ?
|
|
1133
|
+
return d() ? k({
|
|
1185
1134
|
type: "font-face",
|
|
1186
1135
|
declarations: R
|
|
1187
1136
|
}) : h("@font-face missing '}'");
|
|
1188
1137
|
}
|
|
1189
1138
|
}
|
|
1190
1139
|
var gt = Vt("import"), ot = Vt("charset"), ue = Vt("namespace");
|
|
1191
|
-
function Vt(
|
|
1192
|
-
var M = new RegExp("^@" +
|
|
1140
|
+
function Vt(k) {
|
|
1141
|
+
var M = new RegExp("^@" + k + "\\s*([^;]+);");
|
|
1193
1142
|
return function() {
|
|
1194
1143
|
var R = r(), E = g(M);
|
|
1195
1144
|
if (E) {
|
|
1196
|
-
var yt = { type:
|
|
1197
|
-
return yt[
|
|
1145
|
+
var yt = { type: k };
|
|
1146
|
+
return yt[k] = E[1].trim(), R(yt);
|
|
1198
1147
|
}
|
|
1199
1148
|
};
|
|
1200
1149
|
}
|
|
@@ -1203,25 +1152,25 @@ function La(i, t = {}) {
|
|
|
1203
1152
|
return Y() || K() || H() || X() || gt() || ot() || ue() || V() || j() || G() || Q();
|
|
1204
1153
|
}
|
|
1205
1154
|
function de() {
|
|
1206
|
-
var
|
|
1207
|
-
return M ? (x(),
|
|
1155
|
+
var k = r(), M = v();
|
|
1156
|
+
return M ? (x(), k({
|
|
1208
1157
|
type: "rule",
|
|
1209
1158
|
selectors: M,
|
|
1210
1159
|
declarations: D()
|
|
1211
1160
|
})) : h("selector missing");
|
|
1212
1161
|
}
|
|
1213
|
-
return
|
|
1162
|
+
return Ks(c());
|
|
1214
1163
|
}
|
|
1215
1164
|
function Ot(i) {
|
|
1216
1165
|
return i ? i.replace(/^\s+|\s+$/g, "") : "";
|
|
1217
1166
|
}
|
|
1218
|
-
function
|
|
1167
|
+
function Ks(i, t) {
|
|
1219
1168
|
var e = i && typeof i.type == "string", s = e ? i : t;
|
|
1220
1169
|
for (var n in i) {
|
|
1221
1170
|
var r = i[n];
|
|
1222
1171
|
Array.isArray(r) ? r.forEach(function(a) {
|
|
1223
|
-
|
|
1224
|
-
}) : r && typeof r == "object" &&
|
|
1172
|
+
Ks(a, s);
|
|
1173
|
+
}) : r && typeof r == "object" && Ks(r, s);
|
|
1225
1174
|
}
|
|
1226
1175
|
return e && Object.defineProperty(i, "parent", {
|
|
1227
1176
|
configurable: !0,
|
|
@@ -1230,9 +1179,9 @@ function Qs(i, t) {
|
|
|
1230
1179
|
value: t || null
|
|
1231
1180
|
}), i;
|
|
1232
1181
|
}
|
|
1233
|
-
const
|
|
1182
|
+
const Yn = (i, t = "image/svg+xml", e = "utf-8") => e === "base64" ? new Blob([i], { type: `${t};${e}` }) : new Blob([i], {
|
|
1234
1183
|
type: `${t};charset=${e}`
|
|
1235
|
-
}),
|
|
1184
|
+
}), Bn = (i) => new XMLSerializer().serializeToString(i), Lc = (i, t = "text/html") => new DOMParser().parseFromString(i, t), Ra = (i, t = "image/svg+xml", e = "utf-8") => Yn(Bn(i), t, e), en = (i, t) => new Promise((e) => {
|
|
1236
1185
|
const s = document.createElement("a");
|
|
1237
1186
|
s.style.visibility = "hidden", document.body.appendChild(s), s.download = t, typeof i == "string" ? s.href = i : s.href = window.URL.createObjectURL(i), s.click(), document.body.removeChild(s), window.URL.revokeObjectURL(s.href), e();
|
|
1238
1187
|
});
|
|
@@ -1288,7 +1237,7 @@ function fi(i, t = "text", e) {
|
|
|
1288
1237
|
}
|
|
1289
1238
|
async function Rc(i) {
|
|
1290
1239
|
const t = await fi(i, "arrayBuffer");
|
|
1291
|
-
return
|
|
1240
|
+
return On(t);
|
|
1292
1241
|
}
|
|
1293
1242
|
const Na = (i) => {
|
|
1294
1243
|
let t;
|
|
@@ -1477,7 +1426,7 @@ function Nc() {
|
|
|
1477
1426
|
// window.screenY + (window.outerHeight - window.innerHeight)
|
|
1478
1427
|
};
|
|
1479
1428
|
}
|
|
1480
|
-
function
|
|
1429
|
+
function ws() {
|
|
1481
1430
|
const i = document.documentElement;
|
|
1482
1431
|
return {
|
|
1483
1432
|
// 不包括边框大小,只包含内容和内边距
|
|
@@ -1538,7 +1487,7 @@ function Xc() {
|
|
|
1538
1487
|
};
|
|
1539
1488
|
}
|
|
1540
1489
|
function Yc() {
|
|
1541
|
-
const { scrollWidth: i, scrollHeight: t } =
|
|
1490
|
+
const { scrollWidth: i, scrollHeight: t } = ws();
|
|
1542
1491
|
return {
|
|
1543
1492
|
// width: Math.min(scrollWidth, contentWidth),
|
|
1544
1493
|
width: i,
|
|
@@ -1546,7 +1495,7 @@ function Yc() {
|
|
|
1546
1495
|
};
|
|
1547
1496
|
}
|
|
1548
1497
|
function Xa(i) {
|
|
1549
|
-
const { top: t, left: e, width: s, height: n } = i.getBoundingClientRect(), { scrollLeft: r, scrollTop: a } =
|
|
1498
|
+
const { top: t, left: e, width: s, height: n } = i.getBoundingClientRect(), { scrollLeft: r, scrollTop: a } = ws();
|
|
1550
1499
|
return {
|
|
1551
1500
|
x: e + r,
|
|
1552
1501
|
y: t + a,
|
|
@@ -1582,7 +1531,7 @@ function Uc(i) {
|
|
|
1582
1531
|
};
|
|
1583
1532
|
}
|
|
1584
1533
|
function Gc() {
|
|
1585
|
-
const { clientHeight: i, scrollTop: t, scrollHeight: e } =
|
|
1534
|
+
const { clientHeight: i, scrollTop: t, scrollHeight: e } = ws(), s = e - i;
|
|
1586
1535
|
return s <= 0 ? 0 : t / s * 100;
|
|
1587
1536
|
}
|
|
1588
1537
|
function Vc(i) {
|
|
@@ -1603,7 +1552,7 @@ function Ba(i) {
|
|
|
1603
1552
|
return i.center;
|
|
1604
1553
|
if (typeof i.pageX == "number" && typeof i.pageY == "number")
|
|
1605
1554
|
return { x: i.pageX, y: i.pageY };
|
|
1606
|
-
const { scrollLeft: t, scrollTop: e } =
|
|
1555
|
+
const { scrollLeft: t, scrollTop: e } = ws();
|
|
1607
1556
|
return {
|
|
1608
1557
|
x: i.clientX + t,
|
|
1609
1558
|
y: i.clientY + e
|
|
@@ -1644,7 +1593,7 @@ const pi = () => {
|
|
|
1644
1593
|
e && (t = e[1].replace("_", "."));
|
|
1645
1594
|
}
|
|
1646
1595
|
return t.toLowerCase();
|
|
1647
|
-
},
|
|
1596
|
+
}, Un = () => {
|
|
1648
1597
|
const i = navigator.userAgent.toLowerCase();
|
|
1649
1598
|
let t = "Unknown";
|
|
1650
1599
|
return /opr/i.test(i) || /opera/i.test(i) ? t = "Opera" : /chrome/i.test(i) ? t = "Chrome" : /firefox/i.test(i) ? t = "Firefox" : /safari/i.test(i) ? t = "Safari" : /edge/i.test(i) ? t = "Edge" : /msie|trident/i.test(i) ? t = "IE" : /MicroMessenger/i.test(i) ? t = "Wechat" : /alipay/i.test(i) && (t = "Ali"), t.toLowerCase();
|
|
@@ -1685,20 +1634,20 @@ function jc() {
|
|
|
1685
1634
|
function $c() {
|
|
1686
1635
|
return Intl.DateTimeFormat().resolvedOptions().timeZone.toLowerCase();
|
|
1687
1636
|
}
|
|
1688
|
-
function
|
|
1637
|
+
function Gn() {
|
|
1689
1638
|
return pi() === "ios";
|
|
1690
1639
|
}
|
|
1691
|
-
function
|
|
1640
|
+
function Vn() {
|
|
1692
1641
|
return pi() === "macos";
|
|
1693
1642
|
}
|
|
1694
1643
|
function Wc() {
|
|
1695
|
-
return
|
|
1644
|
+
return Gn() | Vn();
|
|
1696
1645
|
}
|
|
1697
1646
|
function Ua() {
|
|
1698
1647
|
return pi() === "android";
|
|
1699
1648
|
}
|
|
1700
1649
|
function Jc() {
|
|
1701
|
-
return
|
|
1650
|
+
return Gn() || Ua();
|
|
1702
1651
|
}
|
|
1703
1652
|
function Zc() {
|
|
1704
1653
|
return typeof window == "object" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches;
|
|
@@ -1720,10 +1669,10 @@ function Qc() {
|
|
|
1720
1669
|
return i && (i === 9 || i === 10);
|
|
1721
1670
|
}
|
|
1722
1671
|
function Va() {
|
|
1723
|
-
return
|
|
1672
|
+
return Un() === "wechat";
|
|
1724
1673
|
}
|
|
1725
1674
|
function za() {
|
|
1726
|
-
return
|
|
1675
|
+
return Un() === "ali";
|
|
1727
1676
|
}
|
|
1728
1677
|
function tl() {
|
|
1729
1678
|
return Va() && navigator.userAgent.match(/miniprogram/i) || window.__wxjs_environment === "miniprogram";
|
|
@@ -1732,10 +1681,10 @@ function el() {
|
|
|
1732
1681
|
return za() && navigator.userAgent.match(/miniprogram/i);
|
|
1733
1682
|
}
|
|
1734
1683
|
const sl = typeof document < "u", qa = typeof window < "u", il = typeof history < "u", nl = qa && window.File && window.FileReader && window.FileList && window.Blob, Ha = (() => {
|
|
1735
|
-
const i =
|
|
1684
|
+
const i = An();
|
|
1736
1685
|
return !!(i.Worker && i.Blob && i.Promise && i.OffscreenCanvas && i.OffscreenCanvasRenderingContext2D && i.HTMLCanvasElement && i.HTMLCanvasElement.prototype.transferControlToOffscreen && i.URL && i.URL.createObjectURL);
|
|
1737
1686
|
})(), rl = typeof Path2D == "function" && typeof DOMMatrix == "function", ja = function() {
|
|
1738
|
-
if (!
|
|
1687
|
+
if (!An().OffscreenCanvas)
|
|
1739
1688
|
return !1;
|
|
1740
1689
|
const t = new OffscreenCanvas(1, 1), e = t.getContext("2d");
|
|
1741
1690
|
e.fillRect(0, 0, 1, 1);
|
|
@@ -1751,7 +1700,7 @@ const sl = typeof document < "u", qa = typeof window < "u", il = typeof history
|
|
|
1751
1700
|
} : function(t) {
|
|
1752
1701
|
return t && typeof t == "object" && t.nodeType === 1 && typeof t.nodeName == "string";
|
|
1753
1702
|
}, ol = "webkit moz ms o".split(" ");
|
|
1754
|
-
function
|
|
1703
|
+
function Fs(i) {
|
|
1755
1704
|
return typeof i == "function" && /native code/.test(i.toString());
|
|
1756
1705
|
}
|
|
1757
1706
|
function hl(i) {
|
|
@@ -1784,7 +1733,7 @@ function gi(i, t, e = 0) {
|
|
|
1784
1733
|
function yi(i, t, e, s) {
|
|
1785
1734
|
return gi(e - i, s - t);
|
|
1786
1735
|
}
|
|
1787
|
-
function
|
|
1736
|
+
function Xs(i, t, e, s) {
|
|
1788
1737
|
const n = e - i, r = s - t;
|
|
1789
1738
|
return n * n + r * r;
|
|
1790
1739
|
}
|
|
@@ -1954,7 +1903,7 @@ const Me = {
|
|
|
1954
1903
|
apply: "stroke"
|
|
1955
1904
|
}
|
|
1956
1905
|
};
|
|
1957
|
-
class
|
|
1906
|
+
class Ys {
|
|
1958
1907
|
__root;
|
|
1959
1908
|
__ctx;
|
|
1960
1909
|
constructor(t, e) {
|
|
@@ -2091,7 +2040,7 @@ class ls {
|
|
|
2091
2040
|
id: o.__root.getAttribute("id")
|
|
2092
2041
|
})
|
|
2093
2042
|
);
|
|
2094
|
-
} else if (o instanceof
|
|
2043
|
+
} else if (o instanceof Ys)
|
|
2095
2044
|
e.setAttribute(
|
|
2096
2045
|
a.apply,
|
|
2097
2046
|
it("url(#{id})", {
|
|
@@ -2434,7 +2383,7 @@ class ls {
|
|
|
2434
2383
|
},
|
|
2435
2384
|
!1
|
|
2436
2385
|
);
|
|
2437
|
-
return this.__SVGdefs.appendChild(r), new
|
|
2386
|
+
return this.__SVGdefs.appendChild(r), new Ys(r, this);
|
|
2438
2387
|
}
|
|
2439
2388
|
/**
|
|
2440
2389
|
* Adds a radial gradient to a defs tag.
|
|
@@ -2454,7 +2403,7 @@ class ls {
|
|
|
2454
2403
|
},
|
|
2455
2404
|
!1
|
|
2456
2405
|
);
|
|
2457
|
-
return this.__SVGdefs.appendChild(o), new
|
|
2406
|
+
return this.__SVGdefs.appendChild(o), new Ys(o, this);
|
|
2458
2407
|
}
|
|
2459
2408
|
/**
|
|
2460
2409
|
* Parses the font string and returns svg mapping
|
|
@@ -2644,7 +2593,7 @@ class ls {
|
|
|
2644
2593
|
setTransform() {
|
|
2645
2594
|
}
|
|
2646
2595
|
}
|
|
2647
|
-
class
|
|
2596
|
+
class Qs {
|
|
2648
2597
|
canvas;
|
|
2649
2598
|
context;
|
|
2650
2599
|
// context: CanvasRenderingContext2D
|
|
@@ -2926,7 +2875,7 @@ class ti {
|
|
|
2926
2875
|
return { raw: "", element: null };
|
|
2927
2876
|
}
|
|
2928
2877
|
}
|
|
2929
|
-
class
|
|
2878
|
+
class bs {
|
|
2930
2879
|
x;
|
|
2931
2880
|
y;
|
|
2932
2881
|
toX;
|
|
@@ -2981,8 +2930,8 @@ class vs {
|
|
|
2981
2930
|
return isNaN(l) || isNaN(d) ? null : { x: l, y: d };
|
|
2982
2931
|
}
|
|
2983
2932
|
}
|
|
2984
|
-
const rn =
|
|
2985
|
-
class
|
|
2933
|
+
const rn = bs;
|
|
2934
|
+
class ti extends bs {
|
|
2986
2935
|
// x方向的半径
|
|
2987
2936
|
rx;
|
|
2988
2937
|
// y方向的半径
|
|
@@ -3050,7 +2999,7 @@ class ei extends vs {
|
|
|
3050
2999
|
return [X, G, r, a, l, H, H + j];
|
|
3051
3000
|
}
|
|
3052
3001
|
}
|
|
3053
|
-
class Za extends
|
|
3002
|
+
class Za extends bs {
|
|
3054
3003
|
cx;
|
|
3055
3004
|
cy;
|
|
3056
3005
|
isLineThrough;
|
|
@@ -3095,7 +3044,7 @@ class Za extends vs {
|
|
|
3095
3044
|
}
|
|
3096
3045
|
}
|
|
3097
3046
|
const Ka = Za;
|
|
3098
|
-
class ct extends
|
|
3047
|
+
class ct extends bs {
|
|
3099
3048
|
c1x;
|
|
3100
3049
|
c1y;
|
|
3101
3050
|
c2x;
|
|
@@ -3280,7 +3229,7 @@ function to(i, t) {
|
|
|
3280
3229
|
a
|
|
3281
3230
|
];
|
|
3282
3231
|
}
|
|
3283
|
-
function
|
|
3232
|
+
function zn(i, t, e, s, n, r, a, o, h) {
|
|
3284
3233
|
const c = Math.sin(h * Oe / 360), l = Math.cos(h * Oe / 360), d = l * (i - e) / 2 + c * (t - s) / 2, p = -c * (i - e) / 2 + l * (t - s) / 2;
|
|
3285
3234
|
if (d === 0 && p === 0)
|
|
3286
3235
|
return [];
|
|
@@ -3305,7 +3254,7 @@ function Vn(i, t, e, s, n, r, a, o, h) {
|
|
|
3305
3254
|
return D;
|
|
3306
3255
|
});
|
|
3307
3256
|
}
|
|
3308
|
-
function
|
|
3257
|
+
function ei(i, t, e, s, n, r) {
|
|
3309
3258
|
return [
|
|
3310
3259
|
i / 3 + 2 / 3 * e,
|
|
3311
3260
|
t / 3 + 2 / 3 * s,
|
|
@@ -3315,7 +3264,7 @@ function si(i, t, e, s, n, r) {
|
|
|
3315
3264
|
r
|
|
3316
3265
|
];
|
|
3317
3266
|
}
|
|
3318
|
-
function
|
|
3267
|
+
function ke(i, t, e, s) {
|
|
3319
3268
|
return [i, t, e, s, e, s];
|
|
3320
3269
|
}
|
|
3321
3270
|
const ts = {
|
|
@@ -3351,7 +3300,7 @@ class me {
|
|
|
3351
3300
|
return e && _.attribute(s, e), s;
|
|
3352
3301
|
}
|
|
3353
3302
|
static createSvgPath(t, e) {
|
|
3354
|
-
return this.createSVGElement("path", { d: t, id: e ||
|
|
3303
|
+
return this.createSVGElement("path", { d: t, id: e || li() });
|
|
3355
3304
|
}
|
|
3356
3305
|
static downloadFromSVGElement(t, e = "shape") {
|
|
3357
3306
|
return en(
|
|
@@ -3360,10 +3309,10 @@ class me {
|
|
|
3360
3309
|
);
|
|
3361
3310
|
}
|
|
3362
3311
|
static downloadFromSVGString(t, e = "shape") {
|
|
3363
|
-
return en(
|
|
3312
|
+
return en(Yn(t), `${e}.svg`);
|
|
3364
3313
|
}
|
|
3365
3314
|
static getSVGRawStringFromElement(t) {
|
|
3366
|
-
return
|
|
3315
|
+
return Bn(t);
|
|
3367
3316
|
}
|
|
3368
3317
|
// https://github.com/dy/is-svg-path
|
|
3369
3318
|
// isSVGPath('M0 0L10 20 20 0Z') //true
|
|
@@ -3396,7 +3345,7 @@ class me {
|
|
|
3396
3345
|
/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi,
|
|
3397
3346
|
(s, n, r) => {
|
|
3398
3347
|
let a = n.toLowerCase();
|
|
3399
|
-
const o =
|
|
3348
|
+
const o = Xn(r);
|
|
3400
3349
|
for (a == "m" && o.length > ts[a] && (e.push([
|
|
3401
3350
|
n,
|
|
3402
3351
|
...o.splice(0, ts[a])
|
|
@@ -3504,7 +3453,7 @@ class me {
|
|
|
3504
3453
|
s = m[1], n = m[2];
|
|
3505
3454
|
break;
|
|
3506
3455
|
case "A":
|
|
3507
|
-
const w =
|
|
3456
|
+
const w = zn(
|
|
3508
3457
|
r,
|
|
3509
3458
|
a,
|
|
3510
3459
|
m[6],
|
|
@@ -3527,22 +3476,22 @@ class me {
|
|
|
3527
3476
|
(d == "C" || d == "S") && (v += v - c, S += S - l), m = ["C", v, S, m[1], m[2], m[3], m[4]];
|
|
3528
3477
|
break;
|
|
3529
3478
|
case "T":
|
|
3530
|
-
d == "Q" || d == "T" ? (o = r * 2 - o, h = a * 2 - h) : (o = r, h = a), m = ["C", ...
|
|
3479
|
+
d == "Q" || d == "T" ? (o = r * 2 - o, h = a * 2 - h) : (o = r, h = a), m = ["C", ...ei(r, a, o, h, m[1], m[2])];
|
|
3531
3480
|
break;
|
|
3532
3481
|
case "Q":
|
|
3533
|
-
o = m[1], h = m[2], m = ["C", ...
|
|
3482
|
+
o = m[1], h = m[2], m = ["C", ...ei(r, a, m[1], m[2], m[3], m[4])];
|
|
3534
3483
|
break;
|
|
3535
3484
|
case "L":
|
|
3536
|
-
m = ["C", ...
|
|
3485
|
+
m = ["C", ...ke(r, a, m[1], m[2])];
|
|
3537
3486
|
break;
|
|
3538
3487
|
case "H":
|
|
3539
|
-
m = ["C", ...
|
|
3488
|
+
m = ["C", ...ke(r, a, m[1], a)];
|
|
3540
3489
|
break;
|
|
3541
3490
|
case "V":
|
|
3542
|
-
m = ["C", ...
|
|
3491
|
+
m = ["C", ...ke(r, a, r, m[1])];
|
|
3543
3492
|
break;
|
|
3544
3493
|
case "Z":
|
|
3545
|
-
m = ["C", ...
|
|
3494
|
+
m = ["C", ...ke(r, a, s, n)];
|
|
3546
3495
|
break;
|
|
3547
3496
|
}
|
|
3548
3497
|
d = x, r = m[m.length - 2], a = m[m.length - 1], m.length > 4 ? (c = m[m.length - 4], l = m[m.length - 3]) : (c = r, l = a), e.push(m);
|
|
@@ -3729,8 +3678,8 @@ class pt {
|
|
|
3729
3678
|
}
|
|
3730
3679
|
/// 涉及 this.prevPathX + this.prevPathY
|
|
3731
3680
|
appendLine(t) {
|
|
3732
|
-
if (t instanceof
|
|
3733
|
-
|
|
3681
|
+
if (t instanceof ti) {
|
|
3682
|
+
zn(
|
|
3734
3683
|
this.prevPathX,
|
|
3735
3684
|
this.prevPathY,
|
|
3736
3685
|
t.toX,
|
|
@@ -3758,14 +3707,14 @@ class pt {
|
|
|
3758
3707
|
return;
|
|
3759
3708
|
}
|
|
3760
3709
|
let e, s, n, r, a, o;
|
|
3761
|
-
t instanceof ct ? (e = t.c1x, s = t.c1y, n = t.c2x, r = t.c2y, a = t.toX, o = t.toY) : t instanceof Ka ? [e, s, n, r, a, o] =
|
|
3710
|
+
t instanceof ct ? (e = t.c1x, s = t.c1y, n = t.c2x, r = t.c2y, a = t.toX, o = t.toY) : t instanceof Ka ? [e, s, n, r, a, o] = ei(
|
|
3762
3711
|
this.prevPathX,
|
|
3763
3712
|
this.prevPathY,
|
|
3764
3713
|
t.cx,
|
|
3765
3714
|
t.cy,
|
|
3766
3715
|
t.toX,
|
|
3767
3716
|
t.toY
|
|
3768
|
-
) : [e, s, n, r, a, o] =
|
|
3717
|
+
) : [e, s, n, r, a, o] = ke(
|
|
3769
3718
|
this.prevPathX,
|
|
3770
3719
|
this.prevPathY,
|
|
3771
3720
|
t.toX,
|
|
@@ -3930,11 +3879,11 @@ class pt {
|
|
|
3930
3879
|
const s = this.getTotalLength();
|
|
3931
3880
|
let n = { x: t, y: e }, r = 0, a = 1 / 0, o = 8;
|
|
3932
3881
|
for (let c = 0; c <= s; c += o) {
|
|
3933
|
-
let l = this.getPointAtLength(c), d =
|
|
3882
|
+
let l = this.getPointAtLength(c), d = Xs(l.x, l.y, t, e);
|
|
3934
3883
|
d < a && (n = l, r = c, a = d);
|
|
3935
3884
|
}
|
|
3936
3885
|
for (o /= 2; o > 0.5; ) {
|
|
3937
|
-
let c = r - o, l = this.getPointAtLength(c), d =
|
|
3886
|
+
let c = r - o, l = this.getPointAtLength(c), d = Xs(l.x, l.y, t, e), p = r + o, g = this.getPointAtLength(p), m = Xs(g.x, g.y, t, e);
|
|
3938
3887
|
c >= 0 && d < a ? (n = l, r = c, a = d) : p <= s && m < a ? (n = g, r = p, a = m) : o /= 2;
|
|
3939
3888
|
}
|
|
3940
3889
|
const h = this.getPointAtLength(
|
|
@@ -4009,7 +3958,7 @@ const eo = pt;
|
|
|
4009
3958
|
clearTimeout(i);
|
|
4010
3959
|
});
|
|
4011
3960
|
})();
|
|
4012
|
-
const
|
|
3961
|
+
const qn = (i) => {
|
|
4013
3962
|
let t = !1;
|
|
4014
3963
|
return window.requestAnimationFrame(function e(s) {
|
|
4015
3964
|
!t && i(s) && window.requestAnimationFrame(e);
|
|
@@ -4023,7 +3972,7 @@ function on(i, t = 0) {
|
|
|
4023
3972
|
};
|
|
4024
3973
|
{
|
|
4025
3974
|
const e = $();
|
|
4026
|
-
return
|
|
3975
|
+
return qn((s) => s - e >= t ? (i(s), !1) : !0);
|
|
4027
3976
|
}
|
|
4028
3977
|
}
|
|
4029
3978
|
function ul(i, t = 0) {
|
|
@@ -4045,11 +3994,11 @@ function dl(i, t = 20) {
|
|
|
4045
3994
|
return () => ($() - s >= e && (s = $(), n = i()), n);
|
|
4046
3995
|
}
|
|
4047
3996
|
const Jt = new hs();
|
|
4048
|
-
let
|
|
3997
|
+
let Bs = !1;
|
|
4049
3998
|
function so(i, t, e) {
|
|
4050
|
-
i && t && Jt.set(i, t), !
|
|
3999
|
+
i && t && Jt.set(i, t), !Bs && (Bs = !0, requestIdleCallback(
|
|
4051
4000
|
(s) => {
|
|
4052
|
-
for (
|
|
4001
|
+
for (Bs = !1; s.timeRemaining() > 0 && Jt.length > 0; ) {
|
|
4053
4002
|
const n = Jt.shift();
|
|
4054
4003
|
n && n[1]();
|
|
4055
4004
|
}
|
|
@@ -4058,30 +4007,30 @@ function so(i, t, e) {
|
|
|
4058
4007
|
{ timeout: e }
|
|
4059
4008
|
));
|
|
4060
4009
|
}
|
|
4061
|
-
let
|
|
4062
|
-
function
|
|
4063
|
-
if (i && t && Jt.set(i, t),
|
|
4010
|
+
let Us = !1;
|
|
4011
|
+
function Hn(i, t, e) {
|
|
4012
|
+
if (i && t && Jt.set(i, t), Us)
|
|
4064
4013
|
return;
|
|
4065
|
-
|
|
4014
|
+
Us = !0;
|
|
4066
4015
|
const s = $();
|
|
4067
4016
|
no((n) => {
|
|
4068
|
-
for (
|
|
4017
|
+
for (Us = !1; (n.timeRemaining() > 0 || e && $() - s >= e) && Jt.length > 0; ) {
|
|
4069
4018
|
const r = Jt.shift();
|
|
4070
4019
|
r && r[1]();
|
|
4071
4020
|
}
|
|
4072
|
-
Jt.length > 0 &&
|
|
4021
|
+
Jt.length > 0 && Hn();
|
|
4073
4022
|
});
|
|
4074
4023
|
}
|
|
4075
|
-
let us = 0, ae = 33, Ht = 33,
|
|
4076
|
-
const
|
|
4077
|
-
|
|
4078
|
-
|
|
4024
|
+
let us = 0, ae = 33, Ht = 33, si;
|
|
4025
|
+
const jn = new MessageChannel(), io = jn.port2;
|
|
4026
|
+
jn.port1.onmessage = (i) => {
|
|
4027
|
+
si !== null && si({
|
|
4079
4028
|
didTimeout: us <= $(),
|
|
4080
4029
|
timeRemaining: () => Math.max(0, us - $())
|
|
4081
4030
|
});
|
|
4082
4031
|
};
|
|
4083
4032
|
function no(i) {
|
|
4084
|
-
return
|
|
4033
|
+
return si = i, requestAnimationFrame((t) => {
|
|
4085
4034
|
let e = t - us + Ht;
|
|
4086
4035
|
e < Ht && ae < Ht ? (e < 8 && (e = 8), Ht = e < ae ? ae : e) : e > Ht && ae > Ht ? Ht = e < ae ? ae : e : ae = e, us = t + Ht, io.postMessage(null);
|
|
4087
4036
|
});
|
|
@@ -4090,13 +4039,13 @@ function fl(i) {
|
|
|
4090
4039
|
return cancelAnimationFrame(i);
|
|
4091
4040
|
}
|
|
4092
4041
|
function ml(i) {
|
|
4093
|
-
if (typeof setImmediate < "u" &&
|
|
4042
|
+
if (typeof setImmediate < "u" && Fs(setImmediate))
|
|
4094
4043
|
setImmediate(i);
|
|
4095
|
-
else if (typeof MessageChannel < "u" && (
|
|
4044
|
+
else if (typeof MessageChannel < "u" && (Fs(MessageChannel) || MessageChannel.toString() === "[object MessageChannelConstructor]")) {
|
|
4096
4045
|
const { port1: t, port2: e } = new MessageChannel();
|
|
4097
4046
|
e.onmessage = i, t.postMessage(null);
|
|
4098
4047
|
} else
|
|
4099
|
-
typeof Promise < "u" &&
|
|
4048
|
+
typeof Promise < "u" && Fs(Promise) ? Promise.resolve().then(i) : setTimeout(i, 0);
|
|
4100
4049
|
}
|
|
4101
4050
|
function pl(i) {
|
|
4102
4051
|
typeof queueMicrotask == "function" ? queueMicrotask(i) : Promise.resolve().then(i).catch(
|
|
@@ -4349,20 +4298,20 @@ function ro(i) {
|
|
|
4349
4298
|
}
|
|
4350
4299
|
}
|
|
4351
4300
|
const ao = 4, oo = 1e-3, ho = 1e-7, co = 10, Ie = 11, es = 1 / (Ie - 1), lo = typeof Float32Array == "function";
|
|
4352
|
-
function
|
|
4301
|
+
function $n(i, t) {
|
|
4353
4302
|
return 1 - 3 * t + 3 * i;
|
|
4354
4303
|
}
|
|
4355
|
-
function
|
|
4304
|
+
function Wn(i, t) {
|
|
4356
4305
|
return 3 * t - 6 * i;
|
|
4357
4306
|
}
|
|
4358
|
-
function
|
|
4307
|
+
function Jn(i) {
|
|
4359
4308
|
return 3 * i;
|
|
4360
4309
|
}
|
|
4361
4310
|
function ds(i, t, e) {
|
|
4362
|
-
return ((
|
|
4311
|
+
return (($n(t, e) * i + Wn(t, e)) * i + Jn(t)) * i;
|
|
4363
4312
|
}
|
|
4364
|
-
function
|
|
4365
|
-
return 3 *
|
|
4313
|
+
function Zn(i, t, e) {
|
|
4314
|
+
return 3 * $n(t, e) * i * i + 2 * Wn(t, e) * i + Jn(t);
|
|
4366
4315
|
}
|
|
4367
4316
|
function uo(i, t, e, s, n) {
|
|
4368
4317
|
let r, a, o = 0;
|
|
@@ -4373,7 +4322,7 @@ function uo(i, t, e, s, n) {
|
|
|
4373
4322
|
}
|
|
4374
4323
|
function fo(i, t, e, s) {
|
|
4375
4324
|
for (let n = 0; n < ao; ++n) {
|
|
4376
|
-
const r =
|
|
4325
|
+
const r = Zn(t, e, s);
|
|
4377
4326
|
if (r === 0)
|
|
4378
4327
|
return t;
|
|
4379
4328
|
const a = ds(t, e, s) - i;
|
|
@@ -4384,7 +4333,7 @@ function fo(i, t, e, s) {
|
|
|
4384
4333
|
function mo(i) {
|
|
4385
4334
|
return i;
|
|
4386
4335
|
}
|
|
4387
|
-
function
|
|
4336
|
+
function Kn(i, t, e, s) {
|
|
4388
4337
|
if (!(0 <= i && i <= 1 && 0 <= e && e <= 1))
|
|
4389
4338
|
throw new Error("bezier x values must be in [0, 1] range");
|
|
4390
4339
|
if (i === t && e === s)
|
|
@@ -4398,7 +4347,7 @@ function Zn(i, t, e, s) {
|
|
|
4398
4347
|
for (; h !== c && n[h] <= a; ++h)
|
|
4399
4348
|
o += es;
|
|
4400
4349
|
--h;
|
|
4401
|
-
const l = (a - n[h]) / (n[h + 1] - n[h]), d = o + l * es, p =
|
|
4350
|
+
const l = (a - n[h]) / (n[h + 1] - n[h]), d = o + l * es, p = Zn(d, i, e);
|
|
4402
4351
|
return p >= oo ? fo(a, d, i, e) : p === 0 ? d : uo(
|
|
4403
4352
|
a,
|
|
4404
4353
|
o,
|
|
@@ -4409,7 +4358,7 @@ function Zn(i, t, e, s) {
|
|
|
4409
4358
|
}
|
|
4410
4359
|
return (a) => a === 0 || a === 1 ? a : ds(r(a), t, s);
|
|
4411
4360
|
}
|
|
4412
|
-
function
|
|
4361
|
+
function Qn(i) {
|
|
4413
4362
|
switch (i) {
|
|
4414
4363
|
case "linear":
|
|
4415
4364
|
return [0, 0, 1, 1];
|
|
@@ -4424,14 +4373,14 @@ function Kn(i) {
|
|
|
4424
4373
|
}
|
|
4425
4374
|
}
|
|
4426
4375
|
function po(i) {
|
|
4427
|
-
const [t, e, s, n] =
|
|
4376
|
+
const [t, e, s, n] = Qn(i);
|
|
4428
4377
|
return [1 - s, 1 - n, 1 - t, 1 - e];
|
|
4429
4378
|
}
|
|
4430
4379
|
function gl(i) {
|
|
4431
|
-
return
|
|
4380
|
+
return Kn(...Qn(i));
|
|
4432
4381
|
}
|
|
4433
4382
|
function yl(i) {
|
|
4434
|
-
return
|
|
4383
|
+
return Kn(...po(i));
|
|
4435
4384
|
}
|
|
4436
4385
|
const Zt = {
|
|
4437
4386
|
Utils: {
|
|
@@ -4500,7 +4449,7 @@ const Zt = {
|
|
|
4500
4449
|
);
|
|
4501
4450
|
}
|
|
4502
4451
|
};
|
|
4503
|
-
class
|
|
4452
|
+
class tr {
|
|
4504
4453
|
_tweens = {};
|
|
4505
4454
|
_tweensAddedDuringUpdate = {};
|
|
4506
4455
|
getAll() {
|
|
@@ -4524,8 +4473,8 @@ class Qn {
|
|
|
4524
4473
|
return !!Object.keys(this._tweens).length;
|
|
4525
4474
|
}
|
|
4526
4475
|
}
|
|
4527
|
-
const St = new
|
|
4528
|
-
class
|
|
4476
|
+
const St = new tr();
|
|
4477
|
+
class er {
|
|
4529
4478
|
constructor(t, e = St) {
|
|
4530
4479
|
this._object = t, this._group = e;
|
|
4531
4480
|
}
|
|
@@ -4766,8 +4715,8 @@ const go = Xe.nextId, yo = St.getAll.bind(St), xo = St.removeAll.bind(St), wo =
|
|
|
4766
4715
|
Sequence: Xe,
|
|
4767
4716
|
Easing: I,
|
|
4768
4717
|
Interpolation: Zt,
|
|
4769
|
-
Group:
|
|
4770
|
-
Tween:
|
|
4718
|
+
Group: tr,
|
|
4719
|
+
Tween: er,
|
|
4771
4720
|
nextId: go,
|
|
4772
4721
|
getAll: yo,
|
|
4773
4722
|
removeAll: xo,
|
|
@@ -4775,11 +4724,41 @@ const go = Xe.nextId, yo = St.getAll.bind(St), xo = St.removeAll.bind(St), wo =
|
|
|
4775
4724
|
remove: bo,
|
|
4776
4725
|
update: vo
|
|
4777
4726
|
};
|
|
4727
|
+
class hn {
|
|
4728
|
+
autoStart;
|
|
4729
|
+
startTime;
|
|
4730
|
+
oldTime;
|
|
4731
|
+
elapsedTime;
|
|
4732
|
+
running;
|
|
4733
|
+
constructor(t = !0) {
|
|
4734
|
+
this.autoStart = t, this.startTime = 0, this.oldTime = 0, this.elapsedTime = 0, this.running = !1;
|
|
4735
|
+
}
|
|
4736
|
+
start() {
|
|
4737
|
+
this.startTime = $(), this.oldTime = this.startTime, this.elapsedTime = 0, this.running = !0;
|
|
4738
|
+
}
|
|
4739
|
+
stop() {
|
|
4740
|
+
this.getElapsedTime(), this.running = !1, this.autoStart = !1;
|
|
4741
|
+
}
|
|
4742
|
+
/// 毫秒
|
|
4743
|
+
getElapsedTime() {
|
|
4744
|
+
return this.getDelta(), this.elapsedTime;
|
|
4745
|
+
}
|
|
4746
|
+
/// 毫秒
|
|
4747
|
+
getDelta() {
|
|
4748
|
+
let t = 0;
|
|
4749
|
+
if (this.autoStart && !this.running)
|
|
4750
|
+
return this.start(), 0;
|
|
4751
|
+
if (this.running) {
|
|
4752
|
+
const e = $();
|
|
4753
|
+
t = e - this.oldTime, this.oldTime = e, this.elapsedTime += t;
|
|
4754
|
+
}
|
|
4755
|
+
return t;
|
|
4756
|
+
}
|
|
4757
|
+
}
|
|
4778
4758
|
class xi {
|
|
4779
4759
|
tweens = [];
|
|
4780
4760
|
/// 异步任务队列
|
|
4781
|
-
taskQueue = new
|
|
4782
|
-
isKill = !1;
|
|
4761
|
+
// private taskQueue: AsyncTaskQueue = new AsyncTaskQueue(1);
|
|
4783
4762
|
/// 每帧时间
|
|
4784
4763
|
frameDuration;
|
|
4785
4764
|
onGroupStart;
|
|
@@ -4803,7 +4782,7 @@ class xi {
|
|
|
4803
4782
|
const e = [];
|
|
4804
4783
|
return t.forEach((s) => {
|
|
4805
4784
|
const n = { ...s };
|
|
4806
|
-
delete n.tween, n.
|
|
4785
|
+
delete n.tween, n.fromValues = { ...n.fromValues }, n.toValues = { ...n.toValues }, e.push(n);
|
|
4807
4786
|
}), e;
|
|
4808
4787
|
}
|
|
4809
4788
|
addTween(t, e, s) {
|
|
@@ -4826,26 +4805,36 @@ class xi {
|
|
|
4826
4805
|
};
|
|
4827
4806
|
return this.tweens.push(n), this;
|
|
4828
4807
|
}
|
|
4829
|
-
|
|
4808
|
+
cancelRequestAnimationCycle = () => {
|
|
4809
|
+
};
|
|
4830
4810
|
runTweens(t) {
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
|
|
4843
|
-
|
|
4811
|
+
this.cancelRequestAnimationCycle();
|
|
4812
|
+
const e = new hn(), s = this.frameDuration;
|
|
4813
|
+
return new Promise((n) => {
|
|
4814
|
+
this.onGroupStart?.(), this.cancelRequestAnimationCycle = qn(
|
|
4815
|
+
(r) => {
|
|
4816
|
+
if (!this.isPaused) {
|
|
4817
|
+
const o = Math.max(0, r - this.pausedDuration), h = Math.max(
|
|
4818
|
+
0,
|
|
4819
|
+
e.getElapsedTime() - this.pausedDuration
|
|
4820
|
+
);
|
|
4821
|
+
t.filter((c) => c.delay * s <= h).forEach((c) => {
|
|
4822
|
+
c.tween || (c.tween = new er({ ...c.fromValues }).to({ ...c.toValues }, c.frames * s).easing(c.easeFunction).interpolation(c.interpolationFunction).repeat(c.repeat).yoyo(c.yoyo).onStart(c.onStart).onUpdate(c.onUpdate).onComplete(c.onComplete), c.tween.start(o)), /// 进行中的tween
|
|
4823
|
+
(c.delay + c.frames * (c.repeat + 1)) * s > h ? c.tween.update(o) : (c.tween.isPlaying() && c.tween.end(), Ae(t, c));
|
|
4824
|
+
});
|
|
4825
|
+
}
|
|
4826
|
+
const a = !!t.length;
|
|
4827
|
+
return a || (this.onGroupComplete?.(), n()), a;
|
|
4828
|
+
}
|
|
4829
|
+
);
|
|
4844
4830
|
});
|
|
4845
4831
|
}
|
|
4832
|
+
isPaused = !1;
|
|
4833
|
+
pausedClock = new hn();
|
|
4834
|
+
pausedDuration = 0;
|
|
4846
4835
|
/// 注意传入的 tweens 为深拷贝新数据
|
|
4847
4836
|
play(t = this.cloneTweens(this.tweens)) {
|
|
4848
|
-
this.
|
|
4837
|
+
this.isPaused = !1, this.pausedDuration = 0, this.runTweens(t);
|
|
4849
4838
|
}
|
|
4850
4839
|
reverse() {
|
|
4851
4840
|
const t = this.cloneTweens(this.tweens);
|
|
@@ -4859,42 +4848,13 @@ class xi {
|
|
|
4859
4848
|
}), this.play(t);
|
|
4860
4849
|
}
|
|
4861
4850
|
pause() {
|
|
4851
|
+
this.pausedClock.start(), this.isPaused = !0;
|
|
4862
4852
|
}
|
|
4863
4853
|
resume() {
|
|
4854
|
+
this.pausedDuration += this.pausedClock.getElapsedTime(), this.pausedClock.stop(), this.isPaused = !1;
|
|
4864
4855
|
}
|
|
4865
4856
|
}
|
|
4866
|
-
class
|
|
4867
|
-
autoStart;
|
|
4868
|
-
startTime;
|
|
4869
|
-
oldTime;
|
|
4870
|
-
elapsedTime;
|
|
4871
|
-
running;
|
|
4872
|
-
constructor(t = !0) {
|
|
4873
|
-
this.autoStart = t, this.startTime = 0, this.oldTime = 0, this.elapsedTime = 0, this.running = !1;
|
|
4874
|
-
}
|
|
4875
|
-
start() {
|
|
4876
|
-
this.startTime = $(), this.oldTime = this.startTime, this.elapsedTime = 0, this.running = !0;
|
|
4877
|
-
}
|
|
4878
|
-
stop() {
|
|
4879
|
-
this.getElapsedTime(), this.running = !1, this.autoStart = !1;
|
|
4880
|
-
}
|
|
4881
|
-
/// 毫秒
|
|
4882
|
-
getElapsedTime() {
|
|
4883
|
-
return this.getDelta(), this.elapsedTime;
|
|
4884
|
-
}
|
|
4885
|
-
/// 毫秒
|
|
4886
|
-
getDelta() {
|
|
4887
|
-
let t = 0;
|
|
4888
|
-
if (this.autoStart && !this.running)
|
|
4889
|
-
return this.start(), 0;
|
|
4890
|
-
if (this.running) {
|
|
4891
|
-
const e = $();
|
|
4892
|
-
t = e - this.oldTime, this.oldTime = e, this.elapsedTime += t;
|
|
4893
|
-
}
|
|
4894
|
-
return t;
|
|
4895
|
-
}
|
|
4896
|
-
}
|
|
4897
|
-
class B extends ws {
|
|
4857
|
+
class B extends di {
|
|
4898
4858
|
// [index: string | number | symbol]: any;
|
|
4899
4859
|
id;
|
|
4900
4860
|
originD;
|
|
@@ -4936,7 +4896,7 @@ class B extends ws {
|
|
|
4936
4896
|
parent;
|
|
4937
4897
|
shapes = [];
|
|
4938
4898
|
constructor(t) {
|
|
4939
|
-
if (super(), this.id =
|
|
4899
|
+
if (super(), this.id = li(), t?.d && (this.originD = t?.d), t?.originMatrix && (this.originMatrix = t.originMatrix), this.independentTransformInGroup = typeof t?.independentTransformInGroup == "boolean" ? t.independentTransformInGroup : !1, this.x = t?.x || 0, this.y = t?.y || 0, this.cX = 0, this.cY = 0, typeof t?.centerX == "number" && typeof t?.centerY == "number" && this.forceSetCXY(t.centerX - this.x, t.centerY - this.y), this.degree = t?.degree || 0, this.scalarX = 1, this.scalarY = 1, t?.scalar !== void 0 && (this.scalarX = t.scalar, this.scalarY = t.scalar), t?.scalarX !== void 0 && (this.scalarX = t.scalarX), t?.scalarY !== void 0 && (this.scalarY = t.scalarY), this.diffXInGroup = t?.diffXInGroup || 0, this.diffYInGroup = t?.diffYInGroup || 0, this.diffDegreeInGroup = t?.diffDegreeInGroup || 0, this.diffScalarXInGroup = t?.diffScalarXInGroup || 1, this.diffScalarYInGroup = t?.diffScalarYInGroup || 1, this.vx = t?.vx || 0, this.vy = t?.vy || 0, this.ax = t?.ax || 0, this.ay = t?.ay || 0, this.mass = t?.mass || 1, this.attrs = {
|
|
4940
4900
|
// "paint-order": "markers stroke fill", // 先 stroke 再 fill
|
|
4941
4901
|
// "paint-order": "fill stroke markers", // default
|
|
4942
4902
|
stroke: "none",
|
|
@@ -4944,11 +4904,11 @@ class B extends ws {
|
|
|
4944
4904
|
// "pointerEvents": "none",
|
|
4945
4905
|
}, t?.attrs && this.setAttr(t?.attrs), this.enableDrag = t?.enableDrag || !1, this.alongPath = t?.alongPath, this.targetToAfterDragFree = t?.targetToAfterDragFree, this.followMouse = t?.followMouse || !1, this.isShow = typeof t?.isShow == "boolean" ? t?.isShow : !0, this.strokeArmyAnts = t?.strokeArmyAnts || !1, this.strokeArmyAnts) {
|
|
4946
4906
|
const s = this.getAttr("stroke-dasharray", "4 4");
|
|
4947
|
-
this.setAttr("stroke-dasharray", s), this.strokeDashTotalLength =
|
|
4907
|
+
this.setAttr("stroke-dasharray", s), this.strokeDashTotalLength = Xn(
|
|
4948
4908
|
s
|
|
4949
4909
|
).reduce((n, r) => n + r, 0);
|
|
4950
4910
|
}
|
|
4951
|
-
return
|
|
4911
|
+
return Ca(this);
|
|
4952
4912
|
}
|
|
4953
4913
|
/// 强制设置 坐标系原点
|
|
4954
4914
|
forceSetCXY(t, e) {
|
|
@@ -4960,7 +4920,7 @@ class B extends ws {
|
|
|
4960
4920
|
/// 统一初始化 pathd
|
|
4961
4921
|
initPathD() {
|
|
4962
4922
|
if (!this.pathd) {
|
|
4963
|
-
if (this.pathd = new pt(),
|
|
4923
|
+
if (this.pathd = new pt(), ui(() => {
|
|
4964
4924
|
this.pathd?.reset(
|
|
4965
4925
|
this.originD || this.toSVGPathData(),
|
|
4966
4926
|
this.originMatrix
|
|
@@ -5030,7 +4990,7 @@ class B extends ws {
|
|
|
5030
4990
|
e.translate(-t.x + this.x, -t.y + this.y), this.originMatrix = e;
|
|
5031
4991
|
}
|
|
5032
4992
|
isPointInPath(t, e, s) {
|
|
5033
|
-
if (s instanceof
|
|
4993
|
+
if (s instanceof Qs)
|
|
5034
4994
|
return s.isPointInPath(new Path2D(this.toSVGPathD()), t, e);
|
|
5035
4995
|
let n;
|
|
5036
4996
|
try {
|
|
@@ -5048,7 +5008,7 @@ class B extends ws {
|
|
|
5048
5008
|
return !1;
|
|
5049
5009
|
}
|
|
5050
5010
|
isPointInStroke(t, e, s) {
|
|
5051
|
-
if (s instanceof
|
|
5011
|
+
if (s instanceof Qs)
|
|
5052
5012
|
return s.isPointInStroke(new Path2D(this.toSVGPathD()), t, e);
|
|
5053
5013
|
let n;
|
|
5054
5014
|
try {
|
|
@@ -5059,7 +5019,7 @@ class B extends ws {
|
|
|
5059
5019
|
return this.el instanceof SVGGeometryElement ? this.el.isPointInStroke(n) : !1;
|
|
5060
5020
|
}
|
|
5061
5021
|
clone() {
|
|
5062
|
-
return
|
|
5022
|
+
return Ma(this).copy(this);
|
|
5063
5023
|
}
|
|
5064
5024
|
copy(t) {
|
|
5065
5025
|
return this.id = t.id, this.originD = t.originD, this.originMatrix = t.originMatrix, this.independentTransformInGroup = t.independentTransformInGroup, this.x = t.x, this.y = t.y, this.cX = t.cX, this.cY = t.cY, this.degree = t.degree, this.scalarX = t.scalarX, this.scalarY = t.scalarY, this.diffXInGroup = t.diffXInGroup, this.diffYInGroup = t.diffYInGroup, this.diffDegreeInGroup = t.diffDegreeInGroup, this.diffScalarXInGroup = t.diffScalarXInGroup, this.diffScalarYInGroup = t.diffScalarYInGroup, this.vx = t.vx, this.vy = t.vy, this.ax = t.ax, this.ay = t.ay, this.mass = t.mass, this.attrs = {
|
|
@@ -5293,7 +5253,7 @@ class ss extends B {
|
|
|
5293
5253
|
};
|
|
5294
5254
|
}
|
|
5295
5255
|
}
|
|
5296
|
-
const
|
|
5256
|
+
const cn = [1, 0, 0, 1, 0, 0], ln = [
|
|
5297
5257
|
1,
|
|
5298
5258
|
0,
|
|
5299
5259
|
0,
|
|
@@ -5317,12 +5277,12 @@ class lt {
|
|
|
5317
5277
|
_m23 = 0;
|
|
5318
5278
|
_m33 = 1;
|
|
5319
5279
|
matrix3d;
|
|
5320
|
-
constructor(t =
|
|
5280
|
+
constructor(t = cn) {
|
|
5321
5281
|
this.value = Array.from(t), this.m13 = 0, this.m23 = 0, this.m33 = 1, this.matrix3d = this.toMatrix3D();
|
|
5322
5282
|
}
|
|
5323
5283
|
// matrix(1, 0, 0, 1, -50, -50)
|
|
5324
5284
|
static fromString(t) {
|
|
5325
|
-
const e = new lt(), s =
|
|
5285
|
+
const e = new lt(), s = Dn("number", t);
|
|
5326
5286
|
return s.length === 6 && s.forEach((n, r) => {
|
|
5327
5287
|
n.fullMatch && (e.value[r] = parseFloat(n.fullMatch));
|
|
5328
5288
|
}), e;
|
|
@@ -5403,7 +5363,7 @@ class lt {
|
|
|
5403
5363
|
return t ? (t.value = e, t) : new mt(e);
|
|
5404
5364
|
}
|
|
5405
5365
|
identity() {
|
|
5406
|
-
return this.value = Array.from(
|
|
5366
|
+
return this.value = Array.from(cn), this.m13 = 0, this.m23 = 0, this.m33 = 1, this.matrix3d = this.toMatrix3D(), this;
|
|
5407
5367
|
}
|
|
5408
5368
|
get isIdentity() {
|
|
5409
5369
|
return this.m11 == 1 && this.m12 == 0 && this.m13 == 0 && this.m21 == 0 && this.m22 == 1 && this.m23 == 0 && this.m31 == 0 && this.m32 == 0 && this.m33 == 1;
|
|
@@ -5639,12 +5599,12 @@ class lt {
|
|
|
5639
5599
|
class mt {
|
|
5640
5600
|
value;
|
|
5641
5601
|
is3dSpecial = !1;
|
|
5642
|
-
constructor(t =
|
|
5602
|
+
constructor(t = ln) {
|
|
5643
5603
|
this.value = Array.from(t);
|
|
5644
5604
|
}
|
|
5645
5605
|
// matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1)
|
|
5646
5606
|
static fromString(t) {
|
|
5647
|
-
const e = new mt(), s =
|
|
5607
|
+
const e = new mt(), s = Dn("number", t);
|
|
5648
5608
|
return s.length === 16 && s.forEach((n, r) => {
|
|
5649
5609
|
n.fullMatch && (e.value[r] = parseFloat(n.fullMatch));
|
|
5650
5610
|
}), e;
|
|
@@ -5752,7 +5712,7 @@ class mt {
|
|
|
5752
5712
|
return !this.is2D();
|
|
5753
5713
|
}
|
|
5754
5714
|
identity() {
|
|
5755
|
-
return this.value = Array.from(
|
|
5715
|
+
return this.value = Array.from(ln), this;
|
|
5756
5716
|
}
|
|
5757
5717
|
get isIdentity() {
|
|
5758
5718
|
return this.m11 == 1 && this.m12 == 0 && this.m13 == 0 && this.m14 == 0 && this.m21 == 0 && this.m22 == 1 && this.m23 == 0 && this.m24 == 0 && this.m31 == 0 && this.m32 == 0 && this.m33 == 1 && this.m34 == 0 && this.m41 == 0 && this.m42 == 0 && this.m43 == 0 && this.m44 == 1;
|
|
@@ -5959,7 +5919,7 @@ class mt {
|
|
|
5959
5919
|
return { x: c, y: l, width: d, height: p };
|
|
5960
5920
|
}
|
|
5961
5921
|
}
|
|
5962
|
-
function
|
|
5922
|
+
function sr(i) {
|
|
5963
5923
|
const t = new lt();
|
|
5964
5924
|
return i.replace(
|
|
5965
5925
|
// /([a-z]+)\(?([^)a-z]+)\)?/gi,
|
|
@@ -6056,7 +6016,7 @@ function _t(i, t, e) {
|
|
|
6056
6016
|
const s = new lt();
|
|
6057
6017
|
return s.rotate(nt(i)), s.transformPoint({ x: t, y: e });
|
|
6058
6018
|
}
|
|
6059
|
-
function
|
|
6019
|
+
function ir(i) {
|
|
6060
6020
|
const t = typeof i?.x == "number" ? i?.x : 0, e = typeof i?.y == "number" ? i?.y : 0, s = typeof i?.degree == "number" ? i?.degree : 0, n = typeof i?.scalarX == "number" ? i?.scalarX : 1, r = typeof i?.scalarY == "number" ? i?.scalarY : 1, a = N(s), o = Math.cos(a), h = Math.sin(a), c = new DOMMatrix([
|
|
6061
6021
|
o * n,
|
|
6062
6022
|
h * n,
|
|
@@ -6067,9 +6027,9 @@ function sr(i) {
|
|
|
6067
6027
|
]);
|
|
6068
6028
|
return c.multiplySelf(new DOMMatrix(i?.originMatrix || "")), c;
|
|
6069
6029
|
}
|
|
6070
|
-
function
|
|
6030
|
+
function wl(i, t) {
|
|
6071
6031
|
const e = new Path2D(i), s = new Path2D();
|
|
6072
|
-
return s.addPath(e,
|
|
6032
|
+
return s.addPath(e, ir(t)), s;
|
|
6073
6033
|
}
|
|
6074
6034
|
function So(i, t) {
|
|
6075
6035
|
const e = {
|
|
@@ -6128,13 +6088,13 @@ function Co(i, t) {
|
|
|
6128
6088
|
c.w
|
|
6129
6089
|
]);
|
|
6130
6090
|
}
|
|
6131
|
-
function
|
|
6091
|
+
function bl(i) {
|
|
6132
6092
|
let t = i[0];
|
|
6133
6093
|
for (let e = 1, s = i.length; e < s; e++)
|
|
6134
6094
|
t = So(t, i[e]);
|
|
6135
6095
|
return t;
|
|
6136
6096
|
}
|
|
6137
|
-
function
|
|
6097
|
+
function vl(i) {
|
|
6138
6098
|
let t = i[0];
|
|
6139
6099
|
for (let e = 1, s = i.length; e < s; e++)
|
|
6140
6100
|
t = Co(t, i[e]);
|
|
@@ -6157,7 +6117,7 @@ class _ {
|
|
|
6157
6117
|
};
|
|
6158
6118
|
static getVNode(t, e) {
|
|
6159
6119
|
let s = t.getAttribute("id") || "";
|
|
6160
|
-
s || (s = e ||
|
|
6120
|
+
s || (s = e || li(), t.setAttribute("id", s)), this.origins.get(s) || this.origins.set(s, he(t.tagName, {}, [], t));
|
|
6161
6121
|
const n = this.updates.get(s) || he(t.tagName, {}, [], t);
|
|
6162
6122
|
return {
|
|
6163
6123
|
vnode: n,
|
|
@@ -6165,7 +6125,7 @@ class _ {
|
|
|
6165
6125
|
this.updates.set(s, n), _.patchDom();
|
|
6166
6126
|
},
|
|
6167
6127
|
schedule: () => {
|
|
6168
|
-
this.updates.set(s, n),
|
|
6128
|
+
this.updates.set(s, n), Hn("FLUSH_DOM_ACTIONS", _.patchDom, 50);
|
|
6169
6129
|
}
|
|
6170
6130
|
};
|
|
6171
6131
|
}
|
|
@@ -6300,7 +6260,7 @@ class _ {
|
|
|
6300
6260
|
Object.prototype.hasOwnProperty.call(s, "transform") || Object.assign(s, {
|
|
6301
6261
|
transform: _.getStyle(t, "transform") || ""
|
|
6302
6262
|
});
|
|
6303
|
-
const n =
|
|
6263
|
+
const n = sr(s.transform), r = {};
|
|
6304
6264
|
for (const a in e) {
|
|
6305
6265
|
const o = e[a];
|
|
6306
6266
|
switch (a) {
|
|
@@ -7108,7 +7068,7 @@ class _ {
|
|
|
7108
7068
|
function Eo(i) {
|
|
7109
7069
|
return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i;
|
|
7110
7070
|
}
|
|
7111
|
-
var
|
|
7071
|
+
var nr = { exports: {} };
|
|
7112
7072
|
/*! Hammer.JS - v2.0.7 - 2016-04-22
|
|
7113
7073
|
* http://hammerjs.github.io/
|
|
7114
7074
|
*
|
|
@@ -7140,8 +7100,8 @@ var ir = { exports: {} };
|
|
|
7140
7100
|
` + y + ` AT
|
|
7141
7101
|
`;
|
|
7142
7102
|
return function() {
|
|
7143
|
-
var P = new Error("get-stack-trace"),
|
|
7144
|
-
return O && O.call(t.console, b,
|
|
7103
|
+
var P = new Error("get-stack-trace"), A = P && P.stack ? P.stack.replace(/^[^\(]+?[\n$]/gm, "").replace(/^\s+at\s+/gm, "").replace(/^Object.<anonymous>\s*\(/gm, "{anonymous}()@") : "Unknown Stack Trace", O = t.console && (t.console.warn || t.console.log);
|
|
7104
|
+
return O && O.call(t.console, b, A), u.apply(this, arguments);
|
|
7145
7105
|
};
|
|
7146
7106
|
}
|
|
7147
7107
|
var x;
|
|
@@ -7151,14 +7111,14 @@ var ir = { exports: {} };
|
|
|
7151
7111
|
for (var y = Object(f), b = 1; b < arguments.length; b++) {
|
|
7152
7112
|
var P = arguments[b];
|
|
7153
7113
|
if (P !== n && P !== null)
|
|
7154
|
-
for (var
|
|
7155
|
-
P.hasOwnProperty(
|
|
7114
|
+
for (var A in P)
|
|
7115
|
+
P.hasOwnProperty(A) && (y[A] = P[A]);
|
|
7156
7116
|
}
|
|
7157
7117
|
return y;
|
|
7158
7118
|
} : x = Object.assign;
|
|
7159
7119
|
var w = m(function(f, y, b) {
|
|
7160
|
-
for (var P = Object.keys(y),
|
|
7161
|
-
(!b || b && f[P[
|
|
7120
|
+
for (var P = Object.keys(y), A = 0; A < P.length; )
|
|
7121
|
+
(!b || b && f[P[A]] === n) && (f[P[A]] = y[P[A]]), A++;
|
|
7162
7122
|
return f;
|
|
7163
7123
|
}, "extend", "Use `assign`."), v = m(function(f, y) {
|
|
7164
7124
|
return w(f, y, !0);
|
|
@@ -7216,19 +7176,19 @@ var ir = { exports: {} };
|
|
|
7216
7176
|
return Array.prototype.slice.call(u, 0);
|
|
7217
7177
|
}
|
|
7218
7178
|
function gt(u, f, y) {
|
|
7219
|
-
for (var b = [], P = [],
|
|
7220
|
-
var O = f ? u[
|
|
7221
|
-
V(P, O) < 0 && b.push(u[
|
|
7179
|
+
for (var b = [], P = [], A = 0; A < u.length; ) {
|
|
7180
|
+
var O = f ? u[A][f] : u[A];
|
|
7181
|
+
V(P, O) < 0 && b.push(u[A]), P[A] = O, A++;
|
|
7222
7182
|
}
|
|
7223
7183
|
return y && (f ? b = b.sort(function(Z, st) {
|
|
7224
7184
|
return Z[f] > st[f];
|
|
7225
7185
|
}) : b = b.sort()), b;
|
|
7226
7186
|
}
|
|
7227
7187
|
function ot(u, f) {
|
|
7228
|
-
for (var y, b, P = f[0].toUpperCase() + f.slice(1),
|
|
7229
|
-
if (y = r[
|
|
7188
|
+
for (var y, b, P = f[0].toUpperCase() + f.slice(1), A = 0; A < r.length; ) {
|
|
7189
|
+
if (y = r[A], b = y ? y + P : f, b in u)
|
|
7230
7190
|
return b;
|
|
7231
|
-
|
|
7191
|
+
A++;
|
|
7232
7192
|
}
|
|
7233
7193
|
return n;
|
|
7234
7194
|
}
|
|
@@ -7240,7 +7200,7 @@ var ir = { exports: {} };
|
|
|
7240
7200
|
var f = u.ownerDocument || u;
|
|
7241
7201
|
return f.defaultView || f.parentWindow || t;
|
|
7242
7202
|
}
|
|
7243
|
-
var de = /mobile|tablet|ip(ad|hone|od)|android/i,
|
|
7203
|
+
var de = /mobile|tablet|ip(ad|hone|od)|android/i, k = "ontouchstart" in t, M = ot(t, "PointerEvent") !== n, R = k && de.test(navigator.userAgent), E = "touch", yt = "pen", zt = "mouse", Nr = "kinect", Fr = 25, et = 1, ie = 2, z = 4, ht = 8, Ve = 1, be = 2, ve = 4, Se = 8, Ce = 16, Tt = be | ve, ne = Se | Ce, _i = Tt | ne, Ai = ["x", "y"], ze = ["clientX", "clientY"];
|
|
7244
7204
|
function xt(u, f) {
|
|
7245
7205
|
var y = this;
|
|
7246
7206
|
this.manager = u, this.callback = f, this.element = u.element, this.target = u.options.inputTarget, this.domHandler = function(b) {
|
|
@@ -7267,44 +7227,44 @@ var ir = { exports: {} };
|
|
|
7267
7227
|
this.evEl && G(this.element, this.evEl, this.domHandler), this.evTarget && G(this.target, this.evTarget, this.domHandler), this.evWin && G(se(this.element), this.evWin, this.domHandler);
|
|
7268
7228
|
}
|
|
7269
7229
|
};
|
|
7270
|
-
function
|
|
7230
|
+
function Xr(u) {
|
|
7271
7231
|
var f, y = u.options.inputClass;
|
|
7272
|
-
return y ? f = y : M ? f =
|
|
7232
|
+
return y ? f = y : M ? f = _s : R ? f = je : k ? f = As : f = He, new f(u, Yr);
|
|
7273
7233
|
}
|
|
7274
|
-
function
|
|
7275
|
-
var b = y.pointers.length, P = y.changedPointers.length,
|
|
7276
|
-
y.isFirst = !!
|
|
7234
|
+
function Yr(u, f, y) {
|
|
7235
|
+
var b = y.pointers.length, P = y.changedPointers.length, A = f & et && b - P === 0, O = f & (z | ht) && b - P === 0;
|
|
7236
|
+
y.isFirst = !!A, y.isFinal = !!O, A && (u.session = {}), y.eventType = f, Br(u, y), u.emit("hammer.input", y), u.recognize(y), u.session.prevInput = y;
|
|
7277
7237
|
}
|
|
7278
|
-
function
|
|
7238
|
+
function Br(u, f) {
|
|
7279
7239
|
var y = u.session, b = f.pointers, P = b.length;
|
|
7280
|
-
y.firstInput || (y.firstInput =
|
|
7281
|
-
var
|
|
7282
|
-
f.timeStamp = l(), f.deltaTime = f.timeStamp -
|
|
7240
|
+
y.firstInput || (y.firstInput = ki(f)), P > 1 && !y.firstMultiple ? y.firstMultiple = ki(f) : P === 1 && (y.firstMultiple = !1);
|
|
7241
|
+
var A = y.firstInput, O = y.firstMultiple, W = O ? O.center : A.center, Z = f.center = Ii(b);
|
|
7242
|
+
f.timeStamp = l(), f.deltaTime = f.timeStamp - A.timeStamp, f.angle = Ms(W, Z), f.distance = qe(W, Z), Ur(y, f), f.offsetDirection = Li(f.deltaX, f.deltaY);
|
|
7283
7243
|
var st = Di(f.deltaTime, f.deltaX, f.deltaY);
|
|
7284
|
-
f.overallVelocityX = st.x, f.overallVelocityY = st.y, f.overallVelocity = c(st.x) > c(st.y) ? st.x : st.y, f.scale = O ?
|
|
7244
|
+
f.overallVelocityX = st.x, f.overallVelocityY = st.y, f.overallVelocity = c(st.x) > c(st.y) ? st.x : st.y, f.scale = O ? zr(O.pointers, b) : 1, f.rotation = O ? Vr(O.pointers, b) : 0, f.maxPointers = y.prevInput ? f.pointers.length > y.prevInput.maxPointers ? f.pointers.length : y.prevInput.maxPointers : f.pointers.length, Gr(y, f);
|
|
7285
7245
|
var Mt = u.element;
|
|
7286
7246
|
K(f.srcEvent.target, Mt) && (Mt = f.srcEvent.target), f.target = Mt;
|
|
7287
7247
|
}
|
|
7288
|
-
function
|
|
7289
|
-
var y = f.center, b = u.offsetDelta || {}, P = u.prevDelta || {},
|
|
7290
|
-
(f.eventType === et ||
|
|
7291
|
-
x:
|
|
7292
|
-
y:
|
|
7248
|
+
function Ur(u, f) {
|
|
7249
|
+
var y = f.center, b = u.offsetDelta || {}, P = u.prevDelta || {}, A = u.prevInput || {};
|
|
7250
|
+
(f.eventType === et || A.eventType === z) && (P = u.prevDelta = {
|
|
7251
|
+
x: A.deltaX || 0,
|
|
7252
|
+
y: A.deltaY || 0
|
|
7293
7253
|
}, b = u.offsetDelta = {
|
|
7294
7254
|
x: y.x,
|
|
7295
7255
|
y: y.y
|
|
7296
7256
|
}), f.deltaX = P.x + (y.x - b.x), f.deltaY = P.y + (y.y - b.y);
|
|
7297
7257
|
}
|
|
7298
|
-
function
|
|
7299
|
-
var y = u.lastInterval || f, b = f.timeStamp - y.timeStamp, P,
|
|
7300
|
-
if (f.eventType != ht && (b >
|
|
7258
|
+
function Gr(u, f) {
|
|
7259
|
+
var y = u.lastInterval || f, b = f.timeStamp - y.timeStamp, P, A, O, W;
|
|
7260
|
+
if (f.eventType != ht && (b > Fr || y.velocity === n)) {
|
|
7301
7261
|
var Z = f.deltaX - y.deltaX, st = f.deltaY - y.deltaY, Mt = Di(b, Z, st);
|
|
7302
|
-
|
|
7262
|
+
A = Mt.x, O = Mt.y, P = c(Mt.x) > c(Mt.y) ? Mt.x : Mt.y, W = Li(Z, st), u.lastInterval = f;
|
|
7303
7263
|
} else
|
|
7304
|
-
P = y.velocity,
|
|
7305
|
-
f.velocity = P, f.velocityX =
|
|
7264
|
+
P = y.velocity, A = y.velocityX, O = y.velocityY, W = y.direction;
|
|
7265
|
+
f.velocity = P, f.velocityX = A, f.velocityY = O, f.direction = W;
|
|
7306
7266
|
}
|
|
7307
|
-
function
|
|
7267
|
+
function ki(u) {
|
|
7308
7268
|
for (var f = [], y = 0; y < u.pointers.length; )
|
|
7309
7269
|
f[y] = {
|
|
7310
7270
|
clientX: h(u.pointers[y].clientX),
|
|
@@ -7342,28 +7302,28 @@ var ir = { exports: {} };
|
|
|
7342
7302
|
return u === f ? Ve : c(u) >= c(f) ? u < 0 ? be : ve : f < 0 ? Se : Ce;
|
|
7343
7303
|
}
|
|
7344
7304
|
function qe(u, f, y) {
|
|
7345
|
-
y || (y =
|
|
7305
|
+
y || (y = Ai);
|
|
7346
7306
|
var b = f[y[0]] - u[y[0]], P = f[y[1]] - u[y[1]];
|
|
7347
7307
|
return Math.sqrt(b * b + P * P);
|
|
7348
7308
|
}
|
|
7349
|
-
function
|
|
7350
|
-
y || (y =
|
|
7309
|
+
function Ms(u, f, y) {
|
|
7310
|
+
y || (y = Ai);
|
|
7351
7311
|
var b = f[y[0]] - u[y[0]], P = f[y[1]] - u[y[1]];
|
|
7352
7312
|
return Math.atan2(P, b) * 180 / Math.PI;
|
|
7353
7313
|
}
|
|
7354
|
-
function Gr(u, f) {
|
|
7355
|
-
return _s(f[1], f[0], ze) + _s(u[1], u[0], ze);
|
|
7356
|
-
}
|
|
7357
7314
|
function Vr(u, f) {
|
|
7315
|
+
return Ms(f[1], f[0], ze) + Ms(u[1], u[0], ze);
|
|
7316
|
+
}
|
|
7317
|
+
function zr(u, f) {
|
|
7358
7318
|
return qe(f[0], f[1], ze) / qe(u[0], u[1], ze);
|
|
7359
7319
|
}
|
|
7360
|
-
var
|
|
7320
|
+
var qr = {
|
|
7361
7321
|
mousedown: et,
|
|
7362
7322
|
mousemove: ie,
|
|
7363
7323
|
mouseup: z
|
|
7364
|
-
},
|
|
7324
|
+
}, Hr = "mousedown", jr = "mousemove mouseup";
|
|
7365
7325
|
function He() {
|
|
7366
|
-
this.evEl =
|
|
7326
|
+
this.evEl = Hr, this.evWin = jr, this.pressed = !1, xt.apply(this, arguments);
|
|
7367
7327
|
}
|
|
7368
7328
|
S(He, xt, {
|
|
7369
7329
|
/**
|
|
@@ -7371,7 +7331,7 @@ var ir = { exports: {} };
|
|
|
7371
7331
|
* @param {Object} ev
|
|
7372
7332
|
*/
|
|
7373
7333
|
handler: function(f) {
|
|
7374
|
-
var y =
|
|
7334
|
+
var y = qr[f.type];
|
|
7375
7335
|
y & et && f.button === 0 && (this.pressed = !0), y & ie && f.which !== 1 && (y = z), this.pressed && (y & z && (this.pressed = !1), this.callback(this.manager, y, {
|
|
7376
7336
|
pointers: [f],
|
|
7377
7337
|
changedPointers: [f],
|
|
@@ -7380,31 +7340,31 @@ var ir = { exports: {} };
|
|
|
7380
7340
|
}));
|
|
7381
7341
|
}
|
|
7382
7342
|
});
|
|
7383
|
-
var
|
|
7343
|
+
var $r = {
|
|
7384
7344
|
pointerdown: et,
|
|
7385
7345
|
pointermove: ie,
|
|
7386
7346
|
pointerup: z,
|
|
7387
7347
|
pointercancel: ht,
|
|
7388
7348
|
pointerout: ht
|
|
7389
|
-
},
|
|
7349
|
+
}, Wr = {
|
|
7390
7350
|
2: E,
|
|
7391
7351
|
3: yt,
|
|
7392
7352
|
4: zt,
|
|
7393
|
-
5:
|
|
7353
|
+
5: Nr
|
|
7394
7354
|
// see https://twitter.com/jacobrossi/status/480596438489890816
|
|
7395
7355
|
}, Ri = "pointerdown", Oi = "pointermove pointerup pointercancel";
|
|
7396
7356
|
t.MSPointerEvent && !t.PointerEvent && (Ri = "MSPointerDown", Oi = "MSPointerMove MSPointerUp MSPointerCancel");
|
|
7397
|
-
function
|
|
7357
|
+
function _s() {
|
|
7398
7358
|
this.evEl = Ri, this.evWin = Oi, xt.apply(this, arguments), this.store = this.manager.session.pointerEvents = [];
|
|
7399
7359
|
}
|
|
7400
|
-
S(
|
|
7360
|
+
S(_s, xt, {
|
|
7401
7361
|
/**
|
|
7402
7362
|
* handle mouse events
|
|
7403
7363
|
* @param {Object} ev
|
|
7404
7364
|
*/
|
|
7405
7365
|
handler: function(f) {
|
|
7406
|
-
var y = this.store, b = !1, P = f.type.toLowerCase().replace("ms", ""),
|
|
7407
|
-
|
|
7366
|
+
var y = this.store, b = !1, P = f.type.toLowerCase().replace("ms", ""), A = $r[P], O = Wr[f.pointerType] || f.pointerType, W = O == E, Z = V(y, f.pointerId, "pointerId");
|
|
7367
|
+
A & et && (f.button === 0 || W) ? Z < 0 && (y.push(f), Z = y.length - 1) : A & (z | ht) && (b = !0), !(Z < 0) && (y[Z] = f, this.callback(this.manager, A, {
|
|
7408
7368
|
pointers: y,
|
|
7409
7369
|
changedPointers: [f],
|
|
7410
7370
|
pointerType: O,
|
|
@@ -7412,20 +7372,20 @@ var ir = { exports: {} };
|
|
|
7412
7372
|
}), b && y.splice(Z, 1));
|
|
7413
7373
|
}
|
|
7414
7374
|
});
|
|
7415
|
-
var
|
|
7375
|
+
var Jr = {
|
|
7416
7376
|
touchstart: et,
|
|
7417
7377
|
touchmove: ie,
|
|
7418
7378
|
touchend: z,
|
|
7419
7379
|
touchcancel: ht
|
|
7420
|
-
},
|
|
7380
|
+
}, Zr = "touchstart", Kr = "touchstart touchmove touchend touchcancel";
|
|
7421
7381
|
function Ni() {
|
|
7422
|
-
this.evTarget =
|
|
7382
|
+
this.evTarget = Zr, this.evWin = Kr, this.started = !1, xt.apply(this, arguments);
|
|
7423
7383
|
}
|
|
7424
7384
|
S(Ni, xt, {
|
|
7425
7385
|
handler: function(f) {
|
|
7426
|
-
var y =
|
|
7386
|
+
var y = Jr[f.type];
|
|
7427
7387
|
if (y === et && (this.started = !0), !!this.started) {
|
|
7428
|
-
var b =
|
|
7388
|
+
var b = Qr.call(this, f, y);
|
|
7429
7389
|
y & (z | ht) && b[0].length - b[1].length === 0 && (this.started = !1), this.callback(this.manager, y, {
|
|
7430
7390
|
pointers: b[0],
|
|
7431
7391
|
changedPointers: b[1],
|
|
@@ -7435,22 +7395,22 @@ var ir = { exports: {} };
|
|
|
7435
7395
|
}
|
|
7436
7396
|
}
|
|
7437
7397
|
});
|
|
7438
|
-
function
|
|
7398
|
+
function Qr(u, f) {
|
|
7439
7399
|
var y = Q(u.touches), b = Q(u.changedTouches);
|
|
7440
7400
|
return f & (z | ht) && (y = gt(y.concat(b), "identifier", !0)), [y, b];
|
|
7441
7401
|
}
|
|
7442
|
-
var
|
|
7402
|
+
var ta = {
|
|
7443
7403
|
touchstart: et,
|
|
7444
7404
|
touchmove: ie,
|
|
7445
7405
|
touchend: z,
|
|
7446
7406
|
touchcancel: ht
|
|
7447
|
-
},
|
|
7407
|
+
}, ea = "touchstart touchmove touchend touchcancel";
|
|
7448
7408
|
function je() {
|
|
7449
|
-
this.evTarget =
|
|
7409
|
+
this.evTarget = ea, this.targetIds = {}, xt.apply(this, arguments);
|
|
7450
7410
|
}
|
|
7451
7411
|
S(je, xt, {
|
|
7452
7412
|
handler: function(f) {
|
|
7453
|
-
var y =
|
|
7413
|
+
var y = ta[f.type], b = sa.call(this, f, y);
|
|
7454
7414
|
b && this.callback(this.manager, y, {
|
|
7455
7415
|
pointers: b[0],
|
|
7456
7416
|
changedPointers: b[1],
|
|
@@ -7459,26 +7419,26 @@ var ir = { exports: {} };
|
|
|
7459
7419
|
});
|
|
7460
7420
|
}
|
|
7461
7421
|
});
|
|
7462
|
-
function
|
|
7422
|
+
function sa(u, f) {
|
|
7463
7423
|
var y = Q(u.touches), b = this.targetIds;
|
|
7464
7424
|
if (f & (et | ie) && y.length === 1)
|
|
7465
7425
|
return b[y[0].identifier] = !0, [y, y];
|
|
7466
|
-
var P,
|
|
7467
|
-
if (
|
|
7426
|
+
var P, A, O = Q(u.changedTouches), W = [], Z = this.target;
|
|
7427
|
+
if (A = y.filter(function(st) {
|
|
7468
7428
|
return K(st.target, Z);
|
|
7469
7429
|
}), f === et)
|
|
7470
|
-
for (P = 0; P <
|
|
7471
|
-
b[
|
|
7430
|
+
for (P = 0; P < A.length; )
|
|
7431
|
+
b[A[P].identifier] = !0, P++;
|
|
7472
7432
|
for (P = 0; P < O.length; )
|
|
7473
7433
|
b[O[P].identifier] && W.push(O[P]), f & (z | ht) && delete b[O[P].identifier], P++;
|
|
7474
7434
|
if (W.length)
|
|
7475
7435
|
return [
|
|
7476
7436
|
// merge targetTouches with changedTargetTouches so it contains ALL touches, including 'end' and 'cancel'
|
|
7477
|
-
gt(
|
|
7437
|
+
gt(A.concat(W), "identifier", !0),
|
|
7478
7438
|
W
|
|
7479
7439
|
];
|
|
7480
7440
|
}
|
|
7481
|
-
var
|
|
7441
|
+
var ia = 2500, Fi = 25;
|
|
7482
7442
|
function As() {
|
|
7483
7443
|
xt.apply(this, arguments);
|
|
7484
7444
|
var u = D(this.handler, this);
|
|
@@ -7492,11 +7452,11 @@ var ir = { exports: {} };
|
|
|
7492
7452
|
* @param {Object} inputData
|
|
7493
7453
|
*/
|
|
7494
7454
|
handler: function(f, y, b) {
|
|
7495
|
-
var P = b.pointerType == E,
|
|
7496
|
-
if (!(
|
|
7455
|
+
var P = b.pointerType == E, A = b.pointerType == zt;
|
|
7456
|
+
if (!(A && b.sourceCapabilities && b.sourceCapabilities.firesTouchEvents)) {
|
|
7497
7457
|
if (P)
|
|
7498
|
-
|
|
7499
|
-
else if (
|
|
7458
|
+
na.call(this, y, b);
|
|
7459
|
+
else if (A && ra.call(this, b))
|
|
7500
7460
|
return;
|
|
7501
7461
|
this.callback(f, y, b);
|
|
7502
7462
|
}
|
|
@@ -7508,7 +7468,7 @@ var ir = { exports: {} };
|
|
|
7508
7468
|
this.touch.destroy(), this.mouse.destroy();
|
|
7509
7469
|
}
|
|
7510
7470
|
});
|
|
7511
|
-
function
|
|
7471
|
+
function na(u, f) {
|
|
7512
7472
|
u & et ? (this.primaryTouch = f.changedPointers[0].identifier, Xi.call(this, f)) : u & (z | ht) && Xi.call(this, f);
|
|
7513
7473
|
}
|
|
7514
7474
|
function Xi(u) {
|
|
@@ -7517,25 +7477,25 @@ var ir = { exports: {} };
|
|
|
7517
7477
|
var y = { x: f.clientX, y: f.clientY };
|
|
7518
7478
|
this.lastTouches.push(y);
|
|
7519
7479
|
var b = this.lastTouches, P = function() {
|
|
7520
|
-
var
|
|
7521
|
-
|
|
7480
|
+
var A = b.indexOf(y);
|
|
7481
|
+
A > -1 && b.splice(A, 1);
|
|
7522
7482
|
};
|
|
7523
|
-
setTimeout(P,
|
|
7483
|
+
setTimeout(P, ia);
|
|
7524
7484
|
}
|
|
7525
7485
|
}
|
|
7526
|
-
function
|
|
7486
|
+
function ra(u) {
|
|
7527
7487
|
for (var f = u.srcEvent.clientX, y = u.srcEvent.clientY, b = 0; b < this.lastTouches.length; b++) {
|
|
7528
|
-
var P = this.lastTouches[b],
|
|
7529
|
-
if (
|
|
7488
|
+
var P = this.lastTouches[b], A = Math.abs(f - P.x), O = Math.abs(y - P.y);
|
|
7489
|
+
if (A <= Fi && O <= Fi)
|
|
7530
7490
|
return !0;
|
|
7531
7491
|
}
|
|
7532
7492
|
return !1;
|
|
7533
7493
|
}
|
|
7534
|
-
var Yi = ot(a.style, "touchAction"), Bi = Yi !== n, Ui = "compute", Gi = "auto",
|
|
7535
|
-
function
|
|
7494
|
+
var Yi = ot(a.style, "touchAction"), Bi = Yi !== n, Ui = "compute", Gi = "auto", ks = "manipulation", re = "none", Ee = "pan-x", Te = "pan-y", $e = oa();
|
|
7495
|
+
function Is(u, f) {
|
|
7536
7496
|
this.manager = u, this.set(f);
|
|
7537
7497
|
}
|
|
7538
|
-
|
|
7498
|
+
Is.prototype = {
|
|
7539
7499
|
/**
|
|
7540
7500
|
* set the touchAction value on the element or enable the polyfill
|
|
7541
7501
|
* @param {String} value
|
|
@@ -7557,7 +7517,7 @@ var ir = { exports: {} };
|
|
|
7557
7517
|
var u = [];
|
|
7558
7518
|
return g(this.manager.recognizers, function(f) {
|
|
7559
7519
|
L(f.options.enable, [f]) && (u = u.concat(f.getTouchAction()));
|
|
7560
|
-
}),
|
|
7520
|
+
}), aa(u.join(" "));
|
|
7561
7521
|
},
|
|
7562
7522
|
/**
|
|
7563
7523
|
* this method is called on each input cycle and provides the preventing of the browser behavior
|
|
@@ -7569,13 +7529,13 @@ var ir = { exports: {} };
|
|
|
7569
7529
|
f.preventDefault();
|
|
7570
7530
|
return;
|
|
7571
7531
|
}
|
|
7572
|
-
var b = this.actions, P = H(b, re) && !$e[re],
|
|
7532
|
+
var b = this.actions, P = H(b, re) && !$e[re], A = H(b, Te) && !$e[Te], O = H(b, Ee) && !$e[Ee];
|
|
7573
7533
|
if (P) {
|
|
7574
7534
|
var W = u.pointers.length === 1, Z = u.distance < 2, st = u.deltaTime < 250;
|
|
7575
7535
|
if (W && Z && st)
|
|
7576
7536
|
return;
|
|
7577
7537
|
}
|
|
7578
|
-
if (!(O &&
|
|
7538
|
+
if (!(O && A) && (P || A && y & Tt || O && y & ne))
|
|
7579
7539
|
return this.preventSrc(f);
|
|
7580
7540
|
},
|
|
7581
7541
|
/**
|
|
@@ -7586,13 +7546,13 @@ var ir = { exports: {} };
|
|
|
7586
7546
|
this.manager.session.prevented = !0, u.preventDefault();
|
|
7587
7547
|
}
|
|
7588
7548
|
};
|
|
7589
|
-
function
|
|
7549
|
+
function aa(u) {
|
|
7590
7550
|
if (H(u, re))
|
|
7591
7551
|
return re;
|
|
7592
7552
|
var f = H(u, Ee), y = H(u, Te);
|
|
7593
|
-
return f && y ? re : f || y ? f ? Ee : Te : H(u,
|
|
7553
|
+
return f && y ? re : f || y ? f ? Ee : Te : H(u, ks) ? ks : Gi;
|
|
7594
7554
|
}
|
|
7595
|
-
function
|
|
7555
|
+
function oa() {
|
|
7596
7556
|
if (!Bi)
|
|
7597
7557
|
return !1;
|
|
7598
7558
|
var u = {}, f = t.CSS && t.CSS.supports;
|
|
@@ -7812,8 +7772,8 @@ var ir = { exports: {} };
|
|
|
7812
7772
|
return u & Tt && f.push(Te), u & ne && f.push(Ee), f;
|
|
7813
7773
|
},
|
|
7814
7774
|
directionTest: function(u) {
|
|
7815
|
-
var f = this.options, y = !0, b = u.distance, P = u.direction,
|
|
7816
|
-
return P & f.direction || (f.direction & Tt ? (P =
|
|
7775
|
+
var f = this.options, y = !0, b = u.distance, P = u.direction, A = u.deltaX, O = u.deltaY;
|
|
7776
|
+
return P & f.direction || (f.direction & Tt ? (P = A === 0 ? Ve : A < 0 ? be : ve, y = A != this.pX, b = Math.abs(u.deltaX)) : (P = O === 0 ? Ve : O < 0 ? Se : Ce, y = O != this.pY, b = Math.abs(u.deltaY))), u.direction = P, y && b > f.threshold && P & f.direction;
|
|
7817
7777
|
},
|
|
7818
7778
|
attrTest: function(u) {
|
|
7819
7779
|
return Ct.prototype.attrTest.call(this, u) && (this.state & wt || !(this.state & wt) && this.directionTest(u));
|
|
@@ -7824,10 +7784,10 @@ var ir = { exports: {} };
|
|
|
7824
7784
|
f && (u.additionalEvent = this.options.event + f), this._super.emit.call(this, u);
|
|
7825
7785
|
}
|
|
7826
7786
|
});
|
|
7827
|
-
function
|
|
7787
|
+
function Ds() {
|
|
7828
7788
|
Ct.apply(this, arguments);
|
|
7829
7789
|
}
|
|
7830
|
-
S(
|
|
7790
|
+
S(Ds, Ct, {
|
|
7831
7791
|
/**
|
|
7832
7792
|
* @namespace
|
|
7833
7793
|
* @memberof PinchRecognizer
|
|
@@ -7851,10 +7811,10 @@ var ir = { exports: {} };
|
|
|
7851
7811
|
this._super.emit.call(this, u);
|
|
7852
7812
|
}
|
|
7853
7813
|
});
|
|
7854
|
-
function
|
|
7814
|
+
function Ls() {
|
|
7855
7815
|
Dt.apply(this, arguments), this._timer = null, this._input = null;
|
|
7856
7816
|
}
|
|
7857
|
-
S(
|
|
7817
|
+
S(Ls, Dt, {
|
|
7858
7818
|
/**
|
|
7859
7819
|
* @namespace
|
|
7860
7820
|
* @memberof PressRecognizer
|
|
@@ -7889,10 +7849,10 @@ var ir = { exports: {} };
|
|
|
7889
7849
|
this.state === It && (u && u.eventType & z ? this.manager.emit(this.options.event + "up", u) : (this._input.timeStamp = l(), this.manager.emit(this.options.event, this._input)));
|
|
7890
7850
|
}
|
|
7891
7851
|
});
|
|
7892
|
-
function
|
|
7852
|
+
function Rs() {
|
|
7893
7853
|
Ct.apply(this, arguments);
|
|
7894
7854
|
}
|
|
7895
|
-
S(
|
|
7855
|
+
S(Rs, Ct, {
|
|
7896
7856
|
/**
|
|
7897
7857
|
* @namespace
|
|
7898
7858
|
* @memberof RotateRecognizer
|
|
@@ -7909,10 +7869,10 @@ var ir = { exports: {} };
|
|
|
7909
7869
|
return this._super.attrTest.call(this, u) && (Math.abs(u.rotation) > this.options.threshold || this.state & wt);
|
|
7910
7870
|
}
|
|
7911
7871
|
});
|
|
7912
|
-
function
|
|
7872
|
+
function Os() {
|
|
7913
7873
|
Ct.apply(this, arguments);
|
|
7914
7874
|
}
|
|
7915
|
-
S(
|
|
7875
|
+
S(Os, Ct, {
|
|
7916
7876
|
/**
|
|
7917
7877
|
* @namespace
|
|
7918
7878
|
* @memberof SwipeRecognizer
|
|
@@ -7958,7 +7918,7 @@ var ir = { exports: {} };
|
|
|
7958
7918
|
// a multi-tap can be a bit off the initial position
|
|
7959
7919
|
},
|
|
7960
7920
|
getTouchAction: function() {
|
|
7961
|
-
return [
|
|
7921
|
+
return [ks];
|
|
7962
7922
|
},
|
|
7963
7923
|
process: function(u) {
|
|
7964
7924
|
var f = this.options, y = u.pointers.length === f.pointers, b = u.distance < f.threshold, P = u.deltaTime < f.time;
|
|
@@ -7967,8 +7927,8 @@ var ir = { exports: {} };
|
|
|
7967
7927
|
if (b && P && y) {
|
|
7968
7928
|
if (u.eventType != z)
|
|
7969
7929
|
return this.failTimeout();
|
|
7970
|
-
var
|
|
7971
|
-
this.pTime = u.timeStamp, this.pCenter = u.center, !O || !
|
|
7930
|
+
var A = this.pTime ? u.timeStamp - this.pTime < f.interval : !0, O = !this.pCenter || qe(this.pCenter, u.center) < f.posThreshold;
|
|
7931
|
+
this.pTime = u.timeStamp, this.pCenter = u.center, !O || !A ? this.count = 1 : this.count += 1, this._input = u;
|
|
7972
7932
|
var W = this.count % f.taps;
|
|
7973
7933
|
if (W === 0)
|
|
7974
7934
|
return this.hasRequireFailures() ? (this._timer = d(function() {
|
|
@@ -7990,7 +7950,7 @@ var ir = { exports: {} };
|
|
|
7990
7950
|
}
|
|
7991
7951
|
});
|
|
7992
7952
|
function Lt(u, f) {
|
|
7993
|
-
return f = f || {}, f.recognizers = Y(f.recognizers, Lt.defaults.preset), new
|
|
7953
|
+
return f = f || {}, f.recognizers = Y(f.recognizers, Lt.defaults.preset), new Ns(u, f);
|
|
7994
7954
|
}
|
|
7995
7955
|
Lt.VERSION = "2.0.7", Lt.defaults = {
|
|
7996
7956
|
/**
|
|
@@ -8033,13 +7993,13 @@ var ir = { exports: {} };
|
|
|
8033
7993
|
*/
|
|
8034
7994
|
preset: [
|
|
8035
7995
|
// RecognizerClass, options, [recognizeWith, ...], [requireFailure, ...]
|
|
8036
|
-
[
|
|
8037
|
-
[
|
|
8038
|
-
[
|
|
7996
|
+
[Rs, { enable: !1 }],
|
|
7997
|
+
[Ds, { enable: !1 }, ["rotate"]],
|
|
7998
|
+
[Os, { direction: Tt }],
|
|
8039
7999
|
[Ze, { direction: Tt }, ["swipe"]],
|
|
8040
8000
|
[Ke],
|
|
8041
8001
|
[Ke, { event: "doubletap", taps: 2 }, ["tap"]],
|
|
8042
|
-
[
|
|
8002
|
+
[Ls]
|
|
8043
8003
|
],
|
|
8044
8004
|
/**
|
|
8045
8005
|
* Some CSS properties can be used to improve the working of Hammer.
|
|
@@ -8088,14 +8048,14 @@ var ir = { exports: {} };
|
|
|
8088
8048
|
tapHighlightColor: "rgba(0,0,0,0)"
|
|
8089
8049
|
}
|
|
8090
8050
|
};
|
|
8091
|
-
var
|
|
8092
|
-
function
|
|
8093
|
-
this.options = x({}, Lt.defaults, f || {}), this.options.inputTarget = this.options.inputTarget || u, this.handlers = {}, this.session = {}, this.recognizers = [], this.oldCssProps = {}, this.element = u, this.input =
|
|
8051
|
+
var ha = 1, qi = 2;
|
|
8052
|
+
function Ns(u, f) {
|
|
8053
|
+
this.options = x({}, Lt.defaults, f || {}), this.options.inputTarget = this.options.inputTarget || u, this.handlers = {}, this.session = {}, this.recognizers = [], this.oldCssProps = {}, this.element = u, this.input = Xr(this), this.touchAction = new Is(this, this.options.touchAction), Hi(this, !0), g(this.options.recognizers, function(y) {
|
|
8094
8054
|
var b = this.add(new y[0](y[1]));
|
|
8095
8055
|
y[2] && b.recognizeWith(y[2]), y[3] && b.requireFailure(y[3]);
|
|
8096
8056
|
}, this);
|
|
8097
8057
|
}
|
|
8098
|
-
|
|
8058
|
+
Ns.prototype = {
|
|
8099
8059
|
/**
|
|
8100
8060
|
* set options
|
|
8101
8061
|
* @param {Object} options
|
|
@@ -8111,7 +8071,7 @@ var ir = { exports: {} };
|
|
|
8111
8071
|
* @param {Boolean} [force]
|
|
8112
8072
|
*/
|
|
8113
8073
|
stop: function(u) {
|
|
8114
|
-
this.session.stopped = u ? qi :
|
|
8074
|
+
this.session.stopped = u ? qi : ha;
|
|
8115
8075
|
},
|
|
8116
8076
|
/**
|
|
8117
8077
|
* run the recognizers!
|
|
@@ -8125,10 +8085,10 @@ var ir = { exports: {} };
|
|
|
8125
8085
|
this.touchAction.preventDefaults(u);
|
|
8126
8086
|
var y, b = this.recognizers, P = f.curRecognizer;
|
|
8127
8087
|
(!P || P && P.state & It) && (P = f.curRecognizer = null);
|
|
8128
|
-
for (var
|
|
8129
|
-
y = b[
|
|
8088
|
+
for (var A = 0; A < b.length; )
|
|
8089
|
+
y = b[A], f.stopped !== qi && // 1
|
|
8130
8090
|
(!P || y == P || // 2
|
|
8131
|
-
y.canRecognizeWith(P)) ? y.recognize(u) : y.reset(), !P && y.state & (wt | fe | qt) && (P = f.curRecognizer = y),
|
|
8091
|
+
y.canRecognizeWith(P)) ? y.recognize(u) : y.reset(), !P && y.state & (wt | fe | qt) && (P = f.curRecognizer = y), A++;
|
|
8132
8092
|
}
|
|
8133
8093
|
},
|
|
8134
8094
|
/**
|
|
@@ -8204,7 +8164,7 @@ var ir = { exports: {} };
|
|
|
8204
8164
|
* @param {Object} data
|
|
8205
8165
|
*/
|
|
8206
8166
|
emit: function(u, f) {
|
|
8207
|
-
this.options.domEvents &&
|
|
8167
|
+
this.options.domEvents && ca(u, f);
|
|
8208
8168
|
var y = this.handlers[u] && this.handlers[u].slice();
|
|
8209
8169
|
if (!(!y || !y.length)) {
|
|
8210
8170
|
f.type = u, f.preventDefault = function() {
|
|
@@ -8226,12 +8186,12 @@ var ir = { exports: {} };
|
|
|
8226
8186
|
var y = u.element;
|
|
8227
8187
|
if (y.style) {
|
|
8228
8188
|
var b;
|
|
8229
|
-
g(u.options.cssProps, function(P,
|
|
8230
|
-
b = ot(y.style,
|
|
8189
|
+
g(u.options.cssProps, function(P, A) {
|
|
8190
|
+
b = ot(y.style, A), f ? (u.oldCssProps[b] = y.style[b], y.style[b] = P) : y.style[b] = u.oldCssProps[b] || "";
|
|
8231
8191
|
}), f || (u.oldCssProps = {});
|
|
8232
8192
|
}
|
|
8233
8193
|
}
|
|
8234
|
-
function
|
|
8194
|
+
function ca(u, f) {
|
|
8235
8195
|
var y = e.createEvent("Event");
|
|
8236
8196
|
y.initEvent(u, !0, !0), y.gesture = f, f.target.dispatchEvent(y);
|
|
8237
8197
|
}
|
|
@@ -8255,22 +8215,22 @@ var ir = { exports: {} };
|
|
|
8255
8215
|
DIRECTION_HORIZONTAL: Tt,
|
|
8256
8216
|
DIRECTION_VERTICAL: ne,
|
|
8257
8217
|
DIRECTION_ALL: _i,
|
|
8258
|
-
Manager:
|
|
8218
|
+
Manager: Ns,
|
|
8259
8219
|
Input: xt,
|
|
8260
|
-
TouchAction:
|
|
8220
|
+
TouchAction: Is,
|
|
8261
8221
|
TouchInput: je,
|
|
8262
8222
|
MouseInput: He,
|
|
8263
|
-
PointerEventInput:
|
|
8223
|
+
PointerEventInput: _s,
|
|
8264
8224
|
TouchMouseInput: As,
|
|
8265
8225
|
SingleTouchInput: Ni,
|
|
8266
8226
|
Recognizer: Dt,
|
|
8267
8227
|
AttrRecognizer: Ct,
|
|
8268
8228
|
Tap: Ke,
|
|
8269
8229
|
Pan: Ze,
|
|
8270
|
-
Swipe:
|
|
8271
|
-
Pinch:
|
|
8272
|
-
Rotate:
|
|
8273
|
-
Press:
|
|
8230
|
+
Swipe: Os,
|
|
8231
|
+
Pinch: Ds,
|
|
8232
|
+
Rotate: Rs,
|
|
8233
|
+
Press: Ls,
|
|
8274
8234
|
on: X,
|
|
8275
8235
|
off: G,
|
|
8276
8236
|
each: g,
|
|
@@ -8281,21 +8241,21 @@ var ir = { exports: {} };
|
|
|
8281
8241
|
bindFn: D,
|
|
8282
8242
|
prefixed: ot
|
|
8283
8243
|
});
|
|
8284
|
-
var
|
|
8285
|
-
|
|
8244
|
+
var la = typeof t < "u" ? t : typeof self < "u" ? self : {};
|
|
8245
|
+
la.Hammer = Lt, typeof n == "function" && n.amd ? n(function() {
|
|
8286
8246
|
return Lt;
|
|
8287
8247
|
}) : i.exports ? i.exports = Lt : t[s] = Lt;
|
|
8288
8248
|
})(window, document, "Hammer");
|
|
8289
|
-
})(
|
|
8290
|
-
var To =
|
|
8249
|
+
})(nr);
|
|
8250
|
+
var To = nr.exports;
|
|
8291
8251
|
const Po = /* @__PURE__ */ Eo(To);
|
|
8292
8252
|
class Mo {
|
|
8293
8253
|
constructor() {
|
|
8294
8254
|
}
|
|
8295
8255
|
// Control / Meta | Shift | Alt
|
|
8296
8256
|
static getFormatKeyNames(t) {
|
|
8297
|
-
const e =
|
|
8298
|
-
return t.ctrl && s.push(e ? "Cmd" : "Ctrl"), t.shift && s.push("Shift"), t.alt && s.push("Alt"), typeof t.key == "string" ? s.push(
|
|
8257
|
+
const e = Vn(), s = [];
|
|
8258
|
+
return t.ctrl && s.push(e ? "Cmd" : "Ctrl"), t.shift && s.push("Shift"), t.alt && s.push("Alt"), typeof t.key == "string" ? s.push(Js(t.key)) : Array.isArray(t.key) && (t.key.map((n) => Js(n)), s.push(...t.key)), s;
|
|
8299
8259
|
}
|
|
8300
8260
|
static matchKeyScheme(t, e) {
|
|
8301
8261
|
const s = t.ctrl ?? !1, n = t.shift ?? !1, r = t.alt ?? !1;
|
|
@@ -8332,7 +8292,7 @@ class Mo {
|
|
|
8332
8292
|
return e.title = t?.title ?? "", e.formatedKeyNames = r, e.pause = () => n = !0, e.restart = () => n = !1, e.removeListener = () => s.removeEventListener("keydown", a), s.addEventListener("keydown", a), e;
|
|
8333
8293
|
}
|
|
8334
8294
|
}
|
|
8335
|
-
const
|
|
8295
|
+
const Sl = {
|
|
8336
8296
|
BACKSPACE: 8,
|
|
8337
8297
|
TAB: 9,
|
|
8338
8298
|
COMMA: 188,
|
|
@@ -8350,7 +8310,7 @@ const Cl = {
|
|
|
8350
8310
|
RIGHT: 39,
|
|
8351
8311
|
SPACE: 32
|
|
8352
8312
|
};
|
|
8353
|
-
class _o extends
|
|
8313
|
+
class _o extends di {
|
|
8354
8314
|
// [idx: string]: any;
|
|
8355
8315
|
container;
|
|
8356
8316
|
width;
|
|
@@ -8362,7 +8322,7 @@ class _o extends ws {
|
|
|
8362
8322
|
constructor(t = document.documentElement, e = !0, s) {
|
|
8363
8323
|
super(), this.container = t, this.width = this.container.offsetWidth, this.height = this.container.offsetHeight, this.hammer = new Po(this.container), this.mousePoint = { x: 0, y: 0, dx: 0, dy: 0, dStartX: 0, dStartY: 0 }, e && this.start(s);
|
|
8364
8324
|
}
|
|
8365
|
-
emitDebounce =
|
|
8325
|
+
emitDebounce = Ia(
|
|
8366
8326
|
(t, ...e) => super.emit(t, ...e),
|
|
8367
8327
|
50
|
|
8368
8328
|
);
|
|
@@ -8461,14 +8421,14 @@ class _o extends ws {
|
|
|
8461
8421
|
this.emit("swipeUp", E);
|
|
8462
8422
|
}, de = (E) => {
|
|
8463
8423
|
this.emit("swipeDown", E);
|
|
8464
|
-
},
|
|
8424
|
+
}, k = (E) => {
|
|
8465
8425
|
this.emit("tap", E);
|
|
8466
8426
|
}, M = (E) => {
|
|
8467
8427
|
!E.target || this.container == E.target || this.container.contains(E.target) || this.emit("tapOutSide", E);
|
|
8468
8428
|
};
|
|
8469
|
-
this.container.addEventListener("mousedown", t), this.container.addEventListener("mouseup", e), this.container.addEventListener("mousemove", s), this.container.addEventListener("mouseover", n), this.container.addEventListener("mouseout", r), this.container.addEventListener("click", a), this.container.addEventListener("dblclick", o), this.container.addEventListener("wheel", h), this.container.addEventListener("contextmenu", c), this.container.addEventListener("touchstart", l), this.container.addEventListener("touchend", d), this.container.addEventListener("touchcancel", p), this.container.addEventListener("touchmove", g), this.container.addEventListener("pointerdown", m), this.container.addEventListener("pointerup", x), this.container.addEventListener("pointercancel", w), this.container.addEventListener("pointermove", v), this.hammer.on("pan", S), this.hammer.on("panstart", D), this.hammer.on("panmove", L), this.hammer.on("panend", Y), this.hammer.on("pancancel", X), this.hammer.on("panleft", G), this.hammer.on("panright", K), this.hammer.on("panup", H), this.hammer.on("pandown", j), this.hammer.on("pinch", V), this.hammer.on("press", Q), this.hammer.on("rotate", gt), this.hammer.on("swipe", ot), this.hammer.on("swipeleft", ue), this.hammer.on("swiperight", Vt), this.hammer.on("swipeup", se), this.hammer.on("swipedown", de), this.hammer.on("tap",
|
|
8429
|
+
this.container.addEventListener("mousedown", t), this.container.addEventListener("mouseup", e), this.container.addEventListener("mousemove", s), this.container.addEventListener("mouseover", n), this.container.addEventListener("mouseout", r), this.container.addEventListener("click", a), this.container.addEventListener("dblclick", o), this.container.addEventListener("wheel", h), this.container.addEventListener("contextmenu", c), this.container.addEventListener("touchstart", l), this.container.addEventListener("touchend", d), this.container.addEventListener("touchcancel", p), this.container.addEventListener("touchmove", g), this.container.addEventListener("pointerdown", m), this.container.addEventListener("pointerup", x), this.container.addEventListener("pointercancel", w), this.container.addEventListener("pointermove", v), this.hammer.on("pan", S), this.hammer.on("panstart", D), this.hammer.on("panmove", L), this.hammer.on("panend", Y), this.hammer.on("pancancel", X), this.hammer.on("panleft", G), this.hammer.on("panright", K), this.hammer.on("panup", H), this.hammer.on("pandown", j), this.hammer.on("pinch", V), this.hammer.on("press", Q), this.hammer.on("rotate", gt), this.hammer.on("swipe", ot), this.hammer.on("swipeleft", ue), this.hammer.on("swiperight", Vt), this.hammer.on("swipeup", se), this.hammer.on("swipedown", de), this.hammer.on("tap", k), document.addEventListener("pointerdown", M, !1);
|
|
8470
8430
|
const R = () => {
|
|
8471
|
-
this.container.removeEventListener("mousedown", t), this.container.removeEventListener("mouseup", e), this.container.removeEventListener("mousemove", s), this.container.removeEventListener("mouseover", n), this.container.removeEventListener("mouseout", r), this.container.removeEventListener("click", a), this.container.removeEventListener("dblclick", o), this.container.removeEventListener("wheel", h), this.container.removeEventListener("contextmenu", c), this.container.removeEventListener("touchstart", l), this.container.removeEventListener("touchend", d), this.container.removeEventListener("touchcancel", p), this.container.removeEventListener("touchmove", g), this.container.removeEventListener("pointerdown", m), this.container.removeEventListener("pointerup", x), this.container.removeEventListener("pointercancel", w), this.container.removeEventListener("pointermove", v), this.hammer.off("pan", S), this.hammer.off("panstart", D), this.hammer.off("panmove", L), this.hammer.off("panend", Y), this.hammer.off("pancancel", X), this.hammer.off("panleft", G), this.hammer.off("panright", K), this.hammer.off("panup", H), this.hammer.off("pandown", j), this.hammer.off("pinch", V), this.hammer.off("press", Q), this.hammer.off("rotate", gt), this.hammer.off("swipe", ot), this.hammer.off("swipeleft", ue), this.hammer.off("swiperight", Vt), this.hammer.off("swipeup", se), this.hammer.off("swipedown", de), this.hammer.off("tap",
|
|
8431
|
+
this.container.removeEventListener("mousedown", t), this.container.removeEventListener("mouseup", e), this.container.removeEventListener("mousemove", s), this.container.removeEventListener("mouseover", n), this.container.removeEventListener("mouseout", r), this.container.removeEventListener("click", a), this.container.removeEventListener("dblclick", o), this.container.removeEventListener("wheel", h), this.container.removeEventListener("contextmenu", c), this.container.removeEventListener("touchstart", l), this.container.removeEventListener("touchend", d), this.container.removeEventListener("touchcancel", p), this.container.removeEventListener("touchmove", g), this.container.removeEventListener("pointerdown", m), this.container.removeEventListener("pointerup", x), this.container.removeEventListener("pointercancel", w), this.container.removeEventListener("pointermove", v), this.hammer.off("pan", S), this.hammer.off("panstart", D), this.hammer.off("panmove", L), this.hammer.off("panend", Y), this.hammer.off("pancancel", X), this.hammer.off("panleft", G), this.hammer.off("panright", K), this.hammer.off("panup", H), this.hammer.off("pandown", j), this.hammer.off("pinch", V), this.hammer.off("press", Q), this.hammer.off("rotate", gt), this.hammer.off("swipe", ot), this.hammer.off("swipeleft", ue), this.hammer.off("swiperight", Vt), this.hammer.off("swipeup", se), this.hammer.off("swipedown", de), this.hammer.off("tap", k), document.removeEventListener("pointerdown", M, !1), document.removeEventListener("touchstart", M, !1), document.removeEventListener("mousedown", M, !1);
|
|
8472
8432
|
};
|
|
8473
8433
|
return this.addRemoves(R), R;
|
|
8474
8434
|
}
|
|
@@ -8528,17 +8488,27 @@ class _o extends ws {
|
|
|
8528
8488
|
return this.addRemoves(r), r;
|
|
8529
8489
|
}
|
|
8530
8490
|
registerResizeObserver() {
|
|
8531
|
-
|
|
8532
|
-
|
|
8533
|
-
|
|
8534
|
-
|
|
8535
|
-
|
|
8536
|
-
|
|
8537
|
-
|
|
8538
|
-
|
|
8539
|
-
|
|
8540
|
-
|
|
8541
|
-
|
|
8491
|
+
let t;
|
|
8492
|
+
if (typeof ResizeObserver < "u") {
|
|
8493
|
+
const e = new ResizeObserver(
|
|
8494
|
+
(s) => {
|
|
8495
|
+
const { width: n, height: r } = s[0].contentRect;
|
|
8496
|
+
this.width = n, this.height = r, this.emit("resize", n, r);
|
|
8497
|
+
}
|
|
8498
|
+
);
|
|
8499
|
+
e.observe(this.container), t = () => {
|
|
8500
|
+
e.unobserve(this.container);
|
|
8501
|
+
};
|
|
8502
|
+
} else {
|
|
8503
|
+
const e = "orientationchange" in window ? "orientationchange" : "resize", s = (n) => {
|
|
8504
|
+
const r = n.target.innerWidth, a = n.target.innerHeight;
|
|
8505
|
+
this.emit("resize", r, a);
|
|
8506
|
+
};
|
|
8507
|
+
window.addEventListener(e, s), t = () => {
|
|
8508
|
+
window.removeEventListener(e, s);
|
|
8509
|
+
};
|
|
8510
|
+
}
|
|
8511
|
+
return this.addRemoves(t), t;
|
|
8542
8512
|
}
|
|
8543
8513
|
/// 是否显示
|
|
8544
8514
|
registerElementDisplayInParent(t) {
|
|
@@ -8751,8 +8721,8 @@ const rt = new _o(
|
|
|
8751
8721
|
document.documentElement,
|
|
8752
8722
|
!0,
|
|
8753
8723
|
[
|
|
8754
|
-
() =>
|
|
8755
|
-
|
|
8724
|
+
() => Ao("(prefers-color-scheme: dark)"),
|
|
8725
|
+
ko,
|
|
8756
8726
|
Do,
|
|
8757
8727
|
Io
|
|
8758
8728
|
]
|
|
@@ -8767,7 +8737,7 @@ rt.registerKeyDown(
|
|
|
8767
8737
|
});
|
|
8768
8738
|
}
|
|
8769
8739
|
);
|
|
8770
|
-
function
|
|
8740
|
+
function Ao(i) {
|
|
8771
8741
|
let t = "";
|
|
8772
8742
|
switch (i) {
|
|
8773
8743
|
case "(prefers-color-scheme: dark)":
|
|
@@ -8784,7 +8754,7 @@ function ko(i) {
|
|
|
8784
8754
|
window.matchMedia(i).removeEventListener("change", e);
|
|
8785
8755
|
};
|
|
8786
8756
|
}
|
|
8787
|
-
function
|
|
8757
|
+
function ko() {
|
|
8788
8758
|
let i = "";
|
|
8789
8759
|
const t = new MutationObserver((n) => {
|
|
8790
8760
|
location.href !== i && (i = location.href, rt.emit("urlchange", location.href));
|
|
@@ -8837,7 +8807,7 @@ function Do() {
|
|
|
8837
8807
|
document.removeEventListener("scroll", i);
|
|
8838
8808
|
};
|
|
8839
8809
|
}
|
|
8840
|
-
const
|
|
8810
|
+
const Cl = (i) => {
|
|
8841
8811
|
let t = !1;
|
|
8842
8812
|
function e() {
|
|
8843
8813
|
if (document.readyState !== "loading") {
|
|
@@ -8895,7 +8865,7 @@ class fs {
|
|
|
8895
8865
|
document.addEventListener("click", e), document.addEventListener("touchend", e);
|
|
8896
8866
|
}
|
|
8897
8867
|
}
|
|
8898
|
-
class Lo extends
|
|
8868
|
+
class Lo extends di {
|
|
8899
8869
|
source;
|
|
8900
8870
|
raw = "";
|
|
8901
8871
|
mode = "text";
|
|
@@ -8909,7 +8879,7 @@ class Lo extends ws {
|
|
|
8909
8879
|
super(), this.source = t;
|
|
8910
8880
|
}
|
|
8911
8881
|
parse() {
|
|
8912
|
-
const t =
|
|
8882
|
+
const t = Ln(this.source);
|
|
8913
8883
|
if (t === 0) {
|
|
8914
8884
|
this.emit("finish");
|
|
8915
8885
|
return;
|
|
@@ -9084,7 +9054,7 @@ class Lo extends ws {
|
|
|
9084
9054
|
}
|
|
9085
9055
|
}
|
|
9086
9056
|
}
|
|
9087
|
-
function
|
|
9057
|
+
function rr(i, t, e) {
|
|
9088
9058
|
if (typeof t < "u")
|
|
9089
9059
|
window.localStorage.setItem(
|
|
9090
9060
|
i,
|
|
@@ -9103,13 +9073,13 @@ function nr(i, t, e) {
|
|
|
9103
9073
|
}
|
|
9104
9074
|
}
|
|
9105
9075
|
}
|
|
9106
|
-
function
|
|
9076
|
+
function El(i, t, e) {
|
|
9107
9077
|
const s = /* @__PURE__ */ new Date();
|
|
9108
9078
|
s.setTime(s.getTime() + e * 24 * 60 * 60 * 1e3);
|
|
9109
9079
|
const n = "expires=" + s.toUTCString();
|
|
9110
9080
|
document.cookie = i + "=" + t + "; " + n;
|
|
9111
9081
|
}
|
|
9112
|
-
function
|
|
9082
|
+
function Tl(i) {
|
|
9113
9083
|
const t = i + "=", e = document.cookie.split(";");
|
|
9114
9084
|
for (let s = 0, n = e.length; s < n; s++) {
|
|
9115
9085
|
const r = e[s].trim();
|
|
@@ -9118,29 +9088,26 @@ function Pl(i) {
|
|
|
9118
9088
|
}
|
|
9119
9089
|
return "";
|
|
9120
9090
|
}
|
|
9121
|
-
const
|
|
9091
|
+
const Pl = () => document.cookie.split(";").map((i) => i.split("=")).reduce((i, [t, e]) => (i[t.trim().replace('"', "")] = e, i), {}), Ml = () => document.cookie.split(";").forEach(
|
|
9122
9092
|
(i) => document.cookie = i.replace(/^ +/, "").replace(/=.*/, `=;expires=${(/* @__PURE__ */ new Date()).toUTCString()};path=/`)
|
|
9123
9093
|
);
|
|
9124
|
-
rt.on(
|
|
9125
|
-
"
|
|
9126
|
-
|
|
9127
|
-
ni(i ? "dark" : "light");
|
|
9128
|
-
}
|
|
9129
|
-
);
|
|
9094
|
+
rt.on("matchMediaChangePrefersColorSchemeDark", (i) => {
|
|
9095
|
+
ii(i ? "dark" : "light");
|
|
9096
|
+
});
|
|
9130
9097
|
Ro();
|
|
9131
|
-
function
|
|
9132
|
-
|
|
9098
|
+
function ii(i) {
|
|
9099
|
+
rr("colorScheme", i), document.documentElement.classList.toggle("dark", i == "dark");
|
|
9133
9100
|
}
|
|
9134
9101
|
function Ro() {
|
|
9135
|
-
const i =
|
|
9102
|
+
const i = rr("colorScheme");
|
|
9136
9103
|
if (i == "dark" || i == "light")
|
|
9137
|
-
return
|
|
9104
|
+
return ii(i), i;
|
|
9138
9105
|
{
|
|
9139
9106
|
const t = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
|
|
9140
|
-
return
|
|
9107
|
+
return ii(t), t;
|
|
9141
9108
|
}
|
|
9142
9109
|
}
|
|
9143
|
-
const
|
|
9110
|
+
const un = {
|
|
9144
9111
|
safeAreaTop: _.getCSSVar("--safe-area-inset-top"),
|
|
9145
9112
|
safeAreaRight: _.getCSSVar("--safe-area-inset-right"),
|
|
9146
9113
|
safeAreaBottom: _.getCSSVar("--safe-area-inset-bottom"),
|
|
@@ -9228,21 +9195,21 @@ function Gt(i, t) {
|
|
|
9228
9195
|
throw new Error("getColor 不支持的颜色解析:" + i);
|
|
9229
9196
|
return s >= 0 && (e.r = s >> 16 & 255, e.g = s >> 8 & 255, e.b = s & 255), typeof t == "number" && (e.a = t), e.a = bt(e.a, 0, 1), e;
|
|
9230
9197
|
}
|
|
9231
|
-
function
|
|
9198
|
+
function ar(i, t = !1, e = "#000000", s = "#ffffff") {
|
|
9232
9199
|
let n = Gt(i);
|
|
9233
9200
|
return t ? n = Gt(
|
|
9234
9201
|
n.r * 0.299 + n.g * 0.587 + n.b * 0.114 > 186 ? e : s
|
|
9235
9202
|
) : (n.r = 255 - n.r, n.g = 255 - n.g, n.b = 255 - n.b), n;
|
|
9236
9203
|
}
|
|
9237
|
-
function
|
|
9204
|
+
function or(i, t) {
|
|
9238
9205
|
const e = Gt(i, t);
|
|
9239
9206
|
return e.a === 1 ? `rgb(${e.r},${e.g},${e.b})` : `rgba(${e.r},${e.g},${e.b},${e.a})`;
|
|
9240
9207
|
}
|
|
9241
|
-
function
|
|
9242
|
-
return ar(
|
|
9208
|
+
function _l(i, t = !1, e = "#000000", s = "#ffffff") {
|
|
9209
|
+
return or(ar(i, t, e, s));
|
|
9243
9210
|
}
|
|
9244
9211
|
function is(i) {
|
|
9245
|
-
return
|
|
9212
|
+
return ma(i.toString(16), 2, "0", "left");
|
|
9246
9213
|
}
|
|
9247
9214
|
function Ye(i, t) {
|
|
9248
9215
|
const e = Gt(i, t), s = `#${is(e.r)}${is(
|
|
@@ -9251,14 +9218,14 @@ function Ye(i, t) {
|
|
|
9251
9218
|
return e.a === 1 ? s : s + `${is(Math.ceil(e.a * 255))}`;
|
|
9252
9219
|
}
|
|
9253
9220
|
function No(i, t = !1, e = "#000000", s = "#ffffff") {
|
|
9254
|
-
return Ye(
|
|
9221
|
+
return Ye(ar(i, t, e, s));
|
|
9255
9222
|
}
|
|
9256
9223
|
const Fo = () => Math.random() * 16777215, Al = () => Ye(Fo());
|
|
9257
|
-
function
|
|
9224
|
+
function kl(i, t) {
|
|
9258
9225
|
const e = Gt(i);
|
|
9259
9226
|
return e.r == 0 && (e.r = 32), e.g == 0 && (e.g = 32), e.b == 0 && (e.b = 32), e.r = e.r * (100 + t) / 100, e.g = e.g * (100 + t) / 100, e.b = e.b * (100 + t) / 100, e.r = Math.round(bt(e.r, 0, 255)), e.g = Math.round(bt(e.g, 0, 255)), e.b = Math.round(bt(e.b, 0, 255)), Ye(e);
|
|
9260
9227
|
}
|
|
9261
|
-
function
|
|
9228
|
+
function dn(i, t, e) {
|
|
9262
9229
|
try {
|
|
9263
9230
|
const s = Gt(i), n = Gt(t);
|
|
9264
9231
|
return Ye({
|
|
@@ -9271,7 +9238,7 @@ function un(i, t, e) {
|
|
|
9271
9238
|
return t;
|
|
9272
9239
|
}
|
|
9273
9240
|
}
|
|
9274
|
-
function
|
|
9241
|
+
function Il(i, t, e, s) {
|
|
9275
9242
|
let n, r, a;
|
|
9276
9243
|
i = i / 360, t = t / 100, e = e / 100;
|
|
9277
9244
|
const o = Math.floor(i * 6), h = i * 6 - o, c = e * (1 - t), l = e * (1 - h * t), d = e * (1 - (1 - h) * t);
|
|
@@ -9303,7 +9270,7 @@ function Dl(i, t, e, s) {
|
|
|
9303
9270
|
opacity: s ?? 1
|
|
9304
9271
|
};
|
|
9305
9272
|
}
|
|
9306
|
-
function
|
|
9273
|
+
function Dl(i, t, e, s) {
|
|
9307
9274
|
i *= 360;
|
|
9308
9275
|
let n, r, a;
|
|
9309
9276
|
i = i % 360 / 60;
|
|
@@ -9315,7 +9282,7 @@ function Ll(i, t, e, s) {
|
|
|
9315
9282
|
opacity: s ?? 1
|
|
9316
9283
|
};
|
|
9317
9284
|
}
|
|
9318
|
-
function
|
|
9285
|
+
function Ll(i, t, e, s) {
|
|
9319
9286
|
(i > 1 || t > 1 || e > 1) && (i /= 360, t /= 100, e /= 100), i *= 360;
|
|
9320
9287
|
let n, r, a;
|
|
9321
9288
|
i = i % 360 / 60;
|
|
@@ -9327,7 +9294,7 @@ function Rl(i, t, e, s) {
|
|
|
9327
9294
|
opacity: s ?? 1
|
|
9328
9295
|
};
|
|
9329
9296
|
}
|
|
9330
|
-
function
|
|
9297
|
+
function Rl(i, t, e, s) {
|
|
9331
9298
|
const n = Math.max(i, t, e), r = Math.min(i, t, e), a = n - r, o = n === 0 ? 0 : a / n, h = n / 255;
|
|
9332
9299
|
let c;
|
|
9333
9300
|
switch (n) {
|
|
@@ -9352,14 +9319,14 @@ function Ol(i, t, e, s) {
|
|
|
9352
9319
|
opacity: s ?? 1
|
|
9353
9320
|
};
|
|
9354
9321
|
}
|
|
9355
|
-
function
|
|
9322
|
+
function Ol(i, t, e) {
|
|
9356
9323
|
const s = Math.max(i, t, e), n = s - Math.min(i, t, e);
|
|
9357
9324
|
let r = n == 0 ? 0 : s == i ? (t - e) / n : s == t ? (e - i) / n + 2 : (i - t) / n + 4;
|
|
9358
9325
|
r = (r + 360) % 6 * 60 / 360;
|
|
9359
9326
|
const a = n == 0 ? 0 : n / s;
|
|
9360
9327
|
return { h: r, s: a, b: s };
|
|
9361
9328
|
}
|
|
9362
|
-
function
|
|
9329
|
+
function Nl(i, t, e) {
|
|
9363
9330
|
const s = Math.max(i, t, e), n = Math.min(i, t, e), r = s - n;
|
|
9364
9331
|
let a = r == 0 ? 0 : s == i ? (t - e) / r : s == t ? (e - i) / r + 2 : (i - t) / r + 4;
|
|
9365
9332
|
a = (a + 360) % 6 * 60 / 360;
|
|
@@ -9367,7 +9334,7 @@ function Fl(i, t, e) {
|
|
|
9367
9334
|
return { h: a, s: h, l: o };
|
|
9368
9335
|
}
|
|
9369
9336
|
function wi(i = window.location.href) {
|
|
9370
|
-
return
|
|
9337
|
+
return Nn(URL) ? new URL(i) : Xo(i);
|
|
9371
9338
|
}
|
|
9372
9339
|
function Xo(i = window.location.href) {
|
|
9373
9340
|
const t = "(?<protocol>https?:)", e = "(?<host>(?<hostname>[^/#?:]+)(?::(?<port>\\d+))?)", s = "(?<pathname>(?:\\/[^/#?]+)*\\/?)", n = "(?<search>(?:\\?[^#]*)?)", r = "(?<hash>(?:#.*)?)", o = new RegExp(`^${t}//${e}${s}${n}${r}$`).exec(i);
|
|
@@ -9382,7 +9349,7 @@ function Xo(i = window.location.href) {
|
|
|
9382
9349
|
hash: o?.groups?.hash ?? ""
|
|
9383
9350
|
};
|
|
9384
9351
|
}
|
|
9385
|
-
function
|
|
9352
|
+
function Fl(i) {
|
|
9386
9353
|
const t = wi(i);
|
|
9387
9354
|
return t.protocol === "http:" || t.protocol === "https:";
|
|
9388
9355
|
}
|
|
@@ -9390,7 +9357,7 @@ function Yo(i = window.location.href) {
|
|
|
9390
9357
|
const t = wi(i), e = t.href.indexOf(t.hash);
|
|
9391
9358
|
return t.hash && e >= 0 ? t.href.substring(0, e) : t.href;
|
|
9392
9359
|
}
|
|
9393
|
-
function
|
|
9360
|
+
function Xl(i = wi().search) {
|
|
9394
9361
|
i = decodeURIComponent(i).replace(/^[#?&]/, "");
|
|
9395
9362
|
const t = {};
|
|
9396
9363
|
if (!i)
|
|
@@ -9409,13 +9376,13 @@ function Uo(i) {
|
|
|
9409
9376
|
(t) => encodeURIComponent(t[0]) + "=" + encodeURIComponent(t[1] instanceof File ? t[1].name : t[1])
|
|
9410
9377
|
).join("&");
|
|
9411
9378
|
}
|
|
9412
|
-
function
|
|
9379
|
+
function Yl(i, t) {
|
|
9413
9380
|
return i.replace(/(?:\?.*)?$/, t.replace(/^[&?]/, "?"));
|
|
9414
9381
|
}
|
|
9415
9382
|
function Go(i, t) {
|
|
9416
9383
|
return i + t.replace(/^[&?]/, i.indexOf("?") >= 0 ? "&" : "?");
|
|
9417
9384
|
}
|
|
9418
|
-
class
|
|
9385
|
+
class Bl {
|
|
9419
9386
|
worker;
|
|
9420
9387
|
cbs = {};
|
|
9421
9388
|
constructor(t) {
|
|
@@ -9487,7 +9454,7 @@ class Ul {
|
|
|
9487
9454
|
});
|
|
9488
9455
|
}
|
|
9489
9456
|
}
|
|
9490
|
-
class
|
|
9457
|
+
class Ul {
|
|
9491
9458
|
port1;
|
|
9492
9459
|
port2;
|
|
9493
9460
|
port1MessageCbs = [];
|
|
@@ -9516,10 +9483,10 @@ class Gl {
|
|
|
9516
9483
|
this.port1MessageErrorCbs.push(t);
|
|
9517
9484
|
}
|
|
9518
9485
|
offPort1Message(t) {
|
|
9519
|
-
|
|
9486
|
+
Ae(this.port1MessageCbs, t);
|
|
9520
9487
|
}
|
|
9521
9488
|
offPort1MessageError(t) {
|
|
9522
|
-
|
|
9489
|
+
Ae(this.port1MessageErrorCbs, t);
|
|
9523
9490
|
}
|
|
9524
9491
|
onPort2Message(t) {
|
|
9525
9492
|
this.port2MessageCbs.push(t);
|
|
@@ -9528,10 +9495,10 @@ class Gl {
|
|
|
9528
9495
|
this.port2MessageErrorCbs.push(t);
|
|
9529
9496
|
}
|
|
9530
9497
|
offPort2Message(t) {
|
|
9531
|
-
|
|
9498
|
+
Ae(this.port2MessageCbs, t);
|
|
9532
9499
|
}
|
|
9533
9500
|
offPort2MessageError(t) {
|
|
9534
|
-
|
|
9501
|
+
Ae(this.port2MessageErrorCbs, t);
|
|
9535
9502
|
}
|
|
9536
9503
|
}
|
|
9537
9504
|
function Vo() {
|
|
@@ -9557,7 +9524,7 @@ function Vo() {
|
|
|
9557
9524
|
i = new XMLHttpRequest();
|
|
9558
9525
|
return i;
|
|
9559
9526
|
}
|
|
9560
|
-
function
|
|
9527
|
+
function Gl(i, t) {
|
|
9561
9528
|
return new Promise((e, s) => {
|
|
9562
9529
|
const {
|
|
9563
9530
|
method: n = "GET",
|
|
@@ -9659,7 +9626,7 @@ function Vl(i, t) {
|
|
|
9659
9626
|
}
|
|
9660
9627
|
});
|
|
9661
9628
|
}
|
|
9662
|
-
async function
|
|
9629
|
+
async function Vl(i) {
|
|
9663
9630
|
const t = {
|
|
9664
9631
|
url: "",
|
|
9665
9632
|
data: {},
|
|
@@ -9708,33 +9675,33 @@ Content-Type: ` + c.type + `\r
|
|
|
9708
9675
|
}
|
|
9709
9676
|
return t;
|
|
9710
9677
|
}
|
|
9711
|
-
function
|
|
9678
|
+
function hr(i, t) {
|
|
9712
9679
|
return function() {
|
|
9713
9680
|
return i.apply(t, arguments);
|
|
9714
9681
|
};
|
|
9715
9682
|
}
|
|
9716
|
-
const { toString: zo } = Object.prototype, { getPrototypeOf: bi } = Object,
|
|
9683
|
+
const { toString: zo } = Object.prototype, { getPrototypeOf: bi } = Object, vs = ((i) => (t) => {
|
|
9717
9684
|
const e = zo.call(t);
|
|
9718
9685
|
return i[e] || (i[e] = e.slice(8, -1).toLowerCase());
|
|
9719
|
-
})(/* @__PURE__ */ Object.create(null)),
|
|
9686
|
+
})(/* @__PURE__ */ Object.create(null)), kt = (i) => (i = i.toLowerCase(), (t) => vs(t) === i), Ss = (i) => (t) => typeof t === i, { isArray: we } = Array, Fe = Ss("undefined");
|
|
9720
9687
|
function qo(i) {
|
|
9721
9688
|
return i !== null && !Fe(i) && i.constructor !== null && !Fe(i.constructor) && vt(i.constructor.isBuffer) && i.constructor.isBuffer(i);
|
|
9722
9689
|
}
|
|
9723
|
-
const
|
|
9690
|
+
const cr = kt("ArrayBuffer");
|
|
9724
9691
|
function Ho(i) {
|
|
9725
9692
|
let t;
|
|
9726
|
-
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(i) : t = i && i.buffer &&
|
|
9693
|
+
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(i) : t = i && i.buffer && cr(i.buffer), t;
|
|
9727
9694
|
}
|
|
9728
|
-
const jo =
|
|
9729
|
-
if (
|
|
9695
|
+
const jo = Ss("string"), vt = Ss("function"), lr = Ss("number"), Cs = (i) => i !== null && typeof i == "object", $o = (i) => i === !0 || i === !1, rs = (i) => {
|
|
9696
|
+
if (vs(i) !== "object")
|
|
9730
9697
|
return !1;
|
|
9731
9698
|
const t = bi(i);
|
|
9732
9699
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in i) && !(Symbol.iterator in i);
|
|
9733
|
-
}, Wo =
|
|
9700
|
+
}, Wo = kt("Date"), Jo = kt("File"), Zo = kt("Blob"), Ko = kt("FileList"), Qo = (i) => Cs(i) && vt(i.pipe), th = (i) => {
|
|
9734
9701
|
let t;
|
|
9735
|
-
return i && (typeof FormData == "function" && i instanceof FormData || vt(i.append) && ((t =
|
|
9702
|
+
return i && (typeof FormData == "function" && i instanceof FormData || vt(i.append) && ((t = vs(i)) === "formdata" || // detect form-data instance
|
|
9736
9703
|
t === "object" && vt(i.toString) && i.toString() === "[object FormData]"));
|
|
9737
|
-
}, eh =
|
|
9704
|
+
}, eh = kt("URLSearchParams"), sh = (i) => i.trim ? i.trim() : i.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
9738
9705
|
function Be(i, t, { allOwnKeys: e = !1 } = {}) {
|
|
9739
9706
|
if (i === null || typeof i > "u")
|
|
9740
9707
|
return;
|
|
@@ -9749,7 +9716,7 @@ function Be(i, t, { allOwnKeys: e = !1 } = {}) {
|
|
|
9749
9716
|
o = r[s], t.call(null, i[o], o, i);
|
|
9750
9717
|
}
|
|
9751
9718
|
}
|
|
9752
|
-
function
|
|
9719
|
+
function ur(i, t) {
|
|
9753
9720
|
t = t.toLowerCase();
|
|
9754
9721
|
const e = Object.keys(i);
|
|
9755
9722
|
let s = e.length, n;
|
|
@@ -9758,18 +9725,18 @@ function lr(i, t) {
|
|
|
9758
9725
|
return n;
|
|
9759
9726
|
return null;
|
|
9760
9727
|
}
|
|
9761
|
-
const
|
|
9762
|
-
function
|
|
9763
|
-
const { caseless: i } =
|
|
9764
|
-
const r = i &&
|
|
9765
|
-
rs(t[r]) && rs(s) ? t[r] =
|
|
9728
|
+
const dr = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), fr = (i) => !Fe(i) && i !== dr;
|
|
9729
|
+
function ni() {
|
|
9730
|
+
const { caseless: i } = fr(this) && this || {}, t = {}, e = (s, n) => {
|
|
9731
|
+
const r = i && ur(t, n) || n;
|
|
9732
|
+
rs(t[r]) && rs(s) ? t[r] = ni(t[r], s) : rs(s) ? t[r] = ni({}, s) : we(s) ? t[r] = s.slice() : t[r] = s;
|
|
9766
9733
|
};
|
|
9767
9734
|
for (let s = 0, n = arguments.length; s < n; s++)
|
|
9768
9735
|
arguments[s] && Be(arguments[s], e);
|
|
9769
9736
|
return t;
|
|
9770
9737
|
}
|
|
9771
9738
|
const ih = (i, t, e, { allOwnKeys: s } = {}) => (Be(t, (n, r) => {
|
|
9772
|
-
e && vt(n) ? i[r] =
|
|
9739
|
+
e && vt(n) ? i[r] = hr(n, e) : i[r] = n;
|
|
9773
9740
|
}, { allOwnKeys: s }), i), nh = (i) => (i.charCodeAt(0) === 65279 && (i = i.slice(1)), i), rh = (i, t, e, s) => {
|
|
9774
9741
|
i.prototype = Object.create(t.prototype, s), i.prototype.constructor = i, Object.defineProperty(i, "super", {
|
|
9775
9742
|
value: t.prototype
|
|
@@ -9795,7 +9762,7 @@ const ih = (i, t, e, { allOwnKeys: s } = {}) => (Be(t, (n, r) => {
|
|
|
9795
9762
|
if (we(i))
|
|
9796
9763
|
return i;
|
|
9797
9764
|
let t = i.length;
|
|
9798
|
-
if (!
|
|
9765
|
+
if (!lr(t))
|
|
9799
9766
|
return null;
|
|
9800
9767
|
const e = new Array(t);
|
|
9801
9768
|
for (; t-- > 0; )
|
|
@@ -9814,19 +9781,19 @@ const ih = (i, t, e, { allOwnKeys: s } = {}) => (Be(t, (n, r) => {
|
|
|
9814
9781
|
for (; (e = i.exec(t)) !== null; )
|
|
9815
9782
|
s.push(e);
|
|
9816
9783
|
return s;
|
|
9817
|
-
}, dh =
|
|
9784
|
+
}, dh = kt("HTMLFormElement"), fh = (i) => i.toLowerCase().replace(
|
|
9818
9785
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
9819
9786
|
function(e, s, n) {
|
|
9820
9787
|
return s.toUpperCase() + n;
|
|
9821
9788
|
}
|
|
9822
|
-
),
|
|
9789
|
+
), fn = (({ hasOwnProperty: i }) => (t, e) => i.call(t, e))(Object.prototype), mh = kt("RegExp"), mr = (i, t) => {
|
|
9823
9790
|
const e = Object.getOwnPropertyDescriptors(i), s = {};
|
|
9824
9791
|
Be(e, (n, r) => {
|
|
9825
9792
|
let a;
|
|
9826
9793
|
(a = t(n, r, i)) !== !1 && (s[r] = a || n);
|
|
9827
9794
|
}), Object.defineProperties(i, s);
|
|
9828
9795
|
}, ph = (i) => {
|
|
9829
|
-
|
|
9796
|
+
mr(i, (t, e) => {
|
|
9830
9797
|
if (vt(i) && ["arguments", "caller", "callee"].indexOf(e) !== -1)
|
|
9831
9798
|
return !1;
|
|
9832
9799
|
const s = i[e];
|
|
@@ -9848,11 +9815,11 @@ const ih = (i, t, e, { allOwnKeys: s } = {}) => (Be(t, (n, r) => {
|
|
|
9848
9815
|
};
|
|
9849
9816
|
return we(i) ? s(i) : s(String(i).split(t)), e;
|
|
9850
9817
|
}, yh = () => {
|
|
9851
|
-
}, xh = (i, t) => (i = +i, Number.isFinite(i) ? i : t),
|
|
9852
|
-
DIGIT:
|
|
9853
|
-
ALPHA:
|
|
9854
|
-
ALPHA_DIGIT:
|
|
9855
|
-
}, wh = (i = 16, t =
|
|
9818
|
+
}, xh = (i, t) => (i = +i, Number.isFinite(i) ? i : t), Gs = "abcdefghijklmnopqrstuvwxyz", mn = "0123456789", pr = {
|
|
9819
|
+
DIGIT: mn,
|
|
9820
|
+
ALPHA: Gs,
|
|
9821
|
+
ALPHA_DIGIT: Gs + Gs.toUpperCase() + mn
|
|
9822
|
+
}, wh = (i = 16, t = pr.ALPHA_DIGIT) => {
|
|
9856
9823
|
let e = "";
|
|
9857
9824
|
const { length: s } = t;
|
|
9858
9825
|
for (; i--; )
|
|
@@ -9864,7 +9831,7 @@ function bh(i) {
|
|
|
9864
9831
|
}
|
|
9865
9832
|
const vh = (i) => {
|
|
9866
9833
|
const t = new Array(10), e = (s, n) => {
|
|
9867
|
-
if (
|
|
9834
|
+
if (Cs(s)) {
|
|
9868
9835
|
if (t.indexOf(s) >= 0)
|
|
9869
9836
|
return;
|
|
9870
9837
|
if (!("toJSON" in s)) {
|
|
@@ -9879,16 +9846,16 @@ const vh = (i) => {
|
|
|
9879
9846
|
return s;
|
|
9880
9847
|
};
|
|
9881
9848
|
return e(i, 0);
|
|
9882
|
-
}, Sh =
|
|
9849
|
+
}, Sh = kt("AsyncFunction"), Ch = (i) => i && (Cs(i) || vt(i)) && vt(i.then) && vt(i.catch), C = {
|
|
9883
9850
|
isArray: we,
|
|
9884
|
-
isArrayBuffer:
|
|
9851
|
+
isArrayBuffer: cr,
|
|
9885
9852
|
isBuffer: qo,
|
|
9886
9853
|
isFormData: th,
|
|
9887
9854
|
isArrayBufferView: Ho,
|
|
9888
9855
|
isString: jo,
|
|
9889
|
-
isNumber:
|
|
9856
|
+
isNumber: lr,
|
|
9890
9857
|
isBoolean: $o,
|
|
9891
|
-
isObject:
|
|
9858
|
+
isObject: Cs,
|
|
9892
9859
|
isPlainObject: rs,
|
|
9893
9860
|
isUndefined: Fe,
|
|
9894
9861
|
isDate: Wo,
|
|
@@ -9901,32 +9868,32 @@ const vh = (i) => {
|
|
|
9901
9868
|
isTypedArray: ch,
|
|
9902
9869
|
isFileList: Ko,
|
|
9903
9870
|
forEach: Be,
|
|
9904
|
-
merge:
|
|
9871
|
+
merge: ni,
|
|
9905
9872
|
extend: ih,
|
|
9906
9873
|
trim: sh,
|
|
9907
9874
|
stripBOM: nh,
|
|
9908
9875
|
inherits: rh,
|
|
9909
9876
|
toFlatObject: ah,
|
|
9910
|
-
kindOf:
|
|
9911
|
-
kindOfTest:
|
|
9877
|
+
kindOf: vs,
|
|
9878
|
+
kindOfTest: kt,
|
|
9912
9879
|
endsWith: oh,
|
|
9913
9880
|
toArray: hh,
|
|
9914
9881
|
forEachEntry: lh,
|
|
9915
9882
|
matchAll: uh,
|
|
9916
9883
|
isHTMLForm: dh,
|
|
9917
|
-
hasOwnProperty:
|
|
9918
|
-
hasOwnProp:
|
|
9884
|
+
hasOwnProperty: fn,
|
|
9885
|
+
hasOwnProp: fn,
|
|
9919
9886
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
9920
|
-
reduceDescriptors:
|
|
9887
|
+
reduceDescriptors: mr,
|
|
9921
9888
|
freezeMethods: ph,
|
|
9922
9889
|
toObjectSet: gh,
|
|
9923
9890
|
toCamelCase: fh,
|
|
9924
9891
|
noop: yh,
|
|
9925
9892
|
toFiniteNumber: xh,
|
|
9926
|
-
findKey:
|
|
9927
|
-
global:
|
|
9928
|
-
isContextDefined:
|
|
9929
|
-
ALPHABET:
|
|
9893
|
+
findKey: ur,
|
|
9894
|
+
global: dr,
|
|
9895
|
+
isContextDefined: fr,
|
|
9896
|
+
ALPHABET: pr,
|
|
9930
9897
|
generateString: wh,
|
|
9931
9898
|
isSpecCompliantForm: bh,
|
|
9932
9899
|
toJSONObject: vh,
|
|
@@ -9957,7 +9924,7 @@ C.inherits(F, Error, {
|
|
|
9957
9924
|
};
|
|
9958
9925
|
}
|
|
9959
9926
|
});
|
|
9960
|
-
const
|
|
9927
|
+
const gr = F.prototype, yr = {};
|
|
9961
9928
|
[
|
|
9962
9929
|
"ERR_BAD_OPTION_VALUE",
|
|
9963
9930
|
"ERR_BAD_OPTION",
|
|
@@ -9973,35 +9940,35 @@ const pr = F.prototype, gr = {};
|
|
|
9973
9940
|
"ERR_INVALID_URL"
|
|
9974
9941
|
// eslint-disable-next-line func-names
|
|
9975
9942
|
].forEach((i) => {
|
|
9976
|
-
|
|
9943
|
+
yr[i] = { value: i };
|
|
9977
9944
|
});
|
|
9978
|
-
Object.defineProperties(F,
|
|
9979
|
-
Object.defineProperty(
|
|
9945
|
+
Object.defineProperties(F, yr);
|
|
9946
|
+
Object.defineProperty(gr, "isAxiosError", { value: !0 });
|
|
9980
9947
|
F.from = (i, t, e, s, n, r) => {
|
|
9981
|
-
const a = Object.create(
|
|
9948
|
+
const a = Object.create(gr);
|
|
9982
9949
|
return C.toFlatObject(i, a, function(h) {
|
|
9983
9950
|
return h !== Error.prototype;
|
|
9984
9951
|
}, (o) => o !== "isAxiosError"), F.call(a, i.message, t, e, s, n), a.cause = i, a.name = i.name, r && Object.assign(a, r), a;
|
|
9985
9952
|
};
|
|
9986
9953
|
const Eh = null;
|
|
9987
|
-
function
|
|
9954
|
+
function ri(i) {
|
|
9988
9955
|
return C.isPlainObject(i) || C.isArray(i);
|
|
9989
9956
|
}
|
|
9990
|
-
function
|
|
9957
|
+
function xr(i) {
|
|
9991
9958
|
return C.endsWith(i, "[]") ? i.slice(0, -2) : i;
|
|
9992
9959
|
}
|
|
9993
|
-
function
|
|
9960
|
+
function pn(i, t, e) {
|
|
9994
9961
|
return i ? i.concat(t).map(function(n, r) {
|
|
9995
|
-
return n =
|
|
9962
|
+
return n = xr(n), !e && r ? "[" + n + "]" : n;
|
|
9996
9963
|
}).join(e ? "." : "") : t;
|
|
9997
9964
|
}
|
|
9998
9965
|
function Th(i) {
|
|
9999
|
-
return C.isArray(i) && !i.some(
|
|
9966
|
+
return C.isArray(i) && !i.some(ri);
|
|
10000
9967
|
}
|
|
10001
9968
|
const Ph = C.toFlatObject(C, {}, null, function(t) {
|
|
10002
9969
|
return /^is[A-Z]/.test(t);
|
|
10003
9970
|
});
|
|
10004
|
-
function
|
|
9971
|
+
function Es(i, t, e) {
|
|
10005
9972
|
if (!C.isObject(i))
|
|
10006
9973
|
throw new TypeError("target must be an object");
|
|
10007
9974
|
t = t || new FormData(), e = C.toFlatObject(e, {
|
|
@@ -10029,20 +9996,20 @@ function Ts(i, t, e) {
|
|
|
10029
9996
|
if (C.endsWith(x, "{}"))
|
|
10030
9997
|
x = s ? x : x.slice(0, -2), m = JSON.stringify(m);
|
|
10031
9998
|
else if (C.isArray(m) && Th(m) || (C.isFileList(m) || C.endsWith(x, "[]")) && (v = C.toArray(m)))
|
|
10032
|
-
return x =
|
|
9999
|
+
return x = xr(x), v.forEach(function(D, L) {
|
|
10033
10000
|
!(C.isUndefined(D) || D === null) && t.append(
|
|
10034
10001
|
// eslint-disable-next-line no-nested-ternary
|
|
10035
|
-
a === !0 ?
|
|
10002
|
+
a === !0 ? pn([x], L, r) : a === null ? x : x + "[]",
|
|
10036
10003
|
c(D)
|
|
10037
10004
|
);
|
|
10038
10005
|
}), !1;
|
|
10039
10006
|
}
|
|
10040
|
-
return
|
|
10007
|
+
return ri(m) ? !0 : (t.append(pn(w, x, r), c(m)), !1);
|
|
10041
10008
|
}
|
|
10042
10009
|
const d = [], p = Object.assign(Ph, {
|
|
10043
10010
|
defaultVisitor: l,
|
|
10044
10011
|
convertValue: c,
|
|
10045
|
-
isVisitable:
|
|
10012
|
+
isVisitable: ri
|
|
10046
10013
|
});
|
|
10047
10014
|
function g(m, x) {
|
|
10048
10015
|
if (!C.isUndefined(m)) {
|
|
@@ -10063,7 +10030,7 @@ function Ts(i, t, e) {
|
|
|
10063
10030
|
throw new TypeError("data must be an object");
|
|
10064
10031
|
return g(i), t;
|
|
10065
10032
|
}
|
|
10066
|
-
function
|
|
10033
|
+
function gn(i) {
|
|
10067
10034
|
const t = {
|
|
10068
10035
|
"!": "%21",
|
|
10069
10036
|
"'": "%27",
|
|
@@ -10078,16 +10045,16 @@ function pn(i) {
|
|
|
10078
10045
|
});
|
|
10079
10046
|
}
|
|
10080
10047
|
function vi(i, t) {
|
|
10081
|
-
this._pairs = [], i &&
|
|
10048
|
+
this._pairs = [], i && Es(i, this, t);
|
|
10082
10049
|
}
|
|
10083
|
-
const
|
|
10084
|
-
|
|
10050
|
+
const wr = vi.prototype;
|
|
10051
|
+
wr.append = function(t, e) {
|
|
10085
10052
|
this._pairs.push([t, e]);
|
|
10086
10053
|
};
|
|
10087
|
-
|
|
10054
|
+
wr.toString = function(t) {
|
|
10088
10055
|
const e = t ? function(s) {
|
|
10089
|
-
return t.call(this, s,
|
|
10090
|
-
} :
|
|
10056
|
+
return t.call(this, s, gn);
|
|
10057
|
+
} : gn;
|
|
10091
10058
|
return this._pairs.map(function(n) {
|
|
10092
10059
|
return e(n[0]) + "=" + e(n[1]);
|
|
10093
10060
|
}, "").join("&");
|
|
@@ -10095,7 +10062,7 @@ xr.toString = function(t) {
|
|
|
10095
10062
|
function Mh(i) {
|
|
10096
10063
|
return encodeURIComponent(i).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
10097
10064
|
}
|
|
10098
|
-
function
|
|
10065
|
+
function br(i, t, e) {
|
|
10099
10066
|
if (!t)
|
|
10100
10067
|
return i;
|
|
10101
10068
|
const s = e && e.encode || Mh, n = e && e.serialize;
|
|
@@ -10160,19 +10127,19 @@ class _h {
|
|
|
10160
10127
|
});
|
|
10161
10128
|
}
|
|
10162
10129
|
}
|
|
10163
|
-
const
|
|
10130
|
+
const yn = _h, vr = {
|
|
10164
10131
|
silentJSONParsing: !0,
|
|
10165
10132
|
forcedJSONParsing: !0,
|
|
10166
10133
|
clarifyTimeoutError: !1
|
|
10167
|
-
},
|
|
10134
|
+
}, Ah = typeof URLSearchParams < "u" ? URLSearchParams : vi, kh = typeof FormData < "u" ? FormData : null, Ih = typeof Blob < "u" ? Blob : null, Dh = (() => {
|
|
10168
10135
|
let i;
|
|
10169
10136
|
return typeof navigator < "u" && ((i = navigator.product) === "ReactNative" || i === "NativeScript" || i === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
|
10170
10137
|
})(), Lh = (() => typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
10171
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function")(),
|
|
10138
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function")(), At = {
|
|
10172
10139
|
isBrowser: !0,
|
|
10173
10140
|
classes: {
|
|
10174
|
-
URLSearchParams:
|
|
10175
|
-
FormData:
|
|
10141
|
+
URLSearchParams: Ah,
|
|
10142
|
+
FormData: kh,
|
|
10176
10143
|
Blob: Ih
|
|
10177
10144
|
},
|
|
10178
10145
|
isStandardBrowserEnv: Dh,
|
|
@@ -10180,9 +10147,9 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function")(),
|
|
|
10180
10147
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
10181
10148
|
};
|
|
10182
10149
|
function Rh(i, t) {
|
|
10183
|
-
return
|
|
10150
|
+
return Es(i, new At.classes.URLSearchParams(), Object.assign({
|
|
10184
10151
|
visitor: function(e, s, n, r) {
|
|
10185
|
-
return
|
|
10152
|
+
return At.isNode && C.isBuffer(e) ? (this.append(s, e.toString("base64")), !1) : r.defaultVisitor.apply(this, arguments);
|
|
10186
10153
|
}
|
|
10187
10154
|
}, t));
|
|
10188
10155
|
}
|
|
@@ -10198,7 +10165,7 @@ function Nh(i) {
|
|
|
10198
10165
|
r = e[s], t[r] = i[r];
|
|
10199
10166
|
return t;
|
|
10200
10167
|
}
|
|
10201
|
-
function
|
|
10168
|
+
function Sr(i) {
|
|
10202
10169
|
function t(e, s, n, r) {
|
|
10203
10170
|
let a = e[r++];
|
|
10204
10171
|
const o = Number.isFinite(+a), h = r >= e.length;
|
|
@@ -10223,12 +10190,12 @@ function Fh(i, t, e) {
|
|
|
10223
10190
|
return (e || JSON.stringify)(i);
|
|
10224
10191
|
}
|
|
10225
10192
|
const Si = {
|
|
10226
|
-
transitional:
|
|
10193
|
+
transitional: vr,
|
|
10227
10194
|
adapter: ["xhr", "http"],
|
|
10228
10195
|
transformRequest: [function(t, e) {
|
|
10229
10196
|
const s = e.getContentType() || "", n = s.indexOf("application/json") > -1, r = C.isObject(t);
|
|
10230
10197
|
if (r && C.isHTMLForm(t) && (t = new FormData(t)), C.isFormData(t))
|
|
10231
|
-
return n && n ? JSON.stringify(
|
|
10198
|
+
return n && n ? JSON.stringify(Sr(t)) : t;
|
|
10232
10199
|
if (C.isArrayBuffer(t) || C.isBuffer(t) || C.isStream(t) || C.isFile(t) || C.isBlob(t))
|
|
10233
10200
|
return t;
|
|
10234
10201
|
if (C.isArrayBufferView(t))
|
|
@@ -10241,7 +10208,7 @@ const Si = {
|
|
|
10241
10208
|
return Rh(t, this.formSerializer).toString();
|
|
10242
10209
|
if ((o = C.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
|
|
10243
10210
|
const h = this.env && this.env.FormData;
|
|
10244
|
-
return
|
|
10211
|
+
return Es(
|
|
10245
10212
|
o ? { "files[]": t } : t,
|
|
10246
10213
|
h && new h(),
|
|
10247
10214
|
this.formSerializer
|
|
@@ -10273,8 +10240,8 @@ const Si = {
|
|
|
10273
10240
|
maxContentLength: -1,
|
|
10274
10241
|
maxBodyLength: -1,
|
|
10275
10242
|
env: {
|
|
10276
|
-
FormData:
|
|
10277
|
-
Blob:
|
|
10243
|
+
FormData: At.classes.FormData,
|
|
10244
|
+
Blob: At.classes.Blob
|
|
10278
10245
|
},
|
|
10279
10246
|
validateStatus: function(t) {
|
|
10280
10247
|
return t >= 200 && t < 300;
|
|
@@ -10314,7 +10281,7 @@ const Ci = Si, Xh = C.toObjectSet([
|
|
|
10314
10281
|
`).forEach(function(a) {
|
|
10315
10282
|
n = a.indexOf(":"), e = a.substring(0, n).trim().toLowerCase(), s = a.substring(n + 1).trim(), !(!e || t[e] && Xh[e]) && (e === "set-cookie" ? t[e] ? t[e].push(s) : t[e] = [s] : t[e] = t[e] ? t[e] + ", " + s : s);
|
|
10316
10283
|
}), t;
|
|
10317
|
-
},
|
|
10284
|
+
}, xn = Symbol("internals");
|
|
10318
10285
|
function _e(i) {
|
|
10319
10286
|
return i && String(i).trim().toLowerCase();
|
|
10320
10287
|
}
|
|
@@ -10329,7 +10296,7 @@ function Bh(i) {
|
|
|
10329
10296
|
return t;
|
|
10330
10297
|
}
|
|
10331
10298
|
const Uh = (i) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(i.trim());
|
|
10332
|
-
function
|
|
10299
|
+
function Vs(i, t, e, s, n) {
|
|
10333
10300
|
if (C.isFunction(s))
|
|
10334
10301
|
return s.call(this, t, e);
|
|
10335
10302
|
if (n && (t = e), !!C.isString(t)) {
|
|
@@ -10353,7 +10320,7 @@ function Vh(i, t) {
|
|
|
10353
10320
|
});
|
|
10354
10321
|
});
|
|
10355
10322
|
}
|
|
10356
|
-
class
|
|
10323
|
+
class Ts {
|
|
10357
10324
|
constructor(t) {
|
|
10358
10325
|
t && this.set(t);
|
|
10359
10326
|
}
|
|
@@ -10389,7 +10356,7 @@ class Ps {
|
|
|
10389
10356
|
has(t, e) {
|
|
10390
10357
|
if (t = _e(t), t) {
|
|
10391
10358
|
const s = C.findKey(this, t);
|
|
10392
|
-
return !!(s && this[s] !== void 0 && (!e ||
|
|
10359
|
+
return !!(s && this[s] !== void 0 && (!e || Vs(this, this[s], s, e)));
|
|
10393
10360
|
}
|
|
10394
10361
|
return !1;
|
|
10395
10362
|
}
|
|
@@ -10399,7 +10366,7 @@ class Ps {
|
|
|
10399
10366
|
function r(a) {
|
|
10400
10367
|
if (a = _e(a), a) {
|
|
10401
10368
|
const o = C.findKey(s, a);
|
|
10402
|
-
o && (!e ||
|
|
10369
|
+
o && (!e || Vs(s, s[o], o, e)) && (delete s[o], n = !0);
|
|
10403
10370
|
}
|
|
10404
10371
|
}
|
|
10405
10372
|
return C.isArray(t) ? t.forEach(r) : r(t), n;
|
|
@@ -10409,7 +10376,7 @@ class Ps {
|
|
|
10409
10376
|
let s = e.length, n = !1;
|
|
10410
10377
|
for (; s--; ) {
|
|
10411
10378
|
const r = e[s];
|
|
10412
|
-
(!t ||
|
|
10379
|
+
(!t || Vs(this, this[r], r, t, !0)) && (delete this[r], n = !0);
|
|
10413
10380
|
}
|
|
10414
10381
|
return n;
|
|
10415
10382
|
}
|
|
@@ -10452,7 +10419,7 @@ class Ps {
|
|
|
10452
10419
|
return e.forEach((n) => s.set(n)), s;
|
|
10453
10420
|
}
|
|
10454
10421
|
static accessor(t) {
|
|
10455
|
-
const s = (this[
|
|
10422
|
+
const s = (this[xn] = this[xn] = {
|
|
10456
10423
|
accessors: {}
|
|
10457
10424
|
}).accessors, n = this.prototype;
|
|
10458
10425
|
function r(a) {
|
|
@@ -10462,8 +10429,8 @@ class Ps {
|
|
|
10462
10429
|
return C.isArray(t) ? t.forEach(r) : r(t), this;
|
|
10463
10430
|
}
|
|
10464
10431
|
}
|
|
10465
|
-
|
|
10466
|
-
C.reduceDescriptors(
|
|
10432
|
+
Ts.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
10433
|
+
C.reduceDescriptors(Ts.prototype, ({ value: i }, t) => {
|
|
10467
10434
|
let e = t[0].toUpperCase() + t.slice(1);
|
|
10468
10435
|
return {
|
|
10469
10436
|
get: () => i,
|
|
@@ -10472,16 +10439,16 @@ C.reduceDescriptors(Ps.prototype, ({ value: i }, t) => {
|
|
|
10472
10439
|
}
|
|
10473
10440
|
};
|
|
10474
10441
|
});
|
|
10475
|
-
C.freezeMethods(
|
|
10476
|
-
const Bt =
|
|
10477
|
-
function
|
|
10442
|
+
C.freezeMethods(Ts);
|
|
10443
|
+
const Bt = Ts;
|
|
10444
|
+
function zs(i, t) {
|
|
10478
10445
|
const e = this || Ci, s = t || e, n = Bt.from(s.headers);
|
|
10479
10446
|
let r = s.data;
|
|
10480
10447
|
return C.forEach(i, function(o) {
|
|
10481
10448
|
r = o.call(e, r, n.normalize(), t ? t.status : void 0);
|
|
10482
10449
|
}), n.normalize(), r;
|
|
10483
10450
|
}
|
|
10484
|
-
function
|
|
10451
|
+
function Cr(i) {
|
|
10485
10452
|
return !!(i && i.__CANCEL__);
|
|
10486
10453
|
}
|
|
10487
10454
|
function Ue(i, t, e) {
|
|
@@ -10500,7 +10467,7 @@ function zh(i, t, e) {
|
|
|
10500
10467
|
e
|
|
10501
10468
|
));
|
|
10502
10469
|
}
|
|
10503
|
-
const qh =
|
|
10470
|
+
const qh = At.isStandardBrowserEnv ? (
|
|
10504
10471
|
// Standard browser envs support document.cookie
|
|
10505
10472
|
function() {
|
|
10506
10473
|
return {
|
|
@@ -10537,10 +10504,10 @@ function Hh(i) {
|
|
|
10537
10504
|
function jh(i, t) {
|
|
10538
10505
|
return t ? i.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : i;
|
|
10539
10506
|
}
|
|
10540
|
-
function
|
|
10507
|
+
function Er(i, t) {
|
|
10541
10508
|
return i && !Hh(t) ? jh(i, t) : t;
|
|
10542
10509
|
}
|
|
10543
|
-
const $h =
|
|
10510
|
+
const $h = At.isStandardBrowserEnv ? (
|
|
10544
10511
|
// Standard browser envs have full support of the APIs needed to test
|
|
10545
10512
|
// whether the request URL is of the same origin as current location.
|
|
10546
10513
|
function() {
|
|
@@ -10592,7 +10559,7 @@ function Jh(i, t) {
|
|
|
10592
10559
|
return g ? Math.round(p * 1e3 / g) : void 0;
|
|
10593
10560
|
};
|
|
10594
10561
|
}
|
|
10595
|
-
function
|
|
10562
|
+
function wn(i, t) {
|
|
10596
10563
|
let e = 0;
|
|
10597
10564
|
const s = Jh(50, 250);
|
|
10598
10565
|
return (n) => {
|
|
@@ -10619,14 +10586,14 @@ const Zh = typeof XMLHttpRequest < "u", Kh = Zh && function(i) {
|
|
|
10619
10586
|
i.cancelToken && i.cancelToken.unsubscribe(o), i.signal && i.signal.removeEventListener("abort", o);
|
|
10620
10587
|
}
|
|
10621
10588
|
let c;
|
|
10622
|
-
C.isFormData(n) && (
|
|
10589
|
+
C.isFormData(n) && (At.isStandardBrowserEnv || At.isStandardBrowserWebWorkerEnv ? r.setContentType(!1) : r.getContentType(/^\s*multipart\/form-data/) ? C.isString(c = r.getContentType()) && r.setContentType(c.replace(/^\s*(multipart\/form-data);+/, "$1")) : r.setContentType("multipart/form-data"));
|
|
10623
10590
|
let l = new XMLHttpRequest();
|
|
10624
10591
|
if (i.auth) {
|
|
10625
10592
|
const m = i.auth.username || "", x = i.auth.password ? unescape(encodeURIComponent(i.auth.password)) : "";
|
|
10626
10593
|
r.set("Authorization", "Basic " + btoa(m + ":" + x));
|
|
10627
10594
|
}
|
|
10628
|
-
const d =
|
|
10629
|
-
l.open(i.method.toUpperCase(),
|
|
10595
|
+
const d = Er(i.baseURL, i.url);
|
|
10596
|
+
l.open(i.method.toUpperCase(), br(d, i.params, i.paramsSerializer), !0), l.timeout = i.timeout;
|
|
10630
10597
|
function p() {
|
|
10631
10598
|
if (!l)
|
|
10632
10599
|
return;
|
|
@@ -10654,34 +10621,34 @@ const Zh = typeof XMLHttpRequest < "u", Kh = Zh && function(i) {
|
|
|
10654
10621
|
s(new F("Network Error", F.ERR_NETWORK, i, l)), l = null;
|
|
10655
10622
|
}, l.ontimeout = function() {
|
|
10656
10623
|
let x = i.timeout ? "timeout of " + i.timeout + "ms exceeded" : "timeout exceeded";
|
|
10657
|
-
const w = i.transitional ||
|
|
10624
|
+
const w = i.transitional || vr;
|
|
10658
10625
|
i.timeoutErrorMessage && (x = i.timeoutErrorMessage), s(new F(
|
|
10659
10626
|
x,
|
|
10660
10627
|
w.clarifyTimeoutError ? F.ETIMEDOUT : F.ECONNABORTED,
|
|
10661
10628
|
i,
|
|
10662
10629
|
l
|
|
10663
10630
|
)), l = null;
|
|
10664
|
-
},
|
|
10631
|
+
}, At.isStandardBrowserEnv) {
|
|
10665
10632
|
const m = (i.withCredentials || $h(d)) && i.xsrfCookieName && qh.read(i.xsrfCookieName);
|
|
10666
10633
|
m && r.set(i.xsrfHeaderName, m);
|
|
10667
10634
|
}
|
|
10668
10635
|
n === void 0 && r.setContentType(null), "setRequestHeader" in l && C.forEach(r.toJSON(), function(x, w) {
|
|
10669
10636
|
l.setRequestHeader(w, x);
|
|
10670
|
-
}), C.isUndefined(i.withCredentials) || (l.withCredentials = !!i.withCredentials), a && a !== "json" && (l.responseType = i.responseType), typeof i.onDownloadProgress == "function" && l.addEventListener("progress",
|
|
10637
|
+
}), C.isUndefined(i.withCredentials) || (l.withCredentials = !!i.withCredentials), a && a !== "json" && (l.responseType = i.responseType), typeof i.onDownloadProgress == "function" && l.addEventListener("progress", wn(i.onDownloadProgress, !0)), typeof i.onUploadProgress == "function" && l.upload && l.upload.addEventListener("progress", wn(i.onUploadProgress)), (i.cancelToken || i.signal) && (o = (m) => {
|
|
10671
10638
|
l && (s(!m || m.type ? new Ue(null, i, l) : m), l.abort(), l = null);
|
|
10672
10639
|
}, i.cancelToken && i.cancelToken.subscribe(o), i.signal && (i.signal.aborted ? o() : i.signal.addEventListener("abort", o)));
|
|
10673
10640
|
const g = Wh(d);
|
|
10674
|
-
if (g &&
|
|
10641
|
+
if (g && At.protocols.indexOf(g) === -1) {
|
|
10675
10642
|
s(new F("Unsupported protocol " + g + ":", F.ERR_BAD_REQUEST, i));
|
|
10676
10643
|
return;
|
|
10677
10644
|
}
|
|
10678
10645
|
l.send(n || null);
|
|
10679
10646
|
});
|
|
10680
|
-
},
|
|
10647
|
+
}, ai = {
|
|
10681
10648
|
http: Eh,
|
|
10682
10649
|
xhr: Kh
|
|
10683
10650
|
};
|
|
10684
|
-
C.forEach(
|
|
10651
|
+
C.forEach(ai, (i, t) => {
|
|
10685
10652
|
if (i) {
|
|
10686
10653
|
try {
|
|
10687
10654
|
Object.defineProperty(i, "name", { value: t });
|
|
@@ -10690,7 +10657,7 @@ C.forEach(oi, (i, t) => {
|
|
|
10690
10657
|
Object.defineProperty(i, "adapterName", { value: t });
|
|
10691
10658
|
}
|
|
10692
10659
|
});
|
|
10693
|
-
const
|
|
10660
|
+
const bn = (i) => `- ${i}`, Qh = (i) => C.isFunction(i) || i === null || i === !1, Tr = {
|
|
10694
10661
|
getAdapter: (i) => {
|
|
10695
10662
|
i = C.isArray(i) ? i : [i];
|
|
10696
10663
|
const { length: t } = i;
|
|
@@ -10699,7 +10666,7 @@ const wn = (i) => `- ${i}`, Qh = (i) => C.isFunction(i) || i === null || i === !
|
|
|
10699
10666
|
for (let r = 0; r < t; r++) {
|
|
10700
10667
|
e = i[r];
|
|
10701
10668
|
let a;
|
|
10702
|
-
if (s = e, !Qh(e) && (s =
|
|
10669
|
+
if (s = e, !Qh(e) && (s = ai[(a = String(e)).toLowerCase()], s === void 0))
|
|
10703
10670
|
throw new F(`Unknown adapter '${a}'`);
|
|
10704
10671
|
if (s)
|
|
10705
10672
|
break;
|
|
@@ -10710,8 +10677,8 @@ const wn = (i) => `- ${i}`, Qh = (i) => C.isFunction(i) || i === null || i === !
|
|
|
10710
10677
|
([o, h]) => `adapter ${o} ` + (h === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
10711
10678
|
);
|
|
10712
10679
|
let a = t ? r.length > 1 ? `since :
|
|
10713
|
-
` + r.map(
|
|
10714
|
-
`) : " " +
|
|
10680
|
+
` + r.map(bn).join(`
|
|
10681
|
+
`) : " " + bn(r[0]) : "as no adapter specified";
|
|
10715
10682
|
throw new F(
|
|
10716
10683
|
"There is no suitable adapter to dispatch the request " + a,
|
|
10717
10684
|
"ERR_NOT_SUPPORT"
|
|
@@ -10719,31 +10686,31 @@ const wn = (i) => `- ${i}`, Qh = (i) => C.isFunction(i) || i === null || i === !
|
|
|
10719
10686
|
}
|
|
10720
10687
|
return s;
|
|
10721
10688
|
},
|
|
10722
|
-
adapters:
|
|
10689
|
+
adapters: ai
|
|
10723
10690
|
};
|
|
10724
|
-
function
|
|
10691
|
+
function qs(i) {
|
|
10725
10692
|
if (i.cancelToken && i.cancelToken.throwIfRequested(), i.signal && i.signal.aborted)
|
|
10726
10693
|
throw new Ue(null, i);
|
|
10727
10694
|
}
|
|
10728
|
-
function
|
|
10729
|
-
return
|
|
10695
|
+
function vn(i) {
|
|
10696
|
+
return qs(i), i.headers = Bt.from(i.headers), i.data = zs.call(
|
|
10730
10697
|
i,
|
|
10731
10698
|
i.transformRequest
|
|
10732
|
-
), ["post", "put", "patch"].indexOf(i.method) !== -1 && i.headers.setContentType("application/x-www-form-urlencoded", !1),
|
|
10733
|
-
return
|
|
10699
|
+
), ["post", "put", "patch"].indexOf(i.method) !== -1 && i.headers.setContentType("application/x-www-form-urlencoded", !1), Tr.getAdapter(i.adapter || Ci.adapter)(i).then(function(s) {
|
|
10700
|
+
return qs(i), s.data = zs.call(
|
|
10734
10701
|
i,
|
|
10735
10702
|
i.transformResponse,
|
|
10736
10703
|
s
|
|
10737
10704
|
), s.headers = Bt.from(s.headers), s;
|
|
10738
10705
|
}, function(s) {
|
|
10739
|
-
return
|
|
10706
|
+
return Cr(s) || (qs(i), s && s.response && (s.response.data = zs.call(
|
|
10740
10707
|
i,
|
|
10741
10708
|
i.transformResponse,
|
|
10742
10709
|
s.response
|
|
10743
10710
|
), s.response.headers = Bt.from(s.response.headers))), Promise.reject(s);
|
|
10744
10711
|
});
|
|
10745
10712
|
}
|
|
10746
|
-
const
|
|
10713
|
+
const Sn = (i) => i instanceof Bt ? i.toJSON() : i;
|
|
10747
10714
|
function ye(i, t) {
|
|
10748
10715
|
t = t || {};
|
|
10749
10716
|
const e = {};
|
|
@@ -10802,23 +10769,23 @@ function ye(i, t) {
|
|
|
10802
10769
|
socketPath: a,
|
|
10803
10770
|
responseEncoding: a,
|
|
10804
10771
|
validateStatus: o,
|
|
10805
|
-
headers: (c, l) => n(
|
|
10772
|
+
headers: (c, l) => n(Sn(c), Sn(l), !0)
|
|
10806
10773
|
};
|
|
10807
10774
|
return C.forEach(Object.keys(Object.assign({}, i, t)), function(l) {
|
|
10808
10775
|
const d = h[l] || n, p = d(i[l], t[l], l);
|
|
10809
10776
|
C.isUndefined(p) && d !== o || (e[l] = p);
|
|
10810
10777
|
}), e;
|
|
10811
10778
|
}
|
|
10812
|
-
const
|
|
10779
|
+
const Pr = "1.5.1", Ei = {};
|
|
10813
10780
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((i, t) => {
|
|
10814
10781
|
Ei[i] = function(s) {
|
|
10815
10782
|
return typeof s === i || "a" + (t < 1 ? "n " : " ") + i;
|
|
10816
10783
|
};
|
|
10817
10784
|
});
|
|
10818
|
-
const
|
|
10785
|
+
const Cn = {};
|
|
10819
10786
|
Ei.transitional = function(t, e, s) {
|
|
10820
10787
|
function n(r, a) {
|
|
10821
|
-
return "[Axios v" +
|
|
10788
|
+
return "[Axios v" + Pr + "] Transitional option '" + r + "'" + a + (s ? ". " + s : "");
|
|
10822
10789
|
}
|
|
10823
10790
|
return (r, a, o) => {
|
|
10824
10791
|
if (t === !1)
|
|
@@ -10826,7 +10793,7 @@ Ei.transitional = function(t, e, s) {
|
|
|
10826
10793
|
n(a, " has been removed" + (e ? " in " + e : "")),
|
|
10827
10794
|
F.ERR_DEPRECATED
|
|
10828
10795
|
);
|
|
10829
|
-
return e && !
|
|
10796
|
+
return e && !Cn[a] && (Cn[a] = !0, console.warn(
|
|
10830
10797
|
n(
|
|
10831
10798
|
a,
|
|
10832
10799
|
" has been deprecated since v" + e + " and will be removed in the near future"
|
|
@@ -10851,15 +10818,15 @@ function tc(i, t, e) {
|
|
|
10851
10818
|
throw new F("Unknown option " + r, F.ERR_BAD_OPTION);
|
|
10852
10819
|
}
|
|
10853
10820
|
}
|
|
10854
|
-
const
|
|
10821
|
+
const oi = {
|
|
10855
10822
|
assertOptions: tc,
|
|
10856
10823
|
validators: Ei
|
|
10857
|
-
}, jt =
|
|
10824
|
+
}, jt = oi.validators;
|
|
10858
10825
|
class ms {
|
|
10859
10826
|
constructor(t) {
|
|
10860
10827
|
this.defaults = t, this.interceptors = {
|
|
10861
|
-
request: new
|
|
10862
|
-
response: new
|
|
10828
|
+
request: new yn(),
|
|
10829
|
+
response: new yn()
|
|
10863
10830
|
};
|
|
10864
10831
|
}
|
|
10865
10832
|
/**
|
|
@@ -10873,13 +10840,13 @@ class ms {
|
|
|
10873
10840
|
request(t, e) {
|
|
10874
10841
|
typeof t == "string" ? (e = e || {}, e.url = t) : e = t || {}, e = ye(this.defaults, e);
|
|
10875
10842
|
const { transitional: s, paramsSerializer: n, headers: r } = e;
|
|
10876
|
-
s !== void 0 &&
|
|
10843
|
+
s !== void 0 && oi.assertOptions(s, {
|
|
10877
10844
|
silentJSONParsing: jt.transitional(jt.boolean),
|
|
10878
10845
|
forcedJSONParsing: jt.transitional(jt.boolean),
|
|
10879
10846
|
clarifyTimeoutError: jt.transitional(jt.boolean)
|
|
10880
10847
|
}, !1), n != null && (C.isFunction(n) ? e.paramsSerializer = {
|
|
10881
10848
|
serialize: n
|
|
10882
|
-
} :
|
|
10849
|
+
} : oi.assertOptions(n, {
|
|
10883
10850
|
encode: jt.function,
|
|
10884
10851
|
serialize: jt.function
|
|
10885
10852
|
}, !0)), e.method = (e.method || this.defaults.method || "get").toLowerCase();
|
|
@@ -10904,7 +10871,7 @@ class ms {
|
|
|
10904
10871
|
});
|
|
10905
10872
|
let l, d = 0, p;
|
|
10906
10873
|
if (!h) {
|
|
10907
|
-
const m = [
|
|
10874
|
+
const m = [vn.bind(this), void 0];
|
|
10908
10875
|
for (m.unshift.apply(m, o), m.push.apply(m, c), p = m.length, l = Promise.resolve(e); d < p; )
|
|
10909
10876
|
l = l.then(m[d++], m[d++]);
|
|
10910
10877
|
return l;
|
|
@@ -10921,7 +10888,7 @@ class ms {
|
|
|
10921
10888
|
}
|
|
10922
10889
|
}
|
|
10923
10890
|
try {
|
|
10924
|
-
l =
|
|
10891
|
+
l = vn.call(this, g);
|
|
10925
10892
|
} catch (m) {
|
|
10926
10893
|
return Promise.reject(m);
|
|
10927
10894
|
}
|
|
@@ -10931,8 +10898,8 @@ class ms {
|
|
|
10931
10898
|
}
|
|
10932
10899
|
getUri(t) {
|
|
10933
10900
|
t = ye(this.defaults, t);
|
|
10934
|
-
const e =
|
|
10935
|
-
return
|
|
10901
|
+
const e = Er(t.baseURL, t.url);
|
|
10902
|
+
return br(e, t.params, t.paramsSerializer);
|
|
10936
10903
|
}
|
|
10937
10904
|
}
|
|
10938
10905
|
C.forEach(["delete", "get", "head", "options"], function(t) {
|
|
@@ -11037,7 +11004,7 @@ function sc(i) {
|
|
|
11037
11004
|
function ic(i) {
|
|
11038
11005
|
return C.isObject(i) && i.isAxiosError === !0;
|
|
11039
11006
|
}
|
|
11040
|
-
const
|
|
11007
|
+
const hi = {
|
|
11041
11008
|
Continue: 100,
|
|
11042
11009
|
SwitchingProtocols: 101,
|
|
11043
11010
|
Processing: 102,
|
|
@@ -11102,23 +11069,23 @@ const ci = {
|
|
|
11102
11069
|
NotExtended: 510,
|
|
11103
11070
|
NetworkAuthenticationRequired: 511
|
|
11104
11071
|
};
|
|
11105
|
-
Object.entries(
|
|
11106
|
-
|
|
11072
|
+
Object.entries(hi).forEach(([i, t]) => {
|
|
11073
|
+
hi[t] = i;
|
|
11107
11074
|
});
|
|
11108
|
-
const nc =
|
|
11109
|
-
function
|
|
11110
|
-
const t = new os(i), e =
|
|
11075
|
+
const nc = hi;
|
|
11076
|
+
function Mr(i) {
|
|
11077
|
+
const t = new os(i), e = hr(os.prototype.request, t);
|
|
11111
11078
|
return C.extend(e, os.prototype, t, { allOwnKeys: !0 }), C.extend(e, t, null, { allOwnKeys: !0 }), e.create = function(n) {
|
|
11112
|
-
return
|
|
11079
|
+
return Mr(ye(i, n));
|
|
11113
11080
|
}, e;
|
|
11114
11081
|
}
|
|
11115
|
-
const q =
|
|
11082
|
+
const q = Mr(Ci);
|
|
11116
11083
|
q.Axios = os;
|
|
11117
11084
|
q.CanceledError = Ue;
|
|
11118
11085
|
q.CancelToken = ec;
|
|
11119
|
-
q.isCancel =
|
|
11120
|
-
q.VERSION =
|
|
11121
|
-
q.toFormData =
|
|
11086
|
+
q.isCancel = Cr;
|
|
11087
|
+
q.VERSION = Pr;
|
|
11088
|
+
q.toFormData = Es;
|
|
11122
11089
|
q.AxiosError = F;
|
|
11123
11090
|
q.Cancel = q.CanceledError;
|
|
11124
11091
|
q.all = function(t) {
|
|
@@ -11128,25 +11095,25 @@ q.spread = sc;
|
|
|
11128
11095
|
q.isAxiosError = ic;
|
|
11129
11096
|
q.mergeConfig = ye;
|
|
11130
11097
|
q.AxiosHeaders = Bt;
|
|
11131
|
-
q.formToJSON = (i) =>
|
|
11132
|
-
q.getAdapter =
|
|
11098
|
+
q.formToJSON = (i) => Sr(C.isHTMLForm(i) ? new FormData(i) : i);
|
|
11099
|
+
q.getAdapter = Tr.getAdapter;
|
|
11133
11100
|
q.HttpStatusCode = nc;
|
|
11134
11101
|
q.default = q;
|
|
11135
11102
|
const rc = q, te = window.crypto.subtle;
|
|
11136
11103
|
te || console.warn("Crypto API not supported");
|
|
11137
11104
|
function ac(i) {
|
|
11138
|
-
return
|
|
11105
|
+
return ua(encodeURIComponent(i)).replaceAll("+", "*").replaceAll("/", "-").replaceAll("=", "");
|
|
11139
11106
|
}
|
|
11140
11107
|
function oc(i) {
|
|
11141
11108
|
let t = i.replaceAll("*", "+").replaceAll("-", "/");
|
|
11142
11109
|
const e = t.length % 4;
|
|
11143
|
-
return e && (t = t.padEnd(t.length + (4 - e), "=")), decodeURIComponent(
|
|
11110
|
+
return e && (t = t.padEnd(t.length + (4 - e), "=")), decodeURIComponent(da(t));
|
|
11144
11111
|
}
|
|
11145
|
-
function
|
|
11146
|
-
return ac(
|
|
11112
|
+
function zl(i) {
|
|
11113
|
+
return ac(ya(i));
|
|
11147
11114
|
}
|
|
11148
|
-
function
|
|
11149
|
-
return
|
|
11115
|
+
function ql(i) {
|
|
11116
|
+
return ga(oc(i));
|
|
11150
11117
|
}
|
|
11151
11118
|
function Pi(i) {
|
|
11152
11119
|
return new TextEncoder().encode(i);
|
|
@@ -11154,7 +11121,7 @@ function Pi(i) {
|
|
|
11154
11121
|
function hc(i, t = "utf-8") {
|
|
11155
11122
|
return new TextDecoder(t).decode(i);
|
|
11156
11123
|
}
|
|
11157
|
-
async function
|
|
11124
|
+
async function Hl(i, t = "AES-GCM") {
|
|
11158
11125
|
const e = crypto.getRandomValues(new Uint8Array(12)), s = await te.generateKey(
|
|
11159
11126
|
{ name: t, length: 256 },
|
|
11160
11127
|
!1,
|
|
@@ -11167,7 +11134,7 @@ async function jl(i, t = "AES-GCM") {
|
|
|
11167
11134
|
);
|
|
11168
11135
|
return { algorithm: t, iv: e, key: s, encryptedData: n };
|
|
11169
11136
|
}
|
|
11170
|
-
async function
|
|
11137
|
+
async function jl(i) {
|
|
11171
11138
|
const t = await te.decrypt(
|
|
11172
11139
|
{
|
|
11173
11140
|
name: i.algorithm,
|
|
@@ -11178,7 +11145,7 @@ async function $l(i) {
|
|
|
11178
11145
|
);
|
|
11179
11146
|
return hc(t);
|
|
11180
11147
|
}
|
|
11181
|
-
async function
|
|
11148
|
+
async function $l(i, t = "ECDSA", e = "SHA-384") {
|
|
11182
11149
|
const { privateKey: s, publicKey: n } = await te.generateKey(
|
|
11183
11150
|
{
|
|
11184
11151
|
name: t,
|
|
@@ -11203,7 +11170,7 @@ async function Wl(i, t = "ECDSA", e = "SHA-384") {
|
|
|
11203
11170
|
encodedData: r
|
|
11204
11171
|
};
|
|
11205
11172
|
}
|
|
11206
|
-
async function
|
|
11173
|
+
async function Wl(i) {
|
|
11207
11174
|
return await te.verify(
|
|
11208
11175
|
{
|
|
11209
11176
|
name: i.algorithm,
|
|
@@ -11216,13 +11183,13 @@ async function Jl(i) {
|
|
|
11216
11183
|
}
|
|
11217
11184
|
async function cc(i, t = "SHA-256") {
|
|
11218
11185
|
const e = await te.digest(t, Pi(i));
|
|
11219
|
-
return
|
|
11186
|
+
return xa(e);
|
|
11220
11187
|
}
|
|
11221
11188
|
async function lc(i, t = "SHA-256") {
|
|
11222
11189
|
const e = JSON.stringify(i);
|
|
11223
11190
|
return cc(e, t);
|
|
11224
11191
|
}
|
|
11225
|
-
class
|
|
11192
|
+
class Jl {
|
|
11226
11193
|
instance;
|
|
11227
11194
|
interceptors;
|
|
11228
11195
|
requestCanceler;
|
|
@@ -11325,7 +11292,7 @@ class uc {
|
|
|
11325
11292
|
return await lc({ url: e, method: s, params: n, data: r });
|
|
11326
11293
|
}
|
|
11327
11294
|
}
|
|
11328
|
-
function
|
|
11295
|
+
function Zl(i, t, e, s, n) {
|
|
11329
11296
|
const r = t / e;
|
|
11330
11297
|
let a = 0, o = 0;
|
|
11331
11298
|
switch (i) {
|
|
@@ -11349,7 +11316,7 @@ function Kl(i, t, e, s, n) {
|
|
|
11349
11316
|
return { width: a, height: o };
|
|
11350
11317
|
}
|
|
11351
11318
|
const ns = /* @__PURE__ */ new Map();
|
|
11352
|
-
async function
|
|
11319
|
+
async function Kl(i) {
|
|
11353
11320
|
return new Promise(
|
|
11354
11321
|
(t, e) => {
|
|
11355
11322
|
Mi(i, (s, n) => s ? e(s) : t({
|
|
@@ -11373,7 +11340,7 @@ const Mi = (i, t) => {
|
|
|
11373
11340
|
}, e.onerror = function(s) {
|
|
11374
11341
|
t(s, null);
|
|
11375
11342
|
}, e.src = i;
|
|
11376
|
-
},
|
|
11343
|
+
}, Ql = (i, t) => {
|
|
11377
11344
|
for (let e = 0, s = i.length; e < s; e++) {
|
|
11378
11345
|
const n = i[e], { type: r } = n;
|
|
11379
11346
|
if (r.split("/")[0] !== "image")
|
|
@@ -11382,8 +11349,8 @@ const Mi = (i, t) => {
|
|
|
11382
11349
|
a.onload = function(o) {
|
|
11383
11350
|
if (!o.target)
|
|
11384
11351
|
return t("no reader target", null);
|
|
11385
|
-
const h = o.target.result, c =
|
|
11386
|
-
|
|
11352
|
+
const h = o.target.result, c = On(h), l = new Blob([h]);
|
|
11353
|
+
_r(l, (d, p) => {
|
|
11387
11354
|
if (!p)
|
|
11388
11355
|
return t(d, null);
|
|
11389
11356
|
Mi(p, (g, m) => {
|
|
@@ -11422,13 +11389,13 @@ const Mi = (i, t) => {
|
|
|
11422
11389
|
);
|
|
11423
11390
|
return t(null, a);
|
|
11424
11391
|
});
|
|
11425
|
-
},
|
|
11392
|
+
}, tu = (i, t = 0, e = 0) => {
|
|
11426
11393
|
const s = document.createElement("canvas"), n = s.getContext("2d");
|
|
11427
11394
|
return s.width = t, s.height = e, n.drawImage(i, 0, 0, t, e), n.getImageData(0, 0, t, e);
|
|
11428
|
-
},
|
|
11395
|
+
}, eu = (i, t = 0, e = 0) => {
|
|
11429
11396
|
const s = document.createElement("canvas"), n = s.getContext("2d");
|
|
11430
11397
|
return s.width = t, s.height = e, n.drawImage(i, 0, 0, t, e), n.getImageData(0, 0, t, e);
|
|
11431
|
-
},
|
|
11398
|
+
}, su = (i) => {
|
|
11432
11399
|
const t = i.width, e = i.height, s = t * e * 3, n = s + 54, r = [
|
|
11433
11400
|
// WORD bfType -- The file type signature; must be "BM"
|
|
11434
11401
|
66,
|
|
@@ -11530,10 +11497,10 @@ const Mi = (i, t) => {
|
|
|
11530
11497
|
return btoa(x);
|
|
11531
11498
|
}
|
|
11532
11499
|
return g(r.concat(a)) + g(c);
|
|
11533
|
-
},
|
|
11500
|
+
}, iu = (i) => {
|
|
11534
11501
|
const { width: t, height: e } = i, s = document.createElement("canvas"), n = s.getContext("2d");
|
|
11535
11502
|
return s.width = t, s.height = e, n.putImageData(i, 0, 0, 0, 0, t, e), s.toDataURL("image/png");
|
|
11536
|
-
},
|
|
11503
|
+
}, nu = (i, t, e) => {
|
|
11537
11504
|
const { width: s, height: n } = i, r = document.createElement("canvas"), a = r.getContext("2d");
|
|
11538
11505
|
r.width = s, r.height = n, a.putImageData(i, 0, 0, 0, 0, s, n);
|
|
11539
11506
|
const o = `image/${t ? t.toLowerCase() : "png"}`;
|
|
@@ -11544,13 +11511,13 @@ const Mi = (i, t) => {
|
|
|
11544
11511
|
o,
|
|
11545
11512
|
1
|
|
11546
11513
|
);
|
|
11547
|
-
},
|
|
11514
|
+
}, _r = (i, t) => {
|
|
11548
11515
|
const e = new FileReader();
|
|
11549
11516
|
e.onload = function(s) {
|
|
11550
11517
|
s.target ? t(null, s.target.result) : t("can't readAsDataURL", null);
|
|
11551
11518
|
}, e.readAsDataURL(i);
|
|
11552
|
-
},
|
|
11553
|
-
|
|
11519
|
+
}, ru = (i, t) => {
|
|
11520
|
+
_r(i, function(e, s) {
|
|
11554
11521
|
if (s) {
|
|
11555
11522
|
const n = new Image();
|
|
11556
11523
|
n.src = s;
|
|
@@ -11558,15 +11525,15 @@ const Mi = (i, t) => {
|
|
|
11558
11525
|
t(e);
|
|
11559
11526
|
});
|
|
11560
11527
|
};
|
|
11561
|
-
function
|
|
11528
|
+
function au(i) {
|
|
11562
11529
|
const t = [], e = [], s = [];
|
|
11563
11530
|
let n = 0;
|
|
11564
11531
|
for (let h = 0, c = i.data.length; h < c; h += 4)
|
|
11565
11532
|
t[n] = i.data[h], e[n] = i.data[h + 1], s[n] = i.data[h + 2], n += 1;
|
|
11566
|
-
const r =
|
|
11533
|
+
const r = Hs(t), a = Hs(e), o = Hs(s);
|
|
11567
11534
|
return "rgb(" + r + "," + a + "," + o + ")";
|
|
11568
11535
|
}
|
|
11569
|
-
function
|
|
11536
|
+
function Hs(i) {
|
|
11570
11537
|
const t = {}, e = [], s = [];
|
|
11571
11538
|
for (let o = 0; o < i.length; o++)
|
|
11572
11539
|
t[i[o]] ? e.push(i[o]) : t[i[o]] = 1;
|
|
@@ -11583,7 +11550,7 @@ function js(i) {
|
|
|
11583
11550
|
return;
|
|
11584
11551
|
return e[a];
|
|
11585
11552
|
}
|
|
11586
|
-
const
|
|
11553
|
+
const ou = (i) => {
|
|
11587
11554
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11588
11555
|
for (let a = 0; a < s; a++)
|
|
11589
11556
|
for (let o = 0; o < e; o++) {
|
|
@@ -11591,7 +11558,7 @@ const hu = (i) => {
|
|
|
11591
11558
|
n[h] = t[(a * e + e - o - 1) * 4], n[h + 1] = t[(a * e + e - o - 1) * 4 + 1], n[h + 2] = t[(a * e + e - o - 1) * 4 + 2], n[h + 3] = t[(a * e + e - o - 1) * 4 + 3];
|
|
11592
11559
|
}
|
|
11593
11560
|
return new ImageData(n, e, s);
|
|
11594
|
-
},
|
|
11561
|
+
}, hu = (i) => {
|
|
11595
11562
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11596
11563
|
for (let a = 0; a < s; a++)
|
|
11597
11564
|
for (let o = 0; o < e; o++) {
|
|
@@ -11599,7 +11566,7 @@ const hu = (i) => {
|
|
|
11599
11566
|
n[h] = t[((s - a - 1) * e + o) * 4], n[h + 1] = t[((s - a - 1) * e + o) * 4 + 1], n[h + 2] = t[((s - a - 1) * e + o) * 4 + 2], n[h + 3] = t[((s - a - 1) * e + o) * 4 + 3];
|
|
11600
11567
|
}
|
|
11601
11568
|
return new ImageData(n, e, s);
|
|
11602
|
-
},
|
|
11569
|
+
}, cu = (i) => {
|
|
11603
11570
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11604
11571
|
for (let a = 0; a < e; a++)
|
|
11605
11572
|
for (let o = 0; o < s; o++) {
|
|
@@ -11607,7 +11574,7 @@ const hu = (i) => {
|
|
|
11607
11574
|
n[h] = t[(o * e + e - a - 1) * 4], n[h + 1] = t[(o * e + e - a - 1) * 4 + 1], n[h + 2] = t[(o * e + e - a - 1) * 4 + 2], n[h + 3] = t[(o * e + e - a - 1) * 4 + 3];
|
|
11608
11575
|
}
|
|
11609
11576
|
return new ImageData(n, s, e);
|
|
11610
|
-
},
|
|
11577
|
+
}, lu = (i) => {
|
|
11611
11578
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11612
11579
|
for (let a = 0; a < e; a++)
|
|
11613
11580
|
for (let o = 0; o < s; o++) {
|
|
@@ -11615,7 +11582,7 @@ const hu = (i) => {
|
|
|
11615
11582
|
n[h] = t[((s - o - 1) * e + a) * 4], n[h + 1] = t[((s - o - 1) * e + a) * 4 + 1], n[h + 2] = t[((s - o - 1) * e + a) * 4 + 2], n[h + 3] = t[((s - o - 1) * e + a) * 4 + 3];
|
|
11616
11583
|
}
|
|
11617
11584
|
return new ImageData(n, s, e);
|
|
11618
|
-
},
|
|
11585
|
+
}, uu = (i) => {
|
|
11619
11586
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11620
11587
|
for (let a = 0; a < s; a++)
|
|
11621
11588
|
for (let o = 0; o < e; o++) {
|
|
@@ -11623,7 +11590,7 @@ const hu = (i) => {
|
|
|
11623
11590
|
n[h] = c, n[h + 1] = c, n[h + 2] = c, n[h + 3] = t[h + 3];
|
|
11624
11591
|
}
|
|
11625
11592
|
return new ImageData(n, e, s);
|
|
11626
|
-
},
|
|
11593
|
+
}, du = (i) => {
|
|
11627
11594
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11628
11595
|
for (let a = 0; a < s; a++)
|
|
11629
11596
|
for (let o = 0; o < e; o++) {
|
|
@@ -11631,7 +11598,7 @@ const hu = (i) => {
|
|
|
11631
11598
|
n[h] = c, n[h + 1] = c, n[h + 2] = c, n[h + 3] = t[h + 3];
|
|
11632
11599
|
}
|
|
11633
11600
|
return new ImageData(n, e, s);
|
|
11634
|
-
},
|
|
11601
|
+
}, fu = (i) => {
|
|
11635
11602
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11636
11603
|
for (let a = 0; a < s; a++)
|
|
11637
11604
|
for (let o = 0; o < e; o++) {
|
|
@@ -11639,7 +11606,7 @@ const hu = (i) => {
|
|
|
11639
11606
|
n[h] = l, n[h + 1] = l, n[h + 2] = l, n[h + 3] = t[h + 3];
|
|
11640
11607
|
}
|
|
11641
11608
|
return new ImageData(n, e, s);
|
|
11642
|
-
},
|
|
11609
|
+
}, mu = (i) => {
|
|
11643
11610
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11644
11611
|
for (let a = 0; a < s; a++)
|
|
11645
11612
|
for (let o = 0; o < e; o++) {
|
|
@@ -11647,7 +11614,7 @@ const hu = (i) => {
|
|
|
11647
11614
|
n[h] = 255 - t[h], n[h + 1] = 255 - t[h + 1], n[h + 2] = 255 - t[h + 2], n[h + 3] = t[h + 3];
|
|
11648
11615
|
}
|
|
11649
11616
|
return new ImageData(n, e, s);
|
|
11650
|
-
},
|
|
11617
|
+
}, pu = (i) => {
|
|
11651
11618
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11652
11619
|
for (let a = 0; a < s; a++)
|
|
11653
11620
|
for (let o = 0; o < e; o++) {
|
|
@@ -11655,7 +11622,7 @@ const hu = (i) => {
|
|
|
11655
11622
|
n[h] = t[h], n[h + 1] = 0, n[h + 2] = 0, n[h + 3] = t[h + 3];
|
|
11656
11623
|
}
|
|
11657
11624
|
return new ImageData(n, e, s);
|
|
11658
|
-
},
|
|
11625
|
+
}, gu = (i) => {
|
|
11659
11626
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11660
11627
|
for (let a = 0; a < s; a++)
|
|
11661
11628
|
for (let o = 0; o < e; o++) {
|
|
@@ -11663,7 +11630,7 @@ const hu = (i) => {
|
|
|
11663
11630
|
n[h] = 0, n[h + 1] = t[h + 1], n[h + 2] = 0, n[h + 3] = t[h + 3];
|
|
11664
11631
|
}
|
|
11665
11632
|
return new ImageData(n, e, s);
|
|
11666
|
-
},
|
|
11633
|
+
}, yu = (i) => {
|
|
11667
11634
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11668
11635
|
for (let a = 0; a < s; a++)
|
|
11669
11636
|
for (let o = 0; o < e; o++) {
|
|
@@ -11671,7 +11638,7 @@ const hu = (i) => {
|
|
|
11671
11638
|
n[h] = 0, n[h + 1] = 0, n[h + 2] = t[h + 2], n[h + 3] = t[h + 3];
|
|
11672
11639
|
}
|
|
11673
11640
|
return new ImageData(n, e, s);
|
|
11674
|
-
},
|
|
11641
|
+
}, xu = (i) => {
|
|
11675
11642
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11676
11643
|
for (let a = 0; a < s; a++)
|
|
11677
11644
|
for (let o = 0; o < e; o++) {
|
|
@@ -11679,7 +11646,7 @@ const hu = (i) => {
|
|
|
11679
11646
|
n[h] = t[h], n[h + 1] = t[h + 1], n[h + 2] = 0, n[h + 3] = t[h + 3];
|
|
11680
11647
|
}
|
|
11681
11648
|
return new ImageData(n, e, s);
|
|
11682
|
-
},
|
|
11649
|
+
}, wu = (i) => {
|
|
11683
11650
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11684
11651
|
for (let a = 0; a < s; a++)
|
|
11685
11652
|
for (let o = 0; o < e; o++) {
|
|
@@ -11687,7 +11654,7 @@ const hu = (i) => {
|
|
|
11687
11654
|
n[h] = t[h], n[h + 1] = 0, n[h + 2] = t[h + 1], n[h + 3] = t[h + 3];
|
|
11688
11655
|
}
|
|
11689
11656
|
return new ImageData(n, e, s);
|
|
11690
|
-
},
|
|
11657
|
+
}, bu = (i) => {
|
|
11691
11658
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11692
11659
|
for (let a = 0; a < s; a++)
|
|
11693
11660
|
for (let o = 0; o < e; o++) {
|
|
@@ -11695,7 +11662,7 @@ const hu = (i) => {
|
|
|
11695
11662
|
n[h] = 0, n[h + 1] = t[h + 1], n[h + 2] = t[h + 1], n[h + 3] = t[h + 3];
|
|
11696
11663
|
}
|
|
11697
11664
|
return new ImageData(n, e, s);
|
|
11698
|
-
},
|
|
11665
|
+
}, vu = (i) => {
|
|
11699
11666
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11700
11667
|
for (let a = 0; a < s; a++)
|
|
11701
11668
|
for (let o = 0; o < e; o++) {
|
|
@@ -11703,7 +11670,7 @@ const hu = (i) => {
|
|
|
11703
11670
|
n[h] = t[h], n[h + 1] = c, n[h + 2] = c, n[h + 3] = t[h + 3];
|
|
11704
11671
|
}
|
|
11705
11672
|
return new ImageData(n, e, s);
|
|
11706
|
-
},
|
|
11673
|
+
}, Su = (i) => {
|
|
11707
11674
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11708
11675
|
for (let a = 0; a < s; a++)
|
|
11709
11676
|
for (let o = 0; o < e; o++) {
|
|
@@ -11711,7 +11678,7 @@ const hu = (i) => {
|
|
|
11711
11678
|
n[h] = c, n[h + 1] = t[h + 1], n[h + 2] = c, n[h + 3] = t[h + 3];
|
|
11712
11679
|
}
|
|
11713
11680
|
return new ImageData(n, e, s);
|
|
11714
|
-
},
|
|
11681
|
+
}, Cu = (i) => {
|
|
11715
11682
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11716
11683
|
for (let a = 0; a < s; a++)
|
|
11717
11684
|
for (let o = 0; o < e; o++) {
|
|
@@ -11719,7 +11686,7 @@ const hu = (i) => {
|
|
|
11719
11686
|
n[h] = c, n[h + 1] = c, n[h + 2] = t[h + 2], n[h + 3] = t[h + 3];
|
|
11720
11687
|
}
|
|
11721
11688
|
return new ImageData(n, e, s);
|
|
11722
|
-
},
|
|
11689
|
+
}, Eu = (i) => Ar(i, [-1, -1, -1, -1, 9, -1, -1, -1, -1]), Tu = (i) => Ar(i, [-1, -1, -1, -1, 8, -1, -1, -1, -1]), Pu = (i) => {
|
|
11723
11690
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11724
11691
|
for (let a = 0; a < s; a++)
|
|
11725
11692
|
for (let o = 0; o < e; o++) {
|
|
@@ -11727,7 +11694,7 @@ const hu = (i) => {
|
|
|
11727
11694
|
n[h] = t[h], n[h + 1] = t[h + 1], n[h + 2] = t[h + 2], n[h + 3] = 255;
|
|
11728
11695
|
}
|
|
11729
11696
|
return new ImageData(n, e, s);
|
|
11730
|
-
},
|
|
11697
|
+
}, Mu = (i) => {
|
|
11731
11698
|
const { data: t, width: e, height: s } = i, n = new Uint8ClampedArray(t.length);
|
|
11732
11699
|
for (let a = 0; a < s; a++)
|
|
11733
11700
|
for (let o = 0; o < e; o++) {
|
|
@@ -11748,7 +11715,7 @@ const hu = (i) => {
|
|
|
11748
11715
|
}
|
|
11749
11716
|
}
|
|
11750
11717
|
return new ImageData(n, e, s);
|
|
11751
|
-
},
|
|
11718
|
+
}, _u = (i, t, e, s, n, r = !1, a) => {
|
|
11752
11719
|
const { data: o, width: h, height: c } = i;
|
|
11753
11720
|
let l = n, d = s, p = t, g = e;
|
|
11754
11721
|
if (l < 0 ? l = 0 : l > h && (l = h), d < 0 ? d = 0 : d > c && (d = c), p < 1 ? p = 1 : p > h && (p = h), g < 1 ? g = 1 : g > c && (g = c), l + p > h && (p = h - l), d + g > c && (g = c - d), r) {
|
|
@@ -11788,12 +11755,12 @@ const hu = (i) => {
|
|
|
11788
11755
|
))), Math.round(g) > o ? (h[p] = 255, h[p + 1] = 255, h[p + 2] = 255, h[p + 3] = s || e.toUpperCase() === "PNG" ? 0 : 255) : (h[p] = n[p], h[p + 1] = n[p + 1], h[p + 2] = n[p + 2], h[p + 3] = s || e.toUpperCase() === "PNG" ? n[p + 3] : 255);
|
|
11789
11756
|
}
|
|
11790
11757
|
return new ImageData(h, r, a);
|
|
11791
|
-
},
|
|
11758
|
+
}, ku = (i, t, e, s, n, r = 1e4) => {
|
|
11792
11759
|
const a = new Image();
|
|
11793
11760
|
a.src = i;
|
|
11794
11761
|
const o = document.createElement("canvas"), h = o.getContext("2d");
|
|
11795
11762
|
return o.width = r, o.height = r, h.drawImage(a, 0, 0, t, e, 0, 0, s, n), h.getImageData(0, 0, s, n);
|
|
11796
|
-
},
|
|
11763
|
+
}, Iu = (i, t) => {
|
|
11797
11764
|
const { data: e, width: s, height: n } = i, r = new Uint8ClampedArray(e.length);
|
|
11798
11765
|
for (let o = 0; o < n; o++)
|
|
11799
11766
|
for (let h = 0; h < s; h++) {
|
|
@@ -11810,7 +11777,7 @@ const hu = (i) => {
|
|
|
11810
11777
|
), r[c + 3] = e[c + 3];
|
|
11811
11778
|
}
|
|
11812
11779
|
return new ImageData(r, s, n);
|
|
11813
|
-
},
|
|
11780
|
+
}, Du = (i, t, e = !1) => {
|
|
11814
11781
|
const { data: s, width: n, height: r } = i, a = new Uint8ClampedArray(s.length);
|
|
11815
11782
|
for (let h = 0; h < r; h++)
|
|
11816
11783
|
for (let c = 0; c < n; c++) {
|
|
@@ -11820,7 +11787,7 @@ const hu = (i) => {
|
|
|
11820
11787
|
e ? d = Math.max(Math.min(Math.floor(255 * t), 255), 0) : d = Math.max(Math.min(Math.floor(d + 255 * t), 255), 0), a[l + 3] = d;
|
|
11821
11788
|
}
|
|
11822
11789
|
return new ImageData(a, n, r);
|
|
11823
|
-
},
|
|
11790
|
+
}, Lu = (i, t, e, s) => {
|
|
11824
11791
|
const { data: n, width: r, height: a } = i, {
|
|
11825
11792
|
data: o,
|
|
11826
11793
|
width: h,
|
|
@@ -11850,7 +11817,7 @@ const hu = (i) => {
|
|
|
11850
11817
|
}
|
|
11851
11818
|
}
|
|
11852
11819
|
return new ImageData(p, r, a);
|
|
11853
|
-
},
|
|
11820
|
+
}, Ru = (i, t, e, s, n, r = 10) => {
|
|
11854
11821
|
const { data: a, width: o, height: h } = i;
|
|
11855
11822
|
let c = n, l = s, d = t, p = e;
|
|
11856
11823
|
c < 0 ? c = 0 : c > o && (c = o), l < 0 ? l = 0 : l > h && (l = h), d < 1 ? d = 1 : d > o && (d = o), p < 1 ? p = 1 : p > h && (p = h), c + d > o && (d = o - c), l + p > h && (p = h - l);
|
|
@@ -11872,7 +11839,7 @@ const hu = (i) => {
|
|
|
11872
11839
|
g[v] = a[v], g[v + 1] = a[v + 1], g[v + 2] = a[v + 2], g[v + 3] = a[v + 3];
|
|
11873
11840
|
}
|
|
11874
11841
|
return new ImageData(g, o, h);
|
|
11875
|
-
},
|
|
11842
|
+
}, Ou = (i, t, e = {
|
|
11876
11843
|
backgroundColor: { r: 0, g: 0, b: 0, a: 255 },
|
|
11877
11844
|
changeIntoColor: { r: 0, g: 0, b: 0, a: 0 }
|
|
11878
11845
|
}) => {
|
|
@@ -11886,7 +11853,7 @@ const hu = (i) => {
|
|
|
11886
11853
|
return new ImageData(o, n, r);
|
|
11887
11854
|
}
|
|
11888
11855
|
return i;
|
|
11889
|
-
},
|
|
11856
|
+
}, Ar = (i, t) => {
|
|
11890
11857
|
const { data: e, width: s, height: n } = i, r = new Uint8ClampedArray(e.length);
|
|
11891
11858
|
for (let o = 0; o < n; o++)
|
|
11892
11859
|
for (let h = 0; h < s; h++) {
|
|
@@ -11943,7 +11910,7 @@ const hu = (i) => {
|
|
|
11943
11910
|
}
|
|
11944
11911
|
}
|
|
11945
11912
|
return [255, 255, 255, 255];
|
|
11946
|
-
},
|
|
11913
|
+
}, Ir = function() {
|
|
11947
11914
|
const i = [];
|
|
11948
11915
|
return {
|
|
11949
11916
|
writeByte(t) {
|
|
@@ -12028,7 +11995,7 @@ const hu = (i) => {
|
|
|
12028
11995
|
for (let w = 0; w < h; w++)
|
|
12029
11996
|
d.add(String.fromCharCode(w));
|
|
12030
11997
|
d.add(String.fromCharCode(h)), d.add(String.fromCharCode(c));
|
|
12031
|
-
const p =
|
|
11998
|
+
const p = Ir(), g = n(p);
|
|
12032
11999
|
g.write(h, l);
|
|
12033
12000
|
let m = 0, x = String.fromCharCode(s[m]);
|
|
12034
12001
|
for (m += 1; m < s.length; ) {
|
|
@@ -12075,7 +12042,7 @@ const hu = (i) => {
|
|
|
12075
12042
|
for (let c = 0; c < i; c++)
|
|
12076
12043
|
for (let l = 0; l < i; l++)
|
|
12077
12044
|
n.setPixel(l, c, s(l, c));
|
|
12078
|
-
const r =
|
|
12045
|
+
const r = Ir();
|
|
12079
12046
|
n.write(r);
|
|
12080
12047
|
const a = fc(), o = r.toByteArray();
|
|
12081
12048
|
for (let c = 0, l = o.length; c < l; c++)
|
|
@@ -12573,7 +12540,7 @@ class Yt {
|
|
|
12573
12540
|
}
|
|
12574
12541
|
}
|
|
12575
12542
|
}
|
|
12576
|
-
class
|
|
12543
|
+
class En {
|
|
12577
12544
|
buffer;
|
|
12578
12545
|
length;
|
|
12579
12546
|
constructor() {
|
|
@@ -12640,7 +12607,7 @@ class ce {
|
|
|
12640
12607
|
const e = Yt.getRSBlocks(
|
|
12641
12608
|
t,
|
|
12642
12609
|
this.errorCorrectLevel
|
|
12643
|
-
), s = new
|
|
12610
|
+
), s = new En();
|
|
12644
12611
|
let n = 0;
|
|
12645
12612
|
for (let r = 0; r < e.length; r++)
|
|
12646
12613
|
n += e[r].dataCount;
|
|
@@ -12754,7 +12721,7 @@ class ce {
|
|
|
12754
12721
|
}
|
|
12755
12722
|
}
|
|
12756
12723
|
static createData(t, e, s) {
|
|
12757
|
-
const n = Yt.getRSBlocks(t, e), r = new
|
|
12724
|
+
const n = Yt.getRSBlocks(t, e), r = new En();
|
|
12758
12725
|
for (let o = 0; o < s.length; o++) {
|
|
12759
12726
|
const h = s[o];
|
|
12760
12727
|
r.put(h.mode, 4), r.put(
|
|
@@ -12805,9 +12772,9 @@ class ce {
|
|
|
12805
12772
|
return c;
|
|
12806
12773
|
}
|
|
12807
12774
|
}
|
|
12808
|
-
const
|
|
12809
|
-
function
|
|
12810
|
-
const e =
|
|
12775
|
+
const Tn = Math.ceil, Ne = Math.floor, Pn = Math.round;
|
|
12776
|
+
function Nu(i, t) {
|
|
12777
|
+
const e = Rn(i), s = t?.ecc || "H", n = t?.size || 256, r = -1, a = t?.padding || 0, o = t?.color || "#000000", h = t?.background || "#ffffff", c = new ce(r, s);
|
|
12811
12778
|
c.addData(e), c.make();
|
|
12812
12779
|
const l = c.getModuleCount(), d = (n - a * 2) / l, p = a, g = n - a;
|
|
12813
12780
|
return pc(n, o, h, function(m, x) {
|
|
@@ -12818,17 +12785,17 @@ function Fu(i, t) {
|
|
|
12818
12785
|
return 1;
|
|
12819
12786
|
});
|
|
12820
12787
|
}
|
|
12821
|
-
function
|
|
12822
|
-
const e = t.x || 0, s = t.y || 0, n =
|
|
12788
|
+
function Fu(i, t) {
|
|
12789
|
+
const e = t.x || 0, s = t.y || 0, n = Rn(i), r = t.ctx, a = t.ecc || "H", o = typeof t.size == "number" ? Ne(t.size) : 256, h = t.padding || 0, c = -1, l = t.color || "#000000", d = t.background || "#ffffff", p = new ce(c, a);
|
|
12823
12790
|
p.addData(n), p.make();
|
|
12824
12791
|
const g = p.getModuleCount(), m = (o - h * 2) / g;
|
|
12825
12792
|
r.fillStyle = d, r.fillRect(e, s, o, o);
|
|
12826
12793
|
for (let x = 0; x < g; x++)
|
|
12827
12794
|
for (let w = 0; w < g; w++) {
|
|
12828
|
-
const v =
|
|
12795
|
+
const v = Tn((w + 1) * m) - Ne(w * m), S = Tn((x + 1) * m) - Ne(x * m);
|
|
12829
12796
|
r.fillStyle = p.isDark(x, w) ? l : d, r.fillRect(
|
|
12830
|
-
e +
|
|
12831
|
-
s +
|
|
12797
|
+
e + Pn(w * m) + h,
|
|
12798
|
+
s + Pn(x * m) + h,
|
|
12832
12799
|
v,
|
|
12833
12800
|
S
|
|
12834
12801
|
);
|
|
@@ -12950,7 +12917,7 @@ class at extends B {
|
|
|
12950
12917
|
},
|
|
12951
12918
|
onUpdate: (o, h) => {
|
|
12952
12919
|
for (let c in o) {
|
|
12953
|
-
const l =
|
|
12920
|
+
const l = Zs(c).number;
|
|
12954
12921
|
this.shapes[l].setAttr(
|
|
12955
12922
|
"strokeDashoffset",
|
|
12956
12923
|
"" + Et(o[c], 2)
|
|
@@ -13038,7 +13005,7 @@ class pe extends B {
|
|
|
13038
13005
|
return e.intersection(s);
|
|
13039
13006
|
}
|
|
13040
13007
|
}
|
|
13041
|
-
class
|
|
13008
|
+
class Xu extends B {
|
|
13042
13009
|
cx;
|
|
13043
13010
|
cy;
|
|
13044
13011
|
toX;
|
|
@@ -13123,10 +13090,10 @@ class yc extends Lo {
|
|
|
13123
13090
|
let r = "", a = "";
|
|
13124
13091
|
for (let o in this.groups[n])
|
|
13125
13092
|
o == "transform" ? r = this.groups[n].transform : o == "class" && this.globalStyles["." + this.groups[n][o]] ? a = this.globalStyles["." + this.groups[n][o]].join(";") + ";" + a : o == "id" && this.globalStyles["#" + this.groups[n][o]] ? a = this.globalStyles["#" + this.groups[n][o]].join(";") + ";" + a : typeof this.currentItem[o] > "u" && (this.currentItem[o] = this.groups[n][o]);
|
|
13126
|
-
typeof this.currentItem.transform > "u" ? this.currentItem.transform = r : this.currentItem.transform += " " + r, typeof this.currentItem.style > "u" ? this.currentItem.style = a : this.currentItem.style = a + this.currentItem.style, this.currentItem.class && this.globalStyles["." + this.currentItem.class] ? this.currentItem.style = this.globalStyles["." + this.currentItem.class].join(";") + ";" + this.currentItem.style : this.currentItem.id && this.globalStyles["#" + this.currentItem.id] && (this.currentItem.style = this.globalStyles["#" + this.currentItem.id].join(";") + ";" + this.currentItem.style),
|
|
13093
|
+
typeof this.currentItem.transform > "u" ? this.currentItem.transform = r : this.currentItem.transform += " " + r, typeof this.currentItem.style > "u" ? this.currentItem.style = a : this.currentItem.style = a + this.currentItem.style, this.currentItem.class && this.globalStyles["." + this.currentItem.class] ? this.currentItem.style = this.globalStyles["." + this.currentItem.class].join(";") + ";" + this.currentItem.style : this.currentItem.id && this.globalStyles["#" + this.currentItem.id] && (this.currentItem.style = this.globalStyles["#" + this.currentItem.id].join(";") + ";" + this.currentItem.style), js(
|
|
13127
13094
|
this.currentItem.style,
|
|
13128
13095
|
this.currentItem,
|
|
13129
|
-
|
|
13096
|
+
$s
|
|
13130
13097
|
);
|
|
13131
13098
|
}
|
|
13132
13099
|
switch (this.processAttrs(e, s), e) {
|
|
@@ -13186,10 +13153,10 @@ class yc extends Lo {
|
|
|
13186
13153
|
typeof e.x1 == "number" && typeof e.y1 == "number" && typeof e.x2 == "number" && typeof e.y2 == "number" && (this.currentItem.path = "M" + [e.x1, e.y1, e.x2, e.y2]);
|
|
13187
13154
|
break;
|
|
13188
13155
|
case "stop":
|
|
13189
|
-
n = {}, e.style &&
|
|
13156
|
+
n = {}, e.style && js(e.style, n), n.offset = n.offset || e.offset, n.color = n["stop-color"] || e["stop-color"], n.opacity = n["stop-opacity"] || e["stop-opacity"], ~(n.offset + "").indexOf("%") ? n.offset = parseFloat(n.offset) : n.offset = parseFloat(n.offset) * 100, n.offset = +n.offset.toFixed(2), this.grad.stops.push(n);
|
|
13190
13157
|
break;
|
|
13191
13158
|
case "linearGradient":
|
|
13192
|
-
this.grad.angle = (360 +
|
|
13159
|
+
this.grad.angle = (360 + ci(
|
|
13193
13160
|
parseFloat(e.x1),
|
|
13194
13161
|
parseFloat(e.y1),
|
|
13195
13162
|
parseFloat(e.x2),
|
|
@@ -13214,13 +13181,13 @@ class yc extends Lo {
|
|
|
13214
13181
|
}
|
|
13215
13182
|
for (let r in e) {
|
|
13216
13183
|
const a = e[r];
|
|
13217
|
-
if (
|
|
13184
|
+
if ($s.includes(r) && (this.currentItem[r] = a), r === "id" && (this.currentItem.type === "linearGradient" && (this.grad = {
|
|
13218
13185
|
id: r,
|
|
13219
13186
|
stops: []
|
|
13220
13187
|
}), this.currentItem.type === "radialGradient" && (this.grad = {
|
|
13221
13188
|
id: r,
|
|
13222
13189
|
stops: []
|
|
13223
|
-
})), r === "style" &&
|
|
13190
|
+
})), r === "style" && js(a, this.currentItem, $s), r === "transform" && (this.currentItem.transform = a + (this.currentItem.transform || " ")), r === "fill") {
|
|
13224
13191
|
const o = a.match(/url\(#([^)]+)\)/);
|
|
13225
13192
|
if (o) {
|
|
13226
13193
|
const h = o[1];
|
|
@@ -13234,14 +13201,14 @@ class yc extends Lo {
|
|
|
13234
13201
|
this.items.push(this.currentItem);
|
|
13235
13202
|
}
|
|
13236
13203
|
}
|
|
13237
|
-
function
|
|
13204
|
+
function ci(i, t, e, s, n, r) {
|
|
13238
13205
|
if (typeof n > "u" || typeof r > "u") {
|
|
13239
13206
|
const a = i - e, o = t - s;
|
|
13240
13207
|
return !a && !o ? 0 : (180 + Math.atan2(-o, -a) * 180 / Math.PI + 360) % 360;
|
|
13241
13208
|
} else
|
|
13242
|
-
return
|
|
13209
|
+
return ci(i, t, n, r) - ci(e, s, n, r);
|
|
13243
13210
|
}
|
|
13244
|
-
function
|
|
13211
|
+
function js(i, t, e) {
|
|
13245
13212
|
const s = (i + "").split(";"), n = /^\s+|\s+$/g;
|
|
13246
13213
|
for (let r = 0, a = s.length; r < a; r++) {
|
|
13247
13214
|
let o = s[r].split(":"), h = o[0].replace(n, "").replace(/[A-Z]/g, function(c) {
|
|
@@ -13250,7 +13217,7 @@ function $s(i, t, e) {
|
|
|
13250
13217
|
(!e || e.includes(h)) && (t[h] = o[1].replace(n, ""));
|
|
13251
13218
|
}
|
|
13252
13219
|
}
|
|
13253
|
-
const
|
|
13220
|
+
const $s = [
|
|
13254
13221
|
"id",
|
|
13255
13222
|
"class",
|
|
13256
13223
|
"viewBox",
|
|
@@ -13283,7 +13250,7 @@ const Ws = [
|
|
|
13283
13250
|
"font-weight",
|
|
13284
13251
|
"letter-spacing"
|
|
13285
13252
|
];
|
|
13286
|
-
class
|
|
13253
|
+
class Yu {
|
|
13287
13254
|
app;
|
|
13288
13255
|
rootEl;
|
|
13289
13256
|
shapes = [];
|
|
@@ -13470,7 +13437,7 @@ class Bu {
|
|
|
13470
13437
|
}), _.insert(this.rootEl, a), a;
|
|
13471
13438
|
}
|
|
13472
13439
|
}
|
|
13473
|
-
class
|
|
13440
|
+
class Bu extends at {
|
|
13474
13441
|
svgWidth = 0;
|
|
13475
13442
|
svgHeight = 0;
|
|
13476
13443
|
width = 0;
|
|
@@ -13502,7 +13469,7 @@ class Uu extends at {
|
|
|
13502
13469
|
c.push(p), p[0].toLowerCase() == "z" && (h.push(c), c = []);
|
|
13503
13470
|
}
|
|
13504
13471
|
c.length && h.push(c), h.forEach((l) => {
|
|
13505
|
-
const d =
|
|
13472
|
+
const d = sr(r.transform ?? "");
|
|
13506
13473
|
d.scale(
|
|
13507
13474
|
this.width && this.svgWidth ? this.width / this.svgWidth : 1
|
|
13508
13475
|
), this.addShape(
|
|
@@ -13857,7 +13824,7 @@ class wc extends B {
|
|
|
13857
13824
|
t.beginPath(), t.ellipse(0, 0, this.rx, this.ry, 0, 0, 2 * Math.PI, !0), t.closePath();
|
|
13858
13825
|
}
|
|
13859
13826
|
}
|
|
13860
|
-
class
|
|
13827
|
+
class Uu extends B {
|
|
13861
13828
|
constructor(t) {
|
|
13862
13829
|
super(t);
|
|
13863
13830
|
}
|
|
@@ -13878,7 +13845,7 @@ class Gu extends B {
|
|
|
13878
13845
|
t.beginPath(), t.moveTo(-50, -25), t.lineTo(0, -25), t.lineTo(0, -50), t.lineTo(50, 0), t.lineTo(0, 50), t.lineTo(0, 25), t.lineTo(-50, 25), t.lineTo(-50, -25), t.closePath();
|
|
13879
13846
|
}
|
|
13880
13847
|
}
|
|
13881
|
-
class
|
|
13848
|
+
class Gu extends B {
|
|
13882
13849
|
constructor(t) {
|
|
13883
13850
|
super(t);
|
|
13884
13851
|
}
|
|
@@ -13903,7 +13870,7 @@ class Vu extends B {
|
|
|
13903
13870
|
t.beginPath(), t.moveTo(4, 24), t.lineTo(8, 16), t.lineTo(14, 10), t.lineTo(15, 0), t.lineTo(9, -10), t.lineTo(2, 0), t.lineTo(-2, 0), t.lineTo(-9, -10), t.lineTo(-15, 0), t.lineTo(-14, 10), t.lineTo(-8, 16), t.lineTo(-4, 24), t.closePath();
|
|
13904
13871
|
}
|
|
13905
13872
|
}
|
|
13906
|
-
class
|
|
13873
|
+
class Vu extends B {
|
|
13907
13874
|
rx;
|
|
13908
13875
|
ry;
|
|
13909
13876
|
constructor(t) {
|
|
@@ -13924,7 +13891,7 @@ class zu extends B {
|
|
|
13924
13891
|
];
|
|
13925
13892
|
}
|
|
13926
13893
|
}
|
|
13927
|
-
class
|
|
13894
|
+
class zu extends B {
|
|
13928
13895
|
rx;
|
|
13929
13896
|
ry;
|
|
13930
13897
|
constructor(t) {
|
|
@@ -13961,7 +13928,7 @@ class qu extends B {
|
|
|
13961
13928
|
];
|
|
13962
13929
|
}
|
|
13963
13930
|
}
|
|
13964
|
-
class
|
|
13931
|
+
class qu extends B {
|
|
13965
13932
|
r;
|
|
13966
13933
|
constructor(t) {
|
|
13967
13934
|
super(t), this.r = t?.r || 20;
|
|
@@ -13975,7 +13942,7 @@ class Hu extends B {
|
|
|
13975
13942
|
return t;
|
|
13976
13943
|
}
|
|
13977
13944
|
}
|
|
13978
|
-
class
|
|
13945
|
+
class Hu extends B {
|
|
13979
13946
|
constructor(t) {
|
|
13980
13947
|
super(t);
|
|
13981
13948
|
}
|
|
@@ -13991,12 +13958,12 @@ class ju extends B {
|
|
|
13991
13958
|
];
|
|
13992
13959
|
}
|
|
13993
13960
|
}
|
|
13994
|
-
class
|
|
13961
|
+
class ju extends B {
|
|
13995
13962
|
constructor(t) {
|
|
13996
13963
|
super(t), this.originD = "m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z";
|
|
13997
13964
|
}
|
|
13998
13965
|
}
|
|
13999
|
-
class
|
|
13966
|
+
class $u extends at {
|
|
14000
13967
|
constructor(t) {
|
|
14001
13968
|
super(t);
|
|
14002
13969
|
const e = new pe({
|
|
@@ -14040,7 +14007,7 @@ class ps extends B {
|
|
|
14040
14007
|
// start | end
|
|
14041
14008
|
...this.getAttrs()
|
|
14042
14009
|
});
|
|
14043
|
-
const e =
|
|
14010
|
+
const e = Zs(this.getAttr("fontSize"), 10).number, s = Zs(this.getAttr("fontWeight"), 400).number, n = _.measureText(this.text, e, s);
|
|
14044
14011
|
this.width = n.width, this.height = n.height;
|
|
14045
14012
|
}
|
|
14046
14013
|
getBoundingClientRect() {
|
|
@@ -14085,12 +14052,12 @@ class bc extends at {
|
|
|
14085
14052
|
}), this.addShape([this.bgShape, this.textShape]);
|
|
14086
14053
|
}
|
|
14087
14054
|
shapeInit() {
|
|
14088
|
-
|
|
14055
|
+
ui(() => {
|
|
14089
14056
|
this.textShape.x = this.x + this.offset, this.textShape.y = this.y + this.offset, this.textShape.text = this.text, this.textShape.isShow = this.isShow, this.bgShape.x = this.textShape.x - this.padding, this.bgShape.y = this.textShape.y - this.textShape.height / 2 - this.padding, this.bgShape.width = this.textShape.width + this.padding * 2, this.bgShape.height = this.textShape.height + this.padding * 2, this.bgShape.isShow = this.isShow;
|
|
14090
14057
|
});
|
|
14091
14058
|
}
|
|
14092
14059
|
}
|
|
14093
|
-
class
|
|
14060
|
+
class Wu extends at {
|
|
14094
14061
|
radius;
|
|
14095
14062
|
expandRaidus;
|
|
14096
14063
|
startDegree;
|
|
@@ -14232,7 +14199,7 @@ class vc extends B {
|
|
|
14232
14199
|
return s <= this.radius && n >= this.startDegree && n <= this.endDegree;
|
|
14233
14200
|
}
|
|
14234
14201
|
}
|
|
14235
|
-
class
|
|
14202
|
+
class Ju extends at {
|
|
14236
14203
|
showFlame;
|
|
14237
14204
|
ship;
|
|
14238
14205
|
flame;
|
|
@@ -14254,23 +14221,23 @@ class Zu extends at {
|
|
|
14254
14221
|
}), this.addShape(this.flame);
|
|
14255
14222
|
}
|
|
14256
14223
|
shapeInit() {
|
|
14257
|
-
|
|
14224
|
+
ui(() => {
|
|
14258
14225
|
this.ship.x = this.x, this.ship.y = this.y, this.flame.x = this.x, this.flame.y = this.y, this.flame.isShow = this.showFlame;
|
|
14259
14226
|
});
|
|
14260
14227
|
}
|
|
14261
14228
|
}
|
|
14262
|
-
class
|
|
14229
|
+
class Zu extends at {
|
|
14263
14230
|
value;
|
|
14264
14231
|
backgroundRect;
|
|
14265
14232
|
occupyRect;
|
|
14266
14233
|
handle;
|
|
14267
14234
|
constructor(t) {
|
|
14268
14235
|
super(t);
|
|
14269
|
-
const e = t?.min || 0, s = t?.max || 100, n = t?.step || 1, r =
|
|
14236
|
+
const e = t?.min || 0, s = t?.max || 100, n = t?.step || 1, r = _a(e, s, n);
|
|
14270
14237
|
this.value = r(
|
|
14271
14238
|
typeof t?.defaultValue == "number" ? bt(t.defaultValue, e, s) : e
|
|
14272
14239
|
);
|
|
14273
|
-
const a = this.value / (s - e), o = t?.barWidth || 100, h = t?.barHeight || 4, c = t?.handleRadius || 10, l = h * 0.5, d = t?.barColor ||
|
|
14240
|
+
const a = this.value / (s - e), o = t?.barWidth || 100, h = t?.barHeight || 4, c = t?.handleRadius || 10, l = h * 0.5, d = t?.barColor || un.colorGrayF5, p = t?.handleColor || un.colorPrimary;
|
|
14274
14241
|
this.backgroundRect = new ee({
|
|
14275
14242
|
x: this.x,
|
|
14276
14243
|
y: this.y,
|
|
@@ -14323,7 +14290,7 @@ class Ku extends at {
|
|
|
14323
14290
|
});
|
|
14324
14291
|
}
|
|
14325
14292
|
}
|
|
14326
|
-
class
|
|
14293
|
+
class Ku extends at {
|
|
14327
14294
|
width;
|
|
14328
14295
|
height;
|
|
14329
14296
|
cornerRadius;
|
|
@@ -14360,7 +14327,7 @@ class Qu extends at {
|
|
|
14360
14327
|
};
|
|
14361
14328
|
}
|
|
14362
14329
|
}
|
|
14363
|
-
class
|
|
14330
|
+
class Mn extends B {
|
|
14364
14331
|
extendDegree;
|
|
14365
14332
|
radius;
|
|
14366
14333
|
startDegree;
|
|
@@ -14408,7 +14375,7 @@ class Pn extends B {
|
|
|
14408
14375
|
);
|
|
14409
14376
|
}
|
|
14410
14377
|
}
|
|
14411
|
-
class
|
|
14378
|
+
class Qu extends at {
|
|
14412
14379
|
percent = 0;
|
|
14413
14380
|
ringBg;
|
|
14414
14381
|
ring;
|
|
@@ -14422,7 +14389,7 @@ class td extends at {
|
|
|
14422
14389
|
const e = t?.startDegree || 0, s = t?.endDegree || 180, n = t?.extendDegree || 15, r = t?.lineWidth || 12;
|
|
14423
14390
|
this.bgColor = t?.bgColor || "#B3C6E7", this.startColor = t?.startColor || "#5A82F0", this.endColor = t?.endColor || "#66B3FF", this.percent = t?.percent || 0, this.indicatorLineCount = 22 + 1;
|
|
14424
14391
|
const a = 20, o = 2, h = 17;
|
|
14425
|
-
this.ringBg = new
|
|
14392
|
+
this.ringBg = new Mn({
|
|
14426
14393
|
...t,
|
|
14427
14394
|
x: t?.x,
|
|
14428
14395
|
y: t?.y,
|
|
@@ -14433,7 +14400,7 @@ class td extends at {
|
|
|
14433
14400
|
extendDegree: n,
|
|
14434
14401
|
lineWidth: r,
|
|
14435
14402
|
color: this.bgColor
|
|
14436
|
-
}), this.addShape(this.ringBg), this.ring = new
|
|
14403
|
+
}), this.addShape(this.ringBg), this.ring = new Mn({
|
|
14437
14404
|
...t,
|
|
14438
14405
|
x: t?.x,
|
|
14439
14406
|
y: t?.y,
|
|
@@ -14535,7 +14502,7 @@ class Sc extends B {
|
|
|
14535
14502
|
}
|
|
14536
14503
|
}
|
|
14537
14504
|
const Cc = Sc;
|
|
14538
|
-
class
|
|
14505
|
+
class td extends B {
|
|
14539
14506
|
points;
|
|
14540
14507
|
light;
|
|
14541
14508
|
constructor(t = []) {
|
|
@@ -14598,7 +14565,7 @@ class ed extends B {
|
|
|
14598
14565
|
return e.r *= s, e.g *= s, e.b *= s, Ye(e);
|
|
14599
14566
|
}
|
|
14600
14567
|
}
|
|
14601
|
-
class
|
|
14568
|
+
class ed extends at {
|
|
14602
14569
|
fettis = [];
|
|
14603
14570
|
constructor(t, e, s) {
|
|
14604
14571
|
super();
|
|
@@ -14617,7 +14584,7 @@ class sd extends at {
|
|
|
14617
14584
|
colors: x,
|
|
14618
14585
|
scalar: w,
|
|
14619
14586
|
flat: v
|
|
14620
|
-
} =
|
|
14587
|
+
} = Fn(s || {}, {
|
|
14621
14588
|
shape: ee,
|
|
14622
14589
|
x: 0.5,
|
|
14623
14590
|
y: 0.6,
|
|
@@ -14674,12 +14641,12 @@ class sd extends at {
|
|
|
14674
14641
|
const s = e.tick++ / e.totalTicks, n = e.shape.x + e.random * e.tiltCos, r = e.shape.y + e.random * e.tiltSin, a = e.wobbleX + e.random * e.tiltCos, o = e.wobbleY + e.random * e.tiltSin;
|
|
14675
14642
|
return e.shape.setAttr(
|
|
14676
14643
|
"fill",
|
|
14677
|
-
|
|
14644
|
+
or(e.shape.getAttr("fill"), 1 - s)
|
|
14678
14645
|
), e.shape.degree = nt(Math.PI / 10 * e.wobble), e.shape.scalarX = Math.abs(a - n) * 0.1, e.shape.scalarY = Math.abs(o - r) * 0.1, e.tick < e.totalTicks;
|
|
14679
14646
|
}));
|
|
14680
14647
|
}
|
|
14681
14648
|
}
|
|
14682
|
-
class
|
|
14649
|
+
class Dr {
|
|
14683
14650
|
shapes;
|
|
14684
14651
|
constructor(t) {
|
|
14685
14652
|
this.shapes = t;
|
|
@@ -14760,9 +14727,9 @@ class Ir {
|
|
|
14760
14727
|
const r = Et(t * n, 6), a = Math.min(Math.floor(r), t - 1), o = Et(r - a, 6);
|
|
14761
14728
|
s.originD = e[a](o);
|
|
14762
14729
|
const h = this.shapes[a].getAttr("fill", "none"), c = this.shapes[a + 1].getAttr("fill", "none");
|
|
14763
|
-
typeof h == "string" && typeof c == "string" && s.setAttr("fill",
|
|
14730
|
+
typeof h == "string" && typeof c == "string" && s.setAttr("fill", dn(h, c, o));
|
|
14764
14731
|
const l = this.shapes[a].getAttr("stroke", "none"), d = this.shapes[a + 1].getAttr("stroke", "none");
|
|
14765
|
-
return typeof l == "string" && typeof d == "string" && s.setAttr("stroke",
|
|
14732
|
+
return typeof l == "string" && typeof d == "string" && s.setAttr("stroke", dn(l, d, o)), s;
|
|
14766
14733
|
};
|
|
14767
14734
|
}
|
|
14768
14735
|
polymorphGroup() {
|
|
@@ -14784,7 +14751,7 @@ class Ir {
|
|
|
14784
14751
|
});
|
|
14785
14752
|
const r = [];
|
|
14786
14753
|
n.forEach((o) => {
|
|
14787
|
-
r.push(new
|
|
14754
|
+
r.push(new Dr(o).polymorph());
|
|
14788
14755
|
});
|
|
14789
14756
|
const a = new at();
|
|
14790
14757
|
return r.forEach((o) => {
|
|
@@ -14820,7 +14787,7 @@ class Ir {
|
|
|
14820
14787
|
for (let h = 0; h < r; h += 1) {
|
|
14821
14788
|
const c = o * h * Math.PI / 180, l = t + 2 * s * Math.cos(c), d = e + 2 * s * Math.sin(c);
|
|
14822
14789
|
a.push(
|
|
14823
|
-
new
|
|
14790
|
+
new ti({
|
|
14824
14791
|
x: t,
|
|
14825
14792
|
y: e,
|
|
14826
14793
|
rx: s,
|
|
@@ -14832,7 +14799,7 @@ class Ir {
|
|
|
14832
14799
|
toY: d
|
|
14833
14800
|
})
|
|
14834
14801
|
), a.push(
|
|
14835
|
-
new
|
|
14802
|
+
new ti({
|
|
14836
14803
|
x: l,
|
|
14837
14804
|
y: d,
|
|
14838
14805
|
rx: s,
|
|
@@ -14867,22 +14834,22 @@ const Ec = {
|
|
|
14867
14834
|
this.map.clear();
|
|
14868
14835
|
}
|
|
14869
14836
|
};
|
|
14870
|
-
function
|
|
14837
|
+
function sd(i, t, e) {
|
|
14871
14838
|
const s = new OffscreenCanvas(i, t), n = s.getContext("2d");
|
|
14872
14839
|
if (n)
|
|
14873
14840
|
return e(n), s.transferToImageBitmap();
|
|
14874
14841
|
}
|
|
14875
|
-
function
|
|
14842
|
+
function id(i, t, e) {
|
|
14876
14843
|
const s = i.createPattern(
|
|
14877
14844
|
Ec.transform(t),
|
|
14878
14845
|
"no-repeat"
|
|
14879
14846
|
);
|
|
14880
14847
|
if (s) {
|
|
14881
|
-
const n =
|
|
14848
|
+
const n = ir(e);
|
|
14882
14849
|
s.setTransform(n), i.fillStyle = s;
|
|
14883
14850
|
}
|
|
14884
14851
|
}
|
|
14885
|
-
class
|
|
14852
|
+
class nd {
|
|
14886
14853
|
app;
|
|
14887
14854
|
ctx;
|
|
14888
14855
|
shapes = [];
|
|
@@ -14895,7 +14862,7 @@ class rd {
|
|
|
14895
14862
|
constructor(t, e = !1) {
|
|
14896
14863
|
if (this.app = t, !(this.app.container instanceof HTMLCanvasElement))
|
|
14897
14864
|
throw new Error("app.container 应该为 HTMLCanvasElement!");
|
|
14898
|
-
this.ctx = new
|
|
14865
|
+
this.ctx = new Qs(
|
|
14899
14866
|
this.app.container,
|
|
14900
14867
|
this.app.width,
|
|
14901
14868
|
this.app.height,
|
|
@@ -15013,7 +14980,7 @@ class rd {
|
|
|
15013
14980
|
}
|
|
15014
14981
|
}
|
|
15015
14982
|
}
|
|
15016
|
-
class
|
|
14983
|
+
class rd {
|
|
15017
14984
|
localVideoUtil;
|
|
15018
14985
|
remoteVideoUtil;
|
|
15019
14986
|
localPeerConnection = null;
|
|
@@ -15136,7 +15103,7 @@ ${t.sdp}.`), this.remotePeerConnection && (this.trace("remotePeerConnection setL
|
|
|
15136
15103
|
return t === this.localPeerConnection ? "localPeerConnection" : "remotePeerConnection";
|
|
15137
15104
|
}
|
|
15138
15105
|
}
|
|
15139
|
-
class
|
|
15106
|
+
class ad {
|
|
15140
15107
|
canvas;
|
|
15141
15108
|
gl;
|
|
15142
15109
|
constructor(t) {
|
|
@@ -15146,37 +15113,37 @@ class od {
|
|
|
15146
15113
|
throw new Error("WebGL failed to initialize.");
|
|
15147
15114
|
}
|
|
15148
15115
|
}
|
|
15149
|
-
function
|
|
15150
|
-
return !i || i.parentElement === null ? t :
|
|
15116
|
+
function Lr(i, t) {
|
|
15117
|
+
return !i || i.parentElement === null ? t : Lr(i.parentElement, t.concat([i]));
|
|
15151
15118
|
}
|
|
15152
|
-
const
|
|
15119
|
+
const Ws = function(i, t) {
|
|
15153
15120
|
return getComputedStyle(i, null).getPropertyValue(t);
|
|
15154
15121
|
}, Tc = function(i) {
|
|
15155
|
-
return
|
|
15122
|
+
return Ws(i, "overflow") + Ws(i, "overflow-y") + Ws(i, "overflow-x");
|
|
15156
15123
|
}, Pc = function(i) {
|
|
15157
15124
|
return /(auto|scroll)/.test(Tc(i));
|
|
15158
15125
|
};
|
|
15159
|
-
function
|
|
15126
|
+
function od(i) {
|
|
15160
15127
|
if (!(i instanceof HTMLElement || i instanceof SVGElement))
|
|
15161
15128
|
return;
|
|
15162
|
-
const t =
|
|
15129
|
+
const t = Lr(i.parentElement, []);
|
|
15163
15130
|
for (let e = 0; e < t.length; e += 1)
|
|
15164
15131
|
if (Pc(t[e]))
|
|
15165
15132
|
return t[e];
|
|
15166
15133
|
return document.scrollingElement || document.documentElement;
|
|
15167
15134
|
}
|
|
15168
|
-
const
|
|
15169
|
-
function
|
|
15170
|
-
|
|
15135
|
+
const Rr = [], _n = {};
|
|
15136
|
+
function Or(i) {
|
|
15137
|
+
Rr.push(i);
|
|
15171
15138
|
}
|
|
15172
|
-
function
|
|
15139
|
+
function hd(i, t = !1) {
|
|
15173
15140
|
const e = Yo();
|
|
15174
|
-
if (
|
|
15141
|
+
if (_n[e])
|
|
15175
15142
|
return;
|
|
15176
15143
|
wx.error((r) => {
|
|
15177
15144
|
console.log(r.errMsg ?? JSON.stringify(r));
|
|
15178
15145
|
}), wx.ready(() => {
|
|
15179
|
-
|
|
15146
|
+
Rr.forEach((r) => r());
|
|
15180
15147
|
});
|
|
15181
15148
|
const s = [
|
|
15182
15149
|
"updateAppMessageShareData",
|
|
@@ -15226,9 +15193,9 @@ function cd(i, t = !1) {
|
|
|
15226
15193
|
openTagList: n
|
|
15227
15194
|
// 可选,需要使用的开放标签列表,例如['wx-open-launch-app']
|
|
15228
15195
|
})
|
|
15229
|
-
),
|
|
15196
|
+
), _n[e] = !0;
|
|
15230
15197
|
}
|
|
15231
|
-
function
|
|
15198
|
+
function cd(i) {
|
|
15232
15199
|
return new Promise((t, e) => {
|
|
15233
15200
|
wx.checkJsApi({
|
|
15234
15201
|
jsApiList: [i],
|
|
@@ -15241,74 +15208,74 @@ function ld(i) {
|
|
|
15241
15208
|
});
|
|
15242
15209
|
});
|
|
15243
15210
|
}
|
|
15244
|
-
function
|
|
15245
|
-
|
|
15211
|
+
function ld(i) {
|
|
15212
|
+
Or(function() {
|
|
15246
15213
|
wx.updateAppMessageShareData(i);
|
|
15247
15214
|
});
|
|
15248
15215
|
}
|
|
15249
|
-
function
|
|
15250
|
-
|
|
15216
|
+
function ud(i) {
|
|
15217
|
+
Or(function() {
|
|
15251
15218
|
wx.updateTimelineShareData(i);
|
|
15252
15219
|
});
|
|
15253
15220
|
}
|
|
15254
|
-
function
|
|
15221
|
+
function dd(i) {
|
|
15255
15222
|
wx.chooseImage(i);
|
|
15256
15223
|
}
|
|
15257
|
-
function
|
|
15224
|
+
function fd(i) {
|
|
15258
15225
|
wx.previewImage(i);
|
|
15259
15226
|
}
|
|
15260
|
-
function
|
|
15227
|
+
function md(i) {
|
|
15261
15228
|
wx.uploadImage(i);
|
|
15262
15229
|
}
|
|
15263
|
-
function
|
|
15230
|
+
function pd(i) {
|
|
15264
15231
|
wx.downloadImage(i);
|
|
15265
15232
|
}
|
|
15266
|
-
function
|
|
15233
|
+
function gd(i) {
|
|
15267
15234
|
wx.getLocalImgData(i);
|
|
15268
15235
|
}
|
|
15269
|
-
function
|
|
15236
|
+
function yd() {
|
|
15270
15237
|
wx.startRecord();
|
|
15271
15238
|
}
|
|
15272
|
-
function
|
|
15239
|
+
function xd(i) {
|
|
15273
15240
|
wx.stopRecord(i);
|
|
15274
15241
|
}
|
|
15275
|
-
function
|
|
15242
|
+
function wd(i) {
|
|
15276
15243
|
wx.onVoiceRecordEnd(i);
|
|
15277
15244
|
}
|
|
15278
|
-
function
|
|
15245
|
+
function bd(i) {
|
|
15279
15246
|
wx.playVoice(i);
|
|
15280
15247
|
}
|
|
15281
|
-
function
|
|
15248
|
+
function vd(i) {
|
|
15282
15249
|
wx.pauseVoice(i);
|
|
15283
15250
|
}
|
|
15284
|
-
function
|
|
15251
|
+
function Sd(i) {
|
|
15285
15252
|
wx.stopVoice(i);
|
|
15286
15253
|
}
|
|
15287
|
-
function
|
|
15254
|
+
function Cd(i) {
|
|
15288
15255
|
wx.onVoicePlayEnd(i);
|
|
15289
15256
|
}
|
|
15290
|
-
function
|
|
15257
|
+
function Ed(i) {
|
|
15291
15258
|
wx.uploadVoice(i);
|
|
15292
15259
|
}
|
|
15293
|
-
function
|
|
15260
|
+
function Td(i) {
|
|
15294
15261
|
wx.downloadVoice(i);
|
|
15295
15262
|
}
|
|
15296
|
-
function
|
|
15263
|
+
function Pd(i) {
|
|
15297
15264
|
wx.translateVoice(i);
|
|
15298
15265
|
}
|
|
15299
|
-
function
|
|
15266
|
+
function Md(i) {
|
|
15300
15267
|
wx.getNetworkType(i);
|
|
15301
15268
|
}
|
|
15302
|
-
function
|
|
15269
|
+
function _d(i) {
|
|
15303
15270
|
wx.openLocation(i);
|
|
15304
15271
|
}
|
|
15305
15272
|
function Ad(i) {
|
|
15306
15273
|
wx.getLocation(i);
|
|
15307
15274
|
}
|
|
15308
|
-
function
|
|
15275
|
+
function kd(i) {
|
|
15309
15276
|
wx.scanQRCode(i);
|
|
15310
15277
|
}
|
|
15311
|
-
function
|
|
15278
|
+
function Id(i, t, e) {
|
|
15312
15279
|
function s() {
|
|
15313
15280
|
WeixinJSBridge.invoke("getBrandWCPayRequest", i, function(n) {
|
|
15314
15281
|
n.err_msg == "get_brand_wcpay_request:ok" ? t() : e(n.err_msg);
|
|
@@ -15316,7 +15283,7 @@ function Dd(i, t, e) {
|
|
|
15316
15283
|
}
|
|
15317
15284
|
typeof WeixinJSBridge > "u" ? document.addEventListener ? document.addEventListener("WeixinJSBridgeReady", s, !1) : document.attachEvent && (document.attachEvent("WeixinJSBridgeReady", s), document.attachEvent("onWeixinJSBridgeReady", s)) : s();
|
|
15318
15285
|
}
|
|
15319
|
-
function
|
|
15286
|
+
function Dd(i) {
|
|
15320
15287
|
window.AlipayJSBridge ? i && i() : document.addEventListener("AlipayJSBridgeReady", i, !1);
|
|
15321
15288
|
}
|
|
15322
15289
|
function Ge(i, t) {
|
|
@@ -15358,7 +15325,7 @@ function Ge(i, t) {
|
|
|
15358
15325
|
}
|
|
15359
15326
|
return `${i.error}(${e}): ${i.errorMessage}`;
|
|
15360
15327
|
}
|
|
15361
|
-
function
|
|
15328
|
+
function Ld(i, t, e) {
|
|
15362
15329
|
ap.tradePay(
|
|
15363
15330
|
Object.assign(i, {
|
|
15364
15331
|
// fail: (res: commonFailOption) => {
|
|
@@ -15390,7 +15357,7 @@ function Rd(i, t, e) {
|
|
|
15390
15357
|
}
|
|
15391
15358
|
);
|
|
15392
15359
|
}
|
|
15393
|
-
function
|
|
15360
|
+
function Rd(i, t, e) {
|
|
15394
15361
|
ap.scan(
|
|
15395
15362
|
Object.assign(i, {
|
|
15396
15363
|
fail: (s) => {
|
|
@@ -15402,7 +15369,7 @@ function Od(i, t, e) {
|
|
|
15402
15369
|
}
|
|
15403
15370
|
);
|
|
15404
15371
|
}
|
|
15405
|
-
function
|
|
15372
|
+
function Od(i, t, e) {
|
|
15406
15373
|
ap.getLocation(
|
|
15407
15374
|
Object.assign(i, {
|
|
15408
15375
|
fail: (s) => {
|
|
@@ -15414,7 +15381,7 @@ function Nd(i, t, e) {
|
|
|
15414
15381
|
}
|
|
15415
15382
|
);
|
|
15416
15383
|
}
|
|
15417
|
-
function
|
|
15384
|
+
function Nd(i, t, e) {
|
|
15418
15385
|
ap.openLocation(
|
|
15419
15386
|
Object.assign(i, {
|
|
15420
15387
|
fail: (s) => {
|
|
@@ -15426,7 +15393,7 @@ function Fd(i, t, e) {
|
|
|
15426
15393
|
}
|
|
15427
15394
|
);
|
|
15428
15395
|
}
|
|
15429
|
-
function
|
|
15396
|
+
function Fd(i, t, e) {
|
|
15430
15397
|
ap.chooseImage(
|
|
15431
15398
|
Object.assign(i, {
|
|
15432
15399
|
fail: (s) => {
|
|
@@ -15438,7 +15405,7 @@ function Xd(i, t, e) {
|
|
|
15438
15405
|
}
|
|
15439
15406
|
);
|
|
15440
15407
|
}
|
|
15441
|
-
function
|
|
15408
|
+
function Xd(i, t, e) {
|
|
15442
15409
|
ap.previewImage(
|
|
15443
15410
|
Object.assign(i, {
|
|
15444
15411
|
fail: (s) => {
|
|
@@ -15450,13 +15417,13 @@ function Yd(i, t, e) {
|
|
|
15450
15417
|
}
|
|
15451
15418
|
);
|
|
15452
15419
|
}
|
|
15453
|
-
class
|
|
15420
|
+
class Yd {
|
|
15454
15421
|
map;
|
|
15455
15422
|
constructor(t, e = 120.619585, s = 31.299379, n = 18) {
|
|
15456
15423
|
this.map = new T.Map(t), this.map.centerAndZoom(new T.LngLat(e, s), n);
|
|
15457
15424
|
}
|
|
15458
15425
|
}
|
|
15459
|
-
class
|
|
15426
|
+
class Bd {
|
|
15460
15427
|
/// 当前页数,从0开始
|
|
15461
15428
|
currentPage;
|
|
15462
15429
|
/// 每页item数量
|
|
@@ -15602,8 +15569,8 @@ class _c {
|
|
|
15602
15569
|
return null;
|
|
15603
15570
|
}
|
|
15604
15571
|
}
|
|
15605
|
-
const
|
|
15606
|
-
class
|
|
15572
|
+
const Ac = new _c();
|
|
15573
|
+
class kc {
|
|
15607
15574
|
static DEFAULT_MATERIAL_NAME = "__DEFAULT";
|
|
15608
15575
|
manager;
|
|
15609
15576
|
crossOrigin;
|
|
@@ -15612,7 +15579,7 @@ class Ac {
|
|
|
15612
15579
|
resourcePath;
|
|
15613
15580
|
requestHeader;
|
|
15614
15581
|
constructor(t) {
|
|
15615
|
-
this.manager = t !== void 0 ? t :
|
|
15582
|
+
this.manager = t !== void 0 ? t : Ac, this.crossOrigin = "anonymous", this.withCredentials = !1, this.path = "", this.resourcePath = "", this.requestHeader = {};
|
|
15616
15583
|
}
|
|
15617
15584
|
load(t, e) {
|
|
15618
15585
|
}
|
|
@@ -15639,8 +15606,8 @@ class Ac {
|
|
|
15639
15606
|
return this.requestHeader = t, this;
|
|
15640
15607
|
}
|
|
15641
15608
|
}
|
|
15642
|
-
const
|
|
15643
|
-
class
|
|
15609
|
+
const Ps = kc;
|
|
15610
|
+
class Ud extends Ps {
|
|
15644
15611
|
constructor(t) {
|
|
15645
15612
|
super(t);
|
|
15646
15613
|
}
|
|
@@ -15662,7 +15629,7 @@ class Gd extends Ms {
|
|
|
15662
15629
|
return n.addEventListener("load", r, !1), n.addEventListener("error", a, !1), t.slice(0, 5) !== "data:" && this.crossOrigin !== void 0 && (n.crossOrigin = this.crossOrigin), this.manager.itemStart(t), n.src = t, n;
|
|
15663
15630
|
}
|
|
15664
15631
|
}
|
|
15665
|
-
class
|
|
15632
|
+
class Gd extends Ps {
|
|
15666
15633
|
isImageBitmapLoader = !0;
|
|
15667
15634
|
options;
|
|
15668
15635
|
constructor(t) {
|
|
@@ -15706,7 +15673,7 @@ class Ic extends Error {
|
|
|
15706
15673
|
super(t), this.response = e;
|
|
15707
15674
|
}
|
|
15708
15675
|
}
|
|
15709
|
-
class Dc extends
|
|
15676
|
+
class Dc extends Ps {
|
|
15710
15677
|
mimeType;
|
|
15711
15678
|
responseType = "";
|
|
15712
15679
|
constructor(t) {
|
|
@@ -15822,7 +15789,7 @@ class Dc extends Ms {
|
|
|
15822
15789
|
return this.mimeType = t, this;
|
|
15823
15790
|
}
|
|
15824
15791
|
}
|
|
15825
|
-
class
|
|
15792
|
+
class Vd extends Ps {
|
|
15826
15793
|
constructor(t) {
|
|
15827
15794
|
super(t);
|
|
15828
15795
|
}
|
|
@@ -15847,179 +15814,179 @@ class zd extends Ms {
|
|
|
15847
15814
|
}
|
|
15848
15815
|
}
|
|
15849
15816
|
export {
|
|
15850
|
-
|
|
15851
|
-
|
|
15852
|
-
|
|
15817
|
+
Uu as Arrow,
|
|
15818
|
+
Vd as AudioLoader,
|
|
15819
|
+
Kn as BezierEasing,
|
|
15853
15820
|
Oo as COLORS,
|
|
15854
15821
|
gl as CSSToJSEasing,
|
|
15855
|
-
|
|
15856
|
-
|
|
15857
|
-
|
|
15858
|
-
|
|
15822
|
+
hn as Clock,
|
|
15823
|
+
Sl as CommonKeyCode,
|
|
15824
|
+
ed as Confetti,
|
|
15825
|
+
ju as Cross,
|
|
15859
15826
|
ls as CustomCanvasContext,
|
|
15860
|
-
|
|
15827
|
+
Ys as CustomCanvasGradient,
|
|
15861
15828
|
nn as CustomCanvasPattern,
|
|
15862
15829
|
_o as DOMEventBus,
|
|
15863
15830
|
Mo as DOMKey,
|
|
15864
15831
|
Lo as DOMParse,
|
|
15865
15832
|
me as DOMSVGUtil,
|
|
15866
15833
|
Ra as DOMToBlob,
|
|
15867
|
-
|
|
15834
|
+
Bn as DOMToString,
|
|
15868
15835
|
_ as DOMUtil,
|
|
15869
15836
|
fs as DOMVideo,
|
|
15870
15837
|
I as Easing,
|
|
15871
15838
|
wc as Ellipse,
|
|
15872
|
-
|
|
15839
|
+
Jl as FetchWithAxios,
|
|
15873
15840
|
uc as FetchWithAxiosRequestCancel,
|
|
15874
15841
|
Dc as FileLoader,
|
|
15875
|
-
|
|
15876
|
-
|
|
15877
|
-
|
|
15878
|
-
|
|
15879
|
-
|
|
15842
|
+
Gu as Fox,
|
|
15843
|
+
Vu as Heart,
|
|
15844
|
+
zu as HeartVariant,
|
|
15845
|
+
Gd as ImageBitmapLoader,
|
|
15846
|
+
Ud as ImageLoader,
|
|
15880
15847
|
Zt as Interpolation,
|
|
15881
15848
|
pe as Line,
|
|
15882
|
-
|
|
15883
|
-
|
|
15849
|
+
Bu as LinePicture,
|
|
15850
|
+
Xu as LineQuadraticBezier,
|
|
15884
15851
|
lt as Matrix,
|
|
15885
15852
|
mt as Matrix3D,
|
|
15886
|
-
|
|
15853
|
+
Bd as Pagination,
|
|
15887
15854
|
Kt as Point,
|
|
15888
15855
|
ss as Point3D,
|
|
15889
|
-
|
|
15856
|
+
td as Point3Ds,
|
|
15890
15857
|
xc as Points,
|
|
15891
15858
|
ce as QRCode,
|
|
15892
|
-
|
|
15859
|
+
Hu as Rabbit,
|
|
15893
15860
|
ee as Rect,
|
|
15894
|
-
|
|
15895
|
-
|
|
15861
|
+
Mn as Ring,
|
|
15862
|
+
Qu as RingIndicator,
|
|
15896
15863
|
yc as SVGParse,
|
|
15897
15864
|
ts as SVGParsedPathArgsLength,
|
|
15898
|
-
|
|
15865
|
+
Wu as Sector,
|
|
15899
15866
|
vc as SectorArc,
|
|
15900
|
-
|
|
15867
|
+
Ku as Segment,
|
|
15901
15868
|
B as Shape,
|
|
15902
|
-
|
|
15869
|
+
Dr as ShapeCombo,
|
|
15903
15870
|
at as ShapeGroup,
|
|
15904
|
-
|
|
15905
|
-
|
|
15906
|
-
|
|
15871
|
+
Ju as Ship,
|
|
15872
|
+
Zu as Slider,
|
|
15873
|
+
qu as Star,
|
|
15907
15874
|
xl as TWEEN,
|
|
15908
15875
|
ps as Text,
|
|
15909
15876
|
xi as Timeline,
|
|
15910
15877
|
bc as Tip,
|
|
15911
|
-
|
|
15912
|
-
|
|
15913
|
-
|
|
15914
|
-
|
|
15878
|
+
$u as Tree,
|
|
15879
|
+
er as Tween,
|
|
15880
|
+
ad as WebGLRenderer,
|
|
15881
|
+
rd as WebRTCClient,
|
|
15915
15882
|
Oc as WebSocketClient,
|
|
15916
|
-
|
|
15917
|
-
|
|
15918
|
-
|
|
15919
|
-
|
|
15920
|
-
|
|
15921
|
-
|
|
15922
|
-
|
|
15923
|
-
|
|
15924
|
-
|
|
15925
|
-
|
|
15926
|
-
|
|
15927
|
-
|
|
15928
|
-
|
|
15929
|
-
|
|
15930
|
-
|
|
15883
|
+
nd as YZCanvas,
|
|
15884
|
+
Qs as YZCanvasContext,
|
|
15885
|
+
Ul as YZMessageChannel,
|
|
15886
|
+
Yu as YZSVG,
|
|
15887
|
+
Bl as YZWorker,
|
|
15888
|
+
Lu as addWatermark,
|
|
15889
|
+
Or as addWxJsReadyFnBeforeConfig,
|
|
15890
|
+
Gl as ajax,
|
|
15891
|
+
Fd as aliJsChooseImage,
|
|
15892
|
+
Od as aliJsGetLocation,
|
|
15893
|
+
Nd as aliJsOpenLocation,
|
|
15894
|
+
Xd as aliJsPreviewImage,
|
|
15895
|
+
Dd as aliJsReady,
|
|
15896
|
+
Rd as aliJsScan,
|
|
15897
|
+
Ld as aliJsTradePay,
|
|
15931
15898
|
le as angle,
|
|
15932
15899
|
Go as appendURLSearchString,
|
|
15933
15900
|
fc as base64EncodeOutputStream,
|
|
15934
15901
|
oc as base64URLDecode,
|
|
15935
15902
|
ac as base64URLEncode,
|
|
15936
15903
|
Ec as bitmapMapper,
|
|
15937
|
-
|
|
15938
|
-
|
|
15904
|
+
ru as blobToRawImage,
|
|
15905
|
+
Ir as byteArrayOutputStream,
|
|
15939
15906
|
ja as canDrawBitmap,
|
|
15940
15907
|
rl as canUsePaths,
|
|
15941
15908
|
Ha as canUseWorker,
|
|
15942
|
-
|
|
15943
|
-
|
|
15944
|
-
|
|
15945
|
-
|
|
15946
|
-
|
|
15947
|
-
|
|
15909
|
+
Iu as changeBrightness,
|
|
15910
|
+
Du as changeDiaphaneity,
|
|
15911
|
+
ku as changeSize,
|
|
15912
|
+
cd as checkWxJsApi,
|
|
15913
|
+
Ml as clearCookies,
|
|
15914
|
+
Zl as computeImageDisplayRect,
|
|
15948
15915
|
Vo as createXMLHttpRequest,
|
|
15949
15916
|
hc as decodeUseTextDecoder,
|
|
15950
|
-
|
|
15917
|
+
jl as decryptInCommon,
|
|
15951
15918
|
yi as distance,
|
|
15952
|
-
|
|
15953
|
-
|
|
15954
|
-
|
|
15955
|
-
|
|
15919
|
+
Xs as distance2,
|
|
15920
|
+
id as drawBitmapInCanvas,
|
|
15921
|
+
Fu as drawQRCodeToCanvas,
|
|
15922
|
+
Qn as easeNameToCubicBezier,
|
|
15956
15923
|
Pi as encodeUseTextEncoder,
|
|
15957
|
-
|
|
15958
|
-
|
|
15959
|
-
|
|
15960
|
-
|
|
15961
|
-
|
|
15924
|
+
Hl as encryptInCommon,
|
|
15925
|
+
_r as fileOrBlobToDataURL,
|
|
15926
|
+
ou as flipSideToSide,
|
|
15927
|
+
hu as flipUpsideDown,
|
|
15928
|
+
Yl as flushURLSearchString,
|
|
15962
15929
|
Uo as formDataToSearchString,
|
|
15963
15930
|
dl as fpsTask,
|
|
15964
|
-
|
|
15965
|
-
|
|
15931
|
+
sd as getBitmapFromCanvas,
|
|
15932
|
+
Un as getBrowserClient,
|
|
15966
15933
|
qc as getBrowserClientVersion,
|
|
15967
15934
|
jc as getBrowserLanguage,
|
|
15968
15935
|
Gt as getColor,
|
|
15969
15936
|
Ro as getColorScheme,
|
|
15970
|
-
|
|
15971
|
-
|
|
15972
|
-
|
|
15937
|
+
Tl as getCookie,
|
|
15938
|
+
Pl as getCookieObject,
|
|
15939
|
+
ir as getDOMMatrix,
|
|
15973
15940
|
ll as getDirection,
|
|
15974
15941
|
Xa as getElementPositionInPage,
|
|
15975
15942
|
Bc as getElementPositionInPage2,
|
|
15976
15943
|
Ya as getElementPositionInViewport,
|
|
15977
15944
|
Na as getFileExtension,
|
|
15978
15945
|
Rc as getFileTypeFromFile,
|
|
15979
|
-
|
|
15980
|
-
|
|
15946
|
+
Ql as getFilesImageInfo,
|
|
15947
|
+
Vl as getFormSubmitData,
|
|
15981
15948
|
Ye as getHexColorString,
|
|
15982
|
-
|
|
15983
|
-
|
|
15984
|
-
|
|
15949
|
+
Kl as getImageAspectRatio,
|
|
15950
|
+
Ou as getImageDataByAIData,
|
|
15951
|
+
eu as getImageDataFromBitmap,
|
|
15985
15952
|
dc as getImageDataFromUrl,
|
|
15986
|
-
|
|
15987
|
-
|
|
15953
|
+
tu as getImageDataFromVideo,
|
|
15954
|
+
au as getImageMainColor,
|
|
15988
15955
|
Ga as getInternetExplorerVersion,
|
|
15989
15956
|
Nt as getMousePositionInElement,
|
|
15990
15957
|
Ba as getMousePositionInPage,
|
|
15991
15958
|
Vc as getMousePositionInViewport,
|
|
15992
15959
|
pi as getOperatingSystem,
|
|
15993
15960
|
zc as getOperatingSystemVersion,
|
|
15994
|
-
|
|
15961
|
+
ar as getOppositeColor,
|
|
15995
15962
|
No as getOppositeHexColorString,
|
|
15996
|
-
|
|
15963
|
+
_l as getOppositeRGBColorString,
|
|
15997
15964
|
Fc as getPageBodyElement,
|
|
15998
|
-
|
|
15965
|
+
ws as getPageDocumentElement,
|
|
15999
15966
|
Yc as getPageSize,
|
|
16000
|
-
|
|
15967
|
+
or as getRGBColorString,
|
|
16001
15968
|
Mi as getRawImageInfo,
|
|
16002
15969
|
Uc as getRelativeBoundingClientRect,
|
|
16003
15970
|
Nc as getScreenElement,
|
|
16004
|
-
|
|
15971
|
+
od as getScrollParent,
|
|
16005
15972
|
$c as getTimeZone,
|
|
16006
15973
|
wi as getURL,
|
|
16007
15974
|
Hc as getUserGeolocationPromise,
|
|
16008
15975
|
Gc as getVerticalScrollPercentInPage,
|
|
16009
15976
|
Xc as getViewportSize,
|
|
16010
15977
|
mc as gifImage,
|
|
16011
|
-
|
|
15978
|
+
dn as gradientColor,
|
|
16012
15979
|
he as h,
|
|
16013
15980
|
sl as hasDocument,
|
|
16014
15981
|
il as hasHistory,
|
|
16015
15982
|
qa as hasWindow,
|
|
16016
|
-
|
|
16017
|
-
|
|
16018
|
-
|
|
16019
|
-
|
|
16020
|
-
|
|
16021
|
-
|
|
16022
|
-
|
|
15983
|
+
Dl as hsb2rgb,
|
|
15984
|
+
Ll as hsl2rgb,
|
|
15985
|
+
Il as hsv2rgb,
|
|
15986
|
+
su as imageDataToBitmap,
|
|
15987
|
+
nu as imageDataToBlob,
|
|
15988
|
+
iu as imageDataToDataURL,
|
|
15989
|
+
hd as injectWxJsConfig,
|
|
16023
15990
|
za as isAliBrowser,
|
|
16024
15991
|
el as isAliMiniProgram,
|
|
16025
15992
|
Ua as isAndroid,
|
|
@@ -16029,39 +15996,39 @@ export {
|
|
|
16029
15996
|
al as isElement,
|
|
16030
15997
|
Kc as isIE,
|
|
16031
15998
|
Qc as isIE9or10,
|
|
16032
|
-
|
|
16033
|
-
|
|
15999
|
+
Gn as isIOS,
|
|
16000
|
+
Vn as isMacOS,
|
|
16034
16001
|
Jc as isMobile,
|
|
16035
|
-
|
|
16036
|
-
|
|
16002
|
+
Fs as isNative,
|
|
16003
|
+
Fl as isURL,
|
|
16037
16004
|
Va as isWxBrowser,
|
|
16038
16005
|
tl as isWxMiniProgram,
|
|
16039
|
-
|
|
16040
|
-
|
|
16006
|
+
Pu as jpgToPng,
|
|
16007
|
+
cu as leftRotate,
|
|
16041
16008
|
gi as length,
|
|
16042
16009
|
en as linkExport,
|
|
16043
|
-
|
|
16044
|
-
|
|
16045
|
-
|
|
16010
|
+
rr as localstorage,
|
|
16011
|
+
Yd as mapTDTJSSDK,
|
|
16012
|
+
Tu as marginSharpen,
|
|
16046
16013
|
pl as microTask,
|
|
16047
|
-
|
|
16014
|
+
Ru as mosaic,
|
|
16048
16015
|
Re as mount,
|
|
16049
|
-
|
|
16050
|
-
|
|
16016
|
+
bl as multiplyArrayOfMatrix,
|
|
16017
|
+
vl as multiplyArrayOfMatrix3D,
|
|
16051
16018
|
So as multiplyMatrix,
|
|
16052
16019
|
Co as multiplyMatrix3D,
|
|
16053
16020
|
ml as nextTick,
|
|
16054
16021
|
cl as normalizePoint,
|
|
16055
16022
|
lc as objectHash,
|
|
16056
|
-
|
|
16023
|
+
Cl as onDocumentReady,
|
|
16057
16024
|
pc as outputGifBase64,
|
|
16058
|
-
|
|
16059
|
-
|
|
16060
|
-
|
|
16025
|
+
Nu as outputQRCodeBase64,
|
|
16026
|
+
zl as pack,
|
|
16027
|
+
sr as parseTransformToMatrix,
|
|
16061
16028
|
Xo as parseURL,
|
|
16062
16029
|
mi as patch,
|
|
16063
16030
|
Fa as patchDOM,
|
|
16064
|
-
|
|
16031
|
+
Mu as pngToJpg,
|
|
16065
16032
|
Ut as polar,
|
|
16066
16033
|
ol as prefixes,
|
|
16067
16034
|
Au as radiusClip,
|
|
@@ -16069,74 +16036,74 @@ export {
|
|
|
16069
16036
|
Fo as randomColorNumber,
|
|
16070
16037
|
fi as readFileInBrowser,
|
|
16071
16038
|
Bo as recordToSearchString,
|
|
16072
|
-
|
|
16073
|
-
|
|
16039
|
+
_u as rectClip,
|
|
16040
|
+
qn as requestAnimationFrameCycle,
|
|
16074
16041
|
yl as reverseCSSToJSEasing,
|
|
16075
16042
|
po as reverseEaseNameToCubicBezier,
|
|
16076
16043
|
ro as reverseEasing,
|
|
16077
|
-
|
|
16078
|
-
|
|
16079
|
-
|
|
16080
|
-
|
|
16044
|
+
Ol as rgb2hsb,
|
|
16045
|
+
Nl as rgb2hsl,
|
|
16046
|
+
Rl as rgb2hsv,
|
|
16047
|
+
lu as rightRotate,
|
|
16081
16048
|
_t as rotatePoint,
|
|
16082
16049
|
so as scheduleIdle,
|
|
16083
|
-
|
|
16084
|
-
|
|
16050
|
+
Hn as scheduleYZIdle,
|
|
16051
|
+
Xl as searchStringToRecord,
|
|
16085
16052
|
Oa as selectFileInBrowser,
|
|
16086
|
-
|
|
16087
|
-
|
|
16053
|
+
ii as setColorScheme,
|
|
16054
|
+
El as setCookie,
|
|
16088
16055
|
ul as setIntervalAccurate,
|
|
16089
16056
|
hl as setRem,
|
|
16090
16057
|
on as setTimeoutAccurate,
|
|
16091
|
-
|
|
16092
|
-
|
|
16093
|
-
|
|
16094
|
-
rt as
|
|
16058
|
+
kl as shadeColor,
|
|
16059
|
+
Eu as sharpen,
|
|
16060
|
+
$l as signInCommon,
|
|
16061
|
+
rt as singletonDOMEventBus,
|
|
16095
16062
|
cc as stringHash,
|
|
16096
|
-
|
|
16063
|
+
Yn as stringToBlob,
|
|
16097
16064
|
Lc as stringToDOM,
|
|
16098
|
-
|
|
16099
|
-
|
|
16100
|
-
|
|
16101
|
-
|
|
16102
|
-
|
|
16065
|
+
un as theme,
|
|
16066
|
+
fu as toBlackAndWhite,
|
|
16067
|
+
yu as toBlue,
|
|
16068
|
+
bu as toBlueAndGreen,
|
|
16069
|
+
Cu as toBlueAndGrey,
|
|
16103
16070
|
nt as toDegree,
|
|
16104
|
-
|
|
16105
|
-
|
|
16106
|
-
|
|
16107
|
-
|
|
16108
|
-
|
|
16071
|
+
gu as toGreen,
|
|
16072
|
+
Su as toGreenAndGrey,
|
|
16073
|
+
uu as toGrey,
|
|
16074
|
+
du as toGrey2,
|
|
16075
|
+
mu as toOpposite,
|
|
16109
16076
|
N as toRadian,
|
|
16110
|
-
|
|
16111
|
-
|
|
16112
|
-
|
|
16113
|
-
|
|
16114
|
-
|
|
16077
|
+
pu as toRed,
|
|
16078
|
+
wu as toRedAndBlue,
|
|
16079
|
+
xu as toRedAndGreen,
|
|
16080
|
+
vu as toRedAndGrey,
|
|
16081
|
+
wl as transformPath2D,
|
|
16115
16082
|
Yo as trimURLHash,
|
|
16116
|
-
|
|
16117
|
-
|
|
16118
|
-
|
|
16119
|
-
|
|
16120
|
-
|
|
16121
|
-
|
|
16083
|
+
ql as unpack,
|
|
16084
|
+
Wl as verifyInCommon,
|
|
16085
|
+
dd as wxJsChooseImage,
|
|
16086
|
+
pd as wxJsDownloadImage,
|
|
16087
|
+
Td as wxJsDownloadVoice,
|
|
16088
|
+
gd as wxJsGetLocalImgData,
|
|
16122
16089
|
Ad as wxJsGetLocation,
|
|
16123
|
-
|
|
16124
|
-
|
|
16125
|
-
|
|
16126
|
-
|
|
16127
|
-
|
|
16128
|
-
|
|
16129
|
-
|
|
16130
|
-
|
|
16131
|
-
|
|
16132
|
-
|
|
16133
|
-
|
|
16134
|
-
|
|
16135
|
-
|
|
16136
|
-
|
|
16137
|
-
|
|
16138
|
-
|
|
16139
|
-
|
|
16090
|
+
Md as wxJsGetNetworkType,
|
|
16091
|
+
Cd as wxJsOnVoicePlayEnd,
|
|
16092
|
+
wd as wxJsOnVoiceRecordEnd,
|
|
16093
|
+
_d as wxJsOpenLocation,
|
|
16094
|
+
vd as wxJsPauseVoice,
|
|
16095
|
+
Id as wxJsPay,
|
|
16096
|
+
bd as wxJsPlayVoice,
|
|
16097
|
+
fd as wxJsPreviewImage,
|
|
16098
|
+
kd as wxJsScanQRCode,
|
|
16099
|
+
yd as wxJsStartRecord,
|
|
16100
|
+
xd as wxJsStopRecord,
|
|
16101
|
+
Sd as wxJsStopVoice,
|
|
16102
|
+
Pd as wxJsTranslateVoice,
|
|
16103
|
+
ld as wxJsUpdateAppMessageShareData,
|
|
16104
|
+
ud as wxJsUpdateTimelineShareData,
|
|
16105
|
+
md as wxJsUploadImage,
|
|
16106
|
+
Ed as wxJsUploadVoice,
|
|
16140
16107
|
fl as yzCancelIdleCallback,
|
|
16141
16108
|
no as yzRequestIdleCallback
|
|
16142
16109
|
};
|