@kizmann/nano-ui 0.7.26 → 0.7.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kizmann/nano-ui",
3
- "version": "0.7.26",
3
+ "version": "0.7.27",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Eduard Kizmann <kizmann@protonmail.ch>",
@@ -419,6 +419,13 @@ export default {
419
419
  });
420
420
  },
421
421
 
422
+ updateNode(node)
423
+ {
424
+ Obj.set(this, node.value.route, node.item);
425
+
426
+ this.$emit('update:items', this.items);
427
+ },
428
+
422
429
  findVirtual(unique)
423
430
  {
424
431
  let value = Arr.find(this.virtuals, (item) => {