@fangzhongya/utils 0.0.8-15 → 0.0.8-16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/basic/array/index.d.ts +2 -2
- package/dist/basic/index.d.ts +12 -12
- package/dist/basic/object/index.d.ts +1 -1
- package/dist/basic/string/index.d.ts +1 -1
- package/dist/{chunk-STL7TY56.js → chunk-H4GDW45Q.js} +1 -1
- package/dist/{chunk-YQOY33QI.js → chunk-JT25LH2H.js} +1 -1
- package/dist/{chunk-ANE3T42B.cjs → chunk-UA3MR7XP.cjs} +1 -1
- package/dist/{chunk-LRACKCHC.cjs → chunk-ZLXRKXES.cjs} +2 -2
- package/dist/css/getPositionRelative.cjs +2 -2
- package/dist/css/getPositionRelative.js +1 -1
- package/dist/css/index.cjs +3 -3
- package/dist/css/index.js +2 -2
- package/dist/index-3b1f28e9.d.ts +13 -0
- package/dist/index.cjs +3 -3
- package/dist/index.d.ts +22 -22
- package/dist/index.js +2 -2
- package/dist/judge/index.d.ts +1 -1
- package/dist/name/index.d.ts +1 -1
- package/dist/urls/index.d.ts +1 -1
- package/package.json +89 -89
- package/dist/index-fa55ca92.d.ts +0 -13
- package/dist/{index-e27935b4.d.ts → index-0f061f5b.d.ts} +1 -1
- package/dist/{index-4ef00a27.d.ts → index-1d6e286f.d.ts} +1 -1
- package/dist/{index-323b9bc6.d.ts → index-42672b09.d.ts} +1 -1
- package/dist/{index-110fd300.d.ts → index-445fe401.d.ts} +1 -1
- package/dist/{index-1033f402.d.ts → index-a65f6120.d.ts} +1 -1
- package/dist/{index-50e83532.d.ts → index-c31f7f30.d.ts} +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { asyncMergeArray } from './asyncMergeArray.js';
|
|
2
1
|
export { duplicateRemoval } from './duplicateRemoval.js';
|
|
2
|
+
export { asyncMergeArray } from './asyncMergeArray.js';
|
|
3
3
|
export { isArray } from './isArray.js';
|
|
4
|
-
export { toggleArray } from './toggleArray.js';
|
|
5
4
|
export { replaceAfter } from './replaceAfter.js';
|
|
5
|
+
export { toggleArray } from './toggleArray.js';
|
package/dist/basic/index.d.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { i as array } from '../index-
|
|
2
|
-
export { i as
|
|
3
|
-
export { i as
|
|
4
|
-
import './array/asyncMergeArray.js';
|
|
1
|
+
export { i as array } from '../index-c31f7f30.js';
|
|
2
|
+
export { i as object } from '../index-0f061f5b.js';
|
|
3
|
+
export { i as string } from '../index-1d6e286f.js';
|
|
5
4
|
import './array/duplicateRemoval.js';
|
|
5
|
+
import './array/asyncMergeArray.js';
|
|
6
6
|
import './array/isArray.js';
|
|
7
|
-
import './array/toggleArray.js';
|
|
8
7
|
import './array/replaceAfter.js';
|
|
8
|
+
import './array/toggleArray.js';
|
|
9
|
+
import './object/attrValueSort.js';
|
|
10
|
+
import './object/filterObject.js';
|
|
11
|
+
import './object/isObject.js';
|
|
12
|
+
import './object/isObjectArray.js';
|
|
13
|
+
import './object/mergeObject.js';
|
|
14
|
+
import './object/unmergeObject.js';
|
|
9
15
|
import './string/appearNum.js';
|
|
10
16
|
import './string/firstLower.js';
|
|
11
|
-
import './string/firstUpper.js';
|
|
12
17
|
import './string/appearNumSeat.js';
|
|
18
|
+
import './string/firstUpper.js';
|
|
13
19
|
import './string/getStartSame.js';
|
|
14
20
|
import './string/getStartSames.js';
|
|
15
21
|
import './string/splitUpper.js';
|
|
16
|
-
import './object/filterObject.js';
|
|
17
|
-
import './object/attrValueSort.js';
|
|
18
|
-
import './object/isObject.js';
|
|
19
|
-
import './object/isObjectArray.js';
|
|
20
|
-
import './object/mergeObject.js';
|
|
21
|
-
import './object/unmergeObject.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { filterObject } from './filterObject.js';
|
|
2
1
|
export { attrValueSort } from './attrValueSort.js';
|
|
2
|
+
export { filterObject } from './filterObject.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
2
|
export { firstLower } from './firstLower.js';
|
|
3
|
-
export { firstUpper } from './firstUpper.js';
|
|
4
3
|
export { appearNumSeat } from './appearNumSeat.js';
|
|
4
|
+
export { firstUpper } from './firstUpper.js';
|
|
5
5
|
export { getStartSame } from './getStartSame.js';
|
|
6
6
|
export { getStartSames } from './getStartSames.js';
|
|
7
7
|
export { splitUpper } from './splitUpper.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _chunkUGFSIZ5Pcjs = require('./chunk-UGFSIZ5P.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkUA3MR7XPcjs = require('./chunk-UA3MR7XP.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: () =>
|
|
22
|
+
getPositionRelative: () => _chunkUA3MR7XPcjs.getPositionRelative,
|
|
23
23
|
setCss: () => _chunk2KTCFVJUcjs.setCss
|
|
24
24
|
});
|
|
25
25
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkUA3MR7XPcjs = require('../chunk-UA3MR7XP.cjs');
|
|
4
4
|
require('../chunk-UGS2F6DK.cjs');
|
|
5
5
|
require('../chunk-5AZGAKWR.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.getPositionRelative =
|
|
8
|
+
exports.getPositionRelative = _chunkUA3MR7XPcjs.getPositionRelative;
|
package/dist/css/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-ZLXRKXES.cjs');
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
var _chunkUGFSIZ5Pcjs = require('../chunk-UGFSIZ5P.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkUA3MR7XPcjs = require('../chunk-UA3MR7XP.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 =
|
|
20
|
+
exports.fetchUnitValue = _chunkUGFSIZ5Pcjs.fetchUnitValue; exports.getCss = _chunkUGS2F6DKcjs.getCss; exports.getPositionRelative = _chunkUA3MR7XPcjs.getPositionRelative; exports.setCss = _chunk2KTCFVJUcjs.setCss;
|
package/dist/css/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-H4GDW45Q.js";
|
|
2
2
|
import {
|
|
3
3
|
fetchUnitValue
|
|
4
4
|
} from "../chunk-WX3JYE47.js";
|
|
5
5
|
import {
|
|
6
6
|
getPositionRelative
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-JT25LH2H.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-c31f7f30.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 };
|
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
|
|
73
|
+
var _chunkZLXRKXEScjs = require('./chunk-ZLXRKXES.cjs');
|
|
74
74
|
require('./chunk-UGFSIZ5P.cjs');
|
|
75
|
-
require('./chunk-
|
|
75
|
+
require('./chunk-UA3MR7XP.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 =
|
|
91
|
+
exports.basic = _chunk4XXKPYGCcjs.basic_exports; exports.css = _chunkZLXRKXEScjs.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,56 +1,56 @@
|
|
|
1
|
-
export { i as basic } from './index-
|
|
1
|
+
export { i as basic } from './index-3b1f28e9.js';
|
|
2
|
+
export { i as html } from './index-da501f98.js';
|
|
2
3
|
export { i as css } from './index-c2217c22.js';
|
|
3
4
|
export { i as iss } from './index-09cd203a.js';
|
|
4
|
-
export { i as judge } from './index-
|
|
5
|
+
export { i as judge } from './index-445fe401.js';
|
|
5
6
|
export { i as load } from './index-84b0c6c3.js';
|
|
6
|
-
export { i as
|
|
7
|
+
export { i as name } from './index-a65f6120.js';
|
|
7
8
|
export { i as log } from './index-ef15848a.js';
|
|
8
|
-
export { i as name } from './index-1033f402.js';
|
|
9
9
|
export { i as node } from './index-130ae781.js';
|
|
10
|
-
export { i as urls } from './index-
|
|
11
|
-
import './index-
|
|
12
|
-
import './basic/array/asyncMergeArray.js';
|
|
10
|
+
export { i as urls } from './index-42672b09.js';
|
|
11
|
+
import './index-c31f7f30.js';
|
|
13
12
|
import './basic/array/duplicateRemoval.js';
|
|
13
|
+
import './basic/array/asyncMergeArray.js';
|
|
14
14
|
import './basic/array/isArray.js';
|
|
15
|
-
import './basic/array/toggleArray.js';
|
|
16
15
|
import './basic/array/replaceAfter.js';
|
|
17
|
-
import './
|
|
16
|
+
import './basic/array/toggleArray.js';
|
|
17
|
+
import './index-0f061f5b.js';
|
|
18
|
+
import './basic/object/attrValueSort.js';
|
|
19
|
+
import './basic/object/filterObject.js';
|
|
20
|
+
import './basic/object/isObject.js';
|
|
21
|
+
import './basic/object/isObjectArray.js';
|
|
22
|
+
import './basic/object/mergeObject.js';
|
|
23
|
+
import './basic/object/unmergeObject.js';
|
|
24
|
+
import './index-1d6e286f.js';
|
|
18
25
|
import './basic/string/appearNum.js';
|
|
19
26
|
import './basic/string/firstLower.js';
|
|
20
|
-
import './basic/string/firstUpper.js';
|
|
21
27
|
import './basic/string/appearNumSeat.js';
|
|
28
|
+
import './basic/string/firstUpper.js';
|
|
22
29
|
import './basic/string/getStartSame.js';
|
|
23
30
|
import './basic/string/getStartSames.js';
|
|
24
31
|
import './basic/string/splitUpper.js';
|
|
25
|
-
import './
|
|
26
|
-
import './basic/object/filterObject.js';
|
|
27
|
-
import './basic/object/attrValueSort.js';
|
|
28
|
-
import './basic/object/isObject.js';
|
|
29
|
-
import './basic/object/isObjectArray.js';
|
|
30
|
-
import './basic/object/mergeObject.js';
|
|
31
|
-
import './basic/object/unmergeObject.js';
|
|
32
|
+
import './html/htmlEscape.js';
|
|
32
33
|
import './css/fetchUnitValue.js';
|
|
33
34
|
import './css/getCss.js';
|
|
34
35
|
import './css/getPositionRelative.js';
|
|
35
36
|
import './css/setCss.js';
|
|
36
37
|
import './judge/matchs.js';
|
|
37
|
-
import './judge/matchsStart.js';
|
|
38
38
|
import './judge/matchsEnd.js';
|
|
39
|
+
import './judge/matchsStart.js';
|
|
39
40
|
import './judge/matchsWhole.js';
|
|
40
41
|
import './load/getSynch.js';
|
|
41
42
|
import './load/loadScript.js';
|
|
42
|
-
import './
|
|
43
|
-
import './log/styleLog.js';
|
|
43
|
+
import './name/getComponentNames.js';
|
|
44
44
|
import './name/getNames.js';
|
|
45
45
|
import './name/humpToLine.js';
|
|
46
|
-
import './name/getComponentNames.js';
|
|
47
46
|
import './name/lineToLargeHump.js';
|
|
48
47
|
import './name/lineToSmallHump.js';
|
|
48
|
+
import './log/styleLog.js';
|
|
49
49
|
import './node/getPort.js';
|
|
50
50
|
import './urls/getImportUrl.js';
|
|
51
|
+
import './urls/getImportUrlSuffix.js';
|
|
51
52
|
import './urls/getNewFileName.js';
|
|
52
53
|
import './urls/getReplaceImportUrl.js';
|
|
53
|
-
import './urls/getImportUrlSuffix.js';
|
|
54
54
|
import './urls/getReplaceUrl.js';
|
|
55
55
|
import './urls/getSuffix.js';
|
|
56
56
|
import './urls/getUrlCatalogue.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-
|
|
73
|
+
} from "./chunk-H4GDW45Q.js";
|
|
74
74
|
import "./chunk-WX3JYE47.js";
|
|
75
|
-
import "./chunk-
|
|
75
|
+
import "./chunk-JT25LH2H.js";
|
|
76
76
|
import "./chunk-5RZYHE3X.js";
|
|
77
77
|
import "./chunk-J3LLPNGV.js";
|
|
78
78
|
import "./chunk-NCSN3MC5.js";
|
package/dist/judge/index.d.ts
CHANGED
package/dist/name/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
export { getComponentNames } from './getComponentNames.js';
|
|
1
2
|
export { getNames } from './getNames.js';
|
|
2
3
|
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';
|
package/dist/urls/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { getImportUrl } from './getImportUrl.js';
|
|
2
|
+
export { getImportUrlSuffix } from './getImportUrlSuffix.js';
|
|
2
3
|
export { getNewFileName } from './getNewFileName.js';
|
|
3
4
|
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
7
|
export { getUrlCatalogue } from './getUrlCatalogue.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-
|
|
5
|
+
"version": "0.0.8-16",
|
|
6
6
|
"description ": "个人工具库",
|
|
7
7
|
"author": "fangzhongya ",
|
|
8
8
|
"license": "MIT",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
],
|
|
33
33
|
"exports": {
|
|
34
34
|
"./*": "./*",
|
|
35
|
-
"./basic/array/asyncMergeArray": {
|
|
36
|
-
"require": "./dist/basic/array/asyncMergeArray.cjs",
|
|
37
|
-
"import": "./dist/basic/array/asyncMergeArray.js",
|
|
38
|
-
"types": "./dist/basic/array/asyncMergeArray.d.ts"
|
|
39
|
-
},
|
|
40
35
|
"./basic/array/duplicateRemoval": {
|
|
41
36
|
"require": "./dist/basic/array/duplicateRemoval.cjs",
|
|
42
37
|
"import": "./dist/basic/array/duplicateRemoval.js",
|
|
43
38
|
"types": "./dist/basic/array/duplicateRemoval.d.ts"
|
|
44
39
|
},
|
|
40
|
+
"./basic/array/asyncMergeArray": {
|
|
41
|
+
"require": "./dist/basic/array/asyncMergeArray.cjs",
|
|
42
|
+
"import": "./dist/basic/array/asyncMergeArray.js",
|
|
43
|
+
"types": "./dist/basic/array/asyncMergeArray.d.ts"
|
|
44
|
+
},
|
|
45
45
|
"./basic/array": {
|
|
46
46
|
"require": "./dist/basic/array/index.cjs",
|
|
47
47
|
"import": "./dist/basic/array/index.js",
|
|
@@ -52,15 +52,50 @@
|
|
|
52
52
|
"import": "./dist/basic/array/isArray.js",
|
|
53
53
|
"types": "./dist/basic/array/isArray.d.ts"
|
|
54
54
|
},
|
|
55
|
+
"./basic/array/replaceAfter": {
|
|
56
|
+
"require": "./dist/basic/array/replaceAfter.cjs",
|
|
57
|
+
"import": "./dist/basic/array/replaceAfter.js",
|
|
58
|
+
"types": "./dist/basic/array/replaceAfter.d.ts"
|
|
59
|
+
},
|
|
55
60
|
"./basic/array/toggleArray": {
|
|
56
61
|
"require": "./dist/basic/array/toggleArray.cjs",
|
|
57
62
|
"import": "./dist/basic/array/toggleArray.js",
|
|
58
63
|
"types": "./dist/basic/array/toggleArray.d.ts"
|
|
59
64
|
},
|
|
60
|
-
"./basic/
|
|
61
|
-
"require": "./dist/basic/
|
|
62
|
-
"import": "./dist/basic/
|
|
63
|
-
"types": "./dist/basic/
|
|
65
|
+
"./basic/object/attrValueSort": {
|
|
66
|
+
"require": "./dist/basic/object/attrValueSort.cjs",
|
|
67
|
+
"import": "./dist/basic/object/attrValueSort.js",
|
|
68
|
+
"types": "./dist/basic/object/attrValueSort.d.ts"
|
|
69
|
+
},
|
|
70
|
+
"./basic/object/filterObject": {
|
|
71
|
+
"require": "./dist/basic/object/filterObject.cjs",
|
|
72
|
+
"import": "./dist/basic/object/filterObject.js",
|
|
73
|
+
"types": "./dist/basic/object/filterObject.d.ts"
|
|
74
|
+
},
|
|
75
|
+
"./basic/object": {
|
|
76
|
+
"require": "./dist/basic/object/index.cjs",
|
|
77
|
+
"import": "./dist/basic/object/index.js",
|
|
78
|
+
"types": "./dist/basic/object/index.d.ts"
|
|
79
|
+
},
|
|
80
|
+
"./basic/object/isObject": {
|
|
81
|
+
"require": "./dist/basic/object/isObject.cjs",
|
|
82
|
+
"import": "./dist/basic/object/isObject.js",
|
|
83
|
+
"types": "./dist/basic/object/isObject.d.ts"
|
|
84
|
+
},
|
|
85
|
+
"./basic/object/isObjectArray": {
|
|
86
|
+
"require": "./dist/basic/object/isObjectArray.cjs",
|
|
87
|
+
"import": "./dist/basic/object/isObjectArray.js",
|
|
88
|
+
"types": "./dist/basic/object/isObjectArray.d.ts"
|
|
89
|
+
},
|
|
90
|
+
"./basic/object/mergeObject": {
|
|
91
|
+
"require": "./dist/basic/object/mergeObject.cjs",
|
|
92
|
+
"import": "./dist/basic/object/mergeObject.js",
|
|
93
|
+
"types": "./dist/basic/object/mergeObject.d.ts"
|
|
94
|
+
},
|
|
95
|
+
"./basic/object/unmergeObject": {
|
|
96
|
+
"require": "./dist/basic/object/unmergeObject.cjs",
|
|
97
|
+
"import": "./dist/basic/object/unmergeObject.js",
|
|
98
|
+
"types": "./dist/basic/object/unmergeObject.d.ts"
|
|
64
99
|
},
|
|
65
100
|
"./basic/string/appearNum": {
|
|
66
101
|
"require": "./dist/basic/string/appearNum.cjs",
|
|
@@ -72,16 +107,16 @@
|
|
|
72
107
|
"import": "./dist/basic/string/firstLower.js",
|
|
73
108
|
"types": "./dist/basic/string/firstLower.d.ts"
|
|
74
109
|
},
|
|
75
|
-
"./basic/string/firstUpper": {
|
|
76
|
-
"require": "./dist/basic/string/firstUpper.cjs",
|
|
77
|
-
"import": "./dist/basic/string/firstUpper.js",
|
|
78
|
-
"types": "./dist/basic/string/firstUpper.d.ts"
|
|
79
|
-
},
|
|
80
110
|
"./basic/string/appearNumSeat": {
|
|
81
111
|
"require": "./dist/basic/string/appearNumSeat.cjs",
|
|
82
112
|
"import": "./dist/basic/string/appearNumSeat.js",
|
|
83
113
|
"types": "./dist/basic/string/appearNumSeat.d.ts"
|
|
84
114
|
},
|
|
115
|
+
"./basic/string/firstUpper": {
|
|
116
|
+
"require": "./dist/basic/string/firstUpper.cjs",
|
|
117
|
+
"import": "./dist/basic/string/firstUpper.js",
|
|
118
|
+
"types": "./dist/basic/string/firstUpper.d.ts"
|
|
119
|
+
},
|
|
85
120
|
"./basic/string/getStartSame": {
|
|
86
121
|
"require": "./dist/basic/string/getStartSame.cjs",
|
|
87
122
|
"import": "./dist/basic/string/getStartSame.js",
|
|
@@ -102,46 +137,21 @@
|
|
|
102
137
|
"import": "./dist/basic/string/splitUpper.js",
|
|
103
138
|
"types": "./dist/basic/string/splitUpper.d.ts"
|
|
104
139
|
},
|
|
105
|
-
"./basic/object/filterObject": {
|
|
106
|
-
"require": "./dist/basic/object/filterObject.cjs",
|
|
107
|
-
"import": "./dist/basic/object/filterObject.js",
|
|
108
|
-
"types": "./dist/basic/object/filterObject.d.ts"
|
|
109
|
-
},
|
|
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"
|
|
114
|
-
},
|
|
115
|
-
"./basic/object/isObject": {
|
|
116
|
-
"require": "./dist/basic/object/isObject.cjs",
|
|
117
|
-
"import": "./dist/basic/object/isObject.js",
|
|
118
|
-
"types": "./dist/basic/object/isObject.d.ts"
|
|
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
|
-
"./basic/object/isObjectArray": {
|
|
126
|
-
"require": "./dist/basic/object/isObjectArray.cjs",
|
|
127
|
-
"import": "./dist/basic/object/isObjectArray.js",
|
|
128
|
-
"types": "./dist/basic/object/isObjectArray.d.ts"
|
|
129
|
-
},
|
|
130
|
-
"./basic/object/mergeObject": {
|
|
131
|
-
"require": "./dist/basic/object/mergeObject.cjs",
|
|
132
|
-
"import": "./dist/basic/object/mergeObject.js",
|
|
133
|
-
"types": "./dist/basic/object/mergeObject.d.ts"
|
|
134
|
-
},
|
|
135
|
-
"./basic/object/unmergeObject": {
|
|
136
|
-
"require": "./dist/basic/object/unmergeObject.cjs",
|
|
137
|
-
"import": "./dist/basic/object/unmergeObject.js",
|
|
138
|
-
"types": "./dist/basic/object/unmergeObject.d.ts"
|
|
139
|
-
},
|
|
140
140
|
"./basic": {
|
|
141
141
|
"require": "./dist/basic/index.cjs",
|
|
142
142
|
"import": "./dist/basic/index.js",
|
|
143
143
|
"types": "./dist/basic/index.d.ts"
|
|
144
144
|
},
|
|
145
|
+
"./html/htmlEscape": {
|
|
146
|
+
"require": "./dist/html/htmlEscape.cjs",
|
|
147
|
+
"import": "./dist/html/htmlEscape.js",
|
|
148
|
+
"types": "./dist/html/htmlEscape.d.ts"
|
|
149
|
+
},
|
|
150
|
+
"./html": {
|
|
151
|
+
"require": "./dist/html/index.cjs",
|
|
152
|
+
"import": "./dist/html/index.js",
|
|
153
|
+
"types": "./dist/html/index.d.ts"
|
|
154
|
+
},
|
|
145
155
|
"./css/fetchUnitValue": {
|
|
146
156
|
"require": "./dist/css/fetchUnitValue.cjs",
|
|
147
157
|
"import": "./dist/css/fetchUnitValue.js",
|
|
@@ -152,16 +162,16 @@
|
|
|
152
162
|
"import": "./dist/css/getCss.js",
|
|
153
163
|
"types": "./dist/css/getCss.d.ts"
|
|
154
164
|
},
|
|
155
|
-
"./css": {
|
|
156
|
-
"require": "./dist/css/index.cjs",
|
|
157
|
-
"import": "./dist/css/index.js",
|
|
158
|
-
"types": "./dist/css/index.d.ts"
|
|
159
|
-
},
|
|
160
165
|
"./css/getPositionRelative": {
|
|
161
166
|
"require": "./dist/css/getPositionRelative.cjs",
|
|
162
167
|
"import": "./dist/css/getPositionRelative.js",
|
|
163
168
|
"types": "./dist/css/getPositionRelative.d.ts"
|
|
164
169
|
},
|
|
170
|
+
"./css": {
|
|
171
|
+
"require": "./dist/css/index.cjs",
|
|
172
|
+
"import": "./dist/css/index.js",
|
|
173
|
+
"types": "./dist/css/index.d.ts"
|
|
174
|
+
},
|
|
165
175
|
"./css/setCss": {
|
|
166
176
|
"require": "./dist/css/setCss.cjs",
|
|
167
177
|
"import": "./dist/css/setCss.js",
|
|
@@ -182,16 +192,16 @@
|
|
|
182
192
|
"import": "./dist/judge/matchs.js",
|
|
183
193
|
"types": "./dist/judge/matchs.d.ts"
|
|
184
194
|
},
|
|
185
|
-
"./judge/matchsStart": {
|
|
186
|
-
"require": "./dist/judge/matchsStart.cjs",
|
|
187
|
-
"import": "./dist/judge/matchsStart.js",
|
|
188
|
-
"types": "./dist/judge/matchsStart.d.ts"
|
|
189
|
-
},
|
|
190
195
|
"./judge/matchsEnd": {
|
|
191
196
|
"require": "./dist/judge/matchsEnd.cjs",
|
|
192
197
|
"import": "./dist/judge/matchsEnd.js",
|
|
193
198
|
"types": "./dist/judge/matchsEnd.d.ts"
|
|
194
199
|
},
|
|
200
|
+
"./judge/matchsStart": {
|
|
201
|
+
"require": "./dist/judge/matchsStart.cjs",
|
|
202
|
+
"import": "./dist/judge/matchsStart.js",
|
|
203
|
+
"types": "./dist/judge/matchsStart.d.ts"
|
|
204
|
+
},
|
|
195
205
|
"./judge/matchsWhole": {
|
|
196
206
|
"require": "./dist/judge/matchsWhole.cjs",
|
|
197
207
|
"import": "./dist/judge/matchsWhole.js",
|
|
@@ -212,25 +222,10 @@
|
|
|
212
222
|
"import": "./dist/load/loadScript.js",
|
|
213
223
|
"types": "./dist/load/loadScript.d.ts"
|
|
214
224
|
},
|
|
215
|
-
"./
|
|
216
|
-
"require": "./dist/
|
|
217
|
-
"import": "./dist/
|
|
218
|
-
"types": "./dist/
|
|
219
|
-
},
|
|
220
|
-
"./html": {
|
|
221
|
-
"require": "./dist/html/index.cjs",
|
|
222
|
-
"import": "./dist/html/index.js",
|
|
223
|
-
"types": "./dist/html/index.d.ts"
|
|
224
|
-
},
|
|
225
|
-
"./log": {
|
|
226
|
-
"require": "./dist/log/index.cjs",
|
|
227
|
-
"import": "./dist/log/index.js",
|
|
228
|
-
"types": "./dist/log/index.d.ts"
|
|
229
|
-
},
|
|
230
|
-
"./log/styleLog": {
|
|
231
|
-
"require": "./dist/log/styleLog.cjs",
|
|
232
|
-
"import": "./dist/log/styleLog.js",
|
|
233
|
-
"types": "./dist/log/styleLog.d.ts"
|
|
225
|
+
"./name/getComponentNames": {
|
|
226
|
+
"require": "./dist/name/getComponentNames.cjs",
|
|
227
|
+
"import": "./dist/name/getComponentNames.js",
|
|
228
|
+
"types": "./dist/name/getComponentNames.d.ts"
|
|
234
229
|
},
|
|
235
230
|
"./name/getNames": {
|
|
236
231
|
"require": "./dist/name/getNames.cjs",
|
|
@@ -242,11 +237,6 @@
|
|
|
242
237
|
"import": "./dist/name/humpToLine.js",
|
|
243
238
|
"types": "./dist/name/humpToLine.d.ts"
|
|
244
239
|
},
|
|
245
|
-
"./name/getComponentNames": {
|
|
246
|
-
"require": "./dist/name/getComponentNames.cjs",
|
|
247
|
-
"import": "./dist/name/getComponentNames.js",
|
|
248
|
-
"types": "./dist/name/getComponentNames.d.ts"
|
|
249
|
-
},
|
|
250
240
|
"./name": {
|
|
251
241
|
"require": "./dist/name/index.cjs",
|
|
252
242
|
"import": "./dist/name/index.js",
|
|
@@ -262,6 +252,16 @@
|
|
|
262
252
|
"import": "./dist/name/lineToSmallHump.js",
|
|
263
253
|
"types": "./dist/name/lineToSmallHump.d.ts"
|
|
264
254
|
},
|
|
255
|
+
"./log": {
|
|
256
|
+
"require": "./dist/log/index.cjs",
|
|
257
|
+
"import": "./dist/log/index.js",
|
|
258
|
+
"types": "./dist/log/index.d.ts"
|
|
259
|
+
},
|
|
260
|
+
"./log/styleLog": {
|
|
261
|
+
"require": "./dist/log/styleLog.cjs",
|
|
262
|
+
"import": "./dist/log/styleLog.js",
|
|
263
|
+
"types": "./dist/log/styleLog.d.ts"
|
|
264
|
+
},
|
|
265
265
|
"./node/getPort": {
|
|
266
266
|
"require": "./dist/node/getPort.cjs",
|
|
267
267
|
"import": "./dist/node/getPort.js",
|
|
@@ -277,6 +277,11 @@
|
|
|
277
277
|
"import": "./dist/urls/getImportUrl.js",
|
|
278
278
|
"types": "./dist/urls/getImportUrl.d.ts"
|
|
279
279
|
},
|
|
280
|
+
"./urls/getImportUrlSuffix": {
|
|
281
|
+
"require": "./dist/urls/getImportUrlSuffix.cjs",
|
|
282
|
+
"import": "./dist/urls/getImportUrlSuffix.js",
|
|
283
|
+
"types": "./dist/urls/getImportUrlSuffix.d.ts"
|
|
284
|
+
},
|
|
280
285
|
"./urls/getNewFileName": {
|
|
281
286
|
"require": "./dist/urls/getNewFileName.cjs",
|
|
282
287
|
"import": "./dist/urls/getNewFileName.js",
|
|
@@ -287,11 +292,6 @@
|
|
|
287
292
|
"import": "./dist/urls/getReplaceImportUrl.js",
|
|
288
293
|
"types": "./dist/urls/getReplaceImportUrl.d.ts"
|
|
289
294
|
},
|
|
290
|
-
"./urls/getImportUrlSuffix": {
|
|
291
|
-
"require": "./dist/urls/getImportUrlSuffix.cjs",
|
|
292
|
-
"import": "./dist/urls/getImportUrlSuffix.js",
|
|
293
|
-
"types": "./dist/urls/getImportUrlSuffix.d.ts"
|
|
294
|
-
},
|
|
295
295
|
"./urls/getReplaceUrl": {
|
|
296
296
|
"require": "./dist/urls/getReplaceUrl.cjs",
|
|
297
297
|
"import": "./dist/urls/getReplaceUrl.js",
|
package/dist/index-fa55ca92.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
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 };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { filterObject } from './basic/object/filterObject.js';
|
|
2
1
|
import { attrValueSort } from './basic/object/attrValueSort.js';
|
|
2
|
+
import { filterObject } from './basic/object/filterObject.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';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { appearNum } from './basic/string/appearNum.js';
|
|
2
2
|
import { firstLower } from './basic/string/firstLower.js';
|
|
3
|
-
import { firstUpper } from './basic/string/firstUpper.js';
|
|
4
3
|
import { appearNumSeat } from './basic/string/appearNumSeat.js';
|
|
4
|
+
import { firstUpper } from './basic/string/firstUpper.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,7 +1,7 @@
|
|
|
1
1
|
import { getImportUrl } from './urls/getImportUrl.js';
|
|
2
|
+
import { getImportUrlSuffix } from './urls/getImportUrlSuffix.js';
|
|
2
3
|
import { getNewFileName } from './urls/getNewFileName.js';
|
|
3
4
|
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
7
|
import { getUrlCatalogue } from './urls/getUrlCatalogue.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { matchs } from './judge/matchs.js';
|
|
2
|
-
import { matchsStart } from './judge/matchsStart.js';
|
|
3
2
|
import { matchsEnd } from './judge/matchsEnd.js';
|
|
3
|
+
import { matchsStart } from './judge/matchsStart.js';
|
|
4
4
|
import { matchsWhole } from './judge/matchsWhole.js';
|
|
5
5
|
|
|
6
6
|
declare const index_matchs: typeof matchs;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { getComponentNames } from './name/getComponentNames.js';
|
|
1
2
|
import { getNames } from './name/getNames.js';
|
|
2
3
|
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,8 +1,8 @@
|
|
|
1
|
-
import { asyncMergeArray } from './basic/array/asyncMergeArray.js';
|
|
2
1
|
import { duplicateRemoval } from './basic/array/duplicateRemoval.js';
|
|
2
|
+
import { asyncMergeArray } from './basic/array/asyncMergeArray.js';
|
|
3
3
|
import { isArray } from './basic/array/isArray.js';
|
|
4
|
-
import { toggleArray } from './basic/array/toggleArray.js';
|
|
5
4
|
import { replaceAfter } from './basic/array/replaceAfter.js';
|
|
5
|
+
import { toggleArray } from './basic/array/toggleArray.js';
|
|
6
6
|
|
|
7
7
|
declare const index_asyncMergeArray: typeof asyncMergeArray;
|
|
8
8
|
declare const index_duplicateRemoval: typeof duplicateRemoval;
|