hflvloader 0.0.2 → 0.0.3
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/hflvloader.es.js +771 -714
- package/package.json +1 -1
package/dist/hflvloader.es.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var a=document.createElement("style");a.appendChild(document.createTextNode(".component[data-v-
|
|
2
|
-
import { withDirectives as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { defineStore as
|
|
6
|
-
import
|
|
7
|
-
import { ElMessage as
|
|
8
|
-
import { useRouter as
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var a=document.createElement("style");a.appendChild(document.createTextNode(".component[data-v-3fc3a63c]{position:absolute}.canvas-container[data-v-ed658753]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin:auto;overflow:hidden}.canvas-container .canvas[data-v-ed658753]{position:relative;margin:auto;background-color:transparent!important}.ve-comp-svg-icon{width:100%;height:100%;position:relative;fill:currentColor;vertical-align:-2px}.full-screen-dialog-wrapper[data-v-fe28b3b7] .no-header-dialog{margin:0!important;padding:0!important}.full-screen-dialog-wrapper[data-v-fe28b3b7] .no-header-dialog .el-dialog__header{display:none!important;padding-bottom:0!important}.custom-omit-input[data-v-956a5a3a]{width:100%}.custom-omit-input[data-v-956a5a3a] .el-input-group__append{padding:0}.group>div[data-v-20de9881]{position:relative;width:100%;height:100%}.group>div .component[data-v-20de9881]{position:absolute}")),document.head.appendChild(a)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
+
import { withDirectives as Dt, createElementBlock as j, openBlock as O, createBlock as N, resolveDynamicComponent as ue, normalizeStyle as fe, vShow as At, computed as w, reactive as se, onMounted as pe, watch as Ce, ref as I, createElementVNode as ne, Fragment as Pe, renderList as Oe, provide as me, defineComponent as Ft, normalizeClass as Ke, resolveComponent as W, withCtx as D, createVNode as U, mergeProps as jt, createSlots as Bt, createCommentVNode as Ee, toDisplayString as Ht, createTextVNode as $, renderSlot as Nt, inject as ce, onBeforeMount as Re, onBeforeUnmount as De, onUnmounted as Ae } from "vue";
|
|
3
|
+
import Lt from "json5";
|
|
4
|
+
import qt from "js-md5";
|
|
5
|
+
import { defineStore as Kt } from "pinia";
|
|
6
|
+
import ge from "js-cookie";
|
|
7
|
+
import { ElMessage as Jt, ElNotification as Ut, ElLoading as Wt, ElMessageBox as Je } from "element-plus";
|
|
8
|
+
import { useRouter as Fe, useRoute as je } from "vue-router";
|
|
9
9
|
(function() {
|
|
10
10
|
const t = () => {
|
|
11
|
-
console.log("%c 可视化加载器 hflvloader", "color: #3498db; font-size: 16px; font-weight: bold;"), console.log("%c版本号: 0.0.
|
|
11
|
+
console.log("%c 可视化加载器 hflvloader", "color: #3498db; font-size: 16px; font-weight: bold;"), console.log("%c版本号: 0.0.3", "color: #2ecc71;"), console.log("%c编译日期: 2025/12/16 13:41:57", "color: #3498db;"), console.log("%c版权声明:", "color: #e74c3c; font-weight: bold;"), console.log("%c 1. 版权完全归qbansanguo享有。", "color: #34495e;"), console.log("%c 2. 程序包完整引用,不得以任何形式破解、裁剪,不得隐藏或删除版权信息。", "color: #34495e;"), console.log("%c 3. 保留此版权信息在控制台输出。", "color: #34495e;"), console.log("%c 版权所有 ©2024-2025 qbansanguo 保留对此版权信息的最终解释权.", "color: #f39c12;"), console.log("%c Copyright ©2024-2025 qbansanguo All rights reserved.", "color: #f39c12;");
|
|
12
12
|
};
|
|
13
13
|
if (typeof window < "u") {
|
|
14
14
|
window._copyright_hflvloader = t;
|
|
@@ -28,74 +28,77 @@ import { useRouter as Ee, useRoute as Te } from "vue-router";
|
|
|
28
28
|
function _(t) {
|
|
29
29
|
return !!(t && t != "");
|
|
30
30
|
}
|
|
31
|
-
function
|
|
31
|
+
function Ve(t) {
|
|
32
32
|
return !isNaN(parseFloat(t)) && isFinite(t);
|
|
33
33
|
}
|
|
34
|
-
function
|
|
34
|
+
function Ue(t) {
|
|
35
35
|
return t && Object.prototype.toString.call(t) === "[object Date]" && !isNaN(t);
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function R(t) {
|
|
38
38
|
return typeof Array.isArray > "u" ? Object.prototype.toString.call(t) === "[object Array]" : Array.isArray(t);
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function We(t) {
|
|
41
|
+
return t == null;
|
|
42
|
+
}
|
|
43
|
+
function zt(t) {
|
|
41
44
|
return !!(t || t === 0);
|
|
42
45
|
}
|
|
43
|
-
function
|
|
46
|
+
function ie(t) {
|
|
44
47
|
return t instanceof Object && t !== null;
|
|
45
48
|
}
|
|
46
|
-
function
|
|
49
|
+
function Gt(t) {
|
|
47
50
|
return Object.keys(t).length === 0;
|
|
48
51
|
}
|
|
49
|
-
function
|
|
52
|
+
function F(t) {
|
|
50
53
|
return !!(t && typeof t == "function");
|
|
51
54
|
}
|
|
52
|
-
function
|
|
55
|
+
function ze(t) {
|
|
53
56
|
return t && t.__v_isRef && !!t.effect;
|
|
54
57
|
}
|
|
55
|
-
function
|
|
58
|
+
function Me(t) {
|
|
56
59
|
return typeof t == "string" || t instanceof String;
|
|
57
60
|
}
|
|
58
|
-
function
|
|
59
|
-
if (
|
|
61
|
+
function Ge(t, r = {}) {
|
|
62
|
+
if (Me(t) && _(t))
|
|
60
63
|
try {
|
|
61
|
-
return
|
|
64
|
+
return Lt.parse(t);
|
|
62
65
|
} catch (l) {
|
|
63
|
-
return console.warn("JSON 解析错误:", l),
|
|
66
|
+
return console.warn("JSON 解析错误:", l), r;
|
|
64
67
|
}
|
|
65
68
|
else
|
|
66
|
-
return
|
|
69
|
+
return ie(t) ? t : r;
|
|
67
70
|
}
|
|
68
|
-
function
|
|
69
|
-
return
|
|
71
|
+
function Yt(t) {
|
|
72
|
+
return Me(t) ? t : ie(t) ? JSON.stringify(t, null, 2) : "";
|
|
70
73
|
}
|
|
71
|
-
function
|
|
74
|
+
function le(t) {
|
|
72
75
|
if (typeof t == "object") {
|
|
73
|
-
const
|
|
76
|
+
const r = Array.isArray(t) ? [] : {};
|
|
74
77
|
for (const l in t)
|
|
75
|
-
typeof t[l] == "object" ?
|
|
76
|
-
return
|
|
78
|
+
typeof t[l] == "object" ? r[l] = le(t[l]) : r[l] = t[l];
|
|
79
|
+
return r;
|
|
77
80
|
}
|
|
78
81
|
return t;
|
|
79
82
|
}
|
|
80
|
-
function
|
|
81
|
-
for (const l in
|
|
82
|
-
|
|
83
|
-
return { ...t, ...
|
|
83
|
+
function Ye(t, r) {
|
|
84
|
+
for (const l in r)
|
|
85
|
+
r[l] instanceof Object && t[l] && Object.assign(r[l], Ye(t[l], r[l]));
|
|
86
|
+
return { ...t, ...r };
|
|
84
87
|
}
|
|
85
|
-
function
|
|
88
|
+
function $e(t, r) {
|
|
86
89
|
if (t) {
|
|
87
|
-
let l = t.getFullYear(), n = t.getMonth() + 1, p = t.getDate(), a = t.getHours(), c = t.getMinutes(), f = t.getSeconds(), s =
|
|
90
|
+
let l = t.getFullYear(), n = t.getMonth() + 1, p = t.getDate(), a = t.getHours(), c = t.getMinutes(), f = t.getSeconds(), s = r;
|
|
88
91
|
return s = s.replace("yyyy", l), s.indexOf("MM") >= 0 ? n >= 10 ? s = s.replace("MM", n) : s = s.replace("MM", "0" + n) : s = s.replace("M", n), s.indexOf("dd") >= 0 ? p >= 10 ? s = s.replace("dd", p) : s = s.replace("dd", "0" + p) : s = s.replace("d", p), s.indexOf("HH") >= 0 ? a >= 10 ? s = s.replace("HH", a) : s = s.replace("HH", "0" + a) : s = s.replace("H", a), s.indexOf("mm") >= 0 ? c >= 10 ? s = s.replace("mm", c) : s = s.replace("mm", "0" + c) : s = s.replace("m", c), s.indexOf("ss") >= 0 ? f >= 10 ? s = s.replace("ss", f) : s = s.replace("ss", "0" + f) : s = s.replace("s", f), s;
|
|
89
92
|
}
|
|
90
93
|
return "";
|
|
91
94
|
}
|
|
92
|
-
function
|
|
95
|
+
function Qe(t) {
|
|
93
96
|
if (t) {
|
|
94
|
-
if (
|
|
97
|
+
if (Ue(t))
|
|
95
98
|
return t;
|
|
96
|
-
if (
|
|
97
|
-
let
|
|
98
|
-
return l < 9999999999 && (l = l * 1e3),
|
|
99
|
+
if (Ve(t)) {
|
|
100
|
+
let r = /* @__PURE__ */ new Date(), l = parseInt(t);
|
|
101
|
+
return l < 9999999999 && (l = l * 1e3), r.setTime(l), r;
|
|
99
102
|
} else
|
|
100
103
|
try {
|
|
101
104
|
return new Date(t);
|
|
@@ -104,43 +107,43 @@ function We(t) {
|
|
|
104
107
|
}
|
|
105
108
|
return null;
|
|
106
109
|
}
|
|
107
|
-
function
|
|
110
|
+
function $t(t, r = 0) {
|
|
108
111
|
if (t) {
|
|
109
112
|
let l = t.getDay(), n = ["星期天", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"], p = ["周末", "周一", "周二", "周三", "周四", "周五", "周六"];
|
|
110
|
-
return
|
|
113
|
+
return r == 1 ? n[l] : r == 2 ? p[l] : l;
|
|
111
114
|
}
|
|
112
115
|
return null;
|
|
113
116
|
}
|
|
114
|
-
function
|
|
115
|
-
const
|
|
116
|
-
|
|
117
|
+
function Qt(t) {
|
|
118
|
+
const r = document.createElement("textarea");
|
|
119
|
+
r.value = t, document.body.appendChild(r), r.select();
|
|
117
120
|
const l = document.execCommand("copy");
|
|
118
|
-
return document.body.removeChild(
|
|
121
|
+
return document.body.removeChild(r), l;
|
|
119
122
|
}
|
|
120
|
-
async function
|
|
123
|
+
async function Xt(t) {
|
|
121
124
|
try {
|
|
122
|
-
return navigator.clipboard ? (await navigator.clipboard.writeText(t), !0) : !!
|
|
123
|
-
} catch (
|
|
124
|
-
return console.error("无法复制内容",
|
|
125
|
+
return navigator.clipboard ? (await navigator.clipboard.writeText(t), !0) : !!Qt(t);
|
|
126
|
+
} catch (r) {
|
|
127
|
+
return console.error("无法复制内容", r), !1;
|
|
125
128
|
}
|
|
126
129
|
}
|
|
127
|
-
async function
|
|
130
|
+
async function Zt() {
|
|
128
131
|
try {
|
|
129
132
|
return navigator.clipboard ? await navigator.clipboard.readText() : null;
|
|
130
133
|
} catch (t) {
|
|
131
134
|
return console.error("无法读取黏贴版内容", t), null;
|
|
132
135
|
}
|
|
133
136
|
}
|
|
134
|
-
function
|
|
135
|
-
return
|
|
137
|
+
function en(t, r) {
|
|
138
|
+
return Ve(t) ? t : r;
|
|
136
139
|
}
|
|
137
|
-
function
|
|
138
|
-
return
|
|
140
|
+
function ye(t, r) {
|
|
141
|
+
return r.split(".").reduce((l, n) => l && l[n], t);
|
|
139
142
|
}
|
|
140
|
-
function
|
|
141
|
-
if (!t || typeof t != "object" || typeof
|
|
143
|
+
function _e(t, r) {
|
|
144
|
+
if (!t || typeof t != "object" || typeof r != "string" || !r)
|
|
142
145
|
return !1;
|
|
143
|
-
const l =
|
|
146
|
+
const l = r.split(".");
|
|
144
147
|
let n = t;
|
|
145
148
|
for (const p of l)
|
|
146
149
|
if (n && typeof n == "object" && n.hasOwnProperty(p))
|
|
@@ -149,30 +152,30 @@ function Ge(t, o) {
|
|
|
149
152
|
return !1;
|
|
150
153
|
return !0;
|
|
151
154
|
}
|
|
152
|
-
function
|
|
155
|
+
function Xe() {
|
|
153
156
|
if (typeof crypto < "u" && crypto.randomUUID)
|
|
154
157
|
return crypto.randomUUID();
|
|
155
158
|
if (typeof crypto < "u" && crypto.getRandomValues) {
|
|
156
159
|
const t = new Uint8Array(16);
|
|
157
|
-
return crypto.getRandomValues(t), t[6] = t[6] & 15 | 64, t[8] = t[8] & 63 | 128, Array.from(t).map((
|
|
160
|
+
return crypto.getRandomValues(t), t[6] = t[6] & 15 | 64, t[8] = t[8] & 63 | 128, Array.from(t).map((r, l) => [4, 6, 8, 10].includes(l) ? "-" + r.toString(16).padStart(2, "0") : r.toString(16).padStart(2, "0")).join("");
|
|
158
161
|
}
|
|
159
162
|
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(t) {
|
|
160
|
-
const
|
|
161
|
-
return (t === "x" ?
|
|
163
|
+
const r = Math.random() * 16 | 0;
|
|
164
|
+
return (t === "x" ? r : r & 3 | 8).toString(16);
|
|
162
165
|
});
|
|
163
166
|
}
|
|
164
|
-
function
|
|
167
|
+
function tn(t, r = {}, l) {
|
|
165
168
|
try {
|
|
166
169
|
let n = t.toString().trim();
|
|
167
|
-
return n.indexOf("function") < 0 && (n = "function(param){" + n + "}"), new Function(`{return ${n}}`)()(
|
|
170
|
+
return n.indexOf("function") < 0 && (n = "function(param){" + n + "}"), new Function(`{return ${n}}`)()(r);
|
|
168
171
|
} catch (n) {
|
|
169
172
|
return console.error("执行自定义数时出错:", n), l;
|
|
170
173
|
}
|
|
171
174
|
}
|
|
172
|
-
function
|
|
173
|
-
return _(t) ?
|
|
175
|
+
function Ze(t) {
|
|
176
|
+
return _(t) ? qt(t) : "";
|
|
174
177
|
}
|
|
175
|
-
function
|
|
178
|
+
function de(t, ...r) {
|
|
176
179
|
if (!window.hflvloader_debug) return;
|
|
177
180
|
const l = {
|
|
178
181
|
debug: ["%c[DEBUG]", "color: #4CAF50; font-weight: bold"],
|
|
@@ -182,75 +185,76 @@ function me(t, ...o) {
|
|
|
182
185
|
}, n = l[t] || l.debug;
|
|
183
186
|
switch (t) {
|
|
184
187
|
case "debug":
|
|
185
|
-
console.debug(n[0], n[1], ...
|
|
188
|
+
console.debug(n[0], n[1], ...r);
|
|
186
189
|
break;
|
|
187
190
|
case "info":
|
|
188
|
-
console.info(n[0], n[1], ...
|
|
191
|
+
console.info(n[0], n[1], ...r);
|
|
189
192
|
break;
|
|
190
193
|
case "warn":
|
|
191
|
-
console.warn(n[0], n[1], ...
|
|
194
|
+
console.warn(n[0], n[1], ...r);
|
|
192
195
|
break;
|
|
193
196
|
case "error":
|
|
194
|
-
console.error(n[0], n[1], ...
|
|
197
|
+
console.error(n[0], n[1], ...r);
|
|
195
198
|
break;
|
|
196
199
|
default:
|
|
197
|
-
console.log(n[0], n[1], ...
|
|
200
|
+
console.log(n[0], n[1], ...r);
|
|
198
201
|
}
|
|
199
202
|
}
|
|
200
|
-
function
|
|
203
|
+
function nn(t, r = 0) {
|
|
201
204
|
if (typeof t != "number" || isNaN(t))
|
|
202
205
|
return NaN;
|
|
203
|
-
const n = 10 * Math.max(0, Math.floor(Number(
|
|
206
|
+
const n = 10 * Math.max(0, Math.floor(Number(r) || 0));
|
|
204
207
|
return Math.round(t * n) / n;
|
|
205
208
|
}
|
|
206
|
-
function
|
|
209
|
+
function on(t) {
|
|
207
210
|
return (Math.floor(t) & 1) === 0;
|
|
208
211
|
}
|
|
209
|
-
const
|
|
212
|
+
const Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
210
213
|
__proto__: null,
|
|
211
|
-
consolePrint:
|
|
212
|
-
copyToClipboard:
|
|
213
|
-
deepCopy:
|
|
214
|
-
deepMerge:
|
|
215
|
-
doMD5:
|
|
216
|
-
execCustomFunction:
|
|
217
|
-
formatDate:
|
|
218
|
-
generateSecureUUID:
|
|
219
|
-
getDate:
|
|
220
|
-
getJsonObject:
|
|
221
|
-
getValByDefault:
|
|
222
|
-
getValueByPath:
|
|
223
|
-
getWeek:
|
|
224
|
-
hasOwnPathInObject:
|
|
225
|
-
isArray:
|
|
226
|
-
isComputed:
|
|
227
|
-
isDate:
|
|
228
|
-
isEmptyObject:
|
|
229
|
-
isEven:
|
|
230
|
-
isFunction:
|
|
214
|
+
consolePrint: de,
|
|
215
|
+
copyToClipboard: Xt,
|
|
216
|
+
deepCopy: le,
|
|
217
|
+
deepMerge: Ye,
|
|
218
|
+
doMD5: Ze,
|
|
219
|
+
execCustomFunction: tn,
|
|
220
|
+
formatDate: $e,
|
|
221
|
+
generateSecureUUID: Xe,
|
|
222
|
+
getDate: Qe,
|
|
223
|
+
getJsonObject: Ge,
|
|
224
|
+
getValByDefault: en,
|
|
225
|
+
getValueByPath: ye,
|
|
226
|
+
getWeek: $t,
|
|
227
|
+
hasOwnPathInObject: _e,
|
|
228
|
+
isArray: R,
|
|
229
|
+
isComputed: ze,
|
|
230
|
+
isDate: Ue,
|
|
231
|
+
isEmptyObject: Gt,
|
|
232
|
+
isEven: on,
|
|
233
|
+
isFunction: F,
|
|
231
234
|
isNotEmpty: _,
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
235
|
+
isNullOrUndefined: We,
|
|
236
|
+
isNumber: Ve,
|
|
237
|
+
isObject: ie,
|
|
238
|
+
isString: Me,
|
|
239
|
+
isValid: zt,
|
|
240
|
+
keepDecimalCalc: nn,
|
|
241
|
+
pasteFromClipboard: Zt,
|
|
242
|
+
toJsonStr: Yt
|
|
243
|
+
}, Symbol.toStringTag, { value: "Module" })), rn = ["width", "height", "scale"];
|
|
244
|
+
function ln(t) {
|
|
245
|
+
const r = {};
|
|
246
|
+
return Object.keys(t).filter((l) => !rn.includes(l)).forEach((l) => {
|
|
247
|
+
l === "fontSize" ? r[l] += "px" : l === "backgroundImage" && _(t[l]) ? r["background-image"] = "url(" + t[l] + ")" : l === "backgroundRepeat" ? r["background-repeat"] = t[l] : l === "backgroundSize" ? r["background-size"] = t[l] : l === "backgroundPosition" ? r["background-position"] = t[l] : r[l] = t[l];
|
|
248
|
+
}), r;
|
|
245
249
|
}
|
|
246
|
-
const
|
|
247
|
-
function
|
|
250
|
+
const et = ["fontSize", "width", "height", "top", "left", "borderWidth", "letterSpacing", "borderRadius"];
|
|
251
|
+
function tt(t, r = []) {
|
|
248
252
|
const l = {};
|
|
249
253
|
return Object.keys(t).forEach((n) => {
|
|
250
|
-
|
|
254
|
+
r.includes(n) || (n != "rotate" ? t[n] !== "" && (l[n] = t[n], et.includes(n) && (l[n] += "px")) : l.transform = `${n}(${t[n]}deg)`);
|
|
251
255
|
}), l;
|
|
252
256
|
}
|
|
253
|
-
function
|
|
257
|
+
function sn(t, r = []) {
|
|
254
258
|
const l = {};
|
|
255
259
|
return [
|
|
256
260
|
"opacity",
|
|
@@ -266,10 +270,10 @@ function Xt(t, o = []) {
|
|
|
266
270
|
"textAlign",
|
|
267
271
|
"color"
|
|
268
272
|
].forEach((n) => {
|
|
269
|
-
|
|
273
|
+
r.includes(n) || (n != "rotate" ? t[n] !== "" && (l[n] = t[n], et.includes(n) && (l[n] += "px")) : l.transform = `${n}(${t[n]}deg)`);
|
|
270
274
|
}), l;
|
|
271
275
|
}
|
|
272
|
-
function
|
|
276
|
+
function Z(t, r, l, n, p, a, c) {
|
|
273
277
|
let f = JSON.parse(JSON.stringify(t));
|
|
274
278
|
return f && f.length > 0 && f.forEach((s) => {
|
|
275
279
|
if (s && s.style) {
|
|
@@ -279,12 +283,12 @@ function X(t, o, l, n, p, a, c) {
|
|
|
279
283
|
g = Math.floor(s.style.width * n);
|
|
280
284
|
else if (s.style.wdSet == "overspread") {
|
|
281
285
|
let h = s.style.wdReserve < 0 ? 0 : s.style.wdReserve;
|
|
282
|
-
g = Math.floor(
|
|
286
|
+
g = Math.floor(r - h);
|
|
283
287
|
}
|
|
284
288
|
if (s.style.hAffix != "left") if (s.style.hAffix == "right") {
|
|
285
289
|
let h = a - (s.style.left + s.style.width);
|
|
286
|
-
s.style.left =
|
|
287
|
-
} else s.style.hAffix == "center" ? s.style.left = Math.floor(
|
|
290
|
+
s.style.left = r - h - g;
|
|
291
|
+
} else s.style.hAffix == "center" ? s.style.left = Math.floor(r * 0.5 - g * 0.5) : s.style.left = Math.floor(s.style.left * n);
|
|
288
292
|
s.style.width = g;
|
|
289
293
|
}
|
|
290
294
|
if (p != 1) {
|
|
@@ -304,54 +308,54 @@ function X(t, o, l, n, p, a, c) {
|
|
|
304
308
|
}
|
|
305
309
|
}), f;
|
|
306
310
|
}
|
|
307
|
-
function
|
|
311
|
+
function Jn(t, r, l, n) {
|
|
308
312
|
let p = {}, a = [];
|
|
309
313
|
if (!(l && l.screenAdapter && l.screenAdapter != "no-adapter"))
|
|
310
314
|
p = l, a = n;
|
|
311
315
|
else {
|
|
312
|
-
let c = Math.floor(t), f = Math.floor(
|
|
316
|
+
let c = Math.floor(t), f = Math.floor(r), s = Number(l.width), g = Number(l.height), h = 1, y = 1;
|
|
313
317
|
if (l.screenAdapter == "all-screen")
|
|
314
|
-
p = JSON.parse(JSON.stringify(l)), c > s + 10 && (p.width = c, h = Math.floor(1e4 * c / s) / 1e4), f > g + 10 && (p.height = f, y = Math.floor(1e4 * f / g) / 1e4), a =
|
|
318
|
+
p = JSON.parse(JSON.stringify(l)), c > s + 10 && (p.width = c, h = Math.floor(1e4 * c / s) / 1e4), f > g + 10 && (p.height = f, y = Math.floor(1e4 * f / g) / 1e4), a = Z(n, c, f, h, y, s, g);
|
|
315
319
|
else if (l.screenAdapter == "original-ratio") {
|
|
316
320
|
p = JSON.parse(JSON.stringify(l));
|
|
317
|
-
let
|
|
318
|
-
Math.floor(f *
|
|
321
|
+
let v = Math.floor(1e4 * s / g) / 1e4;
|
|
322
|
+
Math.floor(f * v) > c ? (p.width = c, h = Math.floor(1e4 * c / s) / 1e4, f = Math.floor(c / v), p.height = f, y = Math.floor(1e4 * f / g) / 1e4) : (p.height = f, y = Math.floor(1e4 * f / g) / 1e4, c = Math.floor(f * v), p.width = c, h = Math.floor(1e4 * c / s) / 1e4), a = Z(n, c, f, h, y, s, g);
|
|
319
323
|
} else if (l.screenAdapter == "h-adapter-wh") {
|
|
320
324
|
p = JSON.parse(JSON.stringify(l));
|
|
321
|
-
let
|
|
322
|
-
c > s + 10 && (p.width = c, h = Math.floor(1e4 * c / s) / 1e4, f = Math.floor(c /
|
|
325
|
+
let v = Math.floor(1e4 * s / g) / 1e4;
|
|
326
|
+
c > s + 10 && (p.width = c, h = Math.floor(1e4 * c / s) / 1e4, f = Math.floor(c / v), p.height = f, y = Math.floor(1e4 * f / g) / 1e4), a = Z(n, c, f, h, y, s, g);
|
|
323
327
|
} else if (l.screenAdapter == "v-adapter-wh") {
|
|
324
328
|
p = JSON.parse(JSON.stringify(l));
|
|
325
|
-
let
|
|
326
|
-
f > g + 10 && (p.height = f, y = Math.floor(1e4 * f / g) / 1e4, c = Math.floor(f *
|
|
327
|
-
} else l.screenAdapter == "h-adapter" ? (p = JSON.parse(JSON.stringify(l)), c > s + 10 && (p.width = c, h = Math.floor(1e4 * c / s) / 1e4), a =
|
|
329
|
+
let v = Math.floor(1e4 * s / g) / 1e4;
|
|
330
|
+
f > g + 10 && (p.height = f, y = Math.floor(1e4 * f / g) / 1e4, c = Math.floor(f * v), p.width = c, h = Math.floor(1e4 * c / s) / 1e4), a = Z(n, c, f, h, y, s, g);
|
|
331
|
+
} else l.screenAdapter == "h-adapter" ? (p = JSON.parse(JSON.stringify(l)), c > s + 10 && (p.width = c, h = Math.floor(1e4 * c / s) / 1e4), a = Z(n, c, f, h, y, s, g)) : l.screenAdapter == "v-adapter" ? (p = JSON.parse(JSON.stringify(l)), f > g + 10 && (p.height = f, y = Math.floor(1e4 * f / g) / 1e4), a = Z(n, c, f, h, y, s, g)) : (p = l, a = n);
|
|
328
332
|
}
|
|
329
333
|
return {
|
|
330
334
|
canvasStyleData: p,
|
|
331
335
|
componentData: a
|
|
332
336
|
};
|
|
333
337
|
}
|
|
334
|
-
async function
|
|
338
|
+
async function Be(t, r = []) {
|
|
335
339
|
const l = (n) => new Promise((p) => {
|
|
336
340
|
const { animationTime: a, value: c = "", isLoop: f } = n;
|
|
337
|
-
t.style.setProperty("--time", `${a}s`), t.classList.add(c, "animated",
|
|
341
|
+
t.style.setProperty("--time", `${a}s`), t.classList.add(c, "animated", He(f));
|
|
338
342
|
const s = () => {
|
|
339
|
-
t.removeEventListener("animationend", s), t.removeEventListener("animationcancel", s), t.classList.remove(c, "animated",
|
|
343
|
+
t.removeEventListener("animationend", s), t.removeEventListener("animationcancel", s), t.classList.remove(c, "animated", He(f)), t.style.removeProperty("--time"), p();
|
|
340
344
|
};
|
|
341
345
|
t.addEventListener("animationend", s), t.addEventListener("animationcancel", s);
|
|
342
346
|
});
|
|
343
|
-
for (let n = 0, p =
|
|
344
|
-
await l(
|
|
347
|
+
for (let n = 0, p = r.length; n < p; n++)
|
|
348
|
+
await l(r[n]);
|
|
345
349
|
}
|
|
346
|
-
function
|
|
350
|
+
function He(t) {
|
|
347
351
|
return t ? "infinite" : "no-infinite";
|
|
348
352
|
}
|
|
349
|
-
const z = (t,
|
|
353
|
+
const z = (t, r) => {
|
|
350
354
|
const l = t.__vccOpts || t;
|
|
351
|
-
for (const [n, p] of
|
|
355
|
+
for (const [n, p] of r)
|
|
352
356
|
l[n] = p;
|
|
353
357
|
return l;
|
|
354
|
-
},
|
|
358
|
+
}, an = {
|
|
355
359
|
__name: "ComponentWrapper",
|
|
356
360
|
props: {
|
|
357
361
|
config: {
|
|
@@ -361,54 +365,65 @@ const z = (t, o) => {
|
|
|
361
365
|
}
|
|
362
366
|
}
|
|
363
367
|
},
|
|
364
|
-
setup(t, { expose:
|
|
365
|
-
const l = t, n =
|
|
366
|
-
|
|
367
|
-
|
|
368
|
+
setup(t, { expose: r }) {
|
|
369
|
+
const l = t, n = w(() => l.config || {}), p = w({
|
|
370
|
+
get: () => !n.value.style?.isHide,
|
|
371
|
+
set: (v) => {
|
|
372
|
+
n.value.style && (n.value.style.isHide = !v);
|
|
373
|
+
}
|
|
374
|
+
}), a = se({}), c = (v, V) => {
|
|
375
|
+
v ? a[`Ve${V}`] = v : delete a[`Ve${V}`];
|
|
376
|
+
}, f = (v) => a[`Ve${v}`], s = () => {
|
|
368
377
|
if (n.value.animations && n.value.animations.length > 0) {
|
|
369
|
-
let
|
|
370
|
-
|
|
378
|
+
let v = a[`Ve${n.value.id}`];
|
|
379
|
+
v.$el && Be(v.$el, n.value.animations);
|
|
371
380
|
}
|
|
381
|
+
}, g = () => {
|
|
382
|
+
p.value = !1;
|
|
383
|
+
}, h = () => {
|
|
384
|
+
p.value = !0;
|
|
372
385
|
};
|
|
373
|
-
|
|
386
|
+
pe(() => {
|
|
374
387
|
s();
|
|
375
|
-
}),
|
|
376
|
-
getComponentRef: f
|
|
388
|
+
}), r({
|
|
389
|
+
getComponentRef: f,
|
|
390
|
+
hide: g,
|
|
391
|
+
show: h
|
|
377
392
|
});
|
|
378
|
-
const
|
|
379
|
-
return
|
|
393
|
+
const y = { props: l, config: n, isShow: p, componentRefs: a, setComponentRef: c, getComponentRef: f, execAnimation: s, hide: g, show: h, ref: I, computed: w, onMounted: pe, reactive: se, watch: Ce, get getSVGStyle() {
|
|
394
|
+
return sn;
|
|
380
395
|
}, get getStyle() {
|
|
381
|
-
return
|
|
396
|
+
return tt;
|
|
382
397
|
}, get runAnimation() {
|
|
383
|
-
return
|
|
398
|
+
return Be;
|
|
384
399
|
} };
|
|
385
|
-
return Object.defineProperty(
|
|
400
|
+
return Object.defineProperty(y, "__isScriptSetup", { enumerable: !1, value: !0 }), y;
|
|
386
401
|
}
|
|
387
402
|
};
|
|
388
|
-
function
|
|
389
|
-
return
|
|
390
|
-
n.config.component.startsWith("SVG") ? (
|
|
403
|
+
function cn(t, r, l, n, p, a) {
|
|
404
|
+
return Dt((O(), j("div", { class: "component-wrapper" }, [
|
|
405
|
+
n.config.component.startsWith("SVG") ? (O(), N(ue(n.config.component), {
|
|
391
406
|
key: 0,
|
|
392
407
|
ref: (c) => n.setComponentRef(c, n.config.id),
|
|
393
408
|
class: "component",
|
|
394
|
-
style:
|
|
409
|
+
style: fe(n.getSVGStyle(n.config.style)),
|
|
395
410
|
"prop-value": n.config.propValue,
|
|
396
411
|
element: n.config,
|
|
397
412
|
designStatus: !1
|
|
398
|
-
}, null, 8, ["style", "prop-value", "element"])) : (
|
|
413
|
+
}, null, 8, ["style", "prop-value", "element"])) : (O(), N(ue(n.config.component), {
|
|
399
414
|
key: 1,
|
|
400
415
|
ref: (c) => n.setComponentRef(c, n.config.id),
|
|
401
416
|
class: "component",
|
|
402
|
-
style:
|
|
417
|
+
style: fe(n.getStyle(n.config.style)),
|
|
403
418
|
"prop-value": n.config.propValue,
|
|
404
419
|
element: n.config,
|
|
405
420
|
designStatus: !1
|
|
406
421
|
}, null, 8, ["style", "prop-value", "element"]))
|
|
407
422
|
], 512)), [
|
|
408
|
-
[
|
|
423
|
+
[At, n.isShow]
|
|
409
424
|
]);
|
|
410
425
|
}
|
|
411
|
-
const
|
|
426
|
+
const un = /* @__PURE__ */ z(an, [["render", cn], ["__scopeId", "data-v-3fc3a63c"], ["__file", "ComponentWrapper.vue"]]), fn = /* @__PURE__ */ Object.assign({
|
|
412
427
|
name: "VEPage"
|
|
413
428
|
}, {
|
|
414
429
|
__name: "index",
|
|
@@ -425,46 +440,54 @@ const tn = /* @__PURE__ */ z(Zt, [["render", en], ["__scopeId", "data-v-18b2e770
|
|
|
425
440
|
default: []
|
|
426
441
|
}
|
|
427
442
|
},
|
|
428
|
-
setup(t, { expose:
|
|
429
|
-
const l = t, n =
|
|
430
|
-
|
|
431
|
-
}, f = (
|
|
432
|
-
if (_(
|
|
433
|
-
const
|
|
443
|
+
setup(t, { expose: r }) {
|
|
444
|
+
const l = t, n = I({}), p = w(() => l.canvasStyle || {}), a = w(() => l.componentData || []), c = (h, y) => {
|
|
445
|
+
h && (n.value[y] = h);
|
|
446
|
+
}, f = (h, y, v) => {
|
|
447
|
+
if (_(h) && _(y)) {
|
|
448
|
+
const V = "VeP" + h, M = n.value[V];
|
|
449
|
+
if (M) {
|
|
450
|
+
let k;
|
|
451
|
+
R(M) ? k = M[0] : k = M;
|
|
452
|
+
const T = k.getComponentRef(h);
|
|
453
|
+
T ? T?.$options.name === "Group" && v && v.compId ? T.callGroupCompMethod(v.compId, y, v.data) : T[y] && (v ? T[y](v) : T[y]()) : de("warning", "The component is not exist.id:", h);
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
}, s = (h, y, v = {}) => {
|
|
457
|
+
if (_(h)) {
|
|
458
|
+
const V = "VeP" + h, M = n.value[V];
|
|
434
459
|
if (M) {
|
|
435
460
|
let k;
|
|
436
|
-
|
|
437
|
-
const T = k.getComponentRef(g);
|
|
438
|
-
T ? T?.$options.name === "Group" && y && y.compId ? T.callGroupCompMethod(y.compId, h, y.data) : T[h] && (y ? T[h](y) : T[h]()) : me("warning", "The component is not exist.id:", g);
|
|
461
|
+
R(M) ? k = M[0] : k = M, y ? k.show() : k.hide();
|
|
439
462
|
}
|
|
440
463
|
}
|
|
441
464
|
};
|
|
442
|
-
|
|
465
|
+
me("VE-CompMethod", f), me("VE-CompHideAndShow", s), r({
|
|
443
466
|
callCompMethod: f
|
|
444
467
|
});
|
|
445
|
-
const
|
|
446
|
-
return
|
|
447
|
-
}, ComponentWrapper:
|
|
468
|
+
const g = { props: l, componentRefs: n, canvasStyle: p, componentData: a, setComponentRef: c, callCompMethod: f, callCompHideAndShow: s, ref: I, computed: w, provide: me, watch: Ce, get getCanvasStyle() {
|
|
469
|
+
return ln;
|
|
470
|
+
}, ComponentWrapper: un, get isNotEmpty() {
|
|
448
471
|
return _;
|
|
449
472
|
}, get isArray() {
|
|
450
|
-
return
|
|
473
|
+
return R;
|
|
451
474
|
}, get consolePrint() {
|
|
452
|
-
return
|
|
475
|
+
return de;
|
|
453
476
|
} };
|
|
454
|
-
return Object.defineProperty(
|
|
477
|
+
return Object.defineProperty(g, "__isScriptSetup", { enumerable: !1, value: !0 }), g;
|
|
455
478
|
}
|
|
456
479
|
});
|
|
457
|
-
function
|
|
458
|
-
return
|
|
459
|
-
|
|
480
|
+
function pn(t, r, l, n, p, a) {
|
|
481
|
+
return O(), j("div", { class: "canvas-container" }, [
|
|
482
|
+
ne("div", {
|
|
460
483
|
class: "canvas",
|
|
461
|
-
style:
|
|
484
|
+
style: fe({
|
|
462
485
|
...n.getCanvasStyle(n.canvasStyle || {}),
|
|
463
486
|
width: n.canvasStyle.width + "px",
|
|
464
487
|
height: n.canvasStyle.height + "px"
|
|
465
488
|
})
|
|
466
489
|
}, [
|
|
467
|
-
(
|
|
490
|
+
(O(!0), j(Pe, null, Oe(n.componentData, (c, f) => (O(), N(n.ComponentWrapper, {
|
|
468
491
|
key: f,
|
|
469
492
|
config: c,
|
|
470
493
|
ref_for: !0,
|
|
@@ -473,7 +496,7 @@ function on(t, o, l, n, p, a) {
|
|
|
473
496
|
], 4)
|
|
474
497
|
]);
|
|
475
498
|
}
|
|
476
|
-
const
|
|
499
|
+
const dn = /* @__PURE__ */ z(fn, [["render", pn], ["__scopeId", "data-v-ed658753"], ["__file", "index.vue"]]), mn = Ft({
|
|
477
500
|
name: "ve-comp-svg-icon",
|
|
478
501
|
props: {
|
|
479
502
|
iconClass: {
|
|
@@ -491,23 +514,23 @@ const rn = /* @__PURE__ */ z(nn, [["render", on], ["__scopeId", "data-v-0ad040a6
|
|
|
491
514
|
},
|
|
492
515
|
setup(t) {
|
|
493
516
|
return {
|
|
494
|
-
iconName:
|
|
495
|
-
svgClass:
|
|
517
|
+
iconName: w(() => `#icon-${t.iconClass}`),
|
|
518
|
+
svgClass: w(() => t.className ? `ve-comp-svg-icon ${t.className}` : "ve-comp-svg-icon")
|
|
496
519
|
};
|
|
497
520
|
}
|
|
498
521
|
});
|
|
499
|
-
function
|
|
500
|
-
return
|
|
501
|
-
class:
|
|
522
|
+
function gn(t, r, l, n, p, a) {
|
|
523
|
+
return O(), j("svg", {
|
|
524
|
+
class: Ke(t.svgClass),
|
|
502
525
|
"aria-hidden": "true"
|
|
503
526
|
}, [
|
|
504
|
-
|
|
527
|
+
ne("use", {
|
|
505
528
|
"xlink:href": t.iconName,
|
|
506
529
|
fill: t.color
|
|
507
530
|
}, null, 8, ["xlink:href", "fill"])
|
|
508
531
|
], 2);
|
|
509
532
|
}
|
|
510
|
-
const
|
|
533
|
+
const nt = /* @__PURE__ */ z(mn, [["render", gn], ["__file", "index.vue"]]), hn = /* @__PURE__ */ Object.assign({
|
|
511
534
|
name: "CompositeIcon"
|
|
512
535
|
}, {
|
|
513
536
|
__name: "index",
|
|
@@ -526,72 +549,72 @@ const Ze = /* @__PURE__ */ z(ln, [["render", sn], ["__file", "index.vue"]]), an
|
|
|
526
549
|
default: ""
|
|
527
550
|
}
|
|
528
551
|
},
|
|
529
|
-
setup(t, { expose:
|
|
530
|
-
|
|
531
|
-
const f = { props: t, isImage: (s) => s && s.toString().toLowerCase().startsWith("img#"), getImageSrc: (s) => s.toString().substring(4), isSvgIcon: (s) => s && s.toString().toLowerCase().indexOf("svg#") == 0, getSvgIconClass: (s) => s.toString().substring(4), VeCompSvgIcon:
|
|
552
|
+
setup(t, { expose: r }) {
|
|
553
|
+
r();
|
|
554
|
+
const f = { props: t, isImage: (s) => s && s.toString().toLowerCase().startsWith("img#"), getImageSrc: (s) => s.toString().substring(4), isSvgIcon: (s) => s && s.toString().toLowerCase().indexOf("svg#") == 0, getSvgIconClass: (s) => s.toString().substring(4), VeCompSvgIcon: nt };
|
|
532
555
|
return Object.defineProperty(f, "__isScriptSetup", { enumerable: !1, value: !0 }), f;
|
|
533
556
|
}
|
|
534
557
|
});
|
|
535
|
-
function
|
|
558
|
+
function yn(t, r, l, n, p, a) {
|
|
536
559
|
const c = W("el-icon");
|
|
537
|
-
return
|
|
560
|
+
return O(), N(c, {
|
|
538
561
|
size: n.props.iconSize,
|
|
539
562
|
color: n.props.color
|
|
540
563
|
}, {
|
|
541
|
-
default:
|
|
542
|
-
n.isImage(n.props.icon) ? (
|
|
564
|
+
default: D(() => [
|
|
565
|
+
n.isImage(n.props.icon) ? (O(), j("img", {
|
|
543
566
|
key: 0,
|
|
544
567
|
src: n.getImageSrc(n.props.icon)
|
|
545
|
-
}, null, 8, ["src"])) : n.isSvgIcon(n.props.icon) ? (
|
|
568
|
+
}, null, 8, ["src"])) : n.isSvgIcon(n.props.icon) ? (O(), N(n.VeCompSvgIcon, {
|
|
546
569
|
key: 1,
|
|
547
570
|
"icon-class": n.getSvgIconClass(n.props.icon),
|
|
548
571
|
color: n.props.color
|
|
549
|
-
}, null, 8, ["icon-class", "color"])) : (
|
|
572
|
+
}, null, 8, ["icon-class", "color"])) : (O(), N(ue(n.props.icon), { key: 2 }))
|
|
550
573
|
]),
|
|
551
574
|
_: 1
|
|
552
575
|
}, 8, ["size", "color"]);
|
|
553
576
|
}
|
|
554
|
-
const
|
|
555
|
-
let
|
|
556
|
-
const
|
|
557
|
-
if (!
|
|
558
|
-
const t =
|
|
559
|
-
|
|
577
|
+
const _n = /* @__PURE__ */ z(hn, [["render", yn], ["__file", "index.vue"]]);
|
|
578
|
+
let he = null;
|
|
579
|
+
const ve = () => {
|
|
580
|
+
if (!he) {
|
|
581
|
+
const t = se({}), r = I([]);
|
|
582
|
+
he = {
|
|
560
583
|
dialogs: t,
|
|
561
|
-
dialogStack:
|
|
584
|
+
dialogStack: r,
|
|
562
585
|
openDialog: (c = {}) => {
|
|
563
|
-
const f = c.dialogId || "dialog-" +
|
|
586
|
+
const f = c.dialogId || "dialog-" + Xe(), s = r.value.length;
|
|
564
587
|
s >= 1 && (c.appendToBody = !0);
|
|
565
588
|
const g = {
|
|
566
589
|
id: f,
|
|
567
590
|
level: s,
|
|
568
591
|
config: c
|
|
569
592
|
};
|
|
570
|
-
if (t[f] = g,
|
|
593
|
+
if (t[f] = g, r.value.length >= 1) {
|
|
571
594
|
let h = !1;
|
|
572
|
-
for (let y = 0; y <
|
|
573
|
-
if (f ==
|
|
595
|
+
for (let y = 0; y < r.value.length; y++)
|
|
596
|
+
if (f == r.value[y]) {
|
|
574
597
|
h = !0;
|
|
575
598
|
break;
|
|
576
599
|
}
|
|
577
|
-
h ||
|
|
600
|
+
h || r.value.push(f);
|
|
578
601
|
} else
|
|
579
|
-
|
|
602
|
+
r.value.push(f);
|
|
580
603
|
return f;
|
|
581
604
|
},
|
|
582
605
|
closeDialog: (c) => {
|
|
583
|
-
delete t[c],
|
|
606
|
+
delete t[c], r.value = r.value.filter((f) => f !== c);
|
|
584
607
|
},
|
|
585
608
|
closeAllDialogs: () => {
|
|
586
609
|
Object.keys(t).forEach((c) => {
|
|
587
610
|
delete t[c];
|
|
588
|
-
}),
|
|
611
|
+
}), r.value = [];
|
|
589
612
|
},
|
|
590
|
-
getDialogCount: () =>
|
|
613
|
+
getDialogCount: () => r.value.length
|
|
591
614
|
};
|
|
592
615
|
}
|
|
593
|
-
return
|
|
594
|
-
},
|
|
616
|
+
return he;
|
|
617
|
+
}, vn = /* @__PURE__ */ Object.assign({
|
|
595
618
|
name: "FullScreenDialog"
|
|
596
619
|
}, {
|
|
597
620
|
__name: "FullscreenDialog",
|
|
@@ -602,90 +625,90 @@ const ge = () => {
|
|
|
602
625
|
}
|
|
603
626
|
},
|
|
604
627
|
emits: ["confirm", "cancel"],
|
|
605
|
-
setup(t, { expose:
|
|
606
|
-
const n = t, p = l, a =
|
|
607
|
-
let
|
|
608
|
-
return f.value ?
|
|
609
|
-
}),
|
|
610
|
-
let
|
|
611
|
-
return
|
|
612
|
-
}),
|
|
613
|
-
let
|
|
614
|
-
return
|
|
615
|
-
}),
|
|
616
|
-
let
|
|
628
|
+
setup(t, { expose: r, emit: l }) {
|
|
629
|
+
const n = t, p = l, a = w(() => n.config), c = w(() => a.value.title || "对话框"), f = w(() => !!n.config.showHeader), s = I(a.value.fullscreen), g = I(a.value.width), h = I(!0), y = w(() => {
|
|
630
|
+
let C = a.value.width ?? 800;
|
|
631
|
+
return f.value ? C + 32 : C;
|
|
632
|
+
}), v = w(() => {
|
|
633
|
+
let C = {};
|
|
634
|
+
return C.style = {}, C.style.width = a.value.width ?? 800, C.style.height = a.value.height ?? 600, C.prop = {}, C.prop.subpageId = a.value.pageId, C.containerParam = a.value.pageParam || {}, C;
|
|
635
|
+
}), V = w(() => {
|
|
636
|
+
let C = {};
|
|
637
|
+
return C.modal = a.value.modal, C["show-close"] = a.value.showClose, C.draggable = a.value.draggable, a.value.appendToBody && (C["append-to-body"] = a.value.appendToBody), f.value || (C.class = " no-header-dialog"), C;
|
|
638
|
+
}), M = w(() => {
|
|
639
|
+
let C = {};
|
|
617
640
|
if (a.value.customPosition) {
|
|
618
|
-
let
|
|
619
|
-
Object.assign(
|
|
641
|
+
let L = a.value.absLeft ?? 100, P = a.value.absTop ?? 100;
|
|
642
|
+
Object.assign(C, {
|
|
620
643
|
position: "fixed",
|
|
621
|
-
left: `${
|
|
622
|
-
top: `${
|
|
644
|
+
left: `${L}px`,
|
|
645
|
+
top: `${P}px`,
|
|
623
646
|
transform: "none",
|
|
624
647
|
margin: "0"
|
|
625
648
|
});
|
|
626
649
|
}
|
|
627
|
-
return a.value.noBackgroundColor && Object.assign(
|
|
650
|
+
return a.value.noBackgroundColor && Object.assign(C, {
|
|
628
651
|
backgroundColor: "transparent"
|
|
629
|
-
}),
|
|
630
|
-
}),
|
|
652
|
+
}), C;
|
|
653
|
+
}), k = () => {
|
|
631
654
|
p("confirm");
|
|
632
|
-
},
|
|
633
|
-
p("cancel"),
|
|
634
|
-
},
|
|
655
|
+
}, T = () => {
|
|
656
|
+
p("cancel"), E();
|
|
657
|
+
}, E = () => {
|
|
635
658
|
h.value = !1;
|
|
636
|
-
},
|
|
659
|
+
}, oe = (C) => {
|
|
637
660
|
p("cancel");
|
|
638
661
|
};
|
|
639
|
-
|
|
640
|
-
close:
|
|
662
|
+
r({
|
|
663
|
+
close: E
|
|
641
664
|
});
|
|
642
|
-
const
|
|
665
|
+
const Q = { props: n, emit: p, config: a, title: c, showTitle: f, isFullscreen: s, previousWidth: g, openDialog: h, dialogWidth: y, element: v, bindAttr: V, customStyle: M, confirmInner: k, cancel: T, close: E, handleClose: oe, ref: I, computed: w, get isNotEmpty() {
|
|
643
666
|
return _;
|
|
644
667
|
} };
|
|
645
|
-
return Object.defineProperty(
|
|
668
|
+
return Object.defineProperty(Q, "__isScriptSetup", { enumerable: !1, value: !0 }), Q;
|
|
646
669
|
}
|
|
647
670
|
});
|
|
648
|
-
function
|
|
671
|
+
function Sn(t, r, l, n, p, a) {
|
|
649
672
|
const c = W("Subpage"), f = W("el-button"), s = W("el-dialog");
|
|
650
|
-
return
|
|
651
|
-
U(s,
|
|
673
|
+
return O(), j("div", { class: "full-screen-dialog-wrapper" }, [
|
|
674
|
+
U(s, jt({
|
|
652
675
|
modelValue: n.openDialog,
|
|
653
|
-
"onUpdate:modelValue":
|
|
676
|
+
"onUpdate:modelValue": r[0] || (r[0] = (g) => n.openDialog = g),
|
|
654
677
|
width: n.dialogWidth,
|
|
655
678
|
fullscreen: n.isFullscreen
|
|
656
679
|
}, n.bindAttr, {
|
|
657
680
|
style: n.customStyle,
|
|
658
681
|
onClose: n.handleClose
|
|
659
|
-
}),
|
|
660
|
-
header:
|
|
661
|
-
n.showTitle ? (
|
|
682
|
+
}), Bt({
|
|
683
|
+
header: D(() => [
|
|
684
|
+
n.showTitle ? (O(), j("span", { key: 0 }, Ht(n.title), 1)) : Ee("", !0)
|
|
662
685
|
]),
|
|
663
|
-
default:
|
|
664
|
-
n.isNotEmpty(n.config.pageId) ? (
|
|
686
|
+
default: D(() => [
|
|
687
|
+
n.isNotEmpty(n.config.pageId) ? (O(), N(c, {
|
|
665
688
|
key: 0,
|
|
666
689
|
"prop-value": n.element.prop,
|
|
667
690
|
element: n.element
|
|
668
|
-
}, null, 8, ["prop-value", "element"])) :
|
|
691
|
+
}, null, 8, ["prop-value", "element"])) : Ee("", !0)
|
|
669
692
|
]),
|
|
670
693
|
_: 2
|
|
671
694
|
}, [
|
|
672
695
|
n.config.showFooter ? {
|
|
673
696
|
name: "footer",
|
|
674
|
-
fn:
|
|
675
|
-
|
|
697
|
+
fn: D(() => [
|
|
698
|
+
ne("div", { class: "dialog-footer" }, [
|
|
676
699
|
U(f, {
|
|
677
700
|
type: "primary",
|
|
678
701
|
onClick: n.confirmInner
|
|
679
702
|
}, {
|
|
680
|
-
default:
|
|
681
|
-
|
|
703
|
+
default: D(() => [
|
|
704
|
+
$("确定")
|
|
682
705
|
]),
|
|
683
706
|
_: 1
|
|
684
707
|
}),
|
|
685
|
-
|
|
708
|
+
$(),
|
|
686
709
|
U(f, { onClick: n.cancel }, {
|
|
687
|
-
default:
|
|
688
|
-
|
|
710
|
+
default: D(() => [
|
|
711
|
+
$("关 闭")
|
|
689
712
|
]),
|
|
690
713
|
_: 1
|
|
691
714
|
})
|
|
@@ -696,28 +719,28 @@ function pn(t, o, l, n, p, a) {
|
|
|
696
719
|
]), 1040, ["modelValue", "width", "fullscreen", "style"])
|
|
697
720
|
]);
|
|
698
721
|
}
|
|
699
|
-
const
|
|
722
|
+
const xn = /* @__PURE__ */ z(vn, [["render", Sn], ["__scopeId", "data-v-fe28b3b7"], ["__file", "FullscreenDialog.vue"]]), wn = /* @__PURE__ */ Object.assign({
|
|
700
723
|
name: "DialogContainer"
|
|
701
724
|
}, {
|
|
702
725
|
__name: "DialogContainer",
|
|
703
|
-
setup(t, { expose:
|
|
704
|
-
|
|
705
|
-
const { dialogs: l, closeDialog: n } =
|
|
726
|
+
setup(t, { expose: r }) {
|
|
727
|
+
r();
|
|
728
|
+
const { dialogs: l, closeDialog: n } = ve(), p = w(() => Object.values(l)), c = { dialogs: l, closeDialog: n, dialogList: p, cancelHandler: (f) => {
|
|
706
729
|
n(f);
|
|
707
730
|
}, get useDialogManager() {
|
|
708
|
-
return
|
|
709
|
-
}, computed:
|
|
731
|
+
return ve;
|
|
732
|
+
}, computed: w, FullScreenDialog: xn };
|
|
710
733
|
return Object.defineProperty(c, "__isScriptSetup", { enumerable: !1, value: !0 }), c;
|
|
711
734
|
}
|
|
712
735
|
});
|
|
713
|
-
function
|
|
714
|
-
return
|
|
736
|
+
function bn(t, r, l, n, p, a) {
|
|
737
|
+
return O(!0), j(Pe, null, Oe(n.dialogList, (c) => (O(), N(n.FullScreenDialog, {
|
|
715
738
|
key: c.id,
|
|
716
739
|
config: c.config,
|
|
717
740
|
onCancel: (f) => n.cancelHandler(c.id)
|
|
718
741
|
}, null, 8, ["config", "onCancel"]))), 128);
|
|
719
742
|
}
|
|
720
|
-
const
|
|
743
|
+
const Cn = /* @__PURE__ */ z(wn, [["render", bn], ["__file", "DialogContainer.vue"]]), Pn = /* @__PURE__ */ Object.assign({
|
|
721
744
|
name: "CommonDialog"
|
|
722
745
|
}, {
|
|
723
746
|
__name: "index",
|
|
@@ -736,36 +759,36 @@ const hn = /* @__PURE__ */ z(mn, [["render", gn], ["__file", "DialogContainer.vu
|
|
|
736
759
|
}
|
|
737
760
|
},
|
|
738
761
|
emits: ["confirm"],
|
|
739
|
-
setup(t, { expose:
|
|
740
|
-
const n =
|
|
762
|
+
setup(t, { expose: r, emit: l }) {
|
|
763
|
+
const n = I("弹框"), p = I(!1), a = t, c = l;
|
|
741
764
|
let f = null;
|
|
742
|
-
const s =
|
|
765
|
+
const s = w(() => n.value && _(n.value) ? n.value : a.title), g = () => {
|
|
743
766
|
c("confirm", { callBack: f });
|
|
744
767
|
}, h = () => {
|
|
745
768
|
p.value = !1;
|
|
746
|
-
}, y = (
|
|
747
|
-
p.value = !0, f =
|
|
769
|
+
}, y = (V = {}) => {
|
|
770
|
+
p.value = !0, f = V.callBack, n.value = V.title || "";
|
|
748
771
|
};
|
|
749
|
-
|
|
772
|
+
r({
|
|
750
773
|
show: y,
|
|
751
774
|
cancel: h
|
|
752
775
|
});
|
|
753
|
-
const
|
|
776
|
+
const v = { showTitle: n, openDialog: p, props: a, emit: c, get callBack() {
|
|
754
777
|
return f;
|
|
755
|
-
}, set callBack(
|
|
756
|
-
f =
|
|
757
|
-
}, title: s, confirmInner: g, cancel: h, show: y, ref:
|
|
778
|
+
}, set callBack(V) {
|
|
779
|
+
f = V;
|
|
780
|
+
}, title: s, confirmInner: g, cancel: h, show: y, ref: I, computed: w, get isNotEmpty() {
|
|
758
781
|
return _;
|
|
759
782
|
} };
|
|
760
|
-
return Object.defineProperty(
|
|
783
|
+
return Object.defineProperty(v, "__isScriptSetup", { enumerable: !1, value: !0 }), v;
|
|
761
784
|
}
|
|
762
785
|
});
|
|
763
|
-
function
|
|
786
|
+
function On(t, r, l, n, p, a) {
|
|
764
787
|
const c = W("el-button"), f = W("el-dialog");
|
|
765
|
-
return
|
|
788
|
+
return O(), N(f, {
|
|
766
789
|
title: n.title,
|
|
767
790
|
modelValue: n.openDialog,
|
|
768
|
-
"onUpdate:modelValue":
|
|
791
|
+
"onUpdate:modelValue": r[0] || (r[0] = (s) => n.openDialog = s),
|
|
769
792
|
width: n.props.width,
|
|
770
793
|
"before-close": n.cancel,
|
|
771
794
|
"destroy-on-close": !0,
|
|
@@ -774,24 +797,24 @@ function _n(t, o, l, n, p, a) {
|
|
|
774
797
|
"align-center": !0,
|
|
775
798
|
draggable: ""
|
|
776
799
|
}, {
|
|
777
|
-
default:
|
|
778
|
-
|
|
800
|
+
default: D(() => [
|
|
801
|
+
Nt(t.$slots, "dialog-content")
|
|
779
802
|
]),
|
|
780
|
-
footer:
|
|
781
|
-
|
|
803
|
+
footer: D(() => [
|
|
804
|
+
ne("div", { class: "dialog-footer" }, [
|
|
782
805
|
U(c, {
|
|
783
806
|
type: "primary",
|
|
784
807
|
onClick: n.confirmInner
|
|
785
808
|
}, {
|
|
786
|
-
default:
|
|
787
|
-
|
|
809
|
+
default: D(() => [
|
|
810
|
+
$("确定")
|
|
788
811
|
]),
|
|
789
812
|
_: 1
|
|
790
813
|
}),
|
|
791
|
-
|
|
814
|
+
$(),
|
|
792
815
|
U(c, { onClick: n.cancel }, {
|
|
793
|
-
default:
|
|
794
|
-
|
|
816
|
+
default: D(() => [
|
|
817
|
+
$("关 闭")
|
|
795
818
|
]),
|
|
796
819
|
_: 1
|
|
797
820
|
})
|
|
@@ -800,7 +823,7 @@ function _n(t, o, l, n, p, a) {
|
|
|
800
823
|
_: 3
|
|
801
824
|
}, 8, ["title", "modelValue", "width", "modal"]);
|
|
802
825
|
}
|
|
803
|
-
const
|
|
826
|
+
const Vn = /* @__PURE__ */ z(Pn, [["render", On], ["__file", "index.vue"]]), Mn = /* @__PURE__ */ Object.assign({
|
|
804
827
|
name: "OmitInput"
|
|
805
828
|
}, {
|
|
806
829
|
__name: "index",
|
|
@@ -819,59 +842,59 @@ const vn = /* @__PURE__ */ z(yn, [["render", _n], ["__file", "index.vue"]]), Sn
|
|
|
819
842
|
}
|
|
820
843
|
},
|
|
821
844
|
emits: ["update:modelValue"],
|
|
822
|
-
setup(t, { expose:
|
|
823
|
-
|
|
824
|
-
const n = t, p = l, a =
|
|
845
|
+
setup(t, { expose: r, emit: l }) {
|
|
846
|
+
r();
|
|
847
|
+
const n = t, p = l, a = I(null), c = I(""), f = w({
|
|
825
848
|
get: () => n.modelValue,
|
|
826
849
|
set: (y) => p("update:modelValue", y)
|
|
827
850
|
}), h = { props: n, emits: p, inputDialogRef: a, inputTextArea: c, internalValue: f, openInputDialog: () => {
|
|
828
|
-
c.value =
|
|
851
|
+
c.value = le(f.value), a.value?.show();
|
|
829
852
|
}, confirmEdit: (y) => {
|
|
830
|
-
f.value =
|
|
831
|
-
}, ref:
|
|
832
|
-
return
|
|
853
|
+
f.value = le(c.value), a.value?.cancel();
|
|
854
|
+
}, ref: I, computed: w, get deepCopy() {
|
|
855
|
+
return le;
|
|
833
856
|
} };
|
|
834
857
|
return Object.defineProperty(h, "__isScriptSetup", { enumerable: !1, value: !0 }), h;
|
|
835
858
|
}
|
|
836
859
|
});
|
|
837
|
-
function
|
|
860
|
+
function In(t, r, l, n, p, a) {
|
|
838
861
|
const c = W("el-text"), f = W("el-input"), s = W("CommonDialog");
|
|
839
|
-
return
|
|
840
|
-
class:
|
|
862
|
+
return O(), j("div", {
|
|
863
|
+
class: Ke(["custom-omit-input-wrapper", t.$attrs.class])
|
|
841
864
|
}, [
|
|
842
865
|
U(f, {
|
|
843
866
|
modelValue: n.internalValue,
|
|
844
|
-
"onUpdate:modelValue":
|
|
867
|
+
"onUpdate:modelValue": r[0] || (r[0] = (g) => n.internalValue = g),
|
|
845
868
|
placeholder: n.props.placeholder,
|
|
846
869
|
clearable: "",
|
|
847
870
|
type: "text",
|
|
848
871
|
class: "custom-omit-input"
|
|
849
872
|
}, {
|
|
850
|
-
append:
|
|
873
|
+
append: D(() => [
|
|
851
874
|
U(c, {
|
|
852
875
|
style: { width: "32px", "text-align": "center" },
|
|
853
876
|
onClick: n.openInputDialog
|
|
854
877
|
}, {
|
|
855
|
-
default:
|
|
856
|
-
|
|
878
|
+
default: D(() => [
|
|
879
|
+
$("...")
|
|
857
880
|
]),
|
|
858
881
|
_: 1
|
|
859
882
|
})
|
|
860
883
|
]),
|
|
861
884
|
_: 1
|
|
862
885
|
}, 8, ["modelValue", "placeholder"]),
|
|
863
|
-
|
|
886
|
+
$(),
|
|
864
887
|
U(s, {
|
|
865
888
|
ref: "inputDialogRef",
|
|
866
889
|
title: n.props.dialogTitle,
|
|
867
890
|
width: 700,
|
|
868
891
|
onConfirm: n.confirmEdit
|
|
869
892
|
}, {
|
|
870
|
-
"dialog-content":
|
|
871
|
-
|
|
893
|
+
"dialog-content": D(() => [
|
|
894
|
+
ne("div", { style: { width: "100%", height: "500px", "overflow-y": "auto", "overflow-x": "hidden" } }, [
|
|
872
895
|
U(f, {
|
|
873
896
|
modelValue: n.inputTextArea,
|
|
874
|
-
"onUpdate:modelValue":
|
|
897
|
+
"onUpdate:modelValue": r[1] || (r[1] = (g) => n.inputTextArea = g),
|
|
875
898
|
type: "textarea",
|
|
876
899
|
rows: 22
|
|
877
900
|
}, null, 8, ["modelValue"])
|
|
@@ -881,7 +904,7 @@ function xn(t, o, l, n, p, a) {
|
|
|
881
904
|
}, 8, ["title"])
|
|
882
905
|
], 2);
|
|
883
906
|
}
|
|
884
|
-
const
|
|
907
|
+
const kn = /* @__PURE__ */ z(Mn, [["render", In], ["__scopeId", "data-v-956a5a3a"], ["__file", "index.vue"]]), Se = Kt(
|
|
885
908
|
"ve/dataCache",
|
|
886
909
|
{
|
|
887
910
|
state: () => ({
|
|
@@ -898,8 +921,8 @@ const bn = /* @__PURE__ */ z(Sn, [["render", xn], ["__scopeId", "data-v-956a5a3a
|
|
|
898
921
|
// 暂时只考虑扁平结构
|
|
899
922
|
}),
|
|
900
923
|
actions: {
|
|
901
|
-
setData(t,
|
|
902
|
-
this.data[t] =
|
|
924
|
+
setData(t, r) {
|
|
925
|
+
this.data[t] = r;
|
|
903
926
|
},
|
|
904
927
|
setPageSource(t = "DB") {
|
|
905
928
|
this.pageSource = t;
|
|
@@ -910,55 +933,55 @@ const bn = /* @__PURE__ */ z(Sn, [["render", xn], ["__scopeId", "data-v-956a5a3a
|
|
|
910
933
|
setTdtApiKey(t = "") {
|
|
911
934
|
this.tdtApiKey = t;
|
|
912
935
|
},
|
|
913
|
-
setRuleData(t,
|
|
914
|
-
l ? this.rules[t] =
|
|
936
|
+
setRuleData(t, r, l = !1) {
|
|
937
|
+
l ? this.rules[t] = r : this.rules[t] || (this.rules[t] = r);
|
|
915
938
|
}
|
|
916
939
|
}
|
|
917
940
|
}
|
|
918
|
-
),
|
|
919
|
-
const
|
|
941
|
+
), Ne = (t) => {
|
|
942
|
+
const r = /* @__PURE__ */ new Map();
|
|
920
943
|
return new Proxy({}, {
|
|
921
944
|
get(l, n = "undefinedKey") {
|
|
922
|
-
return
|
|
945
|
+
return r.has(n) || r.set(n, w(() => t.data[n] || {})), r.get(n);
|
|
923
946
|
},
|
|
924
947
|
set(l, n, p) {
|
|
925
948
|
return t.setData(n, p), !0;
|
|
926
949
|
}
|
|
927
950
|
});
|
|
928
951
|
};
|
|
929
|
-
function
|
|
930
|
-
const t =
|
|
952
|
+
function Tn() {
|
|
953
|
+
const t = ce("hflvloader-api");
|
|
931
954
|
if (!t)
|
|
932
955
|
throw new Error("组件注册时未提供API,请检查!");
|
|
933
956
|
return t;
|
|
934
957
|
}
|
|
935
|
-
function
|
|
958
|
+
function xe(t, r, l = {}) {
|
|
936
959
|
let n = {
|
|
937
960
|
...l,
|
|
938
|
-
message:
|
|
961
|
+
message: r || "message",
|
|
939
962
|
type: t || "info"
|
|
940
963
|
};
|
|
941
|
-
|
|
964
|
+
Jt(n);
|
|
942
965
|
}
|
|
943
|
-
function
|
|
966
|
+
function we(t, r, l = {}) {
|
|
944
967
|
let n = {
|
|
945
968
|
...l,
|
|
946
|
-
message:
|
|
969
|
+
message: r || "message",
|
|
947
970
|
type: t || "info"
|
|
948
971
|
};
|
|
949
|
-
|
|
972
|
+
Ut(n);
|
|
950
973
|
}
|
|
951
|
-
function
|
|
952
|
-
const
|
|
974
|
+
function ot(t = {}) {
|
|
975
|
+
const r = Wt.service(t);
|
|
953
976
|
let l = t.timeout || 3e4;
|
|
954
977
|
return setTimeout(() => {
|
|
955
|
-
|
|
956
|
-
}, l),
|
|
978
|
+
r && r.close();
|
|
979
|
+
}, l), r;
|
|
957
980
|
}
|
|
958
|
-
async function
|
|
981
|
+
async function rt(t, r, l = {}) {
|
|
959
982
|
let n = [], p = {};
|
|
960
983
|
try {
|
|
961
|
-
(await Promise.allSettled([
|
|
984
|
+
(await Promise.allSettled([Je.confirm(r, t, l)])).forEach((c, f) => {
|
|
962
985
|
if (c.status === "fulfilled")
|
|
963
986
|
f === 0 && (p = c.value);
|
|
964
987
|
else {
|
|
@@ -971,10 +994,10 @@ async function tt(t, o, l = {}) {
|
|
|
971
994
|
}
|
|
972
995
|
return { errors: n, resultInfo: p };
|
|
973
996
|
}
|
|
974
|
-
async function
|
|
997
|
+
async function lt(t, r, l = {}) {
|
|
975
998
|
let n = [], p = {};
|
|
976
999
|
try {
|
|
977
|
-
(await Promise.allSettled([
|
|
1000
|
+
(await Promise.allSettled([Je.prompt(r, t, l)])).forEach((c, f) => {
|
|
978
1001
|
if (c.status === "fulfilled")
|
|
979
1002
|
f === 0 && (p = c.value);
|
|
980
1003
|
else {
|
|
@@ -987,125 +1010,125 @@ async function nt(t, o, l = {}) {
|
|
|
987
1010
|
}
|
|
988
1011
|
return { errors: n, resultInfo: p };
|
|
989
1012
|
}
|
|
990
|
-
const
|
|
1013
|
+
const Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
991
1014
|
__proto__: null,
|
|
992
|
-
showLoading:
|
|
993
|
-
showMessage:
|
|
994
|
-
showMessageBoxConfirmAsync:
|
|
995
|
-
showMessageBoxPromptAsync:
|
|
996
|
-
showNotification:
|
|
997
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
998
|
-
"==": (t,
|
|
999
|
-
"!=": (t,
|
|
1000
|
-
">": (t,
|
|
1001
|
-
">=": (t,
|
|
1002
|
-
"<": (t,
|
|
1003
|
-
"<=": (t,
|
|
1004
|
-
contain: (t,
|
|
1005
|
-
unContain: (t,
|
|
1006
|
-
equals: (t,
|
|
1007
|
-
notEquals: (t,
|
|
1008
|
-
equalsIgnoreCase: (t,
|
|
1009
|
-
},
|
|
1010
|
-
function
|
|
1011
|
-
const n = t, p =
|
|
1012
|
-
let
|
|
1013
|
-
const
|
|
1015
|
+
showLoading: ot,
|
|
1016
|
+
showMessage: xe,
|
|
1017
|
+
showMessageBoxConfirmAsync: rt,
|
|
1018
|
+
showMessageBoxPromptAsync: lt,
|
|
1019
|
+
showNotification: we
|
|
1020
|
+
}, Symbol.toStringTag, { value: "Module" })), ee = {
|
|
1021
|
+
"==": (t, r) => t == r,
|
|
1022
|
+
"!=": (t, r) => t != r,
|
|
1023
|
+
">": (t, r) => +t > +r,
|
|
1024
|
+
">=": (t, r) => +t >= +r,
|
|
1025
|
+
"<": (t, r) => +t < +r,
|
|
1026
|
+
"<=": (t, r) => +t <= +r,
|
|
1027
|
+
contain: (t, r) => t != null && String(t).includes(String(r)),
|
|
1028
|
+
unContain: (t, r) => t == null || !String(t).includes(String(r)),
|
|
1029
|
+
equals: (t, r) => t != null && String(t) == String(r),
|
|
1030
|
+
notEquals: (t, r) => t == null || !String(t) == String(r),
|
|
1031
|
+
equalsIgnoreCase: (t, r) => t != null && String(t).toLowerCase() == String(r).toLowerCase()
|
|
1032
|
+
}, te = (t) => typeof t == "string" && t.trim() !== "" && !isNaN(t) ? +t : t;
|
|
1033
|
+
function Le(t = {}, r = !0, l = {}) {
|
|
1034
|
+
const n = t, p = r, a = l, c = /* @__PURE__ */ new Map(), f = Tn(), s = Se(), g = ce("VE-ContainerParam"), h = ce("VE-CompMethod"), y = [], { openDialog: v, closeDialog: V } = ve();
|
|
1035
|
+
let M = null;
|
|
1036
|
+
const k = 250, T = ce("VE-CompHideAndShow"), E = [], oe = (e) => {
|
|
1014
1037
|
if (g) {
|
|
1015
|
-
if (
|
|
1038
|
+
if (ze(g))
|
|
1016
1039
|
return g.value[e];
|
|
1017
|
-
if (
|
|
1040
|
+
if (ie(g))
|
|
1018
1041
|
return g[e];
|
|
1019
1042
|
}
|
|
1020
|
-
},
|
|
1043
|
+
}, Q = (e) => {
|
|
1021
1044
|
if (e && e.path) {
|
|
1022
|
-
let
|
|
1023
|
-
|
|
1024
|
-
if (
|
|
1025
|
-
let m =
|
|
1045
|
+
let o = e.params || [], i = {};
|
|
1046
|
+
o.forEach((u, d) => {
|
|
1047
|
+
if (X(u)) {
|
|
1048
|
+
let m = B(u);
|
|
1026
1049
|
i[u.tarKey] = m;
|
|
1027
1050
|
}
|
|
1028
|
-
}), e.namedRouter ?
|
|
1051
|
+
}), e.namedRouter ? F(a.routerPush) && a.routerPush(e.path, i) : F(a.routerPush2) && a.routerPush2(e.path, i);
|
|
1029
1052
|
}
|
|
1030
|
-
},
|
|
1031
|
-
let
|
|
1053
|
+
}, C = (e = []) => {
|
|
1054
|
+
let o = [];
|
|
1032
1055
|
return e.forEach((i) => {
|
|
1033
|
-
if (
|
|
1034
|
-
let u =
|
|
1035
|
-
|
|
1056
|
+
if (X(i)) {
|
|
1057
|
+
let u = B(i);
|
|
1058
|
+
o.push([
|
|
1036
1059
|
i.tarKey,
|
|
1037
1060
|
u
|
|
1038
1061
|
]);
|
|
1039
1062
|
}
|
|
1040
|
-
}),
|
|
1041
|
-
},
|
|
1063
|
+
}), o;
|
|
1064
|
+
}, L = (e, o) => {
|
|
1042
1065
|
if (e.customFunc && _(e.successFunc)) {
|
|
1043
1066
|
const i = {
|
|
1044
|
-
helper: { ...a, ...
|
|
1067
|
+
helper: { ...a, ...b }
|
|
1045
1068
|
};
|
|
1046
1069
|
try {
|
|
1047
1070
|
let u = e.successFunc.toString().trim();
|
|
1048
|
-
u.indexOf("function") < 0 && (u = `function(res) { ${u} }`), new Function("context", `with(context) {return ${u}}`)(i)(
|
|
1071
|
+
u.indexOf("function") < 0 && (u = `function(res) { ${u} }`), new Function("context", `with(context) {return ${u}}`)(i)(o);
|
|
1049
1072
|
} catch (u) {
|
|
1050
1073
|
console.error("[_dataRequestHandler4CustomSuccessFunc]处理自定义成功函数时出错:", u);
|
|
1051
1074
|
}
|
|
1052
1075
|
}
|
|
1053
|
-
},
|
|
1076
|
+
}, P = (e, o, i) => {
|
|
1054
1077
|
if (e.customFunc && _(e.errorFunc)) {
|
|
1055
1078
|
const u = {
|
|
1056
|
-
helper: { ...a, ...
|
|
1079
|
+
helper: { ...a, ...b }
|
|
1057
1080
|
};
|
|
1058
1081
|
try {
|
|
1059
1082
|
let d = e.errorFunc.toString().trim();
|
|
1060
|
-
d.indexOf("function") < 0 && (d = "function (res,err){" + d + "}"), new Function("context", `with(context) {return ${d}}`)(u)(
|
|
1083
|
+
d.indexOf("function") < 0 && (d = "function (res,err){" + d + "}"), new Function("context", `with(context) {return ${d}}`)(u)(o, i);
|
|
1061
1084
|
} catch (d) {
|
|
1062
1085
|
console.error("[_dataRequestHandler4CustomErrorFunc]处理自定义失败函数时出错:", d);
|
|
1063
1086
|
}
|
|
1064
1087
|
}
|
|
1065
|
-
},
|
|
1066
|
-
if (
|
|
1088
|
+
}, x = (e, o) => {
|
|
1089
|
+
if (R(o) && o.length > 0) {
|
|
1067
1090
|
let i, u, d;
|
|
1068
|
-
for (let m = 0; m <
|
|
1069
|
-
i =
|
|
1091
|
+
for (let m = 0; m < o.length; m++)
|
|
1092
|
+
i = o[m], d = i.dataKey || "data", _(d) && _e(e, d) && (u = ye(e, d), _(i.ds) && _(i.tarKey) && pt(i, u));
|
|
1070
1093
|
}
|
|
1071
|
-
},
|
|
1072
|
-
let
|
|
1094
|
+
}, q = async (e) => {
|
|
1095
|
+
let o = [], i = {};
|
|
1073
1096
|
try {
|
|
1074
1097
|
(await Promise.allSettled([f.rawRequest(e)])).forEach((d, m) => {
|
|
1075
1098
|
if (d.status === "fulfilled")
|
|
1076
1099
|
m === 0 && (i = d.value);
|
|
1077
1100
|
else {
|
|
1078
|
-
const
|
|
1079
|
-
|
|
1101
|
+
const S = d.reason;
|
|
1102
|
+
o.push(S);
|
|
1080
1103
|
}
|
|
1081
1104
|
});
|
|
1082
1105
|
} catch (u) {
|
|
1083
|
-
console.error("_dataRequestHandler4Async 异常:", u),
|
|
1106
|
+
console.error("_dataRequestHandler4Async 异常:", u), o.push(u);
|
|
1084
1107
|
}
|
|
1085
|
-
return { errors:
|
|
1086
|
-
},
|
|
1108
|
+
return { errors: o, resultInfo: i };
|
|
1109
|
+
}, K = (e) => {
|
|
1087
1110
|
if (e.method == "GET" || e.method == "get") {
|
|
1088
|
-
let
|
|
1089
|
-
if (/\{#.*?#\}/g.test(
|
|
1090
|
-
let u = e.data || [], d = /* @__PURE__ */ new Set(), m = !1,
|
|
1091
|
-
if (
|
|
1092
|
-
m = !1,
|
|
1093
|
-
for (let
|
|
1094
|
-
if (
|
|
1095
|
-
m = !0,
|
|
1111
|
+
let o = e.url;
|
|
1112
|
+
if (/\{#.*?#\}/g.test(o)) {
|
|
1113
|
+
let u = e.data || [], d = /* @__PURE__ */ new Set(), m = !1, S = null;
|
|
1114
|
+
if (o = o.replace(/\{#(.*?)#\}/g, (J, Y) => {
|
|
1115
|
+
m = !1, S = null;
|
|
1116
|
+
for (let re = 0; re < u.length; re++)
|
|
1117
|
+
if (Y == u[re][0]) {
|
|
1118
|
+
m = !0, S = u[re][1];
|
|
1096
1119
|
break;
|
|
1097
1120
|
}
|
|
1098
|
-
return m ? (d.add(
|
|
1121
|
+
return m ? (d.add(Y), S) : J;
|
|
1099
1122
|
}), d.size > 0) {
|
|
1100
|
-
let J = u.filter((
|
|
1101
|
-
e.url =
|
|
1123
|
+
let J = u.filter((Y, re) => !d.has(Y[0]));
|
|
1124
|
+
e.url = o, e.data = J || [];
|
|
1102
1125
|
}
|
|
1103
1126
|
}
|
|
1104
1127
|
}
|
|
1105
|
-
},
|
|
1128
|
+
}, st = async (e) => {
|
|
1106
1129
|
if (e && _(e.url)) {
|
|
1107
|
-
let
|
|
1108
|
-
i.url = e.url, i.externalRequest = e.external || !1, i.method = e.method || "GET", i.paramType = "object", i.data =
|
|
1130
|
+
let o = e.respParams || [], i = {};
|
|
1131
|
+
i.url = e.url, i.externalRequest = e.external || !1, i.method = e.method || "GET", i.paramType = "object", i.data = C(e.params), i.headers = e.headers, e.series && (i.series = e.series, i.requestCount = e.requestCount || 0, i.time = e.time || 1e3), K(i);
|
|
1109
1132
|
let u = null;
|
|
1110
1133
|
if (e.loading) {
|
|
1111
1134
|
let d = e.load || {}, m = {
|
|
@@ -1114,301 +1137,307 @@ function je(t = {}, o = !0, l = {}) {
|
|
|
1114
1137
|
background: d.background,
|
|
1115
1138
|
text: d.text
|
|
1116
1139
|
};
|
|
1117
|
-
u =
|
|
1140
|
+
u = ot(m);
|
|
1118
1141
|
}
|
|
1119
1142
|
if (e.sync) {
|
|
1120
1143
|
i.series = !1;
|
|
1121
|
-
const { errors: d, resultInfo: m } = await
|
|
1144
|
+
const { errors: d, resultInfo: m } = await q(i);
|
|
1122
1145
|
if (u && u.close(), d && d.length > 0) {
|
|
1123
1146
|
if (e.enabledRespErrTip) {
|
|
1124
|
-
let
|
|
1125
|
-
|
|
1147
|
+
let S = e.respErrTip || {};
|
|
1148
|
+
G(S);
|
|
1126
1149
|
}
|
|
1127
|
-
|
|
1150
|
+
P(e, m, d[0]);
|
|
1128
1151
|
} else if (m)
|
|
1129
1152
|
if (i.externalRequest)
|
|
1130
1153
|
if (m && m.status == 200) {
|
|
1131
1154
|
if (e.enabledRespTip) {
|
|
1132
|
-
let
|
|
1133
|
-
|
|
1155
|
+
let S = e.respTip || {};
|
|
1156
|
+
G(S);
|
|
1134
1157
|
}
|
|
1135
|
-
|
|
1158
|
+
x(m, o), L(e, m);
|
|
1136
1159
|
} else {
|
|
1137
1160
|
if (e.enabledRespErrTip) {
|
|
1138
|
-
let
|
|
1139
|
-
|
|
1161
|
+
let S = e.respErrTip || {};
|
|
1162
|
+
G(S);
|
|
1140
1163
|
}
|
|
1141
|
-
|
|
1164
|
+
P(e, m, null);
|
|
1142
1165
|
}
|
|
1143
1166
|
else {
|
|
1144
1167
|
if (m) {
|
|
1145
1168
|
if (e.enabledRespTip) {
|
|
1146
|
-
let
|
|
1147
|
-
|
|
1169
|
+
let S = e.respTip || {};
|
|
1170
|
+
G(S);
|
|
1148
1171
|
}
|
|
1149
|
-
|
|
1172
|
+
x(m, o);
|
|
1150
1173
|
}
|
|
1151
|
-
|
|
1174
|
+
L(e, m);
|
|
1152
1175
|
}
|
|
1153
1176
|
} else {
|
|
1154
1177
|
let d = f.request(i, function(m) {
|
|
1155
1178
|
if (u && u.close(), i.externalRequest)
|
|
1156
1179
|
if (m && m.status == 200) {
|
|
1157
1180
|
if (e.enabledRespTip) {
|
|
1158
|
-
let
|
|
1159
|
-
|
|
1181
|
+
let S = e.respTip || {};
|
|
1182
|
+
G(S);
|
|
1160
1183
|
}
|
|
1161
|
-
|
|
1184
|
+
x(m, o), L(e, m);
|
|
1162
1185
|
} else {
|
|
1163
1186
|
if (e.enabledRespErrTip) {
|
|
1164
|
-
let
|
|
1165
|
-
|
|
1187
|
+
let S = e.respErrTip || {};
|
|
1188
|
+
G(S);
|
|
1166
1189
|
}
|
|
1167
|
-
|
|
1190
|
+
P(e, m, null);
|
|
1168
1191
|
}
|
|
1169
1192
|
else {
|
|
1170
1193
|
if (m) {
|
|
1171
1194
|
if (e.enabledRespTip) {
|
|
1172
|
-
let
|
|
1173
|
-
|
|
1195
|
+
let S = e.respTip || {};
|
|
1196
|
+
G(S);
|
|
1174
1197
|
}
|
|
1175
|
-
|
|
1198
|
+
x(m, o);
|
|
1176
1199
|
}
|
|
1177
|
-
|
|
1200
|
+
L(e, m);
|
|
1178
1201
|
}
|
|
1179
1202
|
}, function(m) {
|
|
1180
1203
|
if (u && u.close(), e.enabledRespErrTip) {
|
|
1181
|
-
let
|
|
1182
|
-
|
|
1204
|
+
let S = e.respErrTip || {};
|
|
1205
|
+
G(S);
|
|
1183
1206
|
}
|
|
1184
|
-
|
|
1207
|
+
P(e, null, m);
|
|
1185
1208
|
});
|
|
1186
1209
|
d && y.push(d);
|
|
1187
1210
|
}
|
|
1188
1211
|
}
|
|
1189
|
-
},
|
|
1190
|
-
e.tipType == "msg" ?
|
|
1191
|
-
},
|
|
1192
|
-
if (e &&
|
|
1193
|
-
let
|
|
1194
|
-
for (let u = 0; u <
|
|
1195
|
-
if (i =
|
|
1196
|
-
let d =
|
|
1197
|
-
|
|
1212
|
+
}, G = (e = {}) => {
|
|
1213
|
+
e.tipType == "msg" ? xe(e.type, e.msg, e.extParam) : e.tipType == "notify" && we(e.type, e.msg, e.extParam);
|
|
1214
|
+
}, it = (e) => {
|
|
1215
|
+
if (e && R(e.params)) {
|
|
1216
|
+
let o = e.params || [], i = null;
|
|
1217
|
+
for (let u = 0; u < o.length; u++)
|
|
1218
|
+
if (i = o[u], X(i)) {
|
|
1219
|
+
let d = B(i);
|
|
1220
|
+
b.setDataCache(i.tarKey, d);
|
|
1198
1221
|
}
|
|
1199
1222
|
}
|
|
1200
|
-
},
|
|
1201
|
-
if (e &&
|
|
1202
|
-
let
|
|
1203
|
-
for (let u = 0; u <
|
|
1204
|
-
if (i =
|
|
1205
|
-
let d = c.get(i.ipn), m =
|
|
1223
|
+
}, at = (e) => {
|
|
1224
|
+
if (e && R(e.params)) {
|
|
1225
|
+
let o = e.params || [], i = null;
|
|
1226
|
+
for (let u = 0; u < o.length; u++)
|
|
1227
|
+
if (i = o[u], _(i.ipn) && _(i.opn) && c.has(i.ipn)) {
|
|
1228
|
+
let d = c.get(i.ipn), m = ee.equals(d, i.ipv);
|
|
1206
1229
|
if (m)
|
|
1207
1230
|
c.set(i.opn, i.opv);
|
|
1208
1231
|
else {
|
|
1209
|
-
let
|
|
1210
|
-
m =
|
|
1232
|
+
let S = te(d), J = te(i.ipv);
|
|
1233
|
+
m = ee["=="](S, J), m && c.set(i.opn, i.opv);
|
|
1211
1234
|
}
|
|
1212
1235
|
}
|
|
1213
1236
|
}
|
|
1214
|
-
},
|
|
1215
|
-
if (e &&
|
|
1216
|
-
let
|
|
1217
|
-
for (let u = 0; u <
|
|
1218
|
-
if (i =
|
|
1219
|
-
let d =
|
|
1220
|
-
|
|
1237
|
+
}, ct = (e) => {
|
|
1238
|
+
if (e && R(e.params)) {
|
|
1239
|
+
let o = e.params || [], i = null;
|
|
1240
|
+
for (let u = 0; u < o.length; u++)
|
|
1241
|
+
if (i = o[u], X(i)) {
|
|
1242
|
+
let d = B(i);
|
|
1243
|
+
b.setParam(i.tarKey, d);
|
|
1221
1244
|
}
|
|
1222
1245
|
}
|
|
1223
|
-
},
|
|
1246
|
+
}, b = {
|
|
1224
1247
|
hasParam: function(e) {
|
|
1225
1248
|
return c.has(e);
|
|
1226
1249
|
},
|
|
1227
1250
|
getParam: function(e) {
|
|
1228
1251
|
return c.get(e);
|
|
1229
1252
|
},
|
|
1230
|
-
setParam: function(e,
|
|
1231
|
-
c.set(e,
|
|
1253
|
+
setParam: function(e, o) {
|
|
1254
|
+
c.set(e, o);
|
|
1232
1255
|
},
|
|
1233
1256
|
getDataCache: function(e) {
|
|
1234
1257
|
return s.data[e];
|
|
1235
1258
|
},
|
|
1236
|
-
setDataCache: function(e,
|
|
1237
|
-
s.data[e] =
|
|
1259
|
+
setDataCache: function(e, o) {
|
|
1260
|
+
s.data[e] = o;
|
|
1238
1261
|
},
|
|
1239
1262
|
getContainerParam: function(e) {
|
|
1240
|
-
return
|
|
1263
|
+
return oe(e);
|
|
1241
1264
|
},
|
|
1242
|
-
setSessionParam: function(e,
|
|
1243
|
-
sessionStorage.setItem(e,
|
|
1265
|
+
setSessionParam: function(e, o) {
|
|
1266
|
+
sessionStorage.setItem(e, o);
|
|
1244
1267
|
},
|
|
1245
1268
|
getSessionParam: function(e) {
|
|
1246
1269
|
return sessionStorage.getItem(e);
|
|
1247
1270
|
},
|
|
1248
|
-
setLocalParam: function(e,
|
|
1249
|
-
localStorage.setItem(e,
|
|
1271
|
+
setLocalParam: function(e, o) {
|
|
1272
|
+
localStorage.setItem(e, o);
|
|
1250
1273
|
},
|
|
1251
1274
|
getLocalParam: function(e) {
|
|
1252
1275
|
return localStorage.getItem(e);
|
|
1253
1276
|
},
|
|
1254
|
-
callCompMethod: function(e,
|
|
1255
|
-
|
|
1277
|
+
callCompMethod: function(e, o, i = {}) {
|
|
1278
|
+
F(h) ? h(e, o, i) : console.error("compMethod is not function.");
|
|
1256
1279
|
},
|
|
1257
|
-
setJsCookie: function(e,
|
|
1258
|
-
|
|
1280
|
+
setJsCookie: function(e, o, i = 30) {
|
|
1281
|
+
ge.set(e, o, { expires: i });
|
|
1259
1282
|
},
|
|
1260
1283
|
getJsCookie: function(e) {
|
|
1261
|
-
return
|
|
1284
|
+
return ge.get(e);
|
|
1262
1285
|
},
|
|
1263
1286
|
removeJsCookie: function(e) {
|
|
1264
|
-
|
|
1287
|
+
ge.remove(e);
|
|
1265
1288
|
},
|
|
1266
|
-
log: function(e = "log",
|
|
1267
|
-
e == "error" ? console.error(
|
|
1289
|
+
log: function(e = "log", o) {
|
|
1290
|
+
e == "error" ? console.error(o) : e == "info" ? console.info(o) : e == "warn" ? console.warn(o) : console.log(o);
|
|
1268
1291
|
},
|
|
1269
1292
|
isNotEmptyStr: function(e) {
|
|
1270
1293
|
return _(e);
|
|
1271
1294
|
},
|
|
1272
1295
|
md5: function(e) {
|
|
1273
|
-
return
|
|
1296
|
+
return Ze(e);
|
|
1274
1297
|
},
|
|
1275
1298
|
getDate: function(e) {
|
|
1276
|
-
return
|
|
1299
|
+
return Qe(e);
|
|
1277
1300
|
},
|
|
1278
|
-
formatDate: function(e,
|
|
1279
|
-
return
|
|
1301
|
+
formatDate: function(e, o = "YYYY-MM-dd") {
|
|
1302
|
+
return $e(e, o);
|
|
1280
1303
|
},
|
|
1281
1304
|
closeDialog: function(e) {
|
|
1282
|
-
|
|
1305
|
+
V(e);
|
|
1306
|
+
},
|
|
1307
|
+
hideAndShowComp: function(e, o, i = {}) {
|
|
1308
|
+
F(T) ? T(e, o, i) : console.error("hideAndShowComp is not function.");
|
|
1283
1309
|
}
|
|
1284
|
-
},
|
|
1310
|
+
}, ut = (e) => {
|
|
1285
1311
|
if (e && _(e.funcBody)) {
|
|
1286
|
-
const
|
|
1287
|
-
helper: { ...a, ...
|
|
1312
|
+
const o = {
|
|
1313
|
+
helper: { ...a, ...b }
|
|
1288
1314
|
};
|
|
1289
1315
|
try {
|
|
1290
1316
|
let i = e.funcBody.toString().trim();
|
|
1291
|
-
i.indexOf("function") < 0 && (i = "function(){" + i + "}"), new Function("context", `with(context) {return ${i}}`)(
|
|
1317
|
+
i.indexOf("function") < 0 && (i = "function(){" + i + "}"), new Function("context", `with(context) {return ${i}}`)(o)();
|
|
1292
1318
|
} catch (i) {
|
|
1293
1319
|
console.error("处理自定义函数时出错:", i);
|
|
1294
1320
|
}
|
|
1295
1321
|
}
|
|
1296
|
-
},
|
|
1322
|
+
}, ft = (e) => {
|
|
1297
1323
|
if (e && _(e.type)) {
|
|
1298
1324
|
if (e.opType == "clear") {
|
|
1299
|
-
let
|
|
1300
|
-
|
|
1301
|
-
} else if (
|
|
1302
|
-
let
|
|
1325
|
+
let o = e.type;
|
|
1326
|
+
o == "session" ? sessionStorage.clear() : o == "local" && localStorage.clear();
|
|
1327
|
+
} else if (R(e.params) && e.params.length > 0) {
|
|
1328
|
+
let o = e.type, i = e.params || [], u = null;
|
|
1303
1329
|
for (let d = 0; d < i.length; d++)
|
|
1304
1330
|
if (u = i[d], u.delete)
|
|
1305
|
-
_(u.tarKey) && (
|
|
1306
|
-
else if (
|
|
1307
|
-
let m =
|
|
1308
|
-
|
|
1331
|
+
_(u.tarKey) && (o == "session" ? sessionStorage.removeItem(u.tarKey) : o == "local" ? localStorage.removeItem(u.tarKey) : o == "jsCookie" && b.removeJsCookie(u.tarKey));
|
|
1332
|
+
else if (X(u)) {
|
|
1333
|
+
let m = B(u);
|
|
1334
|
+
o == "session" ? sessionStorage.setItem(u.tarKey, m) : o == "local" ? localStorage.setItem(u.tarKey, m) : o == "jsCookie" && b.setJsCookie(u.tarKey, m);
|
|
1309
1335
|
}
|
|
1310
1336
|
}
|
|
1311
1337
|
}
|
|
1312
|
-
},
|
|
1338
|
+
}, X = (e) => _(e.ds) && _(e.tarKey) ? e.ds != "inputV" ? _(e.key) : !0 : !1, B = (e) => {
|
|
1313
1339
|
if (e.ds == "inputP")
|
|
1314
|
-
return
|
|
1340
|
+
return b.getParam(e.key);
|
|
1315
1341
|
if (e.ds == "cacheP")
|
|
1316
|
-
return
|
|
1342
|
+
return b.getDataCache(e.key);
|
|
1317
1343
|
if (e.ds == "containerP")
|
|
1318
|
-
return
|
|
1344
|
+
return b.getContainerParam(e.key);
|
|
1319
1345
|
if (e.ds == "sessionP")
|
|
1320
|
-
return
|
|
1346
|
+
return b.getSessionParam(e.key);
|
|
1321
1347
|
if (e.ds == "localP")
|
|
1322
|
-
return
|
|
1348
|
+
return b.getLocalParam(e.key);
|
|
1323
1349
|
if (e.ds == "jsCookieP")
|
|
1324
|
-
return
|
|
1350
|
+
return b.getJsCookie(e.key);
|
|
1325
1351
|
if (e.ds == "compProp")
|
|
1326
|
-
return
|
|
1352
|
+
return F(a.getPropValue) ? a.getPropValue(e.key) : null;
|
|
1327
1353
|
if (e.ds == "compStyle")
|
|
1328
|
-
return
|
|
1329
|
-
{
|
|
1330
|
-
let
|
|
1331
|
-
return
|
|
1354
|
+
return F(a.getStyleValue) ? a.getStyleValue(e.key) : null;
|
|
1355
|
+
if (e.ds == "_selectMenuValue" || e.ds == "_selectItemValue" || e.ds == "_changeItemValue") {
|
|
1356
|
+
let o = b.getParam(e.ds);
|
|
1357
|
+
return We(o) ? null : ie(o) ? _(e.key) && _e(o, e.key) ? ye(o, e.key) : null : o;
|
|
1358
|
+
} else {
|
|
1359
|
+
let o = e.key;
|
|
1360
|
+
return o.toString().trim().indexOf("#json#") == 0 ? (o = o.toString().trim().replace("#json#", ""), Ge(o, {})) : e.key;
|
|
1332
1361
|
}
|
|
1333
|
-
},
|
|
1362
|
+
}, pt = (e, o) => {
|
|
1334
1363
|
if (e.ds == "cacheP")
|
|
1335
|
-
return
|
|
1364
|
+
return b.setDataCache(e.tarKey, o);
|
|
1336
1365
|
if (e.ds == "inputP")
|
|
1337
|
-
return
|
|
1366
|
+
return b.setParam(e.tarKey, o);
|
|
1338
1367
|
if (e.ds == "sessionP")
|
|
1339
|
-
return
|
|
1368
|
+
return b.setSessionParam(e.tarKey, o);
|
|
1340
1369
|
if (e.ds == "localP")
|
|
1341
|
-
return
|
|
1342
|
-
e.ds == "jsCookieP" ?
|
|
1343
|
-
},
|
|
1370
|
+
return b.setLocalParam(e.tarKey, o);
|
|
1371
|
+
e.ds == "jsCookieP" ? b.setJsCookie(e.tarKey, o) : e.ds == "compProp" ? F(a.setPropValue) && a.setPropValue(e.tarKey, o) : e.ds == "compStyle" && F(a.setStyleValue) && a.setStyleValue(e.tarKey, o);
|
|
1372
|
+
}, dt = (e) => {
|
|
1344
1373
|
if (e) {
|
|
1345
|
-
let
|
|
1346
|
-
|
|
1347
|
-
if (
|
|
1348
|
-
let m =
|
|
1374
|
+
let o = e.styleSets || [], i = e.propSets || [];
|
|
1375
|
+
R(i) && i.length > 0 && F(a.setPropValue) && i.forEach((u, d) => {
|
|
1376
|
+
if (X(u)) {
|
|
1377
|
+
let m = B(u);
|
|
1349
1378
|
a.setPropValue(u.tarKey, m);
|
|
1350
1379
|
}
|
|
1351
|
-
}),
|
|
1352
|
-
if (
|
|
1353
|
-
let m =
|
|
1380
|
+
}), R(o) && o.length > 0 && F(a.setStyleValue) && o.forEach((u, d) => {
|
|
1381
|
+
if (X(u)) {
|
|
1382
|
+
let m = B(u);
|
|
1354
1383
|
a.setStyleValue(u.tarKey, m);
|
|
1355
1384
|
}
|
|
1356
1385
|
});
|
|
1357
1386
|
}
|
|
1358
|
-
},
|
|
1359
|
-
let
|
|
1360
|
-
if (e &&
|
|
1387
|
+
}, mt = (e) => {
|
|
1388
|
+
let o = !1;
|
|
1389
|
+
if (e && R(e.params)) {
|
|
1361
1390
|
let i = e.params || [], u = null, d = !1;
|
|
1362
1391
|
for (let m = 0; m < i.length; m++) {
|
|
1363
1392
|
u = i[m];
|
|
1364
|
-
let
|
|
1365
|
-
const
|
|
1366
|
-
if ([">", ">=", "<", "<=", "=="].includes(
|
|
1367
|
-
|
|
1393
|
+
let S = B(u), J = u.value;
|
|
1394
|
+
const Y = u.opType;
|
|
1395
|
+
if ([">", ">=", "<", "<=", "=="].includes(Y) && (S = te(S), J = te(J)), ee[Y] ? d = ee[Y](S, J) : d = !1, d) {
|
|
1396
|
+
o = !0;
|
|
1368
1397
|
break;
|
|
1369
1398
|
}
|
|
1370
1399
|
}
|
|
1371
|
-
if (e.enabledTip &&
|
|
1400
|
+
if (e.enabledTip && o) {
|
|
1372
1401
|
let m = e.tip || {};
|
|
1373
|
-
m.tipType == "msg" ?
|
|
1402
|
+
m.tipType == "msg" ? xe(m.type, m.msg, m.extParam) : m.tipType == "notify" && we(m.type, m.msg, m.extParam);
|
|
1374
1403
|
}
|
|
1375
1404
|
}
|
|
1376
|
-
return
|
|
1377
|
-
},
|
|
1405
|
+
return o;
|
|
1406
|
+
}, Ie = (e, o) => {
|
|
1378
1407
|
if (e.customFunc && _(e.confirmFunc)) {
|
|
1379
1408
|
const i = {
|
|
1380
|
-
helper: { ...a, ...
|
|
1409
|
+
helper: { ...a, ...b }
|
|
1381
1410
|
};
|
|
1382
1411
|
try {
|
|
1383
1412
|
let u = e.confirmFunc.toString().trim();
|
|
1384
|
-
u.indexOf("function") < 0 && (u = "function (promptValue){" + u + "}"), new Function("context", `with(context) {return ${u}}`)(i)(
|
|
1413
|
+
u.indexOf("function") < 0 && (u = "function (promptValue){" + u + "}"), new Function("context", `with(context) {return ${u}}`)(i)(o);
|
|
1385
1414
|
} catch (u) {
|
|
1386
1415
|
console.error("[__messageBoxHandler4CustomSuccessFunc]处理自定义失败函数时出错:", u);
|
|
1387
1416
|
}
|
|
1388
1417
|
}
|
|
1389
|
-
},
|
|
1418
|
+
}, gt = (e, o) => {
|
|
1390
1419
|
if (e.customFunc && _(e.errorFunc)) {
|
|
1391
1420
|
const i = {
|
|
1392
|
-
helper: { ...a, ...
|
|
1421
|
+
helper: { ...a, ...b }
|
|
1393
1422
|
};
|
|
1394
1423
|
try {
|
|
1395
1424
|
let u = e.errorFunc.toString().trim();
|
|
1396
|
-
u.indexOf("function") < 0 && (u = "function (err){" + u + "}"), new Function("context", `with(context) {return ${u}}`)(i)(
|
|
1425
|
+
u.indexOf("function") < 0 && (u = "function (err){" + u + "}"), new Function("context", `with(context) {return ${u}}`)(i)(o);
|
|
1397
1426
|
} catch (u) {
|
|
1398
1427
|
console.error("[__messageBoxHandler4CustomErrorFunc]处理自定义失败函数时出错:", u);
|
|
1399
1428
|
}
|
|
1400
1429
|
}
|
|
1401
|
-
},
|
|
1430
|
+
}, ae = (e, o) => {
|
|
1402
1431
|
if (e.customFunc) {
|
|
1403
1432
|
let i = "";
|
|
1404
|
-
if (
|
|
1433
|
+
if (o == "cancel" && _(e.cancelFunc))
|
|
1405
1434
|
i = e.cancelFunc;
|
|
1406
|
-
else if (
|
|
1435
|
+
else if (o == "close" && _(e.closeFunc))
|
|
1407
1436
|
i = e.closeFunc;
|
|
1408
1437
|
else
|
|
1409
1438
|
return;
|
|
1410
1439
|
const u = {
|
|
1411
|
-
helper: { ...a, ...
|
|
1440
|
+
helper: { ...a, ...b }
|
|
1412
1441
|
};
|
|
1413
1442
|
try {
|
|
1414
1443
|
let d = i.toString().trim();
|
|
@@ -1417,8 +1446,8 @@ function je(t = {}, o = !0, l = {}) {
|
|
|
1417
1446
|
console.error("[__messageBoxHandler4CustomCancelOrCloseFunc]处理自定义失败函数时出错:", d);
|
|
1418
1447
|
}
|
|
1419
1448
|
}
|
|
1420
|
-
},
|
|
1421
|
-
let
|
|
1449
|
+
}, ht = async (e) => {
|
|
1450
|
+
let o = !1;
|
|
1422
1451
|
if (e && _(e.type)) {
|
|
1423
1452
|
let i = {
|
|
1424
1453
|
...e.params,
|
|
@@ -1427,194 +1456,222 @@ function je(t = {}, o = !0, l = {}) {
|
|
|
1427
1456
|
cancelButtonText: e.cancelText
|
|
1428
1457
|
};
|
|
1429
1458
|
if (e.type == "confirm") {
|
|
1430
|
-
const { errors: u, resultInfo: d } = await
|
|
1431
|
-
u && u.length > 0 ? u[0] == "cancel" ?
|
|
1459
|
+
const { errors: u, resultInfo: d } = await rt(e.title, e.message, i);
|
|
1460
|
+
u && u.length > 0 ? u[0] == "cancel" ? ae(e, "cancel") : u[0] == "close" && ae(e, "close") : d == "confirm" && (o = !0, Ie(e, null));
|
|
1432
1461
|
} else if (e.type == "prompt") {
|
|
1433
1462
|
if (_(i.inputPattern)) {
|
|
1434
1463
|
const m = i.inputPattern.replace(/\\\\/g, "\\");
|
|
1435
1464
|
i.inputPattern = new RegExp(m);
|
|
1436
1465
|
}
|
|
1437
|
-
const { errors: u, resultInfo: d } = await
|
|
1438
|
-
u && u.length > 0 ? u[0] == "cancel" ?
|
|
1466
|
+
const { errors: u, resultInfo: d } = await lt(e.title, e.message, i);
|
|
1467
|
+
u && u.length > 0 ? u[0] == "cancel" ? ae(e, "cancel") : u[0] == "close" ? ae(e, "close") : gt(e, u[0]) : d.action == "confirm" && (o = !0, b.setParam("promptValue", d.value), Ie(e, d.value));
|
|
1439
1468
|
}
|
|
1440
|
-
e.autoBlock || (
|
|
1469
|
+
e.autoBlock || (o = !0);
|
|
1441
1470
|
} else
|
|
1442
|
-
|
|
1443
|
-
return
|
|
1444
|
-
},
|
|
1471
|
+
o = !0;
|
|
1472
|
+
return o;
|
|
1473
|
+
}, yt = (e) => {
|
|
1445
1474
|
if (e && _(e.pageId)) {
|
|
1446
|
-
let
|
|
1475
|
+
let o = { ...e };
|
|
1447
1476
|
if (e.customPosition) {
|
|
1448
|
-
let i = (
|
|
1449
|
-
|
|
1477
|
+
let i = (b.getParam("elementRectLeft") || 0) + e.leftOffset, u = (b.getParam("elementRectTop") || 0) + e.topOffset;
|
|
1478
|
+
o.absLeft = i, o.absTop = u;
|
|
1450
1479
|
}
|
|
1451
|
-
|
|
1480
|
+
v(o);
|
|
1452
1481
|
}
|
|
1453
|
-
},
|
|
1454
|
-
|
|
1482
|
+
}, _t = (e) => {
|
|
1483
|
+
if (e && R(e.params)) {
|
|
1484
|
+
let o = e.params || [], i = null;
|
|
1485
|
+
for (let u = 0; u < o.length; u++)
|
|
1486
|
+
if (i = o[u], _(i.compId)) {
|
|
1487
|
+
let d = i.options || {};
|
|
1488
|
+
i.type == "s" ? b.hideAndShowComp(i.compId, !0, d) : b.hideAndShowComp(i.compId, !1, d);
|
|
1489
|
+
}
|
|
1490
|
+
}
|
|
1491
|
+
}, vt = (e) => {
|
|
1492
|
+
if (e) {
|
|
1493
|
+
let o = e.interval ?? 1e3, i = setInterval(
|
|
1494
|
+
() => {
|
|
1495
|
+
de("debug", "定时器触发..."), Rt();
|
|
1496
|
+
},
|
|
1497
|
+
o
|
|
1498
|
+
);
|
|
1499
|
+
E.push(i);
|
|
1500
|
+
}
|
|
1501
|
+
}, ke = async (e = []) => {
|
|
1502
|
+
let o = null;
|
|
1455
1503
|
for (let i = 0; i < e.length; i++)
|
|
1456
|
-
if (
|
|
1457
|
-
|
|
1458
|
-
else if (
|
|
1459
|
-
await
|
|
1460
|
-
else if (
|
|
1461
|
-
|
|
1462
|
-
else if (
|
|
1463
|
-
|
|
1464
|
-
else if (
|
|
1465
|
-
|
|
1466
|
-
else if (
|
|
1467
|
-
|
|
1468
|
-
else if (
|
|
1469
|
-
|
|
1470
|
-
else if (
|
|
1471
|
-
|
|
1472
|
-
else if (
|
|
1473
|
-
if (
|
|
1504
|
+
if (o = e[i], o.action == "router")
|
|
1505
|
+
Q(o.config);
|
|
1506
|
+
else if (o.action == "dataRequest")
|
|
1507
|
+
await st(o.config);
|
|
1508
|
+
else if (o.action == "cacheSet")
|
|
1509
|
+
it(o.config);
|
|
1510
|
+
else if (o.action == "paramMap")
|
|
1511
|
+
at(o.config);
|
|
1512
|
+
else if (o.action == "paramSet")
|
|
1513
|
+
ct(o.config);
|
|
1514
|
+
else if (o.action == "customFunction")
|
|
1515
|
+
ut(o.config);
|
|
1516
|
+
else if (o.action == "webStorage")
|
|
1517
|
+
ft(o.config);
|
|
1518
|
+
else if (o.action == "componentSet")
|
|
1519
|
+
dt(o.config);
|
|
1520
|
+
else if (o.action == "actionEnd") {
|
|
1521
|
+
if (mt(o.config)) {
|
|
1474
1522
|
console.log("actionEnd is true. break");
|
|
1475
1523
|
break;
|
|
1476
1524
|
}
|
|
1477
|
-
} else if (
|
|
1478
|
-
if (!await
|
|
1525
|
+
} else if (o.action == "messageBox") {
|
|
1526
|
+
if (!await ht(o.config)) {
|
|
1479
1527
|
console.log("messageBox is false. break");
|
|
1480
1528
|
break;
|
|
1481
1529
|
}
|
|
1482
|
-
} else if (
|
|
1483
|
-
|
|
1530
|
+
} else if (o.action == "openDialog") {
|
|
1531
|
+
yt(o.config);
|
|
1484
1532
|
break;
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
let
|
|
1488
|
-
_(e.lType) && (e.lType
|
|
1533
|
+
} else o.action == "showAndHideSet" ? _t(o.config) : o.action == "timerSet" && vt(o.config);
|
|
1534
|
+
}, Te = (e) => e == "inputV" || e == "_selectMenuValue" || e == "_selectItemValue" || e == "_changeItemValue", St = (e) => {
|
|
1535
|
+
let o = !1, i, u, d = !1;
|
|
1536
|
+
_(e.lType) && (Te(e.lType) ? d = !0 : d = _(e.lValue));
|
|
1489
1537
|
let m = !1;
|
|
1490
|
-
if (_(e.rType) && (e.rType
|
|
1491
|
-
i =
|
|
1538
|
+
if (_(e.rType) && (Te(e.rType) ? m = !0 : m = _(e.rValue)), d && m) {
|
|
1539
|
+
i = B({
|
|
1492
1540
|
ds: e.lType,
|
|
1493
1541
|
key: e.lValue
|
|
1494
|
-
}), u =
|
|
1542
|
+
}), u = B({
|
|
1495
1543
|
ds: e.rType,
|
|
1496
1544
|
key: e.rValue
|
|
1497
1545
|
});
|
|
1498
|
-
const
|
|
1499
|
-
[">", ">=", "<", "<=", "=="].includes(
|
|
1546
|
+
const S = e.opType;
|
|
1547
|
+
[">", ">=", "<", "<=", "=="].includes(S) && (i = te(i), u = te(u)), ee[S] ? o = ee[S](i, u) : (o = !1, console.warn("useEventHandler Invalid operator: " + S));
|
|
1500
1548
|
} else
|
|
1501
1549
|
console.warn("_judgeCondition warn: the condition config is error.");
|
|
1502
|
-
return
|
|
1503
|
-
},
|
|
1504
|
-
let
|
|
1550
|
+
return o;
|
|
1551
|
+
}, xt = (e) => {
|
|
1552
|
+
let o = !1;
|
|
1505
1553
|
if (e.default)
|
|
1506
|
-
|
|
1554
|
+
o = !0;
|
|
1507
1555
|
else {
|
|
1508
1556
|
let i = e.condition || [];
|
|
1509
1557
|
if (i.length > 0) {
|
|
1510
1558
|
let u = !0;
|
|
1511
1559
|
for (let d = 0; d < i.length; d++)
|
|
1512
|
-
if (!
|
|
1560
|
+
if (!St(i[d])) {
|
|
1513
1561
|
u = !1;
|
|
1514
1562
|
break;
|
|
1515
1563
|
}
|
|
1516
|
-
u && (
|
|
1564
|
+
u && (o = !0);
|
|
1517
1565
|
} else
|
|
1518
|
-
|
|
1566
|
+
o = !0;
|
|
1519
1567
|
}
|
|
1520
|
-
return
|
|
1521
|
-
},
|
|
1522
|
-
for (const
|
|
1523
|
-
if (
|
|
1524
|
-
|
|
1568
|
+
return o;
|
|
1569
|
+
}, A = (e = []) => {
|
|
1570
|
+
for (const o of e)
|
|
1571
|
+
if (o.default) {
|
|
1572
|
+
ke(o.actionList);
|
|
1525
1573
|
break;
|
|
1526
|
-
} else
|
|
1527
|
-
},
|
|
1528
|
-
p || (
|
|
1574
|
+
} else xt(o) && ke(o.actionList);
|
|
1575
|
+
}, wt = (e) => {
|
|
1576
|
+
p || (M && clearTimeout(M), M = setTimeout(() => {
|
|
1529
1577
|
if (n && n.hasOwnProperty("onMouseClick")) {
|
|
1530
1578
|
if (e && e.target) {
|
|
1531
1579
|
const i = e.target.getBoundingClientRect();
|
|
1532
|
-
|
|
1580
|
+
H("elementRect", i), H("elementRectLeft", i.left), H("elementRectTop", i.top);
|
|
1533
1581
|
}
|
|
1534
|
-
let
|
|
1535
|
-
|
|
1582
|
+
let o = n.onMouseClick;
|
|
1583
|
+
A(o);
|
|
1536
1584
|
}
|
|
1537
|
-
},
|
|
1538
|
-
},
|
|
1539
|
-
if (!p && (
|
|
1585
|
+
}, k));
|
|
1586
|
+
}, bt = (e) => {
|
|
1587
|
+
if (!p && (M && clearTimeout(M), n && n.hasOwnProperty("onMouseDblClick"))) {
|
|
1540
1588
|
if (e && e.target) {
|
|
1541
1589
|
const i = e.target.getBoundingClientRect();
|
|
1542
|
-
|
|
1590
|
+
H("elementRect", i), H("elementRectLeft", i.left), H("elementRectTop", i.top);
|
|
1543
1591
|
}
|
|
1544
|
-
let
|
|
1545
|
-
|
|
1592
|
+
let o = n.onMouseDblClick;
|
|
1593
|
+
A(o);
|
|
1546
1594
|
}
|
|
1547
|
-
},
|
|
1548
|
-
if (!p && n && n.hasOwnProperty("onContextMenu")) {
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
I("elementRect", i), I("elementRectLeft", i.left), I("elementRectTop", i.top);
|
|
1552
|
-
}
|
|
1553
|
-
let r = n.onContextMenu;
|
|
1554
|
-
N(r);
|
|
1595
|
+
}, Ct = (e, o) => {
|
|
1596
|
+
if (!p && (H("_selectMenuValue", o), n && n.hasOwnProperty("onContextMenu"))) {
|
|
1597
|
+
let i = n.onContextMenu;
|
|
1598
|
+
A(i);
|
|
1555
1599
|
}
|
|
1556
|
-
},
|
|
1557
|
-
if (!p && (
|
|
1558
|
-
let
|
|
1559
|
-
|
|
1600
|
+
}, Pt = (e) => {
|
|
1601
|
+
if (!p && (H("_selectItemValue", e), n && n.hasOwnProperty("selectItem"))) {
|
|
1602
|
+
let o = n.selectItem;
|
|
1603
|
+
A(o);
|
|
1560
1604
|
}
|
|
1561
|
-
},
|
|
1562
|
-
if (!p && (
|
|
1563
|
-
let
|
|
1564
|
-
|
|
1605
|
+
}, Ot = (e) => {
|
|
1606
|
+
if (!p && (H("_changeItemValue", e), n && n.hasOwnProperty("changeValue"))) {
|
|
1607
|
+
let o = n.changeValue;
|
|
1608
|
+
A(o);
|
|
1565
1609
|
}
|
|
1566
|
-
},
|
|
1610
|
+
}, Vt = () => {
|
|
1567
1611
|
if (!p && n && n.hasOwnProperty("keyEnter")) {
|
|
1568
1612
|
let e = n.keyEnter;
|
|
1569
|
-
|
|
1613
|
+
A(e);
|
|
1570
1614
|
}
|
|
1571
|
-
},
|
|
1615
|
+
}, Mt = () => {
|
|
1572
1616
|
if (!p && n && n.hasOwnProperty("onBeforeMount")) {
|
|
1573
1617
|
let e = n.onBeforeMount;
|
|
1574
|
-
|
|
1618
|
+
A(e);
|
|
1575
1619
|
}
|
|
1576
|
-
},
|
|
1620
|
+
}, It = () => {
|
|
1577
1621
|
if (!p && n && n.hasOwnProperty("onMounted")) {
|
|
1578
1622
|
let e = n.onMounted;
|
|
1579
|
-
|
|
1623
|
+
A(e);
|
|
1580
1624
|
}
|
|
1581
|
-
},
|
|
1582
|
-
if (
|
|
1625
|
+
}, kt = () => {
|
|
1626
|
+
if (E && E.length > 0)
|
|
1627
|
+
for (let e = 0; e < E.length; e++)
|
|
1628
|
+
try {
|
|
1629
|
+
clearInterval(E[e]);
|
|
1630
|
+
} catch (o) {
|
|
1631
|
+
console.error("cancel request error", o);
|
|
1632
|
+
}
|
|
1633
|
+
}, Tt = () => {
|
|
1634
|
+
if (kt(), !p) {
|
|
1583
1635
|
if (y && y.length > 0)
|
|
1584
1636
|
for (let e = 0; e < y.length; e++)
|
|
1585
1637
|
try {
|
|
1586
1638
|
y[e] && y[e]();
|
|
1587
|
-
} catch (
|
|
1588
|
-
console.error("cancel request error",
|
|
1639
|
+
} catch (o) {
|
|
1640
|
+
console.error("cancel request error", o);
|
|
1589
1641
|
}
|
|
1590
1642
|
if (n && n.hasOwnProperty("onBeforeUnmount")) {
|
|
1591
1643
|
let e = n.onBeforeUnmount;
|
|
1592
|
-
|
|
1644
|
+
A(e);
|
|
1593
1645
|
}
|
|
1594
1646
|
}
|
|
1595
|
-
},
|
|
1647
|
+
}, Et = () => {
|
|
1596
1648
|
if (!p && n && n.hasOwnProperty("onUnmounted")) {
|
|
1597
1649
|
let e = n.onUnmounted;
|
|
1598
|
-
|
|
1650
|
+
A(e);
|
|
1651
|
+
}
|
|
1652
|
+
}, Rt = () => {
|
|
1653
|
+
if (!p && n && n.hasOwnProperty("timerTrigger")) {
|
|
1654
|
+
let e = n.timerTrigger;
|
|
1655
|
+
A(e);
|
|
1599
1656
|
}
|
|
1600
|
-
},
|
|
1601
|
-
|
|
1657
|
+
}, H = (e, o) => {
|
|
1658
|
+
b.setParam(e, o);
|
|
1602
1659
|
};
|
|
1603
1660
|
return {
|
|
1604
|
-
handleClick:
|
|
1605
|
-
handleDblClick:
|
|
1606
|
-
handleContextMenu:
|
|
1607
|
-
selectItem:
|
|
1608
|
-
changeValue:
|
|
1609
|
-
beforeMount:
|
|
1610
|
-
mounted:
|
|
1611
|
-
beforeUnmount:
|
|
1612
|
-
unmounted:
|
|
1613
|
-
setParam:
|
|
1614
|
-
keyEnter:
|
|
1661
|
+
handleClick: wt,
|
|
1662
|
+
handleDblClick: bt,
|
|
1663
|
+
handleContextMenu: Ct,
|
|
1664
|
+
selectItem: Pt,
|
|
1665
|
+
changeValue: Ot,
|
|
1666
|
+
beforeMount: Mt,
|
|
1667
|
+
mounted: It,
|
|
1668
|
+
beforeUnmount: Tt,
|
|
1669
|
+
unmounted: Et,
|
|
1670
|
+
setParam: H,
|
|
1671
|
+
keyEnter: Vt
|
|
1615
1672
|
};
|
|
1616
1673
|
}
|
|
1617
|
-
function
|
|
1674
|
+
function qe(t, r, l, n) {
|
|
1618
1675
|
return {
|
|
1619
1676
|
setPropValue: function(a, c) {
|
|
1620
1677
|
t.value[a] = c;
|
|
@@ -1623,10 +1680,10 @@ function Be(t, o, l, n) {
|
|
|
1623
1680
|
return t.value[a];
|
|
1624
1681
|
},
|
|
1625
1682
|
setStyleValue: function(a, c) {
|
|
1626
|
-
|
|
1683
|
+
r.value.style[a] = c;
|
|
1627
1684
|
},
|
|
1628
1685
|
getStyleValue: function(a) {
|
|
1629
|
-
return
|
|
1686
|
+
return r.value.style[a];
|
|
1630
1687
|
},
|
|
1631
1688
|
routerPush: function(a, c) {
|
|
1632
1689
|
l && l.push({
|
|
@@ -1647,7 +1704,7 @@ function Be(t, o, l, n) {
|
|
|
1647
1704
|
}
|
|
1648
1705
|
};
|
|
1649
1706
|
}
|
|
1650
|
-
const
|
|
1707
|
+
const En = /* @__PURE__ */ Object.assign({
|
|
1651
1708
|
name: "Group"
|
|
1652
1709
|
}, {
|
|
1653
1710
|
__name: "Component",
|
|
@@ -1668,97 +1725,97 @@ const Cn = /* @__PURE__ */ Object.assign({
|
|
|
1668
1725
|
default: !1
|
|
1669
1726
|
}
|
|
1670
1727
|
},
|
|
1671
|
-
setup(t, { expose:
|
|
1672
|
-
const l = t, n =
|
|
1673
|
-
let
|
|
1674
|
-
return
|
|
1675
|
-
})), h =
|
|
1676
|
-
|
|
1677
|
-
a.value =
|
|
1678
|
-
}),
|
|
1728
|
+
setup(t, { expose: r }) {
|
|
1729
|
+
const l = t, n = Se(), p = Ne(n), a = I(null), c = w(() => l.propValue || {}), f = w(() => l.element || {}), s = w(() => c.value.components || []), g = w(() => s.value.map((P) => {
|
|
1730
|
+
let x = { ...P }, q = T(P.groupStyle);
|
|
1731
|
+
return x.computedStyle = q, x.style && (x.style.width = x.computedStyle.width, x.style.height = x.computedStyle.height), x;
|
|
1732
|
+
})), h = w(() => f.value.events || []), y = Fe(), v = je(), V = qe(c, f, y);
|
|
1733
|
+
Re(() => {
|
|
1734
|
+
a.value = Le(h.value, l.designStatus, V), a.value?.beforeMount();
|
|
1735
|
+
}), pe(() => {
|
|
1679
1736
|
a.value?.mounted();
|
|
1680
|
-
}),
|
|
1737
|
+
}), De(() => {
|
|
1681
1738
|
a.value?.beforeUnmount();
|
|
1682
|
-
}),
|
|
1739
|
+
}), Ae(() => {
|
|
1683
1740
|
a.value?.unmounted();
|
|
1684
1741
|
});
|
|
1685
|
-
const
|
|
1686
|
-
a.value?.setParam(
|
|
1687
|
-
},
|
|
1688
|
-
a.value?.handleDblClick(
|
|
1689
|
-
},
|
|
1690
|
-
if (!
|
|
1691
|
-
let
|
|
1692
|
-
return
|
|
1693
|
-
},
|
|
1694
|
-
|
|
1695
|
-
},
|
|
1696
|
-
if (_(
|
|
1697
|
-
const
|
|
1698
|
-
|
|
1742
|
+
const M = (P) => {
|
|
1743
|
+
a.value?.setParam(P);
|
|
1744
|
+
}, k = (P) => {
|
|
1745
|
+
a.value?.handleDblClick(P);
|
|
1746
|
+
}, T = (P) => {
|
|
1747
|
+
if (!P || !f.value?.style) return {};
|
|
1748
|
+
let x = { ...P }, q = f.value.style.width, K = f.value.style.height;
|
|
1749
|
+
return x.width = Math.floor(parseFloat(x.width) / 100 * q), x.height = Math.floor(parseFloat(x.height) / 100 * K), x.top = Math.floor(parseFloat(x.top) / 100 * K), x.left = Math.floor(parseFloat(x.left) / 100 * q), x;
|
|
1750
|
+
}, E = se({}), oe = (P, x) => {
|
|
1751
|
+
P ? E[`Ve${x}`] = P : delete E[`Ve${x}`];
|
|
1752
|
+
}, Q = (P) => E[`Ve${P}`], C = (P, x, q) => {
|
|
1753
|
+
if (_(P) && _(x)) {
|
|
1754
|
+
const K = Q(P);
|
|
1755
|
+
K && K[x] && (q ? K[x](q) : K[x]());
|
|
1699
1756
|
}
|
|
1700
1757
|
};
|
|
1701
|
-
|
|
1702
|
-
callGroupCompMethod:
|
|
1758
|
+
r({
|
|
1759
|
+
callGroupCompMethod: C
|
|
1703
1760
|
});
|
|
1704
|
-
const
|
|
1705
|
-
return
|
|
1761
|
+
const L = { props: l, dataCache: n, smartData: p, eventHandler: a, propValue: c, element: f, components: s, computedComponents: g, events: h, router: y, route: v, compContext: V, handleClick: M, handleDblClick: k, calcCompStyle: T, componentRefs: E, setComponentRef: oe, getComponentRef: Q, callGroupCompMethod: C, get useDataCacheStore() {
|
|
1762
|
+
return Se;
|
|
1706
1763
|
}, get createSmartAccessor() {
|
|
1707
|
-
return
|
|
1708
|
-
}, ref:
|
|
1709
|
-
return
|
|
1764
|
+
return Ne;
|
|
1765
|
+
}, ref: I, computed: w, onMounted: pe, onBeforeMount: Re, onBeforeUnmount: De, onUnmounted: Ae, watch: Ce, reactive: se, get useEventHandler() {
|
|
1766
|
+
return Le;
|
|
1710
1767
|
}, get useRoute() {
|
|
1711
|
-
return
|
|
1768
|
+
return je;
|
|
1712
1769
|
}, get useRouter() {
|
|
1713
|
-
return
|
|
1770
|
+
return Fe;
|
|
1714
1771
|
}, get CreateCompContext() {
|
|
1715
|
-
return
|
|
1772
|
+
return qe;
|
|
1716
1773
|
}, get getStyle() {
|
|
1717
|
-
return
|
|
1774
|
+
return tt;
|
|
1718
1775
|
}, get isNotEmpty() {
|
|
1719
1776
|
return _;
|
|
1720
1777
|
} };
|
|
1721
|
-
return Object.defineProperty(
|
|
1778
|
+
return Object.defineProperty(L, "__isScriptSetup", { enumerable: !1, value: !0 }), L;
|
|
1722
1779
|
}
|
|
1723
1780
|
});
|
|
1724
|
-
function
|
|
1725
|
-
return
|
|
1726
|
-
|
|
1727
|
-
(
|
|
1781
|
+
function Rn(t, r, l, n, p, a) {
|
|
1782
|
+
return O(), j("div", { class: "group" }, [
|
|
1783
|
+
ne("div", null, [
|
|
1784
|
+
(O(!0), j(Pe, null, Oe(n.computedComponents, (c) => (O(), N(ue(c.component), {
|
|
1728
1785
|
id: "component" + c.id,
|
|
1729
1786
|
ref_for: !0,
|
|
1730
1787
|
ref: (f) => n.setComponentRef(f, c.id),
|
|
1731
1788
|
key: c.id,
|
|
1732
1789
|
class: "component",
|
|
1733
|
-
style:
|
|
1790
|
+
style: fe(n.getStyle(c.computedStyle)),
|
|
1734
1791
|
"prop-value": c.propValue,
|
|
1735
1792
|
element: c
|
|
1736
1793
|
}, null, 8, ["id", "style", "prop-value", "element"]))), 128))
|
|
1737
1794
|
])
|
|
1738
1795
|
]);
|
|
1739
1796
|
}
|
|
1740
|
-
const
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
],
|
|
1749
|
-
|
|
1797
|
+
const Dn = /* @__PURE__ */ z(En, [["render", Rn], ["__scopeId", "data-v-20de9881"], ["__file", "Component.vue"]]), An = [
|
|
1798
|
+
dn,
|
|
1799
|
+
_n,
|
|
1800
|
+
Cn,
|
|
1801
|
+
Vn,
|
|
1802
|
+
nt,
|
|
1803
|
+
kn,
|
|
1804
|
+
Dn
|
|
1805
|
+
], be = (t, r) => {
|
|
1806
|
+
be.installed || (be.installed = !0, t.provide("hflvloader-api", r), An.forEach((l) => {
|
|
1750
1807
|
t.component(l.name, l);
|
|
1751
1808
|
}));
|
|
1752
|
-
},
|
|
1753
|
-
install:
|
|
1809
|
+
}, Wn = {
|
|
1810
|
+
install: be
|
|
1754
1811
|
};
|
|
1755
1812
|
export {
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1813
|
+
Kn as CommonUtils,
|
|
1814
|
+
qe as CreateCompContext,
|
|
1815
|
+
Un as MessageUtils,
|
|
1816
|
+
Ne as createSmartAccessor,
|
|
1817
|
+
Wn as default,
|
|
1818
|
+
Jn as reCalcCanvasSize,
|
|
1819
|
+
Se as useDataCacheStore,
|
|
1820
|
+
Le as useEventHandler
|
|
1764
1821
|
};
|