@stock-in-the-channel/sinch-vue-components 0.0.350 → 0.0.351
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 +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -39878,7 +39878,7 @@ const xR = { class: "text-h6" }, IR = { class: "q-mb-md" }, OR = { class: "q-mt-
|
|
|
39878
39878
|
if (Q && Q.lines && s.value?.lines)
|
|
39879
39879
|
for (let V = 0; V < s.value.lines.length; V++) {
|
|
39880
39880
|
const ce = s.value.lines[V], K = Q.lines[V];
|
|
39881
|
-
(ce.quantity != K.quantity || ce.isMainSubscription) && (F += `<li>${ce.name}
|
|
39881
|
+
(ce.quantity != K.quantity || ce.isMainSubscription) && (F += `<li>${ce.name}: ${i("From")} ${K.quantity} ${i("To")} ${ce.quantity}</li>`);
|
|
39882
39882
|
}
|
|
39883
39883
|
a.dialog({
|
|
39884
39884
|
title: i("UpdateSubscription"),
|