@fangzhongya/utils 0.0.8-59 → 0.0.8-60

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 (130) hide show
  1. package/dist/basic/array/asyncMergeArray.d.ts +9 -0
  2. package/dist/basic/array/deleteArray.d.ts +6 -0
  3. package/dist/basic/array/duplicateRemoval.d.ts +9 -0
  4. package/dist/basic/array/index.d.ts +6 -0
  5. package/dist/basic/array/isArray.d.ts +8 -0
  6. package/dist/basic/array/replaceAfter.d.ts +10 -0
  7. package/dist/basic/array/toggleArray.d.ts +10 -0
  8. package/dist/basic/index.cjs +13 -13
  9. package/dist/basic/index.d.ts +28 -0
  10. package/dist/basic/index.js +12 -12
  11. package/dist/basic/object/attrValueSort.d.ts +12 -0
  12. package/dist/basic/object/deepCopy.d.ts +8 -0
  13. package/dist/basic/object/filterObject.d.ts +14 -0
  14. package/dist/basic/object/getSort.d.ts +10 -0
  15. package/dist/basic/object/hasOwn.d.ts +9 -0
  16. package/dist/basic/object/index.cjs +7 -7
  17. package/dist/basic/object/index.d.ts +10 -0
  18. package/dist/basic/object/index.js +7 -7
  19. package/dist/basic/object/isObject.d.ts +8 -0
  20. package/dist/basic/object/isObjectArray.d.ts +8 -0
  21. package/dist/basic/object/mergeObject.d.ts +11 -0
  22. package/dist/basic/object/setSort.d.ts +7 -0
  23. package/dist/basic/object/unmergeObject.d.ts +11 -0
  24. package/dist/basic/string/appearNum.d.ts +9 -0
  25. package/dist/basic/string/appearNumSeat.d.ts +10 -0
  26. package/dist/basic/string/firstLower.d.ts +8 -0
  27. package/dist/basic/string/firstUpper.d.ts +8 -0
  28. package/dist/basic/string/getStartSame.d.ts +9 -0
  29. package/dist/basic/string/getStartSames.d.ts +9 -0
  30. package/dist/basic/string/index.cjs +8 -8
  31. package/dist/basic/string/index.d.ts +9 -0
  32. package/dist/basic/string/index.js +10 -10
  33. package/dist/basic/string/splitUpper.d.ts +8 -0
  34. package/dist/basic/string/toFunction.d.ts +11 -0
  35. package/dist/basic/string/toJson.cjs +2 -2
  36. package/dist/basic/string/toJson.d.ts +7 -0
  37. package/dist/basic/string/toJson.js +1 -1
  38. package/dist/{chunk-OQDAVZWR.js → chunk-AFKJQ4QP.js} +2 -2
  39. package/dist/{chunk-OMXTYP47.js → chunk-HWOO7GVI.js} +4 -4
  40. package/dist/{chunk-H2XAO7U3.cjs → chunk-JYPJ5QJ5.cjs} +2 -2
  41. package/dist/{chunk-6ZCNB7A3.cjs → chunk-LPDYEUMB.cjs} +2 -2
  42. package/dist/{chunk-R3KKSNRC.js → chunk-MYS6DR74.js} +1 -1
  43. package/dist/{chunk-YU7XPYOG.cjs → chunk-PCS4RBZZ.cjs} +8 -8
  44. package/dist/{chunk-W2ZCQBOD.js → chunk-SRPYR2RT.js} +9 -9
  45. package/dist/{chunk-L6PI3FGQ.cjs → chunk-UJS77V4S.cjs} +4 -4
  46. package/dist/{chunk-ZQX2TYQB.js → chunk-V3AYCU2W.js} +4 -4
  47. package/dist/{chunk-SYXWQKOO.cjs → chunk-ZLCUSADU.cjs} +5 -5
  48. package/dist/css/fetchUnitValue.d.ts +10 -0
  49. package/dist/css/getAttrObj.d.ts +11 -0
  50. package/dist/css/getCss.d.ts +9 -0
  51. package/dist/css/getPositionRelative.d.ts +7 -0
  52. package/dist/css/getPrentClass.d.ts +7 -0
  53. package/dist/css/getPrentCorres.d.ts +7 -0
  54. package/dist/css/getSVG.d.ts +14 -0
  55. package/dist/css/index.d.ts +8 -0
  56. package/dist/css/setCss.d.ts +11 -0
  57. package/dist/dom/getLocus.d.ts +14 -0
  58. package/dist/dom/getShiftEvent.d.ts +25 -0
  59. package/dist/dom/index.d.ts +2 -0
  60. package/dist/html/analysisHtml.d.ts +13 -0
  61. package/dist/html/htmlEscape.d.ts +8 -0
  62. package/dist/html/index.d.ts +2 -0
  63. package/dist/index-09cd203a.d.ts +16 -0
  64. package/dist/index-123cda08.d.ts +25 -0
  65. package/dist/index-130ae781.d.ts +10 -0
  66. package/dist/index-22ee0e10.d.ts +13 -0
  67. package/dist/index-42672b09.d.ts +36 -0
  68. package/dist/index-445fe401.d.ts +19 -0
  69. package/dist/index-4d550d78.d.ts +38 -0
  70. package/dist/index-5aea66bb.d.ts +21 -0
  71. package/dist/index-614c8bf9.d.ts +31 -0
  72. package/dist/index-84b0c6c3.d.ts +13 -0
  73. package/dist/index-a65f6120.d.ts +22 -0
  74. package/dist/index-ae0241ec.d.ts +13 -0
  75. package/dist/index-bc08cd32.d.ts +14 -0
  76. package/dist/index-ed8c0e9f.d.ts +37 -0
  77. package/dist/index-ef15848a.d.ts +10 -0
  78. package/dist/index.cjs +21 -21
  79. package/dist/index.d.ts +75 -0
  80. package/dist/index.js +20 -20
  81. package/dist/iss/index.d.ts +3 -0
  82. package/dist/judge/index.cjs +6 -6
  83. package/dist/judge/index.d.ts +4 -0
  84. package/dist/judge/index.js +5 -5
  85. package/dist/judge/matchs.cjs +3 -3
  86. package/dist/judge/matchs.d.ts +10 -0
  87. package/dist/judge/matchs.js +2 -2
  88. package/dist/judge/matchsEnd.d.ts +9 -0
  89. package/dist/judge/matchsStart.d.ts +9 -0
  90. package/dist/judge/matchsWhole.d.ts +9 -0
  91. package/dist/load/getSynch.d.ts +8 -0
  92. package/dist/load/index.cjs +3 -3
  93. package/dist/load/index.d.ts +2 -0
  94. package/dist/load/index.js +4 -4
  95. package/dist/load/loadScript.d.ts +3 -0
  96. package/dist/log/index.d.ts +1 -0
  97. package/dist/log/styleLog.d.ts +68 -0
  98. package/dist/name/getComponentNames.d.ts +8 -0
  99. package/dist/name/getNames.d.ts +8 -0
  100. package/dist/name/humpToLine.d.ts +8 -0
  101. package/dist/name/index.d.ts +5 -0
  102. package/dist/name/lineToLargeHump.d.ts +8 -0
  103. package/dist/name/lineToSmallHump.d.ts +8 -0
  104. package/dist/node/getPort.d.ts +13 -0
  105. package/dist/node/index.d.ts +1 -0
  106. package/dist/tree/getTreeObj.d.ts +26 -0
  107. package/dist/tree/index.d.ts +1 -0
  108. package/dist/urls/getImportUrl.d.ts +9 -0
  109. package/dist/urls/getImportUrlSuffix.d.ts +9 -0
  110. package/dist/urls/getNewFileName.d.ts +8 -0
  111. package/dist/urls/getReplaceImportUrl.d.ts +9 -0
  112. package/dist/urls/getReplaceUrl.cjs +3 -3
  113. package/dist/urls/getReplaceUrl.d.ts +9 -0
  114. package/dist/urls/getReplaceUrl.js +2 -2
  115. package/dist/urls/getSuffix.d.ts +8 -0
  116. package/dist/urls/getUrlCatalogue.d.ts +8 -0
  117. package/dist/urls/getUrlCatalogueLast.d.ts +8 -0
  118. package/dist/urls/getUrlCatalogueObj.d.ts +17 -0
  119. package/dist/urls/index.cjs +4 -4
  120. package/dist/urls/index.d.ts +9 -0
  121. package/dist/urls/index.js +3 -3
  122. package/package.json +1 -1
  123. package/dist/{chunk-G3X2FVWM.cjs → chunk-5BJORXPX.cjs} +6 -6
  124. package/dist/{chunk-4MDPNVDF.cjs → chunk-6RIGEV6G.cjs} +2 -2
  125. package/dist/{chunk-AW3EGUGB.cjs → chunk-AXAVKIR3.cjs} +2 -2
  126. package/dist/{chunk-246IMSBF.js → chunk-CO347JUB.js} +6 -6
  127. package/dist/{chunk-T2QKEABG.js → chunk-FRGDQOX4.js} +3 -3
  128. package/dist/{chunk-T22I7TJQ.cjs → chunk-NGQKVTCR.cjs} +3 -3
  129. package/dist/{chunk-PN4OFZGM.js → chunk-XCTPS2CO.js} +3 -3
  130. package/dist/{chunk-QRPNQFNF.js → chunk-ZRZ5HATA.js} +3 -3
