scope360-core 0.0.146 → 0.0.147

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.
@@ -2,7 +2,7 @@ import './style.css';
2
2
  var Ib = Object.defineProperty;
3
3
  var Nb = (t, e, n) => e in t ? Ib(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
4
4
  var Z = (t, e, n) => (Nb(t, typeof e != "symbol" ? e + "" : e, n), n);
5
- import { defineAsyncComponent as Lb, openBlock as D, createBlock as pe, resolveDynamicComponent as Co, unref as M, computed as U, createElementBlock as E, normalizeStyle as Ct, normalizeClass as de, createCommentVNode as H, toDisplayString as ae, withKeys as ge, withModifiers as Se, renderSlot as ce, createVNode as ue, withDirectives as sn, Fragment as ve, renderList as Ae, vShow as Bn, Transition as si, withCtx as xe, createTextVNode as He, mergeModels as Lt, ref as Q, useModel as un, createElementVNode as P, vModelDynamic as Fb, onMounted as Ft, pushScopeId as vn, popScopeId as bn, vModelCheckbox as Yb, reactive as kr, defineComponent as Yt, useSlots as xr, toRef as Yl, nextTick as ls, onUnmounted as ma, watch as Cs, mergeProps as Gt, isRef as Hf, createSlots as ln, normalizeProps as Nt, guardReactiveProps as an, Teleport as Vb, h as oo, render as sd, onBeforeUpdate as Bb, getCurrentScope as Wb, onScopeDispose as zb, vModelText as Hb, version as Ub, shallowRef as Yg, toRaw as id, isProxy as Vg } from "vue";
5
+ import { defineAsyncComponent as Lb, openBlock as D, createBlock as pe, resolveDynamicComponent as Co, unref as M, computed as U, createElementBlock as E, normalizeStyle as Ct, normalizeClass as de, createCommentVNode as H, toDisplayString as ae, withKeys as ge, withModifiers as xe, renderSlot as ce, createVNode as ue, withDirectives as sn, Fragment as ve, renderList as Ae, vShow as Bn, Transition as si, withCtx as Se, createTextVNode as He, mergeModels as Lt, ref as Q, useModel as un, createElementVNode as P, vModelDynamic as Fb, onMounted as Ft, pushScopeId as vn, popScopeId as bn, vModelCheckbox as Yb, reactive as kr, defineComponent as Yt, useSlots as xr, toRef as Yl, nextTick as ls, onUnmounted as ma, watch as Cs, mergeProps as Gt, isRef as Hf, createSlots as ln, normalizeProps as Nt, guardReactiveProps as an, Teleport as Vb, h as oo, render as sd, onBeforeUpdate as Bb, getCurrentScope as Wb, onScopeDispose as zb, vModelText as Hb, version as Ub, shallowRef as Yg, toRaw as id, isProxy as Vg } from "vue";
6
6
  const jb = (t, e) => {
7
7
  const n = t[e];
8
8
  return n ? typeof n == "function" ? n() : Promise.resolve(n) : new Promise((s, i) => {
@@ -897,10 +897,10 @@ function dw(t, e, n, s, i, r) {
897
897
  onFocus: e[14] || (e[14] = (a) => t.activate()),
898
898
  onBlur: e[15] || (e[15] = (a) => t.searchable ? !1 : t.deactivate()),
899
899
  onKeydown: [
900
- e[16] || (e[16] = ge(Se((a) => t.pointerForward(), ["self", "prevent"]), ["down"])),
901
- e[17] || (e[17] = ge(Se((a) => t.pointerBackward(), ["self", "prevent"]), ["up"]))
900
+ e[16] || (e[16] = ge(xe((a) => t.pointerForward(), ["self", "prevent"]), ["down"])),
901
+ e[17] || (e[17] = ge(xe((a) => t.pointerBackward(), ["self", "prevent"]), ["up"]))
902
902
  ],
903
- onKeypress: e[18] || (e[18] = ge(Se((a) => t.addPointerElement(a), ["stop", "self"]), ["enter", "tab"])),
903
+ onKeypress: e[18] || (e[18] = ge(xe((a) => t.addPointerElement(a), ["stop", "self"]), ["enter", "tab"])),
904
904
  onKeyup: e[19] || (e[19] = ge((a) => t.deactivate(), ["esc"])),
905
905
  role: "combobox",
906
906
  "aria-owns": "listbox-" + t.id
@@ -909,7 +909,7 @@ function dw(t, e, n, s, i, r) {
909
909
  ue(
910
910
  "div",
911
911
  {
912
- onMousedown: e[1] || (e[1] = Se((a) => t.toggle(), ["prevent", "stop"])),
912
+ onMousedown: e[1] || (e[1] = xe((a) => t.toggle(), ["prevent", "stop"])),
913
913
  class: "multiselect__select"
914
914
  },
915
915
  null,
@@ -949,8 +949,8 @@ function dw(t, e, n, s, i, r) {
949
949
  }, null, 8, ["textContent"]),
950
950
  ue("i", {
951
951
  tabindex: "1",
952
- onKeypress: ge(Se((l) => t.removeElement(a), ["prevent"]), ["enter"]),
953
- onMousedown: Se((l) => t.removeElement(a), ["prevent"]),
952
+ onKeypress: ge(xe((l) => t.removeElement(a), ["prevent"]), ["enter"]),
953
+ onMousedown: xe((l) => t.removeElement(a), ["prevent"]),
954
954
  class: "multiselect__tag-icon"
955
955
  }, null, 40, ["onKeypress", "onMousedown"])
956
956
  ]))
@@ -972,7 +972,7 @@ function dw(t, e, n, s, i, r) {
972
972
  ]) : H("v-if", !0)
973
973
  ]),
