@opentinyvue/vue-form 3.28.0 → 3.29.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.
@@ -65,6 +65,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
65
65
  "overflow-x-visible": _ctx.labelPosition === "top" && !_ctx.hideRequiredAsterisk,
66
66
  "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4": _ctx.inline
67
67
  }]),
68
+ role: "form",
68
69
  onSubmit: _cache[1] || (_cache[1] = withModifiers(function() {
69
70
  }, ["prevent"]))
70
71
  },
package/lib/pc.js CHANGED
@@ -68,6 +68,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
68
68
  }, {
69
69
  "is-display-only": _ctx.state.isDisplayOnly
70
70
  }]]),
71
+ role: "form",
71
72
  onSubmit: _cache[1] || (_cache[1] = withModifiers(function() {
72
73
  }, ["prevent"]))
73
74
  },
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-form",
3
- "version": "3.28.0",
3
+ "version": "3.29.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-common": "~3.28.0",
11
- "@opentinyvue/vue-renderless": "~3.28.0",
12
- "@opentinyvue/vue-tooltip": "~3.28.0",
13
- "@opentinyvue/vue-theme": "~3.28.0"
10
+ "@opentinyvue/vue-common": "~3.29.0",
11
+ "@opentinyvue/vue-renderless": "~3.29.0",
12
+ "@opentinyvue/vue-tooltip": "~3.29.0",
13
+ "@opentinyvue/vue-theme": "~3.29.0"
14
14
  },
15
15
  "license": "MIT",
16
16
  "types": "index.d.ts",