@fangzhongya/utils 0.0.8-14 → 0.0.8-15

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.
@@ -1,5 +1,5 @@
1
1
  export { asyncMergeArray } from './asyncMergeArray.js';
2
- export { replaceAfter } from './replaceAfter.js';
3
2
  export { duplicateRemoval } from './duplicateRemoval.js';
4
3
  export { isArray } from './isArray.js';
5
4
  export { toggleArray } from './toggleArray.js';
5
+ export { replaceAfter } from './replaceAfter.js';
@@ -1,20 +1,20 @@
1
- export { i as array } from '../index-c9d234ff.js';
2
- export { i as string } from '../index-eef2a16c.js';
3
- export { i as object } from '../index-0f061f5b.js';
1
+ export { i as array } from '../index-50e83532.js';
2
+ export { i as string } from '../index-4ef00a27.js';
3
+ export { i as object } from '../index-e27935b4.js';
4
4
  import './array/asyncMergeArray.js';
5
- import './array/replaceAfter.js';
6
5
  import './array/duplicateRemoval.js';
7
6
  import './array/isArray.js';
8
7
  import './array/toggleArray.js';
8
+ import './array/replaceAfter.js';
9
9
  import './string/appearNum.js';
10
- import './string/appearNumSeat.js';
11
10
  import './string/firstLower.js';
12
11
  import './string/firstUpper.js';
12
+ import './string/appearNumSeat.js';
13
13
  import './string/getStartSame.js';
14
14
  import './string/getStartSames.js';
15
15
  import './string/splitUpper.js';
16
- import './object/attrValueSort.js';
17
16
  import './object/filterObject.js';
17
+ import './object/attrValueSort.js';
18
18
  import './object/isObject.js';
19
19
  import './object/isObjectArray.js';
20
20
  import './object/mergeObject.js';
@@ -1,5 +1,5 @@
1
- export { attrValueSort } from './attrValueSort.js';
2
1
  export { filterObject } from './filterObject.js';
2
+ export { attrValueSort } from './attrValueSort.js';
3
3
  export { isObject } from './isObject.js';
4
4
  export { isObjectArray } from './isObjectArray.js';
5
5
  export { mergeObject } from './mergeObject.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
3
  export { firstUpper } from './firstUpper.js';
4
+ export { appearNumSeat } from './appearNumSeat.js';
5
5
  export { getStartSame } from './getStartSame.js';
6
6
  export { getStartSames } from './getStartSames.js';
7
7
  export { splitUpper } from './splitUpper.js';
@@ -8,7 +8,7 @@ function getPositionRelative(el) {
8
8
  const fel = el.parentElement;
9
9
  const v = _chunkUGS2F6DKcjs.getCss.call(void 0, fel, "position");
10
10
  if (v == "relative") {
11
- return v;
11
+ return fel;
12
12
  } else {
13
13
  return getPositionRelative(v);
14
14
  }
@@ -3,7 +3,7 @@
3
3
  var _chunkUGFSIZ5Pcjs = require('./chunk-UGFSIZ5P.cjs');
4
4
 
5
5
 
6
- var _chunkZEPZ6QL7cjs = require('./chunk-ZEPZ6QL7.cjs');
6
+ var _chunkANE3T42Bcjs = require('./chunk-ANE3T42B.cjs');
7
7
 
8
8
 
9
9
  var _chunkUGS2F6DKcjs = require('./chunk-UGS2F6DK.cjs');
@@ -19,7 +19,7 @@ var css_exports = {};
19
19
  _chunk5AZGAKWRcjs.__export.call(void 0, css_exports, {
20
20
  fetchUnitValue: () => _chunkUGFSIZ5Pcjs.fetchUnitValue,
21
21
  getCss: () => _chunkUGS2F6DKcjs.getCss,
22
- getPositionRelative: () => _chunkZEPZ6QL7cjs.getPositionRelative,
22
+ getPositionRelative: () => _chunkANE3T42Bcjs.getPositionRelative,
23
23
  setCss: () => _chunk2KTCFVJUcjs.setCss
24
24
  });
25
25
 
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-WX3JYE47.js";
4
4
  import {
5
5
  getPositionRelative
6
- } from "./chunk-N5L3UAZJ.js";
6
+ } from "./chunk-YQOY33QI.js";
7
7
  import {
8
8
  getCss
9
9
  } from "./chunk-5RZYHE3X.js";
