@gonsin/gview 2.1.29 → 2.1.30
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.
|
@@ -12,4 +12,5 @@ export declare const tabClass = "g-tab";
|
|
|
12
12
|
export declare const tableClass = "g-table";
|
|
13
13
|
export declare const layoutClass = "g-layout";
|
|
14
14
|
export declare const uploaderClass = "g-uploader";
|
|
15
|
+
export declare const uploaderV2Class = "g-uploader-v2";
|
|
15
16
|
export declare const gLoginClass = "g-login";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonsin/gview",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.30",
|
|
4
4
|
"main": "dist/index.mjs",
|
|
5
5
|
"typings": "dist/types/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@gonsin/glicense": "^1.0.2",
|
|
30
|
+
"@types/spark-md5": "^3.0.5",
|
|
30
31
|
"@vueuse/core": "^10.9.0",
|
|
31
32
|
"@wangeditor/editor": "^5.1.23",
|
|
32
33
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"number-precision": "^1.6.0",
|
|
42
43
|
"pinia": "^2.0.32",
|
|
43
44
|
"qs": "^6.11.1",
|
|
45
|
+
"spark-md5": "^3.0.2",
|
|
44
46
|
"tdesign-icons-vue-next": "^0.1.11",
|
|
45
47
|
"tdesign-vue-next": "^1.17.0",
|
|
46
48
|
"vue": "^3.2.47",
|
|
@@ -83,4 +85,4 @@
|
|
|
83
85
|
"vite-svg-loader": "^4.0.0",
|
|
84
86
|
"vue-tsc": "^1.2.0"
|
|
85
87
|
}
|
|
86
|
-
}
|
|
88
|
+
}
|