@stock-in-the-channel/sinch-vue-components 0.0.342 → 0.0.343
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 +10 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -36864,8 +36864,16 @@ const $t = c0, ZN = { class: "d-flex column" }, e2 = { class: "q-mb-md" }, t2 =
|
|
|
36864
36864
|
if (k) {
|
|
36865
36865
|
const h = i.value.find((g) => g.sku == k.sku);
|
|
36866
36866
|
if (h) {
|
|
36867
|
-
const g = h.subscriptionPeriods.find((C) => C.
|
|
36868
|
-
g ? g.billingPeriods.
|
|
36867
|
+
const g = h.subscriptionPeriods.find((C) => C.period == k.subscriptionPeriod);
|
|
36868
|
+
g ? g.billingPeriods.push({ period: k.billingPeriod, title: m(k.billingPeriod), variant: S }) : h.subscriptionPeriods.push({
|
|
36869
|
+
billingPeriods: [{
|
|
36870
|
+
period: k.billingPeriod,
|
|
36871
|
+
title: m(k.billingPeriod),
|
|
36872
|
+
variant: S
|
|
36873
|
+
}],
|
|
36874
|
+
title: b(k.subscriptionPeriod),
|
|
36875
|
+
period: k.subscriptionPeriod
|
|
36876
|
+
});
|
|
36869
36877
|
} else
|
|
36870
36878
|
i.value.push({
|
|
36871
36879
|
sku: k.sku,
|