mol_dump_lib 0.0.3 → 0.0.4

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.js CHANGED
@@ -6395,10 +6395,14 @@ var $;
6395
6395
  var $;
6396
6396
  (function ($) {
6397
6397
  class $mol_dump_value extends $mol_view {
6398
- value() {
6398
+ value(next) {
6399
+ if (next !== undefined)
6400
+ return next;
6399
6401
  return null;
6400
6402
  }
6401
- preview_show() {
6403
+ preview_show(next) {
6404
+ if (next !== undefined)
6405
+ return next;
6402
6406
  return true;
6403
6407
  }
6404
6408
  sub() {
@@ -6494,6 +6498,12 @@ var $;
6494
6498
  return obj;
6495
6499
  }
6496
6500
  }
6501
+ __decorate([
6502
+ $mol_mem
6503
+ ], $mol_dump_value.prototype, "value", null);
6504
+ __decorate([
6505
+ $mol_mem
6506
+ ], $mol_dump_value.prototype, "preview_show", null);
6497
6507
  __decorate([
6498
6508
  $mol_mem
6499
6509
  ], $mol_dump_value.prototype, "Simple", null);