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.
- 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-252ae5e5.entry.js → p-6cc2dede.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/p-73168a50.system.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-2eb0f5d4.system.entry.js → p-8053a63b.system.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/reneco-hierarchized-picker.esm.js +1 -1
- package/package.json +1 -1
|
@@ -18421,7 +18421,7 @@ const HierarchizedPickerComponent = class {
|
|
|
18421
18421
|
}
|
|
18422
18422
|
else {
|
|
18423
18423
|
targetURL += '/' + options.startNode;
|
|
18424
|
-
if (options.
|
|
18424
|
+
if (options.Reach) {
|
|
18425
18425
|
targetURL += '/?reach=' + options.options.Reach;
|
|
18426
18426
|
}
|
|
18427
18427
|
}
|
|
@@ -18419,7 +18419,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
|
|
|
18419
18419
|
}
|
|
18420
18420
|
else {
|
|
18421
18421
|
targetURL += '/' + options.startNode;
|
|
18422
|
-
if (options.
|
|
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.
|
|
18420
|
+
if (options.Reach) {
|
|
18421
18421
|
targetURL += '/?reach=' + options.options.Reach;
|
|
18422
18422
|
}
|
|
18423
18423
|
}
|