@pungfe/element 0.3.5 → 0.3.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-BKaMGP69.cjs → advance-CN7QSaxu.cjs} +1 -1
- package/dist/{advance-CXwuKeQA.js → advance-jq3r8zkt.js} +498 -495
- package/dist/advance.cjs +1 -1
- package/dist/advance.js +1 -1
- package/dist/{basic-Cdah7X7m.js → basic-B4sEVcf5.js} +10 -10
- package/dist/basic-CJ15uFf3.cjs +1 -0
- package/dist/basic.cjs +1 -1
- package/dist/basic.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/dist/{locales-iWu_uWKo.js → locales-BSGK8PM9.js} +32 -0
- package/dist/locales-CsbJpUOq.cjs +1 -0
- package/dist/locales.cjs +1 -1
- package/dist/locales.js +1 -1
- package/package.json +1 -1
- package/dist/basic-BwdsZSzy.cjs +0 -1
- package/dist/locales-G1O2xEPc.cjs +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { A as e, C as t, D as n, E as r, O as i, S as a, T as o, _ as s, a as c, b as l, d as u, g as d, k as f, l as p, n as m, o as h, s as g, u as _, w as v, x as y, y as
|
|
2
|
-
import { ElMessage as
|
|
3
|
-
import { Fragment as
|
|
1
|
+
import { A as e, C as t, D as n, E as r, O as i, S as a, T as o, _ as s, a as c, b as l, d as u, g as d, k as f, l as p, n as m, o as h, s as g, u as _, w as v, x as y, y as ee } from "./basic-B4sEVcf5.js";
|
|
2
|
+
import { ElFormItem as b, ElMessage as te, ElPopconfirm as ne, ElPopover as re, ElScrollbar as x, ElSpace as ie, ElSwitch as ae, ElText as S, genFileId as C, useLocale as oe } from "element-plus";
|
|
3
|
+
import { Fragment as se, computed as w, createBlock as ce, createCommentVNode as le, createElementBlock as T, createElementVNode as ue, createSlots as de, createTextVNode as fe, createVNode as E, defineComponent as D, guardReactiveProps as pe, inject as me, isRef as he, isVNode as ge, mergeModels as _e, mergeProps as ve, nextTick as ye, normalizeProps as be, openBlock as O, ref as xe, renderSlot as Se, resolveComponent as Ce, resolveDirective as we, toDisplayString as Te, toValue as Ee, unref as k, useModel as De, useTemplateRef as Oe, watch as ke, withCtx as A, withDirectives as Ae } from "vue";
|
|
4
4
|
//#endregion
|
|
5
5
|
//#region src/components/advance/XButtonAsync.vue
|
|
6
|
-
var
|
|
6
|
+
var je = /* @__PURE__ */ D({
|
|
7
7
|
__name: "XButtonAsync",
|
|
8
8
|
props: {
|
|
9
9
|
action: { type: Function },
|
|
@@ -24,20 +24,20 @@ var ke = /* @__PURE__ */ O({
|
|
|
24
24
|
} catch (e) {
|
|
25
25
|
console.log(e);
|
|
26
26
|
}
|
|
27
|
-
}), n =
|
|
28
|
-
return (n, i) => (
|
|
27
|
+
}), n = me(ee, void 0), r = w(() => e.link ?? n);
|
|
28
|
+
return (n, i) => (O(), ce(k(y), ve({
|
|
29
29
|
disabled: e.disabled,
|
|
30
30
|
icon: e.icon,
|
|
31
31
|
type: e.type,
|
|
32
32
|
link: r.value,
|
|
33
33
|
size: e.size,
|
|
34
34
|
text: e.text
|
|
35
|
-
}, { onClick:
|
|
36
|
-
default:
|
|
35
|
+
}, { onClick: k(t) }), {
|
|
36
|
+
default: A(() => [Se(n.$slots, "default")]),
|
|
37
37
|
_: 3
|
|
38
38
|
}, 16, ["onClick"]));
|
|
39
39
|
}
|
|
40
|
-
}),
|
|
40
|
+
}), Me = /* @__PURE__ */ D({
|
|
41
41
|
__name: "XButtonConfirm",
|
|
42
42
|
props: {
|
|
43
43
|
title: {},
|
|
@@ -53,14 +53,14 @@ var ke = /* @__PURE__ */ O({
|
|
|
53
53
|
},
|
|
54
54
|
emits: ["cancel", "confirm"],
|
|
55
55
|
setup(e, { emit: t }) {
|
|
56
|
-
let { t: n } =
|
|
57
|
-
return (t, i) => (
|
|
58
|
-
title: e.title ??
|
|
56
|
+
let { t: n } = oe(me(l, void 0)), r = t, i = me(ee, void 0), a = w(() => e.link ?? i);
|
|
57
|
+
return (t, i) => (O(), ce(k(ne), {
|
|
58
|
+
title: e.title ?? k(n)("el.common.confirmExecute"),
|
|
59
59
|
width: "auto",
|
|
60
60
|
onCancel: i[0] ||= () => r("cancel"),
|
|
61
61
|
onConfirm: i[1] ||= () => r("confirm")
|
|
62
62
|
}, {
|
|
63
|
-
reference:
|
|
63
|
+
reference: A(() => [E(k(y), be(pe({
|
|
64
64
|
disabled: e.disabled,
|
|
65
65
|
icon: e.icon,
|
|
66
66
|
type: e.type,
|
|
@@ -68,31 +68,31 @@ var ke = /* @__PURE__ */ O({
|
|
|
68
68
|
size: e.size,
|
|
69
69
|
text: e.text
|
|
70
70
|
})), {
|
|
71
|
-
default:
|
|
71
|
+
default: A(() => [Se(t.$slots, "default")]),
|
|
72
72
|
_: 3
|
|
73
73
|
}, 16)]),
|
|
74
|
-
actions:
|
|
74
|
+
actions: A(({ confirm: e, cancel: t }) => [E(k(y), {
|
|
75
75
|
size: "small",
|
|
76
76
|
disabled: !1,
|
|
77
77
|
onClick: t
|
|
78
78
|
}, {
|
|
79
|
-
default:
|
|
79
|
+
default: A(() => [fe(Te(k(n)("el.common.cancel")), 1)]),
|
|
80
80
|
_: 1
|
|
81
|
-
}, 8, ["onClick"]),
|
|
81
|
+
}, 8, ["onClick"]), E(k(y), {
|
|
82
82
|
type: "danger",
|
|
83
83
|
disabled: !1,
|
|
84
84
|
size: "small",
|
|
85
85
|
onClick: e
|
|
86
86
|
}, {
|
|
87
|
-
default:
|
|
87
|
+
default: A(() => [fe(Te(k(n)("el.common.confirm")), 1)]),
|
|
88
88
|
_: 1
|
|
89
89
|
}, 8, ["onClick"])]),
|
|
90
90
|
_: 3
|
|
91
91
|
}, 8, ["title"]));
|
|
92
92
|
}
|
|
93
|
-
}),
|
|
93
|
+
}), Ne = /* @__PURE__ */ D({
|
|
94
94
|
__name: "XCascaderRequest",
|
|
95
|
-
props: /* @__PURE__ */
|
|
95
|
+
props: /* @__PURE__ */ _e({
|
|
96
96
|
request: { type: Function },
|
|
97
97
|
clearable: { type: Boolean },
|
|
98
98
|
disabled: {
|
|
@@ -107,9 +107,9 @@ var ke = /* @__PURE__ */ O({
|
|
|
107
107
|
modelValue: {},
|
|
108
108
|
modelModifiers: {}
|
|
109
109
|
}),
|
|
110
|
-
emits: /* @__PURE__ */
|
|
110
|
+
emits: /* @__PURE__ */ _e(["prepare", "change"], ["update:modelValue"]),
|
|
111
111
|
setup(e, { expose: t, emit: n }) {
|
|
112
|
-
let r = n, i =
|
|
112
|
+
let r = n, i = De(e, "modelValue"), { data: a, path: o, url: s, execute: c, query: l } = e.request();
|
|
113
113
|
return t({
|
|
114
114
|
search: f(async () => {
|
|
115
115
|
r("prepare", {
|
|
@@ -122,18 +122,18 @@ var ke = /* @__PURE__ */ O({
|
|
|
122
122
|
url: s,
|
|
123
123
|
execute: c,
|
|
124
124
|
query: l
|
|
125
|
-
}), (t, n) => (
|
|
125
|
+
}), (t, n) => (O(), ce(k(d), ve({
|
|
126
126
|
modelValue: i.value,
|
|
127
127
|
"onUpdate:modelValue": n[0] ||= (e) => i.value = e
|
|
128
128
|
}, {
|
|
129
129
|
clearable: e.clearable,
|
|
130
130
|
disabled: e.disabled,
|
|
131
131
|
filterable: e.filterable,
|
|
132
|
-
data:
|
|
132
|
+
data: k(a),
|
|
133
133
|
props: e.props
|
|
134
134
|
}), null, 16, ["modelValue"]));
|
|
135
135
|
}
|
|
136
|
-
}),
|
|
136
|
+
}), Pe = { class: "flex-1 overflow-hidden" }, Fe = /* @__PURE__ */ D({
|
|
137
137
|
__name: "XFormFlex",
|
|
138
138
|
props: {
|
|
139
139
|
content: { type: Function },
|
|
@@ -146,21 +146,21 @@ var ke = /* @__PURE__ */ O({
|
|
|
146
146
|
size: {}
|
|
147
147
|
},
|
|
148
148
|
setup(e, { expose: t }) {
|
|
149
|
-
let n =
|
|
149
|
+
let n = Oe("form");
|
|
150
150
|
t({
|
|
151
151
|
validate: () => n.value?.validate(),
|
|
152
152
|
clearValidate: () => n.value?.clearValidate()
|
|
153
153
|
});
|
|
154
154
|
let r = () => e.content?.({ data: e.data ?? {} });
|
|
155
|
-
return (e, t) => (
|
|
156
|
-
default:
|
|
155
|
+
return (e, t) => (O(), T("div", Pe, [E(k(x), null, {
|
|
156
|
+
default: A(() => [E(k(u), ve({
|
|
157
157
|
ref_key: "form",
|
|
158
158
|
ref: n
|
|
159
159
|
}, e.$props, { content: r }), null, 16)]),
|
|
160
160
|
_: 1
|
|
161
161
|
})]));
|
|
162
162
|
}
|
|
163
|
-
}),
|
|
163
|
+
}), Ie = /* @__PURE__ */ D({
|
|
164
164
|
__name: "XFormRequestNext",
|
|
165
165
|
props: {
|
|
166
166
|
request: { type: Function },
|
|
@@ -177,14 +177,14 @@ var ke = /* @__PURE__ */ O({
|
|
|
177
177
|
},
|
|
178
178
|
emits: ["prepare"],
|
|
179
179
|
setup(e, { expose: t, emit: n }) {
|
|
180
|
-
let r = n, { data: i, isFetching: a, execute: o, path: s, url: c, query: l } = e.request(), d = JSON.stringify(i.value), p = w(() => a.value || (typeof e.disabled == "function" ? e.disabled({ data: i.value }) : e.disabled)), m =
|
|
180
|
+
let r = n, { data: i, isFetching: a, execute: o, path: s, url: c, query: l } = e.request(), d = JSON.stringify(i.value), p = w(() => a.value || (typeof e.disabled == "function" ? e.disabled({ data: i.value }) : e.disabled)), m = Oe("form"), h = () => i.value = JSON.parse(d), g = () => m.value?.validate(), _ = () => m.value?.clearValidate(), v = () => {
|
|
181
181
|
h(), m.value?.resetFields();
|
|
182
182
|
}, y = f(async () => {
|
|
183
183
|
r("prepare", {
|
|
184
184
|
path: s.value,
|
|
185
185
|
query: l.value
|
|
186
186
|
}), o();
|
|
187
|
-
}),
|
|
187
|
+
}), ee = () => e.content?.({ data: i.value });
|
|
188
188
|
return t({
|
|
189
189
|
data: i,
|
|
190
190
|
url: c,
|
|
@@ -194,23 +194,23 @@ var ke = /* @__PURE__ */ O({
|
|
|
194
194
|
reset: h,
|
|
195
195
|
resetFields: v
|
|
196
196
|
}), (t, n) => {
|
|
197
|
-
let r =
|
|
198
|
-
return
|
|
197
|
+
let r = we("loading");
|
|
198
|
+
return Ae((O(), ce(k(u), ve({
|
|
199
199
|
ref_key: "form",
|
|
200
200
|
ref: m,
|
|
201
201
|
class: "flex flex-1 flex-col gap-2 overflow-hidden"
|
|
202
202
|
}, {
|
|
203
|
-
data:
|
|
203
|
+
data: k(i),
|
|
204
204
|
disabled: p.value,
|
|
205
205
|
inline: e.inline,
|
|
206
206
|
labelPosition: e.labelPosition,
|
|
207
207
|
labelSuffix: e.labelSuffix,
|
|
208
208
|
labelWidth: e.labelWidth,
|
|
209
|
-
content:
|
|
210
|
-
}), null, 16)), [[r,
|
|
209
|
+
content: ee
|
|
210
|
+
}), null, 16)), [[r, k(a)]]);
|
|
211
211
|
};
|
|
212
212
|
}
|
|
213
|
-
}),
|
|
213
|
+
}), Le = /* @__PURE__ */ D({
|
|
214
214
|
__name: "XRequest",
|
|
215
215
|
props: {
|
|
216
216
|
request: { type: Function },
|
|
@@ -240,18 +240,18 @@ var ke = /* @__PURE__ */ O({
|
|
|
240
240
|
url: l,
|
|
241
241
|
execute: u,
|
|
242
242
|
search: d
|
|
243
|
-
}), (e, t) =>
|
|
244
|
-
data:
|
|
245
|
-
paging:
|
|
246
|
-
path:
|
|
247
|
-
query:
|
|
248
|
-
isFetching:
|
|
249
|
-
search:
|
|
250
|
-
}, () => [
|
|
243
|
+
}), (e, t) => Se(e.$slots, "default", {
|
|
244
|
+
data: k(i),
|
|
245
|
+
paging: k(a),
|
|
246
|
+
path: k(o),
|
|
247
|
+
query: k(s),
|
|
248
|
+
isFetching: k(c),
|
|
249
|
+
search: k(d)
|
|
250
|
+
}, () => [E(p)]);
|
|
251
251
|
}
|
|
252
|
-
}),
|
|
252
|
+
}), Re = /* @__PURE__ */ D({
|
|
253
253
|
__name: "XSelectRequest",
|
|
254
|
-
props: /* @__PURE__ */
|
|
254
|
+
props: /* @__PURE__ */ _e({
|
|
255
255
|
request: { type: Function },
|
|
256
256
|
supplement: { type: Function },
|
|
257
257
|
collapseTagsTooltip: { type: Boolean },
|
|
@@ -280,14 +280,14 @@ var ke = /* @__PURE__ */ O({
|
|
|
280
280
|
modelValue: {},
|
|
281
281
|
modelModifiers: {}
|
|
282
282
|
}),
|
|
283
|
-
emits: /* @__PURE__ */
|
|
283
|
+
emits: /* @__PURE__ */ _e([
|
|
284
284
|
"prepare",
|
|
285
285
|
"blur",
|
|
286
286
|
"change",
|
|
287
287
|
"focus"
|
|
288
288
|
], ["update:modelValue"]),
|
|
289
289
|
setup(e, { expose: t, emit: n }) {
|
|
290
|
-
let r = n, i =
|
|
290
|
+
let r = n, i = De(e, "modelValue"), { data: a, isFetching: o, path: s, url: c, execute: l, query: u } = e.request(), d = f(async (e) => {
|
|
291
291
|
r("prepare", {
|
|
292
292
|
path: s.value,
|
|
293
293
|
query: u.value
|
|
@@ -300,10 +300,10 @@ var ke = /* @__PURE__ */ O({
|
|
|
300
300
|
url: c,
|
|
301
301
|
execute: l,
|
|
302
302
|
query: u
|
|
303
|
-
}), (t, n) => (
|
|
304
|
-
data:
|
|
305
|
-
supplement:
|
|
306
|
-
remoteMethod:
|
|
303
|
+
}), (t, n) => (O(), ce(k(h), ve({
|
|
304
|
+
data: k(a),
|
|
305
|
+
supplement: k(p),
|
|
306
|
+
remoteMethod: k(d),
|
|
307
307
|
factory: e.factory,
|
|
308
308
|
allowCreate: e.allowCreate,
|
|
309
309
|
clearable: e.clearable,
|
|
@@ -312,7 +312,7 @@ var ke = /* @__PURE__ */ O({
|
|
|
312
312
|
remote: e.remote,
|
|
313
313
|
filterable: e.remote || e.filterable,
|
|
314
314
|
disabled: e.disabled,
|
|
315
|
-
loading:
|
|
315
|
+
loading: k(o) || e.loading,
|
|
316
316
|
multiple: e.multiple,
|
|
317
317
|
size: e.size
|
|
318
318
|
}, {
|
|
@@ -323,26 +323,26 @@ var ke = /* @__PURE__ */ O({
|
|
|
323
323
|
onChange: n[3] ||= (e) => t.$emit("change", e)
|
|
324
324
|
}), null, 16, ["modelValue"]));
|
|
325
325
|
}
|
|
326
|
-
}),
|
|
326
|
+
}), ze = /* @__PURE__ */ D({
|
|
327
327
|
name: "Rank",
|
|
328
328
|
__name: "rank",
|
|
329
329
|
setup(e) {
|
|
330
|
-
return (e, t) => (
|
|
330
|
+
return (e, t) => (O(), T("svg", {
|
|
331
331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
332
332
|
viewBox: "0 0 1024 1024"
|
|
333
|
-
}, [
|
|
333
|
+
}, [ue("path", {
|
|
334
334
|
fill: "currentColor",
|
|
335
335
|
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"
|
|
336
336
|
})]));
|
|
337
337
|
}
|
|
338
|
-
}),
|
|
338
|
+
}), Be = /* @__PURE__ */ D({
|
|
339
339
|
name: "Setting",
|
|
340
340
|
__name: "setting",
|
|
341
341
|
setup(e) {
|
|
342
|
-
return (e, t) => (
|
|
342
|
+
return (e, t) => (O(), T("svg", {
|
|
343
343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
344
344
|
viewBox: "0 0 1024 1024"
|
|
345
|
-
}, [
|
|
345
|
+
}, [ue("path", {
|
|
346
346
|
fill: "currentColor",
|
|
347
347
|
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"
|
|
348
348
|
})]));
|
|
@@ -350,24 +350,24 @@ var ke = /* @__PURE__ */ O({
|
|
|
350
350
|
});
|
|
351
351
|
//#endregion
|
|
352
352
|
//#region node_modules/sortablejs/modular/sortable.esm.js
|
|
353
|
-
function
|
|
354
|
-
return (t =
|
|
353
|
+
function Ve(e, t, n) {
|
|
354
|
+
return (t = qe(t)) in e ? Object.defineProperty(e, t, {
|
|
355
355
|
value: n,
|
|
356
356
|
enumerable: !0,
|
|
357
357
|
configurable: !0,
|
|
358
358
|
writable: !0
|
|
359
359
|
}) : e[t] = n, e;
|
|
360
360
|
}
|
|
361
|
-
function
|
|
362
|
-
return
|
|
361
|
+
function He() {
|
|
362
|
+
return He = Object.assign ? Object.assign.bind() : function(e) {
|
|
363
363
|
for (var t = 1; t < arguments.length; t++) {
|
|
364
364
|
var n = arguments[t];
|
|
365
365
|
for (var r in n) ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
366
366
|
}
|
|
367
367
|
return e;
|
|
368
|
-
},
|
|
368
|
+
}, He.apply(null, arguments);
|
|
369
369
|
}
|
|
370
|
-
function
|
|
370
|
+
function Ue(e, t) {
|
|
371
371
|
var n = Object.keys(e);
|
|
372
372
|
if (Object.getOwnPropertySymbols) {
|
|
373
373
|
var r = Object.getOwnPropertySymbols(e);
|
|
@@ -377,27 +377,27 @@ function Ve(e, t) {
|
|
|
377
377
|
}
|
|
378
378
|
return n;
|
|
379
379
|
}
|
|
380
|
-
function
|
|
380
|
+
function j(e) {
|
|
381
381
|
for (var t = 1; t < arguments.length; t++) {
|
|
382
382
|
var n = arguments[t] == null ? {} : arguments[t];
|
|
383
|
-
t % 2 ?
|
|
384
|
-
|
|
385
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
|
|
383
|
+
t % 2 ? Ue(Object(n), !0).forEach(function(t) {
|
|
384
|
+
Ve(e, t, n[t]);
|
|
385
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : Ue(Object(n)).forEach(function(t) {
|
|
386
386
|
Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
|
|
387
387
|
});
|
|
388
388
|
}
|
|
389
389
|
return e;
|
|
390
390
|
}
|
|
391
|
-
function
|
|
391
|
+
function We(e, t) {
|
|
392
392
|
if (e == null) return {};
|
|
393
|
-
var n, r, i =
|
|
393
|
+
var n, r, i = Ge(e, t);
|
|
394
394
|
if (Object.getOwnPropertySymbols) {
|
|
395
395
|
var a = Object.getOwnPropertySymbols(e);
|
|
396
396
|
for (r = 0; r < a.length; r++) n = a[r], t.indexOf(n) === -1 && {}.propertyIsEnumerable.call(e, n) && (i[n] = e[n]);
|
|
397
397
|
}
|
|
398
398
|
return i;
|
|
399
399
|
}
|
|
400
|
-
function
|
|
400
|
+
function Ge(e, t) {
|
|
401
401
|
if (e == null) return {};
|
|
402
402
|
var n = {};
|
|
403
403
|
for (var r in e) if ({}.hasOwnProperty.call(e, r)) {
|
|
@@ -406,7 +406,7 @@ function Ue(e, t) {
|
|
|
406
406
|
}
|
|
407
407
|
return n;
|
|
408
408
|
}
|
|
409
|
-
function
|
|
409
|
+
function Ke(e, t) {
|
|
410
410
|
if (typeof e != "object" || !e) return e;
|
|
411
411
|
var n = e[Symbol.toPrimitive];
|
|
412
412
|
if (n !== void 0) {
|
|
@@ -416,33 +416,33 @@ function We(e, t) {
|
|
|
416
416
|
}
|
|
417
417
|
return (t === "string" ? String : Number)(e);
|
|
418
418
|
}
|
|
419
|
-
function
|
|
420
|
-
var t =
|
|
419
|
+
function qe(e) {
|
|
420
|
+
var t = Ke(e, "string");
|
|
421
421
|
return typeof t == "symbol" ? t : t + "";
|
|
422
422
|
}
|
|
423
|
-
function
|
|
423
|
+
function Je(e) {
|
|
424
424
|
"@babel/helpers - typeof";
|
|
425
|
-
return
|
|
425
|
+
return Je = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
426
426
|
return typeof e;
|
|
427
427
|
} : function(e) {
|
|
428
428
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
429
|
-
},
|
|
429
|
+
}, Je(e);
|
|
430
430
|
}
|
|
431
|
-
var
|
|
432
|
-
function
|
|
431
|
+
var Ye = "1.15.7";
|
|
432
|
+
function Xe(e) {
|
|
433
433
|
if (typeof window < "u" && window.navigator) return !!/* @__PURE__ */ navigator.userAgent.match(e);
|
|
434
434
|
}
|
|
435
|
-
var
|
|
435
|
+
var Ze = Xe(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), Qe = Xe(/Edge/i), $e = Xe(/firefox/i), et = Xe(/safari/i) && !Xe(/chrome/i) && !Xe(/android/i), tt = Xe(/iP(ad|od|hone)/i), nt = Xe(/chrome/i) && Xe(/android/i), rt = {
|
|
436
436
|
capture: !1,
|
|
437
437
|
passive: !1
|
|
438
438
|
};
|
|
439
|
-
function
|
|
440
|
-
e.addEventListener(t, n, !
|
|
439
|
+
function M(e, t, n) {
|
|
440
|
+
e.addEventListener(t, n, !Ze && rt);
|
|
441
441
|
}
|
|
442
|
-
function
|
|
443
|
-
e.removeEventListener(t, n, !
|
|
442
|
+
function N(e, t, n) {
|
|
443
|
+
e.removeEventListener(t, n, !Ze && rt);
|
|
444
444
|
}
|
|
445
|
-
function
|
|
445
|
+
function it(e, t) {
|
|
446
446
|
if (t) {
|
|
447
447
|
if (t[0] === ">" && (t = t.substring(1)), e) try {
|
|
448
448
|
if (e.matches) return e.matches(t);
|
|
@@ -454,41 +454,41 @@ function nt(e, t) {
|
|
|
454
454
|
return !1;
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
|
-
function
|
|
457
|
+
function at(e) {
|
|
458
458
|
return e.host && e !== document && e.host.nodeType && e.host !== e ? e.host : e.parentNode;
|
|
459
459
|
}
|
|
460
|
-
function
|
|
460
|
+
function P(e, t, n, r) {
|
|
461
461
|
if (e) {
|
|
462
462
|
n ||= document;
|
|
463
463
|
do {
|
|
464
|
-
if (t != null && (t[0] === ">" ? e.parentNode === n &&
|
|
464
|
+
if (t != null && (t[0] === ">" ? e.parentNode === n && it(e, t) : it(e, t)) || r && e === n) return e;
|
|
465
465
|
if (e === n) break;
|
|
466
|
-
} while (e =
|
|
466
|
+
} while (e = at(e));
|
|
467
467
|
}
|
|
468
468
|
return null;
|
|
469
469
|
}
|
|
470
|
-
var
|
|
471
|
-
function
|
|
472
|
-
e && t && (e.classList ? e.classList[n ? "add" : "remove"](t) : e.className = ((" " + e.className + " ").replace(
|
|
470
|
+
var ot = /\s+/g;
|
|
471
|
+
function F(e, t, n) {
|
|
472
|
+
e && t && (e.classList ? e.classList[n ? "add" : "remove"](t) : e.className = ((" " + e.className + " ").replace(ot, " ").replace(" " + t + " ", " ") + (n ? " " + t : "")).replace(ot, " "));
|
|
473
473
|
}
|
|
474
|
-
function
|
|
474
|
+
function I(e, t, n) {
|
|
475
475
|
var r = e && e.style;
|
|
476
476
|
if (r) {
|
|
477
477
|
if (n === void 0) return document.defaultView && document.defaultView.getComputedStyle ? n = document.defaultView.getComputedStyle(e, "") : e.currentStyle && (n = e.currentStyle), t === void 0 ? n : n[t];
|
|
478
478
|
!(t in r) && t.indexOf("webkit") === -1 && (t = "-webkit-" + t), r[t] = n + (typeof n == "string" ? "" : "px");
|
|
479
479
|
}
|
|
480
480
|
}
|
|
481
|
-
function
|
|
481
|
+
function st(e, t) {
|
|
482
482
|
var n = "";
|
|
483
483
|
if (typeof e == "string") n = e;
|
|
484
484
|
else do {
|
|
485
|
-
var r =
|
|
485
|
+
var r = I(e, "transform");
|
|
486
486
|
r && r !== "none" && (n = r + " " + n);
|
|
487
487
|
} while (!t && (e = e.parentNode));
|
|
488
488
|
var i = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
|
|
489
489
|
return i && new i(n);
|
|
490
490
|
}
|
|
491
|
-
function
|
|
491
|
+
function ct(e, t, n) {
|
|
492
492
|
if (e) {
|
|
493
493
|
var r = e.getElementsByTagName(t), i = 0, a = r.length;
|
|
494
494
|
if (n) for (; i < a; i++) n(r[i], i);
|
|
@@ -496,21 +496,21 @@ function ot(e, t, n) {
|
|
|
496
496
|
}
|
|
497
497
|
return [];
|
|
498
498
|
}
|
|
499
|
-
function
|
|
499
|
+
function L() {
|
|
500
500
|
return document.scrollingElement || document.documentElement;
|
|
501
501
|
}
|
|
502
502
|
function R(e, t, n, r, i) {
|
|
503
503
|
if (!(!e.getBoundingClientRect && e !== window)) {
|
|
504
504
|
var a, o, s, c, l, u, d;
|
|
505
|
-
if (e !== window && e.parentNode && e !==
|
|
506
|
-
if (i && i.getBoundingClientRect && (
|
|
505
|
+
if (e !== window && e.parentNode && e !== L() ? (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, !Ze)) do
|
|
506
|
+
if (i && i.getBoundingClientRect && (I(i, "transform") !== "none" || n && I(i, "position") !== "static")) {
|
|
507
507
|
var f = i.getBoundingClientRect();
|
|
508
|
-
o -= f.top + parseInt(
|
|
508
|
+
o -= f.top + parseInt(I(i, "border-top-width")), s -= f.left + parseInt(I(i, "border-left-width")), c = o + a.height, l = s + a.width;
|
|
509
509
|
break;
|
|
510
510
|
}
|
|
511
511
|
while (i = i.parentNode);
|
|
512
512
|
if (r && e !== window) {
|
|
513
|
-
var p =
|
|
513
|
+
var p = st(i || e), m = p && p.a, h = p && p.d;
|
|
514
514
|
p && (o /= h, s /= m, d /= m, u /= h, c = o + u, l = s + d);
|
|
515
515
|
}
|
|
516
516
|
return {
|
|
@@ -523,18 +523,18 @@ function R(e, t, n, r, i) {
|
|
|
523
523
|
};
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
|
-
function
|
|
527
|
-
for (var r =
|
|
526
|
+
function lt(e, t, n) {
|
|
527
|
+
for (var r = mt(e, !0), i = R(e)[t]; r;) {
|
|
528
528
|
var a = R(r)[n], o = void 0;
|
|
529
529
|
if (o = n === "top" || n === "left" ? i >= a : i <= a, !o) return r;
|
|
530
|
-
if (r ===
|
|
531
|
-
r =
|
|
530
|
+
if (r === L()) break;
|
|
531
|
+
r = mt(r, !1);
|
|
532
532
|
}
|
|
533
533
|
return !1;
|
|
534
534
|
}
|
|
535
|
-
function
|
|
535
|
+
function ut(e, t, n, r) {
|
|
536
536
|
for (var i = 0, a = 0, o = e.children; a < o.length;) {
|
|
537
|
-
if (o[a].style.display !== "none" && o[a] !== Q.ghost && (r || o[a] !== Q.dragged) &&
|
|
537
|
+
if (o[a].style.display !== "none" && o[a] !== Q.ghost && (r || o[a] !== Q.dragged) && P(o[a], n.draggable, e, !1)) {
|
|
538
538
|
if (i === t) return o[a];
|
|
539
539
|
i++;
|
|
540
540
|
}
|
|
@@ -542,96 +542,96 @@ function lt(e, t, n, r) {
|
|
|
542
542
|
}
|
|
543
543
|
return null;
|
|
544
544
|
}
|
|
545
|
-
function
|
|
546
|
-
for (var n = e.lastElementChild; n && (n === Q.ghost ||
|
|
545
|
+
function dt(e, t) {
|
|
546
|
+
for (var n = e.lastElementChild; n && (n === Q.ghost || I(n, "display") === "none" || t && !it(n, t));) n = n.previousElementSibling;
|
|
547
547
|
return n || null;
|
|
548
548
|
}
|
|
549
549
|
function z(e, t) {
|
|
550
550
|
var n = 0;
|
|
551
551
|
if (!e || !e.parentNode) return -1;
|
|
552
|
-
for (; e = e.previousElementSibling;) e.nodeName.toUpperCase() !== "TEMPLATE" && e !== Q.clone && (!t ||
|
|
552
|
+
for (; e = e.previousElementSibling;) e.nodeName.toUpperCase() !== "TEMPLATE" && e !== Q.clone && (!t || it(e, t)) && n++;
|
|
553
553
|
return n;
|
|
554
554
|
}
|
|
555
|
-
function
|
|
556
|
-
var t = 0, n = 0, r =
|
|
555
|
+
function ft(e) {
|
|
556
|
+
var t = 0, n = 0, r = L();
|
|
557
557
|
if (e) do {
|
|
558
|
-
var i =
|
|
558
|
+
var i = st(e), a = i.a, o = i.d;
|
|
559
559
|
t += e.scrollLeft * a, n += e.scrollTop * o;
|
|
560
560
|
} while (e !== r && (e = e.parentNode));
|
|
561
561
|
return [t, n];
|
|
562
562
|
}
|
|
563
|
-
function
|
|
563
|
+
function pt(e, t) {
|
|
564
564
|
for (var n in e) if (e.hasOwnProperty(n)) {
|
|
565
565
|
for (var r in t) if (t.hasOwnProperty(r) && t[r] === e[n][r]) return Number(n);
|
|
566
566
|
}
|
|
567
567
|
return -1;
|
|
568
568
|
}
|
|
569
|
-
function
|
|
570
|
-
if (!e || !e.getBoundingClientRect) return
|
|
569
|
+
function mt(e, t) {
|
|
570
|
+
if (!e || !e.getBoundingClientRect) return L();
|
|
571
571
|
var n = e, r = !1;
|
|
572
572
|
do
|
|
573
573
|
if (n.clientWidth < n.scrollWidth || n.clientHeight < n.scrollHeight) {
|
|
574
|
-
var i =
|
|
574
|
+
var i = I(n);
|
|
575
575
|
if (n.clientWidth < n.scrollWidth && (i.overflowX == "auto" || i.overflowX == "scroll") || n.clientHeight < n.scrollHeight && (i.overflowY == "auto" || i.overflowY == "scroll")) {
|
|
576
|
-
if (!n.getBoundingClientRect || n === document.body) return
|
|
576
|
+
if (!n.getBoundingClientRect || n === document.body) return L();
|
|
577
577
|
if (r || t) return n;
|
|
578
578
|
r = !0;
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
581
|
while (n = n.parentNode);
|
|
582
|
-
return
|
|
582
|
+
return L();
|
|
583
583
|
}
|
|
584
|
-
function
|
|
584
|
+
function ht(e, t) {
|
|
585
585
|
if (e && t) for (var n in t) t.hasOwnProperty(n) && (e[n] = t[n]);
|
|
586
586
|
return e;
|
|
587
587
|
}
|
|
588
|
-
function
|
|
588
|
+
function gt(e, t) {
|
|
589
589
|
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);
|
|
590
590
|
}
|
|
591
|
-
var
|
|
592
|
-
function
|
|
591
|
+
var _t;
|
|
592
|
+
function vt(e, t) {
|
|
593
593
|
return function() {
|
|
594
|
-
if (!
|
|
594
|
+
if (!_t) {
|
|
595
595
|
var n = arguments, r = this;
|
|
596
|
-
n.length === 1 ? e.call(r, n[0]) : e.apply(r, n),
|
|
597
|
-
|
|
596
|
+
n.length === 1 ? e.call(r, n[0]) : e.apply(r, n), _t = setTimeout(function() {
|
|
597
|
+
_t = void 0;
|
|
598
598
|
}, t);
|
|
599
599
|
}
|
|
600
600
|
};
|
|
601
601
|
}
|
|
602
|
-
function
|
|
603
|
-
clearTimeout(
|
|
602
|
+
function yt() {
|
|
603
|
+
clearTimeout(_t), _t = void 0;
|
|
604
604
|
}
|
|
605
|
-
function
|
|
605
|
+
function bt(e, t, n) {
|
|
606
606
|
e.scrollLeft += t, e.scrollTop += n;
|
|
607
607
|
}
|
|
608
|
-
function
|
|
608
|
+
function xt(e) {
|
|
609
609
|
var t = window.Polymer, n = window.jQuery || window.Zepto;
|
|
610
610
|
return t && t.dom ? t.dom(e).cloneNode(!0) : n ? n(e).clone(!0)[0] : e.cloneNode(!0);
|
|
611
611
|
}
|
|
612
|
-
function
|
|
612
|
+
function St(e, t, n) {
|
|
613
613
|
var r = {};
|
|
614
614
|
return Array.from(e.children).forEach(function(i) {
|
|
615
|
-
if (!(!
|
|
615
|
+
if (!(!P(i, t.draggable, e, !1) || i.animated || i === n)) {
|
|
616
616
|
var a = R(i);
|
|
617
617
|
r.left = Math.min(r.left ?? Infinity, a.left), r.top = Math.min(r.top ?? Infinity, a.top), r.right = Math.max(r.right ?? -Infinity, a.right), r.bottom = Math.max(r.bottom ?? -Infinity, a.bottom);
|
|
618
618
|
}
|
|
619
619
|
}), r.width = r.right - r.left, r.height = r.bottom - r.top, r.x = r.left, r.y = r.top, r;
|
|
620
620
|
}
|
|
621
621
|
var B = "Sortable" + (/* @__PURE__ */ new Date()).getTime();
|
|
622
|
-
function
|
|
622
|
+
function Ct() {
|
|
623
623
|
var e = [], t;
|
|
624
624
|
return {
|
|
625
625
|
captureAnimationState: function() {
|
|
626
626
|
e = [], this.options.animation && [].slice.call(this.el.children).forEach(function(t) {
|
|
627
|
-
if (!(
|
|
627
|
+
if (!(I(t, "display") === "none" || t === Q.ghost)) {
|
|
628
628
|
e.push({
|
|
629
629
|
target: t,
|
|
630
630
|
rect: R(t)
|
|
631
631
|
});
|
|
632
|
-
var n =
|
|
632
|
+
var n = j({}, e[e.length - 1].rect);
|
|
633
633
|
if (t.thisAnimationDuration) {
|
|
634
|
-
var r =
|
|
634
|
+
var r = st(t, !0);
|
|
635
635
|
r && (n.top -= r.f, n.left -= r.e);
|
|
636
636
|
}
|
|
637
637
|
t.fromRect = n;
|
|
@@ -642,7 +642,7 @@ function St() {
|
|
|
642
642
|
e.push(t);
|
|
643
643
|
},
|
|
644
644
|
removeAnimationState: function(t) {
|
|
645
|
-
e.splice(
|
|
645
|
+
e.splice(pt(e, { target: t }), 1);
|
|
646
646
|
},
|
|
647
647
|
animateAll: function(n) {
|
|
648
648
|
var r = this;
|
|
@@ -652,8 +652,8 @@ function St() {
|
|
|
652
652
|
}
|
|
653
653
|
var i = !1, a = 0;
|
|
654
654
|
e.forEach(function(e) {
|
|
655
|
-
var t = 0, n = e.target, o = n.fromRect, s = R(n), c = n.prevFromRect, l = n.prevToRect, u = e.rect, d =
|
|
656
|
-
d && (s.top -= d.f, s.left -= d.e), n.toRect = s, n.thisAnimationDuration &&
|
|
655
|
+
var t = 0, n = e.target, o = n.fromRect, s = R(n), c = n.prevFromRect, l = n.prevToRect, u = e.rect, d = st(n, !0);
|
|
656
|
+
d && (s.top -= d.f, s.left -= d.e), n.toRect = s, n.thisAnimationDuration && gt(c, s) && !gt(o, s) && (u.top - s.top) / (u.left - s.left) === (o.top - s.top) / (o.left - s.left) && (t = Tt(u, c, l, r.options)), gt(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() {
|
|
657
657
|
n.animationTime = 0, n.prevFromRect = null, n.fromRect = null, n.prevToRect = null, n.thisAnimationDuration = null;
|
|
658
658
|
}, t), n.thisAnimationDuration = t);
|
|
659
659
|
}), clearTimeout(t), i ? t = setTimeout(function() {
|
|
@@ -662,27 +662,27 @@ function St() {
|
|
|
662
662
|
},
|
|
663
663
|
animate: function(e, t, n, r) {
|
|
664
664
|
if (r) {
|
|
665
|
-
|
|
666
|
-
var i =
|
|
667
|
-
e.animatingX = !!s, e.animatingY = !!c,
|
|
668
|
-
|
|
665
|
+
I(e, "transition", ""), I(e, "transform", "");
|
|
666
|
+
var i = st(this.el), a = i && i.a, o = i && i.d, s = (t.left - n.left) / (a || 1), c = (t.top - n.top) / (o || 1);
|
|
667
|
+
e.animatingX = !!s, e.animatingY = !!c, I(e, "transform", "translate3d(" + s + "px," + c + "px,0)"), this.forRepaintDummy = wt(e), I(e, "transition", "transform " + r + "ms" + (this.options.easing ? " " + this.options.easing : "")), I(e, "transform", "translate3d(0,0,0)"), typeof e.animated == "number" && clearTimeout(e.animated), e.animated = setTimeout(function() {
|
|
668
|
+
I(e, "transition", ""), I(e, "transform", ""), e.animated = !1, e.animatingX = !1, e.animatingY = !1;
|
|
669
669
|
}, r);
|
|
670
670
|
}
|
|
671
671
|
}
|
|
672
672
|
};
|
|
673
673
|
}
|
|
674
|
-
function
|
|
674
|
+
function wt(e) {
|
|
675
675
|
return e.offsetWidth;
|
|
676
676
|
}
|
|
677
|
-
function
|
|
677
|
+
function Tt(e, t, n, r) {
|
|
678
678
|
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;
|
|
679
679
|
}
|
|
680
|
-
var
|
|
680
|
+
var Et = [], Dt = { initializeByDefault: !0 }, Ot = {
|
|
681
681
|
mount: function(e) {
|
|
682
|
-
for (var t in
|
|
683
|
-
|
|
682
|
+
for (var t in Dt) Dt.hasOwnProperty(t) && !(t in e) && (e[t] = Dt[t]);
|
|
683
|
+
Et.forEach(function(t) {
|
|
684
684
|
if (t.pluginName === e.pluginName) throw `Sortable: Cannot mount plugin ${e.pluginName} more than once`;
|
|
685
|
-
}),
|
|
685
|
+
}), Et.push(e);
|
|
686
686
|
},
|
|
687
687
|
pluginEvent: function(e, t, n) {
|
|
688
688
|
var r = this;
|
|
@@ -690,16 +690,16 @@ var Tt = [], Et = { initializeByDefault: !0 }, Dt = {
|
|
|
690
690
|
r.eventCanceled = !0;
|
|
691
691
|
};
|
|
692
692
|
var i = e + "Global";
|
|
693
|
-
|
|
694
|
-
t[r.pluginName] && (t[r.pluginName][i] && t[r.pluginName][i](
|
|
693
|
+
Et.forEach(function(r) {
|
|
694
|
+
t[r.pluginName] && (t[r.pluginName][i] && t[r.pluginName][i](j({ sortable: t }, n)), t.options[r.pluginName] && t[r.pluginName][e] && t[r.pluginName][e](j({ sortable: t }, n)));
|
|
695
695
|
});
|
|
696
696
|
},
|
|
697
697
|
initializePlugins: function(e, t, n, r) {
|
|
698
|
-
for (var i in
|
|
698
|
+
for (var i in Et.forEach(function(r) {
|
|
699
699
|
var i = r.pluginName;
|
|
700
700
|
if (!(!e.options[i] && !r.initializeByDefault)) {
|
|
701
701
|
var a = new r(e, t, e.options);
|
|
702
|
-
a.sortable = e, a.options = e.options, e[i] = a,
|
|
702
|
+
a.sortable = e, a.options = e.options, e[i] = a, He(n, a.defaults);
|
|
703
703
|
}
|
|
704
704
|
}), e.options) if (e.options.hasOwnProperty(i)) {
|
|
705
705
|
var a = this.modifyOption(e, i, e.options[i]);
|
|
@@ -708,56 +708,56 @@ var Tt = [], Et = { initializeByDefault: !0 }, Dt = {
|
|
|
708
708
|
},
|
|
709
709
|
getEventProperties: function(e, t) {
|
|
710
710
|
var n = {};
|
|
711
|
-
return
|
|
712
|
-
typeof r.eventProperties == "function" &&
|
|
711
|
+
return Et.forEach(function(r) {
|
|
712
|
+
typeof r.eventProperties == "function" && He(n, r.eventProperties.call(t[r.pluginName], e));
|
|
713
713
|
}), n;
|
|
714
714
|
},
|
|
715
715
|
modifyOption: function(e, t, n) {
|
|
716
716
|
var r;
|
|
717
|
-
return
|
|
717
|
+
return Et.forEach(function(i) {
|
|
718
718
|
e[i.pluginName] && i.optionListeners && typeof i.optionListeners[t] == "function" && (r = i.optionListeners[t].call(e[i.pluginName], n));
|
|
719
719
|
}), r;
|
|
720
720
|
}
|
|
721
721
|
};
|
|
722
|
-
function
|
|
722
|
+
function kt(e) {
|
|
723
723
|
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;
|
|
724
724
|
if (t ||= n && n[B], t) {
|
|
725
725
|
var h, g = t.options, _ = "on" + r.charAt(0).toUpperCase() + r.substr(1);
|
|
726
|
-
window.CustomEvent && !
|
|
726
|
+
window.CustomEvent && !Ze && !Qe ? h = new CustomEvent(r, {
|
|
727
727
|
bubbles: !0,
|
|
728
728
|
cancelable: !0
|
|
729
729
|
}) : (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;
|
|
730
|
-
var v =
|
|
730
|
+
var v = j(j({}, m), Ot.getEventProperties(r, t));
|
|
731
731
|
for (var y in v) h[y] = v[y];
|
|
732
732
|
n && n.dispatchEvent(h), g[_] && g[_].call(t, h);
|
|
733
733
|
}
|
|
734
734
|
}
|
|
735
|
-
var
|
|
736
|
-
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = n.evt, i =
|
|
737
|
-
|
|
735
|
+
var At = ["evt"], V = function(e, t) {
|
|
736
|
+
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = n.evt, i = We(n, At);
|
|
737
|
+
Ot.pluginEvent.bind(Q)(e, t, j({
|
|
738
738
|
dragEl: U,
|
|
739
739
|
parentEl: W,
|
|
740
740
|
ghostEl: G,
|
|
741
741
|
rootEl: K,
|
|
742
|
-
nextEl:
|
|
743
|
-
lastDownEl:
|
|
742
|
+
nextEl: jt,
|
|
743
|
+
lastDownEl: Mt,
|
|
744
744
|
cloneEl: q,
|
|
745
|
-
cloneHidden:
|
|
746
|
-
dragStarted:
|
|
745
|
+
cloneHidden: Nt,
|
|
746
|
+
dragStarted: Kt,
|
|
747
747
|
putSortable: Y,
|
|
748
748
|
activeSortable: Q.active,
|
|
749
749
|
originalEvent: r,
|
|
750
|
-
oldIndex:
|
|
751
|
-
oldDraggableIndex:
|
|
750
|
+
oldIndex: Pt,
|
|
751
|
+
oldDraggableIndex: Ft,
|
|
752
752
|
newIndex: J,
|
|
753
|
-
newDraggableIndex:
|
|
754
|
-
hideGhostForTarget:
|
|
755
|
-
unhideGhostForTarget:
|
|
753
|
+
newDraggableIndex: It,
|
|
754
|
+
hideGhostForTarget: dn,
|
|
755
|
+
unhideGhostForTarget: fn,
|
|
756
756
|
cloneNowHidden: function() {
|
|
757
|
-
|
|
757
|
+
Nt = !0;
|
|
758
758
|
},
|
|
759
759
|
cloneNowShown: function() {
|
|
760
|
-
|
|
760
|
+
Nt = !1;
|
|
761
761
|
},
|
|
762
762
|
dispatchSortableEvent: function(e) {
|
|
763
763
|
H({
|
|
@@ -769,45 +769,45 @@ var kt = ["evt"], V = function(e, t) {
|
|
|
769
769
|
}, i));
|
|
770
770
|
};
|
|
771
771
|
function H(e) {
|
|
772
|
-
|
|
772
|
+
kt(j({
|
|
773
773
|
putSortable: Y,
|
|
774
774
|
cloneEl: q,
|
|
775
775
|
targetEl: U,
|
|
776
776
|
rootEl: K,
|
|
777
|
-
oldIndex:
|
|
778
|
-
oldDraggableIndex:
|
|
777
|
+
oldIndex: Pt,
|
|
778
|
+
oldDraggableIndex: Ft,
|
|
779
779
|
newIndex: J,
|
|
780
|
-
newDraggableIndex:
|
|
780
|
+
newDraggableIndex: It
|
|
781
781
|
}, e));
|
|
782
782
|
}
|
|
783
|
-
var U, W, G, K,
|
|
784
|
-
if (
|
|
785
|
-
if (
|
|
783
|
+
var U, W, G, K, jt, Mt, q, Nt, Pt, J, Ft, It, Lt, Y, Rt = !1, zt = !1, Bt = [], Vt, X, Ht, Ut, Wt, Gt, Kt, qt, Jt, Yt = !1, Xt = !1, Zt, Z, Qt = [], $t = !1, en = [], tn = typeof document < "u", nn = tt, rn = Qe || Ze ? "cssFloat" : "float", an = tn && !nt && !tt && "draggable" in document.createElement("div"), on = function() {
|
|
784
|
+
if (tn) {
|
|
785
|
+
if (Ze) return !1;
|
|
786
786
|
var e = document.createElement("x");
|
|
787
787
|
return e.style.cssText = "pointer-events:auto", e.style.pointerEvents === "auto";
|
|
788
788
|
}
|
|
789
|
-
}(),
|
|
790
|
-
var n =
|
|
789
|
+
}(), sn = function(e, t) {
|
|
790
|
+
var n = I(e), r = parseInt(n.width) - parseInt(n.paddingLeft) - parseInt(n.paddingRight) - parseInt(n.borderLeftWidth) - parseInt(n.borderRightWidth), i = ut(e, 0, t), a = ut(e, 1, t), o = i && I(i), s = a && I(a), c = o && parseInt(o.marginLeft) + parseInt(o.marginRight) + R(i).width, l = s && parseInt(s.marginLeft) + parseInt(s.marginRight) + R(a).width;
|
|
791
791
|
if (n.display === "flex") return n.flexDirection === "column" || n.flexDirection === "column-reverse" ? "vertical" : "horizontal";
|
|
792
792
|
if (n.display === "grid") return n.gridTemplateColumns.split(" ").length <= 1 ? "vertical" : "horizontal";
|
|
793
793
|
if (i && o.float && o.float !== "none") {
|
|
794
794
|
var u = o.float === "left" ? "left" : "right";
|
|
795
795
|
return a && (s.clear === "both" || s.clear === u) ? "vertical" : "horizontal";
|
|
796
796
|
}
|
|
797
|
-
return i && (o.display === "block" || o.display === "flex" || o.display === "table" || o.display === "grid" || c >= r && n[
|
|
798
|
-
},
|
|
797
|
+
return i && (o.display === "block" || o.display === "flex" || o.display === "table" || o.display === "grid" || c >= r && n[rn] === "none" || a && n[rn] === "none" && c + l > r) ? "vertical" : "horizontal";
|
|
798
|
+
}, cn = function(e, t, n) {
|
|
799
799
|
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;
|
|
800
800
|
return r === o || i === s || r + a / 2 === o + c / 2;
|
|
801
|
-
},
|
|
801
|
+
}, ln = function(e, t) {
|
|
802
802
|
var n;
|
|
803
|
-
return
|
|
803
|
+
return Bt.some(function(r) {
|
|
804
804
|
var i = r[B].options.emptyInsertThreshold;
|
|
805
|
-
if (!(!i ||
|
|
805
|
+
if (!(!i || dt(r))) {
|
|
806
806
|
var a = R(r), o = e >= a.left - i && e <= a.right + i, s = t >= a.top - i && t <= a.bottom + i;
|
|
807
807
|
if (o && s) return n = r;
|
|
808
808
|
}
|
|
809
809
|
}), n;
|
|
810
|
-
},
|
|
810
|
+
}, un = function(e) {
|
|
811
811
|
function t(e, n) {
|
|
812
812
|
return function(r, i, a, o) {
|
|
813
813
|
var s = r.options.group.name && i.options.group.name && r.options.group.name === i.options.group.name;
|
|
@@ -820,31 +820,31 @@ var U, W, G, K, At, jt, q, Mt, Nt, J, Pt, Ft, It, Y, Lt = !1, Rt = !1, zt = [],
|
|
|
820
820
|
};
|
|
821
821
|
}
|
|
822
822
|
var n = {}, r = e.group;
|
|
823
|
-
(!r ||
|
|
824
|
-
}, un = function() {
|
|
825
|
-
!an && G && L(G, "display", "none");
|
|
823
|
+
(!r || Je(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;
|
|
826
824
|
}, dn = function() {
|
|
827
|
-
!
|
|
825
|
+
!on && G && I(G, "display", "none");
|
|
826
|
+
}, fn = function() {
|
|
827
|
+
!on && G && I(G, "display", "");
|
|
828
828
|
};
|
|
829
|
-
|
|
830
|
-
if (
|
|
829
|
+
tn && !nt && document.addEventListener("click", function(e) {
|
|
830
|
+
if (zt) return e.preventDefault(), e.stopPropagation && e.stopPropagation(), e.stopImmediatePropagation && e.stopImmediatePropagation(), zt = !1, !1;
|
|
831
831
|
}, !0);
|
|
832
|
-
var
|
|
832
|
+
var pn = function(e) {
|
|
833
833
|
if (U) {
|
|
834
834
|
e = e.touches ? e.touches[0] : e;
|
|
835
|
-
var t =
|
|
835
|
+
var t = ln(e.clientX, e.clientY);
|
|
836
836
|
if (t) {
|
|
837
837
|
var n = {};
|
|
838
838
|
for (var r in e) e.hasOwnProperty(r) && (n[r] = e[r]);
|
|
839
839
|
n.target = n.rootEl = t, n.preventDefault = void 0, n.stopPropagation = void 0, t[B]._onDragOver(n);
|
|
840
840
|
}
|
|
841
841
|
}
|
|
842
|
-
},
|
|
842
|
+
}, mn = function(e) {
|
|
843
843
|
U && U.parentNode[B]._isOutsideThisEl(e.target);
|
|
844
844
|
};
|
|
845
845
|
function Q(e, t) {
|
|
846
846
|
if (!(e && e.nodeType && e.nodeType === 1)) throw `Sortable: \`el\` must be an HTMLElement, not ${{}.toString.call(e)}`;
|
|
847
|
-
this.el = e, this.options = t =
|
|
847
|
+
this.el = e, this.options = t = He({}, t), e[B] = this;
|
|
848
848
|
var n = {
|
|
849
849
|
group: null,
|
|
850
850
|
sort: !0,
|
|
@@ -857,7 +857,7 @@ function Q(e, t) {
|
|
|
857
857
|
invertedSwapThreshold: null,
|
|
858
858
|
removeCloneOnHide: !0,
|
|
859
859
|
direction: function() {
|
|
860
|
-
return
|
|
860
|
+
return sn(e, this.options);
|
|
861
861
|
},
|
|
862
862
|
ghostClass: "sortable-ghost",
|
|
863
863
|
chosenClass: "sortable-chosen",
|
|
@@ -884,17 +884,17 @@ function Q(e, t) {
|
|
|
884
884
|
x: 0,
|
|
885
885
|
y: 0
|
|
886
886
|
},
|
|
887
|
-
supportPointer: Q.supportPointer !== !1 && "PointerEvent" in window && (!
|
|
887
|
+
supportPointer: Q.supportPointer !== !1 && "PointerEvent" in window && (!et || tt),
|
|
888
888
|
emptyInsertThreshold: 5
|
|
889
889
|
};
|
|
890
|
-
for (var r in
|
|
891
|
-
for (var i in
|
|
892
|
-
this.nativeDraggable = t.forceFallback ? !1 :
|
|
890
|
+
for (var r in Ot.initializePlugins(this, e, n), n) !(r in t) && (t[r] = n[r]);
|
|
891
|
+
for (var i in un(t), this) i.charAt(0) === "_" && typeof this[i] == "function" && (this[i] = this[i].bind(this));
|
|
892
|
+
this.nativeDraggable = t.forceFallback ? !1 : an, this.nativeDraggable && (this.options.touchStartThreshold = 1), t.supportPointer ? M(e, "pointerdown", this._onTapStart) : (M(e, "mousedown", this._onTapStart), M(e, "touchstart", this._onTapStart)), this.nativeDraggable && (M(e, "dragover", this), M(e, "dragenter", this)), Bt.push(this.el), t.store && t.store.get && this.sort(t.store.get(this) || []), He(this, Ct());
|
|
893
893
|
}
|
|
894
894
|
Q.prototype = {
|
|
895
895
|
constructor: Q,
|
|
896
896
|
_isOutsideThisEl: function(e) {
|
|
897
|
-
!this.el.contains(e) && e !== this.el && (
|
|
897
|
+
!this.el.contains(e) && e !== this.el && (qt = null);
|
|
898
898
|
},
|
|
899
899
|
_getDirection: function(e, t) {
|
|
900
900
|
return typeof this.options.direction == "function" ? this.options.direction.call(this, e, t, U) : this.options.direction;
|
|
@@ -902,8 +902,8 @@ Q.prototype = {
|
|
|
902
902
|
_onTapStart: function(e) {
|
|
903
903
|
if (e.cancelable) {
|
|
904
904
|
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;
|
|
905
|
-
if (
|
|
906
|
-
if (
|
|
905
|
+
if (wn(n), !U && !(/mousedown|pointerdown/.test(a) && e.button !== 0 || r.disabled) && !c.isContentEditable && !(!this.nativeDraggable && et && s && s.tagName.toUpperCase() === "SELECT") && (s = P(s, r.draggable, n, !1), !(s && s.animated) && Mt !== s)) {
|
|
906
|
+
if (Pt = z(s), Ft = z(s, r.draggable), typeof l == "function") {
|
|
907
907
|
if (l.call(this, e, s, this)) {
|
|
908
908
|
H({
|
|
909
909
|
sortable: t,
|
|
@@ -916,7 +916,7 @@ Q.prototype = {
|
|
|
916
916
|
return;
|
|
917
917
|
}
|
|
918
918
|
} else if (l && (l = l.split(",").some(function(r) {
|
|
919
|
-
if (r =
|
|
919
|
+
if (r = P(c, r.trim(), n, !1), r) return H({
|
|
920
920
|
sortable: t,
|
|
921
921
|
rootEl: r,
|
|
922
922
|
name: "filter",
|
|
@@ -928,7 +928,7 @@ Q.prototype = {
|
|
|
928
928
|
i && e.preventDefault();
|
|
929
929
|
return;
|
|
930
930
|
}
|
|
931
|
-
r.handle && !
|
|
931
|
+
r.handle && !P(c, r.handle, n, !1) || this._prepareDragStart(e, o, s);
|
|
932
932
|
}
|
|
933
933
|
}
|
|
934
934
|
},
|
|
@@ -936,28 +936,28 @@ Q.prototype = {
|
|
|
936
936
|
var r = this, i = r.el, a = r.options, o = i.ownerDocument, s;
|
|
937
937
|
if (n && !U && n.parentNode === i) {
|
|
938
938
|
var c = R(n);
|
|
939
|
-
if (K = i, U = n, W = U.parentNode,
|
|
939
|
+
if (K = i, U = n, W = U.parentNode, jt = U.nextSibling, Mt = n, Lt = a.group, Q.dragged = U, Vt = {
|
|
940
940
|
target: U,
|
|
941
941
|
clientX: (t || e).clientX,
|
|
942
942
|
clientY: (t || e).clientY
|
|
943
|
-
},
|
|
943
|
+
}, Wt = Vt.clientX - c.left, Gt = Vt.clientY - c.top, this._lastX = (t || e).clientX, this._lastY = (t || e).clientY, U.style["will-change"] = "all", s = function() {
|
|
944
944
|
if (V("delayEnded", r, { evt: e }), Q.eventCanceled) {
|
|
945
945
|
r._onDrop();
|
|
946
946
|
return;
|
|
947
947
|
}
|
|
948
|
-
r._disableDelayedDragEvents(),
|
|
948
|
+
r._disableDelayedDragEvents(), !$e && r.nativeDraggable && (U.draggable = !0), r._triggerDragStart(e, t), H({
|
|
949
949
|
sortable: r,
|
|
950
950
|
name: "choose",
|
|
951
951
|
originalEvent: e
|
|
952
|
-
}),
|
|
952
|
+
}), F(U, a.chosenClass, !0);
|
|
953
953
|
}, a.ignore.split(",").forEach(function(e) {
|
|
954
|
-
|
|
955
|
-
}),
|
|
954
|
+
ct(U, e.trim(), _n);
|
|
955
|
+
}), M(o, "dragover", pn), M(o, "mousemove", pn), M(o, "touchmove", pn), a.supportPointer ? (M(o, "pointerup", r._onDrop), !this.nativeDraggable && M(o, "pointercancel", r._onDrop)) : (M(o, "mouseup", r._onDrop), M(o, "touchend", r._onDrop), M(o, "touchcancel", r._onDrop)), $e && this.nativeDraggable && (this.options.touchStartThreshold = 4, U.draggable = !0), V("delayStart", this, { evt: e }), a.delay && (!a.delayOnTouchOnly || t) && (!this.nativeDraggable || !(Qe || Ze))) {
|
|
956
956
|
if (Q.eventCanceled) {
|
|
957
957
|
this._onDrop();
|
|
958
958
|
return;
|
|
959
959
|
}
|
|
960
|
-
a.supportPointer ? (
|
|
960
|
+
a.supportPointer ? (M(o, "pointerup", r._disableDelayedDrag), M(o, "pointercancel", r._disableDelayedDrag)) : (M(o, "mouseup", r._disableDelayedDrag), M(o, "touchend", r._disableDelayedDrag), M(o, "touchcancel", r._disableDelayedDrag)), M(o, "mousemove", r._delayedDragTouchMoveHandler), M(o, "touchmove", r._delayedDragTouchMoveHandler), a.supportPointer && M(o, "pointermove", r._delayedDragTouchMoveHandler), r._dragStartTimer = setTimeout(s, a.delay);
|
|
961
961
|
} else s();
|
|
962
962
|
}
|
|
963
963
|
},
|
|
@@ -966,25 +966,25 @@ Q.prototype = {
|
|
|
966
966
|
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();
|
|
967
967
|
},
|
|
968
968
|
_disableDelayedDrag: function() {
|
|
969
|
-
U &&
|
|
969
|
+
U && _n(U), clearTimeout(this._dragStartTimer), this._disableDelayedDragEvents();
|
|
970
970
|
},
|
|
971
971
|
_disableDelayedDragEvents: function() {
|
|
972
972
|
var e = this.el.ownerDocument;
|
|
973
|
-
|
|
973
|
+
N(e, "mouseup", this._disableDelayedDrag), N(e, "touchend", this._disableDelayedDrag), N(e, "touchcancel", this._disableDelayedDrag), N(e, "pointerup", this._disableDelayedDrag), N(e, "pointercancel", this._disableDelayedDrag), N(e, "mousemove", this._delayedDragTouchMoveHandler), N(e, "touchmove", this._delayedDragTouchMoveHandler), N(e, "pointermove", this._delayedDragTouchMoveHandler);
|
|
974
974
|
},
|
|
975
975
|
_triggerDragStart: function(e, t) {
|
|
976
|
-
t ||= e.pointerType == "touch" && e, !this.nativeDraggable || t ? this.options.supportPointer ?
|
|
976
|
+
t ||= e.pointerType == "touch" && e, !this.nativeDraggable || t ? this.options.supportPointer ? M(document, "pointermove", this._onTouchMove) : t ? M(document, "touchmove", this._onTouchMove) : M(document, "mousemove", this._onTouchMove) : (M(U, "dragend", this), M(K, "dragstart", this._onDragStart));
|
|
977
977
|
try {
|
|
978
|
-
document.selection ?
|
|
978
|
+
document.selection ? Tn(function() {
|
|
979
979
|
document.selection.empty();
|
|
980
980
|
}) : window.getSelection().removeAllRanges();
|
|
981
981
|
} catch {}
|
|
982
982
|
},
|
|
983
983
|
_dragStarted: function(e, t) {
|
|
984
|
-
if (
|
|
985
|
-
V("dragStarted", this, { evt: t }), this.nativeDraggable &&
|
|
984
|
+
if (Rt = !1, K && U) {
|
|
985
|
+
V("dragStarted", this, { evt: t }), this.nativeDraggable && M(document, "dragover", mn);
|
|
986
986
|
var n = this.options;
|
|
987
|
-
!e &&
|
|
987
|
+
!e && F(U, n.dragClass, !1), F(U, n.ghostClass, !0), Q.active = this, e && this._appendGhost(), H({
|
|
988
988
|
sortable: this,
|
|
989
989
|
name: "start",
|
|
990
990
|
originalEvent: t
|
|
@@ -993,7 +993,7 @@ Q.prototype = {
|
|
|
993
993
|
},
|
|
994
994
|
_emulateDragOver: function() {
|
|
995
995
|
if (X) {
|
|
996
|
-
this._lastX = X.clientX, this._lastY = X.clientY,
|
|
996
|
+
this._lastX = X.clientX, this._lastY = X.clientY, dn();
|
|
997
997
|
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;
|
|
998
998
|
if (U.parentNode[B]._isOutsideThisEl(e), t) do {
|
|
999
999
|
if (t[B]) {
|
|
@@ -1006,19 +1006,19 @@ Q.prototype = {
|
|
|
1006
1006
|
}), n && !this.options.dragoverBubble) break;
|
|
1007
1007
|
}
|
|
1008
1008
|
e = t;
|
|
1009
|
-
} while (t =
|
|
1010
|
-
|
|
1009
|
+
} while (t = at(t));
|
|
1010
|
+
fn();
|
|
1011
1011
|
}
|
|
1012
1012
|
},
|
|
1013
1013
|
_onTouchMove: function(e) {
|
|
1014
|
-
if (
|
|
1015
|
-
var t = this.options, n = t.fallbackTolerance, r = t.fallbackOffset, i = e.touches ? e.touches[0] : e, a = G &&
|
|
1016
|
-
if (!Q.active && !
|
|
1014
|
+
if (Vt) {
|
|
1015
|
+
var t = this.options, n = t.fallbackTolerance, r = t.fallbackOffset, i = e.touches ? e.touches[0] : e, a = G && st(G, !0), o = G && a && a.a, s = G && a && a.d, c = nn && Z && ft(Z), l = (i.clientX - Vt.clientX + r.x) / (o || 1) + (c ? c[0] - Qt[0] : 0) / (o || 1), u = (i.clientY - Vt.clientY + r.y) / (s || 1) + (c ? c[1] - Qt[1] : 0) / (s || 1);
|
|
1016
|
+
if (!Q.active && !Rt) {
|
|
1017
1017
|
if (n && Math.max(Math.abs(i.clientX - this._lastX), Math.abs(i.clientY - this._lastY)) < n) return;
|
|
1018
1018
|
this._onDragStart(e, !0);
|
|
1019
1019
|
}
|
|
1020
1020
|
if (G) {
|
|
1021
|
-
a ? (a.e += l - (
|
|
1021
|
+
a ? (a.e += l - (Ht || 0), a.f += u - (Ut || 0)) : a = {
|
|
1022
1022
|
a: 1,
|
|
1023
1023
|
b: 0,
|
|
1024
1024
|
c: 0,
|
|
@@ -1027,19 +1027,19 @@ Q.prototype = {
|
|
|
1027
1027
|
f: u
|
|
1028
1028
|
};
|
|
1029
1029
|
var d = `matrix(${a.a},${a.b},${a.c},${a.d},${a.e},${a.f})`;
|
|
1030
|
-
|
|
1030
|
+
I(G, "webkitTransform", d), I(G, "mozTransform", d), I(G, "msTransform", d), I(G, "transform", d), Ht = l, Ut = u, X = i;
|
|
1031
1031
|
}
|
|
1032
1032
|
e.cancelable && e.preventDefault();
|
|
1033
1033
|
}
|
|
1034
1034
|
},
|
|
1035
1035
|
_appendGhost: function() {
|
|
1036
1036
|
if (!G) {
|
|
1037
|
-
var e = this.options.fallbackOnBody ? document.body : K, t = R(U, !0,
|
|
1038
|
-
if (
|
|
1039
|
-
for (Z = e;
|
|
1040
|
-
Z !== document.body && Z !== document.documentElement ? (Z === document && (Z =
|
|
1037
|
+
var e = this.options.fallbackOnBody ? document.body : K, t = R(U, !0, nn, !0, e), n = this.options;
|
|
1038
|
+
if (nn) {
|
|
1039
|
+
for (Z = e; I(Z, "position") === "static" && I(Z, "transform") === "none" && Z !== document;) Z = Z.parentNode;
|
|
1040
|
+
Z !== document.body && Z !== document.documentElement ? (Z === document && (Z = L()), t.top += Z.scrollTop, t.left += Z.scrollLeft) : Z = L(), Qt = ft(Z);
|
|
1041
1041
|
}
|
|
1042
|
-
G = U.cloneNode(!0),
|
|
1042
|
+
G = U.cloneNode(!0), F(G, n.ghostClass, !1), F(G, n.fallbackClass, !0), F(G, n.dragClass, !0), I(G, "transition", ""), I(G, "transform", ""), I(G, "box-sizing", "border-box"), I(G, "margin", 0), I(G, "top", t.top), I(G, "left", t.left), I(G, "width", t.width), I(G, "height", t.height), I(G, "opacity", "0.8"), I(G, "position", nn ? "absolute" : "fixed"), I(G, "zIndex", "100000"), I(G, "pointerEvents", "none"), Q.ghost = G, e.appendChild(G), I(G, "transform-origin", Wt / parseInt(G.style.width) * 100 + "% " + Gt / parseInt(G.style.height) * 100 + "%");
|
|
1043
1043
|
}
|
|
1044
1044
|
},
|
|
1045
1045
|
_onDragStart: function(e, t) {
|
|
@@ -1048,18 +1048,18 @@ Q.prototype = {
|
|
|
1048
1048
|
this._onDrop();
|
|
1049
1049
|
return;
|
|
1050
1050
|
}
|
|
1051
|
-
V("setupClone", this), Q.eventCanceled || (q =
|
|
1051
|
+
V("setupClone", this), Q.eventCanceled || (q = xt(U), q.removeAttribute("id"), q.draggable = !1, q.style["will-change"] = "", this._hideClone(), F(q, this.options.chosenClass, !1), Q.clone = q), n.cloneId = Tn(function() {
|
|
1052
1052
|
V("clone", n), !Q.eventCanceled && (n.options.removeCloneOnHide || K.insertBefore(q, U), n._hideClone(), H({
|
|
1053
1053
|
sortable: n,
|
|
1054
1054
|
name: "clone"
|
|
1055
1055
|
}));
|
|
1056
|
-
}), !t &&
|
|
1056
|
+
}), !t && F(U, i.dragClass, !0), t ? (zt = !0, n._loopId = setInterval(n._emulateDragOver, 50)) : (N(document, "mouseup", n._onDrop), N(document, "touchend", n._onDrop), N(document, "touchcancel", n._onDrop), r && (r.effectAllowed = "move", i.setData && i.setData.call(n, r, U)), M(document, "drop", n), I(U, "transform", "translateZ(0)")), Rt = !0, n._dragStartId = Tn(n._dragStarted.bind(n, t, e)), M(document, "selectstart", n), Kt = !0, window.getSelection().removeAllRanges(), et && I(document.body, "user-select", "none");
|
|
1057
1057
|
},
|
|
1058
1058
|
_onDragOver: function(e) {
|
|
1059
|
-
var t = this.el, n = e.target, r, i, a, o = this.options, s = o.group, c = Q.active, l =
|
|
1060
|
-
if (
|
|
1059
|
+
var t = this.el, n = e.target, r, i, a, o = this.options, s = o.group, c = Q.active, l = Lt === s, u = o.sort, d = Y || c, f, p = this, m = !1;
|
|
1060
|
+
if ($t) return;
|
|
1061
1061
|
function h(o, s) {
|
|
1062
|
-
V(o, p,
|
|
1062
|
+
V(o, p, j({
|
|
1063
1063
|
evt: e,
|
|
1064
1064
|
isOwner: l,
|
|
1065
1065
|
axis: f ? "vertical" : "horizontal",
|
|
@@ -1071,7 +1071,7 @@ Q.prototype = {
|
|
|
1071
1071
|
target: n,
|
|
1072
1072
|
completed: _,
|
|
1073
1073
|
onMove: function(n, i) {
|
|
1074
|
-
return
|
|
1074
|
+
return gn(K, t, U, r, n, R(n), e, i);
|
|
1075
1075
|
},
|
|
1076
1076
|
changed: v
|
|
1077
1077
|
}, s));
|
|
@@ -1080,50 +1080,50 @@ Q.prototype = {
|
|
|
1080
1080
|
h("dragOverAnimationCapture"), p.captureAnimationState(), p !== d && d.captureAnimationState();
|
|
1081
1081
|
}
|
|
1082
1082
|
function _(r) {
|
|
1083
|
-
return h("dragOverCompleted", { insertion: r }), r && (l ? c._hideClone() : c._showClone(p), p !== d && (
|
|
1083
|
+
return h("dragOverCompleted", { insertion: r }), r && (l ? c._hideClone() : c._showClone(p), p !== d && (F(U, Y ? Y.options.ghostClass : c.options.ghostClass, !1), F(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() {
|
|
1084
1084
|
h("dragOverAnimationComplete"), p._ignoreWhileAnimating = null;
|
|
1085
|
-
}), p !== d && (d.animateAll(), d._ignoreWhileAnimating = null)), (n === U && !U.animated || n === t && !n.animated) && (
|
|
1085
|
+
}), p !== d && (d.animateAll(), d._ignoreWhileAnimating = null)), (n === U && !U.animated || n === t && !n.animated) && (qt = null), !o.dragoverBubble && !e.rootEl && n !== document && (U.parentNode[B]._isOutsideThisEl(e.target), !r && pn(e)), !o.dragoverBubble && e.stopPropagation && e.stopPropagation(), m = !0;
|
|
1086
1086
|
}
|
|
1087
1087
|
function v() {
|
|
1088
|
-
J = z(U),
|
|
1088
|
+
J = z(U), It = z(U, o.draggable), H({
|
|
1089
1089
|
sortable: p,
|
|
1090
1090
|
name: "change",
|
|
1091
1091
|
toEl: t,
|
|
1092
1092
|
newIndex: J,
|
|
1093
|
-
newDraggableIndex:
|
|
1093
|
+
newDraggableIndex: It,
|
|
1094
1094
|
originalEvent: e
|
|
1095
1095
|
});
|
|
1096
1096
|
}
|
|
1097
|
-
if (e.preventDefault !== void 0 && e.cancelable && e.preventDefault(), n =
|
|
1097
|
+
if (e.preventDefault !== void 0 && e.cancelable && e.preventDefault(), n = P(n, o.draggable, t, !0), h("dragOver"), Q.eventCanceled) return m;
|
|
1098
1098
|
if (U.contains(e.target) || n.animated && n.animatingX && n.animatingY || p._ignoreWhileAnimating === n) return _(!1);
|
|
1099
|
-
if (
|
|
1099
|
+
if (zt = !1, c && !o.disabled && (l ? u || (a = W !== K) : Y === this || (this.lastPutMode = Lt.checkPull(this, c, U, e)) && s.checkPut(this, c, U, e))) {
|
|
1100
1100
|
if (f = this._getDirection(e, n) === "vertical", r = R(U), h("dragOverValid"), Q.eventCanceled) return m;
|
|
1101
|
-
if (a) return W = K, g(), this._hideClone(), h("revert"), Q.eventCanceled || (
|
|
1102
|
-
var y =
|
|
1103
|
-
if (!y ||
|
|
1101
|
+
if (a) return W = K, g(), this._hideClone(), h("revert"), Q.eventCanceled || (jt ? K.insertBefore(U, jt) : K.appendChild(U)), _(!0);
|
|
1102
|
+
var y = dt(t, o.draggable);
|
|
1103
|
+
if (!y || bn(e, f, this) && !y.animated) {
|
|
1104
1104
|
if (y === U) return _(!1);
|
|
1105
|
-
if (y && t === e.target && (n = y), n && (i = R(n)),
|
|
1106
|
-
} else if (y &&
|
|
1107
|
-
var
|
|
1108
|
-
if (
|
|
1109
|
-
if (n =
|
|
1105
|
+
if (y && t === e.target && (n = y), n && (i = R(n)), gn(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);
|
|
1106
|
+
} else if (y && yn(e, f, this)) {
|
|
1107
|
+
var ee = ut(t, 0, o, !0);
|
|
1108
|
+
if (ee === U) return _(!1);
|
|
1109
|
+
if (n = ee, i = R(n), gn(K, t, U, r, n, i, e, !1) !== !1) return g(), t.insertBefore(U, ee), W = t, v(), _(!0);
|
|
1110
1110
|
} else if (n.parentNode === t) {
|
|
1111
1111
|
i = R(n);
|
|
1112
|
-
var
|
|
1113
|
-
|
|
1114
|
-
var
|
|
1115
|
-
if (
|
|
1116
|
-
var
|
|
1112
|
+
var b = 0, te, ne = U.parentNode !== t, re = !cn(U.animated && U.toRect || r, n.animated && n.toRect || i, f), x = f ? "top" : "left", ie = lt(n, "top", "top") || lt(U, "top", "top"), ae = ie ? ie.scrollTop : void 0;
|
|
1113
|
+
qt !== n && (te = i[x], Yt = !1, Xt = !re && o.invertSwap || ne), b = xn(e, n, i, f, re ? 1 : o.swapThreshold, o.invertedSwapThreshold == null ? o.swapThreshold : o.invertedSwapThreshold, Xt, qt === n);
|
|
1114
|
+
var S;
|
|
1115
|
+
if (b !== 0) {
|
|
1116
|
+
var C = z(U);
|
|
1117
1117
|
do
|
|
1118
|
-
|
|
1119
|
-
while (
|
|
1118
|
+
C -= b, S = W.children[C];
|
|
1119
|
+
while (S && (I(S, "display") === "none" || S === G));
|
|
1120
1120
|
}
|
|
1121
|
-
if (
|
|
1122
|
-
|
|
1123
|
-
var oe = n.nextElementSibling,
|
|
1124
|
-
|
|
1125
|
-
var
|
|
1126
|
-
if (
|
|
1121
|
+
if (b === 0 || S === n) return _(!1);
|
|
1122
|
+
qt = n, Jt = b;
|
|
1123
|
+
var oe = n.nextElementSibling, se = !1;
|
|
1124
|
+
se = b === 1;
|
|
1125
|
+
var w = gn(K, t, U, r, n, i, e, se);
|
|
1126
|
+
if (w !== !1) return (w === 1 || w === -1) && (se = w === 1), $t = !0, setTimeout(vn, 30), g(), se && !oe ? t.appendChild(U) : n.parentNode.insertBefore(U, se ? oe : n), ie && bt(ie, 0, ae - ie.scrollTop), W = U.parentNode, te !== void 0 && !Xt && (Zt = Math.abs(te - R(n)[x])), v(), _(!0);
|
|
1127
1127
|
}
|
|
1128
1128
|
if (t.contains(U)) return _(!1);
|
|
1129
1129
|
}
|
|
@@ -1131,26 +1131,26 @@ Q.prototype = {
|
|
|
1131
1131
|
},
|
|
1132
1132
|
_ignoreWhileAnimating: null,
|
|
1133
1133
|
_offMoveEvents: function() {
|
|
1134
|
-
|
|
1134
|
+
N(document, "mousemove", this._onTouchMove), N(document, "touchmove", this._onTouchMove), N(document, "pointermove", this._onTouchMove), N(document, "dragover", pn), N(document, "mousemove", pn), N(document, "touchmove", pn);
|
|
1135
1135
|
},
|
|
1136
1136
|
_offUpEvents: function() {
|
|
1137
1137
|
var e = this.el.ownerDocument;
|
|
1138
|
-
|
|
1138
|
+
N(e, "mouseup", this._onDrop), N(e, "touchend", this._onDrop), N(e, "pointerup", this._onDrop), N(e, "pointercancel", this._onDrop), N(e, "touchcancel", this._onDrop), N(document, "selectstart", this);
|
|
1139
1139
|
},
|
|
1140
1140
|
_onDrop: function(e) {
|
|
1141
1141
|
var t = this.el, n = this.options;
|
|
1142
|
-
if (J = z(U),
|
|
1142
|
+
if (J = z(U), It = z(U, n.draggable), V("drop", this, { evt: e }), W = U && U.parentNode, J = z(U), It = z(U, n.draggable), Q.eventCanceled) {
|
|
1143
1143
|
this._nulling();
|
|
1144
1144
|
return;
|
|
1145
1145
|
}
|
|
1146
|
-
|
|
1146
|
+
Rt = !1, Xt = !1, Yt = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), En(this.cloneId), En(this._dragStartId), this.nativeDraggable && (N(document, "drop", this), N(t, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), et && I(document.body, "user-select", ""), I(U, "transform", ""), e && (Kt && (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 && N(U, "dragend", this), _n(U), U.style["will-change"] = "", Kt && !Rt && F(U, Y ? Y.options.ghostClass : this.options.ghostClass, !1), F(U, this.options.chosenClass, !1), H({
|
|
1147
1147
|
sortable: this,
|
|
1148
1148
|
name: "unchoose",
|
|
1149
1149
|
toEl: W,
|
|
1150
1150
|
newIndex: null,
|
|
1151
1151
|
newDraggableIndex: null,
|
|
1152
1152
|
originalEvent: e
|
|
1153
|
-
}), K === W ? J !==
|
|
1153
|
+
}), K === W ? J !== Pt && J >= 0 && (H({
|
|
1154
1154
|
sortable: this,
|
|
1155
1155
|
name: "update",
|
|
1156
1156
|
toEl: W,
|
|
@@ -1182,7 +1182,7 @@ Q.prototype = {
|
|
|
1182
1182
|
name: "sort",
|
|
1183
1183
|
toEl: W,
|
|
1184
1184
|
originalEvent: e
|
|
1185
|
-
})), Y && Y.save()), Q.active && ((J == null || J === -1) && (J =
|
|
1185
|
+
})), Y && Y.save()), Q.active && ((J == null || J === -1) && (J = Pt, It = Ft), H({
|
|
1186
1186
|
sortable: this,
|
|
1187
1187
|
name: "end",
|
|
1188
1188
|
toEl: W,
|
|
@@ -1190,11 +1190,11 @@ Q.prototype = {
|
|
|
1190
1190
|
}), this.save()))), this._nulling();
|
|
1191
1191
|
},
|
|
1192
1192
|
_nulling: function() {
|
|
1193
|
-
V("nulling", this), K = U = W = G =
|
|
1193
|
+
V("nulling", this), K = U = W = G = jt = q = Mt = Nt = Vt = X = Kt = J = It = Pt = Ft = qt = Jt = Y = Lt = Q.dragged = Q.ghost = Q.clone = Q.active = null;
|
|
1194
1194
|
var e = this.el;
|
|
1195
|
-
|
|
1195
|
+
en.forEach(function(t) {
|
|
1196
1196
|
e.contains(t) && (t.checked = !0);
|
|
1197
|
-
}),
|
|
1197
|
+
}), en.length = Ht = Ut = 0;
|
|
1198
1198
|
},
|
|
1199
1199
|
handleEvent: function(e) {
|
|
1200
1200
|
switch (e.type) {
|
|
@@ -1204,7 +1204,7 @@ Q.prototype = {
|
|
|
1204
1204
|
break;
|
|
1205
1205
|
case "dragenter":
|
|
1206
1206
|
case "dragover":
|
|
1207
|
-
U && (this._onDragOver(e),
|
|
1207
|
+
U && (this._onDragOver(e), hn(e));
|
|
1208
1208
|
break;
|
|
1209
1209
|
case "selectstart":
|
|
1210
1210
|
e.preventDefault();
|
|
@@ -1212,14 +1212,14 @@ Q.prototype = {
|
|
|
1212
1212
|
}
|
|
1213
1213
|
},
|
|
1214
1214
|
toArray: function() {
|
|
1215
|
-
for (var e = [], t, n = this.el.children, r = 0, i = n.length, a = this.options; r < i; r++) t = n[r],
|
|
1215
|
+
for (var e = [], t, n = this.el.children, r = 0, i = n.length, a = this.options; r < i; r++) t = n[r], P(t, a.draggable, this.el, !1) && e.push(t.getAttribute(a.dataIdAttr) || Cn(t));
|
|
1216
1216
|
return e;
|
|
1217
1217
|
},
|
|
1218
1218
|
sort: function(e, t) {
|
|
1219
1219
|
var n = {}, r = this.el;
|
|
1220
1220
|
this.toArray().forEach(function(e, t) {
|
|
1221
1221
|
var i = r.children[t];
|
|
1222
|
-
|
|
1222
|
+
P(i, this.options.draggable, r, !1) && (n[e] = i);
|
|
1223
1223
|
}, this), t && this.captureAnimationState(), e.forEach(function(e) {
|
|
1224
1224
|
n[e] && (r.removeChild(n[e]), r.appendChild(n[e]));
|
|
1225
1225
|
}), t && this.animateAll();
|
|
@@ -1229,25 +1229,25 @@ Q.prototype = {
|
|
|
1229
1229
|
e && e.set && e.set(this);
|
|
1230
1230
|
},
|
|
1231
1231
|
closest: function(e, t) {
|
|
1232
|
-
return
|
|
1232
|
+
return P(e, t || this.options.draggable, this.el, !1);
|
|
1233
1233
|
},
|
|
1234
1234
|
option: function(e, t) {
|
|
1235
1235
|
var n = this.options;
|
|
1236
1236
|
if (t === void 0) return n[e];
|
|
1237
|
-
var r =
|
|
1238
|
-
r === void 0 ? n[e] = t : n[e] = r, e === "group" &&
|
|
1237
|
+
var r = Ot.modifyOption(this, e, t);
|
|
1238
|
+
r === void 0 ? n[e] = t : n[e] = r, e === "group" && un(n);
|
|
1239
1239
|
},
|
|
1240
1240
|
destroy: function() {
|
|
1241
1241
|
V("destroy", this);
|
|
1242
1242
|
var e = this.el;
|
|
1243
|
-
e[B] = null,
|
|
1243
|
+
e[B] = null, N(e, "mousedown", this._onTapStart), N(e, "touchstart", this._onTapStart), N(e, "pointerdown", this._onTapStart), this.nativeDraggable && (N(e, "dragover", this), N(e, "dragenter", this)), Array.prototype.forEach.call(e.querySelectorAll("[draggable]"), function(e) {
|
|
1244
1244
|
e.removeAttribute("draggable");
|
|
1245
|
-
}), this._onDrop(), this._disableDelayedDragEvents(),
|
|
1245
|
+
}), this._onDrop(), this._disableDelayedDragEvents(), Bt.splice(Bt.indexOf(this.el), 1), this.el = e = null;
|
|
1246
1246
|
},
|
|
1247
1247
|
_hideClone: function() {
|
|
1248
|
-
if (!
|
|
1248
|
+
if (!Nt) {
|
|
1249
1249
|
if (V("hideClone", this), Q.eventCanceled) return;
|
|
1250
|
-
|
|
1250
|
+
I(q, "display", "none"), this.options.removeCloneOnHide && q.parentNode && q.parentNode.removeChild(q), Nt = !0;
|
|
1251
1251
|
}
|
|
1252
1252
|
},
|
|
1253
1253
|
_showClone: function(e) {
|
|
@@ -1255,86 +1255,86 @@ Q.prototype = {
|
|
|
1255
1255
|
this._hideClone();
|
|
1256
1256
|
return;
|
|
1257
1257
|
}
|
|
1258
|
-
if (
|
|
1258
|
+
if (Nt) {
|
|
1259
1259
|
if (V("showClone", this), Q.eventCanceled) return;
|
|
1260
|
-
U.parentNode == K && !this.options.group.revertClone ? K.insertBefore(q, U) :
|
|
1260
|
+
U.parentNode == K && !this.options.group.revertClone ? K.insertBefore(q, U) : jt ? K.insertBefore(q, jt) : K.appendChild(q), this.options.group.revertClone && this.animate(U, q), I(q, "display", ""), Nt = !1;
|
|
1261
1261
|
}
|
|
1262
1262
|
}
|
|
1263
1263
|
};
|
|
1264
|
-
function
|
|
1264
|
+
function hn(e) {
|
|
1265
1265
|
e.dataTransfer && (e.dataTransfer.dropEffect = "move"), e.cancelable && e.preventDefault();
|
|
1266
1266
|
}
|
|
1267
|
-
function
|
|
1267
|
+
function gn(e, t, n, r, i, a, o, s) {
|
|
1268
1268
|
var c, l = e[B], u = l.options.onMove, d;
|
|
1269
|
-
return window.CustomEvent && !
|
|
1269
|
+
return window.CustomEvent && !Ze && !Qe ? c = new CustomEvent("move", {
|
|
1270
1270
|
bubbles: !0,
|
|
1271
1271
|
cancelable: !0
|
|
1272
1272
|
}) : (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;
|
|
1273
1273
|
}
|
|
1274
|
-
function
|
|
1274
|
+
function _n(e) {
|
|
1275
1275
|
e.draggable = !1;
|
|
1276
1276
|
}
|
|
1277
|
-
function
|
|
1278
|
-
|
|
1277
|
+
function vn() {
|
|
1278
|
+
$t = !1;
|
|
1279
1279
|
}
|
|
1280
|
-
function
|
|
1281
|
-
var r = R(
|
|
1280
|
+
function yn(e, t, n) {
|
|
1281
|
+
var r = R(ut(n.el, 0, n.options, !0)), i = St(n.el, n.options, G), a = 10;
|
|
1282
1282
|
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;
|
|
1283
1283
|
}
|
|
1284
|
-
function
|
|
1285
|
-
var r = R(
|
|
1284
|
+
function bn(e, t, n) {
|
|
1285
|
+
var r = R(dt(n.el, n.options.draggable)), i = St(n.el, n.options, G), a = 10;
|
|
1286
1286
|
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;
|
|
1287
1287
|
}
|
|
1288
|
-
function
|
|
1288
|
+
function xn(e, t, n, r, i, a, o, s) {
|
|
1289
1289
|
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;
|
|
1290
1290
|
if (!o) {
|
|
1291
|
-
if (s &&
|
|
1292
|
-
if (!
|
|
1293
|
-
else if (
|
|
1294
|
-
} else if (c > u + l * (1 - i) / 2 && c < d - l * (1 - i) / 2) return
|
|
1291
|
+
if (s && Zt < l * i) {
|
|
1292
|
+
if (!Yt && (Jt === 1 ? c > u + l * a / 2 : c < d - l * a / 2) && (Yt = !0), Yt) f = !0;
|
|
1293
|
+
else if (Jt === 1 ? c < u + Zt : c > d - Zt) return -Jt;
|
|
1294
|
+
} else if (c > u + l * (1 - i) / 2 && c < d - l * (1 - i) / 2) return Sn(t);
|
|
1295
1295
|
}
|
|
1296
1296
|
return f ||= o, f && (c < u + l * a / 2 || c > d - l * a / 2) ? c > u + l / 2 ? 1 : -1 : 0;
|
|
1297
1297
|
}
|
|
1298
|
-
function
|
|
1298
|
+
function Sn(e) {
|
|
1299
1299
|
return z(U) < z(e) ? 1 : -1;
|
|
1300
1300
|
}
|
|
1301
|
-
function
|
|
1301
|
+
function Cn(e) {
|
|
1302
1302
|
for (var t = e.tagName + e.className + e.src + e.href + e.textContent, n = t.length, r = 0; n--;) r += t.charCodeAt(n);
|
|
1303
1303
|
return r.toString(36);
|
|
1304
1304
|
}
|
|
1305
|
-
function
|
|
1306
|
-
|
|
1305
|
+
function wn(e) {
|
|
1306
|
+
en.length = 0;
|
|
1307
1307
|
for (var t = e.getElementsByTagName("input"), n = t.length; n--;) {
|
|
1308
1308
|
var r = t[n];
|
|
1309
|
-
r.checked &&
|
|
1309
|
+
r.checked && en.push(r);
|
|
1310
1310
|
}
|
|
1311
1311
|
}
|
|
1312
|
-
function
|
|
1312
|
+
function Tn(e) {
|
|
1313
1313
|
return setTimeout(e, 0);
|
|
1314
1314
|
}
|
|
1315
|
-
function
|
|
1315
|
+
function En(e) {
|
|
1316
1316
|
return clearTimeout(e);
|
|
1317
1317
|
}
|
|
1318
|
-
|
|
1319
|
-
(Q.active ||
|
|
1318
|
+
tn && M(document, "touchmove", function(e) {
|
|
1319
|
+
(Q.active || Rt) && e.cancelable && e.preventDefault();
|
|
1320
1320
|
}), Q.utils = {
|
|
1321
|
-
on:
|
|
1322
|
-
off:
|
|
1323
|
-
css:
|
|
1324
|
-
find:
|
|
1321
|
+
on: M,
|
|
1322
|
+
off: N,
|
|
1323
|
+
css: I,
|
|
1324
|
+
find: ct,
|
|
1325
1325
|
is: function(e, t) {
|
|
1326
|
-
return !!
|
|
1326
|
+
return !!P(e, t, e, !1);
|
|
1327
1327
|
},
|
|
1328
|
-
extend:
|
|
1329
|
-
throttle:
|
|
1330
|
-
closest:
|
|
1331
|
-
toggleClass:
|
|
1332
|
-
clone:
|
|
1328
|
+
extend: ht,
|
|
1329
|
+
throttle: vt,
|
|
1330
|
+
closest: P,
|
|
1331
|
+
toggleClass: F,
|
|
1332
|
+
clone: xt,
|
|
1333
1333
|
index: z,
|
|
1334
|
-
nextTick:
|
|
1335
|
-
cancelNextTick:
|
|
1336
|
-
detectDirection:
|
|
1337
|
-
getChild:
|
|
1334
|
+
nextTick: Tn,
|
|
1335
|
+
cancelNextTick: En,
|
|
1336
|
+
detectDirection: sn,
|
|
1337
|
+
getChild: ut,
|
|
1338
1338
|
expando: B
|
|
1339
1339
|
}, Q.get = function(e) {
|
|
1340
1340
|
return e[B];
|
|
@@ -1342,13 +1342,13 @@ en && N(document, "touchmove", function(e) {
|
|
|
1342
1342
|
var e = [...arguments];
|
|
1343
1343
|
e[0].constructor === Array && (e = e[0]), e.forEach(function(e) {
|
|
1344
1344
|
if (!e.prototype || !e.prototype.constructor) throw `Sortable: Mounted plugin must be a constructor function, not ${{}.toString.call(e)}`;
|
|
1345
|
-
e.utils && (Q.utils =
|
|
1345
|
+
e.utils && (Q.utils = j(j({}, Q.utils), e.utils)), Ot.mount(e);
|
|
1346
1346
|
});
|
|
1347
1347
|
}, Q.create = function(e, t) {
|
|
1348
1348
|
return new Q(e, t);
|
|
1349
|
-
}, Q.version =
|
|
1350
|
-
var $ = [],
|
|
1351
|
-
function
|
|
1349
|
+
}, Q.version = Ye;
|
|
1350
|
+
var $ = [], Dn, On, kn = !1, An, jn, Mn, Nn;
|
|
1351
|
+
function Pn() {
|
|
1352
1352
|
function e() {
|
|
1353
1353
|
for (var e in this.defaults = {
|
|
1354
1354
|
scroll: !0,
|
|
@@ -1361,70 +1361,70 @@ function Nn() {
|
|
|
1361
1361
|
return e.prototype = {
|
|
1362
1362
|
dragStarted: function(e) {
|
|
1363
1363
|
var t = e.originalEvent;
|
|
1364
|
-
this.sortable.nativeDraggable ?
|
|
1364
|
+
this.sortable.nativeDraggable ? M(document, "dragover", this._handleAutoScroll) : this.options.supportPointer ? M(document, "pointermove", this._handleFallbackAutoScroll) : t.touches ? M(document, "touchmove", this._handleFallbackAutoScroll) : M(document, "mousemove", this._handleFallbackAutoScroll);
|
|
1365
1365
|
},
|
|
1366
1366
|
dragOverCompleted: function(e) {
|
|
1367
1367
|
var t = e.originalEvent;
|
|
1368
1368
|
!this.options.dragOverBubble && !t.rootEl && this._handleAutoScroll(t);
|
|
1369
1369
|
},
|
|
1370
1370
|
drop: function() {
|
|
1371
|
-
this.sortable.nativeDraggable ?
|
|
1371
|
+
this.sortable.nativeDraggable ? N(document, "dragover", this._handleAutoScroll) : (N(document, "pointermove", this._handleFallbackAutoScroll), N(document, "touchmove", this._handleFallbackAutoScroll), N(document, "mousemove", this._handleFallbackAutoScroll)), In(), Fn(), yt();
|
|
1372
1372
|
},
|
|
1373
1373
|
nulling: function() {
|
|
1374
|
-
|
|
1374
|
+
Mn = On = Dn = kn = Nn = An = jn = null, $.length = 0;
|
|
1375
1375
|
},
|
|
1376
1376
|
_handleFallbackAutoScroll: function(e) {
|
|
1377
1377
|
this._handleAutoScroll(e, !0);
|
|
1378
1378
|
},
|
|
1379
1379
|
_handleAutoScroll: function(e, t) {
|
|
1380
1380
|
var n = this, r = (e.touches ? e.touches[0] : e).clientX, i = (e.touches ? e.touches[0] : e).clientY, a = document.elementFromPoint(r, i);
|
|
1381
|
-
if (
|
|
1382
|
-
|
|
1383
|
-
var o =
|
|
1384
|
-
|
|
1385
|
-
var a =
|
|
1386
|
-
a !== o && (o = a,
|
|
1387
|
-
}, 10),
|
|
1381
|
+
if (Mn = e, t || this.options.forceAutoScrollFallback || Qe || Ze || et) {
|
|
1382
|
+
Ln(e, this.options, a, t);
|
|
1383
|
+
var o = mt(a, !0);
|
|
1384
|
+
kn && (!Nn || r !== An || i !== jn) && (Nn && In(), Nn = setInterval(function() {
|
|
1385
|
+
var a = mt(document.elementFromPoint(r, i), !0);
|
|
1386
|
+
a !== o && (o = a, Fn()), Ln(e, n.options, a, t);
|
|
1387
|
+
}, 10), An = r, jn = i);
|
|
1388
1388
|
} else {
|
|
1389
|
-
if (!this.options.bubbleScroll ||
|
|
1390
|
-
|
|
1389
|
+
if (!this.options.bubbleScroll || mt(a, !0) === L()) {
|
|
1390
|
+
Fn();
|
|
1391
1391
|
return;
|
|
1392
1392
|
}
|
|
1393
|
-
|
|
1393
|
+
Ln(e, this.options, mt(a, !1), !1);
|
|
1394
1394
|
}
|
|
1395
1395
|
}
|
|
1396
|
-
},
|
|
1396
|
+
}, He(e, {
|
|
1397
1397
|
pluginName: "scroll",
|
|
1398
1398
|
initializeByDefault: !0
|
|
1399
1399
|
});
|
|
1400
1400
|
}
|
|
1401
|
-
function
|
|
1401
|
+
function Fn() {
|
|
1402
1402
|
$.forEach(function(e) {
|
|
1403
1403
|
clearInterval(e.pid);
|
|
1404
1404
|
}), $ = [];
|
|
1405
1405
|
}
|
|
1406
|
-
function
|
|
1407
|
-
clearInterval(
|
|
1406
|
+
function In() {
|
|
1407
|
+
clearInterval(Nn);
|
|
1408
1408
|
}
|
|
1409
|
-
var
|
|
1409
|
+
var Ln = vt(function(e, t, n, r) {
|
|
1410
1410
|
if (t.scroll) {
|
|
1411
|
-
var i = (e.touches ? e.touches[0] : e).clientX, a = (e.touches ? e.touches[0] : e).clientY, o = t.scrollSensitivity, s = t.scrollSpeed, c =
|
|
1412
|
-
|
|
1413
|
-
var d = 0, f =
|
|
1411
|
+
var i = (e.touches ? e.touches[0] : e).clientX, a = (e.touches ? e.touches[0] : e).clientY, o = t.scrollSensitivity, s = t.scrollSpeed, c = L(), l = !1, u;
|
|
1412
|
+
On !== n && (On = n, Fn(), Dn = t.scroll, u = t.scrollFn, Dn === !0 && (Dn = mt(n, !0)));
|
|
1413
|
+
var d = 0, f = Dn;
|
|
1414
1414
|
do {
|
|
1415
|
-
var p = f, m = R(p), h = m.top, g = m.bottom, _ = m.left, v = m.right, y = m.width,
|
|
1416
|
-
p === c ? (
|
|
1417
|
-
var
|
|
1415
|
+
var p = f, m = R(p), h = m.top, g = m.bottom, _ = m.left, v = m.right, y = m.width, ee = m.height, b = void 0, te = void 0, ne = p.scrollWidth, re = p.scrollHeight, x = I(p), ie = p.scrollLeft, ae = p.scrollTop;
|
|
1416
|
+
p === c ? (b = y < ne && (x.overflowX === "auto" || x.overflowX === "scroll" || x.overflowX === "visible"), te = ee < re && (x.overflowY === "auto" || x.overflowY === "scroll" || x.overflowY === "visible")) : (b = y < ne && (x.overflowX === "auto" || x.overflowX === "scroll"), te = ee < re && (x.overflowY === "auto" || x.overflowY === "scroll"));
|
|
1417
|
+
var S = b && (Math.abs(v - i) <= o && ie + y < ne) - (Math.abs(_ - i) <= o && !!ie), C = te && (Math.abs(g - a) <= o && ae + ee < re) - (Math.abs(h - a) <= o && !!ae);
|
|
1418
1418
|
if (!$[d]) for (var oe = 0; oe <= d; oe++) $[oe] || ($[oe] = {});
|
|
1419
|
-
($[d].vx !=
|
|
1420
|
-
r && this.layer === 0 && Q.active._onTouchMove(
|
|
1419
|
+
($[d].vx != S || $[d].vy != C || $[d].el !== p) && ($[d].el = p, $[d].vx = S, $[d].vy = C, clearInterval($[d].pid), (S != 0 || C != 0) && (l = !0, $[d].pid = setInterval(function() {
|
|
1420
|
+
r && this.layer === 0 && Q.active._onTouchMove(Mn);
|
|
1421
1421
|
var t = $[this.layer].vy ? $[this.layer].vy * s : 0, n = $[this.layer].vx ? $[this.layer].vx * s : 0;
|
|
1422
|
-
typeof u == "function" && u.call(Q.dragged.parentNode[B], n, t, e,
|
|
1422
|
+
typeof u == "function" && u.call(Q.dragged.parentNode[B], n, t, e, Mn, $[this.layer].el) !== "continue" || bt($[this.layer].el, n, t);
|
|
1423
1423
|
}.bind({ layer: d }), 24))), d++;
|
|
1424
|
-
} while (t.bubbleScroll && f !== c && (f =
|
|
1425
|
-
|
|
1424
|
+
} while (t.bubbleScroll && f !== c && (f = mt(f, !1)));
|
|
1425
|
+
kn = l;
|
|
1426
1426
|
}
|
|
1427
|
-
}, 30),
|
|
1427
|
+
}, 30), Rn = function(e) {
|
|
1428
1428
|
var t = e.originalEvent, n = e.putSortable, r = e.dragEl, i = e.activeSortable, a = e.dispatchSortableEvent, o = e.hideGhostForTarget, s = e.unhideGhostForTarget;
|
|
1429
1429
|
if (t) {
|
|
1430
1430
|
var c = n || i;
|
|
@@ -1436,8 +1436,8 @@ var In = _t(function(e, t, n, r) {
|
|
|
1436
1436
|
}));
|
|
1437
1437
|
}
|
|
1438
1438
|
};
|
|
1439
|
-
function
|
|
1440
|
-
|
|
1439
|
+
function zn() {}
|
|
1440
|
+
zn.prototype = {
|
|
1441
1441
|
startIndex: null,
|
|
1442
1442
|
dragStart: function(e) {
|
|
1443
1443
|
this.startIndex = e.oldDraggableIndex;
|
|
@@ -1445,24 +1445,24 @@ Rn.prototype = {
|
|
|
1445
1445
|
onSpill: function(e) {
|
|
1446
1446
|
var t = e.dragEl, n = e.putSortable;
|
|
1447
1447
|
this.sortable.captureAnimationState(), n && n.captureAnimationState();
|
|
1448
|
-
var r =
|
|
1448
|
+
var r = ut(this.sortable.el, this.startIndex, this.options);
|
|
1449
1449
|
r ? this.sortable.el.insertBefore(t, r) : this.sortable.el.appendChild(t), this.sortable.animateAll(), n && n.animateAll();
|
|
1450
1450
|
},
|
|
1451
|
-
drop:
|
|
1452
|
-
},
|
|
1453
|
-
function
|
|
1454
|
-
|
|
1451
|
+
drop: Rn
|
|
1452
|
+
}, He(zn, { pluginName: "revertOnSpill" });
|
|
1453
|
+
function Bn() {}
|
|
1454
|
+
Bn.prototype = {
|
|
1455
1455
|
onSpill: function(e) {
|
|
1456
1456
|
var t = e.dragEl, n = e.putSortable || this.sortable;
|
|
1457
1457
|
n.captureAnimationState(), t.parentNode && t.parentNode.removeChild(t), n.animateAll();
|
|
1458
1458
|
},
|
|
1459
|
-
drop:
|
|
1460
|
-
},
|
|
1459
|
+
drop: Rn
|
|
1460
|
+
}, He(Bn, { pluginName: "removeOnSpill" }), Q.mount(new Pn()), Q.mount(Bn, zn);
|
|
1461
1461
|
//#endregion
|
|
1462
1462
|
//#region node_modules/@vueuse/integrations/dist/useSortable-Cc5LKbDD.js
|
|
1463
|
-
function
|
|
1463
|
+
function Vn(e, n, i = {}) {
|
|
1464
1464
|
let s, { document: c = a, watchElement: l = !1, ...u } = i, d = { onUpdate: (e) => {
|
|
1465
|
-
|
|
1465
|
+
Wn(n, e.oldIndex, e.newIndex, e);
|
|
1466
1466
|
} }, f = w(() => typeof e == "string" ? c?.querySelector(e) : t(e)), p = () => {
|
|
1467
1467
|
s?.destroy(), s = void 0;
|
|
1468
1468
|
}, m = (e) => {
|
|
@@ -1477,7 +1477,7 @@ function Bn(e, n, i = {}) {
|
|
|
1477
1477
|
if (t !== void 0) s?.option(e, t);
|
|
1478
1478
|
else return s?.option(e);
|
|
1479
1479
|
}, _;
|
|
1480
|
-
return l && typeof e != "string" ? _ =
|
|
1480
|
+
return l && typeof e != "string" ? _ = ke(f, (e) => {
|
|
1481
1481
|
p(), e && m(e);
|
|
1482
1482
|
}, {
|
|
1483
1483
|
immediate: !0,
|
|
@@ -1492,26 +1492,26 @@ function Bn(e, n, i = {}) {
|
|
|
1492
1492
|
option: g
|
|
1493
1493
|
};
|
|
1494
1494
|
}
|
|
1495
|
-
function
|
|
1495
|
+
function Hn(e, t, n) {
|
|
1496
1496
|
let r = e.children[n];
|
|
1497
1497
|
e.insertBefore(t, r);
|
|
1498
1498
|
}
|
|
1499
|
-
function
|
|
1499
|
+
function Un(e) {
|
|
1500
1500
|
e.parentNode && e.parentNode.removeChild(e);
|
|
1501
1501
|
}
|
|
1502
|
-
function
|
|
1503
|
-
r != null && (
|
|
1504
|
-
let i =
|
|
1502
|
+
function Wn(e, t, n, r = null) {
|
|
1503
|
+
r != null && (Un(r.item), Hn(r.from, r.item, t));
|
|
1504
|
+
let i = he(e), a = i ? [...Ee(e)] : Ee(e);
|
|
1505
1505
|
if (n >= 0 && n < a.length) {
|
|
1506
1506
|
let r = a.splice(t, 1)[0];
|
|
1507
|
-
|
|
1507
|
+
ye(() => {
|
|
1508
1508
|
a.splice(n, 0, r), i && (e.value = a);
|
|
1509
1509
|
});
|
|
1510
1510
|
}
|
|
1511
1511
|
}
|
|
1512
1512
|
//#endregion
|
|
1513
1513
|
//#region src/components/advance/XTableConfig.vue?vue&type=script&setup=true&lang.tsx
|
|
1514
|
-
var
|
|
1514
|
+
var Gn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Kn = /* @__PURE__ */ D({
|
|
1515
1515
|
__name: "XTableConfig",
|
|
1516
1516
|
props: {
|
|
1517
1517
|
data: {},
|
|
@@ -1547,56 +1547,56 @@ var Wn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Gn =
|
|
|
1547
1547
|
minWidth: t.width,
|
|
1548
1548
|
content: n?.content
|
|
1549
1549
|
};
|
|
1550
|
-
}), u =
|
|
1551
|
-
|
|
1550
|
+
}), u = xe();
|
|
1551
|
+
Vn(u, o, {
|
|
1552
1552
|
animation: 150,
|
|
1553
1553
|
ghostClass: "bg-(--el-color-primary-light-7)",
|
|
1554
1554
|
handle: ".cursor-grab",
|
|
1555
1555
|
onUpdate: (e) => {
|
|
1556
|
-
|
|
1556
|
+
Wn(o.value, e.oldIndex, e.newIndex, e), ye(() => {
|
|
1557
1557
|
s(o.value);
|
|
1558
1558
|
});
|
|
1559
1559
|
}
|
|
1560
1560
|
});
|
|
1561
|
-
let d = () =>
|
|
1561
|
+
let d = () => E(qn, {
|
|
1562
1562
|
data: e.data,
|
|
1563
1563
|
columns: l.value,
|
|
1564
1564
|
showOverflowTooltip: !0,
|
|
1565
1565
|
border: !0,
|
|
1566
1566
|
onHeaderDragend: (e, t, n) => {
|
|
1567
1567
|
let r = o.value.find((e) => e.code === n.columnKey);
|
|
1568
|
-
r && (r.width = e,
|
|
1568
|
+
r && (r.width = e, ye(() => {
|
|
1569
1569
|
s(o.value);
|
|
1570
1570
|
}));
|
|
1571
1571
|
},
|
|
1572
1572
|
onRowClick: (e) => a("rowClick", e)
|
|
1573
|
-
}, null), f = () =>
|
|
1573
|
+
}, null), f = () => E(re, {
|
|
1574
1574
|
trigger: "click",
|
|
1575
1575
|
width: "auto",
|
|
1576
1576
|
"popper-class": "shadow-xl bg-(--el-bg-color)"
|
|
1577
1577
|
}, {
|
|
1578
|
-
reference: () =>
|
|
1579
|
-
icon:
|
|
1578
|
+
reference: () => E(y, {
|
|
1579
|
+
icon: Be,
|
|
1580
1580
|
text: !0,
|
|
1581
1581
|
class: "absolute top-0 right-0 z-1000"
|
|
1582
1582
|
}, null),
|
|
1583
|
-
default: () =>
|
|
1583
|
+
default: () => E("div", { class: "flex flex-col gap-2" }, [E(S, { size: "large" }, { default: () => [fe(" 表头设置 ")] }), E(x, { "max-height": 500 }, { default: () => [E("div", {
|
|
1584
1584
|
ref: u,
|
|
1585
1585
|
class: "flex flex-col divide-y divide-[#f2f6fc]"
|
|
1586
|
-
}, { default: () => o.value.map((e) =>
|
|
1587
|
-
|
|
1586
|
+
}, { default: () => o.value.map((e) => E("div", { class: "flex w-50 items-center gap-2 py-2" }, [
|
|
1587
|
+
E(y, {
|
|
1588
1588
|
text: !0,
|
|
1589
|
-
icon:
|
|
1589
|
+
icon: ze,
|
|
1590
1590
|
type: "primary",
|
|
1591
1591
|
size: "small",
|
|
1592
1592
|
class: "cursor-grab"
|
|
1593
1593
|
}, null),
|
|
1594
|
-
|
|
1595
|
-
|
|
1594
|
+
E(S, { class: "flex-1 overflow-ellipsis" }, { default: () => [e.label] }),
|
|
1595
|
+
E(ae, {
|
|
1596
1596
|
size: "small",
|
|
1597
1597
|
modelValue: e.visible,
|
|
1598
1598
|
"onUpdate:modelValue": (t) => {
|
|
1599
|
-
e.visible = t,
|
|
1599
|
+
e.visible = t, ye(() => {
|
|
1600
1600
|
s(o.value);
|
|
1601
1601
|
});
|
|
1602
1602
|
}
|
|
@@ -1604,11 +1604,11 @@ var Wn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Gn =
|
|
|
1604
1604
|
])) })] })])
|
|
1605
1605
|
});
|
|
1606
1606
|
return t({ data: e.data }), (e, t) => {
|
|
1607
|
-
let n =
|
|
1608
|
-
return
|
|
1607
|
+
let n = we("loading");
|
|
1608
|
+
return Ae((O(), T("div", Gn, [E(f), E(d)])), [[n, k(c)]]);
|
|
1609
1609
|
};
|
|
1610
1610
|
}
|
|
1611
|
-
}),
|
|
1611
|
+
}), qn = /* @__PURE__ */ D({
|
|
1612
1612
|
__name: "XTableFlex",
|
|
1613
1613
|
props: {
|
|
1614
1614
|
cellClassName: { type: [Function, String] },
|
|
@@ -1635,7 +1635,7 @@ var Wn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Gn =
|
|
|
1635
1635
|
"selectionChange"
|
|
1636
1636
|
],
|
|
1637
1637
|
setup(e, { expose: t }) {
|
|
1638
|
-
let n =
|
|
1638
|
+
let n = Oe("container"), r = v(n), i = Oe("table");
|
|
1639
1639
|
return t({
|
|
1640
1640
|
clearSelection: () => i.value?.clearSelection(),
|
|
1641
1641
|
getSelectionRows: () => i.value?.getSelectionRows(),
|
|
@@ -1644,31 +1644,31 @@ var Wn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Gn =
|
|
|
1644
1644
|
setScrollLeft: (e) => i.value?.scrollTo(e),
|
|
1645
1645
|
setScrollTop: (e) => i.value?.scrollTo(e),
|
|
1646
1646
|
toggleRowSelection: (e, t, n) => i.value?.toggleRowSelection(e, t, n)
|
|
1647
|
-
}), (e, t) => (
|
|
1647
|
+
}), (e, t) => (O(), T("div", {
|
|
1648
1648
|
ref_key: "container",
|
|
1649
1649
|
ref: n,
|
|
1650
1650
|
class: "flex-1 overflow-hidden"
|
|
1651
|
-
}, [
|
|
1651
|
+
}, [E(k(c), ve({
|
|
1652
1652
|
ref_key: "table",
|
|
1653
1653
|
ref: i
|
|
1654
1654
|
}, { ...e.$props }, {
|
|
1655
|
-
height:
|
|
1655
|
+
height: k(r).height.value,
|
|
1656
1656
|
onRowClick: t[0] ||= (t) => e.$emit("rowClick", t),
|
|
1657
1657
|
onRowDblclick: t[1] ||= (t) => e.$emit("rowDblclick", t),
|
|
1658
1658
|
onSelectionChange: t[2] ||= (t) => e.$emit("selectionChange", t),
|
|
1659
1659
|
onHeaderDragend: t[3] ||= (t, n, r) => e.$emit("headerDragend", t, n, r)
|
|
1660
1660
|
}), null, 16, ["height"])], 512));
|
|
1661
1661
|
}
|
|
1662
|
-
}),
|
|
1662
|
+
}), Jn = { class: "relative flex flex-1 flex-col gap-2 overflow-hidden" }, Yn = {
|
|
1663
1663
|
key: 0,
|
|
1664
1664
|
class: "flex justify-end"
|
|
1665
1665
|
};
|
|
1666
|
-
function
|
|
1667
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
1666
|
+
function Xn(e) {
|
|
1667
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ge(e);
|
|
1668
1668
|
}
|
|
1669
1669
|
//#endregion
|
|
1670
1670
|
//#region src/components/advance/XTableRequestConfigNext.vue
|
|
1671
|
-
var
|
|
1671
|
+
var Zn = /* @__PURE__ */ D({
|
|
1672
1672
|
__name: "XTableRequestConfigNext",
|
|
1673
1673
|
props: {
|
|
1674
1674
|
request: { type: Function },
|
|
@@ -1703,14 +1703,14 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1703
1703
|
"selectionChange"
|
|
1704
1704
|
],
|
|
1705
1705
|
setup(e, { expose: t, emit: r }) {
|
|
1706
|
-
let a = r, { data: o, execute: s, path: c, query: d, isFetching: m, url: h, paging: v } = e.request(),
|
|
1706
|
+
let a = r, { data: o, execute: s, path: c, query: d, isFetching: m, url: h, paging: v } = e.request(), ee = JSON.stringify(d.value), te = f(async () => {
|
|
1707
1707
|
a("prepare", {
|
|
1708
1708
|
path: c.value,
|
|
1709
1709
|
query: d.value
|
|
1710
1710
|
}), s();
|
|
1711
|
-
}),
|
|
1712
|
-
d.value = JSON.parse(
|
|
1713
|
-
}), { data: C, update:
|
|
1711
|
+
}), ne = f(async () => {
|
|
1712
|
+
d.value = JSON.parse(ee), te();
|
|
1713
|
+
}), { data: C, update: ue, loading: de } = e.fields(), D = n(C, (e) => e.visible), pe = i(D, (t) => {
|
|
1714
1714
|
let n = e.config[t.code];
|
|
1715
1715
|
return {
|
|
1716
1716
|
columnKey: t.code,
|
|
@@ -1719,87 +1719,90 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1719
1719
|
minWidth: t.width,
|
|
1720
1720
|
content: n?.content
|
|
1721
1721
|
};
|
|
1722
|
-
}),
|
|
1723
|
-
|
|
1722
|
+
}), he = n(D, (e) => e.search), ge = w(() => !!he.value.length), _e = xe();
|
|
1723
|
+
Vn(_e, C, {
|
|
1724
1724
|
animation: 150,
|
|
1725
1725
|
ghostClass: "bg-(--el-color-primary-light-7)",
|
|
1726
1726
|
handle: ".cursor-grab",
|
|
1727
1727
|
onUpdate: (e) => {
|
|
1728
|
-
|
|
1729
|
-
|
|
1728
|
+
Wn(C.value, e.oldIndex, e.newIndex, e), ye(() => {
|
|
1729
|
+
ue(C.value);
|
|
1730
1730
|
});
|
|
1731
1731
|
}
|
|
1732
1732
|
});
|
|
1733
|
-
let
|
|
1734
|
-
labelPosition:
|
|
1733
|
+
let ve = me(l, void 0), { t: be } = oe(ve), Se = () => E(u, {
|
|
1734
|
+
labelPosition: ve?.value.name.toLowerCase() === "zh-cn" ? "left" : "top",
|
|
1735
1735
|
data: d.value,
|
|
1736
|
-
disabled:
|
|
1737
|
-
content: ({ data: t }) =>
|
|
1736
|
+
disabled: de.value || m.value,
|
|
1737
|
+
content: ({ data: t }) => E("div", { class: "grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-x-2" }, [[...he.value.map((n) => {
|
|
1738
1738
|
let r = e.config[n.code];
|
|
1739
|
-
return
|
|
1739
|
+
return E(_, {
|
|
1740
1740
|
label: r?.label ?? n.label,
|
|
1741
|
-
content: () => r?.search?.({ query: t }) ??
|
|
1741
|
+
content: () => r?.search?.({ query: t }) ?? E(p, {
|
|
1742
1742
|
disabled: !0,
|
|
1743
1743
|
modelValue: n.code
|
|
1744
1744
|
}, null)
|
|
1745
1745
|
}, null);
|
|
1746
|
-
}),
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1746
|
+
}), E(b, null, {
|
|
1747
|
+
default: () => {
|
|
1748
|
+
let e, t;
|
|
1749
|
+
return E(ie, null, { default: () => [E(je, { action: () => {
|
|
1750
|
+
let e = d.value;
|
|
1751
|
+
e.pageIndex = void 0, e.pageSize = void 0, te();
|
|
1752
|
+
} }, Xn(e = be("el.common.query")) ? e : { default: () => [e] }), E(y, { onClick: () => ne() }, Xn(t = be("el.common.reset")) ? t : { default: () => [t] })] });
|
|
1753
|
+
},
|
|
1754
|
+
label: () => E("div", { style: "height: 22px" }, null)
|
|
1755
|
+
})]])
|
|
1756
|
+
}, null), Ce = () => e.header?.({
|
|
1754
1757
|
data: o.value,
|
|
1755
1758
|
isFetching: m.value,
|
|
1756
1759
|
paging: v.value,
|
|
1757
1760
|
path: c.value,
|
|
1758
1761
|
query: d.value
|
|
1759
|
-
}),
|
|
1762
|
+
}), Te = () => E(qn, {
|
|
1760
1763
|
data: o.value,
|
|
1761
|
-
columns:
|
|
1764
|
+
columns: pe.value,
|
|
1762
1765
|
showOverflowTooltip: !0,
|
|
1763
1766
|
border: !0,
|
|
1764
1767
|
onHeaderDragend: (e, t, n) => {
|
|
1765
1768
|
let r = C.value.find((e) => e.code === n.columnKey);
|
|
1766
|
-
r && (r.width = e,
|
|
1767
|
-
|
|
1769
|
+
r && (r.width = e, ye(() => {
|
|
1770
|
+
ue(C.value);
|
|
1768
1771
|
}));
|
|
1769
1772
|
}
|
|
1770
|
-
}, null),
|
|
1773
|
+
}, null), Ee = () => E(re, {
|
|
1771
1774
|
trigger: "click",
|
|
1772
1775
|
width: "auto",
|
|
1773
1776
|
"popper-class": "shadow-xl bg-(--el-bg-color)"
|
|
1774
1777
|
}, {
|
|
1775
|
-
reference: () =>
|
|
1776
|
-
icon:
|
|
1778
|
+
reference: () => E(y, {
|
|
1779
|
+
icon: Be,
|
|
1777
1780
|
text: !0,
|
|
1778
1781
|
class: "absolute top-0 right-0 z-1000"
|
|
1779
1782
|
}, null),
|
|
1780
|
-
default: () =>
|
|
1781
|
-
ref:
|
|
1783
|
+
default: () => E("div", { class: "flex flex-col gap-2" }, [E(S, { size: "large" }, { default: () => [fe(" 表头设置 ")] }), E(x, { "max-height": 500 }, { default: () => [E("div", {
|
|
1784
|
+
ref: _e,
|
|
1782
1785
|
class: "flex flex-col divide-y divide-[#f2f6fc]"
|
|
1783
|
-
}, { default: () => C.value.map((e) =>
|
|
1784
|
-
|
|
1786
|
+
}, { default: () => C.value.map((e) => E("div", { class: "flex w-50 items-center gap-2 py-2" }, [
|
|
1787
|
+
E(y, {
|
|
1785
1788
|
text: !0,
|
|
1786
|
-
icon:
|
|
1789
|
+
icon: ze,
|
|
1787
1790
|
type: "primary",
|
|
1788
1791
|
size: "small",
|
|
1789
1792
|
class: "cursor-grab"
|
|
1790
1793
|
}, null),
|
|
1791
|
-
|
|
1792
|
-
|
|
1794
|
+
E(S, { class: "flex-1 overflow-ellipsis" }, { default: () => [e.label] }),
|
|
1795
|
+
E(ae, {
|
|
1793
1796
|
size: "small",
|
|
1794
1797
|
modelValue: e.visible,
|
|
1795
1798
|
"onUpdate:modelValue": (t) => {
|
|
1796
|
-
e.visible = t,
|
|
1797
|
-
|
|
1799
|
+
e.visible = t, ye(() => {
|
|
1800
|
+
ue(C.value);
|
|
1798
1801
|
});
|
|
1799
1802
|
}
|
|
1800
1803
|
}, null)
|
|
1801
1804
|
])) })] })])
|
|
1802
|
-
}),
|
|
1805
|
+
}), De = () => E(g, {
|
|
1803
1806
|
size: "small",
|
|
1804
1807
|
layout: e.paginationLayout,
|
|
1805
1808
|
total: v.value.itemCount,
|
|
@@ -1814,8 +1817,8 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1814
1817
|
}
|
|
1815
1818
|
}, null);
|
|
1816
1819
|
return t({
|
|
1817
|
-
search:
|
|
1818
|
-
reset:
|
|
1820
|
+
search: te,
|
|
1821
|
+
reset: ne,
|
|
1819
1822
|
data: o,
|
|
1820
1823
|
paging: v,
|
|
1821
1824
|
isFetching: m,
|
|
@@ -1823,25 +1826,25 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1823
1826
|
query: d,
|
|
1824
1827
|
path: c
|
|
1825
1828
|
}), (t, n) => {
|
|
1826
|
-
let r =
|
|
1827
|
-
return
|
|
1828
|
-
|
|
1829
|
+
let r = we("loading");
|
|
1830
|
+
return O(), T(se, null, [
|
|
1831
|
+
ge.value ? (O(), ce(Se, {
|
|
1829
1832
|
key: 0,
|
|
1830
1833
|
class: "rounded bg-(--el-fill-color-darker) px-2 pt-4"
|
|
1831
|
-
})) :
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
e.pagination ? (
|
|
1837
|
-
])), [[r,
|
|
1834
|
+
})) : le("", !0),
|
|
1835
|
+
E(Ce),
|
|
1836
|
+
Ae((O(), T("div", Jn, [
|
|
1837
|
+
E(Ee),
|
|
1838
|
+
E(Te),
|
|
1839
|
+
e.pagination ? (O(), T("div", Yn, [E(De)])) : le("", !0)
|
|
1840
|
+
])), [[r, k(de) || k(m)]])
|
|
1838
1841
|
], 64);
|
|
1839
1842
|
};
|
|
1840
1843
|
}
|
|
1841
|
-
}),
|
|
1844
|
+
}), Qn = { class: "flex flex-1 flex-col gap-2 overflow-hidden" }, $n = {
|
|
1842
1845
|
key: 0,
|
|
1843
1846
|
class: "flex justify-end"
|
|
1844
|
-
},
|
|
1847
|
+
}, er = /* @__PURE__ */ D({
|
|
1845
1848
|
__name: "XTableRequestNext",
|
|
1846
1849
|
props: {
|
|
1847
1850
|
request: { type: Function },
|
|
@@ -1897,7 +1900,7 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1897
1900
|
query: s,
|
|
1898
1901
|
path: o
|
|
1899
1902
|
});
|
|
1900
|
-
let m = () => e.header?.({ query: s.value }), h = () =>
|
|
1903
|
+
let m = () => e.header?.({ query: s.value }), h = () => E(qn, {
|
|
1901
1904
|
data: i.value,
|
|
1902
1905
|
columns: e.columns,
|
|
1903
1906
|
showOverflowTooltip: e.showOverflowTooltip,
|
|
@@ -1909,7 +1912,7 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1909
1912
|
cellStyle: e.cellStyle,
|
|
1910
1913
|
rowClassName: e.rowClassName,
|
|
1911
1914
|
rowStyle: e.rowStyle
|
|
1912
|
-
}, null), _ = () =>
|
|
1915
|
+
}, null), _ = () => E(g, {
|
|
1913
1916
|
size: "small",
|
|
1914
1917
|
layout: e.paginationLayout,
|
|
1915
1918
|
total: u.value.itemCount,
|
|
@@ -1924,18 +1927,18 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1924
1927
|
}
|
|
1925
1928
|
}, null), v = () => e.footer?.({ query: s.value });
|
|
1926
1929
|
return (t, n) => {
|
|
1927
|
-
let r =
|
|
1928
|
-
return
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
e.pagination ? (
|
|
1932
|
-
|
|
1933
|
-
])), [[r,
|
|
1930
|
+
let r = we("loading");
|
|
1931
|
+
return Ae((O(), T("div", Qn, [
|
|
1932
|
+
E(m),
|
|
1933
|
+
E(h),
|
|
1934
|
+
e.pagination ? (O(), T("div", $n, [E(_)])) : le("", !0),
|
|
1935
|
+
E(v)
|
|
1936
|
+
])), [[r, k(c)]]);
|
|
1934
1937
|
};
|
|
1935
1938
|
}
|
|
1936
|
-
}),
|
|
1939
|
+
}), tr = /* @__PURE__ */ D({
|
|
1937
1940
|
__name: "XUploadOssNext",
|
|
1938
|
-
props: /* @__PURE__ */
|
|
1941
|
+
props: /* @__PURE__ */ _e({
|
|
1939
1942
|
maxSize: { default: () => 50 * 1024 * 1024 },
|
|
1940
1943
|
accept: {},
|
|
1941
1944
|
disabled: { type: Boolean },
|
|
@@ -1951,7 +1954,7 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1951
1954
|
}),
|
|
1952
1955
|
emits: ["update:modelValue"],
|
|
1953
1956
|
setup(e) {
|
|
1954
|
-
let t =
|
|
1957
|
+
let t = me(s), n = De(e, "modelValue"), r = w(() => typeof t?.oss == "function" ? t.oss() : t?.oss), i = xe(""), a = (e) => {
|
|
1955
1958
|
let t = `${r.value?.dir}/${Date.now()}/${e.name}`;
|
|
1956
1959
|
return i.value = `${r.value?.host}/${t}`, {
|
|
1957
1960
|
...r.value,
|
|
@@ -1959,7 +1962,7 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1959
1962
|
OSSAccessKeyId: r.value?.accessId,
|
|
1960
1963
|
success_action_status: "200"
|
|
1961
1964
|
};
|
|
1962
|
-
}, o = (t) => (t.size > e.maxSize &&
|
|
1965
|
+
}, o = (t) => (t.size > e.maxSize && te.warning("文件过大,请重新选择"), t.size < e.maxSize), c = (e, t) => n.value = Array.isArray(n.value) ? t.map((e) => e.url) : void 0, u = () => n.value = Array.isArray(n.value) ? n.value.concat(i.value) : i.value, d = (e) => window.open(e.url), f = (e) => {
|
|
1963
1966
|
if (!/^\d+$/.test(e)) return !1;
|
|
1964
1967
|
let t = Number(e);
|
|
1965
1968
|
return !Number.isSafeInteger(t) || e.length < 12 || e.length > 16 ? !1 : (new Date(t), t >= Date.UTC(2e3, 0, 1) && t <= Date.UTC(2100, 0, 1));
|
|
@@ -1970,10 +1973,10 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1970
1973
|
url: e,
|
|
1971
1974
|
uid: Number(r)
|
|
1972
1975
|
};
|
|
1973
|
-
})), { t: h } =
|
|
1976
|
+
})), { t: h } = oe(me(l, void 0));
|
|
1974
1977
|
return (t, n) => {
|
|
1975
|
-
let i =
|
|
1976
|
-
return
|
|
1978
|
+
let i = Ce("XButton");
|
|
1979
|
+
return O(), ce(k(m), ve({
|
|
1977
1980
|
accept: e.accept,
|
|
1978
1981
|
action: r.value?.host,
|
|
1979
1982
|
data: a,
|
|
@@ -1982,35 +1985,35 @@ var Xn = /* @__PURE__ */ O({
|
|
|
1982
1985
|
onRemove: c,
|
|
1983
1986
|
onSuccess: u,
|
|
1984
1987
|
onPreview: d
|
|
1985
|
-
}, { showFileList: "" }),
|
|
1986
|
-
default:
|
|
1988
|
+
}, { showFileList: "" }), de({
|
|
1989
|
+
default: A(() => [Se(t.$slots, "default", {}, () => [E(i, {
|
|
1987
1990
|
type: "primary",
|
|
1988
1991
|
size: "small"
|
|
1989
1992
|
}, {
|
|
1990
|
-
default:
|
|
1993
|
+
default: A(() => [fe(Te(k(h)("el.uploadOss.placeholder")), 1)]),
|
|
1991
1994
|
_: 1
|
|
1992
1995
|
})])]),
|
|
1993
1996
|
_: 2
|
|
1994
1997
|
}, ["tip" in t.$slots ? {
|
|
1995
1998
|
name: "tip",
|
|
1996
|
-
fn:
|
|
1999
|
+
fn: A(() => [Se(t.$slots, "tip")]),
|
|
1997
2000
|
key: "0"
|
|
1998
2001
|
} : void 0]), 1040);
|
|
1999
2002
|
};
|
|
2000
2003
|
}
|
|
2001
|
-
}),
|
|
2002
|
-
XButtonAsync: () =>
|
|
2003
|
-
XButtonConfirm: () =>
|
|
2004
|
-
XCascaderRequest: () =>
|
|
2005
|
-
XFormFlex: () =>
|
|
2006
|
-
XFormRequestNext: () =>
|
|
2007
|
-
XRequest: () =>
|
|
2008
|
-
XSelectRequest: () =>
|
|
2009
|
-
XTableConfig: () =>
|
|
2010
|
-
XTableFlex: () =>
|
|
2011
|
-
XTableRequestConfigNext: () =>
|
|
2012
|
-
XTableRequestNext: () =>
|
|
2013
|
-
XUploadOssNext: () =>
|
|
2004
|
+
}), nr = /* @__PURE__ */ e({
|
|
2005
|
+
XButtonAsync: () => je,
|
|
2006
|
+
XButtonConfirm: () => Me,
|
|
2007
|
+
XCascaderRequest: () => Ne,
|
|
2008
|
+
XFormFlex: () => Fe,
|
|
2009
|
+
XFormRequestNext: () => Ie,
|
|
2010
|
+
XRequest: () => Le,
|
|
2011
|
+
XSelectRequest: () => Re,
|
|
2012
|
+
XTableConfig: () => Kn,
|
|
2013
|
+
XTableFlex: () => qn,
|
|
2014
|
+
XTableRequestConfigNext: () => Zn,
|
|
2015
|
+
XTableRequestNext: () => er,
|
|
2016
|
+
XUploadOssNext: () => tr
|
|
2014
2017
|
});
|
|
2015
2018
|
//#endregion
|
|
2016
|
-
export {
|
|
2019
|
+
export { qn as a, Le as c, Ne as d, Me as f, Zn as i, Ie as l, tr as n, Kn as o, je as p, er as r, Re as s, nr as t, Fe as u };
|