zhytech-ui 1.1.40 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/zhytech-ui.es.js
CHANGED
|
@@ -2,7 +2,7 @@ var C1 = Object.defineProperty;
|
|
|
2
2
|
var D1 = (o, l, r) => l in o ? C1(o, l, { enumerable: !0, configurable: !0, writable: !0, value: r }) : o[l] = r;
|
|
3
3
|
var ht = (o, l, r) => (D1(o, typeof l != "symbol" ? l + "" : l, r), r);
|
|
4
4
|
import { ElMessage as H1, dayjs as iu, ElLoading as j1 } from "element-plus";
|
|
5
|
-
import { defineComponent as Ae, resolveComponent as E, openBlock as T, createBlock as I, withCtx as D, createElementBlock as X, createElementVNode as M, createTextVNode as le, createCommentVNode as G, useCssVars as na, unref as p, toRefs as Pt, watch as me, computed as Vt, ref as
|
|
5
|
+
import { defineComponent as Ae, resolveComponent as E, openBlock as T, createBlock as I, withCtx as D, createElementBlock as X, createElementVNode as M, createTextVNode as le, createCommentVNode as G, useCssVars as na, unref as p, toRefs as Pt, watch as me, computed as Vt, ref as ie, Fragment as Pe, createVNode as P, renderList as Ze, toDisplayString as we, onMounted as vn, normalizeClass as Ee, TransitionGroup as V1, h as ou, nextTick as mn, inject as He, withModifiers as br, resolveDynamicComponent as Wr, normalizeStyle as Nt, isRef as et, renderSlot as Zn, createSlots as L1, provide as pn, mergeModels as Bo, useModel as Uu, reactive as Bu, withKeys as z1, onUnmounted as Gu, resolveDirective as E1, withDirectives as X1, shallowRef as N1, onBeforeMount as M1, onBeforeUnmount as O1, Teleport as R1 } from "vue";
|
|
6
6
|
import wr, { Swap as I1, MultiDrag as F1 } from "sortablejs";
|
|
7
7
|
import { useDebounceFn as qu, useVModel as W1, useArrayFilter as U1 } from "@vueuse/core";
|
|
8
8
|
import nn from "dayjs";
|
|
@@ -75,7 +75,7 @@ const lt = (o, l) => {
|
|
|
75
75
|
duration: 2e3
|
|
76
76
|
});
|
|
77
77
|
};
|
|
78
|
-
function
|
|
78
|
+
function St() {
|
|
79
79
|
const o = (s) => s instanceof Array ? !s || s.length === 0 : s instanceof Object ? !s || Object.keys(s).length === 0 : typeof s == "boolean" || s instanceof Boolean ? !1 : !s && s !== 0, l = (s) => {
|
|
80
80
|
if (!s || typeof s != "string")
|
|
81
81
|
return;
|
|
@@ -183,6 +183,16 @@ function Tt() {
|
|
|
183
183
|
const w = n[m.toLowerCase()](f);
|
|
184
184
|
return b > w ? (lt("error", `最大可以上传${f}${m}的${v},请重新选择!`), !1) : ((c == null ? void 0 : c.findIndex((S) => S.name === s.name)) ?? -1) !== -1 ? (lt("error", `${v}重复,请重新选择!`), !1) : !0;
|
|
185
185
|
},
|
|
186
|
+
/**
|
|
187
|
+
* @description: 获取文件类型
|
|
188
|
+
* @param fileName
|
|
189
|
+
* @return
|
|
190
|
+
*/
|
|
191
|
+
getFileType(s) {
|
|
192
|
+
var f, m;
|
|
193
|
+
const c = (m = (f = s == null ? void 0 : s.split(".")) == null ? void 0 : f.pop()) == null ? void 0 : m.toLowerCase();
|
|
194
|
+
return c ? ["png", "jpg", "jpeg", "bmp", "gif"].includes(c) ? "image" : ["txt"].includes(c) ? "txt" : ["xls", "xlsx"].includes(c) ? "excel" : ["doc", "docx"].includes(c) ? "word" : ["pdf"].includes(c) ? "pdf" : ["ppt", "pptx"].includes(c) ? "ppt" : ["mp4", "m2v", "mkv", "ogg", "flv", "avi", "wmv", "rmvb"].includes(c) ? "video" : ["mp3", "wav", "wmv"].includes(c) ? "radio" : ["zip", "rar", "7z", "gz", "tar"].includes(c) ? "zip" : "other" : "";
|
|
195
|
+
},
|
|
186
196
|
/**
|
|
187
197
|
* @description: 根据传入值获取:①对应节点所在的各级菜单的值所组成的数组(多选为二维数组)②对应节点的对象(多选为对象数组)
|
|
188
198
|
* @param selectVale 级联选择器选择的值
|
|
@@ -248,7 +258,7 @@ function Tt() {
|
|
|
248
258
|
}
|
|
249
259
|
};
|
|
250
260
|
}
|
|
251
|
-
const { session: au } =
|
|
261
|
+
const { session: au } = St();
|
|
252
262
|
(function(o, l) {
|
|
253
263
|
var r = o.document, t = r.documentElement, e = r.querySelector('meta[name="viewport"]'), n = r.querySelector('meta[name="flexible"]'), i = 0, s = 0, c, f = l.flexible || (l.flexible = {});
|
|
254
264
|
if (e) {
|
|
@@ -557,7 +567,7 @@ const { session: au } = Tt();
|
|
|
557
567
|
function Ct(a) {
|
|
558
568
|
mt.has(a) || (console.warn("[unocss]", a), mt.add(a));
|
|
559
569
|
}
|
|
560
|
-
function
|
|
570
|
+
function Tt(a) {
|
|
561
571
|
return m(a).flatMap((u) => Array.isArray(u) ? [u] : Object.entries(u));
|
|
562
572
|
}
|
|
563
573
|
let $e = "_uno_resolved";
|
|
@@ -567,7 +577,7 @@ const { session: au } = Tt();
|
|
|
567
577
|
if ($e in u)
|
|
568
578
|
return u;
|
|
569
579
|
u = { ...u }, Object.defineProperty(u, $e, { value: !0, enumerable: !1 });
|
|
570
|
-
let d = u.shortcuts ?
|
|
580
|
+
let d = u.shortcuts ? Tt(u.shortcuts) : void 0;
|
|
571
581
|
if (u.shortcuts = d, u.prefix || u.layer) {
|
|
572
582
|
let g = (x) => {
|
|
573
583
|
x[2] || (x[2] = {});
|
|
@@ -628,7 +638,7 @@ const { session: au } = Tt();
|
|
|
628
638
|
return ((Ue = re.autocomplete) == null ? void 0 : Ue.shorthands) || {};
|
|
629
639
|
})) }, Se = j("separators");
|
|
630
640
|
Se.length || (Se = [":", "-"]);
|
|
631
|
-
let nt = j("content"), _e = pe(nt), Dt = { mergeSelectors: !0, warn: !0, sortLayers: (re) => re, ...d, blocklist: j("blocklist"), presets: g, envMode: d.envMode || "build", shortcutsLayer: d.shortcutsLayer || "shortcuts", layers: z, theme: Xe, rules: Y, rulesSize: ce, rulesDynamic: ge, rulesStaticMap: te, preprocess: j("preprocess"), postprocess: j("postprocess"), preflights: j("preflights"), autocomplete: Ie, variants: j("variants").map(F).sort((re, Ue) => (re.order || 0) - (Ue.order || 0)), shortcuts:
|
|
641
|
+
let nt = j("content"), _e = pe(nt), Dt = { mergeSelectors: !0, warn: !0, sortLayers: (re) => re, ...d, blocklist: j("blocklist"), presets: g, envMode: d.envMode || "build", shortcutsLayer: d.shortcutsLayer || "shortcuts", layers: z, theme: Xe, rules: Y, rulesSize: ce, rulesDynamic: ge, rulesStaticMap: te, preprocess: j("preprocess"), postprocess: j("postprocess"), preflights: j("preflights"), autocomplete: Ie, variants: j("variants").map(F).sort((re, Ue) => (re.order || 0) - (Ue.order || 0)), shortcuts: Tt(j("shortcuts")).reverse(), extractors: W, safelist: j("safelist"), separators: Se, details: d.details ?? d.envMode === "dev", content: _e, transformers: b(j("transformers"), (re, Ue) => re.name === Ue.name) };
|
|
632
642
|
for (let re of x)
|
|
633
643
|
(ve = re == null ? void 0 : re.configResolved) == null || ve.call(re, Dt);
|
|
634
644
|
return Dt;
|
|
@@ -4742,7 +4752,7 @@ const Te = (o, l) => {
|
|
|
4742
4752
|
emits: ["update:modelValue", "add", "delete"],
|
|
4743
4753
|
setup(o, { emit: l }) {
|
|
4744
4754
|
na((b) => ({
|
|
4745
|
-
"
|
|
4755
|
+
"769f95ce": p(s)
|
|
4746
4756
|
}));
|
|
4747
4757
|
const r = ["INCLUDES", "EXCLUDE"], t = o, { modelValue: e } = Pt(t), n = l;
|
|
4748
4758
|
me(e, () => {
|
|
@@ -4762,7 +4772,7 @@ const Te = (o, l) => {
|
|
|
4762
4772
|
), s = Vt(() => {
|
|
4763
4773
|
var b, v;
|
|
4764
4774
|
return `${(b = e.value.children) != null && b.length ? ((v = e.value.children) == null ? void 0 : v.length) * -18 : -18}px`;
|
|
4765
|
-
}), c =
|
|
4775
|
+
}), c = ie(""), f = () => {
|
|
4766
4776
|
var b;
|
|
4767
4777
|
c.value = ((b = t.items.find((v) => v.id === e.value.itemID)) == null ? void 0 : b.unit) ?? "", e.value.condition = t.filterConditions[e.value.itemID].length === 1 ? t.filterConditions[e.value.itemID][0].value : "", e.value.value = "";
|
|
4768
4778
|
}, m = (b) => {
|
|
@@ -4915,7 +4925,7 @@ const Te = (o, l) => {
|
|
|
4915
4925
|
};
|
|
4916
4926
|
}
|
|
4917
4927
|
});
|
|
4918
|
-
const m3 = /* @__PURE__ */ Te(h3, [["__scopeId", "data-v-
|
|
4928
|
+
const m3 = /* @__PURE__ */ Te(h3, [["__scopeId", "data-v-8768ea44"]]), v3 = {
|
|
4919
4929
|
name: "zhy-dynamic-filter"
|
|
4920
4930
|
}, g3 = /* @__PURE__ */ Ae({
|
|
4921
4931
|
...v3,
|
|
@@ -4964,7 +4974,7 @@ const m3 = /* @__PURE__ */ Te(h3, [["__scopeId", "data-v-a344bc3e"]]), v3 = {
|
|
|
4964
4974
|
}
|
|
4965
4975
|
},
|
|
4966
4976
|
setup(o, { expose: l }) {
|
|
4967
|
-
const { clone: r, getCascaderFullValue: t } =
|
|
4977
|
+
const { clone: r, getCascaderFullValue: t } = St(), e = o, n = ie({});
|
|
4968
4978
|
me(
|
|
4969
4979
|
e.conditionTypes,
|
|
4970
4980
|
() => {
|
|
@@ -4977,7 +4987,7 @@ const m3 = /* @__PURE__ */ Te(h3, [["__scopeId", "data-v-a344bc3e"]]), v3 = {
|
|
|
4977
4987
|
},
|
|
4978
4988
|
{ immediate: !0 }
|
|
4979
4989
|
);
|
|
4980
|
-
const i =
|
|
4990
|
+
const i = ie([]);
|
|
4981
4991
|
vn(() => {
|
|
4982
4992
|
i.value = r(e.defaultValue), i.value.length || s(i.value, !0);
|
|
4983
4993
|
});
|
|
@@ -5113,7 +5123,7 @@ const m3 = /* @__PURE__ */ Te(h3, [["__scopeId", "data-v-a344bc3e"]]), v3 = {
|
|
|
5113
5123
|
};
|
|
5114
5124
|
}
|
|
5115
5125
|
});
|
|
5116
|
-
const Fr = /* @__PURE__ */ Te(g3, [["__scopeId", "data-v-
|
|
5126
|
+
const Fr = /* @__PURE__ */ Te(g3, [["__scopeId", "data-v-993278fd"]]);
|
|
5117
5127
|
Fr.install = function(o) {
|
|
5118
5128
|
o.component(Fr.name, Fr);
|
|
5119
5129
|
};
|
|
@@ -5702,7 +5712,7 @@ const O3 = {
|
|
|
5702
5712
|
wr.utils.deselect(o);
|
|
5703
5713
|
}
|
|
5704
5714
|
}
|
|
5705
|
-
}), { getTempID: I3 } =
|
|
5715
|
+
}), { getTempID: I3 } = St();
|
|
5706
5716
|
let qt = class {
|
|
5707
5717
|
/**
|
|
5708
5718
|
* @description: 构造器
|
|
@@ -5913,7 +5923,7 @@ const F3 = /* @__PURE__ */ Ae({
|
|
|
5913
5923
|
};
|
|
5914
5924
|
}
|
|
5915
5925
|
});
|
|
5916
|
-
const W3 = /* @__PURE__ */ Te(F3, [["__scopeId", "data-v-
|
|
5926
|
+
const W3 = /* @__PURE__ */ Te(F3, [["__scopeId", "data-v-c618386f"]]), U3 = { key: 0 }, B3 = ["onClick"], G3 = {
|
|
5917
5927
|
key: 2,
|
|
5918
5928
|
class: "pos-absolute bottom--5px right-10px"
|
|
5919
5929
|
}, q3 = /* @__PURE__ */ Ae({
|
|
@@ -5936,7 +5946,7 @@ const W3 = /* @__PURE__ */ Te(F3, [["__scopeId", "data-v-c127ef49"]]), U3 = { ke
|
|
|
5936
5946
|
},
|
|
5937
5947
|
emits: ["update:components", "deleteComponent", "change"],
|
|
5938
5948
|
setup(o, { emit: l }) {
|
|
5939
|
-
const r = { ...Wi, ...Gi, ...Ui, ...Bi }, { getTempID: t, clone: e } =
|
|
5949
|
+
const r = { ...Wi, ...Gi, ...Ui, ...Bi }, { getTempID: t, clone: e } = St(), n = l;
|
|
5940
5950
|
let i = He("formData"), s = He("formDesignerData");
|
|
5941
5951
|
const c = o, { components: f } = Pt(c);
|
|
5942
5952
|
me(f, () => n("update:components", f.value), { immediate: !0, deep: !0 });
|
|
@@ -6052,7 +6062,7 @@ const W3 = /* @__PURE__ */ Te(F3, [["__scopeId", "data-v-c127ef49"]]), U3 = { ke
|
|
|
6052
6062
|
};
|
|
6053
6063
|
}
|
|
6054
6064
|
});
|
|
6055
|
-
const ra = /* @__PURE__ */ Te(q3, [["__scopeId", "data-v-
|
|
6065
|
+
const ra = /* @__PURE__ */ Te(q3, [["__scopeId", "data-v-b74e4408"]]), K3 = /* @__PURE__ */ Ae({
|
|
6056
6066
|
__name: "renderer",
|
|
6057
6067
|
props: {
|
|
6058
6068
|
/**
|
|
@@ -6143,7 +6153,7 @@ const ra = /* @__PURE__ */ Te(q3, [["__scopeId", "data-v-5f1df8d0"]]), K3 = /* @
|
|
|
6143
6153
|
], 2));
|
|
6144
6154
|
}
|
|
6145
6155
|
});
|
|
6146
|
-
const J3 = /* @__PURE__ */ Te(K3, [["__scopeId", "data-v-
|
|
6156
|
+
const J3 = /* @__PURE__ */ Te(K3, [["__scopeId", "data-v-71d04b15"]]);
|
|
6147
6157
|
let Z3 = class extends qt {
|
|
6148
6158
|
constructor() {
|
|
6149
6159
|
super("groupLayout", "分组"), this.props = {
|
|
@@ -6210,15 +6220,15 @@ const Y3 = { component: Z3, renderer: J3, propEditor: W3 }, _3 = { class: "dicti
|
|
|
6210
6220
|
setup(o, { emit: l }) {
|
|
6211
6221
|
var v;
|
|
6212
6222
|
na((w) => ({
|
|
6213
|
-
"
|
|
6223
|
+
"5d13240e": o.height
|
|
6214
6224
|
}));
|
|
6215
6225
|
let r = He("defaultSourceType");
|
|
6216
|
-
const t = o, e =
|
|
6226
|
+
const t = o, e = ie(), n = ie(t.modelValue), i = (v = t.dictionary) == null ? void 0 : v.sourceTypeMap;
|
|
6217
6227
|
e.value = (i == null ? void 0 : i.size) > 1;
|
|
6218
|
-
let s =
|
|
6228
|
+
let s = ie([]);
|
|
6219
6229
|
const c = (w) => {
|
|
6220
6230
|
s.value = w ? f(w) : t.dictionary.dictionaryItems;
|
|
6221
|
-
}, f = (w) => t.dictionary.dictionaryItems.filter((A) => A.label.toLocaleLowerCase().includes(w.toLocaleLowerCase()) || A.value.toLocaleLowerCase().includes(w.toLocaleLowerCase())), m = l, { getTempID: y } =
|
|
6231
|
+
}, f = (w) => t.dictionary.dictionaryItems.filter((A) => A.label.toLocaleLowerCase().includes(w.toLocaleLowerCase()) || A.value.toLocaleLowerCase().includes(w.toLocaleLowerCase())), m = l, { getTempID: y } = St(), b = (w) => {
|
|
6222
6232
|
let A = s.value.find((S) => S.value === w);
|
|
6223
6233
|
A || (A = {
|
|
6224
6234
|
value: y(),
|
|
@@ -6282,7 +6292,7 @@ const Y3 = { component: Z3, renderer: J3, propEditor: W3 }, _3 = { class: "dicti
|
|
|
6282
6292
|
};
|
|
6283
6293
|
}
|
|
6284
6294
|
});
|
|
6285
|
-
const qi = /* @__PURE__ */ Te(rm, [["__scopeId", "data-v-
|
|
6295
|
+
const qi = /* @__PURE__ */ Te(rm, [["__scopeId", "data-v-ae7df8e3"]]), im = { class: "flex items-center my-5" }, om = /* @__PURE__ */ Ae({
|
|
6286
6296
|
__name: "propsEditor",
|
|
6287
6297
|
props: {
|
|
6288
6298
|
/**
|
|
@@ -6303,7 +6313,7 @@ const qi = /* @__PURE__ */ Te(rm, [["__scopeId", "data-v-509c8e07"]]), im = { cl
|
|
|
6303
6313
|
t.pages.forEach((c) => {
|
|
6304
6314
|
c.itemSourceType = r;
|
|
6305
6315
|
});
|
|
6306
|
-
const { getTempID: e } =
|
|
6316
|
+
const { getTempID: e } = St(), n = () => {
|
|
6307
6317
|
t.pages.push({ label: `标签${t.pages.length + 1}`, value: e(), itemSourceType: r });
|
|
6308
6318
|
}, i = (c) => {
|
|
6309
6319
|
t.pages.splice(c, 1);
|
|
@@ -6509,7 +6519,7 @@ const qi = /* @__PURE__ */ Te(rm, [["__scopeId", "data-v-509c8e07"]]), im = { cl
|
|
|
6509
6519
|
};
|
|
6510
6520
|
}
|
|
6511
6521
|
});
|
|
6512
|
-
const am = /* @__PURE__ */ Te(om, [["__scopeId", "data-v-
|
|
6522
|
+
const am = /* @__PURE__ */ Te(om, [["__scopeId", "data-v-e03b3b10"]]), sm = {
|
|
6513
6523
|
key: 2,
|
|
6514
6524
|
class: "w-full text-right"
|
|
6515
6525
|
}, lm = /* @__PURE__ */ Ae({
|
|
@@ -6546,7 +6556,7 @@ const am = /* @__PURE__ */ Te(om, [["__scopeId", "data-v-10a3b2cb"]]), sm = {
|
|
|
6546
6556
|
},
|
|
6547
6557
|
emits: ["deleteComponent", "change"],
|
|
6548
6558
|
setup(o, { emit: l }) {
|
|
6549
|
-
const r = o, { component: t, showDescription: e } = Pt(r), n =
|
|
6559
|
+
const r = o, { component: t, showDescription: e } = Pt(r), n = ie(t.value.props.defaultValue), i = ie({});
|
|
6550
6560
|
me(
|
|
6551
6561
|
() => t.value.props.defaultValue,
|
|
6552
6562
|
() => {
|
|
@@ -6658,7 +6668,7 @@ const am = /* @__PURE__ */ Te(om, [["__scopeId", "data-v-10a3b2cb"]]), sm = {
|
|
|
6658
6668
|
};
|
|
6659
6669
|
}
|
|
6660
6670
|
});
|
|
6661
|
-
const um = /* @__PURE__ */ Te(lm, [["__scopeId", "data-v-
|
|
6671
|
+
const um = /* @__PURE__ */ Te(lm, [["__scopeId", "data-v-c734f5e9"]]);
|
|
6662
6672
|
let cm = class extends qt {
|
|
6663
6673
|
constructor() {
|
|
6664
6674
|
super("tabs", "标签页"), this.props = {
|
|
@@ -6689,7 +6699,7 @@ const fm = { component: cm, renderer: um, propEditor: am }, dm = /* @__PURE__ */
|
|
|
6689
6699
|
props: {},
|
|
6690
6700
|
setup(o) {
|
|
6691
6701
|
let r = He("formDesignerData").selectComponent.props;
|
|
6692
|
-
const t =
|
|
6702
|
+
const t = ie(r.fileSize);
|
|
6693
6703
|
return me(t, () => r.fileSize = Number(t.value)), (e, n) => {
|
|
6694
6704
|
const i = E("el-switch"), s = E("el-form-item"), c = E("el-input-number"), f = E("el-option"), m = E("el-select"), y = E("el-input"), b = E("el-form");
|
|
6695
6705
|
return T(), I(b, {
|
|
@@ -6765,7 +6775,7 @@ const fm = { component: cm, renderer: um, propEditor: am }, dm = /* @__PURE__ */
|
|
|
6765
6775
|
};
|
|
6766
6776
|
}
|
|
6767
6777
|
});
|
|
6768
|
-
const pm = /* @__PURE__ */ Te(dm, [["__scopeId", "data-v-
|
|
6778
|
+
const pm = /* @__PURE__ */ Te(dm, [["__scopeId", "data-v-1ac1dcca"]]);
|
|
6769
6779
|
var rt = /* @__PURE__ */ ((o) => (o.Form = "1", o.Examination = "2", o))(rt || {}), Jo = /* @__PURE__ */ ((o) => (o.LABEL = "label", o.INPUT = "input", o.CHECKBOX = "checkbox", o.RADIO = "radio", o.INPUT_NUMBER = "inputNumber", o.DATE = "date", o.TIME = "time", o.UPLOAD = "upload", o.UPLOAD_IMAGE = "uploadImage", o.GRADE = "grade", o.EMPLOYEE = "employee", o.POST = "post", o.GROUP_LAYOUT = "groupLayout", o.TABS = "tabs", o))(Jo || {}), Xt = /* @__PURE__ */ ((o) => (o[o.NotAnswered = 1] = "NotAnswered", o[o.Correct = 2] = "Correct", o[o.Error = 3] = "Error", o[o.Answered = 4] = "Answered", o))(Xt || {}), Kn = /* @__PURE__ */ ((o) => (o.upperLimit = "上限值", o.lowerLimit = "下限值", o.decimalPlace = "小数位", o))(Kn || {}), Ur = /* @__PURE__ */ ((o) => (o.error = "错误", o.warning = "警告", o))(Ur || {});
|
|
6770
6780
|
const hm = { class: "upload-component w-full" }, mm = {
|
|
6771
6781
|
key: 0,
|
|
@@ -6810,9 +6820,9 @@ const hm = { class: "upload-component w-full" }, mm = {
|
|
|
6810
6820
|
}
|
|
6811
6821
|
},
|
|
6812
6822
|
setup(o) {
|
|
6813
|
-
const { checkFile: l } =
|
|
6823
|
+
const { checkFile: l } = St(), r = o;
|
|
6814
6824
|
let t = He("uploadOptions"), e = He("formData");
|
|
6815
|
-
const { datas: n, componentProps: i } = Pt(r), s =
|
|
6825
|
+
const { datas: n, componentProps: i } = Pt(r), s = ie();
|
|
6816
6826
|
n.value[r.componentID] || (n.value[r.componentID] = []);
|
|
6817
6827
|
const c = (b) => {
|
|
6818
6828
|
if (b.status === "ready" && !l(b.raw, n.value[r.componentID], i.value.fileSize, i.value.fileSizeUnit, !1)) {
|
|
@@ -6895,7 +6905,7 @@ const hm = { class: "upload-component w-full" }, mm = {
|
|
|
6895
6905
|
};
|
|
6896
6906
|
}
|
|
6897
6907
|
});
|
|
6898
|
-
const gm = /* @__PURE__ */ Te(vm, [["__scopeId", "data-v-
|
|
6908
|
+
const gm = /* @__PURE__ */ Te(vm, [["__scopeId", "data-v-601ad6a7"]]);
|
|
6899
6909
|
let ym = class extends qt {
|
|
6900
6910
|
constructor() {
|
|
6901
6911
|
super("upload", "文件上传"), this.props = {
|
|
@@ -6921,7 +6931,7 @@ const bm = { component: ym, renderer: gm, propEditor: pm }, wm = /* @__PURE__ */
|
|
|
6921
6931
|
props: {},
|
|
6922
6932
|
setup(o) {
|
|
6923
6933
|
let r = He("formDesignerData").selectComponent.props;
|
|
6924
|
-
const t =
|
|
6934
|
+
const t = ie(r.fileSize);
|
|
6925
6935
|
return me(t, () => r.fileSize = Number(t.value)), (e, n) => {
|
|
6926
6936
|
const i = E("el-switch"), s = E("el-form-item"), c = E("el-input-number"), f = E("el-option"), m = E("el-select"), y = E("el-input"), b = E("el-form");
|
|
6927
6937
|
return T(), I(b, {
|
|
@@ -6997,7 +7007,7 @@ const bm = { component: ym, renderer: gm, propEditor: pm }, wm = /* @__PURE__ */
|
|
|
6997
7007
|
};
|
|
6998
7008
|
}
|
|
6999
7009
|
});
|
|
7000
|
-
const xm = /* @__PURE__ */ Te(wm, [["__scopeId", "data-v-
|
|
7010
|
+
const xm = /* @__PURE__ */ Te(wm, [["__scopeId", "data-v-3356e4d4"]]), Am = { class: "upload-image-component w-full" }, km = { class: "el-upload-list__item-actions" }, Pm = { class: "el-upload-list__item-preview" }, Sm = { class: "el-upload-list__item-delete" }, Tm = {
|
|
7001
7011
|
key: 0,
|
|
7002
7012
|
class: "dynamic-form-item-description show-description"
|
|
7003
7013
|
}, Cm = /* @__PURE__ */ Ae({
|
|
@@ -7040,9 +7050,9 @@ const xm = /* @__PURE__ */ Te(wm, [["__scopeId", "data-v-dd278a16"]]), Am = { cl
|
|
|
7040
7050
|
}
|
|
7041
7051
|
},
|
|
7042
7052
|
setup(o) {
|
|
7043
|
-
const { checkFile: l } =
|
|
7053
|
+
const { checkFile: l } = St(), r = o;
|
|
7044
7054
|
let t = He("uploadOptions"), e = He("formData");
|
|
7045
|
-
const { datas: n, componentProps: i } = Pt(r), s =
|
|
7055
|
+
const { datas: n, componentProps: i } = Pt(r), s = ie(), c = ie();
|
|
7046
7056
|
n.value[r.componentID] || (n.value[r.componentID] = []);
|
|
7047
7057
|
const f = (v) => {
|
|
7048
7058
|
if (v.status === "ready" && !l(v.raw, n.value[r.componentID], i.value.fileSize, i.value.fileSizeUnit, !0)) {
|
|
@@ -7139,7 +7149,7 @@ const xm = /* @__PURE__ */ Te(wm, [["__scopeId", "data-v-dd278a16"]]), Am = { cl
|
|
|
7139
7149
|
};
|
|
7140
7150
|
}
|
|
7141
7151
|
});
|
|
7142
|
-
const Dm = /* @__PURE__ */ Te(Cm, [["__scopeId", "data-v-
|
|
7152
|
+
const Dm = /* @__PURE__ */ Te(Cm, [["__scopeId", "data-v-2d66600b"]]);
|
|
7143
7153
|
let Hm = class extends qt {
|
|
7144
7154
|
constructor() {
|
|
7145
7155
|
super("uploadImage", "图片上传"), this.props = {
|
|
@@ -7163,7 +7173,7 @@ const jm = { component: Hm, renderer: Dm, propEditor: xm }, Vm = { class: "flex
|
|
|
7163
7173
|
__name: "propsEditor",
|
|
7164
7174
|
setup(o) {
|
|
7165
7175
|
let l = He("formDesignerData"), r = l.selectComponent.props;
|
|
7166
|
-
const t =
|
|
7176
|
+
const t = ie([]);
|
|
7167
7177
|
me(
|
|
7168
7178
|
() => r.options,
|
|
7169
7179
|
() => {
|
|
@@ -7179,8 +7189,8 @@ const jm = { component: Hm, renderer: Dm, propEditor: xm }, Vm = { class: "flex
|
|
|
7179
7189
|
r.options.push({ label: "", value: "" });
|
|
7180
7190
|
}, i = (b) => {
|
|
7181
7191
|
r.options.splice(b, 1);
|
|
7182
|
-
}, s =
|
|
7183
|
-
let c =
|
|
7192
|
+
}, s = ie(!1);
|
|
7193
|
+
let c = ie(r.options);
|
|
7184
7194
|
const f = qu(async (b) => await l.selectComponent.searchEmployeeMethod(b), 500), m = (b) => {
|
|
7185
7195
|
if (!b)
|
|
7186
7196
|
return [];
|
|
@@ -7389,7 +7399,7 @@ const jm = { component: Hm, renderer: Dm, propEditor: xm }, Vm = { class: "flex
|
|
|
7389
7399
|
};
|
|
7390
7400
|
}
|
|
7391
7401
|
});
|
|
7392
|
-
const Xm = /* @__PURE__ */ Te(Em, [["__scopeId", "data-v-
|
|
7402
|
+
const Xm = /* @__PURE__ */ Te(Em, [["__scopeId", "data-v-ddce3f6a"]]), Nm = { class: "employee-component w-full" }, Mm = {
|
|
7393
7403
|
key: 3,
|
|
7394
7404
|
class: "dynamic-form-item-description show-description"
|
|
7395
7405
|
}, Om = /* @__PURE__ */ Ae({
|
|
@@ -7442,11 +7452,11 @@ const Xm = /* @__PURE__ */ Te(Em, [["__scopeId", "data-v-726e2cbc"]]), Nm = { cl
|
|
|
7442
7452
|
setup(o, { emit: l }) {
|
|
7443
7453
|
const r = o;
|
|
7444
7454
|
let t = He("formData");
|
|
7445
|
-
const { datas: e, componentProps: n } = Pt(r), i =
|
|
7455
|
+
const { datas: e, componentProps: n } = Pt(r), i = ie(e.value[r.componentID]);
|
|
7446
7456
|
me(i, (m) => m ? e.value[r.componentID] = m : delete e.value[r.componentID]);
|
|
7447
7457
|
const s = l;
|
|
7448
7458
|
me(e, (m) => s("update:datas", m));
|
|
7449
|
-
const c =
|
|
7459
|
+
const c = ie(!0);
|
|
7450
7460
|
me(
|
|
7451
7461
|
n,
|
|
7452
7462
|
(m) => {
|
|
@@ -7534,7 +7544,7 @@ const Xm = /* @__PURE__ */ Te(Em, [["__scopeId", "data-v-726e2cbc"]]), Nm = { cl
|
|
|
7534
7544
|
};
|
|
7535
7545
|
}
|
|
7536
7546
|
});
|
|
7537
|
-
const Rm = /* @__PURE__ */ Te(Om, [["__scopeId", "data-v-
|
|
7547
|
+
const Rm = /* @__PURE__ */ Te(Om, [["__scopeId", "data-v-84eb599f"]]);
|
|
7538
7548
|
let Im = class extends qt {
|
|
7539
7549
|
constructor() {
|
|
7540
7550
|
super("employee", "人员", !0), this.props = {
|
|
@@ -7611,7 +7621,7 @@ const Wm = /* @__PURE__ */ Ae({
|
|
|
7611
7621
|
__name: "propsEditor",
|
|
7612
7622
|
setup(o) {
|
|
7613
7623
|
let l = He("formDesignerData"), r = l.selectComponent.props;
|
|
7614
|
-
const { getGradeItems: t } = ia(), e =
|
|
7624
|
+
const { getGradeItems: t } = ia(), e = ie([]);
|
|
7615
7625
|
return me(r, () => {
|
|
7616
7626
|
e.value = t(r), l.selectComponent.filterConditionProps || (l.selectComponent.filterConditionProps = {}), l.selectComponent.filterConditionProps.options = e.value;
|
|
7617
7627
|
}), (n, i) => {
|
|
@@ -7731,7 +7741,7 @@ const Wm = /* @__PURE__ */ Ae({
|
|
|
7731
7741
|
};
|
|
7732
7742
|
}
|
|
7733
7743
|
});
|
|
7734
|
-
const Um = /* @__PURE__ */ Te(Wm, [["__scopeId", "data-v-
|
|
7744
|
+
const Um = /* @__PURE__ */ Te(Wm, [["__scopeId", "data-v-001eb2e1"]]), Bm = { class: "auto-complete" }, Gm = {
|
|
7735
7745
|
key: 0,
|
|
7736
7746
|
class: "theme-color-fontColor"
|
|
7737
7747
|
}, qm = /* @__PURE__ */ Ae({
|
|
@@ -7772,9 +7782,9 @@ const Um = /* @__PURE__ */ Te(Wm, [["__scopeId", "data-v-f4c1c255"]]), Bm = { cl
|
|
|
7772
7782
|
emits: ["update:modelValue", "change"],
|
|
7773
7783
|
setup(o, { emit: l }) {
|
|
7774
7784
|
na((v) => ({
|
|
7775
|
-
|
|
7785
|
+
a052638e: p(b)
|
|
7776
7786
|
}));
|
|
7777
|
-
const r =
|
|
7787
|
+
const r = ie(), t = o;
|
|
7778
7788
|
let { options: e, width: n } = Pt(t);
|
|
7779
7789
|
const i = l, s = W1(t, "modelValue", i), c = () => {
|
|
7780
7790
|
i("change", s.value);
|
|
@@ -7810,7 +7820,7 @@ const Um = /* @__PURE__ */ Te(Wm, [["__scopeId", "data-v-f4c1c255"]]), Bm = { cl
|
|
|
7810
7820
|
};
|
|
7811
7821
|
}
|
|
7812
7822
|
});
|
|
7813
|
-
const Km = /* @__PURE__ */ Te(qm, [["__scopeId", "data-v-
|
|
7823
|
+
const Km = /* @__PURE__ */ Te(qm, [["__scopeId", "data-v-de8002ad"]]), Jm = {
|
|
7814
7824
|
key: 3,
|
|
7815
7825
|
class: "dynamic-form-item-description show-description"
|
|
7816
7826
|
}, Zm = /* @__PURE__ */ Ae({
|
|
@@ -7863,7 +7873,7 @@ const Km = /* @__PURE__ */ Te(qm, [["__scopeId", "data-v-d54a8c23"]]), Jm = {
|
|
|
7863
7873
|
setup(o, { emit: l }) {
|
|
7864
7874
|
const r = o, { getGradeItems: t } = ia();
|
|
7865
7875
|
let e = He("formData");
|
|
7866
|
-
const { datas: n, componentProps: i } = Pt(r), { isEmpty: s } =
|
|
7876
|
+
const { datas: n, componentProps: i } = Pt(r), { isEmpty: s } = St(), c = ie(n.value[r.componentID] || {});
|
|
7867
7877
|
me(
|
|
7868
7878
|
c,
|
|
7869
7879
|
(b) => {
|
|
@@ -7961,7 +7971,7 @@ const Km = /* @__PURE__ */ Te(qm, [["__scopeId", "data-v-d54a8c23"]]), Jm = {
|
|
|
7961
7971
|
};
|
|
7962
7972
|
}
|
|
7963
7973
|
});
|
|
7964
|
-
const Ym = /* @__PURE__ */ Te(Zm, [["__scopeId", "data-v-
|
|
7974
|
+
const Ym = /* @__PURE__ */ Te(Zm, [["__scopeId", "data-v-3e6fd840"]]), { isEmpty: _m } = St(), { getGradeItems: Qm } = ia();
|
|
7965
7975
|
let $m = class extends qt {
|
|
7966
7976
|
constructor() {
|
|
7967
7977
|
super("grade", "考评分数", !0), this.props = {
|
|
@@ -8144,7 +8154,7 @@ const e2 = { component: $m, renderer: Ym, propEditor: Um }, t2 = /* @__PURE__ */
|
|
|
8144
8154
|
};
|
|
8145
8155
|
}
|
|
8146
8156
|
});
|
|
8147
|
-
const n2 = /* @__PURE__ */ Te(t2, [["__scopeId", "data-v-
|
|
8157
|
+
const n2 = /* @__PURE__ */ Te(t2, [["__scopeId", "data-v-be6b5075"]]), r2 = { class: "post-component w-full" }, i2 = {
|
|
8148
8158
|
key: 3,
|
|
8149
8159
|
class: "dynamic-form-item-description show-description"
|
|
8150
8160
|
}, o2 = /* @__PURE__ */ Ae({
|
|
@@ -8197,11 +8207,11 @@ const n2 = /* @__PURE__ */ Te(t2, [["__scopeId", "data-v-8e1a9498"]]), r2 = { cl
|
|
|
8197
8207
|
setup(o, { emit: l }) {
|
|
8198
8208
|
const r = o;
|
|
8199
8209
|
let t = He("formData");
|
|
8200
|
-
const { datas: e, componentProps: n } = Pt(r), i =
|
|
8210
|
+
const { datas: e, componentProps: n } = Pt(r), i = ie(e.value[r.componentID]);
|
|
8201
8211
|
me(i, (m) => m ? e.value[r.componentID] = m : delete e.value[r.componentID]);
|
|
8202
8212
|
const s = l;
|
|
8203
8213
|
me(e, (m) => s("update:datas", m));
|
|
8204
|
-
const c =
|
|
8214
|
+
const c = ie(!0);
|
|
8205
8215
|
me(
|
|
8206
8216
|
n,
|
|
8207
8217
|
(m) => {
|
|
@@ -8289,7 +8299,7 @@ const n2 = /* @__PURE__ */ Te(t2, [["__scopeId", "data-v-8e1a9498"]]), r2 = { cl
|
|
|
8289
8299
|
};
|
|
8290
8300
|
}
|
|
8291
8301
|
});
|
|
8292
|
-
const a2 = /* @__PURE__ */ Te(o2, [["__scopeId", "data-v-
|
|
8302
|
+
const a2 = /* @__PURE__ */ Te(o2, [["__scopeId", "data-v-68bec98f"]]);
|
|
8293
8303
|
let s2 = class extends qt {
|
|
8294
8304
|
constructor() {
|
|
8295
8305
|
super("post", "岗位", !0), this.props = {
|
|
@@ -8361,7 +8371,7 @@ const l2 = { component: s2, renderer: a2, propEditor: n2 }, u2 = { class: "flex
|
|
|
8361
8371
|
me(t.options, () => {
|
|
8362
8372
|
l.selectComponent.filterConditionProps.options = t.options;
|
|
8363
8373
|
});
|
|
8364
|
-
const { getTempID: e } =
|
|
8374
|
+
const { getTempID: e } = St(), n = () => {
|
|
8365
8375
|
t.options.push({ label: `选项${t.options.length + 1}`, value: e(), itemSourceType: r });
|
|
8366
8376
|
}, i = (c) => {
|
|
8367
8377
|
t.options.splice(c, 1);
|
|
@@ -8525,7 +8535,7 @@ const l2 = { component: s2, renderer: a2, propEditor: n2 }, u2 = { class: "flex
|
|
|
8525
8535
|
};
|
|
8526
8536
|
}
|
|
8527
8537
|
});
|
|
8528
|
-
const f2 = /* @__PURE__ */ Te(c2, [["__scopeId", "data-v-
|
|
8538
|
+
const f2 = /* @__PURE__ */ Te(c2, [["__scopeId", "data-v-73d68197"]]), d2 = { class: "checkbox-component w-full" }, p2 = { key: 0 }, h2 = /* @__PURE__ */ Ae({
|
|
8529
8539
|
__name: "renderer",
|
|
8530
8540
|
props: {
|
|
8531
8541
|
/**
|
|
@@ -8575,7 +8585,7 @@ const f2 = /* @__PURE__ */ Te(c2, [["__scopeId", "data-v-f7efea6d"]]), d2 = { cl
|
|
|
8575
8585
|
setup(o, { emit: l }) {
|
|
8576
8586
|
const r = o;
|
|
8577
8587
|
let t = He("formData");
|
|
8578
|
-
const e = He("realTimeDisplayAnswerMode"), n = He("everyItemDisplayAnalysisSwitch"), { datas: i, componentProps: s } = Pt(r), c =
|
|
8588
|
+
const e = He("realTimeDisplayAnswerMode"), n = He("everyItemDisplayAnalysisSwitch"), { datas: i, componentProps: s } = Pt(r), c = ie(i.value[r.componentID]);
|
|
8579
8589
|
me(c, (b) => i.value[r.componentID] = b);
|
|
8580
8590
|
const f = l;
|
|
8581
8591
|
me(i, (b) => f("update:datas", b)), me(
|
|
@@ -8585,7 +8595,7 @@ const f2 = /* @__PURE__ */ Te(c2, [["__scopeId", "data-v-f7efea6d"]]), d2 = { cl
|
|
|
8585
8595
|
},
|
|
8586
8596
|
{ immediate: !0, deep: !0 }
|
|
8587
8597
|
);
|
|
8588
|
-
const m =
|
|
8598
|
+
const m = ie(!1), y = (b) => {
|
|
8589
8599
|
var v, w;
|
|
8590
8600
|
t.value.props.formType === rt.Examination && e.value && (b != null && b.length) && ((v = s.value.correctOptions) != null && v.length) && (!b.find((S) => {
|
|
8591
8601
|
var H;
|
|
@@ -8651,7 +8661,7 @@ const f2 = /* @__PURE__ */ Te(c2, [["__scopeId", "data-v-f7efea6d"]]), d2 = { cl
|
|
|
8651
8661
|
};
|
|
8652
8662
|
}
|
|
8653
8663
|
});
|
|
8654
|
-
const m2 = /* @__PURE__ */ Te(h2, [["__scopeId", "data-v-
|
|
8664
|
+
const m2 = /* @__PURE__ */ Te(h2, [["__scopeId", "data-v-cb439ba8"]]), { getTempID: uu } = St();
|
|
8655
8665
|
let v2 = class extends qt {
|
|
8656
8666
|
constructor() {
|
|
8657
8667
|
super("checkbox", "多选框", !0), this.props = {
|
|
@@ -8707,7 +8717,7 @@ let v2 = class extends qt {
|
|
|
8707
8717
|
const g2 = { component: v2, renderer: m2, propEditor: f2 }, y2 = /* @__PURE__ */ Ae({
|
|
8708
8718
|
__name: "propsEditor",
|
|
8709
8719
|
setup(o) {
|
|
8710
|
-
const { computedExpression: l } =
|
|
8720
|
+
const { computedExpression: l } = St();
|
|
8711
8721
|
let r = He("formDesignerData"), t = r.selectComponent.props, e = r.selectComponent.rules;
|
|
8712
8722
|
const n = (c) => {
|
|
8713
8723
|
c && (e[1].pattern = l(c));
|
|
@@ -8801,7 +8811,7 @@ const g2 = { component: v2, renderer: m2, propEditor: f2 }, y2 = /* @__PURE__ */
|
|
|
8801
8811
|
};
|
|
8802
8812
|
}
|
|
8803
8813
|
});
|
|
8804
|
-
const b2 = /* @__PURE__ */ Te(y2, [["__scopeId", "data-v-
|
|
8814
|
+
const b2 = /* @__PURE__ */ Te(y2, [["__scopeId", "data-v-0a088ae5"]]), w2 = { class: "input-component w-full" }, x2 = { key: 0 }, A2 = /* @__PURE__ */ Ae({
|
|
8805
8815
|
__name: "renderer",
|
|
8806
8816
|
props: {
|
|
8807
8817
|
/**
|
|
@@ -8858,7 +8868,7 @@ const b2 = /* @__PURE__ */ Te(y2, [["__scopeId", "data-v-fce09e03"]]), w2 = { cl
|
|
|
8858
8868
|
setup(o, { emit: l }) {
|
|
8859
8869
|
const r = o;
|
|
8860
8870
|
let t = He("formData");
|
|
8861
|
-
const e = He("everyItemDisplayAnalysisSwitch"), n =
|
|
8871
|
+
const e = He("everyItemDisplayAnalysisSwitch"), n = ie(!1), { datas: i, componentProps: s } = Pt(r), c = ie(i.value[r.componentID]);
|
|
8862
8872
|
me(c, (m) => i.value[r.componentID] = m);
|
|
8863
8873
|
const f = l;
|
|
8864
8874
|
return me(i, (m) => f("update:datas", m)), me(
|
|
@@ -8898,7 +8908,7 @@ const b2 = /* @__PURE__ */ Te(y2, [["__scopeId", "data-v-fce09e03"]]), w2 = { cl
|
|
|
8898
8908
|
};
|
|
8899
8909
|
}
|
|
8900
8910
|
});
|
|
8901
|
-
const k2 = /* @__PURE__ */ Te(A2, [["__scopeId", "data-v-
|
|
8911
|
+
const k2 = /* @__PURE__ */ Te(A2, [["__scopeId", "data-v-b6581d29"]]);
|
|
8902
8912
|
let P2 = class extends qt {
|
|
8903
8913
|
/**
|
|
8904
8914
|
* @description: 构造器
|
|
@@ -8973,7 +8983,7 @@ const S2 = { component: P2, renderer: k2, propEditor: b2 }, T2 = /* @__PURE__ */
|
|
|
8973
8983
|
}, we(o.componentProps.label), 5));
|
|
8974
8984
|
}
|
|
8975
8985
|
});
|
|
8976
|
-
const C2 = /* @__PURE__ */ Te(T2, [["__scopeId", "data-v-
|
|
8986
|
+
const C2 = /* @__PURE__ */ Te(T2, [["__scopeId", "data-v-64bce731"]]);
|
|
8977
8987
|
let D2 = class extends qt {
|
|
8978
8988
|
/**
|
|
8979
8989
|
* @description: 构造器
|
|
@@ -9012,7 +9022,7 @@ const H2 = { component: D2, renderer: C2, undefined: void 0 }, j2 = { class: "fl
|
|
|
9012
9022
|
me(t.options, () => {
|
|
9013
9023
|
l.selectComponent.filterConditionProps.options = t.options;
|
|
9014
9024
|
});
|
|
9015
|
-
const { getTempID: e } =
|
|
9025
|
+
const { getTempID: e } = St(), n = () => {
|
|
9016
9026
|
t.options.push({ label: `选项${t.options.length + 1}`, value: e(), itemSourceType: r });
|
|
9017
9027
|
}, i = (c) => {
|
|
9018
9028
|
t.options.splice(c, 1);
|
|
@@ -9151,7 +9161,7 @@ const H2 = { component: D2, renderer: C2, undefined: void 0 }, j2 = { class: "fl
|
|
|
9151
9161
|
};
|
|
9152
9162
|
}
|
|
9153
9163
|
});
|
|
9154
|
-
const L2 = /* @__PURE__ */ Te(V2, [["__scopeId", "data-v-
|
|
9164
|
+
const L2 = /* @__PURE__ */ Te(V2, [["__scopeId", "data-v-d94e7452"]]), z2 = { class: "radio-component w-full" }, E2 = { key: 0 }, X2 = /* @__PURE__ */ Ae({
|
|
9155
9165
|
__name: "renderer",
|
|
9156
9166
|
props: {
|
|
9157
9167
|
/**
|
|
@@ -9201,7 +9211,7 @@ const L2 = /* @__PURE__ */ Te(V2, [["__scopeId", "data-v-9454897f"]]), z2 = { cl
|
|
|
9201
9211
|
setup(o, { emit: l }) {
|
|
9202
9212
|
const r = o;
|
|
9203
9213
|
let t = He("formData");
|
|
9204
|
-
const e = He("realTimeDisplayAnswerMode"), n = He("everyItemDisplayAnalysisSwitch"), { datas: i, componentProps: s } = Pt(r), c =
|
|
9214
|
+
const e = He("realTimeDisplayAnswerMode"), n = He("everyItemDisplayAnalysisSwitch"), { datas: i, componentProps: s } = Pt(r), c = ie(i.value[r.componentID]);
|
|
9205
9215
|
me(c, (v) => i.value[r.componentID] = v);
|
|
9206
9216
|
const f = l;
|
|
9207
9217
|
me(i, (v) => f("update:datas", v)), me(
|
|
@@ -9211,7 +9221,7 @@ const L2 = /* @__PURE__ */ Te(V2, [["__scopeId", "data-v-9454897f"]]), z2 = { cl
|
|
|
9211
9221
|
},
|
|
9212
9222
|
{ immediate: !0, deep: !0 }
|
|
9213
9223
|
);
|
|
9214
|
-
const m =
|
|
9224
|
+
const m = ie(!1), y = (v) => {
|
|
9215
9225
|
var w, A;
|
|
9216
9226
|
t.value.props.formType === rt.Examination && e.value && v && ((w = s.value.correctOptions) != null && w.length) && ((A = s.value.correctOptions) != null && A.includes(v) ? (s.value.examinationStatus = Xt.Correct, s.value.color = "#000000", m.value = !1) : (s.value.examinationStatus = Xt.Error, s.value.color = "#ff0000", m.value = !0)), s.value.options.forEach((S) => {
|
|
9217
9227
|
const H = `${r.componentID}||${S.value}`;
|
|
@@ -9282,7 +9292,7 @@ const L2 = /* @__PURE__ */ Te(V2, [["__scopeId", "data-v-9454897f"]]), z2 = { cl
|
|
|
9282
9292
|
};
|
|
9283
9293
|
}
|
|
9284
9294
|
});
|
|
9285
|
-
const N2 = /* @__PURE__ */ Te(X2, [["__scopeId", "data-v-
|
|
9295
|
+
const N2 = /* @__PURE__ */ Te(X2, [["__scopeId", "data-v-cc7bab11"]]), { getTempID: cu } = St();
|
|
9286
9296
|
let M2 = class extends qt {
|
|
9287
9297
|
constructor() {
|
|
9288
9298
|
super("radio", "单选框", !0), this.props = {
|
|
@@ -9447,7 +9457,7 @@ const R2 = { class: "unit" }, I2 = { class: "ml-10" }, F2 = /* @__PURE__ */ Ae({
|
|
|
9447
9457
|
setup(o) {
|
|
9448
9458
|
const { getDatetimeTypes: l, isDatetimeProp: r } = oc();
|
|
9449
9459
|
let e = He("formDesignerData").selectComponent.props, n = l();
|
|
9450
|
-
const i =
|
|
9460
|
+
const i = ie(), s = ie(e.datetimeType || "datetime");
|
|
9451
9461
|
return me(
|
|
9452
9462
|
() => s.value,
|
|
9453
9463
|
(c, f) => {
|
|
@@ -9624,7 +9634,7 @@ const R2 = { class: "unit" }, I2 = { class: "ml-10" }, F2 = /* @__PURE__ */ Ae({
|
|
|
9624
9634
|
};
|
|
9625
9635
|
}
|
|
9626
9636
|
});
|
|
9627
|
-
const W2 = /* @__PURE__ */ Te(F2, [["__scopeId", "data-v-
|
|
9637
|
+
const W2 = /* @__PURE__ */ Te(F2, [["__scopeId", "data-v-ce160a52"]]);
|
|
9628
9638
|
function Hi(o, l) {
|
|
9629
9639
|
let r = nn(o || /* @__PURE__ */ new Date()).format(l || "YYYY-MM-DD");
|
|
9630
9640
|
return r === "Invalid Date" && (r = nn(`${Hi(/* @__PURE__ */ new Date())} ${o}`).format(l || "YYYY-MM-DD")), r;
|
|
@@ -9720,7 +9730,7 @@ const K2 = { class: "date-component w-full" }, J2 = {
|
|
|
9720
9730
|
setup(o, { emit: l }) {
|
|
9721
9731
|
const r = o;
|
|
9722
9732
|
let t = He("formData");
|
|
9723
|
-
const { datas: e, componentProps: n } = Pt(r), i =
|
|
9733
|
+
const { datas: e, componentProps: n } = Pt(r), i = ie(e.value[r.componentID]);
|
|
9724
9734
|
me(i, (f) => e.value[r.componentID] = f);
|
|
9725
9735
|
const s = l;
|
|
9726
9736
|
me(e, (f) => s("update:datas", f)), me(
|
|
@@ -9768,7 +9778,7 @@ const K2 = { class: "date-component w-full" }, J2 = {
|
|
|
9768
9778
|
};
|
|
9769
9779
|
}
|
|
9770
9780
|
});
|
|
9771
|
-
const Y2 = /* @__PURE__ */ Te(Z2, [["__scopeId", "data-v-
|
|
9781
|
+
const Y2 = /* @__PURE__ */ Te(Z2, [["__scopeId", "data-v-522f7ad9"]]);
|
|
9772
9782
|
let _2 = class extends qt {
|
|
9773
9783
|
/**
|
|
9774
9784
|
* @description: 构造器
|
|
@@ -9825,7 +9835,7 @@ const Q2 = { component: _2, renderer: Y2, propEditor: W2 }, $2 = /* @__PURE__ */
|
|
|
9825
9835
|
setup(o) {
|
|
9826
9836
|
const { getTimeTypes: l, isDatetimeProp: r } = oc();
|
|
9827
9837
|
let e = He("formDesignerData").selectComponent.props, n = l();
|
|
9828
|
-
const i =
|
|
9838
|
+
const i = ie(), s = ie(e.datetimeType || "timePicker");
|
|
9829
9839
|
return me(
|
|
9830
9840
|
() => s.value,
|
|
9831
9841
|
() => {
|
|
@@ -10042,7 +10052,7 @@ const Q2 = { component: _2, renderer: Y2, propEditor: W2 }, $2 = /* @__PURE__ */
|
|
|
10042
10052
|
};
|
|
10043
10053
|
}
|
|
10044
10054
|
});
|
|
10045
|
-
const ev = /* @__PURE__ */ Te($2, [["__scopeId", "data-v-
|
|
10055
|
+
const ev = /* @__PURE__ */ Te($2, [["__scopeId", "data-v-96a25688"]]), tv = { class: "date-component w-full" }, nv = {
|
|
10046
10056
|
key: 2,
|
|
10047
10057
|
class: "dynamic-form-item-description show-description"
|
|
10048
10058
|
}, rv = /* @__PURE__ */ Ae({
|
|
@@ -10102,7 +10112,7 @@ const ev = /* @__PURE__ */ Te($2, [["__scopeId", "data-v-0e61d7cc"]]), tv = { cl
|
|
|
10102
10112
|
setup(o, { emit: l }) {
|
|
10103
10113
|
const r = o;
|
|
10104
10114
|
let t = He("formData");
|
|
10105
|
-
const { datas: e, componentProps: n } = Pt(r), i =
|
|
10115
|
+
const { datas: e, componentProps: n } = Pt(r), i = ie(e.value[r.componentID]);
|
|
10106
10116
|
me(i, (v) => e.value[r.componentID] = v);
|
|
10107
10117
|
const s = l, c = Vt(() => n.value.minTime ? Hi(n.value.minTime, "HH:mm") : ""), f = Vt(() => n.value.maxTime ? Hi(n.value.maxTime, "HH:mm") : "");
|
|
10108
10118
|
me(e, (v) => s("update:datas", v)), me(
|
|
@@ -10193,7 +10203,7 @@ const ev = /* @__PURE__ */ Te($2, [["__scopeId", "data-v-0e61d7cc"]]), tv = { cl
|
|
|
10193
10203
|
};
|
|
10194
10204
|
}
|
|
10195
10205
|
});
|
|
10196
|
-
const iv = /* @__PURE__ */ Te(rv, [["__scopeId", "data-v-
|
|
10206
|
+
const iv = /* @__PURE__ */ Te(rv, [["__scopeId", "data-v-0f990630"]]);
|
|
10197
10207
|
let ov = class extends qt {
|
|
10198
10208
|
/**
|
|
10199
10209
|
* @description: 构造器
|
|
@@ -10262,7 +10272,7 @@ const av = { component: ov, renderer: iv, propEditor: ev }, sv = { class: "input
|
|
|
10262
10272
|
let e = [];
|
|
10263
10273
|
for (const v in Ur)
|
|
10264
10274
|
e.push({ value: v, label: Ur[v] });
|
|
10265
|
-
const n =
|
|
10275
|
+
const n = ie(!1), i = ie([]), s = () => {
|
|
10266
10276
|
var v;
|
|
10267
10277
|
(v = r.abnormalCheckList) != null && v.length ? i.value = r.abnormalCheckList : (i.value = [], c()), n.value = !0;
|
|
10268
10278
|
}, c = () => {
|
|
@@ -10642,7 +10652,7 @@ const av = { component: ov, renderer: iv, propEditor: ev }, sv = { class: "input
|
|
|
10642
10652
|
};
|
|
10643
10653
|
}
|
|
10644
10654
|
});
|
|
10645
|
-
const fv = /* @__PURE__ */ Te(cv, [["__scopeId", "data-v-
|
|
10655
|
+
const fv = /* @__PURE__ */ Te(cv, [["__scopeId", "data-v-2e02e99a"]]), dv = { class: "input-number-component w-full" }, pv = {
|
|
10646
10656
|
key: 0,
|
|
10647
10657
|
class: "dynamic-form-item-description show-description"
|
|
10648
10658
|
}, hv = /* @__PURE__ */ Ae({
|
|
@@ -10702,8 +10712,8 @@ const fv = /* @__PURE__ */ Te(cv, [["__scopeId", "data-v-004a9cf1"]]), dv = { cl
|
|
|
10702
10712
|
setup(o, { emit: l }) {
|
|
10703
10713
|
const r = o;
|
|
10704
10714
|
let t = He("formData");
|
|
10705
|
-
He("everyItemDisplayAnalysisSwitch"),
|
|
10706
|
-
const { datas: e, componentProps: n } = Pt(r), i =
|
|
10715
|
+
He("everyItemDisplayAnalysisSwitch"), ie(!1);
|
|
10716
|
+
const { datas: e, componentProps: n } = Pt(r), i = ie(e.value[r.componentID]);
|
|
10707
10717
|
me(i, (b) => e.value[r.componentID] = b);
|
|
10708
10718
|
const s = l;
|
|
10709
10719
|
me(e, (b) => s("update:datas", b)), me(
|
|
@@ -10778,7 +10788,7 @@ const fv = /* @__PURE__ */ Te(cv, [["__scopeId", "data-v-004a9cf1"]]), dv = { cl
|
|
|
10778
10788
|
};
|
|
10779
10789
|
}
|
|
10780
10790
|
});
|
|
10781
|
-
const mv = /* @__PURE__ */ Te(hv, [["__scopeId", "data-v-
|
|
10791
|
+
const mv = /* @__PURE__ */ Te(hv, [["__scopeId", "data-v-2da9e0f4"]]);
|
|
10782
10792
|
class vv extends qt {
|
|
10783
10793
|
/**
|
|
10784
10794
|
* @description: 构造器
|
|
@@ -10876,7 +10886,7 @@ const gv = { component: vv, renderer: mv, propEditor: fv }, yv = { class: "wh-fu
|
|
|
10876
10886
|
},
|
|
10877
10887
|
emits: ["select"],
|
|
10878
10888
|
setup(o, { emit: l }) {
|
|
10879
|
-
const r = { ...Wi, ...Gi, ...Ui, ...Bi }, { computedExpression: t } =
|
|
10889
|
+
const r = { ...Wi, ...Gi, ...Ui, ...Bi }, { computedExpression: t } = St();
|
|
10880
10890
|
let e = He("formData");
|
|
10881
10891
|
const n = o, { components: i, showDescription: s, selectMode: c, currentShowIDArray: f } = Pt(n), m = {
|
|
10882
10892
|
// 显示动态条件
|
|
@@ -10984,7 +10994,7 @@ const gv = { component: vv, renderer: mv, propEditor: fv }, yv = { class: "wh-fu
|
|
|
10984
10994
|
};
|
|
10985
10995
|
}
|
|
10986
10996
|
});
|
|
10987
|
-
const oa = /* @__PURE__ */ Te(xv, [["__scopeId", "data-v-
|
|
10997
|
+
const oa = /* @__PURE__ */ Te(xv, [["__scopeId", "data-v-89a967f7"]]), Av = { class: "answer-sheet-item w-full" }, kv = {
|
|
10988
10998
|
key: 0,
|
|
10989
10999
|
class: "aline-left pl-10 my-15 b-1-#cccccc first:mt-5"
|
|
10990
11000
|
}, Pv = { class: "w-full fs-16 mt-4" }, Sv = /* @__PURE__ */ Ae({
|
|
@@ -11044,7 +11054,7 @@ const oa = /* @__PURE__ */ Te(xv, [["__scopeId", "data-v-2a3bf15e"]]), Av = { cl
|
|
|
11044
11054
|
};
|
|
11045
11055
|
}
|
|
11046
11056
|
});
|
|
11047
|
-
const Tv = /* @__PURE__ */ Te(Sv, [["__scopeId", "data-v-
|
|
11057
|
+
const Tv = /* @__PURE__ */ Te(Sv, [["__scopeId", "data-v-845946fc"]]), Cv = { class: "y-aline-start overflow-y-auto h-full" }, Dv = { class: "mb-10 ml-20 mr-0 fs-16 fw-bold c-#000000" }, Hv = { class: "flex-auto h-full overflow-y-auto px-10 box-border" }, jv = /* @__PURE__ */ Ae({
|
|
11048
11058
|
__name: "index",
|
|
11049
11059
|
props: {
|
|
11050
11060
|
/**
|
|
@@ -11064,7 +11074,7 @@ const Tv = /* @__PURE__ */ Te(Sv, [["__scopeId", "data-v-5e1e5a22"]]), Cv = { cl
|
|
|
11064
11074
|
},
|
|
11065
11075
|
emits: ["showItem"],
|
|
11066
11076
|
setup(o, { emit: l }) {
|
|
11067
|
-
const r = o, t =
|
|
11077
|
+
const r = o, t = ie([]), e = ie({});
|
|
11068
11078
|
vn(() => {
|
|
11069
11079
|
e.value = {
|
|
11070
11080
|
[Xt.NotAnswered]: { value: "info", label: "未作答" }
|
|
@@ -11076,7 +11086,7 @@ const Tv = /* @__PURE__ */ Te(Sv, [["__scopeId", "data-v-5e1e5a22"]]), Cv = { cl
|
|
|
11076
11086
|
},
|
|
11077
11087
|
{ deep: !0 }
|
|
11078
11088
|
);
|
|
11079
|
-
const { isEmpty: n } =
|
|
11089
|
+
const { isEmpty: n } = St(), i = (m) => {
|
|
11080
11090
|
let y = [], b = 1;
|
|
11081
11091
|
return m.forEach((v) => {
|
|
11082
11092
|
var S;
|
|
@@ -11140,7 +11150,7 @@ const Tv = /* @__PURE__ */ Te(Sv, [["__scopeId", "data-v-5e1e5a22"]]), Cv = { cl
|
|
|
11140
11150
|
};
|
|
11141
11151
|
}
|
|
11142
11152
|
});
|
|
11143
|
-
const Vv = /* @__PURE__ */ Te(jv, [["__scopeId", "data-v-
|
|
11153
|
+
const Vv = /* @__PURE__ */ Te(jv, [["__scopeId", "data-v-63501719"]]), Lv = {
|
|
11144
11154
|
key: 0,
|
|
11145
11155
|
class: "aline-between px-36"
|
|
11146
11156
|
}, zv = {
|
|
@@ -11263,7 +11273,7 @@ const Vv = /* @__PURE__ */ Te(jv, [["__scopeId", "data-v-c5003a0d"]]), Lv = {
|
|
|
11263
11273
|
},
|
|
11264
11274
|
emits: ["change", "select"],
|
|
11265
11275
|
setup(o, { expose: l, emit: r }) {
|
|
11266
|
-
const { removeEmptyAttribute: t } =
|
|
11276
|
+
const { removeEmptyAttribute: t } = St(), e = { ...Wi, ...Gi, ...Ui, ...Bi }, n = ie(), i = ie(!1), s = ie(!1), c = ie(!1), f = o, m = r, { formData: y, selectMode: b, realTimeDisplayAnswerMode: v, everyItemDisplayAnalysisSwitch: w, showAnswerSheet: A, showCorrectOrNot: S } = Pt(f), H = ie(f.selectComponents);
|
|
11267
11277
|
pn("uploadOptions", f.uploadOptions), pn("formData", y), pn("realTimeDisplayAnswerMode", v), pn("everyItemDisplayAnalysisSwitch", w), vn(() => V()), me(y, () => V());
|
|
11268
11278
|
const V = () => {
|
|
11269
11279
|
L(y.value.components), f.selectMode && F(), y.value.props.formType === rt.Examination && (ae.value = U(y.value.components), $());
|
|
@@ -11299,7 +11309,7 @@ const Vv = /* @__PURE__ */ Te(jv, [["__scopeId", "data-v-c5003a0d"]]), Lv = {
|
|
|
11299
11309
|
return;
|
|
11300
11310
|
}
|
|
11301
11311
|
s.value = !0, c.value = !1;
|
|
11302
|
-
}, Q =
|
|
11312
|
+
}, Q = ie(1), J = ie(40), ae = ie([]), ee = ie([]), $ = () => {
|
|
11303
11313
|
ee.value = ae.value.length > 100 ? ae.value.slice((Q.value - 1) * J.value, Q.value * J.value) : [];
|
|
11304
11314
|
}, U = (fe, de = []) => {
|
|
11305
11315
|
let Ve = [];
|
|
@@ -11318,7 +11328,7 @@ const Vv = /* @__PURE__ */ Te(jv, [["__scopeId", "data-v-c5003a0d"]]), Lv = {
|
|
|
11318
11328
|
const ke = Object.keys(fe);
|
|
11319
11329
|
return ue(y.value.components, de, Ve, ke, fe);
|
|
11320
11330
|
}, ue = (fe, de, Ve, ke, Be, Ke, pt) => {
|
|
11321
|
-
var
|
|
11331
|
+
var Tt;
|
|
11322
11332
|
let mt = de, Ct = Ve;
|
|
11323
11333
|
for (let $e = 0; $e < fe.length; $e++) {
|
|
11324
11334
|
const dt = fe[$e];
|
|
@@ -11327,14 +11337,14 @@ const Vv = /* @__PURE__ */ Te(jv, [["__scopeId", "data-v-c5003a0d"]]), Lv = {
|
|
|
11327
11337
|
mt = pe.resultData, Ct = pe.fileList;
|
|
11328
11338
|
continue;
|
|
11329
11339
|
}
|
|
11330
|
-
if (dt.isLayout && ((
|
|
11340
|
+
if (dt.isLayout && ((Tt = dt == null ? void 0 : dt.children) != null && Tt.length)) {
|
|
11331
11341
|
const bt = dt.id, pe = ue(dt.children, mt, Ct, ke, Be, bt, pt);
|
|
11332
11342
|
mt = pe.resultData, Ct = pe.fileList;
|
|
11333
11343
|
}
|
|
11334
11344
|
}
|
|
11335
11345
|
return { resultData: mt, fileList: Ct };
|
|
11336
11346
|
}, je = (fe, de, Ve, ke, Be, Ke, pt) => {
|
|
11337
|
-
var mt, Ct,
|
|
11347
|
+
var mt, Ct, Tt, $e, dt, bt;
|
|
11338
11348
|
switch (Be.type) {
|
|
11339
11349
|
case "radio":
|
|
11340
11350
|
fe.push({
|
|
@@ -11345,7 +11355,7 @@ const Vv = /* @__PURE__ */ Te(jv, [["__scopeId", "data-v-c5003a0d"]]), Lv = {
|
|
|
11345
11355
|
id: ke[Ve],
|
|
11346
11356
|
// 可能包含手动录入的备注,通过拼接获取到录入的备注
|
|
11347
11357
|
value: ke[`${Ve}||${ke[Ve]}`] ?? "",
|
|
11348
|
-
valueContent: ((
|
|
11358
|
+
valueContent: ((Tt = (Ct = (mt = Be.props) == null ? void 0 : mt.options) == null ? void 0 : Ct.find((pe) => pe.value === ke[Ve])) == null ? void 0 : Tt.label) ?? ""
|
|
11349
11359
|
});
|
|
11350
11360
|
break;
|
|
11351
11361
|
case "checkbox":
|
|
@@ -11545,7 +11555,7 @@ const Vv = /* @__PURE__ */ Te(jv, [["__scopeId", "data-v-c5003a0d"]]), Lv = {
|
|
|
11545
11555
|
};
|
|
11546
11556
|
}
|
|
11547
11557
|
});
|
|
11548
|
-
const xr = /* @__PURE__ */ Te(Rv, [["__scopeId", "data-v-
|
|
11558
|
+
const xr = /* @__PURE__ */ Te(Rv, [["__scopeId", "data-v-824bab99"]]), Iv = { class: "form-list-wrap float-left h-full w-360 y-aline-start b-r-1 b-r-solid theme-bc-borderColor box-border p-10" }, Fv = { class: "flex-auto overflow-y-auto" }, Wv = ["onClick"], Uv = ["title"], Bv = { class: "float-right h-full wc--360" }, Gv = { class: "aline-between fw-bold" }, qv = { class: "fs-20 mr-30 ml-20" }, Kv = { class: "c-#ff0000" }, Jv = { class: "right-wrap" }, Zv = /* @__PURE__ */ Ae({
|
|
11549
11559
|
__name: "batchAddDialog",
|
|
11550
11560
|
props: /* @__PURE__ */ Bo({
|
|
11551
11561
|
/**
|
|
@@ -11562,7 +11572,7 @@ const xr = /* @__PURE__ */ Te(Rv, [["__scopeId", "data-v-1f100135"]]), Iv = { cl
|
|
|
11562
11572
|
}),
|
|
11563
11573
|
emits: /* @__PURE__ */ Bo(["select"], ["update:modelValue"]),
|
|
11564
11574
|
setup(o, { emit: l }) {
|
|
11565
|
-
const { clone: r } =
|
|
11575
|
+
const { clone: r } = St(), t = He("formData"), e = t.value.props.formType === "2" ? "试卷" : "表单", n = t.value.props.formType === "2" ? "题目" : "项目", i = Uu(o, "modelValue"), s = o, { params: c } = Pt(s), f = ie({}), m = ie(""), y = ie({
|
|
11566
11576
|
datas: {},
|
|
11567
11577
|
components: [],
|
|
11568
11578
|
props: {}
|
|
@@ -11576,7 +11586,7 @@ const xr = /* @__PURE__ */ Te(Rv, [["__scopeId", "data-v-1f100135"]]), Iv = { cl
|
|
|
11576
11586
|
const b = ($, U, q) => {
|
|
11577
11587
|
let ne = q === "datetime" ? "YYYY-MM-DD HH:mm" : q === "date" ? "YYYY-MM-DD" : "HH:mm";
|
|
11578
11588
|
return iu($).format(ne) === iu(U).format(ne);
|
|
11579
|
-
}, v =
|
|
11589
|
+
}, v = ie(c.value.formList), w = ($) => {
|
|
11580
11590
|
$ && A($), v.value = r(c.value.formList);
|
|
11581
11591
|
const U = Object.keys(f.value);
|
|
11582
11592
|
U != null && U.length && U.forEach((q) => {
|
|
@@ -11617,7 +11627,7 @@ const xr = /* @__PURE__ */ Te(Rv, [["__scopeId", "data-v-1f100135"]]), Iv = { cl
|
|
|
11617
11627
|
components: [],
|
|
11618
11628
|
props: {}
|
|
11619
11629
|
}, c.value.getFormTemplate && (y.value = await c.value.getFormTemplate($)));
|
|
11620
|
-
}, H =
|
|
11630
|
+
}, H = ie(/* @__PURE__ */ new Map()), V = Vt(() => {
|
|
11621
11631
|
let $ = 0;
|
|
11622
11632
|
for (const [, U] of H.value)
|
|
11623
11633
|
$ += U.length;
|
|
@@ -11632,7 +11642,7 @@ const xr = /* @__PURE__ */ Te(Rv, [["__scopeId", "data-v-1f100135"]]), Iv = { cl
|
|
|
11632
11642
|
delete ne.selected, $.push(ne);
|
|
11633
11643
|
});
|
|
11634
11644
|
return $;
|
|
11635
|
-
}, F =
|
|
11645
|
+
}, F = ie(!1), Q = ie({
|
|
11636
11646
|
datas: {},
|
|
11637
11647
|
components: [],
|
|
11638
11648
|
props: {
|
|
@@ -11650,9 +11660,9 @@ const xr = /* @__PURE__ */ Te(Rv, [["__scopeId", "data-v-1f100135"]]), Iv = { cl
|
|
|
11650
11660
|
ae("select", $), i.value = !1;
|
|
11651
11661
|
};
|
|
11652
11662
|
return ($, U) => {
|
|
11653
|
-
const q = ft, ne = E("el-input"), ue = E("el-option"), je = E("el-select"), O = E("el-cascader"), fe = E("el-date-picker"), de = E("el-time-picker"), Ve = E("el-form-item"), ke = E("el-form"), Be = E("el-divider"), Ke = E("el-empty"), pt = xr, mt = E("el-link"), Ct = E("el-button"),
|
|
11663
|
+
const q = ft, ne = E("el-input"), ue = E("el-option"), je = E("el-select"), O = E("el-cascader"), fe = E("el-date-picker"), de = E("el-time-picker"), Ve = E("el-form-item"), ke = E("el-form"), Be = E("el-divider"), Ke = E("el-empty"), pt = xr, mt = E("el-link"), Ct = E("el-button"), Tt = E("el-dialog");
|
|
11654
11664
|
return T(), X("div", null, [
|
|
11655
|
-
P(
|
|
11665
|
+
P(Tt, {
|
|
11656
11666
|
class: "zhy batch-add-dialog",
|
|
11657
11667
|
modelValue: i.value,
|
|
11658
11668
|
"onUpdate:modelValue": U[1] || (U[1] = ($e) => i.value = $e),
|
|
@@ -11830,7 +11840,7 @@ const xr = /* @__PURE__ */ Te(Rv, [["__scopeId", "data-v-1f100135"]]), Iv = { cl
|
|
|
11830
11840
|
}),
|
|
11831
11841
|
_: 1
|
|
11832
11842
|
}, 8, ["modelValue", "title"]),
|
|
11833
|
-
P(
|
|
11843
|
+
P(Tt, {
|
|
11834
11844
|
class: "zhy select-preview-dialog",
|
|
11835
11845
|
modelValue: p(F),
|
|
11836
11846
|
"onUpdate:modelValue": U[3] || (U[3] = ($e) => et(F) ? F.value = $e : null),
|
|
@@ -11863,7 +11873,7 @@ const xr = /* @__PURE__ */ Te(Rv, [["__scopeId", "data-v-1f100135"]]), Iv = { cl
|
|
|
11863
11873
|
};
|
|
11864
11874
|
}
|
|
11865
11875
|
});
|
|
11866
|
-
const Yv = /* @__PURE__ */ Te(Zv, [["__scopeId", "data-v-
|
|
11876
|
+
const Yv = /* @__PURE__ */ Te(Zv, [["__scopeId", "data-v-d0f024d8"]]), _v = {
|
|
11867
11877
|
key: 1,
|
|
11868
11878
|
class: "c-#a8abb2"
|
|
11869
11879
|
}, Qv = ["innerHTML"], $v = /* @__PURE__ */ Ae({
|
|
@@ -11908,7 +11918,7 @@ const Yv = /* @__PURE__ */ Te(Zv, [["__scopeId", "data-v-241a6b06"]]), _v = {
|
|
|
11908
11918
|
emits: ["result", "clear"],
|
|
11909
11919
|
setup(o, { emit: l }) {
|
|
11910
11920
|
let r = He("formDesignerData"), t = He("formData"), e = r.selectComponent;
|
|
11911
|
-
const n =
|
|
11921
|
+
const n = ie(), i = ie(!1), s = ie([]), c = ie({}), f = ie({}), m = () => {
|
|
11912
11922
|
s.value = [], c.value = {}, f.value = {}, y(t.value.components), i.value = !0;
|
|
11913
11923
|
}, y = (S) => {
|
|
11914
11924
|
S.forEach((H) => {
|
|
@@ -11990,7 +12000,7 @@ const Yv = /* @__PURE__ */ Te(Zv, [["__scopeId", "data-v-241a6b06"]]), _v = {
|
|
|
11990
12000
|
};
|
|
11991
12001
|
}
|
|
11992
12002
|
});
|
|
11993
|
-
const yi = /* @__PURE__ */ Te($v, [["__scopeId", "data-v-
|
|
12003
|
+
const yi = /* @__PURE__ */ Te($v, [["__scopeId", "data-v-98cf9227"]]), e8 = /* @__PURE__ */ Ae({
|
|
11994
12004
|
__name: "componentAdvancedPropsEditor",
|
|
11995
12005
|
setup(o) {
|
|
11996
12006
|
let r = He("formDesignerData").selectComponent;
|
|
@@ -12092,7 +12102,7 @@ const yi = /* @__PURE__ */ Te($v, [["__scopeId", "data-v-cf05244a"]]), e8 = /* @
|
|
|
12092
12102
|
};
|
|
12093
12103
|
}
|
|
12094
12104
|
});
|
|
12095
|
-
const t8 = /* @__PURE__ */ Te(e8, [["__scopeId", "data-v-
|
|
12105
|
+
const t8 = /* @__PURE__ */ Te(e8, [["__scopeId", "data-v-f2a0aa71"]]), n8 = /* @__PURE__ */ Ae({
|
|
12096
12106
|
__name: "componentBasePropsEditor",
|
|
12097
12107
|
props: {
|
|
12098
12108
|
/**
|
|
@@ -12364,10 +12374,10 @@ const t8 = /* @__PURE__ */ Te(e8, [["__scopeId", "data-v-f895af6d"]]), n8 = /* @
|
|
|
12364
12374
|
};
|
|
12365
12375
|
}
|
|
12366
12376
|
});
|
|
12367
|
-
const r8 = /* @__PURE__ */ Te(n8, [["__scopeId", "data-v-
|
|
12377
|
+
const r8 = /* @__PURE__ */ Te(n8, [["__scopeId", "data-v-3cb7430f"]]), i8 = /* @__PURE__ */ Ae({
|
|
12368
12378
|
__name: "formPropsEditor",
|
|
12369
12379
|
setup(o, { expose: l }) {
|
|
12370
|
-
const r = He("formData"), t =
|
|
12380
|
+
const r = He("formData"), t = ie(), e = () => {
|
|
12371
12381
|
r.value.props.formType === "2" && (r.value.props.labelPosition = "top");
|
|
12372
12382
|
};
|
|
12373
12383
|
return l({
|
|
@@ -12548,7 +12558,7 @@ const r8 = /* @__PURE__ */ Te(n8, [["__scopeId", "data-v-e32acd22"]]), i8 = /* @
|
|
|
12548
12558
|
};
|
|
12549
12559
|
}
|
|
12550
12560
|
});
|
|
12551
|
-
const o8 = /* @__PURE__ */ Te(i8, [["__scopeId", "data-v-
|
|
12561
|
+
const o8 = /* @__PURE__ */ Te(i8, [["__scopeId", "data-v-042d1f39"]]), a8 = { class: "toolbar bg-#ffffff" }, s8 = { class: "operates" }, l8 = /* @__PURE__ */ Ae({
|
|
12552
12562
|
__name: "toolbar",
|
|
12553
12563
|
props: {
|
|
12554
12564
|
operates: {
|
|
@@ -12584,7 +12594,7 @@ const o8 = /* @__PURE__ */ Te(i8, [["__scopeId", "data-v-09f256cf"]]), a8 = { cl
|
|
|
12584
12594
|
t("resetForm");
|
|
12585
12595
|
}, y = () => {
|
|
12586
12596
|
t("viewDataJson");
|
|
12587
|
-
}, b =
|
|
12597
|
+
}, b = ie(!1), v = () => {
|
|
12588
12598
|
b.value = !b.value, t("toggleDescription", b.value);
|
|
12589
12599
|
};
|
|
12590
12600
|
return (w, A) => {
|
|
@@ -12747,7 +12757,7 @@ const o8 = /* @__PURE__ */ Te(i8, [["__scopeId", "data-v-09f256cf"]]), a8 = { cl
|
|
|
12747
12757
|
};
|
|
12748
12758
|
}
|
|
12749
12759
|
});
|
|
12750
|
-
const pu = /* @__PURE__ */ Te(l8, [["__scopeId", "data-v-
|
|
12760
|
+
const pu = /* @__PURE__ */ Te(l8, [["__scopeId", "data-v-57778df7"]]), u8 = { class: "zhy-form-designer theme-bgc-backgroundColor relative wh-full min-h-800px min-w-600px bgc-#ffffff" }, c8 = { class: "absolute top-0 left-0 h-full overflow-y-auto w-410 pt-5 pl-10 box-border shw-5-3-12-3-#000000-0.2" }, f8 = ["onClick", "title"], d8 = { class: "t-ofse-2 line-height-0.5 pl-3" }, p8 = {
|
|
12751
12761
|
key: 0,
|
|
12752
12762
|
class: "pos-absolute bottom-0.4 lc-50-30 w-60 h-60 border-rd-md bgc-#ffffff"
|
|
12753
12763
|
}, h8 = {
|
|
@@ -12855,11 +12865,11 @@ const pu = /* @__PURE__ */ Te(l8, [["__scopeId", "data-v-9b18ac9d"]]), u8 = { cl
|
|
|
12855
12865
|
},
|
|
12856
12866
|
emits: ["change", "test"],
|
|
12857
12867
|
setup(o, { emit: l }) {
|
|
12858
|
-
const r = o, t = l, { getTempID: e, clone: n, stringifyJson: i, parseJson: s, isEmpty: c } =
|
|
12868
|
+
const r = o, t = l, { getTempID: e, clone: n, stringifyJson: i, parseJson: s, isEmpty: c } = St(), f = { ...Wi, ...Gi, ...Ui, ...Bi }, { formData: m, componentGroups: y, mergeGroup: b, batchAddComponentParams: v } = Pt(r), w = Bu({
|
|
12859
12869
|
selectComponent: void 0,
|
|
12860
12870
|
propTab: "form",
|
|
12861
12871
|
device: "pc"
|
|
12862
|
-
}), A =
|
|
12872
|
+
}), A = ie(!0), S = ie([]), H = Vt(() => V.value.map((se) => se.expand && se.name)), V = ie([]), L = ie(!1), N = {
|
|
12863
12873
|
labelPosition: "top",
|
|
12864
12874
|
labelWidth: 90,
|
|
12865
12875
|
size: "small",
|
|
@@ -13021,7 +13031,7 @@ const pu = /* @__PURE__ */ Te(l8, [["__scopeId", "data-v-9b18ac9d"]]), u8 = { cl
|
|
|
13021
13031
|
m.value.components.forEach((se) => {
|
|
13022
13032
|
O(se);
|
|
13023
13033
|
}), m.value.components.splice(0, m.value.components.length), Ke(), w.selectComponent = void 0;
|
|
13024
|
-
}, de =
|
|
13034
|
+
}, de = ie(!1), Ve = () => {
|
|
13025
13035
|
de.value = !0;
|
|
13026
13036
|
}, ke = (se) => {
|
|
13027
13037
|
se != null && se.length && (ee(se), se.forEach((Z) => m.value.components.push(Z)), Ke());
|
|
@@ -13037,7 +13047,7 @@ const pu = /* @__PURE__ */ Te(l8, [["__scopeId", "data-v-9b18ac9d"]]), u8 = { cl
|
|
|
13037
13047
|
t("change");
|
|
13038
13048
|
}, 50), pt = () => {
|
|
13039
13049
|
console.log(m.value), wt.value = i(m.value), pe.value = !0;
|
|
13040
|
-
}, mt =
|
|
13050
|
+
}, mt = ie(), Ct = async () => {
|
|
13041
13051
|
if (r.saveMethod) {
|
|
13042
13052
|
if (!m.value.components.length) {
|
|
13043
13053
|
lt("error", "未发现需要保存的数据!");
|
|
@@ -13046,7 +13056,7 @@ const pu = /* @__PURE__ */ Te(l8, [["__scopeId", "data-v-9b18ac9d"]]), u8 = { cl
|
|
|
13046
13056
|
const se = await $i();
|
|
13047
13057
|
se && r.saveMethod(se);
|
|
13048
13058
|
}
|
|
13049
|
-
},
|
|
13059
|
+
}, Tt = ie(), $e = ie(!1), dt = () => {
|
|
13050
13060
|
$e.value = !0, bt(m.value.components);
|
|
13051
13061
|
};
|
|
13052
13062
|
me(
|
|
@@ -13061,15 +13071,15 @@ const pu = /* @__PURE__ */ Te(l8, [["__scopeId", "data-v-9b18ac9d"]]), u8 = { cl
|
|
|
13061
13071
|
}
|
|
13062
13072
|
!m.value.datas[Z.id] && !c(Z.props.defaultValue) && (Z.type === "grade" ? m.value.datas[Z.id] = { score: Z.props.defaultValue } : m.value.datas[Z.id] = Z.props.defaultValue);
|
|
13063
13073
|
});
|
|
13064
|
-
}, pe =
|
|
13065
|
-
await
|
|
13074
|
+
}, pe = ie(!1), wt = ie(), Re = async () => {
|
|
13075
|
+
await Tt.value.validate() ? lt("success", "通过验证") : lt("error", "未通过验证");
|
|
13066
13076
|
}, rn = () => {
|
|
13067
|
-
|
|
13077
|
+
Tt.value.resetFields();
|
|
13068
13078
|
}, $n = () => {
|
|
13069
|
-
const { data: se, fileList: Z } =
|
|
13079
|
+
const { data: se, fileList: Z } = Tt.value.getDatas();
|
|
13070
13080
|
console.log(se, Z);
|
|
13071
13081
|
}, Qi = () => {
|
|
13072
|
-
|
|
13082
|
+
Tt.value.toggleDescription();
|
|
13073
13083
|
}, $i = async () => {
|
|
13074
13084
|
if (!await mt.value.validate()) {
|
|
13075
13085
|
lt("error", "请将表单属性填写完整!"), w.propTab = "form";
|
|
@@ -13326,7 +13336,7 @@ const pu = /* @__PURE__ */ Te(l8, [["__scopeId", "data-v-9b18ac9d"]]), u8 = { cl
|
|
|
13326
13336
|
P(xr, {
|
|
13327
13337
|
class: "hc--60",
|
|
13328
13338
|
ref_key: "rendererForm",
|
|
13329
|
-
ref:
|
|
13339
|
+
ref: Tt,
|
|
13330
13340
|
formData: p(m),
|
|
13331
13341
|
uploadOptions: o.uploadOptions,
|
|
13332
13342
|
device: p(w).device,
|
|
@@ -13384,7 +13394,7 @@ const w8 = /* @__PURE__ */ Ae({
|
|
|
13384
13394
|
},
|
|
13385
13395
|
emits: ["rendered", "error"],
|
|
13386
13396
|
setup(o, { emit: l }) {
|
|
13387
|
-
const r = o, t = l, e =
|
|
13397
|
+
const r = o, t = l, e = ie(null);
|
|
13388
13398
|
return vn(() => {
|
|
13389
13399
|
B1.init(e.value).preview(r.src).then(() => {
|
|
13390
13400
|
t("rendered");
|
|
@@ -13397,7 +13407,7 @@ const w8 = /* @__PURE__ */ Ae({
|
|
|
13397
13407
|
}, null, 512));
|
|
13398
13408
|
}
|
|
13399
13409
|
});
|
|
13400
|
-
const x8 = /* @__PURE__ */ Te(w8, [["__scopeId", "data-v-
|
|
13410
|
+
const x8 = /* @__PURE__ */ Te(w8, [["__scopeId", "data-v-f96c5c81"]]);
|
|
13401
13411
|
const A8 = /* @__PURE__ */ Ae({
|
|
13402
13412
|
__name: "xlsxPreview",
|
|
13403
13413
|
props: {
|
|
@@ -13408,7 +13418,7 @@ const A8 = /* @__PURE__ */ Ae({
|
|
|
13408
13418
|
},
|
|
13409
13419
|
emits: ["rendered", "error"],
|
|
13410
13420
|
setup(o, { emit: l }) {
|
|
13411
|
-
const r = o, t = l, e =
|
|
13421
|
+
const r = o, t = l, e = ie(null);
|
|
13412
13422
|
return vn(() => {
|
|
13413
13423
|
G1.init(e.value).preview(r.src).then(() => {
|
|
13414
13424
|
t("rendered");
|
|
@@ -13421,7 +13431,7 @@ const A8 = /* @__PURE__ */ Ae({
|
|
|
13421
13431
|
}, null, 512));
|
|
13422
13432
|
}
|
|
13423
13433
|
});
|
|
13424
|
-
const k8 = /* @__PURE__ */ Te(A8, [["__scopeId", "data-v-
|
|
13434
|
+
const k8 = /* @__PURE__ */ Te(A8, [["__scopeId", "data-v-107a9120"]]);
|
|
13425
13435
|
let Pi, ji = 0;
|
|
13426
13436
|
const P8 = (o) => {
|
|
13427
13437
|
ji === 0 && (Pi = j1.service({
|
|
@@ -13493,7 +13503,7 @@ const T8 = {
|
|
|
13493
13503
|
},
|
|
13494
13504
|
emits: ["rendered", "error"],
|
|
13495
13505
|
setup(o, { emit: l }) {
|
|
13496
|
-
const r = o, t = l, e =
|
|
13506
|
+
const r = o, t = l, e = ie(null);
|
|
13497
13507
|
return vn(() => {
|
|
13498
13508
|
const n = q1(e.value, { width: e.value.clientWidth, height: e.value.clientHeight });
|
|
13499
13509
|
T8.get(r.src, void 0, { responseType: "blob" }).then((i) => i == null ? void 0 : i.arrayBuffer()).then((i) => {
|
|
@@ -13509,7 +13519,7 @@ const T8 = {
|
|
|
13509
13519
|
}, null, 512));
|
|
13510
13520
|
}
|
|
13511
13521
|
});
|
|
13512
|
-
const D8 = /* @__PURE__ */ Te(C8, [["__scopeId", "data-v-
|
|
13522
|
+
const D8 = /* @__PURE__ */ Te(C8, [["__scopeId", "data-v-f3d2ade3"]]);
|
|
13513
13523
|
function mu(o, l) {
|
|
13514
13524
|
var r = Object.keys(o);
|
|
13515
13525
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -16102,7 +16112,7 @@ var Et = {
|
|
|
16102
16112
|
delete this.pluginGroup[r], delete l._pluginInfoId;
|
|
16103
16113
|
}
|
|
16104
16114
|
}
|
|
16105
|
-
},
|
|
16115
|
+
}, oe = {
|
|
16106
16116
|
DEFAULT: "xgplayer",
|
|
16107
16117
|
DEFAULT_SKIN: "xgplayer-skin-default",
|
|
16108
16118
|
ENTER: "xgplayer-is-enter",
|
|
@@ -16253,7 +16263,7 @@ var x4 = function(l, r) {
|
|
|
16253
16263
|
value: function() {
|
|
16254
16264
|
var e = this, n = this.config, i = n.disable, s = n.height, c = n.mode;
|
|
16255
16265
|
if (!i) {
|
|
16256
|
-
c === "flex" && this.player.addClass(
|
|
16266
|
+
c === "flex" && this.player.addClass(oe.FLEX_CONTROLS);
|
|
16257
16267
|
var f = {
|
|
16258
16268
|
height: "".concat(s, "px")
|
|
16259
16269
|
};
|
|
@@ -16290,12 +16300,12 @@ var x4 = function(l, r) {
|
|
|
16290
16300
|
}, {
|
|
16291
16301
|
key: "recoverAutoHide",
|
|
16292
16302
|
value: function() {
|
|
16293
|
-
this.config.autoHide && k.addClass(this.root,
|
|
16303
|
+
this.config.autoHide && k.addClass(this.root, oe.CONTROLS_AUTOHIDE);
|
|
16294
16304
|
}
|
|
16295
16305
|
}, {
|
|
16296
16306
|
key: "pauseAutoHide",
|
|
16297
16307
|
value: function() {
|
|
16298
|
-
k.removeClass(this.root,
|
|
16308
|
+
k.removeClass(this.root, oe.CONTROLS_AUTOHIDE);
|
|
16299
16309
|
}
|
|
16300
16310
|
}, {
|
|
16301
16311
|
key: "show",
|
|
@@ -16356,7 +16366,7 @@ var x4 = function(l, r) {
|
|
|
16356
16366
|
"flex-controls": n === "flex"
|
|
16357
16367
|
}, {
|
|
16358
16368
|
"bottom-controls": n === "bottom"
|
|
16359
|
-
}, _({},
|
|
16369
|
+
}, _({}, oe.CONTROLS_AUTOHIDE, i), {
|
|
16360
16370
|
"xgplayer-controls-initshow": s || !i
|
|
16361
16371
|
});
|
|
16362
16372
|
return '<xg-controls class="'.concat(f, `" unselectable="on">
|
|
@@ -16644,7 +16654,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
16644
16654
|
e = l.call(this, n), _(B(e), "canPlayFunc", function() {
|
|
16645
16655
|
if (e.config) {
|
|
16646
16656
|
var w = e.config, A = w.autoplay, S = w.defaultPlaybackRate;
|
|
16647
|
-
Je.logInfo("player", "canPlayFunc, startTime", e.__startTime), e._seekToStartTime(), e.playbackRate = S, (A || e._useAutoplay) && e.mediaPlay(), e.off(xn, e.canPlayFunc), e.removeClass(
|
|
16657
|
+
Je.logInfo("player", "canPlayFunc, startTime", e.__startTime), e._seekToStartTime(), e.playbackRate = S, (A || e._useAutoplay) && e.mediaPlay(), e.off(xn, e.canPlayFunc), e.removeClass(oe.ENTER);
|
|
16648
16658
|
}
|
|
16649
16659
|
}), _(B(e), "onFullscreenChange", function(w, A) {
|
|
16650
16660
|
var S = function() {
|
|
@@ -16666,17 +16676,17 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
16666
16676
|
});
|
|
16667
16677
|
var V = B8(H, e.playerId, En);
|
|
16668
16678
|
if (A || H && (H === e._fullscreenEl || V))
|
|
16669
|
-
S(), !e.config.closeFocusVideoFocus && e.media.focus(), e.fullscreen = !0, e.changeFullStyle(e.root, H,
|
|
16679
|
+
S(), !e.config.closeFocusVideoFocus && e.media.focus(), e.fullscreen = !0, e.changeFullStyle(e.root, H, oe.FULLSCREEN), e.emit(wn, !0, e._fullScreenOffset), e.cssfullscreen && e.exitCssFullscreen();
|
|
16670
16680
|
else if (e.fullscreen) {
|
|
16671
16681
|
S();
|
|
16672
16682
|
var L = B(e), N = L._fullScreenOffset, F = L.config;
|
|
16673
16683
|
if (F.needFullscreenScroll ? (window.scrollTo(N.left, N.top), k.setTimeout(B(e), function() {
|
|
16674
16684
|
e.fullscreen = !1, e._fullScreenOffset = null;
|
|
16675
16685
|
}, 100)) : (!e.config.closeFocusVideoFocus && e.media.focus(), e.fullscreen = !1, e._fullScreenOffset = null), e.cssfullscreen)
|
|
16676
|
-
e.removeClass(
|
|
16686
|
+
e.removeClass(oe.FULLSCREEN);
|
|
16677
16687
|
else {
|
|
16678
16688
|
var Q = e._fullscreenEl;
|
|
16679
|
-
!Q && (e.root.contains(w.target) || w.target === e.root) && (Q = w.target), e.recoverFullStyle(e.root, Q,
|
|
16689
|
+
!Q && (e.root.contains(w.target) || w.target === e.root) && (Q = w.target), e.recoverFullStyle(e.root, Q, oe.FULLSCREEN);
|
|
16680
16690
|
}
|
|
16681
16691
|
e._fullscreenEl = null, e.emit(wn, !1);
|
|
16682
16692
|
}
|
|
@@ -16753,7 +16763,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
16753
16763
|
this.controls = f;
|
|
16754
16764
|
}
|
|
16755
16765
|
var m = this.config.isMobileSimulateMode === "mobile" ? "mobile" : Ge.device;
|
|
16756
|
-
if (this.addClass("".concat(
|
|
16766
|
+
if (this.addClass("".concat(oe.DEFAULT, " ").concat(oe.INACTIVE, " xgplayer-").concat(m, " ").concat(this.config.controls ? "" : oe.NO_CONTROLS)), this.config.autoplay ? this.addClass(oe.ENTER) : this.addClass(oe.NO_START), this.config.fluid) {
|
|
16757
16767
|
var y = this.config, b = y.width, v = y.height;
|
|
16758
16768
|
(typeof b != "number" || typeof v != "number") && (b = 600, v = 337.5);
|
|
16759
16769
|
var w = {
|
|
@@ -16870,7 +16880,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
16870
16880
|
this.leftBar || (this.leftBar = k.createPositionBar("xg-left-bar", this.root)), n = this.leftBar;
|
|
16871
16881
|
break;
|
|
16872
16882
|
case ct.ROOT_TOP:
|
|
16873
|
-
this.topBar || (this.topBar = k.createPositionBar("xg-top-bar", this.root), this.config.topBarAutoHide && k.addClass(this.topBar,
|
|
16883
|
+
this.topBar || (this.topBar = k.createPositionBar("xg-top-bar", this.root), this.config.topBarAutoHide && k.addClass(this.topBar, oe.TOP_BAR_AUTOHIDE)), n = this.topBar;
|
|
16874
16884
|
break;
|
|
16875
16885
|
default:
|
|
16876
16886
|
n = this.innerContainer || this.root;
|
|
@@ -17006,22 +17016,22 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17006
17016
|
value: function() {
|
|
17007
17017
|
var e = this;
|
|
17008
17018
|
if (!this.hasStart && this.state < Qe.ATTACHED) {
|
|
17009
|
-
this.removeClass(
|
|
17019
|
+
this.removeClass(oe.NO_START), this.addClass(oe.ENTER), this.start(), this._useAutoplay = !0;
|
|
17010
17020
|
return;
|
|
17011
17021
|
}
|
|
17012
|
-
this.state < Qe.RUNNING && (this.removeClass(
|
|
17022
|
+
this.state < Qe.RUNNING && (this.removeClass(oe.NO_START), !this.isCanplay && this.addClass(oe.ENTER));
|
|
17013
17023
|
var n = Fe(Ne(r.prototype), "play", this).call(this);
|
|
17014
17024
|
return n !== void 0 && n && n.then ? n.then(function() {
|
|
17015
|
-
e.removeClass(
|
|
17025
|
+
e.removeClass(oe.NOT_ALLOW_AUTOPLAY), e.addClass(oe.PLAYING), e.state < Qe.RUNNING && (Je.logInfo(">>>>playPromise.then"), e.setState(Qe.RUNNING), e.emit(Jn));
|
|
17016
17026
|
}).catch(function(i) {
|
|
17017
17027
|
if (Je.logWarn(">>>>playPromise.catch", i.name), e.media && e.media.error) {
|
|
17018
|
-
e.onError(), e.removeClass(
|
|
17028
|
+
e.onError(), e.removeClass(oe.ENTER);
|
|
17019
17029
|
return;
|
|
17020
17030
|
}
|
|
17021
17031
|
i.name === "NotAllowedError" && (e._errorTimer = k.setTimeout(e, function() {
|
|
17022
|
-
e._errorTimer = null, e.emit(fa), e.addClass(
|
|
17032
|
+
e._errorTimer = null, e.emit(fa), e.addClass(oe.NOT_ALLOW_AUTOPLAY), e.removeClass(oe.ENTER), e.pause(), e.setState(Qe.NOTALLOW);
|
|
17023
17033
|
}, 0));
|
|
17024
|
-
}) : (Je.logWarn("video.play not return promise"), this.state < Qe.RUNNING && (this.setState(Qe.RUNNING), this.removeClass(
|
|
17034
|
+
}) : (Je.logWarn("video.play not return promise"), this.state < Qe.RUNNING && (this.setState(Qe.RUNNING), this.removeClass(oe.NOT_ALLOW_AUTOPLAY), this.removeClass(oe.NO_START), this.removeClass(oe.ENTER), this.addClass(oe.PLAYING), this.emit(Jn))), n;
|
|
17025
17035
|
}
|
|
17026
17036
|
}, {
|
|
17027
17037
|
key: "mediaPause",
|
|
@@ -17037,7 +17047,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17037
17047
|
key: "play",
|
|
17038
17048
|
value: function() {
|
|
17039
17049
|
var e = this;
|
|
17040
|
-
return this.removeClass(
|
|
17050
|
+
return this.removeClass(oe.PAUSED), hn(this, "play", function() {
|
|
17041
17051
|
return e.mediaPlay();
|
|
17042
17052
|
});
|
|
17043
17053
|
}
|
|
@@ -17056,7 +17066,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17056
17066
|
if (!(!this.media || Number.isNaN(Number(e)) || !this.hasStart)) {
|
|
17057
17067
|
var s = this.config, c = s.isSeekedPlay, f = s.seekedStatus, m = n || (c ? "play" : f);
|
|
17058
17068
|
e = e < 0 ? 0 : e > this.duration ? parseInt(this.duration, 10) : e, !this._isPauseBeforeSeek && (this._isPauseBeforeSeek = this.paused ? 2 : 1), this._onceSeekCanplay && this.off(An, this._onceSeekCanplay), this._onceSeekCanplay = function() {
|
|
17059
|
-
switch (i.removeClass(
|
|
17069
|
+
switch (i.removeClass(oe.ENTER), i.isSeeking = !1, m) {
|
|
17060
17070
|
case "play":
|
|
17061
17071
|
i.play();
|
|
17062
17072
|
break;
|
|
@@ -17067,7 +17077,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17067
17077
|
i._isPauseBeforeSeek > 1 || i.paused ? i.pause() : i.play();
|
|
17068
17078
|
}
|
|
17069
17079
|
i._isPauseBeforeSeek = 0, i._onceSeekCanplay = null;
|
|
17070
|
-
}, this.once(An, this._onceSeekCanplay), this.state < Qe.RUNNING ? (this.removeClass(
|
|
17080
|
+
}, this.once(An, this._onceSeekCanplay), this.state < Qe.RUNNING ? (this.removeClass(oe.NO_START), this.currentTime = e, this.play()) : this.currentTime = e;
|
|
17071
17081
|
}
|
|
17072
17082
|
}
|
|
17073
17083
|
}, {
|
|
@@ -17114,10 +17124,10 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17114
17124
|
}, {
|
|
17115
17125
|
key: "resetState",
|
|
17116
17126
|
value: function() {
|
|
17117
|
-
var e = this, n =
|
|
17127
|
+
var e = this, n = oe.NOT_ALLOW_AUTOPLAY, i = oe.PLAYING, s = oe.NO_START, c = oe.PAUSED, f = oe.REPLAY, m = oe.ENTER, y = oe.ENDED, b = oe.ERROR, v = oe.LOADING, w = [n, i, s, c, f, m, y, b, v];
|
|
17118
17128
|
this.hasStart = !1, this.isError = !1, this._useAutoplay = !1, this.mediaPause(), this._accPlayed.acc = 0, this._accPlayed.t = 0, this._accPlayed.loopAcc = 0, w.forEach(function(A) {
|
|
17119
17129
|
e.removeClass(A);
|
|
17120
|
-
}), this.addClass(
|
|
17130
|
+
}), this.addClass(oe.NO_START), this.emit(Yi);
|
|
17121
17131
|
}
|
|
17122
17132
|
}, {
|
|
17123
17133
|
key: "reset",
|
|
@@ -17157,7 +17167,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17157
17167
|
key: "replay",
|
|
17158
17168
|
value: function() {
|
|
17159
17169
|
var e = this;
|
|
17160
|
-
this.removeClass(
|
|
17170
|
+
this.removeClass(oe.ENDED), this.currentTime = 0, this.isSeeking = !1, hn(this, "replay", function() {
|
|
17161
17171
|
e.once(An, function() {
|
|
17162
17172
|
var n = e.mediaPlay();
|
|
17163
17173
|
n && n.catch && n.catch(function(i) {
|
|
@@ -17170,7 +17180,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17170
17180
|
key: "retry",
|
|
17171
17181
|
value: function() {
|
|
17172
17182
|
var e = this;
|
|
17173
|
-
this.removeClass(
|
|
17183
|
+
this.removeClass(oe.ERROR), this.addClass(oe.LOADING), hn(this, "retry", function() {
|
|
17174
17184
|
var n = e.currentTime, i = e.config.url, s = k.isMSE(e.media) ? {
|
|
17175
17185
|
url: i
|
|
17176
17186
|
} : e.preProcessUrl(i);
|
|
@@ -17182,12 +17192,12 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17182
17192
|
}, {
|
|
17183
17193
|
key: "changeFullStyle",
|
|
17184
17194
|
value: function(e, n, i, s) {
|
|
17185
|
-
e && (s || (s =
|
|
17195
|
+
e && (s || (s = oe.PARENT_FULLSCREEN), this._orgCss || (this._orgCss = k.filterStyleFromText(e)), k.addClass(e, i), n && n !== e && !this._orgPCss && (this._orgPCss = k.filterStyleFromText(n), k.addClass(n, s), n.setAttribute(En, this.playerId)));
|
|
17186
17196
|
}
|
|
17187
17197
|
}, {
|
|
17188
17198
|
key: "recoverFullStyle",
|
|
17189
17199
|
value: function(e, n, i, s) {
|
|
17190
|
-
s || (s =
|
|
17200
|
+
s || (s = oe.PARENT_FULLSCREEN), this._orgCss && (k.setStyleFromCsstext(e, this._orgCss), this._orgCss = ""), k.removeClass(e, i), n && n !== e && this._orgPCss && (k.setStyleFromCsstext(n, this._orgPCss), this._orgPCss = "", k.removeClass(n, s), n.removeAttribute(En));
|
|
17191
17201
|
}
|
|
17192
17202
|
}, {
|
|
17193
17203
|
key: "getFullscreen",
|
|
@@ -17239,7 +17249,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17239
17249
|
value: function() {
|
|
17240
17250
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : this.config.fullscreenTarget;
|
|
17241
17251
|
this.isRotateFullscreen ? this.exitRotateFullscreen() : this.fullscreen && this.exitFullscreen();
|
|
17242
|
-
var n = e ? "".concat(
|
|
17252
|
+
var n = e ? "".concat(oe.INNER_FULLSCREEN, " ").concat(oe.CSS_FULLSCREEN) : oe.CSS_FULLSCREEN;
|
|
17243
17253
|
this.changeFullStyle(this.root, e, n);
|
|
17244
17254
|
var i = this.config.fullscreen, s = i === void 0 ? {} : i, c = s.useCssFullscreen === !0 || typeof s.useCssFullscreen == "function" && s.useCssFullscreen();
|
|
17245
17255
|
c && (this.fullscreen = !0, this.emit(wn, !0)), this._cssfullscreenEl = e, this.cssfullscreen = !0, this.emit(Ei, !0);
|
|
@@ -17247,7 +17257,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17247
17257
|
}, {
|
|
17248
17258
|
key: "exitCssFullscreen",
|
|
17249
17259
|
value: function() {
|
|
17250
|
-
var e = this._cssfullscreenEl ? "".concat(
|
|
17260
|
+
var e = this._cssfullscreenEl ? "".concat(oe.INNER_FULLSCREEN, " ").concat(oe.CSS_FULLSCREEN) : oe.CSS_FULLSCREEN;
|
|
17251
17261
|
if (!this.fullscreen)
|
|
17252
17262
|
this.recoverFullStyle(this.root, this._cssfullscreenEl, e);
|
|
17253
17263
|
else {
|
|
@@ -17261,16 +17271,16 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17261
17271
|
value: function() {
|
|
17262
17272
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : this.config.fullscreenTarget;
|
|
17263
17273
|
this.cssfullscreen && this.exitCssFullscreen(e);
|
|
17264
|
-
var n = e ? "".concat(
|
|
17265
|
-
this._fullscreenEl = e || this.root, this.changeFullStyle(this.root, e, n,
|
|
17274
|
+
var n = e ? "".concat(oe.INNER_FULLSCREEN, " ").concat(oe.ROTATE_FULLSCREEN) : oe.ROTATE_FULLSCREEN;
|
|
17275
|
+
this._fullscreenEl = e || this.root, this.changeFullStyle(this.root, e, n, oe.PARENT_ROTATE_FULLSCREEN), this.isRotateFullscreen = !0, this.fullscreen = !0, this.setRotateDeg(90), this._rootStyle = this.root.getAttribute("style");
|
|
17266
17276
|
var i = Math.abs(window.orientation) === 90 || Math.abs(screen.orientation.angle) === 90;
|
|
17267
17277
|
this.root.style.width = i ? "".concat(window.innerWidth, "px") : "".concat(window.innerHeight, "px"), this.emit(wn, !0);
|
|
17268
17278
|
}
|
|
17269
17279
|
}, {
|
|
17270
17280
|
key: "exitRotateFullscreen",
|
|
17271
17281
|
value: function(e) {
|
|
17272
|
-
var n = this._fullscreenEl !== this.root ? "".concat(
|
|
17273
|
-
this.recoverFullStyle(this.root, this._fullscreenEl, n,
|
|
17282
|
+
var n = this._fullscreenEl !== this.root ? "".concat(oe.INNER_FULLSCREEN, " ").concat(oe.ROTATE_FULLSCREEN) : oe.ROTATE_FULLSCREEN;
|
|
17283
|
+
this.recoverFullStyle(this.root, this._fullscreenEl, n, oe.PARENT_ROTATE_FULLSCREEN), this.isRotateFullscreen = !1, this.fullscreen = !1, this.setRotateDeg(0), this.emit(wn, !1), this._rootStyle && (this.root.style.style = this._rootStyle, this._rootStyle = !1);
|
|
17274
17284
|
}
|
|
17275
17285
|
}, {
|
|
17276
17286
|
key: "setRotateDeg",
|
|
@@ -17315,7 +17325,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17315
17325
|
autoHide: !0,
|
|
17316
17326
|
delay: 3e3
|
|
17317
17327
|
}, i = this.innerStates;
|
|
17318
|
-
if (this.isActive = !0, this.removeClass(
|
|
17328
|
+
if (this.isActive = !0, this.removeClass(oe.INACTIVE), this._clearUserTimer(), n.isLock !== void 0 && (i.isActiveLocked = n.isLock), n.autoHide === !1 || n.isLock === !0 || i.isActiveLocked) {
|
|
17319
17329
|
this._clearUserTimer();
|
|
17320
17330
|
return;
|
|
17321
17331
|
}
|
|
@@ -17330,7 +17340,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17330
17340
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = e.ignorePaused, i = n === void 0 ? !1 : n;
|
|
17331
17341
|
if (!this.innerStates.isActiveLocked) {
|
|
17332
17342
|
var s = this.config.closePauseVideoFocus;
|
|
17333
|
-
this.isActive = !1, (i || s || !this.paused && !this.ended) && this.addClass(
|
|
17343
|
+
this.isActive = !1, (i || s || !this.paused && !this.ended) && this.addClass(oe.INACTIVE);
|
|
17334
17344
|
}
|
|
17335
17345
|
}
|
|
17336
17346
|
}, {
|
|
@@ -17341,7 +17351,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17341
17351
|
}, {
|
|
17342
17352
|
key: "onCanplay",
|
|
17343
17353
|
value: function() {
|
|
17344
|
-
this.removeClass(
|
|
17354
|
+
this.removeClass(oe.ENTER), this.removeClass(oe.ERROR), this.removeClass(oe.LOADING), this.isCanplay = !0, this.waitTimer && k.clearTimeout(this, this.waitTimer);
|
|
17345
17355
|
}
|
|
17346
17356
|
}, {
|
|
17347
17357
|
key: "onLoadeddata",
|
|
@@ -17354,44 +17364,44 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17354
17364
|
}, {
|
|
17355
17365
|
key: "onLoadstart",
|
|
17356
17366
|
value: function() {
|
|
17357
|
-
this.removeClass(
|
|
17367
|
+
this.removeClass(oe.ERROR), this.isCanplay = !1;
|
|
17358
17368
|
}
|
|
17359
17369
|
}, {
|
|
17360
17370
|
key: "onPlay",
|
|
17361
17371
|
value: function() {
|
|
17362
|
-
this.state === Qe.ENDED && this.setState(Qe.RUNNING), this.removeClass(
|
|
17372
|
+
this.state === Qe.ENDED && this.setState(Qe.RUNNING), this.removeClass(oe.PAUSED), this.ended && this.removeClass(oe.ENDED), !this.config.closePlayVideoFocus && this.focus();
|
|
17363
17373
|
}
|
|
17364
17374
|
}, {
|
|
17365
17375
|
key: "onPause",
|
|
17366
17376
|
value: function() {
|
|
17367
|
-
this.addClass(
|
|
17377
|
+
this.addClass(oe.PAUSED), this.updateAcc("pause"), this.config.closePauseVideoFocus || (this._clearUserTimer(), this.focus());
|
|
17368
17378
|
}
|
|
17369
17379
|
}, {
|
|
17370
17380
|
key: "onEnded",
|
|
17371
17381
|
value: function() {
|
|
17372
|
-
this.updateAcc("ended"), this.addClass(
|
|
17382
|
+
this.updateAcc("ended"), this.addClass(oe.ENDED), this.setState(Qe.ENDED);
|
|
17373
17383
|
}
|
|
17374
17384
|
}, {
|
|
17375
17385
|
key: "onError",
|
|
17376
17386
|
value: function() {
|
|
17377
|
-
this.isError = !0, this.updateAcc("error"), this.removeClass(
|
|
17387
|
+
this.isError = !0, this.updateAcc("error"), this.removeClass(oe.NOT_ALLOW_AUTOPLAY), this.removeClass(oe.NO_START), this.removeClass(oe.ENTER), this.removeClass(oe.LOADING), this.addClass(oe.ERROR);
|
|
17378
17388
|
}
|
|
17379
17389
|
}, {
|
|
17380
17390
|
key: "onSeeking",
|
|
17381
17391
|
value: function() {
|
|
17382
|
-
this.isSeeking || this.updateAcc("seeking"), this.isSeeking = !0, this.addClass(
|
|
17392
|
+
this.isSeeking || this.updateAcc("seeking"), this.isSeeking = !0, this.addClass(oe.SEEKING);
|
|
17383
17393
|
}
|
|
17384
17394
|
}, {
|
|
17385
17395
|
key: "onSeeked",
|
|
17386
17396
|
value: function() {
|
|
17387
|
-
this.isSeeking = !1, this.waitTimer && k.clearTimeout(this, this.waitTimer), this.removeClass(
|
|
17397
|
+
this.isSeeking = !1, this.waitTimer && k.clearTimeout(this, this.waitTimer), this.removeClass(oe.LOADING), this.removeClass(oe.SEEKING);
|
|
17388
17398
|
}
|
|
17389
17399
|
}, {
|
|
17390
17400
|
key: "onWaiting",
|
|
17391
17401
|
value: function() {
|
|
17392
17402
|
var e = this;
|
|
17393
17403
|
this.waitTimer && k.clearTimeout(this, this.waitTimer), this.updateAcc("waiting"), this.waitTimer = k.setTimeout(this, function() {
|
|
17394
|
-
e.addClass(
|
|
17404
|
+
e.addClass(oe.LOADING), e.emit(yc), k.clearTimeout(e, e.waitTimer), e.waitTimer = null;
|
|
17395
17405
|
}, this.config.minWaitDelay);
|
|
17396
17406
|
}
|
|
17397
17407
|
}, {
|
|
@@ -17399,7 +17409,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17399
17409
|
value: function() {
|
|
17400
17410
|
var e = this;
|
|
17401
17411
|
this.isError = !1;
|
|
17402
|
-
var n =
|
|
17412
|
+
var n = oe.NO_START, i = oe.PAUSED, s = oe.ENDED, c = oe.ERROR, f = oe.REPLAY, m = oe.LOADING, y = [n, i, s, c, f, m];
|
|
17403
17413
|
y.forEach(function(b) {
|
|
17404
17414
|
e.removeClass(b);
|
|
17405
17415
|
}), !this._accPlayed.t && !this.paused && !this.ended && (this._accPlayed.t = (/* @__PURE__ */ new Date()).getTime());
|
|
@@ -17407,7 +17417,7 @@ var C4 = ["play", "pause", "replay", "retry"], ju = 0, Vu = 0, Vn = null, _i = /
|
|
|
17407
17417
|
}, {
|
|
17408
17418
|
key: "onTimeupdate",
|
|
17409
17419
|
value: function() {
|
|
17410
|
-
!this._videoHeight && this.media.videoHeight && this.resize(), (this.waitTimer || this.hasClass(
|
|
17420
|
+
!this._videoHeight && this.media.videoHeight && this.resize(), (this.waitTimer || this.hasClass(oe.LOADING)) && this.media.readyState > 2 && (this.removeClass(oe.LOADING), k.clearTimeout(this, this.waitTimer), this.waitTimer = null), !this.paused && this.state === Qe.NOTALLOW && this.duration && (this.setState(Qe.RUNNING), this.emit(Jn)), !this._accPlayed.t && !this.paused && !this.ended && (this._accPlayed.t = (/* @__PURE__ */ new Date()).getTime());
|
|
17411
17421
|
}
|
|
17412
17422
|
}, {
|
|
17413
17423
|
key: "onVolumechange",
|
|
@@ -22812,7 +22822,7 @@ var qn = Ge.device === "mobile", Fi = /* @__PURE__ */ function(o) {
|
|
|
22812
22822
|
}, {
|
|
22813
22823
|
key: "render",
|
|
22814
22824
|
value: function() {
|
|
22815
|
-
return '<xg-prompt class="xgplayer-prompt '.concat(
|
|
22825
|
+
return '<xg-prompt class="xgplayer-prompt '.concat(oe.CONTROLS_FOLLOW, `">
|
|
22816
22826
|
<span class="xgplayer-prompt-detail"></span>
|
|
22817
22827
|
</xg-prompt>`);
|
|
22818
22828
|
}
|
|
@@ -24357,7 +24367,7 @@ _(Lt, "Events", n4);
|
|
|
24357
24367
|
_(Lt, "Plugin", it);
|
|
24358
24368
|
_(Lt, "BasePlugin", Nn);
|
|
24359
24369
|
_(Lt, "I18N", yr);
|
|
24360
|
-
_(Lt, "STATE_CLASS",
|
|
24370
|
+
_(Lt, "STATE_CLASS", oe);
|
|
24361
24371
|
_(Lt, "InstManager", Lc);
|
|
24362
24372
|
_(Lt, "PlayIcon", Ec);
|
|
24363
24373
|
_(Lt, "TimeIcon", Nc);
|
|
@@ -24392,7 +24402,7 @@ const Mg = { class: "video-preview" }, Og = {
|
|
|
24392
24402
|
...r.value,
|
|
24393
24403
|
miniprogress: !0,
|
|
24394
24404
|
seekedStatus: "auto",
|
|
24395
|
-
cssFullscreen: !
|
|
24405
|
+
cssFullscreen: !1,
|
|
24396
24406
|
fullscreenTarget: document.querySelector(".video-preview")
|
|
24397
24407
|
};
|
|
24398
24408
|
r.value.notAllowedSeek && (n.keyboard = {
|
|
@@ -24452,7 +24462,7 @@ const Mg = { class: "video-preview" }, Og = {
|
|
|
24452
24462
|
};
|
|
24453
24463
|
}
|
|
24454
24464
|
});
|
|
24455
|
-
const Ig = /* @__PURE__ */ Te(Rg, [["__scopeId", "data-v-
|
|
24465
|
+
const Ig = /* @__PURE__ */ Te(Rg, [["__scopeId", "data-v-14449973"]]);
|
|
24456
24466
|
const Fg = {
|
|
24457
24467
|
key: 0,
|
|
24458
24468
|
class: "h-full w-300 absolute top-0 left-0 shw-5-3-12-3-#000000-0.2"
|
|
@@ -24476,122 +24486,122 @@ const Fg = {
|
|
|
24476
24486
|
}
|
|
24477
24487
|
},
|
|
24478
24488
|
setup(o) {
|
|
24479
|
-
const l =
|
|
24480
|
-
|
|
24489
|
+
const { getFileType: l } = St(), r = o, t = ie(!1), e = ie(-2), n = ie(void 0), i = ie(), s = ie(!1), c = (b, v) => {
|
|
24490
|
+
s.value || e.value === v || (e.value = v, n.value = b, i.value = l(b.extensionName));
|
|
24481
24491
|
};
|
|
24482
24492
|
me(
|
|
24483
|
-
[() =>
|
|
24493
|
+
[() => r.fileList, () => r.option],
|
|
24484
24494
|
() => {
|
|
24485
|
-
|
|
24486
|
-
let
|
|
24487
|
-
(!
|
|
24495
|
+
r.fileList.length === 1 ? t.value = !1 : (t.value = r.fileList.length > 0, Object.keys(r.option).includes("openList") && (t.value = r.option.openList));
|
|
24496
|
+
let b = r.option.defaultOpenFileIndex || 0;
|
|
24497
|
+
(!r.option.defaultOpenFileIndex || b >= r.fileList.length) && (b = 0), c(r.fileList[b], b);
|
|
24488
24498
|
},
|
|
24489
24499
|
{ immediate: !0, deep: !0 }
|
|
24490
24500
|
);
|
|
24491
|
-
const
|
|
24492
|
-
if (
|
|
24493
|
-
const
|
|
24494
|
-
|
|
24495
|
-
|
|
24501
|
+
const f = () => {
|
|
24502
|
+
if (t.value = !t.value, i.value && ["ppt", "excel"].includes(i.value)) {
|
|
24503
|
+
const b = n.value;
|
|
24504
|
+
n.value = void 0, mn(() => {
|
|
24505
|
+
n.value = b, s.value = !0;
|
|
24496
24506
|
});
|
|
24497
24507
|
}
|
|
24498
|
-
},
|
|
24499
|
-
|
|
24500
|
-
},
|
|
24501
|
-
var
|
|
24502
|
-
lt("error", `【${(
|
|
24508
|
+
}, m = () => {
|
|
24509
|
+
s.value = !1;
|
|
24510
|
+
}, y = (b) => {
|
|
24511
|
+
var v;
|
|
24512
|
+
lt("error", `【${(v = n.value) == null ? void 0 : v.name}】渲染失败! ${b}`), s.value = !1;
|
|
24503
24513
|
};
|
|
24504
|
-
return (
|
|
24505
|
-
const
|
|
24514
|
+
return (b, v) => {
|
|
24515
|
+
const w = E1("loading");
|
|
24506
24516
|
return T(), X("div", {
|
|
24507
24517
|
class: Ee([
|
|
24508
24518
|
"file-preview wh-full relative",
|
|
24509
|
-
p(
|
|
24519
|
+
p(t) ? "" : o.fileList.length > 1 ? "son-class-file-wrap:wc--20 son-class-file-wrap:left-20px!" : "son-class-file-wrap:w-full! son-class-file-wrap:left-0!"
|
|
24510
24520
|
])
|
|
24511
24521
|
}, [
|
|
24512
|
-
p(
|
|
24513
|
-
|
|
24514
|
-
(T(!0), X(Pe, null, Ze(o.fileList, (
|
|
24515
|
-
key:
|
|
24516
|
-
onClick: (
|
|
24522
|
+
p(t) ? (T(), X("div", Fg, [
|
|
24523
|
+
v[0] || (v[0] = M("div", { class: "p-10 fs-26 fw-bold text-center theme-bgc-primary theme-color-hasBgFontColor" }, "文件列表", -1)),
|
|
24524
|
+
(T(!0), X(Pe, null, Ze(o.fileList, (A, S) => (T(), X("div", {
|
|
24525
|
+
key: S,
|
|
24526
|
+
onClick: (H) => c(A, S),
|
|
24517
24527
|
class: Ee([
|
|
24518
24528
|
"w-300 pl-40 pr-5 py-10 box-border break-all fs-24 bb-1-#cccccc cursor-pointer",
|
|
24519
|
-
{ "theme-bgc-selectBgColor c-#000000": p(
|
|
24529
|
+
{ "theme-bgc-selectBgColor c-#000000": p(e) === S }
|
|
24520
24530
|
])
|
|
24521
|
-
}, we(
|
|
24531
|
+
}, we(A.name), 11, Wg))), 128))
|
|
24522
24532
|
])) : G("", !0),
|
|
24523
24533
|
o.fileList.length > 1 ? (T(), X("i", {
|
|
24524
24534
|
key: 1,
|
|
24525
|
-
class: Ee(["toggle", p(
|
|
24526
|
-
title: `${p(
|
|
24527
|
-
onClick:
|
|
24535
|
+
class: Ee(["toggle", p(t) ? "show" : "hide"]),
|
|
24536
|
+
title: `${p(t) ? "隐藏" : "打开"}文件列表`,
|
|
24537
|
+
onClick: f
|
|
24528
24538
|
}, null, 10, Ug)) : G("", !0),
|
|
24529
|
-
p(
|
|
24530
|
-
|
|
24539
|
+
p(n) ? X1((T(), X("div", Bg, [
|
|
24540
|
+
p(i) === "image" ? (T(), X("img", {
|
|
24531
24541
|
key: 0,
|
|
24532
|
-
src: p(
|
|
24533
|
-
alt: p(
|
|
24542
|
+
src: p(n).file,
|
|
24543
|
+
alt: p(n).name,
|
|
24534
24544
|
class: "w-95% max-h-90%"
|
|
24535
|
-
}, null, 8, Gg)) : p(
|
|
24545
|
+
}, null, 8, Gg)) : p(i) === "radio" ? (T(), X("audio", {
|
|
24536
24546
|
key: 1,
|
|
24537
24547
|
controls: "",
|
|
24538
24548
|
autoplay: !!o.option.autoplayAudio
|
|
24539
24549
|
}, [
|
|
24540
24550
|
M("source", {
|
|
24541
|
-
src: p(
|
|
24551
|
+
src: p(n).file,
|
|
24542
24552
|
type: "audio/mpeg"
|
|
24543
24553
|
}, null, 8, Kg),
|
|
24544
24554
|
M("embed", {
|
|
24545
24555
|
height: "50",
|
|
24546
24556
|
width: "100",
|
|
24547
|
-
src: p(
|
|
24557
|
+
src: p(n).file
|
|
24548
24558
|
}, null, 8, Jg)
|
|
24549
|
-
], 8, qg)) : p(
|
|
24559
|
+
], 8, qg)) : p(i) === "video" ? (T(), I(Ig, {
|
|
24550
24560
|
key: 2,
|
|
24551
|
-
src: p(
|
|
24561
|
+
src: p(n).file,
|
|
24552
24562
|
options: o.option.videoConfig
|
|
24553
24563
|
}, {
|
|
24554
24564
|
default: D(() => [
|
|
24555
|
-
Zn(
|
|
24565
|
+
Zn(b.$slots, "videoSlot", {}, void 0, !0)
|
|
24556
24566
|
]),
|
|
24557
24567
|
_: 3
|
|
24558
|
-
}, 8, ["src", "options"])) : p(
|
|
24568
|
+
}, 8, ["src", "options"])) : p(i) === "word" ? (T(), I(x8, {
|
|
24559
24569
|
key: 3,
|
|
24560
|
-
src: p(
|
|
24570
|
+
src: p(n).file,
|
|
24561
24571
|
class: "w-full h-96%",
|
|
24562
|
-
onRendered:
|
|
24563
|
-
onError:
|
|
24564
|
-
}, null, 8, ["src"])) : p(
|
|
24572
|
+
onRendered: m,
|
|
24573
|
+
onError: y
|
|
24574
|
+
}, null, 8, ["src"])) : p(i) === "excel" ? (T(), I(k8, {
|
|
24565
24575
|
key: 4,
|
|
24566
|
-
src: p(
|
|
24576
|
+
src: p(n).file,
|
|
24567
24577
|
class: "w-full h-96%",
|
|
24568
|
-
onRendered:
|
|
24569
|
-
onError:
|
|
24570
|
-
}, null, 8, ["src"])) : p(
|
|
24578
|
+
onRendered: m,
|
|
24579
|
+
onError: y
|
|
24580
|
+
}, null, 8, ["src"])) : p(i) === "ppt" ? (T(), I(D8, {
|
|
24571
24581
|
key: 5,
|
|
24572
|
-
src: p(
|
|
24582
|
+
src: p(n).file,
|
|
24573
24583
|
class: "w-full h-96%",
|
|
24574
|
-
onRendered:
|
|
24575
|
-
onError:
|
|
24576
|
-
}, null, 8, ["src"])) : p(
|
|
24584
|
+
onRendered: m,
|
|
24585
|
+
onError: y
|
|
24586
|
+
}, null, 8, ["src"])) : p(i) === "pdf" ? (T(), X("iframe", {
|
|
24577
24587
|
key: 6,
|
|
24578
|
-
src: `${p(
|
|
24588
|
+
src: `${p(n).file}#scrollbars=0&toolbar=0&statusbar=0`,
|
|
24579
24589
|
class: "w-full h-96% b-none overflow-hidden!"
|
|
24580
24590
|
}, null, 8, Zg)) : (T(), X("iframe", {
|
|
24581
24591
|
key: 7,
|
|
24582
|
-
title: p(
|
|
24592
|
+
title: p(n).name,
|
|
24583
24593
|
class: "w-full h-96% b-none overflow-hidden!",
|
|
24584
|
-
src: p(
|
|
24594
|
+
src: p(n).file,
|
|
24585
24595
|
allow: "microphone;camera;midi;encrypted-media;"
|
|
24586
24596
|
}, null, 8, Yg))
|
|
24587
24597
|
])), [
|
|
24588
|
-
[
|
|
24598
|
+
[w, p(s)]
|
|
24589
24599
|
]) : G("", !0)
|
|
24590
24600
|
], 2);
|
|
24591
24601
|
};
|
|
24592
24602
|
}
|
|
24593
24603
|
});
|
|
24594
|
-
const Si = /* @__PURE__ */ Te(Qg, [["__scopeId", "data-v-
|
|
24604
|
+
const Si = /* @__PURE__ */ Te(Qg, [["__scopeId", "data-v-890b97d4"]]);
|
|
24595
24605
|
Si.install = function(o) {
|
|
24596
24606
|
o.component(Si.name, Si);
|
|
24597
24607
|
};
|
|
@@ -24735,7 +24745,7 @@ const e6 = {
|
|
|
24735
24745
|
);
|
|
24736
24746
|
const { editorDefaultConfig: n } = $g();
|
|
24737
24747
|
let i, s = {};
|
|
24738
|
-
const c =
|
|
24748
|
+
const c = ie(!0), f = () => {
|
|
24739
24749
|
s = {}, l.option.mode === "simple" && (s = {
|
|
24740
24750
|
excludeKeys: ["blockquote", "through", "insertTable", "insertLink", "group-image", "insertVideo", "codeBlock", "fullScreen"],
|
|
24741
24751
|
insertKeys: {
|
|
@@ -24776,7 +24786,7 @@ const e6 = {
|
|
|
24776
24786
|
])) : G("", !0);
|
|
24777
24787
|
}
|
|
24778
24788
|
});
|
|
24779
|
-
const Ti = /* @__PURE__ */ Te(n6, [["__scopeId", "data-v-
|
|
24789
|
+
const Ti = /* @__PURE__ */ Te(n6, [["__scopeId", "data-v-c33ff2a5"]]);
|
|
24780
24790
|
Ti.install = function(o) {
|
|
24781
24791
|
o.component(Ti.name, Ti);
|
|
24782
24792
|
};
|
|
@@ -24841,7 +24851,7 @@ const u6 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAA
|
|
|
24841
24851
|
}), Gu(() => {
|
|
24842
24852
|
c.timer1 && clearTimeout(c.timer1), document.removeEventListener("mousemove", H, !1), document.removeEventListener("mouseup", V, !1), document.removeEventListener("touchmove", H, !1), document.removeEventListener("touchend", V, !1);
|
|
24843
24853
|
});
|
|
24844
|
-
const e =
|
|
24854
|
+
const e = ie(), n = ie(), i = ie(), s = ie(), c = Bu({
|
|
24845
24855
|
isInside: !1,
|
|
24846
24856
|
mouseDown: !1,
|
|
24847
24857
|
startWidth: 50,
|
|
@@ -24903,7 +24913,7 @@ const u6 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAA
|
|
|
24903
24913
|
m.value + 20,
|
|
24904
24914
|
t.canvasWidth - m.value - 10
|
|
24905
24915
|
), c.pinY = N(20, t.canvasHeight - m.value - 10), ke.crossOrigin = "anonymous", ke.onload = () => {
|
|
24906
|
-
const [Be, Ke, pt, mt] = F(ke), Ct = Math.random(),
|
|
24916
|
+
const [Be, Ke, pt, mt] = F(ke), Ct = Math.random(), Tt = Math.random(), $e = Math.random(), dt = Math.random(), bt = Ct < 0.33 ? -1 : Ct < 0.66 ? 0 : 1, pe = Tt < 0.33 ? -1 : Tt < 0.66 ? 0 : 1, wt = $e < 0.33 ? -1 : $e < 0.66 ? 0 : 1;
|
|
24907
24917
|
let Re = dt < 0.6 ? 1 : 0;
|
|
24908
24918
|
bt === pe && pe === wt && wt === Re && Re === 0 && (Re = 1), O.save(), Q(O, bt, pe, wt, Re), O.closePath(), Ve ? (O.clip(), O.save(), O.shadowOffsetX = 0, O.shadowOffsetY = 0, O.shadowColor = "#000", O.shadowBlur = 3, O.fill(), O.restore()) : (O.shadowOffsetX = 0, O.shadowOffsetY = 0, O.shadowColor = "#000", O.shadowBlur = 3, O.fill(), O.clip()), O.drawImage(ke, Be, Ke, pt, mt), de.fillRect(0, 0, t.canvasWidth, t.canvasHeight), de.drawImage(ke, Be, Ke, pt, mt), O.globalCompositeOperation = "source-atop", Q(O, bt, pe, wt, Re), O.arc(
|
|
24909
24919
|
c.pinX + Math.ceil(m.value / 2),
|
|
@@ -25145,7 +25155,7 @@ const u6 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAA
|
|
|
25145
25155
|
},
|
|
25146
25156
|
emits: ["update:modelValue"],
|
|
25147
25157
|
setup(o, { emit: l }) {
|
|
25148
|
-
const r = o, t =
|
|
25158
|
+
const r = o, t = ie([r6, i6, o6, a6, s6, l6]), e = l, n = ie(!1);
|
|
25149
25159
|
me(
|
|
25150
25160
|
() => r.modelValue,
|
|
25151
25161
|
() => n.value = r.modelValue,
|
|
@@ -25175,7 +25185,7 @@ const u6 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAA
|
|
|
25175
25185
|
};
|
|
25176
25186
|
}
|
|
25177
25187
|
});
|
|
25178
|
-
const Ci = /* @__PURE__ */ Te(k6, [["__scopeId", "data-v-
|
|
25188
|
+
const Ci = /* @__PURE__ */ Te(k6, [["__scopeId", "data-v-2325df72"]]);
|
|
25179
25189
|
Ci.install = function(o) {
|
|
25180
25190
|
o.component(Ci.name, Ci);
|
|
25181
25191
|
};
|