@sfxcode/formkit-primevue 4.3.0 → 4.3.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.
@@ -58,7 +58,9 @@ const primeRepeaterDefinition = exports.primeRepeaterDefinition = (0, _vue.creat
58
58
  onDragleave: "$dragNodeLeave($index)",
59
59
  onDrop: "$dropNode($node.parent, $index)",
60
60
  onDragend: "$dragNodeEnd"
61
- })], true, {})], true, "true")], {
61
+ })], true, {})], true, "true", {
62
+ value: "$value"
63
+ })], {
62
64
  class: "$internalListClass",
63
65
  id: "$internalListId"
64
66
  }, true), {
@@ -46,7 +46,7 @@ export const primeRepeaterDefinition = createInput(
46
46
  onDragend: "$dragNodeEnd"
47
47
  })
48
48
  ], true, {})
49
- ], true, "true")
49
+ ], true, "true", { value: "$value" })
50
50
  ], { class: "$internalListClass", id: "$internalListId" }, true),
51
51
  {
52
52
  props: ["insertButtonLabel", "insertButtonClass", "insertButtonSize", "alwaysDisplayInsertButton", "newItem", "listClass", "listItemClass", "hideButtonGroup", "hideMoveButtons", "buttonGroupClass", "buttonGroupItemClass", "buttonSize", "displayCloneButton", "displayAddButton", "displayDeleteButton", "minItems", "maxItems", "displayDragHandle", "draggable", "dragHandleClass", "dragHandleIconClass"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "4.3.0",
4
+ "version": "4.3.1",
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 --minor --release && npm publish --access public && git push --follow-tags",
82
+ "release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
83
83
  "lint": "eslint .",
84
84
  "lint:fix": "eslint . --fix",
85
85
  "prepublishOnly": "pnpm build",
@@ -100,22 +100,22 @@
100
100
  "@formkit/i18n": "^2.1.0",
101
101
  "@formkit/inputs": "^2.1.0",
102
102
  "@formkit/vue": "^2.1.0",
103
- "@intlify/core": "^11.4.5",
103
+ "@intlify/core": "^11.4.6",
104
104
  "primeicons": "^7.0.0",
105
105
  "primevue": "^4.5.5",
106
- "vue-i18n": "^11.4.5"
106
+ "vue-i18n": "^11.4.6"
107
107
  },
108
108
  "devDependencies": {
109
- "@antfu/eslint-config": "^9.0.0",
109
+ "@antfu/eslint-config": "^9.1.0",
110
110
  "@primeuix/themes": "^2.0.3",
111
- "@types/node": "^25.9.3",
111
+ "@types/node": "^25.9.4",
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
115
  "@vitest/coverage-v8": "^4.1.9",
116
116
  "@vitest/ui": "^4.1.9",
117
- "@vue/compiler-sfc": "^3.5.38",
118
- "@vue/server-renderer": "^3.5.38",
117
+ "@vue/compiler-sfc": "^3.5.39",
118
+ "@vue/server-renderer": "^3.5.39",
119
119
  "@vue/test-utils": "^2.4.11",
120
120
  "@vue/tsconfig": "^0.9.1",
121
121
  "@vueuse/core": "^14.3.0",
@@ -125,8 +125,8 @@
125
125
  "consola": "^3.4.2",
126
126
  "cookie": "^1.1.1",
127
127
  "esbuild": "^0.28.1",
128
- "eslint": "^10.5.0",
129
- "happy-dom": "^20.10.5",
128
+ "eslint": "^10.6.0",
129
+ "happy-dom": "^20.10.6",
130
130
  "json-editor-vue": "^0.18.1",
131
131
  "mkdist": "^2.4.1",
132
132
  "sass": "^1.101.0",
@@ -136,15 +136,15 @@
136
136
  "unocss": "66.7.0",
137
137
  "unplugin-auto-import": "^21.0.0",
138
138
  "unplugin-vue-components": "^32.1.0",
139
- "vite": "^8.0.16",
139
+ "vite": "^8.1.3",
140
140
  "vite-plugin-dts": "^4.5.4",
141
141
  "vite-plugin-pages": "^0.33.3",
142
142
  "vite-ssg": "^28.3.0",
143
143
  "vitepress": "2.0.0-alpha.16",
144
144
  "vitest": "^4.1.9",
145
- "vue": "^3.5.38",
145
+ "vue": "^3.5.39",
146
146
  "vue-demi": "^0.14.10",
147
147
  "vue-router": "^5.1.0",
148
- "vue-tsc": "^3.3.5"
148
+ "vue-tsc": "^3.3.6"
149
149
  }
150
150
  }