asiaint-lowcode 3.0.72 → 3.0.74
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/README.md +31 -31
- package/dist/asiaint-lowcode.js +3 -3
- package/dist/asiaint-lowcode.umd.cjs +172 -172
- package/dist/index.d.ts +95 -7
- package/dist/lazy/{Card-CRilKfuV.js → Card-BLkyronF.js} +2 -2
- package/dist/lazy/{Cascader-BlIbtate.js → Cascader-BWayPZsj.js} +1 -1
- package/dist/lazy/{Checkbox-go9itXeu.js → Checkbox-B0f2osCE.js} +2 -2
- package/dist/lazy/{Collapse-CZQ_vWtt.js → Collapse-CwiKPgVS.js} +1 -1
- package/dist/lazy/{Component-BSF_fwB4.js → Component-B0YN5w1O.js} +1 -1
- package/dist/lazy/{Component-Bk-xJjyk.js → Component-BTW9MMvF.js} +1 -1
- package/dist/lazy/{Component-CISqVztz.js → Component-BgbXAvZP.js} +13 -13
- package/dist/lazy/{Component-IPxZoz3v.js → Component-CxjtIKb4.js} +2 -2
- package/dist/lazy/{Component-BW6CbeXE.js → Component-DN6wPVjw.js} +2 -2
- package/dist/lazy/{Component-aRkrGdgO.js → Component-DtKK0pz0.js} +1 -1
- package/dist/lazy/{CurdCard-C_bsP2uw.js → CurdCard-YilgvVgg.js} +2 -2
- package/dist/lazy/{Custom-Bqn12caK.js → Custom-BHrk3rwy.js} +7 -7
- package/dist/lazy/DragList-BfxZ0XM8.js +316 -0
- package/dist/lazy/{FormList-A-7VjjUu.js → FormList-Bve4HUdY.js} +1 -1
- package/dist/lazy/{Grid-tqt3YggG.js → Grid-gYua8Lbh.js} +10 -9
- package/dist/lazy/{Inline-Bly1Vszx.js → Inline-DP_W3TA1.js} +11 -10
- package/dist/lazy/{JsonEdit-CqIDA3Cq.js → JsonEdit-DspEkIiw.js} +3 -3
- package/dist/lazy/{LogList-tieDik_9.js → LogList-BJ0N-SZh.js} +7 -7
- package/dist/lazy/{ObjGroup-Cy3rSMRt.js → ObjGroup-DwogU-tX.js} +1 -1
- package/dist/lazy/{OfferDetails-B5g9M1zJ.js → OfferDetails-BRQXALnl.js} +24 -24
- package/dist/lazy/{Progress-uNG6WyFa.js → Progress-CZiRwjox.js} +5 -5
- package/dist/lazy/{Radio-Bi_nAWMf.js → Radio-DAQ63lEp.js} +2 -2
- package/dist/lazy/{SearchSelect-Bmw8-MK1.js → SearchSelect-B4rd3IEr.js} +11 -11
- package/dist/lazy/{Select-CSRrYvU4.js → Select-B9ka9Z-o.js} +2 -2
- package/dist/lazy/{Table-VI54hIfg.js → Table-BT_PlC1e.js} +2 -2
- package/dist/lazy/{Tabs-V4StTdSe.js → Tabs-D_jMk0g4.js} +1 -1
- package/dist/lazy/{Wrapper-BSrHdL1z.js → Wrapper-Db2njs9z.js} +5 -5
- package/dist/lazy/{index-Cd-df-Qv.js → index-CPs7U1jG.js} +12677 -8827
- package/dist/lazy/{useSelect-DZxuySb1.js → useSelect-DBsTZmYm.js} +1 -1
- package/dist/style.css +2 -2
- package/global.d.ts +10 -10
- package/package.json +36 -36
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ import { InjectionKey } from 'vue';
|
|
|
14
14
|
import { ModelRef } from 'vue';
|
|
15
15
|
import { PropType } from 'vue';
|
|
16
16
|
import { PublicProps } from 'vue';
|
|
17
|
+
import { Ref } from 'vue';
|
|
17
18
|
import { TabPaneName } from 'element-plus';
|
|
18
19
|
import { TabsProps } from 'element-plus';
|
|
19
20
|
import { VNode } from 'vue';
|
|
@@ -67,7 +68,7 @@ getFieldValue: (key: string) => any;
|
|
|
67
68
|
refreshDynamicListBox: (key: string) => void;
|
|
68
69
|
setHidden: (value: boolean) => void;
|
|
69
70
|
rootRef: unknown;
|
|
70
|
-
type:
|
|
71
|
+
type: "form";
|
|
71
72
|
schema: FormSchema;
|
|
72
73
|
schemaContext: Record<string, any>;
|
|
73
74
|
design: boolean;
|
|
@@ -116,7 +117,7 @@ ruleMap: Record<string, any>;
|
|
|
116
117
|
pageUrl?: string;
|
|
117
118
|
pageParams?: any;
|
|
118
119
|
}>>, {
|
|
119
|
-
findRef: <T extends keyof
|
|
120
|
+
findRef: <T extends keyof FindRefTypeMap>(key: string) => FindRefType<T>;
|
|
120
121
|
setFormDisabled: (key: string, disabled: boolean) => void;
|
|
121
122
|
validate: (keys: string[] | string) => Promise<boolean | undefined>;
|
|
122
123
|
getData: (keys?: string[] | string) => any;
|
|
@@ -286,7 +287,7 @@ type: PropType<string>;
|
|
|
286
287
|
required: true;
|
|
287
288
|
};
|
|
288
289
|
}>, {
|
|
289
|
-
type:
|
|
290
|
+
type: "infocard";
|
|
290
291
|
schema: ModelRef<InfoCardSchema, string, InfoCardSchema, InfoCardSchema>;
|
|
291
292
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
292
293
|
schema: {
|
|
@@ -313,7 +314,7 @@ type: PropType<(key: string) => any>;
|
|
|
313
314
|
required: true;
|
|
314
315
|
};
|
|
315
316
|
}>, {
|
|
316
|
-
type:
|
|
317
|
+
type: "navbar";
|
|
317
318
|
schema: ModelRef<NavBarSchema, string, NavBarSchema, NavBarSchema>;
|
|
318
319
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
319
320
|
schema: {
|
|
@@ -330,6 +331,81 @@ required: true;
|
|
|
330
331
|
};
|
|
331
332
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
332
333
|
|
|
334
|
+
declare const _default_5: DefineComponent<ExtractPropTypes< {
|
|
335
|
+
gridlayout: {
|
|
336
|
+
required: true;
|
|
337
|
+
type: PropType< {
|
|
338
|
+
x: number;
|
|
339
|
+
y: number;
|
|
340
|
+
w: number;
|
|
341
|
+
h: number;
|
|
342
|
+
i: string;
|
|
343
|
+
}[]>;
|
|
344
|
+
};
|
|
345
|
+
children: {
|
|
346
|
+
type: PropType<FormItemType[]>;
|
|
347
|
+
required: true;
|
|
348
|
+
};
|
|
349
|
+
rowHeight: {
|
|
350
|
+
type: PropType<number>;
|
|
351
|
+
};
|
|
352
|
+
colNum: {
|
|
353
|
+
type: PropType<number>;
|
|
354
|
+
};
|
|
355
|
+
maxRows: {
|
|
356
|
+
type: PropType<number>;
|
|
357
|
+
};
|
|
358
|
+
name: {
|
|
359
|
+
type: PropType<string>;
|
|
360
|
+
required: true;
|
|
361
|
+
};
|
|
362
|
+
}>, {
|
|
363
|
+
getLayout: () => Readonly<Ref<readonly {
|
|
364
|
+
readonly x: number;
|
|
365
|
+
readonly y: number;
|
|
366
|
+
readonly w: number;
|
|
367
|
+
readonly h: number;
|
|
368
|
+
readonly i: string;
|
|
369
|
+
}[], readonly {
|
|
370
|
+
readonly x: number;
|
|
371
|
+
readonly y: number;
|
|
372
|
+
readonly w: number;
|
|
373
|
+
readonly h: number;
|
|
374
|
+
readonly i: string;
|
|
375
|
+
}[]>>;
|
|
376
|
+
setItemX: (index: number, x: number) => void;
|
|
377
|
+
setItemY: (index: number, y: number) => void;
|
|
378
|
+
type: "draglist";
|
|
379
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
380
|
+
gridlayout: {
|
|
381
|
+
required: true;
|
|
382
|
+
type: PropType< {
|
|
383
|
+
x: number;
|
|
384
|
+
y: number;
|
|
385
|
+
w: number;
|
|
386
|
+
h: number;
|
|
387
|
+
i: string;
|
|
388
|
+
}[]>;
|
|
389
|
+
};
|
|
390
|
+
children: {
|
|
391
|
+
type: PropType<FormItemType[]>;
|
|
392
|
+
required: true;
|
|
393
|
+
};
|
|
394
|
+
rowHeight: {
|
|
395
|
+
type: PropType<number>;
|
|
396
|
+
};
|
|
397
|
+
colNum: {
|
|
398
|
+
type: PropType<number>;
|
|
399
|
+
};
|
|
400
|
+
maxRows: {
|
|
401
|
+
type: PropType<number>;
|
|
402
|
+
};
|
|
403
|
+
name: {
|
|
404
|
+
type: PropType<string>;
|
|
405
|
+
required: true;
|
|
406
|
+
};
|
|
407
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
408
|
+
|
|
333
409
|
declare type DropdownType = {
|
|
334
410
|
key: string;
|
|
335
411
|
text: string;
|
|
@@ -344,6 +420,19 @@ declare type DropdownType = {
|
|
|
344
420
|
}[];
|
|
345
421
|
};
|
|
346
422
|
|
|
423
|
+
/**
|
|
424
|
+
* 根据key查找单个组件实例
|
|
425
|
+
* @param key 组件的key
|
|
426
|
+
* @returns 组件实例
|
|
427
|
+
*/
|
|
428
|
+
declare type ExtraRefTypeMap = {
|
|
429
|
+
draglist: InstanceType<typeof _default_5> & ComponentPublicInstance;
|
|
430
|
+
};
|
|
431
|
+
|
|
432
|
+
declare type FindRefType<T extends keyof FindRefTypeMap> = FindRefTypeMap[T];
|
|
433
|
+
|
|
434
|
+
declare type FindRefTypeMap = RefTypeMap & ExtraRefTypeMap;
|
|
435
|
+
|
|
347
436
|
declare type FormChange = {
|
|
348
437
|
target: string;
|
|
349
438
|
value?: any;
|
|
@@ -498,6 +587,7 @@ declare type InfoCardSchema = {
|
|
|
498
587
|
header: {
|
|
499
588
|
title: string;
|
|
500
589
|
titleColor?: string;
|
|
590
|
+
titleIcon?: string;
|
|
501
591
|
subTitle: string;
|
|
502
592
|
avatar: string;
|
|
503
593
|
avatarBgColor?: string;
|
|
@@ -604,8 +694,6 @@ export declare type PageSchema = {
|
|
|
604
694
|
btnPosition?: 'center' | 'space-around' | 'space-between' | 'space-evenly' | 'end' | 'start';
|
|
605
695
|
};
|
|
606
696
|
|
|
607
|
-
declare type RefType<T extends keyof RefTypeMap> = RefTypeMap[T] & ComponentPublicInstance;
|
|
608
|
-
|
|
609
697
|
declare type RefTypeMap = {
|
|
610
698
|
[K in keyof ComponentType]: InstanceType<ComponentType[K]>;
|
|
611
699
|
};
|
|
@@ -720,7 +808,7 @@ setColumn: <K extends keyof TableColumn>(key: string, keyName: K, keyValue: Tabl
|
|
|
720
808
|
setRowsBtnHidden: (btnKey: string, hidden: boolean) => void;
|
|
721
809
|
setShadowless: (shadowless: boolean) => void;
|
|
722
810
|
rootRef: Readonly<unknown>;
|
|
723
|
-
type:
|
|
811
|
+
type: "table";
|
|
724
812
|
design: boolean;
|
|
725
813
|
read: boolean;
|
|
726
814
|
pageRulePath: string;
|
|
@@ -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-
|
|
2
|
+
import { _ as D, I as k, B as F, a as N, b as S } from "./index-CPs7U1jG.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-
|
|
101
|
+
}), G = /* @__PURE__ */ S(P, [["__scopeId", "data-v-f8533825"]]);
|
|
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 M, createBlock as h, mergeProps as C, unref as s } from "vue";
|
|
2
2
|
import "element-plus";
|
|
3
|
-
import { u as b } from "./useSelect-
|
|
3
|
+
import { u as b } from "./useSelect-DBsTZmYm.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 z, useModel as F, watch as D, resolveComponent as t, resolveDirective as M, unref as a, openBlock as l, createElementBlock as s, toDisplayString as I, withDirectives as P, createBlock as r, mergeProps as S, withCtx as y, Fragment as b, renderList as f, createCommentVNode as v } 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-CPs7U1jG.js";
|
|
4
|
+
import { u as E } from "./useSelect-DBsTZmYm.js";
|
|
5
5
|
const L = { key: 0 }, q = /* @__PURE__ */ w({
|
|
6
6
|
__name: "Checkbox",
|
|
7
7
|
props: /* @__PURE__ */ z({
|
|
@@ -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-CPs7U1jG.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-
|
|
2
|
+
import { u as V } from "./index-CPs7U1jG.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const B = /* @__PURE__ */ d({
|
|
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-CPs7U1jG.js";
|
|
4
4
|
const $ = {
|
|
5
5
|
key: 0,
|
|
6
6
|
style: { "min-width": "300px" }
|
|
@@ -1,5 +1,5 @@
|
|
|
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 f, createElementVNode as
|
|
2
|
-
import { f as F, I as j, b as D } from "./index-
|
|
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 f, createElementVNode as s, toDisplayString as B, createElementBlock as k, createCommentVNode as _, Fragment as N, renderList as E, unref as I, withModifiers as P, createVNode as V } from "vue";
|
|
2
|
+
import { f as F, I as j, b as D } from "./index-CPs7U1jG.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,
|
|
@@ -21,8 +21,8 @@ const R = { class: "custom-tree-node" }, S = { class: "tree-node-text" }, q = {
|
|
|
21
21
|
if (a)
|
|
22
22
|
try {
|
|
23
23
|
a[e](l, { node: t, data: r });
|
|
24
|
-
} catch (
|
|
25
|
-
console.error(
|
|
24
|
+
} catch (c) {
|
|
25
|
+
console.error(c);
|
|
26
26
|
}
|
|
27
27
|
}, b = (e, t) => {
|
|
28
28
|
if (o.onNodeClick && a)
|
|
@@ -35,8 +35,8 @@ const R = { class: "custom-tree-node" }, S = { class: "tree-node-text" }, q = {
|
|
|
35
35
|
if (o.onLoad && a)
|
|
36
36
|
try {
|
|
37
37
|
a[o.onLoad](l, { node: e, resolve: t, reject: r });
|
|
38
|
-
} catch (
|
|
39
|
-
console.error(
|
|
38
|
+
} catch (c) {
|
|
39
|
+
console.error(c);
|
|
40
40
|
}
|
|
41
41
|
}, h = v([]);
|
|
42
42
|
return $(
|
|
@@ -52,7 +52,7 @@ 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"),
|
|
55
|
+
const r = m("el-tooltip"), c = m("el-button"), L = m("el-tree");
|
|
56
56
|
return d(), y(L, A(e.$attrs, {
|
|
57
57
|
onNodeClick: b,
|
|
58
58
|
load: x,
|
|
@@ -67,16 +67,16 @@ const R = { class: "custom-tree-node" }, S = { class: "tree-node-text" }, q = {
|
|
|
67
67
|
"default-expanded-keys": h.value
|
|
68
68
|
}), {
|
|
69
69
|
default: f(({ node: p, data: u }) => [
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
s("div", R, [
|
|
71
|
+
s("div", S, [
|
|
72
|
+
s("span", q, B(p.label), 1),
|
|
73
73
|
u[e.nodeKey] === i.value ? (d(), k("div", z, "Present")) : _("", !0)
|
|
74
74
|
]),
|
|
75
|
-
|
|
75
|
+
s("div", null, [
|
|
76
76
|
(d(!0), k(N, null, E(e.btns, (n) => (d(), k(N, {
|
|
77
77
|
key: n.key
|
|
78
78
|
}, [
|
|
79
|
-
I(F)(n.hidden, { $node: p, $data: u }) ? _("", !0) : (d(), y(
|
|
79
|
+
I(F)(n.hidden, { $node: p, $data: u }) ? _("", !0) : (d(), y(c, {
|
|
80
80
|
key: 0,
|
|
81
81
|
link: "",
|
|
82
82
|
onClick: P((H) => M(n.onClick, p, u), ["stop"]),
|
|
@@ -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-
|
|
115
|
+
}), T = /* @__PURE__ */ D(G, [["__scopeId", "data-v-ce6a97bc"]]);
|
|
116
116
|
export {
|
|
117
117
|
T as default
|
|
118
118
|
};
|
|
@@ -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-CPs7U1jG.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-
|
|
175
|
+
const _ = /* @__PURE__ */ H(Z, [["render", j], ["__scopeId", "data-v-0e272b28"]]), ee = { key: 0 }, te = { class: "vfc-esign-preview" }, le = ["src"], ae = {
|
|
176
176
|
key: 1,
|
|
177
177
|
class: "vfc-esign"
|
|
178
178
|
}, ie = /* @__PURE__ */ $({
|
|
@@ -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-CPs7U1jG.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-
|
|
114
|
+
}), T = /* @__PURE__ */ x(k, [["__scopeId", "data-v-f5206e68"]]);
|
|
115
115
|
export {
|
|
116
116
|
T as default
|
|
117
117
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as s, mergeModels as p, useModel as u, resolveComponent as i, openBlock as t, createElementBlock as d, toDisplayString as c, createBlock as y, mergeProps as f } from "vue";
|
|
2
|
-
import { u as v } from "./index-
|
|
2
|
+
import { u as v } from "./index-CPs7U1jG.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const k = { key: 0 }, K = /* @__PURE__ */ s({
|
|
5
5
|
__name: "Component",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as z, inject as V, ref as I, resolveComponent as C, openBlock as a, createElementBlock as s, createElementVNode as i, normalizeClass as y, createBlock as r, createCommentVNode as m, toDisplayString as M, withCtx as f, Fragment as w, renderList as $, createTextVNode as j, createVNode as p, unref as T, withDirectives as P, vShow as U } from "vue";
|
|
2
|
-
import { u as q, I as u, B as A, a as R, h as G, b as H } from "./index-
|
|
2
|
+
import { u as q, I as u, B as A, a as R, h as G, b as H } from "./index-CPs7U1jG.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
const J = { class: "crm-curd-card" }, K = { class: "left-part" }, O = { class: "title" }, Q = { class: "right-part" }, W = {
|
|
5
5
|
key: 0,
|
|
@@ -154,7 +154,7 @@ const J = { class: "crm-curd-card" }, K = { class: "left-part" }, O = { class: "
|
|
|
154
154
|
]);
|
|
155
155
|
};
|
|
156
156
|
}
|
|
157
|
-
}), le = /* @__PURE__ */ H(Y, [["__scopeId", "data-v-
|
|
157
|
+
}), le = /* @__PURE__ */ H(Y, [["__scopeId", "data-v-fadf0058"]]);
|
|
158
158
|
export {
|
|
159
159
|
le as default
|
|
160
160
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as n, mergeModels as s, useModel as p, openBlock as t, createElementBlock as r, createBlock as
|
|
2
|
-
import { b as i } from "./index-
|
|
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-CPs7U1jG.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(
|
|
16
|
-
const o = p(
|
|
17
|
-
return (e, m) => e.componentName ? (t(), u(
|
|
15
|
+
setup(l) {
|
|
16
|
+
const o = p(l, "modelValue");
|
|
17
|
+
return (e, m) => e.componentName ? (t(), d(u(e.componentName), c({
|
|
18
18
|
key: 1,
|
|
19
19
|
modelValue: o.value,
|
|
20
|
-
"onUpdate:modelValue": m[0] || (m[0] = (
|
|
20
|
+
"onUpdate:modelValue": m[0] || (m[0] = (a) => o.value = a)
|
|
21
21
|
}, e.$attrs), null, 16, ["modelValue"])) : (t(), r("span", f, "请输入全局注册得组件名"));
|
|
22
22
|
}
|
|
23
|
-
}), v = /* @__PURE__ */ i(_, [["__scopeId", "data-v-
|
|
23
|
+
}), v = /* @__PURE__ */ i(_, [["__scopeId", "data-v-2250b7d1"]]);
|
|
24
24
|
export {
|
|
25
25
|
v as default
|
|
26
26
|
};
|