@@ -6,7 +6,7 @@ var _chunk43VE3KXLcjs = require('./chunk-43VE3KXL.cjs');
6
6
  var _chunkRFUD3TOQcjs = require('./chunk-RFUD3TOQ.cjs');
7
7
 
8
8
 
9
- var _chunk4MDPNVDFcjs = require('./chunk-4MDPNVDF.cjs');
9
+ var _chunk6RIGEV6Gcjs = require('./chunk-6RIGEV6G.cjs');
10
10
 
11
11
 
12
12
  var _chunk6A6EAFGLcjs = require('./chunk-6A6EAFGL.cjs');
@@ -36,7 +36,7 @@ _chunk5AZGAKWRcjs.__export.call(void 0, urls_exports, {
36
36
  getImportUrlSuffix: () => _chunk27WA7EI2cjs.getImportUrlSuffix,
37
37
  getNewFileName: () => _chunk43VE3KXLcjs.getNewFileName,
38
38
  getReplaceImportUrl: () => _chunkRFUD3TOQcjs.getReplaceImportUrl,
39
- getReplaceUrl: () => _chunk4MDPNVDFcjs.getReplaceUrl,
39
+ getReplaceUrl: () => _chunk6RIGEV6Gcjs.getReplaceUrl,
40
40
  getSuffix: () => _chunk6A6EAFGLcjs.getSuffix,
41
41
  getUrlCatalogue: () => _chunkCP2ZSRMUcjs.getUrlCatalogue,
42
42
  getUrlCatalogueLast: () => _chunk3ERQHPTDcjs.getUrlCatalogueLast,
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-ZJHRAMCL.js";
7
7
  import {
8
8
  getReplaceUrl
9
- } from "./chunk-QRPNQFNF.js";
9
+ } from "./chunk-ZRZ5HATA.js";
10
10
  import {
11
11
  getSuffix
12
12
  } from "./chunk-UOADEBDH.js";
@@ -1,25 +1,25 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
-
4
- var _chunkH2XAO7U3cjs = require('./chunk-H2XAO7U3.cjs');
3
+ var _chunkL7FSHU27cjs = require('./chunk-L7FSHU27.cjs');
5
4
 
6
5
 
7
- var _chunkJ7S3KBHLcjs = require('./chunk-J7S3KBHL.cjs');
8
6
 
9
-
10
- var _chunkL7FSHU27cjs = require('./chunk-L7FSHU27.cjs');
7
+ var _chunkJYPJ5QJ5cjs = require('./chunk-JYPJ5QJ5.cjs');
11
8
 
12
9
 
13
10
 
14
11
  var _chunkZJIRJ4YJcjs = require('./chunk-ZJIRJ4YJ.cjs');
15
12
 
16
13
 
17
- var _chunkJR6ZN6QDcjs = require('./chunk-JR6ZN6QD.cjs');
14
+ var _chunkJ7S3KBHLcjs = require('./chunk-J7S3KBHL.cjs');
18
15
 
19
16
 
20
17
  var _chunk3HXQ7TGVcjs = require('./chunk-3HXQ7TGV.cjs');
21
18
 
22
19
 
20
+ var _chunkJR6ZN6QDcjs = require('./chunk-JR6ZN6QD.cjs');
21
+
22
+
23
23
  var _chunkPW7RP73Jcjs = require('./chunk-PW7RP73J.cjs');
24
24
 
25
25
 
@@ -43,8 +43,8 @@ _chunk5AZGAKWRcjs.__export.call(void 0, string_exports, {
43
43
  getStartSames: () => _chunkPW7RP73Jcjs.getStartSames,
44
44
  splitUpper: () => _chunkL7FSHU27cjs.splitUpper,
45
45
  toFunction: () => _chunkZJIRJ4YJcjs.toFunction,
46
- toJSONParse: () => _chunkH2XAO7U3cjs.toJSONParse,
47
- toJSONStringify: () => _chunkH2XAO7U3cjs.toJSONStringify
46
+ toJSONParse: () => _chunkJYPJ5QJ5cjs.toJSONParse,
47
+ toJSONStringify: () => _chunkJYPJ5QJ5cjs.toJSONStringify
48
48
  });
49
49
 
50
50
 
@@ -1,23 +1,23 @@
1
- import {
2
- toJSONParse,
3
- toJSONStringify
4
- } from "./chunk-OQDAVZWR.js";
5
- import {
6
- getStartSame
7
- } from "./chunk-7DTHADVK.js";
8
1
  import {
9
2
  splitUpper
10
3
  } from "./chunk-VKE5JARB.js";
4
+ import {
5
+ toJSONParse,
6
+ toJSONStringify
7
+ } from "./chunk-AFKJQ4QP.js";
11
8
  import {
12
9
  getFunctionFormat,
13
10
  toFunction
14
11
  } from "./chunk-6YI3CDEW.js";
15
12
  import {
16
- appearNumSeat
17
- } from "./chunk-DMZP4RPN.js";
13
+ getStartSame
14
+ } from "./chunk-7DTHADVK.js";
18
15
  import {
19
16
  appearNum
20
17
  } from "./chunk-SNABGVNO.js";
