@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.
package/dist/manifest.json
CHANGED
package/dist/release_notes.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## 1.53.
|
|
1
|
+
## 1.53.4 (2025-05-29)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### fixed (1 change)
|
|
4
4
|
|
|
5
|
-
- [#
|
|
5
|
+
- [#11634: Исправлены начальные значения фильтров, из-за которых не работало поле ввода формы](web_soft/libs/ts/snabcentr-common-lib@81743f61b8276b05675cf439f9afa98cebe135b1) ([merge request](web_soft/libs/ts/snabcentr-common-lib!91))
|
|
6
6
|
|
package/dist/sc-common-lib.js
CHANGED
|
@@ -3886,7 +3886,7 @@ class St {
|
|
|
3886
3886
|
*/
|
|
3887
3887
|
t(this, "lastOrder");
|
|
3888
3888
|
var e, s, i;
|
|
3889
|
-
this.id =
|
|
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();
|