Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Sep 6, 2024
1 parent d419ff5 commit 5f54890
Show file tree
Hide file tree
Showing 19 changed files with 4,749 additions and 3,694 deletions.
2,571 changes: 1,273 additions & 1,298 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.

600 changes: 399 additions & 201 deletions node.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

600 changes: 399 additions & 201 deletions node.mjs

Large diffs are not rendered by default.

684 changes: 463 additions & 221 deletions node.test.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

48 changes: 31 additions & 17 deletions node.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,9 @@ $mol_frame $mol_embed_native
^
data null
type null
allow <= allow \
src <= uri? \about:config
srcdoc <= html null
allow <= allow \
- allowfullscreen <=
fullscreen true
accelerometer true
autoplay true
Expand All @@ -899,7 +898,7 @@ $mol_frame $mol_embed_native
clipboard_read true
clipboard_write true

$mol_embed_youtube $mol_check
$mol_embed_service $mol_check
uri \
video_preview \
video_id \
Expand All @@ -914,6 +913,10 @@ $mol_embed_youtube $mol_check
uri <= video_embed \


$mol_embed_youtube $mol_embed_service

$mol_embed_rutube $mol_embed_service

$mol_embed_any $mol_view
Image $mol_image
title <= title \
Expand All @@ -924,6 +927,22 @@ $mol_embed_any $mol_view
Youtube $mol_embed_youtube
title <= title \
uri <= uri \
Rutube $mol_embed_rutube
title <= title \
uri <= uri \

$mol_expander $mol_list
rows /
<= Label $mol_view
sub /
<= Trigger $mol_check_expand
checked? <=> expanded? false
expandable <= expandable true
label <= label /
<= title
<= Tools null
<= Content $mol_list
rows <= content /

$mol_text $mol_list
uri_base \
Expand Down Expand Up @@ -1003,6 +1022,14 @@ $mol_text $mol_list
Embed* $mol_embed_any
uri <= link_uri* \
title <= line_text* \
- \Spoilers
Spoiler* $mol_expander
label /
<= Spoiler_label* $mol_text
text <= spoiler_label* \
content /
<= Spoiler_content* $mol_text
text <= spoiler_content* \

$mol_text_header $mol_paragraph
level 1
Expand Down Expand Up @@ -1339,7 +1366,7 @@ $mol_plot_graph $mol_svg_group
back /$mol_svg
Hint $mol_svg_title
title <= hint <= title \
hue +NaN
hue? +NaN
Sample null

$mol_plot_graph_sample $mol_view
Expand Down Expand Up @@ -2723,19 +2750,6 @@ $hyoo_page_side_edit $mol_page
value? <=> aura?
enabled <= editable

$mol_expander $mol_list
rows /
<= Label $mol_view
sub /
<= Trigger $mol_check_expand
checked? <=> expanded? false
expandable <= expandable true
label <= label /
<= title
<= Tools null
<= Content $mol_list
rows <= content /

$hyoo_page_side_info $mol_page
Text $mol_text
flow_tokens => text_tokens
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@
"$mol_wire_pub_sub",
"$mol_dev_format",
"$mol_dev",
"$mol_after_timeout",
"$mol_after_tick",
"$mol_after",
"$mol_promise_like",
"$mol_promise",
"$mol_key",
"$mol_guid",
"$mol_after_frame",
"$mol_after_timeout",
"$mol_wire_method",
"$mol_wire_task",
"$mol_compare_deep",
Expand Down Expand Up @@ -78,7 +79,6 @@
"$mol_exec",
"$mol_env",
"$mol_view_selection",
"$mol_after_tick",
"$mol_memo",
"$mol_wrapper",
"$mol_dom_qname",
Expand Down Expand Up @@ -112,6 +112,7 @@
"$mol_state_arg",
"$mol_state",
"$mol_action",
"$mol_media",
"$mol_state_local",
"$mol_storage",
"$mol_mem_persist",
Expand Down Expand Up @@ -312,8 +313,11 @@
"$mol_embed",
"$mol_embed_native",
"$mol_embed_youtube",
"$mol_embed_service",
"$mol_icon_youtube",
"$mol_frame",
"$mol_embed_rutube",
"$mol_expander",
"$mol_icon_gift_outline",
"$mol_icon_gift",
"$mol_icon_eye",
Expand Down Expand Up @@ -470,7 +474,6 @@
"$hyoo_marked_script",
"$hyoo_marked_paragraph",
"$hyoo_page_side_info",
"$mol_expander",
"$mol_si_short",
"$mol_si",
"$mol_text_profile",
Expand Down
Loading

0 comments on commit 5f54890

Please sign in to comment.