@@ -8,7 +8,7 @@ function getPositionRelative(el) {
8
8
  const fel = el.parentElement;
9
9
  const v = getCss(fel, "position");
10
10
  if (v == "relative") {
11
- return v;
11
+ return fel;
12
12
  } else {
13
13
  return getPositionRelative(v);
14
14
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkZEPZ6QL7cjs = require('../chunk-ZEPZ6QL7.cjs');
3
+ var _chunkANE3T42Bcjs = require('../chunk-ANE3T42B.cjs');
4
4
  require('../chunk-UGS2F6DK.cjs');
5
5
  require('../chunk-5AZGAKWR.cjs');
6
6
 
7
7
 
8
- exports.getPositionRelative = _chunkZEPZ6QL7cjs.getPositionRelative;
8
+ exports.getPositionRelative = _chunkANE3T42Bcjs.getPositionRelative;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getPositionRelative
3
- } from "../chunk-N5L3UAZJ.js";
3
+ } from "../chunk-YQOY33QI.js";
4
4
  import "../chunk-5RZYHE3X.js";
5
5
  import "../chunk-UICA3PK6.js";
6
6
  export {
@@ -1,10 +1,10 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-XDT6JZZV.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-LRACKCHC.cjs');
2
2
 
3
3
 
4
4
  var _chunkUGFSIZ5Pcjs = require('../chunk-UGFSIZ5P.cjs');
5
5
 
6
6
 
7
- var _chunkZEPZ6QL7cjs = require('../chunk-ZEPZ6QL7.cjs');
7
+ var _chunkANE3T42Bcjs = require('../chunk-ANE3T42B.cjs');
8
8
 
9
9
 
10
10
  var _chunkUGS2F6DKcjs = require('../chunk-UGS2F6DK.cjs');
@@ -17,4 +17,4 @@ require('../chunk-5AZGAKWR.cjs');
17
17
 
18
18
 
19
19
 
20
- exports.fetchUnitValue = _chunkUGFSIZ5Pcjs.fetchUnitValue; exports.getCss = _chunkUGS2F6DKcjs.getCss; exports.getPositionRelative = _chunkZEPZ6QL7cjs.getPositionRelative; exports.setCss = _chunk2KTCFVJUcjs.setCss;
20
+ exports.fetchUnitValue = _chunkUGFSIZ5Pcjs.fetchUnitValue; exports.getCss = _chunkUGS2F6DKcjs.getCss; exports.getPositionRelative = _chunkANE3T42Bcjs.getPositionRelative; exports.setCss = _chunk2KTCFVJUcjs.setCss;
package/dist/css/index.js CHANGED
@@ -1,10 +1,10 @@
1
- import "../chunk-M6BLS4EM.js";
1
+ import "../chunk-STL7TY56.js";
2
2
  import {
3
3
  fetchUnitValue
4
4
  } from "../chunk-WX3JYE47.js";
5
5
  import {
6
6
  getPositionRelative
7
- } from "../chunk-N5L3UAZJ.js";
7
+ } from "../chunk-YQOY33QI.js";
8
8
  import {
9
9
  getCss
10
10
  } from "../chunk-5RZYHE3X.js";
@@ -0,0 +1,13 @@
1
+ import { i as index$1 } from './index-50e83532.js';
2
+ import { i as index$3 } from './index-4ef00a27.js';
3
+ import { i as index$2 } from './index-e27935b4.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 };
package/dist/index.cjs CHANGED
@@ -70,9 +70,9 @@ require('./chunk-ISHLY7WM.cjs');
70
70
  require('./chunk-MIC3W2VY.cjs');
71
71
 
72
72
 
73
- var _chunkXDT6JZZVcjs = require('./chunk-XDT6JZZV.cjs');
73
+ var _chunkLRACKCHCcjs = require('./chunk-LRACKCHC.cjs');
74
74
  require('./chunk-UGFSIZ5P.cjs');
75
- require('./chunk-ZEPZ6QL7.cjs');
75
+ require('./chunk-ANE3T42B.cjs');
76
76
  require('./chunk-UGS2F6DK.cjs');
77
77
  require('./chunk-2KTCFVJU.cjs');
78
78
  require('./chunk-EWXBN4VG.cjs');
@@ -88,4 +88,4 @@ require('./chunk-5AZGAKWR.cjs');
88
88
 
89
89
 
90
90
 
