reneco-hierarchized-picker 0.3.2-beta.6 → 0.3.2-beta.7
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 -0
- package/dist/collection/components/hierarchized-picker/hierarchized-picker.js +1 -0
- package/dist/custom-elements/index.js +1 -0
- package/dist/esm/reneco-hierarchized-picker.entry.js +1 -0
- package/dist/esm-es5/reneco-hierarchized-picker.entry.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-de1b75eb.system.entry.js → p-5d36118b.system.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/{p-78aae76f.entry.js → p-6e323d98.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/p-73168a50.system.js +1 -1
- package/dist/reneco-hierarchized-picker/reneco-hierarchized-picker.esm.js +1 -1
- package/package.json +1 -1
|
@@ -18423,6 +18423,7 @@ const HierarchizedPickerComponent = class {
|
|
|
18423
18423
|
let urloptions = '';
|
|
18424
18424
|
if (options.Reach) {
|
|
18425
18425
|
urloptions += (urloptions.length == 0 ? '/?' : '&') + 'reach=' + options.Reach;
|
|
18426
|
+
init = true;
|
|
18426
18427
|
}
|
|
18427
18428
|
if (options.IsDeprecated) {
|
|
18428
18429
|
urloptions += (urloptions.length == 0 ? '/?' : '&') + 'isDeprecated=' + options.IsDeprecated;
|
|
@@ -646,6 +646,7 @@ export class HierarchizedPickerComponent {
|
|
|
646
646
|
let urloptions = '';
|
|
647
647
|
if (options.Reach) {
|
|
648
648
|
urloptions += (urloptions.length == 0 ? '/?' : '&') + 'reach=' + options.Reach;
|
|
649
|
+
init = true;
|
|
649
650
|
}
|
|
650
651
|
if (options.IsDeprecated) {
|
|
651
652
|
urloptions += (urloptions.length == 0 ? '/?' : '&') + 'isDeprecated=' + options.IsDeprecated;
|
|
@@ -18421,6 +18421,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
|
|
|
18421
18421
|
let urloptions = '';
|
|
18422
18422
|
if (options.Reach) {
|
|
18423
18423
|
urloptions += (urloptions.length == 0 ? '/?' : '&') + 'reach=' + options.Reach;
|
|
18424
|
+
init = true;
|
|
18424
18425
|
}
|
|
18425
18426
|
if (options.IsDeprecated) {
|
|
18426
18427
|
urloptions += (urloptions.length == 0 ? '/?' : '&') + 'isDeprecated=' + options.IsDeprecated;
|
|
@@ -18419,6 +18419,7 @@ const HierarchizedPickerComponent = class {
|
|
|
18419
18419
|
let urloptions = '';
|
|
18420
18420
|
if (options.Reach) {
|
|
18421
18421
|
urloptions += (urloptions.length == 0 ? '/?' : '&') + 'reach=' + options.Reach;
|
|
18422
|
+
init = true;
|
|
18422
18423
|
}
|
|
18423
18424
|
if (options.IsDeprecated) {
|
|
18424
18425
|
urloptions += (urloptions.length == 0 ? '/?' : '&') + 'isDeprecated=' + options.IsDeprecated;
|