doph-js 0.0.93 → 0.0.95

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 CHANGED
@@ -1,4 +1,4 @@
1
- import { useSlots as Pn, computed as R, h as co, openBlock as D, createBlock as G, unref as J, ref as ee, createElementBlock as q, Fragment as ft, normalizeClass as xe, renderSlot as j, createCommentVNode as ae, resolveDynamicComponent as Pe, createElementVNode as le, toDisplayString as Fe, withDirectives as Rn, normalizeStyle as we, vModelText as Is, Transition as Po, withCtx as Q, withModifiers as je, resolveComponent as Cs, createTextVNode as ot, createVNode as ct, renderList as Fn, pushScopeId as Es, popScopeId as Os, reactive as Wn, getCurrentInstance as Ls, watch as rt, onUnmounted as Ro, mergeProps as Ct, shallowRef as Gt, defineComponent as Fo, toRefs as Bs, onMounted as Vn, watchPostEffect as Ns, useCssVars as As, resolveDirective as Wo, Teleport as Vo, nextTick as Uo, TransitionGroup as Yo } from "vue";
1
+ import { useSlots as Pn, computed as R, h as co, openBlock as D, createBlock as G, unref as J, ref as ee, createElementBlock as j, Fragment as ft, normalizeClass as xe, renderSlot as q, createCommentVNode as le, resolveDynamicComponent as Pe, toDisplayString as Fe, withDirectives as Rn, createElementVNode as ae, normalizeStyle as we, vModelText as Is, Transition as Po, withCtx as Q, withModifiers as je, resolveComponent as Cs, createTextVNode as ot, createVNode as ct, renderList as Fn, pushScopeId as Es, popScopeId as Os, reactive as Wn, getCurrentInstance as Ls, watch as rt, onUnmounted as Ro, mergeProps as Ct, shallowRef as Gt, defineComponent as Fo, toRefs as Bs, onMounted as Vn, watchPostEffect as Ns, useCssVars as As, resolveDirective as Wo, Teleport as Vo, nextTick as Uo, TransitionGroup as Yo } from "vue";
2
2
  const Et = {
3
3
  __name: "DIcon",
4
4
  props: {
@@ -73,8 +73,8 @@ const Hs = { key: 1 }, Kt = {
73
73
  };
74
74
  return n({
75
75
  elementSize: () => jo(r)
76
- }), (d, f) => (D(), q(ft, null, [
77
- i.value ? ae("", !0) : (D(), q("div", {
76
+ }), (d, f) => (D(), j(ft, null, [
77
+ i.value ? le("", !0) : (D(), j("div", {
78
78
  key: 0,
79
79
  ref_key: "el",
80
80
  ref: r,
@@ -82,9 +82,9 @@ const Hs = { key: 1 }, Kt = {
82
82
  onContextmenu: c,
83
83
  class: xe(["button", o.class])
84
84
  }, [
85
- j(d.$slots, "default")
85
+ q(d.$slots, "default")
86
86
  ], 34)),
87
- i.value ? (D(), q("div", {
87
+ i.value ? (D(), j("div", {
88
88
  key: 1,
89
89
  ref_key: "el",
90
90
  ref: r,
@@ -96,11 +96,11 @@ const Hs = { key: 1 }, Kt = {
96
96
  key: 0,
97
97
  component: i.value,
98
98
  color: "inherit"
99
- }, null, 8, ["component"])) : ae("", !0),
100
- J(s).default ? (D(), q("div", Hs, [
101
- j(d.$slots, "default")
102
- ])) : ae("", !0)
103
- ], 34)) : ae("", !0)
99
+ }, null, 8, ["component"])) : le("", !0),
100
+ J(s).default ? (D(), j("div", Hs, [
101
+ q(d.$slots, "default")
102
+ ])) : le("", !0)
103
+ ], 34)) : le("", !0)
104
104
  ], 64));
105
105
  }
106
106
  };
@@ -109,7 +109,10 @@ const Tt = (e, n) => {
109
109
  for (const [o, s] of n)
110
110
  t[o] = s;
111
111
  return t;
112
- }, zs = { class: "d-input" }, Ms = { class: "label" }, Ps = ["placeholder"], Rs = {
112
+ }, zs = { class: "d-input" }, Ms = {
113
+ key: 0,
114
+ class: "label"
115
+ }, Ps = ["placeholder"], Rs = {
113
116
  __name: "DInput",
114
117
  props: {
115
118
  label: String,
@@ -127,9 +130,9 @@ const Tt = (e, n) => {
127
130
  n("update:modelValue", r);
128
131
  }
129
132
  });