91
- exports.basic = _chunk4XXKPYGCcjs.basic_exports; exports.css = _chunkXDT6JZZVcjs.css_exports; exports.html = _chunkVYMN4FOMcjs.html_exports; exports.iss = _chunk5U2ZV4MKcjs.iss_exports; exports.judge = _chunkSYXWQKOOcjs.judge_exports; exports.load = _chunkAW3EGUGBcjs.load_exports; exports.log = _chunkJ7SPTSZMcjs.log_exports; exports.name = _chunkKHGCW3A7cjs.name_exports; exports.node = _chunkQZVMLHFWcjs.node_exports; exports.urls = _chunkP3477FZWcjs.urls_exports;
91
+ exports.basic = _chunk4XXKPYGCcjs.basic_exports; exports.css = _chunkLRACKCHCcjs.css_exports; exports.html = _chunkVYMN4FOMcjs.html_exports; exports.iss = _chunk5U2ZV4MKcjs.iss_exports; exports.judge = _chunkSYXWQKOOcjs.judge_exports; exports.load = _chunkAW3EGUGBcjs.load_exports; exports.log = _chunkJ7SPTSZMcjs.log_exports; exports.name = _chunkKHGCW3A7cjs.name_exports; exports.node = _chunkQZVMLHFWcjs.node_exports; exports.urls = _chunkP3477FZWcjs.urls_exports;
package/dist/index.d.ts CHANGED
@@ -1,30 +1,30 @@
1
- export { i as basic } from './index-a886e40d.js';
2
- export { i as iss } from './index-09cd203a.js';
1
+ export { i as basic } from './index-fa55ca92.js';
3
2
  export { i as css } from './index-c2217c22.js';
4
- export { i as html } from './index-da501f98.js';
5
- export { i as judge } from './index-445fe401.js';
3
+ export { i as iss } from './index-09cd203a.js';
4
+ export { i as judge } from './index-110fd300.js';
6
5
  export { i as load } from './index-84b0c6c3.js';
6
+ export { i as html } from './index-da501f98.js';
7
7
  export { i as log } from './index-ef15848a.js';
8
- export { i as name } from './index-a65f6120.js';
9
- export { i as urls } from './index-aa20d79d.js';
8
+ export { i as name } from './index-1033f402.js';
10
9
  export { i as node } from './index-130ae781.js';
11
- import './index-c9d234ff.js';
10
+ export { i as urls } from './index-323b9bc6.js';
11
+ import './index-50e83532.js';
12
12
  import './basic/array/asyncMergeArray.js';
13
- import './basic/array/replaceAfter.js';
14
13
  import './basic/array/duplicateRemoval.js';
15
14
  import './basic/array/isArray.js';
16
15
  import './basic/array/toggleArray.js';
17
- import './index-eef2a16c.js';
16
+ import './basic/array/replaceAfter.js';
17
+ import './index-4ef00a27.js';
18
18
  import './basic/string/appearNum.js';
19
- import './basic/string/appearNumSeat.js';
20
19
  import './basic/string/firstLower.js';
21
20
  import './basic/string/firstUpper.js';
21
+ import './basic/string/appearNumSeat.js';
22
22
  import './basic/string/getStartSame.js';
23
23
  import './basic/string/getStartSames.js';
24
24
  import './basic/string/splitUpper.js';
25
- import './index-0f061f5b.js';
26
- import './basic/object/attrValueSort.js';
25
+ import './index-e27935b4.js';
27
26
  import './basic/object/filterObject.js';
27
+ import './basic/object/attrValueSort.js';
28
28
  import './basic/object/isObject.js';
29
29
  import './basic/object/isObjectArray.js';
30
30
  import './basic/object/mergeObject.js';
@@ -33,26 +33,26 @@ import './css/fetchUnitValue.js';
33
33
  import './css/getCss.js';
34
34
  import './css/getPositionRelative.js';
35
35
  import './css/setCss.js';
36
- import './html/htmlEscape.js';
37
36
  import './judge/matchs.js';
38
- import './judge/matchsEnd.js';
39
37
  import './judge/matchsStart.js';
38
+ import './judge/matchsEnd.js';
40
39
  import './judge/matchsWhole.js';
41
40
  import './load/getSynch.js';
42
41
  import './load/loadScript.js';
42
+ import './html/htmlEscape.js';
43
43
  import './log/styleLog.js';
44
- import './name/getComponentNames.js';
45
44
  import './name/getNames.js';
46
45
  import './name/humpToLine.js';
46
+ import './name/getComponentNames.js';
47
47
  import './name/lineToLargeHump.js';
