@sfxcode/formkit-primevue 1.11.0 → 1.11.1
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/README.md +5 -0
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -22,6 +22,10 @@ app.use(plugin, defaultConfig({
|
|
|
22
22
|
}))
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
## Limitations
|
|
26
|
+
|
|
27
|
+
Prefixing of the PrimeVue component names is not supported.
|
|
28
|
+
|
|
25
29
|
### Schema Helper Functions
|
|
26
30
|
|
|
27
31
|
[useFormKitSchema](https://github.com/sfxcode/formkit-primevue/blob/main/src/composables/useFormKitSchema.ts) provide functions to simplify the usage of elements, components, lists, ...
|
|
@@ -53,6 +57,7 @@ Some samples for common tasks are available
|
|
|
53
57
|
|
|
54
58
|
- [Repeater](https://formkit-primevue.netlify.app/samples/repeater) (with the help of the useFormKitSchema composable)
|
|
55
59
|
- [Grid](https://formkit-primevue.netlify.app/samples/grid)
|
|
60
|
+
- [Input Editor](https://formkit-primevue.netlify.app/samples/inputEditor) (let you test the configurations in your schema file)
|
|
56
61
|
|
|
57
62
|
## Showcases
|
|
58
63
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.11.
|
|
4
|
+
"version": "1.11.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Tom",
|
|
7
7
|
"email": "tom@sfxcode.com"
|
|
@@ -81,18 +81,18 @@
|
|
|
81
81
|
"vue": "^3.4.0"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@formkit/addons": "^1.6.
|
|
85
|
-
"@formkit/i18n": "^1.6.
|
|
86
|
-
"@formkit/vue": "^1.6.
|
|
84
|
+
"@formkit/addons": "^1.6.3",
|
|
85
|
+
"@formkit/i18n": "^1.6.3",
|
|
86
|
+
"@formkit/vue": "^1.6.3",
|
|
87
87
|
"primeicons": "^7.0.0",
|
|
88
88
|
"primevue": "^3.52.0"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@antfu/eslint-config": "2.
|
|
92
|
-
"@formkit/core": "^1.6.
|
|
93
|
-
"@types/node": "^20.12.
|
|
94
|
-
"@unocss/preset-icons": "0.60.
|
|
95
|
-
"@unocss/preset-uno": "0.60.
|
|
91
|
+
"@antfu/eslint-config": "2.18.0",
|
|
92
|
+
"@formkit/core": "^1.6.3",
|
|
93
|
+
"@types/node": "^20.12.12",
|
|
94
|
+
"@unocss/preset-icons": "0.60.2",
|
|
95
|
+
"@unocss/preset-uno": "0.60.2",
|
|
96
96
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
97
97
|
"@vitest/coverage-v8": "^1.6.0",
|
|
98
98
|
"@vitest/ui": "^1.6.0",
|
|
@@ -108,18 +108,18 @@
|
|
|
108
108
|
"chart.js": "^4.4.2",
|
|
109
109
|
"consola": "^3.2.3",
|
|
110
110
|
"eslint": "^9.2.0",
|
|
111
|
-
"happy-dom": "^14.
|
|
111
|
+
"happy-dom": "^14.11.0",
|
|
112
112
|
"json-editor-vue": "^0.15.1",
|
|
113
113
|
"mkdist": "^1.5.1",
|
|
114
|
-
"quill": "^2.0.
|
|
115
|
-
"sass": "^1.77.
|
|
114
|
+
"quill": "^2.0.2",
|
|
115
|
+
"sass": "^1.77.1",
|
|
116
116
|
"tslib": "^2.6.2",
|
|
117
117
|
"typescript": "^5.4.5",
|
|
118
118
|
"unbuild": "2.0.0",
|
|
119
|
-
"unocss": "0.60.
|
|
120
|
-
"unplugin-auto-import": "^0.17.
|
|
119
|
+
"unocss": "0.60.2",
|
|
120
|
+
"unplugin-auto-import": "^0.17.6",
|
|
121
121
|
"unplugin-vue-components": "^0.27.0",
|
|
122
|
-
"vanilla-jsoneditor": "^0.23.
|
|
122
|
+
"vanilla-jsoneditor": "^0.23.4",
|
|
123
123
|
"vite": "^5.2.11",
|
|
124
124
|
"vite-plugin-dts": "^3.9.1",
|
|
125
125
|
"vite-plugin-eslint": "^1.8.1",
|
|
@@ -130,6 +130,6 @@
|
|
|
130
130
|
"vue": "^3.4.27",
|
|
131
131
|
"vue-demi": "^0.14.7",
|
|
132
132
|
"vue-router": "^4.3.2",
|
|
133
|
-
"vue-tsc": "^2.0.
|
|
133
|
+
"vue-tsc": "^2.0.18"
|
|
134
134
|
}
|
|
135
135
|
}
|