mwl-components 0.1.2 → 0.1.4

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/index.js DELETED
@@ -1,777 +0,0 @@
1
- import { defineComponent as D, useSlots as V, ref as H, resolveComponent as m, createBlock as p, openBlock as r, normalizeClass as X, createSlots as L, withCtx as i, renderSlot as S, createElementVNode as I, createElementBlock as _, createCommentVNode as E, toDisplayString as Y, watch as Z, nextTick as ee, computed as F, unref as A, mergeProps as O, normalizeStyle as U, createTextVNode as j, createVNode as N, mergeModels as te, useModel as ne, getCurrentInstance as K, Fragment as M, renderList as P, resolveDynamicComponent as $, h as z, inject as oe, onMounted as ae, onUnmounted as le, withDirectives as G, vShow as J, normalizeProps as re, guardReactiveProps as se } from "vue";
2
- import { configProviderContextKey as ue } from "element-plus";
3
- const ce = { class: "card-header" }, ie = {
4
- key: 0,
5
- class: "card-header__message"
6
- }, de = /* @__PURE__ */ D({
7
- name: "ContentWarp",
8
- __name: "index",
9
- props: {
10
- title: String,
11
- message: String
12
- },
13
- setup(e) {
14
- const a = V(), t = H("content-wrap");
15
- return (s, u) => {
16
- const c = m("ElCard");
17
- return r(), p(c, {
18
- class: X([t.value]),
19
- shadow: "never"
20
- }, L({
21
- default: i(() => [
22
- S(s.$slots, "default", {}, void 0, !0)
23
- ]),
24
- _: 2
25
- }, [
26
- e.title ? {
27
- name: "header",
28
- fn: i(() => [
29
- I("div", ce, [
30
- I("span", null, Y(e.title), 1),
31
- e.message ? (r(), _("span", ie, Y(e.message), 1)) : E("", !0)
32
- ])
33
- ]),
34
- key: "0"
35
- } : void 0,
36
- a.footer ? {
37
- name: "footer",
38
- fn: i(() => [
39
- S(s.$slots, "footer", {}, void 0, !0)
40
- ]),
41
- key: "1"
42
- } : void 0
43
- ]), 1032, ["class"]);
44
- };
45
- }
46
- }), W = (e, a) => {
47
- const t = e.__vccOpts || e;
48
- for (const [s, u] of a)
49
- t[s] = u;
50
- return t;
51
- }, me = /* @__PURE__ */ W(de, [["__scopeId", "data-v-fdaaba5e"]]), pe = { class: "dialog-header" }, fe = /* @__PURE__ */ D({
52
- name: "Dialog",
53
- __name: "index",
54
- props: {
55
- title: {
56
- type: String,
57
- default: ""
58
- },
59
- fullscreen: {
60
- type: Boolean,
61
- default: !1
62
- },
63
- scroll: {
64
- type: Boolean,
65
- default: !1
66
- },
67
- width: {
68
- type: String,
69
- default: "61.8%"
70
- },
71
- maxHeight: {
72
- type: [String, Number],
73
- default: ""
74
- }
75
- },
76
- setup(e) {
77
- const a = V(), t = e, s = H(t.fullscreen), u = () => {
78
- s.value = !A(s);
79
- }, c = H(t.maxHeight);
80
- Z(
81
- () => s.value,
82
- async (l) => {
83
- if (await ee(), l) {
84
- const n = document.documentElement.offsetHeight;
85
- c.value = `${n - 55 - 40 - (a.footer ? 63 : 0)}px`;
86
- } else
87
- c.value = t.maxHeight;
88
- },
89
- {
90
- immediate: !0
91
- }
92
- );
93
- const g = F(() => {
94
- if (t.maxHeight)
95
- return {
96
- height: A(c)
97
- };
98
- });
99
- return (l, n) => {
100
- const f = m("FullScreen"), k = m("el-icon"), x = m("ElScrollbar"), h = m("ElDialog");
101
- return r(), p(h, O({
102
- "close-on-click-modal": !1,
103
- "destroy-on-close": "",
104
- draggable: "",
105
- "lock-scroll": "",
106
- class: "custom-dialog",
107
- "append-to-body": ""
108
- }, l.$attrs, {
109
- fullscreen: s.value,
110
- width: e.width
111
- }), L({
112
- default: i(() => [
113
- e.scroll ? (r(), p(x, {
114
- key: 0,
115
- style: U(g.value)
116
- }, {
117
- default: i(() => [
118
- S(l.$slots, "default")
119
- ]),
120
- _: 3
121
- }, 8, ["style"])) : S(l.$slots, "default", { key: 1 })
122
- ]),
123
- _: 2
124
- }, [
125
- e.title ? {
126
- name: "header",
127
- fn: i(() => [
128
- I("div", pe, [
129
- S(l.$slots, "title", {}, () => [
130
- j(Y(e.title), 1)
131
- ]),
132
- I("div", { onClick: u }, [
133
- N(k, { class: "fullScreen" }, {
134
- default: i(() => [
135
- N(f)
136
- ]),
137
- _: 1
138
- })
139
- ])
140
- ])
141
- ]),
142
- key: "0"
143
- } : void 0,
144
- a.footer ? {
145
- name: "footer",
146
- fn: i(() => [
147
- S(l.$slots, "footer")
148
- ]),
149
- key: "1"
150
- } : void 0
151
- ]), 1040, ["fullscreen", "width"]);
152
- };
153
- }
154
- }), ge = { key: 1 }, he = (e) => {
155
- let a = e.label;
156
- if (e.label && typeof e.label == "function" && (a = e.label()), e.type.indexOf("select") > -1 || e.type.indexOf("cascader") > -1 || e.type.indexOf("date") > -1)
157
- return `请选择${a}`;
158
- if (e.type.indexOf("text") > -1 || e.type.indexOf("number") > -1)
159
- return `请输入${a}`;
160
- }, R = {
161
- valueFormat: "YYYY-MM-DD HH:mm:ss",
162
- format: "YYYY-MM-DD HH:mm:ss"
163
- }, ye = (e) => {
164
- const { options: a } = e;
165
- return {
166
- default: () => a?.map((t) => z(m("el-option"), {
167
- label: t.label,
168
- value: t.value,
169
- key: t.value
170
- }))
171
- };
172
- }, T = {
173
- clearable: !0
174
- }, be = [
175
- {
176
- type: "slider",
177
- component: "el-slider"
178
- },
179
- {
180
- type: "text",
181
- component: "el-input",
182
- attrs: {
183
- ...T
184
- }
185
- },
186
- {
187
- type: "textarea",
188
- component: "el-input",
189
- attrs: {
190
- ...T
191
- }
192
- },
193
- {
194
- type: "number",
195
- component: "el-input-number",
196
- attrs: {
197
- controlsPosition: "right"
198
- }
199
- },
200
- {
201
- type: "switch",
202
- component: "el-switch"
203
- },
204
- {
205
- type: "checkbox",
206
- component: "el-checkbox-group",
207
- slots: (e) => {
208
- const { options: a } = e;
209
- return {
210
- default: () => a?.map((t) => z(
211
- m("el-checkbox"),
212
- {
213
- value: t.value
214
- },
215
- {
216
- default: () => t.label
217
- }
218
- ))
219
- };
220
- }
221
- },
222
- {
223
- type: "radio",
224
- component: "el-radio-group",
225
- slots: (e) => {
226
- const { options: a } = e;
227
- return {
228
- default: () => a?.map((t) => z(
229
- m("el-radio"),
230
- {
231
- value: t.value
232
- },
233
- {
234
- default: () => t.label
235
- }
236
- ))
237
- };
238
- }
239
- },
240
- {
241
- type: "select",
242
- component: "el-select",
243
- slots: ye
244
- },
245
- {
246
- type: "select-v2",
247
- component: "el-select-v2"
248
- },
249
- {
250
- type: "tree-select",
251
- component: "el-tree-select",
252
- attrs: {
253
- ...T,
254
- checkStrictly: !0,
255
- //是否严格的遵循父子不互相关联的做法,默认为 false
256
- renderAfterExpand: !0
257
- // 是否在第一次展开时即渲染子节点,默认为 false
258
- }
259
- },
260
- {
261
- type: "date,dates",
262
- component: "el-date-picker",
263
- attrs: {
264
- showConfirm: !1,
265
- valueFormat: "YYYY-MM-DD",
266
- format: "YYYY-MM-DD"
267
- }
268
- },
269
- {
270
- type: "datetime,week",
271
- component: "el-date-picker",
272
- attrs: {
273
- showConfirm: !1,
274
- ...R
275
- }
276
- },
277
- {
278
- type: "month,months",
279
- component: "el-date-picker",
280
- attrs: {
281
- showConfirm: !1,
282
- valueFormat: "YYYY-MM",
283
- format: "YYYY-MM"
284
- }
285
- },
286
- {
287
- type: "year,years",
288
- component: "el-date-picker",
289
- attrs: {
290
- showConfirm: !1,
291
- valueFormat: "YYYY",
292
- format: "YYYY"
293
- }
294
- },
295
- {
296
- type: "datetimerange,daterange,monthrange,yearrange",
297
- component: "el-date-picker",
298
- attrs: {
299
- showConfirm: !1,
300
- rangeSeparator: "至",
301
- startPlaceholder: "开始日期",
302
- endPlaceholder: "结束日期",
303
- ...R
304
- }
305
- },
306
- {
307
- type: "cascader",
308
- component: "el-cascader",
309
- attrs: {
310
- clearable: !0
311
- }
312
- },
313
- {
314
- type: "upload",
315
- component: "el-upload"
316
- },
317
- {
318
- type: "custom",
319
- component: "el-form-item"
320
- }
321
- ], ve = /* @__PURE__ */ D({
322
- name: "EasyForm",
323
- __name: "index",
324
- props: /* @__PURE__ */ te({
325
- inline: {
326
- type: Boolean,
327
- default: !0
328
- },
329
- // // 表单数据对象
330
- // formData: {
331
- // type: Object as PropType<Record<string, any>>,
332
- // required: true,
333
- // },
334
- // 表单项配置数组
335
- formItems: {
336
- type: Array,
337
- default: () => []
338
- },
339
- // 表单标签宽度
340
- labelWidth: {
341
- type: [String, Number],
342
- default: "120px"
343
- },
344
- // 表单项宽度
345
- itemWidth: {
346
- type: [String],
347
- default: "200px"
348
- }
349
- }, {
350
- modelValue: {
351
- default: {},
352
- type: Object
353
- },
354
- modelModifiers: {}
355
- }),
356
- emits: ["update:modelValue"],
357
- setup(e) {
358
- const a = ne(e, "modelValue"), t = K(), s = (l) => {
359
- u(l, "formRef");
360
- }, u = (l, n) => {
361
- if (!l) {
362
- delete t?.exposeProxy?.[n], delete t?.exposed?.[n];
363
- return;
364
- }
365
- t.exposeProxy = {
366
- ...t?.exposed,
367
- [n]: l
368
- }, t.exposed = {
369
- ...t?.exposed,
370
- [n]: l
371
- };
372
- }, c = V(), g = (l, n, f) => {
373
- const { value: k, component: x, ...h } = n, d = be.find(
374
- (b) => !!l && b.type.indexOf(l) > -1
375
- ), C = d?.component === "el-select" && n.props, y = n.options && !C ? d?.slots?.(n) : {};
376
- if (!d && !n.component)
377
- return new Error(`未找到type为${l}的组件且当前也未传递component`);
378
- const o = $(d?.component || x);
379
- if (o)
380
- return z(
381
- o,
382
- {
383
- ...d?.attrs,
384
- // 这里的ref还是从配置注入吧。不是每次都要用到ref
385
- // ref: (el: any) => {
386
- // setRefs(el, formItem.prop)
387
- // },
388
- ...h,
389
- //外部传入的 优先级最高
390
- placeholder: h.placeholder || he(n)
391
- },
392
- { ...y, ...f }
393
- );
394
- };
395
- return (l, n) => {
396
- const f = m("el-form-item"), k = m("el-form");
397
- return r(), p(k, O({
398
- model: a.value,
399
- "label-width": e.labelWidth,
400
- inline: e.inline,
401
- "scroll-to-error": !0
402
- }, { ...l.$attrs }, {
403
- ref: s,
404
- class: "easy-form"
405
- }), {
406
- default: i(() => [
407
- (r(!0), _(M, null, P(e.formItems, ({ id: x, type: h, rule: d, width: C, slots: y, ...o }, b) => (r(), _(M, null, [
408
- h != "custom" && !o.hidden ? (r(), p(f, {
409
- prop: o.prop,
410
- key: b,
411
- "label-width": o.labelWidth,
412
- rules: d,
413
- required: o.required
414
- }, {
415
- label: i(() => [
416
- o.label && typeof o.label == "function" ? (r(), p($(o.label), { key: 0 })) : (r(), _("span", ge, Y(o.label), 1))
417
- ]),
418
- default: i(() => [
419
- c[o.prop] ? S(l.$slots, o.prop, {
420
- key: 0,
421
- item: o
422
- }, void 0, !0) : (r(), p($(g(h, { ...o, type: h }, y)), {
423
- key: 1,
424
- modelValue: a.value[o.prop],
425
- "onUpdate:modelValue": (v) => a.value[o.prop] = v,
426
- modelModifiers: { trim: !0 },
427
- style: U({ width: C || e.itemWidth })
428
- }, null, 8, ["modelValue", "onUpdate:modelValue", "style"]))
429
- ]),
430
- _: 2
431
- }, 1032, ["prop", "label-width", "rules", "required"])) : E("", !0),
432
- h == "custom" ? (r(), _(M, { key: 1 }, [
433
- y?.[o.prop] ? (r(), p($(y[o.prop]), { key: 0 })) : S(l.$slots, o.prop, {
434
- key: 1,
435
- item: { width: C, rule: d, ...o }
436
- }, void 0, !0)
437
- ], 64)) : E("", !0)
438
- ], 64))), 256)),
439
- c.append ? (r(), p(f, { key: 0 }, {
440
- default: i(() => [
441
- S(l.$slots, "append", {}, void 0, !0)
442
- ]),
443
- _: 3
444
- })) : E("", !0)
445
- ]),
446
- _: 3
447
- }, 16, ["model", "label-width", "inline"]);
448
- };
449
- }
450
- }), ke = /* @__PURE__ */ W(ve, [["__scopeId", "data-v-ebcd5674"]]), xe = /* @__PURE__ */ D({
451
- name: "EasyTable",
452
- __name: "index",
453
- props: {
454
- data: {
455
- type: Array,
456
- required: !0,
457
- default: () => []
458
- },
459
- tableColumns: {
460
- type: Array,
461
- default: () => []
462
- },
463
- buttons: {
464
- type: Array,
465
- default: () => []
466
- },
467
- buttonWidth: {
468
- type: [Number, String],
469
- default: 120
470
- },
471
- align: {
472
- type: String,
473
- default: "center"
474
- },
475
- height: {
476
- type: Number || String,
477
- default: void 0
478
- },
479
- maxHeight: {
480
- type: String || Number,
481
- default: void 0
482
- },
483
- footerHeight: {
484
- type: Number,
485
- default: 65
486
- }
487
- },
488
- setup(e) {
489
- const a = oe(ue), t = e, s = F(() => t.buttonWidth.toString().indexOf("px") > -1 ? t.buttonWidth.toString().slice(0, -2) : t.buttonWidth), u = H(), c = H("auto");
490
- let g = K();
491
- const l = () => {
492
- let d = "auto";
493
- if (g?.parent?.attrs?.class?.indexOf("content-wrap") > -1) {
494
- let o = t.footerHeight;
495
- a?.value?.size === "small" ? o = o - 8 : a?.value?.size === "large" && (o = o + 8);
496
- try {
497
- const b = g?.refs.tableRef, { top: v } = b?.getBoundingClientRect();
498
- d = document.documentElement.clientHeight - v - o - 20;
499
- } catch {
500
- }
501
- return d;
502
- }
503
- return d;
504
- }, n = H(), f = () => {
505
- n.value && clearTimeout(n.value), n.value = setTimeout(() => {
506
- c.value = l(), n.value = null;
507
- }, 100);
508
- };
509
- ae(() => {
510
- c.value = l(), window.addEventListener("resize", f);
511
- }), le(() => {
512
- window.removeEventListener("resize", f);
513
- });
514
- const k = m("el-table-column"), x = V(), h = (d) => {
515
- const { slots: C = {}, children: y = [], ...o } = d;
516
- if (y && y.length > 0) {
517
- const b = y.map((v) => h(v));
518
- return z(
519
- k,
520
- {
521
- align: t.align,
522
- ...o
523
- },
524
- // default 插槽默认使用 childrenNode 不能被slots 覆盖
525
- { ...C, default: () => b }
526
- );
527
- }
528
- return z(
529
- k,
530
- {
531
- align: t.align,
532
- ...o
533
- },
534
- // 最里层的表格列 default 插槽 slots传递的优先级最高 模版直接传递的可被 slots 覆盖
535
- {
536
- default: (b) => x[d.prop] && x[d.prop](b),
537
- ...C
538
- }
539
- );
540
- };
541
- return (d, C) => {
542
- const y = m("el-button"), o = m("el-table-column"), b = m("el-table");
543
- return r(), _("div", {
544
- ref_key: "tableRef",
545
- ref: u
546
- }, [
547
- N(b, O({ style: { width: "100%" } }, d.$attrs, {
548
- data: e.data,
549
- height: e.height,
550
- maxHeight: e.maxHeight ? e.maxHeight : c.value
551
- }), {
552
- default: i(() => [
553
- (r(!0), _(M, null, P(e.tableColumns, (v, w) => (r(), p($(h(v)), { key: w }))), 128)),
554
- e.buttons && e.buttons.length ? (r(), p(o, {
555
- key: 0,
556
- align: "center",
557
- fixed: "right",
558
- label: "操作",
559
- width: s.value
560
- }, {
561
- default: i((v) => [
562
- (r(!0), _(M, null, P(e.buttons, (w, Q) => G((r(), p(y, O({ ref_for: !0 }, { ...w }, {
563
- key: Q,
564
- type: w.type.includes("del") ? "danger" : "primary",
565
- onClick: () => {
566
- w.click?.(v.row);
567
- },
568
- disabled: w.disabled?.(v.row) || !1,
569
- link: w.link?.(v.row) || !0
570
- }), {
571
- default: i(() => [
572
- j(Y(w.label), 1)
573
- ]),
574
- _: 2
575
- }, 1040, ["type", "onClick", "disabled", "link"])), [
576
- [J, w.show?.(v.row) || !0]
577
- ])), 128))
578
- ]),
579
- _: 1
580
- }, 8, ["width"])) : E("", !0)
581
- ]),
582
- _: 1
583
- }, 16, ["data", "height", "maxHeight"])
584
- ], 512);
585
- };
586
- }
587
- }), _e = /* @__PURE__ */ W(xe, [["__scopeId", "data-v-1c87357b"]]), Ce = {
588
- name: "",
589
- components: {},
590
- props: {
591
- icon: {
592
- type: String,
593
- default: ""
594
- }
595
- }
596
- };
597
- function we(e, a, t, s, u, c) {
598
- return t.icon ? (r(), p($(t.icon), {
599
- key: 0,
600
- class: "menu_icon"
601
- })) : E("", !0);
602
- }
603
- const B = /* @__PURE__ */ W(Ce, [["render", we], ["__scopeId", "data-v-261ce99a"]]), Se = /* @__PURE__ */ D({
604
- name: "subMenu",
605
- __name: "subMenu",
606
- props: {
607
- routeData: {
608
- type: Object,
609
- default: () => ({})
610
- }
611
- },
612
- emits: ["handleMenuItemClick"],
613
- setup(e, { emit: a }) {
614
- const t = a;
615
- function s(u) {
616
- t("handleMenuItemClick", u);
617
- }
618
- return (u, c) => {
619
- const g = m("subMenu", !0), l = m("el-sub-menu"), n = m("el-menu-item");
620
- return e.routeData.children && e.routeData.children.length > 0 ? (r(), p(l, {
621
- key: 0,
622
- index: e.routeData.path
623
- }, {
624
- title: i(() => [
625
- N(B, {
626
- icon: e.routeData.meta.icon
627
- }, null, 8, ["icon"]),
628
- I("span", null, Y(e.routeData.meta.title), 1)
629
- ]),
630
- default: i(() => [
631
- (r(!0), _(M, null, P(e.routeData.children, (f, k) => (r(), p(g, {
632
- onHandleMenuItemClick: s,
633
- routeData: f,
634
- key: k
635
- }, null, 8, ["routeData"]))), 128))
636
- ]),
637
- _: 1
638
- }, 8, ["index"])) : (r(), _("div", {
639
- key: 1,
640
- onClick: c[0] || (c[0] = (f) => s(e.routeData))
641
- }, [
642
- N(n, {
643
- index: e.routeData.path
644
- }, {
645
- title: i(() => [
646
- I("span", null, Y(e.routeData.meta.title), 1)
647
- ]),
648
- default: i(() => [
649
- N(B, {
650
- icon: e.routeData.meta.icon
651
- }, null, 8, ["icon"])
652
- ]),
653
- _: 1
654
- }, 8, ["index"])
655
- ]));
656
- };
657
- }
658
- }), Me = /* @__PURE__ */ D({
659
- name: "MenuTree",
660
- __name: "index",
661
- props: {
662
- menuList: {
663
- type: Array,
664
- default: () => []
665
- }
666
- },
667
- emits: ["handleMenuItemClick"],
668
- setup(e, { emit: a }) {
669
- const t = a, s = (u) => {
670
- t("handleMenuItemClick", u);
671
- };
672
- return (u, c) => {
673
- const g = m("el-menu");
674
- return r(), p(g, re(se(u.$attrs)), {
675
- default: i(() => [
676
- (r(!0), _(M, null, P(e.menuList, (l) => (r(), p(Se, {
677
- routeData: l,
678
- onHandleMenuItemClick: s
679
- }, null, 8, ["routeData"]))), 256))
680
- ]),
681
- _: 1
682
- }, 16);
683
- };
684
- }
685
- }), Ye = /* @__PURE__ */ D({
686
- name: "Pagination",
687
- __name: "index",
688
- props: {
689
- // 总条目数
690
- total: {
691
- required: !0,
692
- type: Number
693
- },
694
- // 当前页数:pageNo
695
- page: {
696
- type: Number,
697
- default: 1
698
- },
699
- // 每页显示条目个数:pageSize
700
- limit: {
701
- type: Number,
702
- default: 20
703
- },
704
- // 设置最大页码按钮数。 页码按钮的数量,当总页数超过该值时会折叠
705
- // 移动端页码按钮的数量端默认值 5
706
- pagerCount: {
707
- type: Number,
708
- default: document.body.clientWidth < 992 ? 5 : 7
709
- },
710
- onPagination: { type: Function }
711
- },
712
- emits: ["update:page", "update:limit", "pagination"],
713
- setup(e, { emit: a }) {
714
- const t = e, s = a, u = F({
715
- get() {
716
- return t.page;
717
- },
718
- set(n) {
719
- s("update:page", n);
720
- }
721
- }), c = F({
722
- get() {
723
- return t.limit;
724
- },
725
- set(n) {
726
- s("update:limit", n);
727
- }
728
- }), g = (n) => {
729
- u.value * n > t.total && (u.value = 1), s("pagination", { page: u.value, limit: n });
730
- }, l = (n) => {
731
- s("pagination", { page: n, limit: c.value });
732
- };
733
- return (n, f) => {
734
- const k = m("el-pagination");
735
- return G((r(), p(k, {
736
- "current-page": u.value,
737
- "onUpdate:currentPage": f[0] || (f[0] = (x) => u.value = x),
738
- "page-size": c.value,
739
- "onUpdate:pageSize": f[1] || (f[1] = (x) => c.value = x),
740
- background: !0,
741
- "page-sizes": [10, 20, 30, 50, 100],
742
- "pager-count": e.pagerCount,
743
- total: e.total,
744
- class: "pagination",
745
- layout: "total, sizes, prev, pager, next, jumper",
746
- onSizeChange: g,
747
- onCurrentChange: l
748
- }, null, 8, ["current-page", "page-size", "pager-count", "total"])), [
749
- [J, e.total > 0]
750
- ]);
751
- };
752
- }
753
- }), De = /* @__PURE__ */ W(Ye, [["__scopeId", "data-v-1e34e383"]]), $e = [
754
- me,
755
- fe,
756
- ke,
757
- // EasyFormH,
758
- _e,
759
- Me,
760
- De
761
- ], q = [], He = (e, a) => {
762
- $e.forEach((t) => {
763
- q.push(t.name), e.component(t.name, t);
764
- }), console.log("mwl-components", q);
765
- }, Ie = { install: He };
766
- export {
767
- me as ContentWarp,
768
- fe as Dialog,
769
- ke as EasyForm,
770
- _e as EasyTable,
771
- Me as MenuTree,
772
- De as Pagination,
773
- be as componentsMap,
774
- Ie as default,
775
- he as getPlaceholder,
776
- He as install
777
- };