@sfxcode/formkit-primevue 3.0.12 → 3.1.1

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.
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.addLabelPlugin = addLabelPlugin;
7
7
  exports.addPrimeAsteriskPlugin = addPrimeAsteriskPlugin;
8
8
  function addPrimeAsteriskPlugin(node) {
9
- if (!node.props.type.startsWith("primeInput")) return;
9
+ if (!node.props.type.startsWith("prime") || node.props.type.startsWith("primeOutput")) return;
10
10
  node.on("created", () => {
11
11
  if (node.props.definition?.schema) {
12
12
  const schemaFn = node.props.definition?.schema;
@@ -1,5 +1,5 @@
1
1
  export function addPrimeAsteriskPlugin(node) {
2
- if (!node.props.type.startsWith("primeInput"))
2
+ if (!node.props.type.startsWith("prime") || node.props.type.startsWith("primeOutput"))
3
3
  return;
4
4
  node.on("created", () => {
5
5
  if (node.props.definition?.schema) {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "3.0.12",
5
- "packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd",
4
+ "version": "3.1.1",
5
+ "packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8",
6
6
  "author": {
7
7
  "name": "Tom",
8
8
  "email": "tom@sfxcode.com"
@@ -88,6 +88,7 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "@formkit/addons": "^1.6.9",
91
+ "@formkit/core": "^1.6.9",
91
92
  "@formkit/i18n": "^1.6.9",
92
93
  "@formkit/inputs": "^1.6.9",
93
94
  "@formkit/vue": "^1.6.9",
@@ -97,48 +98,48 @@
97
98
  "vue-i18n": "^11.1.12"
98
99
  },
99
100
  "devDependencies": {
100
- "@antfu/eslint-config": "^5.4.1",
101
+ "@antfu/eslint-config": "^6.0.0",
101
102
  "@formkit/core": "^1.6.9",
102
103
  "@formkit/drag-and-drop": "^0.5.3",
103
104
  "@primeuix/themes": "^1.2.5",
104
- "@types/node": "^24.7.2",
105
- "@unocss/preset-icons": "66.5.3",
106
- "@unocss/preset-uno": "66.5.3",
105
+ "@types/node": "^24.9.1",
106
+ "@unocss/preset-icons": "66.5.4",
107
+ "@unocss/preset-uno": "66.5.4",
107
108
  "@vitejs/plugin-vue": "^6.0.1",
108
- "@vitest/coverage-v8": "^3.2.4",
109
- "@vitest/ui": "^3.2.4",
109
+ "@vitest/coverage-v8": "^4.0.3",
110
+ "@vitest/ui": "^4.0.3",
110
111
  "@vue/compiler-sfc": "^3.5.22",
111
112
  "@vue/server-renderer": "^3.5.22",
112
113
  "@vue/test-utils": "^2.4.6",
113
114
  "@vue/tsconfig": "^0.8.1",
114
- "@vueuse/core": "^13.9.0",
115
+ "@vueuse/core": "^14.0.0",
115
116
  "@vueuse/head": "^2.0.0",
116
117
  "changelogen": "^0.6.2",
117
- "chart.js": "^4.5.0",
118
+ "chart.js": "^4.5.1",
118
119
  "consola": "^3.4.2",
119
120
  "cookie": "^1.0.2",
120
- "esbuild": "^0.25.10",
121
- "eslint": "^9.37.0",
122
- "happy-dom": "^20.0.0",
121
+ "esbuild": "^0.25.11",
122
+ "eslint": "^9.38.0",
123
+ "happy-dom": "^20.0.8",
123
124
  "json-editor-vue": "^0.18.1",
124
125
  "mkdist": "^2.4.1",
125
126
  "sass": "^1.93.2",
126
127
  "tslib": "^2.8.1",
127
128
  "typescript": "^5.9.3",
128
129
  "unbuild": "^3.6.1",
129
- "unocss": "66.5.3",
130
+ "unocss": "66.5.4",
130
131
  "unplugin-auto-import": "^20.2.0",
131
- "unplugin-vue-components": "^29.1.0",
132
- "vite": "^7.1.9",
132
+ "unplugin-vue-components": "^30.0.0",
133
+ "vite": "^7.1.12",
133
134
  "vite-plugin-dts": "^4.5.4",
134
135
  "vite-plugin-eslint": "^1.8.1",
135
136
  "vite-plugin-pages": "^0.33.1",
136
- "vite-ssg": "^28.2.1",
137
- "vitepress": "^1.6.4",
138
- "vitest": "^3.2.4",
137
+ "vite-ssg": "^28.2.2",
138
+ "vitepress": "2.0.0-alpha.12",
139
+ "vitest": "^4.0.3",
139
140
  "vue": "^3.5.22",
140
141
  "vue-demi": "^0.14.10",
141
- "vue-router": "^4.5.1",
142
+ "vue-router": "^4.6.3",
142
143
  "vue-tsc": "^3.1.1"
143
144
  }
144
145
  }