asiaint-lowcode 3.0.12 → 3.0.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 (29) hide show
  1. package/dist/asiaint-lowcode.js +1 -1
  2. package/dist/asiaint-lowcode.umd.cjs +76 -76
  3. package/dist/index.d.ts +5 -2
  4. package/dist/lazy/{Card-6MsMPTSV.js → Card-CjX8_mKy.js} +2 -2
  5. package/dist/lazy/{Cascader-C8ueDUHB.js → Cascader-DCWDKi7q.js} +1 -1
  6. package/dist/lazy/{Checkbox-BuRyLn_9.js → Checkbox-CnhRZ5Ty.js} +2 -2
  7. package/dist/lazy/{Collapse-BUdNI3yd.js → Collapse-DUbWBy5G.js} +1 -1
  8. package/dist/lazy/{Component-DyV9sTkB.js → Component-BgZ5rdea.js} +1 -1
  9. package/dist/lazy/{Component-BTAMGZ8a.js → Component-CIGtleDL.js} +1 -1
  10. package/dist/lazy/{Component-BJt0lTk4.js → Component-C_d8I5r2.js} +1 -1
  11. package/dist/lazy/{Component-Cyt9K0wn.js → Component-EKFwCS1y.js} +1 -1
  12. package/dist/lazy/{Component-B1qOuGSl.js → Component-QZv__Q9t.js} +1 -1
  13. package/dist/lazy/{Component-B8g5gqfw.js → Component-S8PFkiFo.js} +1 -1
  14. package/dist/lazy/{Custom-CC1af4kC.js → Custom-DjX1AHSc.js} +1 -1
  15. package/dist/lazy/{DatePicker-BEJnPpZs.js → DatePicker-0davNDiD.js} +1 -1
  16. package/dist/lazy/{FormList-DrLrnS7Y.js → FormList-DQnn5D4X.js} +1 -1
  17. package/dist/lazy/{Grid-i9wF_hCg.js → Grid-B1UrKyOW.js} +1 -1
  18. package/dist/lazy/{Inline-ChQorF7z.js → Inline-BACBvlxk.js} +1 -1
  19. package/dist/lazy/{JsonEdit-dh2v21Iv.js → JsonEdit-CmX4WTNO.js} +1 -1
  20. package/dist/lazy/{ObjGroup-Dm8jtwpT.js → ObjGroup-NEH1WDaP.js} +1 -1
  21. package/dist/lazy/{Radio-CeVNB5Va.js → Radio-u2R1Inz-.js} +2 -2
  22. package/dist/lazy/{SearchSelect-DAtW8SDD.js → SearchSelect-COfz9JkE.js} +2 -2
  23. package/dist/lazy/{Select-Bpl0yJDv.js → Select-DZYDY9zB.js} +2 -2
  24. package/dist/lazy/{Tabs-CZFXM0-7.js → Tabs-CEVepHIu.js} +1 -1
  25. package/dist/lazy/{TextArea-C-W-Jf8q.js → TextArea-C1EmgMap.js} +1 -1
  26. package/dist/lazy/{index-_Vc4Ooaw.js → index-CU_26EZJ.js} +1898 -1877
  27. package/dist/lazy/{useSelect-Ri3Qh2Pn.js → useSelect-BeQ_42pn.js} +1 -1
  28. package/dist/style.css +1 -1
  29. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -232,6 +232,7 @@ readonly tabPosition: EpPropMergeType<StringConstructor, "right" | "top" | "left
232
232
  readonly beforeLeave: (newName: TabPaneName, oldName: TabPaneName) => Awaitable<void | boolean>;
233
233
  readonly modelValue?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
234
234
  } | undefined;
235
+ readonly mixMode?: boolean | undefined;
235
236
  readonly hidden?: boolean | undefined;