48
48
  import './name/lineToSmallHump.js';
49
+ import './node/getPort.js';
49
50
  import './urls/getImportUrl.js';
50
- import './urls/getImportUrlSuffix.js';
51
51
  import './urls/getNewFileName.js';
52
52
  import './urls/getReplaceImportUrl.js';
53
+ import './urls/getImportUrlSuffix.js';
53
54
  import './urls/getReplaceUrl.js';
54
55
  import './urls/getSuffix.js';
55
- import './urls/getUrlCatalogueLast.js';
56
56
  import './urls/getUrlCatalogue.js';
57
+ import './urls/getUrlCatalogueLast.js';
57
58
  import './urls/getUrlCatalogueObj.js';
58
- import './node/getPort.js';
package/dist/index.js CHANGED
@@ -70,9 +70,9 @@ import "./chunk-5PX3AFSC.js";
70
70
  import "./chunk-MXY4W3K5.js";
71
71
  import {
72
72
  css_exports
73
- } from "./chunk-M6BLS4EM.js";
73
+ } from "./chunk-STL7TY56.js";
74
74
  import "./chunk-WX3JYE47.js";
75
- import "./chunk-N5L3UAZJ.js";
75
+ import "./chunk-YQOY33QI.js";
76
76
  import "./chunk-5RZYHE3X.js";
77
77
  import "./chunk-J3LLPNGV.js";
78
78
  import "./chunk-NCSN3MC5.js";
@@ -1,4 +1,4 @@
1
1
  export { matchs } from './matchs.js';
2
- export { matchsEnd } from './matchsEnd.js';
3
2
  export { matchsStart } from './matchsStart.js';
3
+ export { matchsEnd } from './matchsEnd.js';
4
4
  export { matchsWhole } from './matchsWhole.js';
@@ -1,5 +1,5 @@
1
- export { getComponentNames } from './getComponentNames.js';
2
1
  export { getNames } from './getNames.js';
3
2
  export { humpToLine } from './humpToLine.js';
3
+ export { getComponentNames } from './getComponentNames.js';
4
4
  export { lineToLargeHump } from './lineToLargeHump.js';
5
5
  export { lineToSmallHump } from './lineToSmallHump.js';
@@ -1,9 +1,9 @@
1
1
  export { getImportUrl } from './getImportUrl.js';
2
- export { getImportUrlSuffix } from './getImportUrlSuffix.js';
3
2
  export { getNewFileName } from './getNewFileName.js';
4
3
  export { getReplaceImportUrl } from './getReplaceImportUrl.js';
4
+ export { getImportUrlSuffix } from './getImportUrlSuffix.js';
5
5
  export { getReplaceUrl } from './getReplaceUrl.js';
6
6
  export { getSuffix } from './getSuffix.js';
7
- export { getUrlCatalogueLast } from './getUrlCatalogueLast.js';
8
7
  export { getUrlCatalogue } from './getUrlCatalogue.js';
8
+ export { getUrlCatalogueLast } from './getUrlCatalogueLast.js';
9
9
  export { UrlCatalogue, getUrlCatalogueObj } from './getUrlCatalogueObj.js';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fangzhongya/utils",
3
3
  "private": false,
4
4
  "type": "module",
5
- "version": "0.0.8-14",
5
+ "version": "0.0.8-15",
6
6
  "description ": "个人工具库",
7
7
  "author": "fangzhongya ",
8
8
  "license": "MIT",
@@ -37,21 +37,16 @@
37
37
  "import": "./dist/basic/array/asyncMergeArray.js",
38
38
  "types": "./dist/basic/array/asyncMergeArray.d.ts"
39
39
  },
