@lemon30_npm/csit-vue3 0.0.7 → 0.0.8
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 +29 -10
- package/dist/csit-vue3.js +21 -13
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/lib/axios/index.js +67 -0
- package/dist/lib/axios/middlewares/middleware-executor.js +15 -0
- package/dist/lib/axios/middlewares/request-middlewares/addXRequestedWith.js +12 -0
- package/dist/lib/axios/middlewares/request-middlewares/dafeiyiqi-disposeGetUrlParams.js +17 -0
- package/dist/lib/axios/middlewares/request-middlewares/logRequest.js +7 -0
- package/dist/lib/axios/middlewares/response-middlewares/formatResponseData.js +7 -0
- package/dist/lib/axios/middlewares/response-middlewares/handle-error/errorMessages.js +14 -0
- package/dist/lib/axios/middlewares/response-middlewares/handle-error/handleError.js +35 -0
- package/dist/lib/axios/middlewares/response-middlewares/handle-success/handleFileStream.js +11 -0
- package/dist/lib/axios/middlewares/response-middlewares/handle-success/handleSuccess.js +20 -0
- package/dist/lib/axios/middlewares/response-middlewares/handle-success/handleTokenInvalidToLogin.js +18 -0
- package/dist/lib/axios/middlewares/response-middlewares/logResponse.js +13 -0
- package/dist/lib/ci-blue-line-title/index.css +1 -0
- package/dist/lib/ci-blue-line-title/index.js +7 -0
- package/dist/lib/ci-blue-line-title/index.vue.js +7 -0
- package/dist/lib/ci-blue-line-title/index.vue2.js +29 -0
- package/dist/lib/ci-common-list/ci-common-list-layout/index.css +1 -0
- package/dist/lib/ci-common-list/ci-common-list-layout/index.js +7 -0
- package/dist/lib/ci-common-list/ci-common-list-layout/index.vue.js +7 -0
- package/dist/lib/ci-common-list/ci-common-list-layout/index.vue2.js +87 -0
- package/dist/lib/ci-common-list/ci-common-list-pagination/index.js +7 -0
- package/dist/lib/ci-common-list/ci-common-list-pagination/index.vue.js +7 -0
- package/dist/lib/ci-common-list/ci-common-list-pagination/index.vue2.js +31 -0
- package/dist/lib/ci-common-list/ci-common-list-query/index.css +1 -0
- package/dist/lib/ci-common-list/ci-common-list-query/index.js +7 -0
- package/dist/lib/ci-common-list/ci-common-list-query/index.vue.js +7 -0
- package/dist/lib/ci-common-list/ci-common-list-query/index.vue2.js +80 -0
- package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.css +1 -0
- package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.js +7 -0
- package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.vue.js +7 -0
- package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.vue2.js +51 -0
- package/dist/lib/ci-dictionary-select/config.js +18 -0
- package/dist/lib/ci-dictionary-select/index.css +0 -0
- package/dist/lib/ci-dictionary-select/index.js +7 -0
- package/dist/lib/ci-dictionary-select/index.vue.js +7 -0
- package/dist/lib/ci-dictionary-select/index.vue2.js +78 -0
- package/dist/lib/ci-echarts/ci-echart-ChinaMap/index.css +1 -0
- package/dist/lib/ci-echarts/ci-echart-ChinaMap/index.js +7 -0
- package/dist/lib/ci-echarts/ci-echart-ChinaMap/index.vue.js +7 -0
- package/dist/lib/ci-echarts/ci-echart-ChinaMap/index.vue2.js +77 -0
- package/dist/lib/ci-echarts/ci-echart-ChinaMap/model/ChinaGeoJson.js +911 -0
- package/dist/lib/ci-echarts/ci-echart-ChinaMap/model/index.js +14 -0
- package/dist/lib/ci-echarts/ci-echart-ChinaMap/model/options.js +278 -0
- package/dist/lib/ci-echarts/ci-echart-bar/index.css +1 -0
- package/dist/lib/ci-echarts/ci-echart-bar/index.js +10 -0
- package/dist/lib/ci-echarts/ci-echart-bar/index.vue.js +7 -0
- package/dist/lib/ci-echarts/ci-echart-bar/index.vue2.js +42 -0
- package/dist/lib/ci-echarts/ci-echart-bar/model/options.js +22 -0
- package/dist/lib/ci-echarts/ci-echart-pie/index.css +1 -0
- package/dist/lib/ci-echarts/ci-echart-pie/index.js +10 -0
- package/dist/lib/ci-echarts/ci-echart-pie/index.vue.js +7 -0
- package/dist/lib/ci-echarts/ci-echart-pie/index.vue2.js +50 -0
- package/dist/lib/ci-echarts/ci-echart-pie/model/options.js +38 -0
- package/dist/lib/ci-element-plus/ci-el-date-picker-daterange/index.css +1 -0
- package/dist/lib/ci-element-plus/ci-el-date-picker-daterange/index.js +7 -0
- package/dist/lib/ci-element-plus/ci-el-date-picker-daterange/index.vue.js +7 -0
- package/dist/lib/ci-element-plus/ci-el-date-picker-daterange/index.vue2.js +77 -0
- package/dist/lib/ci-element-plus/ci-el-date-picker-daterange/model/index.js +47 -0
- package/dist/lib/ci-no-data-status/images/No-data-available.png.js +4 -0
- package/dist/lib/ci-no-data-status/index.css +1 -0
- package/dist/lib/ci-no-data-status/index.js +7 -0
- package/dist/lib/ci-no-data-status/index.vue.js +7 -0
- package/dist/lib/ci-no-data-status/index.vue2.js +25 -0
- package/dist/lib/ci-page-header/index.css +1 -0
- package/dist/lib/ci-page-header/index.js +7 -0
- package/dist/lib/ci-page-header/index.vue.js +7 -0
- package/dist/lib/ci-page-header/index.vue2.js +60 -0
- package/dist/lib/ci-svg-icon/index.js +8 -0
- package/dist/lib/ci-svg-icon/index.vue.js +26 -0
- package/dist/lib/ci-svg-icon/index.vue2.js +4 -0
- package/dist/lib/ci-time-line-list/index.css +1 -0
- package/dist/lib/ci-time-line-list/index.js +7 -0
- package/dist/lib/ci-time-line-list/index.vue.js +7 -0
- package/dist/lib/ci-time-line-list/index.vue2.js +49 -0
- package/dist/lib/ci-time-line-list/model/index.js +56 -0
- package/dist/lib/ci-upload/computed/index.js +16 -0
- package/dist/lib/ci-upload/expose/index.js +25 -0
- package/dist/lib/ci-upload/hooks/useUpload.js +58 -0
- package/dist/lib/ci-upload/hooks/useUploadRetry.js +45 -0
- package/dist/lib/ci-upload/icons/icon-loading-blue.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icon-upload-btn-disabled.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icon-upload-btn-hover.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icon-upload-btn.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icon-upload-fail.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icon-upload-retry.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icon-upload-success.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/dmg.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/doc.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/docx.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/file-type-default.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/gd.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/jpg.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/jpge.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/ofd.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/pdf.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/png.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/rar.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/sep.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/txt.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/wps.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/wpt.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/xls.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/xlsx.svg.js +4 -0
- package/dist/lib/ci-upload/icons/icons-file-extension/zip.svg.js +4 -0
- package/dist/lib/ci-upload/index.css +1 -0
- package/dist/lib/ci-upload/index.js +8 -0
- package/dist/lib/ci-upload/index.vue.js +7 -0
- package/dist/lib/ci-upload/index.vue2.js +385 -0
- package/dist/lib/ci-upload/props/index.js +48 -0
- package/dist/lib/ci-upload/styles/index.css +1 -0
- package/dist/lib/ci-upload/utils/file-icon-maps.js +50 -0
- package/dist/lib/ci-upload/utils/file.js +25 -0
- package/dist/lib/components/components-global/SvgIcon/index.vue.js +26 -0
- package/dist/lib/components/components-global/SvgIcon/index.vue2.js +4 -0
- package/dist/lib/components/index.js +85 -0
- package/dist/lib/config/env-config/index.js +4 -0
- package/dist/lib/config/system-config/projectSettings.js +7 -0
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/utils/system/useSystem.js +9 -0
- package/dist/types/ci-blue-line-title/index.d.ts +3 -0
- package/dist/types/ci-blue-line-title/index.vue.d.ts +14 -0
- package/dist/types/ci-blue-line-title/type.d.ts +4 -0
- package/dist/types/ci-common-list/ci-common-list-layout/index.d.ts +2 -0
- package/dist/types/ci-common-list/ci-common-list-layout/index.vue.d.ts +19 -0
- package/dist/types/ci-common-list/ci-common-list-pagination/index.d.ts +3 -0
- package/dist/types/ci-common-list/ci-common-list-pagination/index.vue.d.ts +7 -0
- package/dist/types/ci-common-list/ci-common-list-pagination/type.d.ts +5 -0
- package/dist/types/ci-common-list/ci-common-list-query/index.d.ts +2 -0
- package/dist/types/ci-common-list/ci-common-list-query/index.vue.d.ts +12 -0
- package/dist/types/ci-common-list/ci-common-list-start-end-datepicker/index.d.ts +3 -0
- package/dist/types/ci-common-list/ci-common-list-start-end-datepicker/index.vue.d.ts +15 -0
- package/dist/types/ci-common-list/ci-common-list-start-end-datepicker/type.d.ts +7 -0
- package/dist/types/ci-dictionary-select/config.d.ts +14 -0
- package/dist/types/ci-dictionary-select/index.d.ts +3 -0
- package/dist/types/ci-dictionary-select/index.vue.d.ts +14 -0
- package/dist/types/ci-dictionary-select/model/index.d.ts +8 -0
- package/dist/types/ci-dictionary-select/type.d.ts +16 -0
- package/dist/types/ci-echarts/ci-echart-ChinaMap/index.d.ts +3 -0
- package/dist/types/ci-echarts/ci-echart-ChinaMap/index.vue.d.ts +17 -0
- package/dist/types/ci-echarts/ci-echart-ChinaMap/model/ChinaGeoJson.d.ts +33 -0
- package/dist/types/ci-echarts/ci-echart-ChinaMap/model/index.d.ts +16 -0
- package/dist/types/ci-echarts/ci-echart-ChinaMap/model/options.d.ts +110 -0
- package/dist/types/ci-echarts/ci-echart-ChinaMap/type.d.ts +18 -0
- package/dist/types/ci-echarts/ci-echart-bar/index.d.ts +3 -0
- package/dist/types/ci-echarts/ci-echart-bar/index.vue.d.ts +8 -0
- package/dist/types/ci-echarts/ci-echart-bar/model/option-illegality-active-type-distribution.d.ts +63 -0
- package/dist/types/ci-echarts/ci-echart-bar/model/options.d.ts +17 -0
- package/dist/types/ci-echarts/ci-echart-bar/type.d.ts +27 -0
- package/dist/types/ci-echarts/ci-echart-pie/index.d.ts +3 -0
- package/dist/types/ci-echarts/ci-echart-pie/index.vue.d.ts +8 -0
- package/dist/types/ci-echarts/ci-echart-pie/model/option-data-distribution.d.ts +77 -0
- package/dist/types/ci-echarts/ci-echart-pie/model/options.d.ts +30 -0
- package/dist/types/ci-echarts/ci-echart-pie/type.d.ts +26 -0
- package/dist/types/ci-element-plus/ci-el-date-picker-daterange/index.d.ts +3 -0
- package/dist/types/ci-element-plus/ci-el-date-picker-daterange/index.vue.d.ts +24 -0
- package/dist/types/ci-element-plus/ci-el-date-picker-daterange/model/index.d.ts +4 -0
- package/dist/types/ci-element-plus/ci-el-date-picker-daterange/type.d.ts +12 -0
- package/dist/types/ci-no-data-status/index.d.ts +3 -0
- package/dist/types/ci-no-data-status/index.vue.d.ts +11 -0
- package/dist/types/ci-no-data-status/type.d.ts +3 -0
- package/dist/types/ci-page-header/index.d.ts +3 -0
- package/dist/types/ci-page-header/index.vue.d.ts +21 -0
- package/dist/types/ci-page-header/type.d.ts +7 -0
- package/dist/types/ci-svg-icon/index.d.ts +4 -0
- package/dist/types/ci-svg-icon/index.vue.d.ts +8 -0
- package/dist/types/ci-svg-icon/type.d.ts +7 -0
- package/dist/types/ci-time-line-list/index.d.ts +3 -0
- package/dist/types/ci-time-line-list/index.vue.d.ts +14 -0
- package/dist/types/ci-time-line-list/model/index.d.ts +5 -0
- package/dist/types/ci-time-line-list/type.d.ts +8 -0
- package/dist/types/ci-upload/computed/index.d.ts +8 -0
- package/dist/types/ci-upload/expose/index.d.ts +17 -0
- package/dist/types/ci-upload/hooks/useUpload.d.ts +8 -0
- package/dist/types/ci-upload/hooks/useUploadRetry.d.ts +13 -0
- package/dist/types/ci-upload/index.d.ts +3 -0
- package/dist/types/ci-upload/index.vue.d.ts +56 -0
- package/dist/types/ci-upload/props/index.d.ts +27 -0
- package/dist/types/ci-upload/type.d.ts +39 -0
- package/dist/types/ci-upload/utils/file-icon-maps.d.ts +1 -0
- package/dist/types/ci-upload/utils/file.d.ts +8 -0
- package/package.json +2 -2
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { defineComponent as o, createElementBlock as a, openBlock as r, normalizeStyle as i, createElementVNode as n } from "vue";
|
|
2
|
+
import l from "./images/No-data-available.png.js";
|
|
3
|
+
const s = {
|
|
4
|
+
name: "CiNoDataStatus"
|
|
5
|
+
}, _ = /* @__PURE__ */ o({
|
|
6
|
+
...s,
|
|
7
|
+
props: {
|
|
8
|
+
height: { default: "" }
|
|
9
|
+
},
|
|
10
|
+
setup(m) {
|
|
11
|
+
return (e, t) => (r(), a("div", {
|
|
12
|
+
class: "CiNoDataStatus",
|
|
13
|
+
style: i({ height: e.height })
|
|
14
|
+
}, t[0] || (t[0] = [
|
|
15
|
+
n("img", {
|
|
16
|
+
id: "no-data-image",
|
|
17
|
+
src: l,
|
|
18
|
+
alt: ""
|
|
19
|
+
}, null, -1)
|
|
20
|
+
]), 4));
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
export {
|
|
24
|
+
_ as default
|
|
25
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.CiPageHeader[data-v-84c25a21]{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.CiPageHeader .content-btn-title-leftSlot[data-v-84c25a21]{display:flex;align-items:center}.CiPageHeader .content-btn-title-leftSlot .btn-back[data-v-84c25a21]{margin-right:10px;cursor:pointer;flex-shrink:0}.CiPageHeader .content-btn-title-leftSlot .title[data-v-84c25a21]{flex-shrink:0}.CiPageHeader .content-btn-title-leftSlot .content-left-slot[data-v-84c25a21]{margin-left:30px;margin-right:30px}.CiPageHeader .content-btn-title-leftSlot .content-left-slot.is-show-title[data-v-84c25a21]{margin-left:0}.CiPageHeader .content-right-slot[data-v-84c25a21]{flex-shrink:0}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import m from "../components/components-global/SvgIcon/index.vue.js";
|
|
2
|
+
import { defineComponent as f, createElementBlock as a, openBlock as i, createElementVNode as s, createVNode as p, createCommentVNode as B, toDisplayString as g, normalizeClass as h, renderSlot as l } from "vue";
|
|
3
|
+
import { ElMessageBox as u } from "element-plus";
|
|
4
|
+
const k = { class: "CiPageHeader" }, _ = { class: "content-btn-title-leftSlot" }, w = {
|
|
5
|
+
key: 0,
|
|
6
|
+
class: "title"
|
|
7
|
+
}, S = { class: "content-right-slot" }, x = {
|
|
8
|
+
name: "CiPageHeader"
|
|
9
|
+
}, y = /* @__PURE__ */ f({
|
|
10
|
+
...x,
|
|
11
|
+
props: {
|
|
12
|
+
title: { default: "返回" },
|
|
13
|
+
isShowTitle: { type: Boolean, default: !0 },
|
|
14
|
+
messageBoxMessage: { default: "确定放弃当前页面编辑?" },
|
|
15
|
+
messageBoxTitle: { default: "确定操作" },
|
|
16
|
+
isShowMessageBox: { type: Boolean, default: !1 }
|
|
17
|
+
},
|
|
18
|
+
emits: ["clickBack"],
|
|
19
|
+
setup(n, { emit: c }) {
|
|
20
|
+
const o = c, t = n, r = async () => {
|
|
21
|
+
if (!t.isShowMessageBox) {
|
|
22
|
+
o("clickBack", "没有开启二次确认框");
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
t.isShowMessageBox && (await u.confirm(t.messageBoxMessage, t.messageBoxTitle, {
|
|
26
|
+
confirmButtonText: "确定",
|
|
27
|
+
cancelButtonText: "取消",
|
|
28
|
+
// 是否可以点击遮罩层关闭
|
|
29
|
+
closeOnClickModal: !1,
|
|
30
|
+
type: "warning"
|
|
31
|
+
}), o("clickBack", "开启二次确认框"));
|
|
32
|
+
};
|
|
33
|
+
return (e, C) => {
|
|
34
|
+
const d = m;
|
|
35
|
+
return i(), a("div", k, [
|
|
36
|
+
s("div", _, [
|
|
37
|
+
p(d, {
|
|
38
|
+
name: "btnBack",
|
|
39
|
+
width: "32px",
|
|
40
|
+
height: "32px",
|
|
41
|
+
class: "btn-back",
|
|
42
|
+
onClick: r
|
|
43
|
+
}),
|
|
44
|
+
e.isShowTitle ? (i(), a("span", w, g(e.title), 1)) : B("", !0),
|
|
45
|
+
s("div", {
|
|
46
|
+
class: h(["content-left-slot", { "is-show-title": !e.isShowTitle }])
|
|
47
|
+
}, [
|
|
48
|
+
l(e.$slots, "left", {}, void 0, !0)
|
|
49
|
+
], 2)
|
|
50
|
+
]),
|
|
51
|
+
s("div", S, [
|
|
52
|
+
l(e.$slots, "right", {}, void 0, !0)
|
|
53
|
+
])
|
|
54
|
+
]);
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
export {
|
|
59
|
+
y as default
|
|
60
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { defineComponent as t, createElementBlock as l, openBlock as o, normalizeStyle as n, createElementVNode as i } from "vue";
|
|
2
|
+
const r = ["xlink:href", "fill"], a = {
|
|
3
|
+
name: "CiSvgIcon"
|
|
4
|
+
}, d = /* @__PURE__ */ t({
|
|
5
|
+
...a,
|
|
6
|
+
props: {
|
|
7
|
+
prefix: { default: "#icon-" },
|
|
8
|
+
name: {},
|
|
9
|
+
color: { default: "" },
|
|
10
|
+
width: { default: "18px" },
|
|
11
|
+
height: { default: "18px" }
|
|
12
|
+
},
|
|
13
|
+
setup(f) {
|
|
14
|
+
return (e, h) => (o(), l("svg", {
|
|
15
|
+
style: n({ width: e.width, height: e.height })
|
|
16
|
+
}, [
|
|
17
|
+
i("use", {
|
|
18
|
+
"xlink:href": e.prefix + e.name,
|
|
19
|
+
fill: e.color
|
|
20
|
+
}, null, 8, r)
|
|
21
|
+
], 4));
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
d as default
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.CiTimelineList[data-v-6bc8ca2e]{padding:16px;height:308px;overflow:hidden}.CiTimelineList[data-v-6bc8ca2e]:hover{overflow:auto}.CiTimelineList .TimelineList-content[data-v-6bc8ca2e]{position:relative}.CiTimelineList .TimelineList-content .link-line[data-v-6bc8ca2e]{position:absolute;width:1px;left:15.5px;top:23px;background:#0000000f;z-index:3}.CiTimelineList .TimelineList-content .time-line-item[data-v-6bc8ca2e]{display:flex;justify-content:space-between;align-items:center;padding:11px 11px 11px 4px}.CiTimelineList .TimelineList-content .time-line-item[data-v-6bc8ca2e]:hover{background-color:#dfe8f8!important;padding:11px 11px 11px 4px}.CiTimelineList .TimelineList-content .time-line-item:hover .round-one[data-v-6bc8ca2e]{background-color:#3573f3!important}.CiTimelineList .TimelineList-content .time-line-item:hover .round-two[data-v-6bc8ca2e]{background-color:#afc7f7!important}.CiTimelineList .TimelineList-content .time-line-item:hover .round-three[data-v-6bc8ca2e]{position:absolute;width:24px;height:24px;border-radius:50%;background-color:#cddcf8;z-index:1}.CiTimelineList .TimelineList-content .time-line-item .item-left[data-v-6bc8ca2e]{display:flex;align-items:center}.CiTimelineList .TimelineList-content .time-line-item .item-left .item-left-round[data-v-6bc8ca2e]{position:relative;width:24px;height:24px;margin-right:16px;display:flex;justify-content:center;align-items:center}.CiTimelineList .TimelineList-content .time-line-item .item-left .item-left-round .round-one[data-v-6bc8ca2e]{position:absolute;width:6px;height:6px;border-radius:50%;background-color:#fa602f;z-index:4}.CiTimelineList .TimelineList-content .time-line-item .item-left .item-left-round .round-two[data-v-6bc8ca2e]{position:absolute;width:14px;height:14px;border-radius:50%;background-color:#f9d2c7;z-index:2}.CiTimelineList .TimelineList-content .time-line-item .item-left .item-left-title .span-title[data-v-6bc8ca2e]{max-width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.CiTimelineList .TimelineList-content .time-line-item .item-right[data-v-6bc8ca2e]{display:flex;justify-content:space-between;align-items:center}.CiTimelineList .TimelineList-content .time-line-item .item-right .item-right-time[data-v-6bc8ca2e]{margin-right:10px;color:#a4a4a4}.CiTimelineList .TimelineList-content .time-line-item[data-v-6bc8ca2e]:nth-child(2n){background-color:#f7f8fa}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { defineComponent as m, computed as _, ref as u, createElementBlock as s, openBlock as i, createElementVNode as t, normalizeStyle as p, Fragment as v, renderList as h, toDisplayString as o, renderSlot as f } from "vue";
|
|
2
|
+
import { timelineListData as g } from "./model/index.js";
|
|
3
|
+
const y = { class: "CiTimelineList" }, L = { class: "TimelineList-content" }, k = { class: "item-left" }, C = { class: "item-left-title" }, S = ["title"], T = { class: "item-right" }, w = { class: "item-right-time" }, B = {
|
|
4
|
+
name: "CiTimelineList"
|
|
5
|
+
}, $ = /* @__PURE__ */ m({
|
|
6
|
+
...B,
|
|
7
|
+
props: {
|
|
8
|
+
data: { default: () => g }
|
|
9
|
+
},
|
|
10
|
+
setup(d) {
|
|
11
|
+
const a = d, r = _(() => `${46 * (a.data.length - 1)}px`), c = u({
|
|
12
|
+
// 高度为所有项数 - 1 乘以每一项的高度
|
|
13
|
+
height: r
|
|
14
|
+
});
|
|
15
|
+
return (l, n) => (i(), s("div", y, [
|
|
16
|
+
t("div", L, [
|
|
17
|
+
t("div", {
|
|
18
|
+
class: "link-line",
|
|
19
|
+
style: p(c.value)
|
|
20
|
+
}, null, 4),
|
|
21
|
+
(i(!0), s(v, null, h(l.data, (e) => (i(), s("div", {
|
|
22
|
+
class: "time-line-item",
|
|
23
|
+
key: e.id
|
|
24
|
+
}, [
|
|
25
|
+
t("div", k, [
|
|
26
|
+
n[0] || (n[0] = t("div", { class: "item-left-round" }, [
|
|
27
|
+
t("div", { class: "round-one" }),
|
|
28
|
+
t("div", { class: "round-two" }),
|
|
29
|
+
t("div", { class: "round-three" })
|
|
30
|
+
], -1)),
|
|
31
|
+
t("div", C, [
|
|
32
|
+
t("span", {
|
|
33
|
+
class: "span-title",
|
|
34
|
+
title: e.title
|
|
35
|
+
}, o(e.title), 9, S)
|
|
36
|
+
])
|
|
37
|
+
]),
|
|
38
|
+
t("div", T, [
|
|
39
|
+
t("div", w, o(e.time), 1),
|
|
40
|
+
f(l.$slots, "slot-right", { row: e }, void 0, !0)
|
|
41
|
+
])
|
|
42
|
+
]))), 128))
|
|
43
|
+
])
|
|
44
|
+
]));
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
export {
|
|
48
|
+
$ as default
|
|
49
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { nanoid as t } from "nanoid";
|
|
2
|
+
const e = [
|
|
3
|
+
{
|
|
4
|
+
id: t(),
|
|
5
|
+
title: "线索名称",
|
|
6
|
+
time: "2025-01-01"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
id: t(),
|
|
10
|
+
title: "线索名称",
|
|
11
|
+
time: "2025-01-01"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
id: t(),
|
|
15
|
+
title: "线索名称",
|
|
16
|
+
time: "2025-01-01"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
id: t(),
|
|
20
|
+
title: "线索名称",
|
|
21
|
+
time: "2025-01-01"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
id: t(),
|
|
25
|
+
title: "线索名称",
|
|
26
|
+
time: "2025-01-01"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
id: t(),
|
|
30
|
+
title: "线索名称",
|
|
31
|
+
time: "2025-01-01"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
id: t(),
|
|
35
|
+
title: "线索名称",
|
|
36
|
+
time: "2025-01-01"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
id: t(),
|
|
40
|
+
title: "线索名称",
|
|
41
|
+
time: "2025-01-01"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
id: t(),
|
|
45
|
+
title: "线索名称",
|
|
46
|
+
time: "2025-01-01"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
id: t(),
|
|
50
|
+
title: "线索名称",
|
|
51
|
+
time: "2025-01-01"
|
|
52
|
+
}
|
|
53
|
+
];
|
|
54
|
+
export {
|
|
55
|
+
e as timelineListData
|
|
56
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { computed as t } from "vue";
|
|
2
|
+
function m(e, l, u) {
|
|
3
|
+
const c = t(
|
|
4
|
+
() => !!l.default && l.default().some((o) => typeof o.type != "symbol")
|
|
5
|
+
), i = t(() => e.beforeUpload ?? u), a = t(() => (e.maxSize / 1024 / 1024).toFixed(2) + "MB"), n = t(() => e.multiple ? `注:文件大小 <= ${a.value},最大上传数量${e.limit}个,类型为${e.accept.replace(/\,/g, ",")}` : `注:文件大小 <= ${a.value},最大上传数量1个,类型为${e.accept.replace(/\,/g, ",")}`), f = t(() => Object.keys(l).filter((o) => o !== "tip"));
|
|
6
|
+
return {
|
|
7
|
+
hasRealDefaultSlot: c,
|
|
8
|
+
finalBeforeUpload: i,
|
|
9
|
+
maxSizeInMB: a,
|
|
10
|
+
defaultTipSlotTextInfo: n,
|
|
11
|
+
otherSlots: f
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export {
|
|
15
|
+
m as useCiUploadComputed
|
|
16
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import "vue";
|
|
2
|
+
function c(e) {
|
|
3
|
+
return {
|
|
4
|
+
checkUploadStatus: () => {
|
|
5
|
+
const u = e.value.length, n = e.value.filter((t) => t.status === "uploading"), s = e.value.filter((t) => t.status === "fail"), o = e.value.filter((t) => t.status === "success");
|
|
6
|
+
return {
|
|
7
|
+
allDone: n.length === 0 && s.length === 0,
|
|
8
|
+
// 是否所有文件都上传成功(没有失败或上传中的)
|
|
9
|
+
uploadingCount: n.length,
|
|
10
|
+
// 上传中的文件数量
|
|
11
|
+
failedCount: s.length,
|
|
12
|
+
// 上传失败的文件数量
|
|
13
|
+
successCount: o.length,
|
|
14
|
+
// 上传成功的文件数量
|
|
15
|
+
totalCount: u,
|
|
16
|
+
// 总文件数
|
|
17
|
+
failedFiles: s
|
|
18
|
+
// 所有失败的文件列表(用于提示)
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
c as useExposeMethods
|
|
25
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { ref as o } from "vue";
|
|
2
|
+
import "element-plus";
|
|
3
|
+
import y from "axios";
|
|
4
|
+
function v(m) {
|
|
5
|
+
const a = o(!1), s = o(0), d = o(0), e = o("");
|
|
6
|
+
return {
|
|
7
|
+
uploading: a,
|
|
8
|
+
// 是否上传中
|
|
9
|
+
progress: s,
|
|
10
|
+
// 上传进度
|
|
11
|
+
currentFileName: e,
|
|
12
|
+
// 当前文件名
|
|
13
|
+
customHttpRequest: async (f) => {
|
|
14
|
+
const { file: c, onSuccess: r, onError: l, onProgress: g, action: h, headers: w } = f;
|
|
15
|
+
a.value = !0, s.value = 0, e.value = c.name;
|
|
16
|
+
const u = new FormData();
|
|
17
|
+
u.append("file", c);
|
|
18
|
+
try {
|
|
19
|
+
const n = await (m || y)({
|
|
20
|
+
url: h,
|
|
21
|
+
method: "post",
|
|
22
|
+
data: u,
|
|
23
|
+
timeout: 0,
|
|
24
|
+
// 设置为0表示永不超时(当是网络不确定的情况下,比如下载大文件时,可以设置为0,不然会报错)
|
|
25
|
+
headers: {
|
|
26
|
+
"Content-Type": "multipart/form-data",
|
|
27
|
+
...w
|
|
28
|
+
// 合并其他调用方自定义 header并显式类型化
|
|
29
|
+
},
|
|
30
|
+
// 上传进度事件:实时更新自定义进度条
|
|
31
|
+
onUploadProgress: (t) => {
|
|
32
|
+
if (t.total) {
|
|
33
|
+
const x = Math.round(t.loaded / t.total * 100);
|
|
34
|
+
s.value = x;
|
|
35
|
+
const p = t;
|
|
36
|
+
p.percent = t.total > 0 ? t.loaded / t.total * 100 : 0, g(p);
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
// 下载进度事件(已挂载在 axios)
|
|
40
|
+
onDownloadProgress: (t) => {
|
|
41
|
+
t.total && (d.value = Math.round(t.loaded / t.total * 100));
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
r == null || r(n.headers ? n.data : n);
|
|
45
|
+
} catch (i) {
|
|
46
|
+
l == null || l(i);
|
|
47
|
+
} finally {
|
|
48
|
+
a.value = !1, e.value = "";
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
// 自定义上传逻辑
|
|
52
|
+
downloadProgress: d
|
|
53
|
+
// 下载进度
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
export {
|
|
57
|
+
v as useUpload
|
|
58
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { ElMessage as e } from "element-plus";
|
|
2
|
+
import { useUpload as c } from "./useUpload.js";
|
|
3
|
+
function h(s, t, n) {
|
|
4
|
+
const { customHttpRequest: u } = c();
|
|
5
|
+
return {
|
|
6
|
+
retryUpload: async (r) => {
|
|
7
|
+
try {
|
|
8
|
+
const a = {
|
|
9
|
+
file: r.raw,
|
|
10
|
+
// 原始 File 对象(注意!必须使用 file.raw,不能用包裹后的 file)
|
|
11
|
+
filename: r.name,
|
|
12
|
+
// 字段名,上传时 formData.append 的 key,通常是 'file'
|
|
13
|
+
action: n.action,
|
|
14
|
+
// 上传接口地址(从 props 中传入)
|
|
15
|
+
// 上传进度回调:实时更新进度条 + 状态
|
|
16
|
+
onProgress: (o) => {
|
|
17
|
+
r.status = "uploading", r.percentage = Math.round(o.loaded / o.total * 100);
|
|
18
|
+
},
|
|
19
|
+
// 上传成功回调:设置状态为成功,补全 response,并通知父组件更新
|
|
20
|
+
onSuccess: (o) => {
|
|
21
|
+
r.status = "success", r.response = o, r.percentage = 100, t("update:fileList", [...s.value]), t("onSuccess", r, s.value), e.success("重新上传文件成功");
|
|
22
|
+
},
|
|
23
|
+
// 上传失败回调:标记为失败状态,重置进度为 0,并更新 UI
|
|
24
|
+
onError: (o) => {
|
|
25
|
+
r.status = "fail", r.percentage = 0, t("update:fileList", [...s.value]), t("onError", r, s.value), e.error("重新上传文件失败");
|
|
26
|
+
},
|
|
27
|
+
// 可附带额外参数(你后端若支持可扩展使用)
|
|
28
|
+
data: {},
|
|
29
|
+
// 默认 POST 请求
|
|
30
|
+
method: "post",
|
|
31
|
+
// 是否携带 Cookie(跨域时按需设置)
|
|
32
|
+
withCredentials: !1,
|
|
33
|
+
// 自定义请求头(你也可以使用 props.headers 合并)
|
|
34
|
+
headers: {}
|
|
35
|
+
};
|
|
36
|
+
await u(a);
|
|
37
|
+
} catch (a) {
|
|
38
|
+
console.error("重新上传文件异常:", a);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
export {
|
|
44
|
+
h as useUploadRetry
|
|
45
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const t = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1744681751716'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='25093'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M511.957333%2093.013333c230.698667%200%20417.834667%20186.496%20418.901334%20416.981334l0.085333%201.962666a34.901333%2034.901333%200%200%201-69.802667%200h-0.085333a349.098667%20349.098667%200%201%200-352.768%20349.056l3.669333-0.256a34.901333%2034.901333%200%201%201%200%2069.802667v0.298667c-231.381333%200-418.901333-187.562667-418.901333-418.901334%200-231.381333%20187.52-418.901333%20418.901333-418.901333z'%20fill='%233573f3'%20p-id='25094'%3e%3c/path%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
t as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='20.01416015625'%20height='18.18267822265625'%20viewBox='0%200%2020.01416015625%2018.18267822265625'%3e%3cg%3e%3cpath%20d='M16.3292,5.63126689453125C15.9567,2.42149689453125,13.2382,0.00015384653125,10.0069,-4.687499999972162e-10C6.77547,-0.00025731546875,4.05679,2.42129689453125,3.68471,5.63126689453125C1.35,6.26807689453125,-0.193616,8.48540689453125,0.0196351,10.89601689453125C0.232886,13.30661689453125,2.14179,15.21851689453125,4.55204,15.43551689453125L4.55204,13.60451689453125L4.38839,13.57721689453125C2.66114,13.25291689453125,1.52387,11.58971689453125,1.84823,9.86244689453125C2.17259,8.13519689453125,3.83576,6.99792689453125,5.56301,7.32228689453125C5.17337,5.50826689453125,5.9253,3.63949689453125,7.46275,2.60087689453125C9.0002,1.56224689453125,11.0146,1.56224689453125,12.552,2.60087689453125C14.0895,3.63949689453125,14.8414,5.50826689453125,14.4518,7.32228689453125C15.584,7.11945689453125,16.7376,7.54346689453125,17.4689,8.43128689453125C18.2002,9.31910689453125,18.3955,10.53251689453125,17.9796,11.60491689453125C17.5637,12.67741689453125,16.6014,13.44191689453125,15.4627,13.60451689453125L15.4627,15.43551689453125C17.8729,15.21821689453125,19.7815,13.30611689453125,19.9945,10.89561689453125C20.2075,8.48507689453125,18.6638,6.26793689453125,16.3292,5.63126689453125ZM13.8645,13.48061689453125L10.0069,9.62396689453125L6.14941,13.48061689453125L7.43586,14.76701689453125L9.09778,13.10331689453125L9.09778,18.18271689453125L10.9161,18.18271689453125L10.9161,13.10511689453125L12.578,14.76701689453125L13.8645,13.48061689453125Z'%20fill-rule='evenodd'%20fill='%23A4A4A4'%20fill-opacity='1'/%3e%3c/g%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
e as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='20.01416015625'%20height='18.18267822265625'%20viewBox='0%200%2020.01416015625%2018.18267822265625'%3e%3cg%3e%3cpath%20d='M16.3292,5.63126689453125C15.9567,2.42149689453125,13.2382,0.00015384653125,10.0069,-4.687499999972162e-10C6.77547,-0.00025731546875,4.05679,2.42129689453125,3.68471,5.63126689453125C1.35,6.26807689453125,-0.193616,8.48540689453125,0.0196351,10.89601689453125C0.232886,13.30661689453125,2.14179,15.21851689453125,4.55204,15.43551689453125L4.55204,13.60451689453125L4.38839,13.57721689453125C2.66114,13.25291689453125,1.52387,11.58971689453125,1.84823,9.86244689453125C2.17259,8.13519689453125,3.83576,6.99792689453125,5.56301,7.32228689453125C5.17337,5.50826689453125,5.9253,3.63949689453125,7.46275,2.60087689453125C9.0002,1.56224689453125,11.0146,1.56224689453125,12.552,2.60087689453125C14.0895,3.63949689453125,14.8414,5.50826689453125,14.4518,7.32228689453125C15.584,7.11945689453125,16.7376,7.54346689453125,17.4689,8.43128689453125C18.2002,9.31910689453125,18.3955,10.53251689453125,17.9796,11.60491689453125C17.5637,12.67741689453125,16.6014,13.44191689453125,15.4627,13.60451689453125L15.4627,15.43551689453125C17.8729,15.21821689453125,19.7815,13.30611689453125,19.9945,10.89561689453125C20.2075,8.48507689453125,18.6638,6.26793689453125,16.3292,5.63126689453125ZM13.8645,13.48061689453125L10.0069,9.62396689453125L6.14941,13.48061689453125L7.43586,14.76701689453125L9.09778,13.10331689453125L9.09778,18.18271689453125L10.9161,18.18271689453125L10.9161,13.10511689453125L12.578,14.76701689453125L13.8645,13.48061689453125Z'%20fill-rule='evenodd'%20fill='%233573F3'%20fill-opacity='1'/%3e%3c/g%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
e as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='20.01416015625'%20height='18.18267822265625'%20viewBox='0%200%2020.01416015625%2018.18267822265625'%3e%3cg%3e%3cpath%20d='M16.3292,5.63126689453125C15.9567,2.42149689453125,13.2382,0.00015384653125,10.0069,-4.687499999972162e-10C6.77547,-0.00025731546875,4.05679,2.42129689453125,3.68471,5.63126689453125C1.35,6.26807689453125,-0.193616,8.48540689453125,0.0196351,10.89601689453125C0.232886,13.30661689453125,2.14179,15.21851689453125,4.55204,15.43551689453125L4.55204,13.60451689453125L4.38839,13.57721689453125C2.66114,13.25291689453125,1.52387,11.58971689453125,1.84823,9.86244689453125C2.17259,8.13519689453125,3.83576,6.99792689453125,5.56301,7.32228689453125C5.17337,5.50826689453125,5.9253,3.63949689453125,7.46275,2.60087689453125C9.0002,1.56224689453125,11.0146,1.56224689453125,12.552,2.60087689453125C14.0895,3.63949689453125,14.8414,5.50826689453125,14.4518,7.32228689453125C15.584,7.11945689453125,16.7376,7.54346689453125,17.4689,8.43128689453125C18.2002,9.31910689453125,18.3955,10.53251689453125,17.9796,11.60491689453125C17.5637,12.67741689453125,16.6014,13.44191689453125,15.4627,13.60451689453125L15.4627,15.43551689453125C17.8729,15.21821689453125,19.7815,13.30611689453125,19.9945,10.89561689453125C20.2075,8.48507689453125,18.6638,6.26793689453125,16.3292,5.63126689453125ZM13.8645,13.48061689453125L10.0069,9.62396689453125L6.14941,13.48061689453125L7.43586,14.76701689453125L9.09778,13.10331689453125L9.09778,18.18271689453125L10.9161,18.18271689453125L10.9161,13.10511689453125L12.578,14.76701689453125L13.8645,13.48061689453125Z'%20fill-rule='evenodd'%20fill='%234A4A4A'%20fill-opacity='1'/%3e%3c/g%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
e as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='15.75'%20height='15.75'%20viewBox='0%200%2015.75%2015.75'%3e%3cg%3e%3cpath%20d='M15.75,7.875C15.75,3.52576,12.2242,0.00000133078,7.875,1.23508e-12C3.52576,-0.00000240959,0.00000133078,3.52576,1.23508e-12,7.875C-0.00000240959,12.2242,3.52576,15.75,7.875,15.75C12.2242,15.75,15.75,12.2242,15.75,7.875ZM8.4375,3.37534C8.4375,3.37534,8.4375,9.56249,8.4375,9.56249C8.4375,9.56249,7.3125,9.56249,7.3125,9.56249C7.3125,9.56249,7.3125,3.37534,7.3125,3.37534C7.3125,3.37534,8.4375,3.37534,8.4375,3.37534ZM7.19357,11.25C7.19357,11.25,8.54357,11.25,8.54357,11.25C8.54357,11.25,8.54357,12.6,8.54357,12.6C8.54357,12.6,7.19357,12.6,7.19357,12.6C7.19357,12.6,7.19357,11.25,7.19357,11.25Z'%20fill='%23FF5502'%20fill-opacity='1'/%3e%3c/g%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
e as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='12.5'%20height='12.497363090515137'%20viewBox='0%200%2012.5%2012.497363090515137'%3e%3cg%3e%3cpath%20d='M11.5034,6.24868C11.5034,3.3236,9.14652,0.961336,6.25016,0.961336C4.33692,0.961335,2.65906,1.99211,1.74045,3.53498L3.58676,3.53498L3.58676,4.49894L0.505984,4.49894C0.229842,4.49894,0,4.28088,0,4.00474L0,0.892519L0.958705,0.892519L0.958705,2.97001C2.05336,1.18771,4.01382,0,6.25016,0C9.6824,0,12.4648,2.79763,12.4648,6.24868L11.5034,6.24868ZM0.996874,6.24863L0.0355382,6.24863C0.0355363,9.69968,2.81792,12.4974,6.25015,12.4974C8.48629,12.4974,10.4466,11.3099,11.5413,9.52786L11.5413,11.6048L12.5,11.6048L12.5,8.49262C12.5,8.21648,12.2702,7.99843,11.994,7.99843L8.91324,7.99843L8.91324,8.96239L10.7599,8.96239C9.84125,10.5053,8.16339,11.536,6.25015,11.536C3.35379,11.536,0.996873,9.17371,0.996874,6.24863Z'%20fill-rule='evenodd'%20fill='%234A4A4A'%20fill-opacity='1'/%3e%3c/g%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
e as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const t = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='15.75'%20height='15.75'%20viewBox='0%200%2015.75%2015.75'%3e%3cg%3e%3cpath%20d='M7.875,15.75C12.2242,15.75,15.75,12.2242,15.75,7.875C15.75,3.52576,12.2242,0,7.875,0C3.52576,0,0,3.52576,0,7.875C0,12.2242,3.52576,15.75,7.875,15.75ZM3.9375,8.10731C3.9375,8.10731,4.73231,7.3125,4.73231,7.3125C4.73231,7.3125,6.75,9.32963,6.75,9.32963C6.75,9.32963,11.0166,5.0625,11.0166,5.0625C11.0166,5.0625,11.8125,5.85844,11.8125,5.85844C11.8125,5.85844,6.75,10.9204,6.75,10.9204C6.75,10.9204,3.9375,8.10731,3.9375,8.10731Z'%20fill='%2300CA96'%20fill-opacity='1'/%3e%3c/g%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
t as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cmask%20id='master_svg0_142_15703'%20style='mask-type:alpha'%20maskUnits='objectBoundingBox'%3e%3cg%3e%3cpath%20d='M24,0L24,24L0,24L0,0L24,0L24,0Z'%20fill-rule='evenodd'%20fill='%23FFFFFF'%20fill-opacity='1'/%3e%3c/g%3e%3c/mask%3e%3cclipPath%20id='master_svg1_142_15692'%3e%3crect%20x='3'%20y='2'%20width='18'%20height='20'%20rx='0'/%3e%3c/clipPath%3e%3clinearGradient%20x1='0.5'%20y1='0'%20x2='0.5'%20y2='1'%20id='master_svg2_142_03489'%3e%3cstop%20offset='0%25'%20stop-color='%23FF7979'%20stop-opacity='1'/%3e%3cstop%20offset='100%25'%20stop-color='%23E85555'%20stop-opacity='1'/%3e%3c/linearGradient%3e%3cmask%20id='master_svg3_142_15693'%20style='mask-type:alpha'%20maskUnits='objectBoundingBox'%3e%3cg%3e%3cg%3e%3cpath%20d='M19.5441,22C19.5441,22,4.4558800000000005,22,4.4558800000000005,22C3.651821,22,3,21.3604,3,20.5714C3,20.5714,3,3.4285699999999997,3,3.4285699999999997C3,2.6395939999999998,3.651821,2,4.4558800000000005,2C4.4558800000000005,2,14.25,2,14.25,2C14.25,2,21,8.623380000000001,21,8.623380000000001C21,8.623380000000001,21,20.5714,21,20.5714C21,21.3604,20.3482,22,19.5441,22C19.5441,22,19.5441,22,19.5441,22Z'%20fill='url(%23master_svg2_142_03489)'%20fill-opacity='1'/%3e%3c/g%3e%3c/g%3e%3c/mask%3e%3clinearGradient%20x1='0.5'%20y1='0'%20x2='0.5'%20y2='1'%20id='master_svg4_142_03479'%3e%3cstop%20offset='0%25'%20stop-color='%232EBC89'%20stop-opacity='1'/%3e%3cstop%20offset='100%25'%20stop-color='%231DA473'%20stop-opacity='1'/%3e%3c/linearGradient%3e%3cfilter%20id='master_svg5_142_15699'%20filterUnits='objectBoundingBox'%20color-interpolation-filters='sRGB'%20x='-7.111110608764181'%20y='-7.3980384340675736'%20width='15.81481376825871'%20height='16.09803762054607'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'/%3e%3cfeOffset%20dy='1'%20dx='2'/%3e%3cfeGaussianBlur%20stdDeviation='12.5'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.33000001311302185%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20x1='0.5'%20y1='0'%20x2='0.5'%20y2='1'%20id='master_svg6_142_03474'%3e%3cstop%20offset='0%25'%20stop-color='%2323A476'%20stop-opacity='1'/%3e%3cstop%20offset='100%25'%20stop-color='%2311835A'%20stop-opacity='1'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20mask='url(%23master_svg0_142_15703)'%3e%3cg%20clip-path='url(%23master_svg1_142_15692)'%20mask='url(%23master_svg3_142_15693)'%3e%3cg%3e%3cg%3e%3cpath%20d='M19.5441,22C19.5441,22,4.4558800000000005,22,4.4558800000000005,22C3.651821,22,3,21.3604,3,20.5714C3,20.5714,3,3.4285699999999997,3,3.4285699999999997C3,2.6395939999999998,3.651821,2,4.4558800000000005,2C4.4558800000000005,2,14.25,2,14.25,2C14.25,2,21,8.623380000000001,21,8.623380000000001C21,8.623380000000001,21,20.5714,21,20.5714C21,21.3604,20.3482,22,19.5441,22C19.5441,22,19.5441,22,19.5441,22Z'%20fill='url(%23master_svg4_142_03479)'%20fill-opacity='1'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M6.923828,12.06299L7.96313,12.06299Q8.36865,12.06299,8.65869,12.13818Q8.94873,12.21338,9.18506,12.42017Q9.80005,12.94653,9.80005,14.02075Q9.80005,14.37524,9.73828,14.66797Q9.67651,14.96069,9.54761,15.19568Q9.4187,15.43066,9.21729,15.61597Q9.05884,15.7583,8.87085,15.84424Q8.68286,15.93018,8.46667,15.96509Q8.25049,16,7.97925,16L6.939941,16Q6.722412,16,6.612305,15.9342Q6.502197,15.86841,6.468628,15.748899999999999Q6.435059,15.62939,6.435059,15.43872L6.435059,12.55176Q6.435059,12.29395,6.550537,12.17847Q6.666016,12.06299,6.923828,12.06299ZM7.23267,12.69409L7.23267,15.366209999999999L7.83691,15.366209999999999Q8.03564,15.366209999999999,8.14844,15.35547Q8.26123,15.34473,8.38208,15.30176Q8.50293,15.258790000000001,8.59155,15.18091Q8.9917,14.84253,8.9917,14.01538Q8.9917,13.43262,8.8158,13.14258Q8.63989,12.85254,8.38208,12.77332Q8.12427,12.69409,7.75903,12.69409L7.23267,12.69409ZM12.105319999999999,15.40649L11.474219999999999,12.89819L11.474219999999999,15.61597Q11.474219999999999,15.84155,11.37351,15.95435Q11.2728,16.067140000000002,11.106300000000001,16.067140000000002Q10.945170000000001,16.067140000000002,10.843119999999999,15.95569Q10.741060000000001,15.84424,10.741060000000001,15.61597L10.741060000000001,12.50073Q10.741060000000001,12.24292,10.87534,12.15295Q11.00962,12.06299,11.23789,12.06299L11.484960000000001,12.06299Q11.70786,12.06299,11.80857,12.10327Q11.909279999999999,12.14355,11.95762,12.24829Q12.00596,12.35303,12.06772,12.58936L12.63975,14.74585L13.21177,12.58936Q13.27354,12.35303,13.32188,12.24829Q13.37021,12.14355,13.47092,12.10327Q13.571629999999999,12.06299,13.79453,12.06299L14.0416,12.06299Q14.26987,12.06299,14.40415,12.15295Q14.53843,12.24292,14.53843,12.50073L14.53843,15.61597Q14.53843,15.84155,14.43772,15.95435Q14.33701,16.067140000000002,14.16782,16.067140000000002Q14.00937,16.067140000000002,13.90732,15.95435Q13.80527,15.84155,13.80527,15.61597L13.80527,12.89819L13.17417,15.40649Q13.112400000000001,15.65088,13.07346,15.76501Q13.03452,15.87915,12.92979,15.97314Q12.825050000000001,16.067140000000002,12.63975,16.067140000000002Q12.5001,16.067140000000002,12.40342,16.006709999999998Q12.30674,15.946290000000001,12.253029999999999,15.85229Q12.19932,15.7583,12.16843,15.644169999999999Q12.137550000000001,15.53003,12.105319999999999,15.40649ZM19.2285,14.39941L19.2285,15.15405Q19.2285,15.30444,19.198900000000002,15.39441Q19.1694,15.48438,19.0902,15.55688Q19.0109,15.62939,18.8874,15.69653Q18.5302,15.889890000000001,18.1999,15.97852Q17.8696,16.067140000000002,17.4802,16.067140000000002Q17.0263,16.067140000000002,16.653,15.927489999999999Q16.2797,15.78784,16.0166,15.52197Q15.75337,15.2561,15.61238,14.87744Q15.47139,14.49878,15.47139,14.03149Q15.47139,13.57227,15.60835,13.19092Q15.74531,12.80957,16.011200000000002,12.5437Q16.2771,12.27783,16.6584,12.13684Q17.0397,11.99585,17.5231,11.99585Q17.9206,11.99585,18.2268,12.10193Q18.532899999999998,12.20801,18.723599999999998,12.36914Q18.9143,12.53027,19.0109,12.71021Q19.107599999999998,12.89014,19.107599999999998,13.02979Q19.107599999999998,13.18018,18.9962,13.286249999999999Q18.884700000000002,13.39233,18.729,13.39233Q18.643,13.39233,18.5638,13.35205Q18.4846,13.31177,18.4309,13.23926Q18.2832,13.0083,18.1811,12.89014Q18.0791,12.77197,17.9058,12.69141Q17.732599999999998,12.61084,17.464100000000002,12.61084Q17.1875,12.61084,16.969900000000003,12.70618Q16.7524,12.80151,16.598,12.98279Q16.4436,13.16406,16.3616,13.42725Q16.2797,13.69043,16.2797,14.01001Q16.2797,14.70288,16.598,15.076170000000001Q16.9162,15.44946,17.485500000000002,15.44946Q17.7622,15.44946,18.005200000000002,15.37695Q18.2482,15.30444,18.497999999999998,15.170169999999999L18.497999999999998,14.53101L17.8803,14.53101Q17.657400000000003,14.53101,17.543300000000002,14.46387Q17.4291,14.39673,17.4291,14.2356Q17.4291,14.104,17.5245,14.01807Q17.619799999999998,13.93213,17.7836,13.93213L18.6887,13.93213Q18.8552,13.93213,18.9707,13.96167Q19.086100000000002,13.99121,19.1573,14.09326Q19.2285,14.19531,19.2285,14.39941Z'%20fill='%23FFFFFF'%20fill-opacity='1'/%3e%3c/g%3e%3cg%20filter='url(%23master_svg5_142_15699)'%3e%3cg%3e%3cpath%20d='M21,8.623380000000001C21,8.623380000000001,15.70588,8.623380000000001,15.70588,8.623380000000001C14.901838,8.623380000000001,14.25,7.98379,14.25,7.19481C14.25,7.19481,14.25,2,14.25,2C14.25,2,21,8.623380000000001,21,8.623380000000001C21,8.623380000000001,21,8.623380000000001,21,8.623380000000001Z'%20fill='url(%23master_svg6_142_03474)'%20fill-opacity='1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
e as default
|
|
4
|
+
};
|