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.
@@ -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;