asiaint-lowcode 3.1.0 → 3.1.1

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 (36) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +4 -4
  4. package/dist/index.d.ts +7 -4
  5. package/dist/lazy/{Card-6y3b8xK9.js → Card-BotexRow.js} +2 -2
  6. package/dist/lazy/{Cascader-1XEBAirk.js → Cascader-DlPFMm4q.js} +1 -1
  7. package/dist/lazy/{Checkbox-DY7Ufmrz.js → Checkbox-B3ZlaMu-.js} +2 -2
  8. package/dist/lazy/{Collapse-BT7RNNg6.js → Collapse-CvvDvzUe.js} +1 -1
  9. package/dist/lazy/{Component-DITfSg2v.js → Component-1ifx_71s.js} +1 -1
  10. package/dist/lazy/{Component-BYlYtzWb.js → Component-BFthFsDN.js} +2 -2
  11. package/dist/lazy/{Component-CF4m_685.js → Component-BMyo9RcE.js} +1 -1
  12. package/dist/lazy/{Component-AYxGCLAH.js → Component-C4EAi6pq.js} +8 -8
  13. package/dist/lazy/{Component-CkSnYtMh.js → Component-CJLLkcKZ.js} +1 -1
  14. package/dist/lazy/{Component-DZMCcrpa.js → Component-k70ODABG.js} +2 -2
  15. package/dist/lazy/{CurdCard-BXOxRtCA.js → CurdCard-Dxlf9fsv.js} +2 -2
  16. package/dist/lazy/{Custom-Df5H1QJV.js → Custom-DjAqb9Wc.js} +7 -7
  17. package/dist/lazy/{DragList-BH1VY62B.js → DragList-BaXe5qJv.js} +2 -2
  18. package/dist/lazy/{FormList-BMk_lCx8.js → FormList-k6c-UNG8.js} +1 -1
  19. package/dist/lazy/{Grid-SVpxXRzO.js → Grid-OhcM4HDS.js} +1 -1
  20. package/dist/lazy/{Inline-CE2A9Of4.js → Inline-Cwpbm9wv.js} +3 -3
  21. package/dist/lazy/{JsonEdit-C_CUvw5t.js → JsonEdit-CU-J4fdd.js} +3 -3
  22. package/dist/lazy/{LogList-COeBYixP.js → LogList-C6LMjMRn.js} +7 -7
  23. package/dist/lazy/{ObjGroup-BB2eQigf.js → ObjGroup-CgsFd4Y8.js} +1 -1
  24. package/dist/lazy/{OfferDetails-BEyNKQsf.js → OfferDetails-DIbdP0vj.js} +24 -23
  25. package/dist/lazy/{Progress-CYBbCXFh.js → Progress-VUY-tDJv.js} +5 -5
  26. package/dist/lazy/{Radio-qI1r_rWj.js → Radio-Bu1hE1Bk.js} +3 -3
  27. package/dist/lazy/{SearchSelect-ZmOPM_QH.js → SearchSelect-D9K6sG_e.js} +14 -14
  28. package/dist/lazy/{Select-CxtVmfLu.js → Select-79Jg1Epf.js} +2 -2
  29. package/dist/lazy/{Table-YeT82lnr.js → Table-jTmqdEAL.js} +81 -80
  30. package/dist/lazy/{Tabs-DFvfP_nb.js → Tabs-NufO7Fxk.js} +1 -1
  31. package/dist/lazy/{Wrapper-DAFSrkAr.js → Wrapper-DMqVpwXY.js} +7 -7
  32. package/dist/lazy/{index-DQ889qV3.js → index-ByB0wyc-.js} +46 -45
  33. package/dist/lazy/{useSelect-EfaZqc6a.js → useSelect-B3ugkvd3.js} +1 -1
  34. package/dist/style.css +2 -2
  35. package/global.d.ts +10 -10
  36. package/package.json +36 -36
package/dist/index.d.ts CHANGED
@@ -1,10 +1,12 @@
1
1
  import { App } from 'vue';
2
+ import { Awaitable } from 'element-plus/es/utils/typescript.mjs';
2
3
  import { Component } from 'vue';
3
4
  import { ComponentOptionsMixin } from 'vue';
4
5
  import { ComponentProvideOptions } from 'vue';
5
6
  import { ComponentPublicInstance } from 'vue';
6
7
  import { DeepReadonly } from 'vue';
