@fangzhongya/utils 0.0.8-7 → 0.0.8-71
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 +2 -1
- package/dist/basic/array/index.js +10 -6
- package/dist/basic/array/isArray.d.ts +5 -5
- package/dist/basic/array/replaceAfter.cjs +2 -2
- package/dist/basic/array/replaceAfter.d.ts +9 -8
- package/dist/basic/array/replaceAfter.js +1 -1
- package/dist/basic/array/toggleArray.cjs +2 -2
- package/dist/basic/array/toggleArray.d.ts +8 -8
- package/dist/basic/array/toggleArray.js +1 -1
- package/dist/basic/index.cjs +18 -9
- package/dist/basic/index.d.ts +14 -5
- package/dist/basic/index.js +17 -8
- 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 +26 -2
- package/dist/basic/object/index.d.ts +7 -1
- package/dist/basic/object/index.js +25 -1
- package/dist/basic/object/isObject.d.ts +5 -5
- package/dist/basic/object/isObjectArray.d.ts +5 -5
- 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 +15 -3
- package/dist/basic/string/index.d.ts +2 -0
- package/dist/basic/string/index.js +16 -4
- 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-3IR2ABRO.js +8 -0
- package/dist/chunk-3LWFUVER.js +60 -0
- package/dist/{chunk-X6SR256S.js → chunk-3YREMQDD.js} +4 -4
- package/dist/chunk-4X7AFGTV.cjs +21 -0
- package/dist/{chunk-VIVEXAEC.cjs → chunk-6OF3XP3W.cjs} +5 -5
- 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-APKFW4LU.js +36 -0
- package/dist/chunk-BMUGXWAO.cjs +26 -0
- package/dist/chunk-CDQONLGU.cjs +23 -0
- package/dist/chunk-CTLBHJGF.cjs +20 -0
- package/dist/chunk-D3SX7OUV.cjs +11 -0
- package/dist/chunk-D3YMEKIF.js +20 -0
- package/dist/chunk-DBSRZCFK.js +54 -0
- package/dist/chunk-DGQF7OEN.js +20 -0
- package/dist/chunk-EWXBN4VG.cjs +21 -0
- package/dist/{chunk-XN4JGC3A.cjs → chunk-FGQXKLTH.cjs} +8 -2
- package/dist/{chunk-V3FWFWP2.cjs → chunk-FWSMHV24.cjs} +14 -2
- package/dist/chunk-GFAUQTB2.cjs +33 -0
- package/dist/chunk-GIAO77MY.js +49 -0
- package/dist/chunk-GOUC2DFA.cjs +8 -0
- package/dist/chunk-GVVJIN46.js +81 -0
- package/dist/chunk-HJTIJGIF.cjs +21 -0
- package/dist/chunk-IIKQHLKT.cjs +60 -0
- package/dist/chunk-IWH77AZY.cjs +24 -0
- package/dist/chunk-JDKNU726.cjs +20 -0
- package/dist/{chunk-76ZUEOEJ.js → chunk-JU6FQE2Q.js} +9 -5
- package/dist/chunk-JYPJ5QJ5.cjs +35 -0
- package/dist/chunk-K33LOE73.js +29 -0
- package/dist/{chunk-JLEIVV37.cjs → chunk-KHGCW3A7.cjs} +7 -7
- package/dist/chunk-KQR7FXBF.js +20 -0
- package/dist/{chunk-JE4B4G3M.js → chunk-KUI3P5CP.js} +3 -3
- package/dist/{chunk-SYXWQKOO.cjs → chunk-L6DY4GCH.cjs} +5 -5
- package/dist/chunk-LEPZYF2N.cjs +49 -0
- package/dist/chunk-LI6WZE5I.js +54 -0
- package/dist/chunk-M323GS33.js +21 -0
- package/dist/chunk-MGX7U2CG.cjs +20 -0
- package/dist/chunk-MHHMXDHD.cjs +29 -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-P2CYIUCC.js → chunk-NLYMUIJC.js} +15 -3
- package/dist/{chunk-ZQX2TYQB.js → chunk-NSG7ZMXT.js} +4 -4
- package/dist/chunk-OJFV3426.js +17 -0
- package/dist/{chunk-NKIDWRRS.cjs → chunk-OYFW373E.cjs} +11 -7
- package/dist/chunk-PHKZER72.js +23 -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-WVKZTLXW.js → chunk-QJVB3JIZ.js} +8 -2
- package/dist/{chunk-KI5O5MZR.cjs → chunk-QZVMLHFW.cjs} +2 -2
- package/dist/chunk-S42NGJ5W.js +11 -0
- package/dist/chunk-SOAKYJIG.cjs +36 -0
- package/dist/chunk-T4BAVDTH.js +31 -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-HQFPDOWY.js → chunk-VOVIDEUN.js} +24 -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-QKLVFB74.js → chunk-WX3JYE47.js} +2 -23
- package/dist/chunk-XSQOJWXL.cjs +54 -0
- package/dist/chunk-XUL6LPTN.js +21 -0
- package/dist/{chunk-AMKJIDHO.js → chunk-Y5WYKSYG.js} +1 -1
- package/dist/chunk-YAD5PHVF.cjs +81 -0
- package/dist/{chunk-PB6FN2XC.cjs → chunk-Z5VXOBXR.cjs} +24 -0
- package/dist/chunk-ZCSQFCKJ.cjs +54 -0
- package/dist/chunk-ZEAT23CI.js +13 -0
- package/dist/chunk-ZJIRJ4YJ.cjs +35 -0
- 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 +36 -5
- package/dist/css/index.d.ts +8 -1
- package/dist/css/index.js +37 -6
- package/dist/css/setClassName.cjs +7 -0
- package/dist/css/setClassName.d.ts +6 -0
- package/dist/css/setClassName.js +7 -0
- package/dist/css/setCss.cjs +3 -2
- package/dist/css/setCss.d.ts +9 -1
- package/dist/css/setCss.js +2 -1
- package/dist/css/setObjStyle.cjs +9 -0
- package/dist/css/setObjStyle.d.ts +12 -0
- package/dist/css/setObjStyle.js +9 -0
- 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-e7b43a74.d.ts → index-123cda08.d.ts} +4 -1
- 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-92feece4.d.ts +39 -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 +72 -33
- package/dist/index.d.ts +40 -13
- package/dist/index.js +75 -36
- package/dist/iss/index.d.ts +1 -1
- package/dist/judge/index.cjs +6 -6
- package/dist/judge/index.d.ts +1 -1
- 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.d.ts +1 -1
- 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 -10
- 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.cjs +3 -3
- package/dist/urls/getReplaceUrl.d.ts +6 -6
- package/dist/urls/getReplaceUrl.js +2 -2
- 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 +7 -7
- package/dist/urls/index.js +6 -6
- 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 +210 -76
- 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-AXMOZZCM.cjs +0 -22
- package/dist/chunk-DGOE2UXJ.cjs +0 -24
- package/dist/chunk-GOH6G74S.js +0 -17
- package/dist/chunk-GOJN3OQ4.js +0 -22
- package/dist/chunk-LG7MY5KL.cjs +0 -17
- package/dist/chunk-XQB2HUHZ.js +0 -23
- package/dist/index-610215b0.d.ts +0 -16
- package/dist/index-e5ab7f28.d.ts +0 -13
- package/dist/index-f7cb4d19.d.ts +0 -19
- package/dist/{chunk-T2QKEABG.js → chunk-33X65PQS.js} +3 -3
- package/dist/{chunk-T22I7TJQ.cjs → chunk-3YUI42XN.cjs} +3 -3
- package/dist/{chunk-6RIGEV6G.cjs → chunk-4MDPNVDF.cjs} +2 -2
- package/dist/{chunk-BWNLZJJG.js → chunk-EJWFLQF3.js} +3 -3
- package/dist/{chunk-PAJDTMC5.cjs → chunk-KRBTSMT2.cjs} +3 -3
- package/dist/{chunk-5UV36ZIW.cjs → chunk-O6P3QI3B.cjs} +3 -3
- package/dist/{chunk-ZRZ5HATA.js → chunk-QRPNQFNF.js} +3 -3
- package/dist/{chunk-MXLYIZIX.js → chunk-VRRDYCUH.js} +3 -3
- package/dist/{index-38b73962.d.ts → index-09cd203a.d.ts} +1 -1
- package/dist/{index-110fd300.d.ts → index-445fe401.d.ts} +1 -1
- package/dist/{index-f6ea5a6a.d.ts → index-a65f6120.d.ts} +1 -1
package/dist/css/setCss.cjs
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk4X7AFGTVcjs = require('../chunk-4X7AFGTV.cjs');
|
|
4
|
+
require('../chunk-LTVXRDTD.cjs');
|
|
4
5
|
require('../chunk-5AZGAKWR.cjs');
|
|
5
6
|
|
|
6
7
|
|
|
7
|
-
exports.setCss =
|
|
8
|
+
exports.setCss = _chunk4X7AFGTVcjs.setCss;
|
package/dist/css/setCss.d.ts
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* 设置样式
|
|
3
|
+
* @param elem
|
|
4
|
+
* @param style
|
|
5
|
+
* @param value
|
|
6
|
+
*/
|
|
7
|
+
declare function setCss(elem: HTMLElement, style: string | {
|
|
8
|
+
[key: string]: string;
|
|
9
|
+
}, value?: string): void;
|
|
2
10
|
|
|
3
11
|
export { setCss };
|
package/dist/css/setCss.js
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkHJTIJGIFcjs = require('../chunk-HJTIJGIF.cjs');
|
|
5
|
+
require('../chunk-5AZGAKWR.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
exports.setObjStyle = _chunkHJTIJGIFcjs.setObjStyle; exports.toStyleString = _chunkHJTIJGIFcjs.toStyleString;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type ObjStrNum = {
|
|
2
|
+
[key: string]: string | number;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* 把对象Style 转字符串
|
|
6
|
+
* @param {*} obj
|
|
7
|
+
* @returns
|
|
8
|
+
*/
|
|
9
|
+
declare function toStyleString(obj: ObjStrNum): string;
|
|
10
|
+
declare function setObjStyle(style: string | ObjStrNum, objColor: ObjStrNum): string | ObjStrNum;
|
|
11
|
+
|
|
12
|
+
export { setObjStyle, toStyleString };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkUPPSZFBEcjs = require('../chunk-UPPSZFBE.cjs');
|
|
7
|
+
require('../chunk-5AZGAKWR.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
exports.foundEvent = _chunkUPPSZFBEcjs.foundEvent; exports.foundEventCallback = _chunkUPPSZFBEcjs.foundEventCallback; exports.pressEvent = _chunkUPPSZFBEcjs.pressEvent; exports.shiftEvent = _chunkUPPSZFBEcjs.shiftEvent;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
type SeatEvent = MouseEvent | Touch;
|
|
2
|
+
type Type = 'touch' | 'mouse';
|
|
3
|
+
type Callback = (e: SeatEvent, t: Type, te?: TouchEvent) => void;
|
|
4
|
+
type Dom = HTMLElement | Document;
|
|
5
|
+
declare const eventTypes: {
|
|
6
|
+
press: {
|
|
7
|
+
touch: string;
|
|
8
|
+
mouse: string;
|
|
9
|
+
};
|
|
10
|
+
shift: {
|
|
11
|
+
touch: string;
|
|
12
|
+
mouse: string;
|
|
13
|
+
};
|
|
14
|
+
release: {
|
|
15
|
+
touch: string;
|
|
16
|
+
mouse: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
type EventTypeKey = keyof typeof eventTypes;
|
|
20
|
+
declare function pressEvent(dom: HTMLElement, press: (e: SeatEvent, t?: Type, te?: TouchEvent) => any, shift?: Callback, release?: Callback, dom1?: Dom): void;
|
|
21
|
+
declare function shiftEvent(t: Type, dom1: Dom, shift?: Callback, release?: Callback, is?: boolean): void;
|
|
22
|
+
declare function foundEvent(eventType: EventTypeKey, c: Callback, dom?: Dom, type?: Type): void;
|
|
23
|
+
declare function foundEventCallback(eventType: EventTypeKey, c: Callback, dom?: Dom, type?: Type): (event: Event) => void;
|
|
24
|
+
|
|
25
|
+
export { SeatEvent, foundEvent, foundEventCallback, pressEvent, shiftEvent };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-BMUGXWAO.cjs');
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunk2OR4FUOAcjs = require('../chunk-2OR4FUOA.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
var _chunkUPPSZFBEcjs = require('../chunk-UPPSZFBE.cjs');
|
|
11
|
+
require('../chunk-5AZGAKWR.cjs');
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
exports.foundEvent = _chunkUPPSZFBEcjs.foundEvent; exports.foundEventCallback = _chunkUPPSZFBEcjs.foundEventCallback; exports.getLocus = _chunk2OR4FUOAcjs.getLocus; exports.pressEvent = _chunkUPPSZFBEcjs.pressEvent; exports.shiftEvent = _chunkUPPSZFBEcjs.shiftEvent;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import "../chunk-VOMPPHW6.js";
|
|
2
|
+
import {
|
|
3
|
+
getLocus
|
|
4
|
+
} from "../chunk-Q63V2U5G.js";
|
|
5
|
+
import {
|
|
6
|
+
foundEvent,
|
|
7
|
+
foundEventCallback,
|
|
8
|
+
pressEvent,
|
|
9
|
+
shiftEvent
|
|
10
|
+
} from "../chunk-VBS6YE6H.js";
|
|
11
|
+
import "../chunk-UICA3PK6.js";
|
|
12
|
+
export {
|
|
13
|
+
foundEvent,
|
|
14
|
+
foundEventCallback,
|
|
15
|
+
getLocus,
|
|
16
|
+
pressEvent,
|
|
17
|
+
shiftEvent
|
|
18
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkLEPZYF2Ncjs = require('../chunk-LEPZYF2N.cjs');
|
|
4
|
+
require('../chunk-TE3XNGF4.cjs');
|
|
5
|
+
require('../chunk-5AZGAKWR.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.analysisHtml = _chunkLEPZYF2Ncjs.analysisHtml;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
type HtmlObj = {
|
|
2
|
+
div: string;
|
|
3
|
+
attr: {
|
|
4
|
+
[key: string]: string | number | undefined;
|
|
5
|
+
} | undefined;
|
|
6
|
+
value: Array<HtmlObj | string>;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* 解析html字符串
|
|
10
|
+
*/
|
|
11
|
+
declare function analysisHtml(str: string): (string | HtmlObj)[];
|
|
12
|
+
|
|
13
|
+
export { analysisHtml };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-MGX7U2CG.cjs');
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkLEPZYF2Ncjs = require('../chunk-LEPZYF2N.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
var _chunkEWXBN4VGcjs = require('../chunk-EWXBN4VG.cjs');
|
|
8
|
+
require('../chunk-TE3XNGF4.cjs');
|
|
9
|
+
require('../chunk-5AZGAKWR.cjs');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
exports.analysisHtml = _chunkLEPZYF2Ncjs.analysisHtml; exports.htmlEscape = _chunkEWXBN4VGcjs.htmlEscape;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import "../chunk-KQR7FXBF.js";
|
|
2
|
+
import {
|
|
3
|
+
analysisHtml
|
|
4
|
+
} from "../chunk-GIAO77MY.js";
|
|
5
|
+
import {
|
|
6
|
+
htmlEscape
|
|
7
|
+
} from "../chunk-NCSN3MC5.js";
|
|
8
|
+
import "../chunk-N3FZ4WUI.js";
|
|
9
|
+
import "../chunk-UICA3PK6.js";
|
|
10
|
+
export {
|
|
11
|
+
analysisHtml,
|
|
12
|
+
htmlEscape
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { copy } from './window/copy.js';
|
|
2
|
+
import { getParam } from './window/getParam.js';
|
|
3
|
+
|
|
4
|
+
declare const index_copy: typeof copy;
|
|
5
|
+
declare const index_getParam: typeof getParam;
|
|
6
|
+
declare namespace index {
|
|
7
|
+
export {
|
|
8
|
+
index_copy as copy,
|
|
9
|
+
index_getParam as getParam,
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { index as i };
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { asyncMergeArray } from './basic/array/asyncMergeArray.js';
|
|
2
|
-
import {
|
|
2
|
+
import { deleteArray } from './basic/array/deleteArray.js';
|
|
3
3
|
import { duplicateRemoval } from './basic/array/duplicateRemoval.js';
|
|
4
|
+
import { isArray } from './basic/array/isArray.js';
|
|
4
5
|
import { replaceAfter } from './basic/array/replaceAfter.js';
|
|
5
6
|
import { toggleArray } from './basic/array/toggleArray.js';
|
|
6
7
|
|
|
7
8
|
declare const index_asyncMergeArray: typeof asyncMergeArray;
|
|
9
|
+
declare const index_deleteArray: typeof deleteArray;
|
|
8
10
|
declare const index_duplicateRemoval: typeof duplicateRemoval;
|
|
9
11
|
declare const index_isArray: typeof isArray;
|
|
10
12
|
declare const index_replaceAfter: typeof replaceAfter;
|
|
@@ -12,6 +14,7 @@ declare const index_toggleArray: typeof toggleArray;
|
|
|
12
14
|
declare namespace index {
|
|
13
15
|
export {
|
|
14
16
|
index_asyncMergeArray as asyncMergeArray,
|
|
17
|
+
index_deleteArray as deleteArray,
|
|
15
18
|
index_duplicateRemoval as duplicateRemoval,
|
|
16
19
|
index_isArray as isArray,
|
|
17
20
|
index_replaceAfter as replaceAfter,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { i as index$1 } from './index-123cda08.js';
|
|
2
|
+
import { i as index$2 } from './index-ed8c0e9f.js';
|
|
3
|
+
import { i as index$3 } from './index-4d550d78.js';
|
|
4
|
+
|
|
5
|
+
declare namespace index {
|
|
6
|
+
export {
|
|
7
|
+
index$1 as array,
|
|
8
|
+
index$2 as object,
|
|
9
|
+
index$3 as string,
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { index as i };
|
|
@@ -5,23 +5,33 @@ import { firstUpper } from './basic/string/firstUpper.js';
|
|
|
5
5
|
import { getStartSame } from './basic/string/getStartSame.js';
|
|
6
6
|
import { getStartSames } from './basic/string/getStartSames.js';
|
|
7
7
|
import { splitUpper } from './basic/string/splitUpper.js';
|
|
8
|
+
import { getFunctionFormat, toFunction } from './basic/string/toFunction.js';
|
|
9
|
+
import { toJSONParse, toJSONStringify } from './basic/string/toJson.js';
|
|
8
10
|
|
|
9
11
|
declare const index_appearNum: typeof appearNum;
|
|
10
12
|
declare const index_appearNumSeat: typeof appearNumSeat;
|
|
11
13
|
declare const index_firstLower: typeof firstLower;
|
|
12
14
|
declare const index_firstUpper: typeof firstUpper;
|
|
15
|
+
declare const index_getFunctionFormat: typeof getFunctionFormat;
|
|
13
16
|
declare const index_getStartSame: typeof getStartSame;
|
|
14
17
|
declare const index_getStartSames: typeof getStartSames;
|
|
15
18
|
declare const index_splitUpper: typeof splitUpper;
|
|
19
|
+
declare const index_toFunction: typeof toFunction;
|
|
20
|
+
declare const index_toJSONParse: typeof toJSONParse;
|
|
21
|
+
declare const index_toJSONStringify: typeof toJSONStringify;
|
|
16
22
|
declare namespace index {
|
|
17
23
|
export {
|
|
18
24
|
index_appearNum as appearNum,
|
|
19
25
|
index_appearNumSeat as appearNumSeat,
|
|
20
26
|
index_firstLower as firstLower,
|
|
21
27
|
index_firstUpper as firstUpper,
|
|
28
|
+
index_getFunctionFormat as getFunctionFormat,
|
|
22
29
|
index_getStartSame as getStartSame,
|
|
23
30
|
index_getStartSames as getStartSames,
|
|
24
31
|
index_splitUpper as splitUpper,
|
|
32
|
+
index_toFunction as toFunction,
|
|
33
|
+
index_toJSONParse as toJSONParse,
|
|
34
|
+
index_toJSONStringify as toJSONStringify,
|
|
25
35
|
};
|
|
26
36
|
}
|
|
27
37
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { getLocus } from './dom/getLocus.js';
|
|
2
|
+
import { SeatEvent, foundEvent, foundEventCallback, pressEvent, shiftEvent } from './dom/getShiftEvent.js';
|
|
3
|
+
|
|
4
|
+
declare const index_SeatEvent: typeof SeatEvent;
|
|
5
|
+
declare const index_foundEvent: typeof foundEvent;
|
|
6
|
+
declare const index_foundEventCallback: typeof foundEventCallback;
|
|
7
|
+
declare const index_getLocus: typeof getLocus;
|
|
8
|
+
declare const index_pressEvent: typeof pressEvent;
|
|
9
|
+
declare const index_shiftEvent: typeof shiftEvent;
|
|
10
|
+
declare namespace index {
|
|
11
|
+
export {
|
|
12
|
+
index_SeatEvent as SeatEvent,
|
|
13
|
+
index_foundEvent as foundEvent,
|
|
14
|
+
index_foundEventCallback as foundEventCallback,
|
|
15
|
+
index_getLocus as getLocus,
|
|
16
|
+
index_pressEvent as pressEvent,
|
|
17
|
+
index_shiftEvent as shiftEvent,
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { index as i };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { fetchUnitValue } from './css/fetchUnitValue.js';
|
|
2
|
+
import { getAttrObj } from './css/getAttrObj.js';
|
|
3
|
+
import { getCss } from './css/getCss.js';
|
|
4
|
+
import { getPositionRelative } from './css/getPositionRelative.js';
|
|
5
|
+
import { getPrentClass } from './css/getPrentClass.js';
|
|
6
|
+
import { getPrentCorres } from './css/getPrentCorres.js';
|
|
7
|
+
import { getSVG } from './css/getSVG.js';
|
|
8
|
+
import { setClassName } from './css/setClassName.js';
|
|
9
|
+
import { setCss } from './css/setCss.js';
|
|
10
|
+
import { setObjStyle, toStyleString } from './css/setObjStyle.js';
|
|
11
|
+
|
|
12
|
+
declare const index_fetchUnitValue: typeof fetchUnitValue;
|
|
13
|
+
declare const index_getAttrObj: typeof getAttrObj;
|
|
14
|
+
declare const index_getCss: typeof getCss;
|
|
15
|
+
declare const index_getPositionRelative: typeof getPositionRelative;
|
|
16
|
+
declare const index_getPrentClass: typeof getPrentClass;
|
|
17
|
+
declare const index_getPrentCorres: typeof getPrentCorres;
|
|
18
|
+
declare const index_getSVG: typeof getSVG;
|
|
19
|
+
declare const index_setClassName: typeof setClassName;
|
|
20
|
+
declare const index_setCss: typeof setCss;
|
|
21
|
+
declare const index_setObjStyle: typeof setObjStyle;
|
|
22
|
+
declare const index_toStyleString: typeof toStyleString;
|
|
23
|
+
declare namespace index {
|
|
24
|
+
export {
|
|
25
|
+
index_fetchUnitValue as fetchUnitValue,
|
|
26
|
+
index_getAttrObj as getAttrObj,
|
|
27
|
+
index_getCss as getCss,
|
|
28
|
+
index_getPositionRelative as getPositionRelative,
|
|
29
|
+
index_getPrentClass as getPrentClass,
|
|
30
|
+
index_getPrentCorres as getPrentCorres,
|
|
31
|
+
index_getSVG as getSVG,
|
|
32
|
+
index_setClassName as setClassName,
|
|
33
|
+
index_setCss as setCss,
|
|
34
|
+
index_setObjStyle as setObjStyle,
|
|
35
|
+
index_toStyleString as toStyleString,
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export { index as i };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { analysisHtml } from './html/analysisHtml.js';
|
|
2
|
+
import { htmlEscape } from './html/htmlEscape.js';
|
|
3
|
+
|
|
4
|
+
declare const index_analysisHtml: typeof analysisHtml;
|
|
5
|
+
declare const index_htmlEscape: typeof htmlEscape;
|
|
6
|
+
declare namespace index {
|
|
7
|
+
export {
|
|
8
|
+
index_analysisHtml as analysisHtml,
|
|
9
|
+
index_htmlEscape as htmlEscape,
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { index as i };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { arrayToTree, getTreeObj, treeToArray } from './tree/getTreeObj.js';
|
|
2
|
+
|
|
3
|
+
declare const index_arrayToTree: typeof arrayToTree;
|
|
4
|
+
declare const index_getTreeObj: typeof getTreeObj;
|
|
5
|
+
declare const index_treeToArray: typeof treeToArray;
|
|
6
|
+
declare namespace index {
|
|
7
|
+
export {
|
|
8
|
+
index_arrayToTree as arrayToTree,
|
|
9
|
+
index_getTreeObj as getTreeObj,
|
|
10
|
+
index_treeToArray as treeToArray,
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { index as i };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { attrValueSort } from './basic/object/attrValueSort.js';
|
|
2
|
+
import { deepCopy } from './basic/object/deepCopy.js';
|
|
3
|
+
import { filterObject } from './basic/object/filterObject.js';
|
|
4
|
+
import { getSort } from './basic/object/getSort.js';
|
|
5
|
+
import { hasOwn } from './basic/object/hasOwn.js';
|
|
6
|
+
import { isObject } from './basic/object/isObject.js';
|
|
7
|
+
import { isObjectArray } from './basic/object/isObjectArray.js';
|
|
8
|
+
import { mergeObject } from './basic/object/mergeObject.js';
|
|
9
|
+
import { setSort } from './basic/object/setSort.js';
|
|
10
|
+
import { unmergeObject } from './basic/object/unmergeObject.js';
|
|
11
|
+
|
|
12
|
+
declare const index_attrValueSort: typeof attrValueSort;
|
|
13
|
+
declare const index_deepCopy: typeof deepCopy;
|
|
14
|
+
declare const index_filterObject: typeof filterObject;
|
|
15
|
+
declare const index_getSort: typeof getSort;
|
|
16
|
+
declare const index_hasOwn: typeof hasOwn;
|
|
17
|
+
declare const index_isObject: typeof isObject;
|
|
18
|
+
declare const index_isObjectArray: typeof isObjectArray;
|
|
19
|
+
declare const index_mergeObject: typeof mergeObject;
|
|
20
|
+
declare const index_setSort: typeof setSort;
|
|
21
|
+
declare const index_unmergeObject: typeof unmergeObject;
|
|
22
|
+
declare namespace index {
|
|
23
|
+
export {
|
|
24
|
+
index_attrValueSort as attrValueSort,
|
|
25
|
+
index_deepCopy as deepCopy,
|
|
26
|
+
index_filterObject as filterObject,
|
|
27
|
+
index_getSort as getSort,
|
|
28
|
+
index_hasOwn as hasOwn,
|
|
29
|
+
index_isObject as isObject,
|
|
30
|
+
index_isObjectArray as isObjectArray,
|
|
31
|
+
index_mergeObject as mergeObject,
|
|
32
|
+
index_setSort as setSort,
|
|
33
|
+
index_unmergeObject as unmergeObject,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { index as i };
|