@snabcentr/common-lib 1.53.0 → 1.53.3

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-Ii4SPuUanWbsTMcA47M6uVWyy3wT8rRDLTDr2VcUM5rJf8V1nPDaaY9lGudR3P4p"
7
+ "integrity": "sha384-5l/6PKmmZ+ZTFms/MELgsnIm5CxK7RMUxhtpEAJ0H6zbFuB+bD91dp2v5oqhOykP"
8
8
  }
9
9
  }
@@ -1,7 +1,6 @@
1
- ## 1.53.0 (2025-05-28)
1
+ ## 1.53.3 (2025-05-28)
2
2
 
3
- ### added (2 changes)
3
+ ### removed (1 change)
4
4
 
5
- - [#11663: Добавлен фильтр клиентов hasCostLessThenStop](web_soft/libs/ts/snabcentr-common-lib@73023a106a8f928be7f2f179d084cb29b35a62e3) ([merge request](web_soft/libs/ts/snabcentr-common-lib!87))
6
- - [#11607: В конфигурацию приложения добавлены параметры темы](web_soft/libs/ts/snabcentr-common-lib@743d0c28279d793c4a387597211decd4b032758b) ([merge request](web_soft/libs/ts/snabcentr-common-lib!88))
5
+ - [#11663: Удалён фильтр клиентов hasCostLessThenStop](web_soft/libs/ts/snabcentr-common-lib@2a0283f0bce1ec97d3db61bcbd183a0d403e10dd) ([merge request](web_soft/libs/ts/snabcentr-common-lib!90))
7
6
 
@@ -681,10 +681,10 @@ class gt {
681
681
  */
682
682
  t(this, "dateFormats");
683
683
  /**
684
- * Параметры темы.
684
+ * Параметры тем для различных устройств.
685
685
  */
686
- t(this, "theme");
687
- var e, s, i, o;
686
+ t(this, "themes");
687
+ var e, s, i;
688
688
  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
689
  units: {
690
690
  linear: ["пог.м.", "м."],
@@ -698,9 +698,7 @@ class gt {
698
698
  api: ((e = r == null ? void 0 : r.dateFormats) == null ? void 0 : e.api) ?? "yyyy-MM-dd HH:mm:ss",
699
699
  uiDate: ((s = r == null ? void 0 : r.dateFormats) == null ? void 0 : s.uiDate) ?? "dd.MM.yyyy",
700
700
  uiDateWithTime: ((i = r == null ? void 0 : r.dateFormats) == null ? void 0 : i.uiDateWithTime) ?? "dd.MM.yyyy HH:mm"
701
- }, this.theme = {
702
- fontParams: (o = r == null ? void 0 : r.theme) == null ? void 0 : o.fontParams
703
- };
701
+ }, this.themes = r == null ? void 0 : r.themes;
704
702
  }
705
703
  }
706
704
  class ae {