7
8
  import { DefineComponent } from 'vue';
9
+ import { EpPropMergeType } from 'element-plus/es/utils/index.mjs';
8
10
  import { ExtractPropTypes } from 'vue';
9
11
  import { FormInstance as FormInstance_2 } from 'packages/types';
10
12
  import { FormValidationResult } from 'element-plus';
@@ -275,14 +277,14 @@ readonly rulePath?: string | undefined;
275
277
  readonly onMounted?: string | undefined;
276
278
  readonly onActivated?: string | undefined;
277
279
  readonly tabProps?: {
278
- readonly type: "" | "card" | "border-card";
280
+ readonly type: EpPropMergeType<StringConstructor, "" | "card" | "border-card", unknown>;
279
281
  readonly stretch: boolean;
280
282
  readonly closable: boolean;
281
283
  readonly addable: boolean;
282
284
  readonly editable: boolean;
283
- readonly tabPosition: "right" | "top" | "left" | "bottom";
284
- readonly beforeLeave: (newName: TabPaneName, oldName: TabPaneName) => boolean | void | Promise<boolean | void>;
285
- readonly modelValue?: (string | number) | undefined;
285
+ readonly tabPosition: EpPropMergeType<StringConstructor, "right" | "top" | "left" | "bottom", unknown>;
286
+ readonly beforeLeave: (newName: TabPaneName, oldName: TabPaneName) => Awaitable<void | boolean>;
287
+ readonly modelValue?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
286
288
  } | undefined;
287
289
  readonly hidden?: boolean | undefined;
288
290
  readonly isSticky?: boolean | undefined;
@@ -996,6 +998,7 @@ declare type TableSchema = {
996
998
  selectable?: string;
997
999
  pageSizes?: any;
998
1000
  pagerCount?: number;
1001
+ paginationLayout?: string;
999
1002
  defaultPageSize?: number;
1000
1003
  typeSwitch?: boolean;
1001
1004
  displayType?: 'card' | 'table';
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as B, ref as g, inject as h, resolveComponent as d, openBlock as s, createBlock as i, mergeProps as M, withCtx as c, createElementVNode as o, createElementBlock as n, createVNode as t, unref as p, normalizeClass as $, createCommentVNode as I, toDisplayString as v, Fragment as u, renderList as C, withDirectives as E, vShow as V } from "vue";
2
- import { _ as D, I as k, B as F, a as N, b as S } from "./index-DQ889qV3.js";
2
+ import { _ as D, I as k, B as F, a as N, b as S } from "./index-ByB0wyc-.js";
3
3
  import "element-plus";
4
4
  const j = { class: "card-header" }, H = { class: "card-btns" }, L = { class: "card-sub-header" }, P = /* @__PURE__ */ B({
5
5
  __name: "Card",
@@ -98,7 +98,7 @@ const j = { class: "card-header" }, H = { class: "card-btns" }, L = { class: "ca
98
98
  }, 16, ["class"]);
99
99
  };
100
100
  }
101
- }), G = /* @__PURE__ */ S(P, [["__scopeId", "data-v-37d0cc4b"]]);
101
+ }), G = /* @__PURE__ */ S(P, [["__scopeId", "data-v-f8533825"]]);
102
102
  export {
103
103
  G as default
104
104
  };
@@ -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 h, mergeProps as C, unref as s } from "vue";
2
2
  import "element-plus";
3
- import { u as b } from "./useSelect-EfaZqc6a.js";
3
+ import { u as b } from "./useSelect-B3ugkvd3.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 F, watch as D, resolveComponent as t, resolveDirective as M, unref as a, openBlock as l, createElementBlock as s, toDisplayString as I, withDirectives as O, createBlock as r, mergeProps as P, withCtx as y, Fragment as b, renderList as f, createCommentVNode as v } from "vue";
2
2
  import "element-plus";
