canary/app/-view.tree/app.view.tree.js

41 lines
No EOL
1 KiB
JavaScript

($.$hd_canary_app) = class $hd_canary_app extends ($.$mol_book2_catalog) {
Theme(){
const obj = new this.$.$mol_theme_auto();
return obj;
}
Lighter(){
const obj = new this.$.$mol_lights_toggle();
return obj;
}
List(){
const obj = new this.$.$hd_canary_app_monitor();
return obj;
}
Profile(){
const obj = new this.$.$hd_canary_app_profile();
return obj;
}
plugins(){
return [(this.Theme())];
}
Menu_logo(){
const obj = new this.$.$mol_icon_bird();
return obj;
}
menu_tools(){
return [(this.Lighter())];
}
menu_title(){
return (this.$.$mol_locale.text("$hd_canary_app_menu_title"));
}
spreads(){
return {"monitor": (this.List()), "profile": (this.Profile())};
}
};
($mol_mem(($.$hd_canary_app.prototype), "Theme"));
($mol_mem(($.$hd_canary_app.prototype), "Lighter"));
($mol_mem(($.$hd_canary_app.prototype), "List"));
($mol_mem(($.$hd_canary_app.prototype), "Profile"));
($mol_mem(($.$hd_canary_app.prototype), "Menu_logo"));
//# sourceMappingURL=app.view.tree.js.map