@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.
@@ -4,6 +4,6 @@
4
4
  "name": "public-api",
5
5
  "src": "src/public-api.ts",
6
6
  "isEntry": true,
7
- "integrity": "sha384-47UwpDW7iSZdyzS+OOq3uH5JPTA+jUKkbQTUFYTWSX8X0JQBGFJI89749rgksWiX"
7
+ "integrity": "sha384-QcbvizLwetXUeQ+H+ZhvcXk5Zw5Xc7U2Ers5QMZVK/SVzKNg7y7obnBUAhZPPipL"
8
8
  }
9
9
  }
@@ -1,6 +1,6 @@
1
- ## 1.53.5 (2025-05-29)
1
+ ## 1.54.1 (2025-06-03)
2
2
 
3
- ### changed (1 change)
3
+ ### fixed (1 change)
4
4
 
5
- - [#11607: Доработана конфигурация тем для различных устройств](web_soft/libs/ts/snabcentr-common-lib@ec5d2537e96c607f9294bf0e94eb56579472d1b6) ([merge request](web_soft/libs/ts/snabcentr-common-lib!92))
5
+ - [#9917: Исправлена ошибка сборки](web_soft/libs/ts/snabcentr-common-lib@8f9541cf041ea806458f45e6ef4918df863f2159) ([merge request](web_soft/libs/ts/snabcentr-common-lib!94))
6
6
 
@@ -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 {