liyu-pc-base 1.0.100 → 1.0.104
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/{FormRender3-00ccb360.js → FormRender3-ccdc58ee.js} +13 -11
- package/dist/{FormRender3-00ccb360.js.map → FormRender3-ccdc58ee.js.map} +1 -1
- package/dist/components/index.js +232 -230
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -39299,22 +39299,24 @@ const FTe = /* @__PURE__ */ kt(rTe, [["render", lTe]]), uTe = $e({
|
|
|
39299
39299
|
},
|
|
39300
39300
|
emits: ["update_model", "update_model"],
|
|
39301
39301
|
setup(e, { emit: t }) {
|
|
39302
|
+
const n = Te(e.form.dynamicFieldList);
|
|
39302
39303
|
if (e.form.watch)
|
|
39303
|
-
for (let
|
|
39304
|
+
for (let a in e.form.watch)
|
|
39304
39305
|
Ee(
|
|
39305
|
-
() => e.model[
|
|
39306
|
+
() => e.model[a],
|
|
39306
39307
|
() => {
|
|
39307
|
-
e.form.watch[
|
|
39308
|
+
e.form.watch[a](e.model, e.form);
|
|
39308
39309
|
}
|
|
39309
39310
|
);
|
|
39310
39311
|
return {
|
|
39311
39312
|
validate: () => e.form.validate(),
|
|
39312
|
-
onUpdateModel: (
|
|
39313
|
-
t("update_model",
|
|
39313
|
+
onUpdateModel: (a) => {
|
|
39314
|
+
t("update_model", a);
|
|
39314
39315
|
},
|
|
39315
|
-
onUpdateName2: (
|
|
39316
|
-
t("update_model",
|
|
39317
|
-
}
|
|
39316
|
+
onUpdateName2: (a) => {
|
|
39317
|
+
t("update_model", a);
|
|
39318
|
+
},
|
|
39319
|
+
dynamicFieldList: n
|
|
39318
39320
|
};
|
|
39319
39321
|
}
|
|
39320
39322
|
});
|
|
@@ -39331,7 +39333,7 @@ function sTe(e, t, n, r, o, i) {
|
|
|
39331
39333
|
validateTrigger: !1
|
|
39332
39334
|
}, {
|
|
39333
39335
|
default: Z(() => [
|
|
39334
|
-
(P(!0), ie(Ve, null, Ft(e.
|
|
39336
|
+
(P(!0), ie(Ve, null, Ft(e.dynamicFieldList, (d, p) => (P(), G(s, {
|
|
39335
39337
|
key: p,
|
|
39336
39338
|
"body-style": { padding: "10px 10px 0" },
|
|
39337
39339
|
style: { "margin-bottom": "5px" }
|
|
@@ -39373,7 +39375,7 @@ function sTe(e, t, n, r, o, i) {
|
|
|
39373
39375
|
]),
|
|
39374
39376
|
_: 2
|
|
39375
39377
|
}, [
|
|
39376
|
-
d.group_name && (e.
|
|
39378
|
+
d.group_name && (e.dynamicFieldList.length > 1 || e.alwaysShowGroup) ? {
|
|
39377
39379
|
name: "title",
|
|
39378
39380
|
fn: Z(() => [
|
|
39379
39381
|
Be(fe(d.group_name), 1)
|
|
@@ -39385,7 +39387,7 @@ function sTe(e, t, n, r, o, i) {
|
|
|
39385
39387
|
_: 1
|
|
39386
39388
|
}, 8, ["model", "rules", "layout"]);
|
|
39387
39389
|
}
|
|
39388
|
-
const PTe = /* @__PURE__ */ kt(uTe, [["render", sTe], ["__scopeId", "data-v-
|
|
39390
|
+
const PTe = /* @__PURE__ */ kt(uTe, [["render", sTe], ["__scopeId", "data-v-5233b46e"]]);
|
|
39389
39391
|
export {
|
|
39390
39392
|
mN as A,
|
|
39391
39393
|
h3 as B,
|