@stock-in-the-channel/sinch-vue-components 0.0.378 → 0.0.379
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
CHANGED
|
@@ -37051,7 +37051,10 @@ const u2 = new h0({
|
|
|
37051
37051
|
}, V2 = { class: "flex no-wrap justify-between align-start" }, B2 = { class: "left" }, U2 = { class: "product-title text-h5 q-mt-sm q-mb-xs text-primary" }, j2 = { class: "flex no-wrap align-start text-body1" }, z2 = { class: "text-primary" }, H2 = { class: "q-ml-sm" }, Q2 = {
|
|
37052
37052
|
key: 0,
|
|
37053
37053
|
class: "flex no-wrap align-start text-body1"
|
|
37054
|
-
}, W2 = { class: "text-primary" }, K2 = { class: "q-ml-sm" }, Y2 = { class: "rating" }, J2 = ["data-ts-id"], G2 = { class: "pdp-actions flex space-between" }, X2 = { class: "left" }, Z2 = {
|
|
37054
|
+
}, W2 = { class: "text-primary" }, K2 = { class: "q-ml-sm" }, Y2 = { class: "rating" }, J2 = ["data-ts-id"], G2 = { class: "pdp-actions flex space-between" }, X2 = { class: "left" }, Z2 = {
|
|
37055
|
+
key: 0,
|
|
37056
|
+
class: "short-description"
|
|
37057
|
+
}, eD = ["innerHTML"], tD = { key: 1 }, nD = { class: "text-primary" }, rD = { class: "q-ml-sm" }, aD = { key: 0 }, iD = { class: "text-primary" }, oD = { class: "q-ml-sm" }, lD = { key: 1 }, sD = { class: "text-primary" }, uD = { class: "q-ml-sm" }, cD = {
|
|
37055
37058
|
key: 0,
|
|
37056
37059
|
class: "right"
|
|
37057
37060
|
}, dD = {
|
|
@@ -37356,7 +37359,7 @@ const u2 = new h0({
|
|
|
37356
37359
|
default: B(() => [
|
|
37357
37360
|
_("div", V2, [
|
|
37358
37361
|
_("div", B2, [
|
|
37359
|
-
_("div", U2, D(r.value?.title), 1)
|
|
37362
|
+
_("div", U2, D(s.value?.name || r.value?.title), 1)
|
|
37360
37363
|
])
|
|
37361
37364
|
]),
|
|
37362
37365
|
_("div", j2, [
|
|
@@ -37399,11 +37402,11 @@ const u2 = new h0({
|
|
|
37399
37402
|
]),
|
|
37400
37403
|
_("div", G2, [
|
|
37401
37404
|
_("div", X2, [
|
|
37402
|
-
|
|
37405
|
+
!s.value && r.value?.shortDescription !== r.value?.title ? (F(), Y("div", Z2, [
|
|
37403
37406
|
_("div", {
|
|
37404
37407
|
innerHTML: r.value?.shortDescription
|
|
37405
37408
|
}, null, 8, eD)
|
|
37406
|
-
]),
|
|
37409
|
+
])) : ve("", !0),
|
|
37407
37410
|
s.value ? (F(), Y("div", tD, [
|
|
37408
37411
|
_("div", null, [
|
|
37409
37412
|
_("span", nD, D(q.$t("SKU")) + ":", 1),
|
|
@@ -688,6 +688,7 @@ export interface ProductVariantResult {
|
|
|
688
688
|
rrp?: number;
|
|
689
689
|
distributorID: number;
|
|
690
690
|
distributorProductID: number;
|
|
691
|
+
name?: string;
|
|
691
692
|
}
|
|
692
693
|
export declare class StringInt32ValueTuple implements IStringInt32ValueTuple {
|
|
693
694
|
constructor(data?: IStringInt32ValueTuple);
|