@opentinyvue/vue-form 3.27.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.
- package/lib/mobile-first.js +1 -0
- package/lib/pc.js +1 -0
- package/package.json +5 -5
- package/src/index.d.ts +1 -1
- package/src/pc.vue.d.ts +3 -3
package/lib/mobile-first.js
CHANGED
|
@@ -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
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-form",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
11
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
12
|
-
"@opentinyvue/vue-tooltip": "~3.
|
|
13
|
-
"@opentinyvue/vue-theme": "~3.
|
|
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",
|
package/src/index.d.ts
CHANGED
|
@@ -339,9 +339,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
339
339
|
showMessage: boolean;
|
|
340
340
|
validatePosition: string;
|
|
341
341
|
validateType: string;
|
|
342
|
-
statusIcon: boolean;
|
|
343
342
|
validateTag: boolean;
|
|
344
343
|
wrapFragment: string;
|
|
344
|
+
statusIcon: boolean;
|
|
345
345
|
labelSuffix: string;
|
|
346
346
|
validateOnRuleChange: string | boolean;
|
|
347
347
|
hideRequiredAsterisk: boolean;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -27,8 +27,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
27
27
|
showMessage?: any;
|
|
28
28
|
validateType?: any;
|
|
29
29
|
validateIcon?: any;
|
|
30
|
-
statusIcon?: any;
|
|
31
30
|
validateTag?: any;
|
|
31
|
+
statusIcon?: any;
|
|
32
32
|
labelSuffix?: any;
|
|
33
33
|
validateOnRuleChange?: any;
|
|
34
34
|
hideRequiredAsterisk?: any;
|
|
@@ -64,8 +64,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
64
64
|
showMessage?: any;
|
|
65
65
|
validateType?: any;
|
|
66
66
|
validateIcon?: any;
|
|
67
|
-
statusIcon?: any;
|
|
68
67
|
validateTag?: any;
|
|
68
|
+
statusIcon?: any;
|
|
69
69
|
labelSuffix?: any;
|
|
70
70
|
validateOnRuleChange?: any;
|
|
71
71
|
hideRequiredAsterisk?: any;
|
|
@@ -101,8 +101,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
101
101
|
readonly showMessage?: any;
|
|
102
102
|
readonly validateType?: any;
|
|
103
103
|
readonly validateIcon?: any;
|
|
104
|
-
readonly statusIcon?: any;
|
|
105
104
|
readonly validateTag?: any;
|
|
105
|
+
readonly statusIcon?: any;
|
|
106
106
|
readonly labelSuffix?: any;
|
|
107
107
|
readonly validateOnRuleChange?: any;
|
|
108
108
|
readonly hideRequiredAsterisk?: any;
|