mol_dump_lib 0.0.1030 → 0.0.1031

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/node.view.tree CHANGED
@@ -71,14 +71,14 @@ $mol_speck $mol_view
71
71
 
72
72
  $mol_button $mol_view
73
73
  enabled true
74
- click?event null
75
- event_click?event null
74
+ click? null
75
+ event_click? null
76
76
  status? /
77
77
  event *
78
78
  ^
79
- click?event <=> activate?event <=> event_activate?event null
80
- dblclick?event <=> clicks?event null
81
- keydown?event <=> key_press?event <=> event_key_press?event null
79
+ click? <=> activate? <=> event_activate? null
80
+ dblclick? <=> clicks? null
81
+ keydown? <=> key_press? <=> event_key_press? null
82
82
  attr *
83
83
  ^
84
84
  disabled <= disabled false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_dump_lib",
3
- "version": "0.0.1030",
3
+ "version": "0.0.1031",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",