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.
- package/dist/cjs/reneco-hierarchized-picker.cjs.entry.js +1 -1
- package/dist/collection/components/hierarchized-picker/hierarchized-picker.js +1 -1
- package/dist/custom-elements/index.js +1 -1
- package/dist/esm/reneco-hierarchized-picker.entry.js +1 -1
- package/dist/esm-es5/reneco-hierarchized-picker.entry.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-8053a63b.system.entry.js → p-66b2d1d8.system.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/p-73168a50.system.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-6cc2dede.entry.js → p-ccbe5e15.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/reneco-hierarchized-picker.esm.js +1 -1
- package/package.json +1 -1
|
@@ -18422,7 +18422,7 @@ const HierarchizedPickerComponent = class {
|
|
|
18422
18422
|
else {
|
|
18423
18423
|
targetURL += '/' + options.startNode;
|
|
18424
18424
|
if (options.Reach) {
|
|
18425
|
-
targetURL += '/?reach=' + options.
|
|
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.
|
|
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.
|
|
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.
|
|
18421
|
+
targetURL += '/?reach=' + options.Reach;
|
|
18422
18422
|
}
|
|
18423
18423
|
}
|
|
18424
18424
|
let getDataPromise = new Promise((resolve, reject) => {
|