3
- import { u as S } from "./index-DQ889qV3.js";
4
- import { u as j } from "./useSelect-EfaZqc6a.js";
3
+ import { u as S } from "./index-ByB0wyc-.js";
4
+ import { u as j } from "./useSelect-B3ugkvd3.js";
5
5
  const E = { 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-DQ889qV3.js";
2
+ import { a as y } from "./index-ByB0wyc-.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({
@@ -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-DQ889qV3.js";
3
+ import { _ as f } from "./index-ByB0wyc-.js";
4
4
  const $ = {
5
5
  key: 0,
6
6
  style: { "min-width": "300px" }
@@ -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-DQ889qV3.js";
2
+ import { b as H, u as K, c as Q } from "./index-ByB0wyc-.js";
3
3
  import "element-plus";
4
4
  const Z = $({
5
5
  props: {
@@ -172,7 +172,7 @@ function j(a, n, c, d, t, g) {
172
172
  onTouchend: n[5] || (n[5] = (...o) => a.touchEnd && a.touchEnd(...o))
173
173
  }, null, 544);
174
174
  }
175
- const _ = /* @__PURE__ */ H(Z, [["render", j], ["__scopeId", "data-v-5f3bfcf7"]]), ee = { key: 0 }, te = { class: "vfc-esign-preview" }, le = ["src"], ae = {
175
+ const _ = /* @__PURE__ */ H(Z, [["render", j], ["__scopeId", "data-v-0e272b28"]]), ee = { key: 0 }, te = { class: "vfc-esign-preview" }, le = ["src"], ae = {
176
176
  key: 1,
177
177
  class: "vfc-esign"
178
178
  }, ie = /* @__PURE__ */ $({
@@ -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-DQ889qV3.js";
2
+ import { u as v } from "./index-ByB0wyc-.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 w, 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-DQ889qV3.js";
2
+ import { f as F, I as j, b as D } from "./index-ByB0wyc-.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,
@@ -24,14 +24,14 @@ const R = { class: "custom-tree-node" }, S = { class: "tree-node-text" }, q = {
24
24
  } catch (s) {
25
25
  console.error(s);
26
26
  }
27
- }, x = (e, t) => {
27
+ }, b = (e, t) => {
28
28
  if (o.onNodeClick && a)
29
29
  try {
30
30
  a[o.onNodeClick](l, { node: e, data: t });
31
31
  } catch (r) {
32
32
  console.error(r);
33
33
  }
34
- }, L = (e, t, r) => {
34
+ }, x = (e, t, r) => {
35
35
  if (o.onLoad && a)
36
36
  try {
37
37
  a[o.onLoad](l, { node: e, resolve: t, reject: r });
@@ -52,10 +52,10 @@ const R = { class: "custom-tree-node" }, S = { class: "tree-node-text" }, q = {
52
52
  immediate: !0
53
53
  }
54
54
  ), (e, t) => {
55
- const r = m("el-tooltip"), s = m("el-button"), b = m("el-tree");
56
- return d(), y(b, A(e.$attrs, {
57
- onNodeClick: x,
58
- load: L,
55
+ const r = m("el-tooltip"), s = m("el-button"), L = m("el-tree");
56
+ return d(), y(L, A(e.$attrs, {
57
+ onNodeClick: b,
58
+ load: x,
59
59
  ref: "treeRef",
60
60
  class: "crm-tree",
61
61
  indent: 32,
@@ -112,7 +112,7 @@ const R = { class: "custom-tree-node" }, S = { class: "tree-node-text" }, q = {
112
112
  }, 16, ["current-node-key", "node-key", "props", "data", "default-expanded-keys"]);
113
113
  };
114
114
  }
115
- }), T = /* @__PURE__ */ D(G, [["__scopeId", "data-v-5dc31a78"]]);
115
+ }), T = /* @__PURE__ */ D(G, [["__scopeId", "data-v-0b461d58"]]);
116
116
  export {
117
117
  T as default
118
118
  };
@@ -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-DQ889qV3.js";
2
+ import { u as V } from "./index-ByB0wyc-.js";
3
3
  import "element-plus";
4
4
  const B = /* @__PURE__ */ d({
5
5
  __name: "Component",
@@ -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-DQ889qV3.js";
5
+ import { u as b, b as x } from "./index-ByB0wyc-.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(",");
@@ -111,7 +111,7 @@ const P = { class: "vfc-verify-code" }, k = /* @__PURE__ */ g({
111
111
  ]);
112
112
  };
113
113
  }
114
- }), T = /* @__PURE__ */ x(k, [["__scopeId", "data-v-eda48825"]]);
114
+ }), T = /* @__PURE__ */ x(k, [["__scopeId", "data-v-f5206e68"]]);
115
115
  export {
116
116
  T as default
117
117
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as F, inject as V, ref as w, resolveComponent as C, openBlock as a, createElementBlock as s, normalizeClass as m, normalizeStyle as j, createElementVNode as i, createBlock as r, createCommentVNode as v, toDisplayString as S, withCtx as f, Fragment as _, renderList as M, createTextVNode as A, createVNode as p, unref as B, withDirectives as O, vShow as P } from "vue";
2
- import { u as U, I as u, B as q, a as $, h as G, b as H } from "./index-DQ889qV3.js";
2
+ import { u as U, I as u, B as q, a as $, h as G, b as H } from "./index-ByB0wyc-.js";
3
3
  import "element-plus";
4
4
  const J = ["id"], K = { class: "left-part" }, Q = { class: "title" }, W = { class: "right-part" }, X = {
5
5
  key: 0,
@@ -161,7 +161,7 @@ const J = ["id"], K = { class: "left-part" }, Q = { class: "title" }, W = { clas
161
161
  ], 14, J);
162
162
  };
163
163
  }
