@hb-hellotech/hb-ui 2.4.1 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/func_comp/hb_func_comp_tree/src/tree.d.ts +24 -51
- package/dist/components/func_comp/hb_func_file_preview/src/file_preview.d.ts.map +1 -1
- package/dist/hb_component_lib.css +1 -1
- package/dist/hb_component_lib.js +634 -624
- package/dist/hb_component_lib.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/hb_component_lib.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './hb_component_lib.css';
|
|
2
2
|
import Gt from "vue-files-preview";
|
|
3
|
-
import { defineComponent as te, inject as Ce, computed as $, reactive as Ne, ref as E, watch as ie, onMounted as ke, createElementBlock as w, openBlock as
|
|
3
|
+
import { defineComponent as te, inject as Ce, computed as $, reactive as Ne, ref as E, watch as ie, onMounted as ke, createElementBlock as w, openBlock as n, normalizeClass as J, unref as k, createVNode as F, withCtx as u, createElementVNode as p, toDisplayString as x, createTextVNode as O, createBlock as R, createCommentVNode as A, Fragment as G, renderList as me, resolveComponent as j, Transition as Jt, withDirectives as _e, mergeProps as ee, createSlots as Pe, renderSlot as q, vShow as Xt, nextTick as xe, onUnmounted as Be, useTemplateRef as Qt, provide as Bt, normalizeStyle as ve, mergeModels as Qe, useModel as Ot, withModifiers as Re, resolveDirective as Et, useAttrs as Zt, useSlots as eo, onBeforeUnmount as nt, watchEffect as Pt, resolveDynamicComponent as Nt, shallowRef as to, createStaticVNode as oo, getCurrentInstance as lo, createApp as ao } from "vue";
|
|
4
4
|
import Ve from "vuedraggable";
|
|
5
|
-
import { Modal as Ze, Button as et, message as Le, Tooltip as We, Switch as ft, Radio as pt, RadioGroup as
|
|
5
|
+
import { Modal as Ze, Button as et, message as Le, Tooltip as We, Switch as ft, Radio as pt, RadioGroup as mt, InputNumber as bt, DatePicker as ht, Checkbox as je, CheckboxGroup as vt, Select as tt, Input as gt, Col as no, Row as io, FormItem as yt, Form as _t, SelectOption as ot, Popconfirm as Je, MenuItem as Lt, Menu as wt, Dropdown as Ct, Popover as so, BackTop as Ut, Spin as ro } from "ant-design-vue";
|
|
6
6
|
import { useRoute as it } from "vue-router";
|
|
7
7
|
import { useI18n as ye } from "vue-i18n";
|
|
8
8
|
import Ae, { merge as co } from "lodash";
|
|
9
|
-
import { CloseOutlined as uo, QuestionCircleOutlined as fo, SearchOutlined as qe, UpCircleOutlined as po, DownCircleOutlined as
|
|
9
|
+
import { CloseOutlined as uo, QuestionCircleOutlined as fo, SearchOutlined as qe, UpCircleOutlined as po, DownCircleOutlined as mo, UnorderedListOutlined as bo, DownOutlined as lt, PlusCircleOutlined as ho, ToTopOutlined as zt } from "@ant-design/icons-vue";
|
|
10
10
|
import { useFullscreen as Rt, useDebounceFn as vo, useElementBounding as go, useScroll as yo, useDraggable as _o, isClient as Lo } from "@vueuse/core";
|
|
11
11
|
import Ke from "dayjs";
|
|
12
12
|
const wo = "hb-", st = (e = "") => {
|
|
@@ -40,13 +40,13 @@ const wo = "hb-", st = (e = "") => {
|
|
|
40
40
|
},
|
|
41
41
|
emits: ["confirm"],
|
|
42
42
|
setup(e, { expose: o, emit: t }) {
|
|
43
|
-
const a = Ce("globalCompConfig", {}), d = ye().t, s = ye().messages.value.en_US, c = ye().messages.value.ja_JP, r = ye().messages.value.zh_CN, l = e,
|
|
43
|
+
const a = Ce("globalCompConfig", {}), d = ye().t, s = ye().messages.value.en_US, c = ye().messages.value.ja_JP, r = ye().messages.value.zh_CN, l = e, i = $(() => l.showNumber || a.HbLibFormItemFilterModal?.defaultShowCount || 40), f = $(() => l.title || d("hbLibComp.hbFormItemFilterModal.title")), L = t, b = st("sfcm"), P = it(), I = Ne({
|
|
44
44
|
lan: window.localStorage.getItem("lan")
|
|
45
45
|
}), V = E(!1), B = E(600);
|
|
46
46
|
let h = [];
|
|
47
|
-
const
|
|
47
|
+
const m = E([]), y = E([]), H = $(() => m.value.every((g) => g.isLinked || g.isFixed)), S = (g) => ({
|
|
48
48
|
...g,
|
|
49
|
-
label: T(g) || `${
|
|
49
|
+
label: T(g) || `${N(g) || ""} (${d("hbLibComp.hbFormItemFilterModal.moreConditionSearch")})`,
|
|
50
50
|
key: g.key,
|
|
51
51
|
isFixed: g?.isFixed || !1,
|
|
52
52
|
isLinked: g?.isLinked || !1,
|
|
@@ -55,7 +55,7 @@ const wo = "hb-", st = (e = "") => {
|
|
|
55
55
|
const Y = g.draggedContext.element, M = g.relatedContext.index;
|
|
56
56
|
if (Y.isLinked || Y.isFixed)
|
|
57
57
|
return !1;
|
|
58
|
-
const Q =
|
|
58
|
+
const Q = m.value.map((ue, we) => ({ item: ue, index: we })).filter(({ item: ue }) => ue.isLinked).map(({ index: ue }) => ue);
|
|
59
59
|
if (Q.length === 0)
|
|
60
60
|
return !0;
|
|
61
61
|
for (let ue = 0; ue < Q.length - 1; ue++) {
|
|
@@ -79,7 +79,7 @@ const wo = "hb-", st = (e = "") => {
|
|
|
79
79
|
ja_JP: () => Ae.get(c, g.labelLanguage || ""),
|
|
80
80
|
en_US: () => Ae.get(s, g.labelLanguage || ""),
|
|
81
81
|
zh_CN: () => Ae.get(r, g.labelLanguage || "")
|
|
82
|
-
})[I.lan]?.() || g.label,
|
|
82
|
+
})[I.lan]?.() || g.label, N = (g) => ({
|
|
83
83
|
ja_JP: () => Ae.get(c, g.subLabelLanguage || ""),
|
|
84
84
|
en_US: () => Ae.get(s, g.subLabelLanguage || ""),
|
|
85
85
|
zh_CN: () => Ae.get(r, g.subLabelLanguage || "")
|
|
@@ -90,15 +90,15 @@ const wo = "hb-", st = (e = "") => {
|
|
|
90
90
|
const Y = JSON.parse(g);
|
|
91
91
|
if (Y.originalList && Array.isArray(Y.originalList)) {
|
|
92
92
|
h = JSON.parse(JSON.stringify(Y.originalList));
|
|
93
|
-
const M = h.filter((K) => K?.isFixed), Q = h.filter((K) => K?.isLinked), ue = Y.showList.filter((K) => !K.isFixed && !K.isLinked), we =
|
|
93
|
+
const M = h.filter((K) => K?.isFixed), Q = h.filter((K) => K?.isLinked), ue = Y.showList.filter((K) => !K.isFixed && !K.isLinked), we = i.value && i.value > 0 ? Math.max(0, i.value - M.length - Q.length) : ue.length, ge = M.map((K) => ({
|
|
94
94
|
...S(K)
|
|
95
95
|
})), ae = Q.map((K) => ({
|
|
96
96
|
...S(K)
|
|
97
97
|
})), $e = ue.slice(0, we).map((K) => ({
|
|
98
98
|
...S(K)
|
|
99
99
|
}));
|
|
100
|
-
|
|
101
|
-
const Ie =
|
|
100
|
+
m.value = [...ge, ...ae, ...$e];
|
|
101
|
+
const Ie = m.value.map((K) => K.key), De = h.map((K) => K.key).filter((K) => !Ie.includes(K));
|
|
102
102
|
return y.value = h.filter((K) => De.includes(K.key)).map((K) => ({
|
|
103
103
|
...S(K),
|
|
104
104
|
active: !1
|
|
@@ -113,7 +113,7 @@ const wo = "hb-", st = (e = "") => {
|
|
|
113
113
|
try {
|
|
114
114
|
const g = {
|
|
115
115
|
originalList: h,
|
|
116
|
-
showList:
|
|
116
|
+
showList: m.value.map((Y) => ({
|
|
117
117
|
...Y,
|
|
118
118
|
key: Y.key,
|
|
119
119
|
label: Y.label,
|
|
@@ -127,50 +127,50 @@ const wo = "hb-", st = (e = "") => {
|
|
|
127
127
|
console.warn("保存搜索配置失败:", g);
|
|
128
128
|
}
|
|
129
129
|
}, D = $(() => {
|
|
130
|
-
const g =
|
|
131
|
-
return g >=
|
|
130
|
+
const g = m.value.filter((M) => !M.isFixed && !M.isLinked).length, Y = m.value.filter((M) => M.isFixed || M.isLinked).length;
|
|
131
|
+
return g >= i.value - Y;
|
|
132
132
|
});
|
|
133
133
|
ie(
|
|
134
134
|
() => l.list,
|
|
135
135
|
(g) => {
|
|
136
|
-
let Y = JSON.stringify(
|
|
136
|
+
let Y = JSON.stringify(m.value) !== JSON.stringify(g);
|
|
137
137
|
if (!Y)
|
|
138
138
|
return;
|
|
139
139
|
const M = localStorage.getItem(v.value), Q = JSON.parse(M || "{}");
|
|
140
140
|
if (Q && Q?.originalList && Array.isArray(Q.originalList))
|
|
141
|
-
X(), L("confirm",
|
|
141
|
+
X(), L("confirm", m.value);
|
|
142
142
|
else if (Y) {
|
|
143
143
|
h = JSON.parse(JSON.stringify(g));
|
|
144
|
-
const ue = g.filter((K) => K?.isFixed), we = g.filter((K) => K?.isLinked), ge = g.filter((K) => !K?.isFixed && !K?.isLinked), ae =
|
|
145
|
-
|
|
144
|
+
const ue = g.filter((K) => K?.isFixed), we = g.filter((K) => K?.isLinked), ge = g.filter((K) => !K?.isFixed && !K?.isLinked), ae = i.value && i.value > 0 ? Math.max(0, i.value - ue.length - we.length) : ge.length, $e = ue.map((K) => S(K)), Ie = we.map((K) => S(K)), Me = ge.slice(0, ae).map((K) => S(K));
|
|
145
|
+
m.value = [...$e, ...Ie, ...Me];
|
|
146
146
|
const De = ge.slice(ae).map((K) => ({
|
|
147
147
|
...S(K),
|
|
148
148
|
active: !1
|
|
149
149
|
}));
|
|
150
|
-
y.value = De, L("confirm",
|
|
150
|
+
y.value = De, L("confirm", m.value);
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
153
|
{ immediate: !0 }
|
|
154
154
|
);
|
|
155
155
|
const W = (g) => {
|
|
156
|
-
const Y =
|
|
157
|
-
Y !== -1 && (
|
|
156
|
+
const Y = m.value.findIndex((M) => M.key === g.key);
|
|
157
|
+
Y !== -1 && (m.value.splice(Y, 1), y.value.push({ ...g, active: !1 }));
|
|
158
158
|
}, se = (g) => {
|
|
159
159
|
if (D.value) {
|
|
160
|
-
Le.warning(`当前已经超过${d(
|
|
160
|
+
Le.warning(`当前已经超过${d(i.value)}个可选数量,请先删除已显示条件`);
|
|
161
161
|
return;
|
|
162
162
|
}
|
|
163
163
|
const Y = y.value.findIndex((M) => M.key === g.key);
|
|
164
164
|
if (Y !== -1) {
|
|
165
165
|
const [M] = y.value.splice(Y, 1);
|
|
166
|
-
|
|
166
|
+
m.value.push({ ...M, active: !1 });
|
|
167
167
|
}
|
|
168
168
|
}, re = () => {
|
|
169
169
|
V.value = !1;
|
|
170
170
|
}, fe = () => {
|
|
171
171
|
V.value = !0;
|
|
172
|
-
},
|
|
173
|
-
le(), L("confirm",
|
|
172
|
+
}, be = () => {
|
|
173
|
+
le(), L("confirm", m.value), re();
|
|
174
174
|
}, pe = (g) => {
|
|
175
175
|
const Y = y.value.findIndex((M) => M.key === g.key);
|
|
176
176
|
Y !== -1 && (y.value[Y].active = !0);
|
|
@@ -181,19 +181,19 @@ const wo = "hb-", st = (e = "") => {
|
|
|
181
181
|
return o({
|
|
182
182
|
toOpenModal: fe
|
|
183
183
|
}), ke(() => {
|
|
184
|
-
}), (g, Y) => (
|
|
185
|
-
class: J(k(
|
|
184
|
+
}), (g, Y) => (n(), w("div", {
|
|
185
|
+
class: J(k(b).b())
|
|
186
186
|
}, [
|
|
187
187
|
F(k(Ze), {
|
|
188
188
|
visible: V.value,
|
|
189
189
|
"onUpdate:visible": Y[1] || (Y[1] = (M) => V.value = M),
|
|
190
190
|
width: B.value,
|
|
191
191
|
onCancel: re,
|
|
192
|
-
onOk:
|
|
192
|
+
onOk: be
|
|
193
193
|
}, {
|
|
194
194
|
title: u(() => [
|
|
195
195
|
p("div", {
|
|
196
|
-
class: J(k(
|
|
196
|
+
class: J(k(b).e("title"))
|
|
197
197
|
}, x(f.value), 3)
|
|
198
198
|
]),
|
|
199
199
|
footer: u(() => [
|
|
@@ -205,7 +205,7 @@ const wo = "hb-", st = (e = "") => {
|
|
|
205
205
|
}),
|
|
206
206
|
F(k(et), {
|
|
207
207
|
type: "primary",
|
|
208
|
-
onClick:
|
|
208
|
+
onClick: be
|
|
209
209
|
}, {
|
|
210
210
|
default: u(() => [
|
|
211
211
|
O(x(g.$t("hbLibComp.hbFormItemFilterModal.confirm")), 1)
|
|
@@ -215,22 +215,22 @@ const wo = "hb-", st = (e = "") => {
|
|
|
215
215
|
]),
|
|
216
216
|
default: u(() => [
|
|
217
217
|
p("section", {
|
|
218
|
-
class: J(k(
|
|
218
|
+
class: J(k(b).e("show"))
|
|
219
219
|
}, [
|
|
220
220
|
p("div", {
|
|
221
|
-
class: J(k(
|
|
221
|
+
class: J(k(b).e("show__title"))
|
|
222
222
|
}, [
|
|
223
223
|
p("span", {
|
|
224
|
-
class: J(k(
|
|
224
|
+
class: J(k(b).e("title__tip"))
|
|
225
225
|
}, x(g.$t("hbLibComp.hbFormItemFilterModal.titleTip")), 3),
|
|
226
|
-
p("span", null, x(g.$t("hbLibComp.hbFormItemFilterModal.mostMore")) + x(
|
|
226
|
+
p("span", null, x(g.$t("hbLibComp.hbFormItemFilterModal.mostMore")) + x(i.value) + x(g.$t("hbLibComp.hbFormItemFilterModal.mostMoreTip")), 1)
|
|
227
227
|
], 2),
|
|
228
228
|
p("div", {
|
|
229
|
-
class: J(k(
|
|
229
|
+
class: J(k(b).e("show__tag"))
|
|
230
230
|
}, [
|
|
231
231
|
F(k(Ve), {
|
|
232
|
-
modelValue:
|
|
233
|
-
"onUpdate:modelValue": Y[0] || (Y[0] = (M) =>
|
|
232
|
+
modelValue: m.value,
|
|
233
|
+
"onUpdate:modelValue": Y[0] || (Y[0] = (M) => m.value = M),
|
|
234
234
|
"item-key": "key",
|
|
235
235
|
tag: "div",
|
|
236
236
|
disabled: H.value,
|
|
@@ -238,12 +238,12 @@ const wo = "hb-", st = (e = "") => {
|
|
|
238
238
|
}, {
|
|
239
239
|
item: u(({ element: M }) => [
|
|
240
240
|
p("div", {
|
|
241
|
-
class: J([k(
|
|
241
|
+
class: J([k(b).e("show__tag__item"), k(b).is("fixed", M.isFixed), k(b).is("linked", M.isLinked)])
|
|
242
242
|
}, [
|
|
243
243
|
O(x(M.label) + " ", 1),
|
|
244
|
-
!M.isFixed && !M.isLinked && e.list.length > 1 ? (
|
|
244
|
+
!M.isFixed && !M.isLinked && e.list.length > 1 ? (n(), R(k(uo), {
|
|
245
245
|
key: 0,
|
|
246
|
-
class: J(k(
|
|
246
|
+
class: J(k(b).e("show__tag__item-close")),
|
|
247
247
|
onClick: (Q) => W(M)
|
|
248
248
|
}, null, 8, ["class", "onClick"])) : A("", !0)
|
|
249
249
|
], 2)
|
|
@@ -253,33 +253,33 @@ const wo = "hb-", st = (e = "") => {
|
|
|
253
253
|
], 2)
|
|
254
254
|
], 2),
|
|
255
255
|
p("section", {
|
|
256
|
-
class: J(k(
|
|
256
|
+
class: J(k(b).e("unshow"))
|
|
257
257
|
}, [
|
|
258
258
|
p("div", {
|
|
259
|
-
class: J(k(
|
|
259
|
+
class: J(k(b).e("show__title"))
|
|
260
260
|
}, [
|
|
261
261
|
p("span", {
|
|
262
|
-
class: J(k(
|
|
262
|
+
class: J(k(b).e("title__tip"))
|
|
263
263
|
}, x(g.$t("hbLibComp.hbFormItemFilterModal.notShowTip")), 3)
|
|
264
264
|
], 2),
|
|
265
265
|
p("div", {
|
|
266
|
-
class: J(k(
|
|
266
|
+
class: J(k(b).e("unshow__tag"))
|
|
267
267
|
}, [
|
|
268
|
-
y.value.length > 0 ? (
|
|
268
|
+
y.value.length > 0 ? (n(!0), w(G, { key: 0 }, me(y.value, (M) => (n(), w("div", {
|
|
269
269
|
key: M.key,
|
|
270
|
-
class: J([k(
|
|
270
|
+
class: J([k(b).e("unshow__tag__item"), k(b).is("fixed", M.isFixed || ""), k(b).is("linked", M.isLinked || "")]),
|
|
271
271
|
onMouseenter: (Q) => pe(M),
|
|
272
272
|
onMouseleave: (Q) => he(M)
|
|
273
273
|
}, [
|
|
274
274
|
O(x(M.label) + " ", 1),
|
|
275
|
-
M.active ? (
|
|
275
|
+
M.active ? (n(), w("aside", {
|
|
276
276
|
key: 0,
|
|
277
|
-
class: J(k(
|
|
277
|
+
class: J(k(b).e("unshow__tag__item-add")),
|
|
278
278
|
onClick: (Q) => se(M)
|
|
279
279
|
}, x(g.$t("hbLibComp.hbFormItemFilterModal.add")), 11, So)) : A("", !0)
|
|
280
|
-
], 42, ko))), 128)) : (
|
|
280
|
+
], 42, ko))), 128)) : (n(), w("div", {
|
|
281
281
|
key: 1,
|
|
282
|
-
class: J(k(
|
|
282
|
+
class: J(k(b).e("unshow__tag__empty"))
|
|
283
283
|
}, x(g.$t("hbLibComp.hbFormItemFilterModal.noData")), 3))
|
|
284
284
|
], 2)
|
|
285
285
|
], 2)
|
|
@@ -337,13 +337,13 @@ const Fo = Z(To), Ho = {
|
|
|
337
337
|
},
|
|
338
338
|
emits: ["handleSearch", "handleReset", "handleSfcmConfirm", "handleMenuClick"],
|
|
339
339
|
setup(e, { expose: o, emit: t }) {
|
|
340
|
-
const a = Ce("globalCompConfig", {}), d = t, s = Ce("HB_LIST_PAGE_CONTAINER"), c = $(() => l.searchList || []), r = st("form"), l = e,
|
|
340
|
+
const a = Ce("globalCompConfig", {}), d = t, s = Ce("HB_LIST_PAGE_CONTAINER"), c = $(() => l.searchList || []), r = st("form"), l = e, i = $(() => l.showNumber || a.HbLibFormItemFilterModal?.defaultShowCount || 40), f = E("show"), L = $(() => l.needFooter || a.HbLibListForm?.needFooter), b = $(() => [...l.items]), P = (D) => D !== void 0, I = (D) => typeof D == "function", V = (D) => P(D.condition) ? I(D.condition) ? D.condition() : D.condition : !0, B = $(() => [...l.items].map((D) => ({
|
|
341
341
|
...D,
|
|
342
342
|
condition: V(D),
|
|
343
343
|
label: D.label?.includes("多项搜索") ? "" : D.label
|
|
344
344
|
})));
|
|
345
345
|
console.log(B.value);
|
|
346
|
-
const h = $(() => l.saveKey),
|
|
346
|
+
const h = $(() => l.saveKey), m = E(), y = () => {
|
|
347
347
|
d("handleSearch");
|
|
348
348
|
}, H = () => {
|
|
349
349
|
d("handleReset");
|
|
@@ -369,7 +369,7 @@ const Fo = Z(To), Ho = {
|
|
|
369
369
|
const T = (D) => {
|
|
370
370
|
const W = D;
|
|
371
371
|
W.style.height = "", W.offsetHeight;
|
|
372
|
-
},
|
|
372
|
+
}, N = (D) => {
|
|
373
373
|
const W = D;
|
|
374
374
|
W.style.height = "", W.style.overflow = "", xe(() => {
|
|
375
375
|
s.calTableHeight && s.calTableHeight();
|
|
@@ -388,7 +388,7 @@ const Fo = Z(To), Ho = {
|
|
|
388
388
|
});
|
|
389
389
|
};
|
|
390
390
|
return o({
|
|
391
|
-
formRef:
|
|
391
|
+
formRef: m,
|
|
392
392
|
SelectOption: ot,
|
|
393
393
|
Form: _t,
|
|
394
394
|
FormItem: yt,
|
|
@@ -399,19 +399,19 @@ const Fo = Z(To), Ho = {
|
|
|
399
399
|
CheckboxGroup: vt,
|
|
400
400
|
Checkbox: je,
|
|
401
401
|
DatePicker: ht,
|
|
402
|
-
InputNumber:
|
|
403
|
-
RadioGroup:
|
|
402
|
+
InputNumber: bt,
|
|
403
|
+
RadioGroup: mt,
|
|
404
404
|
Radio: pt,
|
|
405
405
|
Switch: ft,
|
|
406
406
|
Button: et,
|
|
407
407
|
Tooltip: We
|
|
408
408
|
}), (D, W) => {
|
|
409
|
-
const se = j("a-button"), re = j("a-tooltip"), fe = j("a-menu-item"),
|
|
410
|
-
return
|
|
409
|
+
const se = j("a-button"), re = j("a-tooltip"), fe = j("a-menu-item"), be = j("a-menu"), pe = j("a-dropdown"), he = j("HbLibFormItemFilterModal");
|
|
410
|
+
return n(), w(G, null, [
|
|
411
411
|
F(Jt, {
|
|
412
412
|
name: "form-collapse",
|
|
413
413
|
onEnter: T,
|
|
414
|
-
onAfterEnter:
|
|
414
|
+
onAfterEnter: N,
|
|
415
415
|
onLeave: X,
|
|
416
416
|
onAfterLeave: le
|
|
417
417
|
}, {
|
|
@@ -422,12 +422,12 @@ const Fo = Z(To), Ho = {
|
|
|
422
422
|
F(k(_t), ee(D.$attrs, {
|
|
423
423
|
model: e.formData,
|
|
424
424
|
ref_key: "formRef",
|
|
425
|
-
ref:
|
|
425
|
+
ref: m,
|
|
426
426
|
class: ["hb-lib-form--container", f.value == "show" ? "" : "hide"]
|
|
427
427
|
}), {
|
|
428
428
|
default: u(() => [
|
|
429
|
-
(
|
|
430
|
-
g.condition ? (
|
|
429
|
+
(n(!0), w(G, null, me(B.value, (g, Y) => (n(), w(G, { key: Y }, [
|
|
430
|
+
g.condition ? (n(), R(k(yt), ee({
|
|
431
431
|
key: 0,
|
|
432
432
|
ref_for: !0
|
|
433
433
|
}, g, {
|
|
@@ -448,18 +448,18 @@ const Fo = Z(To), Ho = {
|
|
|
448
448
|
formData: e.formData,
|
|
449
449
|
item: g
|
|
450
450
|
}, void 0, !0) : A("", !0),
|
|
451
|
-
g.type === "input" ? (
|
|
451
|
+
g.type === "input" ? (n(), R(k(gt), ee({
|
|
452
452
|
key: 2,
|
|
453
453
|
value: e.formData[g.key],
|
|
454
454
|
"onUpdate:value": (M) => e.formData[g.key] = M
|
|
455
455
|
}, { ref_for: !0 }, g.attrs), null, 16, ["value", "onUpdate:value"])) : A("", !0),
|
|
456
|
-
g.type === "select" ? (
|
|
456
|
+
g.type === "select" ? (n(), R(k(tt), ee({
|
|
457
457
|
key: 3,
|
|
458
458
|
value: e.formData[g.key],
|
|
459
459
|
"onUpdate:value": (M) => e.formData[g.key] = M
|
|
460
460
|
}, { ref_for: !0 }, g.attrs), {
|
|
461
461
|
default: u(() => [
|
|
462
|
-
(
|
|
462
|
+
(n(!0), w(G, null, me(g.options, (M, Q) => (n(), R(k(ot), {
|
|
463
463
|
key: Q,
|
|
464
464
|
value: M.value
|
|
465
465
|
}, {
|
|
@@ -471,13 +471,13 @@ const Fo = Z(To), Ho = {
|
|
|
471
471
|
]),
|
|
472
472
|
_: 2
|
|
473
473
|
}, 1040, ["value", "onUpdate:value"])) : A("", !0),
|
|
474
|
-
g.type === "checkbox" ? (
|
|
474
|
+
g.type === "checkbox" ? (n(), R(k(vt), ee({
|
|
475
475
|
key: 4,
|
|
476
476
|
value: e.formData[g.key],
|
|
477
477
|
"onUpdate:value": (M) => e.formData[g.key] = M
|
|
478
478
|
}, { ref_for: !0 }, g.attrs), {
|
|
479
479
|
default: u(() => [
|
|
480
|
-
(
|
|
480
|
+
(n(!0), w(G, null, me(g.options, (M, Q) => (n(), R(k(je), {
|
|
481
481
|
key: Q,
|
|
482
482
|
value: M.value
|
|
483
483
|
}, {
|
|
@@ -489,23 +489,23 @@ const Fo = Z(To), Ho = {
|
|
|
489
489
|
]),
|
|
490
490
|
_: 2
|
|
491
491
|
}, 1040, ["value", "onUpdate:value"])) : A("", !0),
|
|
492
|
-
g.type === "date-picker" ? (
|
|
492
|
+
g.type === "date-picker" ? (n(), R(k(ht), ee({
|
|
493
493
|
key: 5,
|
|
494
494
|
value: e.formData[g.key],
|
|
495
495
|
"onUpdate:value": (M) => e.formData[g.key] = M
|
|
496
496
|
}, { ref_for: !0 }, g.attrs), null, 16, ["value", "onUpdate:value"])) : A("", !0),
|
|
497
|
-
g.type === "input-number" ? (
|
|
497
|
+
g.type === "input-number" ? (n(), R(k(bt), ee({
|
|
498
498
|
key: 6,
|
|
499
499
|
value: e.formData[g.key],
|
|
500
500
|
"onUpdate:value": (M) => e.formData[g.key] = M
|
|
501
501
|
}, { ref_for: !0 }, g.attrs), null, 16, ["value", "onUpdate:value"])) : A("", !0),
|
|
502
|
-
g.type === "radio" ? (
|
|
502
|
+
g.type === "radio" ? (n(), R(k(mt), ee({
|
|
503
503
|
key: 7,
|
|
504
504
|
value: e.formData[g.key],
|
|
505
505
|
"onUpdate:value": (M) => e.formData[g.key] = M
|
|
506
506
|
}, { ref_for: !0 }, g.attrs), {
|
|
507
507
|
default: u(() => [
|
|
508
|
-
(
|
|
508
|
+
(n(!0), w(G, null, me(g.options, (M, Q) => (n(), R(k(pt), {
|
|
509
509
|
key: Q,
|
|
510
510
|
value: M.value
|
|
511
511
|
}, {
|
|
@@ -517,7 +517,7 @@ const Fo = Z(To), Ho = {
|
|
|
517
517
|
]),
|
|
518
518
|
_: 2
|
|
519
519
|
}, 1040, ["value", "onUpdate:value"])) : A("", !0),
|
|
520
|
-
g.type === "switch" ? (
|
|
520
|
+
g.type === "switch" ? (n(), R(k(ft), ee({
|
|
521
521
|
key: 8,
|
|
522
522
|
checked: e.formData[g.key],
|
|
523
523
|
"onUpdate:checked": (M) => e.formData[g.key] = M
|
|
@@ -542,7 +542,7 @@ const Fo = Z(To), Ho = {
|
|
|
542
542
|
} : void 0
|
|
543
543
|
]), 1040, ["name", "class"])) : A("", !0)
|
|
544
544
|
], 64))), 128)),
|
|
545
|
-
L.value ? A("", !0) : (
|
|
545
|
+
L.value ? A("", !0) : (n(), w("section", Ho, [
|
|
546
546
|
F(se, {
|
|
547
547
|
type: "primary",
|
|
548
548
|
onClick: y,
|
|
@@ -565,7 +565,7 @@ const Fo = Z(To), Ho = {
|
|
|
565
565
|
]),
|
|
566
566
|
_: 1
|
|
567
567
|
}),
|
|
568
|
-
e.needFilter ? (
|
|
568
|
+
e.needFilter ? (n(), R(re, {
|
|
569
569
|
key: 0,
|
|
570
570
|
title: D.$t("hbLibComp.hbListPageAct.selfDefine")
|
|
571
571
|
}, {
|
|
@@ -595,11 +595,11 @@ const Fo = Z(To), Ho = {
|
|
|
595
595
|
_: 1
|
|
596
596
|
}, 8, ["title"])) : A("", !0),
|
|
597
597
|
q(D.$slots, "formBtns", {}, () => [
|
|
598
|
-
e.needSearchCase ? (
|
|
598
|
+
e.needSearchCase ? (n(), R(pe, { key: 0 }, {
|
|
599
599
|
overlay: u(() => [
|
|
600
|
-
F(
|
|
600
|
+
F(be, { onClick: v }, {
|
|
601
601
|
default: u(() => [
|
|
602
|
-
(
|
|
602
|
+
(n(!0), w(G, null, me(c.value, (g) => (n(), R(fe, {
|
|
603
603
|
key: g.id
|
|
604
604
|
}, {
|
|
605
605
|
default: u(() => [
|
|
@@ -665,7 +665,7 @@ const Fo = Z(To), Ho = {
|
|
|
665
665
|
]),
|
|
666
666
|
_: 3
|
|
667
667
|
}, 16, ["model", "class"]),
|
|
668
|
-
L.value ? (
|
|
668
|
+
L.value ? (n(), w("div", {
|
|
669
669
|
key: 0,
|
|
670
670
|
class: J([k(r).e("footer"), "form-footer"])
|
|
671
671
|
}, [
|
|
@@ -679,7 +679,7 @@ const Fo = Z(To), Ho = {
|
|
|
679
679
|
}, [
|
|
680
680
|
f.value == "show" ? q(D.$slots, "form-footer-right", {
|
|
681
681
|
key: 0,
|
|
682
|
-
formRef:
|
|
682
|
+
formRef: m.value
|
|
683
683
|
}, () => [
|
|
684
684
|
F(se, {
|
|
685
685
|
type: "primary",
|
|
@@ -704,7 +704,7 @@ const Fo = Z(To), Ho = {
|
|
|
704
704
|
]),
|
|
705
705
|
_: 1
|
|
706
706
|
}),
|
|
707
|
-
e.needFilter ? (
|
|
707
|
+
e.needFilter ? (n(), R(re, {
|
|
708
708
|
key: 0,
|
|
709
709
|
title: D.$t("hbLibComp.hbListPageAct.selfDefine")
|
|
710
710
|
}, {
|
|
@@ -734,11 +734,11 @@ const Fo = Z(To), Ho = {
|
|
|
734
734
|
_: 1
|
|
735
735
|
}, 8, ["title"])) : A("", !0),
|
|
736
736
|
q(D.$slots, "formBtns", {}, () => [
|
|
737
|
-
e.needSearchCase ? (
|
|
737
|
+
e.needSearchCase ? (n(), R(pe, { key: 0 }, {
|
|
738
738
|
overlay: u(() => [
|
|
739
|
-
F(
|
|
739
|
+
F(be, { onClick: v }, {
|
|
740
740
|
default: u(() => [
|
|
741
|
-
(
|
|
741
|
+
(n(!0), w(G, null, me(c.value, (g) => (n(), R(fe, {
|
|
742
742
|
key: g.id
|
|
743
743
|
}, {
|
|
744
744
|
default: u(() => [
|
|
@@ -813,8 +813,8 @@ const Fo = Z(To), Ho = {
|
|
|
813
813
|
_: 3
|
|
814
814
|
}),
|
|
815
815
|
F(he, {
|
|
816
|
-
showNumber:
|
|
817
|
-
list:
|
|
816
|
+
showNumber: i.value,
|
|
817
|
+
list: b.value,
|
|
818
818
|
ref_key: "HbSfCmRef",
|
|
819
819
|
ref: S,
|
|
820
820
|
onConfirm: _,
|
|
@@ -855,22 +855,22 @@ const Fo = Z(To), Ho = {
|
|
|
855
855
|
ie(
|
|
856
856
|
() => a.value,
|
|
857
857
|
(l) => {
|
|
858
|
-
let
|
|
859
|
-
Array.isArray(t.hideDomList) && t.hideDomList.length ?
|
|
858
|
+
let i = ["#globalHead", "#globalLeft", "#globalNavFrame"];
|
|
859
|
+
Array.isArray(t.hideDomList) && t.hideDomList.length ? i = [...t.hideDomList] : o.HbLibListPageAct?.hideDomList && (i = [...o.HbLibListPageAct.hideDomList]);
|
|
860
860
|
const f = /* @__PURE__ */ new Map();
|
|
861
861
|
setTimeout(l ? () => {
|
|
862
|
-
if (
|
|
863
|
-
for (let L = 0; L <
|
|
864
|
-
const
|
|
865
|
-
|
|
862
|
+
if (i?.length)
|
|
863
|
+
for (let L = 0; L < i.length; L++) {
|
|
864
|
+
const b = document.querySelector(i[L]);
|
|
865
|
+
b && (f.set(i[L], b.style.display), b.style.display = "none");
|
|
866
866
|
}
|
|
867
867
|
} : () => {
|
|
868
|
-
if (
|
|
869
|
-
for (let L = 0; L <
|
|
870
|
-
const
|
|
871
|
-
if (
|
|
872
|
-
const P = f.get(
|
|
873
|
-
|
|
868
|
+
if (i?.length)
|
|
869
|
+
for (let L = 0; L < i.length; L++) {
|
|
870
|
+
const b = document.querySelector(i[L]);
|
|
871
|
+
if (b) {
|
|
872
|
+
const P = f.get(i[L]);
|
|
873
|
+
b.style.display = P || "", f.delete(i[L]);
|
|
874
874
|
}
|
|
875
875
|
}
|
|
876
876
|
}, 0);
|
|
@@ -878,9 +878,9 @@ const Fo = Z(To), Ho = {
|
|
|
878
878
|
);
|
|
879
879
|
const s = E(""), c = () => {
|
|
880
880
|
const l = it();
|
|
881
|
-
let
|
|
882
|
-
if (
|
|
883
|
-
let L = JSON.parse(
|
|
881
|
+
let i = localStorage.getItem(o.HbLibListPageAct?.breadCrumbListKey || "BreadCrumb") || "[]", f = l?.path;
|
|
882
|
+
if (i !== "[]") {
|
|
883
|
+
let L = JSON.parse(i).find((b) => b.value === f);
|
|
884
884
|
L && (s.value = L.label.replace(/-/g, " / "));
|
|
885
885
|
}
|
|
886
886
|
};
|
|
@@ -894,9 +894,9 @@ const Fo = Z(To), Ho = {
|
|
|
894
894
|
window.addEventListener("keydown", r);
|
|
895
895
|
}), Be(() => {
|
|
896
896
|
window.removeEventListener("keydown", r);
|
|
897
|
-
}), (l,
|
|
897
|
+
}), (l, i) => {
|
|
898
898
|
const f = j("a-tooltip");
|
|
899
|
-
return
|
|
899
|
+
return n(), w("section", Eo, [
|
|
900
900
|
p("aside", Po, x(s.value), 1),
|
|
901
901
|
p("aside", No, [
|
|
902
902
|
F(f, {
|
|
@@ -906,10 +906,10 @@ const Fo = Z(To), Ho = {
|
|
|
906
906
|
default: u(() => [
|
|
907
907
|
p("span", {
|
|
908
908
|
class: "hb-lib-list-page-act-svg",
|
|
909
|
-
onClick:
|
|
909
|
+
onClick: i[0] || (i[0] = //@ts-ignore
|
|
910
910
|
(...L) => k(d) && k(d)(...L))
|
|
911
911
|
}, [
|
|
912
|
-
k(a) ? (
|
|
912
|
+
k(a) ? (n(), w("svg", zo, [...i[2] || (i[2] = [
|
|
913
913
|
p("path", {
|
|
914
914
|
d: "M257.706667 376.32H128c-11.946667 0-21.333333-9.386667-21.333333-21.333333s9.386667-21.333333 21.333333-21.333334h129.706667c35.413333 0 64-28.586667 64-64V128c0-11.946667 9.386667-21.333333 21.333333-21.333333s21.333333 9.386667 21.333333 21.333333v141.653333a106.666667 106.666667 0 0 1-106.666666 106.666667zM896 376.32h-129.706667a106.666667 106.666667 0 0 1-106.666666-106.666667V128c0-11.946667 9.386667-21.333333 21.333333-21.333333s21.333333 9.386667 21.333333 21.333333v141.653333c0 35.413333 28.586667 64 64 64H896c11.946667 0 21.333333 9.386667 21.333333 21.333334s-9.386667 21.333333-21.333333 21.333333z",
|
|
915
915
|
fill: "#ff5000",
|
|
@@ -925,7 +925,7 @@ const Fo = Z(To), Ho = {
|
|
|
925
925
|
fill: "#ff5000",
|
|
926
926
|
"p-id": "23907"
|
|
927
927
|
}, null, -1)
|
|
928
|
-
])])) : (
|
|
928
|
+
])])) : (n(), w("svg", Uo, [...i[1] || (i[1] = [
|
|
929
929
|
p("path", {
|
|
930
930
|
d: "M85.333333 682.666667v128a128 128 0 0 0 128 128h128a42.666667 42.666667 0 0 0 0-85.333334H213.333333a42.666667 42.666667 0 0 1-42.666666-42.666666v-128a42.666667 42.666667 0 0 0-85.333334 0z m597.333334 256h128a128 128 0 0 0 128-128v-128a42.666667 42.666667 0 0 0-85.333334 0v128a42.666667 42.666667 0 0 1-42.666666 42.666666h-128a42.666667 42.666667 0 0 0 0 85.333334z m256-597.333334V213.333333a128 128 0 0 0-128-128h-128a42.666667 42.666667 0 0 0 0 85.333334h128a42.666667 42.666667 0 0 1 42.666666 42.666666v128a42.666667 42.666667 0 0 0 85.333334 0zM341.333333 85.333333H213.333333a128 128 0 0 0-128 128v128a42.666667 42.666667 0 0 0 85.333334 0V213.333333a42.666667 42.666667 0 0 1 42.666666-42.666666h128a42.666667 42.666667 0 0 0 0-85.333334z",
|
|
931
931
|
fill: "#ff5000",
|
|
@@ -961,13 +961,13 @@ const Fo = Z(To), Ho = {
|
|
|
961
961
|
}), Be(() => {
|
|
962
962
|
window.removeEventListener("keydown", c);
|
|
963
963
|
}), (r, l) => {
|
|
964
|
-
const
|
|
965
|
-
return
|
|
964
|
+
const i = j("a-tooltip");
|
|
965
|
+
return n(), w("section", jo, [
|
|
966
966
|
p("aside", qo, [
|
|
967
967
|
q(r.$slots, "btnsLeft", {}, void 0, !0)
|
|
968
968
|
]),
|
|
969
969
|
p("aside", Yo, [
|
|
970
|
-
e.needReload ? (
|
|
970
|
+
e.needReload ? (n(), R(i, {
|
|
971
971
|
key: 0,
|
|
972
972
|
title: r.$t("hbLibComp.hbListBtnsAct.reload")
|
|
973
973
|
}, {
|
|
@@ -996,7 +996,7 @@ const Fo = Z(To), Ho = {
|
|
|
996
996
|
]),
|
|
997
997
|
_: 1
|
|
998
998
|
}, 8, ["title"])) : A("", !0),
|
|
999
|
-
e.needOpenOrClose ? (
|
|
999
|
+
e.needOpenOrClose ? (n(), R(i, {
|
|
1000
1000
|
key: 1,
|
|
1001
1001
|
title: a.value ? `${r.$t("hbLibComp.hbListBtnsAct.close")}` : `${r.$t("hbLibComp.hbListBtnsAct.open")}`
|
|
1002
1002
|
}, {
|
|
@@ -1005,10 +1005,10 @@ const Fo = Z(To), Ho = {
|
|
|
1005
1005
|
class: "hb-lib-list-btns-act-open hb-lib-list-btns-item",
|
|
1006
1006
|
onClick: d
|
|
1007
1007
|
}, [
|
|
1008
|
-
a.value ? (
|
|
1008
|
+
a.value ? (n(), R(k(po), {
|
|
1009
1009
|
key: 0,
|
|
1010
1010
|
style: { "font-size": "21px", color: "#ff5000" }
|
|
1011
|
-
})) : (
|
|
1011
|
+
})) : (n(), R(k(mo), {
|
|
1012
1012
|
key: 1,
|
|
1013
1013
|
style: { "font-size": "21px", color: "#ff5000" }
|
|
1014
1014
|
}))
|
|
@@ -1023,27 +1023,27 @@ const Fo = Z(To), Ho = {
|
|
|
1023
1023
|
}
|
|
1024
1024
|
}), Go = /* @__PURE__ */ oe(Ko, [["__scopeId", "data-v-40c1a746"]]), Jo = Z(Go), Xo = (e = {}) => {
|
|
1025
1025
|
const { formRef: o, offsetBottom: t = 50, minHeight: a = 300, timeOut: d = 100 } = e, s = E(0);
|
|
1026
|
-
let c = null, r = null, l = null,
|
|
1026
|
+
let c = null, r = null, l = null, i = null, f = null;
|
|
1027
1027
|
const L = () => {
|
|
1028
1028
|
f && clearTimeout(f), f = setTimeout(() => {
|
|
1029
1029
|
requestAnimationFrame(() => {
|
|
1030
1030
|
xe(() => {
|
|
1031
|
-
const
|
|
1032
|
-
if (
|
|
1033
|
-
const H = Math.floor(
|
|
1031
|
+
const m = document.querySelector(".ant-table"), y = document.querySelector(".ant-pagination");
|
|
1032
|
+
if (m) {
|
|
1033
|
+
const H = Math.floor(m.getBoundingClientRect().top), S = window.innerHeight, v = (y ? y.offsetHeight + 20 : 40) + t;
|
|
1034
1034
|
let _ = S - H - v;
|
|
1035
1035
|
_ < a && (_ = a), s.value = _;
|
|
1036
1036
|
}
|
|
1037
1037
|
});
|
|
1038
1038
|
});
|
|
1039
1039
|
}, 100);
|
|
1040
|
-
},
|
|
1041
|
-
const
|
|
1042
|
-
if (
|
|
1040
|
+
}, b = () => {
|
|
1041
|
+
const m = document.querySelector(".ant-pagination");
|
|
1042
|
+
if (m) {
|
|
1043
1043
|
const y = new MutationObserver(() => {
|
|
1044
1044
|
L();
|
|
1045
1045
|
});
|
|
1046
|
-
return y.observe(
|
|
1046
|
+
return y.observe(m, {
|
|
1047
1047
|
childList: !0,
|
|
1048
1048
|
subtree: !0,
|
|
1049
1049
|
attributes: !0,
|
|
@@ -1052,34 +1052,34 @@ const Fo = Z(To), Ho = {
|
|
|
1052
1052
|
}
|
|
1053
1053
|
return null;
|
|
1054
1054
|
}, P = () => {
|
|
1055
|
-
const
|
|
1056
|
-
|
|
1055
|
+
const m = document.querySelector(".hb-lib-list-page-form-box");
|
|
1056
|
+
m && (c = new ResizeObserver(() => {
|
|
1057
1057
|
document.querySelectorAll(".ant-tooltip").forEach((H) => {
|
|
1058
1058
|
H.style.display = "none";
|
|
1059
1059
|
}), L();
|
|
1060
|
-
}), c.observe(
|
|
1060
|
+
}), c.observe(m));
|
|
1061
1061
|
}, I = () => {
|
|
1062
|
-
const
|
|
1063
|
-
|
|
1062
|
+
const m = document.querySelector(".hb-lib-list-page-form-box");
|
|
1063
|
+
m && (l = new MutationObserver(() => {
|
|
1064
1064
|
setTimeout(() => {
|
|
1065
1065
|
L();
|
|
1066
1066
|
}, d);
|
|
1067
|
-
}), l.observe(
|
|
1067
|
+
}), l.observe(m, {
|
|
1068
1068
|
childList: !0,
|
|
1069
1069
|
subtree: !0,
|
|
1070
1070
|
attributes: !0,
|
|
1071
1071
|
attributeFilter: ["style", "class"]
|
|
1072
1072
|
}));
|
|
1073
1073
|
}, V = () => {
|
|
1074
|
-
|
|
1074
|
+
i && clearTimeout(i), i = setTimeout(() => {
|
|
1075
1075
|
L();
|
|
1076
1076
|
}, d);
|
|
1077
1077
|
}, B = () => {
|
|
1078
1078
|
window.addEventListener("resize", V), xe(() => {
|
|
1079
|
-
P(), I(), r =
|
|
1079
|
+
P(), I(), r = b();
|
|
1080
1080
|
});
|
|
1081
1081
|
}, h = () => {
|
|
1082
|
-
window.removeEventListener("resize", V), c && c.disconnect(), l && l.disconnect(), r && r.disconnect(),
|
|
1082
|
+
window.removeEventListener("resize", V), c && c.disconnect(), l && l.disconnect(), r && r.disconnect(), i && clearTimeout(i), f && clearTimeout(f);
|
|
1083
1083
|
};
|
|
1084
1084
|
return o && ie(
|
|
1085
1085
|
() => o,
|
|
@@ -1110,7 +1110,7 @@ const Fo = Z(To), Ho = {
|
|
|
1110
1110
|
isUnFixTbHeight: { type: Boolean }
|
|
1111
1111
|
},
|
|
1112
1112
|
setup(e) {
|
|
1113
|
-
const o = Ce("globalCompConfig", {}), { isFullscreen: t } = Rt(document.body), a = e, d = Qt("PageContainerRef"), s = $(() => a.offsetHeight || o.HbLibListPageContainer?.offsetHeight || 110), c = $(() => a.offsetBottom || o.HbLibListPageContainer?.offsetBottom || 20), r = $(() => a.minHeight || o.HbLibListPageContainer?.minHeight || 300), l = $(() => a.timeOut || o.HbLibListPageContainer?.timeOut || 100),
|
|
1113
|
+
const o = Ce("globalCompConfig", {}), { isFullscreen: t } = Rt(document.body), a = e, d = Qt("PageContainerRef"), s = $(() => a.offsetHeight || o.HbLibListPageContainer?.offsetHeight || 110), c = $(() => a.offsetBottom || o.HbLibListPageContainer?.offsetBottom || 20), r = $(() => a.minHeight || o.HbLibListPageContainer?.minHeight || 300), l = $(() => a.timeOut || o.HbLibListPageContainer?.timeOut || 100), i = $(() => a.isUnFixTbHeight || o.HbLibListPageContainer?.isUnFixTbHeight || !1);
|
|
1114
1114
|
console.log(a.isUnFixTbHeight);
|
|
1115
1115
|
const { calTableHeight: f, tableHeight: L } = Xo({
|
|
1116
1116
|
offsetBottom: c.value,
|
|
@@ -1118,13 +1118,13 @@ const Fo = Z(To), Ho = {
|
|
|
1118
1118
|
minHeight: r.value,
|
|
1119
1119
|
// table最小高度 请勿随便修改!!
|
|
1120
1120
|
timeOut: l.value
|
|
1121
|
-
}),
|
|
1121
|
+
}), b = $(() => L.value);
|
|
1122
1122
|
return Bt("HB_LIST_PAGE_CONTAINER", {
|
|
1123
1123
|
PageContainerRef: d,
|
|
1124
1124
|
// 通过函数访问,
|
|
1125
1125
|
tableHeight: L,
|
|
1126
1126
|
calTableHeight: f
|
|
1127
|
-
}), (P, I) => (
|
|
1127
|
+
}), (P, I) => (n(), w("section", {
|
|
1128
1128
|
class: "hb-lib-list-page-container",
|
|
1129
1129
|
ref_key: "PageContainerRef",
|
|
1130
1130
|
ref: d
|
|
@@ -1133,9 +1133,9 @@ const Fo = Z(To), Ho = {
|
|
|
1133
1133
|
p("section", {
|
|
1134
1134
|
class: "list-page-box",
|
|
1135
1135
|
style: ve(
|
|
1136
|
-
|
|
1137
|
-
"--hb-list-table-height": k(t) ?
|
|
1138
|
-
"--hb-list-ttable-height": e.tableData.length ? "" : k(t) ?
|
|
1136
|
+
i.value ? null : {
|
|
1137
|
+
"--hb-list-table-height": k(t) ? b.value - s.value + "px" : b.value - c.value + "px",
|
|
1138
|
+
"--hb-list-ttable-height": e.tableData.length ? "" : k(t) ? b.value - s.value + "px" : b.value - c.value + "px"
|
|
1139
1139
|
}
|
|
1140
1140
|
)
|
|
1141
1141
|
}, [
|
|
@@ -1176,14 +1176,14 @@ const Fo = Z(To), Ho = {
|
|
|
1176
1176
|
}),
|
|
1177
1177
|
emits: /* @__PURE__ */ Qe(["update:value", "update:searchValue", "change", "confirm", "cancel", "search"], ["update:value"]),
|
|
1178
1178
|
setup(e, { emit: o }) {
|
|
1179
|
-
const t = e, a = o, d = Ot(e, "value"), s = E(!1), c = E(""), r = E([]), l = E(),
|
|
1179
|
+
const t = e, a = o, d = Ot(e, "value"), s = E(!1), c = E(""), r = E([]), l = E(), i = $(() => {
|
|
1180
1180
|
if (t.remoteSearch || !c.value) return t.options;
|
|
1181
1181
|
const S = c.value.toLowerCase();
|
|
1182
1182
|
return t.options.filter((C) => C.label.toLowerCase().includes(S) || C.description?.toLowerCase().includes(S));
|
|
1183
|
-
}), f = $(() => t.prefix ? `${t.prefix.length * 14 + 8}px` : "0px"), L = $(() =>
|
|
1184
|
-
if (
|
|
1185
|
-
const S =
|
|
1186
|
-
return S > 0 && S <
|
|
1183
|
+
}), f = $(() => t.prefix ? `${t.prefix.length * 14 + 8}px` : "0px"), L = $(() => i.value.length === 0 ? !1 : i.value.every((S) => r.value.includes(S.value))), b = $(() => {
|
|
1184
|
+
if (i.value.length === 0) return !1;
|
|
1185
|
+
const S = i.value.filter((C) => r.value.includes(C.value)).length;
|
|
1186
|
+
return S > 0 && S < i.value.length;
|
|
1187
1187
|
});
|
|
1188
1188
|
ie(
|
|
1189
1189
|
() => d.value,
|
|
@@ -1210,7 +1210,7 @@ const Fo = Z(To), Ho = {
|
|
|
1210
1210
|
}, B = E([]), h = () => {
|
|
1211
1211
|
const S = t.multiple ? r.value : r.value[0] || "", C = t.options.filter((v) => r.value.includes(v.value));
|
|
1212
1212
|
B.value = C, console.log(S, C), I.value = [...r.value], d.value = S, a("update:value", S), a("change", S, C), a("confirm", S, C), s.value = !1;
|
|
1213
|
-
},
|
|
1213
|
+
}, m = vo((S) => {
|
|
1214
1214
|
const C = S !== void 0 ? S : c.value;
|
|
1215
1215
|
t.remoteSearch && (a("search", C), a("update:searchValue", C));
|
|
1216
1216
|
}, 300), y = (S) => {
|
|
@@ -1222,17 +1222,17 @@ const Fo = Z(To), Ho = {
|
|
|
1222
1222
|
}, H = (S) => {
|
|
1223
1223
|
if (S.target.checked) {
|
|
1224
1224
|
const v = new Set(r.value);
|
|
1225
|
-
|
|
1225
|
+
i.value.forEach((_) => {
|
|
1226
1226
|
v.add(_.value);
|
|
1227
1227
|
}), r.value = Array.from(v);
|
|
1228
1228
|
} else {
|
|
1229
|
-
const v = new Set(
|
|
1229
|
+
const v = new Set(i.value.map((_) => _.value));
|
|
1230
1230
|
r.value = r.value.filter((_) => !v.has(_));
|
|
1231
1231
|
}
|
|
1232
1232
|
};
|
|
1233
1233
|
return (S, C) => {
|
|
1234
|
-
const v = j("a-tag"), _ = j("a-input"), T = j("a-checkbox"),
|
|
1235
|
-
return
|
|
1234
|
+
const v = j("a-tag"), _ = j("a-input"), T = j("a-checkbox"), N = j("a-radio"), X = j("a-button"), le = j("a-select");
|
|
1235
|
+
return n(), w("div", ee({
|
|
1236
1236
|
class: "hb-lib-selector-wrapper",
|
|
1237
1237
|
style: { "--prefix-width": f.value }
|
|
1238
1238
|
}, S.$attrs), [
|
|
@@ -1246,9 +1246,9 @@ const Fo = Z(To), Ho = {
|
|
|
1246
1246
|
open: s.value,
|
|
1247
1247
|
allowClear: "",
|
|
1248
1248
|
maxTagCount: e.maxTagCount,
|
|
1249
|
-
options:
|
|
1249
|
+
options: i.value,
|
|
1250
1250
|
onDropdownVisibleChange: P,
|
|
1251
|
-
onSearch: k(
|
|
1251
|
+
onSearch: k(m),
|
|
1252
1252
|
"max-tag-text-length": e.tagTextLength,
|
|
1253
1253
|
class: J({ "has-prefix": e.prefix }),
|
|
1254
1254
|
"data-prefix": e.prefix,
|
|
@@ -1261,7 +1261,7 @@ const Fo = Z(To), Ho = {
|
|
|
1261
1261
|
}, {
|
|
1262
1262
|
default: u(() => [
|
|
1263
1263
|
p("span", el, x(W), 1),
|
|
1264
|
-
re?.description ? (
|
|
1264
|
+
re?.description ? (n(), w("span", tl, " (" + x(re.description) + ") ", 1)) : A("", !0)
|
|
1265
1265
|
]),
|
|
1266
1266
|
_: 2
|
|
1267
1267
|
}, 1024)
|
|
@@ -1277,7 +1277,7 @@ const Fo = Z(To), Ho = {
|
|
|
1277
1277
|
"onUpdate:value": C[1] || (C[1] = (W) => c.value = W),
|
|
1278
1278
|
placeholder: "请输入关键词搜索",
|
|
1279
1279
|
"allow-clear": "",
|
|
1280
|
-
onInput: C[2] || (C[2] = (W) => k(
|
|
1280
|
+
onInput: C[2] || (C[2] = (W) => k(m)(W.target.value))
|
|
1281
1281
|
}, {
|
|
1282
1282
|
prefix: u(() => [
|
|
1283
1283
|
F(k(qe))
|
|
@@ -1286,18 +1286,18 @@ const Fo = Z(To), Ho = {
|
|
|
1286
1286
|
}, 8, ["value"])
|
|
1287
1287
|
]),
|
|
1288
1288
|
p("div", al, [
|
|
1289
|
-
(
|
|
1289
|
+
(n(!0), w(G, null, me(i.value, (W) => (n(), w("div", {
|
|
1290
1290
|
key: W.value,
|
|
1291
1291
|
class: J(["hb-lib-selector-option", { selected: r.value.includes(W.value) }]),
|
|
1292
1292
|
onClick: () => y(W)
|
|
1293
1293
|
}, [
|
|
1294
|
-
e.multiple ? (
|
|
1294
|
+
e.multiple ? (n(), R(T, {
|
|
1295
1295
|
key: 0,
|
|
1296
1296
|
checked: r.value.includes(W.value),
|
|
1297
1297
|
onChange: () => y(W),
|
|
1298
1298
|
onClick: C[3] || (C[3] = Re(() => {
|
|
1299
1299
|
}, ["stop"]))
|
|
1300
|
-
}, null, 8, ["checked", "onChange"])) : (
|
|
1300
|
+
}, null, 8, ["checked", "onChange"])) : (n(), R(N, {
|
|
1301
1301
|
key: 1,
|
|
1302
1302
|
checked: r.value.includes(W.value),
|
|
1303
1303
|
onChange: () => y(W),
|
|
@@ -1309,11 +1309,11 @@ const Fo = Z(To), Ho = {
|
|
|
1309
1309
|
])
|
|
1310
1310
|
], 10, nl))), 128))
|
|
1311
1311
|
]),
|
|
1312
|
-
|
|
1313
|
-
e.multiple ? (
|
|
1312
|
+
i.value.length === 0 ? (n(), w("div", rl, x(S.$t("hbLibComp.hbFormItemFilterModal.noData")), 1)) : A("", !0),
|
|
1313
|
+
e.multiple ? (n(), w("div", cl, [
|
|
1314
1314
|
F(T, {
|
|
1315
1315
|
checked: L.value,
|
|
1316
|
-
indeterminate:
|
|
1316
|
+
indeterminate: b.value,
|
|
1317
1317
|
onChange: H
|
|
1318
1318
|
}, {
|
|
1319
1319
|
default: u(() => [
|
|
@@ -1342,7 +1342,7 @@ const Fo = Z(To), Ho = {
|
|
|
1342
1342
|
_: 1
|
|
1343
1343
|
})
|
|
1344
1344
|
])
|
|
1345
|
-
])) : (
|
|
1345
|
+
])) : (n(), w("div", ul, [
|
|
1346
1346
|
C[6] || (C[6] = p("div", null, null, -1)),
|
|
1347
1347
|
p("div", fl, [
|
|
1348
1348
|
F(X, {
|
|
@@ -1363,7 +1363,7 @@ const Fo = Z(To), Ho = {
|
|
|
1363
1363
|
], 16);
|
|
1364
1364
|
};
|
|
1365
1365
|
}
|
|
1366
|
-
}),
|
|
1366
|
+
}), ml = /* @__PURE__ */ oe(pl, [["__scopeId", "data-v-87177371"]]), bl = Z(ml), hl = { class: "hb-lib-form-item-filter-modal-search" }, vl = { class: "hb-lib-form-item-filter-modal-buttons" }, gl = { key: 0 }, yl = /* @__PURE__ */ te({
|
|
1367
1367
|
name: "HbLibMutilpleSelectModal",
|
|
1368
1368
|
__name: "HbMutilpleSelectModal",
|
|
1369
1369
|
props: {
|
|
@@ -1377,7 +1377,7 @@ const Fo = Z(To), Ho = {
|
|
|
1377
1377
|
},
|
|
1378
1378
|
emits: ["handleConfirm", "handleCancel"],
|
|
1379
1379
|
setup(e, { expose: o, emit: t }) {
|
|
1380
|
-
const a = e, d = t, s = E(!1), c = E(""), r = E(), l = E(),
|
|
1380
|
+
const a = e, d = t, s = E(!1), c = E(""), r = E(), l = E(), i = E([]), f = E([]), L = E(), b = Ne({
|
|
1381
1381
|
searchText: "",
|
|
1382
1382
|
searchedColumn: ""
|
|
1383
1383
|
}), P = $(() => a.tableData.map((v) => (v.id = v.id || Math.random(), v))), I = $(() => a.tableColumn.map((v) => (v.customFilterDropdown && (v.onFilter = (_, T) => T[v.dataIndex].toString().toLowerCase().includes(_.toLowerCase()), v.onFilterDropdownVisibleChange = (_) => {
|
|
@@ -1396,22 +1396,22 @@ const Fo = Z(To), Ho = {
|
|
|
1396
1396
|
const v = L.value?.$el?.querySelector(".ant-table-body");
|
|
1397
1397
|
v && (v.scrollTop = 0);
|
|
1398
1398
|
});
|
|
1399
|
-
},
|
|
1400
|
-
|
|
1399
|
+
}, m = () => {
|
|
1400
|
+
i.value = [], f.value = [];
|
|
1401
1401
|
}, y = () => {
|
|
1402
|
-
c.value = "",
|
|
1402
|
+
c.value = "", m();
|
|
1403
1403
|
}, H = (v, _, T) => {
|
|
1404
|
-
_(),
|
|
1404
|
+
_(), b.searchText = v[0], b.searchedColumn = T;
|
|
1405
1405
|
}, S = (v, _) => {
|
|
1406
|
-
v({ confirm: !0 }),
|
|
1406
|
+
v({ confirm: !0 }), b.searchText = "", _();
|
|
1407
1407
|
}, C = (v, _) => {
|
|
1408
|
-
|
|
1408
|
+
i.value = v, f.value = _;
|
|
1409
1409
|
};
|
|
1410
1410
|
return o({
|
|
1411
1411
|
resetInputVal: y
|
|
1412
1412
|
}), (v, _) => {
|
|
1413
|
-
const T = j("a-input"),
|
|
1414
|
-
return
|
|
1413
|
+
const T = j("a-input"), N = j("a-button"), X = j("a-table"), le = j("a-modal");
|
|
1414
|
+
return n(), w("div", {
|
|
1415
1415
|
class: "hb-lib-multipleSelectModal-box",
|
|
1416
1416
|
ref_key: "hbMultipSelectModalRef",
|
|
1417
1417
|
ref: l
|
|
@@ -1424,7 +1424,7 @@ const Fo = Z(To), Ho = {
|
|
|
1424
1424
|
placeholder: v.$t("hbLibComp.hbMultiSelectModal.pleaseSelect")
|
|
1425
1425
|
}, {
|
|
1426
1426
|
addonAfter: u(() => [
|
|
1427
|
-
F(k(
|
|
1427
|
+
F(k(bo), { onClick: h })
|
|
1428
1428
|
]),
|
|
1429
1429
|
_: 1
|
|
1430
1430
|
}, 8, ["value", "placeholder"]),
|
|
@@ -1436,19 +1436,19 @@ const Fo = Z(To), Ho = {
|
|
|
1436
1436
|
class: "hb-lib-multipleSelectModal-modal"
|
|
1437
1437
|
}, {
|
|
1438
1438
|
footer: u(() => [
|
|
1439
|
-
F(
|
|
1439
|
+
F(N, { onClick: m }, {
|
|
1440
1440
|
default: u(() => [
|
|
1441
1441
|
O(x(v.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
1442
1442
|
]),
|
|
1443
1443
|
_: 1
|
|
1444
1444
|
}),
|
|
1445
|
-
F(
|
|
1445
|
+
F(N, { onClick: B }, {
|
|
1446
1446
|
default: u(() => [
|
|
1447
1447
|
O(x(v.$t("hbLibComp.hbFormItemFilterModal.cancel")), 1)
|
|
1448
1448
|
]),
|
|
1449
1449
|
_: 1
|
|
1450
1450
|
}),
|
|
1451
|
-
F(
|
|
1451
|
+
F(N, {
|
|
1452
1452
|
type: "primary",
|
|
1453
1453
|
onClick: V
|
|
1454
1454
|
}, {
|
|
@@ -1464,7 +1464,7 @@ const Fo = Z(To), Ho = {
|
|
|
1464
1464
|
ref: L,
|
|
1465
1465
|
columns: I.value,
|
|
1466
1466
|
dataSource: P.value,
|
|
1467
|
-
rowSelection: { selectedRowKeys:
|
|
1467
|
+
rowSelection: { selectedRowKeys: i.value, onChange: C },
|
|
1468
1468
|
rowKey: (D) => D[e.tableKey],
|
|
1469
1469
|
scroll: { y: e.tableHeight }
|
|
1470
1470
|
}, {
|
|
@@ -1476,24 +1476,24 @@ const Fo = Z(To), Ho = {
|
|
|
1476
1476
|
placeholder: `请输入${fe.title}`,
|
|
1477
1477
|
value: W[0],
|
|
1478
1478
|
class: "hb-lib-form-item-filter-modal-search-input",
|
|
1479
|
-
onChange: (
|
|
1480
|
-
onPressEnter: (
|
|
1479
|
+
onChange: (be) => D(be.target.value ? [be.target.value] : []),
|
|
1480
|
+
onPressEnter: (be) => H(W, se, fe.dataIndex)
|
|
1481
1481
|
}, null, 8, ["placeholder", "value", "onChange", "onPressEnter"]),
|
|
1482
1482
|
p("section", vl, [
|
|
1483
|
-
F(
|
|
1483
|
+
F(N, {
|
|
1484
1484
|
class: "hb-lib-form-item-filter-modal-button",
|
|
1485
1485
|
type: "ghost",
|
|
1486
|
-
onClick: (
|
|
1486
|
+
onClick: (be) => S(re, se)
|
|
1487
1487
|
}, {
|
|
1488
1488
|
default: u(() => [
|
|
1489
1489
|
O(x(v.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
1490
1490
|
]),
|
|
1491
1491
|
_: 1
|
|
1492
1492
|
}, 8, ["onClick"]),
|
|
1493
|
-
F(
|
|
1493
|
+
F(N, {
|
|
1494
1494
|
type: "primary",
|
|
1495
1495
|
class: "hb-lib-form-item-filter-modal-button-confirm",
|
|
1496
|
-
onClick: (
|
|
1496
|
+
onClick: (be) => H(W, se, fe.dataIndex)
|
|
1497
1497
|
}, {
|
|
1498
1498
|
default: u(() => [
|
|
1499
1499
|
O(x(v.$t("hbLibComp.hbFormItemFilterModal.confirm")), 1)
|
|
@@ -1509,12 +1509,12 @@ const Fo = Z(To), Ho = {
|
|
|
1509
1509
|
}, null, 8, ["style"])
|
|
1510
1510
|
]),
|
|
1511
1511
|
bodyCell: u(({ text: D, column: W }) => [
|
|
1512
|
-
|
|
1513
|
-
(
|
|
1514
|
-
se.toLowerCase() ===
|
|
1512
|
+
b.searchText && b.searchedColumn === W.dataIndex ? (n(), w("span", gl, [
|
|
1513
|
+
(n(!0), w(G, null, me(D.toString().split(new RegExp(`(?<=${b.searchText})|(?=${b.searchText})`, "i")), (se, re) => (n(), w(G, null, [
|
|
1514
|
+
se.toLowerCase() === b.searchText.toLowerCase() ? (n(), w("mark", {
|
|
1515
1515
|
key: re,
|
|
1516
1516
|
class: "highlight"
|
|
1517
|
-
}, x(se), 1)) : (
|
|
1517
|
+
}, x(se), 1)) : (n(), w(G, { key: 1 }, [
|
|
1518
1518
|
O(x(se), 1)
|
|
1519
1519
|
], 64))
|
|
1520
1520
|
], 64))), 256))
|
|
@@ -1544,18 +1544,18 @@ const Fo = Z(To), Ho = {
|
|
|
1544
1544
|
buttonDisplaysQuantity: {}
|
|
1545
1545
|
},
|
|
1546
1546
|
setup(e, { expose: o }) {
|
|
1547
|
-
const t = e, { t: a } = ye(), d = E(!1), s = E(!1), c = E(null), r = $(() => t.actions.filter((B) => B.condition !== void 0 ? B.condition : !0)), l = $(() => r.value.slice(0, t.buttonDisplaysQuantity)),
|
|
1547
|
+
const t = e, { t: a } = ye(), d = E(!1), s = E(!1), c = E(null), r = $(() => t.actions.filter((B) => B.condition !== void 0 ? B.condition : !0)), l = $(() => r.value.slice(0, t.buttonDisplaysQuantity)), i = $(() => f(r.value.slice(t.buttonDisplaysQuantity)));
|
|
1548
1548
|
function f(B) {
|
|
1549
1549
|
if (t.filterPermission)
|
|
1550
1550
|
return t.filterPermission(B);
|
|
1551
|
-
let h = [],
|
|
1551
|
+
let h = [], m = [];
|
|
1552
1552
|
return h = JSON.parse(sessionStorage.getItem("LOGIN_USER_BUTTON_AUTH") || "[]"), !Array.isArray(h) || B.length === 0 ? (h = [], []) : (h = h.filter((y) => y.type != "2"), B.forEach((y) => {
|
|
1553
|
-
(!y.permissionsTag || h.findIndex((H) => H.action === y.permissionsTag) !== -1) &&
|
|
1554
|
-
}),
|
|
1553
|
+
(!y.permissionsTag || h.findIndex((H) => H.action === y.permissionsTag) !== -1) && m.push(y);
|
|
1554
|
+
}), m);
|
|
1555
1555
|
}
|
|
1556
1556
|
const L = (B) => {
|
|
1557
1557
|
B.handler && B.handler(t.record);
|
|
1558
|
-
},
|
|
1558
|
+
}, b = (B) => {
|
|
1559
1559
|
c.value = B, d.value = !0;
|
|
1560
1560
|
}, P = () => {
|
|
1561
1561
|
if (c.value) {
|
|
@@ -1583,31 +1583,31 @@ const Fo = Z(To), Ho = {
|
|
|
1583
1583
|
AModal: Ze,
|
|
1584
1584
|
DownOutlined: lt
|
|
1585
1585
|
}), (B, h) => {
|
|
1586
|
-
const
|
|
1587
|
-
return
|
|
1588
|
-
(
|
|
1589
|
-
H.needConfirm ? (
|
|
1590
|
-
H.confirmType === "modal" ? (
|
|
1591
|
-
_e((
|
|
1586
|
+
const m = j("a-divider"), y = Et("has");
|
|
1587
|
+
return n(), w("div", Ll, [
|
|
1588
|
+
(n(!0), w(G, null, me(l.value, (H, S) => (n(), w(G, { key: S }, [
|
|
1589
|
+
H.needConfirm ? (n(), w(G, { key: 0 }, [
|
|
1590
|
+
H.confirmType === "modal" ? (n(), w(G, { key: 0 }, [
|
|
1591
|
+
_e((n(), w("a", {
|
|
1592
1592
|
href: "javascript:;",
|
|
1593
|
-
onClick: (C) =>
|
|
1593
|
+
onClick: (C) => b(H),
|
|
1594
1594
|
class: "hb-lib-table-main-action"
|
|
1595
1595
|
}, [
|
|
1596
1596
|
O(x(H.label), 1)
|
|
1597
1597
|
], 8, wl)), [
|
|
1598
1598
|
[y, H.permissionsTag || null]
|
|
1599
1599
|
]),
|
|
1600
|
-
|
|
1600
|
+
i.value && i.value.length > 0 || S !== l.value.length - 1 ? (n(), R(m, {
|
|
1601
1601
|
key: 0,
|
|
1602
1602
|
type: "vertical"
|
|
1603
1603
|
})) : A("", !0)
|
|
1604
|
-
], 64)) : (
|
|
1604
|
+
], 64)) : (n(), w(G, { key: 1 }, [
|
|
1605
1605
|
F(k(Je), {
|
|
1606
1606
|
title: H.confirmTitle,
|
|
1607
1607
|
onConfirm: (C) => L(H)
|
|
1608
1608
|
}, {
|
|
1609
1609
|
default: u(() => [
|
|
1610
|
-
_e((
|
|
1610
|
+
_e((n(), w("a", Cl, [
|
|
1611
1611
|
O(x(H.label), 1)
|
|
1612
1612
|
])), [
|
|
1613
1613
|
[y, H.permissionsTag || null]
|
|
@@ -1615,19 +1615,19 @@ const Fo = Z(To), Ho = {
|
|
|
1615
1615
|
]),
|
|
1616
1616
|
_: 2
|
|
1617
1617
|
}, 1032, ["title", "onConfirm"]),
|
|
1618
|
-
|
|
1618
|
+
i.value && i.value.length > 0 || S !== l.value.length - 1 ? (n(), R(m, {
|
|
1619
1619
|
key: 0,
|
|
1620
1620
|
type: "vertical"
|
|
1621
1621
|
})) : A("", !0)
|
|
1622
1622
|
], 64))
|
|
1623
|
-
], 64)) : H.slot ? (
|
|
1623
|
+
], 64)) : H.slot ? (n(), w(G, { key: 1 }, [
|
|
1624
1624
|
q(B.$slots, H.slot, { item: H }, void 0, !0),
|
|
1625
|
-
|
|
1625
|
+
i.value && i.value.length > 0 || S !== l.value.length - 1 ? (n(), R(m, {
|
|
1626
1626
|
key: 0,
|
|
1627
1627
|
type: "vertical"
|
|
1628
1628
|
})) : A("", !0)
|
|
1629
|
-
], 64)) : (
|
|
1630
|
-
_e((
|
|
1629
|
+
], 64)) : (n(), w(G, { key: 2 }, [
|
|
1630
|
+
_e((n(), w("a", {
|
|
1631
1631
|
href: "javascript:;",
|
|
1632
1632
|
onClick: (C) => L(H),
|
|
1633
1633
|
class: "hb-lib-table-main-action"
|
|
@@ -1636,7 +1636,7 @@ const Fo = Z(To), Ho = {
|
|
|
1636
1636
|
], 8, kl)), [
|
|
1637
1637
|
[y, H.permissionsTag || null]
|
|
1638
1638
|
]),
|
|
1639
|
-
|
|
1639
|
+
i.value && i.value.length > 0 || S !== l.value.length - 1 ? _e((n(), R(m, {
|
|
1640
1640
|
key: 0,
|
|
1641
1641
|
type: "vertical"
|
|
1642
1642
|
}, null, 512)), [
|
|
@@ -1644,28 +1644,28 @@ const Fo = Z(To), Ho = {
|
|
|
1644
1644
|
]) : A("", !0)
|
|
1645
1645
|
], 64))
|
|
1646
1646
|
], 64))), 128)),
|
|
1647
|
-
|
|
1647
|
+
i.value && i.value.length > 0 ? (n(), R(k(Ct), { key: 0 }, {
|
|
1648
1648
|
overlay: u(() => [
|
|
1649
1649
|
F(k(wt), null, {
|
|
1650
1650
|
default: u(() => [
|
|
1651
|
-
(
|
|
1651
|
+
(n(!0), w(G, null, me(i.value, (H, S) => _e((n(), R(k(Lt), { key: S }, {
|
|
1652
1652
|
default: u(() => [
|
|
1653
|
-
H.needConfirm ? (
|
|
1654
|
-
H.confirmType === "modal" ? _e((
|
|
1653
|
+
H.needConfirm ? (n(), w(G, { key: 0 }, [
|
|
1654
|
+
H.confirmType === "modal" ? _e((n(), w("a", {
|
|
1655
1655
|
key: 0,
|
|
1656
1656
|
href: "javascript:;",
|
|
1657
|
-
onClick: (C) =>
|
|
1657
|
+
onClick: (C) => b(H)
|
|
1658
1658
|
}, [
|
|
1659
1659
|
O(x(H.label), 1)
|
|
1660
1660
|
], 8, xl)), [
|
|
1661
1661
|
[y, H.permissionsTag || null]
|
|
1662
|
-
]) : _e((
|
|
1662
|
+
]) : _e((n(), R(k(Je), {
|
|
1663
1663
|
key: 1,
|
|
1664
1664
|
title: H.confirmTitle,
|
|
1665
1665
|
onConfirm: (C) => L(H)
|
|
1666
1666
|
}, {
|
|
1667
1667
|
default: u(() => [
|
|
1668
|
-
_e((
|
|
1668
|
+
_e((n(), w("a", Tl, [
|
|
1669
1669
|
O(x(H.label), 1)
|
|
1670
1670
|
])), [
|
|
1671
1671
|
[y, H.permissionsTag || null]
|
|
@@ -1675,7 +1675,7 @@ const Fo = Z(To), Ho = {
|
|
|
1675
1675
|
}, 1032, ["title", "onConfirm"])), [
|
|
1676
1676
|
[y, H.permissionsTag || null]
|
|
1677
1677
|
])
|
|
1678
|
-
], 64)) : _e((
|
|
1678
|
+
], 64)) : _e((n(), w("a", {
|
|
1679
1679
|
key: 1,
|
|
1680
1680
|
href: "javascript:;",
|
|
1681
1681
|
onClick: (C) => L(H)
|
|
@@ -1780,39 +1780,39 @@ var Xe = function() {
|
|
|
1780
1780
|
return Vt.Date.now();
|
|
1781
1781
|
}, ta = "Expected a function", oa = Math.max, la = Math.min;
|
|
1782
1782
|
function jt(e, o, t) {
|
|
1783
|
-
var a, d, s, c, r, l,
|
|
1783
|
+
var a, d, s, c, r, l, i = 0, f = !1, L = !1, b = !0;
|
|
1784
1784
|
if (typeof e != "function")
|
|
1785
1785
|
throw new TypeError(ta);
|
|
1786
|
-
o = Tt(o) || 0, at(t) && (f = !!t.leading, L = "maxWait" in t, s = L ? oa(Tt(t.maxWait) || 0, o) : s,
|
|
1786
|
+
o = Tt(o) || 0, at(t) && (f = !!t.leading, L = "maxWait" in t, s = L ? oa(Tt(t.maxWait) || 0, o) : s, b = "trailing" in t ? !!t.trailing : b);
|
|
1787
1787
|
function P(C) {
|
|
1788
1788
|
var v = a, _ = d;
|
|
1789
|
-
return a = d = void 0,
|
|
1789
|
+
return a = d = void 0, i = C, c = e.apply(_, v), c;
|
|
1790
1790
|
}
|
|
1791
1791
|
function I(C) {
|
|
1792
|
-
return
|
|
1792
|
+
return i = C, r = setTimeout(h, o), f ? P(C) : c;
|
|
1793
1793
|
}
|
|
1794
1794
|
function V(C) {
|
|
1795
|
-
var v = C - l, _ = C -
|
|
1795
|
+
var v = C - l, _ = C - i, T = o - v;
|
|
1796
1796
|
return L ? la(T, s - _) : T;
|
|
1797
1797
|
}
|
|
1798
1798
|
function B(C) {
|
|
1799
|
-
var v = C - l, _ = C -
|
|
1799
|
+
var v = C - l, _ = C - i;
|
|
1800
1800
|
return l === void 0 || v >= o || v < 0 || L && _ >= s;
|
|
1801
1801
|
}
|
|
1802
1802
|
function h() {
|
|
1803
1803
|
var C = Xe();
|
|
1804
1804
|
if (B(C))
|
|
1805
|
-
return
|
|
1805
|
+
return m(C);
|
|
1806
1806
|
r = setTimeout(h, V(C));
|
|
1807
1807
|
}
|
|
1808
|
-
function
|
|
1809
|
-
return r = void 0,
|
|
1808
|
+
function m(C) {
|
|
1809
|
+
return r = void 0, b && a ? P(C) : (a = d = void 0, c);
|
|
1810
1810
|
}
|
|
1811
1811
|
function y() {
|
|
1812
|
-
r !== void 0 && clearTimeout(r),
|
|
1812
|
+
r !== void 0 && clearTimeout(r), i = 0, a = l = d = r = void 0;
|
|
1813
1813
|
}
|
|
1814
1814
|
function H() {
|
|
1815
|
-
return r === void 0 ? c :
|
|
1815
|
+
return r === void 0 ? c : m(Xe());
|
|
1816
1816
|
}
|
|
1817
1817
|
function S() {
|
|
1818
1818
|
var C = Xe(), v = B(C);
|
|
@@ -1841,12 +1841,12 @@ const aa = {
|
|
|
1841
1841
|
},
|
|
1842
1842
|
emits: ["change", "resizeCol"],
|
|
1843
1843
|
setup(e, { emit: o }) {
|
|
1844
|
-
const t = Ce("globalCompConfig", {}), a = o, { t: d } = ye(), s = e, c = E([]), r = Ce("HB_LIST_PAGE_CONTAINER"), { tableWidth: l } = kt(c),
|
|
1844
|
+
const t = Ce("globalCompConfig", {}), a = o, { t: d } = ye(), s = e, c = E([]), r = Ce("HB_LIST_PAGE_CONTAINER"), { tableWidth: l } = kt(c), i = E(l.value), f = $(() => s.isUnFixTbHeight || t.HbLibListPageContainer?.isUnFixTbHeight || !1);
|
|
1845
1845
|
ie(
|
|
1846
1846
|
() => s.columns,
|
|
1847
1847
|
(h) => {
|
|
1848
|
-
const
|
|
1849
|
-
c.value =
|
|
1848
|
+
const m = h.filter((H) => H != null && H.checked);
|
|
1849
|
+
c.value = m.map((H) => {
|
|
1850
1850
|
let S = { ...H, title: H.title || H.label, align: H.align || t.listTable?.align || "center" };
|
|
1851
1851
|
S.ellipsis && !S.needTooltip && (S.needTooltip = !0);
|
|
1852
1852
|
let C = s.defaultWidth || t.listTable?.defaultColWidth || 150;
|
|
@@ -1859,7 +1859,7 @@ const aa = {
|
|
|
1859
1859
|
return S.resizable === void 0 && (S.resizable = !0), S;
|
|
1860
1860
|
});
|
|
1861
1861
|
const { tableWidth: y } = kt(c);
|
|
1862
|
-
|
|
1862
|
+
i.value = y.value;
|
|
1863
1863
|
},
|
|
1864
1864
|
{
|
|
1865
1865
|
immediate: !0,
|
|
@@ -1868,23 +1868,23 @@ const aa = {
|
|
|
1868
1868
|
);
|
|
1869
1869
|
const L = jt(() => {
|
|
1870
1870
|
a("resizeCol", c);
|
|
1871
|
-
}, t.listTable?.colSaveTimeOut || 800),
|
|
1872
|
-
if (
|
|
1871
|
+
}, t.listTable?.colSaveTimeOut || 800), b = (h, m) => {
|
|
1872
|
+
if (m) {
|
|
1873
1873
|
const y = typeof h == "string" ? parseInt(h, 10) : h;
|
|
1874
|
-
|
|
1874
|
+
m.width = isNaN(y) ? t.listTable?.defaultColWidth || 150 : y, xe(() => {
|
|
1875
1875
|
L();
|
|
1876
1876
|
});
|
|
1877
1877
|
}
|
|
1878
|
-
}, P = (h,
|
|
1879
|
-
h?.current && a("change", h,
|
|
1880
|
-
}, I = (h,
|
|
1881
|
-
return (h,
|
|
1878
|
+
}, P = (h, m, y) => {
|
|
1879
|
+
h?.current && a("change", h, m, y);
|
|
1880
|
+
}, I = (h, m = "YYYY-MM-DD HH:mm:ss") => h ? Ke(h).format(m) : "", V = (h, m) => h && m[h] || "", B = (h, m = t.listTable?.ellipsisNumber || 20) => h ? h.length > m ? `${h.substring(0, m)}...` : h : "";
|
|
1881
|
+
return (h, m) => {
|
|
1882
1882
|
const y = j("a-empty"), H = j("a-tooltip"), S = j("HbLibCopy"), C = j("a-tag"), v = j("a-table");
|
|
1883
|
-
return
|
|
1883
|
+
return n(), w("div", {
|
|
1884
1884
|
class: J(["hb-lib-list-table", { "nowrap-table": s.rowHeight }]),
|
|
1885
1885
|
style: ve({ "--hb-lib-table-td-height": e.rowHeight && e.rowHeight + "px" || "" })
|
|
1886
1886
|
}, [
|
|
1887
|
-
h.$slots.tableActLeft ? (
|
|
1887
|
+
h.$slots.tableActLeft ? (n(), w("section", aa, [
|
|
1888
1888
|
q(h.$slots, "tableActLeft", {}, void 0, !0),
|
|
1889
1889
|
q(h.$slots, "tableActRight", {}, void 0, !0)
|
|
1890
1890
|
])) : A("", !0),
|
|
@@ -1892,11 +1892,11 @@ const aa = {
|
|
|
1892
1892
|
bordered: "",
|
|
1893
1893
|
columns: c.value,
|
|
1894
1894
|
tableLayout: "fixed",
|
|
1895
|
-
onResizeColumn:
|
|
1895
|
+
onResizeColumn: b,
|
|
1896
1896
|
onChange: P,
|
|
1897
1897
|
scroll: f.value ? {
|
|
1898
|
-
x:
|
|
1899
|
-
} : { x:
|
|
1898
|
+
x: i.value
|
|
1899
|
+
} : { x: i.value, y: k(r).tableHeight }
|
|
1900
1900
|
}), Pe({
|
|
1901
1901
|
emptyText: u(() => [
|
|
1902
1902
|
p("div", na, [
|
|
@@ -1921,14 +1921,14 @@ const aa = {
|
|
|
1921
1921
|
} : void 0,
|
|
1922
1922
|
h.$slots.bodyCell ? {
|
|
1923
1923
|
name: "bodyCell",
|
|
1924
|
-
fn: u(({ column: _, record: T, index:
|
|
1924
|
+
fn: u(({ column: _, record: T, index: N, text: X }) => [
|
|
1925
1925
|
q(h.$slots, "bodyCell", {
|
|
1926
1926
|
column: _,
|
|
1927
1927
|
record: T,
|
|
1928
|
-
index:
|
|
1928
|
+
index: N,
|
|
1929
1929
|
text: X
|
|
1930
1930
|
}, void 0, !0),
|
|
1931
|
-
_ && _.needTooltip && !_.needCopy ? (
|
|
1931
|
+
_ && _.needTooltip && !_.needCopy ? (n(), R(H, {
|
|
1932
1932
|
key: 0,
|
|
1933
1933
|
placement: e.tooltipPlacement
|
|
1934
1934
|
}, {
|
|
@@ -1939,14 +1939,14 @@ const aa = {
|
|
|
1939
1939
|
O(" " + x(T[_.dataIndex]), 1)
|
|
1940
1940
|
]),
|
|
1941
1941
|
_: 2
|
|
1942
|
-
}, 1032, ["placement"])) : _ && _.needCopy && !_.needTooltip ? (
|
|
1942
|
+
}, 1032, ["placement"])) : _ && _.needCopy && !_.needTooltip ? (n(), w("div", ia, [
|
|
1943
1943
|
O(x(T[_.dataIndex]) + " ", 1),
|
|
1944
1944
|
F(S, {
|
|
1945
1945
|
"cp-text": T[_.dataIndex],
|
|
1946
1946
|
style: { position: "relative" }
|
|
1947
1947
|
}, null, 8, ["cp-text"])
|
|
1948
1948
|
])) : A("", !0),
|
|
1949
|
-
_ && _.needTooltip && _.needCopy ? (
|
|
1949
|
+
_ && _.needTooltip && _.needCopy ? (n(), w("div", sa, [
|
|
1950
1950
|
F(H, { placement: e.tooltipPlacement }, {
|
|
1951
1951
|
title: u(() => [
|
|
1952
1952
|
O(x(T[_.dataIndex]), 1)
|
|
@@ -1960,10 +1960,10 @@ const aa = {
|
|
|
1960
1960
|
"cp-text": T[_.dataIndex],
|
|
1961
1961
|
style: { position: "relative" }
|
|
1962
1962
|
}, null, 8, ["cp-text"])
|
|
1963
|
-
])) : _ && _.needFormat ? (
|
|
1963
|
+
])) : _ && _.needFormat ? (n(), w(G, { key: 3 }, [
|
|
1964
1964
|
O(x(I(T[_.dataIndex], _.format)), 1)
|
|
1965
|
-
], 64)) : _ && _.tags ? (
|
|
1966
|
-
V(T[_.dataIndex], _.tags) ? (
|
|
1965
|
+
], 64)) : _ && _.tags ? (n(), w(G, { key: 4 }, [
|
|
1966
|
+
V(T[_.dataIndex], _.tags) ? (n(), R(C, {
|
|
1967
1967
|
key: 0,
|
|
1968
1968
|
color: V(T[_.dataIndex], _.tags)
|
|
1969
1969
|
}, {
|
|
@@ -2002,11 +2002,11 @@ const aa = {
|
|
|
2002
2002
|
} : void 0,
|
|
2003
2003
|
h.$slots.expandIcon ? {
|
|
2004
2004
|
name: "expandIcon",
|
|
2005
|
-
fn: u(({ expanded: _, record: T, index:
|
|
2005
|
+
fn: u(({ expanded: _, record: T, index: N }) => [
|
|
2006
2006
|
q(h.$slots, "expandIcon", {
|
|
2007
2007
|
expanded: _,
|
|
2008
2008
|
record: T,
|
|
2009
|
-
index:
|
|
2009
|
+
index: N
|
|
2010
2010
|
}, void 0, !0)
|
|
2011
2011
|
]),
|
|
2012
2012
|
key: "5"
|
|
@@ -2042,7 +2042,7 @@ const aa = {
|
|
|
2042
2042
|
}, pa = {
|
|
2043
2043
|
key: 0,
|
|
2044
2044
|
class: "hb-lib-table-drag-item-act"
|
|
2045
|
-
},
|
|
2045
|
+
}, ma = ["onClick"], ba = ["onClick"], ha = { class: "hb-lib-table-set-btn-group" }, va = {
|
|
2046
2046
|
class: "select-all-container",
|
|
2047
2047
|
style: { "margin-right": "10px" }
|
|
2048
2048
|
}, ga = /* @__PURE__ */ te({
|
|
@@ -2080,18 +2080,18 @@ const aa = {
|
|
|
2080
2080
|
setup(e, { emit: o }) {
|
|
2081
2081
|
const t = o, { t: a } = ye(), d = e, s = E([]), c = $(() => l.value.filter((C) => C.checked));
|
|
2082
2082
|
E([]);
|
|
2083
|
-
const r = E(!1), l = E([]),
|
|
2084
|
-
|
|
2083
|
+
const r = E(!1), l = E([]), i = E(null), f = $(() => c.value.length > 0 && c.value.length === s.value.length), L = $(() => c.value.length > 0 && c.value.length < s.value.length), b = (C) => {
|
|
2084
|
+
i.value = C.oldIndex;
|
|
2085
2085
|
}, P = (C) => {
|
|
2086
2086
|
const v = C.newIndex;
|
|
2087
2087
|
if (s.value.some((T) => T.fixed === "left" || T.fixed === "right" || T.fixed === !0)) {
|
|
2088
|
-
const T = s.value.filter((X) => X.fixed === "left").length,
|
|
2089
|
-
if ((T > 0 && v < T ||
|
|
2088
|
+
const T = s.value.filter((X) => X.fixed === "left").length, N = s.value.length - s.value.filter((X) => X.fixed === "right").length;
|
|
2089
|
+
if ((T > 0 && v < T || N < s.value.length && v >= N) && (Le.warning(a("hbLibComp.hbLibListTableColumsSet.errorTip")), i.value !== null)) {
|
|
2090
2090
|
const X = l.value.splice(v, 1)[0];
|
|
2091
|
-
l.value.splice(
|
|
2091
|
+
l.value.splice(i.value, 0, X);
|
|
2092
2092
|
}
|
|
2093
2093
|
}
|
|
2094
|
-
|
|
2094
|
+
i.value = null;
|
|
2095
2095
|
}, I = (C) => {
|
|
2096
2096
|
C.target.checked ? l.value.forEach((_) => _.checked = !0) : l.value.forEach((_) => {
|
|
2097
2097
|
_.dataIndex !== "action" && _.dataIndex !== "actions" && (_.checked = !1);
|
|
@@ -2111,7 +2111,7 @@ const aa = {
|
|
|
2111
2111
|
v ? C.checked = !0 : C.checked = !1;
|
|
2112
2112
|
}, h = () => {
|
|
2113
2113
|
s.value = [...l.value], t("on-get-columns", s.value), r.value = !1;
|
|
2114
|
-
},
|
|
2114
|
+
}, m = () => {
|
|
2115
2115
|
s.value = d.tableColumns.map((v) => ({
|
|
2116
2116
|
...v,
|
|
2117
2117
|
label: v.title && v.title.tag ? y(v.title) : v.title || v.title2,
|
|
@@ -2130,8 +2130,8 @@ const aa = {
|
|
|
2130
2130
|
for (let T = 0; T < l.value.length; T++)
|
|
2131
2131
|
l.value[T].fixed === "left" && (_ = T);
|
|
2132
2132
|
if (_ !== -1 && v !== _ + 1) {
|
|
2133
|
-
const T = [...l.value], [
|
|
2134
|
-
T.splice(_ + 1, 0,
|
|
2133
|
+
const T = [...l.value], [N] = T.splice(v, 1);
|
|
2134
|
+
T.splice(_ + 1, 0, N), l.value = T;
|
|
2135
2135
|
}
|
|
2136
2136
|
}
|
|
2137
2137
|
}, S = (C) => {
|
|
@@ -2140,16 +2140,16 @@ const aa = {
|
|
|
2140
2140
|
let _ = -1;
|
|
2141
2141
|
for (let le = 0; le < l.value.length; le++)
|
|
2142
2142
|
l.value[le].fixed === "left" && (_ = le);
|
|
2143
|
-
const T = [...l.value], [
|
|
2144
|
-
|
|
2143
|
+
const T = [...l.value], [N] = T.splice(v, 1);
|
|
2144
|
+
N.fixed = "left";
|
|
2145
2145
|
const X = _ === -1 ? 0 : _ + 1;
|
|
2146
|
-
T.splice(X, 0,
|
|
2146
|
+
T.splice(X, 0, N), l.value = T;
|
|
2147
2147
|
}
|
|
2148
2148
|
};
|
|
2149
2149
|
return ie(
|
|
2150
2150
|
() => d.tableColumns,
|
|
2151
2151
|
() => {
|
|
2152
|
-
|
|
2152
|
+
m();
|
|
2153
2153
|
},
|
|
2154
2154
|
{
|
|
2155
2155
|
immediate: !0,
|
|
@@ -2157,50 +2157,50 @@ const aa = {
|
|
|
2157
2157
|
}
|
|
2158
2158
|
), (C, v) => {
|
|
2159
2159
|
const _ = j("a-tooltip"), T = j("a-button");
|
|
2160
|
-
return
|
|
2160
|
+
return n(), w("div", ua, [
|
|
2161
2161
|
F(k(so), {
|
|
2162
2162
|
title: k(a)("hbLibComp.hbLibListTableColumsSet.popoverTitle"),
|
|
2163
2163
|
trigger: "click",
|
|
2164
2164
|
placement: "leftTop",
|
|
2165
2165
|
overlayClassName: "column_setting_popover",
|
|
2166
2166
|
visible: r.value,
|
|
2167
|
-
"onUpdate:visible": v[1] || (v[1] = (
|
|
2167
|
+
"onUpdate:visible": v[1] || (v[1] = (N) => r.value = N)
|
|
2168
2168
|
}, {
|
|
2169
2169
|
content: u(() => [
|
|
2170
2170
|
F(k(Ve), {
|
|
2171
2171
|
modelValue: l.value,
|
|
2172
|
-
"onUpdate:modelValue": v[0] || (v[0] = (
|
|
2172
|
+
"onUpdate:modelValue": v[0] || (v[0] = (N) => l.value = N),
|
|
2173
2173
|
"item-key": "value",
|
|
2174
2174
|
class: "hb-lib-table-set-drag",
|
|
2175
2175
|
"ghost-class": "ghost",
|
|
2176
2176
|
animation: "200",
|
|
2177
2177
|
handle: ".drag-handle",
|
|
2178
|
-
onStart:
|
|
2178
|
+
onStart: b,
|
|
2179
2179
|
onEnd: P
|
|
2180
2180
|
}, {
|
|
2181
|
-
item: u(({ element:
|
|
2182
|
-
|
|
2181
|
+
item: u(({ element: N }) => [
|
|
2182
|
+
N.fixed !== "right" ? (n(), w("div", fa, [
|
|
2183
2183
|
F(k(je), {
|
|
2184
|
-
checked:
|
|
2185
|
-
onChange: (X) => B(
|
|
2184
|
+
checked: N.checked,
|
|
2185
|
+
onChange: (X) => B(N, X.target.checked)
|
|
2186
2186
|
}, {
|
|
2187
2187
|
default: u(() => [
|
|
2188
|
-
O(x(
|
|
2188
|
+
O(x(N.label), 1)
|
|
2189
2189
|
]),
|
|
2190
2190
|
_: 2
|
|
2191
2191
|
}, 1032, ["checked", "onChange"]),
|
|
2192
|
-
|
|
2192
|
+
N.checked ? (n(), w("section", pa, [
|
|
2193
2193
|
p("span", {
|
|
2194
|
-
class: J(
|
|
2194
|
+
class: J(N.fixed ? "drag-hide" : "drag-handle")
|
|
2195
2195
|
}, "⋮⋮", 2),
|
|
2196
|
-
|
|
2196
|
+
N.fixed ? (n(), R(_, { key: 0 }, {
|
|
2197
2197
|
title: u(() => [
|
|
2198
2198
|
O(x(k(a)("hbLibComp.hbLibListTableColumsSet.cancelFix")), 1)
|
|
2199
2199
|
]),
|
|
2200
2200
|
default: u(() => [
|
|
2201
2201
|
p("span", {
|
|
2202
2202
|
class: "hb-lib-table-drag-item-act-btn",
|
|
2203
|
-
onClick: (X) => H(
|
|
2203
|
+
onClick: (X) => H(N)
|
|
2204
2204
|
}, [...v[2] || (v[2] = [
|
|
2205
2205
|
p("svg", {
|
|
2206
2206
|
t: "1759048615600",
|
|
@@ -2218,18 +2218,18 @@ const aa = {
|
|
|
2218
2218
|
fill: "#ff5000"
|
|
2219
2219
|
})
|
|
2220
2220
|
], -1)
|
|
2221
|
-
])], 8,
|
|
2221
|
+
])], 8, ma)
|
|
2222
2222
|
]),
|
|
2223
2223
|
_: 2
|
|
2224
2224
|
}, 1024)) : A("", !0),
|
|
2225
|
-
|
|
2225
|
+
N.fixed ? A("", !0) : (n(), R(_, { key: 1 }, {
|
|
2226
2226
|
title: u(() => [
|
|
2227
2227
|
O(x(k(a)("hbLibComp.hbLibListTableColumsSet.fix")), 1)
|
|
2228
2228
|
]),
|
|
2229
2229
|
default: u(() => [
|
|
2230
2230
|
p("span", {
|
|
2231
2231
|
class: "hb-lib-table-drag-item-act-btn",
|
|
2232
|
-
onClick: (X) => S(
|
|
2232
|
+
onClick: (X) => S(N)
|
|
2233
2233
|
}, [...v[3] || (v[3] = [
|
|
2234
2234
|
p("svg", {
|
|
2235
2235
|
t: "1759048735643",
|
|
@@ -2247,7 +2247,7 @@ const aa = {
|
|
|
2247
2247
|
fill: "#ff5000"
|
|
2248
2248
|
})
|
|
2249
2249
|
], -1)
|
|
2250
|
-
])], 8,
|
|
2250
|
+
])], 8, ba)
|
|
2251
2251
|
]),
|
|
2252
2252
|
_: 2
|
|
2253
2253
|
}, 1024))
|
|
@@ -2269,7 +2269,7 @@ const aa = {
|
|
|
2269
2269
|
_: 1
|
|
2270
2270
|
}, 8, ["checked", "indeterminate"])
|
|
2271
2271
|
]),
|
|
2272
|
-
d.localColumns.length ? (
|
|
2272
|
+
d.localColumns.length ? (n(), R(T, {
|
|
2273
2273
|
key: 0,
|
|
2274
2274
|
style: { "margin-right": "6px" },
|
|
2275
2275
|
onClick: V
|
|
@@ -2354,7 +2354,7 @@ const aa = {
|
|
|
2354
2354
|
};
|
|
2355
2355
|
}), s = E(), c = Ot(e, "value"), r = $(() => t.options ?? []), l = $(() => ({
|
|
2356
2356
|
maxWidth: typeof t.tooltipMaxWidth == "number" ? `${t.tooltipMaxWidth}px` : t.tooltipMaxWidth
|
|
2357
|
-
})),
|
|
2357
|
+
})), i = (I) => I.tooltip ?? I.label, f = (I) => I.key ?? I.label, L = (I) => !!(t.enableTooltip && i(I));
|
|
2358
2358
|
return o({
|
|
2359
2359
|
focus: () => {
|
|
2360
2360
|
s.value?.focus?.();
|
|
@@ -2363,7 +2363,7 @@ const aa = {
|
|
|
2363
2363
|
s.value?.blur?.();
|
|
2364
2364
|
},
|
|
2365
2365
|
selectRef: s
|
|
2366
|
-
}), (I, V) => (
|
|
2366
|
+
}), (I, V) => (n(), R(k(tt), ee({
|
|
2367
2367
|
ref_key: "selectRef",
|
|
2368
2368
|
ref: s
|
|
2369
2369
|
}, d.value, {
|
|
@@ -2372,15 +2372,15 @@ const aa = {
|
|
|
2372
2372
|
class: "hb_lib_form_tooltip_select"
|
|
2373
2373
|
}), {
|
|
2374
2374
|
default: u(() => [
|
|
2375
|
-
I.$slots.default ? q(I.$slots, "default", { key: 0 }, void 0, !0) : (
|
|
2375
|
+
I.$slots.default ? q(I.$slots, "default", { key: 0 }, void 0, !0) : (n(!0), w(G, { key: 1 }, me(r.value, (B) => (n(), R(k(ot), ee({
|
|
2376
2376
|
key: f(B),
|
|
2377
2377
|
value: B.value,
|
|
2378
2378
|
disabled: B.disabled
|
|
2379
2379
|
}, { ref_for: !0 }, B.optionProps), {
|
|
2380
2380
|
default: u(() => [
|
|
2381
|
-
L(B) ? (
|
|
2381
|
+
L(B) ? (n(), R(k(We), {
|
|
2382
2382
|
key: 0,
|
|
2383
|
-
title:
|
|
2383
|
+
title: i(B),
|
|
2384
2384
|
placement: t.tooltipPlacement,
|
|
2385
2385
|
"overlay-style": l.value
|
|
2386
2386
|
}, {
|
|
@@ -2390,7 +2390,7 @@ const aa = {
|
|
|
2390
2390
|
}, x(B.label), 3)
|
|
2391
2391
|
]),
|
|
2392
2392
|
_: 2
|
|
2393
|
-
}, 1032, ["title", "placement", "overlay-style"])) : (
|
|
2393
|
+
}, 1032, ["title", "placement", "overlay-style"])) : (n(), w("span", {
|
|
2394
2394
|
key: 1,
|
|
2395
2395
|
class: J(["hb_lib_form_tooltip_select__option", { "is-ellipsis": t.enableEllipsis }])
|
|
2396
2396
|
}, x(B.label), 3))
|
|
@@ -2423,17 +2423,17 @@ const aa = {
|
|
|
2423
2423
|
const { t } = ye(), a = E(), d = e, s = E(!1), c = Ne({
|
|
2424
2424
|
fileList: [],
|
|
2425
2425
|
visible: !1
|
|
2426
|
-
}), r = (
|
|
2427
|
-
if (
|
|
2426
|
+
}), r = (b) => {
|
|
2427
|
+
if (b == null)
|
|
2428
2428
|
return;
|
|
2429
|
-
const P = c.fileList.indexOf(
|
|
2429
|
+
const P = c.fileList.indexOf(b);
|
|
2430
2430
|
if (P !== -1) {
|
|
2431
2431
|
const I = c.fileList.slice();
|
|
2432
2432
|
I.splice(P, 1), c.fileList = I;
|
|
2433
2433
|
}
|
|
2434
2434
|
}, l = () => {
|
|
2435
2435
|
c.visible = !1, c.fileList = [], s.value = !1;
|
|
2436
|
-
},
|
|
2436
|
+
}, i = (b) => (c.fileList = [b], d.beforeUpload ? d.beforeUpload(b.originFileObj) : !1), f = () => {
|
|
2437
2437
|
a.value.validateFields().then(() => {
|
|
2438
2438
|
d.beforeSubmit && (s.value = !0, d.beforeSubmit(c.fileList).then(() => {
|
|
2439
2439
|
}).finally(() => {
|
|
@@ -2448,15 +2448,15 @@ const aa = {
|
|
|
2448
2448
|
openModal: L,
|
|
2449
2449
|
// 注意这里如果要想直接导出的数据是响应式 只能用ref来定义
|
|
2450
2450
|
confirmLoading: s
|
|
2451
|
-
}), (
|
|
2452
|
-
const I = j("a-upload-dragger"), V = j("a-form-item"), B = j("a-form"), h = j("a-modal"),
|
|
2453
|
-
return
|
|
2451
|
+
}), (b, P) => {
|
|
2452
|
+
const I = j("a-upload-dragger"), V = j("a-form-item"), B = j("a-form"), h = j("a-modal"), m = j("a-button");
|
|
2453
|
+
return n(), w(G, null, [
|
|
2454
2454
|
F(h, ee({
|
|
2455
2455
|
visible: c.visible,
|
|
2456
2456
|
"onUpdate:visible": P[0] || (P[0] = (y) => c.visible = y),
|
|
2457
2457
|
title: d.title,
|
|
2458
2458
|
"confirm-loading": s.value
|
|
2459
|
-
},
|
|
2459
|
+
}, b.$attrs, {
|
|
2460
2460
|
width: d.modalWidth,
|
|
2461
2461
|
onCancel: l,
|
|
2462
2462
|
onOk: f
|
|
@@ -2480,7 +2480,7 @@ const aa = {
|
|
|
2480
2480
|
accept: d.acceptFile,
|
|
2481
2481
|
name: "file",
|
|
2482
2482
|
"file-list": c.fileList,
|
|
2483
|
-
"before-upload":
|
|
2483
|
+
"before-upload": i,
|
|
2484
2484
|
onRemove: r
|
|
2485
2485
|
}, {
|
|
2486
2486
|
default: u(() => [
|
|
@@ -2501,7 +2501,7 @@ const aa = {
|
|
|
2501
2501
|
]),
|
|
2502
2502
|
_: 1
|
|
2503
2503
|
}, 8, ["model"]),
|
|
2504
|
-
d.templateUrl ? (
|
|
2504
|
+
d.templateUrl ? (n(), w("p", Fa, [
|
|
2505
2505
|
p("a", {
|
|
2506
2506
|
download: "Import_number-template.xlsx",
|
|
2507
2507
|
href: d.templateUrl
|
|
@@ -2510,8 +2510,8 @@ const aa = {
|
|
|
2510
2510
|
]),
|
|
2511
2511
|
_: 1
|
|
2512
2512
|
}, 16, ["visible", "title", "confirm-loading", "width"]),
|
|
2513
|
-
q(
|
|
2514
|
-
F(
|
|
2513
|
+
q(b.$slots, "btn", {}, () => [
|
|
2514
|
+
F(m, {
|
|
2515
2515
|
type: "primary",
|
|
2516
2516
|
onClick: L
|
|
2517
2517
|
}, {
|
|
@@ -2558,7 +2558,7 @@ const aa = {
|
|
|
2558
2558
|
width: "25%"
|
|
2559
2559
|
},
|
|
2560
2560
|
{ title: a("hbLibComp.HbLogModal.operateContent"), dataIndex: "remark" }
|
|
2561
|
-
], r = $(() => s.columns || c), l = $(() => s.title || a("hbLibComp.HbLogModal.operateLogs")),
|
|
2561
|
+
], r = $(() => s.columns || c), l = $(() => s.title || a("hbLibComp.HbLogModal.operateLogs")), i = $(() => !!d.title), f = E(!1), L = Ne({
|
|
2562
2562
|
list: [],
|
|
2563
2563
|
pagination: {
|
|
2564
2564
|
current: 1,
|
|
@@ -2566,16 +2566,16 @@ const aa = {
|
|
|
2566
2566
|
pageSizeOptions: ["10", "20", "50", "100"],
|
|
2567
2567
|
showQuickJumper: !0,
|
|
2568
2568
|
showSizeChanger: !0,
|
|
2569
|
-
showTotal: (
|
|
2569
|
+
showTotal: (m, y) => y[0] + "-" + y[1] + " 总共" + m + "页",
|
|
2570
2570
|
total: 0
|
|
2571
2571
|
}
|
|
2572
2572
|
});
|
|
2573
2573
|
ie(
|
|
2574
2574
|
() => s.pagination,
|
|
2575
|
-
(
|
|
2576
|
-
|
|
2575
|
+
(m) => {
|
|
2576
|
+
m && (L.pagination = {
|
|
2577
2577
|
...L.pagination,
|
|
2578
|
-
...
|
|
2578
|
+
...m
|
|
2579
2579
|
});
|
|
2580
2580
|
},
|
|
2581
2581
|
{
|
|
@@ -2583,38 +2583,38 @@ const aa = {
|
|
|
2583
2583
|
immediate: !0
|
|
2584
2584
|
}
|
|
2585
2585
|
);
|
|
2586
|
-
const
|
|
2587
|
-
const
|
|
2586
|
+
const b = () => {
|
|
2587
|
+
const m = {
|
|
2588
2588
|
pageIndex: L.pagination.current,
|
|
2589
2589
|
pageSize: L.pagination.pageSize,
|
|
2590
2590
|
query: s.params
|
|
2591
2591
|
};
|
|
2592
|
-
s.getLogData && (f.value = !0, s.getLogData(
|
|
2592
|
+
s.getLogData && (f.value = !0, s.getLogData(m).then((y) => {
|
|
2593
2593
|
Number(y.code) == 200 ? (L.pagination.total = Number(y.data.total), L.list = y.data[s.dataStr] || []) : Le.error(y.message);
|
|
2594
2594
|
}).finally(() => {
|
|
2595
2595
|
f.value = !1;
|
|
2596
2596
|
}));
|
|
2597
|
-
}, P = (
|
|
2598
|
-
L.pagination.current =
|
|
2597
|
+
}, P = (m) => {
|
|
2598
|
+
L.pagination.current = m.current, L.pagination.pageSize = m.pageSize, b();
|
|
2599
2599
|
}, I = () => {
|
|
2600
2600
|
L.list = [], h("update:visible", !1);
|
|
2601
2601
|
}, V = () => {
|
|
2602
2602
|
h("update:visible", !0);
|
|
2603
|
-
}, B = (
|
|
2603
|
+
}, B = (m, y = "YYYY-MM-DD HH:mm:ss") => m ? Ke(m).format(y) : "", h = t;
|
|
2604
2604
|
return ie(
|
|
2605
2605
|
() => s.visible,
|
|
2606
|
-
(
|
|
2607
|
-
|
|
2606
|
+
(m) => {
|
|
2607
|
+
m && b();
|
|
2608
2608
|
}
|
|
2609
2609
|
), o({
|
|
2610
2610
|
close: I,
|
|
2611
2611
|
loading: f
|
|
2612
|
-
}), (
|
|
2612
|
+
}), (m, y) => {
|
|
2613
2613
|
const H = j("a-tooltip"), S = j("HbLibCopy"), C = j("a-table"), v = j("a-button"), _ = j("HbLibModal");
|
|
2614
|
-
return
|
|
2615
|
-
F(_, ee(
|
|
2614
|
+
return n(), w(G, null, [
|
|
2615
|
+
F(_, ee(m.$attrs, {
|
|
2616
2616
|
visible: e.visible,
|
|
2617
|
-
title:
|
|
2617
|
+
title: i.value ? void 0 : l.value,
|
|
2618
2618
|
width: e.width,
|
|
2619
2619
|
height: e.height,
|
|
2620
2620
|
modalStyle: e.modalStyle,
|
|
@@ -2641,35 +2641,35 @@ const aa = {
|
|
|
2641
2641
|
scroll: { y: e.scrollY },
|
|
2642
2642
|
onChange: P
|
|
2643
2643
|
}, Pe({
|
|
2644
|
-
bodyCell: u(({ column: T, record:
|
|
2645
|
-
T && T.needTooltip ? (
|
|
2646
|
-
T.needTooltip ? (
|
|
2644
|
+
bodyCell: u(({ column: T, record: N }) => [
|
|
2645
|
+
T && T.needTooltip ? (n(), w(G, { key: 0 }, [
|
|
2646
|
+
T.needTooltip ? (n(), R(H, { key: 0 }, {
|
|
2647
2647
|
title: u(() => [
|
|
2648
|
-
O(x(
|
|
2648
|
+
O(x(N[T.dataIndex]), 1)
|
|
2649
2649
|
]),
|
|
2650
2650
|
default: u(() => [
|
|
2651
|
-
O(" " + x(
|
|
2651
|
+
O(" " + x(N[T.dataIndex]), 1)
|
|
2652
2652
|
]),
|
|
2653
2653
|
_: 2
|
|
2654
2654
|
}, 1024)) : A("", !0)
|
|
2655
2655
|
], 64)) : A("", !0),
|
|
2656
|
-
T && T.needCopy ? (
|
|
2657
|
-
p("div", Aa, x(
|
|
2656
|
+
T && T.needCopy ? (n(), w(G, { key: 1 }, [
|
|
2657
|
+
p("div", Aa, x(N[T.dataIndex]), 1),
|
|
2658
2658
|
F(S, {
|
|
2659
|
-
"cp-text":
|
|
2659
|
+
"cp-text": N[T.dataIndex],
|
|
2660
2660
|
style: { position: "relative" }
|
|
2661
2661
|
}, null, 8, ["cp-text"])
|
|
2662
2662
|
], 64)) : A("", !0),
|
|
2663
|
-
T && T.needFormat ? (
|
|
2664
|
-
O(x(B(
|
|
2663
|
+
T && T.needFormat ? (n(), w(G, { key: 2 }, [
|
|
2664
|
+
O(x(B(N[T.dataIndex], T.operateTime)), 1)
|
|
2665
2665
|
], 64)) : A("", !0)
|
|
2666
2666
|
]),
|
|
2667
2667
|
_: 2
|
|
2668
2668
|
}, [
|
|
2669
|
-
|
|
2669
|
+
m.$slots.headerCell ? {
|
|
2670
2670
|
name: "headerCell",
|
|
2671
2671
|
fn: u(({ column: T }) => [
|
|
2672
|
-
q(
|
|
2672
|
+
q(m.$slots, "headerCell", { column: T }, () => [
|
|
2673
2673
|
O(x(T.title), 1)
|
|
2674
2674
|
], !0)
|
|
2675
2675
|
]),
|
|
@@ -2680,15 +2680,15 @@ const aa = {
|
|
|
2680
2680
|
]),
|
|
2681
2681
|
_: 2
|
|
2682
2682
|
}, [
|
|
2683
|
-
|
|
2683
|
+
i.value ? {
|
|
2684
2684
|
name: "title",
|
|
2685
2685
|
fn: u(() => [
|
|
2686
|
-
q(
|
|
2686
|
+
q(m.$slots, "title", {}, void 0, !0)
|
|
2687
2687
|
]),
|
|
2688
2688
|
key: "0"
|
|
2689
2689
|
} : void 0
|
|
2690
2690
|
]), 1040, ["visible", "title", "width", "height", "modalStyle", "bodyStyle"]),
|
|
2691
|
-
e.needBtn ? q(
|
|
2691
|
+
e.needBtn ? q(m.$slots, "default", { key: 0 }, () => [
|
|
2692
2692
|
F(v, { onClick: V }, {
|
|
2693
2693
|
default: u(() => [
|
|
2694
2694
|
O(x(e.logBtnText), 1)
|
|
@@ -2756,7 +2756,7 @@ const aa = {
|
|
|
2756
2756
|
t = Ne(co({}, Pa, a));
|
|
2757
2757
|
},
|
|
2758
2758
|
{ deep: !0, immediate: !0 }
|
|
2759
|
-
), Bt(rt, t), (a, d) => (
|
|
2759
|
+
), Bt(rt, t), (a, d) => (n(), w("div", Na, [
|
|
2760
2760
|
q(a.$slots, "default")
|
|
2761
2761
|
]));
|
|
2762
2762
|
}
|
|
@@ -2797,12 +2797,12 @@ const aa = {
|
|
|
2797
2797
|
let d = t.formItemMb || o?.HbLibCard?.formItemMb;
|
|
2798
2798
|
return d ? { "--hb-card-form-item-mb": d + "px" } : {};
|
|
2799
2799
|
});
|
|
2800
|
-
return (d, s) => (
|
|
2800
|
+
return (d, s) => (n(), w("div", ee({ class: "hb_card_wrapper" }, d.$attrs), [
|
|
2801
2801
|
p("div", {
|
|
2802
2802
|
class: J(e.isModal ? "modal__module-card" : "__module-card")
|
|
2803
2803
|
}, [
|
|
2804
2804
|
p("div", Ra, [
|
|
2805
|
-
e.cardTitle ? (
|
|
2805
|
+
e.cardTitle ? (n(), w("div", Va, [
|
|
2806
2806
|
p("div", Wa, [
|
|
2807
2807
|
p("span", ja, [
|
|
2808
2808
|
q(d.$slots, "cardTitle", {}, () => [
|
|
@@ -2848,20 +2848,20 @@ const aa = {
|
|
|
2848
2848
|
const l = o.containerSelector || "#subpackage_container";
|
|
2849
2849
|
return document.querySelector(l) || window;
|
|
2850
2850
|
}, c = (l) => {
|
|
2851
|
-
const
|
|
2851
|
+
const i = s(), f = l.target.startsWith("#") || l.target.startsWith(".") ? l.target : `#${l.target}`, L = document.querySelector(f);
|
|
2852
2852
|
if (!L) return;
|
|
2853
|
-
let
|
|
2854
|
-
|
|
2853
|
+
let b = L.offsetTop;
|
|
2854
|
+
i instanceof HTMLElement && (b -= i.offsetTop), b -= a, i instanceof Window ? window.scrollTo({ top: b, behavior: "smooth" }) : i.scrollTo({ top: b, behavior: "smooth" }), t.value = l.target;
|
|
2855
2855
|
}, r = () => {
|
|
2856
2856
|
const l = s();
|
|
2857
|
-
let
|
|
2858
|
-
l instanceof Window ?
|
|
2857
|
+
let i = 0;
|
|
2858
|
+
l instanceof Window ? i = window.scrollY + a + 5 : i = l.scrollTop + a + 5;
|
|
2859
2859
|
let f = d.value[0]?.target || "";
|
|
2860
2860
|
for (const L of d.value) {
|
|
2861
|
-
const
|
|
2861
|
+
const b = L.target.startsWith("#") || L.target.startsWith(".") ? L.target : `#${L.target}`, P = document.querySelector(b);
|
|
2862
2862
|
if (!P) continue;
|
|
2863
2863
|
let I = P.offsetTop;
|
|
2864
|
-
l instanceof HTMLElement && (I -= l.offsetTop),
|
|
2864
|
+
l instanceof HTMLElement && (I -= l.offsetTop), i >= I && (f = L.target);
|
|
2865
2865
|
}
|
|
2866
2866
|
t.value = f;
|
|
2867
2867
|
};
|
|
@@ -2869,18 +2869,18 @@ const aa = {
|
|
|
2869
2869
|
s().addEventListener("scroll", r), r();
|
|
2870
2870
|
}), nt(() => {
|
|
2871
2871
|
s().removeEventListener("scroll", r);
|
|
2872
|
-
}), (l,
|
|
2872
|
+
}), (l, i) => (n(), w("div", {
|
|
2873
2873
|
class: "anchors",
|
|
2874
2874
|
style: ve({ top: `${k(a)}px` })
|
|
2875
2875
|
}, [
|
|
2876
|
-
(
|
|
2876
|
+
(n(!0), w(G, null, me(d.value, (f, L) => (n(), w("div", {
|
|
2877
2877
|
key: f.target,
|
|
2878
2878
|
class: J(["anchor-item", { isActive: t.value === f.target }]),
|
|
2879
|
-
onClick: (
|
|
2879
|
+
onClick: (b) => c(f)
|
|
2880
2880
|
}, [
|
|
2881
2881
|
p("div", Qa, [
|
|
2882
|
-
L !== d.value.length - 1 ? (
|
|
2883
|
-
|
|
2882
|
+
L !== d.value.length - 1 ? (n(), w("div", Za)) : A("", !0),
|
|
2883
|
+
i[0] || (i[0] = p("div", { class: "circle" }, null, -1))
|
|
2884
2884
|
]),
|
|
2885
2885
|
p("span", {
|
|
2886
2886
|
class: "title",
|
|
@@ -2898,7 +2898,7 @@ const aa = {
|
|
|
2898
2898
|
}, cn = { class: "hb_detail_all_info_left" }, dn = { class: "hb_detail_info_title" }, un = {
|
|
2899
2899
|
key: 0,
|
|
2900
2900
|
class: "hb_detail_info_content"
|
|
2901
|
-
}, fn = { class: "create_by" }, pn = { class: "hb_detail_all_info_right" },
|
|
2901
|
+
}, fn = { class: "create_by" }, pn = { class: "hb_detail_all_info_right" }, mn = { class: "hb_edit_detail_content_wrapper" }, bn = { class: "hb_detail_content" }, hn = { class: "hb-back-top-inner" }, vn = /* @__PURE__ */ te({
|
|
2902
2902
|
name: "HbLibDetailBox",
|
|
2903
2903
|
__name: "HbLibDetailBox",
|
|
2904
2904
|
props: {
|
|
@@ -2968,9 +2968,9 @@ const aa = {
|
|
|
2968
2968
|
hb_need_set_desc_label_width: t.descLabelWidth || a?.HbLibDetailBox?.descLabelWidth,
|
|
2969
2969
|
hb_need_set_desc_value_width: t.descValueWidth || a?.HbLibDetailBox?.descValueWidth
|
|
2970
2970
|
} : V;
|
|
2971
|
-
}), r = () => document.querySelector(t.container), l = E(!1),
|
|
2971
|
+
}), r = () => document.querySelector(t.container), l = E(!1), i = E(null), { top: f } = go(i), L = $(r), { y: b } = yo(L);
|
|
2972
2972
|
ie(
|
|
2973
|
-
|
|
2973
|
+
b,
|
|
2974
2974
|
(V) => {
|
|
2975
2975
|
l.value = V > f.value;
|
|
2976
2976
|
},
|
|
@@ -2991,8 +2991,8 @@ const aa = {
|
|
|
2991
2991
|
}), Be(() => {
|
|
2992
2992
|
I && clearTimeout(I);
|
|
2993
2993
|
}), (V, B) => {
|
|
2994
|
-
const h = j("RollbackOutlined"),
|
|
2995
|
-
return
|
|
2994
|
+
const h = j("RollbackOutlined"), m = j("a-divider"), y = j("a-spin");
|
|
2995
|
+
return n(), R(y, { spinning: e.spinning }, {
|
|
2996
2996
|
default: u(() => [
|
|
2997
2997
|
p("div", {
|
|
2998
2998
|
class: J(["hb_detail_wrapper", c.value]),
|
|
@@ -3001,7 +3001,7 @@ const aa = {
|
|
|
3001
3001
|
"--hb-detail-desc-value-width": c.value?.hb_need_set_desc_value_width + "px"
|
|
3002
3002
|
})
|
|
3003
3003
|
}, [
|
|
3004
|
-
e.needTotalInfoBox ? (
|
|
3004
|
+
e.needTotalInfoBox ? (n(), w("div", {
|
|
3005
3005
|
key: 0,
|
|
3006
3006
|
class: J(["hb_detail_top_act_sticky", l.value ? "can_show" : ""])
|
|
3007
3007
|
}, [
|
|
@@ -3012,12 +3012,12 @@ const aa = {
|
|
|
3012
3012
|
class: "ml6",
|
|
3013
3013
|
onClick: d
|
|
3014
3014
|
}, x(k(o)("hbLibComp.HbLibDetailBox.back")), 1),
|
|
3015
|
-
F(
|
|
3015
|
+
F(m, { type: "vertical" }),
|
|
3016
3016
|
p("span", null, x(e.stickyTitle), 1)
|
|
3017
3017
|
]),
|
|
3018
3018
|
B[0] || (B[0] = p("div", { class: "hb_detail_top_act_right" }, null, -1))
|
|
3019
3019
|
], 2)) : A("", !0),
|
|
3020
|
-
e.needTotalInfoBox ? (
|
|
3020
|
+
e.needTotalInfoBox ? (n(), w("div", nn, [
|
|
3021
3021
|
p("div", sn, [
|
|
3022
3022
|
F(h),
|
|
3023
3023
|
p("a", {
|
|
@@ -3025,14 +3025,14 @@ const aa = {
|
|
|
3025
3025
|
class: "ml6",
|
|
3026
3026
|
onClick: d
|
|
3027
3027
|
}, x(k(o)("hbLibComp.HbLibDetailBox.back")), 1),
|
|
3028
|
-
F(
|
|
3028
|
+
F(m, { type: "vertical" }),
|
|
3029
3029
|
p("span", null, x(e.stickyTitle), 1)
|
|
3030
3030
|
]),
|
|
3031
|
-
e.needTotalInfoBox ? (
|
|
3031
|
+
e.needTotalInfoBox ? (n(), w("div", rn, [
|
|
3032
3032
|
p("aside", cn, [
|
|
3033
3033
|
q(V.$slots, "totalInfoLeft", {}, () => [
|
|
3034
3034
|
p("div", dn, x(e.totalInfo.totalInfoTitle), 1),
|
|
3035
|
-
e.totalInfo.totalInfoSubTitle1 ? (
|
|
3035
|
+
e.totalInfo.totalInfoSubTitle1 ? (n(), w("div", un, [
|
|
3036
3036
|
p("span", fn, x(e.totalInfo.totalInfoSubTitle1) + x(e.totalInfo.totalInfoSubVal1), 1),
|
|
3037
3037
|
p("span", null, x(e.totalInfo.totalInfoSubTitle2) + x(e.totalInfo.totalInfoSubVal2), 1)
|
|
3038
3038
|
])) : A("", !0)
|
|
@@ -3043,8 +3043,8 @@ const aa = {
|
|
|
3043
3043
|
])
|
|
3044
3044
|
])) : A("", !0)
|
|
3045
3045
|
])) : A("", !0),
|
|
3046
|
-
p("div",
|
|
3047
|
-
p("div",
|
|
3046
|
+
p("div", mn, [
|
|
3047
|
+
p("div", bn, [
|
|
3048
3048
|
q(V.$slots, "detailContent", {}, void 0, !0)
|
|
3049
3049
|
])
|
|
3050
3050
|
]),
|
|
@@ -3097,30 +3097,30 @@ const aa = {
|
|
|
3097
3097
|
}
|
|
3098
3098
|
},
|
|
3099
3099
|
setup(e) {
|
|
3100
|
-
const o = e, t = (l,
|
|
3101
|
-
if (
|
|
3100
|
+
const o = e, t = (l, i = 300) => jt(l, i), a = $(() => o.buttons.filter((i) => {
|
|
3101
|
+
if (i.condition === void 0 || i.condition === null)
|
|
3102
3102
|
return !0;
|
|
3103
|
-
if (typeof
|
|
3104
|
-
return
|
|
3105
|
-
if (typeof
|
|
3106
|
-
return
|
|
3107
|
-
}).map((
|
|
3108
|
-
...
|
|
3103
|
+
if (typeof i.condition == "boolean")
|
|
3104
|
+
return i.condition;
|
|
3105
|
+
if (typeof i.condition == "function")
|
|
3106
|
+
return i.condition();
|
|
3107
|
+
}).map((i) => ({
|
|
3108
|
+
...i,
|
|
3109
3109
|
// 为每个按钮创建防抖后的点击处理器
|
|
3110
|
-
onClick: t(
|
|
3110
|
+
onClick: t(i.onClick, i.debounceTime || 300)
|
|
3111
3111
|
}))), d = E(0), s = (l) => {
|
|
3112
|
-
let
|
|
3112
|
+
let i = 0;
|
|
3113
3113
|
return (Array.isArray(l) ? l : [l]).forEach((L) => {
|
|
3114
|
-
let
|
|
3114
|
+
let b = [];
|
|
3115
3115
|
if (L.startsWith("#")) {
|
|
3116
3116
|
const P = document.getElementById(L.slice(1));
|
|
3117
|
-
P &&
|
|
3117
|
+
P && b.push(P);
|
|
3118
3118
|
} else
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3119
|
+
b = Array.from(document.getElementsByClassName(L));
|
|
3120
|
+
b.forEach((P) => {
|
|
3121
|
+
i += P.offsetWidth || 0;
|
|
3122
3122
|
});
|
|
3123
|
-
}),
|
|
3123
|
+
}), i;
|
|
3124
3124
|
}, c = () => {
|
|
3125
3125
|
o.leftElements && (d.value = s(o.leftElements) + 1);
|
|
3126
3126
|
};
|
|
@@ -3131,8 +3131,8 @@ const aa = {
|
|
|
3131
3131
|
}), c(), r = new MutationObserver(() => {
|
|
3132
3132
|
c();
|
|
3133
3133
|
});
|
|
3134
|
-
const
|
|
3135
|
-
r.observe(
|
|
3134
|
+
const i = document.body;
|
|
3135
|
+
r.observe(i, {
|
|
3136
3136
|
childList: !0,
|
|
3137
3137
|
// 子节点的变动
|
|
3138
3138
|
subtree: !0,
|
|
@@ -3142,13 +3142,13 @@ const aa = {
|
|
|
3142
3142
|
});
|
|
3143
3143
|
}), nt(() => {
|
|
3144
3144
|
r && r.disconnect();
|
|
3145
|
-
}), (l,
|
|
3146
|
-
const f = j("a-button"), L = j("a-space"),
|
|
3147
|
-
return
|
|
3145
|
+
}), (l, i) => {
|
|
3146
|
+
const f = j("a-button"), L = j("a-space"), b = j("a-affix"), P = Et("has");
|
|
3147
|
+
return n(), w("div", {
|
|
3148
3148
|
class: "footer-affix-wrapper",
|
|
3149
3149
|
style: ve({ "--pageHeaderOrFonterLeft": d.value + "px" })
|
|
3150
3150
|
}, [
|
|
3151
|
-
F(
|
|
3151
|
+
F(b, {
|
|
3152
3152
|
"offset-bottom": 0,
|
|
3153
3153
|
target: e.getContainer,
|
|
3154
3154
|
style: { width: "100%" }
|
|
@@ -3163,7 +3163,7 @@ const aa = {
|
|
|
3163
3163
|
}, [
|
|
3164
3164
|
F(L, null, {
|
|
3165
3165
|
default: u(() => [
|
|
3166
|
-
(
|
|
3166
|
+
(n(!0), w(G, null, me(a.value, (I) => _e((n(), R(f, {
|
|
3167
3167
|
key: I.key,
|
|
3168
3168
|
type: I.type || "default",
|
|
3169
3169
|
danger: I.danger,
|
|
@@ -3239,34 +3239,34 @@ const aa = {
|
|
|
3239
3239
|
setup(e, { expose: o, emit: t }) {
|
|
3240
3240
|
const a = t, d = e, s = $({
|
|
3241
3241
|
get: () => d.visible,
|
|
3242
|
-
set: (
|
|
3243
|
-
}), c = E(null), r = $(() => ({ top: "10px", ...d.modalStyle })), l = $(() => ({ overflow: "hidden", ...d.modalStyle })),
|
|
3242
|
+
set: (N) => a("update:visible", N)
|
|
3243
|
+
}), c = E(null), r = $(() => ({ top: "10px", ...d.modalStyle })), l = $(() => ({ overflow: "hidden", ...d.modalStyle })), i = $(() => ({
|
|
3244
3244
|
maxHeight: "calc(100vh - 120px)",
|
|
3245
3245
|
overflowY: "auto",
|
|
3246
3246
|
padding: "0 6px",
|
|
3247
3247
|
...d.bodyStyle
|
|
3248
|
-
})), { x: f, y: L, isDragging:
|
|
3248
|
+
})), { x: f, y: L, isDragging: b } = _o(c), P = E(0), I = E(0), V = E(!1), B = E(0), h = E(0), m = E(0), y = E(0), H = E({ left: 0, right: 0, top: 0, bottom: 0 });
|
|
3249
3249
|
let S = null;
|
|
3250
3250
|
const C = () => {
|
|
3251
|
-
B.value = 0, h.value = 0,
|
|
3251
|
+
B.value = 0, h.value = 0, m.value = 0, y.value = 0, V.value = !1;
|
|
3252
3252
|
};
|
|
3253
|
-
ie(s, (
|
|
3254
|
-
|
|
3253
|
+
ie(s, (N) => {
|
|
3254
|
+
N ? setTimeout(() => {
|
|
3255
3255
|
C();
|
|
3256
3256
|
}, 50) : (S && clearTimeout(S), S = setTimeout(() => {
|
|
3257
|
-
B.value = 0, h.value = 0,
|
|
3257
|
+
B.value = 0, h.value = 0, m.value = 0, y.value = 0;
|
|
3258
3258
|
}, 300));
|
|
3259
3259
|
}), ie([f, L], () => {
|
|
3260
3260
|
if (!V.value) {
|
|
3261
3261
|
P.value = f.value, I.value = L.value;
|
|
3262
|
-
const
|
|
3263
|
-
H.value.right =
|
|
3262
|
+
const N = document.body.getBoundingClientRect(), X = c.value.getBoundingClientRect();
|
|
3263
|
+
H.value.right = N.width - X.width, H.value.bottom = N.height - X.height, m.value = B.value, y.value = h.value;
|
|
3264
3264
|
}
|
|
3265
3265
|
V.value = !0;
|
|
3266
|
-
}), ie(
|
|
3267
|
-
|
|
3266
|
+
}), ie(b, () => {
|
|
3267
|
+
b || (V.value = !1);
|
|
3268
3268
|
}), Pt(() => {
|
|
3269
|
-
V.value && (B.value =
|
|
3269
|
+
V.value && (B.value = m.value + Math.min(Math.max(H.value.left, f.value), H.value.right) - P.value, h.value = y.value + Math.min(Math.max(H.value.top, L.value), H.value.bottom) - I.value);
|
|
3270
3270
|
});
|
|
3271
3271
|
const v = $(() => ({
|
|
3272
3272
|
transform: `translate(${B.value}px, ${h.value}px)`
|
|
@@ -3280,35 +3280,35 @@ const aa = {
|
|
|
3280
3280
|
}), o({
|
|
3281
3281
|
handleOk: T,
|
|
3282
3282
|
handleCancel: _
|
|
3283
|
-
}), (
|
|
3283
|
+
}), (N, X) => {
|
|
3284
3284
|
const le = j("a-spin"), D = j("a-modal");
|
|
3285
|
-
return
|
|
3285
|
+
return n(), R(D, ee({
|
|
3286
3286
|
style: r.value,
|
|
3287
|
-
bodyStyle:
|
|
3287
|
+
bodyStyle: i.value,
|
|
3288
3288
|
ref: "modalRef",
|
|
3289
3289
|
visible: s.value,
|
|
3290
3290
|
"onUpdate:visible": X[0] || (X[0] = (W) => s.value = W),
|
|
3291
3291
|
"wrap-style": l.value,
|
|
3292
3292
|
onOk: T,
|
|
3293
3293
|
onCancel: _
|
|
3294
|
-
},
|
|
3294
|
+
}, N.$attrs), Pe({
|
|
3295
3295
|
title: u(() => [
|
|
3296
3296
|
p("div", {
|
|
3297
3297
|
ref_key: "modalTitleRef",
|
|
3298
3298
|
ref: c,
|
|
3299
3299
|
style: { width: "100%", cursor: "move" }
|
|
3300
3300
|
}, [
|
|
3301
|
-
q(
|
|
3301
|
+
q(N.$slots, "title", {}, () => [
|
|
3302
3302
|
O(x(e.title), 1)
|
|
3303
3303
|
], !0)
|
|
3304
3304
|
], 512)
|
|
3305
3305
|
]),
|
|
3306
3306
|
modalRender: u(({ originVNode: W }) => [
|
|
3307
|
-
(
|
|
3307
|
+
(n(), w("div", {
|
|
3308
3308
|
key: s.value,
|
|
3309
3309
|
style: ve(v.value)
|
|
3310
3310
|
}, [
|
|
3311
|
-
(
|
|
3311
|
+
(n(), R(Nt(W)))
|
|
3312
3312
|
], 4))
|
|
3313
3313
|
]),
|
|
3314
3314
|
default: u(() => [
|
|
@@ -3325,7 +3325,7 @@ const aa = {
|
|
|
3325
3325
|
style: ve({ "--hb-detail-desc-label-width": e.descLabelWidth + "px", "--hb-detail-desc-value-width": e.descValueWidth + "px" })
|
|
3326
3326
|
}, [
|
|
3327
3327
|
p("div", Cn, [
|
|
3328
|
-
q(
|
|
3328
|
+
q(N.$slots, "default", {}, void 0, !0)
|
|
3329
3329
|
])
|
|
3330
3330
|
], 6)
|
|
3331
3331
|
]),
|
|
@@ -3334,10 +3334,10 @@ const aa = {
|
|
|
3334
3334
|
]),
|
|
3335
3335
|
_: 2
|
|
3336
3336
|
}, [
|
|
3337
|
-
|
|
3337
|
+
N.$slots.footer ? {
|
|
3338
3338
|
name: "footer",
|
|
3339
3339
|
fn: u(() => [
|
|
3340
|
-
q(
|
|
3340
|
+
q(N.$slots, "footer", {}, void 0, !0)
|
|
3341
3341
|
]),
|
|
3342
3342
|
key: "0"
|
|
3343
3343
|
} : void 0
|
|
@@ -3375,13 +3375,13 @@ const aa = {
|
|
|
3375
3375
|
},
|
|
3376
3376
|
setup(e) {
|
|
3377
3377
|
const o = E("vertical"), t = e, a = () => document.querySelector(t.container), d = Ce("GLOBAL_CONFIG_KEY"), s = $(() => t.backTopBottom || d?.HbLibUnDetailBox?.backTopBottom || 80);
|
|
3378
|
-
return (c, r) => (
|
|
3378
|
+
return (c, r) => (n(), R(k(ro), { spinning: e.spinning }, {
|
|
3379
3379
|
default: u(() => [
|
|
3380
3380
|
p("div", ee({ class: "hb_edit_wrapper" }, c.$attrs, {
|
|
3381
3381
|
style: { "--hb-edit-form-label": e.formLabelWidth },
|
|
3382
3382
|
class: e.formLabelWidth ? "isNeedSetLabelWidth" : ""
|
|
3383
3383
|
}), [
|
|
3384
|
-
c.$slots.editHeader ? (
|
|
3384
|
+
c.$slots.editHeader ? (n(), w("div", Tn, [
|
|
3385
3385
|
q(c.$slots, "editHeader", {}, void 0, !0)
|
|
3386
3386
|
])) : A("", !0),
|
|
3387
3387
|
p("div", {
|
|
@@ -3391,7 +3391,7 @@ const aa = {
|
|
|
3391
3391
|
q(c.$slots, "editContent", {}, void 0, !0)
|
|
3392
3392
|
])
|
|
3393
3393
|
], 2),
|
|
3394
|
-
c.$slots.editFooter ? (
|
|
3394
|
+
c.$slots.editFooter ? (n(), w("div", Hn, [
|
|
3395
3395
|
q(c.$slots, "editFooter", {}, void 0, !0)
|
|
3396
3396
|
])) : A("", !0),
|
|
3397
3397
|
F(k(Ut), {
|
|
@@ -3429,32 +3429,32 @@ const aa = {
|
|
|
3429
3429
|
},
|
|
3430
3430
|
setup(e) {
|
|
3431
3431
|
const { t: o } = ye(), t = e, a = it(), d = E(0), s = $(() => a?.meta?.title || "");
|
|
3432
|
-
function c(
|
|
3432
|
+
function c(b, P = "offsetHeight") {
|
|
3433
3433
|
let I = 0;
|
|
3434
|
-
return (Array.isArray(
|
|
3434
|
+
return (Array.isArray(b) ? b : [b]).forEach((B) => {
|
|
3435
3435
|
let h = [];
|
|
3436
3436
|
if (B.startsWith("#")) {
|
|
3437
|
-
const
|
|
3438
|
-
|
|
3437
|
+
const m = document.getElementById(B.slice(1));
|
|
3438
|
+
m && h.push(m);
|
|
3439
3439
|
} else
|
|
3440
3440
|
h = Array.from(document.getElementsByClassName(B));
|
|
3441
|
-
h.forEach((
|
|
3442
|
-
I +=
|
|
3441
|
+
h.forEach((m) => {
|
|
3442
|
+
I += m[P] || 0;
|
|
3443
3443
|
});
|
|
3444
3444
|
}), I;
|
|
3445
3445
|
}
|
|
3446
3446
|
const r = () => {
|
|
3447
3447
|
t.topElements && (d.value = c(t.topElements));
|
|
3448
|
-
}, l = E(0),
|
|
3448
|
+
}, l = E(0), i = () => {
|
|
3449
3449
|
t.leftElements && (l.value = c(t.leftElements, "offsetWidth") + 1);
|
|
3450
3450
|
};
|
|
3451
3451
|
let f = null;
|
|
3452
3452
|
ke(() => {
|
|
3453
|
-
r(),
|
|
3454
|
-
|
|
3453
|
+
r(), i(), window.addEventListener("resize", r), f = new MutationObserver(() => {
|
|
3454
|
+
i();
|
|
3455
3455
|
});
|
|
3456
|
-
const
|
|
3457
|
-
f.observe(
|
|
3456
|
+
const b = document.body;
|
|
3457
|
+
f.observe(b, {
|
|
3458
3458
|
childList: !0,
|
|
3459
3459
|
// 子节点的变动
|
|
3460
3460
|
subtree: !0,
|
|
@@ -3474,9 +3474,9 @@ const aa = {
|
|
|
3474
3474
|
const L = () => {
|
|
3475
3475
|
t.backFn ? t.backFn() : window.history.back();
|
|
3476
3476
|
};
|
|
3477
|
-
return (
|
|
3477
|
+
return (b, P) => {
|
|
3478
3478
|
const I = j("a-divider");
|
|
3479
|
-
return
|
|
3479
|
+
return n(), w("div", {
|
|
3480
3480
|
class: "hb_edit_header",
|
|
3481
3481
|
style: ve({ top: d.value + "px", "--pageHeaderOrFonterLeft": l.value + "px" })
|
|
3482
3482
|
}, [
|
|
@@ -3490,7 +3490,7 @@ const aa = {
|
|
|
3490
3490
|
p("span", Bn, x(s.value), 1)
|
|
3491
3491
|
]),
|
|
3492
3492
|
p("aside", On, [
|
|
3493
|
-
q(
|
|
3493
|
+
q(b.$slots, "right", {}, void 0, !0)
|
|
3494
3494
|
])
|
|
3495
3495
|
], 4);
|
|
3496
3496
|
};
|
|
@@ -3555,8 +3555,8 @@ const aa = {
|
|
|
3555
3555
|
if (o.data)
|
|
3556
3556
|
if (Array.isArray(o.data)) {
|
|
3557
3557
|
if (o.K && o.V && o.L) {
|
|
3558
|
-
const
|
|
3559
|
-
l =
|
|
3558
|
+
const i = o.data.find((f) => f?.[o.K] === o.V);
|
|
3559
|
+
l = i ? i[o.L] : "";
|
|
3560
3560
|
}
|
|
3561
3561
|
} else
|
|
3562
3562
|
o.K && (l = o.data[o.K]);
|
|
@@ -3568,7 +3568,7 @@ const aa = {
|
|
|
3568
3568
|
Le.error(s.value);
|
|
3569
3569
|
});
|
|
3570
3570
|
};
|
|
3571
|
-
return (l,
|
|
3571
|
+
return (l, i) => c.value ? (n(), R(k(We), {
|
|
3572
3572
|
key: 0,
|
|
3573
3573
|
title: a.value
|
|
3574
3574
|
}, {
|
|
@@ -3577,7 +3577,7 @@ const aa = {
|
|
|
3577
3577
|
class: "hb-lib-copy-text-eyevue",
|
|
3578
3578
|
style: ve({ ...l.cpStyle }),
|
|
3579
3579
|
onClick: Re(r, ["stop", "prevent"])
|
|
3580
|
-
}, [...
|
|
3580
|
+
}, [...i[0] || (i[0] = [
|
|
3581
3581
|
p("svg", {
|
|
3582
3582
|
t: "1766643849597",
|
|
3583
3583
|
class: "icon",
|
|
@@ -3671,16 +3671,16 @@ const aa = {
|
|
|
3671
3671
|
console.log("drag end", f), s("handleDragEnd", f);
|
|
3672
3672
|
}, l = (f) => {
|
|
3673
3673
|
console.log("drag add", f), s("handleDragAdd", f);
|
|
3674
|
-
},
|
|
3674
|
+
}, i = (f) => {
|
|
3675
3675
|
console.log("drag remove", f), s("handleDragRemove", f);
|
|
3676
3676
|
};
|
|
3677
|
-
return (f, L) => (
|
|
3677
|
+
return (f, L) => (n(), w("div", {
|
|
3678
3678
|
class: J(k(d).b())
|
|
3679
3679
|
}, [
|
|
3680
|
-
f.childrenType == "component" ? (
|
|
3680
|
+
f.childrenType == "component" ? (n(), R(k(Ve), ee({
|
|
3681
3681
|
key: 0,
|
|
3682
3682
|
modelValue: a.value,
|
|
3683
|
-
"onUpdate:modelValue": L[0] || (L[0] = (
|
|
3683
|
+
"onUpdate:modelValue": L[0] || (L[0] = (b) => a.value = b),
|
|
3684
3684
|
"item-key": "key",
|
|
3685
3685
|
class: { [f.dragClass]: f.dragClass }
|
|
3686
3686
|
}, f.$attrs, {
|
|
@@ -3688,16 +3688,16 @@ const aa = {
|
|
|
3688
3688
|
onStart: c,
|
|
3689
3689
|
onEnd: r,
|
|
3690
3690
|
onAdd: l,
|
|
3691
|
-
onRemove:
|
|
3691
|
+
onRemove: i
|
|
3692
3692
|
}), {
|
|
3693
|
-
item: u(({ element:
|
|
3694
|
-
(
|
|
3693
|
+
item: u(({ element: b }) => [
|
|
3694
|
+
(n(), R(Nt(b.component)))
|
|
3695
3695
|
]),
|
|
3696
3696
|
_: 1
|
|
3697
|
-
}, 16, ["modelValue", "class", "ghost-class"])) : (
|
|
3697
|
+
}, 16, ["modelValue", "class", "ghost-class"])) : (n(), R(k(Ve), ee({
|
|
3698
3698
|
key: 1,
|
|
3699
3699
|
modelValue: a.value,
|
|
3700
|
-
"onUpdate:modelValue": L[1] || (L[1] = (
|
|
3700
|
+
"onUpdate:modelValue": L[1] || (L[1] = (b) => a.value = b),
|
|
3701
3701
|
"item-key": "id",
|
|
3702
3702
|
class: { [f.dragClass]: f.dragClass }
|
|
3703
3703
|
}, f.$attrs, {
|
|
@@ -3705,11 +3705,11 @@ const aa = {
|
|
|
3705
3705
|
onStart: c,
|
|
3706
3706
|
onEnd: r,
|
|
3707
3707
|
onAdd: l,
|
|
3708
|
-
onRemove:
|
|
3708
|
+
onRemove: i
|
|
3709
3709
|
}), {
|
|
3710
|
-
item: u(({ element:
|
|
3710
|
+
item: u(({ element: b }) => [
|
|
3711
3711
|
p("div", null, [
|
|
3712
|
-
q(f.$slots, "default", { item:
|
|
3712
|
+
q(f.$slots, "default", { item: b }, void 0, !0)
|
|
3713
3713
|
])
|
|
3714
3714
|
]),
|
|
3715
3715
|
_: 3
|
|
@@ -3742,14 +3742,14 @@ const aa = {
|
|
|
3742
3742
|
ie(
|
|
3743
3743
|
() => a.menuItems,
|
|
3744
3744
|
(l) => {
|
|
3745
|
-
let
|
|
3745
|
+
let i = [];
|
|
3746
3746
|
Array.isArray(l) && l.length && l.forEach((f) => {
|
|
3747
|
-
|
|
3748
|
-
...
|
|
3747
|
+
i = [
|
|
3748
|
+
...i,
|
|
3749
3749
|
{ label: `${f.label}升序`, value: `${f.value}`, sort: "Asc" },
|
|
3750
3750
|
{ label: `${f.label}降序`, value: `${f.value}`, sort: "Desc" }
|
|
3751
3751
|
];
|
|
3752
|
-
}), s.value =
|
|
3752
|
+
}), s.value = i;
|
|
3753
3753
|
},
|
|
3754
3754
|
{
|
|
3755
3755
|
deep: !0,
|
|
@@ -3764,15 +3764,15 @@ const aa = {
|
|
|
3764
3764
|
};
|
|
3765
3765
|
return o({
|
|
3766
3766
|
currentActiveItem: c
|
|
3767
|
-
}), (l,
|
|
3768
|
-
const f = j("a-menu-item"), L = j("a-menu"),
|
|
3769
|
-
return
|
|
3767
|
+
}), (l, i) => {
|
|
3768
|
+
const f = j("a-menu-item"), L = j("a-menu"), b = j("a-dropdown");
|
|
3769
|
+
return n(), R(b, {
|
|
3770
3770
|
trigger: [a.triggerWay]
|
|
3771
3771
|
}, {
|
|
3772
3772
|
overlay: u(() => [
|
|
3773
3773
|
F(L, null, {
|
|
3774
3774
|
default: u(() => [
|
|
3775
|
-
(
|
|
3775
|
+
(n(!0), w(G, null, me(s.value, (P) => (n(), R(f, {
|
|
3776
3776
|
key: P.value + P.sort,
|
|
3777
3777
|
onClick: (I) => r(P)
|
|
3778
3778
|
}, {
|
|
@@ -3790,7 +3790,7 @@ const aa = {
|
|
|
3790
3790
|
default: u(() => [
|
|
3791
3791
|
p("span", {
|
|
3792
3792
|
class: "ant-dropdown-link",
|
|
3793
|
-
onClick:
|
|
3793
|
+
onClick: i[0] || (i[0] = Re(() => {
|
|
3794
3794
|
}, ["prevent"]))
|
|
3795
3795
|
}, [
|
|
3796
3796
|
O(x(a.colText) + " ", 1),
|
|
@@ -3812,7 +3812,7 @@ const aa = {
|
|
|
3812
3812
|
},
|
|
3813
3813
|
setup(e) {
|
|
3814
3814
|
const { t: o } = ye(), t = e, a = $(() => t.loadTips || o("hbLibComp.HbLibLoading.loadingTips"));
|
|
3815
|
-
return (d, s) => (
|
|
3815
|
+
return (d, s) => (n(), w("div", Xn, [
|
|
3816
3816
|
p("div", Qn, [
|
|
3817
3817
|
s[0] || (s[0] = oo('<div class="cube" data-v-22f438b9><div class="side front" data-v-22f438b9></div><div class="side back" data-v-22f438b9></div><div class="side right" data-v-22f438b9></div><div class="side left" data-v-22f438b9></div><div class="side top" data-v-22f438b9></div><div class="side bottom" data-v-22f438b9></div></div>', 1)),
|
|
3818
3818
|
p("div", Zn, x(a.value), 1)
|
|
@@ -3910,42 +3910,42 @@ const ri = (e) => {
|
|
|
3910
3910
|
if (typeof d == "number" && d >= 0 && d < e.length) {
|
|
3911
3911
|
const l = e[d];
|
|
3912
3912
|
if (l === o) return d;
|
|
3913
|
-
const
|
|
3914
|
-
if (a(l) === a(o) && (l.attachmentDesc || "") === (o.attachmentDesc || "") &&
|
|
3913
|
+
const i = "uploadDate" in l && l.uploadDate || "", f = "uploadDate" in o && o.uploadDate || "";
|
|
3914
|
+
if (a(l) === a(o) && (l.attachmentDesc || "") === (o.attachmentDesc || "") && i === f)
|
|
3915
3915
|
return d;
|
|
3916
3916
|
}
|
|
3917
3917
|
const s = o.attachmentId;
|
|
3918
3918
|
if (s) {
|
|
3919
|
-
const l = e.findIndex((
|
|
3919
|
+
const l = e.findIndex((i) => i.attachmentId === s);
|
|
3920
3920
|
if (l >= 0) return l;
|
|
3921
3921
|
}
|
|
3922
3922
|
const c = a(o);
|
|
3923
3923
|
if (c) {
|
|
3924
|
-
const l = e.findIndex((
|
|
3924
|
+
const l = e.findIndex((i) => a(i) === c);
|
|
3925
3925
|
if (l >= 0) return l;
|
|
3926
3926
|
}
|
|
3927
3927
|
const r = $t(o);
|
|
3928
3928
|
if (r) {
|
|
3929
|
-
const l = e.findIndex((
|
|
3929
|
+
const l = e.findIndex((i) => $t(i) === r);
|
|
3930
3930
|
if (l >= 0) return l;
|
|
3931
3931
|
}
|
|
3932
3932
|
return e.indexOf(o);
|
|
3933
3933
|
}, di = { class: "file-preview-modal-title" }, ui = {
|
|
3934
3934
|
key: 0,
|
|
3935
3935
|
class: "file-preview-modal-title__tip"
|
|
3936
|
-
}, fi = { class: "file-preview-modal-body file-preview-modal-body--fill" }, pi = { key: 0 }, bi = ["src"],
|
|
3936
|
+
}, fi = { class: "file-preview-modal-body file-preview-modal-body--fill" }, pi = { key: 0 }, mi = ["src"], bi = ["src"], hi = { key: 1 }, vi = ["src"], gi = ["src"], yi = {
|
|
3937
3937
|
key: 2,
|
|
3938
3938
|
class: "file-preview-modal-body__pre"
|
|
3939
|
-
},
|
|
3939
|
+
}, _i = ["src"], Li = ["src"], wi = {
|
|
3940
3940
|
key: 0,
|
|
3941
3941
|
class: "file-preview-modal-footer__nav"
|
|
3942
|
-
},
|
|
3942
|
+
}, Ci = { class: "file-preview-modal-body file-preview-modal-body--fill" }, ki = ["src"], Si = ["src"], xi = {
|
|
3943
3943
|
key: 2,
|
|
3944
3944
|
class: "file-preview-modal-body__pre"
|
|
3945
|
-
},
|
|
3945
|
+
}, Ti = ["src"], Fi = ["src"], Hi = {
|
|
3946
3946
|
key: 0,
|
|
3947
3947
|
class: "file-preview-modal-footer__nav"
|
|
3948
|
-
},
|
|
3948
|
+
}, $i = /* @__PURE__ */ Object.assign({
|
|
3949
3949
|
name: "HbLibFilePreview"
|
|
3950
3950
|
}, {
|
|
3951
3951
|
__name: "file_preview",
|
|
@@ -4041,11 +4041,11 @@ const ri = (e) => {
|
|
|
4041
4041
|
}, c = o, r = e, l = E(r.previewVisible);
|
|
4042
4042
|
ie(
|
|
4043
4043
|
() => r.previewVisible,
|
|
4044
|
-
(
|
|
4045
|
-
l.value =
|
|
4044
|
+
(U) => {
|
|
4045
|
+
l.value = U;
|
|
4046
4046
|
}
|
|
4047
4047
|
);
|
|
4048
|
-
const
|
|
4048
|
+
const i = $(() => r.mobile ? "100%" : "98%"), f = $(() => String(r.url || "").trim()), L = $(() => !!f.value), b = $(() => r.mobile ? "large" : "middle"), P = $(
|
|
4049
4049
|
() => r.mobile ? { top: 0, paddingBottom: 0, maxWidth: "100vw" } : { top: "20px" }
|
|
4050
4050
|
), I = $(() => ({
|
|
4051
4051
|
height: r.mobile ? "calc(100vh - 132px)" : "calc(100vh - 150px)",
|
|
@@ -4055,17 +4055,17 @@ const ri = (e) => {
|
|
|
4055
4055
|
minHeight: 0,
|
|
4056
4056
|
overflow: "hidden",
|
|
4057
4057
|
boxSizing: "border-box"
|
|
4058
|
-
})), V = (
|
|
4059
|
-
const z = V(ri(String(
|
|
4058
|
+
})), V = (U) => String(U || "").trim().replace(/^\./, "").toLowerCase(), B = (U) => {
|
|
4059
|
+
const z = V(ri(String(U || "")));
|
|
4060
4060
|
return a.has(z) || d.has(z) ? z : "";
|
|
4061
|
-
}, h = (
|
|
4061
|
+
}, h = (U) => {
|
|
4062
4062
|
try {
|
|
4063
|
-
return decodeURIComponent(String(
|
|
4063
|
+
return decodeURIComponent(String(U || ""));
|
|
4064
4064
|
} catch {
|
|
4065
|
-
return String(
|
|
4065
|
+
return String(U || "");
|
|
4066
4066
|
}
|
|
4067
|
-
},
|
|
4068
|
-
const z = h(
|
|
4067
|
+
}, m = (U) => {
|
|
4068
|
+
const z = h(U).trim();
|
|
4069
4069
|
if (!z) return "";
|
|
4070
4070
|
const ce = B(z);
|
|
4071
4071
|
if (ce) return ce;
|
|
@@ -4073,19 +4073,19 @@ const ri = (e) => {
|
|
|
4073
4073
|
/(?:\(|()\s*([a-z0-9]{2,8})\s*(?:\)|))\s*$/i
|
|
4074
4074
|
), de = V(ne?.[1]);
|
|
4075
4075
|
return a.has(de) || d.has(de) ? de : "";
|
|
4076
|
-
}, y = (
|
|
4077
|
-
if (!
|
|
4078
|
-
const z =
|
|
4076
|
+
}, y = (U) => {
|
|
4077
|
+
if (!U) return "";
|
|
4078
|
+
const z = U.match(/filename\*\s*=\s*UTF-8''([^;]+)/i);
|
|
4079
4079
|
if (z?.[1]) return h(z[1]);
|
|
4080
|
-
const ce =
|
|
4080
|
+
const ce = U.match(/filename\s*=\s*"?([^";]+)"?/i);
|
|
4081
4081
|
return ce?.[1] ? h(ce[1]) : "";
|
|
4082
|
-
}, H = (
|
|
4083
|
-
const z = String(
|
|
4082
|
+
}, H = (U) => {
|
|
4083
|
+
const z = String(U || "").trim();
|
|
4084
4084
|
if (!z) return "";
|
|
4085
4085
|
const ce = B(z);
|
|
4086
4086
|
if (ce) return ce;
|
|
4087
4087
|
try {
|
|
4088
|
-
const ne = new URL(z, "http://local.preview"), de =
|
|
4088
|
+
const ne = new URL(z, "http://local.preview"), de = m(
|
|
4089
4089
|
ne.pathname.split("/").pop() || ""
|
|
4090
4090
|
);
|
|
4091
4091
|
if (de) return de;
|
|
@@ -4101,22 +4101,22 @@ const ri = (e) => {
|
|
|
4101
4101
|
"object"
|
|
4102
4102
|
];
|
|
4103
4103
|
for (const Ge of Fe) {
|
|
4104
|
-
const Oe =
|
|
4104
|
+
const Oe = m(ne.searchParams.get(Ge) || "");
|
|
4105
4105
|
if (Oe) return Oe;
|
|
4106
4106
|
}
|
|
4107
|
-
const Se = ne.searchParams.get("response-content-disposition") || ne.searchParams.get("content-disposition"), ut =
|
|
4107
|
+
const Se = ne.searchParams.get("response-content-disposition") || ne.searchParams.get("content-disposition"), ut = m(
|
|
4108
4108
|
y(Se)
|
|
4109
4109
|
);
|
|
4110
4110
|
if (ut) return ut;
|
|
4111
4111
|
for (const Ge of ne.searchParams.values()) {
|
|
4112
|
-
const Oe =
|
|
4112
|
+
const Oe = m(Ge);
|
|
4113
4113
|
if (Oe) return Oe;
|
|
4114
4114
|
}
|
|
4115
4115
|
} catch {
|
|
4116
4116
|
}
|
|
4117
4117
|
return "";
|
|
4118
|
-
}, S = async (
|
|
4119
|
-
const z = String(
|
|
4118
|
+
}, S = async (U) => {
|
|
4119
|
+
const z = String(U || "").trim();
|
|
4120
4120
|
if (!z) return "";
|
|
4121
4121
|
try {
|
|
4122
4122
|
const ce = await fetch(z, {
|
|
@@ -4129,7 +4129,7 @@ const ri = (e) => {
|
|
|
4129
4129
|
const de = y(
|
|
4130
4130
|
ce.headers.get("content-disposition") || ""
|
|
4131
4131
|
);
|
|
4132
|
-
return
|
|
4132
|
+
return m(de);
|
|
4133
4133
|
} catch {
|
|
4134
4134
|
return "";
|
|
4135
4135
|
}
|
|
@@ -4139,31 +4139,31 @@ const ri = (e) => {
|
|
|
4139
4139
|
// 与 URL/文件名相关的信息变化,都重新走一次扩展名推断
|
|
4140
4140
|
() => `${r.fileName || ""}\0${f.value}`,
|
|
4141
4141
|
async () => {
|
|
4142
|
-
const
|
|
4142
|
+
const U = ++v, z = m(r.fileName || ""), ce = H(f.value);
|
|
4143
4143
|
if (C.value = z || ce || "", C.value) return;
|
|
4144
4144
|
const ne = await S(
|
|
4145
4145
|
f.value
|
|
4146
4146
|
);
|
|
4147
|
-
|
|
4147
|
+
U === v && (C.value = V(ne));
|
|
4148
4148
|
},
|
|
4149
4149
|
{ immediate: !0 }
|
|
4150
4150
|
);
|
|
4151
4151
|
const _ = $(() => V(C.value)), T = $(
|
|
4152
4152
|
() => `${r.url}\0${r.fileName || ""}`
|
|
4153
|
-
),
|
|
4153
|
+
), N = $(() => d.has(_.value)), X = $(
|
|
4154
4154
|
() => a.has(_.value)
|
|
4155
4155
|
), le = $(() => {
|
|
4156
|
-
const
|
|
4157
|
-
if (!
|
|
4156
|
+
const U = f.value;
|
|
4157
|
+
if (!U) return !1;
|
|
4158
4158
|
try {
|
|
4159
|
-
const { pathname: z } = new URL(
|
|
4159
|
+
const { pathname: z } = new URL(U);
|
|
4160
4160
|
return /\/file(?:\/|-)preview\b/i.test(z);
|
|
4161
4161
|
} catch {
|
|
4162
|
-
return /\/file(?:\/|-)preview\b/i.test(
|
|
4162
|
+
return /\/file(?:\/|-)preview\b/i.test(U);
|
|
4163
4163
|
}
|
|
4164
4164
|
}), D = lo(), W = $(() => {
|
|
4165
|
-
const
|
|
4166
|
-
return !!(
|
|
4165
|
+
const U = D?.appContext?.components || {};
|
|
4166
|
+
return !!(U.VueFilesPreview || U.VueFilesPreview || U["vue-files-preview"]);
|
|
4167
4167
|
}), se = /* @__PURE__ */ new Set([
|
|
4168
4168
|
"xlsx",
|
|
4169
4169
|
"xls",
|
|
@@ -4175,7 +4175,7 @@ const ri = (e) => {
|
|
|
4175
4175
|
"fods",
|
|
4176
4176
|
"xlt",
|
|
4177
4177
|
"xltm"
|
|
4178
|
-
]), re = $(() => !W.value || !f.value || le.value ? !1 : se.has(_.value)), fe = $(() => _.value === "txt"),
|
|
4178
|
+
]), re = $(() => !W.value || !f.value || le.value ? !1 : se.has(_.value)), fe = $(() => _.value === "txt"), be = $(() => !f.value || le.value ? !1 : fe.value), pe = {
|
|
4179
4179
|
idle: "idle",
|
|
4180
4180
|
loading: "loading",
|
|
4181
4181
|
text: "text",
|
|
@@ -4187,8 +4187,8 @@ const ri = (e) => {
|
|
|
4187
4187
|
url: f.value,
|
|
4188
4188
|
isTxt: fe.value
|
|
4189
4189
|
}),
|
|
4190
|
-
async ({ visible:
|
|
4191
|
-
if (g.value = "", he.value = pe.idle, !(!
|
|
4190
|
+
async ({ visible: U, url: z, isTxt: ce }) => {
|
|
4191
|
+
if (g.value = "", he.value = pe.idle, !(!U || !ce || !z)) {
|
|
4192
4192
|
he.value = pe.loading;
|
|
4193
4193
|
try {
|
|
4194
4194
|
const ne = await fetch(z, {
|
|
@@ -4204,22 +4204,22 @@ const ri = (e) => {
|
|
|
4204
4204
|
},
|
|
4205
4205
|
{ flush: "post" }
|
|
4206
4206
|
);
|
|
4207
|
-
const Y = $(() => !f.value || !W.value || fe.value ? !1 : re.value ? !0 : !X.value && !
|
|
4207
|
+
const Y = $(() => !f.value || !W.value || fe.value ? !1 : re.value ? !0 : !X.value && !N.value), M = $(
|
|
4208
4208
|
() => t.has(_.value)
|
|
4209
4209
|
), Q = $(() => {
|
|
4210
|
-
const
|
|
4211
|
-
return
|
|
4210
|
+
const U = f.value;
|
|
4211
|
+
return U ? le.value || !X.value || r.needSafe || _.value === "pdf" ? U : M.value ? `https://view.officeapps.live.com/op/embed.aspx?src=${encodeURIComponent(U)}` : `https://docs.google.com/gview?url=${encodeURIComponent(U)}&embedded=true` : r.url;
|
|
4212
4212
|
}), ue = /* @__PURE__ */ new Set([
|
|
4213
4213
|
"view.officeapps.live.com",
|
|
4214
4214
|
"docs.google.com"
|
|
4215
4215
|
]), we = $(() => {
|
|
4216
|
-
const
|
|
4217
|
-
if (!
|
|
4216
|
+
const U = (Q.value || "").trim();
|
|
4217
|
+
if (!U) return !1;
|
|
4218
4218
|
try {
|
|
4219
|
-
const z = new URL(
|
|
4219
|
+
const z = new URL(U).hostname.toLowerCase();
|
|
4220
4220
|
return ue.has(z);
|
|
4221
4221
|
} catch {
|
|
4222
|
-
return /view\.officeapps\.live\.com|docs\.google\.com/i.test(
|
|
4222
|
+
return /view\.officeapps\.live\.com|docs\.google\.com/i.test(U);
|
|
4223
4223
|
}
|
|
4224
4224
|
}), ge = $(() => we.value ? {
|
|
4225
4225
|
sandbox: "allow-scripts allow-same-origin",
|
|
@@ -4233,8 +4233,8 @@ const ri = (e) => {
|
|
|
4233
4233
|
serverPage: le.value,
|
|
4234
4234
|
skipIframe: re.value
|
|
4235
4235
|
}),
|
|
4236
|
-
async ({ visible:
|
|
4237
|
-
if (ae.value = "", !
|
|
4236
|
+
async ({ visible: U, src: z, doc: ce, serverPage: ne, skipIframe: de }) => {
|
|
4237
|
+
if (ae.value = "", !U || !(ce || ne) || de) return;
|
|
4238
4238
|
const Fe = (z || "").trim();
|
|
4239
4239
|
Fe && (await xe(), await new Promise((Se) => requestAnimationFrame(Se)), r.previewVisible && Q.value === Fe && (ae.value = Fe));
|
|
4240
4240
|
},
|
|
@@ -4247,17 +4247,17 @@ const ri = (e) => {
|
|
|
4247
4247
|
));
|
|
4248
4248
|
}, Me = () => {
|
|
4249
4249
|
c("closeModal");
|
|
4250
|
-
}, De = (
|
|
4251
|
-
const z =
|
|
4250
|
+
}, De = (U) => {
|
|
4251
|
+
const z = U instanceof Error ? U.message : typeof U == "string" ? U : "";
|
|
4252
4252
|
Le.warning(
|
|
4253
4253
|
z ? `文件预览加载失败:${z},可尝试下载后查看` : "文件预览加载失败,可尝试下载后查看"
|
|
4254
4254
|
);
|
|
4255
|
-
}, K = (
|
|
4256
|
-
K(
|
|
4255
|
+
}, K = (U) => U instanceof TypeError && typeof U.message == "string" && /failed to fetch/i.test(U.message), ct = (U) => {
|
|
4256
|
+
K(U.error) && r.previewVisible && Le.error(
|
|
4257
4257
|
"文件加载失败(网络异常或请求被拒绝),请检查网络与权限后重试,或下载后查看"
|
|
4258
4258
|
);
|
|
4259
|
-
}, dt = (
|
|
4260
|
-
K(
|
|
4259
|
+
}, dt = (U) => {
|
|
4260
|
+
K(U.reason) && r.previewVisible && Le.error(
|
|
4261
4261
|
"文件加载失败(网络异常或请求被拒绝),请检查网络与权限后重试,或下载后查看"
|
|
4262
4262
|
);
|
|
4263
4263
|
};
|
|
@@ -4271,35 +4271,35 @@ const ri = (e) => {
|
|
|
4271
4271
|
"unhandledrejection",
|
|
4272
4272
|
dt
|
|
4273
4273
|
);
|
|
4274
|
-
}), (
|
|
4274
|
+
}), (U, z) => {
|
|
4275
4275
|
const ce = j("VueFilesPreview"), ne = j("a-spin"), de = j("a-button"), Fe = j("a-modal");
|
|
4276
|
-
return e.needModal ? (
|
|
4276
|
+
return e.needModal ? (n(), R(Fe, ee({
|
|
4277
4277
|
key: 0,
|
|
4278
4278
|
visible: l.value,
|
|
4279
4279
|
"onUpdate:visible": z[2] || (z[2] = (Se) => l.value = Se),
|
|
4280
|
-
width:
|
|
4280
|
+
width: i.value,
|
|
4281
4281
|
"body-style": I.value,
|
|
4282
4282
|
style: P.value,
|
|
4283
4283
|
"wrap-class-name": e.mobile ? "file-preview-modal-wrap file-preview-modal-wrap--mobile" : "file-preview-modal-wrap",
|
|
4284
4284
|
"destroy-on-close": ""
|
|
4285
|
-
},
|
|
4285
|
+
}, U.$attrs, { onCancel: Me }), {
|
|
4286
4286
|
title: u(() => [
|
|
4287
4287
|
p("div", di, [
|
|
4288
|
-
q(
|
|
4288
|
+
q(U.$slots, "title", {}, () => [
|
|
4289
4289
|
z[5] || (z[5] = O("文件预览", -1))
|
|
4290
4290
|
], !0),
|
|
4291
|
-
k(Ht)() && e.isTitleTip ? (
|
|
4291
|
+
k(Ht)() && e.isTitleTip ? (n(), w("span", ui, x(e.titleTip), 1)) : A("", !0)
|
|
4292
4292
|
])
|
|
4293
4293
|
]),
|
|
4294
4294
|
footer: u(() => [
|
|
4295
4295
|
p("div", {
|
|
4296
4296
|
class: J(["file-preview-modal-footer", { "file-preview-modal-footer--mobile": e.mobile }])
|
|
4297
4297
|
}, [
|
|
4298
|
-
q(
|
|
4299
|
-
e.showAttachmentNav ? (
|
|
4298
|
+
q(U.$slots, "footer", {}, () => [
|
|
4299
|
+
e.showAttachmentNav ? (n(), w("div", wi, [
|
|
4300
4300
|
F(de, {
|
|
4301
4301
|
disabled: !e.hasPrevAttachment,
|
|
4302
|
-
size:
|
|
4302
|
+
size: b.value,
|
|
4303
4303
|
block: e.mobile,
|
|
4304
4304
|
onClick: z[0] || (z[0] = (Se) => c("prevAttachment"))
|
|
4305
4305
|
}, {
|
|
@@ -4310,7 +4310,7 @@ const ri = (e) => {
|
|
|
4310
4310
|
}, 8, ["disabled", "size", "block"]),
|
|
4311
4311
|
F(de, {
|
|
4312
4312
|
disabled: !e.hasNextAttachment,
|
|
4313
|
-
size:
|
|
4313
|
+
size: b.value,
|
|
4314
4314
|
block: e.mobile,
|
|
4315
4315
|
onClick: z[1] || (z[1] = (Se) => c("nextAttachment"))
|
|
4316
4316
|
}, {
|
|
@@ -4320,9 +4320,9 @@ const ri = (e) => {
|
|
|
4320
4320
|
_: 1
|
|
4321
4321
|
}, 8, ["disabled", "size", "block"])
|
|
4322
4322
|
])) : A("", !0),
|
|
4323
|
-
$e.value ? (
|
|
4323
|
+
$e.value ? (n(), R(de, {
|
|
4324
4324
|
key: 1,
|
|
4325
|
-
size:
|
|
4325
|
+
size: b.value,
|
|
4326
4326
|
block: e.mobile,
|
|
4327
4327
|
onClick: Ie
|
|
4328
4328
|
}, {
|
|
@@ -4334,7 +4334,7 @@ const ri = (e) => {
|
|
|
4334
4334
|
F(de, {
|
|
4335
4335
|
type: "primary",
|
|
4336
4336
|
class: "file-preview-modal-footer__close",
|
|
4337
|
-
size:
|
|
4337
|
+
size: b.value,
|
|
4338
4338
|
block: e.mobile,
|
|
4339
4339
|
onClick: Me
|
|
4340
4340
|
}, {
|
|
@@ -4348,9 +4348,9 @@ const ri = (e) => {
|
|
|
4348
4348
|
]),
|
|
4349
4349
|
default: u(() => [
|
|
4350
4350
|
p("div", fi, [
|
|
4351
|
-
e.needSafe ? (
|
|
4352
|
-
le.value ? (
|
|
4353
|
-
ae.value ? (
|
|
4351
|
+
e.needSafe ? (n(), w("section", pi, [
|
|
4352
|
+
le.value ? (n(), w(G, { key: 0 }, [
|
|
4353
|
+
ae.value ? (n(), w("iframe", ee({
|
|
4354
4354
|
key: `${T.value}:${ae.value}`,
|
|
4355
4355
|
src: ae.value
|
|
4356
4356
|
}, ge.value, {
|
|
@@ -4358,15 +4358,20 @@ const ri = (e) => {
|
|
|
4358
4358
|
width: "100%",
|
|
4359
4359
|
style: { border: "none" },
|
|
4360
4360
|
referrerpolicy: "no-referrer-when-downgrade"
|
|
4361
|
-
}), null, 16,
|
|
4362
|
-
], 64)) : (
|
|
4361
|
+
}), null, 16, mi)) : A("", !0)
|
|
4362
|
+
], 64)) : N.value ? (n(), w("img", {
|
|
4363
|
+
key: `img:${T.value}`,
|
|
4364
|
+
class: "file-preview-modal-body__img",
|
|
4365
|
+
src: e.url,
|
|
4366
|
+
alt: "预览"
|
|
4367
|
+
}, null, 8, bi)) : (n(), R(ce, {
|
|
4363
4368
|
key: `vfp:${T.value}`,
|
|
4364
4369
|
url: e.url,
|
|
4365
4370
|
onError: De
|
|
4366
4371
|
}, null, 8, ["url"]))
|
|
4367
|
-
])) : (
|
|
4368
|
-
le.value ? (
|
|
4369
|
-
ae.value ? (
|
|
4372
|
+
])) : (n(), w("section", hi, [
|
|
4373
|
+
le.value ? (n(), w(G, { key: 0 }, [
|
|
4374
|
+
ae.value ? (n(), w("iframe", ee({
|
|
4370
4375
|
key: `${T.value}:${ae.value}`,
|
|
4371
4376
|
src: ae.value
|
|
4372
4377
|
}, ge.value, {
|
|
@@ -4374,32 +4379,37 @@ const ri = (e) => {
|
|
|
4374
4379
|
width: "100%",
|
|
4375
4380
|
style: { border: "none" },
|
|
4376
4381
|
referrerpolicy: "no-referrer-when-downgrade"
|
|
4377
|
-
}), null, 16,
|
|
4378
|
-
], 64)) :
|
|
4382
|
+
}), null, 16, vi)) : A("", !0)
|
|
4383
|
+
], 64)) : be.value ? (n(), w("div", {
|
|
4379
4384
|
key: `txt:${T.value}`,
|
|
4380
4385
|
class: "file-preview-modal-body__plaintext"
|
|
4381
4386
|
}, [
|
|
4382
|
-
he.value === pe.loading ? (
|
|
4387
|
+
he.value === pe.loading ? (n(), R(ne, {
|
|
4383
4388
|
key: 0,
|
|
4384
4389
|
tip: "加载中..."
|
|
4385
|
-
})) : he.value === pe.iframeFallback ? (
|
|
4390
|
+
})) : he.value === pe.iframeFallback ? (n(), w("iframe", {
|
|
4386
4391
|
key: 1,
|
|
4387
4392
|
src: r.url,
|
|
4388
4393
|
class: "file-preview-modal-body__iframe",
|
|
4389
4394
|
width: "100%",
|
|
4390
4395
|
style: { border: "none" },
|
|
4391
4396
|
referrerpolicy: "no-referrer-when-downgrade"
|
|
4392
|
-
}, null, 8,
|
|
4393
|
-
])) : X.value ? (
|
|
4394
|
-
ae.value ? (
|
|
4397
|
+
}, null, 8, gi)) : he.value === pe.text ? (n(), w("pre", yi, x(g.value), 1)) : A("", !0)
|
|
4398
|
+
])) : X.value ? (n(), w(G, { key: 2 }, [
|
|
4399
|
+
ae.value ? (n(), w("iframe", {
|
|
4395
4400
|
key: `${T.value}:${ae.value}`,
|
|
4396
4401
|
src: ae.value,
|
|
4397
4402
|
class: "file-preview-modal-body__iframe",
|
|
4398
4403
|
width: "100%",
|
|
4399
4404
|
style: { border: "none" },
|
|
4400
4405
|
referrerpolicy: "no-referrer-when-downgrade"
|
|
4401
|
-
}, null, 8,
|
|
4402
|
-
], 64)) :
|
|
4406
|
+
}, null, 8, _i)) : A("", !0)
|
|
4407
|
+
], 64)) : N.value ? (n(), w("img", {
|
|
4408
|
+
key: `img:${T.value}`,
|
|
4409
|
+
class: "file-preview-modal-body__img",
|
|
4410
|
+
src: e.url,
|
|
4411
|
+
alt: "预览"
|
|
4412
|
+
}, null, 8, Li)) : e.url ? (n(), w("div", {
|
|
4403
4413
|
key: `nop:${T.value}`,
|
|
4404
4414
|
class: "no-preview"
|
|
4405
4415
|
}, x(W.value ? "当前格式暂不支持预览,请下载后查看" : "预览组件未加载,请检查依赖"), 1)) : A("", !0)
|
|
@@ -4407,10 +4417,10 @@ const ri = (e) => {
|
|
|
4407
4417
|
])
|
|
4408
4418
|
]),
|
|
4409
4419
|
_: 3
|
|
4410
|
-
}, 16, ["visible", "width", "body-style", "style", "wrap-class-name"])) : (
|
|
4411
|
-
p("div",
|
|
4412
|
-
le.value ? (
|
|
4413
|
-
ae.value ? (
|
|
4420
|
+
}, 16, ["visible", "width", "body-style", "style", "wrap-class-name"])) : (n(), w(G, { key: 1 }, [
|
|
4421
|
+
p("div", Ci, [
|
|
4422
|
+
le.value ? (n(), w(G, { key: 0 }, [
|
|
4423
|
+
ae.value ? (n(), w("iframe", ee({
|
|
4414
4424
|
key: `${T.value}:${ae.value}`,
|
|
4415
4425
|
src: ae.value
|
|
4416
4426
|
}, ge.value, {
|
|
@@ -4418,29 +4428,29 @@ const ri = (e) => {
|
|
|
4418
4428
|
width: "100%",
|
|
4419
4429
|
style: { border: "none" },
|
|
4420
4430
|
referrerpolicy: "no-referrer-when-downgrade"
|
|
4421
|
-
}), null, 16,
|
|
4422
|
-
], 64)) :
|
|
4431
|
+
}), null, 16, ki)) : A("", !0)
|
|
4432
|
+
], 64)) : be.value ? (n(), w("div", {
|
|
4423
4433
|
key: `txt:${T.value}`,
|
|
4424
4434
|
class: "file-preview-modal-body__plaintext"
|
|
4425
4435
|
}, [
|
|
4426
|
-
he.value === pe.loading ? (
|
|
4436
|
+
he.value === pe.loading ? (n(), R(ne, {
|
|
4427
4437
|
key: 0,
|
|
4428
4438
|
tip: "加载中..."
|
|
4429
|
-
})) : he.value === pe.iframeFallback ? (
|
|
4439
|
+
})) : he.value === pe.iframeFallback ? (n(), w("iframe", {
|
|
4430
4440
|
key: 1,
|
|
4431
4441
|
src: r.url,
|
|
4432
4442
|
class: "file-preview-modal-body__iframe",
|
|
4433
4443
|
width: "100%",
|
|
4434
4444
|
style: { border: "none" },
|
|
4435
4445
|
referrerpolicy: "no-referrer-when-downgrade"
|
|
4436
|
-
}, null, 8,
|
|
4446
|
+
}, null, 8, Si)) : he.value === pe.text ? (n(), w("pre", xi, x(g.value) + `
|
|
4437
4447
|
`, 1)) : A("", !0)
|
|
4438
|
-
])) : Y.value ? (
|
|
4448
|
+
])) : Y.value ? (n(), R(ce, {
|
|
4439
4449
|
key: `vfp:${T.value}`,
|
|
4440
4450
|
url: e.url,
|
|
4441
4451
|
onError: De
|
|
4442
|
-
}, null, 8, ["url"])) : X.value ? (
|
|
4443
|
-
ae.value ? (
|
|
4452
|
+
}, null, 8, ["url"])) : X.value ? (n(), w(G, { key: 3 }, [
|
|
4453
|
+
ae.value ? (n(), w("iframe", ee({
|
|
4444
4454
|
key: `${T.value}:${ae.value}`,
|
|
4445
4455
|
src: ae.value
|
|
4446
4456
|
}, ge.value, {
|
|
@@ -4448,13 +4458,13 @@ const ri = (e) => {
|
|
|
4448
4458
|
width: "100%",
|
|
4449
4459
|
style: { border: "none" },
|
|
4450
4460
|
referrerpolicy: "no-referrer-when-downgrade"
|
|
4451
|
-
}), null, 16,
|
|
4452
|
-
], 64)) :
|
|
4461
|
+
}), null, 16, Ti)) : A("", !0)
|
|
4462
|
+
], 64)) : N.value ? (n(), w("img", {
|
|
4453
4463
|
key: `img:${T.value}`,
|
|
4454
4464
|
class: "file-preview-modal-body__img",
|
|
4455
4465
|
src: e.url,
|
|
4456
4466
|
alt: "预览"
|
|
4457
|
-
}, null, 8,
|
|
4467
|
+
}, null, 8, Fi)) : e.url ? (n(), w("div", {
|
|
4458
4468
|
key: `nop:${T.value}`,
|
|
4459
4469
|
class: "no-preview"
|
|
4460
4470
|
}, x(W.value ? "当前格式暂不支持预览,请下载后查看" : "预览组件未加载,请检查依赖"), 1)) : A("", !0)
|
|
@@ -4462,11 +4472,11 @@ const ri = (e) => {
|
|
|
4462
4472
|
p("div", {
|
|
4463
4473
|
class: J(["file-preview-modal-footer", { "file-preview-modal-footer--mobile": e.mobile }])
|
|
4464
4474
|
}, [
|
|
4465
|
-
q(
|
|
4466
|
-
e.showAttachmentNav ? (
|
|
4475
|
+
q(U.$slots, "footer", {}, () => [
|
|
4476
|
+
e.showAttachmentNav ? (n(), w("div", Hi, [
|
|
4467
4477
|
F(de, {
|
|
4468
4478
|
disabled: !e.hasPrevAttachment,
|
|
4469
|
-
size:
|
|
4479
|
+
size: b.value,
|
|
4470
4480
|
block: e.mobile,
|
|
4471
4481
|
onClick: z[3] || (z[3] = (Se) => c("prevAttachment"))
|
|
4472
4482
|
}, {
|
|
@@ -4477,7 +4487,7 @@ const ri = (e) => {
|
|
|
4477
4487
|
}, 8, ["disabled", "size", "block"]),
|
|
4478
4488
|
F(de, {
|
|
4479
4489
|
disabled: !e.hasNextAttachment,
|
|
4480
|
-
size:
|
|
4490
|
+
size: b.value,
|
|
4481
4491
|
block: e.mobile,
|
|
4482
4492
|
onClick: z[4] || (z[4] = (Se) => c("nextAttachment"))
|
|
4483
4493
|
}, {
|
|
@@ -4487,9 +4497,9 @@ const ri = (e) => {
|
|
|
4487
4497
|
_: 1
|
|
4488
4498
|
}, 8, ["disabled", "size", "block"])
|
|
4489
4499
|
])) : A("", !0),
|
|
4490
|
-
$e.value ? (
|
|
4500
|
+
$e.value ? (n(), R(de, {
|
|
4491
4501
|
key: 1,
|
|
4492
|
-
size:
|
|
4502
|
+
size: b.value,
|
|
4493
4503
|
block: e.mobile,
|
|
4494
4504
|
onClick: Ie
|
|
4495
4505
|
}, {
|
|
@@ -4501,7 +4511,7 @@ const ri = (e) => {
|
|
|
4501
4511
|
F(de, {
|
|
4502
4512
|
type: "primary",
|
|
4503
4513
|
class: "file-preview-modal-footer__close",
|
|
4504
|
-
size:
|
|
4514
|
+
size: b.value,
|
|
4505
4515
|
block: e.mobile,
|
|
4506
4516
|
onClick: Me
|
|
4507
4517
|
}, {
|
|
@@ -4515,13 +4525,13 @@ const ri = (e) => {
|
|
|
4515
4525
|
], 64));
|
|
4516
4526
|
};
|
|
4517
4527
|
}
|
|
4518
|
-
}),
|
|
4528
|
+
}), Ii = /* @__PURE__ */ oe($i, [["__scopeId", "data-v-e7a92b86"]]), Mi = Z(Ii), Di = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4519
4529
|
__proto__: null,
|
|
4520
4530
|
HbLibAnchor: ln,
|
|
4521
4531
|
HbLibCard: Ja,
|
|
4522
4532
|
HbLibCopy: qt,
|
|
4523
4533
|
HbLibDetailBox: yn,
|
|
4524
|
-
HbLibFilePreview:
|
|
4534
|
+
HbLibFilePreview: Mi,
|
|
4525
4535
|
HbLibFooterBar: wn,
|
|
4526
4536
|
HbLibFormItemFilterModal: Fo,
|
|
4527
4537
|
HbLibFormTooltipSelect: Ca,
|
|
@@ -4529,7 +4539,7 @@ const ri = (e) => {
|
|
|
4529
4539
|
HbLibImportFile: Ma,
|
|
4530
4540
|
HbLibListBtnsAct: Jo,
|
|
4531
4541
|
HbLibListForm: Oo,
|
|
4532
|
-
HbLibListMultiSelect:
|
|
4542
|
+
HbLibListMultiSelect: bl,
|
|
4533
4543
|
HbLibListPageAct: Wo,
|
|
4534
4544
|
HbLibListPageContainer: Zo,
|
|
4535
4545
|
HbLibListTable: da,
|
|
@@ -4553,11 +4563,11 @@ Lo && (document.addEventListener("mousedown", (e) => It = e), document.addEventL
|
|
|
4553
4563
|
function Mt(e, o) {
|
|
4554
4564
|
let t = [];
|
|
4555
4565
|
return Array.isArray(o.arg) ? t = o.arg : o.arg instanceof HTMLElement && t.push(o.arg), function(a, d) {
|
|
4556
|
-
const s = o.instance.popperRef, c = a.target, r = d?.target, l = !o || !o.instance,
|
|
4557
|
-
l ||
|
|
4566
|
+
const s = o.instance.popperRef, c = a.target, r = d?.target, l = !o || !o.instance, i = !c || !r, f = e.contains(c) || e.contains(r), L = e === c, b = t.length && t.some((I) => I?.contains(c)) || t.length && t.includes(r), P = s && (s.contains(c) || s.contains(r));
|
|
4567
|
+
l || i || f || L || b || P || o.value(a, d);
|
|
4558
4568
|
};
|
|
4559
4569
|
}
|
|
4560
|
-
const
|
|
4570
|
+
const Ai = {
|
|
4561
4571
|
beforeMount(e, o) {
|
|
4562
4572
|
Te.has(e) || Te.set(e, []), Te.get(e).push({
|
|
4563
4573
|
documentHandler: Mt(e, o),
|
|
@@ -4575,7 +4585,7 @@ const Mi = {
|
|
|
4575
4585
|
unmounted(e) {
|
|
4576
4586
|
Te.delete(e);
|
|
4577
4587
|
}
|
|
4578
|
-
},
|
|
4588
|
+
}, Bi = {
|
|
4579
4589
|
mounted(e, o) {
|
|
4580
4590
|
const { value: t, arg: a } = o;
|
|
4581
4591
|
if (console.log(o), typeof t != "function") {
|
|
@@ -4599,7 +4609,7 @@ const Mi = {
|
|
|
4599
4609
|
cpText: o
|
|
4600
4610
|
});
|
|
4601
4611
|
t.mount(e._dynamicContainer), e._dynamicApp = t, e._dynamicPrevValue = o;
|
|
4602
|
-
},
|
|
4612
|
+
}, Oi = {
|
|
4603
4613
|
mounted(e, o) {
|
|
4604
4614
|
if (!e._dynamicContainer) {
|
|
4605
4615
|
const t = document.createElement("div");
|
|
@@ -4613,59 +4623,59 @@ const Mi = {
|
|
|
4613
4623
|
unmounted(e) {
|
|
4614
4624
|
e._dynamicApp && (e._dynamicApp.unmount(), delete e._dynamicApp), e._dynamicContainer && (e._dynamicContainer.remove(), delete e._dynamicContainer), delete e._dynamicPrevValue;
|
|
4615
4625
|
}
|
|
4616
|
-
},
|
|
4617
|
-
function
|
|
4626
|
+
}, Ei = { cos: Ai, dc: Bi, icp: Oi };
|
|
4627
|
+
function as(e) {
|
|
4618
4628
|
const o = E(!1), t = E(""), a = E(""), d = E(-1), s = (h) => h.previewUrl, c = $(() => {
|
|
4619
|
-
const h = e.value.attachmentInfos,
|
|
4620
|
-
if (
|
|
4621
|
-
for (let y =
|
|
4629
|
+
const h = e.value.attachmentInfos, m = d.value;
|
|
4630
|
+
if (m <= 0) return !1;
|
|
4631
|
+
for (let y = m - 1; y >= 0; y--)
|
|
4622
4632
|
if (s(h[y])) return !0;
|
|
4623
4633
|
return !1;
|
|
4624
4634
|
}), r = $(() => {
|
|
4625
|
-
const h = e.value.attachmentInfos,
|
|
4626
|
-
if (
|
|
4627
|
-
for (let y =
|
|
4635
|
+
const h = e.value.attachmentInfos, m = d.value;
|
|
4636
|
+
if (m < 0 || m >= h.length - 1) return !1;
|
|
4637
|
+
for (let y = m + 1; y < h.length; y++)
|
|
4628
4638
|
if (s(h[y])) return !0;
|
|
4629
4639
|
return !1;
|
|
4630
|
-
}), l = $(() => e.value.attachmentInfos.length > 1),
|
|
4640
|
+
}), l = $(() => e.value.attachmentInfos.length > 1), i = (h) => {
|
|
4631
4641
|
const y = e.value.attachmentInfos[h];
|
|
4632
4642
|
if (!y) return;
|
|
4633
4643
|
const H = s(y);
|
|
4634
4644
|
H && (d.value = h, t.value = H, a.value = y.attachmentDesc || "", o.value = !0);
|
|
4635
4645
|
}, f = () => {
|
|
4636
|
-
const h = e.value.attachmentInfos,
|
|
4637
|
-
for (let y =
|
|
4646
|
+
const h = e.value.attachmentInfos, m = d.value;
|
|
4647
|
+
for (let y = m - 1; y >= 0; y--)
|
|
4638
4648
|
if (s(h[y])) {
|
|
4639
|
-
|
|
4649
|
+
i(y);
|
|
4640
4650
|
return;
|
|
4641
4651
|
}
|
|
4642
4652
|
}, L = () => {
|
|
4643
|
-
const h = e.value.attachmentInfos,
|
|
4644
|
-
for (let y =
|
|
4653
|
+
const h = e.value.attachmentInfos, m = d.value;
|
|
4654
|
+
for (let y = m + 1; y < h.length; y++)
|
|
4645
4655
|
if (s(h[y])) {
|
|
4646
|
-
|
|
4656
|
+
i(y);
|
|
4647
4657
|
return;
|
|
4648
4658
|
}
|
|
4649
|
-
},
|
|
4659
|
+
}, b = () => {
|
|
4650
4660
|
o.value = !1, d.value = -1, t.value = "", a.value = "";
|
|
4651
|
-
}, P = (h,
|
|
4661
|
+
}, P = (h, m) => {
|
|
4652
4662
|
const y = s(h);
|
|
4653
4663
|
if (!y) {
|
|
4654
4664
|
Le.warning("暂无预览地址");
|
|
4655
4665
|
return;
|
|
4656
4666
|
}
|
|
4657
4667
|
const H = e.value.attachmentInfos, S = ci(H, h, {
|
|
4658
|
-
preferredIndex:
|
|
4668
|
+
preferredIndex: m
|
|
4659
4669
|
});
|
|
4660
|
-
S >= 0 ?
|
|
4670
|
+
S >= 0 ? i(S) : (d.value = -1, t.value = y, a.value = h.attachmentDesc || "", o.value = !0);
|
|
4661
4671
|
}, I = (h) => {
|
|
4662
|
-
const
|
|
4663
|
-
if (!
|
|
4672
|
+
const m = h.downloadUrl;
|
|
4673
|
+
if (!m) {
|
|
4664
4674
|
Le.warning("暂无下载地址");
|
|
4665
4675
|
return;
|
|
4666
4676
|
}
|
|
4667
4677
|
const y = h.attachmentDesc?.trim() || "download";
|
|
4668
|
-
Ue(
|
|
4678
|
+
Ue(m, y);
|
|
4669
4679
|
}, V = 400;
|
|
4670
4680
|
return {
|
|
4671
4681
|
filePreviewVisible: o,
|
|
@@ -4677,24 +4687,24 @@ function os(e) {
|
|
|
4677
4687
|
showAttachmentNavBar: l,
|
|
4678
4688
|
handlePreview: P,
|
|
4679
4689
|
handleDownload: I,
|
|
4680
|
-
handleClosePreview:
|
|
4690
|
+
handleClosePreview: b,
|
|
4681
4691
|
goPrevAttachment: f,
|
|
4682
4692
|
goNextAttachment: L,
|
|
4683
4693
|
triggerBrowserDownload: Ue,
|
|
4684
4694
|
handleBatchDownloadAttachment: async () => {
|
|
4685
|
-
const
|
|
4686
|
-
if (
|
|
4695
|
+
const m = e.value.attachmentInfos.filter((y) => !!y.downloadUrl?.trim());
|
|
4696
|
+
if (m.length === 0) {
|
|
4687
4697
|
Le.warning("暂无可下载附件");
|
|
4688
4698
|
return;
|
|
4689
4699
|
}
|
|
4690
|
-
for (let y = 0; y <
|
|
4691
|
-
const H =
|
|
4692
|
-
Ue(H.downloadUrl, S), y <
|
|
4700
|
+
for (let y = 0; y < m.length; y++) {
|
|
4701
|
+
const H = m[y], S = H.attachmentDesc?.trim() || "download";
|
|
4702
|
+
Ue(H.downloadUrl, S), y < m.length - 1 && await new Promise((C) => setTimeout(C, V));
|
|
4693
4703
|
}
|
|
4694
4704
|
}
|
|
4695
4705
|
};
|
|
4696
4706
|
}
|
|
4697
|
-
const
|
|
4707
|
+
const ns = (e) => {
|
|
4698
4708
|
const o = E();
|
|
4699
4709
|
o.value = e.slice();
|
|
4700
4710
|
const t = JSON.parse(JSON.stringify(o.value));
|
|
@@ -4708,22 +4718,22 @@ const ls = (e) => {
|
|
|
4708
4718
|
}), o.value = s;
|
|
4709
4719
|
}
|
|
4710
4720
|
};
|
|
4711
|
-
},
|
|
4721
|
+
}, is = (e) => {
|
|
4712
4722
|
let o = !0;
|
|
4713
4723
|
return { start: () => {
|
|
4714
4724
|
xe(() => {
|
|
4715
4725
|
const s = document.querySelector(`.${e} .ant-modal`);
|
|
4716
4726
|
if (s) {
|
|
4717
4727
|
let c = !1, r = { x: 0, y: 0 };
|
|
4718
|
-
const l = s.querySelector(".ant-modal-header"),
|
|
4719
|
-
l && (l.style.cursor = "move",
|
|
4728
|
+
const l = s.querySelector(".ant-modal-header"), i = s.querySelector(".ant-modal-footer");
|
|
4729
|
+
l && (l.style.cursor = "move", i.style.cursor = "move", l.addEventListener("mousedown", (f) => {
|
|
4720
4730
|
c = !0, r.x = f.clientX - s.offsetLeft, r.y = f.clientY - s.offsetTop, document.body.style.userSelect = "none";
|
|
4721
|
-
}),
|
|
4731
|
+
}), i.addEventListener("mousedown", (f) => {
|
|
4722
4732
|
c = !0, r.x = f.clientX - s.offsetLeft, r.y = f.clientY - s.offsetTop, document.body.style.userSelect = "none";
|
|
4723
4733
|
}), document.addEventListener("mousemove", (f) => {
|
|
4724
4734
|
if (!c || !o) return;
|
|
4725
|
-
const L = f.clientX - r.x,
|
|
4726
|
-
s.style.left = `${L}px`, s.style.top = `${
|
|
4735
|
+
const L = f.clientX - r.x, b = f.clientY - r.y;
|
|
4736
|
+
s.style.left = `${L}px`, s.style.top = `${b}px`;
|
|
4727
4737
|
}), document.addEventListener("mouseup", () => {
|
|
4728
4738
|
c = !1, document.body.style.userSelect = "";
|
|
4729
4739
|
}));
|
|
@@ -4735,26 +4745,26 @@ const ls = (e) => {
|
|
|
4735
4745
|
xe(() => {
|
|
4736
4746
|
const s = document.querySelector(`.${e} .ant-modal`);
|
|
4737
4747
|
if (s) {
|
|
4738
|
-
const c = window.innerWidth, r = window.innerHeight, l = s.offsetWidth,
|
|
4748
|
+
const c = window.innerWidth, r = window.innerHeight, l = s.offsetWidth, i = s.offsetHeight, f = (c - l) / 2, L = (r - i) / 2;
|
|
4739
4749
|
s.style.left = `${f}px`, s.style.top = `${L}px`;
|
|
4740
4750
|
}
|
|
4741
4751
|
});
|
|
4742
4752
|
} };
|
|
4743
|
-
},
|
|
4744
|
-
hbLibComp: Oi
|
|
4745
|
-
}, Pi = { HbFileUploadModal: { cancel: "キャンセル", clickUpload: "クリックしてアップロード", confirmImport: "インポートの確認", dataImport: "データのインポート", downloadTemplate: "インポートテンプレートのダウンロード", dragFile: "ここにファイルをドラッグするか、", file: "書類", fileUpload: "ファイルのインポート", maxSupport: "最も支持されている", onlySupport: "サポートのみ", placeSelect: "選択してください", selectFile: "アップロードするファイルを選択してください", format: "サポートされている形式" }, HbLogModal: { close: "閉鎖", operateContent: "操作内容", operateLogs: "操作ログ", operateTime: "稼働時間", operator: "オペレーター" }, hbFormItemFilterModal: { add: "に追加", cancel: "キャンセル", confirm: "もちろん", moreConditionSearch: "複数の検索", mostMore: "せいぜいオプション", mostMoreTip: "条件をドラッグアンドドロップして並べ替えを調整します", noData: "まだデータがありません", notShowTip: "条件が表示されていません", titleTip: "表示される条件", overTip1: "現在は超えています", overTip2: "オプションの数量です。最初に表示されている条件を削除してください", title: "カスタムクエリ条件" }, hbFormSelectFilter: { allSelect: "すべて選択", close: "閉鎖" }, hbLibListForm: { queryCase: "クエリプラン", addScheme: "シナリオの追加", editScheme: "計画の編集" }, hbLibListTableColumsSet: { allSelect: "すべて選択", cancelFix: "固定を解除する", confirm: "もちろん", errorTip: "列を固定列位置に移動できません", fix: "修理済み", popoverTitle: "カスタム列", title: "テーブルフィールドの設定", reset: "削減" }, hbListBtnsAct: { close: "クエリ条件を閉じる", open: "クエリ条件を拡張する", reload: "データを更新する" }, hbListPageAct: { close: "近い", exitFullScreen: "全画面表示を終了する", fullScreen: "全画面表示", open: "拡大する", query: "クエリ", reset: "リセット", selfDefine: "フィルタークエリ条件" }, hbListTable: { noData: "まだデータがありません" }, hbMultiSelectModal: { pleaseSelect: "選択してください" }, hbTableAct: { confirmContent: "内容を確認する", more: "もっと", secendConfirm: "2回目の確認" }, HbImportFile: { clickUp: "クリックしてアップロード", downloadTemplate: "クリックしてテンプレートをダウンロード", pleaseUploadFiles: "ファイルをアップロードしてください", uploadText: "ファイルをここにドラッグするか、", fileLabel: "書類", importBtn: "ファイルのアップロード" }, HbFuncCompCopy: { copy: "コピー", copyFail: "コピーに失敗しました", copySuccess: "正常にコピーされました" }, HbLibDetailBox: { back: "戻る" } }, Ni = {
|
|
4753
|
+
}, Pi = { HbFileUploadModal: { cancel: "Cancel", clickUpload: "Click to upload", confirmImport: "Confirm import", dataImport: "Import data", downloadTemplate: "Import template download", dragFile: "Drag files here or", file: "document", fileUpload: "File import", maxSupport: "Most supported", onlySupport: "Only supports", placeSelect: "Please select", selectFile: "Please select the file to upload", format: "Supported formats" }, HbLogModal: { close: "closure", operateContent: "Operation content", operateLogs: "Operation log", operateTime: "Operating time", operator: "operator" }, hbFormItemFilterModal: { add: "Add to", cancel: "Cancel", confirm: "Sure", moreConditionSearch: "Multiple searches", mostMore: "Optional at most", mostMoreTip: "conditions, drag and drop to adjust the sorting", noData: "No data yet", notShowTip: "No conditions shown", titleTip: "Conditions shown", overTip1: "Currently has exceeded", overTip2: "Optional quantity, please delete the displayed conditions first", title: "Custom query conditions" }, hbFormSelectFilter: { allSelect: "Select all", close: "closure" }, hbLibListForm: { queryCase: "query plan", addScheme: "Add scenario", editScheme: "Edit plan" }, hbLibListTableColumsSet: { allSelect: "Select all", cancelFix: "Unpin", confirm: "Sure", errorTip: "Cannot move column to fixed column position", fix: "fixed", popoverTitle: "Custom columns", title: "Table field settings", reset: "reduction" }, hbListBtnsAct: { close: "Close query conditions", open: "Expand query conditions", reload: "Refresh data" }, hbListPageAct: { close: "close", exitFullScreen: "Exit full screen", fullScreen: "full screen", open: "Expand", query: "Query", reset: "reset", selfDefine: "Filter query conditions" }, hbListTable: { noData: "No data yet" }, hbMultiSelectModal: { pleaseSelect: "Please select" }, hbTableAct: { confirmContent: "Confirm content", more: "More", secendConfirm: "Second confirmation" }, HbImportFile: { clickUp: "Click to upload", downloadTemplate: "Click to download template", pleaseUploadFiles: "Please upload files", uploadText: "Drag files here or", fileLabel: "document", importBtn: "File upload" }, HbFuncCompCopy: { copy: "copy", copyFail: "Copy failed", copySuccess: "Copied successfully" }, HbLibDetailBox: { back: "return" } }, Ni = {
|
|
4746
4754
|
hbLibComp: Pi
|
|
4747
|
-
}, Ui = {
|
|
4755
|
+
}, Ui = { HbFileUploadModal: { cancel: "キャンセル", clickUpload: "クリックしてアップロード", confirmImport: "インポートの確認", dataImport: "データのインポート", downloadTemplate: "インポートテンプレートのダウンロード", dragFile: "ここにファイルをドラッグするか、", file: "書類", fileUpload: "ファイルのインポート", maxSupport: "最も支持されている", onlySupport: "サポートのみ", placeSelect: "選択してください", selectFile: "アップロードするファイルを選択してください", format: "サポートされている形式" }, HbLogModal: { close: "閉鎖", operateContent: "操作内容", operateLogs: "操作ログ", operateTime: "稼働時間", operator: "オペレーター" }, hbFormItemFilterModal: { add: "に追加", cancel: "キャンセル", confirm: "もちろん", moreConditionSearch: "複数の検索", mostMore: "せいぜいオプション", mostMoreTip: "条件をドラッグアンドドロップして並べ替えを調整します", noData: "まだデータがありません", notShowTip: "条件が表示されていません", titleTip: "表示される条件", overTip1: "現在は超えています", overTip2: "オプションの数量です。最初に表示されている条件を削除してください", title: "カスタムクエリ条件" }, hbFormSelectFilter: { allSelect: "すべて選択", close: "閉鎖" }, hbLibListForm: { queryCase: "クエリプラン", addScheme: "シナリオの追加", editScheme: "計画の編集" }, hbLibListTableColumsSet: { allSelect: "すべて選択", cancelFix: "固定を解除する", confirm: "もちろん", errorTip: "列を固定列位置に移動できません", fix: "修理済み", popoverTitle: "カスタム列", title: "テーブルフィールドの設定", reset: "削減" }, hbListBtnsAct: { close: "クエリ条件を閉じる", open: "クエリ条件を拡張する", reload: "データを更新する" }, hbListPageAct: { close: "近い", exitFullScreen: "全画面表示を終了する", fullScreen: "全画面表示", open: "拡大する", query: "クエリ", reset: "リセット", selfDefine: "フィルタークエリ条件" }, hbListTable: { noData: "まだデータがありません" }, hbMultiSelectModal: { pleaseSelect: "選択してください" }, hbTableAct: { confirmContent: "内容を確認する", more: "もっと", secendConfirm: "2回目の確認" }, HbImportFile: { clickUp: "クリックしてアップロード", downloadTemplate: "クリックしてテンプレートをダウンロード", pleaseUploadFiles: "ファイルをアップロードしてください", uploadText: "ファイルをここにドラッグするか、", fileLabel: "書類", importBtn: "ファイルのアップロード" }, HbFuncCompCopy: { copy: "コピー", copyFail: "コピーに失敗しました", copySuccess: "正常にコピーされました" }, HbLibDetailBox: { back: "戻る" } }, zi = {
|
|
4748
4756
|
hbLibComp: Ui
|
|
4749
|
-
}, Ri = {
|
|
4757
|
+
}, Ri = { hbFormItemFilterModal: { titleTip: "已显示条件", mostMore: "最多可选", mostMoreTip: "个条件,拖拽可以调整排序", notShowTip: "未显示条件", add: "添加", noData: "暂无数据", cancel: "取消", confirm: "确定", moreConditionSearch: "多项搜索", title: "自定义查询条件", overTip1: "当前已经超过", overTip2: "个可选数量,请先删除已显示条件" }, hbFormSelectFilter: { allSelect: "全选", close: "关闭" }, hbListPageAct: { query: "查询", reset: "重置", selfDefine: "筛选查询条件", open: "展开", close: "收起", fullScreen: "全屏", exitFullScreen: "退出全屏" }, hbListBtnsAct: { reload: "刷新数据", open: "展开查询条件", close: "收起查询条件" }, hbTableAct: { more: "更多", secendConfirm: "二次确认", confirmContent: "确认内容" }, hbMultiSelectModal: { pleaseSelect: "请选择" }, hbListTable: { noData: "暂时没有数据" }, hbLibListTableColumsSet: { popoverTitle: "自定义列", title: "表格字段设置", fix: "固定", cancelFix: "取消固定", allSelect: "全选", confirm: "确定", errorTip: "不能将列移动到固定列位置", reset: "还原" }, hbLibListForm: { queryCase: "查询方案", addScheme: "添加方案", editScheme: "编辑方案" }, HbFileUploadModal: { fileUpload: "文件导入", confirmImport: "确认导入", cancel: "取消", maxSupport: "最多支持", dataImport: "条数据导入", placeSelect: "请选择", file: "文件", selectFile: "请选择上传的文件", dragFile: "将文件拖到此处或", clickUpload: "点击上传", onlySupport: "仅支持", downloadTemplate: "导入模板下载", format: "支持格式" }, HbLogModal: { close: "关 闭", operateLogs: "操作日志", operator: "操作人", operateTime: "操作时间", operateContent: "操作内容" }, HbImportFile: { uploadText: "将文件拖到此处或", clickUp: "请上传文件", downloadTemplate: "点击下载模板", pleaseUploadFiles: "请上传文件", fileLabel: "文件", importBtn: "文件上传" }, HbFuncCompCopy: { copySuccess: "复制成功", copyFail: "复制失败", copy: "复制" }, HbLibDetailBox: { back: "返回" }, HbLibLoading: { loadingTips: "加载中...如长时间加载请重试!" } }, Vi = {
|
|
4750
4758
|
hbLibComp: Ri
|
|
4759
|
+
}, Wi = { HbFileUploadModal: { cancel: "Stornieren", clickUpload: "Klicken Sie zum Hochladen", confirmImport: "Bestätigen Sie den Import", dataImport: "Daten importieren", downloadTemplate: "Importvorlage herunterladen", dragFile: "Ziehen Sie Dateien hierher oder", file: "dokumentieren", fileUpload: "Dateiimport", maxSupport: "Am meisten unterstützt", onlySupport: "Unterstützt nur", placeSelect: "Bitte auswählen", selectFile: "Bitte wählen Sie die hochzuladende Datei aus", format: "Unterstützte Formate" }, HbLogModal: { close: "Schließung", operateContent: "Inhalt der Operation", operateLogs: "Betriebsprotokoll", operateTime: "Betriebszeit", operator: "Operator" }, hbFormItemFilterModal: { add: "Hinzufügen zu", cancel: "Stornieren", confirm: "Sicher", moreConditionSearch: "Mehrere Suchanfragen", mostMore: "Höchstens optional", mostMoreTip: "Bedingungen anpassen, per Drag-and-Drop die Sortierung anpassen", noData: "Noch keine Daten", notShowTip: "Keine Bedingungen angezeigt", titleTip: "Bedingungen angezeigt", overTip1: "Derzeit überschritten", overTip2: "Optionale Menge, bitte löschen Sie zuerst die angezeigten Konditionen", title: "Benutzerdefinierte Abfragebedingungen" }, hbFormSelectFilter: { allSelect: "Alles auswählen", close: "Schließung" }, hbLibListForm: { queryCase: "Abfrageplan", addScheme: "Szenario hinzufügen", editScheme: "Plan bearbeiten" }, hbLibListTableColumsSet: { allSelect: "Alles auswählen", cancelFix: "Lösen", confirm: "Sicher", errorTip: "Die Spalte kann nicht in eine feste Spaltenposition verschoben werden", fix: "behoben", popoverTitle: "Benutzerdefinierte Spalten", title: "Tabellenfeldeinstellungen", reset: "Reduktion" }, hbListBtnsAct: { close: "Abfragebedingungen schließen", open: "Abfragebedingungen erweitern", reload: "Daten aktualisieren" }, hbListPageAct: { close: "schließen", exitFullScreen: "Verlassen Sie den Vollbildmodus", fullScreen: "Vollbild", open: "Expandieren", query: "Abfrage", reset: "zurücksetzen", selfDefine: "Abfragebedingungen filtern" }, hbListTable: { noData: "Noch keine Daten" }, hbMultiSelectModal: { pleaseSelect: "Bitte auswählen" }, hbTableAct: { confirmContent: "Inhalt bestätigen", more: "Mehr", secendConfirm: "Zweite Bestätigung" }, HbImportFile: { clickUp: "Klicken Sie zum Hochladen", downloadTemplate: "Klicken Sie hier, um die Vorlage herunterzuladen", pleaseUploadFiles: "Bitte laden Sie Dateien hoch", uploadText: "Ziehen Sie Dateien hierher oder", fileLabel: "dokumentieren", importBtn: "Datei-Upload" }, HbFuncCompCopy: { copy: "Kopie", copyFail: "Der Kopiervorgang ist fehlgeschlagen", copySuccess: "Erfolgreich kopiert" }, HbLibDetailBox: { back: "zurückkehren" } }, ji = {
|
|
4760
|
+
hbLibComp: Wi
|
|
4751
4761
|
};
|
|
4752
|
-
var ze = { exports: {} },
|
|
4753
|
-
function
|
|
4762
|
+
var ze = { exports: {} }, qi = ze.exports, At;
|
|
4763
|
+
function Yi() {
|
|
4754
4764
|
return At || (At = 1, (function(e, o) {
|
|
4755
4765
|
(function(t, a) {
|
|
4756
4766
|
e.exports = a(Ke);
|
|
4757
|
-
})(
|
|
4767
|
+
})(qi, (function(t) {
|
|
4758
4768
|
function a(c) {
|
|
4759
4769
|
return c && typeof c == "object" && "default" in c ? c : { default: c };
|
|
4760
4770
|
}
|
|
@@ -4768,17 +4778,17 @@ function ji() {
|
|
|
4768
4778
|
}));
|
|
4769
4779
|
})(ze)), ze.exports;
|
|
4770
4780
|
}
|
|
4771
|
-
|
|
4781
|
+
Yi();
|
|
4772
4782
|
Ke.locale("zh-cn");
|
|
4773
|
-
const
|
|
4774
|
-
en_US:
|
|
4775
|
-
ja_JP:
|
|
4776
|
-
zh_CN:
|
|
4777
|
-
de_DE:
|
|
4778
|
-
},
|
|
4779
|
-
e.provide("globalCompConfig", o || {}), Object.values(
|
|
4783
|
+
const ss = {
|
|
4784
|
+
en_US: Ni,
|
|
4785
|
+
ja_JP: zi,
|
|
4786
|
+
zh_CN: Vi,
|
|
4787
|
+
de_DE: ji
|
|
4788
|
+
}, rs = function(e, o = {}) {
|
|
4789
|
+
e.provide("globalCompConfig", o || {}), Object.values(Di).forEach((t) => {
|
|
4780
4790
|
t && typeof t.install == "function" && e.use(t);
|
|
4781
|
-
}), e.use(Gt), Object.entries(
|
|
4791
|
+
}), e.use(Gt), Object.entries(Ei).forEach(([t, a]) => {
|
|
4782
4792
|
e.directive(t, a);
|
|
4783
4793
|
});
|
|
4784
4794
|
};
|
|
@@ -4787,7 +4797,7 @@ export {
|
|
|
4787
4797
|
Ja as HbLibCard,
|
|
4788
4798
|
qt as HbLibCopy,
|
|
4789
4799
|
yn as HbLibDetailBox,
|
|
4790
|
-
|
|
4800
|
+
Mi as HbLibFilePreview,
|
|
4791
4801
|
wn as HbLibFooterBar,
|
|
4792
4802
|
Fo as HbLibFormItemFilterModal,
|
|
4793
4803
|
Ca as HbLibFormTooltipSelect,
|
|
@@ -4795,7 +4805,7 @@ export {
|
|
|
4795
4805
|
Ma as HbLibImportFile,
|
|
4796
4806
|
Jo as HbLibListBtnsAct,
|
|
4797
4807
|
Oo as HbLibListForm,
|
|
4798
|
-
|
|
4808
|
+
bl as HbLibListMultiSelect,
|
|
4799
4809
|
Wo as HbLibListPageAct,
|
|
4800
4810
|
Zo as HbLibListPageContainer,
|
|
4801
4811
|
da as HbLibListTable,
|
|
@@ -4809,11 +4819,11 @@ export {
|
|
|
4809
4819
|
_a as HbLibTableColumnSet,
|
|
4810
4820
|
Dn as HbLibUnDetailBox,
|
|
4811
4821
|
za as HbUiConfig,
|
|
4812
|
-
|
|
4813
|
-
|
|
4822
|
+
rs as install,
|
|
4823
|
+
ss as locales,
|
|
4814
4824
|
Xo as useCalTableHeight,
|
|
4815
4825
|
kt as useCalTableWidth,
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4826
|
+
as as useFilePreview,
|
|
4827
|
+
ns as useListFormItem,
|
|
4828
|
+
is as useModalDrag
|
|
4819
4829
|
};
|