18
+ import {
19
+ appearNumSeat
20
+ } from "./chunk-DMZP4RPN.js";
21
21
  import {
22
22
  getStartSames
23
23
  } from "./chunk-A276ZDLP.js";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkG3X2FVWMcjs = require('./chunk-G3X2FVWM.cjs');
3
+ var _chunkPCS4RBZZcjs = require('./chunk-PCS4RBZZ.cjs');
4
4
 
5
5
 
6
- var _chunkYU7XPYOGcjs = require('./chunk-YU7XPYOG.cjs');
6
+ var _chunk5BJORXPXcjs = require('./chunk-5BJORXPX.cjs');
7
7
 
8
8
 
9
9
  var _chunkNMA3RPU4cjs = require('./chunk-NMA3RPU4.cjs');
@@ -15,8 +15,8 @@ var _chunk5AZGAKWRcjs = require('./chunk-5AZGAKWR.cjs');
15
15
  var basic_exports = {};
16
16
  _chunk5AZGAKWRcjs.__export.call(void 0, basic_exports, {
17
17
  array: () => _chunkNMA3RPU4cjs.array_exports,
18
- object: () => _chunkG3X2FVWMcjs.object_exports,
19
- string: () => _chunkYU7XPYOGcjs.string_exports
18
+ object: () => _chunk5BJORXPXcjs.object_exports,
19
+ string: () => _chunkPCS4RBZZcjs.string_exports
20
20
  });