164
- }), oe = /* @__PURE__ */ H(Z, [["__scopeId", "data-v-73ceae8b"]]);
164
+ }), oe = /* @__PURE__ */ H(Z, [["__scopeId", "data-v-66fd6437"]]);
165
165
  export {
166
166
  oe as default
167
167
  };
@@ -1,5 +1,5 @@
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-DQ889qV3.js";
1
+ import { defineComponent as n, mergeModels as s, useModel as p, openBlock as t, createElementBlock as r, createBlock as d, resolveDynamicComponent as u, mergeProps as c } from "vue";
2
+ import { b as i } from "./index-ByB0wyc-.js";
3
3
  const f = {
4
4
  key: 0,
5
5
  class: "empty"
@@ -12,15 +12,15 @@ const f = {
12
12
  modelModifiers: {}
13
13
  }),
14
14
  emits: ["update:modelValue"],
15
- setup(a) {
16
- const o = p(a, "modelValue");
17
- return (e, m) => e.componentName ? (t(), u(d(e.componentName), c({
15
+ setup(l) {
16
+ const o = p(l, "modelValue");
17
+ return (e, m) => e.componentName ? (t(), d(u(e.componentName), c({
18
18
  key: 1,
19
19
  modelValue: o.value,
20
- "onUpdate:modelValue": m[0] || (m[0] = (l) => o.value = l)
20
+ "onUpdate:modelValue": m[0] || (m[0] = (a) => o.value = a)
21
21
  }, e.$attrs), null, 16, ["modelValue"])) : (t(), r("span", f, "请输入全局注册得组件名"));
22
22
  }
23
- }), v = /* @__PURE__ */ i(_, [["__scopeId", "data-v-a013b8cf"]]);
23
+ }), v = /* @__PURE__ */ i(_, [["__scopeId", "data-v-2250b7d1"]]);
24
24
  export {
25
25
  v as default
26
26
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as X, reactive as H, ref as U, onBeforeMount as oe, onMounted as le, nextTick as f, onBeforeUnmount as ie, watch as d, provide as W, toRefs as F, openBlock as z, createElementBlock as T, normalizeStyle as re, renderSlot as V, Fragment as ne, renderList as se, createBlock as Y, mergeProps as ue, withCtx as j, withDirectives as de, createVNode as P, vShow as ce, mergeModels as me, useModel as ge, onUnmounted as pe, unref as q, readonly as ye } from "vue";
2
- import { w as fe, m as ve, n as he, o as B, T as we, v as xe, p as b, A as Be, q as A, x as be, L as ke, y as De, r as Ce, Y as Le, s as Se, t as O, V as ze, i as Re, a as Ne, b as Me } from "./index-DQ889qV3.js";
2
+ import { w as fe, m as ve, n as he, o as B, T as we, v as xe, p as b, A as Be, q as A, x as be, L as ke, y as De, r as Ce, Y as Le, s as Se, t as O, V as ze, i as Re, a as Ne, b as Me } from "./index-ByB0wyc-.js";
3
3
  import "element-plus";
4
4
  const $e = /* @__PURE__ */ X({
5
5
  __name: "grid-layout",
@@ -312,7 +312,7 @@ const $e = /* @__PURE__ */ X({
312
312
  _: 1
313
313
  }, 8, ["layout", "col-num", "row-height", "max-rows", "is-draggable"]));
314
314
  }
315
- }), Ue = /* @__PURE__ */ Me(Ee, [["__scopeId", "data-v-555e834e"]]);
315
+ }), Ue = /* @__PURE__ */ Me(Ee, [["__scopeId", "data-v-4f8bb5d6"]]);
316
316
  export {
317
317
  Ue as default
318
318
  };
