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 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.categoryid = catitem.categoryid;
15152
- parentcollections.push(parentcolitem);
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.parentcollectionid = parentcolitem.parentcollectionid;
15197
- collections.push(collitem);
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.categoryid = catitem.categoryid;
15103
- parentcollections.push(parentcolitem);
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.parentcollectionid = parentcolitem.parentcollectionid;
15148
- collections.push(collitem);
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.categoryid = catitem.categoryid;
14984
- parentcollections.push(parentcolitem);
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.parentcollectionid = parentcolitem.parentcollectionid;
15029
- collections.push(collitem);
15030
+ if (collitem.isshowntocustomers == 1) {
15031
+ collitem.parentcollectionid = parentcolitem.parentcollectionid;
15032
+ collections.push(collitem);
15033
+ }
15030
15034
  });
15031
15035
  });
15032
15036
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.381",
3
+ "version": "0.0.382",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {