@snabcentr/common-lib 1.75.0 → 1.75.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/sc-common-lib.js +5 -5
- 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/cart/classes/cart-item-base.d.ts +1 -1
- package/dist/src/cart/classes/cart-item-base.d.ts.map +1 -1
- package/dist/src/cart/interfaces/i-cart-item-base.d.ts +1 -1
- package/dist/src/cart/interfaces/i-cart-item-base.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
package/dist/sc-common-lib.js
CHANGED
|
@@ -866,8 +866,8 @@ class Kr extends F {
|
|
|
866
866
|
/**
|
|
867
867
|
* Признак того, что позиция является дополнительной продажей.
|
|
868
868
|
*/
|
|
869
|
-
t(this, "
|
|
870
|
-
this.product = new I(e == null ? void 0 : e.product), this.quantity = e.quantity ?? 0, this.marker = e.marker, this.category = e.category ?? new pe(), this.height = e.height, this.length = e.length, this.width = e.width, this.configurator = e.configurator, this.configuratorParams = e.configuratorParams && dr(e.configuratorParams), this.
|
|
869
|
+
t(this, "dopProdaga");
|
|
870
|
+
this.product = new I(e == null ? void 0 : e.product), this.quantity = e.quantity ?? 0, this.marker = e.marker, this.category = e.category ?? new pe(), this.height = e.height, this.length = e.length, this.width = e.width, this.configurator = e.configurator, this.configuratorParams = e.configuratorParams && dr(e.configuratorParams), this.dopProdaga = e.dopProdaga;
|
|
871
871
|
}
|
|
872
872
|
}
|
|
873
873
|
class Qr extends Kr {
|
|
@@ -1209,7 +1209,7 @@ class Ft extends p {
|
|
|
1209
1209
|
width: e.width,
|
|
1210
1210
|
configurator: e.configurator,
|
|
1211
1211
|
marker: e.marker,
|
|
1212
|
-
|
|
1212
|
+
dopProdaga: e.dopProdaga,
|
|
1213
1213
|
...e.configuratorParams
|
|
1214
1214
|
},
|
|
1215
1215
|
(i) => new ge(i.data),
|
|
@@ -1239,7 +1239,7 @@ class Ft extends p {
|
|
|
1239
1239
|
width: e.width,
|
|
1240
1240
|
configurator: e.configurator,
|
|
1241
1241
|
marker: e.marker,
|
|
1242
|
-
|
|
1242
|
+
dopProdaga: e.dopProdaga,
|
|
1243
1243
|
...e.configuratorParams
|
|
1244
1244
|
},
|
|
1245
1245
|
(i) => new ge(i.data),
|
|
@@ -5452,7 +5452,7 @@ class ns extends Te {
|
|
|
5452
5452
|
width: e.width,
|
|
5453
5453
|
configurator: e.configurator,
|
|
5454
5454
|
marker: e.marker,
|
|
5455
|
-
|
|
5455
|
+
dopProdaga: e.dopProdaga,
|
|
5456
5456
|
...e.configuratorParams
|
|
5457
5457
|
},
|
|
5458
5458
|
(i) => new rr(i.data),
|