ecinc-cloud-mappaio 9.0.1
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/README.md +24 -0
- package/lib/ecmappone.common.js +59959 -0
- package/lib/ecmappone.umd.js +59969 -0
- package/lib/ecmappone.umd.min.js +22 -0
- package/lib/img/iconfont.bebddb8d.svg +29 -0
- package/package.json +82 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
+
<!--
|
|
4
|
+
2013-9-30: Created.
|
|
5
|
+
-->
|
|
6
|
+
<svg>
|
|
7
|
+
<metadata>
|
|
8
|
+
Created by iconfont
|
|
9
|
+
</metadata>
|
|
10
|
+
<defs>
|
|
11
|
+
|
|
12
|
+
<font id="iconfont" horiz-adv-x="1024" >
|
|
13
|
+
<font-face
|
|
14
|
+
font-family="iconfont"
|
|
15
|
+
font-weight="500"
|
|
16
|
+
font-stretch="normal"
|
|
17
|
+
units-per-em="1024"
|
|
18
|
+
ascent="896"
|
|
19
|
+
descent="-128"
|
|
20
|
+
/>
|
|
21
|
+
<missing-glyph />
|
|
22
|
+
|
|
23
|
+
<glyph glyph-name="search" unicode="" d="M963.01713423 6.512640000000033l-176.05720534 175.53938963A410.10972445 410.10972445 0 0 1 874.47071645 435.78153127a414.25224651 414.25224651 0 1 1-414.25224772-414.25224772 410.10972445 410.10972445 0 0 1 253.72950164 87.51078756l175.53938963-176.05720534a51.78153127 51.78153127 0 0 1 73.52977423 0 51.78153127 51.78153127 0 0 1 0 73.52977423zM149.52928355 435.78153127a310.68918518 310.68918518 0 1 0 310.68918518-310.68918519 310.68918518 310.68918518 0 0 0-310.68918518 310.68918519z" horiz-adv-x="1024" />
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
</font>
|
|
29
|
+
</defs></svg>
|
package/package.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ecinc-cloud-mappaio",
|
|
3
|
+
"main": "/lib/ecmappaio.umd.min.js",
|
|
4
|
+
"version": "9.0.1",
|
|
5
|
+
"description": "易臣云应用平台-手机整合包",
|
|
6
|
+
"keyword": "ecinc cloud plat",
|
|
7
|
+
"private": false,
|
|
8
|
+
"author": "ECINC",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"lint": "vue-cli-service lint",
|
|
11
|
+
"lib:wappaio": "vue-cli-service build --target lib --name ecwappone --dest lib packages/wappone.index.js",
|
|
12
|
+
"lib:wportal": "vue-cli-service build --target lib --name ecwappnowf --dest lib packages/wappnowf.index.js",
|
|
13
|
+
"lib:mappaio": "vue-cli-service build --target lib --name ecmappone --dest lib packages/mappone.index.js"
|
|
14
|
+
},
|
|
15
|
+
"husky": {
|
|
16
|
+
"hooks": {
|
|
17
|
+
"pre-commit": "lint-staged"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"lint-staged": {
|
|
21
|
+
"src/**/*.{js,vue}": [
|
|
22
|
+
"eslint --fix",
|
|
23
|
+
"git add"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@babel/polyfill": "^7.11.5",
|
|
28
|
+
"axios": "^0.19.0",
|
|
29
|
+
"clipboard": "^2.0.6",
|
|
30
|
+
"highlight.js": "^9.12.0",
|
|
31
|
+
"http-vue-loader": "^1.4.1",
|
|
32
|
+
"increase-memory-limit": "^1.0.7",
|
|
33
|
+
"jquery": "^3.4.1",
|
|
34
|
+
"jquery-ui": "^1.12.1",
|
|
35
|
+
"js-cookie": "^2.2.1",
|
|
36
|
+
"jsonlint": "^1.6.3",
|
|
37
|
+
"jsplumb": "^2.15.6",
|
|
38
|
+
"jwt-decode": "^2.2.0",
|
|
39
|
+
"sortablejs": "^1.10.1",
|
|
40
|
+
"tiff.js": "^1.0.0",
|
|
41
|
+
"vee-validate": "^3.0.11",
|
|
42
|
+
"vue-i18n": "^8.15.0",
|
|
43
|
+
"vuedraggable": "^2.23.2"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@babel/core": "^7.0.0",
|
|
47
|
+
"@babel/register": "^7.0.0",
|
|
48
|
+
"@riophae/vue-treeselect": "^0.4.0",
|
|
49
|
+
"@vue/cli-plugin-babel": "^4.5.18",
|
|
50
|
+
"@vue/cli-plugin-eslint": "^4.5.18",
|
|
51
|
+
"@vue/cli-service": "^4.5.18",
|
|
52
|
+
"babel-core": "^7.0.0-bridge.0",
|
|
53
|
+
"babel-eslint": "^10.0.1",
|
|
54
|
+
"babel-jest": "^25.5.1",
|
|
55
|
+
"element-ui": "^2.15.12",
|
|
56
|
+
"eslint": "5.15.3",
|
|
57
|
+
"eslint-plugin-vue": "5.2.2",
|
|
58
|
+
"lint-staged": "8.1.5",
|
|
59
|
+
"moment": "^2.24.0",
|
|
60
|
+
"node-sass": "^4.9.3",
|
|
61
|
+
"sass-loader": "^7.3.1",
|
|
62
|
+
"script-loader": "^0.7.2",
|
|
63
|
+
"vant": "^2.12.49",
|
|
64
|
+
"vue": "^2.7.16",
|
|
65
|
+
"vue-codemirror": "^4.0.6",
|
|
66
|
+
"vue-grid-layout": "^2.4.0",
|
|
67
|
+
"vuex": "^3.6.2"
|
|
68
|
+
},
|
|
69
|
+
"engines": {
|
|
70
|
+
"node": ">=8.9",
|
|
71
|
+
"npm": ">= 3.0.0"
|
|
72
|
+
},
|
|
73
|
+
"browserslist": [
|
|
74
|
+
"> 1%",
|
|
75
|
+
"last 3 versions",
|
|
76
|
+
"not ie <= 9"
|
|
77
|
+
],
|
|
78
|
+
"directories": {
|
|
79
|
+
"test": "tests"
|
|
80
|
+
},
|
|
81
|
+
"license": "ISC"
|
|
82
|
+
}
|