974
974
  ue(si, { name: "multiselect__loading" }, {
975
- default: xe(() => [
975
+ default: Se(() => [
976
976
  ce(t.$slots, "loading", {}, () => [
977
977
  sn(ue(
978
978
  "div",
@@ -1002,15 +1002,15 @@ function dw(t, e, n, s, i, r) {
1002
1002
  disabled: n.disabled,
1003
1003
  tabindex: n.tabindex,
1004
1004
  onInput: e[2] || (e[2] = (a) => t.updateSearch(a.target.value)),
1005
- onFocus: e[3] || (e[3] = Se((a) => t.activate(), ["prevent"])),
1006
- onBlur: e[4] || (e[4] = Se((a) => t.deactivate(), ["prevent"])),
1005
+ onFocus: e[3] || (e[3] = xe((a) => t.activate(), ["prevent"])),
1006
+ onBlur: e[4] || (e[4] = xe((a) => t.deactivate(), ["prevent"])),
1007
1007
  onKeyup: e[5] || (e[5] = ge((a) => t.deactivate(), ["esc"])),
1008
1008
  onKeydown: [
1009
- e[6] || (e[6] = ge(Se((a) => t.pointerForward(), ["prevent"]), ["down"])),
1010
- e[7] || (e[7] = ge(Se((a) => t.pointerBackward(), ["prevent"]), ["up"])),
1011
- e[9] || (e[9] = ge(Se((a) => t.removeLastElement(), ["stop"]), ["delete"]))
1009
+ e[6] || (e[6] = ge(xe((a) => t.pointerForward(), ["prevent"]), ["down"])),
1010
+ e[7] || (e[7] = ge(xe((a) => t.pointerBackward(), ["prevent"]), ["up"])),
1011
+ e[9] || (e[9] = ge(xe((a) => t.removeLastElement(), ["stop"]), ["delete"]))
1012
1012
  ],
1013
- onKeypress: e[8] || (e[8] = ge(Se((a) => t.addPointerElement(a), ["prevent", "stop", "self"]), ["enter"])),
1013
+ onKeypress: e[8] || (e[8] = ge(xe((a) => t.addPointerElement(a), ["prevent", "stop", "self"]), ["enter"])),
1014
1014
  class: "multiselect__input",
1015
1015
  "aria-controls": "listbox-" + t.id
1016
1016
  }, null, 44, ["name", "id", "placeholder", "value", "disabled", "tabindex", "aria-controls"])) : H("v-if", !0),
@@ -1019,7 +1019,7 @@ function dw(t, e, n, s, i, r) {
1019
1019
  {
1020
1020
  key: 1,
1021
1021
  class: "multiselect__single",
1022
- onMousedown: e[10] || (e[10] = Se((...a) => t.toggle && t.toggle(...a), ["prevent"]))
1022
+ onMousedown: e[10] || (e[10] = xe((...a) => t.toggle && t.toggle(...a), ["prevent"]))
1023
1023
  },
1024
1024
  [
1025
1025
  ce(t.$slots, "singleLabel", { option: r.singleValue }, () => [
@@ -1038,7 +1038,7 @@ function dw(t, e, n, s, i, r) {
1038
1038
  {
1039
1039
  key: 2,
1040
1040
  class: "multiselect__placeholder",
1041
- onMousedown: e[11] || (e[11] = Se((...a) => t.toggle && t.toggle(...a), ["prevent"]))
1041
+ onMousedown: e[11] || (e[11] = xe((...a) => t.toggle && t.toggle(...a), ["prevent"]))
1042
1042
  },
1043
1043
  [
1044
1044
  ce(t.$slots, "placeholder", {}, () => [
@@ -1057,14 +1057,14 @@ function dw(t, e, n, s, i, r) {
1057
1057
  /* NEED_PATCH */
1058
1058
  ),
1059
1059
  ue(si, { name: "multiselect" }, {
1060
- default: xe(() => [
1060
+ default: Se(() => [
1061
1061
  sn(ue(
1062
1062
  "div",
1063
1063
  {
1064
1064
  class: "multiselect__content-wrapper",
1065
1065
  onFocus: e[12] || (e[12] = (...a) => t.activate && t.activate(...a)),
1066
1066
  tabindex: "-1",
1067
- onMousedown: e[13] || (e[13] = Se(() => {
1067
+ onMousedown: e[13] || (e[13] = xe(() => {
1068
1068
  }, ["prevent"])),
1069
1069
  style: { maxHeight: t.optimizedHeight + "px" },
1070
1070
  ref: "list"
@@ -1100,8 +1100,8 @@ function dw(t, e, n, s, i, r) {
1100
1100
  a && (a.$isLabel || a.$isDisabled) ? H("v-if", !0) : (D(), pe("span", {
1101
1101
  key: 0,
1102
1102
  class: [t.optionHighlight(o, a), "multiselect__option"],
1103
- onClick: Se((l) => t.select(a), ["stop"]),
1104
- onMouseenter: Se((l) => t.pointerSet(o), ["self"]),
1103
+ onClick: xe((l) => t.select(a), ["stop"]),
1104
+ onMouseenter: xe((l) => t.pointerSet(o), ["self"]),
1105
1105
  "data-select": a && a.isTag ? t.tagPlaceholder : r.selectLabelText,
1106
1106
  "data-selected": r.selectedLabelText,
1107
1107
  "data-deselect": r.deselectLabelText
@@ -1125,8 +1125,8 @@ function dw(t, e, n, s, i, r) {
1125
1125
  "data-select": t.groupSelect && r.selectGroupLabelText,
1126
1126
  "data-deselect": t.groupSelect && r.deselectGroupLabelText,
1127
1127
  class: [t.groupHighlight(o, a), "multiselect__option"],
1128
- onMouseenter: Se((l) => t.groupSelect && t.pointerSet(o), ["self"]),
1129
- onMousedown: Se((l) => t.selectGroup(a), ["prevent"])
1128
+ onMouseenter: xe((l) => t.groupSelect && t.pointerSet(o), ["self"]),
1129
+ onMousedown: xe((l) => t.selectGroup(a), ["prevent"])
1130
1130
  }, [
1131
1131
  ce(t.$slots, "option", {
1132
1132
  option: a,
@@ -1416,7 +1416,7 @@ const hw = {
1416
1416
  P("span", ww, ae(t.label), 1)
1417
1417
  ]));
1418
1418
  }
1419
- }, bV = /* @__PURE__ */ Ue(kw, [["__scopeId", "data-v-a6d4ba91"]]), xw = (t) => (vn("data-v-a4862285"), t = t(), bn(), t), Sw = { class: "scope-toggle-wrapper" }, Tw = ["checked", "name"], Mw = /* @__PURE__ */ xw(() => /* @__PURE__ */ P("div", { class: "scope-toggle-wrapper__indicator" }, null, -1)), Dw = {
1419
+ }, bV = /* @__PURE__ */ Ue(kw, [["__scopeId", "data-v-c95d46bd"]]), xw = (t) => (vn("data-v-a4862285"), t = t(), bn(), t), Sw = { class: "scope-toggle-wrapper" }, Tw = ["checked", "name"], Mw = /* @__PURE__ */ xw(() => /* @__PURE__ */ P("div", { class: "scope-toggle-wrapper__indicator" }, null, -1)), Dw = {
1420
1420
  __name: "Toggle",
1421
1421
  props: /* @__PURE__ */ Lt({
1422
1422
  name: String
@@ -1459,7 +1459,7 @@ const hw = {
1459
1459
  class: "scope-checkbox",
1460
1460
  id: t.name,
1461
1461
  type: "checkbox",
1462
- onClick: r[1] || (r[1] = (a) => s("change"))
1462
+ onClick: r[1] || (r[1] = xe((a) => s("change"), ["prevent", "stop"]))
1463
1463
  }, null, 8, Pw), [
1464
1464
  [Yb, n.value]
1465
1465
  ]),
@@ -1467,7 +1467,7 @@ const hw = {
1467
1467
  ])
1468
1468
  ]));
1469
1469
  }
1470
- }, kV = /* @__PURE__ */ Ue(Aw, [["__scopeId", "data-v-e90f9f51"]]), Rw = { class: "scope-menu-tabs" }, Ew = ["onClick"], $w = {
1470
+ }, kV = /* @__PURE__ */ Ue(Aw, [["__scopeId", "data-v-195506e6"]]), Rw = { class: "scope-menu-tabs" }, Ew = ["onClick"], $w = {
1471
1471
  __name: "Menu",
1472
1472
  props: /* @__PURE__ */ Lt({
1473
1473
  tabs: Array
@@ -6036,7 +6036,7 @@ const kx = ({
6036
6036
  k.clearable && !k.$slots["clear-icon"] && t.inputValue && !k.disabled && !k.readonly ? (D(), pe(M(uy), {
6037
6037
  key: 3,
6038
6038
  class: "dp__clear_icon dp__input_icons",
6039
- onClick: L[3] || (L[3] = Se((oe) => ee(oe), ["prevent"]))
6039
+ onClick: L[3] || (L[3] = xe((oe) => ee(oe), ["prevent"]))
6040
6040
  })) : H("", !0)
6041
6041
  ])) : H("", !0)
6042
6042
  ]);
@@ -6279,11 +6279,11 @@ const kx = ({
6279
6279
  role: "dialog",
6280
6280
  tabindex: "0",
6281
6281
  onKeydown: [
6282
- ge(Se(ee, ["prevent"]), ["esc"]),
6283
- I[0] || (I[0] = ge(Se((b) => L(b), ["prevent"]), ["left"])),
6284
- I[1] || (I[1] = ge(Se((b) => L(b), ["prevent"]), ["up"])),
6285
- I[2] || (I[2] = ge(Se((b) => L(b), ["prevent"]), ["down"])),
6286
- I[3] || (I[3] = ge(Se((b) => L(b), ["prevent"]), ["right"]))
6282
+ ge(xe(ee, ["prevent"]), ["esc"]),
6283
+ I[0] || (I[0] = ge(xe((b) => L(b), ["prevent"]), ["left"])),
6284
+ I[1] || (I[1] = ge(xe((b) => L(b), ["prevent"]), ["up"])),
6285
+ I[2] || (I[2] = ge(xe((b) => L(b), ["prevent"]), ["down"])),
6286
+ I[3] || (I[3] = ge(xe((b) => L(b), ["prevent"]), ["right"]))
6287
6287
  ]
6288
6288
  }, [
6289
6289
  P("div", {
@@ -6312,8 +6312,8 @@ const kx = ({
6312
6312
  tabindex: "0",
6313
6313
  onClick: (Ie) => $(Y),
6314
6314
  onKeydown: [
6315
- ge(Se((Ie) => $(Y), ["prevent"]), ["enter"]),
6316
- ge(Se((Ie) => $(Y), ["prevent"]), ["space"])
6315
+ ge(xe((Ie) => $(Y), ["prevent"]), ["enter"]),
6316
+ ge(xe((Ie) => $(Y), ["prevent"]), ["space"])
6317
6317
  ],
6318
6318
  onMouseover: (Ie) => K(Y.value)
6319
6319
  }, [
@@ -6406,8 +6406,8 @@ const kx = ({
6406
6406
  "aria-disabled": i.disabled || void 0,
6407
6407
  onClick: r[0] || (r[0] = (a) => i.$emit("activate")),
6408
6408
  onKeydown: [
6409
- r[1] || (r[1] = ge(Se((a) => i.$emit("activate"), ["prevent"]), ["enter"])),
6410
- r[2] || (r[2] = ge(Se((a) => i.$emit("activate"), ["prevent"]), ["space"]))
6409
+ r[1] || (r[1] = ge(xe((a) => i.$emit("activate"), ["prevent"]), ["enter"])),
6410
+ r[2] || (r[2] = ge(xe((a) => i.$emit("activate"), ["prevent"]), ["space"]))
6411
6411
  ]
6412
6412
  }, [
6413
6413
  P("span", {
@@ -6446,7 +6446,7 @@ const kx = ({
6446
6446
  disabled: t.isDisabled(!1),
6447
6447
  onActivate: g[0] || (g[0] = (T) => p(!1))
6448
6448
  }, {
6449
- default: xe(() => [
6449
+ default: Se(() => [
6450
6450
  m.$slots["arrow-left"] ? ce(m.$slots, "arrow-left", { key: 0 }) : H("", !0),
6451
6451
  m.$slots["arrow-left"] ? H("", !0) : (D(), pe(M(dh), { key: 1 }))
6452
6452
  ]),
@@ -6475,7 +6475,7 @@ const kx = ({
6475
6475
  disabled: t.isDisabled(!0),
6476
6476
  onActivate: g[3] || (g[3] = (T) => p(!0))
6477
6477
  }, {
6478
- default: xe(() => [
6478
+ default: Se(() => [
6479
6479
  m.$slots["arrow-right"] ? ce(m.$slots, "arrow-right", { key: 0 }) : H("", !0),
6480
6480
  m.$slots["arrow-right"] ? H("", !0) : (D(), pe(M(hh), { key: 1 }))
6481
6481
  ]),
@@ -6485,7 +6485,7 @@ const kx = ({
6485
6485
  name: M(d)(t.showYearPicker),
6486
6486
  css: M(c)
6487
6487
  }, {
6488
- default: xe(() => [
6488
+ default: Se(() => [
6489
6489
  t.showYearPicker ? (D(), pe(Eo, {
6490
6490
  key: 0,
6491
6491
  items: t.items,
@@ -6499,7 +6499,7 @@ const kx = ({
6499
6499
  onToggle: h,
6500
6500
  onSelected: g[4] || (g[4] = (T) => f(T))
6501
6501
  }, ln({
6502
- "button-icon": xe(() => [
6502
+ "button-icon": Se(() => [
6503
6503
  m.$slots["calendar-icon"] ? ce(m.$slots, "calendar-icon", { key: 0 }) : H("", !0),
6504
6504
  m.$slots["calendar-icon"] ? H("", !0) : (D(), pe(M(pa), { key: 1 }))
6505
6505
  ]),
@@ -6507,7 +6507,7 @@ const kx = ({
6507
6507
  }, [
6508
6508
  m.$slots["year-overlay-value"] ? {
6509
6509
  name: "item",
6510
- fn: xe(({ item: T }) => [
6510
+ fn: Se(({ item: T }) => [
6511
6511
  ce(m.$slots, "year-overlay-value", {
6512
6512
  text: T.text,
6513
6513
  value: T.value
@@ -6775,7 +6775,7 @@ const kx = ({
6775
6775
  collapse: S.collapse,
6776
6776
  stretch: ""
6777
6777
  }, {
6778
- default: xe(({ instance: R }) => [
6778
+ default: Se(({ instance: R }) => [
6779
6779
  S.$slots["month-year"] ? ce(S.$slots, "month-year", Nt(Gt({ key: 0 }, {
6780
6780
  year: M(u),
6781
6781
  months: M(o)(R),
@@ -6797,7 +6797,7 @@ const kx = ({
6797
6797
  onSelected: (z) => M(y)(z, R),
6798
6798
  onHoverValue: (z) => M(g)(z, R)
6799
6799
  }, {
6800
- header: xe(() => [
6800
+ header: Se(() => [
6801
6801
  ue(xy, Gt(S.$props, {
6802
6802
  items: M(l)(R),
6803
6803
  instance: R,
@@ -6810,7 +6810,7 @@ const kx = ({
6810
6810
  }), ln({ _: 2 }, [
6811
6811
  Ae(M(r), (z, X) => ({
6812
6812
  name: z,
6813
- fn: xe(($) => [
6813
+ fn: Se(($) => [
6814
6814
  ce(S.$slots, z, Nt(an($)))
6815
6815
  ])
6816
6816
  }))
@@ -6891,7 +6891,7 @@ const kx = ({
6891
6891
  }, ln({ _: 2 }, [
6892
6892
  d.$slots["year-overlay-value"] ? {
6893
6893
  name: "item",
6894
- fn: xe(({ item: f }) => [
6894
+ fn: Se(({ item: f }) => [
6895
6895
  ce(d.$slots, "year-overlay-value", {
6896
6896
  text: f.text,
6897
6897
  value: f.value
@@ -7040,8 +7040,8 @@ const kx = ({
7040
7040
  "aria-label": (ke = M(o)) == null ? void 0 : ke.incrementValue(N.type),
7041
7041
  tabindex: "0",
7042
7042
  onKeydown: [
7043
- ge(Se((le) => b(N.type), ["prevent"]), ["enter"]),
7044
- ge(Se((le) => b(N.type), ["prevent"]), ["space"])
7043
+ ge(xe((le) => b(N.type), ["prevent"]), ["enter"]),
7044
+ ge(xe((le) => b(N.type), ["prevent"]), ["space"])
7045
7045
  ],
7046
7046
  onClick: (le) => b(N.type)
7047
7047
  }, [
@@ -7068,8 +7068,8 @@ const kx = ({
7068
7068
  disabled: J(N.type),
7069
7069
  tabindex: "0",
7070
7070
  onKeydown: [
7071
- ge(Se((le) => I(N.type), ["prevent"]), ["enter"]),
7072
- ge(Se((le) => I(N.type), ["prevent"]), ["space"])
7071
+ ge(xe((le) => I(N.type), ["prevent"]), ["enter"]),
7072
+ ge(xe((le) => I(N.type), ["prevent"]), ["space"])
7073
7073
  ],
7074
7074
  onClick: (le) => I(N.type)
7075
7075
  }, [
@@ -7096,8 +7096,8 @@ const kx = ({
7096
7096
  "aria-label": (_e = M(o)) == null ? void 0 : _e.decrementValue(N.type),
7097
7097
  tabindex: "0",
7098
7098
  onKeydown: [
7099
- ge(Se((le) => b(N.type, !1), ["prevent"]), ["enter"]),
7100
- ge(Se((le) => b(N.type, !1), ["prevent"]), ["space"])
7099
+ ge(xe((le) => b(N.type, !1), ["prevent"]), ["enter"]),
7100
+ ge(xe((le) => b(N.type, !1), ["prevent"]), ["space"])
7101
7101
  ],
7102
7102
  onClick: (le) => b(N.type, !1)
7103
7103
  }, [
@@ -7129,8 +7129,8 @@ const kx = ({
7129
7129
  tabindex: "0",
7130
7130
  onClick: Y,
7131
7131
  onKeydown: [
7132
- ge(Se(Y, ["prevent"]), ["enter"]),
7133
- ge(Se(Y, ["prevent"]), ["space"])
7132
+ ge(xe(Y, ["prevent"]), ["enter"]),
7133
+ ge(xe(Y, ["prevent"]), ["space"])
7134
7134
  ]
7135
7135
  }, ae(m.value), 41, eS))
7136
7136
  ])),
@@ -7139,7 +7139,7 @@ const kx = ({
7139
7139
  name: M(h)(p[N.type]),
7140
7140
  css: M(f)
7141
7141
  }, {
7142
- default: xe(() => [
7142
+ default: Se(() => [
7143
7143
  p[N.type] ? (D(), pe(Eo, {
7144
7144
  key: 0,
7145
7145
  items: k(N.type),
@@ -7154,7 +7154,7 @@ const kx = ({
7154
7154
  onToggle: (ke) => I(N.type),
7155
7155
  onResetFlow: q[0] || (q[0] = (ke) => V.$emit("reset-flow"))
7156
7156
  }, ln({
7157
- "button-icon": xe(() => [
7157
+ "button-icon": Se(() => [
7158
7158
  V.$slots["clock-icon"] ? ce(V.$slots, "clock-icon", { key: 0 }) : H("", !0),
7159
7159
  V.$slots["clock-icon"] ? H("", !0) : (D(), pe(Co(V.timePickerInline ? M(pa) : M(fh)), { key: 1 }))
7160
7160
  ]),
@@ -7162,7 +7162,7 @@ const kx = ({
7162
7162
  }, [
7163
7163
  V.$slots[`${N.type}-overlay-value`] ? {
7164
7164
  name: "item",
7165
- fn: xe(({ item: ke }) => [
7165
+ fn: Se(({ item: ke }) => [
7166
7166
  ce(V.$slots, `${N.type}-overlay-value`, {
7167
7167
  text: ke.text,
7168
7168
  value: ke.value
@@ -7266,7 +7266,7 @@ const kx = ({
7266
7266
  name: M(f)(x.value),
7267
7267
  css: M(p) && !k.timePickerInline
7268
7268
  }, {
7269
- default: xe(() => {
7269
+ default: Se(() => {
7270
7270
  var oe;
7271
7271
  return [
7272
7272
  x.value || k.timePicker || k.timePickerInline ? (D(), E("div", {
@@ -7323,7 +7323,7 @@ const kx = ({
7323
7323
  }), ln({ _: 2 }, [
7324
7324
  Ae(M(z), (F, b) => ({
7325
7325
  name: F,
7326
- fn: xe((_) => [
7326
+ fn: Se((_) => [
7327
7327
  ce(k.$slots, F, Nt(an(_)))
7328
7328
  ])
7329
7329
  }))
@@ -7486,7 +7486,7 @@ const kx = ({
7486
7486
  "multi-calendars": 0,
7487
7487
  stretch: ""
7488
7488
  }, {
7489
- default: xe(() => [
7489
+ default: Se(() => [
7490
7490
  ue(Dy, Gt(h.$props, {
7491
7491
  hours: M(o).hours,
7492
7492
  minutes: M(o).minutes,
@@ -7501,7 +7501,7 @@ const kx = ({
7501
7501
  }), ln({ _: 2 }, [
7502
7502
  Ae(M(a), (p, m) => ({
7503
7503
  name: p,
7504
- fn: xe((g) => [
7504
+ fn: Se((g) => [
7505
7505
  ce(h.$slots, p, Nt(an(g)))
7506
7506
  ])
7507
7507
  }))
@@ -7616,7 +7616,7 @@ const kx = ({
7616
7616
  onActivate: F[0] || (F[0] = (j) => M(m)(!1, !0)),
7617
7617
  onSetRef: F[1] || (F[1] = (j) => K(j, 0))
7618
7618
  }, {
7619
- default: xe(() => [
7619
+ default: Se(() => [
7620
7620
  I.$slots["arrow-left"] ? ce(I.$slots, "arrow-left", { key: 0 }) : H("", !0),
7621
7621
  I.$slots["arrow-left"] ? H("", !0) : (D(), pe(M(dh), { key: 1 }))
7622
7622
  ]),
@@ -7639,8 +7639,8 @@ const kx = ({
7639
7639
  "aria-label": j.ariaLabel,
7640
7640
  onClick: j.toggle,
7641
7641
  onKeydown: [
7642
- ge(Se(j.toggle, ["prevent"]), ["enter"]),
7643
- ge(Se(j.toggle, ["prevent"]), ["space"])
7642
+ ge(xe(j.toggle, ["prevent"]), ["enter"]),
7643
+ ge(xe(j.toggle, ["prevent"]), ["space"])
7644
7644
  ]
7645
7645
  }, [
7646
7646
  I.$slots[j.type] ? ce(I.$slots, j.type, {
@@ -7656,7 +7656,7 @@ const kx = ({
7656
7656
  name: M(h)(j.showSelectionGrid),
7657
7657
  css: M(f)
7658
7658
  }, {
7659
- default: xe(() => [
7659
+ default: Se(() => [
7660
7660
  j.showSelectionGrid ? (D(), pe(Eo, {
7661
7661
  key: 0,
7662
7662
  items: j.items,
@@ -7674,7 +7674,7 @@ const kx = ({
7674
7674
  onSelected: j.updateModelValue,
7675
7675
  onToggle: j.toggle
7676
7676
  }, ln({
7677
- "button-icon": xe(() => [
7677
+ "button-icon": Se(() => [
7678
7678
  I.$slots["calendar-icon"] ? ce(I.$slots, "calendar-icon", { key: 0 }) : H("", !0),
7679
7679
  I.$slots["calendar-icon"] ? H("", !0) : (D(), pe(M(pa), { key: 1 }))
7680
7680
  ]),
@@ -7682,7 +7682,7 @@ const kx = ({
7682
7682
  }, [
7683
7683
  I.$slots[`${j.type}-overlay-value`] ? {
7684
7684
  name: "item",
7685
- fn: xe(({ item: Ke }) => [
7685
+ fn: Se(({ item: Ke }) => [
7686
7686
  ce(I.$slots, `${j.type}-overlay-value`, {
7687
7687
  text: Ke.text,
7688
7688
  value: Ke.value
@@ -7692,14 +7692,14 @@ const kx = ({
7692
7692
  } : void 0,
7693
7693
  I.$slots[`${j.type}-overlay`] ? {
7694
7694
  name: "overlay",
7695
- fn: xe(() => [
7695
+ fn: Se(() => [
7696
7696
  ce(I.$slots, `${j.type}-overlay`, Nt(an(z.value(j.type))))
7697
7697
  ]),
7698
7698
  key: "1"
7699
7699
  } : void 0,
7700
7700
  I.$slots[`${j.type}-overlay-header`] ? {
7701
7701
  name: "header",
7702
- fn: xe(() => [
7702
+ fn: Se(() => [
7703
7703
  ce(I.$slots, `${j.type}-overlay-header`, {
7704
7704
  toggle: j.toggle
7705
7705
  })
@@ -7718,7 +7718,7 @@ const kx = ({
7718
7718
  disabled: M(g)(!1),
7719
7719
  onActivate: F[2] || (F[2] = (j) => M(m)(!1, !0))
7720
7720
  }, {
7721
- default: xe(() => [
7721
+ default: Se(() => [
7722
7722
  I.$slots["arrow-up"] ? ce(I.$slots, "arrow-up", { key: 0 }) : H("", !0),
7723
7723
  I.$slots["arrow-up"] ? H("", !0) : (D(), pe(M(mh), { key: 1 }))
7724
7724
  ]),
@@ -7732,7 +7732,7 @@ const kx = ({
7732
7732
  onActivate: F[3] || (F[3] = (j) => M(m)(!0, !0)),
7733
7733
  onSetRef: F[4] || (F[4] = (j) => K(j, I.disableYearSelect ? 2 : 3))
7734
7734
  }, {
7735
- default: xe(() => [
7735
+ default: Se(() => [
7736
7736
  I.$slots[I.vertical ? "arrow-down" : "arrow-right"] ? ce(I.$slots, I.vertical ? "arrow-down" : "arrow-right", { key: 0 }) : H("", !0),
7737
7737
  I.$slots[I.vertical ? "arrow-down" : "arrow-right"] ? H("", !0) : (D(), pe(Co(I.vertical ? M(ph) : M(hh)), { key: 1 }))
7738
7738
  ]),
@@ -7895,7 +7895,7 @@ const kx = ({
7895
7895
  name: y.value,
7896
7896
  css: !!q.transitions
7897
7897
  }, {
7898
- default: xe(() => {
7898
+ default: Se(() => {
7899
7899
  var ne;
7900
7900
  return [
7901
7901
  g.value ? (D(), E("div", {
@@ -7926,7 +7926,7 @@ const kx = ({
7926
7926
  "aria-disabled": _e.classData.dp__cell_disabled || void 0,
7927
7927
  "aria-label": (zt = (nn = M(l)) == null ? void 0 : nn.day) == null ? void 0 : zt.call(nn, _e),
7928
7928
  tabindex: "0",
7929
- onClick: Se((Vt) => Ie(Vt, _e), ["prevent"]),
7929
+ onClick: xe((Vt) => Ie(Vt, _e), ["prevent"]),
7930
7930
  onKeydown: [
7931
7931
  ge((Vt) => q.$emit("select-date", _e), ["enter"]),
7932
7932
  ge((Vt) => q.$emit("handle-space", _e), ["space"])
@@ -8357,7 +8357,7 @@ const kx = ({
8357
8357
  "multi-calendars": M(z).count,
8358
8358
  collapse: F.collapse
8359
8359
  }, {
8360
- default: xe(({ instance: _, index: Y }) => [
8360
+ default: Se(({ instance: _, index: Y }) => [
8361
8361
  F.disableMonthYearSelect ? H("", !0) : (D(), pe(cS, Gt({
8362
8362
  key: 0,
8363
8363
  ref: (j) => {
@@ -8376,7 +8376,7 @@ const kx = ({
8376
8376
  }), ln({ _: 2 }, [
8377
8377
  Ae(M(C), (j, Ie) => ({
8378
8378
  name: j,
8379
- fn: xe((Ke) => [
8379
+ fn: Se((Ke) => [
8380
8380
  ce(F.$slots, j, Nt(an(Ke)))
8381
8381
  ])
8382
8382
  }))
@@ -8402,7 +8402,7 @@ const kx = ({
8402
8402
  }), ln({ _: 2 }, [
8403
8403
  Ae(M(ee), (j, Ie) => ({
8404
8404
  name: j,
8405
- fn: xe((Ke) => [
8405
+ fn: Se((Ke) => [
8406
8406
  ce(F.$slots, j, Nt(an({ ...Ke })))
8407
8407
  ])
8408
8408
  }))
@@ -8433,7 +8433,7 @@ const kx = ({
8433
8433
  }), ln({ _: 2 }, [
8434
8434
  Ae(M(k), (_, Y) => ({
8435
8435
  name: _,
8436
- fn: xe((j) => [
8436
+ fn: Se((j) => [
8437
8437
  ce(F.$slots, _, Nt(an(j)))
8438
8438
  ])
8439
8439
  }))
@@ -8557,7 +8557,7 @@ const kx = ({
8557
8557
  collapse: T.collapse,
8558
8558
  stretch: ""
8559
8559
  }, {
8560
- default: xe(({ instance: O }) => [
8560
+ default: Se(({ instance: O }) => [
8561
8561
  P("div", {
8562
8562
  class: "dp-quarter-picker-wrap",
8563
8563
  style: Ct({ minHeight: `${M(l).modeHeight}px` })
@@ -8575,7 +8575,7 @@ const kx = ({
8575
8575
  }), ln({ _: 2 }, [
8576
8576
  Ae(M(a), (S, A) => ({
8577
8577
  name: S,
8578
- fn: xe((R) => [
8578
+ fn: Se((R) => [
8579
8579
  ce(T.$slots, S, Nt(an(R)))
8580
8580
  ])
8581
8581
  }))
@@ -8761,10 +8761,10 @@ const kx = ({
8761
8761
  onClick: I,
8762
8762
  onKeydown: [
8763
8763
  ge(F, ["esc"]),
8764
- ne[18] || (ne[18] = ge(Se((le) => b("left"), ["prevent"]), ["left"])),
8765
- ne[19] || (ne[19] = ge(Se((le) => b("up"), ["prevent"]), ["up"])),
8766
- ne[20] || (ne[20] = ge(Se((le) => b("down"), ["prevent"]), ["down"])),
8767
- ne[21] || (ne[21] = ge(Se((le) => b("right"), ["prevent"]), ["right"])),
8764
+ ne[18] || (ne[18] = ge(xe((le) => b("left"), ["prevent"]), ["left"])),
8765
+ ne[19] || (ne[19] = ge(xe((le) => b("up"), ["prevent"]), ["up"])),
8766
+ ne[20] || (ne[20] = ge(xe((le) => b("down"), ["prevent"]), ["down"])),
8767
+ ne[21] || (ne[21] = ge(xe((le) => b("right"), ["prevent"]), ["right"])),
8768
8768
  _
8769
8769
  ]
8770
8770
  }, [
@@ -8805,10 +8805,10 @@ const kx = ({
8805
8805
  type: "button",
8806
8806
  style: Ct(le.style || {}),
8807
8807
  class: de(["dp__btn dp--preset-range", { "dp--preset-range-collapsed": t.collapse }]),
8808
- onClick: Se((zt) => q(le.value, le.noTz), ["prevent"]),
8808
+ onClick: xe((zt) => q(le.value, le.noTz), ["prevent"]),
8809
8809
  onKeydown: [
8810
- ge(Se((zt) => q(le.value, le.noTz), ["prevent"]), ["enter"]),
8811
- ge(Se((zt) => q(le.value, le.noTz), ["prevent"]), ["space"])
8810
+ ge(xe((zt) => q(le.value, le.noTz), ["prevent"]), ["enter"]),
8811
+ ge(xe((zt) => q(le.value, le.noTz), ["prevent"]), ["space"])
8812
8812
  ]
8813
8813
  }, ae(le.label), 47, ES))
8814
8814
  ], 64))), 128))
@@ -8848,7 +8848,7 @@ const kx = ({
8848
8848
  }), ln({ _: 2 }, [
8849
8849
  Ae(L.value, (le, nn) => ({
8850
8850
  name: le,
8851
- fn: xe((zt) => [
8851
+ fn: Se((zt) => [
8852
8852
  ce(N.$slots, le, Nt(an({ ...zt })))
8853
8853
  ])
8854
8854
  }))
@@ -8876,7 +8876,7 @@ const kx = ({
8876
8876
  }), ln({ _: 2 }, [
8877
8877
  Ae(M(k), (le, nn) => ({
8878
8878
  name: le,
8879
- fn: xe((zt) => [
8879
+ fn: Se((zt) => [
8880
8880
  ce(N.$slots, le, Nt(an({ ...zt })))
8881
8881
  ])
8882
8882
  }))
@@ -9100,18 +9100,18 @@ const kx = ({
9100
9100
  }), ln({ _: 2 }, [
9101
9101
  Ae(M(C), (De, Fs) => ({
9102
9102
  name: De,
9103
- fn: xe((ps) => [
9103
+ fn: Se((ps) => [
9104
9104
  ce(se.$slots, De, Nt(an(ps)))
9105
9105
  ])
9106
9106
  }))
9107
9107
  ]), 1040, ["input-value", "is-menu-open", "onSetEmptyDate"]),
9108
9108
  (D(), pe(Co(se.teleport ? Vb : "div"), Nt(an(q.value)), {
9109
- default: xe(() => [
9109
+ default: Se(() => [
9110
9110
  ue(si, {
9111
9111
  name: M($)(M(k)),
9112
9112
  css: M(W) && !M(A).enabled
9113
9113
  }, {
9114
- default: xe(() => [
9114
+ default: Se(() => [
9115
9115
  a.value ? (D(), E("div", Gt({
9116
9116
  key: 0,
9117
9117
  ref_key: "dpWrapMenuRef",
@@ -9152,7 +9152,7 @@ const kx = ({
9152
9152
  }), ln({ _: 2 }, [
9153
9153
  Ae(M(ee), (De, Fs) => ({
9154
9154
  name: De,
9155
- fn: xe((ps) => [
9155
+ fn: Se((ps) => [
9156
9156
  ce(se.$slots, De, Nt(an({ ...ps })))
9157
9157
  ])
9158
9158
  }))
@@ -11460,7 +11460,7 @@ const PV = {
11460
11460
  (a = e.action) != null && a.label ? (o = e.action) == null || o.callback() : (u = (l = n.value) == null ? void 0 : l.parentElement) == null || u.remove();
11461
11461
  }, i = U(() => e.type === "success" ? "check-circle-fill" : "circle-close"), r = U(() => e.type === "success" ? "-success" : e.type === "info" ? "-info" : "-error");
11462
11462
  return (a, o) => (D(), pe(si, null, {
11463
- default: xe(() => {
11463
+ default: Se(() => {
11464
11464
  var l;
11465
11465
  return [
11466
11466
  P("div", {
@@ -11591,10 +11591,10 @@ const PV = {
11591
11591
  t.label ? (D(), E("div", xM, ae(t.label), 1)) : H("", !0),
11592
11592
  P("div", {
11593
11593
  class: de(["scope-dropzone", { "-over": r.value, "-full-width": t.fullWidth }]),
11594
- onDragover: f[0] || (f[0] = Se((p) => r.value = !0, ["prevent"])),
11594
+ onDragover: f[0] || (f[0] = xe((p) => r.value = !0, ["prevent"])),
11595
11595
  onDragend: f[1] || (f[1] = (p) => r.value = !1),
11596
11596
  onDragleave: f[2] || (f[2] = (p) => r.value = !1),
11597
- onDrop: Se(l, ["prevent"])
11597
+ onDrop: xe(l, ["prevent"])
11598
11598
  }, [
11599
11599
  P("div", SM, [
11600
11600
  ue(M(tt), { icon: "file-bend" }),
@@ -11678,7 +11678,7 @@ const PV = {
11678
11678
  "sidebar-popup-container__icon-wrapper",
11679
11679
  { "-is-active": i.value }
11680
11680
  ]),
11681
- onClick: Se(c, ["stop"]),
11681
+ onClick: xe(c, ["stop"]),
11682
11682
  name: "popup-icon-wrapper"
11683
11683
  }, [
11684
11684
  ue(tt, { icon: "pop-up_opener" })
@@ -19456,7 +19456,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19456
19456
  P("div", zC, [
19457
19457
  HC,
19458
19458
  ue(M(us), { alternative: "" }, {
19459
- default: xe(() => [
19459
+ default: Se(() => [
19460
19460
  He("Reflects your deposit growth over the previous date. One of the most reliable indicator of profit for a trader. ")
19461
19461
  ]),
19462
19462
  _: 1
@@ -19507,7 +19507,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19507
19507
  P("div", ZC, [
19508
19508
  XC,
19509
19509
  ue(M(us), { alternative: "" }, {
19510
- default: xe(() => [
19510
+ default: Se(() => [
19511
19511
  He("Reflects your deposit size in US Dollars and BTC equivalent and growth over the previous date. One of the most reliable indicator of profit for a trader.")
19512
19512
  ]),
19513
19513
  _: 1
@@ -19555,7 +19555,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19555
19555
  P("div", iA, [
19556
19556
  rA,
19557
19557
  ue(M(us), { alternative: "" }, {
19558
- default: xe(() => [
19558
+ default: Se(() => [
19559
19559
  He(" This widget allows you to set a personal profit goal expressed in $ for a certain period "),
19560
19560
  aA,
19561
19561
  He(" Pay attention: in the widget, we calculate Net PNL excluding entry and exit commissions, as well as funding ")
@@ -19616,7 +19616,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19616
19616
  P("div", mA, [
19617
19617
  pA,
19618
19618
  ue(M(us), { alternative: "" }, {
19619
- default: xe(() => [
19619
+ default: Se(() => [
19620
19620
  He("Displays profitable days on green, losing days in red and trading days without significant profit or loss in blue. Also when you click on a specific date, more detailed information about trading day is displayed. "),
19621
19621
  gA,
19622
19622
  He("Pay attention: in the widget, we calculate Net PNL excluding entry and exit commissions, as well as funding ")
@@ -19699,7 +19699,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19699
19699
  P("div", LA, [
19700
19700
  FA,
19701
19701
  ue(M(us), { alternative: "" }, {
19702
- default: xe(() => [
19702
+ default: Se(() => [
19703
19703
  He("The amount of total commissions and fees for the selected previous period including the current date. This widget also shows commission to profit ratio in $/% and average amount of fees per trade."),
19704
19704
  YA,
19705
19705
  He("Pay attention: in the widget, we calculate Net PNL excluding entry and exit commissions, as well as funding ")
@@ -19746,7 +19746,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19746
19746
  P("div", QA, [
19747
19747
  JA,
19748
19748
  ue(M(us), { alternative: "" }, {
19749
- default: xe(() => [
19749
+ default: Se(() => [
19750
19750
  He("The amount of profit for the selected previous period including the current date. This widget shows the growth or loss of the deposit in %. The widget is available as a line graph."),
19751
19751
  eR,
19752
19752
  He(" Pay attention: in the widget, we calculate Net PNL excluding entry and exit commissions, as well as funding ")
@@ -19798,7 +19798,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19798
19798
  P("div", rR, [
19799
19799
  aR,
19800
19800
  ue(M(us), { alternative: "" }, {
19801
- default: xe(() => [
19801
+ default: Se(() => [
19802
19802
  He("The amount of profit in $ and % for the selected previous period including the current date. This widget also shows the amount of profit and loss separately."),
19803
19803
  oR,
19804
19804
  He("Pay attention: in the widget, we calculate Net PNL excluding entry and exit commissions, as well as funding ")
@@ -19872,7 +19872,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19872
19872
  P("div", bR, [
19873
19873
  wR,
19874
19874
  ue(M(us), { alternative: "" }, {
19875
- default: xe(() => [
19875
+ default: Se(() => [
19876
19876
  He("Displays 3 most profitable trades of the selected period. You can also see the trading pair and trade profit to balance ratio. "),
19877
19877
  kR,
19878
19878
  He("Pay attention: in the widget, we calculate Net PNL excluding entry and exit commissions, as well as funding ")
@@ -19925,7 +19925,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19925
19925
  P("div", $R, [
19926
19926
  IR,
19927
19927
  ue(M(us), { alternative: "" }, {
19928
- default: xe(() => [
19928
+ default: Se(() => [
19929
19929
  He("This widget displays number of total winning & trades. Also it indicates the average number of trades for selected period. ")
19930
19930
  ]),
19931
19931
  _: 1
@@ -19971,7 +19971,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19971
19971
  P("div", GR, [
19972
19972
  ZR,
19973
19973
  ue(M(us), { alternative: "" }, {
19974
- default: xe(() => [
19974
+ default: Se(() => [
19975
19975
  He("This widget displays the percentage of successful trades and the average RR. "),
19976
19976
  XR,
19977
19977
  He("Pay attention: in the widget, we calculate Net PNL excluding entry and exit commissions, as well as funding ")
@@ -19991,7 +19991,7 @@ const v_ = /* @__PURE__ */ FC("line", Ol), YC = { class: "chart-container" }, b_
19991
19991
  P("div", nE, [
19992
19992
  sE,
19993
19993
  ue(M(us), { alternative: "" }, {
19994
- default: xe(() => [
19994
+ default: Se(() => [
19995
19995
  He("The risk/reward ratio - marks the prospective reward a trader can earn for every dollar they risk on a trade. ")
19996
19996
  ]),
19997
19997
  _: 1