@deot/vc 1.0.31 → 1.0.32
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/dist/index.iife.js +1 -0
- package/dist/index.umd.cjs +1 -0
- package/package.json +4 -4
package/dist/index.iife.js
CHANGED
|
@@ -34849,6 +34849,7 @@ var Vc = (function (exports, vue) {
|
|
|
34849
34849
|
o[k] = v !== null && v !== void 0 ? v : Array.isArray(fieldValue.value) ? [].concat(initialValue) : initialValue;
|
|
34850
34850
|
};
|
|
34851
34851
|
const validate = async (trigger) => {
|
|
34852
|
+
await vue.nextTick();
|
|
34852
34853
|
if (!props2.prop) return;
|
|
34853
34854
|
let rules = currentRules.value.filter((rule) => !rule.trigger || rule.trigger.includes(trigger));
|
|
34854
34855
|
if (!rules.length) {
|
package/dist/index.umd.cjs
CHANGED
|
@@ -34852,6 +34852,7 @@
|
|
|
34852
34852
|
o[k] = v !== null && v !== void 0 ? v : Array.isArray(fieldValue.value) ? [].concat(initialValue) : initialValue;
|
|
34853
34853
|
};
|
|
34854
34854
|
const validate = async (trigger) => {
|
|
34855
|
+
await vue.nextTick();
|
|
34855
34856
|
if (!props2.prop) return;
|
|
34856
34857
|
let rules = currentRules.value.filter((rule) => !rule.trigger || rule.trigger.includes(trigger));
|
|
34857
34858
|
if (!rules.length) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deot/vc",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.32",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@deot/vc-components": "^1.0.
|
|
23
|
-
"@deot/vc-hooks": "^1.0.
|
|
24
|
-
"@deot/vc-shared": "^1.0.
|
|
22
|
+
"@deot/vc-components": "^1.0.32",
|
|
23
|
+
"@deot/vc-hooks": "^1.0.32",
|
|
24
|
+
"@deot/vc-shared": "^1.0.32"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"vue": "*"
|