@sfxcode/formkit-primevue 4.2.4 → 4.3.0

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.
@@ -23,9 +23,10 @@ const props = defineProps({
23
23
  },
24
24
  })
25
25
 
26
+ const { t } = useI18n()
27
+
26
28
  const textValue = computed(() => {
27
29
  const value = props.context?._value
28
- const { t } = useI18n()
29
30
  let result = ''
30
31
  if (value) {
31
32
  if (props.context?.isTranslationKey) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "4.2.4",
4
+ "version": "4.3.0",
5
5
  "packageManager": "pnpm@11.0.9+sha512.34ce82e6780233cf9cad8685029a8f81d2e06196c5a9bad98879f7424940c6817c4e4524fb7d38b8553ceed48b9758b8ebaf1abd3600c232c4c8cf7366086f38",
6
6
  "author": {
7
7
  "name": "Tom",
@@ -79,7 +79,7 @@
79
79
  "dev": "vite serve dev",
80
80
  "dev:build": "vite build dev",
81
81
  "dev:preview": "vite preview dev",
82
- "release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
82
+ "release": "npm run lint && npm run build && changelogen --minor --release && npm publish --access public && git push --follow-tags",
83
83
  "lint": "eslint .",
84
84
  "lint:fix": "eslint . --fix",
85
85
  "prepublishOnly": "pnpm build",
@@ -94,28 +94,28 @@
94
94
  "vue": "^3.4.0"
95
95
  },
96
96
  "dependencies": {
97
- "@formkit/addons": "^2.0.0",
97
+ "@formkit/addons": "^2.1.0",
98
98
  "@formkit/auto-animate": "^0.9.0",
99
- "@formkit/core": "^2.0.0",
100
- "@formkit/i18n": "^2.0.0",
101
- "@formkit/inputs": "^2.0.0",
102
- "@formkit/vue": "^2.0.0",
103
- "@intlify/core": "^11.4.4",
99
+ "@formkit/core": "^2.1.0",
100
+ "@formkit/i18n": "^2.1.0",
101
+ "@formkit/inputs": "^2.1.0",
102
+ "@formkit/vue": "^2.1.0",
103
+ "@intlify/core": "^11.4.5",
104
104
  "primeicons": "^7.0.0",
105
105
  "primevue": "^4.5.5",
106
- "vue-i18n": "^11.4.4"
106
+ "vue-i18n": "^11.4.5"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@antfu/eslint-config": "^9.0.0",
110
110
  "@primeuix/themes": "^2.0.3",
111
- "@types/node": "^25.9.1",
111
+ "@types/node": "^25.9.3",
112
112
  "@unocss/preset-icons": "66.7.0",
113
113
  "@unocss/preset-uno": "66.7.0",
114
114
  "@vitejs/plugin-vue": "^6.0.7",
115
- "@vitest/coverage-v8": "^4.1.8",
116
- "@vitest/ui": "^4.1.8",
117
- "@vue/compiler-sfc": "^3.5.35",
118
- "@vue/server-renderer": "^3.5.35",
115
+ "@vitest/coverage-v8": "^4.1.9",
116
+ "@vitest/ui": "^4.1.9",
117
+ "@vue/compiler-sfc": "^3.5.38",
118
+ "@vue/server-renderer": "^3.5.38",
119
119
  "@vue/test-utils": "^2.4.11",
120
120
  "@vue/tsconfig": "^0.9.1",
121
121
  "@vueuse/core": "^14.3.0",
@@ -124,12 +124,12 @@
124
124
  "chart.js": "^4.5.1",
125
125
  "consola": "^3.4.2",
126
126
  "cookie": "^1.1.1",
127
- "esbuild": "^0.28.0",
128
- "eslint": "^10.4.1",
129
- "happy-dom": "^20.10.1",
127
+ "esbuild": "^0.28.1",
128
+ "eslint": "^10.5.0",
129
+ "happy-dom": "^20.10.5",
130
130
  "json-editor-vue": "^0.18.1",
131
131
  "mkdist": "^2.4.1",
132
- "sass": "^1.100.0",
132
+ "sass": "^1.101.0",
133
133
  "tslib": "^2.8.1",
134
134
  "typescript": "^6.0.3",
135
135
  "unbuild": "^3.6.1",
@@ -141,10 +141,10 @@
141
141
  "vite-plugin-pages": "^0.33.3",
142
142
  "vite-ssg": "^28.3.0",
143
143
  "vitepress": "2.0.0-alpha.16",
144
- "vitest": "^4.1.8",
145
- "vue": "^3.5.35",
144
+ "vitest": "^4.1.9",
145
+ "vue": "^3.5.38",
146
146
  "vue-demi": "^0.14.10",
147
147
  "vue-router": "^5.1.0",
148
- "vue-tsc": "^3.3.3"
148
+ "vue-tsc": "^3.3.5"
149
149
  }
150
150
  }