@sfxcode/formkit-primevue 2.0.0 → 2.0.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.
@@ -2,7 +2,6 @@
2
2
  import { type PropType, computed } from 'vue'
3
3
  import type { FormKitFrameworkContext } from '@formkit/core'
4
4
  import type { InputTextProps } from 'primevue/inputtext'
5
- import type { IconFieldProps } from 'primevue/iconfield'
6
5
 
7
6
  export interface FormKitPrimeInputTextProps {
8
7
  pt?: InputTextProps['pt']
@@ -10,7 +9,6 @@ export interface FormKitPrimeInputTextProps {
10
9
  unstyled?: InputTextProps['unstyled']
11
10
  placeholder?: InputTextProps['placeholder']
12
11
  icon?: string
13
- iconPosition?: IconFieldProps['iconPosition']
14
12
  }
15
13
 
16
14
  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.0.0",
4
+ "version": "2.0.1",
5
5
  "author": {
6
6
  "name": "Tom",
7
7
  "email": "tom@sfxcode.com"
@@ -85,20 +85,20 @@
85
85
  "@formkit/i18n": "^1.6.5",
86
86
  "@formkit/vue": "^1.6.5",
87
87
  "primeicons": "^7.0.0",
88
- "primevue": "4.0.0-rc.2"
88
+ "primevue": "4.0.0-rc.3"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@antfu/eslint-config": "2.21.1",
92
92
  "@formkit/core": "^1.6.5",
93
93
  "@primevue/themes": "4.0.0-rc.2",
94
- "@types/node": "^20.14.8",
94
+ "@types/node": "^20.14.9",
95
95
  "@unocss/preset-icons": "0.61.0",
96
96
  "@unocss/preset-uno": "0.61.0",
97
97
  "@vitejs/plugin-vue": "^5.0.5",
98
98
  "@vitest/coverage-v8": "^1.6.0",
99
99
  "@vitest/ui": "^1.6.0",
100
- "@vue/compiler-sfc": "^3.4.29",
101
- "@vue/server-renderer": "^3.4.29",
100
+ "@vue/compiler-sfc": "^3.4.31",
101
+ "@vue/server-renderer": "^3.4.31",
102
102
  "@vue/test-utils": "^2.4.6",
103
103
  "@vue/tsconfig": "^0.5.1",
104
104
  "@vuedx/typecheck": "~0.7.6",
@@ -108,10 +108,10 @@
108
108
  "changelogen": "^0.5.5",
109
109
  "chart.js": "^4.4.3",
110
110
  "consola": "^3.2.3",
111
- "eslint": "^9.5.0",
111
+ "eslint": "^9.6.0",
112
112
  "happy-dom": "^14.12.3",
113
113
  "json-editor-vue": "^0.15.1",
114
- "mkdist": "^1.5.2",
114
+ "mkdist": "^1.5.3",
115
115
  "quill": "^2.0.2",
116
116
  "sass": "^1.77.6",
117
117
  "tslib": "^2.6.3",
@@ -119,18 +119,18 @@
119
119
  "unbuild": "2.0.0",
120
120
  "unocss": "0.61.0",
121
121
  "unplugin-auto-import": "^0.17.6",
122
- "unplugin-vue-components": "^0.27.0",
122
+ "unplugin-vue-components": "^0.27.2",
123
123
  "vanilla-jsoneditor": "^0.23.7",
124
- "vite": "^5.3.1",
124
+ "vite": "^5.3.2",
125
125
  "vite-plugin-dts": "^3.9.1",
126
126
  "vite-plugin-eslint": "^1.8.1",
127
- "vite-plugin-pages": "^0.32.2",
127
+ "vite-plugin-pages": "^0.32.3",
128
128
  "vite-ssg": "^0.23.7",
129
129
  "vitepress": "1.2.3",
130
130
  "vitest": "^1.6.0",
131
- "vue": "^3.4.29",
131
+ "vue": "^3.4.31",
132
132
  "vue-demi": "^0.14.8",
133
133
  "vue-router": "^4.4.0",
134
- "vue-tsc": "^2.0.21"
134
+ "vue-tsc": "^2.0.22"
135
135
  }
136
136
  }