@sfxcode/formkit-primevue 2.6.3 → 2.6.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/README.md +11 -21
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -60,29 +60,19 @@ Important: output elements depends on vue-i18n to style numbers, dates, ...
|
|
|
60
60
|
|
|
61
61
|
### Nuxt
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
exclude not needed components as usual.
|
|
63
|
+
[FormKit-PrimeVue-Nuxt](https://github.com/sfxcode/formkit-primevue-nuxt) module available.
|
|
65
64
|
|
|
66
|
-
|
|
65
|
+
Features:
|
|
67
66
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
preset: Aura,
|
|
78
|
-
options: {
|
|
79
|
-
darkModeSelector: '.dark',
|
|
80
|
-
},
|
|
81
|
-
},
|
|
82
|
-
ripple: true,
|
|
83
|
-
},
|
|
84
|
-
},
|
|
85
|
-
```
|
|
67
|
+
- add PrimeVue Nuxt Module
|
|
68
|
+
- add FormKit Nuxt Module
|
|
69
|
+
- add i18n Nuxt Module
|
|
70
|
+
- Default Configuration for FormKit (with PrimeVue components) is provided (can be disabled if needed)
|
|
71
|
+
- AutoImport of PrimeVue Form Components
|
|
72
|
+
- PrimeIcons are loaded by Default
|
|
73
|
+
- FormKit Styling of this package is loaded by default
|
|
74
|
+
- AutoImport of Composables
|
|
75
|
+
- AutoImport of Components
|
|
86
76
|
|
|
87
77
|
## Limitations
|
|
88
78
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.4",
|
|
5
5
|
"packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Tom",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@antfu/eslint-config": "^3.8.0",
|
|
103
103
|
"@formkit/core": "^1.6.7",
|
|
104
104
|
"@primevue/themes": "^4.2.1",
|
|
105
|
-
"@types/node": "^22.8.
|
|
105
|
+
"@types/node": "^22.8.7",
|
|
106
106
|
"@types/uuid": "^10.0.0",
|
|
107
107
|
"@unocss/preset-icons": "^0.63.6",
|
|
108
108
|
"@unocss/preset-uno": "^0.63.6",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"vite-plugin-eslint": "^1.8.1",
|
|
139
139
|
"vite-plugin-pages": "^0.32.3",
|
|
140
140
|
"vite-ssg": "^0.24.1",
|
|
141
|
-
"vitepress": "^1.4.
|
|
141
|
+
"vitepress": "^1.4.5",
|
|
142
142
|
"vitest": "^2.1.4",
|
|
143
143
|
"vue": "^3.5.12",
|
|
144
144
|
"vue-demi": "^0.14.10",
|