gi-component 0.0.8 → 0.0.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/package.json
CHANGED
|
@@ -1,63 +1,60 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "gi-component",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"description": "Vue3中基于Element Plus二次封装基础组件库",
|
|
6
|
-
"author": "lin",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/lin-97/gi-component.git"
|
|
11
|
-
},
|
|
12
|
-
"keywords": [
|
|
13
|
-
"element-plus",
|
|
14
|
-
"vitepress",
|
|
15
|
-
"vue3",
|
|
16
|
-
"gi-component",
|
|
17
|
-
"二次封装组件",
|
|
18
|
-
"封装组件"
|
|
19
|
-
],
|
|
20
|
-
"main": "dist/index.umd.js",
|
|
21
|
-
"module": "dist/index.es.js",
|
|
22
|
-
"types": "dist/index.d.ts",
|
|
23
|
-
"files": [
|
|
24
|
-
"dist",
|
|
25
|
-
"packages"
|
|
26
|
-
],
|
|
27
|
-
"scripts": {
|
|
28
|
-
"dev": "vite --host",
|
|
29
|
-
"docs:dev": "cd docs && pnpm dev",
|
|
30
|
-
"docs:build": "cd docs && pnpm build",
|
|
31
|
-
"docs:preview": "cd docs && pnpm preview",
|
|
32
|
-
"build:lib": "vite build --mode lib",
|
|
33
|
-
"build:docs": "cd docs && pnpm build",
|
|
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
|
-
"vue-tsc": "^2.2.10"
|
|
62
|
-
}
|
|
63
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "gi-component",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.0.9",
|
|
5
|
+
"description": "Vue3中基于Element Plus二次封装基础组件库",
|
|
6
|
+
"author": "lin",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/lin-97/gi-component.git"
|
|
11
|
+
},
|
|
12
|
+
"keywords": [
|
|
13
|
+
"element-plus",
|
|
14
|
+
"vitepress",
|
|
15
|
+
"vue3",
|
|
16
|
+
"gi-component",
|
|
17
|
+
"二次封装组件",
|
|
18
|
+
"封装组件"
|
|
19
|
+
],
|
|
20
|
+
"main": "dist/index.umd.js",
|
|
21
|
+
"module": "dist/index.es.js",
|
|
22
|
+
"types": "dist/index.d.ts",
|
|
23
|
+
"files": [
|
|
24
|
+
"dist",
|
|
25
|
+
"packages"
|
|
26
|
+
],
|
|
27
|
+
"scripts": {
|
|
28
|
+
"dev": "vite --host",
|
|
29
|
+
"docs:dev": "cd docs && pnpm dev",
|
|
30
|
+
"docs:build": "cd docs && pnpm build",
|
|
31
|
+
"docs:preview": "cd docs && pnpm preview",
|
|
32
|
+
"build:lib": "vite build --mode lib",
|
|
33
|
+
"build:docs": "cd docs && pnpm build",
|
|
34
|
+
"lint": "eslint .",
|
|
35
|
+
"lint:fix": "eslint . --fix"
|
|
36
|
+
},
|
|
37
|
+
"peerDependencies": {
|
|
38
|
+
"element-plus": "^2.11.2",
|
|
39
|
+
"vue": "^3.5.15"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@antfu/eslint-config": "^5.2.1",
|
|
43
|
+
"@element-plus/icons-vue": "^2.3.1",
|
|
44
|
+
"@types/node": "^24.2.0",
|
|
45
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
46
|
+
"@vitejs/plugin-vue-jsx": "^4.2.0",
|
|
47
|
+
"element-plus": "^2.11.2",
|
|
48
|
+
"eslint": "^9.27.0",
|
|
49
|
+
"sass": "^1.89.0",
|
|
50
|
+
"sass-loader": "^16.0.5",
|
|
51
|
+
"standard-version": "^9.5.0",
|
|
52
|
+
"terser": "^5.44.0",
|
|
53
|
+
"typescript": "^5.8.3",
|
|
54
|
+
"unplugin-vue-components": "^28.8.0",
|
|
55
|
+
"vite": "6.3.5",
|
|
56
|
+
"vite-plugin-dts": "^4.5.4",
|
|
57
|
+
"vue": "^3.5.15",
|
|
58
|
+
"vue-tsc": "^2.2.10"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -101,6 +101,7 @@ const props = withDefaults(defineProps<FormProps>(), {
|
|
|
101
101
|
columns: () => [],
|
|
102
102
|
labelWidth: 'auto',
|
|
103
103
|
scrollToError: true,
|
|
104
|
+
showMessage: true,
|
|
104
105
|
gridItemProps: () => ({ span: { xs: 24, sm: 24, md: 12 } }), // xs, sm, md, lg, xl, xxl
|
|
105
106
|
search: false,
|
|
106
107
|
searchText: '查询',
|
|
@@ -218,7 +219,9 @@ const formProps = computed(() => {
|
|
|
218
219
|
search: undefined,
|
|
219
220
|
searchText: undefined,
|
|
220
221
|
hideFoldBtn: undefined,
|
|
221
|
-
defaultCollapsed: undefined
|
|
222
|
+
defaultCollapsed: undefined,
|
|
223
|
+
modelValue: undefined,
|
|
224
|
+
fc: undefined
|
|
222
225
|
}
|
|
223
226
|
})
|
|
224
227
|
|