asiaint-lowcode 2.0.4 → 2.0.5

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 (30) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +6 -5
  3. package/dist/asiaint-lowcode.umd.cjs +21 -21
  4. package/dist/index.d.ts +3 -0
  5. package/dist/lazy/{Card-Dcn28M7-.js → Card-gXUpA51w.js} +6 -6
  6. package/dist/lazy/{Cascader-DKXHbqY5.js → Cascader-cH5Pk3Y5.js} +1 -1
  7. package/dist/lazy/{Checkbox-DkRSeZdE.js → Checkbox-Cfkogysi.js} +2 -2
  8. package/dist/lazy/{Collapse-C5oWjkGw.js → Collapse-DC1sMjNg.js} +1 -1
  9. package/dist/lazy/{Component-C3iOMLQ9.js → Component-Bh08VFNP.js} +2 -2
  10. package/dist/lazy/{Component-Chr2i4xA.js → Component-DMcr5Ebm.js} +1 -1
  11. package/dist/lazy/{Component-BpDWn0PJ.js → Component-Dct2pbm6.js} +1 -1
  12. package/dist/lazy/{Component-FJS2w051.js → Component-DuNyJqNi.js} +1 -1
  13. package/dist/lazy/{Component-20CmdEoY.js → Component-MMhzp77Z.js} +2 -2
  14. package/dist/lazy/{Custom-CP3t6emp.js → Custom-Bn-Fh68v.js} +7 -7
  15. package/dist/lazy/{DatePicker-B0OAMA5j.js → DatePicker-BLYThTnH.js} +1 -1
  16. package/dist/lazy/{FormList-Cx7BvzZo.js → FormList-BeaKMdEN.js} +1 -1
  17. package/dist/lazy/{Grid-DJA0_gLe.js → Grid-Dx86zZUn.js} +1 -1
  18. package/dist/lazy/{Inline-Bs2XUKfr.js → Inline-BdAojok3.js} +2 -2
  19. package/dist/lazy/{JsonEdit-LvBZnHBC.js → JsonEdit-Dp2RIIv4.js} +3 -3
  20. package/dist/lazy/{ObjGroup-UTjXJBNB.js → ObjGroup-4pgTGOXY.js} +1 -1
  21. package/dist/lazy/{Radio-BmGs93J_.js → Radio-CECCRbFp.js} +2 -2
  22. package/dist/lazy/{SearchSelect-c-P-dDlN.js → SearchSelect-DQ4HwQku.js} +3 -3
  23. package/dist/lazy/{Select-CY1qQ5wS.js → Select-DHrtf5Ih.js} +2 -2
  24. package/dist/lazy/{Tabs-Cod5elIW.js → Tabs-xsrwMGpl.js} +1 -1
  25. package/dist/lazy/{TextArea-ZVPdcGf-.js → TextArea-BCtFbmnZ.js} +1 -1
  26. package/dist/lazy/{index-CcwYdtXC.js → index-YT73ZjWv.js} +25 -25
  27. package/dist/lazy/{useSelect-B98nINM1.js → useSelect-Dg8lPeg6.js} +1 -1
  28. package/dist/style.css +2 -2
  29. package/global.d.ts +10 -10
  30. package/package.json +36 -36
package/dist/index.d.ts CHANGED
@@ -5,10 +5,13 @@ import { ComponentProvideOptions } from 'vue';
5
5
  import { DefineComponent } from 'vue';
6
6
  import { ExtractPropTypes } from 'vue';
7
7
  import { FormValidationResult } from 'element-plus';
8
+ import { InjectionKey } from 'vue';
8
9
  import { PropType } from 'vue';
9
10
  import { PublicProps } from 'vue';
10
11
  import { VNode } from 'vue';
11
12
 
