asiaint-lowcode 3.0.11 → 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.
- package/dist/asiaint-lowcode.js +1 -1
- package/dist/asiaint-lowcode.umd.cjs +20 -20
- package/dist/index.d.ts +6 -2
- package/dist/lazy/{Card-CpK65F2R.js → Card-CjX8_mKy.js} +2 -2
- package/dist/lazy/{Cascader-DwYAjKnt.js → Cascader-DCWDKi7q.js} +1 -1
- package/dist/lazy/{Checkbox-DyhHO1lI.js → Checkbox-CnhRZ5Ty.js} +2 -2
- package/dist/lazy/{Collapse-BB6uq8XG.js → Collapse-DUbWBy5G.js} +1 -1
- package/dist/lazy/{Component-ZCJQNxel.js → Component-BgZ5rdea.js} +1 -1
- package/dist/lazy/{Component-DPMNuys3.js → Component-CIGtleDL.js} +1 -1
- package/dist/lazy/{Component-Dc6ui_ac.js → Component-C_d8I5r2.js} +1 -1
- package/dist/lazy/{Component-D2cqqZWu.js → Component-EKFwCS1y.js} +1 -1
- package/dist/lazy/{Component-SBS5WSNC.js → Component-QZv__Q9t.js} +1 -1
- package/dist/lazy/{Component-Dch4Sc0Z.js → Component-S8PFkiFo.js} +1 -1
- package/dist/lazy/{Custom-BxBsRCKU.js → Custom-DjX1AHSc.js} +1 -1
- package/dist/lazy/{DatePicker-DKOiq92L.js → DatePicker-0davNDiD.js} +1 -1
- package/dist/lazy/{FormList-z1CXVWu9.js → FormList-DQnn5D4X.js} +1 -1
- package/dist/lazy/{Grid-CriVKZ2b.js → Grid-B1UrKyOW.js} +1 -1
- package/dist/lazy/{Inline-DTwut_Pu.js → Inline-BACBvlxk.js} +1 -1
- package/dist/lazy/{JsonEdit-CoLe-wTH.js → JsonEdit-CmX4WTNO.js} +1 -1
- package/dist/lazy/{ObjGroup-DuZvdEA5.js → ObjGroup-NEH1WDaP.js} +1 -1
- package/dist/lazy/{Radio-DGDip7ml.js → Radio-u2R1Inz-.js} +2 -2
- package/dist/lazy/{SearchSelect-BZqvg68V.js → SearchSelect-COfz9JkE.js} +2 -2
- package/dist/lazy/{Select-D_OzapP0.js → Select-DZYDY9zB.js} +2 -2
- package/dist/lazy/{Tabs-C73JPy1z.js → Tabs-CEVepHIu.js} +1 -1
- package/dist/lazy/{TextArea-2ePXEvCP.js → TextArea-C1EmgMap.js} +1 -1
- package/dist/lazy/{index-lmlqy9ej.js → index-CU_26EZJ.js} +2446 -2402
- package/dist/lazy/{useSelect-BmR-wNME.js → useSelect-BeQ_42pn.js} +1 -1
- package/dist/style.css +1 -1
- 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
|
-
|
|
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;
|
|
@@ -524,6 +526,7 @@ declare type NavBarSchema = {
|
|
|
524
526
|
key: string;
|
|
525
527
|
onClick: string;
|
|
526
528
|
}[];
|
|
529
|
+
footerBtns?: BtnType[];
|
|
527
530
|
};
|
|
528
531
|
|
|
529
532
|
export declare type Options = {
|
|
@@ -707,6 +710,7 @@ declare type TabsSchema = {
|
|
|
707
710
|
onMounted?: string;
|
|
708
711
|
onActivated?: string;
|
|
709
712
|
tabProps?: TabsProps;
|
|
713
|
+
mixMode?: boolean;
|
|
710
714
|
hidden?: boolean;
|
|
711
715
|
content: {
|
|
712
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-
|
|
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-
|
|
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-
|
|
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-
|
|
4
|
-
import { u as E } from "./useSelect-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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 { 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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
3
|
-
import { u as j } from "./useSelect-
|
|
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-
|
|
3
|
-
import { u as U } from "./useSelect-
|
|
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-
|
|
3
|
-
import { u as L } from "./useSelect-
|
|
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-
|
|
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-
|
|
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",
|