@stock-in-the-channel/sinch-vue-components 0.0.312 → 0.0.314
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +315 -308
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref as N, h as p, shallowReactive as Sy, getCurrentInstance as qe, computed as b, nextTick as ft, watch as me, onBeforeUnmount as ht, onMounted as ot, onBeforeUpdate as ki, onUpdated as ky, inject as Ln, reactive as yo, markRaw as im, defineComponent as at, Transition as pn, withDirectives as xe, toRaw as Or, provide as oo, onDeactivated as Nr, onActivated as Lo, onUnmounted as Ci, onBeforeMount as Ul, KeepAlive as lm, createApp as Cy, Teleport as xy, vShow as Ie, isRef as sm, unref as q, openBlock as W, createElementBlock as ue, createElementVNode as C, normalizeClass as Bt, withKeys as Kr, vModelText as Ey, toDisplayString as V, createVNode as A, shallowRef as Ty, Fragment as rt, effectScope as Oy, Text as Iy, createBlock as
|
|
1
|
+
import { ref as N, h as p, shallowReactive as Sy, getCurrentInstance as qe, computed as b, nextTick as ft, watch as me, onBeforeUnmount as ht, onMounted as ot, onBeforeUpdate as ki, onUpdated as ky, inject as Ln, reactive as yo, markRaw as im, defineComponent as at, Transition as pn, withDirectives as xe, toRaw as Or, provide as oo, onDeactivated as Nr, onActivated as Lo, onUnmounted as Ci, onBeforeMount as Ul, KeepAlive as lm, createApp as Cy, Teleport as xy, vShow as Ie, isRef as sm, unref as q, openBlock as W, createElementBlock as ue, createElementVNode as C, normalizeClass as Bt, withKeys as Kr, vModelText as Ey, toDisplayString as V, createVNode as A, shallowRef as Ty, Fragment as rt, effectScope as Oy, Text as Iy, createBlock as He, withCtx as H, renderList as jt, createCommentVNode as Be, mergeProps as jl, createTextVNode as je, resolveDirective as qy, resolveComponent as Ir, renderSlot as Py, vModelSelect as Wd, createSlots as $y } from "vue";
|
|
2
2
|
/*!
|
|
3
3
|
* Quasar Framework v2.14.0
|
|
4
4
|
* (c) 2015-present Razvan Stoenescu
|
|
@@ -6373,17 +6373,17 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6373
6373
|
const { proxy: r } = qe(), { $q: o } = r, a = N(!1), i = N(!1), l = N(-1), u = N(""), c = N(!1), s = N(!1);
|
|
6374
6374
|
let f, d, v, m, w, _, g, S = null, h = null, y = null;
|
|
6375
6375
|
const k = N(null), E = N(null), x = N(null), O = N(null), I = N(null), T = gc(e), D = Dh(Ae), M = b(() => Array.isArray(e.options) ? e.options.length : 0), $ = b(() => e.virtualScrollItemSize === void 0 ? e.optionsDense === !0 ? 24 : 48 : e.virtualScrollItemSize), { virtualScrollSliceRange: U, virtualScrollSliceSizeComputed: J, localResetVirtualScroll: oe, padVirtualScroll: B, onVirtualScrollEvt: F, scrollTo: G, setVirtualScrollSize: X } = Yh({ virtualScrollLength: M, getVirtualScrollTarget: zn, getVirtualScrollEl: qn, virtualScrollItemSizeComputed: $ }), Q = Jl(), R = b(() => {
|
|
6376
|
-
const K = e.mapOptions === !0 && e.multiple !== !0,
|
|
6376
|
+
const K = e.mapOptions === !0 && e.multiple !== !0, ze = e.modelValue === void 0 || e.modelValue === null && K !== !0 ? [] : e.multiple === !0 && Array.isArray(e.modelValue) ? e.modelValue : [e.modelValue];
|
|
6377
6377
|
if (e.mapOptions === !0 && Array.isArray(e.options) === !0) {
|
|
6378
|
-
const Ve = e.mapOptions === !0 && f !== void 0 ? f : [], pt =
|
|
6378
|
+
const Ve = e.mapOptions === !0 && f !== void 0 ? f : [], pt = ze.map((Ft) => se(Ft, Ve));
|
|
6379
6379
|
return e.modelValue === null && K === !0 ? pt.filter((Ft) => Ft !== null) : pt;
|
|
6380
6380
|
}
|
|
6381
|
-
return
|
|
6381
|
+
return ze;
|
|
6382
6382
|
}), Y = b(() => {
|
|
6383
6383
|
const K = {};
|
|
6384
|
-
return o1.forEach((
|
|
6385
|
-
const Ve = e[
|
|
6386
|
-
Ve !== void 0 && (K[
|
|
6384
|
+
return o1.forEach((ze) => {
|
|
6385
|
+
const Ve = e[ze];
|
|
6386
|
+
Ve !== void 0 && (K[ze] = Ve);
|
|
6387
6387
|
}), K;
|
|
6388
6388
|
}), Z = b(() => e.optionsDark === null ? Q.isDark.value : e.optionsDark), le = b(() => Po(R.value)), ae = b(() => {
|
|
6389
6389
|
let K = "q-field__input q-placeholder col";
|
|
@@ -6391,11 +6391,11 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6391
6391
|
}), we = b(() => (e.virtualScrollHorizontal === !0 ? "q-virtual-scroll--horizontal" : "") + (e.popupContentClass ? " " + e.popupContentClass : "")), ne = b(() => M.value === 0), P = b(() => R.value.map((K) => Pe.value(K)).join(", ")), ie = b(() => e.displayValue !== void 0 ? e.displayValue : P.value), be = b(() => e.optionsHtml === !0 ? () => !0 : (K) => K != null && K.html === !0), Te = b(() => e.displayValueHtml === !0 || e.displayValue === void 0 && (e.optionsHtml === !0 || R.value.some(be.value))), j = b(() => Q.focused.value === !0 ? e.tabindex : -1), L = b(() => {
|
|
6392
6392
|
const K = { tabindex: e.tabindex, role: "combobox", "aria-label": e.label, "aria-readonly": e.readonly === !0 ? "true" : "false", "aria-autocomplete": e.useInput === !0 ? "list" : "none", "aria-expanded": a.value === !0 ? "true" : "false", "aria-controls": `${Q.targetUid.value}_lb` };
|
|
6393
6393
|
return l.value >= 0 && (K["aria-activedescendant"] = `${Q.targetUid.value}_${l.value}`), K;
|
|
6394
|
-
}), te = b(() => ({ id: `${Q.targetUid.value}_lb`, role: "listbox", "aria-multiselectable": e.multiple === !0 ? "true" : "false" })), ge = b(() => R.value.map((K,
|
|
6394
|
+
}), te = b(() => ({ id: `${Q.targetUid.value}_lb`, role: "listbox", "aria-multiselectable": e.multiple === !0 ? "true" : "false" })), ge = b(() => R.value.map((K, ze) => ({ index: ze, opt: K, html: be.value(K), selected: !0, removeAtIndex: Xe, toggleOption: Tt, tabindex: j.value }))), _e = b(() => {
|
|
6395
6395
|
if (M.value === 0)
|
|
6396
6396
|
return [];
|
|
6397
|
-
const { from: K, to:
|
|
6398
|
-
return e.options.slice(K,
|
|
6397
|
+
const { from: K, to: ze } = U.value;
|
|
6398
|
+
return e.options.slice(K, ze).map((Ve, pt) => {
|
|
6399
6399
|
const Ft = de.value(Ve) === !0, Rt = K + pt, an = { clickable: !0, active: !1, activeClass: et.value, manualFocus: !0, focused: !1, disable: Ft, tabindex: -1, dense: e.optionsDense, dark: Z.value, role: "option", id: `${Q.targetUid.value}_${Rt}`, onClick: () => {
|
|
6400
6400
|
Tt(Ve);
|
|
6401
6401
|
} };
|
|
@@ -6404,8 +6404,8 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6404
6404
|
})), { index: Rt, opt: Ve, html: be.value(Ve), label: Pe.value(Ve), selected: an.active, focused: an.focused, toggleOption: Tt, setOptionIndex: pe, itemProps: an };
|
|
6405
6405
|
});
|
|
6406
6406
|
}), Re = b(() => e.dropdownIcon !== void 0 ? e.dropdownIcon : o.iconSet.arrow.dropdown), ut = b(() => e.optionsCover === !1 && e.outlined !== !0 && e.standout !== !0 && e.borderless !== !0 && e.rounded !== !0), et = b(() => e.optionsSelectedClass !== void 0 ? e.optionsSelectedClass : e.color !== void 0 ? `text-${e.color}` : ""), Ee = b(() => Ce(e.optionValue, "value")), Pe = b(() => Ce(e.optionLabel, "label")), de = b(() => Ce(e.optionDisable, "disable")), Oe = b(() => R.value.map((K) => Ee.value(K))), re = b(() => {
|
|
6407
|
-
const K = { onInput: Ae, onChange: D, onKeydown: zt, onKeyup: gt, onKeypress: Mt, onFocus: it, onClick(
|
|
6408
|
-
d === !0 && Kt(
|
|
6407
|
+
const K = { onInput: Ae, onChange: D, onKeydown: zt, onKeyup: gt, onKeypress: Mt, onFocus: it, onClick(ze) {
|
|
6408
|
+
d === !0 && Kt(ze);
|
|
6409
6409
|
} };
|
|
6410
6410
|
return K.onCompositionstart = K.onCompositionupdate = K.onCompositionend = D, K;
|
|
6411
6411
|
});
|
|
@@ -6415,31 +6415,31 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6415
6415
|
function $e(K) {
|
|
6416
6416
|
if (K > -1 && K < R.value.length)
|
|
6417
6417
|
if (e.multiple === !0) {
|
|
6418
|
-
const
|
|
6419
|
-
n("remove", { index: K, value:
|
|
6418
|
+
const ze = e.modelValue.slice();
|
|
6419
|
+
n("remove", { index: K, value: ze.splice(K, 1)[0] }), n("update:modelValue", ze);
|
|
6420
6420
|
} else
|
|
6421
6421
|
n("update:modelValue", null);
|
|
6422
6422
|
}
|
|
6423
6423
|
function Xe(K) {
|
|
6424
6424
|
$e(K), Q.focus();
|
|
6425
6425
|
}
|
|
6426
|
-
function kt(K,
|
|
6426
|
+
function kt(K, ze) {
|
|
6427
6427
|
const Ve = ce(K);
|
|
6428
6428
|
if (e.multiple !== !0)
|
|
6429
6429
|
return e.fillInput === !0 && Ze(Pe.value(K), !0, !0), void n("update:modelValue", Ve);
|
|
6430
6430
|
if (R.value.length === 0)
|
|
6431
6431
|
return n("add", { index: 0, value: Ve }), void n("update:modelValue", e.multiple === !0 ? [Ve] : Ve);
|
|
6432
|
-
if (
|
|
6432
|
+
if (ze === !0 && Ye(K) === !0 || e.maxValues !== void 0 && e.modelValue.length >= e.maxValues)
|
|
6433
6433
|
return;
|
|
6434
6434
|
const pt = e.modelValue.slice();
|
|
6435
6435
|
n("add", { index: pt.length, value: Ve }), pt.push(Ve), n("update:modelValue", pt);
|
|
6436
6436
|
}
|
|
6437
|
-
function Tt(K,
|
|
6437
|
+
function Tt(K, ze) {
|
|
6438
6438
|
if (Q.editable.value !== !0 || K === void 0 || de.value(K) === !0)
|
|
6439
6439
|
return;
|
|
6440
6440
|
const Ve = Ee.value(K);
|
|
6441
6441
|
if (e.multiple !== !0)
|
|
6442
|
-
return
|
|
6442
|
+
return ze !== !0 && (Ze(e.fillInput === !0 ? Pe.value(K) : "", !0, !0), uo()), E.value !== null && E.value.focus(), void (R.value.length !== 0 && lr(Ee.value(R.value[0]), Ve) === !0 || n("update:modelValue", e.emitValue === !0 ? Ve : K));
|
|
6443
6443
|
if ((d !== !0 || c.value === !0) && Q.focus(), it(), R.value.length === 0) {
|
|
6444
6444
|
const Rt = e.emitValue === !0 ? Ve : K;
|
|
6445
6445
|
return n("add", { index: 0, value: Rt }), void n("update:modelValue", e.multiple === !0 ? [Rt] : Rt);
|
|
@@ -6458,29 +6458,29 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6458
6458
|
function pe(K) {
|
|
6459
6459
|
if (o.platform.is.desktop !== !0)
|
|
6460
6460
|
return;
|
|
6461
|
-
const
|
|
6462
|
-
l.value !==
|
|
6461
|
+
const ze = K > -1 && K < M.value ? K : -1;
|
|
6462
|
+
l.value !== ze && (l.value = ze);
|
|
6463
6463
|
}
|
|
6464
|
-
function Se(K = 1,
|
|
6464
|
+
function Se(K = 1, ze) {
|
|
6465
6465
|
if (a.value === !0) {
|
|
6466
6466
|
let Ve = l.value;
|
|
6467
6467
|
do
|
|
6468
6468
|
Ve = gl(Ve + K, -1, M.value - 1);
|
|
6469
6469
|
while (Ve !== -1 && Ve !== l.value && de.value(e.options[Ve]) === !0);
|
|
6470
|
-
l.value !== Ve && (pe(Ve), G(Ve),
|
|
6470
|
+
l.value !== Ve && (pe(Ve), G(Ve), ze !== !0 && e.useInput === !0 && e.fillInput === !0 && Je(Ve >= 0 ? Pe.value(e.options[Ve]) : m, !0));
|
|
6471
6471
|
}
|
|
6472
6472
|
}
|
|
6473
|
-
function se(K,
|
|
6473
|
+
function se(K, ze) {
|
|
6474
6474
|
const Ve = (pt) => lr(Ee.value(pt), K);
|
|
6475
|
-
return e.options.find(Ve) ||
|
|
6475
|
+
return e.options.find(Ve) || ze.find(Ve) || K;
|
|
6476
6476
|
}
|
|
6477
|
-
function Ce(K,
|
|
6478
|
-
const Ve = K !== void 0 ? K :
|
|
6477
|
+
function Ce(K, ze) {
|
|
6478
|
+
const Ve = K !== void 0 ? K : ze;
|
|
6479
6479
|
return typeof Ve == "function" ? Ve : (pt) => pt !== null && typeof pt == "object" && Ve in pt ? pt[Ve] : pt;
|
|
6480
6480
|
}
|
|
6481
6481
|
function Ye(K) {
|
|
6482
|
-
const
|
|
6483
|
-
return Oe.value.find((Ve) => lr(Ve,
|
|
6482
|
+
const ze = Ee.value(K);
|
|
6483
|
+
return Oe.value.find((Ve) => lr(Ve, ze)) !== void 0;
|
|
6484
6484
|
}
|
|
6485
6485
|
function it(K) {
|
|
6486
6486
|
e.useInput === !0 && E.value !== null && (K === void 0 || E.value === K.target && K.target.value === P.value) && E.value.select();
|
|
@@ -6489,14 +6489,14 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6489
6489
|
Gn(K, 27) === !0 && a.value === !0 && (Kt(K), uo(), Bo()), n("keyup", K);
|
|
6490
6490
|
}
|
|
6491
6491
|
function gt(K) {
|
|
6492
|
-
const { value:
|
|
6492
|
+
const { value: ze } = K.target;
|
|
6493
6493
|
if (K.keyCode === void 0)
|
|
6494
|
-
if (K.target.value = "", S !== null && (clearTimeout(S), S = null), h !== null && (clearTimeout(h), h = null), Bo(), typeof
|
|
6495
|
-
const Ve =
|
|
6494
|
+
if (K.target.value = "", S !== null && (clearTimeout(S), S = null), h !== null && (clearTimeout(h), h = null), Bo(), typeof ze == "string" && ze.length !== 0) {
|
|
6495
|
+
const Ve = ze.toLocaleLowerCase(), pt = (Rt) => {
|
|
6496
6496
|
const an = e.options.find((Pn) => Rt.value(Pn).toLocaleLowerCase() === Ve);
|
|
6497
6497
|
return an !== void 0 && (R.value.indexOf(an) === -1 ? Tt(an) : uo(), !0);
|
|
6498
6498
|
}, Ft = (Rt) => {
|
|
6499
|
-
pt(Ee) !== !0 && pt(Pe) !== !0 && Rt !== !0 && dt(
|
|
6499
|
+
pt(Ee) !== !0 && pt(Pe) !== !0 && Rt !== !0 && dt(ze, !0, () => Ft(!0));
|
|
6500
6500
|
};
|
|
6501
6501
|
Ft();
|
|
6502
6502
|
} else
|
|
@@ -6510,7 +6510,7 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6510
6510
|
function zt(K) {
|
|
6511
6511
|
if (n("keydown", K), Do(K) === !0)
|
|
6512
6512
|
return;
|
|
6513
|
-
const
|
|
6513
|
+
const ze = u.value.length !== 0 && (e.newValueMode !== void 0 || e.onNewValue !== void 0), Ve = K.shiftKey !== !0 && e.multiple !== !0 && (l.value > -1 || ze === !0);
|
|
6514
6514
|
if (K.keyCode === 27)
|
|
6515
6515
|
return void mn(K);
|
|
6516
6516
|
if (K.keyCode === 9 && Ve === !1)
|
|
@@ -6540,7 +6540,7 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6540
6540
|
if (K.keyCode !== 9 && ct(K), l.value > -1 && l.value < pt)
|
|
6541
6541
|
Tt(e.options[l.value]);
|
|
6542
6542
|
else {
|
|
6543
|
-
if (
|
|
6543
|
+
if (ze === !0) {
|
|
6544
6544
|
const Ft = (Rt, an) => {
|
|
6545
6545
|
if (an) {
|
|
6546
6546
|
if (Gf(an) !== !0)
|
|
@@ -6564,19 +6564,19 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6564
6564
|
return qn();
|
|
6565
6565
|
}
|
|
6566
6566
|
function wr() {
|
|
6567
|
-
return e.hideSelected === !0 ? [] : t["selected-item"] !== void 0 ? ge.value.map((K) => t["selected-item"](K)).slice() : t.selected !== void 0 ? [].concat(t.selected()) : e.useChips === !0 ? ge.value.map((K,
|
|
6568
|
-
K.removeAtIndex(
|
|
6567
|
+
return e.hideSelected === !0 ? [] : t["selected-item"] !== void 0 ? ge.value.map((K) => t["selected-item"](K)).slice() : t.selected !== void 0 ? [].concat(t.selected()) : e.useChips === !0 ? ge.value.map((K, ze) => p(Km, { key: "option-" + ze, removable: Q.editable.value === !0 && de.value(K.opt) !== !0, dense: !0, textColor: e.color, tabindex: j.value, onRemove() {
|
|
6568
|
+
K.removeAtIndex(ze);
|
|
6569
6569
|
} }, () => p("span", { class: "ellipsis", [K.html === !0 ? "innerHTML" : "textContent"]: Pe.value(K.opt) }))) : [p("span", { [Te.value === !0 ? "innerHTML" : "textContent"]: ie.value })];
|
|
6570
6570
|
}
|
|
6571
6571
|
function vr() {
|
|
6572
6572
|
if (ne.value === !0)
|
|
6573
6573
|
return t["no-option"] !== void 0 ? t["no-option"]({ inputValue: u.value }) : void 0;
|
|
6574
6574
|
const K = t.option !== void 0 ? t.option : (Ve) => p(fn, { key: Ve.index, ...Ve.itemProps }, () => p(kn, () => p(_o, () => p("span", { [Ve.html === !0 ? "innerHTML" : "textContent"]: Ve.label }))));
|
|
6575
|
-
let
|
|
6576
|
-
return t["before-options"] !== void 0 && (
|
|
6575
|
+
let ze = B("div", _e.value.map(K));
|
|
6576
|
+
return t["before-options"] !== void 0 && (ze = t["before-options"]().concat(ze)), Zt(t["after-options"], ze);
|
|
6577
6577
|
}
|
|
6578
|
-
function he(K,
|
|
6579
|
-
const Ve =
|
|
6578
|
+
function he(K, ze) {
|
|
6579
|
+
const Ve = ze === !0 ? { ...L.value, ...Q.splitAttrs.attributes.value } : void 0, pt = { ref: ze === !0 ? E : void 0, key: "i_t", class: ae.value, style: e.inputStyle, value: u.value !== void 0 ? u.value : "", type: "search", ...Ve, id: ze === !0 ? Q.targetUid.value : void 0, maxlength: e.maxlength, autocomplete: e.autocomplete, "data-autofocus": K === !0 || e.autofocus === !0 || void 0, disabled: e.disable === !0, readonly: e.readonly === !0, ...re.value };
|
|
6580
6580
|
return K !== !0 && d === !0 && (Array.isArray(pt.class) === !0 ? pt.class = [...pt.class, "no-pointer-events"] : pt.class += " no-pointer-events"), p("input", pt);
|
|
6581
6581
|
}
|
|
6582
6582
|
function Ae(K) {
|
|
@@ -6584,24 +6584,24 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6584
6584
|
S = null, dt(u.value);
|
|
6585
6585
|
}, e.inputDebounce)));
|
|
6586
6586
|
}
|
|
6587
|
-
function Je(K,
|
|
6588
|
-
u.value !== K && (u.value = K,
|
|
6587
|
+
function Je(K, ze) {
|
|
6588
|
+
u.value !== K && (u.value = K, ze === !0 || e.inputDebounce === 0 || e.inputDebounce === "0" ? n("inputValue", K) : h = setTimeout(() => {
|
|
6589
6589
|
h = null, n("inputValue", K);
|
|
6590
6590
|
}, e.inputDebounce));
|
|
6591
6591
|
}
|
|
6592
|
-
function Ze(K,
|
|
6593
|
-
v = Ve !== !0, e.useInput === !0 && (Je(K, !0),
|
|
6592
|
+
function Ze(K, ze, Ve) {
|
|
6593
|
+
v = Ve !== !0, e.useInput === !0 && (Je(K, !0), ze !== !0 && Ve === !0 || (m = K), ze !== !0 && dt(K));
|
|
6594
6594
|
}
|
|
6595
|
-
function dt(K,
|
|
6596
|
-
if (e.onFilter === void 0 ||
|
|
6595
|
+
function dt(K, ze, Ve) {
|
|
6596
|
+
if (e.onFilter === void 0 || ze !== !0 && Q.focused.value !== !0)
|
|
6597
6597
|
return;
|
|
6598
6598
|
Q.innerLoading.value === !0 ? n("filterAbort") : (Q.innerLoading.value = !0, s.value = !0), K !== "" && e.multiple !== !0 && R.value.length !== 0 && v !== !0 && K === Pe.value(R.value[0]) && (K = "");
|
|
6599
6599
|
const pt = setTimeout(() => {
|
|
6600
6600
|
a.value === !0 && (a.value = !1);
|
|
6601
6601
|
}, 10);
|
|
6602
6602
|
y !== null && clearTimeout(y), y = pt, n("filter", K, (Ft, Rt) => {
|
|
6603
|
-
|
|
6604
|
-
Q.innerLoading.value = !1, Q.editable.value === !0 && (
|
|
6603
|
+
ze !== !0 && Q.focused.value !== !0 || y !== pt || (clearTimeout(y), typeof Ft == "function" && Ft(), s.value = !1, ft(() => {
|
|
6604
|
+
Q.innerLoading.value = !1, Q.editable.value === !0 && (ze === !0 ? a.value === !0 && uo() : a.value === !0 ? ms(!0) : a.value = !0), typeof Rt == "function" && ft(() => {
|
|
6605
6605
|
Rt(r);
|
|
6606
6606
|
}), typeof Ve == "function" && ft(() => {
|
|
6607
6607
|
Ve(r);
|
|
@@ -6657,19 +6657,19 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6657
6657
|
e.useInput === !0 && Ze(e.multiple !== !0 && e.fillInput === !0 && R.value.length !== 0 && Pe.value(R.value[0]) || "", !0, !0);
|
|
6658
6658
|
}
|
|
6659
6659
|
function ms(K) {
|
|
6660
|
-
let
|
|
6660
|
+
let ze = -1;
|
|
6661
6661
|
if (K === !0) {
|
|
6662
6662
|
if (R.value.length !== 0) {
|
|
6663
6663
|
const Ve = Ee.value(R.value[0]);
|
|
6664
|
-
|
|
6664
|
+
ze = e.options.findIndex((pt) => lr(Ee.value(pt), Ve));
|
|
6665
6665
|
}
|
|
6666
|
-
oe(
|
|
6666
|
+
oe(ze);
|
|
6667
6667
|
}
|
|
6668
|
-
pe(
|
|
6668
|
+
pe(ze);
|
|
6669
6669
|
}
|
|
6670
|
-
function wy(K,
|
|
6670
|
+
function wy(K, ze) {
|
|
6671
6671
|
a.value === !0 && Q.innerLoading.value === !1 && (oe(-1, !0), ft(() => {
|
|
6672
|
-
a.value === !0 && Q.innerLoading.value === !1 && (K >
|
|
6672
|
+
a.value === !0 && Q.innerLoading.value === !1 && (K > ze ? oe() : ms(!0));
|
|
6673
6673
|
}));
|
|
6674
6674
|
}
|
|
6675
6675
|
function jd() {
|
|
@@ -6703,19 +6703,19 @@ var Kn = ye({ name: "QSelect", inheritAttrs: !1, props: { ...Kh, ...tr, ...qi, m
|
|
|
6703
6703
|
return Ot(), void (E.value !== null && E.value.focus());
|
|
6704
6704
|
Hn(K);
|
|
6705
6705
|
} }, getControl: (K) => {
|
|
6706
|
-
const
|
|
6706
|
+
const ze = wr(), Ve = K === !0 || i.value !== !0 || d !== !0;
|
|
6707
6707
|
if (e.useInput === !0)
|
|
6708
|
-
|
|
6708
|
+
ze.push(he(K, Ve));
|
|
6709
6709
|
else if (Q.editable.value === !0) {
|
|
6710
6710
|
const Ft = Ve === !0 ? L.value : void 0;
|
|
6711
|
-
|
|
6711
|
+
ze.push(p("input", { ref: Ve === !0 ? E : void 0, key: "d_t", class: "q-select__focus-target", id: Ve === !0 ? Q.targetUid.value : void 0, value: ie.value, readonly: !0, "data-autofocus": K === !0 || e.autofocus === !0 || void 0, ...Ft, onKeydown: zt, onKeyup: Ue, onKeypress: Mt })), Ve === !0 && typeof e.autocomplete == "string" && e.autocomplete.length !== 0 && ze.push(p("input", { class: "q-select__autocomplete-input", autocomplete: e.autocomplete, tabindex: -1, onKeyup: gt }));
|
|
6712
6712
|
}
|
|
6713
6713
|
if (T.value !== void 0 && e.disable !== !0 && Oe.value.length !== 0) {
|
|
6714
6714
|
const Ft = Oe.value.map((Rt) => p("option", { value: Rt, selected: !0 }));
|
|
6715
|
-
|
|
6715
|
+
ze.push(p("select", { class: "hidden", name: T.value, multiple: e.multiple }, Ft));
|
|
6716
6716
|
}
|
|
6717
6717
|
const pt = e.useInput === !0 || Ve !== !0 ? void 0 : Q.splitAttrs.attributes.value;
|
|
6718
|
-
return p("div", { class: "q-field__native row items-center", ...pt, ...Q.splitAttrs.listeners.value },
|
|
6718
|
+
return p("div", { class: "q-field__native row items-center", ...pt, ...Q.splitAttrs.listeners.value }, ze);
|
|
6719
6719
|
}, getInnerAppend: () => e.loading !== !0 && s.value !== !0 && e.hideDropdownIcon !== !0 ? [p(vt, { class: "q-select__dropdown-icon" + (a.value === !0 ? " rotate-180" : ""), name: Re.value })] : null }), Gl(Q);
|
|
6720
6720
|
} });
|
|
6721
6721
|
const a1 = ["text", "rect", "circle", "QBtn", "QBadge", "QChip", "QToolbar", "QCheckbox", "QRadio", "QToggle", "QSlider", "QRange", "QInput", "QAvatar"], i1 = ["wave", "pulse", "pulse-x", "pulse-y", "fade", "blink", "none"];
|
|
@@ -13057,7 +13057,7 @@ const EC = { style: { "margin-left": "-31px" } }, TC = { key: 0 }, Us = 5, $i =
|
|
|
13057
13057
|
}), a.value = !1;
|
|
13058
13058
|
}
|
|
13059
13059
|
}
|
|
13060
|
-
return (m, w) => (W(),
|
|
13060
|
+
return (m, w) => (W(), He(q(Eh), {
|
|
13061
13061
|
"expand-separator": "",
|
|
13062
13062
|
label: m.$t(o.filterName),
|
|
13063
13063
|
modelValue: l.value,
|
|
@@ -13189,7 +13189,7 @@ const EC = { style: { "margin-left": "-31px" } }, TC = { key: 0 }, Us = 5, $i =
|
|
|
13189
13189
|
function c(s, f) {
|
|
13190
13190
|
a("onChecked", f), s.target.checked ? f.isSelected = !0 : f.isSelected = !1, a("onSelectionChanged", l.value);
|
|
13191
13191
|
}
|
|
13192
|
-
return (s, f) => (W(),
|
|
13192
|
+
return (s, f) => (W(), He(q(Mn), {
|
|
13193
13193
|
rows: l.value,
|
|
13194
13194
|
"row-key": "id",
|
|
13195
13195
|
selection: s.selectionMode,
|
|
@@ -13342,7 +13342,7 @@ const EC = { style: { "margin-left": "-31px" } }, TC = { key: 0 }, Us = 5, $i =
|
|
|
13342
13342
|
C("span", rx, V(w.$t("Loading...")), 1)
|
|
13343
13343
|
])
|
|
13344
13344
|
])) : Be("", !0),
|
|
13345
|
-
(W(!0), ue(rt, null, jt(a.value, (g) => (W(),
|
|
13345
|
+
(W(!0), ue(rt, null, jt(a.value, (g) => (W(), He($i, jl({
|
|
13346
13346
|
class: "mb-2",
|
|
13347
13347
|
key: g.name
|
|
13348
13348
|
}, { filterName: g.name, items: g.values, expanded: !0 }, {
|
|
@@ -13510,7 +13510,7 @@ const EC = { style: { "margin-left": "-31px" } }, TC = { key: 0 }, Us = 5, $i =
|
|
|
13510
13510
|
loading: r.value,
|
|
13511
13511
|
rounded: ""
|
|
13512
13512
|
}, null, 8, ["modelValue", "options", "label", "loading"]),
|
|
13513
|
-
(W(!0), ue(rt, null, jt(u.value, (h) => (W(),
|
|
13513
|
+
(W(!0), ue(rt, null, jt(u.value, (h) => (W(), He(q(Kn), {
|
|
13514
13514
|
key: h.id,
|
|
13515
13515
|
class: "q-mt-sm",
|
|
13516
13516
|
modelValue: h.model,
|
|
@@ -13827,7 +13827,7 @@ const EC = { style: { "margin-left": "-31px" } }, TC = { key: 0 }, Us = 5, $i =
|
|
|
13827
13827
|
label: I.$t("ClearSelection"),
|
|
13828
13828
|
disable: c.value
|
|
13829
13829
|
}, null, 8, ["label", "disable"]),
|
|
13830
|
-
r.showAddActionButton ? (W(),
|
|
13830
|
+
r.showAddActionButton ? (W(), He(q(Fe), {
|
|
13831
13831
|
key: 0,
|
|
13832
13832
|
class: "q-px-sm",
|
|
13833
13833
|
color: "primary",
|
|
@@ -13853,7 +13853,7 @@ const EC = { style: { "margin-left": "-31px" } }, TC = { key: 0 }, Us = 5, $i =
|
|
|
13853
13853
|
C("span", Cx, V(I.$t("Loading")), 1)
|
|
13854
13854
|
])
|
|
13855
13855
|
])) : Be("", !0),
|
|
13856
|
-
(W(!0), ue(rt, null, jt(u.value, (D) => (W(),
|
|
13856
|
+
(W(!0), ue(rt, null, jt(u.value, (D) => (W(), He($i, jl({
|
|
13857
13857
|
class: "mb-2",
|
|
13858
13858
|
key: D.name
|
|
13859
13859
|
}, { filterName: D.name, items: D.values }, {
|
|
@@ -13889,7 +13889,7 @@ function Tx(e, t) {
|
|
|
13889
13889
|
const n = e[t];
|
|
13890
13890
|
return n || (eg["en-GB"][t] = t), n ?? null;
|
|
13891
13891
|
}
|
|
13892
|
-
const
|
|
13892
|
+
const OL = (e, t, n, r, o, a, i) => {
|
|
13893
13893
|
const l = mC({
|
|
13894
13894
|
legacy: !1,
|
|
13895
13895
|
locale: n,
|
|
@@ -13935,7 +13935,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
13935
13935
|
if (n && n.availableLocales)
|
|
13936
13936
|
for (const l of r.availableLanguages)
|
|
13937
13937
|
n.availableLocales.includes(l.isoCode) && o.value.push(l);
|
|
13938
|
-
}), (l, u) => (W(),
|
|
13938
|
+
}), (l, u) => (W(), He(q(Fe), {
|
|
13939
13939
|
color: "primary",
|
|
13940
13940
|
label: l.$t("Language"),
|
|
13941
13941
|
icon: "mdi-web",
|
|
@@ -13949,7 +13949,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
13949
13949
|
default: H(() => [
|
|
13950
13950
|
A(q(Xl), null, {
|
|
13951
13951
|
default: H(() => [
|
|
13952
|
-
(W(!0), ue(rt, null, jt(o.value, (c) => (W(),
|
|
13952
|
+
(W(!0), ue(rt, null, jt(o.value, (c) => (W(), He(q(fn), {
|
|
13953
13953
|
onClick: (s) => i(c),
|
|
13954
13954
|
"active-class": "primary",
|
|
13955
13955
|
active: a(c.isoCode),
|
|
@@ -13959,7 +13959,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
13959
13959
|
default: H(() => [
|
|
13960
13960
|
A(q(kn), null, {
|
|
13961
13961
|
default: H(() => [
|
|
13962
|
-
|
|
13962
|
+
je(V(c.name), 1)
|
|
13963
13963
|
]),
|
|
13964
13964
|
_: 2
|
|
13965
13965
|
}, 1024)
|
|
@@ -14046,7 +14046,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14046
14046
|
SubCategory: UE,
|
|
14047
14047
|
SKU: jE,
|
|
14048
14048
|
ClearFilter: zE
|
|
14049
|
-
},
|
|
14049
|
+
}, IL = {
|
|
14050
14050
|
enGB: kE,
|
|
14051
14051
|
ptBR: HE
|
|
14052
14052
|
}, QE = /* @__PURE__ */ at({
|
|
@@ -14062,7 +14062,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14062
14062
|
function n(r) {
|
|
14063
14063
|
window.location.href = r;
|
|
14064
14064
|
}
|
|
14065
|
-
return (r, o) => (W(),
|
|
14065
|
+
return (r, o) => (W(), He(q(Fe), {
|
|
14066
14066
|
color: "primary",
|
|
14067
14067
|
label: t.userName,
|
|
14068
14068
|
icon: "mdi-account",
|
|
@@ -14081,7 +14081,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14081
14081
|
default: H(() => [
|
|
14082
14082
|
A(q(kn), null, {
|
|
14083
14083
|
default: H(() => [
|
|
14084
|
-
|
|
14084
|
+
je(V(r.$t("MyAccount")), 1)
|
|
14085
14085
|
]),
|
|
14086
14086
|
_: 1
|
|
14087
14087
|
})
|
|
@@ -14095,7 +14095,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14095
14095
|
default: H(() => [
|
|
14096
14096
|
A(q(kn), null, {
|
|
14097
14097
|
default: H(() => [
|
|
14098
|
-
|
|
14098
|
+
je(V(r.$t("EditMyDetails")), 1)
|
|
14099
14099
|
]),
|
|
14100
14100
|
_: 1
|
|
14101
14101
|
})
|
|
@@ -14109,7 +14109,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14109
14109
|
default: H(() => [
|
|
14110
14110
|
A(q(kn), null, {
|
|
14111
14111
|
default: H(() => [
|
|
14112
|
-
|
|
14112
|
+
je(V(r.$t("CompanyProfile")), 1)
|
|
14113
14113
|
]),
|
|
14114
14114
|
_: 1
|
|
14115
14115
|
})
|
|
@@ -14125,7 +14125,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14125
14125
|
default: H(() => [
|
|
14126
14126
|
A(q(kn), null, {
|
|
14127
14127
|
default: H(() => [
|
|
14128
|
-
|
|
14128
|
+
je(V(r.$t("InviteColleagues")), 1)
|
|
14129
14129
|
]),
|
|
14130
14130
|
_: 1
|
|
14131
14131
|
})
|
|
@@ -14139,7 +14139,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14139
14139
|
default: H(() => [
|
|
14140
14140
|
A(q(kn), null, {
|
|
14141
14141
|
default: H(() => [
|
|
14142
|
-
|
|
14142
|
+
je(V(r.$t("ViewTeamMembers")), 1)
|
|
14143
14143
|
]),
|
|
14144
14144
|
_: 1
|
|
14145
14145
|
})
|
|
@@ -14153,7 +14153,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14153
14153
|
default: H(() => [
|
|
14154
14154
|
A(q(kn), null, {
|
|
14155
14155
|
default: H(() => [
|
|
14156
|
-
|
|
14156
|
+
je(V(r.$t("LogOut")), 1)
|
|
14157
14157
|
]),
|
|
14158
14158
|
_: 1
|
|
14159
14159
|
})
|
|
@@ -14288,7 +14288,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14288
14288
|
style: { flex: "none" }
|
|
14289
14289
|
}, {
|
|
14290
14290
|
default: H(() => [
|
|
14291
|
-
|
|
14291
|
+
je(V(m.toolBarTitle), 1)
|
|
14292
14292
|
]),
|
|
14293
14293
|
_: 1
|
|
14294
14294
|
}),
|
|
@@ -14308,12 +14308,12 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14308
14308
|
loading: o.value
|
|
14309
14309
|
}, {
|
|
14310
14310
|
append: H(() => [
|
|
14311
|
-
r.value ? (W(),
|
|
14311
|
+
r.value ? (W(), He(q(vt), {
|
|
14312
14312
|
key: 1,
|
|
14313
14313
|
name: "mdi-close",
|
|
14314
14314
|
class: "cursor-pointer",
|
|
14315
14315
|
onClick: h
|
|
14316
|
-
})) : (W(),
|
|
14316
|
+
})) : (W(), He(q(vt), {
|
|
14317
14317
|
key: 0,
|
|
14318
14318
|
name: "mdi-magnify",
|
|
14319
14319
|
class: "cursor-pointer",
|
|
@@ -14341,7 +14341,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14341
14341
|
header: ""
|
|
14342
14342
|
}, {
|
|
14343
14343
|
default: H(() => [
|
|
14344
|
-
|
|
14344
|
+
je(V(T.$t("Brands")), 1)
|
|
14345
14345
|
]),
|
|
14346
14346
|
_: 1
|
|
14347
14347
|
}, 512), [
|
|
@@ -14363,7 +14363,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14363
14363
|
}, 512), [
|
|
14364
14364
|
[Ie, v.value]
|
|
14365
14365
|
]),
|
|
14366
|
-
(W(!0), ue(rt, null, jt(f.value, ($) => xe((W(),
|
|
14366
|
+
(W(!0), ue(rt, null, jt(f.value, ($) => xe((W(), He(q(fn), {
|
|
14367
14367
|
class: "q-pl-xs",
|
|
14368
14368
|
dense: "",
|
|
14369
14369
|
clickable: "",
|
|
@@ -14398,7 +14398,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14398
14398
|
header: ""
|
|
14399
14399
|
}, {
|
|
14400
14400
|
default: H(() => [
|
|
14401
|
-
|
|
14401
|
+
je(V(T.$t("Categories")), 1)
|
|
14402
14402
|
]),
|
|
14403
14403
|
_: 1
|
|
14404
14404
|
}, 512), [
|
|
@@ -14420,7 +14420,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14420
14420
|
}, 512), [
|
|
14421
14421
|
[Ie, a.value]
|
|
14422
14422
|
]),
|
|
14423
|
-
(W(!0), ue(rt, null, jt(c.value, ($) => xe((W(),
|
|
14423
|
+
(W(!0), ue(rt, null, jt(c.value, ($) => xe((W(), He(q(fn), {
|
|
14424
14424
|
class: "q-pl-xs",
|
|
14425
14425
|
dense: "",
|
|
14426
14426
|
clickable: "",
|
|
@@ -14455,7 +14455,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14455
14455
|
header: ""
|
|
14456
14456
|
}, {
|
|
14457
14457
|
default: H(() => [
|
|
14458
|
-
|
|
14458
|
+
je(V(T.$t("Products")), 1)
|
|
14459
14459
|
]),
|
|
14460
14460
|
_: 1
|
|
14461
14461
|
}, 512), [
|
|
@@ -14477,7 +14477,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14477
14477
|
}, 512), [
|
|
14478
14478
|
[Ie, i.value]
|
|
14479
14479
|
]),
|
|
14480
|
-
(W(!0), ue(rt, null, jt(s.value, ($) => xe((W(),
|
|
14480
|
+
(W(!0), ue(rt, null, jt(s.value, ($) => xe((W(), He(q(fn), {
|
|
14481
14481
|
class: "q-pl-xs",
|
|
14482
14482
|
dense: "",
|
|
14483
14483
|
clickable: "",
|
|
@@ -14512,7 +14512,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14512
14512
|
header: ""
|
|
14513
14513
|
}, {
|
|
14514
14514
|
default: H(() => [
|
|
14515
|
-
|
|
14515
|
+
je(V(`${T.$t("No results for")}
|
|
14516
14516
|
${r.value}.`), 1)
|
|
14517
14517
|
]),
|
|
14518
14518
|
_: 1
|
|
@@ -14530,7 +14530,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14530
14530
|
}, 8, ["modelValue", "placeholder", "loading"])
|
|
14531
14531
|
]),
|
|
14532
14532
|
C("div", null, [
|
|
14533
|
-
T.hideSearchButton ? Be("", !0) : (W(),
|
|
14533
|
+
T.hideSearchButton ? Be("", !0) : (W(), He(q(Fe), {
|
|
14534
14534
|
key: 0,
|
|
14535
14535
|
color: "secondary",
|
|
14536
14536
|
icon: "mdi-magnify",
|
|
@@ -14586,7 +14586,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14586
14586
|
]),
|
|
14587
14587
|
_: 1
|
|
14588
14588
|
}),
|
|
14589
|
-
o.showMoreButton || o.showAddToBasket ? (W(),
|
|
14589
|
+
o.showMoreButton || o.showAddToBasket ? (W(), He(c, { key: 0 }, {
|
|
14590
14590
|
default: H(() => [
|
|
14591
14591
|
xe(A(u, {
|
|
14592
14592
|
dense: "",
|
|
@@ -14649,7 +14649,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14649
14649
|
]),
|
|
14650
14650
|
C("div", fT, [
|
|
14651
14651
|
C("div", null, [
|
|
14652
|
-
(W(!0), ue(rt, null, jt(c.value, (y) => (W(),
|
|
14652
|
+
(W(!0), ue(rt, null, jt(c.value, (y) => (W(), He($i, jl({
|
|
14653
14653
|
class: "mb-2",
|
|
14654
14654
|
key: y.name
|
|
14655
14655
|
}, { filterName: y.name, items: y.values }, {
|
|
@@ -14674,7 +14674,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14674
14674
|
]),
|
|
14675
14675
|
default: H(() => [
|
|
14676
14676
|
C("div", pT, [
|
|
14677
|
-
(W(!0), ue(rt, null, jt(n.value.data, (y) => (W(),
|
|
14677
|
+
(W(!0), ue(rt, null, jt(n.value.data, (y) => (W(), He(tg, {
|
|
14678
14678
|
class: "col-xl-3 col-md-3 col-sm-6 col-xs-12 q-pa-sm",
|
|
14679
14679
|
key: y.id,
|
|
14680
14680
|
product: y,
|
|
@@ -14716,7 +14716,7 @@ const EL = (e, t, n, r, o, a, i) => {
|
|
|
14716
14716
|
default: H(() => [
|
|
14717
14717
|
C("div", gT, [
|
|
14718
14718
|
C("div", yT, [
|
|
14719
|
-
i.imageUrl ? (W(),
|
|
14719
|
+
i.imageUrl ? (W(), He(q(va), {
|
|
14720
14720
|
key: 0,
|
|
14721
14721
|
class: "thumbnail-image",
|
|
14722
14722
|
src: i.imageUrl,
|
|
@@ -16205,7 +16205,7 @@ const DT = { class: "list-row row q-pa-xs" }, MT = { class: "row" }, FT = { clas
|
|
|
16205
16205
|
default: H(() => [
|
|
16206
16206
|
C("div", MT, [
|
|
16207
16207
|
C("div", FT, [
|
|
16208
|
-
i.imageUrl ? (W(),
|
|
16208
|
+
i.imageUrl ? (W(), He(q(va), {
|
|
16209
16209
|
key: 0,
|
|
16210
16210
|
class: "thumbnail-image",
|
|
16211
16211
|
src: i.imageUrl,
|
|
@@ -16446,7 +16446,7 @@ const GT = { class: "row" }, XT = { class: "col-12" }, ZT = { class: "thumbnail-
|
|
|
16446
16446
|
}), l.value && u.observe(l.value);
|
|
16447
16447
|
}), ht(() => {
|
|
16448
16448
|
u && u.disconnect();
|
|
16449
|
-
}), (s, f) => (W(),
|
|
16449
|
+
}), (s, f) => (W(), He(q(rn), {
|
|
16450
16450
|
onClick: f[0] || (f[0] = (d) => r("onMoreClick", n.product, d)),
|
|
16451
16451
|
class: Bt(["cursor-pointer", o.value])
|
|
16452
16452
|
}, {
|
|
@@ -16472,17 +16472,17 @@ const GT = { class: "row" }, XT = { class: "col-12" }, ZT = { class: "thumbnail-
|
|
|
16472
16472
|
s.product.categoryId ? (W(), ue("div", rO, [
|
|
16473
16473
|
C("span", oO, V(s.$t("Category")) + ":", 1),
|
|
16474
16474
|
C("span", aO, [
|
|
16475
|
-
s.product.categoryId > 0 && n.router ? (W(),
|
|
16475
|
+
s.product.categoryId > 0 && n.router ? (W(), He(cr, {
|
|
16476
16476
|
key: 0,
|
|
16477
16477
|
router: n.router,
|
|
16478
16478
|
to: { name: "category", params: { category: q(gd)(s.product.categoryName), id: s.product.categoryId } }
|
|
16479
16479
|
}, {
|
|
16480
16480
|
default: H(() => [
|
|
16481
|
-
|
|
16481
|
+
je(V(s.product?.categoryName), 1)
|
|
16482
16482
|
]),
|
|
16483
16483
|
_: 1
|
|
16484
16484
|
}, 8, ["router", "to"])) : (W(), ue(rt, { key: 1 }, [
|
|
16485
|
-
|
|
16485
|
+
je(V(s.product?.categoryName), 1)
|
|
16486
16486
|
], 64))
|
|
16487
16487
|
])
|
|
16488
16488
|
])) : Be("", !0),
|
|
@@ -16503,7 +16503,7 @@ const GT = { class: "row" }, XT = { class: "col-12" }, ZT = { class: "thumbnail-
|
|
|
16503
16503
|
}, [
|
|
16504
16504
|
i.value ? (W(), ue("span", fO, V(s.$t("PriceLabel")) + ":", 1)) : Be("", !0),
|
|
16505
16505
|
C("span", pO, [
|
|
16506
|
-
a.value ? (W(),
|
|
16506
|
+
a.value ? (W(), He(q(Zn), {
|
|
16507
16507
|
key: 0,
|
|
16508
16508
|
size: "sm",
|
|
16509
16509
|
color: "primary"
|
|
@@ -16611,7 +16611,7 @@ const mO = { class: "text-center q-ma-xl spinner-overlay" }, hO = { class: "sear
|
|
|
16611
16611
|
C("div", gO, [
|
|
16612
16612
|
C("div", yO, [
|
|
16613
16613
|
C("div", bO, [
|
|
16614
|
-
(W(!0), ue(rt, null, jt(i.value, (M) => (W(),
|
|
16614
|
+
(W(!0), ue(rt, null, jt(i.value, (M) => (W(), He($i, jl({
|
|
16615
16615
|
key: M.name
|
|
16616
16616
|
}, { filterName: M.name, items: M.values, expanded: !0 }, {
|
|
16617
16617
|
onBeforeFilter: h,
|
|
@@ -16664,7 +16664,7 @@ const mO = { class: "text-center q-ma-xl spinner-overlay" }, hO = { class: "sear
|
|
|
16664
16664
|
class: Bt(S.value),
|
|
16665
16665
|
key: M.id
|
|
16666
16666
|
}, [
|
|
16667
|
-
T.router ? (W(),
|
|
16667
|
+
T.router ? (W(), He(Ll, {
|
|
16668
16668
|
key: 0,
|
|
16669
16669
|
router: T.router,
|
|
16670
16670
|
product: M,
|
|
@@ -16808,7 +16808,7 @@ const mO = { class: "text-center q-ma-xl spinner-overlay" }, hO = { class: "sear
|
|
|
16808
16808
|
]),
|
|
16809
16809
|
_: 1
|
|
16810
16810
|
}),
|
|
16811
|
-
a.value && a.value.length > 0 ? (W(),
|
|
16811
|
+
a.value && a.value.length > 0 ? (W(), He(q(bt), {
|
|
16812
16812
|
key: 0,
|
|
16813
16813
|
class: "q-mt-none q-pt-none search-wrapper"
|
|
16814
16814
|
}, {
|
|
@@ -16818,7 +16818,7 @@ const mO = { class: "text-center q-ma-xl spinner-overlay" }, hO = { class: "sear
|
|
|
16818
16818
|
class: "item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-xs-12 q-my-sm q-px-sm",
|
|
16819
16819
|
key: _.id
|
|
16820
16820
|
}, [
|
|
16821
|
-
s.router ? (W(),
|
|
16821
|
+
s.router ? (W(), He(Ll, {
|
|
16822
16822
|
key: 0,
|
|
16823
16823
|
router: s.router,
|
|
16824
16824
|
product: _,
|
|
@@ -16828,14 +16828,14 @@ const mO = { class: "text-center q-ma-xl spinner-overlay" }, hO = { class: "sear
|
|
|
16828
16828
|
]))), 128))
|
|
16829
16829
|
]),
|
|
16830
16830
|
C("div", YO, [
|
|
16831
|
-
s.router ? (W(),
|
|
16831
|
+
s.router ? (W(), He(cr, {
|
|
16832
16832
|
key: 0,
|
|
16833
16833
|
router: s.router,
|
|
16834
16834
|
to: { name: "search", query: { categoryId: o.value.id } },
|
|
16835
16835
|
class: "cat-show-more-link"
|
|
16836
16836
|
}, {
|
|
16837
16837
|
default: H(() => [
|
|
16838
|
-
|
|
16838
|
+
je(V(m.$t("ShowMore")), 1)
|
|
16839
16839
|
]),
|
|
16840
16840
|
_: 1
|
|
16841
16841
|
}, 8, ["router", "to"])) : Be("", !0)
|
|
@@ -16845,7 +16845,7 @@ const mO = { class: "text-center q-ma-xl spinner-overlay" }, hO = { class: "sear
|
|
|
16845
16845
|
})) : Be("", !0),
|
|
16846
16846
|
A(q(bt), { class: "q-mt-none q-pt-none search-wrapper" }, {
|
|
16847
16847
|
default: H(() => [
|
|
16848
|
-
(W(!0), ue(rt, null, jt(l.value, (_) => (W(),
|
|
16848
|
+
(W(!0), ue(rt, null, jt(l.value, (_) => (W(), He(q(rn), {
|
|
16849
16849
|
class: "q-ma-md",
|
|
16850
16850
|
key: _.id
|
|
16851
16851
|
}, {
|
|
@@ -16854,13 +16854,13 @@ const mO = { class: "text-center q-ma-xl spinner-overlay" }, hO = { class: "sear
|
|
|
16854
16854
|
default: H(() => [
|
|
16855
16855
|
C("div", JO, [
|
|
16856
16856
|
C("span", GO, [
|
|
16857
|
-
s.router ? (W(),
|
|
16857
|
+
s.router ? (W(), He(cr, {
|
|
16858
16858
|
key: 0,
|
|
16859
16859
|
router: s.router,
|
|
16860
16860
|
to: { name: "category", params: { category: q(gd)(_.name), id: _.id } }
|
|
16861
16861
|
}, {
|
|
16862
16862
|
default: H(() => [
|
|
16863
|
-
|
|
16863
|
+
je(V(_.name), 1)
|
|
16864
16864
|
]),
|
|
16865
16865
|
_: 2
|
|
16866
16866
|
}, 1032, ["router", "to"])) : Be("", !0)
|
|
@@ -16876,7 +16876,7 @@ const mO = { class: "text-center q-ma-xl spinner-overlay" }, hO = { class: "sear
|
|
|
16876
16876
|
class: "item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-xs-12 q-ma-none q-px-sm",
|
|
16877
16877
|
key: g.id
|
|
16878
16878
|
}, [
|
|
16879
|
-
s.router ? (W(),
|
|
16879
|
+
s.router ? (W(), He(Ll, {
|
|
16880
16880
|
key: 0,
|
|
16881
16881
|
router: s.router,
|
|
16882
16882
|
product: g,
|
|
@@ -16886,14 +16886,14 @@ const mO = { class: "text-center q-ma-xl spinner-overlay" }, hO = { class: "sear
|
|
|
16886
16886
|
]))), 128))
|
|
16887
16887
|
]),
|
|
16888
16888
|
C("div", ZO, [
|
|
16889
|
-
s.router ? (W(),
|
|
16889
|
+
s.router ? (W(), He(cr, {
|
|
16890
16890
|
key: 0,
|
|
16891
16891
|
router: s.router,
|
|
16892
16892
|
to: { name: "search", query: { categoryId: _.id } },
|
|
16893
16893
|
class: "cat-show-more-link"
|
|
16894
16894
|
}, {
|
|
16895
16895
|
default: H(() => [
|
|
16896
|
-
|
|
16896
|
+
je(V(m.$t("ShowMore")), 1)
|
|
16897
16897
|
]),
|
|
16898
16898
|
_: 2
|
|
16899
16899
|
}, 1032, ["router", "to"])) : Be("", !0)
|
|
@@ -24938,7 +24938,7 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
24938
24938
|
distributorName: T.distributorName,
|
|
24939
24939
|
distributorId: T.distributorId,
|
|
24940
24940
|
margin: c.enabledDistributorIds.some((M) => M == T.distributorId) && T.rrp && T.rrp > 0 && T.clientPrice && T.clientPrice > 0 ? Math.round((T.rrp - T.clientPrice) * 100 / T.rrp) / 100 : null
|
|
24941
|
-
}))), I && I.sku && (a.value = await g(I.sku));
|
|
24941
|
+
}))), I && I.sku && (a.value = await g(I.sku)), document.title = r.value.title ? `${r.value.title} | Cloud in the Channel` : "Product Details | Cloud in the Channel";
|
|
24942
24942
|
} catch (O) {
|
|
24943
24943
|
console.error(O);
|
|
24944
24944
|
} finally {
|
|
@@ -25093,13 +25093,13 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25093
25093
|
C("div", P$, [
|
|
25094
25094
|
C("span", $$, V(x.$t("Brand")) + ":", 1),
|
|
25095
25095
|
C("span", N$, [
|
|
25096
|
-
c.router ? (W(),
|
|
25096
|
+
c.router ? (W(), He(cr, {
|
|
25097
25097
|
key: 0,
|
|
25098
25098
|
router: c.router,
|
|
25099
25099
|
to: { name: "search", query: { brandId: r.value?.brandID } }
|
|
25100
25100
|
}, {
|
|
25101
25101
|
default: H(() => [
|
|
25102
|
-
|
|
25102
|
+
je(V(r.value?.brandName), 1)
|
|
25103
25103
|
]),
|
|
25104
25104
|
_: 1
|
|
25105
25105
|
}, 8, ["router", "to"])) : Be("", !0)
|
|
@@ -25108,17 +25108,17 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25108
25108
|
C("div", R$, [
|
|
25109
25109
|
C("span", A$, V(x.$t("Category")) + ":", 1),
|
|
25110
25110
|
C("span", L$, [
|
|
25111
|
-
r.value?.categoryId && r.value?.categoryId > 0 && c.router ? (W(),
|
|
25111
|
+
r.value?.categoryId && r.value?.categoryId > 0 && c.router ? (W(), He(cr, {
|
|
25112
25112
|
key: 0,
|
|
25113
25113
|
router: c.router,
|
|
25114
25114
|
to: { name: "category", params: { category: q(gd)(r.value.categoryName), id: r.value.categoryId } }
|
|
25115
25115
|
}, {
|
|
25116
25116
|
default: H(() => [
|
|
25117
|
-
|
|
25117
|
+
je(V(r.value?.categoryName), 1)
|
|
25118
25118
|
]),
|
|
25119
25119
|
_: 1
|
|
25120
25120
|
}, 8, ["router", "to"])) : (W(), ue(rt, { key: 1 }, [
|
|
25121
|
-
|
|
25121
|
+
je(V(r.value?.categoryName), 1)
|
|
25122
25122
|
], 64))
|
|
25123
25123
|
])
|
|
25124
25124
|
]),
|
|
@@ -25160,13 +25160,13 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25160
25160
|
C("div", Q$, V(T.distributorName), 1)
|
|
25161
25161
|
]),
|
|
25162
25162
|
C("div", W$, [
|
|
25163
|
-
c.siteCloud ? (W(),
|
|
25163
|
+
c.siteCloud ? (W(), He(q(Fe), {
|
|
25164
25164
|
key: 0,
|
|
25165
25165
|
color: "primary",
|
|
25166
25166
|
to: "/contact_us"
|
|
25167
25167
|
}, {
|
|
25168
25168
|
default: H(() => [
|
|
25169
|
-
|
|
25169
|
+
je(V(x.$t("Get started")), 1)
|
|
25170
25170
|
]),
|
|
25171
25171
|
_: 1
|
|
25172
25172
|
})) : T.distributorId && c.enabledDistributorIds.indexOf(T.distributorId) > -1 ? (W(), ue(rt, { key: 1 }, [
|
|
@@ -25180,13 +25180,13 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25180
25180
|
loading: x.addProductToBasketLoading,
|
|
25181
25181
|
"no-wrap": ""
|
|
25182
25182
|
}, null, 8, ["label", "onClick", "loading"])
|
|
25183
|
-
], 64)) : (W(),
|
|
25183
|
+
], 64)) : (W(), He(q(Fe), {
|
|
25184
25184
|
key: 2,
|
|
25185
25185
|
color: "primary",
|
|
25186
25186
|
onClick: (D) => h(T, D)
|
|
25187
25187
|
}, {
|
|
25188
25188
|
default: H(() => [
|
|
25189
|
-
|
|
25189
|
+
je(V(x.$t("Sign Up")), 1)
|
|
25190
25190
|
]),
|
|
25191
25191
|
_: 2
|
|
25192
25192
|
}, 1032, ["onClick"]))
|
|
@@ -25211,7 +25211,7 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25211
25211
|
body: H((T) => [
|
|
25212
25212
|
A(q(er), null, {
|
|
25213
25213
|
default: H(() => [
|
|
25214
|
-
f("image") ? (W(),
|
|
25214
|
+
f("image") ? (W(), He(q(Ne), {
|
|
25215
25215
|
key: "image",
|
|
25216
25216
|
width: "220"
|
|
25217
25217
|
}, {
|
|
@@ -25228,13 +25228,13 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25228
25228
|
]),
|
|
25229
25229
|
_: 2
|
|
25230
25230
|
}, 1024)) : Be("", !0),
|
|
25231
|
-
f("sku") ? (W(),
|
|
25231
|
+
f("sku") ? (W(), He(q(Ne), { key: "sku" }, {
|
|
25232
25232
|
default: H(() => [
|
|
25233
|
-
|
|
25233
|
+
je(V(T.row.sku), 1)
|
|
25234
25234
|
]),
|
|
25235
25235
|
_: 2
|
|
25236
25236
|
}, 1024)) : Be("", !0),
|
|
25237
|
-
f("rrp") ? (W(),
|
|
25237
|
+
f("rrp") ? (W(), He(q(Ne), { key: "rrp" }, {
|
|
25238
25238
|
default: H(() => [
|
|
25239
25239
|
C("span", X$, [
|
|
25240
25240
|
T.row.rrp ? (W(), ue("span", Z$, V(x.$n(T.row.rrp, "currency")), 1)) : Be("", !0)
|
|
@@ -25243,7 +25243,7 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25243
25243
|
_: 2
|
|
25244
25244
|
}, 1024)) : Be("", !0),
|
|
25245
25245
|
c.enabledDistributorIds.indexOf(T.row.distributorId) > -1 ? (W(), ue(rt, { key: 3 }, [
|
|
25246
|
-
f("price") ? (W(),
|
|
25246
|
+
f("price") ? (W(), He(q(Ne), { key: "price" }, {
|
|
25247
25247
|
default: H(() => [
|
|
25248
25248
|
C("span", eN, [
|
|
25249
25249
|
T.row.price ? (W(), ue("span", tN, V(x.$n(T.row.price, "currency")), 1)) : Be("", !0)
|
|
@@ -25251,7 +25251,7 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25251
25251
|
]),
|
|
25252
25252
|
_: 2
|
|
25253
25253
|
}, 1024)) : Be("", !0),
|
|
25254
|
-
f("margin") ? (W(),
|
|
25254
|
+
f("margin") ? (W(), He(q(Ne), { key: "margin" }, {
|
|
25255
25255
|
default: H(() => [
|
|
25256
25256
|
C("span", nN, [
|
|
25257
25257
|
T.row.margin != null ? (W(), ue("span", rN, V(T.row.margin) + "%", 1)) : Be("", !0)
|
|
@@ -25259,7 +25259,7 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25259
25259
|
]),
|
|
25260
25260
|
_: 2
|
|
25261
25261
|
}, 1024)) : Be("", !0),
|
|
25262
|
-
f("action") ? (W(),
|
|
25262
|
+
f("action") ? (W(), He(q(Ne), { key: "action" }, {
|
|
25263
25263
|
default: H(() => [
|
|
25264
25264
|
A(q(Fe), {
|
|
25265
25265
|
outline: "",
|
|
@@ -25274,13 +25274,13 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25274
25274
|
_: 2
|
|
25275
25275
|
}, 1024)) : Be("", !0)
|
|
25276
25276
|
], 64)) : (W(), ue(rt, { key: 4 }, [
|
|
25277
|
-
f("price") ? (W(),
|
|
25277
|
+
f("price") ? (W(), He(q(Ne), { key: "price" }, {
|
|
25278
25278
|
default: H(() => [
|
|
25279
25279
|
C("a", oN, V(x.$t("SetupDistributorToSeePrice")), 1)
|
|
25280
25280
|
]),
|
|
25281
25281
|
_: 1
|
|
25282
25282
|
})) : Be("", !0),
|
|
25283
|
-
f("action") ? (W(),
|
|
25283
|
+
f("action") ? (W(), He(q(Ne), { key: "action" })) : Be("", !0)
|
|
25284
25284
|
], 64))
|
|
25285
25285
|
]),
|
|
25286
25286
|
_: 2
|
|
@@ -25317,7 +25317,7 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25317
25317
|
name: "features",
|
|
25318
25318
|
label: x.$t("Features")
|
|
25319
25319
|
}, null, 8, ["label"]),
|
|
25320
|
-
r.value?.testseekProductID ? (W(),
|
|
25320
|
+
r.value?.testseekProductID ? (W(), He(I, {
|
|
25321
25321
|
key: 0,
|
|
25322
25322
|
name: "reviews",
|
|
25323
25323
|
label: "Reviews"
|
|
@@ -25351,7 +25351,7 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25351
25351
|
]),
|
|
25352
25352
|
_: 1
|
|
25353
25353
|
}),
|
|
25354
|
-
r.value?.testseekProductID ? (W(),
|
|
25354
|
+
r.value?.testseekProductID ? (W(), He(q(Pr), {
|
|
25355
25355
|
key: 0,
|
|
25356
25356
|
name: "reviews",
|
|
25357
25357
|
class: "pdp-reviews"
|
|
@@ -25389,14 +25389,14 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
|
|
|
25389
25389
|
C("div", mN, [
|
|
25390
25390
|
C("div", hN, V(x.$t("Subscription")), 1),
|
|
25391
25391
|
a.value?.providerSubscriptionId ? (W(), ue("div", gN, [
|
|
25392
|
-
c.router ? (W(),
|
|
25392
|
+
c.router ? (W(), He(cr, {
|
|
25393
25393
|
key: 0,
|
|
25394
25394
|
router: c.router,
|
|
25395
25395
|
class: "text-primary",
|
|
25396
25396
|
to: `/subscription/${a.value?.externalSystem}/${a.value?.providerSubscriptionId}`
|
|
25397
25397
|
}, {
|
|
25398
25398
|
default: H(() => [
|
|
25399
|
-
|
|
25399
|
+
je(V(x.$t("Edit")), 1)
|
|
25400
25400
|
]),
|
|
25401
25401
|
_: 1
|
|
25402
25402
|
}, 8, ["router", "to"])) : Be("", !0)
|
|
@@ -25466,7 +25466,7 @@ function SN(e) {
|
|
|
25466
25466
|
r.push(n);
|
|
25467
25467
|
};
|
|
25468
25468
|
}
|
|
25469
|
-
const
|
|
25469
|
+
const $L = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25470
25470
|
__proto__: null,
|
|
25471
25471
|
install: SN
|
|
25472
25472
|
}, Symbol.toStringTag, { value: "Module" })), kN = { class: "text-h6 secondary" }, uy = /* @__PURE__ */ at({
|
|
@@ -25655,7 +25655,7 @@ const qL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
25655
25655
|
f.price && (f.totalCost = f.price * f.quantity, f.totalPrice = f.msrp ? f.msrp * f.quantity : void 0, f.margin = f.msrp ? (f.msrp - f.price) / f.msrp * 100 : void 0, f.profit = f.msrp ? f.msrp * f.quantity - f.price * f.quantity : void 0);
|
|
25656
25656
|
return s.product.totalCost = s.product.price * s.product.quantity, s.product.totalPrice = s.product.msrp ? s.product.msrp * s.product.quantity : void 0, s.product.margin = s.product.msrp ? (s.product.msrp - s.product.price) / s.product.msrp * 100 : void 0, s.product.profit = s.product.msrp ? s.product.msrp * s.product.quantity - s.product.price * s.product.quantity : void 0, s;
|
|
25657
25657
|
}
|
|
25658
|
-
return t({ refreshData: u }), (s, f) => (W(),
|
|
25658
|
+
return t({ refreshData: u }), (s, f) => (W(), He(q(Mn), {
|
|
25659
25659
|
flat: "",
|
|
25660
25660
|
bordered: "",
|
|
25661
25661
|
rows: r.value,
|
|
@@ -26026,7 +26026,7 @@ const qL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
26026
26026
|
}
|
|
26027
26027
|
return ot(() => {
|
|
26028
26028
|
s(u.providerOrderId, u.externalSystemClientId);
|
|
26029
|
-
}), (f, d) => (W(),
|
|
26029
|
+
}), (f, d) => (W(), He(q(rn), { class: "q-ma-md subscripton-details" }, {
|
|
26030
26030
|
default: H(() => [
|
|
26031
26031
|
A(q(bt), null, {
|
|
26032
26032
|
default: H(() => [
|
|
@@ -26057,13 +26057,13 @@ const qL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
26057
26057
|
u.exibitionMode == q(ln).ResellerInfo ? (W(), ue("tr", QN, [
|
|
26058
26058
|
C("td", null, V(f.$t("Customer")), 1),
|
|
26059
26059
|
C("td", null, [
|
|
26060
|
-
u.router ? (W(),
|
|
26060
|
+
u.router ? (W(), He(cr, {
|
|
26061
26061
|
key: 0,
|
|
26062
26062
|
to: { name: "customer-details", params: { centralisedCustomerId: f.cspCentralisedCustomerId, providerCustomerId: f.providerCustomerId } },
|
|
26063
26063
|
router: f.router
|
|
26064
26064
|
}, {
|
|
26065
26065
|
default: H(() => [
|
|
26066
|
-
|
|
26066
|
+
je(V(`${f.customerCompanyName} [${f.providerCustomerId}]`), 1)
|
|
26067
26067
|
]),
|
|
26068
26068
|
_: 1
|
|
26069
26069
|
}, 8, ["to", "router"])) : Be("", !0)
|
|
@@ -26466,22 +26466,22 @@ const KN = { class: "q-ma-lg q-pa-md" }, YN = { class: "row justify-between" },
|
|
|
26466
26466
|
class: "cursor-pointer q-pa-none"
|
|
26467
26467
|
}, {
|
|
26468
26468
|
default: H(() => [
|
|
26469
|
-
|
|
26469
|
+
je(V(I.row.cspOrderId), 1)
|
|
26470
26470
|
]),
|
|
26471
26471
|
_: 2
|
|
26472
26472
|
}, 1032, ["onClick"]),
|
|
26473
|
-
n.exibitionMode == q(ln).ResellerInfo ? (W(),
|
|
26473
|
+
n.exibitionMode == q(ln).ResellerInfo ? (W(), He(q(Ne), {
|
|
26474
26474
|
key: "customerCompanyName",
|
|
26475
26475
|
class: "q-pa-none"
|
|
26476
26476
|
}, {
|
|
26477
26477
|
default: H(() => [
|
|
26478
|
-
n.router ? (W(),
|
|
26478
|
+
n.router ? (W(), He(cr, {
|
|
26479
26479
|
key: 0,
|
|
26480
26480
|
to: { name: "customer-details", params: { centralisedCustomerId: I.row.centralisedCustomerId, providerCustomerId: I.row.providerCustomerId } },
|
|
26481
26481
|
router: n.router
|
|
26482
26482
|
}, {
|
|
26483
26483
|
default: H(() => [
|
|
26484
|
-
|
|
26484
|
+
je(V(`${I.row.customerCompanyName} [${I.row.providerCustomerId}]`), 1)
|
|
26485
26485
|
]),
|
|
26486
26486
|
_: 2
|
|
26487
26487
|
}, 1032, ["to", "router"])) : Be("", !0)
|
|
@@ -26494,7 +26494,7 @@ const KN = { class: "q-ma-lg q-pa-md" }, YN = { class: "row justify-between" },
|
|
|
26494
26494
|
class: "cursor-pointer q-pa-none"
|
|
26495
26495
|
}, {
|
|
26496
26496
|
default: H(() => [
|
|
26497
|
-
|
|
26497
|
+
je(V(x.$formatDateTime(I.row.createdAt)), 1)
|
|
26498
26498
|
]),
|
|
26499
26499
|
_: 2
|
|
26500
26500
|
}, 1032, ["onClick"]),
|
|
@@ -26504,7 +26504,7 @@ const KN = { class: "q-ma-lg q-pa-md" }, YN = { class: "row justify-between" },
|
|
|
26504
26504
|
class: "cursor-pointer q-pa-none"
|
|
26505
26505
|
}, {
|
|
26506
26506
|
default: H(() => [
|
|
26507
|
-
|
|
26507
|
+
je(V(x.$formatCurrency(I.row.totalPrice, I.row.currency)), 1)
|
|
26508
26508
|
]),
|
|
26509
26509
|
_: 2
|
|
26510
26510
|
}, 1032, ["onClick"]),
|
|
@@ -26514,7 +26514,7 @@ const KN = { class: "q-ma-lg q-pa-md" }, YN = { class: "row justify-between" },
|
|
|
26514
26514
|
class: "cursor-pointer q-pa-none"
|
|
26515
26515
|
}, {
|
|
26516
26516
|
default: H(() => [
|
|
26517
|
-
|
|
26517
|
+
je(V(x.$t(I.row.status)), 1)
|
|
26518
26518
|
]),
|
|
26519
26519
|
_: 2
|
|
26520
26520
|
}, 1032, ["onClick"]),
|
|
@@ -26524,17 +26524,17 @@ const KN = { class: "q-ma-lg q-pa-md" }, YN = { class: "row justify-between" },
|
|
|
26524
26524
|
class: "cursor-pointer q-pa-none"
|
|
26525
26525
|
}, {
|
|
26526
26526
|
default: H(() => [
|
|
26527
|
-
|
|
26527
|
+
je(V(I.row.sinchAccountId), 1)
|
|
26528
26528
|
]),
|
|
26529
26529
|
_: 2
|
|
26530
26530
|
}, 1032, ["onClick"]),
|
|
26531
|
-
n.exibitionMode == q(ln).ResellerInfo ? (W(),
|
|
26531
|
+
n.exibitionMode == q(ln).ResellerInfo ? (W(), He(q(Ne), {
|
|
26532
26532
|
key: "providerName",
|
|
26533
26533
|
onClick: (T) => h(I.row, T),
|
|
26534
26534
|
class: "cursor-pointer q-pa-none"
|
|
26535
26535
|
}, {
|
|
26536
26536
|
default: H(() => [
|
|
26537
|
-
|
|
26537
|
+
je(V(I.row.providerName), 1)
|
|
26538
26538
|
]),
|
|
26539
26539
|
_: 2
|
|
26540
26540
|
}, 1032, ["onClick"])) : Be("", !0)
|
|
@@ -26649,7 +26649,7 @@ async function dy(e, t, n, r) {
|
|
|
26649
26649
|
throw o;
|
|
26650
26650
|
}
|
|
26651
26651
|
}
|
|
26652
|
-
const
|
|
26652
|
+
const NL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26653
26653
|
__proto__: null,
|
|
26654
26654
|
fetchSubscriptionOrderDetails: dy,
|
|
26655
26655
|
fetchSubscriptionOrderHistoryDetails: Vd,
|
|
@@ -26695,7 +26695,7 @@ const PL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
26695
26695
|
r.value ? (W(), ue("div", u2, [
|
|
26696
26696
|
A(q(zh), { indeterminate: "" })
|
|
26697
26697
|
])) : n.value?.items && n.value?.items?.length && n.value.items[0].status == q(ba).OrderSuccessfulProcessed ? (W(), ue("div", c2, [
|
|
26698
|
-
|
|
26698
|
+
je(V(`${l.$t("Latest change request")}: ${l.$t("Order Id")}: ${n.value.items[0].providerOrderId} - ${l.$t("Status")}: `), 1),
|
|
26699
26699
|
C("span", {
|
|
26700
26700
|
class: Bt("status-" + n.value.items[0].status.toLowerCase())
|
|
26701
26701
|
}, V(l.$t(n.value.items[0].status)), 3)
|
|
@@ -26773,7 +26773,7 @@ const PL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
26773
26773
|
key: "date"
|
|
26774
26774
|
}, {
|
|
26775
26775
|
default: H(() => [
|
|
26776
|
-
|
|
26776
|
+
je(V(s.$formatDateTime(d.row.date)), 1)
|
|
26777
26777
|
]),
|
|
26778
26778
|
_: 2
|
|
26779
26779
|
}, 1024),
|
|
@@ -26791,7 +26791,7 @@ const PL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
26791
26791
|
key: "message"
|
|
26792
26792
|
}, {
|
|
26793
26793
|
default: H(() => [
|
|
26794
|
-
|
|
26794
|
+
je(V(d.row.errorMessage ? d.row.errorMessage : d.row.providerOrderId ? `${s.$t("Order created id:")}
|
|
26795
26795
|
${d.row.providerOrderId}` : null), 1)
|
|
26796
26796
|
]),
|
|
26797
26797
|
_: 2
|
|
@@ -26818,7 +26818,7 @@ const PL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
26818
26818
|
emits: [...Rl.emits],
|
|
26819
26819
|
setup(e, { emit: t }) {
|
|
26820
26820
|
const { dialogRef: n, onDialogHide: r, onDialogOK: o } = Rl(), a = e;
|
|
26821
|
-
return (i, l) => (W(),
|
|
26821
|
+
return (i, l) => (W(), He(q(Ma), {
|
|
26822
26822
|
ref_key: "dialogRef",
|
|
26823
26823
|
ref: n,
|
|
26824
26824
|
onHide: q(r)
|
|
@@ -27249,7 +27249,7 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
27249
27249
|
C("div", b2, [
|
|
27250
27250
|
C("div", _2, V(F.$t("Subscription details")), 1),
|
|
27251
27251
|
xe(C("div", w2, [
|
|
27252
|
-
l.value && s.value?.cspSubscriptionId ? (W(),
|
|
27252
|
+
l.value && s.value?.cspSubscriptionId ? (W(), He(fy, {
|
|
27253
27253
|
key: 0,
|
|
27254
27254
|
"csp-subscription-id": s.value.cspSubscriptionId,
|
|
27255
27255
|
onViewHistoryListClick: S
|
|
@@ -27281,13 +27281,13 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
27281
27281
|
C("tr", null, [
|
|
27282
27282
|
C("td", null, V(F.$t("Customer")), 1),
|
|
27283
27283
|
C("td", null, [
|
|
27284
|
-
m.router && s.value && s.value.centralisedCustomerId && s.value.providerCustomerId ? (W(),
|
|
27284
|
+
m.router && s.value && s.value.centralisedCustomerId && s.value.providerCustomerId ? (W(), He(cr, {
|
|
27285
27285
|
key: 0,
|
|
27286
27286
|
to: { name: "customer-details", params: { centralisedCustomerId: s.value.centralisedCustomerId, providerCustomerId: s.value.providerCustomerId } },
|
|
27287
27287
|
router: m.router
|
|
27288
27288
|
}, {
|
|
27289
27289
|
default: H(() => [
|
|
27290
|
-
|
|
27290
|
+
je(V(`${s.value?.customerName} [${s.value?.providerCustomerId}]`), 1)
|
|
27291
27291
|
]),
|
|
27292
27292
|
_: 1
|
|
27293
27293
|
}, 8, ["to", "router"])) : Be("", !0)
|
|
@@ -27396,7 +27396,7 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
27396
27396
|
default: H(() => [
|
|
27397
27397
|
A(q(Ne), { key: "name" }, {
|
|
27398
27398
|
default: H(() => [
|
|
27399
|
-
|
|
27399
|
+
je(V(X.row.name), 1)
|
|
27400
27400
|
]),
|
|
27401
27401
|
_: 2
|
|
27402
27402
|
}, 1024),
|
|
@@ -27446,7 +27446,7 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
27446
27446
|
}, 1024),
|
|
27447
27447
|
A(q(Ne), { key: "cost" }, {
|
|
27448
27448
|
default: H(() => [
|
|
27449
|
-
|
|
27449
|
+
je(V(F.$formatCurrency(X.row.cost, s.value?.currency)), 1)
|
|
27450
27450
|
]),
|
|
27451
27451
|
_: 2
|
|
27452
27452
|
}, 1024),
|
|
@@ -27494,13 +27494,13 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
27494
27494
|
}, 1024),
|
|
27495
27495
|
A(q(Ne), { key: "totalCost" }, {
|
|
27496
27496
|
default: H(() => [
|
|
27497
|
-
|
|
27497
|
+
je(V(F.$formatCurrency(X.row.totalCost, s.value?.currency)), 1)
|
|
27498
27498
|
]),
|
|
27499
27499
|
_: 2
|
|
27500
27500
|
}, 1024),
|
|
27501
27501
|
A(q(Ne), { key: "totalPrice" }, {
|
|
27502
27502
|
default: H(() => [
|
|
27503
|
-
|
|
27503
|
+
je(V(F.$formatCurrency(X.row.totalPrice, s.value?.currency)), 1)
|
|
27504
27504
|
]),
|
|
27505
27505
|
_: 2
|
|
27506
27506
|
}, 1024)
|
|
@@ -27527,7 +27527,7 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
27527
27527
|
default: H(() => [
|
|
27528
27528
|
A(q(Ne), { key: "name" }, {
|
|
27529
27529
|
default: H(() => [
|
|
27530
|
-
|
|
27530
|
+
je(V(X.row.name), 1)
|
|
27531
27531
|
]),
|
|
27532
27532
|
_: 2
|
|
27533
27533
|
}, 1024),
|
|
@@ -27577,7 +27577,7 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
27577
27577
|
}, 1024),
|
|
27578
27578
|
A(q(Ne), { key: "cost" }, {
|
|
27579
27579
|
default: H(() => [
|
|
27580
|
-
|
|
27580
|
+
je(V(F.$formatCurrency(X.row.cost, s.value?.currency)), 1)
|
|
27581
27581
|
]),
|
|
27582
27582
|
_: 2
|
|
27583
27583
|
}, 1024),
|
|
@@ -27625,13 +27625,13 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
27625
27625
|
}, 1024),
|
|
27626
27626
|
A(q(Ne), { key: "totalCost" }, {
|
|
27627
27627
|
default: H(() => [
|
|
27628
|
-
|
|
27628
|
+
je(V(F.$formatCurrency(X.row.totalCost, s.value?.currency)), 1)
|
|
27629
27629
|
]),
|
|
27630
27630
|
_: 2
|
|
27631
27631
|
}, 1024),
|
|
27632
27632
|
A(q(Ne), { key: "totalPrice" }, {
|
|
27633
27633
|
default: H(() => [
|
|
27634
|
-
|
|
27634
|
+
je(V(F.$formatCurrency(X.row.totalPrice, s.value?.currency)), 1)
|
|
27635
27635
|
]),
|
|
27636
27636
|
_: 2
|
|
27637
27637
|
}, 1024)
|
|
@@ -27652,7 +27652,7 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
27652
27652
|
xe(A(q(ka), { class: "justify-between" }, {
|
|
27653
27653
|
default: H(() => [
|
|
27654
27654
|
C("div", null, [
|
|
27655
|
-
s.value && g.includes(s.value.externalSystemType) ? (W(),
|
|
27655
|
+
s.value && g.includes(s.value.externalSystemType) ? (W(), He(q(Fe), {
|
|
27656
27656
|
key: 0,
|
|
27657
27657
|
disable: s.value?.hasPendingChanges || r.value || n.value || v.value,
|
|
27658
27658
|
loading: n.value,
|
|
@@ -28141,13 +28141,13 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
28141
28141
|
}, 1024),
|
|
28142
28142
|
A(q(Ne), { key: "externalSystem" }, {
|
|
28143
28143
|
default: H(() => [
|
|
28144
|
-
|
|
28144
|
+
je(V(m.$t(_.row.externalSystem)), 1)
|
|
28145
28145
|
]),
|
|
28146
28146
|
_: 2
|
|
28147
28147
|
}, 1024),
|
|
28148
|
-
c.hasDuplicatedExternalSystemClients ? (W(),
|
|
28148
|
+
c.hasDuplicatedExternalSystemClients ? (W(), He(q(Ne), { key: "externalSystemClientName" }, {
|
|
28149
28149
|
default: H(() => [
|
|
28150
|
-
|
|
28150
|
+
je(V(_.row.externalSystemClientName), 1)
|
|
28151
28151
|
]),
|
|
28152
28152
|
_: 2
|
|
28153
28153
|
}, 1024)) : Be("", !0),
|
|
@@ -28162,7 +28162,7 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
28162
28162
|
}, 1024),
|
|
28163
28163
|
A(q(Ne), { key: "subscriptionName" }, {
|
|
28164
28164
|
default: H(() => [
|
|
28165
|
-
|
|
28165
|
+
je(V(_.row.subscriptionName), 1)
|
|
28166
28166
|
]),
|
|
28167
28167
|
_: 2
|
|
28168
28168
|
}, 1024),
|
|
@@ -28184,7 +28184,7 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
28184
28184
|
}, 1024),
|
|
28185
28185
|
A(q(Ne), { key: "createdAt" }, {
|
|
28186
28186
|
default: H(() => [
|
|
28187
|
-
|
|
28187
|
+
je(V(m.$formatDate(_.row.createdAt)), 1)
|
|
28188
28188
|
]),
|
|
28189
28189
|
_: 2
|
|
28190
28190
|
}, 1024)
|
|
@@ -28204,13 +28204,13 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
28204
28204
|
default: H(() => [
|
|
28205
28205
|
A(q(Ne), { key: "providerSubscriptionId" }, {
|
|
28206
28206
|
default: H(() => [
|
|
28207
|
-
|
|
28207
|
+
je(V(_.row.providerSubscriptionId), 1)
|
|
28208
28208
|
]),
|
|
28209
28209
|
_: 2
|
|
28210
28210
|
}, 1024),
|
|
28211
28211
|
A(q(Ne), { key: "subscriptionName" }, {
|
|
28212
28212
|
default: H(() => [
|
|
28213
|
-
|
|
28213
|
+
je(V(_.row.subscriptionName), 1)
|
|
28214
28214
|
]),
|
|
28215
28215
|
_: 2
|
|
28216
28216
|
}, 1024),
|
|
@@ -28233,7 +28233,7 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
28233
28233
|
}, 1024),
|
|
28234
28234
|
A(q(Ne), { key: "createdAt" }, {
|
|
28235
28235
|
default: H(() => [
|
|
28236
|
-
|
|
28236
|
+
je(V(m.$formatDate(_.row.createdAt)), 1)
|
|
28237
28237
|
]),
|
|
28238
28238
|
_: 2
|
|
28239
28239
|
}, 1024)
|
|
@@ -28465,7 +28465,7 @@ const y2 = { class: "q-ma-sm" }, b2 = { class: "row" }, _2 = { class: "text-h5 c
|
|
|
28465
28465
|
{ name: "createdAt", field: "createdAt", label: a("Date"), sortable: !1, align: "left", format: (s) => o(s) },
|
|
28466
28466
|
{ name: "status", field: "status", label: a("Status"), sortable: !1, align: "left", format: (s) => a(s) }
|
|
28467
28467
|
];
|
|
28468
|
-
return (s, f) => (W(),
|
|
28468
|
+
return (s, f) => (W(), He(q(Mn), {
|
|
28469
28469
|
title: s.$t("Subscription History"),
|
|
28470
28470
|
rows: s.subscriptionOrders,
|
|
28471
28471
|
columns: c,
|
|
@@ -28581,22 +28581,22 @@ class _R extends Error {
|
|
|
28581
28581
|
function am(e, t, n, r, o) {
|
|
28582
28582
|
throw o ?? new _R(e, t, n, r, null);
|
|
28583
28583
|
}
|
|
28584
|
-
const wR = { class: "contact-us-block" }, SR = { class: "top wide" }, kR = { class: "row" }, CR = { class: "col-12 text-center" }, xR = { class: "text-h6" }, ER = { class: "text-h3" }, TR = { class: "row" }, OR = { class: "col-xs-12 col-sm-6 offset-sm-3" }, IR = { class: "content" }, qR = {
|
|
28584
|
+
const wR = { class: "contact-us-block q-mb-lg" }, SR = { class: "top wide" }, kR = { class: "row" }, CR = { class: "col-12 text-center" }, xR = { class: "text-h6" }, ER = { class: "text-h3" }, TR = { class: "row" }, OR = { class: "col-xs-12 col-sm-6 offset-sm-3" }, IR = { class: "content" }, qR = {
|
|
28585
28585
|
key: 0,
|
|
28586
28586
|
class: "form-container text-center"
|
|
28587
28587
|
}, PR = { class: "text-h6" }, $R = { class: "row" }, NR = { class: "actions flex align-center" }, RR = { key: 1 }, AR = { class: "col-12 text-center" }, LR = { class: "text-h6" }, DR = { class: "text-h3" }, MR = { class: "row contact-info" }, FR = { class: "col-xs-12 col-lg-8 center" }, VR = { class: "content" }, BR = { class: "row" }, UR = { class: "col-xs-12 col-sm-6 col-md-3 relative" }, jR = /* @__PURE__ */ C("img", {
|
|
28588
28588
|
src: "/img/graphics/contact/telephone.svg",
|
|
28589
28589
|
class: "avatar"
|
|
28590
|
-
}, null, -1), zR = /* @__PURE__ */ C("a", { href: " tel
|
|
28590
|
+
}, null, -1), zR = /* @__PURE__ */ C("a", { href: " tel:+35722030270" }, "+357 22 030 270", -1), HR = /* @__PURE__ */ C("a", { href: " tel:+443337720003" }, "(+44) 0333 772 0003", -1), QR = /* @__PURE__ */ C("a", { href: "tel:+18889708632" }, "+1-888-970-8632", -1), WR = /* @__PURE__ */ C("a", { href: "tel:+34)911875757" }, "(+34) 911 875 757", -1), KR = /* @__PURE__ */ C("a", { href: "tel:+525541720136" }, "(+52) 5541 720 136", -1), YR = /* @__PURE__ */ C("a", { href: "tel:+39800597114" }, "(+39) 800597114", -1), JR = /* @__PURE__ */ C("a", { href: "tel:+44203 053 9520" }, "(+44) 203 053 9520", -1), GR = { class: "col-xs-12 col-sm-6 col-md-3 relative" }, XR = /* @__PURE__ */ C("img", {
|
|
28591
28591
|
src: "/img/graphics/contact/email.svg",
|
|
28592
28592
|
class: "avatar"
|
|
28593
|
-
}, null, -1),
|
|
28593
|
+
}, null, -1), ZR = /* @__PURE__ */ C("a", { href: "mailto:sales@cloudinthechannel.com" }, "sales@cloudinthechannel.com", -1), eA = /* @__PURE__ */ C("a", { href: "mailto:support@cloudinthechannel.com" }, "support@cloudinthechannel.com", -1), tA = /* @__PURE__ */ C("a", { href: "mailto:partners@cloudinthechannel.com" }, "partners@cloudinthechannel.com", -1), nA = { class: "col-xs-12 col-sm-6 col-md-3 relative" }, rA = /* @__PURE__ */ C("img", {
|
|
28594
28594
|
src: "/img/graphics/contact/map.svg",
|
|
28595
28595
|
class: "avatar"
|
|
28596
|
-
}, null, -1),
|
|
28597
|
-
href: "https://goo.gl/
|
|
28596
|
+
}, null, -1), oA = { class: "content" }, aA = {
|
|
28597
|
+
href: "https://maps.app.goo.gl/13u9L5V8kXTfXr4w8",
|
|
28598
28598
|
target: "_blank"
|
|
28599
|
-
},
|
|
28599
|
+
}, iA = /* @__PURE__ */ C("br", null, null, -1), lA = /* @__PURE__ */ at({
|
|
28600
28600
|
__name: "ContactUs",
|
|
28601
28601
|
props: {
|
|
28602
28602
|
recaptchaSiteKey: {}
|
|
@@ -28769,50 +28769,57 @@ const wR = { class: "contact-us-block" }, SR = { class: "top wide" }, kR = { cla
|
|
|
28769
28769
|
C("div", UR, [
|
|
28770
28770
|
jR,
|
|
28771
28771
|
C("p", null, [
|
|
28772
|
-
|
|
28772
|
+
je(V(u.$t("Telephone Cyprus:")) + " ", 1),
|
|
28773
28773
|
zR
|
|
28774
28774
|
]),
|
|
28775
28775
|
C("p", null, [
|
|
28776
|
-
|
|
28776
|
+
je(V(u.$t("Telephone UK:")) + " ", 1),
|
|
28777
28777
|
HR
|
|
28778
28778
|
]),
|
|
28779
28779
|
C("p", null, [
|
|
28780
|
-
|
|
28780
|
+
je(V(u.$t("Telephone USA:")) + " ", 1),
|
|
28781
28781
|
QR
|
|
28782
28782
|
]),
|
|
28783
28783
|
C("p", null, [
|
|
28784
|
-
|
|
28784
|
+
je(V(u.$t("Telephone Spain:")) + " ", 1),
|
|
28785
28785
|
WR
|
|
28786
28786
|
]),
|
|
28787
28787
|
C("p", null, [
|
|
28788
|
-
|
|
28788
|
+
je(V(u.$t("Telephone Mexico:")) + " ", 1),
|
|
28789
28789
|
KR
|
|
28790
28790
|
]),
|
|
28791
28791
|
C("p", null, [
|
|
28792
|
-
|
|
28792
|
+
je(V(u.$t("Telephone Italy:")) + " ", 1),
|
|
28793
28793
|
YR
|
|
28794
|
+
]),
|
|
28795
|
+
C("p", null, [
|
|
28796
|
+
je(V(u.$t("Other International:")) + " ", 1),
|
|
28797
|
+
JR
|
|
28794
28798
|
])
|
|
28795
28799
|
]),
|
|
28796
|
-
C("div",
|
|
28797
|
-
|
|
28798
|
-
C("p", null, [
|
|
28799
|
-
He(V(u.$t("Sales:")) + " ", 1),
|
|
28800
|
-
XR
|
|
28801
|
-
]),
|
|
28800
|
+
C("div", GR, [
|
|
28801
|
+
XR,
|
|
28802
28802
|
C("p", null, [
|
|
28803
|
-
|
|
28803
|
+
je(V(u.$t("Sales:")) + " ", 1),
|
|
28804
28804
|
ZR
|
|
28805
28805
|
]),
|
|
28806
28806
|
C("p", null, [
|
|
28807
|
-
|
|
28807
|
+
je(V(u.$t("Support:")) + " ", 1),
|
|
28808
28808
|
eA
|
|
28809
|
+
]),
|
|
28810
|
+
C("p", null, [
|
|
28811
|
+
je(V(u.$t("Interested in partnering with us? :")) + " ", 1),
|
|
28812
|
+
tA
|
|
28809
28813
|
])
|
|
28810
28814
|
]),
|
|
28811
|
-
C("div",
|
|
28812
|
-
|
|
28813
|
-
C("div",
|
|
28814
|
-
C("a",
|
|
28815
|
-
|
|
28815
|
+
C("div", nA, [
|
|
28816
|
+
rA,
|
|
28817
|
+
C("div", oA, [
|
|
28818
|
+
C("a", aA, [
|
|
28819
|
+
je(V(u.$t("Florinis 11, CITY FORUM, 1st floor, Office 102")), 1),
|
|
28820
|
+
iA,
|
|
28821
|
+
je(V(u.$t("Nicosia | 1065")), 1)
|
|
28822
|
+
])
|
|
28816
28823
|
])
|
|
28817
28824
|
])
|
|
28818
28825
|
])
|
|
@@ -28821,7 +28828,7 @@ const wR = { class: "contact-us-block" }, SR = { class: "top wide" }, kR = { cla
|
|
|
28821
28828
|
])
|
|
28822
28829
|
]));
|
|
28823
28830
|
}
|
|
28824
|
-
}),
|
|
28831
|
+
}), sA = Nt`
|
|
28825
28832
|
mutation addItemToBasket($data: CreateBasketInputItemInput!) {
|
|
28826
28833
|
addItemToBasket(input: { item: $data }) {
|
|
28827
28834
|
createBasketPayload {
|
|
@@ -28851,7 +28858,7 @@ const wR = { class: "contact-us-block" }, SR = { class: "top wide" }, kR = { cla
|
|
|
28851
28858
|
}
|
|
28852
28859
|
}
|
|
28853
28860
|
}
|
|
28854
|
-
`,
|
|
28861
|
+
`, uA = Nt`
|
|
28855
28862
|
mutation changeBasketItemQty($data: ChangeBasketItemQtyInput!) {
|
|
28856
28863
|
changeBasketItemQty(input: $data) {
|
|
28857
28864
|
createBasketPayload {
|
|
@@ -28881,7 +28888,7 @@ const wR = { class: "contact-us-block" }, SR = { class: "top wide" }, kR = { cla
|
|
|
28881
28888
|
}
|
|
28882
28889
|
}
|
|
28883
28890
|
}
|
|
28884
|
-
`,
|
|
28891
|
+
`, cA = Nt`
|
|
28885
28892
|
mutation removeItemFromBasket($data: RemoveItemFromBasketInput!) {
|
|
28886
28893
|
removeItemFromBasket(input: $data) {
|
|
28887
28894
|
createBasketPayload {
|
|
@@ -28911,7 +28918,7 @@ const wR = { class: "contact-us-block" }, SR = { class: "top wide" }, kR = { cla
|
|
|
28911
28918
|
}
|
|
28912
28919
|
}
|
|
28913
28920
|
}
|
|
28914
|
-
`,
|
|
28921
|
+
`, dA = Nt`
|
|
28915
28922
|
mutation saveVendorParameters($data: SaveVendorParametersInput!) {
|
|
28916
28923
|
saveVendorParameters(saveVendorParametersInput: $data) {
|
|
28917
28924
|
boolean
|
|
@@ -28920,7 +28927,7 @@ const wR = { class: "contact-us-block" }, SR = { class: "top wide" }, kR = { cla
|
|
|
28920
28927
|
}
|
|
28921
28928
|
}
|
|
28922
28929
|
}
|
|
28923
|
-
`,
|
|
28930
|
+
`, fA = Nt`
|
|
28924
28931
|
mutation placeSalesOrder($data: PlaceSalesOrderInput!) {
|
|
28925
28932
|
placeSalesOrder(createSalesOrderInput: $data) {
|
|
28926
28933
|
salesOrderId
|
|
@@ -28929,7 +28936,7 @@ const wR = { class: "contact-us-block" }, SR = { class: "top wide" }, kR = { cla
|
|
|
28929
28936
|
}
|
|
28930
28937
|
}
|
|
28931
28938
|
}
|
|
28932
|
-
`,
|
|
28939
|
+
`, pA = Nt`
|
|
28933
28940
|
mutation setBasketCustomer($data: SetBasketCustomerInput!) {
|
|
28934
28941
|
setBasketCustomer(input: $data) {
|
|
28935
28942
|
boolean
|
|
@@ -28938,7 +28945,7 @@ const wR = { class: "contact-us-block" }, SR = { class: "top wide" }, kR = { cla
|
|
|
28938
28945
|
}
|
|
28939
28946
|
}
|
|
28940
28947
|
}
|
|
28941
|
-
`,
|
|
28948
|
+
`, vA = Nt`
|
|
28942
28949
|
query {
|
|
28943
28950
|
currentBasket {
|
|
28944
28951
|
id
|
|
@@ -28968,11 +28975,11 @@ const wR = { class: "contact-us-block" }, SR = { class: "top wide" }, kR = { cla
|
|
|
28968
28975
|
}
|
|
28969
28976
|
}
|
|
28970
28977
|
`;
|
|
28971
|
-
class
|
|
28978
|
+
class mA {
|
|
28972
28979
|
async addItemToBasket(t) {
|
|
28973
28980
|
try {
|
|
28974
28981
|
return (await Yt.mutate({
|
|
28975
|
-
mutation:
|
|
28982
|
+
mutation: sA,
|
|
28976
28983
|
variables: { data: t }
|
|
28977
28984
|
})).data.addItemToBasket;
|
|
28978
28985
|
} catch (n) {
|
|
@@ -28982,7 +28989,7 @@ class pA {
|
|
|
28982
28989
|
async changeBasketItemQty(t) {
|
|
28983
28990
|
try {
|
|
28984
28991
|
return (await Yt.mutate({
|
|
28985
|
-
mutation:
|
|
28992
|
+
mutation: uA,
|
|
28986
28993
|
variables: { data: t }
|
|
28987
28994
|
})).data.changeBasketItemQty;
|
|
28988
28995
|
} catch (n) {
|
|
@@ -28992,7 +28999,7 @@ class pA {
|
|
|
28992
28999
|
async removeItemFromBasket(t) {
|
|
28993
29000
|
try {
|
|
28994
29001
|
return (await Yt.mutate({
|
|
28995
|
-
mutation:
|
|
29002
|
+
mutation: cA,
|
|
28996
29003
|
variables: { data: t }
|
|
28997
29004
|
})).data.removeItemFromBasket;
|
|
28998
29005
|
} catch (n) {
|
|
@@ -29002,7 +29009,7 @@ class pA {
|
|
|
29002
29009
|
async saveVendorParameters(t) {
|
|
29003
29010
|
try {
|
|
29004
29011
|
const r = (await Yt.mutate({
|
|
29005
|
-
mutation:
|
|
29012
|
+
mutation: dA,
|
|
29006
29013
|
variables: { data: t }
|
|
29007
29014
|
})).data.saveVendorParameters;
|
|
29008
29015
|
return r.errors ? r.errors.length == 0 : !0;
|
|
@@ -29012,14 +29019,14 @@ class pA {
|
|
|
29012
29019
|
}
|
|
29013
29020
|
async placeSalesOrder(t) {
|
|
29014
29021
|
return (await Yt.mutate({
|
|
29015
|
-
mutation:
|
|
29022
|
+
mutation: fA,
|
|
29016
29023
|
variables: { data: t }
|
|
29017
29024
|
})).data.placeSalesOrder;
|
|
29018
29025
|
}
|
|
29019
29026
|
async setBasketCustomer(t) {
|
|
29020
29027
|
try {
|
|
29021
29028
|
const r = (await Yt.mutate({
|
|
29022
|
-
mutation:
|
|
29029
|
+
mutation: pA,
|
|
29023
29030
|
variables: { data: t }
|
|
29024
29031
|
})).data.setBasketCustomer;
|
|
29025
29032
|
return r.errors ? r.errors.length == 0 : !0;
|
|
@@ -29030,14 +29037,14 @@ class pA {
|
|
|
29030
29037
|
async getCurrentBasket() {
|
|
29031
29038
|
try {
|
|
29032
29039
|
return (await Yt.query({
|
|
29033
|
-
query:
|
|
29040
|
+
query: vA
|
|
29034
29041
|
})).data.currentBasket;
|
|
29035
29042
|
} catch (t) {
|
|
29036
29043
|
throw t;
|
|
29037
29044
|
}
|
|
29038
29045
|
}
|
|
29039
29046
|
}
|
|
29040
|
-
const
|
|
29047
|
+
const hA = { class: "text-body q-mr-md" }, gA = { class: "text-body q-mr-md" }, yA = { class: "text-body q-mr-md" }, bA = { key: 0 }, _A = { class: "text-body q-mr-md" }, wA = { class: "text-body q-mr-md" }, SA = { class: "row" }, kA = { class: "col-2" }, CA = { class: "text-body q-mr-md" }, xA = { class: "row" }, EA = { class: "col-2" }, TA = { class: "text-body q-mr-md" }, OA = { key: 0 }, yy = /* @__PURE__ */ at({
|
|
29041
29048
|
__name: "BasketItemsTable",
|
|
29042
29049
|
props: {
|
|
29043
29050
|
basket: {},
|
|
@@ -29049,7 +29056,7 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29049
29056
|
},
|
|
29050
29057
|
emits: ["onBasketItemRemoved", "onBasketChanged"],
|
|
29051
29058
|
setup(e, { expose: t, emit: n }) {
|
|
29052
|
-
const r = e, o = n, a = N(), i = N(!1), l = nr(), { t: u } = un(), c = new
|
|
29059
|
+
const r = e, o = n, a = N(), i = N(!1), l = nr(), { t: u } = un(), c = new mA(), s = N([]), f = [
|
|
29053
29060
|
{ align: "left", sortable: !1, name: "rowNumber", label: u("Row"), field: "rowNumber" },
|
|
29054
29061
|
{ align: "left", sortable: !1, name: "externalSystemType", label: u("Provider"), field: "externalSystemType" },
|
|
29055
29062
|
{ align: "left", sortable: !1, name: "name", label: u("Name"), field: "name" },
|
|
@@ -29150,7 +29157,7 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29150
29157
|
}
|
|
29151
29158
|
return ot(() => {
|
|
29152
29159
|
s.value = d.value.map((h) => h.name), r.disable && s.value.splice(s.value.indexOf("delete"), 1);
|
|
29153
|
-
}), t({ refreshData: v }), (h, y) => (W(),
|
|
29160
|
+
}), t({ refreshData: v }), (h, y) => (W(), He(q(Mn), {
|
|
29154
29161
|
flat: "",
|
|
29155
29162
|
bordered: "",
|
|
29156
29163
|
rows: a.value,
|
|
@@ -29167,25 +29174,25 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29167
29174
|
default: H(() => [
|
|
29168
29175
|
A(q(Ne), { key: "rowNumber" }, {
|
|
29169
29176
|
default: H(() => [
|
|
29170
|
-
C("span",
|
|
29177
|
+
C("span", hA, V(k.row.product.rowNumber), 1)
|
|
29171
29178
|
]),
|
|
29172
29179
|
_: 2
|
|
29173
29180
|
}, 1024),
|
|
29174
29181
|
A(q(Ne), { key: "externalSystemType" }, {
|
|
29175
29182
|
default: H(() => [
|
|
29176
|
-
C("span",
|
|
29183
|
+
C("span", gA, V(k.row.product.externalSystemType), 1)
|
|
29177
29184
|
]),
|
|
29178
29185
|
_: 2
|
|
29179
29186
|
}, 1024),
|
|
29180
29187
|
A(q(Ne), { key: "name" }, {
|
|
29181
29188
|
default: H(() => [
|
|
29182
|
-
C("span",
|
|
29189
|
+
C("span", yA, V(k.row.product.name), 1)
|
|
29183
29190
|
]),
|
|
29184
29191
|
_: 2
|
|
29185
29192
|
}, 1024),
|
|
29186
29193
|
A(q(Ne), { key: "quantity" }, {
|
|
29187
29194
|
default: H(() => [
|
|
29188
|
-
r.disable ? (W(), ue("span",
|
|
29195
|
+
r.disable ? (W(), ue("span", bA, V(k.row.product.quantity), 1)) : (W(), He(q(Pt), {
|
|
29189
29196
|
key: 1,
|
|
29190
29197
|
modelValue: k.row.product.quantity,
|
|
29191
29198
|
"onUpdate:modelValue": [(E) => k.row.product.quantity = E, (E) => g(k.row)],
|
|
@@ -29200,7 +29207,7 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29200
29207
|
}, 1024),
|
|
29201
29208
|
xe(A(q(Ne), { key: "cost" }, {
|
|
29202
29209
|
default: H(() => [
|
|
29203
|
-
C("span",
|
|
29210
|
+
C("span", _A, V(h.$formatCurrency(k.row.product.price, r.basket?.currency)), 1)
|
|
29204
29211
|
]),
|
|
29205
29212
|
_: 2
|
|
29206
29213
|
}, 1536), [
|
|
@@ -29208,15 +29215,15 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29208
29215
|
]),
|
|
29209
29216
|
A(q(Ne), { key: "price" }, {
|
|
29210
29217
|
default: H(() => [
|
|
29211
|
-
C("span",
|
|
29218
|
+
C("span", wA, V(k.row.product.msrp ? h.$formatCurrency(k.row.product.msrp, r.basket?.currency) : h.$t("n/a")), 1)
|
|
29212
29219
|
]),
|
|
29213
29220
|
_: 2
|
|
29214
29221
|
}, 1024),
|
|
29215
29222
|
xe(A(q(Ne), { key: "totalCost" }, {
|
|
29216
29223
|
default: H(() => [
|
|
29217
|
-
C("div",
|
|
29218
|
-
C("div",
|
|
29219
|
-
C("span",
|
|
29224
|
+
C("div", SA, [
|
|
29225
|
+
C("div", kA, [
|
|
29226
|
+
C("span", CA, V(k.row.product.totalCost ? h.$formatCurrency(k.row.product.totalCost, r.basket?.currency) : h.$t("n/a")), 1)
|
|
29220
29227
|
])
|
|
29221
29228
|
])
|
|
29222
29229
|
]),
|
|
@@ -29226,9 +29233,9 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29226
29233
|
]),
|
|
29227
29234
|
A(q(Ne), { key: "totalPrice" }, {
|
|
29228
29235
|
default: H(() => [
|
|
29229
|
-
C("div",
|
|
29230
|
-
C("div",
|
|
29231
|
-
C("span",
|
|
29236
|
+
C("div", xA, [
|
|
29237
|
+
C("div", EA, [
|
|
29238
|
+
C("span", TA, V(k.row.product.totalPrice ? h.$formatCurrency(k.row.product.totalPrice, r.basket?.currency) : h.$t("n/a")), 1)
|
|
29232
29239
|
])
|
|
29233
29240
|
])
|
|
29234
29241
|
]),
|
|
@@ -29269,7 +29276,7 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29269
29276
|
]),
|
|
29270
29277
|
_: 2
|
|
29271
29278
|
}, 1024),
|
|
29272
|
-
s.value.indexOf("delete") > -1 ? (W(),
|
|
29279
|
+
s.value.indexOf("delete") > -1 ? (W(), He(q(Ne), { key: "delete" }, {
|
|
29273
29280
|
default: H(() => [
|
|
29274
29281
|
A(q(Fe), {
|
|
29275
29282
|
size: "sm",
|
|
@@ -29286,25 +29293,25 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29286
29293
|
]),
|
|
29287
29294
|
_: 2
|
|
29288
29295
|
}, 1032, ["props"]),
|
|
29289
|
-
(W(!0), ue(rt, null, jt(k.row.addOns, (E) => xe((W(),
|
|
29296
|
+
(W(!0), ue(rt, null, jt(k.row.addOns, (E) => xe((W(), He(q(er), {
|
|
29290
29297
|
key: E.name
|
|
29291
29298
|
}, {
|
|
29292
29299
|
default: H(() => [
|
|
29293
29300
|
A(q(Ne), { colspan: "2" }, {
|
|
29294
29301
|
default: H(() => [
|
|
29295
|
-
|
|
29302
|
+
je(V(h.$t("Add-On")), 1)
|
|
29296
29303
|
]),
|
|
29297
29304
|
_: 1
|
|
29298
29305
|
}),
|
|
29299
29306
|
A(q(Ne), null, {
|
|
29300
29307
|
default: H(() => [
|
|
29301
|
-
|
|
29308
|
+
je(V(E.name), 1)
|
|
29302
29309
|
]),
|
|
29303
29310
|
_: 2
|
|
29304
29311
|
}, 1024),
|
|
29305
29312
|
A(q(Ne), { style: { width: "120px" } }, {
|
|
29306
29313
|
default: H(() => [
|
|
29307
|
-
r.disable ? (W(), ue("span",
|
|
29314
|
+
r.disable ? (W(), ue("span", OA, V(E.quantity), 1)) : (W(), He(q(Pt), {
|
|
29308
29315
|
key: 1,
|
|
29309
29316
|
modelValue: E.quantity,
|
|
29310
29317
|
"onUpdate:modelValue": [(x) => E.quantity = x, (x) => w(k.row, E)],
|
|
@@ -29319,7 +29326,7 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29319
29326
|
}, 1024),
|
|
29320
29327
|
xe(A(q(Ne), null, {
|
|
29321
29328
|
default: H(() => [
|
|
29322
|
-
|
|
29329
|
+
je(V(h.$formatCurrency(E.price, r.basket?.currency)), 1)
|
|
29323
29330
|
]),
|
|
29324
29331
|
_: 2
|
|
29325
29332
|
}, 1536), [
|
|
@@ -29327,13 +29334,13 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29327
29334
|
]),
|
|
29328
29335
|
A(q(Ne), null, {
|
|
29329
29336
|
default: H(() => [
|
|
29330
|
-
|
|
29337
|
+
je(V(E.msrp ? h.$formatCurrency(E.msrp, r.basket?.currency) : h.$t("n/a")), 1)
|
|
29331
29338
|
]),
|
|
29332
29339
|
_: 2
|
|
29333
29340
|
}, 1024),
|
|
29334
29341
|
xe(A(q(Ne), null, {
|
|
29335
29342
|
default: H(() => [
|
|
29336
|
-
|
|
29343
|
+
je(V(h.$formatCurrency(E.totalCost, r.basket?.currency)), 1)
|
|
29337
29344
|
]),
|
|
29338
29345
|
_: 2
|
|
29339
29346
|
}, 1536), [
|
|
@@ -29341,7 +29348,7 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29341
29348
|
]),
|
|
29342
29349
|
A(q(Ne), null, {
|
|
29343
29350
|
default: H(() => [
|
|
29344
|
-
|
|
29351
|
+
je(V(h.$formatCurrency(E.totalPrice, r.basket?.currency)), 1)
|
|
29345
29352
|
]),
|
|
29346
29353
|
_: 2
|
|
29347
29354
|
}, 1024),
|
|
@@ -29375,7 +29382,7 @@ const vA = { class: "text-body q-mr-md" }, mA = { class: "text-body q-mr-md" },
|
|
|
29375
29382
|
}, 8, ["rows", "columns", "rows-per-page-options", "loading", "visible-columns"]));
|
|
29376
29383
|
}
|
|
29377
29384
|
});
|
|
29378
|
-
const
|
|
29385
|
+
const IA = { class: "flex justify-between" }, qA = { class: "customer-top" }, PA = { class: "text-h6 primary-color customer-name" }, $A = { class: "text-weight-medium" }, NA = /* @__PURE__ */ at({
|
|
29379
29386
|
__name: "CustomerDetailsSection",
|
|
29380
29387
|
props: {
|
|
29381
29388
|
isDataLoading: { type: Boolean },
|
|
@@ -29393,10 +29400,10 @@ const TA = { class: "flex justify-between" }, OA = { class: "customer-top" }, IA
|
|
|
29393
29400
|
}, null, 512), [
|
|
29394
29401
|
[Ie, n.isDataLoading]
|
|
29395
29402
|
]),
|
|
29396
|
-
C("div",
|
|
29403
|
+
C("div", IA, [
|
|
29397
29404
|
xe(C("div", null, [
|
|
29398
|
-
C("div",
|
|
29399
|
-
C("span",
|
|
29405
|
+
C("div", qA, [
|
|
29406
|
+
C("span", PA, V(`${n.customerDetails?.companyName}`), 1),
|
|
29400
29407
|
xe(C("span", { class: "customer-id" }, V(`[${n.customerDetails?.providerCustomerId}]`), 513), [
|
|
29401
29408
|
[Ie, !t.value]
|
|
29402
29409
|
])
|
|
@@ -29405,7 +29412,7 @@ const TA = { class: "flex justify-between" }, OA = { class: "customer-top" }, IA
|
|
|
29405
29412
|
[Ie, !n.isDataLoading && n.customerDetails]
|
|
29406
29413
|
]),
|
|
29407
29414
|
C("div", null, [
|
|
29408
|
-
C("div",
|
|
29415
|
+
C("div", $A, V(r.$t("Address")), 1),
|
|
29409
29416
|
C("div", null, V(n.customerDetails?.addressLine1), 1),
|
|
29410
29417
|
C("div", null, V(n.customerDetails?.addressLine2), 1),
|
|
29411
29418
|
C("div", null, V(n.customerDetails?.postcode), 1),
|
|
@@ -29545,7 +29552,7 @@ class by {
|
|
|
29545
29552
|
}
|
|
29546
29553
|
}
|
|
29547
29554
|
}
|
|
29548
|
-
const
|
|
29555
|
+
const RA = { class: "text-h5 q-ma-md" }, AA = { class: "flex justify-between" }, LA = { class: "col-4 text-h6 primary-color" }, DA = { class: "row" }, MA = { class: "col-4" }, FA = { class: "specs" }, VA = { key: 0 }, BA = { key: 1 }, UA = { class: "col-4" }, jA = { class: "specs" }, zA = { class: "col-4" }, HA = { class: "text-h6 primary-color" }, QA = { class: "text-right" }, WA = /* @__PURE__ */ at({
|
|
29549
29556
|
__name: "QuoteDetails",
|
|
29550
29557
|
props: {
|
|
29551
29558
|
rowsPerPageOptions: {},
|
|
@@ -29632,7 +29639,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29632
29639
|
r.value ? (f.value = O.indexOf(r.value.status) === -1, d.value = I.indexOf(r.value.status) === -1, v.value = T.indexOf(r.value.status) === -1) : (f.value = !1, d.value = !1, v.value = !1);
|
|
29633
29640
|
}
|
|
29634
29641
|
return t({ getBasketDetails: S }), (O, I) => (W(), ue(rt, null, [
|
|
29635
|
-
C("div",
|
|
29642
|
+
C("div", RA, V(O.$t("Quote details")), 1),
|
|
29636
29643
|
xe(A(q(fi), {
|
|
29637
29644
|
height: "200px",
|
|
29638
29645
|
square: ""
|
|
@@ -29644,8 +29651,8 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29644
29651
|
default: H(() => [
|
|
29645
29652
|
A(q(bt), null, {
|
|
29646
29653
|
default: H(() => [
|
|
29647
|
-
C("div",
|
|
29648
|
-
C("div",
|
|
29654
|
+
C("div", AA, [
|
|
29655
|
+
C("div", LA, V(`${O.$t("Quote Id")}: ${r.value?.id}`), 1),
|
|
29649
29656
|
A(q(ka), { align: "right" }, {
|
|
29650
29657
|
default: H(() => [
|
|
29651
29658
|
A(q(Fe), {
|
|
@@ -29670,18 +29677,18 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29670
29677
|
_: 1
|
|
29671
29678
|
})
|
|
29672
29679
|
]),
|
|
29673
|
-
C("div",
|
|
29674
|
-
C("div",
|
|
29675
|
-
C("table",
|
|
29680
|
+
C("div", DA, [
|
|
29681
|
+
C("div", MA, [
|
|
29682
|
+
C("table", FA, [
|
|
29676
29683
|
C("tr", null, [
|
|
29677
29684
|
C("td", null, V(O.$t("Customer")), 1),
|
|
29678
29685
|
C("td", null, V(r.value?.customerName), 1)
|
|
29679
29686
|
]),
|
|
29680
|
-
r.value?.providerCustomerIds && r.value?.providerCustomerIds.length > 0 ? (W(), ue("tr",
|
|
29687
|
+
r.value?.providerCustomerIds && r.value?.providerCustomerIds.length > 0 ? (W(), ue("tr", VA, [
|
|
29681
29688
|
C("td", null, V(O.$t("Provider")), 1),
|
|
29682
29689
|
C("td", null, V(O.$t(r.value?.providerCustomerIds[0].externalSystemType)), 1)
|
|
29683
29690
|
])) : Be("", !0),
|
|
29684
|
-
r.value?.providerCustomerIds && r.value?.providerCustomerIds.length > 0 ? (W(), ue("tr",
|
|
29691
|
+
r.value?.providerCustomerIds && r.value?.providerCustomerIds.length > 0 ? (W(), ue("tr", BA, [
|
|
29685
29692
|
C("td", null, V(O.$t("Provider Customer Id")), 1),
|
|
29686
29693
|
C("td", null, V(O.$t(r.value?.providerCustomerIds[0].providerCustomerId)), 1)
|
|
29687
29694
|
])) : Be("", !0),
|
|
@@ -29691,8 +29698,8 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29691
29698
|
])
|
|
29692
29699
|
])
|
|
29693
29700
|
]),
|
|
29694
|
-
C("div",
|
|
29695
|
-
C("table",
|
|
29701
|
+
C("div", UA, [
|
|
29702
|
+
C("table", jA, [
|
|
29696
29703
|
C("tr", null, [
|
|
29697
29704
|
C("td", null, V(O.$t("Admin Contact")), 1)
|
|
29698
29705
|
]),
|
|
@@ -29711,7 +29718,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29711
29718
|
])
|
|
29712
29719
|
])
|
|
29713
29720
|
]),
|
|
29714
|
-
C("div",
|
|
29721
|
+
C("div", zA, [
|
|
29715
29722
|
A(q(Mn), {
|
|
29716
29723
|
title: O.$t("History"),
|
|
29717
29724
|
rows: r.value?.basketStatusHistoriesPayload,
|
|
@@ -29725,7 +29732,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29725
29732
|
}),
|
|
29726
29733
|
A(q(bt), null, {
|
|
29727
29734
|
default: H(() => [
|
|
29728
|
-
C("div",
|
|
29735
|
+
C("div", HA, V(O.$t("Items")), 1),
|
|
29729
29736
|
A(yy, {
|
|
29730
29737
|
ref_key: "basketItemsTableVue",
|
|
29731
29738
|
ref: m,
|
|
@@ -29742,7 +29749,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29742
29749
|
A(q(bt), { align: "right" }, {
|
|
29743
29750
|
default: H(() => [
|
|
29744
29751
|
C("table", null, [
|
|
29745
|
-
C("tr",
|
|
29752
|
+
C("tr", QA, [
|
|
29746
29753
|
C("td", null, V(O.$t("Total price")), 1),
|
|
29747
29754
|
C("td", null, V(O.$formatCurrency(r.value?.totalPrice, r.value?.currency)), 1)
|
|
29748
29755
|
])
|
|
@@ -29781,10 +29788,10 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29781
29788
|
])
|
|
29782
29789
|
], 64));
|
|
29783
29790
|
}
|
|
29784
|
-
}),
|
|
29791
|
+
}), KA = {
|
|
29785
29792
|
key: 0,
|
|
29786
29793
|
class: "text-h6 q-mt-md"
|
|
29787
|
-
},
|
|
29794
|
+
}, YA = { class: "row justify-between" }, JA = { class: "col-10 big" }, GA = { class: "row justify-between" }, XA = { class: "col-2" }, ZA = { class: "col-2" }, eL = { class: "col-2" }, tL = { class: "col-6" }, nL = { class: "row" }, rL = { class: "col-6 div-5" }, oL = { class: "col-6" }, aL = { class: "col-2 q-pl-sm text-center small" }, iL = { class: "q-my-md" }, lL = { class: "text-h6" }, sL = { class: "negative full-width" }, uL = { class: "text-body q-mr-md" }, cL = { class: "text-body q-mr-md" }, dL = { class: "text-body q-mr-md" }, fL = { class: "text-body q-mr-md" }, pL = { class: "text-body q-mr-md" }, vL = { class: "text-body q-mr-md" }, mL = /* @__PURE__ */ at({
|
|
29788
29795
|
__name: "QuoteIndex",
|
|
29789
29796
|
props: {
|
|
29790
29797
|
rowsPerPageOptions: {},
|
|
@@ -29878,11 +29885,11 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29878
29885
|
v.value.dateRange || (v.value.dateRange = { from: "", to: "" });
|
|
29879
29886
|
}
|
|
29880
29887
|
return t({ onSearchClick: m }), (h, y) => (W(), ue("div", null, [
|
|
29881
|
-
f.pageTitle ? (W(), ue("span",
|
|
29882
|
-
xe(C("div",
|
|
29883
|
-
C("div",
|
|
29884
|
-
C("div",
|
|
29885
|
-
C("div",
|
|
29888
|
+
f.pageTitle ? (W(), ue("span", KA, V(f.pageTitle), 1)) : Be("", !0),
|
|
29889
|
+
xe(C("div", YA, [
|
|
29890
|
+
C("div", JA, [
|
|
29891
|
+
C("div", GA, [
|
|
29892
|
+
C("div", XA, [
|
|
29886
29893
|
A(q(Pt), {
|
|
29887
29894
|
class: "q-ml-sm",
|
|
29888
29895
|
outlined: "",
|
|
@@ -29896,7 +29903,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29896
29903
|
clearable: ""
|
|
29897
29904
|
}, null, 8, ["modelValue", "label", "onKeyup"])
|
|
29898
29905
|
]),
|
|
29899
|
-
C("div",
|
|
29906
|
+
C("div", ZA, [
|
|
29900
29907
|
A(q(Pt), {
|
|
29901
29908
|
outlined: "",
|
|
29902
29909
|
rounded: "",
|
|
@@ -29909,7 +29916,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29909
29916
|
clearable: ""
|
|
29910
29917
|
}, null, 8, ["modelValue", "label", "onKeyup"])
|
|
29911
29918
|
]),
|
|
29912
|
-
C("div",
|
|
29919
|
+
C("div", eL, [
|
|
29913
29920
|
A(q(Kn), {
|
|
29914
29921
|
outlined: "",
|
|
29915
29922
|
rounded: "",
|
|
@@ -29926,9 +29933,9 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29926
29933
|
clearable: ""
|
|
29927
29934
|
}, null, 8, ["modelValue", "options", "label"])
|
|
29928
29935
|
]),
|
|
29929
|
-
C("div",
|
|
29930
|
-
C("div",
|
|
29931
|
-
C("div",
|
|
29936
|
+
C("div", tL, [
|
|
29937
|
+
C("div", nL, [
|
|
29938
|
+
C("div", rL, [
|
|
29932
29939
|
A(q(Pt), {
|
|
29933
29940
|
class: "q-ml-sm",
|
|
29934
29941
|
rounded: "",
|
|
@@ -29971,7 +29978,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
29971
29978
|
_: 1
|
|
29972
29979
|
}, 8, ["label", "modelValue"])
|
|
29973
29980
|
]),
|
|
29974
|
-
C("div",
|
|
29981
|
+
C("div", oL, [
|
|
29975
29982
|
A(q(Pt), {
|
|
29976
29983
|
"hide-bottom-space": "",
|
|
29977
29984
|
rounded: "",
|
|
@@ -30018,7 +30025,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
30018
30025
|
])
|
|
30019
30026
|
])
|
|
30020
30027
|
]),
|
|
30021
|
-
C("div",
|
|
30028
|
+
C("div", aL, [
|
|
30022
30029
|
A(q(Fe), {
|
|
30023
30030
|
rounded: "",
|
|
30024
30031
|
color: "primary",
|
|
@@ -30030,10 +30037,10 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
30030
30037
|
], 512), [
|
|
30031
30038
|
[Ie, f.exibitionMode === q(ln).ResellerInfo]
|
|
30032
30039
|
]),
|
|
30033
|
-
C("div",
|
|
30034
|
-
C("span",
|
|
30040
|
+
C("div", iL, [
|
|
30041
|
+
C("span", lL, V(h.$t("Quotes")), 1)
|
|
30035
30042
|
]),
|
|
30036
|
-
xe(C("div",
|
|
30043
|
+
xe(C("div", sL, [
|
|
30037
30044
|
C("span", null, V(h.$t("Error fetching quotes")), 1)
|
|
30038
30045
|
], 512), [
|
|
30039
30046
|
[Ie, u.value]
|
|
@@ -30058,7 +30065,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
30058
30065
|
onClick: (E) => g(E, k.row.basketId)
|
|
30059
30066
|
}, {
|
|
30060
30067
|
default: H(() => [
|
|
30061
|
-
C("span",
|
|
30068
|
+
C("span", uL, V(k.row.basketId), 1)
|
|
30062
30069
|
]),
|
|
30063
30070
|
_: 2
|
|
30064
30071
|
}, 1032, ["onClick"]),
|
|
@@ -30067,7 +30074,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
30067
30074
|
onClick: (E) => g(E, k.row.basketId)
|
|
30068
30075
|
}, {
|
|
30069
30076
|
default: H(() => [
|
|
30070
|
-
C("span",
|
|
30077
|
+
C("span", cL, V(k.row.companyName ?? h.$t("Not set")), 1)
|
|
30071
30078
|
]),
|
|
30072
30079
|
_: 2
|
|
30073
30080
|
}, 1032, ["onClick"]),
|
|
@@ -30076,7 +30083,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
30076
30083
|
onClick: (E) => g(E, k.row.basketId)
|
|
30077
30084
|
}, {
|
|
30078
30085
|
default: H(() => [
|
|
30079
|
-
C("span",
|
|
30086
|
+
C("span", dL, V(h.$t(k.row.status)), 1)
|
|
30080
30087
|
]),
|
|
30081
30088
|
_: 2
|
|
30082
30089
|
}, 1032, ["onClick"]),
|
|
@@ -30085,7 +30092,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
30085
30092
|
onClick: (E) => g(E, k.row.basketId)
|
|
30086
30093
|
}, {
|
|
30087
30094
|
default: H(() => [
|
|
30088
|
-
C("span",
|
|
30095
|
+
C("span", fL, V(k.row.productsCount), 1)
|
|
30089
30096
|
]),
|
|
30090
30097
|
_: 2
|
|
30091
30098
|
}, 1032, ["onClick"]),
|
|
@@ -30094,7 +30101,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
30094
30101
|
onClick: (E) => g(E, k.row.basketId)
|
|
30095
30102
|
}, {
|
|
30096
30103
|
default: H(() => [
|
|
30097
|
-
C("span",
|
|
30104
|
+
C("span", pL, V(h.$formatCurrency(k.row.totalPrice, k.row.currency)), 1)
|
|
30098
30105
|
]),
|
|
30099
30106
|
_: 2
|
|
30100
30107
|
}, 1032, ["onClick"]),
|
|
@@ -30103,7 +30110,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
30103
30110
|
onClick: (E) => g(E, k.row.basketId)
|
|
30104
30111
|
}, {
|
|
30105
30112
|
default: H(() => [
|
|
30106
|
-
C("span",
|
|
30113
|
+
C("span", vL, V(h.$formatDateTime(k.row.dateCreated)), 1)
|
|
30107
30114
|
]),
|
|
30108
30115
|
_: 2
|
|
30109
30116
|
}, 1032, ["onClick"]),
|
|
@@ -30129,7 +30136,7 @@ const $A = { class: "text-h5 q-ma-md" }, NA = { class: "flex justify-between" },
|
|
|
30129
30136
|
}
|
|
30130
30137
|
});
|
|
30131
30138
|
var _y = /* @__PURE__ */ ((e) => (e[e.ValidationError = 1] = "ValidationError", e))(_y || {});
|
|
30132
|
-
const
|
|
30139
|
+
const hL = { key: 0 }, gL = { key: 1 }, yL = { class: "text-h6" }, bL = { class: "text-subtitle2" }, _L = { class: "row" }, wL = { class: "col-6" }, SL = { class: "col-6" }, kL = { class: "q-mx-sm" }, CL = { key: 2 }, xL = { class: "text-h6" }, EL = /* @__PURE__ */ at({
|
|
30133
30140
|
__name: "OrderParametersInput",
|
|
30134
30141
|
props: {
|
|
30135
30142
|
basketId: {}
|
|
@@ -30180,14 +30187,14 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
30180
30187
|
l.value = await s(d);
|
|
30181
30188
|
}), ot(async () => {
|
|
30182
30189
|
o.basketId && (l.value = await s(o.basketId));
|
|
30183
|
-
}), (d, v) => a.value ? (W(), ue("div",
|
|
30190
|
+
}), (d, v) => a.value ? (W(), ue("div", hL, [
|
|
30184
30191
|
A(q(b1), {
|
|
30185
30192
|
color: "primary",
|
|
30186
30193
|
size: "3rem",
|
|
30187
30194
|
thickness: 5
|
|
30188
30195
|
})
|
|
30189
|
-
])) : l.value != null && l.value.length > 0 ? (W(), ue("div",
|
|
30190
|
-
(W(!0), ue(rt, null, jt(l.value, (m) => (W(),
|
|
30196
|
+
])) : l.value != null && l.value.length > 0 ? (W(), ue("div", gL, [
|
|
30197
|
+
(W(!0), ue(rt, null, jt(l.value, (m) => (W(), He(q(rn), {
|
|
30191
30198
|
key: m.vendor
|
|
30192
30199
|
}, {
|
|
30193
30200
|
default: H(() => [
|
|
@@ -30199,8 +30206,8 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
30199
30206
|
default: H(() => [
|
|
30200
30207
|
A(q(bt), null, {
|
|
30201
30208
|
default: H(() => [
|
|
30202
|
-
C("div",
|
|
30203
|
-
C("div",
|
|
30209
|
+
C("div", yL, V(m.vendor), 1),
|
|
30210
|
+
C("div", bL, V(d.$t("Please provide the required parameters")), 1)
|
|
30204
30211
|
]),
|
|
30205
30212
|
_: 2
|
|
30206
30213
|
}, 1024),
|
|
@@ -30209,8 +30216,8 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
30209
30216
|
(W(!0), ue(rt, null, jt(m.parameters.filter((w) => !w.isHidden), (w) => (W(), ue("div", {
|
|
30210
30217
|
key: w.key
|
|
30211
30218
|
}, [
|
|
30212
|
-
C("div",
|
|
30213
|
-
C("div",
|
|
30219
|
+
C("div", _L, [
|
|
30220
|
+
C("div", wL, [
|
|
30214
30221
|
A(q(rn), { flat: "" }, {
|
|
30215
30222
|
default: H(() => [
|
|
30216
30223
|
A(q(Eh), {
|
|
@@ -30222,7 +30229,7 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
30222
30229
|
default: H(() => [
|
|
30223
30230
|
A(q(bt), null, {
|
|
30224
30231
|
default: H(() => [
|
|
30225
|
-
|
|
30232
|
+
je(V(w.description ? d.$t(w.description) : d.$t("No desciption available")), 1)
|
|
30226
30233
|
]),
|
|
30227
30234
|
_: 2
|
|
30228
30235
|
}, 1024)
|
|
@@ -30233,9 +30240,9 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
30233
30240
|
_: 2
|
|
30234
30241
|
}, 1024)
|
|
30235
30242
|
]),
|
|
30236
|
-
C("div",
|
|
30237
|
-
C("div",
|
|
30238
|
-
w.possibleValues ? (W(),
|
|
30243
|
+
C("div", SL, [
|
|
30244
|
+
C("div", kL, [
|
|
30245
|
+
w.possibleValues ? (W(), He(q(Kn), {
|
|
30239
30246
|
key: 0,
|
|
30240
30247
|
modelValue: w.value,
|
|
30241
30248
|
"onUpdate:modelValue": (_) => w.value = _,
|
|
@@ -30243,7 +30250,7 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
30243
30250
|
outlined: "",
|
|
30244
30251
|
dense: "",
|
|
30245
30252
|
rules: [(_) => w.required == !1 || !!_ || "This field is required"]
|
|
30246
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "options", "rules"])) : (W(),
|
|
30253
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "options", "rules"])) : (W(), He(q(Pt), {
|
|
30247
30254
|
key: 1,
|
|
30248
30255
|
modelValue: w.value,
|
|
30249
30256
|
"onUpdate:modelValue": (_) => w.value = _,
|
|
@@ -30281,12 +30288,12 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
30281
30288
|
]),
|
|
30282
30289
|
_: 2
|
|
30283
30290
|
}, 1024))), 128))
|
|
30284
|
-
])) : (W(), ue("div",
|
|
30291
|
+
])) : (W(), ue("div", CL, [
|
|
30285
30292
|
A(q(rn), null, {
|
|
30286
30293
|
default: H(() => [
|
|
30287
30294
|
A(q(bt), null, {
|
|
30288
30295
|
default: H(() => [
|
|
30289
|
-
C("div",
|
|
30296
|
+
C("div", xL, V(d.$t("NoConfigurationRequired")), 1)
|
|
30290
30297
|
]),
|
|
30291
30298
|
_: 1
|
|
30292
30299
|
}),
|
|
@@ -30309,9 +30316,9 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
30309
30316
|
})
|
|
30310
30317
|
]));
|
|
30311
30318
|
}
|
|
30312
|
-
}),
|
|
30319
|
+
}), RL = {
|
|
30313
30320
|
install: (e) => {
|
|
30314
|
-
console.log("Installed sinch-vue-components"), e.component("SearchIndexPageCe", ax), e.component("SearchByBrandAndCategory", Ex), e.component("LanguageMenuSelector", Ix), e.component("UserMenu", QE), e.component("MarketSearchIndex", mT), e.component("MarketPlaceSearchInput", jc), e.component("MarketPlaceItem", tg), e.component("SinchFilterBox", $i), e.component("MarketplaceIndex", YT), e.component("MarketPlaceSearch", BO), e.component("ProductCard", Ll), e.component("CategoryDetails", eI), e.component("ProductDetails", wN), e.component("CustomerOrdersFromProviderVue", uy), e.component("OrderDetailsVue", UN), e.component("OrderDetailsFromProviderVue", WN), e.component("OrderSearchVue", l2), e.component("SubscriptionDetailsVue", V2), e.component("SubscriptionIndexVue", fR), e.component("SubscriptionOrderDetailsVue", gR), e.component("SubscriptionOderHistoryDialogVue", vy), e.component("SubscriptionOrderHistoriesVue", py), e.component("SubscriptionOrderHistoriesLastEntryVue", fy), e.component("SubscriptionOrdersListVue", yR), e.component("SubscriptionsTableFiltersVue", hy), e.component("SubscriptionsTableVue", gy), e.component("ContactUsVue",
|
|
30321
|
+
console.log("Installed sinch-vue-components"), e.component("SearchIndexPageCe", ax), e.component("SearchByBrandAndCategory", Ex), e.component("LanguageMenuSelector", Ix), e.component("UserMenu", QE), e.component("MarketSearchIndex", mT), e.component("MarketPlaceSearchInput", jc), e.component("MarketPlaceItem", tg), e.component("SinchFilterBox", $i), e.component("MarketplaceIndex", YT), e.component("MarketPlaceSearch", BO), e.component("ProductCard", Ll), e.component("CategoryDetails", eI), e.component("ProductDetails", wN), e.component("CustomerOrdersFromProviderVue", uy), e.component("OrderDetailsVue", UN), e.component("OrderDetailsFromProviderVue", WN), e.component("OrderSearchVue", l2), e.component("SubscriptionDetailsVue", V2), e.component("SubscriptionIndexVue", fR), e.component("SubscriptionOrderDetailsVue", gR), e.component("SubscriptionOderHistoryDialogVue", vy), e.component("SubscriptionOrderHistoriesVue", py), e.component("SubscriptionOrderHistoriesLastEntryVue", fy), e.component("SubscriptionOrdersListVue", yR), e.component("SubscriptionsTableFiltersVue", hy), e.component("SubscriptionsTableVue", gy), e.component("ContactUsVue", lA), e.component("BasketItemsTableVue", yy), e.component("CustomerDetailsSectionVue", NA), e.component("QuoteDetailsVue", WA), e.component("QuoteIndexVue", mL), e.component("RouterLinkWrapper", cr), e.component("OrderParametersInput", EL), e.component("ProvidersCatalogue", rg);
|
|
30315
30322
|
}
|
|
30316
30323
|
};
|
|
30317
30324
|
window.sinch || (window.sinch = {});
|
|
@@ -30326,12 +30333,12 @@ window.sinch.goToLoginPage = () => {
|
|
|
30326
30333
|
window.location.hash = "", window.location.href = e;
|
|
30327
30334
|
};
|
|
30328
30335
|
export {
|
|
30329
|
-
|
|
30336
|
+
mA as BasketDataClient,
|
|
30330
30337
|
yy as BasketItemsTableVue,
|
|
30331
30338
|
AT as CategoriesCatalogueV2,
|
|
30332
30339
|
eI as CategoryDetails,
|
|
30333
|
-
|
|
30334
|
-
|
|
30340
|
+
lA as ContactUsVue,
|
|
30341
|
+
NA as CustomerDetailsSectionVue,
|
|
30335
30342
|
uy as CustomerOrdersFromProviderVue,
|
|
30336
30343
|
ln as ExibitionModeEnum,
|
|
30337
30344
|
my as GetRenewalColour,
|
|
@@ -30343,19 +30350,19 @@ export {
|
|
|
30343
30350
|
YT as MarketplaceIndex,
|
|
30344
30351
|
WN as OrderDetailsFromProviderVue,
|
|
30345
30352
|
UN as OrderDetailsVue,
|
|
30346
|
-
|
|
30353
|
+
EL as OrderParametersInput,
|
|
30347
30354
|
l2 as OrderSearchVue,
|
|
30348
30355
|
Ll as ProductCard,
|
|
30349
30356
|
wN as ProductDetails,
|
|
30350
30357
|
rg as ProvidersCatalogue,
|
|
30351
30358
|
by as QuoteDataClient,
|
|
30352
|
-
|
|
30353
|
-
|
|
30359
|
+
WA as QuoteDetailsVue,
|
|
30360
|
+
mL as QuoteIndexVue,
|
|
30354
30361
|
cr as RouterLinkWrapper,
|
|
30355
30362
|
Ex as SearchByBrandAndCategory,
|
|
30356
30363
|
ax as SearchIndexPageCe,
|
|
30357
30364
|
$i as SinchFilterBox,
|
|
30358
|
-
|
|
30365
|
+
RL as SinchPlugin,
|
|
30359
30366
|
V2 as SubscriptionDetailsVue,
|
|
30360
30367
|
fR as SubscriptionIndexVue,
|
|
30361
30368
|
vy as SubscriptionOderHistoryDialogVue,
|
|
@@ -30363,16 +30370,16 @@ export {
|
|
|
30363
30370
|
fy as SubscriptionOrderHistoriesLastEntryVue,
|
|
30364
30371
|
py as SubscriptionOrderHistoriesVue,
|
|
30365
30372
|
yR as SubscriptionOrdersListVue,
|
|
30366
|
-
|
|
30373
|
+
NL as SubscriptionQueries,
|
|
30367
30374
|
hy as SubscriptionsTableFiltersVue,
|
|
30368
30375
|
gy as SubscriptionsTableVue,
|
|
30369
30376
|
QE as UserMenu,
|
|
30370
30377
|
_T as VendorsCatalogueV2,
|
|
30371
|
-
|
|
30378
|
+
$L as VueGlobalFunctions,
|
|
30372
30379
|
gd as hyphenate,
|
|
30373
|
-
|
|
30380
|
+
OL as languageSetup,
|
|
30374
30381
|
Ox as sinchSetAppLanguage,
|
|
30375
|
-
|
|
30382
|
+
IL as translations,
|
|
30376
30383
|
X0 as useCategoryStore,
|
|
30377
30384
|
Fa as useSearchStore
|
|
30378
30385
|
};
|