mol_dump_lib 0.0.534 → 0.0.535

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/web.js CHANGED
@@ -3335,7 +3335,7 @@ var $;
3335
3335
  })($ || ($ = {}));
3336
3336
 
3337
3337
  ;
3338
- ($.$mol_text_code_row) = class $mol_text_code_row extends ($.$mol_paragraph) {
3338
+ ($.$mol_text_code_line) = class $mol_text_code_line extends ($.$mol_paragraph) {
3339
3339
  numb(){
3340
3340
  return 0;
3341
3341
  }
@@ -3389,9 +3389,9 @@ var $;
3389
3389
  return null;
3390
3390
  }
3391
3391
  };
3392
- ($mol_mem(($.$mol_text_code_row.prototype), "Numb"));
3393
- ($mol_mem_key(($.$mol_text_code_row.prototype), "Token"));
3394
- ($mol_mem_key(($.$mol_text_code_row.prototype), "Token_link"));
3392
+ ($mol_mem(($.$mol_text_code_line.prototype), "Numb"));
3393
+ ($mol_mem_key(($.$mol_text_code_line.prototype), "Token"));
3394
+ ($mol_mem_key(($.$mol_text_code_line.prototype), "Token_link"));
3395
3395
 
3396
3396
 
3397
3397
  ;
@@ -3504,7 +3504,7 @@ var $;
3504
3504
  (function ($) {
3505
3505
  var $$;
3506
3506
  (function ($$) {
3507
- class $mol_text_code_row extends $.$mol_text_code_row {
3507
+ class $mol_text_code_line extends $.$mol_text_code_line {
3508
3508
  maximal_width() {
3509
3509
  return this.text().length * this.letter_width();
3510
3510
  }
@@ -3586,29 +3586,29 @@ var $;
3586
3586
  }
3587
3587
  __decorate([
3588
3588
  $mol_mem_key
3589
- ], $mol_text_code_row.prototype, "tokens", null);
3589
+ ], $mol_text_code_line.prototype, "tokens", null);
3590
3590
  __decorate([
3591
3591
  $mol_mem_key
3592
- ], $mol_text_code_row.prototype, "row_content", null);
3592
+ ], $mol_text_code_line.prototype, "row_content", null);
3593
3593
  __decorate([
3594
3594
  $mol_mem_key
3595
- ], $mol_text_code_row.prototype, "token_type", null);
3595
+ ], $mol_text_code_line.prototype, "token_type", null);
3596
3596
  __decorate([
3597
3597
  $mol_mem_key
3598
- ], $mol_text_code_row.prototype, "token_content", null);
3598
+ ], $mol_text_code_line.prototype, "token_content", null);
3599
3599
  __decorate([
3600
3600
  $mol_mem_key
3601
- ], $mol_text_code_row.prototype, "token_text", null);
3601
+ ], $mol_text_code_line.prototype, "token_text", null);
3602
3602
  __decorate([
3603
3603
  $mol_mem_key
3604
- ], $mol_text_code_row.prototype, "token_uri", null);
3604
+ ], $mol_text_code_line.prototype, "token_uri", null);
3605
3605
  __decorate([
3606
3606
  $mol_mem_key
3607
- ], $mol_text_code_row.prototype, "find_pos", null);
3607
+ ], $mol_text_code_line.prototype, "find_pos", null);
3608
3608
  __decorate([
3609
3609
  $mol_mem_key
3610
- ], $mol_text_code_row.prototype, "find_token_pos", null);
3611
- $$.$mol_text_code_row = $mol_text_code_row;
3610
+ ], $mol_text_code_line.prototype, "find_token_pos", null);
3611
+ $$.$mol_text_code_line = $mol_text_code_line;
3612
3612
  })($$ = $.$$ || ($.$$ = {}));
3613
3613
  })($ || ($ = {}));
3614
3614
 
@@ -3619,11 +3619,11 @@ var $;
3619
3619
  var $$;
3620
3620
  (function ($$) {
3621
3621
  const { rem } = $mol_style_unit;
3622
- $mol_style_define($mol_text_code_row, {
3622
+ $mol_style_define($mol_text_code_line, {
3623
3623
  display: 'block',
3624
3624
  position: 'relative',
3625
3625
  font: {
3626
- family: 'inherit',
3626
+ family: 'monospace',
3627
3627
  },
3628
3628
  Numb: {
3629
3629
  textAlign: 'right',
@@ -5231,7 +5231,7 @@ var $;
5231
5231
  return "";
5232
5232
  }
5233
5233
  Row(id){
5234
- const obj = new this.$.$mol_text_code_row();
5234
+ const obj = new this.$.$mol_text_code_line();
5235
5235
  (obj.numb_showed) = () => ((this.sidebar_showed()));
5236
5236
  (obj.numb) = () => ((this.row_numb(id)));
5237
5237
  (obj.text) = () => ((this.row_text(id)));
@@ -5383,6 +5383,11 @@ var $;
5383
5383
  Rows: {
5384
5384
  padding: $mol_gap.text,
5385
5385
  },
5386
+ Row: {
5387
+ font: {
5388
+ family: 'inherit',
5389
+ },
5390
+ },
5386
5391
  Copy: {
5387
5392
  alignSelf: 'flex-start',
5388
5393
  justifySelf: 'flex-start',
@@ -5390,7 +5395,7 @@ var $;
5390
5395
  '@': {
5391
5396
  'mol_text_code_sidebar_showed': {
5392
5397
  true: {
5393
- $mol_text_code_row: {
5398
+ $mol_text_code_line: {
5394
5399
  margin: {
5395
5400
  left: rem(1.75),
5396
5401
  },