@davincihealthcare/elty-design-system-vue 1.42.0 → 1.42.1
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17668,7 +17668,7 @@ const pO = () => ({
|
|
|
17668
17668
|
}
|
|
17669
17669
|
});
|
|
17670
17670
|
function u1(t, e, r = "", A) {
|
|
17671
|
-
const o = pO().getID(), i = t0(() => e.value && e.value.join("|")), O = g4(r
|
|
17671
|
+
const o = pO().getID(), i = t0(() => e.value && e.value.join("|")), O = g4(r ? `${r}_${o}` : o, i, {
|
|
17672
17672
|
// empty string counts as a forced blank value
|
|
17673
17673
|
initialValue: t,
|
|
17674
17674
|
// validation is performed manually on value change, only if there are errors
|