liyu-pc-base 1.0.921 → 1.0.923

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.
Files changed (24) hide show
  1. package/dist/{FieldRender-BOg7nm5z.js → FieldRender-DnOLSXTl.js} +1 -1
  2. package/dist/{FieldRender-BOg7nm5z.js.map → FieldRender-DnOLSXTl.js.map} +1 -1
  3. package/dist/{FieldRender2-_MtcDkI5.js → FieldRender2-CvxGe238.js} +2 -2
  4. package/dist/{FieldRender2-_MtcDkI5.js.map → FieldRender2-CvxGe238.js.map} +1 -1
  5. package/dist/{FormRender3-BtY9d91e.js → FormRender3-CAxOQgue.js} +1 -1
  6. package/dist/{FormRender3-BtY9d91e.js.map → FormRender3-CAxOQgue.js.map} +1 -1
  7. package/dist/{RemoteSelectPro-CcWTS4f6.js → RemoteSelectPro-CcL_vU1K.js} +1 -1
  8. package/dist/{RemoteSelectPro-CcWTS4f6.js.map → RemoteSelectPro-CcL_vU1K.js.map} +1 -1
  9. package/dist/{SearchRender-ByarFel1.js → SearchRender-Dr_qnvZM.js} +1 -1
  10. package/dist/{SearchRender-ByarFel1.js.map → SearchRender-Dr_qnvZM.js.map} +1 -1
  11. package/dist/components/index.js +7 -7
  12. package/dist/{dbViewConfig-RGSyUx3F.js → dbViewConfig-BF0QZ_mT.js} +1 -1
  13. package/dist/{dbViewConfig-RGSyUx3F.js.map → dbViewConfig-BF0QZ_mT.js.map} +1 -1
  14. package/dist/{detailTablePro-CqcVbn8O.js → detailTablePro-DxgfGYN3.js} +1 -1
  15. package/dist/{detailTablePro-CqcVbn8O.js.map → detailTablePro-DxgfGYN3.js.map} +1 -1
  16. package/dist/index.js +1 -1
  17. package/dist/liyu-pc-base.css +1 -1
  18. package/dist/{tableModal-DSKuV-hn.js → tableModal-DZE5wntG.js} +1 -1
  19. package/dist/{tableModal-DSKuV-hn.js.map → tableModal-DZE5wntG.js.map} +1 -1
  20. package/dist/{tablePageHost-B_BOlBNA.js → tablePageHost-hE_1hQv4.js} +82 -44
  21. package/dist/{tablePageHost-B_BOlBNA.js.map → tablePageHost-hE_1hQv4.js.map} +1 -1
  22. package/dist/{tablePro-IAcxxAGI.js → tablePro-t2yDX9oW.js} +16 -11
  23. package/dist/{tablePro-IAcxxAGI.js.map → tablePro-t2yDX9oW.js.map} +1 -1
  24. package/package.json +1 -1
@@ -16,7 +16,7 @@ import { t as ne } from "./JsonStr-JwOPdAYW.js";
16
16
  import { t as re } from "./JsonObj-CmylW4Or.js";
17
17
  import { t as ie } from "./RemoteText-DwRLI0xq.js";
18
18
  import { t as E } from "./modal-tools-CrXdI5sg.js";
19
- import { t as ae } from "./RemoteSelectPro-CcWTS4f6.js";
19
+ import { t as ae } from "./RemoteSelectPro-CcL_vU1K.js";
20
20
  import { n as oe, t as se } from "./RemoteTreeSelectPro-CXMOariR.js";
21
21
  import { a as ce, c as le, i as ue, l as de, n as fe, o as pe, r as me, s as he, t as ge } from "./TinymceEditor-waI-dlC5.js";
22
22
  import { Fragment as D, computed as O, createBlock as k, createCommentVNode as A, createElementBlock as j, createElementVNode as M, createSlots as _e, createTextVNode as N, createVNode as P, defineComponent as F, guardReactiveProps as ve, h as ye, inject as be, mergeModels as xe, mergeProps as Se, normalizeClass as I, normalizeProps as Ce, normalizeStyle as L, onActivated as we, onBeforeUnmount as Te, onDeactivated as Ee, onMounted as De, onUnmounted as Oe, openBlock as R, provide as ke, reactive as Ae, ref as z, renderList as B, renderSlot as je, resolveComponent as V, resolveDynamicComponent as Me, toDisplayString as H, unref as U, useAttrs as Ne, useModel as Pe, watch as W, withCtx as G, withModifiers as K } from "vue";
@@ -11154,16 +11154,21 @@ var Bl = /*#__PURE__*/ s(Il, [["render", zl]]), Vl = { key: 0 }, Hl = /* @__PURE
11154
11154
  c("selectChange", t, b.value.filter((t) => !e.includes(t.id)));
11155
11155
  }
11156
11156
  })), Ye = z({}), Xe = z({}), Qe = O(() => {
11157
- let e = (t) => t.filter((e) => e.checked !== !1).map((t) => {
11158
- if (t.children && t.children.length > 0) {
11159
- let n = e(t.children);
11160
- return n.length > 0 ? {
11161
- ...t,
11162
- children: n
11163
- } : null;
11157
+ let e = (t) => {
11158
+ let n = [];
11159
+ for (let r of t) {
11160
+ if (r.children && r.children.length > 0) {
11161
+ let t = e(r.children);
11162
+ t.length > 0 && n.push({
11163
+ ...r,
11164
+ children: t
11165
+ });
11166
+ continue;
11167
+ }
11168
+ r.checked !== !1 && n.push(r);
11164
11169
  }
11165
- return t;
11166
- }).filter(Boolean);
11170
+ return n;
11171
+ };
11167
11172
  return e($e.value);
11168
11173
  }), $e = O(() => {
11169
11174
  let e = {};
@@ -11871,6 +11876,6 @@ var Bl = /*#__PURE__*/ s(Il, [["render", zl]]), Vl = { key: 0 }, Hl = /* @__PURE
11871
11876
  ])) : A("", !0)], 64);
11872
11877
  };
11873
11878
  }
11874
- }), _u = /* @__PURE__ */ e({ default: () => vu }), vu = /*#__PURE__*/ s(gu, [["__scopeId", "data-v-c89a47f3"]]);
11879
+ }), _u = /* @__PURE__ */ e({ default: () => vu }), vu = /*#__PURE__*/ s(gu, [["__scopeId", "data-v-1a4cd4f0"]]);
11875
11880
  //#endregion
11876
11881
  export { Lt as S, Ht as _, qi as a, Vt as b, ln as c, Xt as d, Qt as f, Rt as g, Wt as h, Vc as i, en as l, qt as m, _u as n, Ln as o, un as p, uu as r, On as s, vu as t, Zt as u, Gt as v, zt as x, Bt as y };