asiaint-lowcode 3.0.52 → 3.0.54

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 (33) hide show
  1. package/dist/asiaint-lowcode.js +1 -1
  2. package/dist/asiaint-lowcode.umd.cjs +8 -8
  3. package/dist/index.d.ts +3 -0
  4. package/dist/lazy/{Card-CjsDszHY.js → Card-D4dhbtG7.js} +1 -1
  5. package/dist/lazy/{Cascader--n7euels.js → Cascader-CPuq_D-o.js} +1 -1
  6. package/dist/lazy/{Checkbox-CwC3_tL1.js → Checkbox-D6xlVVuB.js} +2 -2
  7. package/dist/lazy/{Collapse-DyXQAv59.js → Collapse-Cf30eStf.js} +1 -1
  8. package/dist/lazy/{Component-CagM55Hr.js → Component-BQVwIFaB.js} +1 -1
  9. package/dist/lazy/{Component-zwZGt84h.js → Component-BZqRrPTd.js} +1 -1
  10. package/dist/lazy/{Component-sHkM1jFG.js → Component-CUUAGpwC.js} +1 -1
  11. package/dist/lazy/{Component-BVm5cHZv.js → Component-D5VLUgn2.js} +1 -1
  12. package/dist/lazy/{Component-BHO1KH4P.js → Component-DEuX_NdX.js} +1 -1
  13. package/dist/lazy/{Component-iv2_roVe.js → Component-yOioRy_m.js} +1 -1
  14. package/dist/lazy/{CurdCard-CLTz5x32.js → CurdCard-D6kCsp98.js} +1 -1
  15. package/dist/lazy/{Custom-BGWFSfYW.js → Custom-DVfOYfgP.js} +1 -1
  16. package/dist/lazy/{FormList-i6pb8j-v.js → FormList-B0AAIDWn.js} +1 -1
  17. package/dist/lazy/{Grid-SbDwiBfO.js → Grid-D7ffJJkd.js} +1 -1
  18. package/dist/lazy/{Inline-DidQky5u.js → Inline-fmaPsTfn.js} +1 -1
  19. package/dist/lazy/{JsonEdit-IUTYzir1.js → JsonEdit-2wbzJ_50.js} +1 -1
  20. package/dist/lazy/{LogList-CxcT1hNK.js → LogList-BLY9sNed.js} +1 -1
  21. package/dist/lazy/{ObjGroup-DX1XFv4W.js → ObjGroup-DziQqwHY.js} +1 -1
  22. package/dist/lazy/{OfferDetails-yJ6xbT2a.js → OfferDetails-CZx56axE.js} +1 -1
  23. package/dist/lazy/{Progress-BjMno0s9.js → Progress-Ecy4ZWp_.js} +1 -1
  24. package/dist/lazy/{Radio-CGyzeEyE.js → Radio-DK4jjnUQ.js} +2 -2
  25. package/dist/lazy/{SearchSelect-FBMjsHDb.js → SearchSelect-QEc9htEV.js} +2 -2
  26. package/dist/lazy/{Select-JwA0Ger3.js → Select-BaJWzO0X.js} +2 -2
  27. package/dist/lazy/{Table-Di8kTjPG.js → Table-Y7Oy104S.js} +20 -20
  28. package/dist/lazy/{Tabs-DfEDZ7qB.js → Tabs-gtHIv4oO.js} +1 -1
  29. package/dist/lazy/{Wrapper-CsC8A_m1.js → Wrapper-DG0Hs2kK.js} +1 -1
  30. package/dist/lazy/{index-fgn5NTYT.js → index-BEvH8TEF.js} +422 -413
  31. package/dist/lazy/{useSelect-CIIz19oF.js → useSelect-BW_wOYWZ.js} +1 -1
  32. package/dist/style.css +2 -2
  33. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -480,8 +480,11 @@ declare type InfoCardSchema = {
480
480
  }[];
481
481
  header: {
482
482
  title: string;
483
+ titleColor?: string;
483
484
  subTitle: string;
484
485
  avatar: string;
486
+ avatarBgColor?: string;
487
+ avatarIconColor?: string;
485
488
  };
486
489
  };