40
- "./basic/array/replaceAfter": {
41
- "require": "./dist/basic/array/replaceAfter.cjs",
42
- "import": "./dist/basic/array/replaceAfter.js",
43
- "types": "./dist/basic/array/replaceAfter.d.ts"
40
+ "./basic/array/duplicateRemoval": {
41
+ "require": "./dist/basic/array/duplicateRemoval.cjs",
42
+ "import": "./dist/basic/array/duplicateRemoval.js",
43
+ "types": "./dist/basic/array/duplicateRemoval.d.ts"
44
44
  },
45
45
  "./basic/array": {
46
46
  "require": "./dist/basic/array/index.cjs",
47
47
  "import": "./dist/basic/array/index.js",
48
48
  "types": "./dist/basic/array/index.d.ts"
49
49
  },
50
- "./basic/array/duplicateRemoval": {
51
- "require": "./dist/basic/array/duplicateRemoval.cjs",
52
- "import": "./dist/basic/array/duplicateRemoval.js",
53
- "types": "./dist/basic/array/duplicateRemoval.d.ts"
54
- },
55
50
  "./basic/array/isArray": {
56
51
  "require": "./dist/basic/array/isArray.cjs",
57
52
  "import": "./dist/basic/array/isArray.js",
@@ -62,16 +57,16 @@
62
57
  "import": "./dist/basic/array/toggleArray.js",
63
58
  "types": "./dist/basic/array/toggleArray.d.ts"
64
59
  },
60
+ "./basic/array/replaceAfter": {
61
+ "require": "./dist/basic/array/replaceAfter.cjs",
62
+ "import": "./dist/basic/array/replaceAfter.js",
63
+ "types": "./dist/basic/array/replaceAfter.d.ts"
64
+ },
65
65
  "./basic/string/appearNum": {
66
66
  "require": "./dist/basic/string/appearNum.cjs",
67
67
  "import": "./dist/basic/string/appearNum.js",
68
68
  "types": "./dist/basic/string/appearNum.d.ts"
69
69
  },
70
- "./basic/string/appearNumSeat": {
71
- "require": "./dist/basic/string/appearNumSeat.cjs",
72
- "import": "./dist/basic/string/appearNumSeat.js",
73
- "types": "./dist/basic/string/appearNumSeat.d.ts"
74
- },
75
70
  "./basic/string/firstLower": {
76
71
  "require": "./dist/basic/string/firstLower.cjs",
77
72
  "import": "./dist/basic/string/firstLower.js",
@@ -82,6 +77,11 @@
82
77
  "import": "./dist/basic/string/firstUpper.js",
83
78
  "types": "./dist/basic/string/firstUpper.d.ts"
84
79
  },
80
+ "./basic/string/appearNumSeat": {
81
+ "require": "./dist/basic/string/appearNumSeat.cjs",
82
+ "import": "./dist/basic/string/appearNumSeat.js",
83
+ "types": "./dist/basic/string/appearNumSeat.d.ts"
84
+ },
85
85
  "./basic/string/getStartSame": {
86
86
  "require": "./dist/basic/string/getStartSame.cjs",
87
87
  "import": "./dist/basic/string/getStartSame.js",
@@ -102,26 +102,26 @@
102
102
  "import": "./dist/basic/string/splitUpper.js",
103
103
  "types": "./dist/basic/string/splitUpper.d.ts"
104
104
  },
105
- "./basic/object/attrValueSort": {
106
- "require": "./dist/basic/object/attrValueSort.cjs",
107
- "import": "./dist/basic/object/attrValueSort.js",
108
- "types": "./dist/basic/object/attrValueSort.d.ts"
109
- },
110
105
  "./basic/object/filterObject": {
111
106
  "require": "./dist/basic/object/filterObject.cjs",
112
107
  "import": "./dist/basic/object/filterObject.js",
113
108
  "types": "./dist/basic/object/filterObject.d.ts"
114
109
  },
115
- "./basic/object": {
116
- "require": "./dist/basic/object/index.cjs",
117
- "import": "./dist/basic/object/index.js",
118
- "types": "./dist/basic/object/index.d.ts"
110
+ "./basic/object/attrValueSort": {
111
+ "require": "./dist/basic/object/attrValueSort.cjs",
112
+ "import": "./dist/basic/object/attrValueSort.js",
113
+ "types": "./dist/basic/object/attrValueSort.d.ts"
119
114
  },
120
115
  "./basic/object/isObject": {
121
116
  "require": "./dist/basic/object/isObject.cjs",
122
117
  "import": "./dist/basic/object/isObject.js",
123
118
  "types": "./dist/basic/object/isObject.d.ts"
124
119
  },
120
+ "./basic/object": {
121
+ "require": "./dist/basic/object/index.cjs",
122
+ "import": "./dist/basic/object/index.js",
123
+ "types": "./dist/basic/object/index.d.ts"
124
+ },
125
125
  "./basic/object/isObjectArray": {
126
126
  "require": "./dist/basic/object/isObjectArray.cjs",
127
127
  "import": "./dist/basic/object/isObjectArray.js",
@@ -142,11 +142,6 @@
142
142
  "import": "./dist/basic/index.js",
143
143
  "types": "./dist/basic/index.d.ts"
144
144
  },
145
- "./iss": {
146
- "require": "./dist/iss/index.cjs",
147
- "import": "./dist/iss/index.js",
148
- "types": "./dist/iss/index.d.ts"
149
- },
150
145
  "./css/fetchUnitValue": {
151
146
  "require": "./dist/css/fetchUnitValue.cjs",
152
147
  "import": "./dist/css/fetchUnitValue.js",
@@ -157,30 +152,25 @@
157
152
  "import": "./dist/css/getCss.js",
158
153
  "types": "./dist/css/getCss.d.ts"
159
154
  },
160
- "./css/getPositionRelative": {
161
- "require": "./dist/css/getPositionRelative.cjs",
162
- "import": "./dist/css/getPositionRelative.js",
163
- "types": "./dist/css/getPositionRelative.d.ts"
164
- },
165
155
  "./css": {
166
156
  "require": "./dist/css/index.cjs",
167
157
  "import": "./dist/css/index.js",
168
158
  "types": "./dist/css/index.d.ts"
169
159
  },
160
+ "./css/getPositionRelative": {
161
+ "require": "./dist/css/getPositionRelative.cjs",
162
+ "import": "./dist/css/getPositionRelative.js",
163
+ "types": "./dist/css/getPositionRelative.d.ts"
164
+ },
170
165
  "./css/setCss": {
171
166
  "require": "./dist/css/setCss.cjs",
172
167
  "import": "./dist/css/setCss.js",
173
168
  "types": "./dist/css/setCss.d.ts"
174
169
  },
175
- "./html/htmlEscape": {
176
- "require": "./dist/html/htmlEscape.cjs",
177
- "import": "./dist/html/htmlEscape.js",
178
- "types": "./dist/html/htmlEscape.d.ts"
179
- },
180
- "./html": {
181
- "require": "./dist/html/index.cjs",
182
- "import": "./dist/html/index.js",
183
- "types": "./dist/html/index.d.ts"
170
+ "./iss": {
171
+ "require": "./dist/iss/index.cjs",
172
+ "import": "./dist/iss/index.js",
173
+ "types": "./dist/iss/index.d.ts"
184
174
  },
185
175
  "./judge": {
186
176
  "require": "./dist/judge/index.cjs",
@@ -192,16 +182,16 @@
192
182
  "import": "./dist/judge/matchs.js",
193
183
  "types": "./dist/judge/matchs.d.ts"
194
184
  },
195
- "./judge/matchsEnd": {
196
- "require": "./dist/judge/matchsEnd.cjs",
197
- "import": "./dist/judge/matchsEnd.js",
198
- "types": "./dist/judge/matchsEnd.d.ts"
199
- },
200
185
  "./judge/matchsStart": {
201
186
  "require": "./dist/judge/matchsStart.cjs",
202
187
  "import": "./dist/judge/matchsStart.js",
203
188
  "types": "./dist/judge/matchsStart.d.ts"
204
189
  },
190
+ "./judge/matchsEnd": {
191
+ "require": "./dist/judge/matchsEnd.cjs",
192
+ "import": "./dist/judge/matchsEnd.js",
193
+ "types": "./dist/judge/matchsEnd.d.ts"
194
+ },
205
195
  "./judge/matchsWhole": {
206
196
  "require": "./dist/judge/matchsWhole.cjs",
207
197
  "import": "./dist/judge/matchsWhole.js",
@@ -222,6 +212,16 @@
222
212
  "import": "./dist/load/loadScript.js",
223
213
  "types": "./dist/load/loadScript.d.ts"
224
214
  },
215
+ "./html/htmlEscape": {
216
+ "require": "./dist/html/htmlEscape.cjs",
217
+ "import": "./dist/html/htmlEscape.js",
218
+ "types": "./dist/html/htmlEscape.d.ts"
219
+ },
220
+ "./html": {
221
+ "require": "./dist/html/index.cjs",
222
+ "import": "./dist/html/index.js",
223
+ "types": "./dist/html/index.d.ts"
224
+ },
225
225
  "./log": {
226
226
  "require": "./dist/log/index.cjs",
227
227
  "import": "./dist/log/index.js",
@@ -232,11 +232,6 @@
232
232
  "import": "./dist/log/styleLog.js",
233
233
  "types": "./dist/log/styleLog.d.ts"
234
234
  },
235
- "./name/getComponentNames": {
236
- "require": "./dist/name/getComponentNames.cjs",
237
- "import": "./dist/name/getComponentNames.js",
238
- "types": "./dist/name/getComponentNames.d.ts"
239
- },
240
235
  "./name/getNames": {
241
236
  "require": "./dist/name/getNames.cjs",
242
237
  "import": "./dist/name/getNames.js",
@@ -247,6 +242,11 @@
247
242
  "import": "./dist/name/humpToLine.js",
248
243
  "types": "./dist/name/humpToLine.d.ts"
249
244
  },
245
+ "./name/getComponentNames": {
246
+ "require": "./dist/name/getComponentNames.cjs",
247
+ "import": "./dist/name/getComponentNames.js",
248
+ "types": "./dist/name/getComponentNames.d.ts"
249
+ },
250
250
  "./name": {
251
251
  "require": "./dist/name/index.cjs",
252
252
  "import": "./dist/name/index.js",
@@ -262,16 +262,21 @@
262
262
  "import": "./dist/name/lineToSmallHump.js",
263
263
  "types": "./dist/name/lineToSmallHump.d.ts"
264
264
  },
265
+ "./node/getPort": {
266
+ "require": "./dist/node/getPort.cjs",
267
+ "import": "./dist/node/getPort.js",
268
+ "types": "./dist/node/getPort.d.ts"
269
+ },
270
+ "./node": {
271
+ "require": "./dist/node/index.cjs",
272
+ "import": "./dist/node/index.js",
273
+ "types": "./dist/node/index.d.ts"
274
+ },
265
275
  "./urls/getImportUrl": {
266
276
  "require": "./dist/urls/getImportUrl.cjs",
267
277
  "import": "./dist/urls/getImportUrl.js",
268
278
  "types": "./dist/urls/getImportUrl.d.ts"
269
279
  },
270
- "./urls/getImportUrlSuffix": {
271
- "require": "./dist/urls/getImportUrlSuffix.cjs",
272
- "import": "./dist/urls/getImportUrlSuffix.js",
273
- "types": "./dist/urls/getImportUrlSuffix.d.ts"
274
- },
275
280
  "./urls/getNewFileName": {
276
281
  "require": "./dist/urls/getNewFileName.cjs",
277
282
  "import": "./dist/urls/getNewFileName.js",
@@ -282,6 +287,11 @@
282
287
  "import": "./dist/urls/getReplaceImportUrl.js",
283
288
  "types": "./dist/urls/getReplaceImportUrl.d.ts"
284
289
  },
290
+ "./urls/getImportUrlSuffix": {
291
+ "require": "./dist/urls/getImportUrlSuffix.cjs",
292
+ "import": "./dist/urls/getImportUrlSuffix.js",
293
+ "types": "./dist/urls/getImportUrlSuffix.d.ts"
294
+ },
285
295
  "./urls/getReplaceUrl": {
286
296
  "require": "./dist/urls/getReplaceUrl.cjs",
287
297
  "import": "./dist/urls/getReplaceUrl.js",
@@ -292,16 +302,16 @@
292
302
  "import": "./dist/urls/getSuffix.js",
293
303
  "types": "./dist/urls/getSuffix.d.ts"
294
304
  },
295
- "./urls/getUrlCatalogueLast": {
296
- "require": "./dist/urls/getUrlCatalogueLast.cjs",
297
- "import": "./dist/urls/getUrlCatalogueLast.js",
298
- "types": "./dist/urls/getUrlCatalogueLast.d.ts"
299
- },
300
305
  "./urls/getUrlCatalogue": {
301
306
  "require": "./dist/urls/getUrlCatalogue.cjs",
302
307
  "import": "./dist/urls/getUrlCatalogue.js",
303
308
  "types": "./dist/urls/getUrlCatalogue.d.ts"
304
309
  },
310
+ "./urls/getUrlCatalogueLast": {
311
+ "require": "./dist/urls/getUrlCatalogueLast.cjs",
312
+ "import": "./dist/urls/getUrlCatalogueLast.js",
313
+ "types": "./dist/urls/getUrlCatalogueLast.d.ts"
314
+ },
305
315
  "./urls/getUrlCatalogueObj": {
306
316
  "require": "./dist/urls/getUrlCatalogueObj.cjs",
307
317
  "import": "./dist/urls/getUrlCatalogueObj.js",
@@ -312,16 +322,6 @@
312
322
  "import": "./dist/urls/index.js",
313
323
  "types": "./dist/urls/index.d.ts"
314
324
  },
315
- "./node/getPort": {
316
- "require": "./dist/node/getPort.cjs",
317
- "import": "./dist/node/getPort.js",
318
- "types": "./dist/node/getPort.d.ts"
319
- },
320
- "./node": {
321
- "require": "./dist/node/index.cjs",
322
- "import": "./dist/node/index.js",
323
- "types": "./dist/node/index.d.ts"
324
- },
325
325
  ".": {
326
326
  "require": "./dist/index.cjs",
327
327
  "import": "./dist/index.js",
@@ -1,13 +0,0 @@
1
- import { i as index$1 } from './index-c9d234ff.js';
2
- import { i as index$3 } from './index-eef2a16c.js';
3
- import { i as index$2 } from './index-0f061f5b.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 };
@@ -1,6 +1,6 @@
1
- import { getComponentNames } from './name/getComponentNames.js';
2
1
  import { getNames } from './name/getNames.js';
3
2
  import { humpToLine } from './name/humpToLine.js';
3
+ import { getComponentNames } from './name/getComponentNames.js';
4
4
  import { lineToLargeHump } from './name/lineToLargeHump.js';
5
5
  import { lineToSmallHump } from './name/lineToSmallHump.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { matchs } from './judge/matchs.js';
2
- import { matchsEnd } from './judge/matchsEnd.js';
3
2
  import { matchsStart } from './judge/matchsStart.js';
3
+ import { matchsEnd } from './judge/matchsEnd.js';
4
4
  import { matchsWhole } from './judge/matchsWhole.js';
5
5
 
6
6
  declare const index_matchs: typeof matchs;
@@ -1,11 +1,11 @@
1
1
  import { getImportUrl } from './urls/getImportUrl.js';
2
- import { getImportUrlSuffix } from './urls/getImportUrlSuffix.js';
3
2
  import { getNewFileName } from './urls/getNewFileName.js';
4
3
  import { getReplaceImportUrl } from './urls/getReplaceImportUrl.js';
4
+ import { getImportUrlSuffix } from './urls/getImportUrlSuffix.js';
5
5
  import { getReplaceUrl } from './urls/getReplaceUrl.js';
6
6
  import { getSuffix } from './urls/getSuffix.js';
7
- import { getUrlCatalogueLast } from './urls/getUrlCatalogueLast.js';
8
7
  import { getUrlCatalogue } from './urls/getUrlCatalogue.js';
8
+ import { getUrlCatalogueLast } from './urls/getUrlCatalogueLast.js';
9
9
  import { UrlCatalogue, getUrlCatalogueObj } from './urls/getUrlCatalogueObj.js';
10
10
 
11
11
  declare const index_UrlCatalogue: typeof UrlCatalogue;
@@ -1,7 +1,7 @@
1
1
  import { appearNum } from './basic/string/appearNum.js';
2
- import { appearNumSeat } from './basic/string/appearNumSeat.js';
3
2
  import { firstLower } from './basic/string/firstLower.js';
4
3
  import { firstUpper } from './basic/string/firstUpper.js';
4
+ import { appearNumSeat } from './basic/string/appearNumSeat.js';
5
5
  import { getStartSame } from './basic/string/getStartSame.js';
6
6
  import { getStartSames } from './basic/string/getStartSames.js';
7
7
  import { splitUpper } from './basic/string/splitUpper.js';
@@ -1,8 +1,8 @@
1
1
  import { asyncMergeArray } from './basic/array/asyncMergeArray.js';
2
- import { replaceAfter } from './basic/array/replaceAfter.js';
3
2
  import { duplicateRemoval } from './basic/array/duplicateRemoval.js';
4
3
  import { isArray } from './basic/array/isArray.js';
5
4
  import { toggleArray } from './basic/array/toggleArray.js';
5
+ import { replaceAfter } from './basic/array/replaceAfter.js';
6
6
 
7
7
  declare const index_asyncMergeArray: typeof asyncMergeArray;
8
8
  declare const index_duplicateRemoval: typeof duplicateRemoval;
@@ -1,5 +1,5 @@
1
- import { attrValueSort } from './basic/object/attrValueSort.js';
2
1
  import { filterObject } from './basic/object/filterObject.js';
2
+ import { attrValueSort } from './basic/object/attrValueSort.js';
3
3
  import { isObject } from './basic/object/isObject.js';
4
4
  import { isObjectArray } from './basic/object/isObjectArray.js';
5
5
  import { mergeObject } from './basic/object/mergeObject.js';