mol_plot_all 1.2.1553 → 1.2.1554
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/web.js
CHANGED
|
@@ -3361,7 +3361,7 @@ var $;
|
|
|
3361
3361
|
}
|
|
3362
3362
|
return names;
|
|
3363
3363
|
}
|
|
3364
|
-
theme(next
|
|
3364
|
+
theme(next) {
|
|
3365
3365
|
return next;
|
|
3366
3366
|
}
|
|
3367
3367
|
attr_static() {
|
|
@@ -3372,7 +3372,7 @@ var $;
|
|
|
3372
3372
|
}
|
|
3373
3373
|
attr() {
|
|
3374
3374
|
return {
|
|
3375
|
-
mol_theme: this.theme()
|
|
3375
|
+
mol_theme: this.theme(),
|
|
3376
3376
|
};
|
|
3377
3377
|
}
|
|
3378
3378
|
style() {
|
|
@@ -3507,9 +3507,6 @@ var $;
|
|
|
3507
3507
|
__decorate([
|
|
3508
3508
|
$mol_memo.method
|
|
3509
3509
|
], $mol_view.prototype, "view_names", null);
|
|
3510
|
-
__decorate([
|
|
3511
|
-
$mol_mem
|
|
3512
|
-
], $mol_view.prototype, "theme", null);
|
|
3513
3510
|
__decorate([
|
|
3514
3511
|
$mol_mem
|
|
3515
3512
|
], $mol_view.prototype, "event_async", null);
|