@skyfox2000/webui 0.1.0 → 0.1.1
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/lib/webui.es.js
CHANGED
|
@@ -1,60 +1,61 @@
|
|
|
1
|
-
import { _ as
|
|
2
|
-
import { _ as
|
|
3
|
-
import { _ as
|
|
4
|
-
import { a as
|
|
5
|
-
import { _ as
|
|
6
|
-
import { a as
|
|
7
|
-
import { defineComponent as
|
|
8
|
-
import { useSettingInfo as
|
|
9
|
-
import { Popover as
|
|
10
|
-
import { SERVER_HOST as
|
|
11
|
-
import { _ as
|
|
12
|
-
import { _ as
|
|
13
|
-
import { _ as
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import { _ as
|
|
17
|
-
import
|
|
18
|
-
|
|
1
|
+
import { _ as Oe, a as Ee, b as ze, c as Ke } from "./assets/modules/uploadForm-BahGnrAq.js";
|
|
2
|
+
import { _ as O } from "./assets/modules/excelForm-Dzndz-SG.js";
|
|
3
|
+
import { _ as Y } from "./assets/modules/index-ekkaExvB.js";
|
|
4
|
+
import { a as La } from "./assets/modules/index-ekkaExvB.js";
|
|
5
|
+
import { _ as V } from "./assets/modules/basicLayout-YP_-EySb.js";
|
|
6
|
+
import { a as Ra, h as ja, c as qa, d as Qa, e as Va, I as Ha, f as Wa, g as Ja, b as Ga } from "./assets/modules/basicLayout-YP_-EySb.js";
|
|
7
|
+
import { defineComponent as k, createBlock as h, openBlock as p, withModifiers as J, unref as e, useAttrs as W, withCtx as m, createElementVNode as S, createVNode as b, mergeProps as B, renderSlot as I, normalizeStyle as se, toDisplayString as D, createCommentVNode as C, ref as g, watch as $, onMounted as E, onUnmounted as he, createElementBlock as w, normalizeClass as N, createSlots as ge, Fragment as M, renderList as L, createTextVNode as F, computed as pe, withKeys as fe, provide as xe, inject as ne, resolveDirective as q, withDirectives as Q, useSlots as Ae, resolveDynamicComponent as Ye, onActivated as Le } from "vue";
|
|
8
|
+
import { useSettingInfo as ye, onFullscreenClick as Ue, createFromIconfont as Re, OptionCommProps as je, useInputFactory as z, loadOption as be, unloadOption as Ce, circleLoading as qe, formValidate as R, OPTIONS as ke, doQuery as we, queryTree as $e, ProviderKeys as X, onFormClose as ae, onFormSaveAs as Qe, onFormSave as Se, useFormItemFactory as Te, getToolGroup as De, onGridRowEdit as Ve, onGridRowDelete as He, getToolVisible as H, onToolClicked as U, getToolStatus as j, useToolFactory as We, getToolByKey as Z, filterColumns as Ie, onColumnVisibleChanged as Je, AppRouter as Ge, openNewForm as Xe, gridQueryFind as ve, gridQueryList as Ze, gridStatusUpdate as et } from "@skyfox2000/webbase";
|
|
9
|
+
import { Popover as tt, Cascader as at, DatePicker as lt, Input as re, InputPassword as rt, InputNumber as ot, Button as Be, RangePicker as st, Switch as nt, Textarea as ut, Transfer as it, Table as Pe, TreeSelect as dt, theme as Fe, Drawer as ct, Space as G, Form as Me, FormItem as Ne, ConfigProvider as me, Popconfirm as pt, DropdownButton as ft, Menu as ue, MenuItem as ie, Dropdown as oe, Checkbox as vt, Tree as mt, LayoutContent as _t } from "ant-design-vue";
|
|
10
|
+
import { SERVER_HOST as ht, fieldMapping as ee } from "@skyfox2000/fapi";
|
|
11
|
+
import { _ as Za } from "./assets/modules/index-FzWSvscZ.js";
|
|
12
|
+
import { _ as tl, a as al } from "./assets/modules/uploadForm-CwXiG05t.js";
|
|
13
|
+
import { _ as rl } from "./assets/modules/excelForm-WJVQmaDT.js";
|
|
14
|
+
import { VueDraggableNext as gt } from "vue-draggable-next";
|
|
15
|
+
import xt from "vue-m-message";
|
|
16
|
+
import { _ as sl } from "./assets/modules/error403-Bi0E2twj.js";
|
|
17
|
+
import { _ as ul } from "./assets/modules/error404-BF7vasR_.js";
|
|
18
|
+
import _e from "dayjs";
|
|
19
|
+
const ma = /* @__PURE__ */ k({
|
|
19
20
|
__name: "fullscreen",
|
|
20
|
-
setup(
|
|
21
|
-
const
|
|
22
|
-
return (
|
|
23
|
-
onClick:
|
|
24
|
-
icon:
|
|
21
|
+
setup(v) {
|
|
22
|
+
const o = ye();
|
|
23
|
+
return (a, t) => (p(), h(Y, {
|
|
24
|
+
onClick: J(e(Ue), ["stop"]),
|
|
25
|
+
icon: e(o).fullscreen ? "icon-exitscreen" : "icon-fullscreen",
|
|
25
26
|
class: "w-[17px] h-[17px]"
|
|
26
27
|
}, null, 8, ["onClick", "icon"]));
|
|
27
28
|
}
|
|
28
|
-
}),
|
|
29
|
+
}), yt = { class: "ml-2" }, bt = /* @__PURE__ */ k({
|
|
29
30
|
inheritAttrs: !1,
|
|
30
31
|
__name: "helper",
|
|
31
32
|
props: {
|
|
32
33
|
text: {},
|
|
33
34
|
maxWidth: {}
|
|
34
35
|
},
|
|
35
|
-
setup(
|
|
36
|
-
const
|
|
37
|
-
return (
|
|
38
|
-
content:
|
|
39
|
-
|
|
40
|
-
|
|
36
|
+
setup(v) {
|
|
37
|
+
const o = W();
|
|
38
|
+
return (a, t) => (p(), h(e(tt), { placement: "topRight" }, {
|
|
39
|
+
content: m(() => [
|
|
40
|
+
I(a.$slots, "default", {}, () => [
|
|
41
|
+
S("div", {
|
|
41
42
|
class: "text-[14px]",
|
|
42
|
-
style:
|
|
43
|
-
},
|
|
43
|
+
style: se({ maxWidth: a.maxWidth })
|
|
44
|
+
}, D(a.text), 5)
|
|
44
45
|
])
|
|
45
46
|
]),
|
|
46
|
-
default:
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
default: m(() => [
|
|
48
|
+
S("span", yt, [
|
|
49
|
+
b(Y, B({
|
|
49
50
|
icon: "icon-question-circle",
|
|
50
51
|
class: "text-[#888] w-4 h-4"
|
|
51
|
-
},
|
|
52
|
+
}, e(o)), null, 16)
|
|
52
53
|
])
|
|
53
54
|
]),
|
|
54
55
|
_: 3
|
|
55
56
|
}));
|
|
56
57
|
}
|
|
57
|
-
}),
|
|
58
|
+
}), _a = /* @__PURE__ */ k({
|
|
58
59
|
__name: "layoutIcon",
|
|
59
60
|
props: {
|
|
60
61
|
icon: {
|
|
@@ -64,93 +65,93 @@ const ya = /* @__PURE__ */ I({
|
|
|
64
65
|
type: Array
|
|
65
66
|
}
|
|
66
67
|
},
|
|
67
|
-
setup(
|
|
68
|
-
const
|
|
69
|
-
iconUrl: `${
|
|
68
|
+
setup(v) {
|
|
69
|
+
const o = v, t = Re({
|
|
70
|
+
iconUrl: `${ht.MICROLAYOUT_ICONS}`,
|
|
70
71
|
monoColor: !0,
|
|
71
|
-
icon:
|
|
72
|
-
icons:
|
|
72
|
+
icon: o.icon,
|
|
73
|
+
icons: o.icons
|
|
73
74
|
});
|
|
74
|
-
return (
|
|
75
|
+
return (r, n) => v.icon || v.icons ? (p(), h(e(t), B({
|
|
75
76
|
key: 0,
|
|
76
|
-
icon:
|
|
77
|
-
icons:
|
|
78
|
-
},
|
|
77
|
+
icon: v.icon,
|
|
78
|
+
icons: v.icons
|
|
79
|
+
}, r.$attrs), null, 16, ["icon", "icons"])) : C("", !0);
|
|
79
80
|
}
|
|
80
|
-
}),
|
|
81
|
+
}), ha = /* @__PURE__ */ V(Oe, [["__scopeId", "data-v-1e39ad49"]]), Ct = {
|
|
81
82
|
key: 0,
|
|
82
83
|
class: "absolute z-10 mt-[5px] mr-[10px] text-[#999] flex items-center"
|
|
83
|
-
},
|
|
84
|
+
}, kt = /* @__PURE__ */ k({
|
|
84
85
|
inheritAttrs: !1,
|
|
85
86
|
__name: "index",
|
|
86
|
-
props:
|
|
87
|
+
props: je,
|
|
87
88
|
emits: ["change", "update:labels", "update:value"],
|
|
88
|
-
setup(
|
|
89
|
-
var
|
|
90
|
-
const
|
|
91
|
-
...
|
|
92
|
-
url: ((
|
|
93
|
-
fieldMap:
|
|
94
|
-
params:
|
|
89
|
+
setup(v, { emit: o }) {
|
|
90
|
+
var _, x, T;
|
|
91
|
+
const a = v, t = W(), r = g({
|
|
92
|
+
...a.url,
|
|
93
|
+
url: ((_ = a.url) == null ? void 0 : _.url) || "",
|
|
94
|
+
fieldMap: a.fieldMap || ((x = a.url) == null ? void 0 : x.fieldMap),
|
|
95
|
+
params: a.params || ((T = a.url) == null ? void 0 : T.params),
|
|
95
96
|
loadingText: !1
|
|
96
|
-
}),
|
|
97
|
-
|
|
98
|
-
() =>
|
|
99
|
-
(
|
|
100
|
-
|
|
97
|
+
}), n = z(), { editorCtrl: c, errInfo: d, labelText: f } = n, s = g(t.placeholder);
|
|
98
|
+
$(
|
|
99
|
+
() => r.value.loading,
|
|
100
|
+
(P) => {
|
|
101
|
+
P ? s.value = "" : s.value || (s.value = "请选择" + f.value);
|
|
101
102
|
},
|
|
102
103
|
{ immediate: !0 }
|
|
103
104
|
);
|
|
104
|
-
const
|
|
105
|
-
|
|
106
|
-
const
|
|
107
|
-
if (!
|
|
108
|
-
|
|
105
|
+
const u = o;
|
|
106
|
+
n.inputEmit = u;
|
|
107
|
+
const l = g([]), i = (P, y) => {
|
|
108
|
+
if (!y || y.length === 0) {
|
|
109
|
+
u("update:labels", []), u("update:value", []);
|
|
109
110
|
return;
|
|
110
111
|
}
|
|
111
|
-
const
|
|
112
|
-
|
|
112
|
+
const K = y.map((A) => A.label);
|
|
113
|
+
u("update:labels", K), u(
|
|
113
114
|
"update:value",
|
|
114
|
-
|
|
115
|
-
),
|
|
115
|
+
y.map((A) => A.value)
|
|
116
|
+
), d != null && d.value.errClass && c && R(c);
|
|
116
117
|
};
|
|
117
|
-
return
|
|
118
|
-
|
|
118
|
+
return E(() => {
|
|
119
|
+
r.value && !r.value.fieldMap && (r.value.fieldMap = {
|
|
119
120
|
title: "Name",
|
|
120
121
|
label: "Name",
|
|
121
122
|
value: "Id",
|
|
122
123
|
key: "Id"
|
|
123
|
-
}),
|
|
124
|
-
}),
|
|
125
|
-
|
|
126
|
-
}), (
|
|
127
|
-
var
|
|
128
|
-
return
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
124
|
+
}), be(a.autoload, a, l, n, r.value, r.value.params);
|
|
125
|
+
}), he(() => {
|
|
126
|
+
Ce(a, n);
|
|
127
|
+
}), (P, y) => {
|
|
128
|
+
var K;
|
|
129
|
+
return p(), w("div", null, [
|
|
130
|
+
l.value.length ? C("", !0) : (p(), w("div", Ct, [
|
|
131
|
+
b(e(qe), { class: "text-[#555] mx-[5px] !ml-[10px] !w-4 !h-4" }),
|
|
132
|
+
y[0] || (y[0] = S("span", null, "数据加载中...", -1))
|
|
132
133
|
])),
|
|
133
|
-
|
|
134
|
-
options:
|
|
135
|
-
class: [(
|
|
134
|
+
b(e(at), B({
|
|
135
|
+
options: l.value,
|
|
136
|
+
class: [(K = e(d)) == null ? void 0 : K.errClass],
|
|
136
137
|
"allow-clear": !0,
|
|
137
|
-
placeholder:
|
|
138
|
-
onChange:
|
|
139
|
-
},
|
|
138
|
+
placeholder: l.value.length > 0 ? "请选择" + e(f) : "",
|
|
139
|
+
onChange: i
|
|
140
|
+
}, e(t)), null, 16, ["options", "class", "placeholder"])
|
|
140
141
|
]);
|
|
141
142
|
};
|
|
142
143
|
}
|
|
143
|
-
}),
|
|
144
|
-
function
|
|
145
|
-
return
|
|
146
|
-
for (var
|
|
147
|
-
var
|
|
148
|
-
for (var
|
|
144
|
+
}), ga = /* @__PURE__ */ V(kt, [["__scopeId", "data-v-05e57a52"]]), xa = /* @__PURE__ */ V(Ee, [["__scopeId", "data-v-dc59fe7f"]]);
|
|
145
|
+
function te() {
|
|
146
|
+
return te = Object.assign ? Object.assign.bind() : function(v) {
|
|
147
|
+
for (var o = 1; o < arguments.length; o++) {
|
|
148
|
+
var a = arguments[o];
|
|
149
|
+
for (var t in a) ({}).hasOwnProperty.call(a, t) && (v[t] = a[t]);
|
|
149
150
|
}
|
|
150
|
-
return
|
|
151
|
-
},
|
|
151
|
+
return v;
|
|
152
|
+
}, te.apply(null, arguments);
|
|
152
153
|
}
|
|
153
|
-
const
|
|
154
|
+
const wt = {
|
|
154
155
|
locale: "zh_CN",
|
|
155
156
|
today: "今天",
|
|
156
157
|
now: "此刻",
|
|
@@ -177,11 +178,11 @@ const jr = {
|
|
|
177
178
|
nextDecade: "下一年代",
|
|
178
179
|
previousCentury: "上一世纪",
|
|
179
180
|
nextCentury: "下一世纪"
|
|
180
|
-
},
|
|
181
|
+
}, $t = {
|
|
181
182
|
placeholder: "请选择时间",
|
|
182
183
|
rangePlaceholder: ["开始时间", "结束时间"]
|
|
183
|
-
},
|
|
184
|
-
lang:
|
|
184
|
+
}, de = {
|
|
185
|
+
lang: te({
|
|
185
186
|
placeholder: "请选择日期",
|
|
186
187
|
yearPlaceholder: "请选择年份",
|
|
187
188
|
quarterPlaceholder: "请选择季度",
|
|
@@ -192,159 +193,159 @@ const jr = {
|
|
|
192
193
|
rangeMonthPlaceholder: ["开始月份", "结束月份"],
|
|
193
194
|
rangeQuarterPlaceholder: ["开始季度", "结束季度"],
|
|
194
195
|
rangeWeekPlaceholder: ["开始周", "结束周"]
|
|
195
|
-
},
|
|
196
|
-
timePickerLocale:
|
|
196
|
+
}, wt),
|
|
197
|
+
timePickerLocale: te({}, $t)
|
|
197
198
|
};
|
|
198
|
-
|
|
199
|
-
const
|
|
199
|
+
de.lang.ok = "确定";
|
|
200
|
+
const ya = /* @__PURE__ */ k({
|
|
200
201
|
__name: "index",
|
|
201
202
|
props: {
|
|
202
203
|
valueFormat: {}
|
|
203
204
|
},
|
|
204
|
-
setup(
|
|
205
|
-
const
|
|
206
|
-
|
|
207
|
-
},
|
|
208
|
-
return (
|
|
209
|
-
var
|
|
210
|
-
return
|
|
211
|
-
class:
|
|
212
|
-
placeholder: "请选择" +
|
|
213
|
-
locale:
|
|
214
|
-
valueFormat:
|
|
215
|
-
onBlur:
|
|
205
|
+
setup(v) {
|
|
206
|
+
const o = v, { editorCtrl: a, labelText: t, errInfo: r } = z(), n = () => {
|
|
207
|
+
r != null && r.value.errClass && a && R(a);
|
|
208
|
+
}, c = g(o.valueFormat ?? "YYYY-MM-DD");
|
|
209
|
+
return (d, f) => {
|
|
210
|
+
var s;
|
|
211
|
+
return p(), h(e(lt), {
|
|
212
|
+
class: N([[((s = e(r)) == null ? void 0 : s.errClass) === "error" ? "error !border-red-300 shadow-[0_0_3px_0px_#ff4d4f]" : ""], "w-full"]),
|
|
213
|
+
placeholder: "请选择" + e(t),
|
|
214
|
+
locale: e(de),
|
|
215
|
+
valueFormat: c.value,
|
|
216
|
+
onBlur: n
|
|
216
217
|
}, null, 8, ["class", "placeholder", "locale", "valueFormat"]);
|
|
217
218
|
};
|
|
218
219
|
}
|
|
219
|
-
}),
|
|
220
|
+
}), St = /* @__PURE__ */ k({
|
|
220
221
|
__name: "index",
|
|
221
222
|
props: {
|
|
222
223
|
value: {}
|
|
223
224
|
},
|
|
224
225
|
emits: ["update:value"],
|
|
225
|
-
setup(
|
|
226
|
-
const { editorCtrl:
|
|
227
|
-
|
|
228
|
-
},
|
|
229
|
-
|
|
230
|
-
() =>
|
|
231
|
-
(
|
|
232
|
-
|
|
226
|
+
setup(v, { emit: o }) {
|
|
227
|
+
const { editorCtrl: a, labelText: t, errInfo: r } = z(), n = () => {
|
|
228
|
+
r != null && r.value.errClass && a && R(a);
|
|
229
|
+
}, c = v, d = o, f = g(c.value);
|
|
230
|
+
$(
|
|
231
|
+
() => c.value,
|
|
232
|
+
(u) => {
|
|
233
|
+
f.value = u;
|
|
233
234
|
},
|
|
234
235
|
{ immediate: !0 }
|
|
235
236
|
// 立即同步初始值
|
|
236
|
-
),
|
|
237
|
-
() =>
|
|
238
|
-
(
|
|
239
|
-
if (
|
|
240
|
-
|
|
237
|
+
), $(
|
|
238
|
+
() => f.value,
|
|
239
|
+
(u) => {
|
|
240
|
+
if (f.value === "") {
|
|
241
|
+
d("update:value", void 0);
|
|
241
242
|
return;
|
|
242
243
|
}
|
|
243
|
-
|
|
244
|
+
d("update:value", u);
|
|
244
245
|
}
|
|
245
246
|
);
|
|
246
|
-
const
|
|
247
|
-
|
|
247
|
+
const s = () => {
|
|
248
|
+
f.value === "" && (f.value = void 0);
|
|
248
249
|
};
|
|
249
|
-
return (
|
|
250
|
-
var
|
|
251
|
-
return
|
|
250
|
+
return (u, l) => {
|
|
251
|
+
var i, _;
|
|
252
|
+
return p(), h(e(re), B({
|
|
252
253
|
class: [
|
|
253
|
-
(
|
|
254
|
-
((
|
|
254
|
+
(i = e(r)) == null ? void 0 : i.errClass,
|
|
255
|
+
((_ = e(r)) == null ? void 0 : _.errClass) === "error" && !u.$slots.addonBefore && !u.$slots.addonAfter ? "!border-red-300 shadow-[0_0_3px_0px_#ff4d4f]" : ""
|
|
255
256
|
],
|
|
256
|
-
value:
|
|
257
|
-
"onUpdate:value":
|
|
257
|
+
value: f.value,
|
|
258
|
+
"onUpdate:value": l[0] || (l[0] = (x) => f.value = x),
|
|
258
259
|
autocomplete: "new-password",
|
|
259
260
|
"allow-clear": !0,
|
|
260
|
-
placeholder: "请输入" +
|
|
261
|
-
onBlur:
|
|
262
|
-
onChange:
|
|
263
|
-
},
|
|
264
|
-
|
|
261
|
+
placeholder: "请输入" + e(t),
|
|
262
|
+
onBlur: n,
|
|
263
|
+
onChange: s
|
|
264
|
+
}, u.$attrs), ge({ _: 2 }, [
|
|
265
|
+
u.$slots.addonBefore ? {
|
|
265
266
|
name: "addonBefore",
|
|
266
|
-
fn:
|
|
267
|
-
|
|
267
|
+
fn: m(() => [
|
|
268
|
+
I(u.$slots, "addonBefore")
|
|
268
269
|
]),
|
|
269
270
|
key: "0"
|
|
270
271
|
} : void 0,
|
|
271
|
-
|
|
272
|
+
u.$slots.addonAfter ? {
|
|
272
273
|
name: "addonAfter",
|
|
273
|
-
fn:
|
|
274
|
-
|
|
274
|
+
fn: m(() => [
|
|
275
|
+
I(u.$slots, "addonAfter")
|
|
275
276
|
]),
|
|
276
277
|
key: "1"
|
|
277
278
|
} : void 0
|
|
278
279
|
]), 1040, ["class", "value", "placeholder"]);
|
|
279
280
|
};
|
|
280
281
|
}
|
|
281
|
-
}),
|
|
282
|
+
}), Tt = /* @__PURE__ */ k({
|
|
282
283
|
__name: "inputIcon",
|
|
283
284
|
props: {
|
|
284
285
|
value: {}
|
|
285
286
|
},
|
|
286
287
|
emits: ["update:value"],
|
|
287
|
-
setup(
|
|
288
|
-
const
|
|
289
|
-
return
|
|
290
|
-
() =>
|
|
291
|
-
(
|
|
292
|
-
|
|
288
|
+
setup(v, { emit: o }) {
|
|
289
|
+
const a = v, t = o, r = g(void 0);
|
|
290
|
+
return $(
|
|
291
|
+
() => a.value,
|
|
292
|
+
(n) => {
|
|
293
|
+
r.value = n ?? void 0;
|
|
293
294
|
},
|
|
294
295
|
{ immediate: !0 }
|
|
295
|
-
),
|
|
296
|
-
() =>
|
|
297
|
-
(
|
|
298
|
-
|
|
296
|
+
), $(
|
|
297
|
+
() => r.value,
|
|
298
|
+
(n) => {
|
|
299
|
+
t("update:value", n);
|
|
299
300
|
}
|
|
300
|
-
), (
|
|
301
|
+
), (n, c) => (p(), h(St, B({
|
|
301
302
|
class: ["w-[80%]"],
|
|
302
|
-
value:
|
|
303
|
-
"onUpdate:value":
|
|
304
|
-
},
|
|
305
|
-
addonBefore:
|
|
306
|
-
|
|
303
|
+
value: r.value,
|
|
304
|
+
"onUpdate:value": c[0] || (c[0] = (d) => r.value = d)
|
|
305
|
+
}, n.$attrs), {
|
|
306
|
+
addonBefore: m(() => [
|
|
307
|
+
b(e(Y), {
|
|
307
308
|
class: "!w-4 !h-4",
|
|
308
|
-
icon:
|
|
309
|
+
icon: r.value
|
|
309
310
|
}, null, 8, ["icon"])
|
|
310
311
|
]),
|
|
311
312
|
_: 1
|
|
312
313
|
}, 16, ["value"]));
|
|
313
314
|
}
|
|
314
|
-
}),
|
|
315
|
+
}), ba = /* @__PURE__ */ V(Tt, [["__scopeId", "data-v-f7b3ed74"]]), Ca = /* @__PURE__ */ k({
|
|
315
316
|
__name: "inputPassword",
|
|
316
|
-
setup(
|
|
317
|
-
const { editorCtrl:
|
|
318
|
-
|
|
317
|
+
setup(v) {
|
|
318
|
+
const { editorCtrl: o, labelText: a, errInfo: t } = z(), r = () => {
|
|
319
|
+
t != null && t.value.errClass && o && R(o);
|
|
319
320
|
};
|
|
320
|
-
return (
|
|
321
|
-
var
|
|
322
|
-
return
|
|
323
|
-
class: ((
|
|
321
|
+
return (n, c) => {
|
|
322
|
+
var d;
|
|
323
|
+
return p(), h(e(rt), B({
|
|
324
|
+
class: ((d = e(t)) == null ? void 0 : d.errClass) === "error" ? ["error", "!border-red-300", "shadow-[0_0_3px_0px_#ff4d4f]"] : "",
|
|
324
325
|
"allow-clear": !0,
|
|
325
326
|
autocomplete: "new-password",
|
|
326
|
-
placeholder: "请输入" +
|
|
327
|
-
onBlur:
|
|
328
|
-
},
|
|
327
|
+
placeholder: "请输入" + e(a),
|
|
328
|
+
onBlur: r
|
|
329
|
+
}, n.$attrs), null, 16, ["class", "placeholder"]);
|
|
329
330
|
};
|
|
330
331
|
}
|
|
331
|
-
}), ka = /* @__PURE__ */
|
|
332
|
+
}), ka = /* @__PURE__ */ k({
|
|
332
333
|
__name: "inputNumber",
|
|
333
|
-
setup(
|
|
334
|
-
const { editorCtrl:
|
|
335
|
-
|
|
334
|
+
setup(v) {
|
|
335
|
+
const { editorCtrl: o, labelText: a, errInfo: t } = z(), r = () => {
|
|
336
|
+
t != null && t.value.errClass && o && R(o);
|
|
336
337
|
};
|
|
337
|
-
return (
|
|
338
|
-
var
|
|
339
|
-
return
|
|
340
|
-
class: [[((
|
|
341
|
-
onBlur:
|
|
338
|
+
return (n, c) => {
|
|
339
|
+
var d;
|
|
340
|
+
return p(), h(e(ot), B({
|
|
341
|
+
class: [[((d = e(t)) == null ? void 0 : d.errClass) === "error" ? "error !border-red-300 shadow-[0_0_3px_0px_#ff4d4f]" : ""], "w-[50%]"],
|
|
342
|
+
onBlur: r,
|
|
342
343
|
"allow-clear": !1,
|
|
343
|
-
placeholder: "请输入" +
|
|
344
|
-
},
|
|
344
|
+
placeholder: "请输入" + e(a)
|
|
345
|
+
}, n.$attrs), null, 16, ["class", "placeholder"]);
|
|
345
346
|
};
|
|
346
347
|
}
|
|
347
|
-
}),
|
|
348
|
+
}), Dt = { class: "flex flex-col gap-2" }, It = { class: "w-[33%]" }, Bt = { class: "w-[64%]" }, wa = /* @__PURE__ */ k({
|
|
348
349
|
__name: "index",
|
|
349
350
|
props: {
|
|
350
351
|
value: {},
|
|
@@ -352,71 +353,71 @@ const Da = /* @__PURE__ */ I({
|
|
|
352
353
|
valueHolder: {}
|
|
353
354
|
},
|
|
354
355
|
emits: ["update:value"],
|
|
355
|
-
setup(
|
|
356
|
-
const
|
|
357
|
-
let
|
|
358
|
-
const
|
|
359
|
-
|
|
356
|
+
setup(v, { emit: o }) {
|
|
357
|
+
const a = v, t = o, r = g([]);
|
|
358
|
+
let n = !1;
|
|
359
|
+
const c = () => {
|
|
360
|
+
r.value = Object.entries(a.value).map(([u, l]) => ({
|
|
360
361
|
id: Date.now() + Math.random(),
|
|
361
|
-
field:
|
|
362
|
-
value:
|
|
362
|
+
field: u,
|
|
363
|
+
value: l
|
|
363
364
|
}));
|
|
364
365
|
};
|
|
365
|
-
|
|
366
|
-
|
|
366
|
+
$(() => a.value, () => {
|
|
367
|
+
n || c(), n = !1;
|
|
367
368
|
}, { immediate: !0 });
|
|
368
|
-
const
|
|
369
|
-
const
|
|
370
|
-
|
|
371
|
-
},
|
|
372
|
-
|
|
369
|
+
const d = () => {
|
|
370
|
+
const u = r.value.reduce((l, i) => (i.field && (l[i.field] = i.value), l), {});
|
|
371
|
+
n = !0, t("update:value", u);
|
|
372
|
+
}, f = () => {
|
|
373
|
+
r.value.push({
|
|
373
374
|
id: Date.now() + Math.random(),
|
|
374
375
|
field: "",
|
|
375
376
|
value: ""
|
|
376
377
|
});
|
|
377
|
-
},
|
|
378
|
-
|
|
378
|
+
}, s = () => {
|
|
379
|
+
d();
|
|
379
380
|
};
|
|
380
|
-
return (
|
|
381
|
-
(
|
|
382
|
-
key:
|
|
381
|
+
return (u, l) => (p(), w("div", Dt, [
|
|
382
|
+
(p(!0), w(M, null, L(r.value, (i) => (p(), w("div", {
|
|
383
|
+
key: i.id,
|
|
383
384
|
class: "flex items-center gap-2"
|
|
384
385
|
}, [
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
value:
|
|
388
|
-
"onUpdate:value": (
|
|
389
|
-
title:
|
|
386
|
+
S("div", It, [
|
|
387
|
+
b(e(re), {
|
|
388
|
+
value: i.field,
|
|
389
|
+
"onUpdate:value": (_) => i.field = _,
|
|
390
|
+
title: i.field,
|
|
390
391
|
class: "w-full",
|
|
391
|
-
placeholder:
|
|
392
|
-
onInput:
|
|
392
|
+
placeholder: u.labelHolder || "配置名",
|
|
393
|
+
onInput: s
|
|
393
394
|
}, null, 8, ["value", "onUpdate:value", "title", "placeholder"])
|
|
394
395
|
]),
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
value:
|
|
399
|
-
"onUpdate:value": (
|
|
400
|
-
placeholder:
|
|
401
|
-
onInput:
|
|
402
|
-
title:
|
|
396
|
+
l[0] || (l[0] = S("div", { class: "w-[3%]" }, " = ", -1)),
|
|
397
|
+
S("div", Bt, [
|
|
398
|
+
b(e(re), {
|
|
399
|
+
value: i.value,
|
|
400
|
+
"onUpdate:value": (_) => i.value = _,
|
|
401
|
+
placeholder: u.valueHolder,
|
|
402
|
+
onInput: s,
|
|
403
|
+
title: i.value
|
|
403
404
|
}, null, 8, ["value", "onUpdate:value", "placeholder", "title"])
|
|
404
405
|
])
|
|
405
406
|
]))), 128)),
|
|
406
|
-
|
|
407
|
-
onClick:
|
|
407
|
+
b(e(Be), {
|
|
408
|
+
onClick: f,
|
|
408
409
|
class: "mt-1 w-[80px] !text-[12px] text-[#666] bg-[#e6f7ff] border-[#b3e0ff] hover:bg-[#b3e0ff] hover:border-[#8abeff]",
|
|
409
410
|
size: "small"
|
|
410
411
|
}, {
|
|
411
|
-
default:
|
|
412
|
-
|
|
412
|
+
default: m(() => l[1] || (l[1] = [
|
|
413
|
+
F(" 新增配置行 ")
|
|
413
414
|
])),
|
|
414
415
|
_: 1,
|
|
415
416
|
__: [1]
|
|
416
417
|
})
|
|
417
418
|
]));
|
|
418
419
|
}
|
|
419
|
-
}),
|
|
420
|
+
}), Pt = /* @__PURE__ */ V(ze, [["__scopeId", "data-v-f9b2ac3d"]]), $a = /* @__PURE__ */ k({
|
|
420
421
|
__name: "radioStatus",
|
|
421
422
|
props: {
|
|
422
423
|
/**
|
|
@@ -443,14 +444,14 @@ const Da = /* @__PURE__ */ I({
|
|
|
443
444
|
required: !1
|
|
444
445
|
}
|
|
445
446
|
},
|
|
446
|
-
setup(
|
|
447
|
-
const
|
|
448
|
-
return
|
|
447
|
+
setup(v) {
|
|
448
|
+
const o = v, a = g(JSON.parse(JSON.stringify(ke.getOptions(o.dataKey))));
|
|
449
|
+
return o.all === !0 && a.value.unshift({
|
|
449
450
|
label: "全部",
|
|
450
|
-
value:
|
|
451
|
-
}), (
|
|
451
|
+
value: o.allValue || [0, 1]
|
|
452
|
+
}), (t, r) => (p(), h(Pt, { data: a.value }, null, 8, ["data"]));
|
|
452
453
|
}
|
|
453
|
-
}),
|
|
454
|
+
}), Sa = /* @__PURE__ */ k({
|
|
454
455
|
__name: "index",
|
|
455
456
|
props: {
|
|
456
457
|
startDate: {},
|
|
@@ -458,35 +459,35 @@ const Da = /* @__PURE__ */ I({
|
|
|
458
459
|
valueFormat: { default: "YYYY-MM-DD" }
|
|
459
460
|
},
|
|
460
461
|
emits: ["update:startDate", "update:endDate"],
|
|
461
|
-
setup(
|
|
462
|
-
const
|
|
463
|
-
const
|
|
464
|
-
if (!(!
|
|
462
|
+
setup(v, { emit: o }) {
|
|
463
|
+
const a = v, t = o, r = z(), { errInfo: n } = r, c = pe(() => a.valueFormat), d = pe(() => {
|
|
464
|
+
const s = a.startDate, u = a.endDate;
|
|
465
|
+
if (!(!s || !u))
|
|
465
466
|
try {
|
|
466
|
-
const
|
|
467
|
-
return !
|
|
467
|
+
const l = _e(s), i = _e(u);
|
|
468
|
+
return !l.isValid() || !i.isValid() ? void 0 : [l, i];
|
|
468
469
|
} catch {
|
|
469
470
|
return;
|
|
470
471
|
}
|
|
471
|
-
}),
|
|
472
|
-
if (!
|
|
473
|
-
|
|
472
|
+
}), f = (s, u) => {
|
|
473
|
+
if (!s || !u || u.length !== 2) {
|
|
474
|
+
t("update:startDate", null), t("update:endDate", null);
|
|
474
475
|
return;
|
|
475
476
|
}
|
|
476
|
-
|
|
477
|
+
t("update:startDate", u[0] || null), t("update:endDate", u[1] || null);
|
|
477
478
|
};
|
|
478
|
-
return (
|
|
479
|
-
var
|
|
480
|
-
return
|
|
481
|
-
class:
|
|
482
|
-
locale:
|
|
483
|
-
"value-format":
|
|
484
|
-
value:
|
|
485
|
-
onChange:
|
|
479
|
+
return (s, u) => {
|
|
480
|
+
var l;
|
|
481
|
+
return p(), h(e(st), {
|
|
482
|
+
class: N([((l = e(n)) == null ? void 0 : l.errClass) === "error" ? ["error", "!border-red-300", "shadow-[0_0_3px_0px_#ff4d4f]"] : "", "w-full"]),
|
|
483
|
+
locale: e(de),
|
|
484
|
+
"value-format": c.value,
|
|
485
|
+
value: d.value,
|
|
486
|
+
onChange: f
|
|
486
487
|
}, null, 8, ["class", "locale", "value-format", "value"]);
|
|
487
488
|
};
|
|
488
489
|
}
|
|
489
|
-
}),
|
|
490
|
+
}), Ta = /* @__PURE__ */ V(Ke, [["__scopeId", "data-v-bf782acb"]]), Ft = /* @__PURE__ */ k({
|
|
490
491
|
__name: "index",
|
|
491
492
|
props: {
|
|
492
493
|
/**
|
|
@@ -498,52 +499,52 @@ const Da = /* @__PURE__ */ I({
|
|
|
498
499
|
}
|
|
499
500
|
},
|
|
500
501
|
emits: ["change"],
|
|
501
|
-
setup(
|
|
502
|
-
const
|
|
503
|
-
|
|
502
|
+
setup(v, { emit: o }) {
|
|
503
|
+
const a = v, t = g([]), r = o, { editorCtrl: n, errInfo: c } = z(), d = (f) => {
|
|
504
|
+
c != null && c.value.errClass && n && R(n), r("change", f);
|
|
504
505
|
};
|
|
505
|
-
return
|
|
506
|
-
if (!
|
|
507
|
-
console.error("Switch组件: ",
|
|
506
|
+
return E(() => {
|
|
507
|
+
if (!a.data || a.data.length != 2) {
|
|
508
|
+
console.error("Switch组件: ", a.data), xt.error("Switch组件必须有且只有两个选项");
|
|
508
509
|
return;
|
|
509
510
|
}
|
|
510
|
-
|
|
511
|
-
}),
|
|
512
|
-
|
|
513
|
-
}), (
|
|
514
|
-
var
|
|
515
|
-
return
|
|
511
|
+
be(!1, a, t);
|
|
512
|
+
}), he(() => {
|
|
513
|
+
Ce(a);
|
|
514
|
+
}), (f, s) => {
|
|
515
|
+
var u;
|
|
516
|
+
return t.value.length === 2 ? (p(), h(e(nt), B({
|
|
516
517
|
key: 0,
|
|
517
|
-
class: [((
|
|
518
|
-
checkedChildren:
|
|
519
|
-
checkedValue:
|
|
520
|
-
unCheckedChildren:
|
|
521
|
-
unCheckedValue:
|
|
522
|
-
onChange:
|
|
523
|
-
},
|
|
518
|
+
class: [((u = e(c)) == null ? void 0 : u.errClass) === "error" ? "error !border-red-300 shadow-[0_0_3px_0px_#ff4d4f]" : "", "bg-blue-300", "w-[58px]"],
|
|
519
|
+
checkedChildren: t.value[0].label,
|
|
520
|
+
checkedValue: t.value[0].value,
|
|
521
|
+
unCheckedChildren: t.value[1].label,
|
|
522
|
+
unCheckedValue: t.value[1].value,
|
|
523
|
+
onChange: d
|
|
524
|
+
}, f.$attrs), null, 16, ["class", "checkedChildren", "checkedValue", "unCheckedChildren", "unCheckedValue"])) : C("", !0);
|
|
524
525
|
};
|
|
525
526
|
}
|
|
526
|
-
}),
|
|
527
|
+
}), Da = /* @__PURE__ */ k({
|
|
527
528
|
__name: "index",
|
|
528
|
-
setup(
|
|
529
|
-
const { editorCtrl:
|
|
530
|
-
|
|
529
|
+
setup(v) {
|
|
530
|
+
const { editorCtrl: o, labelText: a, errInfo: t } = z(), r = () => {
|
|
531
|
+
t != null && t.value.errClass && o && R(o);
|
|
531
532
|
};
|
|
532
|
-
return (
|
|
533
|
-
var
|
|
534
|
-
return
|
|
535
|
-
class: ((
|
|
533
|
+
return (n, c) => {
|
|
534
|
+
var d;
|
|
535
|
+
return p(), h(e(ut), B({
|
|
536
|
+
class: ((d = e(t)) == null ? void 0 : d.errClass) === "error" ? ["error", "!border-red-300", "shadow-[0_0_3px_0px_#ff4d4f]"] : "",
|
|
536
537
|
"allow-clear": !0,
|
|
537
|
-
placeholder: "请输入" +
|
|
538
|
-
onBlur:
|
|
539
|
-
onKeyup:
|
|
538
|
+
placeholder: "请输入" + e(a),
|
|
539
|
+
onBlur: r,
|
|
540
|
+
onKeyup: c[0] || (c[0] = fe(J(() => {
|
|
540
541
|
}, ["stop"]), ["enter", "native"])),
|
|
541
|
-
onKeydown:
|
|
542
|
+
onKeydown: c[1] || (c[1] = fe(J(() => {
|
|
542
543
|
}, ["stop"]), ["enter", "native"]))
|
|
543
|
-
},
|
|
544
|
+
}, n.$attrs), null, 16, ["class", "placeholder"]);
|
|
544
545
|
};
|
|
545
546
|
}
|
|
546
|
-
}),
|
|
547
|
+
}), Mt = /* @__PURE__ */ k({
|
|
547
548
|
__name: "index",
|
|
548
549
|
props: {
|
|
549
550
|
autoload: { type: Boolean },
|
|
@@ -552,55 +553,55 @@ const Da = /* @__PURE__ */ I({
|
|
|
552
553
|
value: {}
|
|
553
554
|
},
|
|
554
555
|
emits: ["change", "update:value"],
|
|
555
|
-
setup(
|
|
556
|
-
const
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
}),
|
|
560
|
-
() =>
|
|
561
|
-
(
|
|
562
|
-
|
|
556
|
+
setup(v, { emit: o }) {
|
|
557
|
+
const a = v, t = g({ ...a.url }), { editorCtrl: r, labelText: n, errInfo: c } = z(), d = o, f = g([]), s = g([]);
|
|
558
|
+
a.value && a.value.every((l) => {
|
|
559
|
+
s.value.push(l.toString());
|
|
560
|
+
}), $(
|
|
561
|
+
() => a.value,
|
|
562
|
+
(l) => {
|
|
563
|
+
l && (s.value = l);
|
|
563
564
|
}
|
|
564
565
|
);
|
|
565
|
-
const
|
|
566
|
-
|
|
566
|
+
const u = (l) => {
|
|
567
|
+
d("update:value", l), d("change", l), s.value = l, c != null && c.value.errClass && r && R(r);
|
|
567
568
|
};
|
|
568
|
-
return
|
|
569
|
-
if (
|
|
570
|
-
const
|
|
571
|
-
if (
|
|
572
|
-
const
|
|
569
|
+
return E(async () => {
|
|
570
|
+
if (t.value) {
|
|
571
|
+
const l = r == null ? void 0 : r.page;
|
|
572
|
+
if (t.value.api || (t.value.api = l == null ? void 0 : l.api), t.value.authorize === void 0 && (t.value.authorize = l == null ? void 0 : l.authorize), a.autoload) {
|
|
573
|
+
const i = await we(r, {
|
|
573
574
|
urlKey: "list",
|
|
574
|
-
url: { ...
|
|
575
|
+
url: { ...t.value, url: t.value.url },
|
|
575
576
|
loadingText: !1,
|
|
576
|
-
params:
|
|
577
|
+
params: a.params
|
|
577
578
|
});
|
|
578
|
-
|
|
579
|
+
f.value = (i == null ? void 0 : i.data) ?? [];
|
|
579
580
|
}
|
|
580
581
|
}
|
|
581
|
-
}), (
|
|
582
|
-
var
|
|
583
|
-
return
|
|
584
|
-
class: ((
|
|
585
|
-
placeholder: "请输入" +
|
|
586
|
-
targetKeys:
|
|
587
|
-
onChange:
|
|
588
|
-
},
|
|
589
|
-
children:
|
|
590
|
-
|
|
591
|
-
direction:
|
|
592
|
-
disabled:
|
|
593
|
-
filteredItems:
|
|
594
|
-
onItemSelectAll:
|
|
595
|
-
onItemSelect:
|
|
596
|
-
selectedKeys:
|
|
582
|
+
}), (l, i) => {
|
|
583
|
+
var _;
|
|
584
|
+
return p(), h(e(it), B({
|
|
585
|
+
class: ((_ = e(c)) == null ? void 0 : _.errClass) === "error" ? ["error", "!border-red-300", "shadow-[0_0_3px_0px_#ff4d4f]"] : "",
|
|
586
|
+
placeholder: "请输入" + e(n),
|
|
587
|
+
targetKeys: s.value,
|
|
588
|
+
onChange: u
|
|
589
|
+
}, l.$attrs), {
|
|
590
|
+
children: m(({ direction: x, disabled: T, filteredItems: P, onItemSelectAll: y, onItemSelect: K, selectedKeys: A }) => [
|
|
591
|
+
I(l.$slots, "children", {
|
|
592
|
+
direction: x,
|
|
593
|
+
disabled: T,
|
|
594
|
+
filteredItems: P,
|
|
595
|
+
onItemSelectAll: y,
|
|
596
|
+
onItemSelect: K,
|
|
597
|
+
selectedKeys: A
|
|
597
598
|
})
|
|
598
599
|
]),
|
|
599
600
|
_: 3
|
|
600
601
|
}, 16, ["class", "placeholder", "targetKeys"]);
|
|
601
602
|
};
|
|
602
603
|
}
|
|
603
|
-
}),
|
|
604
|
+
}), Ia = /* @__PURE__ */ k({
|
|
604
605
|
__name: "transferTable",
|
|
605
606
|
props: {
|
|
606
607
|
/**
|
|
@@ -626,79 +627,79 @@ const Da = /* @__PURE__ */ I({
|
|
|
626
627
|
}
|
|
627
628
|
},
|
|
628
629
|
emits: ["update:value"],
|
|
629
|
-
setup(
|
|
630
|
-
const
|
|
631
|
-
|
|
632
|
-
() =>
|
|
633
|
-
(
|
|
634
|
-
|
|
630
|
+
setup(v, { emit: o }) {
|
|
631
|
+
const a = v, t = o, r = g(a.autoload), n = g(a.value), c = g(a.gridCtrl.primaryKey);
|
|
632
|
+
$(
|
|
633
|
+
() => n.value,
|
|
634
|
+
(s) => {
|
|
635
|
+
t("update:value", s);
|
|
635
636
|
}
|
|
636
|
-
),
|
|
637
|
-
() =>
|
|
638
|
-
(
|
|
639
|
-
|
|
637
|
+
), $(
|
|
638
|
+
() => a.value,
|
|
639
|
+
(s) => {
|
|
640
|
+
s && (n.value = s);
|
|
640
641
|
}
|
|
641
|
-
),
|
|
642
|
-
const
|
|
643
|
-
getCheckboxProps: (
|
|
642
|
+
), a.gridCtrl.autoload = !1, a.gridCtrl.remotePage = !1, a.gridCtrl.selectable = g(!0), a.gridCtrl.buttons = g([]), a.gridCtrl.tools = [];
|
|
643
|
+
const d = ({ disabled: s, selectedKeys: u, onItemSelectAll: l, onItemSelect: i }) => ({
|
|
644
|
+
getCheckboxProps: (_) => ({
|
|
644
645
|
// 控制是否禁止
|
|
645
|
-
disabled:
|
|
646
|
+
disabled: s || _.disabled
|
|
646
647
|
}),
|
|
647
|
-
onSelectAll(
|
|
648
|
-
const
|
|
649
|
-
|
|
648
|
+
onSelectAll(_, x) {
|
|
649
|
+
const T = x.filter((P) => !P.disabled).map(({ [c.value]: P }) => P);
|
|
650
|
+
l(T, _);
|
|
650
651
|
},
|
|
651
|
-
onSelect({ [
|
|
652
|
-
|
|
652
|
+
onSelect({ [c.value]: _ }, x) {
|
|
653
|
+
i(_, x);
|
|
653
654
|
},
|
|
654
|
-
selectedRowKeys:
|
|
655
|
-
}),
|
|
656
|
-
return
|
|
657
|
-
if (
|
|
658
|
-
const
|
|
655
|
+
selectedRowKeys: u
|
|
656
|
+
}), f = g([]);
|
|
657
|
+
return E(async () => {
|
|
658
|
+
if (r.value) {
|
|
659
|
+
const s = await we(a.gridCtrl, {
|
|
659
660
|
urlKey: "list",
|
|
660
|
-
url: { ...
|
|
661
|
-
params:
|
|
661
|
+
url: { ...a.gridCtrl.gridUrl, url: a.gridCtrl.gridUrl.url },
|
|
662
|
+
params: a.gridCtrl.gridQuery,
|
|
662
663
|
loadingText: !1
|
|
663
664
|
});
|
|
664
|
-
|
|
665
|
+
f.value = (s == null ? void 0 : s.data) ?? [];
|
|
665
666
|
}
|
|
666
|
-
}), (
|
|
667
|
-
"data-source":
|
|
668
|
-
"row-key": (
|
|
669
|
-
value:
|
|
670
|
-
"onUpdate:value":
|
|
667
|
+
}), (s, u) => (p(), h(Mt, B({
|
|
668
|
+
"data-source": f.value,
|
|
669
|
+
"row-key": (l) => l[c.value],
|
|
670
|
+
value: n.value,
|
|
671
|
+
"onUpdate:value": u[0] || (u[0] = (l) => n.value = l),
|
|
671
672
|
"list-style": {
|
|
672
673
|
width: "300px",
|
|
673
674
|
height: "500px"
|
|
674
675
|
},
|
|
675
676
|
"show-select-all": !1,
|
|
676
677
|
"show-search": !0,
|
|
677
|
-
"filter-option": (
|
|
678
|
-
for (const
|
|
679
|
-
if (
|
|
678
|
+
"filter-option": (l, i) => {
|
|
679
|
+
for (const _ of a.gridCtrl.columns.value)
|
|
680
|
+
if (i[_.dataIndex].toString().indexOf(l) !== -1)
|
|
680
681
|
return !0;
|
|
681
682
|
return !1;
|
|
682
683
|
}
|
|
683
|
-
},
|
|
684
|
-
children:
|
|
685
|
-
|
|
686
|
-
columns:
|
|
687
|
-
"row-key":
|
|
688
|
-
"row-selection":
|
|
684
|
+
}, s.$attrs), {
|
|
685
|
+
children: m(({ filteredItems: l, onItemSelectAll: i, onItemSelect: _, selectedKeys: x }) => [
|
|
686
|
+
b(e(Pe), {
|
|
687
|
+
columns: v.gridCtrl.columns.value,
|
|
688
|
+
"row-key": c.value,
|
|
689
|
+
"row-selection": d({
|
|
689
690
|
disabled: !1,
|
|
690
|
-
selectedKeys:
|
|
691
|
-
onItemSelectAll:
|
|
692
|
-
onItemSelect:
|
|
691
|
+
selectedKeys: x,
|
|
692
|
+
onItemSelectAll: i,
|
|
693
|
+
onItemSelect: _
|
|
693
694
|
}),
|
|
694
695
|
bordered: !1,
|
|
695
696
|
size: "small",
|
|
696
|
-
"data-source":
|
|
697
|
+
"data-source": l,
|
|
697
698
|
scroll: { x: 300 },
|
|
698
|
-
"custom-row": (
|
|
699
|
+
"custom-row": (T) => ({
|
|
699
700
|
onClick: () => {
|
|
700
|
-
const
|
|
701
|
-
|
|
701
|
+
const P = T[c.value];
|
|
702
|
+
_(P, !x.includes(P));
|
|
702
703
|
}
|
|
703
704
|
})
|
|
704
705
|
}, null, 8, ["columns", "row-key", "row-selection", "data-source", "custom-row"])
|
|
@@ -706,7 +707,7 @@ const Da = /* @__PURE__ */ I({
|
|
|
706
707
|
_: 1
|
|
707
708
|
}, 16, ["data-source", "row-key", "value", "filter-option"]));
|
|
708
709
|
}
|
|
709
|
-
}),
|
|
710
|
+
}), Nt = /* @__PURE__ */ k({
|
|
710
711
|
__name: "index",
|
|
711
712
|
props: {
|
|
712
713
|
multiple: {
|
|
@@ -723,49 +724,49 @@ const Da = /* @__PURE__ */ I({
|
|
|
723
724
|
}
|
|
724
725
|
},
|
|
725
726
|
emits: ["change", "update:value"],
|
|
726
|
-
setup(
|
|
727
|
-
const
|
|
728
|
-
|
|
729
|
-
const
|
|
730
|
-
|
|
731
|
-
() =>
|
|
732
|
-
(
|
|
733
|
-
|
|
727
|
+
setup(v, { emit: o }) {
|
|
728
|
+
const a = v, t = a.treeCtrl, r = z(), { errInfo: n, labelText: c } = r, d = o;
|
|
729
|
+
r.inputEmit = d;
|
|
730
|
+
const f = g([]), s = g();
|
|
731
|
+
$(
|
|
732
|
+
() => a.value,
|
|
733
|
+
(l) => {
|
|
734
|
+
s.value = l ?? null;
|
|
734
735
|
},
|
|
735
736
|
{ immediate: !0 }
|
|
736
|
-
),
|
|
737
|
-
() =>
|
|
738
|
-
(
|
|
739
|
-
|
|
737
|
+
), $(
|
|
738
|
+
() => t.data.value,
|
|
739
|
+
(l) => {
|
|
740
|
+
l && (f.value = t.fieldMap ? ee(t.fieldMap, l) : l);
|
|
740
741
|
},
|
|
741
742
|
{ immediate: !0 }
|
|
742
743
|
);
|
|
743
|
-
const
|
|
744
|
-
|
|
744
|
+
const u = (l) => {
|
|
745
|
+
a.multiple ? s.value = l ?? [] : s.value = l ?? "", d("change", s.value), d("update:value", s.value);
|
|
745
746
|
};
|
|
746
|
-
return
|
|
747
|
-
|
|
747
|
+
return E(() => {
|
|
748
|
+
t.fieldMap || (t.fieldMap = {
|
|
748
749
|
label: "Name",
|
|
749
750
|
key: "Id",
|
|
750
751
|
value: "Id"
|
|
751
|
-
}),
|
|
752
|
-
}), (
|
|
753
|
-
var
|
|
754
|
-
return
|
|
755
|
-
class: [[(
|
|
752
|
+
}), t.data.value ? f.value = t.fieldMap ? ee(t.fieldMap, t.data.value) : t.data.value : a.treeCtrl.autoload && $e(a.treeCtrl);
|
|
753
|
+
}), (l, i) => {
|
|
754
|
+
var _;
|
|
755
|
+
return p(), h(e(dt), B({
|
|
756
|
+
class: [[(_ = e(n)) == null ? void 0 : _.errClass], "w-full"],
|
|
756
757
|
"tree-line": "",
|
|
757
|
-
multiple:
|
|
758
|
+
multiple: v.multiple,
|
|
758
759
|
"tree-default-expanded-keys": ["-"],
|
|
759
|
-
value:
|
|
760
|
-
"onUpdate:value":
|
|
761
|
-
"tree-data":
|
|
762
|
-
placeholder: "请选择" +
|
|
760
|
+
value: s.value,
|
|
761
|
+
"onUpdate:value": i[0] || (i[0] = (x) => s.value = x),
|
|
762
|
+
"tree-data": f.value,
|
|
763
|
+
placeholder: "请选择" + e(c),
|
|
763
764
|
"allow-clear": !0,
|
|
764
|
-
onChange:
|
|
765
|
-
},
|
|
765
|
+
onChange: u
|
|
766
|
+
}, l.$attrs), null, 16, ["class", "multiple", "value", "tree-data", "placeholder"]);
|
|
766
767
|
};
|
|
767
768
|
}
|
|
768
|
-
}),
|
|
769
|
+
}), Ba = /* @__PURE__ */ V(Nt, [["__scopeId", "data-v-64be74cc"]]), Ot = { class: "hover:bg-gray-200 w-[24px] h-[24px] rounded-md" }, Pa = /* @__PURE__ */ k({
|
|
769
770
|
__name: "index",
|
|
770
771
|
props: {
|
|
771
772
|
saveText: {},
|
|
@@ -773,28 +774,28 @@ const Da = /* @__PURE__ */ I({
|
|
|
773
774
|
cancelText: {},
|
|
774
775
|
editorCtrl: {}
|
|
775
776
|
},
|
|
776
|
-
setup(
|
|
777
|
-
const { useToken:
|
|
778
|
-
|
|
779
|
-
() =>
|
|
780
|
-
(
|
|
781
|
-
|
|
777
|
+
setup(v) {
|
|
778
|
+
const { useToken: o } = Fe, { token: a } = o(), t = g(!1), n = v.editorCtrl;
|
|
779
|
+
xe(X.EditorControl, n), $(
|
|
780
|
+
() => n.visible.value,
|
|
781
|
+
(d) => {
|
|
782
|
+
t.value = d ?? !1;
|
|
782
783
|
}
|
|
783
|
-
),
|
|
784
|
-
|
|
784
|
+
), E(() => {
|
|
785
|
+
t.value = n.visible.value ?? !1;
|
|
785
786
|
});
|
|
786
|
-
const
|
|
787
|
-
|
|
787
|
+
const c = () => {
|
|
788
|
+
ae(n);
|
|
788
789
|
};
|
|
789
|
-
return (
|
|
790
|
-
open:
|
|
791
|
-
"onUpdate:open":
|
|
790
|
+
return (d, f) => (p(), h(e(ct), {
|
|
791
|
+
open: t.value,
|
|
792
|
+
"onUpdate:open": f[4] || (f[4] = (s) => t.value = s),
|
|
792
793
|
"get-container": !1,
|
|
793
794
|
closable: !1,
|
|
794
795
|
"header-style": {
|
|
795
796
|
height: "40px",
|
|
796
797
|
padding: "10px 6px 10px 16px",
|
|
797
|
-
backgroundColor:
|
|
798
|
+
backgroundColor: e(a).colorBgLayout
|
|
798
799
|
},
|
|
799
800
|
"body-style": {
|
|
800
801
|
padding: "10px 16px"
|
|
@@ -807,11 +808,11 @@ const Da = /* @__PURE__ */ I({
|
|
|
807
808
|
boxShadow: "rgba(0, 0, 0, 0.3) -2px 0px 8px"
|
|
808
809
|
},
|
|
809
810
|
width: "420px",
|
|
810
|
-
onClose:
|
|
811
|
+
onClose: c
|
|
811
812
|
}, {
|
|
812
|
-
extra:
|
|
813
|
-
|
|
814
|
-
|
|
813
|
+
extra: m(() => [
|
|
814
|
+
S("div", Ot, [
|
|
815
|
+
b(e(Y), {
|
|
815
816
|
class: "top-[-2px] left-[2px] w-6 h-6",
|
|
816
817
|
icon: "icon-new",
|
|
817
818
|
angle: 45,
|
|
@@ -819,47 +820,47 @@ const Da = /* @__PURE__ */ I({
|
|
|
819
820
|
clickable: "",
|
|
820
821
|
color: "#666",
|
|
821
822
|
position: [0, 0],
|
|
822
|
-
onClick:
|
|
823
|
+
onClick: f[0] || (f[0] = () => e(ae)(e(n)))
|
|
823
824
|
})
|
|
824
825
|
])
|
|
825
826
|
]),
|
|
826
|
-
default:
|
|
827
|
-
|
|
827
|
+
default: m(() => [
|
|
828
|
+
I(d.$slots, "default")
|
|
828
829
|
]),
|
|
829
|
-
footer:
|
|
830
|
-
|
|
831
|
-
default:
|
|
832
|
-
|
|
830
|
+
footer: m(() => [
|
|
831
|
+
b(e(G), null, {
|
|
832
|
+
default: m(() => [
|
|
833
|
+
d.cancelText !== "" ? (p(), h(e(O), {
|
|
833
834
|
key: 0,
|
|
834
|
-
onClick:
|
|
835
|
+
onClick: f[1] || (f[1] = () => e(ae)(e(n)))
|
|
835
836
|
}, {
|
|
836
|
-
default:
|
|
837
|
-
|
|
837
|
+
default: m(() => [
|
|
838
|
+
F(D(d.cancelText ?? "取消"), 1)
|
|
838
839
|
]),
|
|
839
840
|
_: 1
|
|
840
|
-
})) :
|
|
841
|
-
|
|
841
|
+
})) : C("", !0),
|
|
842
|
+
d.saveAsText !== "" && e(n).saveAsBtnVisible !== !1 ? (p(), h(e(O), {
|
|
842
843
|
key: 1,
|
|
843
|
-
onClick:
|
|
844
|
+
onClick: f[2] || (f[2] = () => e(Qe)(e(n))),
|
|
844
845
|
type: "primary",
|
|
845
|
-
loading:
|
|
846
|
+
loading: e(n).isFormSaving.value
|
|
846
847
|
}, {
|
|
847
|
-
default:
|
|
848
|
-
|
|
848
|
+
default: m(() => [
|
|
849
|
+
F(D(d.saveAsText ?? "另存为"), 1)
|
|
849
850
|
]),
|
|
850
851
|
_: 1
|
|
851
|
-
}, 8, ["loading"])) :
|
|
852
|
-
|
|
852
|
+
}, 8, ["loading"])) : C("", !0),
|
|
853
|
+
d.saveText !== "" && e(n).saveBtnVisible !== !1 ? (p(), h(e(O), {
|
|
853
854
|
key: 2,
|
|
854
|
-
onClick:
|
|
855
|
+
onClick: f[3] || (f[3] = () => e(Se)(e(n))),
|
|
855
856
|
type: "primary",
|
|
856
|
-
loading:
|
|
857
|
+
loading: e(n).isFormSaving.value
|
|
857
858
|
}, {
|
|
858
|
-
default:
|
|
859
|
-
|
|
859
|
+
default: m(() => [
|
|
860
|
+
F(D(d.saveText ?? "保存"), 1)
|
|
860
861
|
]),
|
|
861
862
|
_: 1
|
|
862
|
-
}, 8, ["loading"])) :
|
|
863
|
+
}, 8, ["loading"])) : C("", !0)
|
|
863
864
|
]),
|
|
864
865
|
_: 1
|
|
865
866
|
})
|
|
@@ -867,45 +868,45 @@ const Da = /* @__PURE__ */ I({
|
|
|
867
868
|
_: 3
|
|
868
869
|
}, 8, ["open", "header-style"]));
|
|
869
870
|
}
|
|
870
|
-
}),
|
|
871
|
+
}), Fa = /* @__PURE__ */ k({
|
|
871
872
|
__name: "index",
|
|
872
873
|
props: {
|
|
873
874
|
labelWidth: {},
|
|
874
875
|
wrapperWidth: {},
|
|
875
876
|
editorCtrl: {}
|
|
876
877
|
},
|
|
877
|
-
setup(
|
|
878
|
-
const
|
|
879
|
-
return (
|
|
880
|
-
const
|
|
881
|
-
return
|
|
882
|
-
"label-col": { flex:
|
|
878
|
+
setup(v) {
|
|
879
|
+
const o = v, a = o.editorCtrl ?? ne(X.EditorControl, void 0);
|
|
880
|
+
return (t, r) => {
|
|
881
|
+
const n = q("submit");
|
|
882
|
+
return Q((p(), h(e(Me), {
|
|
883
|
+
"label-col": { flex: o.labelWidth ?? "85px" },
|
|
883
884
|
"wrapper-col": {
|
|
884
|
-
flex:
|
|
885
|
+
flex: o.wrapperWidth ?? "1"
|
|
885
886
|
},
|
|
886
887
|
style: {
|
|
887
888
|
display: "flex",
|
|
888
889
|
flexWrap: "wrap"
|
|
889
890
|
}
|
|
890
891
|
}, {
|
|
891
|
-
default:
|
|
892
|
-
|
|
892
|
+
default: m(() => [
|
|
893
|
+
I(t.$slots, "default")
|
|
893
894
|
]),
|
|
894
895
|
_: 3
|
|
895
896
|
}, 8, ["label-col", "wrapper-col"])), [
|
|
896
897
|
[
|
|
897
|
-
|
|
898
|
+
n,
|
|
898
899
|
() => {
|
|
899
|
-
|
|
900
|
+
e(a) && e(Se)(e(a));
|
|
900
901
|
}
|
|
901
902
|
]
|
|
902
903
|
]);
|
|
903
904
|
};
|
|
904
905
|
}
|
|
905
|
-
}),
|
|
906
|
+
}), Et = { class: "w-full flex items-center" }, zt = { class: "flex-grow" }, Kt = { class: "w-8 mt-[-2px]" }, At = {
|
|
906
907
|
key: 1,
|
|
907
908
|
class: "absolute bottom-[3px] left-[85px] text-[12px] text-[#ff4d4fcc] block"
|
|
908
|
-
},
|
|
909
|
+
}, Ma = /* @__PURE__ */ k({
|
|
909
910
|
inheritAttrs: !1,
|
|
910
911
|
__name: "formItem",
|
|
911
912
|
props: {
|
|
@@ -914,52 +915,52 @@ const Da = /* @__PURE__ */ I({
|
|
|
914
915
|
helper: {},
|
|
915
916
|
width: {}
|
|
916
917
|
},
|
|
917
|
-
setup(
|
|
918
|
-
const
|
|
918
|
+
setup(v) {
|
|
919
|
+
const o = v, a = W(), t = ne(X.EditorControl, void 0), r = Te(o, t), n = g(!1);
|
|
919
920
|
return setTimeout(() => {
|
|
920
|
-
|
|
921
|
-
}, 30), (
|
|
922
|
-
var
|
|
923
|
-
return
|
|
924
|
-
class:
|
|
921
|
+
n.value = !0;
|
|
922
|
+
}, 30), (c, d) => {
|
|
923
|
+
var f, s, u, l;
|
|
924
|
+
return p(), w("div", {
|
|
925
|
+
class: N(["w-full relative mb-1", c.width])
|
|
925
926
|
}, [
|
|
926
|
-
|
|
927
|
+
n.value ? (p(), h(e(Ne), B({
|
|
927
928
|
key: 0,
|
|
928
|
-
required: !!
|
|
929
|
+
required: !!c.rule && ((l = (u = (s = (f = e(t)) == null ? void 0 : f.formRules) == null ? void 0 : s.value) == null ? void 0 : u[c.rule]) == null ? void 0 : l.required),
|
|
929
930
|
class: "!w-[95%] relative"
|
|
930
|
-
},
|
|
931
|
-
class: [
|
|
931
|
+
}, e(a), {
|
|
932
|
+
class: [c.rule ? "" : "mb-3"]
|
|
932
933
|
}), {
|
|
933
|
-
label:
|
|
934
|
-
|
|
935
|
-
class:
|
|
936
|
-
},
|
|
934
|
+
label: m(() => [
|
|
935
|
+
S("span", {
|
|
936
|
+
class: N([e(r).errClass ? "text-[#ff4d4f]" : "", "w-full"])
|
|
937
|
+
}, D(c.label), 3)
|
|
937
938
|
]),
|
|
938
|
-
default:
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
939
|
+
default: m(() => [
|
|
940
|
+
S("div", Et, [
|
|
941
|
+
S("div", zt, [
|
|
942
|
+
I(c.$slots, "default")
|
|
942
943
|
]),
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
944
|
+
S("div", Kt, [
|
|
945
|
+
I(c.$slots, "helper", {}, () => [
|
|
946
|
+
c.helper ? (p(), h(e(bt), {
|
|
946
947
|
key: 0,
|
|
947
|
-
text:
|
|
948
|
-
}, null, 8, ["text"])) :
|
|
948
|
+
text: c.helper
|
|
949
|
+
}, null, 8, ["text"])) : C("", !0)
|
|
949
950
|
])
|
|
950
951
|
])
|
|
951
952
|
])
|
|
952
953
|
]),
|
|
953
954
|
_: 3
|
|
954
|
-
}, 16, ["required", "class"])) :
|
|
955
|
-
|
|
955
|
+
}, 16, ["required", "class"])) : C("", !0),
|
|
956
|
+
e(r).errClass ? (p(), w("span", At, D(e(r).msg), 1)) : C("", !0)
|
|
956
957
|
], 2);
|
|
957
958
|
};
|
|
958
959
|
}
|
|
959
|
-
}),
|
|
960
|
+
}), Yt = { class: "w-1/3 relative mb-1" }, Lt = { class: "flex items-center" }, Ut = { class: "flex-grow pl-1" }, Rt = {
|
|
960
961
|
key: 0,
|
|
961
962
|
class: "absolute bottom-[3px] left-[85px] text-[12px] text-[#ff4d4fcc] block"
|
|
962
|
-
},
|
|
963
|
+
}, le = /* @__PURE__ */ k({
|
|
963
964
|
inheritAttrs: !1,
|
|
964
965
|
__name: "searchItem",
|
|
965
966
|
props: {
|
|
@@ -967,92 +968,92 @@ const Da = /* @__PURE__ */ I({
|
|
|
967
968
|
width: {},
|
|
968
969
|
rule: {}
|
|
969
970
|
},
|
|
970
|
-
setup(
|
|
971
|
-
const
|
|
972
|
-
return (
|
|
973
|
-
|
|
974
|
-
required:
|
|
971
|
+
setup(v) {
|
|
972
|
+
const o = v, a = W(), t = ne(X.EditorControl, void 0), r = Te(o, t);
|
|
973
|
+
return (n, c) => (p(), w("div", Yt, [
|
|
974
|
+
b(e(Ne), B({
|
|
975
|
+
required: n.rule !== void 0,
|
|
975
976
|
class: "w-[90%] relative"
|
|
976
|
-
},
|
|
977
|
-
class: [
|
|
977
|
+
}, e(a), {
|
|
978
|
+
class: [n.rule ? "" : "mb-3", n.width],
|
|
978
979
|
labelCol: { span: 6 }
|
|
979
|
-
}),
|
|
980
|
-
default:
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
980
|
+
}), ge({
|
|
981
|
+
default: m(() => [
|
|
982
|
+
S("div", Lt, [
|
|
983
|
+
S("div", Ut, [
|
|
984
|
+
I(n.$slots, "default")
|
|
984
985
|
])
|
|
985
986
|
])
|
|
986
987
|
]),
|
|
987
988
|
_: 2
|
|
988
989
|
}, [
|
|
989
|
-
|
|
990
|
+
n.label ? {
|
|
990
991
|
name: "label",
|
|
991
|
-
fn:
|
|
992
|
-
|
|
993
|
-
class:
|
|
994
|
-
},
|
|
992
|
+
fn: m(() => [
|
|
993
|
+
S("span", {
|
|
994
|
+
class: N([e(r).errClass ? "text-[#ff4d4f]" : "", "w-full"])
|
|
995
|
+
}, D(n.label), 3)
|
|
995
996
|
]),
|
|
996
997
|
key: "0"
|
|
997
998
|
} : void 0
|
|
998
999
|
]), 1040, ["required", "class"]),
|
|
999
|
-
|
|
1000
|
+
e(r).msg ? (p(), w("span", Rt, D(e(r).msg), 1)) : C("", !0)
|
|
1000
1001
|
]));
|
|
1001
1002
|
}
|
|
1002
|
-
}),
|
|
1003
|
+
}), Na = /* @__PURE__ */ k({
|
|
1003
1004
|
__name: "index",
|
|
1004
1005
|
props: {
|
|
1005
1006
|
search: {},
|
|
1006
1007
|
gridCtrl: {}
|
|
1007
1008
|
},
|
|
1008
1009
|
emits: ["update:search"],
|
|
1009
|
-
setup(
|
|
1010
|
-
const
|
|
1011
|
-
let
|
|
1012
|
-
for (let
|
|
1013
|
-
typeof
|
|
1014
|
-
return
|
|
1015
|
-
},
|
|
1016
|
-
|
|
1010
|
+
setup(v, { emit: o }) {
|
|
1011
|
+
const a = v, t = o, r = g(0), n = g(0), c = g(0), d = (_) => {
|
|
1012
|
+
let x = 0;
|
|
1013
|
+
for (let T = 0; T < _.length; T++)
|
|
1014
|
+
typeof _[T].type == "object" && x++;
|
|
1015
|
+
return x;
|
|
1016
|
+
}, f = Ae(), s = () => {
|
|
1017
|
+
n.value = 0, c.value = 0, f.default && (n.value = d(f.default({}))), a.gridCtrl.searchBar && f.control && (c.value = d(f.control({}))), r.value = 2 - (n.value + c.value) % 3;
|
|
1017
1018
|
};
|
|
1018
|
-
|
|
1019
|
-
() =>
|
|
1019
|
+
$(
|
|
1020
|
+
() => a.gridCtrl.searchBar,
|
|
1020
1021
|
() => {
|
|
1021
|
-
|
|
1022
|
+
s();
|
|
1022
1023
|
}
|
|
1023
1024
|
);
|
|
1024
|
-
const
|
|
1025
|
-
|
|
1026
|
-
var
|
|
1027
|
-
|
|
1028
|
-
let
|
|
1029
|
-
|
|
1030
|
-
...
|
|
1025
|
+
const u = JSON.parse(JSON.stringify(a.search));
|
|
1026
|
+
E(() => {
|
|
1027
|
+
var x;
|
|
1028
|
+
s();
|
|
1029
|
+
let _ = { ...a.search };
|
|
1030
|
+
a.gridCtrl.gridQuery = {
|
|
1031
|
+
...a.gridCtrl.gridQuery,
|
|
1031
1032
|
Query: {
|
|
1032
|
-
...(
|
|
1033
|
-
...
|
|
1033
|
+
...(x = a.gridCtrl.gridQuery) == null ? void 0 : x.Query,
|
|
1034
|
+
..._
|
|
1034
1035
|
}
|
|
1035
1036
|
};
|
|
1036
1037
|
});
|
|
1037
|
-
const
|
|
1038
|
-
var
|
|
1039
|
-
let
|
|
1040
|
-
|
|
1041
|
-
...
|
|
1038
|
+
const l = () => {
|
|
1039
|
+
var x;
|
|
1040
|
+
let _ = { ...a.search };
|
|
1041
|
+
a.gridCtrl.gridQuery = {
|
|
1042
|
+
...a.gridCtrl.gridQuery,
|
|
1042
1043
|
Query: {
|
|
1043
|
-
...(
|
|
1044
|
-
...
|
|
1044
|
+
...(x = a.gridCtrl.gridQuery) == null ? void 0 : x.Query,
|
|
1045
|
+
..._
|
|
1045
1046
|
}
|
|
1046
|
-
},
|
|
1047
|
-
},
|
|
1048
|
-
const
|
|
1049
|
-
for (const
|
|
1050
|
-
|
|
1051
|
-
|
|
1047
|
+
}, a.gridCtrl.reload.value = !0;
|
|
1048
|
+
}, i = () => {
|
|
1049
|
+
const _ = JSON.parse(JSON.stringify(u));
|
|
1050
|
+
for (const x in a.search)
|
|
1051
|
+
_[x] === void 0 && (_[x] = void 0);
|
|
1052
|
+
t("update:search", _);
|
|
1052
1053
|
};
|
|
1053
|
-
return (
|
|
1054
|
-
const
|
|
1055
|
-
return
|
|
1054
|
+
return (_, x) => {
|
|
1055
|
+
const T = q("submit");
|
|
1056
|
+
return n.value + c.value > 0 ? Q((p(), h(e(Me), {
|
|
1056
1057
|
key: 0,
|
|
1057
1058
|
"label-col": { flex: "60px" },
|
|
1058
1059
|
style: {
|
|
@@ -1061,42 +1062,42 @@ const Da = /* @__PURE__ */ I({
|
|
|
1061
1062
|
},
|
|
1062
1063
|
class: "flex mb-[10px]"
|
|
1063
1064
|
}, {
|
|
1064
|
-
default:
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1065
|
+
default: m(() => [
|
|
1066
|
+
I(_.$slots, "default"),
|
|
1067
|
+
_.gridCtrl.searchBar ? I(_.$slots, "control", { key: 0 }) : C("", !0),
|
|
1068
|
+
r.value >= 1 ? (p(), h(le, {
|
|
1068
1069
|
key: 1,
|
|
1069
1070
|
class: "w-1/3"
|
|
1070
|
-
})) :
|
|
1071
|
-
|
|
1071
|
+
})) : C("", !0),
|
|
1072
|
+
r.value >= 2 ? (p(), h(le, {
|
|
1072
1073
|
key: 2,
|
|
1073
1074
|
class: "w-1/3"
|
|
1074
|
-
})) :
|
|
1075
|
-
|
|
1075
|
+
})) : C("", !0),
|
|
1076
|
+
n.value || _.gridCtrl.searchBar ? (p(), h(le, {
|
|
1076
1077
|
key: 3,
|
|
1077
1078
|
class: "w-1/3 flex justify-end text-right pr-5",
|
|
1078
1079
|
"wrapper-col": { flex: "auto" }
|
|
1079
1080
|
}, {
|
|
1080
|
-
default:
|
|
1081
|
-
|
|
1082
|
-
default:
|
|
1083
|
-
|
|
1081
|
+
default: m(() => [
|
|
1082
|
+
b(e(G), null, {
|
|
1083
|
+
default: m(() => [
|
|
1084
|
+
b(e(O), {
|
|
1084
1085
|
type: "primary",
|
|
1085
|
-
onClick:
|
|
1086
|
+
onClick: l,
|
|
1086
1087
|
icon: "icon-search"
|
|
1087
1088
|
}, {
|
|
1088
|
-
default:
|
|
1089
|
-
|
|
1089
|
+
default: m(() => x[0] || (x[0] = [
|
|
1090
|
+
F("搜索")
|
|
1090
1091
|
])),
|
|
1091
1092
|
_: 1,
|
|
1092
1093
|
__: [0]
|
|
1093
1094
|
}),
|
|
1094
|
-
|
|
1095
|
-
onClick:
|
|
1095
|
+
b(e(O), {
|
|
1096
|
+
onClick: i,
|
|
1096
1097
|
icon: "icon-reset"
|
|
1097
1098
|
}, {
|
|
1098
|
-
default:
|
|
1099
|
-
|
|
1099
|
+
default: m(() => x[1] || (x[1] = [
|
|
1100
|
+
F("重置")
|
|
1100
1101
|
])),
|
|
1101
1102
|
_: 1,
|
|
1102
1103
|
__: [1]
|
|
@@ -1106,29 +1107,29 @@ const Da = /* @__PURE__ */ I({
|
|
|
1106
1107
|
})
|
|
1107
1108
|
]),
|
|
1108
1109
|
_: 1
|
|
1109
|
-
})) :
|
|
1110
|
+
})) : C("", !0)
|
|
1110
1111
|
]),
|
|
1111
1112
|
_: 3
|
|
1112
1113
|
})), [
|
|
1113
|
-
[
|
|
1114
|
-
]) :
|
|
1114
|
+
[T, l]
|
|
1115
|
+
]) : C("", !0);
|
|
1115
1116
|
};
|
|
1116
1117
|
}
|
|
1117
|
-
}),
|
|
1118
|
+
}), jt = /* @__PURE__ */ k({
|
|
1118
1119
|
__name: "tableOperate",
|
|
1119
1120
|
props: {
|
|
1120
1121
|
record: {},
|
|
1121
1122
|
gridCtrl: {}
|
|
1122
1123
|
},
|
|
1123
|
-
setup(
|
|
1124
|
-
const
|
|
1124
|
+
setup(v) {
|
|
1125
|
+
const o = v, a = o.gridCtrl, t = [
|
|
1125
1126
|
{
|
|
1126
1127
|
key: "Edit",
|
|
1127
1128
|
label: "编辑",
|
|
1128
1129
|
type: "primary",
|
|
1129
1130
|
visible: !0,
|
|
1130
1131
|
permit: ":edit",
|
|
1131
|
-
click: () =>
|
|
1132
|
+
click: () => Ve(a, o.record)
|
|
1132
1133
|
},
|
|
1133
1134
|
{
|
|
1134
1135
|
key: "Delete",
|
|
@@ -1139,111 +1140,111 @@ const Da = /* @__PURE__ */ I({
|
|
|
1139
1140
|
permit: ":delete",
|
|
1140
1141
|
confirm: !0,
|
|
1141
1142
|
confirmText: "是否删除此记录?",
|
|
1142
|
-
click: () =>
|
|
1143
|
+
click: () => He(a, o.record)
|
|
1143
1144
|
}
|
|
1144
|
-
], { buttons:
|
|
1145
|
-
if (typeof
|
|
1146
|
-
return
|
|
1147
|
-
if (typeof
|
|
1148
|
-
return
|
|
1149
|
-
if (
|
|
1150
|
-
switch (
|
|
1145
|
+
], { buttons: r, menus: n } = De(t, 0, a.operates), c = (d) => {
|
|
1146
|
+
if (typeof d.disabled == "boolean")
|
|
1147
|
+
return d.disabled;
|
|
1148
|
+
if (typeof d.disabled == "function")
|
|
1149
|
+
return j(d, o.record) ?? !1;
|
|
1150
|
+
if (o.record.hasOwnProperty("Enabled"))
|
|
1151
|
+
switch (d.key) {
|
|
1151
1152
|
case "Edit":
|
|
1152
|
-
return !
|
|
1153
|
+
return !o.record.Enabled;
|
|
1153
1154
|
case "Delete":
|
|
1154
|
-
return !!
|
|
1155
|
+
return !!o.record.Enabled;
|
|
1155
1156
|
}
|
|
1156
1157
|
return !1;
|
|
1157
1158
|
};
|
|
1158
|
-
return (
|
|
1159
|
-
const
|
|
1160
|
-
return
|
|
1159
|
+
return (d, f) => {
|
|
1160
|
+
const s = q("role"), u = q("permit");
|
|
1161
|
+
return p(), h(e(me), { theme: {
|
|
1161
1162
|
token: {
|
|
1162
1163
|
fontSize: 13
|
|
1163
1164
|
}
|
|
1164
1165
|
} }, {
|
|
1165
|
-
default:
|
|
1166
|
-
|
|
1167
|
-
default:
|
|
1168
|
-
(
|
|
1169
|
-
key:
|
|
1166
|
+
default: m(() => [
|
|
1167
|
+
b(e(G), null, {
|
|
1168
|
+
default: m(() => [
|
|
1169
|
+
(p(!0), w(M, null, L(e(r), (l) => (p(), w(M, {
|
|
1170
|
+
key: l.key
|
|
1170
1171
|
}, [
|
|
1171
|
-
|
|
1172
|
+
e(H)(l, o.record) ? (p(), h(e(pt), {
|
|
1172
1173
|
key: 0,
|
|
1173
|
-
disabled: l
|
|
1174
|
+
disabled: c(l) || !l.confirm,
|
|
1174
1175
|
cancelText: "否",
|
|
1175
1176
|
okText: "是",
|
|
1176
|
-
title:
|
|
1177
|
+
title: l.confirmText,
|
|
1177
1178
|
okButtonProps: { size: "small" },
|
|
1178
1179
|
cancelButtonProps: { size: "small" },
|
|
1179
|
-
onConfirm: (
|
|
1180
|
+
onConfirm: (i) => e(U)(l, e(a).page, e(a), o.record, !0)
|
|
1180
1181
|
}, {
|
|
1181
|
-
default:
|
|
1182
|
-
|
|
1183
|
-
key:
|
|
1184
|
-
type:
|
|
1185
|
-
danger:
|
|
1186
|
-
disabled: l
|
|
1187
|
-
onClick: (
|
|
1182
|
+
default: m(() => [
|
|
1183
|
+
e(H)(l, o.record) ? Q((p(), h(e(Be), {
|
|
1184
|
+
key: l.key,
|
|
1185
|
+
type: l.type ?? "text",
|
|
1186
|
+
danger: l.danger,
|
|
1187
|
+
disabled: c(l),
|
|
1188
|
+
onClick: (i) => e(U)(l, e(a).page, e(a), o.record),
|
|
1188
1189
|
size: "small",
|
|
1189
|
-
style:
|
|
1190
|
-
padding:
|
|
1190
|
+
style: se({
|
|
1191
|
+
padding: l.type ?? "0px 4px"
|
|
1191
1192
|
})
|
|
1192
1193
|
}, {
|
|
1193
|
-
default:
|
|
1194
|
-
|
|
1194
|
+
default: m(() => [
|
|
1195
|
+
F(D(l.label), 1)
|
|
1195
1196
|
]),
|
|
1196
1197
|
_: 2
|
|
1197
1198
|
}, 1032, ["type", "danger", "disabled", "onClick", "style"])), [
|
|
1198
|
-
[
|
|
1199
|
-
[
|
|
1200
|
-
]) :
|
|
1199
|
+
[s, l.role],
|
|
1200
|
+
[u, l.permit]
|
|
1201
|
+
]) : C("", !0)
|
|
1201
1202
|
]),
|
|
1202
1203
|
_: 2
|
|
1203
|
-
}, 1032, ["disabled", "title", "onConfirm"])) :
|
|
1204
|
+
}, 1032, ["disabled", "title", "onConfirm"])) : C("", !0)
|
|
1204
1205
|
], 64))), 128)),
|
|
1205
|
-
|
|
1206
|
+
d.record.Enabled == 1 ? (p(), h(e(me), {
|
|
1206
1207
|
key: 0,
|
|
1207
1208
|
autoInsertSpaceInButton: !1
|
|
1208
1209
|
}, {
|
|
1209
|
-
default:
|
|
1210
|
-
|
|
1210
|
+
default: m(() => [
|
|
1211
|
+
e(n).length > 0 ? (p(), h(e(ft), {
|
|
1211
1212
|
key: 0,
|
|
1212
1213
|
size: "small"
|
|
1213
1214
|
}, {
|
|
1214
|
-
overlay:
|
|
1215
|
-
|
|
1216
|
-
default:
|
|
1217
|
-
(
|
|
1218
|
-
key:
|
|
1215
|
+
overlay: m(() => [
|
|
1216
|
+
b(e(ue), null, {
|
|
1217
|
+
default: m(() => [
|
|
1218
|
+
(p(!0), w(M, null, L(e(n), (l) => (p(), w(M, {
|
|
1219
|
+
key: l.key
|
|
1219
1220
|
}, [
|
|
1220
|
-
|
|
1221
|
+
e(H)(l, o.record) ? Q((p(), h(e(ie), {
|
|
1221
1222
|
key: 0,
|
|
1222
|
-
disabled: l
|
|
1223
|
-
onClick: (
|
|
1223
|
+
disabled: c(l),
|
|
1224
|
+
onClick: (i) => e(U)(l, e(a).page, e(a), o.record)
|
|
1224
1225
|
}, {
|
|
1225
|
-
default:
|
|
1226
|
-
|
|
1226
|
+
default: m(() => [
|
|
1227
|
+
F(D(l.label), 1)
|
|
1227
1228
|
]),
|
|
1228
1229
|
_: 2
|
|
1229
1230
|
}, 1032, ["disabled", "onClick"])), [
|
|
1230
|
-
[
|
|
1231
|
-
[
|
|
1232
|
-
]) :
|
|
1231
|
+
[s, l.role],
|
|
1232
|
+
[u, l.permit]
|
|
1233
|
+
]) : C("", !0)
|
|
1233
1234
|
], 64))), 128))
|
|
1234
1235
|
]),
|
|
1235
1236
|
_: 1
|
|
1236
1237
|
})
|
|
1237
1238
|
]),
|
|
1238
|
-
default:
|
|
1239
|
-
|
|
1239
|
+
default: m(() => [
|
|
1240
|
+
f[0] || (f[0] = F(" 更多 "))
|
|
1240
1241
|
]),
|
|
1241
1242
|
_: 1,
|
|
1242
1243
|
__: [0]
|
|
1243
|
-
})) :
|
|
1244
|
+
})) : C("", !0)
|
|
1244
1245
|
]),
|
|
1245
1246
|
_: 1
|
|
1246
|
-
})) :
|
|
1247
|
+
})) : C("", !0)
|
|
1247
1248
|
]),
|
|
1248
1249
|
_: 1
|
|
1249
1250
|
})
|
|
@@ -1252,1633 +1253,94 @@ const Da = /* @__PURE__ */ I({
|
|
|
1252
1253
|
});
|
|
1253
1254
|
};
|
|
1254
1255
|
}
|
|
1255
|
-
})
|
|
1256
|
-
/*!
|
|
1257
|
-
* vue-draggable-next v2.2.0
|
|
1258
|
-
* (c) 2023 Anish George
|
|
1259
|
-
* @license MIT
|
|
1260
|
-
*/
|
|
1261
|
-
/**!
|
|
1262
|
-
* Sortable 1.14.0
|
|
1263
|
-
* @author RubaXa <trash@rubaxa.org>
|
|
1264
|
-
* @author owenm <owen23355@gmail.com>
|
|
1265
|
-
* @license MIT
|
|
1266
|
-
*/
|
|
1267
|
-
function un(r, e) {
|
|
1268
|
-
var t = Object.keys(r);
|
|
1269
|
-
if (Object.getOwnPropertySymbols) {
|
|
1270
|
-
var n = Object.getOwnPropertySymbols(r);
|
|
1271
|
-
e && (n = n.filter(function(o) {
|
|
1272
|
-
return Object.getOwnPropertyDescriptor(r, o).enumerable;
|
|
1273
|
-
})), t.push.apply(t, n);
|
|
1274
|
-
}
|
|
1275
|
-
return t;
|
|
1276
|
-
}
|
|
1277
|
-
function ue(r) {
|
|
1278
|
-
for (var e = 1; e < arguments.length; e++) {
|
|
1279
|
-
var t = arguments[e] != null ? arguments[e] : {};
|
|
1280
|
-
e % 2 ? un(Object(t), !0).forEach(function(n) {
|
|
1281
|
-
uo(r, n, t[n]);
|
|
1282
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(r, Object.getOwnPropertyDescriptors(t)) : un(Object(t)).forEach(function(n) {
|
|
1283
|
-
Object.defineProperty(r, n, Object.getOwnPropertyDescriptor(t, n));
|
|
1284
|
-
});
|
|
1285
|
-
}
|
|
1286
|
-
return r;
|
|
1287
|
-
}
|
|
1288
|
-
function pt(r) {
|
|
1289
|
-
"@babel/helpers - typeof";
|
|
1290
|
-
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? pt = function(e) {
|
|
1291
|
-
return typeof e;
|
|
1292
|
-
} : pt = function(e) {
|
|
1293
|
-
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
1294
|
-
}, pt(r);
|
|
1295
|
-
}
|
|
1296
|
-
function uo(r, e, t) {
|
|
1297
|
-
return e in r ? Object.defineProperty(r, e, {
|
|
1298
|
-
value: t,
|
|
1299
|
-
enumerable: !0,
|
|
1300
|
-
configurable: !0,
|
|
1301
|
-
writable: !0
|
|
1302
|
-
}) : r[e] = t, r;
|
|
1303
|
-
}
|
|
1304
|
-
function he() {
|
|
1305
|
-
return he = Object.assign || function(r) {
|
|
1306
|
-
for (var e = 1; e < arguments.length; e++) {
|
|
1307
|
-
var t = arguments[e];
|
|
1308
|
-
for (var n in t)
|
|
1309
|
-
Object.prototype.hasOwnProperty.call(t, n) && (r[n] = t[n]);
|
|
1310
|
-
}
|
|
1311
|
-
return r;
|
|
1312
|
-
}, he.apply(this, arguments);
|
|
1313
|
-
}
|
|
1314
|
-
function co(r, e) {
|
|
1315
|
-
if (r == null) return {};
|
|
1316
|
-
var t = {}, n = Object.keys(r), o, a;
|
|
1317
|
-
for (a = 0; a < n.length; a++)
|
|
1318
|
-
o = n[a], !(e.indexOf(o) >= 0) && (t[o] = r[o]);
|
|
1319
|
-
return t;
|
|
1320
|
-
}
|
|
1321
|
-
function fo(r, e) {
|
|
1322
|
-
if (r == null) return {};
|
|
1323
|
-
var t = co(r, e), n, o;
|
|
1324
|
-
if (Object.getOwnPropertySymbols) {
|
|
1325
|
-
var a = Object.getOwnPropertySymbols(r);
|
|
1326
|
-
for (o = 0; o < a.length; o++)
|
|
1327
|
-
n = a[o], !(e.indexOf(n) >= 0) && Object.prototype.propertyIsEnumerable.call(r, n) && (t[n] = r[n]);
|
|
1328
|
-
}
|
|
1329
|
-
return t;
|
|
1330
|
-
}
|
|
1331
|
-
var po = "1.14.0";
|
|
1332
|
-
function pe(r) {
|
|
1333
|
-
if (typeof window < "u" && window.navigator)
|
|
1334
|
-
return !!/* @__PURE__ */ navigator.userAgent.match(r);
|
|
1335
|
-
}
|
|
1336
|
-
var me = pe(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), at = pe(/Edge/i), dn = pe(/firefox/i), Qe = pe(/safari/i) && !pe(/chrome/i) && !pe(/android/i), Ln = pe(/iP(ad|od|hone)/i), ho = pe(/chrome/i) && pe(/android/i), Yn = {
|
|
1337
|
-
capture: !1,
|
|
1338
|
-
passive: !1
|
|
1339
|
-
};
|
|
1340
|
-
function T(r, e, t) {
|
|
1341
|
-
r.addEventListener(e, t, !me && Yn);
|
|
1342
|
-
}
|
|
1343
|
-
function S(r, e, t) {
|
|
1344
|
-
r.removeEventListener(e, t, !me && Yn);
|
|
1345
|
-
}
|
|
1346
|
-
function yt(r, e) {
|
|
1347
|
-
if (e) {
|
|
1348
|
-
if (e[0] === ">" && (e = e.substring(1)), r)
|
|
1349
|
-
try {
|
|
1350
|
-
if (r.matches)
|
|
1351
|
-
return r.matches(e);
|
|
1352
|
-
if (r.msMatchesSelector)
|
|
1353
|
-
return r.msMatchesSelector(e);
|
|
1354
|
-
if (r.webkitMatchesSelector)
|
|
1355
|
-
return r.webkitMatchesSelector(e);
|
|
1356
|
-
} catch {
|
|
1357
|
-
return !1;
|
|
1358
|
-
}
|
|
1359
|
-
return !1;
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1362
|
-
function mo(r) {
|
|
1363
|
-
return r.host && r !== document && r.host.nodeType ? r.host : r.parentNode;
|
|
1364
|
-
}
|
|
1365
|
-
function ae(r, e, t, n) {
|
|
1366
|
-
if (r) {
|
|
1367
|
-
t = t || document;
|
|
1368
|
-
do {
|
|
1369
|
-
if (e != null && (e[0] === ">" ? r.parentNode === t && yt(r, e) : yt(r, e)) || n && r === t)
|
|
1370
|
-
return r;
|
|
1371
|
-
if (r === t) break;
|
|
1372
|
-
} while (r = mo(r));
|
|
1373
|
-
}
|
|
1374
|
-
return null;
|
|
1375
|
-
}
|
|
1376
|
-
var cn = /\s+/g;
|
|
1377
|
-
function J(r, e, t) {
|
|
1378
|
-
if (r && e)
|
|
1379
|
-
if (r.classList)
|
|
1380
|
-
r.classList[t ? "add" : "remove"](e);
|
|
1381
|
-
else {
|
|
1382
|
-
var n = (" " + r.className + " ").replace(cn, " ").replace(" " + e + " ", " ");
|
|
1383
|
-
r.className = (n + (t ? " " + e : "")).replace(cn, " ");
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
function _(r, e, t) {
|
|
1387
|
-
var n = r && r.style;
|
|
1388
|
-
if (n) {
|
|
1389
|
-
if (t === void 0)
|
|
1390
|
-
return document.defaultView && document.defaultView.getComputedStyle ? t = document.defaultView.getComputedStyle(r, "") : r.currentStyle && (t = r.currentStyle), e === void 0 ? t : t[e];
|
|
1391
|
-
!(e in n) && e.indexOf("webkit") === -1 && (e = "-webkit-" + e), n[e] = t + (typeof t == "string" ? "" : "px");
|
|
1392
|
-
}
|
|
1393
|
-
}
|
|
1394
|
-
function Re(r, e) {
|
|
1395
|
-
var t = "";
|
|
1396
|
-
if (typeof r == "string")
|
|
1397
|
-
t = r;
|
|
1398
|
-
else
|
|
1399
|
-
do {
|
|
1400
|
-
var n = _(r, "transform");
|
|
1401
|
-
n && n !== "none" && (t = n + " " + t);
|
|
1402
|
-
} while (!e && (r = r.parentNode));
|
|
1403
|
-
var o = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
|
|
1404
|
-
return o && new o(t);
|
|
1405
|
-
}
|
|
1406
|
-
function Rn(r, e, t) {
|
|
1407
|
-
if (r) {
|
|
1408
|
-
var n = r.getElementsByTagName(e), o = 0, a = n.length;
|
|
1409
|
-
if (t)
|
|
1410
|
-
for (; o < a; o++)
|
|
1411
|
-
t(n[o], o);
|
|
1412
|
-
return n;
|
|
1413
|
-
}
|
|
1414
|
-
return [];
|
|
1415
|
-
}
|
|
1416
|
-
function se() {
|
|
1417
|
-
var r = document.scrollingElement;
|
|
1418
|
-
return r || document.documentElement;
|
|
1419
|
-
}
|
|
1420
|
-
function z(r, e, t, n, o) {
|
|
1421
|
-
if (!(!r.getBoundingClientRect && r !== window)) {
|
|
1422
|
-
var a, l, s, c, d, f, i;
|
|
1423
|
-
if (r !== window && r.parentNode && r !== se() ? (a = r.getBoundingClientRect(), l = a.top, s = a.left, c = a.bottom, d = a.right, f = a.height, i = a.width) : (l = 0, s = 0, c = window.innerHeight, d = window.innerWidth, f = window.innerHeight, i = window.innerWidth), (e || t) && r !== window && (o = o || r.parentNode, !me))
|
|
1424
|
-
do
|
|
1425
|
-
if (o && o.getBoundingClientRect && (_(o, "transform") !== "none" || t && _(o, "position") !== "static")) {
|
|
1426
|
-
var p = o.getBoundingClientRect();
|
|
1427
|
-
l -= p.top + parseInt(_(o, "border-top-width")), s -= p.left + parseInt(_(o, "border-left-width")), c = l + a.height, d = s + a.width;
|
|
1428
|
-
break;
|
|
1429
|
-
}
|
|
1430
|
-
while (o = o.parentNode);
|
|
1431
|
-
if (n && r !== window) {
|
|
1432
|
-
var h = Re(o || r), v = h && h.a, w = h && h.d;
|
|
1433
|
-
h && (l /= w, s /= v, i /= v, f /= w, c = l + f, d = s + i);
|
|
1434
|
-
}
|
|
1435
|
-
return {
|
|
1436
|
-
top: l,
|
|
1437
|
-
left: s,
|
|
1438
|
-
bottom: c,
|
|
1439
|
-
right: d,
|
|
1440
|
-
width: i,
|
|
1441
|
-
height: f
|
|
1442
|
-
};
|
|
1443
|
-
}
|
|
1444
|
-
}
|
|
1445
|
-
function fn(r, e, t) {
|
|
1446
|
-
for (var n = ye(r, !0), o = z(r)[e]; n; ) {
|
|
1447
|
-
var a = z(n)[t], l = void 0;
|
|
1448
|
-
if (l = o >= a, !l) return n;
|
|
1449
|
-
if (n === se()) break;
|
|
1450
|
-
n = ye(n, !1);
|
|
1451
|
-
}
|
|
1452
|
-
return !1;
|
|
1453
|
-
}
|
|
1454
|
-
function ze(r, e, t, n) {
|
|
1455
|
-
for (var o = 0, a = 0, l = r.children; a < l.length; ) {
|
|
1456
|
-
if (l[a].style.display !== "none" && l[a] !== y.ghost && (n || l[a] !== y.dragged) && ae(l[a], t.draggable, r, !1)) {
|
|
1457
|
-
if (o === e)
|
|
1458
|
-
return l[a];
|
|
1459
|
-
o++;
|
|
1460
|
-
}
|
|
1461
|
-
a++;
|
|
1462
|
-
}
|
|
1463
|
-
return null;
|
|
1464
|
-
}
|
|
1465
|
-
function Jt(r, e) {
|
|
1466
|
-
for (var t = r.lastElementChild; t && (t === y.ghost || _(t, "display") === "none" || e && !yt(t, e)); )
|
|
1467
|
-
t = t.previousElementSibling;
|
|
1468
|
-
return t || null;
|
|
1469
|
-
}
|
|
1470
|
-
function te(r, e) {
|
|
1471
|
-
var t = 0;
|
|
1472
|
-
if (!r || !r.parentNode)
|
|
1473
|
-
return -1;
|
|
1474
|
-
for (; r = r.previousElementSibling; )
|
|
1475
|
-
r.nodeName.toUpperCase() !== "TEMPLATE" && r !== y.clone && (!e || yt(r, e)) && t++;
|
|
1476
|
-
return t;
|
|
1477
|
-
}
|
|
1478
|
-
function pn(r) {
|
|
1479
|
-
var e = 0, t = 0, n = se();
|
|
1480
|
-
if (r)
|
|
1481
|
-
do {
|
|
1482
|
-
var o = Re(r), a = o.a, l = o.d;
|
|
1483
|
-
e += r.scrollLeft * a, t += r.scrollTop * l;
|
|
1484
|
-
} while (r !== n && (r = r.parentNode));
|
|
1485
|
-
return [e, t];
|
|
1486
|
-
}
|
|
1487
|
-
function go(r, e) {
|
|
1488
|
-
for (var t in r)
|
|
1489
|
-
if (r.hasOwnProperty(t)) {
|
|
1490
|
-
for (var n in e)
|
|
1491
|
-
if (e.hasOwnProperty(n) && e[n] === r[t][n]) return Number(t);
|
|
1492
|
-
}
|
|
1493
|
-
return -1;
|
|
1494
|
-
}
|
|
1495
|
-
function ye(r, e) {
|
|
1496
|
-
if (!r || !r.getBoundingClientRect) return se();
|
|
1497
|
-
var t = r, n = !1;
|
|
1498
|
-
do
|
|
1499
|
-
if (t.clientWidth < t.scrollWidth || t.clientHeight < t.scrollHeight) {
|
|
1500
|
-
var o = _(t);
|
|
1501
|
-
if (t.clientWidth < t.scrollWidth && (o.overflowX == "auto" || o.overflowX == "scroll") || t.clientHeight < t.scrollHeight && (o.overflowY == "auto" || o.overflowY == "scroll")) {
|
|
1502
|
-
if (!t.getBoundingClientRect || t === document.body) return se();
|
|
1503
|
-
if (n || e) return t;
|
|
1504
|
-
n = !0;
|
|
1505
|
-
}
|
|
1506
|
-
}
|
|
1507
|
-
while (t = t.parentNode);
|
|
1508
|
-
return se();
|
|
1509
|
-
}
|
|
1510
|
-
function vo(r, e) {
|
|
1511
|
-
if (r && e)
|
|
1512
|
-
for (var t in e)
|
|
1513
|
-
e.hasOwnProperty(t) && (r[t] = e[t]);
|
|
1514
|
-
return r;
|
|
1515
|
-
}
|
|
1516
|
-
function kt(r, e) {
|
|
1517
|
-
return Math.round(r.top) === Math.round(e.top) && Math.round(r.left) === Math.round(e.left) && Math.round(r.height) === Math.round(e.height) && Math.round(r.width) === Math.round(e.width);
|
|
1518
|
-
}
|
|
1519
|
-
var Je;
|
|
1520
|
-
function zn(r, e) {
|
|
1521
|
-
return function() {
|
|
1522
|
-
if (!Je) {
|
|
1523
|
-
var t = arguments, n = this;
|
|
1524
|
-
t.length === 1 ? r.call(n, t[0]) : r.apply(n, t), Je = setTimeout(function() {
|
|
1525
|
-
Je = void 0;
|
|
1526
|
-
}, e);
|
|
1527
|
-
}
|
|
1528
|
-
};
|
|
1529
|
-
}
|
|
1530
|
-
function bo() {
|
|
1531
|
-
clearTimeout(Je), Je = void 0;
|
|
1532
|
-
}
|
|
1533
|
-
function jn(r, e, t) {
|
|
1534
|
-
r.scrollLeft += e, r.scrollTop += t;
|
|
1535
|
-
}
|
|
1536
|
-
function Un(r) {
|
|
1537
|
-
var e = window.Polymer, t = window.jQuery || window.Zepto;
|
|
1538
|
-
return e && e.dom ? e.dom(r).cloneNode(!0) : t ? t(r).clone(!0)[0] : r.cloneNode(!0);
|
|
1539
|
-
}
|
|
1540
|
-
var ee = "Sortable" + (/* @__PURE__ */ new Date()).getTime();
|
|
1541
|
-
function _o() {
|
|
1542
|
-
var r = [], e;
|
|
1543
|
-
return {
|
|
1544
|
-
captureAnimationState: function() {
|
|
1545
|
-
if (r = [], !!this.options.animation) {
|
|
1546
|
-
var n = [].slice.call(this.el.children);
|
|
1547
|
-
n.forEach(function(o) {
|
|
1548
|
-
if (!(_(o, "display") === "none" || o === y.ghost)) {
|
|
1549
|
-
r.push({
|
|
1550
|
-
target: o,
|
|
1551
|
-
rect: z(o)
|
|
1552
|
-
});
|
|
1553
|
-
var a = ue({}, r[r.length - 1].rect);
|
|
1554
|
-
if (o.thisAnimationDuration) {
|
|
1555
|
-
var l = Re(o, !0);
|
|
1556
|
-
l && (a.top -= l.f, a.left -= l.e);
|
|
1557
|
-
}
|
|
1558
|
-
o.fromRect = a;
|
|
1559
|
-
}
|
|
1560
|
-
});
|
|
1561
|
-
}
|
|
1562
|
-
},
|
|
1563
|
-
addAnimationState: function(n) {
|
|
1564
|
-
r.push(n);
|
|
1565
|
-
},
|
|
1566
|
-
removeAnimationState: function(n) {
|
|
1567
|
-
r.splice(go(r, {
|
|
1568
|
-
target: n
|
|
1569
|
-
}), 1);
|
|
1570
|
-
},
|
|
1571
|
-
animateAll: function(n) {
|
|
1572
|
-
var o = this;
|
|
1573
|
-
if (!this.options.animation) {
|
|
1574
|
-
clearTimeout(e), typeof n == "function" && n();
|
|
1575
|
-
return;
|
|
1576
|
-
}
|
|
1577
|
-
var a = !1, l = 0;
|
|
1578
|
-
r.forEach(function(s) {
|
|
1579
|
-
var c = 0, d = s.target, f = d.fromRect, i = z(d), p = d.prevFromRect, h = d.prevToRect, v = s.rect, w = Re(d, !0);
|
|
1580
|
-
w && (i.top -= w.f, i.left -= w.e), d.toRect = i, d.thisAnimationDuration && kt(p, i) && !kt(f, i) && // Make sure animatingRect is on line between toRect & fromRect
|
|
1581
|
-
(v.top - i.top) / (v.left - i.left) === (f.top - i.top) / (f.left - i.left) && (c = wo(v, p, h, o.options)), kt(i, f) || (d.prevFromRect = f, d.prevToRect = i, c || (c = o.options.animation), o.animate(d, v, i, c)), c && (a = !0, l = Math.max(l, c), clearTimeout(d.animationResetTimer), d.animationResetTimer = setTimeout(function() {
|
|
1582
|
-
d.animationTime = 0, d.prevFromRect = null, d.fromRect = null, d.prevToRect = null, d.thisAnimationDuration = null;
|
|
1583
|
-
}, c), d.thisAnimationDuration = c);
|
|
1584
|
-
}), clearTimeout(e), a ? e = setTimeout(function() {
|
|
1585
|
-
typeof n == "function" && n();
|
|
1586
|
-
}, l) : typeof n == "function" && n(), r = [];
|
|
1587
|
-
},
|
|
1588
|
-
animate: function(n, o, a, l) {
|
|
1589
|
-
if (l) {
|
|
1590
|
-
_(n, "transition", ""), _(n, "transform", "");
|
|
1591
|
-
var s = Re(this.el), c = s && s.a, d = s && s.d, f = (o.left - a.left) / (c || 1), i = (o.top - a.top) / (d || 1);
|
|
1592
|
-
n.animatingX = !!f, n.animatingY = !!i, _(n, "transform", "translate3d(" + f + "px," + i + "px,0)"), this.forRepaintDummy = yo(n), _(n, "transition", "transform " + l + "ms" + (this.options.easing ? " " + this.options.easing : "")), _(n, "transform", "translate3d(0,0,0)"), typeof n.animated == "number" && clearTimeout(n.animated), n.animated = setTimeout(function() {
|
|
1593
|
-
_(n, "transition", ""), _(n, "transform", ""), n.animated = !1, n.animatingX = !1, n.animatingY = !1;
|
|
1594
|
-
}, l);
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
};
|
|
1598
|
-
}
|
|
1599
|
-
function yo(r) {
|
|
1600
|
-
return r.offsetWidth;
|
|
1601
|
-
}
|
|
1602
|
-
function wo(r, e, t, n) {
|
|
1603
|
-
return Math.sqrt(Math.pow(e.top - r.top, 2) + Math.pow(e.left - r.left, 2)) / Math.sqrt(Math.pow(e.top - t.top, 2) + Math.pow(e.left - t.left, 2)) * n.animation;
|
|
1604
|
-
}
|
|
1605
|
-
var Me = [], It = {
|
|
1606
|
-
initializeByDefault: !0
|
|
1607
|
-
}, lt = {
|
|
1608
|
-
mount: function(e) {
|
|
1609
|
-
for (var t in It)
|
|
1610
|
-
It.hasOwnProperty(t) && !(t in e) && (e[t] = It[t]);
|
|
1611
|
-
Me.forEach(function(n) {
|
|
1612
|
-
if (n.pluginName === e.pluginName)
|
|
1613
|
-
throw "Sortable: Cannot mount plugin ".concat(e.pluginName, " more than once");
|
|
1614
|
-
}), Me.push(e);
|
|
1615
|
-
},
|
|
1616
|
-
pluginEvent: function(e, t, n) {
|
|
1617
|
-
var o = this;
|
|
1618
|
-
this.eventCanceled = !1, n.cancel = function() {
|
|
1619
|
-
o.eventCanceled = !0;
|
|
1620
|
-
};
|
|
1621
|
-
var a = e + "Global";
|
|
1622
|
-
Me.forEach(function(l) {
|
|
1623
|
-
t[l.pluginName] && (t[l.pluginName][a] && t[l.pluginName][a](ue({
|
|
1624
|
-
sortable: t
|
|
1625
|
-
}, n)), t.options[l.pluginName] && t[l.pluginName][e] && t[l.pluginName][e](ue({
|
|
1626
|
-
sortable: t
|
|
1627
|
-
}, n)));
|
|
1628
|
-
});
|
|
1629
|
-
},
|
|
1630
|
-
initializePlugins: function(e, t, n, o) {
|
|
1631
|
-
Me.forEach(function(s) {
|
|
1632
|
-
var c = s.pluginName;
|
|
1633
|
-
if (!(!e.options[c] && !s.initializeByDefault)) {
|
|
1634
|
-
var d = new s(e, t, e.options);
|
|
1635
|
-
d.sortable = e, d.options = e.options, e[c] = d, he(n, d.defaults);
|
|
1636
|
-
}
|
|
1637
|
-
});
|
|
1638
|
-
for (var a in e.options)
|
|
1639
|
-
if (e.options.hasOwnProperty(a)) {
|
|
1640
|
-
var l = this.modifyOption(e, a, e.options[a]);
|
|
1641
|
-
typeof l < "u" && (e.options[a] = l);
|
|
1642
|
-
}
|
|
1643
|
-
},
|
|
1644
|
-
getEventProperties: function(e, t) {
|
|
1645
|
-
var n = {};
|
|
1646
|
-
return Me.forEach(function(o) {
|
|
1647
|
-
typeof o.eventProperties == "function" && he(n, o.eventProperties.call(t[o.pluginName], e));
|
|
1648
|
-
}), n;
|
|
1649
|
-
},
|
|
1650
|
-
modifyOption: function(e, t, n) {
|
|
1651
|
-
var o;
|
|
1652
|
-
return Me.forEach(function(a) {
|
|
1653
|
-
e[a.pluginName] && a.optionListeners && typeof a.optionListeners[t] == "function" && (o = a.optionListeners[t].call(e[a.pluginName], n));
|
|
1654
|
-
}), o;
|
|
1655
|
-
}
|
|
1656
|
-
};
|
|
1657
|
-
function xo(r) {
|
|
1658
|
-
var e = r.sortable, t = r.rootEl, n = r.name, o = r.targetEl, a = r.cloneEl, l = r.toEl, s = r.fromEl, c = r.oldIndex, d = r.newIndex, f = r.oldDraggableIndex, i = r.newDraggableIndex, p = r.originalEvent, h = r.putSortable, v = r.extraEventProperties;
|
|
1659
|
-
if (e = e || t && t[ee], !!e) {
|
|
1660
|
-
var w, $ = e.options, x = "on" + n.charAt(0).toUpperCase() + n.substr(1);
|
|
1661
|
-
window.CustomEvent && !me && !at ? w = new CustomEvent(n, {
|
|
1662
|
-
bubbles: !0,
|
|
1663
|
-
cancelable: !0
|
|
1664
|
-
}) : (w = document.createEvent("Event"), w.initEvent(n, !0, !0)), w.to = l || t, w.from = s || t, w.item = o || t, w.clone = a, w.oldIndex = c, w.newIndex = d, w.oldDraggableIndex = f, w.newDraggableIndex = i, w.originalEvent = p, w.pullMode = h ? h.lastPutMode : void 0;
|
|
1665
|
-
var A = ue(ue({}, v), lt.getEventProperties(n, e));
|
|
1666
|
-
for (var L in A)
|
|
1667
|
-
w[L] = A[L];
|
|
1668
|
-
t && t.dispatchEvent(w), $[x] && $[x].call(e, w);
|
|
1669
|
-
}
|
|
1670
|
-
}
|
|
1671
|
-
var Co = ["evt"], K = function(e, t) {
|
|
1672
|
-
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, o = n.evt, a = fo(n, Co);
|
|
1673
|
-
lt.pluginEvent.bind(y)(e, t, ue({
|
|
1674
|
-
dragEl: m,
|
|
1675
|
-
parentEl: F,
|
|
1676
|
-
ghostEl: E,
|
|
1677
|
-
rootEl: N,
|
|
1678
|
-
nextEl: Oe,
|
|
1679
|
-
lastDownEl: ht,
|
|
1680
|
-
cloneEl: B,
|
|
1681
|
-
cloneHidden: _e,
|
|
1682
|
-
dragStarted: Ke,
|
|
1683
|
-
putSortable: j,
|
|
1684
|
-
activeSortable: y.active,
|
|
1685
|
-
originalEvent: o,
|
|
1686
|
-
oldIndex: Le,
|
|
1687
|
-
oldDraggableIndex: Ze,
|
|
1688
|
-
newIndex: Z,
|
|
1689
|
-
newDraggableIndex: be,
|
|
1690
|
-
hideGhostForTarget: Wn,
|
|
1691
|
-
unhideGhostForTarget: Kn,
|
|
1692
|
-
cloneNowHidden: function() {
|
|
1693
|
-
_e = !0;
|
|
1694
|
-
},
|
|
1695
|
-
cloneNowShown: function() {
|
|
1696
|
-
_e = !1;
|
|
1697
|
-
},
|
|
1698
|
-
dispatchSortableEvent: function(s) {
|
|
1699
|
-
W({
|
|
1700
|
-
sortable: t,
|
|
1701
|
-
name: s,
|
|
1702
|
-
originalEvent: o
|
|
1703
|
-
});
|
|
1704
|
-
}
|
|
1705
|
-
}, a));
|
|
1706
|
-
};
|
|
1707
|
-
function W(r) {
|
|
1708
|
-
xo(ue({
|
|
1709
|
-
putSortable: j,
|
|
1710
|
-
cloneEl: B,
|
|
1711
|
-
targetEl: m,
|
|
1712
|
-
rootEl: N,
|
|
1713
|
-
oldIndex: Le,
|
|
1714
|
-
oldDraggableIndex: Ze,
|
|
1715
|
-
newIndex: Z,
|
|
1716
|
-
newDraggableIndex: be
|
|
1717
|
-
}, r));
|
|
1718
|
-
}
|
|
1719
|
-
var m, F, E, N, Oe, ht, B, _e, Le, Z, Ze, be, ut, j, Be = !1, wt = !1, xt = [], ke, re, Ot, $t, hn, mn, Ke, Fe, et, tt = !1, dt = !1, mt, U, Pt = [], zt = !1, Ct = [], Dt = typeof document < "u", ct = Ln, gn = at || me ? "cssFloat" : "float", Eo = Dt && !ho && !Ln && "draggable" in document.createElement("div"), Xn = function() {
|
|
1720
|
-
if (Dt) {
|
|
1721
|
-
if (me)
|
|
1722
|
-
return !1;
|
|
1723
|
-
var r = document.createElement("x");
|
|
1724
|
-
return r.style.cssText = "pointer-events:auto", r.style.pointerEvents === "auto";
|
|
1725
|
-
}
|
|
1726
|
-
}(), Hn = function(e, t) {
|
|
1727
|
-
var n = _(e), o = parseInt(n.width) - parseInt(n.paddingLeft) - parseInt(n.paddingRight) - parseInt(n.borderLeftWidth) - parseInt(n.borderRightWidth), a = ze(e, 0, t), l = ze(e, 1, t), s = a && _(a), c = l && _(l), d = s && parseInt(s.marginLeft) + parseInt(s.marginRight) + z(a).width, f = c && parseInt(c.marginLeft) + parseInt(c.marginRight) + z(l).width;
|
|
1728
|
-
if (n.display === "flex")
|
|
1729
|
-
return n.flexDirection === "column" || n.flexDirection === "column-reverse" ? "vertical" : "horizontal";
|
|
1730
|
-
if (n.display === "grid")
|
|
1731
|
-
return n.gridTemplateColumns.split(" ").length <= 1 ? "vertical" : "horizontal";
|
|
1732
|
-
if (a && s.float && s.float !== "none") {
|
|
1733
|
-
var i = s.float === "left" ? "left" : "right";
|
|
1734
|
-
return l && (c.clear === "both" || c.clear === i) ? "vertical" : "horizontal";
|
|
1735
|
-
}
|
|
1736
|
-
return a && (s.display === "block" || s.display === "flex" || s.display === "table" || s.display === "grid" || d >= o && n[gn] === "none" || l && n[gn] === "none" && d + f > o) ? "vertical" : "horizontal";
|
|
1737
|
-
}, Do = function(e, t, n) {
|
|
1738
|
-
var o = n ? e.left : e.top, a = n ? e.right : e.bottom, l = n ? e.width : e.height, s = n ? t.left : t.top, c = n ? t.right : t.bottom, d = n ? t.width : t.height;
|
|
1739
|
-
return o === s || a === c || o + l / 2 === s + d / 2;
|
|
1740
|
-
}, So = function(e, t) {
|
|
1741
|
-
var n;
|
|
1742
|
-
return xt.some(function(o) {
|
|
1743
|
-
var a = o[ee].options.emptyInsertThreshold;
|
|
1744
|
-
if (!(!a || Jt(o))) {
|
|
1745
|
-
var l = z(o), s = e >= l.left - a && e <= l.right + a, c = t >= l.top - a && t <= l.bottom + a;
|
|
1746
|
-
if (s && c)
|
|
1747
|
-
return n = o;
|
|
1748
|
-
}
|
|
1749
|
-
}), n;
|
|
1750
|
-
}, Vn = function(e) {
|
|
1751
|
-
function t(a, l) {
|
|
1752
|
-
return function(s, c, d, f) {
|
|
1753
|
-
var i = s.options.group.name && c.options.group.name && s.options.group.name === c.options.group.name;
|
|
1754
|
-
if (a == null && (l || i))
|
|
1755
|
-
return !0;
|
|
1756
|
-
if (a == null || a === !1)
|
|
1757
|
-
return !1;
|
|
1758
|
-
if (l && a === "clone")
|
|
1759
|
-
return a;
|
|
1760
|
-
if (typeof a == "function")
|
|
1761
|
-
return t(a(s, c, d, f), l)(s, c, d, f);
|
|
1762
|
-
var p = (l ? s : c).options.group.name;
|
|
1763
|
-
return a === !0 || typeof a == "string" && a === p || a.join && a.indexOf(p) > -1;
|
|
1764
|
-
};
|
|
1765
|
-
}
|
|
1766
|
-
var n = {}, o = e.group;
|
|
1767
|
-
(!o || pt(o) != "object") && (o = {
|
|
1768
|
-
name: o
|
|
1769
|
-
}), n.name = o.name, n.checkPull = t(o.pull, !0), n.checkPut = t(o.put), n.revertClone = o.revertClone, e.group = n;
|
|
1770
|
-
}, Wn = function() {
|
|
1771
|
-
!Xn && E && _(E, "display", "none");
|
|
1772
|
-
}, Kn = function() {
|
|
1773
|
-
!Xn && E && _(E, "display", "");
|
|
1774
|
-
};
|
|
1775
|
-
Dt && document.addEventListener("click", function(r) {
|
|
1776
|
-
if (wt)
|
|
1777
|
-
return r.preventDefault(), r.stopPropagation && r.stopPropagation(), r.stopImmediatePropagation && r.stopImmediatePropagation(), wt = !1, !1;
|
|
1778
|
-
}, !0);
|
|
1779
|
-
var Ie = function(e) {
|
|
1780
|
-
if (m) {
|
|
1781
|
-
e = e.touches ? e.touches[0] : e;
|
|
1782
|
-
var t = So(e.clientX, e.clientY);
|
|
1783
|
-
if (t) {
|
|
1784
|
-
var n = {};
|
|
1785
|
-
for (var o in e)
|
|
1786
|
-
e.hasOwnProperty(o) && (n[o] = e[o]);
|
|
1787
|
-
n.target = n.rootEl = t, n.preventDefault = void 0, n.stopPropagation = void 0, t[ee]._onDragOver(n);
|
|
1788
|
-
}
|
|
1789
|
-
}
|
|
1790
|
-
}, To = function(e) {
|
|
1791
|
-
m && m.parentNode[ee]._isOutsideThisEl(e.target);
|
|
1792
|
-
};
|
|
1793
|
-
function y(r, e) {
|
|
1794
|
-
if (!(r && r.nodeType && r.nodeType === 1))
|
|
1795
|
-
throw "Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(r));
|
|
1796
|
-
this.el = r, this.options = e = he({}, e), r[ee] = this;
|
|
1797
|
-
var t = {
|
|
1798
|
-
group: null,
|
|
1799
|
-
sort: !0,
|
|
1800
|
-
disabled: !1,
|
|
1801
|
-
store: null,
|
|
1802
|
-
handle: null,
|
|
1803
|
-
draggable: /^[uo]l$/i.test(r.nodeName) ? ">li" : ">*",
|
|
1804
|
-
swapThreshold: 1,
|
|
1805
|
-
// percentage; 0 <= x <= 1
|
|
1806
|
-
invertSwap: !1,
|
|
1807
|
-
// invert always
|
|
1808
|
-
invertedSwapThreshold: null,
|
|
1809
|
-
// will be set to same as swapThreshold if default
|
|
1810
|
-
removeCloneOnHide: !0,
|
|
1811
|
-
direction: function() {
|
|
1812
|
-
return Hn(r, this.options);
|
|
1813
|
-
},
|
|
1814
|
-
ghostClass: "sortable-ghost",
|
|
1815
|
-
chosenClass: "sortable-chosen",
|
|
1816
|
-
dragClass: "sortable-drag",
|
|
1817
|
-
ignore: "a, img",
|
|
1818
|
-
filter: null,
|
|
1819
|
-
preventOnFilter: !0,
|
|
1820
|
-
animation: 0,
|
|
1821
|
-
easing: null,
|
|
1822
|
-
setData: function(l, s) {
|
|
1823
|
-
l.setData("Text", s.textContent);
|
|
1824
|
-
},
|
|
1825
|
-
dropBubble: !1,
|
|
1826
|
-
dragoverBubble: !1,
|
|
1827
|
-
dataIdAttr: "data-id",
|
|
1828
|
-
delay: 0,
|
|
1829
|
-
delayOnTouchOnly: !1,
|
|
1830
|
-
touchStartThreshold: (Number.parseInt ? Number : window).parseInt(window.devicePixelRatio, 10) || 1,
|
|
1831
|
-
forceFallback: !1,
|
|
1832
|
-
fallbackClass: "sortable-fallback",
|
|
1833
|
-
fallbackOnBody: !1,
|
|
1834
|
-
fallbackTolerance: 0,
|
|
1835
|
-
fallbackOffset: {
|
|
1836
|
-
x: 0,
|
|
1837
|
-
y: 0
|
|
1838
|
-
},
|
|
1839
|
-
supportPointer: y.supportPointer !== !1 && "PointerEvent" in window && !Qe,
|
|
1840
|
-
emptyInsertThreshold: 5
|
|
1841
|
-
};
|
|
1842
|
-
lt.initializePlugins(this, r, t);
|
|
1843
|
-
for (var n in t)
|
|
1844
|
-
!(n in e) && (e[n] = t[n]);
|
|
1845
|
-
Vn(e);
|
|
1846
|
-
for (var o in this)
|
|
1847
|
-
o.charAt(0) === "_" && typeof this[o] == "function" && (this[o] = this[o].bind(this));
|
|
1848
|
-
this.nativeDraggable = e.forceFallback ? !1 : Eo, this.nativeDraggable && (this.options.touchStartThreshold = 1), e.supportPointer ? T(r, "pointerdown", this._onTapStart) : (T(r, "mousedown", this._onTapStart), T(r, "touchstart", this._onTapStart)), this.nativeDraggable && (T(r, "dragover", this), T(r, "dragenter", this)), xt.push(this.el), e.store && e.store.get && this.sort(e.store.get(this) || []), he(this, _o());
|
|
1849
|
-
}
|
|
1850
|
-
y.prototype = /** @lends Sortable.prototype */
|
|
1851
|
-
{
|
|
1852
|
-
constructor: y,
|
|
1853
|
-
_isOutsideThisEl: function(e) {
|
|
1854
|
-
!this.el.contains(e) && e !== this.el && (Fe = null);
|
|
1855
|
-
},
|
|
1856
|
-
_getDirection: function(e, t) {
|
|
1857
|
-
return typeof this.options.direction == "function" ? this.options.direction.call(this, e, t, m) : this.options.direction;
|
|
1858
|
-
},
|
|
1859
|
-
_onTapStart: function(e) {
|
|
1860
|
-
if (e.cancelable) {
|
|
1861
|
-
var t = this, n = this.el, o = this.options, a = o.preventOnFilter, l = e.type, s = e.touches && e.touches[0] || e.pointerType && e.pointerType === "touch" && e, c = (s || e).target, d = e.target.shadowRoot && (e.path && e.path[0] || e.composedPath && e.composedPath()[0]) || c, f = o.filter;
|
|
1862
|
-
if (Mo(n), !m && !(/mousedown|pointerdown/.test(l) && e.button !== 0 || o.disabled) && !d.isContentEditable && !(!this.nativeDraggable && Qe && c && c.tagName.toUpperCase() === "SELECT") && (c = ae(c, o.draggable, n, !1), !(c && c.animated) && ht !== c)) {
|
|
1863
|
-
if (Le = te(c), Ze = te(c, o.draggable), typeof f == "function") {
|
|
1864
|
-
if (f.call(this, e, c, this)) {
|
|
1865
|
-
W({
|
|
1866
|
-
sortable: t,
|
|
1867
|
-
rootEl: d,
|
|
1868
|
-
name: "filter",
|
|
1869
|
-
targetEl: c,
|
|
1870
|
-
toEl: n,
|
|
1871
|
-
fromEl: n
|
|
1872
|
-
}), K("filter", t, {
|
|
1873
|
-
evt: e
|
|
1874
|
-
}), a && e.cancelable && e.preventDefault();
|
|
1875
|
-
return;
|
|
1876
|
-
}
|
|
1877
|
-
} else if (f && (f = f.split(",").some(function(i) {
|
|
1878
|
-
if (i = ae(d, i.trim(), n, !1), i)
|
|
1879
|
-
return W({
|
|
1880
|
-
sortable: t,
|
|
1881
|
-
rootEl: i,
|
|
1882
|
-
name: "filter",
|
|
1883
|
-
targetEl: c,
|
|
1884
|
-
fromEl: n,
|
|
1885
|
-
toEl: n
|
|
1886
|
-
}), K("filter", t, {
|
|
1887
|
-
evt: e
|
|
1888
|
-
}), !0;
|
|
1889
|
-
}), f)) {
|
|
1890
|
-
a && e.cancelable && e.preventDefault();
|
|
1891
|
-
return;
|
|
1892
|
-
}
|
|
1893
|
-
o.handle && !ae(d, o.handle, n, !1) || this._prepareDragStart(e, s, c);
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
|
-
_prepareDragStart: function(e, t, n) {
|
|
1898
|
-
var o = this, a = o.el, l = o.options, s = a.ownerDocument, c;
|
|
1899
|
-
if (n && !m && n.parentNode === a) {
|
|
1900
|
-
var d = z(n);
|
|
1901
|
-
if (N = a, m = n, F = m.parentNode, Oe = m.nextSibling, ht = n, ut = l.group, y.dragged = m, ke = {
|
|
1902
|
-
target: m,
|
|
1903
|
-
clientX: (t || e).clientX,
|
|
1904
|
-
clientY: (t || e).clientY
|
|
1905
|
-
}, hn = ke.clientX - d.left, mn = ke.clientY - d.top, this._lastX = (t || e).clientX, this._lastY = (t || e).clientY, m.style["will-change"] = "all", c = function() {
|
|
1906
|
-
if (K("delayEnded", o, {
|
|
1907
|
-
evt: e
|
|
1908
|
-
}), y.eventCanceled) {
|
|
1909
|
-
o._onDrop();
|
|
1910
|
-
return;
|
|
1911
|
-
}
|
|
1912
|
-
o._disableDelayedDragEvents(), !dn && o.nativeDraggable && (m.draggable = !0), o._triggerDragStart(e, t), W({
|
|
1913
|
-
sortable: o,
|
|
1914
|
-
name: "choose",
|
|
1915
|
-
originalEvent: e
|
|
1916
|
-
}), J(m, l.chosenClass, !0);
|
|
1917
|
-
}, l.ignore.split(",").forEach(function(f) {
|
|
1918
|
-
Rn(m, f.trim(), At);
|
|
1919
|
-
}), T(s, "dragover", Ie), T(s, "mousemove", Ie), T(s, "touchmove", Ie), T(s, "mouseup", o._onDrop), T(s, "touchend", o._onDrop), T(s, "touchcancel", o._onDrop), dn && this.nativeDraggable && (this.options.touchStartThreshold = 4, m.draggable = !0), K("delayStart", this, {
|
|
1920
|
-
evt: e
|
|
1921
|
-
}), l.delay && (!l.delayOnTouchOnly || t) && (!this.nativeDraggable || !(at || me))) {
|
|
1922
|
-
if (y.eventCanceled) {
|
|
1923
|
-
this._onDrop();
|
|
1924
|
-
return;
|
|
1925
|
-
}
|
|
1926
|
-
T(s, "mouseup", o._disableDelayedDrag), T(s, "touchend", o._disableDelayedDrag), T(s, "touchcancel", o._disableDelayedDrag), T(s, "mousemove", o._delayedDragTouchMoveHandler), T(s, "touchmove", o._delayedDragTouchMoveHandler), l.supportPointer && T(s, "pointermove", o._delayedDragTouchMoveHandler), o._dragStartTimer = setTimeout(c, l.delay);
|
|
1927
|
-
} else
|
|
1928
|
-
c();
|
|
1929
|
-
}
|
|
1930
|
-
},
|
|
1931
|
-
_delayedDragTouchMoveHandler: function(e) {
|
|
1932
|
-
var t = e.touches ? e.touches[0] : e;
|
|
1933
|
-
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();
|
|
1934
|
-
},
|
|
1935
|
-
_disableDelayedDrag: function() {
|
|
1936
|
-
m && At(m), clearTimeout(this._dragStartTimer), this._disableDelayedDragEvents();
|
|
1937
|
-
},
|
|
1938
|
-
_disableDelayedDragEvents: function() {
|
|
1939
|
-
var e = this.el.ownerDocument;
|
|
1940
|
-
S(e, "mouseup", this._disableDelayedDrag), S(e, "touchend", this._disableDelayedDrag), S(e, "touchcancel", this._disableDelayedDrag), S(e, "mousemove", this._delayedDragTouchMoveHandler), S(e, "touchmove", this._delayedDragTouchMoveHandler), S(e, "pointermove", this._delayedDragTouchMoveHandler);
|
|
1941
|
-
},
|
|
1942
|
-
_triggerDragStart: function(e, t) {
|
|
1943
|
-
t = t || e.pointerType == "touch" && e, !this.nativeDraggable || t ? this.options.supportPointer ? T(document, "pointermove", this._onTouchMove) : t ? T(document, "touchmove", this._onTouchMove) : T(document, "mousemove", this._onTouchMove) : (T(m, "dragend", this), T(N, "dragstart", this._onDragStart));
|
|
1944
|
-
try {
|
|
1945
|
-
document.selection ? gt(function() {
|
|
1946
|
-
document.selection.empty();
|
|
1947
|
-
}) : window.getSelection().removeAllRanges();
|
|
1948
|
-
} catch {
|
|
1949
|
-
}
|
|
1950
|
-
},
|
|
1951
|
-
_dragStarted: function(e, t) {
|
|
1952
|
-
if (Be = !1, N && m) {
|
|
1953
|
-
K("dragStarted", this, {
|
|
1954
|
-
evt: t
|
|
1955
|
-
}), this.nativeDraggable && T(document, "dragover", To);
|
|
1956
|
-
var n = this.options;
|
|
1957
|
-
!e && J(m, n.dragClass, !1), J(m, n.ghostClass, !0), y.active = this, e && this._appendGhost(), W({
|
|
1958
|
-
sortable: this,
|
|
1959
|
-
name: "start",
|
|
1960
|
-
originalEvent: t
|
|
1961
|
-
});
|
|
1962
|
-
} else
|
|
1963
|
-
this._nulling();
|
|
1964
|
-
},
|
|
1965
|
-
_emulateDragOver: function() {
|
|
1966
|
-
if (re) {
|
|
1967
|
-
this._lastX = re.clientX, this._lastY = re.clientY, Wn();
|
|
1968
|
-
for (var e = document.elementFromPoint(re.clientX, re.clientY), t = e; e && e.shadowRoot && (e = e.shadowRoot.elementFromPoint(re.clientX, re.clientY), e !== t); )
|
|
1969
|
-
t = e;
|
|
1970
|
-
if (m.parentNode[ee]._isOutsideThisEl(e), t)
|
|
1971
|
-
do {
|
|
1972
|
-
if (t[ee]) {
|
|
1973
|
-
var n = void 0;
|
|
1974
|
-
if (n = t[ee]._onDragOver({
|
|
1975
|
-
clientX: re.clientX,
|
|
1976
|
-
clientY: re.clientY,
|
|
1977
|
-
target: e,
|
|
1978
|
-
rootEl: t
|
|
1979
|
-
}), n && !this.options.dragoverBubble)
|
|
1980
|
-
break;
|
|
1981
|
-
}
|
|
1982
|
-
e = t;
|
|
1983
|
-
} while (t = t.parentNode);
|
|
1984
|
-
Kn();
|
|
1985
|
-
}
|
|
1986
|
-
},
|
|
1987
|
-
_onTouchMove: function(e) {
|
|
1988
|
-
if (ke) {
|
|
1989
|
-
var t = this.options, n = t.fallbackTolerance, o = t.fallbackOffset, a = e.touches ? e.touches[0] : e, l = E && Re(E, !0), s = E && l && l.a, c = E && l && l.d, d = ct && U && pn(U), f = (a.clientX - ke.clientX + o.x) / (s || 1) + (d ? d[0] - Pt[0] : 0) / (s || 1), i = (a.clientY - ke.clientY + o.y) / (c || 1) + (d ? d[1] - Pt[1] : 0) / (c || 1);
|
|
1990
|
-
if (!y.active && !Be) {
|
|
1991
|
-
if (n && Math.max(Math.abs(a.clientX - this._lastX), Math.abs(a.clientY - this._lastY)) < n)
|
|
1992
|
-
return;
|
|
1993
|
-
this._onDragStart(e, !0);
|
|
1994
|
-
}
|
|
1995
|
-
if (E) {
|
|
1996
|
-
l ? (l.e += f - (Ot || 0), l.f += i - ($t || 0)) : l = {
|
|
1997
|
-
a: 1,
|
|
1998
|
-
b: 0,
|
|
1999
|
-
c: 0,
|
|
2000
|
-
d: 1,
|
|
2001
|
-
e: f,
|
|
2002
|
-
f: i
|
|
2003
|
-
};
|
|
2004
|
-
var p = "matrix(".concat(l.a, ",").concat(l.b, ",").concat(l.c, ",").concat(l.d, ",").concat(l.e, ",").concat(l.f, ")");
|
|
2005
|
-
_(E, "webkitTransform", p), _(E, "mozTransform", p), _(E, "msTransform", p), _(E, "transform", p), Ot = f, $t = i, re = a;
|
|
2006
|
-
}
|
|
2007
|
-
e.cancelable && e.preventDefault();
|
|
2008
|
-
}
|
|
2009
|
-
},
|
|
2010
|
-
_appendGhost: function() {
|
|
2011
|
-
if (!E) {
|
|
2012
|
-
var e = this.options.fallbackOnBody ? document.body : N, t = z(m, !0, ct, !0, e), n = this.options;
|
|
2013
|
-
if (ct) {
|
|
2014
|
-
for (U = e; _(U, "position") === "static" && _(U, "transform") === "none" && U !== document; )
|
|
2015
|
-
U = U.parentNode;
|
|
2016
|
-
U !== document.body && U !== document.documentElement ? (U === document && (U = se()), t.top += U.scrollTop, t.left += U.scrollLeft) : U = se(), Pt = pn(U);
|
|
2017
|
-
}
|
|
2018
|
-
E = m.cloneNode(!0), J(E, n.ghostClass, !1), J(E, n.fallbackClass, !0), J(E, n.dragClass, !0), _(E, "transition", ""), _(E, "transform", ""), _(E, "box-sizing", "border-box"), _(E, "margin", 0), _(E, "top", t.top), _(E, "left", t.left), _(E, "width", t.width), _(E, "height", t.height), _(E, "opacity", "0.8"), _(E, "position", ct ? "absolute" : "fixed"), _(E, "zIndex", "100000"), _(E, "pointerEvents", "none"), y.ghost = E, e.appendChild(E), _(E, "transform-origin", hn / parseInt(E.style.width) * 100 + "% " + mn / parseInt(E.style.height) * 100 + "%");
|
|
2019
|
-
}
|
|
2020
|
-
},
|
|
2021
|
-
_onDragStart: function(e, t) {
|
|
2022
|
-
var n = this, o = e.dataTransfer, a = n.options;
|
|
2023
|
-
if (K("dragStart", this, {
|
|
2024
|
-
evt: e
|
|
2025
|
-
}), y.eventCanceled) {
|
|
2026
|
-
this._onDrop();
|
|
2027
|
-
return;
|
|
2028
|
-
}
|
|
2029
|
-
K("setupClone", this), y.eventCanceled || (B = Un(m), B.draggable = !1, B.style["will-change"] = "", this._hideClone(), J(B, this.options.chosenClass, !1), y.clone = B), n.cloneId = gt(function() {
|
|
2030
|
-
K("clone", n), !y.eventCanceled && (n.options.removeCloneOnHide || N.insertBefore(B, m), n._hideClone(), W({
|
|
2031
|
-
sortable: n,
|
|
2032
|
-
name: "clone"
|
|
2033
|
-
}));
|
|
2034
|
-
}), !t && J(m, a.dragClass, !0), t ? (wt = !0, n._loopId = setInterval(n._emulateDragOver, 50)) : (S(document, "mouseup", n._onDrop), S(document, "touchend", n._onDrop), S(document, "touchcancel", n._onDrop), o && (o.effectAllowed = "move", a.setData && a.setData.call(n, o, m)), T(document, "drop", n), _(m, "transform", "translateZ(0)")), Be = !0, n._dragStartId = gt(n._dragStarted.bind(n, t, e)), T(document, "selectstart", n), Ke = !0, Qe && _(document.body, "user-select", "none");
|
|
2035
|
-
},
|
|
2036
|
-
// Returns true - if no further action is needed (either inserted or another condition)
|
|
2037
|
-
_onDragOver: function(e) {
|
|
2038
|
-
var t = this.el, n = e.target, o, a, l, s = this.options, c = s.group, d = y.active, f = ut === c, i = s.sort, p = j || d, h, v = this, w = !1;
|
|
2039
|
-
if (zt) return;
|
|
2040
|
-
function $(We, Qn) {
|
|
2041
|
-
K(We, v, ue({
|
|
2042
|
-
evt: e,
|
|
2043
|
-
isOwner: f,
|
|
2044
|
-
axis: h ? "vertical" : "horizontal",
|
|
2045
|
-
revert: l,
|
|
2046
|
-
dragRect: o,
|
|
2047
|
-
targetRect: a,
|
|
2048
|
-
canSort: i,
|
|
2049
|
-
fromSortable: p,
|
|
2050
|
-
target: n,
|
|
2051
|
-
completed: A,
|
|
2052
|
-
onMove: function(tn, Jn) {
|
|
2053
|
-
return ft(N, t, m, o, tn, z(tn), e, Jn);
|
|
2054
|
-
},
|
|
2055
|
-
changed: L
|
|
2056
|
-
}, Qn));
|
|
2057
|
-
}
|
|
2058
|
-
function x() {
|
|
2059
|
-
$("dragOverAnimationCapture"), v.captureAnimationState(), v !== p && p.captureAnimationState();
|
|
2060
|
-
}
|
|
2061
|
-
function A(We) {
|
|
2062
|
-
return $("dragOverCompleted", {
|
|
2063
|
-
insertion: We
|
|
2064
|
-
}), We && (f ? d._hideClone() : d._showClone(v), v !== p && (J(m, j ? j.options.ghostClass : d.options.ghostClass, !1), J(m, s.ghostClass, !0)), j !== v && v !== y.active ? j = v : v === y.active && j && (j = null), p === v && (v._ignoreWhileAnimating = n), v.animateAll(function() {
|
|
2065
|
-
$("dragOverAnimationComplete"), v._ignoreWhileAnimating = null;
|
|
2066
|
-
}), v !== p && (p.animateAll(), p._ignoreWhileAnimating = null)), (n === m && !m.animated || n === t && !n.animated) && (Fe = null), !s.dragoverBubble && !e.rootEl && n !== document && (m.parentNode[ee]._isOutsideThisEl(e.target), !We && Ie(e)), !s.dragoverBubble && e.stopPropagation && e.stopPropagation(), w = !0;
|
|
2067
|
-
}
|
|
2068
|
-
function L() {
|
|
2069
|
-
Z = te(m), be = te(m, s.draggable), W({
|
|
2070
|
-
sortable: v,
|
|
2071
|
-
name: "change",
|
|
2072
|
-
toEl: t,
|
|
2073
|
-
newIndex: Z,
|
|
2074
|
-
newDraggableIndex: be,
|
|
2075
|
-
originalEvent: e
|
|
2076
|
-
});
|
|
2077
|
-
}
|
|
2078
|
-
if (e.preventDefault !== void 0 && e.cancelable && e.preventDefault(), n = ae(n, s.draggable, t, !0), $("dragOver"), y.eventCanceled) return w;
|
|
2079
|
-
if (m.contains(e.target) || n.animated && n.animatingX && n.animatingY || v._ignoreWhileAnimating === n)
|
|
2080
|
-
return A(!1);
|
|
2081
|
-
if (wt = !1, d && !s.disabled && (f ? i || (l = F !== N) : j === this || (this.lastPutMode = ut.checkPull(this, d, m, e)) && c.checkPut(this, d, m, e))) {
|
|
2082
|
-
if (h = this._getDirection(e, n) === "vertical", o = z(m), $("dragOverValid"), y.eventCanceled) return w;
|
|
2083
|
-
if (l)
|
|
2084
|
-
return F = N, x(), this._hideClone(), $("revert"), y.eventCanceled || (Oe ? N.insertBefore(m, Oe) : N.appendChild(m)), A(!0);
|
|
2085
|
-
var q = Jt(t, s.draggable);
|
|
2086
|
-
if (!q || $o(e, h, this) && !q.animated) {
|
|
2087
|
-
if (q === m)
|
|
2088
|
-
return A(!1);
|
|
2089
|
-
if (q && t === e.target && (n = q), n && (a = z(n)), ft(N, t, m, o, n, a, e, !!n) !== !1)
|
|
2090
|
-
return x(), t.appendChild(m), F = t, L(), A(!0);
|
|
2091
|
-
} else if (q && Oo(e, h, this)) {
|
|
2092
|
-
var De = ze(t, 0, s, !0);
|
|
2093
|
-
if (De === m)
|
|
2094
|
-
return A(!1);
|
|
2095
|
-
if (n = De, a = z(n), ft(N, t, m, o, n, a, e, !1) !== !1)
|
|
2096
|
-
return x(), t.insertBefore(m, De), F = t, L(), A(!0);
|
|
2097
|
-
} else if (n.parentNode === t) {
|
|
2098
|
-
a = z(n);
|
|
2099
|
-
var oe = 0, Se, Ue = m.parentNode !== t, Q = !Do(m.animated && m.toRect || o, n.animated && n.toRect || a, h), Xe = h ? "top" : "left", ge = fn(n, "top", "top") || fn(m, "top", "top"), He = ge ? ge.scrollTop : void 0;
|
|
2100
|
-
Fe !== n && (Se = a[Xe], tt = !1, dt = !Q && s.invertSwap || Ue), oe = Po(e, n, a, h, Q ? 1 : s.swapThreshold, s.invertedSwapThreshold == null ? s.swapThreshold : s.invertedSwapThreshold, dt, Fe === n);
|
|
2101
|
-
var fe;
|
|
2102
|
-
if (oe !== 0) {
|
|
2103
|
-
var Te = te(m);
|
|
2104
|
-
do
|
|
2105
|
-
Te -= oe, fe = F.children[Te];
|
|
2106
|
-
while (fe && (_(fe, "display") === "none" || fe === E));
|
|
2107
|
-
}
|
|
2108
|
-
if (oe === 0 || fe === n)
|
|
2109
|
-
return A(!1);
|
|
2110
|
-
Fe = n, et = oe;
|
|
2111
|
-
var Ve = n.nextElementSibling, ve = !1;
|
|
2112
|
-
ve = oe === 1;
|
|
2113
|
-
var it = ft(N, t, m, o, n, a, e, ve);
|
|
2114
|
-
if (it !== !1)
|
|
2115
|
-
return (it === 1 || it === -1) && (ve = it === 1), zt = !0, setTimeout(Io, 30), x(), ve && !Ve ? t.appendChild(m) : n.parentNode.insertBefore(m, ve ? Ve : n), ge && jn(ge, 0, He - ge.scrollTop), F = m.parentNode, Se !== void 0 && !dt && (mt = Math.abs(Se - z(n)[Xe])), L(), A(!0);
|
|
2116
|
-
}
|
|
2117
|
-
if (t.contains(m))
|
|
2118
|
-
return A(!1);
|
|
2119
|
-
}
|
|
2120
|
-
return !1;
|
|
2121
|
-
},
|
|
2122
|
-
_ignoreWhileAnimating: null,
|
|
2123
|
-
_offMoveEvents: function() {
|
|
2124
|
-
S(document, "mousemove", this._onTouchMove), S(document, "touchmove", this._onTouchMove), S(document, "pointermove", this._onTouchMove), S(document, "dragover", Ie), S(document, "mousemove", Ie), S(document, "touchmove", Ie);
|
|
2125
|
-
},
|
|
2126
|
-
_offUpEvents: function() {
|
|
2127
|
-
var e = this.el.ownerDocument;
|
|
2128
|
-
S(e, "mouseup", this._onDrop), S(e, "touchend", this._onDrop), S(e, "pointerup", this._onDrop), S(e, "touchcancel", this._onDrop), S(document, "selectstart", this);
|
|
2129
|
-
},
|
|
2130
|
-
_onDrop: function(e) {
|
|
2131
|
-
var t = this.el, n = this.options;
|
|
2132
|
-
if (Z = te(m), be = te(m, n.draggable), K("drop", this, {
|
|
2133
|
-
evt: e
|
|
2134
|
-
}), F = m && m.parentNode, Z = te(m), be = te(m, n.draggable), y.eventCanceled) {
|
|
2135
|
-
this._nulling();
|
|
2136
|
-
return;
|
|
2137
|
-
}
|
|
2138
|
-
Be = !1, dt = !1, tt = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), jt(this.cloneId), jt(this._dragStartId), this.nativeDraggable && (S(document, "drop", this), S(t, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Qe && _(document.body, "user-select", ""), _(m, "transform", ""), e && (Ke && (e.cancelable && e.preventDefault(), !n.dropBubble && e.stopPropagation()), E && E.parentNode && E.parentNode.removeChild(E), (N === F || j && j.lastPutMode !== "clone") && B && B.parentNode && B.parentNode.removeChild(B), m && (this.nativeDraggable && S(m, "dragend", this), At(m), m.style["will-change"] = "", Ke && !Be && J(m, j ? j.options.ghostClass : this.options.ghostClass, !1), J(m, this.options.chosenClass, !1), W({
|
|
2139
|
-
sortable: this,
|
|
2140
|
-
name: "unchoose",
|
|
2141
|
-
toEl: F,
|
|
2142
|
-
newIndex: null,
|
|
2143
|
-
newDraggableIndex: null,
|
|
2144
|
-
originalEvent: e
|
|
2145
|
-
}), N !== F ? (Z >= 0 && (W({
|
|
2146
|
-
rootEl: F,
|
|
2147
|
-
name: "add",
|
|
2148
|
-
toEl: F,
|
|
2149
|
-
fromEl: N,
|
|
2150
|
-
originalEvent: e
|
|
2151
|
-
}), W({
|
|
2152
|
-
sortable: this,
|
|
2153
|
-
name: "remove",
|
|
2154
|
-
toEl: F,
|
|
2155
|
-
originalEvent: e
|
|
2156
|
-
}), W({
|
|
2157
|
-
rootEl: F,
|
|
2158
|
-
name: "sort",
|
|
2159
|
-
toEl: F,
|
|
2160
|
-
fromEl: N,
|
|
2161
|
-
originalEvent: e
|
|
2162
|
-
}), W({
|
|
2163
|
-
sortable: this,
|
|
2164
|
-
name: "sort",
|
|
2165
|
-
toEl: F,
|
|
2166
|
-
originalEvent: e
|
|
2167
|
-
})), j && j.save()) : Z !== Le && Z >= 0 && (W({
|
|
2168
|
-
sortable: this,
|
|
2169
|
-
name: "update",
|
|
2170
|
-
toEl: F,
|
|
2171
|
-
originalEvent: e
|
|
2172
|
-
}), W({
|
|
2173
|
-
sortable: this,
|
|
2174
|
-
name: "sort",
|
|
2175
|
-
toEl: F,
|
|
2176
|
-
originalEvent: e
|
|
2177
|
-
})), y.active && ((Z == null || Z === -1) && (Z = Le, be = Ze), W({
|
|
2178
|
-
sortable: this,
|
|
2179
|
-
name: "end",
|
|
2180
|
-
toEl: F,
|
|
2181
|
-
originalEvent: e
|
|
2182
|
-
}), this.save()))), this._nulling();
|
|
2183
|
-
},
|
|
2184
|
-
_nulling: function() {
|
|
2185
|
-
K("nulling", this), N = m = F = E = Oe = B = ht = _e = ke = re = Ke = Z = be = Le = Ze = Fe = et = j = ut = y.dragged = y.ghost = y.clone = y.active = null, Ct.forEach(function(e) {
|
|
2186
|
-
e.checked = !0;
|
|
2187
|
-
}), Ct.length = Ot = $t = 0;
|
|
2188
|
-
},
|
|
2189
|
-
handleEvent: function(e) {
|
|
2190
|
-
switch (e.type) {
|
|
2191
|
-
case "drop":
|
|
2192
|
-
case "dragend":
|
|
2193
|
-
this._onDrop(e);
|
|
2194
|
-
break;
|
|
2195
|
-
case "dragenter":
|
|
2196
|
-
case "dragover":
|
|
2197
|
-
m && (this._onDragOver(e), ko(e));
|
|
2198
|
-
break;
|
|
2199
|
-
case "selectstart":
|
|
2200
|
-
e.preventDefault();
|
|
2201
|
-
break;
|
|
2202
|
-
}
|
|
2203
|
-
},
|
|
2204
|
-
/**
|
|
2205
|
-
* Serializes the item into an array of string.
|
|
2206
|
-
* @returns {String[]}
|
|
2207
|
-
*/
|
|
2208
|
-
toArray: function() {
|
|
2209
|
-
for (var e = [], t, n = this.el.children, o = 0, a = n.length, l = this.options; o < a; o++)
|
|
2210
|
-
t = n[o], ae(t, l.draggable, this.el, !1) && e.push(t.getAttribute(l.dataIdAttr) || No(t));
|
|
2211
|
-
return e;
|
|
2212
|
-
},
|
|
2213
|
-
/**
|
|
2214
|
-
* Sorts the elements according to the array.
|
|
2215
|
-
* @param {String[]} order order of the items
|
|
2216
|
-
*/
|
|
2217
|
-
sort: function(e, t) {
|
|
2218
|
-
var n = {}, o = this.el;
|
|
2219
|
-
this.toArray().forEach(function(a, l) {
|
|
2220
|
-
var s = o.children[l];
|
|
2221
|
-
ae(s, this.options.draggable, o, !1) && (n[a] = s);
|
|
2222
|
-
}, this), t && this.captureAnimationState(), e.forEach(function(a) {
|
|
2223
|
-
n[a] && (o.removeChild(n[a]), o.appendChild(n[a]));
|
|
2224
|
-
}), t && this.animateAll();
|
|
2225
|
-
},
|
|
2226
|
-
/**
|
|
2227
|
-
* Save the current sorting
|
|
2228
|
-
*/
|
|
2229
|
-
save: function() {
|
|
2230
|
-
var e = this.options.store;
|
|
2231
|
-
e && e.set && e.set(this);
|
|
2232
|
-
},
|
|
2233
|
-
/**
|
|
2234
|
-
* For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
|
|
2235
|
-
* @param {HTMLElement} el
|
|
2236
|
-
* @param {String} [selector] default: `options.draggable`
|
|
2237
|
-
* @returns {HTMLElement|null}
|
|
2238
|
-
*/
|
|
2239
|
-
closest: function(e, t) {
|
|
2240
|
-
return ae(e, t || this.options.draggable, this.el, !1);
|
|
2241
|
-
},
|
|
2242
|
-
/**
|
|
2243
|
-
* Set/get option
|
|
2244
|
-
* @param {string} name
|
|
2245
|
-
* @param {*} [value]
|
|
2246
|
-
* @returns {*}
|
|
2247
|
-
*/
|
|
2248
|
-
option: function(e, t) {
|
|
2249
|
-
var n = this.options;
|
|
2250
|
-
if (t === void 0)
|
|
2251
|
-
return n[e];
|
|
2252
|
-
var o = lt.modifyOption(this, e, t);
|
|
2253
|
-
typeof o < "u" ? n[e] = o : n[e] = t, e === "group" && Vn(n);
|
|
2254
|
-
},
|
|
2255
|
-
/**
|
|
2256
|
-
* Destroy
|
|
2257
|
-
*/
|
|
2258
|
-
destroy: function() {
|
|
2259
|
-
K("destroy", this);
|
|
2260
|
-
var e = this.el;
|
|
2261
|
-
e[ee] = null, S(e, "mousedown", this._onTapStart), S(e, "touchstart", this._onTapStart), S(e, "pointerdown", this._onTapStart), this.nativeDraggable && (S(e, "dragover", this), S(e, "dragenter", this)), Array.prototype.forEach.call(e.querySelectorAll("[draggable]"), function(t) {
|
|
2262
|
-
t.removeAttribute("draggable");
|
|
2263
|
-
}), this._onDrop(), this._disableDelayedDragEvents(), xt.splice(xt.indexOf(this.el), 1), this.el = e = null;
|
|
2264
|
-
},
|
|
2265
|
-
_hideClone: function() {
|
|
2266
|
-
if (!_e) {
|
|
2267
|
-
if (K("hideClone", this), y.eventCanceled) return;
|
|
2268
|
-
_(B, "display", "none"), this.options.removeCloneOnHide && B.parentNode && B.parentNode.removeChild(B), _e = !0;
|
|
2269
|
-
}
|
|
2270
|
-
},
|
|
2271
|
-
_showClone: function(e) {
|
|
2272
|
-
if (e.lastPutMode !== "clone") {
|
|
2273
|
-
this._hideClone();
|
|
2274
|
-
return;
|
|
2275
|
-
}
|
|
2276
|
-
if (_e) {
|
|
2277
|
-
if (K("showClone", this), y.eventCanceled) return;
|
|
2278
|
-
m.parentNode == N && !this.options.group.revertClone ? N.insertBefore(B, m) : Oe ? N.insertBefore(B, Oe) : N.appendChild(B), this.options.group.revertClone && this.animate(m, B), _(B, "display", ""), _e = !1;
|
|
2279
|
-
}
|
|
2280
|
-
}
|
|
2281
|
-
};
|
|
2282
|
-
function ko(r) {
|
|
2283
|
-
r.dataTransfer && (r.dataTransfer.dropEffect = "move"), r.cancelable && r.preventDefault();
|
|
2284
|
-
}
|
|
2285
|
-
function ft(r, e, t, n, o, a, l, s) {
|
|
2286
|
-
var c, d = r[ee], f = d.options.onMove, i;
|
|
2287
|
-
return window.CustomEvent && !me && !at ? c = new CustomEvent("move", {
|
|
2288
|
-
bubbles: !0,
|
|
2289
|
-
cancelable: !0
|
|
2290
|
-
}) : (c = document.createEvent("Event"), c.initEvent("move", !0, !0)), c.to = e, c.from = r, c.dragged = t, c.draggedRect = n, c.related = o || e, c.relatedRect = a || z(e), c.willInsertAfter = s, c.originalEvent = l, r.dispatchEvent(c), f && (i = f.call(d, c, l)), i;
|
|
2291
|
-
}
|
|
2292
|
-
function At(r) {
|
|
2293
|
-
r.draggable = !1;
|
|
2294
|
-
}
|
|
2295
|
-
function Io() {
|
|
2296
|
-
zt = !1;
|
|
2297
|
-
}
|
|
2298
|
-
function Oo(r, e, t) {
|
|
2299
|
-
var n = z(ze(t.el, 0, t.options, !0)), o = 10;
|
|
2300
|
-
return e ? r.clientX < n.left - o || r.clientY < n.top && r.clientX < n.right : r.clientY < n.top - o || r.clientY < n.bottom && r.clientX < n.left;
|
|
2301
|
-
}
|
|
2302
|
-
function $o(r, e, t) {
|
|
2303
|
-
var n = z(Jt(t.el, t.options.draggable)), o = 10;
|
|
2304
|
-
return e ? r.clientX > n.right + o || r.clientX <= n.right && r.clientY > n.bottom && r.clientX >= n.left : r.clientX > n.right && r.clientY > n.top || r.clientX <= n.right && r.clientY > n.bottom + o;
|
|
2305
|
-
}
|
|
2306
|
-
function Po(r, e, t, n, o, a, l, s) {
|
|
2307
|
-
var c = n ? r.clientY : r.clientX, d = n ? t.height : t.width, f = n ? t.top : t.left, i = n ? t.bottom : t.right, p = !1;
|
|
2308
|
-
if (!l) {
|
|
2309
|
-
if (s && mt < d * o) {
|
|
2310
|
-
if (!tt && (et === 1 ? c > f + d * a / 2 : c < i - d * a / 2) && (tt = !0), tt)
|
|
2311
|
-
p = !0;
|
|
2312
|
-
else if (et === 1 ? c < f + mt : c > i - mt)
|
|
2313
|
-
return -et;
|
|
2314
|
-
} else if (c > f + d * (1 - o) / 2 && c < i - d * (1 - o) / 2)
|
|
2315
|
-
return Ao(e);
|
|
2316
|
-
}
|
|
2317
|
-
return p = p || l, p && (c < f + d * a / 2 || c > i - d * a / 2) ? c > f + d / 2 ? 1 : -1 : 0;
|
|
2318
|
-
}
|
|
2319
|
-
function Ao(r) {
|
|
2320
|
-
return te(m) < te(r) ? 1 : -1;
|
|
2321
|
-
}
|
|
2322
|
-
function No(r) {
|
|
2323
|
-
for (var e = r.tagName + r.className + r.src + r.href + r.textContent, t = e.length, n = 0; t--; )
|
|
2324
|
-
n += e.charCodeAt(t);
|
|
2325
|
-
return n.toString(36);
|
|
2326
|
-
}
|
|
2327
|
-
function Mo(r) {
|
|
2328
|
-
Ct.length = 0;
|
|
2329
|
-
for (var e = r.getElementsByTagName("input"), t = e.length; t--; ) {
|
|
2330
|
-
var n = e[t];
|
|
2331
|
-
n.checked && Ct.push(n);
|
|
2332
|
-
}
|
|
2333
|
-
}
|
|
2334
|
-
function gt(r) {
|
|
2335
|
-
return setTimeout(r, 0);
|
|
2336
|
-
}
|
|
2337
|
-
function jt(r) {
|
|
2338
|
-
return clearTimeout(r);
|
|
2339
|
-
}
|
|
2340
|
-
Dt && T(document, "touchmove", function(r) {
|
|
2341
|
-
(y.active || Be) && r.cancelable && r.preventDefault();
|
|
2342
|
-
});
|
|
2343
|
-
y.utils = {
|
|
2344
|
-
on: T,
|
|
2345
|
-
off: S,
|
|
2346
|
-
css: _,
|
|
2347
|
-
find: Rn,
|
|
2348
|
-
is: function(e, t) {
|
|
2349
|
-
return !!ae(e, t, e, !1);
|
|
2350
|
-
},
|
|
2351
|
-
extend: vo,
|
|
2352
|
-
throttle: zn,
|
|
2353
|
-
closest: ae,
|
|
2354
|
-
toggleClass: J,
|
|
2355
|
-
clone: Un,
|
|
2356
|
-
index: te,
|
|
2357
|
-
nextTick: gt,
|
|
2358
|
-
cancelNextTick: jt,
|
|
2359
|
-
detectDirection: Hn,
|
|
2360
|
-
getChild: ze
|
|
2361
|
-
};
|
|
2362
|
-
y.get = function(r) {
|
|
2363
|
-
return r[ee];
|
|
2364
|
-
};
|
|
2365
|
-
y.mount = function() {
|
|
2366
|
-
for (var r = arguments.length, e = new Array(r), t = 0; t < r; t++)
|
|
2367
|
-
e[t] = arguments[t];
|
|
2368
|
-
e[0].constructor === Array && (e = e[0]), e.forEach(function(n) {
|
|
2369
|
-
if (!n.prototype || !n.prototype.constructor)
|
|
2370
|
-
throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(n));
|
|
2371
|
-
n.utils && (y.utils = ue(ue({}, y.utils), n.utils)), lt.mount(n);
|
|
2372
|
-
});
|
|
2373
|
-
};
|
|
2374
|
-
y.create = function(r, e) {
|
|
2375
|
-
return new y(r, e);
|
|
2376
|
-
};
|
|
2377
|
-
y.version = po;
|
|
2378
|
-
var Y = [], Ge, Ut, Xt = !1, Nt, Mt, Et, qe;
|
|
2379
|
-
function Fo() {
|
|
2380
|
-
function r() {
|
|
2381
|
-
this.defaults = {
|
|
2382
|
-
scroll: !0,
|
|
2383
|
-
forceAutoScrollFallback: !1,
|
|
2384
|
-
scrollSensitivity: 30,
|
|
2385
|
-
scrollSpeed: 10,
|
|
2386
|
-
bubbleScroll: !0
|
|
2387
|
-
};
|
|
2388
|
-
for (var e in this)
|
|
2389
|
-
e.charAt(0) === "_" && typeof this[e] == "function" && (this[e] = this[e].bind(this));
|
|
2390
|
-
}
|
|
2391
|
-
return r.prototype = {
|
|
2392
|
-
dragStarted: function(t) {
|
|
2393
|
-
var n = t.originalEvent;
|
|
2394
|
-
this.sortable.nativeDraggable ? T(document, "dragover", this._handleAutoScroll) : this.options.supportPointer ? T(document, "pointermove", this._handleFallbackAutoScroll) : n.touches ? T(document, "touchmove", this._handleFallbackAutoScroll) : T(document, "mousemove", this._handleFallbackAutoScroll);
|
|
2395
|
-
},
|
|
2396
|
-
dragOverCompleted: function(t) {
|
|
2397
|
-
var n = t.originalEvent;
|
|
2398
|
-
!this.options.dragOverBubble && !n.rootEl && this._handleAutoScroll(n);
|
|
2399
|
-
},
|
|
2400
|
-
drop: function() {
|
|
2401
|
-
this.sortable.nativeDraggable ? S(document, "dragover", this._handleAutoScroll) : (S(document, "pointermove", this._handleFallbackAutoScroll), S(document, "touchmove", this._handleFallbackAutoScroll), S(document, "mousemove", this._handleFallbackAutoScroll)), vn(), vt(), bo();
|
|
2402
|
-
},
|
|
2403
|
-
nulling: function() {
|
|
2404
|
-
Et = Ut = Ge = Xt = qe = Nt = Mt = null, Y.length = 0;
|
|
2405
|
-
},
|
|
2406
|
-
_handleFallbackAutoScroll: function(t) {
|
|
2407
|
-
this._handleAutoScroll(t, !0);
|
|
2408
|
-
},
|
|
2409
|
-
_handleAutoScroll: function(t, n) {
|
|
2410
|
-
var o = this, a = (t.touches ? t.touches[0] : t).clientX, l = (t.touches ? t.touches[0] : t).clientY, s = document.elementFromPoint(a, l);
|
|
2411
|
-
if (Et = t, n || this.options.forceAutoScrollFallback || at || me || Qe) {
|
|
2412
|
-
Ft(t, this.options, s, n);
|
|
2413
|
-
var c = ye(s, !0);
|
|
2414
|
-
Xt && (!qe || a !== Nt || l !== Mt) && (qe && vn(), qe = setInterval(function() {
|
|
2415
|
-
var d = ye(document.elementFromPoint(a, l), !0);
|
|
2416
|
-
d !== c && (c = d, vt()), Ft(t, o.options, d, n);
|
|
2417
|
-
}, 10), Nt = a, Mt = l);
|
|
2418
|
-
} else {
|
|
2419
|
-
if (!this.options.bubbleScroll || ye(s, !0) === se()) {
|
|
2420
|
-
vt();
|
|
2421
|
-
return;
|
|
2422
|
-
}
|
|
2423
|
-
Ft(t, this.options, ye(s, !1), !1);
|
|
2424
|
-
}
|
|
2425
|
-
}
|
|
2426
|
-
}, he(r, {
|
|
2427
|
-
pluginName: "scroll",
|
|
2428
|
-
initializeByDefault: !0
|
|
2429
|
-
});
|
|
2430
|
-
}
|
|
2431
|
-
function vt() {
|
|
2432
|
-
Y.forEach(function(r) {
|
|
2433
|
-
clearInterval(r.pid);
|
|
2434
|
-
}), Y = [];
|
|
2435
|
-
}
|
|
2436
|
-
function vn() {
|
|
2437
|
-
clearInterval(qe);
|
|
2438
|
-
}
|
|
2439
|
-
var Ft = zn(function(r, e, t, n) {
|
|
2440
|
-
if (e.scroll) {
|
|
2441
|
-
var o = (r.touches ? r.touches[0] : r).clientX, a = (r.touches ? r.touches[0] : r).clientY, l = e.scrollSensitivity, s = e.scrollSpeed, c = se(), d = !1, f;
|
|
2442
|
-
Ut !== t && (Ut = t, vt(), Ge = e.scroll, f = e.scrollFn, Ge === !0 && (Ge = ye(t, !0)));
|
|
2443
|
-
var i = 0, p = Ge;
|
|
2444
|
-
do {
|
|
2445
|
-
var h = p, v = z(h), w = v.top, $ = v.bottom, x = v.left, A = v.right, L = v.width, q = v.height, De = void 0, oe = void 0, Se = h.scrollWidth, Ue = h.scrollHeight, Q = _(h), Xe = h.scrollLeft, ge = h.scrollTop;
|
|
2446
|
-
h === c ? (De = L < Se && (Q.overflowX === "auto" || Q.overflowX === "scroll" || Q.overflowX === "visible"), oe = q < Ue && (Q.overflowY === "auto" || Q.overflowY === "scroll" || Q.overflowY === "visible")) : (De = L < Se && (Q.overflowX === "auto" || Q.overflowX === "scroll"), oe = q < Ue && (Q.overflowY === "auto" || Q.overflowY === "scroll"));
|
|
2447
|
-
var He = De && (Math.abs(A - o) <= l && Xe + L < Se) - (Math.abs(x - o) <= l && !!Xe), fe = oe && (Math.abs($ - a) <= l && ge + q < Ue) - (Math.abs(w - a) <= l && !!ge);
|
|
2448
|
-
if (!Y[i])
|
|
2449
|
-
for (var Te = 0; Te <= i; Te++)
|
|
2450
|
-
Y[Te] || (Y[Te] = {});
|
|
2451
|
-
(Y[i].vx != He || Y[i].vy != fe || Y[i].el !== h) && (Y[i].el = h, Y[i].vx = He, Y[i].vy = fe, clearInterval(Y[i].pid), (He != 0 || fe != 0) && (d = !0, Y[i].pid = setInterval((function() {
|
|
2452
|
-
n && this.layer === 0 && y.active._onTouchMove(Et);
|
|
2453
|
-
var Ve = Y[this.layer].vy ? Y[this.layer].vy * s : 0, ve = Y[this.layer].vx ? Y[this.layer].vx * s : 0;
|
|
2454
|
-
typeof f == "function" && f.call(y.dragged.parentNode[ee], ve, Ve, r, Et, Y[this.layer].el) !== "continue" || jn(Y[this.layer].el, ve, Ve);
|
|
2455
|
-
}).bind({
|
|
2456
|
-
layer: i
|
|
2457
|
-
}), 24))), i++;
|
|
2458
|
-
} while (e.bubbleScroll && p !== c && (p = ye(p, !1)));
|
|
2459
|
-
Xt = d;
|
|
2460
|
-
}
|
|
2461
|
-
}, 30), Gn = function(e) {
|
|
2462
|
-
var t = e.originalEvent, n = e.putSortable, o = e.dragEl, a = e.activeSortable, l = e.dispatchSortableEvent, s = e.hideGhostForTarget, c = e.unhideGhostForTarget;
|
|
2463
|
-
if (t) {
|
|
2464
|
-
var d = n || a;
|
|
2465
|
-
s();
|
|
2466
|
-
var f = t.changedTouches && t.changedTouches.length ? t.changedTouches[0] : t, i = document.elementFromPoint(f.clientX, f.clientY);
|
|
2467
|
-
c(), d && !d.el.contains(i) && (l("spill"), this.onSpill({
|
|
2468
|
-
dragEl: o,
|
|
2469
|
-
putSortable: n
|
|
2470
|
-
}));
|
|
2471
|
-
}
|
|
2472
|
-
};
|
|
2473
|
-
function Zt() {
|
|
2474
|
-
}
|
|
2475
|
-
Zt.prototype = {
|
|
2476
|
-
startIndex: null,
|
|
2477
|
-
dragStart: function(e) {
|
|
2478
|
-
var t = e.oldDraggableIndex;
|
|
2479
|
-
this.startIndex = t;
|
|
2480
|
-
},
|
|
2481
|
-
onSpill: function(e) {
|
|
2482
|
-
var t = e.dragEl, n = e.putSortable;
|
|
2483
|
-
this.sortable.captureAnimationState(), n && n.captureAnimationState();
|
|
2484
|
-
var o = ze(this.sortable.el, this.startIndex, this.options);
|
|
2485
|
-
o ? this.sortable.el.insertBefore(t, o) : this.sortable.el.appendChild(t), this.sortable.animateAll(), n && n.animateAll();
|
|
2486
|
-
},
|
|
2487
|
-
drop: Gn
|
|
2488
|
-
};
|
|
2489
|
-
he(Zt, {
|
|
2490
|
-
pluginName: "revertOnSpill"
|
|
2491
|
-
});
|
|
2492
|
-
function en() {
|
|
2493
|
-
}
|
|
2494
|
-
en.prototype = {
|
|
2495
|
-
onSpill: function(e) {
|
|
2496
|
-
var t = e.dragEl, n = e.putSortable, o = n || this.sortable;
|
|
2497
|
-
o.captureAnimationState(), t.parentNode && t.parentNode.removeChild(t), o.animateAll();
|
|
2498
|
-
},
|
|
2499
|
-
drop: Gn
|
|
2500
|
-
};
|
|
2501
|
-
he(en, {
|
|
2502
|
-
pluginName: "removeOnSpill"
|
|
2503
|
-
});
|
|
2504
|
-
y.mount(new Fo());
|
|
2505
|
-
y.mount(en, Zt);
|
|
2506
|
-
function Bo() {
|
|
2507
|
-
return typeof window < "u" ? window.console : global.console;
|
|
2508
|
-
}
|
|
2509
|
-
const Lo = Bo();
|
|
2510
|
-
function Yo(r) {
|
|
2511
|
-
const e = /* @__PURE__ */ Object.create(null);
|
|
2512
|
-
return function(n) {
|
|
2513
|
-
return e[n] || (e[n] = r(n));
|
|
2514
|
-
};
|
|
2515
|
-
}
|
|
2516
|
-
const Ro = /-(\w)/g, bn = Yo((r) => r.replace(Ro, (e, t) => t ? t.toUpperCase() : ""));
|
|
2517
|
-
function Bt(r) {
|
|
2518
|
-
r.parentElement !== null && r.parentElement.removeChild(r);
|
|
2519
|
-
}
|
|
2520
|
-
function _n(r, e, t) {
|
|
2521
|
-
const n = t === 0 ? r.children[0] : r.children[t - 1].nextSibling;
|
|
2522
|
-
r.insertBefore(e, n);
|
|
2523
|
-
}
|
|
2524
|
-
function zo(r, e) {
|
|
2525
|
-
return Object.values(r).indexOf(e);
|
|
2526
|
-
}
|
|
2527
|
-
function jo(r, e, t, n) {
|
|
2528
|
-
if (!r)
|
|
2529
|
-
return [];
|
|
2530
|
-
const o = Object.values(r), a = e.length - n;
|
|
2531
|
-
return [...e].map((s, c) => c >= a ? o.length : o.indexOf(s));
|
|
2532
|
-
}
|
|
2533
|
-
function qn(r, e) {
|
|
2534
|
-
this.$nextTick(() => this.$emit(r.toLowerCase(), e));
|
|
2535
|
-
}
|
|
2536
|
-
function Uo(r) {
|
|
2537
|
-
return (e) => {
|
|
2538
|
-
this.realList !== null && this["onDrag" + r](e), qn.call(this, r, e);
|
|
2539
|
-
};
|
|
2540
|
-
}
|
|
2541
|
-
function Xo(r) {
|
|
2542
|
-
return ["transition-group", "TransitionGroup"].includes(r);
|
|
2543
|
-
}
|
|
2544
|
-
function Ho(r) {
|
|
2545
|
-
if (!r || r.length !== 1)
|
|
2546
|
-
return !1;
|
|
2547
|
-
const [{ type: e }] = r;
|
|
2548
|
-
return e ? Xo(e.name) : !1;
|
|
2549
|
-
}
|
|
2550
|
-
function Vo(r, e) {
|
|
2551
|
-
return e ? { ...e.props, ...e.attrs } : r;
|
|
2552
|
-
}
|
|
2553
|
-
const Ht = ["Start", "Add", "Remove", "Update", "End"], Vt = ["Choose", "Unchoose", "Sort", "Filter", "Clone"], Wo = ["Move", ...Ht, ...Vt].map((r) => "on" + r);
|
|
2554
|
-
let Lt = null;
|
|
2555
|
-
const Ko = {
|
|
2556
|
-
options: Object,
|
|
2557
|
-
list: {
|
|
2558
|
-
type: Array,
|
|
2559
|
-
required: !1,
|
|
2560
|
-
default: null
|
|
2561
|
-
},
|
|
2562
|
-
noTransitionOnDrag: {
|
|
2563
|
-
type: Boolean,
|
|
2564
|
-
default: !1
|
|
2565
|
-
},
|
|
2566
|
-
clone: {
|
|
2567
|
-
type: Function,
|
|
2568
|
-
default: (r) => r
|
|
2569
|
-
},
|
|
2570
|
-
tag: {
|
|
2571
|
-
type: String,
|
|
2572
|
-
default: "div"
|
|
2573
|
-
},
|
|
2574
|
-
move: {
|
|
2575
|
-
type: Function,
|
|
2576
|
-
default: null
|
|
2577
|
-
},
|
|
2578
|
-
componentData: {
|
|
2579
|
-
type: Object,
|
|
2580
|
-
required: !1,
|
|
2581
|
-
default: null
|
|
2582
|
-
},
|
|
2583
|
-
component: {
|
|
2584
|
-
type: String,
|
|
2585
|
-
default: null
|
|
2586
|
-
},
|
|
2587
|
-
modelValue: {
|
|
2588
|
-
type: Array,
|
|
2589
|
-
required: !1,
|
|
2590
|
-
default: null
|
|
2591
|
-
}
|
|
2592
|
-
}, Go = I({
|
|
2593
|
-
name: "VueDraggableNext",
|
|
2594
|
-
inheritAttrs: !1,
|
|
2595
|
-
emits: [
|
|
2596
|
-
"update:modelValue",
|
|
2597
|
-
"move",
|
|
2598
|
-
"change",
|
|
2599
|
-
...Ht.map((r) => r.toLowerCase()),
|
|
2600
|
-
...Vt.map((r) => r.toLowerCase())
|
|
2601
|
-
],
|
|
2602
|
-
props: Ko,
|
|
2603
|
-
data() {
|
|
2604
|
-
return {
|
|
2605
|
-
transitionMode: !1,
|
|
2606
|
-
noneFunctionalComponentMode: !1,
|
|
2607
|
-
headerOffset: 0,
|
|
2608
|
-
footerOffset: 0,
|
|
2609
|
-
_sortable: {},
|
|
2610
|
-
visibleIndexes: [],
|
|
2611
|
-
context: {}
|
|
2612
|
-
};
|
|
2613
|
-
},
|
|
2614
|
-
render() {
|
|
2615
|
-
const r = this.$slots.default ? this.$slots.default() : null, e = Vo(this.$attrs, this.componentData);
|
|
2616
|
-
return r ? (this.transitionMode = Ho(r), on(this.getTag(), e, r)) : on(this.getTag(), e, []);
|
|
2617
|
-
},
|
|
2618
|
-
created() {
|
|
2619
|
-
this.list !== null && this.modelValue !== null && Lo.error("list props are mutually exclusive! Please set one.");
|
|
2620
|
-
},
|
|
2621
|
-
mounted() {
|
|
2622
|
-
const r = {};
|
|
2623
|
-
Ht.forEach((o) => {
|
|
2624
|
-
r["on" + o] = Uo.call(this, o);
|
|
2625
|
-
}), Vt.forEach((o) => {
|
|
2626
|
-
r["on" + o] = qn.bind(this, o);
|
|
2627
|
-
});
|
|
2628
|
-
const e = Object.keys(this.$attrs).reduce((o, a) => (o[bn(a)] = this.$attrs[a], o), {}), t = Object.assign({}, e, r, {
|
|
2629
|
-
onMove: (o, a) => this.onDragMove(o, a)
|
|
2630
|
-
});
|
|
2631
|
-
!("draggable" in t) && (t.draggable = ">*");
|
|
2632
|
-
const n = this.$el.nodeType === 1 ? this.$el : this.$el.parentElement;
|
|
2633
|
-
this._sortable = new y(n, t), n.__draggable_component__ = this, this.computeIndexes();
|
|
2634
|
-
},
|
|
2635
|
-
beforeUnmount() {
|
|
2636
|
-
try {
|
|
2637
|
-
this._sortable !== void 0 && this._sortable.destroy();
|
|
2638
|
-
} catch {
|
|
2639
|
-
}
|
|
2640
|
-
},
|
|
2641
|
-
computed: {
|
|
2642
|
-
realList() {
|
|
2643
|
-
return this.list ? this.list : this.modelValue;
|
|
2644
|
-
}
|
|
2645
|
-
},
|
|
2646
|
-
watch: {
|
|
2647
|
-
$attrs: {
|
|
2648
|
-
handler(r) {
|
|
2649
|
-
this.updateOptions(r);
|
|
2650
|
-
},
|
|
2651
|
-
deep: !0
|
|
2652
|
-
},
|
|
2653
|
-
realList() {
|
|
2654
|
-
this.computeIndexes();
|
|
2655
|
-
}
|
|
2656
|
-
},
|
|
2657
|
-
methods: {
|
|
2658
|
-
getTag() {
|
|
2659
|
-
return this.component ? or(this.component) : this.tag;
|
|
2660
|
-
},
|
|
2661
|
-
updateOptions(r) {
|
|
2662
|
-
for (var e in r) {
|
|
2663
|
-
const t = bn(e);
|
|
2664
|
-
Wo.indexOf(t) === -1 && this._sortable.option(t, r[e]);
|
|
2665
|
-
}
|
|
2666
|
-
},
|
|
2667
|
-
getChildrenNodes() {
|
|
2668
|
-
return this.$el.children;
|
|
2669
|
-
},
|
|
2670
|
-
computeIndexes() {
|
|
2671
|
-
this.$nextTick(() => {
|
|
2672
|
-
this.visibleIndexes = jo(this.getChildrenNodes(), this.$el.children, this.transitionMode, this.footerOffset);
|
|
2673
|
-
});
|
|
2674
|
-
},
|
|
2675
|
-
getUnderlyingVm(r) {
|
|
2676
|
-
const e = zo(this.getChildrenNodes() || [], r);
|
|
2677
|
-
if (e === -1)
|
|
2678
|
-
return null;
|
|
2679
|
-
const t = this.realList[e];
|
|
2680
|
-
return { index: e, element: t };
|
|
2681
|
-
},
|
|
2682
|
-
emitChanges(r) {
|
|
2683
|
-
this.$nextTick(() => {
|
|
2684
|
-
this.$emit("change", r);
|
|
2685
|
-
});
|
|
2686
|
-
},
|
|
2687
|
-
alterList(r) {
|
|
2688
|
-
if (this.list) {
|
|
2689
|
-
r(this.list);
|
|
2690
|
-
return;
|
|
2691
|
-
}
|
|
2692
|
-
const e = [...this.modelValue];
|
|
2693
|
-
r(e), this.$emit("update:modelValue", e);
|
|
2694
|
-
},
|
|
2695
|
-
spliceList() {
|
|
2696
|
-
const r = (e) => e.splice(...arguments);
|
|
2697
|
-
this.alterList(r);
|
|
2698
|
-
},
|
|
2699
|
-
updatePosition(r, e) {
|
|
2700
|
-
const t = (n) => n.splice(e, 0, n.splice(r, 1)[0]);
|
|
2701
|
-
this.alterList(t);
|
|
2702
|
-
},
|
|
2703
|
-
getVmIndex(r) {
|
|
2704
|
-
const e = this.visibleIndexes, t = e.length;
|
|
2705
|
-
return r > t - 1 ? t : e[r];
|
|
2706
|
-
},
|
|
2707
|
-
getComponent() {
|
|
2708
|
-
return this.$slots.default ? (
|
|
2709
|
-
//@ts-ignore
|
|
2710
|
-
this.$slots.default()[0].componentInstance
|
|
2711
|
-
) : null;
|
|
2712
|
-
},
|
|
2713
|
-
resetTransitionData(r) {
|
|
2714
|
-
if (!this.noTransitionOnDrag || !this.transitionMode)
|
|
2715
|
-
return;
|
|
2716
|
-
var e = this.getChildrenNodes();
|
|
2717
|
-
e[r].data = null;
|
|
2718
|
-
const t = this.getComponent();
|
|
2719
|
-
t.children = [], t.kept = void 0;
|
|
2720
|
-
},
|
|
2721
|
-
onDragStart(r) {
|
|
2722
|
-
this.computeIndexes(), this.context = this.getUnderlyingVm(r.item), this.context && (r.item._underlying_vm_ = this.clone(this.context.element), Lt = r.item);
|
|
2723
|
-
},
|
|
2724
|
-
onDragAdd(r) {
|
|
2725
|
-
const e = r.item._underlying_vm_;
|
|
2726
|
-
if (e === void 0)
|
|
2727
|
-
return;
|
|
2728
|
-
Bt(r.item);
|
|
2729
|
-
const t = this.getVmIndex(r.newIndex);
|
|
2730
|
-
this.spliceList(t, 0, e), this.computeIndexes();
|
|
2731
|
-
const n = { element: e, newIndex: t };
|
|
2732
|
-
this.emitChanges({ added: n });
|
|
2733
|
-
},
|
|
2734
|
-
onDragRemove(r) {
|
|
2735
|
-
if (_n(this.$el, r.item, r.oldIndex), r.pullMode === "clone") {
|
|
2736
|
-
Bt(r.clone);
|
|
2737
|
-
return;
|
|
2738
|
-
}
|
|
2739
|
-
if (!this.context)
|
|
2740
|
-
return;
|
|
2741
|
-
const e = this.context.index;
|
|
2742
|
-
this.spliceList(e, 1);
|
|
2743
|
-
const t = { element: this.context.element, oldIndex: e };
|
|
2744
|
-
this.resetTransitionData(e), this.emitChanges({ removed: t });
|
|
2745
|
-
},
|
|
2746
|
-
onDragUpdate(r) {
|
|
2747
|
-
Bt(r.item), _n(r.from, r.item, r.oldIndex);
|
|
2748
|
-
const e = this.context.index, t = this.getVmIndex(r.newIndex);
|
|
2749
|
-
this.updatePosition(e, t);
|
|
2750
|
-
const n = { element: this.context.element, oldIndex: e, newIndex: t };
|
|
2751
|
-
this.emitChanges({ moved: n });
|
|
2752
|
-
},
|
|
2753
|
-
updateProperty(r, e) {
|
|
2754
|
-
r.hasOwnProperty(e) && (r[e] += this.headerOffset);
|
|
2755
|
-
},
|
|
2756
|
-
onDragMove(r, e) {
|
|
2757
|
-
const t = this.move;
|
|
2758
|
-
if (!t || !this.realList)
|
|
2759
|
-
return !0;
|
|
2760
|
-
const n = this.getRelatedContextFromMoveEvent(r), o = this.context, a = this.computeFutureIndex(n, r);
|
|
2761
|
-
Object.assign(o, { futureIndex: a });
|
|
2762
|
-
const l = Object.assign({}, r, {
|
|
2763
|
-
relatedContext: n,
|
|
2764
|
-
draggedContext: o
|
|
2765
|
-
});
|
|
2766
|
-
return t(l, e);
|
|
2767
|
-
},
|
|
2768
|
-
onDragEnd() {
|
|
2769
|
-
this.computeIndexes(), Lt = null;
|
|
2770
|
-
},
|
|
2771
|
-
getTrargetedComponent(r) {
|
|
2772
|
-
return r.__draggable_component__;
|
|
2773
|
-
},
|
|
2774
|
-
getRelatedContextFromMoveEvent({ to: r, related: e }) {
|
|
2775
|
-
const t = this.getTrargetedComponent(r);
|
|
2776
|
-
if (!t)
|
|
2777
|
-
return { component: t };
|
|
2778
|
-
const n = t.realList, o = { list: n, component: t };
|
|
2779
|
-
if (r !== e && n && t.getUnderlyingVm) {
|
|
2780
|
-
const a = t.getUnderlyingVm(e);
|
|
2781
|
-
if (a)
|
|
2782
|
-
return Object.assign(a, o);
|
|
2783
|
-
}
|
|
2784
|
-
return o;
|
|
2785
|
-
},
|
|
2786
|
-
computeFutureIndex(r, e) {
|
|
2787
|
-
const t = [...e.to.children].filter((l) => l.style.display !== "none");
|
|
2788
|
-
if (t.length === 0)
|
|
2789
|
-
return 0;
|
|
2790
|
-
const n = t.indexOf(e.related), o = r.component.getVmIndex(n);
|
|
2791
|
-
return t.indexOf(Lt) !== -1 || !e.willInsertAfter ? o : o + 1;
|
|
2792
|
-
}
|
|
2793
|
-
}
|
|
2794
|
-
}), qo = { class: "inline-flex [&>div]:ml-[-1px] first:[&>div]:ml-0" }, Qo = /* @__PURE__ */ I({
|
|
1256
|
+
}), qt = { class: "inline-flex [&>div]:ml-[-1px] first:[&>div]:ml-0" }, Qt = /* @__PURE__ */ k({
|
|
2795
1257
|
__name: "icontool",
|
|
2796
1258
|
props: {
|
|
2797
1259
|
gridCtrl: {}
|
|
2798
1260
|
},
|
|
2799
|
-
setup(
|
|
2800
|
-
const
|
|
2801
|
-
|
|
2802
|
-
() =>
|
|
2803
|
-
(
|
|
2804
|
-
|
|
1261
|
+
setup(v) {
|
|
1262
|
+
const o = v, a = o.gridCtrl, { tools: t } = We(o.gridCtrl), r = ye();
|
|
1263
|
+
$(
|
|
1264
|
+
() => a.selectable.value,
|
|
1265
|
+
(d) => {
|
|
1266
|
+
Z(t, "tool.export.excel.selected") && (Z(t, "tool.export.excel.selected").disabled = !d), Z(t, "tool.export.pdf.selected") && (Z(t, "tool.export.pdf.selected").disabled = !d);
|
|
2805
1267
|
}
|
|
2806
1268
|
);
|
|
2807
|
-
const
|
|
2808
|
-
|
|
2809
|
-
() =>
|
|
2810
|
-
(
|
|
2811
|
-
|
|
1269
|
+
const n = g([]);
|
|
1270
|
+
$(
|
|
1271
|
+
() => a.columns.value,
|
|
1272
|
+
(d) => {
|
|
1273
|
+
n.value = Ie(d, !0);
|
|
2812
1274
|
},
|
|
2813
1275
|
{ deep: !0, immediate: !0 }
|
|
2814
1276
|
);
|
|
2815
|
-
const
|
|
2816
|
-
|
|
1277
|
+
const c = () => {
|
|
1278
|
+
a.columns.value.splice(0, a.columns.value.length, ...n.value), r.setTableColumns(Ge.currentRoute.value.path, a.columns.value);
|
|
2817
1279
|
};
|
|
2818
|
-
return (
|
|
2819
|
-
(
|
|
2820
|
-
key:
|
|
1280
|
+
return (d, f) => (p(), w("div", qt, [
|
|
1281
|
+
(p(!0), w(M, null, L(e(t), (s, u) => (p(), w(M, {
|
|
1282
|
+
key: s.key
|
|
2821
1283
|
}, [
|
|
2822
|
-
|
|
1284
|
+
e(H)(s) && s.dropdown ? (p(), h(e(oe), {
|
|
2823
1285
|
key: 0,
|
|
2824
1286
|
placement: "bottomRight",
|
|
2825
1287
|
class: "p-0 rounded-none"
|
|
2826
1288
|
}, {
|
|
2827
|
-
overlay:
|
|
2828
|
-
|
|
2829
|
-
class:
|
|
1289
|
+
overlay: m(() => [
|
|
1290
|
+
S("div", {
|
|
1291
|
+
class: N(["min-w-[100px] bg-white rounded shadow-md p-4", s.dropdownClass])
|
|
2830
1292
|
}, [
|
|
2831
|
-
|
|
1293
|
+
s.dropdown === "headset" ? (p(), h(e(gt), {
|
|
2832
1294
|
key: 0,
|
|
2833
|
-
modelValue:
|
|
2834
|
-
"onUpdate:modelValue":
|
|
1295
|
+
modelValue: n.value,
|
|
1296
|
+
"onUpdate:modelValue": f[1] || (f[1] = (l) => n.value = l),
|
|
2835
1297
|
"item-key": "dataIndex",
|
|
2836
|
-
onEnd:
|
|
1298
|
+
onEnd: c,
|
|
2837
1299
|
handle: ".drag-handle"
|
|
2838
1300
|
}, {
|
|
2839
|
-
default:
|
|
2840
|
-
(
|
|
2841
|
-
key:
|
|
2842
|
-
onClick:
|
|
1301
|
+
default: m(() => [
|
|
1302
|
+
(p(!0), w(M, null, L(n.value, (l) => (p(), w("div", {
|
|
1303
|
+
key: l.name,
|
|
1304
|
+
onClick: f[0] || (f[0] = J(() => {
|
|
2843
1305
|
}, ["stop"])),
|
|
2844
1306
|
class: "flex items-center mb-2 last:mb-0 select-none"
|
|
2845
1307
|
}, [
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
checked:
|
|
2849
|
-
onChange:
|
|
2850
|
-
(
|
|
2851
|
-
|
|
1308
|
+
f[2] || (f[2] = S("span", { class: "drag-handle mr-2 text-gray-400 hover:text-gray-600 cursor-move" }, "⋮⋮", -1)),
|
|
1309
|
+
b(e(vt), {
|
|
1310
|
+
checked: l.visible !== !1,
|
|
1311
|
+
onChange: J(
|
|
1312
|
+
(i) => {
|
|
1313
|
+
e(Je)(l, i.target.checked);
|
|
2852
1314
|
},
|
|
2853
1315
|
["stop", "prevent"]
|
|
2854
1316
|
),
|
|
2855
1317
|
class: "text-gray-700 hover:text-gray-900 select-none"
|
|
2856
1318
|
}, {
|
|
2857
|
-
default:
|
|
2858
|
-
|
|
1319
|
+
default: m(() => [
|
|
1320
|
+
F(D(l.title), 1)
|
|
2859
1321
|
]),
|
|
2860
1322
|
_: 2
|
|
2861
1323
|
}, 1032, ["checked", "onChange"])
|
|
2862
1324
|
]))), 128))
|
|
2863
1325
|
]),
|
|
2864
1326
|
_: 1
|
|
2865
|
-
}, 8, ["modelValue"])) :
|
|
1327
|
+
}, 8, ["modelValue"])) : C("", !0)
|
|
2866
1328
|
], 2)
|
|
2867
1329
|
]),
|
|
2868
|
-
default:
|
|
2869
|
-
|
|
2870
|
-
class:
|
|
1330
|
+
default: m(() => [
|
|
1331
|
+
b(e(O), {
|
|
1332
|
+
class: N([
|
|
2871
1333
|
"px-[8px] py-[2px] relative border-[#ccc] bg-[#fcfcfc] rounded-none text-[#666] hover:z-10",
|
|
2872
|
-
|
|
2873
|
-
|
|
1334
|
+
u === 0 ? "rounded-l-[5px]" : "",
|
|
1335
|
+
u === e(t).length - 1 ? "rounded-r-[5px]" : ""
|
|
2874
1336
|
]),
|
|
2875
|
-
disabled:
|
|
2876
|
-
tiptext:
|
|
2877
|
-
onClick: (
|
|
1337
|
+
disabled: e(j)(s),
|
|
1338
|
+
tiptext: s.label,
|
|
1339
|
+
onClick: (l) => e(U)(s, e(a).page, e(a))
|
|
2878
1340
|
}, {
|
|
2879
|
-
default:
|
|
2880
|
-
|
|
2881
|
-
icon:
|
|
1341
|
+
default: m(() => [
|
|
1342
|
+
b(e(Y), {
|
|
1343
|
+
icon: s.icon,
|
|
2882
1344
|
class: "w-[18px] h-[18.5px]",
|
|
2883
1345
|
clickable: ""
|
|
2884
1346
|
}, null, 8, ["icon"])
|
|
@@ -2887,39 +1349,39 @@ const Ko = {
|
|
|
2887
1349
|
}, 1032, ["class", "disabled", "tiptext", "onClick"])
|
|
2888
1350
|
]),
|
|
2889
1351
|
_: 2
|
|
2890
|
-
}, 1024)) : !
|
|
1352
|
+
}, 1024)) : !s.children && e(H)(s) ? (p(), h(e(O), {
|
|
2891
1353
|
key: 1,
|
|
2892
|
-
class:
|
|
1354
|
+
class: N([
|
|
2893
1355
|
"px-[8px] py-[2px] relative border-[#ccc] bg-[#fcfcfc] rounded-none text-[#666] hover:z-10",
|
|
2894
|
-
|
|
2895
|
-
|
|
1356
|
+
u === 0 ? "rounded-l-[5px]" : "",
|
|
1357
|
+
u === e(t).length - 1 ? "rounded-r-[5px]" : ""
|
|
2896
1358
|
]),
|
|
2897
|
-
disabled:
|
|
2898
|
-
tiptext:
|
|
2899
|
-
onClick: (
|
|
1359
|
+
disabled: e(j)(s),
|
|
1360
|
+
tiptext: s.label,
|
|
1361
|
+
onClick: (l) => e(U)(s, e(a).page, e(a))
|
|
2900
1362
|
}, {
|
|
2901
|
-
default:
|
|
2902
|
-
|
|
2903
|
-
icon:
|
|
1363
|
+
default: m(() => [
|
|
1364
|
+
b(e(Y), {
|
|
1365
|
+
icon: s.icon,
|
|
2904
1366
|
class: "w-[18px] h-[18.5px]",
|
|
2905
1367
|
clickable: ""
|
|
2906
1368
|
}, null, 8, ["icon"])
|
|
2907
1369
|
]),
|
|
2908
1370
|
_: 2
|
|
2909
|
-
}, 1032, ["class", "disabled", "tiptext", "onClick"])) :
|
|
1371
|
+
}, 1032, ["class", "disabled", "tiptext", "onClick"])) : e(H)(s) ? (p(), h(e(oe), {
|
|
2910
1372
|
key: 2,
|
|
2911
1373
|
placement: "bottomRight",
|
|
2912
1374
|
class: "p-0 rounded-none"
|
|
2913
1375
|
}, {
|
|
2914
|
-
overlay:
|
|
2915
|
-
|
|
2916
|
-
default:
|
|
2917
|
-
(
|
|
2918
|
-
key:
|
|
2919
|
-
disabled:
|
|
1376
|
+
overlay: m(() => [
|
|
1377
|
+
b(e(ue), null, {
|
|
1378
|
+
default: m(() => [
|
|
1379
|
+
(p(!0), w(M, null, L(s.children, (l) => (p(), h(e(ie), {
|
|
1380
|
+
key: l.key,
|
|
1381
|
+
disabled: e(j)(l)
|
|
2920
1382
|
}, {
|
|
2921
|
-
default:
|
|
2922
|
-
|
|
1383
|
+
default: m(() => [
|
|
1384
|
+
F(D(l.label), 1)
|
|
2923
1385
|
]),
|
|
2924
1386
|
_: 2
|
|
2925
1387
|
}, 1032, ["disabled"]))), 128))
|
|
@@ -2927,20 +1389,20 @@ const Ko = {
|
|
|
2927
1389
|
_: 2
|
|
2928
1390
|
}, 1024)
|
|
2929
1391
|
]),
|
|
2930
|
-
default:
|
|
2931
|
-
|
|
2932
|
-
class:
|
|
1392
|
+
default: m(() => [
|
|
1393
|
+
b(e(O), {
|
|
1394
|
+
class: N([
|
|
2933
1395
|
"!w-[46px] px-[5px] py-[2px] relative border-[#ccc] bg-[#fcfcfc] rounded-none text-[#666] hover:z-10",
|
|
2934
|
-
|
|
1396
|
+
u === 0 ? "rounded-l-[5px]" : ""
|
|
2935
1397
|
]),
|
|
2936
|
-
disabled:
|
|
2937
|
-
tiptext:
|
|
2938
|
-
icon:
|
|
1398
|
+
disabled: e(j)(s),
|
|
1399
|
+
tiptext: s.label,
|
|
1400
|
+
icon: s.icon,
|
|
2939
1401
|
iconProps: { class: "w-[19px] h-[19px]" },
|
|
2940
|
-
onClick: (
|
|
1402
|
+
onClick: (l) => e(U)(s, e(a).page, e(a))
|
|
2941
1403
|
}, {
|
|
2942
|
-
default:
|
|
2943
|
-
|
|
1404
|
+
default: m(() => [
|
|
1405
|
+
b(e(Y), {
|
|
2944
1406
|
icon: "icon-down-arrow",
|
|
2945
1407
|
class: "w-[12px] h-[12px]"
|
|
2946
1408
|
})
|
|
@@ -2949,18 +1411,18 @@ const Ko = {
|
|
|
2949
1411
|
}, 1032, ["class", "disabled", "tiptext", "icon", "onClick"])
|
|
2950
1412
|
]),
|
|
2951
1413
|
_: 2
|
|
2952
|
-
}, 1024)) :
|
|
1414
|
+
}, 1024)) : C("", !0)
|
|
2953
1415
|
], 64))), 128))
|
|
2954
1416
|
]));
|
|
2955
1417
|
}
|
|
2956
|
-
}),
|
|
1418
|
+
}), Vt = { class: "flex justify-between mb-[10px]" }, Ht = { key: 1 }, Wt = 3, Jt = /* @__PURE__ */ k({
|
|
2957
1419
|
__name: "index",
|
|
2958
1420
|
props: {
|
|
2959
1421
|
gridCtrl: {},
|
|
2960
1422
|
editorCtrl: {}
|
|
2961
1423
|
},
|
|
2962
|
-
setup(
|
|
2963
|
-
const
|
|
1424
|
+
setup(v) {
|
|
1425
|
+
const o = v, a = o.gridCtrl, t = a.page, r = o.editorCtrl, n = [
|
|
2964
1426
|
{
|
|
2965
1427
|
key: "New",
|
|
2966
1428
|
label: "新增",
|
|
@@ -2969,94 +1431,94 @@ const Ko = {
|
|
|
2969
1431
|
danger: !0,
|
|
2970
1432
|
permit: ":new",
|
|
2971
1433
|
// 默认仅受权限码控制
|
|
2972
|
-
click: () =>
|
|
1434
|
+
click: () => Xe(r)
|
|
2973
1435
|
}
|
|
2974
|
-
],
|
|
2975
|
-
return
|
|
1436
|
+
], c = g([]), d = g([]);
|
|
1437
|
+
return $(
|
|
2976
1438
|
() => {
|
|
2977
|
-
var
|
|
2978
|
-
return (
|
|
1439
|
+
var f;
|
|
1440
|
+
return (f = a.buttons) == null ? void 0 : f.value;
|
|
2979
1441
|
},
|
|
2980
1442
|
() => {
|
|
2981
|
-
var
|
|
2982
|
-
const { buttons:
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
(
|
|
1443
|
+
var u;
|
|
1444
|
+
const { buttons: f, menus: s } = De(
|
|
1445
|
+
n,
|
|
1446
|
+
a.flat !== void 0 ? a.flat : Wt,
|
|
1447
|
+
(u = a.buttons) == null ? void 0 : u.value
|
|
2986
1448
|
);
|
|
2987
|
-
|
|
1449
|
+
c.value.splice(0, c.value.length, ...f), d.value.splice(0, d.value.length, ...s);
|
|
2988
1450
|
},
|
|
2989
1451
|
{
|
|
2990
1452
|
deep: !0,
|
|
2991
1453
|
immediate: !0
|
|
2992
1454
|
}
|
|
2993
|
-
), (
|
|
2994
|
-
const
|
|
2995
|
-
return
|
|
2996
|
-
|
|
2997
|
-
default:
|
|
2998
|
-
(
|
|
2999
|
-
key:
|
|
3000
|
-
type:
|
|
3001
|
-
danger:
|
|
3002
|
-
disabled:
|
|
3003
|
-
icon:
|
|
3004
|
-
onClick: (
|
|
1455
|
+
), (f, s) => {
|
|
1456
|
+
const u = q("role"), l = q("permit");
|
|
1457
|
+
return p(), w("div", Vt, [
|
|
1458
|
+
b(e(G), null, {
|
|
1459
|
+
default: m(() => [
|
|
1460
|
+
(p(!0), w(M, null, L(c.value, (i) => Q((p(), h(e(O), {
|
|
1461
|
+
key: i.key,
|
|
1462
|
+
type: i.type,
|
|
1463
|
+
danger: i.danger,
|
|
1464
|
+
disabled: e(j)(i),
|
|
1465
|
+
icon: i.icon,
|
|
1466
|
+
onClick: (_) => e(U)(i, e(t), e(a))
|
|
3005
1467
|
}, {
|
|
3006
|
-
default:
|
|
3007
|
-
|
|
1468
|
+
default: m(() => [
|
|
1469
|
+
F(D(i.label), 1)
|
|
3008
1470
|
]),
|
|
3009
1471
|
_: 2
|
|
3010
1472
|
}, 1032, ["type", "danger", "disabled", "icon", "onClick"])), [
|
|
3011
|
-
[
|
|
3012
|
-
[
|
|
1473
|
+
[u, i.role],
|
|
1474
|
+
[l, i.permit]
|
|
3013
1475
|
])), 128)),
|
|
3014
|
-
|
|
3015
|
-
overlay:
|
|
3016
|
-
|
|
3017
|
-
default:
|
|
3018
|
-
(
|
|
3019
|
-
key:
|
|
3020
|
-
disabled:
|
|
3021
|
-
onClick: (
|
|
1476
|
+
d.value.length > 0 ? (p(), h(e(oe), { key: 0 }, {
|
|
1477
|
+
overlay: m(() => [
|
|
1478
|
+
b(e(ue), null, {
|
|
1479
|
+
default: m(() => [
|
|
1480
|
+
(p(!0), w(M, null, L(d.value, (i) => Q((p(), h(e(ie), {
|
|
1481
|
+
key: i.key,
|
|
1482
|
+
disabled: e(j)(i),
|
|
1483
|
+
onClick: (_) => e(U)(i, e(t), e(a))
|
|
3022
1484
|
}, {
|
|
3023
|
-
default:
|
|
3024
|
-
|
|
1485
|
+
default: m(() => [
|
|
1486
|
+
F(D(i.label), 1)
|
|
3025
1487
|
]),
|
|
3026
1488
|
_: 2
|
|
3027
1489
|
}, 1032, ["disabled", "onClick"])), [
|
|
3028
|
-
[
|
|
3029
|
-
[
|
|
1490
|
+
[u, i.role],
|
|
1491
|
+
[l, i.permit]
|
|
3030
1492
|
])), 128))
|
|
3031
1493
|
]),
|
|
3032
1494
|
_: 1
|
|
3033
1495
|
})
|
|
3034
1496
|
]),
|
|
3035
|
-
default:
|
|
3036
|
-
|
|
3037
|
-
default:
|
|
3038
|
-
|
|
1497
|
+
default: m(() => [
|
|
1498
|
+
b(e(O), null, {
|
|
1499
|
+
default: m(() => s[0] || (s[0] = [
|
|
1500
|
+
F(" 更多操作 ")
|
|
3039
1501
|
])),
|
|
3040
1502
|
_: 1,
|
|
3041
1503
|
__: [0]
|
|
3042
1504
|
})
|
|
3043
1505
|
]),
|
|
3044
1506
|
_: 1
|
|
3045
|
-
})) :
|
|
3046
|
-
|
|
1507
|
+
})) : C("", !0),
|
|
1508
|
+
c.value.length === 0 && d.value.length === 0 ? (p(), w("span", Ht)) : C("", !0)
|
|
3047
1509
|
]),
|
|
3048
1510
|
_: 1
|
|
3049
1511
|
}),
|
|
3050
|
-
|
|
3051
|
-
default:
|
|
3052
|
-
(
|
|
1512
|
+
b(e(G), { class: "mr-1" }, {
|
|
1513
|
+
default: m(() => [
|
|
1514
|
+
(p(), h(Ye(Qt), { "grid-ctrl": e(a) }, null, 8, ["grid-ctrl"]))
|
|
3053
1515
|
]),
|
|
3054
1516
|
_: 1
|
|
3055
1517
|
})
|
|
3056
1518
|
]);
|
|
3057
1519
|
};
|
|
3058
1520
|
}
|
|
3059
|
-
}),
|
|
1521
|
+
}), Oa = /* @__PURE__ */ k({
|
|
3060
1522
|
inheritAttrs: !1,
|
|
3061
1523
|
__name: "index",
|
|
3062
1524
|
props: {
|
|
@@ -3068,123 +1530,123 @@ const Ko = {
|
|
|
3068
1530
|
scroll: {},
|
|
3069
1531
|
statusDisabled: { type: Function }
|
|
3070
1532
|
},
|
|
3071
|
-
setup(
|
|
3072
|
-
const
|
|
3073
|
-
|
|
3074
|
-
const
|
|
1533
|
+
setup(v) {
|
|
1534
|
+
const o = v, a = W(), t = o.gridCtrl;
|
|
1535
|
+
t && (t.pageNo.value = 1, t.total.value = 0, t.pageSize.value = t.pageSize.value);
|
|
1536
|
+
const r = g(t.pageSize.value), n = g(t.pageNo.value), c = g([]), d = g({
|
|
3075
1537
|
total: 0,
|
|
3076
1538
|
current: 1,
|
|
3077
|
-
pageSize:
|
|
3078
|
-
showTotal: (
|
|
3079
|
-
onChange: (
|
|
3080
|
-
|
|
1539
|
+
pageSize: r.value,
|
|
1540
|
+
showTotal: (i) => `共 ${i} 条记录`,
|
|
1541
|
+
onChange: (i, _) => {
|
|
1542
|
+
d.value.current = i, d.value.pageSize = _, r.value = _, n.value = i, t && (t.pageNo.value = i, t.pageSize.value = _, t.remotePage && ve(t));
|
|
3081
1543
|
},
|
|
3082
|
-
...
|
|
1544
|
+
...o.pagination
|
|
3083
1545
|
});
|
|
3084
|
-
|
|
3085
|
-
() =>
|
|
3086
|
-
(
|
|
3087
|
-
|
|
1546
|
+
$(
|
|
1547
|
+
() => t.tableData.value,
|
|
1548
|
+
(i) => {
|
|
1549
|
+
i && (c.value = i, d.value.total = t.total.value ?? 0);
|
|
3088
1550
|
},
|
|
3089
1551
|
{ immediate: !0 }
|
|
3090
|
-
),
|
|
3091
|
-
() =>
|
|
3092
|
-
(
|
|
3093
|
-
|
|
1552
|
+
), $(
|
|
1553
|
+
() => o.tableData,
|
|
1554
|
+
(i) => {
|
|
1555
|
+
i && (c.value = i, d.value.total = i.length);
|
|
3094
1556
|
},
|
|
3095
1557
|
{ immediate: !0 }
|
|
3096
1558
|
);
|
|
3097
|
-
const
|
|
3098
|
-
onChange: (
|
|
3099
|
-
|
|
1559
|
+
const f = g(t.columns.value), s = {
|
|
1560
|
+
onChange: (i, _) => {
|
|
1561
|
+
t && (t.selectKeys.value = i, t.selectRows.value = _);
|
|
3100
1562
|
},
|
|
3101
1563
|
columnWidth: "30px",
|
|
3102
|
-
getCheckboxProps: (
|
|
3103
|
-
disabled:
|
|
1564
|
+
getCheckboxProps: (i) => ({
|
|
1565
|
+
disabled: i.Enabled === 0
|
|
3104
1566
|
}),
|
|
3105
|
-
...
|
|
3106
|
-
},
|
|
3107
|
-
|
|
3108
|
-
() =>
|
|
3109
|
-
(
|
|
3110
|
-
|
|
1567
|
+
...o.rowSelection
|
|
1568
|
+
}, u = g(s);
|
|
1569
|
+
$(
|
|
1570
|
+
() => t.selectable.value,
|
|
1571
|
+
(i) => {
|
|
1572
|
+
t && (u.value = i ? s : void 0);
|
|
3111
1573
|
},
|
|
3112
1574
|
{ immediate: !0 }
|
|
3113
|
-
),
|
|
3114
|
-
() =>
|
|
1575
|
+
), $(
|
|
1576
|
+
() => t.columns.value,
|
|
3115
1577
|
() => {
|
|
3116
|
-
|
|
1578
|
+
f.value = Ie(t.columns.value);
|
|
3117
1579
|
},
|
|
3118
1580
|
{ deep: !0, immediate: !0 }
|
|
3119
1581
|
);
|
|
3120
|
-
const
|
|
3121
|
-
return
|
|
3122
|
-
|
|
3123
|
-
}),
|
|
3124
|
-
|
|
3125
|
-
|
|
1582
|
+
const l = g(!1);
|
|
1583
|
+
return Le(() => {
|
|
1584
|
+
l.value && t && (t.reload.value = !0);
|
|
1585
|
+
}), E(async () => {
|
|
1586
|
+
xe(X.GridControl, t), t.tableData.value ? (c.value = t.tableData.value, t.total.value = c.value.length, d.value.total = t.total.value ?? 0) : t.autoload !== !1 && (t.remotePage ? c.value = (await ve(t)).rows : c.value = await Ze(t)), setTimeout(() => {
|
|
1587
|
+
l.value = !0;
|
|
3126
1588
|
}, 50);
|
|
3127
|
-
}), (
|
|
3128
|
-
var
|
|
3129
|
-
const
|
|
3130
|
-
return
|
|
3131
|
-
(
|
|
1589
|
+
}), (i, _) => {
|
|
1590
|
+
var T, P;
|
|
1591
|
+
const x = q("permit");
|
|
1592
|
+
return p(), w(M, null, [
|
|
1593
|
+
(T = e(t).buttons) != null && T.value.length || (P = e(t).tools) != null && P.length ? (p(), h(Jt, {
|
|
3132
1594
|
key: 0,
|
|
3133
|
-
"grid-ctrl":
|
|
3134
|
-
"editor-ctrl":
|
|
3135
|
-
}, null, 8, ["grid-ctrl", "editor-ctrl"])) :
|
|
3136
|
-
|
|
1595
|
+
"grid-ctrl": e(t),
|
|
1596
|
+
"editor-ctrl": e(t).editor
|
|
1597
|
+
}, null, 8, ["grid-ctrl", "editor-ctrl"])) : C("", !0),
|
|
1598
|
+
l.value ? (p(), h(e(Pe), B({
|
|
3137
1599
|
key: 1,
|
|
3138
1600
|
class: "w-full",
|
|
3139
|
-
"row-key":
|
|
3140
|
-
"data-source":
|
|
3141
|
-
loading:
|
|
3142
|
-
columns:
|
|
3143
|
-
pagination:
|
|
3144
|
-
"row-selection":
|
|
3145
|
-
scroll:
|
|
3146
|
-
size:
|
|
1601
|
+
"row-key": o.primaryKey ?? e(t).primaryKey ?? "Id",
|
|
1602
|
+
"data-source": c.value,
|
|
1603
|
+
loading: e(t).isGridLoading.value,
|
|
1604
|
+
columns: f.value,
|
|
1605
|
+
pagination: d.value,
|
|
1606
|
+
"row-selection": u.value,
|
|
1607
|
+
scroll: o.scroll || { x: 700, y: 1e3 },
|
|
1608
|
+
size: e(t).tableSize.value,
|
|
3147
1609
|
bordered: ""
|
|
3148
|
-
},
|
|
3149
|
-
bodyCell:
|
|
3150
|
-
var
|
|
1610
|
+
}, e(a)), {
|
|
1611
|
+
bodyCell: m((y) => {
|
|
1612
|
+
var K, A;
|
|
3151
1613
|
return [
|
|
3152
|
-
|
|
3153
|
-
column:
|
|
3154
|
-
record:
|
|
1614
|
+
I(i.$slots, "bodyCell", {
|
|
1615
|
+
column: y == null ? void 0 : y.column,
|
|
1616
|
+
record: y == null ? void 0 : y.record
|
|
3155
1617
|
}),
|
|
3156
|
-
|
|
1618
|
+
e(t) && ((K = y == null ? void 0 : y.column) == null ? void 0 : K.dataIndex) === "enabled" ? Q((p(), h(Ft, {
|
|
3157
1619
|
key: 0,
|
|
3158
|
-
checked:
|
|
3159
|
-
"onUpdate:checked": (
|
|
3160
|
-
disabled:
|
|
3161
|
-
data:
|
|
3162
|
-
onClick: (
|
|
3163
|
-
class:
|
|
1620
|
+
checked: y.record.Enabled,
|
|
1621
|
+
"onUpdate:checked": (ce) => y.record.Enabled = ce,
|
|
1622
|
+
disabled: i.statusDisabled ? i.statusDisabled(y.record) : !1,
|
|
1623
|
+
data: e(ke).EnableDisable,
|
|
1624
|
+
onClick: (ce) => e(et)(e(t), y.record),
|
|
1625
|
+
class: N([
|
|
3164
1626
|
"w-[58px]",
|
|
3165
|
-
|
|
1627
|
+
i.statusDisabled && i.statusDisabled(y.record) ? "cursor-not-allowed disabled" : ""
|
|
3166
1628
|
]),
|
|
3167
|
-
loading:
|
|
1629
|
+
loading: y == null ? void 0 : y.record.isLoading
|
|
3168
1630
|
}, null, 8, ["checked", "onUpdate:checked", "disabled", "data", "onClick", "class", "loading"])), [
|
|
3169
|
-
[
|
|
3170
|
-
]) :
|
|
3171
|
-
|
|
1631
|
+
[x, ":enabled", "disable"]
|
|
1632
|
+
]) : C("", !0),
|
|
1633
|
+
e(t) && ((A = y == null ? void 0 : y.column) == null ? void 0 : A.dataIndex) === "operation" ? I(i.$slots, "operate", {
|
|
3172
1634
|
key: 1,
|
|
3173
|
-
record:
|
|
1635
|
+
record: y == null ? void 0 : y.record
|
|
3174
1636
|
}, () => [
|
|
3175
|
-
|
|
3176
|
-
record:
|
|
3177
|
-
"grid-ctrl":
|
|
1637
|
+
b(jt, {
|
|
1638
|
+
record: y == null ? void 0 : y.record,
|
|
1639
|
+
"grid-ctrl": e(t)
|
|
3178
1640
|
}, null, 8, ["record", "grid-ctrl"])
|
|
3179
|
-
]) :
|
|
1641
|
+
]) : C("", !0)
|
|
3180
1642
|
];
|
|
3181
1643
|
}),
|
|
3182
1644
|
_: 3
|
|
3183
|
-
}, 16, ["row-key", "data-source", "loading", "columns", "pagination", "row-selection", "scroll", "size"])) :
|
|
1645
|
+
}, 16, ["row-key", "data-source", "loading", "columns", "pagination", "row-selection", "scroll", "size"])) : C("", !0)
|
|
3184
1646
|
], 64);
|
|
3185
1647
|
};
|
|
3186
1648
|
}
|
|
3187
|
-
}),
|
|
1649
|
+
}), Gt = { class: "flex items-center gap-1" }, Xt = { class: "text-nowrap" }, Ea = /* @__PURE__ */ k({
|
|
3188
1650
|
__name: "index",
|
|
3189
1651
|
props: {
|
|
3190
1652
|
treeCtrl: {},
|
|
@@ -3192,89 +1654,89 @@ const Ko = {
|
|
|
3192
1654
|
expandedKeys: {}
|
|
3193
1655
|
},
|
|
3194
1656
|
emits: ["select", "update:selectedKeys"],
|
|
3195
|
-
setup(
|
|
3196
|
-
const
|
|
3197
|
-
|
|
3198
|
-
() =>
|
|
3199
|
-
(
|
|
3200
|
-
|
|
1657
|
+
setup(v, { emit: o }) {
|
|
1658
|
+
const a = v, t = W(), r = a.treeCtrl, n = g([]);
|
|
1659
|
+
$(
|
|
1660
|
+
() => r.data.value,
|
|
1661
|
+
(u) => {
|
|
1662
|
+
u && (n.value = r.fieldMap ? ee(r.fieldMap, u) : u, s(a.selectedKeys ?? []));
|
|
3201
1663
|
}
|
|
3202
1664
|
);
|
|
3203
|
-
const
|
|
3204
|
-
|
|
3205
|
-
() =>
|
|
3206
|
-
(
|
|
3207
|
-
|
|
1665
|
+
const c = o, d = g([]);
|
|
1666
|
+
$(
|
|
1667
|
+
() => a.selectedKeys,
|
|
1668
|
+
(u) => {
|
|
1669
|
+
u && (d.value = u);
|
|
3208
1670
|
},
|
|
3209
1671
|
{ immediate: !0 }
|
|
3210
1672
|
);
|
|
3211
|
-
const
|
|
3212
|
-
|
|
3213
|
-
() =>
|
|
3214
|
-
(
|
|
3215
|
-
|
|
1673
|
+
const f = g(["-"]);
|
|
1674
|
+
$(
|
|
1675
|
+
() => a.expandedKeys,
|
|
1676
|
+
(u) => {
|
|
1677
|
+
u && (f.value = u);
|
|
3216
1678
|
},
|
|
3217
1679
|
{ immediate: !0 }
|
|
3218
1680
|
);
|
|
3219
|
-
const
|
|
3220
|
-
|
|
1681
|
+
const s = (u, l) => {
|
|
1682
|
+
u.length === 0 && u.push(...d.value), u.length > 0 && (r.node.value = l == null ? void 0 : l.node.dataRef), d.value = u, c("update:selectedKeys", u), c("select", u, l);
|
|
3221
1683
|
};
|
|
3222
|
-
return
|
|
3223
|
-
|
|
1684
|
+
return E(() => {
|
|
1685
|
+
r.fieldMap || (r.fieldMap = {
|
|
3224
1686
|
label: "Name",
|
|
3225
1687
|
key: "Id",
|
|
3226
1688
|
value: "Id",
|
|
3227
1689
|
icon: "Icon"
|
|
3228
|
-
}),
|
|
3229
|
-
}), (
|
|
1690
|
+
}), r.data.value ? n.value = ee(r.fieldMap, r.data.value) : r.autoload && $e(r);
|
|
1691
|
+
}), (u, l) => (p(), h(e(mt), B({
|
|
3230
1692
|
class: "w-full",
|
|
3231
1693
|
"show-line": !0,
|
|
3232
|
-
"tree-data":
|
|
3233
|
-
"expanded-keys":
|
|
3234
|
-
"onUpdate:expandedKeys":
|
|
3235
|
-
"selected-keys":
|
|
3236
|
-
loading:
|
|
3237
|
-
onSelect:
|
|
3238
|
-
},
|
|
3239
|
-
title:
|
|
3240
|
-
|
|
3241
|
-
label:
|
|
3242
|
-
key:
|
|
3243
|
-
icon:
|
|
1694
|
+
"tree-data": n.value,
|
|
1695
|
+
"expanded-keys": f.value,
|
|
1696
|
+
"onUpdate:expandedKeys": l[0] || (l[0] = (i) => f.value = i),
|
|
1697
|
+
"selected-keys": d.value,
|
|
1698
|
+
loading: e(r).isTreeLoading,
|
|
1699
|
+
onSelect: s
|
|
1700
|
+
}, e(t)), {
|
|
1701
|
+
title: m(({ key: i, label: _, icon: x }) => [
|
|
1702
|
+
I(u.$slots, "title", {
|
|
1703
|
+
label: _,
|
|
1704
|
+
key: i,
|
|
1705
|
+
icon: x
|
|
3244
1706
|
}, () => [
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
1707
|
+
S("div", Gt, [
|
|
1708
|
+
b(e(Y), { icon: x }, null, 8, ["icon"]),
|
|
1709
|
+
S("span", Xt, D(_), 1)
|
|
3248
1710
|
])
|
|
3249
1711
|
])
|
|
3250
1712
|
]),
|
|
3251
1713
|
_: 3
|
|
3252
1714
|
}, 16, ["tree-data", "expanded-keys", "selected-keys", "loading"]));
|
|
3253
1715
|
}
|
|
3254
|
-
}),
|
|
1716
|
+
}), Zt = { class: "relative h-[calc(100vh-80px)] overflow-y-auto" }, ea = { class: "flex w-full h-full min-h-full" }, ta = {
|
|
3255
1717
|
key: 0,
|
|
3256
1718
|
class: "w-1/4 pr-4 min-h-full min-w-[170px] max-w-[200px]"
|
|
3257
|
-
},
|
|
1719
|
+
}, aa = { class: "flex-1 h-full overflow-y-auto" }, za = /* @__PURE__ */ k({
|
|
3258
1720
|
__name: "index",
|
|
3259
1721
|
props: {
|
|
3260
1722
|
left: { type: Boolean }
|
|
3261
1723
|
},
|
|
3262
|
-
setup(
|
|
3263
|
-
const { useToken:
|
|
3264
|
-
return (
|
|
3265
|
-
|
|
1724
|
+
setup(v) {
|
|
1725
|
+
const { useToken: o } = Fe, { token: a } = o();
|
|
1726
|
+
return (t, r) => (p(), w("div", Zt, [
|
|
1727
|
+
b(e(_t), {
|
|
3266
1728
|
class: "m-[10px] p-[10px] h-[calc(100vh-100px)] !min-h-[calc(100vh-100px)]",
|
|
3267
|
-
style:
|
|
3268
|
-
backgroundColor:
|
|
1729
|
+
style: se({
|
|
1730
|
+
backgroundColor: e(a).colorBgContainer
|
|
3269
1731
|
})
|
|
3270
1732
|
}, {
|
|
3271
|
-
default:
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
])) :
|
|
3276
|
-
|
|
3277
|
-
|
|
1733
|
+
default: m(() => [
|
|
1734
|
+
S("div", ea, [
|
|
1735
|
+
t.left ? (p(), w("div", ta, [
|
|
1736
|
+
I(t.$slots, "left")
|
|
1737
|
+
])) : C("", !0),
|
|
1738
|
+
S("div", aa, [
|
|
1739
|
+
I(t.$slots, "default")
|
|
3278
1740
|
])
|
|
3279
1741
|
])
|
|
3280
1742
|
]),
|
|
@@ -3282,68 +1744,68 @@ const Ko = {
|
|
|
3282
1744
|
}, 8, ["style"])
|
|
3283
1745
|
]));
|
|
3284
1746
|
}
|
|
3285
|
-
}),
|
|
1747
|
+
}), la = { class: "font-['Courier'] text-[#666]" }, Ka = /* @__PURE__ */ k({
|
|
3286
1748
|
__name: "index",
|
|
3287
|
-
setup(
|
|
3288
|
-
const
|
|
3289
|
-
return
|
|
1749
|
+
setup(v) {
|
|
1750
|
+
const o = g("");
|
|
1751
|
+
return E(() => {
|
|
3290
1752
|
setInterval(() => {
|
|
3291
|
-
const
|
|
3292
|
-
|
|
1753
|
+
const a = /* @__PURE__ */ new Date(), t = { month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit" }, r = a.toLocaleString(void 0, t).replace(/\//g, "-").replace(",", "");
|
|
1754
|
+
o.value = a.getFullYear() + "-" + r;
|
|
3293
1755
|
}, 1e3);
|
|
3294
|
-
}), (
|
|
1756
|
+
}), (a, t) => (p(), w("div", la, D(o.value), 1));
|
|
3295
1757
|
}
|
|
3296
1758
|
});
|
|
3297
1759
|
export {
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
1760
|
+
Ra as AppIcon,
|
|
1761
|
+
ha as AutoComplete,
|
|
1762
|
+
ja as BasicLayout,
|
|
3301
1763
|
qa as Breadcrumb,
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
1764
|
+
O as Button,
|
|
1765
|
+
ga as Cascader,
|
|
1766
|
+
xa as Checkbox,
|
|
1767
|
+
za as Content,
|
|
1768
|
+
ya as DatePicker,
|
|
1769
|
+
Ka as Datetime,
|
|
1770
|
+
Za as Dialog,
|
|
1771
|
+
Pa as Drawer,
|
|
1772
|
+
sl as Error403,
|
|
1773
|
+
ul as Error404,
|
|
1774
|
+
rl as ExcelForm,
|
|
1775
|
+
Fa as Form,
|
|
1776
|
+
Ma as FormItem,
|
|
1777
|
+
ma as Fullscreen,
|
|
3316
1778
|
Qa as Header,
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
1779
|
+
Va as HeaderExits,
|
|
1780
|
+
bt as Helper,
|
|
1781
|
+
Ha as Icon,
|
|
1782
|
+
Qt as Icontool,
|
|
1783
|
+
St as Input,
|
|
1784
|
+
ba as InputIcon,
|
|
3323
1785
|
ka as InputNumber,
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
1786
|
+
Ca as InputPassword,
|
|
1787
|
+
_a as LayoutIcon,
|
|
1788
|
+
Wa as Menu,
|
|
1789
|
+
Ja as MenuTabs,
|
|
1790
|
+
Ga as ProjectIcon,
|
|
1791
|
+
wa as PropEditor,
|
|
1792
|
+
Pt as Radio,
|
|
1793
|
+
$a as RadioStatus,
|
|
1794
|
+
Sa as RangePicker,
|
|
1795
|
+
Na as Search,
|
|
1796
|
+
le as SearchItem,
|
|
1797
|
+
Ta as Select,
|
|
1798
|
+
Ft as Switch,
|
|
1799
|
+
Oa as Table,
|
|
1800
|
+
jt as TableOperate,
|
|
1801
|
+
Da as Textarea,
|
|
1802
|
+
Y as ToolIcon,
|
|
1803
|
+
Jt as Toolbar,
|
|
1804
|
+
La as Tooltip,
|
|
1805
|
+
Mt as Transfer,
|
|
1806
|
+
Ia as TransferTable,
|
|
1807
|
+
Ea as Tree,
|
|
1808
|
+
Ba as TreeSelect,
|
|
1809
|
+
tl as UploadForm,
|
|
1810
|
+
al as UploadList
|
|
3349
1811
|
};
|