@opentinyvue/vue-form 2.27.0 → 2.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.
@@ -62,7 +62,8 @@ var render = function render2() {
62
62
  "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4": _vm.inline
63
63
  },
64
64
  attrs: {
65
- "data-tag": "tiny-form"
65
+ "data-tag": "tiny-form",
66
+ "role": "form"
66
67
  },
67
68
  on: {
68
69
  "submit": function submit($event) {
package/lib/pc.js CHANGED
@@ -65,6 +65,9 @@ var render = function render2() {
65
65
  }, {
66
66
  "is-display-only": _vm.state.isDisplayOnly
67
67
  }],
68
+ attrs: {
69
+ "role": "form"
70
+ },
68
71
  on: {
69
72
  "submit": function submit($event) {
70
73
  $event.preventDefault();
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-form",
3
- "version": "2.27.0",
3
+ "version": "2.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": "~2.27.0",
11
- "@opentinyvue/vue-renderless": "~3.27.0",
12
- "@opentinyvue/vue-tooltip": "~2.27.0",
13
- "@opentinyvue/vue-theme": "~3.27.0"
10
+ "@opentinyvue/vue-common": "~2.29.0",
11
+ "@opentinyvue/vue-renderless": "~3.29.0",
12
+ "@opentinyvue/vue-tooltip": "~2.29.0",
13
+ "@opentinyvue/vue-theme": "~3.29.0"
14
14
  },
15
15
  "license": "MIT",
16
16
  "types": "index.d.ts",