@uniquedj95/vform 1.6.0 → 1.6.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.cjs.js +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/dist/index.es.js
CHANGED
@@ -8627,7 +8627,7 @@ const Os = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' clas
|
|
8627
8627
|
const D = await t.value.options(k.value, 1);
|
8628
8628
|
C.push(...D.options.filter((g) => !!g.label));
|
8629
8629
|
} else
|
8630
|
-
C.push(...Mr(
|
8630
|
+
C.push(...Mr(t.value.options ?? [], k.value));
|
8631
8631
|
d.value.forEach((D) => Kt(D, C)), s.value = C, v.value = !o.value;
|
8632
8632
|
}
|
8633
8633
|
async function w(C) {
|
@@ -8785,7 +8785,7 @@ const Os = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' clas
|
|
8785
8785
|
for (const [t, l] of n)
|
8786
8786
|
a[t] = l;
|
8787
8787
|
return a;
|
8788
|
-
}, Fs = /* @__PURE__ */ Hs(Ns, [["__scopeId", "data-v-
|
8788
|
+
}, Fs = /* @__PURE__ */ Hs(Ns, [["__scopeId", "data-v-ba25d2f5"]]), qs = /* @__PURE__ */ Ve({
|
8789
8789
|
__name: "TextAreaInput",
|
8790
8790
|
props: /* @__PURE__ */ Ct({
|
8791
8791
|
schema: {}
|