tabexseriescomponents 0.0.167 → 0.0.168
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 +38 -11
- package/dist/index.esm.js +38 -11
- package/dist/index.umd.js +38 -11
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8638,10 +8638,10 @@ var Filter$1 = function Filter(props) {
|
|
|
8638
8638
|
})
|
|
8639
8639
|
};
|
|
8640
8640
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8641
|
-
className: "col-lg-12 p-0 w-100 filter",
|
|
8641
|
+
className: "col-lg-12 p-0 w-100 filter mt-md-0",
|
|
8642
8642
|
style: {
|
|
8643
8643
|
marginTop: sectionproperties.filtersection_mt + 'px',
|
|
8644
|
-
zIndex:
|
|
8644
|
+
zIndex: 1000000
|
|
8645
8645
|
}
|
|
8646
8646
|
}, sectionproperties.filterdirection == 'Horizontal' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8647
8647
|
className: sectionproperties.filterscat_showas == 'vertical' ? ' row m-0 w-100 ' : "".concat(filterstyles.outercontainer) + ' row m-0 w-100 '
|
|
@@ -8716,11 +8716,36 @@ var Filter$1 = function Filter(props) {
|
|
|
8716
8716
|
style: {
|
|
8717
8717
|
background: sectionproperties.filter_backgroundcolor,
|
|
8718
8718
|
borderRadius: sectionproperties.filter_borderBottomLeftRadius + 'px',
|
|
8719
|
-
zIndex:
|
|
8719
|
+
zIndex: 100000
|
|
8720
8720
|
}
|
|
8721
8721
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8722
8722
|
className: filter_cssstyles.filteraccordion + ' row m-0 w-100 pt-2 pb-3 filter-accordion '
|
|
8723
|
-
},
|
|
8723
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8724
|
+
className: "col-lg-9 col-md-9 col-sm-9 d-none align-items-center d-md-flex"
|
|
8725
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8726
|
+
className: "m-0 p-0 font-16 font-weight-600",
|
|
8727
|
+
style: {
|
|
8728
|
+
color: sectionproperties.filter_titlecolor,
|
|
8729
|
+
fontSize: sectionproperties.filter_titlefontsize + 'px',
|
|
8730
|
+
fontWeight: sectionproperties.filter_titlefontweight,
|
|
8731
|
+
textTransform: sectionproperties.filter_titletextransform
|
|
8732
|
+
}
|
|
8733
|
+
}, langdetect == 'en' ? 'Filter' : 'فلترة')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8734
|
+
className: "col-lg-3 col-md-3 col-sm-3 d-none d-md-flex align-items-center justify-content-end p-0"
|
|
8735
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8736
|
+
className: "".concat(filterstyles.close_menu_icon_cont, " ").concat(filter_cssstyles.close_menu_icon_cont) + ' d-none d-md-flex align-items-center justify-content-center ',
|
|
8737
|
+
onClick: function onClick() {
|
|
8738
|
+
var element = document.getElementById('filterslider');
|
|
8739
|
+
element.classList.remove(filterstyles.filterslider_container_opened);
|
|
8740
|
+
}
|
|
8741
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
8742
|
+
className: "h-100 d-flex align-items-center justify-content-center"
|
|
8743
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, {
|
|
8744
|
+
size: sectionproperties.closeSlider_fontSize,
|
|
8745
|
+
style: {
|
|
8746
|
+
color: sectionproperties.closeSlider_color
|
|
8747
|
+
}
|
|
8748
|
+
})))), sectionproperties.otherfilters == 'Show' && otherfilters.map(function (item, index) {
|
|
8724
8749
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
8725
8750
|
allowMultipleExpanded: true,
|
|
8726
8751
|
allowZeroExpanded: true,
|
|
@@ -8795,9 +8820,9 @@ var Filter$1 = function Filter(props) {
|
|
|
8795
8820
|
className: "mt-3 mb-3"
|
|
8796
8821
|
}));
|
|
8797
8822
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8798
|
-
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-
|
|
8823
|
+
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
8799
8824
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8800
|
-
className: "m-0 p-0
|
|
8825
|
+
className: "m-0 p-0 font-16 font-weight-600",
|
|
8801
8826
|
style: {
|
|
8802
8827
|
color: sectionproperties.filter_titlecolor,
|
|
8803
8828
|
fontSize: sectionproperties.filter_titlefontsize + 'px',
|
|
@@ -8805,7 +8830,7 @@ var Filter$1 = function Filter(props) {
|
|
|
8805
8830
|
textTransform: sectionproperties.filter_titletextransform
|
|
8806
8831
|
}
|
|
8807
8832
|
}, langdetect == 'en' ? 'Filter' : 'فلترة')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8808
|
-
className: "col-lg-3 col-md-3 col-sm-3 d-flex align-items-center justify-content-end p-0"
|
|
8833
|
+
className: "col-lg-3 col-md-3 col-sm-3 d-flex d-md-none align-items-center justify-content-end p-0"
|
|
8809
8834
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8810
8835
|
className: "".concat(filterstyles.close_menu_icon_cont, " ").concat(filter_cssstyles.close_menu_icon_cont) + ' d-none d-md-flex align-items-center justify-content-center ',
|
|
8811
8836
|
onClick: function onClick() {
|
|
@@ -9608,8 +9633,11 @@ var CardsSection = function CardsSection(props) {
|
|
|
9608
9633
|
paddingLeft: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px' : 0,
|
|
9609
9634
|
paddingRight: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px' : 0
|
|
9610
9635
|
}
|
|
9611
|
-
}, sectionproperties.showFilter == 'show' &&
|
|
9612
|
-
|
|
9636
|
+
}, sectionproperties.showFilter == 'show' &&
|
|
9637
|
+
/*#__PURE__*/
|
|
9638
|
+
// d-md-none
|
|
9639
|
+
React__default["default"].createElement("div", {
|
|
9640
|
+
className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex ' : 'col-lg-3 d-flex'
|
|
9613
9641
|
}, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
|
|
9614
9642
|
sectionpropertiesprops: sectionproperties,
|
|
9615
9643
|
actions: actions
|
|
@@ -9946,9 +9974,8 @@ var Subheader = function Subheader(props) {
|
|
|
9946
9974
|
}
|
|
9947
9975
|
}, [fetchCategoriesQueryContext.isSuccess]);
|
|
9948
9976
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9949
|
-
"class": ((_props$subheaderprope = props.subheaderpropertiesprops) === null || _props$subheaderprope === void 0 ? void 0 : _props$subheaderprope.subheaderpositionprops) == 'in nav' ? "".concat(headerstyles$f.sub_outercontainer) + ' w-100 ml-0 mr-0 ' : "".concat(headerstyles$f.sub_outercontainer) + ' row ml-0 mr-0 w-100 ',
|
|
9977
|
+
"class": ((_props$subheaderprope = props.subheaderpropertiesprops) === null || _props$subheaderprope === void 0 ? void 0 : _props$subheaderprope.subheaderpositionprops) == 'in nav' ? "".concat(headerstyles$f.sub_outercontainer) + ' w-100 ml-0 mr-0 z-200 z-md-100 ' : "".concat(headerstyles$f.sub_outercontainer) + ' row ml-0 mr-0 w-100 z-200 z-md-100 ',
|
|
9950
9978
|
style: {
|
|
9951
|
-
zIndex: 200,
|
|
9952
9979
|
flex: 1,
|
|
9953
9980
|
paddingLeft: langdetect == 'en' ? sectionproperties.subheader_paddingLeft + 'px' : sectionproperties.subheader_paddingRight + 'px',
|
|
9954
9981
|
paddingRight: langdetect == 'en' ? sectionproperties.subheader_paddingRight + 'px' : sectionproperties.subheader_paddingLeft + 'px'
|
package/dist/index.esm.js
CHANGED
|
@@ -8595,10 +8595,10 @@ var Filter$1 = function Filter(props) {
|
|
|
8595
8595
|
})
|
|
8596
8596
|
};
|
|
8597
8597
|
return /*#__PURE__*/React.createElement("div", {
|
|
8598
|
-
className: "col-lg-12 p-0 w-100 filter",
|
|
8598
|
+
className: "col-lg-12 p-0 w-100 filter mt-md-0",
|
|
8599
8599
|
style: {
|
|
8600
8600
|
marginTop: sectionproperties.filtersection_mt + 'px',
|
|
8601
|
-
zIndex:
|
|
8601
|
+
zIndex: 1000000
|
|
8602
8602
|
}
|
|
8603
8603
|
}, sectionproperties.filterdirection == 'Horizontal' && /*#__PURE__*/React.createElement("div", {
|
|
8604
8604
|
className: sectionproperties.filterscat_showas == 'vertical' ? ' row m-0 w-100 ' : "".concat(filterstyles.outercontainer) + ' row m-0 w-100 '
|
|
@@ -8673,11 +8673,36 @@ var Filter$1 = function Filter(props) {
|
|
|
8673
8673
|
style: {
|
|
8674
8674
|
background: sectionproperties.filter_backgroundcolor,
|
|
8675
8675
|
borderRadius: sectionproperties.filter_borderBottomLeftRadius + 'px',
|
|
8676
|
-
zIndex:
|
|
8676
|
+
zIndex: 100000
|
|
8677
8677
|
}
|
|
8678
8678
|
}, /*#__PURE__*/React.createElement("div", {
|
|
8679
8679
|
className: filter_cssstyles.filteraccordion + ' row m-0 w-100 pt-2 pb-3 filter-accordion '
|
|
8680
|
-
},
|
|
8680
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8681
|
+
className: "col-lg-9 col-md-9 col-sm-9 d-none align-items-center d-md-flex"
|
|
8682
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
8683
|
+
className: "m-0 p-0 font-16 font-weight-600",
|
|
8684
|
+
style: {
|
|
8685
|
+
color: sectionproperties.filter_titlecolor,
|
|
8686
|
+
fontSize: sectionproperties.filter_titlefontsize + 'px',
|
|
8687
|
+
fontWeight: sectionproperties.filter_titlefontweight,
|
|
8688
|
+
textTransform: sectionproperties.filter_titletextransform
|
|
8689
|
+
}
|
|
8690
|
+
}, langdetect == 'en' ? 'Filter' : 'فلترة')), /*#__PURE__*/React.createElement("div", {
|
|
8691
|
+
className: "col-lg-3 col-md-3 col-sm-3 d-none d-md-flex align-items-center justify-content-end p-0"
|
|
8692
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8693
|
+
className: "".concat(filterstyles.close_menu_icon_cont, " ").concat(filter_cssstyles.close_menu_icon_cont) + ' d-none d-md-flex align-items-center justify-content-center ',
|
|
8694
|
+
onClick: function onClick() {
|
|
8695
|
+
var element = document.getElementById('filterslider');
|
|
8696
|
+
element.classList.remove(filterstyles.filterslider_container_opened);
|
|
8697
|
+
}
|
|
8698
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
8699
|
+
className: "h-100 d-flex align-items-center justify-content-center"
|
|
8700
|
+
}, /*#__PURE__*/React.createElement(IoMdClose, {
|
|
8701
|
+
size: sectionproperties.closeSlider_fontSize,
|
|
8702
|
+
style: {
|
|
8703
|
+
color: sectionproperties.closeSlider_color
|
|
8704
|
+
}
|
|
8705
|
+
})))), sectionproperties.otherfilters == 'Show' && otherfilters.map(function (item, index) {
|
|
8681
8706
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Accordion, {
|
|
8682
8707
|
allowMultipleExpanded: true,
|
|
8683
8708
|
allowZeroExpanded: true,
|
|
@@ -8752,9 +8777,9 @@ var Filter$1 = function Filter(props) {
|
|
|
8752
8777
|
className: "mt-3 mb-3"
|
|
8753
8778
|
}));
|
|
8754
8779
|
}), /*#__PURE__*/React.createElement("div", {
|
|
8755
|
-
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-
|
|
8780
|
+
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
8756
8781
|
}, /*#__PURE__*/React.createElement("p", {
|
|
8757
|
-
className: "m-0 p-0
|
|
8782
|
+
className: "m-0 p-0 font-16 font-weight-600",
|
|
8758
8783
|
style: {
|
|
8759
8784
|
color: sectionproperties.filter_titlecolor,
|
|
8760
8785
|
fontSize: sectionproperties.filter_titlefontsize + 'px',
|
|
@@ -8762,7 +8787,7 @@ var Filter$1 = function Filter(props) {
|
|
|
8762
8787
|
textTransform: sectionproperties.filter_titletextransform
|
|
8763
8788
|
}
|
|
8764
8789
|
}, langdetect == 'en' ? 'Filter' : 'فلترة')), /*#__PURE__*/React.createElement("div", {
|
|
8765
|
-
className: "col-lg-3 col-md-3 col-sm-3 d-flex align-items-center justify-content-end p-0"
|
|
8790
|
+
className: "col-lg-3 col-md-3 col-sm-3 d-flex d-md-none align-items-center justify-content-end p-0"
|
|
8766
8791
|
}, /*#__PURE__*/React.createElement("div", {
|
|
8767
8792
|
className: "".concat(filterstyles.close_menu_icon_cont, " ").concat(filter_cssstyles.close_menu_icon_cont) + ' d-none d-md-flex align-items-center justify-content-center ',
|
|
8768
8793
|
onClick: function onClick() {
|
|
@@ -9565,8 +9590,11 @@ var CardsSection = function CardsSection(props) {
|
|
|
9565
9590
|
paddingLeft: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px' : 0,
|
|
9566
9591
|
paddingRight: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px' : 0
|
|
9567
9592
|
}
|
|
9568
|
-
}, sectionproperties.showFilter == 'show' &&
|
|
9569
|
-
|
|
9593
|
+
}, sectionproperties.showFilter == 'show' &&
|
|
9594
|
+
/*#__PURE__*/
|
|
9595
|
+
// d-md-none
|
|
9596
|
+
React.createElement("div", {
|
|
9597
|
+
className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex ' : 'col-lg-3 d-flex'
|
|
9570
9598
|
}, /*#__PURE__*/React.createElement(Filter$1, {
|
|
9571
9599
|
sectionpropertiesprops: sectionproperties,
|
|
9572
9600
|
actions: actions
|
|
@@ -9903,9 +9931,8 @@ var Subheader = function Subheader(props) {
|
|
|
9903
9931
|
}
|
|
9904
9932
|
}, [fetchCategoriesQueryContext.isSuccess]);
|
|
9905
9933
|
return /*#__PURE__*/React.createElement("div", {
|
|
9906
|
-
"class": ((_props$subheaderprope = props.subheaderpropertiesprops) === null || _props$subheaderprope === void 0 ? void 0 : _props$subheaderprope.subheaderpositionprops) == 'in nav' ? "".concat(headerstyles$f.sub_outercontainer) + ' w-100 ml-0 mr-0 ' : "".concat(headerstyles$f.sub_outercontainer) + ' row ml-0 mr-0 w-100 ',
|
|
9934
|
+
"class": ((_props$subheaderprope = props.subheaderpropertiesprops) === null || _props$subheaderprope === void 0 ? void 0 : _props$subheaderprope.subheaderpositionprops) == 'in nav' ? "".concat(headerstyles$f.sub_outercontainer) + ' w-100 ml-0 mr-0 z-200 z-md-100 ' : "".concat(headerstyles$f.sub_outercontainer) + ' row ml-0 mr-0 w-100 z-200 z-md-100 ',
|
|
9907
9935
|
style: {
|
|
9908
|
-
zIndex: 200,
|
|
9909
9936
|
flex: 1,
|
|
9910
9937
|
paddingLeft: langdetect == 'en' ? sectionproperties.subheader_paddingLeft + 'px' : sectionproperties.subheader_paddingRight + 'px',
|
|
9911
9938
|
paddingRight: langdetect == 'en' ? sectionproperties.subheader_paddingRight + 'px' : sectionproperties.subheader_paddingLeft + 'px'
|
package/dist/index.umd.js
CHANGED
|
@@ -8502,10 +8502,10 @@
|
|
|
8502
8502
|
})
|
|
8503
8503
|
};
|
|
8504
8504
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8505
|
-
className: "col-lg-12 p-0 w-100 filter",
|
|
8505
|
+
className: "col-lg-12 p-0 w-100 filter mt-md-0",
|
|
8506
8506
|
style: {
|
|
8507
8507
|
marginTop: sectionproperties.filtersection_mt + 'px',
|
|
8508
|
-
zIndex:
|
|
8508
|
+
zIndex: 1000000
|
|
8509
8509
|
}
|
|
8510
8510
|
}, sectionproperties.filterdirection == 'Horizontal' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8511
8511
|
className: sectionproperties.filterscat_showas == 'vertical' ? ' row m-0 w-100 ' : "".concat(filterstyles.outercontainer) + ' row m-0 w-100 '
|
|
@@ -8580,11 +8580,36 @@
|
|
|
8580
8580
|
style: {
|
|
8581
8581
|
background: sectionproperties.filter_backgroundcolor,
|
|
8582
8582
|
borderRadius: sectionproperties.filter_borderBottomLeftRadius + 'px',
|
|
8583
|
-
zIndex:
|
|
8583
|
+
zIndex: 100000
|
|
8584
8584
|
}
|
|
8585
8585
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8586
8586
|
className: filter_cssstyles.filteraccordion + ' row m-0 w-100 pt-2 pb-3 filter-accordion '
|
|
8587
|
-
},
|
|
8587
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8588
|
+
className: "col-lg-9 col-md-9 col-sm-9 d-none align-items-center d-md-flex"
|
|
8589
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8590
|
+
className: "m-0 p-0 font-16 font-weight-600",
|
|
8591
|
+
style: {
|
|
8592
|
+
color: sectionproperties.filter_titlecolor,
|
|
8593
|
+
fontSize: sectionproperties.filter_titlefontsize + 'px',
|
|
8594
|
+
fontWeight: sectionproperties.filter_titlefontweight,
|
|
8595
|
+
textTransform: sectionproperties.filter_titletextransform
|
|
8596
|
+
}
|
|
8597
|
+
}, langdetect == 'en' ? 'Filter' : 'فلترة')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8598
|
+
className: "col-lg-3 col-md-3 col-sm-3 d-none d-md-flex align-items-center justify-content-end p-0"
|
|
8599
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8600
|
+
className: "".concat(filterstyles.close_menu_icon_cont, " ").concat(filter_cssstyles.close_menu_icon_cont) + ' d-none d-md-flex align-items-center justify-content-center ',
|
|
8601
|
+
onClick: function onClick() {
|
|
8602
|
+
var element = document.getElementById('filterslider');
|
|
8603
|
+
element.classList.remove(filterstyles.filterslider_container_opened);
|
|
8604
|
+
}
|
|
8605
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
8606
|
+
className: "h-100 d-flex align-items-center justify-content-center"
|
|
8607
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, {
|
|
8608
|
+
size: sectionproperties.closeSlider_fontSize,
|
|
8609
|
+
style: {
|
|
8610
|
+
color: sectionproperties.closeSlider_color
|
|
8611
|
+
}
|
|
8612
|
+
})))), sectionproperties.otherfilters == 'Show' && otherfilters.map(function (item, index) {
|
|
8588
8613
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
8589
8614
|
allowMultipleExpanded: true,
|
|
8590
8615
|
allowZeroExpanded: true,
|
|
@@ -8659,9 +8684,9 @@
|
|
|
8659
8684
|
className: "mt-3 mb-3"
|
|
8660
8685
|
}));
|
|
8661
8686
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8662
|
-
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-
|
|
8687
|
+
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
8663
8688
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8664
|
-
className: "m-0 p-0
|
|
8689
|
+
className: "m-0 p-0 font-16 font-weight-600",
|
|
8665
8690
|
style: {
|
|
8666
8691
|
color: sectionproperties.filter_titlecolor,
|
|
8667
8692
|
fontSize: sectionproperties.filter_titlefontsize + 'px',
|
|
@@ -8669,7 +8694,7 @@
|
|
|
8669
8694
|
textTransform: sectionproperties.filter_titletextransform
|
|
8670
8695
|
}
|
|
8671
8696
|
}, langdetect == 'en' ? 'Filter' : 'فلترة')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8672
|
-
className: "col-lg-3 col-md-3 col-sm-3 d-flex align-items-center justify-content-end p-0"
|
|
8697
|
+
className: "col-lg-3 col-md-3 col-sm-3 d-flex d-md-none align-items-center justify-content-end p-0"
|
|
8673
8698
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8674
8699
|
className: "".concat(filterstyles.close_menu_icon_cont, " ").concat(filter_cssstyles.close_menu_icon_cont) + ' d-none d-md-flex align-items-center justify-content-center ',
|
|
8675
8700
|
onClick: function onClick() {
|
|
@@ -9472,8 +9497,11 @@
|
|
|
9472
9497
|
paddingLeft: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px' : 0,
|
|
9473
9498
|
paddingRight: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px' : 0
|
|
9474
9499
|
}
|
|
9475
|
-
}, sectionproperties.showFilter == 'show' &&
|
|
9476
|
-
|
|
9500
|
+
}, sectionproperties.showFilter == 'show' &&
|
|
9501
|
+
/*#__PURE__*/
|
|
9502
|
+
// d-md-none
|
|
9503
|
+
React__default["default"].createElement("div", {
|
|
9504
|
+
className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex ' : 'col-lg-3 d-flex'
|
|
9477
9505
|
}, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
|
|
9478
9506
|
sectionpropertiesprops: sectionproperties,
|
|
9479
9507
|
actions: actions
|
|
@@ -9810,9 +9838,8 @@
|
|
|
9810
9838
|
}
|
|
9811
9839
|
}, [fetchCategoriesQueryContext.isSuccess]);
|
|
9812
9840
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9813
|
-
"class": ((_props$subheaderprope = props.subheaderpropertiesprops) === null || _props$subheaderprope === void 0 ? void 0 : _props$subheaderprope.subheaderpositionprops) == 'in nav' ? "".concat(headerstyles$f.sub_outercontainer) + ' w-100 ml-0 mr-0 ' : "".concat(headerstyles$f.sub_outercontainer) + ' row ml-0 mr-0 w-100 ',
|
|
9841
|
+
"class": ((_props$subheaderprope = props.subheaderpropertiesprops) === null || _props$subheaderprope === void 0 ? void 0 : _props$subheaderprope.subheaderpositionprops) == 'in nav' ? "".concat(headerstyles$f.sub_outercontainer) + ' w-100 ml-0 mr-0 z-200 z-md-100 ' : "".concat(headerstyles$f.sub_outercontainer) + ' row ml-0 mr-0 w-100 z-200 z-md-100 ',
|
|
9814
9842
|
style: {
|
|
9815
|
-
zIndex: 200,
|
|
9816
9843
|
flex: 1,
|
|
9817
9844
|
paddingLeft: langdetect == 'en' ? sectionproperties.subheader_paddingLeft + 'px' : sectionproperties.subheader_paddingRight + 'px',
|
|
9818
9845
|
paddingRight: langdetect == 'en' ? sectionproperties.subheader_paddingRight + 'px' : sectionproperties.subheader_paddingLeft + 'px'
|