s-platform-landing-section 0.1.23 → 0.1.24
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/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -9505,6 +9505,9 @@ var ServiceDetail1 = function ServiceDetail1(props) {
|
|
|
9505
9505
|
quantity: 1,
|
|
9506
9506
|
technical: {},
|
|
9507
9507
|
oldService: false,
|
|
9508
|
+
productInfo: {
|
|
9509
|
+
productId: product === null || product === void 0 ? void 0 : product.productId
|
|
9510
|
+
},
|
|
9508
9511
|
label: product === null || product === void 0 ? void 0 : product.productName,
|
|
9509
9512
|
value: product === null || product === void 0 ? void 0 : product.productId
|
|
9510
9513
|
})]);
|
|
@@ -9637,6 +9640,9 @@ var TreatmentDetail1 = function TreatmentDetail1(props) {
|
|
|
9637
9640
|
quantity: 1,
|
|
9638
9641
|
technical: {},
|
|
9639
9642
|
oldService: false,
|
|
9643
|
+
productInfo: {
|
|
9644
|
+
productId: product === null || product === void 0 ? void 0 : product.productId
|
|
9645
|
+
},
|
|
9640
9646
|
label: product === null || product === void 0 ? void 0 : product.productName,
|
|
9641
9647
|
value: product === null || product === void 0 ? void 0 : product.productId
|
|
9642
9648
|
})]);
|