tabexseriescomponents 0.2.1174 → 0.2.1175
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 +5 -3
- package/dist/index.esm.js +5 -3
- package/dist/index.umd.js +5 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -20758,9 +20758,11 @@ var Filter$1 = function Filter(props) {
|
|
|
20758
20758
|
});
|
|
20759
20759
|
if (!CollectionExists) {
|
|
20760
20760
|
if (tempfetchproductsfilerobjcontext.collections != undefined && Array.isArray(tempfetchproductsfilerobjcontext.collections)) {
|
|
20761
|
-
if (sectionproperties.
|
|
20762
|
-
|
|
20763
|
-
tempfetchproductsfilerobjcontext.collections
|
|
20761
|
+
if (sectionproperties.filterdirection == 'Horizontal') {
|
|
20762
|
+
// if (sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal') {
|
|
20763
|
+
// tempfetchproductsfilerobjcontext.collections = [];
|
|
20764
|
+
// tempfetchproductsfilerobjcontext.collections.push(collectionid);
|
|
20765
|
+
tempfetchproductsfilerobjcontext.collections = [collectionid];
|
|
20764
20766
|
} else {
|
|
20765
20767
|
tempfetchproductsfilerobjcontext.collections.push(collectionid);
|
|
20766
20768
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -20707,9 +20707,11 @@ var Filter$1 = function Filter(props) {
|
|
|
20707
20707
|
});
|
|
20708
20708
|
if (!CollectionExists) {
|
|
20709
20709
|
if (tempfetchproductsfilerobjcontext.collections != undefined && Array.isArray(tempfetchproductsfilerobjcontext.collections)) {
|
|
20710
|
-
if (sectionproperties.
|
|
20711
|
-
|
|
20712
|
-
tempfetchproductsfilerobjcontext.collections
|
|
20710
|
+
if (sectionproperties.filterdirection == 'Horizontal') {
|
|
20711
|
+
// if (sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal') {
|
|
20712
|
+
// tempfetchproductsfilerobjcontext.collections = [];
|
|
20713
|
+
// tempfetchproductsfilerobjcontext.collections.push(collectionid);
|
|
20714
|
+
tempfetchproductsfilerobjcontext.collections = [collectionid];
|
|
20713
20715
|
} else {
|
|
20714
20716
|
tempfetchproductsfilerobjcontext.collections.push(collectionid);
|
|
20715
20717
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -20564,9 +20564,11 @@
|
|
|
20564
20564
|
});
|
|
20565
20565
|
if (!CollectionExists) {
|
|
20566
20566
|
if (tempfetchproductsfilerobjcontext.collections != undefined && Array.isArray(tempfetchproductsfilerobjcontext.collections)) {
|
|
20567
|
-
if (sectionproperties.
|
|
20568
|
-
|
|
20569
|
-
tempfetchproductsfilerobjcontext.collections
|
|
20567
|
+
if (sectionproperties.filterdirection == 'Horizontal') {
|
|
20568
|
+
// if (sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal') {
|
|
20569
|
+
// tempfetchproductsfilerobjcontext.collections = [];
|
|
20570
|
+
// tempfetchproductsfilerobjcontext.collections.push(collectionid);
|
|
20571
|
+
tempfetchproductsfilerobjcontext.collections = [collectionid];
|
|
20570
20572
|
} else {
|
|
20571
20573
|
tempfetchproductsfilerobjcontext.collections.push(collectionid);
|
|
20572
20574
|
}
|