@sfxcode/formkit-primevue 2.4.4 → 2.4.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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<script setup lang='ts'>
|
|
2
2
|
import { type PropType, computed } from 'vue'
|
|
3
3
|
import type { FormKitFrameworkContext } from '@formkit/core'
|
|
4
|
-
import { RouterLink } from 'vue-router'
|
|
5
4
|
import { useFormKitSection } from '../composables'
|
|
6
5
|
|
|
7
6
|
const props = defineProps({
|
|
@@ -35,7 +34,7 @@ const title = computed(() => {
|
|
|
35
34
|
{{ context?.prefix }}
|
|
36
35
|
</span>
|
|
37
36
|
<component
|
|
38
|
-
:is="context?.linkComponentName ? context?.linkComponentName : RouterLink"
|
|
37
|
+
:is="context?.linkComponentName ? context?.linkComponentName : 'RouterLink'"
|
|
39
38
|
v-if="context?.internal"
|
|
40
39
|
:style="context?.attrs?.style"
|
|
41
40
|
:class="context?.attrs?.class"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.5",
|
|
5
5
|
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Tom",
|
|
@@ -92,54 +92,54 @@
|
|
|
92
92
|
"@formkit/i18n": "^1.6.5",
|
|
93
93
|
"@formkit/vue": "^1.6.5",
|
|
94
94
|
"primeicons": "^7.0.0",
|
|
95
|
-
"primevue": "4.0.
|
|
95
|
+
"primevue": "4.0.5",
|
|
96
96
|
"uuid": "^10.0.0",
|
|
97
|
-
"vue-i18n": "9.
|
|
97
|
+
"vue-i18n": "9.14.0"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@antfu/eslint-config": "
|
|
100
|
+
"@antfu/eslint-config": "3.0.0",
|
|
101
101
|
"@formkit/core": "^1.6.5",
|
|
102
|
-
"@primevue/themes": "4.0.
|
|
103
|
-
"@types/node": "^22.1
|
|
104
|
-
"@unocss/preset-icons": "0.
|
|
105
|
-
"@unocss/preset-uno": "0.
|
|
106
|
-
"@vitejs/plugin-vue": "^5.1.
|
|
102
|
+
"@primevue/themes": "4.0.5",
|
|
103
|
+
"@types/node": "^22.5.1",
|
|
104
|
+
"@unocss/preset-icons": "0.62.3",
|
|
105
|
+
"@unocss/preset-uno": "0.62.3",
|
|
106
|
+
"@vitejs/plugin-vue": "^5.1.3",
|
|
107
107
|
"@vitest/coverage-v8": "^2.0.5",
|
|
108
108
|
"@vitest/ui": "^2.0.5",
|
|
109
|
-
"@vue/compiler-sfc": "^3.4.
|
|
110
|
-
"@vue/server-renderer": "^3.4.
|
|
109
|
+
"@vue/compiler-sfc": "^3.4.38",
|
|
110
|
+
"@vue/server-renderer": "^3.4.38",
|
|
111
111
|
"@vue/test-utils": "^2.4.6",
|
|
112
112
|
"@vue/tsconfig": "^0.5.1",
|
|
113
113
|
"@vuedx/typecheck": "~0.7.6",
|
|
114
114
|
"@vuedx/typescript-plugin-vue": "~0.7.6",
|
|
115
|
-
"@vueuse/core": "^
|
|
115
|
+
"@vueuse/core": "^11.0.3",
|
|
116
116
|
"@vueuse/head": "^2.0.0",
|
|
117
117
|
"changelogen": "^0.5.5",
|
|
118
|
-
"chart.js": "^4.4.
|
|
118
|
+
"chart.js": "^4.4.4",
|
|
119
119
|
"consola": "^3.2.3",
|
|
120
|
-
"eslint": "^9.
|
|
121
|
-
"happy-dom": "^
|
|
122
|
-
"json-editor-vue": "^0.15.
|
|
120
|
+
"eslint": "^9.9.1",
|
|
121
|
+
"happy-dom": "^15.4.2",
|
|
122
|
+
"json-editor-vue": "^0.15.2",
|
|
123
123
|
"mkdist": "^1.5.4",
|
|
124
124
|
"quill": "^2.0.2",
|
|
125
125
|
"sass": "^1.77.8",
|
|
126
|
-
"tslib": "^2.
|
|
126
|
+
"tslib": "^2.7.0",
|
|
127
127
|
"typescript": "^5.5.4",
|
|
128
128
|
"unbuild": "3.0.0-rc.7",
|
|
129
|
-
"unocss": "0.
|
|
129
|
+
"unocss": "0.62.3",
|
|
130
130
|
"unplugin-auto-import": "^0.18.2",
|
|
131
|
-
"unplugin-vue-components": "^0.27.
|
|
131
|
+
"unplugin-vue-components": "^0.27.4",
|
|
132
132
|
"vanilla-jsoneditor": "^0.23.8",
|
|
133
|
-
"vite": "^5.4.
|
|
134
|
-
"vite-plugin-dts": "4.0.
|
|
133
|
+
"vite": "^5.4.2",
|
|
134
|
+
"vite-plugin-dts": "4.0.3",
|
|
135
135
|
"vite-plugin-eslint": "^1.8.1",
|
|
136
136
|
"vite-plugin-pages": "^0.32.3",
|
|
137
137
|
"vite-ssg": "^0.23.8",
|
|
138
|
-
"vitepress": "1.3.
|
|
138
|
+
"vitepress": "1.3.4",
|
|
139
139
|
"vitest": "^2.0.5",
|
|
140
|
-
"vue": "^3.4.
|
|
140
|
+
"vue": "^3.4.38",
|
|
141
141
|
"vue-demi": "^0.14.10",
|
|
142
142
|
"vue-router": "^4.4.3",
|
|
143
|
-
"vue-tsc": "^2.
|
|
143
|
+
"vue-tsc": "^2.1.2"
|
|
144
144
|
}
|
|
145
145
|
}
|