asiaint-lowcode 3.1.11 → 3.1.13

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 (39) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +114 -114
  4. package/dist/index.d.ts +15 -7
  5. package/dist/lazy/{Card-DddN4E5b.js → Card-PgW4DysW.js} +2 -2
  6. package/dist/lazy/{Cascader-T5hpcc8k.js → Cascader-DqjS19FS.js} +1 -1
  7. package/dist/lazy/{Checkbox-CeSqY5bJ.js → Checkbox-Bjwn_9Sk.js} +2 -2
  8. package/dist/lazy/{Collapse-B2kdCZag.js → Collapse-CggqtpyZ.js} +1 -1
  9. package/dist/lazy/{Component-CJD4Vdw1.js → Component-D04uUKKP.js} +1 -1
  10. package/dist/lazy/{Component-Dz3dlbfS.js → Component-DRCOaqRw.js} +8 -8
  11. package/dist/lazy/{Component-B2WLVum9.js → Component-DRo28JGo.js} +1 -1
  12. package/dist/lazy/{Component-CbdyqmFB.js → Component-DhckZre2.js} +2 -2
  13. package/dist/lazy/{Component-Dtf1g_1t.js → Component-gjivf6-3.js} +2 -2
  14. package/dist/lazy/{Component-DOZ5voTY.js → Component-sJXzY0GZ.js} +1 -1
  15. package/dist/lazy/CurdCard-OauJU94C.js +198 -0
  16. package/dist/lazy/{Custom-CFR7dysF.js → Custom-Ckhj-l7m.js} +7 -7
  17. package/dist/lazy/{DatePicker-Do81eNYq.js → DatePicker-Bb8L5SLT.js} +1 -1
  18. package/dist/lazy/{DragList-BoDSWhvz.js → DragList-bGBTK4P8.js} +2 -2
  19. package/dist/lazy/{FormList-BL-GfX_u.js → FormList-Cyl7VsIi.js} +1 -1
  20. package/dist/lazy/{Grid-DhqbZ2BC.js → Grid-BwS6pSTs.js} +1 -1
  21. package/dist/lazy/{Inline-CV6FC9TD.js → Inline-DXGzDS4z.js} +3 -3
  22. package/dist/lazy/{JsonEdit-BqcsAu1j.js → JsonEdit-Dp2tnIQo.js} +3 -3
  23. package/dist/lazy/{LogList-CICkvuYl.js → LogList-DxsTUwbL.js} +7 -7
  24. package/dist/lazy/{ObjGroup-CIGn_qSU.js → ObjGroup-B-9pX1xQ.js} +1 -1
  25. package/dist/lazy/{OfferDetails-Df5twhTM.js → OfferDetails-IUMRtdhg.js} +10 -10
  26. package/dist/lazy/{Pagination-CdPSjxIi.js → Pagination-BiZil-5r.js} +7 -7
  27. package/dist/lazy/{Progress-CWckUvQJ.js → Progress-50n0oo7L.js} +5 -5
  28. package/dist/lazy/{Radio-CftD02pX.js → Radio-S-MFhpUk.js} +3 -3
  29. package/dist/lazy/{SearchSelect-C3tK6VuI.js → SearchSelect-0WK-bM_-.js} +11 -11
  30. package/dist/lazy/{Select-CQZLVAWM.js → Select-CZLGF2j5.js} +2 -2
  31. package/dist/lazy/{Table-DeD8BnXj.js → Table-CIAv5GJ3.js} +2 -2
  32. package/dist/lazy/{Tabs-B3j9nO6H.js → Tabs-CakSe4ME.js} +1 -1
  33. package/dist/lazy/{Wrapper-CI9_5t_3.js → Wrapper-BuGoV8OT.js} +15 -15
  34. package/dist/lazy/{index-DjyiIwKi.js → index-PbMyf01b.js} +2656 -2638
  35. package/dist/lazy/{useSelect-BtBnWkjy.js → useSelect-Ev8bzJPh.js} +1 -1
  36. package/dist/style.css +2 -2
  37. package/global.d.ts +10 -10
  38. package/package.json +36 -36
  39. package/dist/lazy/CurdCard-C40vLAVd.js +0 -171
package/dist/index.d.ts CHANGED
@@ -1,12 +1,10 @@
1
1
  import { App } from 'vue';
