@ -35,7 +35,6 @@ var option_content = $.from_html(`<span>Rich</span>`, 1);
var root _4 = $ . from _html ( ` <option> </option> ` ) ;
var root _4 = $ . from _html ( ` <option> </option> ` ) ;
var root _5 = $ . from _html ( ` <option>Visible</option> ` ) ;
var root _5 = $ . from _html ( ` <option>Visible</option> ` ) ;
var root _6 = $ . from _html ( ` <option>Keyed</option> ` ) ;
var root _6 = $ . from _html ( ` <option>Keyed</option> ` ) ;
var select _content = $ . from _html ( ` <!> ` , 1 ) ;
var option _content _1 = $ . from _html ( ` <strong>Bold</strong> ` , 1 ) ;
var option _content _1 = $ . from _html ( ` <strong>Bold</strong> ` , 1 ) ;
var option _content _2 = $ . from _html ( ` <em>Italic</em> text ` , 1 ) ;
var option _content _2 = $ . from _html ( ` <em>Italic</em> text ` , 1 ) ;
var option _content _3 = $ . from _html ( ` <span> </span> ` , 1 ) ;
var option _content _3 = $ . from _html ( ` <span> </span> ` , 1 ) ;
@ -116,7 +115,7 @@ export default function Select_with_rich_content($$anchor) {
$ . customizable _select ( select _4 , ( ) => {
$ . customizable _select ( select _4 , ( ) => {
var anchor _1 = $ . child ( select _4 ) ;
var anchor _1 = $ . child ( select _4 ) ;
var fragment _2 = select_cont ent( ) ;
var fragment _2 = $. comm ent( ) ;
var node _2 = $ . first _child ( fragment _2 ) ;
var node _2 = $ . first _child ( fragment _2 ) ;
opt ( node _2 ) ;
opt ( node _2 ) ;
@ -291,7 +290,7 @@ export default function Select_with_rich_content($$anchor) {
$ . customizable _select ( select _13 , ( ) => {
$ . customizable _select ( select _13 , ( ) => {
var anchor _6 = $ . child ( select _13 ) ;
var anchor _6 = $ . child ( select _13 ) ;
var fragment _8 = select_cont ent( ) ;
var fragment _8 = $. comm ent( ) ;
var node _7 = $ . first _child ( fragment _8 ) ;
var node _7 = $ . first _child ( fragment _8 ) ;
Option ( node _7 , { } ) ;
Option ( node _7 , { } ) ;
@ -302,7 +301,7 @@ export default function Select_with_rich_content($$anchor) {
$ . customizable _select ( select _14 , ( ) => {
$ . customizable _select ( select _14 , ( ) => {
var anchor _7 = $ . child ( select _14 ) ;
var anchor _7 = $ . child ( select _14 ) ;
var fragment _9 = select_cont ent( ) ;
var fragment _9 = $. comm ent( ) ;
var node _8 = $ . first _child ( fragment _9 ) ;
var node _8 = $ . first _child ( fragment _9 ) ;
option _snippet ( node _8 ) ;
option _snippet ( node _8 ) ;
@ -313,7 +312,7 @@ export default function Select_with_rich_content($$anchor) {
$ . customizable _select ( select _15 , ( ) => {
$ . customizable _select ( select _15 , ( ) => {
var anchor _8 = $ . child ( select _15 ) ;
var anchor _8 = $ . child ( select _15 ) ;
var fragment _10 = select_cont ent( ) ;
var fragment _10 = $. comm ent( ) ;
var node _9 = $ . first _child ( fragment _10 ) ;
var node _9 = $ . first _child ( fragment _10 ) ;
$ . html ( node _9 , ( ) => html ) ;
$ . html ( node _9 , ( ) => html ) ;
@ -325,7 +324,7 @@ export default function Select_with_rich_content($$anchor) {
$ . customizable _select ( optgroup _2 , ( ) => {
$ . customizable _select ( optgroup _2 , ( ) => {
var anchor _9 = $ . child ( optgroup _2 ) ;
var anchor _9 = $ . child ( optgroup _2 ) ;
var fragment _11 = select_cont ent( ) ;
var fragment _11 = $. comm ent( ) ;
var node _10 = $ . first _child ( fragment _11 ) ;
var node _10 = $ . first _child ( fragment _11 ) ;
Option ( node _10 , { } ) ;
Option ( node _10 , { } ) ;
@ -339,7 +338,7 @@ export default function Select_with_rich_content($$anchor) {
$ . customizable _select ( optgroup _3 , ( ) => {
$ . customizable _select ( optgroup _3 , ( ) => {
var anchor _10 = $ . child ( optgroup _3 ) ;
var anchor _10 = $ . child ( optgroup _3 ) ;
var fragment _12 = select_cont ent( ) ;
var fragment _12 = $. comm ent( ) ;
var node _11 = $ . first _child ( fragment _12 ) ;
var node _11 = $ . first _child ( fragment _12 ) ;
option _snippet2 ( node _11 ) ;
option _snippet2 ( node _11 ) ;
@ -353,7 +352,7 @@ export default function Select_with_rich_content($$anchor) {
$ . customizable _select ( option _16 , ( ) => {
$ . customizable _select ( option _16 , ( ) => {
var anchor _11 = $ . child ( option _16 ) ;
var anchor _11 = $ . child ( option _16 ) ;
var fragment _13 = select_cont ent( ) ;
var fragment _13 = $. comm ent( ) ;
var node _12 = $ . first _child ( fragment _13 ) ;
var node _12 = $ . first _child ( fragment _13 ) ;
$ . html ( node _12 , ( ) => '<strong>Bold HTML</strong>' ) ;
$ . html ( node _12 , ( ) => '<strong>Bold HTML</strong>' ) ;
@ -366,7 +365,7 @@ export default function Select_with_rich_content($$anchor) {
$ . customizable _select ( select _19 , ( ) => {
$ . customizable _select ( select _19 , ( ) => {
var anchor _12 = $ . child ( select _19 ) ;
var anchor _12 = $ . child ( select _19 ) ;
var fragment _14 = select_cont ent( ) ;
var fragment _14 = $. comm ent( ) ;
var node _13 = $ . first _child ( fragment _14 ) ;
var node _13 = $ . first _child ( fragment _14 ) ;
$ . each ( node _13 , 1 , ( ) => items , $ . index , ( $$anchor , item ) => {
$ . each ( node _13 , 1 , ( ) => items , $ . index , ( $$anchor , item ) => {
@ -380,7 +379,7 @@ export default function Select_with_rich_content($$anchor) {
$ . customizable _select ( select _20 , ( ) => {
$ . customizable _select ( select _20 , ( ) => {
var anchor _13 = $ . child ( select _20 ) ;
var anchor _13 = $ . child ( select _20 ) ;
var fragment _16 = select_cont ent( ) ;
var fragment _16 = $. comm ent( ) ;
var node _14 = $ . first _child ( fragment _16 ) ;
var node _14 = $ . first _child ( fragment _16 ) ;
{
{