@@ -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-DQ889qV3.js";
2
+ import { u as U, l as w, d as W, e as V, _ as L, f as X } from "./index-ByB0wyc-.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 i, computed as o, openBlock as a, createElementBlock as d, normalizeStyle as r, createVNode as l, unref as m } from "vue";
2
- import { a as g } from "./index-DQ889qV3.js";
2
+ import { a as g } from "./index-ByB0wyc-.js";
3
3
  import "element-plus";
4
4
  const x = /* @__PURE__ */ i({
5
5
  __name: "Grid",
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as l, computed as o, openBlock as r, createElementBlock as i, normalizeStyle as p, createVNode as s, unref as c } from "vue";
2
- import { a as m, b as f } from "./index-DQ889qV3.js";
2
+ import { a as m, b as u } from "./index-ByB0wyc-.js";
3
3
  import "element-plus";
4
- const u = /* @__PURE__ */ l({
4
+ const f = /* @__PURE__ */ l({
5
5
  __name: "Inline",
6
6
  props: {
7
7
  children: {},
@@ -29,7 +29,7 @@ const u = /* @__PURE__ */ l({
29
29
  s(c(m), { list: a.children }, null, 8, ["list"])
30
30
  ], 4));
31
31
  }
32
- }), x = /* @__PURE__ */ f(u, [["__scopeId", "data-v-8f8d5854"]]);
32
+ }), x = /* @__PURE__ */ u(f, [["__scopeId", "data-v-d0b66bc2"]]);
33
33
  export {
34
34
  x as default
35
35
  };
@@ -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-DQ889qV3.js";
2
+ import { b as xt, g as Nt } from "./index-ByB0wyc-.js";
3
3
  import "element-plus";
4
4
  const Mt = /* @__PURE__ */ At({
5
5
  __name: "Disabled",
@@ -12,7 +12,7 @@ const Mt = /* @__PURE__ */ At({
12
12
  It(Je.$slots, "default", {}, void 0, !0)
13
13
  ], 16)) : It(Je.$slots, "default", { key: 1 }, void 0, !0);
14
14
  }
15
- }), Bt = /* @__PURE__ */ xt(Mt, [["__scopeId", "data-v-f3803727"]]);
15
+ }), Bt = /* @__PURE__ */ xt(Mt, [["__scopeId", "data-v-353650ae"]]);
16
16
  var kt = { exports: {} };
