@sfxcode/formkit-primevue 2.8.3 → 2.8.5

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "2.8.3",
4
+ "version": "2.8.5",
5
5
  "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
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.2",
91
+ "@formkit/drag-and-drop": "^0.5.3",
92
92
  "@formkit/i18n": "^1.6.9",
93
93
  "@formkit/inputs": "^1.6.9",
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.11.0",
103
+ "@antfu/eslint-config": "^4.13.0",
104
104
  "@formkit/core": "^1.6.9",
105
- "@primeuix/themes": "^1.0.1",
106
- "@types/node": "^22.14.0",
105
+ "@primeuix/themes": "^1.1.1",
106
+ "@types/node": "^22.15.15",
107
107
  "@types/uuid": "^10.0.0",
108
- "@unocss/preset-icons": "^66.0.0",
109
- "@unocss/preset-uno": "^66.0.0",
108
+ "@unocss/preset-icons": "66.1.0",
109
+ "@unocss/preset-uno": "66.1.0",
110
110
  "@vitejs/plugin-vue": "^5.2.3",
111
- "@vitest/coverage-v8": "^3.1.1",
112
- "@vitest/ui": "^3.1.1",
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
117
  "@vuedx/typecheck": "~0.7.6",
118
118
  "@vuedx/typescript-plugin-vue": "~0.7.6",
119
- "@vueuse/core": "^13.0.0",
119
+ "@vueuse/core": "^13.1.0",
120
120
  "@vueuse/head": "^2.0.0",
121
121
  "changelogen": "^0.6.1",
122
- "chart.js": "^4.4.8",
122
+ "chart.js": "^4.4.9",
123
123
  "consola": "^3.4.2",
124
124
  "cookie": "^1.0.2",
125
- "eslint": "^9.24.0",
126
- "happy-dom": "^17.4.4",
125
+ "eslint": "^9.26.0",
126
+ "happy-dom": "^17.4.6",
127
127
  "json-editor-vue": "^0.18.1",
128
128
  "mkdist": "^2.3.0",
129
129
  "quill": "^2.0.2",
130
- "sass": "^1.86.3",
130
+ "sass": "^1.87.0",
131
131
  "tslib": "^2.8.1",
132
132
  "typescript": "^5.8.3",
133
133
  "unbuild": "^3.5.0",
134
- "unocss": "^66.0.0",
135
- "unplugin-auto-import": "^19.1.2",
136
- "unplugin-vue-components": "^28.4.1",
137
- "vite": "^6.2.5",
134
+ "unocss": "66.1.0",
135
+ "unplugin-auto-import": "^19.2.0",
136
+ "unplugin-vue-components": "^28.5.0",
137
+ "vite": "^6.3.5",
138
138
  "vite-plugin-dts": "^4.5.3",
139
139
  "vite-plugin-eslint": "^1.8.1",
140
140
  "vite-plugin-pages": "^0.33.0",
141
141
  "vite-ssg": "^26.1.1",
142
142
  "vitepress": "^1.6.3",
143
- "vitest": "^3.1.1",
143
+ "vitest": "^3.1.3",
144
144
  "vue": "^3.5.13",
145
145
  "vue-demi": "^0.14.10",
146
- "vue-router": "^4.5.0",
147
- "vue-tsc": "^2.2.8"
146
+ "vue-router": "^4.5.1",
147
+ "vue-tsc": "^2.2.10"
148
148
  }
149
149
  }