asiaint-lowcode 3.1.74 → 3.1.75

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 (43) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +23 -23
  4. package/dist/index.d.ts +1 -1
  5. package/dist/lazy/{Card-BbBrr03E.js → Card-BwzK1-Rz.js} +2 -2
  6. package/dist/lazy/{Cascader-DeeAT1hf.js → Cascader-D8pciNy1.js} +1 -1
  7. package/dist/lazy/{Checkbox-CvMxkz8o.js → Checkbox-ChoQPGEZ.js} +2 -2
  8. package/dist/lazy/{Collapse-CgRqnp7y.js → Collapse-D1T3_Ddz.js} +1 -1
  9. package/dist/lazy/{Component-D1Abo0Xr.js → Component-C0h3QGlS.js} +1 -1
  10. package/dist/lazy/{Component-3pgB8FgN.js → Component-C5JIzNQm.js} +2 -2
  11. package/dist/lazy/{Component-CTdESyva.js → Component-D15JvgrR.js} +2 -2
  12. package/dist/lazy/{Component-BqrhqDET.js → Component-D5Yrz8h2.js} +2 -2
  13. package/dist/lazy/{Component-Cr-hM_M3.js → Component-DPWiIRD2.js} +18 -18
  14. package/dist/lazy/{Component-6BGK9is-.js → Component-DpxPc-YV.js} +1 -1
  15. package/dist/lazy/{CurdCard-LT8GSpPF.js → CurdCard-BDve3F-H.js} +2 -2
  16. package/dist/lazy/Custom-Dxl3z1oJ.js +26 -0
  17. package/dist/lazy/{DatePicker-BuF7eeOK.js → DatePicker-zF6Gzwz3.js} +1 -1
  18. package/dist/lazy/{DragList-B-d9bPsp.js → DragList-B67dYLbK.js} +13 -13
  19. package/dist/lazy/{FilterSearch-C_RtqpMz.js → FilterSearch-DLiLnKSp.js} +8 -8
  20. package/dist/lazy/{FloatCurd-CNM9_Nlx.js → FloatCurd-BlB7S5pX.js} +9 -9
  21. package/dist/lazy/{FormList-BIxfq-Pd.js → FormList-dmj01-V8.js} +1 -1
  22. package/dist/lazy/{Grid-CkJTREdN.js → Grid-DaCslv2s.js} +1 -1
  23. package/dist/lazy/{InfiniteScroll-D_eeggg3.js → InfiniteScroll-A1-MCZl4.js} +4 -4
  24. package/dist/lazy/{Inline-bpBXgICp.js → Inline-CDmLO_pS.js} +3 -3
  25. package/dist/lazy/{JsonEdit-CsjZodM4.js → JsonEdit-30fOL1M7.js} +3 -3
  26. package/dist/lazy/{LogList-lNHUdbJc.js → LogList-BVf1yigb.js} +7 -7
  27. package/dist/lazy/{ObjGroup-CZNfqCzh.js → ObjGroup-CmIiiUfO.js} +1 -1
  28. package/dist/lazy/{OfferDetails-B5M0NCs2.js → OfferDetails-DB2FpXNk.js} +2 -2
  29. package/dist/lazy/{Pagination-BQU4tOpu.js → Pagination-DRkCwB2g.js} +4 -4
  30. package/dist/lazy/{Progress-BTQKsZGJ.js → Progress-DZ61b2he.js} +15 -15
  31. package/dist/lazy/{Radio-Des6luMf.js → Radio-kkIK789n.js} +3 -3
  32. package/dist/lazy/{SearchSelect-Bo2mB5RF.js → SearchSelect-C3nZXlX_.js} +6 -6
  33. package/dist/lazy/{Select-C1yWBUBW.js → Select-DlvFn7br.js} +2 -2
  34. package/dist/lazy/{Table-B9LNWTMa.js → Table-o5nxZYcQ.js} +2 -2
  35. package/dist/lazy/{Tabs-B0QSKq6q.js → Tabs-Duuvced8.js} +11 -11
  36. package/dist/lazy/{TextArea-DMESZuY7.js → TextArea-DLz-yegg.js} +2 -2
  37. package/dist/lazy/{Wrapper-Clt4yF7g.js → Wrapper-ahhI4oOm.js} +2 -2
  38. package/dist/lazy/{index-DhT42zXk.js → index-DSadrNcM.js} +63 -57
  39. package/dist/lazy/{useSelect-DK5Yb8CO.js → useSelect-C9cC1M5a.js} +1 -1
  40. package/dist/style.css +2 -2
  41. package/global.d.ts +10 -10
  42. package/package.json +36 -36
  43. package/dist/lazy/Custom-DZkxMKhy.js +0 -26
@@ -17381,8 +17381,13 @@ const ZF = {
17381
17381
  },
17382
17382
  setup(t) {
17383
17383
  const A = t, e = TA(() => {
17384
- if (!(!A.color && !A.customStyle))
17385
- return { color: A.color, ...A.customStyle };
17384
+ if (!A.color && !A.customStyle)
17385
+ return;
17386
+ const n = {
17387
+ color: A.color,
17388
+ ...A.customStyle
17389
+ };
17390
+ return typeof A.size == "number" && (n.width = A.size + "px", n.height = A.size + "px"), n;
17386
17391
  });
17387
17392
  return (n, i) => (R(), Z("svg", {
17388
17393
  class: HA(["icon", {
@@ -17400,7 +17405,7 @@ const ZF = {
17400
17405
  }, null, 8, jF)
17401
17406
  ], 6));
17402
17407
  }
17403
- }), Le = /* @__PURE__ */ _A($F, [["__scopeId", "data-v-9ee5151a"]]), WF = /* @__PURE__ */ jA({
17408
+ }), Le = /* @__PURE__ */ _A($F, [["__scopeId", "data-v-1304c83f"]]), WF = /* @__PURE__ */ jA({
17404
17409
  __name: "Popover",
17405
17410
  props: {
17406
17411
  title: {},
@@ -17509,7 +17514,7 @@ onClick: ${i.beforeEnter}`);
17509
17514
  }, 8, ["trigger", "width", "offset", "popper-class", "title", "placement"]);
17510
17515
  };
17511
17516
  }
17512
- }), hp = /* @__PURE__ */ _A(WF, [["__scopeId", "data-v-a3ebd35e"]]), dc = /* @__PURE__ */ jA({
17517
+ }), hp = /* @__PURE__ */ _A(WF, [["__scopeId", "data-v-ed6f75f4"]]), dc = /* @__PURE__ */ jA({
17513
17518
  __name: "FormItem",
17514
17519
  props: {
17515
17520
  label: {},
@@ -21804,7 +21809,7 @@ onClick: ${c.onClick}`);
21804
21809
  ])) : vA("", !0);
21805
21810
  };
21806
21811
  }
21807
- }), ya = /* @__PURE__ */ _A(gG, [["__scopeId", "data-v-862d10b5"]]), BG = {
21812
+ }), ya = /* @__PURE__ */ _A(gG, [["__scopeId", "data-v-0fff7a48"]]), BG = {
21808
21813
  key: 0,
21809
21814
  class: "dropdown-render-wrapper"
21810
21815
  }, QG = /* @__PURE__ */ jA({
@@ -21879,7 +21884,7 @@ onClick: ${s.onClick}`);
21879
21884
  ])) : vA("", !0);
21880
21885
  };
21881
21886
  }
21882
- }), cG = /* @__PURE__ */ _A(QG, [["__scopeId", "data-v-b9eeb69a"]]), lG = ["title"], EG = { class: "suffix-slots" }, CG = /* @__PURE__ */ jA({
21887
+ }), cG = /* @__PURE__ */ _A(QG, [["__scopeId", "data-v-a7966a5b"]]), lG = ["title"], EG = { class: "suffix-slots" }, CG = /* @__PURE__ */ jA({
21883
21888
  __name: "Input",
21884
21889
  props: /* @__PURE__ */ yt({
21885
21890
  onChange: {},
@@ -21970,7 +21975,7 @@ onClick: ${B.onClick}`);
21970
21975
  ]), 1040, ["class", "style", "modelValue"]));
21971
21976
  };
21972
21977
  }
21973
- }), uG = /* @__PURE__ */ _A(CG, [["__scopeId", "data-v-90f886ad"]]), IG = {
21978
+ }), uG = /* @__PURE__ */ _A(CG, [["__scopeId", "data-v-a0819f2e"]]), IG = {
21974
21979
  title: "单行文本",
21975
21980
  component: "Input",
21976
21981
  icon: OA(RA, { name: "input" }),
@@ -22041,7 +22046,7 @@ onClick: ${B.onClick}`);
22041
22046
  type: "basic",
22042
22047
  order: 2,
22043
22048
  attrSchema: pG,
22044
- render: Ie(() => import("./TextArea-DMESZuY7.js"))
22049
+ render: Ie(() => import("./TextArea-DLz-yegg.js"))
22045
22050
  }, wG = {
22046
22051
  size: "small",
22047
22052
  labelPosition: "top",
@@ -22159,7 +22164,7 @@ onClick: ${B.onClick}`);
22159
22164
  }, 16, ["type", "closable"])) : vA("", !0);
22160
22165
  };
22161
22166
  }
22162
- }), fG = /* @__PURE__ */ _A(DG, [["__scopeId", "data-v-5ca945a3"]]), bG = {
22167
+ }), fG = /* @__PURE__ */ _A(DG, [["__scopeId", "data-v-0d095275"]]), bG = {
22163
22168
  title: "提示框",
22164
22169
  component: "Alert",
22165
22170
  icon: OA(RA, { name: "alert" }),
@@ -22170,7 +22175,7 @@ onClick: ${B.onClick}`);
22170
22175
  }, yG = {
22171
22176
  title: "卡片",
22172
22177
  component: "Card",
22173
- render: Ie(() => import("./Card-BbBrr03E.js")),
22178
+ render: Ie(() => import("./Card-BwzK1-Rz.js")),
22174
22179
  icon: OA(RA, { name: "card" }),
22175
22180
  type: "layout",
22176
22181
  order: 1,
@@ -22403,7 +22408,7 @@ onClick: ${B.onClick}`);
22403
22408
  component: "Cascader",
22404
22409
  attrSchema: vG,
22405
22410
  order: 7,
22406
- render: Ie(() => import("./Cascader-DeeAT1hf.js"))
22411
+ render: Ie(() => import("./Cascader-D8pciNy1.js"))
22407
22412
  }, MG = {
22408
22413
  size: "small",
22409
22414
  labelPosition: "top",
@@ -22447,7 +22452,7 @@ onClick: ${B.onClick}`);
22447
22452
  type: "basic",
22448
22453
  order: 14,
22449
22454
  attrSchema: MG,
22450
- render: Ie(() => import("./JsonEdit-CsjZodM4.js"))
22455
+ render: Ie(() => import("./JsonEdit-30fOL1M7.js"))
22451
22456
  }, FG = {
22452
22457
  size: "small",
22453
22458
  labelPosition: "top",
@@ -22547,7 +22552,7 @@ onClick: ${B.onClick}`);
22547
22552
  icon: OA(RA, { name: "checkbox" }),
22548
22553
  type: "basic",
22549
22554
  component: "Checkbox",
22550
- render: Ie(() => import("./Checkbox-CvMxkz8o.js")),
22555
+ render: Ie(() => import("./Checkbox-ChoQPGEZ.js")),
22551
22556
  order: 4,
22552
22557
  attrSchema: FG
22553
22558
  }, GG = {
@@ -22694,7 +22699,7 @@ onClick: ${B.onClick}`);
22694
22699
  }, PG = {
22695
22700
  title: "自定义组件",
22696
22701
  component: "Custom",
22697
- render: Ie(() => import("./Custom-DZkxMKhy.js")),
22702
+ render: Ie(() => import("./Custom-Dxl3z1oJ.js")),
22698
22703
  icon: OA(RA, { name: "custom" }),
22699
22704
  type: "high",
22700
22705
  order: 99,
@@ -22760,7 +22765,7 @@ onClick: ${B.onClick}`);
22760
22765
  }, KG = {
22761
22766
  title: "日期选择器",
22762
22767
  component: "DatePicker",
22763
- render: Ie(() => import("./DatePicker-BuF7eeOK.js")),
22768
+ render: Ie(() => import("./DatePicker-zF6Gzwz3.js")),
22764
22769
  icon: OA(RA, { name: "datePicker" }),
22765
22770
  type: "basic",
22766
22771
  order: 9,
@@ -22885,7 +22890,7 @@ onClick: ${B.onClick}`);
22885
22890
  }, OG = {
22886
22891
  title: "电子签名",
22887
22892
  component: "Esign",
22888
- render: Ie(() => import("./Component-BqrhqDET.js")),
22893
+ render: Ie(() => import("./Component-D5Yrz8h2.js")),
22889
22894
  icon: OA(RA, { name: "esign" }),
22890
22895
  type: "basic",
22891
22896
  order: 11,
@@ -22987,7 +22992,7 @@ onClick: ${B.onClick}`);
22987
22992
  icon: OA(RA, { name: "radio" }),
22988
22993
  type: "basic",
22989
22994
  component: "Radio",
22990
- render: Ie(() => import("./Radio-Des6luMf.js")),
22995
+ render: Ie(() => import("./Radio-kkIK789n.js")),
22991
22996
  order: 3.5,
22992
22997
  attrSchema: zG
22993
22998
  }, ZG = {
@@ -23076,7 +23081,7 @@ onClick: ${B.onClick}`);
23076
23081
  }, qG = {
23077
23082
  title: "自增容器",
23078
23083
  component: "FormList",
23079
- render: Ie(() => import("./FormList-BIxfq-Pd.js")),
23084
+ render: Ie(() => import("./FormList-dmj01-V8.js")),
23080
23085
  icon: OA(RA, { name: "formList" }),
23081
23086
  type: "high",
23082
23087
  order: 20,
@@ -23086,7 +23091,7 @@ onClick: ${B.onClick}`);
23086
23091
  type: "layout",