21
21
 
22
22
 
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  matchs
3
- } from "./chunk-T2QKEABG.js";
4
- import {
5
- matchsEnd
6
- } from "./chunk-YNOFNHEK.js";
3
+ } from "./chunk-FRGDQOX4.js";
7
4
  import {
8
5
  matchsStart
9
6
  } from "./chunk-S6JRKYPY.js";
10
7
  import {
11
8
  matchsWhole
12
9
  } from "./chunk-IRGCP7KH.js";
10
+ import {
11
+ matchsEnd
12
+ } from "./chunk-YNOFNHEK.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-UICA3PK6.js";
@@ -1,9 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkT22I7TJQcjs = require('./chunk-T22I7TJQ.cjs');
4
-
5
-
6
- var _chunkYGJOBIEOcjs = require('./chunk-YGJOBIEO.cjs');
3
+ var _chunkNGQKVTCRcjs = require('./chunk-NGQKVTCR.cjs');
7
4
 
8
5
 
9
6
  var _chunkZZEFL2TEcjs = require('./chunk-ZZEFL2TE.cjs');
@@ -12,12 +9,15 @@ var _chunkZZEFL2TEcjs = require('./chunk-ZZEFL2TE.cjs');
12
9
  var _chunk2BY5RQHUcjs = require('./chunk-2BY5RQHU.cjs');
13
10
 
14
11
 
