tabexseriescomponents 0.0.381 → 0.0.382
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 -4
- package/dist/index.esm.js +8 -4
- package/dist/index.umd.js +8 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15148,8 +15148,10 @@ var CardsSection = function CardsSection(props) {
|
|
|
15148
15148
|
var parentcollections = [];
|
|
15149
15149
|
(_categories = categories) === null || _categories === void 0 || _categories.forEach(function (catitem, catindex) {
|
|
15150
15150
|
catitem === null || catitem === void 0 || catitem.parentcolletions.forEach(function (parentcolitem) {
|
|
15151
|
-
parentcolitem.
|
|
15152
|
-
|
|
15151
|
+
if (parentcolitem.isshowntocustomers == 1) {
|
|
15152
|
+
parentcolitem.categoryid = catitem.categoryid;
|
|
15153
|
+
parentcollections.push(parentcolitem);
|
|
15154
|
+
}
|
|
15153
15155
|
});
|
|
15154
15156
|
});
|
|
15155
15157
|
if (fetchingtype == 'parentcollections') {
|
|
@@ -15193,8 +15195,10 @@ var CardsSection = function CardsSection(props) {
|
|
|
15193
15195
|
var _parentcolitem$collec;
|
|
15194
15196
|
parentcolitem.categoryid = catitem.categoryid;
|
|
15195
15197
|
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec = parentcolitem.collections) === null || _parentcolitem$collec === void 0 || _parentcolitem$collec.forEach(function (collitem, colindex) {
|
|
15196
|
-
collitem.
|
|
15197
|
-
|
|
15198
|
+
if (collitem.isshowntocustomers == 1) {
|
|
15199
|
+
collitem.parentcollectionid = parentcolitem.parentcollectionid;
|
|
15200
|
+
collections.push(collitem);
|
|
15201
|
+
}
|
|
15198
15202
|
});
|
|
15199
15203
|
});
|
|
15200
15204
|
});
|
package/dist/index.esm.js
CHANGED
|
@@ -15099,8 +15099,10 @@ var CardsSection = function CardsSection(props) {
|
|
|
15099
15099
|
var parentcollections = [];
|
|
15100
15100
|
(_categories = categories) === null || _categories === void 0 || _categories.forEach(function (catitem, catindex) {
|
|
15101
15101
|
catitem === null || catitem === void 0 || catitem.parentcolletions.forEach(function (parentcolitem) {
|
|
15102
|
-
parentcolitem.
|
|
15103
|
-
|
|
15102
|
+
if (parentcolitem.isshowntocustomers == 1) {
|
|
15103
|
+
parentcolitem.categoryid = catitem.categoryid;
|
|
15104
|
+
parentcollections.push(parentcolitem);
|
|
15105
|
+
}
|
|
15104
15106
|
});
|
|
15105
15107
|
});
|
|
15106
15108
|
if (fetchingtype == 'parentcollections') {
|
|
@@ -15144,8 +15146,10 @@ var CardsSection = function CardsSection(props) {
|
|
|
15144
15146
|
var _parentcolitem$collec;
|
|
15145
15147
|
parentcolitem.categoryid = catitem.categoryid;
|
|
15146
15148
|
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec = parentcolitem.collections) === null || _parentcolitem$collec === void 0 || _parentcolitem$collec.forEach(function (collitem, colindex) {
|
|
15147
|
-
collitem.
|
|
15148
|
-
|
|
15149
|
+
if (collitem.isshowntocustomers == 1) {
|
|
15150
|
+
collitem.parentcollectionid = parentcolitem.parentcollectionid;
|
|
15151
|
+
collections.push(collitem);
|
|
15152
|
+
}
|
|
15149
15153
|
});
|
|
15150
15154
|
});
|
|
15151
15155
|
});
|
package/dist/index.umd.js
CHANGED
|
@@ -14980,8 +14980,10 @@
|
|
|
14980
14980
|
var parentcollections = [];
|
|
14981
14981
|
(_categories = categories) === null || _categories === void 0 || _categories.forEach(function (catitem, catindex) {
|
|
14982
14982
|
catitem === null || catitem === void 0 || catitem.parentcolletions.forEach(function (parentcolitem) {
|
|
14983
|
-
parentcolitem.
|
|
14984
|
-
|
|
14983
|
+
if (parentcolitem.isshowntocustomers == 1) {
|
|
14984
|
+
parentcolitem.categoryid = catitem.categoryid;
|
|
14985
|
+
parentcollections.push(parentcolitem);
|
|
14986
|
+
}
|
|
14985
14987
|
});
|
|
14986
14988
|
});
|
|
14987
14989
|
if (fetchingtype == 'parentcollections') {
|
|
@@ -15025,8 +15027,10 @@
|
|
|
15025
15027
|
var _parentcolitem$collec;
|
|
15026
15028
|
parentcolitem.categoryid = catitem.categoryid;
|
|
15027
15029
|
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec = parentcolitem.collections) === null || _parentcolitem$collec === void 0 || _parentcolitem$collec.forEach(function (collitem, colindex) {
|
|
15028
|
-
collitem.
|
|
15029
|
-
|
|
15030
|
+
if (collitem.isshowntocustomers == 1) {
|
|
15031
|
+
collitem.parentcollectionid = parentcolitem.parentcollectionid;
|
|
15032
|
+
collections.push(collitem);
|
|
15033
|
+
}
|
|
15030
15034
|
});
|
|
15031
15035
|
});
|
|
15032
15036
|
});
|