@factoringplus/pl-components-pack-v3 0.5.64 → 0.5.66-pre-01

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.
@@ -20247,7 +20247,7 @@ const formatCurrency = (g, y = 2, j = !1) => {
20247
20247
  y("reset");
20248
20248
  }, $ = computed$1(() => {
20249
20249
  var V, re;
20250
- return (V = j.modelValue) != null && V.value ? `${(re = j.modelValue) == null ? void 0 : re.value} ${j.showDescription}` : "";
20250
+ return (V = j.modelValue) != null && V.value ? `${(re = j.modelValue) == null ? void 0 : re.label} ${j.showDescription}` : "";
20251
20251
  });
20252
20252
  return (V, re) => {
20253
20253
  const ae = _sfc_main$L;