23087
23092
  icon: OA(RA, { name: "grid" }),
23088
23093
  component: "Grid",
23089
- render: Ie(() => import("./Grid-CkJTREdN.js")),
23094
+ render: Ie(() => import("./Grid-DaCslv2s.js")),
23090
23095
  order: 3,
23091
23096
  lbTitle: !0,
23092
23097
  attrSchema: {
@@ -23128,7 +23133,7 @@ onClick: ${B.onClick}`);
23128
23133
  icon: OA(RA, { name: "inline" }),
23129
23134
  type: "layout",
23130
23135
  component: "Inline",
23131
- render: Ie(() => import("./Inline-bpBXgICp.js")),
23136
+ render: Ie(() => import("./Inline-CDmLO_pS.js")),
23132
23137
  order: 2,
23133
23138
  lbTitle: !0,
23134
23139
  attrSchema: {
@@ -23247,7 +23252,7 @@ onClick: ${B.onClick}`);
23247
23252
  type: "basic",
23248
23253
  order: 5,
23249
23254
  component: "InputNumber",
23250
- render: Ie(() => import("./Component-D1Abo0Xr.js")),
23255
+ render: Ie(() => import("./Component-C0h3QGlS.js")),
23251
23256
  attrSchema: WG
23252
23257
  }, XG = {
23253
23258
  size: "small",
@@ -23475,7 +23480,7 @@ onClick: ${B.onClick}`);
23475
23480
  type: "basic",
23476
23481
  icon: OA(RA, { name: "select" }),
23477
23482
  component: "Select",
23478
- render: Ie(() => import("./Select-C1yWBUBW.js")),
23483
+ render: Ie(() => import("./Select-DlvFn7br.js")),
23479
23484
  order: 3,
23480
23485
  attrSchema: n3
23481
23486
  }, i3 = {
@@ -23818,7 +23823,7 @@ onClick: ${B.onClick}`);
23818
23823
  ]
23819
23824
  }, Q3 = {
23820
23825
  title: "开关",
23821
- render: Ie(() => import("./Component-6BGK9is-.js")),
23826
+ render: Ie(() => import("./Component-DpxPc-YV.js")),
23822
23827
  component: "Switch",
23823
23828
  icon: OA(RA, { name: "switch" }),
23824
23829
  type: "basic",
@@ -23995,7 +24000,7 @@ onClick: ${B.onClick}`);
23995
24000
  }, I3 = {
23996
24001
  title: "上传",
23997
24002
  component: "Upload",
23998
- render: Ie(() => import("./Component-3pgB8FgN.js")),
24003
+ render: Ie(() => import("./Component-C5JIzNQm.js")),
23999
24004
  icon: OA(RA, { name: "upload" }),
24000
24005
  type: "basic",
24001
24006
  order: 10,
@@ -24031,7 +24036,7 @@ onClick: ${B.onClick}`);
24031
24036
  }, d3 = {
24032
24037
  title: "图形验证码",
24033
24038
  component: "VerifyCode",
24034
- render: Ie(() => import("./Component-CTdESyva.js")),
24039
+ render: Ie(() => import("./Component-D15JvgrR.js")),
24035
24040
  icon: OA(RA, { name: "verifyCode" }),
24036
24041
  type: "high",
24037
24042
  order: 18,
@@ -24039,7 +24044,7 @@ onClick: ${B.onClick}`);
24039
24044
  }, w3 = {
24040
24045
  title: "折叠面板",
24041
24046
  component: "Collapse",
24042
- render: Ie(() => import("./Collapse-CgRqnp7y.js")),
24047
+ render: Ie(() => import("./Collapse-D1T3_Ddz.js")),
24043
24048
  icon: OA(RA, { name: "collapse" }),
24044
24049
  type: "layout",
24045
24050
  order: 4,
@@ -24094,7 +24099,7 @@ onClick: ${B.onClick}`);
24094
24099
  }, h3 = {
24095
24100
  title: "选项卡",
24096
24101
  component: "Tabs",
24097
- render: Ie(() => import("./Tabs-B0QSKq6q.js")),
24102
+ render: Ie(() => import("./Tabs-Duuvced8.js")),
24098
24103
  icon: OA(RA, { name: "tabs" }),
24099
24104
  type: "layout",
24100
24105
  order: 4,
@@ -24210,7 +24215,7 @@ onClick: ${B.onClick}`);
24210
24215
  icon: OA(RA, { name: "itemGroup" }),
24211
24216
  type: "high",
24212
24217
  component: "ObjGroup",
24213
- render: Ie(() => import("./ObjGroup-CZNfqCzh.js")),
24218
+ render: Ie(() => import("./ObjGroup-CmIiiUfO.js")),
24214
24219
  order: 2,
24215
24220
  lbTitle: !0,
24216
24221
  attrSchema: {
@@ -24606,7 +24611,7 @@ onClear: ${e.onClear}`);
24606
24611
  ]), 1040, ["modelValue", "disabled", "readonly", "class", "style"]));
