@sfxcode/formkit-primevue 2.7.4 → 2.7.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.
@@ -2,7 +2,8 @@
2
2
  import type { FormKitFrameworkContext } from '@formkit/core'
3
3
  import type { AutoCompleteCompleteEvent, AutoCompleteProps } from 'primevue/autocomplete'
4
4
 
5
- import { type PropType, ref } from 'vue'
5
+ import type { PropType } from 'vue'
6
+ import { ref } from 'vue'
6
7
  import { useFormKitInput } from '../composables'
7
8
 
8
9
  export interface FormKitPrimeAutoCompleteProps {
@@ -1,6 +1,7 @@
1
1
  <script setup lang='ts'>
2
2
  import type { FormKitFrameworkContext } from '@formkit/core'
3
- import { computed, type PropType } from 'vue'
3
+ import type { PropType } from 'vue'
4
+ import { computed } from 'vue'
4
5
  import { useI18n } from 'vue-i18n'
5
6
  import { useFormKitSection } from '../composables'
6
7
 
@@ -1,6 +1,7 @@
1
1
  <script setup lang='ts'>
2
2
  import type { FormKitFrameworkContext } from '@formkit/core'
3
- import { computed, type PropType } from 'vue'
3
+ import type { PropType } from 'vue'
4
+ import { computed } from 'vue'
4
5
  import { useI18n } from 'vue-i18n'
5
6
  import { useFormKitSection } from '../composables'
6
7
 
@@ -1,6 +1,7 @@
1
1
  <script setup lang='ts'>
2
2
  import type { FormKitFrameworkContext } from '@formkit/core'
3
- import { computed, type PropType } from 'vue'
3
+ import type { PropType } from 'vue'
4
+ import { computed } from 'vue'
4
5
  import { useFormKitSection } from '../composables'
5
6
 
6
7
  const props = defineProps({
@@ -1,6 +1,7 @@
1
1
  <script setup lang='ts'>
2
2
  import type { FormKitFrameworkContext } from '@formkit/core'
3
- import { computed, type PropType } from 'vue'
3
+ import type { PropType } from 'vue'
4
+ import { computed } from 'vue'
4
5
 
5
6
  import { useI18n } from 'vue-i18n'
6
7
  import { useFormKitSection } from '../composables'
@@ -1,6 +1,7 @@
1
1
  <script setup lang='ts'>
2
2
  import type { FormKitFrameworkContext } from '@formkit/core'
3
- import { computed, type PropType } from 'vue'
3
+ import type { PropType } from 'vue'
4
+ import { computed } from 'vue'
4
5
  import { useFormKitSection } from '../composables'
5
6
 
6
7
  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.7.4",
5
- "packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
4
+ "version": "2.7.6",
5
+ "packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4",
6
6
  "author": {
7
7
  "name": "Tom",
8
8
  "email": "tom@sfxcode.com"
@@ -88,62 +88,62 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "@formkit/addons": "^1.6.9",
91
- "@formkit/drag-and-drop": "^0.3.1",
91
+ "@formkit/drag-and-drop": "^0.4.0",
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.0.1",
95
+ "@intlify/core": "^11.1.1",
96
96
  "primeicons": "^7.0.0",
97
97
  "primevue": "^4.2.5",
98
98
  "quill": "^2.0.3",
99
- "uuid": "^11.0.4",
100
- "vue-i18n": "^11.0.1"
99
+ "uuid": "^11.1.0",
100
+ "vue-i18n": "^11.1.1"
101
101
  },
102
102
  "devDependencies": {
103
- "@antfu/eslint-config": "^3.12.1",
103
+ "@antfu/eslint-config": "^4.3.0",
104
104
  "@formkit/core": "^1.6.9",
105
105
  "@primevue/themes": "^4.2.5",
106
- "@types/node": "^22.10.5",
106
+ "@types/node": "^22.13.5",
107
107
  "@types/uuid": "^10.0.0",
108
- "@unocss/preset-icons": "^0.65.3",
109
- "@unocss/preset-uno": "^0.65.3",
108
+ "@unocss/preset-icons": "^66.0.0",
109
+ "@unocss/preset-uno": "^66.0.0",
110
110
  "@vitejs/plugin-vue": "^5.2.1",
111
- "@vitest/coverage-v8": "^2.1.8",
112
- "@vitest/ui": "^2.1.8",
111
+ "@vitest/coverage-v8": "^3.0.6",
112
+ "@vitest/ui": "^3.0.6",
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": "^12.3.0",
119
+ "@vueuse/core": "^12.7.0",
120
120
  "@vueuse/head": "^2.0.0",
121
121
  "changelogen": "^0.5.7",
122
- "chart.js": "^4.4.7",
123
- "consola": "^3.3.3",
122
+ "chart.js": "^4.4.8",
123
+ "consola": "^3.4.0",
124
124
  "cookie": "^1.0.2",
125
- "eslint": "^9.17.0",
126
- "happy-dom": "^16.3.0",
125
+ "eslint": "^9.21.0",
126
+ "happy-dom": "^17.1.3",
127
127
  "json-editor-vue": "^0.17.3",
128
128
  "mkdist": "^2.2.0",
129
129
  "quill": "^2.0.2",
130
- "sass": "^1.83.1",
130
+ "sass": "^1.85.0",
131
131
  "tslib": "^2.8.1",
132
- "typescript": "^5.7.2",
133
- "unbuild": "^3.2.0",
134
- "unocss": "^0.65.3",
135
- "unplugin-auto-import": "^0.19.0",
136
- "unplugin-vue-components": "^0.28.0",
137
- "vite": "^6.0.7",
138
- "vite-plugin-dts": "^4.4.0",
132
+ "typescript": "^5.7.3",
133
+ "unbuild": "^3.3.1",
134
+ "unocss": "^66.0.0",
135
+ "unplugin-auto-import": "^19.1.0",
136
+ "unplugin-vue-components": "^28.4.0",
137
+ "vite": "^6.1.1",
138
+ "vite-plugin-dts": "^4.5.0",
139
139
  "vite-plugin-eslint": "^1.8.1",
140
- "vite-plugin-pages": "^0.32.4",
141
- "vite-ssg": "^0.24.3",
142
- "vitepress": "^1.5.0",
143
- "vitest": "^2.1.8",
140
+ "vite-plugin-pages": "^0.32.5",
141
+ "vite-ssg": "^25.2.0",
142
+ "vitepress": "^1.6.3",
143
+ "vitest": "^3.0.6",
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.0"
147
+ "vue-tsc": "^2.2.4"
148
148
  }
149
149
  }