@sfxcode/formkit-primevue 3.0.7 → 3.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.
|
@@ -139,9 +139,9 @@ function handleSelect(e: any) {
|
|
|
139
139
|
:pt-options="context?.ptOptions"
|
|
140
140
|
:unstyled="unstyled"
|
|
141
141
|
@date-select="handleSelect"
|
|
142
|
-
@input="handleInput"
|
|
143
142
|
@blur="handleBlur"
|
|
144
143
|
@clear-click="handleClearClick"
|
|
144
|
+
@value-change="handleInput"
|
|
145
145
|
>
|
|
146
146
|
<template v-for="slotName in validSlotNames" :key="slotName" #[slotName]="slotProps">
|
|
147
147
|
<component :is="context?.slots[slotName]" v-bind="{ ...context, ...slotProps }" />
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.
|
|
5
|
-
"packageManager": "pnpm@10.
|
|
4
|
+
"version": "3.0.9",
|
|
5
|
+
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Tom",
|
|
8
8
|
"email": "tom@sfxcode.com"
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
"vue-i18n": "^11.1.12"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@antfu/eslint-config": "^5.
|
|
100
|
+
"@antfu/eslint-config": "^5.4.1",
|
|
101
101
|
"@formkit/core": "^1.6.9",
|
|
102
102
|
"@formkit/drag-and-drop": "^0.5.3",
|
|
103
103
|
"@primeuix/themes": "^1.2.3",
|
|
104
|
-
"@types/node": "^24.5.
|
|
104
|
+
"@types/node": "^24.5.2",
|
|
105
105
|
"@types/uuid": "^10.0.0",
|
|
106
106
|
"@unocss/preset-icons": "66.5.1",
|
|
107
107
|
"@unocss/preset-uno": "66.5.1",
|
|
@@ -118,19 +118,19 @@
|
|
|
118
118
|
"chart.js": "^4.5.0",
|
|
119
119
|
"consola": "^3.4.2",
|
|
120
120
|
"cookie": "^1.0.2",
|
|
121
|
-
"esbuild": "^0.25.
|
|
122
|
-
"eslint": "^9.
|
|
121
|
+
"esbuild": "^0.25.10",
|
|
122
|
+
"eslint": "^9.36.0",
|
|
123
123
|
"happy-dom": "^18.0.1",
|
|
124
124
|
"json-editor-vue": "^0.18.1",
|
|
125
125
|
"mkdist": "^2.4.1",
|
|
126
|
-
"sass": "^1.
|
|
126
|
+
"sass": "^1.93.2",
|
|
127
127
|
"tslib": "^2.8.1",
|
|
128
128
|
"typescript": "^5.9.2",
|
|
129
129
|
"unbuild": "^3.6.1",
|
|
130
130
|
"unocss": "66.5.1",
|
|
131
|
-
"unplugin-auto-import": "^20.
|
|
132
|
-
"unplugin-vue-components": "^29.
|
|
133
|
-
"vite": "^7.1.
|
|
131
|
+
"unplugin-auto-import": "^20.2.0",
|
|
132
|
+
"unplugin-vue-components": "^29.1.0",
|
|
133
|
+
"vite": "^7.1.7",
|
|
134
134
|
"vite-plugin-dts": "^4.5.4",
|
|
135
135
|
"vite-plugin-eslint": "^1.8.1",
|
|
136
136
|
"vite-plugin-pages": "^0.33.1",
|
|
@@ -140,6 +140,6 @@
|
|
|
140
140
|
"vue": "^3.5.21",
|
|
141
141
|
"vue-demi": "^0.14.10",
|
|
142
142
|
"vue-router": "^4.5.1",
|
|
143
|
-
"vue-tsc": "^3.0.
|
|
143
|
+
"vue-tsc": "^3.0.8"
|
|
144
144
|
}
|
|
145
145
|
}
|