Skip to content

Commit

Permalink
Deploying to gh-pages from @ a74efdb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Jan 13, 2025
1 parent a5f9aa2 commit fba5487
Show file tree
Hide file tree
Showing 18 changed files with 79 additions and 33 deletions.
20 changes: 13 additions & 7 deletions node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2162,32 +2162,37 @@ declare namespace $ {
,
ReturnType< $mol_list['rows'] >
>
type $mol_dimmer__haystack_mol_search_14 = $mol_type_enforce<
type $mol_scroll__sub_mol_search_14 = $mol_type_enforce<
readonly(any)[]
,
ReturnType< $mol_scroll['sub'] >
>
type $mol_dimmer__haystack_mol_search_15 = $mol_type_enforce<
ReturnType< $mol_search['suggest_label'] >
,
ReturnType< $mol_dimmer['haystack'] >
>
type $mol_dimmer__needle_mol_search_15 = $mol_type_enforce<
type $mol_dimmer__needle_mol_search_16 = $mol_type_enforce<
ReturnType< $mol_search['query'] >
,
ReturnType< $mol_dimmer['needle'] >
>
type $mol_search_plugins__16 = $mol_type_enforce<
type $mol_search_plugins__17 = $mol_type_enforce<
ReturnType< $mol_pop['plugins'] >[number]
,
$mol_plugin
>
type $mol_view__sub_mol_search_17 = $mol_type_enforce<
type $mol_view__sub_mol_search_18 = $mol_type_enforce<
ReturnType< $mol_search['anchor_content'] >
,
ReturnType< $mol_view['sub'] >
>
type $mol_button_minor__click_mol_search_18 = $mol_type_enforce<
type $mol_button_minor__click_mol_search_19 = $mol_type_enforce<
ReturnType< $mol_search['suggest_select'] >
,
ReturnType< $mol_button_minor['click'] >
>
type $mol_button_minor__sub_mol_search_19 = $mol_type_enforce<
type $mol_button_minor__sub_mol_search_20 = $mol_type_enforce<
ReturnType< $mol_search['suggest_content'] >
,
ReturnType< $mol_button_minor['sub'] >
Expand All @@ -2212,6 +2217,7 @@ declare namespace $ {
anchor_content( ): readonly(any)[]
menu_items( ): readonly($mol_view)[]
Menu( ): $mol_list
Bubble_pane( ): $mol_scroll
suggest_select( id: any, next?: any ): any
suggest_label( id: any): string
Suggest_label( id: any): $mol_dimmer
Expand Down Expand Up @@ -2410,7 +2416,7 @@ declare namespace $.$$ {
}

declare namespace $ {
function $mol_match_text<Variant>(query: string, values: (variant: Variant) => string[]): (variant: Variant) => boolean;
function $mol_match_text<Variant>(query: string, values: (variant: Variant) => readonly string[]): (variant: Variant) => boolean;
}

declare namespace $ {
Expand Down
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.

8 changes: 7 additions & 1 deletion node.js
Original file line number Diff line number Diff line change
Expand Up @@ -6510,6 +6510,11 @@ var $;
(obj.rows) = () => ((this.menu_items()));
return obj;
}
Bubble_pane(){
const obj = new this.$.$mol_scroll();
(obj.sub) = () => ([(this.Menu())]);
return obj;
}
suggest_select(id, next){
if(next !== undefined) return next;
return null;
Expand Down Expand Up @@ -6548,7 +6553,7 @@ var $;
return obj;
}
bubble_content(){
return [(this.Menu())];
return [(this.Bubble_pane())];
}
Suggest(id){
const obj = new this.$.$mol_button_minor();
Expand All @@ -6568,6 +6573,7 @@ var $;
($mol_mem(($.$mol_search.prototype), "Clear_icon"));
($mol_mem(($.$mol_search.prototype), "Clear"));
($mol_mem(($.$mol_search.prototype), "Menu"));
($mol_mem(($.$mol_search.prototype), "Bubble_pane"));
($mol_mem_key(($.$mol_search.prototype), "suggest_select"));
($mol_mem_key(($.$mol_search.prototype), "Suggest_label"));
($mol_mem(($.$mol_search.prototype), "Anchor"));
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6510,6 +6510,11 @@ var $;
(obj.rows) = () => ((this.menu_items()));
return obj;
}
Bubble_pane(){
const obj = new this.$.$mol_scroll();
(obj.sub) = () => ([(this.Menu())]);
return obj;
}
suggest_select(id, next){
if(next !== undefined) return next;
return null;
Expand Down Expand Up @@ -6548,7 +6553,7 @@ var $;
return obj;
}
bubble_content(){
return [(this.Menu())];
return [(this.Bubble_pane())];
}
Suggest(id){
const obj = new this.$.$mol_button_minor();
Expand All @@ -6568,6 +6573,7 @@ var $;
($mol_mem(($.$mol_search.prototype), "Clear_icon"));
($mol_mem(($.$mol_search.prototype), "Clear"));
($mol_mem(($.$mol_search.prototype), "Menu"));
($mol_mem(($.$mol_search.prototype), "Bubble_pane"));
($mol_mem_key(($.$mol_search.prototype), "suggest_select"));
($mol_mem_key(($.$mol_search.prototype), "Suggest_label"));
($mol_mem(($.$mol_search.prototype), "Anchor"));
Expand Down
10 changes: 8 additions & 2 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6501,6 +6501,11 @@ var $;
(obj.rows) = () => ((this.menu_items()));
return obj;
}
Bubble_pane(){
const obj = new this.$.$mol_scroll();
(obj.sub) = () => ([(this.Menu())]);
return obj;
}
suggest_select(id, next){
if(next !== undefined) return next;
return null;
Expand Down Expand Up @@ -6539,7 +6544,7 @@ var $;
return obj;
}
bubble_content(){
return [(this.Menu())];
return [(this.Bubble_pane())];
}
Suggest(id){
const obj = new this.$.$mol_button_minor();
Expand All @@ -6559,6 +6564,7 @@ var $;
($mol_mem(($.$mol_search.prototype), "Clear_icon"));
($mol_mem(($.$mol_search.prototype), "Clear"));
($mol_mem(($.$mol_search.prototype), "Menu"));
($mol_mem(($.$mol_search.prototype), "Bubble_pane"));
($mol_mem_key(($.$mol_search.prototype), "suggest_select"));
($mol_mem_key(($.$mol_search.prototype), "Suggest_label"));
($mol_mem(($.$mol_search.prototype), "Anchor"));
Expand Down Expand Up @@ -18711,7 +18717,7 @@ var $;
.hack({
'bar': (input, belt) => [input.struct('777', input.hack(belt))],
});
$mol_assert_equal(res.toString(), 'foo 777 xxx\n');
$mol_assert_equal(res.map(String), ['foo 777 xxx\n']);
},
});
})($ || ($ = {}));
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions node.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,10 @@ $mol_search $mol_pop
sub /
<= Clear_icon $mol_icon_close
bubble_content /$mol_view_content
<= Menu $mol_list
rows <= menu_items /$mol_view
<= Bubble_pane $mol_scroll
sub /
<= Menu $mol_list
rows <= menu_items /$mol_view
Suggest* $mol_button_minor
click?event <=> suggest_select*?event null
sub <= suggest_content* /$mol_view_content
Expand Down
20 changes: 13 additions & 7 deletions web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2045,32 +2045,37 @@ declare namespace $ {
,
ReturnType< $mol_list['rows'] >
>
type $mol_dimmer__haystack_mol_search_14 = $mol_type_enforce<
type $mol_scroll__sub_mol_search_14 = $mol_type_enforce<
readonly(any)[]
,
ReturnType< $mol_scroll['sub'] >
>
type $mol_dimmer__haystack_mol_search_15 = $mol_type_enforce<
ReturnType< $mol_search['suggest_label'] >
,
ReturnType< $mol_dimmer['haystack'] >
>
type $mol_dimmer__needle_mol_search_15 = $mol_type_enforce<
type $mol_dimmer__needle_mol_search_16 = $mol_type_enforce<
ReturnType< $mol_search['query'] >
,
ReturnType< $mol_dimmer['needle'] >
>
type $mol_search_plugins__16 = $mol_type_enforce<
type $mol_search_plugins__17 = $mol_type_enforce<
ReturnType< $mol_pop['plugins'] >[number]
,
$mol_plugin
>
type $mol_view__sub_mol_search_17 = $mol_type_enforce<
type $mol_view__sub_mol_search_18 = $mol_type_enforce<
ReturnType< $mol_search['anchor_content'] >
,
ReturnType< $mol_view['sub'] >
>
type $mol_button_minor__click_mol_search_18 = $mol_type_enforce<
type $mol_button_minor__click_mol_search_19 = $mol_type_enforce<
ReturnType< $mol_search['suggest_select'] >
,
ReturnType< $mol_button_minor['click'] >
>
type $mol_button_minor__sub_mol_search_19 = $mol_type_enforce<
type $mol_button_minor__sub_mol_search_20 = $mol_type_enforce<
ReturnType< $mol_search['suggest_content'] >
,
ReturnType< $mol_button_minor['sub'] >
Expand All @@ -2095,6 +2100,7 @@ declare namespace $ {
anchor_content( ): readonly(any)[]
menu_items( ): readonly($mol_view)[]
Menu( ): $mol_list
Bubble_pane( ): $mol_scroll
suggest_select( id: any, next?: any ): any
suggest_label( id: any): string
Suggest_label( id: any): $mol_dimmer
Expand Down Expand Up @@ -2300,7 +2306,7 @@ declare namespace $.$$ {
}

declare namespace $ {
function $mol_match_text<Variant>(query: string, values: (variant: Variant) => string[]): (variant: Variant) => boolean;
function $mol_match_text<Variant>(query: string, values: (variant: Variant) => readonly string[]): (variant: Variant) => boolean;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion web.d.ts.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion web.js
Original file line number Diff line number Diff line change
Expand Up @@ -5966,6 +5966,11 @@ var $;
(obj.rows) = () => ((this.menu_items()));
return obj;
}
Bubble_pane(){
const obj = new this.$.$mol_scroll();
(obj.sub) = () => ([(this.Menu())]);
return obj;
}
suggest_select(id, next){
if(next !== undefined) return next;
return null;
Expand Down Expand Up @@ -6004,7 +6009,7 @@ var $;
return obj;
}
bubble_content(){
return [(this.Menu())];
return [(this.Bubble_pane())];
}
Suggest(id){
const obj = new this.$.$mol_button_minor();
Expand All @@ -6024,6 +6029,7 @@ var $;
($mol_mem(($.$mol_search.prototype), "Clear_icon"));
($mol_mem(($.$mol_search.prototype), "Clear"));
($mol_mem(($.$mol_search.prototype), "Menu"));
($mol_mem(($.$mol_search.prototype), "Bubble_pane"));
($mol_mem_key(($.$mol_search.prototype), "suggest_select"));
($mol_mem_key(($.$mol_search.prototype), "Suggest_label"));
($mol_mem(($.$mol_search.prototype), "Anchor"));
Expand Down
2 changes: 1 addition & 1 deletion web.js.map

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5966,6 +5966,11 @@ var $;
(obj.rows) = () => ((this.menu_items()));
return obj;
}
Bubble_pane(){
const obj = new this.$.$mol_scroll();
(obj.sub) = () => ([(this.Menu())]);
return obj;
}
suggest_select(id, next){
if(next !== undefined) return next;
return null;
Expand Down Expand Up @@ -6004,7 +6009,7 @@ var $;
return obj;
}
bubble_content(){
return [(this.Menu())];
return [(this.Bubble_pane())];
}
Suggest(id){
const obj = new this.$.$mol_button_minor();
Expand All @@ -6024,6 +6029,7 @@ var $;
($mol_mem(($.$mol_search.prototype), "Clear_icon"));
($mol_mem(($.$mol_search.prototype), "Clear"));
($mol_mem(($.$mol_search.prototype), "Menu"));
($mol_mem(($.$mol_search.prototype), "Bubble_pane"));
($mol_mem_key(($.$mol_search.prototype), "suggest_select"));
($mol_mem_key(($.$mol_search.prototype), "Suggest_label"));
($mol_mem(($.$mol_search.prototype), "Anchor"));
Expand Down
2 changes: 1 addition & 1 deletion web.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web.test.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions web.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,10 @@ $mol_search $mol_pop
sub /
<= Clear_icon $mol_icon_close
bubble_content /$mol_view_content
<= Menu $mol_list
rows <= menu_items /$mol_view
<= Bubble_pane $mol_scroll
sub /
<= Menu $mol_list
rows <= menu_items /$mol_view
Suggest* $mol_button_minor
click?event <=> suggest_select*?event null
sub <= suggest_content* /$mol_view_content
Expand Down

0 comments on commit fba5487

Please sign in to comment.