@gonsin/gview 2.1.18 → 2.1.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/dist/index.mjs +4764 -5642
- package/dist/style.css +1 -1
- package/dist/types/constant/local.d.ts +1 -0
- package/package.json +3 -3
|
@@ -20,4 +20,5 @@ export declare const LOCAL_SESSION_ID: string;
|
|
|
20
20
|
export declare const LOCAL_DATA_ID: string;
|
|
21
21
|
export declare const LOCAL_COLUMN_DATA: string;
|
|
22
22
|
export declare const LOCAL_COLUMN_WIDTH_DATA: string;
|
|
23
|
+
export declare const SESSION_SIDE_MENU_COLLAPSE: string;
|
|
23
24
|
export declare const SESSION_FORM_DATA_CACHE: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonsin/gview",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.20",
|
|
4
4
|
"main": "dist/index.mjs",
|
|
5
5
|
"typings": "dist/types/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"pinia": "^2.0.32",
|
|
43
43
|
"qs": "^6.11.1",
|
|
44
44
|
"tdesign-icons-vue-next": "^0.1.11",
|
|
45
|
-
"tdesign-vue-next": "^1.
|
|
45
|
+
"tdesign-vue-next": "^1.15.2",
|
|
46
46
|
"vue": "^3.2.47",
|
|
47
47
|
"vue-i18n": "^9.2.2",
|
|
48
48
|
"vue-qr": "^4.0.9",
|
|
@@ -83,4 +83,4 @@
|
|
|
83
83
|
"vite-svg-loader": "^4.0.0",
|
|
84
84
|
"vue-tsc": "^1.2.0"
|
|
85
85
|
}
|
|
86
|
-
}
|
|
86
|
+
}
|