reneco-hierarchized-picker 0.4.2-beta.18 → 0.4.2-beta.19

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.
@@ -19197,7 +19197,7 @@ const HierarchizedPickerComponent = class {
19197
19197
  newtree.children.forEach((value, index) => {
19198
19198
  completeCurrentTreeWithTree(this.loadedTreeJs, value, this.optionsManager.getOptions());
19199
19199
  });
19200
- this.triggerTreeDisplay(this.rawData, searched);
19200
+ this.triggerTreeDisplay(this.rawDataManager.getData(), searched);
19201
19201
  displayAutocompleteWithResults(this.rawDataManager.getData(), searched, this.optionsManager, this.editValue.bind(this), this.showTree.bind(this));
19202
19202
  // Deploys all nodes
19203
19203
  document.querySelectorAll('#tree-area-' + this.componentID + ' .treejs-node').forEach((item) => {
@@ -512,7 +512,7 @@ export class HierarchizedPickerComponent {
512
512
  newtree.children.forEach((value, index) => {
513
513
  completeCurrentTreeWithTree(this.loadedTreeJs, value, this.optionsManager.getOptions());
514
514
  });
515
- this.triggerTreeDisplay(this.rawData, searched);
515
+ this.triggerTreeDisplay(this.rawDataManager.getData(), searched);
516
516
  displayAutocompleteWithResults(this.rawDataManager.getData(), searched, this.optionsManager, this.editValue.bind(this), this.showTree.bind(this));
517
517
  // Deploys all nodes
518
518
  document.querySelectorAll('#tree-area-' + this.componentID + ' .treejs-node').forEach((item) => {
@@ -19195,7 +19195,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
19195
19195
  newtree.children.forEach((value, index) => {
19196
19196
  completeCurrentTreeWithTree(this.loadedTreeJs, value, this.optionsManager.getOptions());
19197
19197
  });
19198
- this.triggerTreeDisplay(this.rawData, searched);
19198
+ this.triggerTreeDisplay(this.rawDataManager.getData(), searched);
19199
19199
  displayAutocompleteWithResults(this.rawDataManager.getData(), searched, this.optionsManager, this.editValue.bind(this), this.showTree.bind(this));
19200
19200
  // Deploys all nodes
19201
19201
  document.querySelectorAll('#tree-area-' + this.componentID + ' .treejs-node').forEach((item) => {
@@ -19193,7 +19193,7 @@ const HierarchizedPickerComponent = class {
19193
19193
  newtree.children.forEach((value, index) => {
19194
19194
  completeCurrentTreeWithTree(this.loadedTreeJs, value, this.optionsManager.getOptions());
19195
19195
  });
19196
- this.triggerTreeDisplay(this.rawData, searched);
19196
+ this.triggerTreeDisplay(this.rawDataManager.getData(), searched);
19197
19197
  displayAutocompleteWithResults(this.rawDataManager.getData(), searched, this.optionsManager, this.editValue.bind(this), this.showTree.bind(this));
19198
19198
  // Deploys all nodes
19199
19199
  document.querySelectorAll('#tree-area-' + this.componentID + ' .treejs-node').forEach((item) => {