scope360-core 0.0.288 → 0.0.290

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 nw = Object.defineProperty;
3
3
  var sw = (t, e, n) => e in t ? nw(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
4
4
  var Z = (t, e, n) => (sw(t, typeof e != "symbol" ? e + "" : e, n), n);
5
- import { defineAsyncComponent as iw, openBlock as T, createBlock as he, resolveDynamicComponent as Lo, unref as k, computed as U, createElementBlock as E, normalizeStyle as Et, normalizeClass as ue, createCommentVNode as Y, toDisplayString as re, withKeys as ge, withModifiers as ke, renderSlot as de, createVNode as ce, withDirectives as zt, Fragment as _e, renderList as Ae, vShow as On, Transition as ii, withCtx as xe, createTextVNode as st, mergeModels as Dt, ref as K, useModel as fn, createElementVNode as O, vModelDynamic as rw, vModelRadio as aw, pushScopeId as mn, popScopeId as pn, watch as an, vModelCheckbox as ow, reactive as Sr, defineComponent as Bt, useSlots as Mr, toRef as fo, onMounted as Xt, nextTick as cs, onUnmounted as ga, mergeProps as Qt, isRef as Jf, createSlots as hn, normalizeProps as Yt, guardReactiveProps as cn, Teleport as lw, h as mo, render as cd, onBeforeUpdate as uw, getCurrentScope as Xg, onScopeDispose as Qg, vModelText as cw, onBeforeUnmount as dw, version as hw, shallowRef as Jg, toRaw as dd, isProxy as ey, readonly as fw, customRef as mw } from "vue";
5
+ import { defineAsyncComponent as iw, openBlock as T, createBlock as he, resolveDynamicComponent as Lo, unref as k, computed as U, createElementBlock as E, normalizeStyle as Et, normalizeClass as ce, createCommentVNode as Y, toDisplayString as re, withKeys as ge, withModifiers as ke, renderSlot as de, createVNode as ue, withDirectives as zt, Fragment as _e, renderList as Ae, vShow as On, Transition as ii, withCtx as xe, createTextVNode as nt, mergeModels as Dt, ref as K, useModel as fn, createElementVNode as O, vModelDynamic as rw, vModelRadio as aw, pushScopeId as mn, popScopeId as pn, watch as an, vModelCheckbox as ow, reactive as Sr, defineComponent as Bt, useSlots as Mr, toRef as fo, onMounted as Xt, nextTick as cs, onUnmounted as ga, mergeProps as Qt, isRef as Jf, createSlots as hn, normalizeProps as Yt, guardReactiveProps as cn, Teleport as lw, h as mo, render as cd, onBeforeUpdate as uw, getCurrentScope as Xg, onScopeDispose as Qg, vModelText as cw, onBeforeUnmount as dw, version as hw, shallowRef as Jg, toRaw as dd, isProxy as ey, readonly as fw, customRef as mw } from "vue";
6
6
  const pw = (t, e, n) => {
7
7
  const s = t[e];
8
8
  return s ? typeof s == "function" ? s() : Promise.resolve(s) : new Promise((i, r) => {
@@ -48,7 +48,7 @@ const pw = (t, e, n) => {
48
48
  return (s, i) => (T(), E("button", {
49
49
  disabled: t.disabled,
50
50
  style: Et(n.value),
51
- class: ue([
51
+ class: ce([
52
52
  `-${t.size}`,
53
53
  `-${t.view}`,
54
54
  `-${t.iconAlignment}`,
@@ -889,7 +889,7 @@ var xw = {
889
889
  const Mw = {
890
890
  ref: "tags",
891
891
  class: "multiselect__tags"
892
- }, Dw = { class: "multiselect__tags-wrap" }, Tw = { class: "multiselect__spinner" }, Ow = { key: 0 }, Pw = { class: "multiselect__option" }, Cw = { class: "multiselect__option" }, Aw = /* @__PURE__ */ st("No elements found. Consider changing the search query."), Rw = { class: "multiselect__option" }, Ew = /* @__PURE__ */ st("List is empty.");
892
+ }, Dw = { class: "multiselect__tags-wrap" }, Tw = { class: "multiselect__spinner" }, Ow = { key: 0 }, Pw = { class: "multiselect__option" }, Cw = { class: "multiselect__option" }, Aw = /* @__PURE__ */ nt("No elements found. Consider changing the search query."), Rw = { class: "multiselect__option" }, Ew = /* @__PURE__ */ nt("List is empty.");
893
893
  function $w(t, e, n, s, i, r) {
894
894
  return T(), he("div", {
895
895
  tabindex: t.searchable ? -1 : n.tabindex,
@@ -906,7 +906,7 @@ function $w(t, e, n, s, i, r) {
906
906
  "aria-owns": "listbox-" + t.id
907
907
  }, [
908
908
  de(t.$slots, "caret", { toggle: t.toggle }, () => [
909
- ce(
909
+ ue(
910
910
  "div",
911
911
  {
912
912
  onMousedown: e[1] || (e[1] = ke((a) => t.toggle(), ["prevent", "stop"])),
@@ -918,7 +918,7 @@ function $w(t, e, n, s, i, r) {
918
918
  )
919
919
  ]),
920
920
  de(t.$slots, "clear", { search: t.search }),
921
- ce(
921
+ ue(
922
922
  "div",
923
923
  Mw,
924
924
  [
@@ -928,7 +928,7 @@ function $w(t, e, n, s, i, r) {
928
928
  values: r.visibleValues,
929
929
  isOpen: t.isOpen
930
930
  }, () => [
931
- zt(ce(
931
+ zt(ue(
932
932
  "div",
933
933
  Dw,
934
934
  [
@@ -944,10 +944,10 @@ function $w(t, e, n, s, i, r) {
944
944
  class: "multiselect__tag",
945
945
  key: o
946
946
  }, [
947
- ce("span", {
947
+ ue("span", {
948
948
  textContent: re(t.getOptionLabel(a))
949
949
  }, null, 8, ["textContent"]),
950
- ce("i", {
950
+ ue("i", {
951
951
  tabindex: "1",
952
952
  onKeypress: ge(ke((l) => t.removeElement(a), ["prevent"]), ["enter"]),
953
953
  onMousedown: ke((l) => t.removeElement(a), ["prevent"]),
@@ -965,16 +965,16 @@ function $w(t, e, n, s, i, r) {
965
965
  [On, r.visibleValues.length > 0]
966
966
  ]),
967
967
  t.internalValue && t.internalValue.length > n.limit ? de(t.$slots, "limit", { key: 0 }, () => [
968
- ce("strong", {
968
+ ue("strong", {
969
969
  class: "multiselect__strong",
970
970
  textContent: re(n.limitText(t.internalValue.length - n.limit))
971
971
  }, null, 8, ["textContent"])
972
972
  ]) : Y("v-if", !0)
973
973
  ]),
974
- ce(ii, { name: "multiselect__loading" }, {
974
+ ue(ii, { name: "multiselect__loading" }, {
975
975
  default: xe(() => [
976
976
  de(t.$slots, "loading", {}, () => [
977
- zt(ce(
977
+ zt(ue(
978
978
  "div",
979
979
  Tw,
980
980
  null,
@@ -1023,7 +1023,7 @@ function $w(t, e, n, s, i, r) {
1023
1023
  },
1024
1024
  [
1025
1025
  de(t.$slots, "singleLabel", { option: r.singleValue }, () => [
1026
- st(
1026
+ nt(
1027
1027
  re(t.currentOptionLabel),
1028
1028
  1
1029
1029
  /* TEXT */
@@ -1042,7 +1042,7 @@ function $w(t, e, n, s, i, r) {
1042
1042
  },
1043
1043
  [
1044
1044
  de(t.$slots, "placeholder", {}, () => [
1045
- st(
1045
+ nt(
1046
1046
  re(t.placeholder),
1047
1047
  1
1048
1048
  /* TEXT */
@@ -1056,9 +1056,9 @@ function $w(t, e, n, s, i, r) {
1056
1056
  512
1057
1057
  /* NEED_PATCH */
1058
1058
  ),
1059
- ce(ii, { name: "multiselect" }, {
1059
+ ue(ii, { name: "multiselect" }, {
1060
1060
  default: xe(() => [
1061
- zt(ce(
1061
+ zt(ue(
1062
1062
  "div",
1063
1063
  {
1064
1064
  class: "multiselect__content-wrapper",
@@ -1070,7 +1070,7 @@ function $w(t, e, n, s, i, r) {
1070
1070
  ref: "list"
1071
1071
  },
1072
1072
  [
1073
- ce("ul", {
1073
+ ue("ul", {
1074
1074
  class: "multiselect__content",
1075
1075
  style: r.contentStyle,
1076
1076
  role: "listbox",
@@ -1078,9 +1078,9 @@ function $w(t, e, n, s, i, r) {
1078
1078
  }, [
1079
1079
  de(t.$slots, "beforeList"),
1080
1080
  t.multiple && t.max === t.internalValue.length ? (T(), he("li", Ow, [
1081
- ce("span", Pw, [
1081
+ ue("span", Pw, [
1082
1082
  de(t.$slots, "maxElements", {}, () => [
1083
- st(
1083
+ nt(
1084
1084
  "Maximum of " + re(t.max) + " options selected. First remove a selected option to select another.",
1085
1085
  1
1086
1086
  /* TEXT */
@@ -1111,7 +1111,7 @@ function $w(t, e, n, s, i, r) {
1111
1111
  search: t.search,
1112
1112
  index: o
1113
1113
  }, () => [
1114
- ce(
1114
+ ue(
1115
1115
  "span",
1116
1116
  null,
1117
1117
  re(t.getOptionLabel(a)),
@@ -1133,7 +1133,7 @@ function $w(t, e, n, s, i, r) {
1133
1133
  search: t.search,
1134
1134
  index: o
1135
1135
  }, () => [
1136
- ce(
1136
+ ue(
1137
1137
  "span",
1138
1138
  null,
1139
1139
  re(t.getOptionLabel(a)),
@@ -1146,11 +1146,11 @@ function $w(t, e, n, s, i, r) {
1146
1146
  128
1147
1147
  /* KEYED_FRAGMENT */
1148
1148
  )) : Y("v-if", !0),
1149
- zt(ce(
1149
+ zt(ue(
1150
1150
  "li",
1151
1151
  null,
1152
1152
  [
1153
- ce("span", Cw, [
1153
+ ue("span", Cw, [
1154
1154
  de(t.$slots, "noResult", { search: t.search }, () => [
1155
1155
  Aw
1156
1156
  ])
@@ -1161,11 +1161,11 @@ function $w(t, e, n, s, i, r) {
1161
1161
  ), [
1162
1162
  [On, n.showNoResults && t.filteredOptions.length === 0 && t.search && !n.loading]
1163
1163
  ]),
1164
- zt(ce(
1164
+ zt(ue(
1165
1165
  "li",
1166
1166
  null,
1167
1167
  [
1168
- ce("span", Rw, [
1168
+ ue("span", Rw, [
1169
1169
  de(t.$slots, "noOptions", {}, () => [
1170
1170
  Ew
1171
1171
  ])
@@ -1238,10 +1238,10 @@ const Iw = {
1238
1238
  style: Et(n.value)
1239
1239
  }, [
1240
1240
  t.label ? (T(), E("div", Iw, re(t.label), 1)) : Y("", !0),
1241
- ce(k(ny), {
1241
+ ue(k(ny), {
1242
1242
  ref_key: "multiselect",
1243
1243
  ref: s,
1244
- class: ue([
1244
+ class: ce([
1245
1245
  "scope-multiselect",
1246
1246
  `-${t.size}`,
1247
1247
  { "-with-search": t.searchable, "-invalid": t.invalid }
@@ -1262,7 +1262,7 @@ const Iw = {
1262
1262
  _: 1
1263
1263
  }, 8, ["class", "modelValue", "multiple", "options", "searchable", "disabled", "placeholder"]),
1264
1264
  O("div", {
1265
- class: ue([
1265
+ class: ce([
1266
1266
  "scope-multiselect-container__icon-wrapper",
1267
1267
  { "-with-search": t.searchable, "-label": t.label }
1268
1268
  ])
@@ -1270,11 +1270,11 @@ const Iw = {
1270
1270
  t.searchable ? (T(), he(je, {
1271
1271
  key: 0,
1272
1272
  icon: "search",
1273
- class: ue(["search-item", r.value ? "-is-not-empty" : "-is-empty"])
1273
+ class: ce(["search-item", r.value ? "-is-not-empty" : "-is-empty"])
1274
1274
  }, null, 8, ["class"])) : Y("", !0),
1275
- ce(je, {
1275
+ ue(je, {
1276
1276
  icon: "chevron",
1277
- class: ue([
1277
+ class: ce([
1278
1278
  "select-item",
1279
1279
  r.value ? "-is-not-empty" : "-is-empty",
1280
1280
  { "-opened": i.value }
@@ -1346,19 +1346,19 @@ const Iw = {
1346
1346
  });
1347
1347
  };
1348
1348
  return e({ focus: c }), (h, f) => (T(), E("div", {
1349
- class: ue(["scope-input", { "-have-icon": t.icon, "-full-width": t.fullWidth, "-clear-button": t.haveClearButton || t.haveCopyButton, "-only-search": t.haveClearButton || t.haveCopyButton && !t.icon, "-has-save": t.hasSave }])
1349
+ class: ce(["scope-input", { "-have-icon": t.icon, "-full-width": t.fullWidth, "-clear-button": t.haveClearButton || t.haveCopyButton, "-only-search": t.haveClearButton || t.haveCopyButton && !t.icon, "-has-save": t.hasSave }])
1350
1350
  }, [
1351
1351
  t.label ? (T(), E("div", Fw, re(t.label), 1)) : Y("", !0),
1352
1352
  t.prompt ? (T(), E("div", Yw, re(t.prompt), 1)) : Y("", !0),
1353
1353
  O("div", {
1354
- class: ue(["scope-input__container", `-${t.size}`])
1354
+ class: ce(["scope-input__container", `-${t.size}`])
1355
1355
  }, [
1356
1356
  t.sideSign ? (T(), E("div", Vw, re(t.sideSign), 1)) : Y("", !0),
1357
1357
  zt(O("input", {
1358
1358
  ref_key: "inputRef",
1359
1359
  ref: r,
1360
1360
  disabled: t.disabled,
1361
- class: ue(["scope-input__input", [`-${t.size}`, { "-invalid": t.invalid, "-side-sign": !!t.sideSign, "-has-save": t.hasSave }]]),
1361
+ class: ce(["scope-input__input", [`-${t.size}`, { "-invalid": t.invalid, "-side-sign": !!t.sideSign, "-has-save": t.hasSave }]]),
1362
1362
  "onUpdate:modelValue": f[0] || (f[0] = (p) => a.value = p),
1363
1363
  style: Et(l.value),
1364
1364
  placeholder: t.placeholder,
@@ -1373,7 +1373,7 @@ const Iw = {
1373
1373
  ])
1374
1374
  ], 2),
1375
1375
  O("div", {
1376
- class: ue([
1376
+ class: ce([
1377
1377
  "scope-input__icon-wrapper",
1378
1378
  `-${t.size}`,
1379
1379
  { "-only-search": t.haveClearButton || t.hasSave || t.haveCopyButton && !t.icon, "-with-label": !!t.label }
@@ -1433,7 +1433,7 @@ const Iw = {
1433
1433
  [aw, e.value]
1434
1434
  ]),
1435
1435
  O("span", {
1436
- class: ue(["scope-radio", { "-checked": s.value }])
1436
+ class: ce(["scope-radio", { "-checked": s.value }])
1437
1437
  }, null, 2),
1438
1438
  O("span", jw, re(t.label), 1)
1439
1439
  ]));
@@ -1505,7 +1505,7 @@ const Iw = {
1505
1505
  };
1506
1506
  return (s, i) => (T(), E("div", s1, [
1507
1507
  (T(!0), E(_e, null, Ae(t.tabs, (r, a) => (T(), E("div", {
1508
- class: ue(["scope-menu-tab", { "-active": e.value == r.id }]),
1508
+ class: ce(["scope-menu-tab", { "-active": e.value == r.id }]),
1509
1509
  onClick: (o) => n(r.id),
1510
1510
  key: a
1511
1511
  }, re(r.name), 11, i1))), 128))
@@ -1531,15 +1531,15 @@ const Iw = {
1531
1531
  i.value = n.items[r.value + 1], s("change");
1532
1532
  };
1533
1533
  return (c, d) => (T(), E("div", a1, [
1534
- ce(je, {
1534
+ ue(je, {
1535
1535
  icon: "chevron-left-small",
1536
- class: ue(["scope-switcher__left", { "-first-item": a.value }]),
1536
+ class: ce(["scope-switcher__left", { "-first-item": a.value }]),
1537
1537
  onClick: l
1538
1538
  }, null, 8, ["class"]),
1539
1539
  O("div", o1, re(i.value.name), 1),
1540
- ce(je, {
1540
+ ue(je, {
1541
1541
  icon: "chevron-right-small",
1542
- class: ue(["scope-switcher__right", { "-last-item": o.value }]),
1542
+ class: ce(["scope-switcher__right", { "-last-item": o.value }]),
1543
1543
  onClick: u
1544
1544
  }, null, 8, ["class"])
1545
1545
  ]));
@@ -6015,7 +6015,7 @@ const qx = ({
6015
6015
  ref_key: "inputRef",
6016
6016
  ref: m,
6017
6017
  name: x.name,
6018
- class: ue(w.value),
6018
+ class: ce(w.value),
6019
6019
  inputmode: k(r).enabled ? "text" : "none",
6020
6020
  placeholder: x.placeholder,
6021
6021
  disabled: x.disabled,
@@ -6140,7 +6140,7 @@ const qx = ({
6140
6140
  value: C.internalModelValue
6141
6141
  }) : Y("", !0),
6142
6142
  !C.$slots["action-preview"] && y.value ? (T(), E(_e, { key: 1 }, [
6143
- st(re(z.value), 1)
6143
+ nt(re(z.value), 1)
6144
6144
  ], 64)) : Y("", !0)
6145
6145
  ], 12, nS)) : Y("", !0),
6146
6146
  O("div", {
@@ -6297,7 +6297,7 @@ const qx = ({
6297
6297
  return T(), E("div", {
6298
6298
  ref_key: "gridWrapRef",
6299
6299
  ref: p,
6300
- class: ue(P.value),
6300
+ class: ce(P.value),
6301
6301
  style: Et(M.value),
6302
6302
  role: "dialog",
6303
6303
  tabindex: "0",
@@ -6312,7 +6312,7 @@ const qx = ({
6312
6312
  O("div", {
6313
6313
  ref_key: "containerRef",
6314
6314
  ref: b,
6315
- class: ue(H.value),
6315
+ class: ce(H.value),
6316
6316
  role: "grid",
6317
6317
  style: Et({ height: `${w.value}px` })
6318
6318
  }, [
@@ -6321,7 +6321,7 @@ const qx = ({
6321
6321
  ]),
6322
6322
  J.$slots.overlay ? de(J.$slots, "overlay", { key: 0 }) : (T(!0), E(_e, { key: 1 }, Ae(J.items, (_, v) => (T(), E("div", {
6323
6323
  key: v,
6324
- class: ue(["dp__overlay_row", { dp__flex_row: J.items.length >= 3 }]),
6324
+ class: ce(["dp__overlay_row", { dp__flex_row: J.items.length >= 3 }]),
6325
6325
  role: "row"
6326
6326
  }, [
6327
6327
  (T(!0), E(_e, null, Ae(_, (V, j) => (T(), E("div", {
@@ -6329,7 +6329,7 @@ const qx = ({
6329
6329
  ref_for: !0,
6330
6330
  ref: (Ie) => C(Ie, V, v, j),
6331
6331
  role: "gridcell",
6332
- class: ue(A.value),
6332
+ class: ce(A.value),
6333
6333
  "aria-selected": V.active || void 0,
6334
6334
  "aria-disabled": V.disabled || void 0,
6335
6335
  tabindex: "0",
@@ -6341,14 +6341,14 @@ const qx = ({
6341
6341
  onMouseover: (Ie) => Q(V.value)
6342
6342
  }, [
6343
6343
  O("div", {
6344
- class: ue(V.className)
6344
+ class: ce(V.className)
6345
6345
  }, [
6346
6346
  J.$slots.item ? de(J.$slots, "item", {
6347
6347
  key: 0,
6348
6348
  item: V
6349
6349
  }) : Y("", !0),
6350
6350
  J.$slots.item ? Y("", !0) : (T(), E(_e, { key: 1 }, [
6351
- st(re(V.text), 1)
6351
+ nt(re(V.text), 1)
6352
6352
  ], 64))
6353
6353
  ], 2)
6354
6354
  ], 42, oS))), 128))
@@ -6360,7 +6360,7 @@ const qx = ({
6360
6360
  ref: y,
6361
6361
  type: "button",
6362
6362
  "aria-label": (F = k(l)) == null ? void 0 : F.toggleOverlay,
6363
- class: ue(R.value),
6363
+ class: ce(R.value),
6364
6364
  tabindex: "0",
6365
6365
  onClick: z,
6366
6366
  onKeydown: [
@@ -6389,7 +6389,7 @@ const qx = ({
6389
6389
  dp__instance_calendar: e.multiCalendars > 0
6390
6390
  }));
6391
6391
  return (i, r) => (T(), E("div", {
6392
- class: ue({
6392
+ class: ce({
6393
6393
  dp__menu_inner: !i.stretch,
6394
6394
  "dp--menu--inner-stretched": i.stretch,
6395
6395
  dp__flex_display: i.multiCalendars > 0,
@@ -6398,7 +6398,7 @@ const qx = ({
6398
6398
  }, [
6399
6399
  (T(!0), E(_e, null, Ae(n.value, (a, o) => (T(), E("div", {
6400
6400
  key: a,
6401
- class: ue(s.value)
6401
+ class: ce(s.value)
6402
6402
  }, [
6403
6403
  de(i.$slots, "default", {
6404
6404
  instance: a,
@@ -6434,7 +6434,7 @@ const qx = ({
6434
6434
  ]
6435
6435
  }, [
6436
6436
  O("span", {
6437
- class: ue(["dp__inner_nav", { dp__inner_nav_disabled: i.disabled }])
6437
+ class: ce(["dp__inner_nav", { dp__inner_nav_disabled: i.disabled }])
6438
6438
  }, [
6439
6439
  de(i.$slots, "default")
6440
6440
  ], 2)
@@ -6488,7 +6488,7 @@ const qx = ({
6488
6488
  year: t.year
6489
6489
  }) : Y("", !0),
6490
6490
  m.$slots.year ? Y("", !0) : (T(), E(_e, { key: 1 }, [
6491
- st(re(t.year), 1)
6491
+ nt(re(t.year), 1)
6492
6492
  ], 64))
6493
6493
  ], 40, dS),
6494
6494
  k(i)(k(o), t.instance) ? (T(), he(Xa, {
@@ -6504,7 +6504,7 @@ const qx = ({
6504
6504
  ]),
6505
6505
  _: 3
6506
6506
  }, 8, ["aria-label", "disabled"])) : Y("", !0),
6507
- ce(ii, {
6507
+ ue(ii, {
6508
6508
  name: k(d)(t.showYearPicker),
6509
6509
  css: k(c)
6510
6510
  }, {
@@ -6821,7 +6821,7 @@ const qx = ({
6821
6821
  onHoverValue: (H) => k(g)(H, R)
6822
6822
  }, {
6823
6823
  header: xe(() => [
6824
- ce(Ly, Qt(M.$props, {
6824
+ ue(Ly, Qt(M.$props, {
6825
6825
  items: k(l)(R),
6826
6826
  instance: R,
6827
6827
  "show-year-picker": k(f)[R],
@@ -7044,16 +7044,16 @@ const qx = ({
7044
7044
  var Se, Ce, ve;
7045
7045
  return T(), E("div", {
7046
7046
  key: ne,
7047
- class: ue(X.value)
7047
+ class: ce(X.value)
7048
7048
  }, [
7049
7049
  N.separator ? (T(), E(_e, { key: 0 }, [
7050
- st(" : ")
7050
+ nt(" : ")
7051
7051
  ], 64)) : (T(), E(_e, { key: 1 }, [
7052
7052
  O("button", {
7053
7053
  ref_for: !0,
7054
7054
  ref: (le) => Ie(le, ne, 0),
7055
7055
  type: "button",
7056
- class: ue({
7056
+ class: ce({
7057
7057
  dp__btn: !0,
7058
7058
  dp__inc_dec_button: !B.timePickerInline,
7059
7059
  dp__inc_dec_button_inline: B.timePickerInline,
@@ -7081,7 +7081,7 @@ const qx = ({
7081
7081
  ref: (le) => Ie(le, ne, 1),
7082
7082
  type: "button",
7083
7083
  "aria-label": (Ce = k(o)) == null ? void 0 : Ce.openTpOverlay(N.type),
7084
- class: ue({
7084
+ class: ce({
7085
7085
  dp__time_display: !0,
7086
7086
  dp__time_display_block: !B.timePickerInline,
7087
7087
  dp__time_display_inline: B.timePickerInline,
@@ -7102,14 +7102,14 @@ const qx = ({
7102
7102
  value: ee.value(N.type).value
7103
7103
  }) : Y("", !0),
7104
7104
  B.$slots[N.type] ? Y("", !0) : (T(), E(_e, { key: 1 }, [
7105
- st(re(ee.value(N.type).text), 1)
7105
+ nt(re(ee.value(N.type).text), 1)
7106
7106
  ], 64))
7107
7107
  ], 42, bS),
7108
7108
  O("button", {
7109
7109
  ref_for: !0,
7110
7110
  ref: (le) => Ie(le, ne, 2),
7111
7111
  type: "button",
7112
- class: ue({
7112
+ class: ce({
7113
7113
  dp__btn: !0,
7114
7114
  dp__inc_dec_button: !B.timePickerInline,
7115
7115
  dp__inc_dec_button_inline: B.timePickerInline,
@@ -7271,7 +7271,7 @@ const qx = ({
7271
7271
  ref_key: "openTimePickerBtn",
7272
7272
  ref: g,
7273
7273
  type: "button",
7274
- class: ue(R.value),
7274
+ class: ce(R.value),
7275
7275
  "aria-label": (Q = k(u)) == null ? void 0 : Q.openTimePicker,
7276
7276
  tabindex: x.noOverlayFocus ? void 0 : 0,
7277
7277
  onKeydown: [
@@ -7285,7 +7285,7 @@ const qx = ({
7285
7285
  ], 42, OS)), [
7286
7286
  [On, !k(m)(x.hideNavigation, "time")]
7287
7287
  ]) : Y("", !0),
7288
- ce(ii, {
7288
+ ue(ii, {
7289
7289
  name: k(f)(S.value),
7290
7290
  css: k(p) && !x.timePickerInline
7291
7291
  }, {
@@ -7296,7 +7296,7 @@ const qx = ({
7296
7296
  key: 0,
7297
7297
  ref_key: "overlayRef",
7298
7298
  ref: b,
7299
- class: ue({
7299
+ class: ce({
7300
7300
  dp__overlay: !x.timePickerInline,
7301
7301
  "dp--overlay-absolute": !i.timePicker && !x.timePickerInline,
7302
7302
  "dp--overlay-relative": i.timePicker
@@ -7305,7 +7305,7 @@ const qx = ({
7305
7305
  tabindex: x.timePickerInline ? void 0 : 0
7306
7306
  }, [
7307
7307
  O("div", {
7308
- class: ue(
7308
+ class: ce(
7309
7309
  x.timePickerInline ? "dp__time_picker_inline_container" : "dp__overlay_container dp__container_flex dp__time_picker_overlay_container"
7310
7310
  ),
7311
7311
  style: { display: "flex" }
@@ -7321,7 +7321,7 @@ const qx = ({
7321
7321
  }) : Y("", !0),
7322
7322
  x.$slots["time-picker-overlay"] ? Y("", !0) : (T(), E("div", {
7323
7323
  key: 1,
7324
- class: ue(x.timePickerInline ? "dp__flex" : "dp__overlay_row dp__flex_row")
7324
+ class: ce(x.timePickerInline ? "dp__flex" : "dp__overlay_row dp__flex_row")
7325
7325
  }, [
7326
7326
  (T(!0), E(_e, null, Ae(M.value, (J, I) => zt((T(), he(DS, Qt({ key: I }, {
7327
7327
  ...x.$props,
@@ -7359,7 +7359,7 @@ const qx = ({
7359
7359
  ref_key: "closeTimePickerBtn",
7360
7360
  ref: y,
7361
7361
  type: "button",
7362
- class: ue(R.value),
7362
+ class: ce(R.value),
7363
7363
  "aria-label": (oe = k(u)) == null ? void 0 : oe.closeTimePicker,
7364
7364
  tabindex: "0",
7365
7365
  onKeydown: [
@@ -7510,7 +7510,7 @@ const qx = ({
7510
7510
  stretch: ""
7511
7511
  }, {
7512
7512
  default: xe(() => [
7513
- ce(By, Qt(h.$props, {
7513
+ ue(By, Qt(h.$props, {
7514
7514
  hours: k(o).hours,
7515
7515
  minutes: k(o).minutes,
7516
7516
  seconds: k(o).seconds,
@@ -7646,7 +7646,7 @@ const qx = ({
7646
7646
  _: 3
7647
7647
  }, 8, ["aria-label", "disabled"])) : Y("", !0),
7648
7648
  O("div", {
7649
- class: ue(["dp__month_year_wrap", {
7649
+ class: ce(["dp__month_year_wrap", {
7650
7650
  dp__year_disable_select: I.disableYearSelect
7651
7651
  }])
7652
7652
  }, [
@@ -7672,10 +7672,10 @@ const qx = ({
7672
7672
  value: i[j.type]
7673
7673
  }) : Y("", !0),
7674
7674
  I.$slots[j.type] ? Y("", !0) : (T(), E(_e, { key: 1 }, [
7675
- st(re(j.text), 1)
7675
+ nt(re(j.text), 1)
7676
7676
  ], 64))
7677
7677
  ], 40, $S),
7678
- ce(ii, {
7678
+ ue(ii, {
7679
7679
  name: k(h)(j.showSelectionGrid),
7680
7680
  css: k(f)
7681
7681
  }, {
@@ -7883,13 +7883,13 @@ const qx = ({
7883
7883
  return e({ triggerTransition: R }), (q, Me) => {
7884
7884
  var N;
7885
7885
  return T(), E("div", {
7886
- class: ue(z.value)
7886
+ class: ce(z.value)
7887
7887
  }, [
7888
7888
  O("div", {
7889
7889
  ref_key: "calendarWrapRef",
7890
7890
  ref: m,
7891
7891
  role: "grid",
7892
- class: ue(H.value),
7892
+ class: ce(H.value),
7893
7893
  "aria-label": (N = k(l)) == null ? void 0 : N.calendarWrap
7894
7894
  }, [
7895
7895
  O("div", LS, [
@@ -7908,13 +7908,13 @@ const qx = ({
7908
7908
  index: Se
7909
7909
  }) : Y("", !0),
7910
7910
  q.$slots["calendar-header"] ? Y("", !0) : (T(), E(_e, { key: 1 }, [
7911
- st(re(ne), 1)
7911
+ nt(re(ne), 1)
7912
7912
  ], 64))
7913
7913
  ], 8, YS);
7914
7914
  }), 128))
7915
7915
  ]),
7916
7916
  VS,
7917
- ce(ii, {
7917
+ ue(ii, {
7918
7918
  name: y.value,
7919
7919
  css: !!q.transitions
7920
7920
  }, {
@@ -7960,7 +7960,7 @@ const qx = ({
7960
7960
  onMouseup: Me[0] || (Me[0] = (Wt) => S.value = !1)
7961
7961
  }, [
7962
7962
  O("div", {
7963
- class: ue(["dp__cell_inner", ve.classData])
7963
+ class: ce(["dp__cell_inner", ve.classData])
7964
7964
  }, [
7965
7965
  q.$slots.day && ee.value(ve) ? de(q.$slots, "day", {
7966
7966
  key: 0,
@@ -7968,7 +7968,7 @@ const qx = ({
7968
7968
  date: ve.value
7969
7969
  }) : Y("", !0),
7970
7970
  q.$slots.day ? Y("", !0) : (T(), E(_e, { key: 1 }, [
7971
- st(re(ve.text), 1)
7971
+ nt(re(ve.text), 1)
7972
7972
  ], 64)),
7973
7973
  ve.marker && ee.value(ve) ? (T(), E(_e, { key: 2 }, [
7974
7974
  q.$slots.marker ? de(q.$slots, "marker", {
@@ -7978,7 +7978,7 @@ const qx = ({
7978
7978
  date: ve.value
7979
7979
  }) : (T(), E("div", {
7980
7980
  key: 1,
7981
- class: ue(X.value(ve.marker)),
7981
+ class: ce(X.value(ve.marker)),
7982
7982
  style: Et(ve.marker.color ? { backgroundColor: ve.marker.color } : {})
7983
7983
  }, null, 6))
7984
7984
  ], 64)) : Y("", !0),
@@ -8376,7 +8376,7 @@ const qx = ({
8376
8376
  presetDate: b
8377
8377
  })
8378
8378
  }), (F, _) => (T(), E(_e, null, [
8379
- ce(Cu, {
8379
+ ue(Cu, {
8380
8380
  "multi-calendars": k(H).count,
8381
8381
  collapse: F.collapse
8382
8382
  }, {
@@ -8404,7 +8404,7 @@ const qx = ({
8404
8404
  ])
8405
8405
  }))
8406
8406
  ]), 1040, ["months", "years", "month", "year", "instance", "onUpdateMonthYear"])),
8407
- ce(US, Qt({
8407
+ ue(US, Qt({
8408
8408
  ref: (j) => {
8409
8409
  j && ($.value[V] = j);
8410
8410
  },
@@ -8586,7 +8586,7 @@ const qx = ({
8586
8586
  style: Et({ minHeight: `${k(l).modeHeight}px` })
8587
8587
  }, [
8588
8588
  O("div", null, [
8589
- ce(Ly, Qt(D.$props, {
8589
+ ue(Ly, Qt(D.$props, {
8590
8590
  items: k(u)(P),
8591
8591
  instance: P,
8592
8592
  "show-year-picker": k(p)[P],
@@ -8608,7 +8608,7 @@ const qx = ({
8608
8608
  (T(!0), E(_e, null, Ae(k(h)(P), (M, A) => (T(), E("div", { key: A }, [
8609
8609
  O("button", {
8610
8610
  type: "button",
8611
- class: ue(["dp--qr-btn", {
8611
+ class: ce(["dp--qr-btn", {
8612
8612
  "dp--qr-btn-active": M.active,
8613
8613
  "dp--qr-btn-between": M.isBetween,
8614
8614
  "dp--qr-btn-disabled": M.disabled,
@@ -8623,7 +8623,7 @@ const qx = ({
8623
8623
  value: M.value,
8624
8624
  text: M.text
8625
8625
  }) : (T(), E(_e, { key: 1 }, [
8626
- st(re(M.text), 1)
8626
+ nt(re(M.text), 1)
8627
8627
  ], 64))
8628
8628
  ], 42, XS)
8629
8629
  ]))), 128))
@@ -8779,7 +8779,7 @@ const qx = ({
8779
8779
  tabindex: "0",
8780
8780
  role: "dialog",
8781
8781
  "aria-label": (Se = N.ariaLabels) == null ? void 0 : Se.menu,
8782
- class: ue(J.value),
8782
+ class: ce(J.value),
8783
8783
  onMouseleave: Me,
8784
8784
  onClick: I,
8785
8785
  onKeydown: [
@@ -8793,18 +8793,18 @@ const qx = ({
8793
8793
  }, [
8794
8794
  (N.disabled || N.readonly) && k(h).enabled || N.loading ? (T(), E("div", {
8795
8795
  key: 0,
8796
- class: ue(oe.value)
8796
+ class: ce(oe.value)
8797
8797
  }, [
8798
8798
  N.loading ? (T(), E("div", eM, nM)) : Y("", !0)
8799
8799
  ], 2)) : Y("", !0),
8800
8800
  !k(h).enabled && !N.teleportCenter ? (T(), E("div", {
8801
8801
  key: 1,
8802
- class: ue(Q.value)
8802
+ class: ce(Q.value)
8803
8803
  }, null, 2)) : Y("", !0),
8804
8804
  O("div", {
8805
8805
  ref_key: "innerMenuRef",
8806
8806
  ref: g,
8807
- class: ue({
8807
+ class: ce({
8808
8808
  dp__menu_content_wrapper: ((Ce = N.presetDates) == null ? void 0 : Ce.length) || !!N.$slots["left-sidebar"] || !!N.$slots["right-sidebar"],
8809
8809
  "dp--menu-content-wrapper-collapsed": t.collapse && ((ve = N.presetDates) == null ? void 0 : ve.length) || !!N.$slots["left-sidebar"] || !!N.$slots["right-sidebar"]
8810
8810
  }),
@@ -8815,7 +8815,7 @@ const qx = ({
8815
8815
  ])) : Y("", !0),
8816
8816
  N.presetDates.length ? (T(), E("div", {
8817
8817
  key: 1,
8818
- class: ue({ "dp--preset-dates-collapsed": t.collapse, "dp--preset-dates": !0 })
8818
+ class: ce({ "dp--preset-dates-collapsed": t.collapse, "dp--preset-dates": !0 })
8819
8819
  }, [
8820
8820
  (T(!0), E(_e, null, Ae(N.presetDates, (le, ln) => (T(), E(_e, { key: ln }, [
8821
8821
  le.slot ? de(N.$slots, le.slot, {
@@ -8827,7 +8827,7 @@ const qx = ({
8827
8827
  key: 1,
8828
8828
  type: "button",
8829
8829
  style: Et(le.style || {}),
8830
- class: ue(["dp__btn dp--preset-range", { "dp--preset-range-collapsed": t.collapse }]),
8830
+ class: ce(["dp__btn dp--preset-range", { "dp--preset-range-collapsed": t.collapse }]),
8831
8831
  onClick: ke((jt) => q(le.value, le.noTz), ["prevent"]),
8832
8832
  onKeydown: [
8833
8833
  ge(ke((jt) => q(le.value, le.noTz), ["prevent"]), ["enter"]),
@@ -9100,10 +9100,10 @@ const qx = ({
9100
9100
  }), (se, De) => (T(), E("div", {
9101
9101
  ref_key: "pickerWrapperRef",
9102
9102
  ref: f,
9103
- class: ue(Qe.value),
9103
+ class: ce(Qe.value),
9104
9104
  "data-datepicker-instance": ""
9105
9105
  }, [
9106
- ce(tS, Qt({
9106
+ ue(tS, Qt({
9107
9107
  ref_key: "inputRef",
9108
9108
  ref: d,
9109
9109
  "input-value": k(F),
@@ -9130,7 +9130,7 @@ const qx = ({
9130
9130
  ]), 1040, ["input-value", "is-menu-open", "onSetEmptyDate"]),
9131
9131
  (T(), he(Lo(se.teleport ? lw : "div"), Yt(cn(q.value)), {
9132
9132
  default: xe(() => [
9133
- ce(ii, {
9133
+ ue(ii, {
9134
9134
  name: k($)(k(x)),
9135
9135
  css: k(z) && !k(A).enabled
9136
9136
  }, {
@@ -9143,7 +9143,7 @@ const qx = ({
9143
9143
  class: { "dp--menu-wrapper": !k(A).enabled },
9144
9144
  style: k(A).enabled ? void 0 : k(L)
9145
9145
  }), [
9146
- ce(ym, Qt({
9146
+ ue(ym, Qt({
9147
9147
  ref_key: "dpMenuRef",
9148
9148
  ref: c
9149
9149
  }, se.$props, {
@@ -9240,11 +9240,11 @@ const fM = { class: "scope-datepicker__wrapper" }, mM = {
9240
9240
  return (o, l) => (T(), E("div", fM, [
9241
9241
  t.label ? (T(), E("div", mM, re(t.label), 1)) : Y("", !0),
9242
9242
  O("div", {
9243
- class: ue(["scope-datepicker__container", { "-full-width": t.fullWidth }])
9243
+ class: ce(["scope-datepicker__container", { "-full-width": t.fullWidth }])
9244
9244
  }, [
9245
- ce(k(Ch), {
9245
+ ue(k(Ch), {
9246
9246
  style: Et({ width: t.width }),
9247
- class: ue(["scope-datepicker", `-${t.size}`, { "-invalid": t.invalid, "-range": t.range }]),
9247
+ class: ce(["scope-datepicker", `-${t.size}`, { "-invalid": t.invalid, "-range": t.range }]),
9248
9248
  modelValue: s.value,
9249
9249
  "onUpdate:modelValue": l[0] || (l[0] = (u) => s.value = u),
9250
9250
  "max-date": t.maxDate,
@@ -9262,7 +9262,7 @@ const fM = { class: "scope-datepicker__wrapper" }, mM = {
9262
9262
  O("div", pM, [
9263
9263
  s.value ? Y("", !0) : (T(), he(je, {
9264
9264
  key: 0,
9265
- class: ue(["scope-datepicker__switcher", { "-active": i.value }]),
9265
+ class: ce(["scope-datepicker__switcher", { "-active": i.value }]),
9266
9266
  icon: "chevron-down-small"
9267
9267
  }, null, 8, ["class"]))
9268
9268
  ])
@@ -9288,13 +9288,13 @@ const fM = { class: "scope-datepicker__wrapper" }, mM = {
9288
9288
  n.value = o, s("select");
9289
9289
  };
9290
9290
  return (o, l) => (T(), E("div", {
9291
- class: ue(["scope-selector", `-${t.size}`]),
9291
+ class: ce(["scope-selector", `-${t.size}`]),
9292
9292
  style: Et(r.value)
9293
9293
  }, [
9294
9294
  (T(!0), E(_e, null, Ae(t.options, (u, c) => (T(), E("button", {
9295
9295
  key: c,
9296
9296
  onClick: (d) => a(u),
9297
- class: ue([
9297
+ class: ce([
9298
9298
  "scope-selector__option",
9299
9299
  {
9300
9300
  "-selected": typeof u == "object" ? u.name === n.value.name : u === o.name
@@ -9366,7 +9366,7 @@ const fM = { class: "scope-datepicker__wrapper" }, mM = {
9366
9366
  ref: n
9367
9367
  }, [
9368
9368
  O("fieldset", {
9369
- class: ue(["scope-number-input__fieldset", { "-space-between": t.spaceBetween }]),
9369
+ class: ce(["scope-number-input__fieldset", { "-space-between": t.spaceBetween }]),
9370
9370
  "data-number-code-form": ""
9371
9371
  }, [
9372
9372
  (T(!0), E(_e, null, Ae(t.necessaryLength, (l, u) => (T(), E("input", {
@@ -9374,7 +9374,7 @@ const fM = { class: "scope-datepicker__wrapper" }, mM = {
9374
9374
  disabled: t.disabled,
9375
9375
  maxlength: "1",
9376
9376
  key: u,
9377
- class: ue(["scope-number-input", { "-invalid": t.isInvalid }]),
9377
+ class: ce(["scope-number-input", { "-invalid": t.isInvalid }]),
9378
9378
  min: "0",
9379
9379
  max: "9",
9380
9380
  "data-number-code-input": "",
@@ -9402,11 +9402,11 @@ const fM = { class: "scope-datepicker__wrapper" }, mM = {
9402
9402
  n("openPage", i);
9403
9403
  };
9404
9404
  return (i, r) => (T(), E("button", {
9405
- class: ue(["scope-navigation-tab", { "-selected": t.selected, "-not-active": t.notActive }]),
9405
+ class: ce(["scope-navigation-tab", { "-selected": t.selected, "-not-active": t.notActive }]),
9406
9406
  onClick: r[0] || (r[0] = (a) => s(t.page))
9407
9407
  }, [
9408
9408
  O("div", kM, [
9409
- ce(je, {
9409
+ ue(je, {
9410
9410
  icon: t.icon,
9411
9411
  class: "scope-navigation-tab__icon"
9412
9412
  }, null, 8, ["icon"])
@@ -11530,9 +11530,9 @@ const d5 = {
11530
11530
  }, [
11531
11531
  O("div", VD, [
11532
11532
  O("div", {
11533
- class: ue(["toast__icon-wrapper", r.value])
11533
+ class: ce(["toast__icon-wrapper", r.value])
11534
11534
  }, [
11535
- ce(je, { icon: i.value }, null, 8, ["icon"])
11535
+ ue(je, { icon: i.value }, null, 8, ["icon"])
11536
11536
  ], 2),
11537
11537
  O("div", BD, [
11538
11538
  zt(O("div", { class: "toast__title" }, re(t.title), 513), [
@@ -11589,13 +11589,13 @@ const d5 = {
11589
11589
  setup(t, { emit: e }) {
11590
11590
  const n = e, s = fn(t, "modelValue"), i = t, r = U(() => i.width || i.height ? { width: i.width, height: i.height } : null);
11591
11591
  return (a, o) => (T(), E("div", {
11592
- class: ue(["scope-textarea", { "-full-width": t.fullWidth }])
11592
+ class: ce(["scope-textarea", { "-full-width": t.fullWidth }])
11593
11593
  }, [
11594
11594
  t.label ? (T(), E("div", UD, re(t.label), 1)) : Y("", !0),
11595
11595
  t.prompt ? (T(), E("div", jD, re(t.prompt), 1)) : Y("", !0),
11596
11596
  zt(O("textarea", {
11597
11597
  disabled: t.disabled,
11598
- class: ue([{ "-invalid": t.invalid }]),
11598
+ class: ce([{ "-invalid": t.invalid }]),
11599
11599
  "onUpdate:modelValue": o[0] || (o[0] = (l) => s.value = l),
11600
11600
  style: Et(r.value),
11601
11601
  placeholder: t.placeholder,
@@ -13249,17 +13249,17 @@ const uv = (t) => (mn("data-v-2006a023"), t = t(), pn(), t), fO = { class: "scop
13249
13249
  t.label ? (T(), E("div", mO, re(t.label), 1)) : Y("", !0),
13250
13250
  t.prompt ? (T(), E("div", pO, re(t.prompt), 1)) : Y("", !0),
13251
13251
  O("div", {
13252
- class: ue(["scope-dropzone", { "-over": a.value, "-full-width": t.fullWidth }]),
13252
+ class: ce(["scope-dropzone", { "-over": a.value, "-full-width": t.fullWidth }]),
13253
13253
  onDragover: g[0] || (g[0] = ke((y) => a.value = !0, ["prevent"])),
13254
13254
  onDragend: g[1] || (g[1] = (y) => a.value = !1),
13255
13255
  onDragleave: g[2] || (g[2] = (y) => a.value = !1),
13256
13256
  onDrop: ke(l, ["prevent"])
13257
13257
  }, [
13258
13258
  O("div", gO, [
13259
- ce(k(je), { icon: "file-bend" }),
13259
+ ue(k(je), { icon: "file-bend" }),
13260
13260
  yO,
13261
13261
  vO,
13262
- ce(k(hd), {
13262
+ ue(k(hd), {
13263
13263
  onClick: o,
13264
13264
  "cta-text": "Browse files",
13265
13265
  size: "sm",
@@ -13284,11 +13284,11 @@ const uv = (t) => (mn("data-v-2006a023"), t = t(), pn(), t), fO = { class: "scop
13284
13284
  src: y.compressedUrl
13285
13285
  }, null, 8, kO),
13286
13286
  O("div", xO, [
13287
- ce(k(je), {
13287
+ ue(k(je), {
13288
13288
  icon: "success",
13289
13289
  class: "scope-dropzone__file__success"
13290
13290
  }),
13291
- ce(k(je), {
13291
+ ue(k(je), {
13292
13292
  icon: "trash",
13293
13293
  class: "scope-dropzone__file__remove",
13294
13294
  onClick: (b) => c(y, w)
@@ -13334,14 +13334,14 @@ const uv = (t) => (mn("data-v-2006a023"), t = t(), pn(), t), fO = { class: "scop
13334
13334
  document.removeEventListener("click", d);
13335
13335
  }), (h, f) => (T(), E("div", DO, [
13336
13336
  O("div", {
13337
- class: ue([
13337
+ class: ce([
13338
13338
  "sidebar-popup-container__icon-wrapper",
13339
13339
  { "-is-active": i.value }
13340
13340
  ]),
13341
13341
  onClick: ke(c, ["stop"]),
13342
13342
  name: "popup-icon-wrapper"
13343
13343
  }, [
13344
- ce(je, { icon: "pop-up_opener" })
13344
+ ue(je, { icon: "pop-up_opener" })
13345
13345
  ], 2),
13346
13346
  i.value ? (T(), E("div", {
13347
13347
  key: 0,
@@ -13363,7 +13363,7 @@ const uv = (t) => (mn("data-v-2006a023"), t = t(), pn(), t), fO = { class: "scop
13363
13363
  EO,
13364
13364
  O("div", $O, [
13365
13365
  (T(!0), E(_e, null, Ae(a, (p) => (T(), E("div", {
13366
- class: ue([
13366
+ class: ce([
13367
13367
  "sidebar-popup__tab",
13368
13368
  { "-is-active": p.name === t.activeSection },
13369
13369
  { "-is-disable": !p.isActive }
@@ -13371,7 +13371,7 @@ const uv = (t) => (mn("data-v-2006a023"), t = t(), pn(), t), fO = { class: "scop
13371
13371
  onClick: (m) => u(p)
13372
13372
  }, [
13373
13373
  O("div", NO, [
13374
- ce(je, {
13374
+ ue(je, {
13375
13375
  icon: p.name.split(" ").join("_")
13376
13376
  }, null, 8, ["icon"])
13377
13377
  ]),
@@ -13381,7 +13381,7 @@ const uv = (t) => (mn("data-v-2006a023"), t = t(), pn(), t), fO = { class: "scop
13381
13381
  FO,
13382
13382
  O("div", YO, [
13383
13383
  O("div", {
13384
- class: ue([
13384
+ class: ce([
13385
13385
  "sidebar-popup__settings",
13386
13386
  { "-is-active": t.activeSection === "settings" }
13387
13387
  ]),
@@ -13407,15 +13407,15 @@ const uv = (t) => (mn("data-v-2006a023"), t = t(), pn(), t), fO = { class: "scop
13407
13407
  setup(t) {
13408
13408
  return (e, n) => (T(), E("div", BO, [
13409
13409
  O("div", {
13410
- class: ue(["scope-tooltip__icon-wrapper", { "-alternative": t.alternative }])
13410
+ class: ce(["scope-tooltip__icon-wrapper", { "-alternative": t.alternative }])
13411
13411
  }, [
13412
- ce(k(je), {
13412
+ ue(k(je), {
13413
13413
  icon: "tip",
13414
13414
  class: "scope-tooltip__icon"
13415
13415
  })
13416
13416
  ], 2),
13417
13417
  O("div", {
13418
- class: ue(["scope-tooltip__text", { "-alternative": t.alternative }, `-${t.position}`])
13418
+ class: ce(["scope-tooltip__text", { "-alternative": t.alternative }, `-${t.position}`])
13419
13419
  }, [
13420
13420
  de(e.$slots, "default", {}, void 0, !0)
13421
13421
  ], 2)
@@ -13440,7 +13440,7 @@ const uv = (t) => (mn("data-v-2006a023"), t = t(), pn(), t), fO = { class: "scop
13440
13440
  setup(t) {
13441
13441
  return (e, n) => (T(), E("div", zO, [
13442
13442
  O("div", HO, [
13443
- ce(k(je), { icon: t.icon }, null, 8, ["icon"])
13443
+ ue(k(je), { icon: t.icon }, null, 8, ["icon"])
13444
13444
  ]),
13445
13445
  O("div", UO, [
13446
13446
  O("div", jO, re(t.title), 1),
@@ -21121,9 +21121,9 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21121
21121
  }, null, 8, ["data", "options"]));
21122
21122
  }
21123
21123
  }, RR = (t) => (mn("data-v-aaab5f66"), t = t(), pn(), t), ER = { class: "import-data" }, $R = { class: "import-data__content" }, IR = /* @__PURE__ */ RR(() => /* @__PURE__ */ O("div", { class: "import-data__text" }, [
21124
- /* @__PURE__ */ st("Importing data from the exchange. "),
21124
+ /* @__PURE__ */ nt("Importing data from the exchange. "),
21125
21125
  /* @__PURE__ */ O("br"),
21126
- /* @__PURE__ */ st(" The widget will be displayed after the page reloads")
21126
+ /* @__PURE__ */ nt(" The widget will be displayed after the page reloads")
21127
21127
  ], -1)), NR = {
21128
21128
  __name: "ImportData",
21129
21129
  emits: ["refresh"],
@@ -21135,7 +21135,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21135
21135
  onClick: i[0] || (i[0] = (r) => n("refresh")),
21136
21136
  class: "import-data__refresh-btn"
21137
21137
  }, [
21138
- ce(k(je), { icon: "arrow-rotating" })
21138
+ ue(k(je), { icon: "arrow-rotating" })
21139
21139
  ]),
21140
21140
  IR
21141
21141
  ])
@@ -21156,9 +21156,9 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21156
21156
  O("div", YR, [
21157
21157
  O("div", VR, [
21158
21158
  BR,
21159
- ce(k(ds), { alternative: "" }, {
21159
+ ue(k(ds), { alternative: "" }, {
21160
21160
  default: xe(() => [
21161
- st("This graphic widget displays changes to your deposit over a specific time period. ")
21161
+ nt("This graphic widget displays changes to your deposit over a specific time period. ")
21162
21162
  ]),
21163
21163
  _: 1
21164
21164
  })
@@ -21170,7 +21170,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21170
21170
  onOnChange: o[1] || (o[1] = (l) => a.$emit("onChange", n.value))
21171
21171
  }, null, 8, ["modelValue"]))
21172
21172
  ]),
21173
- ce(k(t_), {
21173
+ ue(k(t_), {
21174
21174
  data: t.balanceChartData,
21175
21175
  "data-type": "balanceChartData",
21176
21176
  "ticks-callback": s,
@@ -21216,9 +21216,9 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21216
21216
  O("div", UR, [
21217
21217
  O("div", jR, [
21218
21218
  qR,
21219
- ce(k(ds), { alternative: "" }, {
21219
+ ue(k(ds), { alternative: "" }, {
21220
21220
  default: xe(() => [
21221
- st("Displays the balance of your deposit in USD and BTC equivalent, additionally showing the growth/fall of your balance.")
21221
+ nt("Displays the balance of your deposit in USD and BTC equivalent, additionally showing the growth/fall of your balance.")
21222
21222
  ]),
21223
21223
  _: 1
21224
21224
  })
@@ -21228,10 +21228,10 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21228
21228
  class: "balance-part__visibility-switcher",
21229
21229
  onClick: s
21230
21230
  }, [
21231
- zt(ce(k(je), { icon: "eye" }, null, 512), [
21231
+ zt(ue(k(je), { icon: "eye" }, null, 512), [
21232
21232
  [On, t.isHidden]
21233
21233
  ]),
21234
- zt(ce(k(je), { icon: "eye-slash" }, null, 512), [
21234
+ zt(ue(k(je), { icon: "eye-slash" }, null, 512), [
21235
21235
  [On, !t.isHidden]
21236
21236
  ])
21237
21237
  ]))
@@ -21264,9 +21264,9 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21264
21264
  O("div", eE, [
21265
21265
  O("div", tE, [
21266
21266
  nE,
21267
- ce(k(ds), { alternative: "" }, {
21267
+ ue(k(ds), { alternative: "" }, {
21268
21268
  default: xe(() => [
21269
- st(" In this widget, set your desired balance growth target in $ or % for a specific period. It will display your PNL relative to the goal, helping you know when to stop or pay closer attention. ")
21269
+ nt(" In this widget, set your desired balance growth target in $ or % for a specific period. It will display your PNL relative to the goal, helping you know when to stop or pay closer attention. ")
21270
21270
  ]),
21271
21271
  _: 1
21272
21272
  })
@@ -21275,7 +21275,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21275
21275
  class: "balance-part__modal-switcher",
21276
21276
  onClick: r[0] || (r[0] = (a) => n("switchModal"))
21277
21277
  }, [
21278
- ce(k(je), { icon: "settings" })
21278
+ ue(k(je), { icon: "settings" })
21279
21279
  ])
21280
21280
  ]),
21281
21281
  O("div", sE, [
@@ -21285,7 +21285,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21285
21285
  })), 1),
21286
21286
  O("div", rE, "/ " + re(k(Fe)(t.isMaskPersonalTarget, k(ft)(t.profit, { isPercentage: t.isPercentage, isFixed: !0 }))), 1)
21287
21287
  ]),
21288
- ce(k(B3), {
21288
+ ue(k(B3), {
21289
21289
  "current-profit": t.currentProfit,
21290
21290
  "is-hidden": t.isMaskPersonalTarget,
21291
21291
  drawdown: t.drawdown,
@@ -21382,9 +21382,9 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21382
21382
  O("div", uE, [
21383
21383
  O("div", cE, [
21384
21384
  dE,
21385
- ce(k(ds), { alternative: "" }, {
21385
+ ue(k(ds), { alternative: "" }, {
21386
21386
  default: xe(() => [
21387
- st("A widget that displays the performance of your trades in a calendar format. Here you can see profitable and unprofitable days with detailed statistics for each day. ")
21387
+ nt("A widget that displays the performance of your trades in a calendar format. Here you can see profitable and unprofitable days with detailed statistics for each day. ")
21388
21388
  ]),
21389
21389
  _: 1
21390
21390
  })
@@ -21402,13 +21402,13 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21402
21402
  O("div", hE, [
21403
21403
  O("div", fE, [
21404
21404
  (T(), E(_e, null, Ae(n, (p, m) => O("div", {
21405
- class: ue(["stat-calendar__week-day", { "-current": t.isCurrentDay(m) }])
21405
+ class: ce(["stat-calendar__week-day", { "-current": t.isCurrentDay(m) }])
21406
21406
  }, re(p), 3)), 64))
21407
21407
  ]),
21408
21408
  t.rows ? (T(), E("div", mE, [
21409
21409
  (T(!0), E(_e, null, Ae(t.rows, (p) => (T(), E("div", pE, [
21410
21410
  (T(!0), E(_e, null, Ae(p, (m) => (T(), E("div", {
21411
- class: ue(["stat-calendar__day", { "-empty": !m.date, "-current": t.isCurrentDate(m.date), "-positive": m.win, "-negative": m.win === !1 }]),
21411
+ class: ce(["stat-calendar__day", { "-empty": !m.date, "-current": t.isCurrentDate(m.date), "-positive": m.win, "-negative": m.win === !1 }]),
21412
21412
  onClick: (g) => r("setNewDate", m.date)
21413
21413
  }, re(m.date ? m.date : ""), 11, gE))), 256))
21414
21414
  ]))), 256))
@@ -21419,7 +21419,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21419
21419
  t.dailyStatData && !t.dailyStatData.isNull ? (T(), E("div", vE, [
21420
21420
  O("div", _E, [
21421
21421
  O("div", bE, re(t.currentDate.getDate() + " " + t.currentDate.toLocaleString("en-us", { month: "long" })), 1),
21422
- ce(je, {
21422
+ ue(je, {
21423
21423
  icon: "preview",
21424
21424
  onClick: d[2] || (d[2] = (p) => r("getDetails"))
21425
21425
  })
@@ -21429,10 +21429,10 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21429
21429
  O("div", xE, re(p.title), 1),
21430
21430
  SE,
21431
21431
  O("div", {
21432
- class: ue(["calendar-widget__point__value", p.class ? p.class : ""])
21432
+ class: ce(["calendar-widget__point__value", p.class ? p.class : ""])
21433
21433
  }, re(k(Fe)(t.isMask, p.value, { repeat: 5 })), 3)
21434
21434
  ]))), 256)),
21435
- ce(k(t2), {
21435
+ ue(k(t2), {
21436
21436
  isHidden: t.isMask,
21437
21437
  long: (h = t.dailyStatData) == null ? void 0 : h.long_count,
21438
21438
  short: (f = t.dailyStatData) == null ? void 0 : f.short_count
@@ -21441,7 +21441,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21441
21441
  (T(!0), E(_e, null, Ae(u.value, (p) => (T(), E("div", DE, [
21442
21442
  O("div", TE, re(p.title), 1),
21443
21443
  OE,
21444
- ce(k(Hf), {
21444
+ ue(k(Hf), {
21445
21445
  isHidden: t.isMask,
21446
21446
  "is-positive": p.isPositive,
21447
21447
  "is-negative": p.isNegative,
@@ -21504,14 +21504,14 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21504
21504
  O("div", RE, [
21505
21505
  O("div", EE, [
21506
21506
  $E,
21507
- ce(k(ds), { alternative: "" }, {
21507
+ ue(k(ds), { alternative: "" }, {
21508
21508
  default: xe(() => [
21509
- st("This widget helps traders finally understand how much money they spent on commissions and funding. ")
21509
+ nt("This widget helps traders finally understand how much money they spent on commissions and funding. ")
21510
21510
  ]),
21511
21511
  _: 1
21512
21512
  })
21513
21513
  ]),
21514
- ce(k(ka), {
21514
+ ue(k(ka), {
21515
21515
  modelValue: n.value,
21516
21516
  "onUpdate:modelValue": u[0] || (u[0] = (c) => n.value = c),
21517
21517
  onOnChange: u[1] || (u[1] = (c) => s("onChange", n.value))
@@ -21529,7 +21529,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21529
21529
  O("div", WE, re(c.title), 1),
21530
21530
  zE,
21531
21531
  O("div", {
21532
- class: ue(["commission-widget__point__value", c.class ? c.class : ""])
21532
+ class: ce(["commission-widget__point__value", c.class ? c.class : ""])
21533
21533
  }, re(k(Fe)(t.isMask, c.value, { repeat: 5 })), 3)
21534
21534
  ]))), 256))
21535
21535
  ])
@@ -21556,9 +21556,9 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21556
21556
  O("div", qE, [
21557
21557
  O("div", GE, [
21558
21558
  ZE,
21559
- ce(k(ds), { alternative: "" }, {
21559
+ ue(k(ds), { alternative: "" }, {
21560
21560
  default: xe(() => [
21561
- st("The linear graphics widget displays the profit as a percentage of the deposit. ")
21561
+ nt("The linear graphics widget displays the profit as a percentage of the deposit. ")
21562
21562
  ]),
21563
21563
  _: 1
21564
21564
  })
@@ -21570,7 +21570,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21570
21570
  onOnChange: o[1] || (o[1] = (l) => a.$emit("onChange", n.value))
21571
21571
  }, null, 8, ["modelValue"]))
21572
21572
  ]),
21573
- ce(k(t_), {
21573
+ ue(k(t_), {
21574
21574
  data: t.performanceChartData,
21575
21575
  "data-type": "performanceChartData",
21576
21576
  "ticks-callback": r,
@@ -21626,9 +21626,9 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21626
21626
  O("div", JE, [
21627
21627
  O("div", e$, [
21628
21628
  t$,
21629
- ce(k(ds), { alternative: "" }, {
21629
+ ue(k(ds), { alternative: "" }, {
21630
21630
  default: xe(() => [
21631
- st("This widget displays an increase in NET profit in dollars and percentage relative to the deposit for the specified period you have chosen. ")
21631
+ nt("This widget displays an increase in NET profit in dollars and percentage relative to the deposit for the specified period you have chosen. ")
21632
21632
  ]),
21633
21633
  _: 1
21634
21634
  })
@@ -21645,7 +21645,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21645
21645
  i$,
21646
21646
  O("div", r$, [
21647
21647
  O("div", {
21648
- class: ue(["return-widget__total-wrapper__value", { "-positive": a.value, "-negative": o.value }])
21648
+ class: ce(["return-widget__total-wrapper__value", { "-positive": a.value, "-negative": o.value }])
21649
21649
  }, re(k(Fe)(t.isMask, k(ft)(t.returnPeriod, { isPlus: !0, isFixed: !0 }), { repeat: 5 })), 3),
21650
21650
  i.changeRate ? (T(), he(k(Hf), {
21651
21651
  key: 0,
@@ -21660,7 +21660,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21660
21660
  O("div", l$, re(h.title), 1),
21661
21661
  u$,
21662
21662
  O("div", {
21663
- class: ue(["return-widget__point__value", h.class ? h.class : ""])
21663
+ class: ce(["return-widget__point__value", h.class ? h.class : ""])
21664
21664
  }, re(k(Fe)(t.isMask, k(ft)(h.value, h.options), { repeat: 5, prefix: "$" })), 3)
21665
21665
  ]))), 256))
21666
21666
  ])
@@ -21668,9 +21668,9 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21668
21668
  ]),
21669
21669
  t.profitFactor ? (T(), E("div", {
21670
21670
  key: 0,
21671
- class: ue(["return-widget__profit", l.value])
21671
+ class: ce(["return-widget__profit", l.value])
21672
21672
  }, [
21673
- ce(k(je), {
21673
+ ue(k(je), {
21674
21674
  icon: "tip",
21675
21675
  class: "return-widget__profit__icon"
21676
21676
  }),
@@ -21685,10 +21685,10 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21685
21685
  })) : Y("", !0)
21686
21686
  ]));
21687
21687
  }
21688
- }, w5 = /* @__PURE__ */ ze(d$, [["__scopeId", "data-v-d2c3ecc3"]]), s_ = (t) => (mn("data-v-6f5fe6d5"), t = t(), pn(), t), h$ = { class: "top-positions-widget" }, f$ = { class: "top-positions-widget__top" }, m$ = { class: "top-positions-widget__title-wrapper" }, p$ = /* @__PURE__ */ s_(() => /* @__PURE__ */ O("div", { class: "top-positions-widget__title" }, "Top Positions", -1)), g$ = {
21688
+ }, w5 = /* @__PURE__ */ ze(d$, [["__scopeId", "data-v-d2c3ecc3"]]), s_ = (t) => (mn("data-v-c35b3850"), t = t(), pn(), t), h$ = { class: "top-positions-widget" }, f$ = { class: "top-positions-widget__top" }, m$ = { class: "top-positions-widget__title-wrapper" }, p$ = /* @__PURE__ */ s_(() => /* @__PURE__ */ O("div", { class: "top-positions-widget__title" }, "Top Positions", -1)), g$ = {
21689
21689
  key: 0,
21690
21690
  class: "top-positions-widget__returns"
21691
- }, y$ = { class: "top-positions-widget__return" }, v$ = { class: "top-positions-widget__return__left" }, _$ = /* @__PURE__ */ s_(() => /* @__PURE__ */ O("div", { class: "top-positions-widget__return__line" }, null, -1)), b$ = { class: "top-positions-widget__return__pair" }, w$ = { class: "top-positions-widget__return__right" }, k$ = { class: "top-positions-widget__return__pnl" }, x$ = {
21691
+ }, y$ = { class: "top-positions-widget__return" }, v$ = { class: "top-positions-widget__return__left" }, _$ = /* @__PURE__ */ s_(() => /* @__PURE__ */ O("div", { class: "top-positions-widget__return__line" }, null, -1)), b$ = ["onClick"], w$ = { class: "top-positions-widget__return__right" }, k$ = { class: "top-positions-widget__return__pnl" }, x$ = {
21692
21692
  __name: "TopPositionsWidget",
21693
21693
  props: {
21694
21694
  topPositions: {
@@ -21698,21 +21698,21 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21698
21698
  isMask: { type: Boolean, default: !1 },
21699
21699
  requiredUpdate: { type: Boolean, default: !1 }
21700
21700
  },
21701
- emits: ["onChange", "refresh"],
21701
+ emits: ["onChange", "refresh", "onPairClick"],
21702
21702
  setup(t, { emit: e }) {
21703
21703
  const n = K("week"), s = e;
21704
21704
  return (i, r) => (T(), E("div", h$, [
21705
21705
  O("div", f$, [
21706
21706
  O("div", m$, [
21707
21707
  p$,
21708
- ce(k(ds), { alternative: "" }, {
21708
+ ue(k(ds), { alternative: "" }, {
21709
21709
  default: xe(() => [
21710
- st("Helps you find the top profitable positions. We calculate only net PNL, taking into account commission and funding. ")
21710
+ nt("Helps you find the top profitable positions. We calculate only net PNL, taking into account commission and funding. ")
21711
21711
  ]),
21712
21712
  _: 1
21713
21713
  })
21714
21714
  ]),
21715
- ce(k(ka), {
21715
+ ue(k(ka), {
21716
21716
  modelValue: n.value,
21717
21717
  "onUpdate:modelValue": r[0] || (r[0] = (a) => n.value = a),
21718
21718
  onOnChange: r[1] || (r[1] = (a) => s("onChange", n.value))
@@ -21722,14 +21722,20 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21722
21722
  (T(!0), E(_e, null, Ae(t.topPositions, (a) => (T(), E("div", y$, [
21723
21723
  O("div", v$, [
21724
21724
  _$,
21725
- O("div", b$, re(k(jV)(a.pair)), 1)
21725
+ O("div", {
21726
+ class: "top-positions-widget__return__pair",
21727
+ onClick: (o) => s("onPairClick", a)
21728
+ }, [
21729
+ nt(re(k(jV)(a.pair)) + " ", 1),
21730
+ ue(k(je), { icon: "chevron-right-small" })
21731
+ ], 8, b$)
21726
21732
  ]),
21727
21733
  O("div", w$, [
21728
21734
  O("div", k$, re(k(Fe)(t.isMask, k(ft)(a.pnl, { isFixed: !0, isPlus: !0 }, { repeat: 5 }))), 1),
21729
21735
  O("div", {
21730
- class: ue(["top-positions-widget__return__roi", a.roi < 0 ? "-negative" : "-positive"])
21736
+ class: ce(["top-positions-widget__return__roi", a.roi < 0 ? "-negative" : "-positive"])
21731
21737
  }, [
21732
- ce(k(je), { icon: "bxs_up-arrow" }),
21738
+ ue(k(je), { icon: "bxs_up-arrow" }),
21733
21739
  O("span", null, re(k(Fe)(t.isMask, k(ft)(a.roi, { isPercentage: !0, isFixed: !0 }, { repeat: 2 }))), 1)
21734
21740
  ], 2)
21735
21741
  ])
@@ -21746,7 +21752,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21746
21752
  })) : Y("", !0)
21747
21753
  ]));
21748
21754
  }
21749
- }, k5 = /* @__PURE__ */ ze(x$, [["__scopeId", "data-v-6f5fe6d5"]]), bf = (t) => (mn("data-v-1e15ea5d"), t = t(), pn(), t), S$ = { class: "trade-widget" }, M$ = { class: "trade-widget__content" }, D$ = { class: "trade-widget__top" }, T$ = { class: "trade-widget__title-wrapper" }, O$ = /* @__PURE__ */ bf(() => /* @__PURE__ */ O("div", { class: "trade-widget__title" }, "Trades Performance", -1)), P$ = { class: "trade-widget__info" }, C$ = { class: "trade-widget__total-wrapper" }, A$ = /* @__PURE__ */ bf(() => /* @__PURE__ */ O("div", { class: "trade-widget__total-wrapper__title" }, "Total", -1)), R$ = { class: "trade-widget__total-wrapper__total" }, E$ = { class: "trade-widget__total-wrapper__value" }, $$ = { class: "trade-widget__points" }, I$ = { class: "trade-widget__point" }, N$ = { class: "trade-widget__point__title" }, L$ = /* @__PURE__ */ bf(() => /* @__PURE__ */ O("div", { class: "trade-widget__point__line" }, null, -1)), F$ = {
21755
+ }, k5 = /* @__PURE__ */ ze(x$, [["__scopeId", "data-v-c35b3850"]]), bf = (t) => (mn("data-v-1e15ea5d"), t = t(), pn(), t), S$ = { class: "trade-widget" }, M$ = { class: "trade-widget__content" }, D$ = { class: "trade-widget__top" }, T$ = { class: "trade-widget__title-wrapper" }, O$ = /* @__PURE__ */ bf(() => /* @__PURE__ */ O("div", { class: "trade-widget__title" }, "Trades Performance", -1)), P$ = { class: "trade-widget__info" }, C$ = { class: "trade-widget__total-wrapper" }, A$ = /* @__PURE__ */ bf(() => /* @__PURE__ */ O("div", { class: "trade-widget__total-wrapper__title" }, "Total", -1)), R$ = { class: "trade-widget__total-wrapper__total" }, E$ = { class: "trade-widget__total-wrapper__value" }, $$ = { class: "trade-widget__points" }, I$ = { class: "trade-widget__point" }, N$ = { class: "trade-widget__point__title" }, L$ = /* @__PURE__ */ bf(() => /* @__PURE__ */ O("div", { class: "trade-widget__point__line" }, null, -1)), F$ = {
21750
21756
  __name: "TradePerformanceWidget",
21751
21757
  props: {
21752
21758
  totalTrades: Number,
@@ -21762,14 +21768,14 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21762
21768
  O("div", D$, [
21763
21769
  O("div", T$, [
21764
21770
  O$,
21765
- ce(k(ds), { alternative: "" }, {
21771
+ ue(k(ds), { alternative: "" }, {
21766
21772
  default: xe(() => [
21767
- st("It displays the number of profitable and unprofitable positions. This widget is very useful for understanding your trading opportunities. ")
21773
+ nt("It displays the number of profitable and unprofitable positions. This widget is very useful for understanding your trading opportunities. ")
21768
21774
  ]),
21769
21775
  _: 1
21770
21776
  })
21771
21777
  ]),
21772
- ce(k(ka), {
21778
+ ue(k(ka), {
21773
21779
  modelValue: n.value,
21774
21780
  "onUpdate:modelValue": r[0] || (r[0] = (a) => n.value = a),
21775
21781
  onOnChange: r[1] || (r[1] = (a) => s("onChange", n.value))
@@ -21787,7 +21793,7 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21787
21793
  O("div", N$, re(a.title), 1),
21788
21794
  L$,
21789
21795
  O("div", {
21790
- class: ue(["trade-widget__point__value", a.class ? a.class : ""])
21796
+ class: ce(["trade-widget__point__value", a.class ? a.class : ""])
21791
21797
  }, re(k(Fe)(t.isMask, a.value, { repeat: 5 })), 3)
21792
21798
  ]))), 256))
21793
21799
  ])
@@ -21816,9 +21822,9 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21816
21822
  O("div", V$, [
21817
21823
  O("div", B$, [
21818
21824
  W$,
21819
- ce(k(ds), { alternative: "" }, {
21825
+ ue(k(ds), { alternative: "" }, {
21820
21826
  default: xe(() => [
21821
- st("Displays the percentage of your successful positions. ")
21827
+ nt("Displays the percentage of your successful positions. ")
21822
21828
  ]),
21823
21829
  _: 1
21824
21830
  })
@@ -21834,14 +21840,14 @@ const e_ = /* @__PURE__ */ CR("line", Fl), AR = { class: "chart-container" }, t_
21834
21840
  O("div", q$, [
21835
21841
  O("div", G$, [
21836
21842
  Z$,
21837
- ce(k(ds), { alternative: "" }, {
21843
+ ue(k(ds), { alternative: "" }, {
21838
21844
  default: xe(() => [
21839
- st("Risk Reward, defines the ratio of potential profit to loss you can get. ")
21845
+ nt("Risk Reward, defines the ratio of potential profit to loss you can get. ")
21840
21846
  ]),
21841
21847
  _: 1
21842
21848
  })
21843
21849
  ]),
21844
- ce(k(lI), {
21850
+ ue(k(lI), {
21845
21851
  avg: t.averageRR,
21846
21852
  min: t.minRR,
21847
21853
  max: t.maxRR,
@@ -24661,28 +24667,28 @@ const g3 = { class: "calendar-dropdown" }, y3 = { class: "calendar-dropdown__out
24661
24667
  };
24662
24668
  return (h, f) => (T(), E("div", g3, [
24663
24669
  O("div", {
24664
- class: ue(["calendar-dropdown__outer", { "-active": o.value }]),
24670
+ class: ce(["calendar-dropdown__outer", { "-active": o.value }]),
24665
24671
  onClick: ke(l, ["prevent", "stop"])
24666
24672
  }, [
24667
24673
  O("div", y3, [
24668
- ce(k(je), { icon: "calendar" }),
24674
+ ue(k(je), { icon: "calendar" }),
24669
24675
  O("span", v3, re(k(a)[r.value] + " " + i.value), 1)
24670
24676
  ]),
24671
- ce(k(je), {
24672
- class: ue(["calendar-dropdown__outer__switcher", { "-active": o.value }]),
24677
+ ue(k(je), {
24678
+ class: ce(["calendar-dropdown__outer__switcher", { "-active": o.value }]),
24673
24679
  icon: "chevron-down-small"
24674
24680
  }, null, 8, ["class"])
24675
24681
  ], 2),
24676
24682
  o.value ? zt((T(), E("div", _3, [
24677
24683
  O("div", b3, [
24678
- ce(k(hd), {
24684
+ ue(k(hd), {
24679
24685
  size: "lg",
24680
24686
  view: "secondary",
24681
24687
  icon: "chevron-left",
24682
24688
  onClick: f[0] || (f[0] = (p) => i.value--)
24683
24689
  }),
24684
24690
  O("div", w3, re(i.value), 1),
24685
- ce(k(hd), {
24691
+ ue(k(hd), {
24686
24692
  size: "lg",
24687
24693
  view: "secondary",
24688
24694
  icon: "chevron-right",
@@ -24692,7 +24698,7 @@ const g3 = { class: "calendar-dropdown" }, y3 = { class: "calendar-dropdown__out
24692
24698
  O("div", k3, [
24693
24699
  (T(!0), E(_e, null, Ae(k(a), (p, m) => (T(), E("div", x3, [
24694
24700
  O("div", {
24695
- class: ue(["calendar-dropdown__month", { "-active": u(m), "-past": c(m) }]),
24701
+ class: ce(["calendar-dropdown__month", { "-active": u(m), "-past": c(m) }]),
24696
24702
  onClick: (g) => d(m)
24697
24703
  }, re(p), 11, S3)
24698
24704
  ]))), 256))
@@ -24750,24 +24756,24 @@ const g3 = { class: "calendar-dropdown" }, y3 = { class: "calendar-dropdown__out
24750
24756
  };
24751
24757
  return (l, u) => (T(), E("div", T3, [
24752
24758
  O("div", {
24753
- class: ue(["period-dropdown__outer", { "-active": r.value }]),
24759
+ class: ce(["period-dropdown__outer", { "-active": r.value }]),
24754
24760
  onClick: ke(a, ["prevent", "stop"])
24755
24761
  }, [
24756
24762
  O("div", O3, [
24757
- ce(k(je), { icon: "clock" }),
24763
+ ue(k(je), { icon: "clock" }),
24758
24764
  O("span", P3, re(s.value.short), 1)
24759
24765
  ]),
24760
- ce(k(je), {
24761
- class: ue(["period-dropdown__outer__switcher", { "-active": r.value }]),
24766
+ ue(k(je), {
24767
+ class: ce(["period-dropdown__outer__switcher", { "-active": r.value }]),
24762
24768
  icon: "chevron-down-small"
24763
24769
  }, null, 8, ["class"])
24764
24770
  ], 2),
24765
24771
  r.value ? zt((T(), E("div", C3, [
24766
24772
  (T(), E(_e, null, Ae(i, (c) => O("div", {
24767
- class: ue(["period-dropdown__option", { "-active": c.id === s.value.id }]),
24773
+ class: ce(["period-dropdown__option", { "-active": c.id === s.value.id }]),
24768
24774
  onClick: (d) => o(c.id)
24769
24775
  }, [
24770
- st(re(c.name) + " ", 1),
24776
+ nt(re(c.name) + " ", 1),
24771
24777
  c.id === s.value.id ? (T(), he(k(je), {
24772
24778
  key: 0,
24773
24779
  icon: "checked"
@@ -24815,11 +24821,11 @@ const g3 = { class: "calendar-dropdown" }, y3 = { class: "calendar-dropdown__out
24815
24821
  O("div", $3, [
24816
24822
  (T(), E(_e, null, Ae(9, (l) => O("div", I3, [
24817
24823
  O("div", {
24818
- class: ue(["progress-line__dot", { "-positive": i(l) }])
24824
+ class: ce(["progress-line__dot", { "-positive": i(l) }])
24819
24825
  }, null, 2),
24820
24826
  l !== 9 ? (T(), E("div", {
24821
24827
  key: 0,
24822
- class: ue(["progress-line__line", { "-negative-line": l < 5 }])
24828
+ class: ce(["progress-line__line", { "-negative-line": l < 5 }])
24823
24829
  }, [
24824
24830
  O("div", {
24825
24831
  class: "progress-line__progress",
@@ -24847,9 +24853,9 @@ const g3 = { class: "calendar-dropdown" }, y3 = { class: "calendar-dropdown__out
24847
24853
  setup(t) {
24848
24854
  const e = t;
24849
24855
  return (n, s) => (T(), E("div", {
24850
- class: ue(["widget-chips", t.delta > 0 && !t.isNegative || t.isPositive ? "-positive" : "-negative"])
24856
+ class: ce(["widget-chips", t.delta > 0 && !t.isNegative || t.isPositive ? "-positive" : "-negative"])
24851
24857
  }, [
24852
- ce(k(je), {
24858
+ ue(k(je), {
24853
24859
  icon: "bxs_up-arrow",
24854
24860
  class: "widget-chips__icon"
24855
24861
  }),
@@ -25482,9 +25488,9 @@ const mY = {
25482
25488
  minimalDays: 4,
25483
25489
  weekend: [6, 7]
25484
25490
  };
25485
- class nt {
25491
+ class st {
25486
25492
  static fromOpts(e) {
25487
- return nt.create(
25493
+ return st.create(
25488
25494
  e.locale,
25489
25495
  e.numberingSystem,
25490
25496
  e.outputCalendar,
@@ -25494,13 +25500,13 @@ class nt {
25494
25500
  }
25495
25501
  static create(e, n, s, i, r = !1) {
25496
25502
  const a = e || Ct.defaultLocale, o = a || (r ? "en-US" : iY()), l = n || Ct.defaultNumberingSystem, u = s || Ct.defaultOutputCalendar, c = uh(i) || Ct.defaultWeekSettings;
25497
- return new nt(o, l, u, c, a);
25503
+ return new st(o, l, u, c, a);
25498
25504
  }
25499
25505
  static resetCache() {
25500
25506
  Za = null, rh = {}, oh = {}, lh = {};
25501
25507
  }
25502
25508
  static fromObject({ locale: e, numberingSystem: n, outputCalendar: s, weekSettings: i } = {}) {
25503
- return nt.create(e, n, s, i);
25509
+ return st.create(e, n, s, i);
25504
25510
  }
25505
25511
  constructor(e, n, s, i, r) {
25506
25512
  const [a, o, l] = aY(e);
@@ -25514,7 +25520,7 @@ class nt {
25514
25520
  return e && n ? "en" : "intl";
25515
25521
  }
25516
25522
  clone(e) {
25517
- return !e || Object.getOwnPropertyNames(e).length === 0 ? this : nt.create(
25523
+ return !e || Object.getOwnPropertyNames(e).length === 0 ? this : st.create(
25518
25524
  e.locale || this.specifiedLocale,
25519
25525
  e.numberingSystem || this.numberingSystem,
25520
25526
  e.outputCalendar || this.outputCalendar,
@@ -25857,7 +25863,7 @@ class Ct {
25857
25863
  * @return {void}
25858
25864
  */
25859
25865
  static resetCaches() {
25860
- nt.resetCache(), li.resetCache();
25866
+ st.resetCache(), li.resetCache();
25861
25867
  }
25862
25868
  }
25863
25869
  class os {
@@ -26794,7 +26800,7 @@ class Ue {
26794
26800
  constructor(e) {
26795
26801
  const n = e.conversionAccuracy === "longterm" || !1;
26796
26802
  let s = n ? _V : vV;
26797
- e.matrix && (s = e.matrix), this.values = e.values, this.loc = e.loc || nt.create(), this.conversionAccuracy = n ? "longterm" : "casual", this.invalid = e.invalid || null, this.matrix = s, this.isLuxonDuration = !0;
26803
+ e.matrix && (s = e.matrix), this.values = e.values, this.loc = e.loc || st.create(), this.conversionAccuracy = n ? "longterm" : "casual", this.invalid = e.invalid || null, this.matrix = s, this.isLuxonDuration = !0;
26798
26804
  }
26799
26805
  /**
26800
26806
  * Create Duration from a number of milliseconds.
@@ -26835,7 +26841,7 @@ class Ue {
26835
26841
  );
26836
26842
  return new Ue({
26837
26843
  values: Mu(e, Ue.normalizeUnit),
26838
- loc: nt.fromObject(n),
26844
+ loc: st.fromObject(n),
26839
26845
  conversionAccuracy: n.conversionAccuracy,
26840
26846
  matrix: n.matrix
26841
26847
  });
@@ -27883,7 +27889,7 @@ class Tl {
27883
27889
  * @returns {number} the start of the week, 1 for Monday through 7 for Sunday
27884
27890
  */
27885
27891
  static getStartOfWeek({ locale: e = null, locObj: n = null } = {}) {
27886
- return (n || nt.create(e)).getStartOfWeek();
27892
+ return (n || st.create(e)).getStartOfWeek();
27887
27893
  }
27888
27894
  /**
27889
27895
  * Get the minimum number of days necessary in a week before it is considered part of the next year according
@@ -27894,7 +27900,7 @@ class Tl {
27894
27900
  * @returns {number}
27895
27901
  */
27896
27902
  static getMinimumDaysInFirstWeek({ locale: e = null, locObj: n = null } = {}) {
27897
- return (n || nt.create(e)).getMinDaysInFirstWeek();
27903
+ return (n || st.create(e)).getMinDaysInFirstWeek();
27898
27904
  }
27899
27905
  /**
27900
27906
  * Get the weekdays, which are considered the weekend according to the given locale
@@ -27904,7 +27910,7 @@ class Tl {
27904
27910
  * @returns {number[]} an array of weekdays, 1 for Monday through 7 for Sunday
27905
27911
  */
27906
27912
  static getWeekendWeekdays({ locale: e = null, locObj: n = null } = {}) {
27907
- return (n || nt.create(e)).getWeekendDays().slice();
27913
+ return (n || st.create(e)).getWeekendDays().slice();
27908
27914
  }
27909
27915
  /**
27910
27916
  * Return an array of standalone month names.
@@ -27924,7 +27930,7 @@ class Tl {
27924
27930
  * @return {Array}
27925
27931
  */
27926
27932
  static months(e = "long", { locale: n = null, numberingSystem: s = null, locObj: i = null, outputCalendar: r = "gregory" } = {}) {
27927
- return (i || nt.create(n, s, r)).months(e);
27933
+ return (i || st.create(n, s, r)).months(e);
27928
27934
  }
27929
27935
  /**
27930
27936
  * Return an array of format month names.
@@ -27940,7 +27946,7 @@ class Tl {
27940
27946
  * @return {Array}
27941
27947
  */
27942
27948
  static monthsFormat(e = "long", { locale: n = null, numberingSystem: s = null, locObj: i = null, outputCalendar: r = "gregory" } = {}) {
27943
- return (i || nt.create(n, s, r)).months(e, !0);
27949
+ return (i || st.create(n, s, r)).months(e, !0);
27944
27950
  }
27945
27951
  /**
27946
27952
  * Return an array of standalone week names.
@@ -27957,7 +27963,7 @@ class Tl {
27957
27963
  * @return {Array}
27958
27964
  */
27959
27965
  static weekdays(e = "long", { locale: n = null, numberingSystem: s = null, locObj: i = null } = {}) {
27960
- return (i || nt.create(n, s, null)).weekdays(e);
27966
+ return (i || st.create(n, s, null)).weekdays(e);
27961
27967
  }
27962
27968
  /**
27963
27969
  * Return an array of format week names.
@@ -27972,7 +27978,7 @@ class Tl {
27972
27978
  * @return {Array}
27973
27979
  */
27974
27980
  static weekdaysFormat(e = "long", { locale: n = null, numberingSystem: s = null, locObj: i = null } = {}) {
27975
- return (i || nt.create(n, s, null)).weekdays(e, !0);
27981
+ return (i || st.create(n, s, null)).weekdays(e, !0);
27976
27982
  }
27977
27983
  /**
27978
27984
  * Return an array of meridiems.
@@ -27983,7 +27989,7 @@ class Tl {
27983
27989
  * @return {Array}
27984
27990
  */
27985
27991
  static meridiems({ locale: e = null } = {}) {
27986
- return nt.create(e).meridiems();
27992
+ return st.create(e).meridiems();
27987
27993
  }
27988
27994
  /**
27989
27995
  * Return an array of eras, such as ['BC', 'AD']. The locale can be specified, but the calendar system is always Gregorian.
@@ -27996,7 +28002,7 @@ class Tl {
27996
28002
  * @return {Array}
27997
28003
  */
27998
28004
  static eras(e = "short", { locale: n = null } = {}) {
27999
- return nt.create(n, null, "gregory").eras(e);
28005
+ return st.create(n, null, "gregory").eras(e);
28000
28006
  }
28001
28007
  /**
28002
28008
  * Return the set of available features in this environment.
@@ -28483,7 +28489,7 @@ function Ba(t, e, n, s, i, r) {
28483
28489
  );
28484
28490
  }
28485
28491
  function Al(t, e, n = !0) {
28486
- return t.isValid ? tn.create(nt.create("en-US"), {
28492
+ return t.isValid ? tn.create(st.create("en-US"), {
28487
28493
  allowZ: n,
28488
28494
  forceSimple: !0
28489
28495
  }).formatDateTimeFromString(t, e) : null;
@@ -28573,7 +28579,7 @@ function Ug(t) {
28573
28579
  }
28574
28580
  }
28575
28581
  function jg(t, e) {
28576
- const n = wi(e.zone, Ct.defaultZone), s = nt.fromObject(e), i = Ct.now();
28582
+ const n = wi(e.zone, Ct.defaultZone), s = st.fromObject(e), i = Ct.now();
28577
28583
  let r, a;
28578
28584
  if (Pe(t.year))
28579
28585
  r = i;
@@ -28619,7 +28625,7 @@ class Oe {
28619
28625
  const o = n.offset(this.ts);
28620
28626
  i = Cl(this.ts, o), s = Number.isNaN(i.year) ? new os("invalid input") : null, i = s ? null : i, r = s ? null : o;
28621
28627
  }
28622
- this._zone = n, this.loc = e.loc || nt.create(), this.invalid = s, this.weekData = null, this.localWeekData = null, this.c = i, this.o = r, this.isLuxonDateTime = !0;
28628
+ this._zone = n, this.loc = e.loc || st.create(), this.invalid = s, this.weekData = null, this.localWeekData = null, this.c = i, this.o = r, this.isLuxonDateTime = !0;
28623
28629
  }
28624
28630
  // CONSTRUCT
28625
28631
  /**
@@ -28700,7 +28706,7 @@ class Oe {
28700
28706
  return i.isValid ? new Oe({
28701
28707
  ts: s,
28702
28708
  zone: i,
28703
- loc: nt.fromObject(n)
28709
+ loc: st.fromObject(n)
28704
28710
  }) : Oe.invalid(Pl(i));
28705
28711
  }
28706
28712
  /**
@@ -28718,7 +28724,7 @@ class Oe {
28718
28724
  return e < -Wg || e > Wg ? Oe.invalid("Timestamp out of range") : new Oe({
28719
28725
  ts: e,
28720
28726
  zone: wi(n.zone, Ct.defaultZone),
28721
- loc: nt.fromObject(n)
28727
+ loc: st.fromObject(n)
28722
28728
  });
28723
28729
  throw new vn(
28724
28730
  `fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`
@@ -28739,7 +28745,7 @@ class Oe {
28739
28745
  return new Oe({
28740
28746
  ts: e * 1e3,
28741
28747
  zone: wi(n.zone, Ct.defaultZone),
28742
- loc: nt.fromObject(n)
28748
+ loc: st.fromObject(n)
28743
28749
  });
28744
28750
  throw new vn("fromSeconds requires a numerical input");
28745
28751
  }
@@ -28780,7 +28786,7 @@ class Oe {
28780
28786
  const s = wi(n.zone, Ct.defaultZone);
28781
28787
  if (!s.isValid)
28782
28788
  return Oe.invalid(Pl(s));
28783
- const i = nt.fromObject(n), r = Mu(e, Ug), { minDaysInFirstWeek: a, startOfWeek: o } = Ag(r, i), l = Ct.now(), u = Pe(n.specificOffset) ? s.offset(l) : n.specificOffset, c = !Pe(r.ordinal), d = !Pe(r.year), h = !Pe(r.month) || !Pe(r.day), f = d || h, p = r.weekYear || r.weekNumber;
28789
+ const i = st.fromObject(n), r = Mu(e, Ug), { minDaysInFirstWeek: a, startOfWeek: o } = Ag(r, i), l = Ct.now(), u = Pe(n.specificOffset) ? s.offset(l) : n.specificOffset, c = !Pe(r.ordinal), d = !Pe(r.year), h = !Pe(r.month) || !Pe(r.day), f = d || h, p = r.weekYear || r.weekNumber;
28784
28790
  if ((f || c) && p)
28785
28791
  throw new jr(
28786
28792
  "Can't mix weekYear/weekNumber units with year/month/day or ordinals"
@@ -28882,7 +28888,7 @@ class Oe {
28882
28888
  static fromFormat(e, n, s = {}) {
28883
28889
  if (Pe(e) || Pe(n))
28884
28890
  throw new vn("fromFormat requires an input string and a format");
28885
- const { locale: i = null, numberingSystem: r = null } = s, a = nt.fromOpts({
28891
+ const { locale: i = null, numberingSystem: r = null } = s, a = st.fromOpts({
28886
28892
  locale: i,
28887
28893
  numberingSystem: r,
28888
28894
  defaultToEN: !0
@@ -28948,7 +28954,7 @@ class Oe {
28948
28954
  * @returns {string}
28949
28955
  */
28950
28956
  static parseFormatForOpts(e, n = {}) {
28951
- const s = Zb(e, nt.fromObject(n));
28957
+ const s = Zb(e, st.fromObject(n));
28952
28958
  return s ? s.map((i) => i ? i.val : null).join("") : null;
28953
28959
  }
28954
28960
  /**
@@ -28959,7 +28965,7 @@ class Oe {
28959
28965
  * @returns {string}
28960
28966
  */
28961
28967
  static expandFormat(e, n = {}) {
28962
- return qb(tn.parseFormat(e), nt.fromObject(n)).map((i) => i.val).join("");
28968
+ return qb(tn.parseFormat(e), st.fromObject(n)).map((i) => i.val).join("");
28963
28969
  }
28964
28970
  // INFO
28965
28971
  /**
@@ -29926,7 +29932,7 @@ class Oe {
29926
29932
  * @return {Object}
29927
29933
  */
29928
29934
  static fromFormatExplain(e, n, s = {}) {
29929
- const { locale: i = null, numberingSystem: r = null } = s, a = nt.fromOpts({
29935
+ const { locale: i = null, numberingSystem: r = null } = s, a = st.fromOpts({
29930
29936
  locale: i,
29931
29937
  numberingSystem: r,
29932
29938
  defaultToEN: !0