@fangzhongya/utils 0.0.8-19 → 0.0.8-20

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 (49) hide show
  1. package/dist/basic/array/index.d.ts +1 -1
  2. package/dist/basic/index.cjs +2 -2
  3. package/dist/basic/index.d.ts +8 -8
  4. package/dist/basic/index.js +2 -2
  5. package/dist/basic/object/index.d.ts +1 -1
  6. package/dist/basic/string/index.d.ts +3 -3
  7. package/dist/{chunk-VUSB2XY6.cjs → chunk-GWCY4VMQ.cjs} +25 -2
  8. package/dist/{chunk-EFZXTFG3.cjs → chunk-JMKBSJEA.cjs} +4 -2
  9. package/dist/{chunk-ZLCUSADU.cjs → chunk-L6DY4GCH.cjs} +5 -5
  10. package/dist/{chunk-C75LAFSJ.js → chunk-LONK4QAC.js} +25 -2
  11. package/dist/{chunk-V3AYCU2W.js → chunk-NSG7ZMXT.js} +4 -4
  12. package/dist/{chunk-DIDMCIXC.js → chunk-SSG53NQS.js} +5 -3
  13. package/dist/css/index.cjs +4 -4
  14. package/dist/css/index.js +4 -4
  15. package/dist/dom/getShiftEvent.cjs +4 -2
  16. package/dist/dom/getShiftEvent.d.ts +3 -2
  17. package/dist/dom/getShiftEvent.js +5 -3
  18. package/dist/dom/index.cjs +5 -3
  19. package/dist/dom/index.d.ts +1 -1
  20. package/dist/dom/index.js +6 -4
  21. package/dist/index-02513706.d.ts +13 -0
  22. package/dist/index-0c98c4a5.d.ts +15 -0
  23. package/dist/index.cjs +21 -21
  24. package/dist/index.d.ts +23 -23
  25. package/dist/index.js +22 -22
  26. package/dist/iss/index.d.ts +1 -1
  27. package/dist/judge/index.cjs +6 -6
  28. package/dist/judge/index.js +5 -5
  29. package/dist/judge/matchs.cjs +3 -3
  30. package/dist/judge/matchs.js +2 -2
  31. package/dist/name/getComponentNames.cjs +1 -1
  32. package/dist/name/getComponentNames.js +1 -1
  33. package/dist/name/getNames.cjs +1 -1
  34. package/dist/name/getNames.js +1 -1
  35. package/dist/name/index.cjs +2 -2
  36. package/dist/name/index.js +2 -2
  37. package/dist/urls/index.d.ts +1 -1
  38. package/package.json +100 -100
  39. package/dist/index-08db9cfb.d.ts +0 -13
  40. package/dist/index-a4e16593.d.ts +0 -13
  41. package/dist/{chunk-FRGDQOX4.js → chunk-33X65PQS.js} +3 -3
  42. package/dist/{chunk-NGQKVTCR.cjs → chunk-3YUI42XN.cjs} +3 -3
  43. package/dist/{chunk-IY6PZ3L6.cjs → chunk-NUIODPZJ.cjs} +3 -3
  44. package/dist/{chunk-KLG6T6TF.js → chunk-SYJ6G63E.js} +3 -3
  45. package/dist/{index-38b73962.d.ts → index-09cd203a.d.ts} +1 -1
  46. package/dist/{index-88882192.d.ts → index-0f061f5b.d.ts} +1 -1
  47. package/dist/{index-55a45fb2.d.ts → index-1d6e286f.d.ts} +3 -3
  48. package/dist/{index-a5feaf9c.d.ts → index-42672b09.d.ts} +1 -1
  49. package/dist/{index-f842d03d.d.ts → index-bd1b8c37.d.ts} +1 -1
@@ -1,5 +1,5 @@
1
1
  export { asyncMergeArray } from './asyncMergeArray.js';
2
2
  export { duplicateRemoval } from './duplicateRemoval.js';
3
- export { toggleArray } from './toggleArray.js';
4
3
  export { replaceAfter } from './replaceAfter.js';
5
4
  export { isArray } from './isArray.js';
5
+ export { toggleArray } from './toggleArray.js';
@@ -21,11 +21,11 @@ require('../chunk-UFYLVZNU.cjs');
21
21
  require('../chunk-3HXQ7TGV.cjs');
22
22
  require('../chunk-JR6ZN6QD.cjs');
23
23
  require('../chunk-PW7RP73J.cjs');
24
- require('../chunk-UEVMS6QD.cjs');
25
- require('../chunk-OQL4GIEJ.cjs');
26
24
  require('../chunk-A5LHXE5X.cjs');
