@fangzhongya/utils 0.0.8-74 → 0.0.8-77

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.
Files changed (321) hide show
  1. package/dist/basic/array/asyncMergeArray.cjs +1 -1
  2. package/dist/basic/array/asyncMergeArray.d.cts +9 -0
  3. package/dist/basic/array/asyncMergeArray.js +1 -1
  4. package/dist/basic/array/deleteArray.cjs +1 -1
  5. package/dist/basic/array/deleteArray.d.cts +6 -0
  6. package/dist/basic/array/deleteArray.js +1 -1
  7. package/dist/basic/array/duplicateRemoval.cjs +1 -1
  8. package/dist/basic/array/duplicateRemoval.d.cts +9 -0
  9. package/dist/basic/array/duplicateRemoval.js +1 -1
  10. package/dist/basic/array/index.cjs +7 -7
  11. package/dist/basic/array/index.d.cts +6 -0
  12. package/dist/basic/array/index.js +8 -8
  13. package/dist/basic/array/isArray.cjs +1 -1
  14. package/dist/basic/array/isArray.d.cts +8 -0
  15. package/dist/basic/array/isArray.js +1 -1
  16. package/dist/basic/array/replaceAfter.cjs +1 -1
  17. package/dist/basic/array/replaceAfter.d.cts +11 -0
  18. package/dist/basic/array/replaceAfter.js +1 -1
  19. package/dist/basic/array/toggleArray.cjs +1 -1
  20. package/dist/basic/array/toggleArray.d.cts +10 -0
  21. package/dist/basic/array/toggleArray.js +1 -1
  22. package/dist/basic/index.cjs +15 -15
  23. package/dist/basic/index.d.cts +28 -0
  24. package/dist/basic/index.d.ts +3 -3
  25. package/dist/basic/index.js +14 -14
  26. package/dist/basic/object/attrValueSort.cjs +1 -1
  27. package/dist/basic/object/attrValueSort.d.cts +12 -0
  28. package/dist/basic/object/attrValueSort.js +1 -1
  29. package/dist/basic/object/deepCopy.cjs +1 -1
  30. package/dist/basic/object/deepCopy.d.cts +8 -0
  31. package/dist/basic/object/deepCopy.js +1 -1
  32. package/dist/basic/object/filterObject.cjs +1 -1
  33. package/dist/basic/object/filterObject.d.cts +14 -0
  34. package/dist/basic/object/filterObject.js +1 -1
  35. package/dist/basic/object/getSort.cjs +1 -1
  36. package/dist/basic/object/getSort.d.cts +10 -0
  37. package/dist/basic/object/getSort.js +1 -1
  38. package/dist/basic/object/hasOwn.cjs +1 -1
  39. package/dist/basic/object/hasOwn.d.cts +9 -0
  40. package/dist/basic/object/hasOwn.js +1 -1
  41. package/dist/basic/object/index.cjs +8 -8
  42. package/dist/basic/object/index.d.cts +10 -0
  43. package/dist/basic/object/index.js +8 -8
  44. package/dist/basic/object/isObject.cjs +1 -1
  45. package/dist/basic/object/isObject.d.cts +8 -0
  46. package/dist/basic/object/isObject.js +1 -1
  47. package/dist/basic/object/isObjectArray.cjs +1 -1
  48. package/dist/basic/object/isObjectArray.d.cts +8 -0
  49. package/dist/basic/object/isObjectArray.js +1 -1
  50. package/dist/basic/object/mergeObject.cjs +1 -1
  51. package/dist/basic/object/mergeObject.d.cts +11 -0
  52. package/dist/basic/object/mergeObject.js +1 -1
  53. package/dist/basic/object/setSort.cjs +1 -1
  54. package/dist/basic/object/setSort.d.cts +7 -0
  55. package/dist/basic/object/setSort.js +1 -1
  56. package/dist/basic/object/unmergeObject.cjs +1 -1
  57. package/dist/basic/object/unmergeObject.d.cts +11 -0
  58. package/dist/basic/object/unmergeObject.js +1 -1
  59. package/dist/basic/string/appearNum.cjs +1 -1
  60. package/dist/basic/string/appearNum.d.cts +9 -0
  61. package/dist/basic/string/appearNum.js +1 -1
  62. package/dist/basic/string/appearNumSeat.cjs +1 -1
  63. package/dist/basic/string/appearNumSeat.d.cts +10 -0
  64. package/dist/basic/string/appearNumSeat.js +1 -1
  65. package/dist/basic/string/firstLower.cjs +1 -1
  66. package/dist/basic/string/firstLower.d.cts +8 -0
  67. package/dist/basic/string/firstLower.js +1 -1
  68. package/dist/basic/string/firstUpper.cjs +1 -1
  69. package/dist/basic/string/firstUpper.d.cts +8 -0
  70. package/dist/basic/string/firstUpper.js +1 -1
  71. package/dist/basic/string/getStartSame.cjs +1 -1
  72. package/dist/basic/string/getStartSame.d.cts +9 -0
  73. package/dist/basic/string/getStartSame.js +1 -1
  74. package/dist/basic/string/getStartSames.cjs +1 -1
  75. package/dist/basic/string/getStartSames.d.cts +9 -0
  76. package/dist/basic/string/getStartSames.js +1 -1
  77. package/dist/basic/string/index.cjs +2 -2
  78. package/dist/basic/string/index.d.cts +9 -0
  79. package/dist/basic/string/index.js +2 -2
  80. package/dist/basic/string/splitUpper.cjs +1 -1
  81. package/dist/basic/string/splitUpper.d.cts +8 -0
  82. package/dist/basic/string/splitUpper.js +1 -1
  83. package/dist/basic/string/toFunction.cjs +1 -1
  84. package/dist/basic/string/toFunction.d.cts +11 -0
  85. package/dist/basic/string/toFunction.js +1 -1
  86. package/dist/basic/string/toJson.cjs +1 -1
  87. package/dist/basic/string/toJson.d.cts +7 -0
  88. package/dist/basic/string/toJson.js +1 -1
  89. package/dist/{chunk-QZVMLHFW.cjs → chunk-265K6YVV.cjs} +2 -2
  90. package/dist/{chunk-ZQX2TYQB.js → chunk-2G7L3KGM.js} +5 -5
  91. package/dist/{chunk-DGQF7OEN.js → chunk-3353CTJM.js} +1 -1
  92. package/dist/{chunk-MCDYZFRI.js → chunk-3JCIOUDJ.js} +7 -7
  93. package/dist/{chunk-FTYIRFOT.cjs → chunk-6V7FDQ2Z.cjs} +2 -2
  94. package/dist/{chunk-ANLIJPAJ.js → chunk-7KDXEHTX.js} +1 -1
  95. package/dist/{chunk-AXAVKIR3.cjs → chunk-A6ABBMON.cjs} +2 -2
  96. package/dist/{chunk-VOMPPHW6.js → chunk-AI57PRNV.js} +1 -1
  97. package/dist/{chunk-YSLJ5XMB.js → chunk-F6TX4LY4.js} +15 -15
  98. package/dist/{chunk-BMUGXWAO.cjs → chunk-FXV2W7J7.cjs} +2 -2
  99. package/dist/{chunk-VIVEXAEC.cjs → chunk-G54SB5XS.cjs} +2 -2
  100. package/dist/{chunk-MPKGL6EV.js → chunk-GSILKBH2.js} +1 -1
  101. package/dist/{chunk-Y5WYKSYG.js → chunk-HT637PVJ.js} +1 -1
  102. package/dist/{chunk-FQRX7MEM.js → chunk-J2HOMMX7.js} +1 -1
  103. package/dist/{chunk-ME5XRHXK.js → chunk-J5EDRV3W.js} +6 -6
  104. package/dist/{chunk-XCTPS2CO.js → chunk-KKVCFILU.js} +1 -1
  105. package/dist/{chunk-ANTSTMDG.cjs → chunk-LJKXZMI3.cjs} +2 -2
  106. package/dist/{chunk-SRYWN4XF.cjs → chunk-M4JRYJQU.cjs} +12 -12
  107. package/dist/{chunk-ODE7HY5K.cjs → chunk-MAK2AHQW.cjs} +8 -8
  108. package/dist/{chunk-JDKNU726.cjs → chunk-MX2L2OFT.cjs} +2 -2
  109. package/dist/{chunk-MVG6E6RR.cjs → chunk-NTBAIKRM.cjs} +2 -2
  110. package/dist/{chunk-I35KJ6BF.js → chunk-OBVIMN2I.js} +1 -1
  111. package/dist/{chunk-3RXG56YC.cjs → chunk-ORMLLH3C.cjs} +2 -2
  112. package/dist/{chunk-QFRZFZAA.js → chunk-QGGUT5MX.js} +1 -1
  113. package/dist/chunk-QW3VIQ7P.cjs +24 -0
  114. package/dist/{chunk-X6SR256S.js → chunk-RXIUIVQP.js} +1 -1
  115. package/dist/{chunk-SYXWQKOO.cjs → chunk-TAIJI2H4.cjs} +7 -7
  116. package/dist/{chunk-M7CD62S3.cjs → chunk-TB3QNEBL.cjs} +2 -2
  117. package/dist/{chunk-RM2OQJYI.js → chunk-TMJHQ3TQ.js} +7 -7
  118. package/dist/{chunk-J7SPTSZM.cjs → chunk-V4254L3C.cjs} +2 -2
  119. package/dist/{chunk-ZSF7IK2E.cjs → chunk-YC2TJB5K.cjs} +7 -7
  120. package/dist/{chunk-2MCEAUE7.js → chunk-YRJGXX3O.js} +1 -1
  121. package/dist/css/fetchUnitValue.cjs +1 -1
  122. package/dist/css/fetchUnitValue.d.cts +10 -0
  123. package/dist/css/fetchUnitValue.js +1 -1
  124. package/dist/css/getAttrObj.cjs +1 -1
  125. package/dist/css/getAttrObj.d.cts +11 -0
  126. package/dist/css/getAttrObj.js +1 -1
  127. package/dist/css/getCss.cjs +1 -1
  128. package/dist/css/getCss.d.cts +9 -0
  129. package/dist/css/getCss.js +1 -1
  130. package/dist/css/getPositionRelative.cjs +1 -1
  131. package/dist/css/getPositionRelative.d.cts +7 -0
  132. package/dist/css/getPositionRelative.js +1 -1
  133. package/dist/css/getPrentClass.cjs +1 -1
  134. package/dist/css/getPrentClass.d.cts +7 -0
  135. package/dist/css/getPrentClass.js +1 -1
  136. package/dist/css/getPrentCorres.cjs +1 -1
  137. package/dist/css/getPrentCorres.d.cts +7 -0
  138. package/dist/css/getPrentCorres.js +1 -1
  139. package/dist/css/getSVG.cjs +1 -1
  140. package/dist/css/getSVG.d.cts +14 -0
  141. package/dist/css/getSVG.js +1 -1
  142. package/dist/css/index.cjs +13 -13
  143. package/dist/css/index.d.cts +10 -0
  144. package/dist/css/index.js +16 -16
  145. package/dist/css/setClassName.cjs +1 -1
  146. package/dist/css/setClassName.d.cts +6 -0
  147. package/dist/css/setClassName.js +1 -1
  148. package/dist/css/setCss.cjs +1 -1
  149. package/dist/css/setCss.d.cts +11 -0
  150. package/dist/css/setCss.js +1 -1
  151. package/dist/css/setObjStyle.cjs +1 -1
  152. package/dist/css/setObjStyle.d.cts +12 -0
  153. package/dist/css/setObjStyle.js +1 -1
  154. package/dist/dom/getLocus.cjs +1 -1
  155. package/dist/dom/getLocus.d.cts +14 -0
  156. package/dist/dom/getLocus.js +1 -1
  157. package/dist/dom/getShiftEvent.cjs +1 -1
  158. package/dist/dom/getShiftEvent.d.cts +25 -0
  159. package/dist/dom/getShiftEvent.d.ts +1 -1
  160. package/dist/dom/getShiftEvent.js +1 -1
  161. package/dist/dom/index.cjs +2 -2
  162. package/dist/dom/index.d.cts +2 -0
  163. package/dist/dom/index.js +2 -2
  164. package/dist/html/analysisHtml.cjs +1 -1
  165. package/dist/html/analysisHtml.d.cts +13 -0
  166. package/dist/html/analysisHtml.js +1 -1
  167. package/dist/html/generateHtml.cjs +1 -1
  168. package/dist/html/generateHtml.d.cts +5 -0
  169. package/dist/html/generateHtml.js +1 -1
  170. package/dist/html/htmlEscape.cjs +1 -1
  171. package/dist/html/htmlEscape.d.cts +8 -0
  172. package/dist/html/htmlEscape.js +1 -1
  173. package/dist/html/index.cjs +3 -3
  174. package/dist/html/index.d.cts +3 -0
  175. package/dist/html/index.js +3 -3
  176. package/dist/{index-92feece4.d.ts → index-8zofKw_u.d.ts} +1 -13
  177. package/dist/{index-bc08cd32.d.ts → index-BWAB-b69.d.ts} +1 -5
  178. package/dist/index-BbrWO_KD.d.cts +16 -0
  179. package/dist/index-BiHaQlE9.d.cts +14 -0
  180. package/dist/{index-130ae781.d.ts → index-BocAlCa8.d.ts} +1 -3
  181. package/dist/{index-5aea66bb.d.ts → index-BqhKBGyX.d.ts} +1 -8
  182. package/dist/index-BrxHOuw0.d.cts +18 -0
  183. package/dist/{index-09cd203a.d.ts → index-Bta_eezz.d.ts} +1 -5
  184. package/dist/index-C1jaHioq.d.cts +10 -0
  185. package/dist/index-CK2c-6vv.d.cts +8 -0
  186. package/dist/{index-a65f6120.d.ts → index-CS54GrWo.d.ts} +1 -7
  187. package/dist/{index-e19e9011.d.ts → index-CTSD8gS7.d.ts} +1 -5
  188. package/dist/{index-445fe401.d.ts → index-CVNtXK0N.d.ts} +1 -6
  189. package/dist/{index-ef15848a.d.ts → index-Cqj4dm5n.d.ts} +1 -3
  190. package/dist/index-D-5HNg2W.d.cts +14 -0
  191. package/dist/{index-42672b09.d.ts → index-D-JJ6qt2.d.ts} +1 -12
  192. package/dist/index-D1xTdh0f.d.cts +8 -0
  193. package/dist/{index-123cda08.d.ts → index-D92-6As_.d.ts} +1 -8
  194. package/dist/index-DBBlm0PZ.d.cts +26 -0
  195. package/dist/{index-ed8c0e9f.d.ts → index-DRlN5Fje.d.ts} +1 -12
  196. package/dist/index-DTk8hXm8.d.cts +10 -0
  197. package/dist/index-DUjGVmMW.d.cts +27 -0
  198. package/dist/index-DeVd0rd6.d.ts +9 -0
  199. package/dist/index-Dg4GeeHM.d.cts +9 -0
  200. package/dist/{index-4d550d78.d.ts → index-DjtNMmhM.d.ts} +1 -13
  201. package/dist/index-Djy0omYX.d.cts +26 -0
  202. package/dist/index-Dm5gvjpr.d.cts +25 -0
  203. package/dist/index-Dvp25i1P.d.cts +10 -0
  204. package/dist/index-DyDvVtuo.d.cts +12 -0
  205. package/dist/{index-082de317.d.ts → index-Q-ggiBiZ.d.ts} +1 -4
  206. package/dist/{index-84b0c6c3.d.ts → index-syb18q2f.d.ts} +1 -4
  207. package/dist/index-v-06_rNI.d.cts +12 -0
  208. package/dist/index.cjs +43 -43
  209. package/dist/index.d.cts +81 -0
  210. package/dist/index.d.ts +16 -16
  211. package/dist/index.js +44 -44
  212. package/dist/iss/index.cjs +2 -2
  213. package/dist/iss/index.d.cts +3 -0
  214. package/dist/iss/index.js +2 -2
  215. package/dist/judge/index.cjs +7 -7
  216. package/dist/judge/index.d.cts +4 -0
  217. package/dist/judge/index.js +6 -6
  218. package/dist/judge/matchs.cjs +4 -4
  219. package/dist/judge/matchs.d.cts +10 -0
  220. package/dist/judge/matchs.js +3 -3
  221. package/dist/judge/matchsEnd.cjs +1 -1
  222. package/dist/judge/matchsEnd.d.cts +9 -0
  223. package/dist/judge/matchsEnd.js +1 -1
  224. package/dist/judge/matchsStart.cjs +1 -1
  225. package/dist/judge/matchsStart.d.cts +9 -0
  226. package/dist/judge/matchsStart.js +1 -1
  227. package/dist/judge/matchsWhole.cjs +1 -1
  228. package/dist/judge/matchsWhole.d.cts +9 -0
  229. package/dist/judge/matchsWhole.js +1 -1
  230. package/dist/load/getSynch.cjs +1 -1
  231. package/dist/load/getSynch.d.cts +8 -0
  232. package/dist/load/getSynch.js +1 -1
  233. package/dist/load/index.cjs +2 -2
  234. package/dist/load/index.d.cts +2 -0
  235. package/dist/load/index.js +2 -2
  236. package/dist/load/loadScript.cjs +1 -1
  237. package/dist/load/loadScript.d.cts +3 -0
  238. package/dist/load/loadScript.js +1 -1
  239. package/dist/log/index.cjs +2 -2
  240. package/dist/log/index.d.cts +1 -0
  241. package/dist/log/index.js +2 -2
  242. package/dist/log/styleLog.cjs +1 -1
  243. package/dist/log/styleLog.d.cts +68 -0
  244. package/dist/log/styleLog.js +1 -1
  245. package/dist/name/getComponentNames.cjs +1 -1
  246. package/dist/name/getComponentNames.d.cts +8 -0
  247. package/dist/name/getComponentNames.js +1 -1
  248. package/dist/name/getNames.cjs +1 -1
  249. package/dist/name/getNames.d.cts +8 -0
  250. package/dist/name/getNames.js +1 -1
  251. package/dist/name/humpToLine.cjs +1 -1
  252. package/dist/name/humpToLine.d.cts +8 -0
  253. package/dist/name/humpToLine.js +1 -1
  254. package/dist/name/index.cjs +2 -2
  255. package/dist/name/index.d.cts +5 -0
  256. package/dist/name/index.js +2 -2
  257. package/dist/name/lineToLargeHump.cjs +1 -1
  258. package/dist/name/lineToLargeHump.d.cts +8 -0
  259. package/dist/name/lineToLargeHump.js +1 -1
  260. package/dist/name/lineToSmallHump.cjs +1 -1
  261. package/dist/name/lineToSmallHump.d.cts +8 -0
  262. package/dist/name/lineToSmallHump.js +1 -1
  263. package/dist/node/getPort.cjs +1 -1
  264. package/dist/node/getPort.d.cts +13 -0
  265. package/dist/node/getPort.js +1 -1
  266. package/dist/node/index.cjs +2 -2
  267. package/dist/node/index.d.cts +1 -0
  268. package/dist/node/index.js +2 -2
  269. package/dist/tree/getTreeObj.cjs +1 -1
  270. package/dist/tree/getTreeObj.d.cts +26 -0
  271. package/dist/tree/getTreeObj.js +1 -1
  272. package/dist/tree/index.cjs +2 -2
  273. package/dist/tree/index.d.cts +1 -0
  274. package/dist/tree/index.js +2 -2
  275. package/dist/urls/getImportUrl.cjs +1 -1
  276. package/dist/urls/getImportUrl.d.cts +9 -0
  277. package/dist/urls/getImportUrl.js +1 -1
  278. package/dist/urls/getImportUrlSuffix.cjs +1 -1
  279. package/dist/urls/getImportUrlSuffix.d.cts +9 -0
  280. package/dist/urls/getImportUrlSuffix.js +1 -1
  281. package/dist/urls/getNewFileName.cjs +1 -1
  282. package/dist/urls/getNewFileName.d.cts +8 -0
  283. package/dist/urls/getNewFileName.js +1 -1
  284. package/dist/urls/getReplaceImportUrl.cjs +1 -1
  285. package/dist/urls/getReplaceImportUrl.d.cts +9 -0
  286. package/dist/urls/getReplaceImportUrl.js +1 -1
  287. package/dist/urls/getReplaceUrl.cjs +1 -1
  288. package/dist/urls/getReplaceUrl.d.cts +9 -0
  289. package/dist/urls/getReplaceUrl.js +1 -1
  290. package/dist/urls/getSuffix.cjs +1 -1
  291. package/dist/urls/getSuffix.d.cts +8 -0
  292. package/dist/urls/getSuffix.js +1 -1
  293. package/dist/urls/getUrlCatalogue.cjs +1 -1
  294. package/dist/urls/getUrlCatalogue.d.cts +8 -0
  295. package/dist/urls/getUrlCatalogue.js +1 -1
  296. package/dist/urls/getUrlCatalogueLast.cjs +1 -1
  297. package/dist/urls/getUrlCatalogueLast.d.cts +8 -0
  298. package/dist/urls/getUrlCatalogueLast.js +1 -1
  299. package/dist/urls/getUrlCatalogueObj.cjs +1 -1
  300. package/dist/urls/getUrlCatalogueObj.d.cts +17 -0
  301. package/dist/urls/getUrlCatalogueObj.d.ts +1 -1
  302. package/dist/urls/getUrlCatalogueObj.js +1 -1
  303. package/dist/urls/index.cjs +2 -2
  304. package/dist/urls/index.d.cts +9 -0
  305. package/dist/urls/index.js +2 -2
  306. package/dist/window/copy.cjs +1 -1
  307. package/dist/window/copy.d.cts +3 -0
  308. package/dist/window/copy.js +1 -1
  309. package/dist/window/getParam.cjs +1 -1
  310. package/dist/window/getParam.d.cts +6 -0
  311. package/dist/window/getParam.js +1 -1
  312. package/dist/window/index.cjs +2 -2
  313. package/dist/window/index.d.cts +2 -0
  314. package/dist/window/index.js +2 -2
  315. package/package.json +8 -8
  316. package/dist/chunk-KPQEGXI4.cjs +0 -24
  317. package/dist/index-22ee0e10.d.ts +0 -13
  318. package/dist/{chunk-UICA3PK6.js → chunk-6C3VEZWH.js} +0 -0
  319. package/dist/{chunk-T2QKEABG.js → chunk-FRGDQOX4.js} +3 -3
  320. package/dist/{chunk-5AZGAKWR.cjs → chunk-GKEY54EQ.cjs} +0 -0
  321. package/dist/{chunk-T22I7TJQ.cjs → chunk-NGQKVTCR.cjs} +3 -3
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunkPTLVJ5OLcjs = require('../chunk-PTLVJ5OL.cjs');
4
- require('../chunk-5AZGAKWR.cjs');
4
+ require('../chunk-GKEY54EQ.cjs');
5
5
 