487
490
 
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as g, ref as M, inject as h, resolveComponent as d, openBlock as o, createBlock as i, mergeProps as $, withCtx as c, createElementVNode as s, createElementBlock as n, createVNode as t, unref as p, normalizeClass as I, createCommentVNode as E, toDisplayString as v, Fragment as u, renderList as C, withDirectives as V, vShow as D } from "vue";
2
- import { _ as F, I as k, B as N, a as S, b as j } from "./index-fgn5NTYT.js";
2
+ import { _ as F, I as k, B as N, a as S, b as j } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const z = { class: "card-header" }, H = { class: "card-btns" }, L = { class: "card-sub-header" }, P = /* @__PURE__ */ g({
5
5
  __name: "Card",
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as f, mergeModels as g, useModel as v, inject as r, resolveComponent as y, openBlock as M, createBlock as C, mergeProps as h, unref as d } from "vue";
2
2
  import "element-plus";
3
- import { u as b } from "./useSelect-CIIz19oF.js";
3
+ import { u as b } from "./useSelect-BW_wOYWZ.js";
4
4
  const k = /* @__PURE__ */ f({
5
5
  __name: "Cascader",
6
6
  props: /* @__PURE__ */ g({
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as w, mergeModels as z, useModel as D, watch as F, resolveComponent as t, resolveDirective as M, unref as a, openBlock as l, createElementBlock as s, toDisplayString as I, withDirectives as P, createBlock as r, mergeProps as S, withCtx as b, Fragment as y, renderList as v, createCommentVNode as f } from "vue";
2
2
  import "element-plus";
3
- import { u as j } from "./index-fgn5NTYT.js";
4
- import { u as E } from "./useSelect-CIIz19oF.js";
3
+ import { u as j } from "./index-BEvH8TEF.js";
4
+ import { u as E } from "./useSelect-BW_wOYWZ.js";
5
5
  const L = { key: 0 }, q = /* @__PURE__ */ w({
6
6
  __name: "Checkbox",
7
7
  props: /* @__PURE__ */ z({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as u, ref as f, onMounted as _, watch as h, resolveComponent as c, openBlock as o, createBlock as i, mergeProps as C, withCtx as r, createElementBlock as E, Fragment as k, renderList as v, createVNode as m, unref as V } from "vue";
2
- import { a as y } from "./index-fgn5NTYT.js";
2
+ import { a as y } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  import { _ as B } from "./Title.vue_vue_type_script_setup_true_lang-Ceco_9-w.js";
5
5
  const x = /* @__PURE__ */ u({
@@ -2,7 +2,7 @@ var u = Object.defineProperty;
2
2
  var m = (o, e, t) => e in o ? u(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t;
3
3
  var a = (o, e, t) => m(o, typeof e != "symbol" ? e + "" : e, t);
4
4
  import { defineComponent as g, mergeModels as v, useModel as I, ref as c, onMounted as w, resolveComponent as C, openBlock as y, createElementBlock as _, createVNode as V, createElementVNode as M } from "vue";
5
- import { u as b, b as x } from "./index-fgn5NTYT.js";
5
+ import { u as b, b as x } from "./index-BEvH8TEF.js";
6
6
  import "element-plus";
7
7
  function S() {
8
8
  return "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z".split(",");
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as s, mergeModels as p, useModel as u, resolveComponent as i, openBlock as t, createElementBlock as d, toDisplayString as c, createBlock as y, mergeProps as f } from "vue";
2
- import { u as v } from "./index-fgn5NTYT.js";
2
+ import { u as v } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const k = { key: 0 }, K = /* @__PURE__ */ s({
5
5
  __name: "Component",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as $, ref as v, computed as N, watch as L, onMounted as x, onBeforeUnmount as F, openBlock as T, createElementBlock as E, mergeModels as J, useModel as A, resolveComponent as G, unref as W, createElementVNode as P, createBlock as X, withCtx as D, createTextVNode as I, createCommentVNode as Y, createVNode as R } from "vue";
2
- import { b as H, u as K, c as Q } from "./index-fgn5NTYT.js";
2
+ import { b as H, u as K, c as Q } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const Z = $({
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as d, mergeModels as m, useModel as r, resolveComponent as u, openBlock as p, createBlock as i, mergeProps as c, unref as f } from "vue";
2
- import { u as V } from "./index-fgn5NTYT.js";
2
+ import { u as V } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const B = /* @__PURE__ */ d({
5
5
  __name: "Component",
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as b, mergeModels as V, useModel as B, resolveComponent as d, openBlock as l, createBlock as n, createSlots as C, withCtx as a, createElementBlock as m, Fragment as w, createVNode as E, unref as r, createElementVNode as o, createTextVNode as i, toDisplayString as p, createCommentVNode as u } from "vue";
2
2
  import { ElMessage as M, ElMessageBox as N } from "element-plus";
3
- import { _ as f } from "./index-fgn5NTYT.js";
3
+ import { _ as f } from "./index-BEvH8TEF.js";
4
4
  const $ = {
5
5
  key: 0,
6
6
  style: { "min-width": "300px" }
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as b, inject as C, ref as v, watch as $, resolveComponent as m, openBlock as d, createBlock as y, mergeProps as A, withCtx as f, createElementVNode as c, toDisplayString as B, createElementBlock as k, createCommentVNode as _, Fragment as N, renderList as E, unref as I, withModifiers as P, createVNode as V } from "vue";
2
- import { f as F, I as j, b as D } from "./index-fgn5NTYT.js";
2
+ import { f as F, I as j, b as D } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const R = { class: "custom-tree-node" }, S = { class: "tree-node-text" }, q = { class: "tree-node-label" }, z = {
5
5
  key: 0,
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as D, inject as V, ref as I, resolveComponent as C, openBlock as a, createElementBlock as s, createElementVNode as i, normalizeClass as y, createBlock as r, createCommentVNode as m, toDisplayString as M, withCtx as f, Fragment as w, renderList as $, createTextVNode as j, createVNode as p, unref as T, withDirectives as P, vShow as U } from "vue";
2
- import { u as q, I as u, B as A, a as R, h as G, b as H } from "./index-fgn5NTYT.js";
2
+ import { u as q, I as u, B as A, a as R, h as G, b as H } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const J = { class: "crm-curd-card" }, K = { class: "left-part" }, O = { class: "title" }, Q = { class: "right-part" }, W = {
5
5
  key: 0,
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as n, mergeModels as s, useModel as p, openBlock as t, createElementBlock as r, createBlock as u, resolveDynamicComponent as d, mergeProps as c } from "vue";
2
- import { b as i } from "./index-fgn5NTYT.js";
2
+ import { b as i } from "./index-BEvH8TEF.js";
3
3
  const f = {
4
4
  key: 0,
5
5
  class: "empty"
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as S, mergeModels as j, useModel as G, ref as T, computed as M, watch as H, onMounted as J, provide as K, resolveComponent as b, openBlock as l, createElementBlock as _, unref as m, createBlock as s, Fragment as $, renderList as g, withCtx as r, createElementVNode as C, createVNode as v, mergeProps as R, createCommentVNode as y, toDisplayString as F, createTextVNode as O, h as Q } from "vue";
2
- import { u as U, l as w, d as W, e as V, _ as L, f as X } from "./index-fgn5NTYT.js";
2
+ import { u as U, l as w, d as W, e as V, _ as L, f as X } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const Y = { class: "vfc-formList" }, Z = { key: 1 }, x = { class: "list-item-content" }, ee = { class: "card-header" }, le = { style: { "margin-top": "5px" } }, oe = /* @__PURE__ */ S({
5
5
  __name: "FormList",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as o, computed as a, openBlock as d, createBlock as e, unref as r, normalizeStyle as l } from "vue";
2
- import { a as m } from "./index-fgn5NTYT.js";
2
+ import { a as m } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const f = /* @__PURE__ */ o({
5
5
  __name: "Grid",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as o, computed as l, openBlock as i, createBlock as p, unref as r, normalizeStyle as s } from "vue";
2
- import { a as c, b as m } from "./index-fgn5NTYT.js";
2
+ import { a as c, b as m } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const f = /* @__PURE__ */ o({
5
5
  __name: "Inline",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as At, openBlock as mt, createElementBlock as wt, mergeProps as St, createElementVNode as pt, renderSlot as It, normalizeClass as bt, mergeModels as Tt, useModel as Et, createBlock as Rt, unref as $t, withCtx as _t, createVNode as Lt } from "vue";
2
- import { b as xt, g as Nt } from "./index-fgn5NTYT.js";
2
+ import { b as xt, g as Nt } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const Mt = /* @__PURE__ */ At({
5
5
  __name: "Disabled",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, openBlock as e, createElementBlock as o, Fragment as a, renderList as d, createElementVNode as s, normalizeStyle as i, toDisplayString as l, normalizeClass as u, createTextVNode as g, createCommentVNode as v } from "vue";
2
- import { b as y } from "./index-fgn5NTYT.js";
2
+ import { b as y } from "./index-BEvH8TEF.js";
3
3
  const b = { class: "log-list" }, f = { class: "title-part" }, h = { class: "title" }, m = { class: "sub-title" }, k = { class: "content" }, C = { key: 0 }, L = /* @__PURE__ */ p({
4
4
  __name: "LogList",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, inject as i, provide as d, ref as f, openBlock as e, createElementBlock as o, unref as n, createBlock as m, Fragment as _, renderList as $, mergeProps as b } from "vue";
2
- import { u as j, d as h, e as k } from "./index-fgn5NTYT.js";
2
+ import { u as j, d as h, e as k } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const v = { class: "vfc-ObjGroup" }, B = {
5
5
  key: 1,
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as B, resolveComponent as M, openBlock as l, createBlock as O, withCtx as E, createVNode as g, createElementVNode as i, createElementBlock as r, Fragment as u, renderList as b, toDisplayString as y, createCommentVNode as I, ref as D, inject as N, watchEffect as A, onMounted as R, normalizeStyle as S, unref as $ } from "vue";
2
- import { j as U, $ as z, _ as F, b as j } from "./index-fgn5NTYT.js";
2
+ import { j as U, $ as z, _ as F, b as j } from "./index-BEvH8TEF.js";
3
3
  const x = { class: "content" }, K = { class: "product-list" }, L = { class: "attribute-list" }, V = {
4
4
  key: 0,
5
5
  class: "attribute-list-item"
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, resolveComponent as m, openBlock as n, createElementBlock as s, createVNode as l, withCtx as a, Fragment as u, renderList as f, createBlock as g, createElementVNode as e, toDisplayString as r, createTextVNode as h, unref as k, createCommentVNode as N } from "vue";
2
- import { I as v, _ as C, b as V } from "./index-fgn5NTYT.js";
2
+ import { I as v, _ as C, b as V } from "./index-BEvH8TEF.js";
3
3
  const b = { class: "progress" }, y = { class: "timeline-content" }, B = { class: "timeline-content__title" }, E = {
4
4
  key: 0,
5
5
  class: "empty-content"
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as T, mergeModels as _, useModel as w, inject as g, resolveComponent as i, resolveDirective as z, openBlock as l, createElementBlock as c, toDisplayString as F, unref as s, withDirectives as I, createBlock as m, mergeProps as K, withCtx as h, createVNode as N, Fragment as k, renderList as M } from "vue";
2
- import { u as P } from "./index-fgn5NTYT.js";
3
- import { u as $ } from "./useSelect-CIIz19oF.js";
2
+ import { u as P } from "./index-BEvH8TEF.js";
3
+ import { u as $ } from "./useSelect-BW_wOYWZ.js";
4
4
  const j = { key: 0 }, R = /* @__PURE__ */ T({
5
5
  __name: "Radio",
6
6
  props: /* @__PURE__ */ _({
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as w, mergeModels as A, useModel as F, inject as S, resolveComponent as f, resolveDirective as I, openBlock as o, createElementBlock as i, toDisplayString as b, unref as u, withDirectives as N, createBlock as k, mergeProps as j, withCtx as y, Fragment as P, renderList as $, createTextVNode as E, createVNode as C } from "vue";
2
- import { u as L, _ as O, b as T } from "./index-fgn5NTYT.js";
3
- import { u as U } from "./useSelect-CIIz19oF.js";
2
+ import { u as L, _ as O, b as T } from "./index-BEvH8TEF.js";
3
+ import { u as U } from "./useSelect-BW_wOYWZ.js";
4
4
  const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
5
5
  key: 1,
6
6
  class: "search-select-wrapper"
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as _, mergeModels as k, useModel as B, inject as f, computed as D, resolveComponent as y, resolveDirective as S, openBlock as s, createElementBlock as i, toDisplayString as v, createBlock as b, mergeProps as A, withCtx as g, withDirectives as F, Fragment as j, renderList as w, unref as h, createTextVNode as I } from "vue";
2
- import { u as N } from "./index-fgn5NTYT.js";
3
- import { u as P } from "./useSelect-CIIz19oF.js";
2
+ import { u as N } from "./index-BEvH8TEF.js";
3
+ import { u as P } from "./useSelect-BW_wOYWZ.js";
4
4
  const $ = { key: 0 }, E = { style: { "min-height": "32px" } }, U = /* @__PURE__ */ _({
5
5
  __name: "Select",
6
6
  props: /* @__PURE__ */ k({
@@ -1,5 +1,5 @@
1
- import { defineComponent as ke, computed as V, inject as w, ref as f, useTemplateRef as we, readonly as be, toRefs as Se, onMounted as ze, nextTick as Re, onActivated as Be, onUnmounted as Pe, resolveComponent as R, openBlock as u, createElementBlock as g, normalizeClass as U, withDirectives as j, createElementVNode as v, createVNode as b, unref as B, withCtx as h, createBlock as S, createCommentVNode as m, Fragment as P, renderList as G, toDisplayString as _, withModifiers as _e, vShow as H, mergeProps as Ne } from "vue";
2
- import { $ as Me, i as Te, _ as De, f as Fe, I as $e, C as Ae, b as Ee } from "./index-fgn5NTYT.js";
1
+ import { defineComponent as ke, computed as V, inject as w, ref as v, useTemplateRef as we, readonly as be, toRefs as Se, onMounted as ze, nextTick as Re, onActivated as Be, onUnmounted as Pe, resolveComponent as R, openBlock as u, createElementBlock as g, normalizeClass as U, withDirectives as j, createElementVNode as f, createVNode as b, unref as B, withCtx as h, createBlock as S, createCommentVNode as m, Fragment as P, renderList as G, toDisplayString as _, withModifiers as _e, vShow as H, mergeProps as Ne } from "vue";
2
+ import { $ as Me, i as Te, _ as De, f as Fe, I as $e, C as Ae, b as Ee } from "./index-BEvH8TEF.js";
3
3
  import { ElTable as Ve } from "element-plus";
4
4
  const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"], He = ["title"], Ke = { class: "row-btn-wrapper" }, Le = /* @__PURE__ */ ke({
5
5
  __name: "Table",
@@ -36,7 +36,7 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
36
36
  },
37
37
  setup(K, { expose: L }) {
38
38
  const n = K, z = V(() => n.displayType ? n.displayType : n.typeSwitch ? "card" : "table"), W = w("ruleModule", void 0), N = w("ruleMap", void 0), c = V(() => n.rulePath && N[n.rulePath] ? N[n.rulePath] : W), p = w("pageMethodMap", {}), q = w("getGlobalParams", () => {
39
- }), M = w(Me), T = M ? M.translateFn : null, y = f(), I = (e, t, a) => {
39
+ }), M = w(Me), T = M ? M.translateFn : null, y = v(), I = (e, t, a) => {
40
40
  i.value[e] && (i.value[e][t] = a);
41
41
  }, J = (e, t) => {
42
42
  const a = n.columns.find((l) => l.key === e);
@@ -61,12 +61,12 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
61
61
  } catch (t) {
62
62
  console.error(t);
63
63
  }
64
- }, X = f([]), Y = (e) => {
64
+ }, X = v([]), Y = (e) => {
65
65
  X.value = e;
66
66
  }, Z = () => {
67
67
  var e;
68
68
  (e = y.value) == null || e.clearSelection();
69
- }, x = () => i.value, F = f(), ee = (e) => {
69
+ }, x = () => i.value, F = v(), ee = (e) => {
70
70
  if (F.value = e, !!n.handleCurrentChange)
71
71
  try {
72
72
  c.value[n.handleCurrentChange](p, e);
@@ -84,9 +84,9 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
84
84
  var l;
85
85
  const a = (l = n.rowBtns) == null ? void 0 : l.find((k) => k.key === e);
86
86
  a && (a.condition = !t);
87
- }, $ = f(0), re = (e) => {
87
+ }, $ = v(0), re = (e) => {
88
88
  $.value = e;
89
- }, r = f({ pageNum: 1, pageSize: n.defaultPageSize || 5 }), ie = () => r.value, se = (e) => {
89
+ }, r = v({ pageNum: 1, pageSize: n.defaultPageSize || 5 }), ie = () => r.value, se = (e) => {
90
90
  let t = !1;
91
91
  return e.pageNum > -1 && (r.value.pageNum !== e.pageNum && (t = !0), r.value.pageNum = e.pageNum), e.pageSize > -1 && (r.value.pageSize !== e.pageSize && (t = !0), r.value.pageSize = e.pageSize), { pagination: r.value, isChange: t };
92
92
  }, ue = (e) => {
@@ -113,11 +113,11 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
113
113
  n.columns.forEach((l) => {
114
114
  l.key === e && l[t] && (l[t] = a);
115
115
  });
116
- }, i = f([]), he = (e) => {
116
+ }, i = v([]), he = (e) => {
117
117
  i.value = e;
118
- }, fe = (e = {}) => {
118
+ }, ve = (e = {}) => {
119
119
  i.value.push(e);
120
- }, ve = (e) => {
120
+ }, fe = (e) => {
121
121
  e >= 0 && e < i.value.length && i.value.splice(e, 1);
122
122
  }, me = async () => {
123
123
  i.value = [...i.value];
@@ -128,8 +128,8 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
128
128
  getData: x,
129
129
  getCurrentRow: te,
130
130
  getSelectedRows: ne,
131
- addRow: fe,
132
- deleteRow: ve,
131
+ addRow: ve,
132
+ deleteRow: fe,
133
133
  refresh: me,
134
134
  validate: ae,
135
135
  setData: he,
@@ -184,7 +184,7 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
184
184
  ref_key: "rootRef",
185
185
  ref: A
186
186
  }, [
187
- j(v("div", null, [
187
+ j(f("div", null, [
188
188
  b(B(Ve), {
189
189
  ref_key: "tableRef",
190
190
  ref: y,
@@ -200,12 +200,12 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
200
200
  height: e.height
201
201
  }, {
202
202
  empty: h(() => [
203
- v("div", Ue, [
203
+ f("div", Ue, [
204
204
  b(B(De), {
205
205
  name: "tableEmpty",
206
206
  style: { width: 56, height: 56 }
207
207
  }),
208
- t[2] || (t[2] = v("div", null, "No data available,please check", -1))
208
+ t[2] || (t[2] = f("div", null, "No data available,please check", -1))
209
209
  ])
210
210
  ]),
211
211
  default: h(() => [
@@ -224,7 +224,7 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
224
224
  fixed: o.fixed || !1
225
225
  }, {
226
226
  header: h(() => [
227
- v("div", {
227
+ f("div", {
228
228
  class: "text-ellipsis",
229
229
  title: o.label
230
230
  }, _(o.label), 9, je)
@@ -249,10 +249,10 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
249
249
  label: "Action",
250
250
  fixed: "right",
251
251
  align: "left",
252
- width: e.rowBtns.length * 50 > 100 ? e.rowBtns.length * 50 : 100
252
+ width: e.rowBtns.length * 34 + 12 > 100 ? e.rowBtns.length * 34 + 12 : 100
253
253
  }, {
254
254
  default: h(({ row: o, $index: d }) => [
255
- v("div", Ke, [
255
+ f("div", Ke, [
256
256
  (u(!0), g(P, null, G(e.rowBtns, (s) => (u(), g(P, {
257
257
  key: s.key
258
258
  }, [
@@ -299,7 +299,7 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
299
299
  j(b(Ae, Ne({ data: i.value }, n, { getColText: C }), null, 16, ["data"]), [
300
300
  [H, z.value === "card"]
301
301
  ]),
302
- v("div", {
302
+ f("div", {
303
303
  class: U(["pagination-wrapper", {
304
304
  hidePagination: (e.hiddenPagination || i.value.length === 0) && !e.height,
305
305
  transparentPagination: (e.hiddenPagination || i.value.length === 0) && e.height,
@@ -323,7 +323,7 @@ const Ue = { class: "empty-content" }, je = ["title"], Ge = ["title", "onClick"]
323
323
  ], 2));
324
324
  };
325
325
  }
326
- }), Je = /* @__PURE__ */ Ee(Le, [["__scopeId", "data-v-2899fed2"]]);
326
+ }), Je = /* @__PURE__ */ Ee(Le, [["__scopeId", "data-v-328a34d4"]]);
327
327
  export {
328
328
  Je as default
329
329
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as i, ref as m, watch as _, onMounted as h, resolveComponent as a, openBlock as l, createBlock as c, mergeProps as u, withCtx as d, createElementBlock as b, Fragment as v, renderList as y, createVNode as k, unref as K } from "vue";
2
- import { a as V } from "./index-fgn5NTYT.js";
2
+ import { a as V } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const w = /* @__PURE__ */ i({
5
5
  __name: "Tabs",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as t, resolveComponent as n, openBlock as r, createElementBlock as a, normalizeStyle as s, createVNode as o, withCtx as p, withDirectives as i, createElementVNode as c, normalizeClass as m, unref as _, vShow as d } from "vue";
2
- import { a as f, b as u } from "./index-fgn5NTYT.js";
2
+ import { a as f, b as u } from "./index-BEvH8TEF.js";
3
3
  import "element-plus";
4
4
  const y = /* @__PURE__ */ t({
5
5
  __name: "Wrapper",