gds-plus-design-vue 1.0.1 → 1.0.21
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/lib/gd-initial.mjs +15 -817
- package/lib/gd-initial.umd.js +422 -3
- package/lib/index.0ed92bf2.mjs +127614 -0
- package/lib/main.64c08f2b.mjs +694 -0
- package/lib/style.css +7 -1
- package/locale/el/en_US.js +123 -0
- package/locale/el/id_ID.js +123 -0
- package/locale/el/vi_VN.js +123 -0
- package/locale/el/zh_CN.js +123 -0
- package/locale/en_US.js +1707 -0
- package/locale/id_ID.js +1709 -0
- package/locale/index.js +8 -0
- package/locale/vi_VN.js +1709 -0
- package/locale/zh_CN.js +1854 -0
- package/package.json +104 -94
- /package/lib/{element-theme-chalk.fbb1a631.mjs → element-theme-chalk.07d24301.mjs} +0 -0
package/package.json
CHANGED
|
@@ -1,95 +1,105 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "gds-plus-design-vue",
|
|
3
|
+
"version": "1.0.21",
|
|
4
|
+
"description": "高得CRM-PLUS框架Vue组件",
|
|
5
|
+
"files": [
|
|
6
|
+
"lib",
|
|
7
|
+
"locale"
|
|
8
|
+
],
|
|
9
|
+
"main": "lib/gd-initial.umd.min.js",
|
|
10
|
+
"module": "lib/gd-initial.mjs",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "lib/gd-initial.mjs",
|
|
14
|
+
"require": "lib/gd-initial.umd.min.js"
|
|
15
|
+
},
|
|
16
|
+
"./lib/style.css": {
|
|
17
|
+
"import": "./lib/style.css",
|
|
18
|
+
"require": "./lib/style.css"
|
|
19
|
+
},
|
|
20
|
+
"./locale/lang": {
|
|
21
|
+
"import": "./locale/index.js",
|
|
22
|
+
"require": "./locale/index.js"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"scripts": {
|
|
26
|
+
"dev": "vite --force",
|
|
27
|
+
"build": "vite build",
|
|
28
|
+
"predevs": "rd /s /q node_modules\\.vite"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@babel/core": "7.22.20",
|
|
32
|
+
"@babel/preset-env": "7.20.2",
|
|
33
|
+
"axios": "1.6.2",
|
|
34
|
+
"default-passive-events": "2.0.0",
|
|
35
|
+
"el-tree-transfer": "^2.4.7",
|
|
36
|
+
"element-ui": "2.15.14",
|
|
37
|
+
"file-saver": "^2.0.5",
|
|
38
|
+
"jszip": "^3.10.1",
|
|
39
|
+
"moment": "^2.30.1",
|
|
40
|
+
"path-browserify": "1.0.1",
|
|
41
|
+
"path-to-regexp": "2.4.0",
|
|
42
|
+
"qrcode": "^1.5.4",
|
|
43
|
+
"quill": "^2.0.2",
|
|
44
|
+
"rollup-plugin-visualizer": "^5.14.0",
|
|
45
|
+
"screenfull": "^6.0.2",
|
|
46
|
+
"sortablejs": "^1.15.6",
|
|
47
|
+
"umy-ui": "^1.1.7",
|
|
48
|
+
"vue": "^2.7.15",
|
|
49
|
+
"vue-i18n": "^8.27.1",
|
|
50
|
+
"vue-ls": "^3.2.2",
|
|
51
|
+
"vue-quill-editor": "^3.0.6",
|
|
52
|
+
"vue-router": "^3.5.2",
|
|
53
|
+
"vuedraggable": "^2.24.3",
|
|
54
|
+
"vuex": "^3.1.1",
|
|
55
|
+
"weixin-js-sdk": "^1.6.0",
|
|
56
|
+
"weixin-jsapi": "^1.1.0"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@riophae/vue-treeselect": "0.4.0",
|
|
60
|
+
"@vitejs/plugin-legacy": "^2.0.0",
|
|
61
|
+
"@vitejs/plugin-vue2": "2.2.0",
|
|
62
|
+
"babel-eslint": "10.1.0",
|
|
63
|
+
"babel-jest": "23.6.0",
|
|
64
|
+
"chalk": "2.4.2",
|
|
65
|
+
"clipboard": "2.0.4",
|
|
66
|
+
"connect": "3.6.6",
|
|
67
|
+
"crypto-js": "4.1.1",
|
|
68
|
+
"downloadjs": "^1.4.7",
|
|
69
|
+
"echarts": "5.4.3",
|
|
70
|
+
"eslint": "6.7.2",
|
|
71
|
+
"eslint-plugin-vue": "6.2.2",
|
|
72
|
+
"gds-plus-design-vue": "1.0.0",
|
|
73
|
+
"fast-glob": "3.3.1",
|
|
74
|
+
"fuse.js": "3.4.4",
|
|
75
|
+
"highlight.js": "11.9.0",
|
|
76
|
+
"@highlightjs/vue-plugin": "1.0.2",
|
|
77
|
+
"js-md5": "0.7.3",
|
|
78
|
+
"jsencrypt": "3.2.1",
|
|
79
|
+
"nprogress": "0.2.0",
|
|
80
|
+
"sass": "1.26.8",
|
|
81
|
+
"screenfull": "6.0.2",
|
|
82
|
+
"serve-static": "1.13.2",
|
|
83
|
+
"svg-sprite-loader": "4.1.3",
|
|
84
|
+
"svgo": "1.2.2",
|
|
85
|
+
"terser": "^5.22.0",
|
|
86
|
+
"vite": "^3.0.0",
|
|
87
|
+
"vite-plugin-svg-icons": "2.0.1",
|
|
88
|
+
"vue-count-to": "1.0.13",
|
|
89
|
+
"vue-cropper": "0.5.5",
|
|
90
|
+
"vue-json-excel": "0.3.0",
|
|
91
|
+
"vue-json-viewer": "^2.2.22",
|
|
92
|
+
"xlsx": "0.17.0"
|
|
93
|
+
},
|
|
94
|
+
"browserslist": [
|
|
95
|
+
"> 1%",
|
|
96
|
+
"last 2 versions"
|
|
97
|
+
],
|
|
98
|
+
"engines": {
|
|
99
|
+
"node": ">=8.9",
|
|
100
|
+
"npm": ">= 3.0.0"
|
|
101
|
+
},
|
|
102
|
+
"keywords": [],
|
|
103
|
+
"author": "lc",
|
|
104
|
+
"license": "ISC"
|
|
95
105
|
}
|
|
File without changes
|