@bscjc/webui 0.0.2 → 0.0.4
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/README.md +53 -53
- package/dist/es/index.mjs +534 -1654
- package/dist/index.css +1 -1
- package/dist/lib/index.cjs +7 -8
- package/dist/types/components/JcDatePicker/index.d.ts +4 -0
- package/dist/types/components/JcDatePicker/index.vue.d.ts +4 -0
- package/dist/types/components/JcInputComplex/index.d.ts +33 -10
- package/dist/types/components/JcInputComplex/index.vue.d.ts +33 -10
- package/dist/types/components/JcInputSwitch/index.d.ts +25 -2
- package/dist/types/components/JcInputSwitch/index.vue.d.ts +25 -2
- package/dist/types/components/JcMoreQueryContain/index.d.ts +3 -3
- package/dist/types/components/JcMoreQueryContain/index.vue.d.ts +6 -6
- package/dist/types/components/JcSelectQuery/index.d.ts +8 -8
- package/dist/types/components/JcSelectQuery/index.vue.d.ts +16 -16
- package/package.json +7 -3
- package/dist/es/index.mjs.map +0 -1
- package/dist/lib/index.cjs.map +0 -1
package/dist/es/index.mjs
CHANGED
|
@@ -1,1164 +1,53 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ElSelect as
|
|
1
|
+
import { reactive as H, defineComponent as ee, ref as z, watch as A, onMounted as X, nextTick as re, onUnmounted as Fe, createBlock as N, openBlock as E, unref as n, mergeProps as J, createSlots as Ve, withCtx as y, createVNode as b, createElementVNode as S, withDirectives as te, createCommentVNode as be, vModelText as Ie, createTextVNode as M, normalizeStyle as xe, renderSlot as ze, toDisplayString as Z, vShow as ae, createElementBlock as Y, Fragment as ue, renderList as se, computed as ge } from "vue";
|
|
2
|
+
import { ElSelect as ne, ElOption as ie, ElCheckbox as he, ElCheckboxGroup as Se, ElButton as R, ElDatePicker as $e, ElInput as ve, ElIcon as W, ElPopover as Ce, ElMessage as we, ElTag as je } from "element-plus";
|
|
3
3
|
import "element-plus/es/components/select/style/css";
|
|
4
4
|
import "element-plus/es/components/option/style/css";
|
|
5
5
|
import "element-plus/es/components/checkbox-group/style/css";
|
|
6
6
|
import "element-plus/es/components/checkbox/style/css";
|
|
7
7
|
import "element-plus/es/components/button/style/css";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
8
|
+
import { Search as fe, CirclePlus as qe, Close as ke, Grid as Ee, Delete as Te, Operation as Me } from "/Users/zhuang/Desktop/bscjc/node_modules/.pnpm/@element-plus+icons-vue@2.3.1_vue@3.5.17_typescript@5.8.3_/node_modules/@element-plus/icons-vue/dist/index.js";
|
|
9
|
+
import { isEmpty as $, isArray as ce, cloneDeep as Oe, findIndex as Qe, filter as Re, includes as Ae } from "/Users/zhuang/Desktop/bscjc/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/lodash.js";
|
|
10
|
+
import { RecycleScroller as Ne } from "vue-virtual-scroller";
|
|
10
11
|
import "vue-virtual-scroller/dist/vue-virtual-scroller.css";
|
|
11
|
-
import
|
|
12
|
+
import de from "/Users/zhuang/Desktop/bscjc/node_modules/.pnpm/fuse.js@7.1.0/node_modules/fuse.js/dist/fuse.mjs";
|
|
13
|
+
import { createInjectionState as Ue } from "/Users/zhuang/Desktop/bscjc/node_modules/.pnpm/@vueuse+shared@13.5.0_vue@3.5.17_typescript@5.8.3_/node_modules/@vueuse/shared/index.mjs";
|
|
12
14
|
import "element-plus/es/components/date-picker/style/css";
|
|
13
15
|
import "element-plus/es/components/input/style/css";
|
|
14
16
|
import "element-plus/es/components/icon/style/css";
|
|
15
17
|
import "element-plus/es/components/popover/style/css";
|
|
16
18
|
import "element-plus/es/components/message/style/css";
|
|
17
19
|
import "element-plus/es/components/tag/style/css";
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
return (e, s) => (S(), N("svg", {
|
|
24
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
-
viewBox: "0 0 1024 1024"
|
|
26
|
-
}, [
|
|
27
|
-
I("path", {
|
|
28
|
-
fill: "currentColor",
|
|
29
|
-
d: "M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"
|
|
30
|
-
}),
|
|
31
|
-
I("path", {
|
|
32
|
-
fill: "currentColor",
|
|
33
|
-
d: "M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0"
|
|
34
|
-
}),
|
|
35
|
-
I("path", {
|
|
36
|
-
fill: "currentColor",
|
|
37
|
-
d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"
|
|
38
|
-
})
|
|
39
|
-
]));
|
|
40
|
-
}
|
|
41
|
-
}), gt = pt, mt = /* @__PURE__ */ q({
|
|
42
|
-
name: "Close",
|
|
43
|
-
__name: "close",
|
|
44
|
-
setup(t) {
|
|
45
|
-
return (e, s) => (S(), N("svg", {
|
|
46
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
-
viewBox: "0 0 1024 1024"
|
|
48
|
-
}, [
|
|
49
|
-
I("path", {
|
|
50
|
-
fill: "currentColor",
|
|
51
|
-
d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
|
|
52
|
-
})
|
|
53
|
-
]));
|
|
54
|
-
}
|
|
55
|
-
}), Ke = mt, yt = /* @__PURE__ */ q({
|
|
56
|
-
name: "Delete",
|
|
57
|
-
__name: "delete",
|
|
58
|
-
setup(t) {
|
|
59
|
-
return (e, s) => (S(), N("svg", {
|
|
60
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
61
|
-
viewBox: "0 0 1024 1024"
|
|
62
|
-
}, [
|
|
63
|
-
I("path", {
|
|
64
|
-
fill: "currentColor",
|
|
65
|
-
d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
|
|
66
|
-
})
|
|
67
|
-
]));
|
|
68
|
-
}
|
|
69
|
-
}), Ct = yt, At = /* @__PURE__ */ q({
|
|
70
|
-
name: "Grid",
|
|
71
|
-
__name: "grid",
|
|
72
|
-
setup(t) {
|
|
73
|
-
return (e, s) => (S(), N("svg", {
|
|
74
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
75
|
-
viewBox: "0 0 1024 1024"
|
|
76
|
-
}, [
|
|
77
|
-
I("path", {
|
|
78
|
-
fill: "currentColor",
|
|
79
|
-
d: "M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"
|
|
80
|
-
})
|
|
81
|
-
]));
|
|
82
|
-
}
|
|
83
|
-
}), xt = At, _t = /* @__PURE__ */ q({
|
|
84
|
-
name: "Operation",
|
|
85
|
-
__name: "operation",
|
|
86
|
-
setup(t) {
|
|
87
|
-
return (e, s) => (S(), N("svg", {
|
|
88
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
89
|
-
viewBox: "0 0 1024 1024"
|
|
90
|
-
}, [
|
|
91
|
-
I("path", {
|
|
92
|
-
fill: "currentColor",
|
|
93
|
-
d: "M389.44 768a96.064 96.064 0 0 1 181.12 0H896v64H570.56a96.064 96.064 0 0 1-181.12 0H128v-64zm192-288a96.064 96.064 0 0 1 181.12 0H896v64H762.56a96.064 96.064 0 0 1-181.12 0H128v-64zm-320-288a96.064 96.064 0 0 1 181.12 0H896v64H442.56a96.064 96.064 0 0 1-181.12 0H128v-64z"
|
|
94
|
-
})
|
|
95
|
-
]));
|
|
96
|
-
}
|
|
97
|
-
}), Et = _t, wt = /* @__PURE__ */ q({
|
|
98
|
-
name: "Search",
|
|
99
|
-
__name: "search",
|
|
100
|
-
setup(t) {
|
|
101
|
-
return (e, s) => (S(), N("svg", {
|
|
102
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
103
|
-
viewBox: "0 0 1024 1024"
|
|
104
|
-
}, [
|
|
105
|
-
I("path", {
|
|
106
|
-
fill: "currentColor",
|
|
107
|
-
d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704"
|
|
108
|
-
})
|
|
109
|
-
]));
|
|
110
|
-
}
|
|
111
|
-
}), ke = wt;
|
|
112
|
-
function X(t) {
|
|
113
|
-
return Array.isArray ? Array.isArray(t) : We(t) === "[object Array]";
|
|
114
|
-
}
|
|
115
|
-
function bt(t) {
|
|
116
|
-
if (typeof t == "string")
|
|
117
|
-
return t;
|
|
118
|
-
let e = t + "";
|
|
119
|
-
return e == "0" && 1 / t == -1 / 0 ? "-0" : e;
|
|
120
|
-
}
|
|
121
|
-
function Ft(t) {
|
|
122
|
-
return t == null ? "" : bt(t);
|
|
123
|
-
}
|
|
124
|
-
function U(t) {
|
|
125
|
-
return typeof t == "string";
|
|
126
|
-
}
|
|
127
|
-
function Ue(t) {
|
|
128
|
-
return typeof t == "number";
|
|
129
|
-
}
|
|
130
|
-
function Mt(t) {
|
|
131
|
-
return t === !0 || t === !1 || Bt(t) && We(t) == "[object Boolean]";
|
|
132
|
-
}
|
|
133
|
-
function Ye(t) {
|
|
134
|
-
return typeof t == "object";
|
|
135
|
-
}
|
|
136
|
-
function Bt(t) {
|
|
137
|
-
return Ye(t) && t !== null;
|
|
138
|
-
}
|
|
139
|
-
function T(t) {
|
|
140
|
-
return t != null;
|
|
141
|
-
}
|
|
142
|
-
function Ae(t) {
|
|
143
|
-
return !t.trim().length;
|
|
144
|
-
}
|
|
145
|
-
function We(t) {
|
|
146
|
-
return t == null ? t === void 0 ? "[object Undefined]" : "[object Null]" : Object.prototype.toString.call(t);
|
|
147
|
-
}
|
|
148
|
-
const kt = "Incorrect 'index' type", It = (t) => `Invalid value for key ${t}`, zt = (t) => `Pattern length exceeds max of ${t}.`, St = (t) => `Missing ${t} property in key`, Dt = (t) => `Property 'weight' in key '${t}' must be a positive integer`, Ve = Object.prototype.hasOwnProperty;
|
|
149
|
-
class Lt {
|
|
150
|
-
constructor(e) {
|
|
151
|
-
this._keys = [], this._keyMap = {};
|
|
152
|
-
let s = 0;
|
|
153
|
-
e.forEach((l) => {
|
|
154
|
-
let u = Je(l);
|
|
155
|
-
this._keys.push(u), this._keyMap[u.id] = u, s += u.weight;
|
|
156
|
-
}), this._keys.forEach((l) => {
|
|
157
|
-
l.weight /= s;
|
|
158
|
-
});
|
|
159
|
-
}
|
|
160
|
-
get(e) {
|
|
161
|
-
return this._keyMap[e];
|
|
162
|
-
}
|
|
163
|
-
keys() {
|
|
164
|
-
return this._keys;
|
|
165
|
-
}
|
|
166
|
-
toJSON() {
|
|
167
|
-
return JSON.stringify(this._keys);
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
function Je(t) {
|
|
171
|
-
let e = null, s = null, l = null, u = 1, n = null;
|
|
172
|
-
if (U(t) || X(t))
|
|
173
|
-
l = t, e = je(t), s = Ee(t);
|
|
174
|
-
else {
|
|
175
|
-
if (!Ve.call(t, "name"))
|
|
176
|
-
throw new Error(St("name"));
|
|
177
|
-
const i = t.name;
|
|
178
|
-
if (l = i, Ve.call(t, "weight") && (u = t.weight, u <= 0))
|
|
179
|
-
throw new Error(Dt(i));
|
|
180
|
-
e = je(i), s = Ee(i), n = t.getFn;
|
|
181
|
-
}
|
|
182
|
-
return { path: e, id: s, weight: u, src: l, getFn: n };
|
|
183
|
-
}
|
|
184
|
-
function je(t) {
|
|
185
|
-
return X(t) ? t : t.split(".");
|
|
186
|
-
}
|
|
187
|
-
function Ee(t) {
|
|
188
|
-
return X(t) ? t.join(".") : t;
|
|
189
|
-
}
|
|
190
|
-
function $t(t, e) {
|
|
191
|
-
let s = [], l = !1;
|
|
192
|
-
const u = (n, i, a) => {
|
|
193
|
-
if (T(n))
|
|
194
|
-
if (!i[a])
|
|
195
|
-
s.push(n);
|
|
196
|
-
else {
|
|
197
|
-
let r = i[a];
|
|
198
|
-
const c = n[r];
|
|
199
|
-
if (!T(c))
|
|
200
|
-
return;
|
|
201
|
-
if (a === i.length - 1 && (U(c) || Ue(c) || Mt(c)))
|
|
202
|
-
s.push(Ft(c));
|
|
203
|
-
else if (X(c)) {
|
|
204
|
-
l = !0;
|
|
205
|
-
for (let o = 0, p = c.length; o < p; o += 1)
|
|
206
|
-
u(c[o], i, a + 1);
|
|
207
|
-
} else i.length && u(c, i, a + 1);
|
|
208
|
-
}
|
|
209
|
-
};
|
|
210
|
-
return u(t, U(e) ? e.split(".") : e, 0), l ? s : s[0];
|
|
211
|
-
}
|
|
212
|
-
const Vt = {
|
|
213
|
-
// Whether the matches should be included in the result set. When `true`, each record in the result
|
|
214
|
-
// set will include the indices of the matched characters.
|
|
215
|
-
// These can consequently be used for highlighting purposes.
|
|
216
|
-
includeMatches: !1,
|
|
217
|
-
// When `true`, the matching function will continue to the end of a search pattern even if
|
|
218
|
-
// a perfect match has already been located in the string.
|
|
219
|
-
findAllMatches: !1,
|
|
220
|
-
// Minimum number of characters that must be matched before a result is considered a match
|
|
221
|
-
minMatchCharLength: 1
|
|
222
|
-
}, jt = {
|
|
223
|
-
// When `true`, the algorithm continues searching to the end of the input even if a perfect
|
|
224
|
-
// match is found before the end of the same input.
|
|
225
|
-
isCaseSensitive: !1,
|
|
226
|
-
// When `true`, the algorithm will ignore diacritics (accents) in comparisons
|
|
227
|
-
ignoreDiacritics: !1,
|
|
228
|
-
// When true, the matching function will continue to the end of a search pattern even if
|
|
229
|
-
includeScore: !1,
|
|
230
|
-
// List of properties that will be searched. This also supports nested properties.
|
|
231
|
-
keys: [],
|
|
232
|
-
// Whether to sort the result list, by score
|
|
233
|
-
shouldSort: !0,
|
|
234
|
-
// Default sort function: sort by ascending score, ascending index
|
|
235
|
-
sortFn: (t, e) => t.score === e.score ? t.idx < e.idx ? -1 : 1 : t.score < e.score ? -1 : 1
|
|
236
|
-
}, Rt = {
|
|
237
|
-
// Approximately where in the text is the pattern expected to be found?
|
|
238
|
-
location: 0,
|
|
239
|
-
// At what point does the match algorithm give up. A threshold of '0.0' requires a perfect match
|
|
240
|
-
// (of both letters and location), a threshold of '1.0' would match anything.
|
|
241
|
-
threshold: 0.6,
|
|
242
|
-
// Determines how close the match must be to the fuzzy location (specified above).
|
|
243
|
-
// An exact letter match which is 'distance' characters away from the fuzzy location
|
|
244
|
-
// would score as a complete mismatch. A distance of '0' requires the match be at
|
|
245
|
-
// the exact location specified, a threshold of '1000' would require a perfect match
|
|
246
|
-
// to be within 800 characters of the fuzzy location to be found using a 0.8 threshold.
|
|
247
|
-
distance: 100
|
|
248
|
-
}, Ot = {
|
|
249
|
-
// When `true`, it enables the use of unix-like search commands
|
|
250
|
-
useExtendedSearch: !1,
|
|
251
|
-
// The get function to use when fetching an object's properties.
|
|
252
|
-
// The default will search nested paths *ie foo.bar.baz*
|
|
253
|
-
getFn: $t,
|
|
254
|
-
// When `true`, search will ignore `location` and `distance`, so it won't matter
|
|
255
|
-
// where in the string the pattern appears.
|
|
256
|
-
// More info: https://fusejs.io/concepts/scoring-theory.html#fuzziness-score
|
|
257
|
-
ignoreLocation: !1,
|
|
258
|
-
// When `true`, the calculation for the relevance score (used for sorting) will
|
|
259
|
-
// ignore the field-length norm.
|
|
260
|
-
// More info: https://fusejs.io/concepts/scoring-theory.html#field-length-norm
|
|
261
|
-
ignoreFieldNorm: !1,
|
|
262
|
-
// The weight to determine how much field length norm effects scoring.
|
|
263
|
-
fieldNormWeight: 1
|
|
264
|
-
};
|
|
265
|
-
var A = {
|
|
266
|
-
...jt,
|
|
267
|
-
...Vt,
|
|
268
|
-
...Rt,
|
|
269
|
-
...Ot
|
|
270
|
-
};
|
|
271
|
-
const Tt = /[^ ]+/g;
|
|
272
|
-
function Nt(t = 1, e = 3) {
|
|
273
|
-
const s = /* @__PURE__ */ new Map(), l = Math.pow(10, e);
|
|
274
|
-
return {
|
|
275
|
-
get(u) {
|
|
276
|
-
const n = u.match(Tt).length;
|
|
277
|
-
if (s.has(n))
|
|
278
|
-
return s.get(n);
|
|
279
|
-
const i = 1 / Math.pow(n, 0.5 * t), a = parseFloat(Math.round(i * l) / l);
|
|
280
|
-
return s.set(n, a), a;
|
|
281
|
-
},
|
|
282
|
-
clear() {
|
|
283
|
-
s.clear();
|
|
20
|
+
const [_e, le] = Ue(
|
|
21
|
+
(e) => {
|
|
22
|
+
const i = H(e);
|
|
23
|
+
function s(t, C) {
|
|
24
|
+
$(C) ? delete i.queryForm[t] : i.queryForm[t] = C;
|
|
284
25
|
}
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
constructor({
|
|
289
|
-
getFn: e = A.getFn,
|
|
290
|
-
fieldNormWeight: s = A.fieldNormWeight
|
|
291
|
-
} = {}) {
|
|
292
|
-
this.norm = Nt(s, 3), this.getFn = e, this.isCreated = !1, this.setIndexRecords();
|
|
293
|
-
}
|
|
294
|
-
setSources(e = []) {
|
|
295
|
-
this.docs = e;
|
|
296
|
-
}
|
|
297
|
-
setIndexRecords(e = []) {
|
|
298
|
-
this.records = e;
|
|
299
|
-
}
|
|
300
|
-
setKeys(e = []) {
|
|
301
|
-
this.keys = e, this._keysMap = {}, e.forEach((s, l) => {
|
|
302
|
-
this._keysMap[s.id] = l;
|
|
303
|
-
});
|
|
304
|
-
}
|
|
305
|
-
create() {
|
|
306
|
-
this.isCreated || !this.docs.length || (this.isCreated = !0, U(this.docs[0]) ? this.docs.forEach((e, s) => {
|
|
307
|
-
this._addString(e, s);
|
|
308
|
-
}) : this.docs.forEach((e, s) => {
|
|
309
|
-
this._addObject(e, s);
|
|
310
|
-
}), this.norm.clear());
|
|
311
|
-
}
|
|
312
|
-
// Adds a doc to the end of the index
|
|
313
|
-
add(e) {
|
|
314
|
-
const s = this.size();
|
|
315
|
-
U(e) ? this._addString(e, s) : this._addObject(e, s);
|
|
316
|
-
}
|
|
317
|
-
// Removes the doc at the specified index of the index
|
|
318
|
-
removeAt(e) {
|
|
319
|
-
this.records.splice(e, 1);
|
|
320
|
-
for (let s = e, l = this.size(); s < l; s += 1)
|
|
321
|
-
this.records[s].i -= 1;
|
|
322
|
-
}
|
|
323
|
-
getValueForItemAtKeyId(e, s) {
|
|
324
|
-
return e[this._keysMap[s]];
|
|
325
|
-
}
|
|
326
|
-
size() {
|
|
327
|
-
return this.records.length;
|
|
328
|
-
}
|
|
329
|
-
_addString(e, s) {
|
|
330
|
-
if (!T(e) || Ae(e))
|
|
331
|
-
return;
|
|
332
|
-
let l = {
|
|
333
|
-
v: e,
|
|
334
|
-
i: s,
|
|
335
|
-
n: this.norm.get(e)
|
|
336
|
-
};
|
|
337
|
-
this.records.push(l);
|
|
338
|
-
}
|
|
339
|
-
_addObject(e, s) {
|
|
340
|
-
let l = { i: s, $: {} };
|
|
341
|
-
this.keys.forEach((u, n) => {
|
|
342
|
-
let i = u.getFn ? u.getFn(e) : this.getFn(e, u.path);
|
|
343
|
-
if (T(i)) {
|
|
344
|
-
if (X(i)) {
|
|
345
|
-
let a = [];
|
|
346
|
-
const r = [{ nestedArrIndex: -1, value: i }];
|
|
347
|
-
for (; r.length; ) {
|
|
348
|
-
const { nestedArrIndex: c, value: o } = r.pop();
|
|
349
|
-
if (T(o))
|
|
350
|
-
if (U(o) && !Ae(o)) {
|
|
351
|
-
let p = {
|
|
352
|
-
v: o,
|
|
353
|
-
i: c,
|
|
354
|
-
n: this.norm.get(o)
|
|
355
|
-
};
|
|
356
|
-
a.push(p);
|
|
357
|
-
} else X(o) && o.forEach((p, h) => {
|
|
358
|
-
r.push({
|
|
359
|
-
nestedArrIndex: h,
|
|
360
|
-
value: p
|
|
361
|
-
});
|
|
362
|
-
});
|
|
363
|
-
}
|
|
364
|
-
l.$[n] = a;
|
|
365
|
-
} else if (U(i) && !Ae(i)) {
|
|
366
|
-
let a = {
|
|
367
|
-
v: i,
|
|
368
|
-
n: this.norm.get(i)
|
|
369
|
-
};
|
|
370
|
-
l.$[n] = a;
|
|
371
|
-
}
|
|
372
|
-
}
|
|
373
|
-
}), this.records.push(l);
|
|
374
|
-
}
|
|
375
|
-
toJSON() {
|
|
376
|
-
return {
|
|
377
|
-
keys: this.keys,
|
|
378
|
-
records: this.records
|
|
379
|
-
};
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
function Ge(t, e, { getFn: s = A.getFn, fieldNormWeight: l = A.fieldNormWeight } = {}) {
|
|
383
|
-
const u = new Ie({ getFn: s, fieldNormWeight: l });
|
|
384
|
-
return u.setKeys(t.map(Je)), u.setSources(e), u.create(), u;
|
|
385
|
-
}
|
|
386
|
-
function Pt(t, { getFn: e = A.getFn, fieldNormWeight: s = A.fieldNormWeight } = {}) {
|
|
387
|
-
const { keys: l, records: u } = t, n = new Ie({ getFn: e, fieldNormWeight: s });
|
|
388
|
-
return n.setKeys(l), n.setIndexRecords(u), n;
|
|
389
|
-
}
|
|
390
|
-
function de(t, {
|
|
391
|
-
errors: e = 0,
|
|
392
|
-
currentLocation: s = 0,
|
|
393
|
-
expectedLocation: l = 0,
|
|
394
|
-
distance: u = A.distance,
|
|
395
|
-
ignoreLocation: n = A.ignoreLocation
|
|
396
|
-
} = {}) {
|
|
397
|
-
const i = e / t.length;
|
|
398
|
-
if (n)
|
|
399
|
-
return i;
|
|
400
|
-
const a = Math.abs(l - s);
|
|
401
|
-
return u ? i + a / u : a ? 1 : i;
|
|
402
|
-
}
|
|
403
|
-
function Ht(t = [], e = A.minMatchCharLength) {
|
|
404
|
-
let s = [], l = -1, u = -1, n = 0;
|
|
405
|
-
for (let i = t.length; n < i; n += 1) {
|
|
406
|
-
let a = t[n];
|
|
407
|
-
a && l === -1 ? l = n : !a && l !== -1 && (u = n - 1, u - l + 1 >= e && s.push([l, u]), l = -1);
|
|
408
|
-
}
|
|
409
|
-
return t[n - 1] && n - l >= e && s.push([l, n - 1]), s;
|
|
410
|
-
}
|
|
411
|
-
const se = 32;
|
|
412
|
-
function qt(t, e, s, {
|
|
413
|
-
location: l = A.location,
|
|
414
|
-
distance: u = A.distance,
|
|
415
|
-
threshold: n = A.threshold,
|
|
416
|
-
findAllMatches: i = A.findAllMatches,
|
|
417
|
-
minMatchCharLength: a = A.minMatchCharLength,
|
|
418
|
-
includeMatches: r = A.includeMatches,
|
|
419
|
-
ignoreLocation: c = A.ignoreLocation
|
|
420
|
-
} = {}) {
|
|
421
|
-
if (e.length > se)
|
|
422
|
-
throw new Error(zt(se));
|
|
423
|
-
const o = e.length, p = t.length, h = Math.max(0, Math.min(l, p));
|
|
424
|
-
let y = n, g = h;
|
|
425
|
-
const d = a > 1 || r, f = d ? Array(p) : [];
|
|
426
|
-
let m;
|
|
427
|
-
for (; (m = t.indexOf(e, g)) > -1; ) {
|
|
428
|
-
let D = de(e, {
|
|
429
|
-
currentLocation: m,
|
|
430
|
-
expectedLocation: h,
|
|
431
|
-
distance: u,
|
|
432
|
-
ignoreLocation: c
|
|
433
|
-
});
|
|
434
|
-
if (y = Math.min(D, y), g = m + o, d) {
|
|
435
|
-
let $ = 0;
|
|
436
|
-
for (; $ < o; )
|
|
437
|
-
f[m + $] = 1, $ += 1;
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
g = -1;
|
|
441
|
-
let E = [], k = 1, O = o + p;
|
|
442
|
-
const Y = 1 << o - 1;
|
|
443
|
-
for (let D = 0; D < o; D += 1) {
|
|
444
|
-
let $ = 0, j = O;
|
|
445
|
-
for (; $ < j; )
|
|
446
|
-
de(e, {
|
|
447
|
-
errors: D,
|
|
448
|
-
currentLocation: h + j,
|
|
449
|
-
expectedLocation: h,
|
|
450
|
-
distance: u,
|
|
451
|
-
ignoreLocation: c
|
|
452
|
-
}) <= y ? $ = j : O = j, j = Math.floor((O - $) / 2 + $);
|
|
453
|
-
O = j;
|
|
454
|
-
let Q = Math.max(1, h - j + 1), te = i ? p : Math.min(h + j, p) + o, v = Array(te + 2);
|
|
455
|
-
v[te + 1] = (1 << D) - 1;
|
|
456
|
-
for (let x = te; x >= Q; x -= 1) {
|
|
457
|
-
let w = x - 1, b = s[t.charAt(w)];
|
|
458
|
-
if (d && (f[w] = +!!b), v[x] = (v[x + 1] << 1 | 1) & b, D && (v[x] |= (E[x + 1] | E[x]) << 1 | 1 | E[x + 1]), v[x] & Y && (k = de(e, {
|
|
459
|
-
errors: D,
|
|
460
|
-
currentLocation: w,
|
|
461
|
-
expectedLocation: h,
|
|
462
|
-
distance: u,
|
|
463
|
-
ignoreLocation: c
|
|
464
|
-
}), k <= y)) {
|
|
465
|
-
if (y = k, g = w, g <= h)
|
|
466
|
-
break;
|
|
467
|
-
Q = Math.max(1, 2 * h - g);
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
if (de(e, {
|
|
471
|
-
errors: D + 1,
|
|
472
|
-
currentLocation: h,
|
|
473
|
-
expectedLocation: h,
|
|
474
|
-
distance: u,
|
|
475
|
-
ignoreLocation: c
|
|
476
|
-
}) > y)
|
|
477
|
-
break;
|
|
478
|
-
E = v;
|
|
479
|
-
}
|
|
480
|
-
const P = {
|
|
481
|
-
isMatch: g >= 0,
|
|
482
|
-
// Count exact matches (those with a score of 0) to be "almost" exact
|
|
483
|
-
score: Math.max(1e-3, k)
|
|
484
|
-
};
|
|
485
|
-
if (d) {
|
|
486
|
-
const D = Ht(f, a);
|
|
487
|
-
D.length ? r && (P.indices = D) : P.isMatch = !1;
|
|
488
|
-
}
|
|
489
|
-
return P;
|
|
490
|
-
}
|
|
491
|
-
function Qt(t) {
|
|
492
|
-
let e = {};
|
|
493
|
-
for (let s = 0, l = t.length; s < l; s += 1) {
|
|
494
|
-
const u = t.charAt(s);
|
|
495
|
-
e[u] = (e[u] || 0) | 1 << l - s - 1;
|
|
496
|
-
}
|
|
497
|
-
return e;
|
|
498
|
-
}
|
|
499
|
-
const he = String.prototype.normalize ? (t) => t.normalize("NFD").replace(/[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D3-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C04\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F]/g, "") : (t) => t;
|
|
500
|
-
class Xe {
|
|
501
|
-
constructor(e, {
|
|
502
|
-
location: s = A.location,
|
|
503
|
-
threshold: l = A.threshold,
|
|
504
|
-
distance: u = A.distance,
|
|
505
|
-
includeMatches: n = A.includeMatches,
|
|
506
|
-
findAllMatches: i = A.findAllMatches,
|
|
507
|
-
minMatchCharLength: a = A.minMatchCharLength,
|
|
508
|
-
isCaseSensitive: r = A.isCaseSensitive,
|
|
509
|
-
ignoreDiacritics: c = A.ignoreDiacritics,
|
|
510
|
-
ignoreLocation: o = A.ignoreLocation
|
|
511
|
-
} = {}) {
|
|
512
|
-
if (this.options = {
|
|
513
|
-
location: s,
|
|
514
|
-
threshold: l,
|
|
515
|
-
distance: u,
|
|
516
|
-
includeMatches: n,
|
|
517
|
-
findAllMatches: i,
|
|
518
|
-
minMatchCharLength: a,
|
|
519
|
-
isCaseSensitive: r,
|
|
520
|
-
ignoreDiacritics: c,
|
|
521
|
-
ignoreLocation: o
|
|
522
|
-
}, e = r ? e : e.toLowerCase(), e = c ? he(e) : e, this.pattern = e, this.chunks = [], !this.pattern.length)
|
|
523
|
-
return;
|
|
524
|
-
const p = (y, g) => {
|
|
525
|
-
this.chunks.push({
|
|
526
|
-
pattern: y,
|
|
527
|
-
alphabet: Qt(y),
|
|
528
|
-
startIndex: g
|
|
529
|
-
});
|
|
530
|
-
}, h = this.pattern.length;
|
|
531
|
-
if (h > se) {
|
|
532
|
-
let y = 0;
|
|
533
|
-
const g = h % se, d = h - g;
|
|
534
|
-
for (; y < d; )
|
|
535
|
-
p(this.pattern.substr(y, se), y), y += se;
|
|
536
|
-
if (g) {
|
|
537
|
-
const f = h - se;
|
|
538
|
-
p(this.pattern.substr(f), f);
|
|
539
|
-
}
|
|
540
|
-
} else
|
|
541
|
-
p(this.pattern, 0);
|
|
542
|
-
}
|
|
543
|
-
searchIn(e) {
|
|
544
|
-
const { isCaseSensitive: s, ignoreDiacritics: l, includeMatches: u } = this.options;
|
|
545
|
-
if (e = s ? e : e.toLowerCase(), e = l ? he(e) : e, this.pattern === e) {
|
|
546
|
-
let d = {
|
|
547
|
-
isMatch: !0,
|
|
548
|
-
score: 0
|
|
549
|
-
};
|
|
550
|
-
return u && (d.indices = [[0, e.length - 1]]), d;
|
|
26
|
+
function o(t) {
|
|
27
|
+
const C = i.tags.findIndex((w) => w.label === t.label);
|
|
28
|
+
C === -1 ? i.tags.push(t) : i.tags.splice(C, 1, t);
|
|
551
29
|
}
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
threshold: a,
|
|
556
|
-
findAllMatches: r,
|
|
557
|
-
minMatchCharLength: c,
|
|
558
|
-
ignoreLocation: o
|
|
559
|
-
} = this.options;
|
|
560
|
-
let p = [], h = 0, y = !1;
|
|
561
|
-
this.chunks.forEach(({ pattern: d, alphabet: f, startIndex: m }) => {
|
|
562
|
-
const { isMatch: E, score: k, indices: O } = qt(e, d, f, {
|
|
563
|
-
location: n + m,
|
|
564
|
-
distance: i,
|
|
565
|
-
threshold: a,
|
|
566
|
-
findAllMatches: r,
|
|
567
|
-
minMatchCharLength: c,
|
|
568
|
-
includeMatches: u,
|
|
569
|
-
ignoreLocation: o
|
|
570
|
-
});
|
|
571
|
-
E && (y = !0), h += k, E && O && (p = [...p, ...O]);
|
|
572
|
-
});
|
|
573
|
-
let g = {
|
|
574
|
-
isMatch: y,
|
|
575
|
-
score: y ? h / this.chunks.length : 1
|
|
576
|
-
};
|
|
577
|
-
return y && u && (g.indices = p), g;
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
class ee {
|
|
581
|
-
constructor(e) {
|
|
582
|
-
this.pattern = e;
|
|
583
|
-
}
|
|
584
|
-
static isMultiMatch(e) {
|
|
585
|
-
return Re(e, this.multiRegex);
|
|
586
|
-
}
|
|
587
|
-
static isSingleMatch(e) {
|
|
588
|
-
return Re(e, this.singleRegex);
|
|
589
|
-
}
|
|
590
|
-
search() {
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
function Re(t, e) {
|
|
594
|
-
const s = t.match(e);
|
|
595
|
-
return s ? s[1] : null;
|
|
596
|
-
}
|
|
597
|
-
class Kt extends ee {
|
|
598
|
-
constructor(e) {
|
|
599
|
-
super(e);
|
|
600
|
-
}
|
|
601
|
-
static get type() {
|
|
602
|
-
return "exact";
|
|
603
|
-
}
|
|
604
|
-
static get multiRegex() {
|
|
605
|
-
return /^="(.*)"$/;
|
|
606
|
-
}
|
|
607
|
-
static get singleRegex() {
|
|
608
|
-
return /^=(.*)$/;
|
|
609
|
-
}
|
|
610
|
-
search(e) {
|
|
611
|
-
const s = e === this.pattern;
|
|
612
|
-
return {
|
|
613
|
-
isMatch: s,
|
|
614
|
-
score: s ? 0 : 1,
|
|
615
|
-
indices: [0, this.pattern.length - 1]
|
|
616
|
-
};
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
class Ut extends ee {
|
|
620
|
-
constructor(e) {
|
|
621
|
-
super(e);
|
|
622
|
-
}
|
|
623
|
-
static get type() {
|
|
624
|
-
return "inverse-exact";
|
|
625
|
-
}
|
|
626
|
-
static get multiRegex() {
|
|
627
|
-
return /^!"(.*)"$/;
|
|
628
|
-
}
|
|
629
|
-
static get singleRegex() {
|
|
630
|
-
return /^!(.*)$/;
|
|
631
|
-
}
|
|
632
|
-
search(e) {
|
|
633
|
-
const l = e.indexOf(this.pattern) === -1;
|
|
634
|
-
return {
|
|
635
|
-
isMatch: l,
|
|
636
|
-
score: l ? 0 : 1,
|
|
637
|
-
indices: [0, e.length - 1]
|
|
638
|
-
};
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
class Yt extends ee {
|
|
642
|
-
constructor(e) {
|
|
643
|
-
super(e);
|
|
644
|
-
}
|
|
645
|
-
static get type() {
|
|
646
|
-
return "prefix-exact";
|
|
647
|
-
}
|
|
648
|
-
static get multiRegex() {
|
|
649
|
-
return /^\^"(.*)"$/;
|
|
650
|
-
}
|
|
651
|
-
static get singleRegex() {
|
|
652
|
-
return /^\^(.*)$/;
|
|
653
|
-
}
|
|
654
|
-
search(e) {
|
|
655
|
-
const s = e.startsWith(this.pattern);
|
|
656
|
-
return {
|
|
657
|
-
isMatch: s,
|
|
658
|
-
score: s ? 0 : 1,
|
|
659
|
-
indices: [0, this.pattern.length - 1]
|
|
660
|
-
};
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
class Wt extends ee {
|
|
664
|
-
constructor(e) {
|
|
665
|
-
super(e);
|
|
666
|
-
}
|
|
667
|
-
static get type() {
|
|
668
|
-
return "inverse-prefix-exact";
|
|
669
|
-
}
|
|
670
|
-
static get multiRegex() {
|
|
671
|
-
return /^!\^"(.*)"$/;
|
|
672
|
-
}
|
|
673
|
-
static get singleRegex() {
|
|
674
|
-
return /^!\^(.*)$/;
|
|
675
|
-
}
|
|
676
|
-
search(e) {
|
|
677
|
-
const s = !e.startsWith(this.pattern);
|
|
678
|
-
return {
|
|
679
|
-
isMatch: s,
|
|
680
|
-
score: s ? 0 : 1,
|
|
681
|
-
indices: [0, e.length - 1]
|
|
682
|
-
};
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
class Jt extends ee {
|
|
686
|
-
constructor(e) {
|
|
687
|
-
super(e);
|
|
688
|
-
}
|
|
689
|
-
static get type() {
|
|
690
|
-
return "suffix-exact";
|
|
691
|
-
}
|
|
692
|
-
static get multiRegex() {
|
|
693
|
-
return /^"(.*)"\$$/;
|
|
694
|
-
}
|
|
695
|
-
static get singleRegex() {
|
|
696
|
-
return /^(.*)\$$/;
|
|
697
|
-
}
|
|
698
|
-
search(e) {
|
|
699
|
-
const s = e.endsWith(this.pattern);
|
|
700
|
-
return {
|
|
701
|
-
isMatch: s,
|
|
702
|
-
score: s ? 0 : 1,
|
|
703
|
-
indices: [e.length - this.pattern.length, e.length - 1]
|
|
704
|
-
};
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
class Gt extends ee {
|
|
708
|
-
constructor(e) {
|
|
709
|
-
super(e);
|
|
710
|
-
}
|
|
711
|
-
static get type() {
|
|
712
|
-
return "inverse-suffix-exact";
|
|
713
|
-
}
|
|
714
|
-
static get multiRegex() {
|
|
715
|
-
return /^!"(.*)"\$$/;
|
|
716
|
-
}
|
|
717
|
-
static get singleRegex() {
|
|
718
|
-
return /^!(.*)\$$/;
|
|
719
|
-
}
|
|
720
|
-
search(e) {
|
|
721
|
-
const s = !e.endsWith(this.pattern);
|
|
722
|
-
return {
|
|
723
|
-
isMatch: s,
|
|
724
|
-
score: s ? 0 : 1,
|
|
725
|
-
indices: [0, e.length - 1]
|
|
726
|
-
};
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
class Ze extends ee {
|
|
730
|
-
constructor(e, {
|
|
731
|
-
location: s = A.location,
|
|
732
|
-
threshold: l = A.threshold,
|
|
733
|
-
distance: u = A.distance,
|
|
734
|
-
includeMatches: n = A.includeMatches,
|
|
735
|
-
findAllMatches: i = A.findAllMatches,
|
|
736
|
-
minMatchCharLength: a = A.minMatchCharLength,
|
|
737
|
-
isCaseSensitive: r = A.isCaseSensitive,
|
|
738
|
-
ignoreDiacritics: c = A.ignoreDiacritics,
|
|
739
|
-
ignoreLocation: o = A.ignoreLocation
|
|
740
|
-
} = {}) {
|
|
741
|
-
super(e), this._bitapSearch = new Xe(e, {
|
|
742
|
-
location: s,
|
|
743
|
-
threshold: l,
|
|
744
|
-
distance: u,
|
|
745
|
-
includeMatches: n,
|
|
746
|
-
findAllMatches: i,
|
|
747
|
-
minMatchCharLength: a,
|
|
748
|
-
isCaseSensitive: r,
|
|
749
|
-
ignoreDiacritics: c,
|
|
750
|
-
ignoreLocation: o
|
|
751
|
-
});
|
|
752
|
-
}
|
|
753
|
-
static get type() {
|
|
754
|
-
return "fuzzy";
|
|
755
|
-
}
|
|
756
|
-
static get multiRegex() {
|
|
757
|
-
return /^"(.*)"$/;
|
|
758
|
-
}
|
|
759
|
-
static get singleRegex() {
|
|
760
|
-
return /^(.*)$/;
|
|
761
|
-
}
|
|
762
|
-
search(e) {
|
|
763
|
-
return this._bitapSearch.searchIn(e);
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
|
-
class et extends ee {
|
|
767
|
-
constructor(e) {
|
|
768
|
-
super(e);
|
|
769
|
-
}
|
|
770
|
-
static get type() {
|
|
771
|
-
return "include";
|
|
772
|
-
}
|
|
773
|
-
static get multiRegex() {
|
|
774
|
-
return /^'"(.*)"$/;
|
|
775
|
-
}
|
|
776
|
-
static get singleRegex() {
|
|
777
|
-
return /^'(.*)$/;
|
|
778
|
-
}
|
|
779
|
-
search(e) {
|
|
780
|
-
let s = 0, l;
|
|
781
|
-
const u = [], n = this.pattern.length;
|
|
782
|
-
for (; (l = e.indexOf(this.pattern, s)) > -1; )
|
|
783
|
-
s = l + n, u.push([l, s - 1]);
|
|
784
|
-
const i = !!u.length;
|
|
785
|
-
return {
|
|
786
|
-
isMatch: i,
|
|
787
|
-
score: i ? 0 : 1,
|
|
788
|
-
indices: u
|
|
789
|
-
};
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
const we = [
|
|
793
|
-
Kt,
|
|
794
|
-
et,
|
|
795
|
-
Yt,
|
|
796
|
-
Wt,
|
|
797
|
-
Gt,
|
|
798
|
-
Jt,
|
|
799
|
-
Ut,
|
|
800
|
-
Ze
|
|
801
|
-
], Oe = we.length, Xt = / +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/, Zt = "|";
|
|
802
|
-
function es(t, e = {}) {
|
|
803
|
-
return t.split(Zt).map((s) => {
|
|
804
|
-
let l = s.trim().split(Xt).filter((n) => n && !!n.trim()), u = [];
|
|
805
|
-
for (let n = 0, i = l.length; n < i; n += 1) {
|
|
806
|
-
const a = l[n];
|
|
807
|
-
let r = !1, c = -1;
|
|
808
|
-
for (; !r && ++c < Oe; ) {
|
|
809
|
-
const o = we[c];
|
|
810
|
-
let p = o.isMultiMatch(a);
|
|
811
|
-
p && (u.push(new o(p, e)), r = !0);
|
|
812
|
-
}
|
|
813
|
-
if (!r)
|
|
814
|
-
for (c = -1; ++c < Oe; ) {
|
|
815
|
-
const o = we[c];
|
|
816
|
-
let p = o.isSingleMatch(a);
|
|
817
|
-
if (p) {
|
|
818
|
-
u.push(new o(p, e));
|
|
819
|
-
break;
|
|
820
|
-
}
|
|
821
|
-
}
|
|
822
|
-
}
|
|
823
|
-
return u;
|
|
824
|
-
});
|
|
825
|
-
}
|
|
826
|
-
const ts = /* @__PURE__ */ new Set([Ze.type, et.type]);
|
|
827
|
-
class ss {
|
|
828
|
-
constructor(e, {
|
|
829
|
-
isCaseSensitive: s = A.isCaseSensitive,
|
|
830
|
-
ignoreDiacritics: l = A.ignoreDiacritics,
|
|
831
|
-
includeMatches: u = A.includeMatches,
|
|
832
|
-
minMatchCharLength: n = A.minMatchCharLength,
|
|
833
|
-
ignoreLocation: i = A.ignoreLocation,
|
|
834
|
-
findAllMatches: a = A.findAllMatches,
|
|
835
|
-
location: r = A.location,
|
|
836
|
-
threshold: c = A.threshold,
|
|
837
|
-
distance: o = A.distance
|
|
838
|
-
} = {}) {
|
|
839
|
-
this.query = null, this.options = {
|
|
840
|
-
isCaseSensitive: s,
|
|
841
|
-
ignoreDiacritics: l,
|
|
842
|
-
includeMatches: u,
|
|
843
|
-
minMatchCharLength: n,
|
|
844
|
-
findAllMatches: a,
|
|
845
|
-
ignoreLocation: i,
|
|
846
|
-
location: r,
|
|
847
|
-
threshold: c,
|
|
848
|
-
distance: o
|
|
849
|
-
}, e = s ? e : e.toLowerCase(), e = l ? he(e) : e, this.pattern = e, this.query = es(this.pattern, this.options);
|
|
850
|
-
}
|
|
851
|
-
static condition(e, s) {
|
|
852
|
-
return s.useExtendedSearch;
|
|
853
|
-
}
|
|
854
|
-
searchIn(e) {
|
|
855
|
-
const s = this.query;
|
|
856
|
-
if (!s)
|
|
857
|
-
return {
|
|
858
|
-
isMatch: !1,
|
|
859
|
-
score: 1
|
|
860
|
-
};
|
|
861
|
-
const { includeMatches: l, isCaseSensitive: u, ignoreDiacritics: n } = this.options;
|
|
862
|
-
e = u ? e : e.toLowerCase(), e = n ? he(e) : e;
|
|
863
|
-
let i = 0, a = [], r = 0;
|
|
864
|
-
for (let c = 0, o = s.length; c < o; c += 1) {
|
|
865
|
-
const p = s[c];
|
|
866
|
-
a.length = 0, i = 0;
|
|
867
|
-
for (let h = 0, y = p.length; h < y; h += 1) {
|
|
868
|
-
const g = p[h], { isMatch: d, indices: f, score: m } = g.search(e);
|
|
869
|
-
if (d) {
|
|
870
|
-
if (i += 1, r += m, l) {
|
|
871
|
-
const E = g.constructor.type;
|
|
872
|
-
ts.has(E) ? a = [...a, ...f] : a.push(f);
|
|
873
|
-
}
|
|
874
|
-
} else {
|
|
875
|
-
r = 0, i = 0, a.length = 0;
|
|
876
|
-
break;
|
|
877
|
-
}
|
|
878
|
-
}
|
|
879
|
-
if (i) {
|
|
880
|
-
let h = {
|
|
881
|
-
isMatch: !0,
|
|
882
|
-
score: r / i
|
|
883
|
-
};
|
|
884
|
-
return l && (h.indices = a), h;
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
return {
|
|
888
|
-
isMatch: !1,
|
|
889
|
-
score: 1
|
|
890
|
-
};
|
|
891
|
-
}
|
|
892
|
-
}
|
|
893
|
-
const be = [];
|
|
894
|
-
function ls(...t) {
|
|
895
|
-
be.push(...t);
|
|
896
|
-
}
|
|
897
|
-
function Fe(t, e) {
|
|
898
|
-
for (let s = 0, l = be.length; s < l; s += 1) {
|
|
899
|
-
let u = be[s];
|
|
900
|
-
if (u.condition(t, e))
|
|
901
|
-
return new u(t, e);
|
|
902
|
-
}
|
|
903
|
-
return new Xe(t, e);
|
|
904
|
-
}
|
|
905
|
-
const ve = {
|
|
906
|
-
AND: "$and",
|
|
907
|
-
OR: "$or"
|
|
908
|
-
}, Me = {
|
|
909
|
-
PATH: "$path",
|
|
910
|
-
PATTERN: "$val"
|
|
911
|
-
}, Be = (t) => !!(t[ve.AND] || t[ve.OR]), ns = (t) => !!t[Me.PATH], us = (t) => !X(t) && Ye(t) && !Be(t), Te = (t) => ({
|
|
912
|
-
[ve.AND]: Object.keys(t).map((e) => ({
|
|
913
|
-
[e]: t[e]
|
|
914
|
-
}))
|
|
915
|
-
});
|
|
916
|
-
function tt(t, e, { auto: s = !0 } = {}) {
|
|
917
|
-
const l = (u) => {
|
|
918
|
-
let n = Object.keys(u);
|
|
919
|
-
const i = ns(u);
|
|
920
|
-
if (!i && n.length > 1 && !Be(u))
|
|
921
|
-
return l(Te(u));
|
|
922
|
-
if (us(u)) {
|
|
923
|
-
const r = i ? u[Me.PATH] : n[0], c = i ? u[Me.PATTERN] : u[r];
|
|
924
|
-
if (!U(c))
|
|
925
|
-
throw new Error(It(r));
|
|
926
|
-
const o = {
|
|
927
|
-
keyId: Ee(r),
|
|
928
|
-
pattern: c
|
|
929
|
-
};
|
|
930
|
-
return s && (o.searcher = Fe(c, e)), o;
|
|
931
|
-
}
|
|
932
|
-
let a = {
|
|
933
|
-
children: [],
|
|
934
|
-
operator: n[0]
|
|
935
|
-
};
|
|
936
|
-
return n.forEach((r) => {
|
|
937
|
-
const c = u[r];
|
|
938
|
-
X(c) && c.forEach((o) => {
|
|
939
|
-
a.children.push(l(o));
|
|
940
|
-
});
|
|
941
|
-
}), a;
|
|
942
|
-
};
|
|
943
|
-
return Be(t) || (t = Te(t)), l(t);
|
|
944
|
-
}
|
|
945
|
-
function as(t, { ignoreFieldNorm: e = A.ignoreFieldNorm }) {
|
|
946
|
-
t.forEach((s) => {
|
|
947
|
-
let l = 1;
|
|
948
|
-
s.matches.forEach(({ key: u, norm: n, score: i }) => {
|
|
949
|
-
const a = u ? u.weight : null;
|
|
950
|
-
l *= Math.pow(
|
|
951
|
-
i === 0 && a ? Number.EPSILON : i,
|
|
952
|
-
(a || 1) * (e ? 1 : n)
|
|
953
|
-
);
|
|
954
|
-
}), s.score = l;
|
|
955
|
-
});
|
|
956
|
-
}
|
|
957
|
-
function is(t, e) {
|
|
958
|
-
const s = t.matches;
|
|
959
|
-
e.matches = [], T(s) && s.forEach((l) => {
|
|
960
|
-
if (!T(l.indices) || !l.indices.length)
|
|
961
|
-
return;
|
|
962
|
-
const { indices: u, value: n } = l;
|
|
963
|
-
let i = {
|
|
964
|
-
indices: u,
|
|
965
|
-
value: n
|
|
966
|
-
};
|
|
967
|
-
l.key && (i.key = l.key.src), l.idx > -1 && (i.refIndex = l.idx), e.matches.push(i);
|
|
968
|
-
});
|
|
969
|
-
}
|
|
970
|
-
function rs(t, e) {
|
|
971
|
-
e.score = t.score;
|
|
972
|
-
}
|
|
973
|
-
function os(t, e, {
|
|
974
|
-
includeMatches: s = A.includeMatches,
|
|
975
|
-
includeScore: l = A.includeScore
|
|
976
|
-
} = {}) {
|
|
977
|
-
const u = [];
|
|
978
|
-
return s && u.push(is), l && u.push(rs), t.map((n) => {
|
|
979
|
-
const { idx: i } = n, a = {
|
|
980
|
-
item: e[i],
|
|
981
|
-
refIndex: i
|
|
982
|
-
};
|
|
983
|
-
return u.length && u.forEach((r) => {
|
|
984
|
-
r(n, a);
|
|
985
|
-
}), a;
|
|
986
|
-
});
|
|
987
|
-
}
|
|
988
|
-
class Z {
|
|
989
|
-
constructor(e, s = {}, l) {
|
|
990
|
-
this.options = { ...A, ...s }, this.options.useExtendedSearch, this._keyStore = new Lt(this.options.keys), this.setCollection(e, l);
|
|
991
|
-
}
|
|
992
|
-
setCollection(e, s) {
|
|
993
|
-
if (this._docs = e, s && !(s instanceof Ie))
|
|
994
|
-
throw new Error(kt);
|
|
995
|
-
this._myIndex = s || Ge(this.options.keys, this._docs, {
|
|
996
|
-
getFn: this.options.getFn,
|
|
997
|
-
fieldNormWeight: this.options.fieldNormWeight
|
|
998
|
-
});
|
|
999
|
-
}
|
|
1000
|
-
add(e) {
|
|
1001
|
-
T(e) && (this._docs.push(e), this._myIndex.add(e));
|
|
1002
|
-
}
|
|
1003
|
-
remove(e = () => !1) {
|
|
1004
|
-
const s = [];
|
|
1005
|
-
for (let l = 0, u = this._docs.length; l < u; l += 1) {
|
|
1006
|
-
const n = this._docs[l];
|
|
1007
|
-
e(n, l) && (this.removeAt(l), l -= 1, u -= 1, s.push(n));
|
|
1008
|
-
}
|
|
1009
|
-
return s;
|
|
1010
|
-
}
|
|
1011
|
-
removeAt(e) {
|
|
1012
|
-
this._docs.splice(e, 1), this._myIndex.removeAt(e);
|
|
1013
|
-
}
|
|
1014
|
-
getIndex() {
|
|
1015
|
-
return this._myIndex;
|
|
1016
|
-
}
|
|
1017
|
-
search(e, { limit: s = -1 } = {}) {
|
|
1018
|
-
const {
|
|
1019
|
-
includeMatches: l,
|
|
1020
|
-
includeScore: u,
|
|
1021
|
-
shouldSort: n,
|
|
1022
|
-
sortFn: i,
|
|
1023
|
-
ignoreFieldNorm: a
|
|
1024
|
-
} = this.options;
|
|
1025
|
-
let r = U(e) ? U(this._docs[0]) ? this._searchStringList(e) : this._searchObjectList(e) : this._searchLogical(e);
|
|
1026
|
-
return as(r, { ignoreFieldNorm: a }), n && r.sort(i), Ue(s) && s > -1 && (r = r.slice(0, s)), os(r, this._docs, {
|
|
1027
|
-
includeMatches: l,
|
|
1028
|
-
includeScore: u
|
|
1029
|
-
});
|
|
1030
|
-
}
|
|
1031
|
-
_searchStringList(e) {
|
|
1032
|
-
const s = Fe(e, this.options), { records: l } = this._myIndex, u = [];
|
|
1033
|
-
return l.forEach(({ v: n, i, n: a }) => {
|
|
1034
|
-
if (!T(n))
|
|
1035
|
-
return;
|
|
1036
|
-
const { isMatch: r, score: c, indices: o } = s.searchIn(n);
|
|
1037
|
-
r && u.push({
|
|
1038
|
-
item: n,
|
|
1039
|
-
idx: i,
|
|
1040
|
-
matches: [{ score: c, value: n, norm: a, indices: o }]
|
|
1041
|
-
});
|
|
1042
|
-
}), u;
|
|
1043
|
-
}
|
|
1044
|
-
_searchLogical(e) {
|
|
1045
|
-
const s = tt(e, this.options), l = (a, r, c) => {
|
|
1046
|
-
if (!a.children) {
|
|
1047
|
-
const { keyId: p, searcher: h } = a, y = this._findMatches({
|
|
1048
|
-
key: this._keyStore.get(p),
|
|
1049
|
-
value: this._myIndex.getValueForItemAtKeyId(r, p),
|
|
1050
|
-
searcher: h
|
|
1051
|
-
});
|
|
1052
|
-
return y && y.length ? [
|
|
1053
|
-
{
|
|
1054
|
-
idx: c,
|
|
1055
|
-
item: r,
|
|
1056
|
-
matches: y
|
|
1057
|
-
}
|
|
1058
|
-
] : [];
|
|
1059
|
-
}
|
|
1060
|
-
const o = [];
|
|
1061
|
-
for (let p = 0, h = a.children.length; p < h; p += 1) {
|
|
1062
|
-
const y = a.children[p], g = l(y, r, c);
|
|
1063
|
-
if (g.length)
|
|
1064
|
-
o.push(...g);
|
|
1065
|
-
else if (a.operator === ve.AND)
|
|
1066
|
-
return [];
|
|
1067
|
-
}
|
|
1068
|
-
return o;
|
|
1069
|
-
}, u = this._myIndex.records, n = {}, i = [];
|
|
1070
|
-
return u.forEach(({ $: a, i: r }) => {
|
|
1071
|
-
if (T(a)) {
|
|
1072
|
-
let c = l(s, a, r);
|
|
1073
|
-
c.length && (n[r] || (n[r] = { idx: r, item: a, matches: [] }, i.push(n[r])), c.forEach(({ matches: o }) => {
|
|
1074
|
-
n[r].matches.push(...o);
|
|
1075
|
-
}));
|
|
1076
|
-
}
|
|
1077
|
-
}), i;
|
|
1078
|
-
}
|
|
1079
|
-
_searchObjectList(e) {
|
|
1080
|
-
const s = Fe(e, this.options), { keys: l, records: u } = this._myIndex, n = [];
|
|
1081
|
-
return u.forEach(({ $: i, i: a }) => {
|
|
1082
|
-
if (!T(i))
|
|
1083
|
-
return;
|
|
1084
|
-
let r = [];
|
|
1085
|
-
l.forEach((c, o) => {
|
|
1086
|
-
r.push(
|
|
1087
|
-
...this._findMatches({
|
|
1088
|
-
key: c,
|
|
1089
|
-
value: i[o],
|
|
1090
|
-
searcher: s
|
|
1091
|
-
})
|
|
1092
|
-
);
|
|
1093
|
-
}), r.length && n.push({
|
|
1094
|
-
idx: a,
|
|
1095
|
-
item: i,
|
|
1096
|
-
matches: r
|
|
1097
|
-
});
|
|
1098
|
-
}), n;
|
|
1099
|
-
}
|
|
1100
|
-
_findMatches({ key: e, value: s, searcher: l }) {
|
|
1101
|
-
if (!T(s))
|
|
1102
|
-
return [];
|
|
1103
|
-
let u = [];
|
|
1104
|
-
if (X(s))
|
|
1105
|
-
s.forEach(({ v: n, i, n: a }) => {
|
|
1106
|
-
if (!T(n))
|
|
1107
|
-
return;
|
|
1108
|
-
const { isMatch: r, score: c, indices: o } = l.searchIn(n);
|
|
1109
|
-
r && u.push({
|
|
1110
|
-
score: c,
|
|
1111
|
-
key: e,
|
|
1112
|
-
value: n,
|
|
1113
|
-
idx: i,
|
|
1114
|
-
norm: a,
|
|
1115
|
-
indices: o
|
|
1116
|
-
});
|
|
1117
|
-
});
|
|
1118
|
-
else {
|
|
1119
|
-
const { v: n, n: i } = s, { isMatch: a, score: r, indices: c } = l.searchIn(n);
|
|
1120
|
-
a && u.push({ score: r, key: e, value: n, norm: i, indices: c });
|
|
1121
|
-
}
|
|
1122
|
-
return u;
|
|
1123
|
-
}
|
|
1124
|
-
}
|
|
1125
|
-
Z.version = "7.1.0";
|
|
1126
|
-
Z.createIndex = Ge;
|
|
1127
|
-
Z.parseIndex = Pt;
|
|
1128
|
-
Z.config = A;
|
|
1129
|
-
Z.parseQuery = tt;
|
|
1130
|
-
ls(ss);
|
|
1131
|
-
const [cs, oe] = vt(
|
|
1132
|
-
(t) => {
|
|
1133
|
-
const e = ne(t);
|
|
1134
|
-
function s(a, r) {
|
|
1135
|
-
L(r) ? delete e.queryForm[a] : e.queryForm[a] = r;
|
|
1136
|
-
}
|
|
1137
|
-
function l(a) {
|
|
1138
|
-
const r = e.tags.findIndex((c) => c.label === a.label);
|
|
1139
|
-
r === -1 ? e.tags.push(a) : e.tags.splice(r, 1, a);
|
|
1140
|
-
}
|
|
1141
|
-
function u(a, r) {
|
|
1142
|
-
if (delete e.queryForm[a.label], r)
|
|
1143
|
-
e.tags.splice(r, 1);
|
|
30
|
+
function f(t, C) {
|
|
31
|
+
if (delete i.queryForm[t.label], C)
|
|
32
|
+
i.tags.splice(C, 1);
|
|
1144
33
|
else {
|
|
1145
|
-
const
|
|
1146
|
-
|
|
34
|
+
const w = i.tags.findIndex((c) => c.label === t.label);
|
|
35
|
+
w !== -1 && i.tags.splice(w, 1);
|
|
1147
36
|
}
|
|
1148
37
|
}
|
|
1149
|
-
function
|
|
1150
|
-
|
|
1151
|
-
delete
|
|
1152
|
-
}),
|
|
38
|
+
function u() {
|
|
39
|
+
i.tags.forEach((t) => {
|
|
40
|
+
delete i.queryForm[t.label];
|
|
41
|
+
}), i.tags = [];
|
|
1153
42
|
}
|
|
1154
|
-
function
|
|
1155
|
-
Object.keys(
|
|
1156
|
-
delete
|
|
1157
|
-
}),
|
|
43
|
+
function g() {
|
|
44
|
+
Object.keys(i.queryForm).forEach((t) => {
|
|
45
|
+
delete i.queryForm[t];
|
|
46
|
+
}), i.tags = [];
|
|
1158
47
|
}
|
|
1159
|
-
return { state:
|
|
48
|
+
return { state: i, setQuery: s, addTag: o, reduceTag: f, reduceAllTag: u, clearQuery: g };
|
|
1160
49
|
}
|
|
1161
|
-
),
|
|
50
|
+
), Pe = { class: "el-select-pop-search-container" }, Be = { class: "el-select-dropdown__wrap virtual-scroll-wrap" }, De = { class: "check-all ak-relative el-select-dropdown__item" }, Ye = ["title"], Je = { class: "el-select-dropdown__empty" }, He = { class: "custom-multi-footer" }, Ge = /* @__PURE__ */ ee({
|
|
1162
51
|
name: "jc-select-query",
|
|
1163
52
|
__name: "index",
|
|
1164
53
|
props: {
|
|
@@ -1187,7 +76,7 @@ const [cs, oe] = vt(
|
|
|
1187
76
|
size: {
|
|
1188
77
|
type: String,
|
|
1189
78
|
default: "default",
|
|
1190
|
-
validator: (
|
|
79
|
+
validator: (e) => ["small", "default", "large"].includes(e)
|
|
1191
80
|
},
|
|
1192
81
|
footerBtnName: {
|
|
1193
82
|
type: String,
|
|
@@ -1202,74 +91,74 @@ const [cs, oe] = vt(
|
|
|
1202
91
|
default: !0
|
|
1203
92
|
}
|
|
1204
93
|
},
|
|
1205
|
-
setup(
|
|
1206
|
-
const s =
|
|
94
|
+
setup(e, { expose: i }) {
|
|
95
|
+
const s = e, o = z(), f = z([]), u = H(
|
|
1207
96
|
{}
|
|
1208
|
-
),
|
|
1209
|
-
let
|
|
1210
|
-
const
|
|
1211
|
-
|
|
1212
|
-
var
|
|
1213
|
-
(
|
|
97
|
+
), g = z(""), t = z(), C = z([]), w = z([]), c = z([]), T = z(!1), F = z(!1), { state: I, setQuery: k } = le();
|
|
98
|
+
let l = -1, a = !1;
|
|
99
|
+
const v = z(), x = (r) => {
|
|
100
|
+
r && (c.value = f.value, g.value = "", w.value = C.value, Q(c.value), re(() => {
|
|
101
|
+
var d;
|
|
102
|
+
(d = t.value) == null || d.focus();
|
|
1214
103
|
}));
|
|
1215
|
-
},
|
|
1216
|
-
|
|
1217
|
-
(
|
|
104
|
+
}, V = (r) => {
|
|
105
|
+
c.value = c.value.filter(
|
|
106
|
+
(d) => d.value !== r.value
|
|
1218
107
|
);
|
|
1219
|
-
},
|
|
1220
|
-
|
|
1221
|
-
},
|
|
1222
|
-
const
|
|
1223
|
-
|
|
1224
|
-
},
|
|
1225
|
-
|
|
1226
|
-
label:
|
|
1227
|
-
value:
|
|
1228
|
-
}),
|
|
1229
|
-
label:
|
|
1230
|
-
value:
|
|
1231
|
-
}),
|
|
1232
|
-
|
|
108
|
+
}, P = (r) => {
|
|
109
|
+
k(s.field, r);
|
|
110
|
+
}, B = () => {
|
|
111
|
+
const r = g.value.trim();
|
|
112
|
+
r !== "" ? w.value = v.value.search(r).map((d) => d.item) : w.value = C.value;
|
|
113
|
+
}, U = () => {
|
|
114
|
+
$(g.value) || w.value.map((r) => r.value).includes(g.value) || (C.value.unshift({
|
|
115
|
+
label: g.value,
|
|
116
|
+
value: g.value
|
|
117
|
+
}), c.value.push({
|
|
118
|
+
label: g.value,
|
|
119
|
+
value: g.value
|
|
120
|
+
}), f.value = c.value, k(s.field, f.value), re(() => {
|
|
121
|
+
v.value = new de(C.value, {
|
|
1233
122
|
keys: s.keyField
|
|
1234
|
-
}),
|
|
123
|
+
}), B();
|
|
1235
124
|
}));
|
|
1236
|
-
},
|
|
1237
|
-
|
|
1238
|
-
},
|
|
1239
|
-
if (
|
|
1240
|
-
|
|
125
|
+
}, G = (r) => {
|
|
126
|
+
c.value = r ? w.value : [], F.value = !1, s.isNeedFooter || (f.value = c.value, k(s.field, f.value));
|
|
127
|
+
}, Q = (r) => {
|
|
128
|
+
if (r.length === 0) {
|
|
129
|
+
T.value = !1, F.value = !1;
|
|
1241
130
|
return;
|
|
1242
131
|
}
|
|
1243
|
-
const
|
|
1244
|
-
|
|
1245
|
-
const { options:
|
|
1246
|
-
let
|
|
1247
|
-
if (
|
|
1248
|
-
const
|
|
1249
|
-
|
|
132
|
+
const d = r.length;
|
|
133
|
+
T.value = d === w.value.length, F.value = d > 0 && d < w.value.length;
|
|
134
|
+
const { options: h } = s;
|
|
135
|
+
let m = 0;
|
|
136
|
+
if (r.length > 0) {
|
|
137
|
+
const p = r[r.length - 1];
|
|
138
|
+
m = h.findIndex((L) => L.value === p.value);
|
|
1250
139
|
}
|
|
1251
|
-
if (
|
|
1252
|
-
const
|
|
1253
|
-
let
|
|
1254
|
-
for (;
|
|
1255
|
-
const
|
|
1256
|
-
|
|
140
|
+
if (a) {
|
|
141
|
+
const p = Math.abs(l - m) + 1, L = Math.min(l, m);
|
|
142
|
+
let q = 0;
|
|
143
|
+
for (; q < p; ) {
|
|
144
|
+
const j = L + q;
|
|
145
|
+
Qe(r, h[j]) === -1 && c.value.push(h[j]), q++;
|
|
1257
146
|
}
|
|
1258
147
|
}
|
|
1259
|
-
s.isNeedFooter || (
|
|
1260
|
-
},
|
|
1261
|
-
!
|
|
1262
|
-
},
|
|
1263
|
-
var
|
|
1264
|
-
(
|
|
1265
|
-
},
|
|
1266
|
-
|
|
148
|
+
s.isNeedFooter || (f.value = c.value, k(s.field, f.value));
|
|
149
|
+
}, _ = (r) => {
|
|
150
|
+
!a && !c.value.includes(r) && (l = C.value.findIndex((d) => d.value === r.value));
|
|
151
|
+
}, D = () => {
|
|
152
|
+
var r;
|
|
153
|
+
(r = o.value) == null || r.blur();
|
|
154
|
+
}, oe = () => {
|
|
155
|
+
f.value = c.value, k(s.field, f.value), D();
|
|
1267
156
|
};
|
|
1268
|
-
return
|
|
157
|
+
return A(
|
|
1269
158
|
() => s.options,
|
|
1270
159
|
() => {
|
|
1271
|
-
var
|
|
1272
|
-
!
|
|
160
|
+
var r;
|
|
161
|
+
!ce(s.options) || ((r = s.options) == null ? void 0 : r.length) === 0 || (w.value = s.options, C.value = Oe(s.options), v.value = new de(C.value, {
|
|
1273
162
|
keys: s.keyField,
|
|
1274
163
|
threshold: 0.1
|
|
1275
164
|
}));
|
|
@@ -1278,126 +167,126 @@ const [cs, oe] = vt(
|
|
|
1278
167
|
immediate: !0,
|
|
1279
168
|
deep: !0
|
|
1280
169
|
}
|
|
1281
|
-
),
|
|
1282
|
-
() =>
|
|
1283
|
-
(
|
|
1284
|
-
|
|
170
|
+
), A(
|
|
171
|
+
() => I.queryForm[s.field],
|
|
172
|
+
(r) => {
|
|
173
|
+
$(r) ? (f.value = [], c.value = []) : f.value = ce(r) ? r : [];
|
|
1285
174
|
},
|
|
1286
175
|
{
|
|
1287
176
|
deep: !0
|
|
1288
177
|
}
|
|
1289
|
-
),
|
|
1290
|
-
window.addEventListener("keydown", (
|
|
1291
|
-
|
|
178
|
+
), X(() => {
|
|
179
|
+
window.addEventListener("keydown", (r) => {
|
|
180
|
+
r.shiftKey && (a = !0);
|
|
1292
181
|
}), window.addEventListener("keyup", () => {
|
|
1293
|
-
|
|
1294
|
-
}),
|
|
1295
|
-
|
|
182
|
+
a = !1;
|
|
183
|
+
}), re(() => {
|
|
184
|
+
v.value = new de(C.value, {
|
|
1296
185
|
keys: s.keyField
|
|
1297
186
|
});
|
|
1298
187
|
});
|
|
1299
|
-
}),
|
|
1300
|
-
window.removeEventListener("keydown", (
|
|
1301
|
-
|
|
188
|
+
}), Fe(() => {
|
|
189
|
+
window.removeEventListener("keydown", (r) => {
|
|
190
|
+
r.shiftKey && (a = !0);
|
|
1302
191
|
}), window.removeEventListener("keyup", () => {
|
|
1303
|
-
|
|
192
|
+
a = !1;
|
|
1304
193
|
});
|
|
1305
|
-
}),
|
|
1306
|
-
var
|
|
1307
|
-
|
|
1308
|
-
}),
|
|
194
|
+
}), X(() => {
|
|
195
|
+
var r;
|
|
196
|
+
o.value && (u.focus = o.value.focus, u.blur = o.value.blur, u.selectedLabel = (r = o.value) == null ? void 0 : r.selectedLabel);
|
|
197
|
+
}), i(u), (r, d) => (E(), N(n(ne), J({
|
|
1309
198
|
ref_key: "selectRef",
|
|
1310
|
-
ref:
|
|
1311
|
-
modelValue:
|
|
1312
|
-
"onUpdate:modelValue":
|
|
1313
|
-
},
|
|
199
|
+
ref: o,
|
|
200
|
+
modelValue: f.value,
|
|
201
|
+
"onUpdate:modelValue": d[3] || (d[3] = (h) => f.value = h)
|
|
202
|
+
}, r.$attrs, {
|
|
1314
203
|
multiple: "",
|
|
1315
204
|
clearable: "",
|
|
1316
205
|
"show-arrow": !1,
|
|
1317
206
|
"collapse-tags": !0,
|
|
1318
207
|
"collapse-tags-tooltip": !0,
|
|
1319
208
|
"max-collapse-tags": 1,
|
|
1320
|
-
size:
|
|
1321
|
-
style: { width:
|
|
209
|
+
size: e.size,
|
|
210
|
+
style: { width: e.width },
|
|
1322
211
|
class: "jc-select",
|
|
1323
212
|
"popper-class": "jc-select-popper",
|
|
1324
213
|
placeholder: "请选择",
|
|
1325
|
-
onVisibleChange:
|
|
1326
|
-
onRemoveTag:
|
|
1327
|
-
onChange:
|
|
1328
|
-
}),
|
|
1329
|
-
default:
|
|
1330
|
-
|
|
214
|
+
onVisibleChange: x,
|
|
215
|
+
onRemoveTag: V,
|
|
216
|
+
onChange: P
|
|
217
|
+
}), Ve({
|
|
218
|
+
default: y(() => [
|
|
219
|
+
b(n(ie), {
|
|
1331
220
|
value: "1",
|
|
1332
221
|
hidden: ""
|
|
1333
222
|
}),
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
223
|
+
S("div", Pe, [
|
|
224
|
+
b(n(fe), { class: "selcet-icon search-icon" }),
|
|
225
|
+
te(S("input", {
|
|
1337
226
|
ref_key: "searchInputRef",
|
|
1338
|
-
ref:
|
|
1339
|
-
"onUpdate:modelValue":
|
|
227
|
+
ref: t,
|
|
228
|
+
"onUpdate:modelValue": d[0] || (d[0] = (h) => g.value = h),
|
|
1340
229
|
class: "el-select-pop__input",
|
|
1341
|
-
onInput:
|
|
230
|
+
onInput: B
|
|
1342
231
|
}, null, 544), [
|
|
1343
|
-
[
|
|
232
|
+
[Ie, g.value]
|
|
1344
233
|
]),
|
|
1345
|
-
|
|
234
|
+
e.allowCreate ? (E(), N(n(qe), {
|
|
1346
235
|
key: 0,
|
|
1347
236
|
class: "selcet-icon circle-icon",
|
|
1348
|
-
onClick:
|
|
1349
|
-
})) :
|
|
237
|
+
onClick: U
|
|
238
|
+
})) : be("", !0)
|
|
1350
239
|
]),
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
modelValue:
|
|
1355
|
-
"onUpdate:modelValue":
|
|
1356
|
-
indeterminate:
|
|
1357
|
-
size:
|
|
1358
|
-
onChange:
|
|
240
|
+
te(S("div", Be, [
|
|
241
|
+
S("li", De, [
|
|
242
|
+
b(n(he), {
|
|
243
|
+
modelValue: T.value,
|
|
244
|
+
"onUpdate:modelValue": d[1] || (d[1] = (h) => T.value = h),
|
|
245
|
+
indeterminate: F.value,
|
|
246
|
+
size: e.size,
|
|
247
|
+
onChange: G
|
|
1359
248
|
}, {
|
|
1360
|
-
default:
|
|
1361
|
-
|
|
249
|
+
default: y(() => d[4] || (d[4] = [
|
|
250
|
+
M("全选")
|
|
1362
251
|
])),
|
|
1363
252
|
_: 1,
|
|
1364
253
|
__: [4]
|
|
1365
254
|
}, 8, ["modelValue", "indeterminate", "size"])
|
|
1366
255
|
]),
|
|
1367
|
-
|
|
1368
|
-
modelValue:
|
|
1369
|
-
"onUpdate:modelValue":
|
|
1370
|
-
onChange:
|
|
1371
|
-
size:
|
|
256
|
+
b(n(Se), {
|
|
257
|
+
modelValue: c.value,
|
|
258
|
+
"onUpdate:modelValue": d[2] || (d[2] = (h) => c.value = h),
|
|
259
|
+
onChange: Q,
|
|
260
|
+
size: e.size
|
|
1372
261
|
}, {
|
|
1373
|
-
default:
|
|
1374
|
-
|
|
262
|
+
default: y(() => [
|
|
263
|
+
b(n(Ne), {
|
|
1375
264
|
class: "recycle-scroller",
|
|
1376
|
-
items:
|
|
265
|
+
items: w.value,
|
|
1377
266
|
"item-size": 30,
|
|
1378
267
|
"key-field": "value",
|
|
1379
|
-
style:
|
|
268
|
+
style: xe({ maxHeight: e.maxScrollHeight })
|
|
1380
269
|
}, {
|
|
1381
|
-
default:
|
|
1382
|
-
|
|
270
|
+
default: y(({ item: h }) => [
|
|
271
|
+
S("li", {
|
|
1383
272
|
class: "el-select-dropdown__item",
|
|
1384
|
-
title:
|
|
273
|
+
title: h.label
|
|
1385
274
|
}, [
|
|
1386
|
-
|
|
1387
|
-
size:
|
|
1388
|
-
value:
|
|
1389
|
-
label:
|
|
1390
|
-
disabled:
|
|
1391
|
-
onClick: (
|
|
275
|
+
b(n(he), {
|
|
276
|
+
size: e.size,
|
|
277
|
+
value: h,
|
|
278
|
+
label: h,
|
|
279
|
+
disabled: h.disabled,
|
|
280
|
+
onClick: (m) => _(h)
|
|
1392
281
|
}, {
|
|
1393
|
-
default:
|
|
1394
|
-
|
|
1395
|
-
|
|
282
|
+
default: y(() => [
|
|
283
|
+
ze(r.$slots, "default", { scope: h }, () => [
|
|
284
|
+
S("span", null, Z(h.label), 1)
|
|
1396
285
|
])
|
|
1397
286
|
]),
|
|
1398
287
|
_: 2
|
|
1399
288
|
}, 1032, ["size", "value", "label", "disabled", "onClick"])
|
|
1400
|
-
], 8,
|
|
289
|
+
], 8, Ye)
|
|
1401
290
|
]),
|
|
1402
291
|
_: 3
|
|
1403
292
|
}, 8, ["items", "style"])
|
|
@@ -1405,42 +294,42 @@ const [cs, oe] = vt(
|
|
|
1405
294
|
_: 3
|
|
1406
295
|
}, 8, ["modelValue", "size"])
|
|
1407
296
|
], 512), [
|
|
1408
|
-
[
|
|
297
|
+
[ae, w.value.length > 0]
|
|
1409
298
|
]),
|
|
1410
|
-
|
|
1411
|
-
[
|
|
299
|
+
te(S("p", Je, "无数据", 512), [
|
|
300
|
+
[ae, w.value.length === 0]
|
|
1412
301
|
])
|
|
1413
302
|
]),
|
|
1414
303
|
_: 2
|
|
1415
304
|
}, [
|
|
1416
|
-
|
|
305
|
+
e.isNeedFooter ? {
|
|
1417
306
|
name: "footer",
|
|
1418
|
-
fn:
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
307
|
+
fn: y(() => [
|
|
308
|
+
S("div", He, [
|
|
309
|
+
d[6] || (d[6] = S("span", { class: "shift-tips" }, [
|
|
310
|
+
S("span", null, "提示:按住Shift可以快速多选")
|
|
1422
311
|
], -1)),
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
size:
|
|
312
|
+
d[7] || (d[7] = S("span", { class: "counts" }, null, -1)),
|
|
313
|
+
S("span", null, [
|
|
314
|
+
b(n(R), {
|
|
315
|
+
size: e.size,
|
|
1427
316
|
link: "",
|
|
1428
317
|
type: "primary",
|
|
1429
|
-
onClick:
|
|
318
|
+
onClick: D
|
|
1430
319
|
}, {
|
|
1431
|
-
default:
|
|
1432
|
-
|
|
320
|
+
default: y(() => d[5] || (d[5] = [
|
|
321
|
+
M("关闭")
|
|
1433
322
|
])),
|
|
1434
323
|
_: 1,
|
|
1435
324
|
__: [5]
|
|
1436
325
|
}, 8, ["size"]),
|
|
1437
|
-
|
|
326
|
+
b(n(R), {
|
|
1438
327
|
type: "primary",
|
|
1439
|
-
size:
|
|
1440
|
-
onClick:
|
|
328
|
+
size: e.size,
|
|
329
|
+
onClick: oe
|
|
1441
330
|
}, {
|
|
1442
|
-
default:
|
|
1443
|
-
|
|
331
|
+
default: y(() => [
|
|
332
|
+
M(Z(e.footerBtnName), 1)
|
|
1444
333
|
]),
|
|
1445
334
|
_: 1
|
|
1446
335
|
}, 8, ["size"])
|
|
@@ -1451,10 +340,10 @@ const [cs, oe] = vt(
|
|
|
1451
340
|
} : void 0
|
|
1452
341
|
]), 1040, ["modelValue", "size", "style"]));
|
|
1453
342
|
}
|
|
1454
|
-
}),
|
|
1455
|
-
const s =
|
|
1456
|
-
|
|
1457
|
-
},
|
|
343
|
+
}), Ke = (e) => (e.install = (i) => {
|
|
344
|
+
const s = e.name;
|
|
345
|
+
i.component(s, e);
|
|
346
|
+
}, e), We = Ke(Ge), Xe = /* @__PURE__ */ ee({
|
|
1458
347
|
name: "jc-date-picker",
|
|
1459
348
|
__name: "index",
|
|
1460
349
|
props: {
|
|
@@ -1466,12 +355,12 @@ const [cs, oe] = vt(
|
|
|
1466
355
|
type: {
|
|
1467
356
|
type: String,
|
|
1468
357
|
default: "daterange",
|
|
1469
|
-
validator: (
|
|
358
|
+
validator: (e) => ["daterange", "monthrange"].includes(e)
|
|
1470
359
|
},
|
|
1471
360
|
size: {
|
|
1472
361
|
type: String,
|
|
1473
362
|
default: "default",
|
|
1474
|
-
validator: (
|
|
363
|
+
validator: (e) => ["small", "default", "large"].includes(e)
|
|
1475
364
|
},
|
|
1476
365
|
width: {
|
|
1477
366
|
type: String,
|
|
@@ -1479,82 +368,82 @@ const [cs, oe] = vt(
|
|
|
1479
368
|
}
|
|
1480
369
|
},
|
|
1481
370
|
emits: ["fieldChange"],
|
|
1482
|
-
setup(
|
|
1483
|
-
const
|
|
1484
|
-
|
|
1485
|
-
|
|
371
|
+
setup(e, { expose: i, emit: s }) {
|
|
372
|
+
const o = e, f = s, u = z([]), g = z([]), t = z(""), C = z(""), { state: w, setQuery: c } = le(), T = () => {
|
|
373
|
+
o.fieldList.forEach((a) => {
|
|
374
|
+
c(a.value, null);
|
|
1486
375
|
});
|
|
1487
|
-
},
|
|
1488
|
-
|
|
1489
|
-
},
|
|
1490
|
-
|
|
376
|
+
}, F = (a) => {
|
|
377
|
+
T(), c(a, u.value), f("fieldChange", a);
|
|
378
|
+
}, I = () => {
|
|
379
|
+
C.value = t.value, g.value = u.value, c(t.value, u.value);
|
|
1491
380
|
};
|
|
1492
|
-
|
|
1493
|
-
() =>
|
|
1494
|
-
(
|
|
1495
|
-
|
|
381
|
+
A(
|
|
382
|
+
() => o.fieldList,
|
|
383
|
+
(a) => {
|
|
384
|
+
!$(a) && $(t.value) && (t.value = a[0].value, u.value = []);
|
|
1496
385
|
},
|
|
1497
386
|
{
|
|
1498
387
|
immediate: !0,
|
|
1499
388
|
deep: !0
|
|
1500
389
|
}
|
|
1501
|
-
),
|
|
1502
|
-
|
|
1503
|
-
(
|
|
1504
|
-
const
|
|
1505
|
-
|
|
390
|
+
), A(
|
|
391
|
+
o.fieldList.map((a) => () => w.queryForm[a.value]),
|
|
392
|
+
(a) => {
|
|
393
|
+
const v = a.findIndex((x) => !$(x));
|
|
394
|
+
v === -1 ? (t.value = o.fieldList[0].value, u.value = []) : (t.value = o.fieldList[v].value, u.value = a[v] || []);
|
|
1506
395
|
},
|
|
1507
396
|
{
|
|
1508
397
|
deep: !0
|
|
1509
398
|
}
|
|
1510
399
|
);
|
|
1511
|
-
const
|
|
1512
|
-
return
|
|
1513
|
-
var
|
|
1514
|
-
|
|
1515
|
-
}),
|
|
400
|
+
const k = z(), l = H({});
|
|
401
|
+
return X(() => {
|
|
402
|
+
var a, v, x, V;
|
|
403
|
+
k.value && (l.focus = (a = k.value) == null ? void 0 : a.focus, l.blur = (v = k.value) == null ? void 0 : v.blur, l.handleOpen = (x = k.value) == null ? void 0 : x.handleOpen, l.handleClose = (V = k.value) == null ? void 0 : V.handleClose);
|
|
404
|
+
}), i(l), (a, v) => (E(), Y("div", {
|
|
1516
405
|
class: "jc-date-picker",
|
|
1517
|
-
style:
|
|
406
|
+
style: xe({ width: e.width })
|
|
1518
407
|
}, [
|
|
1519
|
-
|
|
1520
|
-
modelValue:
|
|
1521
|
-
"onUpdate:modelValue":
|
|
1522
|
-
size:
|
|
408
|
+
b(n(ne), {
|
|
409
|
+
modelValue: t.value,
|
|
410
|
+
"onUpdate:modelValue": v[0] || (v[0] = (x) => t.value = x),
|
|
411
|
+
size: e.size,
|
|
1523
412
|
class: "select-field",
|
|
1524
|
-
onChange:
|
|
413
|
+
onChange: F
|
|
1525
414
|
}, {
|
|
1526
|
-
prefix:
|
|
1527
|
-
|
|
415
|
+
prefix: y(() => [
|
|
416
|
+
M(Z((e.fieldList.find((x) => x.value === t.value) || {}).label), 1)
|
|
1528
417
|
]),
|
|
1529
|
-
default:
|
|
1530
|
-
(
|
|
1531
|
-
key:
|
|
1532
|
-
label:
|
|
1533
|
-
value:
|
|
418
|
+
default: y(() => [
|
|
419
|
+
(E(!0), Y(ue, null, se(e.fieldList, (x) => (E(), N(n(ie), {
|
|
420
|
+
key: x.value,
|
|
421
|
+
label: x.label,
|
|
422
|
+
value: x.value
|
|
1534
423
|
}, null, 8, ["label", "value"]))), 128))
|
|
1535
424
|
]),
|
|
1536
425
|
_: 1
|
|
1537
426
|
}, 8, ["modelValue", "size"]),
|
|
1538
|
-
|
|
427
|
+
b(n($e), J({
|
|
1539
428
|
ref_key: "datePickerRef",
|
|
1540
|
-
ref:
|
|
1541
|
-
modelValue:
|
|
1542
|
-
"onUpdate:modelValue":
|
|
1543
|
-
type:
|
|
1544
|
-
},
|
|
429
|
+
ref: k,
|
|
430
|
+
modelValue: u.value,
|
|
431
|
+
"onUpdate:modelValue": v[1] || (v[1] = (x) => u.value = x),
|
|
432
|
+
type: e.type
|
|
433
|
+
}, a.$attrs, {
|
|
1545
434
|
"range-separator": "至",
|
|
1546
435
|
"start-placeholder": "开始时间",
|
|
1547
436
|
"end-placeholder": "结束时间",
|
|
1548
|
-
size:
|
|
1549
|
-
"value-format":
|
|
1550
|
-
onChange:
|
|
437
|
+
size: e.size,
|
|
438
|
+
"value-format": e.type === "daterange" ? "YYYY-MM-DD" : "YYYY-MM",
|
|
439
|
+
onChange: I
|
|
1551
440
|
}), null, 16, ["modelValue", "type", "size", "value-format"])
|
|
1552
441
|
], 4));
|
|
1553
442
|
}
|
|
1554
|
-
}),
|
|
1555
|
-
const s =
|
|
1556
|
-
|
|
1557
|
-
},
|
|
443
|
+
}), Ze = (e) => (e.install = (i) => {
|
|
444
|
+
const s = e.name;
|
|
445
|
+
i.component(s, e);
|
|
446
|
+
}, e), el = Ze(Xe), ll = { class: "suffixContent" }, tl = /* @__PURE__ */ ee({
|
|
1558
447
|
name: "jc-input-switch",
|
|
1559
448
|
__name: "index",
|
|
1560
449
|
props: {
|
|
@@ -1566,7 +455,7 @@ const [cs, oe] = vt(
|
|
|
1566
455
|
size: {
|
|
1567
456
|
type: String,
|
|
1568
457
|
default: "default",
|
|
1569
|
-
validator: (
|
|
458
|
+
validator: (e) => ["small", "default", "large"].includes(e)
|
|
1570
459
|
},
|
|
1571
460
|
width: {
|
|
1572
461
|
type: String,
|
|
@@ -1574,93 +463,93 @@ const [cs, oe] = vt(
|
|
|
1574
463
|
}
|
|
1575
464
|
},
|
|
1576
465
|
emits: ["fieldChange"],
|
|
1577
|
-
setup(
|
|
1578
|
-
const
|
|
1579
|
-
|
|
1580
|
-
|
|
466
|
+
setup(e, { expose: i, emit: s }) {
|
|
467
|
+
const o = e, f = s, u = z(""), g = z(""), t = z(""), C = z(""), { state: w, setQuery: c } = le(), T = () => {
|
|
468
|
+
o.fieldList.forEach((v) => {
|
|
469
|
+
c(v.value, null);
|
|
1581
470
|
});
|
|
1582
|
-
},
|
|
1583
|
-
|
|
1584
|
-
},
|
|
1585
|
-
|
|
1586
|
-
},
|
|
1587
|
-
|
|
471
|
+
}, F = () => {
|
|
472
|
+
u.value = "", T();
|
|
473
|
+
}, I = (v) => {
|
|
474
|
+
T(), c(v, u.value), f("fieldChange", v);
|
|
475
|
+
}, k = () => {
|
|
476
|
+
g.value = u.value, C.value = t.value, c(t.value, u.value.trim());
|
|
1588
477
|
};
|
|
1589
|
-
|
|
1590
|
-
() =>
|
|
1591
|
-
(
|
|
1592
|
-
|
|
478
|
+
A(
|
|
479
|
+
() => o.fieldList,
|
|
480
|
+
(v) => {
|
|
481
|
+
!$(v) && $(t.value) && (t.value = v[0].value, u.value = "");
|
|
1593
482
|
},
|
|
1594
483
|
{
|
|
1595
484
|
immediate: !0,
|
|
1596
485
|
deep: !0
|
|
1597
486
|
}
|
|
1598
|
-
),
|
|
1599
|
-
|
|
1600
|
-
(
|
|
1601
|
-
const
|
|
1602
|
-
|
|
487
|
+
), A(
|
|
488
|
+
o.fieldList.map((v) => () => w.queryForm[v.value]),
|
|
489
|
+
(v) => {
|
|
490
|
+
const x = v.findIndex((V) => !$(V));
|
|
491
|
+
x === -1 ? (t.value = o.fieldList[0].value, u.value = "") : (t.value = o.fieldList[x].value, u.value = v[x] || "");
|
|
1603
492
|
},
|
|
1604
493
|
{
|
|
1605
494
|
deep: !0
|
|
1606
495
|
}
|
|
1607
496
|
);
|
|
1608
|
-
const
|
|
1609
|
-
return
|
|
1610
|
-
var
|
|
1611
|
-
|
|
1612
|
-
}),
|
|
497
|
+
const l = z(), a = H({});
|
|
498
|
+
return X(() => {
|
|
499
|
+
var v, x, V, P, B, U, G, Q, _, D;
|
|
500
|
+
l.value && (a.blur = (v = l.value) == null ? void 0 : v.blur, a.clear = (x = l.value) == null ? void 0 : x.clear, a.focus = (V = l.value) == null ? void 0 : V.focus, a.input = (P = l.value) == null ? void 0 : P.input, a.ref = (B = l.value) == null ? void 0 : B.ref, a.resizeTextarea = (U = l.value) == null ? void 0 : U.resizeTextarea, a.select = (G = l.value) == null ? void 0 : G.select, a.textarea = (Q = l.value) == null ? void 0 : Q.textarea, a.textareaStyle = (_ = l.value) == null ? void 0 : _.textareaStyle, a.isComposing = (D = l.value) == null ? void 0 : D.isComposing);
|
|
501
|
+
}), i(a), (v, x) => (E(), N(n(ve), J({
|
|
1613
502
|
ref_key: "inputRef",
|
|
1614
|
-
ref:
|
|
1615
|
-
modelValue:
|
|
1616
|
-
"onUpdate:modelValue":
|
|
503
|
+
ref: l,
|
|
504
|
+
modelValue: u.value,
|
|
505
|
+
"onUpdate:modelValue": x[1] || (x[1] = (V) => u.value = V),
|
|
1617
506
|
modelModifiers: { trim: !0 }
|
|
1618
|
-
},
|
|
507
|
+
}, v.$attrs, {
|
|
1619
508
|
placeholder: "请输入内容",
|
|
1620
|
-
style: { width:
|
|
1621
|
-
size:
|
|
509
|
+
style: { width: e.width },
|
|
510
|
+
size: e.size,
|
|
1622
511
|
class: "jc-input jc-input-switch"
|
|
1623
512
|
}), {
|
|
1624
|
-
prepend:
|
|
1625
|
-
|
|
1626
|
-
modelValue:
|
|
1627
|
-
"onUpdate:modelValue":
|
|
1628
|
-
size:
|
|
513
|
+
prepend: y(() => [
|
|
514
|
+
b(n(ne), {
|
|
515
|
+
modelValue: t.value,
|
|
516
|
+
"onUpdate:modelValue": x[0] || (x[0] = (V) => t.value = V),
|
|
517
|
+
size: e.size,
|
|
1629
518
|
class: "select-field",
|
|
1630
|
-
onChange:
|
|
519
|
+
onChange: I
|
|
1631
520
|
}, {
|
|
1632
|
-
prefix:
|
|
1633
|
-
|
|
521
|
+
prefix: y(() => [
|
|
522
|
+
M(Z((e.fieldList.find((V) => V.value === t.value) || {}).label), 1)
|
|
1634
523
|
]),
|
|
1635
|
-
default:
|
|
1636
|
-
(
|
|
1637
|
-
key:
|
|
1638
|
-
label:
|
|
1639
|
-
value:
|
|
524
|
+
default: y(() => [
|
|
525
|
+
(E(!0), Y(ue, null, se(e.fieldList, (V) => (E(), N(n(ie), {
|
|
526
|
+
key: V.value,
|
|
527
|
+
label: V.label,
|
|
528
|
+
value: V.value
|
|
1640
529
|
}, null, 8, ["label", "value"]))), 128))
|
|
1641
530
|
]),
|
|
1642
531
|
_: 1
|
|
1643
532
|
}, 8, ["modelValue", "size"])
|
|
1644
533
|
]),
|
|
1645
|
-
suffix:
|
|
1646
|
-
|
|
1647
|
-
|
|
534
|
+
suffix: y(() => [
|
|
535
|
+
S("div", ll, [
|
|
536
|
+
te(b(n(W), {
|
|
1648
537
|
class: "el-input__icon",
|
|
1649
|
-
onClick:
|
|
538
|
+
onClick: F
|
|
1650
539
|
}, {
|
|
1651
|
-
default:
|
|
1652
|
-
|
|
540
|
+
default: y(() => [
|
|
541
|
+
b(n(ke))
|
|
1653
542
|
]),
|
|
1654
543
|
_: 1
|
|
1655
544
|
}, 512), [
|
|
1656
|
-
[
|
|
545
|
+
[ae, u.value]
|
|
1657
546
|
]),
|
|
1658
|
-
|
|
547
|
+
b(n(W), {
|
|
1659
548
|
class: "el-input__icon",
|
|
1660
|
-
onClick:
|
|
549
|
+
onClick: k
|
|
1661
550
|
}, {
|
|
1662
|
-
default:
|
|
1663
|
-
|
|
551
|
+
default: y(() => [
|
|
552
|
+
b(n(fe))
|
|
1664
553
|
]),
|
|
1665
554
|
_: 1
|
|
1666
555
|
})
|
|
@@ -1669,10 +558,10 @@ const [cs, oe] = vt(
|
|
|
1669
558
|
_: 1
|
|
1670
559
|
}, 16, ["modelValue", "style", "size"]));
|
|
1671
560
|
}
|
|
1672
|
-
}),
|
|
1673
|
-
const s =
|
|
1674
|
-
|
|
1675
|
-
},
|
|
561
|
+
}), al = (e) => (e.install = (i) => {
|
|
562
|
+
const s = e.name;
|
|
563
|
+
i.component(s, e);
|
|
564
|
+
}, e), ul = al(tl), sl = { class: "suffixContent" }, nl = { class: "popover-body" }, il = { class: "popover-btn" }, ol = { class: "popover-btn-right" }, rl = /* @__PURE__ */ ee({
|
|
1676
565
|
name: "jc-input-complex",
|
|
1677
566
|
__name: "index",
|
|
1678
567
|
props: {
|
|
@@ -1684,7 +573,7 @@ const [cs, oe] = vt(
|
|
|
1684
573
|
size: {
|
|
1685
574
|
type: String,
|
|
1686
575
|
default: "default",
|
|
1687
|
-
validator: (
|
|
576
|
+
validator: (e) => ["small", "default", "large"].includes(e)
|
|
1688
577
|
},
|
|
1689
578
|
width: {
|
|
1690
579
|
type: String,
|
|
@@ -1692,229 +581,229 @@ const [cs, oe] = vt(
|
|
|
1692
581
|
}
|
|
1693
582
|
},
|
|
1694
583
|
emits: ["fieldChange"],
|
|
1695
|
-
setup(
|
|
1696
|
-
const
|
|
584
|
+
setup(e, { expose: i, emit: s }) {
|
|
585
|
+
const o = e, f = s, u = z(""), g = z(""), t = z(""), C = z(""), w = z(!1), c = ge(() => t.value + "List"), T = ge(
|
|
1697
586
|
() => {
|
|
1698
|
-
var
|
|
1699
|
-
return (
|
|
587
|
+
var m;
|
|
588
|
+
return (m = o.fieldList.find((p) => p.value === t.value)) == null ? void 0 : m.label;
|
|
1700
589
|
}
|
|
1701
|
-
),
|
|
1702
|
-
|
|
1703
|
-
m
|
|
590
|
+
), F = z(""), { state: I, setQuery: k, addTag: l, reduceTag: a } = le(), v = {}, x = {};
|
|
591
|
+
o.fieldList.forEach((m) => {
|
|
592
|
+
v[m.value] = null, x[m.value + "List"] = [];
|
|
1704
593
|
});
|
|
1705
|
-
const
|
|
1706
|
-
|
|
1707
|
-
}, O = () => {
|
|
1708
|
-
y.queryForm[o.value] ? h.value = y.queryForm[o.value].join(`
|
|
1709
|
-
`) : h.value = "";
|
|
1710
|
-
}, Y = () => {
|
|
1711
|
-
n.value = "", g(a.value, null), $();
|
|
594
|
+
const V = (m) => {
|
|
595
|
+
w.value = !1, P(), f("fieldChange", m);
|
|
1712
596
|
}, P = () => {
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
},
|
|
1716
|
-
|
|
1717
|
-
},
|
|
1718
|
-
const
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
597
|
+
I.queryForm[c.value] ? F.value = I.queryForm[c.value].join(`
|
|
598
|
+
`) : F.value = "";
|
|
599
|
+
}, B = () => {
|
|
600
|
+
u.value = "", k(t.value, null), Q();
|
|
601
|
+
}, U = () => {
|
|
602
|
+
for (const m in v)
|
|
603
|
+
k(m, null);
|
|
604
|
+
}, G = () => {
|
|
605
|
+
F.value = "", g.value = u.value, C.value = t.value, U(), k(c.value, null), a({ label: c.value, value: "" }), k(t.value, u.value.trim());
|
|
606
|
+
}, Q = () => {
|
|
607
|
+
const m = F.value.split(`
|
|
608
|
+
`).filter((p) => !$(p));
|
|
609
|
+
if (m.length > 0) {
|
|
610
|
+
const p = [...new Set(m)], L = Re(
|
|
611
|
+
m,
|
|
612
|
+
(j, O, K) => Ae(K, j, O + 1)
|
|
613
|
+
), q = [...new Set(L)];
|
|
614
|
+
if (q.length > 0) {
|
|
615
|
+
const j = o.fieldList.find(
|
|
616
|
+
(K) => K.value === t.value
|
|
617
|
+
), O = `搜索条件中包含重复的内容:${j == null ? void 0 : j.label}:${q.join(
|
|
1729
618
|
`
|
|
1730
619
|
`
|
|
1731
620
|
)}`;
|
|
1732
|
-
|
|
621
|
+
we.warning(O);
|
|
1733
622
|
}
|
|
1734
|
-
|
|
1735
|
-
`),
|
|
1736
|
-
label:
|
|
1737
|
-
value: `${
|
|
623
|
+
F.value = p.join(`
|
|
624
|
+
`), U(), k(c.value, p), l({
|
|
625
|
+
label: c.value,
|
|
626
|
+
value: `${T.value}:${p.join(",")}`
|
|
1738
627
|
});
|
|
1739
628
|
} else
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
},
|
|
1743
|
-
|
|
1744
|
-
},
|
|
1745
|
-
|
|
1746
|
-
},
|
|
1747
|
-
Object.keys(
|
|
1748
|
-
|
|
1749
|
-
`),
|
|
629
|
+
k(c.value, null), a({ label: c.value, value: "" });
|
|
630
|
+
_();
|
|
631
|
+
}, _ = () => {
|
|
632
|
+
w.value = !1;
|
|
633
|
+
}, D = () => {
|
|
634
|
+
u.value = "", F.value = "", g.value = "", _();
|
|
635
|
+
}, oe = (m) => {
|
|
636
|
+
Object.keys(m).forEach((p) => {
|
|
637
|
+
t.value = p.replace("List", ""), F.value = m[p].join(`
|
|
638
|
+
`), Q();
|
|
1750
639
|
});
|
|
1751
|
-
},
|
|
1752
|
-
|
|
640
|
+
}, r = () => {
|
|
641
|
+
!$(u.value) && (u.value !== g.value || t.value !== C.value) ? (g.value = u.value, C.value = t.value, U(), k(c.value, null), a({ label: c.value, value: "" }), k(t.value, u.value.trim())) : $(u.value) && (g.value = u.value, k(t.value, null));
|
|
1753
642
|
};
|
|
1754
|
-
|
|
1755
|
-
() =>
|
|
1756
|
-
(
|
|
1757
|
-
|
|
643
|
+
A(
|
|
644
|
+
() => o.fieldList,
|
|
645
|
+
(m) => {
|
|
646
|
+
!$(m) && $(t.value) && (t.value = m[0].value, u.value = "", F.value = "");
|
|
1758
647
|
},
|
|
1759
648
|
{
|
|
1760
649
|
immediate: !0,
|
|
1761
650
|
deep: !0
|
|
1762
651
|
}
|
|
1763
|
-
),
|
|
1764
|
-
|
|
1765
|
-
() =>
|
|
1766
|
-
() =>
|
|
652
|
+
), A(
|
|
653
|
+
o.fieldList.flatMap((m) => [
|
|
654
|
+
() => I.queryForm[m.value],
|
|
655
|
+
() => I.queryForm[m.value + "List"]
|
|
1767
656
|
]),
|
|
1768
|
-
(
|
|
1769
|
-
if (
|
|
1770
|
-
|
|
657
|
+
(m) => {
|
|
658
|
+
if (m.findIndex((q) => !$(q)) === -1) {
|
|
659
|
+
D();
|
|
1771
660
|
return;
|
|
1772
661
|
}
|
|
1773
|
-
let
|
|
1774
|
-
|
|
1775
|
-
var
|
|
1776
|
-
const
|
|
1777
|
-
if (
|
|
1778
|
-
`)) || "",
|
|
1779
|
-
|
|
1780
|
-
label:
|
|
1781
|
-
value: `${
|
|
662
|
+
let L = !1;
|
|
663
|
+
o.fieldList.forEach((q) => {
|
|
664
|
+
var O;
|
|
665
|
+
const j = q.value + "List";
|
|
666
|
+
if (F.value = ((O = I.queryForm[j]) == null ? void 0 : O.join(`
|
|
667
|
+
`)) || "", ce(I.queryForm[j]) && !$(I.queryForm[j])) {
|
|
668
|
+
l({
|
|
669
|
+
label: j,
|
|
670
|
+
value: `${q.label}:${I.queryForm[j].join(",")}`
|
|
1782
671
|
});
|
|
1783
672
|
return;
|
|
1784
673
|
} else
|
|
1785
|
-
|
|
1786
|
-
|
|
674
|
+
a({ label: j, value: "" });
|
|
675
|
+
I.queryForm[q.value] ? (L = !0, t.value = q.value, u.value = I.queryForm[q.value] || "") : L || (u.value = "");
|
|
1787
676
|
});
|
|
1788
677
|
},
|
|
1789
678
|
{
|
|
1790
679
|
deep: !0
|
|
1791
680
|
}
|
|
1792
681
|
);
|
|
1793
|
-
const
|
|
1794
|
-
return
|
|
1795
|
-
var
|
|
1796
|
-
|
|
1797
|
-
}),
|
|
682
|
+
const d = z(), h = H({});
|
|
683
|
+
return X(() => {
|
|
684
|
+
var m, p, L, q, j, O, K, pe, me, ye;
|
|
685
|
+
d.value && (h.blur = (m = d.value) == null ? void 0 : m.blur, h.clear = (p = d.value) == null ? void 0 : p.clear, h.focus = (L = d.value) == null ? void 0 : L.focus, h.input = (q = d.value) == null ? void 0 : q.input, h.ref = (j = d.value) == null ? void 0 : j.ref, h.resizeTextarea = (O = d.value) == null ? void 0 : O.resizeTextarea, h.select = (K = d.value) == null ? void 0 : K.select, h.textarea = (pe = d.value) == null ? void 0 : pe.textarea, h.textareaStyle = (me = d.value) == null ? void 0 : me.textareaStyle, h.isComposing = (ye = d.value) == null ? void 0 : ye.isComposing);
|
|
686
|
+
}), h.setInputValueMult = oe, h.setInputByOutside = r, i(h), (m, p) => (E(), N(n(ve), J({
|
|
1798
687
|
ref_key: "inputRef",
|
|
1799
|
-
ref:
|
|
1800
|
-
modelValue:
|
|
1801
|
-
"onUpdate:modelValue":
|
|
688
|
+
ref: d,
|
|
689
|
+
modelValue: u.value,
|
|
690
|
+
"onUpdate:modelValue": p[5] || (p[5] = (L) => u.value = L),
|
|
1802
691
|
modelModifiers: { trim: !0 }
|
|
1803
|
-
},
|
|
692
|
+
}, m.$attrs, {
|
|
1804
693
|
placeholder: "请输入内容",
|
|
1805
|
-
style: { width:
|
|
694
|
+
style: { width: e.width },
|
|
1806
695
|
class: "jc-input jc-input-complex search-input",
|
|
1807
|
-
size:
|
|
696
|
+
size: e.size
|
|
1808
697
|
}), {
|
|
1809
|
-
prepend:
|
|
1810
|
-
|
|
698
|
+
prepend: y(() => [
|
|
699
|
+
b(n(ne), {
|
|
1811
700
|
ref: "selectRef",
|
|
1812
|
-
modelValue:
|
|
1813
|
-
"onUpdate:modelValue":
|
|
1814
|
-
size:
|
|
701
|
+
modelValue: t.value,
|
|
702
|
+
"onUpdate:modelValue": p[0] || (p[0] = (L) => t.value = L),
|
|
703
|
+
size: e.size,
|
|
1815
704
|
class: "select-field",
|
|
1816
|
-
onChange:
|
|
705
|
+
onChange: V
|
|
1817
706
|
}, {
|
|
1818
|
-
prefix:
|
|
1819
|
-
|
|
707
|
+
prefix: y(() => [
|
|
708
|
+
M(Z((e.fieldList.find((L) => L.value === t.value) || {}).label), 1)
|
|
1820
709
|
]),
|
|
1821
|
-
default:
|
|
1822
|
-
(
|
|
1823
|
-
key:
|
|
1824
|
-
label:
|
|
1825
|
-
value:
|
|
710
|
+
default: y(() => [
|
|
711
|
+
(E(!0), Y(ue, null, se(e.fieldList, (L) => (E(), N(n(ie), {
|
|
712
|
+
key: L.value,
|
|
713
|
+
label: L.label,
|
|
714
|
+
value: L.value
|
|
1826
715
|
}, null, 8, ["label", "value"]))), 128))
|
|
1827
716
|
]),
|
|
1828
717
|
_: 1
|
|
1829
718
|
}, 8, ["modelValue", "size"])
|
|
1830
719
|
]),
|
|
1831
|
-
suffix:
|
|
1832
|
-
|
|
1833
|
-
|
|
720
|
+
suffix: y(() => [
|
|
721
|
+
S("div", sl, [
|
|
722
|
+
te(b(n(W), {
|
|
1834
723
|
class: "el-input__icon",
|
|
1835
|
-
onClick:
|
|
724
|
+
onClick: B
|
|
1836
725
|
}, {
|
|
1837
|
-
default:
|
|
1838
|
-
|
|
726
|
+
default: y(() => [
|
|
727
|
+
b(n(ke))
|
|
1839
728
|
]),
|
|
1840
729
|
_: 1
|
|
1841
730
|
}, 512), [
|
|
1842
|
-
[
|
|
731
|
+
[ae, u.value]
|
|
1843
732
|
]),
|
|
1844
|
-
|
|
733
|
+
b(n(W), {
|
|
1845
734
|
class: "el-input__icon",
|
|
1846
|
-
onClick:
|
|
735
|
+
onClick: G
|
|
1847
736
|
}, {
|
|
1848
|
-
default:
|
|
1849
|
-
|
|
737
|
+
default: y(() => [
|
|
738
|
+
b(n(fe))
|
|
1850
739
|
]),
|
|
1851
740
|
_: 1
|
|
1852
741
|
}),
|
|
1853
|
-
|
|
1854
|
-
visible:
|
|
1855
|
-
"onUpdate:visible":
|
|
742
|
+
b(n(Ce), {
|
|
743
|
+
visible: w.value,
|
|
744
|
+
"onUpdate:visible": p[4] || (p[4] = (L) => w.value = L),
|
|
1856
745
|
placement: "bottom-end",
|
|
1857
746
|
width: "240",
|
|
1858
747
|
"show-arrow": !1,
|
|
1859
748
|
"popper-class": "jc-input-pop",
|
|
1860
749
|
trigger: "click"
|
|
1861
750
|
}, {
|
|
1862
|
-
reference:
|
|
1863
|
-
|
|
751
|
+
reference: y(() => [
|
|
752
|
+
b(n(W), {
|
|
1864
753
|
class: "el-input__icon",
|
|
1865
754
|
title: "多项搜索",
|
|
1866
755
|
style: { "background-color": "#f0f2f5" },
|
|
1867
|
-
onClick:
|
|
756
|
+
onClick: P
|
|
1868
757
|
}, {
|
|
1869
|
-
default:
|
|
1870
|
-
|
|
758
|
+
default: y(() => [
|
|
759
|
+
b(n(Ee))
|
|
1871
760
|
]),
|
|
1872
761
|
_: 1
|
|
1873
762
|
})
|
|
1874
763
|
]),
|
|
1875
|
-
default:
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
modelValue:
|
|
1879
|
-
"onUpdate:modelValue":
|
|
764
|
+
default: y(() => [
|
|
765
|
+
S("div", nl, [
|
|
766
|
+
b(n(ve), J({
|
|
767
|
+
modelValue: F.value,
|
|
768
|
+
"onUpdate:modelValue": p[1] || (p[1] = (L) => F.value = L),
|
|
1880
769
|
type: "textarea"
|
|
1881
|
-
},
|
|
1882
|
-
size:
|
|
770
|
+
}, m.$attrs, {
|
|
771
|
+
size: e.size,
|
|
1883
772
|
placeholder: "一行一项",
|
|
1884
773
|
class: "popover-textarea",
|
|
1885
774
|
wrap: "off"
|
|
1886
775
|
}), null, 16, ["modelValue", "size"]),
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
size:
|
|
1890
|
-
onClick:
|
|
776
|
+
S("div", il, [
|
|
777
|
+
b(n(R), {
|
|
778
|
+
size: e.size,
|
|
779
|
+
onClick: p[2] || (p[2] = (L) => F.value = "")
|
|
1891
780
|
}, {
|
|
1892
|
-
default:
|
|
1893
|
-
|
|
781
|
+
default: y(() => p[6] || (p[6] = [
|
|
782
|
+
M("清空")
|
|
1894
783
|
])),
|
|
1895
784
|
_: 1,
|
|
1896
785
|
__: [6]
|
|
1897
786
|
}, 8, ["size"]),
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
size:
|
|
787
|
+
S("div", ol, [
|
|
788
|
+
b(n(R), {
|
|
789
|
+
size: e.size,
|
|
1901
790
|
link: "",
|
|
1902
791
|
type: "primary",
|
|
1903
|
-
onClick:
|
|
792
|
+
onClick: _
|
|
1904
793
|
}, {
|
|
1905
|
-
default:
|
|
1906
|
-
|
|
794
|
+
default: y(() => p[7] || (p[7] = [
|
|
795
|
+
M("关闭")
|
|
1907
796
|
])),
|
|
1908
797
|
_: 1,
|
|
1909
798
|
__: [7]
|
|
1910
799
|
}, 8, ["size"]),
|
|
1911
|
-
|
|
800
|
+
b(n(R), {
|
|
1912
801
|
type: "primary",
|
|
1913
|
-
size:
|
|
1914
|
-
onClick:
|
|
802
|
+
size: e.size,
|
|
803
|
+
onClick: p[3] || (p[3] = (L) => Q())
|
|
1915
804
|
}, {
|
|
1916
|
-
default:
|
|
1917
|
-
|
|
805
|
+
default: y(() => p[8] || (p[8] = [
|
|
806
|
+
M("搜索")
|
|
1918
807
|
])),
|
|
1919
808
|
_: 1,
|
|
1920
809
|
__: [8]
|
|
@@ -1930,50 +819,50 @@ const [cs, oe] = vt(
|
|
|
1930
819
|
_: 1
|
|
1931
820
|
}, 16, ["modelValue", "style", "size"]));
|
|
1932
821
|
}
|
|
1933
|
-
}),
|
|
1934
|
-
const s =
|
|
1935
|
-
|
|
1936
|
-
},
|
|
822
|
+
}), dl = (e) => (e.install = (i) => {
|
|
823
|
+
const s = e.name;
|
|
824
|
+
i.component(s, e);
|
|
825
|
+
}, e), vl = dl(rl), cl = { style: { display: "flex", "flex-wrap": "wrap", flex: "1", "flex-basis": "calc(100% - 50px)", "font-size": "12px", "margin-top": "4px" } }, fl = /* @__PURE__ */ ee({
|
|
1937
826
|
name: "jc-tag-query",
|
|
1938
827
|
__name: "index",
|
|
1939
|
-
setup(
|
|
1940
|
-
const { state:
|
|
1941
|
-
return (
|
|
1942
|
-
(
|
|
1943
|
-
key:
|
|
828
|
+
setup(e) {
|
|
829
|
+
const { state: i, reduceTag: s, reduceAllTag: o } = le();
|
|
830
|
+
return (f, u) => (E(), Y("div", cl, [
|
|
831
|
+
(E(!0), Y(ue, null, se(n(i).tags, (g, t) => (E(), N(n(je), J({ ref_for: !0 }, f.$attrs, {
|
|
832
|
+
key: g.label,
|
|
1944
833
|
closable: "",
|
|
1945
|
-
style: [{ height: "auto", "max-height": "26px", "white-space": "normal", "text-align": "left", "max-width": "1800px", overflow: "hidden", "word-break": "break-word", "text-overflow": "ellipsis" }, { marginLeft:
|
|
1946
|
-
onClose: (
|
|
834
|
+
style: [{ height: "auto", "max-height": "26px", "white-space": "normal", "text-align": "left", "max-width": "1800px", overflow: "hidden", "word-break": "break-word", "text-overflow": "ellipsis" }, { marginLeft: t > 0 ? "4px" : "0px" }],
|
|
835
|
+
onClose: (C) => n(s)(g, t)
|
|
1947
836
|
}), {
|
|
1948
|
-
default:
|
|
1949
|
-
|
|
837
|
+
default: y(() => [
|
|
838
|
+
S("span", null, Z(g.value), 1)
|
|
1950
839
|
]),
|
|
1951
840
|
_: 2
|
|
1952
841
|
}, 1040, ["style", "onClose"]))), 128)),
|
|
1953
|
-
|
|
842
|
+
n(i).tags.length > 1 ? (E(), Y("span", {
|
|
1954
843
|
key: 0,
|
|
1955
844
|
style: { "margin-left": "10px", "margin-top": "2px", display: "block" },
|
|
1956
|
-
onClick:
|
|
1957
|
-
(...
|
|
845
|
+
onClick: u[0] || (u[0] = //@ts-ignore
|
|
846
|
+
(...g) => n(o) && n(o)(...g))
|
|
1958
847
|
}, [
|
|
1959
|
-
|
|
1960
|
-
default:
|
|
1961
|
-
|
|
848
|
+
b(n(W), null, {
|
|
849
|
+
default: y(() => [
|
|
850
|
+
b(n(Te))
|
|
1962
851
|
]),
|
|
1963
852
|
_: 1
|
|
1964
853
|
})
|
|
1965
|
-
])) :
|
|
854
|
+
])) : be("", !0)
|
|
1966
855
|
]));
|
|
1967
856
|
}
|
|
1968
|
-
}),
|
|
1969
|
-
const s =
|
|
1970
|
-
for (const [
|
|
1971
|
-
s[
|
|
857
|
+
}), Le = (e, i) => {
|
|
858
|
+
const s = e.__vccOpts || e;
|
|
859
|
+
for (const [o, f] of i)
|
|
860
|
+
s[o] = f;
|
|
1972
861
|
return s;
|
|
1973
|
-
},
|
|
1974
|
-
const s =
|
|
1975
|
-
|
|
1976
|
-
},
|
|
862
|
+
}, pl = /* @__PURE__ */ Le(fl, [["__scopeId", "data-v-99c0d2b1"]]), ml = (e) => (e.install = (i) => {
|
|
863
|
+
const s = e.name;
|
|
864
|
+
i.component(s, e);
|
|
865
|
+
}, e), yl = ml(pl), gl = { class: "popover-btn" }, hl = { class: "popover-btn-right" }, bl = /* @__PURE__ */ ee({
|
|
1977
866
|
name: "jc-more-query-contain",
|
|
1978
867
|
__name: "index",
|
|
1979
868
|
props: {
|
|
@@ -1993,98 +882,98 @@ const [cs, oe] = vt(
|
|
|
1993
882
|
size: {
|
|
1994
883
|
type: String,
|
|
1995
884
|
default: "default",
|
|
1996
|
-
validator: (
|
|
885
|
+
validator: (e) => ["small", "default", "large"].includes(e)
|
|
1997
886
|
}
|
|
1998
887
|
},
|
|
1999
|
-
setup(
|
|
2000
|
-
const s =
|
|
2001
|
-
s.value = !s.value, s.value &&
|
|
2002
|
-
|
|
888
|
+
setup(e, { expose: i }) {
|
|
889
|
+
const s = z(!1), o = z({}), f = e, { state: u, setQuery: g, addTag: t, reduceTag: C } = le(), w = () => {
|
|
890
|
+
s.value = !s.value, s.value && f.fieldList.forEach((l) => {
|
|
891
|
+
o.value[l.value] = u.queryForm[l.value] || null;
|
|
2003
892
|
});
|
|
2004
|
-
},
|
|
2005
|
-
|
|
2006
|
-
|
|
893
|
+
}, c = () => {
|
|
894
|
+
o.value = {}, f.fieldList.forEach((l) => {
|
|
895
|
+
g(l.value, null), C({ label: l.value, value: "" });
|
|
2007
896
|
}), s.value = !1;
|
|
2008
|
-
},
|
|
2009
|
-
typeof
|
|
2010
|
-
label:
|
|
2011
|
-
value: `${
|
|
2012
|
-
}) :
|
|
2013
|
-
label:
|
|
2014
|
-
value: `${
|
|
897
|
+
}, T = (l, a) => {
|
|
898
|
+
typeof o.value[l] == "string" || typeof o.value[l] == "number" ? t({
|
|
899
|
+
label: l,
|
|
900
|
+
value: `${a}:${$(f.customTagObj[l]) ? o.value[l] : f.customTagObj[l]}`
|
|
901
|
+
}) : t({
|
|
902
|
+
label: l,
|
|
903
|
+
value: `${a}:${$(f.customTagObj[l]) ? o.value[l].join(",") : f.customTagObj[l]}`
|
|
2015
904
|
});
|
|
2016
|
-
},
|
|
2017
|
-
for (const
|
|
2018
|
-
|
|
2019
|
-
const
|
|
2020
|
-
|
|
905
|
+
}, F = () => {
|
|
906
|
+
for (const l in o.value) {
|
|
907
|
+
g(l, o.value[l] || null);
|
|
908
|
+
const a = f.fieldList.find((v) => v.value === l);
|
|
909
|
+
a === void 0 && we.warning("传入的fieldList和表单绑定的字段不匹配"), T(l, a.label);
|
|
2021
910
|
}
|
|
2022
911
|
s.value = !1;
|
|
2023
912
|
};
|
|
2024
|
-
|
|
2025
|
-
|
|
913
|
+
A(
|
|
914
|
+
f.fieldList.map((l) => () => u.queryForm[l.value]),
|
|
2026
915
|
() => {
|
|
2027
|
-
|
|
2028
|
-
|
|
916
|
+
f.fieldList.forEach((l) => {
|
|
917
|
+
o.value[l.value] = u.queryForm[l.value], $(u.queryForm[l.value]) ? C({ label: l.value, value: "" }) : T(l.value, l.label);
|
|
2029
918
|
});
|
|
2030
919
|
},
|
|
2031
920
|
{
|
|
2032
921
|
deep: !0
|
|
2033
922
|
}
|
|
2034
923
|
);
|
|
2035
|
-
const
|
|
2036
|
-
return
|
|
2037
|
-
var
|
|
2038
|
-
|
|
2039
|
-
}),
|
|
924
|
+
const I = z(), k = H({});
|
|
925
|
+
return X(() => {
|
|
926
|
+
var l;
|
|
927
|
+
I.value && (k.hide = (l = I.value) == null ? void 0 : l.hide);
|
|
928
|
+
}), i(k), (l, a) => (E(), N(n(Ce), J({
|
|
2040
929
|
ref_key: "popoverRef",
|
|
2041
|
-
ref:
|
|
2042
|
-
},
|
|
930
|
+
ref: I
|
|
931
|
+
}, l.$attrs, {
|
|
2043
932
|
visible: s.value,
|
|
2044
933
|
placement: "bottom",
|
|
2045
|
-
width:
|
|
934
|
+
width: e.width,
|
|
2046
935
|
"show-arrow": !1,
|
|
2047
936
|
"popper-class": "moreQuery-pop",
|
|
2048
937
|
trigger: "click"
|
|
2049
938
|
}), {
|
|
2050
|
-
reference:
|
|
2051
|
-
|
|
2052
|
-
size:
|
|
2053
|
-
icon:
|
|
2054
|
-
onClick:
|
|
939
|
+
reference: y(() => [
|
|
940
|
+
b(n(R), {
|
|
941
|
+
size: e.size,
|
|
942
|
+
icon: n(Me),
|
|
943
|
+
onClick: w
|
|
2055
944
|
}, null, 8, ["size", "icon"])
|
|
2056
945
|
]),
|
|
2057
|
-
default:
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
size:
|
|
2062
|
-
onClick:
|
|
946
|
+
default: y(() => [
|
|
947
|
+
ze(l.$slots, "default", { scopeForm: o.value }, void 0, !0),
|
|
948
|
+
S("div", gl, [
|
|
949
|
+
b(n(R), {
|
|
950
|
+
size: e.size,
|
|
951
|
+
onClick: c
|
|
2063
952
|
}, {
|
|
2064
|
-
default:
|
|
2065
|
-
|
|
953
|
+
default: y(() => a[1] || (a[1] = [
|
|
954
|
+
M("清空")
|
|
2066
955
|
])),
|
|
2067
956
|
_: 1,
|
|
2068
957
|
__: [1]
|
|
2069
958
|
}, 8, ["size"]),
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
size:
|
|
2073
|
-
onClick:
|
|
959
|
+
S("div", hl, [
|
|
960
|
+
b(n(R), {
|
|
961
|
+
size: e.size,
|
|
962
|
+
onClick: a[0] || (a[0] = (v) => s.value = !1)
|
|
2074
963
|
}, {
|
|
2075
|
-
default:
|
|
2076
|
-
|
|
964
|
+
default: y(() => a[2] || (a[2] = [
|
|
965
|
+
M("关闭")
|
|
2077
966
|
])),
|
|
2078
967
|
_: 1,
|
|
2079
968
|
__: [2]
|
|
2080
969
|
}, 8, ["size"]),
|
|
2081
|
-
|
|
970
|
+
b(n(R), {
|
|
2082
971
|
type: "primary",
|
|
2083
|
-
size:
|
|
2084
|
-
onClick:
|
|
972
|
+
size: e.size,
|
|
973
|
+
onClick: F
|
|
2085
974
|
}, {
|
|
2086
|
-
default:
|
|
2087
|
-
|
|
975
|
+
default: y(() => a[3] || (a[3] = [
|
|
976
|
+
M("搜索")
|
|
2088
977
|
])),
|
|
2089
978
|
_: 1,
|
|
2090
979
|
__: [3]
|
|
@@ -2095,41 +984,32 @@ const [cs, oe] = vt(
|
|
|
2095
984
|
_: 3
|
|
2096
985
|
}, 16, ["visible", "width"]));
|
|
2097
986
|
}
|
|
2098
|
-
}),
|
|
2099
|
-
const s =
|
|
2100
|
-
|
|
2101
|
-
},
|
|
2102
|
-
|
|
2103
|
-
JcDatePicker: _s,
|
|
2104
|
-
JcInputComplex: Ds,
|
|
2105
|
-
JcInputSwitch: Fs,
|
|
2106
|
-
JcMoreQueryContain: qs,
|
|
2107
|
-
JcSelectQuery: Cs,
|
|
2108
|
-
JcTagQuery: Rs
|
|
2109
|
-
}, Symbol.toStringTag, { value: "Module" })), ol = () => {
|
|
2110
|
-
const t = ne({ queryForm: {}, tags: [] }), { state: e, setQuery: s, addTag: l, reduceTag: u, reduceAllTag: n, clearQuery: i } = cs(t);
|
|
987
|
+
}), xl = /* @__PURE__ */ Le(bl, [["__scopeId", "data-v-775b8567"]]), zl = (e) => (e.install = (i) => {
|
|
988
|
+
const s = e.name;
|
|
989
|
+
i.component(s, e);
|
|
990
|
+
}, e), Cl = zl(xl), wl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, JcDatePicker: el, JcInputComplex: vl, JcInputSwitch: ul, JcMoreQueryContain: Cl, JcSelectQuery: We, JcTagQuery: yl }, Symbol.toStringTag, { value: "Module" })), Pl = () => {
|
|
991
|
+
const e = H({ queryForm: {}, tags: [] }), { state: i, setQuery: s, addTag: o, reduceTag: f, reduceAllTag: u, clearQuery: g } = _e(e);
|
|
2111
992
|
return {
|
|
2112
|
-
queryForm:
|
|
993
|
+
queryForm: i.queryForm,
|
|
2113
994
|
setQuery: s,
|
|
2114
|
-
addTag:
|
|
2115
|
-
reduceTag:
|
|
2116
|
-
reduceAllTag:
|
|
2117
|
-
clearQuery:
|
|
995
|
+
addTag: o,
|
|
996
|
+
reduceTag: f,
|
|
997
|
+
reduceAllTag: u,
|
|
998
|
+
clearQuery: g
|
|
2118
999
|
};
|
|
2119
|
-
},
|
|
2120
|
-
install: (
|
|
2121
|
-
for (const
|
|
2122
|
-
|
|
1000
|
+
}, Bl = {
|
|
1001
|
+
install: (e) => {
|
|
1002
|
+
for (const i of Object.values(wl))
|
|
1003
|
+
e.use(i);
|
|
2123
1004
|
}
|
|
2124
1005
|
};
|
|
2125
1006
|
export {
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
1007
|
+
el as JcDatePicker,
|
|
1008
|
+
vl as JcInputComplex,
|
|
1009
|
+
ul as JcInputSwitch,
|
|
1010
|
+
Cl as JcMoreQueryContain,
|
|
1011
|
+
We as JcSelectQuery,
|
|
1012
|
+
yl as JcTagQuery,
|
|
1013
|
+
Bl as default,
|
|
1014
|
+
Pl as reactiveQuery
|
|
2134
1015
|
};
|
|
2135
|
-
//# sourceMappingURL=index.mjs.map
|