@fangzhongya/utils 0.0.80 → 0.0.82
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/analysisHtml-Be0nEbLa.d.cts +14 -0
- package/dist/analysisHtml-Be0nEbLa.d.ts +14 -0
- package/dist/appearNum-DglUgPUG.d.cts +10 -0
- package/dist/appearNum-DglUgPUG.d.ts +10 -0
- package/dist/appearNumSeat-s4qGqF2P.d.cts +11 -0
- package/dist/appearNumSeat-s4qGqF2P.d.ts +11 -0
- package/dist/asyncMergeArray-GdPIES_Y.d.cts +10 -0
- package/dist/asyncMergeArray-GdPIES_Y.d.ts +10 -0
- package/dist/attrValueSort-3jRSdTg-.d.cts +13 -0
- package/dist/attrValueSort-3jRSdTg-.d.ts +13 -0
- package/dist/basic/array/asyncMergeArray.cjs +23 -7
- package/dist/basic/array/asyncMergeArray.d.cts +2 -9
- package/dist/basic/array/asyncMergeArray.d.ts +2 -9
- package/dist/basic/array/asyncMergeArray.js +22 -7
- package/dist/basic/array/compareArray.cjs +17 -7
- package/dist/basic/array/compareArray.d.cts +2 -11
- package/dist/basic/array/compareArray.d.ts +2 -11
- package/dist/basic/array/compareArray.js +16 -7
- package/dist/basic/array/deleteArray.cjs +38 -7
- package/dist/basic/array/deleteArray.d.cts +2 -6
- package/dist/basic/array/deleteArray.d.ts +2 -6
- package/dist/basic/array/deleteArray.js +37 -7
- package/dist/basic/array/duplicateRemoval.cjs +22 -7
- package/dist/basic/array/duplicateRemoval.d.cts +2 -9
- package/dist/basic/array/duplicateRemoval.d.ts +2 -9
- package/dist/basic/array/duplicateRemoval.js +21 -7
- package/dist/basic/array/index.cjs +36 -36
- package/dist/basic/array/index.d.cts +9 -8
- package/dist/basic/array/index.d.ts +9 -8
- package/dist/basic/array/index.js +22 -36
- package/dist/basic/array/isArray.cjs +12 -7
- package/dist/basic/array/isArray.d.cts +2 -8
- package/dist/basic/array/isArray.d.ts +2 -8
- package/dist/basic/array/isArray.js +11 -7
- package/dist/basic/array/replaceAfter.cjs +26 -7
- package/dist/basic/array/replaceAfter.d.cts +2 -11
- package/dist/basic/array/replaceAfter.d.ts +2 -11
- package/dist/basic/array/replaceAfter.js +25 -7
- package/dist/basic/array/sortObj.cjs +15 -7
- package/dist/basic/array/sortObj.d.cts +2 -10
- package/dist/basic/array/sortObj.d.ts +2 -10
- package/dist/basic/array/sortObj.js +14 -7
- package/dist/basic/array/toggleArray.cjs +28 -7
- package/dist/basic/array/toggleArray.d.cts +2 -10
- package/dist/basic/array/toggleArray.d.ts +2 -10
- package/dist/basic/array/toggleArray.js +27 -7
- package/dist/basic/index.cjs +36 -57
- package/dist/basic/index.d.cts +10 -44
- package/dist/basic/index.d.ts +10 -44
- package/dist/basic/index.js +12 -57
- package/dist/basic/object/attrValueSort.cjs +31 -7
- package/dist/basic/object/attrValueSort.d.cts +2 -12
- package/dist/basic/object/attrValueSort.d.ts +2 -12
- package/dist/basic/object/attrValueSort.js +30 -7
- package/dist/basic/object/deepCopy.cjs +18 -7
- package/dist/basic/object/deepCopy.d.cts +2 -6
- package/dist/basic/object/deepCopy.d.ts +2 -6
- package/dist/basic/object/deepCopy.js +17 -7
- package/dist/basic/object/deepCopys.cjs +236 -17
- package/dist/basic/object/deepCopys.d.cts +2 -31
- package/dist/basic/object/deepCopys.d.ts +2 -31
- package/dist/basic/object/deepCopys.js +230 -17
- package/dist/basic/object/filterObject.cjs +15 -7
- package/dist/basic/object/filterObject.d.cts +2 -14
- package/dist/basic/object/filterObject.d.ts +2 -14
- package/dist/basic/object/filterObject.js +14 -7
- package/dist/basic/object/getSort.cjs +14 -7
- package/dist/basic/object/getSort.d.cts +2 -10
- package/dist/basic/object/getSort.d.ts +2 -10
- package/dist/basic/object/getSort.js +13 -7
- package/dist/basic/object/hasOwn.cjs +13 -7
- package/dist/basic/object/hasOwn.d.cts +2 -9
- package/dist/basic/object/hasOwn.d.ts +2 -9
- package/dist/basic/object/hasOwn.js +12 -7
- package/dist/basic/object/index.cjs +68 -75
- package/dist/basic/object/index.d.cts +15 -14
- package/dist/basic/object/index.d.ts +15 -14
- package/dist/basic/object/index.js +41 -75
- package/dist/basic/object/isEqual.cjs +56 -9
- package/dist/basic/object/isEqual.d.cts +2 -10
- package/dist/basic/object/isEqual.d.ts +2 -10
- package/dist/basic/object/isEqual.js +54 -9
- package/dist/basic/object/isObject.cjs +12 -7
- package/dist/basic/object/isObject.d.cts +2 -8
- package/dist/basic/object/isObject.d.ts +2 -8
- package/dist/basic/object/isObject.js +11 -7
- package/dist/basic/object/isObjectArray.cjs +14 -9
- package/dist/basic/object/isObjectArray.d.cts +2 -8
- package/dist/basic/object/isObjectArray.d.ts +2 -8
- package/dist/basic/object/isObjectArray.js +13 -9
- package/dist/basic/object/mergeObject.cjs +33 -7
- package/dist/basic/object/mergeObject.d.cts +2 -11
- package/dist/basic/object/mergeObject.d.ts +2 -11
- package/dist/basic/object/mergeObject.js +32 -7
- package/dist/basic/object/objValue.cjs +27 -9
- package/dist/basic/object/objValue.d.cts +2 -7
- package/dist/basic/object/objValue.d.ts +2 -7
- package/dist/basic/object/objValue.js +25 -9
- package/dist/basic/object/reverseObj.cjs +11 -7
- package/dist/basic/object/reverseObj.d.cts +2 -9
- package/dist/basic/object/reverseObj.d.ts +2 -9
- package/dist/basic/object/reverseObj.js +10 -7
- package/dist/basic/object/setSort.cjs +50 -7
- package/dist/basic/object/setSort.d.cts +2 -7
- package/dist/basic/object/setSort.d.ts +2 -7
- package/dist/basic/object/setSort.js +49 -7
- package/dist/basic/object/unmergeObject.cjs +36 -7
- package/dist/basic/object/unmergeObject.d.cts +2 -11
- package/dist/basic/object/unmergeObject.d.ts +2 -11
- package/dist/basic/object/unmergeObject.js +35 -7
- package/dist/basic/string/appearNum.cjs +16 -7
- package/dist/basic/string/appearNum.d.cts +2 -9
- package/dist/basic/string/appearNum.d.ts +2 -9
- package/dist/basic/string/appearNum.js +15 -7
- package/dist/basic/string/appearNumSeat.cjs +24 -7
- package/dist/basic/string/appearNumSeat.d.cts +2 -10
- package/dist/basic/string/appearNumSeat.d.ts +2 -10
- package/dist/basic/string/appearNumSeat.js +23 -7
- package/dist/basic/string/deComment.cjs +87 -7
- package/dist/basic/string/deComment.d.cts +2 -7
- package/dist/basic/string/deComment.d.ts +2 -7
- package/dist/basic/string/deComment.js +86 -7
- package/dist/basic/string/firstLower.cjs +12 -7
- package/dist/basic/string/firstLower.d.cts +2 -8
- package/dist/basic/string/firstLower.d.ts +2 -8
- package/dist/basic/string/firstLower.js +11 -7
- package/dist/basic/string/firstUpper.cjs +12 -7
- package/dist/basic/string/firstUpper.d.cts +2 -8
- package/dist/basic/string/firstUpper.d.ts +2 -8
- package/dist/basic/string/firstUpper.js +11 -7
- package/dist/basic/string/getContent.cjs +24 -9
- package/dist/basic/string/getContent.d.cts +2 -9
- package/dist/basic/string/getContent.d.ts +2 -9
- package/dist/basic/string/getContent.js +22 -9
- package/dist/basic/string/getExports.cjs +121 -12
- package/dist/basic/string/getExports.d.cts +2 -16
- package/dist/basic/string/getExports.d.ts +2 -16
- package/dist/basic/string/getExports.js +117 -11
- package/dist/basic/string/getImports.cjs +82 -10
- package/dist/basic/string/getImports.d.cts +2 -27
- package/dist/basic/string/getImports.d.ts +2 -27
- package/dist/basic/string/getImports.js +80 -10
- package/dist/basic/string/getStartSame.cjs +20 -7
- package/dist/basic/string/getStartSame.d.cts +2 -9
- package/dist/basic/string/getStartSame.d.ts +2 -9
- package/dist/basic/string/getStartSame.js +19 -7
- package/dist/basic/string/getStartSames.cjs +25 -7
- package/dist/basic/string/getStartSames.d.cts +2 -9
- package/dist/basic/string/getStartSames.d.ts +2 -9
- package/dist/basic/string/getStartSames.js +24 -7
- package/dist/basic/string/getStrNunPosit.cjs +22 -7
- package/dist/basic/string/getStrNunPosit.d.cts +2 -10
- package/dist/basic/string/getStrNunPosit.d.ts +2 -10
- package/dist/basic/string/getStrNunPosit.js +21 -7
- package/dist/basic/string/index.cjs +91 -103
- package/dist/basic/string/index.d.cts +20 -19
- package/dist/basic/string/index.d.ts +20 -19
- package/dist/basic/string/index.js +55 -103
- package/dist/basic/string/splitNum.cjs +30 -7
- package/dist/basic/string/splitNum.d.cts +2 -3
- package/dist/basic/string/splitNum.d.ts +2 -3
- package/dist/basic/string/splitNum.js +29 -7
- package/dist/basic/string/splitUpper.cjs +22 -7
- package/dist/basic/string/splitUpper.d.cts +2 -8
- package/dist/basic/string/splitUpper.d.ts +2 -8
- package/dist/basic/string/splitUpper.js +21 -7
- package/dist/basic/string/startsNum.cjs +20 -7
- package/dist/basic/string/startsNum.d.cts +2 -9
- package/dist/basic/string/startsNum.d.ts +2 -9
- package/dist/basic/string/startsNum.js +19 -7
- package/dist/basic/string/toFunction.cjs +124 -11
- package/dist/basic/string/toFunction.d.cts +2 -28
- package/dist/basic/string/toFunction.d.ts +2 -28
- package/dist/basic/string/toFunction.js +121 -11
- package/dist/basic/string/toFunctionParam.cjs +138 -10
- package/dist/basic/string/toFunctionParam.d.cts +2 -21
- package/dist/basic/string/toFunctionParam.d.ts +2 -21
- package/dist/basic/string/toFunctionParam.js +136 -10
- package/dist/basic/string/toJson.cjs +43 -10
- package/dist/basic/string/toJson.d.cts +2 -4
- package/dist/basic/string/toJson.d.ts +2 -4
- package/dist/basic/string/toJson.js +41 -10
- package/dist/basic/string/toJsons.cjs +339 -15
- package/dist/basic/string/toJsons.d.cts +2 -61
- package/dist/basic/string/toJsons.d.ts +2 -61
- package/dist/basic/string/toJsons.js +334 -14
- package/dist/basic/string/toStringParse.cjs +151 -8
- package/dist/basic/string/toStringParse.d.cts +2 -6
- package/dist/basic/string/toStringParse.d.ts +2 -6
- package/dist/basic/string/toStringParse.js +149 -7
- package/dist/chunk-D7D4PA-g.js +13 -0
- package/dist/chunk-ak5kbic3.cjs +18 -0
- package/dist/compareArray-DRFNAkyQ.d.cts +12 -0
- package/dist/compareArray-DRFNAkyQ.d.ts +12 -0
- package/dist/copy-ajbAOIva.d.cts +4 -0
- package/dist/copy-ajbAOIva.d.ts +4 -0
- package/dist/css/fetchUnitValue.cjs +47 -7
- package/dist/css/fetchUnitValue.d.cts +2 -10
- package/dist/css/fetchUnitValue.d.ts +2 -10
- package/dist/css/fetchUnitValue.js +46 -7
- package/dist/css/getAttrObj.cjs +19 -7
- package/dist/css/getAttrObj.d.cts +2 -11
- package/dist/css/getAttrObj.d.ts +2 -11
- package/dist/css/getAttrObj.js +18 -7
- package/dist/css/getCss.cjs +19 -7
- package/dist/css/getCss.d.cts +2 -9
- package/dist/css/getCss.d.ts +2 -9
- package/dist/css/getCss.js +18 -7
- package/dist/css/getPositionRelative.cjs +16 -8
- package/dist/css/getPositionRelative.d.cts +2 -7
- package/dist/css/getPositionRelative.d.ts +2 -7
- package/dist/css/getPositionRelative.js +15 -8
- package/dist/css/getPrentClass.cjs +16 -8
- package/dist/css/getPrentClass.d.cts +2 -7
- package/dist/css/getPrentClass.d.ts +2 -7
- package/dist/css/getPrentClass.js +15 -8
- package/dist/css/getPrentCorres.cjs +20 -7
- package/dist/css/getPrentCorres.d.cts +2 -7
- package/dist/css/getPrentCorres.d.ts +2 -7
- package/dist/css/getPrentCorres.js +19 -7
- package/dist/css/getSVG.cjs +57 -11
- package/dist/css/getSVG.d.cts +2 -15
- package/dist/css/getSVG.d.ts +2 -15
- package/dist/css/getSVG.js +55 -11
- package/dist/css/getScssImports.cjs +21 -7
- package/dist/css/getScssImports.d.cts +2 -8
- package/dist/css/getScssImports.d.ts +2 -8
- package/dist/css/getScssImports.js +20 -7
- package/dist/css/index.cjs +49 -53
- package/dist/css/index.d.cts +18 -11
- package/dist/css/index.d.ts +18 -11
- package/dist/css/index.js +30 -53
- package/dist/css/setClassName.cjs +20 -7
- package/dist/css/setClassName.d.cts +2 -6
- package/dist/css/setClassName.d.ts +2 -6
- package/dist/css/setClassName.js +19 -7
- package/dist/css/setCss.cjs +20 -8
- package/dist/css/setCss.d.cts +2 -11
- package/dist/css/setCss.d.ts +2 -11
- package/dist/css/setCss.js +19 -8
- package/dist/css/setObjStyle.cjs +22 -9
- package/dist/css/setObjStyle.d.cts +2 -12
- package/dist/css/setObjStyle.d.ts +2 -12
- package/dist/css/setObjStyle.js +20 -9
- package/dist/date/format.cjs +68 -9
- package/dist/date/format.d.cts +2 -11
- package/dist/date/format.d.ts +2 -11
- package/dist/date/format.js +66 -9
- package/dist/date/getEndOfDay.cjs +9 -7
- package/dist/date/getEndOfDay.d.cts +2 -3
- package/dist/date/getEndOfDay.d.ts +2 -3
- package/dist/date/getEndOfDay.js +8 -7
- package/dist/date/hourFormat.cjs +24 -7
- package/dist/date/hourFormat.d.cts +2 -8
- package/dist/date/hourFormat.d.ts +2 -8
- package/dist/date/hourFormat.js +22 -6
- package/dist/date/index.cjs +23 -18
- package/dist/date/index.d.cts +10 -3
- package/dist/date/index.d.ts +10 -3
- package/dist/date/index.js +13 -18
- package/dist/deComment-lCHgDXTi.d.cts +8 -0
- package/dist/deComment-lCHgDXTi.d.ts +8 -0
- package/dist/deepCopy-DzA2elFZ.d.cts +7 -0
- package/dist/deepCopy-DzA2elFZ.d.ts +7 -0
- package/dist/deepCopys-DQUyrLdq.d.cts +32 -0
- package/dist/deepCopys-DQUyrLdq.d.ts +32 -0
- package/dist/deleteArray-D0sHWSEC.d.cts +7 -0
- package/dist/deleteArray-D0sHWSEC.d.ts +7 -0
- package/dist/dom/getLocus.cjs +48 -7
- package/dist/dom/getLocus.d.cts +2 -14
- package/dist/dom/getLocus.d.ts +2 -14
- package/dist/dom/getLocus.js +47 -7
- package/dist/dom/getShiftEvent.cjs +89 -13
- package/dist/dom/getShiftEvent.d.cts +2 -25
- package/dist/dom/getShiftEvent.d.ts +2 -25
- package/dist/dom/getShiftEvent.js +84 -12
- package/dist/dom/index.cjs +24 -18
- package/dist/dom/index.d.cts +9 -2
- package/dist/dom/index.d.ts +9 -2
- package/dist/dom/index.js +13 -18
- package/dist/download-D0XMqoD0.d.cts +73 -0
- package/dist/download-D0XMqoD0.d.ts +73 -0
- package/dist/duplicateRemoval-hZRsZ-vV.d.cts +10 -0
- package/dist/duplicateRemoval-hZRsZ-vV.d.ts +10 -0
- package/dist/fetchUnitValue-Czm6JRwI.d.cts +11 -0
- package/dist/fetchUnitValue-Czm6JRwI.d.ts +11 -0
- package/dist/filterObject-5jIQ2frP.d.cts +15 -0
- package/dist/filterObject-5jIQ2frP.d.ts +15 -0
- package/dist/firstLower-CLaw3_Kd.d.cts +9 -0
- package/dist/firstLower-CLaw3_Kd.d.ts +9 -0
- package/dist/firstUpper-CrP1Ctin.d.cts +9 -0
- package/dist/firstUpper-CrP1Ctin.d.ts +9 -0
- package/dist/format-YKO8HyKe.d.cts +12 -0
- package/dist/format-YKO8HyKe.d.ts +12 -0
- package/dist/generateHtml-DshcZsK2.d.cts +6 -0
- package/dist/generateHtml-DshcZsK2.d.ts +6 -0
- package/dist/getAttrObj-BEXKxBWw.d.cts +12 -0
- package/dist/getAttrObj-BEXKxBWw.d.ts +12 -0
- package/dist/getComponentNames-CjOULWUW.d.cts +9 -0
- package/dist/getComponentNames-CjOULWUW.d.ts +9 -0
- package/dist/getContent-fH2_VyrQ.d.cts +10 -0
- package/dist/getContent-fH2_VyrQ.d.ts +10 -0
- package/dist/getCss-ihaA-tsh.d.cts +10 -0
- package/dist/getCss-ihaA-tsh.d.ts +10 -0
- package/dist/getEndOfDay-D5wGI-_C.d.cts +4 -0
- package/dist/getEndOfDay-D5wGI-_C.d.ts +4 -0
- package/dist/getExports-BbMm7ToC.d.cts +17 -0
- package/dist/getExports-BbMm7ToC.d.ts +17 -0
- package/dist/getImportUrl-BWOQ6Ew8.d.cts +10 -0
- package/dist/getImportUrl-BWOQ6Ew8.d.ts +10 -0
- package/dist/getImportUrlSuffix-CF_NVw02.d.cts +10 -0
- package/dist/getImportUrlSuffix-CF_NVw02.d.ts +10 -0
- package/dist/getImports-C92R92SV.d.cts +28 -0
- package/dist/getImports-C92R92SV.d.ts +28 -0
- package/dist/getLocus-DrBwXpcn.d.cts +15 -0
- package/dist/getLocus-DrBwXpcn.d.ts +15 -0
- package/dist/getNames-BugQ-zM1.d.cts +9 -0
- package/dist/getNames-BugQ-zM1.d.ts +9 -0
- package/dist/getNewFileName-DuQmPBlt.d.cts +9 -0
- package/dist/getNewFileName-DuQmPBlt.d.ts +9 -0
- package/dist/getParam-15uTkanW.d.cts +81 -0
- package/dist/getParam-15uTkanW.d.ts +81 -0
- package/dist/getPort-ChTjCpOK.d.cts +14 -0
- package/dist/getPort-ChTjCpOK.d.ts +14 -0
- package/dist/getPositionRelative-D3SPP0q3.d.cts +8 -0
- package/dist/getPositionRelative-D3SPP0q3.d.ts +8 -0
- package/dist/getPrentClass-_PrHw9n1.d.cts +8 -0
- package/dist/getPrentClass-_PrHw9n1.d.ts +8 -0
- package/dist/getPrentCorres-x1L8J4oE.d.cts +8 -0
- package/dist/getPrentCorres-x1L8J4oE.d.ts +8 -0
- package/dist/getReplaceCompleteUrl-CqWfDEux.d.cts +10 -0
- package/dist/getReplaceCompleteUrl-CqWfDEux.d.ts +10 -0
- package/dist/getReplaceImportUrl-DKml1hdZ.d.cts +10 -0
- package/dist/getReplaceImportUrl-DKml1hdZ.d.ts +10 -0
- package/dist/getReplaceUrl-BGKwmAsc.d.cts +10 -0
- package/dist/getReplaceUrl-BGKwmAsc.d.ts +10 -0
- package/dist/getReplaceUrls-BNWoBU-q.d.cts +10 -0
- package/dist/getReplaceUrls-BNWoBU-q.d.ts +10 -0
- package/dist/getSVG-DVd6j05G.d.cts +16 -0
- package/dist/getSVG-DVd6j05G.d.ts +16 -0
- package/dist/getScssImports-DpOqxGMi.d.cts +9 -0
- package/dist/getScssImports-DpOqxGMi.d.ts +9 -0
- package/dist/getShiftEvent-CgVLixw5.d.cts +26 -0
- package/dist/getShiftEvent-CgVLixw5.d.ts +26 -0
- package/dist/getSort-4aF3Q1v1.d.cts +11 -0
- package/dist/getSort-4aF3Q1v1.d.ts +11 -0
- package/dist/getStartSame-BnUoepPy.d.cts +10 -0
- package/dist/getStartSame-BnUoepPy.d.ts +10 -0
- package/dist/getStartSames-D0UPXO6-.d.cts +10 -0
- package/dist/getStartSames-D0UPXO6-.d.ts +10 -0
- package/dist/getStrNunPosit-CUWX8RUy.d.cts +11 -0
- package/dist/getStrNunPosit-CUWX8RUy.d.ts +11 -0
- package/dist/getSuffix-IXEYoTx6.d.cts +9 -0
- package/dist/getSuffix-IXEYoTx6.d.ts +9 -0
- package/dist/getSynch-D2Ardb1X.d.cts +9 -0
- package/dist/getSynch-D2Ardb1X.d.ts +9 -0
- package/dist/getTreeObj-QZlRa7JC.d.cts +27 -0
- package/dist/getTreeObj-QZlRa7JC.d.ts +27 -0
- package/dist/getUrlCatalogue-7LukGeeo.d.cts +9 -0
- package/dist/getUrlCatalogue-7LukGeeo.d.ts +9 -0
- package/dist/getUrlCatalogueLast-PKBd9Qz9.d.cts +9 -0
- package/dist/getUrlCatalogueLast-PKBd9Qz9.d.ts +9 -0
- package/dist/getUrlCatalogueObj-CmeIgew4.d.cts +18 -0
- package/dist/getUrlCatalogueObj-CmeIgew4.d.ts +18 -0
- package/dist/getVueText-tl4-0-VX.d.cts +28 -0
- package/dist/getVueText-tl4-0-VX.d.ts +28 -0
- package/dist/hasOwn-2A6C3KI2.d.cts +10 -0
- package/dist/hasOwn-2A6C3KI2.d.ts +10 -0
- package/dist/hourFormat-BLdJWafN.d.cts +9 -0
- package/dist/hourFormat-BLdJWafN.d.ts +9 -0
- package/dist/html/analysisHtml.cjs +36 -8
- package/dist/html/analysisHtml.d.cts +2 -13
- package/dist/html/analysisHtml.d.ts +2 -13
- package/dist/html/analysisHtml.js +35 -8
- package/dist/html/generateHtml.cjs +13 -8
- package/dist/html/generateHtml.d.cts +2 -5
- package/dist/html/generateHtml.d.ts +2 -5
- package/dist/html/generateHtml.js +12 -8
- package/dist/html/getVueText.cjs +129 -19
- package/dist/html/getVueText.d.cts +2 -27
- package/dist/html/getVueText.d.ts +2 -27
- package/dist/html/getVueText.js +122 -19
- package/dist/html/htmlEscape.cjs +23 -7
- package/dist/html/htmlEscape.d.cts +2 -8
- package/dist/html/htmlEscape.d.ts +2 -8
- package/dist/html/htmlEscape.js +21 -6
- package/dist/html/index.cjs +36 -34
- package/dist/html/index.d.cts +11 -4
- package/dist/html/index.d.ts +11 -4
- package/dist/html/index.js +20 -34
- package/dist/htmlEscape-VnSEKZ-x.d.cts +9 -0
- package/dist/htmlEscape-VnSEKZ-x.d.ts +9 -0
- package/dist/humpToLine-B41ARqpj.d.cts +9 -0
- package/dist/humpToLine-B41ARqpj.d.ts +9 -0
- package/dist/index-5PGxvJ_b.d.cts +15 -0
- package/dist/index-D5uMeEf1.d.cts +26 -0
- package/dist/index-DIoO_dYr.d.ts +26 -0
- package/dist/index-DNnXVBSG.d.cts +21 -0
- package/dist/index-DXyING6p.d.ts +21 -0
- package/dist/index-tKaOkKB-.d.ts +15 -0
- package/dist/index.cjs +99 -155
- package/dist/index.d.cts +15 -110
- package/dist/index.d.ts +15 -110
- package/dist/index.js +15 -155
- package/dist/isArray-BXGr-ddq.d.cts +9 -0
- package/dist/isArray-BXGr-ddq.d.ts +9 -0
- package/dist/isEqual-CMWcMrUb.d.cts +11 -0
- package/dist/isEqual-CMWcMrUb.d.ts +11 -0
- package/dist/isObject-CwpOz_Wk.d.cts +9 -0
- package/dist/isObject-CwpOz_Wk.d.ts +9 -0
- package/dist/isObjectArray-C_A_9j_c.d.cts +9 -0
- package/dist/isObjectArray-C_A_9j_c.d.ts +9 -0
- package/dist/iss/index.cjs +26 -22
- package/dist/iss/index.d.cts +11 -4
- package/dist/iss/index.d.ts +11 -4
- package/dist/iss/index.js +15 -22
- package/dist/judge/index.cjs +75 -72
- package/dist/judge/index.d.cts +12 -5
- package/dist/judge/index.d.ts +12 -5
- package/dist/judge/index.js +40 -72
- package/dist/judge/judge.cjs +428 -55
- package/dist/judge/judge.d.cts +2 -155
- package/dist/judge/judge.d.ts +2 -155
- package/dist/judge/judge.js +403 -55
- package/dist/judge/matchs.cjs +21 -10
- package/dist/judge/matchs.d.cts +2 -10
- package/dist/judge/matchs.d.ts +2 -10
- package/dist/judge/matchs.js +20 -10
- package/dist/judge/matchsEnd.cjs +18 -7
- package/dist/judge/matchsEnd.d.cts +2 -9
- package/dist/judge/matchsEnd.d.ts +2 -9
- package/dist/judge/matchsEnd.js +17 -7
- package/dist/judge/matchsStart.cjs +18 -7
- package/dist/judge/matchsStart.d.cts +2 -9
- package/dist/judge/matchsStart.d.ts +2 -9
- package/dist/judge/matchsStart.js +17 -7
- package/dist/judge/matchsWhole.cjs +18 -7
- package/dist/judge/matchsWhole.d.cts +2 -9
- package/dist/judge/matchsWhole.d.ts +2 -9
- package/dist/judge/matchsWhole.js +17 -7
- package/dist/judge-Dyvllu_g.d.cts +156 -0
- package/dist/judge-Dyvllu_g.d.ts +156 -0
- package/dist/lineToLargeHump-C2Z4K7QO.d.cts +9 -0
- package/dist/lineToLargeHump-C2Z4K7QO.d.ts +9 -0
- package/dist/lineToSmallHump-BhALaMCC.d.cts +9 -0
- package/dist/lineToSmallHump-BhALaMCC.d.ts +9 -0
- package/dist/load/getSynch.cjs +38 -7
- package/dist/load/getSynch.d.cts +2 -8
- package/dist/load/getSynch.d.ts +2 -8
- package/dist/load/getSynch.js +37 -7
- package/dist/load/index.cjs +18 -12
- package/dist/load/index.d.cts +9 -2
- package/dist/load/index.d.ts +9 -2
- package/dist/load/index.js +10 -12
- package/dist/load/loadScript.cjs +17 -7
- package/dist/load/loadScript.d.cts +2 -3
- package/dist/load/loadScript.d.ts +2 -3
- package/dist/load/loadScript.js +16 -7
- package/dist/loadScript-B8elJrge.d.cts +4 -0
- package/dist/loadScript-B8elJrge.d.ts +4 -0
- package/dist/log/index.cjs +13 -8
- package/dist/log/index.d.cts +8 -1
- package/dist/log/index.d.ts +8 -1
- package/dist/log/index.js +6 -8
- package/dist/log/styleLog.cjs +39 -7
- package/dist/log/styleLog.d.cts +2 -68
- package/dist/log/styleLog.d.ts +2 -68
- package/dist/log/styleLog.js +38 -7
- package/dist/matchs-CsBXk_vq.d.cts +11 -0
- package/dist/matchs-CsBXk_vq.d.ts +11 -0
- package/dist/matchsEnd-PNzinWUr.d.cts +10 -0
- package/dist/matchsEnd-PNzinWUr.d.ts +10 -0
- package/dist/matchsStart-DXEKE2LB.d.cts +10 -0
- package/dist/matchsStart-DXEKE2LB.d.ts +10 -0
- package/dist/matchsWhole-DT-yjmy_.d.cts +10 -0
- package/dist/matchsWhole-DT-yjmy_.d.ts +10 -0
- package/dist/mergeObject-BwjQX-Ie.d.cts +12 -0
- package/dist/mergeObject-BwjQX-Ie.d.ts +12 -0
- package/dist/name/getComponentNames.cjs +35 -12
- package/dist/name/getComponentNames.d.cts +2 -8
- package/dist/name/getComponentNames.d.ts +2 -8
- package/dist/name/getComponentNames.js +34 -12
- package/dist/name/getNames.cjs +21 -12
- package/dist/name/getNames.d.cts +2 -8
- package/dist/name/getNames.d.ts +2 -8
- package/dist/name/getNames.js +20 -12
- package/dist/name/humpToLine.cjs +26 -7
- package/dist/name/humpToLine.d.cts +2 -8
- package/dist/name/humpToLine.d.ts +2 -8
- package/dist/name/humpToLine.js +25 -7
- package/dist/name/index.cjs +27 -26
- package/dist/name/index.d.cts +12 -5
- package/dist/name/index.d.ts +12 -5
- package/dist/name/index.js +16 -26
- package/dist/name/lineToLargeHump.cjs +17 -8
- package/dist/name/lineToLargeHump.d.cts +2 -8
- package/dist/name/lineToLargeHump.d.ts +2 -8
- package/dist/name/lineToLargeHump.js +16 -8
- package/dist/name/lineToSmallHump.cjs +14 -10
- package/dist/name/lineToSmallHump.d.cts +2 -8
- package/dist/name/lineToSmallHump.d.ts +2 -8
- package/dist/name/lineToSmallHump.js +13 -10
- package/dist/node/getPort.cjs +68 -7
- package/dist/node/getPort.d.cts +2 -13
- package/dist/node/getPort.d.ts +2 -13
- package/dist/node/getPort.js +67 -7
- package/dist/node/index.cjs +13 -8
- package/dist/node/index.d.cts +8 -1
- package/dist/node/index.d.ts +8 -1
- package/dist/node/index.js +6 -8
- package/dist/objValue-fyUaCKhF.d.cts +8 -0
- package/dist/objValue-fyUaCKhF.d.ts +8 -0
- package/dist/replaceAfter-B2sWn_f2.d.cts +12 -0
- package/dist/replaceAfter-B2sWn_f2.d.ts +12 -0
- package/dist/reverseObj-BWb2Er2V.d.cts +10 -0
- package/dist/reverseObj-BWb2Er2V.d.ts +10 -0
- package/dist/setClassName-BRzh9XsK.d.cts +7 -0
- package/dist/setClassName-BRzh9XsK.d.ts +7 -0
- package/dist/setCss-CxcyPai-.d.cts +12 -0
- package/dist/setCss-CxcyPai-.d.ts +12 -0
- package/dist/setObjStyle-BaD5PDFU.d.cts +13 -0
- package/dist/setObjStyle-BaD5PDFU.d.ts +13 -0
- package/dist/setSort-BoEzwywH.d.cts +8 -0
- package/dist/setSort-BoEzwywH.d.ts +8 -0
- package/dist/sortObj-CdIVgHqI.d.cts +11 -0
- package/dist/sortObj-CdIVgHqI.d.ts +11 -0
- package/dist/splitGroup-Crhahh85.d.cts +16 -0
- package/dist/splitGroup-Crhahh85.d.ts +16 -0
- package/dist/splitNum-DhqH0Obt.d.cts +4 -0
- package/dist/splitNum-DhqH0Obt.d.ts +4 -0
- package/dist/splitUpper-CC-qjUkJ.d.cts +9 -0
- package/dist/splitUpper-CC-qjUkJ.d.ts +9 -0
- package/dist/startsNum-BUG0fnhL.d.cts +10 -0
- package/dist/startsNum-BUG0fnhL.d.ts +10 -0
- package/dist/storage-DERYj8rG.d.cts +38 -0
- package/dist/storage-DERYj8rG.d.ts +38 -0
- package/dist/styleLog-BKMVK5Fq.d.cts +69 -0
- package/dist/styleLog-BKMVK5Fq.d.ts +69 -0
- package/dist/toFunction-86uGTEjr.d.cts +29 -0
- package/dist/toFunction-86uGTEjr.d.ts +29 -0
- package/dist/toFunctionParam-DU064_Tu.d.cts +22 -0
- package/dist/toFunctionParam-DU064_Tu.d.ts +22 -0
- package/dist/toJson-CCefKwtn.d.cts +5 -0
- package/dist/toJson-CCefKwtn.d.ts +5 -0
- package/dist/toJsons-CcWSsCUX.d.cts +61 -0
- package/dist/toJsons-CcWSsCUX.d.ts +61 -0
- package/dist/toStringParse-hkcBrKV-.d.cts +7 -0
- package/dist/toStringParse-hkcBrKV-.d.ts +7 -0
- package/dist/toUrlParam-WUChCpkh.d.cts +13 -0
- package/dist/toUrlParam-WUChCpkh.d.ts +13 -0
- package/dist/toggleArray-CWwobtkV.d.cts +11 -0
- package/dist/toggleArray-CWwobtkV.d.ts +11 -0
- package/dist/tree/getTreeObj.cjs +64 -11
- package/dist/tree/getTreeObj.d.cts +2 -26
- package/dist/tree/getTreeObj.d.ts +2 -26
- package/dist/tree/getTreeObj.js +61 -11
- package/dist/tree/index.cjs +26 -21
- package/dist/tree/index.d.cts +9 -2
- package/dist/tree/index.d.ts +9 -2
- package/dist/tree/index.js +14 -21
- package/dist/tree/splitGroup.cjs +125 -12
- package/dist/tree/splitGroup.d.cts +2 -15
- package/dist/tree/splitGroup.d.ts +2 -15
- package/dist/tree/splitGroup.js +122 -12
- package/dist/unmergeObject-Cu6egn_z.d.cts +12 -0
- package/dist/unmergeObject-Cu6egn_z.d.ts +12 -0
- package/dist/urls/getImportUrl.cjs +31 -8
- package/dist/urls/getImportUrl.d.cts +2 -9
- package/dist/urls/getImportUrl.d.ts +2 -9
- package/dist/urls/getImportUrl.js +30 -8
- package/dist/urls/getImportUrlSuffix.cjs +14 -9
- package/dist/urls/getImportUrlSuffix.d.cts +2 -9
- package/dist/urls/getImportUrlSuffix.d.ts +2 -9
- package/dist/urls/getImportUrlSuffix.js +13 -9
- package/dist/urls/getNewFileName.cjs +23 -8
- package/dist/urls/getNewFileName.d.cts +2 -8
- package/dist/urls/getNewFileName.d.ts +2 -8
- package/dist/urls/getNewFileName.js +22 -8
- package/dist/urls/getReplaceCompleteUrl.cjs +24 -10
- package/dist/urls/getReplaceCompleteUrl.d.cts +2 -9
- package/dist/urls/getReplaceCompleteUrl.d.ts +2 -9
- package/dist/urls/getReplaceCompleteUrl.js +23 -10
- package/dist/urls/getReplaceImportUrl.cjs +30 -8
- package/dist/urls/getReplaceImportUrl.d.cts +2 -9
- package/dist/urls/getReplaceImportUrl.d.ts +2 -9
- package/dist/urls/getReplaceImportUrl.js +29 -8
- package/dist/urls/getReplaceUrl.cjs +19 -10
- package/dist/urls/getReplaceUrl.d.cts +2 -9
- package/dist/urls/getReplaceUrl.d.ts +2 -9
- package/dist/urls/getReplaceUrl.js +18 -10
- package/dist/urls/getReplaceUrls.cjs +31 -11
- package/dist/urls/getReplaceUrls.d.cts +2 -9
- package/dist/urls/getReplaceUrls.d.ts +2 -9
- package/dist/urls/getReplaceUrls.js +30 -11
- package/dist/urls/getSuffix.cjs +14 -7
- package/dist/urls/getSuffix.d.cts +2 -8
- package/dist/urls/getSuffix.d.ts +2 -8
- package/dist/urls/getSuffix.js +13 -7
- package/dist/urls/getUrlCatalogue.cjs +12 -7
- package/dist/urls/getUrlCatalogue.d.cts +2 -8
- package/dist/urls/getUrlCatalogue.d.ts +2 -8
- package/dist/urls/getUrlCatalogue.js +11 -7
- package/dist/urls/getUrlCatalogueLast.cjs +14 -7
- package/dist/urls/getUrlCatalogueLast.d.cts +2 -8
- package/dist/urls/getUrlCatalogueLast.d.ts +2 -8
- package/dist/urls/getUrlCatalogueLast.js +13 -7
- package/dist/urls/getUrlCatalogueObj.cjs +31 -7
- package/dist/urls/getUrlCatalogueObj.d.cts +2 -17
- package/dist/urls/getUrlCatalogueObj.d.ts +2 -17
- package/dist/urls/getUrlCatalogueObj.js +30 -7
- package/dist/urls/index.cjs +50 -59
- package/dist/urls/index.d.cts +19 -12
- package/dist/urls/index.d.ts +19 -12
- package/dist/urls/index.js +31 -59
- package/dist/urls/toUrlParam.cjs +20 -9
- package/dist/urls/toUrlParam.d.cts +2 -12
- package/dist/urls/toUrlParam.d.ts +2 -12
- package/dist/urls/toUrlParam.js +17 -8
- package/dist/window/copy.cjs +7 -7
- package/dist/window/copy.d.cts +2 -3
- package/dist/window/copy.d.ts +2 -3
- package/dist/window/copy.js +6 -7
- package/dist/window/download.cjs +242 -21
- package/dist/window/download.d.cts +2 -72
- package/dist/window/download.d.ts +2 -72
- package/dist/window/download.js +234 -21
- package/dist/window/getParam.cjs +209 -35
- package/dist/window/getParam.d.cts +2 -80
- package/dist/window/getParam.d.ts +2 -80
- package/dist/window/getParam.js +194 -35
- package/dist/window/index.cjs +78 -74
- package/dist/window/index.d.cts +11 -4
- package/dist/window/index.d.ts +11 -4
- package/dist/window/index.js +41 -74
- package/dist/window/storage.cjs +267 -19
- package/dist/window/storage.d.cts +2 -37
- package/dist/window/storage.d.ts +2 -37
- package/dist/window/storage.js +260 -19
- package/package.json +8 -8
- package/dist/chunk-2BY5RQHU.cjs +0 -23
- package/dist/chunk-2DOCIHRT.cjs +0 -32
- package/dist/chunk-2H3KVSFA.cjs +0 -16
- package/dist/chunk-2HQDHQFP.cjs +0 -299
- package/dist/chunk-2KAMKGPZ.cjs +0 -60
- package/dist/chunk-2OR4FUOA.cjs +0 -47
- package/dist/chunk-2SOGI5PH.js +0 -40
- package/dist/chunk-33X65PQS.js +0 -25
- package/dist/chunk-3DD7YCN2.cjs +0 -25
- package/dist/chunk-3IR2ABRO.js +0 -8
- package/dist/chunk-3LWFUVER.js +0 -60
- package/dist/chunk-3VYRYSWK.cjs +0 -49
- package/dist/chunk-3YUI42XN.cjs +0 -25
- package/dist/chunk-464TCOCR.cjs +0 -71
- package/dist/chunk-4FHGONC7.js +0 -16
- package/dist/chunk-4KYAGDPN.js +0 -150
- package/dist/chunk-4OBNLDTJ.js +0 -8
- package/dist/chunk-4PHNHHMJ.cjs +0 -147
- package/dist/chunk-4PUYFFPO.cjs +0 -24
- package/dist/chunk-4X7AFGTV.cjs +0 -21
- package/dist/chunk-5PX3AFSC.js +0 -8
- package/dist/chunk-5RZYHE3X.js +0 -16
- package/dist/chunk-5SOPYS7L.cjs +0 -26
- package/dist/chunk-5VQ4EAJZ.cjs +0 -33
- package/dist/chunk-65O7KWP4.cjs +0 -44
- package/dist/chunk-6TH2K7LE.cjs +0 -30
- package/dist/chunk-75UYCE4X.cjs +0 -10
- package/dist/chunk-75ZPJI57.cjs +0 -9
- package/dist/chunk-76G4GJ6R.cjs +0 -13
- package/dist/chunk-7AIT4XSD.cjs +0 -13
- package/dist/chunk-7DTHADVK.js +0 -18
- package/dist/chunk-7KGS6354.js +0 -13
- package/dist/chunk-7TGGIID4.cjs +0 -76
- package/dist/chunk-A276ZDLP.js +0 -19
- package/dist/chunk-A4K3QWLI.cjs +0 -24
- package/dist/chunk-A5LHXE5X.cjs +0 -15
- package/dist/chunk-A5UJF6LP.cjs +0 -30
- package/dist/chunk-A6J46LQK.js +0 -49
- package/dist/chunk-ADPTUJSF.js +0 -191
- package/dist/chunk-AFFLQCJL.js +0 -122
- package/dist/chunk-AFYMIG44.js +0 -24
- package/dist/chunk-AM67P3W7.js +0 -15
- package/dist/chunk-APKFW4LU.js +0 -36
- package/dist/chunk-ASGZ2VD6.cjs +0 -150
- package/dist/chunk-AU3BKC3U.cjs +0 -62
- package/dist/chunk-B3IGSYZT.js +0 -12
- package/dist/chunk-BD6DK4QK.cjs +0 -20
- package/dist/chunk-BEKTNBRJ.js +0 -57
- package/dist/chunk-BFN33JM5.js +0 -32
- package/dist/chunk-BG2YS767.cjs +0 -32
- package/dist/chunk-BRIQCC74.js +0 -28
- package/dist/chunk-BRS7HYO6.js +0 -24
- package/dist/chunk-BWXXXTFU.cjs +0 -194
- package/dist/chunk-CTLBHJGF.cjs +0 -20
- package/dist/chunk-CVBJXH33.cjs +0 -31
- package/dist/chunk-CVOKF2FY.js +0 -110
- package/dist/chunk-D3SX7OUV.cjs +0 -11
- package/dist/chunk-D3YMEKIF.js +0 -20
- package/dist/chunk-DBSRZCFK.js +0 -54
- package/dist/chunk-DKSOW4ZW.cjs +0 -24
- package/dist/chunk-DMZP4RPN.js +0 -23
- package/dist/chunk-E2MM4MEC.cjs +0 -21
- package/dist/chunk-EFP5GI25.cjs +0 -186
- package/dist/chunk-EJWFLQF3.js +0 -21
- package/dist/chunk-EKY7GXCD.js +0 -76
- package/dist/chunk-EOJVE3HL.cjs +0 -122
- package/dist/chunk-ETOSL4FH.cjs +0 -9
- package/dist/chunk-EWJJKQIO.js +0 -8
- package/dist/chunk-EWXBN4VG.cjs +0 -21
- package/dist/chunk-FDAJOMW5.js +0 -186
- package/dist/chunk-FGQXKLTH.cjs +0 -67
- package/dist/chunk-FL2HPQ66.cjs +0 -80
- package/dist/chunk-FP5ETUFZ.cjs +0 -21
- package/dist/chunk-FS4JPT23.js +0 -95
- package/dist/chunk-GD3OA7GU.cjs +0 -18
- package/dist/chunk-GHJWTV6H.js +0 -41
- package/dist/chunk-GHTDWIJ5.js +0 -27
- package/dist/chunk-GIAO77MY.js +0 -49
- package/dist/chunk-GOUC2DFA.cjs +0 -8
- package/dist/chunk-GVVJIN46.js +0 -81
- package/dist/chunk-GYE23WAN.js +0 -15
- package/dist/chunk-H22VVRP6.js +0 -26
- package/dist/chunk-H3AJ6I4R.js +0 -147
- package/dist/chunk-H6KIVPAS.cjs +0 -12
- package/dist/chunk-HCEAYQHS.cjs +0 -40
- package/dist/chunk-HJTIJGIF.cjs +0 -21
- package/dist/chunk-HLKHFBMF.cjs +0 -191
- package/dist/chunk-HMAAC5QA.cjs +0 -41
- package/dist/chunk-HUKQYAV6.cjs +0 -16
- package/dist/chunk-HVQG2IGJ.js +0 -33
- package/dist/chunk-HW7GNYRU.cjs +0 -110
- package/dist/chunk-HWHYHL6J.cjs +0 -71
- package/dist/chunk-HWR2FRME.js +0 -67
- package/dist/chunk-I5IL3OO7.js +0 -20
- package/dist/chunk-IAKHOOY7.js +0 -20
- package/dist/chunk-IFVVMDAW.cjs +0 -24
- package/dist/chunk-IIKQHLKT.cjs +0 -60
- package/dist/chunk-ILJLXJ5O.cjs +0 -15
- package/dist/chunk-IPLG5J7J.js +0 -30
- package/dist/chunk-IRGCP7KH.js +0 -23
- package/dist/chunk-ISHLY7WM.cjs +0 -8
- package/dist/chunk-IV7XHH6K.js +0 -21
- package/dist/chunk-J7CICTHH.js +0 -25
- package/dist/chunk-J7S3KBHL.cjs +0 -18
- package/dist/chunk-JAWXP52O.cjs +0 -27
- package/dist/chunk-JFAHWIZ3.cjs +0 -20
- package/dist/chunk-JJ37YIPJ.cjs +0 -149
- package/dist/chunk-JR6ZN6QD.cjs +0 -23
- package/dist/chunk-K2XKKEE7.cjs +0 -54
- package/dist/chunk-K33LOE73.js +0 -29
- package/dist/chunk-KDOS4NFR.js +0 -31
- package/dist/chunk-KE77GEY2.js +0 -24
- package/dist/chunk-KHFZCJ23.cjs +0 -29
- package/dist/chunk-KRBTSMT2.cjs +0 -38
- package/dist/chunk-L7FSHU27.cjs +0 -23
- package/dist/chunk-LEPZYF2N.cjs +0 -49
- package/dist/chunk-LJVOVGGV.js +0 -299
- package/dist/chunk-LPMR5W6M.js +0 -14
- package/dist/chunk-LTVXRDTD.cjs +0 -25
- package/dist/chunk-M323GS33.js +0 -21
- package/dist/chunk-MHHMXDHD.cjs +0 -29
- package/dist/chunk-MIC3W2VY.cjs +0 -8
- package/dist/chunk-MLKGABMK.js +0 -9
- package/dist/chunk-MQHLAQQA.js +0 -21
- package/dist/chunk-MXY4W3K5.js +0 -8
- package/dist/chunk-N3FZ4WUI.js +0 -16
- package/dist/chunk-N5Y3XGHX.js +0 -71
- package/dist/chunk-NCSN3MC5.js +0 -21
- package/dist/chunk-NDKOWDDX.cjs +0 -17
- package/dist/chunk-NRJPCN4J.cjs +0 -46
- package/dist/chunk-NW2ZNMSV.js +0 -18
- package/dist/chunk-NWIJYHAJ.js +0 -12
- package/dist/chunk-O34QAOO7.js +0 -16
- package/dist/chunk-O6P3QI3B.cjs +0 -21
- package/dist/chunk-OJBZ7UUC.cjs +0 -14
- package/dist/chunk-OQL4GIEJ.cjs +0 -8
- package/dist/chunk-OVHYLUAS.js +0 -28
- package/dist/chunk-P7AWHISY.js +0 -15
- package/dist/chunk-PIVDNYTG.cjs +0 -82
- package/dist/chunk-PLNZCEDI.js +0 -442
- package/dist/chunk-PRGC5MIZ.js +0 -82
- package/dist/chunk-PV2N6PF2.cjs +0 -28
- package/dist/chunk-PVXQ2H5H.js +0 -44
- package/dist/chunk-PW76Z25D.cjs +0 -249
- package/dist/chunk-PW7RP73J.cjs +0 -19
- package/dist/chunk-PYYFCN7M.js +0 -82
- package/dist/chunk-Q2EFMBMD.js +0 -10
- package/dist/chunk-Q63V2U5G.js +0 -47
- package/dist/chunk-Q6BNW3MO.js +0 -149
- package/dist/chunk-Q6FMBSK4.js +0 -27
- package/dist/chunk-QM6EWX7J.js +0 -60
- package/dist/chunk-RD4EP3M5.js +0 -46
- package/dist/chunk-RFUD3TOQ.cjs +0 -30
- package/dist/chunk-RU4PMJQS.js +0 -21
- package/dist/chunk-RYBJGHXK.cjs +0 -153
- package/dist/chunk-RYVXUCAS.cjs +0 -30
- package/dist/chunk-S42NGJ5W.js +0 -11
- package/dist/chunk-S6JRKYPY.js +0 -23
- package/dist/chunk-SE7A43WC.js +0 -25
- package/dist/chunk-SHNH5OEU.js +0 -30
- package/dist/chunk-SJ74DU4B.cjs +0 -275
- package/dist/chunk-SJPWB2OH.cjs +0 -18
- package/dist/chunk-SLXKYTEU.cjs +0 -12
- package/dist/chunk-SOAKYJIG.cjs +0 -36
- package/dist/chunk-T4BAVDTH.js +0 -31
- package/dist/chunk-TCMJPIRM.cjs +0 -27
- package/dist/chunk-TE3XNGF4.cjs +0 -16
- package/dist/chunk-TIZFQBWC.js +0 -54
- package/dist/chunk-TKE7IK2M.cjs +0 -523
- package/dist/chunk-TPOVGKBX.cjs +0 -13
- package/dist/chunk-U6V3V5KH.js +0 -194
- package/dist/chunk-UCF3YRN2.js +0 -31
- package/dist/chunk-UEVMS6QD.cjs +0 -8
- package/dist/chunk-UFYLVZNU.cjs +0 -31
- package/dist/chunk-UGFSIZ5P.cjs +0 -24
- package/dist/chunk-UGS2F6DK.cjs +0 -16
- package/dist/chunk-UIVSKRGG.js +0 -62
- package/dist/chunk-UQ3Z6VG7.js +0 -71
- package/dist/chunk-USIMBBLW.js +0 -16
- package/dist/chunk-UZ3LZBJ5.js +0 -16
- package/dist/chunk-V2DXOH6B.cjs +0 -442
- package/dist/chunk-V3RZHI77.js +0 -40
- package/dist/chunk-V6PYRA4A.cjs +0 -16
- package/dist/chunk-VKE5JARB.js +0 -23
- package/dist/chunk-VNY5UA2Q.js +0 -30
- package/dist/chunk-VRRDYCUH.js +0 -38
- package/dist/chunk-VY5VQ7WE.cjs +0 -21
- package/dist/chunk-VYOTXPMM.cjs +0 -8
- package/dist/chunk-W45DTA4D.js +0 -8
- package/dist/chunk-WI55O3IV.cjs +0 -16
- package/dist/chunk-WQ2PUZ2S.js +0 -17
- package/dist/chunk-WWAPPA4E.cjs +0 -57
- package/dist/chunk-WX3JYE47.js +0 -24
- package/dist/chunk-WZUEX7IR.js +0 -9
- package/dist/chunk-X44UO4CZ.js +0 -80
- package/dist/chunk-XCDKXZFR.js +0 -16
- package/dist/chunk-XHR36FJK.cjs +0 -15
- package/dist/chunk-XQOH3NGZ.js +0 -153
- package/dist/chunk-XSQOJWXL.cjs +0 -54
- package/dist/chunk-XUL6LPTN.js +0 -21
- package/dist/chunk-XW3XIK3D.cjs +0 -16
- package/dist/chunk-XWCRGY54.cjs +0 -95
- package/dist/chunk-YAD5PHVF.cjs +0 -81
- package/dist/chunk-YGJOBIEO.cjs +0 -23
- package/dist/chunk-YII73IJ4.cjs +0 -40
- package/dist/chunk-YKSVLAAK.js +0 -24
- package/dist/chunk-YMKTU42G.js +0 -275
- package/dist/chunk-YNOFNHEK.js +0 -23
- package/dist/chunk-YQ53QNMC.js +0 -32
- package/dist/chunk-YTSFTRYZ.cjs +0 -28
- package/dist/chunk-YUKBGZQ4.cjs +0 -82
- package/dist/chunk-Z2EAQZ47.cjs +0 -31
- package/dist/chunk-Z3BZ5W5W.js +0 -26
- package/dist/chunk-Z7NTQAAJ.js +0 -13
- package/dist/chunk-ZADO6V3Z.js +0 -523
- package/dist/chunk-ZEAT23CI.js +0 -13
- package/dist/chunk-ZFA4L2GI.js +0 -29
- package/dist/chunk-ZJHRAMCL.js +0 -30
- package/dist/chunk-ZLEU2YQ2.js +0 -249
- package/dist/chunk-ZUIHJQD6.cjs +0 -26
- package/dist/chunk-ZVBCHJA5.js +0 -18
- package/dist/chunk-ZZEFL2TE.cjs +0 -23
- package/dist/index-B0STkRZY.d.ts +0 -30
- package/dist/index-B7gdHwF9.d.cts +0 -40
- package/dist/index-BFahmWSa.d.ts +0 -13
- package/dist/index-BKcLYIs7.d.ts +0 -9
- package/dist/index-BYfEDFkm.d.ts +0 -22
- package/dist/index-BbrWO_KD.d.cts +0 -16
- package/dist/index-BiHaQlE9.d.cts +0 -14
- package/dist/index-BocAlCa8.d.ts +0 -8
- package/dist/index-BqhKBGyX.d.ts +0 -14
- package/dist/index-BufudZ6Z.d.cts +0 -57
- package/dist/index-BzjmJ_n4.d.ts +0 -57
- package/dist/index-C7Z1zcrv.d.cts +0 -15
- package/dist/index-CK2c-6vv.d.cts +0 -8
- package/dist/index-CPO1AFVg.d.ts +0 -14
- package/dist/index-CS54GrWo.d.ts +0 -16
- package/dist/index-CYl0_lOi.d.cts +0 -21
- package/dist/index-CnZTBIkh.d.ts +0 -21
- package/dist/index-Cq6UjFhn.d.cts +0 -9
- package/dist/index-Cqj4dm5n.d.ts +0 -8
- package/dist/index-Cz8fWd5l.d.cts +0 -41
- package/dist/index-D1xTdh0f.d.cts +0 -8
- package/dist/index-D58FPuj_.d.cts +0 -32
- package/dist/index-D8_Udh46.d.cts +0 -22
- package/dist/index-DK_46i9o.d.ts +0 -41
- package/dist/index-DPrdy8Ms.d.ts +0 -40
- package/dist/index-DfCeIUKr.d.cts +0 -41
- package/dist/index-DpXXilKe.d.ts +0 -32
- package/dist/index-Dvp25i1P.d.cts +0 -10
- package/dist/index-aC6_t8-w.d.ts +0 -15
- package/dist/index-cuR7l2XV.d.cts +0 -14
- package/dist/index-nli88Oxt.d.cts +0 -30
- package/dist/index-oW2flHUo.d.ts +0 -41
- package/dist/index-syb18q2f.d.ts +0 -10
- package/dist/index-x-yhJQ-1.d.cts +0 -13
package/dist/chunk-ZLEU2YQ2.js
DELETED
|
@@ -1,249 +0,0 @@
|
|
|
1
|
-
// packages/window/download.ts
|
|
2
|
-
function downloadText(text, filename = "text.txt", mimeType = "text/plain") {
|
|
3
|
-
downloadFile(text, { filename, mimeType });
|
|
4
|
-
}
|
|
5
|
-
function downloadJSON(jsonData, filename = "data.json") {
|
|
6
|
-
downloadFile(jsonData, {
|
|
7
|
-
filename,
|
|
8
|
-
mimeType: "application/json"
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
function downloadCSV(data, filename = "data.csv", headers) {
|
|
12
|
-
let csvContent = "";
|
|
13
|
-
if (Array.isArray(data) && data.length > 0) {
|
|
14
|
-
if (Array.isArray(data[0])) {
|
|
15
|
-
const rows = data;
|
|
16
|
-
csvContent = rows.map(
|
|
17
|
-
(row) => row.map((cell) => `"${String(cell).replace(/"/g, '""')}"`).join(",")
|
|
18
|
-
).join("\n");
|
|
19
|
-
} else if (typeof data[0] === "object") {
|
|
20
|
-
const objects = data;
|
|
21
|
-
const objectHeaders = headers || Object.keys(objects[0]);
|
|
22
|
-
csvContent = objectHeaders.map((header) => `"${String(header).replace(/"/g, '""')}"`).join(",") + "\n";
|
|
23
|
-
csvContent += objects.map(
|
|
24
|
-
(obj) => objectHeaders.map(
|
|
25
|
-
(header) => `"${String(obj[header] || "").replace(
|
|
26
|
-
/"/g,
|
|
27
|
-
'""'
|
|
28
|
-
)}"`
|
|
29
|
-
).join(",")
|
|
30
|
-
).join("\n");
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
downloadFile(csvContent, {
|
|
34
|
-
filename,
|
|
35
|
-
mimeType: "text/csv"
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
async function downloadViaAJAX(url, filename, options = {}) {
|
|
39
|
-
try {
|
|
40
|
-
const response = await fetch(url, {
|
|
41
|
-
method: "GET",
|
|
42
|
-
...options
|
|
43
|
-
});
|
|
44
|
-
if (!response.ok) {
|
|
45
|
-
throw new Error(`HTTP error! status: ${response.status}`);
|
|
46
|
-
}
|
|
47
|
-
const blob = await response.blob();
|
|
48
|
-
let finalFilename = filename;
|
|
49
|
-
if (!finalFilename) {
|
|
50
|
-
const contentDisposition = response.headers.get(
|
|
51
|
-
"content-disposition"
|
|
52
|
-
);
|
|
53
|
-
if (contentDisposition) {
|
|
54
|
-
const filenameMatch = contentDisposition.match(/filename="?(.+?)"?$/);
|
|
55
|
-
if (filenameMatch) {
|
|
56
|
-
finalFilename = filenameMatch[1];
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
downloadFile(blob, { filename: finalFilename });
|
|
61
|
-
} catch (error) {
|
|
62
|
-
console.error("AJAX \u4E0B\u8F7D\u5931\u8D25:", error);
|
|
63
|
-
throw new Error(
|
|
64
|
-
`\u4E0B\u8F7D\u5931\u8D25: ${error instanceof Error ? error.message : "\u672A\u77E5\u9519\u8BEF"}`
|
|
65
|
-
);
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
function downloadFile(data, options = {}) {
|
|
69
|
-
const {
|
|
70
|
-
filename = "download",
|
|
71
|
-
mimeType = "application/octet-stream",
|
|
72
|
-
charset = "utf-8",
|
|
73
|
-
bom = ""
|
|
74
|
-
} = options;
|
|
75
|
-
try {
|
|
76
|
-
let blobData;
|
|
77
|
-
if (data instanceof Blob) {
|
|
78
|
-
blobData = data;
|
|
79
|
-
} else if (typeof data === "object") {
|
|
80
|
-
const jsonString = JSON.stringify(data, null, 2);
|
|
81
|
-
blobData = bom + jsonString;
|
|
82
|
-
} else if (typeof data === "string") {
|
|
83
|
-
blobData = bom + data;
|
|
84
|
-
} else {
|
|
85
|
-
blobData = data;
|
|
86
|
-
}
|
|
87
|
-
const blob = new Blob([blobData], {
|
|
88
|
-
type: `${mimeType};charset=${charset}`
|
|
89
|
-
});
|
|
90
|
-
const blobUrl = URL.createObjectURL(blob);
|
|
91
|
-
const link = document.createElement("a");
|
|
92
|
-
link.href = blobUrl;
|
|
93
|
-
link.download = filename;
|
|
94
|
-
link.style.display = "none";
|
|
95
|
-
document.body.appendChild(link);
|
|
96
|
-
link.click();
|
|
97
|
-
setTimeout(() => {
|
|
98
|
-
document.body.removeChild(link);
|
|
99
|
-
URL.revokeObjectURL(blobUrl);
|
|
100
|
-
}, 100);
|
|
101
|
-
} catch (error) {
|
|
102
|
-
console.error("\u6587\u4EF6\u4E0B\u8F7D\u5931\u8D25:", error);
|
|
103
|
-
throw new Error(
|
|
104
|
-
`\u4E0B\u8F7D\u5931\u8D25: ${error instanceof Error ? error.message : "\u672A\u77E5\u9519\u8BEF"}`
|
|
105
|
-
);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
async function downloadFromURL(url, filename, options = {}) {
|
|
109
|
-
const {
|
|
110
|
-
useBlob = true,
|
|
111
|
-
// 默认使用 Blob 方式,确保能触发下载
|
|
112
|
-
headers = {},
|
|
113
|
-
timeout = 3e4
|
|
114
|
-
} = options;
|
|
115
|
-
try {
|
|
116
|
-
if (!useBlob) {
|
|
117
|
-
const link = document.createElement("a");
|
|
118
|
-
link.href = url;
|
|
119
|
-
link.download = filename || getFilenameFromURL(url);
|
|
120
|
-
link.style.display = "none";
|
|
121
|
-
link.target = "_blank";
|
|
122
|
-
document.body.appendChild(link);
|
|
123
|
-
link.click();
|
|
124
|
-
setTimeout(() => {
|
|
125
|
-
document.body.removeChild(link);
|
|
126
|
-
}, 100);
|
|
127
|
-
return;
|
|
128
|
-
}
|
|
129
|
-
const controller = new AbortController();
|
|
130
|
-
const timeoutId = setTimeout(() => controller.abort(), timeout);
|
|
131
|
-
const response = await fetch(url, {
|
|
132
|
-
method: "GET",
|
|
133
|
-
headers,
|
|
134
|
-
signal: controller.signal
|
|
135
|
-
});
|
|
136
|
-
clearTimeout(timeoutId);
|
|
137
|
-
if (!response.ok) {
|
|
138
|
-
throw new Error(`HTTP error! status: ${response.status}`);
|
|
139
|
-
}
|
|
140
|
-
const blob = await response.blob();
|
|
141
|
-
let finalFilename = filename;
|
|
142
|
-
if (!finalFilename) {
|
|
143
|
-
const contentDisposition = response.headers.get(
|
|
144
|
-
"content-disposition"
|
|
145
|
-
);
|
|
146
|
-
if (contentDisposition) {
|
|
147
|
-
const filenameMatch = contentDisposition.match(
|
|
148
|
-
/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/
|
|
149
|
-
);
|
|
150
|
-
if (filenameMatch && filenameMatch[1]) {
|
|
151
|
-
finalFilename = filenameMatch[1].replace(/['"]/g, "");
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
if (!finalFilename) {
|
|
155
|
-
finalFilename = getFilenameFromURL(url);
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
const mimeType = getMimeTypeFromBlob(blob, url);
|
|
159
|
-
downloadFile(blob, {
|
|
160
|
-
filename: finalFilename,
|
|
161
|
-
mimeType
|
|
162
|
-
});
|
|
163
|
-
} catch (error) {
|
|
164
|
-
console.error("URL \u4E0B\u8F7D\u5931\u8D25:", error);
|
|
165
|
-
if (error instanceof Error && error.name === "AbortError") {
|
|
166
|
-
throw new Error("\u4E0B\u8F7D\u8D85\u65F6\uFF0C\u8BF7\u68C0\u67E5\u7F51\u7EDC\u8FDE\u63A5\u6216\u6587\u4EF6\u5927\u5C0F");
|
|
167
|
-
}
|
|
168
|
-
if (useBlob) {
|
|
169
|
-
console.log("Blob \u65B9\u5F0F\u5931\u8D25\uFF0C\u5C1D\u8BD5\u76F4\u63A5\u4E0B\u8F7D...");
|
|
170
|
-
await downloadFromURL(url, filename, {
|
|
171
|
-
...options,
|
|
172
|
-
useBlob: false
|
|
173
|
-
});
|
|
174
|
-
} else {
|
|
175
|
-
throw new Error(
|
|
176
|
-
`\u4E0B\u8F7D\u5931\u8D25: ${error instanceof Error ? error.message : "\u672A\u77E5\u9519\u8BEF"}`
|
|
177
|
-
);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
async function downloadImage(imageUrl, filename) {
|
|
182
|
-
await downloadFromURL(imageUrl, filename, {
|
|
183
|
-
useBlob: true,
|
|
184
|
-
headers: {
|
|
185
|
-
Accept: "image/*"
|
|
186
|
-
}
|
|
187
|
-
});
|
|
188
|
-
}
|
|
189
|
-
function getFilenameFromURL(url) {
|
|
190
|
-
try {
|
|
191
|
-
const urlObj = new URL(url);
|
|
192
|
-
const pathname = urlObj.pathname;
|
|
193
|
-
const filename = pathname.substring(pathname.lastIndexOf("/") + 1);
|
|
194
|
-
if (!filename || filename === "/" || !filename.includes(".")) {
|
|
195
|
-
const extension = getFileExtensionFromURL(url) || "bin";
|
|
196
|
-
return `download_${Date.now()}.${extension}`;
|
|
197
|
-
}
|
|
198
|
-
return decodeURIComponent(filename);
|
|
199
|
-
} catch {
|
|
200
|
-
const extension = getFileExtensionFromURL(url) || "bin";
|
|
201
|
-
return `download_${Date.now()}.${extension}`;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
function getFileExtensionFromURL(url) {
|
|
205
|
-
const match = url.match(/\.([a-zA-Z0-9]+)(?:[?#]|$)/);
|
|
206
|
-
return match ? match[1].toLowerCase() : null;
|
|
207
|
-
}
|
|
208
|
-
function getMimeTypeFromBlob(blob, url) {
|
|
209
|
-
if (blob.type && blob.type !== "application/octet-stream") {
|
|
210
|
-
return blob.type;
|
|
211
|
-
}
|
|
212
|
-
const extension = getFileExtensionFromURL(url);
|
|
213
|
-
const mimeTypes = {
|
|
214
|
-
jpg: "image/jpeg",
|
|
215
|
-
jpeg: "image/jpeg",
|
|
216
|
-
png: "image/png",
|
|
217
|
-
gif: "image/gif",
|
|
218
|
-
webp: "image/webp",
|
|
219
|
-
svg: "image/svg+xml",
|
|
220
|
-
pdf: "application/pdf",
|
|
221
|
-
txt: "text/plain",
|
|
222
|
-
json: "application/json",
|
|
223
|
-
csv: "text/csv",
|
|
224
|
-
xml: "application/xml",
|
|
225
|
-
zip: "application/zip",
|
|
226
|
-
mp3: "audio/mpeg",
|
|
227
|
-
mp4: "video/mp4",
|
|
228
|
-
avi: "video/x-msvideo"
|
|
229
|
-
};
|
|
230
|
-
return extension && mimeTypes[extension] ? mimeTypes[extension] : "application/octet-stream";
|
|
231
|
-
}
|
|
232
|
-
async function downloadMultipleFiles(downloads) {
|
|
233
|
-
return Promise.all(
|
|
234
|
-
downloads.map(
|
|
235
|
-
(download) => downloadFromURL(download.url, download.filename)
|
|
236
|
-
)
|
|
237
|
-
);
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
export {
|
|
241
|
-
downloadText,
|
|
242
|
-
downloadJSON,
|
|
243
|
-
downloadCSV,
|
|
244
|
-
downloadViaAJAX,
|
|
245
|
-
downloadFile,
|
|
246
|
-
downloadFromURL,
|
|
247
|
-
downloadImage,
|
|
248
|
-
downloadMultipleFiles
|
|
249
|
-
};
|
package/dist/chunk-ZUIHJQD6.cjs
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
var _chunk2OR4FUOAcjs = require('./chunk-2OR4FUOA.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
var _chunkEOJVE3HLcjs = require('./chunk-EOJVE3HL.cjs');
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var _chunk75ZPJI57cjs = require('./chunk-75ZPJI57.cjs');
|
|
13
|
-
|
|
14
|
-
// packages/dom/index.ts
|
|
15
|
-
var dom_exports = {};
|
|
16
|
-
_chunk75ZPJI57cjs.__export.call(void 0, dom_exports, {
|
|
17
|
-
foundEvent: () => _chunkEOJVE3HLcjs.foundEvent,
|
|
18
|
-
foundEventCallback: () => _chunkEOJVE3HLcjs.foundEventCallback,
|
|
19
|
-
getLocus: () => _chunk2OR4FUOAcjs.getLocus,
|
|
20
|
-
pressEvent: () => _chunkEOJVE3HLcjs.pressEvent,
|
|
21
|
-
shiftEvent: () => _chunkEOJVE3HLcjs.shiftEvent
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
exports.dom_exports = dom_exports;
|
package/dist/chunk-ZVBCHJA5.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// packages/basic/array/duplicateRemoval.ts
|
|
2
|
-
function duplicateRemoval(arr, key) {
|
|
3
|
-
const ks = [];
|
|
4
|
-
const arrs = [];
|
|
5
|
-
for (let index = 0; index < arr.length; index++) {
|
|
6
|
-
const element = arr[index];
|
|
7
|
-
const v = element[key];
|
|
8
|
-
if (!ks.includes(v)) {
|
|
9
|
-
ks.push(v);
|
|
10
|
-
arrs.push(arr[index]);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
return arrs;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
duplicateRemoval
|
|
18
|
-
};
|
package/dist/chunk-ZZEFL2TE.cjs
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// packages/judge/matchsStart.ts
|
|
2
|
-
function matchsStart(key, matchs) {
|
|
3
|
-
if (matchs && matchs.length > 0) {
|
|
4
|
-
for (const value of matchs) {
|
|
5
|
-
if (typeof value == "string") {
|
|
6
|
-
if (key.startsWith(value)) {
|
|
7
|
-
return true;
|
|
8
|
-
}
|
|
9
|
-
} else {
|
|
10
|
-
if (value.test(key)) {
|
|
11
|
-
return true;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
return false;
|
|
16
|
-
} else {
|
|
17
|
-
return true;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
exports.matchsStart = matchsStart;
|
package/dist/index-B0STkRZY.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
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 { getBasisSVG, getSVG } from './css/getSVG.js';
|
|
8
|
-
import { getScssImports } from './css/getScssImports.js';
|
|
9
|
-
import { setClassName } from './css/setClassName.js';
|
|
10
|
-
import { setCss } from './css/setCss.js';
|
|
11
|
-
import { setObjStyle, toStyleString } from './css/setObjStyle.js';
|
|
12
|
-
|
|
13
|
-
declare const index_fetchUnitValue: typeof fetchUnitValue;
|
|
14
|
-
declare const index_getAttrObj: typeof getAttrObj;
|
|
15
|
-
declare const index_getBasisSVG: typeof getBasisSVG;
|
|
16
|
-
declare const index_getCss: typeof getCss;
|
|
17
|
-
declare const index_getPositionRelative: typeof getPositionRelative;
|
|
18
|
-
declare const index_getPrentClass: typeof getPrentClass;
|
|
19
|
-
declare const index_getPrentCorres: typeof getPrentCorres;
|
|
20
|
-
declare const index_getSVG: typeof getSVG;
|
|
21
|
-
declare const index_getScssImports: typeof getScssImports;
|
|
22
|
-
declare const index_setClassName: typeof setClassName;
|
|
23
|
-
declare const index_setCss: typeof setCss;
|
|
24
|
-
declare const index_setObjStyle: typeof setObjStyle;
|
|
25
|
-
declare const index_toStyleString: typeof toStyleString;
|
|
26
|
-
declare namespace index {
|
|
27
|
-
export { index_fetchUnitValue as fetchUnitValue, index_getAttrObj as getAttrObj, index_getBasisSVG as getBasisSVG, index_getCss as getCss, index_getPositionRelative as getPositionRelative, index_getPrentClass as getPrentClass, index_getPrentCorres as getPrentCorres, index_getSVG as getSVG, index_getScssImports as getScssImports, index_setClassName as setClassName, index_setCss as setCss, index_setObjStyle as setObjStyle, index_toStyleString as toStyleString };
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export { index as i };
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { isAlphaNumeric, isBankCode, isCardID, isCnAndEn, isCnAndEnNumeric, isDate, isDateTime, isEmail, isEmpty, isEnNumeric, isFax, isFormatNumber, isMobile, isMoney, isNotEmpty, isNumberFloat, isNumeric, isPhone, isPostalCode, isPwd, isQq, isStrongPwd, isTel, isURL, isWeChat } from './judge/judge.cjs';
|
|
2
|
-
import { matchs } from './judge/matchs.cjs';
|
|
3
|
-
import { matchsEnd } from './judge/matchsEnd.cjs';
|
|
4
|
-
import { matchsStart } from './judge/matchsStart.cjs';
|
|
5
|
-
import { matchsWhole } from './judge/matchsWhole.cjs';
|
|
6
|
-
|
|
7
|
-
declare const index_isAlphaNumeric: typeof isAlphaNumeric;
|
|
8
|
-
declare const index_isBankCode: typeof isBankCode;
|
|
9
|
-
declare const index_isCardID: typeof isCardID;
|
|
10
|
-
declare const index_isCnAndEn: typeof isCnAndEn;
|
|
11
|
-
declare const index_isCnAndEnNumeric: typeof isCnAndEnNumeric;
|
|
12
|
-
declare const index_isDate: typeof isDate;
|
|
13
|
-
declare const index_isDateTime: typeof isDateTime;
|
|
14
|
-
declare const index_isEmail: typeof isEmail;
|
|
15
|
-
declare const index_isEmpty: typeof isEmpty;
|
|
16
|
-
declare const index_isEnNumeric: typeof isEnNumeric;
|
|
17
|
-
declare const index_isFax: typeof isFax;
|
|
18
|
-
declare const index_isFormatNumber: typeof isFormatNumber;
|
|
19
|
-
declare const index_isMobile: typeof isMobile;
|
|
20
|
-
declare const index_isMoney: typeof isMoney;
|
|
21
|
-
declare const index_isNotEmpty: typeof isNotEmpty;
|
|
22
|
-
declare const index_isNumberFloat: typeof isNumberFloat;
|
|
23
|
-
declare const index_isNumeric: typeof isNumeric;
|
|
24
|
-
declare const index_isPhone: typeof isPhone;
|
|
25
|
-
declare const index_isPostalCode: typeof isPostalCode;
|
|
26
|
-
declare const index_isPwd: typeof isPwd;
|
|
27
|
-
declare const index_isQq: typeof isQq;
|
|
28
|
-
declare const index_isStrongPwd: typeof isStrongPwd;
|
|
29
|
-
declare const index_isTel: typeof isTel;
|
|
30
|
-
declare const index_isURL: typeof isURL;
|
|
31
|
-
declare const index_isWeChat: typeof isWeChat;
|
|
32
|
-
declare const index_matchs: typeof matchs;
|
|
33
|
-
declare const index_matchsEnd: typeof matchsEnd;
|
|
34
|
-
declare const index_matchsStart: typeof matchsStart;
|
|
35
|
-
declare const index_matchsWhole: typeof matchsWhole;
|
|
36
|
-
declare namespace index {
|
|
37
|
-
export { index_isAlphaNumeric as isAlphaNumeric, index_isBankCode as isBankCode, index_isCardID as isCardID, index_isCnAndEn as isCnAndEn, index_isCnAndEnNumeric as isCnAndEnNumeric, index_isDate as isDate, index_isDateTime as isDateTime, index_isEmail as isEmail, index_isEmpty as isEmpty, index_isEnNumeric as isEnNumeric, index_isFax as isFax, index_isFormatNumber as isFormatNumber, index_isMobile as isMobile, index_isMoney as isMoney, index_isNotEmpty as isNotEmpty, index_isNumberFloat as isNumberFloat, index_isNumeric as isNumeric, index_isPhone as isPhone, index_isPostalCode as isPostalCode, index_isPwd as isPwd, index_isQq as isQq, index_isStrongPwd as isStrongPwd, index_isTel as isTel, index_isURL as isURL, index_isWeChat as isWeChat, index_matchs as matchs, index_matchsEnd as matchsEnd, index_matchsStart as matchsStart, index_matchsWhole as matchsWhole };
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export { index as i };
|
package/dist/index-BFahmWSa.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { format, parseDateString } from './date/format.js';
|
|
2
|
-
import { getEndOfDay } from './date/getEndOfDay.js';
|
|
3
|
-
import { hourFormat } from './date/hourFormat.js';
|
|
4
|
-
|
|
5
|
-
declare const index_format: typeof format;
|
|
6
|
-
declare const index_getEndOfDay: typeof getEndOfDay;
|
|
7
|
-
declare const index_hourFormat: typeof hourFormat;
|
|
8
|
-
declare const index_parseDateString: typeof parseDateString;
|
|
9
|
-
declare namespace index {
|
|
10
|
-
export { index_format as format, index_getEndOfDay as getEndOfDay, index_hourFormat as hourFormat, index_parseDateString as parseDateString };
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export { index as i };
|
package/dist/index-BKcLYIs7.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { i as index$1 } from './index-BYfEDFkm.js';
|
|
2
|
-
import { i as index$2 } from './index-oW2flHUo.js';
|
|
3
|
-
import { i as index$3 } from './index-BzjmJ_n4.js';
|
|
4
|
-
|
|
5
|
-
declare namespace index {
|
|
6
|
-
export { index$1 as array, index$2 as object, index$3 as string };
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export { index as i };
|
package/dist/index-BYfEDFkm.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { asyncMergeArray } from './basic/array/asyncMergeArray.js';
|
|
2
|
-
import { compareArray } from './basic/array/compareArray.js';
|
|
3
|
-
import { deleteArray } from './basic/array/deleteArray.js';
|
|
4
|
-
import { duplicateRemoval } from './basic/array/duplicateRemoval.js';
|
|
5
|
-
import { isArray } from './basic/array/isArray.js';
|
|
6
|
-
import { replaceAfter } from './basic/array/replaceAfter.js';
|
|
7
|
-
import { sortObj } from './basic/array/sortObj.js';
|
|
8
|
-
import { toggleArray } from './basic/array/toggleArray.js';
|
|
9
|
-
|
|
10
|
-
declare const index_asyncMergeArray: typeof asyncMergeArray;
|
|
11
|
-
declare const index_compareArray: typeof compareArray;
|
|
12
|
-
declare const index_deleteArray: typeof deleteArray;
|
|
13
|
-
declare const index_duplicateRemoval: typeof duplicateRemoval;
|
|
14
|
-
declare const index_isArray: typeof isArray;
|
|
15
|
-
declare const index_replaceAfter: typeof replaceAfter;
|
|
16
|
-
declare const index_sortObj: typeof sortObj;
|
|
17
|
-
declare const index_toggleArray: typeof toggleArray;
|
|
18
|
-
declare namespace index {
|
|
19
|
-
export { index_asyncMergeArray as asyncMergeArray, index_compareArray as compareArray, index_deleteArray as deleteArray, index_duplicateRemoval as duplicateRemoval, index_isArray as isArray, index_replaceAfter as replaceAfter, index_sortObj as sortObj, index_toggleArray as toggleArray };
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export { index as i };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { getComponentNames } from './name/getComponentNames.cjs';
|
|
2
|
-
import { getNames } from './name/getNames.cjs';
|
|
3
|
-
import { humpToLine } from './name/humpToLine.cjs';
|
|
4
|
-
import { lineToLargeHump } from './name/lineToLargeHump.cjs';
|
|
5
|
-
import { lineToSmallHump } from './name/lineToSmallHump.cjs';
|
|
6
|
-
|
|
7
|
-
declare const index_getComponentNames: typeof getComponentNames;
|
|
8
|
-
declare const index_getNames: typeof getNames;
|
|
9
|
-
declare const index_humpToLine: typeof humpToLine;
|
|
10
|
-
declare const index_lineToLargeHump: typeof lineToLargeHump;
|
|
11
|
-
declare const index_lineToSmallHump: typeof lineToSmallHump;
|
|
12
|
-
declare namespace index {
|
|
13
|
-
export { index_getComponentNames as getComponentNames, index_getNames as getNames, index_humpToLine as humpToLine, index_lineToLargeHump as lineToLargeHump, index_lineToSmallHump as lineToSmallHump };
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export { index as i };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { getLocus } from './dom/getLocus.cjs';
|
|
2
|
-
import { SeatEvent, foundEvent, foundEventCallback, pressEvent, shiftEvent } from './dom/getShiftEvent.cjs';
|
|
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 { index_SeatEvent as SeatEvent, index_foundEvent as foundEvent, index_foundEventCallback as foundEventCallback, index_getLocus as getLocus, index_pressEvent as pressEvent, index_shiftEvent as shiftEvent };
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export { index as i };
|
package/dist/index-BocAlCa8.d.ts
DELETED
package/dist/index-BqhKBGyX.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
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 { index_SeatEvent as SeatEvent, index_foundEvent as foundEvent, index_foundEventCallback as foundEventCallback, index_getLocus as getLocus, index_pressEvent as pressEvent, index_shiftEvent as shiftEvent };
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export { index as i };
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { appearNum } from './basic/string/appearNum.cjs';
|
|
2
|
-
import { appearNumSeat } from './basic/string/appearNumSeat.cjs';
|
|
3
|
-
import { deComment } from './basic/string/deComment.cjs';
|
|
4
|
-
import { firstLower } from './basic/string/firstLower.cjs';
|
|
5
|
-
import { firstUpper } from './basic/string/firstUpper.cjs';
|
|
6
|
-
import { getContent, getContents } from './basic/string/getContent.cjs';
|
|
7
|
-
import { getExports, getExportsExtended, getExportsStrict } from './basic/string/getExports.cjs';
|
|
8
|
-
import { getImports, getImportss } from './basic/string/getImports.cjs';
|
|
9
|
-
import { getStartSame } from './basic/string/getStartSame.cjs';
|
|
10
|
-
import { getStartSames } from './basic/string/getStartSames.cjs';
|
|
11
|
-
import { getStrNunPosit } from './basic/string/getStrNunPosit.cjs';
|
|
12
|
-
import { splitNum } from './basic/string/splitNum.cjs';
|
|
13
|
-
import { splitUpper } from './basic/string/splitUpper.cjs';
|
|
14
|
-
import { startsNum } from './basic/string/startsNum.cjs';
|
|
15
|
-
import { FunctionFormat, extractParams, getFunctionFormat, toFunction } from './basic/string/toFunction.cjs';
|
|
16
|
-
import { toFunctionParam, toFunctionParamOptions } from './basic/string/toFunctionParam.cjs';
|
|
17
|
-
import { toJSONParse, toJSONStringify } from './basic/string/toJson.cjs';
|
|
18
|
-
import { CodeBlock, serializeCodeBlock, serializeFunctionRef, toJSONSParse, toJSONSStringify } from './basic/string/toJsons.cjs';
|
|
19
|
-
import { toStringParse } from './basic/string/toStringParse.cjs';
|
|
20
|
-
|
|
21
|
-
declare const index_CodeBlock: typeof CodeBlock;
|
|
22
|
-
declare const index_FunctionFormat: typeof FunctionFormat;
|
|
23
|
-
declare const index_appearNum: typeof appearNum;
|
|
24
|
-
declare const index_appearNumSeat: typeof appearNumSeat;
|
|
25
|
-
declare const index_deComment: typeof deComment;
|
|
26
|
-
declare const index_extractParams: typeof extractParams;
|
|
27
|
-
declare const index_firstLower: typeof firstLower;
|
|
28
|
-
declare const index_firstUpper: typeof firstUpper;
|
|
29
|
-
declare const index_getContent: typeof getContent;
|
|
30
|
-
declare const index_getContents: typeof getContents;
|
|
31
|
-
declare const index_getExports: typeof getExports;
|
|
32
|
-
declare const index_getExportsExtended: typeof getExportsExtended;
|
|
33
|
-
declare const index_getExportsStrict: typeof getExportsStrict;
|
|
34
|
-
declare const index_getFunctionFormat: typeof getFunctionFormat;
|
|
35
|
-
declare const index_getImports: typeof getImports;
|
|
36
|
-
declare const index_getImportss: typeof getImportss;
|
|
37
|
-
declare const index_getStartSame: typeof getStartSame;
|
|
38
|
-
declare const index_getStartSames: typeof getStartSames;
|
|
39
|
-
declare const index_getStrNunPosit: typeof getStrNunPosit;
|
|
40
|
-
declare const index_serializeCodeBlock: typeof serializeCodeBlock;
|
|
41
|
-
declare const index_serializeFunctionRef: typeof serializeFunctionRef;
|
|
42
|
-
declare const index_splitNum: typeof splitNum;
|
|
43
|
-
declare const index_splitUpper: typeof splitUpper;
|
|
44
|
-
declare const index_startsNum: typeof startsNum;
|
|
45
|
-
declare const index_toFunction: typeof toFunction;
|
|
46
|
-
declare const index_toFunctionParam: typeof toFunctionParam;
|
|
47
|
-
declare const index_toFunctionParamOptions: typeof toFunctionParamOptions;
|
|
48
|
-
declare const index_toJSONParse: typeof toJSONParse;
|
|
49
|
-
declare const index_toJSONSParse: typeof toJSONSParse;
|
|
50
|
-
declare const index_toJSONSStringify: typeof toJSONSStringify;
|
|
51
|
-
declare const index_toJSONStringify: typeof toJSONStringify;
|
|
52
|
-
declare const index_toStringParse: typeof toStringParse;
|
|
53
|
-
declare namespace index {
|
|
54
|
-
export { index_CodeBlock as CodeBlock, index_FunctionFormat as FunctionFormat, index_appearNum as appearNum, index_appearNumSeat as appearNumSeat, index_deComment as deComment, index_extractParams as extractParams, index_firstLower as firstLower, index_firstUpper as firstUpper, index_getContent as getContent, index_getContents as getContents, index_getExports as getExports, index_getExportsExtended as getExportsExtended, index_getExportsStrict as getExportsStrict, index_getFunctionFormat as getFunctionFormat, index_getImports as getImports, index_getImportss as getImportss, index_getStartSame as getStartSame, index_getStartSames as getStartSames, index_getStrNunPosit as getStrNunPosit, index_serializeCodeBlock as serializeCodeBlock, index_serializeFunctionRef as serializeFunctionRef, index_splitNum as splitNum, index_splitUpper as splitUpper, index_startsNum as startsNum, index_toFunction as toFunction, index_toFunctionParam as toFunctionParam, index_toFunctionParamOptions as toFunctionParamOptions, index_toJSONParse as toJSONParse, index_toJSONSParse as toJSONSParse, index_toJSONSStringify as toJSONSStringify, index_toJSONStringify as toJSONStringify, index_toStringParse as toStringParse };
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export { index as i };
|
package/dist/index-BzjmJ_n4.d.ts
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { appearNum } from './basic/string/appearNum.js';
|
|
2
|
-
import { appearNumSeat } from './basic/string/appearNumSeat.js';
|
|
3
|
-
import { deComment } from './basic/string/deComment.js';
|
|
4
|
-
import { firstLower } from './basic/string/firstLower.js';
|
|
5
|
-
import { firstUpper } from './basic/string/firstUpper.js';
|
|
6
|
-
import { getContent, getContents } from './basic/string/getContent.js';
|
|
7
|
-
import { getExports, getExportsExtended, getExportsStrict } from './basic/string/getExports.js';
|
|
8
|
-
import { getImports, getImportss } from './basic/string/getImports.js';
|
|
9
|
-
import { getStartSame } from './basic/string/getStartSame.js';
|
|
10
|
-
import { getStartSames } from './basic/string/getStartSames.js';
|
|
11
|
-
import { getStrNunPosit } from './basic/string/getStrNunPosit.js';
|
|
12
|
-
import { splitNum } from './basic/string/splitNum.js';
|
|
13
|
-
import { splitUpper } from './basic/string/splitUpper.js';
|
|
14
|
-
import { startsNum } from './basic/string/startsNum.js';
|
|
15
|
-
import { FunctionFormat, extractParams, getFunctionFormat, toFunction } from './basic/string/toFunction.js';
|
|
16
|
-
import { toFunctionParam, toFunctionParamOptions } from './basic/string/toFunctionParam.js';
|
|
17
|
-
import { toJSONParse, toJSONStringify } from './basic/string/toJson.js';
|
|
18
|
-
import { CodeBlock, serializeCodeBlock, serializeFunctionRef, toJSONSParse, toJSONSStringify } from './basic/string/toJsons.js';
|
|
19
|
-
import { toStringParse } from './basic/string/toStringParse.js';
|
|
20
|
-
|
|
21
|
-
declare const index_CodeBlock: typeof CodeBlock;
|
|
22
|
-
declare const index_FunctionFormat: typeof FunctionFormat;
|
|
23
|
-
declare const index_appearNum: typeof appearNum;
|
|
24
|
-
declare const index_appearNumSeat: typeof appearNumSeat;
|
|
25
|
-
declare const index_deComment: typeof deComment;
|
|
26
|
-
declare const index_extractParams: typeof extractParams;
|
|
27
|
-
declare const index_firstLower: typeof firstLower;
|
|
28
|
-
declare const index_firstUpper: typeof firstUpper;
|
|
29
|
-
declare const index_getContent: typeof getContent;
|
|
30
|
-
declare const index_getContents: typeof getContents;
|
|
31
|
-
declare const index_getExports: typeof getExports;
|
|
32
|
-
declare const index_getExportsExtended: typeof getExportsExtended;
|
|
33
|
-
declare const index_getExportsStrict: typeof getExportsStrict;
|
|
34
|
-
declare const index_getFunctionFormat: typeof getFunctionFormat;
|
|
35
|
-
declare const index_getImports: typeof getImports;
|
|
36
|
-
declare const index_getImportss: typeof getImportss;
|
|
37
|
-
declare const index_getStartSame: typeof getStartSame;
|
|
38
|
-
declare const index_getStartSames: typeof getStartSames;
|
|
39
|
-
declare const index_getStrNunPosit: typeof getStrNunPosit;
|
|
40
|
-
declare const index_serializeCodeBlock: typeof serializeCodeBlock;
|
|
41
|
-
declare const index_serializeFunctionRef: typeof serializeFunctionRef;
|
|
42
|
-
declare const index_splitNum: typeof splitNum;
|
|
43
|
-
declare const index_splitUpper: typeof splitUpper;
|
|
44
|
-
declare const index_startsNum: typeof startsNum;
|
|
45
|
-
declare const index_toFunction: typeof toFunction;
|
|
46
|
-
declare const index_toFunctionParam: typeof toFunctionParam;
|
|
47
|
-
declare const index_toFunctionParamOptions: typeof toFunctionParamOptions;
|
|
48
|
-
declare const index_toJSONParse: typeof toJSONParse;
|
|
49
|
-
declare const index_toJSONSParse: typeof toJSONSParse;
|
|
50
|
-
declare const index_toJSONSStringify: typeof toJSONSStringify;
|
|
51
|
-
declare const index_toJSONStringify: typeof toJSONStringify;
|
|
52
|
-
declare const index_toStringParse: typeof toStringParse;
|
|
53
|
-
declare namespace index {
|
|
54
|
-
export { index_CodeBlock as CodeBlock, index_FunctionFormat as FunctionFormat, index_appearNum as appearNum, index_appearNumSeat as appearNumSeat, index_deComment as deComment, index_extractParams as extractParams, index_firstLower as firstLower, index_firstUpper as firstUpper, index_getContent as getContent, index_getContents as getContents, index_getExports as getExports, index_getExportsExtended as getExportsExtended, index_getExportsStrict as getExportsStrict, index_getFunctionFormat as getFunctionFormat, index_getImports as getImports, index_getImportss as getImportss, index_getStartSame as getStartSame, index_getStartSames as getStartSames, index_getStrNunPosit as getStrNunPosit, index_serializeCodeBlock as serializeCodeBlock, index_serializeFunctionRef as serializeFunctionRef, index_splitNum as splitNum, index_splitUpper as splitUpper, index_startsNum as startsNum, index_toFunction as toFunction, index_toFunctionParam as toFunctionParam, index_toFunctionParamOptions as toFunctionParamOptions, index_toJSONParse as toJSONParse, index_toJSONSParse as toJSONSParse, index_toJSONSStringify as toJSONSStringify, index_toJSONStringify as toJSONStringify, index_toStringParse as toStringParse };
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export { index as i };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { isArray } from './basic/array/isArray.cjs';
|
|
2
|
-
import { isEqual, isEqualEnhanced } from './basic/object/isEqual.cjs';
|
|
3
|
-
import { isObject } from './basic/object/isObject.cjs';
|
|
4
|
-
import { isObjectArray } from './basic/object/isObjectArray.cjs';
|
|
5
|
-
|
|
6
|
-
declare const index_isArray: typeof isArray;
|
|
7
|
-
declare const index_isEqual: typeof isEqual;
|
|
8
|
-
declare const index_isEqualEnhanced: typeof isEqualEnhanced;
|
|
9
|
-
declare const index_isObject: typeof isObject;
|
|
10
|
-
declare const index_isObjectArray: typeof isObjectArray;
|
|
11
|
-
declare namespace index {
|
|
12
|
-
export { index_isArray as isArray, index_isEqual as isEqual, index_isEqualEnhanced as isEqualEnhanced, index_isObject as isObject, index_isObjectArray as isObjectArray };
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export { index as i };
|
package/dist/index-CPO1AFVg.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { arrayToTree, getTreeObj, treeToArray } from './tree/getTreeObj.js';
|
|
2
|
-
import { splitGroup, splitGroupDitto, splitGroupExist } from './tree/splitGroup.js';
|
|
3
|
-
|
|
4
|
-
declare const index_arrayToTree: typeof arrayToTree;
|
|
5
|
-
declare const index_getTreeObj: typeof getTreeObj;
|
|
6
|
-
declare const index_splitGroup: typeof splitGroup;
|
|
7
|
-
declare const index_splitGroupDitto: typeof splitGroupDitto;
|
|
8
|
-
declare const index_splitGroupExist: typeof splitGroupExist;
|
|
9
|
-
declare const index_treeToArray: typeof treeToArray;
|
|
10
|
-
declare namespace index {
|
|
11
|
-
export { index_arrayToTree as arrayToTree, index_getTreeObj as getTreeObj, index_splitGroup as splitGroup, index_splitGroupDitto as splitGroupDitto, index_splitGroupExist as splitGroupExist, index_treeToArray as treeToArray };
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export { index as i };
|