lh-ui-next 0.1.9-beta.24 → 0.1.9-beta.25

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/README.md CHANGED
@@ -5,7 +5,7 @@ alpha version is use to self-test; beta version is use to public survey.for exam
5
5
  1.0.0-alpha.1
6
6
  1.0.0-test.2
7
7
  ## Official version : "0.1.8",
8
- ## test version : "0.1.9-beta.24,
8
+ ## test version : "0.1.9-beta.25,
9
9
  ## npmmirror
10
10
  When cnpm sync execution is unsuccessful,you can go the website(http://www.npmmirror.com/package/lh-ui-next) and press sync button to
11
11
  manual trigger the sync event
@@ -1,4 +1,4 @@
1
- import { openBlock as r, createElementBlock as c, normalizeClass as f, createCommentVNode as m, renderSlot as V, withDirectives as v, createElementVNode as h, withModifiers as B, withKeys as Re, vModelDynamic as mt, toDisplayString as b, vModelRadio as pt, normalizeStyle as T, vShow as N, resolveDirective as We, resolveComponent as x, createBlock as P, withCtx as k, Fragment as g, renderList as y, createVNode as _, createTextVNode as w, vModelText as ee, nextTick as Ie, Transition as ze, vModelCheckbox as $e, createApp as De } from "vue";
1
+ import { openBlock as r, createElementBlock as c, normalizeClass as f, createCommentVNode as m, renderSlot as V, withDirectives as v, createElementVNode as h, withModifiers as B, withKeys as Re, vModelDynamic as mt, toDisplayString as b, vModelRadio as pt, normalizeStyle as T, vShow as N, resolveDirective as Oe, resolveComponent as x, createBlock as P, withCtx as k, Fragment as g, renderList as y, createVNode as _, createTextVNode as w, vModelText as ee, nextTick as Ie, Transition as ze, vModelCheckbox as $e, createApp as De } from "vue";
2
2
  const S = (e, t) => {
3
3
  const i = e.__vccOpts || e;
4
4
  for (const [s, l] of t)
@@ -75,9 +75,9 @@ function yt(e, t, i, s, l, n) {
75
75
  }, null, 2)) : m("", !0)
76
76
  ], 10, bt);
77
77
  }
