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.
- package/dist/cjs/reneco-hierarchized-picker_2.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_2.entry.js +1 -1
- package/dist/esm-es5/reneco-hierarchized-picker_2.entry.js +1 -1
- package/dist/reneco-hierarchized-picker/{p-e983f2bb.system.entry.js → p-4431ee7f.system.entry.js} +1 -1
- package/dist/reneco-hierarchized-picker/{p-8c16d02c.entry.js → p-5af23e07.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
|
@@ -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')
|