@sfxcode/formkit-primevue 2.8.4 → 2.8.6

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.
@@ -13,6 +13,7 @@ export interface FormKitPrimeInputTextProps {
13
13
  unstyled?: InputTextProps['unstyled']
14
14
  size?: InputTextProps['size']
15
15
  inputType?: string | undefined
16
+ placeholder?: string
16
17
  }
17
18
 
18
19
  const props = defineProps({
@@ -11,7 +11,8 @@ export interface FormKitPrimeTextareaProps {
11
11
  unstyled?: TextareaProps['unstyled']
12
12
  autoResize?: TextareaProps['autoResize']
13
13
  size?: TextareaProps['size']
14
-
14
+ placeholder?: string
15
+ rows?: number
15
16
  }
16
17
 
17
18
  const props = defineProps({
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "2.8.4",
5
- "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
4
+ "version": "2.8.6",
5
+ "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
6
6
  "author": {
7
7
  "name": "Tom",
8
8
  "email": "tom@sfxcode.com"
@@ -94,53 +94,52 @@
94
94
  "@formkit/vue": "^1.6.9",
95
95
  "@intlify/core": "^11.1.3",
96
96
  "primeicons": "^7.0.0",
97
- "primevue": "^4.3.3",
97
+ "primevue": "^4.3.4",
98
98
  "quill": "^2.0.3",
99
99
  "uuid": "^11.1.0",
100
100
  "vue-i18n": "^11.1.3"
101
101
  },
102
102
  "devDependencies": {
103
- "@antfu/eslint-config": "^4.12.0",
103
+ "@antfu/eslint-config": "^4.13.0",
104
104
  "@formkit/core": "^1.6.9",
105
- "@primeuix/themes": "^1.0.3",
106
- "@types/node": "^22.15.2",
105
+ "@primeuix/themes": "^1.1.1",
106
+ "@types/node": "^22.15.17",
107
107
  "@types/uuid": "^10.0.0",
108
- "@unocss/preset-icons": "66.1.0-beta.12",
109
- "@unocss/preset-uno": "66.1.0-beta.12",
110
- "@vitejs/plugin-vue": "^5.2.3",
111
- "@vitest/coverage-v8": "^3.1.2",
112
- "@vitest/ui": "^3.1.2",
108
+ "@unocss/preset-icons": "66.1.1",
109
+ "@unocss/preset-uno": "66.1.1",
110
+ "@vitejs/plugin-vue": "^5.2.4",
111
+ "@vitest/coverage-v8": "^3.1.3",
112
+ "@vitest/ui": "^3.1.3",
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
- "@vuedx/typecheck": "~0.7.6",
118
- "@vuedx/typescript-plugin-vue": "~0.7.6",
119
117
  "@vueuse/core": "^13.1.0",
120
118
  "@vueuse/head": "^2.0.0",
121
119
  "changelogen": "^0.6.1",
122
120
  "chart.js": "^4.4.9",
123
121
  "consola": "^3.4.2",
124
122
  "cookie": "^1.0.2",
125
- "eslint": "^9.25.1",
126
- "happy-dom": "^17.4.4",
123
+ "esbuild": "^0.25.4",
124
+ "eslint": "^9.26.0",
125
+ "happy-dom": "^17.4.7",
127
126
  "json-editor-vue": "^0.18.1",
128
127
  "mkdist": "^2.3.0",
129
128
  "quill": "^2.0.2",
130
- "sass": "^1.87.0",
129
+ "sass": "^1.88.0",
131
130
  "tslib": "^2.8.1",
132
131
  "typescript": "^5.8.3",
133
132
  "unbuild": "^3.5.0",
134
- "unocss": "66.0.0",
135
- "unplugin-auto-import": "^19.1.2",
133
+ "unocss": "66.1.1",
134
+ "unplugin-auto-import": "^19.2.0",
136
135
  "unplugin-vue-components": "^28.5.0",
137
- "vite": "^6.3.3",
136
+ "vite": "^6.3.5",
138
137
  "vite-plugin-dts": "^4.5.3",
139
138
  "vite-plugin-eslint": "^1.8.1",
140
139
  "vite-plugin-pages": "^0.33.0",
141
140
  "vite-ssg": "^26.1.1",
142
141
  "vitepress": "^1.6.3",
143
- "vitest": "^3.1.2",
142
+ "vitest": "^3.1.3",
144
143
  "vue": "^3.5.13",
145
144
  "vue-demi": "^0.14.10",
146
145
  "vue-router": "^4.5.1",