tabexseriescomponents 0.2.834 → 0.2.835
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 +8 -5
- package/dist/index.esm.js +8 -5
- package/dist/index.umd.js +8 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -11772,7 +11772,7 @@ var Checkout = function Checkout(props) {
|
|
|
11772
11772
|
routingcountext(StaticPagesLinksContext.Login);
|
|
11773
11773
|
}
|
|
11774
11774
|
}
|
|
11775
|
-
Pixel_EventsContext('InitiateCheckout', {});
|
|
11775
|
+
// Pixel_EventsContext('InitiateCheckout', {});
|
|
11776
11776
|
GeneralAPIMutationContext.mutate({
|
|
11777
11777
|
endpointurl: '/InitiateCheckout',
|
|
11778
11778
|
mutateSuccesscallback: function mutateSuccesscallback(data) {
|
|
@@ -11781,6 +11781,9 @@ var Checkout = function Checkout(props) {
|
|
|
11781
11781
|
}
|
|
11782
11782
|
});
|
|
11783
11783
|
}, [authdetailsContext]);
|
|
11784
|
+
React.useEffect(function () {
|
|
11785
|
+
Pixel_EventsContext('InitiateCheckout', {});
|
|
11786
|
+
}, []);
|
|
11784
11787
|
var setUsedOrderExtraFieldsValues = function setUsedOrderExtraFieldsValues(order_extra_fields) {
|
|
11785
11788
|
var usedOrderExtraFields = [];
|
|
11786
11789
|
if (fetchcustomercartQueryContext.isSuccess && fetchcustomercartQueryContext != undefined && fetchcustomercartQueryContext.data != undefined && fetchcustomercartQueryContext.data.data != undefined && fetchcustomercartQueryContext.data.data.customercart != undefined && fetchcustomercartQueryContext.data.data.customercart.orderExtraFields != undefined && fetchcustomercartQueryContext.data.data.customercart.orderExtraFields != null && fetchcustomercartQueryContext.data.data.customercart.orderExtraFields != '') {
|
|
@@ -53922,11 +53925,11 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
53922
53925
|
if (state.expanded == true) {
|
|
53923
53926
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
53924
53927
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53925
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
53928
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, null));
|
|
53926
53929
|
} else {
|
|
53927
53930
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
53928
53931
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53929
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
53932
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, null));
|
|
53930
53933
|
}
|
|
53931
53934
|
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
53932
53935
|
className: "p-0 anim"
|
|
@@ -53945,11 +53948,11 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
53945
53948
|
if (state.expanded == true) {
|
|
53946
53949
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
53947
53950
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53948
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
53951
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, null));
|
|
53949
53952
|
} else {
|
|
53950
53953
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
53951
53954
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53952
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
53955
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, null));
|
|
53953
53956
|
}
|
|
53954
53957
|
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
53955
53958
|
className: "p-0 anim"
|
package/dist/index.esm.js
CHANGED
|
@@ -11724,7 +11724,7 @@ var Checkout = function Checkout(props) {
|
|
|
11724
11724
|
routingcountext(StaticPagesLinksContext.Login);
|
|
11725
11725
|
}
|
|
11726
11726
|
}
|
|
11727
|
-
Pixel_EventsContext('InitiateCheckout', {});
|
|
11727
|
+
// Pixel_EventsContext('InitiateCheckout', {});
|
|
11728
11728
|
GeneralAPIMutationContext.mutate({
|
|
11729
11729
|
endpointurl: '/InitiateCheckout',
|
|
11730
11730
|
mutateSuccesscallback: function mutateSuccesscallback(data) {
|
|
@@ -11733,6 +11733,9 @@ var Checkout = function Checkout(props) {
|
|
|
11733
11733
|
}
|
|
11734
11734
|
});
|
|
11735
11735
|
}, [authdetailsContext]);
|
|
11736
|
+
useEffect(function () {
|
|
11737
|
+
Pixel_EventsContext('InitiateCheckout', {});
|
|
11738
|
+
}, []);
|
|
11736
11739
|
var setUsedOrderExtraFieldsValues = function setUsedOrderExtraFieldsValues(order_extra_fields) {
|
|
11737
11740
|
var usedOrderExtraFields = [];
|
|
11738
11741
|
if (fetchcustomercartQueryContext.isSuccess && fetchcustomercartQueryContext != undefined && fetchcustomercartQueryContext.data != undefined && fetchcustomercartQueryContext.data.data != undefined && fetchcustomercartQueryContext.data.data.customercart != undefined && fetchcustomercartQueryContext.data.data.customercart.orderExtraFields != undefined && fetchcustomercartQueryContext.data.data.customercart.orderExtraFields != null && fetchcustomercartQueryContext.data.data.customercart.orderExtraFields != '') {
|
|
@@ -53874,11 +53877,11 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
53874
53877
|
if (state.expanded == true) {
|
|
53875
53878
|
return /*#__PURE__*/React.createElement("i", {
|
|
53876
53879
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53877
|
-
}, /*#__PURE__*/React.createElement(
|
|
53880
|
+
}, /*#__PURE__*/React.createElement(FiChevronUp, null));
|
|
53878
53881
|
} else {
|
|
53879
53882
|
return /*#__PURE__*/React.createElement("i", {
|
|
53880
53883
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53881
|
-
}, /*#__PURE__*/React.createElement(
|
|
53884
|
+
}, /*#__PURE__*/React.createElement(FiChevronDown, null));
|
|
53882
53885
|
}
|
|
53883
53886
|
}))))), /*#__PURE__*/React.createElement(AccordionItemPanel, {
|
|
53884
53887
|
className: "p-0 anim"
|
|
@@ -53897,11 +53900,11 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
53897
53900
|
if (state.expanded == true) {
|
|
53898
53901
|
return /*#__PURE__*/React.createElement("i", {
|
|
53899
53902
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53900
|
-
}, /*#__PURE__*/React.createElement(
|
|
53903
|
+
}, /*#__PURE__*/React.createElement(FiChevronUp, null));
|
|
53901
53904
|
} else {
|
|
53902
53905
|
return /*#__PURE__*/React.createElement("i", {
|
|
53903
53906
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53904
|
-
}, /*#__PURE__*/React.createElement(
|
|
53907
|
+
}, /*#__PURE__*/React.createElement(FiChevronDown, null));
|
|
53905
53908
|
}
|
|
53906
53909
|
}))))), /*#__PURE__*/React.createElement(AccordionItemPanel, {
|
|
53907
53910
|
className: "p-0 anim"
|
package/dist/index.umd.js
CHANGED
|
@@ -11585,7 +11585,7 @@
|
|
|
11585
11585
|
routingcountext(StaticPagesLinksContext.Login);
|
|
11586
11586
|
}
|
|
11587
11587
|
}
|
|
11588
|
-
Pixel_EventsContext('InitiateCheckout', {});
|
|
11588
|
+
// Pixel_EventsContext('InitiateCheckout', {});
|
|
11589
11589
|
GeneralAPIMutationContext.mutate({
|
|
11590
11590
|
endpointurl: '/InitiateCheckout',
|
|
11591
11591
|
mutateSuccesscallback: function mutateSuccesscallback(data) {
|
|
@@ -11594,6 +11594,9 @@
|
|
|
11594
11594
|
}
|
|
11595
11595
|
});
|
|
11596
11596
|
}, [authdetailsContext]);
|
|
11597
|
+
React.useEffect(function () {
|
|
11598
|
+
Pixel_EventsContext('InitiateCheckout', {});
|
|
11599
|
+
}, []);
|
|
11597
11600
|
var setUsedOrderExtraFieldsValues = function setUsedOrderExtraFieldsValues(order_extra_fields) {
|
|
11598
11601
|
var usedOrderExtraFields = [];
|
|
11599
11602
|
if (fetchcustomercartQueryContext.isSuccess && fetchcustomercartQueryContext != undefined && fetchcustomercartQueryContext.data != undefined && fetchcustomercartQueryContext.data.data != undefined && fetchcustomercartQueryContext.data.data.customercart != undefined && fetchcustomercartQueryContext.data.data.customercart.orderExtraFields != undefined && fetchcustomercartQueryContext.data.data.customercart.orderExtraFields != null && fetchcustomercartQueryContext.data.data.customercart.orderExtraFields != '') {
|
|
@@ -53735,11 +53738,11 @@
|
|
|
53735
53738
|
if (state.expanded == true) {
|
|
53736
53739
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
53737
53740
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53738
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
53741
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, null));
|
|
53739
53742
|
} else {
|
|
53740
53743
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
53741
53744
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53742
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
53745
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, null));
|
|
53743
53746
|
}
|
|
53744
53747
|
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
53745
53748
|
className: "p-0 anim"
|
|
@@ -53758,11 +53761,11 @@
|
|
|
53758
53761
|
if (state.expanded == true) {
|
|
53759
53762
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
53760
53763
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53761
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
53764
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, null));
|
|
53762
53765
|
} else {
|
|
53763
53766
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
53764
53767
|
className: footerStyles.sectionTitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
53765
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
53768
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, null));
|
|
53766
53769
|
}
|
|
53767
53770
|
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
53768
53771
|
className: "p-0 anim"
|