reneco-hierarchized-picker 0.4.0-beta.12 → 0.4.0-beta.13

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.
@@ -18663,7 +18663,7 @@ const HierarchizedPickerComponent = class {
18663
18663
  this.filterTree(newfilter);
18664
18664
  }
18665
18665
  optionsChange(newValue, oldValue) {
18666
- if (!this.optionsManager.getOptions() || !this.ready || this.ignoreOptionsChanges) {
18666
+ if (!this.optionsManager || !this.optionsManager.getOptions() || !this.ready || this.ignoreOptionsChanges) {
18667
18667
  return;
18668
18668
  }
18669
18669
  if (typeof newValue == 'string')
@@ -143,7 +143,7 @@ export class HierarchizedPickerComponent {
143
143
  this.filterTree(newfilter);
144
144
  }
145
145
  optionsChange(newValue, oldValue) {
146
- if (!this.optionsManager.getOptions() || !this.ready || this.ignoreOptionsChanges) {
146
+ if (!this.optionsManager || !this.optionsManager.getOptions() || !this.ready || this.ignoreOptionsChanges) {
147
147
  return;
148
148
  }
149
149
  if (typeof newValue == 'string')
@@ -18660,7 +18660,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
18660
18660
  this.filterTree(newfilter);
18661
18661
  }
18662
18662
  optionsChange(newValue, oldValue) {
18663
- if (!this.optionsManager.getOptions() || !this.ready || this.ignoreOptionsChanges) {
18663
+ if (!this.optionsManager || !this.optionsManager.getOptions() || !this.ready || this.ignoreOptionsChanges) {
18664
18664
  return;
18665
18665
  }
18666
18666
  if (typeof newValue == 'string')
@@ -18659,7 +18659,7 @@ const HierarchizedPickerComponent = class {
18659
18659
  this.filterTree(newfilter);
18660
18660
  }
18661
18661
  optionsChange(newValue, oldValue) {
18662
- if (!this.optionsManager.getOptions() || !this.ready || this.ignoreOptionsChanges) {
18662
+ if (!this.optionsManager || !this.optionsManager.getOptions() || !this.ready || this.ignoreOptionsChanges) {
18663
18663
  return;
18664
18664
  }
18665
18665
  if (typeof newValue == 'string')