tabexseriescomponents 0.2.840 → 0.2.841
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 +3 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.umd.js +3 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19484,7 +19484,9 @@ var Filter$1 = function Filter(props) {
|
|
|
19484
19484
|
className: "mt-2 mb-3"
|
|
19485
19485
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19486
19486
|
className: filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 '
|
|
19487
|
-
}, sectionproperties.showpricefilterfromto == 'Show' &&
|
|
19487
|
+
}, sectionproperties.showpricefilterfromto == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19488
|
+
"class": "row m-0 w-100 px-3"
|
|
19489
|
+
}, " ", PriceFromToFilter()), sectionproperties.showpricerangefilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19488
19490
|
"class": "row m-0 w-100 px-3"
|
|
19489
19491
|
}, PriceInputRangeFilter()), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19490
19492
|
"class": "row m-0 w-100"
|
package/dist/index.esm.js
CHANGED
|
@@ -19436,7 +19436,9 @@ var Filter$1 = function Filter(props) {
|
|
|
19436
19436
|
className: "mt-2 mb-3"
|
|
19437
19437
|
})), /*#__PURE__*/React.createElement("div", {
|
|
19438
19438
|
className: filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 '
|
|
19439
|
-
}, sectionproperties.showpricefilterfromto == 'Show' &&
|
|
19439
|
+
}, sectionproperties.showpricefilterfromto == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
19440
|
+
"class": "row m-0 w-100 px-3"
|
|
19441
|
+
}, " ", PriceFromToFilter()), sectionproperties.showpricerangefilter == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
19440
19442
|
"class": "row m-0 w-100 px-3"
|
|
19441
19443
|
}, PriceInputRangeFilter()), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
19442
19444
|
"class": "row m-0 w-100"
|
package/dist/index.umd.js
CHANGED
|
@@ -19297,7 +19297,9 @@
|
|
|
19297
19297
|
className: "mt-2 mb-3"
|
|
19298
19298
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19299
19299
|
className: filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 '
|
|
19300
|
-
}, sectionproperties.showpricefilterfromto == 'Show' &&
|
|
19300
|
+
}, sectionproperties.showpricefilterfromto == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19301
|
+
"class": "row m-0 w-100 px-3"
|
|
19302
|
+
}, " ", PriceFromToFilter()), sectionproperties.showpricerangefilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19301
19303
|
"class": "row m-0 w-100 px-3"
|
|
19302
19304
|
}, PriceInputRangeFilter()), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19303
19305
|
"class": "row m-0 w-100"
|