@snabcentr/common-lib 1.55.1 → 1.57.0
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/manifest.json +1 -1
- package/dist/release_notes.tmp +2 -2
- package/dist/sc-common-lib.js +6 -2
- package/dist/sc-common-lib.js.map +1 -1
- package/dist/sc-common-lib.umd.cjs +1 -1
- package/dist/sc-common-lib.umd.cjs.map +1 -1
- package/dist/src/catalog/classes/internal/base/base-category.d.ts +4 -0
- package/dist/src/catalog/classes/internal/base/base-category.d.ts.map +1 -1
- package/dist/src/catalog/interfaces/internal/base/i-base-category.d.ts +4 -0
- package/dist/src/catalog/interfaces/internal/base/i-base-category.d.ts.map +1 -1
- package/dist/src/config/classes/app-base-config.d.ts.map +1 -1
- package/dist/src/config/interfaces/i-app-base-config.d.ts +36 -1
- package/dist/src/config/interfaces/i-app-base-config.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
package/dist/release_notes.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.57.0 (2025-06-05)
|
|
2
2
|
|
|
3
3
|
### changed (1 change)
|
|
4
4
|
|
|
5
|
-
- [#
|
|
5
|
+
- [#11773: Доработаны настройки шрифтов и добавлены параметры их масштабирования.](web_soft/libs/ts/snabcentr-common-lib@08b2844e5a1ac61407828d4baa8336bb6784acca) ([merge request](web_soft/libs/ts/snabcentr-common-lib!98))
|
|
6
6
|
|
package/dist/sc-common-lib.js
CHANGED
|
@@ -104,7 +104,11 @@ class se extends De {
|
|
|
104
104
|
* Список свойств. Число свойств в объекте не ограничено.
|
|
105
105
|
*/
|
|
106
106
|
t(this, "properties");
|
|
107
|
-
|
|
107
|
+
/**
|
|
108
|
+
* Список коэффициентов пересчёта из валют в рубли в формате ключ значение.
|
|
109
|
+
*/
|
|
110
|
+
t(this, "currencyRates");
|
|
111
|
+
this.isHidden = (e == null ? void 0 : e.isHidden) ?? !1, this.parentCategoryId = e == null ? void 0 : e.parentCategoryId, this.properties = e == null ? void 0 : e.properties, this.type = "category", this.currencyRates = e == null ? void 0 : e.currencyRates;
|
|
108
112
|
}
|
|
109
113
|
}
|
|
110
114
|
var ze = /* @__PURE__ */ ((n) => (n.K0 = "k0", n.K1 = "k1", n.K2 = "k2", n.K3 = "k3", n.K4 = "k4", n.Retail = "retail", n))(ze || {});
|
|
@@ -702,7 +706,7 @@ class mt {
|
|
|
702
706
|
api: ((e = r == null ? void 0 : r.dateFormats) == null ? void 0 : e.api) ?? "yyyy-MM-dd HH:mm:ss",
|
|
703
707
|
uiDate: ((s = r == null ? void 0 : r.dateFormats) == null ? void 0 : s.uiDate) ?? "dd.MM.yyyy",
|
|
704
708
|
uiDateWithTime: ((i = r == null ? void 0 : r.dateFormats) == null ? void 0 : i.uiDateWithTime) ?? "dd.MM.yyyy HH:mm"
|
|
705
|
-
}, this.
|
|
709
|
+
}, this.minSearchTermLength = (r == null ? void 0 : r.minSearchTermLength) ?? 3, r != null && r.themes && (this.themes = r.themes);
|
|
706
710
|
}
|
|
707
711
|
}
|
|
708
712
|
class ae {
|