6
6
 
7
7
  exports.getPrentCorres = _chunkPTLVJ5OLcjs.getPrentCorres;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 获取当前元素或者匹配父类元素
3
+ * @param el
4
+ */
5
+ declare function getPrentCorres(el: HTMLElement, is: (el: HTMLElement) => boolean): HTMLElement | undefined;
6
+
7
+ export { getPrentCorres };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getPrentCorres
3
3
  } from "../chunk-OJFV3426.js";
4
- import "../chunk-UICA3PK6.js";
4
+ import "../chunk-6C3VEZWH.js";
5
5
  export {
6
6
  getPrentCorres
7
7
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  var _chunkGFAUQTB2cjs = require('../chunk-GFAUQTB2.cjs');
4
4
  require('../chunk-TE3XNGF4.cjs');
5
- require('../chunk-5AZGAKWR.cjs');
5
+ require('../chunk-GKEY54EQ.cjs');
6
6
 
7
7
 
8
8
  exports.getSVG = _chunkGFAUQTB2cjs.getSVG;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * 通过svg 字符串获取对应数据
3
+ * @param{string} str
4
+ */
5
+ declare function getSVG(str: string): {
6
+ body: string;
7
+ viewBox: string;
8
+ left: number;
9
+ top: number;
10
+ width: number;
11
+ height: number;
12
+ } | undefined;
13
+
14
+ export { getSVG };
@@ -2,7 +2,7 @@ import {
2
2
  getSVG
3
3
  } from "../chunk-WIYZQNGO.js";
4
4
  import "../chunk-N3FZ4WUI.js";
5
- import "../chunk-UICA3PK6.js";
5
+ import "../chunk-6C3VEZWH.js";
6
6
  export {
7
7
  getSVG
8
8
  };
@@ -1,37 +1,37 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-SRYWN4XF.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-M4JRYJQU.cjs');
2
2
 
3
3
 
4
- var _chunkCTLBHJGFcjs = require('../chunk-CTLBHJGF.cjs');
4
+ var _chunkVY5VQ7WEcjs = require('../chunk-VY5VQ7WE.cjs');
5
5
 
6
6
 
7
- var _chunk4X7AFGTVcjs = require('../chunk-4X7AFGTV.cjs');
8
- require('../chunk-LTVXRDTD.cjs');
7
+ var _chunk7ZEZ3JJ7cjs = require('../chunk-7ZEZ3JJ7.cjs');
9
8
 
10
9
 
10
+ var _chunkPTLVJ5OLcjs = require('../chunk-PTLVJ5OL.cjs');
11
11
 
12
- var _chunkHJTIJGIFcjs = require('../chunk-HJTIJGIF.cjs');
13
12
 
13
+ var _chunkGFAUQTB2cjs = require('../chunk-GFAUQTB2.cjs');
14
14
 
15
- var _chunkUGFSIZ5Pcjs = require('../chunk-UGFSIZ5P.cjs');
16
15
 
16
+ var _chunkCTLBHJGFcjs = require('../chunk-CTLBHJGF.cjs');
17
17
 
18
- var _chunkVY5VQ7WEcjs = require('../chunk-VY5VQ7WE.cjs');
19
18
 
19
+ var _chunk4X7AFGTVcjs = require('../chunk-4X7AFGTV.cjs');
20
+ require('../chunk-LTVXRDTD.cjs');
20
21
 
21
- var _chunkUGS2F6DKcjs = require('../chunk-UGS2F6DK.cjs');
22
22
 
23
23
 
24
- var _chunk7ZEZ3JJ7cjs = require('../chunk-7ZEZ3JJ7.cjs');
24
+ var _chunkHJTIJGIFcjs = require('../chunk-HJTIJGIF.cjs');
25
25
 
26
26
 
27
- var _chunkPTLVJ5OLcjs = require('../chunk-PTLVJ5OL.cjs');
27
+ var _chunkUGFSIZ5Pcjs = require('../chunk-UGFSIZ5P.cjs');
28
28
 
29
29
 
30
- var _chunkGFAUQTB2cjs = require('../chunk-GFAUQTB2.cjs');
30
+ var _chunkTE3XNGF4cjs = require('../chunk-TE3XNGF4.cjs');
31
31
 
32
32
 
33
- var _chunkTE3XNGF4cjs = require('../chunk-TE3XNGF4.cjs');
34
- require('../chunk-5AZGAKWR.cjs');
33
+ var _chunkUGS2F6DKcjs = require('../chunk-UGS2F6DK.cjs');
34
+ require('../chunk-GKEY54EQ.cjs');
35
35
 
36
36
 
37
37
 
@@ -0,0 +1,10 @@
1
+ export { fetchUnitValue } from './fetchUnitValue.cjs';
2
+ export { getAttrObj } from './getAttrObj.cjs';
3
+ export { getCss } from './getCss.cjs';
4
+ export { getPositionRelative } from './getPositionRelative.cjs';
5
+ export { getPrentClass } from './getPrentClass.cjs';
6
+ export { getPrentCorres } from './getPrentCorres.cjs';
7
+ export { getSVG } from './getSVG.cjs';
8
+ export { setClassName } from './setClassName.cjs';
9
+ export { setCss } from './setCss.cjs';
10
+ export { setObjStyle, toStyleString } from './setObjStyle.cjs';
package/dist/css/index.js CHANGED
@@ -1,4 +1,16 @@
1
- import "../chunk-YSLJ5XMB.js";
1
+ import "../chunk-F6TX4LY4.js";
2
+ import {
3
+ getPositionRelative
4
+ } from "../chunk-MQHLAQQA.js";
5
+ import {
6
+ getPrentClass
7
+ } from "../chunk-D6UA6SZW.js";
8
+ import {
9
+ getPrentCorres
10
+ } from "../chunk-OJFV3426.js";
11
+ import {
12
+ getSVG
13
+ } from "../chunk-WIYZQNGO.js";
2
14
  import {
3
15
  setClassName
4
16
  } from "../chunk-D3YMEKIF.js";
@@ -14,24 +26,12 @@ import {
14
26
  fetchUnitValue
15
27
  } from "../chunk-WX3JYE47.js";
16
28
  import {
17
- getPositionRelative
18
- } from "../chunk-MQHLAQQA.js";
29
+ getAttrObj
30
+ } from "../chunk-N3FZ4WUI.js";
19
31
  import {
20
32
  getCss
21
33
  } from "../chunk-5RZYHE3X.js";