2
- import { Awaitable } from 'element-plus/es/utils/typescript.mjs';
3
2
  import { Component } from 'vue';
4
3
  import { ComponentOptionsMixin } from 'vue';
5
4
  import { ComponentProvideOptions } from 'vue';
6
5
  import { ComponentPublicInstance } from 'vue';
7
6
  import { DeepReadonly } from 'vue';
8
7
  import { DefineComponent } from 'vue';
9
- import { EpPropMergeType } from 'element-plus/es/utils/index.mjs';
10
8
  import { ExtractPropTypes } from 'vue';
11
9
  import { FormInstance as FormInstance_2 } from 'packages/types';
12
10
  import { FormValidationResult } from 'element-plus';
@@ -285,6 +283,10 @@ required: true;
285
283
  pageParams: {
286
284
  type: PropType<any>;
287
285
  };
286
+ pageRulePath: {
287
+ type: PropType<string>;
288
+ required: true;
289
+ };
288
290
  }>, {
289
291
  setTabContent: (newContents: TabsSchema["content"]) => void;
290
292
  addTabContent: (newContent: TabsSchema["content"] | getArrayType<TabsSchema["content"]>) => void;
@@ -293,15 +295,16 @@ readonly key: string;
293
295
  readonly rulePath?: string | undefined;
294
296
  readonly onMounted?: string | undefined;
295
297
  readonly onActivated?: string | undefined;
298
+ readonly onChange?: string | undefined;
296
299
  readonly tabProps?: {
297
- readonly type: EpPropMergeType<StringConstructor, "" | "card" | "border-card", unknown>;
298
- readonly stretch: boolean;
300
+ readonly type: "" | "card" | "border-card";
299
301
  readonly closable: boolean;
302
+ readonly stretch: boolean;
300
303
  readonly addable: boolean;
301
304
  readonly editable: boolean;
302
- readonly tabPosition: EpPropMergeType<StringConstructor, "right" | "top" | "left" | "bottom", unknown>;
303
- readonly beforeLeave: (newName: TabPaneName, oldName: TabPaneName) => Awaitable<void | boolean>;
304
- readonly modelValue?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
305
+ readonly tabPosition: "right" | "top" | "left" | "bottom";
306
+ readonly beforeLeave: (newName: TabPaneName, oldName: TabPaneName) => boolean | void | Promise<boolean | void>;
307
+ readonly modelValue?: (string | number) | undefined;
305
308
  } | undefined;
306
309
  readonly hidden?: boolean | undefined;
307
310
  readonly isSticky?: boolean | undefined;
@@ -340,6 +343,10 @@ required: true;
340
343
  pageParams: {
341
344
  type: PropType<any>;
342
345
  };
346
+ pageRulePath: {
347
+ type: PropType<string>;
348
+ required: true;
349
+ };
343
350
  }>> & Readonly<{
344
351
  onAddPageParams?: ((...args: any[]) => any) | undefined;
345
352
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1079,6 +1086,7 @@ declare type TabsSchema = {
1079
1086
  rulePath?: string;
1080
1087
  onMounted?: string;
1081
1088
  onActivated?: string;
1089
+ onChange?: string;
1082
1090
  tabProps?: TabsProps;
1083
1091
  hidden?: boolean;
1084
1092
  isSticky?: boolean;
@@ -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-DjyiIwKi.js";
2
+ import { _ as D, I as k, B as F, a as N, b as S } from "./index-PbMyf01b.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-f8533825"]]);
101
+ }), G = /* @__PURE__ */ S(P, [["__scopeId", "data-v-37d0cc4b"]]);
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 C, createBlock as M, mergeProps as h, unref as d } from "vue";
2
2
  import "element-plus";
3
- import { u as b } from "./useSelect-BtBnWkjy.js";
3
+ import { u as b } from "./useSelect-Ev8bzJPh.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 F, mergeModels as D, useModel as I, watch as O, resolveComponent as r, resolveDirective as P, unref as a, openBlock as l, createElementBlock as p, toDisplayString as S, withDirectives as j, createBlock as u, mergeProps as E, withCtx as f, Fragment as h, renderList as v, createCommentVNode as g } from "vue";
2
2
  import "element-plus";
