mol_plot_all 1.2.1553 → 1.2.1555
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 +1 -1
- package/node.deps.json +1 -1
- package/node.js +2 -5
- package/node.js.map +1 -1
- package/node.mjs +2 -5
- package/node.test.js +2 -5
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -1
- package/web.deps.json +1 -1
- package/web.js +2 -5
- package/web.js.map +1 -1
- package/web.mjs +2 -5
package/node.mjs
CHANGED
|
@@ -4573,7 +4573,7 @@ var $;
|
|
|
4573
4573
|
}
|
|
4574
4574
|
return names;
|
|
4575
4575
|
}
|
|
4576
|
-
theme(next
|
|
4576
|
+
theme(next) {
|
|
4577
4577
|
return next;
|
|
4578
4578
|
}
|
|
4579
4579
|
attr_static() {
|
|
@@ -4584,7 +4584,7 @@ var $;
|
|
|
4584
4584
|
}
|
|
4585
4585
|
attr() {
|
|
4586
4586
|
return {
|
|
4587
|
-
mol_theme: this.theme()
|
|
4587
|
+
mol_theme: this.theme(),
|
|
4588
4588
|
};
|
|
4589
4589
|
}
|
|
4590
4590
|
style() {
|
|
@@ -4719,9 +4719,6 @@ var $;
|
|
|
4719
4719
|
__decorate([
|
|
4720
4720
|
$mol_memo.method
|
|
4721
4721
|
], $mol_view.prototype, "view_names", null);
|
|
4722
|
-
__decorate([
|
|
4723
|
-
$mol_mem
|
|
4724
|
-
], $mol_view.prototype, "theme", null);
|
|
4725
4722
|
__decorate([
|
|
4726
4723
|
$mol_mem
|
|
4727
4724
|
], $mol_view.prototype, "event_async", null);
|
package/node.test.js
CHANGED
|
@@ -4564,7 +4564,7 @@ var $;
|
|
|
4564
4564
|
}
|
|
4565
4565
|
return names;
|
|
4566
4566
|
}
|
|
4567
|
-
theme(next
|
|
4567
|
+
theme(next) {
|
|
4568
4568
|
return next;
|
|
4569
4569
|
}
|
|
4570
4570
|
attr_static() {
|
|
@@ -4575,7 +4575,7 @@ var $;
|
|
|
4575
4575
|
}
|
|
4576
4576
|
attr() {
|
|
4577
4577
|
return {
|
|
4578
|
-
mol_theme: this.theme()
|
|
4578
|
+
mol_theme: this.theme(),
|
|
4579
4579
|
};
|
|
4580
4580
|
}
|
|
4581
4581
|
style() {
|
|
@@ -4710,9 +4710,6 @@ var $;
|
|
|
4710
4710
|
__decorate([
|
|
4711
4711
|
$mol_memo.method
|
|
4712
4712
|
], $mol_view.prototype, "view_names", null);
|
|
4713
|
-
__decorate([
|
|
4714
|
-
$mol_mem
|
|
4715
|
-
], $mol_view.prototype, "theme", null);
|
|
4716
4713
|
__decorate([
|
|
4717
4714
|
$mol_mem
|
|
4718
4715
|
], $mol_view.prototype, "event_async", null);
|