24607
24612
  };
24608
24613
  }
24609
- }), G3 = /* @__PURE__ */ _A(N3, [["__scopeId", "data-v-b6975bac"]]), L3 = {
24614
+ }), G3 = /* @__PURE__ */ _A(N3, [["__scopeId", "data-v-5c1c5b79"]]), L3 = {
24610
24615
  title: "搜索输入",
24611
24616
  component: "SearchInput",
24612
24617
  icon: OA(RA, { name: "search" }),
@@ -24692,7 +24697,7 @@ onClear: ${e.onClear}`);
24692
24697
  type: "high",
24693
24698
  icon: OA(RA, { name: "searchSelect" }),
24694
24699
  component: "SearchSelect",
24695
- render: Ie(() => import("./SearchSelect-Bo2mB5RF.js")),
24700
+ render: Ie(() => import("./SearchSelect-C3nZXlX_.js")),
24696
24701
  order: 3,
24697
24702
  attrSchema: R3
24698
24703
  }, H3 = {
@@ -24801,7 +24806,7 @@ onClick: ${A.onClick}`);
24801
24806
  }, 8, ["disabled", "content"]);
24802
24807
  };
24803
24808
  }
24804
- }), S3 = /* @__PURE__ */ _A(P3, [["__scopeId", "data-v-8e27f967"]]), K3 = {
24809
+ }), S3 = /* @__PURE__ */ _A(P3, [["__scopeId", "data-v-82073728"]]), K3 = {
24805
24810
  title: "按钮",
24806
24811
  component: "Button",
24807
24812
  icon: OA(RA, { name: "button" }),
@@ -24896,7 +24901,7 @@ onClick: ${A.onClick}`);
24896
24901
  }, Y3 = {
24897
24902
  title: "树",
24898
24903
  component: "Tree",
24899
- render: Ie(() => import("./Component-Cr-hM_M3.js")),
24904
+ render: Ie(() => import("./Component-DPWiIRD2.js")),
24900
24905
  icon: OA(RA, { name: "tree" }),
24901
24906
  type: "assist",
24902
24907
  order: 7,
@@ -24957,11 +24962,11 @@ onClick: ${A.onClick}`);
24957
24962
  type: "assist",
24958
24963
  order: 8,
24959
24964
  attrSchema: J3,
24960
- render: Ie(() => import("./Table-B9LNWTMa.js"))
24965
+ render: Ie(() => import("./Table-o5nxZYcQ.js"))
24961
24966
  }, z3 = {
24962
24967
  title: "curd模版卡片",
24963
24968
  component: "CurdCard",
24964
- render: Ie(() => import("./CurdCard-LT8GSpPF.js")),
24969
+ render: Ie(() => import("./CurdCard-BDve3F-H.js")),
24965
24970
  icon: OA(RA, { name: "card" }),
24966
24971
  type: "layout",
24967
24972
  order: 6,
@@ -24991,7 +24996,7 @@ onClick: ${A.onClick}`);
24991
24996
  }, T3 = {
24992
24997
  title: "普通div容器",
24993
24998
  component: "Wrapper",
24994
- render: Ie(() => import("./Wrapper-Clt4yF7g.js")),
24999
+ render: Ie(() => import("./Wrapper-ahhI4oOm.js")),
24995
25000
  icon: OA(RA, { name: "card" }),
24996
25001
  type: "layout",
24997
25002
  order: 7,
@@ -25149,7 +25154,7 @@ onClick: ${A.onClick}`);
25149
25154
  ]);
25150
25155
  };
25151
25156
  }
