upload build
This commit is contained in:
parent
414fbdd9ae
commit
5f627ca77c
6 changed files with 252 additions and 177 deletions
141
-/node.js
141
-/node.js
|
|
@ -14880,56 +14880,6 @@ var $;
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
})($ || ($ = {}));
|
})($ || ($ = {}));
|
||||||
|
|
||||||
;
|
|
||||||
($.$mol_chip) = class $mol_chip extends ($.$mol_view) {
|
|
||||||
hint(){
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
minimal_height(){
|
|
||||||
return 40;
|
|
||||||
}
|
|
||||||
attr(){
|
|
||||||
return {...(super.attr()), "title": (this.hint())};
|
|
||||||
}
|
|
||||||
sub(){
|
|
||||||
return [(this.title())];
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
;
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
;
|
|
||||||
"use strict";
|
|
||||||
var $;
|
|
||||||
(function ($) {
|
|
||||||
var $$;
|
|
||||||
(function ($$) {
|
|
||||||
$mol_style_define($mol_chip, {
|
|
||||||
padding: $mol_gap.text,
|
|
||||||
border: {
|
|
||||||
radius: $mol_gap.round,
|
|
||||||
},
|
|
||||||
background: {
|
|
||||||
color: $mol_theme.card,
|
|
||||||
},
|
|
||||||
gap: $mol_gap.block,
|
|
||||||
});
|
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
|
||||||
})($ || ($ = {}));
|
|
||||||
|
|
||||||
;
|
|
||||||
($.$mol_icon_plus) = class $mol_icon_plus extends ($.$mol_icon) {
|
|
||||||
path(){
|
|
||||||
return "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
;
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
;
|
;
|
||||||
($.$mol_check) = class $mol_check extends ($.$mol_button_minor) {
|
($.$mol_check) = class $mol_check extends ($.$mol_button_minor) {
|
||||||
checked(next){
|
checked(next){
|
||||||
|
|
@ -15080,6 +15030,56 @@ var $;
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
})($ || ($ = {}));
|
})($ || ($ = {}));
|
||||||
|
|
||||||
|
;
|
||||||
|
($.$mol_chip) = class $mol_chip extends ($.$mol_view) {
|
||||||
|
hint(){
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
minimal_height(){
|
||||||
|
return 40;
|
||||||
|
}
|
||||||
|
attr(){
|
||||||
|
return {...(super.attr()), "title": (this.hint())};
|
||||||
|
}
|
||||||
|
sub(){
|
||||||
|
return [(this.title())];
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
var $;
|
||||||
|
(function ($) {
|
||||||
|
var $$;
|
||||||
|
(function ($$) {
|
||||||
|
$mol_style_define($mol_chip, {
|
||||||
|
padding: $mol_gap.text,
|
||||||
|
border: {
|
||||||
|
radius: $mol_gap.round,
|
||||||
|
},
|
||||||
|
background: {
|
||||||
|
color: $mol_theme.card,
|
||||||
|
},
|
||||||
|
gap: $mol_gap.block,
|
||||||
|
});
|
||||||
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
|
})($ || ($ = {}));
|
||||||
|
|
||||||
|
;
|
||||||
|
($.$mol_icon_plus) = class $mol_icon_plus extends ($.$mol_icon) {
|
||||||
|
path(){
|
||||||
|
return "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
|
||||||
;
|
;
|
||||||
($.$mol_gallery) = class $mol_gallery extends ($.$mol_view) {
|
($.$mol_gallery) = class $mol_gallery extends ($.$mol_view) {
|
||||||
items(){
|
items(){
|
||||||
|
|
@ -15213,10 +15213,6 @@ var $;
|
||||||
]);
|
]);
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
Lights(){
|
|
||||||
const obj = new this.$.$mol_lights_toggle();
|
|
||||||
return obj;
|
|
||||||
}
|
|
||||||
target_status(id){
|
target_status(id){
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
@ -15322,9 +15318,6 @@ var $;
|
||||||
(this.Tools())
|
(this.Tools())
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
tools(){
|
|
||||||
return [(this.Lights())];
|
|
||||||
}
|
|
||||||
body(){
|
body(){
|
||||||
return [(this.Target_list())];
|
return [(this.Target_list())];
|
||||||
}
|
}
|
||||||
|
|
@ -15339,7 +15332,6 @@ var $;
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit_icon"));
|
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit_icon"));
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit"));
|
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit"));
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add"));
|
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add"));
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Lights"));
|
|
||||||
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_status"));
|
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_status"));
|
||||||
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_url"));
|
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_url"));
|
||||||
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_remove_icon"));
|
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_remove_icon"));
|
||||||
|
|
@ -15429,6 +15421,7 @@ var $;
|
||||||
}
|
}
|
||||||
home() {
|
home() {
|
||||||
const home = this.$.$hyoo_crus_glob.home($hd_canary_app_home);
|
const home = this.$.$hyoo_crus_glob.home($hd_canary_app_home);
|
||||||
|
home.land().join();
|
||||||
if (this.users().has(this.my_key()) == false) {
|
if (this.users().has(this.my_key()) == false) {
|
||||||
const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/ref'));
|
const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/ref'));
|
||||||
home.land().give(ref, $hyoo_crus_rank_post("just"));
|
home.land().give(ref, $hyoo_crus_rank_post("just"));
|
||||||
|
|
@ -18937,8 +18930,27 @@ var $;
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
})($ || ($ = {}));
|
})($ || ($ = {}));
|
||||||
|
|
||||||
|
;
|
||||||
|
($.$mol_icon_bird) = class $mol_icon_bird extends ($.$mol_icon) {
|
||||||
|
path(){
|
||||||
|
return "M23 11.5L19.95 10.37C19.69 9.22 19.04 8.56 19.04 8.56C17.4 6.92 14.75 6.92 13.11 8.56L11.63 10.04L5 3C4 7 5 11 7.45 14.22L2 19.5C2 19.5 10.89 21.5 16.07 17.45C18.83 15.29 19.45 14.03 19.84 12.7L23 11.5M17.71 11.72C17.32 12.11 16.68 12.11 16.29 11.72C15.9 11.33 15.9 10.7 16.29 10.31C16.68 9.92 17.32 9.92 17.71 10.31C18.1 10.7 18.1 11.33 17.71 11.72Z";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
|
||||||
;
|
;
|
||||||
($.$hd_canary_app) = class $hd_canary_app extends ($.$mol_book2_catalog) {
|
($.$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(){
|
List(){
|
||||||
const obj = new this.$.$hd_canary_app_monitor();
|
const obj = new this.$.$hd_canary_app_monitor();
|
||||||
return obj;
|
return obj;
|
||||||
|
|
@ -18947,6 +18959,16 @@ var $;
|
||||||
const obj = new this.$.$hd_canary_app_profile();
|
const obj = new this.$.$hd_canary_app_profile();
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
|
plugins(){
|
||||||
|
return [(this.Theme())];
|
||||||
|
}
|
||||||
|
Menu_logo(){
|
||||||
|
const obj = new this.$.$mol_icon_bird();
|
||||||
|
return obj;
|
||||||
|
}
|
||||||
|
menu_tools(){
|
||||||
|
return [(this.Lighter())];
|
||||||
|
}
|
||||||
menu_title(){
|
menu_title(){
|
||||||
return (this.$.$mol_locale.text("$hd_canary_app_menu_title"));
|
return (this.$.$mol_locale.text("$hd_canary_app_menu_title"));
|
||||||
}
|
}
|
||||||
|
|
@ -18954,8 +18976,11 @@ var $;
|
||||||
return {"monitor": (this.List()), "profile": (this.Profile())};
|
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), "List"));
|
||||||
($mol_mem(($.$hd_canary_app.prototype), "Profile"));
|
($mol_mem(($.$hd_canary_app.prototype), "Profile"));
|
||||||
|
($mol_mem(($.$hd_canary_app.prototype), "Menu_logo"));
|
||||||
|
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
141
-/node.test.js
141
-/node.test.js
|
|
@ -14871,56 +14871,6 @@ var $;
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
})($ || ($ = {}));
|
})($ || ($ = {}));
|
||||||
|
|
||||||
;
|
|
||||||
($.$mol_chip) = class $mol_chip extends ($.$mol_view) {
|
|
||||||
hint(){
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
minimal_height(){
|
|
||||||
return 40;
|
|
||||||
}
|
|
||||||
attr(){
|
|
||||||
return {...(super.attr()), "title": (this.hint())};
|
|
||||||
}
|
|
||||||
sub(){
|
|
||||||
return [(this.title())];
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
;
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
;
|
|
||||||
"use strict";
|
|
||||||
var $;
|
|
||||||
(function ($) {
|
|
||||||
var $$;
|
|
||||||
(function ($$) {
|
|
||||||
$mol_style_define($mol_chip, {
|
|
||||||
padding: $mol_gap.text,
|
|
||||||
border: {
|
|
||||||
radius: $mol_gap.round,
|
|
||||||
},
|
|
||||||
background: {
|
|
||||||
color: $mol_theme.card,
|
|
||||||
},
|
|
||||||
gap: $mol_gap.block,
|
|
||||||
});
|
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
|
||||||
})($ || ($ = {}));
|
|
||||||
|
|
||||||
;
|
|
||||||
($.$mol_icon_plus) = class $mol_icon_plus extends ($.$mol_icon) {
|
|
||||||
path(){
|
|
||||||
return "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
;
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
;
|
;
|
||||||
($.$mol_check) = class $mol_check extends ($.$mol_button_minor) {
|
($.$mol_check) = class $mol_check extends ($.$mol_button_minor) {
|
||||||
checked(next){
|
checked(next){
|
||||||
|
|
@ -15071,6 +15021,56 @@ var $;
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
})($ || ($ = {}));
|
})($ || ($ = {}));
|
||||||
|
|
||||||
|
;
|
||||||
|
($.$mol_chip) = class $mol_chip extends ($.$mol_view) {
|
||||||
|
hint(){
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
minimal_height(){
|
||||||
|
return 40;
|
||||||
|
}
|
||||||
|
attr(){
|
||||||
|
return {...(super.attr()), "title": (this.hint())};
|
||||||
|
}
|
||||||
|
sub(){
|
||||||
|
return [(this.title())];
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
var $;
|
||||||
|
(function ($) {
|
||||||
|
var $$;
|
||||||
|
(function ($$) {
|
||||||
|
$mol_style_define($mol_chip, {
|
||||||
|
padding: $mol_gap.text,
|
||||||
|
border: {
|
||||||
|
radius: $mol_gap.round,
|
||||||
|
},
|
||||||
|
background: {
|
||||||
|
color: $mol_theme.card,
|
||||||
|
},
|
||||||
|
gap: $mol_gap.block,
|
||||||
|
});
|
||||||
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
|
})($ || ($ = {}));
|
||||||
|
|
||||||
|
;
|
||||||
|
($.$mol_icon_plus) = class $mol_icon_plus extends ($.$mol_icon) {
|
||||||
|
path(){
|
||||||
|
return "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
|
||||||
;
|
;
|
||||||
($.$mol_gallery) = class $mol_gallery extends ($.$mol_view) {
|
($.$mol_gallery) = class $mol_gallery extends ($.$mol_view) {
|
||||||
items(){
|
items(){
|
||||||
|
|
@ -15204,10 +15204,6 @@ var $;
|
||||||
]);
|
]);
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
Lights(){
|
|
||||||
const obj = new this.$.$mol_lights_toggle();
|
|
||||||
return obj;
|
|
||||||
}
|
|
||||||
target_status(id){
|
target_status(id){
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
@ -15313,9 +15309,6 @@ var $;
|
||||||
(this.Tools())
|
(this.Tools())
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
tools(){
|
|
||||||
return [(this.Lights())];
|
|
||||||
}
|
|
||||||
body(){
|
body(){
|
||||||
return [(this.Target_list())];
|
return [(this.Target_list())];
|
||||||
}
|
}
|
||||||
|
|
@ -15330,7 +15323,6 @@ var $;
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit_icon"));
|
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit_icon"));
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit"));
|
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit"));
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add"));
|
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add"));
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Lights"));
|
|
||||||
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_status"));
|
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_status"));
|
||||||
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_url"));
|
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_url"));
|
||||||
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_remove_icon"));
|
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_remove_icon"));
|
||||||
|
|
@ -15420,6 +15412,7 @@ var $;
|
||||||
}
|
}
|
||||||
home() {
|
home() {
|
||||||
const home = this.$.$hyoo_crus_glob.home($hd_canary_app_home);
|
const home = this.$.$hyoo_crus_glob.home($hd_canary_app_home);
|
||||||
|
home.land().join();
|
||||||
if (this.users().has(this.my_key()) == false) {
|
if (this.users().has(this.my_key()) == false) {
|
||||||
const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/ref'));
|
const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/ref'));
|
||||||
home.land().give(ref, $hyoo_crus_rank_post("just"));
|
home.land().give(ref, $hyoo_crus_rank_post("just"));
|
||||||
|
|
@ -18928,8 +18921,27 @@ var $;
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
})($ || ($ = {}));
|
})($ || ($ = {}));
|
||||||
|
|
||||||
|
;
|
||||||
|
($.$mol_icon_bird) = class $mol_icon_bird extends ($.$mol_icon) {
|
||||||
|
path(){
|
||||||
|
return "M23 11.5L19.95 10.37C19.69 9.22 19.04 8.56 19.04 8.56C17.4 6.92 14.75 6.92 13.11 8.56L11.63 10.04L5 3C4 7 5 11 7.45 14.22L2 19.5C2 19.5 10.89 21.5 16.07 17.45C18.83 15.29 19.45 14.03 19.84 12.7L23 11.5M17.71 11.72C17.32 12.11 16.68 12.11 16.29 11.72C15.9 11.33 15.9 10.7 16.29 10.31C16.68 9.92 17.32 9.92 17.71 10.31C18.1 10.7 18.1 11.33 17.71 11.72Z";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
|
||||||
;
|
;
|
||||||
($.$hd_canary_app) = class $hd_canary_app extends ($.$mol_book2_catalog) {
|
($.$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(){
|
List(){
|
||||||
const obj = new this.$.$hd_canary_app_monitor();
|
const obj = new this.$.$hd_canary_app_monitor();
|
||||||
return obj;
|
return obj;
|
||||||
|
|
@ -18938,6 +18950,16 @@ var $;
|
||||||
const obj = new this.$.$hd_canary_app_profile();
|
const obj = new this.$.$hd_canary_app_profile();
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
|
plugins(){
|
||||||
|
return [(this.Theme())];
|
||||||
|
}
|
||||||
|
Menu_logo(){
|
||||||
|
const obj = new this.$.$mol_icon_bird();
|
||||||
|
return obj;
|
||||||
|
}
|
||||||
|
menu_tools(){
|
||||||
|
return [(this.Lighter())];
|
||||||
|
}
|
||||||
menu_title(){
|
menu_title(){
|
||||||
return (this.$.$mol_locale.text("$hd_canary_app_menu_title"));
|
return (this.$.$mol_locale.text("$hd_canary_app_menu_title"));
|
||||||
}
|
}
|
||||||
|
|
@ -18945,8 +18967,11 @@ var $;
|
||||||
return {"monitor": (this.List()), "profile": (this.Profile())};
|
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), "List"));
|
||||||
($mol_mem(($.$hd_canary_app.prototype), "Profile"));
|
($mol_mem(($.$hd_canary_app.prototype), "Profile"));
|
||||||
|
($mol_mem(($.$hd_canary_app.prototype), "Menu_logo"));
|
||||||
|
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
141
-/web.js
141
-/web.js
|
|
@ -7267,56 +7267,6 @@ var $;
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
})($ || ($ = {}));
|
})($ || ($ = {}));
|
||||||
|
|
||||||
;
|
|
||||||
($.$mol_chip) = class $mol_chip extends ($.$mol_view) {
|
|
||||||
hint(){
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
minimal_height(){
|
|
||||||
return 40;
|
|
||||||
}
|
|
||||||
attr(){
|
|
||||||
return {...(super.attr()), "title": (this.hint())};
|
|
||||||
}
|
|
||||||
sub(){
|
|
||||||
return [(this.title())];
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
;
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
;
|
|
||||||
"use strict";
|
|
||||||
var $;
|
|
||||||
(function ($) {
|
|
||||||
var $$;
|
|
||||||
(function ($$) {
|
|
||||||
$mol_style_define($mol_chip, {
|
|
||||||
padding: $mol_gap.text,
|
|
||||||
border: {
|
|
||||||
radius: $mol_gap.round,
|
|
||||||
},
|
|
||||||
background: {
|
|
||||||
color: $mol_theme.card,
|
|
||||||
},
|
|
||||||
gap: $mol_gap.block,
|
|
||||||
});
|
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
|
||||||
})($ || ($ = {}));
|
|
||||||
|
|
||||||
;
|
|
||||||
($.$mol_icon_plus) = class $mol_icon_plus extends ($.$mol_icon) {
|
|
||||||
path(){
|
|
||||||
return "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
;
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
;
|
;
|
||||||
($.$mol_check) = class $mol_check extends ($.$mol_button_minor) {
|
($.$mol_check) = class $mol_check extends ($.$mol_button_minor) {
|
||||||
checked(next){
|
checked(next){
|
||||||
|
|
@ -7467,6 +7417,56 @@ var $;
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
})($ || ($ = {}));
|
})($ || ($ = {}));
|
||||||
|
|
||||||
|
;
|
||||||
|
($.$mol_chip) = class $mol_chip extends ($.$mol_view) {
|
||||||
|
hint(){
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
minimal_height(){
|
||||||
|
return 40;
|
||||||
|
}
|
||||||
|
attr(){
|
||||||
|
return {...(super.attr()), "title": (this.hint())};
|
||||||
|
}
|
||||||
|
sub(){
|
||||||
|
return [(this.title())];
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
var $;
|
||||||
|
(function ($) {
|
||||||
|
var $$;
|
||||||
|
(function ($$) {
|
||||||
|
$mol_style_define($mol_chip, {
|
||||||
|
padding: $mol_gap.text,
|
||||||
|
border: {
|
||||||
|
radius: $mol_gap.round,
|
||||||
|
},
|
||||||
|
background: {
|
||||||
|
color: $mol_theme.card,
|
||||||
|
},
|
||||||
|
gap: $mol_gap.block,
|
||||||
|
});
|
||||||
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
|
})($ || ($ = {}));
|
||||||
|
|
||||||
|
;
|
||||||
|
($.$mol_icon_plus) = class $mol_icon_plus extends ($.$mol_icon) {
|
||||||
|
path(){
|
||||||
|
return "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
|
||||||
;
|
;
|
||||||
($.$mol_gallery) = class $mol_gallery extends ($.$mol_view) {
|
($.$mol_gallery) = class $mol_gallery extends ($.$mol_view) {
|
||||||
items(){
|
items(){
|
||||||
|
|
@ -7600,10 +7600,6 @@ var $;
|
||||||
]);
|
]);
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
Lights(){
|
|
||||||
const obj = new this.$.$mol_lights_toggle();
|
|
||||||
return obj;
|
|
||||||
}
|
|
||||||
target_status(id){
|
target_status(id){
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
@ -7709,9 +7705,6 @@ var $;
|
||||||
(this.Tools())
|
(this.Tools())
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
tools(){
|
|
||||||
return [(this.Lights())];
|
|
||||||
}
|
|
||||||
body(){
|
body(){
|
||||||
return [(this.Target_list())];
|
return [(this.Target_list())];
|
||||||
}
|
}
|
||||||
|
|
@ -7726,7 +7719,6 @@ var $;
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit_icon"));
|
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit_icon"));
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit"));
|
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add_submit"));
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add"));
|
($mol_mem(($.$hd_canary_app_monitor.prototype), "Add"));
|
||||||
($mol_mem(($.$hd_canary_app_monitor.prototype), "Lights"));
|
|
||||||
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_status"));
|
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_status"));
|
||||||
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_url"));
|
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_url"));
|
||||||
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_remove_icon"));
|
($mol_mem_key(($.$hd_canary_app_monitor.prototype), "Target_remove_icon"));
|
||||||
|
|
@ -14226,6 +14218,7 @@ var $;
|
||||||
}
|
}
|
||||||
home() {
|
home() {
|
||||||
const home = this.$.$hyoo_crus_glob.home($hd_canary_app_home);
|
const home = this.$.$hyoo_crus_glob.home($hd_canary_app_home);
|
||||||
|
home.land().join();
|
||||||
if (this.users().has(this.my_key()) == false) {
|
if (this.users().has(this.my_key()) == false) {
|
||||||
const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/ref'));
|
const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/ref'));
|
||||||
home.land().give(ref, $hyoo_crus_rank_post("just"));
|
home.land().give(ref, $hyoo_crus_rank_post("just"));
|
||||||
|
|
@ -17734,8 +17727,27 @@ var $;
|
||||||
})($$ = $.$$ || ($.$$ = {}));
|
})($$ = $.$$ || ($.$$ = {}));
|
||||||
})($ || ($ = {}));
|
})($ || ($ = {}));
|
||||||
|
|
||||||
|
;
|
||||||
|
($.$mol_icon_bird) = class $mol_icon_bird extends ($.$mol_icon) {
|
||||||
|
path(){
|
||||||
|
return "M23 11.5L19.95 10.37C19.69 9.22 19.04 8.56 19.04 8.56C17.4 6.92 14.75 6.92 13.11 8.56L11.63 10.04L5 3C4 7 5 11 7.45 14.22L2 19.5C2 19.5 10.89 21.5 16.07 17.45C18.83 15.29 19.45 14.03 19.84 12.7L23 11.5M17.71 11.72C17.32 12.11 16.68 12.11 16.29 11.72C15.9 11.33 15.9 10.7 16.29 10.31C16.68 9.92 17.32 9.92 17.71 10.31C18.1 10.7 18.1 11.33 17.71 11.72Z";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
|
"use strict";
|
||||||
|
|
||||||
;
|
;
|
||||||
($.$hd_canary_app) = class $hd_canary_app extends ($.$mol_book2_catalog) {
|
($.$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(){
|
List(){
|
||||||
const obj = new this.$.$hd_canary_app_monitor();
|
const obj = new this.$.$hd_canary_app_monitor();
|
||||||
return obj;
|
return obj;
|
||||||
|
|
@ -17744,6 +17756,16 @@ var $;
|
||||||
const obj = new this.$.$hd_canary_app_profile();
|
const obj = new this.$.$hd_canary_app_profile();
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
|
plugins(){
|
||||||
|
return [(this.Theme())];
|
||||||
|
}
|
||||||
|
Menu_logo(){
|
||||||
|
const obj = new this.$.$mol_icon_bird();
|
||||||
|
return obj;
|
||||||
|
}
|
||||||
|
menu_tools(){
|
||||||
|
return [(this.Lighter())];
|
||||||
|
}
|
||||||
menu_title(){
|
menu_title(){
|
||||||
return (this.$.$mol_locale.text("$hd_canary_app_menu_title"));
|
return (this.$.$mol_locale.text("$hd_canary_app_menu_title"));
|
||||||
}
|
}
|
||||||
|
|
@ -17751,8 +17773,11 @@ var $;
|
||||||
return {"monitor": (this.List()), "profile": (this.Profile())};
|
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), "List"));
|
||||||
($mol_mem(($.$hd_canary_app.prototype), "Profile"));
|
($mol_mem(($.$hd_canary_app.prototype), "Profile"));
|
||||||
|
($mol_mem(($.$hd_canary_app.prototype), "Menu_logo"));
|
||||||
|
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue