reneco-hierarchized-picker 0.4.2-beta.4 → 0.4.2-beta.5

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.
@@ -18347,6 +18347,7 @@ function fillTreeWithObject(tree, myObject, searched, options, depth = 0) {
18347
18347
  const deprecated = getPropertyFromNode(value, 'deprecated', false);
18348
18348
  const objToPush = {
18349
18349
  id: keyPropFromNode,
18350
+ nodeid: keyPropFromNode,
18350
18351
  depth,
18351
18352
  text: valueTranslatedPropFromNode,
18352
18353
  fullpath: fullpathPropFromNode,
@@ -79,6 +79,7 @@ export function fillTreeWithObject(tree, myObject, searched, options, depth = 0)
79
79
  const deprecated = getPropertyFromNode(value, 'deprecated', false);
80
80
  const objToPush = {
81
81
  id: keyPropFromNode,
82
+ nodeid: keyPropFromNode,
82
83
  depth,
83
84
  text: valueTranslatedPropFromNode,
84
85
  fullpath: fullpathPropFromNode,
@@ -18344,6 +18344,7 @@ function fillTreeWithObject(tree, myObject, searched, options, depth = 0) {
18344
18344
  const deprecated = getPropertyFromNode(value, 'deprecated', false);
18345
18345
  const objToPush = {
18346
18346
  id: keyPropFromNode,
18347
+ nodeid: keyPropFromNode,
18347
18348
  depth,
18348
18349
  text: valueTranslatedPropFromNode,
18349
18350
  fullpath: fullpathPropFromNode,
@@ -18343,6 +18343,7 @@ function fillTreeWithObject(tree, myObject, searched, options, depth = 0) {
18343
18343
  const deprecated = getPropertyFromNode(value, 'deprecated', false);
18344
18344
  const objToPush = {
18345
18345
  id: keyPropFromNode,
18346
+ nodeid: keyPropFromNode,
18346
18347
  depth,
18347
18348
  text: valueTranslatedPropFromNode,
18348
18349
  fullpath: fullpathPropFromNode,