13
+ export declare const $options: InjectionKey<Options>;
14
+
12
15
  declare const __VLS_component: DefineComponent<ExtractPropTypes< {
13
16
  modelValue: PropType<Record<string, any>>;
14
17
  schema: PropType<FormSchema>;
@@ -1,5 +1,5 @@
1
- import { defineComponent as p, ref as c, resolveComponent as m, openBlock as r, createBlock as n, normalizeProps as u, guardReactiveProps as _, withCtx as o, createElementVNode as l, toDisplayString as f, unref as t, normalizeClass as v, createCommentVNode as C, createVNode as d, Transition as h, withDirectives as w, vShow as b } from "vue";
2
- import { _ as k, a as $, b as y } from "./index-CcwYdtXC.js";
1
+ import { defineComponent as p, ref as c, resolveComponent as m, openBlock as r, createBlock as n, normalizeProps as u, guardReactiveProps as _, withCtx as o, createElementVNode as l, toDisplayString as f, unref as t, normalizeClass as v, createCommentVNode as C, createVNode as d, Transition as h, withDirectives as w, vShow as k } from "vue";
2
+ import { _ as $, a as b, b as y } from "./index-YT73ZjWv.js";
3
3
  import "element-plus";
4
4
  const B = { class: "card-header" }, E = /* @__PURE__ */ p({
5
5
  __name: "Card",
@@ -16,7 +16,7 @@ const B = { class: "card-header" }, E = /* @__PURE__ */ p({
16
16
  header: o(() => [
17
17
  l("div", B, [
18
18
  l("span", null, f(a.header), 1),
19
- a.collapsible ? (r(), n(t(k), {
19
+ a.collapsible ? (r(), n(t($), {
20
20
  key: 0,
21
21
  name: "dropdown",
22
22
  onClick: s[0] || (s[0] = (V) => e.value = !e.value),
@@ -28,9 +28,9 @@ const B = { class: "card-header" }, E = /* @__PURE__ */ p({
28
28
  d(h, { name: "collapse" }, {
29
29
  default: o(() => [
30
30
  w(l("div", null, [
31
- d(t($), { list: a.children }, null, 8, ["list"])
31
+ d(t(b), { list: a.children }, null, 8, ["list"])
32
32
  ], 512), [
33
- [b, !e.value]
33
+ [k, !e.value]
34
34
  ])
35
35
  ]),
36
36
  _: 1
@@ -40,7 +40,7 @@ const B = { class: "card-header" }, E = /* @__PURE__ */ p({
40
40
  }, 16);
41
41
  };
42
42
  }
43
- }), P = /* @__PURE__ */ y(E, [["__scopeId", "data-v-f48b76d3"]]);
43
+ }), P = /* @__PURE__ */ y(E, [["__scopeId", "data-v-d6651ef4"]]);
44
44
  export {
45
45
  P as default
46
46
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as m, mergeModels as i, useModel as c, resolveComponent as f, openBlock as g, createBlock as v, mergeProps as C, unref as l } from "vue";
2
2
  import "element-plus";
3
- import { u as y } from "./useSelect-B98nINM1.js";
3
+ import { u as y } from "./useSelect-Dg8lPeg6.js";
4
4
  const h = /* @__PURE__ */ m({
5
5
  __name: "Cascader",
6
6
  props: /* @__PURE__ */ i({
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as w, mergeModels as B, useModel as D, watch as M, resolveComponent as u, resolveDirective as F, unref as a, openBlock as l, createElementBlock as n, toDisplayString as I, Fragment as d, createCommentVNode as i, withDirectives as S, createBlock as s, mergeProps as j, withCtx as f, renderList as h } from "vue";
2
2
  import "element-plus";
3
- import { u as E } from "./index-CcwYdtXC.js";
4
- import { u as L } from "./useSelect-B98nINM1.js";
3
+ import { u as E } from "./index-YT73ZjWv.js";
4
+ import { u as L } from "./useSelect-Dg8lPeg6.js";
5
5
  const N = { key: 0 }, O = {
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-CcwYdtXC.js";
2
+ import { a as y } from "./index-YT73ZjWv.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-CcwYdtXC.js";
5
+ import { u as b, b as x } from "./index-YT73ZjWv.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,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-CcwYdtXC.js";
3
+ import { _ as f } from "./index-YT73ZjWv.js";
4
4
  const $ = {
5
5
  key: 0,
6
6
  style: { "min-width": "300px" }
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as a, useModel as s, resolveComponent as p, unref as d, openBlock as n, createElementBlock as i, toDisplayString as c, createBlock as _, mergeProps as f } from "vue";
2
- import { u as v } from "./index-CcwYdtXC.js";
2
+ import { u as v } from "./index-YT73ZjWv.js";
3
3
  import "element-plus";
4
4
  const V = { key: 0 }, C = /* @__PURE__ */ a({
5
5
  __name: "Component",
@@ -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-CcwYdtXC.js";
2
+ import { u as V } from "./index-YT73ZjWv.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 $, 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-CcwYdtXC.js";
2
+ import { b as H, u as K, c as Q } from "./index-YT73ZjWv.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,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-CcwYdtXC.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-YT73ZjWv.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,5 +1,5 @@
1
1
  import { resolveComponent as t, openBlock as o, createBlock as c, mergeProps as n } from "vue";
2
- import { b as s } from "./index-CcwYdtXC.js";
2
+ import { b as s } from "./index-YT73ZjWv.js";
3
3
  const _ = {};
4
4
  function a(e, p) {
5
5
  const r = t("el-date-picker");
@@ -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-CcwYdtXC.js";
2
+ import { u as U, l as w, d as W, e as V, _ as L, f as X } from "./index-YT73ZjWv.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 t, computed as n, openBlock as a, createBlock as m, unref as p, normalizeStyle as s } from "vue";
2
- import { a as i } from "./index-CcwYdtXC.js";
2
+ import { a as i } from "./index-YT73ZjWv.js";
3
3
  import "element-plus";
4
4
  const g = /* @__PURE__ */ t({
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-CcwYdtXC.js";
2
+ import { a as c, b as f } from "./index-YT73ZjWv.js";
3
3
  import "element-plus";
4
4
  const m = /* @__PURE__ */ a({
5
5
  __name: "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-c38cc7f7"]]);
27
+ }), x = /* @__PURE__ */ f(m, [["__scopeId", "data-v-71754ec0"]]);
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-CcwYdtXC.js";
2
+ import { b as xt, g as Nt } from "./index-YT73ZjWv.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
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-CcwYdtXC.js";
2
+ import { u as j, d as h, e as k } from "./index-YT73ZjWv.js";
3
3
  import "element-plus";
4
4
  const v = { class: "vfc-ObjGroup" }, B = {
5
5
  key: 1,
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as B, mergeModels as S, useModel as T, inject as h, resolveComponent as s, resolveDirective as w, unref as l, openBlock as o, createElementBlock as d, toDisplayString as N, Fragment as f, createCommentVNode as F, withDirectives as I, createBlock as y, mergeProps as k, withCtx as C, createVNode as $, renderList as M } from "vue";
2
- import { u as j } from "./index-CcwYdtXC.js";
3
- import { u as E } from "./useSelect-B98nINM1.js";
2
+ import { u as j } from "./index-YT73ZjWv.js";
3
+ import { u as E } from "./useSelect-Dg8lPeg6.js";
4
4
  const L = { key: 0 }, O = {
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 I, inject as S, resolveComponent as b, resolveDirective as N, unref as n, openBlock as a, createElementBlock as u, toDisplayString as v, withDirectives as j, createBlock as k, mergeProps as F, withCtx as y, Fragment as $, renderList as E, createTextVNode as L, createVNode as C } from "vue";
2
- import { u as O, _ as P, b as T } from "./index-CcwYdtXC.js";
3
- import { u as U } from "./useSelect-B98nINM1.js";
2
+ import { u as O, _ as P, b as T } from "./index-YT73ZjWv.js";
3
+ import { u as U } from "./useSelect-Dg8lPeg6.js";
4
4
  const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
5
5
  key: 1,
6
6
  class: "search-select-wrapper"
@@ -80,7 +80,7 @@ const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
80
80
  ]));
81
81
  };
82
82
  }
83
- }), X = /* @__PURE__ */ T(J, [["__scopeId", "data-v-d0b75379"]]);
83
+ }), X = /* @__PURE__ */ T(J, [["__scopeId", "data-v-e82a633c"]]);
84
84
  export {
85
85
  X as default
86
86
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as _, mergeModels as B, useModel as S, inject as g, resolveComponent as K, resolveDirective as A, unref as i, openBlock as t, createElementBlock as p, toDisplayString as f, withDirectives as j, createBlock as h, mergeProps as w, withCtx as M, Fragment as F, renderList as I, createTextVNode as N } from "vue";
2
- import { u as E } from "./index-CcwYdtXC.js";
3
- import { u as L } from "./useSelect-B98nINM1.js";
2
+ import { u as E } from "./index-YT73ZjWv.js";
3
+ import { u as L } from "./useSelect-Dg8lPeg6.js";
4
4
  const O = { key: 0 }, P = { key: 0 }, T = { key: 1 }, z = /* @__PURE__ */ _({
5
5
  __name: "Select",
6
6
  props: /* @__PURE__ */ B({
@@ -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-CcwYdtXC.js";
2
+ import { a as V } from "./index-YT73ZjWv.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 u, useModel as s, resolveComponent as p, unref as d, openBlock as t, createElementBlock as i, toDisplayString as c, createBlock as f, mergeProps as _ } from "vue";
2
- import { u as v } from "./index-CcwYdtXC.js";
2
+ import { u as v } from "./index-YT73ZjWv.js";
3
3
  import "element-plus";
4
4
  const V = { key: 0 }, B = /* @__PURE__ */ u({
5
5
  __name: "TextArea",
@@ -9867,7 +9867,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
9867
9867
  type: "basic",
9868
9868
  order: 2,
9869
9869
  attrSchema: I1,
9870
- render: HA(() => import("./TextArea-ZVPdcGf-.js"))
9870
+ render: HA(() => import("./TextArea-BCtFbmnZ.js"))
9871
9871
  }, w1 = {
9872
9872
  size: "small",
9873
9873
  labelPosition: "top",
@@ -9924,7 +9924,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
9924
9924
  }, D1 = {
9925
9925
  title: "卡片",
9926
9926
  component: "Card",
9927
- render: HA(() => import("./Card-Dcn28M7-.js")),
9927
+ render: HA(() => import("./Card-gXUpA51w.js")),
9928
9928
  icon: dA(EA, { name: "card" }),
9929
9929
  type: "layout",
9930
9930
  order: 1,
@@ -10157,7 +10157,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
10157
10157
  component: "Cascader",
10158
10158
  attrSchema: d1,
10159
10159
  order: 7,
10160
- render: HA(() => import("./Cascader-DKXHbqY5.js"))
10160
+ render: HA(() => import("./Cascader-cH5Pk3Y5.js"))
10161
10161
  }, m1 = {
10162
10162
  size: "small",
10163
10163
  labelPosition: "top",
@@ -10201,7 +10201,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
10201
10201
  type: "basic",
10202
10202
  order: 14,
10203
10203
  attrSchema: m1,
10204
- render: HA(() => import("./JsonEdit-LvBZnHBC.js"))
10204
+ render: HA(() => import("./JsonEdit-Dp2RIIv4.js"))
10205
10205
  }, b1 = {
10206
10206
  size: "small",
10207
10207
  labelPosition: "top",
@@ -10301,7 +10301,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
10301
10301
  icon: dA(EA, { name: "checkbox" }),
10302
10302
  type: "basic",
10303
10303
  component: "Checkbox",
10304
- render: HA(() => import("./Checkbox-DkRSeZdE.js")),
10304
+ render: HA(() => import("./Checkbox-Cfkogysi.js")),
10305
10305
  order: 4,
10306
10306
  attrSchema: b1
10307
10307
  }, _1 = {
@@ -10448,7 +10448,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
10448
10448
  }, G1 = {
10449
10449
  title: "自定义组件",
10450
10450
  component: "Custom",
10451
- render: HA(() => import("./Custom-CP3t6emp.js")),
10451
+ render: HA(() => import("./Custom-Bn-Fh68v.js")),
10452
10452
  icon: dA(EA, { name: "custom" }),
10453
10453
  type: "high",
10454
10454
  order: 99,
@@ -10514,7 +10514,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
10514
10514
  }, L1 = {
10515
10515
  title: "日期选择器",
10516
10516
  component: "DatePicker",
10517
- render: HA(() => import("./DatePicker-B0OAMA5j.js")),
10517
+ render: HA(() => import("./DatePicker-BLYThTnH.js")),
10518
10518
  icon: dA(EA, { name: "datePicker" }),
10519
10519
  type: "basic",
10520
10520
  order: 9,
@@ -10639,7 +10639,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
10639
10639
  }, P1 = {
10640
10640
  title: "电子签名",
10641
10641
  component: "Esign",
10642
- render: HA(() => import("./Component-20CmdEoY.js")),
10642
+ render: HA(() => import("./Component-MMhzp77Z.js")),
10643
10643
  icon: dA(EA, { name: "esign" }),
10644
10644
  type: "basic",
10645
10645
  order: 11,
@@ -10741,7 +10741,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
10741
10741
  icon: dA(EA, { name: "radio" }),
10742
10742
  type: "basic",
10743
10743
  component: "Radio",
10744
- render: HA(() => import("./Radio-BmGs93J_.js")),
10744
+ render: HA(() => import("./Radio-CECCRbFp.js")),
10745
10745
  order: 3.5,
10746
10746
  attrSchema: U1
10747
10747
  }, S1 = {
@@ -10830,7 +10830,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
10830
10830
  }, Y1 = {
10831
10831
  title: "自增容器",
10832
10832
  component: "FormList",
10833
- render: HA(() => import("./FormList-Cx7BvzZo.js")),
10833
+ render: HA(() => import("./FormList-BeaKMdEN.js")),
10834
10834
  icon: dA(EA, { name: "formList" }),
10835
10835
  type: "high",
10836
10836
  order: 20,
@@ -10840,7 +10840,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
10840
10840
  type: "layout",
10841
10841
  icon: dA(EA, { name: "grid" }),
10842
10842
  component: "Grid",
10843
- render: HA(() => import("./Grid-DJA0_gLe.js")),
10843
+ render: HA(() => import("./Grid-Dx86zZUn.js")),
10844
10844
  order: 3,
10845
10845
  lbTitle: !0,
10846
10846
  attrSchema: {
@@ -10884,7 +10884,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
10884
10884
  icon: dA(EA, { name: "inline" }),
10885
10885
  type: "layout",
10886
10886
  component: "Inline",
10887
- render: HA(() => import("./Inline-Bs2XUKfr.js")),
10887
+ render: HA(() => import("./Inline-BdAojok3.js")),
10888
10888
  order: 2,
10889
10889
  lbTitle: !0,
10890
10890
  attrSchema: {
@@ -11000,7 +11000,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
11000
11000
  type: "basic",
11001
11001
  order: 5,
11002
11002
  component: "InputNumber",
11003
- render: HA(() => import("./Component-BpDWn0PJ.js")),
11003
+ render: HA(() => import("./Component-Dct2pbm6.js")),
11004
11004
  attrSchema: z1
11005
11005
  }, q1 = {
11006
11006
  size: "small",
@@ -11228,7 +11228,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
11228
11228
  type: "basic",
11229
11229
  icon: dA(EA, { name: "select" }),
11230
11230
  component: "Select",
11231
- render: HA(() => import("./Select-CY1qQ5wS.js")),
11231
+ render: HA(() => import("./Select-DHrtf5Ih.js")),
11232
11232
  order: 3,
11233
11233
  attrSchema: W1
11234
11234
  }, X1 = {
@@ -11571,7 +11571,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
11571
11571
  ]
11572
11572
  }, i2 = {
11573
11573
  title: "开关",
11574
- render: HA(() => import("./Component-FJS2w051.js")),
11574
+ render: HA(() => import("./Component-DuNyJqNi.js")),
11575
11575
  component: "Switch",
11576
11576
  icon: dA(EA, { name: "switch" }),
11577
11577
  type: "basic",
@@ -11748,7 +11748,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
11748
11748
  }, Q2 = {
11749
11749
  title: "上传",
11750
11750
  component: "Upload",
11751
- render: HA(() => import("./Component-Chr2i4xA.js")),
11751
+ render: HA(() => import("./Component-DMcr5Ebm.js")),
11752
11752
  icon: dA(EA, { name: "upload" }),
11753
11753
  type: "basic",
11754
11754
  order: 10,
@@ -11784,7 +11784,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
11784
11784
  }, C2 = {
11785
11785
  title: "图形验证码",
11786
11786
  component: "VerifyCode",
11787
- render: HA(() => import("./Component-C3iOMLQ9.js")),
11787
+ render: HA(() => import("./Component-Bh08VFNP.js")),
11788
11788
  icon: dA(EA, { name: "verifyCode" }),
11789
11789
  type: "high",
11790
11790
  order: 18,
@@ -11792,7 +11792,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
11792
11792
  }, c2 = {
11793
11793
  title: "折叠面板",
11794
11794
  component: "Collapse",
11795
- render: HA(() => import("./Collapse-C5oWjkGw.js")),
11795
+ render: HA(() => import("./Collapse-DC1sMjNg.js")),
11796
11796
  icon: dA(EA, { name: "collapse" }),
11797
11797
  type: "layout",
11798
11798
  order: 4,
@@ -11847,7 +11847,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
11847
11847
  }, l2 = {
11848
11848
  title: "选项卡",
11849
11849
  component: "Tabs",
11850
- render: HA(() => import("./Tabs-Cod5elIW.js")),
11850
+ render: HA(() => import("./Tabs-xsrwMGpl.js")),
11851
11851
  icon: dA(EA, { name: "tabs" }),
11852
11852
  type: "layout",
11853
11853
  order: 4,
@@ -11963,7 +11963,7 @@ const r1 = /* @__PURE__ */ aA(g1, [["render", B1]]), Q1 = /* @__PURE__ */ Object
11963
11963
  icon: dA(EA, { name: "itemGroup" }),
11964
11964
  type: "high",
11965
11965
  component: "ObjGroup",
11966
- render: HA(() => import("./ObjGroup-UTjXJBNB.js")),
11966
+ render: HA(() => import("./ObjGroup-4pgTGOXY.js")),
11967
11967
  order: 2,
11968
11968
  lbTitle: !0,
11969
11969
  attrSchema: {
@@ -12384,7 +12384,7 @@ const D2 = /* @__PURE__ */ aA(u2, [["render", p2]]), d2 = {
12384
12384
  type: "high",
12385
12385
  icon: dA(EA, { name: "searchSelect" }),
12386
12386
  component: "SearchSelect",
12387
- render: HA(() => import("./SearchSelect-c-P-dDlN.js")),
12387
+ render: HA(() => import("./SearchSelect-DQ4HwQku.js")),
12388
12388
  order: 3,
12389
12389
  attrSchema: F2
12390
12390
  }, N2 = {
@@ -20910,7 +20910,7 @@ export default ${JSON.stringify(n, null, 2)} satisfies FormSchema`, FN = (n) =>
20910
20910
  }, 8, ["modelValue", "title"]);
20911
20911
  };
20912
20912
  }
20913
- }), LN = /* @__PURE__ */ aA(vN, [["__scopeId", "data-v-efb36be4"]]), RN = /* @__PURE__ */ FA({
20913
+ }), LN = /* @__PURE__ */ aA(vN, [["__scopeId", "data-v-1bcfb7d6"]]), RN = /* @__PURE__ */ FA({
20914
20914
  __name: "ChangeLang",
20915
20915
  setup(n) {
20916
20916
  const A = _e("asiaint-lang");
@@ -21197,7 +21197,7 @@ export default ${JSON.stringify(n, null, 2)} satisfies FormSchema`, FN = (n) =>
21197
21197
  }, 8, ["modelValue", "title"]);
21198
21198
  };
21199
21199
  }
21200
- }), JN = /* @__PURE__ */ aA(YN, [["__scopeId", "data-v-4588babc"]]), ON = /* @__PURE__ */ FA({
21200
+ }), JN = /* @__PURE__ */ aA(YN, [["__scopeId", "data-v-094ed7f6"]]), ON = /* @__PURE__ */ FA({
21201
21201
  __name: "index",
21202
21202
  setup(n) {
21203
21203
  const A = nn(), e = UA(!1), a = UA(!1), s = xA(() => [
@@ -22335,7 +22335,7 @@ export default ${JSON.stringify(n, null, 2)} satisfies FormSchema`, FN = (n) =>
22335
22335
  ]));
22336
22336
  };
22337
22337
  }
22338
- }), Nl = /* @__PURE__ */ aA(nG, [["__scopeId", "data-v-c3c5bb26"]]), aG = { class: "page-render" }, iG = /* @__PURE__ */ FA({
22338
+ }), Nl = /* @__PURE__ */ aA(nG, [["__scopeId", "data-v-c090f74c"]]), aG = { class: "page-render" }, iG = /* @__PURE__ */ FA({
22339
22339
  __name: "index",
22340
22340
  props: {
22341
22341
  ruleMap: {},
@@ -22495,7 +22495,7 @@ export default ${JSON.stringify(n, null, 2)} satisfies FormSchema`, FN = (n) =>
22495
22495
  ]);
22496
22496
  };
22497
22497
  }
22498
- }), sG = /* @__PURE__ */ aA(iG, [["__scopeId", "data-v-431b7052"]]), gG = (n, A = {}) => {
22498
+ }), sG = /* @__PURE__ */ aA(iG, [["__scopeId", "data-v-a157db6d"]]), gG = (n, A = {}) => {
22499
22499
  n.provide(kB, A), n.component("FormRender", Qt), n.component("FormDesign", XN), n.component("TableRender", Nl), n.component("PageRender", sG);
22500
22500
  }, lG = { install: gG };
22501
22501
  export {
@@ -1,5 +1,5 @@
1
1
  import { inject as y, ref as h, onMounted as P, watch as f } from "vue";
2
- import { $ as g, u as q, l as m, h as b } from "./index-CcwYdtXC.js";
2
+ import { $ as g, u as q, l as m, h as b } from "./index-YT73ZjWv.js";
3
3
  import "element-plus";
4
4
  const E = () => {
5
5
  const { request: t } = y(g);