liyu-pc-base 1.0.102 → 1.0.106

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.
@@ -1,11 +1,11 @@
1
1
  import { defineComponent as $e, reactive as xt, ref as Te, watch as Ee, resolveComponent as H, openBlock as P, createElementBlock as ie, Fragment as Ve, createVNode as J, withCtx as Z, createTextVNode as Be, createSlots as Lo, createElementVNode as Tt, toDisplayString as fe, renderList as Ft, computed as se, onMounted as en, createBlock as G, shallowRef as vt, provide as Wo, inject as es, onBeforeUnmount as ys, cloneVNode as XI, Transition as X1, withDirectives as Fo, resolveDirective as CW, nextTick as ts, onUpdated as u3, onUnmounted as _d, toRef as SW, withModifiers as WA, vShow as oi, watchEffect as ns, TransitionGroup as OW, getCurrentInstance as JI, toRaw as O0, unref as Gl, createCommentVNode as Y, mergeProps as ZI, normalizeStyle as Yi, h as GA, resolveDynamicComponent as yr, normalizeClass as EW, renderSlot as QI } from "vue";
2
2
  import { PlusOutlined as Dd, ExclamationCircleOutlined as rE, LeftOutlined as _W, RightOutlined as DW, CloseOutlined as AW } from "@ant-design/icons-vue";
3
3
  import { message as Cn, Modal as oE } from "ant-design-vue";
4
- import { q as s3, a as kW, b as c3, c as TW, _ as ae, u as FW, d as sh, g as J1, e as Z1, f as fg, h as qr, i as Rt, s as xp, w as iE, j as eN, M as d3, S as qc, k as PW, U as YA, l as XA, n as Sl, o as JA, p as ZA, r as Nm, t as BW, v as ch, x as E0, y as tN, z as nN, A as xW, B as MW, C as rN, D as oN, P as it, E as iN, F as aN, G as pg, H as Mp, I as gc, J as lN, K as RW, L as jW, N as QA, O as vc, Q as IW, R as NW, T as mv, V as LW, W as $W, X as ek, Y as zW, Z as VW, $ as Ka, a0 as _o, a1 as f3, a2 as HW, a3 as UW, a4 as qW, a5 as KW, a6 as WW, a7 as GW, a8 as YW, a9 as XW, aa as JW, ab as Lm, ac as p3, ad as ZW, ae as QW, af as eG, ag as tG, ah as nG, ai as tk, aj as rG, ak as oG, al as iG, am as aG, an as lG, ao as uG, ap as sG, aq as cG, ar as dG, as as nk, at as fG, au as Rs, m as aE } from "./modal-tools-006921b1.js";
4
+ import { q as s3, a as kW, b as c3, c as TW, _ as ae, u as FW, d as sh, g as J1, e as Z1, f as fg, h as qr, i as Rt, s as xp, w as iE, j as eN, M as d3, S as qc, k as PW, U as YA, l as XA, n as Sl, o as JA, p as ZA, r as Nm, t as BW, v as ch, x as E0, y as tN, z as nN, A as xW, B as MW, C as rN, D as oN, P as it, E as iN, F as aN, G as pg, H as Mp, I as gc, J as lN, K as RW, L as jW, N as QA, O as vc, Q as IW, R as NW, T as mv, V as LW, W as $W, X as ek, Y as zW, Z as VW, $ as Ka, a0 as _o, a1 as f3, a2 as HW, a3 as UW, a4 as qW, a5 as KW, a6 as WW, a7 as GW, a8 as YW, a9 as XW, aa as JW, ab as Lm, ac as p3, ad as ZW, ae as QW, af as eG, ag as tG, ah as nG, ai as tk, aj as rG, ak as oG, al as iG, am as aG, an as lG, ao as uG, ap as sG, aq as cG, ar as dG, as as nk, at as fG, au as Rs, m as aE } from "./modal-tools-de1d8105.js";
5
5
  import { useI18n as Q1 } from "vue-i18n";
6
6
  import Ce from "moment";
7
7
  import { l as $m } from "./lodash-18e68795.js";
8
- import { m as Kt, p as Xo, w as Ad, o as eb, t as Ol, n as uN } from "./init-plugin-d4e1c8e9.js";
8
+ import { n as Kt, q as Xo, x as Ad, p as eb, v as Ol, o as uN } from "./init-plugin-481311d3.js";
9
9
  import { cloneDeep as sN, debounce as oa, isEqual as rk, isArray as Tu } from "lodash-es";
10
10
  import { useFetchData as cN } from "./utils/hooks/useFetchData.js";
11
11
  import pG from "scroll-into-view-if-needed";
@@ -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 i in e.form.watch)
39304
+ for (let a in e.form.watch)
39304
39305
  Ee(
39305
- () => e.model[i],
39306
+ () => e.model[a],
39306
39307
  () => {
39307
- e.form.watch[i](e.model, e.form);
39308
+ e.form.watch[a](e.model, e.form);
39308
39309
  }
39309
39310
  );
39310
39311
  return {
39311
39312
  validate: () => e.form.validate(),
39312
- onUpdateModel: (i) => {
39313
- t("update_model", i);
39313
+ onUpdateModel: (a) => {
39314
+ t("update_model", a);
39314
39315
  },
39315
- onUpdateName2: (i) => {
39316
- t("update_model", i);
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.form.dynamicFieldList, (d, p) => (P(), G(s, {
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.form.dynamicFieldList.length > 1 || e.alwaysShowGroup) ? {
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-bd5e5d2d"]]);
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,