@snabcentr/common-lib 1.53.5 → 1.54.1
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 +3 -3
- package/dist/sc-common-lib.js +5 -1
- 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/config/classes/app-base-config.d.ts +4 -0
- package/dist/src/config/classes/app-base-config.d.ts.map +1 -1
- package/dist/src/config/interfaces/i-app-base-config.d.ts +4 -0
- 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.54.1 (2025-06-03)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### fixed (1 change)
|
|
4
4
|
|
|
5
|
-
- [#
|
|
5
|
+
- [#9917: Исправлена ошибка сборки](web_soft/libs/ts/snabcentr-common-lib@8f9541cf041ea806458f45e6ef4918df863f2159) ([merge request](web_soft/libs/ts/snabcentr-common-lib!94))
|
|
6
6
|
|
package/dist/sc-common-lib.js
CHANGED
|
@@ -684,6 +684,10 @@ class mt {
|
|
|
684
684
|
* Параметры тем для различных устройств.
|
|
685
685
|
*/
|
|
686
686
|
t(this, "themes");
|
|
687
|
+
/**
|
|
688
|
+
* Минимальная длина поискового запроса.
|
|
689
|
+
*/
|
|
690
|
+
t(this, "minSearchTermLength");
|
|
687
691
|
var e, s, i;
|
|
688
692
|
this.environment = (r == null ? void 0 : r.environment) ?? "production", this.currentDomain = (r == null ? void 0 : r.currentDomain) ?? "", this.devMode = (r == null ? void 0 : r.devMode) ?? {}, this.http = new Lr(r == null ? void 0 : r.http), this.deviceTypeByResolution = new Sr(r == null ? void 0 : r.deviceTypeByResolution), this.products = {
|
|
689
693
|
units: {
|
|
@@ -698,7 +702,7 @@ class mt {
|
|
|
698
702
|
api: ((e = r == null ? void 0 : r.dateFormats) == null ? void 0 : e.api) ?? "yyyy-MM-dd HH:mm:ss",
|
|
699
703
|
uiDate: ((s = r == null ? void 0 : r.dateFormats) == null ? void 0 : s.uiDate) ?? "dd.MM.yyyy",
|
|
700
704
|
uiDateWithTime: ((i = r == null ? void 0 : r.dateFormats) == null ? void 0 : i.uiDateWithTime) ?? "dd.MM.yyyy HH:mm"
|
|
701
|
-
}, this.themes = r == null ? void 0 : r.themes;
|
|
705
|
+
}, this.themes = r == null ? void 0 : r.themes, this.minSearchTermLength = (r == null ? void 0 : r.minSearchTermLength) ?? 3;
|
|
702
706
|
}
|
|
703
707
|
}
|
|
704
708
|
class ae {
|