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/node.test.js
CHANGED
|
@@ -10012,7 +10012,7 @@ var $;
|
|
|
10012
10012
|
}
|
|
10013
10013
|
return names;
|
|
10014
10014
|
}
|
|
10015
|
-
theme(next
|
|
10015
|
+
theme(next) {
|
|
10016
10016
|
return next;
|
|
10017
10017
|
}
|
|
10018
10018
|
attr_static() {
|
|
@@ -10023,7 +10023,7 @@ var $;
|
|
|
10023
10023
|
}
|
|
10024
10024
|
attr() {
|
|
10025
10025
|
return {
|
|
10026
|
-
mol_theme: this.theme()
|
|
10026
|
+
mol_theme: this.theme(),
|
|
10027
10027
|
};
|
|
10028
10028
|
}
|
|
10029
10029
|
style() {
|
|
@@ -10158,9 +10158,6 @@ var $;
|
|
|
10158
10158
|
__decorate([
|
|
10159
10159
|
$mol_memo.method
|
|
10160
10160
|
], $mol_view.prototype, "view_names", null);
|
|
10161
|
-
__decorate([
|
|
10162
|
-
$mol_mem
|
|
10163
|
-
], $mol_view.prototype, "theme", null);
|
|
10164
10161
|
__decorate([
|
|
10165
10162
|
$mol_mem
|
|
10166
10163
|
], $mol_view.prototype, "event_async", null);
|