@wizishop/angular-components 0.0.77 → 0.0.81

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.
@@ -3798,7 +3798,7 @@
3798
3798
  object.hasTreeChildren = true;
3799
3799
  if (!object.hasOwnProperty(childrenProperty)) {
3800
3800
  // No more chrildren
3801
- object.hasTreeChrildren = false;
3801
+ object.hasTreeChildren = false;
3802
3802
  continue;
3803
3803
  }
3804
3804
  if (!Array.isArray(object[childrenProperty])) {
@@ -3850,10 +3850,10 @@
3850
3850
  object.treeLabel = object[property];
3851
3851
  continue;
3852
3852
  }
3853
- object.hasTreeChrildren = true;
3853
+ object.hasTreeChildren = true;
3854
3854
  if (!this.childrenProperties.includes(property)) {
3855
3855
  // No more chrildren
3856
- object.hasTreeChrildren = false;
3856
+ object.hasTreeChildren = false;
3857
3857
  continue;
3858
3858
  }
3859
3859
  if (!Array.isArray(object[property])) {