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

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