130
- return (r, i) => (D(), q("div", zs, [
131
- le("div", Ms, Fe(t.label), 1),
132
- Rn(le("input", {
133
+ return (r, i) => (D(), j("div", zs, [
134
+ t.label ? (D(), j("div", Ms, Fe(t.label), 1)) : le("", !0),
135
+ Rn(ae("input", {
133
136
  "onUpdate:modelValue": i[0] || (i[0] = (a) => s.value = a),
134
137
  type: "text",
135
138
  class: xe(o.value),
@@ -140,17 +143,17 @@ const Tt = (e, n) => {
140
143
  ])
141
144
  ]));
142
145
  }
143
- }, xc = /* @__PURE__ */ Tt(Rs, [["__scopeId", "data-v-11679fd8"]]), Fs = {
146
+ }, xc = /* @__PURE__ */ Tt(Rs, [["__scopeId", "data-v-0cf9bd73"]]), Fs = {
144
147
  __name: "DBadge",
145
148
  props: {
146
149
  class: String
147
150
  },
148
151
  setup(e) {
149
152
  const n = e;
150
- return (t, o) => (D(), q("div", {
153
+ return (t, o) => (D(), j("div", {
151
154
  class: xe(["badge", n.class])
152
155
  }, [
153
- j(t.$slots, "default")
156
+ q(t.$slots, "default")
154
157
  ], 2));
155
158
  }
156
159
  }, Ye = "0px", Ws = {
@@ -236,7 +239,7 @@ const Tt = (e, n) => {
236
239
  onLeave: a
237
240
  }, {
238
241
  default: Q(() => [
239
- j(c.$slots, "default")
242
+ q(c.$slots, "default")
240
243
  ]),
241
244
  _: 3
242
245
  }));
@@ -294,13 +297,13 @@ const Tt = (e, n) => {
294
297
  onDragend: c[4] || (c[4] = (l) => i(J(me).dragend, l))
295
298
  }, {
296
299
  default: Q(() => [
297
- j(a.$slots, "default", { transferData: s.value }),
298
- e.hideImageHtml ? (D(), q("div", {
300
+ q(a.$slots, "default", { transferData: s.value }),
301
+ e.hideImageHtml ? (D(), j("div", {
299
302
  key: 0,
300
303
  style: we(r.value)
301
304
  }, [
302
- j(a.$slots, "image", { transferData: s.value })
303
- ], 4)) : j(a.$slots, "image", {
305
+ q(a.$slots, "image", { transferData: s.value })
306
+ ], 4)) : q(a.$slots, "image", {
304
307
  key: 1,
305
308
  transferData: s.value
306
309
  })
@@ -309,7 +312,7 @@ const Tt = (e, n) => {
309
312
  }, 40, ["draggable"]));
310
313
  }
311
314
  };
312
- const js = (e) => (Es("data-v-e047277f"), e = e(), Os(), e), qs = { key: 1 }, Xs = /* @__PURE__ */ js(() => /* @__PURE__ */ le("div", { class: "tree-divider" }, null, -1)), Gs = [
315
+ const js = (e) => (Es("data-v-e047277f"), e = e(), Os(), e), qs = { key: 1 }, Xs = /* @__PURE__ */ js(() => /* @__PURE__ */ ae("div", { class: "tree-divider" }, null, -1)), Gs = [
313
316
  Xs
314
317
  ], Ks = { key: 2 }, Zs = { class: "tree-divider-header" }, Js = { class: "item-title" }, Qs = {
315
318
  key: 0,
@@ -356,8 +359,8 @@ const js = (e) => (Es("data-v-e047277f"), e = e(), Os(), e), qs = { key: 1 }, Xs
356
359
  });
357
360
  return (g, h) => {
358
361
  const _ = Cs("d-tree-item", !0);
359
- return J(z).actions.beforeItem(t.treeId, e.model) ? S.value && !k.value ? (D(), q("li", qs, Gs)) : S.value && k.value ? (D(), q("li", Ks, [
360
- le("div", Zs, Fe(J(z).actions.renderTitle(t.treeId, k.value)), 1)
362
+ return J(z).actions.beforeItem(t.treeId, e.model) ? S.value && !k.value ? (D(), j("li", qs, Gs)) : S.value && k.value ? (D(), j("li", Ks, [
363
+ ae("div", Zs, Fe(J(z).actions.renderTitle(t.treeId, k.value)), 1)
361
364
  ])) : (D(), G(Ys, {
362
365
  key: 3,
363
366
  tag: "li",
@@ -373,40 +376,40 @@ const js = (e) => (Es("data-v-e047277f"), e = e(), Os(), e), qs = { key: 1 }, Xs
373
376
  default: Q(() => {
374
377
  var $, A;
375
378
  return [
376
- le("div", {
379
+ ae("div", {
377
380
  ref_key: "node",
378
381
  ref: o,
379
382
  class: xe(f.value),
380
383
  onClick: l
381
384
  }, [
382
- le("div", null, [
385
+ ae("div", null, [
383
386
  t.model.icons && t.model.icons.pre && a.value && !t.search && !S.value ? (D(), G(Pe(Et), {
384
387
  key: 0,
385
388
  component: J(qe).getters.getIcon(t.model.icons.pre.component),
386
389
  size: 18,
387
390
  color: t.model.icons.pre.color ? t.model.icons.pre.color : "inherit",
388
391
  class: xe(c.value ? "tree-open-pre" : "")
389
- }, null, 8, ["component", "color", "class"])) : ae("", !0),
392
+ }, null, 8, ["component", "color", "class"])) : le("", !0),
390
393
  t.model.icons && t.model.icons.pre && !a.value && !t.search && !S.value ? (D(), G(Pe(Et), {
391
394
  key: 1,
392
395
  component: J(qe).getters.getIcon(t.model.icons.pre.component),
393
396
  size: 18,
394
397
  color: "rgba(0,0,0,0)",
395
398
  class: xe(c.value ? "tree-open-pre" : "")
396
- }, null, 8, ["component", "class"])) : ae("", !0),
399
+ }, null, 8, ["component", "class"])) : le("", !0),
397
400
  t.model.icons && t.model.icons.icon && !S.value ? (D(), G(Pe(Et), {
398
401
  key: 2,
399
402
  component: J(qe).getters.getIcon(t.model.icons.icon.component),
400
403
  color: t.model.icons.icon.color ? t.model.icons.icon.color : "inherit",
401
404
  size: t.model.icons.icon.size ? t.model.icons.icon.size : null,
402
405
  className: t.model.icons.icon.class ? t.model.icons.icon.class : null
403
- }, null, 8, ["component", "color", "size", "className"])) : ae("", !0),
404
- le("div", Js, [
405
- S.value ? (D(), q("div", Qs)) : ae("", !0),
406
- S.value ? ae("", !0) : (D(), q("div", er, Fe(J(z).actions.renderTitle(t.treeId, t.model.title)), 1))
406
+ }, null, 8, ["component", "color", "size", "className"])) : le("", !0),
407
+ ae("div", Js, [
408
+ S.value ? (D(), j("div", Qs)) : le("", !0),
409
+ S.value ? le("", !0) : (D(), j("div", er, Fe(J(z).actions.renderTitle(t.treeId, t.model.title)), 1))
407
410
  ])
408
411
  ]),
409
- le("div", tr, [
412
+ ae("div", tr, [
410
413
  (($ = t.model.badge) == null ? void 0 : $.value) !== void 0 && !S.value ? (D(), G(Pe(Fs), {
411
414
  key: 0,
412
415
  class: xe([(A = t.model.badge) == null ? void 0 : A.class, "badge-sm"])
@@ -415,20 +418,20 @@ const js = (e) => (Es("data-v-e047277f"), e = e(), Os(), e), qs = { key: 1 }, Xs
415
418
  ot(Fe(t.model.badge.value), 1)
416
419
  ]),
417
420
  _: 1
418
- }, 8, ["class"])) : ae("", !0),
421
+ }, 8, ["class"])) : le("", !0),
419
422
  t.model.icons && t.model.icons.post && a.value && !t.search && !S.value ? (D(), G(Pe(Et), {
420
423
  key: 1,
421
424
  component: J(qe).getters.getIcon(t.model.icons.post.component),
422
425
  size: 20,
423
426
  color: t.model.icons.post.color ? t.model.icons.post.color : "inherit",
424
427
  class: xe(c.value ? "tree-open-post" : "")
425
- }, null, 8, ["component", "color", "class"])) : ae("", !0)
428
+ }, null, 8, ["component", "color", "class"])) : le("", !0)
426
429
  ])
427
430
  ], 2),
428
431
  ct(Ws, null, {
429
432
  default: Q(() => [
430
- a.value && c.value && !t.search ? (D(), q("ul", nr, [
431
- (D(!0), q(ft, null, Fn(e.model.children, (H) => (D(), G(_, {
433
+ a.value && c.value && !t.search ? (D(), j("ul", nr, [
434
+ (D(!0), j(ft, null, Fn(e.model.children, (H) => (D(), G(_, {
432
435
  class: "tree-item",
433
436
  key: H.id,
434
437
  model: H,
@@ -437,14 +440,14 @@ const js = (e) => (Es("data-v-e047277f"), e = e(), Os(), e), qs = { key: 1 }, Xs
437
440
  search: t.search,
438
441
  onNodeclick: d
439
442
  }, null, 8, ["model", "treeId", "items", "search"]))), 128))
440
- ])) : ae("", !0)
443
+ ])) : le("", !0)
441
444
  ]),
442
445
  _: 1
443
446
  })
444
447
  ];
445
448
  }),
446
449
  _: 1
447
- }, 8, ["transfer-data", "draggable", "onDrop", "onDragover", "onDragleave"])) : (D(), q(ft, { key: 0 }, [], 64));
450
+ }, 8, ["transfer-data", "draggable", "onDrop", "onDragover", "onDragleave"])) : (D(), j(ft, { key: 0 }, [], 64));
448
451
  };
449
452
  }
450
453
  }, sr = /* @__PURE__ */ Tt(or, [["__scopeId", "data-v-e047277f"]]);
@@ -619,7 +622,7 @@ const Ie = rr(), z = {
619
622
  onDrop: f[3] || (f[3] = je((u) => c(J(me).drop, u), ["prevent"]))
620
623
  }, {
621
624
  default: Q(() => [
622
- j(d.$slots, "default", { transferData: a.value })
625
+ q(d.$slots, "default", { transferData: a.value })
623
626
  ]),
624
627
  _: 3
625
628
  }, 544));
@@ -679,7 +682,7 @@ const Ie = rr(), z = {
679
682
  onDrop: je(i, ["stop"])
680
683
  }, {
681
684
  default: Q(() => [
682
- (D(!0), q(ft, null, Fn(a.value, (w) => (D(), G(sr, {
685
+ (D(!0), j(ft, null, Fn(a.value, (w) => (D(), G(sr, {
683
686
  key: w.id,
684
687
  model: w,
685
688
  treeId: J(r),
@@ -743,11 +746,11 @@ const cr = {
743
746
  const { fixed: o, zIndex: s, minWidth: r, height: i, paddingLeft: a, transitionDuration: c, transitionTimingFunction: l } = n, d = o ? "fixed" : "static", f = n.useMinWidthLayout ? `min-width:${r}px;` : "";
744
747
  return `position:${d};z-index:${s};${f}height:${i}px;padding-left:${a}px;transition-duration:${c}ms;transition-timing-function:${l};`;
745
748
  });
746
- return (o, s) => (D(), q("header", {
749
+ return (o, s) => (D(), j("header", {
747
750
  class: "d-layout-header",
748
751
  style: we(t.value)
749
752
  }, [
750
- j(o.$slots, "default")
753
+ q(o.$slots, "default")
751
754
  ], 4));
752
755
  }
753
756
  }, ar = {
@@ -792,11 +795,11 @@ const cr = {
792
795
  const { fixed: o, top: s, zIndex: r, minWidth: i, height: a, paddingLeft: c, transitionDuration: l, transitionTimingFunction: d } = n, f = o ? "fixed" : "static", u = n.useMinWidthLayout ? `min-width: ${i}px;` : "";
793
796
  return `position:${f};top:${s}px;z-index:${r};${u}height:${a}px;padding-left:${c}px;transition-duration:${l}ms;transition-timing-function:${d};`;
794
797
  });
795
- return (o, s) => (D(), q("div", {
798
+ return (o, s) => (D(), j("div", {
796
799
  class: "d-layout-tab",
797
800
  style: we(t.value)
798
801
  }, [
799
- j(o.$slots, "default")
802
+ q(o.$slots, "default")
800
803
  ], 4));
801
804
  }
802
805
  }, dr = {
@@ -837,11 +840,11 @@ const cr = {
837
840
  const { fixed: o, zIndex: s, minWidth: r, height: i, paddingLeft: a, transitionDuration: c, transitionTimingFunction: l } = n, d = o ? "fixed" : "static", f = n.useMinWidthLayout ? `min-width:${r}px;` : "";
838
841
  return `position:${d};z-index:${s};${f}height:${i}px;padding-left:${a}px;transition-duration:${c}ms;transition-timing-function:${l};`;
839
842
  });
840
- return (o, s) => (D(), q("footer", {
843
+ return (o, s) => (D(), j("footer", {
841
844
  class: "d-layout-footer",
842
845
  style: we(t.value)
843
846
  }, [
844
- j(o.$slots, "default")
847
+ q(o.$slots, "default")
845
848
  ], 4));
846
849
  }
847
850
  }, ur = {
@@ -877,11 +880,11 @@ const cr = {
877
880
  const { zIndex: o, width: s, paddingTop: r, transitionDuration: i, transitionTimingFunction: a } = n;
878
881
  return `z-index:${o};width:${s}px;padding-top:${r}px;transition-duration:${i}ms;transition-timing-function:${a};`;
879
882
  });
880
- return (o, s) => (D(), q("aside", {
883
+ return (o, s) => (D(), j("aside", {
881
884
  class: "d-layout-sidebar",
882
885
  style: we(t.value)
883
886
  }, [
884
- j(o.$slots, "default")
887
+ q(o.$slots, "default")
885
888
  ], 4));
886
889
  }
887
890
  }, fr = {
@@ -914,11 +917,11 @@ const cr = {
914
917
  const { paddingTop: o, paddingBottom: s, paddingLeft: r, transitionDuration: i, transitionTimingFunction: a } = n, c = `overflow:${n.overflowHidden ? "hidden" : "visible"};`;
915
918
  return `padding-top:${o}px;padding-bottom:${s}px;padding-left:${r}px;${c}transition-duration:${i}ms;transition-timing-function:${a};`;
916
919
  });
917
- return (o, s) => (D(), q("main", {
920
+ return (o, s) => (D(), j("main", {
918
921
  style: we(t.value),
919
922
  class: "d-layout-content"
920
923
  }, [
921
- j(o.$slots, "default")
924
+ q(o.$slots, "default")
922
925
  ], 4));
923
926
  }
924
927
  };
@@ -1071,7 +1074,7 @@ const mr = 1001, gr = 999, hr = 998, Dc = {
1071
1074
  let $ = 0;
1072
1075
  return t.fixedHeaderAndTab && (t.headerVisible && ($ += t.headerHeight), t.tabVisible && ($ += t.tabHeight)), $;
1073
1076
  }), _ = R(() => t.fixedFooter && t.footerVisible ? t.footerHeight : 0);
1074
- return ($, A) => (D(), q("div", {
1077
+ return ($, A) => (D(), j("div", {
1075
1078
  class: "d-layout",
1076
1079
  style: we(o.value)
1077
1080
  }, [
@@ -1084,10 +1087,10 @@ const mr = 1001, gr = 999, hr = 998, Dc = {
1084
1087
  style: i.value
1085
1088
  }), {
1086
1089
  default: Q(() => [
1087
- j($.$slots, "header")
1090
+ q($.$slots, "header")
1088
1091
  ]),
1089
1092
  _: 3
1090
- }, 16, ["fixed", "min-width", "height", "padding-left", "style"])) : ae("", !0),
1093
+ }, 16, ["fixed", "min-width", "height", "padding-left", "style"])) : le("", !0),
1091
1094
  e.tabVisible ? (D(), G(ar, Ct({ key: 1 }, c.value, {
1092
1095
  fixed: e.fixedHeaderAndTab,
1093
1096
  "z-index": gr,
@@ -1098,26 +1101,26 @@ const mr = 1001, gr = 999, hr = 998, Dc = {
1098
1101
  style: i.value
1099
1102
  }), {
1100
1103
  default: Q(() => [
1101
- j($.$slots, "tab")
1104
+ q($.$slots, "tab")
1102
1105
  ]),
1103
1106
  _: 3
1104
- }, 16, ["fixed", "min-width", "top", "height", "padding-left", "style"])) : ae("", !0),
1107
+ }, 16, ["fixed", "min-width", "top", "height", "padding-left", "style"])) : le("", !0),
1105
1108
  e.sidebarVisible ? (D(), G(ur, Ct({ key: 2 }, c.value, {
1106
1109
  "z-index": d.value,
1107
1110
  width: y.value,
1108
1111
  "padding-top": g.value
1109
1112
  }), {
1110
1113
  default: Q(() => [
1111
- j($.$slots, "sidebar")
1114
+ q($.$slots, "sidebar")
1112
1115
  ]),
1113
1116
  _: 3
1114
- }, 16, ["z-index", "width", "padding-top"])) : ae("", !0),
1115
- p.value ? (D(), q("div", {
1117
+ }, 16, ["z-index", "width", "padding-top"])) : le("", !0),
1118
+ p.value ? (D(), j("div", {
1116
1119
  key: 3,
1117
1120
  class: "d-layout-sidebar-mask",
1118
1121
  style: we(w.value),
1119
1122
  onClick: u
1120
- }, null, 4)) : ae("", !0),
1123
+ }, null, 4)) : le("", !0),
1121
1124
  ct(fr, Ct(c.value, {
1122
1125
  "padding-top": h.value,
1123
1126
  "padding-bottom": _.value,
@@ -1125,7 +1128,7 @@ const mr = 1001, gr = 999, hr = 998, Dc = {
1125
1128
  "overflow-hidden": e.addMainOverflowHidden
1126
1129
  }), {
1127
1130
  default: Q(() => [
1128
- j($.$slots, "default")
1131
+ q($.$slots, "default")
1129
1132
  ]),
1130
1133
  _: 3
1131
1134
  }, 16, ["padding-top", "padding-bottom", "padding-left", "overflow-hidden"]),
@@ -1138,10 +1141,10 @@ const mr = 1001, gr = 999, hr = 998, Dc = {
1138
1141
  style: a.value
1139
1142
  }), {
1140
1143
  default: Q(() => [
1141
- j($.$slots, "footer")
1144
+ q($.$slots, "footer")
1142
1145
  ]),
1143
1146
  _: 3
1144
- }, 16, ["fixed", "min-width", "height", "padding-left", "style"])) : ae("", !0)
1147
+ }, 16, ["fixed", "min-width", "height", "padding-left", "style"])) : le("", !0)
1145
1148
  ], 4));
1146
1149
  }
1147
1150
  }, nt = {
@@ -1173,7 +1176,7 @@ const mr = 1001, gr = 999, hr = 998, Dc = {
1173
1176
  },
1174
1177
  setup(e) {
1175
1178
  const n = e;
1176
- return nt.mutations.setTheme(n.theme), (t, o) => j(t.$slots, "default");
1179
+ return nt.mutations.setTheme(n.theme), (t, o) => q(t.$slots, "default");
1177
1180
  }
1178
1181
  };
1179
1182
  /*!
@@ -2629,14 +2632,14 @@ const Mi = () => {
2629
2632
  ref: l
2630
2633
  }, {
2631
2634
  default: Q(() => [
2632
- u.value ? (D(), q("div", {
2635
+ u.value ? (D(), j("div", {
2633
2636
  key: 0,
2634
2637
  ref_key: "slotRef",
2635
2638
  ref: d,
2636
2639
  "data-overlayscrollbars-contents": ""
2637
2640
  }, [
2638
- j(y.$slots, "default")
2639
- ], 512)) : j(y.$slots, "default", { key: 1 })
2641
+ q(y.$slots, "default")
2642
+ ], 512)) : q(y.$slots, "default", { key: 1 })
2640
2643
  ]),
2641
2644
  _: 3
2642
2645
  }, 512));
@@ -2675,7 +2678,7 @@ const Mi = () => {
2675
2678
  autoHide: n.autoHide
2676
2679
  }
2677
2680
  });
2678
- }), Vn(() => o(document.body)), (r, i) => j(r.$slots, "default");
2681
+ }), Vn(() => o(document.body)), (r, i) => q(r.$slots, "default");
2679
2682
  }
2680
2683
  };
2681
2684
  const Ri = {
@@ -2710,7 +2713,7 @@ const Ri = {
2710
2713
  defer: ""
2711
2714
  }, {
2712
2715
  default: Q(() => [
2713
- j(o.$slots, "default", {}, void 0, !0)
2716
+ q(o.$slots, "default", {}, void 0, !0)
2714
2717
  ]),
2715
2718
  _: 3
2716
2719
  }, 8, ["options"]));
@@ -2744,30 +2747,30 @@ const Fi = { class: "modal-dialog" }, Wi = { class: "modal-content" }, Vi = { cl
2744
2747
  return D(), G(Vo, { to: "body" }, [
2745
2748
  ct(Po, { name: "fade" }, {
2746
2749
  default: Q(() => [
2747
- r.value ? Rn((D(), q("div", {
2750
+ r.value ? Rn((D(), j("div", {
2748
2751
  key: 0,
2749
2752
  ref_key: "modalRef",
2750
2753
  ref: s,
2751
2754
  class: "modal"
2752
2755
  }, [
2753
- le("div", Fi, [
2754
- le("div", Wi, [
2755
- le("div", Vi, [
2756
- le("h5", Ui, [
2757
- j(c.$slots, "modal-title", {}, void 0, !0)
2756
+ ae("div", Fi, [
2757
+ ae("div", Wi, [
2758
+ ae("div", Vi, [
2759
+ ae("h5", Ui, [
2760
+ q(c.$slots, "modal-title", {}, void 0, !0)
2758
2761
  ])
2759
2762
  ]),
2760
- le("div", Yi, [
2761
- j(c.$slots, "default", {}, void 0, !0)
2763
+ ae("div", Yi, [
2764
+ q(c.$slots, "default", {}, void 0, !0)
2762
2765
  ]),
2763
- le("div", ji, [
2764
- j(c.$slots, "modal-footer", {}, void 0, !0)
2766
+ ae("div", ji, [
2767
+ q(c.$slots, "modal-footer", {}, void 0, !0)
2765
2768
  ])
2766
2769
  ])
2767
2770
  ])
2768
2771
  ])), [
2769
2772
  [d, a, "Escape"]
2770
- ]) : ae("", !0)
2773
+ ]) : le("", !0)
2771
2774
  ]),
2772
2775
  _: 3
2773
2776
  })
@@ -2826,7 +2829,7 @@ const Xi = { style: { display: "flex", "flex-direction": "row", "justify-content
2826
2829
  ot(Fe(t.message), 1)
2827
2830
  ]),
2828
2831
  "modal-footer": Q(() => [
2829
- le("div", Xi, [
2832
+ ae("div", Xi, [
2830
2833
  ct(Kt, {
2831
2834
  onClick: r[0] || (r[0] = (i) => J(Mn)())
2832
2835
  }, {
@@ -2858,7 +2861,7 @@ const Xi = { style: { display: "flex", "flex-direction": "row", "justify-content
2858
2861
  ot(Fe(t.message), 1)
2859
2862
  ]),
2860
2863
  "modal-footer": Q(() => [
2861
- le("div", Ki, [
2864
+ ae("div", Ki, [
2862
2865
  ct(Kt, {
2863
2866
  onClick: r[0] || (r[0] = (i) => J(Mn)())
2864
2867
  }, {
@@ -2931,7 +2934,7 @@ const Xi = { style: { display: "flex", "flex-direction": "row", "justify-content
2931
2934
  "before-item": o.beforeItem
2932
2935
  }, null, 8, ["items", "no-select", "class", "style", "render-title", "before-item"])), [
2933
2936
  [p, () => a()]
2934
- ]) : ae("", !0)
2937
+ ]) : le("", !0)
2935
2938
  ]);
2936
2939
  };
2937
2940
  }
@@ -2964,7 +2967,7 @@ const Xi = { style: { display: "flex", "flex-direction": "row", "justify-content
2964
2967
  }, d = R(() => ({ left: i.value + "px", top: a.value + "px", ...o.menuStyle }));
2965
2968
  return n({
2966
2969
  show: c
2967
- }), (f, u) => (D(), q("div", Ji, [
2970
+ }), (f, u) => (D(), j("div", Ji, [
2968
2971
  ct(Kt, {
2969
2972
  ref_key: "buttonRef",
2970
2973
  ref: r,
@@ -2973,7 +2976,7 @@ const Xi = { style: { display: "flex", "flex-direction": "row", "justify-content
2973
2976
  onClick: je(c, ["stop", "prevent"])
2974
2977
  }, {
2975
2978
  default: Q(() => [
2976
- j(f.$slots, "default")
2979
+ q(f.$slots, "default")
2977
2980
  ]),
2978
2981
  _: 3
2979
2982
  }, 8, ["class", "icon", "onClick"]),
@@ -3026,8 +3029,8 @@ const Xi = { style: { display: "flex", "flex-direction": "row", "justify-content
3026
3029
  }
3027
3030
  }, Qi = {}, ec = { class: "d-panel" };
3028
3031
  function tc(e, n) {
3029
- return D(), q("div", ec, [
3030
- j(e.$slots, "default")
3032
+ return D(), j("div", ec, [
3033
+ q(e.$slots, "default")
3031
3034
  ]);
3032
3035
  }
3033
3036
  const nc = /* @__PURE__ */ Tt(Qi, [["render", tc]]), oc = { class: "card-header" }, sc = { class: "modal-title" }, rc = { class: "card-body" }, ic = { class: "card-footer" }, Oc = {
@@ -3035,16 +3038,16 @@ const nc = /* @__PURE__ */ Tt(Qi, [["render", tc]]), oc = { class: "card-header"
3035
3038
  setup(e) {
3036
3039
  return (n, t) => (D(), G(nc, { class: "d-card" }, {
3037
3040
  default: Q(() => [
3038
- le("div", oc, [
3039
- le("h5", sc, [
3040
- j(n.$slots, "title")
3041
+ ae("div", oc, [
3042
+ ae("h5", sc, [
3043
+ q(n.$slots, "title")
3041
3044
  ])
3042
3045
  ]),
3043
- le("div", rc, [
3044
- j(n.$slots, "default")
3046
+ ae("div", rc, [
3047
+ q(n.$slots, "default")
3045
3048
  ]),
3046
- le("div", ic, [
3047
- j(n.$slots, "footer")
3049
+ ae("div", ic, [
3050
+ q(n.$slots, "footer")
3048
3051
  ])
3049
3052
  ]),
3050
3053
  _: 3
@@ -3147,7 +3150,7 @@ const Tn = "[-+]?[0-9]*.?[0-9]+", zo = [
3147
3150
  onAfterLeave: s
3148
3151
  }, {
3149
3152
  default: Q(() => [
3150
- j(r.$slots, "default")
3153
+ q(r.$slots, "default")
3151
3154
  ]),
3152
3155
  _: 3
3153
3156
  }));
@@ -3166,7 +3169,7 @@ const Tn = "[-+]?[0-9]*.?[0-9]+", zo = [
3166
3169
  name: n.name
3167
3170
  }, {
3168
3171
  default: Q(() => [
3169
- j(t.$slots, "default")
3172
+ q(t.$slots, "default")
3170
3173
  ]),
3171
3174
  _: 3
3172
3175
  }, 8, ["name"]));
@@ -3321,7 +3324,7 @@ const Tn = "[-+]?[0-9]*.?[0-9]+", zo = [
3321
3324
  }
3322
3325
  return Vn(() => {
3323
3326
  Ie.on("notification-add", S), Ie.on("notification-close", k);
3324
- }), (v, L) => (D(), q("div", {
3327
+ }), (v, L) => (D(), j("div", {
3325
3328
  class: "d-notification-group",
3326
3329
  style: we(f.value)
3327
3330
  }, [
@@ -3332,7 +3335,7 @@ const Tn = "[-+]?[0-9]*.?[0-9]+", zo = [
3332
3335
  onAfterLeave: te
3333
3336
  }, {
3334
3337
  default: Q(() => [
3335
- (D(!0), q(ft, null, Fn(l.value, (m) => (D(), q("div", {
3338
+ (D(!0), j(ft, null, Fn(l.value, (m) => (D(), j("div", {
3336
3339
  key: m.id,
3337
3340
  class: "d-notification-wrapper",
3338
3341
  style: we(h(m)),
@@ -3340,28 +3343,28 @@ const Tn = "[-+]?[0-9]*.?[0-9]+", zo = [
3340
3343
  onMouseenter: w,
3341
3344
  onMouseleave: y
3342
3345
  }, [
3343
- j(v.$slots, "body", {
3346
+ q(v.$slots, "body", {
3344
3347
  class: xe([e.classes, m.type]),
3345
3348
  item: m,
3346
3349
  close: () => _(m)
3347
3350
  }, () => [
3348
- le("div", {
3351
+ ae("div", {
3349
3352
  class: xe(g(m)),
3350
3353
  onClick: (b) => p(m)
3351
3354
  }, [
3352
- e.dangerouslySetInnerHtml ? (D(), q(ft, { key: 0 }, [
3353
- m.title ? (D(), q("div", {
3355
+ e.dangerouslySetInnerHtml ? (D(), j(ft, { key: 0 }, [
3356
+ m.title ? (D(), j("div", {
3354
3357
  key: 0,
3355
3358
  class: "d-notification-title",
3356
3359
  innerHTML: m.timer
3357
- }, null, 8, yc)) : ae("", !0),
3358
- le("div", {
3360
+ }, null, 8, yc)) : le("", !0),
3361
+ ae("div", {
3359
3362
  class: "notification-content",
3360
3363
  innerHTML: m.text
3361
3364
  }, null, 8, bc)
3362
- ], 64)) : (D(), q(ft, { key: 1 }, [
3363
- m.title ? (D(), q("div", wc, Fe(m.title), 1)) : ae("", !0),
3364
- le("div", _c, Fe(m.text), 1)
3365
+ ], 64)) : (D(), j(ft, { key: 1 }, [
3366
+ m.title ? (D(), j("div", wc, Fe(m.title), 1)) : le("", !0),
3367
+ ae("div", _c, Fe(m.text), 1)
3365
3368
  ], 64))
3366
3369
  ], 10, vc)
3367
3370
  ])
@@ -1,4 +1,4 @@
1
- (function(F,o){typeof exports=="object"&&typeof module<"u"?o(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],o):(F=typeof globalThis<"u"?globalThis:F||self,o(F.DophJs={},F.Vue))})(this,function(F,o){"use strict";const Uc="",Yc="",jc="",qc="",ee={__name:"DIcon",props:{component:[Object,String],size:[Number,String],color:String,className:String},setup(t){const n=t,e=o.useSlots(),s=o.computed(()=>{const{className:d}=n;return d===void 0?"icon":["icon",d].join(" ")}),r=o.computed(()=>{const{color:d}=n;return d===void 0?null:d}),c=o.computed(()=>{const d=n.size??null;if(d!==void 0)return typeof d=="number"||/^\d+$/.test(d)?`${d}px`:d}),i=o.computed(()=>o.h("i",{class:s.value,style:{color:r.value,fontSize:c.value}},n.component?o.h(n.component):e));return(d,l)=>(o.openBlock(),o.createBlock(o.unref(i)))}},Dt={state:{},getters:{getIcon(t){return Dt.state[t]},getIcons(){return Dt.state}},mutations:{addIcon(t,n){Dt.state.name=n},addIcons(t){for(const n in t)t.hasOwnProperty(n)&&(Dt.state[n]=t[n])}}};function Pn(t){const n=t.value.getBoundingClientRect();let e=t.value,s=0,r=0;for(;e&&!isNaN(e.offsetLeft)&&!isNaN(e.offsetTop);)s+=e.offsetLeft-e.scrollLeft,r+=e.offsetTop-e.scrollTop,e=e.offsetParent;return{top:r,left:s,x:n.x,y:n.y,width:n.width,height:n.height}}const as={key:1},ue={__name:"DButton",props:{class:String,icon:String},emits:["click","contextmenu"],setup(t,{expose:n,emit:e}){const s=t,r=o.useSlots(),c=o.ref(null),i=o.computed(()=>s.icon?Dt.getters.getIcon(s.icon):null),d=f=>{e("click",f)},l=f=>{e("contextmenu",f)};return n({elementSize:()=>Pn(c)}),(f,p)=>(o.openBlock(),o.createElementBlock(o.Fragment,null,[i.value?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock("div",{key:0,ref_key:"el",ref:c,onClick:d,onContextmenu:l,class:o.normalizeClass(["button",s.class])},[o.renderSlot(f.$slots,"default")],34)),i.value?(o.openBlock(),o.createElementBlock("div",{key:1,ref_key:"el",ref:c,onClick:d,onContextmenu:l,class:o.normalizeClass(["button button-ext",s.class])},[s.icon?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(ee),{key:0,component:i.value,color:"inherit"},null,8,["component"])):o.createCommentVNode("",!0),o.unref(r).default?(o.openBlock(),o.createElementBlock("div",as,[o.renderSlot(f.$slots,"default")])):o.createCommentVNode("",!0)],34)):o.createCommentVNode("",!0)],64))}},Xc="",ne=(t,n)=>{const e=t.__vccOpts||t;for(const[s,r]of n)e[s]=r;return e},ds={class:"d-input"},fs={class:"label"},us=["placeholder"],ps=ne({__name:"DInput",props:{label:String,placeholder:String,size:String,font:String,modelValue:String},emits:["update:modelValue"],setup(t,{emit:n}){const e=t,s=o.computed(()=>e.font==="small"?"d-input-small":e.font==="big"?"d-input-big":""),r=o.computed({get:()=>e.modelValue,set:c=>{n("update:modelValue",c)}});return(c,i)=>(o.openBlock(),o.createElementBlock("div",ds,[o.createElementVNode("div",fs,o.toDisplayString(e.label),1),o.withDirectives(o.createElementVNode("input",{"onUpdate:modelValue":i[0]||(i[0]=d=>r.value=d),type:"text",class:o.normalizeClass(s.value),placeholder:e.placeholder,style:o.normalizeStyle(e.size==="wide"?"width:100%":"")},null,14,us),[[o.vModelText,r.value]])]))}},[["__scopeId","data-v-11679fd8"]]),Fn={__name:"DBadge",props:{class:String},setup(t){const n=t;return(e,s)=>(o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["badge",n.class])},[o.renderSlot(e.$slots,"default")],2))}},Ot="0px",Rn={__name:"DCollapse",props:{duration:{type:Number,default:200},easingEnter:{type:String,default:"ease-in-out"},easingLeave:{type:String,default:"ease-in-out"},opacityClosed:{type:Number,default:0},opacityOpened:{type:Number,default:1}},setup(t){const n=t,e=l=>({height:l.style.height,width:l.style.width,position:l.style.position,visibility:l.style.visibility,overflow:l.style.overflow,paddingTop:l.style.paddingTop,paddingBottom:l.style.paddingBottom,borderTopWidth:l.style.borderTopWidth,borderBottomWidth:l.style.borderBottomWidth,marginTop:l.style.marginTop,marginBottom:l.style.marginBottom}),s=(l,a)=>{const{width:f}=getComputedStyle(l);l.style.width=f,l.style.position="absolute",l.style.visibility="hidden",l.style.height="";let{height:p}=getComputedStyle(l);return l.style.width=a.width,l.style.position=a.position,l.style.visibility=a.visibility,l.style.height=Ot,l.style.overflow="hidden",a.height&&a.height!==Ot?a.height:p},r=(l,a,f,p,u)=>{const m=l.animate(p,u);l.style.height=a.height,m.onfinish=()=>{l.style.overflow=a.overflow,f()}},c=(l,a)=>[{height:Ot,opacity:n.opacityClosed,paddingTop:Ot,paddingBottom:Ot,borderTopWidth:Ot,borderBottomWidth:Ot,marginTop:Ot,marginBottom:Ot},{height:l,opacity:n.opacityOpened,paddingTop:a.paddingTop,paddingBottom:a.paddingBottom,borderTopWidth:a.borderTopWidth,borderBottomWidth:a.borderBottomWidth,marginTop:a.marginTop,marginBottom:a.marginBottom}],i=(l,a)=>{const f=l,p=e(f),u=s(f,p),m=c(u,p),_={duration:n.duration,easing:n.easingEnter};r(f,p,a,m,_)},d=(l,a)=>{const f=l,p=e(f),{height:u}=getComputedStyle(f);f.style.height=u,f.style.overflow="hidden";const m=c(u,p).reverse(),_={duration:n.duration,easing:n.easingLeave};r(f,p,a,m,_)};return(l,a)=>(o.openBlock(),o.createBlock(o.Transition,{css:!1,onEnter:i,onLeave:d},{default:o.withCtx(()=>[o.renderSlot(l.$slots,"default")]),_:3}))}},pe={data:void 0},We=t=>t.reduce((n,e)=>(n[e]=e)&&n,{}),ct=We(["drag","dragend","dragenter","dragleave","dragstart","dragover","drop"]),ms=We(["copy","move","link","none"]),hs=We(["none","copy","copyLink","copyMove","link","linkMove","move","all","uninitialized"]),Wn={__name:"DDrag",props:{draggable:{type:Boolean,default:!0},transferData:{},dropEffect:{validator:t=>t in ms},effectAllowed:{validator:t=>t in hs},image:String,imageXOffset:{type:Number,default:0},imageYOffset:{type:Number,default:0},hideImageHtml:{type:Boolean,default:!1},tag:{type:String,default:"div"}},setup(t){const n=t,e=o.useSlots(),s=o.ref(!1),r=o.computed(()=>s&&n.transferData),c=o.computed(()=>({position:"fixed",top:"-1000px"})),i=(d,l)=>{const a=l.dataTransfer;if([ct.dragenter,ct.dragover].includes(d)&&n.dropEffect&&(a.dropEffect=n.dropEffect),d===ct.dragstart){if(n.effectAllowed&&(a.effectAllowed=n.effectAllowed),n.image||e.image){let f;n.image?(f=new Image,f.src=n.image):e.image&&(f=e.image[0].elm),a.setDragImage&&a.setDragImage(f,n.imageXOffset,n.imageYOffset)}n.transferData!==void 0&&(pe.data=n.transferData,l.dataTransfer.setData("text","")),s.value=!0}};return(d,l)=>(o.openBlock(),o.createBlock(o.resolveDynamicComponent(t.tag),{draggable:n.draggable,onDrag:l[0]||(l[0]=a=>i(o.unref(ct).drag,a)),onDragstart:l[1]||(l[1]=o.withModifiers(a=>i(o.unref(ct).dragstart,a),["stop"])),onDragenter:l[2]||(l[2]=a=>i(o.unref(ct).dragenter,a)),onDragleave:l[3]||(l[3]=a=>i(o.unref(ct).dragleave,a)),onDragend:l[4]||(l[4]=a=>i(o.unref(ct).dragend,a))},{default:o.withCtx(()=>[o.renderSlot(d.$slots,"default",{transferData:r.value}),t.hideImageHtml?(o.openBlock(),o.createElementBlock("div",{key:0,style:o.normalizeStyle(c.value)},[o.renderSlot(d.$slots,"image",{transferData:r.value})],4)):o.renderSlot(d.$slots,"image",{key:1,transferData:r.value})]),_:3},40,["draggable"]))}},Kc="",gs=t=>(o.pushScopeId("data-v-e047277f"),t=t(),o.popScopeId(),t),ys={key:1},bs=[gs(()=>o.createElementVNode("div",{class:"tree-divider"},null,-1))],Ss={key:2},ws={class:"tree-divider-header"},_s={class:"item-title"},ks={key:0,class:"tree-divider"},xs={key:1},$s={style:{display:"flex","flex-direction":"row","justify-content":"flex-end"}},Bs={key:0,class:"sub-menu"},Un=ne({__name:"DTreeItem",props:{model:Object,treeId:[String,Number],items:Array,search:String},emits:["nodedrop","nodedragover","nodedragleave","nodeclick"],setup(t,{emit:n}){const e=t,s=o.ref(null),r=o.ref(!1),c=o.ref(!1),i=o.ref(!1),d=o.computed(()=>e.model.children&&e.model.children.length),l=o.computed(()=>(v.actions.isTreeExpanded(e.treeId)&&(e.model.expanded=e.model.expanded===void 0?!0:e.model.expanded),e.model.expanded)),a=g=>{n("nodeclick",{event:g,model:e.model})},f=g=>{n("nodeclick",g)},p=o.computed(()=>(v.actions.isItemSelected(e.treeId,e.model.id)?"selected":"")+(r.value?"node-over ":"")+(c.value?"node-top ":"")+(i.value?"node-bottom ":"")),u=o.computed(()=>e.search?!1:e.model.draggable===!0),m=g=>{let y=pe.data;if(y.model.id===e.model.id||v.actions.isChildOfParent(e.treeId,e.items,e.model.id,y.model.id)||v.actions.isParentOfChild(e.treeId,e.items,y.model.id,e.model.id))return r.value=!1,c.value=!1,i.value=!1,!1;if(!v.state.trees[e.treeId].transfer&&y.id!==e.treeId)return!1;let k="";c.value?k="before":i.value?k="after":k="inside",v.actions.moveTreeNode(y.id,e.treeId,e.items,y.model.id,e.model.id,k),r.value=!1,c.value=!1,i.value=!1},_=g=>{let y=pe.data;if(y.model.id===e.model.id||v.actions.isChildOfParent(e.treeId,e.items,e.model.id,y.model.id)||v.actions.isParentOfChild(e.treeId,e.items,y.model.id,e.model.id))return!1;const k=g.y,B=s.value.getBoundingClientRect().top,L=s.value.getBoundingClientRect().height,A=L/3;k>B&&k<=B+A?(r.value=!1,c.value=!0,i.value=!1):k<B+L&&k>=B+L-A?(r.value=!1,c.value=!1,i.value=!0):(r.value=!0,c.value=!1,i.value=!1)},S=()=>{r.value=!1,c.value=!1,i.value=!1},x=o.computed(()=>e.model.title.startsWith("-")),C=o.computed(()=>{if(e.model.title.startsWith("-")){let[g,...y]=e.model.title.split(" ");return y=y.join(" "),y}return null});return(g,y)=>{const k=o.resolveComponent("d-tree-item",!0);return o.unref(v).actions.beforeItem(e.treeId,t.model)?x.value&&!C.value?(o.openBlock(),o.createElementBlock("li",ys,bs)):x.value&&C.value?(o.openBlock(),o.createElementBlock("li",Ss,[o.createElementVNode("div",ws,o.toDisplayString(o.unref(v).actions.renderTitle(e.treeId,C.value)),1)])):(o.openBlock(),o.createBlock(Wn,{key:3,tag:"li",class:"tree-item","transfer-data":{id:e.treeId,model:e.model},draggable:u.value,onDrop:o.withModifiers(m,["stop"]),onDragenter:y[0]||(y[0]=o.withModifiers(()=>{},["prevent"])),onDragover:o.withModifiers(_,["prevent","stop"]),onDragleave:o.withModifiers(S,["prevent"])},{default:o.withCtx(()=>{var B,L;return[o.createElementVNode("div",{ref_key:"node",ref:s,class:o.normalizeClass(p.value),onClick:a},[o.createElementVNode("div",null,[e.model.icons&&e.model.icons.pre&&d.value&&!e.search&&!x.value?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(ee),{key:0,component:o.unref(Dt).getters.getIcon(e.model.icons.pre.component),size:18,color:e.model.icons.pre.color?e.model.icons.pre.color:"inherit",class:o.normalizeClass(l.value?"tree-open-pre":"")},null,8,["component","color","class"])):o.createCommentVNode("",!0),e.model.icons&&e.model.icons.pre&&!d.value&&!e.search&&!x.value?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(ee),{key:1,component:o.unref(Dt).getters.getIcon(e.model.icons.pre.component),size:18,color:"rgba(0,0,0,0)",class:o.normalizeClass(l.value?"tree-open-pre":"")},null,8,["component","class"])):o.createCommentVNode("",!0),e.model.icons&&e.model.icons.icon&&!x.value?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(ee),{key:2,component:o.unref(Dt).getters.getIcon(e.model.icons.icon.component),color:e.model.icons.icon.color?e.model.icons.icon.color:"inherit",size:e.model.icons.icon.size?e.model.icons.icon.size:null,className:e.model.icons.icon.class?e.model.icons.icon.class:null},null,8,["component","color","size","className"])):o.createCommentVNode("",!0),o.createElementVNode("div",_s,[x.value?(o.openBlock(),o.createElementBlock("div",ks)):o.createCommentVNode("",!0),x.value?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock("div",xs,o.toDisplayString(o.unref(v).actions.renderTitle(e.treeId,e.model.title)),1))])]),o.createElementVNode("div",$s,[((B=e.model.badge)==null?void 0:B.value)!==void 0&&!x.value?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(Fn),{key:0,class:o.normalizeClass([(L=e.model.badge)==null?void 0:L.class,"badge-sm"])},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.model.badge.value),1)]),_:1},8,["class"])):o.createCommentVNode("",!0),e.model.icons&&e.model.icons.post&&d.value&&!e.search&&!x.value?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(ee),{key:1,component:o.unref(Dt).getters.getIcon(e.model.icons.post.component),size:20,color:e.model.icons.post.color?e.model.icons.post.color:"inherit",class:o.normalizeClass(l.value?"tree-open-post":"")},null,8,["component","color","class"])):o.createCommentVNode("",!0)])],2),o.createVNode(Rn,null,{default:o.withCtx(()=>[d.value&&l.value&&!e.search?(o.openBlock(),o.createElementBlock("ul",Bs,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(t.model.children,A=>(o.openBlock(),o.createBlock(k,{class:"tree-item",key:A.id,model:A,treeId:e.treeId,items:e.items,search:e.search,onNodeclick:f},null,8,["model","treeId","items","search"]))),128))])):o.createCommentVNode("",!0)]),_:1})]}),_:1},8,["transfer-data","draggable","onDrop","onDragover","onDragleave"])):(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[],64))}}},[["__scopeId","data-v-e047277f"]]);function Yn(t){return t=t||new Map,{all:t,on(n,e){const s=t.get(n);s?s.push(e):t.set(n,[e])},off(n,e){const s=t.get(n);s&&(e?s.splice(s.indexOf(e)>>>0,1):t.set(n,[]))},emit(n,e){let s=t.get(n);s&&s.slice().map(r=>{r(e)}),s=t.get("*"),s&&s.slice().map(r=>{r(n,e)})}}}const mt=Yn(),v={state:o.reactive({trees:{}}),getters:{getItems(t){return v.state.trees[t].items},getItemsSelect(t){return v.state.trees[t].selected},getParentId(t,n,e,s="id",r="children",c={}){return e&&t&&(t.find(i=>i[s]===e?(c.found=n,i):v.getters.getParentId(i[r],i.id,e,s,r,c)),c.found)?c.found:!1}},mutations:{setTreeItems(t,n){v.state.trees[t].items=n},setItemSelect(t,n){v.state.trees[t].noSelect||(v.state.trees[t].multiSelect?v.state.trees[t].selected.includes(n.id)?v.state.trees[t].selected=v.state.trees[t].selected.filter(function(e){return e!==n.id}):v.state.trees[t].selected=[...v.state.trees[t].selected,n.id]:v.state.trees[t].selected=[n.id])}},actions:{initTreeStore(t,n,e,s,r,c,i){v.state.trees[t]=[],v.state.trees[t].selected=[],v.state.trees[t].noSelect=n,v.state.trees[t].multiSelect=e,v.state.trees[t].expanded=s,v.state.trees[t].transfer=r,v.state.trees[t].renderTitle=c,v.state.trees[t].beforeItem=i},renderTitle(t,n){return v.state.trees[t].renderTitle?v.state.trees[t].renderTitle(n):n},beforeItem(t,n){return v.state.trees[t].beforeItem?v.state.trees[t].beforeItem(n):!0},isItemSelected(t,n){return v.state.trees[t].selected.includes(n)},toggleItem(t,n){n.expanded=n.expanded===void 0||!n.expanded,n.children&&n.children.length&&(n.expanded?mt.emit(`expand-${t}`,{id:t,model:n}):mt.emit(`collapse-${t}`,{id:t,model:n}))},isTreeExpanded(t){return v.state.trees[t].expanded},isChildOfParent(t,n,e,s){const r=v.actions.deepSearch(n,e);if(r&&r.children){for(let c=0;c<r.children.length;c++)if(r.children[c].id===s)return!0}return!1},isParentOfChild(t,n,e,s){const r=v.actions.deepSearch(n,e);return!!(r&&r.children&&v.actions.deepSearch(r.children,s))},deepSearch(t,n,e="id",s="children",r={}){return n&&t&&(t.find(c=>c[e]===n?(r.found=c,c):v.actions.deepSearch(c[s],n,e,s,r)),r.found)?r.found:!1},deepSearchByTitle(t,n,e="title",s="children",r=[]){if(n&&t&&(t.find(c=>{const i=new RegExp(n,"gi");c[e].toString().toLowerCase().match(i)!==null&&r.push(c),v.actions.deepSearchByTitle(c[s],n,e,s,r)}),r)){for(let c=0;c<r.length;c++);return r}return r},moveTreeNode(t,n,e,s,r,c){const i=v.actions.deleteTreeNode(e,s);v.actions.insertTreeNode(e,r,i,c),mt.emit(`move-${n}`,{fromTreeId:t,toTreeId:n,moved:i.id,target:r,position:c})},insertTreeNode(t,n,e,s){if(t)for(let r=0;r<t.length;r++){if(t[r].id===n){let i=r;return s==="after"?(i++,t.splice(i,0,e)):s==="before"?t.splice(i,0,e):s==="inside"&&(Object.hasOwn(t[r],"children")||(t[r].children=[],t[r].opened=!0),t[r].children.splice(0,0,e)),t[r]}const c=this.insertTreeNode(t[r].children,n,e,s);if(c)return c}},deleteTreeNode(t,n){if(t)for(let e=0;e<t.length;e++){if(t[e].id===n){const r=t[e];return t.splice(e,1),r}const s=v.actions.deleteTreeNode(t[e].children,n);if(s)return s}}}},jn={__name:"DDrop",props:{tag:{type:String,default:"div"}},emits:Object.keys(ct),setup(t,{expose:n,emit:e}){let s=o.reactive({});const r=o.ref("false"),c=o.ref(null),i=new Set,d=o.computed(()=>r.value&&s),l=(f,p)=>{s=pe.data,e(f,p,s),f===ct.dragenter&&(i.size||p.target===c.value)&&i.add(p.target),f===ct.dragleave&&i.delete(p.target),f===ct.drop&&i.clear(),r.value=!!i.size};return n({elementSize:()=>Pn(c)}),(f,p)=>(o.openBlock(),o.createBlock(o.resolveDynamicComponent(t.tag),{ref_key:"el",ref:c,onDragenter:p[0]||(p[0]=u=>l(o.unref(ct).dragenter,u)),onDragleave:p[1]||(p[1]=u=>l(o.unref(ct).dragleave,u)),onDragover:p[2]||(p[2]=o.withModifiers(u=>l(o.unref(ct).dragover,u),["prevent"])),onDrop:p[3]||(p[3]=o.withModifiers(u=>l(o.unref(ct).drop,u),["prevent"]))},{default:o.withCtx(()=>[o.renderSlot(f.$slots,"default",{transferData:d.value})]),_:3},544))}},Ue={__name:"DTree",props:{items:Array,noSelect:Boolean,multiSelect:Boolean,expanded:Boolean,transfer:Boolean,renderTitle:Function,beforeItem:Function,search:String},emits:["select","collapse","expand","move"],setup(t,{expose:n,emit:e}){const s=t,r=o.ref(null),c=o.getCurrentInstance().uid;v.actions.initTreeStore(c,s.noSelect,s.multiSelect,s.expanded,s.transfer,s.renderTitle,s.beforeItem);const i=(u,m)=>{console.log(u,m)};mt.on(`expand-${c}`,u=>{e("expand",u)}),mt.on(`collapse-${c}`,u=>{e("collapse",u)}),mt.on(`move-${c}`,u=>{e("move",u)});const d=o.computed(()=>s.search?v.actions.deepSearchByTitle(s.items,s.search):s.items),l=(u=null)=>{v.mutations.setItemSelect(c,u.model),v.actions.toggleItem(c,u.model),e("select",u)};return n({elementSize:()=>r.value.elementSize(),expandAll:()=>{for(let u=0;u<s.items.length;u++)s.items[u].expanded=!0},collapseAll:()=>{for(let u=0;u<s.items.length;u++)s.items[u].expanded=!1}}),(u,m)=>(o.openBlock(),o.createBlock(jn,{ref_key:"treeRef",ref:r,class:"tree",tag:"ul",onDrop:o.withModifiers(i,["stop"])},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(d.value,_=>(o.openBlock(),o.createBlock(Un,{key:_.id,model:_,treeId:o.unref(c),items:s.items,search:s.search,onNodeclick:l},null,8,["model","treeId","items","search"]))),128))]),_:1},8,["onDrop"]))}},Qc="",Ds=ne({__name:"DAccordion",props:{items:Array},setup(t){const n=t;return(e,s)=>(o.openBlock(),o.createBlock(Ue,{class:"accordion",items:n.items,"no-select":!0},null,8,["items"]))}},[["__scopeId","data-v-4c920528"]]),qn={__name:"DLayoutHeader",props:{fixed:{type:Boolean,default:!0},zIndex:{type:Number,default:1001},minWidth:{type:Number,default:1280},height:{type:Number,default:56},paddingLeft:{type:Number,default:0},transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"},useMinWidthLayout:Boolean},setup(t){const n=t,e=o.computed(()=>{const{fixed:s,zIndex:r,minWidth:c,height:i,paddingLeft:d,transitionDuration:l,transitionTimingFunction:a}=n,f=s?"fixed":"static",p=n.useMinWidthLayout?`min-width:${c}px;`:"";return`position:${f};z-index:${r};${p}height:${i}px;padding-left:${d}px;transition-duration:${l}ms;transition-timing-function:${a};`});return(s,r)=>(o.openBlock(),o.createElementBlock("header",{class:"d-layout-header",style:o.normalizeStyle(e.value)},[o.renderSlot(s.$slots,"default")],4))}},Xn={__name:"DLayoutTab",props:{fixed:{type:Boolean,default:!0},top:{type:Number,default:56},zIndex:{type:Number,default:999},minWidth:{type:Number,default:1280},height:{type:Number,default:56},paddingLeft:{type:Number,default:0},transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"},useMinWidthLayout:Boolean},setup(t){const n=t,e=o.computed(()=>{const{fixed:s,top:r,zIndex:c,minWidth:i,height:d,paddingLeft:l,transitionDuration:a,transitionTimingFunction:f}=n,p=s?"fixed":"static",u=n.useMinWidthLayout?`min-width: ${i}px;`:"";return`position:${p};top:${r}px;z-index:${c};${u}height:${d}px;padding-left:${l}px;transition-duration:${a}ms;transition-timing-function:${f};`});return(s,r)=>(o.openBlock(),o.createElementBlock("div",{class:"d-layout-tab",style:o.normalizeStyle(e.value)},[o.renderSlot(s.$slots,"default")],4))}},Gn={__name:"DLayoutFooter",props:{fixed:{type:Boolean,default:!0},zIndex:{type:Number,default:999},minWidth:{type:Number,default:1280},height:{type:Number,default:56},paddingLeft:{type:Number,default:0},transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"},useMinWidthLayout:Boolean},setup(t){const n=t,e=o.computed(()=>{const{fixed:s,zIndex:r,minWidth:c,height:i,paddingLeft:d,transitionDuration:l,transitionTimingFunction:a}=n,f=s?"fixed":"static",p=n.useMinWidthLayout?`min-width:${c}px;`:"";return`position:${f};z-index:${r};${p}height:${i}px;padding-left:${d}px;transition-duration:${l}ms;transition-timing-function:${a};`});return(s,r)=>(o.openBlock(),o.createElementBlock("footer",{class:"d-layout-footer",style:o.normalizeStyle(e.value)},[o.renderSlot(s.$slots,"default")],4))}},Kn={__name:"DLayoutSidebar",props:{zIndex:{type:Number,default:1002},width:{type:Number,default:200},paddingTop:{type:Number,default:0},transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"},collapse:{type:Boolean,default:!1}},setup(t){const n=t,e=o.computed(()=>{const{zIndex:s,width:r,paddingTop:c,transitionDuration:i,transitionTimingFunction:d}=n;return`z-index:${s};width:${r}px;padding-top:${c}px;transition-duration:${i}ms;transition-timing-function:${d};`});return(s,r)=>(o.openBlock(),o.createElementBlock("aside",{class:"d-layout-sidebar",style:o.normalizeStyle(e.value)},[o.renderSlot(s.$slots,"default")],4))}},Jn={__name:"DLayoutContent",props:{paddingTop:{type:Number,default:0},paddingBottom:{type:Number,default:0},paddingLeft:{type:Number,default:0},overflowHidden:Boolean,transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"}},setup(t){const n=t,e=o.computed(()=>{const{paddingTop:s,paddingBottom:r,paddingLeft:c,transitionDuration:i,transitionTimingFunction:d}=n,l=`overflow:${n.overflowHidden?"hidden":"visible"};`;return`padding-top:${s}px;padding-bottom:${r}px;padding-left:${c}px;${l}transition-duration:${i}ms;transition-timing-function:${d};`});return(s,r)=>(o.openBlock(),o.createElementBlock("main",{style:o.normalizeStyle(e.value),class:"d-layout-content"},[o.renderSlot(s.$slots,"default")],4))}};function Cs(t){const n=o.ref(0),e=o.computed(()=>`transform: translateX(${-n.value}px);`);let s=!1;function r(f){n.value=f}function c(){var f;const p=((f=document.scrollingElement)===null||f===void 0?void 0:f.scrollLeft)||0;r(p)}function i(){c()}function d(){document.addEventListener("scroll",c)}function l(){s&&document.removeEventListener("scroll",c)}function a(){i(),d(),s=!0}return o.watch(t,f=>{f?a():l()},{immediate:!0}),o.onUnmounted(()=>{l()}),e}const Ts=1001,Es=999,Ns=998,Is={__name:"DLayoutAdmin",props:{mode:{type:String,default:"vertical"},isMobile:{type:Boolean,default:!1},useMinWidthLayout:{type:Boolean,default:!1},minWidth:{type:Number,default:1200},headerVisible:{type:Boolean,default:!0},headerHeight:{type:Number,default:56},tabVisible:{type:Boolean,default:!0},tabHeight:{type:Number,default:44},fixedHeaderAndTab:{type:Boolean,default:!0},addMainOverflowHidden:{type:Boolean,default:!1},footerVisible:{type:Boolean,default:!0},footerHeight:{type:Number,default:48},fixedFooter:{type:Boolean,default:!0},sidebarVisible:{type:Boolean,default:!0},sidebarWidth:{type:Number,default:200},sidebarCollapsedWidth:{type:Number,default:0},sidebarCollapse:{type:Boolean,default:!1},transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"},collapse:{type:Boolean,default:!1},maskBg:{type:String,default:"rgba(0,0,0,0.3)"}},emits:["update:sidebar-collapse","sidebar-mask-click"],setup(t,{emit:n}){const e=t,s=o.computed(()=>e.useMinWidthLayout?`min-width:${e.minWidth}px;`:""),r=o.computed(()=>e.useMinWidthLayout&&(e.fixedHeaderAndTab||e.fixedFooter)),c=Cs(r),i=o.computed(()=>e.fixedHeaderAndTab?c.value:""),d=o.computed(()=>e.fixedFooter?c.value:""),l=o.computed(()=>{const{transitionDuration:B,transitionTimingFunction:L}=e;return{transitionDuration:B,transitionTimingFunction:L}}),a=o.computed(()=>e.mode==="vertical"),f=o.computed(()=>e.isMobile||a.value?1003:1e3),p=o.computed({get(){return e.sidebarCollapse},set(B){n("update:sidebar-collapse",B)}});function u(){n("sidebar-mask-click")}const m=o.computed(()=>e.isMobile&&!p.value),_=o.computed(()=>{const{transitionDuration:B,transitionTimingFunction:L}=e;return`background-color:${e.maskBg};transition-duration:${B}ms;transition-timing-function:${L};`}),S=o.computed(()=>{const{sidebarWidth:B,sidebarCollapsedWidth:L}=e,A=e.isMobile?0:L,R=p.value?A:B;return e.sidebarVisible?R:0}),x=o.computed(()=>e.isMobile?0:S.value),C=o.computed(()=>a.value?x.value:0),g=o.computed(()=>!e.isMobile&&!a.value&&e.headerVisible?e.headerHeight:0),y=o.computed(()=>{let B=0;return e.fixedHeaderAndTab&&(e.headerVisible&&(B+=e.headerHeight),e.tabVisible&&(B+=e.tabHeight)),B}),k=o.computed(()=>e.fixedFooter&&e.footerVisible?e.footerHeight:0);return(B,L)=>(o.openBlock(),o.createElementBlock("div",{class:"d-layout",style:o.normalizeStyle(s.value)},[t.headerVisible?(o.openBlock(),o.createBlock(qn,o.mergeProps({key:0},l.value,{fixed:t.fixedHeaderAndTab,"z-index":Ts,"min-width":t.minWidth,height:t.headerHeight,"padding-left":C.value,style:i.value}),{default:o.withCtx(()=>[o.renderSlot(B.$slots,"header")]),_:3},16,["fixed","min-width","height","padding-left","style"])):o.createCommentVNode("",!0),t.tabVisible?(o.openBlock(),o.createBlock(Xn,o.mergeProps({key:1},l.value,{fixed:t.fixedHeaderAndTab,"z-index":Es,"min-width":t.minWidth,top:t.headerHeight,height:t.tabHeight,"padding-left":x.value,style:i.value}),{default:o.withCtx(()=>[o.renderSlot(B.$slots,"tab")]),_:3},16,["fixed","min-width","top","height","padding-left","style"])):o.createCommentVNode("",!0),t.sidebarVisible?(o.openBlock(),o.createBlock(Kn,o.mergeProps({key:2},l.value,{"z-index":f.value,width:S.value,"padding-top":g.value}),{default:o.withCtx(()=>[o.renderSlot(B.$slots,"sidebar")]),_:3},16,["z-index","width","padding-top"])):o.createCommentVNode("",!0),m.value?(o.openBlock(),o.createElementBlock("div",{key:3,class:"d-layout-sidebar-mask",style:o.normalizeStyle(_.value),onClick:u},null,4)):o.createCommentVNode("",!0),o.createVNode(Jn,o.mergeProps(l.value,{"padding-top":y.value,"padding-bottom":k.value,"padding-left":x.value,"overflow-hidden":t.addMainOverflowHidden}),{default:o.withCtx(()=>[o.renderSlot(B.$slots,"default")]),_:3},16,["padding-top","padding-bottom","padding-left","overflow-hidden"]),t.footerVisible?(o.openBlock(),o.createBlock(Gn,o.mergeProps({key:4},l.value,{fixed:t.fixedFooter,"z-index":Ns,"min-width":t.minWidth,height:t.footerHeight,"padding-left":x.value,style:d.value}),{default:o.withCtx(()=>[o.renderSlot(B.$slots,"footer")]),_:3},16,["fixed","min-width","height","padding-left","style"])):o.createCommentVNode("",!0)],4))}},Vt={state:o.reactive({theme:"dark"}),getters:{theme(){return Vt.state.theme}},mutations:{setTheme(t){Vt.state.theme=t,document.documentElement.setAttribute("class",t)}},actions:{toggleTheme(){Vt.state.theme=Vt.state.theme==="dark"?"light":"dark",document.documentElement.setAttribute("class",Vt.state.theme)}}},zs={__name:"DConfigProvider",props:{theme:{type:String,default:"dark"}},setup(t){const n=t;return Vt.mutations.setTheme(n.theme),(e,s)=>o.renderSlot(e.$slots,"default")}};/*!
1
+ (function(F,o){typeof exports=="object"&&typeof module<"u"?o(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],o):(F=typeof globalThis<"u"?globalThis:F||self,o(F.DophJs={},F.Vue))})(this,function(F,o){"use strict";const Uc="",Yc="",jc="",qc="",ee={__name:"DIcon",props:{component:[Object,String],size:[Number,String],color:String,className:String},setup(t){const n=t,e=o.useSlots(),s=o.computed(()=>{const{className:d}=n;return d===void 0?"icon":["icon",d].join(" ")}),r=o.computed(()=>{const{color:d}=n;return d===void 0?null:d}),c=o.computed(()=>{const d=n.size??null;if(d!==void 0)return typeof d=="number"||/^\d+$/.test(d)?`${d}px`:d}),i=o.computed(()=>o.h("i",{class:s.value,style:{color:r.value,fontSize:c.value}},n.component?o.h(n.component):e));return(d,l)=>(o.openBlock(),o.createBlock(o.unref(i)))}},Dt={state:{},getters:{getIcon(t){return Dt.state[t]},getIcons(){return Dt.state}},mutations:{addIcon(t,n){Dt.state.name=n},addIcons(t){for(const n in t)t.hasOwnProperty(n)&&(Dt.state[n]=t[n])}}};function Pn(t){const n=t.value.getBoundingClientRect();let e=t.value,s=0,r=0;for(;e&&!isNaN(e.offsetLeft)&&!isNaN(e.offsetTop);)s+=e.offsetLeft-e.scrollLeft,r+=e.offsetTop-e.scrollTop,e=e.offsetParent;return{top:r,left:s,x:n.x,y:n.y,width:n.width,height:n.height}}const as={key:1},ue={__name:"DButton",props:{class:String,icon:String},emits:["click","contextmenu"],setup(t,{expose:n,emit:e}){const s=t,r=o.useSlots(),c=o.ref(null),i=o.computed(()=>s.icon?Dt.getters.getIcon(s.icon):null),d=f=>{e("click",f)},l=f=>{e("contextmenu",f)};return n({elementSize:()=>Pn(c)}),(f,p)=>(o.openBlock(),o.createElementBlock(o.Fragment,null,[i.value?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock("div",{key:0,ref_key:"el",ref:c,onClick:d,onContextmenu:l,class:o.normalizeClass(["button",s.class])},[o.renderSlot(f.$slots,"default")],34)),i.value?(o.openBlock(),o.createElementBlock("div",{key:1,ref_key:"el",ref:c,onClick:d,onContextmenu:l,class:o.normalizeClass(["button button-ext",s.class])},[s.icon?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(ee),{key:0,component:i.value,color:"inherit"},null,8,["component"])):o.createCommentVNode("",!0),o.unref(r).default?(o.openBlock(),o.createElementBlock("div",as,[o.renderSlot(f.$slots,"default")])):o.createCommentVNode("",!0)],34)):o.createCommentVNode("",!0)],64))}},Xc="",ne=(t,n)=>{const e=t.__vccOpts||t;for(const[s,r]of n)e[s]=r;return e},ds={class:"d-input"},fs={key:0,class:"label"},us=["placeholder"],ps=ne({__name:"DInput",props:{label:String,placeholder:String,size:String,font:String,modelValue:String},emits:["update:modelValue"],setup(t,{emit:n}){const e=t,s=o.computed(()=>e.font==="small"?"d-input-small":e.font==="big"?"d-input-big":""),r=o.computed({get:()=>e.modelValue,set:c=>{n("update:modelValue",c)}});return(c,i)=>(o.openBlock(),o.createElementBlock("div",ds,[e.label?(o.openBlock(),o.createElementBlock("div",fs,o.toDisplayString(e.label),1)):o.createCommentVNode("",!0),o.withDirectives(o.createElementVNode("input",{"onUpdate:modelValue":i[0]||(i[0]=d=>r.value=d),type:"text",class:o.normalizeClass(s.value),placeholder:e.placeholder,style:o.normalizeStyle(e.size==="wide"?"width:100%":"")},null,14,us),[[o.vModelText,r.value]])]))}},[["__scopeId","data-v-0cf9bd73"]]),Fn={__name:"DBadge",props:{class:String},setup(t){const n=t;return(e,s)=>(o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["badge",n.class])},[o.renderSlot(e.$slots,"default")],2))}},Ot="0px",Rn={__name:"DCollapse",props:{duration:{type:Number,default:200},easingEnter:{type:String,default:"ease-in-out"},easingLeave:{type:String,default:"ease-in-out"},opacityClosed:{type:Number,default:0},opacityOpened:{type:Number,default:1}},setup(t){const n=t,e=l=>({height:l.style.height,width:l.style.width,position:l.style.position,visibility:l.style.visibility,overflow:l.style.overflow,paddingTop:l.style.paddingTop,paddingBottom:l.style.paddingBottom,borderTopWidth:l.style.borderTopWidth,borderBottomWidth:l.style.borderBottomWidth,marginTop:l.style.marginTop,marginBottom:l.style.marginBottom}),s=(l,a)=>{const{width:f}=getComputedStyle(l);l.style.width=f,l.style.position="absolute",l.style.visibility="hidden",l.style.height="";let{height:p}=getComputedStyle(l);return l.style.width=a.width,l.style.position=a.position,l.style.visibility=a.visibility,l.style.height=Ot,l.style.overflow="hidden",a.height&&a.height!==Ot?a.height:p},r=(l,a,f,p,u)=>{const m=l.animate(p,u);l.style.height=a.height,m.onfinish=()=>{l.style.overflow=a.overflow,f()}},c=(l,a)=>[{height:Ot,opacity:n.opacityClosed,paddingTop:Ot,paddingBottom:Ot,borderTopWidth:Ot,borderBottomWidth:Ot,marginTop:Ot,marginBottom:Ot},{height:l,opacity:n.opacityOpened,paddingTop:a.paddingTop,paddingBottom:a.paddingBottom,borderTopWidth:a.borderTopWidth,borderBottomWidth:a.borderBottomWidth,marginTop:a.marginTop,marginBottom:a.marginBottom}],i=(l,a)=>{const f=l,p=e(f),u=s(f,p),m=c(u,p),_={duration:n.duration,easing:n.easingEnter};r(f,p,a,m,_)},d=(l,a)=>{const f=l,p=e(f),{height:u}=getComputedStyle(f);f.style.height=u,f.style.overflow="hidden";const m=c(u,p).reverse(),_={duration:n.duration,easing:n.easingLeave};r(f,p,a,m,_)};return(l,a)=>(o.openBlock(),o.createBlock(o.Transition,{css:!1,onEnter:i,onLeave:d},{default:o.withCtx(()=>[o.renderSlot(l.$slots,"default")]),_:3}))}},pe={data:void 0},We=t=>t.reduce((n,e)=>(n[e]=e)&&n,{}),ct=We(["drag","dragend","dragenter","dragleave","dragstart","dragover","drop"]),ms=We(["copy","move","link","none"]),hs=We(["none","copy","copyLink","copyMove","link","linkMove","move","all","uninitialized"]),Wn={__name:"DDrag",props:{draggable:{type:Boolean,default:!0},transferData:{},dropEffect:{validator:t=>t in ms},effectAllowed:{validator:t=>t in hs},image:String,imageXOffset:{type:Number,default:0},imageYOffset:{type:Number,default:0},hideImageHtml:{type:Boolean,default:!1},tag:{type:String,default:"div"}},setup(t){const n=t,e=o.useSlots(),s=o.ref(!1),r=o.computed(()=>s&&n.transferData),c=o.computed(()=>({position:"fixed",top:"-1000px"})),i=(d,l)=>{const a=l.dataTransfer;if([ct.dragenter,ct.dragover].includes(d)&&n.dropEffect&&(a.dropEffect=n.dropEffect),d===ct.dragstart){if(n.effectAllowed&&(a.effectAllowed=n.effectAllowed),n.image||e.image){let f;n.image?(f=new Image,f.src=n.image):e.image&&(f=e.image[0].elm),a.setDragImage&&a.setDragImage(f,n.imageXOffset,n.imageYOffset)}n.transferData!==void 0&&(pe.data=n.transferData,l.dataTransfer.setData("text","")),s.value=!0}};return(d,l)=>(o.openBlock(),o.createBlock(o.resolveDynamicComponent(t.tag),{draggable:n.draggable,onDrag:l[0]||(l[0]=a=>i(o.unref(ct).drag,a)),onDragstart:l[1]||(l[1]=o.withModifiers(a=>i(o.unref(ct).dragstart,a),["stop"])),onDragenter:l[2]||(l[2]=a=>i(o.unref(ct).dragenter,a)),onDragleave:l[3]||(l[3]=a=>i(o.unref(ct).dragleave,a)),onDragend:l[4]||(l[4]=a=>i(o.unref(ct).dragend,a))},{default:o.withCtx(()=>[o.renderSlot(d.$slots,"default",{transferData:r.value}),t.hideImageHtml?(o.openBlock(),o.createElementBlock("div",{key:0,style:o.normalizeStyle(c.value)},[o.renderSlot(d.$slots,"image",{transferData:r.value})],4)):o.renderSlot(d.$slots,"image",{key:1,transferData:r.value})]),_:3},40,["draggable"]))}},Kc="",gs=t=>(o.pushScopeId("data-v-e047277f"),t=t(),o.popScopeId(),t),ys={key:1},bs=[gs(()=>o.createElementVNode("div",{class:"tree-divider"},null,-1))],Ss={key:2},ws={class:"tree-divider-header"},_s={class:"item-title"},ks={key:0,class:"tree-divider"},xs={key:1},$s={style:{display:"flex","flex-direction":"row","justify-content":"flex-end"}},Bs={key:0,class:"sub-menu"},Un=ne({__name:"DTreeItem",props:{model:Object,treeId:[String,Number],items:Array,search:String},emits:["nodedrop","nodedragover","nodedragleave","nodeclick"],setup(t,{emit:n}){const e=t,s=o.ref(null),r=o.ref(!1),c=o.ref(!1),i=o.ref(!1),d=o.computed(()=>e.model.children&&e.model.children.length),l=o.computed(()=>(L.actions.isTreeExpanded(e.treeId)&&(e.model.expanded=e.model.expanded===void 0?!0:e.model.expanded),e.model.expanded)),a=g=>{n("nodeclick",{event:g,model:e.model})},f=g=>{n("nodeclick",g)},p=o.computed(()=>(L.actions.isItemSelected(e.treeId,e.model.id)?"selected":"")+(r.value?"node-over ":"")+(c.value?"node-top ":"")+(i.value?"node-bottom ":"")),u=o.computed(()=>e.search?!1:e.model.draggable===!0),m=g=>{let y=pe.data;if(y.model.id===e.model.id||L.actions.isChildOfParent(e.treeId,e.items,e.model.id,y.model.id)||L.actions.isParentOfChild(e.treeId,e.items,y.model.id,e.model.id))return r.value=!1,c.value=!1,i.value=!1,!1;if(!L.state.trees[e.treeId].transfer&&y.id!==e.treeId)return!1;let k="";c.value?k="before":i.value?k="after":k="inside",L.actions.moveTreeNode(y.id,e.treeId,e.items,y.model.id,e.model.id,k),r.value=!1,c.value=!1,i.value=!1},_=g=>{let y=pe.data;if(y.model.id===e.model.id||L.actions.isChildOfParent(e.treeId,e.items,e.model.id,y.model.id)||L.actions.isParentOfChild(e.treeId,e.items,y.model.id,e.model.id))return!1;const k=g.y,B=s.value.getBoundingClientRect().top,v=s.value.getBoundingClientRect().height,A=v/3;k>B&&k<=B+A?(r.value=!1,c.value=!0,i.value=!1):k<B+v&&k>=B+v-A?(r.value=!1,c.value=!1,i.value=!0):(r.value=!0,c.value=!1,i.value=!1)},S=()=>{r.value=!1,c.value=!1,i.value=!1},x=o.computed(()=>e.model.title.startsWith("-")),C=o.computed(()=>{if(e.model.title.startsWith("-")){let[g,...y]=e.model.title.split(" ");return y=y.join(" "),y}return null});return(g,y)=>{const k=o.resolveComponent("d-tree-item",!0);return o.unref(L).actions.beforeItem(e.treeId,t.model)?x.value&&!C.value?(o.openBlock(),o.createElementBlock("li",ys,bs)):x.value&&C.value?(o.openBlock(),o.createElementBlock("li",Ss,[o.createElementVNode("div",ws,o.toDisplayString(o.unref(L).actions.renderTitle(e.treeId,C.value)),1)])):(o.openBlock(),o.createBlock(Wn,{key:3,tag:"li",class:"tree-item","transfer-data":{id:e.treeId,model:e.model},draggable:u.value,onDrop:o.withModifiers(m,["stop"]),onDragenter:y[0]||(y[0]=o.withModifiers(()=>{},["prevent"])),onDragover:o.withModifiers(_,["prevent","stop"]),onDragleave:o.withModifiers(S,["prevent"])},{default:o.withCtx(()=>{var B,v;return[o.createElementVNode("div",{ref_key:"node",ref:s,class:o.normalizeClass(p.value),onClick:a},[o.createElementVNode("div",null,[e.model.icons&&e.model.icons.pre&&d.value&&!e.search&&!x.value?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(ee),{key:0,component:o.unref(Dt).getters.getIcon(e.model.icons.pre.component),size:18,color:e.model.icons.pre.color?e.model.icons.pre.color:"inherit",class:o.normalizeClass(l.value?"tree-open-pre":"")},null,8,["component","color","class"])):o.createCommentVNode("",!0),e.model.icons&&e.model.icons.pre&&!d.value&&!e.search&&!x.value?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(ee),{key:1,component:o.unref(Dt).getters.getIcon(e.model.icons.pre.component),size:18,color:"rgba(0,0,0,0)",class:o.normalizeClass(l.value?"tree-open-pre":"")},null,8,["component","class"])):o.createCommentVNode("",!0),e.model.icons&&e.model.icons.icon&&!x.value?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(ee),{key:2,component:o.unref(Dt).getters.getIcon(e.model.icons.icon.component),color:e.model.icons.icon.color?e.model.icons.icon.color:"inherit",size:e.model.icons.icon.size?e.model.icons.icon.size:null,className:e.model.icons.icon.class?e.model.icons.icon.class:null},null,8,["component","color","size","className"])):o.createCommentVNode("",!0),o.createElementVNode("div",_s,[x.value?(o.openBlock(),o.createElementBlock("div",ks)):o.createCommentVNode("",!0),x.value?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock("div",xs,o.toDisplayString(o.unref(L).actions.renderTitle(e.treeId,e.model.title)),1))])]),o.createElementVNode("div",$s,[((B=e.model.badge)==null?void 0:B.value)!==void 0&&!x.value?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(Fn),{key:0,class:o.normalizeClass([(v=e.model.badge)==null?void 0:v.class,"badge-sm"])},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.model.badge.value),1)]),_:1},8,["class"])):o.createCommentVNode("",!0),e.model.icons&&e.model.icons.post&&d.value&&!e.search&&!x.value?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(ee),{key:1,component:o.unref(Dt).getters.getIcon(e.model.icons.post.component),size:20,color:e.model.icons.post.color?e.model.icons.post.color:"inherit",class:o.normalizeClass(l.value?"tree-open-post":"")},null,8,["component","color","class"])):o.createCommentVNode("",!0)])],2),o.createVNode(Rn,null,{default:o.withCtx(()=>[d.value&&l.value&&!e.search?(o.openBlock(),o.createElementBlock("ul",Bs,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(t.model.children,A=>(o.openBlock(),o.createBlock(k,{class:"tree-item",key:A.id,model:A,treeId:e.treeId,items:e.items,search:e.search,onNodeclick:f},null,8,["model","treeId","items","search"]))),128))])):o.createCommentVNode("",!0)]),_:1})]}),_:1},8,["transfer-data","draggable","onDrop","onDragover","onDragleave"])):(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[],64))}}},[["__scopeId","data-v-e047277f"]]);function Yn(t){return t=t||new Map,{all:t,on(n,e){const s=t.get(n);s?s.push(e):t.set(n,[e])},off(n,e){const s=t.get(n);s&&(e?s.splice(s.indexOf(e)>>>0,1):t.set(n,[]))},emit(n,e){let s=t.get(n);s&&s.slice().map(r=>{r(e)}),s=t.get("*"),s&&s.slice().map(r=>{r(n,e)})}}}const mt=Yn(),L={state:o.reactive({trees:{}}),getters:{getItems(t){return L.state.trees[t].items},getItemsSelect(t){return L.state.trees[t].selected},getParentId(t,n,e,s="id",r="children",c={}){return e&&t&&(t.find(i=>i[s]===e?(c.found=n,i):L.getters.getParentId(i[r],i.id,e,s,r,c)),c.found)?c.found:!1}},mutations:{setTreeItems(t,n){L.state.trees[t].items=n},setItemSelect(t,n){L.state.trees[t].noSelect||(L.state.trees[t].multiSelect?L.state.trees[t].selected.includes(n.id)?L.state.trees[t].selected=L.state.trees[t].selected.filter(function(e){return e!==n.id}):L.state.trees[t].selected=[...L.state.trees[t].selected,n.id]:L.state.trees[t].selected=[n.id])}},actions:{initTreeStore(t,n,e,s,r,c,i){L.state.trees[t]=[],L.state.trees[t].selected=[],L.state.trees[t].noSelect=n,L.state.trees[t].multiSelect=e,L.state.trees[t].expanded=s,L.state.trees[t].transfer=r,L.state.trees[t].renderTitle=c,L.state.trees[t].beforeItem=i},renderTitle(t,n){return L.state.trees[t].renderTitle?L.state.trees[t].renderTitle(n):n},beforeItem(t,n){return L.state.trees[t].beforeItem?L.state.trees[t].beforeItem(n):!0},isItemSelected(t,n){return L.state.trees[t].selected.includes(n)},toggleItem(t,n){n.expanded=n.expanded===void 0||!n.expanded,n.children&&n.children.length&&(n.expanded?mt.emit(`expand-${t}`,{id:t,model:n}):mt.emit(`collapse-${t}`,{id:t,model:n}))},isTreeExpanded(t){return L.state.trees[t].expanded},isChildOfParent(t,n,e,s){const r=L.actions.deepSearch(n,e);if(r&&r.children){for(let c=0;c<r.children.length;c++)if(r.children[c].id===s)return!0}return!1},isParentOfChild(t,n,e,s){const r=L.actions.deepSearch(n,e);return!!(r&&r.children&&L.actions.deepSearch(r.children,s))},deepSearch(t,n,e="id",s="children",r={}){return n&&t&&(t.find(c=>c[e]===n?(r.found=c,c):L.actions.deepSearch(c[s],n,e,s,r)),r.found)?r.found:!1},deepSearchByTitle(t,n,e="title",s="children",r=[]){if(n&&t&&(t.find(c=>{const i=new RegExp(n,"gi");c[e].toString().toLowerCase().match(i)!==null&&r.push(c),L.actions.deepSearchByTitle(c[s],n,e,s,r)}),r)){for(let c=0;c<r.length;c++);return r}return r},moveTreeNode(t,n,e,s,r,c){const i=L.actions.deleteTreeNode(e,s);L.actions.insertTreeNode(e,r,i,c),mt.emit(`move-${n}`,{fromTreeId:t,toTreeId:n,moved:i.id,target:r,position:c})},insertTreeNode(t,n,e,s){if(t)for(let r=0;r<t.length;r++){if(t[r].id===n){let i=r;return s==="after"?(i++,t.splice(i,0,e)):s==="before"?t.splice(i,0,e):s==="inside"&&(Object.hasOwn(t[r],"children")||(t[r].children=[],t[r].opened=!0),t[r].children.splice(0,0,e)),t[r]}const c=this.insertTreeNode(t[r].children,n,e,s);if(c)return c}},deleteTreeNode(t,n){if(t)for(let e=0;e<t.length;e++){if(t[e].id===n){const r=t[e];return t.splice(e,1),r}const s=L.actions.deleteTreeNode(t[e].children,n);if(s)return s}}}},jn={__name:"DDrop",props:{tag:{type:String,default:"div"}},emits:Object.keys(ct),setup(t,{expose:n,emit:e}){let s=o.reactive({});const r=o.ref("false"),c=o.ref(null),i=new Set,d=o.computed(()=>r.value&&s),l=(f,p)=>{s=pe.data,e(f,p,s),f===ct.dragenter&&(i.size||p.target===c.value)&&i.add(p.target),f===ct.dragleave&&i.delete(p.target),f===ct.drop&&i.clear(),r.value=!!i.size};return n({elementSize:()=>Pn(c)}),(f,p)=>(o.openBlock(),o.createBlock(o.resolveDynamicComponent(t.tag),{ref_key:"el",ref:c,onDragenter:p[0]||(p[0]=u=>l(o.unref(ct).dragenter,u)),onDragleave:p[1]||(p[1]=u=>l(o.unref(ct).dragleave,u)),onDragover:p[2]||(p[2]=o.withModifiers(u=>l(o.unref(ct).dragover,u),["prevent"])),onDrop:p[3]||(p[3]=o.withModifiers(u=>l(o.unref(ct).drop,u),["prevent"]))},{default:o.withCtx(()=>[o.renderSlot(f.$slots,"default",{transferData:d.value})]),_:3},544))}},Ue={__name:"DTree",props:{items:Array,noSelect:Boolean,multiSelect:Boolean,expanded:Boolean,transfer:Boolean,renderTitle:Function,beforeItem:Function,search:String},emits:["select","collapse","expand","move"],setup(t,{expose:n,emit:e}){const s=t,r=o.ref(null),c=o.getCurrentInstance().uid;L.actions.initTreeStore(c,s.noSelect,s.multiSelect,s.expanded,s.transfer,s.renderTitle,s.beforeItem);const i=(u,m)=>{console.log(u,m)};mt.on(`expand-${c}`,u=>{e("expand",u)}),mt.on(`collapse-${c}`,u=>{e("collapse",u)}),mt.on(`move-${c}`,u=>{e("move",u)});const d=o.computed(()=>s.search?L.actions.deepSearchByTitle(s.items,s.search):s.items),l=(u=null)=>{L.mutations.setItemSelect(c,u.model),L.actions.toggleItem(c,u.model),e("select",u)};return n({elementSize:()=>r.value.elementSize(),expandAll:()=>{for(let u=0;u<s.items.length;u++)s.items[u].expanded=!0},collapseAll:()=>{for(let u=0;u<s.items.length;u++)s.items[u].expanded=!1}}),(u,m)=>(o.openBlock(),o.createBlock(jn,{ref_key:"treeRef",ref:r,class:"tree",tag:"ul",onDrop:o.withModifiers(i,["stop"])},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(d.value,_=>(o.openBlock(),o.createBlock(Un,{key:_.id,model:_,treeId:o.unref(c),items:s.items,search:s.search,onNodeclick:l},null,8,["model","treeId","items","search"]))),128))]),_:1},8,["onDrop"]))}},Qc="",Ds=ne({__name:"DAccordion",props:{items:Array},setup(t){const n=t;return(e,s)=>(o.openBlock(),o.createBlock(Ue,{class:"accordion",items:n.items,"no-select":!0},null,8,["items"]))}},[["__scopeId","data-v-4c920528"]]),qn={__name:"DLayoutHeader",props:{fixed:{type:Boolean,default:!0},zIndex:{type:Number,default:1001},minWidth:{type:Number,default:1280},height:{type:Number,default:56},paddingLeft:{type:Number,default:0},transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"},useMinWidthLayout:Boolean},setup(t){const n=t,e=o.computed(()=>{const{fixed:s,zIndex:r,minWidth:c,height:i,paddingLeft:d,transitionDuration:l,transitionTimingFunction:a}=n,f=s?"fixed":"static",p=n.useMinWidthLayout?`min-width:${c}px;`:"";return`position:${f};z-index:${r};${p}height:${i}px;padding-left:${d}px;transition-duration:${l}ms;transition-timing-function:${a};`});return(s,r)=>(o.openBlock(),o.createElementBlock("header",{class:"d-layout-header",style:o.normalizeStyle(e.value)},[o.renderSlot(s.$slots,"default")],4))}},Xn={__name:"DLayoutTab",props:{fixed:{type:Boolean,default:!0},top:{type:Number,default:56},zIndex:{type:Number,default:999},minWidth:{type:Number,default:1280},height:{type:Number,default:56},paddingLeft:{type:Number,default:0},transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"},useMinWidthLayout:Boolean},setup(t){const n=t,e=o.computed(()=>{const{fixed:s,top:r,zIndex:c,minWidth:i,height:d,paddingLeft:l,transitionDuration:a,transitionTimingFunction:f}=n,p=s?"fixed":"static",u=n.useMinWidthLayout?`min-width: ${i}px;`:"";return`position:${p};top:${r}px;z-index:${c};${u}height:${d}px;padding-left:${l}px;transition-duration:${a}ms;transition-timing-function:${f};`});return(s,r)=>(o.openBlock(),o.createElementBlock("div",{class:"d-layout-tab",style:o.normalizeStyle(e.value)},[o.renderSlot(s.$slots,"default")],4))}},Gn={__name:"DLayoutFooter",props:{fixed:{type:Boolean,default:!0},zIndex:{type:Number,default:999},minWidth:{type:Number,default:1280},height:{type:Number,default:56},paddingLeft:{type:Number,default:0},transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"},useMinWidthLayout:Boolean},setup(t){const n=t,e=o.computed(()=>{const{fixed:s,zIndex:r,minWidth:c,height:i,paddingLeft:d,transitionDuration:l,transitionTimingFunction:a}=n,f=s?"fixed":"static",p=n.useMinWidthLayout?`min-width:${c}px;`:"";return`position:${f};z-index:${r};${p}height:${i}px;padding-left:${d}px;transition-duration:${l}ms;transition-timing-function:${a};`});return(s,r)=>(o.openBlock(),o.createElementBlock("footer",{class:"d-layout-footer",style:o.normalizeStyle(e.value)},[o.renderSlot(s.$slots,"default")],4))}},Kn={__name:"DLayoutSidebar",props:{zIndex:{type:Number,default:1002},width:{type:Number,default:200},paddingTop:{type:Number,default:0},transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"},collapse:{type:Boolean,default:!1}},setup(t){const n=t,e=o.computed(()=>{const{zIndex:s,width:r,paddingTop:c,transitionDuration:i,transitionTimingFunction:d}=n;return`z-index:${s};width:${r}px;padding-top:${c}px;transition-duration:${i}ms;transition-timing-function:${d};`});return(s,r)=>(o.openBlock(),o.createElementBlock("aside",{class:"d-layout-sidebar",style:o.normalizeStyle(e.value)},[o.renderSlot(s.$slots,"default")],4))}},Jn={__name:"DLayoutContent",props:{paddingTop:{type:Number,default:0},paddingBottom:{type:Number,default:0},paddingLeft:{type:Number,default:0},overflowHidden:Boolean,transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"}},setup(t){const n=t,e=o.computed(()=>{const{paddingTop:s,paddingBottom:r,paddingLeft:c,transitionDuration:i,transitionTimingFunction:d}=n,l=`overflow:${n.overflowHidden?"hidden":"visible"};`;return`padding-top:${s}px;padding-bottom:${r}px;padding-left:${c}px;${l}transition-duration:${i}ms;transition-timing-function:${d};`});return(s,r)=>(o.openBlock(),o.createElementBlock("main",{style:o.normalizeStyle(e.value),class:"d-layout-content"},[o.renderSlot(s.$slots,"default")],4))}};function Cs(t){const n=o.ref(0),e=o.computed(()=>`transform: translateX(${-n.value}px);`);let s=!1;function r(f){n.value=f}function c(){var f;const p=((f=document.scrollingElement)===null||f===void 0?void 0:f.scrollLeft)||0;r(p)}function i(){c()}function d(){document.addEventListener("scroll",c)}function l(){s&&document.removeEventListener("scroll",c)}function a(){i(),d(),s=!0}return o.watch(t,f=>{f?a():l()},{immediate:!0}),o.onUnmounted(()=>{l()}),e}const Ts=1001,Es=999,Ns=998,Is={__name:"DLayoutAdmin",props:{mode:{type:String,default:"vertical"},isMobile:{type:Boolean,default:!1},useMinWidthLayout:{type:Boolean,default:!1},minWidth:{type:Number,default:1200},headerVisible:{type:Boolean,default:!0},headerHeight:{type:Number,default:56},tabVisible:{type:Boolean,default:!0},tabHeight:{type:Number,default:44},fixedHeaderAndTab:{type:Boolean,default:!0},addMainOverflowHidden:{type:Boolean,default:!1},footerVisible:{type:Boolean,default:!0},footerHeight:{type:Number,default:48},fixedFooter:{type:Boolean,default:!0},sidebarVisible:{type:Boolean,default:!0},sidebarWidth:{type:Number,default:200},sidebarCollapsedWidth:{type:Number,default:0},sidebarCollapse:{type:Boolean,default:!1},transitionDuration:{type:Number,default:300},transitionTimingFunction:{type:String,default:"ease-in-out"},collapse:{type:Boolean,default:!1},maskBg:{type:String,default:"rgba(0,0,0,0.3)"}},emits:["update:sidebar-collapse","sidebar-mask-click"],setup(t,{emit:n}){const e=t,s=o.computed(()=>e.useMinWidthLayout?`min-width:${e.minWidth}px;`:""),r=o.computed(()=>e.useMinWidthLayout&&(e.fixedHeaderAndTab||e.fixedFooter)),c=Cs(r),i=o.computed(()=>e.fixedHeaderAndTab?c.value:""),d=o.computed(()=>e.fixedFooter?c.value:""),l=o.computed(()=>{const{transitionDuration:B,transitionTimingFunction:v}=e;return{transitionDuration:B,transitionTimingFunction:v}}),a=o.computed(()=>e.mode==="vertical"),f=o.computed(()=>e.isMobile||a.value?1003:1e3),p=o.computed({get(){return e.sidebarCollapse},set(B){n("update:sidebar-collapse",B)}});function u(){n("sidebar-mask-click")}const m=o.computed(()=>e.isMobile&&!p.value),_=o.computed(()=>{const{transitionDuration:B,transitionTimingFunction:v}=e;return`background-color:${e.maskBg};transition-duration:${B}ms;transition-timing-function:${v};`}),S=o.computed(()=>{const{sidebarWidth:B,sidebarCollapsedWidth:v}=e,A=e.isMobile?0:v,R=p.value?A:B;return e.sidebarVisible?R:0}),x=o.computed(()=>e.isMobile?0:S.value),C=o.computed(()=>a.value?x.value:0),g=o.computed(()=>!e.isMobile&&!a.value&&e.headerVisible?e.headerHeight:0),y=o.computed(()=>{let B=0;return e.fixedHeaderAndTab&&(e.headerVisible&&(B+=e.headerHeight),e.tabVisible&&(B+=e.tabHeight)),B}),k=o.computed(()=>e.fixedFooter&&e.footerVisible?e.footerHeight:0);return(B,v)=>(o.openBlock(),o.createElementBlock("div",{class:"d-layout",style:o.normalizeStyle(s.value)},[t.headerVisible?(o.openBlock(),o.createBlock(qn,o.mergeProps({key:0},l.value,{fixed:t.fixedHeaderAndTab,"z-index":Ts,"min-width":t.minWidth,height:t.headerHeight,"padding-left":C.value,style:i.value}),{default:o.withCtx(()=>[o.renderSlot(B.$slots,"header")]),_:3},16,["fixed","min-width","height","padding-left","style"])):o.createCommentVNode("",!0),t.tabVisible?(o.openBlock(),o.createBlock(Xn,o.mergeProps({key:1},l.value,{fixed:t.fixedHeaderAndTab,"z-index":Es,"min-width":t.minWidth,top:t.headerHeight,height:t.tabHeight,"padding-left":x.value,style:i.value}),{default:o.withCtx(()=>[o.renderSlot(B.$slots,"tab")]),_:3},16,["fixed","min-width","top","height","padding-left","style"])):o.createCommentVNode("",!0),t.sidebarVisible?(o.openBlock(),o.createBlock(Kn,o.mergeProps({key:2},l.value,{"z-index":f.value,width:S.value,"padding-top":g.value}),{default:o.withCtx(()=>[o.renderSlot(B.$slots,"sidebar")]),_:3},16,["z-index","width","padding-top"])):o.createCommentVNode("",!0),m.value?(o.openBlock(),o.createElementBlock("div",{key:3,class:"d-layout-sidebar-mask",style:o.normalizeStyle(_.value),onClick:u},null,4)):o.createCommentVNode("",!0),o.createVNode(Jn,o.mergeProps(l.value,{"padding-top":y.value,"padding-bottom":k.value,"padding-left":x.value,"overflow-hidden":t.addMainOverflowHidden}),{default:o.withCtx(()=>[o.renderSlot(B.$slots,"default")]),_:3},16,["padding-top","padding-bottom","padding-left","overflow-hidden"]),t.footerVisible?(o.openBlock(),o.createBlock(Gn,o.mergeProps({key:4},l.value,{fixed:t.fixedFooter,"z-index":Ns,"min-width":t.minWidth,height:t.footerHeight,"padding-left":x.value,style:d.value}),{default:o.withCtx(()=>[o.renderSlot(B.$slots,"footer")]),_:3},16,["fixed","min-width","height","padding-left","style"])):o.createCommentVNode("",!0)],4))}},Vt={state:o.reactive({theme:"dark"}),getters:{theme(){return Vt.state.theme}},mutations:{setTheme(t){Vt.state.theme=t,document.documentElement.setAttribute("class",t)}},actions:{toggleTheme(){Vt.state.theme=Vt.state.theme==="dark"?"light":"dark",document.documentElement.setAttribute("class",Vt.state.theme)}}},zs={__name:"DConfigProvider",props:{theme:{type:String,default:"dark"}},setup(t){const n=t;return Vt.mutations.setTheme(n.theme),(e,s)=>o.renderSlot(e.$slots,"default")}};/*!
2
2
  * OverlayScrollbars
3
3
  * Version: 2.3.0
4
4
  *
@@ -6,4 +6,4 @@
6
6
  * https://github.com/KingSora
7
7
  *
8
8
  * Released under the MIT license.
9
- */function j(t,n){if(ke(t))for(let e=0;e<t.length&&n(t[e],e,t)!==!1;e++);else t&&j(Object.keys(t),e=>n(t[e],e,t));return t}function it(t,n){const e=Ft(n);if(yt(n)||e){let r=e?"":{};if(t){const c=window.getComputedStyle(t,null);r=e?fo(t,c,n):n.reduce((i,d)=>(i[d]=fo(t,c,d),i),r)}return r}t&&j(ht(n),r=>Xs(t,r,n[r]))}const wt=(t,n)=>{const{o:e,u:s,_:r}=t;let c=e,i;const d=(f,p)=>{const u=c,m=f,_=p||(s?!s(u,m):u!==m);return(_||r)&&(c=m,i=u),[c,_,i]};return[n?f=>d(n(c,i),f):d,f=>[c,!!f,i]]},me=()=>typeof window<"u",Zn=me()&&Node.ELEMENT_NODE,{toString:Os,hasOwnProperty:Ye}=Object.prototype,vt=t=>t===void 0,_e=t=>t===null,Vs=t=>vt(t)||_e(t)?`${t}`:Os.call(t).replace(/^\[object (.+)\]$/,"$1").toLowerCase(),Pt=t=>typeof t=="number",Ft=t=>typeof t=="string",je=t=>typeof t=="boolean",_t=t=>typeof t=="function",yt=t=>Array.isArray(t),he=t=>typeof t=="object"&&!yt(t)&&!_e(t),ke=t=>{const n=!!t&&t.length,e=Pt(n)&&n>-1&&n%1==0;return yt(t)||!_t(t)&&e?n>0&&he(t)?n-1 in t:!0:!1},qe=t=>{if(!t||!he(t)||Vs(t)!=="object")return!1;let n;const e="constructor",s=t[e],r=s&&s.prototype,c=Ye.call(t,e),i=r&&Ye.call(r,"isPrototypeOf");if(s&&!c&&!i)return!1;for(n in t);return vt(n)||Ye.call(t,n)},ge=t=>{const n=HTMLElement;return t?n?t instanceof n:t.nodeType===Zn:!1},xe=t=>{const n=Element;return t?n?t instanceof n:t.nodeType===Zn:!1},Xe=(t,n,e)=>t.indexOf(n,e),G=(t,n,e)=>(!e&&!Ft(n)&&ke(n)?Array.prototype.push.apply(t,n):t.push(n),t),qt=t=>{const n=Array.from,e=[];return n&&t?n(t):(t instanceof Set?t.forEach(s=>{G(e,s)}):j(t,s=>{G(e,s)}),e)},Ge=t=>!!t&&t.length===0,Ct=(t,n,e)=>{j(t,r=>r&&r.apply(void 0,n||[])),!e&&(t.length=0)},$e=(t,n)=>Object.prototype.hasOwnProperty.call(t,n),ht=t=>t?Object.keys(t):[],et=(t,n,e,s,r,c,i)=>{const d=[n,e,s,r,c,i];return(typeof t!="object"||_e(t))&&!_t(t)&&(t={}),j(d,l=>{j(ht(l),a=>{const f=l[a];if(t===f)return!0;const p=yt(f);if(f&&(qe(f)||p)){const u=t[a];let m=u;p&&!yt(u)?m=[]:!p&&!qe(u)&&(m={}),t[a]=et(m,f)}else t[a]=f})}),t},Ke=t=>{for(const n in t)return!1;return!0},Qn=(t,n,e,s)=>{if(vt(s))return e?e[t]:n;e&&(Ft(s)||Pt(s))&&(e[t]=s)},lt=(t,n,e)=>{if(vt(e))return t?t.getAttribute(n):null;t&&t.setAttribute(n,e)},at=(t,n)=>{t&&t.removeAttribute(n)},Xt=(t,n,e,s)=>{if(e){const r=lt(t,n)||"",c=new Set(r.split(" "));c[s?"add":"delete"](e);const i=qt(c).join(" ").trim();lt(t,n,i)}},vs=(t,n,e)=>{const s=lt(t,n)||"";return new Set(s.split(" ")).has(e)},kt=(t,n)=>Qn("scrollLeft",0,t,n),Lt=(t,n)=>Qn("scrollTop",0,t,n),Je=me()&&Element.prototype,to=(t,n)=>{const e=[],s=n?xe(n)?n:null:document;return s?G(e,s.querySelectorAll(t)):e},Ls=(t,n)=>{const e=n?xe(n)?n:null:document;return e?e.querySelector(t):null},Be=(t,n)=>xe(t)?(Je.matches||Je.msMatchesSelector).call(t,n):!1,Ze=t=>t?qt(t.childNodes):[],At=t=>t?t.parentElement:null,oe=(t,n)=>{if(xe(t)){const e=Je.closest;if(e)return e.call(t,n);do{if(Be(t,n))return t;t=At(t)}while(t)}return null},As=(t,n,e)=>{const s=t&&oe(t,n),r=t&&Ls(e,s),c=oe(r,n)===s;return s&&r?s===t||r===t||c&&oe(oe(t,e),n)!==s:!1},Qe=(t,n,e)=>{if(e&&t){let s=n,r;ke(e)?(r=document.createDocumentFragment(),j(e,c=>{c===s&&(s=c.previousSibling),r.appendChild(c)})):r=e,n&&(s?s!==n&&(s=s.nextSibling):s=t.firstChild),t.insertBefore(r,s||null)}},bt=(t,n)=>{Qe(t,null,n)},Hs=(t,n)=>{Qe(At(t),t,n)},eo=(t,n)=>{Qe(At(t),t&&t.nextSibling,n)},Tt=t=>{if(ke(t))j(qt(t),n=>Tt(n));else if(t){const n=At(t);n&&n.removeChild(t)}},Gt=t=>{const n=document.createElement("div");return t&&lt(n,"class",t),n},no=t=>{const n=Gt();return n.innerHTML=t.trim(),j(Ze(n),e=>Tt(e))},tn=t=>t.charAt(0).toUpperCase()+t.slice(1),Ms=()=>Gt().style,Ps=["-webkit-","-moz-","-o-","-ms-"],Fs=["WebKit","Moz","O","MS","webkit","moz","o","ms"],en={},nn={},Rs=t=>{let n=nn[t];if($e(nn,t))return n;const e=tn(t),s=Ms();return j(Ps,r=>{const c=r.replace(/-/g,"");return!(n=[t,r+t,c+e,tn(c)+e].find(d=>s[d]!==void 0))}),nn[t]=n||""},se=t=>{if(me()){let n=en[t]||window[t];return $e(en,t)||(j(Fs,e=>(n=n||window[e+tn(t)],!n)),en[t]=n),n}},Ws=se("MutationObserver"),oo=se("IntersectionObserver"),re=se("ResizeObserver"),so=se("cancelAnimationFrame"),ro=se("requestAnimationFrame"),on=se("ScrollTimeline"),De=me()&&window.setTimeout,sn=me()&&window.clearTimeout,Us=/[^\x20\t\r\n\f]+/g,co=(t,n,e)=>{const s=t&&t.classList;let r,c=0,i=!1;if(s&&n&&Ft(n)){const d=n.match(Us)||[];for(i=d.length>0;r=d[c++];)i=!!e(s,r)&&i}return i},rn=(t,n)=>{co(t,n,(e,s)=>e.remove(s))},Ht=(t,n)=>(co(t,n,(e,s)=>e.add(s)),rn.bind(0,t,n)),Ce=(t,n,e,s)=>{if(t&&n){let r=!0;return j(e,c=>{const i=s?s(t[c]):t[c],d=s?s(n[c]):n[c];i!==d&&(r=!1)}),r}return!1},io=(t,n)=>Ce(t,n,["w","h"]),lo=(t,n)=>Ce(t,n,["x","y"]),Ys=(t,n)=>Ce(t,n,["t","r","b","l"]),ao=(t,n,e)=>Ce(t,n,["width","height"],e&&(s=>Math.round(s))),gt=()=>{},Kt=t=>{let n;const e=t?De:ro,s=t?sn:so;return[r=>{s(n),n=e(r,_t(t)?t():t)},()=>s(n)]},cn=(t,n)=>{let e,s,r,c=gt;const{g:i,v:d,p:l}=n||{},a=function(_){c(),sn(e),e=s=void 0,c=gt,t.apply(this,_)},f=m=>l&&s?l(s,m):m,p=()=>{c!==gt&&a(f(r)||r)},u=function(){const _=qt(arguments),S=_t(i)?i():i;if(Pt(S)&&S>=0){const C=_t(d)?d():d,g=Pt(C)&&C>=0,y=S>0?De:ro,k=S>0?sn:so,L=f(_)||_,A=a.bind(0,L);c();const R=y(A,S);c=()=>k(R),g&&!e&&(e=De(p,C)),s=r=L}else a(_)};return u.m=p,u},js={opacity:1,zIndex:1},Te=(t,n)=>{const e=t||"",s=n?parseFloat(e):parseInt(e,10);return s===s?s:0},qs=(t,n)=>!js[t]&&Pt(n)?`${n}px`:n,fo=(t,n,e)=>String((n!=null?n[e]||n.getPropertyValue(e):t.style[e])||""),Xs=(t,n,e)=>{try{const{style:s}=t;vt(s[n])?s.setProperty(n,e):s[n]=qs(n,e)}catch{}},ye=t=>it(t,"direction")==="rtl",uo=(t,n,e)=>{const s=n?`${n}-`:"",r=e?`-${e}`:"",c=`${s}top${r}`,i=`${s}right${r}`,d=`${s}bottom${r}`,l=`${s}left${r}`,a=it(t,[c,i,d,l]);return{t:Te(a[c],!0),r:Te(a[i],!0),b:Te(a[d],!0),l:Te(a[l],!0)}},ce=(t,n)=>`translate${yt(t)?`(${t[0]},${t[1]})`:`${n?"X":"Y"}(${t})`}`,{round:po}=Math,ln={w:0,h:0},be=t=>t?{w:t.offsetWidth,h:t.offsetHeight}:ln,Ee=t=>t?{w:t.clientWidth,h:t.clientHeight}:ln,Ne=t=>t?{w:t.scrollWidth,h:t.scrollHeight}:ln,Ie=t=>{const n=parseFloat(it(t,"height"))||0,e=parseFloat(it(t,"width"))||0;return{w:e-po(e),h:n-po(n)}},Et=t=>t.getBoundingClientRect(),ie=t=>!!(t&&(t.height||t.width));let ze;const Gs=()=>{if(vt(ze)){ze=!1;try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get(){ze=!0}}))}catch{}}return ze},mo=t=>t.split(" "),Ks=(t,n,e,s)=>{j(mo(n),r=>{t.removeEventListener(r,e,s)})},nt=(t,n,e,s)=>{var r;const c=Gs(),i=(r=c&&s&&s.S)!=null?r:c,d=s&&s.$||!1,l=s&&s.C||!1,a=[],f=c?{passive:i,capture:d}:d;return j(mo(n),p=>{const u=l?m=>{t.removeEventListener(p,u,d),e&&e(m)}:e;G(a,Ks.bind(null,t,p,u,d)),t.addEventListener(p,u,f)}),Ct.bind(0,a)},ho=t=>t.stopPropagation(),go=t=>t.preventDefault(),Js={x:0,y:0},an=t=>{const n=t?Et(t):0;return n?{x:n.left+window.pageYOffset,y:n.top+window.pageXOffset}:Js},yo=(t,n)=>{j(yt(n)?n:[n],t)},dn=t=>{const n=new Map,e=(c,i)=>{if(c){const d=n.get(c);yo(l=>{d&&d[l?"delete":"clear"](l)},i)}else n.forEach(d=>{d.clear()}),n.clear()},s=(c,i)=>{if(Ft(c)){const a=n.get(c)||new Set;return n.set(c,a),yo(f=>{_t(f)&&a.add(f)},i),e.bind(0,c,i)}je(i)&&i&&e();const d=ht(c),l=[];return j(d,a=>{const f=c[a];f&&G(l,s(a,f))}),Ct.bind(0,l)},r=(c,i)=>{const d=n.get(c);j(qt(d),l=>{i&&!Ge(i)?l.apply(0,i):l()})};return s(t||{}),[s,e,r]},bo=t=>JSON.stringify(t,(n,e)=>{if(_t(e))throw new Error;return e}),Zs={paddingAbsolute:!1,showNativeOverlaidScrollbars:!1,update:{elementEvents:[["img","load"]],debounce:[0,33],attributes:null,ignoreMutation:null},overflow:{x:"scroll",y:"scroll"},scrollbars:{theme:"os-theme-dark",visibility:"auto",autoHide:"never",autoHideDelay:1300,autoHideSuspend:!1,dragScroll:!0,clickScroll:!1,pointers:["mouse","touch","pen"]}},So=(t,n)=>{const e={},s=ht(n).concat(ht(t));return j(s,r=>{const c=t[r],i=n[r];if(he(c)&&he(i))et(e[r]={},So(c,i)),Ke(e[r])&&delete e[r];else if($e(n,r)&&i!==c){let d=!0;if(yt(c)||yt(i))try{bo(c)===bo(i)&&(d=!1)}catch{}d&&(e[r]=i)}}),e},Se="data-overlayscrollbars",wo="os-environment",_o=`${wo}-flexbox-glue`,Qs=`${_o}-max`,ko="os-scrollbar-hidden",fn=`${Se}-initialize`,xt=Se,xo=`${xt}-overflow-x`,$o=`${xt}-overflow-y`,le="overflowVisible",tr="scrollbarHidden",Bo="scrollbarPressed",Oe="updating",Rt=`${Se}-viewport`,un="arrange",Do="scrollbarHidden",ae=le,pn=`${Se}-padding`,er=ae,Co=`${Se}-content`,mn="os-size-observer",nr=`${mn}-appear`,or=`${mn}-listener`,sr="os-trinsic-observer",rr="os-no-css-vars",cr="os-theme-none",dt="os-scrollbar",ir=`${dt}-rtl`,lr=`${dt}-horizontal`,ar=`${dt}-vertical`,To=`${dt}-track`,hn=`${dt}-handle`,dr=`${dt}-visible`,fr=`${dt}-cornerless`,Eo=`${dt}-transitionless`,No=`${dt}-interaction`,Io=`${dt}-unusable`,gn=`${dt}-auto-hide`,zo=`${gn}-hidden`,Oo=`${dt}-wheel`,ur=`${To}-interactive`,pr=`${hn}-interactive`,Vo={},Jt=()=>Vo,mr=t=>{const n=[];return j(yt(t)?t:[t],e=>{const s=ht(e);j(s,r=>{G(n,Vo[r]=e[r])})}),n},hr="__osOptionsValidationPlugin",gr="__osSizeObserverPlugin",yn="__osScrollbarsHidingPlugin",yr="__osClickScrollPlugin";let bn;const vo=(t,n,e,s)=>{bt(t,n);const r=Ee(n),c=be(n),i=Ie(e);return s&&Tt(n),{x:c.h-r.h+i.h,y:c.w-r.w+i.w}},br=t=>{let n=!1;const e=Ht(t,ko);try{n=it(t,Rs("scrollbar-width"))==="none"||window.getComputedStyle(t,"::-webkit-scrollbar").getPropertyValue("display")==="none"}catch{}return e(),n},Sr=(t,n)=>{const e="hidden";it(t,{overflowX:e,overflowY:e,direction:"rtl"}),kt(t,0);const s=an(t),r=an(n);kt(t,-999);const c=an(n);return{i:s.x===r.x,n:r.x!==c.x}},wr=(t,n)=>{const e=Ht(t,_o),s=Et(t),r=Et(n),c=ao(r,s,!0),i=Ht(t,Qs),d=Et(t),l=Et(n),a=ao(l,d,!0);return e(),i(),c&&a},_r=()=>{const{body:t}=document,e=no(`<div class="${wo}"><div></div></div>`)[0],s=e.firstChild,[r,,c]=dn(),[i,d]=wt({o:vo(t,e,s),u:lo},vo.bind(0,t,e,s,!0)),[l]=d(),a=br(e),f={x:l.x===0,y:l.y===0},p={elements:{host:null,padding:!a,viewport:g=>a&&g===g.ownerDocument.body&&g,content:!1},scrollbars:{slot:!0},cancel:{nativeScrollbarsOverlaid:!1,body:null}},u=et({},Zs),m=et.bind(0,{},u),_=et.bind(0,{},p),S={k:l,I:f,A:a,H:it(e,"zIndex")==="-1",B:!!on,V:Sr(e,s),Y:wr(e,s),j:r.bind(0,"z"),N:r.bind(0,"r"),q:_,F:g=>et(p,g)&&_(),G:m,X:g=>et(u,g)&&m(),U:et({},p),W:et({},u)},x=window.addEventListener,C=cn(g=>c(g?"z":"r"),{g:33,v:99});if(at(e,"style"),Tt(e),x("resize",C.bind(0,!1)),!a&&(!f.x||!f.y)){let g;x("resize",()=>{const y=Jt()[yn];g=g||y&&y.R(),g&&g(S,i,C.bind(0,!0))})}return S},ft=()=>(bn||(bn=_r()),bn),Sn=(t,n)=>_t(n)?n.apply(0,t):n,kr=(t,n,e,s)=>{const r=vt(s)?e:s;return Sn(t,r)||n.apply(0,t)},Lo=(t,n,e,s)=>{const r=vt(s)?e:s,c=Sn(t,r);return!!c&&(ge(c)?c:n.apply(0,t))},xr=(t,n,e)=>{const{nativeScrollbarsOverlaid:s,body:r}=e||{},{I:c,A:i}=ft(),{nativeScrollbarsOverlaid:d,body:l}=n,a=s??d,f=vt(r)?l:r,p=(c.x||c.y)&&a,u=t&&(_e(f)?!i:f);return!!p||!!u},wn=new WeakMap,$r=(t,n)=>{wn.set(t,n)},Br=t=>{wn.delete(t)},Ao=t=>wn.get(t),Ho=(t,n)=>t?n.split(".").reduce((e,s)=>e&&$e(e,s)?e[s]:void 0,t):void 0,_n=(t,n,e)=>s=>[Ho(t,s),e||Ho(n,s)!==void 0],Mo=t=>{let n=t;return[()=>n,e=>{n=et({},n,e)}]},Ve="tabindex",ve=Gt.bind(0,""),kn=t=>{bt(At(t),Ze(t)),Tt(t)},Dr=t=>{const n=ft(),{q:e,A:s}=n,r=Jt()[yn],c=r&&r.T,{elements:i}=e(),{host:d,padding:l,viewport:a,content:f}=i,p=ge(t),u=p?{}:t,{elements:m}=u,{host:_,padding:S,viewport:x,content:C}=m||{},g=p?t:u.target,y=Be(g,"textarea"),k=g.ownerDocument,B=k.documentElement,L=g===k.body,A=k.defaultView,R=kr.bind(0,[g]),W=Lo.bind(0,[g]),K=Sn.bind(0,[g]),b=R.bind(0,ve,a),z=W.bind(0,ve,f),h=b(x),w=h===g,$=w&&L,T=!w&&z(C),H=!w&&ge(h)&&h===T,V=H&&!!K(f),N=V?b():h,E=V?T:z(),U=$?B:H?N:h,q=y?R(ve,d,_):g,D=$?U:q,I=H?E:T,O=k.activeElement,Y=!w&&A.top===A&&O===g,P={Z:g,J:D,K:U,tt:!w&&W(ve,l,S),nt:I,ot:!w&&!s&&c&&c(n),st:$?B:U,et:$?k:U,ct:A,rt:k,lt:y,it:L,ut:p,ft:w,dt:H,_t:(st,ut)=>vs(U,w?xt:Rt,w?ut:st),ht:(st,ut,pt)=>Xt(U,w?xt:Rt,w?ut:st,pt)},J=ht(P).reduce((st,ut)=>{const pt=P[ut];return G(st,pt&&ge(pt)&&!At(pt)?pt:!1)},[]),Q=st=>st?Xe(J,st)>-1:null,{Z:tt,J:ot,tt:Z,K:X,nt:rt,ot:$t}=P,St=[()=>{at(ot,xt),at(ot,fn),at(tt,fn),L&&(at(B,xt),at(B,fn))}],Yt=y&&Q(ot);let Qt=y?tt:Ze([rt,X,Z,ot,tt].find(st=>Q(st)===!1));const de=$?tt:rt||X;return[P,()=>{lt(ot,xt,w?"viewport":"host"),lt(Z,pn,""),lt(rt,Co,""),w||lt(X,Rt,"");const st=L&&!w?Ht(At(g),ko):gt;if(Yt&&(eo(tt,ot),G(St,()=>{eo(ot,tt),Tt(ot)})),bt(de,Qt),bt(ot,Z),bt(Z||ot,!w&&X),bt(X,rt),G(St,()=>{st(),at(Z,pn),at(rt,Co),at(X,xo),at(X,$o),at(X,Rt),Q(rt)&&kn(rt),Q(X)&&kn(X),Q(Z)&&kn(Z)}),s&&!w&&(Xt(X,Rt,Do,!0),G(St,at.bind(0,X,Rt))),$t&&(Hs(X,$t),G(St,Tt.bind(0,$t))),Y){const ut=lt(X,Ve);lt(X,Ve,"-1"),X.focus();const pt=()=>ut?lt(X,Ve,ut):at(X,Ve),Bt=nt(k,"pointerdown keydown",()=>{pt(),Bt()});G(St,[pt,Bt])}else O&&O.focus&&O.focus();Qt=0},Ct.bind(0,St)]},Cr=(t,n)=>{const{nt:e}=t,[s]=n;return r=>{const{Y:c}=ft(),{gt:i}=s(),{vt:d}=r,l=(e||!c)&&d;return l&&it(e,{height:i?"":"100%"}),{wt:l,bt:l}}},Tr=(t,n)=>{const[e,s]=n,{J:r,tt:c,K:i,ft:d}=t,[l,a]=wt({u:Ys,o:uo()},uo.bind(0,r,"padding",""));return(f,p,u)=>{let[m,_]=a(u);const{A:S,Y:x}=ft(),{yt:C}=e(),{wt:g,bt:y,St:k}=f,[B,L]=p("paddingAbsolute");(g||_||!x&&y)&&([m,_]=l(u));const R=!d&&(L||k||_);if(R){const W=!B||!c&&!S,K=m.r+m.l,b=m.t+m.b,z={marginRight:W&&!C?-K:0,marginBottom:W?-b:0,marginLeft:W&&C?-K:0,top:W?-m.t:0,right:W?C?-m.r:"auto":0,left:W?C?"auto":-m.l:0,width:W?`calc(100% + ${K}px)`:""},h={paddingTop:W?m.t:0,paddingRight:W?m.r:0,paddingBottom:W?m.b:0,paddingLeft:W?m.l:0};it(c||i,z),it(i,h),s({tt:m,$t:!W,P:c?h:et({},z,h)})}return{xt:R}}},{max:xn}=Math,Wt=xn.bind(0,0),Po="visible",Fo="hidden",Er=42,Le={u:io,o:{w:0,h:0}},Nr={u:lo,o:{x:Fo,y:Fo}},Ir=(t,n)=>{const e=window.devicePixelRatio%1!==0?1:0,s={w:Wt(t.w-n.w),h:Wt(t.h-n.h)};return{w:s.w>e?s.w:0,h:s.h>e?s.h:0}},Ae=t=>t.indexOf(Po)===0,zr=(t,n)=>{const[e,s]=n,{J:r,tt:c,K:i,ot:d,ft:l,ht:a,it:f,ct:p}=t,{k:u,Y:m,A:_,I:S}=ft(),x=Jt()[yn],C=!l&&!_&&(S.x||S.y),g=f&&l,[y,k]=wt(Le,Ie.bind(0,i)),[B,L]=wt(Le,Ne.bind(0,i)),[A,R]=wt(Le),[W,K]=wt(Le),[b]=wt(Nr),z=(V,N)=>{if(it(i,{height:""}),N){const{$t:E,tt:M}=e(),{Ct:U,M:q}=V,D=Ie(r),I=Ee(r),O=it(i,"boxSizing")==="content-box",Y=E||O?M.b+M.t:0,P=!(S.x&&O);it(i,{height:I.h+D.h+(U.x&&P?q.x:0)-Y})}},h=(V,N)=>{const E=!_&&!V?Er:0,M=(Q,tt,ot)=>{const Z=it(i,Q),rt=(N?N[Q]:Z)==="scroll";return[Z,rt,rt&&!_?tt?E:ot:0,tt&&!!E]},[U,q,D,I]=M("overflowX",S.x,u.x),[O,Y,P,J]=M("overflowY",S.y,u.y);return{Ot:{x:U,y:O},Ct:{x:q,y:Y},M:{x:D,y:P},D:{x:I,y:J}}},w=(V,N,E,M)=>{const U=(Y,P)=>{const J=Ae(Y),Q=P&&J&&Y.replace(`${Po}-`,"")||"";return[P&&!J?Y:"",Ae(Q)?"hidden":Q]},[q,D]=U(E.x,N.x),[I,O]=U(E.y,N.y);return M.overflowX=D&&I?D:q,M.overflowY=O&&q?O:I,h(V,M)},$=(V,N,E,M)=>{const{M:U,D:q}=V,{x:D,y:I}=q,{x:O,y:Y}=U,{P}=e(),J=N?"marginLeft":"marginRight",Q=N?"paddingLeft":"paddingRight",tt=P[J],ot=P.marginBottom,Z=P[Q],X=P.paddingBottom;M.width=`calc(100% + ${Y+-1*tt}px)`,M[J]=-Y+tt,M.marginBottom=-O+ot,E&&(M[Q]=Z+(I?Y:0),M.paddingBottom=X+(D?O:0))},[T,H]=x?x.L(C,m,i,d,e,h,$):[()=>C,()=>[gt]];return(V,N,E)=>{const{wt:M,Tt:U,bt:q,xt:D,vt:I,St:O}=V,{gt:Y,yt:P}=e(),[J,Q]=N("showNativeOverlaidScrollbars"),[tt,ot]=N("overflow"),Z=J&&S.x&&S.y,X=!l&&!m&&(M||q||U||Q||I),rt=Ae(tt.x),$t=Ae(tt.y),St=rt||$t;let Yt=k(E),Qt=L(E),de=R(E),fe=K(E),st;if(Q&&_&&a(Do,tr,!Z),X&&(st=h(Z),z(st,Y)),M||D||q||O||Q){St&&a(ae,le,!1);const[Mt,jt]=H(Z,P,st),[It,Re]=Yt=y(E),[zt,we]=Qt=B(E),te=Ee(i);let Hn=zt,Mn=te;Mt(),(we||Re||Q)&&jt&&!Z&&T(jt,zt,It,P)&&(Mn=Ee(i),Hn=Ne(i));const Wc={w:Wt(xn(zt.w,Hn.w)+It.w),h:Wt(xn(zt.h,Hn.h)+It.h)},ls={w:Wt((g?p.innerWidth:Mn.w+Wt(te.w-zt.w))+It.w),h:Wt((g?p.innerHeight+It.h:Mn.h+Wt(te.h-zt.h))+It.h)};fe=W(ls),de=A(Ir(Wc,ls),E)}const[ut,pt]=fe,[Bt,Me]=de,[On,Vn]=Qt,[vn,Ln]=Yt,Nt={x:Bt.w>0,y:Bt.h>0},Pe=rt&&$t&&(Nt.x||Nt.y)||rt&&Nt.x&&!Nt.y||$t&&Nt.y&&!Nt.x;if(D||O||Ln||Vn||pt||Me||ot||Q||X){const Mt={marginRight:0,marginBottom:0,marginLeft:0,width:"",overflowY:"",overflowX:""},jt=w(Z,Nt,tt,Mt),It=T(jt,On,vn,P);l||$(jt,P,It,Mt),X&&z(jt,Y),l?(lt(r,xo,Mt.overflowX),lt(r,$o,Mt.overflowY)):it(i,Mt)}Xt(r,xt,le,Pe),Xt(c,pn,er,Pe),l||Xt(i,Rt,ae,St);const[An,Fe]=b(h(Z).Ot);return s({Ot:An,zt:{x:ut.w,y:ut.h},Et:{x:Bt.w,y:Bt.h},At:Nt}),{It:Fe,Ht:pt,Lt:Me}}},Ro=(t,n,e)=>{const s={},r=n||{},c=ht(t).concat(ht(r));return j(c,i=>{const d=t[i],l=r[i];s[i]=!!(e||d||l)}),s},Or=(t,n)=>{const{Z:e,K:s,ht:r,ft:c}=t,{A:i,I:d,Y:l}=ft(),a=!i&&(d.x||d.y),f=[Cr(t,n),Tr(t,n),zr(t,n)];return(p,u,m)=>{const _=Ro(et({wt:!1,xt:!1,St:!1,vt:!1,Ht:!1,Lt:!1,It:!1,Tt:!1,bt:!1,Pt:!1},u),{},m),S=a||!l,x=S&&kt(s),C=S&&Lt(s);r("",Oe,!0);let g=_;return j(f,y=>{g=Ro(g,y(g,p,!!m)||{},m)}),kt(s,x),Lt(s,C),r("",Oe),c||(kt(e,0),Lt(e,0)),g}},Vr=(t,n,e)=>{let s,r=!1;const c=()=>{r=!0},i=d=>{if(e){const l=e.reduce((a,f)=>{if(f){const[p,u]=f,m=u&&p&&(d?d(p):to(p,t));m&&m.length&&u&&Ft(u)&&G(a,[m,u.trim()],!0)}return a},[]);j(l,a=>j(a[0],f=>{const p=a[1],u=s.get(f)||[];if(t.contains(f)){const _=nt(f,p,S=>{r?(_(),s.delete(f)):n(S)});s.set(f,G(u,_))}else Ct(u),s.delete(f)}))}};return e&&(s=new WeakMap,i()),[c,i]},Wo=(t,n,e,s)=>{let r=!1;const{Mt:c,Dt:i,Rt:d,kt:l,Bt:a,Vt:f}=s||{},p=cn(()=>{r&&e(!0)},{g:33,v:99}),[u,m]=Vr(t,p,d),_=c||[],S=i||[],x=_.concat(S),C=(y,k)=>{const B=a||gt,L=f||gt,A=new Set,R=new Set;let W=!1,K=!1;if(j(y,b=>{const{attributeName:z,target:h,type:w,oldValue:$,addedNodes:T,removedNodes:H}=b,V=w==="attributes",N=w==="childList",E=t===h,M=V&&Ft(z)?lt(h,z):0,U=M!==0&&$!==M,q=Xe(S,z)>-1&&U;if(n&&(N||!E)){const D=!V,I=V&&U,O=I&&l&&Be(h,l),P=(O?!B(h,z,$,M):D||I)&&!L(b,!!O,t,s);j(T,J=>A.add(J)),j(H,J=>A.add(J)),K=K||P}!n&&E&&U&&!B(h,z,$,M)&&(R.add(z),W=W||q)}),A.size>0&&m(b=>qt(A).reduce((z,h)=>(G(z,to(b,h)),Be(h,b)?G(z,h):z),[])),n)return!k&&K&&e(!1),[!1];if(R.size>0||W){const b=[qt(R),W];return!k&&e.apply(0,b),b}},g=new Ws(y=>C(y));return g.observe(t,{attributes:!0,attributeOldValue:!0,attributeFilter:x,subtree:n,childList:n,characterData:n}),r=!0,[()=>{r&&(u(),g.disconnect(),r=!1)},()=>{if(r){p.m();const y=g.takeRecords();return!Ge(y)&&C(y,!0)}}]},He=3333333,Uo=(t,n,e)=>{const{Yt:s=!1,Pt:r=!1}=e||{},c=Jt()[gr],{V:i}=ft(),l=no(`<div class="${mn}"><div class="${or}"></div></div>`)[0],a=l.firstChild,f=ye.bind(0,t),[p]=wt({o:void 0,_:!0,u:(S,x)=>!(!S||!ie(S)&&ie(x))}),u=S=>{const x=yt(S)&&S.length>0&&he(S[0]),C=!x&&je(S[0]);let g=!1,y=!1,k=!0;if(x){const[B,,L]=p(S.pop().contentRect),A=ie(B),R=ie(L);g=!L&&!!R||!A,y=!R&&A,k=!g}else C?[,k]=S:y=S===!0;if(s&&k){const B=C?S[0]:ye(l);kt(l,B?i.n?-He:i.i?0:He:He),Lt(l,He)}g||n({wt:!C,jt:C?S:void 0,Pt:!!y})},m=[];let _=r?u:!1;return[()=>{Ct(m),Tt(l)},()=>{if(re){const S=new re(u);S.observe(a),G(m,()=>{S.disconnect()})}else if(c){const[S,x]=c.O(a,u,r);_=S,G(m,x)}if(s){const[S]=wt({o:void 0},f);G(m,nt(l,"scroll",x=>{const C=S(),[g,y,k]=C;y&&(rn(a,"ltr rtl"),g?Ht(a,"rtl"):Ht(a,"ltr"),u([!!g,y,k])),ho(x)}))}_&&(Ht(l,nr),G(m,nt(l,"animationstart",_,{C:!!re}))),(re||c)&&bt(t,l)}]},vr=t=>t.h===0||t.isIntersecting||t.intersectionRatio>0,Lr=(t,n)=>{let e;const s=Gt(sr),r=[],[c]=wt({o:!1}),i=(l,a)=>{if(l){const f=c(vr(l)),[,p]=f;if(p)return!a&&n(f),[f]}},d=(l,a)=>{if(l&&l.length>0)return i(l.pop(),a)};return[()=>{Ct(r),Tt(s)},()=>{if(oo)e=new oo(l=>d(l),{root:t}),e.observe(s),G(r,()=>{e.disconnect()});else{const l=()=>{const p=be(s);i(p)},[a,f]=Uo(s,l);G(r,a),f(),l()}bt(t,s)},()=>{if(e)return d(e.takeRecords(),!0)}]},Yo=`[${xt}]`,Ar=`[${Rt}]`,$n=["tabindex"],jo=["wrap","cols","rows"],Bn=["id","class","style","open"],Hr=(t,n,e)=>{let s,r,c;const{J:i,K:d,nt:l,lt:a,ft:f,_t:p,ht:u}=t,{Y:m}=ft(),[_]=wt({u:io,o:{w:0,h:0}},()=>{const $=p(ae,le),T=p(un,""),H=T&&kt(d),V=T&&Lt(d);u(ae,le),u(un,""),u("",Oe,!0);const N=Ne(l),E=Ne(d),M=Ie(d);return u(ae,le,$),u(un,"",T),u("",Oe),kt(d,H),Lt(d,V),{w:E.w+N.w+M.w,h:E.h+N.h+M.h}}),S=a?jo:Bn.concat(jo),x=cn(e,{g:()=>s,v:()=>r,p($,T){const[H]=$,[V]=T;return[ht(H).concat(ht(V)).reduce((N,E)=>(N[E]=H[E]||V[E],N),{})]}}),C=$=>{j($||$n,T=>{if(Xe($n,T)>-1){const H=lt(i,T);Ft(H)?lt(d,T,H):at(d,T)}})},g=($,T)=>{const[H,V]=$,N={vt:V};return n({gt:H}),!T&&e(N),N},y=({wt:$,jt:T,Pt:H})=>{const V=!$||H?e:x;let N=!1;if(T){const[E,M]=T;N=M,n({yt:E})}V({wt:$,Pt:H,St:N})},k=($,T)=>{const[,H]=_(),V={bt:H};return H&&!T&&($?e:x)(V),V},B=($,T,H)=>{const V={Tt:T};return T?!H&&x(V):f||C($),V},[L,A,R]=l||!m?Lr(i,g):[gt,gt,gt],[W,K]=f?[gt,gt]:Uo(i,y,{Pt:!0,Yt:!0}),[b,z]=Wo(i,!1,B,{Dt:Bn,Mt:Bn.concat($n)});let h;const w=f&&re&&new re($=>{const T=$[$.length-1].contentRect,H=ie(T),N=!ie(h)&&H;y({wt:!0,Pt:N}),h=T});return[()=>{L(),W(),c&&c[0](),w&&w.disconnect(),b()},()=>{w&&w.observe(i),C(),K(),A()},()=>{const $={},T=z(),H=R(),V=c&&c[1]();return T&&et($,B.apply(0,G(T,!0))),H&&et($,g.apply(0,G(H,!0))),V&&et($,k.apply(0,G(V,!0))),$},$=>{const[T]=$("update.ignoreMutation"),[H,V]=$("update.attributes"),[N,E]=$("update.elementEvents"),[M,U]=$("update.debounce"),q=E||V,D=I=>_t(T)&&T(I);if(q&&(c&&(c[1](),c[0]()),c=Wo(l||d,!0,k,{Mt:S.concat(H||[]),Rt:N,kt:Yo,Vt:(I,O)=>{const{target:Y,attributeName:P}=I;return(!O&&P&&!f?As(Y,Yo,Ar):!1)||!!oe(Y,`.${dt}`)||!!D(I)}})),U)if(x.m(),yt(M)){const I=M[0],O=M[1];s=Pt(I)&&I,r=Pt(O)&&O}else Pt(M)?(s=M,r=!1):(s=!1,r=!1)}]},qo={x:0,y:0},Mr=t=>({tt:{t:0,r:0,b:0,l:0},$t:!1,P:{marginRight:0,marginBottom:0,marginLeft:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0},zt:qo,Et:qo,Ot:{x:"hidden",y:"hidden"},At:{x:!1,y:!1},gt:!1,yt:ye(t.J)}),Pr=(t,n)=>{const e=_n(n,{}),[s,r,c]=dn(),[i,d,l]=Dr(t),a=Mo(Mr(i)),[f,p]=a,u=Or(i,a),m=(y,k,B)=>{const A=ht(y).some(R=>!!y[R])||!Ke(k)||B;return A&&c("u",[y,k,B]),A},[_,S,x,C]=Hr(i,p,y=>m(u(e,y),{},!1)),g=f.bind(0);return g.Nt=y=>s("u",y),g.qt=()=>{const{Z:y,K:k,rt:B,it:L}=i,A=L?B.documentElement:y,R=kt(A),W=Lt(A);S(),d(),kt(k,R),Lt(k,W)},g.Ft=i,[(y,k)=>{const B=_n(n,y,k);return C(B),m(u(B,x(),k),y,!!k)},g,()=>{r(),_(),l()}]},{round:Xo}=Math,Fr=t=>{const{width:n,height:e}=Et(t),{w:s,h:r}=be(t);return{x:Xo(n)/s||1,y:Xo(e)/r||1}},Rr=(t,n,e)=>{const s=n.scrollbars,{button:r,isPrimary:c,pointerType:i}=t,{pointers:d}=s;return r===0&&c&&s[e?"dragScroll":"clickScroll"]&&(d||[]).includes(i)},Go="pointerup pointerleave pointercancel lostpointercapture",Wr=t=>({transform:[ce("0%",t),ce("-100%",t)],[t?"left":"top"]:["0%","100%"]}),Ur=(t,n)=>nt(t,"mousedown",nt.bind(0,n,"click",ho,{C:!0,$:!0}),{$:!0}),Yr=(t,n,e,s,r,c,i)=>{const{V:d}=ft(),{Gt:l,Xt:a,Ut:f}=s,p=`scroll${i?"Left":"Top"}`,u=`client${i?"X":"Y"}`,m=i?"width":"height",_=i?"left":"top",S=i?"w":"h",x=i?"x":"y",C=(g,y)=>k=>{const{Et:B}=c(),L=be(a)[S]-be(l)[S],R=y*k/L*B[x],K=ye(f)&&i?d.n||d.i?1:-1:1;r[p]=g+R*K};return nt(a,"pointerdown",g=>{const y=oe(g.target,`.${hn}`)===l,k=y?l:a;if(Xt(n,xt,Bo,!0),Rr(g,t,y)){const B=!y&&g.shiftKey,L=()=>Et(l),A=()=>Et(a),R=(N,E)=>(N||L())[_]-(E||A())[_],W=C(r[p]||0,1/Fr(r)[x]),K=g[u],b=L(),z=A(),h=b[m],w=R(b,z)+h/2,$=K-z[_],T=y?0:$-w,H=N=>{Ct(V),k.releasePointerCapture(N.pointerId)},V=[Xt.bind(0,n,xt,Bo),nt(e,Go,H),nt(e,"selectstart",N=>go(N),{S:!1}),nt(a,Go,H),nt(a,"pointermove",N=>{const E=N[u]-K;(y||B)&&W(T+E)})];if(B)W(T);else if(!y){const N=Jt()[yr];N&&G(V,N.O(W,R,T,h,$))}k.setPointerCapture(g.pointerId)}})},jr=({Gt:t},n,e)=>{if(!n)return gt;const s=t.animate(Wr(e),{timeline:n});return()=>{s.cancel()}},qr=(t,n)=>(e,s,r,c,i,d,l)=>{const{Ut:a}=e,[f,p]=Kt(333),u=!!i.scrollBy;let m=!0;return Ct.bind(0,[nt(a,"pointerenter",()=>{s(No,!0)}),nt(a,"pointerleave pointercancel",()=>{s(No)}),nt(a,"wheel",_=>{const{deltaX:S,deltaY:x,deltaMode:C}=_;u&&m&&C===0&&At(a)===c&&i.scrollBy({left:S,top:x,behavior:"smooth"}),m=!1,s(Oo,!0),f(()=>{m=!0,s(Oo)}),go(_)},{S:!1,$:!0}),Ur(a,r),Yr(t,c,r,e,i,n,l),jr(e,d,l),p])},{min:Dn,max:Ko,abs:Xr,round:Gr}=Math,Jo=(t,n,e,s)=>{if(s){const d=e?"x":"y",{Et:l,zt:a}=s,f=a[d],p=l[d];return Ko(0,Dn(1,f/(f+p)))}const r=e?"width":"height",c=Et(t)[r],i=Et(n)[r];return Ko(0,Dn(1,c/i))},Kr=(t,n,e,s,r,c)=>{const{V:i}=ft(),d=c?"x":"y",l=c?"Left":"Top",{Et:a}=s,f=Gr(a[d]),p=Xr(e[`scroll${l}`]),u=c&&r,m=i.i?p:f-p,S=Dn(1,(u?m:p)/f),x=Jo(t,n,c);return 1/x*(1-x)*S},Jr=t=>`${Math.max(0,t-.5)}px`,Zo=(t,n,e,s)=>t.animate({transform:[ce("0px",s),ce(Jr(e),s)]},{timeline:n,composite:"add"}),Qo=(t,n)=>on?new on({source:t,axis:n}):null,Zr=(t,n,e)=>{const{q:s,H:r}=ft(),{scrollbars:c}=s(),{slot:i}=c,{rt:d,Z:l,J:a,K:f,ut:p,st:u,it:m,ft:_}=n,{scrollbars:S}=p?{}:t,{slot:x}=S||{},C=new Map,g=Qo(u,"x"),y=Qo(u,"y"),k=Lo([l,a,f],()=>_&&m?l:a,i,x),B=D=>_&&!m&&At(D)===f,L=()=>{C.forEach(D=>{(D||[]).forEach(I=>{I.cancel()})})},A=(D,I,O)=>{const Y=O?Ht:rn;j(D,P=>{Y(P.Ut,I)})},R=(D,I)=>{j(D,O=>{const[Y,P]=I(O);it(Y,P)})},W=(D,I,O)=>{R(D,Y=>{const{Gt:P,Xt:J}=Y;return[P,{[O?"width":"height"]:`${(100*Jo(P,J,O,I)).toFixed(3)}%`}]})},K=(D,I,O)=>{!y&&!y&&R(D,Y=>{const{Gt:P,Xt:J,Ut:Q}=Y,tt=Kr(P,J,u,I,ye(Q),O);return[P,{transform:tt===tt?ce(`${(100*tt).toFixed(3)}%`,O):""}]})},b=D=>{const{Ut:I}=D,O=B(I)&&I;return[O,{transform:O?ce([`${kt(u)}px`,`${Lt(u)}px`]):""}]},z=[],h=[],w=[],$=(D,I,O)=>{const Y=je(O),P=Y?O:!0,J=Y?!O:!0;P&&A(h,D,I),J&&A(w,D,I)},T=D=>{W(h,D,!0),W(w,D)},H=D=>{K(h,D,!0),K(w,D)},V=()=>{!y&&!y&&(_&&R(h,b),_&&R(w,b))},N=({Et:D})=>{L(),w.concat(h).forEach(({Ut:I})=>{B(I)&&C.set(I,[Zo(I,g,D.x,!0),Zo(I,y,D.y)])})},E=D=>{const I=D?lr:ar,O=D?h:w,Y=Ge(O)?Eo:"",P=Gt(`${dt} ${I} ${Y}`),J=Gt(To),Q=Gt(hn),tt={Ut:P,Xt:J,Gt:Q};return r||Ht(P,rr),bt(P,J),bt(J,Q),G(O,tt),G(z,[()=>{L(),C.clear()},Tt.bind(0,P),e(tt,$,d,a,u,D?g:y,D)]),tt},M=E.bind(0,!0),U=E.bind(0,!1),q=()=>{bt(k,h[0].Ut),bt(k,w[0].Ut),De(()=>{$(Eo)},300)};return M(),U(),[{Wt:T,Zt:H,Jt:N,Kt:V,Qt:$,tn:{B:g,nn:h,sn:M,en:R.bind(0,h)},cn:{B:y,nn:w,sn:U,en:R.bind(0,w)}},q,Ct.bind(0,z)]},Qr=(t,n,e,s)=>{let r,c,i,d,l,a=0;const f=Mo({}),[p]=f,[u,m]=Kt(),[_,S]=Kt(),[x,C]=Kt(100),[g,y]=Kt(100),[k,B]=Kt(100),[L,A]=Kt(()=>a),[R,W,K]=Zr(t,e.Ft,qr(n,e)),{J:b,et:z,it:h}=e.Ft,{Qt:w,Wt:$,Zt:T,Jt:H,Kt:V}=R,N=D=>{w(gn,D,!0),w(gn,D,!1)},E=(D,I)=>{if(A(),D)w(zo);else{const O=()=>w(zo,!0);a>0&&!I?L(O):O()}},M=()=>{d=c,d&&E(!0)},U=[C,A,y,B,S,m,K,nt(b,"pointerover",M,{C:!0}),nt(b,"pointerenter",M),nt(b,"pointerleave",()=>{d=!1,c&&E(!1)}),nt(b,"pointermove",()=>{r&&u(()=>{C(),E(!0),g(()=>{r&&E(!1)})})}),nt(z,"scroll",D=>{_(()=>{T(e()),i&&E(!0),x(()=>{i&&!d&&E(!1)})}),s(D),V()})],q=p.bind(0);return q.Ft=R,q.qt=W,[(D,I,O)=>{const{Ht:Y,Lt:P,It:J,St:Q,Pt:tt}=O,{I:ot}=ft(),Z=_n(n,D,I),X=e(),{Et:rt,Ot:$t,yt:St,At:Yt}=X,[Qt,de]=Z("showNativeOverlaidScrollbars"),[fe,st]=Z("scrollbars.theme"),[ut,pt]=Z("scrollbars.visibility"),[Bt,Me]=Z("scrollbars.autoHide"),[On,Vn]=Z("scrollbars.autoHideSuspend"),[vn]=Z("scrollbars.autoHideDelay"),[Ln,Nt]=Z("scrollbars.dragScroll"),[Pe,An]=Z("scrollbars.clickScroll"),Fe=tt&&!I,Mt=Y||P||Q,jt=J||pt,It=Qt&&ot.x&&ot.y,Re=(zt,we)=>{const te=ut==="visible"||ut==="auto"&&zt==="scroll";return w(dr,te,we),te};if(a=vn,de&&w(cr,It),st&&(w(l),w(fe,!0),l=fe),(Vn||Fe)&&(On&&Fe&&(Yt.x||Yt.y)?(N(!1),k(()=>U.push(nt(z,"scroll",N.bind(0,!0),{C:!0})))):N(!0)),Me&&(r=Bt==="move",c=Bt==="leave",i=Bt!=="never",E(!i,!0)),Nt&&w(pr,Ln),An&&w(ur,Pe),jt){const zt=Re($t.x,!0),we=Re($t.y,!1);w(fr,!(zt&&we))}Mt&&($(X),T(X),H(X),V(),w(Io,!rt.x,!0),w(Io,!rt.y,!1),w(ir,St&&!h))},q,Ct.bind(0,U)]},ts=(t,n,e)=>{_t(t)&&t(n||void 0,e||void 0)},Ut=(t,n,e)=>{const{G:s,q:r,j:c,N:i}=ft(),d=Jt(),l=ge(t),a=l?t:t.target,f=Ao(a);if(n&&!f){let p=!1;const u=h=>{const w=Jt()[hr],$=w&&w.O;return $?$(h,!0):h},m=et({},s(),u(n)),[_,S,x]=dn(e),[C,g,y]=Pr(t,m),[k,B,L]=Qr(t,m,g,h=>x("scroll",[z,h])),A=(h,w)=>C(h,!!w),R=A.bind(0,{},!0),W=c(R),K=i(R),b=h=>{Br(a),W(),K(),L(),y(),p=!0,x("destroyed",[z,!!h]),S()},z={options(h,w){if(h){const $=w?s():{},T=So(m,et($,u(h)));Ke(T)||(et(m,T),A(T))}return et({},m)},on:_,off:(h,w)=>{h&&w&&S(h,w)},state(){const{zt:h,Et:w,Ot:$,At:T,tt:H,$t:V,yt:N}=g();return et({},{overflowEdge:h,overflowAmount:w,overflowStyle:$,hasOverflow:T,padding:H,paddingAbsolute:V,directionRTL:N,destroyed:p})},elements(){const{Z:h,J:w,tt:$,K:T,nt:H,st:V,et:N}=g.Ft,{tn:E,cn:M}=B.Ft,U=D=>{const{Gt:I,Xt:O,Ut:Y}=D;return{scrollbar:Y,track:O,handle:I}},q=D=>{const{nn:I,sn:O}=D,Y=U(I[0]);return et({},Y,{clone:()=>{const P=U(O());return k({},!0,{}),P}})};return et({},{target:h,host:w,padding:$||T,viewport:T,content:H||T,scrollOffsetElement:V,scrollEventElement:N,scrollbarHorizontal:q(E),scrollbarVertical:q(M)})},update:h=>A({},h),destroy:b.bind(0)};return g.Nt((h,w,$)=>{k(w,$,h)}),$r(a,z),j(ht(d),h=>ts(d[h],0,z)),xr(g.Ft.it,r().cancel,!l&&t.cancel)?(b(!0),z):(g.qt(),B.qt(),x("initialized",[z]),g.Nt((h,w,$)=>{const{wt:T,St:H,vt:V,Ht:N,Lt:E,It:M,bt:U,Tt:q}=h;x("updated",[z,{updateHints:{sizeChanged:T,directionChanged:H,heightIntrinsicChanged:V,overflowEdgeChanged:N,overflowAmountChanged:E,overflowStyleChanged:M,contentMutation:U,hostMutation:q},changedOptions:w,force:$}])}),z.update(!0),z)}return f};Ut.plugin=t=>{j(mr(t),n=>ts(n,Ut))},Ut.valid=t=>{const n=t&&t.elements,e=_t(n)&&n();return qe(e)&&!!Ao(e.target)},Ut.env=()=>{const{k:t,I:n,A:e,V:s,Y:r,H:c,B:i,U:d,W:l,q:a,F:f,G:p,X:u}=ft();return et({},{scrollbarsSize:t,scrollbarsOverlaid:n,scrollbarsHiding:e,rtlScrollBehavior:s,flexboxGlue:r,cssCustomProperties:c,scrollTimeline:i,staticDefaultInitialization:d,staticDefaultOptions:l,getDefaultInitialization:a,setDefaultInitialization:f,getDefaultOptions:p,setDefaultOptions:u})};const tc=()=>{if(typeof window>"u"){const a=()=>{};return[a,a]}let t,n;const e=window,s=typeof e.requestIdleCallback=="function",r=e.requestAnimationFrame,c=e.cancelAnimationFrame,i=s?e.requestIdleCallback:r,d=s?e.cancelIdleCallback:c,l=()=>{d(t),c(n)};return[(a,f)=>{l(),t=i(s?()=>{l(),n=r(a)}:a,typeof f=="object"?f:{timeout:2233})},l]},es=t=>{let n=null,e,s,r;const c=o.shallowRef(t||{}),[i,d]=tc();return o.watch(()=>{var l;return o.unref((l=c.value)==null?void 0:l.defer)},l=>{r=l},{deep:!0,immediate:!0}),o.watch(()=>{var l;return o.unref((l=c.value)==null?void 0:l.options)},l=>{e=l,Ut.valid(n)&&n.options(e||{},!0)},{deep:!0,immediate:!0}),o.watch(()=>{var l;return o.unref((l=c.value)==null?void 0:l.events)},l=>{s=l,Ut.valid(n)&&n.on(s||{},!0)},{deep:!0,immediate:!0}),o.onUnmounted(()=>{d(),n==null||n.destroy()}),[l=>{if(Ut.valid(n))return n;const a=()=>n=Ut(l,e||{},s||{});r?i(a,r):a()},()=>n]},ec=o.defineComponent({__name:"OverlayScrollbarsComponent",props:{element:{default:"div"},options:{type:[Boolean,null],default:void 0},events:{type:[Boolean,null],default:void 0},defer:{type:Boolean,default:void 0}},emits:["osInitialized","osUpdated","osDestroyed","osScroll"],setup(t,{expose:n,emit:e}){const s=t,r={initialized:"osInitialized",updated:"osUpdated",destroyed:"osDestroyed",scroll:"osScroll"},{element:c,options:i,events:d,defer:l}=o.toRefs(s),a=o.shallowRef(null),f=o.shallowRef(null),p=o.ref(),u=o.ref(!1),[m,_]=es({options:i,events:p,defer:l});return n({osInstance:_,getElement:()=>a.value}),o.onMounted(()=>{u.value=!0}),o.watchPostEffect(S=>{const{value:x}=a,{value:C}=f;u.value&&x&&C&&(m({target:x,elements:{viewport:C,content:C}}),S(()=>{var g;return(g=_())==null?void 0:g.destroy()}))}),o.watch(()=>o.unref(d),S=>{const x=S||{};p.value=Object.keys(r).reduce((C,g)=>{const y=x[g];return C[g]=[(...k)=>e(r[g],...k),...(Array.isArray(y)?y:[y]).filter(Boolean)],C},{})},{deep:!0,immediate:!0}),(S,x)=>(o.openBlock(),o.createBlock(o.resolveDynamicComponent(o.unref(c)),{"data-overlayscrollbars-initialize":"",ref_key:"elementRef",ref:a},{default:o.withCtx(()=>[u.value?(o.openBlock(),o.createElementBlock("div",{key:0,ref_key:"slotRef",ref:f,"data-overlayscrollbars-contents":""},[o.renderSlot(S.$slots,"default")],512)):o.renderSlot(S.$slots,"default",{key:1})]),_:3},512))}}),nc={__name:"DScrollProvider",props:{autoHide:{type:String,default:"never"}},setup(t){const n=t,e=o.ref(null),[s,r]=es({defer:!0,events:{initialized:()=>{e.value=!0},destroyed:()=>{e.value=!1}},options:{scrollbars:{theme:"os-theme-light",autoHide:n.autoHide}}});return o.watch(()=>Vt.state.theme,c=>{r().options({scrollbars:{theme:c==="dark"?"os-theme-light":"os-theme-dark",autoHide:n.autoHide}})}),o.onMounted(()=>s(document.body)),(c,i)=>o.renderSlot(c.$slots,"default")}},ei="",oc=ne({__name:"DScroll",props:{autoHide:{type:String,default:"never"}},setup(t){const n=t,e=o.ref(null);return o.watch(()=>Vt.state.theme,s=>{e.value.osInstance().options({scrollbars:{theme:s==="dark"?"os-theme-light":"os-theme-dark",autoHide:n.autoHide}})}),(s,r)=>(o.openBlock(),o.createBlock(o.unref(ec),{class:"os-vue",ref_key:"osRef",ref:e,options:{scrollbars:{theme:"os-theme-light",autoHide:n.autoHide}},events:{},defer:""},{default:o.withCtx(()=>[o.renderSlot(s.$slots,"default",{},void 0,!0)]),_:3},8,["options"]))}},[["__scopeId","data-v-9b322173"]]),oi="",sc={class:"modal-dialog"},rc={class:"modal-content"},cc={class:"modal-header"},ic={class:"modal-title"},lc={class:"modal-body"},ac={class:"modal-footer"},Cn=ne({__name:"DModal",props:{show:Boolean,width:String},emits:["open","close"],setup(t,{expose:n,emit:e}){const s=t;o.useCssVars(l=>({"558e9e46":s.width}));const r=o.ref(null),c=o.ref(!1);c.value=s==null?void 0:s.show;const i=()=>{c.value=!0,e("open",r)},d=()=>{c.value=!1,e("close",r)};return n({show:i,hide:d}),(l,a)=>{const f=o.resolveDirective("keydown");return o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.createVNode(o.Transition,{name:"fade"},{default:o.withCtx(()=>[c.value?o.withDirectives((o.openBlock(),o.createElementBlock("div",{key:0,ref_key:"modalRef",ref:r,class:"modal"},[o.createElementVNode("div",sc,[o.createElementVNode("div",rc,[o.createElementVNode("div",cc,[o.createElementVNode("h5",ic,[o.renderSlot(l.$slots,"modal-title",{},void 0,!0)])]),o.createElementVNode("div",lc,[o.renderSlot(l.$slots,"default",{},void 0,!0)]),o.createElementVNode("div",ac,[o.renderSlot(l.$slots,"modal-footer",{},void 0,!0)])])])])),[[f,d,"Escape"]]):o.createCommentVNode("",!0)]),_:3})])}}},[["__scopeId","data-v-82cadd63"]]),Zt=o.shallowRef();function Tn(t){t===void 0&&(t=Zt.value.comp.returnValue()),Zt.value.resolve(t),Zt.value=null}function ns(t,n,e="default"){return new Promise(s=>{Zt.value={dialog:t,props:n,wrapper:e,resolve:s}})}o.defineComponent({name:"DialogWrapper",components:{},props:{name:{type:String,default:"default"},transitionAttrs:Object},setup(){const t=o.ref();return o.watch(t,()=>{Zt.value&&(Zt.value.comp=t.value)}),{dialogRef:Zt,dialogInstance:t}}});const dc={style:{display:"flex","flex-direction":"row","justify-content":"center",gap:"5px"}},os={__name:"DAlertDialog",props:{title:String,message:String},setup(t,{expose:n}){const e=t;return n({returnValue:()=>!0}),(r,c)=>(o.openBlock(),o.createBlock(Cn,{show:!0},{"modal-title":o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.title),1)]),default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.message),1)]),"modal-footer":o.withCtx(()=>[o.createElementVNode("div",dc,[o.createVNode(ue,{onClick:c[0]||(c[0]=i=>o.unref(Tn)())},{default:o.withCtx(()=>[o.createTextVNode("Закрыть")]),_:1})])]),_:1}))}},fc={style:{display:"flex","flex-direction":"row","justify-content":"center",gap:"5px"}},ss={__name:"DConfirmDialog",props:{title:String,message:String},setup(t,{expose:n}){const e=t;return n({returnValue:()=>!0}),(r,c)=>(o.openBlock(),o.createBlock(Cn,{show:!0},{"modal-title":o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.title),1)]),default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.message),1)]),"modal-footer":o.withCtx(()=>[o.createElementVNode("div",fc,[o.createVNode(ue,{onClick:c[0]||(c[0]=i=>o.unref(Tn)())},{default:o.withCtx(()=>[o.createTextVNode("Да")]),_:1}),o.createVNode(ue,{class:"button-red",onClick:c[1]||(c[1]=i=>o.unref(Tn)(!1))},{default:o.withCtx(()=>[o.createTextVNode("Нет")]),_:1})])]),_:1}))}},En={__name:"DMenu",props:{class:String,items:Array,style:[String,Object],noSelect:{type:Boolean,default:!0},renderItemTitle:Function,beforeItem:Function},emits:["select"],setup(t,{expose:n,emit:e}){const s=t;let r=o.ref(null),c=o.ref(!1);const i=()=>{mt.emit("menu-show-request"),c.value=!0},d=()=>{var p;(p=r.value)==null||p.collapseAll(),c.value=!1},l=()=>c.value;mt.on("menu-show-request",()=>{d()}),n({show:i,hide:d,elementSize:()=>r.value.elementSize(),isShowed:l});const f=p=>{e("select",p),p.model.children||d()};return(p,u)=>{const m=o.resolveDirective("click-outside");return o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.unref(c)?o.withDirectives((o.openBlock(),o.createBlock(Ue,{key:0,ref_key:"treeRef",ref:r,items:s.items,"no-select":s.noSelect,class:o.normalizeClass(s.class),style:o.normalizeStyle(s.style),onSelect:f,"render-title":s.renderItemTitle,"before-item":s.beforeItem},null,8,["items","no-select","class","style","render-title","before-item"])),[[m,()=>d()]]):o.createCommentVNode("",!0)])}}},uc={class:"dropdown"},pc={__name:"DDropdown",props:{class:String,icon:{type:[String,null],default:null},items:Array,menuStyle:Object,renderItemTitle:Function,beforeItem:Function},emits:["select","click"],setup(t,{expose:n,emit:e}){const s=t,r=o.ref(null),c=o.ref(null),i=o.ref(0),d=o.ref(0),l=p=>{if(e("click",p),r.value.isShowed()){r.value.hide();return}r.value.show(),o.nextTick(()=>{const u=r.value.elementSize(),m=c.value.elementSize(),_=window.innerWidth,S=window.innerHeight;i.value=_-(m.x+m.width)<u.width?m.left-u.width+m.width:m.left,d.value=S-(m.y+m.height)<u.height?m.top-u.height-5:m.height+m.top+5})},a=p=>{e("select",p)},f=o.computed(()=>({left:i.value+"px",top:d.value+"px",...s.menuStyle}));return n({show:l}),(p,u)=>(o.openBlock(),o.createElementBlock("div",uc,[o.createVNode(ue,{ref_key:"buttonRef",ref:c,class:o.normalizeClass(s.class),icon:s.icon,onClick:o.withModifiers(l,["stop","prevent"])},{default:o.withCtx(()=>[o.renderSlot(p.$slots,"default")]),_:3},8,["class","icon","onClick"]),o.createVNode(En,{ref_key:"dMenuRef",ref:r,items:s.items,class:"dropdown-menu",style:o.normalizeStyle(f.value),"no-select":!0,onSelect:a,"render-item-title":s.renderItemTitle,"before-item":s.beforeItem},null,8,["items","style","render-item-title","before-item"])]))}},mc={__name:"DContextMenu",props:{items:Array,renderItemTitle:Function,beforeItem:Function},emits:["select"],setup(t,{expose:n,emit:e}){const s=t,r=o.ref(null),c=o.ref(0),i=o.ref(0),d=o.computed(()=>({left:c.value+"px",top:i.value+"px"})),l=f=>{r.value.show(),o.nextTick(()=>{const p=r.value.elementSize(),u=window.innerWidth,m=window.innerHeight;c.value=u-f.pageX<p.width?f.pageX-p.width:f.pageX,i.value=m-f.pageY<p.height?f.pageY-p.height:f.pageY})},a=f=>{e("select",f)};return n({show:l}),(f,p)=>(o.openBlock(),o.createBlock(En,{ref_key:"dMenuRef",ref:r,onSelect:a,items:s.items,style:o.normalizeStyle(d.value),class:"context-menu","no-select":!0,"render-item-title":s.renderItemTitle,"before-item":s.beforeItem},null,8,["items","style","render-item-title","before-item"]))}},hc={},gc={class:"d-panel"};function yc(t,n){return o.openBlock(),o.createElementBlock("div",gc,[o.renderSlot(t.$slots,"default")])}const rs=ne(hc,[["render",yc]]),bc={class:"card-header"},Sc={class:"modal-title"},wc={class:"card-body"},_c={class:"card-footer"},kc={__name:"DCard",setup(t){return(n,e)=>(o.openBlock(),o.createBlock(rs,{class:"d-card"},{default:o.withCtx(()=>[o.createElementVNode("div",bc,[o.createElementVNode("h5",Sc,[o.renderSlot(n.$slots,"title")])]),o.createElementVNode("div",wc,[o.renderSlot(n.$slots,"default")]),o.createElementVNode("div",_c,[o.renderSlot(n.$slots,"footer")])]),_:3}))}},xc=new Map;class $c{constructor(n,e,s){this.remaining=e,this.callback=n,this.notifyItem=s,this.resume()}pause(){clearTimeout(this.notifyItem.timer),this.remaining-=Date.now()-this.start}resume(){this.start=Date.now(),clearTimeout(this.notifyItem.timer),this.notifyItem.timer=setTimeout(this.callback,this.remaining)}}const Nn="[-+]?[0-9]*.?[0-9]+",cs=[{name:"px",regexp:new RegExp(`^${Nn}px$`)},{name:"%",regexp:new RegExp(`^${Nn}%$`)},{name:"px",regexp:new RegExp(`^${Nn}$`)}],Bc=t=>{if(t==="auto")return{type:t,value:0};for(let n=0;n<cs.length;n++){const e=cs[n];if(e.regexp.test(t))return{type:e.name,value:parseFloat(t)}}return{type:"",value:t}},Dc=t=>{switch(typeof t){case"number":return{type:"px",value:t};case"string":return Bc(t);default:return{type:"",value:t}}},is={x:new Set(["left","center","right"]),y:new Set(["top","bottom"])},Cc=(t=>()=>t++)(0),Tc=t=>typeof t!="string"?[]:t.split(/\s+/gi).filter(Boolean),Ec=t=>{typeof t=="string"&&(t=Tc(t));let n=null,e=null;return t.forEach(s=>{is.y.has(s)&&(e=s),is.x.has(s)&&(n=s)}),{x:n,y:e}},In={position:["top","right"],cssAnimation:"fade",velocityAnimation:{enter:t=>({height:[t.clientHeight,0],opacity:[1,0]}),leave:{height:0,opacity:[0,1]}}},Nc={__name:"VelocityGroup",emits:["enter","leave","after-leave"],setup(t,{emit:n}){const e=(c,i)=>{n("enter",c,i)},s=(c,i)=>{n("leave",c,i)},r=()=>{n("after-leave")};return(c,i)=>(o.openBlock(),o.createBlock(o.TransitionGroup,{tag:"span",css:!1,onEnter:e,onLeave:s,onAfterLeave:r},{default:o.withCtx(()=>[o.renderSlot(c.$slots,"default")]),_:3}))}},Ic=Object.assign({inheritAttrs:!1},{__name:"CssGroup",props:{name:String},setup(t){const n=t;return(e,s)=>(o.openBlock(),o.createBlock(o.TransitionGroup,{tag:"span",name:n.name},{default:o.withCtx(()=>[o.renderSlot(e.$slots,"default")]),_:3},8,["name"]))}}),zc=["data-id"],Oc=["onClick"],Vc=["innerHTML"],vc=["innerHTML"],Lc={key:0,class:"d-notification-title"},Ac={class:"notification-content"},Hc={__name:"DNotificationProvider",props:{group:{type:String,default:""},width:{type:[String,Number],default:300},reverse:{type:Boolean,default:!1},position:{type:[String,Array,null],default:In.position},classes:{type:String,default:"d-notification"},animationType:{type:String,default:"css"},animation:{type:[String,Object],default:In.velocityAnimation},animationName:{type:String,default:In.cssAnimation},speed:{type:Number,default:300},duration:{type:Number,default:3e3},delay:{type:Number,default:0},max:{type:Number,default:1/0},ignoreDuplicates:{type:Boolean,default:!1},closeOnClick:{type:Boolean,default:!0},pauseOnHover:{type:Boolean,default:!1},dangerouslySetInnerHtml:{type:Boolean,default:!1}},emits:["click","destroy","start"],setup(t,{emit:n}){const e=t,s={IDLE:0,DESTROYED:2},r=o.ref([]),c=o.ref(null),i=o.ref(xc.get("velocity")),d=o.computed(()=>e.animationType==="velocity"),l=o.computed(()=>d.value?Nc:Ic),a=o.computed(()=>r.value.filter(b=>b.state!==s.DESTROYED)),f=o.computed(()=>Dc(e.width)),p=o.computed(()=>{const{x:b,y:z}=Ec(e.position),h=f.value.value,w=f.value.type,$={width:h+w};return z&&($[z]="0px"),b&&(b==="center"?$.left=`calc(50% - ${+h/2}${w})`:$[b]="0px"),$}),u=o.computed(()=>"bottom"in p.value),m=b=>{n("click",b),e.closeOnClick&&k(b)},_=()=>{var b;e.pauseOnHover&&((b=c.value)==null||b.pause())},S=()=>{var b;e.pauseOnHover&&((b=c.value)==null||b.resume())},x=b=>{if(b.group||(b.group=""),b.data||(b.data={}),e.group!==b.group)return;if(b.clean||b.clear){L();return}const z=typeof b.duration=="number"?b.duration:e.duration,h=typeof b.speed=="number"?b.speed:e.speed,w=typeof b.ignoreDuplicates=="boolean"?b.ignoreDuplicates:e.ignoreDuplicates,{title:$,text:T,type:H,data:V,id:N}=b,E={id:N||Cc(),title:$,text:T,type:H,state:s.IDLE,speed:h,length:z+2*h,data:V};z>=0&&(c.value=new $c(()=>k(E),E.length,E));const M=e.reverse?!u.value:u.value;let U=-1;const q=a.value.some(I=>I.title===b.title&&I.text===b.text);(!w||!q)&&(M?(r.value.push(E),n("start",E),a.value.length>e.max&&(U=0)):(r.value.unshift(E),n("start",E),a.value.length>e.max&&(U=a.value.length-1)),U!==-1&&k(a.value[U]))},C=b=>{B(b)},g=b=>["d-notification-template",e.classes,b.type||""],y=b=>d.value?void 0:{transition:`all ${b.speed}ms`},k=b=>{clearTimeout(b.timer),b.state=s.DESTROYED,K(),n("destroy",b)},B=b=>{const z=r.value.find(h=>h.id===b);z&&k(z)},L=()=>{a.value.forEach(k)},A=(b,z)=>{var w;const h=(w=e.animation)==null?void 0:w[b];return typeof h=="function"?h(z):h},R=(b,z)=>{if(!d.value)return;const h=A("enter",b);i.value(b,h,{duration:e.speed,complete:z})},W=(b,z)=>{if(!d.value)return;const h=A("leave",b);i.value(b,h,{duration:e.speed,complete:z})};function K(){r.value=r.value.filter(b=>b.state!==s.DESTROYED)}return o.onMounted(()=>{mt.on("notification-add",x),mt.on("notification-close",C)}),(b,z)=>(o.openBlock(),o.createElementBlock("div",{class:"d-notification-group",style:o.normalizeStyle(p.value)},[(o.openBlock(),o.createBlock(o.resolveDynamicComponent(l.value),{name:t.animationName,onEnter:R,onLeave:W,onAfterLeave:K},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(a.value,h=>(o.openBlock(),o.createElementBlock("div",{key:h.id,class:"d-notification-wrapper",style:o.normalizeStyle(y(h)),"data-id":h.id,onMouseenter:_,onMouseleave:S},[o.renderSlot(b.$slots,"body",{class:o.normalizeClass([t.classes,h.type]),item:h,close:()=>k(h)},()=>[o.createElementVNode("div",{class:o.normalizeClass(g(h)),onClick:w=>m(h)},[t.dangerouslySetInnerHtml?(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[h.title?(o.openBlock(),o.createElementBlock("div",{key:0,class:"d-notification-title",innerHTML:h.timer},null,8,Vc)):o.createCommentVNode("",!0),o.createElementVNode("div",{class:"notification-content",innerHTML:h.text},null,8,vc)],64)):(o.openBlock(),o.createElementBlock(o.Fragment,{key:1},[h.title?(o.openBlock(),o.createElementBlock("div",Lc,o.toDisplayString(h.title),1)):o.createCommentVNode("",!0),o.createElementVNode("div",Ac,o.toDisplayString(h.text),1)],64))],10,Oc)])],44,zc))),128))]),_:3},40,["name"]))],4))}};async function Mc(t,n){return await ns(os,{title:t,message:n})}async function Pc(t,n){return await ns(ss,{title:t,message:n})}const zn=t=>{typeof t=="string"&&(t={title:"",text:t}),typeof t=="object"&&mt.emit("notification-add",t)};zn.close=t=>{mt.emit("notification-close",t)};const Fc=()=>({notify:zn}),Rc={mounted:function(t,n){t.clickOutsideEvent=function(e){t===e.target||t.contains(e.target)||n.value(e,t)},document.addEventListener("click",t.clickOutsideEvent)},unmounted:function(t){document.removeEventListener("click",t.clickOutsideEvent)}};F.DAccordion=Ds,F.DAlertDialog=os,F.DBadge=Fn,F.DButton=ue,F.DCard=kc,F.DCollapse=Rn,F.DConfigProvider=zs,F.DConfirmDialog=ss,F.DContextMenu=mc,F.DDrag=Wn,F.DDrop=jn,F.DDropdown=pc,F.DGlobalStore=Vt,F.DIcon=ee,F.DIconStore=Dt,F.DInput=ps,F.DLayoutAdmin=Is,F.DLayoutContent=Jn,F.DLayoutFooter=Gn,F.DLayoutHeader=qn,F.DLayoutSidebar=Kn,F.DLayoutTab=Xn,F.DMenu=En,F.DModal=Cn,F.DNotificationProvider=Hc,F.DPanel=rs,F.DScroll=oc,F.DScrollProvider=nc,F.DTransferStore=pe,F.DTree=Ue,F.DTreeItem=Un,F.DTreeStore=v,F.alert=Mc,F.clickOutside=Rc,F.confirm=Pc,F.emitter=mt,F.eventsBus=Yn,F.notify=zn,F.useNotification=Fc,Object.defineProperty(F,Symbol.toStringTag,{value:"Module"})});
9
+ */function j(t,n){if(ke(t))for(let e=0;e<t.length&&n(t[e],e,t)!==!1;e++);else t&&j(Object.keys(t),e=>n(t[e],e,t));return t}function it(t,n){const e=Ft(n);if(yt(n)||e){let r=e?"":{};if(t){const c=window.getComputedStyle(t,null);r=e?fo(t,c,n):n.reduce((i,d)=>(i[d]=fo(t,c,d),i),r)}return r}t&&j(ht(n),r=>Xs(t,r,n[r]))}const wt=(t,n)=>{const{o:e,u:s,_:r}=t;let c=e,i;const d=(f,p)=>{const u=c,m=f,_=p||(s?!s(u,m):u!==m);return(_||r)&&(c=m,i=u),[c,_,i]};return[n?f=>d(n(c,i),f):d,f=>[c,!!f,i]]},me=()=>typeof window<"u",Zn=me()&&Node.ELEMENT_NODE,{toString:Os,hasOwnProperty:Ye}=Object.prototype,Lt=t=>t===void 0,_e=t=>t===null,Vs=t=>Lt(t)||_e(t)?`${t}`:Os.call(t).replace(/^\[object (.+)\]$/,"$1").toLowerCase(),Pt=t=>typeof t=="number",Ft=t=>typeof t=="string",je=t=>typeof t=="boolean",_t=t=>typeof t=="function",yt=t=>Array.isArray(t),he=t=>typeof t=="object"&&!yt(t)&&!_e(t),ke=t=>{const n=!!t&&t.length,e=Pt(n)&&n>-1&&n%1==0;return yt(t)||!_t(t)&&e?n>0&&he(t)?n-1 in t:!0:!1},qe=t=>{if(!t||!he(t)||Vs(t)!=="object")return!1;let n;const e="constructor",s=t[e],r=s&&s.prototype,c=Ye.call(t,e),i=r&&Ye.call(r,"isPrototypeOf");if(s&&!c&&!i)return!1;for(n in t);return Lt(n)||Ye.call(t,n)},ge=t=>{const n=HTMLElement;return t?n?t instanceof n:t.nodeType===Zn:!1},xe=t=>{const n=Element;return t?n?t instanceof n:t.nodeType===Zn:!1},Xe=(t,n,e)=>t.indexOf(n,e),G=(t,n,e)=>(!e&&!Ft(n)&&ke(n)?Array.prototype.push.apply(t,n):t.push(n),t),qt=t=>{const n=Array.from,e=[];return n&&t?n(t):(t instanceof Set?t.forEach(s=>{G(e,s)}):j(t,s=>{G(e,s)}),e)},Ge=t=>!!t&&t.length===0,Ct=(t,n,e)=>{j(t,r=>r&&r.apply(void 0,n||[])),!e&&(t.length=0)},$e=(t,n)=>Object.prototype.hasOwnProperty.call(t,n),ht=t=>t?Object.keys(t):[],et=(t,n,e,s,r,c,i)=>{const d=[n,e,s,r,c,i];return(typeof t!="object"||_e(t))&&!_t(t)&&(t={}),j(d,l=>{j(ht(l),a=>{const f=l[a];if(t===f)return!0;const p=yt(f);if(f&&(qe(f)||p)){const u=t[a];let m=u;p&&!yt(u)?m=[]:!p&&!qe(u)&&(m={}),t[a]=et(m,f)}else t[a]=f})}),t},Ke=t=>{for(const n in t)return!1;return!0},Qn=(t,n,e,s)=>{if(Lt(s))return e?e[t]:n;e&&(Ft(s)||Pt(s))&&(e[t]=s)},lt=(t,n,e)=>{if(Lt(e))return t?t.getAttribute(n):null;t&&t.setAttribute(n,e)},at=(t,n)=>{t&&t.removeAttribute(n)},Xt=(t,n,e,s)=>{if(e){const r=lt(t,n)||"",c=new Set(r.split(" "));c[s?"add":"delete"](e);const i=qt(c).join(" ").trim();lt(t,n,i)}},Ls=(t,n,e)=>{const s=lt(t,n)||"";return new Set(s.split(" ")).has(e)},kt=(t,n)=>Qn("scrollLeft",0,t,n),vt=(t,n)=>Qn("scrollTop",0,t,n),Je=me()&&Element.prototype,to=(t,n)=>{const e=[],s=n?xe(n)?n:null:document;return s?G(e,s.querySelectorAll(t)):e},vs=(t,n)=>{const e=n?xe(n)?n:null:document;return e?e.querySelector(t):null},Be=(t,n)=>xe(t)?(Je.matches||Je.msMatchesSelector).call(t,n):!1,Ze=t=>t?qt(t.childNodes):[],At=t=>t?t.parentElement:null,oe=(t,n)=>{if(xe(t)){const e=Je.closest;if(e)return e.call(t,n);do{if(Be(t,n))return t;t=At(t)}while(t)}return null},As=(t,n,e)=>{const s=t&&oe(t,n),r=t&&vs(e,s),c=oe(r,n)===s;return s&&r?s===t||r===t||c&&oe(oe(t,e),n)!==s:!1},Qe=(t,n,e)=>{if(e&&t){let s=n,r;ke(e)?(r=document.createDocumentFragment(),j(e,c=>{c===s&&(s=c.previousSibling),r.appendChild(c)})):r=e,n&&(s?s!==n&&(s=s.nextSibling):s=t.firstChild),t.insertBefore(r,s||null)}},bt=(t,n)=>{Qe(t,null,n)},Hs=(t,n)=>{Qe(At(t),t,n)},eo=(t,n)=>{Qe(At(t),t&&t.nextSibling,n)},Tt=t=>{if(ke(t))j(qt(t),n=>Tt(n));else if(t){const n=At(t);n&&n.removeChild(t)}},Gt=t=>{const n=document.createElement("div");return t&&lt(n,"class",t),n},no=t=>{const n=Gt();return n.innerHTML=t.trim(),j(Ze(n),e=>Tt(e))},tn=t=>t.charAt(0).toUpperCase()+t.slice(1),Ms=()=>Gt().style,Ps=["-webkit-","-moz-","-o-","-ms-"],Fs=["WebKit","Moz","O","MS","webkit","moz","o","ms"],en={},nn={},Rs=t=>{let n=nn[t];if($e(nn,t))return n;const e=tn(t),s=Ms();return j(Ps,r=>{const c=r.replace(/-/g,"");return!(n=[t,r+t,c+e,tn(c)+e].find(d=>s[d]!==void 0))}),nn[t]=n||""},se=t=>{if(me()){let n=en[t]||window[t];return $e(en,t)||(j(Fs,e=>(n=n||window[e+tn(t)],!n)),en[t]=n),n}},Ws=se("MutationObserver"),oo=se("IntersectionObserver"),re=se("ResizeObserver"),so=se("cancelAnimationFrame"),ro=se("requestAnimationFrame"),on=se("ScrollTimeline"),De=me()&&window.setTimeout,sn=me()&&window.clearTimeout,Us=/[^\x20\t\r\n\f]+/g,co=(t,n,e)=>{const s=t&&t.classList;let r,c=0,i=!1;if(s&&n&&Ft(n)){const d=n.match(Us)||[];for(i=d.length>0;r=d[c++];)i=!!e(s,r)&&i}return i},rn=(t,n)=>{co(t,n,(e,s)=>e.remove(s))},Ht=(t,n)=>(co(t,n,(e,s)=>e.add(s)),rn.bind(0,t,n)),Ce=(t,n,e,s)=>{if(t&&n){let r=!0;return j(e,c=>{const i=s?s(t[c]):t[c],d=s?s(n[c]):n[c];i!==d&&(r=!1)}),r}return!1},io=(t,n)=>Ce(t,n,["w","h"]),lo=(t,n)=>Ce(t,n,["x","y"]),Ys=(t,n)=>Ce(t,n,["t","r","b","l"]),ao=(t,n,e)=>Ce(t,n,["width","height"],e&&(s=>Math.round(s))),gt=()=>{},Kt=t=>{let n;const e=t?De:ro,s=t?sn:so;return[r=>{s(n),n=e(r,_t(t)?t():t)},()=>s(n)]},cn=(t,n)=>{let e,s,r,c=gt;const{g:i,v:d,p:l}=n||{},a=function(_){c(),sn(e),e=s=void 0,c=gt,t.apply(this,_)},f=m=>l&&s?l(s,m):m,p=()=>{c!==gt&&a(f(r)||r)},u=function(){const _=qt(arguments),S=_t(i)?i():i;if(Pt(S)&&S>=0){const C=_t(d)?d():d,g=Pt(C)&&C>=0,y=S>0?De:ro,k=S>0?sn:so,v=f(_)||_,A=a.bind(0,v);c();const R=y(A,S);c=()=>k(R),g&&!e&&(e=De(p,C)),s=r=v}else a(_)};return u.m=p,u},js={opacity:1,zIndex:1},Te=(t,n)=>{const e=t||"",s=n?parseFloat(e):parseInt(e,10);return s===s?s:0},qs=(t,n)=>!js[t]&&Pt(n)?`${n}px`:n,fo=(t,n,e)=>String((n!=null?n[e]||n.getPropertyValue(e):t.style[e])||""),Xs=(t,n,e)=>{try{const{style:s}=t;Lt(s[n])?s.setProperty(n,e):s[n]=qs(n,e)}catch{}},ye=t=>it(t,"direction")==="rtl",uo=(t,n,e)=>{const s=n?`${n}-`:"",r=e?`-${e}`:"",c=`${s}top${r}`,i=`${s}right${r}`,d=`${s}bottom${r}`,l=`${s}left${r}`,a=it(t,[c,i,d,l]);return{t:Te(a[c],!0),r:Te(a[i],!0),b:Te(a[d],!0),l:Te(a[l],!0)}},ce=(t,n)=>`translate${yt(t)?`(${t[0]},${t[1]})`:`${n?"X":"Y"}(${t})`}`,{round:po}=Math,ln={w:0,h:0},be=t=>t?{w:t.offsetWidth,h:t.offsetHeight}:ln,Ee=t=>t?{w:t.clientWidth,h:t.clientHeight}:ln,Ne=t=>t?{w:t.scrollWidth,h:t.scrollHeight}:ln,Ie=t=>{const n=parseFloat(it(t,"height"))||0,e=parseFloat(it(t,"width"))||0;return{w:e-po(e),h:n-po(n)}},Et=t=>t.getBoundingClientRect(),ie=t=>!!(t&&(t.height||t.width));let ze;const Gs=()=>{if(Lt(ze)){ze=!1;try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get(){ze=!0}}))}catch{}}return ze},mo=t=>t.split(" "),Ks=(t,n,e,s)=>{j(mo(n),r=>{t.removeEventListener(r,e,s)})},nt=(t,n,e,s)=>{var r;const c=Gs(),i=(r=c&&s&&s.S)!=null?r:c,d=s&&s.$||!1,l=s&&s.C||!1,a=[],f=c?{passive:i,capture:d}:d;return j(mo(n),p=>{const u=l?m=>{t.removeEventListener(p,u,d),e&&e(m)}:e;G(a,Ks.bind(null,t,p,u,d)),t.addEventListener(p,u,f)}),Ct.bind(0,a)},ho=t=>t.stopPropagation(),go=t=>t.preventDefault(),Js={x:0,y:0},an=t=>{const n=t?Et(t):0;return n?{x:n.left+window.pageYOffset,y:n.top+window.pageXOffset}:Js},yo=(t,n)=>{j(yt(n)?n:[n],t)},dn=t=>{const n=new Map,e=(c,i)=>{if(c){const d=n.get(c);yo(l=>{d&&d[l?"delete":"clear"](l)},i)}else n.forEach(d=>{d.clear()}),n.clear()},s=(c,i)=>{if(Ft(c)){const a=n.get(c)||new Set;return n.set(c,a),yo(f=>{_t(f)&&a.add(f)},i),e.bind(0,c,i)}je(i)&&i&&e();const d=ht(c),l=[];return j(d,a=>{const f=c[a];f&&G(l,s(a,f))}),Ct.bind(0,l)},r=(c,i)=>{const d=n.get(c);j(qt(d),l=>{i&&!Ge(i)?l.apply(0,i):l()})};return s(t||{}),[s,e,r]},bo=t=>JSON.stringify(t,(n,e)=>{if(_t(e))throw new Error;return e}),Zs={paddingAbsolute:!1,showNativeOverlaidScrollbars:!1,update:{elementEvents:[["img","load"]],debounce:[0,33],attributes:null,ignoreMutation:null},overflow:{x:"scroll",y:"scroll"},scrollbars:{theme:"os-theme-dark",visibility:"auto",autoHide:"never",autoHideDelay:1300,autoHideSuspend:!1,dragScroll:!0,clickScroll:!1,pointers:["mouse","touch","pen"]}},So=(t,n)=>{const e={},s=ht(n).concat(ht(t));return j(s,r=>{const c=t[r],i=n[r];if(he(c)&&he(i))et(e[r]={},So(c,i)),Ke(e[r])&&delete e[r];else if($e(n,r)&&i!==c){let d=!0;if(yt(c)||yt(i))try{bo(c)===bo(i)&&(d=!1)}catch{}d&&(e[r]=i)}}),e},Se="data-overlayscrollbars",wo="os-environment",_o=`${wo}-flexbox-glue`,Qs=`${_o}-max`,ko="os-scrollbar-hidden",fn=`${Se}-initialize`,xt=Se,xo=`${xt}-overflow-x`,$o=`${xt}-overflow-y`,le="overflowVisible",tr="scrollbarHidden",Bo="scrollbarPressed",Oe="updating",Rt=`${Se}-viewport`,un="arrange",Do="scrollbarHidden",ae=le,pn=`${Se}-padding`,er=ae,Co=`${Se}-content`,mn="os-size-observer",nr=`${mn}-appear`,or=`${mn}-listener`,sr="os-trinsic-observer",rr="os-no-css-vars",cr="os-theme-none",dt="os-scrollbar",ir=`${dt}-rtl`,lr=`${dt}-horizontal`,ar=`${dt}-vertical`,To=`${dt}-track`,hn=`${dt}-handle`,dr=`${dt}-visible`,fr=`${dt}-cornerless`,Eo=`${dt}-transitionless`,No=`${dt}-interaction`,Io=`${dt}-unusable`,gn=`${dt}-auto-hide`,zo=`${gn}-hidden`,Oo=`${dt}-wheel`,ur=`${To}-interactive`,pr=`${hn}-interactive`,Vo={},Jt=()=>Vo,mr=t=>{const n=[];return j(yt(t)?t:[t],e=>{const s=ht(e);j(s,r=>{G(n,Vo[r]=e[r])})}),n},hr="__osOptionsValidationPlugin",gr="__osSizeObserverPlugin",yn="__osScrollbarsHidingPlugin",yr="__osClickScrollPlugin";let bn;const Lo=(t,n,e,s)=>{bt(t,n);const r=Ee(n),c=be(n),i=Ie(e);return s&&Tt(n),{x:c.h-r.h+i.h,y:c.w-r.w+i.w}},br=t=>{let n=!1;const e=Ht(t,ko);try{n=it(t,Rs("scrollbar-width"))==="none"||window.getComputedStyle(t,"::-webkit-scrollbar").getPropertyValue("display")==="none"}catch{}return e(),n},Sr=(t,n)=>{const e="hidden";it(t,{overflowX:e,overflowY:e,direction:"rtl"}),kt(t,0);const s=an(t),r=an(n);kt(t,-999);const c=an(n);return{i:s.x===r.x,n:r.x!==c.x}},wr=(t,n)=>{const e=Ht(t,_o),s=Et(t),r=Et(n),c=ao(r,s,!0),i=Ht(t,Qs),d=Et(t),l=Et(n),a=ao(l,d,!0);return e(),i(),c&&a},_r=()=>{const{body:t}=document,e=no(`<div class="${wo}"><div></div></div>`)[0],s=e.firstChild,[r,,c]=dn(),[i,d]=wt({o:Lo(t,e,s),u:lo},Lo.bind(0,t,e,s,!0)),[l]=d(),a=br(e),f={x:l.x===0,y:l.y===0},p={elements:{host:null,padding:!a,viewport:g=>a&&g===g.ownerDocument.body&&g,content:!1},scrollbars:{slot:!0},cancel:{nativeScrollbarsOverlaid:!1,body:null}},u=et({},Zs),m=et.bind(0,{},u),_=et.bind(0,{},p),S={k:l,I:f,A:a,H:it(e,"zIndex")==="-1",B:!!on,V:Sr(e,s),Y:wr(e,s),j:r.bind(0,"z"),N:r.bind(0,"r"),q:_,F:g=>et(p,g)&&_(),G:m,X:g=>et(u,g)&&m(),U:et({},p),W:et({},u)},x=window.addEventListener,C=cn(g=>c(g?"z":"r"),{g:33,v:99});if(at(e,"style"),Tt(e),x("resize",C.bind(0,!1)),!a&&(!f.x||!f.y)){let g;x("resize",()=>{const y=Jt()[yn];g=g||y&&y.R(),g&&g(S,i,C.bind(0,!0))})}return S},ft=()=>(bn||(bn=_r()),bn),Sn=(t,n)=>_t(n)?n.apply(0,t):n,kr=(t,n,e,s)=>{const r=Lt(s)?e:s;return Sn(t,r)||n.apply(0,t)},vo=(t,n,e,s)=>{const r=Lt(s)?e:s,c=Sn(t,r);return!!c&&(ge(c)?c:n.apply(0,t))},xr=(t,n,e)=>{const{nativeScrollbarsOverlaid:s,body:r}=e||{},{I:c,A:i}=ft(),{nativeScrollbarsOverlaid:d,body:l}=n,a=s??d,f=Lt(r)?l:r,p=(c.x||c.y)&&a,u=t&&(_e(f)?!i:f);return!!p||!!u},wn=new WeakMap,$r=(t,n)=>{wn.set(t,n)},Br=t=>{wn.delete(t)},Ao=t=>wn.get(t),Ho=(t,n)=>t?n.split(".").reduce((e,s)=>e&&$e(e,s)?e[s]:void 0,t):void 0,_n=(t,n,e)=>s=>[Ho(t,s),e||Ho(n,s)!==void 0],Mo=t=>{let n=t;return[()=>n,e=>{n=et({},n,e)}]},Ve="tabindex",Le=Gt.bind(0,""),kn=t=>{bt(At(t),Ze(t)),Tt(t)},Dr=t=>{const n=ft(),{q:e,A:s}=n,r=Jt()[yn],c=r&&r.T,{elements:i}=e(),{host:d,padding:l,viewport:a,content:f}=i,p=ge(t),u=p?{}:t,{elements:m}=u,{host:_,padding:S,viewport:x,content:C}=m||{},g=p?t:u.target,y=Be(g,"textarea"),k=g.ownerDocument,B=k.documentElement,v=g===k.body,A=k.defaultView,R=kr.bind(0,[g]),W=vo.bind(0,[g]),K=Sn.bind(0,[g]),b=R.bind(0,Le,a),z=W.bind(0,Le,f),h=b(x),w=h===g,$=w&&v,T=!w&&z(C),H=!w&&ge(h)&&h===T,V=H&&!!K(f),N=V?b():h,E=V?T:z(),U=$?B:H?N:h,q=y?R(Le,d,_):g,D=$?U:q,I=H?E:T,O=k.activeElement,Y=!w&&A.top===A&&O===g,P={Z:g,J:D,K:U,tt:!w&&W(Le,l,S),nt:I,ot:!w&&!s&&c&&c(n),st:$?B:U,et:$?k:U,ct:A,rt:k,lt:y,it:v,ut:p,ft:w,dt:H,_t:(st,ut)=>Ls(U,w?xt:Rt,w?ut:st),ht:(st,ut,pt)=>Xt(U,w?xt:Rt,w?ut:st,pt)},J=ht(P).reduce((st,ut)=>{const pt=P[ut];return G(st,pt&&ge(pt)&&!At(pt)?pt:!1)},[]),Q=st=>st?Xe(J,st)>-1:null,{Z:tt,J:ot,tt:Z,K:X,nt:rt,ot:$t}=P,St=[()=>{at(ot,xt),at(ot,fn),at(tt,fn),v&&(at(B,xt),at(B,fn))}],Yt=y&&Q(ot);let Qt=y?tt:Ze([rt,X,Z,ot,tt].find(st=>Q(st)===!1));const de=$?tt:rt||X;return[P,()=>{lt(ot,xt,w?"viewport":"host"),lt(Z,pn,""),lt(rt,Co,""),w||lt(X,Rt,"");const st=v&&!w?Ht(At(g),ko):gt;if(Yt&&(eo(tt,ot),G(St,()=>{eo(ot,tt),Tt(ot)})),bt(de,Qt),bt(ot,Z),bt(Z||ot,!w&&X),bt(X,rt),G(St,()=>{st(),at(Z,pn),at(rt,Co),at(X,xo),at(X,$o),at(X,Rt),Q(rt)&&kn(rt),Q(X)&&kn(X),Q(Z)&&kn(Z)}),s&&!w&&(Xt(X,Rt,Do,!0),G(St,at.bind(0,X,Rt))),$t&&(Hs(X,$t),G(St,Tt.bind(0,$t))),Y){const ut=lt(X,Ve);lt(X,Ve,"-1"),X.focus();const pt=()=>ut?lt(X,Ve,ut):at(X,Ve),Bt=nt(k,"pointerdown keydown",()=>{pt(),Bt()});G(St,[pt,Bt])}else O&&O.focus&&O.focus();Qt=0},Ct.bind(0,St)]},Cr=(t,n)=>{const{nt:e}=t,[s]=n;return r=>{const{Y:c}=ft(),{gt:i}=s(),{vt:d}=r,l=(e||!c)&&d;return l&&it(e,{height:i?"":"100%"}),{wt:l,bt:l}}},Tr=(t,n)=>{const[e,s]=n,{J:r,tt:c,K:i,ft:d}=t,[l,a]=wt({u:Ys,o:uo()},uo.bind(0,r,"padding",""));return(f,p,u)=>{let[m,_]=a(u);const{A:S,Y:x}=ft(),{yt:C}=e(),{wt:g,bt:y,St:k}=f,[B,v]=p("paddingAbsolute");(g||_||!x&&y)&&([m,_]=l(u));const R=!d&&(v||k||_);if(R){const W=!B||!c&&!S,K=m.r+m.l,b=m.t+m.b,z={marginRight:W&&!C?-K:0,marginBottom:W?-b:0,marginLeft:W&&C?-K:0,top:W?-m.t:0,right:W?C?-m.r:"auto":0,left:W?C?"auto":-m.l:0,width:W?`calc(100% + ${K}px)`:""},h={paddingTop:W?m.t:0,paddingRight:W?m.r:0,paddingBottom:W?m.b:0,paddingLeft:W?m.l:0};it(c||i,z),it(i,h),s({tt:m,$t:!W,P:c?h:et({},z,h)})}return{xt:R}}},{max:xn}=Math,Wt=xn.bind(0,0),Po="visible",Fo="hidden",Er=42,ve={u:io,o:{w:0,h:0}},Nr={u:lo,o:{x:Fo,y:Fo}},Ir=(t,n)=>{const e=window.devicePixelRatio%1!==0?1:0,s={w:Wt(t.w-n.w),h:Wt(t.h-n.h)};return{w:s.w>e?s.w:0,h:s.h>e?s.h:0}},Ae=t=>t.indexOf(Po)===0,zr=(t,n)=>{const[e,s]=n,{J:r,tt:c,K:i,ot:d,ft:l,ht:a,it:f,ct:p}=t,{k:u,Y:m,A:_,I:S}=ft(),x=Jt()[yn],C=!l&&!_&&(S.x||S.y),g=f&&l,[y,k]=wt(ve,Ie.bind(0,i)),[B,v]=wt(ve,Ne.bind(0,i)),[A,R]=wt(ve),[W,K]=wt(ve),[b]=wt(Nr),z=(V,N)=>{if(it(i,{height:""}),N){const{$t:E,tt:M}=e(),{Ct:U,M:q}=V,D=Ie(r),I=Ee(r),O=it(i,"boxSizing")==="content-box",Y=E||O?M.b+M.t:0,P=!(S.x&&O);it(i,{height:I.h+D.h+(U.x&&P?q.x:0)-Y})}},h=(V,N)=>{const E=!_&&!V?Er:0,M=(Q,tt,ot)=>{const Z=it(i,Q),rt=(N?N[Q]:Z)==="scroll";return[Z,rt,rt&&!_?tt?E:ot:0,tt&&!!E]},[U,q,D,I]=M("overflowX",S.x,u.x),[O,Y,P,J]=M("overflowY",S.y,u.y);return{Ot:{x:U,y:O},Ct:{x:q,y:Y},M:{x:D,y:P},D:{x:I,y:J}}},w=(V,N,E,M)=>{const U=(Y,P)=>{const J=Ae(Y),Q=P&&J&&Y.replace(`${Po}-`,"")||"";return[P&&!J?Y:"",Ae(Q)?"hidden":Q]},[q,D]=U(E.x,N.x),[I,O]=U(E.y,N.y);return M.overflowX=D&&I?D:q,M.overflowY=O&&q?O:I,h(V,M)},$=(V,N,E,M)=>{const{M:U,D:q}=V,{x:D,y:I}=q,{x:O,y:Y}=U,{P}=e(),J=N?"marginLeft":"marginRight",Q=N?"paddingLeft":"paddingRight",tt=P[J],ot=P.marginBottom,Z=P[Q],X=P.paddingBottom;M.width=`calc(100% + ${Y+-1*tt}px)`,M[J]=-Y+tt,M.marginBottom=-O+ot,E&&(M[Q]=Z+(I?Y:0),M.paddingBottom=X+(D?O:0))},[T,H]=x?x.L(C,m,i,d,e,h,$):[()=>C,()=>[gt]];return(V,N,E)=>{const{wt:M,Tt:U,bt:q,xt:D,vt:I,St:O}=V,{gt:Y,yt:P}=e(),[J,Q]=N("showNativeOverlaidScrollbars"),[tt,ot]=N("overflow"),Z=J&&S.x&&S.y,X=!l&&!m&&(M||q||U||Q||I),rt=Ae(tt.x),$t=Ae(tt.y),St=rt||$t;let Yt=k(E),Qt=v(E),de=R(E),fe=K(E),st;if(Q&&_&&a(Do,tr,!Z),X&&(st=h(Z),z(st,Y)),M||D||q||O||Q){St&&a(ae,le,!1);const[Mt,jt]=H(Z,P,st),[It,Re]=Yt=y(E),[zt,we]=Qt=B(E),te=Ee(i);let Hn=zt,Mn=te;Mt(),(we||Re||Q)&&jt&&!Z&&T(jt,zt,It,P)&&(Mn=Ee(i),Hn=Ne(i));const Wc={w:Wt(xn(zt.w,Hn.w)+It.w),h:Wt(xn(zt.h,Hn.h)+It.h)},ls={w:Wt((g?p.innerWidth:Mn.w+Wt(te.w-zt.w))+It.w),h:Wt((g?p.innerHeight+It.h:Mn.h+Wt(te.h-zt.h))+It.h)};fe=W(ls),de=A(Ir(Wc,ls),E)}const[ut,pt]=fe,[Bt,Me]=de,[On,Vn]=Qt,[Ln,vn]=Yt,Nt={x:Bt.w>0,y:Bt.h>0},Pe=rt&&$t&&(Nt.x||Nt.y)||rt&&Nt.x&&!Nt.y||$t&&Nt.y&&!Nt.x;if(D||O||vn||Vn||pt||Me||ot||Q||X){const Mt={marginRight:0,marginBottom:0,marginLeft:0,width:"",overflowY:"",overflowX:""},jt=w(Z,Nt,tt,Mt),It=T(jt,On,Ln,P);l||$(jt,P,It,Mt),X&&z(jt,Y),l?(lt(r,xo,Mt.overflowX),lt(r,$o,Mt.overflowY)):it(i,Mt)}Xt(r,xt,le,Pe),Xt(c,pn,er,Pe),l||Xt(i,Rt,ae,St);const[An,Fe]=b(h(Z).Ot);return s({Ot:An,zt:{x:ut.w,y:ut.h},Et:{x:Bt.w,y:Bt.h},At:Nt}),{It:Fe,Ht:pt,Lt:Me}}},Ro=(t,n,e)=>{const s={},r=n||{},c=ht(t).concat(ht(r));return j(c,i=>{const d=t[i],l=r[i];s[i]=!!(e||d||l)}),s},Or=(t,n)=>{const{Z:e,K:s,ht:r,ft:c}=t,{A:i,I:d,Y:l}=ft(),a=!i&&(d.x||d.y),f=[Cr(t,n),Tr(t,n),zr(t,n)];return(p,u,m)=>{const _=Ro(et({wt:!1,xt:!1,St:!1,vt:!1,Ht:!1,Lt:!1,It:!1,Tt:!1,bt:!1,Pt:!1},u),{},m),S=a||!l,x=S&&kt(s),C=S&&vt(s);r("",Oe,!0);let g=_;return j(f,y=>{g=Ro(g,y(g,p,!!m)||{},m)}),kt(s,x),vt(s,C),r("",Oe),c||(kt(e,0),vt(e,0)),g}},Vr=(t,n,e)=>{let s,r=!1;const c=()=>{r=!0},i=d=>{if(e){const l=e.reduce((a,f)=>{if(f){const[p,u]=f,m=u&&p&&(d?d(p):to(p,t));m&&m.length&&u&&Ft(u)&&G(a,[m,u.trim()],!0)}return a},[]);j(l,a=>j(a[0],f=>{const p=a[1],u=s.get(f)||[];if(t.contains(f)){const _=nt(f,p,S=>{r?(_(),s.delete(f)):n(S)});s.set(f,G(u,_))}else Ct(u),s.delete(f)}))}};return e&&(s=new WeakMap,i()),[c,i]},Wo=(t,n,e,s)=>{let r=!1;const{Mt:c,Dt:i,Rt:d,kt:l,Bt:a,Vt:f}=s||{},p=cn(()=>{r&&e(!0)},{g:33,v:99}),[u,m]=Vr(t,p,d),_=c||[],S=i||[],x=_.concat(S),C=(y,k)=>{const B=a||gt,v=f||gt,A=new Set,R=new Set;let W=!1,K=!1;if(j(y,b=>{const{attributeName:z,target:h,type:w,oldValue:$,addedNodes:T,removedNodes:H}=b,V=w==="attributes",N=w==="childList",E=t===h,M=V&&Ft(z)?lt(h,z):0,U=M!==0&&$!==M,q=Xe(S,z)>-1&&U;if(n&&(N||!E)){const D=!V,I=V&&U,O=I&&l&&Be(h,l),P=(O?!B(h,z,$,M):D||I)&&!v(b,!!O,t,s);j(T,J=>A.add(J)),j(H,J=>A.add(J)),K=K||P}!n&&E&&U&&!B(h,z,$,M)&&(R.add(z),W=W||q)}),A.size>0&&m(b=>qt(A).reduce((z,h)=>(G(z,to(b,h)),Be(h,b)?G(z,h):z),[])),n)return!k&&K&&e(!1),[!1];if(R.size>0||W){const b=[qt(R),W];return!k&&e.apply(0,b),b}},g=new Ws(y=>C(y));return g.observe(t,{attributes:!0,attributeOldValue:!0,attributeFilter:x,subtree:n,childList:n,characterData:n}),r=!0,[()=>{r&&(u(),g.disconnect(),r=!1)},()=>{if(r){p.m();const y=g.takeRecords();return!Ge(y)&&C(y,!0)}}]},He=3333333,Uo=(t,n,e)=>{const{Yt:s=!1,Pt:r=!1}=e||{},c=Jt()[gr],{V:i}=ft(),l=no(`<div class="${mn}"><div class="${or}"></div></div>`)[0],a=l.firstChild,f=ye.bind(0,t),[p]=wt({o:void 0,_:!0,u:(S,x)=>!(!S||!ie(S)&&ie(x))}),u=S=>{const x=yt(S)&&S.length>0&&he(S[0]),C=!x&&je(S[0]);let g=!1,y=!1,k=!0;if(x){const[B,,v]=p(S.pop().contentRect),A=ie(B),R=ie(v);g=!v&&!!R||!A,y=!R&&A,k=!g}else C?[,k]=S:y=S===!0;if(s&&k){const B=C?S[0]:ye(l);kt(l,B?i.n?-He:i.i?0:He:He),vt(l,He)}g||n({wt:!C,jt:C?S:void 0,Pt:!!y})},m=[];let _=r?u:!1;return[()=>{Ct(m),Tt(l)},()=>{if(re){const S=new re(u);S.observe(a),G(m,()=>{S.disconnect()})}else if(c){const[S,x]=c.O(a,u,r);_=S,G(m,x)}if(s){const[S]=wt({o:void 0},f);G(m,nt(l,"scroll",x=>{const C=S(),[g,y,k]=C;y&&(rn(a,"ltr rtl"),g?Ht(a,"rtl"):Ht(a,"ltr"),u([!!g,y,k])),ho(x)}))}_&&(Ht(l,nr),G(m,nt(l,"animationstart",_,{C:!!re}))),(re||c)&&bt(t,l)}]},Lr=t=>t.h===0||t.isIntersecting||t.intersectionRatio>0,vr=(t,n)=>{let e;const s=Gt(sr),r=[],[c]=wt({o:!1}),i=(l,a)=>{if(l){const f=c(Lr(l)),[,p]=f;if(p)return!a&&n(f),[f]}},d=(l,a)=>{if(l&&l.length>0)return i(l.pop(),a)};return[()=>{Ct(r),Tt(s)},()=>{if(oo)e=new oo(l=>d(l),{root:t}),e.observe(s),G(r,()=>{e.disconnect()});else{const l=()=>{const p=be(s);i(p)},[a,f]=Uo(s,l);G(r,a),f(),l()}bt(t,s)},()=>{if(e)return d(e.takeRecords(),!0)}]},Yo=`[${xt}]`,Ar=`[${Rt}]`,$n=["tabindex"],jo=["wrap","cols","rows"],Bn=["id","class","style","open"],Hr=(t,n,e)=>{let s,r,c;const{J:i,K:d,nt:l,lt:a,ft:f,_t:p,ht:u}=t,{Y:m}=ft(),[_]=wt({u:io,o:{w:0,h:0}},()=>{const $=p(ae,le),T=p(un,""),H=T&&kt(d),V=T&&vt(d);u(ae,le),u(un,""),u("",Oe,!0);const N=Ne(l),E=Ne(d),M=Ie(d);return u(ae,le,$),u(un,"",T),u("",Oe),kt(d,H),vt(d,V),{w:E.w+N.w+M.w,h:E.h+N.h+M.h}}),S=a?jo:Bn.concat(jo),x=cn(e,{g:()=>s,v:()=>r,p($,T){const[H]=$,[V]=T;return[ht(H).concat(ht(V)).reduce((N,E)=>(N[E]=H[E]||V[E],N),{})]}}),C=$=>{j($||$n,T=>{if(Xe($n,T)>-1){const H=lt(i,T);Ft(H)?lt(d,T,H):at(d,T)}})},g=($,T)=>{const[H,V]=$,N={vt:V};return n({gt:H}),!T&&e(N),N},y=({wt:$,jt:T,Pt:H})=>{const V=!$||H?e:x;let N=!1;if(T){const[E,M]=T;N=M,n({yt:E})}V({wt:$,Pt:H,St:N})},k=($,T)=>{const[,H]=_(),V={bt:H};return H&&!T&&($?e:x)(V),V},B=($,T,H)=>{const V={Tt:T};return T?!H&&x(V):f||C($),V},[v,A,R]=l||!m?vr(i,g):[gt,gt,gt],[W,K]=f?[gt,gt]:Uo(i,y,{Pt:!0,Yt:!0}),[b,z]=Wo(i,!1,B,{Dt:Bn,Mt:Bn.concat($n)});let h;const w=f&&re&&new re($=>{const T=$[$.length-1].contentRect,H=ie(T),N=!ie(h)&&H;y({wt:!0,Pt:N}),h=T});return[()=>{v(),W(),c&&c[0](),w&&w.disconnect(),b()},()=>{w&&w.observe(i),C(),K(),A()},()=>{const $={},T=z(),H=R(),V=c&&c[1]();return T&&et($,B.apply(0,G(T,!0))),H&&et($,g.apply(0,G(H,!0))),V&&et($,k.apply(0,G(V,!0))),$},$=>{const[T]=$("update.ignoreMutation"),[H,V]=$("update.attributes"),[N,E]=$("update.elementEvents"),[M,U]=$("update.debounce"),q=E||V,D=I=>_t(T)&&T(I);if(q&&(c&&(c[1](),c[0]()),c=Wo(l||d,!0,k,{Mt:S.concat(H||[]),Rt:N,kt:Yo,Vt:(I,O)=>{const{target:Y,attributeName:P}=I;return(!O&&P&&!f?As(Y,Yo,Ar):!1)||!!oe(Y,`.${dt}`)||!!D(I)}})),U)if(x.m(),yt(M)){const I=M[0],O=M[1];s=Pt(I)&&I,r=Pt(O)&&O}else Pt(M)?(s=M,r=!1):(s=!1,r=!1)}]},qo={x:0,y:0},Mr=t=>({tt:{t:0,r:0,b:0,l:0},$t:!1,P:{marginRight:0,marginBottom:0,marginLeft:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0},zt:qo,Et:qo,Ot:{x:"hidden",y:"hidden"},At:{x:!1,y:!1},gt:!1,yt:ye(t.J)}),Pr=(t,n)=>{const e=_n(n,{}),[s,r,c]=dn(),[i,d,l]=Dr(t),a=Mo(Mr(i)),[f,p]=a,u=Or(i,a),m=(y,k,B)=>{const A=ht(y).some(R=>!!y[R])||!Ke(k)||B;return A&&c("u",[y,k,B]),A},[_,S,x,C]=Hr(i,p,y=>m(u(e,y),{},!1)),g=f.bind(0);return g.Nt=y=>s("u",y),g.qt=()=>{const{Z:y,K:k,rt:B,it:v}=i,A=v?B.documentElement:y,R=kt(A),W=vt(A);S(),d(),kt(k,R),vt(k,W)},g.Ft=i,[(y,k)=>{const B=_n(n,y,k);return C(B),m(u(B,x(),k),y,!!k)},g,()=>{r(),_(),l()}]},{round:Xo}=Math,Fr=t=>{const{width:n,height:e}=Et(t),{w:s,h:r}=be(t);return{x:Xo(n)/s||1,y:Xo(e)/r||1}},Rr=(t,n,e)=>{const s=n.scrollbars,{button:r,isPrimary:c,pointerType:i}=t,{pointers:d}=s;return r===0&&c&&s[e?"dragScroll":"clickScroll"]&&(d||[]).includes(i)},Go="pointerup pointerleave pointercancel lostpointercapture",Wr=t=>({transform:[ce("0%",t),ce("-100%",t)],[t?"left":"top"]:["0%","100%"]}),Ur=(t,n)=>nt(t,"mousedown",nt.bind(0,n,"click",ho,{C:!0,$:!0}),{$:!0}),Yr=(t,n,e,s,r,c,i)=>{const{V:d}=ft(),{Gt:l,Xt:a,Ut:f}=s,p=`scroll${i?"Left":"Top"}`,u=`client${i?"X":"Y"}`,m=i?"width":"height",_=i?"left":"top",S=i?"w":"h",x=i?"x":"y",C=(g,y)=>k=>{const{Et:B}=c(),v=be(a)[S]-be(l)[S],R=y*k/v*B[x],K=ye(f)&&i?d.n||d.i?1:-1:1;r[p]=g+R*K};return nt(a,"pointerdown",g=>{const y=oe(g.target,`.${hn}`)===l,k=y?l:a;if(Xt(n,xt,Bo,!0),Rr(g,t,y)){const B=!y&&g.shiftKey,v=()=>Et(l),A=()=>Et(a),R=(N,E)=>(N||v())[_]-(E||A())[_],W=C(r[p]||0,1/Fr(r)[x]),K=g[u],b=v(),z=A(),h=b[m],w=R(b,z)+h/2,$=K-z[_],T=y?0:$-w,H=N=>{Ct(V),k.releasePointerCapture(N.pointerId)},V=[Xt.bind(0,n,xt,Bo),nt(e,Go,H),nt(e,"selectstart",N=>go(N),{S:!1}),nt(a,Go,H),nt(a,"pointermove",N=>{const E=N[u]-K;(y||B)&&W(T+E)})];if(B)W(T);else if(!y){const N=Jt()[yr];N&&G(V,N.O(W,R,T,h,$))}k.setPointerCapture(g.pointerId)}})},jr=({Gt:t},n,e)=>{if(!n)return gt;const s=t.animate(Wr(e),{timeline:n});return()=>{s.cancel()}},qr=(t,n)=>(e,s,r,c,i,d,l)=>{const{Ut:a}=e,[f,p]=Kt(333),u=!!i.scrollBy;let m=!0;return Ct.bind(0,[nt(a,"pointerenter",()=>{s(No,!0)}),nt(a,"pointerleave pointercancel",()=>{s(No)}),nt(a,"wheel",_=>{const{deltaX:S,deltaY:x,deltaMode:C}=_;u&&m&&C===0&&At(a)===c&&i.scrollBy({left:S,top:x,behavior:"smooth"}),m=!1,s(Oo,!0),f(()=>{m=!0,s(Oo)}),go(_)},{S:!1,$:!0}),Ur(a,r),Yr(t,c,r,e,i,n,l),jr(e,d,l),p])},{min:Dn,max:Ko,abs:Xr,round:Gr}=Math,Jo=(t,n,e,s)=>{if(s){const d=e?"x":"y",{Et:l,zt:a}=s,f=a[d],p=l[d];return Ko(0,Dn(1,f/(f+p)))}const r=e?"width":"height",c=Et(t)[r],i=Et(n)[r];return Ko(0,Dn(1,c/i))},Kr=(t,n,e,s,r,c)=>{const{V:i}=ft(),d=c?"x":"y",l=c?"Left":"Top",{Et:a}=s,f=Gr(a[d]),p=Xr(e[`scroll${l}`]),u=c&&r,m=i.i?p:f-p,S=Dn(1,(u?m:p)/f),x=Jo(t,n,c);return 1/x*(1-x)*S},Jr=t=>`${Math.max(0,t-.5)}px`,Zo=(t,n,e,s)=>t.animate({transform:[ce("0px",s),ce(Jr(e),s)]},{timeline:n,composite:"add"}),Qo=(t,n)=>on?new on({source:t,axis:n}):null,Zr=(t,n,e)=>{const{q:s,H:r}=ft(),{scrollbars:c}=s(),{slot:i}=c,{rt:d,Z:l,J:a,K:f,ut:p,st:u,it:m,ft:_}=n,{scrollbars:S}=p?{}:t,{slot:x}=S||{},C=new Map,g=Qo(u,"x"),y=Qo(u,"y"),k=vo([l,a,f],()=>_&&m?l:a,i,x),B=D=>_&&!m&&At(D)===f,v=()=>{C.forEach(D=>{(D||[]).forEach(I=>{I.cancel()})})},A=(D,I,O)=>{const Y=O?Ht:rn;j(D,P=>{Y(P.Ut,I)})},R=(D,I)=>{j(D,O=>{const[Y,P]=I(O);it(Y,P)})},W=(D,I,O)=>{R(D,Y=>{const{Gt:P,Xt:J}=Y;return[P,{[O?"width":"height"]:`${(100*Jo(P,J,O,I)).toFixed(3)}%`}]})},K=(D,I,O)=>{!y&&!y&&R(D,Y=>{const{Gt:P,Xt:J,Ut:Q}=Y,tt=Kr(P,J,u,I,ye(Q),O);return[P,{transform:tt===tt?ce(`${(100*tt).toFixed(3)}%`,O):""}]})},b=D=>{const{Ut:I}=D,O=B(I)&&I;return[O,{transform:O?ce([`${kt(u)}px`,`${vt(u)}px`]):""}]},z=[],h=[],w=[],$=(D,I,O)=>{const Y=je(O),P=Y?O:!0,J=Y?!O:!0;P&&A(h,D,I),J&&A(w,D,I)},T=D=>{W(h,D,!0),W(w,D)},H=D=>{K(h,D,!0),K(w,D)},V=()=>{!y&&!y&&(_&&R(h,b),_&&R(w,b))},N=({Et:D})=>{v(),w.concat(h).forEach(({Ut:I})=>{B(I)&&C.set(I,[Zo(I,g,D.x,!0),Zo(I,y,D.y)])})},E=D=>{const I=D?lr:ar,O=D?h:w,Y=Ge(O)?Eo:"",P=Gt(`${dt} ${I} ${Y}`),J=Gt(To),Q=Gt(hn),tt={Ut:P,Xt:J,Gt:Q};return r||Ht(P,rr),bt(P,J),bt(J,Q),G(O,tt),G(z,[()=>{v(),C.clear()},Tt.bind(0,P),e(tt,$,d,a,u,D?g:y,D)]),tt},M=E.bind(0,!0),U=E.bind(0,!1),q=()=>{bt(k,h[0].Ut),bt(k,w[0].Ut),De(()=>{$(Eo)},300)};return M(),U(),[{Wt:T,Zt:H,Jt:N,Kt:V,Qt:$,tn:{B:g,nn:h,sn:M,en:R.bind(0,h)},cn:{B:y,nn:w,sn:U,en:R.bind(0,w)}},q,Ct.bind(0,z)]},Qr=(t,n,e,s)=>{let r,c,i,d,l,a=0;const f=Mo({}),[p]=f,[u,m]=Kt(),[_,S]=Kt(),[x,C]=Kt(100),[g,y]=Kt(100),[k,B]=Kt(100),[v,A]=Kt(()=>a),[R,W,K]=Zr(t,e.Ft,qr(n,e)),{J:b,et:z,it:h}=e.Ft,{Qt:w,Wt:$,Zt:T,Jt:H,Kt:V}=R,N=D=>{w(gn,D,!0),w(gn,D,!1)},E=(D,I)=>{if(A(),D)w(zo);else{const O=()=>w(zo,!0);a>0&&!I?v(O):O()}},M=()=>{d=c,d&&E(!0)},U=[C,A,y,B,S,m,K,nt(b,"pointerover",M,{C:!0}),nt(b,"pointerenter",M),nt(b,"pointerleave",()=>{d=!1,c&&E(!1)}),nt(b,"pointermove",()=>{r&&u(()=>{C(),E(!0),g(()=>{r&&E(!1)})})}),nt(z,"scroll",D=>{_(()=>{T(e()),i&&E(!0),x(()=>{i&&!d&&E(!1)})}),s(D),V()})],q=p.bind(0);return q.Ft=R,q.qt=W,[(D,I,O)=>{const{Ht:Y,Lt:P,It:J,St:Q,Pt:tt}=O,{I:ot}=ft(),Z=_n(n,D,I),X=e(),{Et:rt,Ot:$t,yt:St,At:Yt}=X,[Qt,de]=Z("showNativeOverlaidScrollbars"),[fe,st]=Z("scrollbars.theme"),[ut,pt]=Z("scrollbars.visibility"),[Bt,Me]=Z("scrollbars.autoHide"),[On,Vn]=Z("scrollbars.autoHideSuspend"),[Ln]=Z("scrollbars.autoHideDelay"),[vn,Nt]=Z("scrollbars.dragScroll"),[Pe,An]=Z("scrollbars.clickScroll"),Fe=tt&&!I,Mt=Y||P||Q,jt=J||pt,It=Qt&&ot.x&&ot.y,Re=(zt,we)=>{const te=ut==="visible"||ut==="auto"&&zt==="scroll";return w(dr,te,we),te};if(a=Ln,de&&w(cr,It),st&&(w(l),w(fe,!0),l=fe),(Vn||Fe)&&(On&&Fe&&(Yt.x||Yt.y)?(N(!1),k(()=>U.push(nt(z,"scroll",N.bind(0,!0),{C:!0})))):N(!0)),Me&&(r=Bt==="move",c=Bt==="leave",i=Bt!=="never",E(!i,!0)),Nt&&w(pr,vn),An&&w(ur,Pe),jt){const zt=Re($t.x,!0),we=Re($t.y,!1);w(fr,!(zt&&we))}Mt&&($(X),T(X),H(X),V(),w(Io,!rt.x,!0),w(Io,!rt.y,!1),w(ir,St&&!h))},q,Ct.bind(0,U)]},ts=(t,n,e)=>{_t(t)&&t(n||void 0,e||void 0)},Ut=(t,n,e)=>{const{G:s,q:r,j:c,N:i}=ft(),d=Jt(),l=ge(t),a=l?t:t.target,f=Ao(a);if(n&&!f){let p=!1;const u=h=>{const w=Jt()[hr],$=w&&w.O;return $?$(h,!0):h},m=et({},s(),u(n)),[_,S,x]=dn(e),[C,g,y]=Pr(t,m),[k,B,v]=Qr(t,m,g,h=>x("scroll",[z,h])),A=(h,w)=>C(h,!!w),R=A.bind(0,{},!0),W=c(R),K=i(R),b=h=>{Br(a),W(),K(),v(),y(),p=!0,x("destroyed",[z,!!h]),S()},z={options(h,w){if(h){const $=w?s():{},T=So(m,et($,u(h)));Ke(T)||(et(m,T),A(T))}return et({},m)},on:_,off:(h,w)=>{h&&w&&S(h,w)},state(){const{zt:h,Et:w,Ot:$,At:T,tt:H,$t:V,yt:N}=g();return et({},{overflowEdge:h,overflowAmount:w,overflowStyle:$,hasOverflow:T,padding:H,paddingAbsolute:V,directionRTL:N,destroyed:p})},elements(){const{Z:h,J:w,tt:$,K:T,nt:H,st:V,et:N}=g.Ft,{tn:E,cn:M}=B.Ft,U=D=>{const{Gt:I,Xt:O,Ut:Y}=D;return{scrollbar:Y,track:O,handle:I}},q=D=>{const{nn:I,sn:O}=D,Y=U(I[0]);return et({},Y,{clone:()=>{const P=U(O());return k({},!0,{}),P}})};return et({},{target:h,host:w,padding:$||T,viewport:T,content:H||T,scrollOffsetElement:V,scrollEventElement:N,scrollbarHorizontal:q(E),scrollbarVertical:q(M)})},update:h=>A({},h),destroy:b.bind(0)};return g.Nt((h,w,$)=>{k(w,$,h)}),$r(a,z),j(ht(d),h=>ts(d[h],0,z)),xr(g.Ft.it,r().cancel,!l&&t.cancel)?(b(!0),z):(g.qt(),B.qt(),x("initialized",[z]),g.Nt((h,w,$)=>{const{wt:T,St:H,vt:V,Ht:N,Lt:E,It:M,bt:U,Tt:q}=h;x("updated",[z,{updateHints:{sizeChanged:T,directionChanged:H,heightIntrinsicChanged:V,overflowEdgeChanged:N,overflowAmountChanged:E,overflowStyleChanged:M,contentMutation:U,hostMutation:q},changedOptions:w,force:$}])}),z.update(!0),z)}return f};Ut.plugin=t=>{j(mr(t),n=>ts(n,Ut))},Ut.valid=t=>{const n=t&&t.elements,e=_t(n)&&n();return qe(e)&&!!Ao(e.target)},Ut.env=()=>{const{k:t,I:n,A:e,V:s,Y:r,H:c,B:i,U:d,W:l,q:a,F:f,G:p,X:u}=ft();return et({},{scrollbarsSize:t,scrollbarsOverlaid:n,scrollbarsHiding:e,rtlScrollBehavior:s,flexboxGlue:r,cssCustomProperties:c,scrollTimeline:i,staticDefaultInitialization:d,staticDefaultOptions:l,getDefaultInitialization:a,setDefaultInitialization:f,getDefaultOptions:p,setDefaultOptions:u})};const tc=()=>{if(typeof window>"u"){const a=()=>{};return[a,a]}let t,n;const e=window,s=typeof e.requestIdleCallback=="function",r=e.requestAnimationFrame,c=e.cancelAnimationFrame,i=s?e.requestIdleCallback:r,d=s?e.cancelIdleCallback:c,l=()=>{d(t),c(n)};return[(a,f)=>{l(),t=i(s?()=>{l(),n=r(a)}:a,typeof f=="object"?f:{timeout:2233})},l]},es=t=>{let n=null,e,s,r;const c=o.shallowRef(t||{}),[i,d]=tc();return o.watch(()=>{var l;return o.unref((l=c.value)==null?void 0:l.defer)},l=>{r=l},{deep:!0,immediate:!0}),o.watch(()=>{var l;return o.unref((l=c.value)==null?void 0:l.options)},l=>{e=l,Ut.valid(n)&&n.options(e||{},!0)},{deep:!0,immediate:!0}),o.watch(()=>{var l;return o.unref((l=c.value)==null?void 0:l.events)},l=>{s=l,Ut.valid(n)&&n.on(s||{},!0)},{deep:!0,immediate:!0}),o.onUnmounted(()=>{d(),n==null||n.destroy()}),[l=>{if(Ut.valid(n))return n;const a=()=>n=Ut(l,e||{},s||{});r?i(a,r):a()},()=>n]},ec=o.defineComponent({__name:"OverlayScrollbarsComponent",props:{element:{default:"div"},options:{type:[Boolean,null],default:void 0},events:{type:[Boolean,null],default:void 0},defer:{type:Boolean,default:void 0}},emits:["osInitialized","osUpdated","osDestroyed","osScroll"],setup(t,{expose:n,emit:e}){const s=t,r={initialized:"osInitialized",updated:"osUpdated",destroyed:"osDestroyed",scroll:"osScroll"},{element:c,options:i,events:d,defer:l}=o.toRefs(s),a=o.shallowRef(null),f=o.shallowRef(null),p=o.ref(),u=o.ref(!1),[m,_]=es({options:i,events:p,defer:l});return n({osInstance:_,getElement:()=>a.value}),o.onMounted(()=>{u.value=!0}),o.watchPostEffect(S=>{const{value:x}=a,{value:C}=f;u.value&&x&&C&&(m({target:x,elements:{viewport:C,content:C}}),S(()=>{var g;return(g=_())==null?void 0:g.destroy()}))}),o.watch(()=>o.unref(d),S=>{const x=S||{};p.value=Object.keys(r).reduce((C,g)=>{const y=x[g];return C[g]=[(...k)=>e(r[g],...k),...(Array.isArray(y)?y:[y]).filter(Boolean)],C},{})},{deep:!0,immediate:!0}),(S,x)=>(o.openBlock(),o.createBlock(o.resolveDynamicComponent(o.unref(c)),{"data-overlayscrollbars-initialize":"",ref_key:"elementRef",ref:a},{default:o.withCtx(()=>[u.value?(o.openBlock(),o.createElementBlock("div",{key:0,ref_key:"slotRef",ref:f,"data-overlayscrollbars-contents":""},[o.renderSlot(S.$slots,"default")],512)):o.renderSlot(S.$slots,"default",{key:1})]),_:3},512))}}),nc={__name:"DScrollProvider",props:{autoHide:{type:String,default:"never"}},setup(t){const n=t,e=o.ref(null),[s,r]=es({defer:!0,events:{initialized:()=>{e.value=!0},destroyed:()=>{e.value=!1}},options:{scrollbars:{theme:"os-theme-light",autoHide:n.autoHide}}});return o.watch(()=>Vt.state.theme,c=>{r().options({scrollbars:{theme:c==="dark"?"os-theme-light":"os-theme-dark",autoHide:n.autoHide}})}),o.onMounted(()=>s(document.body)),(c,i)=>o.renderSlot(c.$slots,"default")}},ei="",oc=ne({__name:"DScroll",props:{autoHide:{type:String,default:"never"}},setup(t){const n=t,e=o.ref(null);return o.watch(()=>Vt.state.theme,s=>{e.value.osInstance().options({scrollbars:{theme:s==="dark"?"os-theme-light":"os-theme-dark",autoHide:n.autoHide}})}),(s,r)=>(o.openBlock(),o.createBlock(o.unref(ec),{class:"os-vue",ref_key:"osRef",ref:e,options:{scrollbars:{theme:"os-theme-light",autoHide:n.autoHide}},events:{},defer:""},{default:o.withCtx(()=>[o.renderSlot(s.$slots,"default",{},void 0,!0)]),_:3},8,["options"]))}},[["__scopeId","data-v-9b322173"]]),oi="",sc={class:"modal-dialog"},rc={class:"modal-content"},cc={class:"modal-header"},ic={class:"modal-title"},lc={class:"modal-body"},ac={class:"modal-footer"},Cn=ne({__name:"DModal",props:{show:Boolean,width:String},emits:["open","close"],setup(t,{expose:n,emit:e}){const s=t;o.useCssVars(l=>({"558e9e46":s.width}));const r=o.ref(null),c=o.ref(!1);c.value=s==null?void 0:s.show;const i=()=>{c.value=!0,e("open",r)},d=()=>{c.value=!1,e("close",r)};return n({show:i,hide:d}),(l,a)=>{const f=o.resolveDirective("keydown");return o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.createVNode(o.Transition,{name:"fade"},{default:o.withCtx(()=>[c.value?o.withDirectives((o.openBlock(),o.createElementBlock("div",{key:0,ref_key:"modalRef",ref:r,class:"modal"},[o.createElementVNode("div",sc,[o.createElementVNode("div",rc,[o.createElementVNode("div",cc,[o.createElementVNode("h5",ic,[o.renderSlot(l.$slots,"modal-title",{},void 0,!0)])]),o.createElementVNode("div",lc,[o.renderSlot(l.$slots,"default",{},void 0,!0)]),o.createElementVNode("div",ac,[o.renderSlot(l.$slots,"modal-footer",{},void 0,!0)])])])])),[[f,d,"Escape"]]):o.createCommentVNode("",!0)]),_:3})])}}},[["__scopeId","data-v-82cadd63"]]),Zt=o.shallowRef();function Tn(t){t===void 0&&(t=Zt.value.comp.returnValue()),Zt.value.resolve(t),Zt.value=null}function ns(t,n,e="default"){return new Promise(s=>{Zt.value={dialog:t,props:n,wrapper:e,resolve:s}})}o.defineComponent({name:"DialogWrapper",components:{},props:{name:{type:String,default:"default"},transitionAttrs:Object},setup(){const t=o.ref();return o.watch(t,()=>{Zt.value&&(Zt.value.comp=t.value)}),{dialogRef:Zt,dialogInstance:t}}});const dc={style:{display:"flex","flex-direction":"row","justify-content":"center",gap:"5px"}},os={__name:"DAlertDialog",props:{title:String,message:String},setup(t,{expose:n}){const e=t;return n({returnValue:()=>!0}),(r,c)=>(o.openBlock(),o.createBlock(Cn,{show:!0},{"modal-title":o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.title),1)]),default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.message),1)]),"modal-footer":o.withCtx(()=>[o.createElementVNode("div",dc,[o.createVNode(ue,{onClick:c[0]||(c[0]=i=>o.unref(Tn)())},{default:o.withCtx(()=>[o.createTextVNode("Закрыть")]),_:1})])]),_:1}))}},fc={style:{display:"flex","flex-direction":"row","justify-content":"center",gap:"5px"}},ss={__name:"DConfirmDialog",props:{title:String,message:String},setup(t,{expose:n}){const e=t;return n({returnValue:()=>!0}),(r,c)=>(o.openBlock(),o.createBlock(Cn,{show:!0},{"modal-title":o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.title),1)]),default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(e.message),1)]),"modal-footer":o.withCtx(()=>[o.createElementVNode("div",fc,[o.createVNode(ue,{onClick:c[0]||(c[0]=i=>o.unref(Tn)())},{default:o.withCtx(()=>[o.createTextVNode("Да")]),_:1}),o.createVNode(ue,{class:"button-red",onClick:c[1]||(c[1]=i=>o.unref(Tn)(!1))},{default:o.withCtx(()=>[o.createTextVNode("Нет")]),_:1})])]),_:1}))}},En={__name:"DMenu",props:{class:String,items:Array,style:[String,Object],noSelect:{type:Boolean,default:!0},renderItemTitle:Function,beforeItem:Function},emits:["select"],setup(t,{expose:n,emit:e}){const s=t;let r=o.ref(null),c=o.ref(!1);const i=()=>{mt.emit("menu-show-request"),c.value=!0},d=()=>{var p;(p=r.value)==null||p.collapseAll(),c.value=!1},l=()=>c.value;mt.on("menu-show-request",()=>{d()}),n({show:i,hide:d,elementSize:()=>r.value.elementSize(),isShowed:l});const f=p=>{e("select",p),p.model.children||d()};return(p,u)=>{const m=o.resolveDirective("click-outside");return o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.unref(c)?o.withDirectives((o.openBlock(),o.createBlock(Ue,{key:0,ref_key:"treeRef",ref:r,items:s.items,"no-select":s.noSelect,class:o.normalizeClass(s.class),style:o.normalizeStyle(s.style),onSelect:f,"render-title":s.renderItemTitle,"before-item":s.beforeItem},null,8,["items","no-select","class","style","render-title","before-item"])),[[m,()=>d()]]):o.createCommentVNode("",!0)])}}},uc={class:"dropdown"},pc={__name:"DDropdown",props:{class:String,icon:{type:[String,null],default:null},items:Array,menuStyle:Object,renderItemTitle:Function,beforeItem:Function},emits:["select","click"],setup(t,{expose:n,emit:e}){const s=t,r=o.ref(null),c=o.ref(null),i=o.ref(0),d=o.ref(0),l=p=>{if(e("click",p),r.value.isShowed()){r.value.hide();return}r.value.show(),o.nextTick(()=>{const u=r.value.elementSize(),m=c.value.elementSize(),_=window.innerWidth,S=window.innerHeight;i.value=_-(m.x+m.width)<u.width?m.left-u.width+m.width:m.left,d.value=S-(m.y+m.height)<u.height?m.top-u.height-5:m.height+m.top+5})},a=p=>{e("select",p)},f=o.computed(()=>({left:i.value+"px",top:d.value+"px",...s.menuStyle}));return n({show:l}),(p,u)=>(o.openBlock(),o.createElementBlock("div",uc,[o.createVNode(ue,{ref_key:"buttonRef",ref:c,class:o.normalizeClass(s.class),icon:s.icon,onClick:o.withModifiers(l,["stop","prevent"])},{default:o.withCtx(()=>[o.renderSlot(p.$slots,"default")]),_:3},8,["class","icon","onClick"]),o.createVNode(En,{ref_key:"dMenuRef",ref:r,items:s.items,class:"dropdown-menu",style:o.normalizeStyle(f.value),"no-select":!0,onSelect:a,"render-item-title":s.renderItemTitle,"before-item":s.beforeItem},null,8,["items","style","render-item-title","before-item"])]))}},mc={__name:"DContextMenu",props:{items:Array,renderItemTitle:Function,beforeItem:Function},emits:["select"],setup(t,{expose:n,emit:e}){const s=t,r=o.ref(null),c=o.ref(0),i=o.ref(0),d=o.computed(()=>({left:c.value+"px",top:i.value+"px"})),l=f=>{r.value.show(),o.nextTick(()=>{const p=r.value.elementSize(),u=window.innerWidth,m=window.innerHeight;c.value=u-f.pageX<p.width?f.pageX-p.width:f.pageX,i.value=m-f.pageY<p.height?f.pageY-p.height:f.pageY})},a=f=>{e("select",f)};return n({show:l}),(f,p)=>(o.openBlock(),o.createBlock(En,{ref_key:"dMenuRef",ref:r,onSelect:a,items:s.items,style:o.normalizeStyle(d.value),class:"context-menu","no-select":!0,"render-item-title":s.renderItemTitle,"before-item":s.beforeItem},null,8,["items","style","render-item-title","before-item"]))}},hc={},gc={class:"d-panel"};function yc(t,n){return o.openBlock(),o.createElementBlock("div",gc,[o.renderSlot(t.$slots,"default")])}const rs=ne(hc,[["render",yc]]),bc={class:"card-header"},Sc={class:"modal-title"},wc={class:"card-body"},_c={class:"card-footer"},kc={__name:"DCard",setup(t){return(n,e)=>(o.openBlock(),o.createBlock(rs,{class:"d-card"},{default:o.withCtx(()=>[o.createElementVNode("div",bc,[o.createElementVNode("h5",Sc,[o.renderSlot(n.$slots,"title")])]),o.createElementVNode("div",wc,[o.renderSlot(n.$slots,"default")]),o.createElementVNode("div",_c,[o.renderSlot(n.$slots,"footer")])]),_:3}))}},xc=new Map;class $c{constructor(n,e,s){this.remaining=e,this.callback=n,this.notifyItem=s,this.resume()}pause(){clearTimeout(this.notifyItem.timer),this.remaining-=Date.now()-this.start}resume(){this.start=Date.now(),clearTimeout(this.notifyItem.timer),this.notifyItem.timer=setTimeout(this.callback,this.remaining)}}const Nn="[-+]?[0-9]*.?[0-9]+",cs=[{name:"px",regexp:new RegExp(`^${Nn}px$`)},{name:"%",regexp:new RegExp(`^${Nn}%$`)},{name:"px",regexp:new RegExp(`^${Nn}$`)}],Bc=t=>{if(t==="auto")return{type:t,value:0};for(let n=0;n<cs.length;n++){const e=cs[n];if(e.regexp.test(t))return{type:e.name,value:parseFloat(t)}}return{type:"",value:t}},Dc=t=>{switch(typeof t){case"number":return{type:"px",value:t};case"string":return Bc(t);default:return{type:"",value:t}}},is={x:new Set(["left","center","right"]),y:new Set(["top","bottom"])},Cc=(t=>()=>t++)(0),Tc=t=>typeof t!="string"?[]:t.split(/\s+/gi).filter(Boolean),Ec=t=>{typeof t=="string"&&(t=Tc(t));let n=null,e=null;return t.forEach(s=>{is.y.has(s)&&(e=s),is.x.has(s)&&(n=s)}),{x:n,y:e}},In={position:["top","right"],cssAnimation:"fade",velocityAnimation:{enter:t=>({height:[t.clientHeight,0],opacity:[1,0]}),leave:{height:0,opacity:[0,1]}}},Nc={__name:"VelocityGroup",emits:["enter","leave","after-leave"],setup(t,{emit:n}){const e=(c,i)=>{n("enter",c,i)},s=(c,i)=>{n("leave",c,i)},r=()=>{n("after-leave")};return(c,i)=>(o.openBlock(),o.createBlock(o.TransitionGroup,{tag:"span",css:!1,onEnter:e,onLeave:s,onAfterLeave:r},{default:o.withCtx(()=>[o.renderSlot(c.$slots,"default")]),_:3}))}},Ic=Object.assign({inheritAttrs:!1},{__name:"CssGroup",props:{name:String},setup(t){const n=t;return(e,s)=>(o.openBlock(),o.createBlock(o.TransitionGroup,{tag:"span",name:n.name},{default:o.withCtx(()=>[o.renderSlot(e.$slots,"default")]),_:3},8,["name"]))}}),zc=["data-id"],Oc=["onClick"],Vc=["innerHTML"],Lc=["innerHTML"],vc={key:0,class:"d-notification-title"},Ac={class:"notification-content"},Hc={__name:"DNotificationProvider",props:{group:{type:String,default:""},width:{type:[String,Number],default:300},reverse:{type:Boolean,default:!1},position:{type:[String,Array,null],default:In.position},classes:{type:String,default:"d-notification"},animationType:{type:String,default:"css"},animation:{type:[String,Object],default:In.velocityAnimation},animationName:{type:String,default:In.cssAnimation},speed:{type:Number,default:300},duration:{type:Number,default:3e3},delay:{type:Number,default:0},max:{type:Number,default:1/0},ignoreDuplicates:{type:Boolean,default:!1},closeOnClick:{type:Boolean,default:!0},pauseOnHover:{type:Boolean,default:!1},dangerouslySetInnerHtml:{type:Boolean,default:!1}},emits:["click","destroy","start"],setup(t,{emit:n}){const e=t,s={IDLE:0,DESTROYED:2},r=o.ref([]),c=o.ref(null),i=o.ref(xc.get("velocity")),d=o.computed(()=>e.animationType==="velocity"),l=o.computed(()=>d.value?Nc:Ic),a=o.computed(()=>r.value.filter(b=>b.state!==s.DESTROYED)),f=o.computed(()=>Dc(e.width)),p=o.computed(()=>{const{x:b,y:z}=Ec(e.position),h=f.value.value,w=f.value.type,$={width:h+w};return z&&($[z]="0px"),b&&(b==="center"?$.left=`calc(50% - ${+h/2}${w})`:$[b]="0px"),$}),u=o.computed(()=>"bottom"in p.value),m=b=>{n("click",b),e.closeOnClick&&k(b)},_=()=>{var b;e.pauseOnHover&&((b=c.value)==null||b.pause())},S=()=>{var b;e.pauseOnHover&&((b=c.value)==null||b.resume())},x=b=>{if(b.group||(b.group=""),b.data||(b.data={}),e.group!==b.group)return;if(b.clean||b.clear){v();return}const z=typeof b.duration=="number"?b.duration:e.duration,h=typeof b.speed=="number"?b.speed:e.speed,w=typeof b.ignoreDuplicates=="boolean"?b.ignoreDuplicates:e.ignoreDuplicates,{title:$,text:T,type:H,data:V,id:N}=b,E={id:N||Cc(),title:$,text:T,type:H,state:s.IDLE,speed:h,length:z+2*h,data:V};z>=0&&(c.value=new $c(()=>k(E),E.length,E));const M=e.reverse?!u.value:u.value;let U=-1;const q=a.value.some(I=>I.title===b.title&&I.text===b.text);(!w||!q)&&(M?(r.value.push(E),n("start",E),a.value.length>e.max&&(U=0)):(r.value.unshift(E),n("start",E),a.value.length>e.max&&(U=a.value.length-1)),U!==-1&&k(a.value[U]))},C=b=>{B(b)},g=b=>["d-notification-template",e.classes,b.type||""],y=b=>d.value?void 0:{transition:`all ${b.speed}ms`},k=b=>{clearTimeout(b.timer),b.state=s.DESTROYED,K(),n("destroy",b)},B=b=>{const z=r.value.find(h=>h.id===b);z&&k(z)},v=()=>{a.value.forEach(k)},A=(b,z)=>{var w;const h=(w=e.animation)==null?void 0:w[b];return typeof h=="function"?h(z):h},R=(b,z)=>{if(!d.value)return;const h=A("enter",b);i.value(b,h,{duration:e.speed,complete:z})},W=(b,z)=>{if(!d.value)return;const h=A("leave",b);i.value(b,h,{duration:e.speed,complete:z})};function K(){r.value=r.value.filter(b=>b.state!==s.DESTROYED)}return o.onMounted(()=>{mt.on("notification-add",x),mt.on("notification-close",C)}),(b,z)=>(o.openBlock(),o.createElementBlock("div",{class:"d-notification-group",style:o.normalizeStyle(p.value)},[(o.openBlock(),o.createBlock(o.resolveDynamicComponent(l.value),{name:t.animationName,onEnter:R,onLeave:W,onAfterLeave:K},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(a.value,h=>(o.openBlock(),o.createElementBlock("div",{key:h.id,class:"d-notification-wrapper",style:o.normalizeStyle(y(h)),"data-id":h.id,onMouseenter:_,onMouseleave:S},[o.renderSlot(b.$slots,"body",{class:o.normalizeClass([t.classes,h.type]),item:h,close:()=>k(h)},()=>[o.createElementVNode("div",{class:o.normalizeClass(g(h)),onClick:w=>m(h)},[t.dangerouslySetInnerHtml?(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[h.title?(o.openBlock(),o.createElementBlock("div",{key:0,class:"d-notification-title",innerHTML:h.timer},null,8,Vc)):o.createCommentVNode("",!0),o.createElementVNode("div",{class:"notification-content",innerHTML:h.text},null,8,Lc)],64)):(o.openBlock(),o.createElementBlock(o.Fragment,{key:1},[h.title?(o.openBlock(),o.createElementBlock("div",vc,o.toDisplayString(h.title),1)):o.createCommentVNode("",!0),o.createElementVNode("div",Ac,o.toDisplayString(h.text),1)],64))],10,Oc)])],44,zc))),128))]),_:3},40,["name"]))],4))}};async function Mc(t,n){return await ns(os,{title:t,message:n})}async function Pc(t,n){return await ns(ss,{title:t,message:n})}const zn=t=>{typeof t=="string"&&(t={title:"",text:t}),typeof t=="object"&&mt.emit("notification-add",t)};zn.close=t=>{mt.emit("notification-close",t)};const Fc=()=>({notify:zn}),Rc={mounted:function(t,n){t.clickOutsideEvent=function(e){t===e.target||t.contains(e.target)||n.value(e,t)},document.addEventListener("click",t.clickOutsideEvent)},unmounted:function(t){document.removeEventListener("click",t.clickOutsideEvent)}};F.DAccordion=Ds,F.DAlertDialog=os,F.DBadge=Fn,F.DButton=ue,F.DCard=kc,F.DCollapse=Rn,F.DConfigProvider=zs,F.DConfirmDialog=ss,F.DContextMenu=mc,F.DDrag=Wn,F.DDrop=jn,F.DDropdown=pc,F.DGlobalStore=Vt,F.DIcon=ee,F.DIconStore=Dt,F.DInput=ps,F.DLayoutAdmin=Is,F.DLayoutContent=Jn,F.DLayoutFooter=Gn,F.DLayoutHeader=qn,F.DLayoutSidebar=Kn,F.DLayoutTab=Xn,F.DMenu=En,F.DModal=Cn,F.DNotificationProvider=Hc,F.DPanel=rs,F.DScroll=oc,F.DScrollProvider=nc,F.DTransferStore=pe,F.DTree=Ue,F.DTreeItem=Un,F.DTreeStore=L,F.alert=Mc,F.clickOutside=Rc,F.confirm=Pc,F.emitter=mt,F.eventsBus=Yn,F.notify=zn,F.useNotification=Fc,Object.defineProperty(F,Symbol.toStringTag,{value:"Module"})});
package/dist/style.css CHANGED
@@ -1,4 +1,4 @@
1
- @charset "UTF-8";.dark .context-menu,.dark .dropdown-menu{background-color:#34383e;border:solid 1px #525252;box-shadow:0 0 6px #2f2b2b}.light .context-menu,.light .dropdown-menu{color:#626262;background-color:#fbfbfb;border:solid 1px #d2d2d2;box-shadow:0 0 6px #b9b9b9}.context-menu,.dropdown-menu{position:absolute;border-radius:5px;padding:5px!important;list-style:none;margin:0}.context-menu li a,.dropdown-menu li a{display:block;color:#ffffffb3;padding:8px 10px;text-decoration:none}.context-menu li a:hover,.dropdown-menu li a:hover{color:#fffc;background-color:#ffffff1a}.context-menu .hr,.dropdown-menu .hr{height:1px;background-color:#ffffff1a;border:0;margin:0}a{text-decoration:none;transition:all .3s}.button{-webkit-user-select:none;user-select:none;cursor:pointer;display:inline-flex;align-items:center;padding:0 .7rem;border-radius:5px;transition:all .2s;font-weight:400;margin:.25rem .125rem;height:32px}.button.button-sm{font-size:.8em;height:24px;padding:0 .6em}.button.button-lg{font-size:1.3em;height:38px;padding:0 .8rem}.button.button-text{padding:0;background:rgba(255,255,255,0)!important;border:0}.button.button-ext{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.button.button-ext.button-sm{gap:4px}.button.button-ext.button-lg{gap:6px}.button.button-ext .icon{display:inline-flex!important;flex-direction:row;justify-content:center;align-items:center}.button.button-ext .icon svg{width:1.2em;height:1.2em}.label{margin-bottom:5px;font-size:.9em;opacity:.7}.d-input .d-input-small{font-size:.8em;height:28px}.d-input .d-input-big{font-size:1.2em;height:38px}.d-input,.d-select,.d-checkbox{margin-bottom:15px}.d-input input,.d-input select{font-size:1.1em;border-style:solid;border-width:1px;border-radius:5px;padding:5px 7px;height:33px}.d-checkbox input[type=checkbox]{position:absolute;z-index:-1;opacity:0}.d-checkbox input[type=checkbox]+label{display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none}.d-checkbox input[type=checkbox]+label:before{content:"";display:inline-block;width:1em;height:1em;flex-shrink:0;flex-grow:0;border-radius:.25em;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:50% 50%;transition:all .2s}.d-checkbox input[type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");background-size:10px}.icon{line-height:1em;text-align:center;display:inline-block;position:relative;fill:currentColor;transform:translateZ(0)}.icon svg{width:1em;height:1em}.accordion{-webkit-user-select:none;user-select:none}.accordion .accordion-item,.accordion .accordion-sub{cursor:pointer;padding:.25rem .125rem}.badge{display:inline-block;padding:3px 4px;margin:.25rem .125rem;border-radius:5px;line-height:1}.badge.badge-sm{font-size:.8em;padding:2px 3px}.tree{padding-left:0;-webkit-user-select:none;user-select:none;list-style:none;margin:0}.tree.accordion .tree-item ul{padding-left:0}.tree .tree-divider{height:1px;border:0;margin:5px 0}.tree .tree-divider-header{font-size:.7em;padding:3px 0;border:0;display:flex;align-items:center;text-transform:uppercase;white-space:nowrap}.tree .tree-divider-header:before{flex:95em;content:"";height:1px;margin:5px;min-width:15px}.tree .tree-divider-header:after{flex:5em;content:"";height:1px;margin:5px}.tree .tree-item{cursor:pointer;line-height:1.5;overflow:hidden;position:relative}.tree .tree-item>div{padding:3px 5px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:5px}.tree .tree-item>div.selected{transition:all 50ms}.tree .tree-item>div>div{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:3px}.tree .tree-item>div .icon{display:inline-flex!important;flex-direction:row;justify-content:center;align-items:center;transition:all .2s}.tree .tree-item>div .tree-open-post{transform:rotate(-90deg)}.tree .tree-item>div .tree-open-pre{transform:rotate(90deg)}.tree .tree-item ul{padding-left:20px;list-style:none}.tree .item-title{display:table;table-layout:fixed;width:100%}.tree .item-title>div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tree.tree-compact{font-size:.9em}.tree.tree-compact .tree-item{line-height:1}.tree.tree-compact .tree-item>div{padding:1px 3px}.d-layout{display:flex;flex-direction:column;width:100%;height:100%}.d-layout .d-layout-header{left:0;top:0;flex-shrink:0;box-sizing:border-box;width:100%;transition-property:padding-left}.d-layout .d-layout-content{flex-grow:1;box-sizing:border-box;width:100%;transition-property:padding-left}.d-layout .d-layout-footer{left:0;bottom:0;flex-shrink:0;box-sizing:border-box;width:100%;transition-property:padding-left}.d-layout .d-layout-sidebar{position:fixed;left:0;top:0;box-sizing:border-box;width:100%;height:100%;transition-property:all;overflow-y:hidden}.d-layout .d-layout-sidebar-mask{position:fixed;left:0;top:0;z-index:1002;width:100%;height:100%;transition-property:background-color}.d-layout .d-layout-tab{left:0;flex-shrink:0;box-sizing:border-box;width:100%;transition-property:padding-left}.context-menu{z-index:3000}.context-menu.tree .item-title{width:auto}.dropdown{position:relative}.dropdown-menu{z-index:3000}.dropdown-menu.tree .item-title{width:auto}.d-panel{border-radius:5px;padding:.4rem .8rem;overflow:hidden}.d-card{padding:0}.d-card .card-header{padding:.4rem .8rem}.d-card .card-header h5{margin:0;padding:0;font-size:1.2em;font-weight:400}.d-card .card-body,.d-card .card-footer{padding:.4rem .8rem}.modal{position:fixed;top:0;bottom:0;left:0;right:0;height:100%;width:100%;padding:0;margin:0;display:flex;align-items:center;justify-content:center;z-index:5000}.modal .modal-dialog{background-color:#34383e;border-radius:5px;padding:0}.modal .modal-dialog .modal-content .modal-header{padding:15px}.modal .modal-dialog .modal-content .modal-header h5{margin:0;padding:0;font-size:1.2em;font-weight:400}.modal .modal-dialog .modal-content .modal-body{padding:20px 15px}.modal .modal-dialog .modal-content .modal-footer{padding:10px 15px}.fade-enter-active,.fade-leave-active,.fade-move{transition:all .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.d-notification-group{display:block;position:fixed;z-index:5000}.d-notification-group .d-notification-wrapper{display:block;width:100%;margin:0;padding:0}.d-notification-group .d-notification-template{display:block;box-sizing:border-box;text-align:left}.d-notification-group .d-notification-template.d-notification{display:block;box-sizing:border-box;text-align:left;padding:.4rem .8rem;margin:5px 5px 0;border-radius:5px}.d-notification-group .d-notification-template.d-notification .d-notification-title{font-weight:600}.light .button{background-color:#e0e0e0;color:gray}.light .button:hover{color:#666;background-color:#cccc}.light .button.button-blue{background-color:#97d9f1;color:#43565c}.light .button.button-blue:hover{color:#2d3a3f;background-color:#51c0e7cc}.light .button.button-green{background-color:#a0e7ce;color:#4f4f4f}.light .button.button-green:hover{color:#363636;background-color:#60d7adcc}.light .button.button-red{background-color:#ffbebe;color:#ae4a4a}.light .button.button-red:hover{background-color:#ff9292cc;color:#8a3b3b}.light .button.button-orange{background-color:#ffdc9b;color:#856a39}.light .button.button-orange:hover{background-color:#ffc458cc;color:#614e2a}.light .button.button-violet{background-color:#dacaff;color:#7456b7}.light .button.button-violet:hover{background-color:#c2a7ffcc;color:#5c4199}.light .button.button-outline{outline:solid 1px #E0E0E0;color:gray;background-color:transparent}.light .button.button-outline:hover{color:gray;background-color:#cccc}.light .button.button-outline-blue{outline:solid 1px #97D9F1;background-color:transparent;color:#1ca2d3}.light .button.button-outline-blue:hover{color:#43565c;background-color:#51c0e7cc}.light .button.button-outline-green{outline:solid 1px #A0E7CE;background-color:transparent;color:#30be8c}.light .button.button-outline-green:hover{color:#4f4f4f;background-color:#60d7adcc}.light .button.button-outline-red{outline:solid 1px #FFBEBE;background-color:transparent;color:#ff2525}.light .button.button-outline-red:hover{color:#ae4a4a;background-color:#ff9292cc}.light .button.button-outline-orange{outline:solid 1px #FFDC9B;background-color:transparent;color:#ffa602}.light .button.button-outline-orange:hover{color:#856a39;background-color:#ffc458cc}.light .button.button-outline-violet{outline:solid 1px #DACAFF;background-color:transparent;color:#6f31ff}.light .button.button-outline-violet:hover{color:#7456b7;background-color:#c2a7ffcc}.dark .button{background-color:#ffffff1a;color:#e5e5e5}.dark .button:hover{color:#fff;background-color:#ffffff26}.dark .button.button-blue{background-color:#02769f}.dark .button.button-blue:hover{background-color:#02769fcc}.dark .button.button-green{background-color:#11755b}.dark .button.button-green:hover{background-color:#11755bcc}.dark .button.button-red{background-color:#da4444}.dark .button.button-red:hover{background-color:#da4444cc}.dark .button.button-orange{background-color:#d48900}.dark .button.button-orange:hover{background-color:#d48900cc}.dark .button.button-violet{background-color:#7750d2}.dark .button.button-violet:hover{background-color:#7750d2cc}.dark .button.button-outline{outline:solid 1px rgba(255,255,255,.15);color:#a2a2a2;background-color:transparent}.dark .button.button-outline:hover{color:#fff;background-color:#ffffff26}.dark .button.button-outline-blue{outline:solid 1px #02769f;background-color:transparent;color:#039bd1}.dark .button.button-outline-blue:hover{color:#fff;background-color:#02769f}.dark .button.button-outline-green{outline:solid 1px #11755b;background-color:transparent;color:#17a27e}.dark .button.button-outline-green:hover{color:#fff;background-color:#11755b}.dark .button.button-outline-red{outline:solid 1px #da4444;background-color:transparent;color:#e26f6f}.dark .button.button-outline-red:hover{color:#fff;background-color:#da4444}.dark .button.button-outline-orange{outline:solid 1px #d48900;background-color:transparent;color:#ffa808}.dark .button.button-outline-orange:hover{color:#fff;background-color:#d48900}.dark .button.button-outline-violet{outline:solid 1px #7750d2;background-color:transparent;color:#9779dc}.dark .button.button-outline-violet:hover{color:#fff;background-color:#7750d2}.badge{background-color:#e0e0e0;color:gray}.badge.badge-blue{background-color:#97d9f1;color:#43565c}.badge.badge-green{background-color:#a0e7ce;color:#4f4f4f}.badge.badge-red{background-color:#ffbebe;color:#ae4a4a}.badge.badge-orange{background-color:#ffdc9b;color:#856a39}.badge.badge-violet{background-color:#dacaff;color:#7456b7}.badge.badge-stress-gray{color:#fff;background-color:#949494}.badge.badge-stress-blue{color:#fff;background-color:#1ca2d3}.badge.badge-stress-green{color:#fff;background-color:#30be8c}.badge.badge-stress-red{color:#fff;background-color:#ff2525}.badge.badge-stress-orange{color:#fff;background-color:#ffa602}.badge.badge-stress-violet{color:#fff;background-color:#6f31ff}.dark .badge{background-color:#43464c;color:#e5e5e5}.dark .badge.badge-blue{background-color:#02769f}.dark .badge.badge-green{background-color:#11755b}.dark .badge.badge-red{background-color:#da4444}.dark .badge.badge-orange{background-color:#d48900}.dark .badge.badge-violet{background-color:#7750d2}.dark .badge.badge-stress-gray{color:#a8aaac;background-color:#232529}.dark .badge.badge-stress-blue{color:#70daff;background-color:#000608}.dark .badge.badge-stress-green{color:#6bffbc;background-color:#000}.dark .badge.badge-stress-red{color:#ffafaf;background-color:#6f1616}.dark .badge.badge-stress-orange{color:#ffba3b;background-color:#3b2600}.dark .badge.badge-stress-violet{color:#b6a1e7;background-color:#341c6d}.light .tree .tree-divider{background-color:#0003}.light .tree .tree-divider-header{color:#0006}.light .tree .tree-divider-header:before{background-color:#0003}.light .tree .tree-divider-header:after{background-color:#0003}.light .tree .tree-item>div.selected{background-color:#0000001a}.light .tree .tree-item>div:hover{background-color:#0000001a}.dark .tree .tree-divider{background-color:#fff3}.dark .tree .tree-divider-header{color:#fff6}.dark .tree .tree-divider-header:before{background-color:#fff3}.dark .tree .tree-divider-header:after{background-color:#fff3}.dark .tree .tree-item>div.selected{background-color:#ffffff1a}.dark .tree .tree-item>div:hover{background-color:#ffffff1a}/*!
1
+ @charset "UTF-8";.dark .context-menu,.dark .dropdown-menu{background-color:#34383e;border:solid 1px #525252;box-shadow:0 0 6px #2f2b2b}.light .context-menu,.light .dropdown-menu{color:#626262;background-color:#fbfbfb;border:solid 1px #d2d2d2;box-shadow:0 0 6px #b9b9b9}.context-menu,.dropdown-menu{position:absolute;border-radius:5px;padding:5px!important;list-style:none;margin:0}.context-menu li a,.dropdown-menu li a{display:block;color:#ffffffb3;padding:8px 10px;text-decoration:none}.context-menu li a:hover,.dropdown-menu li a:hover{color:#fffc;background-color:#ffffff1a}.context-menu .hr,.dropdown-menu .hr{height:1px;background-color:#ffffff1a;border:0;margin:0}a{text-decoration:none;transition:all .3s}.button{-webkit-user-select:none;user-select:none;cursor:pointer;display:inline-flex;align-items:center;padding:0 .7rem;border-radius:5px;transition:all .2s;font-weight:400;margin:.25rem .125rem;height:32px}.button.button-sm{font-size:.8em;height:24px;padding:0 .6em}.button.button-lg{font-size:1.3em;height:38px;padding:0 .8rem}.button.button-text{padding:0;background:rgba(255,255,255,0)!important;border:0}.button.button-ext{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.button.button-ext.button-sm{gap:4px}.button.button-ext.button-lg{gap:6px}.button.button-ext .icon{display:inline-flex!important;flex-direction:row;justify-content:center;align-items:center}.button.button-ext .icon svg{width:1.2em;height:1.2em}.label{margin-bottom:5px;font-size:.9em;opacity:.7}.d-input .d-input-small{font-size:.8em;height:28px}.d-input .d-input-big{font-size:1.2em;height:38px}.d-input,.d-select,.d-checkbox{margin-bottom:15px}.d-input input,.d-input select{font-size:1.1em;border-style:solid;border-width:1px;border-radius:5px;padding:1px 7px 0;height:33px}.d-checkbox input[type=checkbox]{position:absolute;z-index:-1;opacity:0}.d-checkbox input[type=checkbox]+label{display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none}.d-checkbox input[type=checkbox]+label:before{content:"";display:inline-block;width:1em;height:1em;flex-shrink:0;flex-grow:0;border-radius:.25em;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:50% 50%;transition:all .2s}.d-checkbox input[type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");background-size:10px}.icon{line-height:1em;text-align:center;display:inline-block;position:relative;fill:currentColor;transform:translateZ(0)}.icon svg{width:1em;height:1em}.accordion{-webkit-user-select:none;user-select:none}.accordion .accordion-item,.accordion .accordion-sub{cursor:pointer;padding:.25rem .125rem}.badge{display:inline-block;padding:3px 4px;margin:.25rem .125rem;border-radius:5px;line-height:1}.badge.badge-sm{font-size:.8em;padding:2px 3px}.tree{padding-left:0;-webkit-user-select:none;user-select:none;list-style:none;margin:0}.tree.accordion .tree-item ul{padding-left:0}.tree .tree-divider{height:1px;border:0;margin:5px 0}.tree .tree-divider-header{font-size:.7em;padding:3px 0;border:0;display:flex;align-items:center;text-transform:uppercase;white-space:nowrap}.tree .tree-divider-header:before{flex:95em;content:"";height:1px;margin:5px;min-width:15px}.tree .tree-divider-header:after{flex:5em;content:"";height:1px;margin:5px}.tree .tree-item{cursor:pointer;line-height:1.5;overflow:hidden;position:relative}.tree .tree-item>div{padding:3px 5px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:5px}.tree .tree-item>div.selected{transition:all 50ms}.tree .tree-item>div>div{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:3px}.tree .tree-item>div .icon{display:inline-flex!important;flex-direction:row;justify-content:center;align-items:center;transition:all .2s}.tree .tree-item>div .tree-open-post{transform:rotate(-90deg)}.tree .tree-item>div .tree-open-pre{transform:rotate(90deg)}.tree .tree-item ul{padding-left:20px;list-style:none}.tree .item-title{display:table;table-layout:fixed;width:100%}.tree .item-title>div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tree.tree-compact{font-size:.9em}.tree.tree-compact .tree-item{line-height:1}.tree.tree-compact .tree-item>div{padding:1px 3px}.d-layout{display:flex;flex-direction:column;width:100%;height:100%}.d-layout .d-layout-header{left:0;top:0;flex-shrink:0;box-sizing:border-box;width:100%;transition-property:padding-left}.d-layout .d-layout-content{flex-grow:1;box-sizing:border-box;width:100%;transition-property:padding-left}.d-layout .d-layout-footer{left:0;bottom:0;flex-shrink:0;box-sizing:border-box;width:100%;transition-property:padding-left}.d-layout .d-layout-sidebar{position:fixed;left:0;top:0;box-sizing:border-box;width:100%;height:100%;transition-property:all;overflow-y:hidden}.d-layout .d-layout-sidebar-mask{position:fixed;left:0;top:0;z-index:1002;width:100%;height:100%;transition-property:background-color}.d-layout .d-layout-tab{left:0;flex-shrink:0;box-sizing:border-box;width:100%;transition-property:padding-left}.context-menu{z-index:3000}.context-menu.tree .item-title{width:auto}.dropdown{position:relative}.dropdown-menu{z-index:3000}.dropdown-menu.tree .item-title{width:auto}.d-panel{border-radius:5px;padding:.4rem .8rem;overflow:hidden}.d-card{padding:0}.d-card .card-header{padding:.4rem .8rem}.d-card .card-header h5{margin:0;padding:0;font-size:1.2em;font-weight:400}.d-card .card-body,.d-card .card-footer{padding:.4rem .8rem}.modal{position:fixed;top:0;bottom:0;left:0;right:0;height:100%;width:100%;padding:0;margin:0;display:flex;align-items:center;justify-content:center;z-index:5000}.modal .modal-dialog{background-color:#34383e;border-radius:5px;padding:0}.modal .modal-dialog .modal-content .modal-header{padding:15px}.modal .modal-dialog .modal-content .modal-header h5{margin:0;padding:0;font-size:1.2em;font-weight:400}.modal .modal-dialog .modal-content .modal-body{padding:20px 15px}.modal .modal-dialog .modal-content .modal-footer{padding:10px 15px}.fade-enter-active,.fade-leave-active,.fade-move{transition:all .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.d-notification-group{display:block;position:fixed;z-index:5000}.d-notification-group .d-notification-wrapper{display:block;width:100%;margin:0;padding:0}.d-notification-group .d-notification-template{display:block;box-sizing:border-box;text-align:left}.d-notification-group .d-notification-template.d-notification{display:block;box-sizing:border-box;text-align:left;padding:.4rem .8rem;margin:5px 5px 0;border-radius:5px}.d-notification-group .d-notification-template.d-notification .d-notification-title{font-weight:600}.light .button{background-color:#e0e0e0;color:gray}.light .button:hover{color:#666;background-color:#cccc}.light .button.button-blue{background-color:#97d9f1;color:#43565c}.light .button.button-blue:hover{color:#2d3a3f;background-color:#51c0e7cc}.light .button.button-green{background-color:#a0e7ce;color:#4f4f4f}.light .button.button-green:hover{color:#363636;background-color:#60d7adcc}.light .button.button-red{background-color:#ffbebe;color:#ae4a4a}.light .button.button-red:hover{background-color:#ff9292cc;color:#8a3b3b}.light .button.button-orange{background-color:#ffdc9b;color:#856a39}.light .button.button-orange:hover{background-color:#ffc458cc;color:#614e2a}.light .button.button-violet{background-color:#dacaff;color:#7456b7}.light .button.button-violet:hover{background-color:#c2a7ffcc;color:#5c4199}.light .button.button-outline{outline:solid 1px #E0E0E0;color:gray;background-color:transparent}.light .button.button-outline:hover{color:gray;background-color:#cccc}.light .button.button-outline-blue{outline:solid 1px #97D9F1;background-color:transparent;color:#1ca2d3}.light .button.button-outline-blue:hover{color:#43565c;background-color:#51c0e7cc}.light .button.button-outline-green{outline:solid 1px #A0E7CE;background-color:transparent;color:#30be8c}.light .button.button-outline-green:hover{color:#4f4f4f;background-color:#60d7adcc}.light .button.button-outline-red{outline:solid 1px #FFBEBE;background-color:transparent;color:#ff2525}.light .button.button-outline-red:hover{color:#ae4a4a;background-color:#ff9292cc}.light .button.button-outline-orange{outline:solid 1px #FFDC9B;background-color:transparent;color:#ffa602}.light .button.button-outline-orange:hover{color:#856a39;background-color:#ffc458cc}.light .button.button-outline-violet{outline:solid 1px #DACAFF;background-color:transparent;color:#6f31ff}.light .button.button-outline-violet:hover{color:#7456b7;background-color:#c2a7ffcc}.dark .button{background-color:#ffffff1a;color:#e5e5e5}.dark .button:hover{color:#fff;background-color:#ffffff26}.dark .button.button-blue{background-color:#02769f}.dark .button.button-blue:hover{background-color:#02769fcc}.dark .button.button-green{background-color:#11755b}.dark .button.button-green:hover{background-color:#11755bcc}.dark .button.button-red{background-color:#da4444}.dark .button.button-red:hover{background-color:#da4444cc}.dark .button.button-orange{background-color:#d48900}.dark .button.button-orange:hover{background-color:#d48900cc}.dark .button.button-violet{background-color:#7750d2}.dark .button.button-violet:hover{background-color:#7750d2cc}.dark .button.button-outline{outline:solid 1px rgba(255,255,255,.15);color:#a2a2a2;background-color:transparent}.dark .button.button-outline:hover{color:#fff;background-color:#ffffff26}.dark .button.button-outline-blue{outline:solid 1px #02769f;background-color:transparent;color:#039bd1}.dark .button.button-outline-blue:hover{color:#fff;background-color:#02769f}.dark .button.button-outline-green{outline:solid 1px #11755b;background-color:transparent;color:#17a27e}.dark .button.button-outline-green:hover{color:#fff;background-color:#11755b}.dark .button.button-outline-red{outline:solid 1px #da4444;background-color:transparent;color:#e26f6f}.dark .button.button-outline-red:hover{color:#fff;background-color:#da4444}.dark .button.button-outline-orange{outline:solid 1px #d48900;background-color:transparent;color:#ffa808}.dark .button.button-outline-orange:hover{color:#fff;background-color:#d48900}.dark .button.button-outline-violet{outline:solid 1px #7750d2;background-color:transparent;color:#9779dc}.dark .button.button-outline-violet:hover{color:#fff;background-color:#7750d2}.badge{background-color:#e0e0e0;color:gray}.badge.badge-blue{background-color:#97d9f1;color:#43565c}.badge.badge-green{background-color:#a0e7ce;color:#4f4f4f}.badge.badge-red{background-color:#ffbebe;color:#ae4a4a}.badge.badge-orange{background-color:#ffdc9b;color:#856a39}.badge.badge-violet{background-color:#dacaff;color:#7456b7}.badge.badge-stress-gray{color:#fff;background-color:#949494}.badge.badge-stress-blue{color:#fff;background-color:#1ca2d3}.badge.badge-stress-green{color:#fff;background-color:#30be8c}.badge.badge-stress-red{color:#fff;background-color:#ff2525}.badge.badge-stress-orange{color:#fff;background-color:#ffa602}.badge.badge-stress-violet{color:#fff;background-color:#6f31ff}.dark .badge{background-color:#43464c;color:#e5e5e5}.dark .badge.badge-blue{background-color:#02769f}.dark .badge.badge-green{background-color:#11755b}.dark .badge.badge-red{background-color:#da4444}.dark .badge.badge-orange{background-color:#d48900}.dark .badge.badge-violet{background-color:#7750d2}.dark .badge.badge-stress-gray{color:#a8aaac;background-color:#232529}.dark .badge.badge-stress-blue{color:#70daff;background-color:#000608}.dark .badge.badge-stress-green{color:#6bffbc;background-color:#000}.dark .badge.badge-stress-red{color:#ffafaf;background-color:#6f1616}.dark .badge.badge-stress-orange{color:#ffba3b;background-color:#3b2600}.dark .badge.badge-stress-violet{color:#b6a1e7;background-color:#341c6d}.light .tree .tree-divider{background-color:#0003}.light .tree .tree-divider-header{color:#0006}.light .tree .tree-divider-header:before{background-color:#0003}.light .tree .tree-divider-header:after{background-color:#0003}.light .tree .tree-item>div.selected{background-color:#0000001a}.light .tree .tree-item>div:hover{background-color:#0000001a}.dark .tree .tree-divider{background-color:#fff3}.dark .tree .tree-divider-header{color:#fff6}.dark .tree .tree-divider-header:before{background-color:#fff3}.dark .tree .tree-divider-header:after{background-color:#fff3}.dark .tree .tree-item>div.selected{background-color:#ffffff1a}.dark .tree .tree-item>div:hover{background-color:#ffffff1a}/*!
2
2
  * OverlayScrollbars
3
3
  * Version: 2.3.0
4
4
  *
@@ -6,4 +6,4 @@
6
6
  * https://github.com/KingSora
7
7
  *
8
8
  * Released under the MIT license.
9
- */.os-size-observer,.os-size-observer-listener{direction:inherit;pointer-events:none;overflow:hidden;visibility:hidden;box-sizing:border-box}.os-size-observer,.os-size-observer-listener,.os-size-observer-listener-item,.os-size-observer-listener-item-final{writing-mode:horizontal-tb;position:absolute;left:0;top:0}.os-size-observer{z-index:-1;contain:strict;display:flex;flex-direction:row;flex-wrap:nowrap;padding:inherit;border:inherit;box-sizing:inherit;margin:-133px;top:0;right:0;bottom:0;left:0;transform:scale(.1)}.os-size-observer:before{content:"";flex:none;box-sizing:inherit;padding:10px;width:10px;height:10px}.os-size-observer-appear{animation:os-size-observer-appear-animation 1ms forwards}.os-size-observer-listener{box-sizing:border-box;position:relative;flex:auto;padding:inherit;border:inherit;margin:-133px;transform:scale(10)}.os-size-observer-listener.ltr{margin-right:-266px;margin-left:0}.os-size-observer-listener.rtl{margin-left:-266px;margin-right:0}.os-size-observer-listener:empty:before{content:"";width:100%;height:100%}.os-size-observer-listener:empty:before,.os-size-observer-listener>.os-size-observer-listener-item{display:block;position:relative;padding:inherit;border:inherit;box-sizing:content-box;flex:auto}.os-size-observer-listener-scroll{box-sizing:border-box;display:flex}.os-size-observer-listener-item{right:0;bottom:0;overflow:hidden;direction:ltr;flex:none}.os-size-observer-listener-item-final{transition:none}@keyframes os-size-observer-appear-animation{0%{cursor:auto}to{cursor:none}}.os-trinsic-observer{flex:none;box-sizing:border-box;position:relative;max-width:0px;max-height:1px;padding:0;margin:0;border:none;overflow:hidden;z-index:-1;height:0;top:calc(100% + 1px);contain:strict}.os-trinsic-observer:not(:empty){height:calc(100% + 1px);top:-1px}.os-trinsic-observer:not(:empty)>.os-size-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-environment{--os-custom-prop: -1;position:fixed;opacity:0;visibility:hidden;overflow:scroll;height:200px;width:200px;z-index:var(--os-custom-prop)}.os-environment div{width:200%;height:200%;margin:10px 0}.os-environment.os-environment-flexbox-glue{display:flex;flex-direction:row;flex-wrap:nowrap;height:auto;width:auto;min-height:200px;min-width:200px}.os-environment.os-environment-flexbox-glue div{flex:auto;width:auto;height:auto;max-height:100%;max-width:100%;margin:0}.os-environment.os-environment-flexbox-glue-max{max-height:200px}.os-environment.os-environment-flexbox-glue-max div{overflow:visible}.os-environment.os-environment-flexbox-glue-max div:before{content:"";display:block;height:999px;width:999px}.os-environment,[data-overlayscrollbars-viewport]{-ms-overflow-style:scrollbar!important}[data-overlayscrollbars-initialize],[data-overlayscrollbars~=scrollbarHidden],[data-overlayscrollbars-viewport~=scrollbarHidden],.os-scrollbar-hidden.os-environment{scrollbar-width:none!important}[data-overlayscrollbars-initialize]::-webkit-scrollbar,[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar,[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar-corner,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner,.os-scrollbar-hidden.os-environment::-webkit-scrollbar,.os-scrollbar-hidden.os-environment::-webkit-scrollbar-corner{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;display:none!important;width:0!important;height:0!important}[data-overlayscrollbars-initialize]:not(html):not(body){overflow:auto}html[data-overlayscrollbars],html.os-scrollbar-hidden,html.os-scrollbar-hidden>body{box-sizing:border-box;margin:0;width:100%;height:100%}html[data-overlayscrollbars]>body{overflow:visible}[data-overlayscrollbars~=host]{position:relative}[data-overlayscrollbars~=host],[data-overlayscrollbars-padding]{display:flex;flex-direction:row!important;flex-wrap:nowrap!important}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport]{box-sizing:inherit;position:relative;flex:auto!important;height:auto;width:100%;min-width:0;padding:0;margin:0;border:none;z-index:0}[data-overlayscrollbars-viewport]{--os-vaw: 0;--os-vah: 0}[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]:before{content:"";position:absolute;pointer-events:none;z-index:-1;min-width:1px;min-height:1px;width:var(--os-vaw);height:var(--os-vah)}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport],[data-overlayscrollbars~=host],[data-overlayscrollbars~=viewport]{overflow:hidden}[data-overlayscrollbars~=overflowVisible],[data-overlayscrollbars-padding~=overflowVisible],[data-overlayscrollbars-viewport~=overflowVisible]{overflow:visible}[data-overlayscrollbars-overflow-x=hidden]{overflow-x:hidden}[data-overlayscrollbars-overflow-x=scroll]{overflow-x:scroll}[data-overlayscrollbars-overflow-x=hidden]{overflow-y:hidden}[data-overlayscrollbars-overflow-y=scroll]{overflow-y:scroll}[data-overlayscrollbars~=scrollbarPressed],[data-overlayscrollbars~=scrollbarPressed] [data-overlayscrollbars-viewport]{scroll-behavior:auto!important}[data-overlayscrollbars-content]{box-sizing:inherit}[data-overlayscrollbars-contents]:not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]){display:contents}[data-overlayscrollbars-grid],[data-overlayscrollbars-grid] [data-overlayscrollbars-padding]{display:grid;grid-template:1fr/1fr}[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding],[data-overlayscrollbars-grid]>[data-overlayscrollbars-viewport],[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding]>[data-overlayscrollbars-viewport]{height:auto!important;width:auto!important}.os-scrollbar{contain:size layout;contain:size layout style;transition:opacity .15s,visibility .15s,top .15s,right .15s,bottom .15s,left .15s;pointer-events:none;position:absolute;opacity:0;visibility:hidden}body>.os-scrollbar{position:fixed;z-index:99999}.os-scrollbar-transitionless{transition:none}.os-scrollbar-track{position:relative;direction:ltr!important;padding:0!important;border:none!important}.os-scrollbar-handle{position:absolute}.os-scrollbar-track,.os-scrollbar-handle{pointer-events:none;width:100%;height:100%}.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle{pointer-events:auto;touch-action:none}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-scrollbar-rtl.os-scrollbar-horizontal{right:0}.os-scrollbar-rtl.os-scrollbar-vertical{right:auto;left:0}.os-scrollbar-visible,.os-scrollbar-interaction.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden{opacity:0;visibility:hidden}.os-scrollbar-unusable,.os-scrollbar-unusable *,.os-scrollbar-wheel,.os-scrollbar-wheel *{pointer-events:none!important}.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal .os-scrollbar-handle{bottom:0}.os-scrollbar-vertical .os-scrollbar-handle{right:0}.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle{right:auto;left:0}.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl{left:0;right:0}.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl{top:0;bottom:0}.os-scrollbar{--os-size: 0;--os-padding-perpendicular: 0;--os-padding-axis: 0;--os-track-border-radius: 0;--os-track-bg: none;--os-track-bg-hover: none;--os-track-bg-active: none;--os-track-border: none;--os-track-border-hover: none;--os-track-border-active: none;--os-handle-border-radius: 0;--os-handle-bg: none;--os-handle-bg-hover: none;--os-handle-bg-active: none;--os-handle-border: none;--os-handle-border-hover: none;--os-handle-border-active: none;--os-handle-min-size: 33px;--os-handle-max-size: none;--os-handle-perpendicular-size: 100%;--os-handle-perpendicular-size-hover: 100%;--os-handle-perpendicular-size-active: 100%;--os-handle-interactive-area-offset: 0}.os-scrollbar .os-scrollbar-track{border:var(--os-track-border);border-radius:var(--os-track-border-radius);background:var(--os-track-bg);transition:opacity .15s,background-color .15s,border-color .15s}.os-scrollbar .os-scrollbar-track:hover{border:var(--os-track-border-hover);background:var(--os-track-bg-hover)}.os-scrollbar .os-scrollbar-track:active{border:var(--os-track-border-active);background:var(--os-track-bg-active)}.os-scrollbar .os-scrollbar-handle{border:var(--os-handle-border);border-radius:var(--os-handle-border-radius);background:var(--os-handle-bg)}.os-scrollbar .os-scrollbar-handle:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-scrollbar .os-scrollbar-handle:hover{border:var(--os-handle-border-hover);background:var(--os-handle-bg-hover)}.os-scrollbar .os-scrollbar-handle:active{border:var(--os-handle-border-active);background:var(--os-handle-bg-active)}.os-scrollbar-horizontal{padding:var(--os-padding-perpendicular) var(--os-padding-axis);right:var(--os-size);height:var(--os-size)}.os-scrollbar-horizontal.os-scrollbar-rtl{left:var(--os-size);right:0}.os-scrollbar-horizontal .os-scrollbar-handle{min-width:var(--os-handle-min-size);max-width:var(--os-handle-max-size);height:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,height .15s}.os-scrollbar-horizontal .os-scrollbar-handle:before{top:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);bottom:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-horizontal:hover .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-horizontal:active .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-active)}.os-scrollbar-vertical{padding:var(--os-padding-axis) var(--os-padding-perpendicular);bottom:var(--os-size);width:var(--os-size)}.os-scrollbar-vertical .os-scrollbar-handle{min-height:var(--os-handle-min-size);max-height:var(--os-handle-max-size);width:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,width .15s}.os-scrollbar-vertical .os-scrollbar-handle:before{left:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);right:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before{right:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);left:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical:hover .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-vertical:active .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-active)}[data-overlayscrollbars~=updating]>.os-scrollbar,.os-theme-none.os-scrollbar{display:none!important}.os-theme-dark,.os-theme-light{box-sizing:border-box;--os-size: 10px;--os-padding-perpendicular: 2px;--os-padding-axis: 2px;--os-track-border-radius: 10px;--os-handle-interactive-area-offset: 4px;--os-handle-border-radius: 10px}.os-theme-dark{--os-handle-bg: rgba(0, 0, 0, .44);--os-handle-bg-hover: rgba(0, 0, 0, .55);--os-handle-bg-active: rgba(0, 0, 0, .66)}.os-theme-light{--os-handle-bg: rgba(255, 255, 255, .44);--os-handle-bg-hover: rgba(255, 255, 255, .55);--os-handle-bg-active: rgba(255, 255, 255, .66)}.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle,.os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle,.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-track,.os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-track{border-radius:10px}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal{padding:2px;right:10px;height:10px}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal.os-scrollbar-rtl,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal.os-scrollbar-rtl{left:10px;right:0}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle{min-width:33px;max-width:none}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical,.os-no-css-vars.os-theme-light.os-scrollbar-vertical{padding:2px;bottom:10px;width:10px}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle,.os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle{min-height:33px;max-height:none}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle:before,.os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before,.os-no-css-vars.os-theme-light.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before{right:-6px;left:-2px}.os-no-css-vars.os-theme-dark .os-scrollbar-handle{background:rgba(0,0,0,.44)}.os-no-css-vars.os-theme-dark:hover .os-scrollbar-handle{background:rgba(0,0,0,.55)}.os-no-css-vars.os-theme-dark:active .os-scrollbar-handle{background:rgba(0,0,0,.66)}.os-no-css-vars.os-theme-light .os-scrollbar-handle{background:rgba(255,255,255,.44)}.os-no-css-vars.os-theme-light:hover .os-scrollbar-handle{background:rgba(255,255,255,.55)}.os-no-css-vars.os-theme-light:active .os-scrollbar-handle{background:rgba(255,255,255,.66)}.dark .d-input input,.dark .d-select select{color:#ccc;background-color:#292c30;border-color:#4a4a4a}.dark .d-input input:focus,.dark .d-select select:focus{outline:none!important;border-color:#666}.light .d-input input,.light .d-select select{color:#333;background-color:#f2f2f2;border-color:#e5e5e5}.light .d-input input:focus,.light .d-select select:focus{outline:none!important;border-color:#d3d3d3}.d-checkbox input[type=checkbox]+label:before{border:1px solid rgba(255,255,255,.2)}.d-checkbox input[type=checkbox]:checked+label:before{border-color:#666;background-color:#666}.d-checkbox input[type=checkbox]:not(:disabled):not(:checked)+label:hover:before{border-color:#fff6}.d-checkbox input[type=checkbox]:not(:disabled):active+label:before{background-color:#b3d7ff;border-color:#fff6}.d-checkbox input[type=checkbox]:focus:not(:checked)+label:before{border-color:#fff6}.d-checkbox input[type=checkbox]:disabled+label:before{background-color:#e9ecef}.dark{background-color:#34383e;color:#ccc}.dark .d-blue{color:#02769f}.dark .d-green{color:#11755b}.dark .d-red{color:#da4444}.dark .d-orange{color:#d48900}.dark .d-violet{color:#7750d2}.light{background-color:#fff;color:#333}.light .d-blue{color:#51c0e7}.light .d-green{color:#60d7ad}.light .d-red{color:#ff9292}.light .d-orange{color:#ffc458}.light .d-violet{color:#c2a7ff}.light a{color:#6e7175}.light a:hover{color:#111315}.dark a{color:#c5c6c8}.dark a:hover{color:#e2e3e3}.light .lms_scroller{background:#c4c4c4}.dark .lms_scroller{background:#868686}.light .d-layout{background-color:#fff}.light .d-layout .d-layout-sidebar{background-color:#e2e3e3}.light .d-layout .d-layout-header,.light .d-layout .d-layout-footer{background-color:#f0f1f1}.light .d-layout .d-layout-tab{background-color:#fbfbfb}.dark .d-layout{background-color:#34383e}.dark .d-layout .d-layout-sidebar{background-color:#51545a}.dark .d-layout .d-layout-header,.dark .d-layout .d-layout-footer{background-color:#43464c}.dark .d-layout .d-layout-tab{background-color:#2b2f34}.dark .d-panel{background-color:#43464c}.light .d-panel{background-color:#f0f1f1}.dark .d-card .card-header{background-color:#51545a;border-bottom:solid 1px #44474C}.dark .d-card .card-footer{background-color:#51545a;border-top:solid 1px #44474C}.light .card-header,.light .card-footer{background-color:#e2e3e3}.dark .modal{background-color:#00000080}.dark .modal .modal-dialog{box-shadow:0 0 15px 5px #00000080}.dark .modal .modal-dialog .modal-content{color:#ccc}.dark .modal .modal-dialog .modal-content .modal-header{border-bottom:solid 1px rgba(255,255,255,.1);background-color:#0000001a}.dark .modal .modal-dialog .modal-content .modal-footer{border-top:solid 1px rgba(255,255,255,.1);background-color:#0000001a}.light .modal{background-color:#ffffff80}.light .modal .modal-dialog{background-color:#fff;box-shadow:0 0 10px 5px #0003}.light .modal .modal-dialog .modal-content{color:#6e7175}.light .modal .modal-dialog .modal-content .modal-header{border-bottom:solid 1px rgba(0,0,0,.1);background-color:#0000000d}.light .modal .modal-dialog .modal-content .modal-footer{border-top:solid 1px rgba(0,0,0,.1);background-color:#0000000d}.light .d-notification-group .d-notification-template{background:white}.light .d-notification-group .d-notification-template.d-notification{color:#333;background:#f0f1f1;box-shadow:0 0 5px #0000004d}.light .d-notification-group .d-notification-template.d-notification.primary{background:#97D9F1}.light .d-notification-group .d-notification-template.d-notification.warning{background:#FFDC9B}.light .d-notification-group .d-notification-template.d-notification.error{background:#FFBEBE}.light .d-notification-group .d-notification-template.d-notification.success{background:#A0E7CE}.dark .d-notification-group .d-notification-template{background:white}.dark .d-notification-group .d-notification-template.d-notification{color:#fff;background:#6e7175;box-shadow:0 0 5px #000000b3}.dark .d-notification-group .d-notification-template.d-notification.primary{background:#02769f}.dark .d-notification-group .d-notification-template.d-notification.warning{background:#d48900}.dark .d-notification-group .d-notification-template.d-notification.error{background:#da4444}.dark .d-notification-group .d-notification-template.d-notification.success{background:#11755b}body{position:relative;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-weight:400;font-style:normal;font-size:.95rem}*[data-v-11679fd8],[data-v-11679fd8]:after,[data-v-11679fd8]:before{box-sizing:border-box}.node-top[data-v-e047277f]{background:linear-gradient(0deg,rgba(0,185,255,0) 0%,rgba(0,185,255,0) 95%,rgb(0,185,255) 96%,rgb(0,185,255) 100%)!important}.node-bottom[data-v-e047277f]{background:linear-gradient(0deg,rgb(0,185,255) 0%,rgb(0,185,255) 4%,rgba(0,185,255,0) 5%,rgba(0,185,255,0) 100%)!important}.node-over[data-v-e047277f]{background:linear-gradient(0deg,rgb(0,185,255) 0%,rgb(0,185,255) 4%,rgba(0,185,255,0) 5%,rgba(0,185,255,0) 95%,rgb(0,185,255) 96%,rgb(0,185,255) 100%)}.tree-item>ul[data-v-4c920528]{padding-left:0!important}.modal .modal-dialog[data-v-82cadd63]{width:var(--558e9e46)}
9
+ */.os-size-observer,.os-size-observer-listener{direction:inherit;pointer-events:none;overflow:hidden;visibility:hidden;box-sizing:border-box}.os-size-observer,.os-size-observer-listener,.os-size-observer-listener-item,.os-size-observer-listener-item-final{writing-mode:horizontal-tb;position:absolute;left:0;top:0}.os-size-observer{z-index:-1;contain:strict;display:flex;flex-direction:row;flex-wrap:nowrap;padding:inherit;border:inherit;box-sizing:inherit;margin:-133px;top:0;right:0;bottom:0;left:0;transform:scale(.1)}.os-size-observer:before{content:"";flex:none;box-sizing:inherit;padding:10px;width:10px;height:10px}.os-size-observer-appear{animation:os-size-observer-appear-animation 1ms forwards}.os-size-observer-listener{box-sizing:border-box;position:relative;flex:auto;padding:inherit;border:inherit;margin:-133px;transform:scale(10)}.os-size-observer-listener.ltr{margin-right:-266px;margin-left:0}.os-size-observer-listener.rtl{margin-left:-266px;margin-right:0}.os-size-observer-listener:empty:before{content:"";width:100%;height:100%}.os-size-observer-listener:empty:before,.os-size-observer-listener>.os-size-observer-listener-item{display:block;position:relative;padding:inherit;border:inherit;box-sizing:content-box;flex:auto}.os-size-observer-listener-scroll{box-sizing:border-box;display:flex}.os-size-observer-listener-item{right:0;bottom:0;overflow:hidden;direction:ltr;flex:none}.os-size-observer-listener-item-final{transition:none}@keyframes os-size-observer-appear-animation{0%{cursor:auto}to{cursor:none}}.os-trinsic-observer{flex:none;box-sizing:border-box;position:relative;max-width:0px;max-height:1px;padding:0;margin:0;border:none;overflow:hidden;z-index:-1;height:0;top:calc(100% + 1px);contain:strict}.os-trinsic-observer:not(:empty){height:calc(100% + 1px);top:-1px}.os-trinsic-observer:not(:empty)>.os-size-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-environment{--os-custom-prop: -1;position:fixed;opacity:0;visibility:hidden;overflow:scroll;height:200px;width:200px;z-index:var(--os-custom-prop)}.os-environment div{width:200%;height:200%;margin:10px 0}.os-environment.os-environment-flexbox-glue{display:flex;flex-direction:row;flex-wrap:nowrap;height:auto;width:auto;min-height:200px;min-width:200px}.os-environment.os-environment-flexbox-glue div{flex:auto;width:auto;height:auto;max-height:100%;max-width:100%;margin:0}.os-environment.os-environment-flexbox-glue-max{max-height:200px}.os-environment.os-environment-flexbox-glue-max div{overflow:visible}.os-environment.os-environment-flexbox-glue-max div:before{content:"";display:block;height:999px;width:999px}.os-environment,[data-overlayscrollbars-viewport]{-ms-overflow-style:scrollbar!important}[data-overlayscrollbars-initialize],[data-overlayscrollbars~=scrollbarHidden],[data-overlayscrollbars-viewport~=scrollbarHidden],.os-scrollbar-hidden.os-environment{scrollbar-width:none!important}[data-overlayscrollbars-initialize]::-webkit-scrollbar,[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar,[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar-corner,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner,.os-scrollbar-hidden.os-environment::-webkit-scrollbar,.os-scrollbar-hidden.os-environment::-webkit-scrollbar-corner{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;display:none!important;width:0!important;height:0!important}[data-overlayscrollbars-initialize]:not(html):not(body){overflow:auto}html[data-overlayscrollbars],html.os-scrollbar-hidden,html.os-scrollbar-hidden>body{box-sizing:border-box;margin:0;width:100%;height:100%}html[data-overlayscrollbars]>body{overflow:visible}[data-overlayscrollbars~=host]{position:relative}[data-overlayscrollbars~=host],[data-overlayscrollbars-padding]{display:flex;flex-direction:row!important;flex-wrap:nowrap!important}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport]{box-sizing:inherit;position:relative;flex:auto!important;height:auto;width:100%;min-width:0;padding:0;margin:0;border:none;z-index:0}[data-overlayscrollbars-viewport]{--os-vaw: 0;--os-vah: 0}[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]:before{content:"";position:absolute;pointer-events:none;z-index:-1;min-width:1px;min-height:1px;width:var(--os-vaw);height:var(--os-vah)}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport],[data-overlayscrollbars~=host],[data-overlayscrollbars~=viewport]{overflow:hidden}[data-overlayscrollbars~=overflowVisible],[data-overlayscrollbars-padding~=overflowVisible],[data-overlayscrollbars-viewport~=overflowVisible]{overflow:visible}[data-overlayscrollbars-overflow-x=hidden]{overflow-x:hidden}[data-overlayscrollbars-overflow-x=scroll]{overflow-x:scroll}[data-overlayscrollbars-overflow-x=hidden]{overflow-y:hidden}[data-overlayscrollbars-overflow-y=scroll]{overflow-y:scroll}[data-overlayscrollbars~=scrollbarPressed],[data-overlayscrollbars~=scrollbarPressed] [data-overlayscrollbars-viewport]{scroll-behavior:auto!important}[data-overlayscrollbars-content]{box-sizing:inherit}[data-overlayscrollbars-contents]:not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]){display:contents}[data-overlayscrollbars-grid],[data-overlayscrollbars-grid] [data-overlayscrollbars-padding]{display:grid;grid-template:1fr/1fr}[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding],[data-overlayscrollbars-grid]>[data-overlayscrollbars-viewport],[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding]>[data-overlayscrollbars-viewport]{height:auto!important;width:auto!important}.os-scrollbar{contain:size layout;contain:size layout style;transition:opacity .15s,visibility .15s,top .15s,right .15s,bottom .15s,left .15s;pointer-events:none;position:absolute;opacity:0;visibility:hidden}body>.os-scrollbar{position:fixed;z-index:99999}.os-scrollbar-transitionless{transition:none}.os-scrollbar-track{position:relative;direction:ltr!important;padding:0!important;border:none!important}.os-scrollbar-handle{position:absolute}.os-scrollbar-track,.os-scrollbar-handle{pointer-events:none;width:100%;height:100%}.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle{pointer-events:auto;touch-action:none}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-scrollbar-rtl.os-scrollbar-horizontal{right:0}.os-scrollbar-rtl.os-scrollbar-vertical{right:auto;left:0}.os-scrollbar-visible,.os-scrollbar-interaction.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden{opacity:0;visibility:hidden}.os-scrollbar-unusable,.os-scrollbar-unusable *,.os-scrollbar-wheel,.os-scrollbar-wheel *{pointer-events:none!important}.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal .os-scrollbar-handle{bottom:0}.os-scrollbar-vertical .os-scrollbar-handle{right:0}.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle{right:auto;left:0}.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl{left:0;right:0}.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl{top:0;bottom:0}.os-scrollbar{--os-size: 0;--os-padding-perpendicular: 0;--os-padding-axis: 0;--os-track-border-radius: 0;--os-track-bg: none;--os-track-bg-hover: none;--os-track-bg-active: none;--os-track-border: none;--os-track-border-hover: none;--os-track-border-active: none;--os-handle-border-radius: 0;--os-handle-bg: none;--os-handle-bg-hover: none;--os-handle-bg-active: none;--os-handle-border: none;--os-handle-border-hover: none;--os-handle-border-active: none;--os-handle-min-size: 33px;--os-handle-max-size: none;--os-handle-perpendicular-size: 100%;--os-handle-perpendicular-size-hover: 100%;--os-handle-perpendicular-size-active: 100%;--os-handle-interactive-area-offset: 0}.os-scrollbar .os-scrollbar-track{border:var(--os-track-border);border-radius:var(--os-track-border-radius);background:var(--os-track-bg);transition:opacity .15s,background-color .15s,border-color .15s}.os-scrollbar .os-scrollbar-track:hover{border:var(--os-track-border-hover);background:var(--os-track-bg-hover)}.os-scrollbar .os-scrollbar-track:active{border:var(--os-track-border-active);background:var(--os-track-bg-active)}.os-scrollbar .os-scrollbar-handle{border:var(--os-handle-border);border-radius:var(--os-handle-border-radius);background:var(--os-handle-bg)}.os-scrollbar .os-scrollbar-handle:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-scrollbar .os-scrollbar-handle:hover{border:var(--os-handle-border-hover);background:var(--os-handle-bg-hover)}.os-scrollbar .os-scrollbar-handle:active{border:var(--os-handle-border-active);background:var(--os-handle-bg-active)}.os-scrollbar-horizontal{padding:var(--os-padding-perpendicular) var(--os-padding-axis);right:var(--os-size);height:var(--os-size)}.os-scrollbar-horizontal.os-scrollbar-rtl{left:var(--os-size);right:0}.os-scrollbar-horizontal .os-scrollbar-handle{min-width:var(--os-handle-min-size);max-width:var(--os-handle-max-size);height:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,height .15s}.os-scrollbar-horizontal .os-scrollbar-handle:before{top:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);bottom:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-horizontal:hover .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-horizontal:active .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-active)}.os-scrollbar-vertical{padding:var(--os-padding-axis) var(--os-padding-perpendicular);bottom:var(--os-size);width:var(--os-size)}.os-scrollbar-vertical .os-scrollbar-handle{min-height:var(--os-handle-min-size);max-height:var(--os-handle-max-size);width:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,width .15s}.os-scrollbar-vertical .os-scrollbar-handle:before{left:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);right:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before{right:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);left:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical:hover .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-vertical:active .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-active)}[data-overlayscrollbars~=updating]>.os-scrollbar,.os-theme-none.os-scrollbar{display:none!important}.os-theme-dark,.os-theme-light{box-sizing:border-box;--os-size: 10px;--os-padding-perpendicular: 2px;--os-padding-axis: 2px;--os-track-border-radius: 10px;--os-handle-interactive-area-offset: 4px;--os-handle-border-radius: 10px}.os-theme-dark{--os-handle-bg: rgba(0, 0, 0, .44);--os-handle-bg-hover: rgba(0, 0, 0, .55);--os-handle-bg-active: rgba(0, 0, 0, .66)}.os-theme-light{--os-handle-bg: rgba(255, 255, 255, .44);--os-handle-bg-hover: rgba(255, 255, 255, .55);--os-handle-bg-active: rgba(255, 255, 255, .66)}.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle,.os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle,.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-track,.os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-track{border-radius:10px}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal{padding:2px;right:10px;height:10px}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal.os-scrollbar-rtl,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal.os-scrollbar-rtl{left:10px;right:0}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle{min-width:33px;max-width:none}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical,.os-no-css-vars.os-theme-light.os-scrollbar-vertical{padding:2px;bottom:10px;width:10px}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle,.os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle{min-height:33px;max-height:none}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle:before,.os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before,.os-no-css-vars.os-theme-light.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before{right:-6px;left:-2px}.os-no-css-vars.os-theme-dark .os-scrollbar-handle{background:rgba(0,0,0,.44)}.os-no-css-vars.os-theme-dark:hover .os-scrollbar-handle{background:rgba(0,0,0,.55)}.os-no-css-vars.os-theme-dark:active .os-scrollbar-handle{background:rgba(0,0,0,.66)}.os-no-css-vars.os-theme-light .os-scrollbar-handle{background:rgba(255,255,255,.44)}.os-no-css-vars.os-theme-light:hover .os-scrollbar-handle{background:rgba(255,255,255,.55)}.os-no-css-vars.os-theme-light:active .os-scrollbar-handle{background:rgba(255,255,255,.66)}.dark .d-input input,.dark .d-select select{color:#ccc;background-color:#292c30;border-color:#4a4a4a}.dark .d-input input:focus,.dark .d-select select:focus{outline:none!important;border-color:#666}.light .d-input input,.light .d-select select{color:#333;background-color:#f2f2f2;border-color:#e5e5e5}.light .d-input input:focus,.light .d-select select:focus{outline:none!important;border-color:#d3d3d3}.d-checkbox input[type=checkbox]+label:before{border:1px solid rgba(255,255,255,.2)}.d-checkbox input[type=checkbox]:checked+label:before{border-color:#666;background-color:#666}.d-checkbox input[type=checkbox]:not(:disabled):not(:checked)+label:hover:before{border-color:#fff6}.d-checkbox input[type=checkbox]:not(:disabled):active+label:before{background-color:#b3d7ff;border-color:#fff6}.d-checkbox input[type=checkbox]:focus:not(:checked)+label:before{border-color:#fff6}.d-checkbox input[type=checkbox]:disabled+label:before{background-color:#e9ecef}.dark{background-color:#34383e;color:#ccc}.dark .d-blue{color:#02769f}.dark .d-green{color:#11755b}.dark .d-red{color:#da4444}.dark .d-orange{color:#d48900}.dark .d-violet{color:#7750d2}.light{background-color:#fff;color:#333}.light .d-blue{color:#51c0e7}.light .d-green{color:#60d7ad}.light .d-red{color:#ff9292}.light .d-orange{color:#ffc458}.light .d-violet{color:#c2a7ff}.light a{color:#6e7175}.light a:hover{color:#111315}.dark a{color:#c5c6c8}.dark a:hover{color:#e2e3e3}.light .lms_scroller{background:#c4c4c4}.dark .lms_scroller{background:#868686}.light .d-layout{background-color:#fff}.light .d-layout .d-layout-sidebar{background-color:#e2e3e3}.light .d-layout .d-layout-header,.light .d-layout .d-layout-footer{background-color:#f0f1f1}.light .d-layout .d-layout-tab{background-color:#fbfbfb}.dark .d-layout{background-color:#34383e}.dark .d-layout .d-layout-sidebar{background-color:#51545a}.dark .d-layout .d-layout-header,.dark .d-layout .d-layout-footer{background-color:#43464c}.dark .d-layout .d-layout-tab{background-color:#2b2f34}.dark .d-panel{background-color:#43464c}.light .d-panel{background-color:#f0f1f1}.dark .d-card .card-header{background-color:#51545a;border-bottom:solid 1px #44474C}.dark .d-card .card-footer{background-color:#51545a;border-top:solid 1px #44474C}.light .card-header,.light .card-footer{background-color:#e2e3e3}.dark .modal{background-color:#00000080}.dark .modal .modal-dialog{box-shadow:0 0 15px 5px #00000080}.dark .modal .modal-dialog .modal-content{color:#ccc}.dark .modal .modal-dialog .modal-content .modal-header{border-bottom:solid 1px rgba(255,255,255,.1);background-color:#0000001a}.dark .modal .modal-dialog .modal-content .modal-footer{border-top:solid 1px rgba(255,255,255,.1);background-color:#0000001a}.light .modal{background-color:#ffffff80}.light .modal .modal-dialog{background-color:#fff;box-shadow:0 0 10px 5px #0003}.light .modal .modal-dialog .modal-content{color:#6e7175}.light .modal .modal-dialog .modal-content .modal-header{border-bottom:solid 1px rgba(0,0,0,.1);background-color:#0000000d}.light .modal .modal-dialog .modal-content .modal-footer{border-top:solid 1px rgba(0,0,0,.1);background-color:#0000000d}.light .d-notification-group .d-notification-template{background:white}.light .d-notification-group .d-notification-template.d-notification{color:#333;background:#f0f1f1;box-shadow:0 0 5px #0000004d}.light .d-notification-group .d-notification-template.d-notification.primary{background:#97D9F1}.light .d-notification-group .d-notification-template.d-notification.warning{background:#FFDC9B}.light .d-notification-group .d-notification-template.d-notification.error{background:#FFBEBE}.light .d-notification-group .d-notification-template.d-notification.success{background:#A0E7CE}.dark .d-notification-group .d-notification-template{background:white}.dark .d-notification-group .d-notification-template.d-notification{color:#fff;background:#6e7175;box-shadow:0 0 5px #000000b3}.dark .d-notification-group .d-notification-template.d-notification.primary{background:#02769f}.dark .d-notification-group .d-notification-template.d-notification.warning{background:#d48900}.dark .d-notification-group .d-notification-template.d-notification.error{background:#da4444}.dark .d-notification-group .d-notification-template.d-notification.success{background:#11755b}body{position:relative;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-weight:400;font-style:normal;font-size:.95rem}*[data-v-0cf9bd73],[data-v-0cf9bd73]:after,[data-v-0cf9bd73]:before{box-sizing:border-box}.node-top[data-v-e047277f]{background:linear-gradient(0deg,rgba(0,185,255,0) 0%,rgba(0,185,255,0) 95%,rgb(0,185,255) 96%,rgb(0,185,255) 100%)!important}.node-bottom[data-v-e047277f]{background:linear-gradient(0deg,rgb(0,185,255) 0%,rgb(0,185,255) 4%,rgba(0,185,255,0) 5%,rgba(0,185,255,0) 100%)!important}.node-over[data-v-e047277f]{background:linear-gradient(0deg,rgb(0,185,255) 0%,rgb(0,185,255) 4%,rgba(0,185,255,0) 5%,rgba(0,185,255,0) 95%,rgb(0,185,255) 96%,rgb(0,185,255) 100%)}.tree-item>ul[data-v-4c920528]{padding-left:0!important}.modal .modal-dialog[data-v-82cadd63]{width:var(--558e9e46)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doph-js",
3
- "version": "0.0.93",
3
+ "version": "0.0.95",
4
4
  "description": "Simple Vue3 component library",
5
5
  "author": "Error202",
6
6
  "license": "MIT",