lew-ui 2.3.3 → 2.3.4
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.mjs +1 -2
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11420,7 +11420,6 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
11420
11420
|
formMap.value[item.field] = v2;
|
|
11421
11421
|
}
|
|
11422
11422
|
});
|
|
11423
|
-
emit("change", getForm());
|
|
11424
11423
|
};
|
|
11425
11424
|
const resetError = () => {
|
|
11426
11425
|
componentOptions.forEach((item) => {
|
|
@@ -11516,7 +11515,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
11516
11515
|
};
|
|
11517
11516
|
}
|
|
11518
11517
|
});
|
|
11519
|
-
const LewForm = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-
|
|
11518
|
+
const LewForm = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-cf8d2885"]]);
|
|
11520
11519
|
const checkboxModel = {
|
|
11521
11520
|
modelValue: {
|
|
11522
11521
|
type: Boolean,
|