doph-js 0.2.68 → 0.2.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dophJs.js +288 -281
- package/dist/dophJs.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dophJs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useSlots as
|
|
1
|
+
import { useSlots as Ce, computed as m, h as nt, openBlock as d, createBlock as b, unref as E, ref as D, createElementBlock as f, Fragment as ie, normalizeClass as S, renderSlot as C, createCommentVNode as k, normalizeStyle as H, resolveDynamicComponent as Y, createStaticVNode as ct, onMounted as me, toDisplayString as A, withDirectives as J, createElementVNode as _, vModelDynamic as De, withCtx as L, createTextVNode as K, Transition as Ne, withModifiers as j, resolveComponent as Tt, resolveDirective as Re, normalizeProps as ut, guardReactiveProps as pt, createVNode as oe, renderList as ge, pushScopeId as Ct, popScopeId as Lt, reactive as Oe, Teleport as ft, nextTick as mt, getCurrentInstance as ht, watch as gt, onUnmounted as It, mergeProps as ue, useCssVars as Ae, shallowRef as Et, defineComponent as Bt, TransitionGroup as vt, vModelCheckbox as Mt, vModelSelect as Nt, toRef as Rt, KeepAlive as Ot, toRefs as At, vModelText as Ht } from "vue";
|
|
2
2
|
const de = {
|
|
3
3
|
__name: "DIcon",
|
|
4
4
|
props: {
|
|
@@ -8,7 +8,7 @@ const de = {
|
|
|
8
8
|
className: String
|
|
9
9
|
},
|
|
10
10
|
setup(e) {
|
|
11
|
-
const o = e, t =
|
|
11
|
+
const o = e, t = Ce(), n = m(() => {
|
|
12
12
|
const { className: l } = o;
|
|
13
13
|
return l === void 0 ? "icon" : ["icon", l].join(" ");
|
|
14
14
|
}), s = m(() => {
|
|
@@ -31,23 +31,23 @@ const de = {
|
|
|
31
31
|
));
|
|
32
32
|
return (l, i) => (d(), b(E(r)));
|
|
33
33
|
}
|
|
34
|
-
},
|
|
34
|
+
}, te = {
|
|
35
35
|
state: {},
|
|
36
36
|
getters: {
|
|
37
37
|
getIcon(e) {
|
|
38
|
-
return
|
|
38
|
+
return te.state[e];
|
|
39
39
|
},
|
|
40
40
|
getIcons() {
|
|
41
|
-
return
|
|
41
|
+
return te.state;
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
mutations: {
|
|
45
45
|
addIcon(e, o) {
|
|
46
|
-
|
|
46
|
+
te.state.name = o;
|
|
47
47
|
},
|
|
48
48
|
addIcons(e) {
|
|
49
49
|
for (const o in e)
|
|
50
|
-
e.hasOwnProperty(o) && (
|
|
50
|
+
e.hasOwnProperty(o) && (te.state[o] = e[o]);
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
};
|
|
@@ -120,11 +120,11 @@ const re = (e, o) => {
|
|
|
120
120
|
},
|
|
121
121
|
emits: ["click", "contextmenu"],
|
|
122
122
|
setup(e, { expose: o, emit: t }) {
|
|
123
|
-
const n = e, s =
|
|
123
|
+
const n = e, s = Ce(), a = D(null), r = m(() => n.icon ? te.getters.getIcon(n.icon) : null), l = ($) => {
|
|
124
124
|
t("click", $);
|
|
125
125
|
}, i = ($) => {
|
|
126
126
|
t("contextmenu", $);
|
|
127
|
-
}, c = m(() => n.scale === "large" ? "button-lg" : n.scale === "small" ? "button-sm" : ""), u = m(() => n.disabled ? "disabled" : ""), h = ($) => !!s[$], x = m(() => h("default") ? "" : n.scale === "large" ? "d-button-lg-icon" : n.scale === "small" ? "d-button-sm-icon" : "d-button-icon"),
|
|
127
|
+
}, c = m(() => n.scale === "large" ? "button-lg" : n.scale === "small" ? "button-sm" : ""), u = m(() => n.disabled ? "disabled" : ""), h = ($) => !!s[$], x = m(() => h("default") ? "" : n.scale === "large" ? "d-button-lg-icon" : n.scale === "small" ? "d-button-sm-icon" : "d-button-icon"), w = m(() => {
|
|
128
128
|
const $ = n.outline ? "-outline" : "";
|
|
129
129
|
return n.type === "primary" ? `button${$}-blue` : n.type === "success" ? `button${$}-green` : n.type === "error" ? `button${$}-red` : n.type === "warning" ? `button${$}-orange` : n.type === "wait" ? `button${$}-violet` : n.outline ? `button${$}` : "";
|
|
130
130
|
});
|
|
@@ -137,9 +137,9 @@ const re = (e, o) => {
|
|
|
137
137
|
ref: a,
|
|
138
138
|
onClick: l,
|
|
139
139
|
onContextmenu: i,
|
|
140
|
-
class:
|
|
140
|
+
class: S(["button", [n.class, c.value, w.value, u.value].join(" ")])
|
|
141
141
|
}, [
|
|
142
|
-
|
|
142
|
+
C($.$slots, "default", {}, void 0, !0),
|
|
143
143
|
n.loading ? (d(), f("svg", zt, Wt)) : k("", !0)
|
|
144
144
|
], 34)),
|
|
145
145
|
r.value ? (d(), f("div", {
|
|
@@ -148,7 +148,7 @@ const re = (e, o) => {
|
|
|
148
148
|
ref: a,
|
|
149
149
|
onClick: l,
|
|
150
150
|
onContextmenu: i,
|
|
151
|
-
class:
|
|
151
|
+
class: S(["button button-ext", [n.class, c.value, x.value, w.value, u.value].join(" ")]),
|
|
152
152
|
style: H(n.style)
|
|
153
153
|
}, [
|
|
154
154
|
n.icon ? (d(), b(Y(de), {
|
|
@@ -157,7 +157,7 @@ const re = (e, o) => {
|
|
|
157
157
|
color: "inherit"
|
|
158
158
|
}, null, 8, ["component"])) : k("", !0),
|
|
159
159
|
E(s).default ? (d(), f("div", Pt, [
|
|
160
|
-
|
|
160
|
+
C($.$slots, "default", {}, void 0, !0)
|
|
161
161
|
])) : k("", !0),
|
|
162
162
|
n.loading ? (d(), f("svg", jt, Yt)) : k("", !0)
|
|
163
163
|
], 38)) : k("", !0)
|
|
@@ -199,7 +199,7 @@ const qt = {
|
|
|
199
199
|
},
|
|
200
200
|
emits: ["update:modelValue"],
|
|
201
201
|
setup(e, { expose: o, emit: t }) {
|
|
202
|
-
const n = e, s =
|
|
202
|
+
const n = e, s = D(null), a = m(() => n.scale === "small" ? "d-input-small" : n.scale === "large" ? "d-input-large" : ""), r = m({
|
|
203
203
|
get: () => n.modelValue,
|
|
204
204
|
set: (i) => {
|
|
205
205
|
t("update:modelValue", i);
|
|
@@ -215,12 +215,12 @@ const qt = {
|
|
|
215
215
|
focus: l
|
|
216
216
|
}), (i, c) => !n.post && !n.pre ? (d(), f("div", qt, [
|
|
217
217
|
n.label ? (d(), f("div", Gt, A(n.label), 1)) : k("", !0),
|
|
218
|
-
|
|
218
|
+
J(_("input", {
|
|
219
219
|
ref_key: "inputRef",
|
|
220
220
|
ref: s,
|
|
221
221
|
"onUpdate:modelValue": c[0] || (c[0] = (u) => r.value = u),
|
|
222
222
|
type: n.password ? "password" : "text",
|
|
223
|
-
class:
|
|
223
|
+
class: S(a.value),
|
|
224
224
|
placeholder: n.placeholder,
|
|
225
225
|
style: { width: "100%" }
|
|
226
226
|
}, null, 10, Zt), [
|
|
@@ -230,10 +230,10 @@ const qt = {
|
|
|
230
230
|
n.label ? (d(), f("div", Jt, A(n.label), 1)) : k("", !0),
|
|
231
231
|
_("div", Qt, [
|
|
232
232
|
_("div", eo, [
|
|
233
|
-
|
|
233
|
+
J(_("input", {
|
|
234
234
|
ref_key: "inputRef",
|
|
235
235
|
ref: s,
|
|
236
|
-
class:
|
|
236
|
+
class: S(["d-input-post-field", a.value]),
|
|
237
237
|
"onUpdate:modelValue": c[1] || (c[1] = (u) => r.value = u),
|
|
238
238
|
type: n.password ? "password" : "text",
|
|
239
239
|
placeholder: n.placeholder,
|
|
@@ -245,18 +245,18 @@ const qt = {
|
|
|
245
245
|
n.post.label ? (d(), b(ae, {
|
|
246
246
|
key: 0,
|
|
247
247
|
scale: n.scale,
|
|
248
|
-
class:
|
|
248
|
+
class: S(["d-input-post-button", n.post.class]),
|
|
249
249
|
onClick: n.post.click,
|
|
250
250
|
icon: n.post.icon
|
|
251
251
|
}, {
|
|
252
|
-
default:
|
|
252
|
+
default: L(() => [
|
|
253
253
|
K(A(n.post.label), 1)
|
|
254
254
|
]),
|
|
255
255
|
_: 1
|
|
256
256
|
}, 8, ["scale", "onClick", "icon", "class"])) : (d(), b(ae, {
|
|
257
257
|
key: 1,
|
|
258
258
|
scale: n.scale,
|
|
259
|
-
class:
|
|
259
|
+
class: S(["d-input-post-button", n.post.class]),
|
|
260
260
|
onClick: n.post.click,
|
|
261
261
|
icon: n.post.icon
|
|
262
262
|
}, null, 8, ["scale", "onClick", "icon", "class"]))
|
|
@@ -267,26 +267,26 @@ const qt = {
|
|
|
267
267
|
n.pre.label ? (d(), b(ae, {
|
|
268
268
|
key: 0,
|
|
269
269
|
scale: n.scale,
|
|
270
|
-
class:
|
|
270
|
+
class: S(["d-input-pre-button", n.pre.class]),
|
|
271
271
|
onClick: n.pre.click,
|
|
272
272
|
icon: n.pre.icon
|
|
273
273
|
}, {
|
|
274
|
-
default:
|
|
274
|
+
default: L(() => [
|
|
275
275
|
K(A(n.pre.label), 1)
|
|
276
276
|
]),
|
|
277
277
|
_: 1
|
|
278
278
|
}, 8, ["scale", "onClick", "icon", "class"])) : (d(), b(ae, {
|
|
279
279
|
key: 1,
|
|
280
280
|
scale: n.scale,
|
|
281
|
-
class:
|
|
281
|
+
class: S(["d-input-pre-button", n.pre.class]),
|
|
282
282
|
onClick: n.pre.click,
|
|
283
283
|
icon: n.pre.icon
|
|
284
284
|
}, null, 8, ["scale", "onClick", "icon", "class"])),
|
|
285
285
|
_("div", ao, [
|
|
286
|
-
|
|
286
|
+
J(_("input", {
|
|
287
287
|
ref_key: "inputRef",
|
|
288
288
|
ref: s,
|
|
289
|
-
class:
|
|
289
|
+
class: S(["d-input-pre-field", a.value]),
|
|
290
290
|
"onUpdate:modelValue": c[2] || (c[2] = (u) => r.value = u),
|
|
291
291
|
type: n.password ? "password" : "text",
|
|
292
292
|
placeholder: n.placeholder,
|
|
@@ -315,9 +315,9 @@ const qt = {
|
|
|
315
315
|
return o.type === "primary" ? `badge${s}-blue` : o.type === "success" ? `badge${s}-green` : o.type === "error" ? `badge${s}-red` : o.type === "warning" ? `badge${s}-orange` : o.type === "wait" ? `badge${s}-violet` : o.stress ? `badge${s}-gray` : "";
|
|
316
316
|
});
|
|
317
317
|
return (s, a) => (d(), f("div", {
|
|
318
|
-
class:
|
|
318
|
+
class: S(["badge", [o.class, t.value, n.value].join(" ")])
|
|
319
319
|
}, [
|
|
320
|
-
|
|
320
|
+
C(s.$slots, "default")
|
|
321
321
|
], 2));
|
|
322
322
|
}
|
|
323
323
|
}, se = "0px", co = {
|
|
@@ -363,8 +363,8 @@ const qt = {
|
|
|
363
363
|
let { height: h } = getComputedStyle(i);
|
|
364
364
|
return i.style.width = c.width, i.style.position = c.position, i.style.visibility = c.visibility, i.style.height = se, i.style.overflow = "hidden", c.height && c.height !== se ? c.height : h;
|
|
365
365
|
}, s = (i, c, u, h, x) => {
|
|
366
|
-
const
|
|
367
|
-
i.style.height = c.height,
|
|
366
|
+
const w = i.animate(h, x);
|
|
367
|
+
i.style.height = c.height, w.onfinish = () => {
|
|
368
368
|
i.style.overflow = c.overflow, u();
|
|
369
369
|
};
|
|
370
370
|
}, a = (i, c) => [
|
|
@@ -389,28 +389,28 @@ const qt = {
|
|
|
389
389
|
marginBottom: c.marginBottom
|
|
390
390
|
}
|
|
391
391
|
], r = (i, c) => {
|
|
392
|
-
const u = i, h = t(u), x = n(u, h),
|
|
393
|
-
s(u, h, c,
|
|
392
|
+
const u = i, h = t(u), x = n(u, h), w = a(x, h), N = { duration: o.duration, easing: o.easingEnter };
|
|
393
|
+
s(u, h, c, w, N);
|
|
394
394
|
}, l = (i, c) => {
|
|
395
395
|
const u = i, h = t(u), { height: x } = getComputedStyle(u);
|
|
396
396
|
u.style.height = x, u.style.overflow = "hidden";
|
|
397
|
-
const
|
|
398
|
-
s(u, h, c,
|
|
397
|
+
const w = a(x, h).reverse(), N = { duration: o.duration, easing: o.easingLeave };
|
|
398
|
+
s(u, h, c, w, N);
|
|
399
399
|
};
|
|
400
400
|
return (i, c) => (d(), b(Ne, {
|
|
401
401
|
css: !1,
|
|
402
402
|
onEnter: r,
|
|
403
403
|
onLeave: l
|
|
404
404
|
}, {
|
|
405
|
-
default:
|
|
406
|
-
|
|
405
|
+
default: L(() => [
|
|
406
|
+
C(i.$slots, "default")
|
|
407
407
|
]),
|
|
408
408
|
_: 3
|
|
409
409
|
}));
|
|
410
410
|
}
|
|
411
411
|
}, Te = {
|
|
412
412
|
data: void 0
|
|
413
|
-
}, He = (e) => e.reduce((o, t) => (o[t] = t) && o, {}),
|
|
413
|
+
}, He = (e) => e.reduce((o, t) => (o[t] = t) && o, {}), X = He([
|
|
414
414
|
"drag",
|
|
415
415
|
"dragend",
|
|
416
416
|
"dragenter",
|
|
@@ -442,9 +442,9 @@ const qt = {
|
|
|
442
442
|
tag: { type: String, default: "div" }
|
|
443
443
|
},
|
|
444
444
|
setup(e) {
|
|
445
|
-
const o = e, t =
|
|
445
|
+
const o = e, t = Ce(), n = D(!1), s = m(() => n && o.transferData), a = m(() => ({ position: "fixed", top: "-1000px" })), r = (l, i) => {
|
|
446
446
|
const c = i.dataTransfer;
|
|
447
|
-
if ([
|
|
447
|
+
if ([X.dragenter, X.dragover].includes(l) && o.dropEffect && (c.dropEffect = o.dropEffect), l === X.dragstart) {
|
|
448
448
|
if (o.effectAllowed && (c.effectAllowed = o.effectAllowed), o.image || t.image) {
|
|
449
449
|
let u;
|
|
450
450
|
o.image ? (u = new Image(), u.src = o.image) : t.image && (u = t.image[0].elm), c.setDragImage && c.setDragImage(u, o.imageXOffset, o.imageYOffset);
|
|
@@ -454,20 +454,20 @@ const qt = {
|
|
|
454
454
|
};
|
|
455
455
|
return (l, i) => (d(), b(Y(e.tag), {
|
|
456
456
|
draggable: o.draggable,
|
|
457
|
-
onDrag: i[0] || (i[0] = (c) => r(E(
|
|
458
|
-
onDragstart: i[1] || (i[1] =
|
|
459
|
-
onDragenter: i[2] || (i[2] = (c) => r(E(
|
|
460
|
-
onDragleave: i[3] || (i[3] = (c) => r(E(
|
|
461
|
-
onDragend: i[4] || (i[4] = (c) => r(E(
|
|
457
|
+
onDrag: i[0] || (i[0] = (c) => r(E(X).drag, c)),
|
|
458
|
+
onDragstart: i[1] || (i[1] = j((c) => r(E(X).dragstart, c), ["stop"])),
|
|
459
|
+
onDragenter: i[2] || (i[2] = (c) => r(E(X).dragenter, c)),
|
|
460
|
+
onDragleave: i[3] || (i[3] = (c) => r(E(X).dragleave, c)),
|
|
461
|
+
onDragend: i[4] || (i[4] = (c) => r(E(X).dragend, c))
|
|
462
462
|
}, {
|
|
463
|
-
default:
|
|
464
|
-
|
|
463
|
+
default: L(() => [
|
|
464
|
+
C(l.$slots, "default", { transferData: s.value }),
|
|
465
465
|
e.hideImageHtml ? (d(), f("div", {
|
|
466
466
|
key: 0,
|
|
467
467
|
style: H(a.value)
|
|
468
468
|
}, [
|
|
469
|
-
|
|
470
|
-
], 4)) :
|
|
469
|
+
C(l.$slots, "image", { transferData: s.value })
|
|
470
|
+
], 4)) : C(l.$slots, "image", {
|
|
471
471
|
key: 1,
|
|
472
472
|
transferData: s.value
|
|
473
473
|
})
|
|
@@ -476,7 +476,7 @@ const qt = {
|
|
|
476
476
|
}, 40, ["draggable"]));
|
|
477
477
|
}
|
|
478
478
|
};
|
|
479
|
-
const fo = (e) => (
|
|
479
|
+
const fo = (e) => (Ct("data-v-84ee900c"), e = e(), Lt(), e), mo = {
|
|
480
480
|
key: 0,
|
|
481
481
|
style: { display: "none" }
|
|
482
482
|
}, ho = { key: 1 }, go = /* @__PURE__ */ fo(() => /* @__PURE__ */ _("div", { class: "tree-divider" }, null, -1)), vo = [
|
|
@@ -498,7 +498,7 @@ const fo = (e) => (Lt("data-v-7bb4e7d4"), e = e(), Ct(), e), mo = {
|
|
|
498
498
|
},
|
|
499
499
|
emits: ["nodedrop", "nodedragover", "nodedragleave", "nodeclick", "nodecontext"],
|
|
500
500
|
setup(e, { emit: o }) {
|
|
501
|
-
const t = e, n =
|
|
501
|
+
const t = e, n = D(null), s = D(!1), a = D(!1), r = D(!1), l = m(() => t.model.children && t.model.children.length), i = m(() => (v.actions.isTreeExpanded(t.treeId) && (t.model.expanded = t.model.expanded === void 0 ? !0 : t.model.expanded), t.model.expanded)), c = (M) => {
|
|
502
502
|
o("nodeclick", { event: M, model: t.model });
|
|
503
503
|
}, u = (M) => {
|
|
504
504
|
o("nodeclick", M);
|
|
@@ -506,7 +506,7 @@ const fo = (e) => (Lt("data-v-7bb4e7d4"), e = e(), Ct(), e), mo = {
|
|
|
506
506
|
o("nodedrop", M);
|
|
507
507
|
}, x = (M) => {
|
|
508
508
|
o("nodecontext", M);
|
|
509
|
-
},
|
|
509
|
+
}, w = m(() => (v.actions.isItemSelected(t.treeId, t.model.id) ? "selected" : "") + (s.value ? "node-over " : "") + (a.value ? "node-top " : "") + (r.value ? "node-bottom " : "")), N = m(() => t.search ? !1 : t.model.draggable === !0), $ = (M) => {
|
|
510
510
|
let g = Te.data;
|
|
511
511
|
if (g === void 0 || g.model === void 0)
|
|
512
512
|
return s.value = !1, !1;
|
|
@@ -517,8 +517,6 @@ const fo = (e) => (Lt("data-v-7bb4e7d4"), e = e(), Ct(), e), mo = {
|
|
|
517
517
|
let O = "";
|
|
518
518
|
a.value ? O = "before" : r.value ? O = "after" : O = "inside", o("nodedrop", { e: M, model: t.model, place: O }), (g.id === t.treeId || g.id !== t.treeId && g.model.transfer) && v.actions.moveTreeNode(g.id, t.treeId, t.items, g.model.id, t.model.id, O), s.value = !1, a.value = !1, r.value = !1;
|
|
519
519
|
}, V = (M) => {
|
|
520
|
-
if (!n.value)
|
|
521
|
-
return;
|
|
522
520
|
o("nodedragover", { e: M, model: t.model });
|
|
523
521
|
let g = Te.data;
|
|
524
522
|
if (!t.model.droppable)
|
|
@@ -527,8 +525,8 @@ const fo = (e) => (Lt("data-v-7bb4e7d4"), e = e(), Ct(), e), mo = {
|
|
|
527
525
|
return s.value = !0, !1;
|
|
528
526
|
if (g.model.id === t.model.id || v.actions.isChildOfParent(t.treeId, t.items, t.model.id, g.model.id) || v.actions.isParentOfChild(t.treeId, t.items, g.model.id, t.model.id))
|
|
529
527
|
return !1;
|
|
530
|
-
const O = M.y,
|
|
531
|
-
O >
|
|
528
|
+
const O = M.y, P = n.value.getBoundingClientRect().top, z = n.value.getBoundingClientRect().height, y = z / 3;
|
|
529
|
+
O > P && O <= P + y ? (s.value = !1, a.value = !0, r.value = !1) : O < P + z && O >= P + z - y ? (s.value = !1, a.value = !1, r.value = !0) : (s.value = v.state.trees[t.treeId].dropInside, a.value = !1, r.value = !1);
|
|
532
530
|
}, R = () => {
|
|
533
531
|
s.value = !1, a.value = !1, r.value = !1;
|
|
534
532
|
}, I = m(() => t.model.title.startsWith("-")), B = m(() => {
|
|
@@ -539,23 +537,32 @@ const fo = (e) => (Lt("data-v-7bb4e7d4"), e = e(), Ct(), e), mo = {
|
|
|
539
537
|
return null;
|
|
540
538
|
});
|
|
541
539
|
return (M, g) => {
|
|
542
|
-
const O = Tt("d-tree-item", !0),
|
|
540
|
+
const O = Tt("d-tree-item", !0), P = Re("touch");
|
|
543
541
|
return E(v).actions.beforeItem(t.treeId, e.model) ? I.value && !B.value ? (d(), f("li", ho, vo)) : I.value && B.value ? (d(), f("li", yo, [
|
|
544
542
|
_("div", _o, A(E(v).actions.renderTitle(t.treeId, B.value)), 1)
|
|
545
543
|
])) : t.model.component ? (d(), b(st, {
|
|
546
544
|
key: 3,
|
|
547
545
|
tag: "li",
|
|
548
|
-
class: "tree-item",
|
|
546
|
+
class: "tree-item-component",
|
|
549
547
|
"transfer-data": { id: t.treeId, model: t.model },
|
|
550
548
|
draggable: N.value,
|
|
551
|
-
onDrop:
|
|
552
|
-
onDragenter: g[
|
|
549
|
+
onDrop: j($, ["stop"]),
|
|
550
|
+
onDragenter: g[1] || (g[1] = j(() => {
|
|
553
551
|
}, ["prevent"])),
|
|
554
|
-
onDragover:
|
|
555
|
-
onDragleave:
|
|
552
|
+
onDragover: j(V, ["prevent", "stop"]),
|
|
553
|
+
onDragleave: j(R, ["prevent"])
|
|
556
554
|
}, {
|
|
557
|
-
default:
|
|
558
|
-
(d(),
|
|
555
|
+
default: L(() => [
|
|
556
|
+
J((d(), f("div", {
|
|
557
|
+
ref_key: "node",
|
|
558
|
+
ref: n,
|
|
559
|
+
class: S(w.value),
|
|
560
|
+
onContextmenu: g[0] || (g[0] = j((z) => o("nodecontext", { e: z, model: t.model }), ["prevent"]))
|
|
561
|
+
}, [
|
|
562
|
+
(d(), b(Y(E(fe).getters.getComponent(t.model.component).component), ut(pt(E(fe).getters.getComponent(t.model.component).props)), null, 16))
|
|
563
|
+
], 34)), [
|
|
564
|
+
[P, c]
|
|
565
|
+
])
|
|
559
566
|
]),
|
|
560
567
|
_: 1
|
|
561
568
|
}, 8, ["transfer-data", "draggable", "onDrop", "onDragover", "onDragleave"])) : (d(), b(st, {
|
|
@@ -564,39 +571,39 @@ const fo = (e) => (Lt("data-v-7bb4e7d4"), e = e(), Ct(), e), mo = {
|
|
|
564
571
|
class: "tree-item",
|
|
565
572
|
"transfer-data": { id: t.treeId, model: t.model },
|
|
566
573
|
draggable: N.value,
|
|
567
|
-
onDrop:
|
|
568
|
-
onDragenter: g[
|
|
574
|
+
onDrop: j($, ["stop"]),
|
|
575
|
+
onDragenter: g[3] || (g[3] = j(() => {
|
|
569
576
|
}, ["prevent"])),
|
|
570
|
-
onDragover:
|
|
571
|
-
onDragleave:
|
|
577
|
+
onDragover: j(V, ["prevent", "stop"]),
|
|
578
|
+
onDragleave: j(R, ["prevent"])
|
|
572
579
|
}, {
|
|
573
|
-
default:
|
|
574
|
-
var
|
|
580
|
+
default: L(() => {
|
|
581
|
+
var z, y;
|
|
575
582
|
return [
|
|
576
|
-
|
|
583
|
+
J((d(), f("div", {
|
|
577
584
|
ref_key: "node",
|
|
578
585
|
ref: n,
|
|
579
|
-
class:
|
|
580
|
-
onContextmenu: g[
|
|
586
|
+
class: S(w.value),
|
|
587
|
+
onContextmenu: g[2] || (g[2] = j((F) => o("nodecontext", { e: F, model: t.model }), ["prevent"]))
|
|
581
588
|
}, [
|
|
582
589
|
_("div", null, [
|
|
583
590
|
t.model.icons && t.model.icons.pre && l.value && !t.search && !I.value ? (d(), b(Y(de), {
|
|
584
591
|
key: 0,
|
|
585
|
-
component: E(
|
|
592
|
+
component: E(te).getters.getIcon(t.model.icons.pre.component),
|
|
586
593
|
size: 18,
|
|
587
594
|
color: t.model.icons.pre.color ? t.model.icons.pre.color : "inherit",
|
|
588
|
-
class:
|
|
595
|
+
class: S(i.value ? "tree-open-pre" : "")
|
|
589
596
|
}, null, 8, ["component", "color", "class"])) : k("", !0),
|
|
590
597
|
t.model.icons && t.model.icons.pre && !l.value && !t.search && !I.value ? (d(), b(Y(de), {
|
|
591
598
|
key: 1,
|
|
592
|
-
component: E(
|
|
599
|
+
component: E(te).getters.getIcon(t.model.icons.pre.component),
|
|
593
600
|
size: 18,
|
|
594
601
|
color: "rgba(0,0,0,0)",
|
|
595
|
-
class:
|
|
602
|
+
class: S(i.value ? "tree-open-pre" : "")
|
|
596
603
|
}, null, 8, ["component", "class"])) : k("", !0),
|
|
597
604
|
t.model.icons && t.model.icons.icon && !I.value ? (d(), b(Y(de), {
|
|
598
605
|
key: 2,
|
|
599
|
-
component: E(
|
|
606
|
+
component: E(te).getters.getIcon(t.model.icons.icon.component),
|
|
600
607
|
color: t.model.icons.icon.color ? t.model.icons.icon.color : "inherit",
|
|
601
608
|
size: t.model.icons.icon.size ? t.model.icons.icon.size : null,
|
|
602
609
|
className: t.model.icons.icon.class ? t.model.icons.icon.class : null
|
|
@@ -607,33 +614,33 @@ const fo = (e) => (Lt("data-v-7bb4e7d4"), e = e(), Ct(), e), mo = {
|
|
|
607
614
|
])
|
|
608
615
|
]),
|
|
609
616
|
_("div", ko, [
|
|
610
|
-
((
|
|
617
|
+
((z = t.model.badge) == null ? void 0 : z.value) !== void 0 && !I.value ? (d(), b(Y(lo), {
|
|
611
618
|
key: 0,
|
|
612
|
-
class:
|
|
619
|
+
class: S([(y = t.model.badge) == null ? void 0 : y.class, "badge-sm"])
|
|
613
620
|
}, {
|
|
614
|
-
default:
|
|
621
|
+
default: L(() => [
|
|
615
622
|
K(A(t.model.badge.value), 1)
|
|
616
623
|
]),
|
|
617
624
|
_: 1
|
|
618
625
|
}, 8, ["class"])) : k("", !0),
|
|
619
626
|
t.model.icons && t.model.icons.post && l.value && !t.search && !I.value ? (d(), b(Y(de), {
|
|
620
627
|
key: 1,
|
|
621
|
-
component: E(
|
|
628
|
+
component: E(te).getters.getIcon(t.model.icons.post.component),
|
|
622
629
|
size: 20,
|
|
623
630
|
color: t.model.icons.post.color ? t.model.icons.post.color : "inherit",
|
|
624
|
-
class:
|
|
631
|
+
class: S(i.value ? "tree-open-post" : "")
|
|
625
632
|
}, null, 8, ["component", "color", "class"])) : k("", !0)
|
|
626
633
|
])
|
|
627
634
|
], 34)), [
|
|
628
|
-
[
|
|
635
|
+
[P, c]
|
|
629
636
|
]),
|
|
630
637
|
oe(co, null, {
|
|
631
|
-
default:
|
|
638
|
+
default: L(() => [
|
|
632
639
|
l.value && i.value && !t.search ? (d(), f("ul", wo, [
|
|
633
|
-
(d(!0), f(ie, null, ge(e.model.children, (
|
|
640
|
+
(d(!0), f(ie, null, ge(e.model.children, (F) => (d(), b(O, {
|
|
634
641
|
class: "tree-item",
|
|
635
|
-
key:
|
|
636
|
-
model:
|
|
642
|
+
key: F.id,
|
|
643
|
+
model: F,
|
|
637
644
|
treeId: t.treeId,
|
|
638
645
|
items: t.items,
|
|
639
646
|
search: t.search,
|
|
@@ -651,7 +658,7 @@ const fo = (e) => (Lt("data-v-7bb4e7d4"), e = e(), Ct(), e), mo = {
|
|
|
651
658
|
}, 8, ["transfer-data", "draggable", "onDrop", "onDragover", "onDragleave"])) : (d(), f("li", mo));
|
|
652
659
|
};
|
|
653
660
|
}
|
|
654
|
-
}, Do = /* @__PURE__ */ re(So, [["__scopeId", "data-v-
|
|
661
|
+
}, Do = /* @__PURE__ */ re(So, [["__scopeId", "data-v-84ee900c"]]);
|
|
655
662
|
function To(e) {
|
|
656
663
|
return e = e || /* @__PURE__ */ new Map(), {
|
|
657
664
|
/**
|
|
@@ -801,29 +808,29 @@ const q = To(), v = {
|
|
|
801
808
|
}
|
|
802
809
|
}
|
|
803
810
|
}
|
|
804
|
-
},
|
|
811
|
+
}, Co = {
|
|
805
812
|
__name: "DDrop",
|
|
806
813
|
props: {
|
|
807
814
|
tag: { type: String, default: "div" }
|
|
808
815
|
},
|
|
809
|
-
emits: Object.keys(
|
|
816
|
+
emits: Object.keys(X),
|
|
810
817
|
setup(e, { expose: o, emit: t }) {
|
|
811
818
|
let n = Oe({});
|
|
812
|
-
const s =
|
|
813
|
-
n = Te.data, t(u, h, n), u ===
|
|
819
|
+
const s = D("false"), a = D(null), r = /* @__PURE__ */ new Set(), l = m(() => s.value && n), i = (u, h) => {
|
|
820
|
+
n = Te.data, t(u, h, n), u === X.dragenter && (r.size || h.target === a.value) && r.add(h.target), u === X.dragleave && r.delete(h.target), u === X.drop && r.clear(), s.value = !!r.size;
|
|
814
821
|
};
|
|
815
822
|
return o({
|
|
816
823
|
elementSize: () => yt(a)
|
|
817
824
|
}), (u, h) => (d(), b(Y(e.tag), {
|
|
818
825
|
ref_key: "el",
|
|
819
826
|
ref: a,
|
|
820
|
-
onDragenter: h[0] || (h[0] = (x) => i(E(
|
|
821
|
-
onDragleave: h[1] || (h[1] = (x) => i(E(
|
|
822
|
-
onDragover: h[2] || (h[2] =
|
|
823
|
-
onDrop: h[3] || (h[3] =
|
|
827
|
+
onDragenter: h[0] || (h[0] = (x) => i(E(X).dragenter, x)),
|
|
828
|
+
onDragleave: h[1] || (h[1] = (x) => i(E(X).dragleave, x)),
|
|
829
|
+
onDragover: h[2] || (h[2] = j((x) => i(E(X).dragover, x), ["prevent"])),
|
|
830
|
+
onDrop: h[3] || (h[3] = j((x) => i(E(X).drop, x), ["prevent"]))
|
|
824
831
|
}, {
|
|
825
|
-
default:
|
|
826
|
-
|
|
832
|
+
default: L(() => [
|
|
833
|
+
C(u.$slots, "default", { transferData: l.value })
|
|
827
834
|
]),
|
|
828
835
|
_: 3
|
|
829
836
|
}, 544));
|
|
@@ -848,7 +855,7 @@ const q = To(), v = {
|
|
|
848
855
|
emits: ["select"],
|
|
849
856
|
setup(e, { expose: o, emit: t }) {
|
|
850
857
|
const n = e;
|
|
851
|
-
let s =
|
|
858
|
+
let s = D(null), a = D(!1);
|
|
852
859
|
const r = () => {
|
|
853
860
|
q.emit("menu-show-request"), a.value = !0;
|
|
854
861
|
}, l = () => {
|
|
@@ -867,16 +874,16 @@ const q = To(), v = {
|
|
|
867
874
|
const h = (x) => {
|
|
868
875
|
t("select", x), x.model.children || l();
|
|
869
876
|
};
|
|
870
|
-
return (x,
|
|
877
|
+
return (x, w) => {
|
|
871
878
|
const N = Re("click-outside");
|
|
872
879
|
return d(), b(ft, { to: "body" }, [
|
|
873
|
-
E(a) ?
|
|
880
|
+
E(a) ? J((d(), b(bt, {
|
|
874
881
|
key: 0,
|
|
875
882
|
ref_key: "treeRef",
|
|
876
883
|
ref: s,
|
|
877
884
|
items: n.items,
|
|
878
885
|
"no-select": n.noSelect,
|
|
879
|
-
class:
|
|
886
|
+
class: S(n.class),
|
|
880
887
|
style: H(n.style),
|
|
881
888
|
onSelect: h,
|
|
882
889
|
"render-title": n.renderItemTitle,
|
|
@@ -887,7 +894,7 @@ const q = To(), v = {
|
|
|
887
894
|
]);
|
|
888
895
|
};
|
|
889
896
|
}
|
|
890
|
-
},
|
|
897
|
+
}, Lo = {
|
|
891
898
|
__name: "DContextMenu",
|
|
892
899
|
props: {
|
|
893
900
|
items: Array,
|
|
@@ -896,13 +903,13 @@ const q = To(), v = {
|
|
|
896
903
|
},
|
|
897
904
|
emits: ["select"],
|
|
898
905
|
setup(e, { expose: o, emit: t }) {
|
|
899
|
-
const n = e, s =
|
|
906
|
+
const n = e, s = D(null), a = D(0), r = D(0), l = m(() => ({
|
|
900
907
|
left: a.value + "px",
|
|
901
908
|
top: r.value + "px"
|
|
902
909
|
})), i = (u) => {
|
|
903
910
|
s.value.show(), mt(() => {
|
|
904
|
-
const h = s.value.elementSize(), x = window.innerWidth,
|
|
905
|
-
a.value = x - u.pageX < h.width ? u.pageX - h.width : u.pageX, r.value =
|
|
911
|
+
const h = s.value.elementSize(), x = window.innerWidth, w = window.innerHeight;
|
|
912
|
+
a.value = x - u.pageX < h.width ? u.pageX - h.width : u.pageX, r.value = w - u.pageY < h.height ? u.pageY - h.height : u.pageY, s.value.itemsCount() === 0 && s.value.hide();
|
|
906
913
|
});
|
|
907
914
|
}, c = (u) => {
|
|
908
915
|
t("select", u);
|
|
@@ -964,10 +971,10 @@ const q = To(), v = {
|
|
|
964
971
|
},
|
|
965
972
|
emits: ["select", "collapse", "expand", "move", "over", "drop"],
|
|
966
973
|
setup(e, { expose: o, emit: t }) {
|
|
967
|
-
const n = e, s =
|
|
974
|
+
const n = e, s = D(null), a = D(!1), r = D(null), l = ht().uid;
|
|
968
975
|
v.actions.initTreeStore(l, n.noSelect, n.multiSelect, n.expanded, n.transfer, n.renderTitle, n.beforeItem, n.dropInside);
|
|
969
|
-
const i = (y,
|
|
970
|
-
console.log(y,
|
|
976
|
+
const i = (y, F) => {
|
|
977
|
+
console.log(y, F);
|
|
971
978
|
};
|
|
972
979
|
q.on(`expand-${l}`, (y) => {
|
|
973
980
|
t("expand", y);
|
|
@@ -982,7 +989,7 @@ const q = To(), v = {
|
|
|
982
989
|
t("over", y);
|
|
983
990
|
}, x = (y = null) => {
|
|
984
991
|
t("drop", y);
|
|
985
|
-
},
|
|
992
|
+
}, w = () => s.value.elementSize(), N = () => {
|
|
986
993
|
for (let y = 0; y < n.items.length; y++)
|
|
987
994
|
n.items[y].expanded = !0;
|
|
988
995
|
}, $ = () => {
|
|
@@ -992,28 +999,28 @@ const q = To(), v = {
|
|
|
992
999
|
R(y) && v.mutations.setItemSelect(l, R(y));
|
|
993
1000
|
}, B = (y) => {
|
|
994
1001
|
n.contextClick({ e: y.e, model: y.model, target: r.value });
|
|
995
|
-
}, M = (y) => n.contextBeforeClick({ model: y, target: r.value }), g = m(() => n.context), O = (y) => (g.value && (r.value = y.model, a.value.show(y.e)), !1),
|
|
996
|
-
let
|
|
1002
|
+
}, M = (y) => n.contextBeforeClick({ model: y, target: r.value }), g = m(() => n.context), O = (y) => (g.value && (r.value = y.model, a.value.show(y.e)), !1), P = () => z(c.value), z = (y) => {
|
|
1003
|
+
let F = 0;
|
|
997
1004
|
for (let p = 0; p < y.length; p++)
|
|
998
|
-
|
|
999
|
-
return
|
|
1005
|
+
F += v.actions.beforeItem(l, y[p]) ? 1 : 0, y[p].children && y[p].children.length > 0 && (F += z(y[p].children));
|
|
1006
|
+
return F;
|
|
1000
1007
|
};
|
|
1001
1008
|
return o({
|
|
1002
|
-
elementSize:
|
|
1009
|
+
elementSize: w,
|
|
1003
1010
|
expandAll: N,
|
|
1004
1011
|
collapseAll: $,
|
|
1005
1012
|
getId: V,
|
|
1006
1013
|
getNode: R,
|
|
1007
1014
|
selectNode: I,
|
|
1008
|
-
itemsCount:
|
|
1009
|
-
}), (y,
|
|
1015
|
+
itemsCount: P
|
|
1016
|
+
}), (y, F) => (d(), b(Co, {
|
|
1010
1017
|
ref_key: "treeRef",
|
|
1011
1018
|
ref: s,
|
|
1012
1019
|
class: "tree",
|
|
1013
1020
|
tag: "ul",
|
|
1014
|
-
onDrop:
|
|
1021
|
+
onDrop: j(i, ["stop"])
|
|
1015
1022
|
}, {
|
|
1016
|
-
default:
|
|
1023
|
+
default: L(() => [
|
|
1017
1024
|
(d(!0), f(ie, null, ge(c.value, (p) => (d(), b(Do, {
|
|
1018
1025
|
key: p.id,
|
|
1019
1026
|
model: p,
|
|
@@ -1025,7 +1032,7 @@ const q = To(), v = {
|
|
|
1025
1032
|
onNodedrop: x,
|
|
1026
1033
|
onNodecontext: O
|
|
1027
1034
|
}, null, 8, ["model", "treeId", "items", "search"]))), 128)),
|
|
1028
|
-
g.value ? (d(), b(
|
|
1035
|
+
g.value ? (d(), b(Lo, {
|
|
1029
1036
|
key: 0,
|
|
1030
1037
|
ref_key: "contextTreeRef",
|
|
1031
1038
|
ref: a,
|
|
@@ -1104,7 +1111,7 @@ const Io = {
|
|
|
1104
1111
|
class: "d-layout-header",
|
|
1105
1112
|
style: H(t.value)
|
|
1106
1113
|
}, [
|
|
1107
|
-
|
|
1114
|
+
C(n.$slots, "default")
|
|
1108
1115
|
], 4));
|
|
1109
1116
|
}
|
|
1110
1117
|
}, Bo = {
|
|
@@ -1153,7 +1160,7 @@ const Io = {
|
|
|
1153
1160
|
class: "d-layout-tab",
|
|
1154
1161
|
style: H(t.value)
|
|
1155
1162
|
}, [
|
|
1156
|
-
|
|
1163
|
+
C(n.$slots, "default")
|
|
1157
1164
|
], 4));
|
|
1158
1165
|
}
|
|
1159
1166
|
}, Mo = {
|
|
@@ -1198,7 +1205,7 @@ const Io = {
|
|
|
1198
1205
|
class: "d-layout-footer",
|
|
1199
1206
|
style: H(t.value)
|
|
1200
1207
|
}, [
|
|
1201
|
-
|
|
1208
|
+
C(n.$slots, "default")
|
|
1202
1209
|
], 4));
|
|
1203
1210
|
}
|
|
1204
1211
|
}, No = {
|
|
@@ -1238,7 +1245,7 @@ const Io = {
|
|
|
1238
1245
|
class: "d-layout-sidebar",
|
|
1239
1246
|
style: H(t.value)
|
|
1240
1247
|
}, [
|
|
1241
|
-
|
|
1248
|
+
C(n.$slots, "default")
|
|
1242
1249
|
], 4));
|
|
1243
1250
|
}
|
|
1244
1251
|
}, Ro = {
|
|
@@ -1275,12 +1282,12 @@ const Io = {
|
|
|
1275
1282
|
style: H(t.value),
|
|
1276
1283
|
class: "d-layout-content"
|
|
1277
1284
|
}, [
|
|
1278
|
-
|
|
1285
|
+
C(n.$slots, "default")
|
|
1279
1286
|
], 4));
|
|
1280
1287
|
}
|
|
1281
1288
|
};
|
|
1282
1289
|
function Oo(e) {
|
|
1283
|
-
const o =
|
|
1290
|
+
const o = D(0), t = m(() => `transform: translateX(${-o.value}px);`);
|
|
1284
1291
|
let n = !1;
|
|
1285
1292
|
function s(u) {
|
|
1286
1293
|
o.value = u;
|
|
@@ -1416,12 +1423,12 @@ const Ao = 1001, Ho = 999, Vo = 998, Ts = {
|
|
|
1416
1423
|
function x() {
|
|
1417
1424
|
o("sidebar-mask-click");
|
|
1418
1425
|
}
|
|
1419
|
-
const
|
|
1426
|
+
const w = m(() => t.isMobile && !h.value), N = m(() => {
|
|
1420
1427
|
const { transitionDuration: g, transitionTimingFunction: O } = t;
|
|
1421
1428
|
return `background-color:${t.maskBg};transition-duration:${g}ms;transition-timing-function:${O};`;
|
|
1422
1429
|
}), $ = m(() => {
|
|
1423
|
-
const { sidebarWidth: g, sidebarCollapsedWidth: O } = t,
|
|
1424
|
-
return t.sidebarVisible ?
|
|
1430
|
+
const { sidebarWidth: g, sidebarCollapsedWidth: O } = t, P = t.isMobile ? 0 : O, z = h.value ? P : g;
|
|
1431
|
+
return t.sidebarVisible ? z : 0;
|
|
1425
1432
|
}), V = m(() => t.isMobile ? 0 : $.value), R = m(() => c.value ? V.value : 0), I = m(
|
|
1426
1433
|
() => !t.isMobile && !c.value && t.headerVisible ? t.headerHeight : 0
|
|
1427
1434
|
), B = m(() => {
|
|
@@ -1440,8 +1447,8 @@ const Ao = 1001, Ho = 999, Vo = 998, Ts = {
|
|
|
1440
1447
|
"padding-left": R.value,
|
|
1441
1448
|
style: r.value
|
|
1442
1449
|
}), {
|
|
1443
|
-
default:
|
|
1444
|
-
|
|
1450
|
+
default: L(() => [
|
|
1451
|
+
C(g.$slots, "header")
|
|
1445
1452
|
]),
|
|
1446
1453
|
_: 3
|
|
1447
1454
|
}, 16, ["fixed", "min-width", "height", "padding-left", "style"])) : k("", !0),
|
|
@@ -1454,8 +1461,8 @@ const Ao = 1001, Ho = 999, Vo = 998, Ts = {
|
|
|
1454
1461
|
"padding-left": V.value,
|
|
1455
1462
|
style: r.value
|
|
1456
1463
|
}), {
|
|
1457
|
-
default:
|
|
1458
|
-
|
|
1464
|
+
default: L(() => [
|
|
1465
|
+
C(g.$slots, "tab")
|
|
1459
1466
|
]),
|
|
1460
1467
|
_: 3
|
|
1461
1468
|
}, 16, ["fixed", "min-width", "top", "height", "padding-left", "style"])) : k("", !0),
|
|
@@ -1464,12 +1471,12 @@ const Ao = 1001, Ho = 999, Vo = 998, Ts = {
|
|
|
1464
1471
|
width: $.value,
|
|
1465
1472
|
"padding-top": I.value
|
|
1466
1473
|
}), {
|
|
1467
|
-
default:
|
|
1468
|
-
|
|
1474
|
+
default: L(() => [
|
|
1475
|
+
C(g.$slots, "sidebar")
|
|
1469
1476
|
]),
|
|
1470
1477
|
_: 3
|
|
1471
1478
|
}, 16, ["z-index", "width", "padding-top"])) : k("", !0),
|
|
1472
|
-
|
|
1479
|
+
w.value ? (d(), f("div", {
|
|
1473
1480
|
key: 3,
|
|
1474
1481
|
class: "d-layout-sidebar-mask",
|
|
1475
1482
|
style: H(N.value),
|
|
@@ -1481,8 +1488,8 @@ const Ao = 1001, Ho = 999, Vo = 998, Ts = {
|
|
|
1481
1488
|
"padding-left": V.value,
|
|
1482
1489
|
"overflow-hidden": e.addMainOverflowHidden
|
|
1483
1490
|
}), {
|
|
1484
|
-
default:
|
|
1485
|
-
|
|
1491
|
+
default: L(() => [
|
|
1492
|
+
C(g.$slots, "default")
|
|
1486
1493
|
]),
|
|
1487
1494
|
_: 3
|
|
1488
1495
|
}, 16, ["padding-top", "padding-bottom", "padding-left", "overflow-hidden"]),
|
|
@@ -1494,8 +1501,8 @@ const Ao = 1001, Ho = 999, Vo = 998, Ts = {
|
|
|
1494
1501
|
"padding-left": V.value,
|
|
1495
1502
|
style: l.value
|
|
1496
1503
|
}), {
|
|
1497
|
-
default:
|
|
1498
|
-
|
|
1504
|
+
default: L(() => [
|
|
1505
|
+
C(g.$slots, "footer")
|
|
1499
1506
|
]),
|
|
1500
1507
|
_: 3
|
|
1501
1508
|
}, 16, ["fixed", "min-width", "height", "padding-left", "style"])) : k("", !0)
|
|
@@ -1520,7 +1527,7 @@ const Ao = 1001, Ho = 999, Vo = 998, Ts = {
|
|
|
1520
1527
|
pe.state.theme = pe.state.theme === "dark" ? "light" : "dark", document.documentElement.classList.remove("dark"), document.documentElement.classList.remove("light"), document.documentElement.classList.add(pe.state.theme);
|
|
1521
1528
|
}
|
|
1522
1529
|
}
|
|
1523
|
-
},
|
|
1530
|
+
}, Cs = {
|
|
1524
1531
|
__name: "DConfigProvider",
|
|
1525
1532
|
props: {
|
|
1526
1533
|
theme: {
|
|
@@ -1530,10 +1537,10 @@ const Ao = 1001, Ho = 999, Vo = 998, Ts = {
|
|
|
1530
1537
|
},
|
|
1531
1538
|
setup(e) {
|
|
1532
1539
|
const o = e;
|
|
1533
|
-
return pe.mutations.setTheme(o.theme), (t, n) =>
|
|
1540
|
+
return pe.mutations.setTheme(o.theme), (t, n) => C(t.$slots, "default");
|
|
1534
1541
|
}
|
|
1535
1542
|
};
|
|
1536
|
-
const
|
|
1543
|
+
const Ls = {
|
|
1537
1544
|
__name: "DScrollProvider",
|
|
1538
1545
|
props: {
|
|
1539
1546
|
xHide: {
|
|
@@ -1557,7 +1564,7 @@ const Cs = {
|
|
|
1557
1564
|
return me(() => {
|
|
1558
1565
|
s("colored-scroller");
|
|
1559
1566
|
}), (a, r) => (d(), f("div", null, [
|
|
1560
|
-
|
|
1567
|
+
C(a.$slots, "default")
|
|
1561
1568
|
]));
|
|
1562
1569
|
}
|
|
1563
1570
|
};
|
|
@@ -1585,9 +1592,9 @@ const zo = {
|
|
|
1585
1592
|
}));
|
|
1586
1593
|
const t = m(() => o.xHide ? "hidden" : "visible"), n = m(() => o.yHide ? "hidden" : "visible");
|
|
1587
1594
|
return (s, a) => (d(), f("div", {
|
|
1588
|
-
class:
|
|
1595
|
+
class: S(o.autoHide ? "d-scroll-hide" : "d-scroll")
|
|
1589
1596
|
}, [
|
|
1590
|
-
|
|
1597
|
+
C(s.$slots, "default", {}, void 0, !0)
|
|
1591
1598
|
], 2));
|
|
1592
1599
|
}
|
|
1593
1600
|
}, Is = /* @__PURE__ */ re(zo, [["__scopeId", "data-v-d50b3609"]]), Fo = { class: "modal-content" }, Wo = { class: "modal-header" }, Po = { class: "modal-title" }, jo = { class: "modal-body" }, Xo = { class: "modal-footer" }, xt = {
|
|
@@ -1601,7 +1608,7 @@ const zo = {
|
|
|
1601
1608
|
},
|
|
1602
1609
|
emits: ["open", "close"],
|
|
1603
1610
|
setup(e, { expose: o, emit: t }) {
|
|
1604
|
-
const n = e, s =
|
|
1611
|
+
const n = e, s = D(null), a = D(!1);
|
|
1605
1612
|
a.value = n == null ? void 0 : n.show;
|
|
1606
1613
|
const r = () => {
|
|
1607
1614
|
a.value = !0, t("open", s);
|
|
@@ -1615,8 +1622,8 @@ const zo = {
|
|
|
1615
1622
|
const u = Re("keydown");
|
|
1616
1623
|
return d(), b(ft, { to: "body" }, [
|
|
1617
1624
|
oe(Ne, { name: "fade" }, {
|
|
1618
|
-
default:
|
|
1619
|
-
a.value ?
|
|
1625
|
+
default: L(() => [
|
|
1626
|
+
a.value ? J((d(), f("div", {
|
|
1620
1627
|
key: 0,
|
|
1621
1628
|
ref_key: "modalRef",
|
|
1622
1629
|
ref: s,
|
|
@@ -1629,14 +1636,14 @@ const zo = {
|
|
|
1629
1636
|
_("div", Fo, [
|
|
1630
1637
|
_("div", Wo, [
|
|
1631
1638
|
_("h5", Po, [
|
|
1632
|
-
|
|
1639
|
+
C(i.$slots, "modal-title")
|
|
1633
1640
|
])
|
|
1634
1641
|
]),
|
|
1635
1642
|
_("div", jo, [
|
|
1636
|
-
|
|
1643
|
+
C(i.$slots, "default")
|
|
1637
1644
|
]),
|
|
1638
1645
|
_("div", Xo, [
|
|
1639
|
-
|
|
1646
|
+
C(i.$slots, "modal-footer")
|
|
1640
1647
|
])
|
|
1641
1648
|
])
|
|
1642
1649
|
], 4)
|
|
@@ -1680,7 +1687,7 @@ const Uo = Bt({
|
|
|
1680
1687
|
transitionAttrs: Object
|
|
1681
1688
|
},
|
|
1682
1689
|
setup() {
|
|
1683
|
-
const e =
|
|
1690
|
+
const e = D();
|
|
1684
1691
|
return gt(e, () => {
|
|
1685
1692
|
ce.value && (ce.value.comp = e.value);
|
|
1686
1693
|
}), {
|
|
@@ -1691,7 +1698,7 @@ const Uo = Bt({
|
|
|
1691
1698
|
});
|
|
1692
1699
|
function qo(e, o, t, n, s, a) {
|
|
1693
1700
|
return d(), b(Ne, ut(pt(e.transitionAttrs)), {
|
|
1694
|
-
default:
|
|
1701
|
+
default: L(() => [
|
|
1695
1702
|
e.dialogRef && e.dialogRef.wrapper === e.name ? (d(), b(Y(e.dialogRef.dialog), ue({ key: 0 }, e.dialogRef.props, { ref: "dialogInstance" }), null, 16)) : k("", !0)
|
|
1696
1703
|
]),
|
|
1697
1704
|
_: 1
|
|
@@ -1710,18 +1717,18 @@ const Zo = { style: { display: "flex", "flex-direction": "row", "justify-content
|
|
|
1710
1717
|
returnValue: () => !0
|
|
1711
1718
|
}), (s, a) => (d(), f("div", null, [
|
|
1712
1719
|
oe(xt, { show: !0 }, {
|
|
1713
|
-
"modal-title":
|
|
1720
|
+
"modal-title": L(() => [
|
|
1714
1721
|
K(A(t.title), 1)
|
|
1715
1722
|
]),
|
|
1716
|
-
default:
|
|
1723
|
+
default: L(() => [
|
|
1717
1724
|
K(A(t.message), 1)
|
|
1718
1725
|
]),
|
|
1719
|
-
"modal-footer":
|
|
1726
|
+
"modal-footer": L(() => [
|
|
1720
1727
|
_("div", Zo, [
|
|
1721
1728
|
oe(ae, {
|
|
1722
1729
|
onClick: a[0] || (a[0] = (r) => E(Me)())
|
|
1723
1730
|
}, {
|
|
1724
|
-
default:
|
|
1731
|
+
default: L(() => [
|
|
1725
1732
|
K("Закрыть")
|
|
1726
1733
|
]),
|
|
1727
1734
|
_: 1
|
|
@@ -1744,18 +1751,18 @@ const Zo = { style: { display: "flex", "flex-direction": "row", "justify-content
|
|
|
1744
1751
|
returnValue: () => !0
|
|
1745
1752
|
}), (s, a) => (d(), f("div", null, [
|
|
1746
1753
|
oe(xt, { show: !0 }, {
|
|
1747
|
-
"modal-title":
|
|
1754
|
+
"modal-title": L(() => [
|
|
1748
1755
|
K(A(t.title), 1)
|
|
1749
1756
|
]),
|
|
1750
|
-
default:
|
|
1757
|
+
default: L(() => [
|
|
1751
1758
|
K(A(t.message), 1)
|
|
1752
1759
|
]),
|
|
1753
|
-
"modal-footer":
|
|
1760
|
+
"modal-footer": L(() => [
|
|
1754
1761
|
_("div", Jo, [
|
|
1755
1762
|
oe(ae, {
|
|
1756
1763
|
onClick: a[0] || (a[0] = (r) => E(Me)())
|
|
1757
1764
|
}, {
|
|
1758
|
-
default:
|
|
1765
|
+
default: L(() => [
|
|
1759
1766
|
K("Да")
|
|
1760
1767
|
]),
|
|
1761
1768
|
_: 1
|
|
@@ -1764,7 +1771,7 @@ const Zo = { style: { display: "flex", "flex-direction": "row", "justify-content
|
|
|
1764
1771
|
class: "button-red",
|
|
1765
1772
|
onClick: a[1] || (a[1] = (r) => E(Me)(!1))
|
|
1766
1773
|
}, {
|
|
1767
|
-
default:
|
|
1774
|
+
default: L(() => [
|
|
1768
1775
|
K("Нет")
|
|
1769
1776
|
]),
|
|
1770
1777
|
_: 1
|
|
@@ -1795,8 +1802,8 @@ const Zo = { style: { display: "flex", "flex-direction": "row", "justify-content
|
|
|
1795
1802
|
},
|
|
1796
1803
|
emits: ["select", "click"],
|
|
1797
1804
|
setup(e, { expose: o, emit: t }) {
|
|
1798
|
-
const n = e, s =
|
|
1799
|
-
if (t("click",
|
|
1805
|
+
const n = e, s = Ce(), a = D(null), r = D(null), l = D(0), i = D(0), c = (w) => {
|
|
1806
|
+
if (t("click", w), a.value.isShowed()) {
|
|
1800
1807
|
a.value.hide();
|
|
1801
1808
|
return;
|
|
1802
1809
|
}
|
|
@@ -1804,34 +1811,34 @@ const Zo = { style: { display: "flex", "flex-direction": "row", "justify-content
|
|
|
1804
1811
|
const N = a.value.elementSize(), $ = r.value.elementSize(), V = window.innerWidth, R = window.innerHeight;
|
|
1805
1812
|
l.value = V - ($.x + $.width) < N.width ? $.left - N.width + $.width : $.left, i.value = R - ($.y + $.height) < N.height ? $.top - N.height - 5 : $.height + $.top + 5;
|
|
1806
1813
|
});
|
|
1807
|
-
}, u = (
|
|
1808
|
-
t("select",
|
|
1814
|
+
}, u = (w) => {
|
|
1815
|
+
t("select", w);
|
|
1809
1816
|
}, h = m(() => ({ left: l.value + "px", top: i.value + "px", position: n.bodyAsParent ? "absolute" : "fixed", ...n.menuStyle }));
|
|
1810
1817
|
o({
|
|
1811
1818
|
show: c
|
|
1812
1819
|
});
|
|
1813
|
-
const x = (
|
|
1814
|
-
return (
|
|
1820
|
+
const x = (w) => !!s[w];
|
|
1821
|
+
return (w, N) => (d(), f("div", en, [
|
|
1815
1822
|
x("default") ? (d(), b(ae, {
|
|
1816
1823
|
key: 0,
|
|
1817
1824
|
ref_key: "buttonRef",
|
|
1818
1825
|
ref: r,
|
|
1819
|
-
class:
|
|
1826
|
+
class: S(n.class),
|
|
1820
1827
|
icon: n.icon,
|
|
1821
|
-
onClick:
|
|
1828
|
+
onClick: j(c, ["stop", "prevent"]),
|
|
1822
1829
|
type: n.type
|
|
1823
1830
|
}, {
|
|
1824
|
-
default:
|
|
1825
|
-
|
|
1831
|
+
default: L(() => [
|
|
1832
|
+
C(w.$slots, "default")
|
|
1826
1833
|
]),
|
|
1827
1834
|
_: 3
|
|
1828
1835
|
}, 8, ["class", "icon", "onClick", "type"])) : (d(), b(ae, {
|
|
1829
1836
|
key: 1,
|
|
1830
1837
|
ref_key: "buttonRef",
|
|
1831
1838
|
ref: r,
|
|
1832
|
-
class:
|
|
1839
|
+
class: S(n.class),
|
|
1833
1840
|
icon: n.icon,
|
|
1834
|
-
onClick:
|
|
1841
|
+
onClick: j(c, ["stop", "prevent"]),
|
|
1835
1842
|
type: n.type
|
|
1836
1843
|
}, null, 8, ["class", "icon", "onClick", "type"])),
|
|
1837
1844
|
oe(_t, {
|
|
@@ -1851,24 +1858,24 @@ const Zo = { style: { display: "flex", "flex-direction": "row", "justify-content
|
|
|
1851
1858
|
}, tn = {}, on = { class: "d-panel" };
|
|
1852
1859
|
function nn(e, o) {
|
|
1853
1860
|
return d(), f("div", on, [
|
|
1854
|
-
|
|
1861
|
+
C(e.$slots, "default")
|
|
1855
1862
|
]);
|
|
1856
1863
|
}
|
|
1857
1864
|
const sn = /* @__PURE__ */ re(tn, [["render", nn]]), an = { class: "card-header" }, rn = { class: "modal-title" }, ln = { class: "card-body" }, dn = { class: "card-footer" }, Bs = {
|
|
1858
1865
|
__name: "DCard",
|
|
1859
1866
|
setup(e) {
|
|
1860
1867
|
return (o, t) => (d(), b(sn, { class: "d-card" }, {
|
|
1861
|
-
default:
|
|
1868
|
+
default: L(() => [
|
|
1862
1869
|
_("div", an, [
|
|
1863
1870
|
_("h5", rn, [
|
|
1864
|
-
|
|
1871
|
+
C(o.$slots, "title")
|
|
1865
1872
|
])
|
|
1866
1873
|
]),
|
|
1867
1874
|
_("div", ln, [
|
|
1868
|
-
|
|
1875
|
+
C(o.$slots, "default")
|
|
1869
1876
|
]),
|
|
1870
1877
|
_("div", dn, [
|
|
1871
|
-
|
|
1878
|
+
C(o.$slots, "footer")
|
|
1872
1879
|
])
|
|
1873
1880
|
]),
|
|
1874
1881
|
_: 3
|
|
@@ -1970,8 +1977,8 @@ const Ee = "[-+]?[0-9]*.?[0-9]+", at = [
|
|
|
1970
1977
|
onLeave: n,
|
|
1971
1978
|
onAfterLeave: s
|
|
1972
1979
|
}, {
|
|
1973
|
-
default:
|
|
1974
|
-
|
|
1980
|
+
default: L(() => [
|
|
1981
|
+
C(a.$slots, "default")
|
|
1975
1982
|
]),
|
|
1976
1983
|
_: 3
|
|
1977
1984
|
}));
|
|
@@ -1989,8 +1996,8 @@ const Ee = "[-+]?[0-9]*.?[0-9]+", at = [
|
|
|
1989
1996
|
tag: "span",
|
|
1990
1997
|
name: o.name
|
|
1991
1998
|
}, {
|
|
1992
|
-
default:
|
|
1993
|
-
|
|
1999
|
+
default: L(() => [
|
|
2000
|
+
C(t.$slots, "default")
|
|
1994
2001
|
]),
|
|
1995
2002
|
_: 3
|
|
1996
2003
|
}, 8, ["name"]));
|
|
@@ -2071,12 +2078,12 @@ const Ee = "[-+]?[0-9]*.?[0-9]+", at = [
|
|
|
2071
2078
|
const t = e, n = {
|
|
2072
2079
|
IDLE: 0,
|
|
2073
2080
|
DESTROYED: 2
|
|
2074
|
-
}, s =
|
|
2075
|
-
const { x: p, y:
|
|
2076
|
-
width:
|
|
2081
|
+
}, s = D([]), a = D(null), r = D(cn.get("velocity")), l = m(() => t.animationType === "velocity"), i = m(() => l.value ? vn : yn), c = m(() => s.value.filter((p) => p.state !== n.DESTROYED)), u = m(() => fn(t.width)), h = m(() => {
|
|
2082
|
+
const { x: p, y: W } = gn(t.position), T = u.value.value, G = u.value.type, ne = {
|
|
2083
|
+
width: T + G
|
|
2077
2084
|
};
|
|
2078
|
-
return
|
|
2079
|
-
}), x = m(() => "bottom" in h.value),
|
|
2085
|
+
return W && (ne[W] = "0px"), p && (p === "center" ? ne.left = `calc(50% - ${+T / 2}${G})` : ne[p] = "0px"), ne;
|
|
2086
|
+
}), x = m(() => "bottom" in h.value), w = (p) => {
|
|
2080
2087
|
o("click", p), t.closeOnClick && M(p);
|
|
2081
2088
|
}, N = () => {
|
|
2082
2089
|
var p;
|
|
@@ -2091,21 +2098,21 @@ const Ee = "[-+]?[0-9]*.?[0-9]+", at = [
|
|
|
2091
2098
|
O();
|
|
2092
2099
|
return;
|
|
2093
2100
|
}
|
|
2094
|
-
const
|
|
2101
|
+
const W = typeof p.duration == "number" ? p.duration : t.duration, T = typeof p.speed == "number" ? p.speed : t.speed, G = typeof p.ignoreDuplicates == "boolean" ? p.ignoreDuplicates : t.ignoreDuplicates, { title: ne, text: ve, type: ye, data: _e, id: be } = p, Q = {
|
|
2095
2102
|
id: be || mn(),
|
|
2096
2103
|
title: ne,
|
|
2097
2104
|
text: ve,
|
|
2098
2105
|
type: ye,
|
|
2099
2106
|
state: n.IDLE,
|
|
2100
|
-
speed:
|
|
2101
|
-
length:
|
|
2107
|
+
speed: T,
|
|
2108
|
+
length: W + 2 * T,
|
|
2102
2109
|
data: _e
|
|
2103
2110
|
};
|
|
2104
|
-
|
|
2111
|
+
W >= 0 && (a.value = new un(() => M(Q), Q.length, Q));
|
|
2105
2112
|
const xe = t.reverse ? !x.value : x.value;
|
|
2106
2113
|
let le = -1;
|
|
2107
2114
|
const $e = c.value.some((he) => he.title === p.title && he.text === p.text);
|
|
2108
|
-
(!G || !$e) && (xe ? (s.value.push(
|
|
2115
|
+
(!G || !$e) && (xe ? (s.value.push(Q), o("start", Q), c.value.length > t.max && (le = 0)) : (s.value.unshift(Q), o("start", Q), c.value.length > t.max && (le = c.value.length - 1)), le !== -1 && M(c.value[le]));
|
|
2109
2116
|
}, R = (p) => {
|
|
2110
2117
|
g(p);
|
|
2111
2118
|
}, I = (p) => [
|
|
@@ -2113,79 +2120,79 @@ const Ee = "[-+]?[0-9]*.?[0-9]+", at = [
|
|
|
2113
2120
|
t.classes,
|
|
2114
2121
|
p.type || ""
|
|
2115
2122
|
], B = (p) => l.value ? void 0 : { transition: `all ${p.speed}ms` }, M = (p) => {
|
|
2116
|
-
clearTimeout(p.timer), p.state = n.DESTROYED,
|
|
2123
|
+
clearTimeout(p.timer), p.state = n.DESTROYED, F(), o("destroy", p);
|
|
2117
2124
|
}, g = (p) => {
|
|
2118
|
-
const
|
|
2119
|
-
|
|
2125
|
+
const W = s.value.find((T) => T.id === p);
|
|
2126
|
+
W && M(W);
|
|
2120
2127
|
}, O = () => {
|
|
2121
2128
|
c.value.forEach(M);
|
|
2122
|
-
},
|
|
2129
|
+
}, P = (p, W) => {
|
|
2123
2130
|
var G;
|
|
2124
|
-
const
|
|
2125
|
-
return typeof
|
|
2126
|
-
},
|
|
2131
|
+
const T = (G = t.animation) == null ? void 0 : G[p];
|
|
2132
|
+
return typeof T == "function" ? T(W) : T;
|
|
2133
|
+
}, z = (p, W) => {
|
|
2127
2134
|
if (!l.value)
|
|
2128
2135
|
return;
|
|
2129
|
-
const
|
|
2130
|
-
r.value(p,
|
|
2136
|
+
const T = P("enter", p);
|
|
2137
|
+
r.value(p, T, {
|
|
2131
2138
|
duration: t.speed,
|
|
2132
|
-
complete:
|
|
2139
|
+
complete: W
|
|
2133
2140
|
});
|
|
2134
|
-
}, y = (p,
|
|
2141
|
+
}, y = (p, W) => {
|
|
2135
2142
|
if (!l.value)
|
|
2136
2143
|
return;
|
|
2137
|
-
const
|
|
2138
|
-
r.value(p,
|
|
2144
|
+
const T = P("leave", p);
|
|
2145
|
+
r.value(p, T, {
|
|
2139
2146
|
duration: t.speed,
|
|
2140
|
-
complete:
|
|
2147
|
+
complete: W
|
|
2141
2148
|
});
|
|
2142
2149
|
};
|
|
2143
|
-
function
|
|
2150
|
+
function F() {
|
|
2144
2151
|
s.value = s.value.filter((p) => p.state !== n.DESTROYED);
|
|
2145
2152
|
}
|
|
2146
2153
|
return me(() => {
|
|
2147
2154
|
q.on("notification-add", V), q.on("notification-close", R);
|
|
2148
|
-
}), (p,
|
|
2155
|
+
}), (p, W) => (d(), f("div", {
|
|
2149
2156
|
class: "d-notification-group",
|
|
2150
2157
|
style: H(h.value)
|
|
2151
2158
|
}, [
|
|
2152
2159
|
(d(), b(Y(i.value), {
|
|
2153
2160
|
name: e.animationName,
|
|
2154
|
-
onEnter:
|
|
2161
|
+
onEnter: z,
|
|
2155
2162
|
onLeave: y,
|
|
2156
|
-
onAfterLeave:
|
|
2163
|
+
onAfterLeave: F
|
|
2157
2164
|
}, {
|
|
2158
|
-
default:
|
|
2159
|
-
(d(!0), f(ie, null, ge(c.value, (
|
|
2160
|
-
key:
|
|
2165
|
+
default: L(() => [
|
|
2166
|
+
(d(!0), f(ie, null, ge(c.value, (T) => (d(), f("div", {
|
|
2167
|
+
key: T.id,
|
|
2161
2168
|
class: "d-notification-wrapper",
|
|
2162
|
-
style: H(B(
|
|
2163
|
-
"data-id":
|
|
2169
|
+
style: H(B(T)),
|
|
2170
|
+
"data-id": T.id,
|
|
2164
2171
|
onMouseenter: N,
|
|
2165
2172
|
onMouseleave: $
|
|
2166
2173
|
}, [
|
|
2167
|
-
|
|
2168
|
-
class:
|
|
2169
|
-
item:
|
|
2170
|
-
close: () => M(
|
|
2174
|
+
C(p.$slots, "body", {
|
|
2175
|
+
class: S([e.classes, T.type]),
|
|
2176
|
+
item: T,
|
|
2177
|
+
close: () => M(T)
|
|
2171
2178
|
}, () => [
|
|
2172
2179
|
_("div", {
|
|
2173
|
-
class:
|
|
2174
|
-
onClick: (G) =>
|
|
2180
|
+
class: S(I(T)),
|
|
2181
|
+
onClick: (G) => w(T)
|
|
2175
2182
|
}, [
|
|
2176
2183
|
e.dangerouslySetInnerHtml ? (d(), f(ie, { key: 0 }, [
|
|
2177
|
-
|
|
2184
|
+
T.title ? (d(), f("div", {
|
|
2178
2185
|
key: 0,
|
|
2179
2186
|
class: "d-notification-title",
|
|
2180
|
-
innerHTML:
|
|
2187
|
+
innerHTML: T.timer
|
|
2181
2188
|
}, null, 8, xn)) : k("", !0),
|
|
2182
2189
|
_("div", {
|
|
2183
2190
|
class: "notification-content",
|
|
2184
|
-
innerHTML:
|
|
2191
|
+
innerHTML: T.text
|
|
2185
2192
|
}, null, 8, $n)
|
|
2186
2193
|
], 64)) : (d(), f(ie, { key: 1 }, [
|
|
2187
|
-
|
|
2188
|
-
_("div", wn, A(
|
|
2194
|
+
T.title ? (d(), f("div", kn, A(T.title), 1)) : k("", !0),
|
|
2195
|
+
_("div", wn, A(T.text), 1)
|
|
2189
2196
|
], 64))
|
|
2190
2197
|
], 10, bn)
|
|
2191
2198
|
])
|
|
@@ -2195,7 +2202,7 @@ const Ee = "[-+]?[0-9]*.?[0-9]+", at = [
|
|
|
2195
2202
|
}, 40, ["name"]))
|
|
2196
2203
|
], 4));
|
|
2197
2204
|
}
|
|
2198
|
-
}, Sn = { class: "d-info-progress-icon-container" }, Dn = { class: "d-info-progress-icon" }, Tn = { class: "d-info-progress-data-container" },
|
|
2205
|
+
}, Sn = { class: "d-info-progress-icon-container" }, Dn = { class: "d-info-progress-icon" }, Tn = { class: "d-info-progress-data-container" }, Cn = ["innerHTML"], Ns = {
|
|
2199
2206
|
__name: "DInfoProgress",
|
|
2200
2207
|
props: {
|
|
2201
2208
|
style: [String, Object],
|
|
@@ -2206,9 +2213,9 @@ const Ee = "[-+]?[0-9]*.?[0-9]+", at = [
|
|
|
2206
2213
|
},
|
|
2207
2214
|
emits: ["click"],
|
|
2208
2215
|
setup(e, { emit: o }) {
|
|
2209
|
-
const t = e, n = m(() => t.icon ?
|
|
2216
|
+
const t = e, n = m(() => t.icon ? te.getters.getIcon(t.icon) : null);
|
|
2210
2217
|
return (s, a) => (d(), f("div", {
|
|
2211
|
-
class:
|
|
2218
|
+
class: S(["d-info-progress", t.type ? `d-info-progress-${t.type}` : null]),
|
|
2212
2219
|
style: H(t.style),
|
|
2213
2220
|
onClick: a[0] || (a[0] = (r) => {
|
|
2214
2221
|
o("click", r);
|
|
@@ -2232,11 +2239,11 @@ const Ee = "[-+]?[0-9]*.?[0-9]+", at = [
|
|
|
2232
2239
|
_("div", {
|
|
2233
2240
|
class: "d-info-progress-label",
|
|
2234
2241
|
innerHTML: e.label
|
|
2235
|
-
}, null, 8,
|
|
2242
|
+
}, null, 8, Cn)
|
|
2236
2243
|
])
|
|
2237
2244
|
], 6));
|
|
2238
2245
|
}
|
|
2239
|
-
},
|
|
2246
|
+
}, Ln = { class: "d-checkbox" }, In = ["id", "checked", "disabled"], En = ["for"], Rs = {
|
|
2240
2247
|
__name: "DCheckbox",
|
|
2241
2248
|
props: {
|
|
2242
2249
|
label: String,
|
|
@@ -2256,8 +2263,8 @@ const Ee = "[-+]?[0-9]*.?[0-9]+", at = [
|
|
|
2256
2263
|
o("update:modelValue", r);
|
|
2257
2264
|
}
|
|
2258
2265
|
});
|
|
2259
|
-
return (r, l) => (d(), f("div",
|
|
2260
|
-
|
|
2266
|
+
return (r, l) => (d(), f("div", Ln, [
|
|
2267
|
+
J(_("input", {
|
|
2261
2268
|
"onUpdate:modelValue": l[0] || (l[0] = (i) => a.value = i),
|
|
2262
2269
|
id: `i-${E(s)}`,
|
|
2263
2270
|
type: "checkbox",
|
|
@@ -2312,9 +2319,9 @@ const Os = {
|
|
|
2312
2319
|
}
|
|
2313
2320
|
return (a, r) => (d(), f("div", Nn, [
|
|
2314
2321
|
t.label ? (d(), f("div", Rn, A(t.label), 1)) : k("", !0),
|
|
2315
|
-
|
|
2322
|
+
J(_("select", {
|
|
2316
2323
|
"onUpdate:modelValue": r[0] || (r[0] = (l) => s.value = l),
|
|
2317
|
-
class:
|
|
2324
|
+
class: S(n.value),
|
|
2318
2325
|
style: H(t.size === "wide" ? "width:100%" : "")
|
|
2319
2326
|
}, [
|
|
2320
2327
|
(d(!0), f(ie, null, ge(t.options, (l, i) => (d(), f("option", {
|
|
@@ -2354,7 +2361,7 @@ const zn = { class: "d-tabs" }, Fn = {
|
|
|
2354
2361
|
tabs: Array
|
|
2355
2362
|
},
|
|
2356
2363
|
setup(e) {
|
|
2357
|
-
const t = Rt(e, "tabs"), n =
|
|
2364
|
+
const t = Rt(e, "tabs"), n = D(0), s = (a) => {
|
|
2358
2365
|
n.value = a;
|
|
2359
2366
|
};
|
|
2360
2367
|
return (a, r) => (d(), f(ie, null, [
|
|
@@ -2362,7 +2369,7 @@ const zn = { class: "d-tabs" }, Fn = {
|
|
|
2362
2369
|
(d(!0), f(ie, null, ge(t.value, (l, i) => (d(), b(Vn, {
|
|
2363
2370
|
index: i,
|
|
2364
2371
|
tab: l,
|
|
2365
|
-
class:
|
|
2372
|
+
class: S(["d-tab-title", i === n.value ? "active" : ""]),
|
|
2366
2373
|
onClick: (c) => s(i)
|
|
2367
2374
|
}, null, 8, ["index", "tab", "class", "onClick"]))), 256))
|
|
2368
2375
|
]),
|
|
@@ -2405,7 +2412,7 @@ const Wn = { class: "d-grid" }, Pn = {
|
|
|
2405
2412
|
for (let u = 0; u < i.length; u++)
|
|
2406
2413
|
c || (c = i[0]), u > 0 && (i[u] ? c = i[u] : i[u] = c);
|
|
2407
2414
|
return (u, h) => (d(), f("div", Wn, [
|
|
2408
|
-
|
|
2415
|
+
C(u.$slots, "default", {}, void 0, !0)
|
|
2409
2416
|
]));
|
|
2410
2417
|
}
|
|
2411
2418
|
}, Vs = /* @__PURE__ */ re(Pn, [["__scopeId", "data-v-b45e8130"]]), jn = ["src", "alt", "title"], zs = {
|
|
@@ -2420,7 +2427,7 @@ const Wn = { class: "d-grid" }, Pn = {
|
|
|
2420
2427
|
radius: String
|
|
2421
2428
|
},
|
|
2422
2429
|
setup(e) {
|
|
2423
|
-
const o = e, t =
|
|
2430
|
+
const o = e, t = D(null), n = new Image();
|
|
2424
2431
|
return n.onload = () => {
|
|
2425
2432
|
t.value = n.src;
|
|
2426
2433
|
}, n.onerror = () => {
|
|
@@ -2459,7 +2466,7 @@ const Xn = { class: "d-textarea" }, Yn = {
|
|
|
2459
2466
|
},
|
|
2460
2467
|
emits: ["update:modelValue"],
|
|
2461
2468
|
setup(e, { expose: o, emit: t }) {
|
|
2462
|
-
const n = e, s =
|
|
2469
|
+
const n = e, s = D(null), a = m(() => n.scale === "small" ? "d-textarea-small" : n.scale === "large" ? "d-textarea-large" : ""), r = m({
|
|
2463
2470
|
get: () => n.modelValue,
|
|
2464
2471
|
set: (i) => {
|
|
2465
2472
|
t("update:modelValue", i);
|
|
@@ -2475,14 +2482,14 @@ const Xn = { class: "d-textarea" }, Yn = {
|
|
|
2475
2482
|
focus: l
|
|
2476
2483
|
}), (i, c) => (d(), f("div", Xn, [
|
|
2477
2484
|
n.label ? (d(), f("div", Yn, A(n.label), 1)) : k("", !0),
|
|
2478
|
-
|
|
2485
|
+
J(_("textarea", {
|
|
2479
2486
|
ref_key: "inputRef",
|
|
2480
2487
|
ref: s,
|
|
2481
2488
|
"onUpdate:modelValue": c[0] || (c[0] = (u) => r.value = u),
|
|
2482
2489
|
rows: n.rows,
|
|
2483
2490
|
cols: n.cols,
|
|
2484
2491
|
placeholder: n.placeholder,
|
|
2485
|
-
class:
|
|
2492
|
+
class: S(a.value),
|
|
2486
2493
|
style: { width: "100%" }
|
|
2487
2494
|
}, null, 10, Un), [
|
|
2488
2495
|
[Ht, r.value]
|
|
@@ -2577,7 +2584,7 @@ const is = new as(), U = {
|
|
|
2577
2584
|
};
|
|
2578
2585
|
class rs {
|
|
2579
2586
|
validate(o, t) {
|
|
2580
|
-
var s, a, r, l, i, c, u, h, x,
|
|
2587
|
+
var s, a, r, l, i, c, u, h, x, w, N, $, V, R;
|
|
2581
2588
|
let n = "";
|
|
2582
2589
|
if (t) {
|
|
2583
2590
|
let I = !1;
|
|
@@ -2594,7 +2601,7 @@ class rs {
|
|
|
2594
2601
|
n = U.RulesMin.validate(o, (i = t[B]) == null ? void 0 : i.value) ? "" : U.RulesMin.message((c = t[B]) != null && c.message ? (u = t[B]) == null ? void 0 : u.message : "very_small"), I = n !== "";
|
|
2595
2602
|
break;
|
|
2596
2603
|
case "max":
|
|
2597
|
-
n = U.RulesMax.validate(o, (h = t[B]) == null ? void 0 : h.value) ? "" : U.RulesMax.message((x = t[B]) != null && x.message ? (
|
|
2604
|
+
n = U.RulesMax.validate(o, (h = t[B]) == null ? void 0 : h.value) ? "" : U.RulesMax.message((x = t[B]) != null && x.message ? (w = t[B]) == null ? void 0 : w.message : "vary_large"), I = n !== "";
|
|
2598
2605
|
break;
|
|
2599
2606
|
case "email":
|
|
2600
2607
|
n = U.RulesEmail.validate(o) ? "" : U.RulesMax.message((N = t[B]) != null && N.message ? ($ = t[B]) == null ? void 0 : $.message : "email_incorrect"), I = n !== "";
|
|
@@ -2665,7 +2672,7 @@ const ls = new rs(), ds = { style: { display: "flex", "flex-direction": "column"
|
|
|
2665
2672
|
},
|
|
2666
2673
|
emits: ["update:modelValue", "input"],
|
|
2667
2674
|
setup(e, { expose: o, emit: t }) {
|
|
2668
|
-
const n = e, s =
|
|
2675
|
+
const n = e, s = D(n.error), a = Vt(), r = D(!1), l = D(null);
|
|
2669
2676
|
//!props.form ? ref(null) : props.form.fields[props.name].ref
|
|
2670
2677
|
const i = m({
|
|
2671
2678
|
get: () => n.modelValue,
|
|
@@ -2677,9 +2684,9 @@ const ls = new rs(), ds = { style: { display: "flex", "flex-direction": "column"
|
|
|
2677
2684
|
t("input", R), x();
|
|
2678
2685
|
}, x = () => (s.value = ls.validate(i.value, n.form.fields[n.name].rules), !!s.value);
|
|
2679
2686
|
me(() => {
|
|
2680
|
-
|
|
2687
|
+
w();
|
|
2681
2688
|
});
|
|
2682
|
-
const
|
|
2689
|
+
const w = () => {
|
|
2683
2690
|
var R;
|
|
2684
2691
|
(R = l.value) == null || R.focus();
|
|
2685
2692
|
}, N = () => {
|
|
@@ -2688,15 +2695,15 @@ const ls = new rs(), ds = { style: { display: "flex", "flex-direction": "column"
|
|
|
2688
2695
|
r.value = R;
|
|
2689
2696
|
};
|
|
2690
2697
|
return o({
|
|
2691
|
-
focus:
|
|
2698
|
+
focus: w,
|
|
2692
2699
|
setError: (R) => {
|
|
2693
2700
|
s.value = R;
|
|
2694
2701
|
},
|
|
2695
2702
|
validate: x
|
|
2696
2703
|
}), (R, I) => {
|
|
2697
|
-
var B, M, g, O,
|
|
2704
|
+
var B, M, g, O, P, z, y, F, p, W, T, G, ne, ve, ye, _e, be, Q, xe, le, $e, Le, he, Fe, We, Pe, je, Xe, Ye, Ue, qe, Ge, Ze, Ke, Je, Qe, et, tt, ot;
|
|
2698
2705
|
return d(), f("div", {
|
|
2699
|
-
class:
|
|
2706
|
+
class: S(["d-input-string", u.value])
|
|
2700
2707
|
}, [
|
|
2701
2708
|
_("div", ds, [
|
|
2702
2709
|
n.label ? (d(), f("div", cs, [
|
|
@@ -2706,24 +2713,24 @@ const ls = new rs(), ds = { style: { display: "flex", "flex-direction": "column"
|
|
|
2706
2713
|
_("div", ps, [
|
|
2707
2714
|
(g = (M = n.pre) == null ? void 0 : M.outside) != null && g.component ? (d(), f("div", {
|
|
2708
2715
|
key: 0,
|
|
2709
|
-
class:
|
|
2716
|
+
class: S(["d-pre", n.disabled ? "disabled" : ""])
|
|
2710
2717
|
}, [
|
|
2711
|
-
(d(), b(Y((
|
|
2712
|
-
], 2)) : (y = (
|
|
2718
|
+
(d(), b(Y((P = (O = n.pre) == null ? void 0 : O.outside) == null ? void 0 : P.component)))
|
|
2719
|
+
], 2)) : (y = (z = n.pre) == null ? void 0 : z.outside) != null && y.text ? (d(), f("div", {
|
|
2713
2720
|
key: 1,
|
|
2714
|
-
class:
|
|
2721
|
+
class: S(["d-pre", n.disabled ? "disabled" : ""])
|
|
2715
2722
|
}, [
|
|
2716
2723
|
_("div", {
|
|
2717
|
-
class:
|
|
2718
|
-
}, A((p = (
|
|
2724
|
+
class: S(["d-text", r.value ? "focused" : ""])
|
|
2725
|
+
}, A((p = (F = n.pre) == null ? void 0 : F.outside) == null ? void 0 : p.text), 3)
|
|
2719
2726
|
], 2)) : k("", !0),
|
|
2720
2727
|
_("div", fs, [
|
|
2721
|
-
(
|
|
2728
|
+
(T = (W = n.pre) == null ? void 0 : W.inside) != null && T.action && ((ne = (G = n.pre) == null ? void 0 : G.inside) == null ? void 0 : ne.action) === "clear" && ((ve = i.value) == null ? void 0 : ve.length) > 0 ? (d(), f("div", {
|
|
2722
2729
|
key: 0,
|
|
2723
2730
|
class: "d-pre-inside-button",
|
|
2724
2731
|
onClick: N
|
|
2725
2732
|
}, hs)) : k("", !0),
|
|
2726
|
-
|
|
2733
|
+
J(_("input", {
|
|
2727
2734
|
id: E(a),
|
|
2728
2735
|
ref_key: "inputRef",
|
|
2729
2736
|
ref: l,
|
|
@@ -2734,9 +2741,9 @@ const ls = new rs(), ds = { style: { display: "flex", "flex-direction": "column"
|
|
|
2734
2741
|
onInput: h,
|
|
2735
2742
|
onFocus: I[1] || (I[1] = (Ie) => $(!0)),
|
|
2736
2743
|
onFocusout: I[2] || (I[2] = (Ie) => $(!1)),
|
|
2737
|
-
class:
|
|
2738
|
-
(_e = (ye = n.pre) == null ? void 0 : ye.outside) != null && _e.component || (
|
|
2739
|
-
(le = (xe = n.post) == null ? void 0 : xe.outside) != null && le.component || (
|
|
2744
|
+
class: S([
|
|
2745
|
+
(_e = (ye = n.pre) == null ? void 0 : ye.outside) != null && _e.component || (Q = (be = n.pre) == null ? void 0 : be.outside) != null && Q.text ? "has-pre" : "",
|
|
2746
|
+
(le = (xe = n.post) == null ? void 0 : xe.outside) != null && le.component || (Le = ($e = n.post) == null ? void 0 : $e.outside) != null && Le.text ? "has-post" : "",
|
|
2740
2747
|
(Fe = (he = n.pre) == null ? void 0 : he.inside) != null && Fe.action ? "has-pre-inside-button" : "",
|
|
2741
2748
|
(Pe = (We = n.post) == null ? void 0 : We.inside) != null && Pe.action ? "has-post-inside-button" : "",
|
|
2742
2749
|
r.value ? "focused" : ""
|
|
@@ -2753,15 +2760,15 @@ const ls = new rs(), ds = { style: { display: "flex", "flex-direction": "column"
|
|
|
2753
2760
|
]),
|
|
2754
2761
|
(Ze = (Ge = n.post) == null ? void 0 : Ge.outside) != null && Ze.component ? (d(), f("div", {
|
|
2755
2762
|
key: 2,
|
|
2756
|
-
class:
|
|
2763
|
+
class: S(["d-post", n.disabled ? "disabled" : ""])
|
|
2757
2764
|
}, [
|
|
2758
2765
|
(d(), b(Y((Je = (Ke = n.post) == null ? void 0 : Ke.outside) == null ? void 0 : Je.component)))
|
|
2759
2766
|
], 2)) : (et = (Qe = n.post) == null ? void 0 : Qe.outside) != null && et.text ? (d(), f("div", {
|
|
2760
2767
|
key: 3,
|
|
2761
|
-
class:
|
|
2768
|
+
class: S(["d-post", n.disabled ? "disabled" : ""])
|
|
2762
2769
|
}, [
|
|
2763
2770
|
_("div", {
|
|
2764
|
-
class:
|
|
2771
|
+
class: S(["d-text", r.value ? "focused" : ""])
|
|
2765
2772
|
}, A((ot = (tt = n.post) == null ? void 0 : tt.outside) == null ? void 0 : ot.text), 3)
|
|
2766
2773
|
], 2)) : k("", !0)
|
|
2767
2774
|
]),
|
|
@@ -2856,8 +2863,8 @@ var xs = function() {
|
|
|
2856
2863
|
function ke(e) {
|
|
2857
2864
|
var o = this.$$touchObj, t = e.type.indexOf("touch") >= 0, n = e.type.indexOf("mouse") >= 0, s = this;
|
|
2858
2865
|
t && (o.lastTouchStartTime = e.timeStamp), !(n && o.lastTouchStartTime && e.timeStamp - o.lastTouchStartTime < 350) && (o.touchStarted || (Dt(this), o.touchStarted = !0, o.touchMoved = !1, o.swipeOutBounded = !1, o.startX = wt(e), o.startY = St(e), o.currentX = 0, o.currentY = 0, o.touchStartTime = e.timeStamp, o.hasSwipe = Z(this, "swipe") || Z(this, "swipe.left") || Z(this, "swipe.right") || Z(this, "swipe.top") || Z(this, "swipe.bottom"), Z(this, "hold") && (o.touchHoldTimer = setTimeout(function() {
|
|
2859
|
-
o.touchHoldTimer = null,
|
|
2860
|
-
}, o.options.touchHoldTolerance)),
|
|
2866
|
+
o.touchHoldTimer = null, ee(e, s, "hold");
|
|
2867
|
+
}, o.options.touchHoldTolerance)), ee(e, this, "press")));
|
|
2861
2868
|
}
|
|
2862
2869
|
function we(e) {
|
|
2863
2870
|
var o = this.$$touchObj, t = wt(e), n = St(e), s = o.currentX != t || o.currentY != n;
|
|
@@ -2868,15 +2875,15 @@ function we(e) {
|
|
|
2868
2875
|
}
|
|
2869
2876
|
} else {
|
|
2870
2877
|
var a = o.options.tapTolerance;
|
|
2871
|
-
o.touchMoved = Math.abs(o.startX - o.currentX) > a || Math.abs(o.startY - o.currentY) > a, o.touchMoved && (ze(o),
|
|
2878
|
+
o.touchMoved = Math.abs(o.startX - o.currentX) > a || Math.abs(o.startY - o.currentY) > a, o.touchMoved && (ze(o), ee(e, this, "drag.once"));
|
|
2872
2879
|
}
|
|
2873
2880
|
if (Z(this, "rollover") && s) {
|
|
2874
2881
|
var l = e.timeStamp, i = o.options.rollOverFrequency;
|
|
2875
|
-
(o.touchRollTime == null || l > o.touchRollTime + i) && (o.touchRollTime = l,
|
|
2882
|
+
(o.touchRollTime == null || l > o.touchRollTime + i) && (o.touchRollTime = l, ee(e, this, "rollover"));
|
|
2876
2883
|
}
|
|
2877
2884
|
if (Z(this, "drag") && o.touchStarted && o.touchMoved && s) {
|
|
2878
2885
|
var l = e.timeStamp, i = o.options.dragFrequency;
|
|
2879
|
-
(o.touchDragTime == null || l > o.touchDragTime + i) && (o.touchDragTime = l,
|
|
2886
|
+
(o.touchDragTime == null || l > o.touchDragTime + i) && (o.touchDragTime = l, ee(e, this, "drag"));
|
|
2880
2887
|
}
|
|
2881
2888
|
}
|
|
2882
2889
|
function rt() {
|
|
@@ -2888,18 +2895,18 @@ function Se(e) {
|
|
|
2888
2895
|
t && (o.lastTouchEndTime = e.timeStamp);
|
|
2889
2896
|
var s = t && !o.touchHoldTimer;
|
|
2890
2897
|
if (ze(o), o.touchStarted = !1, Ve(this), !(n && o.lastTouchEndTime && e.timeStamp - o.lastTouchEndTime < 350))
|
|
2891
|
-
if (
|
|
2898
|
+
if (ee(e, this, "release"), o.touchMoved) {
|
|
2892
2899
|
if (o.hasSwipe && !o.swipeOutBounded) {
|
|
2893
2900
|
var a = o.options.swipeTolerance, r, l = Math.abs(o.startY - o.currentY), i = Math.abs(o.startX - o.currentX);
|
|
2894
|
-
(l > a || i > a) && (l > a ? r = o.startY > o.currentY ? "top" : "bottom" : r = o.startX > o.currentX ? "left" : "right", Z(this, "swipe." + r) ?
|
|
2901
|
+
(l > a || i > a) && (l > a ? r = o.startY > o.currentY ? "top" : "bottom" : r = o.startX > o.currentX ? "left" : "right", Z(this, "swipe." + r) ? ee(e, this, "swipe." + r, r) : ee(e, this, "swipe", r));
|
|
2895
2902
|
}
|
|
2896
2903
|
} else if (Z(this, "longtap") && e.timeStamp - o.touchStartTime > o.options.longTapTimeInterval)
|
|
2897
|
-
e.cancelable && e.preventDefault(),
|
|
2904
|
+
e.cancelable && e.preventDefault(), ee(e, this, "longtap");
|
|
2898
2905
|
else if (Z(this, "hold") && s) {
|
|
2899
2906
|
e.cancelable && e.preventDefault();
|
|
2900
2907
|
return;
|
|
2901
2908
|
} else
|
|
2902
|
-
|
|
2909
|
+
ee(e, this, "tap");
|
|
2903
2910
|
}
|
|
2904
2911
|
function lt() {
|
|
2905
2912
|
Dt(this);
|
|
@@ -2911,7 +2918,7 @@ function Z(e, o) {
|
|
|
2911
2918
|
var t = e.$$touchObj.callbacks[o];
|
|
2912
2919
|
return t != null && t.length > 0;
|
|
2913
2920
|
}
|
|
2914
|
-
function
|
|
2921
|
+
function ee(e, o, t, n) {
|
|
2915
2922
|
var s = o.$$touchObj, a = s.callbacks[t];
|
|
2916
2923
|
if (a == null || a.length === 0)
|
|
2917
2924
|
return null;
|
|
@@ -2981,18 +2988,18 @@ export {
|
|
|
2981
2988
|
Rs as DCheckbox,
|
|
2982
2989
|
co as DCollapse,
|
|
2983
2990
|
fe as DComponentStore,
|
|
2984
|
-
|
|
2991
|
+
Cs as DConfigProvider,
|
|
2985
2992
|
Qo as DConfirmDialog,
|
|
2986
|
-
|
|
2993
|
+
Lo as DContextMenu,
|
|
2987
2994
|
Os as DDialogProvider,
|
|
2988
2995
|
st as DDrag,
|
|
2989
|
-
|
|
2996
|
+
Co as DDrop,
|
|
2990
2997
|
Es as DDropdown,
|
|
2991
2998
|
Ws as DForm,
|
|
2992
2999
|
pe as DGlobalStore,
|
|
2993
3000
|
Vs as DGrid,
|
|
2994
3001
|
de as DIcon,
|
|
2995
|
-
|
|
3002
|
+
te as DIconStore,
|
|
2996
3003
|
zs as DImage,
|
|
2997
3004
|
Ns as DInfoProgress,
|
|
2998
3005
|
Ss as DInput,
|
|
@@ -3008,7 +3015,7 @@ export {
|
|
|
3008
3015
|
Ms as DNotificationProvider,
|
|
3009
3016
|
sn as DPanel,
|
|
3010
3017
|
Is as DScroll,
|
|
3011
|
-
|
|
3018
|
+
Ls as DScrollProvider,
|
|
3012
3019
|
As as DSelect,
|
|
3013
3020
|
Hs as DTabs,
|
|
3014
3021
|
Fs as DTextarea,
|