22
- import {
23
- getPrentClass
24
- } from "../chunk-D6UA6SZW.js";
25
- import {
26
- getPrentCorres
27
- } from "../chunk-OJFV3426.js";
28
- import {
29
- getSVG
30
- } from "../chunk-WIYZQNGO.js";
31
- import {
32
- getAttrObj
33
- } from "../chunk-N3FZ4WUI.js";
34
- import "../chunk-UICA3PK6.js";
34
+ import "../chunk-6C3VEZWH.js";
35
35
  export {
36
36
  fetchUnitValue,
37
37
  getAttrObj,
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunkCTLBHJGFcjs = require('../chunk-CTLBHJGF.cjs');
4
- require('../chunk-5AZGAKWR.cjs');
4
+ require('../chunk-GKEY54EQ.cjs');
5
5
 
6
6
 
7
7
  exports.setClassName = _chunkCTLBHJGFcjs.setClassName;
@@ -0,0 +1,6 @@
1
+ /***
2
+ * 设置样式
3
+ */
4
+ declare function setClassName(dom: Element, newValue?: string, oldValue?: string): void;
5
+
6
+ export { setClassName };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  setClassName
3
3
  } from "../chunk-D3YMEKIF.js";
4
- import "../chunk-UICA3PK6.js";
4
+ import "../chunk-6C3VEZWH.js";
5
5
  export {
6
6
  setClassName
7
7
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  var _chunk4X7AFGTVcjs = require('../chunk-4X7AFGTV.cjs');
4
4
  require('../chunk-LTVXRDTD.cjs');
5
- require('../chunk-5AZGAKWR.cjs');
5
+ require('../chunk-GKEY54EQ.cjs');
6
6
 
7
7
 
8
8
  exports.setCss = _chunk4X7AFGTVcjs.setCss;
@@ -0,0 +1,11 @@
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;
10
+
11
+ export { setCss };
@@ -2,7 +2,7 @@ import {
2
2
  setCss
3
3
  } from "../chunk-XUL6LPTN.js";
4
4
  import "../chunk-J7CICTHH.js";
5
- import "../chunk-UICA3PK6.js";
5
+ import "../chunk-6C3VEZWH.js";
6
6
  export {
7
7
  setCss
8
8
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
  var _chunkHJTIJGIFcjs = require('../chunk-HJTIJGIF.cjs');
5
- require('../chunk-5AZGAKWR.cjs');
5
+ require('../chunk-GKEY54EQ.cjs');
6
6
 
7
7
 
8
8
 
@@ -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 };
@@ -2,7 +2,7 @@ import {
2
2
  setObjStyle,
3
3
  toStyleString
4
4
  } from "../chunk-M323GS33.js";
5
- import "../chunk-UICA3PK6.js";
5
+ import "../chunk-6C3VEZWH.js";
6
6
  export {
7
7
  setObjStyle,
8
8
  toStyleString
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunk2OR4FUOAcjs = require('../chunk-2OR4FUOA.cjs');
4
- require('../chunk-5AZGAKWR.cjs');
4
+ require('../chunk-GKEY54EQ.cjs');
5
5
 
6
6
 
7
7
  exports.getLocus = _chunk2OR4FUOAcjs.getLocus;
@@ -0,0 +1,14 @@
1
+ type SeatEvent = MouseEvent | Touch;
2
+ /**
3
+ * 计算方向
4
+ * @param ks
5
+ * @param js
6
+ * @returns
7
+ */
8
+ declare function getLocus(ks: SeatEvent, js: SeatEvent): {
9
+ x: number;
10
+ y: number;
11
+ t: number;
12
+ };
13
+
14
+ export { getLocus };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getLocus
3
3
  } from "../chunk-Q63V2U5G.js";
4
- import "../chunk-UICA3PK6.js";
4
+ import "../chunk-6C3VEZWH.js";
5
5
  export {
6
6
  getLocus
7
7
  };
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
  var _chunkUPPSZFBEcjs = require('../chunk-UPPSZFBE.cjs');
7
- require('../chunk-5AZGAKWR.cjs');
7
+ require('../chunk-GKEY54EQ.cjs');
8
8
 
9
9
 
10
10
 
@@ -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 { type SeatEvent, foundEvent, foundEventCallback, pressEvent, shiftEvent };
@@ -22,4 +22,4 @@ declare function shiftEvent(t: Type, dom1: Dom, shift?: Callback, release?: Call
22
22
  declare function foundEvent(eventType: EventTypeKey, c: Callback, dom?: Dom, type?: Type): void;
23
23
  declare function foundEventCallback(eventType: EventTypeKey, c: Callback, dom?: Dom, type?: Type): (event: Event) => void;
24
24
 
25
- export { SeatEvent, foundEvent, foundEventCallback, pressEvent, shiftEvent };
25
+ export { type SeatEvent, foundEvent, foundEventCallback, pressEvent, shiftEvent };
@@ -4,7 +4,7 @@ import {
4
4
  pressEvent,
5
5
  shiftEvent
6
6
  } from "../chunk-VBS6YE6H.js";
7
- import "../chunk-UICA3PK6.js";
7
+ import "../chunk-6C3VEZWH.js";
8
8
  export {
9
9
  foundEvent,
10
10
  foundEventCallback,
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-BMUGXWAO.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-FXV2W7J7.cjs');
2
2
 
3
3
 
4
4
  var _chunk2OR4FUOAcjs = require('../chunk-2OR4FUOA.cjs');
@@ -8,7 +8,7 @@ var _chunk2OR4FUOAcjs = require('../chunk-2OR4FUOA.cjs');
8
8
 
9
9
 
10
10
  var _chunkUPPSZFBEcjs = require('../chunk-UPPSZFBE.cjs');
11
- require('../chunk-5AZGAKWR.cjs');
11
+ require('../chunk-GKEY54EQ.cjs');
12
12
 
13
13
 
14
14
 
@@ -0,0 +1,2 @@
1
+ export { getLocus } from './getLocus.cjs';
2
+ export { SeatEvent, foundEvent, foundEventCallback, pressEvent, shiftEvent } from './getShiftEvent.cjs';
package/dist/dom/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "../chunk-VOMPPHW6.js";
1
+ import "../chunk-AI57PRNV.js";
2
2
  import {
3
3
  getLocus
4
4
  } from "../chunk-Q63V2U5G.js";
@@ -8,7 +8,7 @@ import {
8
8
  pressEvent,
9
9
  shiftEvent
10
10
  } from "../chunk-VBS6YE6H.js";
11
- import "../chunk-UICA3PK6.js";
11
+ import "../chunk-6C3VEZWH.js";
12
12
  export {
13
13
  foundEvent,
14
14
  foundEventCallback,
@@ -2,7 +2,7 @@
2
2
 
3
3
  var _chunkLEPZYF2Ncjs = require('../chunk-LEPZYF2N.cjs');
4
4
  require('../chunk-TE3XNGF4.cjs');
5
- require('../chunk-5AZGAKWR.cjs');
5
+ require('../chunk-GKEY54EQ.cjs');
6
6
 
7
7
 
8
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 };
@@ -2,7 +2,7 @@ import {
2
2
  analysisHtml
3
3
  } from "../chunk-GIAO77MY.js";
4
4
  import "../chunk-N3FZ4WUI.js";
5
- import "../chunk-UICA3PK6.js";
5
+ import "../chunk-6C3VEZWH.js";
6
6
  export {
7
7
  analysisHtml
8
8
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  var _chunkE2MM4MECcjs = require('../chunk-E2MM4MEC.cjs');
4
4
  require('../chunk-ISHLY7WM.cjs');
5
- require('../chunk-5AZGAKWR.cjs');
5
+ require('../chunk-GKEY54EQ.cjs');
6
6
 
7
7
 
8
8
  exports.generateHtmlh = _chunkE2MM4MECcjs.generateHtmlh;
@@ -0,0 +1,5 @@
1
+ declare function generateHtmlh(div: string, sx?: {
2
+ [key: string]: any;
3
+ }, v?: string | string[]): string;
4
+
5
+ export { generateHtmlh };
@@ -2,7 +2,7 @@ import {
2
2
  generateHtmlh
3
3
  } from "../chunk-IV7XHH6K.js";
4
4
  import "../chunk-5PX3AFSC.js";
5
- import "../chunk-UICA3PK6.js";
5
+ import "../chunk-6C3VEZWH.js";
6
6
  export {
7
7
  generateHtmlh
8
8
  };
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunkEWXBN4VGcjs = require('../chunk-EWXBN4VG.cjs');
4
- require('../chunk-5AZGAKWR.cjs');
4
+ require('../chunk-GKEY54EQ.cjs');
5
5
 
6
6
 
7
7
  exports.htmlEscape = _chunkEWXBN4VGcjs.htmlEscape;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * 格式html字符串
3
+ * @param str
4
+ * @returns
5
+ */
6
+ declare function htmlEscape(str: string): string;
7
+
8
+ export { htmlEscape };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  htmlEscape
3
3
  } from "../chunk-NCSN3MC5.js";
4
- import "../chunk-UICA3PK6.js";
4
+ import "../chunk-6C3VEZWH.js";
5
5
  export {
6
6
  htmlEscape
7
7
  };
@@ -1,16 +1,16 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-3RXG56YC.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-ORMLLH3C.cjs');
2
2
 
3
3
 
4
4
  var _chunkLEPZYF2Ncjs = require('../chunk-LEPZYF2N.cjs');
5
5
 
6
6
 
7
7
  var _chunkE2MM4MECcjs = require('../chunk-E2MM4MEC.cjs');
8
- require('../chunk-ISHLY7WM.cjs');
9
8
 
10
9
 
11
10
  var _chunkEWXBN4VGcjs = require('../chunk-EWXBN4VG.cjs');
11
+ require('../chunk-ISHLY7WM.cjs');
12
12
  require('../chunk-TE3XNGF4.cjs');
13
- require('../chunk-5AZGAKWR.cjs');
13
+ require('../chunk-GKEY54EQ.cjs');
14
14
 
15
15
 
16
16
 
@@ -0,0 +1,3 @@
1
+ export { analysisHtml } from './analysisHtml.cjs';
2
+ export { generateHtmlh } from './generateHtml.cjs';
3
+ export { htmlEscape } from './htmlEscape.cjs';
@@ -1,16 +1,16 @@
1
- import "../chunk-I35KJ6BF.js";
1
+ import "../chunk-OBVIMN2I.js";
2
2
  import {
3
3
  analysisHtml
4
4
  } from "../chunk-GIAO77MY.js";
5
5
  import {
6
6
  generateHtmlh
7
7
  } from "../chunk-IV7XHH6K.js";
8
- import "../chunk-5PX3AFSC.js";
9
8
  import {
10
9
  htmlEscape
11
10
  } from "../chunk-NCSN3MC5.js";
11
+ import "../chunk-5PX3AFSC.js";
12
12
  import "../chunk-N3FZ4WUI.js";
13
- import "../chunk-UICA3PK6.js";
13
+ import "../chunk-6C3VEZWH.js";
14
14
  export {
15
15
  analysisHtml,
16
16
  generateHtmlh,
@@ -21,19 +21,7 @@ declare const index_setCss: typeof setCss;
21
21
  declare const index_setObjStyle: typeof setObjStyle;
22
22
  declare const index_toStyleString: typeof toStyleString;
23
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
- };
24
+ export { index_fetchUnitValue as fetchUnitValue, index_getAttrObj as getAttrObj, index_getCss as getCss, index_getPositionRelative as getPositionRelative, index_getPrentClass as getPrentClass, index_getPrentCorres as getPrentCorres, index_getSVG as getSVG, index_setClassName as setClassName, index_setCss as setCss, index_setObjStyle as setObjStyle, index_toStyleString as toStyleString };
37
25
  }
38
26
 
39
27
  export { index as i };
@@ -4,11 +4,7 @@ declare const index_arrayToTree: typeof arrayToTree;
4
4
  declare const index_getTreeObj: typeof getTreeObj;
5
5
  declare const index_treeToArray: typeof treeToArray;
6
6
  declare namespace index {
7
- export {
8
- index_arrayToTree as arrayToTree,
9
- index_getTreeObj as getTreeObj,
10
- index_treeToArray as treeToArray,
11
- };
7
+ export { index_arrayToTree as arrayToTree, index_getTreeObj as getTreeObj, index_treeToArray as treeToArray };
12
8
  }
13
9
 
14
10
  export { index as i };
@@ -0,0 +1,16 @@
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 };
@@ -0,0 +1,14 @@
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 };
@@ -2,9 +2,7 @@ import { getPort } from './node/getPort.js';
2
2
 
