@juzhenfe/page-model 3.21.2 → 3.21.4
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/components/table/constructor.d.ts +2 -12
- package/dist/components/table/type.d.ts +0 -14
- package/dist/index.es.js +860 -2123
- package/dist/index.min.css +1 -1
- package/dist/index.umd.js +3 -11
- package/package.json +58 -58
- package/dist/components/table/components/column-index/index.vue.d.ts +0 -14
- package/dist/components/table/components/virtual-table/index.vue.d.ts +0 -64
- package/dist/components/table/utils/use-virtual-table-height.d.ts +0 -2
package/package.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@juzhenfe/page-model",
|
|
3
|
-
"version": "3.21.
|
|
4
|
-
"types": "dist/main.d.ts",
|
|
5
|
-
"main": "dist/index.umd.js",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"vue",
|
|
8
|
-
"element-plus",
|
|
9
|
-
"page-model",
|
|
10
|
-
"config",
|
|
11
|
-
"page-config"
|
|
12
|
-
],
|
|
13
|
-
"scripts": {
|
|
14
|
-
"dev": "vite ./dev --force",
|
|
15
|
-
"build": "npm run clean && cross-env NODE_ENV=production vite build",
|
|
16
|
-
"clean": "rimraf dist",
|
|
17
|
-
"pub": "npm publish --access public",
|
|
18
|
-
"version": "npm run build --max-old-space-size=4096 && npm run pub"
|
|
19
|
-
},
|
|
20
|
-
"files": [
|
|
21
|
-
"dist"
|
|
22
|
-
],
|
|
23
|
-
"devDependencies": {
|
|
24
|
-
"@element-plus/icons-vue": "0.2.7",
|
|
25
|
-
"@juzhenfe/modules": "^2.3.4",
|
|
26
|
-
"@juzhenfe/request": "1.7.0",
|
|
27
|
-
"@types/node": "^22.5.0",
|
|
28
|
-
"@vitejs/plugin-vue": "1.10.2",
|
|
29
|
-
"@vitejs/plugin-vue-jsx": "1.3.5",
|
|
30
|
-
"@vue/compiler-sfc": "3.2.30",
|
|
31
|
-
"core-js": "3.21.0",
|
|
32
|
-
"cross-env": "7.0.3",
|
|
33
|
-
"element-plus": "^2.6.0",
|
|
34
|
-
"fs-extra": "^10.0.0",
|
|
35
|
-
"rimraf": "3.0.2",
|
|
36
|
-
"rollup-plugin-visualizer": "^5.12.0",
|
|
37
|
-
"sass": "^1.55.0",
|
|
38
|
-
"tslib": "2.3.1",
|
|
39
|
-
"typescript": "4.5.5",
|
|
40
|
-
"vite": "2.8.1",
|
|
41
|
-
"vite-plugin-dts": "^1.0.5",
|
|
42
|
-
"vue": "^3.2.30",
|
|
43
|
-
"vue-router": "^4.0.13",
|
|
44
|
-
"xlsx": "^0.18.3",
|
|
45
|
-
"xlsx-style": "^0.8.13"
|
|
46
|
-
},
|
|
47
|
-
"dependencies": {
|
|
48
|
-
"@juzhenfe/page-model": "^3.18.98",
|
|
49
|
-
"clipboard": "2.0.10",
|
|
50
|
-
"el-table-virtual-scroll-next": "^1.0.2",
|
|
51
|
-
"lodash-es": "^4.17.21",
|
|
52
|
-
"sortablejs": "^1.15.0"
|
|
53
|
-
},
|
|
54
|
-
"peerDependencies": {
|
|
55
|
-
"element-plus": "^2.3.0",
|
|
56
|
-
"@juzhenfe/request": "^1.7.0"
|
|
57
|
-
}
|
|
58
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@juzhenfe/page-model",
|
|
3
|
+
"version": "3.21.4",
|
|
4
|
+
"types": "dist/main.d.ts",
|
|
5
|
+
"main": "dist/index.umd.js",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"vue",
|
|
8
|
+
"element-plus",
|
|
9
|
+
"page-model",
|
|
10
|
+
"config",
|
|
11
|
+
"page-config"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"dev": "vite ./dev --force",
|
|
15
|
+
"build": "npm run clean && cross-env NODE_ENV=production vite build",
|
|
16
|
+
"clean": "rimraf dist",
|
|
17
|
+
"pub": "npm publish --access public",
|
|
18
|
+
"version": "npm run build --max-old-space-size=4096 && npm run pub"
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist"
|
|
22
|
+
],
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"@element-plus/icons-vue": "0.2.7",
|
|
25
|
+
"@juzhenfe/modules": "^2.3.4",
|
|
26
|
+
"@juzhenfe/request": "1.7.0",
|
|
27
|
+
"@types/node": "^22.5.0",
|
|
28
|
+
"@vitejs/plugin-vue": "1.10.2",
|
|
29
|
+
"@vitejs/plugin-vue-jsx": "1.3.5",
|
|
30
|
+
"@vue/compiler-sfc": "3.2.30",
|
|
31
|
+
"core-js": "3.21.0",
|
|
32
|
+
"cross-env": "7.0.3",
|
|
33
|
+
"element-plus": "^2.6.0",
|
|
34
|
+
"fs-extra": "^10.0.0",
|
|
35
|
+
"rimraf": "3.0.2",
|
|
36
|
+
"rollup-plugin-visualizer": "^5.12.0",
|
|
37
|
+
"sass": "^1.55.0",
|
|
38
|
+
"tslib": "2.3.1",
|
|
39
|
+
"typescript": "4.5.5",
|
|
40
|
+
"vite": "2.8.1",
|
|
41
|
+
"vite-plugin-dts": "^1.0.5",
|
|
42
|
+
"vue": "^3.2.30",
|
|
43
|
+
"vue-router": "^4.0.13",
|
|
44
|
+
"xlsx": "^0.18.3",
|
|
45
|
+
"xlsx-style": "^0.8.13"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@juzhenfe/page-model": "^3.18.98",
|
|
49
|
+
"clipboard": "2.0.10",
|
|
50
|
+
"el-table-virtual-scroll-next": "^1.0.2",
|
|
51
|
+
"lodash-es": "^4.17.21",
|
|
52
|
+
"sortablejs": "^1.15.0"
|
|
53
|
+
},
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"element-plus": "^2.3.0",
|
|
56
|
+
"@juzhenfe/request": "^1.7.0"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
virtual: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}, {
|
|
7
|
-
readonly VirtualColumn: any;
|
|
8
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
virtual: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
}>>, {}, {}>;
|
|
14
|
-
export default _sfc_main;
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
virtual: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
data: {
|
|
7
|
-
type: ArrayConstructor;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
itemSize: {
|
|
11
|
-
type: NumberConstructor;
|
|
12
|
-
required: true;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
keyProp: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
required: true;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
throttleTime: {
|
|
21
|
-
type: NumberConstructor;
|
|
22
|
-
required: true;
|
|
23
|
-
default: number;
|
|
24
|
-
};
|
|
25
|
-
}, {
|
|
26
|
-
props: any;
|
|
27
|
-
emit: (event: "change", ...args: any[]) => void;
|
|
28
|
-
onChange: (data: any[]) => void;
|
|
29
|
-
virtualScrollRef: import("vue").Ref<any>;
|
|
30
|
-
clearSelection: () => any;
|
|
31
|
-
toggleRowSelection: (row: any, selected: boolean) => any;
|
|
32
|
-
readonly VirtualScroll: any;
|
|
33
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
-
virtual: {
|
|
35
|
-
type: BooleanConstructor;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
data: {
|
|
39
|
-
type: ArrayConstructor;
|
|
40
|
-
required: true;
|
|
41
|
-
};
|
|
42
|
-
itemSize: {
|
|
43
|
-
type: NumberConstructor;
|
|
44
|
-
required: true;
|
|
45
|
-
default: number;
|
|
46
|
-
};
|
|
47
|
-
keyProp: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
required: true;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
throttleTime: {
|
|
53
|
-
type: NumberConstructor;
|
|
54
|
-
required: true;
|
|
55
|
-
default: number;
|
|
56
|
-
};
|
|
57
|
-
}>> & {
|
|
58
|
-
onChange?: (...args: any[]) => any;
|
|
59
|
-
}, {
|
|
60
|
-
itemSize: number;
|
|
61
|
-
keyProp: string;
|
|
62
|
-
throttleTime: number;
|
|
63
|
-
}, {}>;
|
|
64
|
-
export default _sfc_main;
|