asiaint-lowcode 3.0.21 → 3.0.23

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 (31) hide show
  1. package/dist/asiaint-lowcode.js +1 -1
  2. package/dist/asiaint-lowcode.umd.cjs +3 -3
  3. package/dist/index.d.ts +11 -1
  4. package/dist/lazy/{Card-B9TmoruW.js → Card-CZG5Z0uD.js} +1 -1
  5. package/dist/lazy/{Cascader-CLDWxuLZ.js → Cascader-DRUN46Ip.js} +1 -1
  6. package/dist/lazy/{Checkbox-Bd-6skOr.js → Checkbox-VJj_2reX.js} +2 -2
  7. package/dist/lazy/{Collapse-DzvSK5n6.js → Collapse-DfwDACCK.js} +1 -1
  8. package/dist/lazy/{Component-y-l4S88q.js → Component-BlPY6jX4.js} +1 -1
  9. package/dist/lazy/{Component-D2-tTCrO.js → Component-CCXpFiMP.js} +1 -1
  10. package/dist/lazy/{Component-_VukJzpq.js → Component-COS7arjK.js} +1 -1
  11. package/dist/lazy/{Component-Fk9DHV9r.js → Component-CWcv8ZVM.js} +1 -1
  12. package/dist/lazy/{Component-DY4iIcyg.js → Component-CXXtarUs.js} +1 -1
  13. package/dist/lazy/{Component-CBo4C6cv.js → Component-D4VHJjc9.js} +1 -1
  14. package/dist/lazy/{CurdCard-Cs3cLXID.js → CurdCard-BuqhRpnH.js} +17 -17
  15. package/dist/lazy/{Custom-DnQG_iR5.js → Custom-CSOmIV5k.js} +1 -1
  16. package/dist/lazy/{FormList-B-DF7tvw.js → FormList-Bl10uAR5.js} +1 -1
  17. package/dist/lazy/{Grid-BO7y8CD3.js → Grid-rPXNVOXV.js} +1 -1
  18. package/dist/lazy/{Inline-vILmMFRv.js → Inline-82FAt4Bv.js} +3 -3
  19. package/dist/lazy/{JsonEdit-BpY5sOl1.js → JsonEdit-DD7fKpdC.js} +1 -1
  20. package/dist/lazy/{ObjGroup-aeDbzYG3.js → ObjGroup-Bc87HPkp.js} +1 -1
  21. package/dist/lazy/{OfferDetails-DuiRJqza.js → OfferDetails-CoNcRBAv.js} +1 -1
  22. package/dist/lazy/{Radio-SY-nqRX6.js → Radio-CEaEiwQN.js} +2 -2
  23. package/dist/lazy/{SearchSelect-B1PFv8JE.js → SearchSelect-Bm5f45My.js} +2 -2
  24. package/dist/lazy/{Select-DnB8rx4M.js → Select-DyBW5JN_.js} +2 -2
  25. package/dist/lazy/{Table-Cjxguy49.js → Table-CEDCYyQw.js} +3 -3
  26. package/dist/lazy/{Tabs-CqC-GerS.js → Tabs-bpY3t6W5.js} +1 -1
  27. package/dist/lazy/{Wrapper-B3BtgtaJ.js → Wrapper-C7rWy4nk.js} +1 -1
  28. package/dist/lazy/{index-DNuDGSpm.js → index-Pv4NkPBu.js} +1309 -1309
  29. package/dist/lazy/{useSelect-BYtxgQRQ.js → useSelect-DuOFzI6m.js} +1 -1
  30. package/dist/style.css +2 -2
  31. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -546,7 +546,7 @@ declare type NavBarSchema = {
546
546
  export declare type Options = {
547
547
  extendElements?: Record<string, FormElement>;
548
548
  lang?: 'zh' | 'en';
549
- navigateFn?: (path: string) => void;
549
+ navigateFn?: (params: RouteLocationRaw) => void;
550
550
  fetchSchemaFn?: (path: string) => Promise<PageSchema>;
551
551
  fetchOptionsFn?: (params: {
552
552
  formItemProps: SelectProps;
@@ -584,6 +584,16 @@ declare type RefTypeMap = {
584
584
  [K in keyof ComponentType]: InstanceType<ComponentType[K]>;
585
585
  };
586
586
 
587
+ declare type RouteLocationRaw = string | number | {
588
+ path?: string;
589
+ query?: Record<string, string | string[] | null | undefined>;
590
+ hash?: string;
591
+ name?: string;
592
+ params?: Record<string, string | string[] | null | undefined>;
593
+ replace?: boolean;
594
+ force?: boolean;
595
+ };
596
+
587
597
  declare interface SelectProps {
588
598
  options?: Record<string, any>[];
589
599
  multiple?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as w, ref as y, inject as u, resolveComponent as _, openBlock as l, createBlock as c, mergeProps as g, withCtx as s, createElementVNode as r, createElementBlock as d, createVNode as a, unref as i, normalizeClass as B, createCommentVNode as M, toDisplayString as $, Fragment as v, renderList as I, Transition as E, withDirectives as V, vShow as x } from "vue";
2
- import { _ as D, I as C, B as F, a as N, b as S } from "./index-DNuDGSpm.js";
2
+ import { _ as D, I as C, B as F, a as N, b as S } from "./index-Pv4NkPBu.js";
3
3
  import "element-plus";
4
4
  const j = { class: "card-header" }, z = { class: "card-btns" }, L = /* @__PURE__ */ w({
5
5
  __name: "Card",
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as f, mergeModels as g, useModel as v, inject as d, resolveComponent as y, openBlock as M, createBlock as C, mergeProps as h, unref as r } from "vue";
2
2
  import "element-plus";
3
- import { u as b } from "./useSelect-BYtxgQRQ.js";
3
+ import { u as b } from "./useSelect-DuOFzI6m.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 T, mergeModels as w, useModel as D, watch as F, resolveComponent as u, resolveDirective as M, unref as a, openBlock as l, createElementBlock as n, toDisplayString as I, Fragment as d, createCommentVNode as i, withDirectives as P, createBlock as s, mergeProps as S, withCtx as f, renderList as h } from "vue";
2
2
  import "element-plus";
3
- import { u as j } from "./index-DNuDGSpm.js";
4
- import { u as E } from "./useSelect-BYtxgQRQ.js";
3
+ import { u as j } from "./index-Pv4NkPBu.js";
4
+ import { u as E } from "./useSelect-DuOFzI6m.js";
5
5
  const L = { key: 0 }, N = {
6
6
  key: 0,
7
7
  style: { "font-size": "12px" }
@@ -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-DNuDGSpm.js";
2
+ import { a as y } from "./index-Pv4NkPBu.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-DNuDGSpm.js";
5
+ import { u as b, b as x } from "./index-Pv4NkPBu.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 $, 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-DNuDGSpm.js";
2
+ import { b as H, u as K, c as Q } from "./index-Pv4NkPBu.js";
3
3
  import "element-plus";
4
4
  const Z = $({
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as s, mergeModels as u, useModel as p, resolveComponent as d, openBlock as t, createElementBlock as i, toDisplayString as c, createBlock as y, mergeProps as f } from "vue";
2
- import { u as v } from "./index-DNuDGSpm.js";
2
+ import { u as v } from "./index-Pv4NkPBu.js";
3
3
  import "element-plus";
4
4
  const _ = { key: 0 }, K = /* @__PURE__ */ s({
5
5
  __name: "Component",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as $, inject as h, ref as b, resolveComponent as C, openBlock as c, createBlock as m, mergeProps as B, withCtx as f, createElementVNode as d, toDisplayString as y, createElementBlock as _, createCommentVNode as k, Fragment as v, renderList as I, unref as P, withModifiers as V, createTextVNode as w } from "vue";
2
- import { f as E, I as F, b as j } from "./index-DNuDGSpm.js";
2
+ import { f as E, I as F, b as j } from "./index-Pv4NkPBu.js";
3
3
  import "element-plus";
4
4
  const A = { class: "custom-tree-node" }, D = { class: "tree-node-text" }, K = { class: "tree-node-label" }, R = {
5
5
  key: 0,
@@ -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-DNuDGSpm.js";
2
+ import { u as V } from "./index-Pv4NkPBu.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-DNuDGSpm.js";
3
+ import { _ as f } from "./index-Pv4NkPBu.js";
4
4
  const $ = {
5
5
  key: 0,
6
6
  style: { "min-width": "300px" }
@@ -1,10 +1,10 @@
1
- import { defineComponent as S, inject as I, ref as w, resolveComponent as E, openBlock as n, createElementBlock as s, createElementVNode as t, normalizeClass as v, createBlock as p, createCommentVNode as y, toDisplayString as F, Fragment as g, renderList as N, withCtx as T, createVNode as i, unref as k, Transition as V, withDirectives as z, vShow as D } from "vue";
2
- import { u as j, I as r, B as L, a as _, i as R, b as q } from "./index-DNuDGSpm.js";
1
+ import { defineComponent as $, inject as I, ref as w, resolveComponent as E, openBlock as n, createElementBlock as s, createElementVNode as t, normalizeClass as v, createBlock as d, createCommentVNode as y, toDisplayString as F, Fragment as g, renderList as N, withCtx as T, createVNode as i, unref as k, Transition as V, withDirectives as z, vShow as D } from "vue";
2
+ import { u as j, I as r, B as L, a as _, i as R, b as q } from "./index-Pv4NkPBu.js";
3
3
  import "element-plus";
4
4
  const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "title" }, J = { class: "right-part" }, K = {
5
5
  key: 0,
6
6
  class: "switch-panel"
7
- }, O = { key: 2 }, P = /* @__PURE__ */ S({
7
+ }, O = { key: 2 }, P = /* @__PURE__ */ $({
8
8
  __name: "CurdCard",
9
9
  props: {
10
10
  name: {},
@@ -20,18 +20,18 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
20
20
  displayType: {}
21
21
  },
22
22
  setup(B) {
23
- const d = I("ruleModule", void 0), f = I("pageMethodMap", {}), m = B, b = (e) => {
24
- if (e && d)
23
+ const m = I("ruleModule", void 0), f = I("pageMethodMap", {}), c = B, b = (e) => {
24
+ if (e && m)
25
25
  try {
26
- d[e](f);
26
+ m[e](f);
27
27
  } catch (o) {
28
28
  console.error(o);
29
29
  }
30
30
  }, M = () => {
31
- c.value = !c.value, m.onCollapsed && d && d[m.onCollapsed](f, c.value);
32
- }, c = w(!1), u = w(m.displayType || "table"), $ = j(), C = (e) => {
31
+ p.value = !p.value, c.onCollapsed && m && m[c.onCollapsed](f, p.value);
32
+ }, p = w(!1), u = w(c.displayType || (c.typeSwitch ? "card" : "table")), S = j(), C = (e) => {
33
33
  u.value = e;
34
- const o = R($.schema.items, m.name), h = (l) => {
34
+ const o = R(S.schema.items, c.name), h = (l) => {
35
35
  l.forEach((a) => {
36
36
  a.component === "Table" && a.props && (a.props.displayType = e), a.children && a.children.length > 0 && h(a.children);
37
37
  });
@@ -49,7 +49,7 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
49
49
  }])
50
50
  }, [
51
51
  t("div", G, [
52
- e.mainIcon ? (n(), p(r, {
52
+ e.mainIcon ? (n(), d(r, {
53
53
  key: 0,
54
54
  class: "title-icon",
55
55
  size: "large",
@@ -60,7 +60,7 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
60
60
  (n(!0), s(g, null, N(e.extraIcons, (l) => (n(), s(g, {
61
61
  key: l.name
62
62
  }, [
63
- l.tips ? (n(), p(h, {
63
+ l.tips ? (n(), d(h, {
64
64
  key: 0,
65
65
  content: l.tips,
66
66
  placement: "right"
@@ -74,7 +74,7 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
74
74
  }, null, 8, ["name", "color", "onClick"])
75
75
  ]),
76
76
  _: 2
77
- }, 1032, ["content"])) : (n(), p(r, {
77
+ }, 1032, ["content"])) : (n(), d(r, {
78
78
  key: 1,
79
79
  class: "extra-icon",
80
80
  name: l.name,
@@ -100,7 +100,7 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
100
100
  ])) : y("", !0),
101
101
  e.collapsible ? (n(), s("div", {
102
102
  key: 1,
103
- class: v(["collapse-icon-wrapper", { collapsed: c.value }]),
103
+ class: v(["collapse-icon-wrapper", { collapsed: p.value }]),
104
104
  onClick: M
105
105
  }, [
106
106
  i(r, { name: "icon-shaixuan" })
@@ -112,10 +112,10 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
112
112
  ])) : y("", !0)
113
113
  ])
114
114
  ], 2),
115
- e.onCollapsed ? (n(), p(k(_), {
115
+ e.onCollapsed ? (n(), d(k(_), {
116
116
  key: 1,
117
117
  list: e.children
118
- }, null, 8, ["list"])) : (n(), p(V, {
118
+ }, null, 8, ["list"])) : (n(), d(V, {
119
119
  key: 0,
120
120
  name: "collapse"
121
121
  }, {
@@ -123,7 +123,7 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
123
123
  z(t("div", null, [
124
124
  i(k(_), { list: e.children }, null, 8, ["list"])
125
125
  ], 512), [
126
- [D, !c.value]
126
+ [D, !p.value]
127
127
  ])
128
128
  ]),
129
129
  _: 1
@@ -131,7 +131,7 @@ const A = { class: "crm-curd-card" }, G = { class: "left-part" }, H = { class: "
131
131
  ]);
132
132
  };
133
133
  }
134
- }), X = /* @__PURE__ */ q(P, [["__scopeId", "data-v-10064540"]]);
134
+ }), X = /* @__PURE__ */ q(P, [["__scopeId", "data-v-3c58d313"]]);
135
135
  export {
136
136
  X as default
137
137
  };
@@ -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-DNuDGSpm.js";
2
+ import { b as i } from "./index-Pv4NkPBu.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-DNuDGSpm.js";
2
+ import { u as U, l as w, d as W, e as V, _ as L, f as X } from "./index-Pv4NkPBu.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-DNuDGSpm.js";
2
+ import { a as m } from "./index-Pv4NkPBu.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 a, computed as l, openBlock as p, createBlock as r, unref as i, normalizeStyle as s } from "vue";
2
- import { a as c, b as f } from "./index-DNuDGSpm.js";
2
+ import { a as c, b as f } from "./index-Pv4NkPBu.js";
3
3
  import "element-plus";
4
4
  const m = /* @__PURE__ */ a({
5
5
  __name: "Inline",
@@ -16,7 +16,7 @@ const m = /* @__PURE__ */ a({
16
16
  "justify-content": e.align,
17
17
  "flex-wrap": e.autoWrap ? "wrap" : "nowrap",
18
18
  "overflow-x": "auto",
19
- gap: `${e.gap}px`
19
+ gap: `${e.gap || 12}px`
20
20
  }));
21
21
  return (o, u) => (p(), r(i(c), {
22
22
  class: "form-item-inline",
@@ -24,7 +24,7 @@ const m = /* @__PURE__ */ a({
24
24
  list: o.children
25
25
  }, null, 8, ["style", "list"]));
26
26
  }
27
- }), x = /* @__PURE__ */ f(m, [["__scopeId", "data-v-71754ec0"]]);
27
+ }), x = /* @__PURE__ */ f(m, [["__scopeId", "data-v-eb1c6096"]]);
28
28
  export {
29
29
  x as default
30
30
  };
@@ -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-DNuDGSpm.js";
2
+ import { b as xt, g as Nt } from "./index-Pv4NkPBu.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, 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-DNuDGSpm.js";
2
+ import { u as j, d as h, e as k } from "./index-Pv4NkPBu.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 D, resolveComponent as I, openBlock as l, createBlock as N, withCtx as M, createVNode as S, createElementVNode as a, createElementBlock as s, Fragment as c, renderList as _, toDisplayString as h, createCommentVNode as O, ref as F, inject as g, watchEffect as P, onMounted as $, normalizeStyle as z } from "vue";
2
- import { j as A, $ as L, b as R } from "./index-DNuDGSpm.js";
2
+ import { j as A, $ as L, b as R } from "./index-Pv4NkPBu.js";
3
3
  const V = { class: "content" }, j = { class: "product-list" }, K = { class: "attribute-list" }, x = {
4
4
  key: 0,
5
5
  class: "attribute-list-item"
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as z, mergeModels as S, useModel as T, inject as K, resolveComponent as p, resolveDirective as w, openBlock as o, createElementBlock as d, toDisplayString as F, unref as l, Fragment as m, createCommentVNode as N, withDirectives as I, createBlock as y, mergeProps as k, withCtx as C, createVNode as P, renderList as M } from "vue";
2
- import { u as $ } from "./index-DNuDGSpm.js";
3
- import { u as j } from "./useSelect-BYtxgQRQ.js";
2
+ import { u as $ } from "./index-Pv4NkPBu.js";
3
+ import { u as j } from "./useSelect-DuOFzI6m.js";
4
4
  const E = { key: 0 }, L = {
5
5
  key: 0,
6
6
  style: { "font-size": "12px" }
@@ -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 y, unref as u, withDirectives as N, createBlock as k, mergeProps as j, withCtx as b, 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-DNuDGSpm.js";
3
- import { u as U } from "./useSelect-BYtxgQRQ.js";
2
+ import { u as L, _ as O, b as T } from "./index-Pv4NkPBu.js";
3
+ import { u as U } from "./useSelect-DuOFzI6m.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 r, 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-DNuDGSpm.js";
3
- import { u as P } from "./useSelect-BYtxgQRQ.js";
2
+ import { u as N } from "./index-Pv4NkPBu.js";
3
+ import { u as P } from "./useSelect-DuOFzI6m.js";
4
4
  const E = { key: 0 }, L = { style: { "min-height": "32px" } }, $ = /* @__PURE__ */ _({
5
5
  __name: "Select",
6
6
  props: /* @__PURE__ */ k({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as ge, inject as B, ref as f, useTemplateRef as he, readonly as fe, toRefs as ye, onUnmounted as me, resolveComponent as b, openBlock as u, createElementBlock as w, normalizeClass as _, withDirectives as V, createElementVNode as y, createVNode as m, unref as p, withCtx as c, createBlock as z, createCommentVNode as C, Fragment as R, renderList as $, toDisplayString as N, withModifiers as Ce, createTextVNode as ve, vShow as F, mergeProps as ke } from "vue";
2
- import { $ as we, h as ze, _ as Se, f as be, I as Re, C as Be, b as _e } from "./index-DNuDGSpm.js";
2
+ import { $ as we, h as ze, _ as Se, f as be, I as Re, C as Be, b as _e } from "./index-Pv4NkPBu.js";
3
3
  import { ElTable as Ne } from "element-plus";
4
4
  const Pe = { class: "empty-content" }, De = { class: "text-ellipsis" }, Te = { class: "text-ellipsis" }, Me = /* @__PURE__ */ ge({
5
5
  __name: "Table",
@@ -27,7 +27,7 @@ const Pe = { class: "empty-content" }, De = { class: "text-ellipsis" }, Te = { c
27
27
  pagerCount: {},
28
28
  defaultPageSize: {},
29
29
  typeSwitch: { type: Boolean },
30
- displayType: { default: "table" },
30
+ displayType: {},
31
31
  onMounted: {},
32
32
  name: {}
33
33
  },
@@ -290,7 +290,7 @@ const Pe = { class: "empty-content" }, De = { class: "text-ellipsis" }, Te = { c
290
290
  ], 2));
291
291
  };
292
292
  }
293
- }), Ue = /* @__PURE__ */ _e(Me, [["__scopeId", "data-v-afcfc029"]]);
293
+ }), Ue = /* @__PURE__ */ _e(Me, [["__scopeId", "data-v-5e50f69e"]]);
294
294
  export {
295
295
  Ue as default
296
296
  };
@@ -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-DNuDGSpm.js";
2
+ import { a as V } from "./index-Pv4NkPBu.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 o, openBlock as r, createBlock as t, Transition as a, withCtx as l, withDirectives as n, createElementVNode as s, normalizeStyle as p, normalizeClass as i, createVNode as c, unref as m, vShow as f } from "vue";
2
- import { a as _, b as d } from "./index-DNuDGSpm.js";
2
+ import { a as _, b as d } from "./index-Pv4NkPBu.js";
3
3
  import "element-plus";
4
4
  const y = /* @__PURE__ */ o({
5
5
  __name: "Wrapper",