@snabcentr/vue-ui-lib 3.5.21 → 3.5.22

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.
@@ -4,7 +4,7 @@
4
4
  "name": "index",
5
5
  "src": "src/index.ts",
6
6
  "isEntry": true,
7
- "integrity": "sha384-JuLlN7n4qjOC82TkYj26JBBz2GPrWvy9zXQXWEDkKw96XIHxH2bAKfI01MeK9ebh"
7
+ "integrity": "sha384-LVN02YquGCwLjWrQZg0zjmfwvyd8CnUgM9vR2r8FjE9bKDcX/Lh8EJjffR+bpXEP"
8
8
  },
9
9
  "style.css": {
10
10
  "file": "sc-vue-ui-lib.css",
@@ -2217,8 +2217,8 @@ const Ld = Ne({ name: "ion-plus", render: $m }), Pm = {
2217
2217
  const { length: m } = a.value.configuratorParams, { quantity: y } = a.value, w = ((S = a.value.product) == null ? void 0 : S.costRub) || 0;
2218
2218
  if (!m || !y || w === 0)
2219
2219
  return null;
2220
- const T = m / 100;
2221
- return (w * y * T).toLocaleString("ru-ru", { minimumFractionDigits: 2 });
2220
+ const T = m / 1e3;
2221
+ return (w * y * T).toLocaleString("ru-ru", { maximumFractionDigits: 2, minimumFractionDigits: 2 });
2222
2222
  }), h = E(() => vd(a.value.configuratorParams.linesWidths, (m, y) => m + (y || 0), 0)), f = E(() => {
2223
2223
  const m = h.value;
2224
2224
  return m >= n.settings.stripMinWidth && m <= n.settings.stripMaxWidth;