@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.
Files changed (2) hide show
  1. package/README.md +11 -21
  2. 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
- Important: use *autoimport: false* if using PrimeVue-FormKit validation and include or
64
- exclude not needed components as usual.
63
+ [FormKit-PrimeVue-Nuxt](https://github.com/sfxcode/formkit-primevue-nuxt) module available.
65
64
 
66
- Autoimport true prevents elements lookup correctly.
65
+ Features:
67
66
 
68
- Example:
69
- ```typescript
70
- primevue: {
71
- autoImport: false,
72
- components: {
73
- exclude: ['Chart', 'Editor'],
74
- },
75
- options: {
76
- theme: {
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.3",
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.6",
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.3",
141
+ "vitepress": "^1.4.5",
142
142
  "vitest": "^2.1.4",
143
143
  "vue": "^3.5.12",
144
144
  "vue-demi": "^0.14.10",