mxcad-app 1.0.18 → 1.0.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.
- package/LICENSE +38 -38
- package/LICENSE_CN +36 -36
- package/README.md +253 -253
- package/dist/chunks/index5.js.gz +0 -0
- package/dist/chunks/lib.js.gz +0 -0
- package/dist/chunks/mxcad.js.gz +0 -0
- package/dist/chunks/mxdraw.js.gz +0 -0
- package/dist/index.cjs.gz +0 -0
- package/dist/index.d.ts +22 -19
- package/dist/index.umd.js.gz +0 -0
- package/dist/mxcad.d.ts +6 -9
- package/dist/mxcadAppAssets/plugins/pluginCodeEdit/index.js +92 -92
- package/dist/mxcadAppAssets/plugins/pluginCodeEdit/index.js.gz +0 -0
- package/dist/mxcadAppAssets/plugins/test.js +240 -2815
- package/dist/mxcadAppAssets/wasm/2d/mxdrawassembly_min.js.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d/mxdrawassembly_min.wasm.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d-st/mxdrawassembly_min.js.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d-st/mxdrawassembly_minst.wasm.gz +0 -0
- package/package.json +65 -65
- package/dist/mxcadAppAssets/mxServerConfig_debug.json.gz +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mxcad-app",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"main": "./dist/index.cjs",
|
|
5
|
-
"module": "./dist/index.js",
|
|
6
|
-
"browser": "./dist/index.umd.js",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"style": "./dist/styles/style.css",
|
|
9
|
-
"typesVersions": {
|
|
10
|
-
"*": {
|
|
11
|
-
".": [
|
|
12
|
-
"./dist/index.d.ts"
|
|
13
|
-
],
|
|
14
|
-
"vite": [
|
|
15
|
-
"./packToolPlugin/vite/index.d.ts"
|
|
16
|
-
],
|
|
17
|
-
"webpack": [
|
|
18
|
-
"./packToolPlugin/webpack/index.d.ts"
|
|
19
|
-
],
|
|
20
|
-
"rollup": [
|
|
21
|
-
"./packToolPlugin/rollup/index.d.ts"
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"scripts": {
|
|
26
|
-
"postinstall": "node postinstall.js"
|
|
27
|
-
},
|
|
28
|
-
"exports": {
|
|
29
|
-
".": {
|
|
30
|
-
"import": "./dist/index.js",
|
|
31
|
-
"require": "./dist/index.cjs",
|
|
32
|
-
"browser": "./dist/index.umd.js",
|
|
33
|
-
"types": "./dist/index.d.ts"
|
|
34
|
-
},
|
|
35
|
-
"./style": {
|
|
36
|
-
"import": "./dist/styles/style.css",
|
|
37
|
-
"browser": "./dist/styles/style.css",
|
|
38
|
-
"require": "./dist/styles/style.css"
|
|
39
|
-
},
|
|
40
|
-
"./vite": {
|
|
41
|
-
"import": "./packToolPlugin/vite/index.mjs",
|
|
42
|
-
"require": "./packToolPlugin/vite/index.cjs",
|
|
43
|
-
"types": "./packToolPlugin/vite/index.d.ts"
|
|
44
|
-
},
|
|
45
|
-
"./webpack": {
|
|
46
|
-
"import": "./packToolPlugin/webpack/index.mjs",
|
|
47
|
-
"require": "./packToolPlugin/webpack/index.cjs",
|
|
48
|
-
"types": "./packToolPlugin/webpack/index.d.ts"
|
|
49
|
-
},
|
|
50
|
-
"./rollup": {
|
|
51
|
-
"import": "./packToolPlugin/rollup/index.mjs",
|
|
52
|
-
"require": "./packToolPlugin/rollup/index.cjs",
|
|
53
|
-
"types": "./packToolPlugin/rollup/index.d.ts"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"files": [
|
|
57
|
-
"dist",
|
|
58
|
-
"LICENSE",
|
|
59
|
-
"LICENSE_CN",
|
|
60
|
-
"README.md",
|
|
61
|
-
"packToolPlugin",
|
|
62
|
-
"package.json",
|
|
63
|
-
"postinstall.js"
|
|
64
|
-
]
|
|
65
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "mxcad-app",
|
|
3
|
+
"version": "1.0.20",
|
|
4
|
+
"main": "./dist/index.cjs",
|
|
5
|
+
"module": "./dist/index.js",
|
|
6
|
+
"browser": "./dist/index.umd.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"style": "./dist/styles/style.css",
|
|
9
|
+
"typesVersions": {
|
|
10
|
+
"*": {
|
|
11
|
+
".": [
|
|
12
|
+
"./dist/index.d.ts"
|
|
13
|
+
],
|
|
14
|
+
"vite": [
|
|
15
|
+
"./packToolPlugin/vite/index.d.ts"
|
|
16
|
+
],
|
|
17
|
+
"webpack": [
|
|
18
|
+
"./packToolPlugin/webpack/index.d.ts"
|
|
19
|
+
],
|
|
20
|
+
"rollup": [
|
|
21
|
+
"./packToolPlugin/rollup/index.d.ts"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"scripts": {
|
|
26
|
+
"postinstall": "node postinstall.js"
|
|
27
|
+
},
|
|
28
|
+
"exports": {
|
|
29
|
+
".": {
|
|
30
|
+
"import": "./dist/index.js",
|
|
31
|
+
"require": "./dist/index.cjs",
|
|
32
|
+
"browser": "./dist/index.umd.js",
|
|
33
|
+
"types": "./dist/index.d.ts"
|
|
34
|
+
},
|
|
35
|
+
"./style": {
|
|
36
|
+
"import": "./dist/styles/style.css",
|
|
37
|
+
"browser": "./dist/styles/style.css",
|
|
38
|
+
"require": "./dist/styles/style.css"
|
|
39
|
+
},
|
|
40
|
+
"./vite": {
|
|
41
|
+
"import": "./packToolPlugin/vite/index.mjs",
|
|
42
|
+
"require": "./packToolPlugin/vite/index.cjs",
|
|
43
|
+
"types": "./packToolPlugin/vite/index.d.ts"
|
|
44
|
+
},
|
|
45
|
+
"./webpack": {
|
|
46
|
+
"import": "./packToolPlugin/webpack/index.mjs",
|
|
47
|
+
"require": "./packToolPlugin/webpack/index.cjs",
|
|
48
|
+
"types": "./packToolPlugin/webpack/index.d.ts"
|
|
49
|
+
},
|
|
50
|
+
"./rollup": {
|
|
51
|
+
"import": "./packToolPlugin/rollup/index.mjs",
|
|
52
|
+
"require": "./packToolPlugin/rollup/index.cjs",
|
|
53
|
+
"types": "./packToolPlugin/rollup/index.d.ts"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"files": [
|
|
57
|
+
"dist",
|
|
58
|
+
"LICENSE",
|
|
59
|
+
"LICENSE_CN",
|
|
60
|
+
"README.md",
|
|
61
|
+
"packToolPlugin",
|
|
62
|
+
"package.json",
|
|
63
|
+
"postinstall.js"
|
|
64
|
+
]
|
|
65
|
+
}
|
|
Binary file
|