@egova/egova-api 1.3.4 → 1.3.6
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 +15 -15
- package/dist/index.common.js +11097 -11035
- package/dist/index.css +1 -1
- package/dist/index.umd.js +11097 -11035
- package/dist/index.umd.min.js +4 -4
- package/dist/static/img/{authentication.da2b6203.svg → authentication.e6fbf188.svg} +159 -159
- package/dist/static/img/{empty_result.58c09489.svg → empty_result.98fe48d0.svg} +232 -232
- package/dist/static/img/{iconfont.559d2630.svg → iconfont.26f82952.svg} +83 -83
- package/dist/static/img/{iconfont.671d9701.svg → iconfont.6fbfccbd.svg} +285 -285
- package/dist/static/img/{table_nodata.a7f91345.svg → table_nodata.c92bc11a.svg} +200 -200
- package/package.json +99 -99
package/package.json
CHANGED
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@egova/egova-api",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "api",
|
|
5
|
-
"author": "egova",
|
|
6
|
-
"publishConfig": {
|
|
7
|
-
"access": "public"
|
|
8
|
-
},
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
12
|
-
"keywords": [
|
|
13
|
-
"api",
|
|
14
|
-
"typescript"
|
|
15
|
-
],
|
|
16
|
-
"license": "MIT",
|
|
17
|
-
"main": "dist/index.umd.min.js",
|
|
18
|
-
"types": "dist/types/src/index.d.ts",
|
|
19
|
-
"scripts": {
|
|
20
|
-
"serve": "vue-cli-service serve",
|
|
21
|
-
"build": "vue-cli-service build",
|
|
22
|
-
"lint": "vue-cli-service lint",
|
|
23
|
-
"build:serve": "http-server ./dist -a 127.0.0.1 -p 5050",
|
|
24
|
-
"dist:types": "tsc -d --emitDeclarationOnly --declarationDir dist/types",
|
|
25
|
-
"dist:lib": "vue-cli-service build --mode lib --target lib --name index src/index.ts",
|
|
26
|
-
"dll": "vue-cli-service dll",
|
|
27
|
-
"template:deploy": "cd .template && git init && git add -A && git commit -m 'deploy' && git push -f https://github.com/egova-safety/vue-preset-web-template.git master:master"
|
|
28
|
-
},
|
|
29
|
-
"peerDependencies": {
|
|
30
|
-
"@egova/flagwind-core": ">=1.1.4",
|
|
31
|
-
"@egova/flagwind-web": ">=1.0.23",
|
|
32
|
-
"axios": ">=0.19.2",
|
|
33
|
-
"crypto-js": "^4.1.1",
|
|
34
|
-
"dayjs": ">=1.11.10",
|
|
35
|
-
"equals": ">=1.0.5",
|
|
36
|
-
"halo-math": ">=1.0.9",
|
|
37
|
-
"js-cookie": ">=2.2.1",
|
|
38
|
-
"mavon-editor": ">=2.9.0",
|
|
39
|
-
"sm-crypto": ">=0.3.11",
|
|
40
|
-
"swiper": ">=6.5.7",
|
|
41
|
-
"view-design": ">=4.6.0",
|
|
42
|
-
"vue": ">=2.6.11",
|
|
43
|
-
"vue-class-component": ">=7.2.3",
|
|
44
|
-
"vue-property-decorator": ">=8.4.0"
|
|
45
|
-
},
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"@egova/flagwind-core": "^1.1.4",
|
|
48
|
-
"@egova/flagwind-echarts": "^1.0.10",
|
|
49
|
-
"@egova/flagwind-web": "^1.0.23",
|
|
50
|
-
"axios": "^0.21.1",
|
|
51
|
-
"brace": "^0.11.1",
|
|
52
|
-
"core-js": "^3.6.5",
|
|
53
|
-
"crypto-js": "^4.2.0",
|
|
54
|
-
"dayjs": "^1.11.10",
|
|
55
|
-
"echarts": "^4.6.0",
|
|
56
|
-
"equals": "^1.0.5",
|
|
57
|
-
"halo-math": "^1.0.9",
|
|
58
|
-
"js-cookie": "^2.2.1",
|
|
59
|
-
"jsencrypt": "^3.0.1",
|
|
60
|
-
"lodash.debounce": "^4.0.8",
|
|
61
|
-
"mavon-editor": "^2.10.4",
|
|
62
|
-
"swiper": "^6.5.7",
|
|
63
|
-
"view-design": "^4.6.0",
|
|
64
|
-
"vue": "^2.6.11",
|
|
65
|
-
"vue-awesome-swiper": "^4.1.1",
|
|
66
|
-
"vue-class-component": "^7.2.3",
|
|
67
|
-
"vue-draggable-resizable": "^2.3.0",
|
|
68
|
-
"vue-json-viewer": "^2.2.21",
|
|
69
|
-
"vue-property-decorator": "^8.4.0",
|
|
70
|
-
"vue-router": "^3.2.0",
|
|
71
|
-
"vue-virtual-scroll-list": "^2.3.2",
|
|
72
|
-
"vue2-ace-editor": "0.0.15",
|
|
73
|
-
"vuex": "^3.4.0"
|
|
74
|
-
},
|
|
75
|
-
"devDependencies": {
|
|
76
|
-
"@egova/vue-cli-plugin-dll": "^1.1.7",
|
|
77
|
-
"@types/echarts": "^4.4.3",
|
|
78
|
-
"@types/js-cookie": "^2.2.4",
|
|
79
|
-
"@types/node": "^13.7.4",
|
|
80
|
-
"@vue/cli-plugin-babel": "~4.5.0",
|
|
81
|
-
"@vue/cli-plugin-router": "~4.5.0",
|
|
82
|
-
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
83
|
-
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
84
|
-
"@vue/cli-service": "~4.5.0",
|
|
85
|
-
"add-asset-html-webpack-plugin": "^3.1.3",
|
|
86
|
-
"compression-webpack-plugin": "^3.1.0",
|
|
87
|
-
"friendly-errors-webpack-plugin": "^1.7.0",
|
|
88
|
-
"node-sass": "^4.14.1",
|
|
89
|
-
"raw-loader": "^1.0.0",
|
|
90
|
-
"sass-loader": "^8.0.2",
|
|
91
|
-
"style-resources-loader": "^1.3.3",
|
|
92
|
-
"tslib": "^2.1.0",
|
|
93
|
-
"tslint-config-flagwind": "^1.0.1",
|
|
94
|
-
"tslint-loader": "^3.5.4",
|
|
95
|
-
"typescript": "^4.2.0",
|
|
96
|
-
"vue-template-compiler": "^2.6.11",
|
|
97
|
-
"webpack-cli": "^3.3.11"
|
|
98
|
-
}
|
|
99
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@egova/egova-api",
|
|
3
|
+
"version": "1.3.6",
|
|
4
|
+
"description": "api",
|
|
5
|
+
"author": "egova",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public"
|
|
8
|
+
},
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"keywords": [
|
|
13
|
+
"api",
|
|
14
|
+
"typescript"
|
|
15
|
+
],
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"main": "dist/index.umd.min.js",
|
|
18
|
+
"types": "dist/types/src/index.d.ts",
|
|
19
|
+
"scripts": {
|
|
20
|
+
"serve": "vue-cli-service serve",
|
|
21
|
+
"build": "vue-cli-service build",
|
|
22
|
+
"lint": "vue-cli-service lint",
|
|
23
|
+
"build:serve": "http-server ./dist -a 127.0.0.1 -p 5050",
|
|
24
|
+
"dist:types": "tsc -d --emitDeclarationOnly --declarationDir dist/types",
|
|
25
|
+
"dist:lib": "vue-cli-service build --mode lib --target lib --name index src/index.ts",
|
|
26
|
+
"dll": "vue-cli-service dll",
|
|
27
|
+
"template:deploy": "cd .template && git init && git add -A && git commit -m 'deploy' && git push -f https://github.com/egova-safety/vue-preset-web-template.git master:master"
|
|
28
|
+
},
|
|
29
|
+
"peerDependencies": {
|
|
30
|
+
"@egova/flagwind-core": ">=1.1.4",
|
|
31
|
+
"@egova/flagwind-web": ">=1.0.23",
|
|
32
|
+
"axios": ">=0.19.2",
|
|
33
|
+
"crypto-js": "^4.1.1",
|
|
34
|
+
"dayjs": ">=1.11.10",
|
|
35
|
+
"equals": ">=1.0.5",
|
|
36
|
+
"halo-math": ">=1.0.9",
|
|
37
|
+
"js-cookie": ">=2.2.1",
|
|
38
|
+
"mavon-editor": ">=2.9.0",
|
|
39
|
+
"sm-crypto": ">=0.3.11",
|
|
40
|
+
"swiper": ">=6.5.7",
|
|
41
|
+
"view-design": ">=4.6.0",
|
|
42
|
+
"vue": ">=2.6.11",
|
|
43
|
+
"vue-class-component": ">=7.2.3",
|
|
44
|
+
"vue-property-decorator": ">=8.4.0"
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@egova/flagwind-core": "^1.1.4",
|
|
48
|
+
"@egova/flagwind-echarts": "^1.0.10",
|
|
49
|
+
"@egova/flagwind-web": "^1.0.23",
|
|
50
|
+
"axios": "^0.21.1",
|
|
51
|
+
"brace": "^0.11.1",
|
|
52
|
+
"core-js": "^3.6.5",
|
|
53
|
+
"crypto-js": "^4.2.0",
|
|
54
|
+
"dayjs": "^1.11.10",
|
|
55
|
+
"echarts": "^4.6.0",
|
|
56
|
+
"equals": "^1.0.5",
|
|
57
|
+
"halo-math": "^1.0.9",
|
|
58
|
+
"js-cookie": "^2.2.1",
|
|
59
|
+
"jsencrypt": "^3.0.1",
|
|
60
|
+
"lodash.debounce": "^4.0.8",
|
|
61
|
+
"mavon-editor": "^2.10.4",
|
|
62
|
+
"swiper": "^6.5.7",
|
|
63
|
+
"view-design": "^4.6.0",
|
|
64
|
+
"vue": "^2.6.11",
|
|
65
|
+
"vue-awesome-swiper": "^4.1.1",
|
|
66
|
+
"vue-class-component": "^7.2.3",
|
|
67
|
+
"vue-draggable-resizable": "^2.3.0",
|
|
68
|
+
"vue-json-viewer": "^2.2.21",
|
|
69
|
+
"vue-property-decorator": "^8.4.0",
|
|
70
|
+
"vue-router": "^3.2.0",
|
|
71
|
+
"vue-virtual-scroll-list": "^2.3.2",
|
|
72
|
+
"vue2-ace-editor": "0.0.15",
|
|
73
|
+
"vuex": "^3.4.0"
|
|
74
|
+
},
|
|
75
|
+
"devDependencies": {
|
|
76
|
+
"@egova/vue-cli-plugin-dll": "^1.1.7",
|
|
77
|
+
"@types/echarts": "^4.4.3",
|
|
78
|
+
"@types/js-cookie": "^2.2.4",
|
|
79
|
+
"@types/node": "^13.7.4",
|
|
80
|
+
"@vue/cli-plugin-babel": "~4.5.0",
|
|
81
|
+
"@vue/cli-plugin-router": "~4.5.0",
|
|
82
|
+
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
83
|
+
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
84
|
+
"@vue/cli-service": "~4.5.0",
|
|
85
|
+
"add-asset-html-webpack-plugin": "^3.1.3",
|
|
86
|
+
"compression-webpack-plugin": "^3.1.0",
|
|
87
|
+
"friendly-errors-webpack-plugin": "^1.7.0",
|
|
88
|
+
"node-sass": "^4.14.1",
|
|
89
|
+
"raw-loader": "^1.0.0",
|
|
90
|
+
"sass-loader": "^8.0.2",
|
|
91
|
+
"style-resources-loader": "^1.3.3",
|
|
92
|
+
"tslib": "^2.1.0",
|
|
93
|
+
"tslint-config-flagwind": "^1.0.1",
|
|
94
|
+
"tslint-loader": "^3.5.4",
|
|
95
|
+
"typescript": "^4.2.0",
|
|
96
|
+
"vue-template-compiler": "^2.6.11",
|
|
97
|
+
"webpack-cli": "^3.3.11"
|
|
98
|
+
}
|
|
99
|
+
}
|