reneco-hierarchized-picker 0.3.10 → 0.3.11

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.
@@ -19389,6 +19389,7 @@ const HierarchizedPickerComponent = class {
19389
19389
  fullpath: node.fullpath,
19390
19390
  fullpathTranslated: node.fullpathTranslated,
19391
19391
  shortpathTranslated: node.text,
19392
+ hasChildren: node.children && node.children.length > 0
19392
19393
  },
19393
19394
  ];
19394
19395
  }
@@ -19398,6 +19399,7 @@ const HierarchizedPickerComponent = class {
19398
19399
  fullpath: node.fullpath,
19399
19400
  fullpathTranslated: node.fullpathTranslated,
19400
19401
  shortpathTranslated: node.text,
19402
+ hasChildren: node.children && node.children.length > 0
19401
19403
  };
19402
19404
  }
19403
19405
  }
@@ -1611,6 +1611,7 @@ export class HierarchizedPickerComponent {
1611
1611
  fullpath: node.fullpath,
1612
1612
  fullpathTranslated: node.fullpathTranslated,
1613
1613
  shortpathTranslated: node.text,
1614
+ hasChildren: node.children && node.children.length > 0
1614
1615
  },
1615
1616
  ];
1616
1617
  }
@@ -1620,6 +1621,7 @@ export class HierarchizedPickerComponent {
1620
1621
  fullpath: node.fullpath,
1621
1622
  fullpathTranslated: node.fullpathTranslated,
1622
1623
  shortpathTranslated: node.text,
1624
+ hasChildren: node.children && node.children.length > 0
1623
1625
  };
1624
1626
  }
1625
1627
  }
@@ -19387,6 +19387,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
19387
19387
  fullpath: node.fullpath,
19388
19388
  fullpathTranslated: node.fullpathTranslated,
19389
19389
  shortpathTranslated: node.text,
19390
+ hasChildren: node.children && node.children.length > 0
19390
19391
  },
19391
19392
  ];
19392
19393
  }
@@ -19396,6 +19397,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
19396
19397
  fullpath: node.fullpath,
19397
19398
  fullpathTranslated: node.fullpathTranslated,
19398
19399
  shortpathTranslated: node.text,
19400
+ hasChildren: node.children && node.children.length > 0
19399
19401
  };
19400
19402
  }
19401
19403
  }
@@ -19385,6 +19385,7 @@ const HierarchizedPickerComponent = class {
19385
19385
  fullpath: node.fullpath,
19386
19386
  fullpathTranslated: node.fullpathTranslated,
19387
19387
  shortpathTranslated: node.text,
19388
+ hasChildren: node.children && node.children.length > 0
19388
19389
  },
19389
19390
  ];
19390
19391
  }
@@ -19394,6 +19395,7 @@ const HierarchizedPickerComponent = class {
19394
19395
  fullpath: node.fullpath,
19395
19396
  fullpathTranslated: node.fullpathTranslated,
19396
19397
  shortpathTranslated: node.text,
19398
+ hasChildren: node.children && node.children.length > 0
19397
19399
  };
19398
19400
  }
19399
19401
  }