mol_dump_lib 0.0.249 → 0.0.251
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.d.ts +617 -239
- package/node.d.ts.map +1 -0
- package/node.deps.json +1 -1
- package/node.js +995 -1202
- package/node.js.map +1 -1
- package/node.mjs +995 -1202
- package/node.test.js +1528 -2606
- package/node.test.js.map +1 -1
- package/node.view.tree +9 -9
- package/package.json +2 -1
- package/web.d.ts +613 -239
- package/web.d.ts.map +1 -0
- package/web.deps.json +1 -1
- package/web.js +972 -1180
- package/web.js.map +1 -1
- package/web.mjs +972 -1180
- package/web.test.js +283 -1154
- package/web.test.js.map +1 -1
- package/web.view.tree +9 -9
package/web.view.tree
CHANGED
|
@@ -191,15 +191,6 @@ $mol_check_expand $mol_check
|
|
|
191
191
|
checked? <=> expanded? false
|
|
192
192
|
enabled <= expandable false
|
|
193
193
|
|
|
194
|
-
$mol_dump_list $mol_view
|
|
195
|
-
values /
|
|
196
|
-
sub /
|
|
197
|
-
<= Dump*0 $mol_dump_value
|
|
198
|
-
value <= dump_value* null
|
|
199
|
-
expanded? <=> dump_expanded*? false
|
|
200
|
-
prototypes <= prototypes false
|
|
201
|
-
preview_show <= preview_show true
|
|
202
|
-
|
|
203
194
|
$mol_expander $mol_list
|
|
204
195
|
rows /
|
|
205
196
|
<= Label $mol_view
|
|
@@ -213,6 +204,15 @@ $mol_expander $mol_list
|
|
|
213
204
|
<= Content $mol_list
|
|
214
205
|
rows <= content /
|
|
215
206
|
|
|
207
|
+
$mol_dump_list $mol_view
|
|
208
|
+
values /
|
|
209
|
+
sub /
|
|
210
|
+
<= Dump*0 $mol_dump_value
|
|
211
|
+
value <= dump_value* null
|
|
212
|
+
expanded? <=> dump_expanded*? false
|
|
213
|
+
prototypes <= prototypes false
|
|
214
|
+
preview_show <= preview_show true
|
|
215
|
+
|
|
216
216
|
$mol_dump_value $mol_view
|
|
217
217
|
value? null
|
|
218
218
|
preview_show? true
|