@hb-hellotech/hb-ui 1.2.5-beta.6.1 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/index.d.ts +6 -0
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/index.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/HbListPageContainer.vue.d.ts +3 -0
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/HbListPageContainer.vue.d.ts.map +1 -1
- package/dist/hb_component_lib.css +1 -1
- package/dist/hb_component_lib.js +620 -610
- package/dist/hb_component_lib.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hb_component_lib.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import './hb_component_lib.css';
|
|
2
|
-
import { defineComponent as ee, reactive as Je, ref as P, computed as K, watch as se, createElementBlock as
|
|
2
|
+
import { defineComponent as ee, reactive as Je, ref as P, computed as K, watch as se, createElementBlock as S, openBlock as o, normalizeClass as V, unref as n, createVNode as x, withCtx as s, createElementVNode as y, toDisplayString as L, createTextVNode as O, createBlock as R, createCommentVNode as N, Fragment as J, renderList as ae, inject as $e, resolveComponent as q, Transition as tt, withDirectives as re, mergeProps as X, createSlots as Ge, renderSlot as Y, vShow as lt, nextTick as be, onMounted as Me, onUnmounted as ot, useTemplateRef as at, provide as nt, normalizeStyle as me, mergeModels as ke, useModel as Qe, withModifiers as _e, resolveDirective as st, useAttrs as it, watchEffect as rt, shallowRef as ct, resolveDynamicComponent as dt } from "vue";
|
|
3
3
|
import fe from "vuedraggable";
|
|
4
4
|
import { CloseOutlined as ut, QuestionCircleOutlined as bt, SearchOutlined as Ie, UpCircleOutlined as ht, DownCircleOutlined as ft, UnorderedListOutlined as pt, DownOutlined as De } from "@ant-design/icons-vue";
|
|
5
|
-
import { Modal as Se, Button as ue, Tooltip as we, Switch as Oe, Radio as
|
|
5
|
+
import { Modal as Se, Button as ue, Tooltip as we, Switch as Oe, Radio as Be, RadioGroup as Re, InputNumber as Pe, DatePicker as Ne, Checkbox as pe, CheckboxGroup as ze, Select as Fe, Input as Ve, Col as mt, Row as vt, FormItem as Ee, Form as Ue, SelectOption as Te, Popconfirm as Ce, MenuItem as Ye, Menu as je, Dropdown as qe, Popover as gt, message as xe } from "ant-design-vue";
|
|
6
6
|
import { useRoute as Ze } from "vue-router";
|
|
7
7
|
import { useI18n as ce } from "vue-i18n";
|
|
8
8
|
import Le from "lodash";
|
|
9
9
|
import { useFullscreen as yt, useDebounceFn as Ct } from "@vueuse/core";
|
|
10
10
|
import He from "dayjs";
|
|
11
11
|
const Lt = "hb-", Ae = (e = "") => {
|
|
12
|
-
const
|
|
13
|
-
return kt(
|
|
14
|
-
}, ie = (e,
|
|
12
|
+
const b = `${Lt}${e}`;
|
|
13
|
+
return kt(b);
|
|
14
|
+
}, ie = (e, b, r, i) => (b && (e += `-${b}`), r && (e += `__${r}`), i && (e += `--${i}`), e), kt = (e) => ({
|
|
15
15
|
// hb-button
|
|
16
|
-
b: (
|
|
16
|
+
b: (b) => b ? ie(e, b, "", "") : ie(e, "", "", ""),
|
|
17
17
|
// hb-button__header
|
|
18
|
-
e: (
|
|
18
|
+
e: (b) => b ? ie(e, "", b, "") : "",
|
|
19
19
|
// hb-button--primary
|
|
20
|
-
m: (
|
|
20
|
+
m: (b) => ie(e, "", "", b),
|
|
21
21
|
// hb-button__header
|
|
22
|
-
be: (
|
|
22
|
+
be: (b, r) => ie(e, b, r, ""),
|
|
23
23
|
// hb-button__header--primary
|
|
24
|
-
em: (
|
|
24
|
+
em: (b, r) => ie(e, "", b, r),
|
|
25
25
|
// hb-button__header--primary
|
|
26
|
-
bem: (
|
|
26
|
+
bem: (b, r, i) => ie(e, b, r, i),
|
|
27
27
|
// is-disabled
|
|
28
|
-
is: (
|
|
28
|
+
is: (b, r) => r ? `is-${b}` : ""
|
|
29
29
|
}), _t = ["onMouseenter", "onMouseleave"], St = ["onClick"], wt = /* @__PURE__ */ ee({
|
|
30
30
|
name: "HbLibFormItemFilterModal",
|
|
31
31
|
__name: "HbFormItemFilterModal",
|
|
@@ -37,12 +37,12 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
37
37
|
showNumber: { default: 40 }
|
|
38
38
|
},
|
|
39
39
|
emits: ["confirm"],
|
|
40
|
-
setup(e, { expose:
|
|
41
|
-
const i = ce().t,
|
|
40
|
+
setup(e, { expose: b, emit: r }) {
|
|
41
|
+
const i = ce().t, T = ce().messages.value.en_US, m = ce().messages.value.ja_JP, h = ce().messages.value.zh_CN, c = e, t = r, d = Ae("sfcm"), v = Ze(), B = Je({
|
|
42
42
|
lan: window.localStorage.getItem("lan")
|
|
43
43
|
}), A = P(!1), G = P(600);
|
|
44
44
|
let p = [];
|
|
45
|
-
const g = P([]),
|
|
45
|
+
const g = P([]), w = P([]), $ = K(() => g.value.every((_) => _.isLinked || _.isFixed)), E = (_) => {
|
|
46
46
|
const H = _.draggedContext.element, C = _.relatedContext.index;
|
|
47
47
|
if (H.isLinked || H.isFixed)
|
|
48
48
|
return !1;
|
|
@@ -68,47 +68,47 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
68
68
|
return `searchFormConfig_${H}_${C}`;
|
|
69
69
|
}, F = (_) => ({
|
|
70
70
|
ja_JP: () => Le.get(m, _.labelLanguage || ""),
|
|
71
|
-
en_US: () => Le.get(
|
|
72
|
-
zh_CN: () => Le.get(
|
|
73
|
-
})[
|
|
71
|
+
en_US: () => Le.get(T, _.labelLanguage || ""),
|
|
72
|
+
zh_CN: () => Le.get(h, _.labelLanguage || "")
|
|
73
|
+
})[B.lan]?.() || _.label, l = (_) => {
|
|
74
74
|
try {
|
|
75
75
|
const H = I(), C = localStorage.getItem(H);
|
|
76
76
|
if (C) {
|
|
77
77
|
const U = JSON.parse(C);
|
|
78
78
|
if (U.originalList && Array.isArray(U.originalList)) {
|
|
79
79
|
p = JSON.parse(JSON.stringify(U.originalList));
|
|
80
|
-
const Z = p.filter((
|
|
81
|
-
|
|
82
|
-
label: F(
|
|
83
|
-
key:
|
|
84
|
-
isFixed:
|
|
85
|
-
isLinked:
|
|
86
|
-
labelLanguage:
|
|
87
|
-
})), ye = ne.map((
|
|
88
|
-
|
|
89
|
-
label: F(
|
|
90
|
-
key:
|
|
91
|
-
isFixed:
|
|
80
|
+
const Z = p.filter((M) => M?.isFixed), ne = p.filter((M) => M?.isLinked), de = U.showList.filter((M) => !M.isFixed && !M.isLinked), ve = c.showNumber && c.showNumber > 0 ? Math.max(0, c.showNumber - Z.length - ne.length) : de.length, ge = Z.map((M) => ({
|
|
81
|
+
...M,
|
|
82
|
+
label: F(M) || `${M.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
83
|
+
key: M.key,
|
|
84
|
+
isFixed: M?.isFixed || !1,
|
|
85
|
+
isLinked: M?.isLinked || !1,
|
|
86
|
+
labelLanguage: M?.labelLanguage || void 0
|
|
87
|
+
})), ye = ne.map((M) => ({
|
|
88
|
+
...M,
|
|
89
|
+
label: F(M) || `${M.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
90
|
+
key: M.key,
|
|
91
|
+
isFixed: M?.isFixed || !1,
|
|
92
92
|
isLinked: !0,
|
|
93
|
-
labelLanguage:
|
|
94
|
-
})), D = de.slice(0, ve).map((
|
|
95
|
-
|
|
96
|
-
label: F(
|
|
97
|
-
key:
|
|
98
|
-
isFixed:
|
|
99
|
-
isLinked:
|
|
100
|
-
labelLanguage:
|
|
93
|
+
labelLanguage: M?.labelLanguage || void 0
|
|
94
|
+
})), D = de.slice(0, ve).map((M) => ({
|
|
95
|
+
...M,
|
|
96
|
+
label: F(M) || `${M.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
97
|
+
key: M.key,
|
|
98
|
+
isFixed: M?.isFixed || !1,
|
|
99
|
+
isLinked: M?.isLinked || !1,
|
|
100
|
+
labelLanguage: M?.labelLanguage || void 0
|
|
101
101
|
}));
|
|
102
102
|
g.value = [...ge, ...ye, ...D];
|
|
103
|
-
const Xe = g.value.map((
|
|
104
|
-
return
|
|
105
|
-
|
|
106
|
-
label: F(
|
|
107
|
-
key:
|
|
108
|
-
isFixed:
|
|
109
|
-
isLinked:
|
|
103
|
+
const Xe = g.value.map((M) => M.key), et = p.map((M) => M.key).filter((M) => !Xe.includes(M));
|
|
104
|
+
return w.value = p.filter((M) => et.includes(M.key)).map((M) => ({
|
|
105
|
+
...M,
|
|
106
|
+
label: F(M) || `${M.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
107
|
+
key: M.key,
|
|
108
|
+
isFixed: M?.isFixed || !1,
|
|
109
|
+
isLinked: M?.isLinked || !1,
|
|
110
110
|
active: !1,
|
|
111
|
-
labelLanguage:
|
|
111
|
+
labelLanguage: M?.labelLanguage || void 0
|
|
112
112
|
})), !0;
|
|
113
113
|
}
|
|
114
114
|
}
|
|
@@ -116,7 +116,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
116
116
|
console.warn("加载保存的搜索配置失败:", H);
|
|
117
117
|
}
|
|
118
118
|
return !1;
|
|
119
|
-
},
|
|
119
|
+
}, a = () => {
|
|
120
120
|
try {
|
|
121
121
|
const _ = {
|
|
122
122
|
originalList: p,
|
|
@@ -133,7 +133,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
133
133
|
} catch (_) {
|
|
134
134
|
console.warn("保存搜索配置失败:", _);
|
|
135
135
|
}
|
|
136
|
-
},
|
|
136
|
+
}, f = K(() => {
|
|
137
137
|
const _ = g.value.filter((C) => !C.isFixed && !C.isLinked).length, H = g.value.filter((C) => C.isFixed || C.isLinked).length;
|
|
138
138
|
return _ >= c.showNumber - H;
|
|
139
139
|
});
|
|
@@ -175,41 +175,41 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
175
175
|
active: !1,
|
|
176
176
|
labelLanguage: D?.labelLanguage || void 0
|
|
177
177
|
}));
|
|
178
|
-
|
|
178
|
+
w.value = ye;
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
181
|
{ immediate: !0 }
|
|
182
182
|
);
|
|
183
183
|
const k = (_) => {
|
|
184
184
|
const H = g.value.findIndex((C) => C.key === _.key);
|
|
185
|
-
H !== -1 && (g.value.splice(H, 1),
|
|
186
|
-
},
|
|
187
|
-
if (
|
|
185
|
+
H !== -1 && (g.value.splice(H, 1), w.value.push({ ..._, active: !1 }));
|
|
186
|
+
}, u = (_) => {
|
|
187
|
+
if (f.value)
|
|
188
188
|
return;
|
|
189
|
-
const H =
|
|
189
|
+
const H = w.value.findIndex((C) => C.key === _.key);
|
|
190
190
|
if (H !== -1) {
|
|
191
|
-
const [C] =
|
|
191
|
+
const [C] = w.value.splice(H, 1);
|
|
192
192
|
g.value.push({ ...C, active: !1 });
|
|
193
193
|
}
|
|
194
194
|
}, j = () => {
|
|
195
195
|
A.value = !1;
|
|
196
|
-
},
|
|
196
|
+
}, z = () => {
|
|
197
197
|
A.value = !0;
|
|
198
198
|
}, le = () => {
|
|
199
|
-
|
|
199
|
+
a(), t("confirm", g.value), j();
|
|
200
200
|
}, Q = (_) => {
|
|
201
|
-
const H =
|
|
202
|
-
H !== -1 && (
|
|
201
|
+
const H = w.value.findIndex((C) => C.key === _.key);
|
|
202
|
+
H !== -1 && (w.value[H].active = !0);
|
|
203
203
|
}, W = (_) => {
|
|
204
|
-
const H =
|
|
205
|
-
H !== -1 && (
|
|
204
|
+
const H = w.value.findIndex((C) => C.key === _.key);
|
|
205
|
+
H !== -1 && (w.value[H].active = !1);
|
|
206
206
|
};
|
|
207
|
-
return
|
|
208
|
-
toOpenModal:
|
|
209
|
-
}), (_, H) => (
|
|
210
|
-
class: V(n(
|
|
207
|
+
return b({
|
|
208
|
+
toOpenModal: z
|
|
209
|
+
}), (_, H) => (o(), S("div", {
|
|
210
|
+
class: V(n(d).b())
|
|
211
211
|
}, [
|
|
212
|
-
|
|
212
|
+
x(n(Se), {
|
|
213
213
|
visible: A.value,
|
|
214
214
|
"onUpdate:visible": H[1] || (H[1] = (C) => A.value = C),
|
|
215
215
|
width: G.value,
|
|
@@ -218,17 +218,17 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
218
218
|
}, {
|
|
219
219
|
title: s(() => [
|
|
220
220
|
y("div", {
|
|
221
|
-
class: V(n(
|
|
221
|
+
class: V(n(d).e("title"))
|
|
222
222
|
}, L(e.title), 3)
|
|
223
223
|
]),
|
|
224
224
|
footer: s(() => [
|
|
225
|
-
|
|
225
|
+
x(n(ue), { onClick: j }, {
|
|
226
226
|
default: s(() => [
|
|
227
227
|
O(L(_.$t("hbLibComp.hbFormItemFilterModal.cancel")), 1)
|
|
228
228
|
]),
|
|
229
229
|
_: 1
|
|
230
230
|
}),
|
|
231
|
-
|
|
231
|
+
x(n(ue), {
|
|
232
232
|
type: "primary",
|
|
233
233
|
onClick: le
|
|
234
234
|
}, {
|
|
@@ -240,37 +240,37 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
240
240
|
]),
|
|
241
241
|
default: s(() => [
|
|
242
242
|
y("section", {
|
|
243
|
-
class: V(n(
|
|
243
|
+
class: V(n(d).e("show"))
|
|
244
244
|
}, [
|
|
245
245
|
y("div", {
|
|
246
|
-
class: V(n(
|
|
246
|
+
class: V(n(d).e("show__title"))
|
|
247
247
|
}, [
|
|
248
248
|
y("span", {
|
|
249
|
-
class: V(n(
|
|
249
|
+
class: V(n(d).e("title__tip"))
|
|
250
250
|
}, L(_.$t("hbLibComp.hbFormItemFilterModal.titleTip")), 3),
|
|
251
251
|
y("span", null, L(_.$t("hbLibComp.hbFormItemFilterModal.mostMore")) + L(e.showNumber) + L(_.$t("hbLibComp.hbFormItemFilterModal.mostMoreTip")), 1)
|
|
252
252
|
], 2),
|
|
253
253
|
y("div", {
|
|
254
|
-
class: V(n(
|
|
254
|
+
class: V(n(d).e("show__tag"))
|
|
255
255
|
}, [
|
|
256
|
-
|
|
256
|
+
x(n(fe), {
|
|
257
257
|
modelValue: g.value,
|
|
258
258
|
"onUpdate:modelValue": H[0] || (H[0] = (C) => g.value = C),
|
|
259
259
|
"item-key": "key",
|
|
260
260
|
tag: "div",
|
|
261
|
-
disabled:
|
|
261
|
+
disabled: $.value,
|
|
262
262
|
move: E
|
|
263
263
|
}, {
|
|
264
264
|
item: s(({ element: C }) => [
|
|
265
265
|
y("div", {
|
|
266
|
-
class: V([n(
|
|
266
|
+
class: V([n(d).e("show__tag__item"), n(d).is("fixed", C.isFixed), n(d).is("linked", C.isLinked)])
|
|
267
267
|
}, [
|
|
268
268
|
O(L(C.label) + " ", 1),
|
|
269
|
-
!C.isFixed && !C.isLinked && e.list.length > 1 ? (
|
|
269
|
+
!C.isFixed && !C.isLinked && e.list.length > 1 ? (o(), R(n(ut), {
|
|
270
270
|
key: 0,
|
|
271
|
-
class: V(n(
|
|
271
|
+
class: V(n(d).e("show__tag__item-close")),
|
|
272
272
|
onClick: (U) => k(C)
|
|
273
|
-
}, null, 8, ["class", "onClick"])) :
|
|
273
|
+
}, null, 8, ["class", "onClick"])) : N("", !0)
|
|
274
274
|
], 2)
|
|
275
275
|
]),
|
|
276
276
|
_: 1
|
|
@@ -278,33 +278,33 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
278
278
|
], 2)
|
|
279
279
|
], 2),
|
|
280
280
|
y("section", {
|
|
281
|
-
class: V(n(
|
|
281
|
+
class: V(n(d).e("unshow"))
|
|
282
282
|
}, [
|
|
283
283
|
y("div", {
|
|
284
|
-
class: V(n(
|
|
284
|
+
class: V(n(d).e("show__title"))
|
|
285
285
|
}, [
|
|
286
286
|
y("span", {
|
|
287
|
-
class: V(n(
|
|
287
|
+
class: V(n(d).e("title__tip"))
|
|
288
288
|
}, L(_.$t("hbLibComp.hbFormItemFilterModal.notShowTip")), 3)
|
|
289
289
|
], 2),
|
|
290
290
|
y("div", {
|
|
291
|
-
class: V(n(
|
|
291
|
+
class: V(n(d).e("unshow__tag"))
|
|
292
292
|
}, [
|
|
293
|
-
|
|
294
|
-
class: V([n(
|
|
293
|
+
w.value.length > 0 ? (o(!0), S(J, { key: 0 }, ae(w.value, (C) => (o(), S("div", {
|
|
294
|
+
class: V([n(d).e("unshow__tag__item"), n(d).is("fixed", C.isFixed || ""), n(d).is("linked", C.isLinked || "")]),
|
|
295
295
|
key: C.key,
|
|
296
296
|
onMouseenter: (U) => Q(C),
|
|
297
297
|
onMouseleave: (U) => W(C)
|
|
298
298
|
}, [
|
|
299
299
|
O(L(C.label) + " ", 1),
|
|
300
|
-
C.active ? (
|
|
300
|
+
C.active ? (o(), S("aside", {
|
|
301
301
|
key: 0,
|
|
302
|
-
class: V(n(
|
|
303
|
-
onClick: (U) =>
|
|
304
|
-
}, L(_.$t("hbLibComp.hbFormItemFilterModal.add")), 11, St)) :
|
|
305
|
-
], 42, _t))), 128)) : (
|
|
302
|
+
class: V(n(d).e("unshow__tag__item-add")),
|
|
303
|
+
onClick: (U) => u(C)
|
|
304
|
+
}, L(_.$t("hbLibComp.hbFormItemFilterModal.add")), 11, St)) : N("", !0)
|
|
305
|
+
], 42, _t))), 128)) : (o(), S("div", {
|
|
306
306
|
key: 1,
|
|
307
|
-
class: V(n(
|
|
307
|
+
class: V(n(d).e("unshow__tag__empty"))
|
|
308
308
|
}, L(_.$t("hbLibComp.hbFormItemFilterModal.noData")), 3))
|
|
309
309
|
], 2)
|
|
310
310
|
], 2)
|
|
@@ -313,15 +313,15 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
313
313
|
}, 8, ["visible", "width"])
|
|
314
314
|
], 2));
|
|
315
315
|
}
|
|
316
|
-
}), oe = (e,
|
|
316
|
+
}), oe = (e, b) => {
|
|
317
317
|
const r = e.__vccOpts || e;
|
|
318
|
-
for (const [i,
|
|
319
|
-
r[i] =
|
|
318
|
+
for (const [i, T] of b)
|
|
319
|
+
r[i] = T;
|
|
320
320
|
return r;
|
|
321
|
-
}, Ft = /* @__PURE__ */ oe(wt, [["__scopeId", "data-v-52ee50f2"]]), te = (e,
|
|
321
|
+
}, Ft = /* @__PURE__ */ oe(wt, [["__scopeId", "data-v-52ee50f2"]]), te = (e, b) => (e.install = (r) => {
|
|
322
322
|
for (const i of [e, ...Object.values({})])
|
|
323
323
|
r.component(i.name, i);
|
|
324
|
-
}, e),
|
|
324
|
+
}, e), Tt = te(Ft), xt = { class: "form-footer" }, $t = /* @__PURE__ */ ee({
|
|
325
325
|
name: "HbLibListForm",
|
|
326
326
|
__name: "HbListForm",
|
|
327
327
|
props: {
|
|
@@ -349,10 +349,10 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
349
349
|
} }
|
|
350
350
|
},
|
|
351
351
|
emits: ["handleSearch", "handleReset", "handleSfcmConfirm"],
|
|
352
|
-
setup(e, { expose:
|
|
353
|
-
const i = r,
|
|
352
|
+
setup(e, { expose: b, emit: r }) {
|
|
353
|
+
const i = r, T = $e("HB_LIST_PAGE_CONTAINER"), m = Ae("form"), h = e, c = P("show"), t = K(() => [...h.items]), d = P(), v = () => {
|
|
354
354
|
i("handleSearch");
|
|
355
|
-
},
|
|
355
|
+
}, B = () => {
|
|
356
356
|
i("handleReset");
|
|
357
357
|
}, A = P(), G = () => {
|
|
358
358
|
A.value && A.value.toOpenModal();
|
|
@@ -362,7 +362,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
362
362
|
c.value = c.value === "show" ? "hide" : "show";
|
|
363
363
|
};
|
|
364
364
|
se(
|
|
365
|
-
() =>
|
|
365
|
+
() => h.isFormExpanded,
|
|
366
366
|
(F) => {
|
|
367
367
|
if (F) {
|
|
368
368
|
console.log(F);
|
|
@@ -373,30 +373,30 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
375
|
);
|
|
376
|
-
const
|
|
376
|
+
const w = (F) => {
|
|
377
377
|
const l = F;
|
|
378
378
|
l.style.height = "", l.offsetHeight;
|
|
379
|
-
},
|
|
379
|
+
}, $ = (F) => {
|
|
380
380
|
const l = F;
|
|
381
381
|
l.style.height = "", l.style.overflow = "", be(() => {
|
|
382
|
-
|
|
382
|
+
T.calTableHeight && T.calTableHeight();
|
|
383
383
|
});
|
|
384
384
|
}, E = (F) => {
|
|
385
|
-
const l = F,
|
|
386
|
-
if (
|
|
387
|
-
const
|
|
388
|
-
l.style.height =
|
|
385
|
+
const l = F, a = l.querySelector(".hb-lib-form--container");
|
|
386
|
+
if (a) {
|
|
387
|
+
const f = a.offsetHeight;
|
|
388
|
+
l.style.height = f + "px", l.style.overflow = "hidden", l.offsetHeight, requestAnimationFrame(() => {
|
|
389
389
|
l.style.height = "0";
|
|
390
390
|
});
|
|
391
391
|
}
|
|
392
392
|
}, I = () => {
|
|
393
393
|
be(() => {
|
|
394
|
-
|
|
394
|
+
T.calTableHeight && T.calTableHeight();
|
|
395
395
|
});
|
|
396
396
|
};
|
|
397
|
-
return
|
|
398
|
-
formRef:
|
|
399
|
-
SelectOption:
|
|
397
|
+
return b({
|
|
398
|
+
formRef: d,
|
|
399
|
+
SelectOption: Te,
|
|
400
400
|
Form: Ue,
|
|
401
401
|
FormItem: Ee,
|
|
402
402
|
Row: vt,
|
|
@@ -407,18 +407,18 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
407
407
|
Checkbox: pe,
|
|
408
408
|
DatePicker: Ne,
|
|
409
409
|
InputNumber: Pe,
|
|
410
|
-
RadioGroup:
|
|
411
|
-
Radio:
|
|
410
|
+
RadioGroup: Re,
|
|
411
|
+
Radio: Be,
|
|
412
412
|
Switch: Oe,
|
|
413
413
|
Button: ue,
|
|
414
414
|
Tooltip: we
|
|
415
415
|
}), (F, l) => {
|
|
416
|
-
const
|
|
417
|
-
return
|
|
418
|
-
|
|
416
|
+
const a = q("a-button"), f = q("a-tooltip"), k = q("HbLibFormItemFilterModal");
|
|
417
|
+
return o(), S(J, null, [
|
|
418
|
+
x(tt, {
|
|
419
419
|
name: "form-collapse",
|
|
420
|
-
onEnter:
|
|
421
|
-
onAfterEnter:
|
|
420
|
+
onEnter: w,
|
|
421
|
+
onAfterEnter: $,
|
|
422
422
|
onLeave: E,
|
|
423
423
|
onAfterLeave: I
|
|
424
424
|
}, {
|
|
@@ -426,117 +426,117 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
426
426
|
re(y("div", {
|
|
427
427
|
class: V([n(m).b(), "hb-lib-list-page-form-box hb-form-item-ui"])
|
|
428
428
|
}, [
|
|
429
|
-
|
|
429
|
+
x(n(Ue), X(F.$attrs, {
|
|
430
430
|
model: e.formData,
|
|
431
431
|
ref_key: "formRef",
|
|
432
|
-
ref:
|
|
432
|
+
ref: d,
|
|
433
433
|
class: ["hb-lib-form--container", c.value == "show" ? "" : "hide"]
|
|
434
434
|
}), {
|
|
435
435
|
default: s(() => [
|
|
436
|
-
(
|
|
436
|
+
(o(!0), S(J, null, ae(t.value, (u, j) => (o(), R(n(Ee), X({
|
|
437
437
|
key: j,
|
|
438
438
|
ref_for: !0
|
|
439
|
-
},
|
|
440
|
-
name:
|
|
441
|
-
class:
|
|
439
|
+
}, u, {
|
|
440
|
+
name: u.key,
|
|
441
|
+
class: u.isUnNeedBorder ? "hb-lib-form-item-border--unneed" : ""
|
|
442
442
|
}), Ge({
|
|
443
443
|
default: s(() => [
|
|
444
|
-
|
|
444
|
+
u.type === "slot" ? Y(F.$slots, u.key, {
|
|
445
445
|
key: 0,
|
|
446
446
|
formData: e.formData,
|
|
447
|
-
item:
|
|
448
|
-
}, void 0, !0) :
|
|
449
|
-
|
|
447
|
+
item: u
|
|
448
|
+
}, void 0, !0) : N("", !0),
|
|
449
|
+
u.type === "mixin" ? Y(F.$slots, u.key, {
|
|
450
450
|
key: 1,
|
|
451
451
|
formData: e.formData,
|
|
452
|
-
item:
|
|
453
|
-
}, void 0, !0) :
|
|
454
|
-
|
|
452
|
+
item: u
|
|
453
|
+
}, void 0, !0) : N("", !0),
|
|
454
|
+
u.type === "input" ? (o(), R(n(Ve), X({
|
|
455
455
|
key: 2,
|
|
456
|
-
value: e.formData[
|
|
457
|
-
"onUpdate:value": (
|
|
458
|
-
}, { ref_for: !0 },
|
|
459
|
-
|
|
456
|
+
value: e.formData[u.key],
|
|
457
|
+
"onUpdate:value": (z) => e.formData[u.key] = z
|
|
458
|
+
}, { ref_for: !0 }, u.attrs), null, 16, ["value", "onUpdate:value"])) : N("", !0),
|
|
459
|
+
u.type === "select" ? (o(), R(n(Fe), X({
|
|
460
460
|
key: 3,
|
|
461
|
-
value: e.formData[
|
|
462
|
-
"onUpdate:value": (
|
|
463
|
-
}, { ref_for: !0 },
|
|
461
|
+
value: e.formData[u.key],
|
|
462
|
+
"onUpdate:value": (z) => e.formData[u.key] = z
|
|
463
|
+
}, { ref_for: !0 }, u.attrs), {
|
|
464
464
|
default: s(() => [
|
|
465
|
-
(
|
|
465
|
+
(o(!0), S(J, null, ae(u.options, (z, le) => (o(), R(n(Te), {
|
|
466
466
|
key: le,
|
|
467
|
-
value:
|
|
467
|
+
value: z.value
|
|
468
468
|
}, {
|
|
469
469
|
default: s(() => [
|
|
470
|
-
O(L(
|
|
470
|
+
O(L(z.label), 1)
|
|
471
471
|
]),
|
|
472
472
|
_: 2
|
|
473
473
|
}, 1032, ["value"]))), 128))
|
|
474
474
|
]),
|
|
475
475
|
_: 2
|
|
476
|
-
}, 1040, ["value", "onUpdate:value"])) :
|
|
477
|
-
|
|
476
|
+
}, 1040, ["value", "onUpdate:value"])) : N("", !0),
|
|
477
|
+
u.type === "checkbox" ? (o(), R(n(ze), X({
|
|
478
478
|
key: 4,
|
|
479
|
-
value: e.formData[
|
|
480
|
-
"onUpdate:value": (
|
|
481
|
-
}, { ref_for: !0 },
|
|
479
|
+
value: e.formData[u.key],
|
|
480
|
+
"onUpdate:value": (z) => e.formData[u.key] = z
|
|
481
|
+
}, { ref_for: !0 }, u.attrs), {
|
|
482
482
|
default: s(() => [
|
|
483
|
-
(
|
|
483
|
+
(o(!0), S(J, null, ae(u.options, (z, le) => (o(), R(n(pe), {
|
|
484
484
|
key: le,
|
|
485
|
-
value:
|
|
485
|
+
value: z.value
|
|
486
486
|
}, {
|
|
487
487
|
default: s(() => [
|
|
488
|
-
O(L(
|
|
488
|
+
O(L(z.label), 1)
|
|
489
489
|
]),
|
|
490
490
|
_: 2
|
|
491
491
|
}, 1032, ["value"]))), 128))
|
|
492
492
|
]),
|
|
493
493
|
_: 2
|
|
494
|
-
}, 1040, ["value", "onUpdate:value"])) :
|
|
495
|
-
|
|
494
|
+
}, 1040, ["value", "onUpdate:value"])) : N("", !0),
|
|
495
|
+
u.type === "date-picker" ? (o(), R(n(Ne), X({
|
|
496
496
|
key: 5,
|
|
497
|
-
value: e.formData[
|
|
498
|
-
"onUpdate:value": (
|
|
499
|
-
}, { ref_for: !0 },
|
|
500
|
-
|
|
497
|
+
value: e.formData[u.key],
|
|
498
|
+
"onUpdate:value": (z) => e.formData[u.key] = z
|
|
499
|
+
}, { ref_for: !0 }, u.attrs), null, 16, ["value", "onUpdate:value"])) : N("", !0),
|
|
500
|
+
u.type === "input-number" ? (o(), R(n(Pe), X({
|
|
501
501
|
key: 6,
|
|
502
|
-
value: e.formData[
|
|
503
|
-
"onUpdate:value": (
|
|
504
|
-
}, { ref_for: !0 },
|
|
505
|
-
|
|
502
|
+
value: e.formData[u.key],
|
|
503
|
+
"onUpdate:value": (z) => e.formData[u.key] = z
|
|
504
|
+
}, { ref_for: !0 }, u.attrs), null, 16, ["value", "onUpdate:value"])) : N("", !0),
|
|
505
|
+
u.type === "radio" ? (o(), R(n(Re), X({
|
|
506
506
|
key: 7,
|
|
507
|
-
value: e.formData[
|
|
508
|
-
"onUpdate:value": (
|
|
509
|
-
}, { ref_for: !0 },
|
|
507
|
+
value: e.formData[u.key],
|
|
508
|
+
"onUpdate:value": (z) => e.formData[u.key] = z
|
|
509
|
+
}, { ref_for: !0 }, u.attrs), {
|
|
510
510
|
default: s(() => [
|
|
511
|
-
(
|
|
511
|
+
(o(!0), S(J, null, ae(u.options, (z, le) => (o(), R(n(Be), {
|
|
512
512
|
key: le,
|
|
513
|
-
value:
|
|
513
|
+
value: z.value
|
|
514
514
|
}, {
|
|
515
515
|
default: s(() => [
|
|
516
|
-
O(L(
|
|
516
|
+
O(L(z.label), 1)
|
|
517
517
|
]),
|
|
518
518
|
_: 2
|
|
519
519
|
}, 1032, ["value"]))), 128))
|
|
520
520
|
]),
|
|
521
521
|
_: 2
|
|
522
|
-
}, 1040, ["value", "onUpdate:value"])) :
|
|
523
|
-
|
|
522
|
+
}, 1040, ["value", "onUpdate:value"])) : N("", !0),
|
|
523
|
+
u.type === "switch" ? (o(), R(n(Oe), X({
|
|
524
524
|
key: 8,
|
|
525
|
-
checked: e.formData[
|
|
526
|
-
"onUpdate:checked": (
|
|
527
|
-
}, { ref_for: !0 },
|
|
525
|
+
checked: e.formData[u.key],
|
|
526
|
+
"onUpdate:checked": (z) => e.formData[u.key] = z
|
|
527
|
+
}, { ref_for: !0 }, u.attrs), null, 16, ["checked", "onUpdate:checked"])) : N("", !0)
|
|
528
528
|
]),
|
|
529
529
|
_: 2
|
|
530
530
|
}, [
|
|
531
|
-
|
|
531
|
+
u.tooltip ? {
|
|
532
532
|
name: "label",
|
|
533
533
|
fn: s(() => [
|
|
534
|
-
O(L(
|
|
535
|
-
|
|
536
|
-
title:
|
|
534
|
+
O(L(u.label) + " ", 1),
|
|
535
|
+
x(n(we), {
|
|
536
|
+
title: u.tooltip
|
|
537
537
|
}, {
|
|
538
538
|
default: s(() => [
|
|
539
|
-
|
|
539
|
+
x(n(bt), { style: { "margin-left": "4px", color: "#1890ff" } })
|
|
540
540
|
]),
|
|
541
541
|
_: 1
|
|
542
542
|
}, 8, ["title"])
|
|
@@ -544,30 +544,30 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
544
544
|
key: "0"
|
|
545
545
|
} : void 0
|
|
546
546
|
]), 1040, ["name", "class"]))), 128)),
|
|
547
|
-
y("section",
|
|
548
|
-
|
|
547
|
+
y("section", xt, [
|
|
548
|
+
x(a, {
|
|
549
549
|
type: "primary",
|
|
550
550
|
onClick: v,
|
|
551
551
|
class: "hb_list_page_button"
|
|
552
552
|
}, {
|
|
553
553
|
icon: s(() => [
|
|
554
|
-
|
|
554
|
+
x(n(Ie))
|
|
555
555
|
]),
|
|
556
556
|
default: s(() => [
|
|
557
557
|
O(" " + L(F.$t("hbLibComp.hbListPageAct.query")), 1)
|
|
558
558
|
]),
|
|
559
559
|
_: 1
|
|
560
560
|
}),
|
|
561
|
-
|
|
561
|
+
x(a, {
|
|
562
562
|
type: "link",
|
|
563
|
-
onClick:
|
|
563
|
+
onClick: B
|
|
564
564
|
}, {
|
|
565
565
|
default: s(() => [
|
|
566
566
|
O(L(F.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
567
567
|
]),
|
|
568
568
|
_: 1
|
|
569
569
|
}),
|
|
570
|
-
e.needFilter ? (
|
|
570
|
+
e.needFilter ? (o(), R(f, {
|
|
571
571
|
key: 0,
|
|
572
572
|
title: F.$t("hbLibComp.hbListPageAct.selfDefine")
|
|
573
573
|
}, {
|
|
@@ -595,13 +595,13 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
595
595
|
])])
|
|
596
596
|
]),
|
|
597
597
|
_: 1
|
|
598
|
-
}, 8, ["title"])) :
|
|
598
|
+
}, 8, ["title"])) : N("", !0),
|
|
599
599
|
Y(F.$slots, "formBtns", {}, void 0, !0)
|
|
600
600
|
])
|
|
601
601
|
]),
|
|
602
602
|
_: 3
|
|
603
603
|
}, 16, ["model", "class"]),
|
|
604
|
-
e.needFooter ? (
|
|
604
|
+
e.needFooter ? (o(), S("div", {
|
|
605
605
|
key: 0,
|
|
606
606
|
class: V(n(m).e("footer"))
|
|
607
607
|
}, [
|
|
@@ -615,18 +615,18 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
615
615
|
}, [
|
|
616
616
|
c.value == "show" ? Y(F.$slots, "form-footer-right", {
|
|
617
617
|
key: 0,
|
|
618
|
-
formRef:
|
|
618
|
+
formRef: d.value
|
|
619
619
|
}, () => [
|
|
620
|
-
|
|
620
|
+
x(n(ue), {
|
|
621
621
|
type: "primary",
|
|
622
|
-
onClick:
|
|
622
|
+
onClick: B
|
|
623
623
|
}, {
|
|
624
624
|
default: s(() => [
|
|
625
625
|
O(L(F.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
626
626
|
]),
|
|
627
627
|
_: 1
|
|
628
628
|
}),
|
|
629
|
-
|
|
629
|
+
x(n(ue), {
|
|
630
630
|
type: "primary",
|
|
631
631
|
onClick: v
|
|
632
632
|
}, {
|
|
@@ -635,8 +635,8 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
635
635
|
]),
|
|
636
636
|
_: 1
|
|
637
637
|
})
|
|
638
|
-
], !0) :
|
|
639
|
-
|
|
638
|
+
], !0) : N("", !0),
|
|
639
|
+
x(n(ue), {
|
|
640
640
|
type: "primary",
|
|
641
641
|
onClick: g
|
|
642
642
|
}, {
|
|
@@ -646,14 +646,14 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
646
646
|
_: 1
|
|
647
647
|
})
|
|
648
648
|
], 2)
|
|
649
|
-
], 2)) :
|
|
649
|
+
], 2)) : N("", !0)
|
|
650
650
|
], 2), [
|
|
651
651
|
[lt, e.isFormExpanded]
|
|
652
652
|
])
|
|
653
653
|
]),
|
|
654
654
|
_: 3
|
|
655
655
|
}),
|
|
656
|
-
|
|
656
|
+
x(k, {
|
|
657
657
|
list: t.value,
|
|
658
658
|
ref_key: "HbSfCmRef",
|
|
659
659
|
ref: A,
|
|
@@ -672,7 +672,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
672
672
|
"p-id": "22885",
|
|
673
673
|
width: "200",
|
|
674
674
|
height: "200"
|
|
675
|
-
},
|
|
675
|
+
}, Bt = {
|
|
676
676
|
key: 1,
|
|
677
677
|
t: "1757915360496",
|
|
678
678
|
class: "icon",
|
|
@@ -682,39 +682,39 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
682
682
|
"p-id": "23904",
|
|
683
683
|
width: "200",
|
|
684
684
|
height: "200"
|
|
685
|
-
},
|
|
685
|
+
}, Rt = /* @__PURE__ */ ee({
|
|
686
686
|
name: "HbLibListPageAct",
|
|
687
687
|
__name: "HbListPageAct",
|
|
688
688
|
props: {
|
|
689
689
|
isShowFullScreen: { type: Boolean, default: !0 }
|
|
690
690
|
},
|
|
691
691
|
setup(e) {
|
|
692
|
-
const
|
|
693
|
-
const
|
|
694
|
-
let c = localStorage.getItem("BreadCrumb") || "[]", t =
|
|
692
|
+
const b = $e("HB_LIST_PAGE_CONTAINER"), { isFullscreen: r, toggle: i } = yt(b.PageContainerRef), T = P(""), m = () => {
|
|
693
|
+
const h = Ze();
|
|
694
|
+
let c = localStorage.getItem("BreadCrumb") || "[]", t = h?.path;
|
|
695
695
|
if (c !== "[]") {
|
|
696
|
-
let
|
|
697
|
-
|
|
696
|
+
let d = JSON.parse(c).find((v) => v.value === t);
|
|
697
|
+
d && (T.value = d.label.replace(/-/g, " / "));
|
|
698
698
|
}
|
|
699
699
|
};
|
|
700
700
|
return Me(() => {
|
|
701
701
|
m();
|
|
702
|
-
}), (
|
|
702
|
+
}), (h, c) => {
|
|
703
703
|
const t = q("a-tooltip");
|
|
704
|
-
return
|
|
705
|
-
y("aside", At, L(
|
|
704
|
+
return o(), S("section", Ht, [
|
|
705
|
+
y("aside", At, L(T.value), 1),
|
|
706
706
|
y("aside", Dt, [
|
|
707
|
-
|
|
708
|
-
title: n(r) ? `${
|
|
707
|
+
x(t, {
|
|
708
|
+
title: n(r) ? `${h.$t("hbLibComp.hbListPageAct.exitFullScreen")}` : `${h.$t("hbLibComp.hbListPageAct.fullScreen")}`,
|
|
709
709
|
placement: "leftTop"
|
|
710
710
|
}, {
|
|
711
711
|
default: s(() => [
|
|
712
712
|
y("span", {
|
|
713
713
|
class: "hb-lib-list-page-act-svg",
|
|
714
714
|
onClick: c[0] || (c[0] = //@ts-ignore
|
|
715
|
-
(...
|
|
715
|
+
(...d) => n(i) && n(i)(...d))
|
|
716
716
|
}, [
|
|
717
|
-
n(r) ? (
|
|
717
|
+
n(r) ? (o(), S("svg", Bt, [...c[2] || (c[2] = [
|
|
718
718
|
y("path", {
|
|
719
719
|
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",
|
|
720
720
|
fill: "#ff5000",
|
|
@@ -730,7 +730,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
730
730
|
fill: "#ff5000",
|
|
731
731
|
"p-id": "23907"
|
|
732
732
|
}, null, -1)
|
|
733
|
-
])])) : (
|
|
733
|
+
])])) : (o(), S("svg", Ot, [...c[1] || (c[1] = [
|
|
734
734
|
y("path", {
|
|
735
735
|
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",
|
|
736
736
|
fill: "#ff5000",
|
|
@@ -741,12 +741,12 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
741
741
|
]),
|
|
742
742
|
_: 1
|
|
743
743
|
}, 8, ["title"]),
|
|
744
|
-
Y(
|
|
744
|
+
Y(h.$slots, "listAct", {}, void 0, !0)
|
|
745
745
|
])
|
|
746
746
|
]);
|
|
747
747
|
};
|
|
748
748
|
}
|
|
749
|
-
}), Pt = /* @__PURE__ */ oe(
|
|
749
|
+
}), Pt = /* @__PURE__ */ oe(Rt, [["__scopeId", "data-v-a7ddfc50"]]), Nt = te(Pt), zt = { class: "hb-lib-list-btns-box" }, Vt = { class: "hb-lib-list-btns-left" }, Et = { class: "hb-lib-list-btns-right" }, Ut = /* @__PURE__ */ ee({
|
|
750
750
|
name: "HbLibListBtnsAct",
|
|
751
751
|
__name: "HbListBtns",
|
|
752
752
|
props: {
|
|
@@ -754,23 +754,23 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
754
754
|
needOpenOrClose: { type: Boolean, default: !0 }
|
|
755
755
|
},
|
|
756
756
|
emits: ["handleOpenOrClose", "handleReload"],
|
|
757
|
-
setup(e, { emit:
|
|
758
|
-
const r =
|
|
757
|
+
setup(e, { emit: b }) {
|
|
758
|
+
const r = b, i = P(!0), T = () => {
|
|
759
759
|
i.value = !i.value, r("handleOpenOrClose", i.value);
|
|
760
760
|
}, m = () => {
|
|
761
761
|
r("handleReload");
|
|
762
762
|
};
|
|
763
763
|
return Me(() => {
|
|
764
|
-
}), (
|
|
764
|
+
}), (h, c) => {
|
|
765
765
|
const t = q("a-tooltip");
|
|
766
|
-
return
|
|
766
|
+
return o(), S("section", zt, [
|
|
767
767
|
y("aside", Vt, [
|
|
768
|
-
Y(
|
|
768
|
+
Y(h.$slots, "btnsLeft", {}, void 0, !0)
|
|
769
769
|
]),
|
|
770
770
|
y("aside", Et, [
|
|
771
|
-
e.needReload ? (
|
|
771
|
+
e.needReload ? (o(), R(t, {
|
|
772
772
|
key: 0,
|
|
773
|
-
title:
|
|
773
|
+
title: h.$t("hbLibComp.hbListBtnsAct.reload")
|
|
774
774
|
}, {
|
|
775
775
|
default: s(() => [
|
|
776
776
|
y("span", {
|
|
@@ -796,55 +796,55 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
796
796
|
])])
|
|
797
797
|
]),
|
|
798
798
|
_: 1
|
|
799
|
-
}, 8, ["title"])) :
|
|
800
|
-
e.needOpenOrClose ? (
|
|
799
|
+
}, 8, ["title"])) : N("", !0),
|
|
800
|
+
e.needOpenOrClose ? (o(), R(t, {
|
|
801
801
|
key: 1,
|
|
802
|
-
title: i.value ? `${
|
|
802
|
+
title: i.value ? `${h.$t("hbLibComp.hbListBtnsAct.close")}` : `${h.$t("hbLibComp.hbListBtnsAct.open")}`
|
|
803
803
|
}, {
|
|
804
804
|
default: s(() => [
|
|
805
805
|
y("span", {
|
|
806
806
|
class: "hb-lib-list-btns-act-open hb-lib-list-btns-item",
|
|
807
|
-
onClick:
|
|
807
|
+
onClick: T
|
|
808
808
|
}, [
|
|
809
|
-
i.value ? (
|
|
809
|
+
i.value ? (o(), R(n(ht), {
|
|
810
810
|
key: 0,
|
|
811
811
|
style: { "font-size": "21px", color: "#ff5000" }
|
|
812
|
-
})) : (
|
|
812
|
+
})) : (o(), R(n(ft), {
|
|
813
813
|
key: 1,
|
|
814
814
|
style: { "font-size": "21px", color: "#ff5000" }
|
|
815
815
|
}))
|
|
816
816
|
])
|
|
817
817
|
]),
|
|
818
818
|
_: 1
|
|
819
|
-
}, 8, ["title"])) :
|
|
820
|
-
Y(
|
|
819
|
+
}, 8, ["title"])) : N("", !0),
|
|
820
|
+
Y(h.$slots, "btnsRight", {}, void 0, !0)
|
|
821
821
|
])
|
|
822
822
|
]);
|
|
823
823
|
};
|
|
824
824
|
}
|
|
825
825
|
}), Yt = /* @__PURE__ */ oe(Ut, [["__scopeId", "data-v-da13672b"]]), jt = te(Yt), qt = (e = {}) => {
|
|
826
|
-
const { formRef:
|
|
827
|
-
let m = null,
|
|
826
|
+
const { formRef: b, offsetBottom: r = 50, minHeight: i = 300 } = e, T = P(0);
|
|
827
|
+
let m = null, h = null, c = null, t = null, d = null;
|
|
828
828
|
const v = () => {
|
|
829
|
-
|
|
829
|
+
d && clearTimeout(d), d = setTimeout(() => {
|
|
830
830
|
requestAnimationFrame(() => {
|
|
831
831
|
be(() => {
|
|
832
|
-
const
|
|
833
|
-
if (
|
|
834
|
-
const I =
|
|
835
|
-
let
|
|
836
|
-
|
|
832
|
+
const $ = document.querySelector(".ant-table"), E = document.querySelector(".ant-pagination");
|
|
833
|
+
if ($) {
|
|
834
|
+
const I = $.getBoundingClientRect().top, F = window.innerHeight, a = (E ? E.offsetHeight + 20 : 40) + r;
|
|
835
|
+
let f = F - I - a;
|
|
836
|
+
f < i && (f = i), T.value = f;
|
|
837
837
|
}
|
|
838
838
|
});
|
|
839
839
|
});
|
|
840
840
|
}, 100);
|
|
841
|
-
},
|
|
842
|
-
const
|
|
843
|
-
if (
|
|
841
|
+
}, B = () => {
|
|
842
|
+
const $ = document.querySelector(".ant-pagination");
|
|
843
|
+
if ($) {
|
|
844
844
|
const E = new MutationObserver(() => {
|
|
845
845
|
v();
|
|
846
846
|
});
|
|
847
|
-
return E.observe(
|
|
847
|
+
return E.observe($, {
|
|
848
848
|
childList: !0,
|
|
849
849
|
subtree: !0,
|
|
850
850
|
attributes: !0,
|
|
@@ -853,19 +853,19 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
853
853
|
}
|
|
854
854
|
return null;
|
|
855
855
|
}, A = () => {
|
|
856
|
-
const
|
|
857
|
-
|
|
856
|
+
const $ = document.querySelector(".hb-lib-list-page-form-box");
|
|
857
|
+
$ && (m = new ResizeObserver(() => {
|
|
858
858
|
document.querySelectorAll(".ant-tooltip").forEach((I) => {
|
|
859
859
|
I.style.display = "none";
|
|
860
860
|
}), v();
|
|
861
|
-
}), m.observe(
|
|
861
|
+
}), m.observe($));
|
|
862
862
|
}, G = () => {
|
|
863
|
-
const
|
|
864
|
-
|
|
863
|
+
const $ = document.querySelector(".hb-lib-list-page-form-box");
|
|
864
|
+
$ && (c = new MutationObserver(() => {
|
|
865
865
|
setTimeout(() => {
|
|
866
866
|
v();
|
|
867
867
|
}, 100);
|
|
868
|
-
}), c.observe(
|
|
868
|
+
}), c.observe($, {
|
|
869
869
|
childList: !0,
|
|
870
870
|
subtree: !0,
|
|
871
871
|
attributes: !0,
|
|
@@ -877,13 +877,13 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
877
877
|
}, 100);
|
|
878
878
|
}, g = () => {
|
|
879
879
|
window.addEventListener("resize", p), be(() => {
|
|
880
|
-
A(), G(),
|
|
880
|
+
A(), G(), h = B();
|
|
881
881
|
});
|
|
882
|
-
},
|
|
883
|
-
window.removeEventListener("resize", p), m && m.disconnect(), c && c.disconnect(),
|
|
882
|
+
}, w = () => {
|
|
883
|
+
window.removeEventListener("resize", p), m && m.disconnect(), c && c.disconnect(), h && h.disconnect(), t && clearTimeout(t), d && clearTimeout(d);
|
|
884
884
|
};
|
|
885
|
-
return
|
|
886
|
-
() =>
|
|
885
|
+
return b && se(
|
|
886
|
+
() => b,
|
|
887
887
|
() => {
|
|
888
888
|
setTimeout(() => {
|
|
889
889
|
v();
|
|
@@ -893,9 +893,9 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
893
893
|
), Me(() => {
|
|
894
894
|
v(), g();
|
|
895
895
|
}), ot(() => {
|
|
896
|
-
|
|
896
|
+
w();
|
|
897
897
|
}), {
|
|
898
|
-
tableHeight:
|
|
898
|
+
tableHeight: T,
|
|
899
899
|
calTableHeight: v
|
|
900
900
|
};
|
|
901
901
|
}, Kt = /* @__PURE__ */ ee({
|
|
@@ -904,35 +904,35 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
904
904
|
props: {
|
|
905
905
|
tableHeight: { default: 400 },
|
|
906
906
|
tabelData: { default: () => [] },
|
|
907
|
-
offsetBottom: {},
|
|
907
|
+
offsetBottom: { default: 20 },
|
|
908
908
|
minHeight: {}
|
|
909
909
|
},
|
|
910
910
|
setup(e) {
|
|
911
|
-
const
|
|
912
|
-
offsetBottom:
|
|
911
|
+
const b = e, r = at("PageContainerRef"), { calTableHeight: i, tableHeight: T } = qt({
|
|
912
|
+
offsetBottom: b.offsetBottom || 20,
|
|
913
913
|
// 底部预留空间
|
|
914
|
-
minHeight:
|
|
914
|
+
minHeight: b.minHeight || 300
|
|
915
915
|
// table最小高度 请勿随便修改!!
|
|
916
|
-
}), m = K(() =>
|
|
916
|
+
}), m = K(() => T.value);
|
|
917
917
|
return nt("HB_LIST_PAGE_CONTAINER", {
|
|
918
918
|
PageContainerRef: r,
|
|
919
919
|
// 通过函数访问,
|
|
920
|
-
tableHeight:
|
|
920
|
+
tableHeight: T,
|
|
921
921
|
calTableHeight: i
|
|
922
|
-
}), (
|
|
922
|
+
}), (h, c) => (o(), S("section", {
|
|
923
923
|
class: "hb-lib-list-page-container",
|
|
924
924
|
ref_key: "PageContainerRef",
|
|
925
925
|
ref: r
|
|
926
926
|
}, [
|
|
927
|
-
Y(
|
|
927
|
+
Y(h.$slots, "header"),
|
|
928
928
|
y("section", {
|
|
929
929
|
class: "list-page-box",
|
|
930
930
|
style: me({
|
|
931
|
-
"--hb-list-table-height": m.value -
|
|
932
|
-
"--hb-list-ttable-height": e.tabelData.length ? "" : m.value -
|
|
931
|
+
"--hb-list-table-height": m.value - b.offsetBottom + "px",
|
|
932
|
+
"--hb-list-ttable-height": e.tabelData.length ? "" : m.value - b.offsetBottom + "px"
|
|
933
933
|
})
|
|
934
934
|
}, [
|
|
935
|
-
Y(
|
|
935
|
+
Y(h.$slots, "default")
|
|
936
936
|
], 4)
|
|
937
937
|
], 512));
|
|
938
938
|
}
|
|
@@ -968,18 +968,18 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
968
968
|
valueModifiers: {}
|
|
969
969
|
}),
|
|
970
970
|
emits: /* @__PURE__ */ ke(["update:value", "update:searchValue", "change", "confirm", "cancel", "search"], ["update:value"]),
|
|
971
|
-
setup(e, { emit:
|
|
972
|
-
const r = e, i =
|
|
973
|
-
if (r.remoteSearch || !
|
|
974
|
-
const l =
|
|
975
|
-
return r.options.filter((
|
|
976
|
-
}), v = K(() => r.prefix ? `${r.prefix.length * 14 + 8}px` : "0px"),
|
|
977
|
-
if (
|
|
978
|
-
const l =
|
|
979
|
-
return l > 0 && l <
|
|
971
|
+
setup(e, { emit: b }) {
|
|
972
|
+
const r = e, i = b, T = Qe(e, "value"), m = P(!1), h = P(""), c = P([]), t = P(), d = K(() => {
|
|
973
|
+
if (r.remoteSearch || !h.value) return r.options;
|
|
974
|
+
const l = h.value.toLowerCase();
|
|
975
|
+
return r.options.filter((a) => a.label.toLowerCase().includes(l) || a.description?.toLowerCase().includes(l));
|
|
976
|
+
}), v = K(() => r.prefix ? `${r.prefix.length * 14 + 8}px` : "0px"), B = K(() => d.value.length === 0 ? !1 : d.value.every((l) => c.value.includes(l.value))), A = K(() => {
|
|
977
|
+
if (d.value.length === 0) return !1;
|
|
978
|
+
const l = d.value.filter((a) => c.value.includes(a.value)).length;
|
|
979
|
+
return l > 0 && l < d.value.length;
|
|
980
980
|
});
|
|
981
981
|
se(
|
|
982
|
-
() =>
|
|
982
|
+
() => T.value,
|
|
983
983
|
(l) => {
|
|
984
984
|
l ? c.value = Array.isArray(l) ? [...l] : [l] : c.value = [];
|
|
985
985
|
},
|
|
@@ -987,51 +987,51 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
987
987
|
), se(
|
|
988
988
|
() => r.searchValue,
|
|
989
989
|
(l) => {
|
|
990
|
-
r.remoteSearch && l !== void 0 && (
|
|
990
|
+
r.remoteSearch && l !== void 0 && (h.value = l);
|
|
991
991
|
},
|
|
992
992
|
{ immediate: !0 }
|
|
993
993
|
);
|
|
994
994
|
const G = (l) => {
|
|
995
|
-
l && (m.value = l, p.value = [...c.value],
|
|
995
|
+
l && (m.value = l, p.value = [...c.value], h.value = "", setTimeout(() => {
|
|
996
996
|
if (t.value) {
|
|
997
|
-
const
|
|
998
|
-
|
|
997
|
+
const a = t.value.input || t.value.$el?.querySelector("input");
|
|
998
|
+
a && a.focus();
|
|
999
999
|
}
|
|
1000
1000
|
}, 100));
|
|
1001
1001
|
}, p = P([]), g = () => {
|
|
1002
1002
|
c.value = [...p.value], m.value = !1, i("cancel");
|
|
1003
|
-
},
|
|
1004
|
-
const l = r.multiple ? c.value : c.value[0] || "",
|
|
1005
|
-
|
|
1003
|
+
}, w = P([]), $ = () => {
|
|
1004
|
+
const l = r.multiple ? c.value : c.value[0] || "", a = r.options.filter((f) => c.value.includes(f.value));
|
|
1005
|
+
w.value = a, console.log(l, a), p.value = [...c.value], T.value = l, i("update:value", l), i("change", l, a), i("confirm", l, a), m.value = !1;
|
|
1006
1006
|
}, E = Ct((l) => {
|
|
1007
|
-
const
|
|
1008
|
-
r.remoteSearch && (i("search",
|
|
1007
|
+
const a = l !== void 0 ? l : h.value;
|
|
1008
|
+
r.remoteSearch && (i("search", a), i("update:searchValue", a));
|
|
1009
1009
|
}, 300), I = (l) => {
|
|
1010
1010
|
if (r.multiple) {
|
|
1011
|
-
const
|
|
1012
|
-
|
|
1011
|
+
const a = new Set(c.value);
|
|
1012
|
+
a.has(l.value) ? a.delete(l.value) : a.add(l.value), c.value = Array.from(a);
|
|
1013
1013
|
} else
|
|
1014
|
-
c.value = [l.value],
|
|
1014
|
+
c.value = [l.value], $();
|
|
1015
1015
|
}, F = (l) => {
|
|
1016
1016
|
if (l.target.checked) {
|
|
1017
|
-
const
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
}), c.value = Array.from(
|
|
1017
|
+
const f = new Set(c.value);
|
|
1018
|
+
d.value.forEach((k) => {
|
|
1019
|
+
f.add(k.value);
|
|
1020
|
+
}), c.value = Array.from(f);
|
|
1021
1021
|
} else {
|
|
1022
|
-
const
|
|
1023
|
-
c.value = c.value.filter((k) => !
|
|
1022
|
+
const f = new Set(d.value.map((k) => k.value));
|
|
1023
|
+
c.value = c.value.filter((k) => !f.has(k));
|
|
1024
1024
|
}
|
|
1025
1025
|
};
|
|
1026
|
-
return (l,
|
|
1027
|
-
const
|
|
1028
|
-
return
|
|
1026
|
+
return (l, a) => {
|
|
1027
|
+
const f = q("a-tag"), k = q("a-input"), u = q("a-checkbox"), j = q("a-radio"), z = q("a-button"), le = q("a-select");
|
|
1028
|
+
return o(), S("div", X({
|
|
1029
1029
|
class: "hb-lib-selector-wrapper",
|
|
1030
1030
|
style: { "--prefix-width": v.value }
|
|
1031
1031
|
}, l.$attrs), [
|
|
1032
|
-
|
|
1033
|
-
value:
|
|
1034
|
-
"onUpdate:value":
|
|
1032
|
+
x(le, {
|
|
1033
|
+
value: T.value,
|
|
1034
|
+
"onUpdate:value": a[5] || (a[5] = (Q) => T.value = Q),
|
|
1035
1035
|
mode: e.multiple ? "multiple" : void 0,
|
|
1036
1036
|
placeholder: e.placeholder,
|
|
1037
1037
|
"show-search": !0,
|
|
@@ -1039,7 +1039,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1039
1039
|
open: m.value,
|
|
1040
1040
|
allowClear: "",
|
|
1041
1041
|
maxTagCount: e.maxTagCount,
|
|
1042
|
-
options:
|
|
1042
|
+
options: d.value,
|
|
1043
1043
|
onDropdownVisibleChange: G,
|
|
1044
1044
|
onSearch: n(E),
|
|
1045
1045
|
"max-tag-text-length": e.tagTextLength,
|
|
@@ -1048,13 +1048,13 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1048
1048
|
style: { width: "100%" }
|
|
1049
1049
|
}, {
|
|
1050
1050
|
tagRender: s(({ value: Q, label: W, closable: _, option: H }) => [
|
|
1051
|
-
|
|
1051
|
+
x(f, {
|
|
1052
1052
|
class: "hb-lib-search-tag",
|
|
1053
|
-
onClick:
|
|
1053
|
+
onClick: a[0] || (a[0] = () => G(!0))
|
|
1054
1054
|
}, {
|
|
1055
1055
|
default: s(() => [
|
|
1056
1056
|
y("span", Jt, L(W), 1),
|
|
1057
|
-
H?.description ? (
|
|
1057
|
+
H?.description ? (o(), S("span", Gt, " (" + L(H.description) + ") ", 1)) : N("", !0)
|
|
1058
1058
|
]),
|
|
1059
1059
|
_: 2
|
|
1060
1060
|
}, 1024)
|
|
@@ -1062,39 +1062,39 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1062
1062
|
dropdownRender: s(({ menuNode: Q }) => [
|
|
1063
1063
|
y("div", Qt, [
|
|
1064
1064
|
y("div", Zt, [
|
|
1065
|
-
|
|
1065
|
+
x(k, {
|
|
1066
1066
|
ref_key: "searchInputRef",
|
|
1067
1067
|
ref: t,
|
|
1068
1068
|
class: "hb-lib-selector-search-input",
|
|
1069
|
-
value:
|
|
1070
|
-
"onUpdate:value":
|
|
1069
|
+
value: h.value,
|
|
1070
|
+
"onUpdate:value": a[1] || (a[1] = (W) => h.value = W),
|
|
1071
1071
|
placeholder: "请输入关键词搜索",
|
|
1072
1072
|
"allow-clear": "",
|
|
1073
|
-
onInput:
|
|
1073
|
+
onInput: a[2] || (a[2] = (W) => n(E)(W.target.value))
|
|
1074
1074
|
}, {
|
|
1075
1075
|
prefix: s(() => [
|
|
1076
|
-
|
|
1076
|
+
x(n(Ie))
|
|
1077
1077
|
]),
|
|
1078
1078
|
_: 1
|
|
1079
1079
|
}, 8, ["value"])
|
|
1080
1080
|
]),
|
|
1081
1081
|
y("div", Xt, [
|
|
1082
|
-
(
|
|
1082
|
+
(o(!0), S(J, null, ae(d.value, (W) => (o(), S("div", {
|
|
1083
1083
|
key: W.value,
|
|
1084
1084
|
class: V(["hb-lib-selector-option", { selected: c.value.includes(W.value) }]),
|
|
1085
1085
|
onClick: () => I(W)
|
|
1086
1086
|
}, [
|
|
1087
|
-
e.multiple ? (
|
|
1087
|
+
e.multiple ? (o(), R(u, {
|
|
1088
1088
|
key: 0,
|
|
1089
1089
|
checked: c.value.includes(W.value),
|
|
1090
1090
|
onChange: () => I(W),
|
|
1091
|
-
onClick:
|
|
1091
|
+
onClick: a[3] || (a[3] = _e(() => {
|
|
1092
1092
|
}, ["stop"]))
|
|
1093
|
-
}, null, 8, ["checked", "onChange"])) : (
|
|
1093
|
+
}, null, 8, ["checked", "onChange"])) : (o(), R(j, {
|
|
1094
1094
|
key: 1,
|
|
1095
1095
|
checked: c.value.includes(W.value),
|
|
1096
1096
|
onChange: () => I(W),
|
|
1097
|
-
onClick:
|
|
1097
|
+
onClick: a[4] || (a[4] = _e(() => {
|
|
1098
1098
|
}, ["stop"]))
|
|
1099
1099
|
}, null, 8, ["checked", "onChange"])),
|
|
1100
1100
|
y("div", tl, [
|
|
@@ -1102,10 +1102,10 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1102
1102
|
])
|
|
1103
1103
|
], 10, el))), 128))
|
|
1104
1104
|
]),
|
|
1105
|
-
|
|
1106
|
-
e.multiple ? (
|
|
1107
|
-
|
|
1108
|
-
checked:
|
|
1105
|
+
d.value.length === 0 ? (o(), S("div", ol, L(l.$t("hbLibComp.hbFormItemFilterModal.noData")), 1)) : N("", !0),
|
|
1106
|
+
e.multiple ? (o(), S("div", al, [
|
|
1107
|
+
x(u, {
|
|
1108
|
+
checked: B.value,
|
|
1109
1109
|
indeterminate: A.value,
|
|
1110
1110
|
onChange: F
|
|
1111
1111
|
}, {
|
|
@@ -1115,7 +1115,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1115
1115
|
_: 1
|
|
1116
1116
|
}, 8, ["checked", "indeterminate"]),
|
|
1117
1117
|
y("div", nl, [
|
|
1118
|
-
|
|
1118
|
+
x(z, {
|
|
1119
1119
|
size: "small",
|
|
1120
1120
|
onClick: g
|
|
1121
1121
|
}, {
|
|
@@ -1124,10 +1124,10 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1124
1124
|
]),
|
|
1125
1125
|
_: 1
|
|
1126
1126
|
}),
|
|
1127
|
-
|
|
1127
|
+
x(z, {
|
|
1128
1128
|
type: "primary",
|
|
1129
1129
|
size: "small",
|
|
1130
|
-
onClick:
|
|
1130
|
+
onClick: $
|
|
1131
1131
|
}, {
|
|
1132
1132
|
default: s(() => [
|
|
1133
1133
|
O(L(l.$t("hbLibComp.hbFormItemFilterModal.confirm")), 1)
|
|
@@ -1135,10 +1135,10 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1135
1135
|
_: 1
|
|
1136
1136
|
})
|
|
1137
1137
|
])
|
|
1138
|
-
])) : (
|
|
1139
|
-
|
|
1138
|
+
])) : (o(), S("div", sl, [
|
|
1139
|
+
a[6] || (a[6] = y("div", null, null, -1)),
|
|
1140
1140
|
y("div", il, [
|
|
1141
|
-
|
|
1141
|
+
x(z, {
|
|
1142
1142
|
size: "small",
|
|
1143
1143
|
onClick: g
|
|
1144
1144
|
}, {
|
|
@@ -1169,59 +1169,59 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1169
1169
|
labelKey: { default: "label" }
|
|
1170
1170
|
},
|
|
1171
1171
|
emits: ["handleConfirm", "handleCancel"],
|
|
1172
|
-
setup(e, { expose:
|
|
1173
|
-
const i = e,
|
|
1172
|
+
setup(e, { expose: b, emit: r }) {
|
|
1173
|
+
const i = e, T = r, m = P(!1), h = P(""), c = P(), t = P(), d = P([]), v = P([]), B = P(), A = Je({
|
|
1174
1174
|
searchText: "",
|
|
1175
1175
|
searchedColumn: ""
|
|
1176
|
-
}), G = K(() => i.tableData.map((
|
|
1176
|
+
}), G = K(() => i.tableData.map((f) => (f.id = f.id || Math.random(), f))), p = K(() => i.tableColumn.map((f) => (f.customFilterDropdown && (f.onFilter = (k, u) => u[f.dataIndex].toString().toLowerCase().includes(k.toLowerCase()), f.onFilterDropdownVisibleChange = (k) => {
|
|
1177
1177
|
k && setTimeout(() => {
|
|
1178
1178
|
c.value?.focus();
|
|
1179
1179
|
}, 100);
|
|
1180
|
-
}), { ...
|
|
1181
|
-
let
|
|
1180
|
+
}), { ...f }))), g = () => {
|
|
1181
|
+
let f = "";
|
|
1182
1182
|
v.value.forEach((k) => {
|
|
1183
|
-
|
|
1184
|
-
}),
|
|
1185
|
-
},
|
|
1183
|
+
f = f + k[i.labelKey] + ",";
|
|
1184
|
+
}), h.value = f.substring(0, f.length - 1), m.value = !1, T("handleConfirm", v.value);
|
|
1185
|
+
}, w = () => {
|
|
1186
1186
|
m.value = !1;
|
|
1187
|
-
},
|
|
1187
|
+
}, $ = () => {
|
|
1188
1188
|
m.value = !0, be(() => {
|
|
1189
|
-
const
|
|
1190
|
-
|
|
1189
|
+
const f = B.value?.$el?.querySelector(".ant-table-body");
|
|
1190
|
+
f && (f.scrollTop = 0);
|
|
1191
1191
|
});
|
|
1192
1192
|
}, E = () => {
|
|
1193
|
-
|
|
1193
|
+
d.value = [], v.value = [];
|
|
1194
1194
|
}, I = () => {
|
|
1195
|
-
|
|
1196
|
-
}, F = (
|
|
1197
|
-
k(), A.searchText =
|
|
1198
|
-
}, l = (
|
|
1199
|
-
|
|
1200
|
-
},
|
|
1201
|
-
|
|
1195
|
+
h.value = "", E();
|
|
1196
|
+
}, F = (f, k, u) => {
|
|
1197
|
+
k(), A.searchText = f[0], A.searchedColumn = u;
|
|
1198
|
+
}, l = (f, k) => {
|
|
1199
|
+
f({ confirm: !0 }), A.searchText = "", k();
|
|
1200
|
+
}, a = (f, k) => {
|
|
1201
|
+
d.value = f, v.value = k;
|
|
1202
1202
|
};
|
|
1203
|
-
return
|
|
1203
|
+
return b({
|
|
1204
1204
|
resetInputVal: I
|
|
1205
|
-
}), (
|
|
1206
|
-
const
|
|
1207
|
-
return
|
|
1205
|
+
}), (f, k) => {
|
|
1206
|
+
const u = q("a-input"), j = q("a-button"), z = q("a-table"), le = q("a-modal");
|
|
1207
|
+
return o(), S("div", {
|
|
1208
1208
|
class: "hb-lib-multipleSelectModal-box",
|
|
1209
1209
|
ref_key: "hbMultipSelectModalRef",
|
|
1210
1210
|
ref: t
|
|
1211
1211
|
}, [
|
|
1212
|
-
|
|
1212
|
+
x(u, {
|
|
1213
1213
|
readonly: "",
|
|
1214
|
-
onClick:
|
|
1215
|
-
value:
|
|
1216
|
-
"onUpdate:value": k[0] || (k[0] = (Q) =>
|
|
1217
|
-
placeholder:
|
|
1214
|
+
onClick: $,
|
|
1215
|
+
value: h.value,
|
|
1216
|
+
"onUpdate:value": k[0] || (k[0] = (Q) => h.value = Q),
|
|
1217
|
+
placeholder: f.$t("hbLibComp.hbMultiSelectModal.pleaseSelect")
|
|
1218
1218
|
}, {
|
|
1219
1219
|
addonAfter: s(() => [
|
|
1220
|
-
|
|
1220
|
+
x(n(pt), { onClick: $ })
|
|
1221
1221
|
]),
|
|
1222
1222
|
_: 1
|
|
1223
1223
|
}, 8, ["value", "placeholder"]),
|
|
1224
|
-
|
|
1224
|
+
x(le, {
|
|
1225
1225
|
visible: m.value,
|
|
1226
1226
|
"onUpdate:visible": k[1] || (k[1] = (Q) => m.value = Q),
|
|
1227
1227
|
title: e.modelTitle,
|
|
@@ -1229,41 +1229,41 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1229
1229
|
class: "hb-lib-multipleSelectModal-modal"
|
|
1230
1230
|
}, {
|
|
1231
1231
|
footer: s(() => [
|
|
1232
|
-
|
|
1232
|
+
x(j, { onClick: E }, {
|
|
1233
1233
|
default: s(() => [
|
|
1234
|
-
O(L(
|
|
1234
|
+
O(L(f.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
1235
1235
|
]),
|
|
1236
1236
|
_: 1
|
|
1237
1237
|
}),
|
|
1238
|
-
|
|
1238
|
+
x(j, { onClick: w }, {
|
|
1239
1239
|
default: s(() => [
|
|
1240
|
-
O(L(
|
|
1240
|
+
O(L(f.$t("hbLibComp.hbFormItemFilterModal.cancel")), 1)
|
|
1241
1241
|
]),
|
|
1242
1242
|
_: 1
|
|
1243
1243
|
}),
|
|
1244
|
-
|
|
1244
|
+
x(j, {
|
|
1245
1245
|
type: "primary",
|
|
1246
1246
|
onClick: g
|
|
1247
1247
|
}, {
|
|
1248
1248
|
default: s(() => [
|
|
1249
|
-
O(L(
|
|
1249
|
+
O(L(f.$t("hbLibComp.hbFormItemFilterModal.confirm")), 1)
|
|
1250
1250
|
]),
|
|
1251
1251
|
_: 1
|
|
1252
1252
|
})
|
|
1253
1253
|
]),
|
|
1254
1254
|
default: s(() => [
|
|
1255
|
-
|
|
1255
|
+
x(z, {
|
|
1256
1256
|
ref_key: "tableRef",
|
|
1257
|
-
ref:
|
|
1257
|
+
ref: B,
|
|
1258
1258
|
columns: p.value,
|
|
1259
1259
|
dataSource: G.value,
|
|
1260
|
-
rowSelection: { selectedRowKeys:
|
|
1260
|
+
rowSelection: { selectedRowKeys: d.value, onChange: a },
|
|
1261
1261
|
rowKey: (Q) => Q[e.tableKey],
|
|
1262
1262
|
scroll: { y: e.tableHeight }
|
|
1263
1263
|
}, {
|
|
1264
1264
|
customFilterDropdown: s(({ setSelectedKeys: Q, selectedKeys: W, confirm: _, clearFilters: H, column: C }) => [
|
|
1265
1265
|
y("div", ul, [
|
|
1266
|
-
|
|
1266
|
+
x(u, {
|
|
1267
1267
|
ref_key: "searchInput",
|
|
1268
1268
|
ref: c,
|
|
1269
1269
|
placeholder: `请输入${C.title}`,
|
|
@@ -1273,23 +1273,23 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1273
1273
|
onPressEnter: (U) => F(W, _, C.dataIndex)
|
|
1274
1274
|
}, null, 8, ["placeholder", "value", "onChange", "onPressEnter"]),
|
|
1275
1275
|
y("section", bl, [
|
|
1276
|
-
|
|
1276
|
+
x(j, {
|
|
1277
1277
|
class: "hb-lib-form-item-filter-modal-button",
|
|
1278
1278
|
type: "ghost",
|
|
1279
1279
|
onClick: (U) => l(H, _)
|
|
1280
1280
|
}, {
|
|
1281
1281
|
default: s(() => [
|
|
1282
|
-
O(L(
|
|
1282
|
+
O(L(f.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
1283
1283
|
]),
|
|
1284
1284
|
_: 1
|
|
1285
1285
|
}, 8, ["onClick"]),
|
|
1286
|
-
|
|
1286
|
+
x(j, {
|
|
1287
1287
|
type: "primary",
|
|
1288
1288
|
class: "hb-lib-form-item-filter-modal-button-confirm",
|
|
1289
1289
|
onClick: (U) => F(W, _, C.dataIndex)
|
|
1290
1290
|
}, {
|
|
1291
1291
|
default: s(() => [
|
|
1292
|
-
O(L(
|
|
1292
|
+
O(L(f.$t("hbLibComp.hbFormItemFilterModal.confirm")), 1)
|
|
1293
1293
|
]),
|
|
1294
1294
|
_: 1
|
|
1295
1295
|
}, 8, ["onClick"])
|
|
@@ -1297,21 +1297,21 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1297
1297
|
])
|
|
1298
1298
|
]),
|
|
1299
1299
|
customFilterIcon: s(({ filtered: Q }) => [
|
|
1300
|
-
|
|
1300
|
+
x(n(Ie), {
|
|
1301
1301
|
style: me({ color: Q ? "#108ee9" : void 0 })
|
|
1302
1302
|
}, null, 8, ["style"])
|
|
1303
1303
|
]),
|
|
1304
1304
|
bodyCell: s(({ text: Q, column: W }) => [
|
|
1305
|
-
A.searchText && A.searchedColumn === W.dataIndex ? (
|
|
1306
|
-
(
|
|
1307
|
-
_.toLowerCase() === A.searchText.toLowerCase() ? (
|
|
1305
|
+
A.searchText && A.searchedColumn === W.dataIndex ? (o(), S("span", hl, [
|
|
1306
|
+
(o(!0), S(J, null, ae(Q.toString().split(new RegExp(`(?<=${A.searchText})|(?=${A.searchText})`, "i")), (_, H) => (o(), S(J, null, [
|
|
1307
|
+
_.toLowerCase() === A.searchText.toLowerCase() ? (o(), S("mark", {
|
|
1308
1308
|
key: H,
|
|
1309
1309
|
class: "highlight"
|
|
1310
|
-
}, L(_), 1)) : (
|
|
1310
|
+
}, L(_), 1)) : (o(), S(J, { key: 1 }, [
|
|
1311
1311
|
O(L(_), 1)
|
|
1312
1312
|
], 64))
|
|
1313
1313
|
], 64))), 256))
|
|
1314
|
-
])) :
|
|
1314
|
+
])) : N("", !0)
|
|
1315
1315
|
]),
|
|
1316
1316
|
_: 1
|
|
1317
1317
|
}, 8, ["columns", "dataSource", "rowSelection", "rowKey", "scroll"])
|
|
@@ -1335,66 +1335,76 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1335
1335
|
record: {},
|
|
1336
1336
|
buttonDisplaysQuantity: {}
|
|
1337
1337
|
},
|
|
1338
|
-
setup(e, { expose:
|
|
1339
|
-
const r = e, { t: i } = ce(),
|
|
1338
|
+
setup(e, { expose: b }) {
|
|
1339
|
+
const r = e, { t: i } = ce(), T = P(!1), m = P(!1), h = P(null), c = K(() => r.actions.filter((g) => g.condition !== void 0 ? g.condition : !0)), t = K(() => c.value.slice(0, r.buttonDisplaysQuantity)), d = K(() => c.value.slice(r.buttonDisplaysQuantity)), v = (g) => {
|
|
1340
1340
|
g.handler && g.handler(r.record);
|
|
1341
|
-
},
|
|
1342
|
-
|
|
1341
|
+
}, B = (g) => {
|
|
1342
|
+
h.value = g, T.value = !0;
|
|
1343
1343
|
}, A = () => {
|
|
1344
|
-
if (
|
|
1344
|
+
if (h.value) {
|
|
1345
1345
|
m.value = !0;
|
|
1346
1346
|
try {
|
|
1347
|
-
v(
|
|
1347
|
+
v(h.value), m.value = !1, T.value = !1;
|
|
1348
1348
|
} catch {
|
|
1349
1349
|
m.value = !1;
|
|
1350
1350
|
}
|
|
1351
1351
|
}
|
|
1352
1352
|
}, G = () => {
|
|
1353
|
-
|
|
1354
|
-
}, p = K(() =>
|
|
1355
|
-
title:
|
|
1356
|
-
content:
|
|
1353
|
+
T.value = !1, h.value = null;
|
|
1354
|
+
}, p = K(() => h.value ? {
|
|
1355
|
+
title: h.value.confirmTitle,
|
|
1356
|
+
content: h.value.confirmContent || h.value.confirmTitle
|
|
1357
1357
|
} : {
|
|
1358
1358
|
title: i("hbLibComp.hbTableAct.secendConfirm"),
|
|
1359
1359
|
content: i("hbLibComp.hbTableAct.confirmContent")
|
|
1360
1360
|
});
|
|
1361
|
-
return
|
|
1361
|
+
return b({
|
|
1362
1362
|
ADropdown: qe,
|
|
1363
1363
|
AMenu: je,
|
|
1364
1364
|
AMenuItem: Ye,
|
|
1365
1365
|
APopconfirm: Ce,
|
|
1366
1366
|
AModal: Se,
|
|
1367
1367
|
DownOutlined: De
|
|
1368
|
-
}), (g,
|
|
1369
|
-
const
|
|
1370
|
-
return
|
|
1371
|
-
(
|
|
1372
|
-
I.needConfirm ? (
|
|
1373
|
-
I.confirmType === "modal" ?
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
]) : (a(), B(n(Ce), {
|
|
1383
|
-
key: 1,
|
|
1384
|
-
title: I.confirmTitle,
|
|
1385
|
-
onConfirm: (l) => v(I)
|
|
1386
|
-
}, {
|
|
1387
|
-
default: s(() => [
|
|
1388
|
-
re((a(), w("a", gl, [
|
|
1389
|
-
O(L(I.label), 1)
|
|
1390
|
-
])), [
|
|
1391
|
-
[E, I.permissionsTag || null]
|
|
1392
|
-
])
|
|
1368
|
+
}), (g, w) => {
|
|
1369
|
+
const $ = q("a-divider"), E = st("has");
|
|
1370
|
+
return o(), S("div", ml, [
|
|
1371
|
+
(o(!0), S(J, null, ae(t.value, (I, F) => (o(), S(J, { key: F }, [
|
|
1372
|
+
I.needConfirm ? (o(), S(J, { key: 0 }, [
|
|
1373
|
+
I.confirmType === "modal" ? (o(), S(J, { key: 0 }, [
|
|
1374
|
+
re((o(), S("a", {
|
|
1375
|
+
href: "javascript:;",
|
|
1376
|
+
onClick: (l) => B(I),
|
|
1377
|
+
class: "hb-lib-table-main-action"
|
|
1378
|
+
}, [
|
|
1379
|
+
O(L(I.label), 1)
|
|
1380
|
+
], 8, vl)), [
|
|
1381
|
+
[E, I.permissionsTag || null]
|
|
1393
1382
|
]),
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1383
|
+
d.value && d.value.length > 0 || F !== t.value.length - 1 ? (o(), R($, {
|
|
1384
|
+
key: 0,
|
|
1385
|
+
type: "vertical"
|
|
1386
|
+
})) : N("", !0)
|
|
1387
|
+
], 64)) : (o(), S(J, { key: 1 }, [
|
|
1388
|
+
x(n(Ce), {
|
|
1389
|
+
title: I.confirmTitle,
|
|
1390
|
+
onConfirm: (l) => v(I)
|
|
1391
|
+
}, {
|
|
1392
|
+
default: s(() => [
|
|
1393
|
+
re((o(), S("a", gl, [
|
|
1394
|
+
O(L(I.label), 1)
|
|
1395
|
+
])), [
|
|
1396
|
+
[E, I.permissionsTag || null]
|
|
1397
|
+
])
|
|
1398
|
+
]),
|
|
1399
|
+
_: 2
|
|
1400
|
+
}, 1032, ["title", "onConfirm"]),
|
|
1401
|
+
d.value && d.value.length > 0 || F !== t.value.length - 1 ? (o(), R($, {
|
|
1402
|
+
key: 0,
|
|
1403
|
+
type: "vertical"
|
|
1404
|
+
})) : N("", !0)
|
|
1405
|
+
], 64))
|
|
1406
|
+
], 64)) : (o(), S(J, { key: 1 }, [
|
|
1407
|
+
re((o(), S("a", {
|
|
1398
1408
|
href: "javascript:;",
|
|
1399
1409
|
onClick: (l) => v(I),
|
|
1400
1410
|
class: "hb-lib-table-main-action"
|
|
@@ -1403,36 +1413,36 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1403
1413
|
], 8, yl)), [
|
|
1404
1414
|
[E, I.permissionsTag || null]
|
|
1405
1415
|
]),
|
|
1406
|
-
|
|
1416
|
+
d.value && d.value.length > 0 || F !== t.value.length - 1 ? (o(), R($, {
|
|
1407
1417
|
key: 0,
|
|
1408
1418
|
type: "vertical"
|
|
1409
|
-
})) :
|
|
1419
|
+
})) : N("", !0)
|
|
1410
1420
|
], 64))
|
|
1411
1421
|
], 64))), 128)),
|
|
1412
|
-
|
|
1422
|
+
d.value && d.value.length > 0 ? (o(), R(n(qe), { key: 0 }, {
|
|
1413
1423
|
overlay: s(() => [
|
|
1414
|
-
|
|
1424
|
+
x(n(je), null, {
|
|
1415
1425
|
default: s(() => [
|
|
1416
|
-
(
|
|
1426
|
+
(o(!0), S(J, null, ae(d.value, (I) => (o(), R(n(Ye), {
|
|
1417
1427
|
key: I.key
|
|
1418
1428
|
}, {
|
|
1419
1429
|
default: s(() => [
|
|
1420
|
-
I.needConfirm ? (
|
|
1421
|
-
I.confirmType === "modal" ? re((
|
|
1430
|
+
I.needConfirm ? (o(), S(J, { key: 0 }, [
|
|
1431
|
+
I.confirmType === "modal" ? re((o(), S("a", {
|
|
1422
1432
|
key: 0,
|
|
1423
1433
|
href: "javascript:;",
|
|
1424
|
-
onClick: (F) =>
|
|
1434
|
+
onClick: (F) => B(I)
|
|
1425
1435
|
}, [
|
|
1426
1436
|
O(L(I.label), 1)
|
|
1427
1437
|
], 8, Ll)), [
|
|
1428
1438
|
[E, I.permissionsTag || null]
|
|
1429
|
-
]) : (
|
|
1439
|
+
]) : (o(), R(n(Ce), {
|
|
1430
1440
|
key: 1,
|
|
1431
1441
|
title: I.confirmTitle,
|
|
1432
1442
|
onConfirm: (F) => v(I)
|
|
1433
1443
|
}, {
|
|
1434
1444
|
default: s(() => [
|
|
1435
|
-
re((
|
|
1445
|
+
re((o(), S("a", kl, [
|
|
1436
1446
|
O(L(I.label), 1)
|
|
1437
1447
|
])), [
|
|
1438
1448
|
[E, I.permissionsTag || null]
|
|
@@ -1440,7 +1450,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1440
1450
|
]),
|
|
1441
1451
|
_: 2
|
|
1442
1452
|
}, 1032, ["title", "onConfirm"]))
|
|
1443
|
-
], 64)) : re((
|
|
1453
|
+
], 64)) : re((o(), S("a", {
|
|
1444
1454
|
key: 1,
|
|
1445
1455
|
href: "javascript:;",
|
|
1446
1456
|
onClick: (F) => v(I)
|
|
@@ -1459,13 +1469,13 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1459
1469
|
default: s(() => [
|
|
1460
1470
|
y("a", Cl, [
|
|
1461
1471
|
O(L(g.$t("hbLibComp.hbTableAct.more")) + " ", 1),
|
|
1462
|
-
|
|
1472
|
+
x(n(De), { style: { "font-size": "12px", "margin-left": "4px" } })
|
|
1463
1473
|
])
|
|
1464
1474
|
]),
|
|
1465
1475
|
_: 1
|
|
1466
|
-
})) :
|
|
1467
|
-
|
|
1468
|
-
visible:
|
|
1476
|
+
})) : N("", !0),
|
|
1477
|
+
x(n(Se), {
|
|
1478
|
+
visible: T.value,
|
|
1469
1479
|
title: p.value.title,
|
|
1470
1480
|
"confirm-loading": m.value,
|
|
1471
1481
|
onOk: A,
|
|
@@ -1479,9 +1489,9 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1479
1489
|
]);
|
|
1480
1490
|
};
|
|
1481
1491
|
}
|
|
1482
|
-
}), Fl = /* @__PURE__ */ oe(wl, [["__scopeId", "data-v-
|
|
1492
|
+
}), Fl = /* @__PURE__ */ oe(wl, [["__scopeId", "data-v-a96574fa"]]), Tl = te(Fl), xl = (e) => ({ tableWidth: K(() => {
|
|
1483
1493
|
const r = Array.isArray(e) ? e : e.value;
|
|
1484
|
-
return !r || r.length === 0 ? 0 : r.map((i) => i.width && Number(i.width.toString().replace("px", "")) || 0).reduce((i,
|
|
1494
|
+
return !r || r.length === 0 ? 0 : r.map((i) => i.width && Number(i.width.toString().replace("px", "")) || 0).reduce((i, T) => i + T, 0);
|
|
1485
1495
|
}) }), $l = {
|
|
1486
1496
|
key: 0,
|
|
1487
1497
|
class: "hb-lib-list-table-act"
|
|
@@ -1495,20 +1505,20 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1495
1505
|
tooltipPlacement: { default: () => "topLeft" }
|
|
1496
1506
|
},
|
|
1497
1507
|
setup(e) {
|
|
1498
|
-
const { t:
|
|
1508
|
+
const { t: b } = ce(), r = e, i = P([]), T = $e("HB_LIST_PAGE_CONTAINER"), { tableWidth: m } = xl(K(() => r.columns));
|
|
1499
1509
|
se(
|
|
1500
1510
|
() => r.columns,
|
|
1501
1511
|
(t) => {
|
|
1502
|
-
const
|
|
1503
|
-
i.value =
|
|
1504
|
-
let
|
|
1505
|
-
if (
|
|
1506
|
-
|
|
1507
|
-
else if (typeof
|
|
1508
|
-
const A = parseInt(
|
|
1509
|
-
|
|
1512
|
+
const d = t.filter((v) => v != null && v.checked);
|
|
1513
|
+
i.value = d.map((v) => {
|
|
1514
|
+
let B = { ...v, title: v.title || v.label };
|
|
1515
|
+
if (B.ellipsis && !B.needTooltip && (B.needTooltip = !0), !B.width)
|
|
1516
|
+
B.width = r.defaultWidth;
|
|
1517
|
+
else if (typeof B.width == "string") {
|
|
1518
|
+
const A = parseInt(B.width, 10);
|
|
1519
|
+
B.width = isNaN(A) ? r.defaultWidth : A;
|
|
1510
1520
|
}
|
|
1511
|
-
return
|
|
1521
|
+
return B.resizable === void 0 && (B.resizable = !0), B;
|
|
1512
1522
|
});
|
|
1513
1523
|
},
|
|
1514
1524
|
{
|
|
@@ -1516,35 +1526,35 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1516
1526
|
deep: !0
|
|
1517
1527
|
}
|
|
1518
1528
|
);
|
|
1519
|
-
const
|
|
1520
|
-
if (
|
|
1529
|
+
const h = (t, d) => {
|
|
1530
|
+
if (d) {
|
|
1521
1531
|
const v = typeof t == "string" ? parseInt(t, 10) : t;
|
|
1522
|
-
|
|
1532
|
+
d.width = isNaN(v) ? 150 : v;
|
|
1523
1533
|
}
|
|
1524
|
-
}, c = (t,
|
|
1525
|
-
return (t,
|
|
1526
|
-
const v = q("a-empty"),
|
|
1527
|
-
return
|
|
1534
|
+
}, c = (t, d = "YYYY-MM-DD HH:mm:ss") => t ? He(t).format(d) : "";
|
|
1535
|
+
return (t, d) => {
|
|
1536
|
+
const v = q("a-empty"), B = q("a-tooltip"), A = q("HbLibCopy"), G = q("a-table");
|
|
1537
|
+
return o(), S("div", {
|
|
1528
1538
|
class: V(["hb-lib-list-table", { "nowrap-table": r.rowHeight }]),
|
|
1529
1539
|
style: me({ "--hb-lib-table-td-height": e.rowHeight && e.rowHeight + "px" || "" })
|
|
1530
1540
|
}, [
|
|
1531
|
-
t.$slots.tableActLeft ? (
|
|
1541
|
+
t.$slots.tableActLeft ? (o(), S("section", $l, [
|
|
1532
1542
|
Y(t.$slots, "tableActLeft", {}, void 0, !0),
|
|
1533
1543
|
Y(t.$slots, "tableActRight", {}, void 0, !0)
|
|
1534
|
-
])) :
|
|
1535
|
-
|
|
1544
|
+
])) : N("", !0),
|
|
1545
|
+
x(G, X(t.$attrs, {
|
|
1536
1546
|
bordered: "",
|
|
1537
1547
|
columns: i.value,
|
|
1538
|
-
onResizeColumn:
|
|
1548
|
+
onResizeColumn: h,
|
|
1539
1549
|
scroll: {
|
|
1540
1550
|
x: n(m),
|
|
1541
|
-
y: n(
|
|
1551
|
+
y: n(T).tableHeight
|
|
1542
1552
|
}
|
|
1543
1553
|
}), Ge({
|
|
1544
1554
|
emptyText: s(() => [
|
|
1545
1555
|
y("div", Ml, [
|
|
1546
|
-
|
|
1547
|
-
description: n(
|
|
1556
|
+
x(v, {
|
|
1557
|
+
description: n(b)("hbLibComp.hbListTable.noData")
|
|
1548
1558
|
}, null, 8, ["description"])
|
|
1549
1559
|
])
|
|
1550
1560
|
]),
|
|
@@ -1561,14 +1571,14 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1561
1571
|
} : void 0,
|
|
1562
1572
|
t.$slots.bodyCell ? {
|
|
1563
1573
|
name: "bodyCell",
|
|
1564
|
-
fn: s(({ column: p, record: g, index:
|
|
1574
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1565
1575
|
Y(t.$slots, "bodyCell", {
|
|
1566
1576
|
column: p,
|
|
1567
1577
|
record: g,
|
|
1568
|
-
index:
|
|
1569
|
-
text:
|
|
1578
|
+
index: w,
|
|
1579
|
+
text: $
|
|
1570
1580
|
}, void 0, !0),
|
|
1571
|
-
p && p.needTooltip ? (
|
|
1581
|
+
p && p.needTooltip ? (o(), R(B, {
|
|
1572
1582
|
key: 0,
|
|
1573
1583
|
placement: e.tooltipPlacement
|
|
1574
1584
|
}, {
|
|
@@ -1579,110 +1589,110 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1579
1589
|
O(" " + L(g[p.dataIndex]), 1)
|
|
1580
1590
|
]),
|
|
1581
1591
|
_: 2
|
|
1582
|
-
}, 1032, ["placement"])) :
|
|
1583
|
-
p && p.needCopy ? (
|
|
1592
|
+
}, 1032, ["placement"])) : N("", !0),
|
|
1593
|
+
p && p.needCopy ? (o(), R(A, {
|
|
1584
1594
|
key: 1,
|
|
1585
1595
|
"cp-text": g[p.dataIndex],
|
|
1586
1596
|
style: { position: "relative" }
|
|
1587
|
-
}, null, 8, ["cp-text"])) :
|
|
1588
|
-
p && p.needFormat ? (
|
|
1597
|
+
}, null, 8, ["cp-text"])) : N("", !0),
|
|
1598
|
+
p && p.needFormat ? (o(), S(J, { key: 2 }, [
|
|
1589
1599
|
O(L(c(g[p.dataIndex], p.format)), 1)
|
|
1590
|
-
], 64)) :
|
|
1600
|
+
], 64)) : N("", !0)
|
|
1591
1601
|
]),
|
|
1592
1602
|
key: "1"
|
|
1593
1603
|
} : void 0,
|
|
1594
1604
|
t.$slots.expandedRowRender ? {
|
|
1595
1605
|
name: "expandedRowRender",
|
|
1596
|
-
fn: s(({ column: p, record: g, index:
|
|
1606
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1597
1607
|
Y(t.$slots, "expandedRowRender", {
|
|
1598
1608
|
record: g,
|
|
1599
1609
|
column: p,
|
|
1600
|
-
index:
|
|
1601
|
-
text:
|
|
1610
|
+
index: w,
|
|
1611
|
+
text: $
|
|
1602
1612
|
}, void 0, !0)
|
|
1603
1613
|
]),
|
|
1604
1614
|
key: "2"
|
|
1605
1615
|
} : void 0,
|
|
1606
1616
|
t.$slots.customFilterDropdown ? {
|
|
1607
1617
|
name: "customFilterDropdown",
|
|
1608
|
-
fn: s(({ column: p, record: g, index:
|
|
1618
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1609
1619
|
Y(t.$slots, "customFilterDropdown", {
|
|
1610
1620
|
record: g,
|
|
1611
1621
|
column: p,
|
|
1612
|
-
index:
|
|
1613
|
-
text:
|
|
1622
|
+
index: w,
|
|
1623
|
+
text: $
|
|
1614
1624
|
}, void 0, !0)
|
|
1615
1625
|
]),
|
|
1616
1626
|
key: "3"
|
|
1617
1627
|
} : void 0,
|
|
1618
1628
|
t.$slots.customFilterIcon ? {
|
|
1619
1629
|
name: "customFilterIcon",
|
|
1620
|
-
fn: s(({ column: p, record: g, index:
|
|
1630
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1621
1631
|
Y(t.$slots, "customFilterIcon", {
|
|
1622
1632
|
record: g,
|
|
1623
1633
|
column: p,
|
|
1624
|
-
index:
|
|
1625
|
-
text:
|
|
1634
|
+
index: w,
|
|
1635
|
+
text: $
|
|
1626
1636
|
}, void 0, !0)
|
|
1627
1637
|
]),
|
|
1628
1638
|
key: "4"
|
|
1629
1639
|
} : void 0,
|
|
1630
1640
|
t.$slots.expandIcon ? {
|
|
1631
1641
|
name: "expandIcon",
|
|
1632
|
-
fn: s(({ column: p, record: g, index:
|
|
1642
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1633
1643
|
Y(t.$slots, "expandIcon", {
|
|
1634
1644
|
record: g,
|
|
1635
1645
|
column: p,
|
|
1636
|
-
index:
|
|
1637
|
-
text:
|
|
1646
|
+
index: w,
|
|
1647
|
+
text: $
|
|
1638
1648
|
}, void 0, !0)
|
|
1639
1649
|
]),
|
|
1640
1650
|
key: "5"
|
|
1641
1651
|
} : void 0,
|
|
1642
1652
|
t.$slots.footer ? {
|
|
1643
1653
|
name: "footer",
|
|
1644
|
-
fn: s(({ column: p, record: g, index:
|
|
1654
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1645
1655
|
Y(t.$slots, "footer", {
|
|
1646
1656
|
record: g,
|
|
1647
1657
|
column: p,
|
|
1648
|
-
index:
|
|
1649
|
-
text:
|
|
1658
|
+
index: w,
|
|
1659
|
+
text: $
|
|
1650
1660
|
}, void 0, !0)
|
|
1651
1661
|
]),
|
|
1652
1662
|
key: "6"
|
|
1653
1663
|
} : void 0,
|
|
1654
1664
|
t.$slots.headerCell ? {
|
|
1655
1665
|
name: "headerCell",
|
|
1656
|
-
fn: s(({ column: p, record: g, index:
|
|
1666
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1657
1667
|
Y(t.$slots, "headerCell", {
|
|
1658
1668
|
record: g,
|
|
1659
1669
|
column: p,
|
|
1660
|
-
index:
|
|
1661
|
-
text:
|
|
1670
|
+
index: w,
|
|
1671
|
+
text: $
|
|
1662
1672
|
}, void 0, !0)
|
|
1663
1673
|
]),
|
|
1664
1674
|
key: "7"
|
|
1665
1675
|
} : void 0,
|
|
1666
1676
|
t.$slots.summary ? {
|
|
1667
1677
|
name: "summary",
|
|
1668
|
-
fn: s(({ column: p, record: g, index:
|
|
1678
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1669
1679
|
Y(t.$slots, "summary", {
|
|
1670
1680
|
record: g,
|
|
1671
1681
|
column: p,
|
|
1672
|
-
index:
|
|
1673
|
-
text:
|
|
1682
|
+
index: w,
|
|
1683
|
+
text: $
|
|
1674
1684
|
}, void 0, !0)
|
|
1675
1685
|
]),
|
|
1676
1686
|
key: "8"
|
|
1677
1687
|
} : void 0,
|
|
1678
1688
|
t.$slots.title ? {
|
|
1679
1689
|
name: "title",
|
|
1680
|
-
fn: s(({ column: p, record: g, index:
|
|
1690
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1681
1691
|
Y(t.$slots, "title", {
|
|
1682
1692
|
record: g,
|
|
1683
1693
|
column: p,
|
|
1684
|
-
index:
|
|
1685
|
-
text:
|
|
1694
|
+
index: w,
|
|
1695
|
+
text: $
|
|
1686
1696
|
}, void 0, !0)
|
|
1687
1697
|
]),
|
|
1688
1698
|
key: "9"
|
|
@@ -1694,10 +1704,10 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1694
1704
|
}), Hl = /* @__PURE__ */ oe(Il, [["__scopeId", "data-v-d4abbf25"]]), Al = te(Hl), Dl = { class: "hb-lib-table-setting-box" }, Ol = {
|
|
1695
1705
|
key: 0,
|
|
1696
1706
|
class: "hb-lib-table-drag-item"
|
|
1697
|
-
},
|
|
1707
|
+
}, Bl = {
|
|
1698
1708
|
key: 0,
|
|
1699
1709
|
class: "hb-lib-table-drag-item-act"
|
|
1700
|
-
},
|
|
1710
|
+
}, Rl = ["onClick"], Pl = ["onClick"], Nl = { class: "hb-lib-table-set-btn-group" }, zl = {
|
|
1701
1711
|
class: "select-all-container",
|
|
1702
1712
|
style: { "margin-right": "10px" }
|
|
1703
1713
|
}, Vl = /* @__PURE__ */ ee({
|
|
@@ -1732,86 +1742,86 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1732
1742
|
}
|
|
1733
1743
|
},
|
|
1734
1744
|
emits: ["on-get-columns"],
|
|
1735
|
-
setup(e, { emit:
|
|
1736
|
-
const r =
|
|
1745
|
+
setup(e, { emit: b }) {
|
|
1746
|
+
const r = b, { t: i } = ce(), T = e, m = P([]), h = K(() => t.value.filter((l) => l.checked));
|
|
1737
1747
|
P([]);
|
|
1738
|
-
const c = P(!1), t = P([]),
|
|
1739
|
-
|
|
1748
|
+
const c = P(!1), t = P([]), d = P(null), v = K(() => h.value.length > 0 && h.value.length === m.value.length), B = K(() => h.value.length > 0 && h.value.length < m.value.length), A = (l) => {
|
|
1749
|
+
d.value = l.oldIndex;
|
|
1740
1750
|
}, G = (l) => {
|
|
1741
|
-
const
|
|
1751
|
+
const a = l.newIndex;
|
|
1742
1752
|
if (m.value.some((k) => k.fixed === "left" || k.fixed === "right" || k.fixed === !0)) {
|
|
1743
|
-
const k = m.value.filter((j) => j.fixed === "left").length,
|
|
1744
|
-
if ((k > 0 &&
|
|
1745
|
-
const j = t.value.splice(
|
|
1746
|
-
t.value.splice(
|
|
1753
|
+
const k = m.value.filter((j) => j.fixed === "left").length, u = m.value.length - m.value.filter((j) => j.fixed === "right").length;
|
|
1754
|
+
if ((k > 0 && a < k || u < m.value.length && a >= u) && (xe.warning(i("hbLibComp.hbLibListTableColumsSet.errorTip")), d.value !== null)) {
|
|
1755
|
+
const j = t.value.splice(a, 1)[0];
|
|
1756
|
+
t.value.splice(d.value, 0, j);
|
|
1747
1757
|
}
|
|
1748
1758
|
}
|
|
1749
|
-
|
|
1759
|
+
d.value = null;
|
|
1750
1760
|
}, p = (l) => {
|
|
1751
|
-
l.target.checked ? t.value.forEach((
|
|
1752
|
-
}, g = (l,
|
|
1753
|
-
|
|
1754
|
-
},
|
|
1761
|
+
l.target.checked ? t.value.forEach((f) => f.checked = !0) : t.value.forEach((f) => f.checked = !1);
|
|
1762
|
+
}, g = (l, a) => {
|
|
1763
|
+
a ? l.checked = !0 : l.checked = !1;
|
|
1764
|
+
}, w = () => {
|
|
1755
1765
|
m.value = [...t.value], r("on-get-columns", m.value), c.value = !1;
|
|
1756
|
-
},
|
|
1757
|
-
m.value =
|
|
1758
|
-
...
|
|
1759
|
-
label:
|
|
1760
|
-
value:
|
|
1761
|
-
checked:
|
|
1766
|
+
}, $ = () => {
|
|
1767
|
+
m.value = T.tableColumns.map((a) => ({
|
|
1768
|
+
...a,
|
|
1769
|
+
label: a.title && a.title.tag ? E(a.title) : a.title || a.title2,
|
|
1770
|
+
value: a.dataIndex,
|
|
1771
|
+
checked: a.checked || a.checked === void 0
|
|
1762
1772
|
})), t.value = [...m.value];
|
|
1763
1773
|
let l = [];
|
|
1764
|
-
|
|
1765
|
-
l.push(
|
|
1774
|
+
T.tableColumns.forEach(function(a) {
|
|
1775
|
+
l.push(a.dataIndex);
|
|
1766
1776
|
});
|
|
1767
1777
|
}, E = (l) => l.children[0].text, I = (l) => {
|
|
1768
1778
|
delete l.fixed;
|
|
1769
|
-
const
|
|
1770
|
-
if (
|
|
1771
|
-
let
|
|
1779
|
+
const a = t.value.findIndex((f) => f.value === l.value);
|
|
1780
|
+
if (a !== -1) {
|
|
1781
|
+
let f = -1;
|
|
1772
1782
|
for (let k = 0; k < t.value.length; k++)
|
|
1773
|
-
t.value[k].fixed === "left" && (
|
|
1774
|
-
if (
|
|
1775
|
-
const k = [...t.value], [
|
|
1776
|
-
k.splice(
|
|
1783
|
+
t.value[k].fixed === "left" && (f = k);
|
|
1784
|
+
if (f !== -1 && a !== f + 1) {
|
|
1785
|
+
const k = [...t.value], [u] = k.splice(a, 1);
|
|
1786
|
+
k.splice(f + 1, 0, u), t.value = k;
|
|
1777
1787
|
}
|
|
1778
1788
|
}
|
|
1779
1789
|
}, F = (l) => {
|
|
1780
|
-
const
|
|
1781
|
-
if (
|
|
1782
|
-
let
|
|
1790
|
+
const a = t.value.findIndex((f) => f.value === l.value);
|
|
1791
|
+
if (a !== -1) {
|
|
1792
|
+
let f = -1;
|
|
1783
1793
|
for (let k = 0; k < t.value.length; k++)
|
|
1784
|
-
t.value[k].fixed === "left" && (
|
|
1785
|
-
if (
|
|
1786
|
-
const k = [...t.value],
|
|
1787
|
-
|
|
1794
|
+
t.value[k].fixed === "left" && (f = k);
|
|
1795
|
+
if (f !== -1 && a !== f + 1) {
|
|
1796
|
+
const k = [...t.value], u = k.splice(a, 1);
|
|
1797
|
+
u[0].fixed = "left", k.splice(f + 1, 0, u[0]), t.value = k;
|
|
1788
1798
|
}
|
|
1789
1799
|
}
|
|
1790
1800
|
};
|
|
1791
1801
|
return se(
|
|
1792
|
-
() =>
|
|
1802
|
+
() => T.tableColumns,
|
|
1793
1803
|
() => {
|
|
1794
|
-
|
|
1804
|
+
$();
|
|
1795
1805
|
},
|
|
1796
1806
|
{
|
|
1797
1807
|
immediate: !0,
|
|
1798
1808
|
deep: !0
|
|
1799
1809
|
}
|
|
1800
|
-
), (l,
|
|
1801
|
-
const
|
|
1802
|
-
return
|
|
1803
|
-
|
|
1810
|
+
), (l, a) => {
|
|
1811
|
+
const f = q("a-tooltip"), k = q("a-button");
|
|
1812
|
+
return o(), S("div", Dl, [
|
|
1813
|
+
x(n(gt), {
|
|
1804
1814
|
title: n(i)("hbLibComp.hbLibListTableColumsSet.popoverTitle"),
|
|
1805
1815
|
trigger: "click",
|
|
1806
1816
|
placement: "leftTop",
|
|
1807
1817
|
overlayClassName: "alertInfoContent",
|
|
1808
1818
|
visible: c.value,
|
|
1809
|
-
"onUpdate:visible":
|
|
1819
|
+
"onUpdate:visible": a[1] || (a[1] = (u) => c.value = u)
|
|
1810
1820
|
}, {
|
|
1811
1821
|
content: s(() => [
|
|
1812
|
-
|
|
1822
|
+
x(n(fe), {
|
|
1813
1823
|
modelValue: t.value,
|
|
1814
|
-
"onUpdate:modelValue":
|
|
1824
|
+
"onUpdate:modelValue": a[0] || (a[0] = (u) => t.value = u),
|
|
1815
1825
|
"item-key": "value",
|
|
1816
1826
|
class: "hb-lib-table-set-drag",
|
|
1817
1827
|
"ghost-class": "ghost",
|
|
@@ -1820,30 +1830,30 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1820
1830
|
onStart: A,
|
|
1821
1831
|
onEnd: G
|
|
1822
1832
|
}, {
|
|
1823
|
-
item: s(({ element:
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
checked:
|
|
1827
|
-
onChange: (j) => g(
|
|
1833
|
+
item: s(({ element: u }) => [
|
|
1834
|
+
u.fixed !== "right" ? (o(), S("div", Ol, [
|
|
1835
|
+
x(n(pe), {
|
|
1836
|
+
checked: u.checked,
|
|
1837
|
+
onChange: (j) => g(u, j.target.checked)
|
|
1828
1838
|
}, {
|
|
1829
1839
|
default: s(() => [
|
|
1830
|
-
O(L(
|
|
1840
|
+
O(L(u.label), 1)
|
|
1831
1841
|
]),
|
|
1832
1842
|
_: 2
|
|
1833
1843
|
}, 1032, ["checked", "onChange"]),
|
|
1834
|
-
|
|
1844
|
+
u.checked ? (o(), S("section", Bl, [
|
|
1835
1845
|
y("span", {
|
|
1836
|
-
class: V(
|
|
1846
|
+
class: V(u.fixed ? "drag-hide" : "drag-handle")
|
|
1837
1847
|
}, "⋮⋮", 2),
|
|
1838
|
-
|
|
1848
|
+
u.fixed ? (o(), R(f, { key: 0 }, {
|
|
1839
1849
|
title: s(() => [
|
|
1840
1850
|
O(L(n(i)("hbLibComp.hbLibListTableColumsSet.cancelFix")), 1)
|
|
1841
1851
|
]),
|
|
1842
1852
|
default: s(() => [
|
|
1843
1853
|
y("span", {
|
|
1844
1854
|
class: "hb-lib-table-drag-item-act-btn",
|
|
1845
|
-
onClick: (j) => I(
|
|
1846
|
-
}, [...
|
|
1855
|
+
onClick: (j) => I(u)
|
|
1856
|
+
}, [...a[2] || (a[2] = [
|
|
1847
1857
|
y("svg", {
|
|
1848
1858
|
t: "1759048615600",
|
|
1849
1859
|
class: "icon",
|
|
@@ -1860,19 +1870,19 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1860
1870
|
fill: "#ff5000"
|
|
1861
1871
|
})
|
|
1862
1872
|
], -1)
|
|
1863
|
-
])], 8,
|
|
1873
|
+
])], 8, Rl)
|
|
1864
1874
|
]),
|
|
1865
1875
|
_: 2
|
|
1866
|
-
}, 1024)) :
|
|
1867
|
-
|
|
1876
|
+
}, 1024)) : N("", !0),
|
|
1877
|
+
u.fixed ? N("", !0) : (o(), R(f, { key: 1 }, {
|
|
1868
1878
|
title: s(() => [
|
|
1869
1879
|
O(L(n(i)("hbLibComp.hbLibListTableColumsSet.fix")), 1)
|
|
1870
1880
|
]),
|
|
1871
1881
|
default: s(() => [
|
|
1872
1882
|
y("span", {
|
|
1873
1883
|
class: "hb-lib-table-drag-item-act-btn",
|
|
1874
|
-
onClick: (j) => F(
|
|
1875
|
-
}, [...
|
|
1884
|
+
onClick: (j) => F(u)
|
|
1885
|
+
}, [...a[3] || (a[3] = [
|
|
1876
1886
|
y("svg", {
|
|
1877
1887
|
t: "1759048735643",
|
|
1878
1888
|
class: "icon",
|
|
@@ -1893,16 +1903,16 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1893
1903
|
]),
|
|
1894
1904
|
_: 2
|
|
1895
1905
|
}, 1024))
|
|
1896
|
-
])) :
|
|
1897
|
-
])) :
|
|
1906
|
+
])) : N("", !0)
|
|
1907
|
+
])) : N("", !0)
|
|
1898
1908
|
]),
|
|
1899
1909
|
_: 1
|
|
1900
1910
|
}, 8, ["modelValue"]),
|
|
1901
1911
|
y("div", Nl, [
|
|
1902
1912
|
y("div", zl, [
|
|
1903
|
-
|
|
1913
|
+
x(n(pe), {
|
|
1904
1914
|
checked: v.value,
|
|
1905
|
-
indeterminate:
|
|
1915
|
+
indeterminate: B.value,
|
|
1906
1916
|
onChange: p
|
|
1907
1917
|
}, {
|
|
1908
1918
|
default: s(() => [
|
|
@@ -1911,8 +1921,8 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1911
1921
|
_: 1
|
|
1912
1922
|
}, 8, ["checked", "indeterminate"])
|
|
1913
1923
|
]),
|
|
1914
|
-
|
|
1915
|
-
onClick:
|
|
1924
|
+
x(k, {
|
|
1925
|
+
onClick: w,
|
|
1916
1926
|
type: "primary"
|
|
1917
1927
|
}, {
|
|
1918
1928
|
default: s(() => [
|
|
@@ -1923,11 +1933,11 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1923
1933
|
])
|
|
1924
1934
|
]),
|
|
1925
1935
|
default: s(() => [
|
|
1926
|
-
|
|
1936
|
+
x(f, {
|
|
1927
1937
|
title: n(i)("hbLibComp.hbLibListTableColumsSet.title"),
|
|
1928
1938
|
placement: "leftTop"
|
|
1929
1939
|
}, {
|
|
1930
|
-
default: s(() => [...
|
|
1940
|
+
default: s(() => [...a[4] || (a[4] = [
|
|
1931
1941
|
y("span", { class: "hb-lib-table-col-set" }, [
|
|
1932
1942
|
y("svg", {
|
|
1933
1943
|
t: "1759041858618",
|
|
@@ -1962,7 +1972,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1962
1972
|
}
|
|
1963
1973
|
}), El = /* @__PURE__ */ oe(Vl, [["__scopeId", "data-v-fe93cce7"]]), Ul = te(El), Yl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1964
1974
|
__proto__: null,
|
|
1965
|
-
HbLibFormItemFilterModal:
|
|
1975
|
+
HbLibFormItemFilterModal: Tt,
|
|
1966
1976
|
HbLibListBtnsAct: jt,
|
|
1967
1977
|
HbLibListForm: It,
|
|
1968
1978
|
HbLibListMultiSelect: dl,
|
|
@@ -1970,7 +1980,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1970
1980
|
HbLibListPageContainer: Wt,
|
|
1971
1981
|
HbLibListTable: Al,
|
|
1972
1982
|
HbLibMutilpleSelectModal: pl,
|
|
1973
|
-
HbLibTableAct:
|
|
1983
|
+
HbLibTableAct: Tl,
|
|
1974
1984
|
HbLibTableColumnSet: Ul
|
|
1975
1985
|
}, Symbol.toStringTag, { value: "Module" })), jl = /* @__PURE__ */ ee({
|
|
1976
1986
|
name: "HbLibFormTooltipSelect",
|
|
@@ -1989,17 +1999,17 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1989
1999
|
valueModifiers: {}
|
|
1990
2000
|
}),
|
|
1991
2001
|
emits: ["update:value"],
|
|
1992
|
-
setup(e, { expose:
|
|
1993
|
-
const r = e, i = it(),
|
|
2002
|
+
setup(e, { expose: b }) {
|
|
2003
|
+
const r = e, i = it(), T = K(() => {
|
|
1994
2004
|
const p = i, g = p.dropdownClassName;
|
|
1995
2005
|
return {
|
|
1996
2006
|
...p,
|
|
1997
2007
|
dropdownClassName: g ?? "hb_lib_form_tooltip_select__dropdown"
|
|
1998
2008
|
};
|
|
1999
|
-
}), m = P(),
|
|
2009
|
+
}), m = P(), h = Qe(e, "value"), c = K(() => r.options ?? []), t = K(() => ({
|
|
2000
2010
|
maxWidth: typeof r.tooltipMaxWidth == "number" ? `${r.tooltipMaxWidth}px` : r.tooltipMaxWidth
|
|
2001
|
-
})),
|
|
2002
|
-
return
|
|
2011
|
+
})), d = (p) => p.tooltip ?? p.label, v = (p) => p.key ?? p.label, B = (p) => !!(r.enableTooltip && d(p));
|
|
2012
|
+
return b({
|
|
2003
2013
|
focus: () => {
|
|
2004
2014
|
m.value?.focus?.();
|
|
2005
2015
|
},
|
|
@@ -2007,37 +2017,37 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
2007
2017
|
m.value?.blur?.();
|
|
2008
2018
|
},
|
|
2009
2019
|
selectRef: m
|
|
2010
|
-
}), (p, g) => (
|
|
2020
|
+
}), (p, g) => (o(), R(n(Fe), X({
|
|
2011
2021
|
ref_key: "selectRef",
|
|
2012
2022
|
ref: m,
|
|
2013
2023
|
class: "hb_lib_form_tooltip_select"
|
|
2014
|
-
},
|
|
2015
|
-
value:
|
|
2016
|
-
"onUpdate:value": g[0] || (g[0] = (
|
|
2024
|
+
}, T.value, {
|
|
2025
|
+
value: h.value,
|
|
2026
|
+
"onUpdate:value": g[0] || (g[0] = (w) => h.value = w)
|
|
2017
2027
|
}), {
|
|
2018
2028
|
default: s(() => [
|
|
2019
|
-
p.$slots.default ? Y(p.$slots, "default", { key: 0 }, void 0, !0) : (
|
|
2020
|
-
key: v(
|
|
2021
|
-
value:
|
|
2022
|
-
disabled:
|
|
2023
|
-
}, { ref_for: !0 },
|
|
2029
|
+
p.$slots.default ? Y(p.$slots, "default", { key: 0 }, void 0, !0) : (o(!0), S(J, { key: 1 }, ae(c.value, (w) => (o(), R(n(Te), X({
|
|
2030
|
+
key: v(w),
|
|
2031
|
+
value: w.value,
|
|
2032
|
+
disabled: w.disabled
|
|
2033
|
+
}, { ref_for: !0 }, w.optionProps), {
|
|
2024
2034
|
default: s(() => [
|
|
2025
|
-
|
|
2035
|
+
B(w) ? (o(), R(n(we), {
|
|
2026
2036
|
key: 0,
|
|
2027
|
-
title:
|
|
2037
|
+
title: d(w),
|
|
2028
2038
|
placement: r.tooltipPlacement,
|
|
2029
2039
|
overlayStyle: t.value
|
|
2030
2040
|
}, {
|
|
2031
2041
|
default: s(() => [
|
|
2032
2042
|
y("span", {
|
|
2033
2043
|
class: V(["hb_lib_form_tooltip_select__option", { "is-ellipsis": r.enableEllipsis }])
|
|
2034
|
-
}, L(
|
|
2044
|
+
}, L(w.label), 3)
|
|
2035
2045
|
]),
|
|
2036
2046
|
_: 2
|
|
2037
|
-
}, 1032, ["title", "placement", "overlayStyle"])) : (
|
|
2047
|
+
}, 1032, ["title", "placement", "overlayStyle"])) : (o(), S("span", {
|
|
2038
2048
|
key: 1,
|
|
2039
2049
|
class: V(["hb_lib_form_tooltip_select__option", { "is-ellipsis": r.enableEllipsis }])
|
|
2040
|
-
}, L(
|
|
2050
|
+
}, L(w.label), 3))
|
|
2041
2051
|
]),
|
|
2042
2052
|
_: 2
|
|
2043
2053
|
}, 1040, ["value", "disabled"]))), 128))
|
|
@@ -2094,32 +2104,32 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
2094
2104
|
__name: "copy",
|
|
2095
2105
|
props: Jl,
|
|
2096
2106
|
setup(e) {
|
|
2097
|
-
const
|
|
2107
|
+
const b = e, r = P();
|
|
2098
2108
|
rt(() => {
|
|
2099
|
-
r.value =
|
|
2109
|
+
r.value = b.data;
|
|
2100
2110
|
});
|
|
2101
2111
|
const i = K(() => {
|
|
2102
|
-
if (
|
|
2112
|
+
if (b.cpText) return b.cpText;
|
|
2103
2113
|
let m = "";
|
|
2104
|
-
if (
|
|
2105
|
-
if (Array.isArray(
|
|
2106
|
-
if (
|
|
2107
|
-
const
|
|
2108
|
-
m =
|
|
2114
|
+
if (b.data)
|
|
2115
|
+
if (Array.isArray(b.data)) {
|
|
2116
|
+
if (b.K && b.V && b.L) {
|
|
2117
|
+
const h = b.data.find((c) => c?.[b.K] === b.V);
|
|
2118
|
+
m = h ? h[b.L] : "";
|
|
2109
2119
|
}
|
|
2110
2120
|
} else
|
|
2111
|
-
|
|
2121
|
+
b.K && (m = b.data[b.K]);
|
|
2112
2122
|
return m;
|
|
2113
|
-
}),
|
|
2123
|
+
}), T = () => {
|
|
2114
2124
|
navigator.clipboard.writeText(i.value).then(() => {
|
|
2115
|
-
|
|
2125
|
+
xe.success(b.copySuccessTip);
|
|
2116
2126
|
}).catch(() => {
|
|
2117
|
-
|
|
2127
|
+
xe.error("复制失败");
|
|
2118
2128
|
});
|
|
2119
2129
|
};
|
|
2120
|
-
return (m,
|
|
2130
|
+
return (m, h) => {
|
|
2121
2131
|
const c = q("a-tooltip");
|
|
2122
|
-
return i.value ? (
|
|
2132
|
+
return i.value ? (o(), R(c, {
|
|
2123
2133
|
key: 0,
|
|
2124
2134
|
title: m.tooltipTitle
|
|
2125
2135
|
}, {
|
|
@@ -2127,11 +2137,11 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
2127
2137
|
y("i", {
|
|
2128
2138
|
class: V(["hb-lib-copy-text-eyevue icon strongQ strong-copy", m.classType == "ab" ? "ab" : "normal"]),
|
|
2129
2139
|
style: me({ ...m.cpStyle }),
|
|
2130
|
-
onClick: _e(
|
|
2140
|
+
onClick: _e(T, ["stop", "prevent"])
|
|
2131
2141
|
}, null, 6)
|
|
2132
2142
|
]),
|
|
2133
2143
|
_: 1
|
|
2134
|
-
}, 8, ["title"])) :
|
|
2144
|
+
}, 8, ["title"])) : N("", !0);
|
|
2135
2145
|
};
|
|
2136
2146
|
}
|
|
2137
2147
|
}), Ql = /* @__PURE__ */ oe(Gl, [["__scopeId", "data-v-d5ca4420"]]), Zl = te(Ql), Xl = {
|
|
@@ -2178,7 +2188,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
2178
2188
|
__name: "index",
|
|
2179
2189
|
props: Xl,
|
|
2180
2190
|
emits: ["update:dragList", "handleDragStart", "handleDragEnd", "handleDragAdd", "handleDragRemove"],
|
|
2181
|
-
setup(e, { emit:
|
|
2191
|
+
setup(e, { emit: b }) {
|
|
2182
2192
|
const r = e, i = ct([]);
|
|
2183
2193
|
se(
|
|
2184
2194
|
() => r.dragList,
|
|
@@ -2190,47 +2200,47 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
2190
2200
|
immediate: !0
|
|
2191
2201
|
}
|
|
2192
2202
|
);
|
|
2193
|
-
const
|
|
2203
|
+
const T = Ae("drag"), m = b, h = (v) => {
|
|
2194
2204
|
console.log("drag start", v), m("handleDragStart", v);
|
|
2195
2205
|
}, c = (v) => {
|
|
2196
2206
|
console.log("drag end", v), m("handleDragEnd", v);
|
|
2197
2207
|
}, t = (v) => {
|
|
2198
2208
|
console.log("drag add", v), m("handleDragAdd", v);
|
|
2199
|
-
},
|
|
2209
|
+
}, d = (v) => {
|
|
2200
2210
|
console.log("drag remove", v), m("handleDragRemove", v);
|
|
2201
2211
|
};
|
|
2202
|
-
return (v,
|
|
2203
|
-
class: V(n(
|
|
2212
|
+
return (v, B) => (o(), S("div", {
|
|
2213
|
+
class: V(n(T).b())
|
|
2204
2214
|
}, [
|
|
2205
|
-
v.childrenType == "component" ? (
|
|
2215
|
+
v.childrenType == "component" ? (o(), R(n(fe), X({
|
|
2206
2216
|
key: 0,
|
|
2207
2217
|
modelValue: i.value,
|
|
2208
|
-
"onUpdate:modelValue":
|
|
2218
|
+
"onUpdate:modelValue": B[0] || (B[0] = (A) => i.value = A),
|
|
2209
2219
|
"item-key": "key",
|
|
2210
2220
|
class: { [v.dragClass]: v.dragClass }
|
|
2211
2221
|
}, v.$attrs, {
|
|
2212
2222
|
"ghost-class": v.ghostClass,
|
|
2213
|
-
onStart:
|
|
2223
|
+
onStart: h,
|
|
2214
2224
|
onEnd: c,
|
|
2215
2225
|
onAdd: t,
|
|
2216
|
-
onRemove:
|
|
2226
|
+
onRemove: d
|
|
2217
2227
|
}), {
|
|
2218
2228
|
item: s(({ element: A }) => [
|
|
2219
|
-
(
|
|
2229
|
+
(o(), R(dt(A.component)))
|
|
2220
2230
|
]),
|
|
2221
2231
|
_: 1
|
|
2222
|
-
}, 16, ["modelValue", "class", "ghost-class"])) : (
|
|
2232
|
+
}, 16, ["modelValue", "class", "ghost-class"])) : (o(), R(n(fe), X({
|
|
2223
2233
|
key: 1,
|
|
2224
2234
|
modelValue: i.value,
|
|
2225
|
-
"onUpdate:modelValue":
|
|
2235
|
+
"onUpdate:modelValue": B[1] || (B[1] = (A) => i.value = A),
|
|
2226
2236
|
"item-key": "id",
|
|
2227
2237
|
class: { [v.dragClass]: v.dragClass }
|
|
2228
2238
|
}, v.$attrs, {
|
|
2229
2239
|
"ghost-class": v.ghostClass,
|
|
2230
|
-
onStart:
|
|
2240
|
+
onStart: h,
|
|
2231
2241
|
onEnd: c,
|
|
2232
2242
|
onAdd: t,
|
|
2233
|
-
onRemove:
|
|
2243
|
+
onRemove: d
|
|
2234
2244
|
}), {
|
|
2235
2245
|
item: s(({ element: A }) => [
|
|
2236
2246
|
y("div", null, [
|
|
@@ -2262,20 +2272,20 @@ const ao = { HbFileUploadModal: { cancel: "Cancel", clickUpload: "Click to uploa
|
|
|
2262
2272
|
};
|
|
2263
2273
|
var he = { exports: {} }, ho = he.exports, We;
|
|
2264
2274
|
function fo() {
|
|
2265
|
-
return We || (We = 1, (function(e,
|
|
2275
|
+
return We || (We = 1, (function(e, b) {
|
|
2266
2276
|
(function(r, i) {
|
|
2267
2277
|
e.exports = i(He);
|
|
2268
2278
|
})(ho, (function(r) {
|
|
2269
|
-
function i(
|
|
2270
|
-
return
|
|
2279
|
+
function i(h) {
|
|
2280
|
+
return h && typeof h == "object" && "default" in h ? h : { default: h };
|
|
2271
2281
|
}
|
|
2272
|
-
var
|
|
2273
|
-
return c === "W" ?
|
|
2274
|
-
}, weekStart: 1, yearStart: 4, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "YYYY/MM/DD", LL: "YYYY年M月D日", LLL: "YYYY年M月D日Ah点mm分", LLLL: "YYYY年M月D日ddddAh点mm分", l: "YYYY/M/D", ll: "YYYY年M月D日", lll: "YYYY年M月D日 HH:mm", llll: "YYYY年M月D日dddd HH:mm" }, relativeTime: { future: "%s内", past: "%s前", s: "几秒", m: "1 分钟", mm: "%d 分钟", h: "1 小时", hh: "%d 小时", d: "1 天", dd: "%d 天", M: "1 个月", MM: "%d 个月", y: "1 年", yy: "%d 年" }, meridiem: function(
|
|
2275
|
-
var t = 100 *
|
|
2282
|
+
var T = i(r), m = { name: "zh-cn", weekdays: "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"), weekdaysShort: "周日_周一_周二_周三_周四_周五_周六".split("_"), weekdaysMin: "日_一_二_三_四_五_六".split("_"), months: "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"), monthsShort: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"), ordinal: function(h, c) {
|
|
2283
|
+
return c === "W" ? h + "周" : h + "日";
|
|
2284
|
+
}, weekStart: 1, yearStart: 4, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "YYYY/MM/DD", LL: "YYYY年M月D日", LLL: "YYYY年M月D日Ah点mm分", LLLL: "YYYY年M月D日ddddAh点mm分", l: "YYYY/M/D", ll: "YYYY年M月D日", lll: "YYYY年M月D日 HH:mm", llll: "YYYY年M月D日dddd HH:mm" }, relativeTime: { future: "%s内", past: "%s前", s: "几秒", m: "1 分钟", mm: "%d 分钟", h: "1 小时", hh: "%d 小时", d: "1 天", dd: "%d 天", M: "1 个月", MM: "%d 个月", y: "1 年", yy: "%d 年" }, meridiem: function(h, c) {
|
|
2285
|
+
var t = 100 * h + c;
|
|
2276
2286
|
return t < 600 ? "凌晨" : t < 900 ? "早上" : t < 1100 ? "上午" : t < 1300 ? "中午" : t < 1800 ? "下午" : "晚上";
|
|
2277
2287
|
} };
|
|
2278
|
-
return
|
|
2288
|
+
return T.default.locale(m, null, !0), m;
|
|
2279
2289
|
}));
|
|
2280
2290
|
})(he)), he.exports;
|
|
2281
2291
|
}
|