yc-vep-ui 0.3.59 → 0.3.66
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/components/Icons/index.d.ts +2 -0
- package/dist/components/Icons/svg/CheckCircle.vue.d.ts +2 -0
- package/dist/components/Icons/svg/Loading.vue.d.ts +2 -0
- package/dist/components/Upload/index.vue.d.ts +1 -1
- package/dist/{entry-BsGFlCuK.js → entry-Dl3ojaXs.js} +135 -97
- package/dist/hooks/index.js +1 -1
- package/dist/index.css +49 -67
- package/dist/utils/index.js +1 -1
- package/dist/vep-ui.js +1 -1
- package/package.json +9 -9
|
@@ -18,3 +18,5 @@ export { default as Share } from './svg/Share.vue';
|
|
|
18
18
|
export { default as Clock } from './svg/Clock.vue';
|
|
19
19
|
export { default as Bell } from './svg/Bell.vue';
|
|
20
20
|
export { default as File } from './svg/File.vue';
|
|
21
|
+
export { default as Loading } from './svg/Loading.vue';
|
|
22
|
+
export { default as CheckCircle } from './svg/CheckCircle.vue';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -47,7 +47,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
47
47
|
readonly action?: string | undefined;
|
|
48
48
|
readonly onChange?: ((file: any, files: import('./type').IUploadRawFile[]) => void) | undefined;
|
|
49
49
|
readonly accept?: string | undefined;
|
|
50
|
-
readonly
|
|
50
|
+
readonly showStatusIcon?: boolean | undefined;
|
|
51
51
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
52
52
|
$attrs: import('vue').Attrs;
|
|
53
53
|
$refs: {
|
|
@@ -8,7 +8,7 @@ var __defProp$1 = Object.defineProperty, __exportAll$1 = (e, n) => {
|
|
|
8
8
|
enumerable: !0
|
|
9
9
|
});
|
|
10
10
|
return n || __defProp$1(r, Symbol.toStringTag, { value: "Module" }), r;
|
|
11
|
-
}, _hoisted_1$
|
|
11
|
+
}, _hoisted_1$34 = { style: {
|
|
12
12
|
display: "flex",
|
|
13
13
|
"align-items": "center",
|
|
14
14
|
gap: "4px"
|
|
@@ -33,7 +33,7 @@ var __defProp$1 = Object.defineProperty, __exportAll$1 = (e, n) => {
|
|
|
33
33
|
_: 2
|
|
34
34
|
}, [e.title && e.title?.length > 0 ? {
|
|
35
35
|
name: "header",
|
|
36
|
-
fn: withCtx(() => [createElementVNode("div", _hoisted_1$
|
|
36
|
+
fn: withCtx(() => [createElementVNode("div", _hoisted_1$34, [e.icon ? (openBlock(), createBlock(i, { key: 0 }, {
|
|
37
37
|
default: withCtx(() => [(openBlock(), createBlock(resolveDynamicComponent(e.icon), { color: "#2563eb" }))]),
|
|
38
38
|
_: 1
|
|
39
39
|
})) : createCommentVNode("", !0), r[0] || (setBlockTracking(-1, !0), (r[0] = createElementVNode("h4", { style: { margin: "0px" } }, [createTextVNode(toDisplayString(e.title), 1)])).cacheIndex = 0, setBlockTracking(1), r[0])])]),
|
|
@@ -546,7 +546,7 @@ var render_default = {
|
|
|
546
546
|
]);
|
|
547
547
|
};
|
|
548
548
|
}
|
|
549
|
-
}), Table_exports = /* @__PURE__ */ __exportAll$1({ default: () => Table_default }), Table_default = /* @__PURE__ */ _plugin_vue_export_helper_default(index_vue_vue_type_script_setup_true_lang_default$11, [["__scopeId", "data-v-adf869c1"]]), _hoisted_1$
|
|
549
|
+
}), Table_exports = /* @__PURE__ */ __exportAll$1({ default: () => Table_default }), Table_default = /* @__PURE__ */ _plugin_vue_export_helper_default(index_vue_vue_type_script_setup_true_lang_default$11, [["__scopeId", "data-v-adf869c1"]]), _hoisted_1$33 = ["src"], Icon_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
550
550
|
__name: "Icon",
|
|
551
551
|
props: {
|
|
552
552
|
name: {},
|
|
@@ -564,9 +564,9 @@ var render_default = {
|
|
|
564
564
|
width: e.size,
|
|
565
565
|
height: e.size
|
|
566
566
|
})
|
|
567
|
-
}, null, 12, _hoisted_1$
|
|
567
|
+
}, null, 12, _hoisted_1$33)) : createCommentVNode("", !0);
|
|
568
568
|
}
|
|
569
|
-
}), Icon_default = Icon_vue_vue_type_script_setup_true_lang_default, _hoisted_1$
|
|
569
|
+
}), Icon_default = Icon_vue_vue_type_script_setup_true_lang_default, _hoisted_1$32 = {
|
|
570
570
|
style: {
|
|
571
571
|
width: "100%",
|
|
572
572
|
height: "100%"
|
|
@@ -580,12 +580,12 @@ var render_default = {
|
|
|
580
580
|
}, Search_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
581
581
|
__name: "Search",
|
|
582
582
|
setup(e) {
|
|
583
|
-
return (e, n) => (openBlock(), createElementBlock("svg", _hoisted_1$
|
|
583
|
+
return (e, n) => (openBlock(), createElementBlock("svg", _hoisted_1$32, [...n[0] ||= [createElementVNode("path", {
|
|
584
584
|
d: "M896 870.4l-128-128c55.467-68.267 89.6-149.333 89.6-238.933 0-98.134-38.4-192-110.933-264.534-149.334-149.333-384-149.333-533.334-4.266-145.066 145.066-145.066 384 0 529.066 72.534 72.534 166.4 110.934 264.534 110.934 89.6 0 174.933-29.867 238.933-89.6l128 128c4.267 4.266 12.8 8.533 21.333 8.533s17.067-4.267 21.334-8.533c17.066-8.534 17.066-29.867 8.533-42.667zM260.267 721.067c-119.467-123.734-119.467-320 0-439.467 59.733-59.733 140.8-89.6 217.6-89.6 81.066 0 157.866 29.867 217.6 89.6 59.733 59.733 89.6 136.533 89.6 217.6 0 81.067-34.134 162.133-89.6 217.6-55.467 59.733-132.267 93.867-217.6 93.867-81.067 0-157.867-34.134-217.6-89.6z",
|
|
585
585
|
"p-id": "8980"
|
|
586
586
|
}, null, -1)]]));
|
|
587
587
|
}
|
|
588
|
-
}), Search_default = Search_vue_vue_type_script_setup_true_lang_default, _hoisted_1$
|
|
588
|
+
}), Search_default = Search_vue_vue_type_script_setup_true_lang_default, _hoisted_1$31 = {
|
|
589
589
|
style: {
|
|
590
590
|
width: "100%",
|
|
591
591
|
height: "100%"
|
|
@@ -595,12 +595,12 @@ var render_default = {
|
|
|
595
595
|
}, CloseBold_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
596
596
|
__name: "CloseBold",
|
|
597
597
|
setup(e) {
|
|
598
|
-
return (e, n) => (openBlock(), createElementBlock("svg", _hoisted_1$
|
|
598
|
+
return (e, n) => (openBlock(), createElementBlock("svg", _hoisted_1$31, [...n[0] ||= [createElementVNode("path", {
|
|
599
599
|
d: "M512 476.25l256-256 33.75 33.75-256 256 256 256-33.75 33.75-256-256-256 256-33.75-33.75 256-256-256-256L256 220.25l256 256z",
|
|
600
600
|
fill: "currentColor"
|
|
601
601
|
}, null, -1)]]));
|
|
602
602
|
}
|
|
603
|
-
}), CloseBold_default = CloseBold_vue_vue_type_script_setup_true_lang_default, _sfc_main$
|
|
603
|
+
}), CloseBold_default = CloseBold_vue_vue_type_script_setup_true_lang_default, _sfc_main$17 = {}, _hoisted_1$30 = {
|
|
604
604
|
style: {
|
|
605
605
|
width: "100%",
|
|
606
606
|
height: "100%"
|
|
@@ -608,13 +608,13 @@ var render_default = {
|
|
|
608
608
|
viewBox: "0 0 1024 1024",
|
|
609
609
|
xmlns: "http://www.w3.org/2000/svg"
|
|
610
610
|
};
|
|
611
|
-
function _sfc_render$
|
|
612
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
611
|
+
function _sfc_render$17(e, n) {
|
|
612
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$30, [...n[0] ||= [createElementVNode("path", {
|
|
613
613
|
d: "M557.8 512l248.3-248.3c18.8-18.8 18.8-49.6 0-68.8-18.8-18.8-49.6-18.8-68.8 0L512 443.2 263.7 194.9c-18.8-18.8-49.6-18.8-68.8 0-18.8 18.8-18.8 49.6 0 68.8L443.2 512 194.9 760.3c-18.8 18.8-18.8 49.6 0 68.8 18.8 18.8 49.6 18.8 68.8 0L512 580.8l248.3 248.3c18.8 18.8 49.6 18.8 68.8 0 18.8-18.8 18.8-49.6 0-68.8L557.8 512z",
|
|
614
614
|
fill: "currentColor"
|
|
615
615
|
}, null, -1)]]);
|
|
616
616
|
}
|
|
617
|
-
var Close_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
617
|
+
var Close_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$17, [["render", _sfc_render$17]]), _hoisted_1$29 = {
|
|
618
618
|
style: {
|
|
619
619
|
width: "100%",
|
|
620
620
|
height: "100%"
|
|
@@ -628,7 +628,7 @@ var Close_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
|
628
628
|
}, User_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
629
629
|
__name: "User",
|
|
630
630
|
setup(e) {
|
|
631
|
-
return (e, n) => (openBlock(), createElementBlock("svg", _hoisted_1$
|
|
631
|
+
return (e, n) => (openBlock(), createElementBlock("svg", _hoisted_1$29, [...n[0] ||= [createElementVNode("path", {
|
|
632
632
|
d: "M512 512c141.385 0 256-114.615 256-256S653.385 0 512 0 256 114.615 256 256s114.615 256 256 256zM366.336 110.336C405.244 71.428 456.976 50 512 50s106.756 21.428 145.664 60.336S718 200.976 718 256s-21.428 106.756-60.336 145.664S567.024 462 512 462s-106.756-21.428-145.664-60.336S306 311.024 306 256s21.428-106.756 60.336-145.664z",
|
|
633
633
|
fill: "#999999",
|
|
634
634
|
"p-id": "10093"
|
|
@@ -638,7 +638,7 @@ var Close_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
|
638
638
|
"p-id": "10094"
|
|
639
639
|
}, null, -1)]]));
|
|
640
640
|
}
|
|
641
|
-
}), User_default = User_vue_vue_type_script_setup_true_lang_default, _sfc_main$
|
|
641
|
+
}), User_default = User_vue_vue_type_script_setup_true_lang_default, _sfc_main$16 = {}, _hoisted_1$28 = {
|
|
642
642
|
style: {
|
|
643
643
|
width: "100%",
|
|
644
644
|
height: "100%"
|
|
@@ -650,14 +650,14 @@ var Close_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
|
650
650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
651
651
|
"p-id": "11055"
|
|
652
652
|
};
|
|
653
|
-
function _sfc_render$
|
|
654
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
653
|
+
function _sfc_render$16(e, n) {
|
|
654
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$28, [...n[0] ||= [createElementVNode("path", {
|
|
655
655
|
d: "M489.244444 489.244444v295.822223c0 18.850702-15.282631 34.133333-34.133333 34.133333s-34.133333-15.282631-34.133333-34.133333v-295.822223h-295.822222c-18.850702 0-34.133333-15.282631-34.133334-34.133333s15.282631-34.133333 34.133334-34.133333h295.822222v-295.822222c0-18.850702 15.282631-34.133333 34.133333-34.133334s34.133333 15.282631 34.133333 34.133334v295.822222h295.822223c18.850702 0 34.133333 15.282631 34.133333 34.133333s-15.282631 34.133333-34.133333 34.133333h-295.822223z",
|
|
656
656
|
fill: "#323233",
|
|
657
657
|
"p-id": "11056"
|
|
658
658
|
}, null, -1)]]);
|
|
659
659
|
}
|
|
660
|
-
var Plus_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
660
|
+
var Plus_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$16, [["render", _sfc_render$16]]), _sfc_main$15 = {}, _hoisted_1$27 = {
|
|
661
661
|
style: {
|
|
662
662
|
width: "100%",
|
|
663
663
|
height: "100%"
|
|
@@ -669,8 +669,8 @@ var Plus_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$1
|
|
|
669
669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
670
670
|
"p-id": "4743"
|
|
671
671
|
};
|
|
672
|
-
function _sfc_render$
|
|
673
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
672
|
+
function _sfc_render$15(e, n) {
|
|
673
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$27, [...n[0] ||= [
|
|
674
674
|
createElementVNode("path", {
|
|
675
675
|
d: "M513.066667 1024c-136.533333 0-264.533333-51.2-362.666667-149.333333-200.533333-200.533333-200.533333-524.8 0-725.333333C248.533333 51.2 376.533333 0 513.066667 0s264.533333 51.2 362.666667 149.333333c200.533333 200.533333 200.533333 524.8 0 725.333333C777.6 972.8 649.6 1024 513.066667 1024zM513.066667 85.333333C397.866667 85.333333 291.2 128 210.133333 209.066667 43.733333 375.466667 43.733333 648.533333 210.133333 814.933333 291.2 896 397.866667 938.666667 513.066667 938.666667s221.866667-42.666667 302.933333-123.733333c166.4-166.4 166.4-435.2 0-601.6C734.933333 128 628.266667 85.333333 513.066667 85.333333z",
|
|
676
676
|
"p-id": "4744",
|
|
@@ -688,7 +688,7 @@ function _sfc_render$13(e, n) {
|
|
|
688
688
|
}, null, -1)
|
|
689
689
|
]]);
|
|
690
690
|
}
|
|
691
|
-
var PlusCircle_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
691
|
+
var PlusCircle_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$15, [["render", _sfc_render$15]]), _sfc_main$14 = {}, _hoisted_1$26 = {
|
|
692
692
|
style: {
|
|
693
693
|
width: "100%",
|
|
694
694
|
height: "100%"
|
|
@@ -700,14 +700,14 @@ var PlusCircle_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_
|
|
|
700
700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
701
701
|
"p-id": "4859"
|
|
702
702
|
};
|
|
703
|
-
function _sfc_render$
|
|
704
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
703
|
+
function _sfc_render$14(e, n) {
|
|
704
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$26, [...n[0] ||= [createElementVNode("path", {
|
|
705
705
|
d: "M731.733333 480l-384-341.333333c-17.066667-14.933333-44.8-14.933333-59.733333 4.266666-14.933333 17.066667-14.933333 44.8 4.266667 59.733334L640 512 292.266667 821.333333c-17.066667 14.933333-19.2 42.666667-4.266667 59.733334 8.533333 8.533333 19.2 14.933333 32 14.933333 10.666667 0 19.2-4.266667 27.733333-10.666667l384-341.333333c8.533333-8.533333 14.933333-19.2 14.933334-32s-4.266667-23.466667-14.933334-32z",
|
|
706
706
|
fill: "#666666",
|
|
707
707
|
"p-id": "4860"
|
|
708
708
|
}, null, -1)]]);
|
|
709
709
|
}
|
|
710
|
-
var ArrowRight_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
710
|
+
var ArrowRight_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$14, [["render", _sfc_render$14]]), _sfc_main$13 = {}, _hoisted_1$25 = {
|
|
711
711
|
style: {
|
|
712
712
|
width: "100%",
|
|
713
713
|
height: "100%"
|
|
@@ -719,13 +719,13 @@ var ArrowRight_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_
|
|
|
719
719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
720
720
|
"p-id": "6029"
|
|
721
721
|
};
|
|
722
|
-
function _sfc_render$
|
|
723
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
722
|
+
function _sfc_render$13(e, n) {
|
|
723
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$25, [...n[0] ||= [createElementVNode("path", {
|
|
724
724
|
d: "M897.96 728.3c-18.8 18.8-49.1 18.801-67.901 0l-318-318-318 318c-18.8 18.8-49.2 18.8-67.901 0-18.8-18.8-18.801-49.1 0-67.901l352-352c18.8-18.8 49.2-18.8 67.901 0l352 352c9.4 9.4 14 21.7 14 34-0.1 12.2-4.7 24.501-14.1 33.9z",
|
|
725
725
|
"p-id": "6030"
|
|
726
726
|
}, null, -1)]]);
|
|
727
727
|
}
|
|
728
|
-
var ArrowUp_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
728
|
+
var ArrowUp_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$13, [["render", _sfc_render$13]]), _sfc_main$12 = {}, _hoisted_1$24 = {
|
|
729
729
|
style: {
|
|
730
730
|
width: "100%",
|
|
731
731
|
height: "100%"
|
|
@@ -737,8 +737,8 @@ var ArrowUp_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_mai
|
|
|
737
737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
738
738
|
"p-id": "6997"
|
|
739
739
|
};
|
|
740
|
-
function _sfc_render$
|
|
741
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
740
|
+
function _sfc_render$12(e, n) {
|
|
741
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$24, [...n[0] ||= [createElementVNode("path", {
|
|
742
742
|
d: "M512.34133333 931.38488889c-49.94844445 0-98.87288889-8.64711111-145.29422222-25.82755556-44.94222222-16.61155555-86.35733333-40.61866667-123.22133333-71.45244444-74.29688889-61.89511111-125.15555555-148.02488889-143.24622223-242.34666667l71.45244445-13.76711111c31.28888889 162.58844445 174.42133333 280.576 340.30933333 280.576 70.08711111 0 137.55733333-20.82133333 195.12888889-60.07466666 56.32-38.45688889 99.66933333-91.93244445 125.49688889-154.73777778l67.35644444 27.648c-31.28888889 76.00355555-83.74044445 140.74311111-151.77955555 187.16444444-69.85955555 47.67288889-151.43822222 72.81777778-236.20266667 72.81777778zM846.848 421.43288889C827.392 349.29777778 783.92888889 284.33066667 724.65066667 238.13688889c-61.21244445-47.55911111-134.59911111-72.704-212.30933334-72.704-69.97333333 0-137.44355555 20.70755555-194.90133333 59.96088889-56.32 38.57066667-99.78311111 91.93244445-125.61066667 154.624l-67.35644444-27.76177778c31.28888889-75.88977778 83.74044445-140.40177778 151.77955556-186.82311111 69.74577778-47.55911111 151.32444445-72.704 235.9751111-72.704 47.33155555 0 93.86666667 7.85066667 138.12622223 23.32444444 42.89422222 14.90488889 82.83022222 36.75022222 118.784 64.62577778 35.61244445 27.648 66.33244445 60.64355555 91.47733333 98.07644444 25.48622222 38.00177778 44.48711111 79.64444445 56.32 123.67644445l-70.08711111 19.00088889z",
|
|
743
743
|
"p-id": "6998"
|
|
744
744
|
}, null, -1), createElementVNode("path", {
|
|
@@ -746,7 +746,7 @@ function _sfc_render$10(e, n) {
|
|
|
746
746
|
"p-id": "6999"
|
|
747
747
|
}, null, -1)]]);
|
|
748
748
|
}
|
|
749
|
-
var Refresh_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
749
|
+
var Refresh_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$12, [["render", _sfc_render$12]]), _sfc_main$11 = {}, _hoisted_1$23 = {
|
|
750
750
|
style: {
|
|
751
751
|
width: "100%",
|
|
752
752
|
height: "100%"
|
|
@@ -758,13 +758,13 @@ var Refresh_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_mai
|
|
|
758
758
|
xmlns: "http://www.w3.org/2000/svg",
|
|
759
759
|
"p-id": "9850"
|
|
760
760
|
};
|
|
761
|
-
function _sfc_render$
|
|
762
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
761
|
+
function _sfc_render$11(e, n) {
|
|
762
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$23, [...n[0] ||= [createElementVNode("path", {
|
|
763
763
|
d: "M64 448l832-320-128 704-446.016-243.008L832 192 243.008 544.96 64 448z m256 512v-303.04L512 768l-192 192z",
|
|
764
764
|
"p-id": "9851"
|
|
765
765
|
}, null, -1)]]);
|
|
766
766
|
}
|
|
767
|
-
var Promotion_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
767
|
+
var Promotion_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$11, [["render", _sfc_render$11]]), _sfc_main$10 = {}, _hoisted_1$22 = {
|
|
768
768
|
style: {
|
|
769
769
|
width: "100%",
|
|
770
770
|
height: "100%"
|
|
@@ -776,13 +776,13 @@ var Promotion_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_m
|
|
|
776
776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
777
777
|
"p-id": "2958"
|
|
778
778
|
};
|
|
779
|
-
function _sfc_render$
|
|
780
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
779
|
+
function _sfc_render$10(e, n) {
|
|
780
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$22, [...n[0] ||= [createElementVNode("path", {
|
|
781
781
|
d: "M512 97.52381c228.912762 0 414.47619 185.563429 414.47619 414.47619s-185.563429 414.47619-414.47619 414.47619S97.52381 740.912762 97.52381 512 283.087238 97.52381 512 97.52381z m0 73.142857C323.486476 170.666667 170.666667 323.486476 170.666667 512s152.81981 341.333333 341.333333 341.333333 341.333333-152.81981 341.333333-341.333333S700.513524 170.666667 512 170.666667z m36.571429 268.190476v292.571428h-73.142858V438.857143h73.142858z m0-121.904762v73.142857h-73.142858v-73.142857h73.142858z",
|
|
782
782
|
"p-id": "2959"
|
|
783
783
|
}, null, -1)]]);
|
|
784
784
|
}
|
|
785
|
-
var Info_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
785
|
+
var Info_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _sfc_main$9 = {}, _hoisted_1$21 = {
|
|
786
786
|
style: {
|
|
787
787
|
width: "100%",
|
|
788
788
|
height: "100%"
|
|
@@ -790,13 +790,13 @@ var Info_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$8
|
|
|
790
790
|
viewBox: "0 0 1024 1024",
|
|
791
791
|
xmlns: "http://www.w3.org/2000/svg"
|
|
792
792
|
};
|
|
793
|
-
function _sfc_render$
|
|
794
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
793
|
+
function _sfc_render$9(e, n) {
|
|
794
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$21, [...n[0] ||= [createElementVNode("path", {
|
|
795
795
|
d: "M512 0C228.4 0 0 228.4 0 512s228.4 512 512 512 512-228.4 512-512S795.6 0 512 0zm263.5 371.2l-317.1 317.1c-12.5 12.5-32.8 12.5-45.3 0L187.9 452.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l194.2 194.2 292.9-292.9c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-338.1 338.2z",
|
|
796
796
|
fill: "currentColor"
|
|
797
797
|
}, null, -1)]]);
|
|
798
798
|
}
|
|
799
|
-
var Success_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
799
|
+
var Success_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$9, [["render", _sfc_render$9]]), _sfc_main$8 = {}, _hoisted_1$20 = {
|
|
800
800
|
style: {
|
|
801
801
|
width: "100%",
|
|
802
802
|
height: "100%"
|
|
@@ -804,8 +804,8 @@ var Success_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_mai
|
|
|
804
804
|
viewBox: "0 0 1024 1024",
|
|
805
805
|
xmlns: "http://www.w3.org/2000/svg"
|
|
806
806
|
};
|
|
807
|
-
function _sfc_render$
|
|
808
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
807
|
+
function _sfc_render$8(e, n) {
|
|
808
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$20, [...n[0] ||= [createElementVNode("path", {
|
|
809
809
|
d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z",
|
|
810
810
|
fill: "currentColor"
|
|
811
811
|
}, null, -1), createElementVNode("path", {
|
|
@@ -813,7 +813,7 @@ function _sfc_render$6(e, n) {
|
|
|
813
813
|
fill: "currentColor"
|
|
814
814
|
}, null, -1)]]);
|
|
815
815
|
}
|
|
816
|
-
var Warning_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
816
|
+
var Warning_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _sfc_main$7 = {}, _hoisted_1$19 = {
|
|
817
817
|
style: {
|
|
818
818
|
width: "100%",
|
|
819
819
|
height: "100%"
|
|
@@ -821,13 +821,13 @@ var Warning_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_mai
|
|
|
821
821
|
viewBox: "0 0 1024 1024",
|
|
822
822
|
xmlns: "http://www.w3.org/2000/svg"
|
|
823
823
|
};
|
|
824
|
-
function _sfc_render$
|
|
825
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
824
|
+
function _sfc_render$7(e, n) {
|
|
825
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$19, [...n[0] ||= [createElementVNode("path", {
|
|
826
826
|
d: "M512 89.6c-235.2 0-425.6 190.4-425.6 425.6S276.8 940.8 512 940.8 937.6 750.4 937.6 515.2 747.2 89.6 512 89.6zm217.6 585.6c18.8 18.8 18.8 49.6 0 68.8-18.8 18.8-49.6 18.8-68.8 0L512 594.8 363.2 744c-18.8 18.8-49.6 18.8-68.8 0-18.8-18.8-18.8-49.6 0-68.8l148.8-148.8L294.4 377.6c-18.8-18.8-18.8-49.6 0-68.8 18.8-18.8 49.6-18.8 68.8 0l148.8 148.8L660.8 308.8c18.8-18.8 49.6-18.8 68.8 0 18.8 18.8 18.8 49.6 0 68.8L580.8 526.4l148.8 148.8z",
|
|
827
827
|
fill: "currentColor"
|
|
828
828
|
}, null, -1)]]);
|
|
829
829
|
}
|
|
830
|
-
var Error_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
830
|
+
var Error_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$7, [["render", _sfc_render$7]]), _sfc_main$6 = {}, _hoisted_1$18 = {
|
|
831
831
|
style: {
|
|
832
832
|
width: "100%",
|
|
833
833
|
height: "100%"
|
|
@@ -835,13 +835,13 @@ var Error_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
|
835
835
|
viewBox: "0 0 1024 1024",
|
|
836
836
|
xmlns: "http://www.w3.org/2000/svg"
|
|
837
837
|
};
|
|
838
|
-
function _sfc_render$
|
|
839
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
838
|
+
function _sfc_render$6(e, n) {
|
|
839
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$18, [...n[0] ||= [createElementVNode("path", {
|
|
840
840
|
d: "M512 0C229.2 0 0 229.2 0 512s229.2 512 512 512 512-229.2 512-512S794.8 0 512 0zm56 768H456V456h112v312zm0-400H456V264h112v104z",
|
|
841
841
|
fill: "currentColor"
|
|
842
842
|
}, null, -1)]]);
|
|
843
843
|
}
|
|
844
|
-
var Message_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
844
|
+
var Message_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$6, [["render", _sfc_render$6]]), _sfc_main$5 = {}, _hoisted_1$17 = {
|
|
845
845
|
style: {
|
|
846
846
|
width: "100%",
|
|
847
847
|
height: "100%"
|
|
@@ -853,14 +853,14 @@ var Message_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_mai
|
|
|
853
853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
854
854
|
"p-id": "5846"
|
|
855
855
|
};
|
|
856
|
-
function _sfc_render$
|
|
857
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
856
|
+
function _sfc_render$5(e, n) {
|
|
857
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$17, [...n[0] ||= [createElementVNode("path", {
|
|
858
858
|
d: "M768.73106 703.537712c-35.606921 0-67.945574 14.793214-91.167479 38.359147l-309.109357-171.670082c9.116748-17.545439 14.621199-37.155048 14.621199-58.312783 0-12.55703-2.408198-24.426004-5.676466-35.950949l304.63699-189.215522c22.705863 20.469679 52.464304 33.198723 85.146985 33.198723 70.525785 0 127.978498-57.452713 127.978498-127.978498S837.708718 63.989249 767.182933 63.989249s-127.978498 57.452713-127.978498 127.978498c0 14.621199 2.92424 28.382328 7.396607 41.455401L344.716278 420.746514c-23.049891-22.705863-54.700487-36.983034-89.791366-36.983034-70.525785 0-127.978498 57.452713-127.978498 127.978498s57.452713 127.978498 127.978498 127.978498c25.630102 0 49.540064-7.740635 69.493701-20.813707l321.150344 178.378633c-3.096254 11.008903-5.160423 22.18982-5.160423 34.058794 0 70.525785 57.452713 127.978498 127.978498 127.978498s127.978498-57.452713 127.978498-127.978498S839.256845 703.537712 768.73106 703.537712zM767.182933 127.978498c35.262893 0 63.989249 28.726356 63.989249 63.989249s-28.726356 63.989249-63.989249 63.989249-63.989249-28.726356-63.989249-63.989249S731.92004 127.978498 767.182933 127.978498zM191.107677 511.913993c0-35.262893 28.726356-63.989249 63.989249-63.989249s63.989249 28.726356 63.989249 63.989249-28.726356 63.989249-63.989249 63.989249S191.107677 547.176886 191.107677 511.913993zM768.73106 895.505459c-35.262893 0-63.989249-28.726356-63.989249-63.989249s28.726356-63.989249 63.989249-63.989249 63.989249 28.726356 63.989249 63.989249C832.720309 866.951117 803.993953 895.505459 768.73106 895.505459z",
|
|
859
859
|
fill: "#575B66",
|
|
860
860
|
"p-id": "5847"
|
|
861
861
|
}, null, -1)]]);
|
|
862
862
|
}
|
|
863
|
-
var Share_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
863
|
+
var Share_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$5, [["render", _sfc_render$5]]), _sfc_main$4 = {}, _hoisted_1$16 = {
|
|
864
864
|
style: {
|
|
865
865
|
width: "100%",
|
|
866
866
|
height: "100%"
|
|
@@ -872,14 +872,14 @@ var Share_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
|
872
872
|
xmlns: "http://www.w3.org/2000/svg",
|
|
873
873
|
"p-id": "7726"
|
|
874
874
|
};
|
|
875
|
-
function _sfc_render$
|
|
876
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
875
|
+
function _sfc_render$4(e, n) {
|
|
876
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$16, [...n[0] ||= [createElementVNode("path", {
|
|
877
877
|
d: "M501.84 393.44h16a16 16 0 0 1 16 16v151.584a16 16 0 0 1-6.768 13.072l-84.928 59.952a16 16 0 0 1-22.304-3.84l-9.216-13.072a16 16 0 0 1 3.84-22.304l71.376-50.4V409.44a16 16 0 0 1 16-16z m3.552 458.96C332.304 852.4 192 712.08 192 539.008s140.32-313.392 313.392-313.392c173.088 0 313.392 140.32 313.392 313.392 0 173.088-140.32 313.392-313.392 313.392z m0-48c146.56 0 265.392-118.816 265.392-265.392 0-146.56-118.816-265.392-265.392-265.392-146.56 0-265.392 118.832-265.392 265.392 0 146.576 118.816 265.392 265.392 265.392z m-100.288-617.6l4.752 17.36c4.224 13.632-4.48 17.712-8.784 19.088a333.824 333.824 0 0 0-156.72 106.448c-4.032 4.912-11.408 13.952-26.24 4.528l-11.952-8.688c-11.472-9.088-5.648-17.904-2.176-22.24a381.792 381.792 0 0 1 183.44-126.08c4.608-1.456 13.968-3.344 17.68 9.568z m396.768 137.376l-13.184 9.696c-13.04 8.912-19.84 0.48-23.424-3.904a333.84 333.84 0 0 0-155.12-106.032c-5.44-1.76-15.936-5.376-11.664-23.04l3.728-13.856c5.104-14.64 15.328-11.136 21.008-9.328a381.808 381.808 0 0 1 180.608 123.6c3.616 4.48 11.136 14.288-1.952 22.864z",
|
|
878
878
|
fill: "#000000",
|
|
879
879
|
"p-id": "7727"
|
|
880
880
|
}, null, -1)]]);
|
|
881
881
|
}
|
|
882
|
-
var Clock_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
882
|
+
var Clock_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$4, [["render", _sfc_render$4]]), _sfc_main$3 = {}, _hoisted_1$15 = {
|
|
883
883
|
style: {
|
|
884
884
|
width: "100%",
|
|
885
885
|
height: "100%"
|
|
@@ -891,35 +891,71 @@ var Clock_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
|
891
891
|
xmlns: "http://www.w3.org/2000/svg",
|
|
892
892
|
"p-id": "8719"
|
|
893
893
|
};
|
|
894
|
-
function _sfc_render$
|
|
895
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
894
|
+
function _sfc_render$3(e, n) {
|
|
895
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$15, [...n[0] ||= [createElementVNode("path", {
|
|
896
896
|
d: "M938.666667 682.666667c-46.933333 0-85.333333-38.4-85.333334-85.333334V384c0-187.733333-153.6-341.333333-341.333333-341.333333S170.666667 196.266667 170.666667 384v213.333333c0 46.933333-38.4 85.333333-85.333334 85.333334-25.6 0-42.666667 17.066667-42.666666 42.666666s17.066667 42.666667 42.666666 42.666667h853.333334c25.6 0 42.666667-17.066667 42.666666-42.666667s-17.066667-42.666667-42.666666-42.666666zM234.666667 682.666667c12.8-25.6 21.333333-55.466667 21.333333-85.333334V384c0-140.8 115.2-256 256-256s256 115.2 256 256v213.333333c0 29.866667 8.533333 59.733333 21.333333 85.333334h-554.666666zM605.866667 857.6c-21.333333-12.8-46.933333-4.266667-59.733334 17.066667-4.266667 12.8-17.066667 21.333333-34.133333 21.333333s-29.866667-8.533333-38.4-21.333333c-12.8-21.333333-38.4-25.6-59.733333-17.066667-21.333333 12.8-25.6 38.4-17.066667 59.733333 34.133333 59.733333 115.2 81.066667 174.933333 46.933334 17.066667-12.8 34.133333-25.6 46.933334-46.933334 17.066667-21.333333 8.533333-46.933333-12.8-59.733333z",
|
|
897
897
|
"p-id": "8720"
|
|
898
898
|
}, null, -1)]]);
|
|
899
899
|
}
|
|
900
|
-
var Bell_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$
|
|
900
|
+
var Bell_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$3, [["render", _sfc_render$3]]), _sfc_main$2 = {}, _hoisted_1$14 = {
|
|
901
|
+
style: {
|
|
902
|
+
width: "100%",
|
|
903
|
+
height: "100%"
|
|
904
|
+
},
|
|
905
|
+
t: "1780571550434",
|
|
906
|
+
class: "icon",
|
|
907
|
+
viewBox: "0 0 1024 1024",
|
|
908
|
+
version: "1.1",
|
|
909
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
910
|
+
"p-id": "5037"
|
|
911
|
+
};
|
|
912
|
+
function _sfc_render$2(e, n) {
|
|
913
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$14, [...n[0] ||= [createElementVNode("path", {
|
|
914
|
+
d: "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326z m1.8 562H232V136h302v216c0 23.2 18.8 42 42 42h216v494z",
|
|
915
|
+
"p-id": "5038",
|
|
916
|
+
fill: "#8a8a8a"
|
|
917
|
+
}, null, -1)]]);
|
|
918
|
+
}
|
|
919
|
+
var File_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$2, [["render", _sfc_render$2]]), _sfc_main$1 = {}, _hoisted_1$13 = {
|
|
901
920
|
style: {
|
|
902
921
|
width: "100%",
|
|
903
922
|
height: "100%"
|
|
904
923
|
},
|
|
905
|
-
viewBox: "0 0 1024 1024"
|
|
924
|
+
viewBox: "0 0 1024 1024",
|
|
925
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
926
|
+
};
|
|
927
|
+
function _sfc_render$1(e, n) {
|
|
928
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$13, [...n[0] ||= [createElementVNode("path", {
|
|
929
|
+
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 832A384 384 0 1 0 128 512a384 384 0 0 0 384 384zm0-352a32 32 0 0 1 0 64 32 32 0 0 1 0-64zm0 192a32 32 0 0 1 0 64 32 32 0 0 1 0-64z",
|
|
930
|
+
fill: "currentColor"
|
|
931
|
+
}, null, -1)]]);
|
|
932
|
+
}
|
|
933
|
+
var Loading_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main$1, [["render", _sfc_render$1]]), _sfc_main = {}, _hoisted_1$12 = {
|
|
934
|
+
style: {
|
|
935
|
+
width: "100%",
|
|
936
|
+
height: "100%"
|
|
937
|
+
},
|
|
938
|
+
viewBox: "0 0 1024 1024",
|
|
939
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
906
940
|
};
|
|
907
941
|
function _sfc_render(e, n) {
|
|
908
942
|
return openBlock(), createElementBlock("svg", _hoisted_1$12, [...n[0] ||= [createElementVNode("path", {
|
|
909
|
-
d: "
|
|
943
|
+
d: "M512 0C264.6 0 64 200.6 64 448s200.6 448 448 448 448-200.6 448-448S759.4 0 512 0zm193.5 301.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z",
|
|
910
944
|
fill: "currentColor"
|
|
911
945
|
}, null, -1)]]);
|
|
912
946
|
}
|
|
913
|
-
var
|
|
947
|
+
var CheckCircle_default = /* @__PURE__ */ _plugin_vue_export_helper_default(_sfc_main, [["render", _sfc_render]]), Icons_exports = /* @__PURE__ */ __exportAll$1({
|
|
914
948
|
ArrowRight: () => ArrowRight_default,
|
|
915
949
|
ArrowUp: () => ArrowUp_default,
|
|
916
950
|
Bell: () => Bell_default,
|
|
951
|
+
CheckCircle: () => CheckCircle_default,
|
|
917
952
|
Clock: () => Clock_default,
|
|
918
953
|
Close: () => Close_default,
|
|
919
954
|
CloseBold: () => CloseBold_default,
|
|
920
955
|
Error: () => Error_default,
|
|
921
956
|
File: () => File_default,
|
|
922
957
|
Info: () => Info_default,
|
|
958
|
+
Loading: () => Loading_default,
|
|
923
959
|
Message: () => Message_default,
|
|
924
960
|
Plus: () => Plus_default,
|
|
925
961
|
PlusCircle: () => PlusCircle_default,
|
|
@@ -1170,19 +1206,19 @@ var _hoisted_1$11 = { style: {
|
|
|
1170
1206
|
"update:modelValue"
|
|
1171
1207
|
],
|
|
1172
1208
|
setup(e, { expose: n, emit: r }) {
|
|
1173
|
-
useCssVars((e) => ({
|
|
1209
|
+
useCssVars((e) => ({ v45212a72: unref(p) / 2 }));
|
|
1174
1210
|
let i = r, a = e, { fields: o, labelWidth: s = "100px", valueWidth: c = "auto", omitFields: l = [], rules: u = reactive({}), labelPosition: d = "top", valueModel: f = "default", column: p = 24 } = a, m = ref(0), g = ref(), _ = computed(() => a.modelValue !== void 0), v = reactive({}), y = computed(() => _.value ? a.modelValue : a.model || v), b = computed({
|
|
1175
1211
|
get: () => y.value,
|
|
1176
1212
|
set: (e) => {
|
|
1177
1213
|
_.value && i("update:modelValue", e);
|
|
1178
1214
|
}
|
|
1179
1215
|
}), x = computed(() => o.filter((e) => typeof e.prop == "string")), S = computed(() => {
|
|
1180
|
-
if (u && Object.keys(u).length) return u;
|
|
1181
1216
|
let e = {};
|
|
1182
|
-
return
|
|
1183
|
-
|
|
1217
|
+
return x.value.forEach((n) => {
|
|
1218
|
+
let r = n.prop;
|
|
1219
|
+
u && u[r] ? e[r] = u[r] : n.rules && Object.keys(n.rules).length ? e[r] = n.rules : n.required && (e[r] = [{
|
|
1184
1220
|
required: !0,
|
|
1185
|
-
message:
|
|
1221
|
+
message: `请输入${n.label}`,
|
|
1186
1222
|
trigger: "change"
|
|
1187
1223
|
}]);
|
|
1188
1224
|
}), e;
|
|
@@ -1333,7 +1369,7 @@ var _hoisted_1$11 = { style: {
|
|
|
1333
1369
|
]))], 64);
|
|
1334
1370
|
};
|
|
1335
1371
|
}
|
|
1336
|
-
}), Form_exports = /* @__PURE__ */ __exportAll$1({ default: () => Form_default }), Form_default = /* @__PURE__ */ _plugin_vue_export_helper_default(index_vue_vue_type_script_setup_true_lang_default$9, [["__scopeId", "data-v-
|
|
1372
|
+
}), Form_exports = /* @__PURE__ */ __exportAll$1({ default: () => Form_default }), Form_default = /* @__PURE__ */ _plugin_vue_export_helper_default(index_vue_vue_type_script_setup_true_lang_default$9, [["__scopeId", "data-v-d3c1716d"]]), _hoisted_1$9 = ["disabled"], index_vue_vue_type_script_setup_true_lang_default$8 = /* @__PURE__ */ defineComponent({
|
|
1337
1373
|
__name: "index",
|
|
1338
1374
|
props: /* @__PURE__ */ mergeModels({
|
|
1339
1375
|
defaultValue: { default: "" },
|
|
@@ -2192,10 +2228,7 @@ var _hoisted_1$4 = { style: {
|
|
|
2192
2228
|
}), StaffSelect_exports = /* @__PURE__ */ __exportAll$1({ default: () => StaffSelect_default }), StaffSelect_default = index_vue_vue_type_script_setup_true_lang_default$3, _hoisted_1$3 = { class: "file-left" }, _hoisted_2$1 = { class: "file-name" }, _hoisted_3 = {
|
|
2193
2229
|
key: 0,
|
|
2194
2230
|
class: "file-size"
|
|
2195
|
-
}, _hoisted_4 = ["onClick"], _hoisted_5 = ["onClick"], _hoisted_6 = ["onClick"], _hoisted_7 = { class: "file-actions" },
|
|
2196
|
-
key: 0,
|
|
2197
|
-
class: "success-icon"
|
|
2198
|
-
}, file_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
2231
|
+
}, _hoisted_4 = ["onClick"], _hoisted_5 = ["onClick"], _hoisted_6 = ["onClick"], _hoisted_7 = { class: "file-actions" }, file_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
2199
2232
|
__name: "file",
|
|
2200
2233
|
props: {
|
|
2201
2234
|
icon: {},
|
|
@@ -2209,10 +2242,10 @@ var _hoisted_1$4 = { style: {
|
|
|
2209
2242
|
action: {},
|
|
2210
2243
|
onChange: { type: Function },
|
|
2211
2244
|
accept: {},
|
|
2212
|
-
|
|
2245
|
+
showStatusIcon: { type: Boolean }
|
|
2213
2246
|
},
|
|
2214
2247
|
setup(e) {
|
|
2215
|
-
let n = e, r = useAttrs(), { text: i = "选择文件", icon: a = void 0, size: o = "default", accept: s } = n, c = r.disabled, l = r.onRemove, u = computed(() =>
|
|
2248
|
+
let n = e, r = useAttrs(), { text: i = "选择文件", icon: a = void 0, size: o = "default", accept: s } = n, c = r.disabled, l = r.onRemove, u = computed(() => n.showStatusIcon !== !1), d = ref(n.fileList || []);
|
|
2216
2249
|
watch(() => n.fileList, (e) => {
|
|
2217
2250
|
d.value = e || [];
|
|
2218
2251
|
}, {
|
|
@@ -2230,14 +2263,14 @@ var _hoisted_1$4 = { style: {
|
|
|
2230
2263
|
function y(e) {
|
|
2231
2264
|
if (!e.downloadUrl) return;
|
|
2232
2265
|
let n = document.createElement("a");
|
|
2233
|
-
n.href = e.downloadUrl?.includes("token") ? e.downloadUrl : `${e.downloadUrl}
|
|
2266
|
+
n.href = e.downloadUrl?.includes("token") ? e.downloadUrl : `${e.downloadUrl}`, n.download = e.name || "download", document.body.appendChild(n), n.click(), document.body.removeChild(n);
|
|
2234
2267
|
}
|
|
2235
2268
|
function b(e) {
|
|
2236
2269
|
e.downloadUrl && (navigator.clipboard.writeText(e.downloadUrl), VepMessage.success("复制成功"));
|
|
2237
2270
|
}
|
|
2238
2271
|
return (e, r) => {
|
|
2239
|
-
let l = resolveComponent("el-button"), x = resolveComponent("el-upload");
|
|
2240
|
-
return openBlock(), createBlock(
|
|
2272
|
+
let l = resolveComponent("el-button"), x = resolveComponent("el-icon"), S = resolveComponent("el-upload");
|
|
2273
|
+
return openBlock(), createBlock(S, mergeProps(e.$attrs, {
|
|
2241
2274
|
style: { width: "100%" },
|
|
2242
2275
|
action: n.action,
|
|
2243
2276
|
"file-list": d.value,
|
|
@@ -2250,14 +2283,13 @@ var _hoisted_1$4 = { style: {
|
|
|
2250
2283
|
}
|
|
2251
2284
|
}), createSlots({
|
|
2252
2285
|
file: withCtx(({ file: e }) => [createElementVNode("div", { class: normalizeClass(["upload-file-item", { "is-success": e.status === "success" }]) }, [createElementVNode("div", _hoisted_1$3, [
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
})])], -1),
|
|
2286
|
+
createVNode(x, {
|
|
2287
|
+
class: "file-icon",
|
|
2288
|
+
size: 14
|
|
2289
|
+
}, {
|
|
2290
|
+
default: withCtx(() => [createVNode(unref(File_default))]),
|
|
2291
|
+
_: 1
|
|
2292
|
+
}),
|
|
2261
2293
|
createElementVNode("span", _hoisted_2$1, toDisplayString(e.name), 1),
|
|
2262
2294
|
e.size ? (openBlock(), createElementBlock("span", _hoisted_3, "(" + toDisplayString(_(e.size)) + ")", 1)) : createCommentVNode("", !0),
|
|
2263
2295
|
e.downloadUrl ? (openBlock(), createElementBlock("span", {
|
|
@@ -2274,14 +2306,22 @@ var _hoisted_1$4 = { style: {
|
|
|
2274
2306
|
class: "remove-btn",
|
|
2275
2307
|
onClick: withModifiers((n) => v(e), ["stop"])
|
|
2276
2308
|
}, "删除", 8, _hoisted_6)
|
|
2277
|
-
]), createElementVNode("div", _hoisted_7, [
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
},
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
})
|
|
2309
|
+
]), createElementVNode("div", _hoisted_7, [e.status === "uploading" ? (openBlock(), createBlock(x, {
|
|
2310
|
+
key: 0,
|
|
2311
|
+
class: "loading-icon",
|
|
2312
|
+
size: 16
|
|
2313
|
+
}, {
|
|
2314
|
+
default: withCtx(() => [createVNode(unref(Loading_default))]),
|
|
2315
|
+
_: 1
|
|
2316
|
+
})) : u.value ? (openBlock(), createBlock(x, {
|
|
2317
|
+
key: 1,
|
|
2318
|
+
class: "success-icon",
|
|
2319
|
+
size: 16,
|
|
2320
|
+
color: "#67c23a"
|
|
2321
|
+
}, {
|
|
2322
|
+
default: withCtx(() => [createVNode(unref(CheckCircle_default))]),
|
|
2323
|
+
_: 1
|
|
2324
|
+
})) : createCommentVNode("", !0)])], 2)]),
|
|
2285
2325
|
default: withCtx(() => [renderSlot(e.$slots, "tip", {}, void 0, !0)]),
|
|
2286
2326
|
_: 2
|
|
2287
2327
|
}, [m.value ? void 0 : {
|
|
@@ -2312,7 +2352,7 @@ var _hoisted_1$4 = { style: {
|
|
|
2312
2352
|
]);
|
|
2313
2353
|
};
|
|
2314
2354
|
}
|
|
2315
|
-
}), file_default = /* @__PURE__ */ _plugin_vue_export_helper_default(file_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-
|
|
2355
|
+
}), file_default = /* @__PURE__ */ _plugin_vue_export_helper_default(file_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-50e853c6"]]), _hoisted_1$2 = ["src"], image_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
2316
2356
|
__name: "image",
|
|
2317
2357
|
props: {
|
|
2318
2358
|
icon: {},
|
|
@@ -2326,7 +2366,7 @@ var _hoisted_1$4 = { style: {
|
|
|
2326
2366
|
action: {},
|
|
2327
2367
|
onChange: { type: Function },
|
|
2328
2368
|
accept: {},
|
|
2329
|
-
|
|
2369
|
+
showStatusIcon: { type: Boolean }
|
|
2330
2370
|
},
|
|
2331
2371
|
emits: ["update:fileList"],
|
|
2332
2372
|
setup(e, { emit: n }) {
|
|
@@ -2389,7 +2429,7 @@ var _hoisted_1$4 = { style: {
|
|
|
2389
2429
|
action: {},
|
|
2390
2430
|
onChange: { type: Function },
|
|
2391
2431
|
accept: {},
|
|
2392
|
-
|
|
2432
|
+
showStatusIcon: { type: Boolean },
|
|
2393
2433
|
data: {}
|
|
2394
2434
|
},
|
|
2395
2435
|
emits: [
|
|
@@ -4802,10 +4842,8 @@ function useDetail(e) {
|
|
|
4802
4842
|
let e = d.data, r = {
|
|
4803
4843
|
...n.query,
|
|
4804
4844
|
instanceId: e
|
|
4805
|
-
}
|
|
4806
|
-
|
|
4807
|
-
window.location.href = i, window.location.reload();
|
|
4808
|
-
}, 1500);
|
|
4845
|
+
};
|
|
4846
|
+
n.mode === "hash" ? `${window.location.hash.split("?")[0]}${new URLSearchParams(r).toString()}` : `${window.location.pathname}${new URLSearchParams(r).toString()}`;
|
|
4809
4847
|
} else VepMessage.error(d?.message || "提交失败");
|
|
4810
4848
|
}
|
|
4811
4849
|
async function p(e) {
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { c as e, d as t, f as n, l as r, s as i, u as a } from "../entry-
|
|
1
|
+
import { c as e, d as t, f as n, l as r, s as i, u as a } from "../entry-Dl3ojaXs.js";
|
|
2
2
|
export { e as useDictionary, n as useFetch, r as useRoute, a as useRouter, t as useTable, i as useUser };
|
package/dist/index.css
CHANGED
|
@@ -43,24 +43,24 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.ui-form-buttons[data-v-
|
|
46
|
+
.ui-form-buttons[data-v-d3c1716d] {
|
|
47
47
|
display: flex;
|
|
48
48
|
justify-content: flex-start;
|
|
49
49
|
align-items: center;
|
|
50
50
|
}
|
|
51
51
|
.ui-form {
|
|
52
|
-
&[data-v-
|
|
52
|
+
&[data-v-d3c1716d] {
|
|
53
53
|
display: grid;
|
|
54
|
-
grid-template-columns: repeat(var(--
|
|
54
|
+
grid-template-columns: repeat(var(--v45212a72), minmax(0, 1fr));
|
|
55
55
|
gap: 0px 40px;
|
|
56
56
|
}
|
|
57
|
-
&[data-v-
|
|
57
|
+
&[data-v-d3c1716d] .el-form-item__label {
|
|
58
58
|
margin-bottom: 0;
|
|
59
59
|
font-weight: bold;
|
|
60
60
|
font-size: 0.8em;
|
|
61
61
|
color: #6b7280;
|
|
62
62
|
}
|
|
63
|
-
&[data-v-
|
|
63
|
+
&[data-v-d3c1716d] .el-form-item__content {
|
|
64
64
|
display: flex;
|
|
65
65
|
flex-wrap: inherit;
|
|
66
66
|
width: 100%;
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
|
|
79
79
|
/* 下划线样式 */
|
|
80
80
|
.underline {
|
|
81
|
-
&[data-v-
|
|
82
|
-
&[data-v-
|
|
81
|
+
&[data-v-d3c1716d] .el-input__wrapper,
|
|
82
|
+
&[data-v-d3c1716d] .el-textarea__inner {
|
|
83
83
|
box-shadow: 0px 1px 0px var(--el-input-border-color, var(--el-border-color));
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -176,115 +176,97 @@
|
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
.
|
|
180
|
-
display: none;
|
|
181
|
-
}
|
|
182
|
-
.hide-upload-list[data-v-bcb07b2b] .el-upload-list {
|
|
183
|
-
display: none;
|
|
184
|
-
}
|
|
185
|
-
.upload-file-item[data-v-bcb07b2b] {
|
|
179
|
+
.upload-file-item[data-v-50e853c6] {
|
|
186
180
|
display: flex;
|
|
187
181
|
align-items: center;
|
|
188
182
|
justify-content: space-between;
|
|
189
183
|
padding: 4px 8px;
|
|
190
|
-
font-size: 14px;
|
|
191
|
-
line-height: 1.5;
|
|
184
|
+
font-size: 14px;
|
|
192
185
|
}
|
|
193
|
-
.file-left[data-v-
|
|
186
|
+
.file-left[data-v-50e853c6] {
|
|
194
187
|
display: flex;
|
|
195
188
|
align-items: center;
|
|
196
189
|
flex: 1;
|
|
197
|
-
overflow: hidden;
|
|
190
|
+
overflow: hidden;
|
|
191
|
+
gap: 8px;
|
|
198
192
|
}
|
|
199
|
-
.file-icon[data-v-
|
|
200
|
-
display: flex;
|
|
193
|
+
.file-icon[data-v-50e853c6] {
|
|
194
|
+
display: inline-flex;
|
|
201
195
|
align-items: center;
|
|
202
|
-
margin-right: 8px;
|
|
203
196
|
color: #606266;
|
|
204
|
-
flex-shrink: 0;
|
|
205
|
-
width: 14px;
|
|
206
|
-
height: auto;
|
|
197
|
+
flex-shrink: 0;
|
|
207
198
|
}
|
|
208
|
-
.file-name[data-v-
|
|
199
|
+
.file-name[data-v-50e853c6] {
|
|
209
200
|
color: #606266;
|
|
210
201
|
overflow: hidden;
|
|
211
202
|
text-overflow: ellipsis;
|
|
212
|
-
white-space: nowrap;
|
|
213
|
-
line-height: 1;
|
|
214
|
-
display: inline-flex;
|
|
215
|
-
align-items: center;
|
|
203
|
+
white-space: nowrap;
|
|
216
204
|
}
|
|
217
|
-
.file-size[data-v-
|
|
205
|
+
.file-size[data-v-50e853c6] {
|
|
218
206
|
color: #909399;
|
|
219
|
-
margin-left: 4px;
|
|
220
207
|
font-size: 12px;
|
|
221
|
-
flex-shrink: 0;
|
|
222
|
-
line-height: 1;
|
|
223
|
-
display: inline-flex;
|
|
224
|
-
align-items: center;
|
|
208
|
+
flex-shrink: 0;
|
|
225
209
|
}
|
|
226
|
-
.file-actions[data-v-
|
|
210
|
+
.file-actions[data-v-50e853c6] {
|
|
227
211
|
display: flex;
|
|
228
212
|
align-items: center;
|
|
229
213
|
gap: 8px;
|
|
230
|
-
margin-left: 8px;
|
|
231
214
|
flex-shrink: 0;
|
|
232
215
|
}
|
|
233
|
-
.success-icon[data-v-
|
|
234
|
-
|
|
216
|
+
.success-icon[data-v-50e853c6],
|
|
217
|
+
.loading-icon[data-v-50e853c6] {
|
|
218
|
+
display: inline-flex;
|
|
235
219
|
align-items: center;
|
|
236
220
|
}
|
|
237
|
-
.
|
|
238
|
-
|
|
239
|
-
|
|
221
|
+
.loading-icon[data-v-50e853c6] {
|
|
222
|
+
animation: spin-50e853c6 1s linear infinite;
|
|
223
|
+
}
|
|
224
|
+
@keyframes spin-50e853c6 {
|
|
225
|
+
from { transform: rotate(0deg);
|
|
226
|
+
}
|
|
227
|
+
to { transform: rotate(360deg);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
.download-btn[data-v-50e853c6],
|
|
231
|
+
.copy-btn[data-v-50e853c6],
|
|
232
|
+
.remove-btn[data-v-50e853c6] {
|
|
240
233
|
display: inline-flex;
|
|
241
234
|
align-items: center;
|
|
242
235
|
cursor: pointer;
|
|
243
236
|
color: #909399;
|
|
244
237
|
opacity: 0;
|
|
245
238
|
transition: opacity 0.3s, color 0.3s;
|
|
246
|
-
font-size: 12px;
|
|
247
|
-
margin-left: 10px;
|
|
239
|
+
font-size: 12px;
|
|
248
240
|
}
|
|
249
|
-
.file-left:hover .download-btn[data-v-
|
|
250
|
-
.file-left:hover .copy-btn[data-v-
|
|
251
|
-
.file-left:hover .remove-btn[data-v-
|
|
241
|
+
.file-left:hover .download-btn[data-v-50e853c6],
|
|
242
|
+
.file-left:hover .copy-btn[data-v-50e853c6],
|
|
243
|
+
.file-left:hover .remove-btn[data-v-50e853c6] {
|
|
252
244
|
opacity: 1;
|
|
253
245
|
}
|
|
254
|
-
.download-btn[data-v-
|
|
255
|
-
.copy-btn[data-v-
|
|
246
|
+
.download-btn[data-v-50e853c6]:hover,
|
|
247
|
+
.copy-btn[data-v-50e853c6]:hover {
|
|
256
248
|
color: #409eff;
|
|
257
249
|
}
|
|
258
|
-
.remove-btn[data-v-
|
|
250
|
+
.remove-btn[data-v-50e853c6]:hover {
|
|
259
251
|
color: #f56c6c;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
/* 隐藏 Element Plus 默认的文件列表样式 */
|
|
263
|
-
[data-v-bcb07b2b] .el-upload-list__item {
|
|
252
|
+
}
|
|
253
|
+
[data-v-50e853c6] .el-upload-list__item {
|
|
264
254
|
padding: 0;
|
|
265
255
|
border: none;
|
|
266
256
|
background: transparent;
|
|
267
257
|
}
|
|
268
|
-
[data-v-
|
|
258
|
+
[data-v-50e853c6] .el-upload-list__item-name,[data-v-50e853c6] .el-upload-list__item-status-label,[data-v-50e853c6] .el-upload-list__item .el-icon--close {
|
|
269
259
|
display: none;
|
|
270
260
|
}
|
|
271
|
-
[data-v-
|
|
272
|
-
|
|
261
|
+
[data-v-50e853c6] .el-upload-list {
|
|
262
|
+
list-style: none;
|
|
273
263
|
}
|
|
274
|
-
[data-v-
|
|
264
|
+
.hide-upload-text[data-v-50e853c6] .el-upload--text {
|
|
275
265
|
display: none;
|
|
276
266
|
}
|
|
277
|
-
[data-v-
|
|
267
|
+
.hide-upload-list[data-v-50e853c6] .el-upload-list {
|
|
278
268
|
display: none;
|
|
279
269
|
}
|
|
280
|
-
|
|
281
|
-
/* 隐藏默认的圆点 */
|
|
282
|
-
[data-v-bcb07b2b] .el-upload-list {
|
|
283
|
-
list-style: none;
|
|
284
|
-
}
|
|
285
|
-
[data-v-bcb07b2b] .el-upload-list__item::before {
|
|
286
|
-
display: none !important;
|
|
287
|
-
}
|
|
288
270
|
|
|
289
271
|
.hide-upload-item[data-v-98470b3a] .el-upload--picture-card {
|
|
290
272
|
display: none;
|
package/dist/utils/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { O as e, _ as t, b as n, v as r, y as i } from "../entry-
|
|
1
|
+
import { O as e, _ as t, b as n, v as r, y as i } from "../entry-Dl3ojaXs.js";
|
|
2
2
|
export { t as baseUrl, n as request, e as tempToRender, r as uniq, i as uniqBy };
|
package/dist/vep-ui.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as e, C as t, D as n, E as r, S as i, T as a, a as o, g as s, h as c, i as l, k as u, m as d, n as f, o as p, p as m, r as h, t as g, w as _, x as v } from "./entry-
|
|
1
|
+
import { A as e, C as t, D as n, E as r, S as i, T as a, a as o, g as s, h as c, i as l, k as u, m as d, n as f, o as p, p as m, r as h, t as g, w as _, x as v } from "./entry-Dl3ojaXs.js";
|
|
2
2
|
export { e as UiCard, i as UiDescriptions, v as UiDialog, a as UiEditor, n as UiFilter, r as UiForm, t as UiInfiniteScroll, d as UiStaffSelect, u as UiTable, _ as UiTree, m as UiUpload, s as WcUtils, o as YcApproval, c as YcMessage, l as YcPageAgent, h as default, h as ycPlugin, g as getHostVue, p as hooks, f as setHostVue };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yc-vep-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.66",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "基于 Vue 3 + Element Plus 的企业级 UI 组件库",
|
|
6
6
|
"keywords": [
|
|
@@ -38,12 +38,6 @@
|
|
|
38
38
|
"dist",
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
|
-
"scripts": {
|
|
42
|
-
"dev": "vite",
|
|
43
|
-
"build": "vue-tsc && vite build",
|
|
44
|
-
"build:lib": "vite build && node scripts/generate-entry-dts.cjs",
|
|
45
|
-
"preview": "vite preview"
|
|
46
|
-
},
|
|
47
41
|
"dependencies": {
|
|
48
42
|
"aieditor": "^1.4.0",
|
|
49
43
|
"jsencrypt": "^3.5.4",
|
|
@@ -73,5 +67,11 @@
|
|
|
73
67
|
},
|
|
74
68
|
"sideEffects": [
|
|
75
69
|
"**/*.css"
|
|
76
|
-
]
|
|
77
|
-
|
|
70
|
+
],
|
|
71
|
+
"scripts": {
|
|
72
|
+
"dev": "vite",
|
|
73
|
+
"build": "vue-tsc && vite build",
|
|
74
|
+
"build:lib": "vite build && node scripts/generate-entry-dts.cjs",
|
|
75
|
+
"preview": "vite preview"
|
|
76
|
+
}
|
|
77
|
+
}
|