tabexseriescomponents 0.50.161 → 0.50.162
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.cjs.js +2 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.umd.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -14543,7 +14543,8 @@ var Checkout = function Checkout(props) {
|
|
|
14543
14543
|
id: item.id,
|
|
14544
14544
|
title_en: item.title_en,
|
|
14545
14545
|
title_ar: item.title_ar,
|
|
14546
|
-
value: item.value
|
|
14546
|
+
value: item.value,
|
|
14547
|
+
isrequired: item.isrequired
|
|
14547
14548
|
};
|
|
14548
14549
|
OrderExtraFieldsToBeSentArr.push(obj);
|
|
14549
14550
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -14491,7 +14491,8 @@ var Checkout = function Checkout(props) {
|
|
|
14491
14491
|
id: item.id,
|
|
14492
14492
|
title_en: item.title_en,
|
|
14493
14493
|
title_ar: item.title_ar,
|
|
14494
|
-
value: item.value
|
|
14494
|
+
value: item.value,
|
|
14495
|
+
isrequired: item.isrequired
|
|
14495
14496
|
};
|
|
14496
14497
|
OrderExtraFieldsToBeSentArr.push(obj);
|
|
14497
14498
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -14350,7 +14350,8 @@
|
|
|
14350
14350
|
id: item.id,
|
|
14351
14351
|
title_en: item.title_en,
|
|
14352
14352
|
title_ar: item.title_ar,
|
|
14353
|
-
value: item.value
|
|
14353
|
+
value: item.value,
|
|
14354
|
+
isrequired: item.isrequired
|
|
14354
14355
|
};
|
|
14355
14356
|
OrderExtraFieldsToBeSentArr.push(obj);
|
|
14356
14357
|
}
|