@hb-hellotech/hb-ui 1.2.5-beta.1 → 1.2.5-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hb_component_lib.css +1 -1
- package/dist/hb_component_lib.js +625 -622
- package/dist/hb_component_lib.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hb_component_lib.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import './hb_component_lib.css';
|
|
2
|
-
import { defineComponent as te, reactive as We, ref as R, computed as
|
|
2
|
+
import { defineComponent as te, reactive as We, ref as R, computed as J, watch as se, createElementBlock as S, openBlock as a, normalizeClass as U, unref as n, createVNode as F, withCtx as s, createElementVNode as v, toDisplayString as k, createTextVNode as A, createBlock as N, createCommentVNode as z, Fragment as Q, renderList as ne, inject as we, resolveComponent as q, Transition as et, withDirectives as re, mergeProps as X, createSlots as Ge, renderSlot as j, vShow as tt, nextTick as he, onMounted as Fe, onUnmounted as lt, useTemplateRef as ot, provide as at, normalizeStyle as pe, mergeModels as Me, useModel as nt, withModifiers as ke, resolveDirective as st, watchEffect as it, shallowRef as rt, resolveDynamicComponent as ct } from "vue";
|
|
3
3
|
import fe from "vuedraggable";
|
|
4
|
-
import { CloseOutlined as
|
|
5
|
-
import { Modal as
|
|
6
|
-
import { useRoute as
|
|
4
|
+
import { CloseOutlined as dt, QuestionCircleOutlined as ut, SearchOutlined as xe, UpCircleOutlined as ht, DownCircleOutlined as bt, UnorderedListOutlined as ft, DownOutlined as Ie } from "@ant-design/icons-vue";
|
|
5
|
+
import { Modal as _e, Button as ue, Tooltip as He, Switch as De, Radio as Ae, RadioGroup as Oe, InputNumber as Be, DatePicker as Re, Checkbox as me, CheckboxGroup as Ne, Select as Pe, Input as ze, Col as mt, Row as pt, FormItem as Ve, Form as Ee, SelectOption as Ue, Popconfirm as Ce, MenuItem as Ye, Menu as je, Dropdown as qe, Popover as vt, message as Se } from "ant-design-vue";
|
|
6
|
+
import { useRoute as Qe } from "vue-router";
|
|
7
7
|
import { useI18n as ce } from "vue-i18n";
|
|
8
|
-
import
|
|
9
|
-
import { useFullscreen as
|
|
10
|
-
import
|
|
11
|
-
const
|
|
12
|
-
const f = `${
|
|
13
|
-
return
|
|
14
|
-
}, ie = (t, f, u, i) => (f && (t += `-${f}`), u && (t += `__${u}`), i && (t += `--${i}`), t),
|
|
8
|
+
import Le from "lodash";
|
|
9
|
+
import { useFullscreen as gt, useDebounceFn as yt } from "@vueuse/core";
|
|
10
|
+
import $e from "dayjs";
|
|
11
|
+
const Ct = "hb-", Te = (t = "") => {
|
|
12
|
+
const f = `${Ct}${t}`;
|
|
13
|
+
return Lt(f);
|
|
14
|
+
}, ie = (t, f, u, i) => (f && (t += `-${f}`), u && (t += `__${u}`), i && (t += `--${i}`), t), Lt = (t) => ({
|
|
15
15
|
// hb-button
|
|
16
16
|
b: (f) => f ? ie(t, f, "", "") : ie(t, "", "", ""),
|
|
17
17
|
// hb-button__header
|
|
@@ -26,7 +26,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
26
26
|
bem: (f, u, i) => ie(t, f, u, i),
|
|
27
27
|
// is-disabled
|
|
28
28
|
is: (f, u) => u ? `is-${f}` : ""
|
|
29
|
-
}),
|
|
29
|
+
}), kt = ["onMouseenter", "onMouseleave"], _t = ["onClick"], St = /* @__PURE__ */ te({
|
|
30
30
|
name: "HbLibFormItemFilterModal",
|
|
31
31
|
__name: "HbFormItemFilterModal",
|
|
32
32
|
props: {
|
|
@@ -38,60 +38,60 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
38
38
|
},
|
|
39
39
|
emits: ["confirm"],
|
|
40
40
|
setup(t, { expose: f, emit: u }) {
|
|
41
|
-
const i = ce().t, x = ce().messages.value.en_US,
|
|
41
|
+
const i = ce().t, x = ce().messages.value.en_US, p = ce().messages.value.ja_JP, m = ce().messages.value.zh_CN, c = t, e = u, h = Te("sfcm"), b = Qe(), B = We({
|
|
42
42
|
lan: window.localStorage.getItem("lan")
|
|
43
|
-
}), O = R(!1),
|
|
43
|
+
}), O = R(!1), Z = R(600);
|
|
44
44
|
let C = [];
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
if (
|
|
45
|
+
const g = R([]), H = R([]), T = J(() => g.value.every((_) => _.isLinked || _.isFixed)), V = (_) => {
|
|
46
|
+
const I = _.draggedContext.element, y = _.relatedContext.index;
|
|
47
|
+
if (I.isLinked || I.isFixed)
|
|
48
48
|
return !1;
|
|
49
|
-
const
|
|
50
|
-
if (
|
|
49
|
+
const E = g.value.map((G, ae) => ({ item: G, index: ae })).filter(({ item: G }) => G.isLinked).map(({ index: G }) => G);
|
|
50
|
+
if (E.length === 0)
|
|
51
51
|
return !0;
|
|
52
|
-
for (let
|
|
53
|
-
const
|
|
54
|
-
if (
|
|
52
|
+
for (let G = 0; G < E.length - 1; G++) {
|
|
53
|
+
const ae = E[G], de = E[G + 1];
|
|
54
|
+
if (y > ae && y < de)
|
|
55
55
|
return !1;
|
|
56
56
|
}
|
|
57
57
|
return !0;
|
|
58
58
|
}, M = () => {
|
|
59
|
-
const
|
|
60
|
-
let
|
|
61
|
-
if (
|
|
59
|
+
const _ = localStorage.getItem("pro__Login_Userinfo");
|
|
60
|
+
let I = "anonymous";
|
|
61
|
+
if (_)
|
|
62
62
|
try {
|
|
63
|
-
|
|
64
|
-
} catch (
|
|
65
|
-
console.warn("解析用户信息失败:",
|
|
63
|
+
I = JSON.parse(_).value.jobNumber || "anonymous";
|
|
64
|
+
} catch (E) {
|
|
65
|
+
console.warn("解析用户信息失败:", E);
|
|
66
66
|
}
|
|
67
|
-
let
|
|
68
|
-
return `searchFormConfig_${
|
|
69
|
-
}, w = (
|
|
70
|
-
ja_JP: () =>
|
|
71
|
-
en_US: () =>
|
|
72
|
-
zh_CN: () =>
|
|
73
|
-
})[B.lan]?.() ||
|
|
67
|
+
let y = b?.path;
|
|
68
|
+
return `searchFormConfig_${I}_${y}`;
|
|
69
|
+
}, w = (_) => ({
|
|
70
|
+
ja_JP: () => Le.get(p, _.labelLanguage || ""),
|
|
71
|
+
en_US: () => Le.get(x, _.labelLanguage || ""),
|
|
72
|
+
zh_CN: () => Le.get(m, _.labelLanguage || "")
|
|
73
|
+
})[B.lan]?.() || _.label, l = (_) => {
|
|
74
74
|
try {
|
|
75
|
-
const
|
|
76
|
-
if (
|
|
77
|
-
const
|
|
78
|
-
if (
|
|
79
|
-
C = JSON.parse(JSON.stringify(
|
|
80
|
-
const
|
|
75
|
+
const I = M(), y = localStorage.getItem(I);
|
|
76
|
+
if (y) {
|
|
77
|
+
const E = JSON.parse(y);
|
|
78
|
+
if (E.originalList && Array.isArray(E.originalList)) {
|
|
79
|
+
C = JSON.parse(JSON.stringify(E.originalList));
|
|
80
|
+
const G = C.filter(($) => $?.isFixed), ae = C.filter(($) => $?.isLinked), de = E.showList.filter(($) => !$.isFixed && !$.isLinked), ve = c.showNumber && c.showNumber > 0 ? Math.max(0, c.showNumber - G.length - ae.length) : de.length, ge = G.map(($) => ({
|
|
81
81
|
...$,
|
|
82
82
|
label: w($) || `${$.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
83
83
|
key: $.key,
|
|
84
84
|
isFixed: $?.isFixed || !1,
|
|
85
85
|
isLinked: $?.isLinked || !1,
|
|
86
86
|
labelLanguage: $?.labelLanguage || void 0
|
|
87
|
-
})),
|
|
87
|
+
})), ye = ae.map(($) => ({
|
|
88
88
|
...$,
|
|
89
89
|
label: w($) || `${$.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
90
90
|
key: $.key,
|
|
91
91
|
isFixed: $?.isFixed || !1,
|
|
92
92
|
isLinked: !0,
|
|
93
93
|
labelLanguage: $?.labelLanguage || void 0
|
|
94
|
-
})),
|
|
94
|
+
})), D = de.slice(0, ve).map(($) => ({
|
|
95
95
|
...$,
|
|
96
96
|
label: w($) || `${$.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
97
97
|
key: $.key,
|
|
@@ -99,9 +99,9 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
99
99
|
isLinked: $?.isLinked || !1,
|
|
100
100
|
labelLanguage: $?.labelLanguage || void 0
|
|
101
101
|
}));
|
|
102
|
-
|
|
103
|
-
const
|
|
104
|
-
return
|
|
102
|
+
g.value = [...ge, ...ye, ...D];
|
|
103
|
+
const Ze = g.value.map(($) => $.key), Xe = C.map(($) => $.key).filter(($) => !Ze.includes($));
|
|
104
|
+
return H.value = C.filter(($) => Xe.includes($.key)).map(($) => ({
|
|
105
105
|
...$,
|
|
106
106
|
label: w($) || `${$.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
107
107
|
key: $.key,
|
|
@@ -112,162 +112,165 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
112
112
|
})), !0;
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
|
-
} catch (
|
|
116
|
-
console.warn("加载保存的搜索配置失败:",
|
|
115
|
+
} catch (I) {
|
|
116
|
+
console.warn("加载保存的搜索配置失败:", I);
|
|
117
117
|
}
|
|
118
118
|
return !1;
|
|
119
119
|
}, o = () => {
|
|
120
120
|
try {
|
|
121
|
-
const
|
|
121
|
+
const _ = {
|
|
122
122
|
originalList: C,
|
|
123
|
-
showList:
|
|
124
|
-
...
|
|
125
|
-
key:
|
|
126
|
-
label:
|
|
127
|
-
isFixed:
|
|
128
|
-
isLinked:
|
|
129
|
-
labelLanguage:
|
|
123
|
+
showList: g.value.map((y) => ({
|
|
124
|
+
...y,
|
|
125
|
+
key: y.key,
|
|
126
|
+
label: y.label,
|
|
127
|
+
isFixed: y.isFixed,
|
|
128
|
+
isLinked: y.isLinked,
|
|
129
|
+
labelLanguage: y?.labelLanguage || void 0
|
|
130
130
|
}))
|
|
131
|
-
},
|
|
132
|
-
localStorage.setItem(
|
|
133
|
-
} catch (
|
|
134
|
-
console.warn("保存搜索配置失败:",
|
|
131
|
+
}, I = M();
|
|
132
|
+
localStorage.setItem(I, JSON.stringify(_));
|
|
133
|
+
} catch (_) {
|
|
134
|
+
console.warn("保存搜索配置失败:", _);
|
|
135
135
|
}
|
|
136
|
-
}, d =
|
|
137
|
-
const
|
|
138
|
-
return
|
|
136
|
+
}, d = J(() => {
|
|
137
|
+
const _ = g.value.filter((y) => !y.isFixed && !y.isLinked).length, I = g.value.filter((y) => y.isFixed || y.isLinked).length;
|
|
138
|
+
return _ >= c.showNumber - I;
|
|
139
139
|
});
|
|
140
140
|
se(
|
|
141
141
|
() => c.list,
|
|
142
|
-
(
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
...
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
142
|
+
(_) => {
|
|
143
|
+
let I = JSON.stringify(C) !== JSON.stringify(_);
|
|
144
|
+
if (!(!I && l()) && (C.length === 0 || I)) {
|
|
145
|
+
C = JSON.parse(JSON.stringify(_));
|
|
146
|
+
const y = _.filter((D) => D?.isFixed), E = _.filter((D) => D?.isLinked), G = _.filter((D) => !D?.isFixed && !D?.isLinked), ae = c.showNumber && c.showNumber > 0 ? Math.max(0, c.showNumber - y.length - E.length) : G.length, de = y.map((D) => ({
|
|
147
|
+
...D,
|
|
148
|
+
label: w(D) || `${D.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
149
|
+
key: D.key,
|
|
150
|
+
isFixed: D?.isFixed || !1,
|
|
151
|
+
isLinked: D?.isLinked || !1,
|
|
152
|
+
labelLanguage: D?.labelLanguage || void 0
|
|
153
|
+
})), ve = E.map((D) => ({
|
|
154
|
+
...D,
|
|
155
|
+
label: w(D) || `${D.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
156
|
+
key: D.key,
|
|
157
|
+
isFixed: D?.isFixed || !1,
|
|
158
|
+
isLinked: !0,
|
|
159
|
+
labelLanguage: D?.labelLanguage || void 0
|
|
160
|
+
})), ge = G.slice(0, ae).map((D) => ({
|
|
161
|
+
...D,
|
|
162
|
+
label: w(D) || `${D.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
163
|
+
key: D.key,
|
|
164
|
+
isFixed: D?.isFixed || !1,
|
|
165
|
+
isLinked: D?.isLinked || !1,
|
|
166
|
+
labelLanguage: D?.labelLanguage || void 0
|
|
167
|
+
}));
|
|
168
|
+
g.value = [...de, ...ve, ...ge];
|
|
169
|
+
const ye = G.slice(ae).map((D) => ({
|
|
170
|
+
...D,
|
|
171
|
+
label: w(D) || `${D.subLabel || ""}${i("hbLibComp.hbFormItemFilterModal.moreConditionSearch")}`,
|
|
172
|
+
key: D.key,
|
|
173
|
+
isFixed: D?.isFixed || !1,
|
|
174
|
+
isLinked: D?.isLinked || !1,
|
|
175
|
+
active: !1,
|
|
176
|
+
labelLanguage: D?.labelLanguage || void 0
|
|
177
|
+
}));
|
|
178
|
+
H.value = ye;
|
|
179
|
+
}
|
|
177
180
|
},
|
|
178
|
-
{ immediate: !0
|
|
181
|
+
{ immediate: !0 }
|
|
179
182
|
);
|
|
180
|
-
const L = (
|
|
181
|
-
const
|
|
182
|
-
|
|
183
|
-
}, r = (
|
|
183
|
+
const L = (_) => {
|
|
184
|
+
const I = g.value.findIndex((y) => y.key === _.key);
|
|
185
|
+
I !== -1 && (g.value.splice(I, 1), H.value.push({ ..._, active: !1 }));
|
|
186
|
+
}, r = (_) => {
|
|
184
187
|
if (d.value)
|
|
185
188
|
return;
|
|
186
|
-
const
|
|
187
|
-
if (
|
|
188
|
-
const [
|
|
189
|
-
|
|
189
|
+
const I = H.value.findIndex((y) => y.key === _.key);
|
|
190
|
+
if (I !== -1) {
|
|
191
|
+
const [y] = H.value.splice(I, 1);
|
|
192
|
+
g.value.push({ ...y, active: !1 });
|
|
190
193
|
}
|
|
191
194
|
}, Y = () => {
|
|
192
195
|
O.value = !1;
|
|
193
|
-
},
|
|
196
|
+
}, P = () => {
|
|
194
197
|
O.value = !0;
|
|
195
198
|
}, ee = () => {
|
|
196
|
-
o(), e("confirm",
|
|
197
|
-
},
|
|
198
|
-
const
|
|
199
|
-
|
|
200
|
-
}, K = (
|
|
201
|
-
const
|
|
202
|
-
|
|
199
|
+
o(), e("confirm", g.value), Y();
|
|
200
|
+
}, W = (_) => {
|
|
201
|
+
const I = H.value.findIndex((y) => y.key === _.key);
|
|
202
|
+
I !== -1 && (H.value[I].active = !0);
|
|
203
|
+
}, K = (_) => {
|
|
204
|
+
const I = H.value.findIndex((y) => y.key === _.key);
|
|
205
|
+
I !== -1 && (H.value[I].active = !1);
|
|
203
206
|
};
|
|
204
207
|
return f({
|
|
205
|
-
toOpenModal:
|
|
206
|
-
}), (
|
|
207
|
-
class:
|
|
208
|
+
toOpenModal: P
|
|
209
|
+
}), (_, I) => (a(), S("div", {
|
|
210
|
+
class: U(n(h).b())
|
|
208
211
|
}, [
|
|
209
|
-
F(n(
|
|
212
|
+
F(n(_e), {
|
|
210
213
|
visible: O.value,
|
|
211
|
-
"onUpdate:visible":
|
|
212
|
-
width:
|
|
214
|
+
"onUpdate:visible": I[1] || (I[1] = (y) => O.value = y),
|
|
215
|
+
width: Z.value,
|
|
213
216
|
onCancel: Y,
|
|
214
217
|
onOk: ee
|
|
215
218
|
}, {
|
|
216
219
|
title: s(() => [
|
|
217
220
|
v("div", {
|
|
218
|
-
class:
|
|
219
|
-
},
|
|
221
|
+
class: U(n(h).e("title"))
|
|
222
|
+
}, k(t.title), 3)
|
|
220
223
|
]),
|
|
221
224
|
footer: s(() => [
|
|
222
|
-
F(n(
|
|
225
|
+
F(n(ue), { onClick: Y }, {
|
|
223
226
|
default: s(() => [
|
|
224
|
-
|
|
227
|
+
A(k(_.$t("hbLibComp.hbFormItemFilterModal.cancel")), 1)
|
|
225
228
|
]),
|
|
226
229
|
_: 1
|
|
227
230
|
}),
|
|
228
|
-
F(n(
|
|
231
|
+
F(n(ue), {
|
|
229
232
|
type: "primary",
|
|
230
233
|
onClick: ee
|
|
231
234
|
}, {
|
|
232
235
|
default: s(() => [
|
|
233
|
-
|
|
236
|
+
A(k(_.$t("hbLibComp.hbFormItemFilterModal.confirm")), 1)
|
|
234
237
|
]),
|
|
235
238
|
_: 1
|
|
236
239
|
})
|
|
237
240
|
]),
|
|
238
241
|
default: s(() => [
|
|
239
242
|
v("section", {
|
|
240
|
-
class:
|
|
243
|
+
class: U(n(h).e("show"))
|
|
241
244
|
}, [
|
|
242
245
|
v("div", {
|
|
243
|
-
class:
|
|
246
|
+
class: U(n(h).e("show__title"))
|
|
244
247
|
}, [
|
|
245
248
|
v("span", {
|
|
246
|
-
class:
|
|
247
|
-
}, _
|
|
248
|
-
v("span", null, _
|
|
249
|
+
class: U(n(h).e("title__tip"))
|
|
250
|
+
}, k(_.$t("hbLibComp.hbFormItemFilterModal.titleTip")), 3),
|
|
251
|
+
v("span", null, k(_.$t("hbLibComp.hbFormItemFilterModal.mostMore")) + k(t.showNumber) + k(_.$t("hbLibComp.hbFormItemFilterModal.mostMoreTip")), 1)
|
|
249
252
|
], 2),
|
|
250
253
|
v("div", {
|
|
251
|
-
class:
|
|
254
|
+
class: U(n(h).e("show__tag"))
|
|
252
255
|
}, [
|
|
253
256
|
F(n(fe), {
|
|
254
|
-
modelValue:
|
|
255
|
-
"onUpdate:modelValue":
|
|
257
|
+
modelValue: g.value,
|
|
258
|
+
"onUpdate:modelValue": I[0] || (I[0] = (y) => g.value = y),
|
|
256
259
|
"item-key": "key",
|
|
257
260
|
tag: "div",
|
|
258
261
|
disabled: T.value,
|
|
259
262
|
move: V
|
|
260
263
|
}, {
|
|
261
|
-
item: s(({ element:
|
|
264
|
+
item: s(({ element: y }) => [
|
|
262
265
|
v("div", {
|
|
263
|
-
class:
|
|
266
|
+
class: U([n(h).e("show__tag__item"), n(h).is("fixed", y.isFixed), n(h).is("linked", y.isLinked)])
|
|
264
267
|
}, [
|
|
265
|
-
|
|
266
|
-
!
|
|
268
|
+
A(k(y.label) + " ", 1),
|
|
269
|
+
!y.isFixed && !y.isLinked && t.list.length > 1 ? (a(), N(n(dt), {
|
|
267
270
|
key: 0,
|
|
268
|
-
class:
|
|
269
|
-
onClick: (
|
|
270
|
-
}, null, 8, ["class", "onClick"])) :
|
|
271
|
+
class: U(n(h).e("show__tag__item-close")),
|
|
272
|
+
onClick: (E) => L(y)
|
|
273
|
+
}, null, 8, ["class", "onClick"])) : z("", !0)
|
|
271
274
|
], 2)
|
|
272
275
|
]),
|
|
273
276
|
_: 1
|
|
@@ -275,34 +278,34 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
275
278
|
], 2)
|
|
276
279
|
], 2),
|
|
277
280
|
v("section", {
|
|
278
|
-
class:
|
|
281
|
+
class: U(n(h).e("unshow"))
|
|
279
282
|
}, [
|
|
280
283
|
v("div", {
|
|
281
|
-
class:
|
|
284
|
+
class: U(n(h).e("show__title"))
|
|
282
285
|
}, [
|
|
283
286
|
v("span", {
|
|
284
|
-
class:
|
|
285
|
-
}, _
|
|
287
|
+
class: U(n(h).e("title__tip"))
|
|
288
|
+
}, k(_.$t("hbLibComp.hbFormItemFilterModal.notShowTip")), 3)
|
|
286
289
|
], 2),
|
|
287
290
|
v("div", {
|
|
288
|
-
class:
|
|
291
|
+
class: U(n(h).e("unshow__tag"))
|
|
289
292
|
}, [
|
|
290
|
-
|
|
291
|
-
class:
|
|
292
|
-
key:
|
|
293
|
-
onMouseenter: (
|
|
294
|
-
onMouseleave: (
|
|
293
|
+
H.value.length > 0 ? (a(!0), S(Q, { key: 0 }, ne(H.value, (y) => (a(), S("div", {
|
|
294
|
+
class: U([n(h).e("unshow__tag__item"), n(h).is("fixed", y.isFixed || ""), n(h).is("linked", y.isLinked || "")]),
|
|
295
|
+
key: y.key,
|
|
296
|
+
onMouseenter: (E) => W(y),
|
|
297
|
+
onMouseleave: (E) => K(y)
|
|
295
298
|
}, [
|
|
296
|
-
|
|
297
|
-
|
|
299
|
+
A(k(y.label) + " ", 1),
|
|
300
|
+
y.active ? (a(), S("aside", {
|
|
298
301
|
key: 0,
|
|
299
|
-
class:
|
|
300
|
-
onClick: (
|
|
301
|
-
}, _
|
|
302
|
-
], 42,
|
|
302
|
+
class: U(n(h).e("unshow__tag__item-add")),
|
|
303
|
+
onClick: (E) => r(y)
|
|
304
|
+
}, k(_.$t("hbLibComp.hbFormItemFilterModal.add")), 11, _t)) : z("", !0)
|
|
305
|
+
], 42, kt))), 128)) : (a(), S("div", {
|
|
303
306
|
key: 1,
|
|
304
|
-
class:
|
|
305
|
-
}, _
|
|
307
|
+
class: U(n(h).e("unshow__tag__empty"))
|
|
308
|
+
}, k(_.$t("hbLibComp.hbFormItemFilterModal.noData")), 3))
|
|
306
309
|
], 2)
|
|
307
310
|
], 2)
|
|
308
311
|
]),
|
|
@@ -315,10 +318,10 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
315
318
|
for (const [i, x] of f)
|
|
316
319
|
u[i] = x;
|
|
317
320
|
return u;
|
|
318
|
-
},
|
|
321
|
+
}, wt = /* @__PURE__ */ oe(St, [["__scopeId", "data-v-608b2e53"]]), le = (t, f) => (t.install = (u) => {
|
|
319
322
|
for (const i of [t, ...Object.values({})])
|
|
320
323
|
u.component(i.name, i);
|
|
321
|
-
}, t),
|
|
324
|
+
}, t), Ft = le(wt), xt = { class: "form-footer" }, $t = /* @__PURE__ */ te({
|
|
322
325
|
name: "HbLibListForm",
|
|
323
326
|
__name: "HbListForm",
|
|
324
327
|
props: {
|
|
@@ -347,19 +350,19 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
347
350
|
},
|
|
348
351
|
emits: ["handleSearch", "handleReset", "handleSfcmConfirm", "handleOpenOrClose"],
|
|
349
352
|
setup(t, { expose: f, emit: u }) {
|
|
350
|
-
const i = u, x =
|
|
353
|
+
const i = u, x = we("HB_LIST_PAGE_CONTAINER"), p = Te("form"), m = t, c = R("show"), e = J(() => [...m.items]), h = R(), b = () => {
|
|
351
354
|
i("handleSearch");
|
|
352
355
|
}, B = () => {
|
|
353
356
|
i("handleReset");
|
|
354
|
-
}, O = R(),
|
|
357
|
+
}, O = R(), Z = () => {
|
|
355
358
|
O.value && O.value.toOpenModal();
|
|
356
359
|
}, C = (w) => {
|
|
357
360
|
i("handleSfcmConfirm", w);
|
|
358
|
-
},
|
|
361
|
+
}, g = () => {
|
|
359
362
|
c.value = c.value === "show" ? "hide" : "show";
|
|
360
363
|
};
|
|
361
364
|
se(
|
|
362
|
-
() =>
|
|
365
|
+
() => m.isFormExpanded,
|
|
363
366
|
(w) => {
|
|
364
367
|
if (w) {
|
|
365
368
|
console.log(w);
|
|
@@ -370,7 +373,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
370
373
|
}
|
|
371
374
|
}
|
|
372
375
|
);
|
|
373
|
-
const
|
|
376
|
+
const H = (w) => {
|
|
374
377
|
const l = w;
|
|
375
378
|
l.style.height = "", l.offsetHeight;
|
|
376
379
|
}, T = (w) => {
|
|
@@ -393,147 +396,147 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
393
396
|
};
|
|
394
397
|
return f({
|
|
395
398
|
formRef: h,
|
|
396
|
-
SelectOption:
|
|
397
|
-
Form:
|
|
398
|
-
FormItem:
|
|
399
|
+
SelectOption: Ue,
|
|
400
|
+
Form: Ee,
|
|
401
|
+
FormItem: Ve,
|
|
399
402
|
Row: pt,
|
|
400
|
-
Col:
|
|
403
|
+
Col: mt,
|
|
401
404
|
Input: ze,
|
|
402
405
|
Select: Pe,
|
|
403
|
-
CheckboxGroup:
|
|
404
|
-
Checkbox:
|
|
405
|
-
DatePicker:
|
|
406
|
-
InputNumber:
|
|
407
|
-
RadioGroup:
|
|
406
|
+
CheckboxGroup: Ne,
|
|
407
|
+
Checkbox: me,
|
|
408
|
+
DatePicker: Re,
|
|
409
|
+
InputNumber: Be,
|
|
410
|
+
RadioGroup: Oe,
|
|
408
411
|
Radio: Ae,
|
|
409
|
-
Switch:
|
|
410
|
-
Button:
|
|
411
|
-
Tooltip:
|
|
412
|
+
Switch: De,
|
|
413
|
+
Button: ue,
|
|
414
|
+
Tooltip: He
|
|
412
415
|
}), (w, l) => {
|
|
413
416
|
const o = q("a-button"), d = q("a-tooltip"), L = q("HbLibFormItemFilterModal");
|
|
414
|
-
return a(), S(
|
|
415
|
-
F(
|
|
417
|
+
return a(), S(Q, null, [
|
|
418
|
+
F(et, {
|
|
416
419
|
name: "form-collapse",
|
|
417
|
-
onEnter:
|
|
420
|
+
onEnter: H,
|
|
418
421
|
onAfterEnter: T,
|
|
419
422
|
onLeave: V,
|
|
420
423
|
onAfterLeave: M
|
|
421
424
|
}, {
|
|
422
425
|
default: s(() => [
|
|
423
426
|
re(v("div", {
|
|
424
|
-
class:
|
|
427
|
+
class: U([n(p).b(), "hb-lib-list-page-form-box hb-form-item-ui"])
|
|
425
428
|
}, [
|
|
426
|
-
F(n(
|
|
429
|
+
F(n(Ee), X(w.$attrs, {
|
|
427
430
|
model: t.formData,
|
|
428
431
|
ref_key: "formRef",
|
|
429
432
|
ref: h,
|
|
430
433
|
class: ["hb-lib-form--container", c.value == "show" ? "" : "hide"]
|
|
431
434
|
}), {
|
|
432
435
|
default: s(() => [
|
|
433
|
-
(a(!0), S(
|
|
436
|
+
(a(!0), S(Q, null, ne(e.value, (r, Y) => (a(), N(n(Ve), X({
|
|
434
437
|
key: Y,
|
|
435
438
|
ref_for: !0
|
|
436
439
|
}, r, {
|
|
437
440
|
name: r.key,
|
|
438
441
|
class: r.isUnNeedBorder ? "hb-lib-form-item-border--unneed" : ""
|
|
439
|
-
}),
|
|
442
|
+
}), Ge({
|
|
440
443
|
default: s(() => [
|
|
441
444
|
r.type === "slot" ? j(w.$slots, r.key, {
|
|
442
445
|
key: 0,
|
|
443
446
|
formData: t.formData,
|
|
444
447
|
item: r
|
|
445
|
-
}, void 0, !0) :
|
|
448
|
+
}, void 0, !0) : z("", !0),
|
|
446
449
|
r.type === "mixin" ? j(w.$slots, r.key, {
|
|
447
450
|
key: 1,
|
|
448
451
|
formData: t.formData,
|
|
449
452
|
item: r
|
|
450
|
-
}, void 0, !0) :
|
|
451
|
-
r.type === "input" ? (a(),
|
|
453
|
+
}, void 0, !0) : z("", !0),
|
|
454
|
+
r.type === "input" ? (a(), N(n(ze), X({
|
|
452
455
|
key: 2,
|
|
453
456
|
value: t.formData[r.key],
|
|
454
|
-
"onUpdate:value": (
|
|
455
|
-
}, { ref_for: !0 }, r.attrs), null, 16, ["value", "onUpdate:value"])) :
|
|
456
|
-
r.type === "select" ? (a(),
|
|
457
|
+
"onUpdate:value": (P) => t.formData[r.key] = P
|
|
458
|
+
}, { ref_for: !0 }, r.attrs), null, 16, ["value", "onUpdate:value"])) : z("", !0),
|
|
459
|
+
r.type === "select" ? (a(), N(n(Pe), X({
|
|
457
460
|
key: 3,
|
|
458
461
|
value: t.formData[r.key],
|
|
459
|
-
"onUpdate:value": (
|
|
462
|
+
"onUpdate:value": (P) => t.formData[r.key] = P
|
|
460
463
|
}, { ref_for: !0 }, r.attrs), {
|
|
461
464
|
default: s(() => [
|
|
462
|
-
(a(!0), S(
|
|
465
|
+
(a(!0), S(Q, null, ne(r.options, (P, ee) => (a(), N(n(Ue), {
|
|
463
466
|
key: ee,
|
|
464
|
-
value:
|
|
467
|
+
value: P.value
|
|
465
468
|
}, {
|
|
466
469
|
default: s(() => [
|
|
467
|
-
|
|
470
|
+
A(k(P.label), 1)
|
|
468
471
|
]),
|
|
469
472
|
_: 2
|
|
470
473
|
}, 1032, ["value"]))), 128))
|
|
471
474
|
]),
|
|
472
475
|
_: 2
|
|
473
|
-
}, 1040, ["value", "onUpdate:value"])) :
|
|
474
|
-
r.type === "checkbox" ? (a(),
|
|
476
|
+
}, 1040, ["value", "onUpdate:value"])) : z("", !0),
|
|
477
|
+
r.type === "checkbox" ? (a(), N(n(Ne), X({
|
|
475
478
|
key: 4,
|
|
476
479
|
value: t.formData[r.key],
|
|
477
|
-
"onUpdate:value": (
|
|
480
|
+
"onUpdate:value": (P) => t.formData[r.key] = P
|
|
478
481
|
}, { ref_for: !0 }, r.attrs), {
|
|
479
482
|
default: s(() => [
|
|
480
|
-
(a(!0), S(
|
|
483
|
+
(a(!0), S(Q, null, ne(r.options, (P, ee) => (a(), N(n(me), {
|
|
481
484
|
key: ee,
|
|
482
|
-
value:
|
|
485
|
+
value: P.value
|
|
483
486
|
}, {
|
|
484
487
|
default: s(() => [
|
|
485
|
-
|
|
488
|
+
A(k(P.label), 1)
|
|
486
489
|
]),
|
|
487
490
|
_: 2
|
|
488
491
|
}, 1032, ["value"]))), 128))
|
|
489
492
|
]),
|
|
490
493
|
_: 2
|
|
491
|
-
}, 1040, ["value", "onUpdate:value"])) :
|
|
492
|
-
r.type === "date-picker" ? (a(),
|
|
494
|
+
}, 1040, ["value", "onUpdate:value"])) : z("", !0),
|
|
495
|
+
r.type === "date-picker" ? (a(), N(n(Re), X({
|
|
493
496
|
key: 5,
|
|
494
497
|
value: t.formData[r.key],
|
|
495
|
-
"onUpdate:value": (
|
|
496
|
-
}, { ref_for: !0 }, r.attrs), null, 16, ["value", "onUpdate:value"])) :
|
|
497
|
-
r.type === "input-number" ? (a(),
|
|
498
|
+
"onUpdate:value": (P) => t.formData[r.key] = P
|
|
499
|
+
}, { ref_for: !0 }, r.attrs), null, 16, ["value", "onUpdate:value"])) : z("", !0),
|
|
500
|
+
r.type === "input-number" ? (a(), N(n(Be), X({
|
|
498
501
|
key: 6,
|
|
499
502
|
value: t.formData[r.key],
|
|
500
|
-
"onUpdate:value": (
|
|
501
|
-
}, { ref_for: !0 }, r.attrs), null, 16, ["value", "onUpdate:value"])) :
|
|
502
|
-
r.type === "radio" ? (a(),
|
|
503
|
+
"onUpdate:value": (P) => t.formData[r.key] = P
|
|
504
|
+
}, { ref_for: !0 }, r.attrs), null, 16, ["value", "onUpdate:value"])) : z("", !0),
|
|
505
|
+
r.type === "radio" ? (a(), N(n(Oe), X({
|
|
503
506
|
key: 7,
|
|
504
507
|
value: t.formData[r.key],
|
|
505
|
-
"onUpdate:value": (
|
|
508
|
+
"onUpdate:value": (P) => t.formData[r.key] = P
|
|
506
509
|
}, { ref_for: !0 }, r.attrs), {
|
|
507
510
|
default: s(() => [
|
|
508
|
-
(a(!0), S(
|
|
511
|
+
(a(!0), S(Q, null, ne(r.options, (P, ee) => (a(), N(n(Ae), {
|
|
509
512
|
key: ee,
|
|
510
|
-
value:
|
|
513
|
+
value: P.value
|
|
511
514
|
}, {
|
|
512
515
|
default: s(() => [
|
|
513
|
-
|
|
516
|
+
A(k(P.label), 1)
|
|
514
517
|
]),
|
|
515
518
|
_: 2
|
|
516
519
|
}, 1032, ["value"]))), 128))
|
|
517
520
|
]),
|
|
518
521
|
_: 2
|
|
519
|
-
}, 1040, ["value", "onUpdate:value"])) :
|
|
520
|
-
r.type === "switch" ? (a(),
|
|
522
|
+
}, 1040, ["value", "onUpdate:value"])) : z("", !0),
|
|
523
|
+
r.type === "switch" ? (a(), N(n(De), X({
|
|
521
524
|
key: 8,
|
|
522
525
|
checked: t.formData[r.key],
|
|
523
|
-
"onUpdate:checked": (
|
|
524
|
-
}, { ref_for: !0 }, r.attrs), null, 16, ["checked", "onUpdate:checked"])) :
|
|
526
|
+
"onUpdate:checked": (P) => t.formData[r.key] = P
|
|
527
|
+
}, { ref_for: !0 }, r.attrs), null, 16, ["checked", "onUpdate:checked"])) : z("", !0)
|
|
525
528
|
]),
|
|
526
529
|
_: 2
|
|
527
530
|
}, [
|
|
528
531
|
r.tooltip ? {
|
|
529
532
|
name: "label",
|
|
530
533
|
fn: s(() => [
|
|
531
|
-
|
|
532
|
-
F(n(
|
|
534
|
+
A(k(r.label) + " ", 1),
|
|
535
|
+
F(n(He), {
|
|
533
536
|
title: r.tooltip
|
|
534
537
|
}, {
|
|
535
538
|
default: s(() => [
|
|
536
|
-
F(n(
|
|
539
|
+
F(n(ut), { style: { "margin-left": "4px", color: "#1890ff" } })
|
|
537
540
|
]),
|
|
538
541
|
_: 1
|
|
539
542
|
}, 8, ["title"])
|
|
@@ -541,17 +544,17 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
541
544
|
key: "0"
|
|
542
545
|
} : void 0
|
|
543
546
|
]), 1040, ["name", "class"]))), 128)),
|
|
544
|
-
v("section",
|
|
547
|
+
v("section", xt, [
|
|
545
548
|
F(o, {
|
|
546
549
|
type: "primary",
|
|
547
550
|
onClick: b,
|
|
548
551
|
class: "hb_list_page_button"
|
|
549
552
|
}, {
|
|
550
553
|
icon: s(() => [
|
|
551
|
-
F(n(
|
|
554
|
+
F(n(xe))
|
|
552
555
|
]),
|
|
553
556
|
default: s(() => [
|
|
554
|
-
|
|
557
|
+
A(" " + k(w.$t("hbLibComp.hbListPageAct.query")), 1)
|
|
555
558
|
]),
|
|
556
559
|
_: 1
|
|
557
560
|
}),
|
|
@@ -560,18 +563,18 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
560
563
|
onClick: B
|
|
561
564
|
}, {
|
|
562
565
|
default: s(() => [
|
|
563
|
-
|
|
566
|
+
A(k(w.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
564
567
|
]),
|
|
565
568
|
_: 1
|
|
566
569
|
}),
|
|
567
|
-
t.needFilter ? (a(),
|
|
570
|
+
t.needFilter ? (a(), N(d, {
|
|
568
571
|
key: 0,
|
|
569
572
|
title: w.$t("hbLibComp.hbListPageAct.selfDefine")
|
|
570
573
|
}, {
|
|
571
574
|
default: s(() => [
|
|
572
575
|
v("span", {
|
|
573
576
|
class: "hb-lib-form-svg",
|
|
574
|
-
onClick:
|
|
577
|
+
onClick: Z
|
|
575
578
|
}, [...l[0] || (l[0] = [
|
|
576
579
|
v("svg", {
|
|
577
580
|
t: "1757915025410",
|
|
@@ -592,7 +595,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
592
595
|
])])
|
|
593
596
|
]),
|
|
594
597
|
_: 1
|
|
595
|
-
}, 8, ["title"])) :
|
|
598
|
+
}, 8, ["title"])) : z("", !0),
|
|
596
599
|
j(w.$slots, "formBtns", {}, void 0, !0)
|
|
597
600
|
])
|
|
598
601
|
]),
|
|
@@ -600,52 +603,52 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
600
603
|
}, 16, ["model", "class"]),
|
|
601
604
|
t.needFooter ? (a(), S("div", {
|
|
602
605
|
key: 0,
|
|
603
|
-
class:
|
|
606
|
+
class: U(n(p).e("footer"))
|
|
604
607
|
}, [
|
|
605
608
|
v("div", {
|
|
606
|
-
class:
|
|
609
|
+
class: U(n(p).e("footer__left"))
|
|
607
610
|
}, [
|
|
608
611
|
j(w.$slots, "form-footer-left", {}, void 0, !0)
|
|
609
612
|
], 2),
|
|
610
613
|
v("div", {
|
|
611
|
-
class:
|
|
614
|
+
class: U(n(p).e("footer__right"))
|
|
612
615
|
}, [
|
|
613
616
|
c.value == "show" ? j(w.$slots, "form-footer-right", {
|
|
614
617
|
key: 0,
|
|
615
618
|
formRef: h.value
|
|
616
619
|
}, () => [
|
|
617
|
-
F(n(
|
|
620
|
+
F(n(ue), {
|
|
618
621
|
type: "primary",
|
|
619
622
|
onClick: B
|
|
620
623
|
}, {
|
|
621
624
|
default: s(() => [
|
|
622
|
-
|
|
625
|
+
A(k(w.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
623
626
|
]),
|
|
624
627
|
_: 1
|
|
625
628
|
}),
|
|
626
|
-
F(n(
|
|
629
|
+
F(n(ue), {
|
|
627
630
|
type: "primary",
|
|
628
631
|
onClick: b
|
|
629
632
|
}, {
|
|
630
633
|
default: s(() => [
|
|
631
|
-
|
|
634
|
+
A(k(w.$t("hbLibComp.hbListPageAct.query")), 1)
|
|
632
635
|
]),
|
|
633
636
|
_: 1
|
|
634
637
|
})
|
|
635
|
-
], !0) :
|
|
636
|
-
F(n(
|
|
638
|
+
], !0) : z("", !0),
|
|
639
|
+
F(n(ue), {
|
|
637
640
|
type: "primary",
|
|
638
|
-
onClick:
|
|
641
|
+
onClick: g
|
|
639
642
|
}, {
|
|
640
643
|
default: s(() => [
|
|
641
|
-
|
|
644
|
+
A(k(c.value == "show" ? `${w.$t("hbLibComp.hbListPageAct.close")}` : `${w.$t("hbLibComp.hbListPageAct.open")}`), 1)
|
|
642
645
|
]),
|
|
643
646
|
_: 1
|
|
644
647
|
})
|
|
645
648
|
], 2)
|
|
646
|
-
], 2)) :
|
|
649
|
+
], 2)) : z("", !0)
|
|
647
650
|
], 2), [
|
|
648
|
-
[
|
|
651
|
+
[tt, t.isFormExpanded]
|
|
649
652
|
])
|
|
650
653
|
]),
|
|
651
654
|
_: 3
|
|
@@ -659,7 +662,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
659
662
|
], 64);
|
|
660
663
|
};
|
|
661
664
|
}
|
|
662
|
-
}),
|
|
665
|
+
}), Tt = /* @__PURE__ */ oe($t, [["__scopeId", "data-v-5df81ec2"]]), Mt = le(Tt), It = { class: "hb-lib-list-page-act-box" }, Ht = { class: "hb-lib-list-page-breadcrumb" }, Dt = { class: "hb-lib-list-page-act" }, At = {
|
|
663
666
|
key: 0,
|
|
664
667
|
t: "1757915338760",
|
|
665
668
|
class: "icon",
|
|
@@ -669,7 +672,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
669
672
|
"p-id": "22885",
|
|
670
673
|
width: "200",
|
|
671
674
|
height: "200"
|
|
672
|
-
},
|
|
675
|
+
}, Ot = {
|
|
673
676
|
key: 1,
|
|
674
677
|
t: "1757915360496",
|
|
675
678
|
class: "icon",
|
|
@@ -679,7 +682,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
679
682
|
"p-id": "23904",
|
|
680
683
|
width: "200",
|
|
681
684
|
height: "200"
|
|
682
|
-
},
|
|
685
|
+
}, Bt = /* @__PURE__ */ te({
|
|
683
686
|
name: "HbLibListPageAct",
|
|
684
687
|
__name: "HbListPageAct",
|
|
685
688
|
props: {
|
|
@@ -690,21 +693,21 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
690
693
|
},
|
|
691
694
|
emits: ["handleSearch", "handleReset", "handleSfcmConfirm", "handleOpenOrClose"],
|
|
692
695
|
setup(t, { emit: f }) {
|
|
693
|
-
const u =
|
|
694
|
-
const c =
|
|
696
|
+
const u = we("HB_LIST_PAGE_CONTAINER"), { isFullscreen: i, toggle: x } = gt(u.PageContainerRef), p = R(""), m = () => {
|
|
697
|
+
const c = Qe();
|
|
695
698
|
let e = localStorage.getItem("BreadCrumb") || "[]", h = c?.path;
|
|
696
699
|
if (e !== "[]") {
|
|
697
700
|
let b = JSON.parse(e).find((B) => B.value === h);
|
|
698
|
-
b && (
|
|
701
|
+
b && (p.value = b.label.replace(/-/g, " / "));
|
|
699
702
|
}
|
|
700
703
|
};
|
|
701
|
-
return
|
|
702
|
-
|
|
704
|
+
return Fe(() => {
|
|
705
|
+
m();
|
|
703
706
|
}), (c, e) => {
|
|
704
707
|
const h = q("a-tooltip");
|
|
705
|
-
return a(), S("section",
|
|
706
|
-
v("aside",
|
|
707
|
-
v("aside",
|
|
708
|
+
return a(), S("section", It, [
|
|
709
|
+
v("aside", Ht, k(p.value), 1),
|
|
710
|
+
v("aside", Dt, [
|
|
708
711
|
F(h, {
|
|
709
712
|
title: n(i) ? `${c.$t("hbLibComp.hbListPageAct.exitFullScreen")}` : `${c.$t("hbLibComp.hbListPageAct.fullScreen")}`,
|
|
710
713
|
placement: "leftTop"
|
|
@@ -715,7 +718,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
715
718
|
onClick: e[0] || (e[0] = //@ts-ignore
|
|
716
719
|
(...b) => n(x) && n(x)(...b))
|
|
717
720
|
}, [
|
|
718
|
-
n(i) ? (a(), S("svg",
|
|
721
|
+
n(i) ? (a(), S("svg", Ot, [...e[2] || (e[2] = [
|
|
719
722
|
v("path", {
|
|
720
723
|
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",
|
|
721
724
|
fill: "#ff5000",
|
|
@@ -747,7 +750,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
747
750
|
]);
|
|
748
751
|
};
|
|
749
752
|
}
|
|
750
|
-
}),
|
|
753
|
+
}), Rt = /* @__PURE__ */ oe(Bt, [["__scopeId", "data-v-cb524b69"]]), Nt = le(Rt), Pt = { class: "hb-lib-list-btns-box" }, zt = { class: "hb-lib-list-btns-left" }, Vt = { class: "hb-lib-list-btns-right" }, Et = /* @__PURE__ */ te({
|
|
751
754
|
name: "HbLibListBtnsAct",
|
|
752
755
|
__name: "HbListBtns",
|
|
753
756
|
props: {
|
|
@@ -760,25 +763,25 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
760
763
|
setup(t, { emit: f }) {
|
|
761
764
|
const u = f, i = R(!0), x = () => {
|
|
762
765
|
i.value = !i.value, u("handleOpenOrClose", i.value);
|
|
763
|
-
},
|
|
766
|
+
}, p = () => {
|
|
764
767
|
u("handleReload");
|
|
765
768
|
};
|
|
766
|
-
return
|
|
767
|
-
}), (
|
|
769
|
+
return Fe(() => {
|
|
770
|
+
}), (m, c) => {
|
|
768
771
|
const e = q("a-tooltip");
|
|
769
772
|
return a(), S("section", Pt, [
|
|
770
773
|
v("aside", zt, [
|
|
771
|
-
j(
|
|
774
|
+
j(m.$slots, "btnsLeft", {}, void 0, !0)
|
|
772
775
|
]),
|
|
773
|
-
v("aside",
|
|
774
|
-
t.needReload ? (a(),
|
|
776
|
+
v("aside", Vt, [
|
|
777
|
+
t.needReload ? (a(), N(e, {
|
|
775
778
|
key: 0,
|
|
776
|
-
title:
|
|
779
|
+
title: m.$t("hbLibComp.hbListBtnsAct.reload")
|
|
777
780
|
}, {
|
|
778
781
|
default: s(() => [
|
|
779
782
|
v("span", {
|
|
780
783
|
class: "hb-lib-list-btns-act-svg hb-lib-list-btns-item",
|
|
781
|
-
onClick:
|
|
784
|
+
onClick: p
|
|
782
785
|
}, [...c[0] || (c[0] = [
|
|
783
786
|
v("svg", {
|
|
784
787
|
t: "1759041224819",
|
|
@@ -799,35 +802,35 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
799
802
|
])])
|
|
800
803
|
]),
|
|
801
804
|
_: 1
|
|
802
|
-
}, 8, ["title"])) :
|
|
803
|
-
t.needOpenOrClose ? (a(),
|
|
805
|
+
}, 8, ["title"])) : z("", !0),
|
|
806
|
+
t.needOpenOrClose ? (a(), N(e, {
|
|
804
807
|
key: 1,
|
|
805
|
-
title: i.value ? `${
|
|
808
|
+
title: i.value ? `${m.$t("hbLibComp.hbListBtnsAct.close")}` : `${m.$t("hbLibComp.hbListBtnsAct.open")}`
|
|
806
809
|
}, {
|
|
807
810
|
default: s(() => [
|
|
808
811
|
v("span", {
|
|
809
812
|
class: "hb-lib-list-btns-act-open hb-lib-list-btns-item",
|
|
810
813
|
onClick: x
|
|
811
814
|
}, [
|
|
812
|
-
i.value ? (a(),
|
|
815
|
+
i.value ? (a(), N(n(ht), {
|
|
813
816
|
key: 0,
|
|
814
817
|
style: { "font-size": "21px", color: "#ff5000" }
|
|
815
|
-
})) : (a(),
|
|
818
|
+
})) : (a(), N(n(bt), {
|
|
816
819
|
key: 1,
|
|
817
820
|
style: { "font-size": "21px", color: "#ff5000" }
|
|
818
821
|
}))
|
|
819
822
|
])
|
|
820
823
|
]),
|
|
821
824
|
_: 1
|
|
822
|
-
}, 8, ["title"])) :
|
|
823
|
-
j(
|
|
825
|
+
}, 8, ["title"])) : z("", !0),
|
|
826
|
+
j(m.$slots, "btnsRight", {}, void 0, !0)
|
|
824
827
|
])
|
|
825
828
|
]);
|
|
826
829
|
};
|
|
827
830
|
}
|
|
828
|
-
}),
|
|
831
|
+
}), Ut = /* @__PURE__ */ oe(Et, [["__scopeId", "data-v-0ab77a2c"]]), Yt = le(Ut), jt = (t = {}) => {
|
|
829
832
|
const { formRef: f, offsetBottom: u = 50, minHeight: i = 300 } = t, x = R(0);
|
|
830
|
-
let
|
|
833
|
+
let p = null, m = null, c = null, e = null, h = null;
|
|
831
834
|
const b = () => {
|
|
832
835
|
h && clearTimeout(h), h = setTimeout(() => {
|
|
833
836
|
requestAnimationFrame(() => {
|
|
@@ -857,12 +860,12 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
857
860
|
return null;
|
|
858
861
|
}, O = () => {
|
|
859
862
|
const T = document.querySelector(".hb-lib-list-page-form-box");
|
|
860
|
-
T && (
|
|
863
|
+
T && (p = new ResizeObserver(() => {
|
|
861
864
|
document.querySelectorAll(".ant-tooltip").forEach((M) => {
|
|
862
865
|
M.style.display = "none";
|
|
863
866
|
}), b();
|
|
864
|
-
}),
|
|
865
|
-
},
|
|
867
|
+
}), p.observe(T));
|
|
868
|
+
}, Z = () => {
|
|
866
869
|
const T = document.querySelector(".hb-lib-list-page-form-box");
|
|
867
870
|
T && (c = new MutationObserver(() => {
|
|
868
871
|
setTimeout(() => {
|
|
@@ -878,12 +881,12 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
878
881
|
e && clearTimeout(e), e = setTimeout(() => {
|
|
879
882
|
b();
|
|
880
883
|
}, 100);
|
|
881
|
-
},
|
|
884
|
+
}, g = () => {
|
|
882
885
|
window.addEventListener("resize", C), he(() => {
|
|
883
|
-
O(),
|
|
886
|
+
O(), Z(), m = B();
|
|
884
887
|
});
|
|
885
|
-
},
|
|
886
|
-
window.removeEventListener("resize", C),
|
|
888
|
+
}, H = () => {
|
|
889
|
+
window.removeEventListener("resize", C), p && p.disconnect(), c && c.disconnect(), m && m.disconnect(), e && clearTimeout(e), h && clearTimeout(h);
|
|
887
890
|
};
|
|
888
891
|
return f && se(
|
|
889
892
|
() => f,
|
|
@@ -893,15 +896,15 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
893
896
|
}, 200);
|
|
894
897
|
},
|
|
895
898
|
{ deep: !0 }
|
|
896
|
-
),
|
|
897
|
-
b(),
|
|
898
|
-
}),
|
|
899
|
-
|
|
899
|
+
), Fe(() => {
|
|
900
|
+
b(), g();
|
|
901
|
+
}), lt(() => {
|
|
902
|
+
H();
|
|
900
903
|
}), {
|
|
901
904
|
tableHeight: x,
|
|
902
905
|
calTableHeight: b
|
|
903
906
|
};
|
|
904
|
-
},
|
|
907
|
+
}, qt = /* @__PURE__ */ te({
|
|
905
908
|
name: "HbLibListPageContainer",
|
|
906
909
|
__name: "HbListPageContainer",
|
|
907
910
|
props: {
|
|
@@ -911,50 +914,50 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
911
914
|
minHeight: {}
|
|
912
915
|
},
|
|
913
916
|
setup(t) {
|
|
914
|
-
const f = t, u =
|
|
917
|
+
const f = t, u = ot("PageContainerRef"), { calTableHeight: i, tableHeight: x } = jt({
|
|
915
918
|
offsetBottom: f.offsetBottom || 20,
|
|
916
919
|
// 底部预留空间
|
|
917
920
|
minHeight: f.minHeight || 300
|
|
918
921
|
// table最小高度 请勿随便修改!!
|
|
919
|
-
}),
|
|
920
|
-
return
|
|
922
|
+
}), p = J(() => x.value);
|
|
923
|
+
return at("HB_LIST_PAGE_CONTAINER", {
|
|
921
924
|
PageContainerRef: u,
|
|
922
925
|
// 通过函数访问,
|
|
923
926
|
tableHeight: x,
|
|
924
927
|
calTableHeight: i
|
|
925
|
-
}), (
|
|
928
|
+
}), (m, c) => (a(), S("section", {
|
|
926
929
|
class: "hb-lib-list-page-container",
|
|
927
930
|
ref_key: "PageContainerRef",
|
|
928
931
|
ref: u
|
|
929
932
|
}, [
|
|
930
|
-
j(
|
|
933
|
+
j(m.$slots, "header"),
|
|
931
934
|
v("section", {
|
|
932
935
|
class: "list-page-box",
|
|
933
|
-
style:
|
|
934
|
-
"--hb-list-table-height":
|
|
935
|
-
"--hb-list-ttable-height": t.tabelData.length ? "" :
|
|
936
|
+
style: pe({
|
|
937
|
+
"--hb-list-table-height": p.value - 20 + "px",
|
|
938
|
+
"--hb-list-ttable-height": t.tabelData.length ? "" : p.value - 20 + "px"
|
|
936
939
|
})
|
|
937
940
|
}, [
|
|
938
|
-
j(
|
|
941
|
+
j(m.$slots, "default")
|
|
939
942
|
], 4)
|
|
940
943
|
], 512));
|
|
941
944
|
}
|
|
942
|
-
}),
|
|
945
|
+
}), Kt = le(qt), Jt = { style: { "font-weight": "500" } }, Wt = {
|
|
943
946
|
key: 0,
|
|
944
947
|
class: "hb-lib-search-tag__description"
|
|
945
|
-
},
|
|
948
|
+
}, Gt = { class: "hb-lib-selector-dropdown" }, Qt = { class: "hb-lib-selector-search" }, Zt = { class: "hb-lib-selector-list" }, Xt = ["onClick"], el = { class: "hb-lib-option-content" }, tl = { class: "hb-lib-option-label" }, ll = {
|
|
946
949
|
key: 0,
|
|
947
950
|
class: "hb-lib-selector-empty"
|
|
948
|
-
},
|
|
951
|
+
}, ol = {
|
|
949
952
|
key: 1,
|
|
950
953
|
class: "hb-lib-selector-footer"
|
|
951
|
-
},
|
|
954
|
+
}, al = { class: "hb-lib-footer-buttons" }, nl = {
|
|
952
955
|
key: 2,
|
|
953
956
|
class: "hb-lib-selector-footer"
|
|
954
|
-
},
|
|
957
|
+
}, sl = { class: "hb-lib-footer-buttons" }, il = /* @__PURE__ */ te({
|
|
955
958
|
name: "HbLibListMultiSelect",
|
|
956
959
|
__name: "HbListMultiSelect",
|
|
957
|
-
props: /* @__PURE__ */
|
|
960
|
+
props: /* @__PURE__ */ Me({
|
|
958
961
|
title: { default: "请选择" },
|
|
959
962
|
placeholder: { default: "点击选择" },
|
|
960
963
|
searchPlaceholder: { default: "搜索选项" },
|
|
@@ -971,13 +974,13 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
971
974
|
value: {},
|
|
972
975
|
valueModifiers: {}
|
|
973
976
|
}),
|
|
974
|
-
emits: /* @__PURE__ */
|
|
977
|
+
emits: /* @__PURE__ */ Me(["update:value", "update:searchValue", "change", "confirm", "cancel", "search"], ["update:value"]),
|
|
975
978
|
setup(t, { emit: f }) {
|
|
976
|
-
const u = t, i = f, x =
|
|
977
|
-
if (u.remoteSearch || !
|
|
978
|
-
const l =
|
|
979
|
+
const u = t, i = f, x = nt(t, "value"), p = R(!1), m = R(""), c = R([]), e = R(), h = J(() => {
|
|
980
|
+
if (u.remoteSearch || !m.value) return u.options;
|
|
981
|
+
const l = m.value.toLowerCase();
|
|
979
982
|
return u.options.filter((o) => o.label.toLowerCase().includes(l) || o.description?.toLowerCase().includes(l));
|
|
980
|
-
}), b =
|
|
983
|
+
}), b = J(() => u.prefix ? `${u.prefix.length * 14 + 8}px` : "0px"), B = J(() => h.value.length === 0 ? !1 : h.value.every((l) => c.value.includes(l.value))), O = J(() => {
|
|
981
984
|
if (h.value.length === 0) return !1;
|
|
982
985
|
const l = h.value.filter((o) => c.value.includes(o.value)).length;
|
|
983
986
|
return l > 0 && l < h.value.length;
|
|
@@ -991,24 +994,24 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
991
994
|
), se(
|
|
992
995
|
() => u.searchValue,
|
|
993
996
|
(l) => {
|
|
994
|
-
u.remoteSearch && l !== void 0 && (
|
|
997
|
+
u.remoteSearch && l !== void 0 && (m.value = l);
|
|
995
998
|
},
|
|
996
999
|
{ immediate: !0 }
|
|
997
1000
|
);
|
|
998
|
-
const
|
|
999
|
-
l && (
|
|
1001
|
+
const Z = (l) => {
|
|
1002
|
+
l && (p.value = l, C.value = [...c.value], m.value = "", setTimeout(() => {
|
|
1000
1003
|
if (e.value) {
|
|
1001
1004
|
const o = e.value.input || e.value.$el?.querySelector("input");
|
|
1002
1005
|
o && o.focus();
|
|
1003
1006
|
}
|
|
1004
1007
|
}, 100));
|
|
1005
|
-
}, C = R([]),
|
|
1006
|
-
c.value = [...C.value],
|
|
1007
|
-
},
|
|
1008
|
+
}, C = R([]), g = () => {
|
|
1009
|
+
c.value = [...C.value], p.value = !1, i("cancel");
|
|
1010
|
+
}, H = R([]), T = () => {
|
|
1008
1011
|
const l = u.multiple ? c.value : c.value[0] || "", o = u.options.filter((d) => c.value.includes(d.value));
|
|
1009
|
-
|
|
1010
|
-
}, V =
|
|
1011
|
-
const o = l !== void 0 ? l :
|
|
1012
|
+
H.value = o, console.log(l, o), C.value = [...c.value], x.value = l, i("update:value", l), i("change", l, o), i("confirm", l, o), p.value = !1;
|
|
1013
|
+
}, V = yt((l) => {
|
|
1014
|
+
const o = l !== void 0 ? l : m.value;
|
|
1012
1015
|
u.remoteSearch && (i("search", o), i("update:searchValue", o));
|
|
1013
1016
|
}, 300), M = (l) => {
|
|
1014
1017
|
if (u.multiple) {
|
|
@@ -1028,126 +1031,126 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1028
1031
|
}
|
|
1029
1032
|
};
|
|
1030
1033
|
return (l, o) => {
|
|
1031
|
-
const d = q("a-tag"), L = q("a-input"), r = q("a-checkbox"), Y = q("a-radio"),
|
|
1034
|
+
const d = q("a-tag"), L = q("a-input"), r = q("a-checkbox"), Y = q("a-radio"), P = q("a-button"), ee = q("a-select");
|
|
1032
1035
|
return a(), S("div", X({
|
|
1033
1036
|
class: "hb-lib-selector-wrapper",
|
|
1034
1037
|
style: { "--prefix-width": b.value }
|
|
1035
1038
|
}, l.$attrs), [
|
|
1036
1039
|
F(ee, {
|
|
1037
1040
|
value: x.value,
|
|
1038
|
-
"onUpdate:value": o[5] || (o[5] = (
|
|
1041
|
+
"onUpdate:value": o[5] || (o[5] = (W) => x.value = W),
|
|
1039
1042
|
mode: t.multiple ? "multiple" : void 0,
|
|
1040
1043
|
placeholder: t.placeholder,
|
|
1041
1044
|
"show-search": !0,
|
|
1042
1045
|
"filter-option": !1,
|
|
1043
|
-
open:
|
|
1046
|
+
open: p.value,
|
|
1044
1047
|
allowClear: "",
|
|
1045
1048
|
maxTagCount: t.maxTagCount,
|
|
1046
1049
|
options: h.value,
|
|
1047
|
-
onDropdownVisibleChange:
|
|
1050
|
+
onDropdownVisibleChange: Z,
|
|
1048
1051
|
onSearch: n(V),
|
|
1049
1052
|
"max-tag-text-length": t.tagTextLength,
|
|
1050
|
-
class:
|
|
1053
|
+
class: U({ "has-prefix": t.prefix }),
|
|
1051
1054
|
"data-prefix": t.prefix,
|
|
1052
1055
|
style: { width: "100%" }
|
|
1053
1056
|
}, {
|
|
1054
|
-
tagRender: s(({ value:
|
|
1057
|
+
tagRender: s(({ value: W, label: K, closable: _, option: I }) => [
|
|
1055
1058
|
F(d, {
|
|
1056
1059
|
class: "hb-lib-search-tag",
|
|
1057
|
-
onClick: o[0] || (o[0] = () =>
|
|
1060
|
+
onClick: o[0] || (o[0] = () => Z(!0))
|
|
1058
1061
|
}, {
|
|
1059
1062
|
default: s(() => [
|
|
1060
|
-
v("span",
|
|
1061
|
-
|
|
1063
|
+
v("span", Jt, k(K), 1),
|
|
1064
|
+
I?.description ? (a(), S("span", Wt, " (" + k(I.description) + ") ", 1)) : z("", !0)
|
|
1062
1065
|
]),
|
|
1063
1066
|
_: 2
|
|
1064
1067
|
}, 1024)
|
|
1065
1068
|
]),
|
|
1066
|
-
dropdownRender: s(({ menuNode:
|
|
1067
|
-
v("div",
|
|
1068
|
-
v("div",
|
|
1069
|
+
dropdownRender: s(({ menuNode: W }) => [
|
|
1070
|
+
v("div", Gt, [
|
|
1071
|
+
v("div", Qt, [
|
|
1069
1072
|
F(L, {
|
|
1070
1073
|
ref_key: "searchInputRef",
|
|
1071
1074
|
ref: e,
|
|
1072
1075
|
class: "hb-lib-selector-search-input",
|
|
1073
|
-
value:
|
|
1074
|
-
"onUpdate:value": o[1] || (o[1] = (K) =>
|
|
1076
|
+
value: m.value,
|
|
1077
|
+
"onUpdate:value": o[1] || (o[1] = (K) => m.value = K),
|
|
1075
1078
|
placeholder: "请输入关键词搜索",
|
|
1076
1079
|
"allow-clear": "",
|
|
1077
1080
|
onInput: o[2] || (o[2] = (K) => n(V)(K.target.value))
|
|
1078
1081
|
}, {
|
|
1079
1082
|
prefix: s(() => [
|
|
1080
|
-
F(n(
|
|
1083
|
+
F(n(xe))
|
|
1081
1084
|
]),
|
|
1082
1085
|
_: 1
|
|
1083
1086
|
}, 8, ["value"])
|
|
1084
1087
|
]),
|
|
1085
|
-
v("div",
|
|
1086
|
-
(a(!0), S(
|
|
1088
|
+
v("div", Zt, [
|
|
1089
|
+
(a(!0), S(Q, null, ne(h.value, (K) => (a(), S("div", {
|
|
1087
1090
|
key: K.value,
|
|
1088
|
-
class:
|
|
1091
|
+
class: U(["hb-lib-selector-option", { selected: c.value.includes(K.value) }]),
|
|
1089
1092
|
onClick: () => M(K)
|
|
1090
1093
|
}, [
|
|
1091
|
-
t.multiple ? (a(),
|
|
1094
|
+
t.multiple ? (a(), N(r, {
|
|
1092
1095
|
key: 0,
|
|
1093
1096
|
checked: c.value.includes(K.value),
|
|
1094
1097
|
onChange: () => M(K),
|
|
1095
|
-
onClick: o[3] || (o[3] =
|
|
1098
|
+
onClick: o[3] || (o[3] = ke(() => {
|
|
1096
1099
|
}, ["stop"]))
|
|
1097
|
-
}, null, 8, ["checked", "onChange"])) : (a(),
|
|
1100
|
+
}, null, 8, ["checked", "onChange"])) : (a(), N(Y, {
|
|
1098
1101
|
key: 1,
|
|
1099
1102
|
checked: c.value.includes(K.value),
|
|
1100
1103
|
onChange: () => M(K),
|
|
1101
|
-
onClick: o[4] || (o[4] =
|
|
1104
|
+
onClick: o[4] || (o[4] = ke(() => {
|
|
1102
1105
|
}, ["stop"]))
|
|
1103
1106
|
}, null, 8, ["checked", "onChange"])),
|
|
1104
|
-
v("div",
|
|
1105
|
-
v("div",
|
|
1107
|
+
v("div", el, [
|
|
1108
|
+
v("div", tl, k(K.label), 1)
|
|
1106
1109
|
])
|
|
1107
|
-
], 10,
|
|
1110
|
+
], 10, Xt))), 128))
|
|
1108
1111
|
]),
|
|
1109
|
-
h.value.length === 0 ? (a(), S("div",
|
|
1110
|
-
t.multiple ? (a(), S("div",
|
|
1112
|
+
h.value.length === 0 ? (a(), S("div", ll, k(l.$t("hbLibComp.hbFormItemFilterModal.noData")), 1)) : z("", !0),
|
|
1113
|
+
t.multiple ? (a(), S("div", ol, [
|
|
1111
1114
|
F(r, {
|
|
1112
1115
|
checked: B.value,
|
|
1113
1116
|
indeterminate: O.value,
|
|
1114
1117
|
onChange: w
|
|
1115
1118
|
}, {
|
|
1116
1119
|
default: s(() => [
|
|
1117
|
-
|
|
1120
|
+
A(k(l.$t("hbLibComp.hbFormSelectFilter.allSelect")), 1)
|
|
1118
1121
|
]),
|
|
1119
1122
|
_: 1
|
|
1120
1123
|
}, 8, ["checked", "indeterminate"]),
|
|
1121
|
-
v("div",
|
|
1122
|
-
F(
|
|
1124
|
+
v("div", al, [
|
|
1125
|
+
F(P, {
|
|
1123
1126
|
size: "small",
|
|
1124
|
-
onClick:
|
|
1127
|
+
onClick: g
|
|
1125
1128
|
}, {
|
|
1126
1129
|
default: s(() => [
|
|
1127
|
-
|
|
1130
|
+
A(k(l.$t("hbLibComp.hbFormItemFilterModal.cancel")), 1)
|
|
1128
1131
|
]),
|
|
1129
1132
|
_: 1
|
|
1130
1133
|
}),
|
|
1131
|
-
F(
|
|
1134
|
+
F(P, {
|
|
1132
1135
|
type: "primary",
|
|
1133
1136
|
size: "small",
|
|
1134
1137
|
onClick: T
|
|
1135
1138
|
}, {
|
|
1136
1139
|
default: s(() => [
|
|
1137
|
-
|
|
1140
|
+
A(k(l.$t("hbLibComp.hbFormItemFilterModal.confirm")), 1)
|
|
1138
1141
|
]),
|
|
1139
1142
|
_: 1
|
|
1140
1143
|
})
|
|
1141
1144
|
])
|
|
1142
|
-
])) : (a(), S("div",
|
|
1145
|
+
])) : (a(), S("div", nl, [
|
|
1143
1146
|
o[6] || (o[6] = v("div", null, null, -1)),
|
|
1144
|
-
v("div",
|
|
1145
|
-
F(
|
|
1147
|
+
v("div", sl, [
|
|
1148
|
+
F(P, {
|
|
1146
1149
|
size: "small",
|
|
1147
|
-
onClick:
|
|
1150
|
+
onClick: g
|
|
1148
1151
|
}, {
|
|
1149
1152
|
default: s(() => [
|
|
1150
|
-
|
|
1153
|
+
A(k(l.$t("hbLibComp.hbFormSelectFilter.close")), 1)
|
|
1151
1154
|
]),
|
|
1152
1155
|
_: 1
|
|
1153
1156
|
})
|
|
@@ -1160,7 +1163,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1160
1163
|
], 16);
|
|
1161
1164
|
};
|
|
1162
1165
|
}
|
|
1163
|
-
}),
|
|
1166
|
+
}), rl = /* @__PURE__ */ oe(il, [["__scopeId", "data-v-11422adb"]]), cl = le(rl), dl = { class: "hb-lib-form-item-filter-modal-search" }, ul = { class: "hb-lib-form-item-filter-modal-buttons" }, hl = { key: 0 }, bl = /* @__PURE__ */ te({
|
|
1164
1167
|
name: "HbLibMutilpleSelectModal",
|
|
1165
1168
|
__name: "HbMutilpleSelectModal",
|
|
1166
1169
|
props: {
|
|
@@ -1174,29 +1177,29 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1174
1177
|
},
|
|
1175
1178
|
emits: ["handleConfirm", "handleCancel"],
|
|
1176
1179
|
setup(t, { expose: f, emit: u }) {
|
|
1177
|
-
const i = t, x = u,
|
|
1180
|
+
const i = t, x = u, p = R(!1), m = R(""), c = R(), e = R(), h = R([]), b = R([]), B = R(), O = We({
|
|
1178
1181
|
searchText: "",
|
|
1179
1182
|
searchedColumn: ""
|
|
1180
|
-
}),
|
|
1183
|
+
}), Z = J(() => i.tableData.map((d) => (d.id = d.id || Math.random(), d))), C = J(() => i.tableColumn.map((d) => (d.customFilterDropdown && (d.onFilter = (L, r) => r[d.dataIndex].toString().toLowerCase().includes(L.toLowerCase()), d.onFilterDropdownVisibleChange = (L) => {
|
|
1181
1184
|
L && setTimeout(() => {
|
|
1182
1185
|
c.value?.focus();
|
|
1183
1186
|
}, 100);
|
|
1184
|
-
}), { ...d }))),
|
|
1187
|
+
}), { ...d }))), g = () => {
|
|
1185
1188
|
let d = "";
|
|
1186
1189
|
b.value.forEach((L) => {
|
|
1187
1190
|
d = d + L[i.labelKey] + ",";
|
|
1188
|
-
}),
|
|
1189
|
-
},
|
|
1190
|
-
|
|
1191
|
+
}), m.value = d.substring(0, d.length - 1), p.value = !1, x("handleConfirm", b.value);
|
|
1192
|
+
}, H = () => {
|
|
1193
|
+
p.value = !1;
|
|
1191
1194
|
}, T = () => {
|
|
1192
|
-
|
|
1195
|
+
p.value = !0, he(() => {
|
|
1193
1196
|
const d = B.value?.$el?.querySelector(".ant-table-body");
|
|
1194
1197
|
d && (d.scrollTop = 0);
|
|
1195
1198
|
});
|
|
1196
1199
|
}, V = () => {
|
|
1197
1200
|
h.value = [], b.value = [];
|
|
1198
1201
|
}, M = () => {
|
|
1199
|
-
|
|
1202
|
+
m.value = "", V();
|
|
1200
1203
|
}, w = (d, L, r) => {
|
|
1201
1204
|
L(), O.searchText = d[0], O.searchedColumn = r;
|
|
1202
1205
|
}, l = (d, L) => {
|
|
@@ -1207,7 +1210,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1207
1210
|
return f({
|
|
1208
1211
|
resetInputVal: M
|
|
1209
1212
|
}), (d, L) => {
|
|
1210
|
-
const r = q("a-input"), Y = q("a-button"),
|
|
1213
|
+
const r = q("a-input"), Y = q("a-button"), P = q("a-table"), ee = q("a-modal");
|
|
1211
1214
|
return a(), S("div", {
|
|
1212
1215
|
class: "hb-lib-multipleSelectModal-box",
|
|
1213
1216
|
ref_key: "hbMultipSelectModalRef",
|
|
@@ -1216,18 +1219,18 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1216
1219
|
F(r, {
|
|
1217
1220
|
readonly: "",
|
|
1218
1221
|
onClick: T,
|
|
1219
|
-
value:
|
|
1220
|
-
"onUpdate:value": L[0] || (L[0] = (
|
|
1222
|
+
value: m.value,
|
|
1223
|
+
"onUpdate:value": L[0] || (L[0] = (W) => m.value = W),
|
|
1221
1224
|
placeholder: d.$t("hbLibComp.hbMultiSelectModal.pleaseSelect")
|
|
1222
1225
|
}, {
|
|
1223
1226
|
addonAfter: s(() => [
|
|
1224
|
-
F(n(
|
|
1227
|
+
F(n(ft), { onClick: T })
|
|
1225
1228
|
]),
|
|
1226
1229
|
_: 1
|
|
1227
1230
|
}, 8, ["value", "placeholder"]),
|
|
1228
1231
|
F(ee, {
|
|
1229
|
-
visible:
|
|
1230
|
-
"onUpdate:visible": L[1] || (L[1] = (
|
|
1232
|
+
visible: p.value,
|
|
1233
|
+
"onUpdate:visible": L[1] || (L[1] = (W) => p.value = W),
|
|
1231
1234
|
title: t.modelTitle,
|
|
1232
1235
|
width: t.modalWidth,
|
|
1233
1236
|
class: "hb-lib-multipleSelectModal-modal"
|
|
@@ -1235,87 +1238,87 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1235
1238
|
footer: s(() => [
|
|
1236
1239
|
F(Y, { onClick: V }, {
|
|
1237
1240
|
default: s(() => [
|
|
1238
|
-
|
|
1241
|
+
A(k(d.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
1239
1242
|
]),
|
|
1240
1243
|
_: 1
|
|
1241
1244
|
}),
|
|
1242
|
-
F(Y, { onClick:
|
|
1245
|
+
F(Y, { onClick: H }, {
|
|
1243
1246
|
default: s(() => [
|
|
1244
|
-
|
|
1247
|
+
A(k(d.$t("hbLibComp.hbFormItemFilterModal.cancel")), 1)
|
|
1245
1248
|
]),
|
|
1246
1249
|
_: 1
|
|
1247
1250
|
}),
|
|
1248
1251
|
F(Y, {
|
|
1249
1252
|
type: "primary",
|
|
1250
|
-
onClick:
|
|
1253
|
+
onClick: g
|
|
1251
1254
|
}, {
|
|
1252
1255
|
default: s(() => [
|
|
1253
|
-
|
|
1256
|
+
A(k(d.$t("hbLibComp.hbFormItemFilterModal.confirm")), 1)
|
|
1254
1257
|
]),
|
|
1255
1258
|
_: 1
|
|
1256
1259
|
})
|
|
1257
1260
|
]),
|
|
1258
1261
|
default: s(() => [
|
|
1259
|
-
F(
|
|
1262
|
+
F(P, {
|
|
1260
1263
|
ref_key: "tableRef",
|
|
1261
1264
|
ref: B,
|
|
1262
1265
|
columns: C.value,
|
|
1263
|
-
dataSource:
|
|
1266
|
+
dataSource: Z.value,
|
|
1264
1267
|
rowSelection: { selectedRowKeys: h.value, onChange: o },
|
|
1265
|
-
rowKey: (
|
|
1268
|
+
rowKey: (W) => W[t.tableKey],
|
|
1266
1269
|
scroll: { y: t.tableHeight }
|
|
1267
1270
|
}, {
|
|
1268
|
-
customFilterDropdown: s(({ setSelectedKeys:
|
|
1269
|
-
v("div",
|
|
1271
|
+
customFilterDropdown: s(({ setSelectedKeys: W, selectedKeys: K, confirm: _, clearFilters: I, column: y }) => [
|
|
1272
|
+
v("div", dl, [
|
|
1270
1273
|
F(r, {
|
|
1271
1274
|
ref_key: "searchInput",
|
|
1272
1275
|
ref: c,
|
|
1273
|
-
placeholder: `请输入${
|
|
1276
|
+
placeholder: `请输入${y.title}`,
|
|
1274
1277
|
value: K[0],
|
|
1275
1278
|
class: "hb-lib-form-item-filter-modal-search-input",
|
|
1276
|
-
onChange: (
|
|
1277
|
-
onPressEnter: (
|
|
1279
|
+
onChange: (E) => W(E.target.value ? [E.target.value] : []),
|
|
1280
|
+
onPressEnter: (E) => w(K, _, y.dataIndex)
|
|
1278
1281
|
}, null, 8, ["placeholder", "value", "onChange", "onPressEnter"]),
|
|
1279
|
-
v("section",
|
|
1282
|
+
v("section", ul, [
|
|
1280
1283
|
F(Y, {
|
|
1281
1284
|
class: "hb-lib-form-item-filter-modal-button",
|
|
1282
1285
|
type: "ghost",
|
|
1283
|
-
onClick: (
|
|
1286
|
+
onClick: (E) => l(I, _)
|
|
1284
1287
|
}, {
|
|
1285
1288
|
default: s(() => [
|
|
1286
|
-
|
|
1289
|
+
A(k(d.$t("hbLibComp.hbListPageAct.reset")), 1)
|
|
1287
1290
|
]),
|
|
1288
1291
|
_: 1
|
|
1289
1292
|
}, 8, ["onClick"]),
|
|
1290
1293
|
F(Y, {
|
|
1291
1294
|
type: "primary",
|
|
1292
1295
|
class: "hb-lib-form-item-filter-modal-button-confirm",
|
|
1293
|
-
onClick: (
|
|
1296
|
+
onClick: (E) => w(K, _, y.dataIndex)
|
|
1294
1297
|
}, {
|
|
1295
1298
|
default: s(() => [
|
|
1296
|
-
|
|
1299
|
+
A(k(d.$t("hbLibComp.hbFormItemFilterModal.confirm")), 1)
|
|
1297
1300
|
]),
|
|
1298
1301
|
_: 1
|
|
1299
1302
|
}, 8, ["onClick"])
|
|
1300
1303
|
])
|
|
1301
1304
|
])
|
|
1302
1305
|
]),
|
|
1303
|
-
customFilterIcon: s(({ filtered:
|
|
1304
|
-
F(n(
|
|
1305
|
-
style:
|
|
1306
|
+
customFilterIcon: s(({ filtered: W }) => [
|
|
1307
|
+
F(n(xe), {
|
|
1308
|
+
style: pe({ color: W ? "#108ee9" : void 0 })
|
|
1306
1309
|
}, null, 8, ["style"])
|
|
1307
1310
|
]),
|
|
1308
|
-
bodyCell: s(({ text:
|
|
1309
|
-
O.searchText && O.searchedColumn === K.dataIndex ? (a(), S("span",
|
|
1310
|
-
(a(!0), S(
|
|
1311
|
-
|
|
1312
|
-
key:
|
|
1311
|
+
bodyCell: s(({ text: W, column: K }) => [
|
|
1312
|
+
O.searchText && O.searchedColumn === K.dataIndex ? (a(), S("span", hl, [
|
|
1313
|
+
(a(!0), S(Q, null, ne(W.toString().split(new RegExp(`(?<=${O.searchText})|(?=${O.searchText})`, "i")), (_, I) => (a(), S(Q, null, [
|
|
1314
|
+
_.toLowerCase() === O.searchText.toLowerCase() ? (a(), S("mark", {
|
|
1315
|
+
key: I,
|
|
1313
1316
|
class: "highlight"
|
|
1314
|
-
}, _
|
|
1315
|
-
|
|
1317
|
+
}, k(_), 1)) : (a(), S(Q, { key: 1 }, [
|
|
1318
|
+
A(k(_), 1)
|
|
1316
1319
|
], 64))
|
|
1317
1320
|
], 64))), 256))
|
|
1318
|
-
])) :
|
|
1321
|
+
])) : z("", !0)
|
|
1319
1322
|
]),
|
|
1320
1323
|
_: 1
|
|
1321
1324
|
}, 8, ["columns", "dataSource", "rowSelection", "rowKey", "scroll"])
|
|
@@ -1325,13 +1328,13 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1325
1328
|
], 512);
|
|
1326
1329
|
};
|
|
1327
1330
|
}
|
|
1328
|
-
}),
|
|
1331
|
+
}), fl = le(bl), ml = { class: "hb-lib-table-act-box" }, pl = ["onClick"], vl = {
|
|
1329
1332
|
href: "javascript:;",
|
|
1330
1333
|
class: "hb-lib-table-main-action"
|
|
1331
|
-
},
|
|
1334
|
+
}, gl = ["onClick"], yl = {
|
|
1332
1335
|
href: "javascript:;",
|
|
1333
1336
|
class: "hb-lib-table-more-action"
|
|
1334
|
-
},
|
|
1337
|
+
}, Cl = ["onClick"], Ll = { href: "javascript:;" }, kl = ["onClick"], _l = { class: "hb-lib-table-confirm-modal-content" }, Sl = /* @__PURE__ */ te({
|
|
1335
1338
|
name: "HbLibTableAct",
|
|
1336
1339
|
__name: "HbTableAct",
|
|
1337
1340
|
props: {
|
|
@@ -1340,104 +1343,104 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1340
1343
|
buttonDisplaysQuantity: {}
|
|
1341
1344
|
},
|
|
1342
1345
|
setup(t, { expose: f }) {
|
|
1343
|
-
const u = t, { t: i } = ce(), x = R(!1),
|
|
1344
|
-
|
|
1345
|
-
}, B = (
|
|
1346
|
-
|
|
1346
|
+
const u = t, { t: i } = ce(), x = R(!1), p = R(!1), m = R(null), c = J(() => u.actions.filter((g) => g.condition !== void 0 ? g.condition : !0)), e = J(() => c.value.slice(0, u.buttonDisplaysQuantity)), h = J(() => c.value.slice(u.buttonDisplaysQuantity)), b = (g) => {
|
|
1347
|
+
g.handler && g.handler(u.record);
|
|
1348
|
+
}, B = (g) => {
|
|
1349
|
+
m.value = g, x.value = !0;
|
|
1347
1350
|
}, O = () => {
|
|
1348
|
-
if (
|
|
1349
|
-
|
|
1351
|
+
if (m.value) {
|
|
1352
|
+
p.value = !0;
|
|
1350
1353
|
try {
|
|
1351
|
-
b(
|
|
1354
|
+
b(m.value), p.value = !1, x.value = !1;
|
|
1352
1355
|
} catch {
|
|
1353
|
-
|
|
1356
|
+
p.value = !1;
|
|
1354
1357
|
}
|
|
1355
1358
|
}
|
|
1356
|
-
},
|
|
1357
|
-
x.value = !1,
|
|
1358
|
-
}, C =
|
|
1359
|
-
title:
|
|
1360
|
-
content:
|
|
1359
|
+
}, Z = () => {
|
|
1360
|
+
x.value = !1, m.value = null;
|
|
1361
|
+
}, C = J(() => m.value ? {
|
|
1362
|
+
title: m.value.confirmTitle,
|
|
1363
|
+
content: m.value.confirmContent || m.value.confirmTitle
|
|
1361
1364
|
} : {
|
|
1362
1365
|
title: i("hbLibComp.hbTableAct.secendConfirm"),
|
|
1363
1366
|
content: i("hbLibComp.hbTableAct.confirmContent")
|
|
1364
1367
|
});
|
|
1365
1368
|
return f({
|
|
1366
|
-
ADropdown:
|
|
1367
|
-
AMenu:
|
|
1368
|
-
AMenuItem:
|
|
1369
|
-
APopconfirm:
|
|
1370
|
-
AModal:
|
|
1371
|
-
DownOutlined:
|
|
1372
|
-
}), (
|
|
1373
|
-
const T = q("a-divider"), V =
|
|
1374
|
-
return a(), S("div",
|
|
1375
|
-
(a(!0), S(
|
|
1376
|
-
M.needConfirm ? (a(), S(
|
|
1369
|
+
ADropdown: qe,
|
|
1370
|
+
AMenu: je,
|
|
1371
|
+
AMenuItem: Ye,
|
|
1372
|
+
APopconfirm: Ce,
|
|
1373
|
+
AModal: _e,
|
|
1374
|
+
DownOutlined: Ie
|
|
1375
|
+
}), (g, H) => {
|
|
1376
|
+
const T = q("a-divider"), V = st("has");
|
|
1377
|
+
return a(), S("div", ml, [
|
|
1378
|
+
(a(!0), S(Q, null, ne(e.value, (M, w) => (a(), S(Q, { key: w }, [
|
|
1379
|
+
M.needConfirm ? (a(), S(Q, { key: 0 }, [
|
|
1377
1380
|
M.confirmType === "modal" ? re((a(), S("a", {
|
|
1378
1381
|
key: 0,
|
|
1379
1382
|
href: "javascript:;",
|
|
1380
1383
|
onClick: (l) => B(M),
|
|
1381
1384
|
class: "hb-lib-table-main-action"
|
|
1382
1385
|
}, [
|
|
1383
|
-
|
|
1386
|
+
A(k(M.label), 1)
|
|
1384
1387
|
], 8, pl)), [
|
|
1385
1388
|
[V, M.permissionsTag || null]
|
|
1386
|
-
]) : (a(),
|
|
1389
|
+
]) : (a(), N(n(Ce), {
|
|
1387
1390
|
key: 1,
|
|
1388
1391
|
title: M.confirmTitle,
|
|
1389
1392
|
onConfirm: (l) => b(M)
|
|
1390
1393
|
}, {
|
|
1391
1394
|
default: s(() => [
|
|
1392
|
-
re((a(), S("a",
|
|
1393
|
-
|
|
1395
|
+
re((a(), S("a", vl, [
|
|
1396
|
+
A(k(M.label), 1)
|
|
1394
1397
|
])), [
|
|
1395
1398
|
[V, M.permissionsTag || null]
|
|
1396
1399
|
])
|
|
1397
1400
|
]),
|
|
1398
1401
|
_: 2
|
|
1399
1402
|
}, 1032, ["title", "onConfirm"]))
|
|
1400
|
-
], 64)) : (a(), S(
|
|
1403
|
+
], 64)) : (a(), S(Q, { key: 1 }, [
|
|
1401
1404
|
re((a(), S("a", {
|
|
1402
1405
|
href: "javascript:;",
|
|
1403
1406
|
onClick: (l) => b(M),
|
|
1404
1407
|
class: "hb-lib-table-main-action"
|
|
1405
1408
|
}, [
|
|
1406
|
-
|
|
1407
|
-
], 8,
|
|
1409
|
+
A(k(M.label), 1)
|
|
1410
|
+
], 8, gl)), [
|
|
1408
1411
|
[V, M.permissionsTag || null]
|
|
1409
1412
|
]),
|
|
1410
|
-
h.value && h.value.length > 0 || w !== e.value.length - 1 ? (a(),
|
|
1413
|
+
h.value && h.value.length > 0 || w !== e.value.length - 1 ? (a(), N(T, {
|
|
1411
1414
|
key: 0,
|
|
1412
1415
|
type: "vertical"
|
|
1413
|
-
})) :
|
|
1416
|
+
})) : z("", !0)
|
|
1414
1417
|
], 64))
|
|
1415
1418
|
], 64))), 128)),
|
|
1416
|
-
h.value && h.value.length > 0 ? (a(),
|
|
1419
|
+
h.value && h.value.length > 0 ? (a(), N(n(qe), { key: 0 }, {
|
|
1417
1420
|
overlay: s(() => [
|
|
1418
|
-
F(n(
|
|
1421
|
+
F(n(je), null, {
|
|
1419
1422
|
default: s(() => [
|
|
1420
|
-
(a(!0), S(
|
|
1423
|
+
(a(!0), S(Q, null, ne(h.value, (M) => (a(), N(n(Ye), {
|
|
1421
1424
|
key: M.key
|
|
1422
1425
|
}, {
|
|
1423
1426
|
default: s(() => [
|
|
1424
|
-
M.needConfirm ? (a(), S(
|
|
1427
|
+
M.needConfirm ? (a(), S(Q, { key: 0 }, [
|
|
1425
1428
|
M.confirmType === "modal" ? re((a(), S("a", {
|
|
1426
1429
|
key: 0,
|
|
1427
1430
|
href: "javascript:;",
|
|
1428
1431
|
onClick: (w) => B(M)
|
|
1429
1432
|
}, [
|
|
1430
|
-
|
|
1431
|
-
], 8,
|
|
1433
|
+
A(k(M.label), 1)
|
|
1434
|
+
], 8, Cl)), [
|
|
1432
1435
|
[V, M.permissionsTag || null]
|
|
1433
|
-
]) : (a(),
|
|
1436
|
+
]) : (a(), N(n(Ce), {
|
|
1434
1437
|
key: 1,
|
|
1435
1438
|
title: M.confirmTitle,
|
|
1436
1439
|
onConfirm: (w) => b(M)
|
|
1437
1440
|
}, {
|
|
1438
1441
|
default: s(() => [
|
|
1439
|
-
re((a(), S("a",
|
|
1440
|
-
|
|
1442
|
+
re((a(), S("a", Ll, [
|
|
1443
|
+
A(k(M.label), 1)
|
|
1441
1444
|
])), [
|
|
1442
1445
|
[V, M.permissionsTag || null]
|
|
1443
1446
|
])
|
|
@@ -1449,8 +1452,8 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1449
1452
|
href: "javascript:;",
|
|
1450
1453
|
onClick: (w) => b(M)
|
|
1451
1454
|
}, [
|
|
1452
|
-
|
|
1453
|
-
], 8,
|
|
1455
|
+
A(k(M.label), 1)
|
|
1456
|
+
], 8, kl)), [
|
|
1454
1457
|
[V, M.permissionsTag || null]
|
|
1455
1458
|
])
|
|
1456
1459
|
]),
|
|
@@ -1461,35 +1464,35 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1461
1464
|
})
|
|
1462
1465
|
]),
|
|
1463
1466
|
default: s(() => [
|
|
1464
|
-
v("a",
|
|
1465
|
-
|
|
1466
|
-
F(n(
|
|
1467
|
+
v("a", yl, [
|
|
1468
|
+
A(k(g.$t("hbLibComp.hbTableAct.more")) + " ", 1),
|
|
1469
|
+
F(n(Ie), { style: { "font-size": "12px", "margin-left": "4px" } })
|
|
1467
1470
|
])
|
|
1468
1471
|
]),
|
|
1469
1472
|
_: 1
|
|
1470
|
-
})) :
|
|
1471
|
-
F(n(
|
|
1473
|
+
})) : z("", !0),
|
|
1474
|
+
F(n(_e), {
|
|
1472
1475
|
visible: x.value,
|
|
1473
1476
|
title: C.value.title,
|
|
1474
|
-
"confirm-loading":
|
|
1477
|
+
"confirm-loading": p.value,
|
|
1475
1478
|
onOk: O,
|
|
1476
|
-
onCancel:
|
|
1479
|
+
onCancel: Z
|
|
1477
1480
|
}, {
|
|
1478
1481
|
default: s(() => [
|
|
1479
|
-
v("p",
|
|
1482
|
+
v("p", _l, k(C.value.content), 1)
|
|
1480
1483
|
]),
|
|
1481
1484
|
_: 1
|
|
1482
1485
|
}, 8, ["visible", "title", "confirm-loading"])
|
|
1483
1486
|
]);
|
|
1484
1487
|
};
|
|
1485
1488
|
}
|
|
1486
|
-
}),
|
|
1489
|
+
}), wl = /* @__PURE__ */ oe(Sl, [["__scopeId", "data-v-ecac600b"]]), Fl = le(wl), xl = (t) => ({ tableWidth: J(() => {
|
|
1487
1490
|
const u = Array.isArray(t) ? t : t.value;
|
|
1488
1491
|
return !u || u.length === 0 ? 0 : u.map((i) => i.width && Number(i.width.toString().replace("px", "")) || 0).reduce((i, x) => i + x, 0);
|
|
1489
|
-
}) }),
|
|
1492
|
+
}) }), $l = {
|
|
1490
1493
|
key: 0,
|
|
1491
1494
|
class: "hb-lib-list-table-act"
|
|
1492
|
-
},
|
|
1495
|
+
}, Tl = { class: "empty-container" }, Ml = /* @__PURE__ */ te({
|
|
1493
1496
|
name: "HbLibListTable",
|
|
1494
1497
|
__name: "HbListTable",
|
|
1495
1498
|
props: {
|
|
@@ -1500,7 +1503,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1500
1503
|
tooltipPlacement: { default: () => "topLeft" }
|
|
1501
1504
|
},
|
|
1502
1505
|
setup(t) {
|
|
1503
|
-
const { t: f } = ce(), u = t, i = R([]), x =
|
|
1506
|
+
const { t: f } = ce(), u = t, i = R([]), x = we("HB_LIST_PAGE_CONTAINER"), { tableWidth: p } = xl(J(() => u.columns));
|
|
1504
1507
|
se(
|
|
1505
1508
|
() => u.columns,
|
|
1506
1509
|
(e) => {
|
|
@@ -1521,33 +1524,33 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1521
1524
|
deep: !0
|
|
1522
1525
|
}
|
|
1523
1526
|
);
|
|
1524
|
-
const
|
|
1527
|
+
const m = (e, h) => {
|
|
1525
1528
|
if (h) {
|
|
1526
1529
|
const b = typeof e == "string" ? parseInt(e, 10) : e;
|
|
1527
1530
|
h.width = isNaN(b) ? 150 : b;
|
|
1528
1531
|
}
|
|
1529
|
-
}, c = (e, h = "YYYY-MM-DD HH:mm:ss") => e ?
|
|
1532
|
+
}, c = (e, h = "YYYY-MM-DD HH:mm:ss") => e ? $e(e).format(h) : "";
|
|
1530
1533
|
return (e, h) => {
|
|
1531
|
-
const b = q("a-empty"), B = q("a-tooltip"), O = q("HbLibCopy"),
|
|
1534
|
+
const b = q("a-empty"), B = q("a-tooltip"), O = q("HbLibCopy"), Z = q("a-table");
|
|
1532
1535
|
return a(), S("div", {
|
|
1533
|
-
class:
|
|
1534
|
-
style:
|
|
1536
|
+
class: U(["hb-lib-list-table", { "nowrap-table": u.rowHeight }]),
|
|
1537
|
+
style: pe({ "--hb-lib-table-td-height": t.rowHeight && t.rowHeight + "px" || "" })
|
|
1535
1538
|
}, [
|
|
1536
|
-
e.$slots.tableActLeft ? (a(), S("section",
|
|
1539
|
+
e.$slots.tableActLeft ? (a(), S("section", $l, [
|
|
1537
1540
|
j(e.$slots, "tableActLeft", {}, void 0, !0),
|
|
1538
1541
|
j(e.$slots, "tableActRight", {}, void 0, !0)
|
|
1539
|
-
])) :
|
|
1540
|
-
F(
|
|
1542
|
+
])) : z("", !0),
|
|
1543
|
+
F(Z, X(e.$attrs, {
|
|
1541
1544
|
bordered: "",
|
|
1542
1545
|
columns: i.value,
|
|
1543
|
-
onResizeColumn:
|
|
1546
|
+
onResizeColumn: m,
|
|
1544
1547
|
scroll: {
|
|
1545
|
-
x: n(
|
|
1548
|
+
x: n(p),
|
|
1546
1549
|
y: n(x).tableHeight
|
|
1547
1550
|
}
|
|
1548
|
-
}),
|
|
1551
|
+
}), Ge({
|
|
1549
1552
|
emptyText: s(() => [
|
|
1550
|
-
v("div",
|
|
1553
|
+
v("div", Tl, [
|
|
1551
1554
|
F(b, {
|
|
1552
1555
|
description: n(f)("hbLibComp.hbListTable.noData")
|
|
1553
1556
|
}, null, 8, ["description"])
|
|
@@ -1559,50 +1562,50 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1559
1562
|
name: "headerCell",
|
|
1560
1563
|
fn: s(({ column: C }) => [
|
|
1561
1564
|
j(e.$slots, "headerCell", { column: C }, () => [
|
|
1562
|
-
|
|
1565
|
+
A(k(C.title), 1)
|
|
1563
1566
|
], !0)
|
|
1564
1567
|
]),
|
|
1565
1568
|
key: "0"
|
|
1566
1569
|
} : void 0,
|
|
1567
1570
|
e.$slots.bodyCell ? {
|
|
1568
1571
|
name: "bodyCell",
|
|
1569
|
-
fn: s(({ column: C, record:
|
|
1572
|
+
fn: s(({ column: C, record: g, index: H, text: T }) => [
|
|
1570
1573
|
j(e.$slots, "bodyCell", {
|
|
1571
1574
|
column: C,
|
|
1572
|
-
record:
|
|
1573
|
-
index:
|
|
1575
|
+
record: g,
|
|
1576
|
+
index: H,
|
|
1574
1577
|
text: T
|
|
1575
1578
|
}, void 0, !0),
|
|
1576
|
-
C && C.needTooltip ? (a(),
|
|
1579
|
+
C && C.needTooltip ? (a(), N(B, {
|
|
1577
1580
|
key: 0,
|
|
1578
1581
|
placement: t.tooltipPlacement
|
|
1579
1582
|
}, {
|
|
1580
1583
|
title: s(() => [
|
|
1581
|
-
|
|
1584
|
+
A(k(g[C.dataIndex]), 1)
|
|
1582
1585
|
]),
|
|
1583
1586
|
default: s(() => [
|
|
1584
|
-
|
|
1587
|
+
A(" " + k(g[C.dataIndex]), 1)
|
|
1585
1588
|
]),
|
|
1586
1589
|
_: 2
|
|
1587
|
-
}, 1032, ["placement"])) :
|
|
1588
|
-
C && C.needCopy ? (a(),
|
|
1590
|
+
}, 1032, ["placement"])) : z("", !0),
|
|
1591
|
+
C && C.needCopy ? (a(), N(O, {
|
|
1589
1592
|
key: 1,
|
|
1590
|
-
"cp-text":
|
|
1593
|
+
"cp-text": g[C.dataIndex],
|
|
1591
1594
|
style: { position: "relative" }
|
|
1592
|
-
}, null, 8, ["cp-text"])) :
|
|
1593
|
-
C && C.needFormat ? (a(), S(
|
|
1594
|
-
|
|
1595
|
-
], 64)) :
|
|
1595
|
+
}, null, 8, ["cp-text"])) : z("", !0),
|
|
1596
|
+
C && C.needFormat ? (a(), S(Q, { key: 2 }, [
|
|
1597
|
+
A(k(c(g[C.dataIndex], C.format)), 1)
|
|
1598
|
+
], 64)) : z("", !0)
|
|
1596
1599
|
]),
|
|
1597
1600
|
key: "1"
|
|
1598
1601
|
} : void 0,
|
|
1599
1602
|
e.$slots.expandedRowRender ? {
|
|
1600
1603
|
name: "expandedRowRender",
|
|
1601
|
-
fn: s(({ column: C, record:
|
|
1604
|
+
fn: s(({ column: C, record: g, index: H, text: T }) => [
|
|
1602
1605
|
j(e.$slots, "expandedRowRender", {
|
|
1603
|
-
record:
|
|
1606
|
+
record: g,
|
|
1604
1607
|
column: C,
|
|
1605
|
-
index:
|
|
1608
|
+
index: H,
|
|
1606
1609
|
text: T
|
|
1607
1610
|
}, void 0, !0)
|
|
1608
1611
|
]),
|
|
@@ -1610,11 +1613,11 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1610
1613
|
} : void 0,
|
|
1611
1614
|
e.$slots.customFilterDropdown ? {
|
|
1612
1615
|
name: "customFilterDropdown",
|
|
1613
|
-
fn: s(({ column: C, record:
|
|
1616
|
+
fn: s(({ column: C, record: g, index: H, text: T }) => [
|
|
1614
1617
|
j(e.$slots, "customFilterDropdown", {
|
|
1615
|
-
record:
|
|
1618
|
+
record: g,
|
|
1616
1619
|
column: C,
|
|
1617
|
-
index:
|
|
1620
|
+
index: H,
|
|
1618
1621
|
text: T
|
|
1619
1622
|
}, void 0, !0)
|
|
1620
1623
|
]),
|
|
@@ -1622,11 +1625,11 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1622
1625
|
} : void 0,
|
|
1623
1626
|
e.$slots.customFilterIcon ? {
|
|
1624
1627
|
name: "customFilterIcon",
|
|
1625
|
-
fn: s(({ column: C, record:
|
|
1628
|
+
fn: s(({ column: C, record: g, index: H, text: T }) => [
|
|
1626
1629
|
j(e.$slots, "customFilterIcon", {
|
|
1627
|
-
record:
|
|
1630
|
+
record: g,
|
|
1628
1631
|
column: C,
|
|
1629
|
-
index:
|
|
1632
|
+
index: H,
|
|
1630
1633
|
text: T
|
|
1631
1634
|
}, void 0, !0)
|
|
1632
1635
|
]),
|
|
@@ -1634,11 +1637,11 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1634
1637
|
} : void 0,
|
|
1635
1638
|
e.$slots.expandIcon ? {
|
|
1636
1639
|
name: "expandIcon",
|
|
1637
|
-
fn: s(({ column: C, record:
|
|
1640
|
+
fn: s(({ column: C, record: g, index: H, text: T }) => [
|
|
1638
1641
|
j(e.$slots, "expandIcon", {
|
|
1639
|
-
record:
|
|
1642
|
+
record: g,
|
|
1640
1643
|
column: C,
|
|
1641
|
-
index:
|
|
1644
|
+
index: H,
|
|
1642
1645
|
text: T
|
|
1643
1646
|
}, void 0, !0)
|
|
1644
1647
|
]),
|
|
@@ -1646,11 +1649,11 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1646
1649
|
} : void 0,
|
|
1647
1650
|
e.$slots.footer ? {
|
|
1648
1651
|
name: "footer",
|
|
1649
|
-
fn: s(({ column: C, record:
|
|
1652
|
+
fn: s(({ column: C, record: g, index: H, text: T }) => [
|
|
1650
1653
|
j(e.$slots, "footer", {
|
|
1651
|
-
record:
|
|
1654
|
+
record: g,
|
|
1652
1655
|
column: C,
|
|
1653
|
-
index:
|
|
1656
|
+
index: H,
|
|
1654
1657
|
text: T
|
|
1655
1658
|
}, void 0, !0)
|
|
1656
1659
|
]),
|
|
@@ -1658,11 +1661,11 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1658
1661
|
} : void 0,
|
|
1659
1662
|
e.$slots.headerCell ? {
|
|
1660
1663
|
name: "headerCell",
|
|
1661
|
-
fn: s(({ column: C, record:
|
|
1664
|
+
fn: s(({ column: C, record: g, index: H, text: T }) => [
|
|
1662
1665
|
j(e.$slots, "headerCell", {
|
|
1663
|
-
record:
|
|
1666
|
+
record: g,
|
|
1664
1667
|
column: C,
|
|
1665
|
-
index:
|
|
1668
|
+
index: H,
|
|
1666
1669
|
text: T
|
|
1667
1670
|
}, void 0, !0)
|
|
1668
1671
|
]),
|
|
@@ -1670,11 +1673,11 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1670
1673
|
} : void 0,
|
|
1671
1674
|
e.$slots.summary ? {
|
|
1672
1675
|
name: "summary",
|
|
1673
|
-
fn: s(({ column: C, record:
|
|
1676
|
+
fn: s(({ column: C, record: g, index: H, text: T }) => [
|
|
1674
1677
|
j(e.$slots, "summary", {
|
|
1675
|
-
record:
|
|
1678
|
+
record: g,
|
|
1676
1679
|
column: C,
|
|
1677
|
-
index:
|
|
1680
|
+
index: H,
|
|
1678
1681
|
text: T
|
|
1679
1682
|
}, void 0, !0)
|
|
1680
1683
|
]),
|
|
@@ -1682,11 +1685,11 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1682
1685
|
} : void 0,
|
|
1683
1686
|
e.$slots.title ? {
|
|
1684
1687
|
name: "title",
|
|
1685
|
-
fn: s(({ column: C, record:
|
|
1688
|
+
fn: s(({ column: C, record: g, index: H, text: T }) => [
|
|
1686
1689
|
j(e.$slots, "title", {
|
|
1687
|
-
record:
|
|
1690
|
+
record: g,
|
|
1688
1691
|
column: C,
|
|
1689
|
-
index:
|
|
1692
|
+
index: H,
|
|
1690
1693
|
text: T
|
|
1691
1694
|
}, void 0, !0)
|
|
1692
1695
|
]),
|
|
@@ -1696,13 +1699,13 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1696
1699
|
], 6);
|
|
1697
1700
|
};
|
|
1698
1701
|
}
|
|
1699
|
-
}),
|
|
1702
|
+
}), Il = /* @__PURE__ */ oe(Ml, [["__scopeId", "data-v-d4abbf25"]]), Hl = le(Il), Dl = { class: "hb-lib-table-setting-box" }, Al = {
|
|
1700
1703
|
key: 0,
|
|
1701
1704
|
class: "hb-lib-table-drag-item"
|
|
1702
|
-
},
|
|
1705
|
+
}, Ol = {
|
|
1703
1706
|
key: 0,
|
|
1704
1707
|
class: "hb-lib-table-drag-item-act"
|
|
1705
|
-
},
|
|
1708
|
+
}, Bl = ["onClick"], Rl = ["onClick"], Nl = { class: "hb-lib-table-set-btn-group" }, Pl = {
|
|
1706
1709
|
class: "select-all-container",
|
|
1707
1710
|
style: { "margin-right": "10px" }
|
|
1708
1711
|
}, zl = /* @__PURE__ */ te({
|
|
@@ -1738,15 +1741,15 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1738
1741
|
},
|
|
1739
1742
|
emits: ["on-get-columns", "refresh", "clearSelected"],
|
|
1740
1743
|
setup(t, { emit: f }) {
|
|
1741
|
-
const u = f, { t: i } = ce(), x = t,
|
|
1744
|
+
const u = f, { t: i } = ce(), x = t, p = R([]), m = J(() => e.value.filter((l) => l.checked));
|
|
1742
1745
|
R([]);
|
|
1743
|
-
const c = R(!1), e = R([]), h = R(null), b =
|
|
1746
|
+
const c = R(!1), e = R([]), h = R(null), b = J(() => m.value.length > 0 && m.value.length === p.value.length), B = J(() => m.value.length > 0 && m.value.length < p.value.length), O = (l) => {
|
|
1744
1747
|
h.value = l.oldIndex;
|
|
1745
|
-
},
|
|
1748
|
+
}, Z = (l) => {
|
|
1746
1749
|
const o = l.newIndex;
|
|
1747
|
-
if (
|
|
1748
|
-
const L =
|
|
1749
|
-
if ((L > 0 && o < L || r <
|
|
1750
|
+
if (p.value.some((L) => L.fixed === "left" || L.fixed === "right" || L.fixed === !0)) {
|
|
1751
|
+
const L = p.value.filter((Y) => Y.fixed === "left").length, r = p.value.length - p.value.filter((Y) => Y.fixed === "right").length;
|
|
1752
|
+
if ((L > 0 && o < L || r < p.value.length && o >= r) && (Se.warning(i("hbLibComp.hbLibListTableColumsSet.errorTip")), h.value !== null)) {
|
|
1750
1753
|
const Y = e.value.splice(o, 1)[0];
|
|
1751
1754
|
e.value.splice(h.value, 0, Y);
|
|
1752
1755
|
}
|
|
@@ -1754,17 +1757,17 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1754
1757
|
h.value = null;
|
|
1755
1758
|
}, C = (l) => {
|
|
1756
1759
|
l.target.checked ? e.value.forEach((d) => d.checked = !0) : e.value.forEach((d) => d.checked = !1);
|
|
1757
|
-
},
|
|
1760
|
+
}, g = (l, o) => {
|
|
1758
1761
|
o ? l.checked = !0 : l.checked = !1;
|
|
1759
|
-
},
|
|
1760
|
-
|
|
1762
|
+
}, H = () => {
|
|
1763
|
+
p.value = [...e.value], u("on-get-columns", p.value), c.value = !1;
|
|
1761
1764
|
}, T = () => {
|
|
1762
|
-
|
|
1765
|
+
p.value = x.tableColumns.map((o) => ({
|
|
1763
1766
|
...o,
|
|
1764
1767
|
label: o.title && o.title.tag ? V(o.title) : o.title || o.title2,
|
|
1765
1768
|
value: o.dataIndex,
|
|
1766
1769
|
checked: o.checked || o.checked === void 0
|
|
1767
|
-
})), e.value = [...
|
|
1770
|
+
})), e.value = [...p.value];
|
|
1768
1771
|
let l = [];
|
|
1769
1772
|
x.tableColumns.forEach(function(o) {
|
|
1770
1773
|
l.push(o.dataIndex);
|
|
@@ -1804,8 +1807,8 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1804
1807
|
}
|
|
1805
1808
|
), (l, o) => {
|
|
1806
1809
|
const d = q("a-tooltip"), L = q("a-button");
|
|
1807
|
-
return a(), S("div",
|
|
1808
|
-
F(n(
|
|
1810
|
+
return a(), S("div", Dl, [
|
|
1811
|
+
F(n(vt), {
|
|
1809
1812
|
title: n(i)("hbLibComp.hbLibListTableColumsSet.popoverTitle"),
|
|
1810
1813
|
trigger: "click",
|
|
1811
1814
|
placement: "leftTop",
|
|
@@ -1823,26 +1826,26 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1823
1826
|
animation: "200",
|
|
1824
1827
|
handle: ".drag-handle",
|
|
1825
1828
|
onStart: O,
|
|
1826
|
-
onEnd:
|
|
1829
|
+
onEnd: Z
|
|
1827
1830
|
}, {
|
|
1828
1831
|
item: s(({ element: r }) => [
|
|
1829
1832
|
r.fixed !== "right" ? (a(), S("div", Al, [
|
|
1830
|
-
F(n(
|
|
1833
|
+
F(n(me), {
|
|
1831
1834
|
checked: r.checked,
|
|
1832
|
-
onChange: (Y) =>
|
|
1835
|
+
onChange: (Y) => g(r, Y.target.checked)
|
|
1833
1836
|
}, {
|
|
1834
1837
|
default: s(() => [
|
|
1835
|
-
|
|
1838
|
+
A(k(r.label), 1)
|
|
1836
1839
|
]),
|
|
1837
1840
|
_: 2
|
|
1838
1841
|
}, 1032, ["checked", "onChange"]),
|
|
1839
|
-
r.checked ? (a(), S("section",
|
|
1842
|
+
r.checked ? (a(), S("section", Ol, [
|
|
1840
1843
|
v("span", {
|
|
1841
|
-
class:
|
|
1844
|
+
class: U(r.fixed ? "drag-hide" : "drag-handle")
|
|
1842
1845
|
}, "⋮⋮", 2),
|
|
1843
|
-
r.fixed ? (a(),
|
|
1846
|
+
r.fixed ? (a(), N(d, { key: 0 }, {
|
|
1844
1847
|
title: s(() => [
|
|
1845
|
-
|
|
1848
|
+
A(k(n(i)("hbLibComp.hbLibListTableColumsSet.cancelFix")), 1)
|
|
1846
1849
|
]),
|
|
1847
1850
|
default: s(() => [
|
|
1848
1851
|
v("span", {
|
|
@@ -1865,13 +1868,13 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1865
1868
|
fill: "#ff5000"
|
|
1866
1869
|
})
|
|
1867
1870
|
], -1)
|
|
1868
|
-
])], 8,
|
|
1871
|
+
])], 8, Bl)
|
|
1869
1872
|
]),
|
|
1870
1873
|
_: 2
|
|
1871
|
-
}, 1024)) :
|
|
1872
|
-
r.fixed ?
|
|
1874
|
+
}, 1024)) : z("", !0),
|
|
1875
|
+
r.fixed ? z("", !0) : (a(), N(d, { key: 1 }, {
|
|
1873
1876
|
title: s(() => [
|
|
1874
|
-
|
|
1877
|
+
A(k(n(i)("hbLibComp.hbLibListTableColumsSet.fix")), 1)
|
|
1875
1878
|
]),
|
|
1876
1879
|
default: s(() => [
|
|
1877
1880
|
v("span", {
|
|
@@ -1894,34 +1897,34 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1894
1897
|
fill: "#ff5000"
|
|
1895
1898
|
})
|
|
1896
1899
|
], -1)
|
|
1897
|
-
])], 8,
|
|
1900
|
+
])], 8, Rl)
|
|
1898
1901
|
]),
|
|
1899
1902
|
_: 2
|
|
1900
1903
|
}, 1024))
|
|
1901
|
-
])) :
|
|
1902
|
-
])) :
|
|
1904
|
+
])) : z("", !0)
|
|
1905
|
+
])) : z("", !0)
|
|
1903
1906
|
]),
|
|
1904
1907
|
_: 1
|
|
1905
1908
|
}, 8, ["modelValue"]),
|
|
1906
|
-
v("div",
|
|
1909
|
+
v("div", Nl, [
|
|
1907
1910
|
v("div", Pl, [
|
|
1908
|
-
F(n(
|
|
1911
|
+
F(n(me), {
|
|
1909
1912
|
checked: b.value,
|
|
1910
1913
|
indeterminate: B.value,
|
|
1911
1914
|
onChange: C
|
|
1912
1915
|
}, {
|
|
1913
1916
|
default: s(() => [
|
|
1914
|
-
|
|
1917
|
+
A(k(n(i)("hbLibComp.hbLibListTableColumsSet.allSelect")), 1)
|
|
1915
1918
|
]),
|
|
1916
1919
|
_: 1
|
|
1917
1920
|
}, 8, ["checked", "indeterminate"])
|
|
1918
1921
|
]),
|
|
1919
1922
|
F(L, {
|
|
1920
|
-
onClick:
|
|
1923
|
+
onClick: H,
|
|
1921
1924
|
type: "primary"
|
|
1922
1925
|
}, {
|
|
1923
1926
|
default: s(() => [
|
|
1924
|
-
|
|
1927
|
+
A(k(n(i)("hbLibComp.hbLibListTableColumsSet.confirm")), 1)
|
|
1925
1928
|
]),
|
|
1926
1929
|
_: 1
|
|
1927
1930
|
})
|
|
@@ -1965,19 +1968,19 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
1965
1968
|
]);
|
|
1966
1969
|
};
|
|
1967
1970
|
}
|
|
1968
|
-
}),
|
|
1971
|
+
}), Vl = /* @__PURE__ */ oe(zl, [["__scopeId", "data-v-9200ee57"]]), El = le(Vl), Ul = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1969
1972
|
__proto__: null,
|
|
1970
|
-
HbLibFormItemFilterModal:
|
|
1971
|
-
HbLibListBtnsAct:
|
|
1972
|
-
HbLibListForm:
|
|
1973
|
-
HbLibListMultiSelect:
|
|
1974
|
-
HbLibListPageAct:
|
|
1975
|
-
HbLibListPageContainer:
|
|
1976
|
-
HbLibListTable:
|
|
1977
|
-
HbLibMutilpleSelectModal:
|
|
1978
|
-
HbLibTableAct:
|
|
1979
|
-
HbLibTableColumnSet:
|
|
1980
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1973
|
+
HbLibFormItemFilterModal: Ft,
|
|
1974
|
+
HbLibListBtnsAct: Yt,
|
|
1975
|
+
HbLibListForm: Mt,
|
|
1976
|
+
HbLibListMultiSelect: cl,
|
|
1977
|
+
HbLibListPageAct: Nt,
|
|
1978
|
+
HbLibListPageContainer: Kt,
|
|
1979
|
+
HbLibListTable: Hl,
|
|
1980
|
+
HbLibMutilpleSelectModal: fl,
|
|
1981
|
+
HbLibTableAct: Fl,
|
|
1982
|
+
HbLibTableColumnSet: El
|
|
1983
|
+
}, Symbol.toStringTag, { value: "Module" })), Yl = {
|
|
1981
1984
|
// 如果存在cpText时,K和V无效
|
|
1982
1985
|
cpText: {
|
|
1983
1986
|
type: String,
|
|
@@ -2018,52 +2021,52 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
2018
2021
|
type: String,
|
|
2019
2022
|
default: "ab"
|
|
2020
2023
|
}
|
|
2021
|
-
},
|
|
2024
|
+
}, jl = /* @__PURE__ */ te({
|
|
2022
2025
|
name: "HbLibCopy",
|
|
2023
2026
|
__name: "copy",
|
|
2024
|
-
props:
|
|
2027
|
+
props: Yl,
|
|
2025
2028
|
setup(t) {
|
|
2026
2029
|
const f = t, u = R();
|
|
2027
|
-
|
|
2030
|
+
it(() => {
|
|
2028
2031
|
u.value = f.data;
|
|
2029
2032
|
});
|
|
2030
|
-
const i =
|
|
2033
|
+
const i = J(() => {
|
|
2031
2034
|
if (f.cpText) return f.cpText;
|
|
2032
|
-
let
|
|
2035
|
+
let p = "";
|
|
2033
2036
|
if (f.data)
|
|
2034
2037
|
if (Array.isArray(f.data)) {
|
|
2035
2038
|
if (f.K && f.V && f.L) {
|
|
2036
|
-
const
|
|
2037
|
-
|
|
2039
|
+
const m = f.data.find((c) => c?.[f.K] === f.V);
|
|
2040
|
+
p = m ? m[f.L] : "";
|
|
2038
2041
|
}
|
|
2039
2042
|
} else
|
|
2040
|
-
f.K && (
|
|
2041
|
-
return
|
|
2043
|
+
f.K && (p = f.data[f.K]);
|
|
2044
|
+
return p;
|
|
2042
2045
|
}), x = () => {
|
|
2043
2046
|
navigator.clipboard.writeText(i.value).then(() => {
|
|
2044
|
-
|
|
2047
|
+
Se.success(f.copySuccessTip);
|
|
2045
2048
|
}).catch(() => {
|
|
2046
|
-
|
|
2049
|
+
Se.error("复制失败");
|
|
2047
2050
|
});
|
|
2048
2051
|
};
|
|
2049
|
-
return (
|
|
2052
|
+
return (p, m) => {
|
|
2050
2053
|
const c = q("a-tooltip");
|
|
2051
|
-
return i.value ? (a(),
|
|
2054
|
+
return i.value ? (a(), N(c, {
|
|
2052
2055
|
key: 0,
|
|
2053
|
-
title:
|
|
2056
|
+
title: p.tooltipTitle
|
|
2054
2057
|
}, {
|
|
2055
2058
|
default: s(() => [
|
|
2056
2059
|
v("i", {
|
|
2057
|
-
class:
|
|
2058
|
-
style:
|
|
2059
|
-
onClick:
|
|
2060
|
+
class: U(["hb-lib-copy-text-eyevue icon strongQ strong-copy", p.classType == "ab" ? "ab" : "normal"]),
|
|
2061
|
+
style: pe({ ...p.cpStyle }),
|
|
2062
|
+
onClick: ke(x, ["stop", "prevent"])
|
|
2060
2063
|
}, null, 6)
|
|
2061
2064
|
]),
|
|
2062
2065
|
_: 1
|
|
2063
|
-
}, 8, ["title"])) :
|
|
2066
|
+
}, 8, ["title"])) : z("", !0);
|
|
2064
2067
|
};
|
|
2065
2068
|
}
|
|
2066
|
-
}),
|
|
2069
|
+
}), ql = /* @__PURE__ */ oe(jl, [["__scopeId", "data-v-d5ca4420"]]), Kl = le(ql), Jl = {
|
|
2067
2070
|
dragList: {
|
|
2068
2071
|
type: Array,
|
|
2069
2072
|
required: !0
|
|
@@ -2105,10 +2108,10 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
2105
2108
|
}, Wl = /* @__PURE__ */ te({
|
|
2106
2109
|
name: "HbDrag",
|
|
2107
2110
|
__name: "index",
|
|
2108
|
-
props:
|
|
2111
|
+
props: Jl,
|
|
2109
2112
|
emits: ["update:dragList", "handleDragStart", "handleDragEnd", "handleDragAdd", "handleDragRemove"],
|
|
2110
2113
|
setup(t, { emit: f }) {
|
|
2111
|
-
const u = t, i =
|
|
2114
|
+
const u = t, i = rt([]);
|
|
2112
2115
|
se(
|
|
2113
2116
|
() => u.dragList,
|
|
2114
2117
|
(b) => {
|
|
@@ -2119,19 +2122,19 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
2119
2122
|
immediate: !0
|
|
2120
2123
|
}
|
|
2121
2124
|
);
|
|
2122
|
-
const x =
|
|
2123
|
-
console.log("drag start", b),
|
|
2125
|
+
const x = Te("drag"), p = f, m = (b) => {
|
|
2126
|
+
console.log("drag start", b), p("handleDragStart", b);
|
|
2124
2127
|
}, c = (b) => {
|
|
2125
|
-
console.log("drag end", b),
|
|
2128
|
+
console.log("drag end", b), p("handleDragEnd", b);
|
|
2126
2129
|
}, e = (b) => {
|
|
2127
|
-
console.log("drag add", b),
|
|
2130
|
+
console.log("drag add", b), p("handleDragAdd", b);
|
|
2128
2131
|
}, h = (b) => {
|
|
2129
|
-
console.log("drag remove", b),
|
|
2132
|
+
console.log("drag remove", b), p("handleDragRemove", b);
|
|
2130
2133
|
};
|
|
2131
2134
|
return (b, B) => (a(), S("div", {
|
|
2132
|
-
class:
|
|
2135
|
+
class: U(n(x).b())
|
|
2133
2136
|
}, [
|
|
2134
|
-
b.childrenType == "component" ? (a(),
|
|
2137
|
+
b.childrenType == "component" ? (a(), N(n(fe), X({
|
|
2135
2138
|
key: 0,
|
|
2136
2139
|
modelValue: i.value,
|
|
2137
2140
|
"onUpdate:modelValue": B[0] || (B[0] = (O) => i.value = O),
|
|
@@ -2139,16 +2142,16 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
2139
2142
|
class: { [b.dragClass]: b.dragClass }
|
|
2140
2143
|
}, b.$attrs, {
|
|
2141
2144
|
"ghost-class": b.ghostClass,
|
|
2142
|
-
onStart:
|
|
2145
|
+
onStart: m,
|
|
2143
2146
|
onEnd: c,
|
|
2144
2147
|
onAdd: e,
|
|
2145
2148
|
onRemove: h
|
|
2146
2149
|
}), {
|
|
2147
2150
|
item: s(({ element: O }) => [
|
|
2148
|
-
(a(),
|
|
2151
|
+
(a(), N(ct(O.component)))
|
|
2149
2152
|
]),
|
|
2150
2153
|
_: 1
|
|
2151
|
-
}, 16, ["modelValue", "class", "ghost-class"])) : (a(),
|
|
2154
|
+
}, 16, ["modelValue", "class", "ghost-class"])) : (a(), N(n(fe), X({
|
|
2152
2155
|
key: 1,
|
|
2153
2156
|
modelValue: i.value,
|
|
2154
2157
|
"onUpdate:modelValue": B[1] || (B[1] = (O) => i.value = O),
|
|
@@ -2156,7 +2159,7 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
2156
2159
|
class: { [b.dragClass]: b.dragClass }
|
|
2157
2160
|
}, b.$attrs, {
|
|
2158
2161
|
"ghost-class": b.ghostClass,
|
|
2159
|
-
onStart:
|
|
2162
|
+
onStart: m,
|
|
2160
2163
|
onEnd: c,
|
|
2161
2164
|
onAdd: e,
|
|
2162
2165
|
onRemove: h
|
|
@@ -2170,56 +2173,56 @@ const yt = "hb-", $e = (t = "") => {
|
|
|
2170
2173
|
}, 16, ["modelValue", "class", "ghost-class"]))
|
|
2171
2174
|
], 2));
|
|
2172
2175
|
}
|
|
2173
|
-
}),
|
|
2176
|
+
}), Gl = /* @__PURE__ */ oe(Wl, [["__scopeId", "data-v-15b227f5"]]), Ql = le(Gl), Zl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2174
2177
|
__proto__: null,
|
|
2175
|
-
HbLibFuncCompCopy:
|
|
2176
|
-
HbLibFuncCompDrag:
|
|
2178
|
+
HbLibFuncCompCopy: Kl,
|
|
2179
|
+
HbLibFuncCompDrag: Ql
|
|
2177
2180
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2178
|
-
let
|
|
2179
|
-
...
|
|
2180
|
-
...
|
|
2181
|
+
let Ke = {
|
|
2182
|
+
...Ul,
|
|
2183
|
+
...Zl
|
|
2181
2184
|
};
|
|
2182
|
-
const
|
|
2183
|
-
hbLibComp:
|
|
2184
|
-
},
|
|
2185
|
-
hbLibComp:
|
|
2186
|
-
},
|
|
2187
|
-
hbLibComp:
|
|
2188
|
-
},
|
|
2189
|
-
hbLibComp:
|
|
2185
|
+
const Xl = { HbFileUploadModal: { cancel: "Cancel", clickUpload: "Click to upload", confirmImport: "Confirm import", dataImport: "Import data", downloadTemplate: "Import template download", dragFile: "Drag files here or", file: "document", fileUpload: "File import", maxSupport: "Most supported", onlySupport: "Only supports", placeSelect: "Please select", selectFile: "Please select the file to upload" }, HbLogModal: { close: "closure", operateContent: "Operation content", operateLogs: "Operation log", operateTime: "Operating time", operator: "operator" }, hbFormItemFilterModal: { add: "Add to", cancel: "Cancel", confirm: "Sure", moreConditionSearch: "Multiple searches", mostMore: "Optional at most", mostMoreTip: "conditions, drag and drop to adjust the sorting", noData: "No data yet", notShowTip: "No conditions shown", titleTip: "Conditions shown" }, hbFormSelectFilter: { allSelect: "Select all", close: "closure" }, hbLibListForm: { queryCase: "query plan" }, hbLibListTableColumsSet: { allSelect: "Select all", cancelFix: "Unpin", confirm: "Sure", errorTip: "Cannot move column to fixed column position", fix: "fixed", popoverTitle: "Custom columns", title: "Table field settings" }, hbListBtnsAct: { close: "Close query conditions", open: "Expand query conditions", reload: "Refresh data" }, hbListPageAct: { close: "close", exitFullScreen: "Exit full screen", fullScreen: "full screen", open: "Expand", query: "Query", reset: "reset", selfDefine: "Filter query conditions" }, hbListTable: { noData: "No data yet" }, hbMultiSelectModal: { pleaseSelect: "Please select" }, hbTableAct: { confirmContent: "Confirm content", more: "More", secendConfirm: "Second confirmation" } }, eo = {
|
|
2186
|
+
hbLibComp: Xl
|
|
2187
|
+
}, to = { HbFileUploadModal: { cancel: "キャンセル", clickUpload: "クリックしてアップロード", confirmImport: "インポートの確認", dataImport: "データのインポート", downloadTemplate: "インポートテンプレートのダウンロード", dragFile: "ここにファイルをドラッグするか、", file: "書類", fileUpload: "ファイルのインポート", maxSupport: "最も支持されている", onlySupport: "サポートのみ", placeSelect: "選択してください", selectFile: "アップロードするファイルを選択してください" }, HbLogModal: { close: "閉鎖", operateContent: "操作内容", operateLogs: "操作ログ", operateTime: "稼働時間", operator: "オペレーター" }, hbFormItemFilterModal: { add: "に追加", cancel: "キャンセル", confirm: "もちろん", moreConditionSearch: "複数の検索", mostMore: "せいぜいオプション", mostMoreTip: "条件をドラッグアンドドロップして並べ替えを調整します", noData: "まだデータがありません", notShowTip: "条件が表示されていません", titleTip: "表示される条件" }, hbFormSelectFilter: { allSelect: "すべて選択", close: "閉鎖" }, hbLibListForm: { queryCase: "クエリプラン" }, hbLibListTableColumsSet: { allSelect: "すべて選択", cancelFix: "固定を解除する", confirm: "もちろん", errorTip: "列を固定列位置に移動できません", fix: "修理済み", popoverTitle: "カスタム列", title: "テーブルフィールドの設定" }, hbListBtnsAct: { close: "クエリ条件を閉じる", open: "クエリ条件を拡張する", reload: "データを更新する" }, hbListPageAct: { close: "近い", exitFullScreen: "全画面表示を終了する", fullScreen: "全画面表示", open: "拡大する", query: "クエリ", reset: "リセット", selfDefine: "フィルタークエリ条件" }, hbListTable: { noData: "まだデータがありません" }, hbMultiSelectModal: { pleaseSelect: "選択してください" }, hbTableAct: { confirmContent: "内容を確認する", more: "もっと", secendConfirm: "2回目の確認" } }, lo = {
|
|
2188
|
+
hbLibComp: to
|
|
2189
|
+
}, oo = { hbFormItemFilterModal: { titleTip: "已显示条件", mostMore: "最多可选", mostMoreTip: "个条件,拖拽可以调整排序", notShowTip: "未显示条件", add: "添加", noData: "暂无数据", cancel: "取消", confirm: "确定", moreConditionSearch: "多项搜索" }, hbFormSelectFilter: { allSelect: "全选", close: "关闭" }, hbListPageAct: { query: "查询", reset: "重置", selfDefine: "筛选查询条件", open: "展开", close: "收起", fullScreen: "全屏", exitFullScreen: "退出全屏" }, hbListBtnsAct: { reload: "刷新数据", open: "展开查询条件", close: "收起查询条件" }, hbTableAct: { more: "更多", secendConfirm: "二次确认", confirmContent: "确认内容" }, hbMultiSelectModal: { pleaseSelect: "请选择" }, hbListTable: { noData: "暂时没有数据" }, hbLibListTableColumsSet: { popoverTitle: "自定义列", title: "表格字段设置", fix: "固定", cancelFix: "取消固定", allSelect: "全选", confirm: "确定", errorTip: "不能将列移动到固定列位置" }, hbLibListForm: { queryCase: "查询方案" }, HbFileUploadModal: { fileUpload: "文件导入", confirmImport: "确认导入", cancel: "取消", maxSupport: "最多支持", dataImport: "条数据导入", placeSelect: "请选择", file: "文件", selectFile: "请选择上传的文件", dragFile: "将文件拖到此处或", clickUpload: "点击上传", onlySupport: "仅支持", downloadTemplate: "导入模板下载" }, HbLogModal: { close: "关 闭", operateLogs: "操作日志", operator: "操作人", operateTime: "操作时间", operateContent: "操作内容" } }, ao = {
|
|
2190
|
+
hbLibComp: oo
|
|
2191
|
+
}, no = { HbFileUploadModal: { cancel: "Stornieren", clickUpload: "Klicken Sie zum Hochladen", confirmImport: "Bestätigen Sie den Import", dataImport: "Daten importieren", downloadTemplate: "Importvorlage herunterladen", dragFile: "Ziehen Sie Dateien hierher oder", file: "dokumentieren", fileUpload: "Dateiimport", maxSupport: "Am meisten unterstützt", onlySupport: "Unterstützt nur", placeSelect: "Bitte auswählen", selectFile: "Bitte wählen Sie die hochzuladende Datei aus" }, HbLogModal: { close: "Schließung", operateContent: "Inhalt der Operation", operateLogs: "Betriebsprotokoll", operateTime: "Betriebszeit", operator: "Operator" }, hbFormItemFilterModal: { add: "Hinzufügen zu", cancel: "Stornieren", confirm: "Sicher", moreConditionSearch: "Mehrere Suchanfragen", mostMore: "Höchstens optional", mostMoreTip: "Bedingungen anpassen, per Drag-and-Drop die Sortierung anpassen", noData: "Noch keine Daten", notShowTip: "Keine Bedingungen angezeigt", titleTip: "Bedingungen angezeigt" }, hbFormSelectFilter: { allSelect: "Alles auswählen", close: "Schließung" }, hbLibListForm: { queryCase: "Abfrageplan" }, hbLibListTableColumsSet: { allSelect: "Alles auswählen", cancelFix: "Lösen", confirm: "Sicher", errorTip: "Die Spalte kann nicht in eine feste Spaltenposition verschoben werden", fix: "behoben", popoverTitle: "Benutzerdefinierte Spalten", title: "Tabellenfeldeinstellungen" }, hbListBtnsAct: { close: "Abfragebedingungen schließen", open: "Abfragebedingungen erweitern", reload: "Daten aktualisieren" }, hbListPageAct: { close: "schließen", exitFullScreen: "Verlassen Sie den Vollbildmodus", fullScreen: "Vollbild", open: "Expandieren", query: "Abfrage", reset: "zurücksetzen", selfDefine: "Abfragebedingungen filtern" }, hbListTable: { noData: "Noch keine Daten" }, hbMultiSelectModal: { pleaseSelect: "Bitte auswählen" }, hbTableAct: { confirmContent: "Inhalt bestätigen", more: "Mehr", secendConfirm: "Zweite Bestätigung" } }, so = {
|
|
2192
|
+
hbLibComp: no
|
|
2190
2193
|
};
|
|
2191
|
-
var be = { exports: {} },
|
|
2192
|
-
function
|
|
2193
|
-
return
|
|
2194
|
+
var be = { exports: {} }, io = be.exports, Je;
|
|
2195
|
+
function ro() {
|
|
2196
|
+
return Je || (Je = 1, (function(t, f) {
|
|
2194
2197
|
(function(u, i) {
|
|
2195
|
-
t.exports = i(
|
|
2196
|
-
})(
|
|
2197
|
-
function i(
|
|
2198
|
-
return
|
|
2198
|
+
t.exports = i($e);
|
|
2199
|
+
})(io, (function(u) {
|
|
2200
|
+
function i(m) {
|
|
2201
|
+
return m && typeof m == "object" && "default" in m ? m : { default: m };
|
|
2199
2202
|
}
|
|
2200
|
-
var x = i(u),
|
|
2201
|
-
return c === "W" ?
|
|
2202
|
-
}, 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(
|
|
2203
|
-
var e = 100 *
|
|
2203
|
+
var x = i(u), p = { 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(m, c) {
|
|
2204
|
+
return c === "W" ? m + "周" : m + "日";
|
|
2205
|
+
}, 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(m, c) {
|
|
2206
|
+
var e = 100 * m + c;
|
|
2204
2207
|
return e < 600 ? "凌晨" : e < 900 ? "早上" : e < 1100 ? "上午" : e < 1300 ? "中午" : e < 1800 ? "下午" : "晚上";
|
|
2205
2208
|
} };
|
|
2206
|
-
return x.default.locale(
|
|
2209
|
+
return x.default.locale(p, null, !0), p;
|
|
2207
2210
|
}));
|
|
2208
2211
|
})(be)), be.exports;
|
|
2209
2212
|
}
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
const
|
|
2213
|
-
en_US:
|
|
2214
|
-
ja_JP:
|
|
2215
|
-
zh_CN:
|
|
2216
|
-
de_DE:
|
|
2217
|
-
},
|
|
2218
|
-
Object.keys(
|
|
2219
|
-
t.use(
|
|
2213
|
+
ro();
|
|
2214
|
+
$e.locale("zh-cn");
|
|
2215
|
+
const Co = {
|
|
2216
|
+
en_US: eo,
|
|
2217
|
+
ja_JP: lo,
|
|
2218
|
+
zh_CN: ao,
|
|
2219
|
+
de_DE: so
|
|
2220
|
+
}, Lo = function(t) {
|
|
2221
|
+
Object.keys(Ke).forEach((u) => {
|
|
2222
|
+
t.use(Ke[u]);
|
|
2220
2223
|
});
|
|
2221
2224
|
};
|
|
2222
2225
|
export {
|
|
2223
|
-
|
|
2224
|
-
|
|
2226
|
+
Lo as install,
|
|
2227
|
+
Co as locales
|
|
2225
2228
|
};
|