@fangzhongya/utils 0.0.8-6 → 0.0.8-62
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/basic/array/asyncMergeArray.cjs +2 -2
- package/dist/basic/array/asyncMergeArray.d.ts +6 -6
- package/dist/basic/array/asyncMergeArray.js +1 -1
- package/dist/basic/array/deleteArray.cjs +7 -0
- package/dist/basic/array/deleteArray.d.ts +6 -0
- package/dist/basic/array/deleteArray.js +7 -0
- package/dist/basic/array/duplicateRemoval.d.ts +6 -6
- package/dist/basic/array/index.cjs +10 -6
- package/dist/basic/array/index.d.ts +1 -0
- package/dist/basic/array/index.js +11 -7
- package/dist/basic/array/isArray.d.ts +5 -5
- package/dist/basic/array/replaceAfter.d.ts +7 -7
- package/dist/basic/array/toggleArray.d.ts +7 -7
- package/dist/basic/index.cjs +22 -13
- package/dist/basic/index.d.ts +16 -7
- package/dist/basic/index.js +21 -12
- package/dist/basic/object/attrValueSort.cjs +7 -0
- package/dist/basic/object/attrValueSort.d.ts +12 -0
- package/dist/basic/object/attrValueSort.js +7 -0
- package/dist/basic/object/deepCopy.cjs +7 -0
- package/dist/basic/object/deepCopy.d.ts +8 -0
- package/dist/basic/object/deepCopy.js +7 -0
- package/dist/basic/object/filterObject.cjs +7 -0
- package/dist/basic/object/filterObject.d.ts +14 -0
- package/dist/basic/object/filterObject.js +7 -0
- package/dist/basic/object/getSort.cjs +7 -0
- package/dist/basic/object/getSort.d.ts +10 -0
- package/dist/basic/object/getSort.js +7 -0
- package/dist/basic/object/hasOwn.cjs +7 -0
- package/dist/basic/object/hasOwn.d.ts +9 -0
- package/dist/basic/object/hasOwn.js +7 -0
- package/dist/basic/object/index.cjs +28 -4
- package/dist/basic/object/index.d.ts +6 -0
- package/dist/basic/object/index.js +27 -3
- package/dist/basic/object/isObject.d.ts +5 -5
- package/dist/basic/object/isObjectArray.cjs +3 -3
- package/dist/basic/object/isObjectArray.d.ts +5 -5
- package/dist/basic/object/isObjectArray.js +2 -2
- package/dist/basic/object/mergeObject.d.ts +8 -8
- package/dist/basic/object/setSort.cjs +7 -0
- package/dist/basic/object/setSort.d.ts +7 -0
- package/dist/basic/object/setSort.js +7 -0
- package/dist/basic/object/unmergeObject.d.ts +8 -8
- package/dist/basic/string/appearNum.d.ts +6 -6
- package/dist/basic/string/appearNumSeat.d.ts +7 -7
- package/dist/basic/string/firstLower.d.ts +5 -5
- package/dist/basic/string/firstUpper.d.ts +5 -5
- package/dist/basic/string/getStartSame.d.ts +6 -6
- package/dist/basic/string/getStartSames.d.ts +6 -6
- package/dist/basic/string/index.cjs +14 -2
- package/dist/basic/string/index.d.ts +2 -0
- package/dist/basic/string/index.js +14 -2
- package/dist/basic/string/splitUpper.d.ts +5 -5
- package/dist/basic/string/toFunction.cjs +9 -0
- package/dist/basic/string/toFunction.d.ts +11 -0
- package/dist/basic/string/toFunction.js +9 -0
- package/dist/basic/string/toJson.cjs +10 -0
- package/dist/basic/string/toJson.d.ts +7 -0
- package/dist/basic/string/toJson.js +10 -0
- package/dist/chunk-2OR4FUOA.cjs +47 -0
- package/dist/chunk-2QGQBPEX.js +15 -0
- package/dist/chunk-2TWAHAYB.js +20 -0
- package/dist/chunk-3CNQO7VA.js +73 -0
- package/dist/chunk-3IR2ABRO.js +8 -0
- package/dist/chunk-3LWFUVER.js +60 -0
- package/dist/chunk-3VUCAIEQ.cjs +52 -0
- package/dist/chunk-4X7AFGTV.cjs +21 -0
- package/dist/{chunk-M7CD62S3.cjs → chunk-5U2ZV4MK.cjs} +4 -4
- package/dist/chunk-6O6YWEOS.cjs +20 -0
- package/dist/chunk-6YI3CDEW.js +35 -0
- package/dist/chunk-7AIT4XSD.cjs +13 -0
- package/dist/chunk-AFKJQ4QP.js +35 -0
- package/dist/chunk-ANTSTMDG.cjs +20 -0
- package/dist/chunk-BMUGXWAO.cjs +26 -0
- package/dist/chunk-BPJMBYDX.cjs +73 -0
- package/dist/chunk-D2WYYC5Y.js +35 -0
- package/dist/chunk-D3SX7OUV.cjs +11 -0
- package/dist/chunk-EWXBN4VG.cjs +21 -0
- package/dist/{chunk-QTMFFVOO.cjs → chunk-FGQXKLTH.cjs} +8 -3
- package/dist/chunk-GFAUQTB2.cjs +33 -0
- package/dist/chunk-GIAO77MY.js +49 -0
- package/dist/chunk-GOUC2DFA.cjs +8 -0
- package/dist/{chunk-NKIDWRRS.cjs → chunk-HIGE4NJ6.cjs} +9 -5
- package/dist/chunk-HNO7XPOI.cjs +24 -0
- package/dist/chunk-IIKQHLKT.cjs +60 -0
- package/dist/chunk-J2GSJKCY.cjs +20 -0
- package/dist/{chunk-76ZUEOEJ.js → chunk-JILAGD3U.js} +10 -6
- package/dist/chunk-JYPJ5QJ5.cjs +35 -0
- package/dist/{chunk-JLEIVV37.cjs → chunk-KHGCW3A7.cjs} +7 -7
- package/dist/chunk-KQR7FXBF.js +20 -0
- package/dist/chunk-LEPZYF2N.cjs +49 -0
- package/dist/chunk-MGX7U2CG.cjs +20 -0
- package/dist/chunk-MQHLAQQA.js +21 -0
- package/dist/chunk-N3FZ4WUI.js +16 -0
- package/dist/chunk-NCSN3MC5.js +21 -0
- package/dist/{chunk-JE4B4G3M.js → chunk-OFWQAP4T.js} +5 -5
- package/dist/chunk-OJFV3426.js +17 -0
- package/dist/chunk-PTLVJ5OL.cjs +17 -0
- package/dist/{chunk-2W7EPKCY.js → chunk-PVYBDMBK.js} +5 -5
- package/dist/chunk-Q63V2U5G.js +47 -0
- package/dist/chunk-Q6FMBSK4.js +27 -0
- package/dist/chunk-QFRZFZAA.js +20 -0
- package/dist/{chunk-2MCEAUE7.js → chunk-QIK5MQUL.js} +4 -4
- package/dist/{chunk-IQHASAHU.js → chunk-QJVB3JIZ.js} +8 -3
- package/dist/{chunk-AVO4AWYH.cjs → chunk-QZVMLHFW.cjs} +2 -2
- package/dist/chunk-S42NGJ5W.js +11 -0
- package/dist/{chunk-P2CYIUCC.js → chunk-SNVSXHM7.js} +13 -1
- package/dist/{chunk-L6DY4GCH.cjs → chunk-SYXWQKOO.cjs} +5 -5
- package/dist/{chunk-V3FWFWP2.cjs → chunk-SZZ4Q76S.cjs} +13 -1
- package/dist/chunk-T3FAFGFD.cjs +35 -0
- package/dist/chunk-T4BAVDTH.js +31 -0
- package/dist/chunk-T5ZPXJMG.js +52 -0
- package/dist/{chunk-VNVG4BJ4.cjs → chunk-TCMJPIRM.cjs} +16 -12
- package/dist/chunk-TE3XNGF4.cjs +16 -0
- package/dist/chunk-UFYLVZNU.cjs +31 -0
- package/dist/{chunk-O2RP4UZQ.cjs → chunk-UGFSIZ5P.cjs} +2 -23
- package/dist/chunk-UPPSZFBE.cjs +121 -0
- package/dist/chunk-UX6A432F.cjs +11 -0
- package/dist/chunk-VBS6YE6H.js +121 -0
- package/dist/chunk-VCZ62DR2.js +11 -0
- package/dist/chunk-VOMPPHW6.js +26 -0
- package/dist/chunk-VSSUU2KF.js +44 -0
- package/dist/chunk-VY5VQ7WE.cjs +21 -0
- package/dist/chunk-VYOTXPMM.cjs +8 -0
- package/dist/chunk-W45DTA4D.js +8 -0
- package/dist/chunk-WIYZQNGO.js +33 -0
- package/dist/chunk-WLBKU7NM.cjs +15 -0
- package/dist/chunk-WPW3M5AP.js +20 -0
- package/dist/{chunk-QKLVFB74.js → chunk-WX3JYE47.js} +2 -23
- package/dist/chunk-XUL6LPTN.js +21 -0
- package/dist/{chunk-HVDU25XB.js → chunk-Y5WYKSYG.js} +1 -1
- package/dist/chunk-ZBNE6T3A.cjs +44 -0
- package/dist/chunk-ZEAT23CI.js +13 -0
- package/dist/chunk-ZJIRJ4YJ.cjs +35 -0
- package/dist/{chunk-NSG7ZMXT.js → chunk-ZQX2TYQB.js} +4 -4
- package/dist/css/fetchUnitValue.cjs +2 -2
- package/dist/css/fetchUnitValue.d.ts +7 -7
- package/dist/css/fetchUnitValue.js +1 -1
- package/dist/css/getAttrObj.cjs +7 -0
- package/dist/css/getAttrObj.d.ts +11 -0
- package/dist/css/getAttrObj.js +7 -0
- package/dist/css/getCss.d.ts +7 -1
- package/dist/css/getPositionRelative.cjs +8 -0
- package/dist/css/getPositionRelative.d.ts +7 -0
- package/dist/css/getPositionRelative.js +8 -0
- package/dist/css/getPrentClass.cjs +8 -0
- package/dist/css/getPrentClass.d.ts +7 -0
- package/dist/css/getPrentClass.js +8 -0
- package/dist/css/getPrentCorres.cjs +7 -0
- package/dist/css/getPrentCorres.d.ts +7 -0
- package/dist/css/getPrentCorres.js +7 -0
- package/dist/css/getSVG.cjs +8 -0
- package/dist/css/getSVG.d.ts +14 -0
- package/dist/css/getSVG.js +8 -0
- package/dist/css/index.cjs +26 -5
- package/dist/css/index.d.ts +5 -0
- package/dist/css/index.js +26 -5
- package/dist/css/setCss.cjs +3 -2
- package/dist/css/setCss.d.ts +9 -1
- package/dist/css/setCss.js +2 -1
- package/dist/dom/getLocus.cjs +7 -0
- package/dist/dom/getLocus.d.ts +14 -0
- package/dist/dom/getLocus.js +7 -0
- package/dist/dom/getShiftEvent.cjs +13 -0
- package/dist/dom/getShiftEvent.d.ts +25 -0
- package/dist/dom/getShiftEvent.js +13 -0
- package/dist/dom/index.cjs +18 -0
- package/dist/dom/index.d.ts +2 -0
- package/dist/dom/index.js +18 -0
- package/dist/html/analysisHtml.cjs +8 -0
- package/dist/html/analysisHtml.d.ts +13 -0
- package/dist/html/analysisHtml.js +8 -0
- package/dist/html/htmlEscape.cjs +7 -0
- package/dist/html/htmlEscape.d.ts +8 -0
- package/dist/html/htmlEscape.js +7 -0
- package/dist/html/index.cjs +13 -0
- package/dist/html/index.d.ts +2 -0
- package/dist/html/index.js +13 -0
- package/dist/index-082de317.d.ts +13 -0
- package/dist/{index-b16b81dc.d.ts → index-123cda08.d.ts} +3 -0
- package/dist/index-22ee0e10.d.ts +13 -0
- package/dist/{index-eef2a16c.d.ts → index-4d550d78.d.ts} +10 -0
- package/dist/index-5aea66bb.d.ts +21 -0
- package/dist/index-614c8bf9.d.ts +31 -0
- package/dist/index-ae0241ec.d.ts +13 -0
- package/dist/index-bc08cd32.d.ts +14 -0
- package/dist/index-ed8c0e9f.d.ts +37 -0
- package/dist/index.cjs +71 -34
- package/dist/index.d.ts +34 -9
- package/dist/index.js +76 -39
- package/dist/iss/index.cjs +5 -5
- package/dist/iss/index.js +5 -5
- package/dist/judge/index.cjs +6 -6
- package/dist/judge/index.js +5 -5
- package/dist/judge/matchs.cjs +3 -3
- package/dist/judge/matchs.d.ts +7 -7
- package/dist/judge/matchs.js +2 -2
- package/dist/judge/matchsEnd.d.ts +6 -6
- package/dist/judge/matchsStart.d.ts +6 -6
- package/dist/judge/matchsWhole.d.ts +6 -6
- package/dist/load/getSynch.d.ts +5 -5
- package/dist/log/styleLog.d.ts +65 -65
- package/dist/name/getComponentNames.cjs +3 -3
- package/dist/name/getComponentNames.d.ts +5 -5
- package/dist/name/getComponentNames.js +2 -2
- package/dist/name/getNames.cjs +3 -3
- package/dist/name/getNames.d.ts +5 -5
- package/dist/name/getNames.js +2 -2
- package/dist/name/humpToLine.d.ts +5 -5
- package/dist/name/index.cjs +7 -7
- package/dist/name/index.js +6 -6
- package/dist/name/lineToLargeHump.d.ts +5 -5
- package/dist/name/lineToSmallHump.d.ts +5 -5
- package/dist/node/getPort.cjs +2 -2
- package/dist/node/getPort.d.ts +10 -7
- package/dist/node/getPort.js +1 -1
- package/dist/node/index.cjs +3 -3
- package/dist/node/index.js +2 -2
- package/dist/tree/getTreeObj.cjs +11 -0
- package/dist/tree/getTreeObj.d.ts +26 -0
- package/dist/tree/getTreeObj.js +11 -0
- package/dist/tree/index.cjs +12 -0
- package/dist/tree/index.d.ts +1 -0
- package/dist/tree/index.js +12 -0
- package/dist/urls/getImportUrl.d.ts +6 -6
- package/dist/urls/getImportUrlSuffix.d.ts +6 -6
- package/dist/urls/getNewFileName.d.ts +5 -5
- package/dist/urls/getReplaceImportUrl.d.ts +6 -6
- package/dist/urls/getReplaceUrl.d.ts +6 -6
- package/dist/urls/getSuffix.d.ts +5 -5
- package/dist/urls/getUrlCatalogue.d.ts +5 -5
- package/dist/urls/getUrlCatalogueLast.d.ts +5 -5
- package/dist/urls/getUrlCatalogueObj.d.ts +14 -14
- package/dist/urls/index.cjs +10 -10
- package/dist/urls/index.js +13 -13
- package/dist/window/copy.cjs +7 -0
- package/dist/window/copy.d.ts +3 -0
- package/dist/window/copy.js +7 -0
- package/dist/window/getParam.cjs +7 -0
- package/dist/window/getParam.d.ts +6 -0
- package/dist/window/getParam.js +7 -0
- package/dist/window/index.cjs +12 -0
- package/dist/window/index.d.ts +2 -0
- package/dist/window/index.js +12 -0
- package/package.json +199 -70
- package/dist/chunk-36NQW7GX.cjs +0 -24
- package/dist/chunk-6WSP6FLZ.cjs +0 -8
- package/dist/chunk-7IXRH3MU.js +0 -8
- package/dist/chunk-7KXJO4NI.js +0 -24
- package/dist/chunk-DGOE2UXJ.cjs +0 -24
- package/dist/chunk-HQFPDOWY.js +0 -28
- package/dist/chunk-PB6FN2XC.cjs +0 -28
- package/dist/chunk-XQB2HUHZ.js +0 -23
- package/dist/index-82b62caf.d.ts +0 -16
- package/dist/index-b93e2bc6.d.ts +0 -13
- package/dist/index-fab49d44.d.ts +0 -19
- package/dist/{chunk-BWNLZJJG.js → chunk-EJWFLQF3.js} +3 -3
- package/dist/{chunk-PAJDTMC5.cjs → chunk-KRBTSMT2.cjs} +3 -3
- package/dist/{chunk-VIVEXAEC.cjs → chunk-LPDYEUMB.cjs} +9 -9
- package/dist/{chunk-X6SR256S.js → chunk-MYS6DR74.js} +12 -12
- package/dist/{chunk-5UV36ZIW.cjs → chunk-O6P3QI3B.cjs} +3 -3
- package/dist/{chunk-A5LHXE5X.cjs → chunk-QLBOPNV4.cjs} +2 -2
- package/dist/{chunk-GYE23WAN.js → chunk-SRR2GWC7.js} +3 -3
- package/dist/{chunk-3YUI42XN.cjs → chunk-T22I7TJQ.cjs} +3 -3
- package/dist/{chunk-33X65PQS.js → chunk-T2QKEABG.js} +3 -3
- package/dist/{chunk-MXLYIZIX.js → chunk-VRRDYCUH.js} +3 -3
|
@@ -1,27 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// packages/css/fetchUnitValue.ts
|
|
2
|
-
var tops = [
|
|
3
|
-
|
|
4
|
-
"\r",
|
|
5
|
-
" ",
|
|
6
|
-
"+",
|
|
7
|
-
"-",
|
|
8
|
-
"*",
|
|
9
|
-
"/",
|
|
10
|
-
":",
|
|
11
|
-
"("
|
|
12
|
-
];
|
|
13
|
-
var ends = [
|
|
14
|
-
"\n",
|
|
15
|
-
"\r",
|
|
16
|
-
" ",
|
|
17
|
-
"+",
|
|
18
|
-
"-",
|
|
19
|
-
"*",
|
|
20
|
-
"/",
|
|
21
|
-
";",
|
|
22
|
-
")",
|
|
23
|
-
"}"
|
|
24
|
-
];
|
|
2
|
+
var tops = ["\n", "\r", " ", "+", "-", "*", "/", ":", "("];
|
|
3
|
+
var ends = ["\n", "\r", " ", "+", "-", "*", "/", ";", ")", "}"];
|
|
25
4
|
function fetchUnitValue(text, str, callback) {
|
|
26
5
|
const reg = new RegExp(`([-]?[0-9\\.]+)(${str})`, "g");
|
|
27
6
|
return text.replace(reg, function(a, b, c, d) {
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// packages/dom/getShiftEvent.ts
|
|
2
|
+
var eventTypes = {
|
|
3
|
+
press: {
|
|
4
|
+
touch: "touchstart",
|
|
5
|
+
mouse: "mousedown"
|
|
6
|
+
},
|
|
7
|
+
shift: {
|
|
8
|
+
touch: "touchmove",
|
|
9
|
+
mouse: "mousemove"
|
|
10
|
+
},
|
|
11
|
+
release: {
|
|
12
|
+
touch: "touchend",
|
|
13
|
+
mouse: "mouseup"
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
function pressEvent(dom, press, shift, release, dom1 = document) {
|
|
17
|
+
foundEvent(
|
|
18
|
+
"press",
|
|
19
|
+
(e, t, te) => {
|
|
20
|
+
let scoll;
|
|
21
|
+
let is = false;
|
|
22
|
+
const tz = setTimeout(() => {
|
|
23
|
+
is = press(e, t, te);
|
|
24
|
+
if (is) {
|
|
25
|
+
if (shift) {
|
|
26
|
+
scoll = foundEventCallback("shift", shift, dom1, t);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}, 200);
|
|
30
|
+
const rcoll = foundEventCallback(
|
|
31
|
+
"release",
|
|
32
|
+
(e1, t1, te1) => {
|
|
33
|
+
clearTimeout(tz);
|
|
34
|
+
if (is && release) {
|
|
35
|
+
release(e1, t1, te1);
|
|
36
|
+
if (scoll) {
|
|
37
|
+
dom1.removeEventListener(
|
|
38
|
+
eventTypes.shift[t1],
|
|
39
|
+
scoll
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
dom1.removeEventListener(eventTypes.release[t1], rcoll);
|
|
44
|
+
},
|
|
45
|
+
dom1,
|
|
46
|
+
t
|
|
47
|
+
);
|
|
48
|
+
},
|
|
49
|
+
dom
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
function shiftEvent(t, dom1, shift, release, is = true) {
|
|
53
|
+
let scoll;
|
|
54
|
+
if (shift) {
|
|
55
|
+
scoll = foundEventCallback("shift", shift, dom1, t);
|
|
56
|
+
}
|
|
57
|
+
if (release) {
|
|
58
|
+
const rcoll = foundEventCallback(
|
|
59
|
+
"release",
|
|
60
|
+
(e1, t1, te) => {
|
|
61
|
+
release(e1, t1, te);
|
|
62
|
+
if (is) {
|
|
63
|
+
if (scoll) {
|
|
64
|
+
dom1.removeEventListener(eventTypes.shift[t1], scoll);
|
|
65
|
+
}
|
|
66
|
+
dom1.removeEventListener(eventTypes.release[t1], rcoll);
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
dom1,
|
|
70
|
+
t
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
function foundEvent(eventType, c, dom = document, type) {
|
|
75
|
+
if (type != "mouse") {
|
|
76
|
+
dom.addEventListener(eventTypes[eventType].touch, (event) => {
|
|
77
|
+
event.stopPropagation();
|
|
78
|
+
event.preventDefault();
|
|
79
|
+
const e = event;
|
|
80
|
+
const changedTouches = e.changedTouches[0];
|
|
81
|
+
c(changedTouches, "touch", e);
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
if (type != "touch") {
|
|
85
|
+
dom.addEventListener(eventTypes[eventType].mouse, (event) => {
|
|
86
|
+
event.stopPropagation();
|
|
87
|
+
event.preventDefault();
|
|
88
|
+
const e = event;
|
|
89
|
+
c(e, "mouse");
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
function foundEventCallback(eventType, c, dom = document, type) {
|
|
94
|
+
if (type == "touch") {
|
|
95
|
+
const eventCallback = (event) => {
|
|
96
|
+
event.stopPropagation();
|
|
97
|
+
event.preventDefault();
|
|
98
|
+
const e = event;
|
|
99
|
+
const changedTouches = e.changedTouches[0];
|
|
100
|
+
c(changedTouches, "touch", e);
|
|
101
|
+
};
|
|
102
|
+
dom.addEventListener(eventTypes[eventType].touch, eventCallback);
|
|
103
|
+
return eventCallback;
|
|
104
|
+
} else {
|
|
105
|
+
const eventCallback = (event) => {
|
|
106
|
+
event.stopPropagation();
|
|
107
|
+
event.preventDefault();
|
|
108
|
+
const e = event;
|
|
109
|
+
c(e, "mouse");
|
|
110
|
+
};
|
|
111
|
+
dom.addEventListener(eventTypes[eventType].mouse, eventCallback);
|
|
112
|
+
return eventCallback;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
exports.pressEvent = pressEvent; exports.shiftEvent = shiftEvent; exports.foundEvent = foundEvent; exports.foundEventCallback = foundEventCallback;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// packages/window/getParam.ts
|
|
2
|
+
function getParam(URL) {
|
|
3
|
+
URL = JSON.parse(
|
|
4
|
+
'{"' + decodeURI(URL.split("?")[1]).replace(/"/g, '"').replace(/&/g, '","').replace(/=/g, '":"') + '"}'
|
|
5
|
+
);
|
|
6
|
+
return JSON.stringify(URL);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.getParam = getParam;
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
// packages/dom/getShiftEvent.ts
|
|
2
|
+
var eventTypes = {
|
|
3
|
+
press: {
|
|
4
|
+
touch: "touchstart",
|
|
5
|
+
mouse: "mousedown"
|
|
6
|
+
},
|
|
7
|
+
shift: {
|
|
8
|
+
touch: "touchmove",
|
|
9
|
+
mouse: "mousemove"
|
|
10
|
+
},
|
|
11
|
+
release: {
|
|
12
|
+
touch: "touchend",
|
|
13
|
+
mouse: "mouseup"
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
function pressEvent(dom, press, shift, release, dom1 = document) {
|
|
17
|
+
foundEvent(
|
|
18
|
+
"press",
|
|
19
|
+
(e, t, te) => {
|
|
20
|
+
let scoll;
|
|
21
|
+
let is = false;
|
|
22
|
+
const tz = setTimeout(() => {
|
|
23
|
+
is = press(e, t, te);
|
|
24
|
+
if (is) {
|
|
25
|
+
if (shift) {
|
|
26
|
+
scoll = foundEventCallback("shift", shift, dom1, t);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}, 200);
|
|
30
|
+
const rcoll = foundEventCallback(
|
|
31
|
+
"release",
|
|
32
|
+
(e1, t1, te1) => {
|
|
33
|
+
clearTimeout(tz);
|
|
34
|
+
if (is && release) {
|
|
35
|
+
release(e1, t1, te1);
|
|
36
|
+
if (scoll) {
|
|
37
|
+
dom1.removeEventListener(
|
|
38
|
+
eventTypes.shift[t1],
|
|
39
|
+
scoll
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
dom1.removeEventListener(eventTypes.release[t1], rcoll);
|
|
44
|
+
},
|
|
45
|
+
dom1,
|
|
46
|
+
t
|
|
47
|
+
);
|
|
48
|
+
},
|
|
49
|
+
dom
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
function shiftEvent(t, dom1, shift, release, is = true) {
|
|
53
|
+
let scoll;
|
|
54
|
+
if (shift) {
|
|
55
|
+
scoll = foundEventCallback("shift", shift, dom1, t);
|
|
56
|
+
}
|
|
57
|
+
if (release) {
|
|
58
|
+
const rcoll = foundEventCallback(
|
|
59
|
+
"release",
|
|
60
|
+
(e1, t1, te) => {
|
|
61
|
+
release(e1, t1, te);
|
|
62
|
+
if (is) {
|
|
63
|
+
if (scoll) {
|
|
64
|
+
dom1.removeEventListener(eventTypes.shift[t1], scoll);
|
|
65
|
+
}
|
|
66
|
+
dom1.removeEventListener(eventTypes.release[t1], rcoll);
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
dom1,
|
|
70
|
+
t
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
function foundEvent(eventType, c, dom = document, type) {
|
|
75
|
+
if (type != "mouse") {
|
|
76
|
+
dom.addEventListener(eventTypes[eventType].touch, (event) => {
|
|
77
|
+
event.stopPropagation();
|
|
78
|
+
event.preventDefault();
|
|
79
|
+
const e = event;
|
|
80
|
+
const changedTouches = e.changedTouches[0];
|
|
81
|
+
c(changedTouches, "touch", e);
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
if (type != "touch") {
|
|
85
|
+
dom.addEventListener(eventTypes[eventType].mouse, (event) => {
|
|
86
|
+
event.stopPropagation();
|
|
87
|
+
event.preventDefault();
|
|
88
|
+
const e = event;
|
|
89
|
+
c(e, "mouse");
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
function foundEventCallback(eventType, c, dom = document, type) {
|
|
94
|
+
if (type == "touch") {
|
|
95
|
+
const eventCallback = (event) => {
|
|
96
|
+
event.stopPropagation();
|
|
97
|
+
event.preventDefault();
|
|
98
|
+
const e = event;
|
|
99
|
+
const changedTouches = e.changedTouches[0];
|
|
100
|
+
c(changedTouches, "touch", e);
|
|
101
|
+
};
|
|
102
|
+
dom.addEventListener(eventTypes[eventType].touch, eventCallback);
|
|
103
|
+
return eventCallback;
|
|
104
|
+
} else {
|
|
105
|
+
const eventCallback = (event) => {
|
|
106
|
+
event.stopPropagation();
|
|
107
|
+
event.preventDefault();
|
|
108
|
+
const e = event;
|
|
109
|
+
c(e, "mouse");
|
|
110
|
+
};
|
|
111
|
+
dom.addEventListener(eventTypes[eventType].mouse, eventCallback);
|
|
112
|
+
return eventCallback;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export {
|
|
117
|
+
pressEvent,
|
|
118
|
+
shiftEvent,
|
|
119
|
+
foundEvent,
|
|
120
|
+
foundEventCallback
|
|
121
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getLocus
|
|
3
|
+
} from "./chunk-Q63V2U5G.js";
|
|
4
|
+
import {
|
|
5
|
+
foundEvent,
|
|
6
|
+
foundEventCallback,
|
|
7
|
+
pressEvent,
|
|
8
|
+
shiftEvent
|
|
9
|
+
} from "./chunk-VBS6YE6H.js";
|
|
10
|
+
import {
|
|
11
|
+
__export
|
|
12
|
+
} from "./chunk-UICA3PK6.js";
|
|
13
|
+
|
|
14
|
+
// packages/dom/index.ts
|
|
15
|
+
var dom_exports = {};
|
|
16
|
+
__export(dom_exports, {
|
|
17
|
+
foundEvent: () => foundEvent,
|
|
18
|
+
foundEventCallback: () => foundEventCallback,
|
|
19
|
+
getLocus: () => getLocus,
|
|
20
|
+
pressEvent: () => pressEvent,
|
|
21
|
+
shiftEvent: () => shiftEvent
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dom_exports
|
|
26
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getPositionRelative
|
|
3
|
+
} from "./chunk-MQHLAQQA.js";
|
|
4
|
+
import {
|
|
5
|
+
getPrentClass
|
|
6
|
+
} from "./chunk-2QGQBPEX.js";
|
|
7
|
+
import {
|
|
8
|
+
getPrentCorres
|
|
9
|
+
} from "./chunk-OJFV3426.js";
|
|
10
|
+
import {
|
|
11
|
+
getSVG
|
|
12
|
+
} from "./chunk-WIYZQNGO.js";
|
|
13
|
+
import {
|
|
14
|
+
setCss
|
|
15
|
+
} from "./chunk-XUL6LPTN.js";
|
|
16
|
+
import {
|
|
17
|
+
fetchUnitValue
|
|
18
|
+
} from "./chunk-WX3JYE47.js";
|
|
19
|
+
import {
|
|
20
|
+
getAttrObj
|
|
21
|
+
} from "./chunk-N3FZ4WUI.js";
|
|
22
|
+
import {
|
|
23
|
+
getCss
|
|
24
|
+
} from "./chunk-5RZYHE3X.js";
|
|
25
|
+
import {
|
|
26
|
+
__export
|
|
27
|
+
} from "./chunk-UICA3PK6.js";
|
|
28
|
+
|
|
29
|
+
// packages/css/index.ts
|
|
30
|
+
var css_exports = {};
|
|
31
|
+
__export(css_exports, {
|
|
32
|
+
fetchUnitValue: () => fetchUnitValue,
|
|
33
|
+
getAttrObj: () => getAttrObj,
|
|
34
|
+
getCss: () => getCss,
|
|
35
|
+
getPositionRelative: () => getPositionRelative,
|
|
36
|
+
getPrentClass: () => getPrentClass,
|
|
37
|
+
getPrentCorres: () => getPrentCorres,
|
|
38
|
+
getSVG: () => getSVG,
|
|
39
|
+
setCss: () => setCss
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
export {
|
|
43
|
+
css_exports
|
|
44
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkUGS2F6DKcjs = require('./chunk-UGS2F6DK.cjs');
|
|
4
|
+
|
|
5
|
+
// packages/css/getPositionRelative.ts
|
|
6
|
+
function getPositionRelative(el, str = "relative") {
|
|
7
|
+
if (el && el.parentElement) {
|
|
8
|
+
const fel = el.parentElement;
|
|
9
|
+
if (_chunkUGS2F6DKcjs.getCss.call(void 0, fel, "position") == str) {
|
|
10
|
+
return fel;
|
|
11
|
+
} else {
|
|
12
|
+
return getPositionRelative(fel);
|
|
13
|
+
}
|
|
14
|
+
} else {
|
|
15
|
+
return el;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
exports.getPositionRelative = getPositionRelative;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getAttrObj
|
|
3
|
+
} from "./chunk-N3FZ4WUI.js";
|
|
4
|
+
|
|
5
|
+
// packages/css/getSVG.ts
|
|
6
|
+
function getSVG(str) {
|
|
7
|
+
const reg = /<svg([^>]*)>((.|\n|\r|\t)*)<\/svg>/g;
|
|
8
|
+
const rs = reg.exec(str);
|
|
9
|
+
if (rs && rs.length > 0) {
|
|
10
|
+
const css = rs[1];
|
|
11
|
+
const body = rs[2];
|
|
12
|
+
const attr = getAttrObj(css);
|
|
13
|
+
const b = attr["viewBox"] || "";
|
|
14
|
+
const bs = b.split(" ") || [];
|
|
15
|
+
const l = Number(bs[0]) || 0;
|
|
16
|
+
const t = Number(bs[1]) || 0;
|
|
17
|
+
const w = Number(bs[2] || attr["width"]) || 24;
|
|
18
|
+
const h = Number(bs[3] || attr["height"]) || 24;
|
|
19
|
+
return {
|
|
20
|
+
body,
|
|
21
|
+
viewBox: b,
|
|
22
|
+
left: l,
|
|
23
|
+
top: t,
|
|
24
|
+
width: w,
|
|
25
|
+
height: h
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export {
|
|
32
|
+
getSVG
|
|
33
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkPTLVJ5OLcjs = require('./chunk-PTLVJ5OL.cjs');
|
|
4
|
+
|
|
5
|
+
// packages/css/getPrentClass.ts
|
|
6
|
+
function getPrentClass(el, cs) {
|
|
7
|
+
return _chunkPTLVJ5OLcjs.getPrentCorres.call(void 0, el, (ve) => {
|
|
8
|
+
const vs = (ve.className || "").split(" ");
|
|
9
|
+
return vs.includes(cs);
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
exports.getPrentClass = getPrentClass;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// packages/basic/object/deepCopy.ts
|
|
2
|
+
function deepCopy(obj) {
|
|
3
|
+
const objClone = Array.isArray(obj) ? [] : {};
|
|
4
|
+
if (obj && typeof obj === "object") {
|
|
5
|
+
for (let key in obj) {
|
|
6
|
+
if (obj.hasOwnProperty(key)) {
|
|
7
|
+
if (obj[key] && typeof obj[key] === "object") {
|
|
8
|
+
objClone[key] = deepCopy(obj[key]);
|
|
9
|
+
} else {
|
|
10
|
+
objClone[key] = obj[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
return objClone;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export {
|
|
19
|
+
deepCopy
|
|
20
|
+
};
|
|
@@ -1,27 +1,6 @@
|
|
|
1
1
|
// packages/css/fetchUnitValue.ts
|
|
2
|
-
var tops = [
|
|
3
|
-
|
|
4
|
-
"\r",
|
|
5
|
-
" ",
|
|
6
|
-
"+",
|
|
7
|
-
"-",
|
|
8
|
-
"*",
|
|
9
|
-
"/",
|
|
10
|
-
":",
|
|
11
|
-
"("
|
|
12
|
-
];
|
|
13
|
-
var ends = [
|
|
14
|
-
"\n",
|
|
15
|
-
"\r",
|
|
16
|
-
" ",
|
|
17
|
-
"+",
|
|
18
|
-
"-",
|
|
19
|
-
"*",
|
|
20
|
-
"/",
|
|
21
|
-
";",
|
|
22
|
-
")",
|
|
23
|
-
"}"
|
|
24
|
-
];
|
|
2
|
+
var tops = ["\n", "\r", " ", "+", "-", "*", "/", ":", "("];
|
|
3
|
+
var ends = ["\n", "\r", " ", "+", "-", "*", "/", ";", ")", "}"];
|
|
25
4
|
function fetchUnitValue(text, str, callback) {
|
|
26
5
|
const reg = new RegExp(`([-]?[0-9\\.]+)(${str})`, "g");
|
|
27
6
|
return text.replace(reg, function(a, b, c, d) {
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import {
|
|
2
|
+
humpToLine
|
|
3
|
+
} from "./chunk-J7CICTHH.js";
|
|
4
|
+
|
|
5
|
+
// packages/css/setCss.ts
|
|
6
|
+
function setCss(elem, style, value) {
|
|
7
|
+
if (typeof style == "string") {
|
|
8
|
+
set(elem, style, value || "");
|
|
9
|
+
} else {
|
|
10
|
+
Object.keys(style).forEach((key) => {
|
|
11
|
+
set(elem, key, style[key]);
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
function set(elem, style, value) {
|
|
16
|
+
elem.style.setProperty(humpToLine(style), value);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export {
|
|
20
|
+
setCss
|
|
21
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkVY5VQ7WEcjs = require('./chunk-VY5VQ7WE.cjs');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkWLBKU7NMcjs = require('./chunk-WLBKU7NM.cjs');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
var _chunkPTLVJ5OLcjs = require('./chunk-PTLVJ5OL.cjs');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
var _chunkGFAUQTB2cjs = require('./chunk-GFAUQTB2.cjs');
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
var _chunk4X7AFGTVcjs = require('./chunk-4X7AFGTV.cjs');
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
var _chunkUGFSIZ5Pcjs = require('./chunk-UGFSIZ5P.cjs');
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
var _chunkTE3XNGF4cjs = require('./chunk-TE3XNGF4.cjs');
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
var _chunkUGS2F6DKcjs = require('./chunk-UGS2F6DK.cjs');
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
var _chunk5AZGAKWRcjs = require('./chunk-5AZGAKWR.cjs');
|
|
28
|
+
|
|
29
|
+
// packages/css/index.ts
|
|
30
|
+
var css_exports = {};
|
|
31
|
+
_chunk5AZGAKWRcjs.__export.call(void 0, css_exports, {
|
|
32
|
+
fetchUnitValue: () => _chunkUGFSIZ5Pcjs.fetchUnitValue,
|
|
33
|
+
getAttrObj: () => _chunkTE3XNGF4cjs.getAttrObj,
|
|
34
|
+
getCss: () => _chunkUGS2F6DKcjs.getCss,
|
|
35
|
+
getPositionRelative: () => _chunkVY5VQ7WEcjs.getPositionRelative,
|
|
36
|
+
getPrentClass: () => _chunkWLBKU7NMcjs.getPrentClass,
|
|
37
|
+
getPrentCorres: () => _chunkPTLVJ5OLcjs.getPrentCorres,
|
|
38
|
+
getSVG: () => _chunkGFAUQTB2cjs.getSVG,
|
|
39
|
+
setCss: () => _chunk4X7AFGTVcjs.setCss
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
exports.css_exports = css_exports;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// packages/basic/string/toFunction.ts
|
|
2
|
+
function toFunction(str) {
|
|
3
|
+
const obj = getFunctionFormat(str);
|
|
4
|
+
if (obj && obj.body) {
|
|
5
|
+
const param = (obj.param || "").split(",").map((o) => o.trim()).filter((v) => v);
|
|
6
|
+
return new Function(...param, obj.body);
|
|
7
|
+
} else {
|
|
8
|
+
return;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
function getFunctionFormat(v) {
|
|
12
|
+
if (v) {
|
|
13
|
+
let st = v.toString();
|
|
14
|
+
st = st.trim();
|
|
15
|
+
let name = "([a-z|A-Z|_|$][a-z|A-Z|_|$|0-9]*)?";
|
|
16
|
+
let fun = "((function)?\\s*" + name + "\\s*)?";
|
|
17
|
+
let param = "(\\(([^\\(|\\)]*)\\)\\s*)?";
|
|
18
|
+
let body = "[\\s|\\n|\\r]*\\{((.|\n|\r)+?)\\}[\\s|\\n|\\r]*";
|
|
19
|
+
let reg = new RegExp("^" + fun + param + body + "$");
|
|
20
|
+
let vts = reg.exec(st);
|
|
21
|
+
if (vts && vts.length > 0) {
|
|
22
|
+
return {
|
|
23
|
+
name: vts[3],
|
|
24
|
+
param: vts[5],
|
|
25
|
+
body: vts[6]
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
exports.toFunction = toFunction; exports.getFunctionFormat = getFunctionFormat;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
matchs
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import {
|
|
5
|
-
matchsWhole
|
|
6
|
-
} from "./chunk-IRGCP7KH.js";
|
|
3
|
+
} from "./chunk-T2QKEABG.js";
|
|
7
4
|
import {
|
|
8
5
|
matchsEnd
|
|
9
6
|
} from "./chunk-YNOFNHEK.js";
|
|
10
7
|
import {
|
|
11
8
|
matchsStart
|
|
12
9
|
} from "./chunk-S6JRKYPY.js";
|
|
10
|
+
import {
|
|
11
|
+
matchsWhole
|
|
12
|
+
} from "./chunk-IRGCP7KH.js";
|
|
13
13
|
import {
|
|
14
14
|
__export
|
|
15
15
|
} from "./chunk-UICA3PK6.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkUGFSIZ5Pcjs = require('../chunk-UGFSIZ5P.cjs');
|
|
4
4
|
require('../chunk-5AZGAKWR.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.fetchUnitValue =
|
|
7
|
+
exports.fetchUnitValue = _chunkUGFSIZ5Pcjs.fetchUnitValue;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 提取单位值
|
|
3
|
-
* @param text
|
|
4
|
-
* @param str
|
|
5
|
-
* @param callback
|
|
6
|
-
* @returns
|
|
7
|
-
*/
|
|
1
|
+
/**
|
|
2
|
+
* 提取单位值
|
|
3
|
+
* @param text
|
|
4
|
+
* @param str
|
|
5
|
+
* @param callback
|
|
6
|
+
* @returns
|
|
7
|
+
*/
|
|
8
8
|
declare function fetchUnitValue(text: string, str: string, callback?: (n: number, dw: string, yss: string, i: number) => string): string;
|
|
9
9
|
|
|
10
10
|
export { fetchUnitValue };
|