3h1-ui 2.11.8 → 2.11.9
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/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -21217,7 +21217,7 @@ const basicColumn = {
|
|
|
21217
21217
|
showOverflow: "tooltip",
|
|
21218
21218
|
align: "left",
|
|
21219
21219
|
visible: true,
|
|
21220
|
-
sortable:
|
|
21220
|
+
sortable: false
|
|
21221
21221
|
};
|
|
21222
21222
|
const usePagination = () => {
|
|
21223
21223
|
const page = reactive({
|
package/lib/index.js
CHANGED
|
@@ -21219,7 +21219,7 @@ const basicColumn = {
|
|
|
21219
21219
|
showOverflow: "tooltip",
|
|
21220
21220
|
align: "left",
|
|
21221
21221
|
visible: true,
|
|
21222
|
-
sortable:
|
|
21222
|
+
sortable: false
|
|
21223
21223
|
};
|
|
21224
21224
|
const usePagination = () => {
|
|
21225
21225
|
const page = vue.reactive({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"vue-json-pretty": "^2.2.3",
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
|
-
"@shy-plugins/
|
|
33
|
-
"@shy-plugins/
|
|
32
|
+
"@shy-plugins/use": "1.0.4",
|
|
33
|
+
"@shy-plugins/utils": "1.1.0"
|
|
34
34
|
},
|
|
35
35
|
"types": "es/ui/index.d.ts",
|
|
36
36
|
"devDependencies": {
|