25152
- }), cL = /* @__PURE__ */ _A(QL, [["__scopeId", "data-v-1660dba4"]]), lL = {
25157
+ }), cL = /* @__PURE__ */ _A(QL, [["__scopeId", "data-v-73d51df4"]]), lL = {
25153
25158
  key: 0,
25154
25159
  class: "empty-content"
25155
25160
  }, EL = /* @__PURE__ */ jA({
@@ -25290,7 +25295,7 @@ onClick: ${A.onClick}`);
25290
25295
  ])) : vA("", !0)
25291
25296
  ]));
25292
25297
  }
25293
- }), Hp = /* @__PURE__ */ _A(EL, [["__scopeId", "data-v-6d1252c0"]]), CL = {
25298
+ }), Hp = /* @__PURE__ */ _A(EL, [["__scopeId", "data-v-888dec8c"]]), CL = {
25294
25299
  title: "卡片列表",
25295
25300
  component: "CardList",
25296
25301
  render: Hp,
@@ -25305,7 +25310,7 @@ onClick: ${A.onClick}`);
25305
25310
  }, uL = {
25306
25311
  title: "定制化组件(OfferDetails)",
25307
25312
  component: "OfferDetails",
25308
- render: Ie(() => import("./OfferDetails-B5M0NCs2.js")),
25313
+ render: Ie(() => import("./OfferDetails-DB2FpXNk.js")),
25309
25314
  icon: OA(RA, { name: "card" }),
25310
25315
  type: "assist",
25311
25316
  order: 1,
@@ -25317,7 +25322,7 @@ onClick: ${A.onClick}`);
25317
25322
  }, IL = {
25318
25323
  title: "定制化组件(Progress)",
25319
25324
  component: "Progress",
25320
- render: Ie(() => import("./Progress-BTQKsZGJ.js")),
25325
+ render: Ie(() => import("./Progress-DZ61b2he.js")),
25321
25326
  icon: OA(RA, { name: "card" }),
25322
25327
  type: "assist",
25323
25328
  order: 1,
@@ -25329,7 +25334,7 @@ onClick: ${A.onClick}`);
25329
25334
  }, pL = {
25330
25335
  title: "日志列表",
25331
25336
  component: "LogList",
25332
- render: Ie(() => import("./LogList-lNHUdbJc.js")),
25337
+ render: Ie(() => import("./LogList-BVf1yigb.js")),
25333
25338
  icon: OA(RA, { name: "card" }),
25334
25339
  type: "assist",
25335
25340
  order: 12,
@@ -25343,7 +25348,7 @@ onClick: ${A.onClick}`);
25343
25348
  icon: OA(RA, { name: "inline" }),
25344
25349
  type: "layout",
25345
25350
  component: "DragList",
25346
- render: Ie(() => import("./DragList-B-d9bPsp.js")),
25351
+ render: Ie(() => import("./DragList-B67dYLbK.js")),
25347
25352
  order: 9,
25348
25353
  lbTitle: !0,
25349
25354
  attrSchema: {
@@ -25440,7 +25445,7 @@ onClick: ${A.onClick}`);
25440
25445
  icon: OA(RA, { name: "library" }),
25441
25446
  type: "assist",
25442
25447
  order: 10,
25443
- render: Ie(() => import("./Pagination-BQU4tOpu.js"))
25448
+ render: Ie(() => import("./Pagination-DRkCwB2g.js"))
25444
25449
  }, bL = /* @__PURE__ */ jA({
25445
25450
  __name: "Menu",
25446
25451
  props: {
@@ -25500,7 +25505,7 @@ onClick: ${A.onClick}`);
25500
25505
  }, 8, ["mode", "default-active"])) : vA("", !0);
25501
25506
  };
25502
25507
  }
25503
- }), yL = /* @__PURE__ */ _A(bL, [["__scopeId", "data-v-388fb909"]]), vL = {
25508
+ }), yL = /* @__PURE__ */ _A(bL, [["__scopeId", "data-v-8c123147"]]), vL = {
25504
25509
  title: "Menu",
25505
25510
  component: "Menu",
25506
25511
  icon: OA(RA, { name: "button" }),
@@ -25510,14 +25515,14 @@ onClick: ${A.onClick}`);
25510
25515
  }, _L = {
25511
25516
  title: "筛选搜索",
25512
25517
  component: "FilterSearch",
25513
- render: Ie(() => import("./FilterSearch-C_RtqpMz.js")),
25518
+ render: Ie(() => import("./FilterSearch-DLiLnKSp.js")),
25514
25519
  icon: OA(RA, { name: "card" }),
25515
25520
  type: "layout",
25516
25521
  order: 10
25517
25522
  }, ML = {
25518
25523
  title: "无限滚动",
25519
25524
  component: "InfiniteScroll",
25520
- render: Ie(() => import("./InfiniteScroll-D_eeggg3.js")),
25525
+ render: Ie(() => import("./InfiniteScroll-A1-MCZl4.js")),
25521
25526
  icon: OA(RA, { name: "card" }),
25522
25527
  type: "layout",
25523
25528
  order: 10,
@@ -25574,7 +25579,7 @@ onClick: ${A.onClick}`);
25574
25579
  ], 4);
25575
25580
  };
25576
25581
  }
25577
- }), GL = /* @__PURE__ */ _A(NL, [["__scopeId", "data-v-2257060b"]]), LL = {
25582
+ }), GL = /* @__PURE__ */ _A(NL, [["__scopeId", "data-v-197c3f99"]]), LL = {
25578
25583
  title: "进度条",
25579
25584
  component: "NormalProgress",
25580
25585
  render: GL,
@@ -25628,7 +25633,7 @@ onClick: ${A.onClick}`);
25628
25633
  }, 8, ["content", "disabled"]);
