Skip to content

Commit f46910b

Browse files
committed
chore(dependencies): Update @sfxcode/formkit-primevue to version 2.9.7 and add wrappedPrimeInputs configuration
1 parent 5578739 commit f46910b

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"dev": "nuxi dev playground",
3232
"dev:build": "nuxi build playground",
3333
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
34+
"dev:start": "node playground/.output/server/index.mjs",
3435
"release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags",
3536
"lint": "eslint .",
3637
"lint:fix": "eslint --fix .",
@@ -43,7 +44,7 @@
4344
"@nuxt/kit": "^3.17.5",
4445
"@nuxtjs/i18n": "^9.5.5",
4546
"@primevue/nuxt-module": "^4.3.5",
46-
"@sfxcode/formkit-primevue": "^2.9.6"
47+
"@sfxcode/formkit-primevue": "^2.9.7"
4748
},
4849
"devDependencies": {
4950
"@nuxt/devtools": "^2.5.0",

playground/nuxt.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import Aura from '@primeuix/themes/aura'
22

3+
export const wrappedPrimeInputs: string[] = ['AutoComplete', 'CascadeSelect', 'Checkbox', 'Chip', 'ColorPicker', 'DatePicker', 'Editor', 'InputMask', 'InputNumber', 'InputOtp', 'InputText', 'Knob', 'Listbox', 'MultiSelect', 'Password', 'RadioButton', 'Rating', 'Select', 'SelectButton', 'Slider', 'Textarea', 'ToggleButton', 'ToggleSwitch', 'TreeSelect']
4+
35
export default defineNuxtConfig({
46
modules: ['../src/module'],
7+
ssr: true,
58
devtools: { enabled: true },
69
compatibilityDate: '2024-11-03',
710
formkit: {
@@ -38,5 +41,8 @@ export default defineNuxtConfig({
3841
},
3942
ripple: true,
4043
},
44+
components: {
45+
exclude: [...wrappedPrimeInputs, 'Button', 'Form', 'FormField', 'Chart'],
46+
},
4147
},
4248
})

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)