27
25
  require('../chunk-MIC3W2VY.cjs');
28
26
  require('../chunk-ISHLY7WM.cjs');
27
+ require('../chunk-UEVMS6QD.cjs');
28
+ require('../chunk-OQL4GIEJ.cjs');
29
29
  require('../chunk-5AZGAKWR.cjs');
30
30
 
31
31
 
@@ -1,21 +1,21 @@
1
- export { i as array } from '../index-f842d03d.js';
2
- export { i as object } from '../index-88882192.js';
3
- export { i as string } from '../index-55a45fb2.js';
1
+ export { i as array } from '../index-bd1b8c37.js';
2
+ export { i as object } from '../index-0f061f5b.js';
3
+ export { i as string } from '../index-1d6e286f.js';
4
4
  import './array/asyncMergeArray.js';
5
5
  import './array/duplicateRemoval.js';
6
- import './array/toggleArray.js';
7
6
  import './array/replaceAfter.js';
8
7
  import './array/isArray.js';
8
+ import './array/toggleArray.js';
9
9
  import './object/attrValueSort.js';
10
10
  import './object/filterObject.js';
11
- import './object/isObjectArray.js';
12
11
  import './object/isObject.js';
12
+ import './object/isObjectArray.js';
13
13
  import './object/mergeObject.js';
14
14
  import './object/unmergeObject.js';
15
15
  import './string/appearNum.js';
16
- import './string/appearNumSeat.js';
17
16
  import './string/firstLower.js';
18
- import './string/getStartSame.js';
17
+ import './string/appearNumSeat.js';
19
18
  import './string/firstUpper.js';
20
- import './string/splitUpper.js';
19
+ import './string/getStartSame.js';
21
20
  import './string/getStartSames.js';
21
+ import './string/splitUpper.js';
@@ -21,11 +21,11 @@ import "../chunk-T4BAVDTH.js";
21
21
  import "../chunk-SNABGVNO.js";
22
22
  import "../chunk-DMZP4RPN.js";
23
23
  import "../chunk-A276ZDLP.js";
24
- import "../chunk-4OBNLDTJ.js";
25
- import "../chunk-EWJJKQIO.js";
26
24
  import "../chunk-GYE23WAN.js";
27
25
  import "../chunk-MXY4W3K5.js";
28
26
  import "../chunk-5PX3AFSC.js";
27
+ import "../chunk-4OBNLDTJ.js";
28
+ import "../chunk-EWJJKQIO.js";
29
29
  import "../chunk-UICA3PK6.js";
30
30
  export {
31
31
  array_exports as array,
@@ -1,6 +1,6 @@
1
1
  export { attrValueSort } from './attrValueSort.js';
2
2
  export { filterObject } from './filterObject.js';
3
- export { isObjectArray } from './isObjectArray.js';
4
3
  export { isObject } from './isObject.js';
4
+ export { isObjectArray } from './isObjectArray.js';
5
5
  export { mergeObject } from './mergeObject.js';
6
6
  export { unmergeObject } from './unmergeObject.js';
@@ -1,7 +1,7 @@
1
1
  export { appearNum } from './appearNum.js';
2
- export { appearNumSeat } from './appearNumSeat.js';
3
2
  export { firstLower } from './firstLower.js';
4
- export { getStartSame } from './getStartSame.js';
3
+ export { appearNumSeat } from './appearNumSeat.js';
5
4
  export { firstUpper } from './firstUpper.js';
6
- export { splitUpper } from './splitUpper.js';
5
+ export { getStartSame } from './getStartSame.js';
7
6
  export { getStartSames } from './getStartSames.js';
7
+ export { splitUpper } from './splitUpper.js';
@@ -13,7 +13,7 @@ var eventTypes = {
13
13
  mouse: "mouseup"
14
14
  }
15
15
  };
