@fkui/vue 6.34.0 → 6.35.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.
@@ -204,6 +204,13 @@ module.exports = defineMetadata({
204
204
  anchor: {
205
205
  required: true,
206
206
  },
207
+ arrowAnchor: {
208
+ required: false,
209
+ },
210
+ layout: {
211
+ required: true,
212
+ enum: ["f-table", "f-interactive-table"],
213
+ },
207
214
  },
208
215
  },
209
216
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/vue",
3
- "version": "6.34.0",
3
+ "version": "6.35.0",
4
4
  "description": "Vue implementation of FKUI components",
5
5
  "keywords": [
6
6
  "fkui",
@@ -66,9 +66,9 @@
66
66
  "unit:watch": "jest --watch"
67
67
  },
68
68
  "peerDependencies": {
69
- "@fkui/date": "^6.34.0",
70
- "@fkui/design": "^6.34.0",
71
- "@fkui/logic": "^6.34.0",
69
+ "@fkui/date": "^6.35.0",
70
+ "@fkui/design": "^6.35.0",
71
+ "@fkui/logic": "^6.35.0",
72
72
  "fk-icons": "^4.30.1",
73
73
  "html-validate": ">= 7.9.0",
74
74
  "vue": "^3.5.0"
@@ -85,5 +85,5 @@
85
85
  "node": ">= 20",
86
86
  "npm": ">= 7"
87
87
  },
88
- "gitHead": "30c8ade65e70621c7d4d6c98aca6a1252f2ade5b"
88
+ "gitHead": "2ebbfb18f1b715c8122559ba5685583b7693994e"
89
89
  }