@pungfe/element 0.1.4 → 0.1.6
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/{advance-CnQB-GJ3.js → advance-BO7G93-p.js} +580 -480
- package/dist/advance-Cl0MnX4d.cjs +1 -0
- package/dist/advance.cjs +1 -1
- package/dist/advance.d.ts +3 -1
- package/dist/advance.js +2 -2
- package/dist/components/advance/XRequest.vue.d.ts +1 -0
- package/dist/components/advance/XTableConfig.vue.d.ts +40 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/resolver.cjs +1 -1
- package/dist/resolver.js +1 -0
- package/package.json +1 -1
- package/dist/advance-DqwjvJoZ.cjs +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { C as e, D as t, E as n, O as r, S as i, T as a, _ as o, a as s, b as c, d as l, g as u, k as d, l as f, n as p, o as m, s as h, u as g, w as _, x as v, y } from "./basic-CZ74BN1R.js";
|
|
2
|
-
import { ElMessage as b, ElPopconfirm as x, ElPopover as ee, ElScrollbar as te, ElSpace as ne, ElSwitch as S, ElText as
|
|
3
|
-
import { Fragment as
|
|
2
|
+
import { ElMessage as b, ElPopconfirm as x, ElPopover as ee, ElScrollbar as te, ElSpace as ne, ElSwitch as S, ElText as C, genFileId as w } from "element-plus";
|
|
3
|
+
import { Fragment as re, computed as T, createBlock as E, createCommentVNode as ie, createElementBlock as D, createElementVNode as ae, createSlots as oe, createTextVNode as se, createVNode as O, defineComponent as k, guardReactiveProps as ce, inject as le, isRef as ue, mergeModels as de, mergeProps as fe, nextTick as pe, normalizeProps as me, openBlock as A, ref as he, renderSlot as ge, resolveComponent as _e, resolveDirective as ve, toValue as ye, unref as j, useModel as be, useTemplateRef as xe, watch as Se, withCtx as Ce, withDirectives as we } from "vue";
|
|
4
4
|
//#endregion
|
|
5
5
|
//#region src/components/advance/XButtonAsync.vue
|
|
6
|
-
var Te = /* @__PURE__ */
|
|
6
|
+
var Te = /* @__PURE__ */ k({
|
|
7
7
|
__name: "XButtonAsync",
|
|
8
8
|
props: {
|
|
9
9
|
action: { type: Function },
|
|
@@ -24,20 +24,20 @@ var Te = /* @__PURE__ */ O({
|
|
|
24
24
|
} catch (e) {
|
|
25
25
|
console.log(e);
|
|
26
26
|
}
|
|
27
|
-
}), n =
|
|
28
|
-
return (n, r) => (
|
|
27
|
+
}), n = le(y, void 0), i = T(() => e.link ?? n);
|
|
28
|
+
return (n, r) => (A(), E(j(c), fe({
|
|
29
29
|
disabled: e.disabled,
|
|
30
30
|
icon: e.icon,
|
|
31
31
|
type: e.type,
|
|
32
32
|
link: i.value,
|
|
33
33
|
size: e.size,
|
|
34
34
|
text: e.text
|
|
35
|
-
}, { onClick:
|
|
36
|
-
default:
|
|
35
|
+
}, { onClick: j(t) }), {
|
|
36
|
+
default: Ce(() => [ge(n.$slots, "default")]),
|
|
37
37
|
_: 3
|
|
38
38
|
}, 16, ["onClick"]));
|
|
39
39
|
}
|
|
40
|
-
}), Ee = /* @__PURE__ */
|
|
40
|
+
}), Ee = /* @__PURE__ */ k({
|
|
41
41
|
__name: "XButtonConfirm",
|
|
42
42
|
props: {
|
|
43
43
|
title: { default: "是否执行?" },
|
|
@@ -53,13 +53,13 @@ var Te = /* @__PURE__ */ O({
|
|
|
53
53
|
},
|
|
54
54
|
emits: ["cancel", "confirm"],
|
|
55
55
|
setup(e, { emit: t }) {
|
|
56
|
-
let n = t, r =
|
|
57
|
-
return (t, r) => (
|
|
56
|
+
let n = t, r = le(y, void 0), i = T(() => e.link ?? r);
|
|
57
|
+
return (t, r) => (A(), E(j(x), {
|
|
58
58
|
title: e.title,
|
|
59
59
|
onCancel: r[0] ||= () => n("cancel"),
|
|
60
60
|
onConfirm: r[1] ||= () => n("confirm")
|
|
61
61
|
}, {
|
|
62
|
-
reference:
|
|
62
|
+
reference: Ce(() => [O(j(c), me(ce({
|
|
63
63
|
disabled: e.disabled,
|
|
64
64
|
icon: e.icon,
|
|
65
65
|
type: e.type,
|
|
@@ -67,31 +67,31 @@ var Te = /* @__PURE__ */ O({
|
|
|
67
67
|
size: e.size,
|
|
68
68
|
text: e.text
|
|
69
69
|
})), {
|
|
70
|
-
default:
|
|
70
|
+
default: Ce(() => [ge(t.$slots, "default")]),
|
|
71
71
|
_: 3
|
|
72
72
|
}, 16)]),
|
|
73
|
-
actions:
|
|
73
|
+
actions: Ce(({ confirm: e, cancel: t }) => [O(j(c), {
|
|
74
74
|
size: "small",
|
|
75
75
|
disabled: !1,
|
|
76
76
|
onClick: t
|
|
77
77
|
}, {
|
|
78
|
-
default:
|
|
78
|
+
default: Ce(() => [...r[2] ||= [se(" 取消 ", -1)]]),
|
|
79
79
|
_: 1
|
|
80
|
-
}, 8, ["onClick"]),
|
|
80
|
+
}, 8, ["onClick"]), O(j(c), {
|
|
81
81
|
type: "danger",
|
|
82
82
|
disabled: !1,
|
|
83
83
|
size: "small",
|
|
84
84
|
onClick: e
|
|
85
85
|
}, {
|
|
86
|
-
default:
|
|
86
|
+
default: Ce(() => [...r[3] ||= [se(" 确定 ", -1)]]),
|
|
87
87
|
_: 1
|
|
88
88
|
}, 8, ["onClick"])]),
|
|
89
89
|
_: 3
|
|
90
90
|
}, 8, ["title"]));
|
|
91
91
|
}
|
|
92
|
-
}), De = /* @__PURE__ */
|
|
92
|
+
}), De = /* @__PURE__ */ k({
|
|
93
93
|
__name: "XCascaderRequest",
|
|
94
|
-
props: /* @__PURE__ */
|
|
94
|
+
props: /* @__PURE__ */ de({
|
|
95
95
|
request: { type: Function },
|
|
96
96
|
clearable: { type: Boolean },
|
|
97
97
|
disabled: {
|
|
@@ -106,9 +106,9 @@ var Te = /* @__PURE__ */ O({
|
|
|
106
106
|
modelValue: {},
|
|
107
107
|
modelModifiers: {}
|
|
108
108
|
}),
|
|
109
|
-
emits: /* @__PURE__ */
|
|
109
|
+
emits: /* @__PURE__ */ de(["prepare", "change"], ["update:modelValue"]),
|
|
110
110
|
setup(e, { expose: t, emit: n }) {
|
|
111
|
-
let i = n, a =
|
|
111
|
+
let i = n, a = be(e, "modelValue"), { data: o, path: s, url: c, execute: l, query: d } = e.request();
|
|
112
112
|
return t({
|
|
113
113
|
search: r(async () => {
|
|
114
114
|
i("prepare", {
|
|
@@ -121,18 +121,18 @@ var Te = /* @__PURE__ */ O({
|
|
|
121
121
|
url: c,
|
|
122
122
|
execute: l,
|
|
123
123
|
query: d
|
|
124
|
-
}), (t, n) => (
|
|
124
|
+
}), (t, n) => (A(), E(j(u), fe({
|
|
125
125
|
modelValue: a.value,
|
|
126
126
|
"onUpdate:modelValue": n[0] ||= (e) => a.value = e
|
|
127
127
|
}, {
|
|
128
128
|
clearable: e.clearable,
|
|
129
129
|
disabled: e.disabled,
|
|
130
130
|
filterable: e.filterable,
|
|
131
|
-
data:
|
|
131
|
+
data: j(o),
|
|
132
132
|
props: e.props
|
|
133
133
|
}), null, 16, ["modelValue"]));
|
|
134
134
|
}
|
|
135
|
-
}), Oe = { class: "flex-1 overflow-hidden" }, ke = /* @__PURE__ */
|
|
135
|
+
}), Oe = { class: "flex-1 overflow-hidden" }, ke = /* @__PURE__ */ k({
|
|
136
136
|
__name: "XFormFlex",
|
|
137
137
|
props: {
|
|
138
138
|
content: { type: Function },
|
|
@@ -144,21 +144,21 @@ var Te = /* @__PURE__ */ O({
|
|
|
144
144
|
labelWidth: {}
|
|
145
145
|
},
|
|
146
146
|
setup(e, { expose: t }) {
|
|
147
|
-
let n =
|
|
147
|
+
let n = xe("form");
|
|
148
148
|
t({
|
|
149
149
|
validate: () => n.value?.validate(),
|
|
150
150
|
clearValidate: () => n.value?.clearValidate()
|
|
151
151
|
});
|
|
152
152
|
let r = () => e.content?.({ data: e.data ?? {} });
|
|
153
|
-
return (e, t) => (
|
|
154
|
-
default:
|
|
153
|
+
return (e, t) => (A(), D("div", Oe, [O(j(te), null, {
|
|
154
|
+
default: Ce(() => [O(j(l), fe({
|
|
155
155
|
ref_key: "form",
|
|
156
156
|
ref: n
|
|
157
157
|
}, e.$props, { content: r }), null, 16)]),
|
|
158
158
|
_: 1
|
|
159
159
|
})]));
|
|
160
160
|
}
|
|
161
|
-
}), Ae = /* @__PURE__ */
|
|
161
|
+
}), Ae = /* @__PURE__ */ k({
|
|
162
162
|
__name: "XFormRequestNext",
|
|
163
163
|
props: {
|
|
164
164
|
request: { type: Function },
|
|
@@ -174,7 +174,7 @@ var Te = /* @__PURE__ */ O({
|
|
|
174
174
|
},
|
|
175
175
|
emits: ["prepare"],
|
|
176
176
|
setup(e, { expose: t, emit: n }) {
|
|
177
|
-
let i = n, { data: a, isFetching: o, execute: s, path: c, url: u, query: d } = e.request(), f = JSON.stringify(a.value), p =
|
|
177
|
+
let i = n, { data: a, isFetching: o, execute: s, path: c, url: u, query: d } = e.request(), f = JSON.stringify(a.value), p = T(() => o.value || (typeof e.disabled == "function" ? e.disabled({ data: a.value }) : e.disabled)), m = xe("form"), h = () => a.value = JSON.parse(f), g = () => m.value?.validate(), _ = () => m.value?.clearValidate(), v = () => {
|
|
178
178
|
h(), m.value?.resetFields();
|
|
179
179
|
}, y = r(async () => {
|
|
180
180
|
i("prepare", {
|
|
@@ -191,23 +191,23 @@ var Te = /* @__PURE__ */ O({
|
|
|
191
191
|
reset: h,
|
|
192
192
|
resetFields: v
|
|
193
193
|
}), (t, n) => {
|
|
194
|
-
let r =
|
|
195
|
-
return we((
|
|
194
|
+
let r = ve("loading");
|
|
195
|
+
return we((A(), E(j(l), fe({
|
|
196
196
|
ref_key: "form",
|
|
197
197
|
ref: m,
|
|
198
198
|
class: "flex flex-1 flex-col gap-2 overflow-hidden"
|
|
199
199
|
}, {
|
|
200
|
-
data:
|
|
200
|
+
data: j(a),
|
|
201
201
|
disabled: p.value,
|
|
202
202
|
inline: e.inline,
|
|
203
203
|
labelPosition: e.labelPosition,
|
|
204
204
|
labelSuffix: e.labelSuffix,
|
|
205
205
|
labelWidth: e.labelWidth,
|
|
206
206
|
content: b
|
|
207
|
-
}), null, 16)), [[r,
|
|
207
|
+
}), null, 16)), [[r, j(o)]]);
|
|
208
208
|
};
|
|
209
209
|
}
|
|
210
|
-
}), je = /* @__PURE__ */
|
|
210
|
+
}), je = /* @__PURE__ */ k({
|
|
211
211
|
__name: "XRequest",
|
|
212
212
|
props: {
|
|
213
213
|
request: { type: Function },
|
|
@@ -225,7 +225,8 @@ var Te = /* @__PURE__ */ O({
|
|
|
225
225
|
path: s.value,
|
|
226
226
|
isFetching: l.value,
|
|
227
227
|
query: c.value,
|
|
228
|
-
paging: o.value
|
|
228
|
+
paging: o.value,
|
|
229
|
+
execute: d
|
|
229
230
|
});
|
|
230
231
|
return t({
|
|
231
232
|
data: a,
|
|
@@ -236,18 +237,18 @@ var Te = /* @__PURE__ */ O({
|
|
|
236
237
|
url: u,
|
|
237
238
|
execute: d,
|
|
238
239
|
search: f
|
|
239
|
-
}), (e, t) =>
|
|
240
|
-
data:
|
|
241
|
-
paging:
|
|
242
|
-
path:
|
|
243
|
-
query:
|
|
244
|
-
isFetching:
|
|
245
|
-
execute:
|
|
246
|
-
}, () => [
|
|
240
|
+
}), (e, t) => ge(e.$slots, "default", {
|
|
241
|
+
data: j(a),
|
|
242
|
+
paging: j(o),
|
|
243
|
+
path: j(s),
|
|
244
|
+
query: j(c),
|
|
245
|
+
isFetching: j(l),
|
|
246
|
+
execute: j(d)
|
|
247
|
+
}, () => [O(p)]);
|
|
247
248
|
}
|
|
248
|
-
}), Me = /* @__PURE__ */
|
|
249
|
+
}), Me = /* @__PURE__ */ k({
|
|
249
250
|
__name: "XSelectRequest",
|
|
250
|
-
props: /* @__PURE__ */
|
|
251
|
+
props: /* @__PURE__ */ de({
|
|
251
252
|
request: { type: Function },
|
|
252
253
|
supplement: { type: Function },
|
|
253
254
|
collapseTagsTooltip: { type: Boolean },
|
|
@@ -277,14 +278,14 @@ var Te = /* @__PURE__ */ O({
|
|
|
277
278
|
modelValue: {},
|
|
278
279
|
modelModifiers: {}
|
|
279
280
|
}),
|
|
280
|
-
emits: /* @__PURE__ */
|
|
281
|
+
emits: /* @__PURE__ */ de([
|
|
281
282
|
"prepare",
|
|
282
283
|
"blur",
|
|
283
284
|
"change",
|
|
284
285
|
"focus"
|
|
285
286
|
], ["update:modelValue"]),
|
|
286
287
|
setup(e, { expose: t, emit: n }) {
|
|
287
|
-
let i = n, a =
|
|
288
|
+
let i = n, a = be(e, "modelValue"), { data: o, isFetching: s, path: c, url: l, execute: u, query: d } = e.request(), f = r(async (e) => {
|
|
288
289
|
i("prepare", {
|
|
289
290
|
path: c.value,
|
|
290
291
|
query: d.value
|
|
@@ -297,10 +298,10 @@ var Te = /* @__PURE__ */ O({
|
|
|
297
298
|
url: l,
|
|
298
299
|
execute: u,
|
|
299
300
|
query: d
|
|
300
|
-
}), (t, n) => (
|
|
301
|
-
data:
|
|
302
|
-
supplement:
|
|
303
|
-
remoteMethod:
|
|
301
|
+
}), (t, n) => (A(), E(j(m), fe({
|
|
302
|
+
data: j(o),
|
|
303
|
+
supplement: j(p),
|
|
304
|
+
remoteMethod: j(f),
|
|
304
305
|
factory: e.factory,
|
|
305
306
|
allowCreate: e.allowCreate,
|
|
306
307
|
clearable: e.clearable,
|
|
@@ -308,8 +309,8 @@ var Te = /* @__PURE__ */ O({
|
|
|
308
309
|
identify: e.identify,
|
|
309
310
|
remote: e.remote,
|
|
310
311
|
filterable: e.remote || e.filterable,
|
|
311
|
-
disabled:
|
|
312
|
-
loading:
|
|
312
|
+
disabled: j(s) || e.disabled,
|
|
313
|
+
loading: j(s) || e.loading,
|
|
313
314
|
multiple: e.multiple,
|
|
314
315
|
size: e.size
|
|
315
316
|
}, {
|
|
@@ -320,91 +321,26 @@ var Te = /* @__PURE__ */ O({
|
|
|
320
321
|
onChange: n[3] ||= (e) => t.$emit("change", e)
|
|
321
322
|
}), null, 16, ["modelValue"]));
|
|
322
323
|
}
|
|
323
|
-
}), Ne = /* @__PURE__ */
|
|
324
|
-
__name: "XTableFlex",
|
|
325
|
-
props: {
|
|
326
|
-
cellClassName: { type: [Function, String] },
|
|
327
|
-
cellStyle: { type: [Function, Object] },
|
|
328
|
-
rowClassName: { type: [Function, String] },
|
|
329
|
-
rowStyle: { type: [Function, Object] },
|
|
330
|
-
border: { type: Boolean },
|
|
331
|
-
columns: {},
|
|
332
|
-
data: {},
|
|
333
|
-
height: {},
|
|
334
|
-
emptyText: {},
|
|
335
|
-
rowKey: { type: Function },
|
|
336
|
-
showOverflowTooltip: {
|
|
337
|
-
type: [Boolean, Object],
|
|
338
|
-
default: () => void 0
|
|
339
|
-
},
|
|
340
|
-
showSummary: { type: Boolean },
|
|
341
|
-
size: {},
|
|
342
|
-
fit: {
|
|
343
|
-
type: Boolean,
|
|
344
|
-
default: !0
|
|
345
|
-
},
|
|
346
|
-
spanMethod: { type: Function },
|
|
347
|
-
summaryMethod: { type: Function }
|
|
348
|
-
},
|
|
349
|
-
emits: [
|
|
350
|
-
"headerDragend",
|
|
351
|
-
"rowClick",
|
|
352
|
-
"rowDblclick",
|
|
353
|
-
"selectionChange"
|
|
354
|
-
],
|
|
355
|
-
setup(t, { expose: n }) {
|
|
356
|
-
let r = Se("container"), i = e(r), a = Se("table");
|
|
357
|
-
return n({
|
|
358
|
-
clearSelection: () => a.value?.clearSelection(),
|
|
359
|
-
getSelectionRows: () => a.value?.getSelectionRows(),
|
|
360
|
-
scrollTo: (e, t) => a.value?.scrollTo(e, t),
|
|
361
|
-
setCurrentRow: (e) => a.value?.setCurrentRow(e),
|
|
362
|
-
setScrollLeft: (e) => a.value?.scrollTo(e),
|
|
363
|
-
setScrollTop: (e) => a.value?.scrollTo(e),
|
|
364
|
-
toggleRowSelection: (e, t, n) => a.value?.toggleRowSelection(e, t, n)
|
|
365
|
-
}), (e, n) => (k(), E("div", {
|
|
366
|
-
ref_key: "container",
|
|
367
|
-
ref: r,
|
|
368
|
-
class: "flex-1 overflow-hidden"
|
|
369
|
-
}, [D(A(s), pe({
|
|
370
|
-
ref_key: "table",
|
|
371
|
-
ref: a
|
|
372
|
-
}, {
|
|
373
|
-
...e.$props,
|
|
374
|
-
cellClassName: t.cellClassName,
|
|
375
|
-
cellStyle: t.cellStyle,
|
|
376
|
-
rowClassName: t.rowClassName,
|
|
377
|
-
rowStyle: t.rowStyle,
|
|
378
|
-
showOverflowTooltip: t.showOverflowTooltip,
|
|
379
|
-
fit: t.fit
|
|
380
|
-
}, {
|
|
381
|
-
height: A(i).height.value,
|
|
382
|
-
onRowClick: n[0] ||= (t) => e.$emit("rowClick", t),
|
|
383
|
-
onRowDblclick: n[1] ||= (t) => e.$emit("rowDblclick", t),
|
|
384
|
-
onSelectionChange: n[2] ||= (t) => e.$emit("selectionChange", t),
|
|
385
|
-
onHeaderDragend: n[3] ||= (t, n, r) => e.$emit("headerDragend", t, n, r)
|
|
386
|
-
}), null, 16, ["height"])], 512));
|
|
387
|
-
}
|
|
388
|
-
}), Pe = /* @__PURE__ */ O({
|
|
324
|
+
}), Ne = /* @__PURE__ */ k({
|
|
389
325
|
name: "Rank",
|
|
390
326
|
__name: "rank",
|
|
391
327
|
setup(e) {
|
|
392
|
-
return (e, t) => (
|
|
328
|
+
return (e, t) => (A(), D("svg", {
|
|
393
329
|
xmlns: "http://www.w3.org/2000/svg",
|
|
394
330
|
viewBox: "0 0 1024 1024"
|
|
395
|
-
}, [
|
|
331
|
+
}, [ae("path", {
|
|
396
332
|
fill: "currentColor",
|
|
397
333
|
d: "m186.496 544 41.408 41.344a32 32 0 1 1-45.248 45.312l-96-96a32 32 0 0 1 0-45.312l96-96a32 32 0 1 1 45.248 45.312L186.496 480h290.816V186.432l-41.472 41.472a32 32 0 1 1-45.248-45.184l96-96.128a32 32 0 0 1 45.312 0l96 96.064a32 32 0 0 1-45.248 45.184l-41.344-41.28V480H832l-41.344-41.344a32 32 0 0 1 45.248-45.312l96 96a32 32 0 0 1 0 45.312l-96 96a32 32 0 0 1-45.248-45.312L832 544H541.312v293.44l41.344-41.28a32 32 0 1 1 45.248 45.248l-96 96a32 32 0 0 1-45.312 0l-96-96a32 32 0 1 1 45.312-45.248l41.408 41.408V544z"
|
|
398
334
|
})]));
|
|
399
335
|
}
|
|
400
|
-
}),
|
|
336
|
+
}), Pe = /* @__PURE__ */ k({
|
|
401
337
|
name: "Setting",
|
|
402
338
|
__name: "setting",
|
|
403
339
|
setup(e) {
|
|
404
|
-
return (e, t) => (
|
|
340
|
+
return (e, t) => (A(), D("svg", {
|
|
405
341
|
xmlns: "http://www.w3.org/2000/svg",
|
|
406
342
|
viewBox: "0 0 1024 1024"
|
|
407
|
-
}, [
|
|
343
|
+
}, [ae("path", {
|
|
408
344
|
fill: "currentColor",
|
|
409
345
|
d: "M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357 357 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a352 352 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357 357 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294 294 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293 293 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294 294 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288 288 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293 293 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a288 288 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256"
|
|
410
346
|
})]));
|
|
@@ -412,24 +348,24 @@ var Te = /* @__PURE__ */ O({
|
|
|
412
348
|
});
|
|
413
349
|
//#endregion
|
|
414
350
|
//#region node_modules/sortablejs/modular/sortable.esm.js
|
|
415
|
-
function
|
|
416
|
-
return (t =
|
|
351
|
+
function Fe(e, t, n) {
|
|
352
|
+
return (t = Ve(t)) in e ? Object.defineProperty(e, t, {
|
|
417
353
|
value: n,
|
|
418
354
|
enumerable: !0,
|
|
419
355
|
configurable: !0,
|
|
420
356
|
writable: !0
|
|
421
357
|
}) : e[t] = n, e;
|
|
422
358
|
}
|
|
423
|
-
function
|
|
424
|
-
return
|
|
359
|
+
function Ie() {
|
|
360
|
+
return Ie = Object.assign ? Object.assign.bind() : function(e) {
|
|
425
361
|
for (var t = 1; t < arguments.length; t++) {
|
|
426
362
|
var n = arguments[t];
|
|
427
363
|
for (var r in n) ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
428
364
|
}
|
|
429
365
|
return e;
|
|
430
|
-
},
|
|
366
|
+
}, Ie.apply(null, arguments);
|
|
431
367
|
}
|
|
432
|
-
function
|
|
368
|
+
function Le(e, t) {
|
|
433
369
|
var n = Object.keys(e);
|
|
434
370
|
if (Object.getOwnPropertySymbols) {
|
|
435
371
|
var r = Object.getOwnPropertySymbols(e);
|
|
@@ -442,24 +378,24 @@ function Re(e, t) {
|
|
|
442
378
|
function M(e) {
|
|
443
379
|
for (var t = 1; t < arguments.length; t++) {
|
|
444
380
|
var n = arguments[t] == null ? {} : arguments[t];
|
|
445
|
-
t % 2 ?
|
|
446
|
-
|
|
447
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
|
|
381
|
+
t % 2 ? Le(Object(n), !0).forEach(function(t) {
|
|
382
|
+
Fe(e, t, n[t]);
|
|
383
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : Le(Object(n)).forEach(function(t) {
|
|
448
384
|
Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
|
|
449
385
|
});
|
|
450
386
|
}
|
|
451
387
|
return e;
|
|
452
388
|
}
|
|
453
|
-
function
|
|
389
|
+
function Re(e, t) {
|
|
454
390
|
if (e == null) return {};
|
|
455
|
-
var n, r, i =
|
|
391
|
+
var n, r, i = ze(e, t);
|
|
456
392
|
if (Object.getOwnPropertySymbols) {
|
|
457
393
|
var a = Object.getOwnPropertySymbols(e);
|
|
458
394
|
for (r = 0; r < a.length; r++) n = a[r], t.indexOf(n) === -1 && {}.propertyIsEnumerable.call(e, n) && (i[n] = e[n]);
|
|
459
395
|
}
|
|
460
396
|
return i;
|
|
461
397
|
}
|
|
462
|
-
function
|
|
398
|
+
function ze(e, t) {
|
|
463
399
|
if (e == null) return {};
|
|
464
400
|
var n = {};
|
|
465
401
|
for (var r in e) if ({}.hasOwnProperty.call(e, r)) {
|
|
@@ -468,7 +404,7 @@ function Be(e, t) {
|
|
|
468
404
|
}
|
|
469
405
|
return n;
|
|
470
406
|
}
|
|
471
|
-
function
|
|
407
|
+
function Be(e, t) {
|
|
472
408
|
if (typeof e != "object" || !e) return e;
|
|
473
409
|
var n = e[Symbol.toPrimitive];
|
|
474
410
|
if (n !== void 0) {
|
|
@@ -478,33 +414,33 @@ function Ve(e, t) {
|
|
|
478
414
|
}
|
|
479
415
|
return (t === "string" ? String : Number)(e);
|
|
480
416
|
}
|
|
481
|
-
function
|
|
482
|
-
var t =
|
|
417
|
+
function Ve(e) {
|
|
418
|
+
var t = Be(e, "string");
|
|
483
419
|
return typeof t == "symbol" ? t : t + "";
|
|
484
420
|
}
|
|
485
|
-
function
|
|
421
|
+
function He(e) {
|
|
486
422
|
"@babel/helpers - typeof";
|
|
487
|
-
return
|
|
423
|
+
return He = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
488
424
|
return typeof e;
|
|
489
425
|
} : function(e) {
|
|
490
426
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
491
|
-
},
|
|
427
|
+
}, He(e);
|
|
492
428
|
}
|
|
493
|
-
var
|
|
494
|
-
function
|
|
429
|
+
var Ue = "1.15.7";
|
|
430
|
+
function We(e) {
|
|
495
431
|
if (typeof window < "u" && window.navigator) return !!/* @__PURE__ */ navigator.userAgent.match(e);
|
|
496
432
|
}
|
|
497
|
-
var
|
|
433
|
+
var Ge = We(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), Ke = We(/Edge/i), qe = We(/firefox/i), Je = We(/safari/i) && !We(/chrome/i) && !We(/android/i), Ye = We(/iP(ad|od|hone)/i), Xe = We(/chrome/i) && We(/android/i), Ze = {
|
|
498
434
|
capture: !1,
|
|
499
435
|
passive: !1
|
|
500
436
|
};
|
|
501
437
|
function N(e, t, n) {
|
|
502
|
-
e.addEventListener(t, n, !
|
|
438
|
+
e.addEventListener(t, n, !Ge && Ze);
|
|
503
439
|
}
|
|
504
440
|
function P(e, t, n) {
|
|
505
|
-
e.removeEventListener(t, n, !
|
|
441
|
+
e.removeEventListener(t, n, !Ge && Ze);
|
|
506
442
|
}
|
|
507
|
-
function
|
|
443
|
+
function Qe(e, t) {
|
|
508
444
|
if (t) {
|
|
509
445
|
if (t[0] === ">" && (t = t.substring(1)), e) try {
|
|
510
446
|
if (e.matches) return e.matches(t);
|
|
@@ -516,22 +452,22 @@ function $e(e, t) {
|
|
|
516
452
|
return !1;
|
|
517
453
|
}
|
|
518
454
|
}
|
|
519
|
-
function
|
|
455
|
+
function $e(e) {
|
|
520
456
|
return e.host && e !== document && e.host.nodeType && e.host !== e ? e.host : e.parentNode;
|
|
521
457
|
}
|
|
522
458
|
function F(e, t, n, r) {
|
|
523
459
|
if (e) {
|
|
524
460
|
n ||= document;
|
|
525
461
|
do {
|
|
526
|
-
if (t != null && (t[0] === ">" ? e.parentNode === n &&
|
|
462
|
+
if (t != null && (t[0] === ">" ? e.parentNode === n && Qe(e, t) : Qe(e, t)) || r && e === n) return e;
|
|
527
463
|
if (e === n) break;
|
|
528
|
-
} while (e =
|
|
464
|
+
} while (e = $e(e));
|
|
529
465
|
}
|
|
530
466
|
return null;
|
|
531
467
|
}
|
|
532
|
-
var
|
|
468
|
+
var et = /\s+/g;
|
|
533
469
|
function I(e, t, n) {
|
|
534
|
-
e && t && (e.classList ? e.classList[n ? "add" : "remove"](t) : e.className = ((" " + e.className + " ").replace(
|
|
470
|
+
e && t && (e.classList ? e.classList[n ? "add" : "remove"](t) : e.className = ((" " + e.className + " ").replace(et, " ").replace(" " + t + " ", " ") + (n ? " " + t : "")).replace(et, " "));
|
|
535
471
|
}
|
|
536
472
|
function L(e, t, n) {
|
|
537
473
|
var r = e && e.style;
|
|
@@ -540,7 +476,7 @@ function L(e, t, n) {
|
|
|
540
476
|
!(t in r) && t.indexOf("webkit") === -1 && (t = "-webkit-" + t), r[t] = n + (typeof n == "string" ? "" : "px");
|
|
541
477
|
}
|
|
542
478
|
}
|
|
543
|
-
function
|
|
479
|
+
function tt(e, t) {
|
|
544
480
|
var n = "";
|
|
545
481
|
if (typeof e == "string") n = e;
|
|
546
482
|
else do {
|
|
@@ -550,7 +486,7 @@ function nt(e, t) {
|
|
|
550
486
|
var i = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
|
|
551
487
|
return i && new i(n);
|
|
552
488
|
}
|
|
553
|
-
function
|
|
489
|
+
function nt(e, t, n) {
|
|
554
490
|
if (e) {
|
|
555
491
|
var r = e.getElementsByTagName(t), i = 0, a = r.length;
|
|
556
492
|
if (n) for (; i < a; i++) n(r[i], i);
|
|
@@ -558,13 +494,13 @@ function rt(e, t, n) {
|
|
|
558
494
|
}
|
|
559
495
|
return [];
|
|
560
496
|
}
|
|
561
|
-
function
|
|
497
|
+
function rt() {
|
|
562
498
|
return document.scrollingElement || document.documentElement;
|
|
563
499
|
}
|
|
564
500
|
function R(e, t, n, r, i) {
|
|
565
501
|
if (!(!e.getBoundingClientRect && e !== window)) {
|
|
566
502
|
var a, o, s, c, l, u, d;
|
|
567
|
-
if (e !== window && e.parentNode && e !==
|
|
503
|
+
if (e !== window && e.parentNode && e !== rt() ? (a = e.getBoundingClientRect(), o = a.top, s = a.left, c = a.bottom, l = a.right, u = a.height, d = a.width) : (o = 0, s = 0, c = window.innerHeight, l = window.innerWidth, u = window.innerHeight, d = window.innerWidth), (t || n) && e !== window && (i ||= e.parentNode, !Ge)) do
|
|
568
504
|
if (i && i.getBoundingClientRect && (L(i, "transform") !== "none" || n && L(i, "position") !== "static")) {
|
|
569
505
|
var f = i.getBoundingClientRect();
|
|
570
506
|
o -= f.top + parseInt(L(i, "border-top-width")), s -= f.left + parseInt(L(i, "border-left-width")), c = o + a.height, l = s + a.width;
|
|
@@ -572,7 +508,7 @@ function R(e, t, n, r, i) {
|
|
|
572
508
|
}
|
|
573
509
|
while (i = i.parentNode);
|
|
574
510
|
if (r && e !== window) {
|
|
575
|
-
var p =
|
|
511
|
+
var p = tt(i || e), m = p && p.a, h = p && p.d;
|
|
576
512
|
p && (o /= h, s /= m, d /= m, u /= h, c = o + u, l = s + d);
|
|
577
513
|
}
|
|
578
514
|
return {
|
|
@@ -585,16 +521,16 @@ function R(e, t, n, r, i) {
|
|
|
585
521
|
};
|
|
586
522
|
}
|
|
587
523
|
}
|
|
588
|
-
function
|
|
589
|
-
for (var r =
|
|
524
|
+
function it(e, t, n) {
|
|
525
|
+
for (var r = lt(e, !0), i = R(e)[t]; r;) {
|
|
590
526
|
var a = R(r)[n], o = void 0;
|
|
591
527
|
if (o = n === "top" || n === "left" ? i >= a : i <= a, !o) return r;
|
|
592
|
-
if (r ===
|
|
593
|
-
r =
|
|
528
|
+
if (r === rt()) break;
|
|
529
|
+
r = lt(r, !1);
|
|
594
530
|
}
|
|
595
531
|
return !1;
|
|
596
532
|
}
|
|
597
|
-
function
|
|
533
|
+
function at(e, t, n, r) {
|
|
598
534
|
for (var i = 0, a = 0, o = e.children; a < o.length;) {
|
|
599
535
|
if (o[a].style.display !== "none" && o[a] !== Q.ghost && (r || o[a] !== Q.dragged) && F(o[a], n.draggable, e, !1)) {
|
|
600
536
|
if (i === t) return o[a];
|
|
@@ -604,74 +540,74 @@ function ot(e, t, n, r) {
|
|
|
604
540
|
}
|
|
605
541
|
return null;
|
|
606
542
|
}
|
|
607
|
-
function
|
|
608
|
-
for (var n = e.lastElementChild; n && (n === Q.ghost || L(n, "display") === "none" || t &&
|
|
543
|
+
function ot(e, t) {
|
|
544
|
+
for (var n = e.lastElementChild; n && (n === Q.ghost || L(n, "display") === "none" || t && !Qe(n, t));) n = n.previousElementSibling;
|
|
609
545
|
return n || null;
|
|
610
546
|
}
|
|
611
547
|
function z(e, t) {
|
|
612
548
|
var n = 0;
|
|
613
549
|
if (!e || !e.parentNode) return -1;
|
|
614
|
-
for (; e = e.previousElementSibling;) e.nodeName.toUpperCase() !== "TEMPLATE" && e !== Q.clone && (!t ||
|
|
550
|
+
for (; e = e.previousElementSibling;) e.nodeName.toUpperCase() !== "TEMPLATE" && e !== Q.clone && (!t || Qe(e, t)) && n++;
|
|
615
551
|
return n;
|
|
616
552
|
}
|
|
617
|
-
function
|
|
618
|
-
var t = 0, n = 0, r =
|
|
553
|
+
function st(e) {
|
|
554
|
+
var t = 0, n = 0, r = rt();
|
|
619
555
|
if (e) do {
|
|
620
|
-
var i =
|
|
556
|
+
var i = tt(e), a = i.a, o = i.d;
|
|
621
557
|
t += e.scrollLeft * a, n += e.scrollTop * o;
|
|
622
558
|
} while (e !== r && (e = e.parentNode));
|
|
623
559
|
return [t, n];
|
|
624
560
|
}
|
|
625
|
-
function
|
|
561
|
+
function ct(e, t) {
|
|
626
562
|
for (var n in e) if (e.hasOwnProperty(n)) {
|
|
627
563
|
for (var r in t) if (t.hasOwnProperty(r) && t[r] === e[n][r]) return Number(n);
|
|
628
564
|
}
|
|
629
565
|
return -1;
|
|
630
566
|
}
|
|
631
|
-
function
|
|
632
|
-
if (!e || !e.getBoundingClientRect) return
|
|
567
|
+
function lt(e, t) {
|
|
568
|
+
if (!e || !e.getBoundingClientRect) return rt();
|
|
633
569
|
var n = e, r = !1;
|
|
634
570
|
do
|
|
635
571
|
if (n.clientWidth < n.scrollWidth || n.clientHeight < n.scrollHeight) {
|
|
636
572
|
var i = L(n);
|
|
637
573
|
if (n.clientWidth < n.scrollWidth && (i.overflowX == "auto" || i.overflowX == "scroll") || n.clientHeight < n.scrollHeight && (i.overflowY == "auto" || i.overflowY == "scroll")) {
|
|
638
|
-
if (!n.getBoundingClientRect || n === document.body) return
|
|
574
|
+
if (!n.getBoundingClientRect || n === document.body) return rt();
|
|
639
575
|
if (r || t) return n;
|
|
640
576
|
r = !0;
|
|
641
577
|
}
|
|
642
578
|
}
|
|
643
579
|
while (n = n.parentNode);
|
|
644
|
-
return
|
|
580
|
+
return rt();
|
|
645
581
|
}
|
|
646
|
-
function
|
|
582
|
+
function ut(e, t) {
|
|
647
583
|
if (e && t) for (var n in t) t.hasOwnProperty(n) && (e[n] = t[n]);
|
|
648
584
|
return e;
|
|
649
585
|
}
|
|
650
|
-
function
|
|
586
|
+
function dt(e, t) {
|
|
651
587
|
return Math.round(e.top) === Math.round(t.top) && Math.round(e.left) === Math.round(t.left) && Math.round(e.height) === Math.round(t.height) && Math.round(e.width) === Math.round(t.width);
|
|
652
588
|
}
|
|
653
|
-
var
|
|
654
|
-
function
|
|
589
|
+
var ft;
|
|
590
|
+
function pt(e, t) {
|
|
655
591
|
return function() {
|
|
656
|
-
if (!
|
|
592
|
+
if (!ft) {
|
|
657
593
|
var n = arguments, r = this;
|
|
658
|
-
n.length === 1 ? e.call(r, n[0]) : e.apply(r, n),
|
|
659
|
-
|
|
594
|
+
n.length === 1 ? e.call(r, n[0]) : e.apply(r, n), ft = setTimeout(function() {
|
|
595
|
+
ft = void 0;
|
|
660
596
|
}, t);
|
|
661
597
|
}
|
|
662
598
|
};
|
|
663
599
|
}
|
|
664
|
-
function
|
|
665
|
-
clearTimeout(
|
|
600
|
+
function mt() {
|
|
601
|
+
clearTimeout(ft), ft = void 0;
|
|
666
602
|
}
|
|
667
|
-
function
|
|
603
|
+
function ht(e, t, n) {
|
|
668
604
|
e.scrollLeft += t, e.scrollTop += n;
|
|
669
605
|
}
|
|
670
|
-
function
|
|
606
|
+
function gt(e) {
|
|
671
607
|
var t = window.Polymer, n = window.jQuery || window.Zepto;
|
|
672
608
|
return t && t.dom ? t.dom(e).cloneNode(!0) : n ? n(e).clone(!0)[0] : e.cloneNode(!0);
|
|
673
609
|
}
|
|
674
|
-
function
|
|
610
|
+
function _t(e, t, n) {
|
|
675
611
|
var r = {};
|
|
676
612
|
return Array.from(e.children).forEach(function(i) {
|
|
677
613
|
if (!(!F(i, t.draggable, e, !1) || i.animated || i === n)) {
|
|
@@ -681,7 +617,7 @@ function vt(e, t, n) {
|
|
|
681
617
|
}), r.width = r.right - r.left, r.height = r.bottom - r.top, r.x = r.left, r.y = r.top, r;
|
|
682
618
|
}
|
|
683
619
|
var B = "Sortable" + (/* @__PURE__ */ new Date()).getTime();
|
|
684
|
-
function
|
|
620
|
+
function vt() {
|
|
685
621
|
var e = [], t;
|
|
686
622
|
return {
|
|
687
623
|
captureAnimationState: function() {
|
|
@@ -693,7 +629,7 @@ function yt() {
|
|
|
693
629
|
});
|
|
694
630
|
var n = M({}, e[e.length - 1].rect);
|
|
695
631
|
if (t.thisAnimationDuration) {
|
|
696
|
-
var r =
|
|
632
|
+
var r = tt(t, !0);
|
|
697
633
|
r && (n.top -= r.f, n.left -= r.e);
|
|
698
634
|
}
|
|
699
635
|
t.fromRect = n;
|
|
@@ -704,7 +640,7 @@ function yt() {
|
|
|
704
640
|
e.push(t);
|
|
705
641
|
},
|
|
706
642
|
removeAnimationState: function(t) {
|
|
707
|
-
e.splice(
|
|
643
|
+
e.splice(ct(e, { target: t }), 1);
|
|
708
644
|
},
|
|
709
645
|
animateAll: function(n) {
|
|
710
646
|
var r = this;
|
|
@@ -714,8 +650,8 @@ function yt() {
|
|
|
714
650
|
}
|
|
715
651
|
var i = !1, a = 0;
|
|
716
652
|
e.forEach(function(e) {
|
|
717
|
-
var t = 0, n = e.target, o = n.fromRect, s = R(n), c = n.prevFromRect, l = n.prevToRect, u = e.rect, d =
|
|
718
|
-
d && (s.top -= d.f, s.left -= d.e), n.toRect = s, n.thisAnimationDuration &&
|
|
653
|
+
var t = 0, n = e.target, o = n.fromRect, s = R(n), c = n.prevFromRect, l = n.prevToRect, u = e.rect, d = tt(n, !0);
|
|
654
|
+
d && (s.top -= d.f, s.left -= d.e), n.toRect = s, n.thisAnimationDuration && dt(c, s) && !dt(o, s) && (u.top - s.top) / (u.left - s.left) === (o.top - s.top) / (o.left - s.left) && (t = bt(u, c, l, r.options)), dt(s, o) || (n.prevFromRect = o, n.prevToRect = s, t ||= r.options.animation, r.animate(n, u, s, t)), t && (i = !0, a = Math.max(a, t), clearTimeout(n.animationResetTimer), n.animationResetTimer = setTimeout(function() {
|
|
719
655
|
n.animationTime = 0, n.prevFromRect = null, n.fromRect = null, n.prevToRect = null, n.thisAnimationDuration = null;
|
|
720
656
|
}, t), n.thisAnimationDuration = t);
|
|
721
657
|
}), clearTimeout(t), i ? t = setTimeout(function() {
|
|
@@ -725,26 +661,26 @@ function yt() {
|
|
|
725
661
|
animate: function(e, t, n, r) {
|
|
726
662
|
if (r) {
|
|
727
663
|
L(e, "transition", ""), L(e, "transform", "");
|
|
728
|
-
var i =
|
|
729
|
-
e.animatingX = !!s, e.animatingY = !!c, L(e, "transform", "translate3d(" + s + "px," + c + "px,0)"), this.forRepaintDummy =
|
|
664
|
+
var i = tt(this.el), a = i && i.a, o = i && i.d, s = (t.left - n.left) / (a || 1), c = (t.top - n.top) / (o || 1);
|
|
665
|
+
e.animatingX = !!s, e.animatingY = !!c, L(e, "transform", "translate3d(" + s + "px," + c + "px,0)"), this.forRepaintDummy = yt(e), L(e, "transition", "transform " + r + "ms" + (this.options.easing ? " " + this.options.easing : "")), L(e, "transform", "translate3d(0,0,0)"), typeof e.animated == "number" && clearTimeout(e.animated), e.animated = setTimeout(function() {
|
|
730
666
|
L(e, "transition", ""), L(e, "transform", ""), e.animated = !1, e.animatingX = !1, e.animatingY = !1;
|
|
731
667
|
}, r);
|
|
732
668
|
}
|
|
733
669
|
}
|
|
734
670
|
};
|
|
735
671
|
}
|
|
736
|
-
function
|
|
672
|
+
function yt(e) {
|
|
737
673
|
return e.offsetWidth;
|
|
738
674
|
}
|
|
739
|
-
function
|
|
675
|
+
function bt(e, t, n, r) {
|
|
740
676
|
return Math.sqrt((t.top - e.top) ** 2 + (t.left - e.left) ** 2) / Math.sqrt((t.top - n.top) ** 2 + (t.left - n.left) ** 2) * r.animation;
|
|
741
677
|
}
|
|
742
|
-
var
|
|
678
|
+
var xt = [], St = { initializeByDefault: !0 }, Ct = {
|
|
743
679
|
mount: function(e) {
|
|
744
|
-
for (var t in
|
|
745
|
-
|
|
680
|
+
for (var t in St) St.hasOwnProperty(t) && !(t in e) && (e[t] = St[t]);
|
|
681
|
+
xt.forEach(function(t) {
|
|
746
682
|
if (t.pluginName === e.pluginName) throw `Sortable: Cannot mount plugin ${e.pluginName} more than once`;
|
|
747
|
-
}),
|
|
683
|
+
}), xt.push(e);
|
|
748
684
|
},
|
|
749
685
|
pluginEvent: function(e, t, n) {
|
|
750
686
|
var r = this;
|
|
@@ -752,16 +688,16 @@ var St = [], Ct = { initializeByDefault: !0 }, wt = {
|
|
|
752
688
|
r.eventCanceled = !0;
|
|
753
689
|
};
|
|
754
690
|
var i = e + "Global";
|
|
755
|
-
|
|
691
|
+
xt.forEach(function(r) {
|
|
756
692
|
t[r.pluginName] && (t[r.pluginName][i] && t[r.pluginName][i](M({ sortable: t }, n)), t.options[r.pluginName] && t[r.pluginName][e] && t[r.pluginName][e](M({ sortable: t }, n)));
|
|
757
693
|
});
|
|
758
694
|
},
|
|
759
695
|
initializePlugins: function(e, t, n, r) {
|
|
760
|
-
for (var i in
|
|
696
|
+
for (var i in xt.forEach(function(r) {
|
|
761
697
|
var i = r.pluginName;
|
|
762
698
|
if (!(!e.options[i] && !r.initializeByDefault)) {
|
|
763
699
|
var a = new r(e, t, e.options);
|
|
764
|
-
a.sortable = e, a.options = e.options, e[i] = a,
|
|
700
|
+
a.sortable = e, a.options = e.options, e[i] = a, Ie(n, a.defaults);
|
|
765
701
|
}
|
|
766
702
|
}), e.options) if (e.options.hasOwnProperty(i)) {
|
|
767
703
|
var a = this.modifyOption(e, i, e.options[i]);
|
|
@@ -770,56 +706,56 @@ var St = [], Ct = { initializeByDefault: !0 }, wt = {
|
|
|
770
706
|
},
|
|
771
707
|
getEventProperties: function(e, t) {
|
|
772
708
|
var n = {};
|
|
773
|
-
return
|
|
774
|
-
typeof r.eventProperties == "function" &&
|
|
709
|
+
return xt.forEach(function(r) {
|
|
710
|
+
typeof r.eventProperties == "function" && Ie(n, r.eventProperties.call(t[r.pluginName], e));
|
|
775
711
|
}), n;
|
|
776
712
|
},
|
|
777
713
|
modifyOption: function(e, t, n) {
|
|
778
714
|
var r;
|
|
779
|
-
return
|
|
715
|
+
return xt.forEach(function(i) {
|
|
780
716
|
e[i.pluginName] && i.optionListeners && typeof i.optionListeners[t] == "function" && (r = i.optionListeners[t].call(e[i.pluginName], n));
|
|
781
717
|
}), r;
|
|
782
718
|
}
|
|
783
719
|
};
|
|
784
|
-
function
|
|
720
|
+
function wt(e) {
|
|
785
721
|
var t = e.sortable, n = e.rootEl, r = e.name, i = e.targetEl, a = e.cloneEl, o = e.toEl, s = e.fromEl, c = e.oldIndex, l = e.newIndex, u = e.oldDraggableIndex, d = e.newDraggableIndex, f = e.originalEvent, p = e.putSortable, m = e.extraEventProperties;
|
|
786
722
|
if (t ||= n && n[B], t) {
|
|
787
723
|
var h, g = t.options, _ = "on" + r.charAt(0).toUpperCase() + r.substr(1);
|
|
788
|
-
window.CustomEvent && !
|
|
724
|
+
window.CustomEvent && !Ge && !Ke ? h = new CustomEvent(r, {
|
|
789
725
|
bubbles: !0,
|
|
790
726
|
cancelable: !0
|
|
791
727
|
}) : (h = document.createEvent("Event"), h.initEvent(r, !0, !0)), h.to = o || n, h.from = s || n, h.item = i || n, h.clone = a, h.oldIndex = c, h.newIndex = l, h.oldDraggableIndex = u, h.newDraggableIndex = d, h.originalEvent = f, h.pullMode = p ? p.lastPutMode : void 0;
|
|
792
|
-
var v = M(M({}, m),
|
|
728
|
+
var v = M(M({}, m), Ct.getEventProperties(r, t));
|
|
793
729
|
for (var y in v) h[y] = v[y];
|
|
794
730
|
n && n.dispatchEvent(h), g[_] && g[_].call(t, h);
|
|
795
731
|
}
|
|
796
732
|
}
|
|
797
|
-
var
|
|
798
|
-
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = n.evt, i =
|
|
799
|
-
|
|
733
|
+
var Tt = ["evt"], V = function(e, t) {
|
|
734
|
+
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = n.evt, i = Re(n, Tt);
|
|
735
|
+
Ct.pluginEvent.bind(Q)(e, t, M({
|
|
800
736
|
dragEl: U,
|
|
801
737
|
parentEl: W,
|
|
802
738
|
ghostEl: G,
|
|
803
739
|
rootEl: K,
|
|
804
|
-
nextEl:
|
|
805
|
-
lastDownEl:
|
|
740
|
+
nextEl: Et,
|
|
741
|
+
lastDownEl: Dt,
|
|
806
742
|
cloneEl: q,
|
|
807
|
-
cloneHidden:
|
|
808
|
-
dragStarted:
|
|
743
|
+
cloneHidden: Ot,
|
|
744
|
+
dragStarted: Vt,
|
|
809
745
|
putSortable: Y,
|
|
810
746
|
activeSortable: Q.active,
|
|
811
747
|
originalEvent: r,
|
|
812
|
-
oldIndex:
|
|
813
|
-
oldDraggableIndex:
|
|
748
|
+
oldIndex: kt,
|
|
749
|
+
oldDraggableIndex: At,
|
|
814
750
|
newIndex: J,
|
|
815
|
-
newDraggableIndex:
|
|
816
|
-
hideGhostForTarget:
|
|
817
|
-
unhideGhostForTarget:
|
|
751
|
+
newDraggableIndex: jt,
|
|
752
|
+
hideGhostForTarget: on,
|
|
753
|
+
unhideGhostForTarget: sn,
|
|
818
754
|
cloneNowHidden: function() {
|
|
819
|
-
|
|
755
|
+
Ot = !0;
|
|
820
756
|
},
|
|
821
757
|
cloneNowShown: function() {
|
|
822
|
-
|
|
758
|
+
Ot = !1;
|
|
823
759
|
},
|
|
824
760
|
dispatchSortableEvent: function(e) {
|
|
825
761
|
H({
|
|
@@ -831,45 +767,45 @@ var Et = ["evt"], V = function(e, t) {
|
|
|
831
767
|
}, i));
|
|
832
768
|
};
|
|
833
769
|
function H(e) {
|
|
834
|
-
|
|
770
|
+
wt(M({
|
|
835
771
|
putSortable: Y,
|
|
836
772
|
cloneEl: q,
|
|
837
773
|
targetEl: U,
|
|
838
774
|
rootEl: K,
|
|
839
|
-
oldIndex:
|
|
840
|
-
oldDraggableIndex:
|
|
775
|
+
oldIndex: kt,
|
|
776
|
+
oldDraggableIndex: At,
|
|
841
777
|
newIndex: J,
|
|
842
|
-
newDraggableIndex:
|
|
778
|
+
newDraggableIndex: jt
|
|
843
779
|
}, e));
|
|
844
780
|
}
|
|
845
|
-
var U, W, G, K,
|
|
846
|
-
if (
|
|
847
|
-
if (
|
|
781
|
+
var U, W, G, K, Et, Dt, q, Ot, kt, J, At, jt, Mt, Y, Nt = !1, Pt = !1, Ft = [], It, X, Lt, Rt, zt, Bt, Vt, Ht, Ut, Wt = !1, Gt = !1, Kt, Z, qt = [], Jt = !1, Yt = [], Xt = typeof document < "u", Zt = Ye, Qt = Ke || Ge ? "cssFloat" : "float", $t = Xt && !Xe && !Ye && "draggable" in document.createElement("div"), en = function() {
|
|
782
|
+
if (Xt) {
|
|
783
|
+
if (Ge) return !1;
|
|
848
784
|
var e = document.createElement("x");
|
|
849
785
|
return e.style.cssText = "pointer-events:auto", e.style.pointerEvents === "auto";
|
|
850
786
|
}
|
|
851
|
-
}(),
|
|
852
|
-
var n = L(e), r = parseInt(n.width) - parseInt(n.paddingLeft) - parseInt(n.paddingRight) - parseInt(n.borderLeftWidth) - parseInt(n.borderRightWidth), i =
|
|
787
|
+
}(), tn = function(e, t) {
|
|
788
|
+
var n = L(e), r = parseInt(n.width) - parseInt(n.paddingLeft) - parseInt(n.paddingRight) - parseInt(n.borderLeftWidth) - parseInt(n.borderRightWidth), i = at(e, 0, t), a = at(e, 1, t), o = i && L(i), s = a && L(a), c = o && parseInt(o.marginLeft) + parseInt(o.marginRight) + R(i).width, l = s && parseInt(s.marginLeft) + parseInt(s.marginRight) + R(a).width;
|
|
853
789
|
if (n.display === "flex") return n.flexDirection === "column" || n.flexDirection === "column-reverse" ? "vertical" : "horizontal";
|
|
854
790
|
if (n.display === "grid") return n.gridTemplateColumns.split(" ").length <= 1 ? "vertical" : "horizontal";
|
|
855
791
|
if (i && o.float && o.float !== "none") {
|
|
856
792
|
var u = o.float === "left" ? "left" : "right";
|
|
857
793
|
return a && (s.clear === "both" || s.clear === u) ? "vertical" : "horizontal";
|
|
858
794
|
}
|
|
859
|
-
return i && (o.display === "block" || o.display === "flex" || o.display === "table" || o.display === "grid" || c >= r && n[
|
|
860
|
-
},
|
|
795
|
+
return i && (o.display === "block" || o.display === "flex" || o.display === "table" || o.display === "grid" || c >= r && n[Qt] === "none" || a && n[Qt] === "none" && c + l > r) ? "vertical" : "horizontal";
|
|
796
|
+
}, nn = function(e, t, n) {
|
|
861
797
|
var r = n ? e.left : e.top, i = n ? e.right : e.bottom, a = n ? e.width : e.height, o = n ? t.left : t.top, s = n ? t.right : t.bottom, c = n ? t.width : t.height;
|
|
862
798
|
return r === o || i === s || r + a / 2 === o + c / 2;
|
|
863
|
-
},
|
|
799
|
+
}, rn = function(e, t) {
|
|
864
800
|
var n;
|
|
865
|
-
return
|
|
801
|
+
return Ft.some(function(r) {
|
|
866
802
|
var i = r[B].options.emptyInsertThreshold;
|
|
867
|
-
if (!(!i ||
|
|
803
|
+
if (!(!i || ot(r))) {
|
|
868
804
|
var a = R(r), o = e >= a.left - i && e <= a.right + i, s = t >= a.top - i && t <= a.bottom + i;
|
|
869
805
|
if (o && s) return n = r;
|
|
870
806
|
}
|
|
871
807
|
}), n;
|
|
872
|
-
},
|
|
808
|
+
}, an = function(e) {
|
|
873
809
|
function t(e, n) {
|
|
874
810
|
return function(r, i, a, o) {
|
|
875
811
|
var s = r.options.group.name && i.options.group.name && r.options.group.name === i.options.group.name;
|
|
@@ -882,31 +818,31 @@ var U, W, G, K, Dt, Ot, q, kt, At, J, jt, Mt, Nt, Y, Pt = !1, Ft = !1, It = [],
|
|
|
882
818
|
};
|
|
883
819
|
}
|
|
884
820
|
var n = {}, r = e.group;
|
|
885
|
-
(!r ||
|
|
821
|
+
(!r || He(r) != "object") && (r = { name: r }), n.name = r.name, n.checkPull = t(r.pull, !0), n.checkPut = t(r.put), n.revertClone = r.revertClone, e.group = n;
|
|
822
|
+
}, on = function() {
|
|
823
|
+
!en && G && L(G, "display", "none");
|
|
886
824
|
}, sn = function() {
|
|
887
|
-
!
|
|
888
|
-
}, cn = function() {
|
|
889
|
-
!tn && G && L(G, "display", "");
|
|
825
|
+
!en && G && L(G, "display", "");
|
|
890
826
|
};
|
|
891
|
-
|
|
892
|
-
if (
|
|
827
|
+
Xt && !Xe && document.addEventListener("click", function(e) {
|
|
828
|
+
if (Pt) return e.preventDefault(), e.stopPropagation && e.stopPropagation(), e.stopImmediatePropagation && e.stopImmediatePropagation(), Pt = !1, !1;
|
|
893
829
|
}, !0);
|
|
894
|
-
var
|
|
830
|
+
var cn = function(e) {
|
|
895
831
|
if (U) {
|
|
896
832
|
e = e.touches ? e.touches[0] : e;
|
|
897
|
-
var t =
|
|
833
|
+
var t = rn(e.clientX, e.clientY);
|
|
898
834
|
if (t) {
|
|
899
835
|
var n = {};
|
|
900
836
|
for (var r in e) e.hasOwnProperty(r) && (n[r] = e[r]);
|
|
901
837
|
n.target = n.rootEl = t, n.preventDefault = void 0, n.stopPropagation = void 0, t[B]._onDragOver(n);
|
|
902
838
|
}
|
|
903
839
|
}
|
|
904
|
-
},
|
|
840
|
+
}, ln = function(e) {
|
|
905
841
|
U && U.parentNode[B]._isOutsideThisEl(e.target);
|
|
906
842
|
};
|
|
907
843
|
function Q(e, t) {
|
|
908
844
|
if (!(e && e.nodeType && e.nodeType === 1)) throw `Sortable: \`el\` must be an HTMLElement, not ${{}.toString.call(e)}`;
|
|
909
|
-
this.el = e, this.options = t =
|
|
845
|
+
this.el = e, this.options = t = Ie({}, t), e[B] = this;
|
|
910
846
|
var n = {
|
|
911
847
|
group: null,
|
|
912
848
|
sort: !0,
|
|
@@ -919,7 +855,7 @@ function Q(e, t) {
|
|
|
919
855
|
invertedSwapThreshold: null,
|
|
920
856
|
removeCloneOnHide: !0,
|
|
921
857
|
direction: function() {
|
|
922
|
-
return
|
|
858
|
+
return tn(e, this.options);
|
|
923
859
|
},
|
|
924
860
|
ghostClass: "sortable-ghost",
|
|
925
861
|
chosenClass: "sortable-chosen",
|
|
@@ -946,17 +882,17 @@ function Q(e, t) {
|
|
|
946
882
|
x: 0,
|
|
947
883
|
y: 0
|
|
948
884
|
},
|
|
949
|
-
supportPointer: Q.supportPointer !== !1 && "PointerEvent" in window && (!
|
|
885
|
+
supportPointer: Q.supportPointer !== !1 && "PointerEvent" in window && (!Je || Ye),
|
|
950
886
|
emptyInsertThreshold: 5
|
|
951
887
|
};
|
|
952
|
-
for (var r in
|
|
953
|
-
for (var i in
|
|
954
|
-
this.nativeDraggable = t.forceFallback ? !1 :
|
|
888
|
+
for (var r in Ct.initializePlugins(this, e, n), n) !(r in t) && (t[r] = n[r]);
|
|
889
|
+
for (var i in an(t), this) i.charAt(0) === "_" && typeof this[i] == "function" && (this[i] = this[i].bind(this));
|
|
890
|
+
this.nativeDraggable = t.forceFallback ? !1 : $t, this.nativeDraggable && (this.options.touchStartThreshold = 1), t.supportPointer ? N(e, "pointerdown", this._onTapStart) : (N(e, "mousedown", this._onTapStart), N(e, "touchstart", this._onTapStart)), this.nativeDraggable && (N(e, "dragover", this), N(e, "dragenter", this)), Ft.push(this.el), t.store && t.store.get && this.sort(t.store.get(this) || []), Ie(this, vt());
|
|
955
891
|
}
|
|
956
892
|
Q.prototype = {
|
|
957
893
|
constructor: Q,
|
|
958
894
|
_isOutsideThisEl: function(e) {
|
|
959
|
-
!this.el.contains(e) && e !== this.el && (
|
|
895
|
+
!this.el.contains(e) && e !== this.el && (Ht = null);
|
|
960
896
|
},
|
|
961
897
|
_getDirection: function(e, t) {
|
|
962
898
|
return typeof this.options.direction == "function" ? this.options.direction.call(this, e, t, U) : this.options.direction;
|
|
@@ -964,8 +900,8 @@ Q.prototype = {
|
|
|
964
900
|
_onTapStart: function(e) {
|
|
965
901
|
if (e.cancelable) {
|
|
966
902
|
var t = this, n = this.el, r = this.options, i = r.preventOnFilter, a = e.type, o = e.touches && e.touches[0] || e.pointerType && e.pointerType === "touch" && e, s = (o || e).target, c = e.target.shadowRoot && (e.path && e.path[0] || e.composedPath && e.composedPath()[0]) || s, l = r.filter;
|
|
967
|
-
if (
|
|
968
|
-
if (
|
|
903
|
+
if (yn(n), !U && !(/mousedown|pointerdown/.test(a) && e.button !== 0 || r.disabled) && !c.isContentEditable && !(!this.nativeDraggable && Je && s && s.tagName.toUpperCase() === "SELECT") && (s = F(s, r.draggable, n, !1), !(s && s.animated) && Dt !== s)) {
|
|
904
|
+
if (kt = z(s), At = z(s, r.draggable), typeof l == "function") {
|
|
969
905
|
if (l.call(this, e, s, this)) {
|
|
970
906
|
H({
|
|
971
907
|
sortable: t,
|
|
@@ -998,23 +934,23 @@ Q.prototype = {
|
|
|
998
934
|
var r = this, i = r.el, a = r.options, o = i.ownerDocument, s;
|
|
999
935
|
if (n && !U && n.parentNode === i) {
|
|
1000
936
|
var c = R(n);
|
|
1001
|
-
if (K = i, U = n, W = U.parentNode,
|
|
937
|
+
if (K = i, U = n, W = U.parentNode, Et = U.nextSibling, Dt = n, Mt = a.group, Q.dragged = U, It = {
|
|
1002
938
|
target: U,
|
|
1003
939
|
clientX: (t || e).clientX,
|
|
1004
940
|
clientY: (t || e).clientY
|
|
1005
|
-
},
|
|
941
|
+
}, zt = It.clientX - c.left, Bt = It.clientY - c.top, this._lastX = (t || e).clientX, this._lastY = (t || e).clientY, U.style["will-change"] = "all", s = function() {
|
|
1006
942
|
if (V("delayEnded", r, { evt: e }), Q.eventCanceled) {
|
|
1007
943
|
r._onDrop();
|
|
1008
944
|
return;
|
|
1009
945
|
}
|
|
1010
|
-
r._disableDelayedDragEvents(), !
|
|
946
|
+
r._disableDelayedDragEvents(), !qe && r.nativeDraggable && (U.draggable = !0), r._triggerDragStart(e, t), H({
|
|
1011
947
|
sortable: r,
|
|
1012
948
|
name: "choose",
|
|
1013
949
|
originalEvent: e
|
|
1014
950
|
}), I(U, a.chosenClass, !0);
|
|
1015
951
|
}, a.ignore.split(",").forEach(function(e) {
|
|
1016
|
-
|
|
1017
|
-
}), N(o, "dragover",
|
|
952
|
+
nt(U, e.trim(), fn);
|
|
953
|
+
}), N(o, "dragover", cn), N(o, "mousemove", cn), N(o, "touchmove", cn), a.supportPointer ? (N(o, "pointerup", r._onDrop), !this.nativeDraggable && N(o, "pointercancel", r._onDrop)) : (N(o, "mouseup", r._onDrop), N(o, "touchend", r._onDrop), N(o, "touchcancel", r._onDrop)), qe && this.nativeDraggable && (this.options.touchStartThreshold = 4, U.draggable = !0), V("delayStart", this, { evt: e }), a.delay && (!a.delayOnTouchOnly || t) && (!this.nativeDraggable || !(Ke || Ge))) {
|
|
1018
954
|
if (Q.eventCanceled) {
|
|
1019
955
|
this._onDrop();
|
|
1020
956
|
return;
|
|
@@ -1028,7 +964,7 @@ Q.prototype = {
|
|
|
1028
964
|
Math.max(Math.abs(t.clientX - this._lastX), Math.abs(t.clientY - this._lastY)) >= Math.floor(this.options.touchStartThreshold / (this.nativeDraggable && window.devicePixelRatio || 1)) && this._disableDelayedDrag();
|
|
1029
965
|
},
|
|
1030
966
|
_disableDelayedDrag: function() {
|
|
1031
|
-
U &&
|
|
967
|
+
U && fn(U), clearTimeout(this._dragStartTimer), this._disableDelayedDragEvents();
|
|
1032
968
|
},
|
|
1033
969
|
_disableDelayedDragEvents: function() {
|
|
1034
970
|
var e = this.el.ownerDocument;
|
|
@@ -1037,14 +973,14 @@ Q.prototype = {
|
|
|
1037
973
|
_triggerDragStart: function(e, t) {
|
|
1038
974
|
t ||= e.pointerType == "touch" && e, !this.nativeDraggable || t ? this.options.supportPointer ? N(document, "pointermove", this._onTouchMove) : t ? N(document, "touchmove", this._onTouchMove) : N(document, "mousemove", this._onTouchMove) : (N(U, "dragend", this), N(K, "dragstart", this._onDragStart));
|
|
1039
975
|
try {
|
|
1040
|
-
document.selection ?
|
|
976
|
+
document.selection ? bn(function() {
|
|
1041
977
|
document.selection.empty();
|
|
1042
978
|
}) : window.getSelection().removeAllRanges();
|
|
1043
979
|
} catch {}
|
|
1044
980
|
},
|
|
1045
981
|
_dragStarted: function(e, t) {
|
|
1046
|
-
if (
|
|
1047
|
-
V("dragStarted", this, { evt: t }), this.nativeDraggable && N(document, "dragover",
|
|
982
|
+
if (Nt = !1, K && U) {
|
|
983
|
+
V("dragStarted", this, { evt: t }), this.nativeDraggable && N(document, "dragover", ln);
|
|
1048
984
|
var n = this.options;
|
|
1049
985
|
!e && I(U, n.dragClass, !1), I(U, n.ghostClass, !0), Q.active = this, e && this._appendGhost(), H({
|
|
1050
986
|
sortable: this,
|
|
@@ -1055,7 +991,7 @@ Q.prototype = {
|
|
|
1055
991
|
},
|
|
1056
992
|
_emulateDragOver: function() {
|
|
1057
993
|
if (X) {
|
|
1058
|
-
this._lastX = X.clientX, this._lastY = X.clientY,
|
|
994
|
+
this._lastX = X.clientX, this._lastY = X.clientY, on();
|
|
1059
995
|
for (var e = document.elementFromPoint(X.clientX, X.clientY), t = e; e && e.shadowRoot && (e = e.shadowRoot.elementFromPoint(X.clientX, X.clientY), e !== t);) t = e;
|
|
1060
996
|
if (U.parentNode[B]._isOutsideThisEl(e), t) do {
|
|
1061
997
|
if (t[B]) {
|
|
@@ -1068,19 +1004,19 @@ Q.prototype = {
|
|
|
1068
1004
|
}), n && !this.options.dragoverBubble) break;
|
|
1069
1005
|
}
|
|
1070
1006
|
e = t;
|
|
1071
|
-
} while (t =
|
|
1072
|
-
|
|
1007
|
+
} while (t = $e(t));
|
|
1008
|
+
sn();
|
|
1073
1009
|
}
|
|
1074
1010
|
},
|
|
1075
1011
|
_onTouchMove: function(e) {
|
|
1076
|
-
if (
|
|
1077
|
-
var t = this.options, n = t.fallbackTolerance, r = t.fallbackOffset, i = e.touches ? e.touches[0] : e, a = G &&
|
|
1078
|
-
if (!Q.active && !
|
|
1012
|
+
if (It) {
|
|
1013
|
+
var t = this.options, n = t.fallbackTolerance, r = t.fallbackOffset, i = e.touches ? e.touches[0] : e, a = G && tt(G, !0), o = G && a && a.a, s = G && a && a.d, c = Zt && Z && st(Z), l = (i.clientX - It.clientX + r.x) / (o || 1) + (c ? c[0] - qt[0] : 0) / (o || 1), u = (i.clientY - It.clientY + r.y) / (s || 1) + (c ? c[1] - qt[1] : 0) / (s || 1);
|
|
1014
|
+
if (!Q.active && !Nt) {
|
|
1079
1015
|
if (n && Math.max(Math.abs(i.clientX - this._lastX), Math.abs(i.clientY - this._lastY)) < n) return;
|
|
1080
1016
|
this._onDragStart(e, !0);
|
|
1081
1017
|
}
|
|
1082
1018
|
if (G) {
|
|
1083
|
-
a ? (a.e += l - (
|
|
1019
|
+
a ? (a.e += l - (Lt || 0), a.f += u - (Rt || 0)) : a = {
|
|
1084
1020
|
a: 1,
|
|
1085
1021
|
b: 0,
|
|
1086
1022
|
c: 0,
|
|
@@ -1089,19 +1025,19 @@ Q.prototype = {
|
|
|
1089
1025
|
f: u
|
|
1090
1026
|
};
|
|
1091
1027
|
var d = `matrix(${a.a},${a.b},${a.c},${a.d},${a.e},${a.f})`;
|
|
1092
|
-
L(G, "webkitTransform", d), L(G, "mozTransform", d), L(G, "msTransform", d), L(G, "transform", d),
|
|
1028
|
+
L(G, "webkitTransform", d), L(G, "mozTransform", d), L(G, "msTransform", d), L(G, "transform", d), Lt = l, Rt = u, X = i;
|
|
1093
1029
|
}
|
|
1094
1030
|
e.cancelable && e.preventDefault();
|
|
1095
1031
|
}
|
|
1096
1032
|
},
|
|
1097
1033
|
_appendGhost: function() {
|
|
1098
1034
|
if (!G) {
|
|
1099
|
-
var e = this.options.fallbackOnBody ? document.body : K, t = R(U, !0,
|
|
1100
|
-
if (
|
|
1035
|
+
var e = this.options.fallbackOnBody ? document.body : K, t = R(U, !0, Zt, !0, e), n = this.options;
|
|
1036
|
+
if (Zt) {
|
|
1101
1037
|
for (Z = e; L(Z, "position") === "static" && L(Z, "transform") === "none" && Z !== document;) Z = Z.parentNode;
|
|
1102
|
-
Z !== document.body && Z !== document.documentElement ? (Z === document && (Z =
|
|
1038
|
+
Z !== document.body && Z !== document.documentElement ? (Z === document && (Z = rt()), t.top += Z.scrollTop, t.left += Z.scrollLeft) : Z = rt(), qt = st(Z);
|
|
1103
1039
|
}
|
|
1104
|
-
G = U.cloneNode(!0), I(G, n.ghostClass, !1), I(G, n.fallbackClass, !0), I(G, n.dragClass, !0), L(G, "transition", ""), L(G, "transform", ""), L(G, "box-sizing", "border-box"), L(G, "margin", 0), L(G, "top", t.top), L(G, "left", t.left), L(G, "width", t.width), L(G, "height", t.height), L(G, "opacity", "0.8"), L(G, "position",
|
|
1040
|
+
G = U.cloneNode(!0), I(G, n.ghostClass, !1), I(G, n.fallbackClass, !0), I(G, n.dragClass, !0), L(G, "transition", ""), L(G, "transform", ""), L(G, "box-sizing", "border-box"), L(G, "margin", 0), L(G, "top", t.top), L(G, "left", t.left), L(G, "width", t.width), L(G, "height", t.height), L(G, "opacity", "0.8"), L(G, "position", Zt ? "absolute" : "fixed"), L(G, "zIndex", "100000"), L(G, "pointerEvents", "none"), Q.ghost = G, e.appendChild(G), L(G, "transform-origin", zt / parseInt(G.style.width) * 100 + "% " + Bt / parseInt(G.style.height) * 100 + "%");
|
|
1105
1041
|
}
|
|
1106
1042
|
},
|
|
1107
1043
|
_onDragStart: function(e, t) {
|
|
@@ -1110,16 +1046,16 @@ Q.prototype = {
|
|
|
1110
1046
|
this._onDrop();
|
|
1111
1047
|
return;
|
|
1112
1048
|
}
|
|
1113
|
-
V("setupClone", this), Q.eventCanceled || (q =
|
|
1049
|
+
V("setupClone", this), Q.eventCanceled || (q = gt(U), q.removeAttribute("id"), q.draggable = !1, q.style["will-change"] = "", this._hideClone(), I(q, this.options.chosenClass, !1), Q.clone = q), n.cloneId = bn(function() {
|
|
1114
1050
|
V("clone", n), !Q.eventCanceled && (n.options.removeCloneOnHide || K.insertBefore(q, U), n._hideClone(), H({
|
|
1115
1051
|
sortable: n,
|
|
1116
1052
|
name: "clone"
|
|
1117
1053
|
}));
|
|
1118
|
-
}), !t && I(U, i.dragClass, !0), t ? (
|
|
1054
|
+
}), !t && I(U, i.dragClass, !0), t ? (Pt = !0, n._loopId = setInterval(n._emulateDragOver, 50)) : (P(document, "mouseup", n._onDrop), P(document, "touchend", n._onDrop), P(document, "touchcancel", n._onDrop), r && (r.effectAllowed = "move", i.setData && i.setData.call(n, r, U)), N(document, "drop", n), L(U, "transform", "translateZ(0)")), Nt = !0, n._dragStartId = bn(n._dragStarted.bind(n, t, e)), N(document, "selectstart", n), Vt = !0, window.getSelection().removeAllRanges(), Je && L(document.body, "user-select", "none");
|
|
1119
1055
|
},
|
|
1120
1056
|
_onDragOver: function(e) {
|
|
1121
|
-
var t = this.el, n = e.target, r, i, a, o = this.options, s = o.group, c = Q.active, l =
|
|
1122
|
-
if (
|
|
1057
|
+
var t = this.el, n = e.target, r, i, a, o = this.options, s = o.group, c = Q.active, l = Mt === s, u = o.sort, d = Y || c, f, p = this, m = !1;
|
|
1058
|
+
if (Jt) return;
|
|
1123
1059
|
function h(o, s) {
|
|
1124
1060
|
V(o, p, M({
|
|
1125
1061
|
evt: e,
|
|
@@ -1133,7 +1069,7 @@ Q.prototype = {
|
|
|
1133
1069
|
target: n,
|
|
1134
1070
|
completed: _,
|
|
1135
1071
|
onMove: function(n, i) {
|
|
1136
|
-
return
|
|
1072
|
+
return dn(K, t, U, r, n, R(n), e, i);
|
|
1137
1073
|
},
|
|
1138
1074
|
changed: v
|
|
1139
1075
|
}, s));
|
|
@@ -1144,48 +1080,48 @@ Q.prototype = {
|
|
|
1144
1080
|
function _(r) {
|
|
1145
1081
|
return h("dragOverCompleted", { insertion: r }), r && (l ? c._hideClone() : c._showClone(p), p !== d && (I(U, Y ? Y.options.ghostClass : c.options.ghostClass, !1), I(U, o.ghostClass, !0)), Y !== p && p !== Q.active ? Y = p : p === Q.active && Y && (Y = null), d === p && (p._ignoreWhileAnimating = n), p.animateAll(function() {
|
|
1146
1082
|
h("dragOverAnimationComplete"), p._ignoreWhileAnimating = null;
|
|
1147
|
-
}), p !== d && (d.animateAll(), d._ignoreWhileAnimating = null)), (n === U && !U.animated || n === t && !n.animated) && (
|
|
1083
|
+
}), p !== d && (d.animateAll(), d._ignoreWhileAnimating = null)), (n === U && !U.animated || n === t && !n.animated) && (Ht = null), !o.dragoverBubble && !e.rootEl && n !== document && (U.parentNode[B]._isOutsideThisEl(e.target), !r && cn(e)), !o.dragoverBubble && e.stopPropagation && e.stopPropagation(), m = !0;
|
|
1148
1084
|
}
|
|
1149
1085
|
function v() {
|
|
1150
|
-
J = z(U),
|
|
1086
|
+
J = z(U), jt = z(U, o.draggable), H({
|
|
1151
1087
|
sortable: p,
|
|
1152
1088
|
name: "change",
|
|
1153
1089
|
toEl: t,
|
|
1154
1090
|
newIndex: J,
|
|
1155
|
-
newDraggableIndex:
|
|
1091
|
+
newDraggableIndex: jt,
|
|
1156
1092
|
originalEvent: e
|
|
1157
1093
|
});
|
|
1158
1094
|
}
|
|
1159
1095
|
if (e.preventDefault !== void 0 && e.cancelable && e.preventDefault(), n = F(n, o.draggable, t, !0), h("dragOver"), Q.eventCanceled) return m;
|
|
1160
1096
|
if (U.contains(e.target) || n.animated && n.animatingX && n.animatingY || p._ignoreWhileAnimating === n) return _(!1);
|
|
1161
|
-
if (
|
|
1097
|
+
if (Pt = !1, c && !o.disabled && (l ? u || (a = W !== K) : Y === this || (this.lastPutMode = Mt.checkPull(this, c, U, e)) && s.checkPut(this, c, U, e))) {
|
|
1162
1098
|
if (f = this._getDirection(e, n) === "vertical", r = R(U), h("dragOverValid"), Q.eventCanceled) return m;
|
|
1163
|
-
if (a) return W = K, g(), this._hideClone(), h("revert"), Q.eventCanceled || (
|
|
1164
|
-
var y =
|
|
1165
|
-
if (!y ||
|
|
1099
|
+
if (a) return W = K, g(), this._hideClone(), h("revert"), Q.eventCanceled || (Et ? K.insertBefore(U, Et) : K.appendChild(U)), _(!0);
|
|
1100
|
+
var y = ot(t, o.draggable);
|
|
1101
|
+
if (!y || hn(e, f, this) && !y.animated) {
|
|
1166
1102
|
if (y === U) return _(!1);
|
|
1167
|
-
if (y && t === e.target && (n = y), n && (i = R(n)),
|
|
1168
|
-
} else if (y &&
|
|
1169
|
-
var b =
|
|
1103
|
+
if (y && t === e.target && (n = y), n && (i = R(n)), dn(K, t, U, r, n, i, e, !!n) !== !1) return g(), y && y.nextSibling ? t.insertBefore(U, y.nextSibling) : t.appendChild(U), W = t, v(), _(!0);
|
|
1104
|
+
} else if (y && mn(e, f, this)) {
|
|
1105
|
+
var b = at(t, 0, o, !0);
|
|
1170
1106
|
if (b === U) return _(!1);
|
|
1171
|
-
if (n = b, i = R(n),
|
|
1107
|
+
if (n = b, i = R(n), dn(K, t, U, r, n, i, e, !1) !== !1) return g(), t.insertBefore(U, b), W = t, v(), _(!0);
|
|
1172
1108
|
} else if (n.parentNode === t) {
|
|
1173
1109
|
i = R(n);
|
|
1174
|
-
var x = 0, ee, te = U.parentNode !== t, ne = !
|
|
1175
|
-
|
|
1176
|
-
var
|
|
1110
|
+
var x = 0, ee, te = U.parentNode !== t, ne = !nn(U.animated && U.toRect || r, n.animated && n.toRect || i, f), S = f ? "top" : "left", C = it(n, "top", "top") || it(U, "top", "top"), w = C ? C.scrollTop : void 0;
|
|
1111
|
+
Ht !== n && (ee = i[S], Wt = !1, Gt = !ne && o.invertSwap || te), x = gn(e, n, i, f, ne ? 1 : o.swapThreshold, o.invertedSwapThreshold == null ? o.swapThreshold : o.invertedSwapThreshold, Gt, Ht === n);
|
|
1112
|
+
var re;
|
|
1177
1113
|
if (x !== 0) {
|
|
1178
|
-
var
|
|
1114
|
+
var T = z(U);
|
|
1179
1115
|
do
|
|
1180
|
-
|
|
1181
|
-
while (
|
|
1116
|
+
T -= x, re = W.children[T];
|
|
1117
|
+
while (re && (L(re, "display") === "none" || re === G));
|
|
1182
1118
|
}
|
|
1183
|
-
if (x === 0 ||
|
|
1184
|
-
|
|
1185
|
-
var
|
|
1186
|
-
|
|
1187
|
-
var
|
|
1188
|
-
if (
|
|
1119
|
+
if (x === 0 || re === n) return _(!1);
|
|
1120
|
+
Ht = n, Ut = x;
|
|
1121
|
+
var E = n.nextElementSibling, ie = !1;
|
|
1122
|
+
ie = x === 1;
|
|
1123
|
+
var D = dn(K, t, U, r, n, i, e, ie);
|
|
1124
|
+
if (D !== !1) return (D === 1 || D === -1) && (ie = D === 1), Jt = !0, setTimeout(pn, 30), g(), ie && !E ? t.appendChild(U) : n.parentNode.insertBefore(U, ie ? E : n), C && ht(C, 0, w - C.scrollTop), W = U.parentNode, ee !== void 0 && !Gt && (Kt = Math.abs(ee - R(n)[S])), v(), _(!0);
|
|
1189
1125
|
}
|
|
1190
1126
|
if (t.contains(U)) return _(!1);
|
|
1191
1127
|
}
|
|
@@ -1193,7 +1129,7 @@ Q.prototype = {
|
|
|
1193
1129
|
},
|
|
1194
1130
|
_ignoreWhileAnimating: null,
|
|
1195
1131
|
_offMoveEvents: function() {
|
|
1196
|
-
P(document, "mousemove", this._onTouchMove), P(document, "touchmove", this._onTouchMove), P(document, "pointermove", this._onTouchMove), P(document, "dragover",
|
|
1132
|
+
P(document, "mousemove", this._onTouchMove), P(document, "touchmove", this._onTouchMove), P(document, "pointermove", this._onTouchMove), P(document, "dragover", cn), P(document, "mousemove", cn), P(document, "touchmove", cn);
|
|
1197
1133
|
},
|
|
1198
1134
|
_offUpEvents: function() {
|
|
1199
1135
|
var e = this.el.ownerDocument;
|
|
@@ -1201,18 +1137,18 @@ Q.prototype = {
|
|
|
1201
1137
|
},
|
|
1202
1138
|
_onDrop: function(e) {
|
|
1203
1139
|
var t = this.el, n = this.options;
|
|
1204
|
-
if (J = z(U),
|
|
1140
|
+
if (J = z(U), jt = z(U, n.draggable), V("drop", this, { evt: e }), W = U && U.parentNode, J = z(U), jt = z(U, n.draggable), Q.eventCanceled) {
|
|
1205
1141
|
this._nulling();
|
|
1206
1142
|
return;
|
|
1207
1143
|
}
|
|
1208
|
-
|
|
1144
|
+
Nt = !1, Gt = !1, Wt = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), xn(this.cloneId), xn(this._dragStartId), this.nativeDraggable && (P(document, "drop", this), P(t, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Je && L(document.body, "user-select", ""), L(U, "transform", ""), e && (Vt && (e.cancelable && e.preventDefault(), !n.dropBubble && e.stopPropagation()), G && G.parentNode && G.parentNode.removeChild(G), (K === W || Y && Y.lastPutMode !== "clone") && q && q.parentNode && q.parentNode.removeChild(q), U && (this.nativeDraggable && P(U, "dragend", this), fn(U), U.style["will-change"] = "", Vt && !Nt && I(U, Y ? Y.options.ghostClass : this.options.ghostClass, !1), I(U, this.options.chosenClass, !1), H({
|
|
1209
1145
|
sortable: this,
|
|
1210
1146
|
name: "unchoose",
|
|
1211
1147
|
toEl: W,
|
|
1212
1148
|
newIndex: null,
|
|
1213
1149
|
newDraggableIndex: null,
|
|
1214
1150
|
originalEvent: e
|
|
1215
|
-
}), K === W ? J !==
|
|
1151
|
+
}), K === W ? J !== kt && J >= 0 && (H({
|
|
1216
1152
|
sortable: this,
|
|
1217
1153
|
name: "update",
|
|
1218
1154
|
toEl: W,
|
|
@@ -1244,7 +1180,7 @@ Q.prototype = {
|
|
|
1244
1180
|
name: "sort",
|
|
1245
1181
|
toEl: W,
|
|
1246
1182
|
originalEvent: e
|
|
1247
|
-
})), Y && Y.save()), Q.active && ((J == null || J === -1) && (J =
|
|
1183
|
+
})), Y && Y.save()), Q.active && ((J == null || J === -1) && (J = kt, jt = At), H({
|
|
1248
1184
|
sortable: this,
|
|
1249
1185
|
name: "end",
|
|
1250
1186
|
toEl: W,
|
|
@@ -1252,11 +1188,11 @@ Q.prototype = {
|
|
|
1252
1188
|
}), this.save()))), this._nulling();
|
|
1253
1189
|
},
|
|
1254
1190
|
_nulling: function() {
|
|
1255
|
-
V("nulling", this), K = U = W = G =
|
|
1191
|
+
V("nulling", this), K = U = W = G = Et = q = Dt = Ot = It = X = Vt = J = jt = kt = At = Ht = Ut = Y = Mt = Q.dragged = Q.ghost = Q.clone = Q.active = null;
|
|
1256
1192
|
var e = this.el;
|
|
1257
|
-
|
|
1193
|
+
Yt.forEach(function(t) {
|
|
1258
1194
|
e.contains(t) && (t.checked = !0);
|
|
1259
|
-
}),
|
|
1195
|
+
}), Yt.length = Lt = Rt = 0;
|
|
1260
1196
|
},
|
|
1261
1197
|
handleEvent: function(e) {
|
|
1262
1198
|
switch (e.type) {
|
|
@@ -1266,7 +1202,7 @@ Q.prototype = {
|
|
|
1266
1202
|
break;
|
|
1267
1203
|
case "dragenter":
|
|
1268
1204
|
case "dragover":
|
|
1269
|
-
U && (this._onDragOver(e),
|
|
1205
|
+
U && (this._onDragOver(e), un(e));
|
|
1270
1206
|
break;
|
|
1271
1207
|
case "selectstart":
|
|
1272
1208
|
e.preventDefault();
|
|
@@ -1274,7 +1210,7 @@ Q.prototype = {
|
|
|
1274
1210
|
}
|
|
1275
1211
|
},
|
|
1276
1212
|
toArray: function() {
|
|
1277
|
-
for (var e = [], t, n = this.el.children, r = 0, i = n.length, a = this.options; r < i; r++) t = n[r], F(t, a.draggable, this.el, !1) && e.push(t.getAttribute(a.dataIdAttr) ||
|
|
1213
|
+
for (var e = [], t, n = this.el.children, r = 0, i = n.length, a = this.options; r < i; r++) t = n[r], F(t, a.draggable, this.el, !1) && e.push(t.getAttribute(a.dataIdAttr) || vn(t));
|
|
1278
1214
|
return e;
|
|
1279
1215
|
},
|
|
1280
1216
|
sort: function(e, t) {
|
|
@@ -1296,20 +1232,20 @@ Q.prototype = {
|
|
|
1296
1232
|
option: function(e, t) {
|
|
1297
1233
|
var n = this.options;
|
|
1298
1234
|
if (t === void 0) return n[e];
|
|
1299
|
-
var r =
|
|
1300
|
-
r === void 0 ? n[e] = t : n[e] = r, e === "group" &&
|
|
1235
|
+
var r = Ct.modifyOption(this, e, t);
|
|
1236
|
+
r === void 0 ? n[e] = t : n[e] = r, e === "group" && an(n);
|
|
1301
1237
|
},
|
|
1302
1238
|
destroy: function() {
|
|
1303
1239
|
V("destroy", this);
|
|
1304
1240
|
var e = this.el;
|
|
1305
1241
|
e[B] = null, P(e, "mousedown", this._onTapStart), P(e, "touchstart", this._onTapStart), P(e, "pointerdown", this._onTapStart), this.nativeDraggable && (P(e, "dragover", this), P(e, "dragenter", this)), Array.prototype.forEach.call(e.querySelectorAll("[draggable]"), function(e) {
|
|
1306
1242
|
e.removeAttribute("draggable");
|
|
1307
|
-
}), this._onDrop(), this._disableDelayedDragEvents(),
|
|
1243
|
+
}), this._onDrop(), this._disableDelayedDragEvents(), Ft.splice(Ft.indexOf(this.el), 1), this.el = e = null;
|
|
1308
1244
|
},
|
|
1309
1245
|
_hideClone: function() {
|
|
1310
|
-
if (!
|
|
1246
|
+
if (!Ot) {
|
|
1311
1247
|
if (V("hideClone", this), Q.eventCanceled) return;
|
|
1312
|
-
L(q, "display", "none"), this.options.removeCloneOnHide && q.parentNode && q.parentNode.removeChild(q),
|
|
1248
|
+
L(q, "display", "none"), this.options.removeCloneOnHide && q.parentNode && q.parentNode.removeChild(q), Ot = !0;
|
|
1313
1249
|
}
|
|
1314
1250
|
},
|
|
1315
1251
|
_showClone: function(e) {
|
|
@@ -1317,86 +1253,86 @@ Q.prototype = {
|
|
|
1317
1253
|
this._hideClone();
|
|
1318
1254
|
return;
|
|
1319
1255
|
}
|
|
1320
|
-
if (
|
|
1256
|
+
if (Ot) {
|
|
1321
1257
|
if (V("showClone", this), Q.eventCanceled) return;
|
|
1322
|
-
U.parentNode == K && !this.options.group.revertClone ? K.insertBefore(q, U) :
|
|
1258
|
+
U.parentNode == K && !this.options.group.revertClone ? K.insertBefore(q, U) : Et ? K.insertBefore(q, Et) : K.appendChild(q), this.options.group.revertClone && this.animate(U, q), L(q, "display", ""), Ot = !1;
|
|
1323
1259
|
}
|
|
1324
1260
|
}
|
|
1325
1261
|
};
|
|
1326
|
-
function
|
|
1262
|
+
function un(e) {
|
|
1327
1263
|
e.dataTransfer && (e.dataTransfer.dropEffect = "move"), e.cancelable && e.preventDefault();
|
|
1328
1264
|
}
|
|
1329
|
-
function
|
|
1265
|
+
function dn(e, t, n, r, i, a, o, s) {
|
|
1330
1266
|
var c, l = e[B], u = l.options.onMove, d;
|
|
1331
|
-
return window.CustomEvent && !
|
|
1267
|
+
return window.CustomEvent && !Ge && !Ke ? c = new CustomEvent("move", {
|
|
1332
1268
|
bubbles: !0,
|
|
1333
1269
|
cancelable: !0
|
|
1334
1270
|
}) : (c = document.createEvent("Event"), c.initEvent("move", !0, !0)), c.to = t, c.from = e, c.dragged = n, c.draggedRect = r, c.related = i || t, c.relatedRect = a || R(t), c.willInsertAfter = s, c.originalEvent = o, e.dispatchEvent(c), u && (d = u.call(l, c, o)), d;
|
|
1335
1271
|
}
|
|
1336
|
-
function
|
|
1272
|
+
function fn(e) {
|
|
1337
1273
|
e.draggable = !1;
|
|
1338
1274
|
}
|
|
1339
|
-
function
|
|
1340
|
-
|
|
1275
|
+
function pn() {
|
|
1276
|
+
Jt = !1;
|
|
1341
1277
|
}
|
|
1342
|
-
function
|
|
1343
|
-
var r = R(
|
|
1278
|
+
function mn(e, t, n) {
|
|
1279
|
+
var r = R(at(n.el, 0, n.options, !0)), i = _t(n.el, n.options, G), a = 10;
|
|
1344
1280
|
return t ? e.clientX < i.left - a || e.clientY < r.top && e.clientX < r.right : e.clientY < i.top - a || e.clientY < r.bottom && e.clientX < r.left;
|
|
1345
1281
|
}
|
|
1346
|
-
function
|
|
1347
|
-
var r = R(
|
|
1282
|
+
function hn(e, t, n) {
|
|
1283
|
+
var r = R(ot(n.el, n.options.draggable)), i = _t(n.el, n.options, G), a = 10;
|
|
1348
1284
|
return t ? e.clientX > i.right + a || e.clientY > r.bottom && e.clientX > r.left : e.clientY > i.bottom + a || e.clientX > r.right && e.clientY > r.top;
|
|
1349
1285
|
}
|
|
1350
|
-
function
|
|
1286
|
+
function gn(e, t, n, r, i, a, o, s) {
|
|
1351
1287
|
var c = r ? e.clientY : e.clientX, l = r ? n.height : n.width, u = r ? n.top : n.left, d = r ? n.bottom : n.right, f = !1;
|
|
1352
1288
|
if (!o) {
|
|
1353
|
-
if (s &&
|
|
1354
|
-
if (!
|
|
1355
|
-
else if (
|
|
1356
|
-
} else if (c > u + l * (1 - i) / 2 && c < d - l * (1 - i) / 2) return
|
|
1289
|
+
if (s && Kt < l * i) {
|
|
1290
|
+
if (!Wt && (Ut === 1 ? c > u + l * a / 2 : c < d - l * a / 2) && (Wt = !0), Wt) f = !0;
|
|
1291
|
+
else if (Ut === 1 ? c < u + Kt : c > d - Kt) return -Ut;
|
|
1292
|
+
} else if (c > u + l * (1 - i) / 2 && c < d - l * (1 - i) / 2) return _n(t);
|
|
1357
1293
|
}
|
|
1358
1294
|
return f ||= o, f && (c < u + l * a / 2 || c > d - l * a / 2) ? c > u + l / 2 ? 1 : -1 : 0;
|
|
1359
1295
|
}
|
|
1360
|
-
function
|
|
1296
|
+
function _n(e) {
|
|
1361
1297
|
return z(U) < z(e) ? 1 : -1;
|
|
1362
1298
|
}
|
|
1363
|
-
function
|
|
1299
|
+
function vn(e) {
|
|
1364
1300
|
for (var t = e.tagName + e.className + e.src + e.href + e.textContent, n = t.length, r = 0; n--;) r += t.charCodeAt(n);
|
|
1365
1301
|
return r.toString(36);
|
|
1366
1302
|
}
|
|
1367
|
-
function
|
|
1368
|
-
|
|
1303
|
+
function yn(e) {
|
|
1304
|
+
Yt.length = 0;
|
|
1369
1305
|
for (var t = e.getElementsByTagName("input"), n = t.length; n--;) {
|
|
1370
1306
|
var r = t[n];
|
|
1371
|
-
r.checked &&
|
|
1307
|
+
r.checked && Yt.push(r);
|
|
1372
1308
|
}
|
|
1373
1309
|
}
|
|
1374
|
-
function
|
|
1310
|
+
function bn(e) {
|
|
1375
1311
|
return setTimeout(e, 0);
|
|
1376
1312
|
}
|
|
1377
|
-
function
|
|
1313
|
+
function xn(e) {
|
|
1378
1314
|
return clearTimeout(e);
|
|
1379
1315
|
}
|
|
1380
|
-
|
|
1381
|
-
(Q.active ||
|
|
1316
|
+
Xt && N(document, "touchmove", function(e) {
|
|
1317
|
+
(Q.active || Nt) && e.cancelable && e.preventDefault();
|
|
1382
1318
|
}), Q.utils = {
|
|
1383
1319
|
on: N,
|
|
1384
1320
|
off: P,
|
|
1385
1321
|
css: L,
|
|
1386
|
-
find:
|
|
1322
|
+
find: nt,
|
|
1387
1323
|
is: function(e, t) {
|
|
1388
1324
|
return !!F(e, t, e, !1);
|
|
1389
1325
|
},
|
|
1390
|
-
extend:
|
|
1391
|
-
throttle:
|
|
1326
|
+
extend: ut,
|
|
1327
|
+
throttle: pt,
|
|
1392
1328
|
closest: F,
|
|
1393
1329
|
toggleClass: I,
|
|
1394
|
-
clone:
|
|
1330
|
+
clone: gt,
|
|
1395
1331
|
index: z,
|
|
1396
|
-
nextTick:
|
|
1397
|
-
cancelNextTick:
|
|
1398
|
-
detectDirection:
|
|
1399
|
-
getChild:
|
|
1332
|
+
nextTick: bn,
|
|
1333
|
+
cancelNextTick: xn,
|
|
1334
|
+
detectDirection: tn,
|
|
1335
|
+
getChild: at,
|
|
1400
1336
|
expando: B
|
|
1401
1337
|
}, Q.get = function(e) {
|
|
1402
1338
|
return e[B];
|
|
@@ -1404,13 +1340,13 @@ Zt && N(document, "touchmove", function(e) {
|
|
|
1404
1340
|
var e = [...arguments];
|
|
1405
1341
|
e[0].constructor === Array && (e = e[0]), e.forEach(function(e) {
|
|
1406
1342
|
if (!e.prototype || !e.prototype.constructor) throw `Sortable: Mounted plugin must be a constructor function, not ${{}.toString.call(e)}`;
|
|
1407
|
-
e.utils && (Q.utils = M(M({}, Q.utils), e.utils)),
|
|
1343
|
+
e.utils && (Q.utils = M(M({}, Q.utils), e.utils)), Ct.mount(e);
|
|
1408
1344
|
});
|
|
1409
1345
|
}, Q.create = function(e, t) {
|
|
1410
1346
|
return new Q(e, t);
|
|
1411
|
-
}, Q.version =
|
|
1412
|
-
var $ = [], Cn, wn
|
|
1413
|
-
function
|
|
1347
|
+
}, Q.version = Ue;
|
|
1348
|
+
var $ = [], Sn, Cn, wn = !1, Tn, En, Dn, On;
|
|
1349
|
+
function kn() {
|
|
1414
1350
|
function e() {
|
|
1415
1351
|
for (var e in this.defaults = {
|
|
1416
1352
|
scroll: !0,
|
|
@@ -1430,63 +1366,63 @@ function An() {
|
|
|
1430
1366
|
!this.options.dragOverBubble && !t.rootEl && this._handleAutoScroll(t);
|
|
1431
1367
|
},
|
|
1432
1368
|
drop: function() {
|
|
1433
|
-
this.sortable.nativeDraggable ? P(document, "dragover", this._handleAutoScroll) : (P(document, "pointermove", this._handleFallbackAutoScroll), P(document, "touchmove", this._handleFallbackAutoScroll), P(document, "mousemove", this._handleFallbackAutoScroll)),
|
|
1369
|
+
this.sortable.nativeDraggable ? P(document, "dragover", this._handleAutoScroll) : (P(document, "pointermove", this._handleFallbackAutoScroll), P(document, "touchmove", this._handleFallbackAutoScroll), P(document, "mousemove", this._handleFallbackAutoScroll)), jn(), An(), mt();
|
|
1434
1370
|
},
|
|
1435
1371
|
nulling: function() {
|
|
1436
|
-
|
|
1372
|
+
Dn = Cn = Sn = wn = On = Tn = En = null, $.length = 0;
|
|
1437
1373
|
},
|
|
1438
1374
|
_handleFallbackAutoScroll: function(e) {
|
|
1439
1375
|
this._handleAutoScroll(e, !0);
|
|
1440
1376
|
},
|
|
1441
1377
|
_handleAutoScroll: function(e, t) {
|
|
1442
1378
|
var n = this, r = (e.touches ? e.touches[0] : e).clientX, i = (e.touches ? e.touches[0] : e).clientY, a = document.elementFromPoint(r, i);
|
|
1443
|
-
if (
|
|
1444
|
-
|
|
1445
|
-
var o =
|
|
1446
|
-
|
|
1447
|
-
var a =
|
|
1448
|
-
a !== o && (o = a,
|
|
1449
|
-
}, 10),
|
|
1379
|
+
if (Dn = e, t || this.options.forceAutoScrollFallback || Ke || Ge || Je) {
|
|
1380
|
+
Mn(e, this.options, a, t);
|
|
1381
|
+
var o = lt(a, !0);
|
|
1382
|
+
wn && (!On || r !== Tn || i !== En) && (On && jn(), On = setInterval(function() {
|
|
1383
|
+
var a = lt(document.elementFromPoint(r, i), !0);
|
|
1384
|
+
a !== o && (o = a, An()), Mn(e, n.options, a, t);
|
|
1385
|
+
}, 10), Tn = r, En = i);
|
|
1450
1386
|
} else {
|
|
1451
|
-
if (!this.options.bubbleScroll ||
|
|
1452
|
-
|
|
1387
|
+
if (!this.options.bubbleScroll || lt(a, !0) === rt()) {
|
|
1388
|
+
An();
|
|
1453
1389
|
return;
|
|
1454
1390
|
}
|
|
1455
|
-
|
|
1391
|
+
Mn(e, this.options, lt(a, !1), !1);
|
|
1456
1392
|
}
|
|
1457
1393
|
}
|
|
1458
|
-
},
|
|
1394
|
+
}, Ie(e, {
|
|
1459
1395
|
pluginName: "scroll",
|
|
1460
1396
|
initializeByDefault: !0
|
|
1461
1397
|
});
|
|
1462
1398
|
}
|
|
1463
|
-
function
|
|
1399
|
+
function An() {
|
|
1464
1400
|
$.forEach(function(e) {
|
|
1465
1401
|
clearInterval(e.pid);
|
|
1466
1402
|
}), $ = [];
|
|
1467
1403
|
}
|
|
1468
|
-
function
|
|
1469
|
-
clearInterval(
|
|
1404
|
+
function jn() {
|
|
1405
|
+
clearInterval(On);
|
|
1470
1406
|
}
|
|
1471
|
-
var
|
|
1407
|
+
var Mn = pt(function(e, t, n, r) {
|
|
1472
1408
|
if (t.scroll) {
|
|
1473
|
-
var i = (e.touches ? e.touches[0] : e).clientX, a = (e.touches ? e.touches[0] : e).clientY, o = t.scrollSensitivity, s = t.scrollSpeed, c =
|
|
1474
|
-
|
|
1475
|
-
var d = 0, f =
|
|
1409
|
+
var i = (e.touches ? e.touches[0] : e).clientX, a = (e.touches ? e.touches[0] : e).clientY, o = t.scrollSensitivity, s = t.scrollSpeed, c = rt(), l = !1, u;
|
|
1410
|
+
Cn !== n && (Cn = n, An(), Sn = t.scroll, u = t.scrollFn, Sn === !0 && (Sn = lt(n, !0)));
|
|
1411
|
+
var d = 0, f = Sn;
|
|
1476
1412
|
do {
|
|
1477
|
-
var p = f, m = R(p), h = m.top, g = m.bottom, _ = m.left, v = m.right, y = m.width, b = m.height, x = void 0, ee = void 0, te = p.scrollWidth, ne = p.scrollHeight, S = L(p),
|
|
1413
|
+
var p = f, m = R(p), h = m.top, g = m.bottom, _ = m.left, v = m.right, y = m.width, b = m.height, x = void 0, ee = void 0, te = p.scrollWidth, ne = p.scrollHeight, S = L(p), C = p.scrollLeft, w = p.scrollTop;
|
|
1478
1414
|
p === c ? (x = y < te && (S.overflowX === "auto" || S.overflowX === "scroll" || S.overflowX === "visible"), ee = b < ne && (S.overflowY === "auto" || S.overflowY === "scroll" || S.overflowY === "visible")) : (x = y < te && (S.overflowX === "auto" || S.overflowX === "scroll"), ee = b < ne && (S.overflowY === "auto" || S.overflowY === "scroll"));
|
|
1479
|
-
var
|
|
1480
|
-
if (!$[d]) for (var
|
|
1481
|
-
($[d].vx !=
|
|
1482
|
-
r && this.layer === 0 && Q.active._onTouchMove(
|
|
1415
|
+
var re = x && (Math.abs(v - i) <= o && C + y < te) - (Math.abs(_ - i) <= o && !!C), T = ee && (Math.abs(g - a) <= o && w + b < ne) - (Math.abs(h - a) <= o && !!w);
|
|
1416
|
+
if (!$[d]) for (var E = 0; E <= d; E++) $[E] || ($[E] = {});
|
|
1417
|
+
($[d].vx != re || $[d].vy != T || $[d].el !== p) && ($[d].el = p, $[d].vx = re, $[d].vy = T, clearInterval($[d].pid), (re != 0 || T != 0) && (l = !0, $[d].pid = setInterval(function() {
|
|
1418
|
+
r && this.layer === 0 && Q.active._onTouchMove(Dn);
|
|
1483
1419
|
var t = $[this.layer].vy ? $[this.layer].vy * s : 0, n = $[this.layer].vx ? $[this.layer].vx * s : 0;
|
|
1484
|
-
typeof u == "function" && u.call(Q.dragged.parentNode[B], n, t, e,
|
|
1420
|
+
typeof u == "function" && u.call(Q.dragged.parentNode[B], n, t, e, Dn, $[this.layer].el) !== "continue" || ht($[this.layer].el, n, t);
|
|
1485
1421
|
}.bind({ layer: d }), 24))), d++;
|
|
1486
|
-
} while (t.bubbleScroll && f !== c && (f =
|
|
1487
|
-
|
|
1422
|
+
} while (t.bubbleScroll && f !== c && (f = lt(f, !1)));
|
|
1423
|
+
wn = l;
|
|
1488
1424
|
}
|
|
1489
|
-
}, 30),
|
|
1425
|
+
}, 30), Nn = function(e) {
|
|
1490
1426
|
var t = e.originalEvent, n = e.putSortable, r = e.dragEl, i = e.activeSortable, a = e.dispatchSortableEvent, o = e.hideGhostForTarget, s = e.unhideGhostForTarget;
|
|
1491
1427
|
if (t) {
|
|
1492
1428
|
var c = n || i;
|
|
@@ -1498,8 +1434,8 @@ var Nn = mt(function(e, t, n, r) {
|
|
|
1498
1434
|
}));
|
|
1499
1435
|
}
|
|
1500
1436
|
};
|
|
1501
|
-
function
|
|
1502
|
-
|
|
1437
|
+
function Pn() {}
|
|
1438
|
+
Pn.prototype = {
|
|
1503
1439
|
startIndex: null,
|
|
1504
1440
|
dragStart: function(e) {
|
|
1505
1441
|
this.startIndex = e.oldDraggableIndex;
|
|
@@ -1507,25 +1443,25 @@ Fn.prototype = {
|
|
|
1507
1443
|
onSpill: function(e) {
|
|
1508
1444
|
var t = e.dragEl, n = e.putSortable;
|
|
1509
1445
|
this.sortable.captureAnimationState(), n && n.captureAnimationState();
|
|
1510
|
-
var r =
|
|
1446
|
+
var r = at(this.sortable.el, this.startIndex, this.options);
|
|
1511
1447
|
r ? this.sortable.el.insertBefore(t, r) : this.sortable.el.appendChild(t), this.sortable.animateAll(), n && n.animateAll();
|
|
1512
1448
|
},
|
|
1513
|
-
drop:
|
|
1514
|
-
},
|
|
1515
|
-
function
|
|
1516
|
-
|
|
1449
|
+
drop: Nn
|
|
1450
|
+
}, Ie(Pn, { pluginName: "revertOnSpill" });
|
|
1451
|
+
function Fn() {}
|
|
1452
|
+
Fn.prototype = {
|
|
1517
1453
|
onSpill: function(e) {
|
|
1518
1454
|
var t = e.dragEl, n = e.putSortable || this.sortable;
|
|
1519
1455
|
n.captureAnimationState(), t.parentNode && t.parentNode.removeChild(t), n.animateAll();
|
|
1520
1456
|
},
|
|
1521
|
-
drop:
|
|
1522
|
-
},
|
|
1457
|
+
drop: Nn
|
|
1458
|
+
}, Ie(Fn, { pluginName: "removeOnSpill" }), Q.mount(new kn()), Q.mount(Fn, Pn);
|
|
1523
1459
|
//#endregion
|
|
1524
1460
|
//#region node_modules/@vueuse/integrations/dist/useSortable-Cc5LKbDD.js
|
|
1525
|
-
function
|
|
1461
|
+
function In(e, t, n = {}) {
|
|
1526
1462
|
let r, { document: o = v, watchElement: s = !1, ...c } = n, l = { onUpdate: (e) => {
|
|
1527
|
-
|
|
1528
|
-
} }, u =
|
|
1463
|
+
zn(t, e.oldIndex, e.newIndex, e);
|
|
1464
|
+
} }, u = T(() => typeof e == "string" ? o?.querySelector(e) : i(e)), d = () => {
|
|
1529
1465
|
r?.destroy(), r = void 0;
|
|
1530
1466
|
}, f = (e) => {
|
|
1531
1467
|
!e || r !== void 0 || (r = new Q(e, {
|
|
@@ -1539,7 +1475,7 @@ function Ln(e, t, n = {}) {
|
|
|
1539
1475
|
if (t !== void 0) r?.option(e, t);
|
|
1540
1476
|
else return r?.option(e);
|
|
1541
1477
|
}, h;
|
|
1542
|
-
return s && typeof e != "string" ? h =
|
|
1478
|
+
return s && typeof e != "string" ? h = Se(u, (e) => {
|
|
1543
1479
|
d(), e && f(e);
|
|
1544
1480
|
}, {
|
|
1545
1481
|
immediate: !0,
|
|
@@ -1554,29 +1490,190 @@ function Ln(e, t, n = {}) {
|
|
|
1554
1490
|
option: m
|
|
1555
1491
|
};
|
|
1556
1492
|
}
|
|
1557
|
-
function
|
|
1493
|
+
function Ln(e, t, n) {
|
|
1558
1494
|
let r = e.children[n];
|
|
1559
1495
|
e.insertBefore(t, r);
|
|
1560
1496
|
}
|
|
1561
|
-
function
|
|
1497
|
+
function Rn(e) {
|
|
1562
1498
|
e.parentNode && e.parentNode.removeChild(e);
|
|
1563
1499
|
}
|
|
1564
|
-
function
|
|
1565
|
-
r != null && (
|
|
1566
|
-
let i =
|
|
1500
|
+
function zn(e, t, n, r = null) {
|
|
1501
|
+
r != null && (Rn(r.item), Ln(r.from, r.item, t));
|
|
1502
|
+
let i = ue(e), a = i ? [...ye(e)] : ye(e);
|
|
1567
1503
|
if (n >= 0 && n < a.length) {
|
|
1568
1504
|
let r = a.splice(t, 1)[0];
|
|
1569
|
-
|
|
1505
|
+
pe(() => {
|
|
1570
1506
|
a.splice(n, 0, r), i && (e.value = a);
|
|
1571
1507
|
});
|
|
1572
1508
|
}
|
|
1573
1509
|
}
|
|
1574
1510
|
//#endregion
|
|
1575
|
-
//#region src/components/advance/
|
|
1576
|
-
var
|
|
1511
|
+
//#region src/components/advance/XTableConfig.vue?vue&type=script&setup=true&lang.tsx
|
|
1512
|
+
var Bn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Vn = /* @__PURE__ */ k({
|
|
1513
|
+
__name: "XTableConfig",
|
|
1514
|
+
props: {
|
|
1515
|
+
fields: { type: Function },
|
|
1516
|
+
config: {},
|
|
1517
|
+
cellClassName: { type: [Function, String] },
|
|
1518
|
+
cellStyle: { type: [Function, Object] },
|
|
1519
|
+
rowClassName: { type: [Function, String] },
|
|
1520
|
+
rowStyle: { type: [Function, Object] },
|
|
1521
|
+
border: { type: Boolean },
|
|
1522
|
+
data: {},
|
|
1523
|
+
height: {},
|
|
1524
|
+
emptyText: {},
|
|
1525
|
+
rowKey: { type: Function },
|
|
1526
|
+
showSummary: { type: Boolean },
|
|
1527
|
+
size: {},
|
|
1528
|
+
fit: { type: Boolean },
|
|
1529
|
+
spanMethod: { type: Function },
|
|
1530
|
+
summaryMethod: { type: Function }
|
|
1531
|
+
},
|
|
1532
|
+
emits: [
|
|
1533
|
+
"headerDragend",
|
|
1534
|
+
"rowClick",
|
|
1535
|
+
"rowDblclick",
|
|
1536
|
+
"selectionChange"
|
|
1537
|
+
],
|
|
1538
|
+
setup(e, { expose: r, emit: i }) {
|
|
1539
|
+
let { data: a, update: o, loading: s } = e.fields(), l = t(n(a, (e) => e.visible), (t) => {
|
|
1540
|
+
let n = e.config[t.code];
|
|
1541
|
+
return {
|
|
1542
|
+
columnKey: t.code,
|
|
1543
|
+
label: n?.label ?? t.label,
|
|
1544
|
+
prop: n?.prop ?? t.prop,
|
|
1545
|
+
width: t.width,
|
|
1546
|
+
content: n?.content
|
|
1547
|
+
};
|
|
1548
|
+
}), u = he();
|
|
1549
|
+
In(u, a, {
|
|
1550
|
+
animation: 150,
|
|
1551
|
+
ghostClass: "bg-(--el-color-primary-light-7)",
|
|
1552
|
+
handle: ".cursor-grab",
|
|
1553
|
+
onUpdate: (e) => {
|
|
1554
|
+
zn(a.value, e.oldIndex, e.newIndex, e), pe(() => {
|
|
1555
|
+
o(a.value);
|
|
1556
|
+
});
|
|
1557
|
+
}
|
|
1558
|
+
});
|
|
1559
|
+
let d = () => O(Hn, {
|
|
1560
|
+
data: e.data,
|
|
1561
|
+
columns: l.value,
|
|
1562
|
+
showOverflowTooltip: !0,
|
|
1563
|
+
border: !0,
|
|
1564
|
+
onHeaderDragend: (e, t, n) => {
|
|
1565
|
+
let r = a.value.find((e) => e.code === n.columnKey);
|
|
1566
|
+
r && (r.width = e, pe(() => {
|
|
1567
|
+
o(a.value);
|
|
1568
|
+
}));
|
|
1569
|
+
}
|
|
1570
|
+
}, null), f = () => O(ee, {
|
|
1571
|
+
trigger: "click",
|
|
1572
|
+
width: "auto",
|
|
1573
|
+
"popper-class": "shadow-xl bg-(--el-bg-color)"
|
|
1574
|
+
}, {
|
|
1575
|
+
reference: () => O(c, {
|
|
1576
|
+
icon: Pe,
|
|
1577
|
+
text: !0,
|
|
1578
|
+
class: "absolute top-0 right-0 z-1000"
|
|
1579
|
+
}, null),
|
|
1580
|
+
default: () => O("div", { class: "flex flex-col gap-2" }, [O(C, { size: "large" }, { default: () => [se(" 表头设置 ")] }), O(te, { "max-height": 500 }, { default: () => [O("div", {
|
|
1581
|
+
ref: u,
|
|
1582
|
+
class: "flex flex-col divide-y divide-[#f2f6fc]"
|
|
1583
|
+
}, { default: () => a.value.map((e) => O("div", { class: "flex w-50 items-center gap-2 py-2" }, [
|
|
1584
|
+
O(c, {
|
|
1585
|
+
text: !0,
|
|
1586
|
+
icon: Ne,
|
|
1587
|
+
type: "primary",
|
|
1588
|
+
size: "small",
|
|
1589
|
+
class: "cursor-grab"
|
|
1590
|
+
}, null),
|
|
1591
|
+
O(C, { class: "flex-1 overflow-ellipsis" }, { default: () => [e.label] }),
|
|
1592
|
+
O(S, {
|
|
1593
|
+
size: "small",
|
|
1594
|
+
modelValue: e.visible,
|
|
1595
|
+
"onUpdate:modelValue": (t) => {
|
|
1596
|
+
e.visible = t, pe(() => {
|
|
1597
|
+
o(a.value);
|
|
1598
|
+
});
|
|
1599
|
+
}
|
|
1600
|
+
}, null)
|
|
1601
|
+
])) })] })])
|
|
1602
|
+
});
|
|
1603
|
+
return r({ data: e.data }), (e, t) => {
|
|
1604
|
+
let n = ve("loading");
|
|
1605
|
+
return we((A(), D("div", Bn, [O(f), O(d)])), [[n, j(s)]]);
|
|
1606
|
+
};
|
|
1607
|
+
}
|
|
1608
|
+
}), Hn = /* @__PURE__ */ k({
|
|
1609
|
+
__name: "XTableFlex",
|
|
1610
|
+
props: {
|
|
1611
|
+
cellClassName: { type: [Function, String] },
|
|
1612
|
+
cellStyle: { type: [Function, Object] },
|
|
1613
|
+
rowClassName: { type: [Function, String] },
|
|
1614
|
+
rowStyle: { type: [Function, Object] },
|
|
1615
|
+
border: { type: Boolean },
|
|
1616
|
+
columns: {},
|
|
1617
|
+
data: {},
|
|
1618
|
+
height: {},
|
|
1619
|
+
emptyText: {},
|
|
1620
|
+
rowKey: { type: Function },
|
|
1621
|
+
showOverflowTooltip: {
|
|
1622
|
+
type: [Boolean, Object],
|
|
1623
|
+
default: () => void 0
|
|
1624
|
+
},
|
|
1625
|
+
showSummary: { type: Boolean },
|
|
1626
|
+
size: {},
|
|
1627
|
+
fit: {
|
|
1628
|
+
type: Boolean,
|
|
1629
|
+
default: !0
|
|
1630
|
+
},
|
|
1631
|
+
spanMethod: { type: Function },
|
|
1632
|
+
summaryMethod: { type: Function }
|
|
1633
|
+
},
|
|
1634
|
+
emits: [
|
|
1635
|
+
"headerDragend",
|
|
1636
|
+
"rowClick",
|
|
1637
|
+
"rowDblclick",
|
|
1638
|
+
"selectionChange"
|
|
1639
|
+
],
|
|
1640
|
+
setup(t, { expose: n }) {
|
|
1641
|
+
let r = xe("container"), i = e(r), a = xe("table");
|
|
1642
|
+
return n({
|
|
1643
|
+
clearSelection: () => a.value?.clearSelection(),
|
|
1644
|
+
getSelectionRows: () => a.value?.getSelectionRows(),
|
|
1645
|
+
scrollTo: (e, t) => a.value?.scrollTo(e, t),
|
|
1646
|
+
setCurrentRow: (e) => a.value?.setCurrentRow(e),
|
|
1647
|
+
setScrollLeft: (e) => a.value?.scrollTo(e),
|
|
1648
|
+
setScrollTop: (e) => a.value?.scrollTo(e),
|
|
1649
|
+
toggleRowSelection: (e, t, n) => a.value?.toggleRowSelection(e, t, n)
|
|
1650
|
+
}), (e, n) => (A(), D("div", {
|
|
1651
|
+
ref_key: "container",
|
|
1652
|
+
ref: r,
|
|
1653
|
+
class: "flex-1 overflow-hidden"
|
|
1654
|
+
}, [O(j(s), fe({
|
|
1655
|
+
ref_key: "table",
|
|
1656
|
+
ref: a
|
|
1657
|
+
}, {
|
|
1658
|
+
...e.$props,
|
|
1659
|
+
cellClassName: t.cellClassName,
|
|
1660
|
+
cellStyle: t.cellStyle,
|
|
1661
|
+
rowClassName: t.rowClassName,
|
|
1662
|
+
rowStyle: t.rowStyle,
|
|
1663
|
+
showOverflowTooltip: t.showOverflowTooltip,
|
|
1664
|
+
fit: t.fit
|
|
1665
|
+
}, {
|
|
1666
|
+
height: j(i).height.value,
|
|
1667
|
+
onRowClick: n[0] ||= (t) => e.$emit("rowClick", t),
|
|
1668
|
+
onRowDblclick: n[1] ||= (t) => e.$emit("rowDblclick", t),
|
|
1669
|
+
onSelectionChange: n[2] ||= (t) => e.$emit("selectionChange", t),
|
|
1670
|
+
onHeaderDragend: n[3] ||= (t, n, r) => e.$emit("headerDragend", t, n, r)
|
|
1671
|
+
}), null, 16, ["height"])], 512));
|
|
1672
|
+
}
|
|
1673
|
+
}), Un = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Wn = {
|
|
1577
1674
|
key: 0,
|
|
1578
1675
|
class: "flex justify-end"
|
|
1579
|
-
},
|
|
1676
|
+
}, Gn = /* @__PURE__ */ k({
|
|
1580
1677
|
__name: "XTableRequestConfigNext",
|
|
1581
1678
|
props: {
|
|
1582
1679
|
request: { type: Function },
|
|
@@ -1617,7 +1714,7 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1617
1714
|
}), u();
|
|
1618
1715
|
}), x = r(async () => {
|
|
1619
1716
|
p.value = JSON.parse(y), b();
|
|
1620
|
-
}), { data:
|
|
1717
|
+
}), { data: w, update: T, loading: E } = e.fields(), ae = n(w, (e) => e.visible), oe = t(ae, (t) => {
|
|
1621
1718
|
let n = e.config[t.code];
|
|
1622
1719
|
return {
|
|
1623
1720
|
columnKey: t.code,
|
|
@@ -1626,69 +1723,80 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1626
1723
|
width: t.width,
|
|
1627
1724
|
content: n?.content
|
|
1628
1725
|
};
|
|
1629
|
-
}),
|
|
1726
|
+
}), k = n(ae, (e) => e.search), ce = he();
|
|
1727
|
+
In(ce, w, {
|
|
1728
|
+
animation: 150,
|
|
1729
|
+
ghostClass: "bg-(--el-color-primary-light-7)",
|
|
1730
|
+
handle: ".cursor-grab",
|
|
1731
|
+
onUpdate: (e) => {
|
|
1732
|
+
zn(w.value, e.oldIndex, e.newIndex, e), pe(() => {
|
|
1733
|
+
T(w.value);
|
|
1734
|
+
});
|
|
1735
|
+
}
|
|
1736
|
+
});
|
|
1737
|
+
let le = () => O(l, {
|
|
1630
1738
|
data: p.value,
|
|
1631
|
-
disabled:
|
|
1632
|
-
content: ({ data: t }) =>
|
|
1739
|
+
disabled: E.value || m.value,
|
|
1740
|
+
content: ({ data: t }) => O("div", { class: "grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-x-2" }, [[...k.value.map((n) => {
|
|
1633
1741
|
let r = e.config[n.code];
|
|
1634
|
-
return
|
|
1742
|
+
return O(g, {
|
|
1635
1743
|
label: r?.label ?? n.label,
|
|
1636
|
-
content: () => r?.search?.({ query: t }) ??
|
|
1744
|
+
content: () => r?.search?.({ query: t }) ?? O(f, {
|
|
1637
1745
|
disabled: !0,
|
|
1638
1746
|
modelValue: n.code
|
|
1639
1747
|
}, null)
|
|
1640
1748
|
}, null);
|
|
1641
|
-
}),
|
|
1749
|
+
}), O(g, { content: () => O(ne, null, { default: () => [O(Te, { action: () => b() }, { default: () => [se("查询")] }), O(c, { onClick: () => x() }, { default: () => [se("重置")] })] }) }, null)]])
|
|
1642
1750
|
}, null), ue = () => e.header?.({
|
|
1643
1751
|
data: s.value,
|
|
1644
1752
|
isFetching: m.value,
|
|
1645
1753
|
paging: v.value,
|
|
1646
1754
|
path: d.value,
|
|
1647
1755
|
query: p.value
|
|
1648
|
-
}), de = () =>
|
|
1756
|
+
}), de = () => O(Hn, {
|
|
1649
1757
|
data: s.value,
|
|
1650
|
-
columns:
|
|
1758
|
+
columns: oe.value,
|
|
1651
1759
|
showOverflowTooltip: !0,
|
|
1652
1760
|
border: !0,
|
|
1653
1761
|
onHeaderDragend: (e, t, n) => {
|
|
1654
|
-
let r =
|
|
1655
|
-
r && (r.width = e,
|
|
1656
|
-
w
|
|
1762
|
+
let r = w.value.find((e) => e.code === n.columnKey);
|
|
1763
|
+
r && (r.width = e, pe(() => {
|
|
1764
|
+
T(w.value);
|
|
1657
1765
|
}));
|
|
1658
1766
|
}
|
|
1659
|
-
}, null), fe = () =>
|
|
1767
|
+
}, null), fe = () => O(ee, {
|
|
1660
1768
|
trigger: "click",
|
|
1661
1769
|
width: "auto",
|
|
1662
1770
|
"popper-class": "shadow-xl bg-(--el-bg-color)"
|
|
1663
1771
|
}, {
|
|
1664
|
-
reference: () =>
|
|
1665
|
-
icon:
|
|
1772
|
+
reference: () => O(c, {
|
|
1773
|
+
icon: Pe,
|
|
1666
1774
|
text: !0,
|
|
1667
1775
|
class: "absolute top-0 right-0 z-1000"
|
|
1668
1776
|
}, null),
|
|
1669
|
-
default: () =>
|
|
1670
|
-
ref:
|
|
1777
|
+
default: () => O("div", { class: "flex flex-col gap-2" }, [O(C, { size: "large" }, { default: () => [se(" 表头设置 ")] }), O(te, { "max-height": 500 }, { default: () => [O("div", {
|
|
1778
|
+
ref: ce,
|
|
1671
1779
|
class: "flex flex-col divide-y divide-[#f2f6fc]"
|
|
1672
|
-
}, { default: () =>
|
|
1673
|
-
|
|
1780
|
+
}, { default: () => w.value.map((e) => O("div", { class: "flex w-50 items-center gap-2 py-2" }, [
|
|
1781
|
+
O(c, {
|
|
1674
1782
|
text: !0,
|
|
1675
|
-
icon:
|
|
1783
|
+
icon: Ne,
|
|
1676
1784
|
type: "primary",
|
|
1677
1785
|
size: "small",
|
|
1678
1786
|
class: "cursor-grab"
|
|
1679
1787
|
}, null),
|
|
1680
|
-
|
|
1681
|
-
|
|
1788
|
+
O(C, { class: "flex-1 overflow-ellipsis" }, { default: () => [e.label] }),
|
|
1789
|
+
O(S, {
|
|
1682
1790
|
size: "small",
|
|
1683
1791
|
modelValue: e.visible,
|
|
1684
1792
|
"onUpdate:modelValue": (t) => {
|
|
1685
|
-
e.visible = t,
|
|
1686
|
-
w
|
|
1793
|
+
e.visible = t, pe(() => {
|
|
1794
|
+
T(w.value);
|
|
1687
1795
|
});
|
|
1688
1796
|
}
|
|
1689
1797
|
}, null)
|
|
1690
1798
|
])) })] })])
|
|
1691
|
-
}),
|
|
1799
|
+
}), me = () => O(h, {
|
|
1692
1800
|
size: "small",
|
|
1693
1801
|
total: v.value.itemCount,
|
|
1694
1802
|
currentPage: v.value.pageIndex,
|
|
@@ -1699,17 +1807,8 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1699
1807
|
onSizeChange: () => {
|
|
1700
1808
|
v.value.pageIndex = 1, u();
|
|
1701
1809
|
}
|
|
1702
|
-
}, null)
|
|
1703
|
-
return
|
|
1704
|
-
animation: 150,
|
|
1705
|
-
ghostClass: "bg-(--el-color-primary-light-7)",
|
|
1706
|
-
handle: ".cursor-grab",
|
|
1707
|
-
onUpdate: (e) => {
|
|
1708
|
-
Bn(C.value, e.oldIndex, e.newIndex, e), me(() => {
|
|
1709
|
-
w(C.value);
|
|
1710
|
-
});
|
|
1711
|
-
}
|
|
1712
|
-
}), i({
|
|
1810
|
+
}, null);
|
|
1811
|
+
return i({
|
|
1713
1812
|
search: b,
|
|
1714
1813
|
data: s,
|
|
1715
1814
|
paging: v,
|
|
@@ -1718,22 +1817,22 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1718
1817
|
query: p,
|
|
1719
1818
|
path: d
|
|
1720
1819
|
}), (t, n) => {
|
|
1721
|
-
let r =
|
|
1722
|
-
return
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
we((
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
e.pagination ? (
|
|
1729
|
-
])), [[r,
|
|
1820
|
+
let r = ve("loading");
|
|
1821
|
+
return A(), D(re, null, [
|
|
1822
|
+
O(le, { class: "rounded bg-(--el-fill-color-light) px-2 pt-4" }),
|
|
1823
|
+
O(ue),
|
|
1824
|
+
we((A(), D("div", Un, [
|
|
1825
|
+
O(fe),
|
|
1826
|
+
O(de),
|
|
1827
|
+
e.pagination ? (A(), D("div", Wn, [O(me)])) : ie("", !0)
|
|
1828
|
+
])), [[r, j(E) || j(m)]])
|
|
1730
1829
|
], 64);
|
|
1731
1830
|
};
|
|
1732
1831
|
}
|
|
1733
|
-
}),
|
|
1832
|
+
}), Kn = { class: "flex flex-1 flex-col gap-2 overflow-hidden" }, qn = {
|
|
1734
1833
|
key: 0,
|
|
1735
1834
|
class: "flex justify-end"
|
|
1736
|
-
},
|
|
1835
|
+
}, Jn = /* @__PURE__ */ k({
|
|
1737
1836
|
__name: "XTableRequestNext",
|
|
1738
1837
|
props: {
|
|
1739
1838
|
request: { type: Function },
|
|
@@ -1788,7 +1887,7 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1788
1887
|
query: c,
|
|
1789
1888
|
path: s
|
|
1790
1889
|
});
|
|
1791
|
-
let f = () => e.header?.({ query: c.value }), p = () =>
|
|
1890
|
+
let f = () => e.header?.({ query: c.value }), p = () => O(Hn, {
|
|
1792
1891
|
data: a.value,
|
|
1793
1892
|
columns: e.columns,
|
|
1794
1893
|
showOverflowTooltip: e.showOverflowTooltip,
|
|
@@ -1801,7 +1900,7 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1801
1900
|
rowClassName: e.rowClassName,
|
|
1802
1901
|
rowStyle: e.rowStyle,
|
|
1803
1902
|
fit: e.fit
|
|
1804
|
-
}, null), m = () =>
|
|
1903
|
+
}, null), m = () => O(h, {
|
|
1805
1904
|
size: "small",
|
|
1806
1905
|
total: d.value.itemCount,
|
|
1807
1906
|
currentPage: d.value.pageIndex,
|
|
@@ -1812,18 +1911,18 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1812
1911
|
onSizeChange: () => o()
|
|
1813
1912
|
}, null), g = () => e.footer?.({ query: c.value });
|
|
1814
1913
|
return (t, n) => {
|
|
1815
|
-
let r =
|
|
1816
|
-
return we((
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
e.pagination ? (
|
|
1820
|
-
|
|
1821
|
-
])), [[r,
|
|
1914
|
+
let r = ve("loading");
|
|
1915
|
+
return we((A(), D("div", Kn, [
|
|
1916
|
+
O(f),
|
|
1917
|
+
O(p),
|
|
1918
|
+
e.pagination ? (A(), D("div", qn, [O(m)])) : ie("", !0),
|
|
1919
|
+
O(g)
|
|
1920
|
+
])), [[r, j(l)]]);
|
|
1822
1921
|
};
|
|
1823
1922
|
}
|
|
1824
|
-
}),
|
|
1923
|
+
}), Yn = /* @__PURE__ */ k({
|
|
1825
1924
|
__name: "XUploadOssNext",
|
|
1826
|
-
props: /* @__PURE__ */
|
|
1925
|
+
props: /* @__PURE__ */ de({
|
|
1827
1926
|
maxSize: { default: () => 50 * 1024 },
|
|
1828
1927
|
accept: {},
|
|
1829
1928
|
disabled: { type: Boolean },
|
|
@@ -1839,7 +1938,7 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1839
1938
|
}),
|
|
1840
1939
|
emits: ["update:modelValue"],
|
|
1841
1940
|
setup(e) {
|
|
1842
|
-
let t =
|
|
1941
|
+
let t = le(o), n = be(e, "modelValue"), r = T(() => typeof t?.oss == "function" ? t.oss() : t?.oss), i = he(""), a = (e) => {
|
|
1843
1942
|
let t = `${r.value?.dir}/${Date.now()}/${e.name}`;
|
|
1844
1943
|
return i.value = `${r.value?.host}/${t}`, {
|
|
1845
1944
|
...r.value,
|
|
@@ -1847,14 +1946,14 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1847
1946
|
OSSAccessKeyId: r.value?.accessId,
|
|
1848
1947
|
success_action_status: "200"
|
|
1849
1948
|
};
|
|
1850
|
-
}, s = (t) => (t.size > e.maxSize && b.warning("文件过大,请重新选择"), t.size < e.maxSize), c = (e, t) => n.value = Array.isArray(n.value) ? t.map((e) => e.url) : void 0, l = () => n.value = Array.isArray(n.value) ? n.value.concat(i.value) : i.value, u = (e) => window.open(e.url), d =
|
|
1949
|
+
}, s = (t) => (t.size > e.maxSize && b.warning("文件过大,请重新选择"), t.size < e.maxSize), c = (e, t) => n.value = Array.isArray(n.value) ? t.map((e) => e.url) : void 0, l = () => n.value = Array.isArray(n.value) ? n.value.concat(i.value) : i.value, u = (e) => window.open(e.url), d = T(() => [].concat(n.value ?? []).reverse().map((e) => ({
|
|
1851
1950
|
name: e.split("/").findLast(() => !0),
|
|
1852
1951
|
url: e,
|
|
1853
|
-
uid:
|
|
1952
|
+
uid: w()
|
|
1854
1953
|
})));
|
|
1855
1954
|
return (t, n) => {
|
|
1856
|
-
let i =
|
|
1857
|
-
return
|
|
1955
|
+
let i = _e("XButton");
|
|
1956
|
+
return A(), E(j(p), me(ce({
|
|
1858
1957
|
accept: e.accept,
|
|
1859
1958
|
action: r.value?.host,
|
|
1860
1959
|
data: a,
|
|
@@ -1863,23 +1962,23 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1863
1962
|
onRemove: c,
|
|
1864
1963
|
onSuccess: l,
|
|
1865
1964
|
onPreview: u
|
|
1866
|
-
})),
|
|
1867
|
-
default:
|
|
1965
|
+
})), oe({
|
|
1966
|
+
default: Ce(() => [ge(t.$slots, "default", {}, () => [O(i, {
|
|
1868
1967
|
type: "primary",
|
|
1869
1968
|
size: "small"
|
|
1870
1969
|
}, {
|
|
1871
|
-
default:
|
|
1970
|
+
default: Ce(() => [...n[0] ||= [se(" 点击上传 ", -1)]]),
|
|
1872
1971
|
_: 1
|
|
1873
1972
|
})])]),
|
|
1874
1973
|
_: 2
|
|
1875
1974
|
}, ["tip" in t.$slots ? {
|
|
1876
1975
|
name: "tip",
|
|
1877
|
-
fn:
|
|
1976
|
+
fn: Ce(() => [ge(t.$slots, "tip")]),
|
|
1878
1977
|
key: "0"
|
|
1879
1978
|
} : void 0]), 1040);
|
|
1880
1979
|
};
|
|
1881
1980
|
}
|
|
1882
|
-
}),
|
|
1981
|
+
}), Xn = /* @__PURE__ */ d({
|
|
1883
1982
|
XButtonAsync: () => Te,
|
|
1884
1983
|
XButtonConfirm: () => Ee,
|
|
1885
1984
|
XCascaderRequest: () => De,
|
|
@@ -1887,10 +1986,11 @@ var Vn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Hn =
|
|
|
1887
1986
|
XFormRequestNext: () => Ae,
|
|
1888
1987
|
XRequest: () => je,
|
|
1889
1988
|
XSelectRequest: () => Me,
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1989
|
+
XTableConfig: () => Vn,
|
|
1990
|
+
XTableFlex: () => Hn,
|
|
1991
|
+
XTableRequestConfigNext: () => Gn,
|
|
1992
|
+
XTableRequestNext: () => Jn,
|
|
1993
|
+
XUploadOssNext: () => Yn
|
|
1894
1994
|
});
|
|
1895
1995
|
//#endregion
|
|
1896
|
-
export {
|
|
1996
|
+
export { Hn as a, je as c, De as d, Ee as f, Gn as i, Ae as l, Yn as n, Vn as o, Te as p, Jn as r, Me as s, Xn as t, ke as u };
|