reneco-hierarchized-picker 0.3.2-beta.1 → 0.3.2-beta.2

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.
@@ -18421,7 +18421,7 @@ const HierarchizedPickerComponent = class {
18421
18421
  }
18422
18422
  else {
18423
18423
  targetURL += '/' + options.startNode;
18424
- if (options.options.Reach) {
18424
+ if (options.Reach) {
18425
18425
  targetURL += '/?reach=' + options.options.Reach;
18426
18426
  }
18427
18427
  }
@@ -644,7 +644,7 @@ export class HierarchizedPickerComponent {
644
644
  }
645
645
  else {
646
646
  targetURL += '/' + options.startNode;
647
- if (options.options.Reach) {
647
+ if (options.Reach) {
648
648
  targetURL += '/?reach=' + options.options.Reach;
649
649
  }
650
650
  }
@@ -18419,7 +18419,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
18419
18419
  }
18420
18420
  else {
18421
18421
  targetURL += '/' + options.startNode;
18422
- if (options.options.Reach) {
18422
+ if (options.Reach) {
18423
18423
  targetURL += '/?reach=' + options.options.Reach;
18424
18424
  }
18425
18425
  }
@@ -18417,7 +18417,7 @@ const HierarchizedPickerComponent = class {
18417
18417
  }
18418
18418
  else {
18419
18419
  targetURL += '/' + options.startNode;
18420
- if (options.options.Reach) {
18420
+ if (options.Reach) {
18421
18421
  targetURL += '/?reach=' + options.options.Reach;
18422
18422
  }
18423
18423
  }