mol_view_tree2_lib 1.0.40 → 1.0.42
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/web.test.js +2 -5
- package/web.test.js.map +1 -1
package/package.json
CHANGED
package/web.test.js
CHANGED
|
@@ -4718,7 +4718,7 @@ var $;
|
|
|
4718
4718
|
}
|
|
4719
4719
|
return names;
|
|
4720
4720
|
}
|
|
4721
|
-
theme(next
|
|
4721
|
+
theme(next) {
|
|
4722
4722
|
return next;
|
|
4723
4723
|
}
|
|
4724
4724
|
attr_static() {
|
|
@@ -4729,7 +4729,7 @@ var $;
|
|
|
4729
4729
|
}
|
|
4730
4730
|
attr() {
|
|
4731
4731
|
return {
|
|
4732
|
-
mol_theme: this.theme()
|
|
4732
|
+
mol_theme: this.theme(),
|
|
4733
4733
|
};
|
|
4734
4734
|
}
|
|
4735
4735
|
style() {
|
|
@@ -4864,9 +4864,6 @@ var $;
|
|
|
4864
4864
|
__decorate([
|
|
4865
4865
|
$mol_memo.method
|
|
4866
4866
|
], $mol_view.prototype, "view_names", null);
|
|
4867
|
-
__decorate([
|
|
4868
|
-
$mol_mem
|
|
4869
|
-
], $mol_view.prototype, "theme", null);
|
|
4870
4867
|
__decorate([
|
|
4871
4868
|
$mol_mem
|
|
4872
4869
|
], $mol_view.prototype, "event_async", null);
|