reneco-hierarchized-picker 0.4.2-beta.7 → 0.4.2-beta.8

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.
@@ -18923,6 +18923,7 @@ const HierarchizedPickerComponent = class {
18923
18923
  }
18924
18924
  let autoAssignReach = true;
18925
18925
  let defaultFromFullpaths = undefined;
18926
+ // TODO Revoir cette partie ? utilite ? (case == null ?)
18926
18927
  if (!this.isDisabled)
18927
18928
  this.isDisabled = false;
18928
18929
  if (this.optionsManager.getOptions().readonly !== undefined)
@@ -18940,7 +18941,7 @@ const HierarchizedPickerComponent = class {
18940
18941
  if (!this.optionsManager.getOptions().displayRootNode)
18941
18942
  this.optionsManager.getOptions().displayRootNode = false;
18942
18943
  if (!this.optionsManager.getOptions().dragAndDropEnabled)
18943
- this.optionsManager.getOptions().dragAndDropEnabled = true;
18944
+ this.optionsManager.getOptions().dragAndDropEnabled = false;
18944
18945
  if (!this.optionsManager.getOptions().defaultValueIsFullpath)
18945
18946
  this.optionsManager.getOptions().defaultValueIsFullpath = false;
18946
18947
  if (!this.optionsManager.getOptions() && this.optionsManager.getOptions().errorsInInput !== false)
@@ -262,6 +262,7 @@ export class HierarchizedPickerComponent {
262
262
  }
263
263
  let autoAssignReach = true;
264
264
  let defaultFromFullpaths = undefined;
265
+ // TODO Revoir cette partie ? utilite ? (case == null ?)
265
266
  if (!this.isDisabled)
266
267
  this.isDisabled = false;
267
268
  if (this.optionsManager.getOptions().readonly !== undefined)
@@ -279,7 +280,7 @@ export class HierarchizedPickerComponent {
279
280
  if (!this.optionsManager.getOptions().displayRootNode)
280
281
  this.optionsManager.getOptions().displayRootNode = false;
281
282
  if (!this.optionsManager.getOptions().dragAndDropEnabled)
282
- this.optionsManager.getOptions().dragAndDropEnabled = true;
283
+ this.optionsManager.getOptions().dragAndDropEnabled = false;
283
284
  if (!this.optionsManager.getOptions().defaultValueIsFullpath)
284
285
  this.optionsManager.getOptions().defaultValueIsFullpath = false;
285
286
  if (!this.optionsManager.getOptions() && this.optionsManager.getOptions().errorsInInput !== false)
@@ -18921,6 +18921,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
18921
18921
  }
18922
18922
  let autoAssignReach = true;
18923
18923
  let defaultFromFullpaths = undefined;
18924
+ // TODO Revoir cette partie ? utilite ? (case == null ?)
18924
18925
  if (!this.isDisabled)
18925
18926
  this.isDisabled = false;
18926
18927
  if (this.optionsManager.getOptions().readonly !== undefined)
@@ -18938,7 +18939,7 @@ const HierarchizedPickerComponent = class extends HTMLElement {
18938
18939
  if (!this.optionsManager.getOptions().displayRootNode)
18939
18940
  this.optionsManager.getOptions().displayRootNode = false;
18940
18941
  if (!this.optionsManager.getOptions().dragAndDropEnabled)
18941
- this.optionsManager.getOptions().dragAndDropEnabled = true;
18942
+ this.optionsManager.getOptions().dragAndDropEnabled = false;
18942
18943
  if (!this.optionsManager.getOptions().defaultValueIsFullpath)
18943
18944
  this.optionsManager.getOptions().defaultValueIsFullpath = false;
18944
18945
  if (!this.optionsManager.getOptions() && this.optionsManager.getOptions().errorsInInput !== false)
@@ -18919,6 +18919,7 @@ const HierarchizedPickerComponent = class {
18919
18919
  }
18920
18920
  let autoAssignReach = true;
18921
18921
  let defaultFromFullpaths = undefined;
18922
+ // TODO Revoir cette partie ? utilite ? (case == null ?)
18922
18923
  if (!this.isDisabled)
18923
18924
  this.isDisabled = false;
18924
18925
  if (this.optionsManager.getOptions().readonly !== undefined)
@@ -18936,7 +18937,7 @@ const HierarchizedPickerComponent = class {
18936
18937
  if (!this.optionsManager.getOptions().displayRootNode)
18937
18938
  this.optionsManager.getOptions().displayRootNode = false;
18938
18939
  if (!this.optionsManager.getOptions().dragAndDropEnabled)
18939
- this.optionsManager.getOptions().dragAndDropEnabled = true;
18940
+ this.optionsManager.getOptions().dragAndDropEnabled = false;
18940
18941
  if (!this.optionsManager.getOptions().defaultValueIsFullpath)
18941
18942
  this.optionsManager.getOptions().defaultValueIsFullpath = false;
18942
18943
  if (!this.optionsManager.getOptions() && this.optionsManager.getOptions().errorsInInput !== false)