12
+ var _chunkYGJOBIEOcjs = require('./chunk-YGJOBIEO.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: () => _chunkT22I7TJQcjs.matchs,
20
+ matchs: () => _chunkNGQKVTCRcjs.matchs,
21
21
  matchsEnd: () => _chunkYGJOBIEOcjs.matchsEnd,
22
22
  matchsStart: () => _chunkZZEFL2TEcjs.matchsStart,
23
23
  matchsWhole: () => _chunk2BY5RQHUcjs.matchsWhole
@@ -0,0 +1,10 @@
1
+ /**
2
+ * 提取单位值
3
+ * @param text
4
+ * @param str
5
+ * @param callback
6
+ * @returns
7
+ */
8
+ declare function fetchUnitValue(text: string, str: string, callback?: (n: number, dw: string, yss: string, i: number) => string): string;
9
+
10
+ export { fetchUnitValue };
@@ -0,0 +1,11 @@
1
+ type ObjStr = {
2
+ [key: string]: string;
3
+ };
4
+ /**
5
+ * 获取属性对象
6
+ * @param str
7
+ * @returns
8
+ */
9
+ declare function getAttrObj(str: string): ObjStr;
10
+
11
+ export { getAttrObj };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * 获取对应的属性值
3
+ * @param elem
4
+ * @param style
5
+ * @returns
6
+ */
7
+ declare function getCss(elem: Element, style: string): any;
8
+
9
+ export { getCss };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 获取当前元素上父元素的relative的位置
3
+ * @param el
4
+ */
5
+ declare function getPositionRelative(el: HTMLElement, str?: string): HTMLElement;
6
+
7
+ export { getPositionRelative };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 获取当前元素或者匹配父类元素的对应样式
3
+ * @param el
4
+ */
5
+ declare function getPrentClass(el: HTMLElement, cs: string): HTMLElement | undefined;
6
+
7
+ export { getPrentClass };
@@ -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 };
@@ -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 };
@@ -0,0 +1,8 @@
1
+ export { fetchUnitValue } from './fetchUnitValue.js';
2
+ export { getAttrObj } from './getAttrObj.js';
3
+ export { getCss } from './getCss.js';
4
+ export { getPositionRelative } from './getPositionRelative.js';
5
+ export { getPrentClass } from './getPrentClass.js';
6
+ export { getPrentCorres } from './getPrentCorres.js';
7
+ export { getSVG } from './getSVG.js';
8
+ export { setCss } from './setCss.js';
@@ -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 };
@@ -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 };
@@ -0,0 +1,25 @@
1
+ type SeatEvent = MouseEvent | Touch;
2
+ type Type = 'touch' | 'mouse';
3
+ type Callback = (e: SeatEvent, t: Type, te?: TouchEvent) => void;
4
+ type Dom = HTMLElement | Document;
5
+ declare const eventTypes: {
6
+ press: {
7
+ touch: string;
8
+ mouse: string;
9
+ };
10
+ shift: {
11
+ touch: string;
12
+ mouse: string;
13
+ };
14
+ release: {
15
+ touch: string;
16
+ mouse: string;
17
+ };
18
+ };
19
+ type EventTypeKey = keyof typeof eventTypes;
20
+ declare function pressEvent(dom: HTMLElement, press: (e: SeatEvent, t?: Type, te?: TouchEvent) => any, shift?: Callback, release?: Callback, dom1?: Dom): void;
21
+ declare function shiftEvent(t: Type, dom1: Dom, shift?: Callback, release?: Callback, is?: boolean): void;
22
+ declare function foundEvent(eventType: EventTypeKey, c: Callback, dom?: Dom, type?: Type): void;
23
+ declare function foundEventCallback(eventType: EventTypeKey, c: Callback, dom?: Dom, type?: Type): (event: Event) => void;
24
+
25
+ export { SeatEvent, foundEvent, foundEventCallback, pressEvent, shiftEvent };
@@ -0,0 +1,2 @@
1
+ export { getLocus } from './getLocus.js';
2
+ export { SeatEvent, foundEvent, foundEventCallback, pressEvent, shiftEvent } from './getShiftEvent.js';
@@ -0,0 +1,13 @@
1
+ type HtmlObj = {
2
+ div: string;
3
+ attr: {
4
+ [key: string]: string | number | undefined;
5
+ } | undefined;
6
+ value: Array<HtmlObj | string>;
7
+ };
8
+ /**
9
+ * 解析html字符串
10
+ */
11
+ declare function analysisHtml(str: string): (string | HtmlObj)[];
12
+
13
+ export { analysisHtml };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * 格式html字符串
3
+ * @param str
4
+ * @returns
5
+ */
6
+ declare function htmlEscape(str: string): string;
7
+
8
+ export { htmlEscape };
@@ -0,0 +1,2 @@
1
+ export { analysisHtml } from './analysisHtml.js';
2
+ export { htmlEscape } from './htmlEscape.js';
@@ -0,0 +1,16 @@
1
+ import { isArray } from './basic/array/isArray.js';
2
+ import { isObject } from './basic/object/isObject.js';
3
+ import { isObjectArray } from './basic/object/isObjectArray.js';
4
+
5
+ declare const index_isArray: typeof isArray;
6
+ declare const index_isObject: typeof isObject;
7
+ declare const index_isObjectArray: typeof isObjectArray;
8
+ declare namespace index {
9
+ export {
10
+ index_isArray as isArray,
11
+ index_isObject as isObject,
12
+ index_isObjectArray as isObjectArray,
13
+ };
14
+ }
15
+
16
+ export { index as i };
@@ -0,0 +1,25 @@
1
+ import { asyncMergeArray } from './basic/array/asyncMergeArray.js';
2
+ import { deleteArray } from './basic/array/deleteArray.js';
3
+ import { duplicateRemoval } from './basic/array/duplicateRemoval.js';
4
+ import { isArray } from './basic/array/isArray.js';
5
+ import { replaceAfter } from './basic/array/replaceAfter.js';
6
+ import { toggleArray } from './basic/array/toggleArray.js';
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 {
16
+ index_asyncMergeArray as asyncMergeArray,
17
+ index_deleteArray as deleteArray,
18
+ index_duplicateRemoval as duplicateRemoval,
19
+ index_isArray as isArray,
20
+ index_replaceAfter as replaceAfter,
21
+ index_toggleArray as toggleArray,
22
+ };
23
+ }
24
+
25
+ export { index as i };
@@ -0,0 +1,10 @@
1
+ import { getPort } from './node/getPort.js';
2
+
3
+ declare const index_getPort: typeof getPort;
4
+ declare namespace index {
5
+ export {
6
+ index_getPort as getPort,
7
+ };
8
+ }
9
+
10
+ export { index as i };
@@ -0,0 +1,13 @@
1
+ import { i as index$1 } from './index-123cda08.js';
2
+ import { i as index$2 } from './index-ed8c0e9f.js';
3
+ import { i as index$3 } from './index-4d550d78.js';
4
+
5
+ declare namespace index {
6
+ export {
7
+ index$1 as array,
8
+ index$2 as object,
9
+ index$3 as string,
10
+ };
11
+ }
12
+
13
+ export { index as i };
@@ -0,0 +1,36 @@
1
+ import { getImportUrl } from './urls/getImportUrl.js';
2
+ import { getImportUrlSuffix } from './urls/getImportUrlSuffix.js';
3
+ import { getNewFileName } from './urls/getNewFileName.js';
4
+ import { getReplaceImportUrl } from './urls/getReplaceImportUrl.js';
5
+ import { getReplaceUrl } from './urls/getReplaceUrl.js';
6
+ import { getSuffix } from './urls/getSuffix.js';
7
+ import { getUrlCatalogue } from './urls/getUrlCatalogue.js';
8
+ import { getUrlCatalogueLast } from './urls/getUrlCatalogueLast.js';
9
+ import { UrlCatalogue, getUrlCatalogueObj } from './urls/getUrlCatalogueObj.js';
10
+
11
+ declare const index_UrlCatalogue: typeof UrlCatalogue;
12
+ declare const index_getImportUrl: typeof getImportUrl;
13
+ declare const index_getImportUrlSuffix: typeof getImportUrlSuffix;
14
+ declare const index_getNewFileName: typeof getNewFileName;
15
+ declare const index_getReplaceImportUrl: typeof getReplaceImportUrl;
16
+ declare const index_getReplaceUrl: typeof getReplaceUrl;
17
+ declare const index_getSuffix: typeof getSuffix;
18
+ declare const index_getUrlCatalogue: typeof getUrlCatalogue;
19
+ declare const index_getUrlCatalogueLast: typeof getUrlCatalogueLast;
20
+ declare const index_getUrlCatalogueObj: typeof getUrlCatalogueObj;
21
+ declare namespace index {
22
+ export {
23
+ index_UrlCatalogue as UrlCatalogue,
24
+ index_getImportUrl as getImportUrl,
25
+ index_getImportUrlSuffix as getImportUrlSuffix,
26
+ index_getNewFileName as getNewFileName,
27
+ index_getReplaceImportUrl as getReplaceImportUrl,
28
+ index_getReplaceUrl as getReplaceUrl,
29
+ index_getSuffix as getSuffix,
30
+ index_getUrlCatalogue as getUrlCatalogue,
31
+ index_getUrlCatalogueLast as getUrlCatalogueLast,
32
+ index_getUrlCatalogueObj as getUrlCatalogueObj,
33
+ };
34
+ }
35
+
36
+ export { index as i };
@@ -0,0 +1,19 @@
1
+ import { matchs } from './judge/matchs.js';
2
+ import { matchsEnd } from './judge/matchsEnd.js';
3
+ import { matchsStart } from './judge/matchsStart.js';
4
+ import { matchsWhole } from './judge/matchsWhole.js';
5
+
6
+ declare const index_matchs: typeof matchs;
7
+ declare const index_matchsEnd: typeof matchsEnd;
8
+ declare const index_matchsStart: typeof matchsStart;
9
+ declare const index_matchsWhole: typeof matchsWhole;
10
+ declare namespace index {
11
+ export {
12
+ index_matchs as matchs,
13
+ index_matchsEnd as matchsEnd,
14
+ index_matchsStart as matchsStart,
15
+ index_matchsWhole as matchsWhole,
16
+ };
17
+ }
18
+
19
+ export { index as i };
@@ -0,0 +1,38 @@
1
+ import { appearNum } from './basic/string/appearNum.js';
2
+ import { appearNumSeat } from './basic/string/appearNumSeat.js';
3
+ import { firstLower } from './basic/string/firstLower.js';
4
+ import { firstUpper } from './basic/string/firstUpper.js';
5
+ import { getStartSame } from './basic/string/getStartSame.js';
6
+ import { getStartSames } from './basic/string/getStartSames.js';
7
+ import { splitUpper } from './basic/string/splitUpper.js';
8
+ import { getFunctionFormat, toFunction } from './basic/string/toFunction.js';
9
+ import { toJSONParse, toJSONStringify } from './basic/string/toJson.js';
10
+
11
+ declare const index_appearNum: typeof appearNum;
12
+ declare const index_appearNumSeat: typeof appearNumSeat;
13
+ declare const index_firstLower: typeof firstLower;
14
+ declare const index_firstUpper: typeof firstUpper;
15
+ declare const index_getFunctionFormat: typeof getFunctionFormat;
16
+ declare const index_getStartSame: typeof getStartSame;
17
+ declare const index_getStartSames: typeof getStartSames;
18
+ declare const index_splitUpper: typeof splitUpper;
19
+ declare const index_toFunction: typeof toFunction;
20
+ declare const index_toJSONParse: typeof toJSONParse;
21
+ declare const index_toJSONStringify: typeof toJSONStringify;
22
+ declare namespace index {
23
+ export {
24
+ index_appearNum as appearNum,
25
+ index_appearNumSeat as appearNumSeat,
26
+ index_firstLower as firstLower,
27
+ index_firstUpper as firstUpper,
28
+ index_getFunctionFormat as getFunctionFormat,
29
+ index_getStartSame as getStartSame,
30
+ index_getStartSames as getStartSames,
31
+ index_splitUpper as splitUpper,
32
+ index_toFunction as toFunction,
33
+ index_toJSONParse as toJSONParse,
34
+ index_toJSONStringify as toJSONStringify,
35
+ };
36
+ }
37
+
38
+ export { index as i };
@@ -0,0 +1,21 @@
1
+ import { getLocus } from './dom/getLocus.js';
2
+ import { SeatEvent, foundEvent, foundEventCallback, pressEvent, shiftEvent } from './dom/getShiftEvent.js';
3
+
4
+ declare const index_SeatEvent: typeof SeatEvent;
5
+ declare const index_foundEvent: typeof foundEvent;
6
+ declare const index_foundEventCallback: typeof foundEventCallback;
7
+ declare const index_getLocus: typeof getLocus;
8
+ declare const index_pressEvent: typeof pressEvent;
9
+ declare const index_shiftEvent: typeof shiftEvent;
10
+ declare namespace index {
11
+ export {
12
+ index_SeatEvent as SeatEvent,
13
+ index_foundEvent as foundEvent,
14
+ index_foundEventCallback as foundEventCallback,
15
+ index_getLocus as getLocus,
16
+ index_pressEvent as pressEvent,
17
+ index_shiftEvent as shiftEvent,
18
+ };
19
+ }
20
+
21
+ export { index as i };
@@ -0,0 +1,31 @@
1
+ import { fetchUnitValue } from './css/fetchUnitValue.js';
2
+ import { getAttrObj } from './css/getAttrObj.js';
3
+ import { getCss } from './css/getCss.js';
4
+ import { getPositionRelative } from './css/getPositionRelative.js';
5
+ import { getPrentClass } from './css/getPrentClass.js';
6
+ import { getPrentCorres } from './css/getPrentCorres.js';
7
+ import { getSVG } from './css/getSVG.js';
8
+ import { setCss } from './css/setCss.js';
9
+
10
+ declare const index_fetchUnitValue: typeof fetchUnitValue;
11
+ declare const index_getAttrObj: typeof getAttrObj;
12
+ declare const index_getCss: typeof getCss;
13
+ declare const index_getPositionRelative: typeof getPositionRelative;
14
+ declare const index_getPrentClass: typeof getPrentClass;
15
+ declare const index_getPrentCorres: typeof getPrentCorres;
16
+ declare const index_getSVG: typeof getSVG;
17
+ declare const index_setCss: typeof setCss;
18
+ declare namespace index {
19
+ export {
20
+ index_fetchUnitValue as fetchUnitValue,
21
+ index_getAttrObj as getAttrObj,
22
+ index_getCss as getCss,
23
+ index_getPositionRelative as getPositionRelative,
24
+ index_getPrentClass as getPrentClass,
25
+ index_getPrentCorres as getPrentCorres,
26
+ index_getSVG as getSVG,
27
+ index_setCss as setCss,
28
+ };
29
+ }
30
+
31
+ export { index as i };
@@ -0,0 +1,13 @@
1
+ import { getSynch } from './load/getSynch.js';
2
+ import { loadScript } from './load/loadScript.js';
3
+
4
+ declare const index_getSynch: typeof getSynch;
5
+ declare const index_loadScript: typeof loadScript;
6
+ declare namespace index {
7
+ export {
8
+ index_getSynch as getSynch,
9
+ index_loadScript as loadScript,
10
+ };
11
+ }
12
+
13
+ export { index as i };
@@ -0,0 +1,22 @@
1
+ import { getComponentNames } from './name/getComponentNames.js';
2
+ import { getNames } from './name/getNames.js';
3
+ import { humpToLine } from './name/humpToLine.js';
4
+ import { lineToLargeHump } from './name/lineToLargeHump.js';
5
+ import { lineToSmallHump } from './name/lineToSmallHump.js';
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 {
14
+ index_getComponentNames as getComponentNames,
15
+ index_getNames as getNames,
16
+ index_humpToLine as humpToLine,
17
+ index_lineToLargeHump as lineToLargeHump,
18
+ index_lineToSmallHump as lineToSmallHump,
19
+ };
20
+ }
21
+
22
+ export { index as i };
@@ -0,0 +1,13 @@
1
+ import { analysisHtml } from './html/analysisHtml.js';
2
+ import { htmlEscape } from './html/htmlEscape.js';
3
+
4
+ declare const index_analysisHtml: typeof analysisHtml;
5
+ declare const index_htmlEscape: typeof htmlEscape;
6
+ declare namespace index {
7
+ export {
8
+ index_analysisHtml as analysisHtml,
9
+ index_htmlEscape as htmlEscape,
10
+ };
11
+ }
12
+
13
+ export { index as i };
@@ -0,0 +1,14 @@
1
+ import { arrayToTree, getTreeObj, treeToArray } from './tree/getTreeObj.js';
2
+
3
+ declare const index_arrayToTree: typeof arrayToTree;
4
+ declare const index_getTreeObj: typeof getTreeObj;
5
+ declare const index_treeToArray: typeof treeToArray;
6
+ declare namespace index {
7
+ export {
8
+ index_arrayToTree as arrayToTree,
9
+ index_getTreeObj as getTreeObj,
10
+ index_treeToArray as treeToArray,
11
+ };
12
+ }
13
+
14
+ export { index as i };