@ -64,10 +64,7 @@ export default function Select_with_rich_content($$anchor) {
$ . each ( select _1 , 5 , ( ) => items , $ . index , ( $$anchor , item ) => {
$ . each ( select _1 , 5 , ( ) => items , $ . index , ( $$anchor , item ) => {
var option _5 = root _4 ( ) ;
var option _5 = root _4 ( ) ;
var text = $ . child ( option _5 , true ) ;
var text = $ . only _child ( option _5 , true ) ;
$ . reset ( option _5 ) ;
var option _5 _value = { } ;
var option _5 _value = { } ;
$ . template _effect ( ( ) => {
$ . template _effect ( ( ) => {
@ -127,10 +124,7 @@ export default function Select_with_rich_content($$anchor) {
$ . each ( select _5 , 5 , ( ) => items , $ . index , ( $$anchor , item ) => {
$ . each ( select _5 , 5 , ( ) => items , $ . index , ( $$anchor , item ) => {
const x = $ . derived _safe _equal ( ( ) => $ . get ( item ) * 2 ) ;
const x = $ . derived _safe _equal ( ( ) => $ . get ( item ) * 2 ) ;
var option _8 = root _4 ( ) ;
var option _8 = root _4 ( ) ;
var text _1 = $ . child ( option _8 , true ) ;
var text _1 = $ . only _child ( option _8 , true ) ;
$ . reset ( option _8 ) ;
var option _8 _value = { } ;
var option _8 _value = { } ;
$ . template _effect ( ( ) => {
$ . template _effect ( ( ) => {
@ -165,10 +159,7 @@ export default function Select_with_rich_content($$anchor) {
$ . each ( optgroup _1 , 5 , ( ) => items , $ . index , ( $$anchor , item ) => {
$ . each ( optgroup _1 , 5 , ( ) => items , $ . index , ( $$anchor , item ) => {
var option _10 = root _4 ( ) ;
var option _10 = root _4 ( ) ;
var text _2 = $ . child ( option _10 , true ) ;
var text _2 = $ . only _child ( option _10 , true ) ;
$ . reset ( option _10 ) ;
var option _10 _value = { } ;
var option _10 _value = { } ;
$ . template _effect ( ( ) => {
$ . template _effect ( ( ) => {
@ -208,9 +199,8 @@ export default function Select_with_rich_content($$anchor) {
var anchor _4 = $ . child ( option _12 ) ;
var anchor _4 = $ . child ( option _12 ) ;
var fragment _5 = option _content _3 ( ) ;
var fragment _5 = option _content _3 ( ) ;
var span = $ . first _child ( fragment _5 ) ;
var span = $ . first _child ( fragment _5 ) ;
var text _3 = $ . child( span , true ) ;
var text _3 = $ . only_ child( span , true ) ;
$ . reset ( span ) ;
$ . template _effect ( ( ) => $ . set _text ( text _3 , $ . get ( item ) ) ) ;
$ . template _effect ( ( ) => $ . set _text ( text _3 , $ . get ( item ) ) ) ;
$ . append ( anchor _4 , fragment _5 ) ;
$ . append ( anchor _4 , fragment _5 ) ;
} ) ;
} ) ;
@ -230,10 +220,7 @@ export default function Select_with_rich_content($$anchor) {
$ . each ( node _4 , 1 , ( ) => items , $ . index , ( $$anchor , item ) => {
$ . each ( node _4 , 1 , ( ) => items , $ . index , ( $$anchor , item ) => {
var option _13 = root _4 ( ) ;
var option _13 = root _4 ( ) ;
var text _4 = $ . child ( option _13 , true ) ;
var text _4 = $ . only _child ( option _13 , true ) ;
$ . reset ( option _13 ) ;
var option _13 _value = { } ;
var option _13 _value = { } ;
$ . template _effect ( ( ) => {
$ . template _effect ( ( ) => {