17
17
  /*!
18
18
  * jsoneditor.js
@@ -16350,7 +16350,7 @@ function Ft(je, Je, Xe, et, qe, ae) {
16350
16350
  }, null, 2)
16351
16351
  ], 2);
16352
16352
  }
16353
- const Ot = /* @__PURE__ */ xt(Ht, [["render", Ft], ["__scopeId", "data-v-c53d52f1"]]), jt = /* @__PURE__ */ At({
16353
+ const Ot = /* @__PURE__ */ xt(Ht, [["render", Ft], ["__scopeId", "data-v-c3373674"]]), jt = /* @__PURE__ */ At({
16354
16354
  inheritAttrs: !1,
16355
16355
  __name: "JsonEdit",
16356
16356
  props: /* @__PURE__ */ Tt({
@@ -1,5 +1,5 @@
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-DQ889qV3.js";
1
+ import { defineComponent as p, openBlock as e, createElementBlock as o, Fragment as a, renderList as i, createElementVNode as s, normalizeStyle as d, toDisplayString as l, normalizeClass as u, createTextVNode as g, createCommentVNode as v } from "vue";
2
+ import { b as y } from "./index-ByB0wyc-.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: {
@@ -7,7 +7,7 @@ const b = { class: "log-list" }, f = { class: "title-part" }, h = { class: "titl
7
7
  },
8
8
  setup(x) {
9
9
  return (_, N) => (e(), o("div", b, [
10
- (e(!0), o(a, null, d(_.content, (t) => {
10
+ (e(!0), o(a, null, i(_.content, (t) => {
11
11
  var r;
12
12
  return e(), o("div", {
13
13
  class: "log-list-item",
@@ -15,18 +15,18 @@ const b = { class: "log-list" }, f = { class: "title-part" }, h = { class: "titl
15
15
  }, [
16
16
  s("div", {
17
17
  class: "left-bar",
18
- style: i({ backgroundColor: t.color })
18
+ style: d({ backgroundColor: t.color })
19
19
  }, null, 4),
20
20
  s("div", f, [
21
21
  s("div", {
22
22
  class: "circle",
23
- style: i({ backgroundColor: t.color })
23
+ style: d({ backgroundColor: t.color })
24
24
  }, l((r = t.title) == null ? void 0 : r[0]), 5),
25
25
  s("div", h, l(t.title), 1),
26
26
  s("div", m, l(t.subTitle), 1)
27
27
  ]),
28
28
  s("div", k, [
29
- (e(!0), o(a, null, d(t.content, (n, c) => (e(), o("span", {
29
+ (e(!0), o(a, null, i(t.content, (n, c) => (e(), o("span", {
30
30
  key: c,
31
31
  class: u({ bold: n.style === "bold", normal: n.style === "normal" })
32
32
  }, [
@@ -38,7 +38,7 @@ const b = { class: "log-list" }, f = { class: "title-part" }, h = { class: "titl
38
38
  }), 128))
39
39
  ]));
40
40
  }
41
- }), B = /* @__PURE__ */ y(L, [["__scopeId", "data-v-646d4f4d"]]);
41
+ }), B = /* @__PURE__ */ y(L, [["__scopeId", "data-v-fe451915"]]);
42
42
  export {
43
43
  B as default
44
44
  };
@@ -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-DQ889qV3.js";
2
+ import { u as j, d as h, e as k } from "./index-ByB0wyc-.js";
3
3
  import "element-plus";
4
4
  const v = { class: "vfc-ObjGroup" }, B = {
5
5
  key: 1,
@@ -1,6 +1,6 @@
1
- import { defineComponent as B, resolveComponent as M, openBlock as a, createBlock as O, withCtx as E, createVNode as g, createElementVNode as i, createElementBlock as r, Fragment as u, renderList as y, toDisplayString as b, createCommentVNode as I, ref as D, inject as N, watchEffect as A, onMounted as R, normalizeStyle as S, unref as $ } from "vue";
2
- import { k as U, $ as z, _ as F, b as x } from "./index-DQ889qV3.js";
3
- const K = { class: "content" }, L = { class: "product-list" }, V = { class: "attribute-list" }, j = {
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 y, toDisplayString as b, createCommentVNode as I, ref as D, inject as N, watchEffect as A, onMounted as R, normalizeStyle as S, unref as $ } from "vue";
2
+ import { k as U, $ as z, _ as F, b as L } from "./index-ByB0wyc-.js";
3
+ const x = { class: "content" }, K = { class: "product-list" }, V = { class: "attribute-list" }, j = {
4
4
  key: 0,
5
5
  class: "attribute-list-item"
6
6
  }, q = { class: "product-title attribute-title" }, G = { class: "attribute-item-list" }, H = { class: "attribute-label" }, J = { class: "attribute-value" }, Q = /* @__PURE__ */ B({
@@ -11,36 +11,36 @@ const K = { class: "content" }, L = { class: "product-list" }, V = { class: "att
11
11
  index: {}
12
12
  },
13
13
  setup(m) {
14
- return (l, p) => {
14
+ return (a, p) => {
15
15
  const _ = M("el-popover");
16
- return a(), O(_, {
16
+ return l(), O(_, {
17
17
  "popper-class": "offer-detail",
18
18
  placement: "right"
19
19
  }, {
20
20
  reference: E(() => [
21
21
  g(U, {
22
- data: l.data,
23
- btns: l.btns,
24
- index: l.index
22
+ data: a.data,
23
+ btns: a.btns,
24
+ index: a.index
25
25
  }, null, 8, ["data", "btns", "index"])
26
26
  ]),
27
27
  default: E(() => [
28
- i("div", K, [
28
+ i("div", x, [
29
29
  p[0] || (p[0] = i("div", { class: "product-title" }, "Product", -1)),
30
- i("div", L, [
31
- (a(!0), r(u, null, y(l.data.product, (s) => (a(), r("div", {
30
+ i("div", K, [
31
+ (l(!0), r(u, null, y(a.data.product, (s) => (l(), r("div", {
32
32
  class: "product-item",
33
33
  key: s.label
34
34
  }, b(s.label), 1))), 128))
35
35
  ]),
36
36
  i("div", V, [
37
- (a(!0), r(u, null, y(l.data.product, (s) => (a(), r(u, {
37
+ (l(!0), r(u, null, y(a.data.product, (s) => (l(), r(u, {
38
38
  key: s.label
39
39
  }, [
40
- s.children.length > 0 ? (a(), r("div", j, [
40
+ s.children.length > 0 ? (l(), r("div", j, [
41
41
  i("div", q, b(s.label), 1),
42
42
  i("div", G, [
43
- (a(!0), r(u, null, y(s.children, (d) => (a(), r("div", {
43
+ (l(!0), r(u, null, y(s.children, (d) => (l(), r("div", {
44
44
  class: "attribute-item",
45
45
  key: d.label
46
46
  }, [
@@ -84,6 +84,7 @@ const K = { class: "content" }, L = { class: "product-list" }, V = { class: "att
84
84
  selectable: {},
85
85
  pageSizes: {},
86
86
  pagerCount: {},
87
+ paginationLayout: {},
87
88
  defaultPageSize: {},
88
89
  typeSwitch: { type: Boolean },
89
90
  displayType: {},
@@ -99,7 +100,7 @@ const K = { class: "content" }, L = { class: "product-list" }, V = { class: "att
99
100
  },
100
101
  setup(m) {
101
102
  var k, T;
102
- const l = m, p = D(), _ = D([]), s = (k = l.columns.find((t) => t.position === "title")) == null ? void 0 : k.key, d = (T = l.columns.find((t) => t.position === "subTitle")) == null ? void 0 : T.key, h = l.columns.find((t) => t.position === "footer"), w = (t) => {
103
+ const a = m, p = D(), _ = D([]), s = (k = a.columns.find((t) => t.position === "title")) == null ? void 0 : k.key, d = (T = a.columns.find((t) => t.position === "subTitle")) == null ? void 0 : T.key, h = a.columns.find((t) => t.position === "footer"), w = (t) => {
103
104
  const e = [];
104
105
  return t.children && t.children.length > 0 && t.children.forEach((n) => {
105
106
  const o = {
@@ -125,8 +126,8 @@ const K = { class: "content" }, L = { class: "product-list" }, V = { class: "att
125
126
  }
126
127
  const C = N(z), c = C ? C.translateFn : null;
127
128
  return A(() => {
128
- if (l.data) {
129
- const t = P(l.data);
129
+ if (a.data) {
130
+ const t = P(a.data);
130
131
  p.value = t.map((e) => {
131
132
  const n = {
132
133
  content: []
@@ -134,7 +135,7 @@ const K = { class: "content" }, L = { class: "product-list" }, V = { class: "att
134
135
  return s && (n.title = c ? c(s, e) : e[s], n.titleColor = "#18AAF8"), d && (n.subTitle = c ? c(d, e) : e[d]), h && (n.footer = {
135
136
  icon: h.footerIcon || "icon-tishi",
136
137
  text: `${h.label}: ${c ? c(h.key, e) : e[h.key]}`
137
- }), e.children && (n.product = w(e)), l.columns.forEach((o) => {
138
+ }), e.children && (n.product = w(e)), a.columns.forEach((o) => {
138
139
  o.position === "content" && n.content.push({
139
140
  label: o.label,
140
141
  value: c ? c(o.key, e) : e[o.key]
@@ -144,12 +145,12 @@ const K = { class: "content" }, L = { class: "product-list" }, V = { class: "att
144
145
  }
145
146
  }), R(() => {
146
147
  var t;
147
- _.value = (t = l.rowBtns) == null ? void 0 : t.map((e) => ({
148
+ _.value = (t = a.rowBtns) == null ? void 0 : t.map((e) => ({
148
149
  icon: e.icon && e.icon.name ? e.icon.name : "icon-tishi",
149
150
  label: e.label,
150
151
  onClick: e.onClick
151
152
  }));
152
- }), (t, e) => (a(), r(u, null, [
153
+ }), (t, e) => (l(), r(u, null, [
153
154
  i("div", {
154
155
  class: "card-list",
155
156
  style: S({
@@ -157,7 +158,7 @@ const K = { class: "content" }, L = { class: "product-list" }, V = { class: "att
157
158
  "--gap": t.gap + "px"
158
159
  })
159
160
  }, [
160
- (a(!0), r(u, null, y(p.value, (n, o) => (a(), r("div", {
161
+ (l(!0), r(u, null, y(p.value, (n, o) => (l(), r("div", {
161
162
  class: "card-list-item",
162
163
  key: o
163
164
  }, [
@@ -168,7 +169,7 @@ const K = { class: "content" }, L = { class: "product-list" }, V = { class: "att
168
169
  }, null, 8, ["data", "btns", "index"])
169
170
  ]))), 128))
170
171
  ], 4),
171
- !t.data || t.data.length === 0 ? (a(), r("div", W, [
172
+ !t.data || t.data.length === 0 ? (l(), r("div", W, [
172
173
  g($(F), {
173
174
  name: "tableEmpty",
174
175
  style: { width: 56, height: 56 }
@@ -177,7 +178,7 @@ const K = { class: "content" }, L = { class: "product-list" }, V = { class: "att
177
178
  ])) : I("", !0)
178
179
  ], 64));
179
180
  }
180
- }), ee = /* @__PURE__ */ x(X, [["__scopeId", "data-v-09844ac4"]]);
181
+ }), ee = /* @__PURE__ */ L(X, [["__scopeId", "data-v-98057b14"]]);
181
182
  export {
182
183
  ee as default
183
184
  };
@@ -1,6 +1,6 @@
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-DQ889qV3.js";
3
- const b = { class: "progress" }, y = { class: "timeline-content" }, B = { class: "timeline-content__title" }, E = {
2
+ import { I as v, _ as b, b as C } from "./index-ByB0wyc-.js";
3
+ const V = { class: "progress" }, y = { class: "timeline-content" }, B = { class: "timeline-content__title" }, E = {
4
4
  key: 0,
5
5
  class: "empty-content"
6
6
  }, I = /* @__PURE__ */ p({
@@ -11,7 +11,7 @@ const b = { class: "progress" }, y = { class: "timeline-content" }, B = { class:
11
11
  setup(w) {
12
12
  return (o, i) => {
13
13
  const _ = m("el-timeline-item"), c = m("el-timeline");
14
- return n(), s("div", b, [
14
+ return n(), s("div", V, [
15
15
  l(c, null, {
16
16
  default: a(() => [
17
17
  (n(!0), s(u, null, f(o.data, (t, d) => (n(), g(_, {
@@ -39,7 +39,7 @@ const b = { class: "progress" }, y = { class: "timeline-content" }, B = { class:
39
39
  _: 1
40
40
  }),
41
41
  !o.data || o.data.length === 0 ? (n(), s("div", E, [
42
- l(k(C), {
42
+ l(k(b), {
43
43
  name: "tableEmpty",
44
44
  style: { width: 56, height: 56 }
45
45
  }),
@@ -48,7 +48,7 @@ const b = { class: "progress" }, y = { class: "timeline-content" }, B = { class:
48
48
  ]);
49
49
  };
50
50
  }
51
- }), F = /* @__PURE__ */ V(I, [["__scopeId", "data-v-088a0692"]]);
51
+ }), F = /* @__PURE__ */ C(I, [["__scopeId", "data-v-6b11ed96"]]);
52
52
  export {
53
53
  F as default
54
54
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as F, mergeModels as S, useModel as T, inject as g, resolveComponent as u, resolveDirective as w, openBlock as o, createElementBlock as c, toDisplayString as z, unref as i, withDirectives as I, createBlock as f, mergeProps as K, withCtx as h, createVNode as N, Fragment as k, renderList as M } from "vue";
2
- import { u as O, b as P } from "./index-DQ889qV3.js";
3
- import { u as R } from "./useSelect-EfaZqc6a.js";
2
+ import { u as O, b as P } from "./index-ByB0wyc-.js";
3
+ import { u as R } from "./useSelect-B3ugkvd3.js";
4
4
  const $ = { key: 0 }, j = /* @__PURE__ */ F({
5
5
  __name: "Radio",
6
6
  props: /* @__PURE__ */ S({
@@ -79,7 +79,7 @@ const $ = { key: 0 }, j = /* @__PURE__ */ F({
79
79
  ]);
80
80
  };
81
81
  }
82
- }), q = /* @__PURE__ */ P(j, [["__scopeId", "data-v-3a3fdad0"]]);
82
+ }), q = /* @__PURE__ */ P(j, [["__scopeId", "data-v-1315a0b2"]]);
83
83
  export {
84
84
  q as default
85
85
  };