3
- import { u as L, c as N } from "./index-DjyiIwKi.js";
4
- import { u as R } from "./useSelect-BtBnWkjy.js";
3
+ import { u as L, c as N } from "./index-PbMyf01b.js";
4
+ import { u as R } from "./useSelect-Ev8bzJPh.js";
5
5
  const U = { key: 0 }, H = /* @__PURE__ */ F({
6
6
  __name: "Checkbox",
7
7
  props: /* @__PURE__ */ D({
@@ -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-DjyiIwKi.js";
2
+ import { a as y } from "./index-PbMyf01b.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,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-DjyiIwKi.js";
2
+ import { u as V } from "./index-PbMyf01b.js";
3
3
  import "element-plus";
4
4
  const B = /* @__PURE__ */ d({
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 k, createElementVNode as c, toDisplayString as B, createElementBlock as _, createCommentVNode as f, Fragment as N, renderList as E, unref as I, withModifiers as P, createVNode as V } from "vue";
2
- import { h as F, I as j, b as D } from "./index-DjyiIwKi.js";
2
+ import { h as F, I as j, b as D } from "./index-PbMyf01b.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
- }, b = (e, t) => {
27
+ }, x = (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
- }, x = (e, t, r) => {
34
+ }, L = (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"), L = m("el-tree");
56
- return d(), y(L, A(e.$attrs, {
57
- onNodeClick: b,
58
- load: x,
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,
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-0b461d58"]]);
115
+ }), T = /* @__PURE__ */ D(G, [["__scopeId", "data-v-9e90e1aa"]]);
116
116
  export {
117
117
  T as default
118
118
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, mergeModels as d, useModel as i, computed as c, resolveComponent as f, openBlock as t, createElementBlock as y, toDisplayString as v, createBlock as k, mergeProps as V } from "vue";
2
- import { u as _ } from "./index-DjyiIwKi.js";
2
+ import { u as _ } from "./index-PbMyf01b.js";
3
3
  import "element-plus";
4
4
  const B = { key: 0 }, g = /* @__PURE__ */ p({
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-DjyiIwKi.js";
5
+ import { u as b, b as x } from "./index-PbMyf01b.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-f5206e68"]]);
114
+ }), T = /* @__PURE__ */ x(k, [["__scopeId", "data-v-eda48825"]]);
115
115
  export {
116
116
  T as default
117
117
  };
@@ -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, d as Q } from "./index-DjyiIwKi.js";
2
+ import { b as H, u as K, d as Q } from "./index-PbMyf01b.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-0e272b28"]]), ee = { key: 0 }, te = { class: "vfc-esign-preview" }, le = ["src"], ae = {
175
+ const _ = /* @__PURE__ */ H(Z, [["render", j], ["__scopeId", "data-v-5f3bfcf7"]]), 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,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-DjyiIwKi.js";
3
+ import { _ as f } from "./index-PbMyf01b.js";
4
4
  const $ = {
5
5
  key: 0,
6
6
  style: { "min-width": "300px" }
@@ -0,0 +1,198 @@
1
+ import { defineComponent as K, inject as $, ref as k, resolveComponent as y, openBlock as a, createElementBlock as t, normalizeClass as h, normalizeStyle as U, createElementVNode as d, createBlock as c, createCommentVNode as p, toDisplayString as z, withCtx as v, Fragment as B, renderList as R, createTextVNode as A, createVNode as s, unref as g, withKeys as O, withDirectives as q, vShow as G } from "vue";
2
+ import { u as H, I as u, a as V, B as J, i as Q, b as W } from "./index-PbMyf01b.js";
3
+ import "element-plus";
4
+ const X = ["id"], Y = { class: "left-part" }, Z = { class: "title" }, x = { class: "right-part" }, ee = { key: 0 }, le = {
5
+ key: 1,
6
+ class: "switch-panel"
7
+ }, oe = { key: 3 }, ae = /* @__PURE__ */ K({
8
+ __name: "CurdCard",
9
+ props: {
10
+ name: {},
11
+ children: {},
12
+ defaultCollapse: { type: Boolean },
13
+ collapsible: { type: Boolean },
14
+ onCollapsed: {},
15
+ typeSwitch: { type: Boolean },
16
+ title: {},
17
+ btns: {},
18
+ type: {},
19
+ mainIcon: {},
20
+ extraIcons: {},
21
+ displayType: {},
22
+ radioList: {},
23
+ onRadioChange: {},
24
+ radioDefault: {},
25
+ formSlots: {},
26
+ style: { type: [Boolean, null, String, Object, Array] },
27
+ hasSearchInput: { type: Boolean },
28
+ searchPlaceholder: {}
29
+ },
30
+ setup(D) {
31
+ const m = $("ruleModule", void 0), I = $("pageMethodMap", {}), T = k(""), n = D, b = k(n.radioDefault ?? "2"), _ = (e) => {
32
+ if (e && m)
33
+ try {
34
+ m[e](I);
35
+ } catch (o) {
36
+ console.error(o);
37
+ }
38
+ }, L = (e) => {
39
+ n.onRadioChange && m && m[n.onRadioChange](I, e);
40
+ }, N = () => {
41
+ r.value = !r.value, n.onCollapsed && m && m[n.onCollapsed](I, r.value);
42
+ }, r = k(n.defaultCollapse ?? !1), f = k(n.displayType || (n.typeSwitch ? "card" : "table")), P = H(), w = (e) => {
43
+ f.value = e;
44
+ const o = Q(P.schema.items, n.name), C = (S) => {
45
+ S.forEach((i) => {
46
+ i.component === "Table" && i.props && (i.props.displayType = e), i.children && i.children.length > 0 && C(i.children);
47
+ });
48
+ };
49
+ o && o.children && C(o.children);
50
+ }, M = () => {
51
+ };
52
+ return w(f.value), (e, o) => {
53
+ const C = y("el-radio"), S = y("el-radio-group"), i = y("el-tooltip"), j = y("el-input"), E = y("el-collapse-transition");
54
+ return a(), t("div", {
55
+ class: h(["crm-curd-card", { gridItem: e.type === "gridItem" }]),
56
+ style: U(e.style),
57
+ id: e.name
58
+ }, [
59
+ d("div", {
60
+ class: h(["card-header", {
61
+ inline: e.type === "inline",
62
+ mix: e.type === "mix",
63
+ default: e.type === "default",
64
+ gridItem: e.type === "gridItem",
65
+ collapsedPadding: r.value && e.onCollapsed || e.hasSearchInput
66
+ }])
67
+ }, [
68
+ d("div", Y, [
69
+ e.mainIcon ? (a(), c(u, {
70
+ key: 0,
71
+ class: "title-icon",
72
+ size: "large",
73
+ name: e.mainIcon.name,
74
+ color: e.mainIcon.color
75
+ }, null, 8, ["name", "color"])) : p("", !0),
76
+ d("span", Z, z(e.title), 1),
77
+ e.radioList ? (a(), c(S, {
78
+ key: 1,
79
+ class: "ml-9",
80
+ modelValue: b.value,
81
+ "onUpdate:modelValue": o[0] || (o[0] = (l) => b.value = l),
82
+ onChange: o[1] || (o[1] = (l) => L(b.value))
83
+ }, {
84
+ default: v(() => [
85
+ (a(!0), t(B, null, R(e.radioList, (l) => (a(), c(C, {
86
+ value: l.value,
87
+ key: l.value
88
+ }, {
89
+ default: v(() => [
90
+ A(z(l.label), 1)
91
+ ]),
92
+ _: 2
93
+ }, 1032, ["value"]))), 128))
94
+ ]),
95
+ _: 1
96
+ }, 8, ["modelValue"])) : p("", !0),
97
+ (a(!0), t(B, null, R(e.extraIcons, (l) => (a(), t(B, {
98
+ key: l.name
99
+ }, [
100
+ l.tips ? (a(), c(i, {
101
+ key: 0,
102
+ content: l.tips,
103
+ placement: "right"
104
+ }, {
105
+ default: v(() => [
106
+ s(u, {
107
+ class: "extra-icon",
108
+ name: l.name,
109
+ color: l.color,
110
+ onClick: (F) => _(l.onClick)
111
+ }, null, 8, ["name", "color", "onClick"])
112
+ ]),
113
+ _: 2
114
+ }, 1032, ["content"])) : (a(), c(u, {
115
+ key: 1,
116
+ class: "extra-icon",
117
+ name: l.name,
118
+ color: l.color,
119
+ onClick: (F) => _(l.onClick)
120
+ }, null, 8, ["name", "color", "onClick"]))
121
+ ], 64))), 128))
122
+ ]),
123
+ d("div", x, [
124
+ e.formSlots ? (a(), t("div", ee, [
125
+ s(g(V), { list: e.formSlots }, null, 8, ["list"])
126
+ ])) : p("", !0),
127
+ e.typeSwitch ? (a(), t("div", le, [
128
+ d("div", {
129
+ class: h(["switch-icon-wrapper", { active: f.value === "card" }]),
130
+ onClick: o[2] || (o[2] = (l) => w("card"))
131
+ }, [
132
+ s(u, { name: "icon-kapian" })
133
+ ], 2),
134
+ d("div", {
135
+ class: h(["switch-icon-wrapper", { active: f.value === "table" }]),
136
+ onClick: o[3] || (o[3] = (l) => w("table"))
137
+ }, [
138
+ s(u, { name: "icon-biaoge" })
139
+ ], 2)
140
+ ])) : p("", !0),
141
+ e.collapsible ? (a(), t("div", {
142
+ key: 2,
143
+ class: h(["collapse-icon-wrapper", { collapsed: r.value }]),
144
+ onClick: N
145
+ }, [
146
+ s(u, { name: "icon-shaixuan" })
147
+ ], 2)) : p("", !0),
148
+ e.btns && e.btns.length > 0 ? (a(), t("div", oe, [
149
+ s(g(J), {
150
+ btns: e.btns || []
151
+ }, null, 8, ["btns"])
152
+ ])) : p("", !0)
153
+ ])
154
+ ], 2),
155
+ e.hasSearchInput ? (a(), t("div", {
156
+ key: 0,
157
+ class: h(["card-search-input", { collapsedPadding: r.value && e.onCollapsed }])
158
+ }, [
159
+ s(j, {
160
+ modelValue: T.value,
161
+ "onUpdate:modelValue": o[4] || (o[4] = (l) => T.value = l),
162
+ placeholder: e.searchPlaceholder,
163
+ size: "large",
164
+ onKeyup: O(M, ["enter"])
165
+ }, {
166
+ prefix: v(() => o[5] || (o[5] = [])),
167
+ suffix: v(() => [
168
+ s(u, {
169
+ class: "cursor-pointer",
170
+ name: "icon-lujing2",
171
+ color: "#666666",
172
+ size: "normal",
173
+ onClick: M
174
+ })
175
+ ]),
176
+ _: 1
177
+ }, 8, ["modelValue", "placeholder"])
178
+ ], 2)) : p("", !0),
179
+ e.onCollapsed ? (a(), c(g(V), {
180
+ key: 2,
181
+ list: e.children
182
+ }, null, 8, ["list"])) : (a(), c(E, { key: 1 }, {
183
+ default: v(() => [
184
+ q(d("div", null, [
185
+ s(g(V), { list: e.children }, null, 8, ["list"])
186
+ ], 512), [
187
+ [G, !r.value]
188
+ ])
189
+ ]),
190
+ _: 1
191
+ }))
192
+ ], 14, X);
193
+ };
194
+ }
195
+ }), ie = /* @__PURE__ */ W(ae, [["__scopeId", "data-v-43cc12e9"]]);
196
+ export {
197
+ ie as default
198
+ };
@@ -1,5 +1,5 @@
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-DjyiIwKi.js";
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-PbMyf01b.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(l) {
16
- const o = p(l, "modelValue");
17
- return (e, m) => e.componentName ? (t(), d(u(e.componentName), c({
15
+ setup(a) {
16
+ const o = p(a, "modelValue");
17
+ return (e, m) => e.componentName ? (t(), u(d(e.componentName), c({
18
18
  key: 1,
19
19
  modelValue: o.value,
20
- "onUpdate:modelValue": m[0] || (m[0] = (a) => o.value = a)
20
+ "onUpdate:modelValue": m[0] || (m[0] = (l) => o.value = l)
21
21
  }, e.$attrs), null, 16, ["modelValue"])) : (t(), r("span", f, "请输入全局注册得组件名"));
22
22
  }
23
- }), v = /* @__PURE__ */ i(_, [["__scopeId", "data-v-2250b7d1"]]);
23
+ }), v = /* @__PURE__ */ i(_, [["__scopeId", "data-v-a013b8cf"]]);
24
24
  export {
25
25
  v as default
26
26
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as i, mergeModels as f, useModel as v, useAttrs as k, computed as r, resolveComponent as y, openBlock as l, createElementBlock as _, toDisplayString as V, createBlock as B, mergeProps as M } from "vue";
2
2
  import { dayjs as g } from "element-plus";
3
- import { u as h } from "./index-DjyiIwKi.js";
3
+ import { u as h } from "./index-PbMyf01b.js";
4
4
  const D = { key: 0 }, I = /* @__PURE__ */ i({
5
5
  __name: "DatePicker",
6
6
  props: /* @__PURE__ */ f({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as G, reactive as W, ref as F, onBeforeMount as le, onMounted as ie, nextTick as v, onBeforeUnmount as re, watch as u, provide as T, toRefs as V, openBlock as S, createElementBlock as j, normalizeStyle as ne, renderSlot as q, Fragment as se, renderList as ue, createBlock as P, mergeProps as de, withCtx as J, withDirectives as ce, createVNode as K, vShow as me, mergeModels as pe, useModel as ge, onUnmounted as ye, unref as A, readonly as O } from "vue";
2
- import { w as ve, m as fe, n as he, o as b, T as we, v as xe, p as k, A as Be, q as X, x as be, L as ke, y as Ce, r as De, Y as Le, s as Me, t as Y, V as Se, c as ze, j as Re, a as Ne, b as $e } from "./index-DjyiIwKi.js";
2
+ import { w as ve, m as fe, n as he, o as b, T as we, v as xe, p as k, A as Be, q as X, x as be, L as ke, y as Ce, r as De, Y as Le, s as Me, t as Y, V as Se, c as ze, j as Re, a as Ne, b as $e } from "./index-PbMyf01b.js";
3
3
  import "element-plus";
4
4
  const Ie = /* @__PURE__ */ G({
5
5
  __name: "grid-layout",
@@ -321,7 +321,7 @@ const Ie = /* @__PURE__ */ G({
321
321
  _: 1
322
322
  }, 8, ["layout", "col-num", "row-height", "max-rows", "is-draggable"]));
323
323
  }
324
- }), We = /* @__PURE__ */ $e(Ee, [["__scopeId", "data-v-e86a2f5c"]]);
324
+ }), We = /* @__PURE__ */ $e(Ee, [["__scopeId", "data-v-a6894bc6"]]);
325
325
  export {
326
326
  We as default
327
327
  };
@@ -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, e as W, f as V, _ as L, h as X } from "./index-DjyiIwKi.js";
2
+ import { u as U, l as w, e as W, f as V, _ as L, h as X } from "./index-PbMyf01b.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-DjyiIwKi.js";
2
+ import { a as g } from "./index-PbMyf01b.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-DjyiIwKi.js";
2
+ import { a as m, b as u } from "./index-PbMyf01b.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-50b97afb"]]);
32
+ }), x = /* @__PURE__ */ u(f, [["__scopeId", "data-v-8ba696e7"]]);
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-DjyiIwKi.js";
2
+ import { b as xt, g as Nt } from "./index-PbMyf01b.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-353650ae"]]);
15
+ }), Bt = /* @__PURE__ */ xt(Mt, [["__scopeId", "data-v-f3803727"]]);
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-c3373674"]]), jt = /* @__PURE__ */ At({
16353
+ const Ot = /* @__PURE__ */ xt(Ht, [["render", Ft], ["__scopeId", "data-v-c53d52f1"]]), 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 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-DjyiIwKi.js";
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-PbMyf01b.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, i(_.content, (t) => {
10
+ (e(!0), o(a, null, d(_.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: d({ backgroundColor: t.color })
18
+ style: i({ backgroundColor: t.color })
19
19
  }, null, 4),
20
20
  s("div", f, [
21
21
  s("div", {
22
22
  class: "circle",
23
- style: d({ backgroundColor: t.color })
23
+ style: i({ 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, i(t.content, (n, c) => (e(), o("span", {
29
+ (e(!0), o(a, null, d(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-fe451915"]]);
41
+ }), B = /* @__PURE__ */ y(L, [["__scopeId", "data-v-646d4f4d"]]);
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 f, ref as d, 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, e as h, f as k } from "./index-DjyiIwKi.js";
2
+ import { u as j, e as h, f as k } from "./index-PbMyf01b.js";
3
3
  import "element-plus";
4
4
  const v = { class: "vfc-ObjGroup" }, B = {
5
5
  key: 1,