25629
25634
  };
25630
25635
  }
25631
- }), xL = /* @__PURE__ */ _A(RL, [["__scopeId", "data-v-981331fe"]]), HL = {
25636
+ }), xL = /* @__PURE__ */ _A(RL, [["__scopeId", "data-v-da487aa2"]]), HL = {
25632
25637
  title: "字体图标",
25633
25638
  component: "IconInForm",
25634
25639
  icon: OA(RA, { name: "icon" }),
@@ -25638,7 +25643,7 @@ onClick: ${A.onClick}`);
25638
25643
  }, PL = {
25639
25644
  title: "浮动查询模版",
25640
25645
  component: "FloatCurd",
25641
- render: Ie(() => import("./FloatCurd-CNM9_Nlx.js")),
25646
+ render: Ie(() => import("./FloatCurd-BlB7S5pX.js")),
25642
25647
  icon: OA(RA, { name: "card" }),
25643
25648
  type: "layout",
25644
25649
  order: 12
@@ -26523,7 +26528,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, WL = (t) =>
26523
26528
  }, 8, ["modelValue", "title"]);
26524
26529
  };
26525
26530
  }
26526
- }), eR = /* @__PURE__ */ _A(AR, [["__scopeId", "data-v-a9d66bb1"]]), tR = /* @__PURE__ */ jA({
26531
+ }), eR = /* @__PURE__ */ _A(AR, [["__scopeId", "data-v-4e20ef5c"]]), tR = /* @__PURE__ */ jA({
26527
26532
  __name: "ChangeLang",
26528
26533
  setup(t) {
26529
26534
  const A = ne("asiaint-lang");
@@ -26810,7 +26815,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, WL = (t) =>
26810
26815
  }, 8, ["modelValue", "title"]);
26811
26816
  };
26812
26817
  }
26813
- }), BR = /* @__PURE__ */ _A(gR, [["__scopeId", "data-v-e4ab3ef4"]]), QR = /* @__PURE__ */ jA({
26818
+ }), BR = /* @__PURE__ */ _A(gR, [["__scopeId", "data-v-1f9620a4"]]), QR = /* @__PURE__ */ jA({
26814
26819
  __name: "index",
26815
26820
  setup(t) {
26816
26821
  const A = oa(), e = XA(!1), n = XA(!1), i = TA(() => [
@@ -27829,7 +27834,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, WL = (t) =>
27829
27834
  }, 16, ["class"]);
27830
27835
  };
27831
27836
  }
27832
- }), bR = /* @__PURE__ */ _A(fR, [["__scopeId", "data-v-d8e65e0c"]]), yR = { class: "empty-content" }, vR = ["title"], _R = ["title", "onClick"], MR = {
27837
+ }), bR = /* @__PURE__ */ _A(fR, [["__scopeId", "data-v-ba931f35"]]), yR = { class: "empty-content" }, vR = ["title"], _R = ["title", "onClick"], MR = {
27833
27838
  key: 1,
27834
27839
  class: "icon-text-wrapper"
27835
27840
  }, kR = ["title"], FR = ["title"], NR = { class: "row-btn-wrapper" }, GR = /* @__PURE__ */ jA({
@@ -28134,7 +28139,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, WL = (t) =>
28134
28139
  ], 2);
28135
28140
  };
28136
28141
  }
28137
- }), fu = /* @__PURE__ */ _A(GR, [["__scopeId", "data-v-ff1a94bd"]]), LR = ["id"], Yp = /* @__PURE__ */ jA({
28142
+ }), fu = /* @__PURE__ */ _A(GR, [["__scopeId", "data-v-10358754"]]), LR = ["id"], Yp = /* @__PURE__ */ jA({
28138
28143
  __name: "index",
28139
28144
  props: /* @__PURE__ */ yt({
28140
28145
  design: { type: Boolean },
@@ -28582,7 +28587,7 @@ export default ${JSON.stringify(t, null, 2)} satisfies FormSchema`, WL = (t) =>
28582
28587
  ], 8, RR);
28583
28588
  };
28584
28589
  }
