@salesgenterp/ui-components 0.4.419 → 0.4.421

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 CHANGED
@@ -7882,9 +7882,9 @@ var HomeBanner = function HomeBanner(_ref) {
7882
7882
  xs: 12
7883
7883
  }, findComponent === null || findComponent === void 0 ? void 0 : findComponent.component), /*#__PURE__*/React__default.createElement(material.Grid, {
7884
7884
  item: true,
7885
- xs: (config === null || config === void 0 ? void 0 : config.rowSm) || 12,
7886
- sm: (config === null || config === void 0 ? void 0 : config.rowSm) || 12,
7887
- md: (config === null || config === void 0 ? void 0 : config.rowMd) || 12,
7885
+ xs: (config === null || config === void 0 ? void 0 : config.rowSm) || (config === null || config === void 0 ? void 0 : config.rowMd) || (config === null || config === void 0 ? void 0 : config.rowLg) || 12,
7886
+ sm: (config === null || config === void 0 ? void 0 : config.rowSm) || (config === null || config === void 0 ? void 0 : config.rowMd) || (config === null || config === void 0 ? void 0 : config.rowLg) || 12,
7887
+ md: (config === null || config === void 0 ? void 0 : config.rowMd) || (config === null || config === void 0 ? void 0 : config.rowLg) || 12,
7888
7888
  lg: (config === null || config === void 0 ? void 0 : config.rowLg) || 12,
7889
7889
  xl: (config === null || config === void 0 ? void 0 : config.rowLg) || 12
7890
7890
  }, /*#__PURE__*/React__default.createElement("div", {
@@ -7927,15 +7927,13 @@ var Root$9 = styled__default.div(_templateObject$w || (_templateObject$w = _tagg
7927
7927
  var MainContainer$3 = styled__default.div(_templateObject2$o || (_templateObject2$o = _taggedTemplateLiteralLoose([""])));
7928
7928
  var SingleBanner = function SingleBanner(_ref3) {
7929
7929
  var config = _ref3.config,
7930
- sliderImages = _ref3.sliderImages,
7931
- allowControls = _ref3.allowControls;
7930
+ sliderImages = _ref3.sliderImages;
7932
7931
  return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, !(config !== null && config !== void 0 && config.isSlider) ? /*#__PURE__*/React__default.createElement(BannerImages, {
7933
7932
  config: config,
7934
7933
  sliderImages: sliderImages
7935
7934
  }) : /*#__PURE__*/React__default.createElement(LandingCarousel$1, {
7936
7935
  config: config,
7937
- sliderImages: sliderImages,
7938
- allowControls: allowControls
7936
+ sliderImages: sliderImages
7939
7937
  }));
7940
7938
  };
7941
7939
 
@@ -12566,7 +12564,9 @@ var CheckoutPageComponent = function CheckoutPageComponent(_ref) {
12566
12564
  paymentModeId: selectedStoreCredits === null || selectedStoreCredits === void 0 ? void 0 : selectedStoreCredits.id
12567
12565
  }, _extends({
12568
12566
  amount: parseFloat((_ref6 = (orderTotal === null || orderTotal === void 0 ? void 0 : orderTotal.totalAmount) - (selectedStoreCredits === null || selectedStoreCredits === void 0 ? void 0 : selectedStoreCredits.amount)) === null || _ref6 === void 0 ? void 0 : _ref6.toFixed(2)),
12569
- paymentModeId: selectedPaymentMethod === null || selectedPaymentMethod === void 0 ? void 0 : selectedPaymentMethod.id
12567
+ paymentModeId: selectedPaymentMethod === null || selectedPaymentMethod === void 0 ? void 0 : selectedPaymentMethod.id,
12568
+ customerOrderCard: ecommerceCustomPaymentDto,
12569
+ transactionId: transactionId
12570
12570
  }, authorizeCustomerCardData)];
12571
12571
  } else {
12572
12572
  var _orderTotal$totalAmou2;