@hb-hellotech/hb-ui 1.2.5-beta.6 → 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 +826 -816
- 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
|
|
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,90 +37,90 @@ 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
|
-
}), A = P(!1),
|
|
44
|
-
let
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
if (
|
|
43
|
+
}), A = P(!1), G = P(600);
|
|
44
|
+
let p = [];
|
|
45
|
+
const g = P([]), w = P([]), $ = K(() => g.value.every((_) => _.isLinked || _.isFixed)), E = (_) => {
|
|
46
|
+
const H = _.draggedContext.element, C = _.relatedContext.index;
|
|
47
|
+
if (H.isLinked || H.isFixed)
|
|
48
48
|
return !1;
|
|
49
|
-
const
|
|
50
|
-
if (
|
|
49
|
+
const U = g.value.map((Z, ne) => ({ item: Z, index: ne })).filter(({ item: Z }) => Z.isLinked).map(({ index: Z }) => Z);
|
|
50
|
+
if (U.length === 0)
|
|
51
51
|
return !0;
|
|
52
|
-
for (let Z = 0; Z <
|
|
53
|
-
const ne =
|
|
52
|
+
for (let Z = 0; Z < U.length - 1; Z++) {
|
|
53
|
+
const ne = U[Z], de = U[Z + 1];
|
|
54
54
|
if (C > ne && C < de)
|
|
55
55
|
return !1;
|
|
56
56
|
}
|
|
57
57
|
return !0;
|
|
58
|
-
},
|
|
58
|
+
}, I = () => {
|
|
59
59
|
const _ = localStorage.getItem("pro__Login_Userinfo");
|
|
60
|
-
let
|
|
60
|
+
let H = "anonymous";
|
|
61
61
|
if (_)
|
|
62
62
|
try {
|
|
63
|
-
|
|
64
|
-
} catch (
|
|
65
|
-
console.warn("解析用户信息失败:",
|
|
63
|
+
H = JSON.parse(_).value.jobNumber || "anonymous";
|
|
64
|
+
} catch (U) {
|
|
65
|
+
console.warn("解析用户信息失败:", U);
|
|
66
66
|
}
|
|
67
67
|
let C = v?.path;
|
|
68
|
-
return `searchFormConfig_${
|
|
69
|
-
},
|
|
68
|
+
return `searchFormConfig_${H}_${C}`;
|
|
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
|
-
const
|
|
75
|
+
const H = I(), C = localStorage.getItem(H);
|
|
76
76
|
if (C) {
|
|
77
|
-
const
|
|
78
|
-
if (
|
|
79
|
-
|
|
80
|
-
const Z =
|
|
81
|
-
...
|
|
82
|
-
label:
|
|
83
|
-
key:
|
|
84
|
-
isFixed:
|
|
85
|
-
isLinked:
|
|
86
|
-
labelLanguage:
|
|
87
|
-
})), ye = ne.map((
|
|
88
|
-
...
|
|
89
|
-
label:
|
|
90
|
-
key:
|
|
91
|
-
isFixed:
|
|
77
|
+
const U = JSON.parse(C);
|
|
78
|
+
if (U.originalList && Array.isArray(U.originalList)) {
|
|
79
|
+
p = JSON.parse(JSON.stringify(U.originalList));
|
|
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:
|
|
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
|
-
|
|
103
|
-
const Xe =
|
|
104
|
-
return
|
|
105
|
-
...
|
|
106
|
-
label:
|
|
107
|
-
key:
|
|
108
|
-
isFixed:
|
|
109
|
-
isLinked:
|
|
102
|
+
g.value = [...ge, ...ye, ...D];
|
|
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
|
}
|
|
115
|
-
} catch (
|
|
116
|
-
console.warn("加载保存的搜索配置失败:",
|
|
115
|
+
} catch (H) {
|
|
116
|
+
console.warn("加载保存的搜索配置失败:", H);
|
|
117
117
|
}
|
|
118
118
|
return !1;
|
|
119
|
-
},
|
|
119
|
+
}, a = () => {
|
|
120
120
|
try {
|
|
121
121
|
const _ = {
|
|
122
|
-
originalList:
|
|
123
|
-
showList:
|
|
122
|
+
originalList: p,
|
|
123
|
+
showList: g.value.map((C) => ({
|
|
124
124
|
...C,
|
|
125
125
|
key: C.key,
|
|
126
126
|
label: C.label,
|
|
@@ -128,101 +128,101 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
128
128
|
isLinked: C.isLinked,
|
|
129
129
|
labelLanguage: C?.labelLanguage || void 0
|
|
130
130
|
}))
|
|
131
|
-
},
|
|
132
|
-
localStorage.setItem(
|
|
131
|
+
}, H = I();
|
|
132
|
+
localStorage.setItem(H, JSON.stringify(_));
|
|
133
133
|
} catch (_) {
|
|
134
134
|
console.warn("保存搜索配置失败:", _);
|
|
135
135
|
}
|
|
136
|
-
},
|
|
137
|
-
const _ =
|
|
138
|
-
return _ >= c.showNumber -
|
|
136
|
+
}, f = K(() => {
|
|
137
|
+
const _ = g.value.filter((C) => !C.isFixed && !C.isLinked).length, H = g.value.filter((C) => C.isFixed || C.isLinked).length;
|
|
138
|
+
return _ >= c.showNumber - H;
|
|
139
139
|
});
|
|
140
140
|
se(
|
|
141
141
|
() => c.list,
|
|
142
142
|
(_) => {
|
|
143
|
-
let
|
|
144
|
-
if (!(!
|
|
145
|
-
|
|
146
|
-
const C = _.filter((D) => D?.isFixed),
|
|
143
|
+
let H = JSON.stringify(g.value) !== JSON.stringify(_);
|
|
144
|
+
if (!(!H && l()) && (p.length === 0 || H)) {
|
|
145
|
+
p = JSON.parse(JSON.stringify(_));
|
|
146
|
+
const C = _.filter((D) => D?.isFixed), U = _.filter((D) => D?.isLinked), Z = _.filter((D) => !D?.isFixed && !D?.isLinked), ne = c.showNumber && c.showNumber > 0 ? Math.max(0, c.showNumber - C.length - U.length) : Z.length, de = C.map((D) => ({
|
|
147
147
|
...D,
|
|
148
|
-
label:
|
|
148
|
+
label: F(D) || `${D.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
149
149
|
key: D.key,
|
|
150
150
|
isFixed: D?.isFixed || !1,
|
|
151
151
|
isLinked: D?.isLinked || !1,
|
|
152
152
|
labelLanguage: D?.labelLanguage || void 0
|
|
153
|
-
})), ve =
|
|
153
|
+
})), ve = U.map((D) => ({
|
|
154
154
|
...D,
|
|
155
|
-
label:
|
|
155
|
+
label: F(D) || `${D.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
156
156
|
key: D.key,
|
|
157
157
|
isFixed: D?.isFixed || !1,
|
|
158
158
|
isLinked: !0,
|
|
159
159
|
labelLanguage: D?.labelLanguage || void 0
|
|
160
160
|
})), ge = Z.slice(0, ne).map((D) => ({
|
|
161
161
|
...D,
|
|
162
|
-
label:
|
|
162
|
+
label: F(D) || `${D.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
163
163
|
key: D.key,
|
|
164
164
|
isFixed: D?.isFixed || !1,
|
|
165
165
|
isLinked: D?.isLinked || !1,
|
|
166
166
|
labelLanguage: D?.labelLanguage || void 0
|
|
167
167
|
}));
|
|
168
|
-
|
|
168
|
+
g.value = [...de, ...ve, ...ge];
|
|
169
169
|
const ye = Z.slice(ne).map((D) => ({
|
|
170
170
|
...D,
|
|
171
|
-
label:
|
|
171
|
+
label: F(D) || `${D.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
172
172
|
key: D.key,
|
|
173
173
|
isFixed: D?.isFixed || !1,
|
|
174
174
|
isLinked: D?.isLinked || !1,
|
|
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
|
-
const
|
|
185
|
-
|
|
186
|
-
},
|
|
187
|
-
if (
|
|
184
|
+
const H = g.value.findIndex((C) => C.key === _.key);
|
|
185
|
+
H !== -1 && (g.value.splice(H, 1), w.value.push({ ..._, active: !1 }));
|
|
186
|
+
}, u = (_) => {
|
|
187
|
+
if (f.value)
|
|
188
188
|
return;
|
|
189
|
-
const
|
|
190
|
-
if (
|
|
191
|
-
const [C] =
|
|
192
|
-
|
|
189
|
+
const H = w.value.findIndex((C) => C.key === _.key);
|
|
190
|
+
if (H !== -1) {
|
|
191
|
+
const [C] = w.value.splice(H, 1);
|
|
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
|
|
202
|
-
|
|
203
|
-
},
|
|
204
|
-
const
|
|
205
|
-
|
|
201
|
+
const H = w.value.findIndex((C) => C.key === _.key);
|
|
202
|
+
H !== -1 && (w.value[H].active = !0);
|
|
203
|
+
}, W = (_) => {
|
|
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
|
-
}), (_,
|
|
210
|
-
class:
|
|
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
|
-
"onUpdate:visible":
|
|
215
|
-
width:
|
|
216
|
-
onCancel:
|
|
214
|
+
"onUpdate:visible": H[1] || (H[1] = (C) => A.value = C),
|
|
215
|
+
width: G.value,
|
|
216
|
+
onCancel: j,
|
|
217
217
|
onOk: le
|
|
218
218
|
}, {
|
|
219
219
|
title: s(() => [
|
|
220
|
-
|
|
221
|
-
class:
|
|
220
|
+
y("div", {
|
|
221
|
+
class: V(n(d).e("title"))
|
|
222
222
|
}, L(e.title), 3)
|
|
223
223
|
]),
|
|
224
224
|
footer: s(() => [
|
|
225
|
-
x(n(ue), { onClick:
|
|
225
|
+
x(n(ue), { onClick: j }, {
|
|
226
226
|
default: s(() => [
|
|
227
227
|
O(L(_.$t("hbLibComp.hbFormItemFilterModal.cancel")), 1)
|
|
228
228
|
]),
|
|
@@ -239,72 +239,72 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
239
239
|
})
|
|
240
240
|
]),
|
|
241
241
|
default: s(() => [
|
|
242
|
-
|
|
243
|
-
class:
|
|
242
|
+
y("section", {
|
|
243
|
+
class: V(n(d).e("show"))
|
|
244
244
|
}, [
|
|
245
|
-
|
|
246
|
-
class:
|
|
245
|
+
y("div", {
|
|
246
|
+
class: V(n(d).e("show__title"))
|
|
247
247
|
}, [
|
|
248
|
-
|
|
249
|
-
class:
|
|
248
|
+
y("span", {
|
|
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
|
-
|
|
254
|
-
class:
|
|
253
|
+
y("div", {
|
|
254
|
+
class: V(n(d).e("show__tag"))
|
|
255
255
|
}, [
|
|
256
256
|
x(n(fe), {
|
|
257
|
-
modelValue:
|
|
258
|
-
"onUpdate:modelValue":
|
|
257
|
+
modelValue: g.value,
|
|
258
|
+
"onUpdate:modelValue": H[0] || (H[0] = (C) => g.value = C),
|
|
259
259
|
"item-key": "key",
|
|
260
260
|
tag: "div",
|
|
261
261
|
disabled: $.value,
|
|
262
|
-
move:
|
|
262
|
+
move: E
|
|
263
263
|
}, {
|
|
264
264
|
item: s(({ element: C }) => [
|
|
265
|
-
|
|
266
|
-
class:
|
|
265
|
+
y("div", {
|
|
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:
|
|
272
|
-
onClick: (
|
|
273
|
-
}, null, 8, ["class", "onClick"])) :
|
|
271
|
+
class: V(n(d).e("show__tag__item-close")),
|
|
272
|
+
onClick: (U) => k(C)
|
|
273
|
+
}, null, 8, ["class", "onClick"])) : N("", !0)
|
|
274
274
|
], 2)
|
|
275
275
|
]),
|
|
276
276
|
_: 1
|
|
277
277
|
}, 8, ["modelValue", "disabled"])
|
|
278
278
|
], 2)
|
|
279
279
|
], 2),
|
|
280
|
-
|
|
281
|
-
class:
|
|
280
|
+
y("section", {
|
|
281
|
+
class: V(n(d).e("unshow"))
|
|
282
282
|
}, [
|
|
283
|
-
|
|
284
|
-
class:
|
|
283
|
+
y("div", {
|
|
284
|
+
class: V(n(d).e("show__title"))
|
|
285
285
|
}, [
|
|
286
|
-
|
|
287
|
-
class:
|
|
286
|
+
y("span", {
|
|
287
|
+
class: V(n(d).e("title__tip"))
|
|
288
288
|
}, L(_.$t("hbLibComp.hbFormItemFilterModal.notShowTip")), 3)
|
|
289
289
|
], 2),
|
|
290
|
-
|
|
291
|
-
class:
|
|
290
|
+
y("div", {
|
|
291
|
+
class: V(n(d).e("unshow__tag"))
|
|
292
292
|
}, [
|
|
293
|
-
|
|
294
|
-
class:
|
|
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
|
-
onMouseenter: (
|
|
297
|
-
onMouseleave: (
|
|
296
|
+
onMouseenter: (U) => Q(C),
|
|
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:
|
|
303
|
-
onClick: (
|
|
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:
|
|
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,23 +349,23 @@ 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
|
-
}, A = P(),
|
|
357
|
+
}, A = P(), G = () => {
|
|
358
358
|
A.value && A.value.toOpenModal();
|
|
359
|
-
},
|
|
360
|
-
i("handleSfcmConfirm",
|
|
361
|
-
},
|
|
359
|
+
}, p = (F) => {
|
|
360
|
+
i("handleSfcmConfirm", F);
|
|
361
|
+
}, g = () => {
|
|
362
362
|
c.value = c.value === "show" ? "hide" : "show";
|
|
363
363
|
};
|
|
364
364
|
se(
|
|
365
|
-
() =>
|
|
366
|
-
(
|
|
367
|
-
if (
|
|
368
|
-
console.log(
|
|
365
|
+
() => h.isFormExpanded,
|
|
366
|
+
(F) => {
|
|
367
|
+
if (F) {
|
|
368
|
+
console.log(F);
|
|
369
369
|
const l = document.querySelector("#subpackage_container");
|
|
370
370
|
l instanceof HTMLElement && (l.style.overflow = "hidden", setTimeout(() => {
|
|
371
371
|
l.style.overflow = "auto";
|
|
@@ -373,30 +373,30 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
375
|
);
|
|
376
|
-
const
|
|
377
|
-
const l =
|
|
376
|
+
const w = (F) => {
|
|
377
|
+
const l = F;
|
|
378
378
|
l.style.height = "", l.offsetHeight;
|
|
379
|
-
}, $ = (
|
|
380
|
-
const l =
|
|
379
|
+
}, $ = (F) => {
|
|
380
|
+
const l = F;
|
|
381
381
|
l.style.height = "", l.style.overflow = "", be(() => {
|
|
382
|
-
|
|
382
|
+
T.calTableHeight && T.calTableHeight();
|
|
383
383
|
});
|
|
384
|
-
},
|
|
385
|
-
const l =
|
|
386
|
-
if (
|
|
387
|
-
const
|
|
388
|
-
l.style.height =
|
|
384
|
+
}, E = (F) => {
|
|
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,133 +407,133 @@ 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
|
-
}), (
|
|
416
|
-
const
|
|
417
|
-
return
|
|
415
|
+
}), (F, l) => {
|
|
416
|
+
const a = q("a-button"), f = q("a-tooltip"), k = q("HbLibFormItemFilterModal");
|
|
417
|
+
return o(), S(J, null, [
|
|
418
418
|
x(tt, {
|
|
419
419
|
name: "form-collapse",
|
|
420
|
-
onEnter:
|
|
420
|
+
onEnter: w,
|
|
421
421
|
onAfterEnter: $,
|
|
422
|
-
onLeave:
|
|
423
|
-
onAfterLeave:
|
|
422
|
+
onLeave: E,
|
|
423
|
+
onAfterLeave: I
|
|
424
424
|
}, {
|
|
425
425
|
default: s(() => [
|
|
426
|
-
re(
|
|
427
|
-
class:
|
|
426
|
+
re(y("div", {
|
|
427
|
+
class: V([n(m).b(), "hb-lib-list-page-form-box hb-form-item-ui"])
|
|
428
428
|
}, [
|
|
429
|
-
x(n(Ue), X(
|
|
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
|
-
(
|
|
437
|
-
key:
|
|
436
|
+
(o(!0), S(J, null, ae(t.value, (u, j) => (o(), R(n(Ee), X({
|
|
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(
|
|
534
|
+
O(L(u.label) + " ", 1),
|
|
535
535
|
x(n(we), {
|
|
536
|
-
title:
|
|
536
|
+
title: u.tooltip
|
|
537
537
|
}, {
|
|
538
538
|
default: s(() => [
|
|
539
539
|
x(n(bt), { style: { "margin-left": "4px", color: "#1890ff" } })
|
|
@@ -544,8 +544,8 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
544
544
|
key: "0"
|
|
545
545
|
} : void 0
|
|
546
546
|
]), 1040, ["name", "class"]))), 128)),
|
|
547
|
-
|
|
548
|
-
x(
|
|
547
|
+
y("section", xt, [
|
|
548
|
+
x(a, {
|
|
549
549
|
type: "primary",
|
|
550
550
|
onClick: v,
|
|
551
551
|
class: "hb_list_page_button"
|
|
@@ -554,29 +554,29 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
554
554
|
x(n(Ie))
|
|
555
555
|
]),
|
|
556
556
|
default: s(() => [
|
|
557
|
-
O(" " + L(
|
|
557
|
+
O(" " + L(F.$t("hbLibComp.hbListPageAct.query")), 1)
|
|
558
558
|
]),
|
|
559
559
|
_: 1
|
|
560
560
|
}),
|
|
561
|
-
x(
|
|
561
|
+
x(a, {
|
|
562
562
|
type: "link",
|
|
563
|
-
onClick:
|
|
563
|
+
onClick: B
|
|
564
564
|
}, {
|
|
565
565
|
default: s(() => [
|
|
566
|
-
O(L(
|
|
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
|
-
title:
|
|
572
|
+
title: F.$t("hbLibComp.hbListPageAct.selfDefine")
|
|
573
573
|
}, {
|
|
574
574
|
default: s(() => [
|
|
575
|
-
|
|
575
|
+
y("span", {
|
|
576
576
|
class: "hb-lib-form-svg",
|
|
577
|
-
onClick:
|
|
577
|
+
onClick: G
|
|
578
578
|
}, [...l[0] || (l[0] = [
|
|
579
|
-
|
|
579
|
+
y("svg", {
|
|
580
580
|
t: "1757915025410",
|
|
581
581
|
class: "icon",
|
|
582
582
|
viewBox: "0 0 1024 1024",
|
|
@@ -586,7 +586,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
586
586
|
width: "200",
|
|
587
587
|
height: "200"
|
|
588
588
|
}, [
|
|
589
|
-
|
|
589
|
+
y("path", {
|
|
590
590
|
d: "M910.57152 73.176615v5.750154a7.089231 7.089231 0 0 1-0.472615 2.363077 72.310154 72.310154 0 0 0-5.19877 5.356308L589.980751 444.494769a72.467692 72.467692 0 0 0-17.014154 60.494769v441.659077l-121.698462-60.100923V497.033846A72.467692 72.467692 0 0 0 433.229982 444.573538L118.940751 86.646154a75.618462 75.618462 0 0 0-5.041231-5.277539 7.089231 7.089231 0 0 1-0.393846-2.363077V73.097846h796.908308zM921.599212 0H102.399212C67.661982 0 39.383828 31.901538 39.383828 71.207385v7.876923c0 21.661538 8.664615 42.141538 23.630769 55.611077L377.146289 492.307692h-0.157538v398.257231c0 25.127385 14.414769 48.206769 37.257846 59.549539l135.010461 66.56a68.056615 68.056615 0 0 0 65.851077-2.678154 66.087385 66.087385 0 0 0 31.901539-56.871385v-464.738461h-1.024l315.076923-357.848616A75.067077 75.067077 0 0 0 984.614597 78.926769V71.207385C984.614597 31.901538 956.493982 0 921.599212 0z",
|
|
591
591
|
fill: "#ff5000",
|
|
592
592
|
"p-id": "16347"
|
|
@@ -595,34 +595,34 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
595
595
|
])])
|
|
596
596
|
]),
|
|
597
597
|
_: 1
|
|
598
|
-
}, 8, ["title"])) :
|
|
599
|
-
|
|
598
|
+
}, 8, ["title"])) : N("", !0),
|
|
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
|
-
class:
|
|
606
|
+
class: V(n(m).e("footer"))
|
|
607
607
|
}, [
|
|
608
|
-
|
|
609
|
-
class:
|
|
608
|
+
y("div", {
|
|
609
|
+
class: V(n(m).e("footer__left"))
|
|
610
610
|
}, [
|
|
611
|
-
|
|
611
|
+
Y(F.$slots, "form-footer-left", {}, void 0, !0)
|
|
612
612
|
], 2),
|
|
613
|
-
|
|
614
|
-
class:
|
|
613
|
+
y("div", {
|
|
614
|
+
class: V(n(m).e("footer__right"))
|
|
615
615
|
}, [
|
|
616
|
-
c.value == "show" ?
|
|
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
|
-
O(L(
|
|
625
|
+
O(L(F.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
626
626
|
]),
|
|
627
627
|
_: 1
|
|
628
628
|
}),
|
|
@@ -631,22 +631,22 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
631
631
|
onClick: v
|
|
632
632
|
}, {
|
|
633
633
|
default: s(() => [
|
|
634
|
-
O(L(
|
|
634
|
+
O(L(F.$t("hbLibComp.hbListPageAct.query")), 1)
|
|
635
635
|
]),
|
|
636
636
|
_: 1
|
|
637
637
|
})
|
|
638
|
-
], !0) :
|
|
638
|
+
], !0) : N("", !0),
|
|
639
639
|
x(n(ue), {
|
|
640
640
|
type: "primary",
|
|
641
|
-
onClick:
|
|
641
|
+
onClick: g
|
|
642
642
|
}, {
|
|
643
643
|
default: s(() => [
|
|
644
|
-
O(L(c.value == "show" ? `${
|
|
644
|
+
O(L(c.value == "show" ? `${F.$t("hbLibComp.hbListPageAct.close")}` : `${F.$t("hbLibComp.hbListPageAct.open")}`), 1)
|
|
645
645
|
]),
|
|
646
646
|
_: 1
|
|
647
647
|
})
|
|
648
648
|
], 2)
|
|
649
|
-
], 2)) :
|
|
649
|
+
], 2)) : N("", !0)
|
|
650
650
|
], 2), [
|
|
651
651
|
[lt, e.isFormExpanded]
|
|
652
652
|
])
|
|
@@ -657,7 +657,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
657
657
|
list: t.value,
|
|
658
658
|
ref_key: "HbSfCmRef",
|
|
659
659
|
ref: A,
|
|
660
|
-
onConfirm:
|
|
660
|
+
onConfirm: p
|
|
661
661
|
}, null, 8, ["list"])
|
|
662
662
|
], 64);
|
|
663
663
|
};
|
|
@@ -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,56 +682,56 @@ 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
|
-
}), (
|
|
703
|
-
const t =
|
|
704
|
-
return
|
|
705
|
-
|
|
706
|
-
|
|
702
|
+
}), (h, c) => {
|
|
703
|
+
const t = q("a-tooltip");
|
|
704
|
+
return o(), S("section", Ht, [
|
|
705
|
+
y("aside", At, L(T.value), 1),
|
|
706
|
+
y("aside", Dt, [
|
|
707
707
|
x(t, {
|
|
708
|
-
title: n(r) ? `${
|
|
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) ? (
|
|
718
|
-
|
|
717
|
+
n(r) ? (o(), S("svg", Bt, [...c[2] || (c[2] = [
|
|
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",
|
|
721
721
|
"p-id": "23905"
|
|
722
722
|
}, null, -1),
|
|
723
|
-
|
|
723
|
+
y("path", {
|
|
724
724
|
d: "M896 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.333333zM257.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.666667zM680.96 917.333333c-11.946667 0-21.333333-9.386667-21.333333-21.333333v-141.653333a106.666667 106.666667 0 0 1 106.666666-106.666667H896c11.946667 0 21.333333 9.386667 21.333333 21.333333s-9.386667 21.333333-21.333333 21.333334h-129.706667c-35.413333 0-64 28.586667-64 64V896c0 11.946667-9.386667 21.333333-21.333333 21.333333zM343.04 917.333333c-11.946667 0-21.333333-9.386667-21.333333-21.333333v-141.653333c0-35.413333-28.586667-64-64-64H128c-11.946667 0-21.333333-9.386667-21.333333-21.333334s9.386667-21.333333 21.333333-21.333333h129.706667a106.666667 106.666667 0 0 1 106.666666 106.666667V896c0 11.946667-9.813333 21.333333-21.333333 21.333333z",
|
|
725
725
|
fill: "#ff5000",
|
|
726
726
|
"p-id": "23906"
|
|
727
727
|
}, null, -1),
|
|
728
|
-
|
|
728
|
+
y("path", {
|
|
729
729
|
d: "M343.04 917.333333c-11.946667 0-21.333333-9.386667-21.333333-21.333333v-141.653333c0-35.413333-28.586667-64-64-64H128c-11.946667 0-21.333333-9.386667-21.333333-21.333334s9.386667-21.333333 21.333333-21.333333h129.706667a106.666667 106.666667 0 0 1 106.666666 106.666667V896c0 11.946667-9.813333 21.333333-21.333333 21.333333zM680.96 917.333333c-11.946667 0-21.333333-9.386667-21.333333-21.333333v-141.653333a106.666667 106.666667 0 0 1 106.666666-106.666667H896c11.946667 0 21.333333 9.386667 21.333333 21.333333s-9.386667 21.333333-21.333333 21.333334h-129.706667c-35.413333 0-64 28.586667-64 64V896c0 11.946667-9.386667 21.333333-21.333333 21.333333z",
|
|
730
730
|
fill: "#ff5000",
|
|
731
731
|
"p-id": "23907"
|
|
732
732
|
}, null, -1)
|
|
733
|
-
])])) : (
|
|
734
|
-
|
|
733
|
+
])])) : (o(), S("svg", Ot, [...c[1] || (c[1] = [
|
|
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",
|
|
737
737
|
"p-id": "22886"
|
|
@@ -741,12 +741,12 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
741
741
|
]),
|
|
742
742
|
_: 1
|
|
743
743
|
}, 8, ["title"]),
|
|
744
|
-
|
|
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,30 +754,30 @@ 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
|
-
}), (
|
|
765
|
-
const t =
|
|
766
|
-
return
|
|
767
|
-
|
|
768
|
-
|
|
764
|
+
}), (h, c) => {
|
|
765
|
+
const t = q("a-tooltip");
|
|
766
|
+
return o(), S("section", zt, [
|
|
767
|
+
y("aside", Vt, [
|
|
768
|
+
Y(h.$slots, "btnsLeft", {}, void 0, !0)
|
|
769
769
|
]),
|
|
770
|
-
|
|
771
|
-
e.needReload ? (
|
|
770
|
+
y("aside", Et, [
|
|
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", {
|
|
777
777
|
class: "hb-lib-list-btns-act-svg hb-lib-list-btns-item",
|
|
778
778
|
onClick: m
|
|
779
779
|
}, [...c[0] || (c[0] = [
|
|
780
|
-
|
|
780
|
+
y("svg", {
|
|
781
781
|
t: "1759041224819",
|
|
782
782
|
class: "icon",
|
|
783
783
|
viewBox: "0 0 1024 1024",
|
|
@@ -787,7 +787,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
787
787
|
width: "200",
|
|
788
788
|
height: "200"
|
|
789
789
|
}, [
|
|
790
|
-
|
|
790
|
+
y("path", {
|
|
791
791
|
d: "M958.681412 457.499032c-6.170072-50.632177-20.854483-99.563886-43.643361-145.434552-45.779694-92.144205-122.249797-166.333021-215.325711-208.898719-20.083724-9.18513-43.810309-0.349891-52.995439 19.734833-9.18413 20.082724-0.349891 43.810309 19.733833 52.996438 159.26323 72.834239 245.755201 249.640987 205.658732 420.410622-30.735395 130.876101-129.201624 233.321087-256.187941 270.333521l-0.262918-70.800875-196.843487 114.650172 197.690222 113.176632-0.275914-74.43274c75.398438-17.911403 144.809747-54.929834 202.084849-108.039237 65.597501-60.827991 111.122274-139.186504 131.651859-226.606186 12.170197-51.828803 15.10328-104.683286 8.715276-157.089909zM408.299406-0.001l0.271915 74.43374c-75.404436 17.911403-144.820744 54.931834-202.099843 108.046235-65.6005 60.83099-111.124274 139.191503-131.651859 226.616183-7.987504 34.034364-11.994252 68.507591-11.994252 103.010809 0 17.994377 1.090659 35.996751 3.271978 53.946142 6.152077 50.59119 20.803499 99.48891 43.545392 145.333583 45.678725 92.080225 122.012871 166.270041 214.936832 208.900718 20.071728 9.209122 43.810309 0.401874 53.018432-19.670852 9.210122-20.076726 0.400875-43.810309-19.671853-53.019432-158.963324-72.92821-245.278351-249.658982-205.24886-420.22368 30.732396-130.883099 129.201624-233.333083 256.195939-270.345517l0.259919 70.801874 196.850484-114.640174L408.299406-0.001z",
|
|
792
792
|
fill: "#ff5000",
|
|
793
793
|
"p-id": "4203"
|
|
@@ -796,70 +796,70 @@ 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
|
-
|
|
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 $ = document.querySelector(".ant-table"),
|
|
832
|
+
const $ = document.querySelector(".ant-table"), E = document.querySelector(".ant-pagination");
|
|
833
833
|
if ($) {
|
|
834
|
-
const
|
|
835
|
-
let
|
|
836
|
-
|
|
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
|
-
},
|
|
841
|
+
}, B = () => {
|
|
842
842
|
const $ = document.querySelector(".ant-pagination");
|
|
843
843
|
if ($) {
|
|
844
|
-
const
|
|
844
|
+
const E = new MutationObserver(() => {
|
|
845
845
|
v();
|
|
846
846
|
});
|
|
847
|
-
return
|
|
847
|
+
return E.observe($, {
|
|
848
848
|
childList: !0,
|
|
849
849
|
subtree: !0,
|
|
850
850
|
attributes: !0,
|
|
851
851
|
attributeFilter: ["style", "class"]
|
|
852
|
-
}),
|
|
852
|
+
}), E;
|
|
853
853
|
}
|
|
854
854
|
return null;
|
|
855
855
|
}, A = () => {
|
|
856
856
|
const $ = document.querySelector(".hb-lib-list-page-form-box");
|
|
857
857
|
$ && (m = new ResizeObserver(() => {
|
|
858
|
-
document.querySelectorAll(".ant-tooltip").forEach((
|
|
859
|
-
|
|
858
|
+
document.querySelectorAll(".ant-tooltip").forEach((I) => {
|
|
859
|
+
I.style.display = "none";
|
|
860
860
|
}), v();
|
|
861
861
|
}), m.observe($));
|
|
862
|
-
},
|
|
862
|
+
}, G = () => {
|
|
863
863
|
const $ = document.querySelector(".hb-lib-list-page-form-box");
|
|
864
864
|
$ && (c = new MutationObserver(() => {
|
|
865
865
|
setTimeout(() => {
|
|
@@ -871,19 +871,19 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
871
871
|
attributes: !0,
|
|
872
872
|
attributeFilter: ["style", "class"]
|
|
873
873
|
}));
|
|
874
|
-
},
|
|
874
|
+
}, p = () => {
|
|
875
875
|
t && clearTimeout(t), t = setTimeout(() => {
|
|
876
876
|
v();
|
|
877
877
|
}, 100);
|
|
878
|
-
},
|
|
879
|
-
window.addEventListener("resize",
|
|
880
|
-
A(),
|
|
878
|
+
}, g = () => {
|
|
879
|
+
window.addEventListener("resize", p), be(() => {
|
|
880
|
+
A(), G(), h = B();
|
|
881
881
|
});
|
|
882
|
-
},
|
|
883
|
-
window.removeEventListener("resize",
|
|
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();
|
|
@@ -891,11 +891,11 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
891
891
|
},
|
|
892
892
|
{ deep: !0 }
|
|
893
893
|
), Me(() => {
|
|
894
|
-
v(),
|
|
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 =
|
|
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
|
-
|
|
928
|
-
|
|
927
|
+
Y(h.$slots, "header"),
|
|
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
|
-
|
|
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 =
|
|
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
|
-
const
|
|
995
|
-
l && (m.value = l,
|
|
994
|
+
const G = (l) => {
|
|
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
|
-
},
|
|
1002
|
-
c.value = [...
|
|
1003
|
-
},
|
|
1004
|
-
const l = r.multiple ? c.value : c.value[0] || "",
|
|
1005
|
-
|
|
1006
|
-
},
|
|
1007
|
-
const
|
|
1008
|
-
r.remoteSearch && (i("search",
|
|
1009
|
-
}, 300),
|
|
1001
|
+
}, p = P([]), g = () => {
|
|
1002
|
+
c.value = [...p.value], m.value = !1, i("cancel");
|
|
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
|
+
}, E = Ct((l) => {
|
|
1007
|
+
const a = l !== void 0 ? l : h.value;
|
|
1008
|
+
r.remoteSearch && (i("search", a), i("update:searchValue", a));
|
|
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
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
1032
|
x(le, {
|
|
1033
|
-
value:
|
|
1034
|
-
"onUpdate:value":
|
|
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,38 +1039,38 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1039
1039
|
open: m.value,
|
|
1040
1040
|
allowClear: "",
|
|
1041
1041
|
maxTagCount: e.maxTagCount,
|
|
1042
|
-
options:
|
|
1043
|
-
onDropdownVisibleChange:
|
|
1044
|
-
onSearch: n(
|
|
1042
|
+
options: d.value,
|
|
1043
|
+
onDropdownVisibleChange: G,
|
|
1044
|
+
onSearch: n(E),
|
|
1045
1045
|
"max-tag-text-length": e.tagTextLength,
|
|
1046
|
-
class:
|
|
1046
|
+
class: V({ "has-prefix": e.prefix }),
|
|
1047
1047
|
"data-prefix": e.prefix,
|
|
1048
1048
|
style: { width: "100%" }
|
|
1049
1049
|
}, {
|
|
1050
|
-
tagRender: s(({ value: Q, label:
|
|
1051
|
-
x(
|
|
1050
|
+
tagRender: s(({ value: Q, label: W, closable: _, option: H }) => [
|
|
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
|
-
|
|
1057
|
-
|
|
1056
|
+
y("span", Jt, L(W), 1),
|
|
1057
|
+
H?.description ? (o(), S("span", Gt, " (" + L(H.description) + ") ", 1)) : N("", !0)
|
|
1058
1058
|
]),
|
|
1059
1059
|
_: 2
|
|
1060
1060
|
}, 1024)
|
|
1061
1061
|
]),
|
|
1062
1062
|
dropdownRender: s(({ menuNode: Q }) => [
|
|
1063
|
-
|
|
1064
|
-
|
|
1063
|
+
y("div", Qt, [
|
|
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))
|
|
@@ -1078,53 +1078,53 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1078
1078
|
_: 1
|
|
1079
1079
|
}, 8, ["value"])
|
|
1080
1080
|
]),
|
|
1081
|
-
|
|
1082
|
-
(
|
|
1083
|
-
key:
|
|
1084
|
-
class:
|
|
1085
|
-
onClick: () =>
|
|
1081
|
+
y("div", Xt, [
|
|
1082
|
+
(o(!0), S(J, null, ae(d.value, (W) => (o(), S("div", {
|
|
1083
|
+
key: W.value,
|
|
1084
|
+
class: V(["hb-lib-selector-option", { selected: c.value.includes(W.value) }]),
|
|
1085
|
+
onClick: () => I(W)
|
|
1086
1086
|
}, [
|
|
1087
|
-
e.multiple ? (
|
|
1087
|
+
e.multiple ? (o(), R(u, {
|
|
1088
1088
|
key: 0,
|
|
1089
|
-
checked: c.value.includes(
|
|
1090
|
-
onChange: () =>
|
|
1091
|
-
onClick:
|
|
1089
|
+
checked: c.value.includes(W.value),
|
|
1090
|
+
onChange: () => I(W),
|
|
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
|
-
checked: c.value.includes(
|
|
1096
|
-
onChange: () =>
|
|
1097
|
-
onClick:
|
|
1095
|
+
checked: c.value.includes(W.value),
|
|
1096
|
+
onChange: () => I(W),
|
|
1097
|
+
onClick: a[4] || (a[4] = _e(() => {
|
|
1098
1098
|
}, ["stop"]))
|
|
1099
1099
|
}, null, 8, ["checked", "onChange"])),
|
|
1100
|
-
|
|
1101
|
-
|
|
1100
|
+
y("div", tl, [
|
|
1101
|
+
y("div", ll, L(W.label), 1)
|
|
1102
1102
|
])
|
|
1103
1103
|
], 10, el))), 128))
|
|
1104
1104
|
]),
|
|
1105
|
-
|
|
1106
|
-
e.multiple ? (
|
|
1107
|
-
x(
|
|
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
|
-
onChange:
|
|
1110
|
+
onChange: F
|
|
1111
1111
|
}, {
|
|
1112
1112
|
default: s(() => [
|
|
1113
1113
|
O(L(l.$t("hbLibComp.hbFormSelectFilter.allSelect")), 1)
|
|
1114
1114
|
]),
|
|
1115
1115
|
_: 1
|
|
1116
1116
|
}, 8, ["checked", "indeterminate"]),
|
|
1117
|
-
|
|
1118
|
-
x(
|
|
1117
|
+
y("div", nl, [
|
|
1118
|
+
x(z, {
|
|
1119
1119
|
size: "small",
|
|
1120
|
-
onClick:
|
|
1120
|
+
onClick: g
|
|
1121
1121
|
}, {
|
|
1122
1122
|
default: s(() => [
|
|
1123
1123
|
O(L(l.$t("hbLibComp.hbFormItemFilterModal.cancel")), 1)
|
|
1124
1124
|
]),
|
|
1125
1125
|
_: 1
|
|
1126
1126
|
}),
|
|
1127
|
-
x(
|
|
1127
|
+
x(z, {
|
|
1128
1128
|
type: "primary",
|
|
1129
1129
|
size: "small",
|
|
1130
1130
|
onClick: $
|
|
@@ -1135,12 +1135,12 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1135
1135
|
_: 1
|
|
1136
1136
|
})
|
|
1137
1137
|
])
|
|
1138
|
-
])) : (
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
x(
|
|
1138
|
+
])) : (o(), S("div", sl, [
|
|
1139
|
+
a[6] || (a[6] = y("div", null, null, -1)),
|
|
1140
|
+
y("div", il, [
|
|
1141
|
+
x(z, {
|
|
1142
1142
|
size: "small",
|
|
1143
|
-
onClick:
|
|
1143
|
+
onClick: g
|
|
1144
1144
|
}, {
|
|
1145
1145
|
default: s(() => [
|
|
1146
1146
|
O(L(l.$t("hbLibComp.hbFormSelectFilter.close")), 1)
|
|
@@ -1169,52 +1169,52 @@ 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
|
-
}),
|
|
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
|
-
},
|
|
1193
|
-
|
|
1194
|
-
},
|
|
1195
|
-
|
|
1196
|
-
},
|
|
1197
|
-
k(), A.searchText =
|
|
1198
|
-
}, l = (
|
|
1199
|
-
|
|
1200
|
-
},
|
|
1201
|
-
|
|
1192
|
+
}, E = () => {
|
|
1193
|
+
d.value = [], v.value = [];
|
|
1194
|
+
}, I = () => {
|
|
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
|
|
1204
|
-
resetInputVal:
|
|
1205
|
-
}), (
|
|
1206
|
-
const
|
|
1207
|
-
return
|
|
1203
|
+
return b({
|
|
1204
|
+
resetInputVal: I
|
|
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
|
-
x(
|
|
1212
|
+
x(u, {
|
|
1213
1213
|
readonly: "",
|
|
1214
1214
|
onClick: $,
|
|
1215
|
-
value:
|
|
1216
|
-
"onUpdate:value": k[0] || (k[0] = (Q) =>
|
|
1217
|
-
placeholder:
|
|
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: $ })
|
|
@@ -1229,67 +1229,67 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1229
1229
|
class: "hb-lib-multipleSelectModal-modal"
|
|
1230
1230
|
}, {
|
|
1231
1231
|
footer: s(() => [
|
|
1232
|
-
x(
|
|
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
|
-
x(
|
|
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
|
-
x(
|
|
1244
|
+
x(j, {
|
|
1245
1245
|
type: "primary",
|
|
1246
|
-
onClick:
|
|
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
|
-
x(
|
|
1255
|
+
x(z, {
|
|
1256
1256
|
ref_key: "tableRef",
|
|
1257
|
-
ref:
|
|
1258
|
-
columns:
|
|
1259
|
-
dataSource:
|
|
1260
|
-
rowSelection: { selectedRowKeys:
|
|
1257
|
+
ref: B,
|
|
1258
|
+
columns: p.value,
|
|
1259
|
+
dataSource: G.value,
|
|
1260
|
+
rowSelection: { selectedRowKeys: d.value, onChange: a },
|
|
1261
1261
|
rowKey: (Q) => Q[e.tableKey],
|
|
1262
1262
|
scroll: { y: e.tableHeight }
|
|
1263
1263
|
}, {
|
|
1264
|
-
customFilterDropdown: s(({ setSelectedKeys: Q, selectedKeys:
|
|
1265
|
-
|
|
1266
|
-
x(
|
|
1264
|
+
customFilterDropdown: s(({ setSelectedKeys: Q, selectedKeys: W, confirm: _, clearFilters: H, column: C }) => [
|
|
1265
|
+
y("div", ul, [
|
|
1266
|
+
x(u, {
|
|
1267
1267
|
ref_key: "searchInput",
|
|
1268
1268
|
ref: c,
|
|
1269
1269
|
placeholder: `请输入${C.title}`,
|
|
1270
|
-
value:
|
|
1270
|
+
value: W[0],
|
|
1271
1271
|
class: "hb-lib-form-item-filter-modal-search-input",
|
|
1272
|
-
onChange: (
|
|
1273
|
-
onPressEnter: (
|
|
1272
|
+
onChange: (U) => Q(U.target.value ? [U.target.value] : []),
|
|
1273
|
+
onPressEnter: (U) => F(W, _, C.dataIndex)
|
|
1274
1274
|
}, null, 8, ["placeholder", "value", "onChange", "onPressEnter"]),
|
|
1275
|
-
|
|
1276
|
-
x(
|
|
1275
|
+
y("section", bl, [
|
|
1276
|
+
x(j, {
|
|
1277
1277
|
class: "hb-lib-form-item-filter-modal-button",
|
|
1278
1278
|
type: "ghost",
|
|
1279
|
-
onClick: (
|
|
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
|
-
x(
|
|
1286
|
+
x(j, {
|
|
1287
1287
|
type: "primary",
|
|
1288
1288
|
class: "hb-lib-form-item-filter-modal-button-confirm",
|
|
1289
|
-
onClick: (
|
|
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"])
|
|
@@ -1301,17 +1301,17 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1301
1301
|
style: me({ color: Q ? "#108ee9" : void 0 })
|
|
1302
1302
|
}, null, 8, ["style"])
|
|
1303
1303
|
]),
|
|
1304
|
-
bodyCell: s(({ text: Q, column:
|
|
1305
|
-
A.searchText && A.searchedColumn ===
|
|
1306
|
-
(
|
|
1307
|
-
_.toLowerCase() === A.searchText.toLowerCase() ? (
|
|
1308
|
-
key:
|
|
1304
|
+
bodyCell: s(({ text: Q, column: W }) => [
|
|
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
|
+
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,119 +1335,129 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1335
1335
|
record: {},
|
|
1336
1336
|
buttonDisplaysQuantity: {}
|
|
1337
1337
|
},
|
|
1338
|
-
setup(e, { expose:
|
|
1339
|
-
const r = e, { t: i } = ce(),
|
|
1340
|
-
|
|
1341
|
-
},
|
|
1342
|
-
|
|
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
|
+
g.handler && g.handler(r.record);
|
|
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
|
-
},
|
|
1353
|
-
|
|
1354
|
-
},
|
|
1355
|
-
title:
|
|
1356
|
-
content:
|
|
1352
|
+
}, G = () => {
|
|
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
|
-
}), (
|
|
1369
|
-
const $ =
|
|
1370
|
-
return
|
|
1371
|
-
(
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
]) : (a(), B(n(Ce), {
|
|
1383
|
-
key: 1,
|
|
1384
|
-
title: M.confirmTitle,
|
|
1385
|
-
onConfirm: (l) => v(M)
|
|
1386
|
-
}, {
|
|
1387
|
-
default: s(() => [
|
|
1388
|
-
re((a(), S("a", gl, [
|
|
1389
|
-
O(L(M.label), 1)
|
|
1390
|
-
])), [
|
|
1391
|
-
[U, M.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
|
-
onClick: (l) => v(
|
|
1409
|
+
onClick: (l) => v(I),
|
|
1400
1410
|
class: "hb-lib-table-main-action"
|
|
1401
1411
|
}, [
|
|
1402
|
-
O(L(
|
|
1412
|
+
O(L(I.label), 1)
|
|
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
|
-
(
|
|
1417
|
-
key:
|
|
1426
|
+
(o(!0), S(J, null, ae(d.value, (I) => (o(), R(n(Ye), {
|
|
1427
|
+
key: I.key
|
|
1418
1428
|
}, {
|
|
1419
1429
|
default: s(() => [
|
|
1420
|
-
|
|
1421
|
-
|
|
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: (
|
|
1434
|
+
onClick: (F) => B(I)
|
|
1425
1435
|
}, [
|
|
1426
|
-
O(L(
|
|
1436
|
+
O(L(I.label), 1)
|
|
1427
1437
|
], 8, Ll)), [
|
|
1428
|
-
[
|
|
1429
|
-
]) : (
|
|
1438
|
+
[E, I.permissionsTag || null]
|
|
1439
|
+
]) : (o(), R(n(Ce), {
|
|
1430
1440
|
key: 1,
|
|
1431
|
-
title:
|
|
1432
|
-
onConfirm: (
|
|
1441
|
+
title: I.confirmTitle,
|
|
1442
|
+
onConfirm: (F) => v(I)
|
|
1433
1443
|
}, {
|
|
1434
1444
|
default: s(() => [
|
|
1435
|
-
re((
|
|
1436
|
-
O(L(
|
|
1445
|
+
re((o(), S("a", kl, [
|
|
1446
|
+
O(L(I.label), 1)
|
|
1437
1447
|
])), [
|
|
1438
|
-
[
|
|
1448
|
+
[E, I.permissionsTag || null]
|
|
1439
1449
|
])
|
|
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
|
-
onClick: (
|
|
1456
|
+
onClick: (F) => v(I)
|
|
1447
1457
|
}, [
|
|
1448
|
-
O(L(
|
|
1458
|
+
O(L(I.label), 1)
|
|
1449
1459
|
], 8, _l)), [
|
|
1450
|
-
[
|
|
1460
|
+
[E, I.permissionsTag || null]
|
|
1451
1461
|
])
|
|
1452
1462
|
]),
|
|
1453
1463
|
_: 2
|
|
@@ -1457,31 +1467,31 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1457
1467
|
})
|
|
1458
1468
|
]),
|
|
1459
1469
|
default: s(() => [
|
|
1460
|
-
|
|
1461
|
-
O(L(
|
|
1470
|
+
y("a", Cl, [
|
|
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
|
-
})) :
|
|
1476
|
+
})) : N("", !0),
|
|
1467
1477
|
x(n(Se), {
|
|
1468
|
-
visible:
|
|
1469
|
-
title:
|
|
1478
|
+
visible: T.value,
|
|
1479
|
+
title: p.value.title,
|
|
1470
1480
|
"confirm-loading": m.value,
|
|
1471
1481
|
onOk: A,
|
|
1472
|
-
onCancel:
|
|
1482
|
+
onCancel: G
|
|
1473
1483
|
}, {
|
|
1474
1484
|
default: s(() => [
|
|
1475
|
-
|
|
1485
|
+
y("p", Sl, L(p.value.content), 1)
|
|
1476
1486
|
]),
|
|
1477
1487
|
_: 1
|
|
1478
1488
|
}, 8, ["visible", "title", "confirm-loading"])
|
|
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 =
|
|
1527
|
-
return
|
|
1528
|
-
class:
|
|
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", {
|
|
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 ? (
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
])) :
|
|
1535
|
-
x(
|
|
1541
|
+
t.$slots.tableActLeft ? (o(), S("section", $l, [
|
|
1542
|
+
Y(t.$slots, "tableActLeft", {}, void 0, !0),
|
|
1543
|
+
Y(t.$slots, "tableActRight", {}, void 0, !0)
|
|
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
1556
|
x(v, {
|
|
1547
|
-
description: n(
|
|
1557
|
+
description: n(b)("hbLibComp.hbListTable.noData")
|
|
1548
1558
|
}, null, 8, ["description"])
|
|
1549
1559
|
])
|
|
1550
1560
|
]),
|
|
@@ -1552,52 +1562,52 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1552
1562
|
}, [
|
|
1553
1563
|
t.$slots.headerCell ? {
|
|
1554
1564
|
name: "headerCell",
|
|
1555
|
-
fn: s(({ column:
|
|
1556
|
-
|
|
1557
|
-
O(L(
|
|
1565
|
+
fn: s(({ column: p }) => [
|
|
1566
|
+
Y(t.$slots, "headerCell", { column: p }, () => [
|
|
1567
|
+
O(L(p.title), 1)
|
|
1558
1568
|
], !0)
|
|
1559
1569
|
]),
|
|
1560
1570
|
key: "0"
|
|
1561
1571
|
} : void 0,
|
|
1562
1572
|
t.$slots.bodyCell ? {
|
|
1563
1573
|
name: "bodyCell",
|
|
1564
|
-
fn: s(({ column:
|
|
1565
|
-
|
|
1566
|
-
column:
|
|
1567
|
-
record:
|
|
1568
|
-
index:
|
|
1574
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1575
|
+
Y(t.$slots, "bodyCell", {
|
|
1576
|
+
column: p,
|
|
1577
|
+
record: g,
|
|
1578
|
+
index: w,
|
|
1569
1579
|
text: $
|
|
1570
1580
|
}, void 0, !0),
|
|
1571
|
-
|
|
1581
|
+
p && p.needTooltip ? (o(), R(B, {
|
|
1572
1582
|
key: 0,
|
|
1573
1583
|
placement: e.tooltipPlacement
|
|
1574
1584
|
}, {
|
|
1575
1585
|
title: s(() => [
|
|
1576
|
-
O(L(p
|
|
1586
|
+
O(L(g[p.dataIndex]), 1)
|
|
1577
1587
|
]),
|
|
1578
1588
|
default: s(() => [
|
|
1579
|
-
O(" " + L(p
|
|
1589
|
+
O(" " + L(g[p.dataIndex]), 1)
|
|
1580
1590
|
]),
|
|
1581
1591
|
_: 2
|
|
1582
|
-
}, 1032, ["placement"])) :
|
|
1583
|
-
|
|
1592
|
+
}, 1032, ["placement"])) : N("", !0),
|
|
1593
|
+
p && p.needCopy ? (o(), R(A, {
|
|
1584
1594
|
key: 1,
|
|
1585
|
-
"cp-text": p
|
|
1595
|
+
"cp-text": g[p.dataIndex],
|
|
1586
1596
|
style: { position: "relative" }
|
|
1587
|
-
}, null, 8, ["cp-text"])) :
|
|
1588
|
-
|
|
1589
|
-
O(L(c(p
|
|
1590
|
-
], 64)) :
|
|
1597
|
+
}, null, 8, ["cp-text"])) : N("", !0),
|
|
1598
|
+
p && p.needFormat ? (o(), S(J, { key: 2 }, [
|
|
1599
|
+
O(L(c(g[p.dataIndex], p.format)), 1)
|
|
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:
|
|
1597
|
-
|
|
1598
|
-
record:
|
|
1599
|
-
column:
|
|
1600
|
-
index:
|
|
1606
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1607
|
+
Y(t.$slots, "expandedRowRender", {
|
|
1608
|
+
record: g,
|
|
1609
|
+
column: p,
|
|
1610
|
+
index: w,
|
|
1601
1611
|
text: $
|
|
1602
1612
|
}, void 0, !0)
|
|
1603
1613
|
]),
|
|
@@ -1605,11 +1615,11 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1605
1615
|
} : void 0,
|
|
1606
1616
|
t.$slots.customFilterDropdown ? {
|
|
1607
1617
|
name: "customFilterDropdown",
|
|
1608
|
-
fn: s(({ column:
|
|
1609
|
-
|
|
1610
|
-
record:
|
|
1611
|
-
column:
|
|
1612
|
-
index:
|
|
1618
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1619
|
+
Y(t.$slots, "customFilterDropdown", {
|
|
1620
|
+
record: g,
|
|
1621
|
+
column: p,
|
|
1622
|
+
index: w,
|
|
1613
1623
|
text: $
|
|
1614
1624
|
}, void 0, !0)
|
|
1615
1625
|
]),
|
|
@@ -1617,11 +1627,11 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1617
1627
|
} : void 0,
|
|
1618
1628
|
t.$slots.customFilterIcon ? {
|
|
1619
1629
|
name: "customFilterIcon",
|
|
1620
|
-
fn: s(({ column:
|
|
1621
|
-
|
|
1622
|
-
record:
|
|
1623
|
-
column:
|
|
1624
|
-
index:
|
|
1630
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1631
|
+
Y(t.$slots, "customFilterIcon", {
|
|
1632
|
+
record: g,
|
|
1633
|
+
column: p,
|
|
1634
|
+
index: w,
|
|
1625
1635
|
text: $
|
|
1626
1636
|
}, void 0, !0)
|
|
1627
1637
|
]),
|
|
@@ -1629,11 +1639,11 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1629
1639
|
} : void 0,
|
|
1630
1640
|
t.$slots.expandIcon ? {
|
|
1631
1641
|
name: "expandIcon",
|
|
1632
|
-
fn: s(({ column:
|
|
1633
|
-
|
|
1634
|
-
record:
|
|
1635
|
-
column:
|
|
1636
|
-
index:
|
|
1642
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1643
|
+
Y(t.$slots, "expandIcon", {
|
|
1644
|
+
record: g,
|
|
1645
|
+
column: p,
|
|
1646
|
+
index: w,
|
|
1637
1647
|
text: $
|
|
1638
1648
|
}, void 0, !0)
|
|
1639
1649
|
]),
|
|
@@ -1641,11 +1651,11 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1641
1651
|
} : void 0,
|
|
1642
1652
|
t.$slots.footer ? {
|
|
1643
1653
|
name: "footer",
|
|
1644
|
-
fn: s(({ column:
|
|
1645
|
-
|
|
1646
|
-
record:
|
|
1647
|
-
column:
|
|
1648
|
-
index:
|
|
1654
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1655
|
+
Y(t.$slots, "footer", {
|
|
1656
|
+
record: g,
|
|
1657
|
+
column: p,
|
|
1658
|
+
index: w,
|
|
1649
1659
|
text: $
|
|
1650
1660
|
}, void 0, !0)
|
|
1651
1661
|
]),
|
|
@@ -1653,11 +1663,11 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1653
1663
|
} : void 0,
|
|
1654
1664
|
t.$slots.headerCell ? {
|
|
1655
1665
|
name: "headerCell",
|
|
1656
|
-
fn: s(({ column:
|
|
1657
|
-
|
|
1658
|
-
record:
|
|
1659
|
-
column:
|
|
1660
|
-
index:
|
|
1666
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1667
|
+
Y(t.$slots, "headerCell", {
|
|
1668
|
+
record: g,
|
|
1669
|
+
column: p,
|
|
1670
|
+
index: w,
|
|
1661
1671
|
text: $
|
|
1662
1672
|
}, void 0, !0)
|
|
1663
1673
|
]),
|
|
@@ -1665,11 +1675,11 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1665
1675
|
} : void 0,
|
|
1666
1676
|
t.$slots.summary ? {
|
|
1667
1677
|
name: "summary",
|
|
1668
|
-
fn: s(({ column:
|
|
1669
|
-
|
|
1670
|
-
record:
|
|
1671
|
-
column:
|
|
1672
|
-
index:
|
|
1678
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1679
|
+
Y(t.$slots, "summary", {
|
|
1680
|
+
record: g,
|
|
1681
|
+
column: p,
|
|
1682
|
+
index: w,
|
|
1673
1683
|
text: $
|
|
1674
1684
|
}, void 0, !0)
|
|
1675
1685
|
]),
|
|
@@ -1677,11 +1687,11 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1677
1687
|
} : void 0,
|
|
1678
1688
|
t.$slots.title ? {
|
|
1679
1689
|
name: "title",
|
|
1680
|
-
fn: s(({ column:
|
|
1681
|
-
|
|
1682
|
-
record:
|
|
1683
|
-
column:
|
|
1684
|
-
index:
|
|
1690
|
+
fn: s(({ column: p, record: g, index: w, text: $ }) => [
|
|
1691
|
+
Y(t.$slots, "title", {
|
|
1692
|
+
record: g,
|
|
1693
|
+
column: p,
|
|
1694
|
+
index: w,
|
|
1685
1695
|
text: $
|
|
1686
1696
|
}, void 0, !0)
|
|
1687
1697
|
]),
|
|
@@ -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,64 +1742,64 @@ 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
|
-
|
|
1740
|
-
},
|
|
1741
|
-
const
|
|
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;
|
|
1750
|
+
}, G = (l) => {
|
|
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((
|
|
1744
|
-
if ((k > 0 &&
|
|
1745
|
-
const
|
|
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
|
-
|
|
1750
|
-
},
|
|
1751
|
-
l.target.checked ? t.value.forEach((
|
|
1752
|
-
},
|
|
1753
|
-
|
|
1754
|
-
},
|
|
1759
|
+
d.value = null;
|
|
1760
|
+
}, p = (l) => {
|
|
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
1766
|
}, $ = () => {
|
|
1757
|
-
m.value =
|
|
1758
|
-
...
|
|
1759
|
-
label:
|
|
1760
|
-
value:
|
|
1761
|
-
checked:
|
|
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
|
-
},
|
|
1780
|
-
const
|
|
1781
|
-
if (
|
|
1782
|
-
let
|
|
1789
|
+
}, F = (l) => {
|
|
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
|
},
|
|
@@ -1797,54 +1807,54 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1797
1807
|
immediate: !0,
|
|
1798
1808
|
deep: !0
|
|
1799
1809
|
}
|
|
1800
|
-
), (l,
|
|
1801
|
-
const
|
|
1802
|
-
return
|
|
1810
|
+
), (l, a) => {
|
|
1811
|
+
const f = q("a-tooltip"), k = q("a-button");
|
|
1812
|
+
return o(), S("div", Dl, [
|
|
1803
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",
|
|
1818
1828
|
animation: "200",
|
|
1819
1829
|
handle: ".drag-handle",
|
|
1820
1830
|
onStart: A,
|
|
1821
|
-
onEnd:
|
|
1831
|
+
onEnd: G
|
|
1822
1832
|
}, {
|
|
1823
|
-
item: s(({ element:
|
|
1824
|
-
|
|
1833
|
+
item: s(({ element: u }) => [
|
|
1834
|
+
u.fixed !== "right" ? (o(), S("div", Ol, [
|
|
1825
1835
|
x(n(pe), {
|
|
1826
|
-
checked:
|
|
1827
|
-
onChange: (
|
|
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
|
-
|
|
1835
|
-
|
|
1836
|
-
class:
|
|
1844
|
+
u.checked ? (o(), S("section", Bl, [
|
|
1845
|
+
y("span", {
|
|
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: (
|
|
1846
|
-
}, [...
|
|
1847
|
-
|
|
1855
|
+
onClick: (j) => I(u)
|
|
1856
|
+
}, [...a[2] || (a[2] = [
|
|
1857
|
+
y("svg", {
|
|
1848
1858
|
t: "1759048615600",
|
|
1849
1859
|
class: "icon",
|
|
1850
1860
|
viewBox: "0 0 1024 1024",
|
|
@@ -1854,26 +1864,26 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1854
1864
|
width: "200",
|
|
1855
1865
|
height: "200"
|
|
1856
1866
|
}, [
|
|
1857
|
-
|
|
1867
|
+
y("path", {
|
|
1858
1868
|
d: "M771.798516 586.270988c-6.897306 8.296759-17.293245 12.894963-27.989067 12.894963h-0.299882l-175.931277-1.199532-55.178446 422.834831-0.399844 3.19875-0.399844-3.19875-55.178446-422.834831-175.931277 1.199532h-0.299882c-10.795783 0-21.191722-4.598204-27.989067-12.894963-6.897306-8.39672-8.796564-18.292854-8.596642-27.28934 0.399844-13.094885 5.697774-25.590004 14.394377-35.386177l61.87583-69.872706c15.393987-17.393206 24.790316-39.284654 26.589613-62.475596l20.292074-250.402187c0.599766-7.796954-2.199141-15.593909-7.796955-21.091761l-38.584927-38.584927c-19.692308-16.693479-21.891449-33.58688-17.79305-47.581414 5.897696-20.092152 24.690355-33.58688 45.582194-33.58688h0.199922l163.236236 0.499805h0.799688l163.236236-0.499805h0.199922c20.891839 0 39.684498 13.494729 45.582194 33.58688 4.098399 13.994533 1.899258 30.887934-17.79305 47.581414L664.940258 119.753221c-5.597813 5.597813-8.39672 13.294807-7.796955 21.091761L677.435377 391.247169c1.899258 23.190941 11.195627 45.08239 26.589613 62.475596l61.87583 69.872706c8.696603 9.796173 13.894572 22.291292 14.394377 35.386177 0.299883 8.996486-1.599375 18.89262-8.496681 27.28934z",
|
|
1859
1869
|
"p-id": "7284",
|
|
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: (
|
|
1875
|
-
}, [...
|
|
1876
|
-
|
|
1884
|
+
onClick: (j) => F(u)
|
|
1885
|
+
}, [...a[3] || (a[3] = [
|
|
1886
|
+
y("svg", {
|
|
1877
1887
|
t: "1759048735643",
|
|
1878
1888
|
class: "icon",
|
|
1879
1889
|
viewBox: "0 0 1024 1024",
|
|
@@ -1883,7 +1893,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1883
1893
|
width: "200",
|
|
1884
1894
|
height: "200"
|
|
1885
1895
|
}, [
|
|
1886
|
-
|
|
1896
|
+
y("path", {
|
|
1887
1897
|
d: "M381.298 418.828h-157.703l-37.575 38.272 155.61 158.377-278.212 345.128 356.040-265.838 154.71 157.41 38.813-39.51 2.407-157.972 238.838-313.29 71.685 73.013 34.695-35.28-310.185-315.743-34.672 35.257 77.287 79.402-311.737 240.773z",
|
|
1888
1898
|
"p-id": "7482",
|
|
1889
1899
|
fill: "#ff5000"
|
|
@@ -1893,17 +1903,17 @@ 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
|
-
|
|
1902
|
-
|
|
1911
|
+
y("div", Nl, [
|
|
1912
|
+
y("div", zl, [
|
|
1903
1913
|
x(n(pe), {
|
|
1904
1914
|
checked: v.value,
|
|
1905
|
-
indeterminate:
|
|
1906
|
-
onChange:
|
|
1915
|
+
indeterminate: B.value,
|
|
1916
|
+
onChange: p
|
|
1907
1917
|
}, {
|
|
1908
1918
|
default: s(() => [
|
|
1909
1919
|
O(L(n(i)("hbLibComp.hbLibListTableColumsSet.allSelect")), 1)
|
|
@@ -1912,7 +1922,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1912
1922
|
}, 8, ["checked", "indeterminate"])
|
|
1913
1923
|
]),
|
|
1914
1924
|
x(k, {
|
|
1915
|
-
onClick:
|
|
1925
|
+
onClick: w,
|
|
1916
1926
|
type: "primary"
|
|
1917
1927
|
}, {
|
|
1918
1928
|
default: s(() => [
|
|
@@ -1923,13 +1933,13 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1923
1933
|
])
|
|
1924
1934
|
]),
|
|
1925
1935
|
default: s(() => [
|
|
1926
|
-
x(
|
|
1936
|
+
x(f, {
|
|
1927
1937
|
title: n(i)("hbLibComp.hbLibListTableColumsSet.title"),
|
|
1928
1938
|
placement: "leftTop"
|
|
1929
1939
|
}, {
|
|
1930
|
-
default: s(() => [...
|
|
1931
|
-
|
|
1932
|
-
|
|
1940
|
+
default: s(() => [...a[4] || (a[4] = [
|
|
1941
|
+
y("span", { class: "hb-lib-table-col-set" }, [
|
|
1942
|
+
y("svg", {
|
|
1933
1943
|
t: "1759041858618",
|
|
1934
1944
|
class: "icon",
|
|
1935
1945
|
viewBox: "0 0 1024 1024",
|
|
@@ -1939,12 +1949,12 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
1939
1949
|
width: "200",
|
|
1940
1950
|
height: "200"
|
|
1941
1951
|
}, [
|
|
1942
|
-
|
|
1952
|
+
y("path", {
|
|
1943
1953
|
d: "M460.8 49.216a102.4 102.4 0 0 1 102.4 0l323.968 187.072c31.68 18.304 51.2 52.096 51.2 88.64V576h-76.8V324.928a25.6 25.6 0 0 0-12.8-22.144L524.8 115.712a25.6 25.6 0 0 0-25.6 0L175.232 302.784a25.6 25.6 0 0 0-12.8 22.144v374.144a25.6 25.6 0 0 0 12.8 22.144L499.2 908.288a25.6 25.6 0 0 0 25.6 0l51.2-29.568v88.64l-12.8 7.424a102.4 102.4 0 0 1-102.4 0l-323.968-187.072a102.4 102.4 0 0 1-51.2-88.64V324.928c0-36.544 19.52-70.4 51.2-88.64L460.8 49.216z",
|
|
1944
1954
|
"p-id": "5220",
|
|
1945
1955
|
fill: "#ff5000"
|
|
1946
1956
|
}),
|
|
1947
|
-
|
|
1957
|
+
y("path", {
|
|
1948
1958
|
d: "M345.6 512a166.4 166.4 0 1 1 332.8 0 166.4 166.4 0 0 1-332.8 0zM512 422.4a89.6 89.6 0 1 0 0 179.2 89.6 89.6 0 0 0 0-179.2zM670.208 736a38.4 38.4 0 0 1 38.4-38.4h256a38.4 38.4 0 0 1 0 76.8h-256a38.4 38.4 0 0 1-38.4-38.4zM670.208 896a38.4 38.4 0 0 1 38.4-38.4h256a38.4 38.4 0 0 1 0 76.8h-256a38.4 38.4 0 0 1-38.4-38.4z",
|
|
1949
1959
|
"p-id": "5221",
|
|
1950
1960
|
fill: "#ff5000"
|
|
@@ -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(),
|
|
1994
|
-
const
|
|
2002
|
+
setup(e, { expose: b }) {
|
|
2003
|
+
const r = e, i = it(), T = K(() => {
|
|
2004
|
+
const p = i, g = p.dropdownClassName;
|
|
1995
2005
|
return {
|
|
1996
|
-
...
|
|
1997
|
-
dropdownClassName:
|
|
2006
|
+
...p,
|
|
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
|
-
}), (
|
|
2020
|
+
}), (p, g) => (o(), R(n(Fe), X({
|
|
2011
2021
|
ref_key: "selectRef",
|
|
2012
2022
|
ref: m,
|
|
2013
|
-
class: "
|
|
2014
|
-
},
|
|
2015
|
-
value:
|
|
2016
|
-
"onUpdate:value":
|
|
2023
|
+
class: "hb_lib_form_tooltip_select"
|
|
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
|
-
|
|
2020
|
-
key:
|
|
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
|
-
|
|
2033
|
-
class:
|
|
2034
|
-
}, L(
|
|
2042
|
+
y("span", {
|
|
2043
|
+
class: V(["hb_lib_form_tooltip_select__option", { "is-ellipsis": r.enableEllipsis }])
|
|
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
|
-
class:
|
|
2040
|
-
}, L(
|
|
2049
|
+
class: V(["hb_lib_form_tooltip_select__option", { "is-ellipsis": r.enableEllipsis }])
|
|
2050
|
+
}, L(w.label), 3))
|
|
2041
2051
|
]),
|
|
2042
2052
|
_: 2
|
|
2043
2053
|
}, 1040, ["value", "disabled"]))), 128))
|
|
@@ -2045,7 +2055,7 @@ const Lt = "hb-", Ae = (e = "") => {
|
|
|
2045
2055
|
_: 3
|
|
2046
2056
|
}, 16, ["value"]));
|
|
2047
2057
|
}
|
|
2048
|
-
}), ql = /* @__PURE__ */ oe(jl, [["__scopeId", "data-v-
|
|
2058
|
+
}), ql = /* @__PURE__ */ oe(jl, [["__scopeId", "data-v-b04f5675"]]), Kl = te(ql), Wl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2049
2059
|
__proto__: null,
|
|
2050
2060
|
HbLibFormTooltipSelect: Kl
|
|
2051
2061
|
}, Symbol.toStringTag, { value: "Module" })), Jl = {
|
|
@@ -2094,44 +2104,44 @@ 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
|
-
const i =
|
|
2102
|
-
if (
|
|
2111
|
+
const i = K(() => {
|
|
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,
|
|
2121
|
-
const c =
|
|
2122
|
-
return i.value ? (
|
|
2130
|
+
return (m, h) => {
|
|
2131
|
+
const c = q("a-tooltip");
|
|
2132
|
+
return i.value ? (o(), R(c, {
|
|
2123
2133
|
key: 0,
|
|
2124
2134
|
title: m.tooltipTitle
|
|
2125
2135
|
}, {
|
|
2126
2136
|
default: s(() => [
|
|
2127
|
-
|
|
2128
|
-
class:
|
|
2137
|
+
y("i", {
|
|
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,51 +2200,51 @@ 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:
|
|
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
|
-
|
|
2237
|
-
|
|
2246
|
+
y("div", null, [
|
|
2247
|
+
Y(v.$slots, "default", { item: A }, void 0, !0)
|
|
2238
2248
|
])
|
|
2239
2249
|
]),
|
|
2240
2250
|
_: 3
|
|
@@ -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
|
}
|