@10yun/cv-pc-ui 0.3.58 → 0.3.59
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/lib/cv-ui.cjs +8 -8
- package/lib/cv-ui.css +1 -1
- package/lib/cv-ui.js +646 -630
- package/package.json +10 -10
package/lib/cv-ui.js
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import { ElBadge as
|
|
2
|
-
import { resolveComponent as C, createBlock as V, openBlock as d, mergeProps as O, withCtx as v, renderSlot as
|
|
3
|
-
import { basicSetup as
|
|
4
|
-
import { EditorState as Se, Compartment as
|
|
5
|
-
import { EditorView as
|
|
6
|
-
import { indentWithTab as
|
|
7
|
-
import { indentUnit as
|
|
1
|
+
import { ElBadge as qa, ElButton as Fe, ElAutocomplete as Il, ElForm as Je, ElFormItem as Ka, ElInput as zo, ElInputNumber as nn, ElCheckbox as sn, ElCheckboxButton as rn, ElCheckboxGroup as cn, ElMessage as X, ElOption as Ga, ElSelect as Tl, ElCascader as dn, ElTimePicker as hn, ElDatePicker as pn, ElSwitch as un, ElMessageBox as Oa, ElTag as mn, ElTable as gn, ElTableColumn as Z, ElPopover as Fa, ElScrollbar as Ma, ElImage as Ea, ClickOutside as fn, ElAvatar as Dl, ElPagination as vn, ElIcon as yn, ElDialog as bn, ElDrawer as Cn } from "element-plus";
|
|
2
|
+
import { resolveComponent as C, createBlock as V, openBlock as d, mergeProps as O, withCtx as v, renderSlot as L, createSlots as le, createVNode as y, resolveDirective as ne, withDirectives as M, createElementBlock as p, createCommentVNode as k, normalizeProps as j, withModifiers as Ll, createTextVNode as D, toHandlers as $l, guardReactiveProps as U, createElementVNode as r, normalizeClass as N, toDisplayString as T, Fragment as F, renderList as B, normalizeStyle as z, defineComponent as Ol, vShow as H, TransitionGroup as wn, withKeys as Oe, ref as E, unref as $, reactive as Po, computed as G, inject as ae, watch as te, onMounted as ze, Transition as kn, nextTick as Be, useCssVars as Ba, onUnmounted as xn, h as Na, shallowRef as ie, shallowReadonly as Sn, toValue as Le, getCurrentScope as Vn, onScopeDispose as _n, readonly as Za, getCurrentInstance as In, toRaw as Fl, toRefs as Tn, provide as Te, useSlots as Dn, resolveDynamicComponent as Ln, onBeforeUnmount as $n, vModelText as On, render as Ao } from "vue";
|
|
3
|
+
import { basicSetup as Fn } from "codemirror";
|
|
4
|
+
import { EditorState as Se, Compartment as Mn, StateEffect as En, EditorSelection as Bn } from "@codemirror/state";
|
|
5
|
+
import { EditorView as Y, keymap as Nn, placeholder as zn } from "@codemirror/view";
|
|
6
|
+
import { indentWithTab as An } from "@codemirror/commands";
|
|
7
|
+
import { indentUnit as Hn, syntaxHighlighting as Q, HighlightStyle as J } from "@codemirror/language";
|
|
8
8
|
import { tags as s } from "@lezer/highlight";
|
|
9
|
-
import { javascript as
|
|
10
|
-
import { html as
|
|
11
|
-
import { json as
|
|
12
|
-
import { markdown as
|
|
13
|
-
import { vue as
|
|
14
|
-
import { php as
|
|
15
|
-
import { java as
|
|
16
|
-
import { sql as
|
|
17
|
-
import { python as
|
|
18
|
-
import { xml as
|
|
19
|
-
import { go as
|
|
20
|
-
import { css as
|
|
21
|
-
import
|
|
9
|
+
import { javascript as Qa } from "@codemirror/lang-javascript";
|
|
10
|
+
import { html as Pn } from "@codemirror/lang-html";
|
|
11
|
+
import { json as jn } from "@codemirror/lang-json";
|
|
12
|
+
import { markdown as Rn } from "@codemirror/lang-markdown";
|
|
13
|
+
import { vue as Un } from "@codemirror/lang-vue";
|
|
14
|
+
import { php as Wn } from "@codemirror/lang-php";
|
|
15
|
+
import { java as Yn } from "@codemirror/lang-java";
|
|
16
|
+
import { sql as Ja } from "@codemirror/lang-sql";
|
|
17
|
+
import { python as Xn } from "@codemirror/lang-python";
|
|
18
|
+
import { xml as qn } from "@codemirror/lang-xml";
|
|
19
|
+
import { go as Kn } from "@codemirror/lang-go";
|
|
20
|
+
import { css as Gn } from "@codemirror/lang-css";
|
|
21
|
+
import Zn from "html-to-md";
|
|
22
22
|
const S = (e, t) => {
|
|
23
23
|
const o = e.__vccOpts || e;
|
|
24
24
|
for (const [l, a] of t) o[l] = a;
|
|
25
25
|
return o;
|
|
26
|
-
}, et = S({ name: "cvBadge", extends: { ExtendBadge:
|
|
26
|
+
}, et = S({ name: "cvBadge", extends: { ExtendBadge: qa }, props: { ...qa.props }, created() {
|
|
27
27
|
}, computed: { isShow() {
|
|
28
28
|
return !this.value || !(this.value > 0);
|
|
29
29
|
} }, data: () => ({}) }, [["render", function(e, t, o, l, a, i) {
|
|
30
30
|
const n = C("el-badge");
|
|
31
|
-
return d(), V(n, O(e.$props, { hidden: i.isShow }), { default: v(() => [
|
|
31
|
+
return d(), V(n, O(e.$props, { hidden: i.isShow }), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16, ["hidden"]);
|
|
32
32
|
}]]);
|
|
33
33
|
et.install = function(e) {
|
|
34
34
|
e.component(et.name, et);
|
|
35
35
|
};
|
|
36
36
|
const tt = S({ name: "cvRow", props: { gutter: { type: [Number, String], default: 0 }, type: { type: [String], default: "" }, justify: { type: [String], default: "start" }, align: { type: [String], default: "top" }, tag: { type: [String], default: "div" } }, data: () => ({}), methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
37
37
|
const n = C("el-row");
|
|
38
|
-
return d(), V(n, O({ class: "cv-row" }, { type: o.type, justify: o.justify, align: o.align, tag: o.tag }, { gutter: parseInt(o.gutter) }), { default: v(() => [
|
|
38
|
+
return d(), V(n, O({ class: "cv-row" }, { type: o.type, justify: o.justify, align: o.align, tag: o.tag }, { gutter: parseInt(o.gutter) }), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16, ["gutter"]);
|
|
39
39
|
}]]), ot = S({ name: "cvCol", props: { span: { type: [Number, String], default: 24 }, offset: { type: [Number, String], default: 0 } }, data: () => ({}), methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
40
40
|
const n = C("el-col");
|
|
41
|
-
return d(), V(n, { class: "cv-col", span: parseInt(o.span), offset: parseInt(o.offset) }, { default: v(() => [
|
|
41
|
+
return d(), V(n, { class: "cv-col", span: parseInt(o.span), offset: parseInt(o.offset) }, { default: v(() => [L(e.$slots, "default")]), _: 3 }, 8, ["span", "offset"]);
|
|
42
42
|
}]]);
|
|
43
43
|
tt.install = function(e) {
|
|
44
44
|
e.component(tt.name, tt);
|
|
45
45
|
}, ot.install = function(e) {
|
|
46
46
|
e.component(ot.name, ot);
|
|
47
47
|
};
|
|
48
|
-
const at = S({ name: "cvBtnBase", emits: ["click"], props: { ...Fe.props, autoLoading: { type: Boolean, default: !1 } }, data: () => ({ loadingStatus: !1 }), computed: { filteredProps() {
|
|
48
|
+
const at = S({ name: "cvBtnBase", emits: ["click"], props: { ...Fe.props, autoLoading: { type: Boolean, default: !1 }, svg: { type: [String], default: "" } }, data: () => ({ loadingStatus: !1 }), computed: { filteredProps() {
|
|
49
49
|
const { autoLoading: e, ...t } = this.$props;
|
|
50
50
|
return t;
|
|
51
51
|
}, hasDefaultContent() {
|
|
@@ -61,27 +61,27 @@ const at = S({ name: "cvBtnBase", emits: ["click"], props: { ...Fe.props, autoLo
|
|
|
61
61
|
throw this.loadingStatus = !1, t;
|
|
62
62
|
}
|
|
63
63
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
64
|
-
const n = C("el-button");
|
|
65
|
-
return e.$slots.default || i.hasDefaultContent ? (d(), V(
|
|
64
|
+
const n = C("cv-mask-svg"), c = C("el-button");
|
|
65
|
+
return e.$slots.default || i.hasDefaultContent ? (d(), V(c, O({ key: 0, class: "cv-btn" }, i.filteredProps, { loading: a.loadingStatus, onClick: i.handleClick }), le({ default: v(() => [L(e.$slots, "default")]), _: 2 }, [o.svg ? { name: "icon", fn: v(() => [y(n, { name: o.svg, size: "14", color: "#fff" }, null, 8, ["name"])]), key: "0" } : void 0]), 1040, ["loading", "onClick"])) : (d(), V(c, O({ key: 1, class: "cv-btn" }, i.filteredProps, { loading: a.loadingStatus, onClick: i.handleClick }), le({ _: 2 }, [o.svg ? { name: "icon", fn: v(() => [y(n, { name: o.svg, size: "14", color: "#fff" }, null, 8, ["name"])]), key: "0" } : void 0]), 1040, ["loading", "onClick"]));
|
|
66
66
|
}]]), it = S({ name: "cvBtnText", emits: ["click"], props: { ...Fe.props, autoLoading: { type: Boolean, default: !1 } }, data: () => ({ loadingStatus: !1 }), methods: { handleClick() {
|
|
67
67
|
this.autoLoading && (this.loadingStatus = !0), this.$emit("click", () => {
|
|
68
68
|
this.loadingStatus = !1;
|
|
69
69
|
});
|
|
70
70
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
71
71
|
const n = C("el-button");
|
|
72
|
-
return d(), V(n, O({ class: "cv-btn" }, e.$props, { link: "", loading: a.loadingStatus, onClick: i.handleClick }), { default: v(() => [
|
|
72
|
+
return d(), V(n, O({ class: "cv-btn" }, e.$props, { link: "", loading: a.loadingStatus, onClick: i.handleClick }), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16, ["loading", "onClick"]);
|
|
73
73
|
}]]);
|
|
74
74
|
at.install = function(e) {
|
|
75
75
|
e.component(at.name, at);
|
|
76
76
|
}, it.install = function(e) {
|
|
77
77
|
e.component(it.name, it);
|
|
78
78
|
};
|
|
79
|
-
const lt = S({ name: "cvAutocompleteBase", props: { ...
|
|
79
|
+
const lt = S({ name: "cvAutocompleteBase", props: { ...Il.props }, data: () => ({ localVal: "", loadingStatus: !1 }), created() {
|
|
80
80
|
}, methods: { async querySearchAsync(e, t) {
|
|
81
81
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
82
82
|
const n = C("el-autocomplete");
|
|
83
|
-
return d(), V(n, O({ modelValue: a.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => a.localVal = c) }, e.$props, { "fetch-suggestions": i.querySearchAsync }), { default: v(() => [
|
|
84
|
-
}]]),
|
|
83
|
+
return d(), V(n, O({ modelValue: a.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => a.localVal = c) }, e.$props, { "fetch-suggestions": i.querySearchAsync }), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16, ["modelValue", "fetch-suggestions"]);
|
|
84
|
+
}]]), jo = { props: { compConfig: {}, dataParse: { type: [Function], default: () => null } }, data: () => ({ searchData: {}, loadDataLoading: !1, loadDataList: [], loadDataTotal: 0, loadPageCurr: 1, loadPageLimit: 10, loadConfigSetting: {}, loadConfigDef: { pageCurr: 1, pageLimit: 10, isSkip: !1, url: null, apiFunc: null, mockData: null, where: {}, response: { statusName: "status", statusCode: 200, msgName: "msg", countName: "total", dataName: "data" }, request: { pageName: "page", limitName: "pagesize" } } }), methods: { loadEnding() {
|
|
85
85
|
this.loadDataLoading = !1, this.$nextTick(() => {
|
|
86
86
|
this.loadDataLoading = !1;
|
|
87
87
|
});
|
|
@@ -105,7 +105,7 @@ const lt = S({ name: "cvAutocompleteBase", props: { ...bl.props }, data: () => (
|
|
|
105
105
|
o.status = e[t.statusName], o.msg = e[t.msgName], o.total = e[t.countName], l = e[t.dataName];
|
|
106
106
|
for (let i in l) a[i] = l[i];
|
|
107
107
|
return o.data = a, o;
|
|
108
|
-
} } }, nt = S({ name: "cvAutocompleteLoad", mixins: [
|
|
108
|
+
} } }, nt = S({ name: "cvAutocompleteLoad", mixins: [jo], emits: ["update:modelValue", "input"], props: { ...Il.props, modelValue: { type: [String, Object, Number], default: () => ({}) }, placeholder: { type: [String], default: "请输入内容" }, popperClass: { type: [String], default: "cv-autocomplete-load" }, clearable: { type: [Boolean], default: !0 }, triggerOnFocus: !1, debounce: 500, refID: { type: [String], required: !1, default: () => "cvAutocompleteLoad-" + +/* @__PURE__ */ new Date() + (Math.random() / 1e4).toFixed(0) }, compConfig: { type: [Object], default: () => ({}) } }, data: () => ({ localVal: "", searchList: [], compConfigDef: { searchField: ["value"] }, timeout: null, loadingMore: !1 }), directives: { loadmore: { mounted(e, t) {
|
|
109
109
|
const o = /* @__PURE__ */ ((a, i) => {
|
|
110
110
|
let n = null;
|
|
111
111
|
return function(...c) {
|
|
@@ -158,8 +158,8 @@ const lt = S({ name: "cvAutocompleteBase", props: { ...bl.props }, data: () => (
|
|
|
158
158
|
}, handleSelect(e) {
|
|
159
159
|
this.$emit("update:modelValue", e);
|
|
160
160
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
161
|
-
const n = C("cv-icons"), c = C("el-autocomplete"), h =
|
|
162
|
-
return M((d(), p("div", null, [y(c, O(e.$props, { modelValue: a.localVal, "onUpdate:modelValue": t[1] || (t[1] = (u) => a.localVal = u), "fetch-suggestions": i.querySearchAsync, onChange: i.handleChange, onSelect: i.handleSelect, teleported: !1, "popper-append-to-body": !1 }), { load: v(() => [...t[2] || (t[2] = [])]), default: v(({ item: u }) => [u.is_last_tip ?
|
|
161
|
+
const n = C("cv-icons"), c = C("el-autocomplete"), h = ne("loadmore");
|
|
162
|
+
return M((d(), p("div", null, [y(c, O(e.$props, { modelValue: a.localVal, "onUpdate:modelValue": t[1] || (t[1] = (u) => a.localVal = u), "fetch-suggestions": i.querySearchAsync, onChange: i.handleChange, onSelect: i.handleSelect, teleported: !1, "popper-append-to-body": !1 }), { load: v(() => [...t[2] || (t[2] = [])]), default: v(({ item: u }) => [u.is_last_tip ? k("", !0) : L(e.$slots, "default", j(O({ key: 0 }, { item: u }))), u.is_last_tip ? (d(), p("div", { key: 1, class: "cv-autocomolete-nodata", onClick: t[0] || (t[0] = Ll((...m) => i.getData && i.getData(...m), ["stop"])), disabled: "" }, [t[3] || (t[3] = D(" 没有更多数据了 ", -1)), y(n, { type: "ElIconRefreshLeft" }), t[4] || (t[4] = D(" 刷新按钮 ", -1))])) : k("", !0)]), _: 3 }, 16, ["modelValue", "fetch-suggestions", "onChange", "onSelect"])])), [[h, i.getMoreData]]);
|
|
163
163
|
}]]);
|
|
164
164
|
lt.install = function(e) {
|
|
165
165
|
e.component(lt.name, lt);
|
|
@@ -171,16 +171,16 @@ const st = S({ ...Je, name: "cvFormBase", extends: Je, provide() {
|
|
|
171
171
|
}, props: { ...Je.props, labelWidth: { type: [String, Number], default: "auto" }, labelPosition: { type: String, default: "right" } }, watch: { model() {
|
|
172
172
|
} }, data: () => ({}) }, [["render", function(e, t, o, l, a, i) {
|
|
173
173
|
const n = C("el-form");
|
|
174
|
-
return d(), V(n, O({ class: "cv-form-base" }, { ...e.$props, ...e.$attrs },
|
|
174
|
+
return d(), V(n, O({ class: "cv-form-base" }, { ...e.$props, ...e.$attrs }, $l(e.$attrs)), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16);
|
|
175
175
|
}]]), rt = S({ name: "cvFormInline", provide() {
|
|
176
176
|
return { elForm: this };
|
|
177
177
|
}, props: { ...Je.props }, watch: {}, data: () => ({ form: {} }) }, [["render", function(e, t, o, l, a, i) {
|
|
178
178
|
const n = C("el-form");
|
|
179
|
-
return d(), V(n, O({ class: "cv-form-base" }, e.$props,
|
|
180
|
-
}]]),
|
|
181
|
-
}, methods: {} },
|
|
179
|
+
return d(), V(n, O({ class: "cv-form-base" }, e.$props, $l(e.$attrs), { inline: !0 }), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16);
|
|
180
|
+
}]]), Qn = { name: "cvFormItem", extends: Ka, props: { ...Ka.props }, data: () => ({ localLabelWidth: "", localError: "" }), created() {
|
|
181
|
+
}, methods: {} }, Jn = { key: 0, class: "cv-form-item__tip" }, ct = S(Qn, [["render", function(e, t, o, l, a, i) {
|
|
182
182
|
const n = C("el-form-item");
|
|
183
|
-
return d(), V(n, j(U({ ...e.$props, ...e.$attrs })), { default: v(() => [
|
|
183
|
+
return d(), V(n, j(U({ ...e.$props, ...e.$attrs })), { default: v(() => [L(e.$slots, "default"), e.$slots.tip ? (d(), p("div", Jn, [L(e.$slots, "tip")])) : k("", !0)]), _: 3 }, 16);
|
|
184
184
|
}]]);
|
|
185
185
|
st.install = function(e) {
|
|
186
186
|
e.component(st.name, st);
|
|
@@ -189,7 +189,7 @@ st.install = function(e) {
|
|
|
189
189
|
}, ct.install = function(e) {
|
|
190
190
|
e.component(ct.name, ct);
|
|
191
191
|
};
|
|
192
|
-
const
|
|
192
|
+
const oe = { extends: zo, emits: ["update:modelValue", "change"], props: { ...zo.props, modelValue: { type: [Number, String], default: "" }, placeholder: { type: [Number, String], default: "" }, disabled: { type: Boolean, default: !1 } }, watch: { modelValue(e) {
|
|
193
193
|
this.localVal = e;
|
|
194
194
|
}, localVal() {
|
|
195
195
|
this.handleChange(), this.handleInput();
|
|
@@ -224,28 +224,28 @@ const ie = { extends: Bo, emits: ["update:modelValue", "change"], props: { ...Bo
|
|
|
224
224
|
this._diyValidate(a);
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
|
-
} } },
|
|
227
|
+
} } }, es = S({ name: "cvInputText", mixins: [oe], props: {}, data: () => ({}), methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
228
228
|
const n = C("el-input");
|
|
229
|
-
return d(), V(n, O({ type: "text" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入", clearable: "" }),
|
|
230
|
-
}]]), dt = S({ name: "cvInputMobile", mixins: [
|
|
229
|
+
return d(), V(n, O({ type: "text" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入", clearable: "" }), le({ _: 2 }, [e.$slots.prepend ? { name: "prepend", fn: v(() => [L(e.$slots, "prepend")]), key: "0" } : void 0, e.$slots.prepend ? { name: "append", fn: v(() => [L(e.$slots, "append")]), key: "1" } : void 0]), 1040, ["modelValue", "onChange", "onInput", "placeholder"]);
|
|
230
|
+
}]]), dt = S({ name: "cvInputMobile", mixins: [oe], components: {}, props: {}, data: () => ({}), methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
231
231
|
const n = C("el-input");
|
|
232
|
-
return d(), V(n, O({ type: "number", oninput: "if(value.length>11)value=value.slice(0,11)" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入11位大陆手机号", clearable: "" }),
|
|
233
|
-
}]]), ht = S({ name: "cvInputEmail", mixins: [
|
|
232
|
+
return d(), V(n, O({ type: "number", oninput: "if(value.length>11)value=value.slice(0,11)" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入11位大陆手机号", clearable: "" }), le({ prepend: v(() => [t[1] || (t[1] = D("+86", -1))]), _: 2 }, [e.$slots.append ? { name: "append", fn: v(() => [L(e.$slots, "append")]), key: "0" } : void 0]), 1040, ["modelValue", "onChange", "onInput", "placeholder"]);
|
|
233
|
+
}]]), ht = S({ name: "cvInputEmail", mixins: [oe], components: {}, props: {}, data: () => ({}), methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
234
234
|
const n = C("el-input");
|
|
235
|
-
return d(), V(n, O({ type: "text" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入邮箱", clearable: "" }),
|
|
236
|
-
}]]), pt = S({ name: "cvInputPassword", mixins: [
|
|
235
|
+
return d(), V(n, O({ type: "text" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入邮箱", clearable: "" }), le({ _: 2 }, [e.$slots.prepend ? { name: "prepend", fn: v(() => [L(e.$slots, "prepend")]), key: "0" } : void 0, e.$slots.append ? { name: "append", fn: v(() => [L(e.$slots, "append")]), key: "1" } : void 0]), 1040, ["modelValue", "onChange", "onInput", "placeholder"]);
|
|
236
|
+
}]]), pt = S({ name: "cvInputPassword", mixins: [oe], components: {}, props: { showPassword: { type: Boolean, default: !1 } }, data: () => ({}), methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
237
237
|
const n = C("el-input");
|
|
238
|
-
return d(), V(n, O({ type: "password" }, { disabled: e.disabled, showPassword: o.showPassword }, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入密码", clearable: "" }),
|
|
239
|
-
}]]), ut = S({ name: "cvInputNumber", mixins: [
|
|
238
|
+
return d(), V(n, O({ type: "password" }, { disabled: e.disabled, showPassword: o.showPassword }, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入密码", clearable: "" }), le({ _: 2 }, [e.$slots.prepend ? { name: "prepend", fn: v(() => [L(e.$slots, "prepend")]), key: "0" } : void 0, e.$slots.append ? { name: "append", fn: v(() => [L(e.$slots, "append")]), key: "1" } : void 0]), 1040, ["modelValue", "onChange", "onInput", "placeholder"]);
|
|
239
|
+
}]]), ut = S({ name: "cvInputNumber", mixins: [oe], props: {}, data: () => ({}), methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
240
240
|
const n = C("el-input");
|
|
241
|
-
return d(), V(n, O({ class: "cv-number", type: "number" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入整数", clearable: "" }),
|
|
242
|
-
}]]), mt = S({ name: "cvInputIdcard", mixins: [
|
|
241
|
+
return d(), V(n, O({ class: "cv-number", type: "number" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入整数", clearable: "" }), le({ _: 2 }, [e.$slots.prepend ? { name: "prepend", fn: v(() => [L(e.$slots, "prepend")]), key: "0" } : void 0, e.$slots.append ? { name: "append", fn: v(() => [L(e.$slots, "append")]), key: "1" } : void 0]), 1040, ["modelValue", "onChange", "onInput", "placeholder"]);
|
|
242
|
+
}]]), mt = S({ name: "cvInputIdcard", mixins: [oe], components: {}, props: {}, data: () => ({}), methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
243
243
|
const n = C("el-input");
|
|
244
|
-
return d(), V(n, O({ type: "text", oninput: "if(value.length>18)value=value.slice(0,18)" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入身份证", clearable: "", maxlength: "18" }),
|
|
245
|
-
}]]), gt = S({ name: "cvInputDigit", mixins: [
|
|
244
|
+
return d(), V(n, O({ type: "text", oninput: "if(value.length>18)value=value.slice(0,18)" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入身份证", clearable: "", maxlength: "18" }), le({ _: 2 }, [e.$slots.prepend ? { name: "prepend", fn: v(() => [L(e.$slots, "prepend")]), key: "0" } : void 0, e.$slots.append ? { name: "append", fn: v(() => [L(e.$slots, "append")]), key: "1" } : void 0]), 1040, ["modelValue", "onChange", "onInput", "placeholder"]);
|
|
245
|
+
}]]), gt = S({ name: "cvInputDigit", mixins: [oe], components: {}, props: {}, data: () => ({}), methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
246
246
|
const n = C("el-input");
|
|
247
|
-
return d(), V(n, O({ type: "number" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入", clearable: "" }),
|
|
248
|
-
}]]), ft = S({ name: "cvTextarea", mixins: [
|
|
247
|
+
return d(), V(n, O({ type: "number" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入", clearable: "" }), le({ _: 2 }, [e.$slots.prepend ? { name: "prepend", fn: v(() => [L(e.$slots, "prepend")]), key: "0" } : void 0, e.$slots.append ? { name: "append", fn: v(() => [L(e.$slots, "append")]), key: "1" } : void 0]), 1040, ["modelValue", "onChange", "onInput", "placeholder"]);
|
|
248
|
+
}]]), ft = S({ name: "cvTextarea", mixins: [oe], props: { rows: { type: [Number, String], default: 3 }, autosize: { type: [Boolean, Object], default: !1 } }, data: () => ({}), computed: { lastRow() {
|
|
249
249
|
return parseInt(this.rows);
|
|
250
250
|
} }, created() {
|
|
251
251
|
}, methods: { onSubmit() {
|
|
@@ -253,19 +253,19 @@ const ie = { extends: Bo, emits: ["update:modelValue", "change"], props: { ...Bo
|
|
|
253
253
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
254
254
|
const n = C("el-input");
|
|
255
255
|
return d(), V(n, O({ type: "textarea" }, { disabled: e.disabled, rows: i.lastRow, autosize: o.autosize }, { rows: i.lastRow, modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入内容", clearable: "" }), null, 16, ["rows", "modelValue", "onInput", "placeholder"]);
|
|
256
|
-
}]]),
|
|
256
|
+
}]]), ts = { name: "cvTextareaBtn", mixins: [oe], components: {}, props: { rows: { type: [Number, String], default: 3 }, btnText: { type: [Number, String], default: "" }, btnIcon: { type: [String], default: "" }, autosize: { type: [Boolean, Object], default: !1 } }, data: () => ({}), computed: { lastRow() {
|
|
257
257
|
return parseInt(this.rows);
|
|
258
258
|
} }, methods: { onSubmit() {
|
|
259
259
|
this.$emit("btnClick", this.localVal);
|
|
260
|
-
} } },
|
|
260
|
+
} } }, os = { class: "cv-textab-group" }, as = { class: "cv-textab-group__append" }, is = { class: "cv-textab_slot-wrap" }, vt = S(ts, [["render", function(e, t, o, l, a, i) {
|
|
261
261
|
const n = C("el-input"), c = C("el-button");
|
|
262
|
-
return d(), p("div",
|
|
263
|
-
}]]),
|
|
262
|
+
return d(), p("div", os, [y(n, O({ type: "textarea" }, { disabled: e.disabled, rows: i.lastRow, autosize: o.autosize }, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (h) => e.localVal = h), onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入内容", clearable: "" }), null, 16, ["modelValue", "onInput", "placeholder"]), r("div", as, [r("div", is, [L(e.$slots, "default", {}, () => [y(c, { class: "cv-textab_slotbtn", type: "primary", size: e.size, onClick: i.onSubmit }, { default: v(() => [o.btnIcon ? (d(), p("i", { key: 0, class: N(o.btnIcon), style: { "margin-right": "5px" } }, null, 2)) : k("", !0), D(" " + T(o.btnText), 1)]), _: 1 }, 8, ["size", "onClick"])])])])]);
|
|
263
|
+
}]]), ls = { class: "cv-input-group" }, ns = { class: "cv-input-group__append" }, yt = S({ name: "cvInputBtn", mixins: [oe], emits: ["btnClick"], components: {}, props: { btnText: { type: [Number, String], default: "确定" }, btnIcon: { type: [String], default: "" } }, data: () => ({}), methods: { onSubmit() {
|
|
264
264
|
this.$emit("btnClick", this.localVal);
|
|
265
265
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
266
266
|
const n = C("el-input"), c = C("el-button");
|
|
267
|
-
return d(), p("div",
|
|
268
|
-
}]]),
|
|
267
|
+
return d(), p("div", ls, [y(n, O({ type: "text" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (h) => e.localVal = h), onChange: e.handleChange, onInput: e.handleInput, placeholder: e.placeholder ? e.placeholder : "请输入", clearable: "" }), null, 16, ["modelValue", "onChange", "onInput", "placeholder"]), r("div", ns, [L(e.$slots, "default", {}, () => [y(c, { class: "cv-input-btn__slotbtn", type: "primary", size: e.size, onClick: i.onSubmit }, { default: v(() => [o.btnIcon ? (d(), p("i", { key: 0, class: N(o.btnIcon), style: { "margin-right": "5px" } }, null, 2)) : k("", !0), D(" " + T(o.btnText), 1)]), _: 1 }, 8, ["size", "onClick"])])])]);
|
|
268
|
+
}]]), Wo = S({ data: () => ({ formData: {} }) }, [["render", function(e, t, o, l, a, i) {
|
|
269
269
|
return d(), p("div");
|
|
270
270
|
}]]);
|
|
271
271
|
dt.install = function(e) {
|
|
@@ -286,10 +286,10 @@ dt.install = function(e) {
|
|
|
286
286
|
e.component(vt.name, vt);
|
|
287
287
|
}, yt.install = function(e) {
|
|
288
288
|
e.component(yt.name, yt);
|
|
289
|
-
},
|
|
290
|
-
e.component(
|
|
289
|
+
}, Wo.install = function(e) {
|
|
290
|
+
e.component(Wo.name, Wo);
|
|
291
291
|
};
|
|
292
|
-
const bt = S({ name: "cvInputCounter", extends:
|
|
292
|
+
const bt = S({ name: "cvInputCounter", extends: nn, props: {}, watch: { modelValue() {
|
|
293
293
|
this.localVal = this.modelValue;
|
|
294
294
|
} }, data: () => ({ localVal: 0 }), created() {
|
|
295
295
|
}, methods: { handleChange(e) {
|
|
@@ -301,26 +301,26 @@ const bt = S({ name: "cvInputCounter", extends: Jl, props: {}, watch: { modelVal
|
|
|
301
301
|
bt.install = function(e) {
|
|
302
302
|
e.component(bt.name, bt);
|
|
303
303
|
};
|
|
304
|
-
const
|
|
304
|
+
const ss = { class: "cv-show-text" }, rs = ["innerHTML"], Ct = S({ name: "cvShowText", mixins: [], components: {}, props: { text: { type: [Number, String, Object], default: "" } }, data: () => ({}), created() {
|
|
305
305
|
}, methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
306
|
-
return d(), p("div",
|
|
307
|
-
}]]),
|
|
306
|
+
return d(), p("div", ss, [o.text ? (d(), p("div", { key: 0, innerHTML: o.text }, null, 8, rs)) : k("", !0), o.text ? k("", !0) : L(e.$slots, "default", { key: 1 })]);
|
|
307
|
+
}]]), cs = { class: "cv-show-image" }, wt = S({ name: "cvShowImage", mixins: [], components: {}, props: { url: { type: [String, Array, Object], default: "" }, width: { type: [String], default: "100px" }, height: { type: [String], default: "100px" } }, data: () => ({ localUrl: "" }), watch: { url: { handler() {
|
|
308
308
|
this.localUrl = typeof this.url == "string" ? [this.url] : this.url;
|
|
309
309
|
}, immediate: !0, deep: !0 } }, created() {
|
|
310
310
|
}, methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
311
311
|
const n = C("el-image");
|
|
312
|
-
return d(), p("div",
|
|
312
|
+
return d(), p("div", cs, [(d(!0), p(F, null, B(a.localUrl, (c, h) => (d(), V(n, { style: z("width:" + o.width + "; height:" + o.height + "; margin-right:10px"), key: h, src: c, "preview-src-list": a.localUrl }, null, 8, ["style", "src", "preview-src-list"]))), 128))]);
|
|
313
313
|
}]]), kt = S({ name: "cvShowTip", props: { borderColor: { type: [String], default: "#50bfff" }, bgColor: { type: [String], default: "#ecf8ff" } }, data: () => ({ backgroundColor: "#ecf8ff", borderLeft: "5px solid #50bfff" }), created() {
|
|
314
314
|
this.borderLeft = `5px solid ${this.borderColor}`, this.backgroundColor = `${this.bgColor}`;
|
|
315
315
|
}, methods: {} }, [["render", function(e, t, o, l, a, i) {
|
|
316
|
-
return d(), p("div", { class: "cv-show-tip", style:
|
|
317
|
-
}]]),
|
|
316
|
+
return d(), p("div", { class: "cv-show-tip", style: z({ backgroundColor: this.backgroundColor, borderLeft: this.borderLeft }) }, [L(e.$slots, "default")], 4);
|
|
317
|
+
}]]), ds = { name: "cv-gallery-dialog", props: { type: String, title: String, sources: Array, sliceSingle: { type: Boolean, default: !1 }, carouselAttrs: Object }, data: () => ({ isShowCarousel: !1, sourceTitle: "", initialIndex: 0, isShowPreview: !1 }), methods: { startPreview(e) {
|
|
318
318
|
this.isShowPreview = !0, this.initialIndex = e, this.sourceTitle = this.sources[e].title;
|
|
319
319
|
}, handleCarouselChange(e) {
|
|
320
320
|
this.sources[e] && this.sources[e].title ? this.sourceTitle = this.sources[e].title : this.sourceTitle = "";
|
|
321
|
-
} } },
|
|
321
|
+
} } }, hs = ["src"], ps = { key: 0, class: "cv-gallery-iframe embed-responsive embed-responsive-16by9" }, us = ["src"], ms = ["src"], gs = ["src"], fs = { name: "gallery", components: { GalleryDialog: S(ds, [["render", function(e, t, o, l, a, i) {
|
|
322
322
|
const n = C("el-carousel-item"), c = C("el-carousel"), h = C("el-dialog");
|
|
323
|
-
return d(), V(h, { visible: a.isShowPreview, "append-to-body": "", onOpen: t[0] || (t[0] = (u) => a.isShowCarousel = !0), onClosed: t[1] || (t[1] = (u) => a.isShowCarousel = !1), style: { "text-align": "center" } }, { header: v(() => [
|
|
323
|
+
return d(), V(h, { visible: a.isShowPreview, "append-to-body": "", onOpen: t[0] || (t[0] = (u) => a.isShowCarousel = !0), onClosed: t[1] || (t[1] = (u) => a.isShowCarousel = !1), style: { "text-align": "center" } }, { header: v(() => [D(T(a.sourceTitle || o.title), 1)]), default: v(() => [o.type === "video" ? (d(), p(F, { key: 0 }, [a.isShowPreview ? (d(), p("video", { key: 0, src: o.sources[a.initialIndex].src, autoplay: "autoplay", class: "cv-gallery-video", controls: "controls", width: "100%" }, null, 8, hs)) : k("", !0)], 64)) : o.type === "iframe" ? (d(), p(F, { key: 1 }, [a.isShowPreview ? (d(), p("div", ps, [r("iframe", { src: o.sources[a.initialIndex].src, allowfullscreen: "true", border: "0", frameborder: "no", framespacing: "0", scrolling: "no" }, null, 8, us)])) : k("", !0)], 64)) : o.type === "image" ? (d(), p(F, { key: 2 }, [o.sliceSingle && o.sources[a.initialIndex] || o.sources.length === 1 ? (d(), p("img", { key: 0, src: o.sources[a.initialIndex].src, class: "cv-gallery-image" }, null, 8, ms)) : (d(), p(F, { key: 1 }, [a.isShowCarousel ? (d(), V(c, O({ key: 0, "initial-index": a.initialIndex, onChange: i.handleCarouselChange, "indicator-position": "outside" }, o.carouselAttrs), { default: v(() => [(d(!0), p(F, null, B(o.sources, (u, m) => (d(), V(n, { key: m }, { default: v(() => [r("img", { src: u.src, class: "cv-gallery-image" }, null, 8, gs)]), _: 2 }, 1024))), 128))]), _: 1 }, 16, ["initial-index", "onChange"])) : k("", !0)], 64))], 64)) : k("", !0)]), _: 1 }, 8, ["visible"]);
|
|
324
324
|
}]]) }, props: { type: { type: String, default: "image", validator: (e) => ["image", "video", "iframe"].includes(e) }, size: Number, width: Number, height: Number, lazy: { type: Boolean, default: !1 }, source: [String, Array, Object], thumbSuffix: { type: String, default: "" }, thumbStyle: Object, carouselAttrs: Object, title: String, sliceSingle: { type: Boolean, default: !1 } }, data: () => ({}), computed: { computedStyle() {
|
|
325
325
|
let e = this.width || this.size, t = this.height || this.size;
|
|
326
326
|
return this.type === "iframe" && (e = e ? e + "px" : "360px", t = t ? t + "px" : "auto"), Object.assign({}, { width: e, height: t, display: "block" }, this.thumbStyle);
|
|
@@ -343,9 +343,9 @@ const es = { class: "cv-show-text" }, ts = ["innerHTML"], Ct = S({ name: "cvShow
|
|
|
343
343
|
return this.type === "image" && this.thumbSuffix && (t += this.thumbSuffix), { type: this.type, src: e, thumb: t };
|
|
344
344
|
}, getObjectSource(e) {
|
|
345
345
|
return e.type = e.thumb ? "image" : this.type, e.thumb = e.thumb || e.src, e;
|
|
346
|
-
} } },
|
|
346
|
+
} } }, vs = { key: 0, class: "cv-gallery" }, ys = { class: "el-upload-list el-upload-list--picture-card" }, bs = ["src"], Cs = { class: "el-upload-list__item-actions" }, ws = ["onClick"], Yo = S(fs, [["render", function(e, t, o, l, a, i) {
|
|
347
347
|
const n = C("cv-icons"), c = C("GalleryDialog");
|
|
348
|
-
return o.source ? (d(), p("div",
|
|
348
|
+
return o.source ? (d(), p("div", vs, [r("div", ys, [(d(!0), p(F, null, B(i.computedSources, (h, u) => (d(), p("li", { key: u, class: "el-upload-list__item" }, [r("div", { style: z(i.computedStyle), class: "cv-gallery-iframe embed-responsive embed-responsive-16by9" }, [r("iframe", { src: h.thumb, allowfullscreen: "true", border: "0", frameborder: "no", framespacing: "0", scrolling: "no" }, null, 8, bs)], 4), r("span", Cs, [r("span", { onClick: (m) => i.handlePreview(u, h) }, [y(n, { type: "ElIconVideoPlay", size: "20" })], 8, ws), L(e.$slots, "action", O({ ref_for: !0 }, { source: h, index: u }))])]))), 128))]), y(c, { carouselAttrs: o.carouselAttrs, sliceSingle: o.sliceSingle, sources: i.computedSources, title: o.title, type: o.type, ref: "dialog" }, null, 8, ["carouselAttrs", "sliceSingle", "sources", "title", "type"])])) : k("", !0);
|
|
349
349
|
}]]);
|
|
350
350
|
Ct.install = function(e) {
|
|
351
351
|
e.component(Ct.name, Ct);
|
|
@@ -353,18 +353,18 @@ Ct.install = function(e) {
|
|
|
353
353
|
e.component(wt.name, wt);
|
|
354
354
|
}, kt.install = function(e) {
|
|
355
355
|
e.component(kt.name, kt);
|
|
356
|
-
},
|
|
357
|
-
e.component(
|
|
356
|
+
}, Yo.install = function(e) {
|
|
357
|
+
e.component(Yo.name, Yo);
|
|
358
358
|
};
|
|
359
359
|
const xt = S({ name: "cvRadioOptBase" }, [["render", function(e, t, o, l, a, i) {
|
|
360
360
|
const n = C("el-radio");
|
|
361
|
-
return d(), V(n, j(U(e.$props)), { default: v(() => [
|
|
361
|
+
return d(), V(n, j(U(e.$props)), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16);
|
|
362
362
|
}]]), St = S({ name: "cvRadioOptBtn" }, [["render", function(e, t, o, l, a, i) {
|
|
363
363
|
const n = C("el-radio-button");
|
|
364
|
-
return d(), V(n, j(U(e.$props)), { default: v(() => [
|
|
364
|
+
return d(), V(n, j(U(e.$props)), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16);
|
|
365
365
|
}]]), Vt = S({ name: "cvRadioGroup" }, [["render", function(e, t, o, l, a, i) {
|
|
366
366
|
const n = C("el-radio-group");
|
|
367
|
-
return d(), V(n, j(U(e.$props)), { default: v(() => [
|
|
367
|
+
return d(), V(n, j(U(e.$props)), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16);
|
|
368
368
|
}]]);
|
|
369
369
|
xt.install = function(e) {
|
|
370
370
|
e.component(xt.name, xt);
|
|
@@ -373,13 +373,13 @@ xt.install = function(e) {
|
|
|
373
373
|
}, Vt.install = function(e) {
|
|
374
374
|
e.component(Vt.name, Vt);
|
|
375
375
|
};
|
|
376
|
-
const _t = S({ name: "cvCheckboxOptBase", extends:
|
|
376
|
+
const _t = S({ name: "cvCheckboxOptBase", extends: sn }, [["render", function(e, t, o, l, a, i) {
|
|
377
377
|
const n = C("el-checkbox");
|
|
378
|
-
return d(), V(n, j(U(e.$props)), { default: v(() => [
|
|
379
|
-
}]]), It = S({ name: "cvCheckboxOptBtn", extends:
|
|
378
|
+
return d(), V(n, j(U(e.$props)), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16);
|
|
379
|
+
}]]), It = S({ name: "cvCheckboxOptBtn", extends: rn, props: {} }, [["render", function(e, t, o, l, a, i) {
|
|
380
380
|
const n = C("el-checkbox-button");
|
|
381
|
-
return d(), V(n, j(U(e.$props)), { default: v(() => [
|
|
382
|
-
}]]),
|
|
381
|
+
return d(), V(n, j(U(e.$props)), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16);
|
|
382
|
+
}]]), ks = { props: { ...cn.props, modelValue: { type: [Array], default: () => [] }, dataLists: { type: Array, default: () => [] }, dataField: { type: [Object], default: () => ({}) }, disabled: { type: Boolean, default: !1 } }, watch: { modelValue() {
|
|
383
383
|
this.localVal = this.modelValue;
|
|
384
384
|
}, localVal() {
|
|
385
385
|
this.handleChange();
|
|
@@ -405,7 +405,7 @@ const _t = S({ name: "cvCheckboxOptBase", extends: en }, [["render", function(e,
|
|
|
405
405
|
}
|
|
406
406
|
this._parseLocalOptDiy();
|
|
407
407
|
}, _parseLocalOptDiy() {
|
|
408
|
-
} } },
|
|
408
|
+
} } }, xs = { class: "cv-checkbox-all" }, Tt = S({ name: "cvCheckboxAll", mixins: [ks], components: {}, data: () => ({ checkAll: !1, isIndeterminate: !0, localOptAll: [] }), methods: { handleCheckAllChange(e) {
|
|
409
409
|
this.localVal = e ? this.localOptAll : [], this.isIndeterminate = !1, this.handleChange();
|
|
410
410
|
}, handleCheckedCitiesChange(e) {
|
|
411
411
|
let t = e.length;
|
|
@@ -416,33 +416,33 @@ const _t = S({ name: "cvCheckboxOptBase", extends: en }, [["render", function(e,
|
|
|
416
416
|
});
|
|
417
417
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
418
418
|
const n = C("el-checkbox"), c = C("el-checkbox-group");
|
|
419
|
-
return d(), p("div",
|
|
419
|
+
return d(), p("div", xs, [y(n, { indeterminate: a.isIndeterminate, modelValue: a.checkAll, "onUpdate:modelValue": t[0] || (t[0] = (h) => a.checkAll = h), onChange: i.handleCheckAllChange }, { default: v(() => [...t[2] || (t[2] = [D("全选", -1)])]), _: 1 }, 8, ["indeterminate", "modelValue", "onChange"]), t[3] || (t[3] = r("div", { style: { margin: "15px 0" } }, null, -1)), y(c, { modelValue: e.localVal, "onUpdate:modelValue": t[1] || (t[1] = (h) => e.localVal = h), onChange: i.handleCheckedCitiesChange }, { default: v(() => [L(e.$slots, "default", {}, () => [(d(!0), p(F, null, B(e.localOpt, (h, u) => (d(), V(n, { value: h.value, key: u, onChange: e.handleChange, disabled: e.disabled || h.disabled }, { default: v(() => [D(T(h.label), 1)]), _: 2 }, 1032, ["value", "onChange", "disabled"]))), 128))])]), _: 3 }, 8, ["modelValue", "onChange"])]);
|
|
420
420
|
}]]), Dt = S({ name: "cvCheckboxGroup" }, [["render", function(e, t, o, l, a, i) {
|
|
421
421
|
const n = C("el-checkbox-group");
|
|
422
|
-
return d(), V(n, j(U(e.$props)), { default: v(() => [
|
|
422
|
+
return d(), V(n, j(U(e.$props)), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16);
|
|
423
423
|
}]]);
|
|
424
|
-
function
|
|
424
|
+
function Ml(e, t, o) {
|
|
425
425
|
var l = {}.atBegin;
|
|
426
426
|
return (function(a, i, n) {
|
|
427
|
-
var c, h = n || {}, u = h.noTrailing, m = u !== void 0 && u, f = h.noLeading, g = f !== void 0 && f,
|
|
427
|
+
var c, h = n || {}, u = h.noTrailing, m = u !== void 0 && u, f = h.noLeading, g = f !== void 0 && f, w = h.debounceMode, x = w === void 0 ? void 0 : w, b = !1, _ = 0;
|
|
428
428
|
function I() {
|
|
429
429
|
c && clearTimeout(c);
|
|
430
430
|
}
|
|
431
|
-
function
|
|
432
|
-
for (var
|
|
433
|
-
var
|
|
434
|
-
function
|
|
435
|
-
_ = Date.now(), i.apply(
|
|
431
|
+
function A() {
|
|
432
|
+
for (var P = arguments.length, q = new Array(P), W = 0; W < P; W++) q[W] = arguments[W];
|
|
433
|
+
var se = this, we = Date.now() - _;
|
|
434
|
+
function Ve() {
|
|
435
|
+
_ = Date.now(), i.apply(se, q);
|
|
436
436
|
}
|
|
437
|
-
function
|
|
437
|
+
function Ae() {
|
|
438
438
|
c = void 0;
|
|
439
439
|
}
|
|
440
|
-
b || (g || !x || c ||
|
|
440
|
+
b || (g || !x || c || Ve(), I(), x === void 0 && we > a ? g ? (_ = Date.now(), m || (c = setTimeout(x ? Ae : Ve, a))) : Ve() : m !== !0 && (c = setTimeout(x ? Ae : Ve, x === void 0 ? a - we : a)));
|
|
441
441
|
}
|
|
442
|
-
return
|
|
443
|
-
var
|
|
444
|
-
I(), b = !
|
|
445
|
-
},
|
|
442
|
+
return A.cancel = function(P) {
|
|
443
|
+
var q = (P || {}).upcomingOnly, W = q !== void 0 && q;
|
|
444
|
+
I(), b = !W;
|
|
445
|
+
}, A;
|
|
446
446
|
})(e, t, { debounceMode: (l !== void 0 && l) !== !1 });
|
|
447
447
|
}
|
|
448
448
|
function Lt(e, t = !1, o = !0) {
|
|
@@ -453,7 +453,7 @@ function Lt(e, t = !1, o = !0) {
|
|
|
453
453
|
});
|
|
454
454
|
});
|
|
455
455
|
}
|
|
456
|
-
function
|
|
456
|
+
function Ss(e) {
|
|
457
457
|
const t = e;
|
|
458
458
|
try {
|
|
459
459
|
const o = document.createElement("textarea");
|
|
@@ -463,50 +463,50 @@ function vs(e) {
|
|
|
463
463
|
}).catch((l) => {
|
|
464
464
|
});
|
|
465
465
|
}
|
|
466
|
-
|
|
466
|
+
X({ message: "复制成功", type: "success" });
|
|
467
467
|
}
|
|
468
|
-
function
|
|
468
|
+
function Vs(e) {
|
|
469
469
|
var t = /* @__PURE__ */ new Date(), o = new Date(e), l = t - o, a = Math.floor(l / 1e3), i = Math.floor(a / 60), n = Math.floor(i / 60);
|
|
470
470
|
if (i < 1) var c = a + "秒前";
|
|
471
471
|
else n < 1 ? c = i + "分钟前" : n < 24 ? c = n + "小时前" : c = o.toLocaleString();
|
|
472
472
|
return c;
|
|
473
473
|
}
|
|
474
|
-
function
|
|
474
|
+
function Ce(e, ...t) {
|
|
475
475
|
return t.reduce((o, l) => Object.keys(l).reduce((a, i) => {
|
|
476
476
|
const n = l[i];
|
|
477
|
-
return Ho(n) ? a[i] =
|
|
477
|
+
return Ho(n) ? a[i] = Ce(a[i] ? a[i] : {}, n) : Bl(n) ? a[i] = n.map((c, h) => {
|
|
478
478
|
if (Ho(c)) {
|
|
479
479
|
const u = a[i] ? a[i] : [];
|
|
480
|
-
return
|
|
480
|
+
return Ce(u[h] ? u[h] : {}, c);
|
|
481
481
|
}
|
|
482
482
|
return c;
|
|
483
483
|
}) : a[i] = n, a;
|
|
484
484
|
}, o), e);
|
|
485
485
|
}
|
|
486
|
-
function
|
|
486
|
+
function El(e, t) {
|
|
487
487
|
const { [t[0]]: o, ...l } = e;
|
|
488
488
|
return Object.keys(e).reduce((a, i) => (t.includes(i) || (a[i] = e[i]), a), {});
|
|
489
489
|
}
|
|
490
490
|
function Ho(e) {
|
|
491
491
|
return Object.prototype.toString.call(e) === "[object Object]";
|
|
492
492
|
}
|
|
493
|
-
function
|
|
493
|
+
function Bl(e) {
|
|
494
494
|
return typeof Array.isArray == "function" ? Array.isArray(e) : Object.prototype.toString.call(e) === "[object Array]";
|
|
495
495
|
}
|
|
496
496
|
function $e(e) {
|
|
497
|
-
return
|
|
497
|
+
return Bl(e) ? e.length === 0 : Ho(e) ? Object.keys(e).length === 0 : e === "" || e == null;
|
|
498
498
|
}
|
|
499
|
-
function
|
|
499
|
+
function Ee(e, t) {
|
|
500
500
|
return $e(e) ? t : e;
|
|
501
501
|
}
|
|
502
|
-
function
|
|
502
|
+
function _s(e) {
|
|
503
503
|
let t = e.lastIndexOf("."), o = e.substring(t + 1);
|
|
504
504
|
return ["png", "jpg", "jpeg", "gif", "webp", "svg"].indexOf(o.toLowerCase()) != -1;
|
|
505
505
|
}
|
|
506
506
|
function xe(e) {
|
|
507
507
|
return e == null ? "" : String(e);
|
|
508
508
|
}
|
|
509
|
-
function
|
|
509
|
+
function Is(e) {
|
|
510
510
|
return window.URL ? window.URL.createObjectURL(e) : window.webkitURL ? window.webkitURL.createObjectURL(e) : "";
|
|
511
511
|
}
|
|
512
512
|
_t.install = function(e) {
|
|
@@ -518,14 +518,14 @@ _t.install = function(e) {
|
|
|
518
518
|
}, Tt.install = function(e) {
|
|
519
519
|
e.component(Tt.name, Tt);
|
|
520
520
|
};
|
|
521
|
-
const
|
|
521
|
+
const Nl = (() => {
|
|
522
522
|
const e = { svg: ["image/svg+xml", "image/svg"], jpg: ["image/jpeg", "image/jpg"], jpeg: ["image/jpeg"], png: ["image/png"], gif: ["image/gif"], webp: ["image/webp"], bmp: ["image/bmp", "image/x-bmp", "image/x-ms-bmp"], ico: ["image/x-icon", "image/vnd.microsoft.icon"], tiff: ["image/tiff", "image/tif", "image/x-tiff"], apng: ["image/apng"], avif: ["image/avif"], heic: ["image/heic"], pdf: ["application/pdf"], txt: ["text/plain"], csv: ["text/csv"], json: ["application/json"], xml: ["application/xml"], doc: ["application/msword"], docx: ["application/vnd.openxmlformats-officedocument.wordprocessingml.document"], xls: ["application/vnd.ms-excel"], xlsx: ["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"], ppt: ["application/vnd.ms-powerpoint"], pptx: ["application/vnd.openxmlformats-officedocument.presentationml.presentation"], zip: ["application/zip"], rar: ["application/x-rar-compressed"], "7z": ["application/x-7z-compressed"], mp3: ["audio/mpeg"], mp4: ["video/mp4"], mov: ["video/quicktime"], avi: ["video/x-msvideo"], wav: ["audio/wav"] }, t = {}, o = {};
|
|
523
523
|
for (const [l, a] of Object.entries(e)) {
|
|
524
524
|
t[l] = a[0];
|
|
525
525
|
for (const i of a) o[i] = l;
|
|
526
526
|
}
|
|
527
527
|
return { extensionToMime: t, mimeToExtension: o };
|
|
528
|
-
})(),
|
|
528
|
+
})(), Ts = { name: "cvGeoCity", mixins: [], components: {}, emits: ["update:province", "update:city", "update:district", "update:provinceCode", "update:cityCode", "update:districtCode"], props: { modelValue: { type: [String, Array, Number], default: () => [] }, province: { type: [String] }, provinceCode: { type: [Number, String], default: "" }, city: { type: [String] }, cityCode: { type: [Number, String], default: "" }, district: { type: [String] }, districtCode: { type: [Number, String], default: "" }, cityHide: { type: Boolean, default: !1 }, districtHide: { type: Boolean, default: !1 } }, watch: { modelValue(e) {
|
|
529
529
|
}, province(e) {
|
|
530
530
|
this.initProvince();
|
|
531
531
|
}, provinceCode(e) {
|
|
@@ -579,15 +579,15 @@ const $l = (() => {
|
|
|
579
579
|
this.local3_code = e, this.local3_name = this.districtList.find((t) => t.districtCode === e)?.districtName, this.handleChoose();
|
|
580
580
|
}, handleChoose() {
|
|
581
581
|
this.$emit("update:province", this.local1_name), this.$emit("update:provinceCode", this.local1_code), this.$emit("update:city", this.local2_name), this.$emit("update:cityCode", this.local2_code), this.$emit("update:district", this.local3_name), this.$emit("update:districtCode", this.local3_code);
|
|
582
|
-
} } },
|
|
583
|
-
const n = C("el-option"), c = C("el-select"), h =
|
|
584
|
-
return M((d(), p("div",
|
|
585
|
-
}]]),
|
|
582
|
+
} } }, Ds = { class: "cv-geo-city" }, Ls = { key: 0 }, $s = { key: 1 }, $t = S(Ts, [["render", function(e, t, o, l, a, i) {
|
|
583
|
+
const n = C("el-option"), c = C("el-select"), h = ne("loading");
|
|
584
|
+
return M((d(), p("div", Ds, [r("div", null, [y(c, { modelValue: a.local1_code, "onUpdate:modelValue": t[0] || (t[0] = (u) => a.local1_code = u), onFocus: i.getProvinces, onChange: i.changeProvince, placeholder: "省", filterable: "" }, { default: v(() => [(d(!0), p(F, null, B(a.provinceList, (u, m) => (d(), V(n, { key: u.provinceCode, label: u.provinceName, value: u.provinceCode }, { default: v(() => [D(T(u.provinceName), 1)]), _: 2 }, 1032, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue", "onFocus", "onChange"])]), o.cityHide ? k("", !0) : (d(), p("div", Ls, [y(c, { modelValue: a.local2_code, "onUpdate:modelValue": t[1] || (t[1] = (u) => a.local2_code = u), onFocus: i.getCities, onChange: i.changeCity, placeholder: "市", filterable: "" }, { default: v(() => [(d(!0), p(F, null, B(a.cityList, (u, m) => (d(), V(n, { key: u.cityCode, label: u.cityName, value: u.cityCode }, { default: v(() => [D(T(u.cityName), 1)]), _: 2 }, 1032, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue", "onFocus", "onChange"])])), o.cityHide || o.districtHide ? k("", !0) : (d(), p("div", $s, [y(c, { modelValue: a.local3_code, "onUpdate:modelValue": t[2] || (t[2] = (u) => a.local3_code = u), onFocus: i.getDistrict, onChange: i.changeDistrict, placeholder: "区/县", filterable: "" }, { default: v(() => [(d(!0), p(F, null, B(a.districtList, (u, m) => (d(), V(n, { key: u.districtCode, label: u.districtName, value: u.districtCode }, { default: v(() => [D(T(u.districtName), 1)]), _: 2 }, 1032, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue", "onFocus", "onChange"])]))])), [[h, a.isCdnLoading]]);
|
|
585
|
+
}]]), zl = { computed: { componentName() {
|
|
586
586
|
return this.$options.name;
|
|
587
587
|
} }, methods: { _mergeAttrs(e) {
|
|
588
588
|
const t = this.$cvUiParams || {}, o = e && t[e] || {}, l = t[this.componentName] || {}, a = Object.assign({}, o, l);
|
|
589
589
|
return Object.assign({}, a, this.$attrs);
|
|
590
|
-
} } },
|
|
590
|
+
} } }, Os = { class: "cv-geo-map__wrap" }, Fs = { class: "cv-geo-map__box" }, Ms = { style: { width: "100%", height: "510px" } }, Es = ["src"], Bs = { class: "cv-geo-map__info" }, Ns = { key: 0, class: "cv-geo-map__address" }, zs = { key: 1, class: "cv-geo-map__jwd" }, Ot = S({ name: "cvGeoMap", mixins: [zl], emits: ["update:address", "update:latitude", "update:longitude", "update:name", "update:city"], props: { title: { type: [String], default: "选择经纬度地点" }, mapKey: { type: [String], default: "" }, mapSecret: { type: [String], default: "" }, mapType: { type: [String], default: "qq" }, address: { type: [String] }, name: { type: [String] }, city: { type: [String] }, latitude: { type: [Number, String] }, longitude: { type: [Number, String] } }, watch: { address(e) {
|
|
591
591
|
this.localAddress = e;
|
|
592
592
|
}, latitude(e) {
|
|
593
593
|
this.localLatitude = e;
|
|
@@ -632,14 +632,14 @@ const $l = (() => {
|
|
|
632
632
|
this.$cvCopy(e);
|
|
633
633
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
634
634
|
const n = C("el-input"), c = C("el-tooltip"), h = C("el-button"), u = C("el-scrollbar"), m = C("el-dialog");
|
|
635
|
-
return d(), p(F, null, [r("div",
|
|
635
|
+
return d(), p(F, null, [r("div", Os, [r("div", Fs, [y(c, { class: "item", effect: "dark", content: "请点击查找位置选择位置", placement: "bottom" }, { default: v(() => [y(n, { modelValue: a.localAddress, "onUpdate:modelValue": t[0] || (t[0] = (f) => a.localAddress = f) }, null, 8, ["modelValue"])]), _: 1 }), y(h, { type: "primary", icon: "ElIconSearch", onClick: i.handleMapOpen }, { default: v(() => [...t[5] || (t[5] = [D("请查找位置", -1)])]), _: 1 }, 8, ["onClick"])])]), y(m, { modelValue: a.localMapShow, "onUpdate:modelValue": t[4] || (t[4] = (f) => a.localMapShow = f), title: o.title, width: "520", "before-close": i.handleMapClose }, { footer: v(() => [r("div", Bs, [a.localAddress ? (d(), p("div", Ns, [t[6] || (t[6] = r("span", { class: "cv-geo-map__label" }, "已选:", -1)), y(c, { class: "item", effect: "dark", content: "点击复制", placement: "bottom" }, { default: v(() => [r("span", { class: "cv-geo-map__value", onClick: t[1] || (t[1] = (f) => i.handleCopy(a.localAddress)) }, T(a.localAddress), 1)]), _: 1 })])) : k("", !0), a.localAddress ? (d(), p("div", zs, [t[7] || (t[7] = r("span", { class: "cv-geo-map__label" }, "经度:", -1)), y(c, { class: "item", effect: "dark", content: "点击复制", placement: "bottom" }, { default: v(() => [r("span", { class: "cv-geo-map__value", onClick: t[2] || (t[2] = (f) => i.handleCopy(a.localLongitude)) }, T(a.localLongitude), 1)]), _: 1 }), t[8] || (t[8] = r("span", { class: "cv-geo-map__label" }, "纬度:", -1)), y(c, { class: "item", effect: "dark", content: "点击复制", placement: "bottom" }, { default: v(() => [r("span", { class: "cv-geo-map__value", onClick: t[3] || (t[3] = (f) => i.handleCopy(a.localLatitude)) }, T(a.localLatitude), 1)]), _: 1 })])) : k("", !0)]), r("div", null, [y(h, { onClick: i.handleMapClose }, { default: v(() => [...t[9] || (t[9] = [D("取消", -1)])]), _: 1 }, 8, ["onClick"]), y(h, { type: "primary", onClick: i.handleConfirm, disabled: !a.localAddress }, { default: v(() => [...t[10] || (t[10] = [D("确认选择", -1)])]), _: 1 }, 8, ["onClick", "disabled"])])]), default: v(() => [r("div", Ms, [y(u, { style: { height: "510px" } }, { default: v(() => [r("iframe", { id: "mapPage", width: "100%", height: "100%", style: { height: "500px" }, frameborder: "0", src: i.mapSrc }, null, 8, Es)]), _: 1 })])]), _: 1 }, 8, ["modelValue", "title", "before-close"])], 64);
|
|
636
636
|
}]]);
|
|
637
637
|
$t.install = function(e) {
|
|
638
638
|
e.component($t.name, $t);
|
|
639
639
|
}, Ot.install = function(e) {
|
|
640
640
|
e.component(Ot.name, Ot);
|
|
641
641
|
};
|
|
642
|
-
const Ft = { ...
|
|
642
|
+
const Ft = { ...Ga, extends: Ga, name: "cvSelectOpt" }, Mt = S({ name: "cvSelectBase", emits: ["onChoose", "change", "update:modelValue"], props: { ...Tl.props, modelValue: { type: [String, Array, Number], default: () => "" }, emptyValues: { type: [Array], default: [null, void 0] }, dataLists: { type: [Array], default: () => [] }, dataField: { type: [Object], default: () => ({}) }, dataDisabled: { type: [Array], default: () => [] }, disabled: { type: Boolean, default: !1 }, placeholder: { type: [String, Number], default: "请选择" } }, watch: { modelValue(e) {
|
|
643
643
|
this.localVal = e;
|
|
644
644
|
}, dataLists: { handler() {
|
|
645
645
|
this._parseLocalOpt();
|
|
@@ -666,8 +666,8 @@ const Ft = { ...Ya, extends: Ya, name: "cvSelectOpt" }, Mt = S({ name: "cvSelect
|
|
|
666
666
|
}
|
|
667
667
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
668
668
|
const n = C("el-option"), c = C("el-select");
|
|
669
|
-
return d(), V(c, O({ class: "cv-select-base" }, e.$props, { modelValue: a.localVal, "onUpdate:modelValue": t[0] || (t[0] = (h) => a.localVal = h), size: e.size, filterable: "", clearable: "" }), { default: v(() => [
|
|
670
|
-
}]]),
|
|
669
|
+
return d(), V(c, O({ class: "cv-select-base" }, e.$props, { modelValue: a.localVal, "onUpdate:modelValue": t[0] || (t[0] = (h) => a.localVal = h), size: e.size, filterable: "", clearable: "" }), { default: v(() => [L(e.$slots, "default", {}, () => [(d(!0), p(F, null, B(a.localOpt, (h, u) => (d(), V(n, { key: u, label: h.label, value: h.value, disabled: h.disabled, onClick: (m) => i.handleChoose(h, u) }, null, 8, ["label", "value", "disabled", "onClick"]))), 128))])]), _: 3 }, 16, ["modelValue", "size"]);
|
|
670
|
+
}]]), Et = S({ name: "cvSelectTree", emits: ["update:modelValue", "change"], props: { ...Tl.props, modelValue: { type: [String, Array, Number], default: () => "" }, dataLists: { type: [Array], default: () => [] }, dataField: { type: [Object], default: () => ({ value: "id", label: "title", children: "children" }) }, clearable: { type: Boolean, default: !0 }, accordion: { type: Boolean, default: !1 }, defaultExpandAll: { type: Boolean, default: !0 }, dataDisabled: { type: [Array], default: () => [] }, disabled: { type: Boolean, default: !1 }, placeholder: { type: [String, Number], default: "请选择" }, showAllLevels: { type: Boolean, default: !0 }, showCheckbox: { type: Boolean, default: !1 }, filterable: { type: Boolean, default: !0 }, emitPath: { type: Boolean, default: !0 }, multiple: { type: Boolean, default: !1 }, refID: { type: [String], required: !1, default: () => "cvSelectTree-" + +/* @__PURE__ */ new Date() + (Math.random() / 1e4).toFixed(0) } }, watch: { modelValue() {
|
|
671
671
|
this.localVal = this.modelValue, this.initHandle();
|
|
672
672
|
}, dataLists: { handler() {
|
|
673
673
|
this._parseLocalOpt();
|
|
@@ -714,10 +714,10 @@ Ft.install = function(e) {
|
|
|
714
714
|
e.component(Ft.name, Ft);
|
|
715
715
|
}, Mt.install = function(e) {
|
|
716
716
|
e.component(Mt.name, Mt);
|
|
717
|
-
},
|
|
718
|
-
e.component(
|
|
717
|
+
}, Et.install = function(e) {
|
|
718
|
+
e.component(Et.name, Et);
|
|
719
719
|
};
|
|
720
|
-
const
|
|
720
|
+
const As = { name: "cvCascaderBase", components: {}, props: { ...dn.props, modelValue: { type: [String, Array, Number], default() {
|
|
721
721
|
} }, dataLists: { type: [Array], default: () => [] }, dataDisabled: { type: [Array], default: () => [] }, disabled: { type: Boolean, default: !1 }, placeholder: { type: [String, Number], default: "请选择" }, showAllLevels: { type: Boolean, default: !0 }, filterable: { type: Boolean, default: !0 }, dataField: { type: [Object], default: () => ({}) }, emitPath: { type: Boolean, default: !0 }, multiple: { type: Boolean, default: !1 } }, watch: { modelValue() {
|
|
722
722
|
this.localVal = this.modelValue;
|
|
723
723
|
}, dataLists: { handler() {
|
|
@@ -741,14 +741,14 @@ const Os = { name: "cvCascaderBase", components: {}, props: { ...an.props, model
|
|
|
741
741
|
}), a[i].children && l(a[i].children);
|
|
742
742
|
})(e), this.localOpt = e;
|
|
743
743
|
}, getCheckedNodes() {
|
|
744
|
-
} } },
|
|
744
|
+
} } }, Hs = { class: "cv-cascader-base block" }, Bt = S(As, [["render", function(e, t, o, l, a, i) {
|
|
745
745
|
const n = C("el-cascader");
|
|
746
|
-
return d(), p("div",
|
|
746
|
+
return d(), p("div", Hs, [y(n, O(e.$props, { props: i.props2, modelValue: a.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => a.localVal = c), options: a.localOpt, onChange: i.handleChange, onGetCheckedNodes: i.getCheckedNodes }), null, 16, ["props", "modelValue", "options", "onChange", "onGetCheckedNodes"])]);
|
|
747
747
|
}]]);
|
|
748
|
-
|
|
749
|
-
e.component(
|
|
748
|
+
Bt.install = function(e) {
|
|
749
|
+
e.component(Bt.name, Bt);
|
|
750
750
|
};
|
|
751
|
-
const
|
|
751
|
+
const Al = { props: { ...hn.props, modelValue: { type: [String, Array, Number, Object, Date], default: null } }, watch: { modelValue: { handler() {
|
|
752
752
|
if (this.valueFormat != "timestamp") this.localVal = this.modelValue;
|
|
753
753
|
else if (Array.isArray(this.modelValue)) {
|
|
754
754
|
var e;
|
|
@@ -767,16 +767,16 @@ const Fl = { props: { ...ln.props, modelValue: { type: [String, Array, Number, O
|
|
|
767
767
|
this.$emit("update:modelValue", e);
|
|
768
768
|
} else isNaN(this.localVal) || this.localVal.toString().length != 13 || (e = parseInt(this.localVal / 1e3), this.modelValue != e && this.$emit("update:modelValue", e));
|
|
769
769
|
} }, data: () => ({ localVal: "" }), created() {
|
|
770
|
-
}, methods: {} },
|
|
770
|
+
}, methods: {} }, Nt = S({ name: "cvTimeBase", mixins: [Al], props: { format: { type: String, default: "HH:mm:ss" }, valueFormat: { type: String, default: "HH:mm:ss" }, placeholder: { type: [String, Number], default: "选择时间" } } }, [["render", function(e, t, o, l, a, i) {
|
|
771
771
|
const n = C("el-time-picker");
|
|
772
772
|
return d(), V(n, O({ class: "cv-timePicker-base" }, e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), format: o.format, "picker-options": {} }), null, 16, ["modelValue", "format"]);
|
|
773
|
-
}]]), zt = S({ name: "cvTimeRange", mixins: [
|
|
773
|
+
}]]), zt = S({ name: "cvTimeRange", mixins: [Al], props: { format: { type: String, default: "HH:mm:ss" }, valueFormat: { type: String, default: "HH:mm:ss" }, startPlaceholder: { type: [String, Number], default: "开始时间" }, rangeSeparator: { type: [String, Number], default: "至" }, endPlaceholder: { type: [String, Number], default: "结束时间" } } }, [["render", function(e, t, o, l, a, i) {
|
|
774
774
|
const n = C("el-time-picker");
|
|
775
775
|
return d(), V(n, O({ class: "cv-timePicker-range" }, e.$props, { "is-range": "", modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), format: o.format, "range-separator": o.rangeSeparator, "start-placeholder": o.startPlaceholder, "end-placeholder": o.endPlaceholder }), null, 16, ["modelValue", "format", "range-separator", "start-placeholder", "end-placeholder"]);
|
|
776
|
-
}]]),
|
|
776
|
+
}]]), At = S({ name: "cvTimeSelect" }, [["render", function(e, t, o, l, a, i) {
|
|
777
777
|
const n = C("el-time-select");
|
|
778
778
|
return d(), V(n, O({ class: "cv-time-select" }, e.$props), null, 16);
|
|
779
|
-
}]]),
|
|
779
|
+
}]]), Ro = { props: { ...pn.props, modelValue: { type: [String, Array, Number, Object, Date], default: null }, pickerOptions: { type: Boolean, default: !1 } }, watch: { modelValue: { handler() {
|
|
780
780
|
if (this.valueFormat != "timestamp") this.localVal = this.modelValue;
|
|
781
781
|
else if (Array.isArray(this.modelValue)) {
|
|
782
782
|
var e;
|
|
@@ -794,7 +794,7 @@ const Fl = { props: { ...ln.props, modelValue: { type: [String, Array, Number, O
|
|
|
794
794
|
}), this.modelValue && e[0] == this.modelValue[0] && e[1] == this.modelValue[1]) return;
|
|
795
795
|
this.$emit("update:modelValue", e);
|
|
796
796
|
} else isNaN(this.localVal) || this.localVal.toString().length != 13 || (e = parseInt(this.localVal / 1e3), this.modelValue != e && this.$emit("update:modelValue", e));
|
|
797
|
-
} }, data: () => ({ localVal: "" }) },
|
|
797
|
+
} }, data: () => ({ localVal: "" }) }, Ht = S({ name: "cvDateBase", mixins: [Ro], props: { format: { type: String, default: "YYYY-MM-DD" }, valueFormat: { type: String, default: "YYYY-MM-DD" }, placeholder: { type: [String, Number], default: "选择日期" } }, data: () => ({ localPickerOptions: { disabledDate: (e) => e.getTime() > Date.now(), shortcuts: [{ text: "今天", onClick(e) {
|
|
798
798
|
e.$emit("pick", /* @__PURE__ */ new Date());
|
|
799
799
|
} }, { text: "昨天", onClick(e) {
|
|
800
800
|
const t = /* @__PURE__ */ new Date();
|
|
@@ -817,7 +817,7 @@ const Fl = { props: { ...ln.props, modelValue: { type: [String, Array, Number, O
|
|
|
817
817
|
} }] } }) }, [["render", function(e, t, o, l, a, i) {
|
|
818
818
|
const n = C("el-date-picker");
|
|
819
819
|
return d(), V(n, O(e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), type: "date", "value-format": o.valueFormat, placeholder: o.placeholder, "picker-options": e.pickerOptions && a.localPickerOptions }), null, 16, ["modelValue", "value-format", "placeholder", "picker-options"]);
|
|
820
|
-
}]]), Pt = S({ name: "cvDateRange", mixins: [
|
|
820
|
+
}]]), Pt = S({ name: "cvDateRange", mixins: [Ro], props: { valueFormat: { type: String, default: "yyyy-MM-dd" }, startPlaceholder: { type: [String, Number], default: "开始日期" }, rangeSeparator: { type: [String, Number], default: "至" }, endPlaceholder: { type: [String, Number], default: "结束日期" } }, data: () => ({ localPickerOptions: { shortcuts: [{ text: "今天", onClick(e) {
|
|
821
821
|
const t = /* @__PURE__ */ new Date(), o = /* @__PURE__ */ new Date();
|
|
822
822
|
e.$emit("pick", [o, t]);
|
|
823
823
|
} }, { text: "昨天", onClick(e) {
|
|
@@ -841,7 +841,7 @@ const Fl = { props: { ...ln.props, modelValue: { type: [String, Array, Number, O
|
|
|
841
841
|
} }] } }) }, [["render", function(e, t, o, l, a, i) {
|
|
842
842
|
const n = C("el-date-picker");
|
|
843
843
|
return d(), V(n, O(e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), type: "daterange", "value-format": o.valueFormat, "range-separator": o.rangeSeparator, "start-placeholder": o.startPlaceholder, "end-placeholder": o.endPlaceholder, "picker-options": e.pickerOptions && a.localPickerOptions }), null, 16, ["modelValue", "value-format", "range-separator", "start-placeholder", "end-placeholder", "picker-options"]);
|
|
844
|
-
}]]), jt = S({ name: "cvDatetimeBase", mixins: [
|
|
844
|
+
}]]), jt = S({ name: "cvDatetimeBase", mixins: [Ro], props: { format: { type: String, default: "YYYY-MM-DD HH:mm:ss" }, valueFormat: { type: String, default: "YYYY-MM-DD HH:mm:ss" }, placeholder: { type: [String, Number], default: "选择日期时间" } }, data: () => ({ localPickerOptions: { disabledDate: (e) => e.getTime() > Date.now(), shortcuts: [{ text: "今天", onClick(e) {
|
|
845
845
|
e.$emit("pick", /* @__PURE__ */ new Date());
|
|
846
846
|
} }, { text: "昨天", onClick(e) {
|
|
847
847
|
const t = /* @__PURE__ */ new Date();
|
|
@@ -864,7 +864,7 @@ const Fl = { props: { ...ln.props, modelValue: { type: [String, Array, Number, O
|
|
|
864
864
|
} }] } }) }, [["render", function(e, t, o, l, a, i) {
|
|
865
865
|
const n = C("el-date-picker");
|
|
866
866
|
return d(), V(n, O(e.$props, { modelValue: e.localVal, "onUpdate:modelValue": t[0] || (t[0] = (c) => e.localVal = c), type: "datetime", "value-format": o.valueFormat, placeholder: o.placeholder, "picker-options": e.pickerOptions && a.localPickerOptions }), null, 16, ["modelValue", "value-format", "placeholder", "picker-options"]);
|
|
867
|
-
}]]), Rt = S({ name: "cvDatetimeRange", mixins: [
|
|
867
|
+
}]]), Rt = S({ name: "cvDatetimeRange", mixins: [Ro], props: { valueFormat: { type: String, default: "YYYY-MM-DD HH:mm:ss" }, startPlaceholder: { type: [String, Number], default: "开始日期" }, rangeSeparator: { type: [String, Number], default: "至" }, endPlaceholder: { type: [String, Number], default: "结束日期" } }, data: () => ({ localPickerOptions: { shortcuts: [{ text: "今天", onClick(e) {
|
|
868
868
|
const t = /* @__PURE__ */ new Date(), o = /* @__PURE__ */ new Date();
|
|
869
869
|
e.$emit("pick", [o, t]);
|
|
870
870
|
} }, { text: "昨天", onClick(e) {
|
|
@@ -928,14 +928,14 @@ const Fl = { props: { ...ln.props, modelValue: { type: [String, Array, Number, O
|
|
|
928
928
|
const n = C("el-date-picker");
|
|
929
929
|
return d(), V(n, { modelValue: a.internalValue, "onUpdate:modelValue": t[0] || (t[0] = (c) => a.internalValue = c), type: "datetimerange", shortcuts: i.refinedShortcuts, "range-separator": "至", "start-placeholder": "开始时间", "end-placeholder": "结束时间", "value-format": "YYYY-MM-DD HH:mm:ss", "default-time": a.defaultTime, onChange: i.handleDateChange, onCalendarChange: i.handleCalendarChange, clearable: "", class: "screen-date-picker" }, null, 8, ["modelValue", "shortcuts", "default-time", "onChange", "onCalendarChange"]);
|
|
930
930
|
}]]);
|
|
931
|
-
|
|
932
|
-
e.component(
|
|
931
|
+
Nt.install = function(e) {
|
|
932
|
+
e.component(Nt.name, Nt);
|
|
933
933
|
}, zt.install = function(e) {
|
|
934
934
|
e.component(zt.name, zt);
|
|
935
|
-
}, Ht.install = function(e) {
|
|
936
|
-
e.component(Ht.name, Ht);
|
|
937
935
|
}, At.install = function(e) {
|
|
938
936
|
e.component(At.name, At);
|
|
937
|
+
}, Ht.install = function(e) {
|
|
938
|
+
e.component(Ht.name, Ht);
|
|
939
939
|
}, Pt.install = function(e) {
|
|
940
940
|
e.component(Pt.name, Pt);
|
|
941
941
|
}, jt.install = function(e) {
|
|
@@ -945,7 +945,7 @@ Bt.install = function(e) {
|
|
|
945
945
|
}, Ut.install = function(e) {
|
|
946
946
|
e.component(Ut.name, Ut);
|
|
947
947
|
};
|
|
948
|
-
const Wt = S({ name: "cvSwitchBase", props: { ...
|
|
948
|
+
const Wt = S({ name: "cvSwitchBase", props: { ...un.props, activeColor: { type: [String], default: "" }, inactiveColor: { type: [String], default: "" }, disabled: { type: Boolean, default: !1 } }, watch: { modelValue() {
|
|
949
949
|
this.localVal = this.modelValue;
|
|
950
950
|
}, localVal() {
|
|
951
951
|
this.$emit("update:modelValue", this.localVal);
|
|
@@ -960,7 +960,7 @@ const Wt = S({ name: "cvSwitchBase", props: { ...sn.props, activeColor: { type:
|
|
|
960
960
|
Wt.install = function(e) {
|
|
961
961
|
e.component(Wt.name, Wt);
|
|
962
962
|
};
|
|
963
|
-
const Yt = S({ name: "cvCodeSms", mixins: [], components: {}, props: { ...
|
|
963
|
+
const Yt = S({ name: "cvCodeSms", mixins: [], components: {}, props: { ...zo.props, maxlength: { type: [Number, String], default: 6 }, modelValue: { type: [Number, String], default: "" }, placeholder: { type: [Number, String], default: "请输入验证码" }, disabled: { type: Boolean, default: !1 }, mobile: { type: [Number, String], default: "" }, mobileParam: { type: String, default: "mobile" }, codeUrl: { type: String, default: "" }, codeSign: { type: Boolean, default: !1 }, apiFunc: { type: Function, default: null }, waitTime: { type: [Number, String], default: 60 } }, watch: { mobile(e) {
|
|
964
964
|
this.localMobile = e;
|
|
965
965
|
}, modelValue(e) {
|
|
966
966
|
this.localVal = e;
|
|
@@ -994,14 +994,14 @@ const Yt = S({ name: "cvCodeSms", mixins: [], components: {}, props: { ...Bo.pro
|
|
|
994
994
|
this.$emit("update:modelValue", this.localVal);
|
|
995
995
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
996
996
|
const n = C("el-button"), c = C("el-input");
|
|
997
|
-
return d(), V(c, O(e.$props, { modelValue: a.localVal, "onUpdate:modelValue": t[0] || (t[0] = (h) => a.localVal = h), clearable: "", placeholder: a.diyPlaceholder, onInput: i.updateInput }), { append: v(() => [y(n, { onClick: i.getSmsCode, disabled: a.btnDisabled }, { default: v(() => [
|
|
997
|
+
return d(), V(c, O(e.$props, { modelValue: a.localVal, "onUpdate:modelValue": t[0] || (t[0] = (h) => a.localVal = h), clearable: "", placeholder: a.diyPlaceholder, onInput: i.updateInput }), { append: v(() => [y(n, { onClick: i.getSmsCode, disabled: a.btnDisabled }, { default: v(() => [D(T(a.btnText), 1)]), _: 1 }, 8, ["onClick", "disabled"])]), _: 1 }, 16, ["modelValue", "placeholder", "onInput"]);
|
|
998
998
|
}]]);
|
|
999
999
|
Yt.install = function(e) {
|
|
1000
1000
|
e.component(Yt.name, Yt);
|
|
1001
1001
|
};
|
|
1002
|
-
const
|
|
1003
|
-
return d(), p("div",
|
|
1004
|
-
}]]) }, mixins: [
|
|
1002
|
+
const Ps = { props: { fileType: { type: [Array], default: [] }, fileSize: { type: [Number], default: 2 }, fileUnit: { type: [String], default: "" }, multiple: { type: [Boolean], default: !1 }, limit: { type: [Number], default: 5 } } }, js = { class: "cv-upload-tip-box" }, Rs = { key: 0 }, Us = { key: 1 }, Uo = { inheritAttrs: !1, emits: ["update:modelValue", "update:initValue", "delete", "error", "success"], components: { uploadTip: S(Ps, [["render", function(e, t, o, l, a, i) {
|
|
1003
|
+
return d(), p("div", js, [t[0] || (t[0] = r("span", null, "最多上传", -1)), r("b", null, T(o.limit), 1), r("span", null, T(o.fileUnit), 1), o.fileType.length ? (d(), p("b", Rs, T(o.fileType.length ? o.fileType.join("/") : ""), 1)) : k("", !0), o.fileType.length ? (d(), p("span", Us, "格式")) : k("", !0), r("span", null, "文件;且每" + T(o.fileUnit) + "不超过", 1), r("b", null, T(o.fileSize) + "MB", 1)]);
|
|
1004
|
+
}]]) }, mixins: [zl], props: { multiple: { type: [Boolean], default: !1 }, limit: { type: [Number, String], default: 1 }, drag: { type: Boolean, default: !1 }, httpRequest: { type: [Function], default: () => {
|
|
1005
1005
|
} }, accept: String, beforeRemove: Function, upResponseFn: { type: [Function], default: null }, signatureFn: { type: Function, default: null }, signatureType: { type: [String], default: "aliyun_oss_type2" }, signatureParam: { type: [Object], default: () => ({}) } }, data: () => ({ cropShow: !1, upIngPercent: 0, upIngLoading: !1, upIngFileInfo: {} }), computed: { fileTypeStr() {
|
|
1006
1006
|
return this.fileType.join(",");
|
|
1007
1007
|
}, tipAttr() {
|
|
@@ -1030,27 +1030,27 @@ const Ms = { props: { fileType: { type: [Array], default: [] }, fileSize: { type
|
|
|
1030
1030
|
}, initOnExceed() {
|
|
1031
1031
|
this.$message.error(`最多上传${this.limit}个文件`);
|
|
1032
1032
|
} } };
|
|
1033
|
-
function
|
|
1033
|
+
function za(e) {
|
|
1034
1034
|
let t = [], o = Object.prototype.toString.call(e);
|
|
1035
|
-
if (o === "[object String]") t.push(
|
|
1035
|
+
if (o === "[object String]") t.push(ei(e));
|
|
1036
1036
|
else if (o === "[object Object]") e.name && e.url && t.push(e);
|
|
1037
1037
|
else if (o === "[object Array]") for (let l in e) {
|
|
1038
1038
|
let a = e[l], i = Object.prototype.toString.call(a);
|
|
1039
|
-
i === "[object String]" ? t.push(
|
|
1039
|
+
i === "[object String]" ? t.push(ei(a)) : i === "[object Object]" && a.name && a.url && t.push(a);
|
|
1040
1040
|
}
|
|
1041
1041
|
return t;
|
|
1042
1042
|
}
|
|
1043
|
-
function
|
|
1043
|
+
function ei(e) {
|
|
1044
1044
|
let t = e.lastIndexOf("/"), o = e.substring(t + 1, e.length), l = "";
|
|
1045
1045
|
return o.lastIndexOf(".") > -1 && (l = o.slice(o.lastIndexOf(".") + 1), l = "image/" + l), { name: o, url: e, type: l, status: "success" };
|
|
1046
1046
|
}
|
|
1047
|
-
function
|
|
1047
|
+
function re(e) {
|
|
1048
1048
|
return Math.pow(1024, e);
|
|
1049
1049
|
}
|
|
1050
|
-
function
|
|
1051
|
-
return e ? e <
|
|
1050
|
+
function ti(e) {
|
|
1051
|
+
return e ? e < re(1) ? e + " B" : e < re(2) ? (e / re(1)).toFixed(2) + " KB" : e < re(3) ? (e / re(2)).toFixed(2) + " MB" : e < re(4) ? (e / re(3)).toFixed(2) + " GB" : (e / re(4)).toFixed(2) + " TB" : "-";
|
|
1052
1052
|
}
|
|
1053
|
-
function
|
|
1053
|
+
function Ws(e) {
|
|
1054
1054
|
if (!e) return !0;
|
|
1055
1055
|
const t = e?.expiration_last;
|
|
1056
1056
|
if (!t) return !0;
|
|
@@ -1063,23 +1063,23 @@ function zs(e) {
|
|
|
1063
1063
|
})(t), l = /* @__PURE__ */ new Date();
|
|
1064
1064
|
return !!isNaN(o.getTime()) || o.getTime() - l.getTime() <= 6e4;
|
|
1065
1065
|
}
|
|
1066
|
-
async function
|
|
1066
|
+
async function oi(e, t) {
|
|
1067
1067
|
if (!e || typeof e != "function") return !1;
|
|
1068
1068
|
let o = null;
|
|
1069
|
-
if (
|
|
1069
|
+
if (Ws(o)) {
|
|
1070
1070
|
let l = await e({ ...t });
|
|
1071
|
-
if (!l || !l.data || l.status != 200) throw
|
|
1071
|
+
if (!l || !l.data || l.status != 200) throw X.error("获取STS令牌失败"), new Error(`获取STS令牌失败 ${l?.message}`);
|
|
1072
1072
|
o = l.data || {};
|
|
1073
1073
|
}
|
|
1074
1074
|
return { ...o, pass: !!o };
|
|
1075
1075
|
}
|
|
1076
|
-
async function
|
|
1076
|
+
async function ai(e, t, o, l) {
|
|
1077
1077
|
e = e || "aliyun_oss_type2", l = l || {};
|
|
1078
|
-
const a = await
|
|
1079
|
-
if (!a.pass) return
|
|
1078
|
+
const a = await oi(t, { upload_type: e, ...o });
|
|
1079
|
+
if (!a.pass) return X.error("获取oss上传凭证异常");
|
|
1080
1080
|
if (e == "oss_upload1") {
|
|
1081
1081
|
const i = { bucket: a.bucket, region: a.endpoint.split(".")[0], accessKeyId: a.accessKeyId, accessKeySecret: a.accessKeySecret, stsToken: a.securityToken, expiration: a.expiration, ...l, refreshSTSToken: async () => {
|
|
1082
|
-
const n = await
|
|
1082
|
+
const n = await oi(t);
|
|
1083
1083
|
return { accessKeyId: n.accessKeyId, accessKeySecret: n.accessKeySecret, stsToken: n.securityToken };
|
|
1084
1084
|
}, refreshSTSTokenInterval: new Date(a.expiration) - /* @__PURE__ */ new Date() - 6e4 };
|
|
1085
1085
|
return new OSS(i);
|
|
@@ -1087,7 +1087,7 @@ async function Ja(e, t, o, l) {
|
|
|
1087
1087
|
if (e == "aliyun_oss_type2") return a;
|
|
1088
1088
|
throw new Error("上传类型错误");
|
|
1089
1089
|
}
|
|
1090
|
-
async function
|
|
1090
|
+
async function Hl(e, t, o) {
|
|
1091
1091
|
let l = new FormData();
|
|
1092
1092
|
l.append("success_action_status", t.success_action_status || "200"), l.append("policy", t.policy), l.append("signature", t.signature), l.append("x-oss-signature", t.signature), l.append("x-oss-signature-version", "OSS4-HMAC-SHA256"), l.append("x-oss-credential", t.x_oss_credential), l.append("x-oss-date", t.x_oss_date), l.append("x-oss-security-token", t.security_token);
|
|
1093
1093
|
let a = t.key;
|
|
@@ -1099,8 +1099,8 @@ async function Ml(e, t, o) {
|
|
|
1099
1099
|
}).catch((i) => {
|
|
1100
1100
|
});
|
|
1101
1101
|
}
|
|
1102
|
-
async function
|
|
1103
|
-
if (!o || typeof o != "function") return
|
|
1102
|
+
async function Aa(e, t, o, l) {
|
|
1103
|
+
if (!o || typeof o != "function") return X.error("签名方法错误"), Promise.reject();
|
|
1104
1104
|
try {
|
|
1105
1105
|
let a = (function() {
|
|
1106
1106
|
const h = /* @__PURE__ */ new Date();
|
|
@@ -1108,24 +1108,24 @@ async function Ba(e, t, o, l) {
|
|
|
1108
1108
|
})(), i = (function(h) {
|
|
1109
1109
|
if (!h) return "jpg";
|
|
1110
1110
|
const u = h.toLowerCase().trim();
|
|
1111
|
-
return
|
|
1111
|
+
return Nl.mimeToExtension[u] || "jpg";
|
|
1112
1112
|
})(e.type), n = `${a}.${i}`;
|
|
1113
|
-
const c = await o({ upload_type: t, ...l, save_extension: i }).then((h) => h.data || {}).catch((h) => (
|
|
1113
|
+
const c = await o({ upload_type: t, ...l, save_extension: i }).then((h) => h.data || {}).catch((h) => (X.error("签名失败"), Promise.reject()));
|
|
1114
1114
|
if (!c) return Promise.reject();
|
|
1115
|
-
if (c.name && (n = `${c.name}.${i}`), e instanceof Blob && (e = new File([e], n, { type: e.type, lastModified: Date.now() })), e) return await
|
|
1115
|
+
if (c.name && (n = `${c.name}.${i}`), e instanceof Blob && (e = new File([e], n, { type: e.type, lastModified: Date.now() })), e) return await Hl(e, c);
|
|
1116
1116
|
} catch {
|
|
1117
1117
|
return Promise.reject();
|
|
1118
1118
|
}
|
|
1119
1119
|
}
|
|
1120
|
-
const
|
|
1121
|
-
|
|
1120
|
+
const Pl = {};
|
|
1121
|
+
Pl.getData = (e) => new Promise((t, o) => {
|
|
1122
1122
|
let l = {};
|
|
1123
1123
|
(function(a) {
|
|
1124
1124
|
let i = null;
|
|
1125
1125
|
return new Promise((n, c) => {
|
|
1126
1126
|
if (a.src) if (/^data\:/i.test(a.src)) i = (function(m, f) {
|
|
1127
1127
|
f = f || m.match(/^data\:([^\;]+)\;base64,/im)[1] || "", m = m.replace(/^data\:([^\;]+)\;base64,/gim, "");
|
|
1128
|
-
for (var g = atob(m),
|
|
1128
|
+
for (var g = atob(m), w = g.length % 2 == 0 ? g.length : g.length + 1, x = new ArrayBuffer(w), b = new Uint16Array(x), _ = 0; _ < w; _++) b[_] = g.charCodeAt(_);
|
|
1129
1129
|
return x;
|
|
1130
1130
|
})(a.src), n(i);
|
|
1131
1131
|
else if (/^blob\:/i.test(a.src)) {
|
|
@@ -1134,7 +1134,7 @@ Nl.getData = (e) => new Promise((t, o) => {
|
|
|
1134
1134
|
i = m.target.result, n(i);
|
|
1135
1135
|
}, (function(m, f) {
|
|
1136
1136
|
var g = new XMLHttpRequest();
|
|
1137
|
-
g.open("GET", m, !0), g.responseType = "blob", g.onload = function(
|
|
1137
|
+
g.open("GET", m, !0), g.responseType = "blob", g.onload = function(w) {
|
|
1138
1138
|
(this.status == 200 || this.status === 0) && f(this.response);
|
|
1139
1139
|
}, g.send();
|
|
1140
1140
|
})(a.src, function(m) {
|
|
@@ -1153,7 +1153,7 @@ Nl.getData = (e) => new Promise((t, o) => {
|
|
|
1153
1153
|
l.arrayBuffer = a;
|
|
1154
1154
|
try {
|
|
1155
1155
|
l.orientation = (function(i) {
|
|
1156
|
-
var n, c, h, u, m, f, g,
|
|
1156
|
+
var n, c, h, u, m, f, g, w, x, b, _ = new DataView(i), I = _.byteLength;
|
|
1157
1157
|
if (_.getUint8(0) === 255 && _.getUint8(1) === 216) for (x = 2; x < I; ) {
|
|
1158
1158
|
if (_.getUint8(x) === 255 && _.getUint8(x + 1) === 225) {
|
|
1159
1159
|
g = x;
|
|
@@ -1161,12 +1161,12 @@ Nl.getData = (e) => new Promise((t, o) => {
|
|
|
1161
1161
|
}
|
|
1162
1162
|
x++;
|
|
1163
1163
|
}
|
|
1164
|
-
if (g && (c = g + 4, h = g + 10, (function(
|
|
1165
|
-
var
|
|
1166
|
-
for (
|
|
1167
|
-
return
|
|
1168
|
-
})(_, c, 4) === "Exif" && (f = _.getUint16(h), ((m = f === 18761) || f === 19789) && _.getUint16(h + 2, m) === 42 && (u = _.getUint32(h + 4, m), u >= 8 && (
|
|
1169
|
-
for (I = _.getUint16(
|
|
1164
|
+
if (g && (c = g + 4, h = g + 10, (function(A, P, q) {
|
|
1165
|
+
var W, se = "";
|
|
1166
|
+
for (W = P, q += P; W < q; W++) se += String.fromCharCode(A.getUint8(W));
|
|
1167
|
+
return se;
|
|
1168
|
+
})(_, c, 4) === "Exif" && (f = _.getUint16(h), ((m = f === 18761) || f === 19789) && _.getUint16(h + 2, m) === 42 && (u = _.getUint32(h + 4, m), u >= 8 && (w = h + u)))), w) {
|
|
1169
|
+
for (I = _.getUint16(w, m), b = 0; b < I; b++) if (x = w + 12 * b + 2, _.getUint16(x, m) === 274) {
|
|
1170
1170
|
x += 8, n = _.getUint16(x, m);
|
|
1171
1171
|
break;
|
|
1172
1172
|
}
|
|
@@ -1181,11 +1181,11 @@ Nl.getData = (e) => new Promise((t, o) => {
|
|
|
1181
1181
|
o(a);
|
|
1182
1182
|
});
|
|
1183
1183
|
});
|
|
1184
|
-
const
|
|
1184
|
+
const Ys = (e, t) => {
|
|
1185
1185
|
const o = e.__vccOpts || e;
|
|
1186
1186
|
for (const [l, a] of t) o[l] = a;
|
|
1187
1187
|
return o;
|
|
1188
|
-
},
|
|
1188
|
+
}, Xs = Ol({ data: function() {
|
|
1189
1189
|
return { w: 0, h: 0, scale: 1, x: 0, y: 0, loading: !0, trueWidth: 0, trueHeight: 0, move: !0, moveX: 0, moveY: 0, crop: !1, cropping: !1, cropW: 0, cropH: 0, cropOldW: 0, cropOldH: 0, canChangeX: !1, canChangeY: !1, changeCropTypeX: 1, changeCropTypeY: 1, cropX: 0, cropY: 0, cropChangeX: 0, cropChangeY: 0, cropOffsertX: 0, cropOffsertY: 0, support: "", touches: [], touchNow: !1, rotate: 0, isIos: !1, orientation: 0, imgs: "", coe: 0.2, scaling: !1, scalingSet: "", coeStatus: "", isCanShow: !0, imgIsQqualCrop: !1 };
|
|
1190
1190
|
}, props: { img: { type: [String, Blob, null, File], default: "" }, outputSize: { type: Number, default: 1 }, outputType: { type: String, default: "jpeg" }, info: { type: Boolean, default: !0 }, canScale: { type: Boolean, default: !0 }, autoCrop: { type: Boolean, default: !1 }, autoCropWidth: { type: [Number, String], default: 0 }, autoCropHeight: { type: [Number, String], default: 0 }, fixed: { type: Boolean, default: !1 }, fixedNumber: { type: Array, default: () => [1, 1] }, fixedBox: { type: Boolean, default: !1 }, full: { type: Boolean, default: !1 }, canMove: { type: Boolean, default: !0 }, canMoveBox: { type: Boolean, default: !0 }, original: { type: Boolean, default: !1 }, centerBox: { type: Boolean, default: !1 }, high: { type: Boolean, default: !0 }, infoTrue: { type: Boolean, default: !1 }, maxImgSize: { type: [Number, String], default: 2e3 }, enlarge: { type: [Number, String], default: 1 }, preW: { type: [Number, String], default: 0 }, mode: { type: String, default: "contain" }, limitMinSize: { type: [Number, Array, String], default: () => 10, validator: function(e) {
|
|
1191
1191
|
return Array.isArray(e) ? Number(e[0]) >= 0 && Number(e[1]) >= 0 : Number(e) >= 0;
|
|
@@ -1283,7 +1283,7 @@ const Hs = (e, t) => {
|
|
|
1283
1283
|
if (e.onload = () => {
|
|
1284
1284
|
if (this.img === "") return this.$emit("img-load", new Error("图片不能为空")), !1;
|
|
1285
1285
|
let o = e.width, l = e.height;
|
|
1286
|
-
|
|
1286
|
+
Pl.getData(e).then((a) => {
|
|
1287
1287
|
this.orientation = a.orientation || 1;
|
|
1288
1288
|
let i = Number(this.maxImgSize);
|
|
1289
1289
|
!this.orientation && o < i & l < i ? this.imgs = this.img : (o > i && (l = l / o * i, o = i), l > i && (o = o / l * i, l = i), this.checkOrientationImage(e, this.orientation, o, l));
|
|
@@ -1307,9 +1307,9 @@ const Hs = (e, t) => {
|
|
|
1307
1307
|
}, touchScale(e) {
|
|
1308
1308
|
e.preventDefault();
|
|
1309
1309
|
let t = this.scale;
|
|
1310
|
-
var o = this.touches[0].clientX, l = this.touches[0].clientY, a = e.touches[0].clientX, i = e.touches[0].clientY, n = this.touches[1].clientX, c = this.touches[1].clientY, h = e.touches[1].clientX, u = e.touches[1].clientY, m = Math.sqrt(Math.pow(o - n, 2) + Math.pow(l - c, 2)), f = Math.sqrt(Math.pow(a - h, 2) + Math.pow(i - u, 2)) - m, g = 1,
|
|
1310
|
+
var o = this.touches[0].clientX, l = this.touches[0].clientY, a = e.touches[0].clientX, i = e.touches[0].clientY, n = this.touches[1].clientX, c = this.touches[1].clientY, h = e.touches[1].clientX, u = e.touches[1].clientY, m = Math.sqrt(Math.pow(o - n, 2) + Math.pow(l - c, 2)), f = Math.sqrt(Math.pow(a - h, 2) + Math.pow(i - u, 2)) - m, g = 1, w = (g = (g = g / this.trueWidth > g / this.trueHeight ? g / this.trueHeight : g / this.trueWidth) > 0.1 ? 0.1 : g) * f;
|
|
1311
1311
|
if (!this.touchNow) {
|
|
1312
|
-
if (this.touchNow = !0, f > 0 ? t += Math.abs(
|
|
1312
|
+
if (this.touchNow = !0, f > 0 ? t += Math.abs(w) : f < 0 && t > Math.abs(w) && (t -= Math.abs(w)), this.touches = e.touches, setTimeout(() => {
|
|
1313
1313
|
this.touchNow = !1;
|
|
1314
1314
|
}, 8), !this.checkoutImgAxis(this.x, this.y, t)) return !1;
|
|
1315
1315
|
this.scale = t;
|
|
@@ -1456,25 +1456,25 @@ const Hs = (e, t) => {
|
|
|
1456
1456
|
if (this.cropW !== 0) {
|
|
1457
1457
|
let f = 1;
|
|
1458
1458
|
this.high & !this.full && (f = window.devicePixelRatio), this.enlarge !== 1 & !this.full && (f = Math.abs(Number(this.enlarge)));
|
|
1459
|
-
let g = this.cropW * f,
|
|
1460
|
-
switch (m(g,
|
|
1459
|
+
let g = this.cropW * f, w = this.cropH * f, x = i * this.scale * f, b = n * this.scale * f, _ = (this.x - c + this.trueWidth * (1 - this.scale) / 2) * f, I = (this.y - h + this.trueHeight * (1 - this.scale) / 2) * f;
|
|
1460
|
+
switch (m(g, w), o.save(), a) {
|
|
1461
1461
|
case 0:
|
|
1462
|
-
this.full ? (m(g / this.scale,
|
|
1462
|
+
this.full ? (m(g / this.scale, w / this.scale), o.drawImage(l, _ / this.scale, I / this.scale, x / this.scale, b / this.scale)) : o.drawImage(l, _, I, x, b);
|
|
1463
1463
|
break;
|
|
1464
1464
|
case 1:
|
|
1465
1465
|
case -3:
|
|
1466
|
-
this.full ? (m(g / this.scale,
|
|
1466
|
+
this.full ? (m(g / this.scale, w / this.scale), _ = _ / this.scale + (x / this.scale - b / this.scale) / 2, I = I / this.scale + (b / this.scale - x / this.scale) / 2, o.rotate(90 * a * Math.PI / 180), o.drawImage(l, I, -_ - b / this.scale, x / this.scale, b / this.scale)) : (_ += (x - b) / 2, I += (b - x) / 2, o.rotate(90 * a * Math.PI / 180), o.drawImage(l, I, -_ - b, x, b));
|
|
1467
1467
|
break;
|
|
1468
1468
|
case 2:
|
|
1469
1469
|
case -2:
|
|
1470
|
-
this.full ? (m(g / this.scale,
|
|
1470
|
+
this.full ? (m(g / this.scale, w / this.scale), o.rotate(90 * a * Math.PI / 180), _ /= this.scale, I /= this.scale, o.drawImage(l, -_ - x / this.scale, -I - b / this.scale, x / this.scale, b / this.scale)) : (o.rotate(90 * a * Math.PI / 180), o.drawImage(l, -_ - x, -I - b, x, b));
|
|
1471
1471
|
break;
|
|
1472
1472
|
case 3:
|
|
1473
1473
|
case -1:
|
|
1474
|
-
this.full ? (m(g / this.scale,
|
|
1474
|
+
this.full ? (m(g / this.scale, w / this.scale), _ = _ / this.scale + (x / this.scale - b / this.scale) / 2, I = I / this.scale + (b / this.scale - x / this.scale) / 2, o.rotate(90 * a * Math.PI / 180), o.drawImage(l, -I - x / this.scale, _, x / this.scale, b / this.scale)) : (_ += (x - b) / 2, I += (b - x) / 2, o.rotate(90 * a * Math.PI / 180), o.drawImage(l, -I - x, _, x, b));
|
|
1475
1475
|
break;
|
|
1476
1476
|
default:
|
|
1477
|
-
this.full ? (m(g / this.scale,
|
|
1477
|
+
this.full ? (m(g / this.scale, w / this.scale), o.drawImage(l, _ / this.scale, I / this.scale, x / this.scale, b / this.scale)) : o.drawImage(l, _, I, x, b);
|
|
1478
1478
|
}
|
|
1479
1479
|
o.restore();
|
|
1480
1480
|
} else {
|
|
@@ -1624,9 +1624,9 @@ const Hs = (e, t) => {
|
|
|
1624
1624
|
} }), this.showPreview(), this.checkedImg();
|
|
1625
1625
|
}, unmounted() {
|
|
1626
1626
|
window.removeEventListener("mousemove", this.moveCrop), window.removeEventListener("mouseup", this.leaveCrop), window.removeEventListener("touchmove", this.moveCrop), window.removeEventListener("touchend", this.leaveCrop), this.cancelScale();
|
|
1627
|
-
} }),
|
|
1628
|
-
return d(), p("div", { class: "vue-cropper", ref: "cropper", onMouseover: t[28] || (t[28] = (...n) => e.scaleImg && e.scaleImg(...n)), onMouseout: t[29] || (t[29] = (...n) => e.cancelScale && e.cancelScale(...n)) }, [e.imgs ? (d(), p("div",
|
|
1629
|
-
}], ["__scopeId", "data-v-a742df44"]]),
|
|
1627
|
+
} }), qs = { key: 0, class: "cropper-box" }, Ks = ["src"], Gs = { class: "cropper-view-box" }, Zs = ["src"], Qs = { key: 1 }, Js = Ys(Xs, [["render", function(e, t, o, l, a, i) {
|
|
1628
|
+
return d(), p("div", { class: "vue-cropper", ref: "cropper", onMouseover: t[28] || (t[28] = (...n) => e.scaleImg && e.scaleImg(...n)), onMouseout: t[29] || (t[29] = (...n) => e.cancelScale && e.cancelScale(...n)) }, [e.imgs ? (d(), p("div", qs, [M(r("div", { class: "cropper-box-canvas", style: z({ width: e.trueWidth + "px", height: e.trueHeight + "px", transform: "scale(" + e.scale + "," + e.scale + ") translate3d(" + e.x / e.scale + "px," + e.y / e.scale + "px,0)rotateZ(" + 90 * e.rotate + "deg)" }) }, [r("img", { src: e.imgs, alt: "cropper-img", ref: "cropperImg" }, null, 8, Ks)], 4), [[H, !e.loading]])])) : k("", !0), r("div", { class: N(["cropper-drag-box", { "cropper-move": e.move && !e.crop, "cropper-crop": e.crop, "cropper-modal": e.cropping }]), onMousedown: t[0] || (t[0] = (...n) => e.startMove && e.startMove(...n)), onTouchstart: t[1] || (t[1] = (...n) => e.startMove && e.startMove(...n)) }, null, 34), M(r("div", { class: "cropper-crop-box", style: z({ width: e.cropW + "px", height: e.cropH + "px", transform: "translate3d(" + e.cropOffsertX + "px," + e.cropOffsertY + "px,0)" }) }, [r("span", Gs, [r("img", { style: z({ width: e.trueWidth + "px", height: e.trueHeight + "px", transform: "scale(" + e.scale + "," + e.scale + ") translate3d(" + (e.x - e.cropOffsertX) / e.scale + "px," + (e.y - e.cropOffsertY) / e.scale + "px,0)rotateZ(" + 90 * e.rotate + "deg)" }), src: e.imgs, alt: "cropper-img" }, null, 12, Zs)]), r("span", { class: "cropper-face cropper-move", onMousedown: t[2] || (t[2] = (...n) => e.cropMove && e.cropMove(...n)), onTouchstart: t[3] || (t[3] = (...n) => e.cropMove && e.cropMove(...n)) }, null, 32), e.info ? (d(), p("span", { key: 0, class: "crop-info", style: z({ top: e.cropInfo.top }) }, T(e.cropInfo.width) + " × " + T(e.cropInfo.height), 5)) : k("", !0), e.fixedBox ? k("", !0) : (d(), p("span", Qs, [r("span", { class: "crop-line line-w", onMousedown: t[4] || (t[4] = (n) => e.changeCropSize(n, !1, !0, 0, 1)), onTouchstart: t[5] || (t[5] = (n) => e.changeCropSize(n, !1, !0, 0, 1)) }, null, 32), r("span", { class: "crop-line line-a", onMousedown: t[6] || (t[6] = (n) => e.changeCropSize(n, !0, !1, 1, 0)), onTouchstart: t[7] || (t[7] = (n) => e.changeCropSize(n, !0, !1, 1, 0)) }, null, 32), r("span", { class: "crop-line line-s", onMousedown: t[8] || (t[8] = (n) => e.changeCropSize(n, !1, !0, 0, 2)), onTouchstart: t[9] || (t[9] = (n) => e.changeCropSize(n, !1, !0, 0, 2)) }, null, 32), r("span", { class: "crop-line line-d", onMousedown: t[10] || (t[10] = (n) => e.changeCropSize(n, !0, !1, 2, 0)), onTouchstart: t[11] || (t[11] = (n) => e.changeCropSize(n, !0, !1, 2, 0)) }, null, 32), r("span", { class: "crop-point point1", onMousedown: t[12] || (t[12] = (n) => e.changeCropSize(n, !0, !0, 1, 1)), onTouchstart: t[13] || (t[13] = (n) => e.changeCropSize(n, !0, !0, 1, 1)) }, null, 32), r("span", { class: "crop-point point2", onMousedown: t[14] || (t[14] = (n) => e.changeCropSize(n, !1, !0, 0, 1)), onTouchstart: t[15] || (t[15] = (n) => e.changeCropSize(n, !1, !0, 0, 1)) }, null, 32), r("span", { class: "crop-point point3", onMousedown: t[16] || (t[16] = (n) => e.changeCropSize(n, !0, !0, 2, 1)), onTouchstart: t[17] || (t[17] = (n) => e.changeCropSize(n, !0, !0, 2, 1)) }, null, 32), r("span", { class: "crop-point point4", onMousedown: t[18] || (t[18] = (n) => e.changeCropSize(n, !0, !1, 1, 0)), onTouchstart: t[19] || (t[19] = (n) => e.changeCropSize(n, !0, !1, 1, 0)) }, null, 32), r("span", { class: "crop-point point5", onMousedown: t[20] || (t[20] = (n) => e.changeCropSize(n, !0, !1, 2, 0)), onTouchstart: t[21] || (t[21] = (n) => e.changeCropSize(n, !0, !1, 2, 0)) }, null, 32), r("span", { class: "crop-point point6", onMousedown: t[22] || (t[22] = (n) => e.changeCropSize(n, !0, !0, 1, 2)), onTouchstart: t[23] || (t[23] = (n) => e.changeCropSize(n, !0, !0, 1, 2)) }, null, 32), r("span", { class: "crop-point point7", onMousedown: t[24] || (t[24] = (n) => e.changeCropSize(n, !1, !0, 0, 2)), onTouchstart: t[25] || (t[25] = (n) => e.changeCropSize(n, !1, !0, 0, 2)) }, null, 32), r("span", { class: "crop-point point8", onMousedown: t[26] || (t[26] = (n) => e.changeCropSize(n, !0, !0, 2, 2)), onTouchstart: t[27] || (t[27] = (n) => e.changeCropSize(n, !0, !0, 2, 2)) }, null, 32)]))], 4), [[H, e.cropping]])], 544);
|
|
1629
|
+
}], ["__scopeId", "data-v-a742df44"]]), er = { props: { loading: { type: [Boolean], default: !1 }, modelValue: { type: [Boolean], default: !1 }, src: { type: [String], default: "" }, size: { type: [Number], default: 120 }, title: { type: [String], default: "裁剪" } }, components: { VueCropper: Js }, emits: ["update:modelValue", "onSubmit", "onClose"], data() {
|
|
1630
1630
|
return { cropDialogVisible: !1, cropAutoCrop: !0, cropFixedBox: !0, cropOutputType: "png", cropPreviews: {}, cropVisible: !1, cropBeforelImage: "", cropAfterImage: "", cropLocalWidth: this.size, cropLocalHeight: this.size };
|
|
1631
1631
|
}, watch: { modelValue(e) {
|
|
1632
1632
|
this.cropDialogVisible = e, this.cropInit();
|
|
@@ -1665,9 +1665,9 @@ const Hs = (e, t) => {
|
|
|
1665
1665
|
e = e || 1, this.$refs.cvAvatartCropper.changeScale(e);
|
|
1666
1666
|
}, cropRealTime(e) {
|
|
1667
1667
|
this.cropPreviews = e;
|
|
1668
|
-
} } },
|
|
1669
|
-
const n = C("vue-cropper"), c = C("el-button"), h = C("el-tooltip"), u = C("el-input"), m = C("el-dialog"), f =
|
|
1670
|
-
return d(), V(m, { title: o.title, modelValue: a.cropDialogVisible, "onUpdate:modelValue": t[7] || (t[7] = (g) => a.cropDialogVisible = g), width: "800px", "append-to-body": "", onOpened: i.cropDialogOpened, onClose: i.cropDialoClose }, { footer: v(() => [y(c, { type: "primary", onClick: i.cropSubmit, loading: o.loading, disabled: o.loading }, { default: v(() => [...t[12] || (t[12] = [
|
|
1668
|
+
} } }, tr = { class: "cv-upload-crop-box" }, or = { class: "cv-upload-crop-left-box" }, ar = { class: "cv-upload-crop-left-opt" }, ir = { class: "cv-upload-crop-left-opt2" }, lr = { class: "cv-upload-crop-left-opt2" }, nr = { class: "cv-upload-crop-right-box" }, sr = ["innerHTML"], rr = { title: "头像上传", name: "cvUploadAvatar", mixins: [Uo], components: { UploadCrop: S(er, [["render", function(e, t, o, l, a, i) {
|
|
1669
|
+
const n = C("vue-cropper"), c = C("el-button"), h = C("el-tooltip"), u = C("el-input"), m = C("el-dialog"), f = ne("loading");
|
|
1670
|
+
return d(), V(m, { title: o.title, modelValue: a.cropDialogVisible, "onUpdate:modelValue": t[7] || (t[7] = (g) => a.cropDialogVisible = g), width: "800px", "append-to-body": "", onOpened: i.cropDialogOpened, onClose: i.cropDialoClose }, { footer: v(() => [y(c, { type: "primary", onClick: i.cropSubmit, loading: o.loading, disabled: o.loading }, { default: v(() => [...t[12] || (t[12] = [D("提 交", -1)])]), _: 1 }, 8, ["onClick", "loading", "disabled"])]), default: v(() => [M((d(), p("div", tr, [r("div", or, [a.cropVisible ? (d(), V(n, O({ key: 0, ref: "cvAvatartCropper", img: a.cropBeforelImage }, i.cropAttrs, { onRealTime: i.cropRealTime }), null, 16, ["img", "onRealTime"])) : k("", !0), r("div", ar, [L(e.$slots, "default"), y(h, { effect: "dark", content: "重置", placement: "top" }, { default: v(() => [y(c, { icon: "ElIconRefresh", onClick: t[0] || (t[0] = (g) => i.cropRotateRefresh()) })]), _: 1 }), y(h, { effect: "dark", content: "放大", placement: "top" }, { default: v(() => [y(c, { icon: "ElIconZoomIn", onClick: t[1] || (t[1] = (g) => i.cropChangeScale(1)) })]), _: 1 }), y(h, { effect: "dark", content: "缩小", placement: "top" }, { default: v(() => [y(c, { icon: "ElIconZoomOut", onClick: t[2] || (t[2] = (g) => i.cropChangeScale(-1)) })]), _: 1 }), y(h, { effect: "dark", content: "向左旋转", placement: "top" }, { default: v(() => [y(c, { icon: "ElIconRefreshLeft", onClick: t[3] || (t[3] = (g) => i.cropRotateLeft()) })]), _: 1 }), y(h, { effect: "dark", content: "向右旋转", placement: "top" }, { default: v(() => [y(c, { icon: "ElIconRefreshRight", onClick: t[4] || (t[4] = (g) => i.cropRotateRight()) })]), _: 1 })]), r("div", ir, [y(u, { size: "small" }, { prepend: v(() => [...t[8] || (t[8] = [D("X 坐标", -1)])]), _: 1 }), y(u, { size: "small" }, { prepend: v(() => [...t[9] || (t[9] = [D("Y 坐标", -1)])]), _: 1 })]), r("div", lr, [y(u, { size: "small", modelValue: a.cropLocalWidth, "onUpdate:modelValue": t[5] || (t[5] = (g) => a.cropLocalWidth = g) }, { prepend: v(() => [...t[10] || (t[10] = [D("宽度", -1)])]), _: 1 }, 8, ["modelValue"]), y(u, { size: "small", modelValue: a.cropLocalHeight, "onUpdate:modelValue": t[6] || (t[6] = (g) => a.cropLocalHeight = g) }, { prepend: v(() => [...t[11] || (t[11] = [D("高度", -1)])]), _: 1 }, 8, ["modelValue"])])]), r("div", nr, [r("div", { class: "cv-upload-crop-preview", innerHTML: a.cropPreviews.html }, null, 8, sr)])])), [[f, o.loading]])]), _: 3 }, 8, ["title", "modelValue", "onOpened", "onClose"]);
|
|
1671
1671
|
}]]) }, props: { modelValue: { type: [String], default: "" }, initValue: { type: [String], default: "" }, fileSize: { type: [Number], default: 2 }, fileType: { type: [Array], default: () => ["png", "jpg", "jpeg", "gif"] }, showSize: { type: Number, default: 120 }, crop: { type: [Boolean], default: !0 }, signatureParam: { type: [Object], default: () => ({ save_sign: "avatar" }) } }, data: () => ({ localValue: "", localList: [], upAccept: "image/*" }), computed: { localRef: () => "cvUploadAvatar" + +/* @__PURE__ */ new Date() + (1e3 * Math.random()).toFixed(0), handlerAttr() {
|
|
1672
1672
|
return { ref: this.localRef, action: "#", accept: this.upAccept, limit: 1, multiple: !1, drag: !1, disabled: this.upIngLoading, showFileList: !1 };
|
|
1673
1673
|
}, showStyle() {
|
|
@@ -1694,21 +1694,21 @@ const Hs = (e, t) => {
|
|
|
1694
1694
|
const { file: t } = e;
|
|
1695
1695
|
this.upIngLoading = !0;
|
|
1696
1696
|
const o = this.mergeAttrs.signatureType || null, l = this.mergeAttrs.signatureFn || null, a = this.mergeAttrs.signatureParam || {};
|
|
1697
|
-
await
|
|
1697
|
+
await Aa(t, o, l, a).then((i) => {
|
|
1698
1698
|
this.$nextTick(() => {
|
|
1699
1699
|
this.$emit("update:modelValue", i.full_path), this.$emit("update:initValue", i.cdn_full_path);
|
|
1700
|
-
}),
|
|
1700
|
+
}), X.success("上传成功"), this.upIngLoading = !1, this.cropShow = !1;
|
|
1701
1701
|
}).catch(() => {
|
|
1702
1702
|
this.upIngLoading = !1;
|
|
1703
1703
|
});
|
|
1704
|
-
} } },
|
|
1704
|
+
} } }, cr = ["src"], Xt = S(rr, [["render", function(e, t, o, l, a, i) {
|
|
1705
1705
|
const n = C("upload-tip"), c = C("cv-icons"), h = C("el-button"), u = C("el-tooltip"), m = C("el-upload"), f = C("upload-crop");
|
|
1706
|
-
return d(), p("div", { class: "cv-upload-avatar-wrap", onClick: t[2] || (t[2] = (...g) => i.cropDialogOpen && i.cropDialogOpen(...g)) }, [o.initValue ?
|
|
1706
|
+
return d(), p("div", { class: "cv-upload-avatar-wrap", onClick: t[2] || (t[2] = (...g) => i.cropDialogOpen && i.cropDialogOpen(...g)) }, [o.initValue ? k("", !0) : (d(), p("div", { key: 0, class: "cv-upload-avatar-box cv-upload-avatar-empty", style: z(i.showStyle) }, [...t[3] || (t[3] = [r("div", { class: "cv-upload-avatar__text" }, "上传头像", -1)])], 4)), o.initValue ? (d(), p("div", { key: 1, class: "cv-upload-avatar-box", style: z(i.showStyle) }, [r("img", { class: "cv-upload-avatar__img", src: o.initValue }, null, 8, cr)], 4)) : k("", !0), y(n, O(e.tipAttr, { fileUnit: "张", multiple: !1, limit: 1 }), null, 16), o.crop ? (d(), V(f, { key: 2, modelValue: e.cropShow, "onUpdate:modelValue": t[0] || (t[0] = (g) => e.cropShow = g), title: "修改头像", size: o.showSize, onOnSubmit: i.onHttpRequest, onOnClose: t[1] || (t[1] = (g) => e.upIngLoading = !1), loading: e.upIngLoading, src: a.localValue }, { default: v(() => [y(m, O(i.handlerAttr, { "before-upload": i.initBeforeUpload, "http-request": e.initHttpRequest }), { default: v(() => [y(u, { effect: "dark", content: "选择图片", placement: "top" }, { default: v(() => [y(h, { style: { "margin-right": "10px" }, loading: e.upIngLoading, disabled: e.upIngLoading }, { default: v(() => [y(c, { type: "ElIconPlus", size: "14", style: { "margin-right": "10px" } }), t[4] || (t[4] = D(" 选择 ", -1))]), _: 1 }, 8, ["loading", "disabled"])]), _: 1 })]), _: 1 }, 16, ["before-upload", "http-request"])]), _: 1 }, 8, ["modelValue", "size", "onOnSubmit", "loading", "src"])) : k("", !0)]);
|
|
1707
1707
|
}]]);
|
|
1708
|
-
function
|
|
1708
|
+
function Ne(e) {
|
|
1709
1709
|
return e ? typeof e == "string" || typeof e == "number" ? [e] : Object.prototype.toString.call(e) === "[object Object]" ? [] : [...e] : [];
|
|
1710
1710
|
}
|
|
1711
|
-
function
|
|
1711
|
+
function ii(e, t) {
|
|
1712
1712
|
let o = [];
|
|
1713
1713
|
Array.isArray(e) && e.length > 0 && o.push(...e), Array.isArray(t) && t.length > 0 && o.push(...t), typeof t == "string" && o.push(t);
|
|
1714
1714
|
let l = [];
|
|
@@ -1718,7 +1718,7 @@ function ei(e, t) {
|
|
|
1718
1718
|
}
|
|
1719
1719
|
return l;
|
|
1720
1720
|
}
|
|
1721
|
-
const
|
|
1721
|
+
const dr = { title: "图片上传", name: "cvUploadImage", mixins: [Uo], components: {}, props: { modelValue: { type: [String, Number, Array, Object], default: "" }, initValue: { type: [String, Number, Array], default: () => "" }, fileSize: { type: [Number], default: 2 }, fileType: { type: [Array], default: () => ["png", "jpg", "jpeg", "gif"] }, showSize: { type: Number, default: 150 }, showBig: { type: [Boolean], default: !1 }, crop: { type: [Boolean], default: !1 }, galleryLabel: { type: String, default: "" }, lazy: { type: Boolean, default: !0 }, drag: { type: Boolean, default: !1 }, signatureParam: { type: [Object], default: () => ({ save_sign: "image" }) } }, data: () => ({ localValue: [], localList: [], previewShow: !1, previewTitle: "", previewUrl: "", upAccept: "image/*" }), computed: { localRef: () => "cvUploadImage" + +/* @__PURE__ */ new Date() + (1e3 * Math.random()).toFixed(0), handlerAttr() {
|
|
1722
1722
|
return { ref: this.localRef, action: "#", accept: this.upAccept, limit: parseInt(this.limit), multiple: this.multiple, drag: !!this.drag, disabled: this.upIngLoading, showFileList: !1 };
|
|
1723
1723
|
}, showUpload() {
|
|
1724
1724
|
return !(this.localList.length >= this.limit);
|
|
@@ -1733,11 +1733,11 @@ const ar = { title: "图片上传", name: "cvUploadImage", mixins: [Ro], compone
|
|
|
1733
1733
|
}, methods: { _init_parse_value() {
|
|
1734
1734
|
if (this.modelValue) if (typeof this.modelValue == "string" && this.modelValue.includes(",")) {
|
|
1735
1735
|
const e = String(this.modelValue).split(",").map((t) => t.trim());
|
|
1736
|
-
this.localValue =
|
|
1737
|
-
} else this.localValue =
|
|
1736
|
+
this.localValue = Ne(e);
|
|
1737
|
+
} else this.localValue = Ne(this.modelValue);
|
|
1738
1738
|
else this.localValue = [];
|
|
1739
1739
|
}, _init_parse_list() {
|
|
1740
|
-
this.initValue ? this.localList =
|
|
1740
|
+
this.initValue ? this.localList = za(this.initValue) : this.localList = [];
|
|
1741
1741
|
}, initOnChange(e, t) {
|
|
1742
1742
|
}, initBeforeUpload(e) {
|
|
1743
1743
|
return this.upIngLoading = !0, !!this._commonBeforeUpload(e) || (this.upIngLoading = !1, !1);
|
|
@@ -1745,20 +1745,20 @@ const ar = { title: "图片上传", name: "cvUploadImage", mixins: [Ro], compone
|
|
|
1745
1745
|
const { file: t } = e;
|
|
1746
1746
|
this.upIngLoading = !0, this.mergeAttrs.upResponseFn;
|
|
1747
1747
|
const o = this.mergeAttrs.signatureType || null, l = this.mergeAttrs.signatureFn || null, a = this.mergeAttrs.signatureParam || {};
|
|
1748
|
-
await
|
|
1748
|
+
await Aa(t, o, l, a).then((i) => {
|
|
1749
1749
|
this.$nextTick(() => {
|
|
1750
1750
|
this.updateValue(i.filelog_id, i.cdn_full_path);
|
|
1751
|
-
}),
|
|
1751
|
+
}), X.success("上传成功"), this.upIngLoading = !1;
|
|
1752
1752
|
}).catch(() => {
|
|
1753
1753
|
this.upIngLoading = !1;
|
|
1754
1754
|
});
|
|
1755
1755
|
}, updateValue(e, t) {
|
|
1756
1756
|
if (this.multiple) {
|
|
1757
|
-
let o =
|
|
1757
|
+
let o = ii(this.localValue, e).join(",");
|
|
1758
1758
|
this.$emit("update:modelValue", o);
|
|
1759
1759
|
} else this.$emit("update:modelValue", e);
|
|
1760
1760
|
if (this.multiple) {
|
|
1761
|
-
let o =
|
|
1761
|
+
let o = ii(this.localList, t);
|
|
1762
1762
|
this.$emit("update:initValue", o);
|
|
1763
1763
|
} else this.$emit("update:initValue", t);
|
|
1764
1764
|
}, handleItemPreview(e, t) {
|
|
@@ -1774,18 +1774,18 @@ const ar = { title: "图片上传", name: "cvUploadImage", mixins: [Ro], compone
|
|
|
1774
1774
|
}) : l !== !1 && this.doRemove(t);
|
|
1775
1775
|
} else this.doRemove(t);
|
|
1776
1776
|
}, handleItemEdit(e, t) {
|
|
1777
|
-
|
|
1777
|
+
Oa.prompt("请输入文件地址", "编辑", { confirmButtonText: "OK", cancelButtonText: "Cancel", inputValue: e.url || "", inputErrorMessage: "格式不正确" }).then(({ value: o }) => {
|
|
1778
1778
|
const l = o.split("/").pop(), a = l.split(".").pop().toLowerCase();
|
|
1779
1779
|
if (!this.fileType.includes(a)) {
|
|
1780
1780
|
let h = this.fileType.join("、");
|
|
1781
|
-
return
|
|
1781
|
+
return X.error(`文件格式错误,请填写类型,如:${h} 格式文件`), !1;
|
|
1782
1782
|
}
|
|
1783
1783
|
const i = (function(h) {
|
|
1784
1784
|
if (!h) return "";
|
|
1785
1785
|
const u = h.replace(/^\./, "").toLowerCase();
|
|
1786
|
-
return
|
|
1786
|
+
return Nl.extensionToMime[u] || "";
|
|
1787
1787
|
})(a);
|
|
1788
|
-
if (!i) return
|
|
1788
|
+
if (!i) return X.error("文件格式错误"), !1;
|
|
1789
1789
|
var n;
|
|
1790
1790
|
(n = o).startsWith("http://") || n.startsWith("https://") || n.startsWith("//") || this.mergeAttrs?.baseDomain && (o = this.mergeAttrs?.baseDomain + o);
|
|
1791
1791
|
const c = { name: l, status: "success", type: i, uid: Date.now(), url: o };
|
|
@@ -1793,15 +1793,15 @@ const ar = { title: "图片上传", name: "cvUploadImage", mixins: [Ro], compone
|
|
|
1793
1793
|
}).catch(() => {
|
|
1794
1794
|
});
|
|
1795
1795
|
}, handleItemCrop(e, t) {
|
|
1796
|
-
} } },
|
|
1797
|
-
const n = C("el-image"), c = C("cv-icons"), h = C("el-upload"), u = C("upload-tip"), m = C("el-dialog"), f =
|
|
1798
|
-
return d(), p("div",
|
|
1799
|
-
}]]),
|
|
1800
|
-
function
|
|
1801
|
-
return `https://10ui.cn/default/icon_ext/${
|
|
1796
|
+
} } }, hr = { class: "cv-upload-image cv-upload-common" }, pr = { class: "cv-upload-list-box el-upload-list el-upload-list--picture-card" }, ur = ["tabindex"], mr = { class: "el-upload-list__item-status-label" }, gr = { class: "el-upload-list__item-actions" }, fr = ["onClick"], vr = { class: "el-upload-list__item-delete" }, yr = { class: "el-upload-list__item-delete" }, br = ["onClick"], Cr = { style: { margin: "0 auto" } }, wr = ["src"], qt = S(dr, [["render", function(e, t, o, l, a, i) {
|
|
1797
|
+
const n = C("el-image"), c = C("cv-icons"), h = C("el-upload"), u = C("upload-tip"), m = C("el-dialog"), f = ne("loading");
|
|
1798
|
+
return d(), p("div", hr, [r("div", pr, [(d(!0), p(F, null, B(a.localList, (g, w) => (d(), p("section", { class: "el-upload-list__item is-success", key: w, tabindex: w, style: z(i.showStyle) }, [y(n, { class: "el-upload-list__item-thumbnail", lazy: o.lazy, src: g.url, style: z(i.showStyle), fit: "contain" }, null, 8, ["lazy", "src", "style"]), r("label", mr, [y(c, { type: "ElIconCheck", color: "#ffffff", size: "12" })]), r("span", gr, [r("span", { class: "el-upload-list__item-preview", onClick: (x) => i.handleItemPreview(g) }, [y(c, { type: "ElIconZoomIn", size: "20" })], 8, fr), r("span", vr, [y(c, { type: "ElIconDelete", size: "20", onClick: (x) => i.handleItemRemove(g, w) }, null, 8, ["onClick"])]), r("span", yr, [y(c, { type: "ElIconEdit", size: "20", onClick: (x) => i.handleItemEdit(g, w) }, null, 8, ["onClick"])]), o.crop ? (d(), p("span", { key: 0, class: "el-upload-list__item-preview", onClick: (x) => i.handleItemCrop(g) }, [y(c, { type: "ElIconCrop", size: "20" })], 8, br)) : k("", !0)])], 12, ur))), 128)), i.showUpload ? (d(), V(h, O({ key: 0, class: "cv-upload-common-handle" }, i.handlerAttr, { "file-list": a.localList, "before-upload": i.initBeforeUpload, "http-request": i.initHttpRequest, "on-change": i.initOnChange, "on-exceed": e.initOnExceed, style: i.showStyle }), { default: v(() => [M((d(), p("div", { class: "cv-upload-common__ing", style: z(i.showStyle) }, [o.drag ? (d(), p(F, { key: 0 }, [y(c, { type: "ElIconUpload", size: "24" }), t[1] || (t[1] = r("div", { class: "el-upload__text" }, [D(" 将文件拖到此处,或 "), r("em", null, "点击上传")], -1))], 64)) : (d(), V(c, { key: 1, type: "ElIconPlus", size: o.showSize / 3 }, null, 8, ["size"]))], 4)), [[f, e.upIngLoading]])]), _: 1 }, 16, ["file-list", "before-upload", "http-request", "on-change", "on-exceed", "style"])) : k("", !0)]), y(u, O(e.tipAttr, { fileUnit: "张" }), null, 16), y(m, { modelValue: a.previewShow, "onUpdate:modelValue": t[0] || (t[0] = (g) => a.previewShow = g), title: a.previewTitle, "append-to-body": "" }, { default: v(() => [r("div", Cr, [r("img", { width: "100%", src: a.previewUrl, style: { "max-width": "300px" } }, null, 8, wr)])]), _: 1 }, 8, ["modelValue", "title"])]);
|
|
1799
|
+
}]]), kr = { mdb: "access", accdb: "access", ai: "ai", html: "html", htm: "html", asp: "web", pdf: "pdf", psd: "photoshop", psb: "photoshop", mpo: "photoshop", eps: "photoshop", avi: "video", wmv: "video", rm: "video", rmvb: "video", mp4: "video", "3gp": "video", asf: "video", mov: "video", m4v: "video", flv: "video", f4v: "video", mkv: "video", mts: "video", swf: "flash", ts: "video", mp3: "audio", wav: "audio", wma: "audio", ape: "audio", aac: "audio", zip: "zip", rar: "zip", gz: "zip", "7z": "zip", z: "zip", bmp: "image", jpg: "image", jpeg: "image", png: "image", gif: "image", webp: "image", svg: "image", txt: "txt", rtf: "txt", xls: "excel", xlsx: "excel", xlsm: "excel", xltx: "excel", doc: "word", docx: "word", docm: "word", wps: "word", dotx: "word", dotm: "word", ppt: "powerpoint", pptx: "powerpoint", mdf: "db", db: "db", dbf: "db", wdb: "db", vue: "vue", php: "php", jar: "jar", ini: "ini", bat: "bat", config: "config", fla: "fla", eot: "font", otf: "font", fon: "font", font: "font", ttf: "font", ttc: "font", woff: "font", woff2: "font", js: "js", md: "markdown", one: "onenote", jsx: "reactjs", xfl: "xfl", file: "file", css: "css" };
|
|
1800
|
+
function Xo(e) {
|
|
1801
|
+
return `https://10ui.cn/default/icon_ext/${kr[e]}.svg`;
|
|
1802
1802
|
}
|
|
1803
|
-
const
|
|
1804
|
-
return e.lastIndexOf(".") > -1 &&
|
|
1803
|
+
const xr = { name: "uploadList", props: { files: { type: Array, default: () => [] }, disabled: { type: Boolean, default: !1 }, isCanDownload: { type: Boolean, default: !0 }, isCanDelete: { type: Boolean, default: !0 } }, methods: { getExtension(e) {
|
|
1804
|
+
return e.lastIndexOf(".") > -1 && Xo[e.slice(e.lastIndexOf(".") + 1).toLowerCase()] || Xo.file;
|
|
1805
1805
|
}, getSize: (e) => e && !isNaN(Number(e)) ? e : "", parsePercentage: (e) => parseInt(e, 10), handleDownload(e) {
|
|
1806
1806
|
e.url;
|
|
1807
1807
|
}, handleDelete(e, t) {
|
|
@@ -1809,9 +1809,9 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
1809
1809
|
this.$emit("remove", e, t);
|
|
1810
1810
|
}).catch(() => {
|
|
1811
1811
|
});
|
|
1812
|
-
} } },
|
|
1812
|
+
} } }, Sr = ["src"], Vr = { class: "cv-upload-list__item-content-action" }, _r = { title: "文件上传", inheritAttrs: !1, name: "cvUploadFile", mixins: [Uo], components: { uploadList: S(xr, [["render", function(e, t, o, l, a, i) {
|
|
1813
1813
|
const n = C("el-link");
|
|
1814
|
-
return d(), V(
|
|
1814
|
+
return d(), V(wn, { class: "cv-upload-file-list el-upload-list el-upload-list--text", name: "el-list", tag: "ul" }, { default: v(() => [(d(!0), p(F, null, B(o.files, (c, h) => (d(), p("li", { key: c.uid, class: "el-upload-list__item cv-upload-list__item-content" }, [y(n, { href: c.url, underline: !1, target: "_blank" }, { default: v(() => [r("img", { src: i.getExtension(c.name), class: "el-upload-list__item-content-name-icon" }, null, 8, Sr), r("span", null, T(c.name), 1)]), _: 2 }, 1032, ["href"]), r("div", Vr, [y(n, { underline: !1 }, { default: v(() => [D(T(i.getSize(c.size)), 1)]), _: 2 }, 1024), o.isCanDownload ? (d(), V(n, { key: 0, underline: !1, onClick: (u) => i.handleDownload(c) }, { default: v(() => [...t[0] || (t[0] = [D("下载", -1)])]), _: 1 }, 8, ["onClick"])) : k("", !0), !o.disabled && o.isCanDelete ? (d(), V(n, { key: 1, underline: !1, onClick: (u) => i.handleDelete(h, c), type: "danger" }, { default: v(() => [...t[1] || (t[1] = [D(" 删除 ", -1)])]), _: 1 }, 8, ["onClick"])) : k("", !0)])]))), 128))]), _: 1 });
|
|
1815
1815
|
}]]) }, props: { modelValue: { type: [String, Object, Array], default: "" }, initValue: { type: [String, Object, Array], default: "" }, fileSize: { type: [Number], default: 5 }, fileType: { type: [Array], default: ["txt", "png", "jpg", "xlsx", "xls"] }, multiple: { type: [Boolean], default: !1 }, limit: { type: [Number], default: 5 }, disabled: Boolean, isCanDownload: { type: Boolean, default: !0 }, isCanDelete: { type: Boolean, default: !0 }, isCanUploadSame: { type: Boolean, default: !0 } }, data: () => ({ localValue: [], localList: [] }), computed: { localRef: () => "cvUploadFile" + +/* @__PURE__ */ new Date() + (1e3 * Math.random()).toFixed(0), handlerAttr() {
|
|
1816
1816
|
return { ref: this.localRef, action: "#", limit: parseInt(this.limit), multiple: this.multiple, drag: !1, disabled: this.upIngLoading, showFileList: !0 };
|
|
1817
1817
|
}, list() {
|
|
@@ -1822,7 +1822,7 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
1822
1822
|
} }, mounted() {
|
|
1823
1823
|
this._init_parse();
|
|
1824
1824
|
}, methods: { _init_parse() {
|
|
1825
|
-
this.initValue ? this.localList =
|
|
1825
|
+
this.initValue ? this.localList = za(this.initValue) : this.localList = [];
|
|
1826
1826
|
}, initOnChange(e, t) {
|
|
1827
1827
|
this.localList = t;
|
|
1828
1828
|
}, initBeforeUpload(e) {
|
|
@@ -1844,10 +1844,10 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
1844
1844
|
const t = [...this.list];
|
|
1845
1845
|
t.splice(e, 1), this.$emit("update:modelValue", t || []);
|
|
1846
1846
|
} else this.$emit("update:modelValue", null);
|
|
1847
|
-
} } },
|
|
1847
|
+
} } }, Ir = { class: "cv-upload-file" }, Kt = S(_r, [["render", function(e, t, o, l, a, i) {
|
|
1848
1848
|
const n = C("el-button"), c = C("el-upload"), h = C("upload-tip"), u = C("upload-list");
|
|
1849
|
-
return d(), p("div",
|
|
1850
|
-
}]]),
|
|
1849
|
+
return d(), p("div", Ir, [y(c, O({ class: "cv-upload-file-uploader" }, i.handlerAttr, { "file-list": a.localList, "onUpdate:fileList": t[0] || (t[0] = (m) => a.localList = m), "before-upload": i.initBeforeUpload, "on-change": i.initOnChange, "on-exceed": e.initOnExceed, "on-error": i.upFileError, "on-success": i.upFileSuccess }), { default: v(() => [y(n, { type: "primary", icon: "ElIconUpload" }, { default: v(() => [...t[1] || (t[1] = [D("上传文件", -1)])]), _: 1 })]), _: 1 }, 16, ["file-list", "before-upload", "on-change", "on-exceed", "on-error", "on-success"]), y(h, O(e.tipAttr, { fileUnit: "个" }), null, 16), y(u, { disabled: o.disabled, files: i.list, isCanDelete: o.isCanDelete, isCanDownload: o.isCanDownload, onRemove: i.handleRemove }, null, 8, ["disabled", "files", "isCanDelete", "isCanDownload", "onRemove"])]);
|
|
1850
|
+
}]]), Tr = { class: "cv-upload-video" }, Dr = { class: "cv-upload-list-box el-upload-list el-upload-list--picture-card" }, Lr = ["tabindex"], $r = ["src"], Or = { class: "el-upload-list__item-status-label" }, Fr = { class: "el-upload-list__item-actions" }, Mr = ["onClick"], Er = { class: "el-upload-list__item-delete" }, Br = { class: "el-upload-list__item-delete" }, Nr = { key: 0, style: { width: "500px", height: "300px", margin: "0 auto" } }, zr = ["src"], Gt = S({ title: "视频上传", name: "cvUploadVideo", mixins: [Uo], components: {}, props: { modelValue: { type: [String], default: "" }, initValue: { type: [String], default: "" }, fileSize: { type: [Number], default: 10 }, fileType: { type: Array, default: ["mp4", "mp3"] }, showSize: { type: Number, default: 360 }, signatureParam: { type: [Object], default: () => ({ save_sign: "video" }) } }, data: () => ({ localValue: "", localList: "", previewShow: !1, previewTitle: "", previewUrl: "", upAccept: "video/*" }), computed: { localRef: () => "cvUploadVideo" + +/* @__PURE__ */ new Date() + (1e3 * Math.random()).toFixed(0), handlerAttr() {
|
|
1851
1851
|
return { ref: this.localRef, action: "#", accept: this.upAccept, limit: 1, multiple: !1, drag: !0, disabled: this.upIngLoading, showFileList: !1 };
|
|
1852
1852
|
}, showUpload() {
|
|
1853
1853
|
return !this.localValue;
|
|
@@ -1860,16 +1860,16 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
1860
1860
|
} }, mounted() {
|
|
1861
1861
|
this._init_parse_value(), this._init_parse_list();
|
|
1862
1862
|
}, methods: { _init_parse_value() {
|
|
1863
|
-
this.modelValue ? this.localValue =
|
|
1863
|
+
this.modelValue ? this.localValue = Ne(this.modelValue) : this.localValue = "";
|
|
1864
1864
|
}, _init_parse_list() {
|
|
1865
|
-
this.initValue ? this.localList =
|
|
1865
|
+
this.initValue ? this.localList = za(this.initValue) : this.localList = "";
|
|
1866
1866
|
}, initBeforeUpload(e) {
|
|
1867
1867
|
return this.upIngLoading = !0, !!this._commonBeforeUpload(e) || (this.upIngLoading = !1, !1);
|
|
1868
1868
|
}, async initHttpRequest(e) {
|
|
1869
1869
|
const { file: t } = e;
|
|
1870
1870
|
this.upIngLoading = !0, this.mergeAttrs.upResponseFn;
|
|
1871
1871
|
const o = this.mergeAttrs.signatureType || null, l = this.mergeAttrs.signatureFn || null, a = this.mergeAttrs.signatureParam || {};
|
|
1872
|
-
await
|
|
1872
|
+
await Aa(t, o, l, a).then((i) => {
|
|
1873
1873
|
this.$nextTick(() => {
|
|
1874
1874
|
this.$emit("update:modelValue", i.full_path), this.$emit("update:initValue", i.cdn_full_path);
|
|
1875
1875
|
}), ExtendMessage.success("上传成功"), this.upIngLoading = !1;
|
|
@@ -1890,8 +1890,8 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
1890
1890
|
} else this.doRemove(t);
|
|
1891
1891
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
1892
1892
|
const n = C("cv-icons"), c = C("el-progress"), h = C("el-upload"), u = C("upload-tip"), m = C("el-dialog");
|
|
1893
|
-
return d(), p("div",
|
|
1894
|
-
}]]),
|
|
1893
|
+
return d(), p("div", Tr, [r("div", Dr, [a.localList ? (d(!0), p(F, { key: 0 }, B(a.localList, (f, g) => (d(), p("section", { class: "el-upload-list__item is-success", key: g, tabindex: g, style: z(i.showStyle) }, [r("video", { class: "el-upload-list__item-thumbnail", autoplay: !1, src: f.url, style: z(i.showStyle) }, " 您的浏览器不支持视频播放 ", 12, $r), r("label", Or, [y(n, { type: "ElIconCheck", color: "#ffffff", size: "12" })]), r("span", Fr, [r("span", { class: "el-upload-list__item-preview", onClick: (w) => i.handleItemPreview(f) }, [y(n, { type: "ElIconVideoPlay", size: "20" })], 8, Mr), r("span", Er, [y(n, { type: "ElIconDelete", size: "20", onClick: (w) => i.handleItemRemove(f, g) }, null, 8, ["onClick"])]), r("span", Br, [y(n, { type: "ElIconEdit", size: "20", onClick: (w) => e.handleItemEdit(f, g) }, null, 8, ["onClick"])])])], 12, Lr))), 128)) : k("", !0), i.showUpload ? (d(), V(h, O({ key: 1, class: "cv-upload-handler" }, i.handlerAttr, { "before-upload": i.initBeforeUpload, "http-request": i.initHttpRequest, style: i.showStyle }), { default: v(() => [e.upIngPercent > 0 ? (d(), V(c, { key: 0, percentage: e.upIngPercent, style: { "margin-top": "20px" }, type: "circle" }, null, 8, ["percentage"])) : (d(), p("div", { key: 1, class: "cv-upload-video__ing", style: z(i.showStyle) }, [y(n, { type: "ElIconUpload", size: "24" }), t[1] || (t[1] = r("div", { class: "el-upload__text" }, [D(" 将视频拖到此处,或 "), r("em", null, "点击上传")], -1))], 4))]), _: 1 }, 16, ["before-upload", "http-request", "style"])) : k("", !0)]), y(u, O(e.tipAttr, { fileUnit: "个", limit: 1 }), null, 16), y(m, { modelValue: a.previewShow, "onUpdate:modelValue": t[0] || (t[0] = (f) => a.previewShow = f), title: a.previewTitle, "append-to-body": "" }, { default: v(() => [a.previewShow ? (d(), p("div", Nr, [r("video", { autoplay: !0, src: a.previewUrl, controls: "controls", style: { width: "500px", height: "300px" } }, " 您的浏览器不支持视频播放 ", 8, zr)])) : k("", !0)]), _: 1 }, 8, ["modelValue", "title"])]);
|
|
1894
|
+
}]]), Ar = { emits: ["get-unlist", "on-close", "on-update", "on-delete"], props: { modelValue: { type: Array, default: () => [] }, model: { type: String, default: "" }, accept: { type: String, default: "" }, multiple: { type: Boolean, default: !1 } }, data: () => ({ audioInfo: {}, file: null, fileList: [], fileHash: "", tempCheckpoint: null, uploadId: "", uploadStatus: null, showAudio: !1, percentage: 0, uploadName: "", client: null, year: (/* @__PURE__ */ new Date()).getFullYear(), uploadDisabled: !0, resumeDisabled: !0, pauseDisabled: !0, dialogVisible: !1, isDoing: !1, unList: [], fileMap: {}, map_max_key: 0, partSize: 1048576, parallel: 4, checkpoints: {} }), watch: { dialogVisible: { handler(e) {
|
|
1895
1895
|
e || (this.fileList = [], this.$refs.upload.uploadFiles = []);
|
|
1896
1896
|
} }, fileList: { handler(e) {
|
|
1897
1897
|
if (e.length) {
|
|
@@ -1903,7 +1903,7 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
1903
1903
|
}
|
|
1904
1904
|
}, deep: !0 } }, mounted() {
|
|
1905
1905
|
window.addEventListener("online", this.resumeUpload);
|
|
1906
|
-
}, methods: { filterSize:
|
|
1906
|
+
}, methods: { filterSize: ti, handleExceed() {
|
|
1907
1907
|
this.$confirm("上传文件数量不能超过100个,请重新选择!", "操作提示", { confirmButtonText: "确 定", cancelButtonText: "取 消", type: "warning" }).then(() => {
|
|
1908
1908
|
this.fileList = [], this.dialogVisible = !1;
|
|
1909
1909
|
}).catch(() => {
|
|
@@ -1929,7 +1929,7 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
1929
1929
|
}, async multipartUpload() {
|
|
1930
1930
|
this.file ? this.fileList.forEach(async (e) => {
|
|
1931
1931
|
e.isLoading = !0, await this.ossUploadHandle(e, this.fileList);
|
|
1932
|
-
}) :
|
|
1932
|
+
}) : X.error("请选择文件");
|
|
1933
1933
|
}, async resumeUpload() {
|
|
1934
1934
|
this.pauseDisabled = !1, this.uploadDisabled = !0, this.resumeDisabled = !0, await this.resumeMultipartUpload();
|
|
1935
1935
|
}, stopUpload() {
|
|
@@ -1947,9 +1947,9 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
1947
1947
|
}, handle_network_speed(e, t, o) {
|
|
1948
1948
|
const l = e.rt / 1e3, a = new Date(e.headers.date).getTime(), i = a - l;
|
|
1949
1949
|
let n = parseInt(t / l);
|
|
1950
|
-
return o === 0 && (n = 0), n === 0 || this.handle_network_speed_change(i, a, n), n ?
|
|
1950
|
+
return o === 0 && (n = 0), n === 0 || this.handle_network_speed_change(i, a, n), n ? ti(n) : 0;
|
|
1951
1951
|
}, async resetUpload(e, t) {
|
|
1952
|
-
JSON.stringify(e).indexOf("Error") !== -1 && (t.client && t.client.cancel(), t.client = await
|
|
1952
|
+
JSON.stringify(e).indexOf("Error") !== -1 && (t.client && t.client.cancel(), t.client = await ai(this.signatureType, this.apiFunc), await this.resumeMultipartUpload(t));
|
|
1953
1953
|
}, async resumeMultipartUpload(e) {
|
|
1954
1954
|
if (e) {
|
|
1955
1955
|
const { tempCheckpoint: t } = e;
|
|
@@ -1976,7 +1976,7 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
1976
1976
|
}, async ossUploadHandle(e) {
|
|
1977
1977
|
let t = { pass: !0, filePath: "" };
|
|
1978
1978
|
try {
|
|
1979
|
-
const { raw: o, percentage: l } = e, a = o, i = await
|
|
1979
|
+
const { raw: o, percentage: l } = e, a = o, i = await ai(this.signatureType, this.apiFunc, {}, { secure: !0 });
|
|
1980
1980
|
if (this.signatureType == "aliyun_oss_type1") {
|
|
1981
1981
|
if (e.client = i, e.partSize = 0, l < 100 && o.name.indexOf(".") !== -1) {
|
|
1982
1982
|
const n = i.dir + a.name;
|
|
@@ -1987,7 +1987,7 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
1987
1987
|
}).catch(async (c) => {
|
|
1988
1988
|
});
|
|
1989
1989
|
}
|
|
1990
|
-
} else this.signatureType == "aliyun_oss_type2" &&
|
|
1990
|
+
} else this.signatureType == "aliyun_oss_type2" && Hl(a, i);
|
|
1991
1991
|
} catch (o) {
|
|
1992
1992
|
t = { ...o, pass: !1, filePath: "" };
|
|
1993
1993
|
}
|
|
@@ -2001,7 +2001,7 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
2001
2001
|
}), this.fileList = t, this.file = e.raw, this.uploadDisabled = !1, this.pauseDisabled = this.resumeDisabled = !0;
|
|
2002
2002
|
}, handleDeleteFile(e) {
|
|
2003
2003
|
const t = e.indexOf(this.model);
|
|
2004
|
-
e.substring(t, e.length), this.$emit("on-delete"), this.fileList = [],
|
|
2004
|
+
e.substring(t, e.length), this.$emit("on-delete"), this.fileList = [], X.success("删除成功");
|
|
2005
2005
|
}, async onCreatePanFile(e) {
|
|
2006
2006
|
await this.getParams(e), this.$emit("on-update");
|
|
2007
2007
|
}, handleMediaRes: (e) => ({ image: async function(t) {
|
|
@@ -2037,9 +2037,9 @@ const fr = { name: "uploadList", props: { files: { type: Array, default: () => [
|
|
|
2037
2037
|
const { type: t } = e.raw, o = t.indexOf("video") !== -1, l = t.indexOf("image") !== -1, a = t.indexOf("audio") !== -1;
|
|
2038
2038
|
let i, n = "";
|
|
2039
2039
|
return o ? n = "video" : l ? t.indexOf("adobe") === -1 && (n = "image") : a && (n = "audio"), (o || l || a) && n && (i = await this.handleMediaRes(n)(e.raw)), { ResTitle: e.name, ResDescribe: "", OssKey: e.uploadName, ContentType: t || "application/octet-stream", ContentLength: e.size, ...i };
|
|
2040
|
-
} } },
|
|
2040
|
+
} } }, Hr = { class: "oss-upload" }, Pr = { class: "cv-upload-task-hd-title" }, jr = { class: "cv-upload-task-hd-num" }, Rr = { class: "cv-upload-task-opts" }, Ur = { class: "cv-upload-task-lists" }, Wr = { class: "cv-upload-task-item-name" }, Yr = { class: "name" }, Xr = { class: "file-name-item" }, qr = { key: 0, class: "speed" }, Kr = { key: 1, class: "speed" }, Gr = { key: 2, class: "success" }, Zr = { class: "total" }, Qr = { key: 0, class: "name error" }, Jr = { class: "cv-upload-task-item-tool" }, ec = ["onClick"], tc = ["onClick"], Zt = S({ name: "cvUploadOss", mixins: [Ar] }, [["render", function(e, t, o, l, a, i) {
|
|
2041
2041
|
const n = C("el-button"), c = C("el-upload"), h = C("el-progress"), u = C("cv-icons"), m = C("el-dialog");
|
|
2042
|
-
return d(), p("div",
|
|
2042
|
+
return d(), p("div", Hr, [y(c, { ref: "upload", action: "", "show-file-list": !1, multiple: "", "on-change": e.handleChange, "before-upload": e.handleBeforeUpload, "auto-upload": !1, limit: 100, "on-exceed": e.handleExceed, accept: e.accept }, { default: v(() => [y(n, { type: "primary", icon: "ElIconUpload", round: "" }, { default: v(() => [...t[1] || (t[1] = [D("上 传", -1)])]), _: 1 })]), _: 1 }, 8, ["on-change", "before-upload", "on-exceed", "accept"]), y(m, { modelValue: e.dialogVisible, "onUpdate:modelValue": t[0] || (t[0] = (f) => e.dialogVisible = f), width: "650px", height: "500", "destroy-on-close": "", "close-on-click-modal": !1, "before-close": e.handleClose, style: { height: "500px" } }, { header: v(() => [r("div", Pr, [t[2] || (t[2] = r("span", null, "上传", -1)), r("span", jr, T(e.fileList.length - e.unList.length) + "/" + T(e.fileList.length), 1)])]), default: v(() => [r("div", Rr, [y(n, { type: "primary", icon: "ElIconVideoPlay", disabled: e.uploadDisabled, onClick: e.starUpload }, { default: v(() => [...t[3] || (t[3] = [D("开始上传", -1)])]), _: 1 }, 8, ["disabled", "onClick"]), y(n, { type: "success", icon: "ElIconRefreshRight", disabled: e.resumeDisabled, onClick: e.resumeUpload }, { default: v(() => [...t[4] || (t[4] = [D("继续", -1)])]), _: 1 }, 8, ["disabled", "onClick"]), y(n, { type: "danger", icon: "ElIconVideoPause", disabled: e.pauseDisabled, onClick: e.stopUpload }, { default: v(() => [...t[5] || (t[5] = [D("暂停", -1)])]), _: 1 }, 8, ["disabled", "onClick"])]), r("div", Ur, [(d(!0), p(F, null, B(e.fileList, (f, g) => (d(), p("div", { class: "cv-upload-task-item-box", key: g }, [r("div", Wr, [r("div", Yr, [r("span", Xr, T(g + 1) + "." + T(f.name), 1), f.isLoading && !f.isPlay ? (d(), p("span", qr, "准备就绪")) : k("", !0), f.isPlay && f.percentage !== 100 ? (d(), p("span", Kr, T(f.speed) + "/s", 1)) : k("", !0), f.percentage === 100 ? (d(), p("span", Gr, "完成")) : k("", !0), r("div", Zr, T(e.filterSize(f.size)), 1)]), f.errMsg ? (d(), p("span", Qr, T(f.errMsg), 1)) : k("", !0), f.percentage < 100 && !f.errMsg ? (d(), V(h, { key: 1, percentage: f.percentage }, null, 8, ["percentage"])) : (d(), V(h, { key: 2, percentage: f.percentage, status: f.errMsg ? "exception" : "success" }, null, 8, ["percentage", "status"]))]), r("div", Jr, [!f.percentage || 0 < f.percentage < 100 && !f.isPlay ? (d(), p("span", { key: 0, class: "icon delete", onClick: (w) => e.handleDeleteChangeFile(g) }, [y(u, { type: "ElIconClose" })], 8, ec)) : k("", !0), f.percentage && f.percentage !== 100 ? (d(), p("span", { key: 1, class: N(["icon", f.isPlay ? "delete" : "success"]), onClick: (w) => e.handleStopChangeFile(g, f) }, [f.isPlay ? (d(), V(u, { key: 0, type: "ElIconVideoPause" })) : (d(), V(u, { key: 1, type: "ElIconCaretRight" }))], 10, tc)) : k("", !0)])]))), 128))])]), _: 1 }, 8, ["modelValue", "before-close"])]);
|
|
2043
2043
|
}], ["__scopeId", "data-v-9c3ea43c"]]);
|
|
2044
2044
|
Xt.install = function(e) {
|
|
2045
2045
|
e.component(Xt.name, Xt);
|
|
@@ -2052,7 +2052,7 @@ Xt.install = function(e) {
|
|
|
2052
2052
|
}, Zt.install = function(e) {
|
|
2053
2053
|
e.component(Zt.name, Zt);
|
|
2054
2054
|
};
|
|
2055
|
-
const
|
|
2055
|
+
const oc = { class: "tabs-header" }, Qt = S({ name: "cvTabsJump", props: { tabPosition: { type: String, default: "top" } }, provide() {
|
|
2056
2056
|
return { addChildComponents: (e) => {
|
|
2057
2057
|
this.childComponents.push(e);
|
|
2058
2058
|
}, clearChildClass: () => {
|
|
@@ -2065,22 +2065,22 @@ const Kr = { class: "tabs-header" }, Qt = S({ name: "cvTabsJump", props: { tabPo
|
|
|
2065
2065
|
} }, created() {
|
|
2066
2066
|
}, mounted() {
|
|
2067
2067
|
} }, [["render", function(e, t, o, l, a, i) {
|
|
2068
|
-
return d(), p("div", { class:
|
|
2069
|
-
}]]),
|
|
2068
|
+
return d(), p("div", { class: N(["cv-tabs-jump", i.tabPositionClass]) }, [r("div", oc, [L(e.$slots, "default")])], 2);
|
|
2069
|
+
}]]), ac = { name: "cvTabPane", emits: ["click"], inject: ["addChildComponents", "clearChildClass"], data: () => ({ isshow: !0, className: null }), props: { label: { type: String, default: "" }, current: { type: Boolean, default: !1 }, name: { type: String } }, mounted() {
|
|
2070
2070
|
this.addChildComponents(this), this.initCurrent();
|
|
2071
2071
|
}, methods: { initCurrent() {
|
|
2072
2072
|
this.current && this.handleClick();
|
|
2073
2073
|
}, handleClick() {
|
|
2074
2074
|
this.clearChildClass(), this.className = "active", this.$emit("click");
|
|
2075
|
-
} } },
|
|
2076
|
-
return M((d(), p("div", { class:
|
|
2075
|
+
} } }, ic = { key: 1 }, Jt = S(ac, [["render", function(e, t, o, l, a, i) {
|
|
2076
|
+
return M((d(), p("div", { class: N(["cv-tab-pane", a.className]), onClick: t[0] || (t[0] = (...n) => i.handleClick && i.handleClick(...n)) }, [e.$slots.label ? L(e.$slots, "label", { key: 0 }) : (d(), p("span", ic, T(o.label), 1))], 2)), [[H, a.isshow]]);
|
|
2077
2077
|
}]]);
|
|
2078
2078
|
Qt.install = function(e) {
|
|
2079
2079
|
e.component(Qt.name, Qt);
|
|
2080
2080
|
}, Jt.install = function(e) {
|
|
2081
2081
|
e.component(Jt.name, Jt);
|
|
2082
2082
|
};
|
|
2083
|
-
const
|
|
2083
|
+
const lc = { class: "cv-draw-captcha" }, nc = ["width", "height"], eo = S({ name: "cvDrawCaptcha", props: { modelValue: { type: [String, Number], default: "1234" }, baseCode: { type: String, default: "1234567890ABCDEFGHGKMNPQRSTUVWXY" }, fontSizeMin: { type: Number, default: 25 }, fontSizeMax: { type: Number, default: 30 }, backgroundColorMin: { type: Number, default: 255 }, backgroundColorMax: { type: Number, default: 255 }, colorMin: { type: Number, default: 0 }, colorMax: { type: Number, default: 160 }, lineColorMin: { type: Number, default: 100 }, lineColorMax: { type: Number, default: 255 }, dotColorMin: { type: Number, default: 0 }, dotColorMax: { type: Number, default: 255 }, contentWidth: { type: Number, default: 112 }, contentHeight: { type: Number, default: 31 }, refreshNum: { type: Number, default: 1 } }, data: () => ({ localCode: "" }), watch: { modelValue(e) {
|
|
2084
2084
|
this.localCode = e, this.drawPic();
|
|
2085
2085
|
}, refreshNum() {
|
|
2086
2086
|
this.refreshCode(), this.drawPic();
|
|
@@ -2109,7 +2109,7 @@ const Qr = { class: "cv-draw-captcha" }, Jr = ["width", "height"], eo = S({ name
|
|
|
2109
2109
|
}, drawDot(e) {
|
|
2110
2110
|
for (let t = 0; t < 80; t++) e.fillStyle = this.randomColor(0, 255), e.beginPath(), e.arc(this.randomNum(0, this.contentWidth), this.randomNum(0, this.contentHeight), 1, 0, 2 * Math.PI), e.fill();
|
|
2111
2111
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
2112
|
-
return d(), p("div",
|
|
2112
|
+
return d(), p("div", lc, [r("canvas", { id: "cv-draw-captcha", width: o.contentWidth, height: o.contentHeight, onClick: t[0] || (t[0] = (...n) => i.refreshCode && i.refreshCode(...n)) }, null, 8, nc)]);
|
|
2113
2113
|
}]]), to = S({ name: "cvDrawQrcode", data: () => ({}) }, [["render", function(e, t, o, l, a, i) {
|
|
2114
2114
|
return d(), p("div", null, "二维码");
|
|
2115
2115
|
}]]);
|
|
@@ -2118,7 +2118,7 @@ eo.install = function(e) {
|
|
|
2118
2118
|
}, to.install = function(e) {
|
|
2119
2119
|
e.component(to.name, to);
|
|
2120
2120
|
};
|
|
2121
|
-
const
|
|
2121
|
+
const sc = { name: "cvTagBase", mixins: [], components: {}, emits: ["update:modelValue", "exceed-max-length"], props: { ...mn.props, modelValue: { type: [Array, String], default: () => [] }, closable: { type: Boolean, default: !1 }, disableTransitions: { type: Boolean, default: !1 }, effect: { type: String, default: "light" }, color: { type: String, default: "" }, hit: { type: Boolean, default: !1 }, type: { type: [String], default: "primary" }, size: { type: [String], default: "large" }, disabled: { type: Boolean, default: !1 }, maxlength: { type: Number, default: 3, validator: (e) => e > 0 } }, watch: { modelValue(e) {
|
|
2122
2122
|
this._init_parse_value();
|
|
2123
2123
|
}, localVal(e) {
|
|
2124
2124
|
this._parse_last();
|
|
@@ -2127,8 +2127,8 @@ const ec = { name: "cvTagBase", mixins: [], components: {}, emits: ["update:mode
|
|
|
2127
2127
|
}, methods: { _init_parse_value() {
|
|
2128
2128
|
if (this.modelValue) if (typeof this.modelValue == "string" && this.modelValue.includes(",")) {
|
|
2129
2129
|
const e = String(this.modelValue).split(",").map((t) => t.trim());
|
|
2130
|
-
this.localVal =
|
|
2131
|
-
} else this.localVal =
|
|
2130
|
+
this.localVal = Ne(e);
|
|
2131
|
+
} else this.localVal = Ne(this.modelValue);
|
|
2132
2132
|
}, _parse_last() {
|
|
2133
2133
|
let e = this.localVal, t = e.join(",");
|
|
2134
2134
|
this.$emit("update:modelValue", t), e.length >= this.maxlength && this.$emit("exceed-max-length", e.length);
|
|
@@ -2143,14 +2143,14 @@ const ec = { name: "cvTagBase", mixins: [], components: {}, emits: ["update:mode
|
|
|
2143
2143
|
t.length == 0 ? this.localVal.pop() : this.localVal[e] = t, this._parse_last();
|
|
2144
2144
|
}, removeTag(e) {
|
|
2145
2145
|
this.disabled || (this.localVal.splice(e, 1), this._parse_last());
|
|
2146
|
-
} } },
|
|
2146
|
+
} } }, rc = { class: "cv-tag-base" }, cc = ["contenteditable", "onKeyup", "onBlur"], dc = { key: 1, class: "cv-tag-maxlength-hint" }, oo = S(sc, [["render", function(e, t, o, l, a, i) {
|
|
2147
2147
|
const n = C("el-tag"), c = C("cv-icons");
|
|
2148
|
-
return d(), p("div",
|
|
2148
|
+
return d(), p("div", rc, [(d(!0), p(F, null, B(a.localVal, (h, u) => (d(), V(n, O({ class: "cv-tag-content" }, { ref_for: !0 }, { closable: !o.disabled && o.closable, disableTransitions: o.disableTransitions, effect: o.effect, type: o.type, color: o.color, hit: o.hit, size: o.size }, { key: u, onClose: (m) => i.removeTag(u), disabled: o.disabled }), { default: v(() => [r("div", { class: "cv-tag-item", contenteditable: !o.disabled && "plaintext-only", ref_for: !0, ref: `newTag${u}`, onKeyup: Oe((m) => !o.disabled && i.checkTag(u), ["enter"]), onBlur: (m) => !o.disabled && i.checkTag(u) }, T(h), 41, cc)]), _: 2 }, 1040, ["onClose", "disabled"]))), 128)), !o.disabled && a.localVal.length < o.maxlength ? (d(), V(c, { key: 0, type: "ElIconCirclePlus", size: "20", onClick: t[0] || (t[0] = (h) => i.addTag()) })) : k("", !0), !o.disabled && a.localVal.length >= o.maxlength ? (d(), p("span", dc, "已达到最大数量 (" + T(o.maxlength) + ")", 1)) : k("", !0)]);
|
|
2149
2149
|
}]]);
|
|
2150
2150
|
oo.install = function(e) {
|
|
2151
2151
|
e.component(oo.name, oo);
|
|
2152
2152
|
};
|
|
2153
|
-
const
|
|
2153
|
+
const hc = { name: "cvTransferTable", props: { modelValue: { type: [Array], default: () => [] }, showQuery: { type: Boolean, default: !1 }, showPagination: { type: Boolean, default: !1 }, paginationCallBack: { type: Function, default: function() {
|
|
2154
2154
|
return new Promise((e, t) => {
|
|
2155
2155
|
try {
|
|
2156
2156
|
e({ total: 0, data: null });
|
|
@@ -2230,16 +2230,16 @@ const ic = { name: "cvTransferTable", props: { modelValue: { type: [Array], defa
|
|
|
2230
2230
|
for (const e in this.leftQueryCondition) this.leftQueryCondition[e] = void 0;
|
|
2231
2231
|
for (const e in this.rightQueryCondition) this.rightQueryCondition[e] = void 0;
|
|
2232
2232
|
this.pageIndex = 1, this.handlePaginationCallBack();
|
|
2233
|
-
} } },
|
|
2233
|
+
} } }, pc = { class: "cv-transfer-table" }, uc = { class: "transfer-panel" }, mc = { class: "transfer-panel-header" }, gc = { key: 0 }, fc = { style: { padding: "5px" } }, vc = { class: "transfer-buttons" }, yc = { key: 0, class: "button-text" }, bc = { key: 0, class: "button-text" }, Cc = { class: "transfer-panel" }, wc = { class: "transfer-panel-header" }, kc = { key: 0 }, xc = { style: { padding: "5px" } }, ao = S(hc, [["render", function(e, t, o, l, a, i) {
|
|
2234
2234
|
const n = C("el-button"), c = C("el-form-item"), h = C("el-form"), u = C("el-table-column"), m = C("el-table"), f = C("el-pagination"), g = C("cv-icons");
|
|
2235
|
-
return d(), p("div",
|
|
2235
|
+
return d(), p("div", pc, [r("div", uc, [r("p", mc, [r("span", null, T(o.titleTexts && o.titleTexts[0]), 1), r("span", null, T(a.leftSelection.length) + "/" + T(a.leftTableData.length), 1)]), o.showQuery ? (d(), p("div", gc, [y(h, { inline: !0, model: a.leftQueryCondition, class: "cv-transfer-form" }, { default: v(() => [L(e.$slots, "leftCondition", { scope: a.leftQueryCondition }), y(c, null, { default: v(() => [y(n, { type: "primary", onClick: t[0] || (t[0] = (w) => i.onLeftQuerySubmit()) }, { default: v(() => [D(T(o.queryTexts[0]), 1)]), _: 1 })]), _: 1 })]), _: 3 }, 8, ["model"])])) : k("", !0), y(m, { ref: "leftTable", "max-height": o.maxHeight, height: o.minHeight, data: a.leftTableData, "row-key": o.tableRowKey, "row-style": i.handleRowStyle, onRowClick: i.handleLeftRowClick, onSelectionChange: i.handleLeftSelectionChange, border: "", stripe: "" }, { default: v(() => [y(u, { width: "40px", type: "selection", selectable: i.handleSelectable }, null, 8, ["selectable"]), (d(!0), p(F, null, B(o.leftColumns, (w) => (d(), V(u, { prop: w.id, key: w.id, label: w.label, width: w.width }, { default: v((x) => [L(e.$slots, "default", { scope: { row: x.row, col: w } }, () => [r("span", null, T(x.row[w.id]), 1)])]), _: 2 }, 1032, ["prop", "label", "width"]))), 128))]), _: 3 }, 8, ["max-height", "height", "data", "row-key", "row-style", "onRowClick", "onSelectionChange"]), r("div", fc, [o.showPagination ? (d(), V(f, { key: 0, onSizeChange: i.handleSizeChange, onCurrentChange: i.handleCurrentChange, "current-page": a.pageIndex, "page-sizes": [10, 20, 50, 100], "page-size": a.pageSize, "pager-count": 5, total: a.totalSize, layout: "total, sizes, prev, pager, next" }, null, 8, ["onSizeChange", "onCurrentChange", "current-page", "page-size", "total"])) : k("", !0)])]), r("div", vc, [y(n, { type: "primary", class: N(i.buttonClasses), disabled: i.disabledLeftButton, onClick: i.addToRight }, { default: v(() => [o.buttonTexts[0] !== void 0 ? (d(), p("span", yc, T(o.buttonTexts[0]), 1)) : k("", !0), y(g, { type: "ElIconArrowRight" })]), _: 1 }, 8, ["class", "disabled", "onClick"]), y(n, { type: "primary", class: N(i.buttonClasses), disabled: a.rightSelection.length === 0, onClick: i.addToLeft }, { default: v(() => [y(g, { type: "ElIconArrowLeft" }), o.buttonTexts[1] !== void 0 ? (d(), p("span", bc, T(o.buttonTexts[1]), 1)) : k("", !0)]), _: 1 }, 8, ["class", "disabled", "onClick"])]), r("div", Cc, [r("p", wc, [r("span", null, T(o.titleTexts && o.titleTexts[1]), 1), r("span", null, T(a.rightSelection.length) + "/" + T(a.rightTableData.length), 1)]), o.showQuery ? (d(), p("div", kc, [y(h, { inline: !0, model: a.rightQueryCondition, class: "cv-transfer-form" }, { default: v(() => [L(e.$slots, "rightCondition", { scope: a.rightQueryCondition }), y(c, null, { default: v(() => [y(n, { type: "primary", onClick: t[1] || (t[1] = (w) => i.onRightQuerySubmit()) }, { default: v(() => [D(T(o.queryTexts[1]), 1)]), _: 1 })]), _: 1 })]), _: 3 }, 8, ["model"])])) : k("", !0), y(m, { ref: "rightTable", "max-height": o.maxHeight, height: o.minHeight, data: i.calcRightTableData, "row-key": o.tableRowKey, onRowClick: i.handleRightRowClick, onSelectionChange: i.handleRightSelectionChange, border: "", stripe: "" }, { default: v(() => [y(u, { width: "40px", type: "selection" }), (d(!0), p(F, null, B(o.rightColumns || o.leftColumns, (w) => (d(), V(u, { prop: w.id, key: w.id, label: w.label, width: w.width }, { default: v((x) => [L(e.$slots, "default", { scope: { row: x.row, col: w } }, () => [r("span", null, T(x.row[w.id]), 1)])]), _: 2 }, 1032, ["prop", "label", "width"]))), 128))]), _: 3 }, 8, ["max-height", "height", "data", "row-key", "onRowClick", "onSelectionChange"]), r("div", xc, [o.showPagination ? (d(), V(f, { key: 0, total: a.rightTableData.length, layout: "total" }, null, 8, ["total"])) : k("", !0)])])]);
|
|
2236
2236
|
}]]);
|
|
2237
2237
|
ao.install = function(e) {
|
|
2238
2238
|
e.component(ao.name, ao);
|
|
2239
2239
|
};
|
|
2240
|
-
const
|
|
2240
|
+
const Ha = { provide() {
|
|
2241
2241
|
return { pageCurr: this.loadConfigSetting.pageCurr || 1, pageLimit: this.loadConfigSetting.pageLimit || 10 };
|
|
2242
|
-
}, props: { ...
|
|
2242
|
+
}, props: { ...gn.props, modelValue: { type: [Array, Object], default: () => [] }, headerCellStyle: { type: [Function, Object], default: () => ({}) } }, data: () => ({ loadDataList: [] }), watch: { modelValue(e) {
|
|
2243
2243
|
this.loadDataList = e;
|
|
2244
2244
|
}, loadDataList(e) {
|
|
2245
2245
|
this.$emit("update:modelValue", e);
|
|
@@ -2253,7 +2253,7 @@ const za = { provide() {
|
|
|
2253
2253
|
this.loadPageCurr = e, this.getData();
|
|
2254
2254
|
}, handleSizeChange(e) {
|
|
2255
2255
|
this.loadPageLimit = e, this.getData();
|
|
2256
|
-
} } },
|
|
2256
|
+
} } }, Sc = { name: "cvTableBase", mixins: [jo, Ha], props: { align: { type: String, default: "left" }, showPagebreak: { type: [Boolean, String], default: !0 }, tablePagin: { type: Object, default: () => ({}) }, tableConfig: { type: Object, default: () => ({}) }, tableRefresh: { type: Number, default: () => 0 } }, data: () => ({ paginationGroup: [10, 20, 30, 50, 100, 200], paginationCount: 7, searchData: {}, tableConfDef: {} }), watch: { tableRefresh(e, t) {
|
|
2257
2257
|
this.initConfAll(), this.refresh();
|
|
2258
2258
|
} }, updated() {
|
|
2259
2259
|
}, created() {
|
|
@@ -2272,10 +2272,10 @@ const za = { provide() {
|
|
|
2272
2272
|
this.searchData = {}, this.page = 1, this.getData();
|
|
2273
2273
|
}, refresh(e) {
|
|
2274
2274
|
this.getData();
|
|
2275
|
-
} } },
|
|
2276
|
-
const n = C("el-table"), c = C("cv-icons"), h = C("el-button"), u = C("el-pagination"), m =
|
|
2277
|
-
return d(), p("div",
|
|
2278
|
-
}]]),
|
|
2275
|
+
} } }, Vc = { class: "cv-table-list" }, _c = { key: 0, class: "cv-tablie-list-page page" }, io = S(Sc, [["render", function(e, t, o, l, a, i) {
|
|
2276
|
+
const n = C("el-table"), c = C("cv-icons"), h = C("el-button"), u = C("el-pagination"), m = ne("loading");
|
|
2277
|
+
return d(), p("div", Vc, [M((d(), V(n, O(e.$props, { data: e.loadDataList, style: { width: "100%" }, onSelectionChange: i.handleSelectionChange }), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16, ["data", "onSelectionChange"])), [[m, e.loadDataLoading]]), o.showPagebreak ? M((d(), p("div", _c, [y(h, { onClick: i.refresh, style: { float: "left", margin: "0 10px 0 0", padding: "5px 10px" } }, { default: v(() => [y(c, { type: "ElIconRefresh", size: "14" })]), _: 1 }, 8, ["onClick"]), y(u, { background: "", onSizeChange: e.handleSizeChange, onCurrentChange: e.handleCurrentChange, "pager-count": a.paginationCount, "page-sizes": a.paginationGroup, "current-page": e.loadPageCurr, "page-size": e.loadPageLimit, layout: "total, sizes, prev, pager, next, jumper", total: e.loadDataTotal }, null, 8, ["onSizeChange", "onCurrentChange", "pager-count", "page-sizes", "current-page", "page-size", "total"])], 512)), [[H, e.loadDataLoading === !1]]) : k("", !0)]);
|
|
2278
|
+
}]]), Ic = { class: "cv-table-tree" }, lo = S({ name: "cvTableTree", mixins: [jo, Ha], props: { tableConfig: { type: Object, default: () => ({}) }, tableRefresh: { type: Number, default: () => 0 } }, data: () => ({ searchData: {}, tableConfDef: { tablePrimary: "", childName: "children" }, pager_count: 7, page: 1 }), watch: { tableRefresh(e, t) {
|
|
2279
2279
|
this.refresh();
|
|
2280
2280
|
} }, created() {
|
|
2281
2281
|
this.initConfAll(), this.getData();
|
|
@@ -2294,9 +2294,9 @@ const za = { provide() {
|
|
|
2294
2294
|
}, refresh(e) {
|
|
2295
2295
|
this.getData();
|
|
2296
2296
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
2297
|
-
const n = C("el-table"), c =
|
|
2298
|
-
return d(), p("div",
|
|
2299
|
-
}]]),
|
|
2297
|
+
const n = C("el-table"), c = ne("loading");
|
|
2298
|
+
return d(), p("div", Ic, [M((d(), V(n, O(e.$props, { data: e.loadDataList, style: { width: "100%" }, onSelectionChange: i.handleSelectionChange, "row-key": e.loadConfigSetting.tablePrimary, "tree-props": { children: e.loadConfigSetting.childName, hasChildren: "hasChildren" } }), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16, ["data", "onSelectionChange", "row-key", "tree-props"])), [[c, e.loadDataLoading]])]);
|
|
2299
|
+
}]]), Tc = { name: "cvTableEditor", mixins: [jo, Ha], props: { border: { type: [Boolean], default: !0 }, tableConfig: { type: [Array, Object], default: () => ({}) } }, data: () => ({ mergeRules: {}, apiFunc: null, tableConfDef: {}, cell_click_index: null, cell_click_label: "" }), watch: {}, created() {
|
|
2300
2300
|
this.loadConfigSetting = Object.assign({}, this.tableConfDef, this.tableConfig);
|
|
2301
2301
|
}, mounted() {
|
|
2302
2302
|
}, methods: { cell_click(e, t, o, l) {
|
|
@@ -2309,9 +2309,9 @@ const za = { provide() {
|
|
|
2309
2309
|
return;
|
|
2310
2310
|
}
|
|
2311
2311
|
}, handleChangeTData(e) {
|
|
2312
|
-
} } },
|
|
2313
|
-
const n = C("el-table"), c =
|
|
2314
|
-
return d(), p("div",
|
|
2312
|
+
} } }, Dc = { class: "cv-table-editor" }, no = S(Tc, [["render", function(e, t, o, l, a, i) {
|
|
2313
|
+
const n = C("el-table"), c = ne("loading");
|
|
2314
|
+
return d(), p("div", Dc, [M((d(), V(n, O(e.$props, { data: e.loadDataList, style: { width: "100%" }, "row-class-name": "cv-tbed-tr" }), { default: v(() => [L(e.$slots, "default")]), _: 3 }, 16, ["data"])), [[c, e.loadDataLoading]])]);
|
|
2315
2315
|
}]]), so = S({ name: "cvTbColumnIndex", inject: { pageCurr: { default: 1 }, pageLimit: { default: 10 } }, props: { ...Z.props, fixed: { type: [String], default: "left" }, align: { type: String, default: "center" }, width: { type: [String, Number], default: 55 }, continuity: { type: [Boolean, String], default: !1 } }, data: () => ({}), created() {
|
|
2316
2316
|
}, methods: { indexMethod(e) {
|
|
2317
2317
|
return this.continuity && this.pageCurr && this.pageLimit ? e + 1 + (this.pageCurr - 1) * this.pageLimit : e + 1;
|
|
@@ -2322,14 +2322,14 @@ const za = { provide() {
|
|
|
2322
2322
|
} }, [["render", function(e, t, o, l, a, i) {
|
|
2323
2323
|
const n = C("el-table-column");
|
|
2324
2324
|
return d(), V(n, O(e.$props, { type: "selection" }), null, 16);
|
|
2325
|
-
}]]),
|
|
2325
|
+
}]]), Lc = { name: "cvTbColumnText", props: { ...Z.props }, data: () => ({}), created() {
|
|
2326
2326
|
}, methods: { getContentText(e) {
|
|
2327
2327
|
let t = e.row[this.prop];
|
|
2328
2328
|
return this.formatter && (t = this.formatter(e.row, e.column)), t;
|
|
2329
|
-
} } },
|
|
2329
|
+
} } }, $c = { style: { display: "contents" } }, co = S(Lc, [["render", function(e, t, o, l, a, i) {
|
|
2330
2330
|
const n = C("el-table-column");
|
|
2331
|
-
return d(), V(n, j(U(e.$props)), { default: v((c) => [r("div",
|
|
2332
|
-
}]]),
|
|
2331
|
+
return d(), V(n, j(U(e.$props)), { default: v((c) => [r("div", $c, T(c.row[e.prop]), 1)]), _: 1 }, 16);
|
|
2332
|
+
}]]), Oc = { name: "cvTbColumnImg", props: { ...Z.props, imgWidth: { type: [String, Number], default: null }, imgHeight: { type: [String, Number], default: null } }, data: () => ({ localImgWidth: "50px", localImgHeight: "50px", localImgArr: [], localImgOne: "" }), created() {
|
|
2333
2333
|
this.imgWidth && (this.localImgWidth = this.imgWidth.indexOf("px") !== -1 ? this.imgWidth : this.imgWidth + "px"), this.imgHeight && (this.localImgHeight = this.imgHeight.indexOf("px") !== -1 ? this.imgHeight : this.imgHeight + "px");
|
|
2334
2334
|
}, methods: { handleImgOne(e) {
|
|
2335
2335
|
let t = e[this.prop] || null;
|
|
@@ -2346,21 +2346,21 @@ const za = { provide() {
|
|
|
2346
2346
|
}, handleImgLeng(e) {
|
|
2347
2347
|
let t = e[this.prop] || null;
|
|
2348
2348
|
return t ? Object.prototype.toString.call(t) === "[object Array]" ? t.length : Object.prototype.toString.call(t) === "[object String]" ? 1 : void 0 : 0;
|
|
2349
|
-
} } },
|
|
2349
|
+
} } }, Fc = { key: 0, class: "cv-table-column-img-mark" }, Mc = { class: "cv-table-column-img-text" }, ho = S(Oc, [["render", function(e, t, o, l, a, i) {
|
|
2350
2350
|
const n = C("el-image"), c = C("el-table-column");
|
|
2351
|
-
return d(), V(c, j(U(e.$props)), { default: v((h) => [r("div", { class: "cv-table-column-img-box", style:
|
|
2351
|
+
return d(), V(c, j(U(e.$props)), { default: v((h) => [r("div", { class: "cv-table-column-img-box", style: z({ width: a.localImgWidth, height: a.localImgHeight }) }, [y(n, { style: z({ width: a.localImgWidth, height: a.localImgHeight }), fit: "scale-down", lazy: "", src: i.handleImgOne(h.row), "preview-src-list": i.handleImgArr(h.row), "preview-teleported": !0 }, { error: v(() => [...t[0] || (t[0] = [r("span", { class: "el-image__error cv-table-column-img-err" }, [D(" 暂无 "), r("br"), D(" 图片 ")], -1)])]), _: 1 }, 8, ["style", "src", "preview-src-list"]), i.handleImgLeng(h.row) > 1 ? (d(), p("p", Fc, [r("span", Mc, T(i.handleImgLeng(h.row)) + "张", 1)])) : k("", !0)], 4)]), _: 1 }, 16);
|
|
2352
2352
|
}]]), po = S({ name: "cvTbColumnOpt", props: { ...Z.props, fixed: { type: [String], default: "right" }, label: { type: [String], default: "操作" } }, data: () => ({}), created() {
|
|
2353
2353
|
} }, [["render", function(e, t, o, l, a, i) {
|
|
2354
2354
|
const n = C("el-table-column");
|
|
2355
|
-
return d(), V(n, j(U(e.$props)), { default: v((c) => [
|
|
2355
|
+
return d(), V(n, j(U(e.$props)), { default: v((c) => [L(e.$slots, "default", j(U({ row: c.row, $index: c.$index, scope: c })))]), _: 3 }, 16);
|
|
2356
2356
|
}]]), uo = S({ name: "cvTbColumnBase", props: { ...Z.props, width: { type: [String, Number], default: "" } }, data: () => ({}), created() {
|
|
2357
2357
|
} }, [["render", function(e, t, o, l, a, i) {
|
|
2358
2358
|
const n = C("el-table-column");
|
|
2359
|
-
return d(), V(n, j(U(e.$props)), { default: v((c) => [
|
|
2359
|
+
return d(), V(n, j(U(e.$props)), { default: v((c) => [L(e.$slots, "default", j(U({ row: c.row, $index: c.$index, scope: c })))]), _: 3 }, 16);
|
|
2360
2360
|
}]]), mo = S({ name: "cvTbColumnExpand", props: { ...Z.props }, data: () => ({}), created() {
|
|
2361
2361
|
} }, [["render", function(e, t, o, l, a, i) {
|
|
2362
2362
|
const n = C("el-table-column");
|
|
2363
|
-
return d(), V(n, O(e.$props, { type: "expand" }), { default: v((c) => [
|
|
2363
|
+
return d(), V(n, O(e.$props, { type: "expand" }), { default: v((c) => [L(e.$slots, "default", j(U({ row: c.row, $index: c.$index, props: c })))]), _: 3 }, 16);
|
|
2364
2364
|
}]]), go = S({ name: "cvTbColumnEnum", props: { ...Z.props, dataLists: { type: [Object, Array], default: () => ({}) } }, data: () => ({}), created() {
|
|
2365
2365
|
}, methods: { dealTypeEnum(e) {
|
|
2366
2366
|
let t = Object.keys(this.dataLists);
|
|
@@ -2368,7 +2368,7 @@ const za = { provide() {
|
|
|
2368
2368
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
2369
2369
|
const n = C("el-table-column");
|
|
2370
2370
|
return d(), V(n, j(U(e.$props)), { default: v((c) => [r("span", null, T(i.dealTypeEnum(c.row)), 1)]), _: 1 }, 16);
|
|
2371
|
-
}]]),
|
|
2371
|
+
}]]), Ec = { name: "cvTbEditSearch", props: { ...Z.props, modelValue: { type: [String], default: "" }, align: { type: [String], default: "left" } }, data: () => ({ isEditIndex: null, localVal: "", autocompleteAttr: { debounce: 0 }, searchSett: { searchFunc: null, searchParam: {}, searchMockData: null, searchField: {} }, searchResList: [], searchCurrClass: "", searchCurrTbIndex: 0, searchIsSelect: !1 }), watch: { modelValue(e) {
|
|
2372
2372
|
}, localVal(e) {
|
|
2373
2373
|
this.$emit("update:modelValue", e);
|
|
2374
2374
|
} }, directives: { edfocus: { mounted: (e) => {
|
|
@@ -2425,9 +2425,9 @@ const za = { provide() {
|
|
|
2425
2425
|
}, 600);
|
|
2426
2426
|
}, inputSearchFilter: (e) => (t) => t.value.toLowerCase().indexOf(e.toLowerCase()) === 0, searchIconClick() {
|
|
2427
2427
|
this.isEditIndex = null;
|
|
2428
|
-
} } },
|
|
2428
|
+
} } }, Bc = { class: "name" }, Nc = { class: "addr" }, zc = { class: "addr" }, Ac = { class: "droplist-item" }, Hc = { class: "name" }, Pc = { key: 0, class: "attr" }, jc = { class: "price" }, Rc = { class: "rest" }, Uc = ["onClick"], fo = S(Ec, [["render", function(e, t, o, l, a, i) {
|
|
2429
2429
|
const n = C("ElIconCircleClose"), c = C("el-icon"), h = C("el-autocomplete"), u = C("el-table-column");
|
|
2430
|
-
return d(), V(u, O(e.$props, { "class-name": "cv-table-editor-search-column" }), { default: v((m) => [a.isEditIndex == m.$index ? (d(), V(h, O({ key: 0, ref: `cv-tbce-autocomplete${m.$index}` }, a.autocompleteAttr, { modelValue: m.row[e.prop], "onUpdate:modelValue": (f) => m.row[e.prop] = f, "popper-class": `cv-tbce-autocomplete cvtegac${m.$index}`, "fetch-suggestions": i.searchQuery, onSelect: (f) => i.searchSelect(f, m.row, m.$index), onFocus: (f) => i.searchFocus(m.$index, f), onBlur: (f) => i.searchBlur(m.row, m.$index) }), { suffix: v(() => [y(c, { onClick: (f) => i.searchIconClick(m.row, m.$index) }, { default: v(() => [y(n)]), _: 1 }, 8, ["onClick"])]), default: v(({ item: f }) => [
|
|
2430
|
+
return d(), V(u, O(e.$props, { "class-name": "cv-table-editor-search-column" }), { default: v((m) => [a.isEditIndex == m.$index ? (d(), V(h, O({ key: 0, ref: `cv-tbce-autocomplete${m.$index}` }, a.autocompleteAttr, { modelValue: m.row[e.prop], "onUpdate:modelValue": (f) => m.row[e.prop] = f, "popper-class": `cv-tbce-autocomplete cvtegac${m.$index}`, "fetch-suggestions": i.searchQuery, onSelect: (f) => i.searchSelect(f, m.row, m.$index), onFocus: (f) => i.searchFocus(m.$index, f), onBlur: (f) => i.searchBlur(m.row, m.$index) }), { suffix: v(() => [y(c, { onClick: (f) => i.searchIconClick(m.row, m.$index) }, { default: v(() => [y(n)]), _: 1 }, 8, ["onClick"])]), default: v(({ item: f }) => [L(e.$slots, "default", { item: f }, () => [r("div", Bc, T(f.row_name), 1), r("span", Nc, "价格:" + T(f.row_price), 1), r("span", zc, T(f.row_rest), 1), r("div", Ac, [r("div", Hc, [D(T(f.row_name) + " ", 1), f.row_attr ? (d(), p("div", Pc, "[ " + T(f.row_attr) + "]", 1)) : k("", !0)]), r("div", jc, "¥ " + T(f.row_price), 1), r("div", Rc, T(f.attr_stock), 1)])])]), _: 2 }, 1040, ["modelValue", "onUpdate:modelValue", "popper-class", "fetch-suggestions", "onSelect", "onFocus", "onBlur"])) : (d(), p("span", { key: 1, class: "showtext", onClick: (f) => i.searchEdit(m.row, m.$index) }, T(m.row[e.prop]), 9, Uc))]), _: 3 }, 16);
|
|
2431
2431
|
}]]), vo = S({ name: "cvTbEditOpt", props: { tableData: { type: [Array], default: () => [] }, ...Z.props, label: { type: [String], default: "操作" }, align: { type: [String], default: "center" }, width: { type: [String], default: "100" }, fixed: { type: [String], default: "left" }, btnAdd: { type: [Boolean, String], default: !0 }, btnDel: { type: [Boolean, String], default: !0 } }, data: () => ({ localTbData: [] }), watch: { tableData(e) {
|
|
2432
2432
|
this.localTbData = e;
|
|
2433
2433
|
} }, created() {
|
|
@@ -2438,8 +2438,8 @@ const za = { provide() {
|
|
|
2438
2438
|
this.localTbData.push({});
|
|
2439
2439
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
2440
2440
|
const n = C("cv-icons"), c = C("el-button"), h = C("el-table-column");
|
|
2441
|
-
return d(), V(h, j(U(e.$props)), { default: v((u) => [o.btnAdd ? (d(), V(c, { key: 0, plain: "", style: { padding: "5px", width: "26px", height: "26px" }, onClick: t[0] || (t[0] = (m) => i.optHdAdd()) }, { default: v(() => [y(n, { type: "ElIconPlus" })]), _: 1 })) :
|
|
2442
|
-
}]]),
|
|
2441
|
+
return d(), V(h, j(U(e.$props)), { default: v((u) => [o.btnAdd ? (d(), V(c, { key: 0, plain: "", style: { padding: "5px", width: "26px", height: "26px" }, onClick: t[0] || (t[0] = (m) => i.optHdAdd()) }, { default: v(() => [y(n, { type: "ElIconPlus" })]), _: 1 })) : k("", !0), o.btnDel ? (d(), V(c, { key: 1, plain: "", style: { padding: "5px", width: "26px", height: "26px" }, onClick: (m) => i.optHdDelete(u.$index, u.row) }, { default: v(() => [y(n, { type: "ElIconClose" })]), _: 1 }, 8, ["onClick"])) : k("", !0)]), _: 1 }, 16);
|
|
2442
|
+
}]]), Wc = { name: "cvTbEditText", props: { ...Z.props, width: { type: [String, Number], default: "" }, editAttr: { type: [Object], default: () => ({ placeholder: "请输入" }) }, editClearable: { type: [Boolean], default: !0 }, editStyle: { type: [Object], default: () => ({ "--el-input-border": 0, "--el-input-border-radius": 0, "--el-input-height": "36px" }) }, editClass: { type: [Object], default: () => ({}) }, editChange: { type: [Function], default: () => {
|
|
2443
2443
|
} }, editFormatter: { type: [Function], default: () => {
|
|
2444
2444
|
} }, toFixed: { type: [String, Number], default: "" } }, data: () => ({ currValue: "", isEditIndex: null, isErrIndex: [] }), directives: { edfocus: { mounted: (e) => {
|
|
2445
2445
|
e.querySelector("input").focus();
|
|
@@ -2475,15 +2475,15 @@ const za = { provide() {
|
|
|
2475
2475
|
this.isEditIndex = a;
|
|
2476
2476
|
} } }, this.currValue);
|
|
2477
2477
|
} } });
|
|
2478
|
-
} },
|
|
2479
|
-
const n = C("el-input"), c = C("el-table-column"), h =
|
|
2480
|
-
return d(), V(c, O(e.$props, { "class-name": "cv-table-editor-text-column" }), { default: v((u) => [a.isEditIndex != u.$index || o.editAttr.disabled ? (d(), p("span", { key: 1, class: "showtext", onClick: (m) => i.textHdEdit(u.row, u.$index) }, T(u.row[e.prop]), 9,
|
|
2478
|
+
} }, Yc = ["onClick"], yo = S(Wc, [["render", function(e, t, o, l, a, i) {
|
|
2479
|
+
const n = C("el-input"), c = C("el-table-column"), h = ne("edfocus");
|
|
2480
|
+
return d(), V(c, O(e.$props, { "class-name": "cv-table-editor-text-column" }), { default: v((u) => [a.isEditIndex != u.$index || o.editAttr.disabled ? (d(), p("span", { key: 1, class: "showtext", onClick: (m) => i.textHdEdit(u.row, u.$index) }, T(u.row[e.prop]), 9, Yc)) : M((d(), V(n, O({ key: 0 }, o.editAttr, { clearable: o.editClearable, style: o.editStyle, class: o.editClass, modelValue: u.row[e.prop], "onUpdate:modelValue": (m) => u.row[e.prop] = m, onBlur: Ll((m) => i.textHdSave(u.row, u.$index), ["prevent"]), onClear: (m) => i.textHdClear(u.row, u.$index) }), null, 16, ["clearable", "style", "class", "modelValue", "onUpdate:modelValue", "onBlur", "onClear"])), [[h]])]), _: 1 }, 16);
|
|
2481
2481
|
}]]), bo = S({ name: "cvTbEditRadio", props: { ...Z.props, editAttr: { type: [Object], default: () => ({}) }, editStyle: { type: [Object], default: () => ({}) }, editClass: { type: [Object], default: () => ({}) }, dataLists: { type: [Object, Array], default: () => ({}) }, dataField: { type: Object, default: () => ({ label: "label", value: "value" }) }, editChange: { type: [Function], default: () => {
|
|
2482
2482
|
} }, editFormatter: { type: [Function], default: () => {
|
|
2483
2483
|
} } }, data: () => ({}), created() {
|
|
2484
2484
|
} }, [["render", function(e, t, o, l, a, i) {
|
|
2485
2485
|
const n = C("el-radio"), c = C("el-radio-group"), h = C("el-table-column");
|
|
2486
|
-
return d(), V(h, j(U(e.$props)), { default: v((u) => [y(c, O({ style: o.editStyle, class: o.editClass, modelValue: u.row[e.prop], "onUpdate:modelValue": (m) => u.row[e.prop] = m }, o.editAttr), { default: v(() => [(d(!0), p(F, null, B(o.dataLists, (m, f) => (d(), V(n, { key: f, label: m[o.dataField.label], value: m[o.dataField.value] }, { default: v(() => [
|
|
2486
|
+
return d(), V(h, j(U(e.$props)), { default: v((u) => [y(c, O({ style: o.editStyle, class: o.editClass, modelValue: u.row[e.prop], "onUpdate:modelValue": (m) => u.row[e.prop] = m }, o.editAttr), { default: v(() => [(d(!0), p(F, null, B(o.dataLists, (m, f) => (d(), V(n, { key: f, label: m[o.dataField.label], value: m[o.dataField.value] }, { default: v(() => [D(T(m[o.dataField.label]), 1)]), _: 2 }, 1032, ["label", "value"]))), 128))]), _: 1 }, 16, ["style", "class", "modelValue", "onUpdate:modelValue"])]), _: 1 }, 16);
|
|
2487
2487
|
}]]), Co = S({ name: "cvTbEditCheckbox", props: { ...Z.props, editAttr: { type: [Object], default: () => ({}) }, editStyle: { type: [Object], default: () => ({}) }, editClass: { type: [Object], default: () => ({}) }, dataLists: { type: [Object, Array], default: () => ({}) }, dataField: { type: Object, default: () => ({ label: "label", value: "value" }) }, editChange: { type: [Function], default: () => {
|
|
2488
2488
|
} }, editFormatter: { type: [Function], default: () => {
|
|
2489
2489
|
} } }, data: () => ({ localVal: [] }), created() {
|
|
@@ -2491,13 +2491,13 @@ const za = { provide() {
|
|
|
2491
2491
|
this.localVal = [];
|
|
2492
2492
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
2493
2493
|
const n = C("el-checkbox"), c = C("el-checkbox-group"), h = C("el-table-column");
|
|
2494
|
-
return d(), V(h, j(U(e.$props)), { default: v((u) => [u.row[e.prop] ? (d(), V(c, O({ key: 0, style: o.editStyle, class: o.editClass, modelValue: u.row[e.prop], "onUpdate:modelValue": (m) => u.row[e.prop] = m }, o.editAttr), { default: v(() => [(d(!0), p(F, null, B(o.dataLists, (m, f) => (d(), V(n, { key: f, label: m[o.dataField.label], value: m[o.dataField.value] }, { default: v(() => [
|
|
2494
|
+
return d(), V(h, j(U(e.$props)), { default: v((u) => [u.row[e.prop] ? (d(), V(c, O({ key: 0, style: o.editStyle, class: o.editClass, modelValue: u.row[e.prop], "onUpdate:modelValue": (m) => u.row[e.prop] = m }, o.editAttr), { default: v(() => [(d(!0), p(F, null, B(o.dataLists, (m, f) => (d(), V(n, { key: f, label: m[o.dataField.label], value: m[o.dataField.value] }, { default: v(() => [D(T(m[o.dataField.label]), 1)]), _: 2 }, 1032, ["label", "value"]))), 128))]), _: 1 }, 16, ["style", "class", "modelValue", "onUpdate:modelValue"])) : k("", !0)]), _: 1 }, 16);
|
|
2495
2495
|
}]]), wo = S({ name: "cvTbEditSelect", props: { ...Z.props, editAttr: { type: [Object], default: () => ({}) }, editStyle: { type: [Object], default: () => ({}) }, editClass: { type: [Object], default: () => ({}) }, dataLists: { type: [Object, Array], default: () => ({}) }, dataField: { type: Object, default: () => ({ label: "label", value: "value" }) }, editChange: { type: [Function], default: () => {
|
|
2496
2496
|
} }, editFormatter: { type: [Function], default: () => {
|
|
2497
2497
|
} } }, data: () => ({}), created() {
|
|
2498
2498
|
} }, [["render", function(e, t, o, l, a, i) {
|
|
2499
2499
|
const n = C("el-option"), c = C("el-select"), h = C("el-table-column");
|
|
2500
|
-
return d(), V(h, j(U(e.$props)), { default: v((u) => [y(c, O({ style: o.editStyle, class: o.editClass, modelValue: u.row[e.prop], "onUpdate:modelValue": (m) => u.row[e.prop] = m }, o.editAttr), { default: v(() => [(d(!0), p(F, null, B(o.dataLists, (m, f) => (d(), V(n, { key: f, label: m[o.dataField.label], value: m[o.dataField.value] }, { default: v(() => [
|
|
2500
|
+
return d(), V(h, j(U(e.$props)), { default: v((u) => [y(c, O({ style: o.editStyle, class: o.editClass, modelValue: u.row[e.prop], "onUpdate:modelValue": (m) => u.row[e.prop] = m }, o.editAttr), { default: v(() => [(d(!0), p(F, null, B(o.dataLists, (m, f) => (d(), V(n, { key: f, label: m[o.dataField.label], value: m[o.dataField.value] }, { default: v(() => [D(T(m[o.dataField.label]), 1)]), _: 2 }, 1032, ["label", "value"]))), 128))]), _: 1 }, 16, ["style", "class", "modelValue", "onUpdate:modelValue"])]), _: 1 }, 16);
|
|
2501
2501
|
}]]);
|
|
2502
2502
|
io.install = function(e) {
|
|
2503
2503
|
e.component(io.name, io);
|
|
@@ -2534,32 +2534,32 @@ io.install = function(e) {
|
|
|
2534
2534
|
}, wo.install = function(e) {
|
|
2535
2535
|
e.component(wo.name, wo);
|
|
2536
2536
|
};
|
|
2537
|
-
const
|
|
2538
|
-
return d(), p("svg",
|
|
2539
|
-
}]]),
|
|
2540
|
-
return d(), p("svg",
|
|
2541
|
-
}]]),
|
|
2542
|
-
return d(), p("i",
|
|
2543
|
-
}]]),
|
|
2544
|
-
return d(), p("svg",
|
|
2545
|
-
}]]),
|
|
2546
|
-
return d(), p("i",
|
|
2547
|
-
}]]),
|
|
2548
|
-
return d(), p("i",
|
|
2549
|
-
}]]),
|
|
2550
|
-
return d(), p("i",
|
|
2551
|
-
}]]),
|
|
2552
|
-
return d(), p("svg",
|
|
2553
|
-
}]]),
|
|
2554
|
-
return d(), p("i",
|
|
2555
|
-
}]]),
|
|
2556
|
-
return d(), p("i",
|
|
2557
|
-
}]]),
|
|
2558
|
-
const o = e, l =
|
|
2537
|
+
const Xc = { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, qc = S({}, [["render", function(e, t) {
|
|
2538
|
+
return d(), p("svg", Xc, [...t[0] || (t[0] = [r("rect", { width: "12", height: "12", rx: "2", fill: "#86909C" }, null, -1), r("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.98095 5.49307L8.22012 3.25389C8.28521 3.18881 8.39074 3.18881 8.45582 3.25389L8.69153 3.4896C8.75661 3.55468 8.75661 3.66021 8.69153 3.7253L6.45235 5.96447L8.69153 8.20364C8.75661 8.26873 8.75661 8.37426 8.69153 8.43934L8.45582 8.67505C8.39074 8.74013 8.28521 8.74013 8.22012 8.67505L5.98095 6.43587L3.74178 8.67505C3.67669 8.74013 3.57116 8.74013 3.50608 8.67505L3.27037 8.43934C3.20529 8.37426 3.20529 8.26873 3.27037 8.20364L5.50954 5.96447L3.27037 3.7253C3.20529 3.66021 3.20529 3.55468 3.27037 3.4896L3.50608 3.25389C3.57116 3.18881 3.67669 3.18881 3.74178 3.25389L5.98095 5.49307Z", fill: "white" }, null, -1)])]);
|
|
2539
|
+
}]]), Kc = { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: "icon" }, Gc = S({}, [["render", function(e, t) {
|
|
2540
|
+
return d(), p("svg", Kc, [...t[0] || (t[0] = [r("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.00002 0.666504C12.0501 0.666504 15.3334 3.94975 15.3334 7.99984C15.3334 12.0499 12.0501 15.3332 8.00002 15.3332C3.94993 15.3332 0.666687 12.0499 0.666687 7.99984C0.666687 3.94975 3.94993 0.666504 8.00002 0.666504ZM8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM10.6667 5.66667V7.66667H9.33333V5.66667H10.6667ZM6.66667 5.66667V7.66667H5.33333V5.66667H6.66667ZM10.0767 9.33333H11.0495C11.1804 9.33333 11.2866 9.43951 11.2866 9.57048C11.2866 9.60754 11.2779 9.64409 11.2612 9.67718L11.244 9.71053C10.6294 10.8739 9.40726 11.6667 7.99998 11.6667C6.61523 11.6667 5.40977 10.8991 4.7859 9.76612L4.73786 9.67593C4.67845 9.56052 4.72385 9.4188 4.83926 9.35939C4.87253 9.34226 4.90941 9.33333 4.94683 9.33333H5.92347C6.02396 9.33332 6.11908 9.37865 6.18238 9.4567C6.26207 9.55496 6.32833 9.62955 6.38117 9.68046C6.80074 10.0847 7.37133 10.3333 7.99998 10.3333C8.63289 10.3333 9.20694 10.0814 9.62728 9.67224C9.67791 9.62296 9.74135 9.55121 9.8176 9.45698C9.88089 9.37877 9.97611 9.33333 10.0767 9.33333Z" }, null, -1)])]);
|
|
2541
|
+
}]]), Zc = { class: "comment-common-icon" }, Qc = S({}, [["render", function(e, t) {
|
|
2542
|
+
return d(), p("i", Zc, [...t[0] || (t[0] = [r("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: "" }, [r("path", { d: "M4.88933 0.613974C4.92947 0.616946 4.96831 0.629568 5.00253 0.650767C6.67348 1.68589 7.55141 3.13884 7.63632 5.00962C7.947 5.00962 8.2245 4.65999 8.46882 3.96072L8.49487 3.88447C8.53862 3.75351 8.68025 3.68282 8.8112 3.72656C8.83398 3.73417 8.85554 3.74502 8.87522 3.75878C9.96316 4.5193 10.5048 5.50231 10.5 6.70782C10.4999 6.73762 10.4982 6.76675 10.495 6.7952C10.4985 6.86294 10.5 6.93131 10.5 7.00005C10.5 9.48533 8.48528 11.5 6 11.5C3.51472 11.5 1.5 9.48533 1.5 7.00005C1.5 6.90255 1.5031 6.80578 1.50921 6.70983C1.5062 6.70917 1.5031 6.70849 1.5 6.70782C1.50864 6.60849 1.52139 6.50994 1.53824 6.41219C1.54515 6.35775 1.55321 6.30373 1.56222 6.25003L1.57017 6.24983C1.7622 5.3813 2.28426 4.57601 3.13635 3.83394C4.00892 3.07405 4.50079 2.11523 4.61198 0.957499L4.62156 0.844839C4.63175 0.707146 4.75163 0.603784 4.88933 0.613974Z" })], -1)])]);
|
|
2543
|
+
}]]), Jc = { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: "icon" }, ed = S({}, [["render", function(e, t) {
|
|
2544
|
+
return d(), p("svg", Jc, [...t[0] || (t[0] = [r("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14 1.3335C14.3514 1.3335 14.6394 1.60546 14.6648 1.95041L14.6666 2.00016V14.0002C14.6666 14.3516 14.3947 14.6396 14.0497 14.665L14 14.6668H1.99998C1.64853 14.6668 1.36059 14.3949 1.33514 14.0499L1.33331 14.0002V2.00016C1.33331 1.64871 1.60527 1.36077 1.95023 1.33532L1.99998 1.3335H14ZM13.3333 2.66618H2.66664V13.3328H13.3333V2.66618ZM11.9219 6.7879C11.9719 6.83791 12 6.90574 12 6.97647V11.7993C12 11.9098 11.9104 11.9993 11.8 11.9993H6.81615C6.7975 11.9993 6.77945 11.9968 6.76232 11.992L3.91042 11.9847C3.79996 11.9844 3.71063 11.8947 3.7109 11.7842C3.71102 11.7313 3.73209 11.6807 3.76948 11.6433L6.52468 8.88807C6.62882 8.78393 6.79766 8.78393 6.9018 8.88807L8.17297 10.1593L11.5447 6.7879C11.6489 6.68376 11.8177 6.68376 11.9219 6.7879ZM5.99997 3.99951V5.99951H3.99997V3.99951H5.99997Z" }, null, -1)])]);
|
|
2545
|
+
}]]), td = { class: "comment-common-icon" }, od = S({}, [["render", function(e, t) {
|
|
2546
|
+
return d(), p("i", td, [...t[0] || (t[0] = [r("svg", { viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, [r("path", { d: "M586.624 234.624a74.624 74.624 0 1 1-149.184 0 74.624 74.624 0 0 1 149.12 0z m0 554.624a74.624 74.624 0 1 1-149.248 0 74.624 74.624 0 0 1 149.248 0zM512 586.624a74.624 74.624 0 1 0 0-149.248 74.624 74.624 0 0 0 0 149.248z", fill: "currentColor" })], -1)])]);
|
|
2547
|
+
}]]), ad = { class: "comment-common-icon", style: { color: "#1e80ff" } }, id = S({}, [["render", function(e, t) {
|
|
2548
|
+
return d(), p("i", ad, [...t[0] || (t[0] = [r("svg", { viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "1534" }, [r("path", { d: "M668.928 166.912c-20.48-53.504-47.9744-84.7872-82.0224-94.9248-33.5872-10.0352-61.952 4.096-76.032 13.9776-27.5456 19.3536-41.216 49.664-50.0224 74.1376-3.3792 9.3184-6.4512 19.0976-9.216 27.9552l-2.6624 8.3968a227.8912 227.8912 0 0 1-10.3936 27.9552c-25.344 52.9408-47.4112 84.5312-66.7648 104.96-18.944 19.968-36.4544 30.464-55.1936 39.7824a45.3632 45.3632 0 0 0-25.088 40.5504l-0.1024 480.7168c0 24.9344 20.2752 45.2096 45.2096 45.2096h423.0656c21.7088 0 38.144-6.912 50.0224-16.9984a72.192 72.192 0 0 0 14.4896-16.896l0.2048-0.2048 0.0512-0.1536 0.8192-1.024 1.2288-1.8944c39.424-63.7952 66.7648-114.688 88.2176-175.616 24.4224-69.4784 36.8128-129.6896 42.0352-176.64 5.12-45.6704 3.7888-81.664-1.5872-101.376a77.9776 77.9776 0 0 0-45.568-52.3264 116.5824 116.5824 0 0 0-45.4144-8.6016l-192.8192-2.6624c28.1088-115.0976 10.0864-181.6064-2.4576-214.3744zM64.0512 413.9008a45.2096 45.2096 0 0 1 45.1584-47.36H176.128c24.9344 0 45.2096 20.2752 45.2096 45.2096v480.6144a45.2096 45.2096 0 0 1-45.2096 45.2096h-44.288a45.2096 45.2096 0 0 1-45.1584-43.0592L64 413.952z", "p-id": "1535" })], -1)])]);
|
|
2549
|
+
}]]), ld = { class: "comment-common-icon" }, nd = S({}, [["render", function(e, t) {
|
|
2550
|
+
return d(), p("i", ld, [...t[0] || (t[0] = [r("svg", { t: "1650360973068", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "1168", width: "200", height: "200" }, [r("path", { d: "M547.968 138.88c6.656-4.672 14.08-6.976 20.48-5.056 6.08 1.792 22.848 10.752 40.192 56.128 8.576 22.4 27.264 81.536-5.632 197.504a45.44 45.44 0 0 0 42.88 57.984l217.6 3.008h0.448a53.12 53.12 0 0 1 20.096 3.328 16.256 16.256 0 0 1 5.568 3.648 14.464 14.464 0 0 1 3.264 6.4c2.176 7.808 4.608 33.984-0.256 77.248-4.672 41.984-15.936 97.408-38.784 162.368-19.136 54.336-43.52 100.48-81.472 161.792a56.384 56.384 0 0 0-1.664 2.496l-0.128 0.128-1.408 2.112a7.872 7.872 0 0 1-1.28 1.472 3.84 3.84 0 0 1-1.28 0.64 20.48 20.48 0 0 1-6.848 0.96H356.032V421.44c19.712-10.624 40.704-24.576 62.592-47.616 25.472-26.88 51.008-64.768 78.208-121.6 5.568-11.584 9.856-24.384 13.632-36.032l3.072-9.856c2.688-8.448 5.184-16.384 8.064-24.32 8.064-22.4 16.128-36.032 26.368-43.136z m120.96 27.968c-20.48-53.44-48-84.736-81.984-94.912-33.6-9.984-61.952 4.16-76.032 14.08-27.584 19.264-41.28 49.6-50.048 74.048-3.392 9.344-6.464 19.2-9.216 27.968l-2.688 8.448a227.84 227.84 0 0 1-10.432 27.904c-25.28 52.928-47.36 84.544-66.752 104.96-18.944 19.968-36.48 30.464-55.168 39.808a45.376 45.376 0 0 0-25.088 40.576l-0.064 480.64c0 24.96 20.224 45.248 45.184 45.248h423.04c21.76 0 38.144-6.912 50.048-16.96a71.808 71.808 0 0 0 14.528-16.896l0.128-0.256 0.128-0.128 0.832-0.96 1.152-1.92c39.424-63.872 66.816-114.688 88.256-175.68a810.24 810.24 0 0 0 42.048-176.64c5.12-45.632 3.776-81.664-1.6-101.376a77.952 77.952 0 0 0-45.568-52.288 116.544 116.544 0 0 0-45.44-8.64l-192.768-2.688c28.096-115.072 10.048-181.568-2.496-214.336z m-604.864 247.04a45.184 45.184 0 0 1 45.12-47.296h67.008c24.96 0 45.184 20.288 45.184 45.248v480.64c0 24.96-20.224 45.12-45.184 45.12H131.84a45.184 45.184 0 0 1-45.12-43.072l-22.656-480.64z", "p-id": "1169" })], -1)])]);
|
|
2551
|
+
}]]), sd = { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: "" }, rd = S({}, [["render", function(e, t) {
|
|
2552
|
+
return d(), p("svg", sd, [...t[0] || (t[0] = [r("path", { "data-v-d6f79dbc": "", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.99976 7.93206L10.0656 3.86619C10.1633 3.76856 10.3215 3.76856 10.4192 3.86619L10.7727 4.21975C10.8704 4.31738 10.8704 4.47567 10.7727 4.5733L6.35331 8.99272C6.15805 9.18798 5.84147 9.18798 5.6462 8.99272L1.22679 4.5733C1.12916 4.47567 1.12916 4.31738 1.22679 4.21975L1.58034 3.86619C1.67797 3.76856 1.83626 3.76856 1.93389 3.86619L5.99976 7.93206Z" }, null, -1)])]);
|
|
2553
|
+
}]]), cd = { class: "comment-common-icon" }, dd = S({}, [["render", function(e, t) {
|
|
2554
|
+
return d(), p("i", cd, [...t[0] || (t[0] = [r("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: "" }, [r("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.99951 0.5C9.03708 0.5 11.4995 2.96243 11.4995 6C11.4995 9.03757 9.03708 11.5 5.99951 11.5C2.96195 11.5 0.499512 9.03757 0.499512 6C0.499512 2.96243 2.96195 0.5 5.99951 0.5ZM6.25 3.49988C6.38807 3.49988 6.5 3.61181 6.5 3.74988V5.49988H8.25C8.38807 5.49988 8.5 5.61181 8.5 5.74988V6.24988C8.5 6.38795 8.38807 6.49988 8.25 6.49988H5.75C5.61193 6.49988 5.5 6.38795 5.5 6.24988V3.74988C5.5 3.61181 5.61193 3.49988 5.75 3.49988H6.25Z" })], -1)])]);
|
|
2555
|
+
}]]), hd = { class: "comment-common-icon" }, pd = S({}, [["render", function(e, t) {
|
|
2556
|
+
return d(), p("i", hd, [...t[0] || (t[0] = [r("svg", { viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "1320", width: "200", height: "200" }, [r("path", { d: "M147.264 647.296V220.928c0-49.536 40.128-89.728 89.6-89.728H793.6c49.536 0 89.728 40.192 89.728 89.728v426.368c0 49.536-40.128 89.728-89.6 89.728h-145.216a47.04 47.04 0 0 0-28.16 9.408l-194.56 145.792a3.392 3.392 0 0 1-5.12-1.984l-26.752-116.672a47.04 47.04 0 0 0-45.824-36.544H236.992a89.728 89.728 0 0 1-89.728-89.728zM236.864 64A156.928 156.928 0 0 0 80 220.928l0.064 426.368a156.928 156.928 0 0 0 156.928 156.928h94.976l23.232 101.312 0.064 0.448a70.592 70.592 0 0 0 109.696 40.832l190.208-142.592H793.6a156.928 156.928 0 0 0 156.928-156.928l-0.064-426.368A156.928 156.928 0 0 0 793.536 64H236.928z m69.44 442.496a65.344 65.344 0 1 0 0-130.752 65.344 65.344 0 0 0 0 130.752z m268.8-65.344a65.344 65.344 0 1 1-130.752 0 65.344 65.344 0 0 1 130.752 0z m138.368 65.344a65.344 65.344 0 1 0 0-130.752 65.344 65.344 0 0 0 0 130.752z", "p-id": "1321" })], -1)])]);
|
|
2557
|
+
}]]), ud = { class: "cv-comment-emoji" }, md = { class: "face-tooltip-head select-none" }, gd = ["onClick"], fd = ["src"], vd = { class: "emoji-body select-none" }, yd = { style: { padding: "0 5px" } }, bd = ["onClick"], Cd = { class: "emoji-btn select-none" }, wd = { key: 0 }, kd = S(Object.assign({ name: "CompInputEmoji" }, { __name: "input-emoji", props: { emoji: { faceList: [], emojiList: [], allEmoji: {} }, placement: "bottom" }, emits: ["addEmoji"], setup(e, { emit: t }) {
|
|
2558
|
+
const o = e, l = E(0), a = E(0), i = E(new Array(2)), { emojiList: n, faceList: c } = o.emoji;
|
|
2559
2559
|
function h() {
|
|
2560
2560
|
i.value[0] = n[0];
|
|
2561
2561
|
}
|
|
2562
|
-
return (u, m) => (d(), p("div",
|
|
2562
|
+
return (u, m) => (d(), p("div", ud, [y($(Fa), { placement: e.placement, "popper-class": "emoji-popover", width: 250, trigger: "click", onBeforeEnter: h }, { reference: v(() => [r("div", Cd, [u.$slots.default ? L(u.$slots, "default", { key: 1 }, void 0, !0) : (d(), p("div", wd, [y($(Gc)), m[0] || (m[0] = r("span", null, "表情", -1))]))])]), default: v(() => [r("div", md, [(d(!0), p(F, null, B($(c), (f, g) => (d(), p("label", { key: g, class: N(l.value == g ? "active" : ""), onClick: (w) => (function(x) {
|
|
2563
2563
|
switch (l.value = x, x) {
|
|
2564
2564
|
case 0:
|
|
2565
2565
|
a.value = 0;
|
|
@@ -2567,133 +2567,145 @@ const Ac = { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmln
|
|
|
2567
2567
|
case 1:
|
|
2568
2568
|
a.value = -50, i.value[1] = n[1];
|
|
2569
2569
|
}
|
|
2570
|
-
})(g) }, [r("img", { src: f, alt: "" }, null, 8,
|
|
2571
|
-
} }), [["__scopeId", "data-v-2fb59975"]]),
|
|
2572
|
-
const l = e, a =
|
|
2573
|
-
function
|
|
2574
|
-
|
|
2575
|
-
h.value && (h.value.innerHTML = "", a.value = h.value.innerHTML, n.value = !1), g.value.length = 0,
|
|
2570
|
+
})(g) }, [r("img", { src: f, alt: "" }, null, 8, fd)], 10, gd))), 128))]), r("div", vd, [r("div", { class: "emjio-container", style: z({ transform: `translateX(${a.value}%)` }) }, [(d(!0), p(F, null, B(i.value, (f, g) => (d(), p("div", { key: g, class: "emoji-wrapper" }, [y($(Ma), null, { default: v(() => [r("div", yd, [(d(!0), p(F, null, B(f, (w, x) => (d(), p("span", { key: x, class: "emoji-item", onClick: (b) => u.$emit("addEmoji", x) }, [y($(Ea), { src: w, title: String(x), class: "emoji", style: { width: "24px", height: "24px", margin: "5px" }, lazy: "" }, null, 8, ["src", "title"])], 8, bd))), 128))])]), _: 2 }, 1024)]))), 128))], 4)])]), _: 3 }, 8, ["placement"])]));
|
|
2571
|
+
} }), [["__scopeId", "data-v-2fb59975"]]), xd = { class: "cv-comment-editor" }, Sd = ["placeholder", "innerHTML"], Vd = ["src"], _d = ["onClick"], Id = { key: 0, class: "cv-comment-editor__action" }, Td = { __name: "input-box", props: { placeholder: "", contentBtn: "", parentId: "", reply: "" }, emits: ["hide", "close"], setup(e, { expose: t, emit: o }) {
|
|
2572
|
+
const l = e, a = E(""), i = E(), n = E(!1), c = E(!1), h = E(), u = E(!0), m = E(), f = E(), g = E([]), w = E([]), x = Po({ imgLength: 0 }), b = 64, _ = E(), I = E(!1), A = E(), P = G(() => b + "px"), q = G(() => "8px 12px"), W = o, { upload: se, submit: we, focus: Ve } = ae("InjectInputBox"), Ae = ae("InjectionEmojiApi");
|
|
2573
|
+
function Wa() {
|
|
2574
|
+
we({ content: l.reply ? `回复 <span style="color: var(--cv-color-success-dark-2);">@${l.reply.user.username}:</span> ${a.value}` : a.value, parentId: Ee(l.parentId, null), reply: l.reply, files: w.value, clear: () => {
|
|
2575
|
+
h.value && (h.value.innerHTML = "", a.value = h.value.innerHTML, n.value = !1), g.value.length = 0, w.value = [], u.value = !0, W("close");
|
|
2576
2576
|
} });
|
|
2577
2577
|
}
|
|
2578
|
-
function
|
|
2579
|
-
$e(a.value) && !x.imgLength && (c.value = !1,
|
|
2578
|
+
function Jl(K) {
|
|
2579
|
+
$e(a.value) && !x.imgLength && (c.value = !1, W("hide", K));
|
|
2580
2580
|
}
|
|
2581
|
-
function
|
|
2582
|
-
I.value = !0, n.value = !0, c.value = !0,
|
|
2581
|
+
function en(K) {
|
|
2582
|
+
I.value = !0, n.value = !0, c.value = !0, Be(() => {
|
|
2583
2583
|
m.value = document.querySelector("div[id^='el-popper-container']");
|
|
2584
|
-
}),
|
|
2584
|
+
}), Ve();
|
|
2585
2585
|
}
|
|
2586
|
-
function
|
|
2586
|
+
function tn(K) {
|
|
2587
2587
|
_.value = window.getSelection()?.getRangeAt(0), h.value?.innerHTML || (n.value = !1), I.value = !1;
|
|
2588
2588
|
}
|
|
2589
|
-
function
|
|
2590
|
-
const { innerHTML:
|
|
2591
|
-
a.value =
|
|
2589
|
+
function on(K) {
|
|
2590
|
+
const { innerHTML: R } = K?.target || K;
|
|
2591
|
+
a.value = R || "", $e(a.value.replace(/ |<br>| /g, "")) ? u.value = !0 : u.value = !1;
|
|
2592
2592
|
}
|
|
2593
|
-
function
|
|
2594
|
-
|
|
2593
|
+
function Ya() {
|
|
2594
|
+
Be(() => {
|
|
2595
2595
|
h.value?.focus();
|
|
2596
2596
|
});
|
|
2597
2597
|
}
|
|
2598
|
-
function
|
|
2599
|
-
K.ctrlKey && K.key == "Enter" && ($e(a.value.replace(/ |<br>| /g, "")) ?
|
|
2598
|
+
function an(K) {
|
|
2599
|
+
K.ctrlKey && K.key == "Enter" && ($e(a.value.replace(/ |<br>| /g, "")) ? X({ message: "内容不能为空", type: "info" }) : Wa());
|
|
2600
2600
|
}
|
|
2601
|
-
function
|
|
2602
|
-
g.value.length = 0,
|
|
2603
|
-
const
|
|
2604
|
-
if (x.imgLength =
|
|
2605
|
-
let _e =
|
|
2606
|
-
|
|
2601
|
+
function ln(K) {
|
|
2602
|
+
g.value.length = 0, w.value.length = 0;
|
|
2603
|
+
const R = f.value?.files;
|
|
2604
|
+
if (x.imgLength = Ee(R?.length, 0), R) for (let ee = 0; ee < R.length; ee++) {
|
|
2605
|
+
let _e = R[ee].name, ke = Is(R[ee]);
|
|
2606
|
+
w.value.push(R[ee]), _s(_e) ? g.value.push(ke) : X({ type: "warn", message: "请选择图片类型文件!", duration: 2500 });
|
|
2607
2607
|
}
|
|
2608
2608
|
}
|
|
2609
|
-
return
|
|
2609
|
+
return te(() => a.value, (K) => {
|
|
2610
2610
|
I.value || (i.value = K);
|
|
2611
2611
|
}), ze(() => {
|
|
2612
2612
|
h.value?.addEventListener("keyup", (K) => {
|
|
2613
|
-
const
|
|
2614
|
-
|
|
2613
|
+
const R = K.target;
|
|
2614
|
+
R.innerHTML == "<br>" && (R.innerHTML = "");
|
|
2615
2615
|
});
|
|
2616
|
-
}), t({ focus: () =>
|
|
2617
|
-
return
|
|
2618
|
-
var
|
|
2619
|
-
} }, [y($(
|
|
2616
|
+
}), t({ focus: () => Ya() }), (K, R) => M((d(), p("div", xd, [r("div", { class: N(["cv-comment-editor__box", { active: n.value, "input-active": c.value }]) }, [r("div", { ref_key: "editorRef", ref: h, class: "rich-input", contenteditable: "true", placeholder: l.placeholder, onFocus: en, onInput: on, onBlur: tn, onKeydown: Oe(an, ["enter"]), innerHTML: i.value, style: z({ minHeight: P.value, padding: q.value }) }, null, 44, Sd), r("div", { ref_key: "imageRef", ref: A, class: "image-preview-box" }, [(d(!0), p(F, null, B(g.value, (ee, _e) => (d(), p("div", { key: _e, class: "image-preview" }, [r("img", { src: ee, alt: "" }, null, 8, Vd), r("div", { class: "clean-btn", onClick: (ke) => {
|
|
2617
|
+
return Xa = _e, void g?.value?.splice(Xa, 1);
|
|
2618
|
+
var Xa;
|
|
2619
|
+
} }, [y($(qc))], 8, _d)]))), 128))], 512)], 2), y(kn, { name: "fade" }, { default: v(() => [c.value ? (d(), p("div", Id, [r("div", null, [y(kd, { emoji: $(Ae), onAddEmoji: R[0] || (R[0] = (ee) => (function(_e) {
|
|
2620
2620
|
let ke = window.getSelection();
|
|
2621
|
-
ke && (ke.removeAllRanges(), _.value || (
|
|
2622
|
-
})(
|
|
2623
|
-
} },
|
|
2624
|
-
|
|
2621
|
+
ke && (ke.removeAllRanges(), _.value || (Ya(), _.value = ke.getRangeAt(0)), _.value.deleteContents(), _.value.insertNode(_.value.createContextualFragment(_e)), _.value.collapse(!1), ke.addRange(_.value), a.value = h?.value?.innerHTML || "", $e(a.value.replace(/ |<br>| /g, "")) ? u.value = !0 : u.value = !1);
|
|
2622
|
+
})(ee)) }, null, 8, ["emoji"]), r("div", { class: "picture", onClick: R[1] || (R[1] = (...ee) => f.value?.click && f.value?.click(...ee)) }, [y($(ed)), R[2] || (R[2] = r("span", null, "图片", -1)), r("input", { id: "comment-upload", ref_key: "inputRef", ref: f, type: "file", multiple: "", onChange: ln }, null, 544)])]), r("div", null, [R[3] || (R[3] = r("span", { style: { "margin-right": "10px" } }, [D(" 文明上网理性发言,请遵守 "), r("a", { href: "###", target: "_blank" }, "《新闻评论服务协议》")], -1)), y($(Fe), { type: "primary", disabled: u.value, onClick: Wa }, { default: v(() => [D(T(l.contentBtn), 1)]), _: 1 }, 8, ["disabled"])])])) : k("", !0)]), _: 1 })])), [[$(fn), Jl, m.value]]);
|
|
2623
|
+
} }, jl = S(Td, [["__scopeId", "data-v-e3fd437e"]]), Dd = { class: "u-fold" }, Ld = { class: "action-box select-none" }, $d = S(Object.assign({ name: "UFold" }, { __name: "fold", props: { line: { type: [Number, String], default: 5 } }, setup(e) {
|
|
2624
|
+
Ba((c) => ({ v15491e60: o.value }));
|
|
2625
2625
|
const t = e, o = G(() => {
|
|
2626
2626
|
let c = Math.trunc(Number(t.line));
|
|
2627
2627
|
return c > 0 ? c : 1;
|
|
2628
|
-
}), l =
|
|
2628
|
+
}), l = E(!0), a = E(!1), i = E();
|
|
2629
2629
|
let n;
|
|
2630
2630
|
return ze(() => {
|
|
2631
2631
|
n = new ResizeObserver((c) => {
|
|
2632
2632
|
l.value && i.value && (a.value = i.value.offsetHeight < i.value.scrollHeight);
|
|
2633
2633
|
}), n.observe(i.value);
|
|
2634
|
-
}),
|
|
2634
|
+
}), xn(() => {
|
|
2635
2635
|
n.disconnect();
|
|
2636
|
-
}), (c, h) => (d(), p("div",
|
|
2637
|
-
} }), [["__scopeId", "data-v-94334818"]]),
|
|
2638
|
-
const t =
|
|
2639
|
-
return (i, n) => $(l).card ? (d(), V($(
|
|
2640
|
-
} };
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
}
|
|
2644
|
-
const Ha = typeof window < "u" && typeof document < "u";
|
|
2645
|
-
const Vd = Object.prototype.toString;
|
|
2646
|
-
function Xo(e) {
|
|
2636
|
+
}), (c, h) => (d(), p("div", Dd, [r("div", { class: N(["txt-box", { "over-hidden": l.value }]) }, [r("div", { ref_key: "divBox", ref: i }, [L(c.$slots, "default", {}, void 0, !0)], 512)], 2), r("div", Ld, [a.value && c.unfold ? (d(), p("div", { key: 0, class: "expand-btn", onClick: h[0] || (h[0] = (u) => l.value = !l.value) }, T(l.value ? "展开" : "收起"), 1)) : k("", !0)])]));
|
|
2637
|
+
} }), [["__scopeId", "data-v-94334818"]]), li = { __name: "user-card", props: { uid: "" }, setup(e) {
|
|
2638
|
+
const t = E({}), { showInfo: o } = ae("InjectContentBox"), l = ae("InjectSlots"), a = () => Na("div", l.card(t.value));
|
|
2639
|
+
return (i, n) => $(l).card ? (d(), V($(Fa), { key: 0, placement: "top", width: 300, "show-after": 300, onBeforeEnter: n[0] || (n[0] = () => $(o)(e.uid, (c) => t.value = c)) }, { reference: v(() => [L(i.$slots, "default")]), default: v(() => [y(a)]), _: 3 })) : L(i.$slots, "default", { key: 1 });
|
|
2640
|
+
} }, Pa = typeof window < "u" && typeof document < "u";
|
|
2641
|
+
const Od = Object.prototype.toString;
|
|
2642
|
+
function qo(e) {
|
|
2647
2643
|
return Array.isArray(e) ? e : [e];
|
|
2648
2644
|
}
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2645
|
+
function Fd(e, t, o = {}) {
|
|
2646
|
+
const { immediate: l = !0, immediateCallback: a = !1 } = o, i = ie(!1);
|
|
2647
|
+
let n;
|
|
2648
|
+
function c() {
|
|
2649
|
+
n && (clearTimeout(n), n = void 0);
|
|
2650
|
+
}
|
|
2651
|
+
function h() {
|
|
2652
|
+
i.value = !1, c();
|
|
2653
|
+
}
|
|
2654
|
+
function u(...g) {
|
|
2655
|
+
a && e(), c(), i.value = !0, n = setTimeout(() => {
|
|
2656
|
+
i.value = !1, n = void 0, e(...g);
|
|
2657
|
+
}, Le(t));
|
|
2658
|
+
}
|
|
2659
|
+
var m, f;
|
|
2660
|
+
return l && (i.value = !0, Pa && u()), m = h, Vn() && _n(m, f), { isPending: Sn(i), start: u, stop: h };
|
|
2661
|
+
}
|
|
2662
|
+
const Md = Pa ? window : void 0, Rl = Pa ? window.navigator : void 0;
|
|
2663
|
+
function Ul(...e) {
|
|
2664
|
+
const t = G(() => {
|
|
2665
|
+
const a = qo(Le(e[0])).filter((i) => i != null);
|
|
2666
|
+
return a.every((i) => typeof i != "string") ? a : void 0;
|
|
2667
|
+
});
|
|
2668
|
+
return o = ([a, i, n, c], h, u) => {
|
|
2669
|
+
if (!a?.length || !i?.length || !n?.length) return;
|
|
2670
|
+
const m = (f = c, Od.call(f) === "[object Object]" ? { ...c } : c);
|
|
2671
|
+
var f;
|
|
2672
|
+
const g = a.flatMap((w) => i.flatMap((x) => n.map((b) => ((_, I, A, P) => (_.addEventListener(I, A, P), () => _.removeEventListener(I, A, P)))(w, x, b, m))));
|
|
2673
|
+
u(() => {
|
|
2674
|
+
g.forEach((w) => w());
|
|
2675
|
+
});
|
|
2676
|
+
}, l = { flush: "post" }, te(() => {
|
|
2677
|
+
var a, i;
|
|
2678
|
+
return [(a = (i = t.value) === null || i === void 0 ? void 0 : i.map((n) => (function(c) {
|
|
2679
|
+
var h;
|
|
2680
|
+
const u = Le(c);
|
|
2681
|
+
return (h = u?.$el) !== null && h !== void 0 ? h : u;
|
|
2682
|
+
})(n))) !== null && a !== void 0 ? a : [Md].filter((n) => n != null), qo(Le(t.value ? e[1] : e[0])), qo($(t.value ? e[2] : e[1])), Le(t.value ? e[3] : e[2])];
|
|
2683
|
+
}, o, { ...l, immediate: !0 });
|
|
2684
|
+
var o, l;
|
|
2673
2685
|
}
|
|
2674
|
-
function
|
|
2686
|
+
function Wl(e) {
|
|
2675
2687
|
const t = (function() {
|
|
2676
|
-
const o =
|
|
2688
|
+
const o = ie(!1), l = In();
|
|
2677
2689
|
return l && ze(() => {
|
|
2678
2690
|
o.value = !0;
|
|
2679
2691
|
}, l), o;
|
|
2680
2692
|
})();
|
|
2681
2693
|
return G(() => (t.value, !!e()));
|
|
2682
2694
|
}
|
|
2683
|
-
function
|
|
2684
|
-
const { controls: o = !1, navigator: l =
|
|
2695
|
+
function ni(e, t = {}) {
|
|
2696
|
+
const { controls: o = !1, navigator: l = Rl } = t, a = Wl(() => l && "permissions" in l), i = ie(), n = typeof e == "string" ? { name: e } : e, c = ie(), h = () => {
|
|
2685
2697
|
var m, f;
|
|
2686
2698
|
c.value = (m = (f = i.value) === null || f === void 0 ? void 0 : f.state) !== null && m !== void 0 ? m : "prompt";
|
|
2687
2699
|
};
|
|
2688
|
-
|
|
2700
|
+
Ul(i, "change", h, { passive: !0 });
|
|
2689
2701
|
const u = (function(m) {
|
|
2690
2702
|
let f;
|
|
2691
2703
|
function g() {
|
|
2692
2704
|
return f || (f = m()), f;
|
|
2693
2705
|
}
|
|
2694
2706
|
return g.reset = async () => {
|
|
2695
|
-
const
|
|
2696
|
-
f = void 0,
|
|
2707
|
+
const w = f;
|
|
2708
|
+
f = void 0, w && await w;
|
|
2697
2709
|
}, g;
|
|
2698
2710
|
})(async () => {
|
|
2699
2711
|
if (a.value) {
|
|
@@ -2704,33 +2716,18 @@ function oi(e, t = {}) {
|
|
|
2704
2716
|
} finally {
|
|
2705
2717
|
h();
|
|
2706
2718
|
}
|
|
2707
|
-
return o ?
|
|
2719
|
+
return o ? Fl(i.value) : void 0;
|
|
2708
2720
|
}
|
|
2709
2721
|
});
|
|
2710
2722
|
return u(), o ? { state: c, isSupported: a, query: u } : c;
|
|
2711
2723
|
}
|
|
2712
|
-
function
|
|
2713
|
-
const { navigator: t =
|
|
2714
|
-
|
|
2715
|
-
let R;
|
|
2716
|
-
function Y() {
|
|
2717
|
-
R && (clearTimeout(R), R = void 0);
|
|
2718
|
-
}
|
|
2719
|
-
function ee() {
|
|
2720
|
-
A.value = !1, Y();
|
|
2721
|
-
}
|
|
2722
|
-
function oe(...re) {
|
|
2723
|
-
E && x(), Y(), A.value = !0, R = setTimeout(() => {
|
|
2724
|
-
A.value = !1, R = void 0, x(...re);
|
|
2725
|
-
}, Le(b));
|
|
2726
|
-
}
|
|
2727
|
-
return I && (A.value = !0, Ha && oe()), Bl(ee), { isPending: yn(A), start: oe, stop: ee };
|
|
2728
|
-
})(() => f.value = !1, a, { immediate: !1 });
|
|
2729
|
-
function k(x) {
|
|
2724
|
+
function Ed(e = {}) {
|
|
2725
|
+
const { navigator: t = Rl, read: o = !1, source: l, copiedDuring: a = 1500, legacy: i = !1 } = e, n = Wl(() => t && "clipboard" in t), c = ni("clipboard-read"), h = ni("clipboard-write"), u = G(() => n.value || i), m = ie(""), f = ie(!1), g = Fd(() => f.value = !1, a, { immediate: !1 });
|
|
2726
|
+
function w(x) {
|
|
2730
2727
|
return x === "granted" || x === "prompt";
|
|
2731
2728
|
}
|
|
2732
|
-
return u.value && o &&
|
|
2733
|
-
let x = !(n.value &&
|
|
2729
|
+
return u.value && o && Ul(["copy", "cut"], async function() {
|
|
2730
|
+
let x = !(n.value && w(c.value));
|
|
2734
2731
|
if (!x) try {
|
|
2735
2732
|
m.value = await t.clipboard.readText();
|
|
2736
2733
|
} catch {
|
|
@@ -2738,9 +2735,9 @@ function Id(e = {}) {
|
|
|
2738
2735
|
}
|
|
2739
2736
|
var b, _, I;
|
|
2740
2737
|
x && (m.value = (b = (_ = document) === null || _ === void 0 || (I = _.getSelection) === null || I === void 0 || (I = I.call(_)) === null || I === void 0 ? void 0 : I.toString()) !== null && b !== void 0 ? b : "");
|
|
2741
|
-
}, { passive: !0 }), { isSupported: u, text:
|
|
2738
|
+
}, { passive: !0 }), { isSupported: u, text: Za(m), copied: Za(f), copy: async function(x = Le(l)) {
|
|
2742
2739
|
if (u.value && x != null) {
|
|
2743
|
-
let b = !(n.value &&
|
|
2740
|
+
let b = !(n.value && w(h.value));
|
|
2744
2741
|
if (!b) try {
|
|
2745
2742
|
await t.clipboard.writeText(x);
|
|
2746
2743
|
} catch {
|
|
@@ -2748,42 +2745,42 @@ function Id(e = {}) {
|
|
|
2748
2745
|
}
|
|
2749
2746
|
b && (function(_) {
|
|
2750
2747
|
const I = document.createElement("textarea");
|
|
2751
|
-
I.value = _, I.style.position = "absolute", I.style.opacity = "0", document.body.appendChild(I), I.select(), document.execCommand("copy"), I.remove();
|
|
2748
|
+
I.value = _, I.style.position = "absolute", I.style.opacity = "0", I.setAttribute("readonly", ""), document.body.appendChild(I), I.select(), document.execCommand("copy"), I.remove();
|
|
2752
2749
|
})(x), m.value = x, f.value = !0, g.start();
|
|
2753
2750
|
}
|
|
2754
2751
|
} };
|
|
2755
2752
|
}
|
|
2756
|
-
const
|
|
2757
|
-
const { copy: t } =
|
|
2753
|
+
const Bd = { class: "comment-list-actbox__right" }, Nd = { class: "operation-warp" }, zd = { class: "dialog-footer" }, Ad = { __name: "comment-operate", props: { data: { type: [Object], default: () => ({}) } }, setup(e) {
|
|
2754
|
+
const { copy: t } = Ed(), o = E(!1), l = E({ report_type: "", report_content: "" }), a = e;
|
|
2758
2755
|
function i() {
|
|
2759
2756
|
let n = a.data || {};
|
|
2760
|
-
o.value = !1,
|
|
2757
|
+
o.value = !1, X({ type: "info", message: "举报成功: " + n.id });
|
|
2761
2758
|
}
|
|
2762
2759
|
return (n, c) => {
|
|
2763
|
-
const h = C("el-dropdown-item"), u = C("el-dropdown-menu"), m = C("el-dropdown"), f = C("el-radio"), g = C("el-radio-group"),
|
|
2764
|
-
return d(), p("div",
|
|
2765
|
-
let
|
|
2766
|
-
switch (
|
|
2760
|
+
const h = C("el-dropdown-item"), u = C("el-dropdown-menu"), m = C("el-dropdown"), f = C("el-radio"), g = C("el-radio-group"), w = C("el-form-item"), x = C("el-input"), b = C("el-form"), _ = C("el-button"), I = C("el-dialog");
|
|
2761
|
+
return d(), p("div", Bd, [y(m, { trigger: "click", onCommand: c[0] || (c[0] = (A) => (function(P) {
|
|
2762
|
+
let q = a.data || {};
|
|
2763
|
+
switch (P) {
|
|
2767
2764
|
case "remove":
|
|
2768
2765
|
setTimeout(() => {
|
|
2769
|
-
commentRef.value?.remove(
|
|
2766
|
+
commentRef.value?.remove(q);
|
|
2770
2767
|
}, 200);
|
|
2771
2768
|
break;
|
|
2772
2769
|
case "report":
|
|
2773
2770
|
o.value = !0;
|
|
2774
2771
|
break;
|
|
2775
2772
|
case "copy":
|
|
2776
|
-
t(
|
|
2773
|
+
t(q.content), X({ type: "info", message: "复制成功" });
|
|
2777
2774
|
}
|
|
2778
|
-
})(
|
|
2775
|
+
})(A)) }, { dropdown: v(() => [y(u, null, { default: v(() => [y(h, { command: "report" }, { default: v(() => [...c[5] || (c[5] = [D("举报", -1)])]), _: 1 }), y(h, { command: "remove" }, { default: v(() => [...c[6] || (c[6] = [D("删除", -1)])]), _: 1 }), y(h, { divided: "", command: "copy" }, { default: v(() => [...c[7] || (c[7] = [D("复制", -1)])]), _: 1 })]), _: 1 })]), default: v(() => [r("div", Nd, [y($(od))])]), _: 1 }), y(I, { title: "举报", modelValue: o.value, "onUpdate:modelValue": c[4] || (c[4] = (A) => o.value = A), width: "400px", style: { width: "90%", "max-width": "400px" } }, { footer: v(() => [r("span", zd, [y(_, { onClick: c[3] || (c[3] = (A) => o.value = !1) }, { default: v(() => [...c[13] || (c[13] = [D("取消", -1)])]), _: 1 }), y(_, { type: "primary", onClick: i }, { default: v(() => [...c[14] || (c[14] = [D("提交", -1)])]), _: 1 })])]), default: v(() => [y(b, { "label-position": "top" }, { default: v(() => [y(w, { label: "您为什么要举报此信息?" }, { default: v(() => [y(g, { modelValue: l.value.report_type, "onUpdate:modelValue": c[1] || (c[1] = (A) => l.value.report_type = A) }, { default: v(() => [y(f, { value: "色情淫秽" }, { default: v(() => [...c[8] || (c[8] = [D("色情淫秽", -1)])]), _: 1 }), y(f, { value: "骚扰谩骂" }, { default: v(() => [...c[9] || (c[9] = [D("骚扰谩骂", -1)])]), _: 1 }), y(f, { value: "广告欺诈" }, { default: v(() => [...c[10] || (c[10] = [D("广告欺诈", -1)])]), _: 1 }), y(f, { value: "反动" }, { default: v(() => [...c[11] || (c[11] = [D("反动", -1)])]), _: 1 }), y(f, { value: "其他" }, { default: v(() => [...c[12] || (c[12] = [D("其他", -1)])]), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), y(w, { label: "举报说明(可选):" }, { default: v(() => [y(x, { type: "textarea", modelValue: l.value.report_content, "onUpdate:modelValue": c[2] || (c[2] = (A) => l.value.report_content = A), maxlength: "200", placeholder: "描述恶意行为", rows: "3" }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 })]), _: 1 }, 8, ["modelValue"])]);
|
|
2779
2776
|
};
|
|
2780
|
-
} },
|
|
2781
|
-
const t = e, o =
|
|
2777
|
+
} }, Hd = { class: "comment-sub" }, Pd = ["href"], jd = { class: "comment-primary" }, Rd = { class: "comment-main" }, Ud = { key: 1, class: "user-info" }, Wd = ["href"], Yd = { class: "username" }, Xd = { class: "name", style: { "max-width": "10em" } }, qd = { blank: "true", class: "rank" }, Kd = ["innerHTML"], Gd = { class: "address", style: { color: "#939393", "font-size": "12px" } }, Zd = { class: "time" }, Qd = { class: "content" }, Jd = ["innerHTML"], eh = { class: "imgbox", style: { display: "flex" } }, th = { class: "comment-list-actbox select-none" }, oh = { class: "comment-list-actbox__left" }, ah = { key: 2 }, ih = { class: "comment-list-actbox__right" }, lh = { key: 2 }, Yl = S({ __name: "content-box", props: { reply: { type: [Boolean], default: !1 }, data: { type: [Object], default: () => ({}) }, id: { type: [String], default: "" } }, setup(e) {
|
|
2778
|
+
const t = e, o = Po({ active: !1 }), l = E(), a = E(), i = G(() => {
|
|
2782
2779
|
let _ = t.data.contentImg;
|
|
2783
2780
|
return $e(_) ? [] : _?.split("||");
|
|
2784
|
-
}), { allEmoji: n } =
|
|
2781
|
+
}), { allEmoji: n } = ae("InjectionEmojiApi"), { like: c, user: h, relativeTime: u } = ae("InjectContentBox");
|
|
2785
2782
|
function m() {
|
|
2786
|
-
o.active = !o.active, o.active &&
|
|
2783
|
+
o.active = !o.active, o.active && Be(() => {
|
|
2787
2784
|
l.value?.focus();
|
|
2788
2785
|
});
|
|
2789
2786
|
}
|
|
@@ -2791,9 +2788,9 @@ const Td = { class: "comment-list-actbox__right" }, Dd = { class: "operation-war
|
|
|
2791
2788
|
const I = _.target;
|
|
2792
2789
|
a.value?.contains(I) || (o.active = !1);
|
|
2793
2790
|
}
|
|
2794
|
-
const g =
|
|
2795
|
-
const
|
|
2796
|
-
return
|
|
2791
|
+
const g = ae("InjectSlots"), w = () => Na("div", g.info(t.data)), x = G(() => ((_, I) => I.replace(/\[.+?\]/g, (A) => {
|
|
2792
|
+
const P = _[A];
|
|
2793
|
+
return P ? ['<img src="', P, '" width="20" height="20" alt="', A, '" title="', A, '" style="margin: 0 1px; vertical-align: text-bottom"', "/>"].join("") : A;
|
|
2797
2794
|
}))(n, t.data.content)), b = (_) => {
|
|
2798
2795
|
switch (_) {
|
|
2799
2796
|
case 1:
|
|
@@ -2812,92 +2809,92 @@ const Td = { class: "comment-list-actbox__right" }, Dd = { class: "operation-war
|
|
|
2812
2809
|
return "";
|
|
2813
2810
|
}
|
|
2814
2811
|
};
|
|
2815
|
-
return (_, I) => (d(), p("div", { class:
|
|
2816
|
-
} }, [["__scopeId", "data-v-cfe79df7"]]),
|
|
2817
|
-
const t = e, o =
|
|
2812
|
+
return (_, I) => (d(), p("div", { class: N(["comment", { reply: t.reply }]) }, [r("div", Hd, [y(li, { uid: $(xe)(e.data.uid) }, { default: v(() => [r("a", { href: e.data.user.homeLink, target: "_blank", class: "no-underline", style: { display: "block" } }, [y($(Dl), { style: { "margin-top": "5px" }, size: 40, fit: "cover", src: e.data.user.avatar }, { default: v(() => [...I[2] || (I[2] = [r("img", { src: "https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png" }, null, -1)])]), _: 1 }, 8, ["src"])], 8, Pd)]), _: 1 }, 8, ["uid"])]), r("div", jd, [r("div", Rd, [$(g).info ? (d(), V(w, { key: 0 })) : (d(), p("div", Ud, [y(li, { uid: $(xe)(e.data.uid) }, { default: v(() => [r("a", { href: e.data.user.homeLink, target: "_blank", class: "no-underline", style: { display: "block" } }, [r("div", Yd, [r("span", Xd, T(e.data.user.username), 1), r("span", qd, [r("i", { class: "comment-common-icon", style: { "font-size": "24px" }, innerHTML: b(e.data.user.level) }, null, 8, Kd)])])], 8, Wd)]), _: 1 }, 8, ["uid"]), r("span", Gd, " " + T(e.data.address), 1), r("time", Zd, T($(u) ? $(Vs)(e.data.createTime) : e.data.createTime), 1)])), r("div", Qd, [y($d, { unfold: "" }, { default: v(() => [r("div", { innerHTML: x.value }, null, 8, Jd), r("div", eh, [(d(!0), p(F, null, B(i.value, (A, P) => (d(), V($(Ea), { key: P, src: A, style: { height: "72px", padding: "8px 4px" }, lazy: "", "preview-src-list": i.value, "initial-index": P }, null, 8, ["src", "preview-src-list", "initial-index"]))), 128))])]), _: 1 })]), r("div", th, [r("div", oh, [r("div", { "data-tip": "点赞", class: "item", onClick: I[0] || (I[0] = (A) => $(c)($(xe)(e.data.id))) }, [$(h).likeIds.map(String).indexOf($(xe)(e.data.id)) == -1 ? (d(), V($(nd), { key: 0 })) : (d(), V($(id), { key: 1 })), e.data.likes != 0 ? (d(), p("span", ah, T(e.data.likes), 1)) : k("", !0)]), r("div", { "data-tip": "回复", ref_key: "btnRef", ref: a, class: N(["item", { active: o.active }]), onClick: m }, [y($(pd)), r("span", null, T(o.active ? "取消回复" : "回复"), 1)], 2)]), r("div", ih, [L(_.$slots, "operate", {}, () => [y(Ad, { data: t.data }, null, 8, ["data"])], !0)])]), o.active ? (d(), p("div", lh, [y(jl, { ref_key: "commentRef", ref: l, "parent-id": $(xe)(e.id), placeholder: `回复 @${e.data.user.username}...`, reply: e.data, "content-btn": "发布", style: { "margin-top": "12px" }, onHide: f, onClose: I[1] || (I[1] = (A) => o.active = !1) }, null, 8, ["parent-id", "placeholder", "reply"])])) : k("", !0)]), L(_.$slots, "default", {}, void 0, !0)])], 2));
|
|
2813
|
+
} }, [["__scopeId", "data-v-cfe79df7"]]), nh = { key: 0, class: "reply-box" }, sh = { class: "reply-list" }, rh = { key: 0, class: "fetch-more" }, ch = { key: 0 }, dh = { key: 1 }, hh = { key: 0 }, ph = { key: 1, class: "fetch-more" }, uh = S({ __name: "reply-box", props: { data: { type: [Array, Object], default: () => null }, id: { type: [String], default: "" } }, setup(e) {
|
|
2814
|
+
const t = e, o = Po({ loading: !1, over: !1, pageNum: 1, pageSize: 5 }), { replyPage: l, replyShowSize: a, comments: i, page: n } = ae("InjectReplyBox"), c = G(() => {
|
|
2818
2815
|
let g = { total: 0, length: 0, list: [] };
|
|
2819
2816
|
if (t.data) {
|
|
2820
|
-
let
|
|
2821
|
-
g = { total: t.data.total, length:
|
|
2817
|
+
let w = t.data.list.length;
|
|
2818
|
+
g = { total: t.data.total, length: w, list: t.data.list };
|
|
2822
2819
|
}
|
|
2823
2820
|
if (!o.over) {
|
|
2824
|
-
let
|
|
2825
|
-
g.list =
|
|
2821
|
+
let w = g.list.slice(0, a);
|
|
2822
|
+
g.list = w;
|
|
2826
2823
|
}
|
|
2827
2824
|
return n && (g.list = g.list.slice(0, 5)), g;
|
|
2828
2825
|
}), h = () => {
|
|
2829
2826
|
o.over = !0;
|
|
2830
2827
|
}, u = (g) => {
|
|
2831
|
-
i.value.forEach((
|
|
2832
|
-
|
|
2828
|
+
i.value.forEach((w) => {
|
|
2829
|
+
w.id == t.id && w.reply && (w.reply = g);
|
|
2833
2830
|
});
|
|
2834
2831
|
}, m = (g) => {
|
|
2835
|
-
o.pageNum = g, l(t.id, g, o.pageSize, (
|
|
2832
|
+
o.pageNum = g, l(t.id, g, o.pageSize, (w) => u(w));
|
|
2836
2833
|
}, f = (g) => {
|
|
2837
|
-
o.pageSize = g, l(t.id, o.pageNum, g, (
|
|
2834
|
+
o.pageSize = g, l(t.id, o.pageNum, g, (w) => u(w));
|
|
2838
2835
|
};
|
|
2839
|
-
return (g,
|
|
2840
|
-
} }, [["__scopeId", "data-v-16e0a50b"]]),
|
|
2841
|
-
const l = e, { user: a, comments: i, showSize: n, replyShowSize: c, total: h } =
|
|
2842
|
-
u("submit", { content: g, parentId:
|
|
2843
|
-
if (_(),
|
|
2844
|
-
let
|
|
2845
|
-
if (
|
|
2846
|
-
let
|
|
2847
|
-
|
|
2836
|
+
return (g, w) => c.value.length > 0 ? (d(), p("div", nh, [r("div", sh, [(d(!0), p(F, null, B(c.value.list, (x, b) => (d(), V(Yl, { id: e.id, key: b, data: x, reply: "" }, null, 8, ["id", "data"]))), 128)), c.value.length > $(a) ? (d(), p("div", rh, [o.loading ? (d(), p("span", ch, "加载中...")) : (d(), p("div", dh, [o.over ? k("", !0) : (d(), p("div", hh, [D(" 共" + T(c.value.total) + "条回复, ", 1), r("span", { class: "fetch-more-comment select-none", onClick: h }, [w[0] || (w[0] = D(" 点击查看 ", -1)), y($(rd))])]))]))])) : k("", !0), o.over && $(n) ? (d(), p("div", ph, [y($(vn), { small: "", "hide-on-single-page": "", layout: "total, prev, pager, next", total: c.value.total, "page-size": o.pageSize, onCurrentChange: m, onSizeChange: f }, null, 8, ["total", "page-size"])])) : k("", !0)])])) : k("", !0);
|
|
2837
|
+
} }, [["__scopeId", "data-v-16e0a50b"]]), mh = { key: 0, class: "comment-list" }, gh = { __name: "comment-list", props: { data: { type: [Array, Object], default: () => [] }, total: { type: [Number], default: 0 }, showSize: { type: [Number], default: 0 } }, setup: (e) => (t, o) => e.data ? (d(), p("div", mh, [(d(!0), p(F, null, B(e.data, (l, a) => (d(), V(Yl, { id: $(xe)(l.id), key: a, data: l }, { default: v(() => [y(uh, { id: $(xe)(l.id), data: l.reply }, null, 8, ["id", "data"])]), _: 2 }, 1032, ["id", "data"]))), 128))])) : k("", !0) }, fh = { class: "cv-comment-base" }, vh = { class: "cv-comment-form" }, yh = { class: "cv-comment-form__content" }, bh = { class: "cv-comment-form__avatar" }, Ch = { class: "cv-comment-list-wrapper" }, ko = Object.assign({ name: "cvCommentBase" }, { __name: "comment", props: { config: {}, page: !1, upload: !1, relativeTime: !1 }, emits: ["submit", "like", "replyPage", "showInfo", "focus"], setup(e, { expose: t, emit: o }) {
|
|
2838
|
+
const l = e, { user: a, comments: i, showSize: n, replyShowSize: c, total: h } = Tn(l.config), u = o, m = { upload: l.upload, submit: ({ content: g, parentId: w, reply: x, files: b, clear: _ }) => {
|
|
2839
|
+
u("submit", { content: g, parentId: w, reply: x, files: b, finish: (I) => {
|
|
2840
|
+
if (_(), w) {
|
|
2841
|
+
let A = i.value.find((P) => P.id == w);
|
|
2842
|
+
if (A) {
|
|
2843
|
+
let P = A.reply;
|
|
2844
|
+
P ? (P.list.unshift(I), P.total++) : A.reply = { total: 1, list: [I] };
|
|
2848
2845
|
}
|
|
2849
2846
|
} else i.value.unshift(I);
|
|
2850
2847
|
} });
|
|
2851
2848
|
}, focus: () => u("focus") };
|
|
2852
2849
|
Te("InjectInputBox", m);
|
|
2853
|
-
const f = (g,
|
|
2850
|
+
const f = (g, w) => {
|
|
2854
2851
|
let x = null;
|
|
2855
2852
|
i.value.forEach((b) => {
|
|
2856
|
-
x = b.id == g ? b : b.reply?.list.find((_) => _.id == g), x && (x.likes +=
|
|
2853
|
+
x = b.id == g ? b : b.reply?.list.find((_) => _.id == g), x && (x.likes += w);
|
|
2857
2854
|
});
|
|
2858
2855
|
};
|
|
2859
2856
|
return Te("InjectContentBox", { user: a, like: (g) => {
|
|
2860
|
-
const
|
|
2857
|
+
const w = l.config.user.likeIds;
|
|
2861
2858
|
u("like", g, () => {
|
|
2862
|
-
if (
|
|
2859
|
+
if (w.findIndex((x) => x == g) == -1) w.push(g), f(g, 1);
|
|
2863
2860
|
else {
|
|
2864
|
-
let x =
|
|
2865
|
-
x != -1 && (
|
|
2861
|
+
let x = w.findIndex((b) => b == g);
|
|
2862
|
+
x != -1 && (w.splice(x, 1), f(g, -1));
|
|
2866
2863
|
}
|
|
2867
2864
|
});
|
|
2868
|
-
}, relativeTime:
|
|
2869
|
-
u("replyPage", { parentId: g, pageNum:
|
|
2870
|
-
}, replyShowSize:
|
|
2871
|
-
const { parentId:
|
|
2872
|
-
if (
|
|
2873
|
-
let b = i.value.find((I) => I.id ==
|
|
2865
|
+
}, relativeTime: Ee(l.relativeTime, !1), showInfo: (g, w) => u("showInfo", g, w) }), Te("InjectReplyBox", { page: l.page, replyPage: (g, w, x, b) => {
|
|
2866
|
+
u("replyPage", { parentId: g, pageNum: w, pageSize: x, finish: b });
|
|
2867
|
+
}, replyShowSize: Ee(c, 3), comments: i }), Te("InjectionEmojiApi", l.config.emoji), Te("InjectSlots", Dn()), t({ remove: (g) => {
|
|
2868
|
+
const { parentId: w, id: x } = g;
|
|
2869
|
+
if (w) {
|
|
2870
|
+
let b = i.value.find((I) => I.id == w), _ = b?.reply;
|
|
2874
2871
|
if (_) {
|
|
2875
|
-
let I = _.list.findIndex((
|
|
2872
|
+
let I = _.list.findIndex((A) => A.id == x);
|
|
2876
2873
|
I != -1 && (_.list.splice(I, 1), _.total--);
|
|
2877
2874
|
}
|
|
2878
2875
|
} else {
|
|
2879
2876
|
let b = i.value.findIndex((_) => _.id == x);
|
|
2880
2877
|
b != -1 && i.value.splice(b, 1);
|
|
2881
2878
|
}
|
|
2882
|
-
} }), (g,
|
|
2879
|
+
} }), (g, w) => {
|
|
2883
2880
|
const x = C("el-avatar");
|
|
2884
|
-
return d(), p("div",
|
|
2881
|
+
return d(), p("div", fh, [r("div", vh, [w[1] || (w[1] = r("div", { class: "cv-comment-form__header" }, [r("span", { class: "cv-comment-form__hdtitle" }, "评论")], -1)), r("div", yh, [r("div", bh, [y(x, { size: 40, src: e.config.user.avatar }, { default: v(() => [...w[0] || (w[0] = [r("img", { src: "https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png" }, null, -1)])]), _: 1 }, 8, ["src"])]), y(jl, { placeholder: "输入评论(Enter换行,Ctrl + Enter发送)", "content-btn": "发表评论" })])]), L(g.$slots, "default", {}, () => [w[2] || (w[2] = r("div", { class: "title" }, "全部评论", -1))]), r("div", Ch, [y(gh, { data: $(i), total: $(h), "show-size": $(Ee)($(n), 5) }, null, 8, ["data", "total", "show-size"])])]);
|
|
2885
2882
|
};
|
|
2886
|
-
} }),
|
|
2887
|
-
const o = e, l =
|
|
2883
|
+
} }), wh = { class: "comment-scroll" }, kh = ["infinite-scroll-disabled"], xh = { class: "scroll-btn" }, Sh = { key: 1 }, Vh = { key: 2 }, xo = Object.assign({ name: "cvCommentScroll" }, { __name: "comment-scroll", props: { disable: { type: [Boolean], default: !1 }, show: { type: [Boolean], default: !1 } }, emits: ["more"], setup(e, { emit: t }) {
|
|
2884
|
+
const o = e, l = E(!1), a = E(!1), i = t, n = G(() => a.value && o.disable), c = G(() => !a.value || l.value || n.value), h = Ml(() => {
|
|
2888
2885
|
i("more"), l.value = !1;
|
|
2889
2886
|
}, 500), u = () => {
|
|
2890
2887
|
l.value = !0, h();
|
|
2891
2888
|
};
|
|
2892
2889
|
return (m, f) => {
|
|
2893
|
-
const g = C("el-link"),
|
|
2894
|
-
return d(), p("div",
|
|
2890
|
+
const g = C("el-link"), w = ne("infinite-scroll");
|
|
2891
|
+
return d(), p("div", wh, [M((d(), p("div", { "infinite-scroll-disabled": c.value, "infinite-scroll-distance": "2" }, [L(m.$slots, "default"), r("div", xh, [a.value ? k("", !0) : (d(), V(g, { key: 0, type: "primary", underline: "never", onClick: f[0] || (f[0] = (x) => a.value = !a.value) }, { default: v(() => [...f[1] || (f[1] = [D("加载更多", -1)])]), _: 1 })), l.value ? (d(), p("p", Sh, "加载中...")) : k("", !0), n.value ? (d(), p("p", Vh, "没有更多了")) : k("", !0)])], 8, kh)), [[w, u]])]);
|
|
2895
2892
|
};
|
|
2896
|
-
} }),
|
|
2893
|
+
} }), _h = { class: "cv-comment-nav-wrap" }, Ih = { class: "cv-comment-nav__sort" }, So = Object.assign({ name: "cvCommentNav" }, { __name: "comment-nav", props: { modelValue: !1 }, emits: ["update:modelValue", "sorted"], setup(e, { emit: t }) {
|
|
2897
2894
|
const o = e, l = t, a = G({ get: () => o.modelValue, set(i) {
|
|
2898
2895
|
l("update:modelValue", i), l("sorted", i);
|
|
2899
2896
|
} });
|
|
2900
|
-
return (i, n) => (d(), p("div",
|
|
2897
|
+
return (i, n) => (d(), p("div", _h, [n[4] || (n[4] = r("span", { class: "cv-comment-nav__title" }, "全部评论", -1)), r("div", Ih, [r("div", { class: N(["item select-none", { active: a.value }]), onClick: n[0] || (n[0] = (c) => a.value = !0) }, [y($(dd)), n[2] || (n[2] = D(" 最新 ", -1))], 2), r("div", { class: N(["item select-none", { active: !a.value }]), onClick: n[1] || (n[1] = (c) => a.value = !1) }, [y($(Qc)), n[3] || (n[3] = D(" 最热 ", -1))], 2)])]));
|
|
2901
2898
|
} });
|
|
2902
2899
|
ko.install = function(e) {
|
|
2903
2900
|
e.component(ko.name, ko);
|
|
@@ -2906,32 +2903,51 @@ ko.install = function(e) {
|
|
|
2906
2903
|
}, So.install = function(e) {
|
|
2907
2904
|
e.component(So.name, So);
|
|
2908
2905
|
};
|
|
2909
|
-
const
|
|
2910
|
-
return "svg" + this.type;
|
|
2911
|
-
}, style() {
|
|
2912
|
-
return { fontSize: isNaN(Number(this.size)) ? this.size + "px" : this.size, color: props.color };
|
|
2913
|
-
} }, created() {
|
|
2914
|
-
}, methods: {} }, wh = { key: 0, "aria-hidden": "true" }, kh = ["xlink:href"], Vo = S(Ch, [["render", function(e, t, o, l, a, i) {
|
|
2915
|
-
const n = C("el-icon");
|
|
2916
|
-
return d(), V(n, j(U(e.$props)), { default: v(() => [D(e.$slots, "default", {}, () => [(d(), V(Il(i.svgType)))]), o.name ? (d(), p("svg", wh, [r("use", { "xlink:href": o.name }, null, 8, kh)])) : w("", !0)]), _: 3 }, 16);
|
|
2917
|
-
}]]), xh = { name: "cvIcons", props: { ...kl.prop, type: { type: [String], default: "" }, size: { type: [String, Number], default: 12 }, name: { type: [String], default: "" } }, data: () => ({}), computed: { style() {
|
|
2906
|
+
const Th = { name: "cvIcons", props: { ...yn.prop, type: { type: [String], default: "" }, size: { type: [String, Number], default: 12 }, name: { type: [String], default: "" } }, data: () => ({}), computed: { style() {
|
|
2918
2907
|
return { fontSize: isNaN(Number(this.size)) ? this.size + "px" : this.size, color: props.color };
|
|
2919
2908
|
} }, created() {
|
|
2920
|
-
}, methods: {} },
|
|
2909
|
+
}, methods: {} }, Dh = { key: 0, "aria-hidden": "true" }, Lh = ["xlink:href"], Vo = S(Th, [["render", function(e, t, o, l, a, i) {
|
|
2921
2910
|
const n = C("el-icon");
|
|
2922
|
-
return d(), V(n, j(U(e.$props)), { default: v(() => [
|
|
2923
|
-
}]])
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
},
|
|
2911
|
+
return d(), V(n, j(U(e.$props)), { default: v(() => [L(e.$slots, "default", {}, () => [(d(), V(Ln(o.type)))]), o.name ? (d(), p("svg", Dh, [r("use", { "xlink:href": o.name }, null, 8, Lh)])) : k("", !0)]), _: 3 }, 16);
|
|
2912
|
+
}]]), Xl = { emits: ["click"], props: { name: { type: String, required: !0, validator: (e) => e.trim().length > 0 }, size: { type: [Number, String], default: 24 }, color: { type: String, default: "#333333" }, hoverColor: { type: String, default: "" }, hoverEffect: { type: Boolean, default: !1 } }, data: () => ({ iconType: "svg" }), computed: { maskIconUrl() {
|
|
2913
|
+
const e = "https://10ui.cn/icons";
|
|
2914
|
+
let t = this.name || "", o = "";
|
|
2915
|
+
if (t = t.replace(/([A-Z])/g, (l) => `-${l.toLowerCase()}`), t = t.replace(/^-|-$/g, ""), t = t.toLowerCase().trim(), /-filled$/.test(t)) {
|
|
2916
|
+
const l = t.slice(0, t.lastIndexOf("-filled"));
|
|
2917
|
+
l ? o = `${l.split("-").filter((a) => a.trim().length > 0).join("/")}-filled` : o = t;
|
|
2918
|
+
} else t.includes("-") ? o = t.split("-").filter((l) => l.trim().length > 0).join("/") : o = t;
|
|
2919
|
+
return (this.iconType?.toLowerCase() || "png") === "svg" ? `${e}/${o}.svg` : `${e}/png/${o}.png`;
|
|
2920
|
+
}, iconSize() {
|
|
2921
|
+
return typeof this.size == "string" && (this.size.includes("px") || this.size.includes("rpx")) ? this.size : `${parseFloat(this.size)}px`;
|
|
2922
|
+
}, iconStyle() {
|
|
2923
|
+
const e = { width: this.iconSize, height: this.iconSize, backgroundColor: this.color, WebkitMaskImage: `url(${this.maskIconUrl})`, maskImage: `url(${this.maskIconUrl})`, WebkitMaskSize: "contain", maskSize: "contain", WebkitMaskRepeat: "no-repeat", maskRepeat: "no-repeat", WebkitMaskPosition: "center", maskPosition: "center" };
|
|
2924
|
+
return this.hoverEffect && (e.transition = "background-color 0.2s ease"), e;
|
|
2925
|
+
} } }, ja = { name: "cvMaskSvg", mixins: [Xl] }, si = () => {
|
|
2926
|
+
Ba((e) => ({ v2042f27c: e.hoverColor }));
|
|
2927
|
+
}, ri = ja.setup;
|
|
2928
|
+
ja.setup = ri ? (e, t) => (si(), ri(e, t)) : si;
|
|
2929
|
+
const _o = S(ja, [["render", function(e, t, o, l, a, i) {
|
|
2930
|
+
return d(), p("div", { class: "cv-mask-icon", style: z(e.iconStyle), onTap: t[0] || (t[0] = (n) => e.$emit("click", n)) }, null, 36);
|
|
2931
|
+
}], ["__scopeId", "data-v-590b4b89"]]), Ra = { name: "cvMaskPng", mixins: [Xl], data: () => ({ iconType: "png" }) }, ci = () => {
|
|
2932
|
+
Ba((e) => ({ v6bb780e0: e.hoverColor }));
|
|
2933
|
+
}, di = Ra.setup;
|
|
2934
|
+
Ra.setup = di ? (e, t) => (ci(), di(e, t)) : ci;
|
|
2935
|
+
const Io = S(Ra, [["render", function(e, t, o, l, a, i) {
|
|
2936
|
+
return d(), p("div", { class: "cv-mask-icon", style: z(e.iconStyle), onTap: t[0] || (t[0] = (n) => e.$emit("click", n)) }, null, 36);
|
|
2937
|
+
}], ["__scopeId", "data-v-4f8ce869"]]);
|
|
2938
|
+
Vo.install = function(e) {
|
|
2927
2939
|
e.component(Vo.name, Vo);
|
|
2940
|
+
}, _o.install = function(e) {
|
|
2941
|
+
e.component(_o.name, _o);
|
|
2942
|
+
}, Io.install = function(e) {
|
|
2943
|
+
e.component(Io.name, Io);
|
|
2928
2944
|
};
|
|
2929
|
-
const
|
|
2930
|
-
const o = e, l =
|
|
2945
|
+
const $h = { class: "u-emoji" }, Oh = { class: "face-tooltip-head select-none" }, Fh = ["onClick"], Mh = ["src"], Eh = { class: "emoji-body select-none" }, Bh = { style: { padding: "0 5px" } }, Nh = ["onClick"], zh = { class: "emoji-btn select-none" }, Ah = { key: 0 }, Hh = S(Object.assign({ name: "cvEmoji" }, { __name: "emoji", props: { emoji: { faceList: [], emojiList: [], allEmoji: {} }, placement: "bottom" }, emits: ["addEmoji"], setup(e, { emit: t }) {
|
|
2946
|
+
const o = e, l = E(0), a = E(0), i = E(new Array(2)), { emojiList: n, faceList: c } = o.emoji;
|
|
2931
2947
|
function h() {
|
|
2932
2948
|
i.value[0] = n[0];
|
|
2933
2949
|
}
|
|
2934
|
-
return (u, m) => (d(), p("div",
|
|
2950
|
+
return (u, m) => (d(), p("div", $h, [y($(Fa), { placement: e.placement, "popper-class": "emoji-popover", width: 250, trigger: "click", onBeforeEnter: h }, { reference: v(() => [r("div", zh, [u.$slots.default ? L(u.$slots, "default", { key: 1 }, void 0, !0) : (d(), p("div", Ah, [...m[0] || (m[0] = [r("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: "icon" }, [r("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.00002 0.666504C12.0501 0.666504 15.3334 3.94975 15.3334 7.99984C15.3334 12.0499 12.0501 15.3332 8.00002 15.3332C3.94993 15.3332 0.666687 12.0499 0.666687 7.99984C0.666687 3.94975 3.94993 0.666504 8.00002 0.666504ZM8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM10.6667 5.66667V7.66667H9.33333V5.66667H10.6667ZM6.66667 5.66667V7.66667H5.33333V5.66667H6.66667ZM10.0767 9.33333H11.0495C11.1804 9.33333 11.2866 9.43951 11.2866 9.57048C11.2866 9.60754 11.2779 9.64409 11.2612 9.67718L11.244 9.71053C10.6294 10.8739 9.40726 11.6667 7.99998 11.6667C6.61523 11.6667 5.40977 10.8991 4.7859 9.76612L4.73786 9.67593C4.67845 9.56052 4.72385 9.4188 4.83926 9.35939C4.87253 9.34226 4.90941 9.33333 4.94683 9.33333H5.92347C6.02396 9.33332 6.11908 9.37865 6.18238 9.4567C6.26207 9.55496 6.32833 9.62955 6.38117 9.68046C6.80074 10.0847 7.37133 10.3333 7.99998 10.3333C8.63289 10.3333 9.20694 10.0814 9.62728 9.67224C9.67791 9.62296 9.74135 9.55121 9.8176 9.45698C9.88089 9.37877 9.97611 9.33333 10.0767 9.33333Z" })], -1), r("span", null, "表情", -1)])]))])]), default: v(() => [r("div", Oh, [(d(!0), p(F, null, B($(c), (f, g) => (d(), p("label", { key: g, class: N(l.value == g ? "active" : ""), onClick: (w) => (function(x) {
|
|
2935
2951
|
switch (l.value = x, x) {
|
|
2936
2952
|
case 0:
|
|
2937
2953
|
a.value = 0;
|
|
@@ -2939,11 +2955,11 @@ const _h = { class: "u-emoji" }, Ih = { class: "face-tooltip-head select-none" }
|
|
|
2939
2955
|
case 1:
|
|
2940
2956
|
a.value = -50, i.value[1] = n[1];
|
|
2941
2957
|
}
|
|
2942
|
-
})(g) }, [r("img", { src: f, alt: "" }, null, 8,
|
|
2943
|
-
} }), [["__scopeId", "data-v-da53b6ed"]]),
|
|
2944
|
-
const { allEmoji: o } =
|
|
2958
|
+
})(g) }, [r("img", { src: f, alt: "" }, null, 8, Mh)], 10, Fh))), 128))]), r("div", Eh, [r("div", { class: "emjio-container", style: z({ transform: `translateX(${a.value}%)` }) }, [(d(!0), p(F, null, B(i.value, (f, g) => (d(), p("div", { key: g, class: "emoji-wrapper" }, [y($(Ma), null, { default: v(() => [r("div", Bh, [(d(!0), p(F, null, B(f, (w, x) => (d(), p("span", { key: x, class: "emoji-item", onClick: (b) => u.$emit("addEmoji", x) }, [y($(Ea), { src: w, title: String(x), class: "emoji", style: { width: "24px", height: "24px", margin: "5px" }, lazy: "" }, null, 8, ["src", "title"])], 8, Nh))), 128))])]), _: 2 }, 1024)]))), 128))], 4)])]), _: 3 }, 8, ["placement"])]));
|
|
2959
|
+
} }), [["__scopeId", "data-v-da53b6ed"]]), Ph = { class: "cv-chat-message" }, jh = { class: "chat-list" }, Rh = { class: "content" }, Uh = { key: 0, class: "username" }, Wh = ["innerHTML"], Yh = { __name: "message", props: { data: { type: [Array], default: () => [] }, userId: { type: [Number], default: 0 } }, setup(e, { expose: t }) {
|
|
2960
|
+
const { allEmoji: o } = ae("InjectionEmojiApi"), l = E();
|
|
2945
2961
|
t({ scroll: () => {
|
|
2946
|
-
|
|
2962
|
+
Be(() => {
|
|
2947
2963
|
const i = document.querySelector(".chat-item:last-child");
|
|
2948
2964
|
l.value.setScrollTop(i.offsetTop);
|
|
2949
2965
|
});
|
|
@@ -2952,98 +2968,98 @@ const _h = { class: "u-emoji" }, Ih = { class: "face-tooltip-head select-none" }
|
|
|
2952
2968
|
const h = i[c];
|
|
2953
2969
|
return h ? ['<img src="', h, '" width="20" height="20" alt="', c, '" title="', c, '" style="margin: 0 1px; vertical-align: text-bottom"', "/>"].join("") : c;
|
|
2954
2970
|
});
|
|
2955
|
-
return (i, n) => (d(), p("div",
|
|
2956
|
-
} },
|
|
2957
|
-
const o = e, l =
|
|
2958
|
-
const { ctrlKey:
|
|
2959
|
-
|
|
2971
|
+
return (i, n) => (d(), p("div", Ph, [y($(Ma), { ref_key: "scrollbarRef", ref: l }, { default: v(() => [r("div", jh, [(d(!0), p(F, null, B(e.data, (c, h) => (d(), p("div", { key: h, class: N([{ self: e.userId == c.id }, "chat-item"]) }, [r("div", null, [y($(Dl), null, { default: v(() => [...n[0] || (n[0] = [r("img", { src: "https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png" }, null, -1)])]), _: 1 })]), r("div", Rh, [e.userId != c.id ? (d(), p("div", Uh, T(c.username), 1)) : k("", !0), r("div", { class: "card-box", innerHTML: a($(o), c.content) }, null, 8, Wh)]), n[1] || (n[1] = r("div", { class: "date" }, null, -1))], 2))), 128))])]), _: 1 }, 512)]));
|
|
2972
|
+
} }, Xh = { class: "cv-chat-wrap" }, qh = { class: "header" }, Kh = { id: "chat-footer", class: "footer" }, To = Object.assign({ name: "cvChat" }, { __name: "chat", props: { data: { type: [Array], default: () => [] }, userId: { type: [Number], default: 0 }, emoji: { type: [Object], default: () => ({}) } }, emits: ["submit"], setup(e, { emit: t }) {
|
|
2973
|
+
const o = e, l = E(!1), a = E(""), i = E(), { data: n } = o, c = t, h = (g) => {
|
|
2974
|
+
const { ctrlKey: w, key: x } = g;
|
|
2975
|
+
w && x == "Enter" && m();
|
|
2960
2976
|
}, u = () => {
|
|
2961
2977
|
a.value = "", i.value.scroll();
|
|
2962
2978
|
}, m = () => {
|
|
2963
2979
|
let g = a.value;
|
|
2964
|
-
g.trim() ? (g = g.replace(/\n/g, "<br/>"), c("submit", { clear: u, content: g })) :
|
|
2980
|
+
g.trim() ? (g = g.replace(/\n/g, "<br/>"), c("submit", { clear: u, content: g })) : X({ type: "error", message: "内容不能为空" });
|
|
2965
2981
|
}, f = (g) => {
|
|
2966
|
-
let
|
|
2982
|
+
let w = document.getElementById("emojiInput"), x = w.selectionStart, b = w.selectionEnd, _ = w.value;
|
|
2967
2983
|
if (x === null || b === null) return;
|
|
2968
2984
|
let I = _.substring(0, x) + g + _.substring(b);
|
|
2969
|
-
|
|
2985
|
+
w.value = I, w.focus(), w.selectionStart = x + g.length, w.selectionEnd = x + g.length, a.value = I;
|
|
2970
2986
|
};
|
|
2971
|
-
return Te("InjectionEmojiApi", o.emoji), (g,
|
|
2987
|
+
return Te("InjectionEmojiApi", o.emoji), (g, w) => {
|
|
2972
2988
|
const x = C("cvIcons");
|
|
2973
|
-
return d(), p("div",
|
|
2989
|
+
return d(), p("div", Xh, [r("div", { class: N([{ active: l.value }, "chat-container translate"]) }, [r("div", qh, [y(x, { size: "32" }, { default: v(() => [...w[2] || (w[2] = [r("svg", { viewBox: "0 0 1318 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, [r("path", { d: "M1318.502489 432.779052c0-231.790522-209.29842-419.704826-467.458992-419.704826s-467.56979 188.357498-467.56979 419.704826 209.409219 419.704826 467.56979 419.704826a512.110799 512.110799 0 0 0 183.482363-33.239559l93.292361 93.292361a25.816057 25.816057 0 0 0 44.319412-19.168145L1165.822116 742.350141C1259.336074 665.56676 1318.502489 555.433023 1318.502489 432.779052z", fill: "#612273", "p-id": "10993" }), r("path", { d: "M1034.304263 745.784895a509.673231 509.673231 0 0 1-183.482363 33.239559c-244.532352 0-445.077689-168.524562-465.353819-383.25211-1.107985 12.07704-1.883575 24.264878-1.883575 36.563514 0 231.790522 209.409219 419.704826 467.56979 419.704826a512.110799 512.110799 0 0 0 183.482363-33.239559l93.292361 93.292361a25.816057 25.816057 0 0 0 44.319411-19.168145 25.262064 25.262064 0 0 0-7.5343-17.284571zM1165.822116 669.223112l2.769964 70.689461C1260.44406 663.239991 1318.502489 553.992642 1318.502489 432.779052a366.632331 366.632331 0 0 0-1.883575-36.785111 403.971435 403.971435 0 0 1-150.796798 273.229171z", fill: "#612273", opacity: ".2", "p-id": "10994" }), r("path", { d: "M383.25211 432.779052a383.141311 383.141311 0 0 1 41.881844-172.956503c-12.298637-0.997187-24.81887-1.661978-37.449903-1.661978C173.510496 258.160571 0 413.943302 0 606.178749c0 101.713049 48.97295 193.011037 126.421121 256.609392l-5.761524 148.470028a12.187838 12.187838 0 0 0 20.830124 9.08548l94.06795-93.957153A425.577148 425.577148 0 0 0 387.79485 954.196927a404.636226 404.636226 0 0 0 300.37481-128.304696c-177.831638-59.388011-304.91755-212.733175-304.91755-393.113179z", fill: "#EB3D72", "p-id": "10995" }), r("path", { d: "M342.256654 391.672798c0 117.557239 53.958883 223.59143 140.714132 299.71002a391.008007 391.008007 0 0 1-99.718676-258.603766 383.141311 383.141311 0 0 1 41.881844-172.956503c-12.298637-0.997187-24.81887-1.661978-37.449903-1.661978-7.091106 0-14.071413 0-21.05172 0.553993a375.939407 375.939407 0 0 0-24.375677 132.958234zM630.111231 802.181346a407.627786 407.627786 0 0 1-283.533434 110.798528 424.136767 424.136767 0 0 1-152.12638-27.699632l-71.686647 71.686648-2.105173 54.291279a12.187838 12.187838 0 0 0 20.830124 9.08548l94.06795-93.957153A425.577148 425.577148 0 0 0 387.79485 954.196927a404.636226 404.636226 0 0 0 300.37481-128.304696 486.294741 486.294741 0 0 1-58.058429-23.710885zM85.425665 821.792686l-5.761523-4.985934c1.883575 2.215971 3.656351 4.431941 5.650725 6.647911z", fill: "#EB3D72", opacity: ".5", "p-id": "10996" }), r("path", { d: "M833.426531 332.395585c64.263147-10.193465 64.041549-66.479117 62.601169-75.342999s-15.400995-54.291279-59.942004-47.200173S799.078987 254.836615 799.078987 254.836615a28.475222 28.475222 0 1 0 56.174854-8.97468s6.315516 3.323956 8.30989 20.27613-11.966241 29.029214-35.455529 33.239559-88.638823-19.943735-104.039819-115.452067C709.110582 96.39472 781.57282 28.253625 838.966457 13.185025a55.399264 55.399264 0 0 0-64.041549-5.318329c-56.064055 35.123134-97.170309 109.579745-85.536464 182.817571 14.957801 93.846354 79.664142 151.904783 144.038087 141.711318zM203.980091 573.825579a53.072495 53.072495 0 0 0 33.90435-67.919498c-2.659165-6.537113-21.162519-38.225492-53.51569-25.040467a30.026401 30.026401 0 0 0-19.832936 40.773858 22.159706 22.159706 0 1 0 40.773858-16.619779s5.318329 1.329582 9.861069 13.739017-3.988747 24.043281-21.05172 31.023588-70.02467 0.553993-98.832288-68.695087C68.916685 417.599654 110.798528 353.558104 151.904783 332.395585a42.879031 42.879031 0 0 0-48.97295 7.423502 146.918849 146.918849 0 0 0-32.574767 152.458775c27.810431 68.141095 86.866046 100.605064 133.623025 81.547717z", fill: "#FED150", "p-id": "10997" })], -1)])]), _: 1 }), w[3] || (w[3] = r("div", { style: { "margin-left": "12px" } }, [r("div", null, "聊天室"), r("div", { style: { "font-size": "12px" } }, "当前2人在线")], -1))]), y(Yh, { ref_key: "messageRef", ref: i, data: $(n), "user-id": e.userId }, null, 8, ["data", "user-id"]), r("div", Kh, [y($(zo), { id: "emojiInput", modelValue: a.value, "onUpdate:modelValue": w[0] || (w[0] = (b) => a.value = b), type: "textarea", autosize: { minRows: 1, maxRows: 4 }, placeholder: "请输入内容", onKeydown: Oe(h, ["enter"]) }, null, 8, ["modelValue"]), y(Hh, { style: { margin: "0 8px 0" }, emoji: e.emoji, placement: "top-end", onAddEmoji: f }, { default: v(() => [...w[4] || (w[4] = [r("svg", { width: "22", height: "22", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "7186" }, [r("path", { d: "M510.944 960c-247.04 0-448-200.96-448-448s200.992-448 448-448c247.008 0 448 200.96 448 448S757.984 960 510.944 960zM510.944 128c-211.744 0-384 172.256-384 384 0 211.744 172.256 384 384 384 211.744 0 384-172.256 384-384C894.944 300.256 722.688 128 510.944 128zM512 773.344c-89.184 0-171.904-40.32-226.912-110.624-10.88-13.92-8.448-34.016 5.472-44.896 13.888-10.912 34.016-8.48 44.928 5.472 42.784 54.688 107.136 86.048 176.512 86.048 70.112 0 134.88-31.904 177.664-87.552 10.784-14.016 30.848-16.672 44.864-5.888 14.016 10.784 16.672 30.88 5.888 44.864C685.408 732.32 602.144 773.344 512 773.344zM368 515.2c-26.528 0-48-21.472-48-48l0-64c0-26.528 21.472-48 48-48s48 21.472 48 48l0 64C416 493.696 394.496 515.2 368 515.2zM656 515.2c-26.496 0-48-21.472-48-48l0-64c0-26.528 21.504-48 48-48s48 21.472 48 48l0 64C704 493.696 682.496 515.2 656 515.2z", "p-id": "7187" })], -1)])]), _: 1 }, 8, ["emoji"]), y(x, { size: "18", class: N([{ ".cv-chat-wrap submit-btn": a.value.trim() != "" }, "select-none cursor-pointer"]), style: { "padding-bottom": "5px" }, onClick: m }, { default: v(() => [...w[5] || (w[5] = [r("svg", { viewBox: "0 0 1025 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "15072" }, [r("path", { d: "M1008.00076 6.285714q18.857143 13.714286 15.428571 36.571429l-146.285714 877.714286q-2.857143 16.571429-18.285714 25.714286-8 4.571429-17.714286 4.571429-6.285714 0-13.714286-2.857143l-258.857143-105.714286-138.285714 168.571429q-10.285714 13.142857-28 13.142857-7.428571 0-12.571429-2.285714-10.857143-4-17.428571-13.428571t-6.571429-20.857143l0-199.428571 493.714286-605.142857-610.857143 528.571429-225.714286-92.571429q-21.142857-8-22.857143-31.428571-1.142857-22.857143 18.285714-33.714286l950.857143-548.571429q8.571429-5.142857 18.285714-5.142857 11.428571 0 20.571429 6.285714z", "p-id": "15073" })], -1)])]), _: 1 }, 8, ["class"])])], 2), y($(Fe), { class: "chat-btn", onClick: w[1] || (w[1] = (b) => l.value = !l.value) }, { default: v(() => [...w[6] || (w[6] = [D("chat", -1)])]), _: 1 })]);
|
|
2974
2990
|
};
|
|
2975
2991
|
} });
|
|
2976
|
-
|
|
2977
|
-
e.component(
|
|
2992
|
+
To.install = function(e) {
|
|
2993
|
+
e.component(To.name, To);
|
|
2978
2994
|
};
|
|
2979
|
-
const
|
|
2980
|
-
const t = e, { data: o, vertical: l, suffixIcon: a, prefixIcon: i, size: n, height: c, delay: h, spped: u, color: m, background: f } = t, g =
|
|
2995
|
+
const Gh = { key: 0 }, Do = Object.assign({ name: "cvNoticeBar" }, { __name: "notice-bar", props: { data: { type: [String, Array], default: () => [] }, vertical: { type: [Boolean], default: !1 }, suffixIcon: { type: [String], default: "" }, prefixIcon: { type: [String], default: "" }, size: { type: [Number], default: 14 }, height: { type: [Number], default: 40 }, delay: { type: [Number], default: 1e3 }, spped: { type: [Number], default: 100 }, color: { type: [String], default: "--color-warning" }, background: { type: [String], default: "var(--color-warning-light-9)" } }, setup(e) {
|
|
2996
|
+
const t = e, { data: o, vertical: l, suffixIcon: a, prefixIcon: i, size: n, height: c, delay: h, spped: u, color: m, background: f } = t, g = Po({ boxWidth: 0, textWidth: 0, oneTime: 0, twoTime: 0, order: 1 }), w = E({}), x = E({ style: { cssText: "" } }), b = G(() => t.delay > 2e3 ? t.delay : 2e3), _ = () => {
|
|
2981
2997
|
g.oneTime = g.textWidth / t.spped, g.twoTime = (g.textWidth + g.boxWidth) / t.spped;
|
|
2982
2998
|
}, I = () => {
|
|
2983
2999
|
g.order === 1 ? (x.value?.style && (x.value.style.cssText = `animation: oneAnimation ${g.oneTime}s linear; opactity: 1;}`), g.order = 2) : x.value?.style && (x.value.style.cssText = `animation: twoAnimation ${g.twoTime}s linear infinite; opacity: 1;`);
|
|
2984
3000
|
};
|
|
2985
3001
|
return ze(() => {
|
|
2986
|
-
t.vertical || (
|
|
2987
|
-
g.boxWidth =
|
|
3002
|
+
t.vertical || (Be(() => {
|
|
3003
|
+
g.boxWidth = w.value.offsetWidth, g.textWidth = x.value.offsetWidth, document.styleSheets[0].insertRule(`@keyframes oneAnimation {0% {left: 0px;} 100% {left: -${g.textWidth}px;}}`), document.styleSheets[0].insertRule(`@keyframes twoAnimation {0% {left: ${g.boxWidth}px;} 100% {left: -${g.textWidth}px;}}`), _(), setTimeout(() => {
|
|
2988
3004
|
I();
|
|
2989
3005
|
}, t.delay);
|
|
2990
3006
|
}), x.value.addEventListener("animationend", () => {
|
|
2991
3007
|
I();
|
|
2992
3008
|
}, !1));
|
|
2993
|
-
}), (
|
|
2994
|
-
const
|
|
2995
|
-
return d(), p("div", { class: "cv-notice-bar", style:
|
|
3009
|
+
}), (A, P) => {
|
|
3010
|
+
const q = C("el-carousel-item"), W = C("el-carousel"), se = C("cvIcons");
|
|
3011
|
+
return d(), p("div", { class: "cv-notice-bar", style: z({ background: $(f), height: `${$(c)}px` }) }, [$(l) ? (d(), p("div", Gh, [y(W, { height: "40px", direction: "vertical", autoplay: !0, "indicator-position": "none", interval: b.value }, { default: v(() => [(d(!0), p(F, null, B($(o), (we) => (d(), V(q, { key: we }, { default: v(() => [D(T(we), 1)]), _: 2 }, 1024))), 128))]), _: 1 }, 8, ["interval"])])) : (d(), p("div", { key: 1, style: z({ color: $(m), fontSize: `${$(n)}px` }), class: "cv-notice-bar-wrap" }, [$(i) ? (d(), V(se, { key: 0, type: $(i) }, null, 8, ["type"])) : k("", !0), r("div", { ref_key: "boxRef", ref: w, class: "text-box" }, [r("div", { ref_key: "textRef", ref: x, class: "text" }, T($(o)), 513)], 512), $(a) ? (d(), V(se, { key: 1, type: $(a) }, null, 8, ["type"])) : k("", !0)], 4))], 4);
|
|
2996
3012
|
};
|
|
2997
3013
|
} });
|
|
2998
|
-
|
|
2999
|
-
e.component(
|
|
3014
|
+
Do.install = function(e) {
|
|
3015
|
+
e.component(Do.name, Do);
|
|
3000
3016
|
};
|
|
3001
|
-
const
|
|
3002
|
-
const t = new
|
|
3017
|
+
const Zh = Object.freeze({ autofocus: !1, disabled: !1, indentWithTab: !0, tabSize: 2, placeholder: "", autoDestroy: !0, extensions: [Fn] }), hi = "change", pi = "update", ui = "focus", mi = "blur", gi = "ready", fi = "update:modelValue", De = (e) => {
|
|
3018
|
+
const t = new Mn();
|
|
3003
3019
|
return { compartment: t, run: (o) => {
|
|
3004
|
-
t.get(e.state) ? e.dispatch({ effects: t.reconfigure(o) }) : e.dispatch({ effects:
|
|
3020
|
+
t.get(e.state) ? e.dispatch({ effects: t.reconfigure(o) }) : e.dispatch({ effects: En.appendConfig.of(t.of(o)) });
|
|
3005
3021
|
} };
|
|
3006
|
-
},
|
|
3022
|
+
}, vi = (e, t) => {
|
|
3007
3023
|
const { compartment: o, run: l } = De(e);
|
|
3008
3024
|
return (a) => {
|
|
3009
3025
|
const i = o.get(e.state);
|
|
3010
3026
|
l(a ?? i !== t ? t : []);
|
|
3011
3027
|
};
|
|
3012
|
-
},
|
|
3013
|
-
const o =
|
|
3028
|
+
}, Qh = Ol({ name: "VueCodemirror", props: { modelValue: { type: String, default: "" }, autofocus: { type: Boolean, default: !1 }, disabled: { type: Boolean, default: !1 }, indentWithTab: { type: Boolean, default: !1 }, tabSize: Number, placeholder: String, style: Object, autoDestroy: { type: Boolean, default: !1 }, phrases: Object, root: Object, extensions: Array, selection: Object }, emits: { [hi]: (e, t) => !0, [pi]: (e) => !0, [ui]: (e) => !0, [mi]: (e) => !0, [gi]: (e) => !0, [fi]: (e, t) => !0 }, setup(e, t) {
|
|
3029
|
+
const o = ie(), l = ie(), a = ie(), i = { ...Zh }, n = G(() => {
|
|
3014
3030
|
const c = {};
|
|
3015
|
-
return Object.keys(
|
|
3031
|
+
return Object.keys(Fl(e)).forEach((h) => {
|
|
3016
3032
|
h !== "modelValue" && (c[h] = e[h] ?? i[h]);
|
|
3017
3033
|
}), c;
|
|
3018
3034
|
});
|
|
3019
3035
|
return ze(() => {
|
|
3020
|
-
l.value = (({ onUpdate: h, onChange: u, onFocus: m, onBlur: f, ...g }) => Se.create({ doc: g.doc, selection: g.selection, extensions: [...Array.isArray(g.extensions) ? g.extensions : [g.extensions],
|
|
3021
|
-
h(
|
|
3022
|
-
})] }))({ doc: e.modelValue, selection: n.value.selection, extensions: i.extensions ?? [], onFocus: (h) => t.emit(
|
|
3023
|
-
h !== e.modelValue && (t.emit(
|
|
3024
|
-
} }), a.value = new
|
|
3036
|
+
l.value = (({ onUpdate: h, onChange: u, onFocus: m, onBlur: f, ...g }) => Se.create({ doc: g.doc, selection: g.selection, extensions: [...Array.isArray(g.extensions) ? g.extensions : [g.extensions], Y.updateListener.of((w) => {
|
|
3037
|
+
h(w), w.docChanged && u(w.state.doc.toString(), w), w.focusChanged && (w.view.hasFocus ? m(w) : f(w));
|
|
3038
|
+
})] }))({ doc: e.modelValue, selection: n.value.selection, extensions: i.extensions ?? [], onFocus: (h) => t.emit(ui, h), onBlur: (h) => t.emit(mi, h), onUpdate: (h) => t.emit(pi, h), onChange: (h, u) => {
|
|
3039
|
+
h !== e.modelValue && (t.emit(hi, h, u), t.emit(fi, h, u));
|
|
3040
|
+
} }), a.value = new Y({ state: l.value, parent: o.value, root: n.value.root }), a.value.contentDOM.addEventListener("scroll", (h) => {
|
|
3025
3041
|
});
|
|
3026
3042
|
const c = ((h) => {
|
|
3027
|
-
const u = () => h.state.doc.toString(), { run: m } = De(h), f =
|
|
3043
|
+
const u = () => h.state.doc.toString(), { run: m } = De(h), f = vi(h, [Y.editable.of(!1), Se.readOnly.of(!0)]), g = vi(h, Nn.of([An])), { run: w } = De(h), { run: x } = De(h), { run: b } = De(h), { run: _ } = De(h);
|
|
3028
3044
|
return { focus: () => h.focus(), getDoc: u, setDoc: (I) => {
|
|
3029
3045
|
I !== u() && h.dispatch({ changes: { from: 0, to: h.state.doc.length, insert: I } });
|
|
3030
3046
|
}, reExtensions: m, toggleDisabled: f, toggleIndentWithTab: g, setTabSize: (I) => {
|
|
3031
|
-
|
|
3047
|
+
w([Se.tabSize.of(I), Hn.of(" ".repeat(I))]);
|
|
3032
3048
|
}, setPhrases: (I) => {
|
|
3033
3049
|
x([Se.phrases.of(I)]);
|
|
3034
3050
|
}, setPlaceholder: (I) => {
|
|
3035
|
-
b(
|
|
3051
|
+
b(zn(I));
|
|
3036
3052
|
}, setStyle: (I = {}) => {
|
|
3037
|
-
_(
|
|
3053
|
+
_(Y.theme({ "&": { ...I } }));
|
|
3038
3054
|
} };
|
|
3039
3055
|
})(a.value);
|
|
3040
|
-
|
|
3056
|
+
te(() => e.modelValue, (h) => {
|
|
3041
3057
|
h !== c.getDoc() && c.setDoc(h);
|
|
3042
|
-
}),
|
|
3043
|
-
}),
|
|
3058
|
+
}), te(() => e.extensions, (h) => c.reExtensions(h || []), { immediate: !0 }), te(() => n.value.disabled, (h) => c.toggleDisabled(h), { immediate: !0 }), te(() => n.value.indentWithTab, (h) => c.toggleIndentWithTab(h), { immediate: !0 }), te(() => n.value.tabSize, (h) => c.setTabSize(h), { immediate: !0 }), te(() => n.value.phrases, (h) => c.setPhrases(h || {}), { immediate: !0 }), te(() => n.value.placeholder, (h) => c.setPlaceholder(h), { immediate: !0 }), te(() => n.value.style, (h) => c.setStyle(h), { immediate: !0 }), n.value.autofocus && c.focus(), t.emit(gi, { state: l.value, view: a.value, container: o.value, editorTools: c });
|
|
3059
|
+
}), $n(() => {
|
|
3044
3060
|
n.value.autoDestroy && a.value && a.value.destroy();
|
|
3045
3061
|
}), () => Na("div", { class: "cv-editor-codemirror", ref: o });
|
|
3046
|
-
} }), di = "#e06c75", Do = "#abb2bf", La = "#7d8799", hi = "#d19a66", pi = "#2c313a", ui = "#282c34", qo = "#353a42", mi = "#528bff", qh = X.theme({ "&": { color: Do, backgroundColor: ui }, ".cm-content": { caretColor: mi }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: mi }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: "#3E4451" }, ".cm-panels": { backgroundColor: "#21252b", color: Do }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: "#72a1ff59", outline: "1px solid #457dff" }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: "#6199ff2f" }, ".cm-activeLine": { backgroundColor: "#6699ff0b" }, ".cm-selectionMatch": { backgroundColor: "#aafe661a" }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: "#bad0f847" }, ".cm-gutters": { backgroundColor: ui, color: La, border: "none" }, ".cm-activeLineGutter": { backgroundColor: pi }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: "#ddd" }, ".cm-tooltip": { border: "none", backgroundColor: qo }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: qo, borderBottomColor: qo }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { backgroundColor: pi, color: Do } } }, { dark: !0 }), Kh = J.define([{ tag: s.keyword, color: "#c678dd" }, { tag: [s.name, s.deleted, s.character, s.propertyName, s.macroName], color: di }, { tag: [s.function(s.variableName), s.labelName], color: "#61afef" }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: hi }, { tag: [s.definition(s.name), s.separator], color: Do }, { tag: [s.typeName, s.className, s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: "#e5c07b" }, { tag: [s.operator, s.operatorKeyword, s.url, s.escape, s.regexp, s.link, s.special(s.string)], color: "#56b6c2" }, { tag: [s.meta, s.comment], color: La }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.strikethrough, textDecoration: "line-through" }, { tag: s.link, color: La, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: di }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: hi }, { tag: [s.processingInstruction, s.string, s.inserted], color: "#98c379" }, { tag: s.invalid, color: "#ffffff" }]), Gh = [qh, Q(Kh)], Zh = !1, Ko = "#FAFAFA", de = "#90A4AE", Ae = "#80CBC440", gi = "#272727", Go = "#FAFAFA", fi = "#00000010", Qh = "#c2c2c222", Jh = "#CFD8DC", ep = "#7E939E", tp = "#FAFAFA", vi = "#7C4DFF", Zo = "#90A4AE", yi = "#6182B8", op = "#91B859", ap = "#F76D47", bi = "#8796B0", ip = "#FFB62C", lp = "#F76D47", np = "#90A4AE", sp = "#91B859", rp = "#E53935", cp = "#39ADB5", dp = X.theme({ "&": { color: de, backgroundColor: Ko }, ".cm-content": { caretColor: gi }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: gi }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Ae }, ".cm-panels": { backgroundColor: Go, color: de }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: Go, outline: `1px solid ${fi}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Ae }, ".cm-activeLine": { backgroundColor: Qh }, ".cm-selectionMatch": { backgroundColor: Ae }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: tp, outline: "none" }, ".cm-gutters": { backgroundColor: Ko, color: de, border: "none" }, ".cm-activeLineGutter": { backgroundColor: Ko }, ".cm-lineNumbers .cm-gutterElement": { color: Jh }, ".cm-lineNumbers .cm-activeLineGutter": { color: ep }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: de }, ".cm-tooltip": { border: `1px solid ${fi}`, backgroundColor: Go, color: de }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: de, borderBottomColor: de }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Ae, color: de } } }, { dark: Zh }), hp = J.define([{ tag: s.keyword, color: vi }, { tag: [s.name, s.deleted, s.character, s.macroName], color: Zo }, { tag: [s.propertyName], color: yi }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: op }, { tag: [s.function(s.variableName), s.labelName], color: yi }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: ap }, { tag: [s.definition(s.name), s.separator], color: Zo }, { tag: [s.className], color: ip }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: lp }, { tag: [s.typeName], color: bi, fontStyle: bi }, { tag: [s.operator, s.operatorKeyword], color: vi }, { tag: [s.url, s.escape, s.regexp, s.link], color: cp }, { tag: [s.meta, s.comment], color: np }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: sp }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: Zo }, { tag: s.invalid, color: rp }, { tag: s.strikethrough, textDecoration: "line-through" }]), pp = [dp, Q(hp)], up = !0, Qo = "#263238", he = "#EEFFFF", Pe = "#80CBC420", Ci = "#FFCC00", Jo = "#263238", wi = "#FFFFFF10", mp = "#4c616c22", gp = "#37474F", fp = "#607a86", vp = "#263238", ki = "#C792EA", ea = "#EEFFFF", xi = "#82AAFF", yp = "#C3E88D", bp = "#F78C6C", Si = "#B2CCD6", Cp = "#FFCB6B", wp = "#F78C6C", kp = "#546E7A", xp = "#C3E88D", Sp = "#FF5370", Vp = "#89DDFF", _p = X.theme({ "&": { color: he, backgroundColor: Qo }, ".cm-content": { caretColor: Ci }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Ci }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Pe }, ".cm-panels": { backgroundColor: Jo, color: he }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: Jo, outline: `1px solid ${wi}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Pe }, ".cm-activeLine": { backgroundColor: mp }, ".cm-selectionMatch": { backgroundColor: Pe }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: vp, outline: "none" }, ".cm-gutters": { backgroundColor: Qo, color: he, border: "none" }, ".cm-activeLineGutter": { backgroundColor: Qo }, ".cm-lineNumbers .cm-gutterElement": { color: gp }, ".cm-lineNumbers .cm-activeLineGutter": { color: fp }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: he }, ".cm-tooltip": { border: `1px solid ${wi}`, backgroundColor: Jo, color: he }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: he, borderBottomColor: he }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Pe, color: he } } }, { dark: up }), Ip = J.define([{ tag: s.keyword, color: ki }, { tag: [s.name, s.deleted, s.character, s.macroName], color: ea }, { tag: [s.propertyName], color: xi }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: yp }, { tag: [s.function(s.variableName), s.labelName], color: xi }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: bp }, { tag: [s.definition(s.name), s.separator], color: ea }, { tag: [s.className], color: Cp }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: wp }, { tag: [s.typeName], color: Si, fontStyle: Si }, { tag: [s.operator, s.operatorKeyword], color: ki }, { tag: [s.url, s.escape, s.regexp, s.link], color: Vp }, { tag: [s.meta, s.comment], color: kp }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: xp }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: ea }, { tag: s.invalid, color: Sp }, { tag: s.strikethrough, textDecoration: "line-through" }]), Tp = [_p, Q(Ip)], Dp = !1, ta = "#FDF6E3", pe = "#586E75", je = "#EEE8D5", Vi = "#657B83", oa = "#FDF6E3", _i = "#D3AF86", Lp = "#d5bd5c22", $p = "#586E75", Op = "#567983", Fp = "#EEE8D5", Ii = "#859900", aa = "#268BD2", Ti = "#268BD2", Mp = "#2AA198", Np = "#CB4B16", Di = "#CB4B16", Ep = "#CB4B16", Bp = "#D33682", zp = "#93A1A1", Hp = "#268BD2", Ap = "#DC322F", Pp = "#DC322F", jp = X.theme({ "&": { color: pe, backgroundColor: ta }, ".cm-content": { caretColor: Vi }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Vi }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: je }, ".cm-panels": { backgroundColor: oa, color: pe }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: oa, outline: `1px solid ${_i}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: je }, ".cm-activeLine": { backgroundColor: Lp }, ".cm-selectionMatch": { backgroundColor: je }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: Fp, outline: "none" }, ".cm-gutters": { backgroundColor: ta, color: pe, border: "none" }, ".cm-activeLineGutter": { backgroundColor: ta }, ".cm-lineNumbers .cm-gutterElement": { color: $p }, ".cm-lineNumbers .cm-activeLineGutter": { color: Op }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: pe }, ".cm-tooltip": { border: `1px solid ${_i}`, backgroundColor: oa, color: pe }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: pe, borderBottomColor: pe }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: je, color: pe } } }, { dark: Dp }), Rp = J.define([{ tag: s.keyword, color: Ii }, { tag: [s.name, s.deleted, s.character, s.macroName], color: aa }, { tag: [s.propertyName], color: Ti }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: Mp }, { tag: [s.function(s.variableName), s.labelName], color: Ti }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Np }, { tag: [s.definition(s.name), s.separator], color: aa }, { tag: [s.className], color: Ep }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: Bp }, { tag: [s.typeName], color: Di, fontStyle: Di }, { tag: [s.operator, s.operatorKeyword], color: Ii }, { tag: [s.url, s.escape, s.regexp, s.link], color: Pp }, { tag: [s.meta, s.comment], color: zp }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: Hp }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: aa }, { tag: s.invalid, color: Ap }, { tag: s.strikethrough, textDecoration: "line-through" }]), Up = [jp, Q(Rp)], Wp = !0, ia = "#002B36", ue = "#93A1A1", Re = "#274642", Li = "#D30102", la = "#002B36", $i = "#2AA19899", Yp = "#005b7022", Xp = "#93A1A1", qp = "#949494", Kp = "#073642", Oi = "#859900", na = "#268BD2", Fi = "#268BD2", Gp = "#2AA198", Zp = "#CB4B16", Mi = "#CB4B16", Qp = "#CB4B16", Jp = "#D33682", eu = "#586E75", tu = "#268BD2", ou = "#DC322F", au = "#DC322F", iu = [X.theme({ "&": { color: ue, backgroundColor: ia }, ".cm-content": { caretColor: Li }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Li }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Re }, ".cm-panels": { backgroundColor: la, color: ue }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: la, outline: `1px solid ${$i}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Re }, ".cm-activeLine": { backgroundColor: Yp }, ".cm-selectionMatch": { backgroundColor: Re }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: Kp, outline: "none" }, ".cm-gutters": { backgroundColor: ia, color: ue, border: "none" }, ".cm-activeLineGutter": { backgroundColor: ia }, ".cm-lineNumbers .cm-gutterElement": { color: Xp }, ".cm-lineNumbers .cm-activeLineGutter": { color: qp }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: ue }, ".cm-tooltip": { border: `1px solid ${$i}`, backgroundColor: la, color: ue }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: ue, borderBottomColor: ue }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Re, color: ue } } }, { dark: Wp }), Q(J.define([{ tag: s.keyword, color: Oi }, { tag: [s.name, s.deleted, s.character, s.macroName], color: na }, { tag: [s.propertyName], color: Fi }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: Gp }, { tag: [s.function(s.variableName), s.labelName], color: Fi }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Zp }, { tag: [s.definition(s.name), s.separator], color: na }, { tag: [s.className], color: Qp }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: Jp }, { tag: [s.typeName], color: Mi, fontStyle: Mi }, { tag: [s.operator, s.operatorKeyword], color: Oi }, { tag: [s.url, s.escape, s.regexp, s.link], color: au }, { tag: [s.meta, s.comment], color: eu }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: tu }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: na }, { tag: s.invalid, color: ou }, { tag: s.strikethrough, textDecoration: "line-through" }]))], lu = !0, sa = "#282A36", me = "#F8F8F2", Ue = "#44475A", Ni = "#F8F8F2", ra = "#282A36", Ei = "#191A21", nu = "#53576c22", su = "#6272A4", ru = "#F8F8F2", cu = "#44475A", Bi = "#FF79C6", ca = "#F8F8F2", zi = "#50FA7B", du = "#F1FA8C", hu = "#BD93F9", Hi = "#8BE9FD", pu = "#8BE9FD", uu = "#BD93F9", mu = "#6272A4", gu = "#BD93F9", fu = "#FF5555", vu = "#F1FA8C", yu = [X.theme({ "&": { color: me, backgroundColor: sa }, ".cm-content": { caretColor: Ni }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Ni }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Ue }, ".cm-panels": { backgroundColor: ra, color: me }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: ra, outline: `1px solid ${Ei}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Ue }, ".cm-activeLine": { backgroundColor: nu }, ".cm-selectionMatch": { backgroundColor: Ue }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: cu, outline: "none" }, ".cm-gutters": { backgroundColor: sa, color: me, border: "none" }, ".cm-activeLineGutter": { backgroundColor: sa }, ".cm-lineNumbers .cm-gutterElement": { color: su }, ".cm-lineNumbers .cm-activeLineGutter": { color: ru }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: me }, ".cm-tooltip": { border: `1px solid ${Ei}`, backgroundColor: ra, color: me }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: me, borderBottomColor: me }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Ue, color: me } } }, { dark: lu }), Q(J.define([{ tag: s.keyword, color: Bi }, { tag: [s.name, s.deleted, s.character, s.macroName], color: ca }, { tag: [s.propertyName], color: zi }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: du }, { tag: [s.function(s.variableName), s.labelName], color: zi }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: hu }, { tag: [s.definition(s.name), s.separator], color: ca }, { tag: [s.className], color: pu }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: uu }, { tag: [s.typeName], color: Hi, fontStyle: Hi }, { tag: [s.operator, s.operatorKeyword], color: Bi }, { tag: [s.url, s.escape, s.regexp, s.link], color: vu }, { tag: [s.meta, s.comment], color: mu }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: gu }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: ca }, { tag: s.invalid, color: fu }, { tag: s.strikethrough, textDecoration: "line-through" }]))], bu = !1, da = "#fff", ge = "#444d56", We = "#0366d625", Ai = "#044289", ha = "#fff", Pi = "#e1e4e8", Cu = "#c6c6c622", wu = "#1b1f234d", ku = "#24292e", xu = "#34d05840", ji = "#d73a49", pa = "#e36209", Ri = "#005cc5", Su = "#032f62", Vu = "#005cc5", Ui = "#005cc5", _u = "#6f42c1", Iu = "#005cc5", Tu = "#6a737d", Du = "#005cc5", Lu = "#cb2431", $u = "#032f62", Ou = [X.theme({ "&": { color: ge, backgroundColor: da }, ".cm-content": { caretColor: Ai }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Ai }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: We }, ".cm-panels": { backgroundColor: ha, color: ge }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: ha, outline: `1px solid ${Pi}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: We }, ".cm-activeLine": { backgroundColor: Cu }, ".cm-selectionMatch": { backgroundColor: We }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: xu, outline: "none" }, ".cm-gutters": { backgroundColor: da, color: ge, border: "none" }, ".cm-activeLineGutter": { backgroundColor: da }, ".cm-lineNumbers .cm-gutterElement": { color: wu }, ".cm-lineNumbers .cm-activeLineGutter": { color: ku }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: ge }, ".cm-tooltip": { border: `1px solid ${Pi}`, backgroundColor: ha, color: ge }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: ge, borderBottomColor: ge }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: We, color: ge } } }, { dark: bu }), Q(J.define([{ tag: s.keyword, color: ji }, { tag: [s.name, s.deleted, s.character, s.macroName], color: pa }, { tag: [s.propertyName], color: Ri }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: Su }, { tag: [s.function(s.variableName), s.labelName], color: Ri }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Vu }, { tag: [s.definition(s.name), s.separator], color: pa }, { tag: [s.className], color: _u }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: Iu }, { tag: [s.typeName], color: Ui, fontStyle: Ui }, { tag: [s.operator, s.operatorKeyword], color: ji }, { tag: [s.url, s.escape, s.regexp, s.link], color: $u }, { tag: [s.meta, s.comment], color: Tu }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: Du }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: pa }, { tag: s.invalid, color: Lu }, { tag: s.strikethrough, textDecoration: "line-through" }]))], Fu = !0, ua = "#24292e", fe = "#d1d5da", Ye = "#3392FF44", Wi = "#c8e1ff", ma = "#24292e", Yi = "#1b1f23", Mu = "#4d566022", Nu = "#444d56", Eu = "#e1e4e8", Bu = "#17E5E650", Xi = "#f97583", ga = "#ffab70", qi = "#79b8ff", zu = "#9ecbff", Hu = "#79b8ff", Ki = "#79b8ff", Au = "#b392f0", Pu = "#79b8ff", ju = "#6a737d", Ru = "#79b8ff", Uu = "#f97583", Wu = "#9ecbff", Yu = [X.theme({ "&": { color: fe, backgroundColor: ua }, ".cm-content": { caretColor: Wi }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Wi }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Ye }, ".cm-panels": { backgroundColor: ma, color: fe }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: ma, outline: `1px solid ${Yi}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Ye }, ".cm-activeLine": { backgroundColor: Mu }, ".cm-selectionMatch": { backgroundColor: Ye }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: Bu, outline: "none" }, ".cm-gutters": { backgroundColor: ua, color: fe, border: "none" }, ".cm-activeLineGutter": { backgroundColor: ua }, ".cm-lineNumbers .cm-gutterElement": { color: Nu }, ".cm-lineNumbers .cm-activeLineGutter": { color: Eu }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: fe }, ".cm-tooltip": { border: `1px solid ${Yi}`, backgroundColor: ma, color: fe }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: fe, borderBottomColor: fe }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Ye, color: fe } } }, { dark: Fu }), Q(J.define([{ tag: s.keyword, color: Xi }, { tag: [s.name, s.deleted, s.character, s.macroName], color: ga }, { tag: [s.propertyName], color: qi }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: zu }, { tag: [s.function(s.variableName), s.labelName], color: qi }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Hu }, { tag: [s.definition(s.name), s.separator], color: ga }, { tag: [s.className], color: Au }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: Pu }, { tag: [s.typeName], color: Ki, fontStyle: Ki }, { tag: [s.operator, s.operatorKeyword], color: Xi }, { tag: [s.url, s.escape, s.regexp, s.link], color: Wu }, { tag: [s.meta, s.comment], color: ju }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: Ru }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: ga }, { tag: s.invalid, color: Uu }, { tag: s.strikethrough, textDecoration: "line-through" }]))], Xu = !0, fa = "#21202e", ve = "#edecee", Xe = "#3d375e7f", Gi = "#a277ff", va = "#21202e", Zi = "#3b334b", qu = "#4d4b6622", Ku = "#a394f033", Gu = "#cdccce", Zu = "#a394f033", Qi = "#a277ff", ya = "#edecee", Ji = "#ffca85", Qu = "#61ffca", Ju = "#61ffca", el = "#82e2ff", em = "#82e2ff", tm = "#61ffca", om = "#6d6d6d", am = "#a277ff", im = "#ff6767", lm = "#61ffca", nm = [X.theme({ "&": { color: ve, backgroundColor: fa }, ".cm-content": { caretColor: Gi }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Gi }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Xe }, ".cm-panels": { backgroundColor: va, color: ve }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: va, outline: `1px solid ${Zi}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Xe }, ".cm-activeLine": { backgroundColor: qu }, ".cm-selectionMatch": { backgroundColor: Xe }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: Zu, outline: "none" }, ".cm-gutters": { backgroundColor: fa, color: ve, border: "none" }, ".cm-activeLineGutter": { backgroundColor: fa }, ".cm-lineNumbers .cm-gutterElement": { color: Ku }, ".cm-lineNumbers .cm-activeLineGutter": { color: Gu }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: ve }, ".cm-tooltip": { border: `1px solid ${Zi}`, backgroundColor: va, color: ve }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: ve, borderBottomColor: ve }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Xe, color: ve } } }, { dark: Xu }), Q(J.define([{ tag: s.keyword, color: Qi }, { tag: [s.name, s.deleted, s.character, s.macroName], color: ya }, { tag: [s.propertyName], color: Ji }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: Qu }, { tag: [s.function(s.variableName), s.labelName], color: Ji }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Ju }, { tag: [s.definition(s.name), s.separator], color: ya }, { tag: [s.className], color: em }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: tm }, { tag: [s.typeName], color: el, fontStyle: el }, { tag: [s.operator, s.operatorKeyword], color: Qi }, { tag: [s.url, s.escape, s.regexp, s.link], color: lm }, { tag: [s.meta, s.comment], color: om }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: am }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: ya }, { tag: s.invalid, color: im }, { tag: s.strikethrough, textDecoration: "line-through" }]))], sm = !0, ba = "#1a1b26", ye = "#787c99", qe = "#515c7e40", tl = "#c0caf5", Ca = "#1a1b26", ol = "#787c99", rm = "#43455c22", cm = "#363b54", dm = "#737aa2", hm = "#16161e", al = "#bb9af7", wa = "#c0caf5", il = "#7aa2f7", pm = "#9ece6a", um = "#bb9af7", ll = "#0db9d7", mm = "#c0caf5", gm = "#ff9e64", fm = "#444b6a", vm = "#89ddff", ym = "#ff5370", bm = "#b4f9f8", Cm = [X.theme({ "&": { color: ye, backgroundColor: ba }, ".cm-content": { caretColor: tl }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: tl }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: qe }, ".cm-panels": { backgroundColor: Ca, color: ye }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: Ca, outline: `1px solid ${ol}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: qe }, ".cm-activeLine": { backgroundColor: rm }, ".cm-selectionMatch": { backgroundColor: qe }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: hm, outline: "none" }, ".cm-gutters": { backgroundColor: ba, color: ye, border: "none" }, ".cm-activeLineGutter": { backgroundColor: ba }, ".cm-lineNumbers .cm-gutterElement": { color: cm }, ".cm-lineNumbers .cm-activeLineGutter": { color: dm }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: ye }, ".cm-tooltip": { border: `1px solid ${ol}`, backgroundColor: Ca, color: ye }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: ye, borderBottomColor: ye }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: qe, color: ye } } }, { dark: sm }), Q(J.define([{ tag: s.keyword, color: al }, { tag: [s.name, s.deleted, s.character, s.macroName], color: wa }, { tag: [s.propertyName], color: il }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: pm }, { tag: [s.function(s.variableName), s.labelName], color: il }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: um }, { tag: [s.definition(s.name), s.separator], color: wa }, { tag: [s.className], color: mm }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: gm }, { tag: [s.typeName], color: ll, fontStyle: ll }, { tag: [s.operator, s.operatorKeyword], color: al }, { tag: [s.url, s.escape, s.regexp, s.link], color: bm }, { tag: [s.meta, s.comment], color: fm }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: vm }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: wa }, { tag: s.invalid, color: ym }, { tag: s.strikethrough, textDecoration: "line-through" }]))], wm = !0, ka = "#24283b", be = "#7982a9", Ke = "#6f7bb630", nl = "#c0caf5", xa = "#24283b", sl = "#7982a9", km = "#4d547722", xm = "#3b4261", Sm = "#737aa2", Vm = "#1f2335", rl = "#bb9af7", Sa = "#c0caf5", cl = "#7aa2f7", _m = "#9ece6a", Im = "#bb9af7", dl = "#2ac3de", Tm = "#c0caf5", Dm = "#ff9e64", Lm = "#565f89", $m = "#89ddff", Om = "#ff5370", Fm = "#b4f9f8", Mm = [X.theme({ "&": { color: be, backgroundColor: ka }, ".cm-content": { caretColor: nl }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: nl }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Ke }, ".cm-panels": { backgroundColor: xa, color: be }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: xa, outline: `1px solid ${sl}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Ke }, ".cm-activeLine": { backgroundColor: km }, ".cm-selectionMatch": { backgroundColor: Ke }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: Vm, outline: "none" }, ".cm-gutters": { backgroundColor: ka, color: be, border: "none" }, ".cm-activeLineGutter": { backgroundColor: ka }, ".cm-lineNumbers .cm-gutterElement": { color: xm }, ".cm-lineNumbers .cm-activeLineGutter": { color: Sm }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: be }, ".cm-tooltip": { border: `1px solid ${sl}`, backgroundColor: xa, color: be }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: be, borderBottomColor: be }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Ke, color: be } } }, { dark: wm }), Q(J.define([{ tag: s.keyword, color: rl }, { tag: [s.name, s.deleted, s.character, s.macroName], color: Sa }, { tag: [s.propertyName], color: cl }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: _m }, { tag: [s.function(s.variableName), s.labelName], color: cl }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Im }, { tag: [s.definition(s.name), s.separator], color: Sa }, { tag: [s.className], color: Tm }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: Dm }, { tag: [s.typeName], color: dl, fontStyle: dl }, { tag: [s.operator, s.operatorKeyword], color: rl }, { tag: [s.url, s.escape, s.regexp, s.link], color: Fm }, { tag: [s.meta, s.comment], color: Lm }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: $m }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: Sa }, { tag: s.invalid, color: Om }, { tag: s.strikethrough, textDecoration: "line-through" }]))], Nm = !1, Va = "#e1e2e7", Ce = "#6a6f8e", Ge = "#8591b840", hl = "#3760bf", _a = "#e1e2e7", pl = "#6a6f8e", Em = "#a7aaba22", Bm = "#b3b6cd", zm = "#68709a", Hm = "#e9e9ec", ul = "#9854f1", Ia = "#3760bf", ml = "#2e7de9", Am = "#587539", Pm = "#9854f1", gl = "#07879d", jm = "#3760bf", Rm = "#b15c00", Um = "#9da3c2", Wm = "#006a83", Ym = "#ff3e64", Xm = "#2e5857", qm = [X.theme({ "&": { color: Ce, backgroundColor: Va }, ".cm-content": { caretColor: hl }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: hl }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Ge }, ".cm-panels": { backgroundColor: _a, color: Ce }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: _a, outline: `1px solid ${pl}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Ge }, ".cm-activeLine": { backgroundColor: Em }, ".cm-selectionMatch": { backgroundColor: Ge }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: Hm, outline: "none" }, ".cm-gutters": { backgroundColor: Va, color: Ce, border: "none" }, ".cm-activeLineGutter": { backgroundColor: Va }, ".cm-lineNumbers .cm-gutterElement": { color: Bm }, ".cm-lineNumbers .cm-activeLineGutter": { color: zm }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: Ce }, ".cm-tooltip": { border: `1px solid ${pl}`, backgroundColor: _a, color: Ce }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: Ce, borderBottomColor: Ce }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Ge, color: Ce } } }, { dark: Nm }), Q(J.define([{ tag: s.keyword, color: ul }, { tag: [s.name, s.deleted, s.character, s.macroName], color: Ia }, { tag: [s.propertyName], color: ml }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: Am }, { tag: [s.function(s.variableName), s.labelName], color: ml }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Pm }, { tag: [s.definition(s.name), s.separator], color: Ia }, { tag: [s.className], color: jm }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: Rm }, { tag: [s.typeName], color: gl, fontStyle: gl }, { tag: [s.operator, s.operatorKeyword], color: ul }, { tag: [s.url, s.escape, s.regexp, s.link], color: Xm }, { tag: [s.meta, s.comment], color: Um }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: Wm }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: Ia }, { tag: s.invalid, color: Ym }, { tag: s.strikethrough, textDecoration: "line-through" }]))], Km = { disabled: !1, indentWithTab: !0, tabSize: 4, autofocus: !1, placeholder: "input...", backgroundColor: "white", language: "markdown", theme: "oneDark", phrases: "en-us" }, jl = { emits: ["update:config"], components: { CodemirrorEditor: Xh }, data: () => ({ codemrrConfig: { ...Km }, codemrrThemes: { oneDark: Gh, materialLight: pp, materialDark: Tp, solarizedLight: Up, solarizedDark: iu, dracula: yu, githubLight: Ou, githubDark: Yu, aura: nm, tokyoNight: Cm, tokyoNightStorm: Mm, tokyoNightDay: qm }, codemrrLanguages: { javascript: qa(), js: qa(), html: Mn(), markdown: En(), json: Nn(), vue: Bn(), java: Hn(), php: zn(), python: An(), go: jn(), mysql: Ka(), sql: Ka(), xml: Pn(), css: Rn() }, codemrrPhrases: { "Control character": "Steuerzeichen", "Selection deleted": "Auswahl gelöscht", "Folded lines": "Eingeklappte Zeilen", "Unfolded lines": "Ausgeklappte Zeilen", to: "bis", "folded code": "eingeklappter Code", unfold: "ausklappen", "Fold line": "Zeile einklappen", "Unfold line": "Zeile ausklappen", "Go to line": "Springe zu Zeile", go: "OK", Find: "Suchen", Replace: "Ersetzen", next: "nächste", previous: "vorherige", all: "alle", "match case": "groß/klein beachten", "by word": "ganze Wörter", replace: "ersetzen", "replace all": "alle ersetzen", close: "schließen", "current match": "aktueller Treffer", "replaced $ matches": "$ Treffer ersetzt", "replaced match on line $": "Treffer on Zeile $ ersetzt", "on line": "auf Zeile", Completions: "Vervollständigungen", Diagnostics: "Diagnosen", "No diagnostics": "Keine Diagnosen" }, editorViewInst: null, editorStateInst: null }), computed: { optionTheme() {
|
|
3062
|
+
} }), yi = "#e06c75", Lo = "#abb2bf", $a = "#7d8799", bi = "#d19a66", Ci = "#2c313a", wi = "#282c34", Ko = "#353a42", ki = "#528bff", Jh = Y.theme({ "&": { color: Lo, backgroundColor: wi }, ".cm-content": { caretColor: ki }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: ki }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: "#3E4451" }, ".cm-panels": { backgroundColor: "#21252b", color: Lo }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: "#72a1ff59", outline: "1px solid #457dff" }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: "#6199ff2f" }, ".cm-activeLine": { backgroundColor: "#6699ff0b" }, ".cm-selectionMatch": { backgroundColor: "#aafe661a" }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: "#bad0f847" }, ".cm-gutters": { backgroundColor: wi, color: $a, border: "none" }, ".cm-activeLineGutter": { backgroundColor: Ci }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: "#ddd" }, ".cm-tooltip": { border: "none", backgroundColor: Ko }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: Ko, borderBottomColor: Ko }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { backgroundColor: Ci, color: Lo } } }, { dark: !0 }), ep = J.define([{ tag: s.keyword, color: "#c678dd" }, { tag: [s.name, s.deleted, s.character, s.propertyName, s.macroName], color: yi }, { tag: [s.function(s.variableName), s.labelName], color: "#61afef" }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: bi }, { tag: [s.definition(s.name), s.separator], color: Lo }, { tag: [s.typeName, s.className, s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: "#e5c07b" }, { tag: [s.operator, s.operatorKeyword, s.url, s.escape, s.regexp, s.link, s.special(s.string)], color: "#56b6c2" }, { tag: [s.meta, s.comment], color: $a }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.strikethrough, textDecoration: "line-through" }, { tag: s.link, color: $a, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: yi }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: bi }, { tag: [s.processingInstruction, s.string, s.inserted], color: "#98c379" }, { tag: s.invalid, color: "#ffffff" }]), tp = [Jh, Q(ep)], op = !1, Go = "#FAFAFA", ce = "#90A4AE", He = "#80CBC440", xi = "#272727", Zo = "#FAFAFA", Si = "#00000010", ap = "#c2c2c222", ip = "#CFD8DC", lp = "#7E939E", np = "#FAFAFA", Vi = "#7C4DFF", Qo = "#90A4AE", _i = "#6182B8", sp = "#91B859", rp = "#F76D47", Ii = "#8796B0", cp = "#FFB62C", dp = "#F76D47", hp = "#90A4AE", pp = "#91B859", up = "#E53935", mp = "#39ADB5", gp = Y.theme({ "&": { color: ce, backgroundColor: Go }, ".cm-content": { caretColor: xi }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: xi }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: He }, ".cm-panels": { backgroundColor: Zo, color: ce }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: Zo, outline: `1px solid ${Si}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: He }, ".cm-activeLine": { backgroundColor: ap }, ".cm-selectionMatch": { backgroundColor: He }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: np, outline: "none" }, ".cm-gutters": { backgroundColor: Go, color: ce, border: "none" }, ".cm-activeLineGutter": { backgroundColor: Go }, ".cm-lineNumbers .cm-gutterElement": { color: ip }, ".cm-lineNumbers .cm-activeLineGutter": { color: lp }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: ce }, ".cm-tooltip": { border: `1px solid ${Si}`, backgroundColor: Zo, color: ce }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: ce, borderBottomColor: ce }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: He, color: ce } } }, { dark: op }), fp = J.define([{ tag: s.keyword, color: Vi }, { tag: [s.name, s.deleted, s.character, s.macroName], color: Qo }, { tag: [s.propertyName], color: _i }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: sp }, { tag: [s.function(s.variableName), s.labelName], color: _i }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: rp }, { tag: [s.definition(s.name), s.separator], color: Qo }, { tag: [s.className], color: cp }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: dp }, { tag: [s.typeName], color: Ii, fontStyle: Ii }, { tag: [s.operator, s.operatorKeyword], color: Vi }, { tag: [s.url, s.escape, s.regexp, s.link], color: mp }, { tag: [s.meta, s.comment], color: hp }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: pp }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: Qo }, { tag: s.invalid, color: up }, { tag: s.strikethrough, textDecoration: "line-through" }]), vp = [gp, Q(fp)], yp = !0, Jo = "#263238", de = "#EEFFFF", Pe = "#80CBC420", Ti = "#FFCC00", ea = "#263238", Di = "#FFFFFF10", bp = "#4c616c22", Cp = "#37474F", wp = "#607a86", kp = "#263238", Li = "#C792EA", ta = "#EEFFFF", $i = "#82AAFF", xp = "#C3E88D", Sp = "#F78C6C", Oi = "#B2CCD6", Vp = "#FFCB6B", _p = "#F78C6C", Ip = "#546E7A", Tp = "#C3E88D", Dp = "#FF5370", Lp = "#89DDFF", $p = Y.theme({ "&": { color: de, backgroundColor: Jo }, ".cm-content": { caretColor: Ti }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Ti }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Pe }, ".cm-panels": { backgroundColor: ea, color: de }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: ea, outline: `1px solid ${Di}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Pe }, ".cm-activeLine": { backgroundColor: bp }, ".cm-selectionMatch": { backgroundColor: Pe }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: kp, outline: "none" }, ".cm-gutters": { backgroundColor: Jo, color: de, border: "none" }, ".cm-activeLineGutter": { backgroundColor: Jo }, ".cm-lineNumbers .cm-gutterElement": { color: Cp }, ".cm-lineNumbers .cm-activeLineGutter": { color: wp }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: de }, ".cm-tooltip": { border: `1px solid ${Di}`, backgroundColor: ea, color: de }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: de, borderBottomColor: de }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Pe, color: de } } }, { dark: yp }), Op = J.define([{ tag: s.keyword, color: Li }, { tag: [s.name, s.deleted, s.character, s.macroName], color: ta }, { tag: [s.propertyName], color: $i }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: xp }, { tag: [s.function(s.variableName), s.labelName], color: $i }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Sp }, { tag: [s.definition(s.name), s.separator], color: ta }, { tag: [s.className], color: Vp }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: _p }, { tag: [s.typeName], color: Oi, fontStyle: Oi }, { tag: [s.operator, s.operatorKeyword], color: Li }, { tag: [s.url, s.escape, s.regexp, s.link], color: Lp }, { tag: [s.meta, s.comment], color: Ip }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: Tp }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: ta }, { tag: s.invalid, color: Dp }, { tag: s.strikethrough, textDecoration: "line-through" }]), Fp = [$p, Q(Op)], Mp = !1, oa = "#FDF6E3", he = "#586E75", je = "#EEE8D5", Fi = "#657B83", aa = "#FDF6E3", Mi = "#D3AF86", Ep = "#d5bd5c22", Bp = "#586E75", Np = "#567983", zp = "#EEE8D5", Ei = "#859900", ia = "#268BD2", Bi = "#268BD2", Ap = "#2AA198", Hp = "#CB4B16", Ni = "#CB4B16", Pp = "#CB4B16", jp = "#D33682", Rp = "#93A1A1", Up = "#268BD2", Wp = "#DC322F", Yp = "#DC322F", Xp = Y.theme({ "&": { color: he, backgroundColor: oa }, ".cm-content": { caretColor: Fi }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Fi }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: je }, ".cm-panels": { backgroundColor: aa, color: he }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: aa, outline: `1px solid ${Mi}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: je }, ".cm-activeLine": { backgroundColor: Ep }, ".cm-selectionMatch": { backgroundColor: je }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: zp, outline: "none" }, ".cm-gutters": { backgroundColor: oa, color: he, border: "none" }, ".cm-activeLineGutter": { backgroundColor: oa }, ".cm-lineNumbers .cm-gutterElement": { color: Bp }, ".cm-lineNumbers .cm-activeLineGutter": { color: Np }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: he }, ".cm-tooltip": { border: `1px solid ${Mi}`, backgroundColor: aa, color: he }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: he, borderBottomColor: he }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: je, color: he } } }, { dark: Mp }), qp = J.define([{ tag: s.keyword, color: Ei }, { tag: [s.name, s.deleted, s.character, s.macroName], color: ia }, { tag: [s.propertyName], color: Bi }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: Ap }, { tag: [s.function(s.variableName), s.labelName], color: Bi }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Hp }, { tag: [s.definition(s.name), s.separator], color: ia }, { tag: [s.className], color: Pp }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: jp }, { tag: [s.typeName], color: Ni, fontStyle: Ni }, { tag: [s.operator, s.operatorKeyword], color: Ei }, { tag: [s.url, s.escape, s.regexp, s.link], color: Yp }, { tag: [s.meta, s.comment], color: Rp }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: Up }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: ia }, { tag: s.invalid, color: Wp }, { tag: s.strikethrough, textDecoration: "line-through" }]), Kp = [Xp, Q(qp)], Gp = !0, la = "#002B36", pe = "#93A1A1", Re = "#274642", zi = "#D30102", na = "#002B36", Ai = "#2AA19899", Zp = "#005b7022", Qp = "#93A1A1", Jp = "#949494", eu = "#073642", Hi = "#859900", sa = "#268BD2", Pi = "#268BD2", tu = "#2AA198", ou = "#CB4B16", ji = "#CB4B16", au = "#CB4B16", iu = "#D33682", lu = "#586E75", nu = "#268BD2", su = "#DC322F", ru = "#DC322F", cu = [Y.theme({ "&": { color: pe, backgroundColor: la }, ".cm-content": { caretColor: zi }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: zi }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Re }, ".cm-panels": { backgroundColor: na, color: pe }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: na, outline: `1px solid ${Ai}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Re }, ".cm-activeLine": { backgroundColor: Zp }, ".cm-selectionMatch": { backgroundColor: Re }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: eu, outline: "none" }, ".cm-gutters": { backgroundColor: la, color: pe, border: "none" }, ".cm-activeLineGutter": { backgroundColor: la }, ".cm-lineNumbers .cm-gutterElement": { color: Qp }, ".cm-lineNumbers .cm-activeLineGutter": { color: Jp }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: pe }, ".cm-tooltip": { border: `1px solid ${Ai}`, backgroundColor: na, color: pe }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: pe, borderBottomColor: pe }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Re, color: pe } } }, { dark: Gp }), Q(J.define([{ tag: s.keyword, color: Hi }, { tag: [s.name, s.deleted, s.character, s.macroName], color: sa }, { tag: [s.propertyName], color: Pi }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: tu }, { tag: [s.function(s.variableName), s.labelName], color: Pi }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: ou }, { tag: [s.definition(s.name), s.separator], color: sa }, { tag: [s.className], color: au }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: iu }, { tag: [s.typeName], color: ji, fontStyle: ji }, { tag: [s.operator, s.operatorKeyword], color: Hi }, { tag: [s.url, s.escape, s.regexp, s.link], color: ru }, { tag: [s.meta, s.comment], color: lu }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: nu }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: sa }, { tag: s.invalid, color: su }, { tag: s.strikethrough, textDecoration: "line-through" }]))], du = !0, ra = "#282A36", ue = "#F8F8F2", Ue = "#44475A", Ri = "#F8F8F2", ca = "#282A36", Ui = "#191A21", hu = "#53576c22", pu = "#6272A4", uu = "#F8F8F2", mu = "#44475A", Wi = "#FF79C6", da = "#F8F8F2", Yi = "#50FA7B", gu = "#F1FA8C", fu = "#BD93F9", Xi = "#8BE9FD", vu = "#8BE9FD", yu = "#BD93F9", bu = "#6272A4", Cu = "#BD93F9", wu = "#FF5555", ku = "#F1FA8C", xu = [Y.theme({ "&": { color: ue, backgroundColor: ra }, ".cm-content": { caretColor: Ri }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Ri }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Ue }, ".cm-panels": { backgroundColor: ca, color: ue }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: ca, outline: `1px solid ${Ui}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Ue }, ".cm-activeLine": { backgroundColor: hu }, ".cm-selectionMatch": { backgroundColor: Ue }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: mu, outline: "none" }, ".cm-gutters": { backgroundColor: ra, color: ue, border: "none" }, ".cm-activeLineGutter": { backgroundColor: ra }, ".cm-lineNumbers .cm-gutterElement": { color: pu }, ".cm-lineNumbers .cm-activeLineGutter": { color: uu }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: ue }, ".cm-tooltip": { border: `1px solid ${Ui}`, backgroundColor: ca, color: ue }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: ue, borderBottomColor: ue }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Ue, color: ue } } }, { dark: du }), Q(J.define([{ tag: s.keyword, color: Wi }, { tag: [s.name, s.deleted, s.character, s.macroName], color: da }, { tag: [s.propertyName], color: Yi }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: gu }, { tag: [s.function(s.variableName), s.labelName], color: Yi }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: fu }, { tag: [s.definition(s.name), s.separator], color: da }, { tag: [s.className], color: vu }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: yu }, { tag: [s.typeName], color: Xi, fontStyle: Xi }, { tag: [s.operator, s.operatorKeyword], color: Wi }, { tag: [s.url, s.escape, s.regexp, s.link], color: ku }, { tag: [s.meta, s.comment], color: bu }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: Cu }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: da }, { tag: s.invalid, color: wu }, { tag: s.strikethrough, textDecoration: "line-through" }]))], Su = !1, ha = "#fff", me = "#444d56", We = "#0366d625", qi = "#044289", pa = "#fff", Ki = "#e1e4e8", Vu = "#c6c6c622", _u = "#1b1f234d", Iu = "#24292e", Tu = "#34d05840", Gi = "#d73a49", ua = "#e36209", Zi = "#005cc5", Du = "#032f62", Lu = "#005cc5", Qi = "#005cc5", $u = "#6f42c1", Ou = "#005cc5", Fu = "#6a737d", Mu = "#005cc5", Eu = "#cb2431", Bu = "#032f62", Nu = [Y.theme({ "&": { color: me, backgroundColor: ha }, ".cm-content": { caretColor: qi }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: qi }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: We }, ".cm-panels": { backgroundColor: pa, color: me }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: pa, outline: `1px solid ${Ki}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: We }, ".cm-activeLine": { backgroundColor: Vu }, ".cm-selectionMatch": { backgroundColor: We }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: Tu, outline: "none" }, ".cm-gutters": { backgroundColor: ha, color: me, border: "none" }, ".cm-activeLineGutter": { backgroundColor: ha }, ".cm-lineNumbers .cm-gutterElement": { color: _u }, ".cm-lineNumbers .cm-activeLineGutter": { color: Iu }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: me }, ".cm-tooltip": { border: `1px solid ${Ki}`, backgroundColor: pa, color: me }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: me, borderBottomColor: me }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: We, color: me } } }, { dark: Su }), Q(J.define([{ tag: s.keyword, color: Gi }, { tag: [s.name, s.deleted, s.character, s.macroName], color: ua }, { tag: [s.propertyName], color: Zi }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: Du }, { tag: [s.function(s.variableName), s.labelName], color: Zi }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Lu }, { tag: [s.definition(s.name), s.separator], color: ua }, { tag: [s.className], color: $u }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: Ou }, { tag: [s.typeName], color: Qi, fontStyle: Qi }, { tag: [s.operator, s.operatorKeyword], color: Gi }, { tag: [s.url, s.escape, s.regexp, s.link], color: Bu }, { tag: [s.meta, s.comment], color: Fu }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: Mu }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: ua }, { tag: s.invalid, color: Eu }, { tag: s.strikethrough, textDecoration: "line-through" }]))], zu = !0, ma = "#24292e", ge = "#d1d5da", Ye = "#3392FF44", Ji = "#c8e1ff", ga = "#24292e", el = "#1b1f23", Au = "#4d566022", Hu = "#444d56", Pu = "#e1e4e8", ju = "#17E5E650", tl = "#f97583", fa = "#ffab70", ol = "#79b8ff", Ru = "#9ecbff", Uu = "#79b8ff", al = "#79b8ff", Wu = "#b392f0", Yu = "#79b8ff", Xu = "#6a737d", qu = "#79b8ff", Ku = "#f97583", Gu = "#9ecbff", Zu = [Y.theme({ "&": { color: ge, backgroundColor: ma }, ".cm-content": { caretColor: Ji }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: Ji }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Ye }, ".cm-panels": { backgroundColor: ga, color: ge }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: ga, outline: `1px solid ${el}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Ye }, ".cm-activeLine": { backgroundColor: Au }, ".cm-selectionMatch": { backgroundColor: Ye }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: ju, outline: "none" }, ".cm-gutters": { backgroundColor: ma, color: ge, border: "none" }, ".cm-activeLineGutter": { backgroundColor: ma }, ".cm-lineNumbers .cm-gutterElement": { color: Hu }, ".cm-lineNumbers .cm-activeLineGutter": { color: Pu }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: ge }, ".cm-tooltip": { border: `1px solid ${el}`, backgroundColor: ga, color: ge }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: ge, borderBottomColor: ge }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Ye, color: ge } } }, { dark: zu }), Q(J.define([{ tag: s.keyword, color: tl }, { tag: [s.name, s.deleted, s.character, s.macroName], color: fa }, { tag: [s.propertyName], color: ol }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: Ru }, { tag: [s.function(s.variableName), s.labelName], color: ol }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Uu }, { tag: [s.definition(s.name), s.separator], color: fa }, { tag: [s.className], color: Wu }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: Yu }, { tag: [s.typeName], color: al, fontStyle: al }, { tag: [s.operator, s.operatorKeyword], color: tl }, { tag: [s.url, s.escape, s.regexp, s.link], color: Gu }, { tag: [s.meta, s.comment], color: Xu }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: qu }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: fa }, { tag: s.invalid, color: Ku }, { tag: s.strikethrough, textDecoration: "line-through" }]))], Qu = !0, va = "#21202e", fe = "#edecee", Xe = "#3d375e7f", il = "#a277ff", ya = "#21202e", ll = "#3b334b", Ju = "#4d4b6622", em = "#a394f033", tm = "#cdccce", om = "#a394f033", nl = "#a277ff", ba = "#edecee", sl = "#ffca85", am = "#61ffca", im = "#61ffca", rl = "#82e2ff", lm = "#82e2ff", nm = "#61ffca", sm = "#6d6d6d", rm = "#a277ff", cm = "#ff6767", dm = "#61ffca", hm = [Y.theme({ "&": { color: fe, backgroundColor: va }, ".cm-content": { caretColor: il }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: il }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Xe }, ".cm-panels": { backgroundColor: ya, color: fe }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: ya, outline: `1px solid ${ll}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Xe }, ".cm-activeLine": { backgroundColor: Ju }, ".cm-selectionMatch": { backgroundColor: Xe }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: om, outline: "none" }, ".cm-gutters": { backgroundColor: va, color: fe, border: "none" }, ".cm-activeLineGutter": { backgroundColor: va }, ".cm-lineNumbers .cm-gutterElement": { color: em }, ".cm-lineNumbers .cm-activeLineGutter": { color: tm }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: fe }, ".cm-tooltip": { border: `1px solid ${ll}`, backgroundColor: ya, color: fe }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: fe, borderBottomColor: fe }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Xe, color: fe } } }, { dark: Qu }), Q(J.define([{ tag: s.keyword, color: nl }, { tag: [s.name, s.deleted, s.character, s.macroName], color: ba }, { tag: [s.propertyName], color: sl }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: am }, { tag: [s.function(s.variableName), s.labelName], color: sl }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: im }, { tag: [s.definition(s.name), s.separator], color: ba }, { tag: [s.className], color: lm }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: nm }, { tag: [s.typeName], color: rl, fontStyle: rl }, { tag: [s.operator, s.operatorKeyword], color: nl }, { tag: [s.url, s.escape, s.regexp, s.link], color: dm }, { tag: [s.meta, s.comment], color: sm }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: rm }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: ba }, { tag: s.invalid, color: cm }, { tag: s.strikethrough, textDecoration: "line-through" }]))], pm = !0, Ca = "#1a1b26", ve = "#787c99", qe = "#515c7e40", cl = "#c0caf5", wa = "#1a1b26", dl = "#787c99", um = "#43455c22", mm = "#363b54", gm = "#737aa2", fm = "#16161e", hl = "#bb9af7", ka = "#c0caf5", pl = "#7aa2f7", vm = "#9ece6a", ym = "#bb9af7", ul = "#0db9d7", bm = "#c0caf5", Cm = "#ff9e64", wm = "#444b6a", km = "#89ddff", xm = "#ff5370", Sm = "#b4f9f8", Vm = [Y.theme({ "&": { color: ve, backgroundColor: Ca }, ".cm-content": { caretColor: cl }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: cl }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: qe }, ".cm-panels": { backgroundColor: wa, color: ve }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: wa, outline: `1px solid ${dl}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: qe }, ".cm-activeLine": { backgroundColor: um }, ".cm-selectionMatch": { backgroundColor: qe }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: fm, outline: "none" }, ".cm-gutters": { backgroundColor: Ca, color: ve, border: "none" }, ".cm-activeLineGutter": { backgroundColor: Ca }, ".cm-lineNumbers .cm-gutterElement": { color: mm }, ".cm-lineNumbers .cm-activeLineGutter": { color: gm }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: ve }, ".cm-tooltip": { border: `1px solid ${dl}`, backgroundColor: wa, color: ve }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: ve, borderBottomColor: ve }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: qe, color: ve } } }, { dark: pm }), Q(J.define([{ tag: s.keyword, color: hl }, { tag: [s.name, s.deleted, s.character, s.macroName], color: ka }, { tag: [s.propertyName], color: pl }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: vm }, { tag: [s.function(s.variableName), s.labelName], color: pl }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: ym }, { tag: [s.definition(s.name), s.separator], color: ka }, { tag: [s.className], color: bm }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: Cm }, { tag: [s.typeName], color: ul, fontStyle: ul }, { tag: [s.operator, s.operatorKeyword], color: hl }, { tag: [s.url, s.escape, s.regexp, s.link], color: Sm }, { tag: [s.meta, s.comment], color: wm }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: km }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: ka }, { tag: s.invalid, color: xm }, { tag: s.strikethrough, textDecoration: "line-through" }]))], _m = !0, xa = "#24283b", ye = "#7982a9", Ke = "#6f7bb630", ml = "#c0caf5", Sa = "#24283b", gl = "#7982a9", Im = "#4d547722", Tm = "#3b4261", Dm = "#737aa2", Lm = "#1f2335", fl = "#bb9af7", Va = "#c0caf5", vl = "#7aa2f7", $m = "#9ece6a", Om = "#bb9af7", yl = "#2ac3de", Fm = "#c0caf5", Mm = "#ff9e64", Em = "#565f89", Bm = "#89ddff", Nm = "#ff5370", zm = "#b4f9f8", Am = [Y.theme({ "&": { color: ye, backgroundColor: xa }, ".cm-content": { caretColor: ml }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: ml }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Ke }, ".cm-panels": { backgroundColor: Sa, color: ye }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: Sa, outline: `1px solid ${gl}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Ke }, ".cm-activeLine": { backgroundColor: Im }, ".cm-selectionMatch": { backgroundColor: Ke }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: Lm, outline: "none" }, ".cm-gutters": { backgroundColor: xa, color: ye, border: "none" }, ".cm-activeLineGutter": { backgroundColor: xa }, ".cm-lineNumbers .cm-gutterElement": { color: Tm }, ".cm-lineNumbers .cm-activeLineGutter": { color: Dm }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: ye }, ".cm-tooltip": { border: `1px solid ${gl}`, backgroundColor: Sa, color: ye }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: ye, borderBottomColor: ye }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Ke, color: ye } } }, { dark: _m }), Q(J.define([{ tag: s.keyword, color: fl }, { tag: [s.name, s.deleted, s.character, s.macroName], color: Va }, { tag: [s.propertyName], color: vl }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: $m }, { tag: [s.function(s.variableName), s.labelName], color: vl }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Om }, { tag: [s.definition(s.name), s.separator], color: Va }, { tag: [s.className], color: Fm }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: Mm }, { tag: [s.typeName], color: yl, fontStyle: yl }, { tag: [s.operator, s.operatorKeyword], color: fl }, { tag: [s.url, s.escape, s.regexp, s.link], color: zm }, { tag: [s.meta, s.comment], color: Em }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: Bm }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: Va }, { tag: s.invalid, color: Nm }, { tag: s.strikethrough, textDecoration: "line-through" }]))], Hm = !1, _a = "#e1e2e7", be = "#6a6f8e", Ge = "#8591b840", bl = "#3760bf", Ia = "#e1e2e7", Cl = "#6a6f8e", Pm = "#a7aaba22", jm = "#b3b6cd", Rm = "#68709a", Um = "#e9e9ec", wl = "#9854f1", Ta = "#3760bf", kl = "#2e7de9", Wm = "#587539", Ym = "#9854f1", xl = "#07879d", Xm = "#3760bf", qm = "#b15c00", Km = "#9da3c2", Gm = "#006a83", Zm = "#ff3e64", Qm = "#2e5857", Jm = [Y.theme({ "&": { color: be, backgroundColor: _a }, ".cm-content": { caretColor: bl }, ".cm-cursor, .cm-dropCursor": { borderLeftColor: bl }, "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": { backgroundColor: Ge }, ".cm-panels": { backgroundColor: Ia, color: be }, ".cm-panels.cm-panels-top": { borderBottom: "2px solid black" }, ".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" }, ".cm-searchMatch": { backgroundColor: Ia, outline: `1px solid ${Cl}` }, ".cm-searchMatch.cm-searchMatch-selected": { backgroundColor: Ge }, ".cm-activeLine": { backgroundColor: Pm }, ".cm-selectionMatch": { backgroundColor: Ge }, "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": { backgroundColor: Um, outline: "none" }, ".cm-gutters": { backgroundColor: _a, color: be, border: "none" }, ".cm-activeLineGutter": { backgroundColor: _a }, ".cm-lineNumbers .cm-gutterElement": { color: jm }, ".cm-lineNumbers .cm-activeLineGutter": { color: Rm }, ".cm-foldPlaceholder": { backgroundColor: "transparent", border: "none", color: be }, ".cm-tooltip": { border: `1px solid ${Cl}`, backgroundColor: Ia, color: be }, ".cm-tooltip .cm-tooltip-arrow:before": { borderTopColor: "transparent", borderBottomColor: "transparent" }, ".cm-tooltip .cm-tooltip-arrow:after": { borderTopColor: be, borderBottomColor: be }, ".cm-tooltip-autocomplete": { "& > ul > li[aria-selected]": { background: Ge, color: be } } }, { dark: Hm }), Q(J.define([{ tag: s.keyword, color: wl }, { tag: [s.name, s.deleted, s.character, s.macroName], color: Ta }, { tag: [s.propertyName], color: kl }, { tag: [s.processingInstruction, s.string, s.inserted, s.special(s.string)], color: Wm }, { tag: [s.function(s.variableName), s.labelName], color: kl }, { tag: [s.color, s.constant(s.name), s.standard(s.name)], color: Ym }, { tag: [s.definition(s.name), s.separator], color: Ta }, { tag: [s.className], color: Xm }, { tag: [s.number, s.changed, s.annotation, s.modifier, s.self, s.namespace], color: qm }, { tag: [s.typeName], color: xl, fontStyle: xl }, { tag: [s.operator, s.operatorKeyword], color: wl }, { tag: [s.url, s.escape, s.regexp, s.link], color: Qm }, { tag: [s.meta, s.comment], color: Km }, { tag: s.strong, fontWeight: "bold" }, { tag: s.emphasis, fontStyle: "italic" }, { tag: s.link, textDecoration: "underline" }, { tag: s.heading, fontWeight: "bold", color: Gm }, { tag: [s.atom, s.bool, s.special(s.variableName)], color: Ta }, { tag: s.invalid, color: Zm }, { tag: s.strikethrough, textDecoration: "line-through" }]))], e1 = { disabled: !1, indentWithTab: !0, tabSize: 4, autofocus: !1, placeholder: "input...", backgroundColor: "white", language: "markdown", theme: "oneDark", phrases: "en-us" }, ql = { emits: ["update:config"], components: { CodemirrorEditor: Qh }, data: () => ({ codemrrConfig: { ...e1 }, codemrrThemes: { oneDark: tp, materialLight: vp, materialDark: Fp, solarizedLight: Kp, solarizedDark: cu, dracula: xu, githubLight: Nu, githubDark: Zu, aura: hm, tokyoNight: Vm, tokyoNightStorm: Am, tokyoNightDay: Jm }, codemrrLanguages: { javascript: Qa(), js: Qa(), html: Pn(), markdown: Rn(), json: jn(), vue: Un(), java: Yn(), php: Wn(), python: Xn(), go: Kn(), mysql: Ja(), sql: Ja(), xml: qn(), css: Gn() }, codemrrPhrases: { "Control character": "Steuerzeichen", "Selection deleted": "Auswahl gelöscht", "Folded lines": "Eingeklappte Zeilen", "Unfolded lines": "Ausgeklappte Zeilen", to: "bis", "folded code": "eingeklappter Code", unfold: "ausklappen", "Fold line": "Zeile einklappen", "Unfold line": "Zeile ausklappen", "Go to line": "Springe zu Zeile", go: "OK", Find: "Suchen", Replace: "Ersetzen", next: "nächste", previous: "vorherige", all: "alle", "match case": "groß/klein beachten", "by word": "ganze Wörter", replace: "ersetzen", "replace all": "alle ersetzen", close: "schließen", "current match": "aktueller Treffer", "replaced $ matches": "$ Treffer ersetzt", "replaced match on line $": "Treffer on Zeile $ ersetzt", "on line": "auf Zeile", Completions: "Vervollständigungen", Diagnostics: "Diagnosen", "No diagnostics": "Keine Diagnosen" }, editorViewInst: null, editorStateInst: null }), computed: { optionTheme() {
|
|
3047
3063
|
let e = Object.keys(this.codemrrThemes);
|
|
3048
3064
|
return ["default"].concat(e);
|
|
3049
3065
|
}, optionPhrases: () => ["en-us", "de-de"], optionLanguage() {
|
|
@@ -3058,7 +3074,7 @@ const Yh = Object.freeze({ autofocus: !1, disabled: !1, indentWithTab: !0, tabSi
|
|
|
3058
3074
|
} } }, Me = { props: { editorID: { type: [String], required: !1, default: () => "" } }, data: () => ({ editorRefEL: null }), computed: { editorRefID() {
|
|
3059
3075
|
return this.editorID ? this.editorID : this.$options.name + +/* @__PURE__ */ new Date() + ((1e3 * Math.random()).toFixed(0) + "");
|
|
3060
3076
|
} } };
|
|
3061
|
-
function
|
|
3077
|
+
function Kl(e, t) {
|
|
3062
3078
|
var o = document.createElement("a");
|
|
3063
3079
|
if (o.setAttribute("href", "data:text/plain;charset=UTF-8," + encodeURIComponent(e)), o.setAttribute("download", t), o.style.display = "none", document.createEvent) {
|
|
3064
3080
|
const l = document.createEvent("MouseEvents");
|
|
@@ -3068,22 +3084,22 @@ function Rl(e, t) {
|
|
|
3068
3084
|
function Ze(e) {
|
|
3069
3085
|
return e < 10 ? "0" + e : e;
|
|
3070
3086
|
}
|
|
3071
|
-
const
|
|
3072
|
-
return d(), p("svg",
|
|
3087
|
+
const t1 = { undo: !1, redo: !1, strong: !0, italic: !0, overline: !0, h1: !0, h2: !0, h3: !0, h4: !0, h5: !0, h6: !0, hr: !0, quote: !0, ul: !0, ol: !0, notChecked: !0, checked: !0, link: !0, table: !0, image: !0, uploadImage: !0, custom_image: !0, custom_uploadImage: !0, custom_uploadFile: !0, importmd: !0, exportmd: !0, code: !0, html_to_markdown: !0, split: !0, preview: !0, scrollSync: !0, save: !0, clear: !0, copy: !0, toc: !0, fullscreen: !0, theme: !0, backgroundColor: !1, language: !1, phrases: !1, disabled: !1, autofocus: !1, indentWithTab: !1 }, o1 = { t: "1713021153946", class: "icon", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "1924", width: "20", height: "20" }, a1 = { t: "1599285632421", class: "icon", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "45640", width: "17", height: "17" }, i1 = { t: "1611551476626", class: "icon", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "4615", width: "22", height: "22" }, l1 = { t: "1713097613984", class: "icon", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "6856", width: "18", height: "18" }, n1 = { t: "1713109019954", class: "icon", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "13071", width: "18", height: "18" }, Ua = { components: { SvgImgMap: S({ name: "SvgImgMap" }, [["render", function(e, t, o, l, a, i) {
|
|
3088
|
+
return d(), p("svg", o1, [...t[0] || (t[0] = [r("path", { d: "M659.456 786.432l-114.688-188.416c-4.10112-8.192-8.19712-12.28288-16.384-12.28288-4.096 0-8.19712 4.096-12.288 4.096l-57.344 57.344-61.44-90.11712c-4.096-8.192-8.192-12.28288-16.384-12.28288s-12.288 4.096-16.384 8.192l-151.552 225.28c0 4.096-4.096 8.192-4.096 12.288 0 12.28288 8.192 20.48 20.48 20.48h413.696c12.288 0 20.48-8.19712 20.48-20.48l-4.096-4.10112zM286.72 512c40.96 0 73.728-32.768 73.728-73.728S327.68 364.544 286.72 364.544s-73.728 32.768-73.728 73.728C208.896 479.232 245.76 512 286.72 512zM851.968 98.304H323.584c-40.96 0-73.728 32.768-73.728 73.728v20.48c0 12.288 8.192 20.48 20.48 20.48s16.384-12.288 16.384-20.48v-20.48c0-20.48 16.384-36.864 36.864-36.864h528.384c20.48 0 36.85888 16.384 36.85888 36.864v528.384c0 20.48-16.37888 36.864-36.85888 36.864h-20.48c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h20.48c40.96 0 73.72288-32.768 73.72288-73.728v-532.48c0.00512-40.96-32.76288-73.728-73.72288-73.728z", "p-id": "1925" }, null, -1), r("path", { d: "M700.416 249.856H172.032c-40.96 0-73.728 32.768-73.728 73.728v528.384c0 40.96 32.768 73.72288 73.728 73.72288h528.384c40.96 0 73.728-32.76288 73.728-73.72288V323.584c0-40.96-32.768-73.728-73.728-73.728z m36.864 602.112c0 20.48-16.384 36.85888-36.864 36.85888H172.032c-20.48 0-36.864-16.37888-36.864-36.85888V323.584c0-20.48 16.384-36.864 36.864-36.864h528.384c20.48 0 36.864 16.384 36.864 36.864v528.384z", "p-id": "1926" }, null, -1)])]);
|
|
3073
3089
|
}]]), SvgUploadFile: S({ name: "SvgUploadFile" }, [["render", function(e, t, o, l, a, i) {
|
|
3074
|
-
return d(), p("svg",
|
|
3090
|
+
return d(), p("svg", a1, [...t[0] || (t[0] = [r("path", { d: "M127.519 892.879v-763.34h655.448V514.69h63.612V81.831c0-8.783-7.12-15.903-15.903-15.903H79.81c-8.783 0-15.903 7.12-15.903 15.903v858.757c0 8.783 7.12 15.903 15.903 15.903h493.993v-63.612H127.519z", "p-id": "45641" }, null, -1), r("path", { d: "M231.608 228.388h447.269V292H231.608zM231.608 384.409h447.269v63.612H231.608zM231.608 540.43h245.141v63.612H231.608zM231.608 696.451h245.141v63.612H231.608zM923.269 762.938L745.315 584.984c-3.545-3.545-8.34-5.074-12.966-4.596a15.931 15.931 0 0 0-9.848 4.616L544.586 762.918c-6.248 6.248-6.248 16.379 0 22.627l22.353 22.353c6.248 6.248 16.379 6.248 22.627 0l112.555-112.555v245.148c0 8.837 7.163 16 16 16h31.612c8.837 0 16-7.163 16-16V695.363l112.555 112.555c6.248 6.248 16.379 6.248 22.627 0l22.353-22.353c6.249-6.248 6.249-16.378 0.001-22.627z", "p-id": "45642" }, null, -1)])]);
|
|
3075
3091
|
}]]), SvgToc: S({ name: "SvgToc" }, [["render", function(e, t, o, l, a, i) {
|
|
3076
|
-
return d(), p("svg",
|
|
3092
|
+
return d(), p("svg", i1, [...t[0] || (t[0] = [r("path", { d: "M370.1 371.5h-49.6c-3.1 0-5.7-2.5-5.7-5.7v-49.6c0-3.1 2.5-5.7 5.7-5.7h49.6c3.1 0 5.7 2.5 5.7 5.7v49.6c0 3.1-2.6 5.7-5.7 5.7z m333.5-7.6H460.5c-3.1 0-5.7-2.5-5.7-5.7v-34.5c0-3.1 2.5-5.7 5.7-5.7h243.2c3.1 0 5.7 2.5 5.7 5.7v34.5c-0.1 3.2-2.7 5.7-5.8 5.7zM370.1 712.4h-49.6c-3.1 0-5.7-2.5-5.7-5.7v-49.6c0-3.1 2.5-5.7 5.7-5.7h49.6c3.1 0 5.7 2.5 5.7 5.7v49.6c0 3.2-2.6 5.7-5.7 5.7z m333.5-7.5H460.5c-3.1 0-5.7-2.5-5.7-5.7v-34.5c0-3.1 2.5-5.7 5.7-5.7h243.2c3.1 0 5.7 2.5 5.7 5.7v34.5c-0.1 3.1-2.7 5.7-5.8 5.7zM370.1 542.5h-49.6c-3.1 0-5.7-2.5-5.7-5.7v-49.6c0-3.1 2.5-5.7 5.7-5.7h49.6c3.1 0 5.7 2.5 5.7 5.7v49.6c0 3.1-2.6 5.7-5.7 5.7z m333.5-7.6H460.5c-3.1 0-5.7-2.5-5.7-5.7v-34.5c0-3.1 2.5-5.7 5.7-5.7h243.2c3.1 0 5.7 2.5 5.7 5.7v34.5c-0.1 3.2-2.7 5.7-5.8 5.7z", "p-id": "4616" }, null, -1), r("path", { d: "M847.1 560.4V250.1s0-24.7-14-46.4c-10.8-16.8-30-31.8-64.2-31.8h-261c-0.2 0-0.3 0-0.5 0.1H255s-78.1 0-78.1 78.1l0.1 213.4V774s0 24.7 13.9 46.3c10.8 16.8 30 31.8 64.2 31.8h261.1c0.2 0 0.3 0 0.5-0.1H769s78.1 0 78.1-78.1l-0.1-213.4 0.1-0.1z m-39 213.6c-1.3 38.5-38.9 39-38.9 39h-514c-1.3-0.1-2.5-0.2-3.8-0.3-5.4-1.1-15.7-4.1-23.9-11.7-9-9.7-11.2-22.3-11.7-26.1v-0.7l0.1-524.2c1.3-38.5 38.9-39 38.9-39h514c1.3 0.1 2.5 0.2 3.7 0.3 5.4 1.1 15.7 4.1 23.9 11.7 9 9.7 11.2 22.2 11.7 26 0 0.2 0 0.5 0.1 0.7l-0.1 524.3z", "p-id": "4617" }, null, -1)])]);
|
|
3077
3093
|
}]]), SvgCopy: S({ name: "SvgCopy" }, [["render", function(e, t, o, l, a, i) {
|
|
3078
|
-
return d(), p("svg",
|
|
3094
|
+
return d(), p("svg", l1, [...t[0] || (t[0] = [r("path", { d: "M857.373005 65.290005 469.604424 65.290005c-34.211173 0-62.044078 27.832905-62.044078 62.043055l0 10.340509-63.076594 0c-25.993001 0-48.228421 16.346293-57.001225 39.293935L166.626995 176.967504c-34.21015 0-62.043055 27.832905-62.043055 62.043055l0 657.655358c0 34.21015 27.832905 62.043055 62.043055 62.043055l550.115086 0c34.21015 0 62.043055-27.832905 62.043055-62.043055l0-49.634444 78.587869 0c34.21015 0 62.043055-27.832905 62.043055-62.043055L919.41606 127.33306C919.41606 93.122911 891.583155 65.290005 857.373005 65.290005zM344.483752 179.035606l194.402595 0c10.833743 0 19.646456 8.813736 19.646456 19.646456 0 10.833743-8.813736 19.646456-19.646456 19.646456L344.483752 218.328517c-10.833743 0-19.646456-8.813736-19.646456-19.646456C324.836273 187.849342 333.650009 179.035606 344.483752 179.035606zM737.423099 896.665917c0 11.402701-9.278317 20.681018-20.681018 20.681018L166.626995 917.346935c-11.403724 0-20.681018-9.278317-20.681018-20.681018L145.945977 239.010559c0-11.402701 9.277294-20.681018 20.681018-20.681018l120.111588 0c8.197706 24.02723 30.977525 41.362037 57.744145 41.362037l194.402595 0c26.767644 0 49.54644-17.334807 57.744145-41.362037l120.111588 0c11.402701 0 20.681018 9.278317 20.681018 20.681018L737.422076 896.665917zM878.054023 784.988418c0 11.402701-9.278317 20.681018-20.681018 20.681018l-78.587869 0L778.785136 239.010559c0-34.21015-27.832905-62.043055-62.043055-62.043055L595.886549 176.967504c-8.771781-22.947641-31.007201-39.293935-57.001225-39.293935l-89.963964 0L448.921359 127.33306c0-11.403724 9.278317-20.681018 20.683065-20.681018l387.768581 0c11.402701 0 20.681018 9.277294 20.681018 20.681018L878.054023 784.988418z", "p-id": "6857" }, null, -1), r("path", { d: "M620.597347 334.252737 260.748652 334.252737c-11.422144 0-20.681018 9.259898-20.681018 20.681018s9.258874 20.681018 20.681018 20.681018l359.849718 0c11.42112 0 20.681018-9.259898 20.681018-20.681018S632.018467 334.252737 620.597347 334.252737z", "p-id": "6858" }, null, -1), r("path", { d: "M620.597347 454.201619 260.748652 454.201619c-11.422144 0-20.681018 9.259898-20.681018 20.681018 0 11.42112 9.258874 20.681018 20.681018 20.681018l359.849718 0c11.42112 0 20.681018-9.259898 20.681018-20.681018C641.278365 463.46254 632.018467 454.201619 620.597347 454.201619z", "p-id": "6859" }, null, -1), r("path", { d: "M440.673511 574.151525 260.748652 574.151525c-11.422144 0-20.681018 9.259898-20.681018 20.681018 0 11.42112 9.258874 20.681018 20.681018 20.681018l179.924859 0c11.42112 0 20.681018-9.259898 20.681018-20.681018C461.35453 583.411423 452.093609 574.151525 440.673511 574.151525z", "p-id": "6860" }, null, -1)])]);
|
|
3079
3095
|
}]]), SvgLanguage: S({ name: "SvgLanguage" }, [["render", function(e, t, o, l, a, i) {
|
|
3080
|
-
return d(), p("svg",
|
|
3096
|
+
return d(), p("svg", n1, [...t[0] || (t[0] = [r("path", { d: "M200.313605 806.764028h487.993851v78.708685h-487.993851z", fill: "#6C7280", "p-id": "13072" }, null, -1), r("path", { d: "M809.518832 136.166026H79.102229a78.708686 78.708686 0 0 0-78.708686 78.708686V944.504228a78.708686 78.708686 0 0 0 78.708686 78.708685h730.416603a78.708686 78.708686 0 0 0 78.708685-78.708685V214.874712a78.708686 78.708686 0 0 0-78.708685-78.708686z m0 848.479631V944.504228H79.102229V214.874712h730.416603V944.504228z", "p-id": "13073" }, null, -1), r("path", { d: "M944.897771 0H171.978478v78.708686H944.897771v787.086856h78.708686V78.708686a78.708686 78.708686 0 0 0-78.708686-78.708686z", "p-id": "13074" }, null, -1), r("path", { d: "M360.092237 609.205227h161.352805l44.863951 117.275941h58.244427l-157.417371-385.672559h-55.09608L263.280553 725.694081H315.228286z m57.45734-157.417372a487.206764 487.206764 0 0 0 20.464259-73.986164q8.657955 31.483474 27.548039 78.708686l40.14143 107.043812H375.046887z", "p-id": "13075" }, null, -1)])]);
|
|
3081
3097
|
}]]) }, emits: ["on-action", "on-act-copy", "on-act-save", "on-act-theme", "on-act-custom", "on-act-choose-image"], props: { exportFileName: { type: String, default: "" }, toolbars: { type: Object, default: () => ({}) }, isPreview: { type: Boolean, default: !1 }, isFullscreen: { type: Boolean, default: !1 } }, data: () => ({ actionThemeDropdown: !1, actionPhrasesDropdown: !1, actionLanguageDropdown: !1, actionBgColorDropdown: !1, actionSplit: !0, actionPreview: !1, actionScrollSync: !0, actionToc: !0, actionFullscreen: !1, actionHtmlDiaVisible: !1, actionHtmlText: "" }), computed: { lastExpFileName() {
|
|
3082
3098
|
let e = /* @__PURE__ */ new Date(), t = e.getFullYear(), o = e.getMonth() + 1, l = e.getDate(), a = e.getHours(), i = e.getMinutes(), n = t + "-" + Ze(o) + "-" + Ze(l) + "_" + Ze(a) + "-" + Ze(i);
|
|
3083
3099
|
return this.exportFileName || n;
|
|
3084
3100
|
}, toolConfig() {
|
|
3085
3101
|
const { toolbars: e = {} } = this;
|
|
3086
|
-
return { ...
|
|
3102
|
+
return { ...t1, ...e };
|
|
3087
3103
|
} }, created() {
|
|
3088
3104
|
this.actionPreview = this.isPreview || !1;
|
|
3089
3105
|
}, methods: { actionPhrasesSet(e) {
|
|
@@ -3110,7 +3126,7 @@ const Gm = { undo: !1, redo: !1, strong: !0, italic: !0, overline: !0, h1: !0, h
|
|
|
3110
3126
|
}, actionUndo() {
|
|
3111
3127
|
if (this.editorViewInst) {
|
|
3112
3128
|
const e = this.editorViewInst.state.behavior(Se.effect(Se.undo));
|
|
3113
|
-
this.editorViewInst.update([{ changes: { from: 0, to: e.doc.length, insert: e.doc }, selection:
|
|
3129
|
+
this.editorViewInst.update([{ changes: { from: 0, to: e.doc.length, insert: e.doc }, selection: Bn.single(0) }]);
|
|
3114
3130
|
}
|
|
3115
3131
|
}, actionRedo() {
|
|
3116
3132
|
this.editorViewInst && this.editorViewInst.dispatch({ ...this.editorViewInst.state, effects: Se.redo() });
|
|
@@ -3208,7 +3224,7 @@ row 2 col 1 | row 2 col 2
|
|
|
3208
3224
|
}, actionExportFile() {
|
|
3209
3225
|
let e = ".text";
|
|
3210
3226
|
const t = { java: ".java", php: ".php", css: ".css", vue: ".vue", go: ".go", python: ".py", json: ".json", javascript: ".js", js: ".js", html: ".html", markdown: ".md" };
|
|
3211
|
-
this.language && t[this.language] && (e = t[this.language]),
|
|
3227
|
+
this.language && t[this.language] && (e = t[this.language]), Kl(this.localVal, this.lastExpFileName + e);
|
|
3212
3228
|
}, insertCode() {
|
|
3213
3229
|
const e = this.getLastPoint(), t = e.content || !1;
|
|
3214
3230
|
let o = "";
|
|
@@ -3224,12 +3240,12 @@ row 2 col 1 | row 2 col 2
|
|
|
3224
3240
|
const e = this.getLastPoint();
|
|
3225
3241
|
let t = "";
|
|
3226
3242
|
t = `
|
|
3227
|
-
` +
|
|
3243
|
+
` + Zn(this.actionHtmlText), this.insertContent(e.end, t), this.setCursor(e.start + t.length, e.start + t.length), this.actionHtmlText = "", this.actionHtmlDiaVisible = !1;
|
|
3228
3244
|
}, actionCurrent(e, t) {
|
|
3229
3245
|
this.$emit("on-action", e, t);
|
|
3230
3246
|
}, actionCustom(e) {
|
|
3231
3247
|
this.$emit("on-act-custom", e);
|
|
3232
|
-
} } },
|
|
3248
|
+
} } }, s1 = { name: "cvEditorCode", mixins: [ql, Me, Ua], emits: ["update:modelValue", "on-ready"], props: { modelValue: { type: [String, Number], default: "" }, options: { type: [Object], default: () => ({ autoRefresh: !0, autofocus: !1, lineNumbers: !0, tabSize: 4, indentUnit: 2, line: !0, styleActiveLine: !0 }) }, toolbars: { type: [Object], default: () => ({}) }, language: { type: [String], default: "" }, theme: { type: [String], default: "oneDark" }, readOnly: { type: [Boolean], default: !1 }, autoSave: { type: [Boolean], default: !1 }, width: { type: [Number, String], default: "auto" }, height: { type: [Number, String], default: 600 }, bordered: { type: [Boolean], default: !0 } }, data: () => ({ localVal: "", heightMainPx: "", editorWrapRefEL: null }), watch: { localVal(e) {
|
|
3233
3249
|
this.$emit("update:modelValue", e);
|
|
3234
3250
|
}, modelValue(e) {
|
|
3235
3251
|
this.localVal != e && (this.localVal = e);
|
|
@@ -3257,10 +3273,10 @@ row 2 col 1 | row 2 col 2
|
|
|
3257
3273
|
const { container: t, state: o, view: l } = e;
|
|
3258
3274
|
this.editorStateInst = o, this.editorViewInst = l, this.listerenEvent(), this.$emit("on-ready");
|
|
3259
3275
|
}, listerenEvent() {
|
|
3260
|
-
} } },
|
|
3276
|
+
} } }, r1 = { key: 0, class: "cv-editor-code-toolbar", "data-title": "头部工具栏" }, c1 = { class: "cv-editor-toolbars" }, d1 = { name: "导入文件", class: "import-file" }, h1 = { name: "保存到本地" }, p1 = { key: 1, class: "shift-theme", name: "主题" }, u1 = ["onClick"], m1 = { class: "shift-theme", name: "语言" }, g1 = ["onClick"], f1 = { class: "icon-svg" }, v1 = { key: 5, class: "segmentation" }, y1 = ["name"], b1 = { title: "编辑器", class: "cv-editor-code-main" }, $o = S(s1, [["render", function(e, t, o, l, a, i) {
|
|
3261
3277
|
const n = C("SvgLanguage"), c = C("SvgCopy"), h = C("CodemirrorEditor");
|
|
3262
|
-
return d(), p("div", { ref: i.editorWrapRefID, class:
|
|
3263
|
-
}]]),
|
|
3278
|
+
return d(), p("div", { ref: i.editorWrapRefID, class: N(["cv-editor-code-wrap cv-editor-vars", o.bordered ? "border" : ""]), style: z({ width: i.widthTotalPx, height: i.heightTotalPx }) }, [e.actionPreview ? k("", !0) : (d(), p("div", r1, [r("ul", c1, [e.$slots.title ? (d(), p(F, { key: 0 }, [r("li", null, [L(e.$slots, "title")]), t[16] || (t[16] = r("li", { class: "segmentation" }, [r("div")], -1))], 64)) : k("", !0), M(r("li", d1, [r("span", { class: "iconfont icon-daoru", onClick: t[0] || (t[0] = (...u) => e.actionImportFile && e.actionImportFile(...u)) }), r("input", { type: "file", onChange: t[1] || (t[1] = (u) => e.actionImportFile(u)), accept: "text/markdown" }, null, 32)], 512), [[H, e.toolConfig.importmd]]), M(r("li", h1, [r("span", { class: "iconfont icon-download", onClick: t[2] || (t[2] = (...u) => e.actionExportFile && e.actionExportFile(...u)) })], 512), [[H, e.toolConfig.exportmd]]), t[20] || (t[20] = r("li", { class: "segmentation" }, [r("div")], -1)), e.toolConfig.theme ? (d(), p("li", p1, [r("span", { class: "iconfont icon-theme", onClick: t[3] || (t[3] = (u) => e.actionThemeDropdown = !e.actionThemeDropdown) }), r("ul", { class: N({ active: e.actionThemeDropdown }), onMouseleave: t[4] || (t[4] = (u) => e.actionThemeDropdown = !1) }, [(d(!0), p(F, null, B(e.optionTheme, (u) => (d(), p("li", { onClick: (m) => e.actionThemesSet(u) }, T(u), 9, u1))), 256))], 34)])) : k("", !0), r("li", m1, [r("span", { class: "icon-svg", onClick: t[5] || (t[5] = (u) => e.actionLanguageDropdown = !e.actionLanguageDropdown) }, [y(n)]), r("ul", { class: N({ active: e.actionLanguageDropdown }), onMouseleave: t[6] || (t[6] = (u) => e.actionLanguageDropdown = !1) }, [(d(!0), p(F, null, B(e.optionLanguage, (u) => (d(), p("li", { class: N(u == o.language ? "active" : ""), onClick: (m) => e.actionLanguageSet(u) }, T(u), 11, g1))), 256))], 34)]), t[21] || (t[21] = r("li", { class: "empty" }, null, -1)), e.toolConfig.copy ? (d(), p("li", { key: 2, name: "复制", onClick: t[7] || (t[7] = (...u) => e.actionCopySet && e.actionCopySet(...u)) }, [r("span", f1, [y(c)])])) : k("", !0), e.toolConfig.clear ? (d(), p("li", { key: 3, name: "清空", onClick: t[8] || (t[8] = (u) => a.localVal = "") }, [...t[17] || (t[17] = [r("span", { class: "iconfont icon-clear" }, null, -1)])])) : k("", !0), e.toolConfig.save ? (d(), p("li", { key: 4, name: "保存", onClick: t[9] || (t[9] = (...u) => e.actionSaveSet && e.actionSaveSet(...u)) }, [...t[18] || (t[18] = [r("span", { class: "iconfont icon-save" }, null, -1)])])) : k("", !0), e.toolConfig.fullscreen ? (d(), p("li", v1, [...t[19] || (t[19] = [r("div", null, null, -1)])])) : k("", !0), e.toolConfig.fullscreen ? (d(), p("li", { key: 6, name: e.actionFullscreen ? "退出全屏" : "全屏" }, [M(r("span", { onClick: t[10] || (t[10] = (u) => e.actionFullscreenSet(!1)), class: "iconfont icon-quite" }, null, 512), [[H, e.actionFullscreen]]), M(r("span", { onClick: t[11] || (t[11] = (u) => e.actionFullscreenSet(!0)), class: "iconfont icon-fullscreen" }, null, 512), [[H, !e.actionFullscreen]])], 8, y1)) : k("", !0)])])), r("div", b1, [y(h, O(e.codemrrBind, { id: e.editorRefID, ref: e.editorRefID, style: { height: a.heightMainPx, backgroundColor: e.codemrrConfig.backgroundColor }, extensions: e.extensions, modelValue: a.localVal, "onUpdate:modelValue": t[12] || (t[12] = (u) => a.localVal = u), onReady: i.initEditorReady, onChange: t[13] || (t[13] = (u) => i.consoleLog("change", u)), onFocus: t[14] || (t[14] = (u) => i.consoleLog("focus", u)), onBlur: t[15] || (t[15] = (u) => i.consoleLog("blur", u)) }), null, 16, ["id", "style", "extensions", "modelValue", "onReady"])])], 6);
|
|
3279
|
+
}]]), C1 = { name: "cvEditorJson", components: {}, mixins: [Me], props: { modelValue: { type: [Object, Array, Number, String, Boolean], default: "" }, mode: { type: [String], default: "text" }, readOnly: { type: [Boolean], default: !1 }, options: { type: [Object], default: () => ({ mode: "text" }) }, height: { type: String }, plus: { type: Boolean, default: !0 } }, data: () => ({ editorInstance: null, style: {}, max: !1, internalChange: !1, localVal: "" }), watch: { modelValue: { handler(e) {
|
|
3264
3280
|
this.localVal != e && (this.localVal = e, this.updateVal(e));
|
|
3265
3281
|
}, deep: !0 }, max(e) {
|
|
3266
3282
|
this.$nextTick(() => {
|
|
@@ -3302,14 +3318,14 @@ row 2 col 1 | row 2 col 2
|
|
|
3302
3318
|
}, destroyView() {
|
|
3303
3319
|
this.editor && (this.editorInstance.destroy(), this.editor = null);
|
|
3304
3320
|
}, handleChange(e) {
|
|
3305
|
-
this.emitData || (this.emitData =
|
|
3321
|
+
this.emitData || (this.emitData = Ml(400, (t) => {
|
|
3306
3322
|
this.$emit("update:modelValue", t);
|
|
3307
3323
|
})), this.emitData(e);
|
|
3308
|
-
} } },
|
|
3309
|
-
return d(), p("div", { class:
|
|
3310
|
-
}]]),
|
|
3324
|
+
} } }, Oo = S(C1, [["render", function(e, t, o, l, a, i) {
|
|
3325
|
+
return d(), p("div", { class: N(["cv-editor-json", { "max-box": a.max, "min-box": !a.max }]), style: z(i.getHeight) }, [r("div", { ref: e.editorRefID, class: "jsoneditor-box" }, null, 512), r("a", { onClick: t[0] || (t[0] = (n) => a.max = !a.max), class: "max-btn" })], 6);
|
|
3326
|
+
}]]), w1 = { class: "cv-editor-upload-container" }, k1 = ["advlist", "anchor", "autolink", "autosave", "code", "codesample", "directionality", "emoticons", "fullscreen", "image", "insertdatetime", "link", "lists", "media", "nonbreaking", "pagebreak", "preview", "save", "searchreplace", "table", "visualblocks", "visualchars", "wordcount"], x1 = ["hr blockquote anchor pagebreak insertdatetime table emoticons | searchreplace preview code codesample | fullscreen | link media image ", "inserttemplate undo redo | styles | removeformat subscript superscript forecolor backcolor bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist indent"];
|
|
3311
3327
|
let Ie = [];
|
|
3312
|
-
const
|
|
3328
|
+
const S1 = (e, t) => {
|
|
3313
3329
|
const o = document.getElementById(e), l = t || function() {
|
|
3314
3330
|
};
|
|
3315
3331
|
if (!o) {
|
|
@@ -3333,7 +3349,7 @@ const b1 = (e, t) => {
|
|
|
3333
3349
|
})(a);
|
|
3334
3350
|
}
|
|
3335
3351
|
o && l && (window.tinymce ? l(null, o) : Ie.push(l));
|
|
3336
|
-
},
|
|
3352
|
+
}, V1 = ["id"], _1 = { class: "editor-custom-btn-container" }, Fo = S({ inheritAttrs: !1, name: "cvEditorTinymce", components: { EditorSlideUpload: S({ name: "EditorSlideUpload", props: { color: { type: String, default: "#1890ff" }, accept: { type: [String], default: "image/jpeg,image/gif,image/png" }, upName: { type: [String], default: "" }, upAction: { type: [String], default: "" }, upResponseFn: { type: [Function], default: () => {
|
|
3337
3353
|
} }, upHeaders: { type: [Object], default: () => {
|
|
3338
3354
|
} }, upData: { type: [Object], default: () => {
|
|
3339
3355
|
} } }, data: () => ({ dialogVisible: !1, listObj: {}, fileList: [], diyUpList: new FormData() }), methods: { checkAllSuccess() {
|
|
@@ -3357,7 +3373,7 @@ const b1 = (e, t) => {
|
|
|
3357
3373
|
});
|
|
3358
3374
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
3359
3375
|
const n = C("cv-icons"), c = C("el-button"), h = C("el-upload"), u = C("el-dialog");
|
|
3360
|
-
return d(), p("div",
|
|
3376
|
+
return d(), p("div", w1, [y(c, { style: z({ background: o.color, borderColor: o.color, fontSize: "16px" }), type: "primary", onClick: t[0] || (t[0] = (m) => a.dialogVisible = !0) }, { default: v(() => [y(n, { type: "ElIconUpload", size: "16", style: { "margin-right": "5px" } }), t[2] || (t[2] = D(" 上传 ", -1))]), _: 1 }, 8, ["style"]), y(u, { visible: a.dialogVisible }, { default: v(() => [y(h, O({ class: "editor-slide-upload" }, { action: o.upAction, headers: o.upHeaders, data: o.upData, name: o.upName, multiple: !0, showFileList: !0, listType: "picture-card", autoUpload: !0 }, { "file-list": a.fileList, "on-remove": i.handleRemove, "on-success": i.handleSuccess, "before-upload": i.beforeUpload }), { default: v(() => [y(c, { type: "primary" }, { default: v(() => [...t[3] || (t[3] = [D("点击上传", -1)])]), _: 1 })]), _: 1 }, 16, ["file-list", "on-remove", "on-success", "before-upload"]), y(c, { onClick: t[1] || (t[1] = (m) => a.dialogVisible = !1) }, { default: v(() => [...t[4] || (t[4] = [D("取消", -1)])]), _: 1 }), y(c, { type: "primary", onClick: i.handleSubmit }, { default: v(() => [...t[5] || (t[5] = [D("确定", -1)])]), _: 1 }, 8, ["onClick"])]), _: 1 }, 8, ["visible"])]);
|
|
3361
3377
|
}]]) }, emits: ["update:modelValue"], mixins: [Me], props: { modelValue: { type: String, default: "" }, toolbar: { type: Array, required: !1, default: () => [] }, menubar: { type: String, default: "file edit insert view format table" }, height: { type: [Number, String], required: !1, default: 360 }, width: { type: [Number, String], required: !1, default: "100%" }, uploadAttr: { type: [Object], default: () => ({}) } }, data: () => ({ localVal: "", fullscreen: !1, languageTypeList: { en: "en", zh: "zh_CN", es: "es_MX", ja: "ja" } }), computed: { containerWidth() {
|
|
3362
3378
|
const e = this.width;
|
|
3363
3379
|
return /^[\d]+(\.[\d]+)?$/.test(e) ? `${e}px` : e;
|
|
@@ -3374,12 +3390,12 @@ const b1 = (e, t) => {
|
|
|
3374
3390
|
}, destroyed() {
|
|
3375
3391
|
this.destroyTinymce();
|
|
3376
3392
|
}, methods: { initLoad() {
|
|
3377
|
-
|
|
3393
|
+
S1("https://10ui.cn/tinymce/@7.0.0/tinymce.min.js", (e) => {
|
|
3378
3394
|
e ? this.$message.error(e.message) : this.initTinymce();
|
|
3379
3395
|
});
|
|
3380
3396
|
}, initTinymce() {
|
|
3381
3397
|
const e = this;
|
|
3382
|
-
window.tinymce.init({ selector: `#${this.editorRefID}`, license_key: "gpl", language: this.languageTypeList.zh, height: this.height, body_class: "panel-body ", object_resizing: !1, toolbar: this.toolbar.length > 0 ? this.toolbar :
|
|
3398
|
+
window.tinymce.init({ selector: `#${this.editorRefID}`, license_key: "gpl", language: this.languageTypeList.zh, height: this.height, body_class: "panel-body ", object_resizing: !1, toolbar: this.toolbar.length > 0 ? this.toolbar : x1, menubar: this.menubar, plugins: k1, end_container_on_empty_block: !0, powerpaste_word_import: "clean", code_dialog_height: 450, code_dialog_width: 1e3, advlist_bullet_styles: "square", advlist_number_styles: "default", editimage_cors_hosts: ["www.tinymce.com", "codepen.io"], link_default_target: "_blank", link_title: !1, nonbreaking_force_tab: !0, init_instance_callback: (t) => {
|
|
3383
3399
|
e.localVal && t.setContent(e.localVal);
|
|
3384
3400
|
}, setup(t) {
|
|
3385
3401
|
t.on("FullscreenStateChanged", (o) => {
|
|
@@ -3401,8 +3417,8 @@ const b1 = (e, t) => {
|
|
|
3401
3417
|
e.forEach((t) => window.tinymce.get(this.editorRefID).insertContent(`<img class="wscnph" src="${t.url}" >`));
|
|
3402
3418
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
3403
3419
|
const n = C("EditorSlideUpload");
|
|
3404
|
-
return d(), p("div", { class:
|
|
3405
|
-
}], ["__scopeId", "data-v-8cbc5d06"]]),
|
|
3420
|
+
return d(), p("div", { class: N(["cv-editor-tinymce tinymce-container", { fullscreen: a.fullscreen }]), style: z({ width: i.containerWidth }) }, [r("textarea", { id: e.editorRefID, class: "tinymce-textarea" }, null, 8, V1), r("div", _1, [y(n, O({ color: "#1890ff", class: "editor-upload-btn", onSuccessCBK: i.imageSuccessCBK }, o.uploadAttr), null, 16, ["onSuccessCBK"])])], 6);
|
|
3421
|
+
}], ["__scopeId", "data-v-8cbc5d06"]]), I1 = { name: "cvEditorMarkdown", mixins: [ql, Me, Ua], emits: ["update:modelValue", "on-ready", "on-upload-image"], props: { modelValue: { type: [String, Number], default: "" }, options: { type: [Object], default: () => ({}) }, toolbars: { type: [Object], default: () => ({}) }, language: { type: [String], default: "markdown" }, theme: { type: [String], default: "light" }, readOnly: { type: [Boolean], default: !1 }, autoSave: { type: [Boolean], default: !1 }, width: { type: [Number, String], default: "auto" }, height: { type: [Number, String], default: 600 }, bordered: { type: [Boolean], default: !0 } }, data: () => ({ lastPos: "", lastInsert: "", lastHtml: "", scrollSide: "", localVal: "", heightMainPx: "", editorWrapRefEL: null }), watch: { localVal(e) {
|
|
3406
3422
|
this.$emit("update:modelValue", e);
|
|
3407
3423
|
}, modelValue(e) {
|
|
3408
3424
|
this.localVal != e && (this.localVal = e);
|
|
@@ -3482,28 +3498,28 @@ const b1 = (e, t) => {
|
|
|
3482
3498
|
const { markdownRef: e, markdownScrollHeight: t, markdownScrollTop: o, previewRef: l, contentHeight: a, previewScrollHeight: i, previewScrollTop: n } = this.getScrollData(), c = parseInt(n / (i - a) * (t - a), 0);
|
|
3483
3499
|
e.scrollTop = c;
|
|
3484
3500
|
}
|
|
3485
|
-
} } },
|
|
3486
|
-
const n = C("SvgImgMap"), c = C("SvgUploadFile"), h = C("SvgCopy"), u = C("SvgToc"), m = C("CodemirrorEditor"), f = C("cv-markdown-show"), g = C("el-input"),
|
|
3487
|
-
return d(), p("div", { ref: i.editorWrapRefID, class: z(["cv-editor-markdown-wrap", o.bordered ? "border" : ""]), style: H({ width: i.widthTotalPx, height: i.heightTotalPx }) }, [e.actionPreview ? w("", !0) : (d(), p("div", x1, [r("ul", S1, [e.$slots.title ? (d(), p(F, { key: 0 }, [r("li", null, [D(e.$slots, "title", {}, void 0, !0)]), t[65] || (t[65] = r("li", { class: "segmentation" }, [r("div")], -1))], 64)) : w("", !0), e.toolConfig.image ? (d(), p("li", V1, [r("span", { onClick: t[0] || (t[0] = (...b) => e.actionInsImage && e.actionInsImage(...b)), class: "iconfont icon-img" })])) : w("", !0), e.toolConfig.uploadImage ? (d(), p("li", _1, [r("span", { onClick: t[1] || (t[1] = (...b) => e.actionChooseImage && e.actionChooseImage(...b)), class: "iconfont icon-upload-img" })])) : w("", !0), e.toolConfig.custom_image ? (d(), p("li", { key: 3, name: "图片空间", onClick: t[2] || (t[2] = (b) => e.actionCustom("image-browse")) }, [r("span", I1, [y(n)])])) : w("", !0), e.toolConfig.custom_uploadImage ? (d(), p("li", T1, [r("span", { onClick: t[3] || (t[3] = (b) => e.actionCustom("image-upload")), class: "iconfont icon-upload-img" })])) : w("", !0), e.toolConfig.custom_uploadFile ? (d(), p("li", D1, [r("span", { onClick: t[4] || (t[4] = (b) => e.actionCustom("file-upload")), class: "icon-svg" }, [y(c)])])) : w("", !0), M(r("li", L1, [r("span", { class: "iconfont icon-daoru", onClick: t[5] || (t[5] = (...b) => e.actionImportFile && e.actionImportFile(...b)) }), r("input", { type: "file", onChange: t[6] || (t[6] = (b) => e.actionImportFile(b)), accept: "text/markdown" }, null, 32)], 512), [[P, e.toolConfig.importmd]]), M(r("li", $1, [r("span", { class: "iconfont icon-download", onClick: t[7] || (t[7] = (...b) => e.actionExportFile && e.actionExportFile(...b)) })], 512), [[P, e.toolConfig.exportmd]]), t[72] || (t[72] = r("li", { class: "segmentation" }, [r("div")], -1)), e.toolConfig.code ? (d(), p("li", O1, [r("span", { onClick: t[8] || (t[8] = (...b) => e.insertCode && e.insertCode(...b)), class: "iconfont icon-code" })])) : w("", !0), e.toolConfig.theme ? (d(), p("li", F1, [r("span", { class: "iconfont icon-theme", onClick: t[9] || (t[9] = (b) => e.actionThemeDropdown = !e.actionThemeDropdown) }), r("ul", { class: z({ active: e.actionThemeDropdown }), onMouseleave: t[10] || (t[10] = (b) => e.actionThemeDropdown = !1) }, [(d(!0), p(F, null, B(e.optionTheme, (b) => (d(), p("li", { onClick: (_) => e.actionThemesSet(b) }, T(b), 9, M1))), 256))], 34)])) : w("", !0), e.toolConfig.backgroundColor ? (d(), p("li", N1, [r("span", { class: "iconfont icon-theme", onClick: t[11] || (t[11] = (b) => e.actionBgColorDropdown = !e.actionBgColorDropdown) }), r("ul", { class: z({ active: e.actionBgColorDropdown }), onMouseleave: t[12] || (t[12] = (b) => e.actionBgColorDropdown = !1) }, [(d(), p(F, null, B(["red", "black", "yellow", "lawngreen", "blue", "white"], (b) => r("li", { onClick: (_) => e.actionBgColorSet(b) }, T(b), 9, E1)), 64))], 34)])) : w("", !0), e.toolConfig.phrases ? (d(), p("li", B1, [r("span", { class: "iconfont icon-theme", onClick: t[13] || (t[13] = (b) => e.actionPhrasesDropdown = !e.actionPhrasesDropdown) }), r("ul", { class: z({ active: e.actionPhrasesDropdown }), onMouseleave: t[14] || (t[14] = (b) => e.actionPhrasesDropdown = !1) }, [(d(!0), p(F, null, B(e.optionPhrases, (b) => (d(), p("li", { onClick: (_) => e.actionPhrasesSet(b) }, T(b), 9, z1))), 256))], 34)])) : w("", !0), e.toolConfig.html_to_markdown ? (d(), p("li", { key: 10, name: "html转markdown", onClick: t[15] || (t[15] = (b) => e.actionHtmlVisible(!0)) }, [...t[66] || (t[66] = [r("span", { style: { width: "auto", "font-size": "12px !important", padding: "0px 6px", margin: "0 10px", border: "1px #e2e2e2 solid" } }, " HTML2MD ", -1)])])) : w("", !0), e.toolConfig.disabled ? (d(), p("li", { key: 11, name: e.codemrrConfig.disabled ? "toggle disabled:开" : "toggle disabled:关" }, [M(r("span", { onClick: t[16] || (t[16] = (b) => e.codemrrConfig.disabled = !e.codemrrConfig.disabled), class: "iconfont icon-on" }, null, 512), [[P, e.codemrrConfig.disabled]]), M(r("span", { onClick: t[17] || (t[17] = (b) => e.codemrrConfig.disabled = !e.codemrrConfig.disabled), class: "iconfont icon-off" }, null, 512), [[P, !e.codemrrConfig.disabled]])], 8, H1)) : w("", !0), e.toolConfig.autofocus ? (d(), p("li", { key: 12, name: e.codemrrConfig.autofocus ? "toggle autofocus:开" : "toggle autofocus:关" }, [M(r("span", { onClick: t[18] || (t[18] = (b) => e.codemrrConfig.autofocus = !e.codemrrConfig.autofocus), class: "iconfont icon-on" }, null, 512), [[P, e.codemrrConfig.autofocus]]), M(r("span", { onClick: t[19] || (t[19] = (b) => e.codemrrConfig.autofocus = !e.codemrrConfig.autofocus), class: "iconfont icon-off" }, null, 512), [[P, !e.codemrrConfig.autofocus]])], 8, A1)) : w("", !0), e.toolConfig.indentWithTab ? (d(), p("li", { key: 13, name: e.codemrrConfig.indentWithTab ? "toggle indentWithTab:开" : "toggle indentWithTab:关" }, [M(r("span", { onClick: t[20] || (t[20] = (b) => e.codemrrConfig.indentWithTab = !e.codemrrConfig.indentWithTab), class: "iconfont icon-on" }, null, 512), [[P, e.codemrrConfig.indentWithTab]]), M(r("span", { onClick: t[21] || (t[21] = (b) => e.codemrrConfig.indentWithTab = !e.codemrrConfig.indentWithTab), class: "iconfont icon-off" }, null, 512), [[P, !e.codemrrConfig.indentWithTab]])], 8, P1)) : w("", !0), t[73] || (t[73] = r("li", { class: "empty" }, null, -1)), e.toolConfig.scrollSync ? (d(), p("li", { key: 14, name: e.actionScrollSync ? "同步滚动:开" : "同步滚动:关" }, [M(r("span", { onClick: t[22] || (t[22] = (b) => e.actionScrollSync = !e.actionScrollSync), class: "iconfont icon-on active" }, null, 512), [[P, e.actionScrollSync]]), M(r("span", { onClick: t[23] || (t[23] = (b) => e.actionScrollSync = !e.actionScrollSync), class: "iconfont icon-off" }, null, 512), [[P, !e.actionScrollSync]])], 8, j1)) : w("", !0), e.toolConfig.split && e.actionSplit ? (d(), p("li", R1, [r("span", { onClick: t[24] || (t[24] = (b) => e.actionSplit = !1), class: "iconfont icon-md" })])) : w("", !0), e.toolConfig.split && !e.actionSplit ? (d(), p("li", U1, [r("span", { onClick: t[25] || (t[25] = (b) => e.actionSplit = !0), class: "iconfont icon-group" })])) : w("", !0), e.toolConfig.preview ? (d(), p("li", W1, [r("span", { onClick: t[26] || (t[26] = (b) => e.actionPreview = !0), class: "iconfont icon-preview" })])) : w("", !0), e.toolConfig.copy || e.toolConfig.clear || e.toolConfig.save ? (d(), p("li", Y1, [...t[67] || (t[67] = [r("div", null, null, -1)])])) : w("", !0), e.toolConfig.copy ? (d(), p("li", { key: 19, name: "复制", onClick: t[27] || (t[27] = (...b) => e.actionCopySet && e.actionCopySet(...b)) }, [r("span", X1, [y(h)])])) : w("", !0), e.toolConfig.clear ? (d(), p("li", { key: 20, name: "清空", onClick: t[28] || (t[28] = (b) => a.localVal = "") }, [...t[68] || (t[68] = [r("span", { class: "iconfont icon-clear" }, null, -1)])])) : w("", !0), e.toolConfig.save ? (d(), p("li", { key: 21, name: "保存", onClick: t[29] || (t[29] = (...b) => e.actionSaveSet && e.actionSaveSet(...b)) }, [...t[69] || (t[69] = [r("span", { class: "iconfont icon-save" }, null, -1)])])) : w("", !0), e.toolConfig.toc ? (d(), p("li", q1, [...t[70] || (t[70] = [r("div", null, null, -1)])])) : w("", !0), e.toolConfig.toc ? (d(), p("li", K1, [M(r("span", { onClick: t[30] || (t[30] = (b) => e.actionToc = !e.actionToc), class: "icon-svg active" }, [y(u)], 512), [[P, e.actionToc]]), M(r("span", { onClick: t[31] || (t[31] = (b) => e.actionToc = !e.actionToc), class: "icon-svg" }, [y(u)], 512), [[P, !e.actionToc]])])) : w("", !0), e.toolConfig.fullscreen ? (d(), p("li", G1, [...t[71] || (t[71] = [r("div", null, null, -1)])])) : w("", !0), e.toolConfig.fullscreen ? (d(), p("li", { key: 25, name: e.actionFullscreen ? "退出全屏" : "全屏" }, [M(r("span", { onClick: t[32] || (t[32] = (b) => e.actionFullscreenSet(!1)), class: "iconfont icon-quite" }, null, 512), [[P, e.actionFullscreen]]), M(r("span", { onClick: t[33] || (t[33] = (b) => e.actionFullscreenSet(!0)), class: "iconfont icon-fullscreen" }, null, 512), [[P, !e.actionFullscreen]])], 8, Z1)) : w("", !0)]), r("ul", Q1, [e.toolConfig.undo ? (d(), p("li", J1, [r("span", { class: "iconfont icon-undo", onClick: t[34] || (t[34] = (...b) => e.actionUndo && e.actionUndo(...b)) })])) : w("", !0), e.toolConfig.redo ? (d(), p("li", { key: 1, name: "重做", onClick: t[35] || (t[35] = (...b) => e.actionRedo && e.actionRedo(...b)) }, [...t[74] || (t[74] = [r("span", { class: "iconfont icon-redo" }, null, -1)])])) : w("", !0), e.toolConfig.strong ? (d(), p("li", eg, [r("span", { onClick: t[36] || (t[36] = (...b) => e.actionInsStrong && e.actionInsStrong(...b)), class: "iconfont icon-bold" })])) : w("", !0), e.toolConfig.italic ? (d(), p("li", tg, [r("span", { onClick: t[37] || (t[37] = (...b) => e.actionInsItalic && e.actionInsItalic(...b)), class: "iconfont icon-italic" })])) : w("", !0), e.toolConfig.overline ? (d(), p("li", og, [r("span", { onClick: t[38] || (t[38] = (...b) => e.actionInsOverline && e.actionInsOverline(...b)), class: "iconfont icon-overline" })])) : w("", !0), e.toolConfig.overline ? (d(), p("li", ag, [r("span", { onClick: t[39] || (t[39] = (...b) => e.actionInsUnderline && e.actionInsUnderline(...b)), class: "iconfont icon-under-line" })])) : w("", !0), e.toolConfig.h1 ? (d(), p("li", ig, [r("span", { style: { "font-size": "16px" }, onClick: t[40] || (t[40] = (b) => e.actionInsTitle(1)) }, "h1")])) : w("", !0), e.toolConfig.h2 ? (d(), p("li", lg, [r("span", { style: { "font-size": "16px" }, onClick: t[41] || (t[41] = (b) => e.actionInsTitle(2)) }, "h2")])) : w("", !0), e.toolConfig.h3 ? (d(), p("li", ng, [r("span", { style: { "font-size": "16px" }, onClick: t[42] || (t[42] = (b) => e.actionInsTitle(3)) }, "h3")])) : w("", !0), e.toolConfig.h4 ? (d(), p("li", sg, [r("span", { style: { "font-size": "16px" }, onClick: t[43] || (t[43] = (b) => e.actionInsTitle(4)) }, "h4")])) : w("", !0), e.toolConfig.h5 ? (d(), p("li", rg, [r("span", { style: { "font-size": "16px" }, onClick: t[44] || (t[44] = (b) => e.actionInsTitle(5)) }, "h5")])) : w("", !0), e.toolConfig.h6 ? (d(), p("li", cg, [r("span", { style: { "font-size": "16px" }, onClick: t[45] || (t[45] = (b) => e.actionInsTitle(6)) }, "h6")])) : w("", !0), e.toolConfig.hr ? (d(), p("li", dg, [r("span", { onClick: t[46] || (t[46] = (...b) => e.actionInsLine && e.actionInsLine(...b)), class: "iconfont icon-horizontal" })])) : w("", !0), e.toolConfig.quote ? (d(), p("li", hg, [r("span", { style: { "font-size": "16px" }, onClick: t[47] || (t[47] = (...b) => e.actionInsQuote && e.actionInsQuote(...b)), class: "iconfont icon-quote" })])) : w("", !0), e.toolConfig.ul ? (d(), p("li", pg, [r("span", { onClick: t[48] || (t[48] = (...b) => e.actionInsUl && e.actionInsUl(...b)), class: "iconfont icon-ul" })])) : w("", !0), e.toolConfig.ol ? (d(), p("li", ug, [r("span", { onClick: t[49] || (t[49] = (...b) => e.actionInsOl && e.actionInsOl(...b)), class: "iconfont icon-ol" })])) : w("", !0), e.toolConfig.notChecked ? (d(), p("li", mg, [r("span", { onClick: t[50] || (t[50] = (...b) => e.insertNotFinished && e.insertNotFinished(...b)), class: "iconfont icon-checked-false" })])) : w("", !0), e.toolConfig.checked ? (d(), p("li", gg, [r("span", { onClick: t[51] || (t[51] = (...b) => e.insertFinished && e.insertFinished(...b)), class: "iconfont icon-checked" })])) : w("", !0), e.toolConfig.link ? (d(), p("li", fg, [r("span", { onClick: t[52] || (t[52] = (...b) => e.actionInsLink && e.actionInsLink(...b)), class: "iconfont icon-link" })])) : w("", !0), e.toolConfig.table ? (d(), p("li", vg, [r("span", { onClick: t[53] || (t[53] = (...b) => e.actionInsTable && e.actionInsTable(...b)), class: "iconfont icon-table" })])) : w("", !0)])])), r("div", { title: "编辑器", class: "cv-editor-markdown-main", style: H({ background: e.actionPreview ? "#fff" : "" }) }, [M(y(m, O(e.codemrrBind, { id: e.editorRefID, ref: e.editorRefID, style: { height: a.heightMainPx, backgroundColor: e.codemrrConfig.backgroundColor }, extensions: e.extensions, modelValue: a.localVal, "onUpdate:modelValue": t[54] || (t[54] = (b) => a.localVal = b), onReady: i.initEditorReady, onChange: t[55] || (t[55] = (b) => i.consoleLog("change", b)), onFocus: t[56] || (t[56] = (b) => i.consoleLog("focus", b)), onBlur: t[57] || (t[57] = (b) => i.consoleLog("blur", b)), onMouseenter: t[58] || (t[58] = (b) => i.mousescrollSide("left")) }), null, 16, ["id", "style", "extensions", "modelValue", "onReady"]), [[P, !e.actionPreview]]), M(y(f, { html: a.lastHtml, "onUpdate:html": t[59] || (t[59] = (b) => a.lastHtml = b), ref: i.previewRefID, editorID: i.previewRefID, modelValue: a.localVal, theme: e.codemrrConfig.theme || o.theme, language: o.language, tocShow: e.actionToc, style: H([{ flex: "1", height: "100%", "border-left": "1px solid #dedede", "overflow-y": "auto" }, { height: e.actionPreview ? "" : a.heightMainPx }]), onMouseenter: t[60] || (t[60] = (b) => i.mousescrollSide("right")) }, null, 8, ["html", "editorID", "modelValue", "theme", "language", "tocShow", "style"]), [[P, e.actionPreview ? e.actionPreview : e.actionSplit]])], 4), M(r("div", { title: "关闭预览按钮", class: "close-preview", onClick: t[61] || (t[61] = (b) => e.actionPreview = !1) }, [...t[75] || (t[75] = [r("span", { class: "iconfont icon-close" }, null, -1)])], 512), [[P, e.actionPreview]]), y(x, { modelValue: e.actionHtmlDiaVisible, "onUpdate:modelValue": t[64] || (t[64] = (b) => e.actionHtmlDiaVisible = b), title: "html转markdown", width: "680", "show-close": !1, "append-to-body": "" }, { footer: v(() => [y(k, { onClick: t[63] || (t[63] = (b) => e.actionHtmlVisible(!1)) }, { default: v(() => [...t[76] || (t[76] = [L("取消", -1)])]), _: 1 }), y(k, { type: "primary", onClick: e.actionHtmlToMD }, { default: v(() => [...t[77] || (t[77] = [L("转换成markdown", -1)])]), _: 1 }, 8, ["onClick"])]), default: v(() => [y(g, { type: "textarea", modelValue: e.actionHtmlText, "onUpdate:modelValue": t[62] || (t[62] = (b) => e.actionHtmlText = b), rows: 14, placeholder: "请输入html代码..." }, null, 8, ["modelValue"])]), _: 1 }, 8, ["modelValue"])], 6);
|
|
3501
|
+
} } }, T1 = { key: 0, class: "cv-editor-markdown-toolbar", "data-title": "头部工具栏" }, D1 = { class: "cv-editor-toolbars" }, L1 = { key: 1, name: "插入图片" }, $1 = { key: 2, name: "本地图片" }, O1 = { class: "icon-svg" }, F1 = { key: 4, name: "上传图片" }, M1 = { key: 5, name: "上传文件" }, E1 = { name: "导入文件", class: "import-file" }, B1 = { name: "保存到本地" }, N1 = { key: 6, name: "代码块" }, z1 = { key: 7, class: "shift-theme", name: "主题" }, A1 = ["onClick"], H1 = { key: 8, class: "shift-theme", name: "背景颜色" }, P1 = ["onClick"], j1 = { key: 9, class: "shift-theme", name: "phrases" }, R1 = ["onClick"], U1 = ["name"], W1 = ["name"], Y1 = ["name"], X1 = ["name"], q1 = { key: 15, name: "全屏编辑" }, K1 = { key: 16, name: "分屏显示" }, G1 = { key: 17, name: "预览" }, Z1 = { key: 18, class: "segmentation" }, Q1 = { class: "icon-svg" }, J1 = { key: 22, class: "segmentation" }, eg = { key: 23, name: "目录" }, tg = { key: 24, class: "segmentation" }, og = ["name"], ag = { class: "cv-editor-toolbars" }, ig = { key: 0, name: "撤销" }, lg = { key: 2, name: "粗体" }, ng = { key: 3, name: "斜体" }, sg = { key: 4, name: "删除线" }, rg = { key: 5, name: "下划线" }, cg = { key: 6, name: "标题1" }, dg = { key: 7, name: "标题2" }, hg = { key: 8, name: "标题3" }, pg = { key: 9, name: "标题4" }, ug = { key: 10, name: "标题5" }, mg = { key: 11, name: "标题6" }, gg = { key: 12, name: "分割线" }, fg = { key: 13, name: "引用" }, vg = { key: 14, name: "无序列表" }, yg = { key: 15, name: "有序列表" }, bg = { key: 16, name: "未完成列表" }, Cg = { key: 17, name: "已完成列表" }, wg = { key: 18, name: "链接" }, kg = { key: 19, name: "表格" }, Mo = S(I1, [["render", function(e, t, o, l, a, i) {
|
|
3502
|
+
const n = C("SvgImgMap"), c = C("SvgUploadFile"), h = C("SvgCopy"), u = C("SvgToc"), m = C("CodemirrorEditor"), f = C("cv-markdown-show"), g = C("el-input"), w = C("el-button"), x = C("el-dialog");
|
|
3503
|
+
return d(), p("div", { ref: i.editorWrapRefID, class: N(["cv-editor-markdown-wrap", o.bordered ? "border" : ""]), style: z({ width: i.widthTotalPx, height: i.heightTotalPx }) }, [e.actionPreview ? k("", !0) : (d(), p("div", T1, [r("ul", D1, [e.$slots.title ? (d(), p(F, { key: 0 }, [r("li", null, [L(e.$slots, "title", {}, void 0, !0)]), t[65] || (t[65] = r("li", { class: "segmentation" }, [r("div")], -1))], 64)) : k("", !0), e.toolConfig.image ? (d(), p("li", L1, [r("span", { onClick: t[0] || (t[0] = (...b) => e.actionInsImage && e.actionInsImage(...b)), class: "iconfont icon-img" })])) : k("", !0), e.toolConfig.uploadImage ? (d(), p("li", $1, [r("span", { onClick: t[1] || (t[1] = (...b) => e.actionChooseImage && e.actionChooseImage(...b)), class: "iconfont icon-upload-img" })])) : k("", !0), e.toolConfig.custom_image ? (d(), p("li", { key: 3, name: "图片空间", onClick: t[2] || (t[2] = (b) => e.actionCustom("image-browse")) }, [r("span", O1, [y(n)])])) : k("", !0), e.toolConfig.custom_uploadImage ? (d(), p("li", F1, [r("span", { onClick: t[3] || (t[3] = (b) => e.actionCustom("image-upload")), class: "iconfont icon-upload-img" })])) : k("", !0), e.toolConfig.custom_uploadFile ? (d(), p("li", M1, [r("span", { onClick: t[4] || (t[4] = (b) => e.actionCustom("file-upload")), class: "icon-svg" }, [y(c)])])) : k("", !0), M(r("li", E1, [r("span", { class: "iconfont icon-daoru", onClick: t[5] || (t[5] = (...b) => e.actionImportFile && e.actionImportFile(...b)) }), r("input", { type: "file", onChange: t[6] || (t[6] = (b) => e.actionImportFile(b)), accept: "text/markdown" }, null, 32)], 512), [[H, e.toolConfig.importmd]]), M(r("li", B1, [r("span", { class: "iconfont icon-download", onClick: t[7] || (t[7] = (...b) => e.actionExportFile && e.actionExportFile(...b)) })], 512), [[H, e.toolConfig.exportmd]]), t[72] || (t[72] = r("li", { class: "segmentation" }, [r("div")], -1)), e.toolConfig.code ? (d(), p("li", N1, [r("span", { onClick: t[8] || (t[8] = (...b) => e.insertCode && e.insertCode(...b)), class: "iconfont icon-code" })])) : k("", !0), e.toolConfig.theme ? (d(), p("li", z1, [r("span", { class: "iconfont icon-theme", onClick: t[9] || (t[9] = (b) => e.actionThemeDropdown = !e.actionThemeDropdown) }), r("ul", { class: N({ active: e.actionThemeDropdown }), onMouseleave: t[10] || (t[10] = (b) => e.actionThemeDropdown = !1) }, [(d(!0), p(F, null, B(e.optionTheme, (b) => (d(), p("li", { onClick: (_) => e.actionThemesSet(b) }, T(b), 9, A1))), 256))], 34)])) : k("", !0), e.toolConfig.backgroundColor ? (d(), p("li", H1, [r("span", { class: "iconfont icon-theme", onClick: t[11] || (t[11] = (b) => e.actionBgColorDropdown = !e.actionBgColorDropdown) }), r("ul", { class: N({ active: e.actionBgColorDropdown }), onMouseleave: t[12] || (t[12] = (b) => e.actionBgColorDropdown = !1) }, [(d(), p(F, null, B(["red", "black", "yellow", "lawngreen", "blue", "white"], (b) => r("li", { onClick: (_) => e.actionBgColorSet(b) }, T(b), 9, P1)), 64))], 34)])) : k("", !0), e.toolConfig.phrases ? (d(), p("li", j1, [r("span", { class: "iconfont icon-theme", onClick: t[13] || (t[13] = (b) => e.actionPhrasesDropdown = !e.actionPhrasesDropdown) }), r("ul", { class: N({ active: e.actionPhrasesDropdown }), onMouseleave: t[14] || (t[14] = (b) => e.actionPhrasesDropdown = !1) }, [(d(!0), p(F, null, B(e.optionPhrases, (b) => (d(), p("li", { onClick: (_) => e.actionPhrasesSet(b) }, T(b), 9, R1))), 256))], 34)])) : k("", !0), e.toolConfig.html_to_markdown ? (d(), p("li", { key: 10, name: "html转markdown", onClick: t[15] || (t[15] = (b) => e.actionHtmlVisible(!0)) }, [...t[66] || (t[66] = [r("span", { style: { width: "auto", "font-size": "12px !important", padding: "0px 6px", margin: "0 10px", border: "1px #e2e2e2 solid" } }, " HTML2MD ", -1)])])) : k("", !0), e.toolConfig.disabled ? (d(), p("li", { key: 11, name: e.codemrrConfig.disabled ? "toggle disabled:开" : "toggle disabled:关" }, [M(r("span", { onClick: t[16] || (t[16] = (b) => e.codemrrConfig.disabled = !e.codemrrConfig.disabled), class: "iconfont icon-on" }, null, 512), [[H, e.codemrrConfig.disabled]]), M(r("span", { onClick: t[17] || (t[17] = (b) => e.codemrrConfig.disabled = !e.codemrrConfig.disabled), class: "iconfont icon-off" }, null, 512), [[H, !e.codemrrConfig.disabled]])], 8, U1)) : k("", !0), e.toolConfig.autofocus ? (d(), p("li", { key: 12, name: e.codemrrConfig.autofocus ? "toggle autofocus:开" : "toggle autofocus:关" }, [M(r("span", { onClick: t[18] || (t[18] = (b) => e.codemrrConfig.autofocus = !e.codemrrConfig.autofocus), class: "iconfont icon-on" }, null, 512), [[H, e.codemrrConfig.autofocus]]), M(r("span", { onClick: t[19] || (t[19] = (b) => e.codemrrConfig.autofocus = !e.codemrrConfig.autofocus), class: "iconfont icon-off" }, null, 512), [[H, !e.codemrrConfig.autofocus]])], 8, W1)) : k("", !0), e.toolConfig.indentWithTab ? (d(), p("li", { key: 13, name: e.codemrrConfig.indentWithTab ? "toggle indentWithTab:开" : "toggle indentWithTab:关" }, [M(r("span", { onClick: t[20] || (t[20] = (b) => e.codemrrConfig.indentWithTab = !e.codemrrConfig.indentWithTab), class: "iconfont icon-on" }, null, 512), [[H, e.codemrrConfig.indentWithTab]]), M(r("span", { onClick: t[21] || (t[21] = (b) => e.codemrrConfig.indentWithTab = !e.codemrrConfig.indentWithTab), class: "iconfont icon-off" }, null, 512), [[H, !e.codemrrConfig.indentWithTab]])], 8, Y1)) : k("", !0), t[73] || (t[73] = r("li", { class: "empty" }, null, -1)), e.toolConfig.scrollSync ? (d(), p("li", { key: 14, name: e.actionScrollSync ? "同步滚动:开" : "同步滚动:关" }, [M(r("span", { onClick: t[22] || (t[22] = (b) => e.actionScrollSync = !e.actionScrollSync), class: "iconfont icon-on active" }, null, 512), [[H, e.actionScrollSync]]), M(r("span", { onClick: t[23] || (t[23] = (b) => e.actionScrollSync = !e.actionScrollSync), class: "iconfont icon-off" }, null, 512), [[H, !e.actionScrollSync]])], 8, X1)) : k("", !0), e.toolConfig.split && e.actionSplit ? (d(), p("li", q1, [r("span", { onClick: t[24] || (t[24] = (b) => e.actionSplit = !1), class: "iconfont icon-md" })])) : k("", !0), e.toolConfig.split && !e.actionSplit ? (d(), p("li", K1, [r("span", { onClick: t[25] || (t[25] = (b) => e.actionSplit = !0), class: "iconfont icon-group" })])) : k("", !0), e.toolConfig.preview ? (d(), p("li", G1, [r("span", { onClick: t[26] || (t[26] = (b) => e.actionPreview = !0), class: "iconfont icon-preview" })])) : k("", !0), e.toolConfig.copy || e.toolConfig.clear || e.toolConfig.save ? (d(), p("li", Z1, [...t[67] || (t[67] = [r("div", null, null, -1)])])) : k("", !0), e.toolConfig.copy ? (d(), p("li", { key: 19, name: "复制", onClick: t[27] || (t[27] = (...b) => e.actionCopySet && e.actionCopySet(...b)) }, [r("span", Q1, [y(h)])])) : k("", !0), e.toolConfig.clear ? (d(), p("li", { key: 20, name: "清空", onClick: t[28] || (t[28] = (b) => a.localVal = "") }, [...t[68] || (t[68] = [r("span", { class: "iconfont icon-clear" }, null, -1)])])) : k("", !0), e.toolConfig.save ? (d(), p("li", { key: 21, name: "保存", onClick: t[29] || (t[29] = (...b) => e.actionSaveSet && e.actionSaveSet(...b)) }, [...t[69] || (t[69] = [r("span", { class: "iconfont icon-save" }, null, -1)])])) : k("", !0), e.toolConfig.toc ? (d(), p("li", J1, [...t[70] || (t[70] = [r("div", null, null, -1)])])) : k("", !0), e.toolConfig.toc ? (d(), p("li", eg, [M(r("span", { onClick: t[30] || (t[30] = (b) => e.actionToc = !e.actionToc), class: "icon-svg active" }, [y(u)], 512), [[H, e.actionToc]]), M(r("span", { onClick: t[31] || (t[31] = (b) => e.actionToc = !e.actionToc), class: "icon-svg" }, [y(u)], 512), [[H, !e.actionToc]])])) : k("", !0), e.toolConfig.fullscreen ? (d(), p("li", tg, [...t[71] || (t[71] = [r("div", null, null, -1)])])) : k("", !0), e.toolConfig.fullscreen ? (d(), p("li", { key: 25, name: e.actionFullscreen ? "退出全屏" : "全屏" }, [M(r("span", { onClick: t[32] || (t[32] = (b) => e.actionFullscreenSet(!1)), class: "iconfont icon-quite" }, null, 512), [[H, e.actionFullscreen]]), M(r("span", { onClick: t[33] || (t[33] = (b) => e.actionFullscreenSet(!0)), class: "iconfont icon-fullscreen" }, null, 512), [[H, !e.actionFullscreen]])], 8, og)) : k("", !0)]), r("ul", ag, [e.toolConfig.undo ? (d(), p("li", ig, [r("span", { class: "iconfont icon-undo", onClick: t[34] || (t[34] = (...b) => e.actionUndo && e.actionUndo(...b)) })])) : k("", !0), e.toolConfig.redo ? (d(), p("li", { key: 1, name: "重做", onClick: t[35] || (t[35] = (...b) => e.actionRedo && e.actionRedo(...b)) }, [...t[74] || (t[74] = [r("span", { class: "iconfont icon-redo" }, null, -1)])])) : k("", !0), e.toolConfig.strong ? (d(), p("li", lg, [r("span", { onClick: t[36] || (t[36] = (...b) => e.actionInsStrong && e.actionInsStrong(...b)), class: "iconfont icon-bold" })])) : k("", !0), e.toolConfig.italic ? (d(), p("li", ng, [r("span", { onClick: t[37] || (t[37] = (...b) => e.actionInsItalic && e.actionInsItalic(...b)), class: "iconfont icon-italic" })])) : k("", !0), e.toolConfig.overline ? (d(), p("li", sg, [r("span", { onClick: t[38] || (t[38] = (...b) => e.actionInsOverline && e.actionInsOverline(...b)), class: "iconfont icon-overline" })])) : k("", !0), e.toolConfig.overline ? (d(), p("li", rg, [r("span", { onClick: t[39] || (t[39] = (...b) => e.actionInsUnderline && e.actionInsUnderline(...b)), class: "iconfont icon-under-line" })])) : k("", !0), e.toolConfig.h1 ? (d(), p("li", cg, [r("span", { style: { "font-size": "16px" }, onClick: t[40] || (t[40] = (b) => e.actionInsTitle(1)) }, "h1")])) : k("", !0), e.toolConfig.h2 ? (d(), p("li", dg, [r("span", { style: { "font-size": "16px" }, onClick: t[41] || (t[41] = (b) => e.actionInsTitle(2)) }, "h2")])) : k("", !0), e.toolConfig.h3 ? (d(), p("li", hg, [r("span", { style: { "font-size": "16px" }, onClick: t[42] || (t[42] = (b) => e.actionInsTitle(3)) }, "h3")])) : k("", !0), e.toolConfig.h4 ? (d(), p("li", pg, [r("span", { style: { "font-size": "16px" }, onClick: t[43] || (t[43] = (b) => e.actionInsTitle(4)) }, "h4")])) : k("", !0), e.toolConfig.h5 ? (d(), p("li", ug, [r("span", { style: { "font-size": "16px" }, onClick: t[44] || (t[44] = (b) => e.actionInsTitle(5)) }, "h5")])) : k("", !0), e.toolConfig.h6 ? (d(), p("li", mg, [r("span", { style: { "font-size": "16px" }, onClick: t[45] || (t[45] = (b) => e.actionInsTitle(6)) }, "h6")])) : k("", !0), e.toolConfig.hr ? (d(), p("li", gg, [r("span", { onClick: t[46] || (t[46] = (...b) => e.actionInsLine && e.actionInsLine(...b)), class: "iconfont icon-horizontal" })])) : k("", !0), e.toolConfig.quote ? (d(), p("li", fg, [r("span", { style: { "font-size": "16px" }, onClick: t[47] || (t[47] = (...b) => e.actionInsQuote && e.actionInsQuote(...b)), class: "iconfont icon-quote" })])) : k("", !0), e.toolConfig.ul ? (d(), p("li", vg, [r("span", { onClick: t[48] || (t[48] = (...b) => e.actionInsUl && e.actionInsUl(...b)), class: "iconfont icon-ul" })])) : k("", !0), e.toolConfig.ol ? (d(), p("li", yg, [r("span", { onClick: t[49] || (t[49] = (...b) => e.actionInsOl && e.actionInsOl(...b)), class: "iconfont icon-ol" })])) : k("", !0), e.toolConfig.notChecked ? (d(), p("li", bg, [r("span", { onClick: t[50] || (t[50] = (...b) => e.insertNotFinished && e.insertNotFinished(...b)), class: "iconfont icon-checked-false" })])) : k("", !0), e.toolConfig.checked ? (d(), p("li", Cg, [r("span", { onClick: t[51] || (t[51] = (...b) => e.insertFinished && e.insertFinished(...b)), class: "iconfont icon-checked" })])) : k("", !0), e.toolConfig.link ? (d(), p("li", wg, [r("span", { onClick: t[52] || (t[52] = (...b) => e.actionInsLink && e.actionInsLink(...b)), class: "iconfont icon-link" })])) : k("", !0), e.toolConfig.table ? (d(), p("li", kg, [r("span", { onClick: t[53] || (t[53] = (...b) => e.actionInsTable && e.actionInsTable(...b)), class: "iconfont icon-table" })])) : k("", !0)])])), r("div", { title: "编辑器", class: "cv-editor-markdown-main", style: z({ background: e.actionPreview ? "#fff" : "" }) }, [M(y(m, O(e.codemrrBind, { id: e.editorRefID, ref: e.editorRefID, style: { height: a.heightMainPx, backgroundColor: e.codemrrConfig.backgroundColor }, extensions: e.extensions, modelValue: a.localVal, "onUpdate:modelValue": t[54] || (t[54] = (b) => a.localVal = b), onReady: i.initEditorReady, onChange: t[55] || (t[55] = (b) => i.consoleLog("change", b)), onFocus: t[56] || (t[56] = (b) => i.consoleLog("focus", b)), onBlur: t[57] || (t[57] = (b) => i.consoleLog("blur", b)), onMouseenter: t[58] || (t[58] = (b) => i.mousescrollSide("left")) }), null, 16, ["id", "style", "extensions", "modelValue", "onReady"]), [[H, !e.actionPreview]]), M(y(f, { html: a.lastHtml, "onUpdate:html": t[59] || (t[59] = (b) => a.lastHtml = b), ref: i.previewRefID, editorID: i.previewRefID, modelValue: a.localVal, theme: e.codemrrConfig.theme || o.theme, language: o.language, tocShow: e.actionToc, style: z([{ flex: "1", height: "100%", "border-left": "1px solid #dedede", "overflow-y": "auto" }, { height: e.actionPreview ? "" : a.heightMainPx }]), onMouseenter: t[60] || (t[60] = (b) => i.mousescrollSide("right")) }, null, 8, ["html", "editorID", "modelValue", "theme", "language", "tocShow", "style"]), [[H, e.actionPreview ? e.actionPreview : e.actionSplit]])], 4), M(r("div", { title: "关闭预览按钮", class: "close-preview", onClick: t[61] || (t[61] = (b) => e.actionPreview = !1) }, [...t[75] || (t[75] = [r("span", { class: "iconfont icon-close" }, null, -1)])], 512), [[H, e.actionPreview]]), y(x, { modelValue: e.actionHtmlDiaVisible, "onUpdate:modelValue": t[64] || (t[64] = (b) => e.actionHtmlDiaVisible = b), title: "html转markdown", width: "680", "show-close": !1, "append-to-body": "" }, { footer: v(() => [y(w, { onClick: t[63] || (t[63] = (b) => e.actionHtmlVisible(!1)) }, { default: v(() => [...t[76] || (t[76] = [D("取消", -1)])]), _: 1 }), y(w, { type: "primary", onClick: e.actionHtmlToMD }, { default: v(() => [...t[77] || (t[77] = [D("转换成markdown", -1)])]), _: 1 }, 8, ["onClick"])]), default: v(() => [y(g, { type: "textarea", modelValue: e.actionHtmlText, "onUpdate:modelValue": t[62] || (t[62] = (b) => e.actionHtmlText = b), rows: 14, placeholder: "请输入html代码..." }, null, 8, ["modelValue"])]), _: 1 }, 8, ["modelValue"])], 6);
|
|
3488
3504
|
}], ["__scopeId", "data-v-a76ecd6a"]]), Qe = { add(e, t) {
|
|
3489
3505
|
const o = `toc${t}${++this.index}`, l = { anchor: o, level: t, text: e }, a = this.tocItems;
|
|
3490
3506
|
return l.level <= 5 && a.push(l), o;
|
|
3491
3507
|
}, reset: function() {
|
|
3492
3508
|
this.tocItems = [], this.index = 0;
|
|
3493
3509
|
}, tocItems: [], index: 0 };
|
|
3494
|
-
function
|
|
3510
|
+
function Sl(e) {
|
|
3495
3511
|
return (t) => {
|
|
3496
3512
|
typeof t == "string" && t !== e.text && (e.escaped = !0, e.text = t);
|
|
3497
3513
|
};
|
|
3498
3514
|
}
|
|
3499
|
-
const
|
|
3500
|
-
function
|
|
3515
|
+
const Gl = /[&<>"']/, xg = new RegExp(Gl.source, "g"), Zl = /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/, Sg = new RegExp(Zl.source, "g"), Vg = { "&": "&", "<": "<", ">": ">", '"': """, "'": "'" }, Vl = (e) => Vg[e];
|
|
3516
|
+
function _l(e, t) {
|
|
3501
3517
|
if (t) {
|
|
3502
|
-
if (
|
|
3503
|
-
} else if (
|
|
3518
|
+
if (Gl.test(e)) return e.replace(xg, Vl);
|
|
3519
|
+
} else if (Zl.test(e)) return e.replace(Sg, Vl);
|
|
3504
3520
|
return e;
|
|
3505
3521
|
}
|
|
3506
|
-
const
|
|
3522
|
+
const _g = { name: "cvMarkdownShow", mixins: [Me], emits: ["update:html", "on-copy"], props: { html: { type: [String] }, modelValue: { type: [String], default: "" }, markedOptions: { type: Object, default: () => ({}) }, theme: { type: String, default: "light" }, language: { type: String, default: "" }, copyCode: { type: Boolean, default: !0 }, copyBtnText: { type: String, default: "复制代码" }, tocShow: { type: [Boolean], default: !1 } }, watch: { modelValue(e) {
|
|
3507
3523
|
this.localVal = e || "", this.initNewCreate();
|
|
3508
3524
|
}, localHtml(e) {
|
|
3509
3525
|
this.$emit("update:html", e);
|
|
@@ -3531,13 +3547,13 @@ const wg = { name: "cvMarkdownShow", mixins: [Me], emits: ["update:html", "on-co
|
|
|
3531
3547
|
const n = (function(h) {
|
|
3532
3548
|
return (h.lang || "").match(/\S*/)[0];
|
|
3533
3549
|
})(i);
|
|
3534
|
-
if (a.async) return Promise.resolve(a.highlight(i.text, n)).then(
|
|
3550
|
+
if (a.async) return Promise.resolve(a.highlight(i.text, n)).then(Sl(i));
|
|
3535
3551
|
const c = a.highlight(i.text, n);
|
|
3536
3552
|
if (c instanceof Promise) throw new Error("markedHighlight is not set to async but the highlight function is async. Set the async option to true on markedHighlight to await the async highlight function.");
|
|
3537
|
-
|
|
3553
|
+
Sl(i)(c);
|
|
3538
3554
|
}, renderer: { code(i, n, c) {
|
|
3539
|
-
const h = (n || "").match(/\S*/)[0], u = h ? ` class="${a.langPrefix}${
|
|
3540
|
-
return i = i.replace(/\n$/, ""), `<pre><code${u}>${c ? i :
|
|
3555
|
+
const h = (n || "").match(/\S*/)[0], u = h ? ` class="${a.langPrefix}${_l(h)}"` : "";
|
|
3556
|
+
return i = i.replace(/\n$/, ""), `<pre><code${u}>${c ? i : _l(i, !0)}
|
|
3541
3557
|
</code></pre>`;
|
|
3542
3558
|
} } };
|
|
3543
3559
|
})({ langPrefix: "hljs language-", highlight(a, i) {
|
|
@@ -3595,10 +3611,10 @@ const wg = { name: "cvMarkdownShow", mixins: [Me], emits: ["update:html", "on-co
|
|
|
3595
3611
|
return t === void 0 && (t = this.tocLists), t.forEach(({ level: l }) => {
|
|
3596
3612
|
o = Math.min(o, l);
|
|
3597
3613
|
}), o === 9999 ? e : e - (o - 1);
|
|
3598
|
-
} } },
|
|
3614
|
+
} } }, Ig = ["id"], Tg = ["innerHTML"], Dg = { class: "toc-anchor" }, Lg = ["anchor", "onClick"], $g = ["anchor", "title"], Og = ["src"], Eo = S(_g, [["render", function(e, t, o, l, a, i) {
|
|
3599
3615
|
const n = C("cv-icons");
|
|
3600
|
-
return d(), p("div", { class: "cv-markdown-preview", id: e.editorRefID, ref: e.editorRefID, style:
|
|
3601
|
-
}]]),
|
|
3616
|
+
return d(), p("div", { class: "cv-markdown-preview", id: e.editorRefID, ref: e.editorRefID, style: z([o.tocShow ? "display:flex;" : ""]) }, [e.$slots.default ? L(e.$slots, "default", { key: 0 }, () => [D(T(a.localHtml), 1)]) : k("", !0), r("div", { class: N("markdown-preview markdown-theme-base " + ("markdown-theme-" + o.theme)), onScroll: t[0] || (t[0] = (...c) => i.handleScroll && i.handleScroll(...c)), innerHTML: a.localHtml }, null, 42, Tg), M(r("ul", Dg, [(d(!0), p(F, null, B(a.tocLists, (c) => (d(), p("li", { class: "toc-anchor-item", anchor: c.anchor, key: c.anchor, onClick: (h) => i.tocClick(c) }, [r("span", { class: N(`toc-link-${i.tocLevel(c.level)}${a.tocAction == c.anchor ? " toc-link-action" : ""}`), anchor: c.anchor, title: c.text }, T(c.text), 11, $g)], 8, Lg))), 128))], 512), [[H, o.tocShow]]), r("div", { class: N(["preview-img", a.previewImgModal ? "active" : ""]) }, [y(n, { type: "ElIconClose", onClick: t[1] || (t[1] = (c) => a.previewImgModal = !1) }), r("img", { src: a.previewImgSrc, class: N([a.previewImgMode]), alt: "" }, null, 10, Og)], 2)], 12, Ig);
|
|
3617
|
+
}]]), Fg = { name: "cvMarkdownSimple", mixins: [Me, Ua, { methods: { toggleSlideDown() {
|
|
3602
3618
|
this.slideDown = !this.slideDown;
|
|
3603
3619
|
}, actionThemesSet(e) {
|
|
3604
3620
|
this.codemrrConfig.theme = e, this.actionThemeDropdown = !1, this.$emit("on-act-theme", e);
|
|
@@ -3672,7 +3688,7 @@ row 2 col 1 | row 2 col 2
|
|
|
3672
3688
|
}, l.onerror = (a) => {
|
|
3673
3689
|
};
|
|
3674
3690
|
}, actionExportFile() {
|
|
3675
|
-
|
|
3691
|
+
Kl(this.localVal, this.lastExpFileName + ".md");
|
|
3676
3692
|
}, insertCode() {
|
|
3677
3693
|
const e = this.getCursortPosition(), t = this.localVal.substring(e - 1, e);
|
|
3678
3694
|
this.insertContent("\n```\n\n```"), t !== `
|
|
@@ -3776,9 +3792,9 @@ row 2 col 1 | row 2 col 2
|
|
|
3776
3792
|
}
|
|
3777
3793
|
}, mousescrollSide(e) {
|
|
3778
3794
|
this.scroll = e;
|
|
3779
|
-
} } },
|
|
3780
|
-
return d(), p("div", { class:
|
|
3781
|
-
}], ["__scopeId", "data-v-36211c6f"]]),
|
|
3795
|
+
} } }, Mg = { key: 0, title: "头部工具栏" }, Eg = { class: "cv-editor-toolbars" }, Bg = { key: 0, name: "粗体" }, Ng = { key: 1, name: "斜体" }, zg = { key: 2, name: "删除线" }, Ag = { key: 3, name: "下划线" }, Hg = { key: 4, name: "标题1" }, Pg = { key: 5, name: "标题2" }, jg = { key: 6, name: "标题3" }, Rg = { key: 7, name: "标题4" }, Ug = { key: 8, name: "标题5" }, Wg = { key: 9, name: "标题6" }, Yg = { key: 10, name: "分割线" }, Xg = { key: 11, name: "引用" }, qg = { key: 12, name: "无序列表" }, Kg = { key: 13, name: "有序列表" }, Gg = { key: 14, name: "未完成列表" }, Zg = { key: 15, name: "已完成列表" }, Qg = { key: 16, name: "链接" }, Jg = { key: 17, name: "表格" }, e0 = ["name"], t0 = { key: 19, name: "全屏编辑" }, o0 = { key: 20, name: "分屏显示" }, a0 = { key: 21, name: "预览" }, i0 = { class: "cv-editor-toolbars" }, l0 = { key: 0, name: "图片" }, n0 = { key: 1, name: "本地图片" }, s0 = { key: 2, name: "图片空间" }, r0 = { key: 3, name: "上传图片" }, c0 = { key: 4, name: "上传文件" }, d0 = { key: 5, class: "shift-theme", name: "代码块主题" }, h0 = { name: "导入文件", class: "import-file" }, p0 = { name: "保存到本地" }, u0 = { key: 6, name: "全屏" }, m0 = { key: 7, name: "退出全屏" }, g0 = ["innerHTML"], Bo = S(Fg, [["render", function(e, t, o, l, a, i) {
|
|
3796
|
+
return d(), p("div", { class: N(`markdown ${a.fullscreen ? "fullscreen" : ""} ${o.bordered ? "border" : ""}`), ref: "markdown", style: z({ width: o.width + (typeof o.width == "string" ? "" : "px"), height: o.height + (typeof o.height == "string" ? "" : "px") }) }, [e.actionPreview ? k("", !0) : (d(), p("div", Mg, [r("ul", Eg, [r("li", null, [L(e.$slots, "title", {}, void 0, !0)]), e.toolConfig.strong ? (d(), p("li", Bg, [r("span", { onClick: t[0] || (t[0] = (...n) => e.actionInsStrong && e.actionInsStrong(...n)), class: "iconfont icon-bold" })])) : k("", !0), e.toolConfig.italic ? (d(), p("li", Ng, [r("span", { onClick: t[1] || (t[1] = (...n) => e.actionInsItalic && e.actionInsItalic(...n)), class: "iconfont icon-italic" })])) : k("", !0), e.toolConfig.overline ? (d(), p("li", zg, [r("span", { onClick: t[2] || (t[2] = (...n) => e.actionInsOverline && e.actionInsOverline(...n)), class: "iconfont icon-overline" })])) : k("", !0), e.toolConfig.overline ? (d(), p("li", Ag, [r("span", { onClick: t[3] || (t[3] = (...n) => e.actionInsUnderline && e.actionInsUnderline(...n)), class: "iconfont icon-under-line" })])) : k("", !0), e.toolConfig.h1 ? (d(), p("li", Hg, [r("span", { style: { "font-size": "16px" }, onClick: t[4] || (t[4] = (n) => e.actionInsTitle(1)) }, "h1")])) : k("", !0), e.toolConfig.h2 ? (d(), p("li", Pg, [r("span", { style: { "font-size": "16px" }, onClick: t[5] || (t[5] = (n) => e.actionInsTitle(2)) }, "h2")])) : k("", !0), e.toolConfig.h3 ? (d(), p("li", jg, [r("span", { style: { "font-size": "16px" }, onClick: t[6] || (t[6] = (n) => e.actionInsTitle(3)) }, "h3")])) : k("", !0), e.toolConfig.h4 ? (d(), p("li", Rg, [r("span", { style: { "font-size": "16px" }, onClick: t[7] || (t[7] = (n) => e.actionInsTitle(4)) }, "h4")])) : k("", !0), e.toolConfig.h5 ? (d(), p("li", Ug, [r("span", { style: { "font-size": "16px" }, onClick: t[8] || (t[8] = (n) => e.actionInsTitle(5)) }, "h5")])) : k("", !0), e.toolConfig.h6 ? (d(), p("li", Wg, [r("span", { style: { "font-size": "16px" }, onClick: t[9] || (t[9] = (n) => e.actionInsTitle(6)) }, "h6")])) : k("", !0), e.toolConfig.hr ? (d(), p("li", Yg, [r("span", { onClick: t[10] || (t[10] = (...n) => e.actionInsLine && e.actionInsLine(...n)), class: "iconfont icon-horizontal" })])) : k("", !0), e.toolConfig.quote ? (d(), p("li", Xg, [r("span", { style: { "font-size": "16px" }, onClick: t[11] || (t[11] = (...n) => e.actionInsQuote && e.actionInsQuote(...n)), class: "iconfont icon-quote" })])) : k("", !0), e.toolConfig.ul ? (d(), p("li", qg, [r("span", { onClick: t[12] || (t[12] = (...n) => e.actionInsUl && e.actionInsUl(...n)), class: "iconfont icon-ul" })])) : k("", !0), e.toolConfig.ol ? (d(), p("li", Kg, [r("span", { onClick: t[13] || (t[13] = (...n) => e.actionInsOl && e.actionInsOl(...n)), class: "iconfont icon-ol" })])) : k("", !0), e.toolConfig.notChecked ? (d(), p("li", Gg, [r("span", { onClick: t[14] || (t[14] = (...n) => e.insertNotFinished && e.insertNotFinished(...n)), class: "iconfont icon-checked-false" })])) : k("", !0), e.toolConfig.checked ? (d(), p("li", Zg, [r("span", { onClick: t[15] || (t[15] = (...n) => e.insertFinished && e.insertFinished(...n)), class: "iconfont icon-checked" })])) : k("", !0), e.toolConfig.link ? (d(), p("li", Qg, [r("span", { onClick: t[16] || (t[16] = (...n) => e.actionInsLink && e.actionInsLink(...n)), class: "iconfont icon-link" })])) : k("", !0), e.toolConfig.table ? (d(), p("li", Jg, [r("span", { onClick: t[17] || (t[17] = (...n) => e.actionInsTable && e.actionInsTable(...n)), class: "iconfont icon-table" })])) : k("", !0), t[53] || (t[53] = r("li", { class: "empty" }, null, -1)), e.toolConfig.scrollSync ? (d(), p("li", { key: 18, name: e.actionScrollSync ? "同步滚动:开" : "同步滚动:关" }, [M(r("span", { onClick: t[18] || (t[18] = (n) => e.actionScrollSync = !e.actionScrollSync), class: "iconfont icon-on" }, null, 512), [[H, e.actionScrollSync]]), M(r("span", { onClick: t[19] || (t[19] = (n) => e.actionScrollSync = !e.actionScrollSync), class: "iconfont icon-off" }, null, 512), [[H, !e.actionScrollSync]])], 8, e0)) : k("", !0), e.toolConfig.split && e.actionSplit ? (d(), p("li", t0, [r("span", { onClick: t[20] || (t[20] = (n) => e.actionSplit = !1), class: "iconfont icon-md" })])) : k("", !0), e.toolConfig.split && !e.actionSplit ? (d(), p("li", o0, [r("span", { onClick: t[21] || (t[21] = (n) => e.actionSplit = !0), class: "iconfont icon-group" })])) : k("", !0), e.toolConfig.preview ? (d(), p("li", a0, [r("span", { onClick: t[22] || (t[22] = (n) => e.actionPreview = !0), class: "iconfont icon-preview" })])) : k("", !0), e.toolConfig.clear ? (d(), p("li", { key: 22, name: "清空", onClick: t[23] || (t[23] = (n) => a.localVal = "") }, [...t[51] || (t[51] = [r("span", { class: "iconfont icon-clear" }, null, -1)])])) : k("", !0), e.toolConfig.save ? (d(), p("li", { key: 23, name: "保存", onClick: t[24] || (t[24] = (...n) => e.actionSaveSet && e.actionSaveSet(...n)) }, [...t[52] || (t[52] = [r("span", { class: "iconfont icon-save" }, null, -1)])])) : k("", !0)]), r("ul", i0, [e.toolConfig.image ? (d(), p("li", l0, [r("span", { onClick: t[25] || (t[25] = (...n) => e.actionInsImage && e.actionInsImage(...n)), class: "iconfont icon-img" })])) : k("", !0), e.toolConfig.uploadImage ? (d(), p("li", n0, [r("span", { onClick: t[26] || (t[26] = (...n) => e.actionChooseImage && e.actionChooseImage(...n)), class: "iconfont icon-upload-img" })])) : k("", !0), e.toolConfig.custom_image ? (d(), p("li", s0, [r("span", { onClick: t[27] || (t[27] = (...n) => e.custom_actionInsImage && e.custom_actionInsImage(...n)), class: "iconfont icon-img" })])) : k("", !0), e.toolConfig.custom_uploadImage ? (d(), p("li", r0, [r("span", { onClick: t[28] || (t[28] = (...n) => e.custom_chooseImage && e.custom_chooseImage(...n)), class: "iconfont icon-upload-img" })])) : k("", !0), e.toolConfig.custom_uploadFile ? (d(), p("li", c0, [r("span", { onClick: t[29] || (t[29] = (...n) => e.custom_chooseFile && e.custom_chooseFile(...n)), class: "iconfont icon-upload-img" })])) : k("", !0), e.toolConfig.theme ? (d(), p("li", d0, [r("div", null, [r("span", { class: "iconfont icon-theme", onClick: t[30] || (t[30] = (n) => a.themeSlideDown = !a.themeSlideDown) }), r("ul", { class: N({ active: a.themeSlideDown }), onMouseleave: t[35] || (t[35] = (n) => a.themeSlideDown = !1) }, [r("li", { onClick: t[31] || (t[31] = (n) => e.setThemes("light")) }, "Light"), r("li", { onClick: t[32] || (t[32] = (n) => e.setThemes("dark")) }, "VS Code"), r("li", { onClick: t[33] || (t[33] = (n) => e.setThemes("oneDark")) }, "Atom OneDark"), r("li", { onClick: t[34] || (t[34] = (n) => e.setThemes("gitHub")) }, "GitHub")], 34)])])) : k("", !0), M(r("li", h0, [r("span", { class: "iconfont icon-daoru", onClick: t[36] || (t[36] = (...n) => e.actionImportFile && e.actionImportFile(...n)) }), r("input", { type: "file", onChange: t[37] || (t[37] = (n) => e.actionImportFile(n)), accept: "text/markdown" }, null, 32)], 512), [[H, e.toolConfig.importmd]]), M(r("li", p0, [r("span", { class: "iconfont icon-download", onClick: t[38] || (t[38] = (...n) => e.actionExportFile && e.actionExportFile(...n)) })], 512), [[H, e.toolConfig.exportmd]]), t[54] || (t[54] = r("li", { class: "empty" }, null, -1)), e.toolConfig.fullscreen && !a.fullscreen ? (d(), p("li", u0, [r("span", { onClick: t[39] || (t[39] = (n) => a.fullscreen = !a.fullscreen), class: "iconfont icon-fullscreen" })])) : k("", !0), e.toolConfig.fullscreen && a.fullscreen ? (d(), p("li", m0, [r("span", { onClick: t[40] || (t[40] = (n) => a.fullscreen = !a.fullscreen), class: "iconfont icon-quite" })])) : k("", !0)])])), M(r("div", { title: "关闭预览按钮", class: "close-preview", onClick: t[41] || (t[41] = (n) => e.actionPreview = !1) }, [...t[55] || (t[55] = [r("span", { class: "iconfont icon-close" }, null, -1)])], 512), [[H, e.actionPreview]]), r("div", { title: "编辑器", class: "cv-editor-markdown-main", style: z({ background: e.actionPreview ? "#fff" : "" }) }, [M(r("div", { class: "markdown-editor", ref: "markdownEditor", onScroll: t[47] || (t[47] = (...n) => i.markdownScroll && i.markdownScroll(...n)), onMouseenter: t[48] || (t[48] = (n) => i.mousescrollSide("markdown")) }, [r("ul", { class: "index", ref: "index", style: z({ height: a.textareaHeight ? `${a.textareaHeight}px` : "100%" }) }, [(d(!0), p(F, null, B(a.indexLenth, (n) => (d(), p("li", { key: n }, T(n), 1))), 128))], 4), M(r("textarea", { "onUpdate:modelValue": t[42] || (t[42] = (n) => a.localVal = n), ref: "textarea", onKeydown: t[43] || (t[43] = Oe((...n) => i.tab && i.tab(...n), ["tab"])), onKeyup: [t[44] || (t[44] = Oe((...n) => i.enter && i.enter(...n), ["enter"])), t[45] || (t[45] = Oe((...n) => i.onDelete && i.onDelete(...n), ["delete"]))], onMouseenter: t[46] || (t[46] = (n) => i.mousescrollSide("left")), style: z({ height: a.textareaHeight ? `${a.textareaHeight}px` : "100%" }) }, null, 36), [[On, a.localVal]])], 544), [[H, !e.preview]]), M(r("div", { class: N("markdown-preview " + ("markdown-theme-" + e.codemrrConfig.theme)), ref: "preview", onScroll: t[49] || (t[49] = (...n) => i.previewScroll && i.previewScroll(...n)), onMouseenter: t[50] || (t[50] = (n) => i.mousescrollSide("right")) }, [r("div", { innerHTML: a.html, ref: "previewInner" }, null, 8, g0)], 34), [[H, e.preview ? e.preview : e.split]])], 4)], 6);
|
|
3797
|
+
}], ["__scopeId", "data-v-36211c6f"]]), f0 = ["innerHTML"], No = S({ name: "cvMarkdownNostyle", props: { modelValue: { type: String, default: "" }, initValue: { type: String, default: "" } }, data: () => ({ localHtml: "", localVal: "" }), watch: { initValue() {
|
|
3782
3798
|
this.initNewCreate();
|
|
3783
3799
|
} }, created() {
|
|
3784
3800
|
this.localVal = this.initValue || "";
|
|
@@ -3789,29 +3805,29 @@ row 2 col 1 | row 2 col 2
|
|
|
3789
3805
|
let o = new e().parser(this.localVal, { sanitize: !1 });
|
|
3790
3806
|
o = o.replace(/href="/gi, 'target="_blank" href="'), this.localHtml = o;
|
|
3791
3807
|
} } }, [["render", function(e, t, o, l, a, i) {
|
|
3792
|
-
return d(), p("div", { class: "markdown-preview-nostyle", innerHTML: a.localHtml }, null, 8,
|
|
3808
|
+
return d(), p("div", { class: "markdown-preview-nostyle", innerHTML: a.localHtml }, null, 8, f0);
|
|
3793
3809
|
}]]);
|
|
3794
|
-
function
|
|
3810
|
+
function Da(e) {
|
|
3795
3811
|
return { text: "按钮", clickFn: null, type: "default", isHide: !1, order: 2, ...e };
|
|
3796
3812
|
}
|
|
3797
|
-
|
|
3798
|
-
e.component(Fo.name, Fo);
|
|
3799
|
-
}, Mo.install = function(e) {
|
|
3813
|
+
Mo.install = function(e) {
|
|
3800
3814
|
e.component(Mo.name, Mo);
|
|
3801
|
-
}, No.install = function(e) {
|
|
3802
|
-
e.component(No.name, No);
|
|
3803
3815
|
}, Eo.install = function(e) {
|
|
3804
3816
|
e.component(Eo.name, Eo);
|
|
3805
|
-
},
|
|
3806
|
-
e.component(
|
|
3817
|
+
}, Bo.install = function(e) {
|
|
3818
|
+
e.component(Bo.name, Bo);
|
|
3819
|
+
}, No.install = function(e) {
|
|
3820
|
+
e.component(No.name, No);
|
|
3807
3821
|
}, $o.install = function(e) {
|
|
3808
3822
|
e.component($o.name, $o);
|
|
3809
3823
|
}, Oo.install = function(e) {
|
|
3810
3824
|
e.component(Oo.name, Oo);
|
|
3825
|
+
}, Fo.install = function(e) {
|
|
3826
|
+
e.component(Fo.name, Fo);
|
|
3811
3827
|
};
|
|
3812
|
-
class
|
|
3828
|
+
class v0 {
|
|
3813
3829
|
constructor(t, o) {
|
|
3814
|
-
this.WinVue = t, this.vmCompObj = null, this.vmComponent = null, this.vmApp = null, this.dialogObj = null, this.boxShow =
|
|
3830
|
+
this.WinVue = t, this.vmCompObj = null, this.vmComponent = null, this.vmApp = null, this.dialogObj = null, this.boxShow = E(!1), this.boxProps = E({}), this.boxOptions = Ce({ closeIsConfirm: !1, closeIsDestroy: !0, width: "40%", title: "默认标题" }, o.diyOpts), this.boxProps.value = El(this.boxOptions, ["closeIsConfirm", "closeIsDestroy"]), this.bodyComponent = o.component || "", this.bodyOptions = Ce({}, o.props), this.bodyFunc = Ce({}, o.onFunc);
|
|
3815
3831
|
for (const l in this.bodyFunc) if (this.bodyFunc.hasOwnProperty(l) && !l.startsWith("on")) {
|
|
3816
3832
|
const a = "on" + l.charAt(0).toUpperCase() + l.slice(1);
|
|
3817
3833
|
this.bodyFunc[a] = this.bodyFunc[l], delete this.bodyFunc[l];
|
|
@@ -3832,20 +3848,20 @@ class p0 {
|
|
|
3832
3848
|
const i = y(t.bodyComponent, { ...t.bodyOptions, ref: "inner", onSetTitle(m) {
|
|
3833
3849
|
t.boxProps.value.title = m;
|
|
3834
3850
|
}, onClose: () => t.close(), ...t.bodyFunc }, { default: () => "" });
|
|
3835
|
-
let n = { ok:
|
|
3851
|
+
let n = { ok: Da({ text: "确定", type: "primary", order: 0 }), cancel: Da({ text: "取消", order: 1 }) };
|
|
3836
3852
|
Object.entries(n).forEach(([m, f]) => {
|
|
3837
3853
|
if (["ok", "cancel"].includes(m)) {
|
|
3838
3854
|
const g = m === "ok" ? t.defaultFunc.onOK : t.defaultFunc.onCancel;
|
|
3839
3855
|
f.clickFn = f.clickFn || g;
|
|
3840
|
-
} else n[m] =
|
|
3856
|
+
} else n[m] = Da(f);
|
|
3841
3857
|
});
|
|
3842
3858
|
const c = Object.values(n).filter((m) => !m.isHide);
|
|
3843
3859
|
y("div", {}, c.map((m) => y(Fe, { type: m.type, onClick: m.clickFn }, m.text)));
|
|
3844
3860
|
const h = function(m) {
|
|
3845
3861
|
t.close();
|
|
3846
3862
|
}, u = typeof t.boxOptions.beforeClose == "function" ? t.boxOptions.beforeClose : h;
|
|
3847
|
-
return y(
|
|
3848
|
-
t.boxOptions.closeIsConfirm ?
|
|
3863
|
+
return y(bn, { ...t.boxProps.value, modelValue: t.boxShow.value, beforeClose: (m) => {
|
|
3864
|
+
t.boxOptions.closeIsConfirm ? Oa.confirm("确认关闭?", "提示").then((f) => {
|
|
3849
3865
|
u(h);
|
|
3850
3866
|
}).catch((f) => {
|
|
3851
3867
|
h();
|
|
@@ -3858,10 +3874,10 @@ class p0 {
|
|
|
3858
3874
|
const l = document.createElement("div");
|
|
3859
3875
|
document.body.appendChild(l), this.vmTargetElement = l;
|
|
3860
3876
|
const a = y(o);
|
|
3861
|
-
a.appContext = this.WinVue._context,
|
|
3877
|
+
a.appContext = this.WinVue._context, Ao(a, this.vmTargetElement), this.vmApp = a;
|
|
3862
3878
|
}
|
|
3863
3879
|
close() {
|
|
3864
|
-
this.boxShow && (this.boxShow.value = !1), this.vmTargetElement && (
|
|
3880
|
+
this.boxShow && (this.boxShow.value = !1), this.vmTargetElement && (Ao(null, this.vmTargetElement), document.body.removeChild(this.vmTargetElement), this.vmApp = null);
|
|
3865
3881
|
}
|
|
3866
3882
|
show() {
|
|
3867
3883
|
this.boxShow.value = !0;
|
|
@@ -3870,12 +3886,12 @@ class p0 {
|
|
|
3870
3886
|
return this.vmCompObj.$refs.inner;
|
|
3871
3887
|
}
|
|
3872
3888
|
}
|
|
3873
|
-
function
|
|
3889
|
+
function La(e) {
|
|
3874
3890
|
return { text: "按钮", clickFn: null, type: "default", isHide: !1, order: 2, ...e };
|
|
3875
3891
|
}
|
|
3876
|
-
class
|
|
3892
|
+
class y0 {
|
|
3877
3893
|
constructor(t, o) {
|
|
3878
|
-
this.WinVue = t, this.vmCompObj = null, this.vmComponent = null, this.vmApp = null, this.dialogObj = null, this.boxShow =
|
|
3894
|
+
this.WinVue = t, this.vmCompObj = null, this.vmComponent = null, this.vmApp = null, this.dialogObj = null, this.boxShow = E(!1), this.boxProps = E({}), this.boxOptions = Ce({ closeIsConfirm: !0, closeIsDestroy: !0, width: "40%", title: "默认标题" }, o.diyOpts), this.boxProps.value = El(this.boxOptions, ["closeIsConfirm", "closeIsDestroy"]), this.bodyComponent = o.component || "", this.bodyOptions = Ce({}, o.props), this.bodyFunc = Ce({}, o.onFunc);
|
|
3879
3895
|
for (const l in this.bodyFunc) if (this.bodyFunc.hasOwnProperty(l) && !l.startsWith("on")) {
|
|
3880
3896
|
const a = "on" + l.charAt(0).toUpperCase() + l.slice(1);
|
|
3881
3897
|
this.bodyFunc[a] = this.bodyFunc[l], delete this.bodyFunc[l];
|
|
@@ -3897,20 +3913,20 @@ class u0 {
|
|
|
3897
3913
|
const i = y(t.bodyComponent, { ...t.bodyOptions, ref: "inner", onSetTitle(m) {
|
|
3898
3914
|
t.boxProps.value.title = m;
|
|
3899
3915
|
}, onClose: this.clearVm, ...t.bodyFunc }, { default: () => "" });
|
|
3900
|
-
let n = { ok:
|
|
3916
|
+
let n = { ok: La({ text: "确定", type: "primary", order: 0 }), cancel: La({ text: "取消", order: 1 }) };
|
|
3901
3917
|
Object.entries(n).forEach(([m, f]) => {
|
|
3902
3918
|
if (["ok", "cancel"].includes(m)) {
|
|
3903
3919
|
const g = m === "ok" ? t.defaultFunc.onOK : t.defaultFunc.onCancel;
|
|
3904
3920
|
f.clickFn = f.clickFn || g;
|
|
3905
|
-
} else n[m] =
|
|
3921
|
+
} else n[m] = La(f);
|
|
3906
3922
|
});
|
|
3907
3923
|
const c = Object.values(n).filter((m) => !m.isHide);
|
|
3908
3924
|
y("div", {}, c.map((m) => y(Fe, { type: m.type, onClick: m.clickFn }, m.text)));
|
|
3909
3925
|
const h = function(m) {
|
|
3910
3926
|
t.close();
|
|
3911
3927
|
}, u = typeof t.boxOptions.beforeClose == "function" ? t.boxOptions.beforeClose : h;
|
|
3912
|
-
return y(
|
|
3913
|
-
t.boxOptions.closeIsConfirm ?
|
|
3928
|
+
return y(Cn, { ...t.boxProps.value, modelValue: t.boxShow.value, beforeClose: (m) => {
|
|
3929
|
+
t.boxOptions.closeIsConfirm ? Oa.confirm("确认关闭?", "提示").then((f) => {
|
|
3914
3930
|
u(h);
|
|
3915
3931
|
}).catch((f) => {
|
|
3916
3932
|
h();
|
|
@@ -3923,10 +3939,10 @@ class u0 {
|
|
|
3923
3939
|
const l = document.createElement("div");
|
|
3924
3940
|
document.body.appendChild(l), this.vmTargetElement = l;
|
|
3925
3941
|
const a = y(o);
|
|
3926
|
-
a.appContext = this.WinVue._context,
|
|
3942
|
+
a.appContext = this.WinVue._context, Ao(a, this.vmTargetElement), this.vmApp = a;
|
|
3927
3943
|
}
|
|
3928
3944
|
close() {
|
|
3929
|
-
this.boxShow.value = !1,
|
|
3945
|
+
this.boxShow.value = !1, Ao(null, this.vmTargetElement);
|
|
3930
3946
|
}
|
|
3931
3947
|
show() {
|
|
3932
3948
|
this.boxShow.value = !0;
|
|
@@ -3935,38 +3951,38 @@ class u0 {
|
|
|
3935
3951
|
return this.vmCompObj.$refs.inner;
|
|
3936
3952
|
}
|
|
3937
3953
|
}
|
|
3938
|
-
function
|
|
3939
|
-
const i = new
|
|
3954
|
+
function b0(e, t = null, o = {}, l = {}, a = {}) {
|
|
3955
|
+
const i = new v0(e, { component: t, diyOpts: o, props: l, onFunc: a, onOK() {
|
|
3940
3956
|
i.getInner(), i.close();
|
|
3941
3957
|
}, onCancel() {
|
|
3942
3958
|
i.close();
|
|
3943
3959
|
} });
|
|
3944
3960
|
return i;
|
|
3945
3961
|
}
|
|
3946
|
-
function
|
|
3947
|
-
const i = new
|
|
3962
|
+
function C0(e, t = "", o = {}, l = {}, a = null) {
|
|
3963
|
+
const i = new y0(e, { component: t, diyOpts: { ...o }, props: l, onFunc: a, onOK() {
|
|
3948
3964
|
i.getInner(), i.close();
|
|
3949
3965
|
}, onCancel() {
|
|
3950
3966
|
i.close();
|
|
3951
3967
|
} });
|
|
3952
3968
|
return i;
|
|
3953
3969
|
}
|
|
3954
|
-
var
|
|
3955
|
-
const
|
|
3956
|
-
|
|
3970
|
+
var w0 = [et, tt, ot, at, it, lt, nt, st, rt, ct, es, dt, ht, pt, ut, mt, gt, yt, bt, ft, vt, Ct, wt, kt, Vt, xt, St, Dt, _t, It, Tt, Ft, Mt, Et, Bt, Nt, zt, At, Ht, Pt, jt, Rt, Ut, Wt, Xt, qt, Kt, Gt, Zt, oo, ao, Yt, eo, to, lo, io, no, fo, vo, yo, bo, Co, wo, so, ro, co, ho, po, uo, mo, go, Qt, Jt, $t, Ot, ko, xo, So, Vo, _o, Io, To, Do, $o, Oo, Fo, Mo, Eo, Bo, No];
|
|
3971
|
+
const Ql = function(e, t = {}) {
|
|
3972
|
+
w0.forEach((o) => {
|
|
3957
3973
|
e.component(o.name, o);
|
|
3958
3974
|
}), e.config.globalProperties.$cvUiParams = { ...t }, e.config.globalProperties.$cvDialogRender = function() {
|
|
3959
|
-
return
|
|
3960
|
-
}, e.config.globalProperties.$cvCopy =
|
|
3961
|
-
return
|
|
3975
|
+
return b0(e, ...arguments);
|
|
3976
|
+
}, e.config.globalProperties.$cvCopy = Ss, e.config.globalProperties.$cvDrawerRender = function() {
|
|
3977
|
+
return C0(e, ...arguments);
|
|
3962
3978
|
}, e.config.globalProperties.CDN_URL_UI = "https://10ui.cn/";
|
|
3963
3979
|
};
|
|
3964
|
-
typeof window < "u" && window._vueApp_ &&
|
|
3965
|
-
const
|
|
3980
|
+
typeof window < "u" && window._vueApp_ && Ql(window._vueApp_);
|
|
3981
|
+
const R0 = { version: "0.3.x", install: Ql };
|
|
3966
3982
|
export {
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3983
|
+
w0 as components,
|
|
3984
|
+
b0 as cvDialogRender,
|
|
3985
|
+
C0 as cvDrawerRender,
|
|
3986
|
+
R0 as default,
|
|
3987
|
+
Ql as install
|
|
3972
3988
|
};
|