Skip to content

Commit

Permalink
Deploying to gh-pages from @ a755916 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Nov 18, 2024
1 parent a7f245d commit 8c523e4
Show file tree
Hide file tree
Showing 15 changed files with 163 additions and 307 deletions.
181 changes: 49 additions & 132 deletions node.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

18 changes: 11 additions & 7 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -2526,6 +2526,8 @@ var $;
const val = fields[key];
if (val === undefined)
continue;
if (val === el[key])
continue;
el[key] = val;
}
}
Expand Down Expand Up @@ -2823,7 +2825,6 @@ var $;
return suffix;
}
$.$mol_view_state_key = $mol_view_state_key;
const error_showed = new WeakMap();
class $mol_view extends $mol_object {
static Root(id) {
return new this;
Expand Down Expand Up @@ -2970,14 +2971,11 @@ var $;
$mol_dom_render_attributes(node, { mol_view_error });
if ($mol_promise_like(error))
break render;
if ((error_showed.get(error) ?? this) !== this)
break render;
try {
const message = error.message || error;
node.innerText = message.replace(/^|$/mg, '\xA0\xA0');
}
catch { }
error_showed.set(error, this);
}
try {
this.auto();
Expand Down Expand Up @@ -6828,6 +6826,9 @@ var $;
arg(id){
return {};
}
menu_link_arg(id){
return (this.arg(id));
}
spread_title(id){
return "";
}
Expand All @@ -6842,7 +6843,7 @@ var $;
}
Menu_link(id){
const obj = new this.$.$mol_link();
(obj.arg) = () => ((this.arg(id)));
(obj.arg) = () => ((this.menu_link_arg(id)));
(obj.sub) = () => ((this.menu_link_content(id)));
return obj;
}
Expand Down Expand Up @@ -9526,8 +9527,8 @@ var $;
filled() {
return this.units().length > 0;
}
can_change(lord = this.land().auth().lord()) {
return this.land().lord_rank(lord) >= $hyoo_crus_rank.reg;
can_change() {
return this.land().lord_rank(this.land().auth().lord()) >= $hyoo_crus_rank.reg;
}
last_change() {
const land = this.land();
Expand Down Expand Up @@ -12223,6 +12224,9 @@ var $;
__decorate([
$mol_action
], $hyoo_crus_list_ref_to.prototype, "remote_add", null);
__decorate([
$mol_action
], $hyoo_crus_list_ref_to.prototype, "make", null);
__decorate([
$mol_action
], $hyoo_crus_list_ref_to.prototype, "local_make", null);
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

18 changes: 11 additions & 7 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2526,6 +2526,8 @@ var $;
const val = fields[key];
if (val === undefined)
continue;
if (val === el[key])
continue;
el[key] = val;
}
}
Expand Down Expand Up @@ -2823,7 +2825,6 @@ var $;
return suffix;
}
$.$mol_view_state_key = $mol_view_state_key;
const error_showed = new WeakMap();
class $mol_view extends $mol_object {
static Root(id) {
return new this;
Expand Down Expand Up @@ -2970,14 +2971,11 @@ var $;
$mol_dom_render_attributes(node, { mol_view_error });
if ($mol_promise_like(error))
break render;
if ((error_showed.get(error) ?? this) !== this)
break render;
try {
const message = error.message || error;
node.innerText = message.replace(/^|$/mg, '\xA0\xA0');
}
catch { }
error_showed.set(error, this);
}
try {
this.auto();
Expand Down Expand Up @@ -6828,6 +6826,9 @@ var $;
arg(id){
return {};
}
menu_link_arg(id){
return (this.arg(id));
}
spread_title(id){
return "";
}
Expand All @@ -6842,7 +6843,7 @@ var $;
}
Menu_link(id){
const obj = new this.$.$mol_link();
(obj.arg) = () => ((this.arg(id)));
(obj.arg) = () => ((this.menu_link_arg(id)));
(obj.sub) = () => ((this.menu_link_content(id)));
return obj;
}
Expand Down Expand Up @@ -9526,8 +9527,8 @@ var $;
filled() {
return this.units().length > 0;
}
can_change(lord = this.land().auth().lord()) {
return this.land().lord_rank(lord) >= $hyoo_crus_rank.reg;
can_change() {
return this.land().lord_rank(this.land().auth().lord()) >= $hyoo_crus_rank.reg;
}
last_change() {
const land = this.land();
Expand Down Expand Up @@ -12223,6 +12224,9 @@ var $;
__decorate([
$mol_action
], $hyoo_crus_list_ref_to.prototype, "remote_add", null);
__decorate([
$mol_action
], $hyoo_crus_list_ref_to.prototype, "make", null);
__decorate([
$mol_action
], $hyoo_crus_list_ref_to.prototype, "local_make", null);
Expand Down
18 changes: 11 additions & 7 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2517,6 +2517,8 @@ var $;
const val = fields[key];
if (val === undefined)
continue;
if (val === el[key])
continue;
el[key] = val;
}
}
Expand Down Expand Up @@ -2814,7 +2816,6 @@ var $;
return suffix;
}
$.$mol_view_state_key = $mol_view_state_key;
const error_showed = new WeakMap();
class $mol_view extends $mol_object {
static Root(id) {
return new this;
Expand Down Expand Up @@ -2961,14 +2962,11 @@ var $;
$mol_dom_render_attributes(node, { mol_view_error });
if ($mol_promise_like(error))
break render;
if ((error_showed.get(error) ?? this) !== this)
break render;
try {
const message = error.message || error;
node.innerText = message.replace(/^|$/mg, '\xA0\xA0');
}
catch { }
error_showed.set(error, this);
}
try {
this.auto();
Expand Down Expand Up @@ -6819,6 +6817,9 @@ var $;
arg(id){
return {};
}
menu_link_arg(id){
return (this.arg(id));
}
spread_title(id){
return "";
}
Expand All @@ -6833,7 +6834,7 @@ var $;
}
Menu_link(id){
const obj = new this.$.$mol_link();
(obj.arg) = () => ((this.arg(id)));
(obj.arg) = () => ((this.menu_link_arg(id)));
(obj.sub) = () => ((this.menu_link_content(id)));
return obj;
}
Expand Down Expand Up @@ -9517,8 +9518,8 @@ var $;
filled() {
return this.units().length > 0;
}
can_change(lord = this.land().auth().lord()) {
return this.land().lord_rank(lord) >= $hyoo_crus_rank.reg;
can_change() {
return this.land().lord_rank(this.land().auth().lord()) >= $hyoo_crus_rank.reg;
}
last_change() {
const land = this.land();
Expand Down Expand Up @@ -12214,6 +12215,9 @@ var $;
__decorate([
$mol_action
], $hyoo_crus_list_ref_to.prototype, "remote_add", null);
__decorate([
$mol_action
], $hyoo_crus_list_ref_to.prototype, "make", null);
__decorate([
$mol_action
], $hyoo_crus_list_ref_to.prototype, "local_make", null);
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ $mol_book2_catalog $mol_book2
Empty <= Menu_links_empty $mol_view
rows <= menu_links /
<= Menu_link*0 $mol_link
arg <= arg* *
arg <= menu_link_arg* <= arg* *
sub <= menu_link_content* /
<= Menu_link_title* $mol_dimmer
needle <= menu_filter
Expand Down
Loading

0 comments on commit 8c523e4

Please sign in to comment.