78
- const W = /* @__PURE__ */ S(gt, [["render", yt]]);
79
- W.install = function(e) {
80
- e.component(W.name, W);
78
+ const O = /* @__PURE__ */ S(gt, [["render", yt]]);
79
+ O.install = function(e) {
80
+ e.component(O.name, O);
81
81
  };
82
82
  const kt = {
83
83
  name: "lhInput",
@@ -891,7 +891,7 @@ const j = /* @__PURE__ */ S(It, [["render", Pt]]), Nt = {
891
891
  ref: "myScrollbarView"
892
892
  };
893
893
  function Ft(e, t, i, s, l, n) {
894
- const a = We("resize");
894
+ const a = Oe("resize");
895
895
  return r(), c("div", {
896
896
  class: "lh-scrollbar",
897
897
  onMouseenter: t[3] || (t[3] = (...o) => n.mouseenterHandler && n.mouseenterHandler(...o)),
@@ -949,9 +949,9 @@ const et = /* @__PURE__ */ S(Nt, [["render", Ft]]), Et = {
949
949
  return [];
950
950
  }
951
951
  },
952
- width: {
952
+ popoverMinwidth: {
953
953
  type: [Number, String],
954
- default: "200"
954
+ default: 100
955
955
  },
956
956
  maxHeight: {
957
957
  type: [Number, String],
@@ -1252,7 +1252,7 @@ const et = /* @__PURE__ */ S(Nt, [["render", Ft]]), Et = {
1252
1252
  }, Bt = {
1253
1253
  key: 0,
1254
1254
  class: "lh-select-search"
1255
- }, Rt = ["onClick"], Ot = ["title", "innerHTML"], Wt = ["onClick"], Ht = ["innerHTML"], At = ["onClick"], Ut = ["innerHTML"], jt = {
1255
+ }, Rt = ["onClick"], Wt = ["title", "innerHTML"], Ot = ["onClick"], Ht = ["innerHTML"], At = ["onClick"], Ut = ["innerHTML"], jt = {
1256
1256
  key: 3,
1257
1257
  class: "nullMsg"
1258
1258
  }, Kt = {
@@ -1267,7 +1267,7 @@ function Zt(e, t, i, s, l, n) {
1267
1267
  return r(), P(d, {
1268
1268
  placement: "bottom",
1269
1269
  width: l.popoverContentWidth,
1270
- minWidth: "100",
1270
+ minWidth: i.popoverMinwidth,
1271
1271
  modelValue: l.manualStatus,
1272
1272
  "onUpdate:modelValue": t[3] || (t[3] = (u) => l.manualStatus = u),
1273
1273
  trigger: "manual",
@@ -1339,7 +1339,7 @@ function Zt(e, t, i, s, l, n) {
1339
1339
  i.disabled ? m("", !0) : (r(), c("ul", {
1340
1340
  key: 0,
1341
1341
  ref: "ulCommon",
1342
- style: T([{ width: l.popoverContentWidth + "px" }, { "min-width": "100px" }])
1342
+ style: T({ width: l.popoverContentWidth + "px", minWidth: i.popoverMinwidth + "px" })
1343
1343
  }, [
1344
1344
  i.isTitle && i.isRemoveTitleHTML ? (r(!0), c(g, { key: 0 }, y(l.myoptionList, (u) => v((r(), c("li", {
1345
1345
  onClick: (p) => n.itemClick(u),
@@ -1348,7 +1348,7 @@ function Zt(e, t, i, s, l, n) {
1348
1348
  h("span", {
1349
1349
  title: n.removeTitleHTMLFilter(u.name),
1350
1350
  innerHTML: u.name
1351
- }, null, 8, Ot)
1351
+ }, null, 8, Wt)
1352
1352
  ], 10, Rt)), [
1353
1353
  [N, n.filterTextIn(u.name)]
1354
1354
  ])), 256)) : i.isTitle && !i.isRemoveTitleHTML ? (r(!0), c(g, { key: 1 }, y(l.myoptionList, (u) => v((r(), c("li", {
@@ -1359,7 +1359,7 @@ function Zt(e, t, i, s, l, n) {
1359
1359
  class: "events-none",
1360
1360
  innerHTML: u.name
1361
1361
  }, null, 8, Ht)
1362
- ], 10, Wt)), [
1362
+ ], 10, Ot)), [
1363
1363
  [N, n.filterTextIn(u.name)]
1364
1364
  ])), 256)) : (r(!0), c(g, { key: 2 }, y(l.myoptionList, (u) => v((r(), c("li", {
1365
1365
  onClick: (p) => n.itemClick(u),
@@ -1381,7 +1381,7 @@ function Zt(e, t, i, s, l, n) {
1381
1381
  ], 2)
1382
1382
  ]),
1383
1383
  _: 3
1384
- }, 8, ["width", "modelValue", "zIndex", "appendToBody", "popoverContentClass", "onHide"]);
1384
+ }, 8, ["width", "minWidth", "modelValue", "zIndex", "appendToBody", "popoverContentClass", "onHide"]);
1385
1385
  }
1386
1386
  const Z = /* @__PURE__ */ S(Et, [["render", Zt]]), Qt = {
1387
1387
  name: "lhPagination",
@@ -1938,7 +1938,7 @@ function tt(e) {
1938
1938
  }
1939
1939
  return e;
1940
1940
  }
1941
- const Ei = /([\:\-\_]+(.))/g, Bi = /^moz([A-Z])/, Ri = Number(document.documentMode), Oi = function(e) {
1941
+ const Ei = /([\:\-\_]+(.))/g, Bi = /^moz([A-Z])/, Ri = Number(document.documentMode), Wi = function(e) {
1942
1942
  return (e || "").replace(/^[\s\uFEFF]+|[\s\uFEFF]+$/g, "");
1943
1943
  }, Xe = function(e) {
1944
1944
  return e.replace(Ei, function(t, i, s, l) {
@@ -1972,9 +1972,9 @@ function X(e, t) {
1972
1972
  const a = i[l];
1973
1973
  a && (e.classList ? e.classList.remove(a) : He(e, a) && (s = s.replace(" " + a + " ", " ")));
1974
1974
  }
1975
- e.classList || e.setAttribute("class", Oi(s));
1975
+ e.classList || e.setAttribute("class", Wi(s));
1976
1976
  }
1977
- const O = Ri < 9 ? function(e, t) {
1977
+ const W = Ri < 9 ? function(e, t) {
1978
1978
  if (!e || !t)
1979
1979
  return null;
1980
1980
  t = Xe(t), t === "float" && (t = "styleFloat");
@@ -2003,10 +2003,10 @@ const O = Ri < 9 ? function(e, t) {
2003
2003
  return e.style[t];
2004
2004
  }
2005
2005
  };
2006
- let Oe = !1, Ge = !1, we;
2006
+ let We = !1, Ge = !1, we;
2007
2007
  const Ze = function() {
2008
2008
  let e = M.modalDom;
2009
- return e ? Oe = !0 : (Oe = !1, e = document.createElement("div"), M.modalDom = e, e.addEventListener("touchmove", function(t) {
2009
+ return e ? We = !0 : (We = !1, e = document.createElement("div"), M.modalDom = e, e.addEventListener("touchmove", function(t) {
2010
2010
  t.preventDefault(), t.stopPropagation();
2011
2011
  }), e.addEventListener("click", function() {
2012
2012
  M.doOnModalClick && M.doOnModalClick();
@@ -2042,7 +2042,7 @@ const Ze = function() {
2042
2042
  if (n[o].id === e)
2043
2043
  return;
2044
2044
  const a = Ze();
2045
- J(a, "v-modal"), this.modalFade && !Oe && J(a, "v-modal-enter"), s && s.trim().split(/\s+/).forEach((d) => J(a, d)), setTimeout(() => {
2045
+ J(a, "v-modal"), this.modalFade && !We && J(a, "v-modal-enter"), s && s.trim().split(/\s+/).forEach((d) => J(a, d)), setTimeout(() => {
2046
2046
  X(a, "v-modal-enter");
2047
2047
  }, 200), i && i.parentNode && i.parentNode.nodeType !== 11 ? i.parentNode.appendChild(a) : document.body.appendChild(a), t && (a.style.zIndex = t), a.tabIndex = 0, a.style.display = "", this.modalStack.push({ id: e, zIndex: t, modalClass: s });
2048
2048
  },
@@ -2073,7 +2073,7 @@ Object.defineProperty(M, "zIndex", {
2073
2073
  we = e;
2074
2074
  }
2075
2075
  });
2076
- const Wi = function() {
2076
+ const Oi = function() {
2077
2077
  if (M.modalStack.length > 0) {
2078
2078
  const e = M.modalStack[M.modalStack.length - 1];
2079
2079
  return e ? M.getInstance(e.id) : void 0;
@@ -2081,7 +2081,7 @@ const Wi = function() {
2081
2081
  };
2082
2082
  window.addEventListener("keydown", function(e) {
2083
2083
  if (e.keyCode === 27) {
2084
- const t = Wi();
2084
+ const t = Oi();
2085
2085
  t && t.closeOnPressEscape && (t.handleClose ? t.handleClose() : t.handleAction ? t.handleAction("cancel") : t.close());
2086
2086
  }
2087
2087
  });
@@ -2177,8 +2177,8 @@ const Ui = {
2177
2177
  this._opening = !0;
2178
2178
  const t = this.$el, i = e.modal, s = e.zIndex;
2179
2179
  if (s && (M.zIndex = s), i && (this._closing && (M.closeModal(this._popupId), this._closing = !1), M.openModal(this._popupId, M.nextZIndex(), this.modalAppendToBody ? void 0 : t, e.modalClass, e.modalFade), e.lockScroll)) {
2180
- this.withoutHiddenClass = !He(document.body, "lh-popup-parent--hidden"), this.withoutHiddenClass && (this.bodyPaddingRight = document.body.style.paddingRight, this.computedBodyPaddingRight = parseInt(O(document.body, "paddingRight"), 10)), Me = Hi();
2181
- const l = document.documentElement.clientHeight < document.body.scrollHeight, n = O(document.body, "overflowY");
2180
+ this.withoutHiddenClass = !He(document.body, "lh-popup-parent--hidden"), this.withoutHiddenClass && (this.bodyPaddingRight = document.body.style.paddingRight, this.computedBodyPaddingRight = parseInt(W(document.body, "paddingRight"), 10)), Me = Hi();
2181
+ const l = document.documentElement.clientHeight < document.body.scrollHeight, n = W(document.body, "overflowY");
2182
2182
  Me > 0 && (l || n === "scroll") && this.withoutHiddenClass && (document.body.style.paddingRight = this.computedBodyPaddingRight + Me + "px"), J(document.body, "lh-popup-parent--hidden");
2183
2183
  }
2184
2184
  getComputedStyle(t).position === "static" && (t.style.position = "absolute"), t.style.zIndex = M.nextZIndex(), this.opened = !0, this.onOpen && this.onOpen(), this.doAfterOpen();
@@ -3155,7 +3155,7 @@ const Nl = {
3155
3155
  }
3156
3156
  }
3157
3157
  }, Ml = { class: "lh-tree-select-div" }, Fl = { class: "tree-select-div-header" }, El = { class: "tree-select-div-content-wapper lh-scroll-common" }, Bl = { class: "tree-select-div-content" }, Rl = { class: "tree-select-div-footer" };
3158
- function Ol(e, t, i, s, l, n) {
3158
+ function Wl(e, t, i, s, l, n) {
3159
3159
  return r(), c("div", Ml, [
3160
3160
  h("div", Fl, [
3161
3161
  V(e.$slots, "header")
@@ -3170,7 +3170,7 @@ function Ol(e, t, i, s, l, n) {
3170
3170
  ])
3171
3171
  ]);
3172
3172
  }
3173
- const Wl = /* @__PURE__ */ S(Nl, [["render", Ol]]), Hl = {
3173
+ const Ol = /* @__PURE__ */ S(Nl, [["render", Wl]]), Hl = {
3174
3174
  name: "lhTreeSelect",
3175
3175
  componentName: "lhTreeSelect",
3176
3176
  emits: ["tree-check-click", "update:modelValue"],
@@ -3218,8 +3218,8 @@ const Wl = /* @__PURE__ */ S(Nl, [["render", Ol]]), Hl = {
3218
3218
  lhInput: H,
3219
3219
  lhPopover: j,
3220
3220
  lhTree: Q,
3221
- lhButton: W,
3222
- treeResizeWapper: Wl
3221
+ lhButton: O,
3222
+ treeResizeWapper: Ol
3223
3223
  },
3224
3224
  data() {
3225
3225
  return {
@@ -4108,7 +4108,7 @@ const Bn = {
4108
4108
  lhInput: H,
4109
4109
  lhPopover: j,
4110
4110
  lhTreeSpecial: Se,
4111
- lhButton: W
4111
+ lhButton: O
4112
4112
  },
4113
4113
  data() {
4114
4114
  return {
@@ -4213,7 +4213,7 @@ const Bn = {
4213
4213
  },
4214
4214
  beforeUnmount() {
4215
4215
  }
4216
- }, Rn = { class: "lh-treeS-select-div" }, On = { class: "treeS-select-div-header" }, Wn = { class: "treeS-select-div-content-wapper" }, Hn = { class: "treeS-select-div-footer" }, An = { class: "count-text pull-left" }, Un = { class: "pull-right" }, jn = ["innerHTML"], Kn = ["title"], Yn = ["innerHTML"], Jn = {
4216
+ }, Rn = { class: "lh-treeS-select-div" }, Wn = { class: "treeS-select-div-header" }, On = { class: "treeS-select-div-content-wapper" }, Hn = { class: "treeS-select-div-footer" }, An = { class: "count-text pull-left" }, Un = { class: "pull-right" }, jn = ["innerHTML"], Kn = ["title"], Yn = ["innerHTML"], Jn = {
4217
4217
  key: 0,
4218
4218
  class: "lh-select-node lh-select-node-close pull-left"
4219
4219
  }, qn = /* @__PURE__ */ h("i", { class: "dropdown-icon lh-ui-font-component icon_component_arrow_down" }, null, -1);
@@ -4268,10 +4268,10 @@ function Xn(e, t, i, s, l, n) {
4268
4268
  ]),
4269
4269
  default: k(() => [
4270
4270
  h("div", Rn, [
4271
- h("div", On, [
4271
+ h("div", Wn, [
4272
4272
  V(e.$slots, "header")
4273
4273
  ]),
4274
- h("div", Wn, [
4274
+ h("div", On, [
4275
4275
  _(a, {
4276
4276
  data: i.treeData,
4277
4277
  props: i.treeProps,
@@ -4903,7 +4903,7 @@ const Ss = {
4903
4903
  }
4904
4904
  },
4905
4905
  components: {
4906
- lhButton: W
4906
+ lhButton: O
4907
4907
  },
4908
4908
  methods: {
4909
4909
  // 更改更多条件展开状态
@@ -5080,7 +5080,7 @@ const Ds = {
5080
5080
  }
5081
5081
  },
5082
5082
  components: {
5083
- lhButton: W
5083
+ lhButton: O
5084
5084
  },
5085
5085
  methods: {
5086
5086
  keyEvent(e) {
@@ -5162,7 +5162,7 @@ const Ds = {
5162
5162
  }, Rs = {
5163
5163
  key: 0,
5164
5164
  class: "title-img-wapper"
5165
- }, Os = ["src"], Ws = { class: "lh-condition-content lh-scroll-common" }, Hs = { class: "lh-condition-footer" };
5165
+ }, Ws = ["src"], Os = { class: "lh-condition-content lh-scroll-common" }, Hs = { class: "lh-condition-footer" };
5166
5166
  function As(e, t, i, s, l, n) {
5167
5167
  const a = x("lh-button");
5168
5168
  return r(), c("div", Ps, [
@@ -5188,11 +5188,11 @@ function As(e, t, i, s, l, n) {
5188
5188
  style: T({ paddingLeft: i.imgSrc ? "48px" : "0" })
5189
5189
  }, [
5190
5190
  i.imgSrc ? (r(), c("span", Rs, [
5191
- h("img", { src: i.imgSrc }, null, 8, Os)
5191
+ h("img", { src: i.imgSrc }, null, 8, Ws)
5192
5192
  ])) : m("", !0),
5193
5193
  h("span", null, b(e.$lht("conditionSide.title")), 1)
5194
5194
  ], 4),
5195
- h("div", Ws, [
5195
+ h("div", Os, [
5196
5196
  V(e.$slots, "content")
5197
5197
  ]),
5198
5198
  h("div", Hs, [
@@ -6785,7 +6785,7 @@ const Ma = {
6785
6785
  key: 1,
6786
6786
  style: { padding: "5px 10px 5px 10px" }
6787
6787
  }, Ra = ["id"];
6788
- function Oa(e, t, i, s, l, n) {
6788
+ function Wa(e, t, i, s, l, n) {
6789
6789
  const a = x("lh-scrollbar"), o = x("lh-input"), d = x("lh-popover");
6790
6790
  return r(), P(d, {
6791
6791
  zIndex: "2500",
@@ -6857,11 +6857,11 @@ function Oa(e, t, i, s, l, n) {
6857
6857
  _: 3
6858
6858
  }, 8, ["modelValue", "width", "popoverContentClass"]);
6859
6859
  }
6860
- const be = /* @__PURE__ */ S(Ma, [["render", Oa]]);
6860
+ const be = /* @__PURE__ */ S(Ma, [["render", Wa]]);
6861
6861
  be.install = function(e) {
6862
6862
  e.component(be.name, be);
6863
6863
  };
6864
- const Wa = {
6864
+ const Oa = {
6865
6865
  name: "lhFuzzySelect",
6866
6866
  props: {
6867
6867
  emits: ["update:modelValue", "fuzzyClick"],
@@ -6935,7 +6935,7 @@ const Wa = {
6935
6935
  components: {
6936
6936
  lhInput: H,
6937
6937
  lhPopover: j,
6938
- lhButton: W
6938
+ lhButton: O
6939
6939
  },
6940
6940
  data() {
6941
6941
  return {
@@ -7045,7 +7045,7 @@ const Wa = {
7045
7045
  }
7046
7046
  }, Ha = /* @__PURE__ */ h("div", { style: { clear: "both" } }, null, -1), Aa = ["onClick", "title"], Ua = ["title", "id"], ja = /* @__PURE__ */ h("i", { class: "dropdown-icon lh-ui-font-component icon_component_arrow_down" }, null, -1);
7047
7047
  function Ka(e, t, i, s, l, n) {
7048
- const a = x("lh-input"), o = x("lh-button"), d = x("lh-popover"), u = We("loading");
7048
+ const a = x("lh-input"), o = x("lh-button"), d = x("lh-popover"), u = Oe("loading");
7049
7049
  return r(), P(d, {
7050
7050
  zIndex: "2500",
7051
7051
  placement: "bottom",
@@ -7124,7 +7124,7 @@ function Ka(e, t, i, s, l, n) {
7124
7124
  _: 1
7125
7125
  }, 8, ["modelValue", "width", "popoverContentClass"]);
7126
7126
  }
7127
- const ye = /* @__PURE__ */ S(Wa, [["render", Ka]]);
7127
+ const ye = /* @__PURE__ */ S(Oa, [["render", Ka]]);
7128
7128
  ye.install = function(e) {
7129
7129
  e.component(ye.name, ye);
7130
7130
  };
@@ -7388,7 +7388,7 @@ const Qa = {
7388
7388
  }
7389
7389
  },
7390
7390
  components: {
7391
- lhButton: W
7391
+ lhButton: O
7392
7392
  },
7393
7393
  methods: {
7394
7394
  //上传附件
@@ -7882,7 +7882,7 @@ const zo = {
7882
7882
  lhDateCommon: G,
7883
7883
  lhPopover: j,
7884
7884
  lhInput: H,
7885
- lhButton: W
7885
+ lhButton: O
7886
7886
  },
7887
7887
  emits: ["update:modelValueStart", "update:modelValueEnd"],
7888
7888
  props: {
@@ -8055,7 +8055,7 @@ const zo = {
8055
8055
  return this.doList.indexOf(e) !== -1;
8056
8056
  }
8057
8057
  }
8058
- }, Do = { class: "range-popover-content" }, Po = { class: "range-popover-left pull-left" }, No = /* @__PURE__ */ h("br", null, null, -1), Mo = /* @__PURE__ */ h("br", null, null, -1), Fo = /* @__PURE__ */ h("br", null, null, -1), Eo = /* @__PURE__ */ h("br", null, null, -1), Bo = /* @__PURE__ */ h("br", null, null, -1), Ro = /* @__PURE__ */ h("br", null, null, -1), Oo = /* @__PURE__ */ h("br", null, null, -1), Wo = /* @__PURE__ */ h("div", { style: { clear: "both" } }, null, -1), Ho = /* @__PURE__ */ h("i", { class: "lh-ui-font-component icon_component_arrow_right" }, null, -1), Ao = /* @__PURE__ */ h("span", {
8058
+ }, Do = { class: "range-popover-content" }, Po = { class: "range-popover-left pull-left" }, No = /* @__PURE__ */ h("br", null, null, -1), Mo = /* @__PURE__ */ h("br", null, null, -1), Fo = /* @__PURE__ */ h("br", null, null, -1), Eo = /* @__PURE__ */ h("br", null, null, -1), Bo = /* @__PURE__ */ h("br", null, null, -1), Ro = /* @__PURE__ */ h("br", null, null, -1), Wo = /* @__PURE__ */ h("br", null, null, -1), Oo = /* @__PURE__ */ h("div", { style: { clear: "both" } }, null, -1), Ho = /* @__PURE__ */ h("i", { class: "lh-ui-font-component icon_component_arrow_right" }, null, -1), Ao = /* @__PURE__ */ h("span", {
8059
8059
  class: "range__suffix",
8060
8060
  style: { display: "inline-block" }
8061
8061
  }, [
@@ -8216,7 +8216,7 @@ function Jo(e, t, i, s, l, n) {
8216
8216
  ]),
8217
8217
  _: 1
8218
8218
  }, 8, ["onClick"])) : m("", !0),
8219
- Oo,
8219
+ Wo,
8220
8220
  n.showBtn("G") ? (r(), P(a, {
8221
8221
  key: 7,
8222
8222
  size: "mini",
@@ -8246,7 +8246,7 @@ function Jo(e, t, i, s, l, n) {
8246
8246
  modelValue: l.dateCommonValueEnd,
8247
8247
  "onUpdate:modelValue": t[1] || (t[1] = (p) => l.dateCommonValueEnd = p)
8248
8248
  }, null, 8, ["pickerOptions", "onDateClick", "type", "modelValue"]),
8249
- Wo
8249
+ Oo
8250
8250
  ])
8251
8251
  ]),
8252
8252
  _: 1
@@ -8583,7 +8583,7 @@ const qo = {
8583
8583
  ref: "resizeProxy"
8584
8584
  };
8585
8585
  function or(e, t, i, s, l, n) {
8586
- const a = x("lh-checkbox"), o = x("lh-scrollbar"), d = We("resize");
8586
+ const a = x("lh-checkbox"), o = x("lh-scrollbar"), d = Oe("resize");
8587
8587
  return v((r(), c("div", {
8588
8588
  class: f(["lh-table", {
8589
8589
  "last-column-left-show": l.showLeftShadow && l.horizontalVisible,
@@ -8888,12 +8888,12 @@ function kr(e, t, i, s, l, n) {
8888
8888
  }
8889
8889
  const nt = /* @__PURE__ */ S(ur, [["render", kr]]), Ee = (e, t) => {
8890
8890
  t.value ? Ie(() => {
8891
- t.modifiers.fullscreen ? (e.originalPosition = O(document.body, "position"), e.originalOverflow = O(document.body, "overflow"), e.maskStyle.zIndex = "3000", J(e.mask, "is-fullscreen"), Be(document.body, e, t)) : (X(e.mask, "is-fullscreen"), t.modifiers.body ? (e.originalPosition = O(document.body, "position"), ["top", "left"].forEach((i) => {
8891
+ t.modifiers.fullscreen ? (e.originalPosition = W(document.body, "position"), e.originalOverflow = W(document.body, "overflow"), e.maskStyle.zIndex = "3000", J(e.mask, "is-fullscreen"), Be(document.body, e, t)) : (X(e.mask, "is-fullscreen"), t.modifiers.body ? (e.originalPosition = W(document.body, "position"), ["top", "left"].forEach((i) => {
8892
8892
  const s = i === "top" ? "scrollTop" : "scrollLeft";
8893
- e.maskStyle[i] = e.getBoundingClientRect()[i] + document.body[s] + document.documentElement[s] - parseInt(O(document.body, `margin-${i}`), 10) + "px";
8893
+ e.maskStyle[i] = e.getBoundingClientRect()[i] + document.body[s] + document.documentElement[s] - parseInt(W(document.body, `margin-${i}`), 10) + "px";
8894
8894
  }), ["height", "width"].forEach((i) => {
8895
8895
  e.maskStyle[i] = e.getBoundingClientRect()[i] + "px";
8896
- }), Be(document.body, e, t)) : (e.originalPosition = O(e, "position"), Be(e, e, t)));
8896
+ }), Be(document.body, e, t)) : (e.originalPosition = W(e, "position"), Be(e, e, t)));
8897
8897
  }) : (setTimeout(() => {
8898
8898
  if (!e.instance.hiding)
8899
8899
  return;
@@ -8904,7 +8904,7 @@ const nt = /* @__PURE__ */ S(ur, [["render", kr]]), Ee = (e, t) => {
8904
8904
  }, 500);
8905
8905
  }, 100), e.instance.hiding = !0);
8906
8906
  }, Be = (e, t, i) => {
8907
- !t.domVisible && O(t, "display") !== "none" && O(t, "visibility") !== "hidden" ? (Object.keys(t.maskStyle).forEach((s) => {
8907
+ !t.domVisible && W(t, "display") !== "none" && W(t, "visibility") !== "hidden" ? (Object.keys(t.maskStyle).forEach((s) => {
8908
8908
  t.mask.style[s] = t.maskStyle[s];
8909
8909
  }), t.originalPosition !== "absolute" && t.originalPosition !== "fixed" && J(e, "lh-loading-parent--relative"), i.modifiers.fullscreen && i.modifiers.lock && J(e, "lh-loading-parent--hidden"), t.domVisible = !0, e.appendChild(t.mask), Ie(() => {
8910
8910
  t.instance.hiding || (t.instance.visible = !0);
@@ -8943,12 +8943,12 @@ let Ve, vr = function() {
8943
8943
  };
8944
8944
  const xr = (e, t, i) => {
8945
8945
  let s = {};
8946
- e.fullscreen ? (i.originalPosition = O(document.body, "position"), i.originalOverflow = O(document.body, "overflow"), s.zIndex = 3e3) : e.body ? (i.originalPosition = O(document.body, "position"), ["top", "left"].forEach((l) => {
8946
+ e.fullscreen ? (i.originalPosition = W(document.body, "position"), i.originalOverflow = W(document.body, "overflow"), s.zIndex = 3e3) : e.body ? (i.originalPosition = W(document.body, "position"), ["top", "left"].forEach((l) => {
8947
8947
  let n = l === "top" ? "scrollTop" : "scrollLeft";
8948
8948
  s[l] = e.target.getBoundingClientRect()[l] + document.body[n] + document.documentElement[n] + "px";
8949
8949
  }), ["height", "width"].forEach((l) => {
8950
8950
  s[l] = e.target.getBoundingClientRect()[l] + "px";
8951
- })) : i.originalPosition = O(t, "position"), Object.keys(s).forEach((l) => {
8951
+ })) : i.originalPosition = W(t, "position"), Object.keys(s).forEach((l) => {
8952
8952
  i.$el.style[l] = s[l];
8953
8953
  });
8954
8954
  }, Sr = (e = {}) => {
@@ -8982,7 +8982,7 @@ const xr = (e, t, i) => {
8982
8982
  };
8983
8983
  },
8984
8984
  components: {
8985
- lhButton: W
8985
+ lhButton: O
8986
8986
  },
8987
8987
  computed: {
8988
8988
  positionStyle() {
@@ -9126,7 +9126,7 @@ const Er = {
9126
9126
  unlimit: "不限"
9127
9127
  }
9128
9128
  }, Br = [
9129
- W,
9129
+ O,
9130
9130
  H,
9131
9131
  ie,
9132
9132
  le,
@@ -9185,9 +9185,9 @@ window.addEventListener("click", (e) => {
9185
9185
  for (let i = 0; i < t.length; i++)
9186
9186
  t[i].classList.remove("right-active");
9187
9187
  });
9188
- const Or = {
9188
+ const Wr = {
9189
9189
  install: st,
9190
- Button: W,
9190
+ Button: O,
9191
9191
  Input: H,
9192
9192
  Pagination: ie,
9193
9193
  Dialog: le,
@@ -9220,5 +9220,5 @@ const Or = {
9220
9220
  TableColumn: xe
9221
9221
  };
9222
9222
  export {
9223
- Or as default
9223
+ Wr as default
9224
9224
  };