reneco-hierarchized-picker 0.3.3 → 0.3.4

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.
@@ -19153,6 +19153,8 @@ const HierarchizedPickerComponent = class {
19153
19153
  if ((this.isDisabled && this.shownTree && this.setValueOnClick) ||
19154
19154
  (this.loadedTreeJs.liElementsById[id].classList.value && this.loadedTreeJs.liElementsById[id].classList.value.indexOf("readonly_node") != -1))
19155
19155
  return;
19156
+ if (treeToUpdate.getValues().indexOf(id.toString()) != -1)
19157
+ return;
19156
19158
  this.ignoreOptionsChanges = true;
19157
19159
  // Override of treejs normal workaround =>> DONT EDIT IT!
19158
19160
  // ----- BEGIN -----
@@ -1378,6 +1378,8 @@ export class HierarchizedPickerComponent {
1378
1378
  if ((this.isDisabled && this.shownTree && this.setValueOnClick) ||
1379
1379
  (this.loadedTreeJs.liElementsById[id].classList.value && this.loadedTreeJs.liElementsById[id].classList.value.indexOf("readonly_node") != -1))
1380
1380
  return;
1381
+ if (treeToUpdate.getValues().indexOf(id.toString()) != -1)
1382
+ return;
1381
1383
  this.ignoreOptionsChanges = true;
1382
1384
  // Override of treejs normal workaround =>> DONT EDIT IT!
1383
1385
  // ----- BEGIN -----
@@ -19151,6 +19151,8 @@ const HierarchizedPickerComponent = class extends HTMLElement {
19151
19151
  if ((this.isDisabled && this.shownTree && this.setValueOnClick) ||
19152
19152
  (this.loadedTreeJs.liElementsById[id].classList.value && this.loadedTreeJs.liElementsById[id].classList.value.indexOf("readonly_node") != -1))
19153
19153
  return;
19154
+ if (treeToUpdate.getValues().indexOf(id.toString()) != -1)
19155
+ return;
19154
19156
  this.ignoreOptionsChanges = true;
19155
19157
  // Override of treejs normal workaround =>> DONT EDIT IT!
19156
19158
  // ----- BEGIN -----
@@ -19149,6 +19149,8 @@ const HierarchizedPickerComponent = class {
19149
19149
  if ((this.isDisabled && this.shownTree && this.setValueOnClick) ||
19150
19150
  (this.loadedTreeJs.liElementsById[id].classList.value && this.loadedTreeJs.liElementsById[id].classList.value.indexOf("readonly_node") != -1))
19151
19151
  return;
19152
+ if (treeToUpdate.getValues().indexOf(id.toString()) != -1)
19153
+ return;
19152
19154
  this.ignoreOptionsChanges = true;
19153
19155
  // Override of treejs normal workaround =>> DONT EDIT IT!
19154
19156
  // ----- BEGIN -----