28585
- }), YR = /* @__PURE__ */ _A(UR, [["__scopeId", "data-v-87043899"]]), JR = ["id"], OR = { class: "info-card-header" }, zR = { class: "left-part" }, TR = { class: "title-part" }, ZR = { class: "sub-title-container" }, qR = { class: "right-part" }, jR = { class: "info info-card-infos" }, $R = {
28590
+ }), YR = /* @__PURE__ */ _A(UR, [["__scopeId", "data-v-ea4d0484"]]), JR = ["id"], OR = { class: "info-card-header" }, zR = { class: "left-part" }, TR = { class: "title-part" }, ZR = { class: "sub-title-container" }, qR = { class: "right-part" }, jR = { class: "info info-card-infos" }, $R = {
28586
28591
  key: 0,
28587
28592
  class: "info-label"
28588
28593
  }, WR = { class: "ml-2" }, VR = {
@@ -28786,6 +28791,7 @@ mountedFuncName: ${d}
28786
28791
  }, YA((z = e.value.header) == null ? void 0 : z.subTitlePrefix) + YA((sA = e.value.header) == null ? void 0 : sA.subTitle), 3),
28787
28792
  BA(Le, {
28788
28793
  name: "icon-fuzhi",
28794
+ size: 12,
28789
28795
  class: "copy-icon",
28790
28796
  onClick: B
28791
28797
  }),
@@ -28875,7 +28881,7 @@ mountedFuncName: ${d}
28875
28881
  ], 8, JR));
28876
28882
  };
28877
28883
  }
28878
- }), sx = /* @__PURE__ */ _A(ox, [["__scopeId", "data-v-8f621bc1"]]), rx = ["id"], gx = {
28884
+ }), sx = /* @__PURE__ */ _A(ox, [["__scopeId", "data-v-a03848bb"]]), rx = ["id"], gx = {
28879
28885
  key: 0,
28880
28886
  class: "left-part"
28881
28887
  }, Bx = { class: "nav-title" }, Qx = { key: 1 }, cx = {
@@ -29015,7 +29021,7 @@ funcName: ${m}`);
29015
29021
  ])
29016
29022
  ], 14, rx));
29017
29023
  }
29018
- }), mx = /* @__PURE__ */ _A(hx, [["__scopeId", "data-v-fe936c1b"]]), Dx = ["onClick"], fx = { key: 1 }, bx = /* @__PURE__ */ jA({
29024
+ }), mx = /* @__PURE__ */ _A(hx, [["__scopeId", "data-v-f2c4d7ae"]]), Dx = ["onClick"], fx = { key: 1 }, bx = /* @__PURE__ */ jA({
29019
29025
  __name: "AlertRender",
29020
29026
  props: /* @__PURE__ */ yt({
29021
29027
  pageRulePath: {},
@@ -29128,7 +29134,7 @@ funcName: ${m}`);
29128
29134
  }, 8, ["type", "class", "style"])) : vA("", !0);
29129
29135
  };
29130
29136
  }
29131
- }), yx = /* @__PURE__ */ _A(bx, [["__scopeId", "data-v-f8c3992e"]]), vx = ["id"], _x = /* @__PURE__ */ jA({
29137
+ }), yx = /* @__PURE__ */ _A(bx, [["__scopeId", "data-v-6aa7eefd"]]), vx = ["id"], _x = /* @__PURE__ */ jA({
29132
29138
  __name: "index",
29133
29139
  props: {
29134
29140
  ruleMap: {},
@@ -29636,7 +29642,7 @@ mountedFuncName: ${nA}
29636
29642
  ]);
29637
29643
  };
29638
29644
  }
29639
- }), Jp = /* @__PURE__ */ _A(_x, [["__scopeId", "data-v-770b5c83"]]), Mx = (t, A = {}) => {
29645
+ }), Jp = /* @__PURE__ */ _A(_x, [["__scopeId", "data-v-8e7ece64"]]), Mx = (t, A = {}) => {
29640
29646
  t.provide(Wi, A), t.component("FormRender", _n), t.component("FormDesign", wR), t.component("TableRender", Yp), t.component("PageRender", Jp);
29641
29647
  }, zx = { install: Mx };
29642
29648
  export {
@@ -1,5 +1,5 @@
1
1
  import { inject as A, ref as h, toRaw as y, onMounted as O, watch as o } from "vue";
2
- import { $ as S, u as V, l as F, f as I } from "./index-DhT42zXk.js";
2
+ import { $ as S, u as V, l as F, f as I } from "./index-DSadrNcM.js";
3
3
  import "element-plus";
4
4
  const D = () => {
5
5
  const { fetchOptionsFn: e } = A(S);