3
3
  declare const index_getPort: typeof getPort;
4
4
  declare namespace index {
5
- export {
6
- index_getPort as getPort,
7
- };
5
+ export { index_getPort as getPort };
8
6
  }
9
7
 
10
8
  export { index as i };
@@ -8,14 +8,7 @@ declare const index_getLocus: typeof getLocus;
8
8
  declare const index_pressEvent: typeof pressEvent;
9
9
  declare const index_shiftEvent: typeof shiftEvent;
10
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
- };
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 };
19
12
  }
20
13
 
21
14
  export { index as i };
@@ -0,0 +1,18 @@
1
+ import { asyncMergeArray } from './basic/array/asyncMergeArray.cjs';
2
+ import { deleteArray } from './basic/array/deleteArray.cjs';
3
+ import { duplicateRemoval } from './basic/array/duplicateRemoval.cjs';
4
+ import { isArray } from './basic/array/isArray.cjs';
5
+ import { replaceAfter } from './basic/array/replaceAfter.cjs';
6
+ import { toggleArray } from './basic/array/toggleArray.cjs';
7
+
8
+ declare const index_asyncMergeArray: typeof asyncMergeArray;
9
+ declare const index_deleteArray: typeof deleteArray;
10
+ declare const index_duplicateRemoval: typeof duplicateRemoval;
11
+ declare const index_isArray: typeof isArray;
12
+ declare const index_replaceAfter: typeof replaceAfter;
13
+ declare const index_toggleArray: typeof toggleArray;
14
+ declare namespace index {
15
+ export { index_asyncMergeArray as asyncMergeArray, index_deleteArray as deleteArray, index_duplicateRemoval as duplicateRemoval, index_isArray as isArray, index_replaceAfter as replaceAfter, index_toggleArray as toggleArray };
16
+ }
17
+
18
+ export { index as i };