mam 1.11.759 → 1.11.760
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.test.js +2 -5
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -12369,7 +12369,7 @@ var $;
|
|
|
12369
12369
|
}
|
|
12370
12370
|
return names;
|
|
12371
12371
|
}
|
|
12372
|
-
theme(next
|
|
12372
|
+
theme(next) {
|
|
12373
12373
|
return next;
|
|
12374
12374
|
}
|
|
12375
12375
|
attr_static() {
|
|
@@ -12380,7 +12380,7 @@ var $;
|
|
|
12380
12380
|
}
|
|
12381
12381
|
attr() {
|
|
12382
12382
|
return {
|
|
12383
|
-
mol_theme: this.theme()
|
|
12383
|
+
mol_theme: this.theme(),
|
|
12384
12384
|
};
|
|
12385
12385
|
}
|
|
12386
12386
|
style() {
|
|
@@ -12515,9 +12515,6 @@ var $;
|
|
|
12515
12515
|
__decorate([
|
|
12516
12516
|
$mol_memo.method
|
|
12517
12517
|
], $mol_view.prototype, "view_names", null);
|
|
12518
|
-
__decorate([
|
|
12519
|
-
$mol_mem
|
|
12520
|
-
], $mol_view.prototype, "theme", null);
|
|
12521
12518
|
__decorate([
|
|
12522
12519
|
$mol_mem
|
|
12523
12520
|
], $mol_view.prototype, "event_async", null);
|