@sfxcode/formkit-primevue 2.7.7 → 2.7.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.
|
@@ -72,7 +72,7 @@ function useInputEditor() {
|
|
|
72
72
|
};
|
|
73
73
|
for (const key in result) {
|
|
74
74
|
const value = result[key];
|
|
75
|
-
if (typeof value === "string" || value
|
|
75
|
+
if (typeof value === "string" || typeof value === "string") {
|
|
76
76
|
if (value.trim().length === 0) result[key] = void 0;
|
|
77
77
|
}
|
|
78
78
|
}
|
|
@@ -40,7 +40,7 @@ export function useInputEditor() {
|
|
|
40
40
|
result = { ...data, $formkit: formkitInput, ...tempData, ...undefinedObject, ...defaultObject, outerClass, wrapperClass, innerClass, options: void 0 };
|
|
41
41
|
for (const key in result) {
|
|
42
42
|
const value = result[key];
|
|
43
|
-
if (typeof value === "string" || value
|
|
43
|
+
if (typeof value === "string" || typeof value === "string") {
|
|
44
44
|
if (value.trim().length === 0)
|
|
45
45
|
result[key] = void 0;
|
|
46
46
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.9",
|
|
5
5
|
"packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Tom",
|
|
@@ -88,62 +88,62 @@
|
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@formkit/addons": "^1.6.9",
|
|
91
|
-
"@formkit/drag-and-drop": "^0.4.
|
|
91
|
+
"@formkit/drag-and-drop": "^0.4.1",
|
|
92
92
|
"@formkit/i18n": "^1.6.9",
|
|
93
93
|
"@formkit/inputs": "^1.6.9",
|
|
94
94
|
"@formkit/vue": "^1.6.9",
|
|
95
|
-
"@intlify/core": "^11.1.
|
|
95
|
+
"@intlify/core": "^11.1.2",
|
|
96
96
|
"primeicons": "^7.0.0",
|
|
97
|
-
"primevue": "^4.3.
|
|
97
|
+
"primevue": "^4.3.2",
|
|
98
98
|
"quill": "^2.0.3",
|
|
99
99
|
"uuid": "^11.1.0",
|
|
100
|
-
"vue-i18n": "^11.1.
|
|
100
|
+
"vue-i18n": "^11.1.2"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@antfu/eslint-config": "^4.
|
|
103
|
+
"@antfu/eslint-config": "^4.10.1",
|
|
104
104
|
"@formkit/core": "^1.6.9",
|
|
105
105
|
"@primeuix/themes": "^1.0.0",
|
|
106
|
-
"@types/node": "^22.13.
|
|
106
|
+
"@types/node": "^22.13.10",
|
|
107
107
|
"@types/uuid": "^10.0.0",
|
|
108
108
|
"@unocss/preset-icons": "^66.0.0",
|
|
109
109
|
"@unocss/preset-uno": "^66.0.0",
|
|
110
110
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
111
|
-
"@vitest/coverage-v8": "^3.0.
|
|
112
|
-
"@vitest/ui": "^3.0.
|
|
111
|
+
"@vitest/coverage-v8": "^3.0.8",
|
|
112
|
+
"@vitest/ui": "^3.0.8",
|
|
113
113
|
"@vue/compiler-sfc": "^3.5.13",
|
|
114
114
|
"@vue/server-renderer": "^3.5.13",
|
|
115
115
|
"@vue/test-utils": "^2.4.6",
|
|
116
116
|
"@vue/tsconfig": "^0.7.0",
|
|
117
117
|
"@vuedx/typecheck": "~0.7.6",
|
|
118
118
|
"@vuedx/typescript-plugin-vue": "~0.7.6",
|
|
119
|
-
"@vueuse/core": "^
|
|
119
|
+
"@vueuse/core": "^13.0.0",
|
|
120
120
|
"@vueuse/head": "^2.0.0",
|
|
121
|
-
"changelogen": "^0.
|
|
121
|
+
"changelogen": "^0.6.1",
|
|
122
122
|
"chart.js": "^4.4.8",
|
|
123
123
|
"consola": "^3.4.0",
|
|
124
124
|
"cookie": "^1.0.2",
|
|
125
|
-
"eslint": "^9.
|
|
126
|
-
"happy-dom": "^17.
|
|
127
|
-
"json-editor-vue": "^0.
|
|
125
|
+
"eslint": "^9.22.0",
|
|
126
|
+
"happy-dom": "^17.4.4",
|
|
127
|
+
"json-editor-vue": "^0.18.1",
|
|
128
128
|
"mkdist": "^2.2.0",
|
|
129
129
|
"quill": "^2.0.2",
|
|
130
|
-
"sass": "^1.85.
|
|
130
|
+
"sass": "^1.85.1",
|
|
131
131
|
"tslib": "^2.8.1",
|
|
132
|
-
"typescript": "^5.
|
|
133
|
-
"unbuild": "^3.
|
|
132
|
+
"typescript": "^5.8.2",
|
|
133
|
+
"unbuild": "^3.5.0",
|
|
134
134
|
"unocss": "^66.0.0",
|
|
135
|
-
"unplugin-auto-import": "^19.1.
|
|
136
|
-
"unplugin-vue-components": "^28.4.
|
|
137
|
-
"vite": "^6.
|
|
138
|
-
"vite-plugin-dts": "^4.5.
|
|
135
|
+
"unplugin-auto-import": "^19.1.1",
|
|
136
|
+
"unplugin-vue-components": "^28.4.1",
|
|
137
|
+
"vite": "^6.2.1",
|
|
138
|
+
"vite-plugin-dts": "^4.5.3",
|
|
139
139
|
"vite-plugin-eslint": "^1.8.1",
|
|
140
140
|
"vite-plugin-pages": "^0.32.5",
|
|
141
141
|
"vite-ssg": "^25.2.0",
|
|
142
142
|
"vitepress": "^1.6.3",
|
|
143
|
-
"vitest": "^3.0.
|
|
143
|
+
"vitest": "^3.0.8",
|
|
144
144
|
"vue": "^3.5.13",
|
|
145
145
|
"vue-demi": "^0.14.10",
|
|
146
146
|
"vue-router": "^4.5.0",
|
|
147
|
-
"vue-tsc": "^2.2.
|
|
147
|
+
"vue-tsc": "^2.2.8"
|
|
148
148
|
}
|
|
149
149
|
}
|