@snabcentr/common-lib 1.53.3 → 1.53.4

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-5l/6PKmmZ+ZTFms/MELgsnIm5CxK7RMUxhtpEAJ0H6zbFuB+bD91dp2v5oqhOykP"
7
+ "integrity": "sha384-5esME033MK3sq46Agy+S0UaWxxZdychoeyxOpv2uKccR5bFYI+sxk2x+PwvCBDd7"
8
8
  }
9
9
  }
@@ -1,6 +1,6 @@
1
- ## 1.53.3 (2025-05-28)
1
+ ## 1.53.4 (2025-05-29)
2
2
 
3
- ### removed (1 change)
3
+ ### fixed (1 change)
4
4
 
5
- - [#11663: Удалён фильтр клиентов hasCostLessThenStop](web_soft/libs/ts/snabcentr-common-lib@2a0283f0bce1ec97d3db61bcbd183a0d403e10dd) ([merge request](web_soft/libs/ts/snabcentr-common-lib!90))
5
+ - [#11634: Исправлены начальные значения фильтров, из-за которых не работало поле ввода формы](web_soft/libs/ts/snabcentr-common-lib@81743f61b8276b05675cf439f9afa98cebe135b1) ([merge request](web_soft/libs/ts/snabcentr-common-lib!91))
6
6
 
@@ -3886,7 +3886,7 @@ class St {
3886
3886
  */
3887
3887
  t(this, "lastOrder");
3888
3888
  var e, s, i;
3889
- this.id = (r == null ? void 0 : r.id) ?? "", this.name = (r == null ? void 0 : r.name) ?? "", this.alternativeName = (r == null ? void 0 : r.alternativeName) ?? "", this.searchTerm = (r == null ? void 0 : r.searchTerm) ?? "", this.city = new le(r == null ? void 0 : r.city), this.region = new ee(r == null ? void 0 : r.region), this.country = new J(r == null ? void 0 : r.country), this.phone = (r == null ? void 0 : r.phone) ?? "", this.email = (r == null ? void 0 : r.email) ?? "", this.isActive = r && Object.prototype.hasOwnProperty.call(r, "isActive") ? r == null ? void 0 : r.isActive : !0, this.createdAt = new Q(r == null ? void 0 : r.createdAt), this.lastLoginDate = new Q(r == null ? void 0 : r.lastLoginDate), this.lastLoginDateHasOrder = (r == null ? void 0 : r.lastLoginDateHasOrder) ?? void 0, this.managers = r != null && r.managers && r.managers.length > 0 ? r.managers.map((o) => new ye(o)) : [], this.salesDirection = new S(r == null ? void 0 : r.salesDirection), this.contragentInn = (r == null ? void 0 : r.contragentInn) ?? "", this.contragentType = new U(r == null ? void 0 : r.contragentType), this.preferredDeliveryType = new E(r == null ? void 0 : r.preferredDeliveryType), this.partnerGroup = new G(r == null ? void 0 : r.partnerGroup), this.contact = new be(r == null ? void 0 : r.contact), this.lastOrder = {
3889
+ this.id = r == null ? void 0 : r.id, this.name = r == null ? void 0 : r.name, this.alternativeName = r == null ? void 0 : r.alternativeName, this.searchTerm = r == null ? void 0 : r.searchTerm, this.city = new le(r == null ? void 0 : r.city), this.region = new ee(r == null ? void 0 : r.region), this.country = new J(r == null ? void 0 : r.country), this.phone = r == null ? void 0 : r.phone, this.email = r == null ? void 0 : r.email, this.isActive = r && Object.prototype.hasOwnProperty.call(r, "isActive") ? r == null ? void 0 : r.isActive : !0, this.createdAt = new Q(r == null ? void 0 : r.createdAt), this.lastLoginDate = new Q(r == null ? void 0 : r.lastLoginDate), this.lastLoginDateHasOrder = (r == null ? void 0 : r.lastLoginDateHasOrder) ?? void 0, this.managers = r != null && r.managers && r.managers.length > 0 ? r.managers.map((o) => new ye(o)) : [], this.salesDirection = new S(r == null ? void 0 : r.salesDirection), this.contragentInn = r == null ? void 0 : r.contragentInn, this.contragentType = new U(r == null ? void 0 : r.contragentType), this.preferredDeliveryType = new E(r == null ? void 0 : r.preferredDeliveryType), this.partnerGroup = new G(r == null ? void 0 : r.partnerGroup), this.contact = new be(r == null ? void 0 : r.contact), this.lastOrder = {
3890
3890
  createdAt: new Q((e = r == null ? void 0 : r.lastOrder) == null ? void 0 : e.createdAt),
3891
3891
  creator: (s = r == null ? void 0 : r.lastOrder) == null ? void 0 : s.creator,
3892
3892
  isApproved: (i = r == null ? void 0 : r.lastOrder) == null ? void 0 : i.isApproved
@@ -3906,7 +3906,7 @@ class St {
3906
3906
  case "alternativeName":
3907
3907
  case "searchTerm":
3908
3908
  case "contragentInn":
3909
- this[r] = "";
3909
+ this[r] = void 0;
3910
3910
  break;
3911
3911
  case "city":
3912
3912
  this.city = new le();