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.js
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);
|