@deot/vc 1.0.30 → 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.
@@ -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) {
@@ -40850,6 +40851,7 @@ var Vc = (function (exports, vue) {
40850
40851
  hover: true,
40851
40852
  alone: true,
40852
40853
  autoWidth: true,
40854
+ placement: "top",
40853
40855
  content: value
40854
40856
  });
40855
40857
  }
@@ -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) {
@@ -40853,6 +40854,7 @@
40853
40854
  hover: true,
40854
40855
  alone: true,
40855
40856
  autoWidth: true,
40857
+ placement: "top",
40856
40858
  content: value
40857
40859
  });
40858
40860
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deot/vc",
3
- "version": "1.0.30",
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.30",
23
- "@deot/vc-hooks": "^1.0.30",
24
- "@deot/vc-shared": "^1.0.30"
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": "*"