236
237
  readonly content: readonly {
237
238
  readonly label: string;
@@ -453,7 +454,6 @@ export declare type FormSchema = {
453
454
  declare type getArrayType<T> = T extends Array<infer U> ? U : never;
454
455
 
455
456
  declare type InfoCardSchema = {
456
- title: string;
457
457
  hidden?: boolean;
458
458
  copiable: boolean;
459
459
  btns: BtnType[];
@@ -465,7 +465,8 @@ declare type InfoCardSchema = {
465
465
  }[];
466
466
  customerInfo: {
467
467
  name: string;
468
- status: string;
468
+ id: string;
469
+ avatar: string;
469
470
  };
470
471
  };
471
472
 
@@ -508,6 +509,7 @@ declare type NavBarSchema = {
508
509
  title: string;
509
510
  back?: boolean;
510
511
  btns: BtnType[];
512
+ mixMode?: boolean;
511
513
  hidden?: boolean;
512
514
  key: string;
513
515
  rulePath?: string;
@@ -708,6 +710,7 @@ declare type TabsSchema = {
708
710
  onMounted?: string;
709
711
  onActivated?: string;
710
712
  tabProps?: TabsProps;
713
+ mixMode?: boolean;
711
714
  hidden?: boolean;
712
715
  content: {
713
716
  label: string;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as w, ref as y, inject as i, resolveComponent as p, openBlock as l, createBlock as u, mergeProps as M, withCtx as t, createElementVNode as s, createElementBlock as d, createVNode as c, unref as m, normalizeClass as g, createCommentVNode as _, toDisplayString as h, Fragment as v, renderList as $, createTextVNode as B, Transition as E, withDirectives as V, vShow as N } from "vue";
2
- import { _ as D, a as S, b as T } from "./index-_Vc4Ooaw.js";
2
+ import { _ as D, a as S, b as T } from "./index-CU_26EZJ.js";
3
3
  import "element-plus";
4
4
  const j = { class: "card-header" }, x = { class: "card-btns" }, z = /* @__PURE__ */ w({
5
5
  __name: "Card",
@@ -71,7 +71,7 @@ const j = { class: "card-header" }, x = { class: "card-btns" }, z = /* @__PURE__
71
71
  }, 16);
72
72
  };
73
73
  }
74
- }), A = /* @__PURE__ */ T(z, [["__scopeId", "data-v-9d198016"]]);
74
+ }), A = /* @__PURE__ */ T(z, [["__scopeId", "data-v-8dc7b1ec"]]);
75
75
  export {
76
76
  A as default
77
77
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as f, mergeModels as g, useModel as v, inject as d, resolveComponent as M, openBlock as y, createBlock as C, mergeProps as h, unref as r } from "vue";
2
2
  import "element-plus";
3
- import { u as V } from "./useSelect-Ri3Qh2Pn.js";
3
+ import { u as V } from "./useSelect-BeQ_42pn.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 B, useModel as D, watch as F, resolveComponent as u, resolveDirective as M, unref as a, openBlock as l, createElementBlock as n, toDisplayString as I, Fragment as d, createCommentVNode as i, withDirectives as P, createBlock as s, mergeProps as S, withCtx as f, renderList as h } from "vue";
2
2
  import "element-plus";
3
- import { u as j } from "./index-_Vc4Ooaw.js";
4
- import { u as E } from "./useSelect-Ri3Qh2Pn.js";
3
+ import { u as j } from "./index-CU_26EZJ.js";
4
+ import { u as E } from "./useSelect-BeQ_42pn.js";
5
5
  const L = { key: 0 }, N = {
6
6
  key: 0,
7
7
  style: { "font-size": "12px" }
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as u, ref as f, onMounted as _, watch as h, resolveComponent as c, openBlock as o, createBlock as i, mergeProps as C, withCtx as r, createElementBlock as E, Fragment as k, renderList as v, createVNode as m, unref as V } from "vue";
2
- import { a as y } from "./index-_Vc4Ooaw.js";
2
+ import { a as y } from "./index-CU_26EZJ.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 g, inject as p, resolveComponent as m, openBlock as d, createBlock as u, mergeProps as L, withCtx as _, createElementVNode as s, toDisplayString as k, createElementBlock as C, Fragment as f, renderList as b, withModifiers as x, createTextVNode as B, createCommentVNode as V } from "vue";
2
- import { b as w } from "./index-_Vc4Ooaw.js";
2
+ import { b as w } from "./index-CU_26EZJ.js";
3
3
  const E = { class: "custom-tree-node" }, $ = /* @__PURE__ */ g({
4
4
  __name: "Component",
5
5
  props: {
@@ -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-_Vc4Ooaw.js";
2
+ import { u as V } from "./index-CU_26EZJ.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-_Vc4Ooaw.js";
2
+ import { b as H, u as K, c as Q } from "./index-CU_26EZJ.js";
3
3
  import "element-plus";
4
4
  const Z = $({
5
5
  props: {
@@ -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-_Vc4Ooaw.js";
5
+ import { u as b, b as x } from "./index-CU_26EZJ.js";
6
6
  import "element-plus";
7
7
  function S() {
8
8
  return "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z".split(",");
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as u, mergeModels as d, useModel as p, resolveComponent as i, unref as c, openBlock as t, createElementBlock as f, toDisplayString as y, createBlock as v, mergeProps as _ } from "vue";
2
- import { u as k } from "./index-_Vc4Ooaw.js";
2
+ import { u as k } from "./index-CU_26EZJ.js";
3
3
  import "element-plus";
4
4
  const V = { key: 0 }, h = /* @__PURE__ */ u({
5
5
  __name: "Component",
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as b, mergeModels as V, useModel as B, resolveComponent as d, openBlock as l, createBlock as n, createSlots as C, withCtx as a, createElementBlock as m, Fragment as w, createVNode as E, unref as r, createElementVNode as o, createTextVNode as i, toDisplayString as p, createCommentVNode as u } from "vue";
2
2
  import { ElMessage as M, ElMessageBox as N } from "element-plus";
3
- import { _ as f } from "./index-_Vc4Ooaw.js";
3
+ import { _ as f } from "./index-CU_26EZJ.js";
4
4
  const $ = {
5
5
  key: 0,
6
6
  style: { "min-width": "300px" }
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as n, mergeModels as s, useModel as p, openBlock as t, createElementBlock as r, createBlock as u, resolveDynamicComponent as d, mergeProps as c } from "vue";
2
- import { b as i } from "./index-_Vc4Ooaw.js";
2
+ import { b as i } from "./index-CU_26EZJ.js";
3
3
  const f = {
4
4
  key: 0,
5
5
  class: "empty"
@@ -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-_Vc4Ooaw.js";
2
+ import { b as s } from "./index-CU_26EZJ.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-_Vc4Ooaw.js";
2
+ import { u as U, l as w, d as W, e as V, _ as L, f as X } from "./index-CU_26EZJ.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-_Vc4Ooaw.js";
2
+ import { a as i } from "./index-CU_26EZJ.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-_Vc4Ooaw.js";
2
+ import { a as c, b as f } from "./index-CU_26EZJ.js";
3
3
  import "element-plus";
4
4
  const m = /* @__PURE__ */ a({
5
5
  __name: "Inline",
@@ -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-_Vc4Ooaw.js";
2
+ import { b as xt, g as Nt } from "./index-CU_26EZJ.js";
3
3
  import "element-plus";
4
4
  const Mt = /* @__PURE__ */ At({
5
5
  __name: "Disabled",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, inject as i, provide as d, ref as f, openBlock as e, createElementBlock as o, unref as n, createBlock as m, Fragment as _, renderList as $, mergeProps as b } from "vue";
2
- import { u as j, d as h, e as k } from "./index-_Vc4Ooaw.js";
2
+ import { u as j, d as h, e as k } from "./index-CU_26EZJ.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 z, mergeModels as S, useModel as T, inject as K, resolveComponent as p, resolveDirective as w, unref as l, openBlock as a, createElementBlock as d, toDisplayString as F, Fragment as y, createCommentVNode as N, withDirectives as I, createBlock as f, mergeProps as k, withCtx as C, createVNode as P, renderList as M } from "vue";
2
- import { u as $ } from "./index-_Vc4Ooaw.js";
3
- import { u as j } from "./useSelect-Ri3Qh2Pn.js";
2
+ import { u as $ } from "./index-CU_26EZJ.js";
3
+ import { u as j } from "./useSelect-BeQ_42pn.js";
4
4
  const E = { key: 0 }, L = {
5
5
  key: 0,
6
6
  style: { "font-size": "12px" }
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as w, mergeModels as A, useModel as F, inject as S, resolveComponent as y, resolveDirective as I, unref as d, openBlock as o, createElementBlock as u, toDisplayString as b, withDirectives as N, createBlock as k, mergeProps as j, withCtx as v, Fragment as P, renderList as $, createTextVNode as E, createVNode as C } from "vue";
2
- import { u as L, _ as O, b as T } from "./index-_Vc4Ooaw.js";
3
- import { u as U } from "./useSelect-Ri3Qh2Pn.js";
2
+ import { u as L, _ as O, b as T } from "./index-CU_26EZJ.js";
3
+ import { u as U } from "./useSelect-BeQ_42pn.js";
4
4
  const q = { key: 0 }, z = { key: 0 }, G = { key: 1 }, H = {
5
5
  key: 1,
6
6
  class: "search-select-wrapper"
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as _, mergeModels as k, useModel as B, inject as y, computed as D, resolveComponent as v, resolveDirective as S, openBlock as r, createElementBlock as i, Fragment as b, unref as c, toDisplayString as g, createCommentVNode as N, createVNode as A, mergeProps as F, withCtx as h, withDirectives as j, renderList as w, createBlock as I, createTextVNode as P } from "vue";
2
- import { u as E } from "./index-_Vc4Ooaw.js";
3
- import { u as L } from "./useSelect-Ri3Qh2Pn.js";
2
+ import { u as E } from "./index-CU_26EZJ.js";
3
+ import { u as L } from "./useSelect-BeQ_42pn.js";
4
4
  const O = { key: 0 }, T = { style: { "min-height": "32px" } }, z = /* @__PURE__ */ _({
5
5
  __name: "Select",
6
6
  props: /* @__PURE__ */ k({
@@ -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-_Vc4Ooaw.js";
2
+ import { a as V } from "./index-CU_26EZJ.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-_Vc4Ooaw.js";
2
+ import { u as v } from "./index-CU_26EZJ.js";
3
3
  import "element-plus";
4
4
  const V = { key: 0 }, B = /* @__PURE__ */ u({
5
5
  __name: "TextArea",