16
- function getShiftEvent(dom, press, shift, release, dom1 = document) {
16
+ function pressEvent(dom, press, shift, release, dom1 = document) {
17
17
  foundEvent(
18
18
  "press",
19
19
  (e, t) => {
@@ -48,6 +48,28 @@ function getShiftEvent(dom, press, shift, release, dom1 = document) {
48
48
  dom
49
49
  );
50
50
  }
51
+ function shiftEvent(t, dom1, shift, release, is = true) {
52
+ let scoll;
53
+ if (shift) {
54
+ scoll = foundEventCallback("shift", shift, dom1, t);
55
+ }
56
+ if (release) {
57
+ const rcoll = foundEventCallback(
58
+ "release",
59
+ (e1, t1) => {
60
+ release(e1, t1);
61
+ if (is) {
62
+ if (scoll) {
63
+ dom1.removeEventListener(eventTypes.shift[t1], scoll);
64
+ }
65
+ dom1.removeEventListener(eventTypes.release[t1], rcoll);
66
+ }
67
+ },
68
+ dom1,
69
+ t
70
+ );
71
+ }
72
+ }
51
73
  function foundEvent(eventType, c, dom = document, type) {
52
74
  if (type != "mouse") {
53
75
  dom.addEventListener(eventTypes[eventType].touch, (event) => {
@@ -84,4 +106,5 @@ function foundEventCallback(eventType, c, dom = document, type) {
84
106
 
85
107
 
86
108
 
87
- exports.getShiftEvent = getShiftEvent;
109
+
110
+ exports.pressEvent = pressEvent; exports.shiftEvent = shiftEvent;
@@ -3,7 +3,8 @@
3
3
  var _chunk2OR4FUOAcjs = require('./chunk-2OR4FUOA.cjs');
4
4
 
5
5
 
6
- var _chunkVUSB2XY6cjs = require('./chunk-VUSB2XY6.cjs');
6
+
7
+ var _chunkGWCY4VMQcjs = require('./chunk-GWCY4VMQ.cjs');
7
8
 
8
9
 
9
10
  var _chunk5AZGAKWRcjs = require('./chunk-5AZGAKWR.cjs');
@@ -12,7 +13,8 @@ var _chunk5AZGAKWRcjs = require('./chunk-5AZGAKWR.cjs');
12
13
  var dom_exports = {};
13
14
  _chunk5AZGAKWRcjs.__export.call(void 0, dom_exports, {
14
15
  getLocus: () => _chunk2OR4FUOAcjs.getLocus,
15
- getShiftEvent: () => _chunkVUSB2XY6cjs.getShiftEvent
16
+ pressEvent: () => _chunkGWCY4VMQcjs.pressEvent,
17
+ shiftEvent: () => _chunkGWCY4VMQcjs.shiftEvent
16
18
  });
17
19
 
18
20
 
@@ -1,9 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkNGQKVTCRcjs = require('./chunk-NGQKVTCR.cjs');
4
-
5
-
6
- var _chunkZZEFL2TEcjs = require('./chunk-ZZEFL2TE.cjs');
3
+ var _chunk3YUI42XNcjs = require('./chunk-3YUI42XN.cjs');
7
4
 
8
5
 
9
6
  var _chunk2BY5RQHUcjs = require('./chunk-2BY5RQHU.cjs');
@@ -12,12 +9,15 @@ var _chunk2BY5RQHUcjs = require('./chunk-2BY5RQHU.cjs');
12
9
  var _chunkYGJOBIEOcjs = require('./chunk-YGJOBIEO.cjs');
13
10
 
14
11
 
12
+ var _chunkZZEFL2TEcjs = require('./chunk-ZZEFL2TE.cjs');
13
+
14
+
15
15
  var _chunk5AZGAKWRcjs = require('./chunk-5AZGAKWR.cjs');
16
16
 
17
17
  // packages/judge/index.ts
18
18
  var judge_exports = {};
19
19
  _chunk5AZGAKWRcjs.__export.call(void 0, judge_exports, {
20
- matchs: () => _chunkNGQKVTCRcjs.matchs,
20
+ matchs: () => _chunk3YUI42XNcjs.matchs,
21
21
  matchsEnd: () => _chunkYGJOBIEOcjs.matchsEnd,
22
22
  matchsStart: () => _chunkZZEFL2TEcjs.matchsStart,
23
23
  matchsWhole: () => _chunk2BY5RQHUcjs.matchsWhole
@@ -13,7 +13,7 @@ var eventTypes = {
13
13
  mouse: "mouseup"
14
14
  }
15
15
  };
16
- function getShiftEvent(dom, press, shift, release, dom1 = document) {
16
+ function pressEvent(dom, press, shift, release, dom1 = document) {
17
17
  foundEvent(
18
18
  "press",
19
19
  (e, t) => {
@@ -48,6 +48,28 @@ function getShiftEvent(dom, press, shift, release, dom1 = document) {
48
48
  dom
49
49
  );
50
50
  }
51
+ function shiftEvent(t, dom1, shift, release, is = true) {
52
+ let scoll;
53
+ if (shift) {
54
+ scoll = foundEventCallback("shift", shift, dom1, t);
55
+ }
56
+ if (release) {
57
+ const rcoll = foundEventCallback(
58
+ "release",
59
+ (e1, t1) => {
60
+ release(e1, t1);
61
+ if (is) {
62
+ if (scoll) {
63
+ dom1.removeEventListener(eventTypes.shift[t1], scoll);
64
+ }
65
+ dom1.removeEventListener(eventTypes.release[t1], rcoll);
66
+ }
67
+ },
68
+ dom1,
69
+ t
70
+ );
71
+ }
72
+ }
51
73
  function foundEvent(eventType, c, dom = document, type) {
52
74
  if (type != "mouse") {
53
75
  dom.addEventListener(eventTypes[eventType].touch, (event) => {
@@ -83,5 +105,6 @@ function foundEventCallback(eventType, c, dom = document, type) {
83
105
  }
84
106
 
85
107
  export {
86
- getShiftEvent
108
+ pressEvent,
109
+ shiftEvent
87
110
  };
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  matchs
3
- } from "./chunk-FRGDQOX4.js";
4
- import {
5
- matchsStart
6
- } from "./chunk-S6JRKYPY.js";
3
+ } from "./chunk-33X65PQS.js";
7
4
  import {
8
5
  matchsWhole
9
6
  } from "./chunk-IRGCP7KH.js";
10
7
  import {
11
8
  matchsEnd
12
9
  } from "./chunk-YNOFNHEK.js";
10
+ import {
11
+ matchsStart
12
+ } from "./chunk-S6JRKYPY.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-UICA3PK6.js";
@@ -2,8 +2,9 @@ import {
2
2
  getLocus
3
3
  } from "./chunk-Q63V2U5G.js";
4
4
  import {
5
- getShiftEvent
6
- } from "./chunk-C75LAFSJ.js";
5
+ pressEvent,
6
+ shiftEvent
7
+ } from "./chunk-LONK4QAC.js";
7
8
  import {
8
9
  __export
9
10
  } from "./chunk-UICA3PK6.js";
@@ -12,7 +13,8 @@ import {
12
13
  var dom_exports = {};
13
14
  __export(dom_exports, {
14
15
  getLocus: () => getLocus,
15
- getShiftEvent: () => getShiftEvent
16
+ pressEvent: () => pressEvent,
17
+ shiftEvent: () => shiftEvent
16
18
  });
17
19
 
18
20
  export {
@@ -1,7 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-IY6PZ3L6.cjs');
2
-
3
-
4
- var _chunkUGFSIZ5Pcjs = require('../chunk-UGFSIZ5P.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-NUIODPZJ.cjs');
5
2
 
6
3
 
7
4
  var _chunkVY5VQ7WEcjs = require('../chunk-VY5VQ7WE.cjs');
@@ -12,6 +9,9 @@ var _chunkUGS2F6DKcjs = require('../chunk-UGS2F6DK.cjs');
12
9
 
13
10
  var _chunk4X7AFGTVcjs = require('../chunk-4X7AFGTV.cjs');
14
11
  require('../chunk-LTVXRDTD.cjs');
12
+
13
+
14
+ var _chunkUGFSIZ5Pcjs = require('../chunk-UGFSIZ5P.cjs');
15
15
  require('../chunk-5AZGAKWR.cjs');
16
16
 
17
17
 
package/dist/css/index.js CHANGED
@@ -1,7 +1,4 @@
1
- import "../chunk-KLG6T6TF.js";
2
- import {
3
- fetchUnitValue
4
- } from "../chunk-WX3JYE47.js";
1
+ import "../chunk-SYJ6G63E.js";
5
2
  import {
6
3
  getPositionRelative
7
4
  } from "../chunk-MQHLAQQA.js";
@@ -12,6 +9,9 @@ import {
12
9
  setCss
13
10
  } from "../chunk-XUL6LPTN.js";
14
11
  import "../chunk-J7CICTHH.js";
12
+ import {
13
+ fetchUnitValue
14
+ } from "../chunk-WX3JYE47.js";
15
15
  import "../chunk-UICA3PK6.js";
16
16
  export {
17
17
  fetchUnitValue,
@@ -1,7 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkVUSB2XY6cjs = require('../chunk-VUSB2XY6.cjs');
3
+
4
+ var _chunkGWCY4VMQcjs = require('../chunk-GWCY4VMQ.cjs');
4
5
  require('../chunk-5AZGAKWR.cjs');
5
6
 
6
7
 
7
- exports.getShiftEvent = _chunkVUSB2XY6cjs.getShiftEvent;
8
+
9
+ exports.pressEvent = _chunkGWCY4VMQcjs.pressEvent; exports.shiftEvent = _chunkGWCY4VMQcjs.shiftEvent;
@@ -2,6 +2,7 @@ type SeatEvent = MouseEvent | Touch;
2
2
  type Type = 'touch' | 'mouse';
3
3
  type Callback = (e: SeatEvent, t: Type) => void;
4
4
  type Dom = HTMLElement | Document;
5
- declare function getShiftEvent(dom: HTMLElement, press: (e: SeatEvent) => any, shift?: Callback, release?: Callback, dom1?: Dom): void;
5
+ declare function pressEvent(dom: HTMLElement, press: (e: SeatEvent) => any, shift?: Callback, release?: Callback, dom1?: Dom): void;
6
+ declare function shiftEvent(t: Type, dom1: Dom, shift?: Callback, release?: Callback, is?: boolean): void;
6
7
 
7
- export { getShiftEvent };
8
+ export { pressEvent, shiftEvent };
@@ -1,7 +1,9 @@
1
1
  import {
2
- getShiftEvent
3
- } from "../chunk-C75LAFSJ.js";
2
+ pressEvent,
3
+ shiftEvent
4
+ } from "../chunk-LONK4QAC.js";
4
5
  import "../chunk-UICA3PK6.js";
5
6
  export {
6
- getShiftEvent
7
+ pressEvent,
8
+ shiftEvent
7
9
  };
@@ -1,12 +1,14 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-EFZXTFG3.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-JMKBSJEA.cjs');
2
2
 
3
3
 
4
4
  var _chunk2OR4FUOAcjs = require('../chunk-2OR4FUOA.cjs');
5
5
 
6
6
 
7
- var _chunkVUSB2XY6cjs = require('../chunk-VUSB2XY6.cjs');
7
+
8
+ var _chunkGWCY4VMQcjs = require('../chunk-GWCY4VMQ.cjs');
8
9
  require('../chunk-5AZGAKWR.cjs');
9
10
 
10
11
 
11
12
 
12
- exports.getLocus = _chunk2OR4FUOAcjs.getLocus; exports.getShiftEvent = _chunkVUSB2XY6cjs.getShiftEvent;
13
+
14
+ exports.getLocus = _chunk2OR4FUOAcjs.getLocus; exports.pressEvent = _chunkGWCY4VMQcjs.pressEvent; exports.shiftEvent = _chunkGWCY4VMQcjs.shiftEvent;
@@ -1,2 +1,2 @@
1
1
  export { getLocus } from './getLocus.js';
2
- export { getShiftEvent } from './getShiftEvent.js';
2
+ export { pressEvent, shiftEvent } from './getShiftEvent.js';
package/dist/dom/index.js CHANGED
@@ -1,12 +1,14 @@
1
- import "../chunk-DIDMCIXC.js";
1
+ import "../chunk-SSG53NQS.js";
2
2
  import {
3
3
  getLocus
4
4
  } from "../chunk-Q63V2U5G.js";
5
5
  import {
6
- getShiftEvent
7
- } from "../chunk-C75LAFSJ.js";
6
+ pressEvent,
7
+ shiftEvent
8
+ } from "../chunk-LONK4QAC.js";
8
9
  import "../chunk-UICA3PK6.js";
9
10
  export {
10
11
  getLocus,
11
- getShiftEvent
12
+ pressEvent,
13
+ shiftEvent
12
14
  };
@@ -0,0 +1,13 @@
1
+ import { i as index$1 } from './index-bd1b8c37.js';
2
+ import { i as index$2 } from './index-0f061f5b.js';
3
+ import { i as index$3 } from './index-1d6e286f.js';
4
+
5
+ declare namespace index {
6
+ export {
7
+ index$1 as array,
8
+ index$2 as object,
9
+ index$3 as string,
10
+ };
11
+ }
12
+
13
+ export { index as i };
@@ -0,0 +1,15 @@
1
+ import { getLocus } from './dom/getLocus.js';
2
+ import { pressEvent, shiftEvent } from './dom/getShiftEvent.js';
3
+
4
+ declare const index_getLocus: typeof getLocus;
5
+ declare const index_pressEvent: typeof pressEvent;
6
+ declare const index_shiftEvent: typeof shiftEvent;
7
+ declare namespace index {
8
+ export {
9
+ index_getLocus as getLocus,
10
+ index_pressEvent as pressEvent,
11
+ index_shiftEvent as shiftEvent,
12
+ };
13
+ }
14
+
15
+ export { index as i };
package/dist/index.cjs CHANGED
@@ -20,6 +20,9 @@ require('./chunk-FGQXKLTH.cjs');
20
20
  require('./chunk-IRKWYW5B.cjs');
21
21
 
22
22
 
23
+ var _chunkM7CD62S3cjs = require('./chunk-M7CD62S3.cjs');
24
+
25
+
23
26
  var _chunkAXAVKIR3cjs = require('./chunk-AXAVKIR3.cjs');
24
27
  require('./chunk-HCEAYQHS.cjs');
25
28
  require('./chunk-FP5ETUFZ.cjs');
@@ -32,22 +35,18 @@ require('./chunk-XHR36FJK.cjs');
32
35
  require('./chunk-WI55O3IV.cjs');
33
36
 
34
37
 
35
- var _chunkVYMN4FOMcjs = require('./chunk-VYMN4FOM.cjs');
36
-
37
-
38
- var _chunkEFZXTFG3cjs = require('./chunk-EFZXTFG3.cjs');
39
- require('./chunk-2OR4FUOA.cjs');
40
- require('./chunk-VUSB2XY6.cjs');
41
-
42
-
43
- var _chunkM7CD62S3cjs = require('./chunk-M7CD62S3.cjs');
38
+ var _chunkNUIODPZJcjs = require('./chunk-NUIODPZJ.cjs');
39
+ require('./chunk-VY5VQ7WE.cjs');
40
+ require('./chunk-UGS2F6DK.cjs');
41
+ require('./chunk-4X7AFGTV.cjs');
42
+ require('./chunk-LTVXRDTD.cjs');
44
43
 
45
44
 
46
- var _chunkZLCUSADUcjs = require('./chunk-ZLCUSADU.cjs');
47
- require('./chunk-NGQKVTCR.cjs');
48
- require('./chunk-ZZEFL2TE.cjs');
45
+ var _chunkL6DY4GCHcjs = require('./chunk-L6DY4GCH.cjs');
46
+ require('./chunk-3YUI42XN.cjs');
49
47
  require('./chunk-2BY5RQHU.cjs');
50
48
  require('./chunk-YGJOBIEO.cjs');
49
+ require('./chunk-ZZEFL2TE.cjs');
51
50
 
52
51
 
53
52
  var _chunkDBKEZO7Qcjs = require('./chunk-DBKEZO7Q.cjs');
@@ -67,20 +66,21 @@ require('./chunk-UFYLVZNU.cjs');
67
66
  require('./chunk-3HXQ7TGV.cjs');
68
67
  require('./chunk-JR6ZN6QD.cjs');
69
68
  require('./chunk-PW7RP73J.cjs');
70
- require('./chunk-UEVMS6QD.cjs');
71
- require('./chunk-OQL4GIEJ.cjs');
72
69
  require('./chunk-A5LHXE5X.cjs');
73
70
  require('./chunk-MIC3W2VY.cjs');
74
71
  require('./chunk-ISHLY7WM.cjs');
72
+ require('./chunk-UEVMS6QD.cjs');
73
+ require('./chunk-OQL4GIEJ.cjs');
75
74
 
76
75
 
77
- var _chunkIY6PZ3L6cjs = require('./chunk-IY6PZ3L6.cjs');
78
- require('./chunk-UGFSIZ5P.cjs');
79
- require('./chunk-VY5VQ7WE.cjs');
80
- require('./chunk-UGS2F6DK.cjs');
81
- require('./chunk-4X7AFGTV.cjs');
82
- require('./chunk-LTVXRDTD.cjs');
76
+ var _chunkVYMN4FOMcjs = require('./chunk-VYMN4FOM.cjs');
83
77
  require('./chunk-EWXBN4VG.cjs');
78
+
79
+
80
+ var _chunkJMKBSJEAcjs = require('./chunk-JMKBSJEA.cjs');
81
+ require('./chunk-2OR4FUOA.cjs');
82
+ require('./chunk-GWCY4VMQ.cjs');
83
+ require('./chunk-UGFSIZ5P.cjs');
84
84
  require('./chunk-5AZGAKWR.cjs');
85
85
 
86
86
 
@@ -94,4 +94,4 @@ require('./chunk-5AZGAKWR.cjs');
94
94
 
95
95
 
96
96
 
97
- exports.basic = _chunkDBKEZO7Qcjs.basic_exports; exports.css = _chunkIY6PZ3L6cjs.css_exports; exports.dom = _chunkEFZXTFG3cjs.dom_exports; exports.html = _chunkVYMN4FOMcjs.html_exports; exports.iss = _chunkM7CD62S3cjs.iss_exports; exports.judge = _chunkZLCUSADUcjs.judge_exports; exports.load = _chunkAXAVKIR3cjs.load_exports; exports.log = _chunkJ7SPTSZMcjs.log_exports; exports.name = _chunkMVG6E6RRcjs.name_exports; exports.node = _chunkQZVMLHFWcjs.node_exports; exports.urls = _chunkRAPGCAN7cjs.urls_exports;
97
+ exports.basic = _chunkDBKEZO7Qcjs.basic_exports; exports.css = _chunkNUIODPZJcjs.css_exports; exports.dom = _chunkJMKBSJEAcjs.dom_exports; exports.html = _chunkVYMN4FOMcjs.html_exports; exports.iss = _chunkM7CD62S3cjs.iss_exports; exports.judge = _chunkL6DY4GCHcjs.judge_exports; exports.load = _chunkAXAVKIR3cjs.load_exports; exports.log = _chunkJ7SPTSZMcjs.log_exports; exports.name = _chunkMVG6E6RRcjs.name_exports; exports.node = _chunkQZVMLHFWcjs.node_exports; exports.urls = _chunkRAPGCAN7cjs.urls_exports;
package/dist/index.d.ts CHANGED
@@ -1,57 +1,56 @@
1
- export { i as basic } from './index-08db9cfb.js';
2
- export { i as dom } from './index-a4e16593.js';
1
+ export { i as basic } from './index-02513706.js';
3
2
  export { i as css } from './index-c2217c22.js';
4
- export { i as iss } from './index-38b73962.js';
5
- export { i as judge } from './index-445fe401.js';
3
+ export { i as html } from './index-da501f98.js';
4
+ export { i as iss } from './index-09cd203a.js';
5
+ export { i as dom } from './index-0c98c4a5.js';
6
6
  export { i as load } from './index-84b0c6c3.js';
7
+ export { i as judge } from './index-445fe401.js';
8
+ export { i as name } from './index-a65f6120.js';
7
9
  export { i as log } from './index-ef15848a.js';
8
- export { i as html } from './index-da501f98.js';
10
+ export { i as urls } from './index-42672b09.js';
9
11
  export { i as node } from './index-130ae781.js';
10
- export { i as name } from './index-a65f6120.js';
11
- export { i as urls } from './index-a5feaf9c.js';
12
- import './index-f842d03d.js';
12
+ import './index-bd1b8c37.js';
13
13
  import './basic/array/asyncMergeArray.js';
14
14
  import './basic/array/duplicateRemoval.js';
15
- import './basic/array/toggleArray.js';
16
15
  import './basic/array/replaceAfter.js';
17
16
  import './basic/array/isArray.js';
18
- import './index-88882192.js';
17
+ import './basic/array/toggleArray.js';
18
+ import './index-0f061f5b.js';
19
19
  import './basic/object/attrValueSort.js';
20
20
  import './basic/object/filterObject.js';
21
- import './basic/object/isObjectArray.js';
22
21
  import './basic/object/isObject.js';
22
+ import './basic/object/isObjectArray.js';
23
23
  import './basic/object/mergeObject.js';
24
24
  import './basic/object/unmergeObject.js';
25
- import './index-55a45fb2.js';
25
+ import './index-1d6e286f.js';
26
26
  import './basic/string/appearNum.js';
27
- import './basic/string/appearNumSeat.js';
28
27
  import './basic/string/firstLower.js';
29
- import './basic/string/getStartSame.js';
28
+ import './basic/string/appearNumSeat.js';
30
29
  import './basic/string/firstUpper.js';
31
- import './basic/string/splitUpper.js';
30
+ import './basic/string/getStartSame.js';
32
31
  import './basic/string/getStartSames.js';
33
- import './dom/getLocus.js';
34
- import './dom/getShiftEvent.js';
32
+ import './basic/string/splitUpper.js';
35
33
  import './css/fetchUnitValue.js';
36
34
  import './css/getCss.js';
37
35
  import './css/getPositionRelative.js';
38
36
  import './css/setCss.js';
37
+ import './html/htmlEscape.js';
38
+ import './dom/getLocus.js';
39
+ import './dom/getShiftEvent.js';
40
+ import './load/getSynch.js';
41
+ import './load/loadScript.js';
39
42
  import './judge/matchs.js';
40
43
  import './judge/matchsEnd.js';
41
44
  import './judge/matchsStart.js';
42
45
  import './judge/matchsWhole.js';
43
- import './load/getSynch.js';
44
- import './load/loadScript.js';
45
- import './log/styleLog.js';
46
- import './html/htmlEscape.js';
47
- import './node/getPort.js';
48
46
  import './name/getComponentNames.js';
49
47
  import './name/getNames.js';
50
48
  import './name/humpToLine.js';
51
49
  import './name/lineToLargeHump.js';
52
50
  import './name/lineToSmallHump.js';
53
- import './urls/getImportUrlSuffix.js';
51
+ import './log/styleLog.js';
54
52
  import './urls/getImportUrl.js';
53
+ import './urls/getImportUrlSuffix.js';
55
54
  import './urls/getNewFileName.js';
56
55
  import './urls/getReplaceImportUrl.js';
57
56
  import './urls/getReplaceUrl.js';
@@ -59,3 +58,4 @@ import './urls/getSuffix.js';
59
58
  import './urls/getUrlCatalogue.js';
60
59
  import './urls/getUrlCatalogueLast.js';
61
60
  import './urls/getUrlCatalogueObj.js';
61
+ import './node/getPort.js';
package/dist/index.js CHANGED
@@ -18,6 +18,9 @@ import {
18
18
  } from "./chunk-Y5WYKSYG.js";
19
19
  import "./chunk-QJVB3JIZ.js";
20
20
  import "./chunk-AWC672JW.js";
21
+ import {
22
+ iss_exports
23
+ } from "./chunk-2MCEAUE7.js";
21
24
  import {
22
25
  load_exports
23
26
  } from "./chunk-XCTPS2CO.js";
@@ -31,23 +34,19 @@ import "./chunk-VRRDYCUH.js";
31
34
  import "./chunk-AM67P3W7.js";
32
35
  import "./chunk-XCDKXZFR.js";
33
36
  import {
34
- html_exports
35
- } from "./chunk-XAQM2IVP.js";
36
- import {
37
- dom_exports
38
- } from "./chunk-DIDMCIXC.js";
39
- import "./chunk-Q63V2U5G.js";
40
- import "./chunk-C75LAFSJ.js";
41
- import {
42
- iss_exports
43
- } from "./chunk-2MCEAUE7.js";
37
+ css_exports
38
+ } from "./chunk-SYJ6G63E.js";
39
+ import "./chunk-MQHLAQQA.js";
40
+ import "./chunk-5RZYHE3X.js";
41
+ import "./chunk-XUL6LPTN.js";
42
+ import "./chunk-J7CICTHH.js";
44
43
  import {
45
44
  judge_exports
46
- } from "./chunk-V3AYCU2W.js";
47
- import "./chunk-FRGDQOX4.js";
48
- import "./chunk-S6JRKYPY.js";
45
+ } from "./chunk-NSG7ZMXT.js";
46
+ import "./chunk-33X65PQS.js";
49
47
  import "./chunk-IRGCP7KH.js";
50
48
  import "./chunk-YNOFNHEK.js";
49
+ import "./chunk-S6JRKYPY.js";
51
50
  import {
52
51
  basic_exports
53
52
  } from "./chunk-Y3LBTRY4.js";
@@ -67,20 +66,21 @@ import "./chunk-T4BAVDTH.js";
67
66
  import "./chunk-SNABGVNO.js";
68
67
  import "./chunk-DMZP4RPN.js";
69
68
  import "./chunk-A276ZDLP.js";
70
- import "./chunk-4OBNLDTJ.js";
71
- import "./chunk-EWJJKQIO.js";
72
69
  import "./chunk-GYE23WAN.js";
73
70
  import "./chunk-MXY4W3K5.js";
74
71
  import "./chunk-5PX3AFSC.js";
72
+ import "./chunk-4OBNLDTJ.js";
73
+ import "./chunk-EWJJKQIO.js";
75
74
  import {
76
- css_exports
77
- } from "./chunk-KLG6T6TF.js";
78
- import "./chunk-WX3JYE47.js";
79
- import "./chunk-MQHLAQQA.js";
80
- import "./chunk-5RZYHE3X.js";
81
- import "./chunk-XUL6LPTN.js";
82
- import "./chunk-J7CICTHH.js";
75
+ html_exports
76
+ } from "./chunk-XAQM2IVP.js";
83
77
  import "./chunk-NCSN3MC5.js";
78
+ import {
79
+ dom_exports
80
+ } from "./chunk-SSG53NQS.js";
81
+ import "./chunk-Q63V2U5G.js";
82
+ import "./chunk-LONK4QAC.js";
83
+ import "./chunk-WX3JYE47.js";
84
84
  import "./chunk-UICA3PK6.js";
85
85
  export {
86
86
  basic_exports as basic,