@stock-in-the-channel/sinch-vue-components 0.0.363 → 0.0.364
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 +374 -390
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -24961,7 +24961,7 @@ function UE(e, t) {
|
|
|
24961
24961
|
const n = e[t];
|
|
24962
24962
|
return n || (jy["en-GB"][t] = t), n ?? null;
|
|
24963
24963
|
}
|
|
24964
|
-
const
|
|
24964
|
+
const IV = (e, t, n, r, a, i, o) => {
|
|
24965
24965
|
const l = qT({
|
|
24966
24966
|
legacy: !1,
|
|
24967
24967
|
locale: n,
|
|
@@ -25139,7 +25139,7 @@ const $V = (e, t, n, r, a, i, o) => {
|
|
|
25139
25139
|
SubCategory: wI,
|
|
25140
25140
|
SKU: SI,
|
|
25141
25141
|
ClearFilter: CI
|
|
25142
|
-
},
|
|
25142
|
+
}, OV = {
|
|
25143
25143
|
enGB: nI,
|
|
25144
25144
|
ptBR: kI
|
|
25145
25145
|
}, TI = /* @__PURE__ */ at({
|
|
@@ -37747,7 +37747,7 @@ function FD(e) {
|
|
|
37747
37747
|
r.push(n);
|
|
37748
37748
|
};
|
|
37749
37749
|
}
|
|
37750
|
-
const
|
|
37750
|
+
const qV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
37751
37751
|
__proto__: null,
|
|
37752
37752
|
install: FD
|
|
37753
37753
|
}, Symbol.toStringTag, { value: "Module" })), VD = { class: "text-h6 secondary" }, f0 = /* @__PURE__ */ at({
|
|
@@ -37865,7 +37865,7 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37865
37865
|
])
|
|
37866
37866
|
], 64));
|
|
37867
37867
|
}
|
|
37868
|
-
}), BD = { class: "text-body q-mr-md" }, UD = { class: "text-body q-mr-md" }, jD = { class: "text-body q-mr-md" }, zD = { class: "text-body q-mr-md" }, HD = { class: "row" }, QD = { class: "col-2" }, WD = { class: "text-body q-mr-md" }, KD = { class: "row" }, YD = { class: "col-2" }, JD = { class: "text-body q-mr-md" }, GD = { class: "text-body q-mr-md" }, XD = { class: "text-body q-mr-md" }, ZD = { class: "
|
|
37868
|
+
}), BD = { class: "text-body q-mr-md" }, UD = { class: "text-body q-mr-md" }, jD = { class: "text-body q-mr-md" }, zD = { class: "text-body q-mr-md" }, HD = { class: "row" }, QD = { class: "col-2" }, WD = { class: "text-body q-mr-md" }, KD = { class: "row" }, YD = { class: "col-2" }, JD = { class: "text-body q-mr-md" }, GD = { class: "text-body q-mr-md" }, XD = { class: "text-body q-mr-md" }, ZD = { class: "full-width addons" }, eR = /* @__PURE__ */ at({
|
|
37869
37869
|
__name: "OrderItemsTable",
|
|
37870
37870
|
props: {
|
|
37871
37871
|
order: {},
|
|
@@ -37943,7 +37943,7 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37943
37943
|
m.price && (m.totalCost = m.price * m.quantity, m.totalPrice = m.msrp ? m.msrp * m.quantity : void 0, m.margin = m.msrp ? (m.msrp - m.price) / m.msrp * 100 : void 0, m.profit = m.msrp ? m.msrp * m.quantity - m.price * m.quantity : void 0);
|
|
37944
37944
|
return v.product.totalCost = v.product.price * v.product.quantity, v.product.totalPrice = v.product.msrp ? v.product.msrp * v.product.quantity : void 0, v.product.margin = v.product.msrp ? (v.product.msrp - v.product.price) / v.product.msrp * 100 : void 0, v.product.profit = v.product.msrp ? v.product.msrp * v.product.quantity - v.product.price * v.product.quantity : void 0, v;
|
|
37945
37945
|
}
|
|
37946
|
-
const s = ["price", "totalCost", "profit", "margin"], d = b(() => n.exibitionMode == $t.CustomerInfo ? i.filter((v) => s.indexOf(v.name) == -1) : i), f = b(() => n.exibitionMode == $t.CustomerInfo ? o.filter((v) => s.indexOf(v.name) == -1) : o);
|
|
37946
|
+
const s = ["price", "totalCost", "profit", "margin", "msrp", "totalPrice"], d = b(() => n.exibitionMode == $t.CustomerInfo ? i.filter((v) => s.indexOf(v.name) == -1) : i), f = b(() => n.exibitionMode == $t.CustomerInfo ? o.filter((v) => s.indexOf(v.name) == -1) : o);
|
|
37947
37947
|
return t({ refreshData: u }), (v, m) => (F(), _e(E(jn), {
|
|
37948
37948
|
flat: "",
|
|
37949
37949
|
bordered: "",
|
|
@@ -38083,22 +38083,6 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38083
38083
|
]),
|
|
38084
38084
|
_: 2
|
|
38085
38085
|
}, 1024),
|
|
38086
|
-
D(E($e), { key: "msrp" }, {
|
|
38087
|
-
default: B(() => [
|
|
38088
|
-
w("span", ZD, A(g.row.product.msrp ? v.$formatCurrency(g.row.product.msrp, n.order?.currency) : ""), 1)
|
|
38089
|
-
]),
|
|
38090
|
-
_: 2
|
|
38091
|
-
}, 1024),
|
|
38092
|
-
D(E($e), { key: "totalPrice" }, {
|
|
38093
|
-
default: B(() => [
|
|
38094
|
-
w("div", eR, [
|
|
38095
|
-
w("div", tR, [
|
|
38096
|
-
w("span", nR, A(g.row.product.totalPrice ? v.$formatCurrency(g.row.product.totalPrice, n.order?.currency) : ""), 1)
|
|
38097
|
-
])
|
|
38098
|
-
])
|
|
38099
|
-
]),
|
|
38100
|
-
_: 2
|
|
38101
|
-
}, 1024),
|
|
38102
38086
|
D(E($e), { key: "billingPeriodType" }, {
|
|
38103
38087
|
default: B(() => [
|
|
38104
38088
|
w("span", null, A(v.$t(`${g.row.product.billingPeriodDuration ?? ""}${g.row.product.billingPeriodType}`)), 1)
|
|
@@ -38136,7 +38120,7 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38136
38120
|
default: B(() => [
|
|
38137
38121
|
D(E($e), { colspan: "13" }, {
|
|
38138
38122
|
default: B(() => [
|
|
38139
|
-
w("table",
|
|
38123
|
+
w("table", ZD, [
|
|
38140
38124
|
w("thead", null, [
|
|
38141
38125
|
(F(!0), J(et, null, wt(f.value, (p) => (F(), J("th", {
|
|
38142
38126
|
key: p.name
|
|
@@ -38184,10 +38168,10 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38184
38168
|
_: 1
|
|
38185
38169
|
}, 8, ["rows", "columns", "rows-per-page-options", "loading"]));
|
|
38186
38170
|
}
|
|
38187
|
-
}),
|
|
38171
|
+
}), tR = { class: "text-h5 q-ma-md" }, nR = { class: "text-h6 primary-color" }, rR = {
|
|
38188
38172
|
key: 0,
|
|
38189
38173
|
class: "text-h6 primary-color"
|
|
38190
|
-
},
|
|
38174
|
+
}, aR = { class: "specs q-mb-md" }, iR = { key: 0 }, oR = { key: 1 }, lR = { key: 2 }, sR = { class: "text-h6" }, uR = /* @__PURE__ */ at({
|
|
38191
38175
|
__name: "OrderDetails",
|
|
38192
38176
|
props: {
|
|
38193
38177
|
rowsPerPageOptions: {},
|
|
@@ -38261,7 +38245,7 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38261
38245
|
n.value = !1;
|
|
38262
38246
|
}
|
|
38263
38247
|
}), (u, c) => (F(), J(et, null, [
|
|
38264
|
-
w("div",
|
|
38248
|
+
w("div", tR, A(u.$t("Order details")), 1),
|
|
38265
38249
|
D(E(Qt), { class: "q-ma-md subscripton-details" }, {
|
|
38266
38250
|
default: B(() => [
|
|
38267
38251
|
D(E(dt), null, {
|
|
@@ -38274,24 +38258,24 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38274
38258
|
]),
|
|
38275
38259
|
ke(w("div", null, [
|
|
38276
38260
|
w("div", null, [
|
|
38277
|
-
w("div",
|
|
38278
|
-
t.exibitionMode == E($t).ResellerInfo ? (F(), J("div",
|
|
38261
|
+
w("div", nR, A(`${u.$t("Order Id")}: ${t.route.params.cspOrderId}`), 1),
|
|
38262
|
+
t.exibitionMode == E($t).ResellerInfo ? (F(), J("div", rR, A(`${u.$t("Customer")}: ${r.value?.customerCompanyName}
|
|
38279
38263
|
[${r.value?.providerCustomerId}]`), 1)) : fe("", !0)
|
|
38280
38264
|
]),
|
|
38281
|
-
w("table",
|
|
38282
|
-
t.exibitionMode == E($t).ResellerInfo ? (F(), J("tr",
|
|
38265
|
+
w("table", aR, [
|
|
38266
|
+
t.exibitionMode == E($t).ResellerInfo ? (F(), J("tr", iR, [
|
|
38283
38267
|
w("td", null, A(u.$t("Total Cost")), 1),
|
|
38284
38268
|
w("td", null, A(u.$formatCurrency(r.value?.totalPrice, r.value?.currency)), 1)
|
|
38285
38269
|
])) : fe("", !0),
|
|
38286
|
-
|
|
38270
|
+
t.exibitionMode == E($t).ResellerInfo ? (F(), J("tr", oR, [
|
|
38287
38271
|
w("td", null, A(u.$t("Total Price")), 1),
|
|
38288
38272
|
w("td", null, A(u.$formatCurrency(r.value?.totalMsrp, r.value?.currency)), 1)
|
|
38289
|
-
]),
|
|
38273
|
+
])) : fe("", !0),
|
|
38290
38274
|
w("tr", null, [
|
|
38291
38275
|
w("td", null, A(u.$t("Status")), 1),
|
|
38292
38276
|
w("td", null, A(r.value && u.$t(r.value.status)), 1)
|
|
38293
38277
|
]),
|
|
38294
|
-
t.exibitionMode == E($t).ResellerInfo ? (F(), J("tr",
|
|
38278
|
+
t.exibitionMode == E($t).ResellerInfo ? (F(), J("tr", lR, [
|
|
38295
38279
|
w("td", null, A(u.$t("Provider")), 1),
|
|
38296
38280
|
w("td", null, A(r.value?.providerName), 1)
|
|
38297
38281
|
])) : fe("", !0),
|
|
@@ -38303,8 +38287,8 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38303
38287
|
], 512), [
|
|
38304
38288
|
[Ne, !n.value && r.value]
|
|
38305
38289
|
]),
|
|
38306
|
-
w("span",
|
|
38307
|
-
D(
|
|
38290
|
+
w("span", sR, A(u.$t("Order items")), 1),
|
|
38291
|
+
D(eR, {
|
|
38308
38292
|
ref_key: "orderItemsTableVue",
|
|
38309
38293
|
ref: o,
|
|
38310
38294
|
order: r.value,
|
|
@@ -38326,7 +38310,7 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38326
38310
|
})
|
|
38327
38311
|
], 64));
|
|
38328
38312
|
}
|
|
38329
|
-
}),
|
|
38313
|
+
}), cR = { class: "text-h6 primary-color" }, dR = { class: "row" }, fR = { class: "specs" }, vR = { key: 0 }, mR = /* @__PURE__ */ at({
|
|
38330
38314
|
__name: "OrderDetailsFromProvider",
|
|
38331
38315
|
props: {
|
|
38332
38316
|
externalSystemClientId: {},
|
|
@@ -38424,9 +38408,9 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38424
38408
|
D(E(dt), null, {
|
|
38425
38409
|
default: B(() => [
|
|
38426
38410
|
ke(w("div", null, [
|
|
38427
|
-
w("div",
|
|
38428
|
-
w("div",
|
|
38429
|
-
w("table",
|
|
38411
|
+
w("div", cR, A(d.$t("Order details")), 1),
|
|
38412
|
+
w("div", dR, [
|
|
38413
|
+
w("table", fR, [
|
|
38430
38414
|
w("tr", null, [
|
|
38431
38415
|
w("td", null, A(d.$t("Order Id")), 1),
|
|
38432
38416
|
w("td", null, A(a.value?.id), 1)
|
|
@@ -38447,7 +38431,7 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38447
38431
|
w("td", null, A(d.$t("Creation Date")), 1),
|
|
38448
38432
|
w("td", null, A(d.$formatDateTime(a.value?.creationDate)), 1)
|
|
38449
38433
|
]),
|
|
38450
|
-
u.exibitionMode == E($t).ResellerInfo ? (F(), J("tr",
|
|
38434
|
+
u.exibitionMode == E($t).ResellerInfo ? (F(), J("tr", vR, [
|
|
38451
38435
|
w("td", null, A(d.$t("Customer")), 1),
|
|
38452
38436
|
w("td", null, [
|
|
38453
38437
|
u.router ? (F(), _e(Tn, {
|
|
@@ -38497,13 +38481,13 @@ const RV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38497
38481
|
}
|
|
38498
38482
|
});
|
|
38499
38483
|
var Nl = /* @__PURE__ */ ((e) => (e.CalendarMonthAligned = "CALENDAR_MONTH_ALIGNED", e.SubscriptionAligned = "SUBSCRIPTION_ALIGNED", e.Unknown = "UNKNOWN", e))(Nl || {}), Sn = /* @__PURE__ */ ((e) => (e.BasketDraft = "BASKET_DRAFT", e.BasketSalesOrderCreated = "BASKET_SALES_ORDER_CREATED", e.QuoteAccepted = "QUOTE_ACCEPTED", e.QuoteOpen = "QUOTE_OPEN", e.QuoteRejected = "QUOTE_REJECTED", e.QuoteSalesOrderCreated = "QUOTE_SALES_ORDER_CREATED", e))(Sn || {}), Wn = /* @__PURE__ */ ((e) => (e.Acronis = "ACRONIS", e.CsvFile = "CSV_FILE", e.Exertis = "EXERTIS", e.Ingram = "INGRAM", e.Microsoft = "MICROSOFT", e.Sitc = "SITC", e.TechData = "TECH_DATA", e.Westcoast = "WESTCOAST", e))(Wn || {}), ko = /* @__PURE__ */ ((e) => (e.OrderFailedToProcess = "ORDER_FAILED_TO_PROCESS", e.OrderSuccessfulProcessed = "ORDER_SUCCESSFUL_PROCESSED", e.OrderWaitingToBeProcessed = "ORDER_WAITING_TO_BE_PROCESSED", e))(ko || {}), yf = /* @__PURE__ */ ((e) => (e.Asc = "ASC", e.Desc = "DESC", e))(yf || {}), v0 = /* @__PURE__ */ ((e) => (e.Scheduled = "SCHEDULED", e))(v0 || {});
|
|
38500
|
-
const
|
|
38484
|
+
const hR = { class: "q-ma-lg q-pa-md" }, pR = { class: "row justify-between" }, gR = { class: "col-10 big" }, yR = { class: "row justify-between" }, bR = {
|
|
38501
38485
|
key: 0,
|
|
38502
38486
|
class: "col-2"
|
|
38503
|
-
},
|
|
38487
|
+
}, _R = {
|
|
38504
38488
|
key: 1,
|
|
38505
38489
|
class: "col-2"
|
|
38506
|
-
},
|
|
38490
|
+
}, wR = { class: "row" }, SR = { class: "col-6 div-5" }, CR = { class: "col-6" }, kR = { class: "col-2 q-pl-sm text-center small" }, TR = { class: "q-my-md" }, ER = { class: "text-h6" }, xR = { class: "negative full-width" }, IR = /* @__PURE__ */ at({
|
|
38507
38491
|
__name: "OrderSearch",
|
|
38508
38492
|
props: {
|
|
38509
38493
|
rowsPerPageOptions: {},
|
|
@@ -38655,10 +38639,10 @@ const yR = { class: "q-ma-lg q-pa-md" }, bR = { class: "row justify-between" },
|
|
|
38655
38639
|
}
|
|
38656
38640
|
return it(() => {
|
|
38657
38641
|
T(), S(), p();
|
|
38658
|
-
}), (x, P) => (F(), J("div",
|
|
38659
|
-
w("div",
|
|
38660
|
-
w("div",
|
|
38661
|
-
w("div",
|
|
38642
|
+
}), (x, P) => (F(), J("div", hR, [
|
|
38643
|
+
w("div", pR, [
|
|
38644
|
+
w("div", gR, [
|
|
38645
|
+
w("div", yR, [
|
|
38662
38646
|
w("div", {
|
|
38663
38647
|
class: Wt({ "col-2": !v, "col-3": v })
|
|
38664
38648
|
}, [
|
|
@@ -38675,7 +38659,7 @@ const yR = { class: "q-ma-lg q-pa-md" }, bR = { class: "row justify-between" },
|
|
|
38675
38659
|
clearable: ""
|
|
38676
38660
|
}, null, 8, ["modelValue", "label"])
|
|
38677
38661
|
], 2),
|
|
38678
|
-
v ? fe("", !0) : (F(), J("div",
|
|
38662
|
+
v ? fe("", !0) : (F(), J("div", bR, [
|
|
38679
38663
|
D(E(qt), {
|
|
38680
38664
|
class: "q-ml-sm",
|
|
38681
38665
|
outlined: "",
|
|
@@ -38689,7 +38673,7 @@ const yR = { class: "q-ma-lg q-pa-md" }, bR = { class: "row justify-between" },
|
|
|
38689
38673
|
clearable: ""
|
|
38690
38674
|
}, null, 8, ["modelValue", "label"])
|
|
38691
38675
|
])),
|
|
38692
|
-
v ? fe("", !0) : (F(), J("div",
|
|
38676
|
+
v ? fe("", !0) : (F(), J("div", _R, [
|
|
38693
38677
|
D(E(qt), {
|
|
38694
38678
|
class: "q-ml-sm",
|
|
38695
38679
|
outlined: "",
|
|
@@ -38725,8 +38709,8 @@ const yR = { class: "q-ma-lg q-pa-md" }, bR = { class: "row justify-between" },
|
|
|
38725
38709
|
w("div", {
|
|
38726
38710
|
class: Wt({ "col-4": !v, "col-6": v })
|
|
38727
38711
|
}, [
|
|
38728
|
-
w("div",
|
|
38729
|
-
w("div",
|
|
38712
|
+
w("div", wR, [
|
|
38713
|
+
w("div", SR, [
|
|
38730
38714
|
D(E(qt), {
|
|
38731
38715
|
class: "q-ml-sm",
|
|
38732
38716
|
rounded: "",
|
|
@@ -38769,7 +38753,7 @@ const yR = { class: "q-ma-lg q-pa-md" }, bR = { class: "row justify-between" },
|
|
|
38769
38753
|
_: 1
|
|
38770
38754
|
}, 8, ["label", "modelValue"])
|
|
38771
38755
|
]),
|
|
38772
|
-
w("div",
|
|
38756
|
+
w("div", CR, [
|
|
38773
38757
|
D(E(qt), {
|
|
38774
38758
|
"hide-bottom-space": "",
|
|
38775
38759
|
rounded: "",
|
|
@@ -38816,7 +38800,7 @@ const yR = { class: "q-ma-lg q-pa-md" }, bR = { class: "row justify-between" },
|
|
|
38816
38800
|
], 2)
|
|
38817
38801
|
])
|
|
38818
38802
|
]),
|
|
38819
|
-
w("div",
|
|
38803
|
+
w("div", kR, [
|
|
38820
38804
|
D(E(Ae), {
|
|
38821
38805
|
rounded: "",
|
|
38822
38806
|
color: "primary",
|
|
@@ -38826,10 +38810,10 @@ const yR = { class: "q-ma-lg q-pa-md" }, bR = { class: "row justify-between" },
|
|
|
38826
38810
|
}, null, 8, ["label"])
|
|
38827
38811
|
])
|
|
38828
38812
|
]),
|
|
38829
|
-
w("div",
|
|
38830
|
-
w("span",
|
|
38813
|
+
w("div", TR, [
|
|
38814
|
+
w("span", ER, A(x.$t("Orders")), 1)
|
|
38831
38815
|
]),
|
|
38832
|
-
ke(w("div",
|
|
38816
|
+
ke(w("div", xR, [
|
|
38833
38817
|
w("span", null, A(x.$t("Error fetching subscriptions")), 1)
|
|
38834
38818
|
], 512), [
|
|
38835
38819
|
[Ne, o.value]
|
|
@@ -39008,7 +38992,7 @@ const yR = { class: "q-ma-lg q-pa-md" }, bR = { class: "row justify-between" },
|
|
|
39008
38992
|
])
|
|
39009
38993
|
]));
|
|
39010
38994
|
}
|
|
39011
|
-
}),
|
|
38995
|
+
}), OR = Ct`
|
|
39012
38996
|
query subscriptionDetailsQuery($productSku: String, $subscriptionId: String) {
|
|
39013
38997
|
subscriptionDetails(
|
|
39014
38998
|
productSku: $productSku
|
|
@@ -39110,22 +39094,22 @@ async function m0(e, t, n, r) {
|
|
|
39110
39094
|
throw a;
|
|
39111
39095
|
}
|
|
39112
39096
|
}
|
|
39113
|
-
const
|
|
39097
|
+
const NV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
39114
39098
|
__proto__: null,
|
|
39115
39099
|
fetchSubscriptionOrderDetails: m0,
|
|
39116
39100
|
fetchSubscriptionOrderHistoryDetails: bf,
|
|
39117
|
-
productSubscriptionDetailsQuery:
|
|
39101
|
+
productSubscriptionDetailsQuery: OR,
|
|
39118
39102
|
updateSubscriptionMutation: Lc
|
|
39119
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
39103
|
+
}, Symbol.toStringTag, { value: "Module" })), PR = { key: 0 }, $R = {
|
|
39120
39104
|
key: 1,
|
|
39121
39105
|
class: "text-caption"
|
|
39122
|
-
},
|
|
39106
|
+
}, qR = {
|
|
39123
39107
|
key: 2,
|
|
39124
39108
|
class: "text-caption"
|
|
39125
|
-
},
|
|
39109
|
+
}, NR = { key: 0 }, DR = {
|
|
39126
39110
|
key: 3,
|
|
39127
39111
|
class: "text-caption"
|
|
39128
|
-
},
|
|
39112
|
+
}, RR = {
|
|
39129
39113
|
key: 4,
|
|
39130
39114
|
class: "inline"
|
|
39131
39115
|
}, h0 = /* @__PURE__ */ at({
|
|
@@ -39150,10 +39134,10 @@ const AV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
39150
39134
|
a.value = !0;
|
|
39151
39135
|
}
|
|
39152
39136
|
}), (l, u) => (F(), J(et, null, [
|
|
39153
|
-
r.value ? (F(), J("div",
|
|
39137
|
+
r.value ? (F(), J("div", PR, [
|
|
39154
39138
|
D(E(Eg), { indeterminate: "" })
|
|
39155
|
-
])) : n.value?.items && n.value?.items?.length && n.value.items[0].status == E(ko).OrderWaitingToBeProcessed ? (F(), J("div",
|
|
39156
|
-
n.value.items[0].providerOrderId ? (F(), J("span",
|
|
39139
|
+
])) : n.value?.items && n.value?.items?.length && n.value.items[0].status == E(ko).OrderWaitingToBeProcessed ? (F(), J("div", $R, A(`${l.$t("Your latest change request being processed")}`), 1)) : n.value?.items && n.value?.items?.length ? (F(), J("div", qR, [
|
|
39140
|
+
n.value.items[0].providerOrderId ? (F(), J("span", NR, [
|
|
39157
39141
|
Re(A(`${l.$t("Latest change request")}: ${l.$t("Order Id")}: ${n.value.items[0].providerOrderId} - ${l.$t("Status")}: `), 1),
|
|
39158
39142
|
w("span", {
|
|
39159
39143
|
class: Wt("status-" + n.value.items[0].status.toLowerCase())
|
|
@@ -39161,8 +39145,8 @@ const AV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
39161
39145
|
])) : fe("", !0),
|
|
39162
39146
|
w("span", null, A(`${l.$t("Changes")}: ${n.value.items[0].message} - ${l.$t("Status")}:
|
|
39163
39147
|
${l.$t(n.value.items[0].status)}`), 1)
|
|
39164
|
-
])) : (F(), J("div",
|
|
39165
|
-
n.value?.items && n.value?.items?.length == 1 ? (F(), J("div",
|
|
39148
|
+
])) : (F(), J("div", DR, A(l.$t("No recent order requests")), 1)),
|
|
39149
|
+
n.value?.items && n.value?.items?.length == 1 ? (F(), J("div", RR, [
|
|
39166
39150
|
D(E(Ae), {
|
|
39167
39151
|
dense: "",
|
|
39168
39152
|
flat: "",
|
|
@@ -39173,7 +39157,7 @@ const AV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
39173
39157
|
])) : fe("", !0)
|
|
39174
39158
|
], 64));
|
|
39175
39159
|
}
|
|
39176
|
-
}),
|
|
39160
|
+
}), AR = { key: 0 }, LR = { key: 1 }, _f = /* @__PURE__ */ at({
|
|
39177
39161
|
__name: "SubscriptionOrderHistories",
|
|
39178
39162
|
props: {
|
|
39179
39163
|
cspSubscriptionId: {},
|
|
@@ -39271,8 +39255,8 @@ const AV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
39271
39255
|
key: "message"
|
|
39272
39256
|
}, {
|
|
39273
39257
|
default: B(() => [
|
|
39274
|
-
f.row.providerOrderId ? (F(), J("span",
|
|
39275
|
-
f.row.message ? (F(), J("span",
|
|
39258
|
+
f.row.providerOrderId ? (F(), J("span", AR, A(`${s.$t("Order created id:")} ${f.row.providerOrderId}`), 1)) : fe("", !0),
|
|
39259
|
+
f.row.message ? (F(), J("span", LR, A(f.row.message), 1)) : fe("", !0)
|
|
39276
39260
|
]),
|
|
39277
39261
|
_: 2
|
|
39278
39262
|
}, 1024)
|
|
@@ -39289,7 +39273,7 @@ const AV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
39289
39273
|
])
|
|
39290
39274
|
], 64));
|
|
39291
39275
|
}
|
|
39292
|
-
}),
|
|
39276
|
+
}), MR = /* @__PURE__ */ at({
|
|
39293
39277
|
__name: "SubscriptionOderHistoryDialog",
|
|
39294
39278
|
props: {
|
|
39295
39279
|
cspSubscriptionId: {},
|
|
@@ -39337,7 +39321,7 @@ const AV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
39337
39321
|
}, 8, ["onHide"]));
|
|
39338
39322
|
}
|
|
39339
39323
|
});
|
|
39340
|
-
const p0 = /* @__PURE__ */ Qy(
|
|
39324
|
+
const p0 = /* @__PURE__ */ Qy(MR, [["__scopeId", "data-v-94a831be"]]), FR = [
|
|
39341
39325
|
{ min: 1 / 0 * -1, max: 30, color: "text-red" },
|
|
39342
39326
|
{ min: 31, max: 60, color: "text-orange" },
|
|
39343
39327
|
{ min: 61, max: 90, color: "text-yellow" },
|
|
@@ -39345,10 +39329,10 @@ const p0 = /* @__PURE__ */ Qy(BR, [["__scopeId", "data-v-94a831be"]]), UR = [
|
|
|
39345
39329
|
];
|
|
39346
39330
|
function g0(e) {
|
|
39347
39331
|
if (e)
|
|
39348
|
-
return
|
|
39332
|
+
return FR.find((t) => e >= t.min && e <= t.max)?.color;
|
|
39349
39333
|
}
|
|
39350
39334
|
var y0 = /* @__PURE__ */ ((e) => (e[e.annual = 0] = "annual", e[e.monthly = 1] = "monthly", e[e.none = 2] = "none", e[e.one_time = 3] = "one_time", e[e.triennial = 4] = "triennial", e[e.unknown = 5] = "unknown", e))(y0 || {});
|
|
39351
|
-
const
|
|
39335
|
+
const VR = { class: "text-h6" }, BR = { class: "q-mb-md" }, UR = { class: "q-mt-md" }, jR = { class: "q-table q-table--bordered q-table--flat" }, zR = { class: "text-left" }, HR = { class: "text-left" }, QR = { class: "text-left" }, WR = { class: "text-left" }, KR = { class: "text-left" }, YR = { class: "text-left" }, JR = /* @__PURE__ */ at({
|
|
39352
39336
|
__name: "MicrosoftRenewalScheduler",
|
|
39353
39337
|
props: {
|
|
39354
39338
|
subscriptionDetails: {},
|
|
@@ -39663,7 +39647,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
39663
39647
|
default: B(() => [
|
|
39664
39648
|
D(E(dt), null, {
|
|
39665
39649
|
default: B(() => [
|
|
39666
|
-
w("div",
|
|
39650
|
+
w("div", VR, [
|
|
39667
39651
|
x[9] || (x[9] = Re("Manage renewal ")),
|
|
39668
39652
|
w("i", {
|
|
39669
39653
|
class: "q-icon mdi mdi-close q-ml-xs cursor-pointer absolute-top-right text-h6 q-ma-md",
|
|
@@ -39684,7 +39668,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
39684
39668
|
}),
|
|
39685
39669
|
r.value ? (F(), _e(E(dt), { key: 0 }, {
|
|
39686
39670
|
default: B(() => [
|
|
39687
|
-
w("div",
|
|
39671
|
+
w("div", BR, [
|
|
39688
39672
|
w("p", null, A($.$t("MicrosoftDialogChangesMessage", {
|
|
39689
39673
|
renewalDate: $.$formatDateTime(c.value)
|
|
39690
39674
|
})), 1),
|
|
@@ -39754,7 +39738,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
39754
39738
|
],
|
|
39755
39739
|
label: "Align end date with calendar month"
|
|
39756
39740
|
}, null, 8, ["modelValue"]),
|
|
39757
|
-
w("div",
|
|
39741
|
+
w("div", UR, [
|
|
39758
39742
|
w("div", null, A($.$t("Other customer subscriptions end dates")), 1),
|
|
39759
39743
|
(F(!0), J(et, null, wt(o.alignmentDateOptions?.termDates.filter((O) => O.allowedCustomTermEndDateType == E(Nl).SubscriptionAligned), (O) => (F(), _e(E(dd), {
|
|
39760
39744
|
key: O.allowedCustomTermEndDate,
|
|
@@ -39768,12 +39752,12 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
39768
39752
|
default: B(() => [
|
|
39769
39753
|
D(E(dt), null, {
|
|
39770
39754
|
default: B(() => [
|
|
39771
|
-
w("table",
|
|
39755
|
+
w("table", jR, [
|
|
39772
39756
|
w("thead", null, [
|
|
39773
39757
|
w("tr", null, [
|
|
39774
|
-
w("th",
|
|
39775
|
-
w("th",
|
|
39776
|
-
w("th",
|
|
39758
|
+
w("th", zR, A($.$t("Subscription Id")), 1),
|
|
39759
|
+
w("th", HR, A($.$t("Title")), 1),
|
|
39760
|
+
w("th", QR, A($.$t("Term")), 1)
|
|
39777
39761
|
])
|
|
39778
39762
|
]),
|
|
39779
39763
|
w("tbody", null, [
|
|
@@ -39781,9 +39765,9 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
39781
39765
|
key: R?.providerSubuscriptionId,
|
|
39782
39766
|
class: "q-tr"
|
|
39783
39767
|
}, [
|
|
39784
|
-
w("td",
|
|
39785
|
-
w("td",
|
|
39786
|
-
w("td",
|
|
39768
|
+
w("td", WR, A(R?.providerSubuscriptionId), 1),
|
|
39769
|
+
w("td", KR, A(R?.title), 1),
|
|
39770
|
+
w("td", YR, A(R?.term), 1)
|
|
39787
39771
|
]))), 128))
|
|
39788
39772
|
])
|
|
39789
39773
|
])
|
|
@@ -39872,16 +39856,16 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
39872
39856
|
], 64);
|
|
39873
39857
|
};
|
|
39874
39858
|
}
|
|
39875
|
-
}),
|
|
39859
|
+
}), GR = { class: "q-ma-sm" }, XR = { class: "row" }, ZR = { class: "text-h5 col-6" }, eA = {
|
|
39876
39860
|
key: 0,
|
|
39877
39861
|
class: "col-6 text-right"
|
|
39878
|
-
},
|
|
39862
|
+
}, tA = { class: "row inner" }, nA = { class: "col-4" }, rA = { class: "text-h6 primary-color" }, aA = { class: "specs" }, iA = { key: 0 }, oA = { key: 1 }, lA = { key: 2 }, sA = { class: "col-8" }, uA = { key: 0 }, cA = { key: 1 }, dA = { key: 0 }, fA = { key: 0 }, vA = { class: "flex justify-center align-center" }, mA = { class: "row no-wrap" }, hA = {
|
|
39879
39863
|
key: 1,
|
|
39880
39864
|
class: "text-center"
|
|
39881
|
-
},
|
|
39865
|
+
}, pA = { class: "text-caption" }, gA = { key: 1 }, yA = { key: 0 }, bA = { class: "flex column justify-center" }, _A = { class: "row no-wrap" }, wA = {
|
|
39882
39866
|
key: 0,
|
|
39883
39867
|
class: "text-center"
|
|
39884
|
-
},
|
|
39868
|
+
}, SA = { class: "text-caption" }, CA = { key: 1 }, kA = { class: "flex justify-end" }, TA = { key: 0 }, EA = { class: "q-ml-sm" }, xA = /* @__PURE__ */ at({
|
|
39885
39869
|
__name: "SubscriptionDetails",
|
|
39886
39870
|
props: {
|
|
39887
39871
|
rowsPerPageOptions: {},
|
|
@@ -40382,10 +40366,10 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40382
40366
|
break;
|
|
40383
40367
|
}
|
|
40384
40368
|
}), (q, j) => (F(), J(et, null, [
|
|
40385
|
-
w("div",
|
|
40386
|
-
w("div",
|
|
40387
|
-
w("div",
|
|
40388
|
-
s.value && s.value.externalSystemType != E(Wn).Microsoft ? ke((F(), J("div",
|
|
40369
|
+
w("div", GR, [
|
|
40370
|
+
w("div", XR, [
|
|
40371
|
+
w("div", ZR, A(q.$t("Subscription details")), 1),
|
|
40372
|
+
s.value && s.value.externalSystemType != E(Wn).Microsoft ? ke((F(), J("div", eA, [
|
|
40389
40373
|
l.value && s.value?.cspSubscriptionId ? (F(), _e(h0, {
|
|
40390
40374
|
key: 0,
|
|
40391
40375
|
"csp-subscription-id": s.value.cspSubscriptionId,
|
|
@@ -40410,11 +40394,11 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40410
40394
|
ke(w("div", { class: "text-h5 text-center status-progress text-yellow" }, A(q.$t("Subscription is in processing mode")), 513), [
|
|
40411
40395
|
[Ne, s.value?.hasPendingChanges]
|
|
40412
40396
|
]),
|
|
40413
|
-
w("div",
|
|
40414
|
-
w("div",
|
|
40415
|
-
w("div",
|
|
40416
|
-
w("table",
|
|
40417
|
-
p.exibitionMode == E($t).ResellerInfo ? (F(), J("tr",
|
|
40397
|
+
w("div", tA, [
|
|
40398
|
+
w("div", nA, [
|
|
40399
|
+
w("div", rA, A(s.value?.subscriptionName), 1),
|
|
40400
|
+
w("table", aA, [
|
|
40401
|
+
p.exibitionMode == E($t).ResellerInfo ? (F(), J("tr", iA, [
|
|
40418
40402
|
w("td", null, A(q.$t("Customer")), 1),
|
|
40419
40403
|
w("td", null, [
|
|
40420
40404
|
p.router && s.value && s.value.centralisedCustomerId && s.value.providerCustomerId ? (F(), _e(Tn, {
|
|
@@ -40462,7 +40446,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40462
40446
|
}, A(q.$formatDate(s.value?.renewalDate)), 3)) : fe("", !0)
|
|
40463
40447
|
])
|
|
40464
40448
|
]),
|
|
40465
|
-
s.value && h.includes(s.value?.externalSystemType) ? (F(), J("tr",
|
|
40449
|
+
s.value && h.includes(s.value?.externalSystemType) ? (F(), J("tr", oA, [
|
|
40466
40450
|
w("td", null, A(q.$t("Auto Renew")), 1),
|
|
40467
40451
|
w("td", null, [
|
|
40468
40452
|
D(E(Ju), {
|
|
@@ -40483,7 +40467,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40483
40467
|
])
|
|
40484
40468
|
])
|
|
40485
40469
|
])) : fe("", !0),
|
|
40486
|
-
s.value && y.includes(s.value?.externalSystemType) ? (F(), J("tr",
|
|
40470
|
+
s.value && y.includes(s.value?.externalSystemType) ? (F(), J("tr", lA, [
|
|
40487
40471
|
w("td", null, A(q.$t("Auto Renew")), 1),
|
|
40488
40472
|
w("td", null, [
|
|
40489
40473
|
D(E(Ju), {
|
|
@@ -40503,26 +40487,26 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40503
40487
|
[Ne, f.value]
|
|
40504
40488
|
]),
|
|
40505
40489
|
ke(w("div", null, [
|
|
40506
|
-
D(
|
|
40490
|
+
D(JR, {
|
|
40507
40491
|
"subscription-details": s.value,
|
|
40508
40492
|
"subscription-provider-data": m.value
|
|
40509
40493
|
}, null, 8, ["subscription-details", "subscription-provider-data"])
|
|
40510
40494
|
], 512), [
|
|
40511
|
-
[Ne,
|
|
40495
|
+
[Ne, s.value?.status?.toLowerCase() == "active" && !f.value]
|
|
40512
40496
|
])
|
|
40513
40497
|
])
|
|
40514
40498
|
])) : fe("", !0)
|
|
40515
40499
|
])
|
|
40516
40500
|
]),
|
|
40517
|
-
w("div",
|
|
40518
|
-
s.value && s.value.externalSystemType == E(Wn).Microsoft ? (F(), J("div",
|
|
40501
|
+
w("div", sA, [
|
|
40502
|
+
s.value && s.value.externalSystemType == E(Wn).Microsoft ? (F(), J("div", uA, [
|
|
40519
40503
|
D(_f, {
|
|
40520
40504
|
title: q.$t("Subscription order requests"),
|
|
40521
40505
|
"csp-subscription-id": s.value.cspSubscriptionId,
|
|
40522
40506
|
"rows-per-page-options": p.rowsPerPageOptions
|
|
40523
40507
|
}, null, 8, ["title", "csp-subscription-id", "rows-per-page-options"])
|
|
40524
|
-
])) : (F(), J("div",
|
|
40525
|
-
u.value && s.value && s.value?.centralisedCustomerId && s.value?.externalSystemType ? (F(), J("div",
|
|
40508
|
+
])) : (F(), J("div", cA, [
|
|
40509
|
+
u.value && s.value && s.value?.centralisedCustomerId && s.value?.externalSystemType ? (F(), J("div", dA, [
|
|
40526
40510
|
D(f0, {
|
|
40527
40511
|
"sinch-account-id": s.value?.sinchAccountId,
|
|
40528
40512
|
"csp-centralised-customer-id": s.value?.centralisedCustomerId,
|
|
@@ -40584,15 +40568,15 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40584
40568
|
}, 1024)) : fe("", !0),
|
|
40585
40569
|
g.value.includes("changeQuantity") ? (F(), _e(E($e), { key: "changeQuantity" }, {
|
|
40586
40570
|
default: B(() => [
|
|
40587
|
-
s.value?.status?.toLowerCase() == "active" ? (F(), J("div",
|
|
40588
|
-
w("div",
|
|
40571
|
+
s.value?.status?.toLowerCase() == "active" ? (F(), J("div", fA, [
|
|
40572
|
+
w("div", vA, [
|
|
40589
40573
|
s.value && s.value.externalSystemType == E(Wn).Microsoft ? (F(), J("a", {
|
|
40590
40574
|
key: 0,
|
|
40591
40575
|
href: "javascript:void(0)",
|
|
40592
40576
|
class: "text-center q-mr-sm",
|
|
40593
40577
|
onClick: j[3] || (j[3] = (Q) => $(s.value?.providerData?.refundableQuantity))
|
|
40594
40578
|
}, A(q.$t("ViewLicencesToReduce")), 1)) : fe("", !0),
|
|
40595
|
-
w("div",
|
|
40579
|
+
w("div", mA, [
|
|
40596
40580
|
D(E(Ae), {
|
|
40597
40581
|
size: "sm",
|
|
40598
40582
|
style: { "min-width": "46px" },
|
|
@@ -40626,11 +40610,11 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40626
40610
|
disable: o.value || v.value || r.value
|
|
40627
40611
|
}, null, 8, ["label", "onClick", "disable"])
|
|
40628
40612
|
]),
|
|
40629
|
-
K.row.availableStock ? (F(), J("div",
|
|
40630
|
-
w("span",
|
|
40613
|
+
K.row.availableStock ? (F(), J("div", hA, [
|
|
40614
|
+
w("span", pA, A(`${K.row.availableStock} ${q.$t("MoreAvailable")}`), 1)
|
|
40631
40615
|
])) : fe("", !0)
|
|
40632
40616
|
])
|
|
40633
|
-
])) : (F(), J("div",
|
|
40617
|
+
])) : (F(), J("div", gA, [
|
|
40634
40618
|
w("span", null, A(K.row.quantity), 1)
|
|
40635
40619
|
]))
|
|
40636
40620
|
]),
|
|
@@ -40734,10 +40718,10 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40734
40718
|
}, 1024)) : fe("", !0),
|
|
40735
40719
|
g.value.includes("quantity") ? (F(), _e(E($e), { key: "quantity" }, {
|
|
40736
40720
|
default: B(() => [
|
|
40737
|
-
s.value?.status?.toLowerCase() == "active" ? (F(), J("div",
|
|
40738
|
-
w("div",
|
|
40721
|
+
s.value?.status?.toLowerCase() == "active" ? (F(), J("div", yA, [
|
|
40722
|
+
w("div", bA, [
|
|
40739
40723
|
D(E(Ae), { class: "bnt" }),
|
|
40740
|
-
w("div",
|
|
40724
|
+
w("div", _A, [
|
|
40741
40725
|
D(E(Ae), {
|
|
40742
40726
|
size: "sm",
|
|
40743
40727
|
style: { "min-width": "46px" },
|
|
@@ -40771,11 +40755,11 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40771
40755
|
disable: o.value || v.value || r.value
|
|
40772
40756
|
}, null, 8, ["label", "onClick", "disable"])
|
|
40773
40757
|
]),
|
|
40774
|
-
K.row.availableStock ? (F(), J("div",
|
|
40775
|
-
w("span",
|
|
40758
|
+
K.row.availableStock ? (F(), J("div", wA, [
|
|
40759
|
+
w("span", SA, A(`${K.row.availableStock} ${q.$t("MoreAvailable")}`), 1)
|
|
40776
40760
|
])) : fe("", !0)
|
|
40777
40761
|
])
|
|
40778
|
-
])) : (F(), J("div",
|
|
40762
|
+
])) : (F(), J("div", CA, [
|
|
40779
40763
|
w("span", null, A(K.row.quantity), 1)
|
|
40780
40764
|
]))
|
|
40781
40765
|
]),
|
|
@@ -40867,8 +40851,8 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40867
40851
|
onClick: re
|
|
40868
40852
|
}, null, 8, ["disable", "loading", "label"])) : fe("", !0)
|
|
40869
40853
|
]),
|
|
40870
|
-
w("div",
|
|
40871
|
-
!d.value && !n.value && !o.value && s.value && h.includes(s.value.externalSystemType) ? (F(), J("div",
|
|
40854
|
+
w("div", kA, [
|
|
40855
|
+
!d.value && !n.value && !o.value && s.value && h.includes(s.value.externalSystemType) ? (F(), J("div", TA, [
|
|
40872
40856
|
ke(D(E(Ae), {
|
|
40873
40857
|
color: "primary",
|
|
40874
40858
|
label: q.$t("Adjust Prices"),
|
|
@@ -40892,7 +40876,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40892
40876
|
[Ne, v.value]
|
|
40893
40877
|
])
|
|
40894
40878
|
])) : fe("", !0),
|
|
40895
|
-
w("div",
|
|
40879
|
+
w("div", EA, [
|
|
40896
40880
|
D(E(Ae), {
|
|
40897
40881
|
disabled: I.value || s.value?.hasPendingChanges,
|
|
40898
40882
|
label: q.$t("Update"),
|
|
@@ -40915,13 +40899,13 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40915
40899
|
})
|
|
40916
40900
|
], 64));
|
|
40917
40901
|
}
|
|
40918
|
-
}),
|
|
40902
|
+
}), IA = { class: "row justify-between" }, OA = {
|
|
40919
40903
|
key: 0,
|
|
40920
40904
|
class: "col-2 div-5"
|
|
40921
|
-
},
|
|
40905
|
+
}, PA = { class: "col-2 div-5" }, $A = {
|
|
40922
40906
|
key: 1,
|
|
40923
40907
|
class: "col-2 div-5"
|
|
40924
|
-
},
|
|
40908
|
+
}, qA = { class: "col-2 div-5" }, NA = { class: "col-2 div-5" }, DA = { class: "row" }, RA = { class: "col-6 div-5" }, AA = { class: "col-6" }, LA = { class: "row justify-start q-mt-sm" }, MA = { class: "col-2 div-5" }, FA = {
|
|
40925
40909
|
key: 0,
|
|
40926
40910
|
class: "col-2 div-5 q-pl-sm"
|
|
40927
40911
|
}, b0 = /* @__PURE__ */ at({
|
|
@@ -40964,8 +40948,8 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40964
40948
|
return s;
|
|
40965
40949
|
});
|
|
40966
40950
|
return (s, d) => (F(), J(et, null, [
|
|
40967
|
-
w("div",
|
|
40968
|
-
o.value ? fe("", !0) : (F(), J("div",
|
|
40951
|
+
w("div", IA, [
|
|
40952
|
+
o.value ? fe("", !0) : (F(), J("div", OA, [
|
|
40969
40953
|
D(E(qt), {
|
|
40970
40954
|
outlined: "",
|
|
40971
40955
|
rounded: "",
|
|
@@ -40978,7 +40962,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40978
40962
|
clearable: ""
|
|
40979
40963
|
}, null, 8, ["modelValue", "label"])
|
|
40980
40964
|
])),
|
|
40981
|
-
w("div",
|
|
40965
|
+
w("div", PA, [
|
|
40982
40966
|
D(E(qt), {
|
|
40983
40967
|
class: "q-ml-sm",
|
|
40984
40968
|
outlined: "",
|
|
@@ -40992,7 +40976,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
40992
40976
|
clearable: ""
|
|
40993
40977
|
}, null, 8, ["modelValue", "label"])
|
|
40994
40978
|
]),
|
|
40995
|
-
o.value ? fe("", !0) : (F(), J("div",
|
|
40979
|
+
o.value ? fe("", !0) : (F(), J("div", $A, [
|
|
40996
40980
|
D(E(Dn), {
|
|
40997
40981
|
outlined: "",
|
|
40998
40982
|
rounded: "",
|
|
@@ -41009,7 +40993,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41009
40993
|
"map-options": ""
|
|
41010
40994
|
}, null, 8, ["modelValue", "options", "label"])
|
|
41011
40995
|
])),
|
|
41012
|
-
w("div",
|
|
40996
|
+
w("div", qA, [
|
|
41013
40997
|
D(E(Dn), {
|
|
41014
40998
|
id: "statusSelector",
|
|
41015
40999
|
rounded: "",
|
|
@@ -41024,7 +41008,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41024
41008
|
clearable: ""
|
|
41025
41009
|
}, null, 8, ["modelValue", "options", "label"])
|
|
41026
41010
|
]),
|
|
41027
|
-
ke(w("div",
|
|
41011
|
+
ke(w("div", NA, [
|
|
41028
41012
|
D(E(Dn), {
|
|
41029
41013
|
id: "daysToRenewalDate",
|
|
41030
41014
|
rounded: "",
|
|
@@ -41043,8 +41027,8 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41043
41027
|
w("div", {
|
|
41044
41028
|
class: Wt({ "col-2 div-5": !o.value, "col-4 div-5": o.value })
|
|
41045
41029
|
}, [
|
|
41046
|
-
w("div",
|
|
41047
|
-
w("div",
|
|
41030
|
+
w("div", DA, [
|
|
41031
|
+
w("div", RA, [
|
|
41048
41032
|
D(E(qt), {
|
|
41049
41033
|
class: "q-ml-sm",
|
|
41050
41034
|
rounded: "",
|
|
@@ -41088,7 +41072,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41088
41072
|
_: 1
|
|
41089
41073
|
}, 8, ["label", "modelValue"])
|
|
41090
41074
|
]),
|
|
41091
|
-
w("div",
|
|
41075
|
+
w("div", AA, [
|
|
41092
41076
|
D(E(qt), {
|
|
41093
41077
|
"hide-bottom-space": "",
|
|
41094
41078
|
rounded: "",
|
|
@@ -41134,8 +41118,8 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41134
41118
|
])
|
|
41135
41119
|
], 2)
|
|
41136
41120
|
]),
|
|
41137
|
-
ke(w("div",
|
|
41138
|
-
w("div",
|
|
41121
|
+
ke(w("div", LA, [
|
|
41122
|
+
w("div", MA, [
|
|
41139
41123
|
D(E(Dn), {
|
|
41140
41124
|
id: "daysToRenewalDate",
|
|
41141
41125
|
rounded: "",
|
|
@@ -41149,7 +41133,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41149
41133
|
clearable: ""
|
|
41150
41134
|
}, null, 8, ["modelValue", "options", "label"])
|
|
41151
41135
|
]),
|
|
41152
|
-
l.value ? (F(), J("div",
|
|
41136
|
+
l.value ? (F(), J("div", FA, [
|
|
41153
41137
|
D(E(Dn), {
|
|
41154
41138
|
id: "daysToRenewalDate",
|
|
41155
41139
|
rounded: "",
|
|
@@ -41172,7 +41156,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41172
41156
|
])
|
|
41173
41157
|
], 64));
|
|
41174
41158
|
}
|
|
41175
|
-
}),
|
|
41159
|
+
}), VA = { class: "negative full-width" }, BA = ["onClick"], UA = ["onClick"], jA = { class: "flex justify-center align-center full-width q-ma-lg" }, zA = { class: "text-h5" }, _0 = /* @__PURE__ */ at({
|
|
41176
41160
|
__name: "SubscriptionsTable",
|
|
41177
41161
|
props: {
|
|
41178
41162
|
filters: {},
|
|
@@ -41309,7 +41293,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41309
41293
|
} else
|
|
41310
41294
|
a.value = v;
|
|
41311
41295
|
}), t({ fetchSubscriptions: f }), (m, g) => (F(), J(et, null, [
|
|
41312
|
-
ke(w("div",
|
|
41296
|
+
ke(w("div", VA, [
|
|
41313
41297
|
w("span", null, A(m.$t("Error fetching subscriptions")), 1)
|
|
41314
41298
|
], 512), [
|
|
41315
41299
|
[Ne, u.value]
|
|
@@ -41326,8 +41310,8 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41326
41310
|
loading: i.value
|
|
41327
41311
|
}, D0({
|
|
41328
41312
|
"no-data": B(() => [
|
|
41329
|
-
ke(w("div",
|
|
41330
|
-
w("span",
|
|
41313
|
+
ke(w("div", jA, [
|
|
41314
|
+
w("span", zA, A(m.$t("No Subscriptions Found")), 1)
|
|
41331
41315
|
], 512), [
|
|
41332
41316
|
[Ne, !i.value]
|
|
41333
41317
|
])
|
|
@@ -41347,7 +41331,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41347
41331
|
w("a", {
|
|
41348
41332
|
href: "javascript:void(0)",
|
|
41349
41333
|
onClick: (S) => s("rowClick", p.row, S)
|
|
41350
|
-
}, A(p.row.providerSubscriptionId), 9,
|
|
41334
|
+
}, A(p.row.providerSubscriptionId), 9, BA)
|
|
41351
41335
|
]),
|
|
41352
41336
|
_: 2
|
|
41353
41337
|
}, 1024),
|
|
@@ -41368,7 +41352,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41368
41352
|
w("a", {
|
|
41369
41353
|
href: "javascript:void(0)",
|
|
41370
41354
|
onClick: (S) => s("customerRowClick", p.row, S)
|
|
41371
|
-
}, A(`${p.row.customerName} [${p.row.providerCustomerId}]`), 9,
|
|
41355
|
+
}, A(`${p.row.customerName} [${p.row.providerCustomerId}]`), 9, UA)
|
|
41372
41356
|
]),
|
|
41373
41357
|
_: 2
|
|
41374
41358
|
}, 1024),
|
|
@@ -41509,7 +41493,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41509
41493
|
]), 1032, ["rows", "columns", "pagination", "rows-per-page-options", "loading"])
|
|
41510
41494
|
], 64));
|
|
41511
41495
|
}
|
|
41512
|
-
}),
|
|
41496
|
+
}), HA = { class: "subscriptions-index q-ma-lg q-pa-md" }, QA = { class: "row justify-between" }, WA = { class: "col-11 big" }, KA = { class: "col-1 q-pl-sm text-center small" }, YA = { class: "q-mt-sm flex info-row" }, JA = { class: "text-lg text-primary" }, GA = { class: "text-subtitle2 q-ml-sm" }, XA = { class: "text-h6" }, ZA = /* @__PURE__ */ at({
|
|
41513
41497
|
__name: "SubscriptionIndex",
|
|
41514
41498
|
props: {
|
|
41515
41499
|
route: {},
|
|
@@ -41574,9 +41558,9 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41574
41558
|
});
|
|
41575
41559
|
}), Ja(async () => {
|
|
41576
41560
|
document.body.classList.remove("gray-page");
|
|
41577
|
-
}), (h, y) => (F(), J("div",
|
|
41578
|
-
w("div",
|
|
41579
|
-
w("div",
|
|
41561
|
+
}), (h, y) => (F(), J("div", HA, [
|
|
41562
|
+
w("div", QA, [
|
|
41563
|
+
w("div", WA, [
|
|
41580
41564
|
D(b0, {
|
|
41581
41565
|
modelValue: l.value,
|
|
41582
41566
|
"onUpdate:modelValue": y[0] || (y[0] = (C) => l.value = C),
|
|
@@ -41588,7 +41572,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41588
41572
|
"external-system-clients": h.externalSystemClients
|
|
41589
41573
|
}, null, 8, ["modelValue", "available-statuses", "external-system-type-values", "exibition-mode", "external-system-clients"])
|
|
41590
41574
|
]),
|
|
41591
|
-
w("div",
|
|
41575
|
+
w("div", KA, [
|
|
41592
41576
|
D(E(Ae), {
|
|
41593
41577
|
rounded: "",
|
|
41594
41578
|
color: "primary",
|
|
@@ -41598,7 +41582,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41598
41582
|
}, null, 8, ["label"])
|
|
41599
41583
|
])
|
|
41600
41584
|
]),
|
|
41601
|
-
w("div",
|
|
41585
|
+
w("div", YA, [
|
|
41602
41586
|
(F(!0), J(et, null, wt(o.value, (C) => (F(), J("div", {
|
|
41603
41587
|
key: C.status,
|
|
41604
41588
|
class: "flex"
|
|
@@ -41610,14 +41594,14 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41610
41594
|
onClick: (T) => g(C.status)
|
|
41611
41595
|
}, {
|
|
41612
41596
|
default: B(() => [
|
|
41613
|
-
w("span",
|
|
41614
|
-
w("span",
|
|
41597
|
+
w("span", JA, A(C.total ?? ""), 1),
|
|
41598
|
+
w("span", GA, A(C.displayName), 1)
|
|
41615
41599
|
]),
|
|
41616
41600
|
_: 2
|
|
41617
41601
|
}, 1032, ["onClick"])
|
|
41618
41602
|
]))), 128))
|
|
41619
41603
|
]),
|
|
41620
|
-
w("span",
|
|
41604
|
+
w("span", XA, A(h.$t("Subscriptions")), 1),
|
|
41621
41605
|
D(_0, {
|
|
41622
41606
|
onFetchSubscriptionsFinished: v,
|
|
41623
41607
|
ref_key: "subscriptionTable",
|
|
@@ -41631,7 +41615,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41631
41615
|
}, null, 8, ["filters", "rows-per-page-options", "mode", "has-duplicated-external-system-clients"])
|
|
41632
41616
|
]));
|
|
41633
41617
|
}
|
|
41634
|
-
}),
|
|
41618
|
+
}), eL = { class: "text-h5 q-ma-md" }, tL = { class: "text-h6 primary-color" }, nL = { class: "specs q-mb-md" }, rL = { class: "text-h6" }, aL = /* @__PURE__ */ at({
|
|
41635
41619
|
__name: "SubscriptionOrderDetails",
|
|
41636
41620
|
props: {
|
|
41637
41621
|
rowsPerPageOptions: {},
|
|
@@ -41665,7 +41649,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41665
41649
|
a.value = !1;
|
|
41666
41650
|
}
|
|
41667
41651
|
}), (s, d) => (F(), J(et, null, [
|
|
41668
|
-
w("div",
|
|
41652
|
+
w("div", eL, A(s.$t("Order details")), 1),
|
|
41669
41653
|
D(E(Qt), { class: "q-ma-md subscripton-details" }, {
|
|
41670
41654
|
default: B(() => [
|
|
41671
41655
|
D(E(dt), null, {
|
|
@@ -41678,9 +41662,9 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41678
41662
|
]),
|
|
41679
41663
|
ke(w("div", null, [
|
|
41680
41664
|
w("div", null, [
|
|
41681
|
-
w("div",
|
|
41665
|
+
w("div", tL, A(`${s.$t("Order Id")}: ${i.value?.providerOrderId ?? s.$t("Pending")}`), 1)
|
|
41682
41666
|
]),
|
|
41683
|
-
w("table",
|
|
41667
|
+
w("table", nL, [
|
|
41684
41668
|
w("tr", null, [
|
|
41685
41669
|
w("td", null, A(s.$t("Total price")), 1),
|
|
41686
41670
|
w("td", null, A(s.$formatCurrency(i.value?.total, i.value?.currency)), 1)
|
|
@@ -41693,7 +41677,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41693
41677
|
], 512), [
|
|
41694
41678
|
[Ne, !a.value && i.value]
|
|
41695
41679
|
]),
|
|
41696
|
-
w("span",
|
|
41680
|
+
w("span", rL, A(s.$t("Order items")), 1),
|
|
41697
41681
|
D(E(jn), {
|
|
41698
41682
|
"wrap-cells": "",
|
|
41699
41683
|
rows: i.value?.subscriptionOrderItems ?? [],
|
|
@@ -41718,7 +41702,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41718
41702
|
})
|
|
41719
41703
|
], 64));
|
|
41720
41704
|
}
|
|
41721
|
-
}),
|
|
41705
|
+
}), iL = /* @__PURE__ */ at({
|
|
41722
41706
|
__name: "SubscriptionOrdersList",
|
|
41723
41707
|
props: {
|
|
41724
41708
|
subscriptionOrders: { default: () => [] },
|
|
@@ -41744,7 +41728,7 @@ const jR = { class: "text-h6" }, zR = { class: "q-mb-md" }, HR = { class: "q-mt-
|
|
|
41744
41728
|
}, null, 8, ["title", "rows", "no-data-label", "visible-columns"]));
|
|
41745
41729
|
}
|
|
41746
41730
|
});
|
|
41747
|
-
class
|
|
41731
|
+
class oL {
|
|
41748
41732
|
http;
|
|
41749
41733
|
baseUrl;
|
|
41750
41734
|
jsonParseReviver = void 0;
|
|
@@ -41832,7 +41816,7 @@ class Sf {
|
|
|
41832
41816
|
return t = typeof t == "object" ? t : {}, t.firstName = this.firstName, t.lastName = this.lastName, t.email = this.email, t.telephone = this.telephone, t.company = this.company, t.comments = this.comments, t.rcToken = this.rcToken, t;
|
|
41833
41817
|
}
|
|
41834
41818
|
}
|
|
41835
|
-
class
|
|
41819
|
+
class lL extends Error {
|
|
41836
41820
|
message;
|
|
41837
41821
|
status;
|
|
41838
41822
|
response;
|
|
@@ -41847,15 +41831,15 @@ class cL extends Error {
|
|
|
41847
41831
|
}
|
|
41848
41832
|
}
|
|
41849
41833
|
function Fh(e, t, n, r, a) {
|
|
41850
|
-
throw a ?? new
|
|
41834
|
+
throw a ?? new lL(e, t, n, r, null);
|
|
41851
41835
|
}
|
|
41852
|
-
const
|
|
41836
|
+
const sL = { class: "contact-us-block q-mb-lg" }, uL = { class: "top wide" }, cL = { class: "row" }, dL = { class: "col-12 text-center" }, fL = { class: "text-h6" }, vL = { class: "text-h3" }, mL = { class: "row" }, hL = { class: "col-xs-12 col-sm-6 offset-sm-3" }, pL = { class: "content" }, gL = {
|
|
41853
41837
|
key: 0,
|
|
41854
41838
|
class: "form-container text-center"
|
|
41855
|
-
},
|
|
41839
|
+
}, yL = { class: "text-h6" }, bL = { class: "row" }, _L = { class: "actions flex align-center" }, wL = { key: 1 }, SL = { class: "col-12 text-center" }, CL = { class: "text-h6" }, kL = { class: "text-h3" }, TL = { class: "row contact-info" }, EL = { class: "col-xs-12 col-lg-8 center" }, xL = { class: "content" }, IL = { class: "row" }, OL = { class: "col-xs-12 col-sm-6 col-md-3 relative" }, PL = { class: "col-xs-12 col-sm-6 col-md-3 relative" }, $L = { class: "col-xs-12 col-sm-6 col-md-3 relative" }, qL = { class: "content" }, NL = {
|
|
41856
41840
|
href: "https://maps.app.goo.gl/13u9L5V8kXTfXr4w8",
|
|
41857
41841
|
target: "_blank"
|
|
41858
|
-
},
|
|
41842
|
+
}, DL = /* @__PURE__ */ at({
|
|
41859
41843
|
__name: "ContactUs",
|
|
41860
41844
|
props: {
|
|
41861
41845
|
recaptchaSiteKey: {}
|
|
@@ -41878,7 +41862,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
41878
41862
|
comments: null
|
|
41879
41863
|
}), a = L(!1);
|
|
41880
41864
|
async function i() {
|
|
41881
|
-
const u = new
|
|
41865
|
+
const u = new oL();
|
|
41882
41866
|
try {
|
|
41883
41867
|
const c = await o();
|
|
41884
41868
|
let s = Sf.fromJS({ ...r, rcToken: c });
|
|
@@ -41907,27 +41891,27 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
41907
41891
|
function l(u) {
|
|
41908
41892
|
return /^(?=[a-zA-Z0-9@._%+-]{6,254}$)[a-zA-Z0-9._%+-]{1,64}@(?:[a-zA-Z0-9-]{1,63}\.){1,8}[a-zA-Z]{2,63}$/.test(u) || "Invalid email";
|
|
41909
41893
|
}
|
|
41910
|
-
return (u, c) => (F(), J("div",
|
|
41911
|
-
w("div",
|
|
41912
|
-
w("div",
|
|
41913
|
-
w("div",
|
|
41914
|
-
w("div",
|
|
41915
|
-
w("div",
|
|
41894
|
+
return (u, c) => (F(), J("div", sL, [
|
|
41895
|
+
w("div", uL, [
|
|
41896
|
+
w("div", cL, [
|
|
41897
|
+
w("div", dL, [
|
|
41898
|
+
w("div", fL, A(u.$t("Contact Us")), 1),
|
|
41899
|
+
w("div", vL, A(u.$t("We’d love to hear from you")), 1),
|
|
41916
41900
|
w("p", null, A(u.$t(`Whether you have a question about features, trials, pricing, need a demo, or anything else,
|
|
41917
41901
|
our team is ready to answer all your questions.`)), 1)
|
|
41918
41902
|
])
|
|
41919
41903
|
])
|
|
41920
41904
|
]),
|
|
41921
|
-
w("div",
|
|
41922
|
-
w("div",
|
|
41923
|
-
w("div",
|
|
41924
|
-
a.value ? (F(), J("div",
|
|
41925
|
-
w("div",
|
|
41926
|
-
w("div",
|
|
41927
|
-
w("div",
|
|
41905
|
+
w("div", mL, [
|
|
41906
|
+
w("div", hL, [
|
|
41907
|
+
w("div", pL, [
|
|
41908
|
+
a.value ? (F(), J("div", wL, [
|
|
41909
|
+
w("div", SL, [
|
|
41910
|
+
w("div", CL, A(u.$t("ThankYouForContactingStockChannel")), 1),
|
|
41911
|
+
w("div", kL, A(u.$t("OneOfTheTeamWillComeBackToYouShortly")), 1)
|
|
41928
41912
|
])
|
|
41929
|
-
])) : (F(), J("div",
|
|
41930
|
-
w("div",
|
|
41913
|
+
])) : (F(), J("div", gL, [
|
|
41914
|
+
w("div", yL, A(u.$t("Get In Touch")), 1),
|
|
41931
41915
|
w("p", null, A(u.$t(`Arrange a free call back from our expert team to find out how Cloud in the Channel can
|
|
41932
41916
|
transform your business.`)), 1),
|
|
41933
41917
|
D(E(fd), {
|
|
@@ -41935,7 +41919,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
41935
41919
|
class: "q-gutter-md"
|
|
41936
41920
|
}, {
|
|
41937
41921
|
default: B(() => [
|
|
41938
|
-
w("div",
|
|
41922
|
+
w("div", bL, [
|
|
41939
41923
|
D(E(qt), {
|
|
41940
41924
|
rounded: "",
|
|
41941
41925
|
outlined: "",
|
|
@@ -42004,7 +41988,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42004
41988
|
rules: [(s) => s && s.length > 0 || "This field is required"]
|
|
42005
41989
|
}, null, 8, ["modelValue", "rules"])
|
|
42006
41990
|
]),
|
|
42007
|
-
w("div",
|
|
41991
|
+
w("div", _L, [
|
|
42008
41992
|
D(E(Ae), {
|
|
42009
41993
|
size: "lg",
|
|
42010
41994
|
rounded: "",
|
|
@@ -42021,11 +42005,11 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42021
42005
|
])
|
|
42022
42006
|
])
|
|
42023
42007
|
]),
|
|
42024
|
-
w("div",
|
|
42025
|
-
w("div",
|
|
42026
|
-
w("div",
|
|
42027
|
-
w("div",
|
|
42028
|
-
w("div",
|
|
42008
|
+
w("div", TL, [
|
|
42009
|
+
w("div", EL, [
|
|
42010
|
+
w("div", xL, [
|
|
42011
|
+
w("div", IL, [
|
|
42012
|
+
w("div", OL, [
|
|
42029
42013
|
c[13] || (c[13] = w("img", {
|
|
42030
42014
|
src: "/img/graphics/contact/telephone.svg",
|
|
42031
42015
|
class: "avatar"
|
|
@@ -42059,7 +42043,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42059
42043
|
c[12] || (c[12] = w("a", { href: "tel:+44203 053 9520" }, "(+44) 203 053 9520", -1))
|
|
42060
42044
|
])
|
|
42061
42045
|
]),
|
|
42062
|
-
w("div",
|
|
42046
|
+
w("div", PL, [
|
|
42063
42047
|
c[17] || (c[17] = w("img", {
|
|
42064
42048
|
src: "/img/graphics/contact/email.svg",
|
|
42065
42049
|
class: "avatar"
|
|
@@ -42077,13 +42061,13 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42077
42061
|
c[16] || (c[16] = w("a", { href: "mailto:partners@cloudinthechannel.com" }, "partners@cloudinthechannel.com", -1))
|
|
42078
42062
|
])
|
|
42079
42063
|
]),
|
|
42080
|
-
w("div",
|
|
42064
|
+
w("div", $L, [
|
|
42081
42065
|
c[19] || (c[19] = w("img", {
|
|
42082
42066
|
src: "/img/graphics/contact/map.svg",
|
|
42083
42067
|
class: "avatar"
|
|
42084
42068
|
}, null, -1)),
|
|
42085
|
-
w("div",
|
|
42086
|
-
w("a",
|
|
42069
|
+
w("div", qL, [
|
|
42070
|
+
w("a", NL, [
|
|
42087
42071
|
Re(A(u.$t("Florinis 11, CITY FORUM, 1st floor, Office 102")), 1),
|
|
42088
42072
|
c[18] || (c[18] = w("br", null, null, -1)),
|
|
42089
42073
|
Re(A(u.$t("Nicosia | 1065")), 1)
|
|
@@ -42096,7 +42080,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42096
42080
|
])
|
|
42097
42081
|
]));
|
|
42098
42082
|
}
|
|
42099
|
-
}),
|
|
42083
|
+
}), RL = Ct`
|
|
42100
42084
|
mutation addItemToBasket($data: AddItemToBasketInput!) {
|
|
42101
42085
|
addItemToBasket(input: { item: $data }) {
|
|
42102
42086
|
createBasketPayload {
|
|
@@ -42126,7 +42110,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42126
42110
|
}
|
|
42127
42111
|
}
|
|
42128
42112
|
}
|
|
42129
|
-
`,
|
|
42113
|
+
`, AL = Ct`
|
|
42130
42114
|
mutation changeBasketItemQty($data: ChangeBasketItemQtyInput!) {
|
|
42131
42115
|
changeBasketItemQty(input: $data) {
|
|
42132
42116
|
createBasketPayload {
|
|
@@ -42156,7 +42140,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42156
42140
|
}
|
|
42157
42141
|
}
|
|
42158
42142
|
}
|
|
42159
|
-
`,
|
|
42143
|
+
`, LL = Ct`
|
|
42160
42144
|
mutation removeItemFromBasket($data: RemoveItemFromBasketInput!) {
|
|
42161
42145
|
removeItemFromBasket(input: $data) {
|
|
42162
42146
|
createBasketPayload {
|
|
@@ -42186,7 +42170,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42186
42170
|
}
|
|
42187
42171
|
}
|
|
42188
42172
|
}
|
|
42189
|
-
`,
|
|
42173
|
+
`, ML = Ct`
|
|
42190
42174
|
mutation saveVendorParameters($data: SaveVendorParametersInput!) {
|
|
42191
42175
|
saveVendorParameters(saveVendorParametersInput: $data) {
|
|
42192
42176
|
boolean
|
|
@@ -42195,7 +42179,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42195
42179
|
}
|
|
42196
42180
|
}
|
|
42197
42181
|
}
|
|
42198
|
-
`,
|
|
42182
|
+
`, FL = Ct`
|
|
42199
42183
|
mutation placeSalesOrder($data: PlaceSalesOrderInput!) {
|
|
42200
42184
|
placeSalesOrder(createSalesOrderInput: $data) {
|
|
42201
42185
|
salesOrderId
|
|
@@ -42204,7 +42188,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42204
42188
|
}
|
|
42205
42189
|
}
|
|
42206
42190
|
}
|
|
42207
|
-
`,
|
|
42191
|
+
`, VL = Ct`
|
|
42208
42192
|
mutation setBasketCustomer($data: SetBasketCustomerInput!) {
|
|
42209
42193
|
setBasketCustomer(input: $data) {
|
|
42210
42194
|
boolean
|
|
@@ -42213,7 +42197,7 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42213
42197
|
}
|
|
42214
42198
|
}
|
|
42215
42199
|
}
|
|
42216
|
-
`,
|
|
42200
|
+
`, BL = Ct`
|
|
42217
42201
|
query {
|
|
42218
42202
|
currentBasket {
|
|
42219
42203
|
id
|
|
@@ -42243,11 +42227,11 @@ const dL = { class: "contact-us-block q-mb-lg" }, fL = { class: "top wide" }, vL
|
|
|
42243
42227
|
}
|
|
42244
42228
|
}
|
|
42245
42229
|
`;
|
|
42246
|
-
class
|
|
42230
|
+
class UL {
|
|
42247
42231
|
async addItemToBasket(t) {
|
|
42248
42232
|
try {
|
|
42249
42233
|
return (await Dt.mutate({
|
|
42250
|
-
mutation:
|
|
42234
|
+
mutation: RL,
|
|
42251
42235
|
variables: { data: t }
|
|
42252
42236
|
})).data.addItemToBasket;
|
|
42253
42237
|
} catch (n) {
|
|
@@ -42257,7 +42241,7 @@ class HL {
|
|
|
42257
42241
|
async changeBasketItemQty(t) {
|
|
42258
42242
|
try {
|
|
42259
42243
|
return (await Dt.mutate({
|
|
42260
|
-
mutation:
|
|
42244
|
+
mutation: AL,
|
|
42261
42245
|
variables: { data: t }
|
|
42262
42246
|
})).data.changeBasketItemQty;
|
|
42263
42247
|
} catch (n) {
|
|
@@ -42267,7 +42251,7 @@ class HL {
|
|
|
42267
42251
|
async removeItemFromBasket(t) {
|
|
42268
42252
|
try {
|
|
42269
42253
|
return (await Dt.mutate({
|
|
42270
|
-
mutation:
|
|
42254
|
+
mutation: LL,
|
|
42271
42255
|
variables: { data: t }
|
|
42272
42256
|
})).data.removeItemFromBasket;
|
|
42273
42257
|
} catch (n) {
|
|
@@ -42277,7 +42261,7 @@ class HL {
|
|
|
42277
42261
|
async saveVendorParameters(t) {
|
|
42278
42262
|
try {
|
|
42279
42263
|
const r = (await Dt.mutate({
|
|
42280
|
-
mutation:
|
|
42264
|
+
mutation: ML,
|
|
42281
42265
|
variables: { data: t }
|
|
42282
42266
|
})).data.saveVendorParameters;
|
|
42283
42267
|
return r.errors ? r.errors.length == 0 : !0;
|
|
@@ -42287,14 +42271,14 @@ class HL {
|
|
|
42287
42271
|
}
|
|
42288
42272
|
async placeSalesOrder(t) {
|
|
42289
42273
|
return (await Dt.mutate({
|
|
42290
|
-
mutation:
|
|
42274
|
+
mutation: FL,
|
|
42291
42275
|
variables: { data: t }
|
|
42292
42276
|
})).data.placeSalesOrder;
|
|
42293
42277
|
}
|
|
42294
42278
|
async setBasketCustomer(t) {
|
|
42295
42279
|
try {
|
|
42296
42280
|
const r = (await Dt.mutate({
|
|
42297
|
-
mutation:
|
|
42281
|
+
mutation: VL,
|
|
42298
42282
|
variables: { data: t }
|
|
42299
42283
|
})).data.setBasketCustomer;
|
|
42300
42284
|
return r.errors ? r.errors.length == 0 : !0;
|
|
@@ -42305,14 +42289,14 @@ class HL {
|
|
|
42305
42289
|
async getCurrentBasket() {
|
|
42306
42290
|
try {
|
|
42307
42291
|
return (await Dt.query({
|
|
42308
|
-
query:
|
|
42292
|
+
query: BL
|
|
42309
42293
|
})).data.currentBasket;
|
|
42310
42294
|
} catch (t) {
|
|
42311
42295
|
throw t;
|
|
42312
42296
|
}
|
|
42313
42297
|
}
|
|
42314
42298
|
}
|
|
42315
|
-
const
|
|
42299
|
+
const jL = { class: "text-body q-mr-md" }, zL = { class: "text-body q-mr-md" }, HL = { class: "text-body q-mr-md" }, QL = { key: 0 }, WL = { class: "text-body q-mr-md" }, KL = { class: "text-body q-mr-md" }, YL = { class: "row" }, JL = { class: "col-2" }, GL = { class: "text-body q-mr-md" }, XL = { class: "row" }, ZL = { class: "col-2" }, eM = { class: "text-body q-mr-md" }, tM = { key: 0 }, w0 = /* @__PURE__ */ at({
|
|
42316
42300
|
__name: "BasketItemsTable",
|
|
42317
42301
|
props: {
|
|
42318
42302
|
basket: {},
|
|
@@ -42324,7 +42308,7 @@ const QL = { class: "text-body q-mr-md" }, WL = { class: "text-body q-mr-md" },
|
|
|
42324
42308
|
},
|
|
42325
42309
|
emits: ["onBasketItemRemoved", "onBasketChanged"],
|
|
42326
42310
|
setup(e, { expose: t, emit: n }) {
|
|
42327
|
-
const r = e, a = n, i = L(), o = L(!1), l = er(), { t: u } = tn(), c = new
|
|
42311
|
+
const r = e, a = n, i = L(), o = L(!1), l = er(), { t: u } = tn(), c = new UL(), s = L([]), d = [
|
|
42328
42312
|
{ align: "left", sortable: !1, name: "mpn", label: u("Sku"), field: "mpn" },
|
|
42329
42313
|
{ align: "left", sortable: !1, name: "externalSystemType", label: u("Provider"), field: "externalSystemType" },
|
|
42330
42314
|
{ align: "left", sortable: !1, name: "name", label: u("Name"), field: "name" },
|
|
@@ -42442,25 +42426,25 @@ const QL = { class: "text-body q-mr-md" }, WL = { class: "text-body q-mr-md" },
|
|
|
42442
42426
|
default: B(() => [
|
|
42443
42427
|
D(E($e), { key: "mpn" }, {
|
|
42444
42428
|
default: B(() => [
|
|
42445
|
-
w("span",
|
|
42429
|
+
w("span", jL, A(C.row.product.mpn), 1)
|
|
42446
42430
|
]),
|
|
42447
42431
|
_: 2
|
|
42448
42432
|
}, 1024),
|
|
42449
42433
|
D(E($e), { key: "externalSystemType" }, {
|
|
42450
42434
|
default: B(() => [
|
|
42451
|
-
w("span",
|
|
42435
|
+
w("span", zL, A(C.row.product.externalSystemType), 1)
|
|
42452
42436
|
]),
|
|
42453
42437
|
_: 2
|
|
42454
42438
|
}, 1024),
|
|
42455
42439
|
D(E($e), { key: "name" }, {
|
|
42456
42440
|
default: B(() => [
|
|
42457
|
-
w("span",
|
|
42441
|
+
w("span", HL, A(C.row.product.name), 1)
|
|
42458
42442
|
]),
|
|
42459
42443
|
_: 2
|
|
42460
42444
|
}, 1024),
|
|
42461
42445
|
D(E($e), { key: "quantity" }, {
|
|
42462
42446
|
default: B(() => [
|
|
42463
|
-
r.disable ? (F(), J("span",
|
|
42447
|
+
r.disable ? (F(), J("span", QL, A(C.row.product.quantity), 1)) : (F(), _e(E(qt), {
|
|
42464
42448
|
key: 1,
|
|
42465
42449
|
modelValue: C.row.product.quantity,
|
|
42466
42450
|
"onUpdate:modelValue": [(T) => C.row.product.quantity = T, (T) => S(C.row)],
|
|
@@ -42475,7 +42459,7 @@ const QL = { class: "text-body q-mr-md" }, WL = { class: "text-body q-mr-md" },
|
|
|
42475
42459
|
}, 1024),
|
|
42476
42460
|
ke(D(E($e), { key: "cost" }, {
|
|
42477
42461
|
default: B(() => [
|
|
42478
|
-
w("span",
|
|
42462
|
+
w("span", WL, A(h.$formatCurrency(C.row.product.price, r.basket?.currency)), 1)
|
|
42479
42463
|
]),
|
|
42480
42464
|
_: 2
|
|
42481
42465
|
}, 1536), [
|
|
@@ -42483,15 +42467,15 @@ const QL = { class: "text-body q-mr-md" }, WL = { class: "text-body q-mr-md" },
|
|
|
42483
42467
|
]),
|
|
42484
42468
|
D(E($e), { key: "price" }, {
|
|
42485
42469
|
default: B(() => [
|
|
42486
|
-
w("span",
|
|
42470
|
+
w("span", KL, A(C.row.product.msrp ? h.$formatCurrency(C.row.product.msrp, r.basket?.currency) : h.$t("n/a")), 1)
|
|
42487
42471
|
]),
|
|
42488
42472
|
_: 2
|
|
42489
42473
|
}, 1024),
|
|
42490
42474
|
ke(D(E($e), { key: "totalCost" }, {
|
|
42491
42475
|
default: B(() => [
|
|
42492
|
-
w("div",
|
|
42493
|
-
w("div",
|
|
42494
|
-
w("span",
|
|
42476
|
+
w("div", YL, [
|
|
42477
|
+
w("div", JL, [
|
|
42478
|
+
w("span", GL, A(C.row.product.totalCost ? h.$formatCurrency(C.row.product.totalCost, r.basket?.currency) : h.$t("n/a")), 1)
|
|
42495
42479
|
])
|
|
42496
42480
|
])
|
|
42497
42481
|
]),
|
|
@@ -42501,9 +42485,9 @@ const QL = { class: "text-body q-mr-md" }, WL = { class: "text-body q-mr-md" },
|
|
|
42501
42485
|
]),
|
|
42502
42486
|
D(E($e), { key: "totalPrice" }, {
|
|
42503
42487
|
default: B(() => [
|
|
42504
|
-
w("div",
|
|
42505
|
-
w("div",
|
|
42506
|
-
w("span",
|
|
42488
|
+
w("div", XL, [
|
|
42489
|
+
w("div", ZL, [
|
|
42490
|
+
w("span", eM, A(C.row.product.totalPrice ? h.$formatCurrency(C.row.product.totalPrice, r.basket?.currency) : h.$t("n/a")), 1)
|
|
42507
42491
|
])
|
|
42508
42492
|
])
|
|
42509
42493
|
]),
|
|
@@ -42579,7 +42563,7 @@ const QL = { class: "text-body q-mr-md" }, WL = { class: "text-body q-mr-md" },
|
|
|
42579
42563
|
}, 1024),
|
|
42580
42564
|
D(E($e), { style: { width: "120px" } }, {
|
|
42581
42565
|
default: B(() => [
|
|
42582
|
-
r.disable ? (F(), J("span",
|
|
42566
|
+
r.disable ? (F(), J("span", tM, A(T.quantity), 1)) : (F(), _e(E(qt), {
|
|
42583
42567
|
key: 1,
|
|
42584
42568
|
modelValue: T.quantity,
|
|
42585
42569
|
"onUpdate:modelValue": [($) => T.quantity = $, ($) => g(C.row, T)],
|
|
@@ -42653,7 +42637,7 @@ const QL = { class: "text-body q-mr-md" }, WL = { class: "text-body q-mr-md" },
|
|
|
42653
42637
|
}, 8, ["rows", "columns", "rows-per-page-options", "loading", "visible-columns"]));
|
|
42654
42638
|
}
|
|
42655
42639
|
});
|
|
42656
|
-
const
|
|
42640
|
+
const nM = { class: "customer-top" }, rM = { class: "text-h6 primary-color customer-name" }, aM = { class: "text-weight-medium" }, iM = /* @__PURE__ */ at({
|
|
42657
42641
|
__name: "CustomerDetailsSection",
|
|
42658
42642
|
props: {
|
|
42659
42643
|
isDataLoading: { type: Boolean },
|
|
@@ -42673,13 +42657,13 @@ const iM = { class: "customer-top" }, oM = { class: "text-h6 primary-color custo
|
|
|
42673
42657
|
]),
|
|
42674
42658
|
w("div", null, [
|
|
42675
42659
|
ke(w("div", null, [
|
|
42676
|
-
w("p",
|
|
42677
|
-
w("span",
|
|
42660
|
+
w("p", nM, [
|
|
42661
|
+
w("span", rM, A(`${n.customerDetails?.companyName}`), 1),
|
|
42678
42662
|
ke(w("span", { class: "customer-id" }, A(`[${n.customerDetails?.providerCustomerId}]`), 513), [
|
|
42679
42663
|
[Ne, !t.value]
|
|
42680
42664
|
])
|
|
42681
42665
|
]),
|
|
42682
|
-
w("p",
|
|
42666
|
+
w("p", aM, A(r.$t("Address")), 1),
|
|
42683
42667
|
w("p", null, A([
|
|
42684
42668
|
n.customerDetails?.addressLine1,
|
|
42685
42669
|
n.customerDetails?.addressLine2,
|
|
@@ -42823,7 +42807,7 @@ class S0 {
|
|
|
42823
42807
|
}
|
|
42824
42808
|
}
|
|
42825
42809
|
}
|
|
42826
|
-
const
|
|
42810
|
+
const oM = { class: "text-h5 q-ma-md" }, lM = { class: "flex justify-between" }, sM = { class: "col-4 text-h6 primary-color" }, uM = { class: "row" }, cM = { class: "col-4" }, dM = { class: "specs" }, fM = { key: 0 }, vM = { key: 1 }, mM = { class: "col-4" }, hM = { class: "specs" }, pM = { class: "col-4" }, gM = { class: "text-h6 primary-color" }, yM = { class: "text-right" }, bM = /* @__PURE__ */ at({
|
|
42827
42811
|
__name: "QuoteDetails",
|
|
42828
42812
|
props: {
|
|
42829
42813
|
rowsPerPageOptions: {},
|
|
@@ -42910,7 +42894,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
42910
42894
|
r.value ? (d.value = x.indexOf(r.value.status) === -1, f.value = P.indexOf(r.value.status) === -1, v.value = I.indexOf(r.value.status) === -1) : (d.value = !1, f.value = !1, v.value = !1);
|
|
42911
42895
|
}
|
|
42912
42896
|
return t({ getBasketDetails: k }), (x, P) => (F(), J(et, null, [
|
|
42913
|
-
w("div",
|
|
42897
|
+
w("div", oM, A(x.$t("Quote details")), 1),
|
|
42914
42898
|
ke(D(E(Tr), {
|
|
42915
42899
|
height: "200px",
|
|
42916
42900
|
square: ""
|
|
@@ -42922,8 +42906,8 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
42922
42906
|
default: B(() => [
|
|
42923
42907
|
D(E(dt), null, {
|
|
42924
42908
|
default: B(() => [
|
|
42925
|
-
w("div",
|
|
42926
|
-
w("div",
|
|
42909
|
+
w("div", lM, [
|
|
42910
|
+
w("div", sM, A(`${x.$t("Quote Id")}: ${r.value?.id}`), 1),
|
|
42927
42911
|
D(E(fa), { align: "right" }, {
|
|
42928
42912
|
default: B(() => [
|
|
42929
42913
|
D(E(Ae), {
|
|
@@ -42948,18 +42932,18 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
42948
42932
|
_: 1
|
|
42949
42933
|
})
|
|
42950
42934
|
]),
|
|
42951
|
-
w("div",
|
|
42952
|
-
w("div",
|
|
42953
|
-
w("table",
|
|
42935
|
+
w("div", uM, [
|
|
42936
|
+
w("div", cM, [
|
|
42937
|
+
w("table", dM, [
|
|
42954
42938
|
w("tr", null, [
|
|
42955
42939
|
w("td", null, A(x.$t("Customer")), 1),
|
|
42956
42940
|
w("td", null, A(r.value?.customerName), 1)
|
|
42957
42941
|
]),
|
|
42958
|
-
r.value?.providerCustomerIds && r.value?.providerCustomerIds.length > 0 ? (F(), J("tr",
|
|
42942
|
+
r.value?.providerCustomerIds && r.value?.providerCustomerIds.length > 0 ? (F(), J("tr", fM, [
|
|
42959
42943
|
w("td", null, A(x.$t("Provider")), 1),
|
|
42960
42944
|
w("td", null, A(x.$t(r.value?.providerCustomerIds[0].externalSystemType)), 1)
|
|
42961
42945
|
])) : fe("", !0),
|
|
42962
|
-
r.value?.providerCustomerIds && r.value?.providerCustomerIds.length > 0 ? (F(), J("tr",
|
|
42946
|
+
r.value?.providerCustomerIds && r.value?.providerCustomerIds.length > 0 ? (F(), J("tr", vM, [
|
|
42963
42947
|
w("td", null, A(x.$t("Provider Customer Id")), 1),
|
|
42964
42948
|
w("td", null, A(x.$t(r.value?.providerCustomerIds[0].providerCustomerId)), 1)
|
|
42965
42949
|
])) : fe("", !0),
|
|
@@ -42969,8 +42953,8 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
42969
42953
|
])
|
|
42970
42954
|
])
|
|
42971
42955
|
]),
|
|
42972
|
-
w("div",
|
|
42973
|
-
w("table",
|
|
42956
|
+
w("div", mM, [
|
|
42957
|
+
w("table", hM, [
|
|
42974
42958
|
w("tr", null, [
|
|
42975
42959
|
w("td", null, A(x.$t("Admin Contact")), 1)
|
|
42976
42960
|
]),
|
|
@@ -42989,7 +42973,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
42989
42973
|
])
|
|
42990
42974
|
])
|
|
42991
42975
|
]),
|
|
42992
|
-
w("div",
|
|
42976
|
+
w("div", pM, [
|
|
42993
42977
|
D(E(jn), {
|
|
42994
42978
|
title: x.$t("History"),
|
|
42995
42979
|
rows: r.value?.basketStatusHistoriesPayload ?? [],
|
|
@@ -43003,7 +42987,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43003
42987
|
}),
|
|
43004
42988
|
D(E(dt), null, {
|
|
43005
42989
|
default: B(() => [
|
|
43006
|
-
w("div",
|
|
42990
|
+
w("div", gM, A(x.$t("Items")), 1),
|
|
43007
42991
|
D(w0, {
|
|
43008
42992
|
ref_key: "basketItemsTableVue",
|
|
43009
42993
|
ref: m,
|
|
@@ -43020,7 +43004,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43020
43004
|
D(E(dt), { align: "right" }, {
|
|
43021
43005
|
default: B(() => [
|
|
43022
43006
|
w("table", null, [
|
|
43023
|
-
w("tr",
|
|
43007
|
+
w("tr", yM, [
|
|
43024
43008
|
w("td", null, A(x.$t("Total price")), 1),
|
|
43025
43009
|
w("td", null, A(x.$formatCurrency(r.value?.totalPrice, r.value?.currency)), 1)
|
|
43026
43010
|
])
|
|
@@ -43059,10 +43043,10 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43059
43043
|
])
|
|
43060
43044
|
], 64));
|
|
43061
43045
|
}
|
|
43062
|
-
}),
|
|
43046
|
+
}), _M = {
|
|
43063
43047
|
key: 0,
|
|
43064
43048
|
class: "text-h6 q-mt-md"
|
|
43065
|
-
},
|
|
43049
|
+
}, wM = { class: "row justify-between" }, SM = { class: "col-10 big" }, CM = { class: "row justify-between" }, kM = { class: "col-2" }, TM = { class: "col-2" }, EM = { class: "col-2" }, xM = { class: "col-6" }, IM = { class: "row" }, OM = { class: "col-6 div-5" }, PM = { class: "col-6" }, $M = { class: "col-2 q-pl-sm text-center small" }, qM = { class: "q-my-md" }, NM = { class: "text-h6" }, DM = { class: "negative full-width" }, RM = { class: "text-body q-mr-md" }, AM = { class: "text-body q-mr-md" }, LM = { class: "text-body q-mr-md" }, MM = { class: "text-body q-mr-md" }, FM = { class: "text-body q-mr-md" }, VM = { class: "text-body q-mr-md" }, BM = /* @__PURE__ */ at({
|
|
43066
43050
|
__name: "QuoteIndex",
|
|
43067
43051
|
props: {
|
|
43068
43052
|
rowsPerPageOptions: {},
|
|
@@ -43156,11 +43140,11 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43156
43140
|
v.value.dateRange || (v.value.dateRange = { from: "", to: "" });
|
|
43157
43141
|
}
|
|
43158
43142
|
return t({ onSearchClick: m }), (h, y) => (F(), J("div", null, [
|
|
43159
|
-
d.pageTitle ? (F(), J("span",
|
|
43160
|
-
ke(w("div",
|
|
43161
|
-
w("div",
|
|
43162
|
-
w("div",
|
|
43163
|
-
w("div",
|
|
43143
|
+
d.pageTitle ? (F(), J("span", _M, A(d.pageTitle), 1)) : fe("", !0),
|
|
43144
|
+
ke(w("div", wM, [
|
|
43145
|
+
w("div", SM, [
|
|
43146
|
+
w("div", CM, [
|
|
43147
|
+
w("div", kM, [
|
|
43164
43148
|
D(E(qt), {
|
|
43165
43149
|
class: "q-ml-sm",
|
|
43166
43150
|
outlined: "",
|
|
@@ -43174,7 +43158,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43174
43158
|
clearable: ""
|
|
43175
43159
|
}, null, 8, ["modelValue", "label"])
|
|
43176
43160
|
]),
|
|
43177
|
-
w("div",
|
|
43161
|
+
w("div", TM, [
|
|
43178
43162
|
D(E(qt), {
|
|
43179
43163
|
outlined: "",
|
|
43180
43164
|
rounded: "",
|
|
@@ -43187,7 +43171,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43187
43171
|
clearable: ""
|
|
43188
43172
|
}, null, 8, ["modelValue", "label"])
|
|
43189
43173
|
]),
|
|
43190
|
-
w("div",
|
|
43174
|
+
w("div", EM, [
|
|
43191
43175
|
D(E(Dn), {
|
|
43192
43176
|
outlined: "",
|
|
43193
43177
|
rounded: "",
|
|
@@ -43204,9 +43188,9 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43204
43188
|
clearable: ""
|
|
43205
43189
|
}, null, 8, ["modelValue", "options", "label"])
|
|
43206
43190
|
]),
|
|
43207
|
-
w("div",
|
|
43208
|
-
w("div",
|
|
43209
|
-
w("div",
|
|
43191
|
+
w("div", xM, [
|
|
43192
|
+
w("div", IM, [
|
|
43193
|
+
w("div", OM, [
|
|
43210
43194
|
D(E(qt), {
|
|
43211
43195
|
class: "q-ml-sm",
|
|
43212
43196
|
rounded: "",
|
|
@@ -43249,7 +43233,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43249
43233
|
_: 1
|
|
43250
43234
|
}, 8, ["label", "modelValue"])
|
|
43251
43235
|
]),
|
|
43252
|
-
w("div",
|
|
43236
|
+
w("div", PM, [
|
|
43253
43237
|
D(E(qt), {
|
|
43254
43238
|
"hide-bottom-space": "",
|
|
43255
43239
|
rounded: "",
|
|
@@ -43296,7 +43280,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43296
43280
|
])
|
|
43297
43281
|
])
|
|
43298
43282
|
]),
|
|
43299
|
-
w("div",
|
|
43283
|
+
w("div", $M, [
|
|
43300
43284
|
D(E(Ae), {
|
|
43301
43285
|
rounded: "",
|
|
43302
43286
|
color: "primary",
|
|
@@ -43308,10 +43292,10 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43308
43292
|
], 512), [
|
|
43309
43293
|
[Ne, d.exibitionMode === E($t).ResellerInfo]
|
|
43310
43294
|
]),
|
|
43311
|
-
w("div",
|
|
43312
|
-
w("span",
|
|
43295
|
+
w("div", qM, [
|
|
43296
|
+
w("span", NM, A(h.$t("Quotes")), 1)
|
|
43313
43297
|
]),
|
|
43314
|
-
ke(w("div",
|
|
43298
|
+
ke(w("div", DM, [
|
|
43315
43299
|
w("span", null, A(h.$t("Error fetching quotes")), 1)
|
|
43316
43300
|
], 512), [
|
|
43317
43301
|
[Ne, u.value]
|
|
@@ -43336,7 +43320,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43336
43320
|
onClick: (T) => S(T, C.row.basketId)
|
|
43337
43321
|
}, {
|
|
43338
43322
|
default: B(() => [
|
|
43339
|
-
w("span",
|
|
43323
|
+
w("span", RM, A(C.row.basketId), 1)
|
|
43340
43324
|
]),
|
|
43341
43325
|
_: 2
|
|
43342
43326
|
}, 1032, ["onClick"]),
|
|
@@ -43345,7 +43329,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43345
43329
|
onClick: (T) => S(T, C.row.basketId)
|
|
43346
43330
|
}, {
|
|
43347
43331
|
default: B(() => [
|
|
43348
|
-
w("span",
|
|
43332
|
+
w("span", AM, A(C.row.companyName ?? h.$t("Not set")), 1)
|
|
43349
43333
|
]),
|
|
43350
43334
|
_: 2
|
|
43351
43335
|
}, 1032, ["onClick"]),
|
|
@@ -43354,7 +43338,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43354
43338
|
onClick: (T) => S(T, C.row.basketId)
|
|
43355
43339
|
}, {
|
|
43356
43340
|
default: B(() => [
|
|
43357
|
-
w("span",
|
|
43341
|
+
w("span", LM, A(h.$t(C.row.status)), 1)
|
|
43358
43342
|
]),
|
|
43359
43343
|
_: 2
|
|
43360
43344
|
}, 1032, ["onClick"]),
|
|
@@ -43363,7 +43347,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43363
43347
|
onClick: (T) => S(T, C.row.basketId)
|
|
43364
43348
|
}, {
|
|
43365
43349
|
default: B(() => [
|
|
43366
|
-
w("span",
|
|
43350
|
+
w("span", MM, A(C.row.productsCount), 1)
|
|
43367
43351
|
]),
|
|
43368
43352
|
_: 2
|
|
43369
43353
|
}, 1032, ["onClick"]),
|
|
@@ -43372,7 +43356,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43372
43356
|
onClick: (T) => S(T, C.row.basketId)
|
|
43373
43357
|
}, {
|
|
43374
43358
|
default: B(() => [
|
|
43375
|
-
w("span",
|
|
43359
|
+
w("span", FM, A(h.$formatCurrency(C.row.totalPrice, C.row.currency)), 1)
|
|
43376
43360
|
]),
|
|
43377
43361
|
_: 2
|
|
43378
43362
|
}, 1032, ["onClick"]),
|
|
@@ -43381,7 +43365,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43381
43365
|
onClick: (T) => S(T, C.row.basketId)
|
|
43382
43366
|
}, {
|
|
43383
43367
|
default: B(() => [
|
|
43384
|
-
w("span",
|
|
43368
|
+
w("span", VM, A(h.$formatDateTime(C.row.dateCreated)), 1)
|
|
43385
43369
|
]),
|
|
43386
43370
|
_: 2
|
|
43387
43371
|
}, 1032, ["onClick"]),
|
|
@@ -43407,7 +43391,7 @@ const uM = { class: "text-h5 q-ma-md" }, cM = { class: "flex justify-between" },
|
|
|
43407
43391
|
}
|
|
43408
43392
|
});
|
|
43409
43393
|
var C0 = /* @__PURE__ */ ((e) => (e[e.ValidationError = 1] = "ValidationError", e))(C0 || {});
|
|
43410
|
-
const
|
|
43394
|
+
const UM = { key: 0 }, jM = { key: 1 }, zM = { class: "text-h6" }, HM = { class: "text-subtitle2" }, QM = { class: "row" }, WM = { class: "col-6" }, KM = { class: "col-6" }, YM = { class: "q-mx-sm" }, JM = { key: 2 }, GM = { class: "text-h6" }, XM = /* @__PURE__ */ at({
|
|
43411
43395
|
__name: "OrderParametersInput",
|
|
43412
43396
|
props: {
|
|
43413
43397
|
basketId: {}
|
|
@@ -43458,13 +43442,13 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43458
43442
|
l.value = await s(f);
|
|
43459
43443
|
}), it(async () => {
|
|
43460
43444
|
a.basketId && (l.value = await s(a.basketId));
|
|
43461
|
-
}), (f, v) => i.value ? (F(), J("div",
|
|
43445
|
+
}), (f, v) => i.value ? (F(), J("div", UM, [
|
|
43462
43446
|
D(E(_S), {
|
|
43463
43447
|
color: "primary",
|
|
43464
43448
|
size: "3rem",
|
|
43465
43449
|
thickness: 5
|
|
43466
43450
|
})
|
|
43467
|
-
])) : l.value != null && l.value.length > 0 ? (F(), J("div",
|
|
43451
|
+
])) : l.value != null && l.value.length > 0 ? (F(), J("div", jM, [
|
|
43468
43452
|
(F(!0), J(et, null, wt(l.value, (m) => (F(), _e(E(Qt), {
|
|
43469
43453
|
key: m.vendor
|
|
43470
43454
|
}, {
|
|
@@ -43477,8 +43461,8 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43477
43461
|
default: B(() => [
|
|
43478
43462
|
D(E(dt), null, {
|
|
43479
43463
|
default: B(() => [
|
|
43480
|
-
w("div",
|
|
43481
|
-
w("div",
|
|
43464
|
+
w("div", zM, A(m.vendor), 1),
|
|
43465
|
+
w("div", HM, A(f.$t("Please provide the required parameters")), 1)
|
|
43482
43466
|
]),
|
|
43483
43467
|
_: 2
|
|
43484
43468
|
}, 1024),
|
|
@@ -43487,8 +43471,8 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43487
43471
|
(F(!0), J(et, null, wt(m.parameters.filter((g) => !g.isHidden), (g) => (F(), J("div", {
|
|
43488
43472
|
key: g.key
|
|
43489
43473
|
}, [
|
|
43490
|
-
w("div",
|
|
43491
|
-
w("div",
|
|
43474
|
+
w("div", QM, [
|
|
43475
|
+
w("div", WM, [
|
|
43492
43476
|
D(E(Qt), { flat: "" }, {
|
|
43493
43477
|
default: B(() => [
|
|
43494
43478
|
D(E(dd), {
|
|
@@ -43511,8 +43495,8 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43511
43495
|
_: 2
|
|
43512
43496
|
}, 1024)
|
|
43513
43497
|
]),
|
|
43514
|
-
w("div",
|
|
43515
|
-
w("div",
|
|
43498
|
+
w("div", KM, [
|
|
43499
|
+
w("div", YM, [
|
|
43516
43500
|
g.possibleValues ? (F(), _e(E(Dn), {
|
|
43517
43501
|
key: 0,
|
|
43518
43502
|
modelValue: g.value,
|
|
@@ -43559,12 +43543,12 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43559
43543
|
]),
|
|
43560
43544
|
_: 2
|
|
43561
43545
|
}, 1024))), 128))
|
|
43562
|
-
])) : (F(), J("div",
|
|
43546
|
+
])) : (F(), J("div", JM, [
|
|
43563
43547
|
D(E(Qt), null, {
|
|
43564
43548
|
default: B(() => [
|
|
43565
43549
|
D(E(dt), null, {
|
|
43566
43550
|
default: B(() => [
|
|
43567
|
-
w("div",
|
|
43551
|
+
w("div", GM, A(f.$t("NoConfigurationRequired")), 1)
|
|
43568
43552
|
]),
|
|
43569
43553
|
_: 1
|
|
43570
43554
|
}),
|
|
@@ -43587,19 +43571,19 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43587
43571
|
})
|
|
43588
43572
|
]));
|
|
43589
43573
|
}
|
|
43590
|
-
}),
|
|
43574
|
+
}), ZM = { class: "flex justify-center items-center half-height" }, eF = { key: 0 }, tF = { class: "flex justify-center items-center half-height" }, nF = {
|
|
43591
43575
|
key: 1,
|
|
43592
43576
|
class: "my-card category-page"
|
|
43593
|
-
},
|
|
43577
|
+
}, rF = { class: "flex row no-wrap" }, aF = { class: "flex-1" }, iF = { class: "flex row no-wrap" }, oF = { class: "q-pa-none" }, lF = { class: "cat-title" }, sF = { class: "cat-description" }, uF = { class: "row q-pa-xs search-results" }, cF = {
|
|
43594
43578
|
key: 0,
|
|
43595
43579
|
class: "row cat-show-more"
|
|
43596
|
-
},
|
|
43580
|
+
}, dF = { class: "text-h6" }, fF = { class: "cursor-pointer text-primary" }, vF = { class: "row q-pa-xs search-results" }, mF = {
|
|
43597
43581
|
key: 0,
|
|
43598
43582
|
class: "cat-show-more"
|
|
43599
|
-
},
|
|
43583
|
+
}, hF = {
|
|
43600
43584
|
key: 0,
|
|
43601
43585
|
class: "cat-sidebar"
|
|
43602
|
-
},
|
|
43586
|
+
}, pF = { class: "cat-sidebar-block" }, gF = { class: "cat-sidebar-title" }, yF = /* @__PURE__ */ at({
|
|
43603
43587
|
__name: "CategoryDetailsCloud",
|
|
43604
43588
|
props: {
|
|
43605
43589
|
router: {},
|
|
@@ -43646,7 +43630,7 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43646
43630
|
}), he(() => o.route.params.id, async () => {
|
|
43647
43631
|
o.route.params.id && (r.value = await u(o.route.params.id));
|
|
43648
43632
|
}), (c, s) => (F(), J(et, null, [
|
|
43649
|
-
ke(w("div",
|
|
43633
|
+
ke(w("div", ZM, [
|
|
43650
43634
|
D(E(Ji), {
|
|
43651
43635
|
color: "primary",
|
|
43652
43636
|
size: "10em"
|
|
@@ -43654,19 +43638,19 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43654
43638
|
], 512), [
|
|
43655
43639
|
[Ne, n.value]
|
|
43656
43640
|
]),
|
|
43657
|
-
r.value == null && !n.value ? (F(), J("div",
|
|
43658
|
-
w("div",
|
|
43641
|
+
r.value == null && !n.value ? (F(), J("div", eF, [
|
|
43642
|
+
w("div", tF, [
|
|
43659
43643
|
w("h4", null, A(c.$t("Category not found.")), 1)
|
|
43660
43644
|
])
|
|
43661
|
-
])) : ke((F(), J("div",
|
|
43662
|
-
w("div",
|
|
43663
|
-
w("div",
|
|
43645
|
+
])) : ke((F(), J("div", nF, [
|
|
43646
|
+
w("div", rF, [
|
|
43647
|
+
w("div", aF, [
|
|
43664
43648
|
D(E(dt), { class: "category-header q-mb-none q-pb-none" }, {
|
|
43665
43649
|
default: B(() => [
|
|
43666
|
-
w("div",
|
|
43667
|
-
w("div",
|
|
43668
|
-
w("div",
|
|
43669
|
-
w("div",
|
|
43650
|
+
w("div", iF, [
|
|
43651
|
+
w("div", oF, [
|
|
43652
|
+
w("div", lF, A(c.$t("Popular")) + " " + A(r.value?.name) + " " + A(c.$t("Categories")), 1),
|
|
43653
|
+
w("div", sF, A(r.value?.description), 1)
|
|
43670
43654
|
])
|
|
43671
43655
|
])
|
|
43672
43656
|
]),
|
|
@@ -43677,7 +43661,7 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43677
43661
|
class: "q-mt-none q-pt-none search-wrapper"
|
|
43678
43662
|
}, {
|
|
43679
43663
|
default: B(() => [
|
|
43680
|
-
w("div",
|
|
43664
|
+
w("div", uF, [
|
|
43681
43665
|
(F(!0), J(et, null, wt(r.value.products, (d) => (F(), J("div", {
|
|
43682
43666
|
class: "item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-xs-12 q-my-sm q-px-sm q-mb-sm",
|
|
43683
43667
|
key: d.id
|
|
@@ -43692,7 +43676,7 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43692
43676
|
}, null, 8, ["router", "product", "view"])) : fe("", !0)
|
|
43693
43677
|
]))), 128))
|
|
43694
43678
|
]),
|
|
43695
|
-
o.router && r.value.products.length == 6 ? (F(), J("div",
|
|
43679
|
+
o.router && r.value.products.length == 6 ? (F(), J("div", cF, [
|
|
43696
43680
|
D(Tn, {
|
|
43697
43681
|
router: o.router,
|
|
43698
43682
|
to: { name: "search", query: { categoryId: r.value.sinchSearchCategoryId } },
|
|
@@ -43716,8 +43700,8 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43716
43700
|
default: B(() => [
|
|
43717
43701
|
D(E(dt), { class: "q-mb-none q-pb-none cat-card-header" }, {
|
|
43718
43702
|
default: B(() => [
|
|
43719
|
-
w("div",
|
|
43720
|
-
w("span",
|
|
43703
|
+
w("div", dF, [
|
|
43704
|
+
w("span", fF, [
|
|
43721
43705
|
o.router && d.sinchSearchCategoryId ? (F(), _e(Tn, {
|
|
43722
43706
|
key: 0,
|
|
43723
43707
|
router: o.router,
|
|
@@ -43744,7 +43728,7 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43744
43728
|
}, 1024),
|
|
43745
43729
|
D(E(dt), { class: "q-mt-none q-pt-none" }, {
|
|
43746
43730
|
default: B(() => [
|
|
43747
|
-
w("div",
|
|
43731
|
+
w("div", vF, [
|
|
43748
43732
|
(F(!0), J(et, null, wt(d.products, (f) => (F(), J("div", {
|
|
43749
43733
|
class: "item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-xs-12 q-ma-none q-px-sm q-mb-sm",
|
|
43750
43734
|
key: f.id
|
|
@@ -43759,7 +43743,7 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43759
43743
|
}, null, 8, ["router", "product", "view"])) : fe("", !0)
|
|
43760
43744
|
]))), 128))
|
|
43761
43745
|
]),
|
|
43762
|
-
o.router && d.products.length == 6 ? (F(), J("div",
|
|
43746
|
+
o.router && d.products.length == 6 ? (F(), J("div", mF, [
|
|
43763
43747
|
o.router && d.sinchSearchCategoryId ? (F(), _e(Tn, {
|
|
43764
43748
|
key: 0,
|
|
43765
43749
|
router: o.router,
|
|
@@ -43792,9 +43776,9 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43792
43776
|
_: 1
|
|
43793
43777
|
})
|
|
43794
43778
|
]),
|
|
43795
|
-
r.value && r.value.descendants && r.value.descendants.length > 0 ? (F(), J("div",
|
|
43796
|
-
w("div",
|
|
43797
|
-
w("div",
|
|
43779
|
+
r.value && r.value.descendants && r.value.descendants.length > 0 ? (F(), J("div", hF, [
|
|
43780
|
+
w("div", pF, [
|
|
43781
|
+
w("div", gF, A(r.value?.name) + " " + A(c.$t("Categories")), 1),
|
|
43798
43782
|
w("ul", null, [
|
|
43799
43783
|
(F(!0), J(et, null, wt(r.value?.descendants, (d) => (F(), J("li", {
|
|
43800
43784
|
key: d.id
|
|
@@ -43899,22 +43883,22 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43899
43883
|
o > -1 && t.splice(o, 1);
|
|
43900
43884
|
})
|
|
43901
43885
|
};
|
|
43902
|
-
})(),
|
|
43886
|
+
})(), bF = { key: 0 }, _F = { class: "container" }, wF = { class: "brand-banner" }, SF = ["src", "alt"], CF = { class: "brand-banner-text" }, kF = { class: "brand-top row flex align-end" }, TF = { class: "col-3 brand-logo" }, EF = { class: "brand-logo-block" }, xF = ["src"], IF = { class: "col-9" }, OF = { class: "flex align-center justify-between" }, PF = { class: "brand-name" }, $F = { class: "brand-links" }, qF = { class: "tabs-content row" }, NF = { class: "col-12 q-pa-lg" }, DF = { class: "q-pa-lg" }, RF = { class: "container" }, AF = { class: "brand-contact-details" }, LF = { class: "wp-block-heading" }, MF = { class: "contact-details-content flex" }, FF = {
|
|
43903
43887
|
key: 0,
|
|
43904
43888
|
class: "image-column"
|
|
43905
|
-
},
|
|
43889
|
+
}, VF = { class: "details-column" }, BF = {
|
|
43906
43890
|
key: 0,
|
|
43907
43891
|
class: "contact-item contact-position"
|
|
43908
|
-
},
|
|
43892
|
+
}, UF = {
|
|
43909
43893
|
key: 1,
|
|
43910
43894
|
class: "contact-item contact-name"
|
|
43911
|
-
},
|
|
43895
|
+
}, jF = {
|
|
43912
43896
|
key: 2,
|
|
43913
43897
|
class: "contact-item contact-phone-numbers flex"
|
|
43914
|
-
},
|
|
43898
|
+
}, zF = { class: "lbl q-mr-sm" }, HF = ["href"], QF = {
|
|
43915
43899
|
key: 3,
|
|
43916
43900
|
class: "contact-item contact-email-addresses flex"
|
|
43917
|
-
},
|
|
43901
|
+
}, WF = { class: "lbl q-mr-sm" }, KF = ["href"], YF = /* @__PURE__ */ at({
|
|
43918
43902
|
__name: "DynamicBrandPage",
|
|
43919
43903
|
props: {
|
|
43920
43904
|
route: {},
|
|
@@ -43933,30 +43917,30 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43933
43917
|
class: "brand-container"
|
|
43934
43918
|
}, {
|
|
43935
43919
|
default: B(() => [
|
|
43936
|
-
w("div",
|
|
43937
|
-
w("div",
|
|
43920
|
+
w("div", _F, [
|
|
43921
|
+
w("div", wF, [
|
|
43938
43922
|
w("img", {
|
|
43939
43923
|
src: n.value.topBannerUrl,
|
|
43940
43924
|
alt: n.value.name,
|
|
43941
43925
|
"no-spinner": ""
|
|
43942
|
-
}, null, 8,
|
|
43943
|
-
w("div",
|
|
43926
|
+
}, null, 8, SF),
|
|
43927
|
+
w("div", CF, A(a.$t(n.value.topBannerText ?? "")), 1)
|
|
43944
43928
|
]),
|
|
43945
|
-
w("div",
|
|
43946
|
-
w("div",
|
|
43947
|
-
w("div",
|
|
43929
|
+
w("div", kF, [
|
|
43930
|
+
w("div", TF, [
|
|
43931
|
+
w("div", EF, [
|
|
43948
43932
|
w("img", {
|
|
43949
43933
|
class: "w-100 mw-200p",
|
|
43950
43934
|
src: n.value.logoUrl
|
|
43951
|
-
}, null, 8,
|
|
43935
|
+
}, null, 8, xF)
|
|
43952
43936
|
])
|
|
43953
43937
|
]),
|
|
43954
|
-
w("div",
|
|
43955
|
-
w("div",
|
|
43956
|
-
w("div",
|
|
43938
|
+
w("div", IF, [
|
|
43939
|
+
w("div", OF, [
|
|
43940
|
+
w("div", PF, [
|
|
43957
43941
|
w("h1", null, A(a.$t(n.value.name)), 1)
|
|
43958
43942
|
]),
|
|
43959
|
-
w("div",
|
|
43943
|
+
w("div", $F, [
|
|
43960
43944
|
(F(!0), J(et, null, wt(n.value.brandLinks, (o) => (F(), _e(E(Ae), {
|
|
43961
43945
|
key: o.label,
|
|
43962
43946
|
unelevated: "",
|
|
@@ -43970,8 +43954,8 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
43970
43954
|
])
|
|
43971
43955
|
])
|
|
43972
43956
|
]),
|
|
43973
|
-
w("div",
|
|
43974
|
-
w("div",
|
|
43957
|
+
w("div", qF, [
|
|
43958
|
+
w("div", NF, [
|
|
43975
43959
|
D(E(Ai), {
|
|
43976
43960
|
modelValue: t.value,
|
|
43977
43961
|
"onUpdate:modelValue": i[0] || (i[0] = (o) => t.value = o),
|
|
@@ -44061,43 +44045,43 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
44061
44045
|
}, 8, ["modelValue"])
|
|
44062
44046
|
])
|
|
44063
44047
|
]),
|
|
44064
|
-
w("div",
|
|
44065
|
-
w("div",
|
|
44066
|
-
w("div",
|
|
44067
|
-
w("h4",
|
|
44048
|
+
w("div", DF, [
|
|
44049
|
+
w("div", RF, [
|
|
44050
|
+
w("div", AF, [
|
|
44051
|
+
w("h4", LF, [
|
|
44068
44052
|
w("strong", null, A(a.$t("Contact Us")), 1)
|
|
44069
44053
|
]),
|
|
44070
|
-
w("div",
|
|
44071
|
-
n.value.contactImageUrl ? (F(), J("div",
|
|
44054
|
+
w("div", MF, [
|
|
44055
|
+
n.value.contactImageUrl ? (F(), J("div", FF, [
|
|
44072
44056
|
D(E(ca), {
|
|
44073
44057
|
src: n.value.contactImageUrl,
|
|
44074
44058
|
alt: n.value.contactName,
|
|
44075
44059
|
class: "contact-person-image"
|
|
44076
44060
|
}, null, 8, ["src", "alt"])
|
|
44077
44061
|
])) : fe("", !0),
|
|
44078
|
-
w("div",
|
|
44079
|
-
n.value.contactPosition ? (F(), J("div",
|
|
44062
|
+
w("div", VF, [
|
|
44063
|
+
n.value.contactPosition ? (F(), J("div", BF, [
|
|
44080
44064
|
i[2] || (i[2] = Re(" Position: ")),
|
|
44081
44065
|
w("strong", null, A(a.$t(n.value.contactPosition)), 1)
|
|
44082
44066
|
])) : fe("", !0),
|
|
44083
|
-
n.value.contactName ? (F(), J("div",
|
|
44067
|
+
n.value.contactName ? (F(), J("div", UF, [
|
|
44084
44068
|
i[3] || (i[3] = Re(" Name: ")),
|
|
44085
44069
|
w("strong", null, A(a.$t(n.value.contactName)), 1)
|
|
44086
44070
|
])) : fe("", !0),
|
|
44087
|
-
n.value.contactPhone ? (F(), J("div",
|
|
44088
|
-
w("div",
|
|
44071
|
+
n.value.contactPhone ? (F(), J("div", jF, [
|
|
44072
|
+
w("div", zF, A(a.$t("Tel:")), 1),
|
|
44089
44073
|
w("div", null, [
|
|
44090
44074
|
w("a", {
|
|
44091
44075
|
href: `tel:${n.value.contactPhone}`
|
|
44092
|
-
}, A(a.$t(n.value.contactPhone)), 9,
|
|
44076
|
+
}, A(a.$t(n.value.contactPhone)), 9, HF)
|
|
44093
44077
|
])
|
|
44094
44078
|
])) : fe("", !0),
|
|
44095
|
-
n.value.contactEmail ? (F(), J("div",
|
|
44096
|
-
w("div",
|
|
44079
|
+
n.value.contactEmail ? (F(), J("div", QF, [
|
|
44080
|
+
w("div", WF, A(a.$t("Email:")), 1),
|
|
44097
44081
|
w("div", null, [
|
|
44098
44082
|
w("a", {
|
|
44099
44083
|
href: `mailto:${n.value.contactEmail}`
|
|
44100
|
-
}, A(a.$t(n.value.contactEmail)), 9,
|
|
44084
|
+
}, A(a.$t(n.value.contactEmail)), 9, KF)
|
|
44101
44085
|
])
|
|
44102
44086
|
])) : fe("", !0)
|
|
44103
44087
|
])
|
|
@@ -44108,7 +44092,7 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
44108
44092
|
])
|
|
44109
44093
|
]),
|
|
44110
44094
|
_: 1
|
|
44111
|
-
})) : (F(), J("div",
|
|
44095
|
+
})) : (F(), J("div", bF, A(a.$t("Brand not found")), 1));
|
|
44112
44096
|
}
|
|
44113
44097
|
}), Bh = (() => {
|
|
44114
44098
|
const e = {
|
|
@@ -44182,22 +44166,22 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
44182
44166
|
o > -1 && t.splice(o, 1);
|
|
44183
44167
|
})
|
|
44184
44168
|
};
|
|
44185
|
-
})(),
|
|
44169
|
+
})(), JF = { key: 0 }, GF = { class: "container" }, XF = { class: "brand-banner" }, ZF = ["src", "alt"], eV = { class: "brand-banner-text" }, tV = { class: "brand-top row flex align-end" }, nV = { class: "col-3 brand-logo" }, rV = { class: "brand-logo-block" }, aV = ["src"], iV = { class: "col-9" }, oV = { class: "flex align-center justify-between" }, lV = { class: "brand-name" }, sV = { class: "brand-links" }, uV = { class: "tabs-content row" }, cV = { class: "col-12 q-pa-lg" }, dV = { class: "q-pa-lg" }, fV = { class: "container" }, vV = { class: "brand-contact-details" }, mV = { class: "wp-block-heading" }, hV = { class: "contact-details-content flex" }, pV = {
|
|
44186
44170
|
key: 0,
|
|
44187
44171
|
class: "image-column"
|
|
44188
|
-
},
|
|
44172
|
+
}, gV = { class: "details-column" }, yV = {
|
|
44189
44173
|
key: 0,
|
|
44190
44174
|
class: "contact-item contact-position"
|
|
44191
|
-
},
|
|
44175
|
+
}, bV = {
|
|
44192
44176
|
key: 1,
|
|
44193
44177
|
class: "contact-item contact-name"
|
|
44194
|
-
},
|
|
44178
|
+
}, _V = {
|
|
44195
44179
|
key: 2,
|
|
44196
44180
|
class: "contact-item contact-phone-numbers flex"
|
|
44197
|
-
},
|
|
44181
|
+
}, wV = { class: "lbl q-mr-sm" }, SV = ["href"], CV = {
|
|
44198
44182
|
key: 3,
|
|
44199
44183
|
class: "contact-item contact-email-addresses flex"
|
|
44200
|
-
},
|
|
44184
|
+
}, kV = { class: "lbl q-mr-sm" }, TV = ["href"], EV = /* @__PURE__ */ at({
|
|
44201
44185
|
__name: "DynamicCloudProviderPage",
|
|
44202
44186
|
props: {
|
|
44203
44187
|
route: {},
|
|
@@ -44216,30 +44200,30 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
44216
44200
|
class: "brand-container"
|
|
44217
44201
|
}, {
|
|
44218
44202
|
default: B(() => [
|
|
44219
|
-
w("div",
|
|
44220
|
-
w("div",
|
|
44203
|
+
w("div", GF, [
|
|
44204
|
+
w("div", XF, [
|
|
44221
44205
|
w("img", {
|
|
44222
44206
|
src: n.value.topBannerUrl,
|
|
44223
44207
|
alt: n.value.name,
|
|
44224
44208
|
"no-spinner": ""
|
|
44225
|
-
}, null, 8,
|
|
44226
|
-
w("div",
|
|
44209
|
+
}, null, 8, ZF),
|
|
44210
|
+
w("div", eV, A(a.$t(n.value.topBannerText ?? "")), 1)
|
|
44227
44211
|
]),
|
|
44228
|
-
w("div",
|
|
44229
|
-
w("div",
|
|
44230
|
-
w("div",
|
|
44212
|
+
w("div", tV, [
|
|
44213
|
+
w("div", nV, [
|
|
44214
|
+
w("div", rV, [
|
|
44231
44215
|
w("img", {
|
|
44232
44216
|
class: "w-100 mw-200p",
|
|
44233
44217
|
src: n.value.logoUrl
|
|
44234
|
-
}, null, 8,
|
|
44218
|
+
}, null, 8, aV)
|
|
44235
44219
|
])
|
|
44236
44220
|
]),
|
|
44237
|
-
w("div",
|
|
44238
|
-
w("div",
|
|
44239
|
-
w("div",
|
|
44221
|
+
w("div", iV, [
|
|
44222
|
+
w("div", oV, [
|
|
44223
|
+
w("div", lV, [
|
|
44240
44224
|
w("h1", null, A(a.$t(n.value.name)), 1)
|
|
44241
44225
|
]),
|
|
44242
|
-
w("div",
|
|
44226
|
+
w("div", sV, [
|
|
44243
44227
|
(F(!0), J(et, null, wt(n.value.brandLinks, (o) => (F(), _e(E(Ae), {
|
|
44244
44228
|
key: o.label,
|
|
44245
44229
|
unelevated: "",
|
|
@@ -44253,8 +44237,8 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
44253
44237
|
])
|
|
44254
44238
|
])
|
|
44255
44239
|
]),
|
|
44256
|
-
w("div",
|
|
44257
|
-
w("div",
|
|
44240
|
+
w("div", uV, [
|
|
44241
|
+
w("div", cV, [
|
|
44258
44242
|
D(E(Ai), {
|
|
44259
44243
|
modelValue: t.value,
|
|
44260
44244
|
"onUpdate:modelValue": i[0] || (i[0] = (o) => t.value = o),
|
|
@@ -44324,43 +44308,43 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
44324
44308
|
}, 8, ["modelValue"])
|
|
44325
44309
|
])
|
|
44326
44310
|
]),
|
|
44327
|
-
w("div",
|
|
44328
|
-
w("div",
|
|
44329
|
-
w("div",
|
|
44330
|
-
w("h4",
|
|
44311
|
+
w("div", dV, [
|
|
44312
|
+
w("div", fV, [
|
|
44313
|
+
w("div", vV, [
|
|
44314
|
+
w("h4", mV, [
|
|
44331
44315
|
w("strong", null, A(a.$t("Contact Us")), 1)
|
|
44332
44316
|
]),
|
|
44333
|
-
w("div",
|
|
44334
|
-
n.value.contactImageUrl ? (F(), J("div",
|
|
44317
|
+
w("div", hV, [
|
|
44318
|
+
n.value.contactImageUrl ? (F(), J("div", pV, [
|
|
44335
44319
|
D(E(ca), {
|
|
44336
44320
|
src: n.value.contactImageUrl,
|
|
44337
44321
|
alt: n.value.contactName,
|
|
44338
44322
|
class: "contact-person-image"
|
|
44339
44323
|
}, null, 8, ["src", "alt"])
|
|
44340
44324
|
])) : fe("", !0),
|
|
44341
|
-
w("div",
|
|
44342
|
-
n.value.contactPosition ? (F(), J("div",
|
|
44325
|
+
w("div", gV, [
|
|
44326
|
+
n.value.contactPosition ? (F(), J("div", yV, [
|
|
44343
44327
|
i[2] || (i[2] = Re(" Position: ")),
|
|
44344
44328
|
w("strong", null, A(a.$t(n.value.contactPosition)), 1)
|
|
44345
44329
|
])) : fe("", !0),
|
|
44346
|
-
n.value.contactName ? (F(), J("div",
|
|
44330
|
+
n.value.contactName ? (F(), J("div", bV, [
|
|
44347
44331
|
i[3] || (i[3] = Re(" Name: ")),
|
|
44348
44332
|
w("strong", null, A(a.$t(n.value.contactName)), 1)
|
|
44349
44333
|
])) : fe("", !0),
|
|
44350
|
-
n.value.contactPhone ? (F(), J("div",
|
|
44351
|
-
w("div",
|
|
44334
|
+
n.value.contactPhone ? (F(), J("div", _V, [
|
|
44335
|
+
w("div", wV, A(a.$t("Tel:")), 1),
|
|
44352
44336
|
w("div", null, [
|
|
44353
44337
|
w("a", {
|
|
44354
44338
|
href: `tel:${n.value.contactPhone}`
|
|
44355
|
-
}, A(a.$t(n.value.contactPhone)), 9,
|
|
44339
|
+
}, A(a.$t(n.value.contactPhone)), 9, SV)
|
|
44356
44340
|
])
|
|
44357
44341
|
])) : fe("", !0),
|
|
44358
|
-
n.value.contactEmail ? (F(), J("div",
|
|
44359
|
-
w("div",
|
|
44342
|
+
n.value.contactEmail ? (F(), J("div", CV, [
|
|
44343
|
+
w("div", kV, A(a.$t("Email:")), 1),
|
|
44360
44344
|
w("div", null, [
|
|
44361
44345
|
w("a", {
|
|
44362
44346
|
href: `mailto:${n.value.contactEmail}`
|
|
44363
|
-
}, A(a.$t(n.value.contactEmail)), 9,
|
|
44347
|
+
}, A(a.$t(n.value.contactEmail)), 9, TV)
|
|
44364
44348
|
])
|
|
44365
44349
|
])) : fe("", !0)
|
|
44366
44350
|
])
|
|
@@ -44371,11 +44355,11 @@ query vendorOrderParametersByBasketId($basketId: Int!){
|
|
|
44371
44355
|
])
|
|
44372
44356
|
]),
|
|
44373
44357
|
_: 1
|
|
44374
|
-
})) : (F(), J("div",
|
|
44358
|
+
})) : (F(), J("div", JF, A(a.$t("Loading...")), 1));
|
|
44375
44359
|
}
|
|
44376
|
-
}),
|
|
44360
|
+
}), DV = {
|
|
44377
44361
|
install: (e) => {
|
|
44378
|
-
console.log("Installed sinch-vue-components"), e.component("SearchIndexPageCe", wE), e.component("SearchByBrandAndCategory", BE), e.component("LanguageMenuSelector", zE), e.component("UserMenu", TI), e.component("MarketSearchIndex", KI), e.component("MarketPlaceSearchInput", kd), e.component("MarketPlaceItem", zy), e.component("SinchFilterBox", Wo), e.component("BrandProducts", Wy), e.component("MarketplaceIndex", ZO), e.component("MarketPlaceSearch", CP), e.component("ProductCard", Ka), e.component("CategoryDetails", AP), e.component("ProductDetails", MD), e.component("CustomerOrdersFromProviderVue", f0), e.component("OrderDetailsVue",
|
|
44362
|
+
console.log("Installed sinch-vue-components"), e.component("SearchIndexPageCe", wE), e.component("SearchByBrandAndCategory", BE), e.component("LanguageMenuSelector", zE), e.component("UserMenu", TI), e.component("MarketSearchIndex", KI), e.component("MarketPlaceSearchInput", kd), e.component("MarketPlaceItem", zy), e.component("SinchFilterBox", Wo), e.component("BrandProducts", Wy), e.component("MarketplaceIndex", ZO), e.component("MarketPlaceSearch", CP), e.component("ProductCard", Ka), e.component("CategoryDetails", AP), e.component("ProductDetails", MD), e.component("CustomerOrdersFromProviderVue", f0), e.component("OrderDetailsVue", uR), e.component("OrderDetailsFromProviderVue", mR), e.component("OrderSearchVue", IR), e.component("SubscriptionDetailsVue", xA), e.component("SubscriptionIndexVue", ZA), e.component("SubscriptionsTableVue", _0), e.component("SubscriptionOrderDetailsVue", aL), e.component("SubscriptionOderHistoryDialogVue", p0), e.component("SubscriptionOrderHistoriesVue", _f), e.component("SubscriptionOrderHistoriesLastEntryVue", h0), e.component("SubscriptionOrdersListVue", iL), e.component("SubscriptionsTableFiltersVue", b0), e.component("ContactUsVue", DL), e.component("BasketItemsTableVue", w0), e.component("CustomerDetailsSectionVue", iM), e.component("QuoteDetailsVue", bM), e.component("QuoteIndexVue", BM), e.component("RouterLinkWrapper", Tn), e.component("OrderParametersInput", XM), e.component("ProvidersCatalogue", Ky), e.component("CategoryDetailsCloud", yF), e.component("DynamicBrandPage", YF), e.component("DynamicCloudProviderPage", EV);
|
|
44379
44363
|
}
|
|
44380
44364
|
};
|
|
44381
44365
|
window.sinch || (window.sinch = {});
|
|
@@ -44390,17 +44374,17 @@ window.sinch.goToLoginPage = () => {
|
|
|
44390
44374
|
window.location.hash = "", window.location.href = e;
|
|
44391
44375
|
};
|
|
44392
44376
|
export {
|
|
44393
|
-
|
|
44377
|
+
UL as BasketDataClient,
|
|
44394
44378
|
w0 as BasketItemsTableVue,
|
|
44395
44379
|
Wy as BrandProducts,
|
|
44396
44380
|
mO as CategoriesCatalogueV2,
|
|
44397
44381
|
AP as CategoryDetails,
|
|
44398
|
-
|
|
44399
|
-
|
|
44400
|
-
|
|
44382
|
+
yF as CategoryDetailsCloud,
|
|
44383
|
+
DL as ContactUsVue,
|
|
44384
|
+
iM as CustomerDetailsSectionVue,
|
|
44401
44385
|
f0 as CustomerOrdersFromProviderVue,
|
|
44402
|
-
|
|
44403
|
-
|
|
44386
|
+
YF as DynamicBrandPage,
|
|
44387
|
+
EV as DynamicCloudProviderPage,
|
|
44404
44388
|
$t as ExibitionModeEnum,
|
|
44405
44389
|
g0 as GetRenewalColour,
|
|
44406
44390
|
zE as LanguageMenuSelector,
|
|
@@ -44409,40 +44393,40 @@ export {
|
|
|
44409
44393
|
kd as MarketPlaceSearchInput,
|
|
44410
44394
|
KI as MarketSearchIndex,
|
|
44411
44395
|
ZO as MarketplaceIndex,
|
|
44412
|
-
|
|
44413
|
-
|
|
44414
|
-
|
|
44415
|
-
|
|
44396
|
+
mR as OrderDetailsFromProviderVue,
|
|
44397
|
+
uR as OrderDetailsVue,
|
|
44398
|
+
XM as OrderParametersInput,
|
|
44399
|
+
IR as OrderSearchVue,
|
|
44416
44400
|
Ka as ProductCard,
|
|
44417
44401
|
MD as ProductDetails,
|
|
44418
44402
|
Ky as ProvidersCatalogue,
|
|
44419
44403
|
S0 as QuoteDataClient,
|
|
44420
|
-
|
|
44421
|
-
|
|
44404
|
+
bM as QuoteDetailsVue,
|
|
44405
|
+
BM as QuoteIndexVue,
|
|
44422
44406
|
Tn as RouterLinkWrapper,
|
|
44423
44407
|
BE as SearchByBrandAndCategory,
|
|
44424
44408
|
wE as SearchIndexPageCe,
|
|
44425
44409
|
Wo as SinchFilterBox,
|
|
44426
|
-
|
|
44427
|
-
|
|
44428
|
-
|
|
44410
|
+
DV as SinchPlugin,
|
|
44411
|
+
xA as SubscriptionDetailsVue,
|
|
44412
|
+
ZA as SubscriptionIndexVue,
|
|
44429
44413
|
p0 as SubscriptionOderHistoryDialogVue,
|
|
44430
|
-
|
|
44414
|
+
aL as SubscriptionOrderDetailsVue,
|
|
44431
44415
|
h0 as SubscriptionOrderHistoriesLastEntryVue,
|
|
44432
44416
|
_f as SubscriptionOrderHistoriesVue,
|
|
44433
|
-
|
|
44434
|
-
|
|
44417
|
+
iL as SubscriptionOrdersListVue,
|
|
44418
|
+
NV as SubscriptionQueries,
|
|
44435
44419
|
b0 as SubscriptionsTableFiltersVue,
|
|
44436
44420
|
_0 as SubscriptionsTableVue,
|
|
44437
44421
|
TI as UserMenu,
|
|
44438
44422
|
ZI as VendorsCatalogueV2,
|
|
44439
|
-
|
|
44423
|
+
qV as VueGlobalFunctions,
|
|
44440
44424
|
Vh as brandPageStore,
|
|
44441
44425
|
Bh as cloudProvidersStore,
|
|
44442
44426
|
kr as hyphenate,
|
|
44443
|
-
|
|
44427
|
+
IV as languageSetup,
|
|
44444
44428
|
jE as sinchSetAppLanguage,
|
|
44445
|
-
|
|
44429
|
+
OV as translations,
|
|
44446
44430
|
By as useCategoryStore,
|
|
44447
44431
|
Gi as useSearchStore
|
|
44448
44432
|
};
|