nv-basic-bw 1.0.29 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DIST/nv-basci-bw.js +13 -13
- package/attr-accessor.js +46 -0
- package/cls-accessor.js +10 -8
- package/ele-getter.js +20 -1
- package/package.json +2 -2
- package/ui.js +68 -7
- package/util.js +70 -73
package/DIST/nv-basci-bw.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
var nvbasicbw=(()=>{var h=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var k=h((id,yr)=>{var ko=Symbol("empty"),Ye=Symbol("unknown"),cr=()=>typeof process<"u"&&process.versions!=null&&process.versions.node!=null,ur=/^[\-\+]?[0-9]+$/,_r=/^\+?[0-9]+$/,So=/^[\-\+]?0[bB][0-1]+$/,To=/^[\-\+]?0[oO][0-7]+$/,fr=/^[\-\+]?0[xX][0-9a-fA-F]+$/,Eo=e=>ur.test(e)||fr.test(e),lr={"0b":2,"0o":8,"0x":16,2:"0b",8:"0o",16:"0x"},Co=/^[\-\+]?[0-9]+n$/,qo=/^[\-\+]?0[bB][0-1]+n$/,Ao=/^[\-\+]?0[oO][0-7]+n$/,No=/^[\-\+]?0[xX][0-9a-fA-F]+n$/,hr=e=>Co.test(e)||qo.test(e)||Ao.test(e)||No.test(e),fe={Integer:6,Float:7,BigInt:8,PosInfinity:9,NegInfinity:10,NaN:11,6:"Integer",7:"Float",8:"BigInt",9:"PosInfinity",10:"NegInfinity",11:"NaN"},dr=(e,t=!1)=>{let r={value:void 0,type:void 0};return e==="+Infinity"||e==="Infinity"?(r.value=1/0,r.type=fe.PosInfinity):e==="-Infinity"?(r.value=-1/0,r.type=fe.NegInfinity):(e==="NaN"||e==="+NaN"||e==="-NaN")&&(r.value=NaN,r.type=fe.NaN),t?r:r.value},Io=e=>{let t,r,n;e[0]==="+"||e[0]==="-"?(t=e[0],r=lr[e.slice(1,3).join("").toLowerCase()],n=e.slice(3).join("").toLowerCase()):(t="+",r=lr[e.slice(0,2).join("").toLowerCase()],n=e.slice(2).join("").toLowerCase());let i=parseInt(n,r);return t==="+"?+i:-i},pr=e=>{let t=Array.from(e);if(ur.test(e))return parseInt(e);if(So.test(e)||To.test(e)||fr.test(e))return Io(t)},jo=e=>{let t=e.be.sign+e.be.bd+e.be.dot+e.be.ad,r=e.ae.sign+e.ae.bd+e.ae.dot+e.ae.ad,n;if(!(t==="+"||t==="-"||r==="+"||r==="-")){if(r!=="")if(e.ae.dot==="."){let i=parseFloat(t),l=parseFloat(r);n=i*10**l}else n=parseFloat(t+"e"+r);else n=parseFloat(t);return n}},Oo=(e,t)=>e.length===0||t==="."||t==="-."||t==="+."||t==="+"||t==="-",Do=()=>({be:{sign:"",bd:"",dot:"",ad:""},ae:{sign:"",bd:"",dot:"",ad:""},state:"init"}),or=(e,t,r,n)=>((e[r]==="-"||e[r]==="+")&&(t[n].sign=e[r],r=r+1),[e,r]),Lo=(e,t,r,n)=>{if(t.state=n+"bd",e[r]===".")t[n].bd="0",t[n].dot=".",t.state=n+"ad";else if(_r.test(e[r]))t[n].bd=e[r];else return[!0,r];return[!1,r+1]},ar=(e,t,r,n)=>{let i;for(i=r;i<e.length;i++)if(e[i]==="."){if(t[n].dot===".")return[!0,i];t[n].dot=".",t.state=n+"ad"}else{if(e[i]==="e"||e[i]==="E")return n==="ae"?[!0,i]:(t.state="aebd",[!1,i+1]);if(_r.test(e[i]))t.state===n+"bd"?t[n].bd=t[n].bd+e[i]:t[n].ad=t[n].ad+e[i];else return[!0,i]}return[!1,i+1]},gr=e=>{let t=Do(),r=Array.from(e);if(Oo(r,e))return;let n=0,i=!1;if([r,n]=or(r,t,n,"be"),[i,n]=Lo(r,t,n,"be"),!i&&([i,n]=ar(r,t,n,"be"),!i&&([r,n]=or(r,t,n,"ae"),[i,n]=ar(r,t,n,"ae"),!i)))return jo(t)},mr=(e,t=!1)=>{let r={value:void 0,type:void 0};if(hr(e))r.value=BigInt(e.substr(0,e.length-1)),r.type=fe.BigInt;else{let n=pr(e);n!==void 0?(r.value=n,r.type=fe.Integer):(n=gr(e),n!==void 0?(r.value=n,r.type=fe.Float):(n=dr(e,t=!0),n.value!==void 0&&(r=n)))}return t?r:r.value},Ro=(e,t=!0)=>{if(typeof e=="string")return e;if(e===void 0)return"undefined";if(e===null)return"null";if(typeof e=="number")return e.toString();if(typeof e=="bigint")return e.toString()+"n";if(typeof e=="symbol")return e.description;if(cr()&&e[Symbol.for("nodejs.util.inspect.custom")])return e[Symbol.for("nodejs.util.inspect.custom")]();{let r=function(n){if(typeof n.toString=="function")return n.toString()};try{return t?s=JSON.stringify(e):s=JSON.stringify(e,null,4),typeof s=="string"?s:r(e)}catch{return r(e)}}},Fe={UndefinedLiteral:0,NullLiteral:1,FalseLiteral:3,TrueLiteral:4,StringLiteral:12},Po={only_value:!0,with_value:!0,with_type:!1,unknown_as_string:!1};function br(e,t={only_value:!0,with_value:!0,with_type:!1,unknown_as_string:!1}){let r=JSON.parse(JSON.stringify(Po));Object.assign(r,t);let{only_value:n,with_value:i,with_type:l,unknown_as_string:o}=r,a={value:Ye,type:Ye};if(e==="undefined")a.value=void 0,a.type=Fe.UndefinedLiteral;else if(e==="null")a.value=null,a.type=Fe.NullLiteral;else if(e==="false")a.value=!1,a.type=Fe.FalseLiteral;else if(e==="true")a.value=!0,a.type=Fe.TrueLiteral;else{let c=mr(e,!0);c.type===void 0?o?(a.value=e,a.type=Fe.StringLiteral):(a.value=e,a.type=Ye):(a.value=c.value,a.type=c.type)}return n?a.value:(l||delete a.type,i||delete a.value,a)}br.unknown=Ye;var Wo={UndefinedLiteral:0,NullLiteral:1,BooleanLiteral:{_self:2,FalseLiteral:3,TrueLiteral:4},NumericLiteral:{_self:5,Integer:6,Float:7,BigInt:8,PosInfinity:9,NegInfinity:10,NaN:11},StringLiteral:12,ArrayExpression:{_self:13,element:14},ObjectExpression:{_self:15,property:16},_Ref:17,CommentLine:{_self:18,tt:19,k:20,bv:21,av:22},CommentBlock:{_self:23,tt:24,k:25,bv:26,av:27}};yr.exports={TYPE_DICT:Wo,isNode:cr,empty:ko,unknown:Ye,is_bigint_str:hr,is_jsint_str:Eo,NUM_TYPE_DICT:fe,parse_abnormal_num:dr,parse_int:pr,parse_float:gr,parse_num:mr,parse0:br,to_str:Ro}});var xr=h((ld,vr)=>{var He={backSpace:8,tab:9,lineFeed:10,lineTab:11,formFeed:12,carriageReturn:13,shiftOut:14,space:32,exclamationMark:33,quotationMark:34,numberSign:35,dollarSign:36,percentSign:37,ampersand:38,apostrophe:39,leftParenthesis:40,rightParenthesis:41,asterisk:42,plusSign:43,comma:44,dash:45,dot:46,slash:47,digit0:48,digit1:49,digit2:50,digit3:51,digit4:52,digit5:53,digit6:54,digit7:55,digit8:56,digit9:57,colon:58,semicolon:59,lessThan:60,equalsTo:61,greaterThan:62,questionMark:63,atSign:64,uppercaseA:65,uppercaseB:66,uppercaseC:67,uppercaseD:68,uppercaseE:69,uppercaseF:70,uppercaseG:71,uppercaseH:72,uppercaseI:73,uppercaseJ:74,uppercaseK:75,uppercaseL:76,uppercaseM:77,uppercaseN:78,uppercaseO:79,uppercaseP:80,uppercaseQ:81,uppercaseR:82,uppercaseS:83,uppercaseT:84,uppercaseU:85,uppercaseV:86,uppercaseW:87,uppercaseX:88,uppercaseY:89,uppercaseZ:90,leftSquareBracket:91,backslash:92,rightSquareBracket:93,caret:94,underscore:95,graveAccent:96,lowercaseA:97,lowercaseB:98,lowercaseC:99,lowercaseD:100,lowercaseE:101,lowercaseF:102,lowercaseG:103,lowercaseH:104,lowercaseI:105,lowercaseJ:106,lowercaseK:107,lowercaseL:108,lowercaseM:109,lowercaseN:110,lowercaseO:111,lowercaseP:112,lowercaseQ:113,lowercaseR:114,lowercaseS:115,lowercaseT:116,lowercaseU:117,lowercaseV:118,lowercaseW:119,lowercaseX:120,lowercaseY:121,lowercaseZ:122,leftCurlyBrace:123,verticalBar:124,rightCurlyBrace:125,tilde:126,nonBreakingSpace:160,oghamSpaceMark:5760,enQuad:8192,emQuad:8193,enSpace:8194,emSpace:8195,threePerEmSpace:8196,fourPerEmSpace:8197,sixPerEmSpace:8198,figureSpace:8199,punctuationSpace:8200,thinSpace:8201,hairSpace:8202,lineSeparator:8232,paragraphSeparator:8233,narrowNoBreakSpace:8239,mediumMathematicalSpace:8287,ideographicSpace:12288,zeroWidthNoBreakSpace:65279};function Bo(e){let t=Object.entries(e),r=new Map;return t.forEach(n=>r.set(n[1],n[0])),r}var Pt=Bo(He);function Mo(e){let t=Object.entries(e);return t=t.map(r=>[r[0],String.fromCharCode(r[1])]),Object.fromEntries(t)}var Fo=Mo(He),wr=e=>55296<=e&&e<=56319,Yo=e=>56320<=e&&e<=57343,Ho=(e,t)=>(e-55296)*1024+(t-56320)+65536,$r=e=>e<=65535,Uo=e=>!$r(e),Go=e=>{if(e<=65535)return[e,null];{e=e-65536;let t=[null,null];return t[0]=(e>>10)+55296,t[1]=e%1024+56320,t}},zo=(e,t)=>wr(e)?t+2:t+1;vr.exports={CODE_DICT:He,CH_DICT:Fo,CODE_NAME_MP:Pt,cd2ch:e=>String.fromCharCode(e),ch2cd:e=>e.codePointAt(0),cd2n:e=>Pt.get(e),n2cd:e=>String.fromCharCode(He[e]),n2ch:e=>He[e],ch2n:e=>Pt.get(e.codePointAt(0)),is_high_code:wr,is_low_code:Yo,get_code_point_from_high_low:Ho,get_high_low_from_code_point:Go,is_length1_code_point:$r,is_length2_code_point:Uo,_next_code_index:zo}});var Se=h((od,S)=>{var{CODE_DICT:p,CH_DICT:y}=xr(),kr=/\r\n?|[\n\u2028\u2029]/;S.exports.line_break_regexp=kr;S.exports.line_break_regexp_g=new RegExp(kr.source,"g");function Sr(e){switch(e){case p.lineFeed:case p.carriageReturn:case p.lineSeparator:case p.paragraphSeparator:return!0;default:return!1}}function Tr(e){switch(e){case y.lineFeed:case y.carriageReturn:case y.lineSeparator:case y.paragraphSeparator:return!0;default:return!1}}var Wt=[p.lineFeed,p.carriageReturn,p.lineSeparator,p.paragraphSeparator],Er=Wt.map(e=>String.fromCharCode(e));S.exports.NL_CODE_ARR=Wt;S.exports.NL_CH_ARR=Er;S.exports.is_nl_code=Sr;S.exports.is_nl=Tr;S.exports.skip_white_space_regexp=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g;function Cr(e){switch(e){case 9:case 11:case 12:case p.space:case p.nonBreakingSpace:case p.oghamSpaceMark:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8239:case 8287:case 12288:case 65279:return!0;default:return!1}}S.exports.is_non_nl_ws_code=Cr;function qr(e){switch(e){case y.tab:case y.lineTab:case y.formFeed:case y.space:case y.nonBreakingSpace:case y.oghamSpaceMark:case y.enQuad:case y.emQuad:case y.enSpace:case y.emSpace:case y.threePerEmSpace:case y.fourPerEmSpace:case y.sixPerEmSpace:case y.figureSpace:case y.punctuationSpace:case y.thinSpace:case y.hairSpace:case y.narrowNoBreakSpace:case y.mediumMathematicalSpace:case y.ideographicSpace:case y.zeroWidthNoBreakSpace:return!0;default:return!1}}S.exports.is_non_nl_ws=qr;var Bt=[p.tab,p.lineTab,p.formFeed,p.space,p.nonBreakingSpace,p.oghamSpaceMark,p.enQuad,p.emQuad,p.enSpace,p.emSpace,p.threePerEmSpace,p.fourPerEmSpace,p.sixPerEmSpace,p.figureSpace,p.punctuationSpace,p.thinSpace,p.hairSpace,p.narrowNoBreakSpace,p.mediumMathematicalSpace,p.ideographicSpace,p.zeroWidthNoBreakSpace];S.exports.NON_NL_WS_CODE_ARR=Bt;var Ar=Bt.map(e=>String.fromCharCode(e));S.exports.NON_NL_WS_CH_ARR=Ar;function Vo(e){return Cr(e)||Sr(e)}function ke(e){return qr(e)||Tr(e)}S.exports.is_ws_code=Vo;S.exports.is_ws=ke;S.exports.WS_CHCODE_ARR=Wt.concat(Bt);S.exports.WS_CH_ARR=Er.concat(Ar);var ee={init:0,executing:1,succ:2,eof:3};S.exports.STATE_DICT=ee;function Xo(e,t=new Set){let r={g:e,rslt:"",state:ee.init},n=r.g.next().value;if(n===void 0)return r.state=ee.eof,r;for(;n!==void 0&&(ke(n)||t.has(n));)n=r.g.next().value;for(;n!==void 0&&!ke(n)&&!t.has(n);)r.rslt=r.rslt+n,n=r.g.next().value;return n===void 0?r.state=ee.eof:(ke(n)||t.has(n))&&(r.state=ee.succ),r}function Jo(e,t=0,r=new Set){let n={arr:e,pos:t,rslt:"",state:ee.init};for(let l=n.pos;l<e.length;l++){let o=e[l];if(ke(o)||r.has(o))n.pos=n.pos+1;else break}let i=n.pos;for(let l=n.pos;l<e.length;l++){let o=e[l];if(!ke(o)&&!r.has(o))n.pos=n.pos+1;else break}return n.pos===e.length?n.state=ee.eof:n.state=ee.succ,n.rslt=e.slice(i,n.pos).join(""),n}S.exports.from_generator=Xo;S.exports.from_charr=Jo});var te=h((ad,Lr)=>{var{WS_CH_ARR:Nr,NON_NL_WS_CH_ARR:Ko,NL_CH_ARR:Qo}=Se();function Zo(e){return Array.from(e).length}var ea="\u200C",Ir="\u200D",ta=()=>typeof process<"u"&&process.versions!=null&&process.versions.node!=null;function Mt(e,t,...r){let n=function(){return t(this,...r)};ta()?e.prototype[Symbol.for("nodejs.util.inspect.custom")]=n:e.prototype.repr=n}var B={tmpl_quote:new Error("tmpl_quote: ` cant be deleted"),reserved:new Error(" [/,*,#,&,`,\\,] and whitespaces are reserved"),inuse:new Error("in using"),char:new Error("must be a char"),pair:new Error("left block must be different with right"),cant_be_empty:new Error("can NOT be empty")},ot=Symbol("get_pair_lmp"),sa=Symbol("add_pair_reserved"),Ue=class{#t;#e=new Map;#s=new Map;constructor(t){this.#t=t}get[ot](){return this.#e}get size(){return this.#e.size}[sa](t,r){if(t===r)throw B.pair;this.#e.set(t,r),this.#s.set(r,t)}add(t,r){if(this.#t.validate(t),this.#t.validate(r),t===r)throw B.pair;this.#e.set(t,r),this.#s.set(r,t)}ldelete(t){if(this.size<2)throw B.cant_be_empty;{let r=this.#e.get(t);this.#e.delete(t),this.#s.delete(r)}}rdelete(t){if(this.size<2)throw B.cant_be_empty;{let r=this.#s.get(t);this.#s.delete(t),this.#e.delete(r)}}lhas(t){return this.#e.has(t)}rhas(t){return this.#s.has(t)}has(t){return this.lhas(t)||this.rhas(t)}getl(t){return this.#s.get(t)}getr(t){return this.#e.get(t)}[Symbol.iterator](){return this.#e[Symbol.iterator]()}};function ra(e){return new Map(e[ot])}Mt(Ue,ra);var jr=Symbol("get_single_set"),Or=Symbol("add_single_reserved"),Te=class{#t;#e=new Set;constructor(t){this.#t=t}get[jr](){return this.#e}[Or](t){this.#e.add(t)}add(t){this.#t.validate(t),this.#e.add(t)}delete(t){if(this.size<2)throw B.cant_be_empty;if(t==="`")throw B.tmpl_quote;this.#e.delete(t)}has(t){return this.#e.has(t)}[Symbol.iterator](){return this.#e[Symbol.iterator]()}};function na(e){return new Set(e[jr])}Mt(Te,na);var at=class{#t;#e;#s;#r;#n;#i=!1;constructor(){this.#t=new Ue(this),this.#t.add("[","]"),this.#t.add("(",")"),this.#t.add("<",">"),this.#t.add("\uFF08","\uFF09"),this.#t.add("\u2018","\u2019"),this.#e=new Ue(this),this.#e.add("{","}"),this.#e.add("\u3010","\u3011"),this.#e.add("\u300A","\u300B"),this.#e.add("\u201C","\u201D"),this.#s=new Te(this),this.#s.add('"'),this.#s.add("'"),this.#s.add("\xB7"),this.#s[Or]("`"),this.#r=new Te(this),this.#r.add(","),this.#r.add("\uFF0C"),this.#r.add(";"),this.#r.add("\uFF1B"),this.#r.add("\u3002"),this.#r.add("\u3001"),this.#n=new Te(this),this.#n.add(":"),this.#n.add("\uFF1A"),this.#n.add("="),this.#i=!0}get reserved(){return["/","*","#","&","`","\\"].concat(Nr)}get inuse(){let t=new Set;if(this.#i){for(let r of this.#s)t.add(r);for(let r of this.#r)t.add(r);for(let r of this.#n)t.add(r);for(let r of this.#t[ot])t.add(r);for(let r of this.#e[ot])t.add(r)}return t}validate(t){if(typeof t!="string"||Zo(t)!==1)throw B.char;if(this.reserved.includes(t))throw B.reserved;if(Array.from(this.inuse).flat().includes(t))throw B.inuse;return t}get esc(){return"\\"}get slash(){return"/"}get line_comment(){return"//"}get asterisk(){return"*"}get blk_comments(){return["/*","*/"]}get hash(){return"#"}get ref(){return"&"}get tmpl_quote(){return"`"}get nl(){return Qo}get non_nl_ws(){return Ko}get ws(){return Nr}get array_blks(){return this.#t}get fst_ary_blks(){return Array.from(this.#t)[0]}get obj_blks(){return this.#e}get fst_obj_blks(){return Array.from(this.#e)[0]}get quotes(){return this.#s}get fst_quote(){return Array.from(this.#s)[0]}get commas(){return this.#r}get fst_comma(){return Array.from(this.#r)[0]}get colons(){return this.#n}get fst_colon(){return Array.from(this.#n)[0]}},ct=class{constructor(t){this.reserved=t.reserved}get[Symbol.toStringTag](){return"reserved"}};Object.defineProperty(ct,"name",{value:Ir});var ut=class{constructor(t){this.esc=t.esc,this.hash=t.hash,this.ref=t.ref,this.tmpl_quote=t.tmpl_quote,this.slash=t.slash,this.asterisk=t.asterisk,this.line_comment=t.line_comment,this.blk_comments=t.blk_comments,this.nl=t.nl,this.non_nl_ws=t.non_nl_ws}get[Symbol.toStringTag](){return"fixed"}};Object.defineProperty(ut,"name",{value:Ir});var _t=class{constructor(t){this.obj_blks=t.obj_blks,this.array_blks=t.array_blks,this.quotes=t.quotes,this.commas=t.commas,this.colons=t.colons}get[Symbol.toStringTag](){return"configurable-if-not-reserved"}};Object.defineProperty(_t,"name",{value:ea});function ia(e){return[new ut(e),new _t(e),new ct(e)]}Mt(at,ia);var Dr=new at;Dr.ERROR_DICT=B;Lr.exports=Dr});var Pr=h((cd,Rr)=>{function*la(e){for(let t of e)yield t;e=null}Rr.exports.sync_gen_from_str=la});var I=h((ud,Mr)=>{var Wr={bk:{_self:0,eof:{_self:1,lc:2,blkc:3,hash:{_self:4,naked:5,quote:6},ref:{_self:7,naked:8,quote:9}}},k:{_self:10,eof:{_self:11,lc:12,blkc:13,hash:{_self:14,naked:15,quote:16},ref:{_self:17,naked:18,quote:19}}},ak:{_self:20,eof:{_self:21,lc:22,blkc:23,hash:{_self:24,naked:25,quote:26},ref:{_self:27,naked:28,quote:29}}},bv:{_self:30,eof:{_self:31,lc:32,blkc:33,hash:{_self:34,naked:35,quote:36},ref:{_self:37,naked:38,quote:39}}},v:{_self:40,eof:{_self:41,lc:42,blkc:43,hash:{_self:44,naked:45,quote:46},ref:{_self:47,naked:48,quote:49}}},av:{_self:50,eof:{_self:51,lc:52,blkc:53,hash:{_self:54,naked:55,quote:56},ref:{_self:57,naked:58,quote:59}}}};function N(e){return e instanceof Object?e._self:e}function oa(e){return e+1}function aa(e){return e+2}function ca(e){return e+3}function ua(e){return e+6}function _a(e){return e+5}function fa(e){return e+9}function ha(e){return e+8}function Br(e){return e%10!==0}var da={backslash:0,lcmt:1,blkcmt:2,quote:3,naked:4},pa={handling:0,handled:1};function ga(e,t,r){let n=Wr;return e.$has_yield_sign()||Br(r)||t===N(n.av)&&r===N(n.bv)||t===N(n.av)&&r===N(n.bk)||t===N(n.av)&&r===N(n.k)||t===N(n.av)&&r===N(n.v)||t===N(n.av)&&r===N(n.ak)||t===N(n.v)&&r===N(n.bv)||t===N(n.v)&&r===N(n.bk)}Mr.exports={STATE_DICT:Wr,gtv:N,get_main_eofv_with_code:oa,get_lcmt_eofv_with_code:aa,get_blkcmt_eofv_with_code:ca,get_hash_quote_eofv_with_code:ua,get_hash_naked_eofv_with_code:_a,get_ref_quote_eofv_with_code:fa,get_ref_naked_eofv_with_code:ha,LEFTED_TYPE:da,AVND_CACHE_STATE_DICT:pa,is_eofv:Br,is_should_yield:ga}});var Xt=h((_d,Qr)=>{var{is_nl:Hr}=Se(),Ur=(e,t,r=" ",n=!1)=>{let i=e.length;return i<=t?r.repeat(t-i)+e:n?e.substr(i-t):e},ft=(e,t,r,n="0",i=!1)=>{let l=e.toString(t);return Ur(l,r,n,i)},ma=/^[0-7]$/,ba=/^[0-9a-fA-F]$/,he=e=>ma.test(e),V=e=>ba.test(e),ht={b:"\b",f:"\f",n:`
|
|
2
|
-
`,r:"\r",t:" ",v:"\v"},Gr={"\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\\":"\\\\"};function ya(e){return Gr[e]}function zr(e){return ht[e]}function wa(e){if(e.length>1)return;let t=e.charCodeAt(0);if(t>=0&&t<=255)return"\\x"+ft(t,16,2)}function $a(e){e=Array.from(e);let t=e[0],r=e[1];if(V(t)&&V(r)){let n=parseInt("0x"+t+r);return String.fromCharCode(n)}}function va(e){if(e.length>1)return;let t=e.charCodeAt(0);if(t>=0&&t<=255)return"\\u"+ft(t,16,4)}function xa(e){e=Array.from(e);let t=e[0],r=e[1],n=e[2],i=e[3];if(V(t)&&V(r)&&V(n)&&V(i)){let l=parseInt("0x"+t+r+n+i);return String.fromCharCode(l)}}function ka(e){if(e.length>1)return;let t=e.charCodeAt(0);if(t>=0&&t<=255)return"\\"+ft(t,8,3)}function Sa(e){let t="";e=Array.from(e);let r=e[0];if(he(r)){t=t+r;let n=e[1];if(he(n)){t=t+n;let l=e[2];he(l)&&(t=t+l)}let i=parseInt(t,8);return String.fromCharCode(i)}}var g={init:0,executing:1,succ:2,eof:3,backslash:4,x:5,u:6,o:7};function*Ta(e){let t=Array.from(e);for(let r of t)yield r}function*Fr(e,t){yield*t,yield*e}function Vr(e,t,r,n,i=!1){if(typeof t=="string"){let o=t;t=a=>a===o}if(typeof(r==="string")&&r.length>0){let o=Ta(r);e=Fr(e,o)}else e=Fr(e,r);let l={state:g.init,end:t,esc:n,g:e,curr:"",ch:e.next().value,offset:0};return l.ch!==void 0&&(l.offset=l.offset+1),i&&(l.rslt=""),l}function Ft(e){return e.ch===void 0||e.end(e.ch)&&e.state!==g.backslash||e.state===g.x||e.state===g.u||e.state===g.o}function Yt(e,t=!1){return e.ch===e.esc?(e.state=g.backslash,e.curr=""):(e.state=g.executing,t&&(e.rslt=e.rslt+e.ch),e.curr=e.ch),e.ch=e.g.next().value,e.ch!==void 0&&(e.offset=e.offset+1),e}function Yr(e,t,r,n,i,l,o){return o===!0?n===Xr?(e.state=g.x,e.ch="\\x"+t.join(""),e):n===Jr?(e.state=g.u,e.ch="\\u"+t.join(""),e):(n===Kr&&(e.state=g.o,e.ch="\\"+t.join("")),e):i?(e.curr=t.join(""),l&&(e.rslt=e.rslt+e.curr),e.state=g.executing,e.ch=r,e):(e.curr=n(t),l&&(e.rslt=e.rslt+e.curr),e.state=g.executing,e.ch=r,e)}function Ea(e,t,r,n,i){return e.curr=n(t),i&&(e.rslt=e.rslt+e.curr),e.state=g.executing,e.ch=e.g.next().value,e.ch!==void 0&&(e.offset=e.offset+1),e}function dt(e,t,r,n,i=!0,l=!1,o=void 0,a=!1){let c;if(o!==void 0?c=o:(c=e.g.next().value,c!==void 0&&(e.offset=e.offset+1)),c===void 0)return e;let u=0,_=[],f;if(l?f=!0:f=r(c),f)u=u+1,_.push(c);else return e.state=g.executing,e.ch=c,e;for(;u<t;){if(c=e.g.next().value,c===void 0)return Yr(e,_,c,n,i,a,tail=!0);if(e.offset=e.offset+1,f=r(c),f)u=u+1,_.push(c);else return Yr(e,_,c,n,i,a,tail=!1)}return Ea(e,_,c,n,a)}function Xr(e){let t=parseInt("0x"+e[0]+e[1]);return String.fromCharCode(t)}function Jr(e){let t=parseInt("0x"+e[0]+e[1]+e[2]+e[3]);return String.fromCharCode(t)}function Kr(e){let t=parseInt(e.join(""),8);return String.fromCharCode(t)}function Ht(e,t=!1){return e.curr=zr(e.ch),t&&(e.rslt=e.rslt+e.curr),e.state=g.executing,e.ch=e.g.next().value,e.ch!==void 0&&(e.offset=e.offset+1),e}function Ut(e,t=!1){return dt(e,2,V,Xr,!0,!1,void 0,t)}function Gt(e,t=!1){return dt(e,4,V,Jr,!0,!1,void 0,t)}function zt(e,t=!1){return dt(e,3,he,Kr,!1,!0,e.ch,t)}function Vt(e,t=!1){return e.curr=e.ch,t&&(e.rslt=e.rslt+e.ch),e.state=g.executing,e.ch=e.g.next().value,e.ch!==void 0&&(e.offset=e.offset+1),e}function Ca(e,t=i=>i==='"',r="",n="\\"){let i=Vr(e,t,r,n,!0);for(i.state=g.executing;!Ft(i);)i.state===g.executing?Yt(i,!0):i.state===g.backslash&&(Hr(i.ch)?(i.ch=i.g.next().value,i.ch!==void 0&&(i.offset=i.offset+1),i.state=g.executing):i.ch in ht?Ht(i,!0):i.ch==="x"?Ut(i,!0):i.ch==="u"?Gt(i,!0):he(i.ch)?zt(i,!0):Vt(i,!0));return typeof i.ch=="string"&&i.end(i.ch)?(i.state=g.succ,i.ch=""):i.state===g.backslash?i.ch=i.esc:i.ch===void 0&&(i.state=g.eof,i.ch=""),i}function*qa(e){let t=e;for(t.state=g.executing;!Ft(t);)t.state===g.executing?(Yt(t,!1),t.curr!==""&&(yield t.curr)):t.state===g.backslash&&(Hr(t.ch)?(t.state=g.executing,t.ch=t.g.next().value,t.ch!==void 0&&(t.offset=t.offset+1)):t.ch in ht?(Ht(t,!1),t.curr!==""&&(yield t.curr)):t.ch==="x"?(Ut(t,!1),t.curr!==""&&(yield t.curr)):t.ch==="u"?(Gt(t,!1),t.curr!==""&&(yield t.curr)):he(t.ch)?(zt(t,!1),t.curr!==""&&(yield t.curr)):(Vt(t,!1),t.curr!==""&&(yield t.curr)));return typeof t.ch=="string"&&t.end(t.ch)?(t.state=g.succ,t.ch=""):t.state===g.backslash?(t.ch=t.esc,yield t.curr):t.ch===void 0&&(t.state=g.eof,t.ch=""),t}Qr.exports={CHAR_UNESC_DICT:ht,CHAR_ESC_DICT:Gr,escc:ya,unescc:zr,escx:wa,unescx:$a,escu:va,unescu:xa,esco:ka,unesco:Sa,STATE_DICT:g,from_generator:Ca,init:Vr,handle_executing:Yt,is_terminated:Ft,handle_escc:Ht,esc_handle_engine:dt,handle_escx:Ut,handle_escu:Gt,handle_esco:zt,handle_esc_other:Vt,gen:qa,prepend:Ur,prepend_num:ft,is_odigit_ch:he,is_hdigit_ch:V}});var an=h((fd,on)=>{var{is_nl:Aa}=Se(),Ee=Xt(),Zr={line_comment:0,blk_comment:1},se={init:0,executing:1,succ:2,eof:3,asterisk:4};function en(e){return{state:se.init,g:e,rslt:"",ch:"",offset:0}}function tn(e,t){return e.state=se.eof,e.rslt=e.rslt+t.rslt,e.ch="",e}function sn(e,t){return e.state=se.succ,e.rslt=e.rslt+t.rslt,e.ch="",e}function rn(e,t){return e.state=se.executing,e.rslt=e.rslt+t.rslt,e.ch=t.ch,e}function nn(e,t=""){let r=en(e);r.state=se.executing;let n=Ee.from_generator(r.g,Aa,t);return r.offset=n.offset+r.offset,r.g=n.g,n.state===Ee.STATE_DICT.eof?tn(r,n):n.state===Ee.STATE_DICT.succ?sn(r,n):rn(r,n)}function ln(e,t=""){let r=en(e);r.state=se.executing;let n;for(;;){if(n=Ee.from_generator(r.g,"*",t),r.offset=r.offset+n.offset,r.g=n.g,n.state===Ee.STATE_DICT.eof)return tn(r,n);if(n.state===Ee.STATE_DICT.succ){let i=r.g.next().value;if(i!==void 0&&(r.offset=r.offset+1),i==="/")return sn(r,n);if(i!==void 0)r.rslt=r.rslt+n.rslt+"*",t=i,r.offset=r.offset-1;else return r.rslt=r.rslt+n.rslt,r.ch="*",r.state=se.asterisk,r}else return rn(r,n)}return r}function Na(e,t,r=""){return t===Zr.line_comment?nn(e,r):ln(e,r)}on.exports={TYPE_DICT:Zr,STATE_DICT:se,lc_from_generator:nn,blk_from_generator:ln,from_generator:Na}});var Jt=h((hd,cn)=>{function Ia(e){if(globalThis.document===void 0){let i=globalThis.require("fs").readFileSync(e).toString();return JSON.parse(i)}else return}function ja(e,t){if(globalThis.document===void 0){let n=globalThis.require("fs"),i=JSON.stringify(t);n.writeFileSync(e,i)}else return}function Oa(e){return parseInt(e).toString()===e}cn.exports={rjson:Ia,wjson:ja,is_int_str:Oa}});var Kt=h((dd,un)=>{var Da=()=>Math.random()*9007199254740992;function La(e,t){return Array.from({length:t-e}).map((r,n)=>n+e)}function Ra(e,t){return t.filter((r,n)=>e.includes(n))}function Pa(e){return Object.entries(e).length===0}function Wa(e){return Object.entries(e).map(n=>n[1])}function Ba(e){return Object.entries(e).map(n=>n[0])}function Ma(e){return Object.entries(e).length}function Fa(e,t){for(let r in e)t(r,e[r]);return e}function Ya(e,t){for(let r in e)e[r]=t(r,e[r]);return e}function Ha(e,t){for(let r in t)e[r]=t[r];return e}function Ua(e,t){for(let r in t)!(r in e)&&(e[r]=t[r]);return e}function Ga(e,t,r){return r=r.filter(n=>n[e]!==t),r}function za(e,t,r){return r.findIndex(i=>i[e]===t)}function Va(e){return JSON.parse(JSON.stringify(e))}function Xa(e,t){for(let r=0;r<e.length;r++){lyr=e[r];for(let n=0;n<lyr.length;n++)e[r][n]=t(e[r][n],r,n)}return e}function Ja(e){let t=e[0]!=="_",r=e[0]!=="$";return t&&r}un.exports={gen_guid:Da,range:La,seqs_slct:Ra,dict_length:Ma,is_empty_dict:Pa,dict_values:Wa,dict_keys:Ba,dict_map:Ya,dict_foreach:Fa,dict_plus:Ha,dict_update:Ua,dtb_kv_rm:Ga,dtb_kv_get_seq:za,dcp:Va,mat_map:Xa,is_cu_property:Ja}});var us=h((pd,Ln)=>{var v=Kt();function es(e){if(v.is_empty_dict(e))return 0;{let t=v.dict_keys(e);return Math.max(...t)+1}}function Ge(e){return e!=null}function fn(e,t){return e._id=e._id+t,e._tree=e._tree+t,Ge(e._fstch)&&(e._fstch=e._fstch+t),Ge(e._lsib)&&(e._lsib=e._lsib+t),Ge(e._rsib)&&(e._rsib=e._rsib+t),Ge(e._parent)&&(e._parent=e._parent+t),e}function de(e,t){let r=es(e);for(let n in t){let i=fn(t[n],r);t[i._id]=i,delete t[n]}return t}function Ka(e=0){let t=e;return{_id:t,_fstch:null,_lsib:null,_rsib:null,_parent:null,_tree:t}}function Qa(e,t=0){return{_id:es(e)+t,_fstch:null,_lsib:void 0,_rsib:void 0,_parent:void 0,_tree:void 0}}function hn(e){return e._tree!==void 0}function re(e){let t=e._tree!==void 0,r=e._tree===e._id;return t&&r}function ts(e){return e._lsib===null}function ss(e){return e._rsib===null}function M(e){return e._fstch===null}function dn(e,t){if(re(e))return!0;{let n=x(e,t);return Y(n,t).length===1}}function Je(e){return re(e)||!hn(e)}function pt(e,t,r){if(!Je(t))return console.log("only root or uninited could be prepend"),e;let n=M(e);if(t._tree=e._tree,t._lsib=null,n)t._rsib=null,t._parent=e._id;else{let i=r[e._fstch];i._lsib=void 0,t._rsib=i._id,t._parent=void 0}return e._fstch=t._id,r[t._id]=t,e}function rs(e,t,r){if(!Je(t))return console.log("only root or uninited could be append"),e;let n=M(e);if(t._tree=e._tree,t._rsib=null,n)e._fstch=t._id,t._lsib=null;else{let i=ge(e,r);i._parent=void 0,i._rsib=t._id,t._lsib=void 0}return t._parent=e._id,r[t._id]=t,e}function ns(e,t,r){if(!Je(t))return console.log("only root or uninited could be add"),e;if(re(e))return console.log("cant addrsib to root"),e;let n=ss(e);return t._tree=e._tree,n?(t._parent=e._parent,e._parent=void 0,t._rsib=null):(t._rsib=e._rsib,t._parent=void 0),e._rsib=t._id,t._lsib=void 0,r[t._id]=t,e}function pn(e,t,r){if(!Je(t))return console.log("only root or uninited could be add"),e;if(re(e))return console.log("cant addlsib to root"),e;let n=ts(e);if(t._tree=e._tree,n){let i=x(e,r);e._lsib=void 0,t._lsib=null,i._fstch=t._id}else{let i=F(e,r);i._rsib=t._id,t._lsib=void 0}return t._rsib=e._id,t._parent=void 0,r[t._id]=t,e}function gn(e,t,r,n){let i=Y(t,n),l=i.length;if(l===0)return pt(t,r,n);if(e<=l&&e>=0){if(e===0)return pt(t,r,n);if(e===l)return rs(t,r,n);{let a=i[e-1];return ns(a,r,n)}}else return console.log("not in range!!"),t}function Ce(e,t){for(let r in t)t[r]._tree=e._tree}function Za(e,t,r){r=de(t,r);let n=v.dict_keys(r)[0],i=ie(r[n],r);return e=pt(e,i,t),Ce(e,r),v.dict_plus(t,r),e}function ec(e,t,r){r=de(t,r);let n=v.dict_keys(r)[0],i=ie(r[n],r);return e=rs(e,i,t),Ce(e,r),v.dict_plus(t,r),e}function tc(e,t,r){r=de(t,r);let n=v.dict_keys(r)[0],i=ie(r[n],r);return e=ns(e,i,t),Ce(e,r),v.dict_plus(t,r),e}function sc(e,t,r){r=de(t,r);let n=v.dict_keys(r)[0],i=ie(r[n],r);return e=pn(e,i,t),Ce(e,r),v.dict_plus(t,r),e}function rc(e,t,r,n){n=de(r,n);let i=v.dict_keys(n)[0],l=ie(n[i],n);return t=gn(e,t,l,r),Ce(t,n),v.dict_plus(r,n),t}function ze(e,t){let r=H(e,t),n=r[0]._id;return r.forEach(i=>{i._tree=n}),r}function Ve(e,t){let r={};return e.map(n=>{let i=n._id;r[i]=n,delete t[i]}),r}function mn(e){return e._fstch=null,e}function Xe(e){return e._lsib=null,e._rsib=null,e._parent=null,e}function qe(e,t){if(re(e))return[e,t];if(dn(e,t)){let n=t[e._parent];mn(n);let i=ze(e,t),l=Ve(i,t);return Xe(e),[e,l]}else if(ts(e)){let n=P(e,t);n._lsib=null;let i=x(e,t);i._fstch=e._rsib;let l=ze(e,t),o=Ve(l,t);return Xe(e),[e,o]}else if(ss(e)){let n=F(e,t);n._rsib=e._rsib,n._parent=e._parent;let i=ze(e,t),l=Ve(i,t);return Xe(e),[e,l]}else{let n=F(e,t);n._rsib=e._rsib;let i=ze(e,t),l=Ve(i,t);return Xe(e),[e,l]}}function nc(e,t){let r=pe(e,t);return r===null?[e,t]:qe(r,t)}function ic(e,t){let r=ge(e,t);return r===null?[e,t]:qe(r,t)}function lc(e,t,r){let n=bn(e,t,r);return n===null?[t,r]:qe(n,r)}function oc(e,t,...r){let n=yn(e,t,...whiches);for(let i=0;i<n.length;i++)qe(n[i],t);return[e,t]}function ac(e,t){let r=Y(e,t);for(let n=0;n<r.length;n++)qe(r[n],t);return t}function pe(e,t){return e._fstch===null?null:t[e._fstch]}function Y(e,t){let r=[],n=pe(e,t);for(;n!==null;)r.push(n),n=P(n,t);return r}function ge(e,t){let r=Y(e,t);return r.length===0?null:r[r.length-1]}function bn(e,t,r){let n=Y(t,r);return n.length===0||e>n.length-1||e<0?null:n[e]}function yn(e,t,...r){let n=Y(e,t),i=[];if(n.length!==0)for(let l=0;l<r.length;l++){let o=r[l];o>n.length-1||o<0||i.push(n[o])}return i}function wn(e,t,r=!1){let n=e,i=P(e,t);for(;i!==null;)n=i,i=P(i,t);return r||n._id!==e._id?n:null}function cc(e,t){let r=ne(e,t,!0),n=v.dtb_kv_get_seq("_id",e._id,r),i=[];if(r.length!==0)for(let l=0;l<r.length;l++)l<n&&i.push(r[l]);return i}function uc(e,t){let r=ne(e,t,!0),n=v.dtb_kv_get_seq("_id",e._id,r),i=[];if(r.length!==0)for(let l=0;l<r.length;l++)l>n&&i.push(r[l]);return i}function ne(e,t,r=!1){let n=x(e,t),i;return n!==null?i=Y(n,t):i=[e],r||(i=v.dtb_kv_rm("_id",e._id,i)),i}function _c(e,t,r=!1){let n=ne(e,t,!0);return r?n[0]:n[0]._id===e._id?null:n[0]}function fc(e,t,r){let n=ne(t,r,!0),i=n.length;return e<=i-1&&e>=0?n[e]:null}function hc(e,t,...r){let n=ne(e,t,!0),i=[];if(n.length!==0)for(let l=0;l<r.length;l++){let o=r[l];o>n.length-1||o<0||i.push(n[o])}return i}function dc(e,t){let r=ne(e,t,!0);return v.dtb_kv_get_seq("_id",e._id,r)}function F(e,t){let r=ne(e,t,!0),n=v.dtb_kv_get_seq("_id",e._id,r);return n===0?null:r[n-1]}function P(e,t){return e._rsib===null?null:t[e._rsib]}function C(e,t){return gt(e,t,!0).length-1}function $n(e,t){let r=C(e,t),i=H(e,t).map(o=>C(o,t));return Math.max(...i)-r+1}function pc(e,t){return M(e)?null:C(e,t)+1}function gc(e,t){if(M(e))return null;{let n=C(e,t),l=H(e,t).map(a=>C(a,t));return Math.max(...l)}}function mc(e,t,r){let n=C(t,r);return $n(t,r)<=e?null:n+e}function vn(e,t){let r=ie(e,t),n=H(r,t),i=C(e,t);return n.filter(o=>C(o,t)===i)}function Qt(e,t){let r=vn(e,t);return v.dtb_kv_get_seq("_id",e._id,r)}function bc(e,t){return H(e,t).length}function ie(e,t){let r=e,n=x(e,t);for(;n!==null;)r=n,n=x(n,t);return r}function x(e,t){let r;if(re(e))r=null;else{let n=wn(e,t,!0);r=t[n._parent]}return r}function gt(e,t,r=!1){let n=[],i=x(e,t);for(;i!==null;)n.push(i),i=x(i,t);return r&&n.unshift(e),n}function yc(e,t,r){let n=gt(t,r,!0),i=n.length;return e<i&&e>=0?n[e]:null}function wc(e,t,...r){let n=gt(e,t,!0),i=[];if(n.length!==0)for(let l=0;l<r.length;l++){let o=r[l];o>n.length-1||o<0||i.push(n[o])}return i}function xn(e,t){let r=x(e,t);for(;r!==null;){let n=P(r,t);if(n!==null)return n;r=x(r,t)}return null}function kn(e,t){let r=pe(e,t);if(r!==null)return r;{let n=P(e,t);return n!==null?n:xn(e,t)}}function Sn(e,t){let r=e,n=ge(e,t);for(;n!==null;)r=n,n=ge(n,t);return r}function $c(e,t){if(re(e))return null;if(M(e)){let n=F(e,t);return n!==null?n:x(e,t)}else{let n=F(e,t);return n!==null?M(n)?n:Sn(n,t):x(e,t)}}function H(e,t){let r=C(e,t),n=[];for(;e!==null&&(n.push(e),e=kn(e,t),!(e!==null&&C(e,t)<=r)););return n}function is(e,t){let r=e,n=pe(e,t);for(;n!==null;)r=n,n=pe(n,t);return r}function Tn(e,t){let r=P(e,t);return r===null?x(e,t):is(r,t)}function En(e,t){let r=x(e,t);for(;r!==null;){let n=F(r,t);if(n!==null)return n;r=x(r,t)}return null}function vc(e,t){if(M(e)){let n=F(e,t);return n===null?En(e,t):n}else return ge(e,t)}function Cn(e,t){let r=[],n=is(e,t);for(;n!==null&&(r.push(n),n._id!==e._id);)n=Tn(n,t);return r}function Zt(e){v.dict_foreach(e,(t,r)=>{e[t]._$visited=!1})}function qn(e,t){let r=e._$visited;if(M(e))if(r){let i=P(e,t);return i===null?x(e,t):i}else return e._$visited=!0,e;else if(r){let i=P(e,t);return i===null?x(e,t):i}else return e._$visited=!0,pe(e,t)}function xc(e,t,r){if(M(t)){if(e)return t;{let i=F(t,r);return i===null?x(t,r):i}}else{if(e)return ge(t,r);{let i=F(t,r);return i===null?x(t,r):i}}}function An(e,t){return t._$visited&&e===t._id}function Nn(e,t,r=!1,n=!0){let i=[];Zt(t);let l=e._id;for(;!An(l,e);)r?i.push(v.dcp(e)):i.push(e),e=qn(e,t);return r?i.push(v.dcp(e)):i.push(e),n&&Zt(t),i}function kc(e,t){let r={};r._depth=C(e,t),r._breadth=Qt(e,t);let n=x(e,t);return r._pbreadth=n===null?null:Qt(n,t),r._id=e._id,r}function _n(e){let t={};return t.ele={},t.nd=e,t.ele._id=e._id,t.ele._children=[],t}function ls(e,t){let r=[],n=e[0],i=[_n(n)];for(i[0].ele._pbreadth=null;i.length>0;){let l=[];for(let a=0;a<i.length;a++){i[a].ele._breadth=a,i[a].ele._depth=r.length;let c=Y(i[a].nd,t);c=c.map(u=>_n(u)),c.forEach((u,_)=>{u.ele._pbreadth=i[a].ele._breadth,i[a].ele._children.push([r.length+1,l.length+_])}),l=l.concat(c)}let o=i.map(a=>a.ele);r.push(o),i=l}return r}function In(e,t){return Cn(e[0],t)}function jn(e,t,r=!1,n=!0){return Nn(e[0],t,r,n)}function Sc(e,t){let r=os(e,t);return ls(r,t)}function os(e,t){let r=e[e.length-1];return H(r,t)}function Tc(e,t,r=!1,n=!0){let i=os(e,t);return jn(i,t,r,n)}function Ec(e,t){let r=as(e,t);return ls(r,t)}function as(e,t){let r=e[0];return H(r,t)}function Cc(e,t){let r=as(e,t);return In(r,t)}function cs(e,t,r=!1){let n=H(e,t);return r||n.splice(0,1),n}function qc(e,t){return Y(e,t)}function Ac(e,t){let r=cs(e,t,!1),n=sdfs.map(l=>C(l,t)),i=Math.max(...n);return r=r.filter(l=>C(l,t)===i),r}function On(e,t,r){let n=C(t,r),i=cs(t,r,!1),l=sdfs.map(o=>C(o,r));return i=i.filter(o=>C(o,r)===n+e),i}function Nc(e,t,...r){let n=r.map(i=>On(i,e,t));return n=Array.prototype.concat(...n),n}function Dn(e){let t=v.dict_keys(e)[0],r=e[t];return ie(r,e)}function Ic(e){let t=Dn(e);return H(t,e)}Ln.exports={calc_next_id:es,update_nodes_ids:de,creat_root:Ka,creat_nd:Qa,is_inited:hn,is_root:re,is_fstch:ts,is_lstch:ss,is_leaf:M,is_lonely:dn,is_id:Ge,is_connectable:Je,prepend_child:pt,append_child:rs,insert_child:gn,add_rsib:ns,add_lsib:pn,get_fstch:pe,get_rsib:P,get_children:Y,get_lstch:ge,get_which_child:bn,get_some_children:yn,get_fstsib:_c,get_lstsib:wn,get_preceding_sibs:cc,get_following_sibs:uc,get_sibs:ne,get_which_sib:fc,get_some_sibs:hc,get_sibseq:dc,get_lsib:F,get_rsib:P,get_lyr:vn,get_breadth:Qt,get_count:bc,get_depth:C,get_height:$n,get_fst_lyr_des_depth:pc,get_lst_lyr_des_depth:gc,get_which_lyr_des_depth:mc,get_root:ie,get_parent:x,get_ances:gt,get_which_ance:yc,get_some_ances:wc,get_rsib_of_fst_ance_having_rsib:xn,get_sdfs_next:kn,get_drmost_des:Sn,get_sdfs_prev:$c,get_sdfs:H,get_lsib_of_fst_ance_having_lsib:En,get_dlmost_des:is,get_edfs_next:Tn,get_edfs_prev:vc,get_edfs:Cn,clear_$visited:Zt,get_sedfs_next:qn,is_sedfs_traverse_finished:An,get_sedfs_prev:xc,get_sedfs:Nn,get_deses:cs,get_fst_lyr_deses:qc,get_lst_lyr_deses:Ac,get_which_lyr_deses:On,get_some_lyrs_deses:Nc,nd2ele:kc,sdfs2mat:ls,sdfs2edfs:In,sdfs2sedfs:jn,edfs2mat:Sc,edfs2sdfs:os,edfs2sedfs:Tc,sedfs2mat:Ec,sedfs2sdfs:as,sedfs2edfs:Cc,update_disconnected_nodes:ze,update_orig_nodes:Ve,leafize:mn,rootize:Xe,disconnect:qe,rm_fstch:nc,rm_lstch:ic,rm_which:lc,rm_some:oc,rm_all:ac,update_treeid:Ce,update_one_nodeid:fn,update_nodes_ids:de,prepend_child_tree:Za,append_child_tree:ec,add_rsib_tree:tc,add_lsib_tree:sc,insert_child_tree:rc,get_root_via_tree:Dn,tree2sdfs:Ic}});var Mn=h((gd,Bn)=>{function Rn(e="E"){class t extends Event{#t;constructor(n,i){super(n),this.#t=i}get data(){return this.#t}set data(n){this.#t=n}}return t}var Pn=Rn();function Wn(e="ET"){class t extends EventTarget{#t=new Map;addEventListener(n,i){super.addEventListener(n,i),this.#t.set(n,i)}ls(){return this.#t}removeEventListener(n){super.removeEventListener(n),this.#t.delete(n)}dispatch(n,i){let l=new Pn(n,i);return this.dispatchEvent(l),l}}return t}var jc=Wn();Bn.exports={creat_event_cls:Rn,E:Pn,creat_event_target_cls:Wn,ET:jc}});var bi=h((md,mi)=>{var ti=Jt(),Qe=Kt(),me=us(),{ET:Fn}=Mn(),Oc=["_fstch","_lsib","_rsib","_parent","_tree"];function si(e){return e._tree!==void 0}function _s(e){return e._tree===e}function Dc(e){return e._lsib===null}function Lc(e){return e._rsib===null}function Rc(e){return e._fstch===null}function Pc(e){return e.$sibs(!0).length===1}function xt(e){return _s(e)||!si(e)}function Yn(e){let t=e._fstch,r=t;for(;t!==null;)r=t,t=t._rsib;return r}function Hn(e,t){let r=0,n=t._fstch;for(;;){if(r===e)return n;if(n===null)return n;n=n._rsib,r=r+1}}function Un(e,...t){let r=[],n=0,i=e._fstch;for(;;){if(t.includes(n))r.push(i);else if(i===null)return r;i=i._rsib,n=n+1}}function fs(e){let t=[],r=0,n=e._fstch;for(;;){if(n===null)return t;t.push(n),n=n._rsib,r=r+1}}function Wc(e){let t=0,r=e._fstch;for(;;){if(r===null)return t;r=r._rsib,t=t+1}}function ri(e,t=!1){let r=e._rsib,n=e;for(;r!==null;)n=r,r=r._rsib;return t||n!==e?n:null}function kt(e,t=!1){let r=hs(e);if(r===null)return t?e:null;{let n=r._fstch;return t||n!==e?n:null}}function Bc(e){let t=kt(e,!1);if(t===null)return null;{let r=t;for(;;){if(r._rsib===e)return r;r=r._rsib}}}function gs(e){let t=[],n=kt(e,!0);for(;n!==null;){if(n===e)return t;t.push(n),n=n._rsib}}function ni(e){let t=[],r=e._rsib;for(;r!==null;)t.push(r),r=r._rsib;return t}function ii(e,t=!1){let r=gs(e),n=ni(e),i=[e],l;return t?l=r.concat(i,n):l=r.concat(n),l}function Mc(e,t){let r=kt(t,!0),n=0;for(;;){if(r===null)return null;if(n==e)return r;r=r._rsib,n=n+1}}function Fc(e,...t){return ii(e,!0).filter((i,l)=>t.includes(l))}function Gn(e){return gs(e).length}function Yc(e,t=!1){return e.$sibs(t).length}function hs(e){return ri(e,!0)._parent}function Hc(e){let t=e,r=e;for(;t!==null;)r=t,t=t.$parent();return r}function Uc(e,t){let r=0,n=t;for(;n!==null;){if(r===e)return n;n=n.$parent(),r=r+1}return null}function $t(e,t=!1){let r=[],n=e;for(t&&r.push(n),n=n.$parent();n!==null;)r.push(n),n=n.$parent();return r}function Gc(e,...t){return $t(e,!0).filter((i,l)=>t.includes(l))}function zc(e,t=!1){return $t(e,t).length}function Vc(e){let t=e.$parent();return t===null?null:t.$lsib()}function Xc(e){let t=e.$parent();return t===null?null:t.$rsib()}function Jc(e){let t=e.$luncle();return e.$is_fstch()?t===null?null:t.$lstch():null}function Kc(e){let t=e.$runcle();return e.$is_lstch()?t===null?null:t.$fstch():null}function Qc(e){let r=e.$root().$sdfs(),n=e.$depth();return r.filter(l=>l.$depth()===n)}function Zc(e){let t=e.$parent();return t===null?null:t.$breadth()}function eu(e){return e.$lyr().indexOf(e)}function tu(e){let t=e.$sdfs();return t=t.filter(r=>r.$is_leaf()),t.length}function su(e){let r=e.$root().$edfs(),n;if(e.$is_leaf())n=r.indexOf(e);else{let i=e.$dlmost_des();n=r.indexOf(i)}return r=r.slice(0,n+1),offset=r.filter(i=>i.$is_leaf()).length-1,offset}function zn(e,t=!1){let r=oi(e),n=ye(e),i=n.indexOf(r);return t?n.slice(0,i+1):n.slice(1,i+1)}function ru(e){let t=e.$deses(!1),r=t.map(i=>i.$depth()),n=Math.max(...r);return t=t.filter(i=>i.$depth()===n),t}function nu(e,t){let r=t.$depth(),n=t.$deses(!1),i=n.map(l=>l.$depth());return n=n.filter(l=>l.$depth()===r+e),n}function iu(e,...t){let r=e.$depth(),n=t.map(o=>o+r),i=e.$deses(!1),l=i.map(o=>o.$depth());return i=i.filter(o=>n.includes(o.$depth())),i}function ds(e,t){if(!xt(t))return console.log("only root or uninited could be prepend"),t;let r=e.$is_leaf();if(t._tree=e._tree,t._lsib=null,r)t._rsib=null,t._parent=e;else{let n=e._fstch;n._lsib=void 0,t._rsib=n,t._parent=void 0}return e._fstch=t,t}function ps(e,t){if(!xt(t))return console.log("only root or uninited could be append"),t;let r=e.$is_leaf();if(t._tree=e._tree,t._rsib=null,r)e._fstch=t,t._lsib=null;else{let n=e.$lstch();n._parent=void 0,n._rsib=t,t._lsib=void 0}return t._parent=e,t}function li(e,t){if(!xt(t))return console.log("only root or uninited could be add"),t;if(e.$is_root())return console.log("cant addrsib to root"),e;let r=e.$is_lstch();return t._tree=e._tree,r?(t._parent=e._parent,e._parent=void 0,t._rsib=null):(t._rsib=e._rsib,t._parent=void 0),e._rsib=t,t._lsib=void 0,t}function lu(e,t){if(!xt(t))return console.log("only root or uninited could be add"),t;if(e.$is_root())return console.log("cant addlsib to root"),e;let r=e.$is_fstch();if(t._tree=e._tree,r){let n=e.$parent();e._lsib=void 0,t._lsib=null,n._fstch=t}else{let n=e.$lsib();n._rsib=t,t._lsib=void 0}return t._rsib=e,t._parent=void 0,t}function Vn(e,t,r){let n=fs(t),i=n.length;if(i===0)r=ds(t,r);else if(!(e<=i&&e>=0))console.log("not in range!!");else if(e===0)r=ds(t,r);else if(e===i)r=ps(t,r);else{let o=n[e-1];r=li(o,r)}return r}function ou(e){let t=e.$parent();for(;t!==null;){let r=t.$rsib();if(r!==null)return r;t=t.$parent()}return null}function au(e){let t=e.$fstch();if(t!==null)return t;{let r=e.$rsib();return r!==null?r:e.$rsib_of_fst_ance_having_rsib()}}function oi(e){let t=e,r=e.$lstch();for(;r!==null;)t=r,r=r.$lstch();return t}function cu(e){if(e.$is_root())return null;if(e.$is_leaf()){let r=e.$lsib();return r!==null?r:e.$parent()}else{let r=e.$lsib();return r!==null?r.$is_leaf()?r:r.$drmost_des():e.$parent()}}function ye(e){let t=e.$depth();if(e===null)return[];{let r=[e];for(e=e.$sdfs_next();e!==null&&e.$depth()>t;)r.push(e),e=e.$sdfs_next();return r}}function uu(e){let t=e,r=e.$fstch();for(;r!==null;)t=r,r=r.$fstch();return t}function _u(e){let t=e.$rsib();return t===null?e.$parent():t.$dlmost_des()}function fu(e){let t=e.$parent();for(;t!==null;){let r=t.$lsib();if(r!==null)return r;t=t.$parent()}return null}function hu(e){if(e.$is_leaf()){let r=e.$lsib();return r===null?e.$lsib_of_fst_ance_having_lsib():r}else return e.$lstch()}function du(e){let t=[],r=e.$dlmost_des();for(;r!==null&&(t.push(r),r!==e);)r=r.$edfs_next();return t}function ai(e){let t=e.$visited;if(e.$is_leaf())if(t){let n=e.$rsib();return n===null?e.$parent():n}else return e.$visited=!0,e;else if(t){let n=e.$rsib();return n===null?e.$parent():n}else return e.$visited=!0,e.$fstch()}function pu(e,t){if(t.$is_leaf()){if(e)return t;{let n=t.$lsib();return n===null?t.$parent():n}}else{if(e)return t.$lstch();{let n=t.$lsib();return n===null?t.$parent():n}}}function gu(e){e.$sdfs().forEach(r=>{delete r.$visited})}function mu(e,t){return t.$visited&&e===t}function Xn(e){gu(e);let t=[],r=new Set,n=e;for(;!mu(n,e);)r.has(e)?e.$close_at=t.length:(e.$open_at=t.length,r.add(e)),t.push(e),e=ai(e);return n.$close_at=t.length,t.push(n),t.forEach(i=>{delete i.$visited}),t}function bu(e){return e._fstch=null,e}function mt(e){return e._lsib=null,e._rsib=null,e._parent=null,e}function bt(e){let t=e.$sdfs();return t.forEach(r=>{r._tree=t[0]}),t}function be(e){if(e.$is_root())return e;if(e.$is_lonely()){let r=e.$parent();bu(r);let n=bt(e);return mt(e),e}else if(e.$is_fstch()){let r=e.$rsib();r._lsib=null;let n=e.$parent();n._fstch=e._rsib;let i=bt(e);return mt(e),e}else if(e.$is_lstch()){let r=e.$lsib();r._rsib=e._rsib,r._parent=e._parent;let n=bt(e);return mt(e),e}else{let r=e.$lsib();r._rsib=e._rsib;let n=bt(e);return mt(e),e}}function Jn(e){let t={};return t._nd=e,t._children=[],t}function Kn(e){let t=[],r=e[0],n=[Jn(r)];for(n[0]._pbreadth=null;n.length>0;){let i=[];for(let o=0;o<n.length;o++){n[o]._breadth=o,n[o]._depth=t.length;let a=n[o]._nd.$children();a=a.map(c=>Jn(c)),a.forEach((c,u)=>{c._pbreadth=n[o]._breadth,n[o]._children.push([t.length+1,i.length+u])}),i=i.concat(a)}let l=n;t.push(l),n=i}return t}function Qn(e,t="_children"){let r=e._nd,n={};n[t]=[],n.$guid=r.$guid;for(let i in r)Qe.is_cu_property(i)&&(n[i]=r[i]);return n}function yu(e,t="_children"){let r=e[0][0],n=Qn(r,t),i=[{d:n,ele:r}];for(;i.length>0;){let l=[];for(let o=0;o<i.length;o++){let a=i[o],c=a.d,u=a.ele,f=a.ele._children.map(d=>e[d[0]][d[1]]);for(let d=0;d<f.length;d++){let b=f[d],E=Qn(b,t);c[t].push(E);let rr={d:E,ele:b};l.push(rr)}}i=l}return n}function Zn(e,t="_children"){let r=new X;e.$guid!==void 0&&(r.$guid=e.$guid);for(let n in e)Qe.is_cu_property(n)&&t!==n&&(r[n]=e[n]);return r}function wu(e,t="_children"){let r=Zn(e,t),n=[{d:e,nd:r}];for(;n.length>0;){let i=[];for(let l=0;l<n.length;l++){let o=n[l].d,a=n[l].nd,c=o[t]===void 0?[]:o[t];for(let u=0;u<c.length;u++){let _=c[u],f=Zn(_,t);a.$append_child(f);let d={d:_,nd:f};i.push(d)}}n=i}return r}function $u(e){let t=["_fstch","_lsib","_rsib","_parent","_tree","$guid","_guid","_id","$open_at","$close_at"];e._fstch=void 0,e._lsib=void 0,e._rsib=void 0,e._parent=void 0,e._tree=void 0,e.$guid=void 0,e._guid=void 0,e._id=void 0,e.$open_at=void 0,e.$close_at=void 0;for(let r of t)Object.defineProperty(e,r,{enumerable:!1})}function vu(e,t,r){let n=e.$depth();return" ".repeat(n)+"["+r.indexOf(e)+"] : "+e.$guid}function xu(e,t){let r=e.$depth(),n=" ".repeat(r),i="";return t===e.$open_at&&(i=n+"<"+e._id+" : "+e.$guid+">"),t===e.$close_at&&(i=n+"</"+e._id+" : "+e.$guid+">"),i}var ku=["$fstch","$rsib","$parent"];function Su(e){if(e.$fstch()!==null)return["$fstch"];if(e.$rsib()!==null)return["$rsib"];{let n=[],i=e.$parent();for(;i!==null;)if(n.push("$parent"),i.$rsib()!==null){n.push("$rsib");break}else i=i.$parent();return n}}function Tu(e){return e.$sdfs().map(n=>n.$sdfs_next_action_for_srch())}var ci={$fstch:"$append_child",$rsib:"$add_rsib",$parent:"$parent"};function Eu(e,t){for(let r=0;r<t.length;r++){let n=ci[t[r]];e=e[n]()}return e}function Cu(e){let t=new X,r=t;for(let n=0;n<e.length;n++){let i=e[n];r=Eu(r,i)}return t}function qu(e,t,r){if(r&&(t=t.$clone()),!e.$is_root())if(e.$is_lonely()){let n=e.$parent();e.$disconn(),n.$append_child(t)}else if(e.$is_lstch()){let n=e.$lsib();e.$disconn(),n.$add_rsib(t)}else{let n=e.$rsib();e.$disconn(),n.$add_lsib(t)}return t}var D=class{#t=null;#e={with_id:!1,with_et:!1};constructor(t=!1,r=!1){$u(this),this._fstch=null,this.#e.with_id=t,this.#e.with_et=r,t&&(this.$guid=Qe.gen_guid()),r&&(this.#t=new Fn)}get opt(){return this.#e}enable_et(){this.#t=new Fn}disable_et(){this.#t=null}get et(){return this.#t}regis_recv_from_handler(t){let r=function(n){t(n.data.src,n.data.msg)};this.et.addEventListener("$msg__",r)}send_to(t,r){t.et.dispatch("$msg__",{src:this,msg:r})}$is_inited(){return si(this)}$is_root(){return _s(this)}$is_fstch(){return Dc(this)}$is_lstch(){return Lc(this)}$is_leaf(){return Rc(this)}$is_lonely(){return Pc(this)}$fstch(){return this._fstch}$lstch(){return Yn(this)}$which_child(t){return Hn(t,this)}$some_children(...t){return Un(this,...t)}$children(){return fs(this)}$children_count(){return Wc(this)}$rsib(){return this._rsib}$lsib(){return Bc(this)}$fstsib(t=!1){return kt(this,t)}$lstsib(t=!1){return ri(this,t)}$psibs(){return gs(this)}$fsibs(){return ni(this)}$which_sib(t){return Mc(t,this)}$some_sibs(...t){return Fc(this,...t)}$sibseq(){return Gn(this)}$sibs(t=!1){return ii(this,t)}$sibs_count(t=!1){return Yc(this,t)}$parent(){return hs(this)}$root(){return Hc(this)}$ances(t=!1){return $t(this,t)}$which_ance(t){return Uc(t,this)}$some_ances(...t){return Gc(this,...t)}$ances_count(t=!1){return zc(this,t)}$prepend_child(t){return t=t===void 0?new D(this.#e.with_id,this.#e.with_et):t,ds(this,t)}$insert_child(t,r){return r=r===void 0?new D(this.#e.with_id,this.#e.with_et):r,Vn(t,this,r)}$append_child(t){return t=t===void 0?new D(this.#e.with_id,this.#e.with_et):t,ps(this,t)}$clone(){if(_s(this)){let t=wt(this);return vt(t)}else{let t=Gn(this),r=hs(this);be(this);let n=wt(this),i=vt(n);return Vn(t,r,this),i}}$append_children(t,r){let n=[];for(let i=0;i<t;i++){let l=r===void 0?new D(this.#e.with_id,this.#e.with_et):r.$clone();l=ps(this,l),n.push(l)}return n}$add_rsib(t){return t=t===void 0?new D(this.#e.with_id,this.#e.with_et):t,li(this,t)}$add_lsib(t){return t=t===void 0?new D(this.#e.with_id,this.#e.with_et):t,lu(this,t)}$rsib_of_fst_ance_having_rsib(){return ou(this)}$sdfs_next(){return au(this)}$drmost_des(){return oi(this)}$sdfs_prev(){return cu(this)}$sdfs(){return ye(this)}$dlmost_des(){return uu(this)}$edfs_next(){return _u(this)}$lsib_of_fst_ance_having_lsib(){return fu(this)}$edfs_prev(){return hu(this)}$edfs(){return du(this)}$offset(){return su(this)}$sedfs_next(){return ai(this)}$sedfs_prev(t){return pu(this)}$sedfs(){return Xn(this)}$deses(t=!1){return zn(this,t)}$lst_lyr_deses(){return ru(this)}$which_lyr_deses(t){return nu(t,this)}$some_lyrs_deses(...t){return iu(this,...t)}$count(t=!0){return zn(this,t).length}$depth(t=!1){return $t(this,t).length}$height(){let t=this.$depth(),n=this.$sdfs().map(l=>l.$depth());return Math.max(...n)-t+1}$pbreadth(){return Zc(this)}$breadth(){return eu(this)}$width(){return tu(this)}$lyr(){return Qc(this)}$lcin(){return Jc(this)}$rcin(){return Kc(this)}$luncle(){return Vc(this)}$runcle(){return Xc(this)}$sdfs_repr(t=vu,r=!1){let n=this.$root(),i=ye(n),a=ye(this).map((c,u)=>t(c,u,i)).join(`
|
|
3
|
-
`);if(console.log(a),r)return a}$sedfs_repr(t
|
|
4
|
-
`);if(console.log(o),r)return o}$disconn(){return be(this)}$rm_fstch(){let t=this._fstch;return be(t)}$rm_lstch(){let t=
|
|
5
|
-
`){return"//"+Ze(this.value)+t}},Cs=class extends L{constructor(t){super(),this.value=t,this.type=q.TYPE_DICT.CommentBlock._self}vto_rawstr(){return"/*"+Ze(this.value)+"*/"}};$i.exports={UndefinedLiteral:ws,NullLiteral:$s,BooleanLiteral:vs,NumericLiteral:xs,StringLiteral:ks,ArrayExpression:Ss,ObjectExpression:Ts,_Ref:Es,CommentLine:St,CommentBlock:Cs,_ndtree:Wu}});var Ci=h((Cd,Ei)=>{var{empty:Ns}=k(),{UndefinedLiteral:vi,NullLiteral:xi,BooleanLiteral:ki,NumericLiteral:Si,StringLiteral:qs,ArrayExpression:Hu,ObjectExpression:Uu,CommentLine:Gu,CommentBlock:zu,_Ref:As}=Et();function Vu(e,t){let r=Ns,n=e;for(;n!==null;){if(n.key===t){r=n;break}else if(n.hashes.has(t)){r=n;break}else if(n.$sibseq().toString()===t){r=n;break}n=n.$sdfs_prev()}return r!==null?r:Ns}function Ti(e,t){return e instanceof vi?new vi("undefined",t):e instanceof xi?new xi("null",t):e instanceof ki?new ki(e.vto_rawstr(),t):e instanceof Si?new Si(e.vto_rawstr(),t):e instanceof qs?new qs(e.value,t):e instanceof Gu||e instanceof zu?new qs(e.value,t):e instanceof Hu?new As(e,t):e instanceof Uu?new As(e,t):e instanceof As?(e=e.value,Ti(e,t)):Ns}Ei.exports={find_refnd_with_hash:Vu,clone:Ti}});var Bi=h((qd,we)=>{var Xu=Array,Ju=k(),{empty:$,parse0:Ku}=k(),tt=class extends Xu{get lst(){return this[this.length-1]}set lst(t){this[this.length-1]=t}get top(){return this[this.length-1]}set top(t){this[this.length-1]=t}get fst(){return this[0]}set fst(t){this[0]=t}get bot(){return this[0]}set bot(t){this[0]=t}*gen_from_lst(){for(let t=this.length-1;t>-1;t--)yield this[t]}};function*Qu(e){for(let t of e)yield t;e=null}function*Zu(e,t){yield*t,yield*e}var st=Xt(),Is=Se(),Ne=an(),{UndefinedLiteral:e_,NullLiteral:t_,BooleanLiteral:qi,NumericLiteral:s_,StringLiteral:Ai,CommentLine:et,CommentBlock:r_,ArrayExpression:js,ObjectExpression:n_}=Et(),G=I(),Ni=G.gtv,le=G.STATE_DICT,Os=G.LEFTED_TYPE,Ae=G.AVND_CACHE_STATE_DICT,U=k(),w=te(),Ii=Ci();function*Pi(e){for(;e.length>0;)yield e.pop()}function ji(e){let t;return e.__is_sync_mode()?t=st.from_generator(e.g,e.ch_cache.curr):t=st.from_generator(Pi(e.unshift_cache),e.ch_cache.curr),t}function Oi(e,t,r){e.lefted.type=Os.quote,e.lefted.data={rslt:t.rslt,lefted:t.ch,state:t.state,quote:r},e.state=G.get_main_eofv_with_code(e.state)}function Wi(e,t,r){e.lefted.type=r,e.lefted.data={rslt:t.rslt,lefted:t.ch,state:t.state}}function i_(e,t,r){return Wi(e,t,r),e.state=G.get_lcmt_eofv_with_code(e.state),e}function l_(e,t,r){return Wi(e,t,r),e.state=G.get_blkcmt_eofv_with_code(e.state),e}function o_(e,t){let r;return e.__is_sync_mode()?r=t(e.g,e.ch_cache.curr):r=t(Pi(e.unshift_cache),e.ch_cache.curr),r}function Di(e,t,r,n){let i=o_(e,r);return i.state!==Ne.STATE_DICT.succ?((t===et?i_:l_)(e,i,n),$):new t(i.rslt)}function Li(e,t){let r=new t(e.str_cache.k);return e.$set_avnd_cache(r),e.$mv_key_to_nd(r),e.$mv_kcmt_to_kcmt(),e.$mv_bvcmt_to_bvcmt(),r.open=e.ch_cache.curr,e.stack.lst.append_child(r),e.stack.push(r),t===js?e.state=le.bv:e.state=le.bk,e}var Ds=Symbol("root_lblk_ch"),Ri=Symbol("root_rblk_ch"),Ie=class{#t=Ni(le.bv);#e=new tt;constructor(t,r=" "){if(r!==$){let i=Qu(r);t=Zu(t,i)}this.g=t,this.lefted={type:$,data:$},this.ch_cache={tmp:$,curr:$},this.str_cache={k:$,v:$,maybe_vquote:$},this.cmt_cache={kcmt:[],bvcmt:[],avcmt:[]};let n=new js;this.stack.push(n),n.open=Ds,this.avnd_cache={state:Ae.handling,data:n},this.unshift_cache=new tt,this.mode="sync"}__use_sync_mode(){this.mode="sync"}__use_async_mode(){this.mode="async"}__is_sync_mode(){return this.mode==="sync"}__is_async_mode(){return this.mode==="async"}__unshift_g(t){t=t??this.ch_cache.curr;for(let r of t)this.unshift_cache.unshift(r)}$has_yield_sign(){return this.avnd_cache.state===Ae.handled}$set_yield_sign(){this.avnd_cache.state=Ae.handled}$clear_yield_sign(){this.avnd_cache.state=Ae.handling}get state(){return this.#t}set state(t){this.#t=Ni(t)}get stack(){return this.#e}$next_ch(){return this.unshift_cache.length>0?this.ch_cache.curr=this.unshift_cache.pop():this.ch_cache.curr=this.g.next().value,this.ch_cache.curr}$is_currch_eof(){return this.ch_cache.curr===void 0}$handle_main_eof(){return this.state=G.get_main_eofv_with_code(this.state),this}$is_currch_comma(){return w.commas.has(this.ch_cache.curr)}$is_currch_colon(){return w.colons.has(this.ch_cache.curr)}$is_currch_ws(){return Is.is_ws(this.ch_cache.curr)}$is_currch_quote(){return w.quotes.has(this.ch_cache.curr)}$is_currch_slash(){return this.ch_cache.curr===w.slash}$is_currch_asterisk(){return this.ch_cache.curr===w.asterisk}$is_currch_ary_lblk(){return w.array_blks.lhas(this.ch_cache.curr)}$is_currch_obj_lblk(){return w.obj_blks.lhas(this.ch_cache.curr)}$is_currch_lblk(){return this.$is_currch_ary_lblk()||this.$is_currch_obj_lblk()}$is_currch_ary_rblk(){return w.array_blks.rhas(this.ch_cache.curr)}$is_currch_obj_rblk(){return w.obj_blks.rhas(this.ch_cache.curr)}$is_currch_rblk(){return this.$is_currch_ary_rblk()||this.$is_currch_obj_rblk()}$is_currch_hash(){return w.hash===this.ch_cache.curr}$is_currch_ref(){return w.ref===this.ch_cache.curr}$mv_avcmt_to_avcmt(){let t=this.avnd_cache.data;t.avcmt=this.cmt_cache.avcmt,this.cmt_cache.avcmt=[]}$change_state_when_end_av(t=$,r=$){return this.stack.lst.is_ary()?t===$?this.state=le.bv:(this.state=le.v,this.str_cache.v=t,r===$||(this.str_cache.maybe_vquote=r)):t===$?this.state=le.bk:(this.state=le.k,this.str_cache.k=t),this.state}$vcache_to_nd(){let t=this.str_cache.v,r;if(this.str_cache.maybe_vquote===$){let n=Ku(t,{only_value:!1,with_value:!0,with_type:!0,unknown_as_string:!0});n.type===U.TYPE_DICT.UndefinedLiteral?r=new e_(this.str_cache.k):n.type===U.TYPE_DICT.NullLiteral?r=new t_(this.str_cache.k):n.type===U.TYPE_DICT.BooleanLiteral.TrueLiteral?r=new qi("true",this.str_cache.k):n.type===U.TYPE_DICT.BooleanLiteral.FalseLiteral?r=new qi("false",this.str_cache.k):n.type===U.TYPE_DICT.StringLiteral?r=new Ai(n.value,this.str_cache.k):r=new s_(n,this.str_cache.k)}else r=new Ai(t,this.str_cache.k);return this.str_cache.v=$,this.str_cache.maybe_vquote=$,r}$mv_kcmt_to_kcmt(){let t=this.avnd_cache.data;t.kcmt=this.cmt_cache.kcmt,this.cmt_cache.kcmt=[]}$mv_bvcmt_to_bvcmt(){let t=this.avnd_cache.data;t.bvcmt=this.cmt_cache.bvcmt,this.cmt_cache.bvcmt=[]}$mv_key_to_nd(){let t=this.avnd_cache.data;return t.key=this.str_cache.k,this.str_cache.k=$,t.key}$set_avnd_cache(t,r=Ae.handling){return this.avnd_cache.data=t,this.avnd_cache.state=r,this.avnd_cache}$setup_leafnd(){let t=this.$vcache_to_nd();this.$set_avnd_cache(t,Ae.handling),this.$mv_key_to_nd(),this.$mv_kcmt_to_kcmt(),this.$mv_bvcmt_to_bvcmt(),this.$mv_avcmt_to_avcmt(),this.stack.lst.append_child(t)}$handle_quote(t){let r=ji(this);return r.state!==st.STATE_DICT.succ?(Oi(this,r,t),$):r.rslt}$abandon_key_when_end_bv(){this.cmt_cache.kcmt=[],this.cmt_cache.bvcmt=[],this.str_cache.k=$}$refresh_key(t=$){t===$?this.str_cache.k=this.ch_cache.curr:this.str_cache.k=t,this.cmt_cache.kcmt=[]}$handle_lcmt(){return Di(this,et,Ne.lc_from_generator,Os.lcmt)}$handle_blkcmt(){return Di(this,r_,Ne.blk_from_generator,Os.blkcmt)}$push_kcmt(t){t.type=Ne instanceof et?U.TYPE_DICT.CommentLine.k:U.TYPE_DICT.CommentBlock.k,this.cmt_cache.kcmt.push(t)}$push_bvcmt(t){let r=t instanceof et?"CommentLine":"CommentBlock";t.type=U.TYPE_DICT[r].bv,this.cmt_cache.bvcmt.push(t)}$push_avcmt(t){t.type=Ne instanceof et?U.TYPE_DICT.CommentLine.k:U.TYPE_DICT.CommentBlock.k,this.cmt_cache.avcmt.push(t)}$mv_avcmt_to_ttcmt(t){t=t??this.avnd_cache.data.$parent();for(let r of this.cmt_cache.avcmt)t.$append_child(r);this.cmt_cache.avcmt=[]}$open_nonleaf_nd(){if(w.array_blks.lhas(this.ch_cache.curr))return Li(this,js);if(w.obj_blks.lhas(this.ch_cache.curr))return Li(this,n_)}$is_rblk_match(){let t=this.stack.lst,r=t.is_ary()?"array_blks":"obj_blks";return w[r].getl(this.ch_cache.curr)===t.open}$close_nonleaf_nd(){let t=this.stack.lst;t.close=this.ch_cache.curr,this.$set_avnd_cache(t),this.stack.pop(),this.state=le.av}$get_hash_or_ref(t="#"){let r=$,n=this.$next_ch(),i="";for(;!Is.is_ws(n)&&!w.commas.has(n)&&!w.colons.has(n)&&!w.array_blks.has(n)&&!w.obj_blks.has(n)&&n!==w.hash&&n!==w.ref&&n!==w.slash;)if(w.quotes.has(n)){let l=ji(this);if(l.state!==st.STATE_DICT.succ)return Oi(this,l,this.ch_cache.curr),t===w.hash?this.state=G.get_hash_quote_eofv_with_code(this.state):this.state=G.get_ref_quote_eofv_with_code(this.state),r;i=i+l.rslt,n=this.$next_ch()}else{if(n===void 0)return $handle_main_eof(),r;i=i+n,n=this.$next_ch()}return this.__unshift_g(n),r=i,r}$is_hash_of_pnd(){return this.stack.lst.$children().length===0}$find_ref(t){let r=this.stack.lst,n=r.$lstch();return n===null&&(n=r),Ii.find_refnd_with_hash(n,t)}$add_ref_to_parent(t){let r=this.stack.lst,n=Ii.clone(t,this.str_cache.k);this.$set_avnd_cache(n),this.$mv_key_to_nd(n),this.$mv_kcmt_to_kcmt(),this.$mv_bvcmt_to_bvcmt(),r.append_child(n)}};Ie[Ds]=Ds;Ie[Ri]=Ri;Ie.MODES=["sync","async"];we.exports=Ie;we.exports.Stack=tt;we.exports._type_util=Ju;we.exports._esc=st;we.exports._cmt=Ne;we.exports._ws=Is});var Hi=h((Ad,Yi)=>{var{empty:Mi}=k(),Fi=I(),je=Fi.gtv,z=Fi.STATE_DICT;function a_(e){let t=e.state;return t===je(z.bk)||(t===je(z.k)||t===je(z.ak)?(e.str_cache.k=Mi,e.state=z.bk):t===je(z.bv)?(e.$abandon_key_when_end_bv(),e.stack.lst.is_ary()?e.state=z.bv:e.state=z.bk):t===je(z.v)?(e.$setup_leafnd(),e.$change_state_when_end_av()):t===je(z.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av())),e}Yi.exports=a_});var zi=h((Id,Gi)=>{var{empty:Nd}=k(),Ui=I(),Oe=Ui.gtv,oe=Ui.STATE_DICT;function c_(e){let t=e.state;return t===Oe(oe.bk)||(t===Oe(oe.k)||t===Oe(oe.ak)?e.state=oe.bv:t===Oe(oe.bv)||(t===Oe(oe.v)?(e.$setup_leafnd(),e.$change_state_when_end_av()):t===Oe(oe.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av()))),e}Gi.exports=c_});var Ls=h((Od,Xi)=>{var{empty:jd}=k(),Vi=I(),De=Vi.gtv,ae=Vi.STATE_DICT;function u_(e){let t=e.state;return t===De(ae.bk)||(t===De(ae.k)?e.state=ae.ak:t===De(ae.ak)||t===De(ae.bv)||(t===De(ae.v)?(e.$setup_leafnd(),e.state=ae.av):De(ae.av))),e}Xi.exports=u_});var Zi=h((Dd,Qi)=>{var{empty:Ji}=k(),Ki=I(),Le=Ki.gtv,J=Ki.STATE_DICT;function __(e,t){let r=e.state,n=e.$handle_quote(t);return n===Ji||(r===Le(J.bk)?(e.str_cache.k=n,e.state=J.k):r===Le(J.k)?e.str_cache.k=e.str_cache.k+n:r===Le(J.ak)?(e.$refresh_key(n),e.state=J.k):r===Le(J.bv)?(e.str_cache.maybe_vquote=t,e.str_cache.v=n,e.state=J.v):r===Le(J.v)?(e.str_cache.v=e.str_cache.v+n,e.str_cache.maybe_vquote=Ji):r===Le(J.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av(n,t))),e}Qi.exports=__});var rl=h((Ld,sl)=>{var{empty:el}=k(),Rs=I(),R=Rs.gtv,T=Rs.STATE_DICT,f_=Rs.LEFTED_TYPE,$e=te();function tl(e,t){let r=e.state,n=e[t]();if(n!==el){let i=e.stack.lst;if(r===R(T.bk))i.append_ttcmt(n);else if(r===R(T.k))e.$push_kcmt(n),e.state=T.ak;else if(r===R(T.ak))e.$push_kcmt(n);else if(r===R(T.bv))i.is_ary()?i.append_ttcmt(n):i.is_dict()&&e.$push_bvcmt(n);else if(r===R(T.v))e.$setup_leafnd(),e.state=T.av;else if(r===R(T.av)){let l=e.stack.lst;l.is_ary()?(l.append_ttcmt(n),e.state=T.bv):l.is_dict()&&e.$push_avcmt(n)}}return e}function h_(e){return tl(e,"$handle_lcmt")}function d_(e){return tl(e,"$handle_blkcmt")}function p_(e){let t=e.state;t===R(T.bk)?(e.__unshift_g(e.ch_cache.curr),e.str_cache.k=$e.slash,e.state=T.k):t===R(T.k)?(e.__unshift_g(e.ch_cache.curr),e.str_cache.k=e.str_cache.k+$e.slash):t===R(T.ak)?(e.__unshift_g(e.ch_cache.curr),e.$refresh_key($e.slash),e.state=T.k):t===R(T.bv)?(e.__unshift_g(e.ch_cache.curr),e.str_cache.v=$e.slash,e.state=T.v):t===R(T.v)?(e.__unshift_g(e.ch_cache.curr),e.str_cache.v=e.str_cache.v+$e.slash,e.str_cache.maybe_vquote=el):t===R(T.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av($e.slash))}function g_(e){let t=e.state,r=e.$next_ch();return e.$is_currch_eof()?(e.lefted.data=$e.slash,e.lefted.type=f_.backslash,e.$handle_main_eof()):e.$is_currch_slash()?h_(e):e.$is_currch_asterisk()?d_(e):p_(e),e}sl.exports=g_});var ll=h((Pd,il)=>{var{empty:Rd}=k(),nl=I(),Re=nl.gtv,ce=nl.STATE_DICT;function m_(e){let t=e.state;return t===Re(ce.bk)?(e.str_cache.k=e.ch_cache.curr,e.state=ce.k):t===Re(ce.k)?e.str_cache.k=e.str_cache.k+e.ch_cache.curr:t===Re(ce.ak)?(e.$refresh_key(),e.state=ce.k):t===Re(ce.bv)?e.$open_nonleaf_nd():t===Re(ce.v)?(e.$setup_leafnd(),e.$change_state_when_end_av(),e.__unshift_g(e.ch_cache.curr)):t===Re(ce.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av(),e.__unshift_g(e.ch_cache.curr)),e}il.exports=m_});var ul=h((Wd,cl)=>{var{empty:ol}=k(),al=I(),Pe=al.gtv,ve=al.STATE_DICT,b_=Ls();function y_(e){let t=e.state;return t===Pe(ve.bk)?e.$close_nonleaf_nd():t===Pe(ve.k)?(e.str_cache.k=ol,e.$close_nonleaf_nd()):t===Pe(ve.ak)?(e.$refresh_key(),e.str_cache.k=ol,e.$close_nonleaf_nd()):t===Pe(ve.bv)?(e.$abandon_key_when_end_bv(),e.$close_nonleaf_nd()):t===Pe(ve.v)?(e.$setup_leafnd(),e.state=ve.av,e.__unshift_g(e.ch_cache.curr)):t===Pe(ve.av)&&(e.$has_yield_sign()?(e.$clear_yield_sign(),e.$close_nonleaf_nd()):(e.$mv_avcmt_to_avcmt(),e.$set_yield_sign(),e.__unshift_g(e.ch_cache.curr))),e}function w_(e){return e.$is_rblk_match()?y_(e):b_(e),e}cl.exports=w_});var dl=h((Bd,hl)=>{var{empty:$_}=k(),fl=I(),We=fl.gtv,ue=fl.STATE_DICT,v_=te(),{CommentLine:_l}=Et();function x_(e){let t=e.state,r=e.$get_hash_or_ref(v_.hash);if(r!==$_){let n=e.stack.lst;if(t===We(ue.bk))e.$is_hash_of_pnd()&&n.hashes.add(r);else if(t===We(ue.k)){let i=new _l(r);e.$push_kcmt(i),e.state=ue.ak}else if(t===We(ue.ak)){let i=new _l(r);e.$push_kcmt(i)}else t===We(ue.bv)?e.$is_hash_of_pnd()&&n.is_ary()&&n.hashes.add(r):t===We(ue.v)?(e.$setup_leafnd(),e.avnd_cache.data.hashes.add(r),e.state=ue.av):t===We(ue.av)&&e.avnd_cache.data.hashes.add(r)}return e}hl.exports=x_});var ml=h((Md,gl)=>{var{empty:Ps}=k(),pl=I(),Be=pl.gtv,O=pl.STATE_DICT,k_=te();function S_(e){let t=e.state,r=e.$get_hash_or_ref(k_.ref);if(r!==Ps){let n=e.$find_ref(r);if(n!==Ps){let i=e.stack.lst;t===Be(O.bk)||t===Be(O.k)||t===Be(O.ak)?(e.$refresh_key(n.vto_rawstr()),e.state=O.ak):t===Be(O.bv)?(e.$add_ref_to_parent(n),e.state=O.av):t===Be(O.v)?(e.str_cache.maybe_vquote=Ps,e.$setup_leafnd(),e.state=O.av):t===Be(O.av)&&(e.$has_yield_sign()?(e.$clear_yield_sign(),i.is_ary()?(e.$add_ref_to_parent(n),e.state=O.av):i.is_dict()&&(e.str_cache.k=n.vto_rawstr(),e.state=O.ak)):(e.$mv_avcmt_to_avcmt(),e.$set_yield_sign()))}}return e}gl.exports=S_});var wl=h((Fd,yl)=>{var{empty:T_}=k(),bl=I(),Me=bl.gtv,K=bl.STATE_DICT;function E_(e){let t=e.state;return t===Me(K.bk)?(e.str_cache.k=e.ch_cache.curr,e.state=K.k):t===Me(K.k)?e.str_cache.k=e.str_cache.k+e.ch_cache.curr:t===Me(K.ak)?(e.$refresh_key(),e.state=K.k):t===Me(K.bv)?(e.str_cache.v=e.ch_cache.curr,e.state=K.v):t===Me(K.v)?(e.str_cache.v=e.str_cache.v+e.ch_cache.curr,e.str_cache.maybe_vquote=T_):t===Me(K.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av(),e.__unshift_g(e.ch_cache.curr)),e}yl.exports=E_});var Sl=h((Yd,kl)=>{var{empty:C_}=k(),q_=Bi(),A_=Hi(),N_=zi(),I_=Ls(),j_=Zi(),O_=rl(),D_=ll(),L_=ul(),R_=dl(),P_=ml(),W_=wl(),xl=I(),$l=xl.gtv,vl=xl.STATE_DICT,B_=te();function*M_(e,t=C_){let r=new q_(e,t);for(;;)if(r.$next_ch(),r.$is_currch_eof()){r.$handle_main_eof(),yield r;break}else r.$is_currch_comma()?(A_(r),yield r):r.$is_currch_colon()?(N_(r),yield r):r.$is_currch_ws()?(I_(r),yield r):r.$is_currch_quote()?(j_(r,r.ch_cache.curr),yield r):r.$is_currch_slash()?(O_(r),yield r):r.$is_currch_lblk()?(D_(r),yield r):r.$is_currch_rblk()?(L_(r),yield r):r.$is_currch_hash()?(R_(r),yield r):r.$is_currch_ref()?r.state===$l(vl.av)||r.state===$l(vl.v)?r.__unshift_g(B_.fst_comma+r.ch_cache.curr):(P_(r),yield r):(W_(r),yield r)}kl.exports=M_});var Al=h((Hd,ql)=>{var{sync_gen_from_str:Ws}=Pr(),{is_should_yield:Bs}=I(),W=te(),{is_nl:F_,is_ws:Tl}=Se(),Ms=Sl(),Y_={enable_ref:!1,encoding:"utf8"};function El(e,t={enable_ref:!1}){let r=Ms(e),n=r.next().value,i=n.avnd_cache.data.$root(),l=n.state;for(let o of r){let a=o.state;if(Bs(n,l,a)&&!t.enable_ref){let c=n.avnd_cache.data;c.$disconn(),c=null}l=a}return i}function H_(e,t={enable_ref:!1}){let r=Ws(e);return El(r,t)}function*Cl(e,t={enable_ref:!1,encoding:"utf8"}){let r=Ms(e),n=r.next().value,i=n.state;for(let l of r){let o=l.state;if(Bs(n,i,o)&&!t.enable_ref){let a=n.avnd_cache.data;yield a,a.$disconn(),a=null}i=o}}function*U_(e,t={enable_ref:!1,encoding:"utf8"}){let r=Ws(e);yield*Cl(r,t)}function G_(){return{d:void 0,ppg:void 0,prev:void 0,curr:void 0,can_send:!1,data:"",state:"init",label:"",pstate:""}}function z_(e){let t=Ws(""),r=Ms(t," "),n=r.next().value;n.__use_async_mode();let i=G_();return i.rt=n.avnd_cache.data,i.prev=n.state,i.ppg=r,i.d=n,i}function V_(e,t){return e.data=e.data+t,e.state==="init"?t===W.slash?e.state="slash":W.quotes.has(t)?(e.label=t,e.state="quote"):t===W.hash?e.state="hash":t===W.ref?e.state="ref":e.can_send=!0:e.state==="quote"?t==="\\"?(e.state="esc",e.pstate="quote"):t===e.label&&(e.pstate!==""?(e.state=e.pstate,e.pstate=""):e.can_send=!0):e.state==="slash"?t===W.slash?e.state="lcmt":t===W.asterisk?e.state="blkcmt":W.quotes.has(t)?(e.label=t,e.state="quote"):e.can_send=!0:e.state==="lcmt"?t==="\\"?(e.state="esc",e.pstate="lcmt"):F_(t)&&(e.can_send=!0):e.state==="blkcmt"?t==="\\"?(e.state="esc",e.pstate="blkcmt"):t===W.asterisk&&(e.state="asterisk"):e.state==="asterisk"?t==="\\"?(e.state="esc",e.pstate="blkcmt"):t===W.slash&&(e.can_send=!0):e.state==="hash"?Tl(t)?e.can_send=!0:W.quotes.has(t)&&(e.state="quote",e.pstate="hash"):e.state==="ref"?Tl(t)?e.can_send=!0:W.quotes.has(t)&&(e.state="quote",e.pstate="ref"):e.state==="esc"?(e.state=e.pstate,e.pstate=""):console.log("impossible"),e}async function*X_(e,t){for(let r of e)V_(t,r),t.can_send&&(yield t,t.data="",t.state="init",t.label="",t.can_send=!1)}async function*J_(e){let t=z_(e);for await(let r of e)yield*X_(r,t);yield t}function K_(e){let t=e.d.unshift_cache;t.forEach(r=>{e.prev=e.curr,e.d=e.ppg.next().value,e.curr=e.d.state}),t=null}async function*Q_(e,t){if(e.d.__unshift_g(e.data),e.prev=e.curr,e.d=e.ppg.next().value,e.curr=e.d.state,Bs(e.d,e.prev,e.curr)&&!t.enable_ref){let r=e.d.avnd_cache.data;yield r,r.$disconn(),r=null}}async function*Z_(e,t={enable_ref:!1,encoding:"utf8"}){e=J_(e);let r;for await(r of e)K_(r),yield*Q_(r,t);yield r.rt}ql.exports={OPT_DICT:Y_,parse_from_generator:El,parse_from_str:H_,gen_from_generator:Cl,gen_from_str:U_,agen_from_generator:Z_}});var Ct=h((Ud,nt)=>{var{empty:ef}=k(),tf=te(),rt=Al();function Fs(e){return e.length===1?e[0]:e}function sf(){for(let e in rt){let t;e.startsWith("gen_")?t=function*(r,n={enable_ref:!1,encoding:"utf8"}){let i=rt[e](r,n);for(let l of i)l=Fs(l),yield[l.key,l.value]}:e.startsWith("agen_")?t=async function*(r,n={enable_ref:!1,encoding:"utf8"}){let i=rt[e](r,n);for await(let l of i)l=Fs(l),yield[l.key,l.value]}:t=function(r,n={enable_ref:!1,encoding:"utf8"}){let i=rt[e](r,n).value;return Fs(i)},Object.defineProperty(t,"name",{value:e}),nt.exports[e]=t}nt.exports.OPT_DICT=rt.OPT_DICT}sf();nt.exports.CFG=tf;nt.exports.empty=ef});var Gs=h((Gd,j)=>{var Ys=(e,t)=>{let r=btoa(unescape(encodeURIComponent(t.trim())));return`data:${e};base64,${r}`},qt=(e,t={})=>{let r={...t};return r.src===void 0&&e.trim()!==""&&(r.src=Ys("text/javascript",e)),`<script${Object.entries(r).map(([i,l])=>` ${i}=${JSON.stringify(l)}`).join("")}><\/script>`},Nl=(e,t={})=>{let r={...t,rel:"stylesheet"};return r.href===void 0&&e.trim()!==""&&(r.href=Ys("text/css",e)),`<link${Object.entries(r).map(([i,l])=>` ${i}=${JSON.stringify(l)}`).join("")}>`},Il=e=>e.replace(/[&<>"']/g,t=>({"&":"&","<":"<",">":">",'"':""","'":"'"})[t]),rf=(e,t=(r,n,i,l,o,a)=>!0)=>{let r=[],n=(i,l,o,a)=>{let[c,u,_]=i;t(i,c,l,o,i,a)&&r.push({tag:c,attrs:u,depth:o,node:i}),Array.isArray(_)&&_.forEach((f,d)=>{n(f,d,o+1,i)})};return n(e,0,0,null),r},nf=e=>{let t=[],r=(n,i)=>{if(!Array.isArray(n))return;let[l,o,a]=n;if(o&&Object.keys(o).length>0&&t.push({tag:l,attrs:{...o},depth:i}),Array.isArray(a))for(let c=0;c<a.length;c++)r(a[c],i+1)};return r(e,0),t},lf=e=>{let t=[],r=n=>{let[i,l,o]=n;if(l&&l.id){let a=l.class?l.class.split(/\s+/):[];t.push([l.id,a])}Array.isArray(o)&&o.forEach(r)};return r(e),t},of=e=>{let t=[],r=n=>{if(!Array.isArray(n))return;let[i,l,o]=n;if(i&&l&&l.id&&t.push([i.toLowerCase(),l.id]),Array.isArray(o))for(let a=0;a<o.length;a++)r(o[a])};return r(e),t},af=e=>{let t=[],r=n=>{let[i,l,o]=n;l&&l.id&&t.push(l.id),Array.isArray(o)&&o.forEach(r)};return r(e),t},Hs=e=>{let t=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),[r,n,i]=e,l=r.toLowerCase(),o=n.___text___||"",a={...n};if(delete a.___text___,l==="script"){if(a.src!==void 0&&o.trim()!==""){let f=qt("",a),d=qt(o,{type:a.type});return`${f}
|
|
6
|
-
${d}`}return
|
|
7
|
-
`);j.exports=(e,t="ele",...r)=>{if(typeof document>"u"||t==="html")return Hs(e);let n=Us(e);if(t==="ele")return n;{let i=n.outerHTML;return n=null,i}};j.exports.to_base64_uri=Ys;j.exports.code2hscript=qt;j.exports.css2hlink=Nl;j.exports.escape_text=Il;j.exports.get_all_nds_from_tac_json=rf;j.exports.get_all_attrs_from_tac_json=nf;j.exports.get_all_id_and_clses_from_tac_json=lf;j.exports.get_all_tag_id_pairs_from_tac_json=of;j.exports.get_all_ids_from_tac_json=af;j.exports.tac_json_to_html=Hs;j.exports.tac_json_to_dom=Us;j.exports.simple_json_to_css=cf});var xe=h((zd,jl)=>{var uf=e=>e.constructor.name==="AsyncFunction",_f=e=>typeof e!="string"||(e=e.trim(),e==="")?!1:!!(e.startsWith("http://")||e.startsWith("https://")||e.startsWith("ws://")||e.startsWith("wss://")||e.startsWith("//")||e.startsWith("/")||e.startsWith("./")||e.startsWith("../")||/^(data|blob|file|wasm):/i.test(e)),ff=e=>e.startsWith("http://")||e.startsWith("https://")||e.startsWith("ws://")||e.startsWith("wss://")||/^(data|blob|file|wasm):/i.test(e)?e:e.startsWith("//")||e.startsWith("/")||e.startsWith("./")||e.startsWith("../")?e.startsWith("//")?window.location.protocol+e:e.startsWith("/")?window.location.origin+e:new URL(e,window.location.href).href:e,hf=()=>new Date().toISOString().replace(/[:.]/g,"-"),df=/^(.*?)=["]?(.*)["]?$/,pf=(e=document.cookie)=>{let t=e.split("; "),r={};for(let n of t){let i=df.exec(n);r[i[1]]=i[2]}return r},gf=Gs(),{to_base64_uri:mf,code2hscript:bf,css2hlink:yf,escape_text:wf,tac_json_to_html:$f,tac_json_to_dom:vf,simple_json_to_css:xf,get_all_nds_from_tac_json:kf,get_all_attrs_from_tac_json:Sf,get_all_id_and_clses_from_tac_json:Tf,get_all_ids_from_tac_json:Ef,get_all_tag_id_pairs_from_tac_json:Cf}=Gs();jl.exports={is_async:uf,is_url:_f,fullfill_url:ff,creat_dt_prefix:hf,get_ck:pf,to_base64_uri:mf,code2hscript:bf,css2hlink:yf,escape_text:wf,tac_json_to_html:$f,tac_json_to_dom:vf,simple_json_to_css:xf,simple_json_to_html:gf,get_all_nds_from_tac_json:kf,get_all_attrs_from_tac_json:Sf,get_all_id_and_clses_from_tac_json:Tf,get_all_ids_from_tac_json:Ef,get_all_tag_id_pairs_from_tac_json:Cf}});var it=h((Vd,Ll)=>{var{is_async:_e}=xe(),qf=e=>{let t=0;for(;e&&e.parentNode;)e=e.parentNode,t++;return t},Af=(e,t)=>{if(t>0){let r=1;for(;;){let n=e.parentNode;if(r===t)return n;e=n,++r}}else return e},Nf=e=>{for(;e.parentNode;)e=e.parentNode;return e},Q=e=>e.firstChild===null||e.firstChild===void 0,At=(e,t=Q)=>{let r=0;for(;!t(e);)e=e.lastChild,++r;return[e,r]},Nt=(e,t=Q)=>{let r=0;for(;!t(e);)e=e.firstChild,++r;return[e,r]},Ol=(e,t)=>{if(e.nextSibling)return[e.nextSibling,t];let r=e.parentNode,n=t;for(;r;){if(n-=1,r.nextSibling)return[r.nextSibling,n];r=r.parentNode}return[null,-1]},If=async(e,t=(n,i)=>{},r=Q)=>{let[n,i]=At(e,r),l=e,o=_e(t),a=0;for(;;){let c=!1;if(o?c=await t(l,a):c=t(l,a),c||l===n)return;if(!r(l))++a,l=l.firstChild;else{let u=Ol(l,a);if(l=u[0],l)a=u[1];else break}}},Dl=(e,t)=>{if(e.prevSibling)return[e.prevSibling,t];let r=e.parentNode,n=t;for(;r;){if(n-=1,r.prevSibling)return[r.prevSibling,n];r=r.parentNode}return[null,-1]},jf=async(e,t=(n,i)=>{},r=Q)=>{let[n,i]=Nt(e,r),l=e,o=_e(t),a=0;for(;;){let c=!1;if(o?c=await t(l,a):c=t(l,a),c||l===n)return;if(!r(l))++a,l=l.lastChild;else{let u=Dl(l,a);if(l=u[0],l)a=u[1];else break}}},Of=async(e,t=(n,i)=>{},r=Q)=>{let[n,i]=Nt(e,r),l=_e(t);for(;;){let o=!1;if(l?o=await t(n,i):o=t(n,i),o||n===e)return;{let a=n.nextSibling;if(a){let c=Nt(a,r);i+=c[1],n=c[0]}else{let c=n.parentNode;if(c)--i,n=c;else break}}}},Df=async(e,t=(n,i)=>{},r=Q)=>{let[n,i]=At(e,r),l=_e(t);for(;;){let o=!1;if(l?o=await t(n,i):o=t(n,i),o||n===e)return;{let a=n.prevSibling;if(a){let c=At(a,r);i+=c[1],n=c[0]}else{let c=n.parentNode;if(c)--i,n=c;else break}}}},Lf=async(e,t=(i,l)=>{},r=(i,l)=>{},n=Q)=>{let i=e,l="open",o={open:[r,_e(r)],clos:[t,_e(t)]},a=0;for(;;){let c=!1,[u,_]=o[l];if(l==="open"){if(_?c=await u(i,a):c=u(i,a),c)return;n(i)?l="clos":(i=i.firstChild,++a)}else{let f,d,b,E=i.nextSibling;if(E?(b="open",f=E,d=a):(b="clos",f=i.parentNode,d=a-1),_?c=await u(i,a):c=u(i,a),c)return;if(i!==e)l=b,i=f,a=d;else break}}},Rf=async(e,t=(i,l)=>{},r=(i,l)=>{},n=Q)=>{let i=e,l="open",o={open:[r,_e(r)],clos:[t,_e(t)]},a=0;for(;;){let c=!1,[u,_]=o[l];if(l==="open"){if(_?c=await u(i,a):c=u(i,a),c)return;n(i)?l="clos":(i=i.lastChild,++a)}else{let f,d,b,E=i.prevSibling;if(E?(b="open",f=E,d=a):(b="clos",f=i.parentNode,d=a-1),_?c=await u(i,a):c=u(i,a),c)return;if(i!==e)l=b,i=f,a=d;else break}}};Ll.exports={get_depth:qf,get_ance:Af,get_rt:Nf,is_topo_leaf:Q,get_drmost:At,get_dlmost:Nt,find_rb_of_fst_ance_has_rb:Ol,editonly_sdfs_for_each:If,find_lb_of_fst_ance_has_lb:Dl,editonly_rsdfs_for_each:jf,editonly_edfs_for_each:Of,editonly_redfs_for_each:Df,visit:Lf,rvisit:Rf}});var Pl=h((Xd,Rl)=>{var Pf=new Set(["html","head","body","title","meta","link","base","style","header","footer","nav","main","section","article","aside","h1","h2","h3","h4","h5","h6","address","p","hr","pre","blockquote","ol","ul","li","dl","dt","dd","figure","figcaption","div","a","em","strong","small","s","cite","q","dfn","abbr","ruby","rt","rp","data","time","code","var","samp","kbd","sub","sup","i","b","u","mark","bdi","bdo","span","br","wbr","ins","del","img","iframe","embed","object","param","video","audio","source","track","picture","map","area","canvas","svg","table","caption","colgroup","col","thead","tbody","tfoot","tr","th","td","form","label","input","button","select","datalist","optgroup","option","textarea","output","progress","meter","fieldset","legend","details","summary","dialog","script","noscript","template","slot"]),Wf=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),Bf=new Set(["class","rel","sandbox","allow","headers","aria-describedby","aria-labelledby"]);Rl.exports={TAGS:Pf,VOID_TAGS:Wf,NEED_TO_SP_ATTR_NMS:Bf}});var Ul=h((Jd,Hl)=>{var{TAGS:Mf,VOID_TAGS:Wl,NEED_TO_SP_ATTR_NMS:Ff}=Pl(),{is_url:Bl,fullfill_url:Yf}=xe(),{editonly_sdfs_for_each:A,is_topo_leaf:Vs}=it(),Ml=(e,t)=>{let r=[e];for(let n of t){let i=[];for(let l of r){let o=l.children;for(let a=0;a<o.length;a++){let c=o[a];c.tagName.toLowerCase()===n&&i.push(c)}}if(i.length===0)return[];r=i}return r},Fl=(e,t)=>{let r=[],n=t.length;function i(l,o){let a=o;l.nodeType===1&&l.tagName.toLowerCase()===t[o]&&(a=o+1,a===n&&r.push(l));let c=l.children;if(c)for(let u=0;u<c.length;u++)i(c[u],a)}return i(e,0),r},zs=async(e,t,r=Vs)=>{let n=[];return await A(e,async(i,l)=>{if(i.tagName){if(t.test(i.tagName))n.push(i);else if(i.attributes){for(let o of i.attributes)if(t.test(o.name)){n.push(i);break}}}},r),n},Hf=async(e,t=Vs)=>{let r=new Set,n=new Set,i=new Set,l=new Set,o=new Set;return await A(e,async(a,c)=>{if(a.nodeType===Node.ELEMENT_NODE){if(r.add(a.tagName.toLowerCase()),a.attributes)for(let u of a.attributes)if(n.add(u.name.toLowerCase()),Ff.has(u.name.toLowerCase())){let _=u.value.split(/[ ]+/g);for(let f of _)i.add(f)}else i.add(u.value)}else a.nodeType===Node.TEXT_NODE?l.add(a.nodeValue):a.nodeType===Node.COMMENT_NODE&&o.add(a.nodeValue)},t),{tags:Array.from(r),keys:Array.from(n),vals:Array.from(i),txts:Array.from(l),cmts:Array.from(o)}},Yl=async(e,t,r=Vs)=>{if(typeof t=="string")if(t[0]==="#"){let n=[];return await A(e,async(i,l)=>{if(i.tagName){let o=t.slice(1),a=i.getAttribute("id");o===a&&n.push(i)}},r),n}else if(t[0]==="."){let n=[];return await A(e,async(i,l)=>{if(i.tagName){let o=t.slice(1);i.getAttribute("class").split(/[ ]+/g).map(c=>c.toLowerCase()).includes(o)&&n.push(i)}},r),n}else if(t[0]==="`"){let n=[];return await A(e,async(i,l)=>{if(i.nodeType===Node.TEXT_NODE){let o=t.slice(1);node.nodeValue.includes(o)&&n.push(i)}},r),n}else if(t[0]==="!"){let n=[];return await A(e,async(i,l)=>{if(i.nodeType===Node.ELEMENT_NODE&&typeof i.click=="function"){let o=i.tagName.toLowerCase();["html","head","meta","link","style","script"].includes(o)||o.includes(t.slice(1).toLowerCase())&&n.push(i)}},r),n}else if(t[0]==="@"){let n=[];return await A(e,async(i,l)=>{if(i.tagName&&i.attributes)for(let o of i.attributes){let c=o.value.split(/[ ]+/g),u=t.slice(1);for(let _ of c)if(Bl(_)&&_.includes(u)){n.push(i);break}}},r),n}else if(t[0]==="-"){let n={};return await A(e,async(i,l)=>{if(i.tagName&&i.attributes){for(let o of i.attributes)if(o.name.startsWith("data-")){let a=o.name.slice(5);if(a.includes(t.slice(1))){let c=o.value;try{c=JSON.parse(c)}catch{}n[a]?n[a].push(c):n[a]=[c]}}}},r),n}else{if(t[0]==="*")return Hf(e,r);if(t[0]==="&"){let n=[];return await A(e,async(i,l)=>{if(i.tagName&&i.attributes)for(let o of i.attributes){let c=o.value.split(/[ ]+/g),u=t.slice(1);for(let _ of c)Bl(_)&&_.includes(u)&&n.push(Yf(_))}},r),n}else if(t.slice(0,2)==="?:"){let n=[];return await A(e,async(i,l)=>{if(i.tagName&&i.attributes){for(let o of i.attributes)if(t.slice(2).toLowerCase()===o.name.toLowerCase()){n.push(i);break}}},r),n}else if(t.slice(0,2)===":?"){let n=[];return await A(e,async(i,l)=>{if(i.tagName&&i.attributes){for(let o of i.attributes)if(o.value.includes(t.slice(2))){n.push(i);break}}},r),n}else if(t.slice(0,3)==="</>"){let n=[];return await A(e,async(i,l)=>{if(i.nodeType===Node.ELEMENT_NODE){let o=node.nodeValue.toLowerCase();if(!Wl.has(o)){let a=t.slice(3);o.includes(a.toLowerCase())&&n.push(i)}}},r),n}else if(t.slice(0,2)==="<>"){let n=[];return await A(e,async(i,l)=>{if(i.nodeType===Node.ELEMENT_NODE){let o=node.nodeValue.toLowerCase();if(Wl.has(o)){let a=t.slice(2);o.includes(a.toLowerCase())&&n.push(i)}}},r),n}else if(t.slice(0,2)==="//"){let n=[];return await A(e,async(i,l)=>{if(i.nodeType===Node.COMMENT_NODE){let o=t.slice(2);node.nodeValue.toLowerCase().includes(o.toLowerCase())&&n.push(i)}},r),n}else if(t[0]==="/"){let n=t.split("/").filter(l=>l!==""),i=Ml(document,n);return i.length===0?await zs(e,new RegExp(t),r):i}else if(t.includes("/")){let n=t.split("/").filter(i=>i!=="");return Fl(document,n)}else{let n=[];return await A(e,async(i,l)=>{(i.tagName?i.tagName.toLowerCase()===t.toLowerCase():!1)&&n.push(i)},r),n}}else{if(t instanceof RegExp)return await zs(e,t,r);{let n=[];return is_async(t)?await A(e,async(i,l)=>{await t(i,l)&&n.push(i)},r):await A(e,async(i,l)=>{t(i,l)&&n.push(i)},r),n}}},Uf=new Proxy(document,{get(e,t,r){return Mf.has(t.toLowerCase())||t[0]==="*"||t[0]==="&"||t[0]==="-"||t[0]==="#"||t[0]==="."||t[0]==="?"||t[0]===":"||t[0]==="@"||t[0]==="!"||t[0]==="<"||t.includes("/")?Yl(document,t):Reflect.get(e,t,r)}});Hl.exports={plget:Ml,plinget:Fl,filter_on_tag_or_attr_key_with_rgx:zs,filter:Yl,$:Uf}});var It=h((Kd,Gl)=>{var Gf=Ct(),zf=(e,t=!1)=>{let r=e.split("-");for(let n=1;n<r.length;++n)r[n]=r[n].charAt(0).toUpperCase()+r[n].slice(1);return t&&(r[0]=r[0].charAt(0).toUpperCase()+r[0].slice(1)),r.join("")},Vf=e=>e.replace(/-/g,"_"),Xf=(e,t)=>typeof e=="string"?(e=e.trim().toLowerCase(),e==="false"||e==="0"||e==="no"||e==="off"||e==="fls"||e==="f"||e==="null"||e==="nul"||e==="none"||e==="nu"||e==="n"?!1:e==="true"||e==="1"||e==="yes"||e==="on"||e==="tru"||e==="t"||e==="y"?!0:e===""||e==="undefined"||e==="un"||e==="default"||e==="dflt"?!!t:!!e):e===void 0?!!t:!!e,Jf=e=>{let t=e.replace(/[^0-9.-]/g,"");return parseFloat(t)},Kf=e=>Gf.parse_from_str(e+" ");Gl.exports={dash_to_camel:zf,dash_to_snake:Vf,attr_value_to_bool:Xf,css_str_to_num:Jf,parse_json_input:Kf}});var Kl=h((Qd,Jl)=>{var zl=()=>new Promise(e=>{requestAnimationFrame(()=>{e()})}),Qf=()=>new Promise(e=>{requestAnimationFrame(()=>{requestAnimationFrame(e)})}),Zf=async e=>{for(let t=0;t<e;++t)await zl()},eh=async(e=0)=>new Promise(t=>{setTimeout(()=>{t()},e)}),jt=class{timers={};run(t,r,n=300){this.timers[t]&&clearTimeout(this.timers[t]),this.timers[t]=setTimeout(async()=>{await r(),delete this.timers[t]},n)}cancel(t){this.timers[t]&&(clearTimeout(this.timers[t]),delete this.timers[t])}},Vl=()=>new jt,Xl=Vl(),th=(e,t,r=300)=>{Xl.run(e,t,r)},sh=e=>{Xl.cancel(e)};Jl.exports={wait_for_layout_ready:zl,wait_for_paint_ready:Qf,wait_for_n_raf:Zf,wait:eh,SimpleDebounce:jt,creat_simple_debounce:Vl,simple_debounce:th,cancel_simple_debounce:sh}});var eo=h((Zd,Zl)=>{var{dash_to_camel:Ot}=It(),Ql=(e,t,r=!1)=>{let n=Ot(t,r)+"Element";e.constructor.prototype.hasOwnProperty(n)||Object.defineProperty(e.constructor.prototype,n,{get:function(){let i=this.shadowRoot;return i?i.querySelector(`.${t}`):null}})},rh=(e,t)=>{for(let r of t)Ql(e,r,!1)},nh=e=>{for(let t in DYN_CLSES){{let n="all"+Ot(t,!0)+"Elements";e.constructor.prototype.hasOwnProperty(n)||Object.defineProperty(e.constructor.prototype,n,{get:function(){let i=this.shadowRoot;return i?i.querySelectorAll(`.${t}`):null}})}let r=DYN_CLSES[t];for(let n of r){let i=Ot(n,!0),l="get"+Ot(t,!0)+"ElementBy"+i;e.constructor.prototype.hasOwnProperty(l)||(e.constructor.prototype[l]=function(o){let a=this.shadowRoot;return a?a.querySelector(`.${t}[${n}="${o}"]`):null})}}};Zl.exports={add_one_fixed_element_getter:Ql,add_fixed_element_getters:rh,add_dyn_element_getters:nh}});var so=h((ep,to)=>{var ih=Ct(),{dash_to_snake:lh,css_str_to_num:oh}=It(),ah=(e,t)=>{let r=Object.keys(t);for(let n of ATTRS_KEYS){let i=lh(n),l=t[n],o=l.type;e.prototype.hasOwnProperty(i)||(o==="boolean"?Object.defineProperty(e.prototype,i,{get:function(){return attr_value_to_bool(this.getAttribute(n),l.default)},set:function(a){this.setAttribute(n,a?"true":"false")}}):o==="number"?Object.defineProperty(e.prototype,i,{get:function(){let a=this.getAttribute(n);return a?Number(a):l.default},set:function(a){this.setAttribute(n,String(a))}}):Array.isArray(o)&&o.includes("cssnum")&&o.includes("number")?Object.defineProperty(e.prototype,i,{get:function(){return oh(this.getAttribute(n))},set:function(a){isNaN(Number(a))?this.setAttribute(n,a):this.setAttribute(n,String(a)+"px")}}):o==="json"?Object.defineProperty(e.prototype,i,{get:function(){let a=this.getAttribute(n);return a?ih.parse_from_str(a):l.default},set:function(a){this.setAttribute(n,JSON.stringify(a))}}):Object.defineProperty(e.prototype,i,{get:function(){return this.getAttribute(n)||l.default},set:function(a){this.setAttribute(n,a)}}))}};to.exports={add_attr_accessors_to_cls:ah}});var no=h((tp,ro)=>{var Xs=class{css=`
|
|
1
|
+
var nvbasicbw=(()=>{var h=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var x=h((cd,gr)=>{var vo=Symbol("empty"),Fe=Symbol("unknown"),lr=()=>typeof process<"u"&&process.versions!=null&&process.versions.node!=null,or=/^[\-\+]?[0-9]+$/,ar=/^\+?[0-9]+$/,ko=/^[\-\+]?0[bB][0-1]+$/,xo=/^[\-\+]?0[oO][0-7]+$/,cr=/^[\-\+]?0[xX][0-9a-fA-F]+$/,So=e=>or.test(e)||cr.test(e),rr={"0b":2,"0o":8,"0x":16,2:"0b",8:"0o",16:"0x"},Eo=/^[\-\+]?[0-9]+n$/,To=/^[\-\+]?0[bB][0-1]+n$/,Co=/^[\-\+]?0[oO][0-7]+n$/,qo=/^[\-\+]?0[xX][0-9a-fA-F]+n$/,ur=e=>Eo.test(e)||To.test(e)||Co.test(e)||qo.test(e),fe={Integer:6,Float:7,BigInt:8,PosInfinity:9,NegInfinity:10,NaN:11,6:"Integer",7:"Float",8:"BigInt",9:"PosInfinity",10:"NegInfinity",11:"NaN"},_r=(e,t=!1)=>{let r={value:void 0,type:void 0};return e==="+Infinity"||e==="Infinity"?(r.value=1/0,r.type=fe.PosInfinity):e==="-Infinity"?(r.value=-1/0,r.type=fe.NegInfinity):(e==="NaN"||e==="+NaN"||e==="-NaN")&&(r.value=NaN,r.type=fe.NaN),t?r:r.value},Ao=e=>{let t,r,n;e[0]==="+"||e[0]==="-"?(t=e[0],r=rr[e.slice(1,3).join("").toLowerCase()],n=e.slice(3).join("").toLowerCase()):(t="+",r=rr[e.slice(0,2).join("").toLowerCase()],n=e.slice(2).join("").toLowerCase());let i=parseInt(n,r);return t==="+"?+i:-i},fr=e=>{let t=Array.from(e);if(or.test(e))return parseInt(e);if(ko.test(e)||xo.test(e)||cr.test(e))return Ao(t)},No=e=>{let t=e.be.sign+e.be.bd+e.be.dot+e.be.ad,r=e.ae.sign+e.ae.bd+e.ae.dot+e.ae.ad,n;if(!(t==="+"||t==="-"||r==="+"||r==="-")){if(r!=="")if(e.ae.dot==="."){let i=parseFloat(t),l=parseFloat(r);n=i*10**l}else n=parseFloat(t+"e"+r);else n=parseFloat(t);return n}},Io=(e,t)=>e.length===0||t==="."||t==="-."||t==="+."||t==="+"||t==="-",Oo=()=>({be:{sign:"",bd:"",dot:"",ad:""},ae:{sign:"",bd:"",dot:"",ad:""},state:"init"}),nr=(e,t,r,n)=>((e[r]==="-"||e[r]==="+")&&(t[n].sign=e[r],r=r+1),[e,r]),Lo=(e,t,r,n)=>{if(t.state=n+"bd",e[r]===".")t[n].bd="0",t[n].dot=".",t.state=n+"ad";else if(ar.test(e[r]))t[n].bd=e[r];else return[!0,r];return[!1,r+1]},ir=(e,t,r,n)=>{let i;for(i=r;i<e.length;i++)if(e[i]==="."){if(t[n].dot===".")return[!0,i];t[n].dot=".",t.state=n+"ad"}else{if(e[i]==="e"||e[i]==="E")return n==="ae"?[!0,i]:(t.state="aebd",[!1,i+1]);if(ar.test(e[i]))t.state===n+"bd"?t[n].bd=t[n].bd+e[i]:t[n].ad=t[n].ad+e[i];else return[!0,i]}return[!1,i+1]},hr=e=>{let t=Oo(),r=Array.from(e);if(Io(r,e))return;let n=0,i=!1;if([r,n]=nr(r,t,n,"be"),[i,n]=Lo(r,t,n,"be"),!i&&([i,n]=ir(r,t,n,"be"),!i&&([r,n]=nr(r,t,n,"ae"),[i,n]=ir(r,t,n,"ae"),!i)))return No(t)},dr=(e,t=!1)=>{let r={value:void 0,type:void 0};if(ur(e))r.value=BigInt(e.substr(0,e.length-1)),r.type=fe.BigInt;else{let n=fr(e);n!==void 0?(r.value=n,r.type=fe.Integer):(n=hr(e),n!==void 0?(r.value=n,r.type=fe.Float):(n=_r(e,t=!0),n.value!==void 0&&(r=n)))}return t?r:r.value},jo=(e,t=!0)=>{if(typeof e=="string")return e;if(e===void 0)return"undefined";if(e===null)return"null";if(typeof e=="number")return e.toString();if(typeof e=="bigint")return e.toString()+"n";if(typeof e=="symbol")return e.description;if(lr()&&e[Symbol.for("nodejs.util.inspect.custom")])return e[Symbol.for("nodejs.util.inspect.custom")]();{let r=function(n){if(typeof n.toString=="function")return n.toString()};try{return t?s=JSON.stringify(e):s=JSON.stringify(e,null,4),typeof s=="string"?s:r(e)}catch{return r(e)}}},Me={UndefinedLiteral:0,NullLiteral:1,FalseLiteral:3,TrueLiteral:4,StringLiteral:12},Do={only_value:!0,with_value:!0,with_type:!1,unknown_as_string:!1};function pr(e,t={only_value:!0,with_value:!0,with_type:!1,unknown_as_string:!1}){let r=JSON.parse(JSON.stringify(Do));Object.assign(r,t);let{only_value:n,with_value:i,with_type:l,unknown_as_string:o}=r,a={value:Fe,type:Fe};if(e==="undefined")a.value=void 0,a.type=Me.UndefinedLiteral;else if(e==="null")a.value=null,a.type=Me.NullLiteral;else if(e==="false")a.value=!1,a.type=Me.FalseLiteral;else if(e==="true")a.value=!0,a.type=Me.TrueLiteral;else{let c=dr(e,!0);c.type===void 0?o?(a.value=e,a.type=Me.StringLiteral):(a.value=e,a.type=Fe):(a.value=c.value,a.type=c.type)}return n?a.value:(l||delete a.type,i||delete a.value,a)}pr.unknown=Fe;var Ro={UndefinedLiteral:0,NullLiteral:1,BooleanLiteral:{_self:2,FalseLiteral:3,TrueLiteral:4},NumericLiteral:{_self:5,Integer:6,Float:7,BigInt:8,PosInfinity:9,NegInfinity:10,NaN:11},StringLiteral:12,ArrayExpression:{_self:13,element:14},ObjectExpression:{_self:15,property:16},_Ref:17,CommentLine:{_self:18,tt:19,k:20,bv:21,av:22},CommentBlock:{_self:23,tt:24,k:25,bv:26,av:27}};gr.exports={TYPE_DICT:Ro,isNode:lr,empty:vo,unknown:Fe,is_bigint_str:ur,is_jsint_str:So,NUM_TYPE_DICT:fe,parse_abnormal_num:_r,parse_int:fr,parse_float:hr,parse_num:dr,parse0:pr,to_str:jo}});var wr=h((ud,yr)=>{var Ye={backSpace:8,tab:9,lineFeed:10,lineTab:11,formFeed:12,carriageReturn:13,shiftOut:14,space:32,exclamationMark:33,quotationMark:34,numberSign:35,dollarSign:36,percentSign:37,ampersand:38,apostrophe:39,leftParenthesis:40,rightParenthesis:41,asterisk:42,plusSign:43,comma:44,dash:45,dot:46,slash:47,digit0:48,digit1:49,digit2:50,digit3:51,digit4:52,digit5:53,digit6:54,digit7:55,digit8:56,digit9:57,colon:58,semicolon:59,lessThan:60,equalsTo:61,greaterThan:62,questionMark:63,atSign:64,uppercaseA:65,uppercaseB:66,uppercaseC:67,uppercaseD:68,uppercaseE:69,uppercaseF:70,uppercaseG:71,uppercaseH:72,uppercaseI:73,uppercaseJ:74,uppercaseK:75,uppercaseL:76,uppercaseM:77,uppercaseN:78,uppercaseO:79,uppercaseP:80,uppercaseQ:81,uppercaseR:82,uppercaseS:83,uppercaseT:84,uppercaseU:85,uppercaseV:86,uppercaseW:87,uppercaseX:88,uppercaseY:89,uppercaseZ:90,leftSquareBracket:91,backslash:92,rightSquareBracket:93,caret:94,underscore:95,graveAccent:96,lowercaseA:97,lowercaseB:98,lowercaseC:99,lowercaseD:100,lowercaseE:101,lowercaseF:102,lowercaseG:103,lowercaseH:104,lowercaseI:105,lowercaseJ:106,lowercaseK:107,lowercaseL:108,lowercaseM:109,lowercaseN:110,lowercaseO:111,lowercaseP:112,lowercaseQ:113,lowercaseR:114,lowercaseS:115,lowercaseT:116,lowercaseU:117,lowercaseV:118,lowercaseW:119,lowercaseX:120,lowercaseY:121,lowercaseZ:122,leftCurlyBrace:123,verticalBar:124,rightCurlyBrace:125,tilde:126,nonBreakingSpace:160,oghamSpaceMark:5760,enQuad:8192,emQuad:8193,enSpace:8194,emSpace:8195,threePerEmSpace:8196,fourPerEmSpace:8197,sixPerEmSpace:8198,figureSpace:8199,punctuationSpace:8200,thinSpace:8201,hairSpace:8202,lineSeparator:8232,paragraphSeparator:8233,narrowNoBreakSpace:8239,mediumMathematicalSpace:8287,ideographicSpace:12288,zeroWidthNoBreakSpace:65279};function Po(e){let t=Object.entries(e),r=new Map;return t.forEach(n=>r.set(n[1],n[0])),r}var Dt=Po(Ye);function Wo(e){let t=Object.entries(e);return t=t.map(r=>[r[0],String.fromCharCode(r[1])]),Object.fromEntries(t)}var Bo=Wo(Ye),mr=e=>55296<=e&&e<=56319,Mo=e=>56320<=e&&e<=57343,Fo=(e,t)=>(e-55296)*1024+(t-56320)+65536,br=e=>e<=65535,Yo=e=>!br(e),Ho=e=>{if(e<=65535)return[e,null];{e=e-65536;let t=[null,null];return t[0]=(e>>10)+55296,t[1]=e%1024+56320,t}},Uo=(e,t)=>mr(e)?t+2:t+1;yr.exports={CODE_DICT:Ye,CH_DICT:Bo,CODE_NAME_MP:Dt,cd2ch:e=>String.fromCharCode(e),ch2cd:e=>e.codePointAt(0),cd2n:e=>Dt.get(e),n2cd:e=>String.fromCharCode(Ye[e]),n2ch:e=>Ye[e],ch2n:e=>Dt.get(e.codePointAt(0)),is_high_code:mr,is_low_code:Mo,get_code_point_from_high_low:Fo,get_high_low_from_code_point:Ho,is_length1_code_point:br,is_length2_code_point:Yo,_next_code_index:Uo}});var xe=h((_d,S)=>{var{CODE_DICT:p,CH_DICT:y}=wr(),$r=/\r\n?|[\n\u2028\u2029]/;S.exports.line_break_regexp=$r;S.exports.line_break_regexp_g=new RegExp($r.source,"g");function vr(e){switch(e){case p.lineFeed:case p.carriageReturn:case p.lineSeparator:case p.paragraphSeparator:return!0;default:return!1}}function kr(e){switch(e){case y.lineFeed:case y.carriageReturn:case y.lineSeparator:case y.paragraphSeparator:return!0;default:return!1}}var Rt=[p.lineFeed,p.carriageReturn,p.lineSeparator,p.paragraphSeparator],xr=Rt.map(e=>String.fromCharCode(e));S.exports.NL_CODE_ARR=Rt;S.exports.NL_CH_ARR=xr;S.exports.is_nl_code=vr;S.exports.is_nl=kr;S.exports.skip_white_space_regexp=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g;function Sr(e){switch(e){case 9:case 11:case 12:case p.space:case p.nonBreakingSpace:case p.oghamSpaceMark:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8239:case 8287:case 12288:case 65279:return!0;default:return!1}}S.exports.is_non_nl_ws_code=Sr;function Er(e){switch(e){case y.tab:case y.lineTab:case y.formFeed:case y.space:case y.nonBreakingSpace:case y.oghamSpaceMark:case y.enQuad:case y.emQuad:case y.enSpace:case y.emSpace:case y.threePerEmSpace:case y.fourPerEmSpace:case y.sixPerEmSpace:case y.figureSpace:case y.punctuationSpace:case y.thinSpace:case y.hairSpace:case y.narrowNoBreakSpace:case y.mediumMathematicalSpace:case y.ideographicSpace:case y.zeroWidthNoBreakSpace:return!0;default:return!1}}S.exports.is_non_nl_ws=Er;var Pt=[p.tab,p.lineTab,p.formFeed,p.space,p.nonBreakingSpace,p.oghamSpaceMark,p.enQuad,p.emQuad,p.enSpace,p.emSpace,p.threePerEmSpace,p.fourPerEmSpace,p.sixPerEmSpace,p.figureSpace,p.punctuationSpace,p.thinSpace,p.hairSpace,p.narrowNoBreakSpace,p.mediumMathematicalSpace,p.ideographicSpace,p.zeroWidthNoBreakSpace];S.exports.NON_NL_WS_CODE_ARR=Pt;var Tr=Pt.map(e=>String.fromCharCode(e));S.exports.NON_NL_WS_CH_ARR=Tr;function Go(e){return Sr(e)||vr(e)}function ke(e){return Er(e)||kr(e)}S.exports.is_ws_code=Go;S.exports.is_ws=ke;S.exports.WS_CHCODE_ARR=Rt.concat(Pt);S.exports.WS_CH_ARR=xr.concat(Tr);var ee={init:0,executing:1,succ:2,eof:3};S.exports.STATE_DICT=ee;function zo(e,t=new Set){let r={g:e,rslt:"",state:ee.init},n=r.g.next().value;if(n===void 0)return r.state=ee.eof,r;for(;n!==void 0&&(ke(n)||t.has(n));)n=r.g.next().value;for(;n!==void 0&&!ke(n)&&!t.has(n);)r.rslt=r.rslt+n,n=r.g.next().value;return n===void 0?r.state=ee.eof:(ke(n)||t.has(n))&&(r.state=ee.succ),r}function Vo(e,t=0,r=new Set){let n={arr:e,pos:t,rslt:"",state:ee.init};for(let l=n.pos;l<e.length;l++){let o=e[l];if(ke(o)||r.has(o))n.pos=n.pos+1;else break}let i=n.pos;for(let l=n.pos;l<e.length;l++){let o=e[l];if(!ke(o)&&!r.has(o))n.pos=n.pos+1;else break}return n.pos===e.length?n.state=ee.eof:n.state=ee.succ,n.rslt=e.slice(i,n.pos).join(""),n}S.exports.from_generator=zo;S.exports.from_charr=Vo});var te=h((fd,Or)=>{var{WS_CH_ARR:Cr,NON_NL_WS_CH_ARR:Xo,NL_CH_ARR:Jo}=xe();function Ko(e){return Array.from(e).length}var Qo="\u200C",qr="\u200D",Zo=()=>typeof process<"u"&&process.versions!=null&&process.versions.node!=null;function Wt(e,t,...r){let n=function(){return t(this,...r)};Zo()?e.prototype[Symbol.for("nodejs.util.inspect.custom")]=n:e.prototype.repr=n}var W={tmpl_quote:new Error("tmpl_quote: ` cant be deleted"),reserved:new Error(" [/,*,#,&,`,\\,] and whitespaces are reserved"),inuse:new Error("in using"),char:new Error("must be a char"),pair:new Error("left block must be different with right"),cant_be_empty:new Error("can NOT be empty")},lt=Symbol("get_pair_lmp"),ea=Symbol("add_pair_reserved"),He=class{#t;#e=new Map;#s=new Map;constructor(t){this.#t=t}get[lt](){return this.#e}get size(){return this.#e.size}[ea](t,r){if(t===r)throw W.pair;this.#e.set(t,r),this.#s.set(r,t)}add(t,r){if(this.#t.validate(t),this.#t.validate(r),t===r)throw W.pair;this.#e.set(t,r),this.#s.set(r,t)}ldelete(t){if(this.size<2)throw W.cant_be_empty;{let r=this.#e.get(t);this.#e.delete(t),this.#s.delete(r)}}rdelete(t){if(this.size<2)throw W.cant_be_empty;{let r=this.#s.get(t);this.#s.delete(t),this.#e.delete(r)}}lhas(t){return this.#e.has(t)}rhas(t){return this.#s.has(t)}has(t){return this.lhas(t)||this.rhas(t)}getl(t){return this.#s.get(t)}getr(t){return this.#e.get(t)}[Symbol.iterator](){return this.#e[Symbol.iterator]()}};function ta(e){return new Map(e[lt])}Wt(He,ta);var Ar=Symbol("get_single_set"),Nr=Symbol("add_single_reserved"),Se=class{#t;#e=new Set;constructor(t){this.#t=t}get[Ar](){return this.#e}[Nr](t){this.#e.add(t)}add(t){this.#t.validate(t),this.#e.add(t)}delete(t){if(this.size<2)throw W.cant_be_empty;if(t==="`")throw W.tmpl_quote;this.#e.delete(t)}has(t){return this.#e.has(t)}[Symbol.iterator](){return this.#e[Symbol.iterator]()}};function sa(e){return new Set(e[Ar])}Wt(Se,sa);var ot=class{#t;#e;#s;#r;#n;#i=!1;constructor(){this.#t=new He(this),this.#t.add("[","]"),this.#t.add("(",")"),this.#t.add("<",">"),this.#t.add("\uFF08","\uFF09"),this.#t.add("\u2018","\u2019"),this.#e=new He(this),this.#e.add("{","}"),this.#e.add("\u3010","\u3011"),this.#e.add("\u300A","\u300B"),this.#e.add("\u201C","\u201D"),this.#s=new Se(this),this.#s.add('"'),this.#s.add("'"),this.#s.add("\xB7"),this.#s[Nr]("`"),this.#r=new Se(this),this.#r.add(","),this.#r.add("\uFF0C"),this.#r.add(";"),this.#r.add("\uFF1B"),this.#r.add("\u3002"),this.#r.add("\u3001"),this.#n=new Se(this),this.#n.add(":"),this.#n.add("\uFF1A"),this.#n.add("="),this.#i=!0}get reserved(){return["/","*","#","&","`","\\"].concat(Cr)}get inuse(){let t=new Set;if(this.#i){for(let r of this.#s)t.add(r);for(let r of this.#r)t.add(r);for(let r of this.#n)t.add(r);for(let r of this.#t[lt])t.add(r);for(let r of this.#e[lt])t.add(r)}return t}validate(t){if(typeof t!="string"||Ko(t)!==1)throw W.char;if(this.reserved.includes(t))throw W.reserved;if(Array.from(this.inuse).flat().includes(t))throw W.inuse;return t}get esc(){return"\\"}get slash(){return"/"}get line_comment(){return"//"}get asterisk(){return"*"}get blk_comments(){return["/*","*/"]}get hash(){return"#"}get ref(){return"&"}get tmpl_quote(){return"`"}get nl(){return Jo}get non_nl_ws(){return Xo}get ws(){return Cr}get array_blks(){return this.#t}get fst_ary_blks(){return Array.from(this.#t)[0]}get obj_blks(){return this.#e}get fst_obj_blks(){return Array.from(this.#e)[0]}get quotes(){return this.#s}get fst_quote(){return Array.from(this.#s)[0]}get commas(){return this.#r}get fst_comma(){return Array.from(this.#r)[0]}get colons(){return this.#n}get fst_colon(){return Array.from(this.#n)[0]}},at=class{constructor(t){this.reserved=t.reserved}get[Symbol.toStringTag](){return"reserved"}};Object.defineProperty(at,"name",{value:qr});var ct=class{constructor(t){this.esc=t.esc,this.hash=t.hash,this.ref=t.ref,this.tmpl_quote=t.tmpl_quote,this.slash=t.slash,this.asterisk=t.asterisk,this.line_comment=t.line_comment,this.blk_comments=t.blk_comments,this.nl=t.nl,this.non_nl_ws=t.non_nl_ws}get[Symbol.toStringTag](){return"fixed"}};Object.defineProperty(ct,"name",{value:qr});var ut=class{constructor(t){this.obj_blks=t.obj_blks,this.array_blks=t.array_blks,this.quotes=t.quotes,this.commas=t.commas,this.colons=t.colons}get[Symbol.toStringTag](){return"configurable-if-not-reserved"}};Object.defineProperty(ut,"name",{value:Qo});function ra(e){return[new ct(e),new ut(e),new at(e)]}Wt(ot,ra);var Ir=new ot;Ir.ERROR_DICT=W;Or.exports=Ir});var jr=h((hd,Lr)=>{function*na(e){for(let t of e)yield t;e=null}Lr.exports.sync_gen_from_str=na});var I=h((dd,Pr)=>{var Dr={bk:{_self:0,eof:{_self:1,lc:2,blkc:3,hash:{_self:4,naked:5,quote:6},ref:{_self:7,naked:8,quote:9}}},k:{_self:10,eof:{_self:11,lc:12,blkc:13,hash:{_self:14,naked:15,quote:16},ref:{_self:17,naked:18,quote:19}}},ak:{_self:20,eof:{_self:21,lc:22,blkc:23,hash:{_self:24,naked:25,quote:26},ref:{_self:27,naked:28,quote:29}}},bv:{_self:30,eof:{_self:31,lc:32,blkc:33,hash:{_self:34,naked:35,quote:36},ref:{_self:37,naked:38,quote:39}}},v:{_self:40,eof:{_self:41,lc:42,blkc:43,hash:{_self:44,naked:45,quote:46},ref:{_self:47,naked:48,quote:49}}},av:{_self:50,eof:{_self:51,lc:52,blkc:53,hash:{_self:54,naked:55,quote:56},ref:{_self:57,naked:58,quote:59}}}};function N(e){return e instanceof Object?e._self:e}function ia(e){return e+1}function la(e){return e+2}function oa(e){return e+3}function aa(e){return e+6}function ca(e){return e+5}function ua(e){return e+9}function _a(e){return e+8}function Rr(e){return e%10!==0}var fa={backslash:0,lcmt:1,blkcmt:2,quote:3,naked:4},ha={handling:0,handled:1};function da(e,t,r){let n=Dr;return e.$has_yield_sign()||Rr(r)||t===N(n.av)&&r===N(n.bv)||t===N(n.av)&&r===N(n.bk)||t===N(n.av)&&r===N(n.k)||t===N(n.av)&&r===N(n.v)||t===N(n.av)&&r===N(n.ak)||t===N(n.v)&&r===N(n.bv)||t===N(n.v)&&r===N(n.bk)}Pr.exports={STATE_DICT:Dr,gtv:N,get_main_eofv_with_code:ia,get_lcmt_eofv_with_code:la,get_blkcmt_eofv_with_code:oa,get_hash_quote_eofv_with_code:aa,get_hash_naked_eofv_with_code:ca,get_ref_quote_eofv_with_code:ua,get_ref_naked_eofv_with_code:_a,LEFTED_TYPE:fa,AVND_CACHE_STATE_DICT:ha,is_eofv:Rr,is_should_yield:da}});var zt=h((pd,Xr)=>{var{is_nl:Mr}=xe(),Fr=(e,t,r=" ",n=!1)=>{let i=e.length;return i<=t?r.repeat(t-i)+e:n?e.substr(i-t):e},_t=(e,t,r,n="0",i=!1)=>{let l=e.toString(t);return Fr(l,r,n,i)},pa=/^[0-7]$/,ga=/^[0-9a-fA-F]$/,he=e=>pa.test(e),z=e=>ga.test(e),ft={b:"\b",f:"\f",n:`
|
|
2
|
+
`,r:"\r",t:" ",v:"\v"},Yr={"\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\\":"\\\\"};function ma(e){return Yr[e]}function Hr(e){return ft[e]}function ba(e){if(e.length>1)return;let t=e.charCodeAt(0);if(t>=0&&t<=255)return"\\x"+_t(t,16,2)}function ya(e){e=Array.from(e);let t=e[0],r=e[1];if(z(t)&&z(r)){let n=parseInt("0x"+t+r);return String.fromCharCode(n)}}function wa(e){if(e.length>1)return;let t=e.charCodeAt(0);if(t>=0&&t<=255)return"\\u"+_t(t,16,4)}function $a(e){e=Array.from(e);let t=e[0],r=e[1],n=e[2],i=e[3];if(z(t)&&z(r)&&z(n)&&z(i)){let l=parseInt("0x"+t+r+n+i);return String.fromCharCode(l)}}function va(e){if(e.length>1)return;let t=e.charCodeAt(0);if(t>=0&&t<=255)return"\\"+_t(t,8,3)}function ka(e){let t="";e=Array.from(e);let r=e[0];if(he(r)){t=t+r;let n=e[1];if(he(n)){t=t+n;let l=e[2];he(l)&&(t=t+l)}let i=parseInt(t,8);return String.fromCharCode(i)}}var g={init:0,executing:1,succ:2,eof:3,backslash:4,x:5,u:6,o:7};function*xa(e){let t=Array.from(e);for(let r of t)yield r}function*Wr(e,t){yield*t,yield*e}function Ur(e,t,r,n,i=!1){if(typeof t=="string"){let o=t;t=a=>a===o}if(typeof(r==="string")&&r.length>0){let o=xa(r);e=Wr(e,o)}else e=Wr(e,r);let l={state:g.init,end:t,esc:n,g:e,curr:"",ch:e.next().value,offset:0};return l.ch!==void 0&&(l.offset=l.offset+1),i&&(l.rslt=""),l}function Bt(e){return e.ch===void 0||e.end(e.ch)&&e.state!==g.backslash||e.state===g.x||e.state===g.u||e.state===g.o}function Mt(e,t=!1){return e.ch===e.esc?(e.state=g.backslash,e.curr=""):(e.state=g.executing,t&&(e.rslt=e.rslt+e.ch),e.curr=e.ch),e.ch=e.g.next().value,e.ch!==void 0&&(e.offset=e.offset+1),e}function Br(e,t,r,n,i,l,o){return o===!0?n===Gr?(e.state=g.x,e.ch="\\x"+t.join(""),e):n===zr?(e.state=g.u,e.ch="\\u"+t.join(""),e):(n===Vr&&(e.state=g.o,e.ch="\\"+t.join("")),e):i?(e.curr=t.join(""),l&&(e.rslt=e.rslt+e.curr),e.state=g.executing,e.ch=r,e):(e.curr=n(t),l&&(e.rslt=e.rslt+e.curr),e.state=g.executing,e.ch=r,e)}function Sa(e,t,r,n,i){return e.curr=n(t),i&&(e.rslt=e.rslt+e.curr),e.state=g.executing,e.ch=e.g.next().value,e.ch!==void 0&&(e.offset=e.offset+1),e}function ht(e,t,r,n,i=!0,l=!1,o=void 0,a=!1){let c;if(o!==void 0?c=o:(c=e.g.next().value,c!==void 0&&(e.offset=e.offset+1)),c===void 0)return e;let u=0,_=[],f;if(l?f=!0:f=r(c),f)u=u+1,_.push(c);else return e.state=g.executing,e.ch=c,e;for(;u<t;){if(c=e.g.next().value,c===void 0)return Br(e,_,c,n,i,a,tail=!0);if(e.offset=e.offset+1,f=r(c),f)u=u+1,_.push(c);else return Br(e,_,c,n,i,a,tail=!1)}return Sa(e,_,c,n,a)}function Gr(e){let t=parseInt("0x"+e[0]+e[1]);return String.fromCharCode(t)}function zr(e){let t=parseInt("0x"+e[0]+e[1]+e[2]+e[3]);return String.fromCharCode(t)}function Vr(e){let t=parseInt(e.join(""),8);return String.fromCharCode(t)}function Ft(e,t=!1){return e.curr=Hr(e.ch),t&&(e.rslt=e.rslt+e.curr),e.state=g.executing,e.ch=e.g.next().value,e.ch!==void 0&&(e.offset=e.offset+1),e}function Yt(e,t=!1){return ht(e,2,z,Gr,!0,!1,void 0,t)}function Ht(e,t=!1){return ht(e,4,z,zr,!0,!1,void 0,t)}function Ut(e,t=!1){return ht(e,3,he,Vr,!1,!0,e.ch,t)}function Gt(e,t=!1){return e.curr=e.ch,t&&(e.rslt=e.rslt+e.ch),e.state=g.executing,e.ch=e.g.next().value,e.ch!==void 0&&(e.offset=e.offset+1),e}function Ea(e,t=i=>i==='"',r="",n="\\"){let i=Ur(e,t,r,n,!0);for(i.state=g.executing;!Bt(i);)i.state===g.executing?Mt(i,!0):i.state===g.backslash&&(Mr(i.ch)?(i.ch=i.g.next().value,i.ch!==void 0&&(i.offset=i.offset+1),i.state=g.executing):i.ch in ft?Ft(i,!0):i.ch==="x"?Yt(i,!0):i.ch==="u"?Ht(i,!0):he(i.ch)?Ut(i,!0):Gt(i,!0));return typeof i.ch=="string"&&i.end(i.ch)?(i.state=g.succ,i.ch=""):i.state===g.backslash?i.ch=i.esc:i.ch===void 0&&(i.state=g.eof,i.ch=""),i}function*Ta(e){let t=e;for(t.state=g.executing;!Bt(t);)t.state===g.executing?(Mt(t,!1),t.curr!==""&&(yield t.curr)):t.state===g.backslash&&(Mr(t.ch)?(t.state=g.executing,t.ch=t.g.next().value,t.ch!==void 0&&(t.offset=t.offset+1)):t.ch in ft?(Ft(t,!1),t.curr!==""&&(yield t.curr)):t.ch==="x"?(Yt(t,!1),t.curr!==""&&(yield t.curr)):t.ch==="u"?(Ht(t,!1),t.curr!==""&&(yield t.curr)):he(t.ch)?(Ut(t,!1),t.curr!==""&&(yield t.curr)):(Gt(t,!1),t.curr!==""&&(yield t.curr)));return typeof t.ch=="string"&&t.end(t.ch)?(t.state=g.succ,t.ch=""):t.state===g.backslash?(t.ch=t.esc,yield t.curr):t.ch===void 0&&(t.state=g.eof,t.ch=""),t}Xr.exports={CHAR_UNESC_DICT:ft,CHAR_ESC_DICT:Yr,escc:ma,unescc:Hr,escx:ba,unescx:ya,escu:wa,unescu:$a,esco:va,unesco:ka,STATE_DICT:g,from_generator:Ea,init:Ur,handle_executing:Mt,is_terminated:Bt,handle_escc:Ft,esc_handle_engine:ht,handle_escx:Yt,handle_escu:Ht,handle_esco:Ut,handle_esc_other:Gt,gen:Ta,prepend:Fr,prepend_num:_t,is_odigit_ch:he,is_hdigit_ch:z}});var nn=h((gd,rn)=>{var{is_nl:Ca}=xe(),Ee=zt(),Jr={line_comment:0,blk_comment:1},se={init:0,executing:1,succ:2,eof:3,asterisk:4};function Kr(e){return{state:se.init,g:e,rslt:"",ch:"",offset:0}}function Qr(e,t){return e.state=se.eof,e.rslt=e.rslt+t.rslt,e.ch="",e}function Zr(e,t){return e.state=se.succ,e.rslt=e.rslt+t.rslt,e.ch="",e}function en(e,t){return e.state=se.executing,e.rslt=e.rslt+t.rslt,e.ch=t.ch,e}function tn(e,t=""){let r=Kr(e);r.state=se.executing;let n=Ee.from_generator(r.g,Ca,t);return r.offset=n.offset+r.offset,r.g=n.g,n.state===Ee.STATE_DICT.eof?Qr(r,n):n.state===Ee.STATE_DICT.succ?Zr(r,n):en(r,n)}function sn(e,t=""){let r=Kr(e);r.state=se.executing;let n;for(;;){if(n=Ee.from_generator(r.g,"*",t),r.offset=r.offset+n.offset,r.g=n.g,n.state===Ee.STATE_DICT.eof)return Qr(r,n);if(n.state===Ee.STATE_DICT.succ){let i=r.g.next().value;if(i!==void 0&&(r.offset=r.offset+1),i==="/")return Zr(r,n);if(i!==void 0)r.rslt=r.rslt+n.rslt+"*",t=i,r.offset=r.offset-1;else return r.rslt=r.rslt+n.rslt,r.ch="*",r.state=se.asterisk,r}else return en(r,n)}return r}function qa(e,t,r=""){return t===Jr.line_comment?tn(e,r):sn(e,r)}rn.exports={TYPE_DICT:Jr,STATE_DICT:se,lc_from_generator:tn,blk_from_generator:sn,from_generator:qa}});var Vt=h((md,ln)=>{function Aa(e){if(globalThis.document===void 0){let i=globalThis.require("fs").readFileSync(e).toString();return JSON.parse(i)}else return}function Na(e,t){if(globalThis.document===void 0){let n=globalThis.require("fs"),i=JSON.stringify(t);n.writeFileSync(e,i)}else return}function Ia(e){return parseInt(e).toString()===e}ln.exports={rjson:Aa,wjson:Na,is_int_str:Ia}});var Xt=h((bd,on)=>{var Oa=()=>Math.random()*9007199254740992;function La(e,t){return Array.from({length:t-e}).map((r,n)=>n+e)}function ja(e,t){return t.filter((r,n)=>e.includes(n))}function Da(e){return Object.entries(e).length===0}function Ra(e){return Object.entries(e).map(n=>n[1])}function Pa(e){return Object.entries(e).map(n=>n[0])}function Wa(e){return Object.entries(e).length}function Ba(e,t){for(let r in e)t(r,e[r]);return e}function Ma(e,t){for(let r in e)e[r]=t(r,e[r]);return e}function Fa(e,t){for(let r in t)e[r]=t[r];return e}function Ya(e,t){for(let r in t)!(r in e)&&(e[r]=t[r]);return e}function Ha(e,t,r){return r=r.filter(n=>n[e]!==t),r}function Ua(e,t,r){return r.findIndex(i=>i[e]===t)}function Ga(e){return JSON.parse(JSON.stringify(e))}function za(e,t){for(let r=0;r<e.length;r++){lyr=e[r];for(let n=0;n<lyr.length;n++)e[r][n]=t(e[r][n],r,n)}return e}function Va(e){let t=e[0]!=="_",r=e[0]!=="$";return t&&r}on.exports={gen_guid:Oa,range:La,seqs_slct:ja,dict_length:Wa,is_empty_dict:Da,dict_values:Ra,dict_keys:Pa,dict_map:Ma,dict_foreach:Ba,dict_plus:Fa,dict_update:Ya,dtb_kv_rm:Ha,dtb_kv_get_seq:Ua,dcp:Ga,mat_map:za,is_cu_property:Va}});var as=h((yd,On)=>{var v=Xt();function Qt(e){if(v.is_empty_dict(e))return 0;{let t=v.dict_keys(e);return Math.max(...t)+1}}function Ue(e){return e!=null}function cn(e,t){return e._id=e._id+t,e._tree=e._tree+t,Ue(e._fstch)&&(e._fstch=e._fstch+t),Ue(e._lsib)&&(e._lsib=e._lsib+t),Ue(e._rsib)&&(e._rsib=e._rsib+t),Ue(e._parent)&&(e._parent=e._parent+t),e}function de(e,t){let r=Qt(e);for(let n in t){let i=cn(t[n],r);t[i._id]=i,delete t[n]}return t}function Xa(e=0){let t=e;return{_id:t,_fstch:null,_lsib:null,_rsib:null,_parent:null,_tree:t}}function Ja(e,t=0){return{_id:Qt(e)+t,_fstch:null,_lsib:void 0,_rsib:void 0,_parent:void 0,_tree:void 0}}function un(e){return e._tree!==void 0}function re(e){let t=e._tree!==void 0,r=e._tree===e._id;return t&&r}function Zt(e){return e._lsib===null}function es(e){return e._rsib===null}function B(e){return e._fstch===null}function _n(e,t){if(re(e))return!0;{let n=k(e,t);return F(n,t).length===1}}function Xe(e){return re(e)||!un(e)}function dt(e,t,r){if(!Xe(t))return console.log("only root or uninited could be prepend"),e;let n=B(e);if(t._tree=e._tree,t._lsib=null,n)t._rsib=null,t._parent=e._id;else{let i=r[e._fstch];i._lsib=void 0,t._rsib=i._id,t._parent=void 0}return e._fstch=t._id,r[t._id]=t,e}function ts(e,t,r){if(!Xe(t))return console.log("only root or uninited could be append"),e;let n=B(e);if(t._tree=e._tree,t._rsib=null,n)e._fstch=t._id,t._lsib=null;else{let i=ge(e,r);i._parent=void 0,i._rsib=t._id,t._lsib=void 0}return t._parent=e._id,r[t._id]=t,e}function ss(e,t,r){if(!Xe(t))return console.log("only root or uninited could be add"),e;if(re(e))return console.log("cant addrsib to root"),e;let n=es(e);return t._tree=e._tree,n?(t._parent=e._parent,e._parent=void 0,t._rsib=null):(t._rsib=e._rsib,t._parent=void 0),e._rsib=t._id,t._lsib=void 0,r[t._id]=t,e}function fn(e,t,r){if(!Xe(t))return console.log("only root or uninited could be add"),e;if(re(e))return console.log("cant addlsib to root"),e;let n=Zt(e);if(t._tree=e._tree,n){let i=k(e,r);e._lsib=void 0,t._lsib=null,i._fstch=t._id}else{let i=M(e,r);i._rsib=t._id,t._lsib=void 0}return t._rsib=e._id,t._parent=void 0,r[t._id]=t,e}function hn(e,t,r,n){let i=F(t,n),l=i.length;if(l===0)return dt(t,r,n);if(e<=l&&e>=0){if(e===0)return dt(t,r,n);if(e===l)return ts(t,r,n);{let a=i[e-1];return ss(a,r,n)}}else return console.log("not in range!!"),t}function Te(e,t){for(let r in t)t[r]._tree=e._tree}function Ka(e,t,r){r=de(t,r);let n=v.dict_keys(r)[0],i=ie(r[n],r);return e=dt(e,i,t),Te(e,r),v.dict_plus(t,r),e}function Qa(e,t,r){r=de(t,r);let n=v.dict_keys(r)[0],i=ie(r[n],r);return e=ts(e,i,t),Te(e,r),v.dict_plus(t,r),e}function Za(e,t,r){r=de(t,r);let n=v.dict_keys(r)[0],i=ie(r[n],r);return e=ss(e,i,t),Te(e,r),v.dict_plus(t,r),e}function ec(e,t,r){r=de(t,r);let n=v.dict_keys(r)[0],i=ie(r[n],r);return e=fn(e,i,t),Te(e,r),v.dict_plus(t,r),e}function tc(e,t,r,n){n=de(r,n);let i=v.dict_keys(n)[0],l=ie(n[i],n);return t=hn(e,t,l,r),Te(t,n),v.dict_plus(r,n),t}function Ge(e,t){let r=Y(e,t),n=r[0]._id;return r.forEach(i=>{i._tree=n}),r}function ze(e,t){let r={};return e.map(n=>{let i=n._id;r[i]=n,delete t[i]}),r}function dn(e){return e._fstch=null,e}function Ve(e){return e._lsib=null,e._rsib=null,e._parent=null,e}function Ce(e,t){if(re(e))return[e,t];if(_n(e,t)){let n=t[e._parent];dn(n);let i=Ge(e,t),l=ze(i,t);return Ve(e),[e,l]}else if(Zt(e)){let n=R(e,t);n._lsib=null;let i=k(e,t);i._fstch=e._rsib;let l=Ge(e,t),o=ze(l,t);return Ve(e),[e,o]}else if(es(e)){let n=M(e,t);n._rsib=e._rsib,n._parent=e._parent;let i=Ge(e,t),l=ze(i,t);return Ve(e),[e,l]}else{let n=M(e,t);n._rsib=e._rsib;let i=Ge(e,t),l=ze(i,t);return Ve(e),[e,l]}}function sc(e,t){let r=pe(e,t);return r===null?[e,t]:Ce(r,t)}function rc(e,t){let r=ge(e,t);return r===null?[e,t]:Ce(r,t)}function nc(e,t,r){let n=pn(e,t,r);return n===null?[t,r]:Ce(n,r)}function ic(e,t,...r){let n=gn(e,t,...whiches);for(let i=0;i<n.length;i++)Ce(n[i],t);return[e,t]}function lc(e,t){let r=F(e,t);for(let n=0;n<r.length;n++)Ce(r[n],t);return t}function pe(e,t){return e._fstch===null?null:t[e._fstch]}function F(e,t){let r=[],n=pe(e,t);for(;n!==null;)r.push(n),n=R(n,t);return r}function ge(e,t){let r=F(e,t);return r.length===0?null:r[r.length-1]}function pn(e,t,r){let n=F(t,r);return n.length===0||e>n.length-1||e<0?null:n[e]}function gn(e,t,...r){let n=F(e,t),i=[];if(n.length!==0)for(let l=0;l<r.length;l++){let o=r[l];o>n.length-1||o<0||i.push(n[o])}return i}function mn(e,t,r=!1){let n=e,i=R(e,t);for(;i!==null;)n=i,i=R(i,t);return r||n._id!==e._id?n:null}function oc(e,t){let r=ne(e,t,!0),n=v.dtb_kv_get_seq("_id",e._id,r),i=[];if(r.length!==0)for(let l=0;l<r.length;l++)l<n&&i.push(r[l]);return i}function ac(e,t){let r=ne(e,t,!0),n=v.dtb_kv_get_seq("_id",e._id,r),i=[];if(r.length!==0)for(let l=0;l<r.length;l++)l>n&&i.push(r[l]);return i}function ne(e,t,r=!1){let n=k(e,t),i;return n!==null?i=F(n,t):i=[e],r||(i=v.dtb_kv_rm("_id",e._id,i)),i}function cc(e,t,r=!1){let n=ne(e,t,!0);return r?n[0]:n[0]._id===e._id?null:n[0]}function uc(e,t,r){let n=ne(t,r,!0),i=n.length;return e<=i-1&&e>=0?n[e]:null}function _c(e,t,...r){let n=ne(e,t,!0),i=[];if(n.length!==0)for(let l=0;l<r.length;l++){let o=r[l];o>n.length-1||o<0||i.push(n[o])}return i}function fc(e,t){let r=ne(e,t,!0);return v.dtb_kv_get_seq("_id",e._id,r)}function M(e,t){let r=ne(e,t,!0),n=v.dtb_kv_get_seq("_id",e._id,r);return n===0?null:r[n-1]}function R(e,t){return e._rsib===null?null:t[e._rsib]}function C(e,t){return pt(e,t,!0).length-1}function bn(e,t){let r=C(e,t),i=Y(e,t).map(o=>C(o,t));return Math.max(...i)-r+1}function hc(e,t){return B(e)?null:C(e,t)+1}function dc(e,t){if(B(e))return null;{let n=C(e,t),l=Y(e,t).map(a=>C(a,t));return Math.max(...l)}}function pc(e,t,r){let n=C(t,r);return bn(t,r)<=e?null:n+e}function yn(e,t){let r=ie(e,t),n=Y(r,t),i=C(e,t);return n.filter(o=>C(o,t)===i)}function Jt(e,t){let r=yn(e,t);return v.dtb_kv_get_seq("_id",e._id,r)}function gc(e,t){return Y(e,t).length}function ie(e,t){let r=e,n=k(e,t);for(;n!==null;)r=n,n=k(n,t);return r}function k(e,t){let r;if(re(e))r=null;else{let n=mn(e,t,!0);r=t[n._parent]}return r}function pt(e,t,r=!1){let n=[],i=k(e,t);for(;i!==null;)n.push(i),i=k(i,t);return r&&n.unshift(e),n}function mc(e,t,r){let n=pt(t,r,!0),i=n.length;return e<i&&e>=0?n[e]:null}function bc(e,t,...r){let n=pt(e,t,!0),i=[];if(n.length!==0)for(let l=0;l<r.length;l++){let o=r[l];o>n.length-1||o<0||i.push(n[o])}return i}function wn(e,t){let r=k(e,t);for(;r!==null;){let n=R(r,t);if(n!==null)return n;r=k(r,t)}return null}function $n(e,t){let r=pe(e,t);if(r!==null)return r;{let n=R(e,t);return n!==null?n:wn(e,t)}}function vn(e,t){let r=e,n=ge(e,t);for(;n!==null;)r=n,n=ge(n,t);return r}function yc(e,t){if(re(e))return null;if(B(e)){let n=M(e,t);return n!==null?n:k(e,t)}else{let n=M(e,t);return n!==null?B(n)?n:vn(n,t):k(e,t)}}function Y(e,t){let r=C(e,t),n=[];for(;e!==null&&(n.push(e),e=$n(e,t),!(e!==null&&C(e,t)<=r)););return n}function rs(e,t){let r=e,n=pe(e,t);for(;n!==null;)r=n,n=pe(n,t);return r}function kn(e,t){let r=R(e,t);return r===null?k(e,t):rs(r,t)}function xn(e,t){let r=k(e,t);for(;r!==null;){let n=M(r,t);if(n!==null)return n;r=k(r,t)}return null}function wc(e,t){if(B(e)){let n=M(e,t);return n===null?xn(e,t):n}else return ge(e,t)}function Sn(e,t){let r=[],n=rs(e,t);for(;n!==null&&(r.push(n),n._id!==e._id);)n=kn(n,t);return r}function Kt(e){v.dict_foreach(e,(t,r)=>{e[t]._$visited=!1})}function En(e,t){let r=e._$visited;if(B(e))if(r){let i=R(e,t);return i===null?k(e,t):i}else return e._$visited=!0,e;else if(r){let i=R(e,t);return i===null?k(e,t):i}else return e._$visited=!0,pe(e,t)}function $c(e,t,r){if(B(t)){if(e)return t;{let i=M(t,r);return i===null?k(t,r):i}}else{if(e)return ge(t,r);{let i=M(t,r);return i===null?k(t,r):i}}}function Tn(e,t){return t._$visited&&e===t._id}function Cn(e,t,r=!1,n=!0){let i=[];Kt(t);let l=e._id;for(;!Tn(l,e);)r?i.push(v.dcp(e)):i.push(e),e=En(e,t);return r?i.push(v.dcp(e)):i.push(e),n&&Kt(t),i}function vc(e,t){let r={};r._depth=C(e,t),r._breadth=Jt(e,t);let n=k(e,t);return r._pbreadth=n===null?null:Jt(n,t),r._id=e._id,r}function an(e){let t={};return t.ele={},t.nd=e,t.ele._id=e._id,t.ele._children=[],t}function ns(e,t){let r=[],n=e[0],i=[an(n)];for(i[0].ele._pbreadth=null;i.length>0;){let l=[];for(let a=0;a<i.length;a++){i[a].ele._breadth=a,i[a].ele._depth=r.length;let c=F(i[a].nd,t);c=c.map(u=>an(u)),c.forEach((u,_)=>{u.ele._pbreadth=i[a].ele._breadth,i[a].ele._children.push([r.length+1,l.length+_])}),l=l.concat(c)}let o=i.map(a=>a.ele);r.push(o),i=l}return r}function qn(e,t){return Sn(e[0],t)}function An(e,t,r=!1,n=!0){return Cn(e[0],t,r,n)}function kc(e,t){let r=is(e,t);return ns(r,t)}function is(e,t){let r=e[e.length-1];return Y(r,t)}function xc(e,t,r=!1,n=!0){let i=is(e,t);return An(i,t,r,n)}function Sc(e,t){let r=ls(e,t);return ns(r,t)}function ls(e,t){let r=e[0];return Y(r,t)}function Ec(e,t){let r=ls(e,t);return qn(r,t)}function os(e,t,r=!1){let n=Y(e,t);return r||n.splice(0,1),n}function Tc(e,t){return F(e,t)}function Cc(e,t){let r=os(e,t,!1),n=sdfs.map(l=>C(l,t)),i=Math.max(...n);return r=r.filter(l=>C(l,t)===i),r}function Nn(e,t,r){let n=C(t,r),i=os(t,r,!1),l=sdfs.map(o=>C(o,r));return i=i.filter(o=>C(o,r)===n+e),i}function qc(e,t,...r){let n=r.map(i=>Nn(i,e,t));return n=Array.prototype.concat(...n),n}function In(e){let t=v.dict_keys(e)[0],r=e[t];return ie(r,e)}function Ac(e){let t=In(e);return Y(t,e)}On.exports={calc_next_id:Qt,update_nodes_ids:de,creat_root:Xa,creat_nd:Ja,is_inited:un,is_root:re,is_fstch:Zt,is_lstch:es,is_leaf:B,is_lonely:_n,is_id:Ue,is_connectable:Xe,prepend_child:dt,append_child:ts,insert_child:hn,add_rsib:ss,add_lsib:fn,get_fstch:pe,get_rsib:R,get_children:F,get_lstch:ge,get_which_child:pn,get_some_children:gn,get_fstsib:cc,get_lstsib:mn,get_preceding_sibs:oc,get_following_sibs:ac,get_sibs:ne,get_which_sib:uc,get_some_sibs:_c,get_sibseq:fc,get_lsib:M,get_rsib:R,get_lyr:yn,get_breadth:Jt,get_count:gc,get_depth:C,get_height:bn,get_fst_lyr_des_depth:hc,get_lst_lyr_des_depth:dc,get_which_lyr_des_depth:pc,get_root:ie,get_parent:k,get_ances:pt,get_which_ance:mc,get_some_ances:bc,get_rsib_of_fst_ance_having_rsib:wn,get_sdfs_next:$n,get_drmost_des:vn,get_sdfs_prev:yc,get_sdfs:Y,get_lsib_of_fst_ance_having_lsib:xn,get_dlmost_des:rs,get_edfs_next:kn,get_edfs_prev:wc,get_edfs:Sn,clear_$visited:Kt,get_sedfs_next:En,is_sedfs_traverse_finished:Tn,get_sedfs_prev:$c,get_sedfs:Cn,get_deses:os,get_fst_lyr_deses:Tc,get_lst_lyr_deses:Cc,get_which_lyr_deses:Nn,get_some_lyrs_deses:qc,nd2ele:vc,sdfs2mat:ns,sdfs2edfs:qn,sdfs2sedfs:An,edfs2mat:kc,edfs2sdfs:is,edfs2sedfs:xc,sedfs2mat:Sc,sedfs2sdfs:ls,sedfs2edfs:Ec,update_disconnected_nodes:Ge,update_orig_nodes:ze,leafize:dn,rootize:Ve,disconnect:Ce,rm_fstch:sc,rm_lstch:rc,rm_which:nc,rm_some:ic,rm_all:lc,update_treeid:Te,update_one_nodeid:cn,update_nodes_ids:de,prepend_child_tree:Ka,append_child_tree:Qa,add_rsib_tree:Za,add_lsib_tree:ec,insert_child_tree:tc,get_root_via_tree:In,tree2sdfs:Ac}});var Pn=h((wd,Rn)=>{function Ln(e="E"){class t extends Event{#t;constructor(n,i){super(n),this.#t=i}get data(){return this.#t}set data(n){this.#t=n}}return t}var jn=Ln();function Dn(e="ET"){class t extends EventTarget{#t=new Map;addEventListener(n,i){super.addEventListener(n,i),this.#t.set(n,i)}ls(){return this.#t}removeEventListener(n){super.removeEventListener(n),this.#t.delete(n)}dispatch(n,i){let l=new jn(n,i);return this.dispatchEvent(l),l}}return t}var Nc=Dn();Rn.exports={creat_event_cls:Ln,E:jn,creat_event_target_cls:Dn,ET:Nc}});var pi=h(($d,di)=>{var Qn=Vt(),Ke=Xt(),me=as(),{ET:Wn}=Pn(),Ic=["_fstch","_lsib","_rsib","_parent","_tree"];function Zn(e){return e._tree!==void 0}function cs(e){return e._tree===e}function Oc(e){return e._lsib===null}function Lc(e){return e._rsib===null}function jc(e){return e._fstch===null}function Dc(e){return e.$sibs(!0).length===1}function vt(e){return cs(e)||!Zn(e)}function Bn(e){let t=e._fstch,r=t;for(;t!==null;)r=t,t=t._rsib;return r}function Mn(e,t){let r=0,n=t._fstch;for(;;){if(r===e)return n;if(n===null)return n;n=n._rsib,r=r+1}}function Fn(e,...t){let r=[],n=0,i=e._fstch;for(;;){if(t.includes(n))r.push(i);else if(i===null)return r;i=i._rsib,n=n+1}}function us(e){let t=[],r=0,n=e._fstch;for(;;){if(n===null)return t;t.push(n),n=n._rsib,r=r+1}}function Rc(e){let t=0,r=e._fstch;for(;;){if(r===null)return t;r=r._rsib,t=t+1}}function ei(e,t=!1){let r=e._rsib,n=e;for(;r!==null;)n=r,r=r._rsib;return t||n!==e?n:null}function kt(e,t=!1){let r=_s(e);if(r===null)return t?e:null;{let n=r._fstch;return t||n!==e?n:null}}function Pc(e){let t=kt(e,!1);if(t===null)return null;{let r=t;for(;;){if(r._rsib===e)return r;r=r._rsib}}}function ds(e){let t=[],n=kt(e,!0);for(;n!==null;){if(n===e)return t;t.push(n),n=n._rsib}}function ti(e){let t=[],r=e._rsib;for(;r!==null;)t.push(r),r=r._rsib;return t}function si(e,t=!1){let r=ds(e),n=ti(e),i=[e],l;return t?l=r.concat(i,n):l=r.concat(n),l}function Wc(e,t){let r=kt(t,!0),n=0;for(;;){if(r===null)return null;if(n==e)return r;r=r._rsib,n=n+1}}function Bc(e,...t){return si(e,!0).filter((i,l)=>t.includes(l))}function Yn(e){return ds(e).length}function Mc(e,t=!1){return e.$sibs(t).length}function _s(e){return ei(e,!0)._parent}function Fc(e){let t=e,r=e;for(;t!==null;)r=t,t=t.$parent();return r}function Yc(e,t){let r=0,n=t;for(;n!==null;){if(r===e)return n;n=n.$parent(),r=r+1}return null}function wt(e,t=!1){let r=[],n=e;for(t&&r.push(n),n=n.$parent();n!==null;)r.push(n),n=n.$parent();return r}function Hc(e,...t){return wt(e,!0).filter((i,l)=>t.includes(l))}function Uc(e,t=!1){return wt(e,t).length}function Gc(e){let t=e.$parent();return t===null?null:t.$lsib()}function zc(e){let t=e.$parent();return t===null?null:t.$rsib()}function Vc(e){let t=e.$luncle();return e.$is_fstch()?t===null?null:t.$lstch():null}function Xc(e){let t=e.$runcle();return e.$is_lstch()?t===null?null:t.$fstch():null}function Jc(e){let r=e.$root().$sdfs(),n=e.$depth();return r.filter(l=>l.$depth()===n)}function Kc(e){let t=e.$parent();return t===null?null:t.$breadth()}function Qc(e){return e.$lyr().indexOf(e)}function Zc(e){let t=e.$sdfs();return t=t.filter(r=>r.$is_leaf()),t.length}function eu(e){let r=e.$root().$edfs(),n;if(e.$is_leaf())n=r.indexOf(e);else{let i=e.$dlmost_des();n=r.indexOf(i)}return r=r.slice(0,n+1),offset=r.filter(i=>i.$is_leaf()).length-1,offset}function Hn(e,t=!1){let r=ni(e),n=ye(e),i=n.indexOf(r);return t?n.slice(0,i+1):n.slice(1,i+1)}function tu(e){let t=e.$deses(!1),r=t.map(i=>i.$depth()),n=Math.max(...r);return t=t.filter(i=>i.$depth()===n),t}function su(e,t){let r=t.$depth(),n=t.$deses(!1),i=n.map(l=>l.$depth());return n=n.filter(l=>l.$depth()===r+e),n}function ru(e,...t){let r=e.$depth(),n=t.map(o=>o+r),i=e.$deses(!1),l=i.map(o=>o.$depth());return i=i.filter(o=>n.includes(o.$depth())),i}function fs(e,t){if(!vt(t))return console.log("only root or uninited could be prepend"),t;let r=e.$is_leaf();if(t._tree=e._tree,t._lsib=null,r)t._rsib=null,t._parent=e;else{let n=e._fstch;n._lsib=void 0,t._rsib=n,t._parent=void 0}return e._fstch=t,t}function hs(e,t){if(!vt(t))return console.log("only root or uninited could be append"),t;let r=e.$is_leaf();if(t._tree=e._tree,t._rsib=null,r)e._fstch=t,t._lsib=null;else{let n=e.$lstch();n._parent=void 0,n._rsib=t,t._lsib=void 0}return t._parent=e,t}function ri(e,t){if(!vt(t))return console.log("only root or uninited could be add"),t;if(e.$is_root())return console.log("cant addrsib to root"),e;let r=e.$is_lstch();return t._tree=e._tree,r?(t._parent=e._parent,e._parent=void 0,t._rsib=null):(t._rsib=e._rsib,t._parent=void 0),e._rsib=t,t._lsib=void 0,t}function nu(e,t){if(!vt(t))return console.log("only root or uninited could be add"),t;if(e.$is_root())return console.log("cant addlsib to root"),e;let r=e.$is_fstch();if(t._tree=e._tree,r){let n=e.$parent();e._lsib=void 0,t._lsib=null,n._fstch=t}else{let n=e.$lsib();n._rsib=t,t._lsib=void 0}return t._rsib=e,t._parent=void 0,t}function Un(e,t,r){let n=us(t),i=n.length;if(i===0)r=fs(t,r);else if(!(e<=i&&e>=0))console.log("not in range!!");else if(e===0)r=fs(t,r);else if(e===i)r=hs(t,r);else{let o=n[e-1];r=ri(o,r)}return r}function iu(e){let t=e.$parent();for(;t!==null;){let r=t.$rsib();if(r!==null)return r;t=t.$parent()}return null}function lu(e){let t=e.$fstch();if(t!==null)return t;{let r=e.$rsib();return r!==null?r:e.$rsib_of_fst_ance_having_rsib()}}function ni(e){let t=e,r=e.$lstch();for(;r!==null;)t=r,r=r.$lstch();return t}function ou(e){if(e.$is_root())return null;if(e.$is_leaf()){let r=e.$lsib();return r!==null?r:e.$parent()}else{let r=e.$lsib();return r!==null?r.$is_leaf()?r:r.$drmost_des():e.$parent()}}function ye(e){let t=e.$depth();if(e===null)return[];{let r=[e];for(e=e.$sdfs_next();e!==null&&e.$depth()>t;)r.push(e),e=e.$sdfs_next();return r}}function au(e){let t=e,r=e.$fstch();for(;r!==null;)t=r,r=r.$fstch();return t}function cu(e){let t=e.$rsib();return t===null?e.$parent():t.$dlmost_des()}function uu(e){let t=e.$parent();for(;t!==null;){let r=t.$lsib();if(r!==null)return r;t=t.$parent()}return null}function _u(e){if(e.$is_leaf()){let r=e.$lsib();return r===null?e.$lsib_of_fst_ance_having_lsib():r}else return e.$lstch()}function fu(e){let t=[],r=e.$dlmost_des();for(;r!==null&&(t.push(r),r!==e);)r=r.$edfs_next();return t}function ii(e){let t=e.$visited;if(e.$is_leaf())if(t){let n=e.$rsib();return n===null?e.$parent():n}else return e.$visited=!0,e;else if(t){let n=e.$rsib();return n===null?e.$parent():n}else return e.$visited=!0,e.$fstch()}function hu(e,t){if(t.$is_leaf()){if(e)return t;{let n=t.$lsib();return n===null?t.$parent():n}}else{if(e)return t.$lstch();{let n=t.$lsib();return n===null?t.$parent():n}}}function du(e){e.$sdfs().forEach(r=>{delete r.$visited})}function pu(e,t){return t.$visited&&e===t}function Gn(e){du(e);let t=[],r=new Set,n=e;for(;!pu(n,e);)r.has(e)?e.$close_at=t.length:(e.$open_at=t.length,r.add(e)),t.push(e),e=ii(e);return n.$close_at=t.length,t.push(n),t.forEach(i=>{delete i.$visited}),t}function gu(e){return e._fstch=null,e}function gt(e){return e._lsib=null,e._rsib=null,e._parent=null,e}function mt(e){let t=e.$sdfs();return t.forEach(r=>{r._tree=t[0]}),t}function be(e){if(e.$is_root())return e;if(e.$is_lonely()){let r=e.$parent();gu(r);let n=mt(e);return gt(e),e}else if(e.$is_fstch()){let r=e.$rsib();r._lsib=null;let n=e.$parent();n._fstch=e._rsib;let i=mt(e);return gt(e),e}else if(e.$is_lstch()){let r=e.$lsib();r._rsib=e._rsib,r._parent=e._parent;let n=mt(e);return gt(e),e}else{let r=e.$lsib();r._rsib=e._rsib;let n=mt(e);return gt(e),e}}function zn(e){let t={};return t._nd=e,t._children=[],t}function Vn(e){let t=[],r=e[0],n=[zn(r)];for(n[0]._pbreadth=null;n.length>0;){let i=[];for(let o=0;o<n.length;o++){n[o]._breadth=o,n[o]._depth=t.length;let a=n[o]._nd.$children();a=a.map(c=>zn(c)),a.forEach((c,u)=>{c._pbreadth=n[o]._breadth,n[o]._children.push([t.length+1,i.length+u])}),i=i.concat(a)}let l=n;t.push(l),n=i}return t}function Xn(e,t="_children"){let r=e._nd,n={};n[t]=[],n.$guid=r.$guid;for(let i in r)Ke.is_cu_property(i)&&(n[i]=r[i]);return n}function mu(e,t="_children"){let r=e[0][0],n=Xn(r,t),i=[{d:n,ele:r}];for(;i.length>0;){let l=[];for(let o=0;o<i.length;o++){let a=i[o],c=a.d,u=a.ele,f=a.ele._children.map(d=>e[d[0]][d[1]]);for(let d=0;d<f.length;d++){let b=f[d],T=Xn(b,t);c[t].push(T);let er={d:T,ele:b};l.push(er)}}i=l}return n}function Jn(e,t="_children"){let r=new V;e.$guid!==void 0&&(r.$guid=e.$guid);for(let n in e)Ke.is_cu_property(n)&&t!==n&&(r[n]=e[n]);return r}function bu(e,t="_children"){let r=Jn(e,t),n=[{d:e,nd:r}];for(;n.length>0;){let i=[];for(let l=0;l<n.length;l++){let o=n[l].d,a=n[l].nd,c=o[t]===void 0?[]:o[t];for(let u=0;u<c.length;u++){let _=c[u],f=Jn(_,t);a.$append_child(f);let d={d:_,nd:f};i.push(d)}}n=i}return r}function yu(e){let t=["_fstch","_lsib","_rsib","_parent","_tree","$guid","_guid","_id","$open_at","$close_at"];e._fstch=void 0,e._lsib=void 0,e._rsib=void 0,e._parent=void 0,e._tree=void 0,e.$guid=void 0,e._guid=void 0,e._id=void 0,e.$open_at=void 0,e.$close_at=void 0;for(let r of t)Object.defineProperty(e,r,{enumerable:!1})}function wu(e,t,r){let n=e.$depth();return" ".repeat(n)+"["+r.indexOf(e)+"] : "+e.$guid}function $u(e,t){let r=e.$depth(),n=" ".repeat(r),i="";return t===e.$open_at&&(i=n+"<"+e._id+" : "+e.$guid+">"),t===e.$close_at&&(i=n+"</"+e._id+" : "+e.$guid+">"),i}var vu=["$fstch","$rsib","$parent"];function ku(e){if(e.$fstch()!==null)return["$fstch"];if(e.$rsib()!==null)return["$rsib"];{let n=[],i=e.$parent();for(;i!==null;)if(n.push("$parent"),i.$rsib()!==null){n.push("$rsib");break}else i=i.$parent();return n}}function xu(e){return e.$sdfs().map(n=>n.$sdfs_next_action_for_srch())}var li={$fstch:"$append_child",$rsib:"$add_rsib",$parent:"$parent"};function Su(e,t){for(let r=0;r<t.length;r++){let n=li[t[r]];e=e[n]()}return e}function Eu(e){let t=new V,r=t;for(let n=0;n<e.length;n++){let i=e[n];r=Su(r,i)}return t}function Tu(e,t,r){if(r&&(t=t.$clone()),!e.$is_root())if(e.$is_lonely()){let n=e.$parent();e.$disconn(),n.$append_child(t)}else if(e.$is_lstch()){let n=e.$lsib();e.$disconn(),n.$add_rsib(t)}else{let n=e.$rsib();e.$disconn(),n.$add_lsib(t)}return t}var L=class{#t=null;#e={with_id:!1,with_et:!1};constructor(t=!1,r=!1){yu(this),this._fstch=null,this.#e.with_id=t,this.#e.with_et=r,t&&(this.$guid=Ke.gen_guid()),r&&(this.#t=new Wn)}get opt(){return this.#e}enable_et(){this.#t=new Wn}disable_et(){this.#t=null}get et(){return this.#t}regis_recv_from_handler(t){let r=function(n){t(n.data.src,n.data.msg)};this.et.addEventListener("$msg__",r)}send_to(t,r){t.et.dispatch("$msg__",{src:this,msg:r})}$is_inited(){return Zn(this)}$is_root(){return cs(this)}$is_fstch(){return Oc(this)}$is_lstch(){return Lc(this)}$is_leaf(){return jc(this)}$is_lonely(){return Dc(this)}$fstch(){return this._fstch}$lstch(){return Bn(this)}$which_child(t){return Mn(t,this)}$some_children(...t){return Fn(this,...t)}$children(){return us(this)}$children_count(){return Rc(this)}$rsib(){return this._rsib}$lsib(){return Pc(this)}$fstsib(t=!1){return kt(this,t)}$lstsib(t=!1){return ei(this,t)}$psibs(){return ds(this)}$fsibs(){return ti(this)}$which_sib(t){return Wc(t,this)}$some_sibs(...t){return Bc(this,...t)}$sibseq(){return Yn(this)}$sibs(t=!1){return si(this,t)}$sibs_count(t=!1){return Mc(this,t)}$parent(){return _s(this)}$root(){return Fc(this)}$ances(t=!1){return wt(this,t)}$which_ance(t){return Yc(t,this)}$some_ances(...t){return Hc(this,...t)}$ances_count(t=!1){return Uc(this,t)}$prepend_child(t){return t=t===void 0?new L(this.#e.with_id,this.#e.with_et):t,fs(this,t)}$insert_child(t,r){return r=r===void 0?new L(this.#e.with_id,this.#e.with_et):r,Un(t,this,r)}$append_child(t){return t=t===void 0?new L(this.#e.with_id,this.#e.with_et):t,hs(this,t)}$clone(){if(cs(this)){let t=yt(this);return $t(t)}else{let t=Yn(this),r=_s(this);be(this);let n=yt(this),i=$t(n);return Un(t,r,this),i}}$append_children(t,r){let n=[];for(let i=0;i<t;i++){let l=r===void 0?new L(this.#e.with_id,this.#e.with_et):r.$clone();l=hs(this,l),n.push(l)}return n}$add_rsib(t){return t=t===void 0?new L(this.#e.with_id,this.#e.with_et):t,ri(this,t)}$add_lsib(t){return t=t===void 0?new L(this.#e.with_id,this.#e.with_et):t,nu(this,t)}$rsib_of_fst_ance_having_rsib(){return iu(this)}$sdfs_next(){return lu(this)}$drmost_des(){return ni(this)}$sdfs_prev(){return ou(this)}$sdfs(){return ye(this)}$dlmost_des(){return au(this)}$edfs_next(){return cu(this)}$lsib_of_fst_ance_having_lsib(){return uu(this)}$edfs_prev(){return _u(this)}$edfs(){return fu(this)}$offset(){return eu(this)}$sedfs_next(){return ii(this)}$sedfs_prev(t){return hu(this)}$sedfs(){return Gn(this)}$deses(t=!1){return Hn(this,t)}$lst_lyr_deses(){return tu(this)}$which_lyr_deses(t){return su(t,this)}$some_lyrs_deses(...t){return ru(this,...t)}$count(t=!0){return Hn(this,t).length}$depth(t=!1){return wt(this,t).length}$height(){let t=this.$depth(),n=this.$sdfs().map(l=>l.$depth());return Math.max(...n)-t+1}$pbreadth(){return Kc(this)}$breadth(){return Qc(this)}$width(){return Zc(this)}$lyr(){return Jc(this)}$lcin(){return Vc(this)}$rcin(){return Xc(this)}$luncle(){return Gc(this)}$runcle(){return zc(this)}$sdfs_repr(t=wu,r=!1){let n=this.$root(),i=ye(n),a=ye(this).map((c,u)=>t(c,u,i)).join(`
|
|
3
|
+
`);if(console.log(a),r)return a}$sedfs_repr(t=$u,r=!1){let n=this.$root();oi(n);let o=Gn(this).map((a,c)=>t(a,c)).join(`
|
|
4
|
+
`);if(console.log(o),r)return o}$disconn(){return be(this)}$rm_fstch(){let t=this._fstch;return be(t)}$rm_lstch(){let t=Bn(this);return be(t)}$rm_which(t){let r=Mn(t,this);return be(r)}$rm_some_children(...t){return Fn(this,...t).map(n=>be(n))}$rm_all_children(){return us(this).map(r=>be(r))}$dump(){if(this.$is_root())return yt(this);console.log("only root !!!")}$dump2file(t){if(this.$is_root()){let r=yt(this);Qn.wjson(t,r)}else console.log("only root !!!")}$sdfs2mat(){return Vn(ye(this))}$nest_dict(t="_children"){let r=Vn(ye(this));return mu(r,t)}$index(){return this.$sibseq()}$sdfs_index(){return this.$root().$sdfs().indexOf(this)}$sdfs_leafs(){return this.$root().$sdfs().filter(i=>i.$is_leaf())}$sdfs_nonleafs(){return this.$root().$sdfs().filter(i=>!i.$is_leaf())}$sdfs_leaf_index(){return this.$sdfs_leafs().indexOf(this)}$sdfs_nonleaf_index(){return this.$sdfs_nonleafs().indexOf(this)}$sdfs_next_action_for_srch(){return ku(this)}$sdfs_srch_action_list(){return xu(this)}$get_node_with_action(t){let r=this;for(let n=0;n<t.length;n++)r=r[t[n]]();return r}$replace_with(t,r=!0){return Tu(this,t,r)}[Symbol.iterator](){return this.$sdfs()[Symbol.iterator]()}get[Symbol.toStringTag](){return this.$guid?this.$guid.substr(0,8):"<empty>"}};Object.defineProperty(L,"name",{value:"\u200D"});function oi(e){let t=ye(e);return t.forEach((r,n)=>{r._id=n}),t}function Cu(e){let t=new V;return t._id=e._id,t.$guid=e._guid,t}function Kn(e,t){for(;t._id!==e;)t=t._parent;return t}function Je(e,t){let r=ai(t);for(let n of r)e[n]=t[n];return e}function $t(e){let t=Ke.dict_keys(e)[0],r=me.get_root(e[t],e),n=Cu(r);n=Je(n,r);let i=n,l=r,o=me.get_sdfs_next(l,e),a;for(;o!==null;)if(l._fstch===o._id)a=i.$prepend_child(),a._id=o._id,a.$guid=o._guid,a=Je(a,o),i=a,l=o,o=me.get_sdfs_next(l,e);else if(l._rsib===o._id)a=i.$add_rsib(),a._id=o._id,a.$guid=o._guid,a=Je(a,o),i=a,l=o,o=me.get_sdfs_next(l,e);else if(o._parent!==null&&o._parent!==void 0){let c=o._parent;i=Kn(c,i),a=i.$append_child(),a._id=o._id,a.$guid=o._guid,a=Je(a,o),i=a,l=o,o=me.get_sdfs_next(l,e)}else if(o._parent===void 0){let u=me.get_parent(o,e)._id;i=Kn(u,i),a=i.$append_child(),a._id=o._id,a.$guid=o._guid,a=Je(a,o),i=a,l=o,o=me.get_sdfs_next(l,e)}else console.log("Impossible",i,l,o);return n}function bt(e,t){return e[t]===null?null:e[t]===void 0?void 0:e[t]._id}function ai(e){return Ke.dict_keys(e).filter(n=>!Ic.includes(n))}function qu(e,t){let r=ai(e);for(let n of r)t[n]=e[n];return t}function yt(e){let t=oi(e),r=e._id,n={};return t.forEach((i,l)=>{let o={};o._tree=r,o._fstch=bt(i,"_fstch"),o._lsib=bt(i,"_lsib"),o._rsib=bt(i,"_rsib"),o._parent=bt(i,"_parent"),o._id=i._id,o._guid=i.$guid,o=qu(i,o),n[i._id]=o}),n}var V=class extends L{constructor(t=!0,r=!0){super(t,r),this._fstch=null,this._lsib=null,this._rsib=null,this._parent=null,this._tree=this}$is_parent_of(t){return t.$parent()===this}$is_root_of(t){return t.$root()===this}$is_descendant_of(t){return t.$deses(!1).indexOf(this)>=0}$is_inclusive_descendant_of(t){return t.$deses(!0).indexOf(this)>=0}$is_ancestor_of(t){return t.$ances(!1).indexOf(this)>=0}$is_inclusive_ancestor_of(t){return t.$ances(!0).indexOf(this)>=0}$is_sibling_of(t){return t.$sibs(!1).indexOf(this)>=0}$is_inclusive_siblings_of(t){return t.$sibs(!0).indexOf(this)>=0}$is_preceding_of(t){let r=t.$sdfs(),n=r.indexOf(t),i=r.indexof(this);return i>=0&&i<n}$is_following_of(t){let r=t.$sdfs(),n=r.indexOf(t);return r.indexof(this)>n}$is_first_child_of(t){return this===t.$fstch()}$is_child_of(t){return t.$children().indexOf(this)>=0}$is_last_child_of(t){return this===t.$lstch()}$is_previous_sibling_of(t){return this===t.$lsib()}$is_next_sibling_of(t){return this===t.$rsib()}};Object.defineProperty(V,"name",{value:"\u200D"});function ci(e){if(typeof e=="string"){let t=Qn.rjson(e);return $t(t)}else return typeof e=="object"?$t(e):new V}function Au(e,t="_children"){return bu(e,t)}function Nu(e){let t=e.$dump();return ci(ndict)}function ps(e,t,...r){let n=t(e,...r);return n=new Buffer.from(n).toString("base64"),n}function ui(e){let t=e.$ances(!0).map(r=>r.$children().length);return t=t.join("-"),t}function _i(e){return e.$pbreadth()+"-"+e.$breadth()+"-"+e.$depth()}function fi(e,t,...r){let n=ui(e);return t&&(out=ps(e,t,...r),n=n+"@"+out),n}function hi(e,t,...r){let n=_i(e);return t&&(out=ps(e,t,...r),n=n+"@"+out),n}function gs(e,t,r,n,i,...l){let o=r.$sdfs(),a=n.$sdfs();if(o.length!==a.length)return!1;{let c=o.map(_=>t(_,i,...l)),u=a.map(_=>t(_,i,...l));e&&(c.sort(),u.sort());for(let _=0;_<c.length;_++){let f=c[_],d=u[_];if(f!==d)return!1}}return!0}function Iu(e,t,r,...n){return gs(!1,hi,e,t,r,...n)}function Ou(e,t,r,...n){return gs(!0,fi,e,t,r,...n)}di.exports={SDFS_NEXT_BUILD_ACTION_DICT:li,build_from_srch_action_list:Eu,SDFS_NEXT_SRCH_ACTIONS:vu,RESERVED_EVENT_TYPES:["$msg__"],Node:L,Tree:V,Root:V,load:ci,load_from_nest_dict:Au,clone:Nu,get_cu_sign:ps,get_internal_sign_ignore_order:ui,get_internal_sign_keep_order:_i,get_sign_keep_order:hi,struct_eq:gs,struct_eq_keep_order:Iu,get_sign_ignore_order:fi,struct_eq_ignore_order:Ou}});var ms=h((vd,gi)=>{var Lu=pi(),ju=as(),Du=Vt();gi.exports={ndfunc:ju,ndcls:Lu,ndutil:Du}});var Et=h((Nd,bi)=>{var q=x(),Ru=ms(),{Root:Pu}=ms().ndcls,{TYPE_DICT:kd,isNode:xd,empty:m,is_bigint_str:Sd,is_jsint_str:Ed,NUM_TYPE_DICT:Td,parse_abnormal_num:Cd,parse_int:qd,parse_float:Ad,parse_num:Wu,to_str:St}=x(),j=class extends Pu{constructor(t=m){super(!1,!1),this.key=t,this.value=m,this.type=m,this.chtype=m,this.hashes=new Set,this.kcmt=[],this.bvcmt=[],this.avcmt=[]}kto_str(){return this.key===m?m:JSON.stringify(this.key)}is_undefined(){return this.type===q.TYPE_DICT.UndefinedLiteral}is_null(){return this.type===q.TYPE_DICT.NullLiteral}is_boolean(){return this.type>=2&&this.type<=4}is_false(){return this.type===3}is_true(){return this.type===4}is_numerical(){return nd.type>=5&&nd.type<=11}is_int(){return this.type===6}is_float(){return this.type===7}is_bigint(){return this.type===8}is_infi(){return this.type===9||this.type===10}is_pos_infi(){return this.type===9}is_neg_infi(){return this.type===10}is_nan(){return this.type===11}is_str(){return this.type===12}is_ary(){return this.type===13}is_ele(){return this.chtype===14}is_dict(){return this.type===15}is_prop(){return this.chtype===16}is_ref(){return this.type===17}is_leaf(){return!this.is_ary()&&!this.is_dict()}is_cmt(){return this.is_lcmt()||this.is_blcmt()}is_lcmt(){return this.type>=18&&this.type<=22}is_blcmt(){return this.type>=23&&this.type<=27}is_ttcmt(){return this.type===19||this.type===24}is_kcmt(){return this.type===20||this.type===25}is_bvcmt(){return this.type===21||this.type===26}is_avcmt(){return this.type===22||this.type===27}is_prim(){return this.is_leaf()&&!is_cmt()}},bs=class extends j{constructor(t=m){super(t),this.value=void 0,this.type=q.TYPE_DICT.UndefinedLiteral}vto_rawstr(){return St(this.value)}},ys=class extends j{constructor(t=m){super(t),this.value=null,this.type=q.TYPE_DICT.NullLiteral}vto_rawstr(){return St(this.value)}},ws=class extends j{constructor(t,r=m){super(r),t==="true"&&(this.value=!0,this.type=q.TYPE_DICT.BooleanLiteral.TrueLiteral),t==="false"&&(this.value=!1,this.type=q.TYPE_DICT.BooleanLiteral.FalseLiteral)}vto_rawstr(){return St(this.value)}},$s=class extends j{constructor(t,r=m){if(super(r),typeof t=="string"){let n=Wu(t,!0);this.value=n.value,this.type=n.type}else this.value=t.value,this.type=t.type}vto_rawstr(){let t=St(this.value);return this.type===q.TYPE_DICT.NumericLiteral.Float&&!t.includes(".")&&(t=t+"."),t}};function Qe(e){return e=JSON.stringify(e),e.substr(1,e.length-2)}var vs=class extends j{constructor(t,r=m){super(r),this.value=t,this.type=q.TYPE_DICT.StringLiteral}vto_rawstr(){return Qe(this.value)}};function Bu(e){e instanceof xt?e.type=q.TYPE_DICT.CommentLine.tt:e.type=q.TYPE_DICT.CommentBlock.tt}function Mu(e,t){return{lsib:e.$lsib(),data:t}}function mi(e,t){Bu(t);let r=Mu(e,t);return e.ttcmt.push(r),r}var ks=class extends j{constructor(t=m){super(t),this.value=[],this.type=q.TYPE_DICT.ArrayExpression._self,this.open=m,this.close=m,this.ttcmt=[]}is_inited(){return this.open===m&&this.close===m}is_opened(){return this.open!==m&&this.close===m}is_closed(){return this.open!==m&&this.close!==m}append_child(t){return t.chtype=q.TYPE_DICT.ArrayExpression.element,t.is_ref()?this.value.push(t.value.value):this.value.push(t.value),this.$append_child(t)}append_ttcmt(t){return mi(this,t)}},xs=class extends j{constructor(t=m){super(t),this.value={},this.type=q.TYPE_DICT.ObjectExpression._self,this.open=m,this.close=m,this.ttcmt=[]}is_inited(){return this.open===m&&this.close===m}is_opened(){return this.open!==m&&this.close===m}is_closed(){return this.open!==m&&this.close!==m}append_child(t){return t.chtype=q.TYPE_DICT.ObjectExpression.property,t.is_ref()?this.value[t.key]=t.value.value:this.value[t.key]=t.value,this.$append_child(t)}append_ttcmt(t){return mi(this,t)}},Ss=class extends j{constructor(t,r=m){super(r),this.value=t,this.type=q.TYPE_DICT._Ref}vto_rawstr(){if(this.value.is_leaf())return this.value.vto_rawstr();if(this.value.key!==m)return'&"'+Qe(this.value.key)+'"';for(let t of this.value.hashes)return'&"'+Qe(t)+'"'}},xt=class extends j{constructor(t){super(),this.value=t,this.type=q.TYPE_DICT.CommentLine._self}vto_rawstr(t=`
|
|
5
|
+
`){return"//"+Qe(this.value)+t}},Es=class extends j{constructor(t){super(),this.value=t,this.type=q.TYPE_DICT.CommentBlock._self}vto_rawstr(){return"/*"+Qe(this.value)+"*/"}};bi.exports={UndefinedLiteral:bs,NullLiteral:ys,BooleanLiteral:ws,NumericLiteral:$s,StringLiteral:vs,ArrayExpression:ks,ObjectExpression:xs,_Ref:Ss,CommentLine:xt,CommentBlock:Es,_ndtree:Ru}});var Si=h((Id,xi)=>{var{empty:qs}=x(),{UndefinedLiteral:yi,NullLiteral:wi,BooleanLiteral:$i,NumericLiteral:vi,StringLiteral:Ts,ArrayExpression:Fu,ObjectExpression:Yu,CommentLine:Hu,CommentBlock:Uu,_Ref:Cs}=Et();function Gu(e,t){let r=qs,n=e;for(;n!==null;){if(n.key===t){r=n;break}else if(n.hashes.has(t)){r=n;break}else if(n.$sibseq().toString()===t){r=n;break}n=n.$sdfs_prev()}return r!==null?r:qs}function ki(e,t){return e instanceof yi?new yi("undefined",t):e instanceof wi?new wi("null",t):e instanceof $i?new $i(e.vto_rawstr(),t):e instanceof vi?new vi(e.vto_rawstr(),t):e instanceof Ts?new Ts(e.value,t):e instanceof Hu||e instanceof Uu?new Ts(e.value,t):e instanceof Fu?new Cs(e,t):e instanceof Yu?new Cs(e,t):e instanceof Cs?(e=e.value,ki(e,t)):qs}xi.exports={find_refnd_with_hash:Gu,clone:ki}});var Ri=h((Od,we)=>{var zu=Array,Vu=x(),{empty:$,parse0:Xu}=x(),et=class extends zu{get lst(){return this[this.length-1]}set lst(t){this[this.length-1]=t}get top(){return this[this.length-1]}set top(t){this[this.length-1]=t}get fst(){return this[0]}set fst(t){this[0]=t}get bot(){return this[0]}set bot(t){this[0]=t}*gen_from_lst(){for(let t=this.length-1;t>-1;t--)yield this[t]}};function*Ju(e){for(let t of e)yield t;e=null}function*Ku(e,t){yield*t,yield*e}var tt=zt(),As=xe(),Ae=nn(),{UndefinedLiteral:Qu,NullLiteral:Zu,BooleanLiteral:Ei,NumericLiteral:e_,StringLiteral:Ti,CommentLine:Ze,CommentBlock:t_,ArrayExpression:Ns,ObjectExpression:s_}=Et(),U=I(),Ci=U.gtv,le=U.STATE_DICT,Is=U.LEFTED_TYPE,qe=U.AVND_CACHE_STATE_DICT,H=x(),w=te(),qi=Si();function*ji(e){for(;e.length>0;)yield e.pop()}function Ai(e){let t;return e.__is_sync_mode()?t=tt.from_generator(e.g,e.ch_cache.curr):t=tt.from_generator(ji(e.unshift_cache),e.ch_cache.curr),t}function Ni(e,t,r){e.lefted.type=Is.quote,e.lefted.data={rslt:t.rslt,lefted:t.ch,state:t.state,quote:r},e.state=U.get_main_eofv_with_code(e.state)}function Di(e,t,r){e.lefted.type=r,e.lefted.data={rslt:t.rslt,lefted:t.ch,state:t.state}}function r_(e,t,r){return Di(e,t,r),e.state=U.get_lcmt_eofv_with_code(e.state),e}function n_(e,t,r){return Di(e,t,r),e.state=U.get_blkcmt_eofv_with_code(e.state),e}function i_(e,t){let r;return e.__is_sync_mode()?r=t(e.g,e.ch_cache.curr):r=t(ji(e.unshift_cache),e.ch_cache.curr),r}function Ii(e,t,r,n){let i=i_(e,r);return i.state!==Ae.STATE_DICT.succ?((t===Ze?r_:n_)(e,i,n),$):new t(i.rslt)}function Oi(e,t){let r=new t(e.str_cache.k);return e.$set_avnd_cache(r),e.$mv_key_to_nd(r),e.$mv_kcmt_to_kcmt(),e.$mv_bvcmt_to_bvcmt(),r.open=e.ch_cache.curr,e.stack.lst.append_child(r),e.stack.push(r),t===Ns?e.state=le.bv:e.state=le.bk,e}var Os=Symbol("root_lblk_ch"),Li=Symbol("root_rblk_ch"),Ne=class{#t=Ci(le.bv);#e=new et;constructor(t,r=" "){if(r!==$){let i=Ju(r);t=Ku(t,i)}this.g=t,this.lefted={type:$,data:$},this.ch_cache={tmp:$,curr:$},this.str_cache={k:$,v:$,maybe_vquote:$},this.cmt_cache={kcmt:[],bvcmt:[],avcmt:[]};let n=new Ns;this.stack.push(n),n.open=Os,this.avnd_cache={state:qe.handling,data:n},this.unshift_cache=new et,this.mode="sync"}__use_sync_mode(){this.mode="sync"}__use_async_mode(){this.mode="async"}__is_sync_mode(){return this.mode==="sync"}__is_async_mode(){return this.mode==="async"}__unshift_g(t){t=t??this.ch_cache.curr;for(let r of t)this.unshift_cache.unshift(r)}$has_yield_sign(){return this.avnd_cache.state===qe.handled}$set_yield_sign(){this.avnd_cache.state=qe.handled}$clear_yield_sign(){this.avnd_cache.state=qe.handling}get state(){return this.#t}set state(t){this.#t=Ci(t)}get stack(){return this.#e}$next_ch(){return this.unshift_cache.length>0?this.ch_cache.curr=this.unshift_cache.pop():this.ch_cache.curr=this.g.next().value,this.ch_cache.curr}$is_currch_eof(){return this.ch_cache.curr===void 0}$handle_main_eof(){return this.state=U.get_main_eofv_with_code(this.state),this}$is_currch_comma(){return w.commas.has(this.ch_cache.curr)}$is_currch_colon(){return w.colons.has(this.ch_cache.curr)}$is_currch_ws(){return As.is_ws(this.ch_cache.curr)}$is_currch_quote(){return w.quotes.has(this.ch_cache.curr)}$is_currch_slash(){return this.ch_cache.curr===w.slash}$is_currch_asterisk(){return this.ch_cache.curr===w.asterisk}$is_currch_ary_lblk(){return w.array_blks.lhas(this.ch_cache.curr)}$is_currch_obj_lblk(){return w.obj_blks.lhas(this.ch_cache.curr)}$is_currch_lblk(){return this.$is_currch_ary_lblk()||this.$is_currch_obj_lblk()}$is_currch_ary_rblk(){return w.array_blks.rhas(this.ch_cache.curr)}$is_currch_obj_rblk(){return w.obj_blks.rhas(this.ch_cache.curr)}$is_currch_rblk(){return this.$is_currch_ary_rblk()||this.$is_currch_obj_rblk()}$is_currch_hash(){return w.hash===this.ch_cache.curr}$is_currch_ref(){return w.ref===this.ch_cache.curr}$mv_avcmt_to_avcmt(){let t=this.avnd_cache.data;t.avcmt=this.cmt_cache.avcmt,this.cmt_cache.avcmt=[]}$change_state_when_end_av(t=$,r=$){return this.stack.lst.is_ary()?t===$?this.state=le.bv:(this.state=le.v,this.str_cache.v=t,r===$||(this.str_cache.maybe_vquote=r)):t===$?this.state=le.bk:(this.state=le.k,this.str_cache.k=t),this.state}$vcache_to_nd(){let t=this.str_cache.v,r;if(this.str_cache.maybe_vquote===$){let n=Xu(t,{only_value:!1,with_value:!0,with_type:!0,unknown_as_string:!0});n.type===H.TYPE_DICT.UndefinedLiteral?r=new Qu(this.str_cache.k):n.type===H.TYPE_DICT.NullLiteral?r=new Zu(this.str_cache.k):n.type===H.TYPE_DICT.BooleanLiteral.TrueLiteral?r=new Ei("true",this.str_cache.k):n.type===H.TYPE_DICT.BooleanLiteral.FalseLiteral?r=new Ei("false",this.str_cache.k):n.type===H.TYPE_DICT.StringLiteral?r=new Ti(n.value,this.str_cache.k):r=new e_(n,this.str_cache.k)}else r=new Ti(t,this.str_cache.k);return this.str_cache.v=$,this.str_cache.maybe_vquote=$,r}$mv_kcmt_to_kcmt(){let t=this.avnd_cache.data;t.kcmt=this.cmt_cache.kcmt,this.cmt_cache.kcmt=[]}$mv_bvcmt_to_bvcmt(){let t=this.avnd_cache.data;t.bvcmt=this.cmt_cache.bvcmt,this.cmt_cache.bvcmt=[]}$mv_key_to_nd(){let t=this.avnd_cache.data;return t.key=this.str_cache.k,this.str_cache.k=$,t.key}$set_avnd_cache(t,r=qe.handling){return this.avnd_cache.data=t,this.avnd_cache.state=r,this.avnd_cache}$setup_leafnd(){let t=this.$vcache_to_nd();this.$set_avnd_cache(t,qe.handling),this.$mv_key_to_nd(),this.$mv_kcmt_to_kcmt(),this.$mv_bvcmt_to_bvcmt(),this.$mv_avcmt_to_avcmt(),this.stack.lst.append_child(t)}$handle_quote(t){let r=Ai(this);return r.state!==tt.STATE_DICT.succ?(Ni(this,r,t),$):r.rslt}$abandon_key_when_end_bv(){this.cmt_cache.kcmt=[],this.cmt_cache.bvcmt=[],this.str_cache.k=$}$refresh_key(t=$){t===$?this.str_cache.k=this.ch_cache.curr:this.str_cache.k=t,this.cmt_cache.kcmt=[]}$handle_lcmt(){return Ii(this,Ze,Ae.lc_from_generator,Is.lcmt)}$handle_blkcmt(){return Ii(this,t_,Ae.blk_from_generator,Is.blkcmt)}$push_kcmt(t){t.type=Ae instanceof Ze?H.TYPE_DICT.CommentLine.k:H.TYPE_DICT.CommentBlock.k,this.cmt_cache.kcmt.push(t)}$push_bvcmt(t){let r=t instanceof Ze?"CommentLine":"CommentBlock";t.type=H.TYPE_DICT[r].bv,this.cmt_cache.bvcmt.push(t)}$push_avcmt(t){t.type=Ae instanceof Ze?H.TYPE_DICT.CommentLine.k:H.TYPE_DICT.CommentBlock.k,this.cmt_cache.avcmt.push(t)}$mv_avcmt_to_ttcmt(t){t=t??this.avnd_cache.data.$parent();for(let r of this.cmt_cache.avcmt)t.$append_child(r);this.cmt_cache.avcmt=[]}$open_nonleaf_nd(){if(w.array_blks.lhas(this.ch_cache.curr))return Oi(this,Ns);if(w.obj_blks.lhas(this.ch_cache.curr))return Oi(this,s_)}$is_rblk_match(){let t=this.stack.lst,r=t.is_ary()?"array_blks":"obj_blks";return w[r].getl(this.ch_cache.curr)===t.open}$close_nonleaf_nd(){let t=this.stack.lst;t.close=this.ch_cache.curr,this.$set_avnd_cache(t),this.stack.pop(),this.state=le.av}$get_hash_or_ref(t="#"){let r=$,n=this.$next_ch(),i="";for(;!As.is_ws(n)&&!w.commas.has(n)&&!w.colons.has(n)&&!w.array_blks.has(n)&&!w.obj_blks.has(n)&&n!==w.hash&&n!==w.ref&&n!==w.slash;)if(w.quotes.has(n)){let l=Ai(this);if(l.state!==tt.STATE_DICT.succ)return Ni(this,l,this.ch_cache.curr),t===w.hash?this.state=U.get_hash_quote_eofv_with_code(this.state):this.state=U.get_ref_quote_eofv_with_code(this.state),r;i=i+l.rslt,n=this.$next_ch()}else{if(n===void 0)return $handle_main_eof(),r;i=i+n,n=this.$next_ch()}return this.__unshift_g(n),r=i,r}$is_hash_of_pnd(){return this.stack.lst.$children().length===0}$find_ref(t){let r=this.stack.lst,n=r.$lstch();return n===null&&(n=r),qi.find_refnd_with_hash(n,t)}$add_ref_to_parent(t){let r=this.stack.lst,n=qi.clone(t,this.str_cache.k);this.$set_avnd_cache(n),this.$mv_key_to_nd(n),this.$mv_kcmt_to_kcmt(),this.$mv_bvcmt_to_bvcmt(),r.append_child(n)}};Ne[Os]=Os;Ne[Li]=Li;Ne.MODES=["sync","async"];we.exports=Ne;we.exports.Stack=et;we.exports._type_util=Vu;we.exports._esc=tt;we.exports._cmt=Ae;we.exports._ws=As});var Mi=h((Ld,Bi)=>{var{empty:Pi}=x(),Wi=I(),Ie=Wi.gtv,G=Wi.STATE_DICT;function l_(e){let t=e.state;return t===Ie(G.bk)||(t===Ie(G.k)||t===Ie(G.ak)?(e.str_cache.k=Pi,e.state=G.bk):t===Ie(G.bv)?(e.$abandon_key_when_end_bv(),e.stack.lst.is_ary()?e.state=G.bv:e.state=G.bk):t===Ie(G.v)?(e.$setup_leafnd(),e.$change_state_when_end_av()):t===Ie(G.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av())),e}Bi.exports=l_});var Hi=h((Dd,Yi)=>{var{empty:jd}=x(),Fi=I(),Oe=Fi.gtv,oe=Fi.STATE_DICT;function o_(e){let t=e.state;return t===Oe(oe.bk)||(t===Oe(oe.k)||t===Oe(oe.ak)?e.state=oe.bv:t===Oe(oe.bv)||(t===Oe(oe.v)?(e.$setup_leafnd(),e.$change_state_when_end_av()):t===Oe(oe.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av()))),e}Yi.exports=o_});var Ls=h((Pd,Gi)=>{var{empty:Rd}=x(),Ui=I(),Le=Ui.gtv,ae=Ui.STATE_DICT;function a_(e){let t=e.state;return t===Le(ae.bk)||(t===Le(ae.k)?e.state=ae.ak:t===Le(ae.ak)||t===Le(ae.bv)||(t===Le(ae.v)?(e.$setup_leafnd(),e.state=ae.av):Le(ae.av))),e}Gi.exports=a_});var Ji=h((Wd,Xi)=>{var{empty:zi}=x(),Vi=I(),je=Vi.gtv,X=Vi.STATE_DICT;function c_(e,t){let r=e.state,n=e.$handle_quote(t);return n===zi||(r===je(X.bk)?(e.str_cache.k=n,e.state=X.k):r===je(X.k)?e.str_cache.k=e.str_cache.k+n:r===je(X.ak)?(e.$refresh_key(n),e.state=X.k):r===je(X.bv)?(e.str_cache.maybe_vquote=t,e.str_cache.v=n,e.state=X.v):r===je(X.v)?(e.str_cache.v=e.str_cache.v+n,e.str_cache.maybe_vquote=zi):r===je(X.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av(n,t))),e}Xi.exports=c_});var el=h((Bd,Zi)=>{var{empty:Ki}=x(),js=I(),D=js.gtv,E=js.STATE_DICT,u_=js.LEFTED_TYPE,$e=te();function Qi(e,t){let r=e.state,n=e[t]();if(n!==Ki){let i=e.stack.lst;if(r===D(E.bk))i.append_ttcmt(n);else if(r===D(E.k))e.$push_kcmt(n),e.state=E.ak;else if(r===D(E.ak))e.$push_kcmt(n);else if(r===D(E.bv))i.is_ary()?i.append_ttcmt(n):i.is_dict()&&e.$push_bvcmt(n);else if(r===D(E.v))e.$setup_leafnd(),e.state=E.av;else if(r===D(E.av)){let l=e.stack.lst;l.is_ary()?(l.append_ttcmt(n),e.state=E.bv):l.is_dict()&&e.$push_avcmt(n)}}return e}function __(e){return Qi(e,"$handle_lcmt")}function f_(e){return Qi(e,"$handle_blkcmt")}function h_(e){let t=e.state;t===D(E.bk)?(e.__unshift_g(e.ch_cache.curr),e.str_cache.k=$e.slash,e.state=E.k):t===D(E.k)?(e.__unshift_g(e.ch_cache.curr),e.str_cache.k=e.str_cache.k+$e.slash):t===D(E.ak)?(e.__unshift_g(e.ch_cache.curr),e.$refresh_key($e.slash),e.state=E.k):t===D(E.bv)?(e.__unshift_g(e.ch_cache.curr),e.str_cache.v=$e.slash,e.state=E.v):t===D(E.v)?(e.__unshift_g(e.ch_cache.curr),e.str_cache.v=e.str_cache.v+$e.slash,e.str_cache.maybe_vquote=Ki):t===D(E.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av($e.slash))}function d_(e){let t=e.state,r=e.$next_ch();return e.$is_currch_eof()?(e.lefted.data=$e.slash,e.lefted.type=u_.backslash,e.$handle_main_eof()):e.$is_currch_slash()?__(e):e.$is_currch_asterisk()?f_(e):h_(e),e}Zi.exports=d_});var rl=h((Fd,sl)=>{var{empty:Md}=x(),tl=I(),De=tl.gtv,ce=tl.STATE_DICT;function p_(e){let t=e.state;return t===De(ce.bk)?(e.str_cache.k=e.ch_cache.curr,e.state=ce.k):t===De(ce.k)?e.str_cache.k=e.str_cache.k+e.ch_cache.curr:t===De(ce.ak)?(e.$refresh_key(),e.state=ce.k):t===De(ce.bv)?e.$open_nonleaf_nd():t===De(ce.v)?(e.$setup_leafnd(),e.$change_state_when_end_av(),e.__unshift_g(e.ch_cache.curr)):t===De(ce.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av(),e.__unshift_g(e.ch_cache.curr)),e}sl.exports=p_});var ol=h((Yd,ll)=>{var{empty:nl}=x(),il=I(),Re=il.gtv,ve=il.STATE_DICT,g_=Ls();function m_(e){let t=e.state;return t===Re(ve.bk)?e.$close_nonleaf_nd():t===Re(ve.k)?(e.str_cache.k=nl,e.$close_nonleaf_nd()):t===Re(ve.ak)?(e.$refresh_key(),e.str_cache.k=nl,e.$close_nonleaf_nd()):t===Re(ve.bv)?(e.$abandon_key_when_end_bv(),e.$close_nonleaf_nd()):t===Re(ve.v)?(e.$setup_leafnd(),e.state=ve.av,e.__unshift_g(e.ch_cache.curr)):t===Re(ve.av)&&(e.$has_yield_sign()?(e.$clear_yield_sign(),e.$close_nonleaf_nd()):(e.$mv_avcmt_to_avcmt(),e.$set_yield_sign(),e.__unshift_g(e.ch_cache.curr))),e}function b_(e){return e.$is_rblk_match()?m_(e):g_(e),e}ll.exports=b_});var _l=h((Hd,ul)=>{var{empty:y_}=x(),cl=I(),Pe=cl.gtv,ue=cl.STATE_DICT,w_=te(),{CommentLine:al}=Et();function $_(e){let t=e.state,r=e.$get_hash_or_ref(w_.hash);if(r!==y_){let n=e.stack.lst;if(t===Pe(ue.bk))e.$is_hash_of_pnd()&&n.hashes.add(r);else if(t===Pe(ue.k)){let i=new al(r);e.$push_kcmt(i),e.state=ue.ak}else if(t===Pe(ue.ak)){let i=new al(r);e.$push_kcmt(i)}else t===Pe(ue.bv)?e.$is_hash_of_pnd()&&n.is_ary()&&n.hashes.add(r):t===Pe(ue.v)?(e.$setup_leafnd(),e.avnd_cache.data.hashes.add(r),e.state=ue.av):t===Pe(ue.av)&&e.avnd_cache.data.hashes.add(r)}return e}ul.exports=$_});var dl=h((Ud,hl)=>{var{empty:Ds}=x(),fl=I(),We=fl.gtv,O=fl.STATE_DICT,v_=te();function k_(e){let t=e.state,r=e.$get_hash_or_ref(v_.ref);if(r!==Ds){let n=e.$find_ref(r);if(n!==Ds){let i=e.stack.lst;t===We(O.bk)||t===We(O.k)||t===We(O.ak)?(e.$refresh_key(n.vto_rawstr()),e.state=O.ak):t===We(O.bv)?(e.$add_ref_to_parent(n),e.state=O.av):t===We(O.v)?(e.str_cache.maybe_vquote=Ds,e.$setup_leafnd(),e.state=O.av):t===We(O.av)&&(e.$has_yield_sign()?(e.$clear_yield_sign(),i.is_ary()?(e.$add_ref_to_parent(n),e.state=O.av):i.is_dict()&&(e.str_cache.k=n.vto_rawstr(),e.state=O.ak)):(e.$mv_avcmt_to_avcmt(),e.$set_yield_sign()))}}return e}hl.exports=k_});var ml=h((Gd,gl)=>{var{empty:x_}=x(),pl=I(),Be=pl.gtv,J=pl.STATE_DICT;function S_(e){let t=e.state;return t===Be(J.bk)?(e.str_cache.k=e.ch_cache.curr,e.state=J.k):t===Be(J.k)?e.str_cache.k=e.str_cache.k+e.ch_cache.curr:t===Be(J.ak)?(e.$refresh_key(),e.state=J.k):t===Be(J.bv)?(e.str_cache.v=e.ch_cache.curr,e.state=J.v):t===Be(J.v)?(e.str_cache.v=e.str_cache.v+e.ch_cache.curr,e.str_cache.maybe_vquote=x_):t===Be(J.av)&&(e.$mv_avcmt_to_avcmt(),e.$change_state_when_end_av(),e.__unshift_g(e.ch_cache.curr)),e}gl.exports=S_});var vl=h((zd,$l)=>{var{empty:E_}=x(),T_=Ri(),C_=Mi(),q_=Hi(),A_=Ls(),N_=Ji(),I_=el(),O_=rl(),L_=ol(),j_=_l(),D_=dl(),R_=ml(),wl=I(),bl=wl.gtv,yl=wl.STATE_DICT,P_=te();function*W_(e,t=E_){let r=new T_(e,t);for(;;)if(r.$next_ch(),r.$is_currch_eof()){r.$handle_main_eof(),yield r;break}else r.$is_currch_comma()?(C_(r),yield r):r.$is_currch_colon()?(q_(r),yield r):r.$is_currch_ws()?(A_(r),yield r):r.$is_currch_quote()?(N_(r,r.ch_cache.curr),yield r):r.$is_currch_slash()?(I_(r),yield r):r.$is_currch_lblk()?(O_(r),yield r):r.$is_currch_rblk()?(L_(r),yield r):r.$is_currch_hash()?(j_(r),yield r):r.$is_currch_ref()?r.state===bl(yl.av)||r.state===bl(yl.v)?r.__unshift_g(P_.fst_comma+r.ch_cache.curr):(D_(r),yield r):(R_(r),yield r)}$l.exports=W_});var Tl=h((Vd,El)=>{var{sync_gen_from_str:Rs}=jr(),{is_should_yield:Ps}=I(),P=te(),{is_nl:B_,is_ws:kl}=xe(),Ws=vl(),M_={enable_ref:!1,encoding:"utf8"};function xl(e,t={enable_ref:!1}){let r=Ws(e),n=r.next().value,i=n.avnd_cache.data.$root(),l=n.state;for(let o of r){let a=o.state;if(Ps(n,l,a)&&!t.enable_ref){let c=n.avnd_cache.data;c.$disconn(),c=null}l=a}return i}function F_(e,t={enable_ref:!1}){let r=Rs(e);return xl(r,t)}function*Sl(e,t={enable_ref:!1,encoding:"utf8"}){let r=Ws(e),n=r.next().value,i=n.state;for(let l of r){let o=l.state;if(Ps(n,i,o)&&!t.enable_ref){let a=n.avnd_cache.data;yield a,a.$disconn(),a=null}i=o}}function*Y_(e,t={enable_ref:!1,encoding:"utf8"}){let r=Rs(e);yield*Sl(r,t)}function H_(){return{d:void 0,ppg:void 0,prev:void 0,curr:void 0,can_send:!1,data:"",state:"init",label:"",pstate:""}}function U_(e){let t=Rs(""),r=Ws(t," "),n=r.next().value;n.__use_async_mode();let i=H_();return i.rt=n.avnd_cache.data,i.prev=n.state,i.ppg=r,i.d=n,i}function G_(e,t){return e.data=e.data+t,e.state==="init"?t===P.slash?e.state="slash":P.quotes.has(t)?(e.label=t,e.state="quote"):t===P.hash?e.state="hash":t===P.ref?e.state="ref":e.can_send=!0:e.state==="quote"?t==="\\"?(e.state="esc",e.pstate="quote"):t===e.label&&(e.pstate!==""?(e.state=e.pstate,e.pstate=""):e.can_send=!0):e.state==="slash"?t===P.slash?e.state="lcmt":t===P.asterisk?e.state="blkcmt":P.quotes.has(t)?(e.label=t,e.state="quote"):e.can_send=!0:e.state==="lcmt"?t==="\\"?(e.state="esc",e.pstate="lcmt"):B_(t)&&(e.can_send=!0):e.state==="blkcmt"?t==="\\"?(e.state="esc",e.pstate="blkcmt"):t===P.asterisk&&(e.state="asterisk"):e.state==="asterisk"?t==="\\"?(e.state="esc",e.pstate="blkcmt"):t===P.slash&&(e.can_send=!0):e.state==="hash"?kl(t)?e.can_send=!0:P.quotes.has(t)&&(e.state="quote",e.pstate="hash"):e.state==="ref"?kl(t)?e.can_send=!0:P.quotes.has(t)&&(e.state="quote",e.pstate="ref"):e.state==="esc"?(e.state=e.pstate,e.pstate=""):console.log("impossible"),e}async function*z_(e,t){for(let r of e)G_(t,r),t.can_send&&(yield t,t.data="",t.state="init",t.label="",t.can_send=!1)}async function*V_(e){let t=U_(e);for await(let r of e)yield*z_(r,t);yield t}function X_(e){let t=e.d.unshift_cache;t.forEach(r=>{e.prev=e.curr,e.d=e.ppg.next().value,e.curr=e.d.state}),t=null}async function*J_(e,t){if(e.d.__unshift_g(e.data),e.prev=e.curr,e.d=e.ppg.next().value,e.curr=e.d.state,Ps(e.d,e.prev,e.curr)&&!t.enable_ref){let r=e.d.avnd_cache.data;yield r,r.$disconn(),r=null}}async function*K_(e,t={enable_ref:!1,encoding:"utf8"}){e=V_(e);let r;for await(r of e)X_(r),yield*J_(r,t);yield r.rt}El.exports={OPT_DICT:M_,parse_from_generator:xl,parse_from_str:F_,gen_from_generator:Sl,gen_from_str:Y_,agen_from_generator:K_}});var Tt=h((Xd,rt)=>{var{empty:Q_}=x(),Z_=te(),st=Tl();function Bs(e){return e.length===1?e[0]:e}function ef(){for(let e in st){let t;e.startsWith("gen_")?t=function*(r,n={enable_ref:!1,encoding:"utf8"}){let i=st[e](r,n);for(let l of i)l=Bs(l),yield[l.key,l.value]}:e.startsWith("agen_")?t=async function*(r,n={enable_ref:!1,encoding:"utf8"}){let i=st[e](r,n);for await(let l of i)l=Bs(l),yield[l.key,l.value]}:t=function(r,n={enable_ref:!1,encoding:"utf8"}){let i=st[e](r,n).value;return Bs(i)},Object.defineProperty(t,"name",{value:e}),rt.exports[e]=t}rt.exports.OPT_DICT=st.OPT_DICT}ef();rt.exports.CFG=Z_;rt.exports.empty=Q_});var Nl=h((Jd,Al)=>{var Ms=(e,t)=>{let r=btoa(unescape(encodeURIComponent(t.trim())));return`data:${e};base64,${r}`},Ct=(e,t={})=>{let r={...t};return r.src===void 0&&e.trim()!==""&&(r.src=Ms("text/javascript",e)),`<script${Object.entries(r).map(([i,l])=>` ${i}=${JSON.stringify(l)}`).join("")}><\/script>`},Cl=(e,t={})=>{let r={...t,rel:"stylesheet"};return r.href===void 0&&e.trim()!==""&&(r.href=Ms("text/css",e)),`<link${Object.entries(r).map(([i,l])=>` ${i}=${JSON.stringify(l)}`).join("")}>`},ql=e=>e.replace(/[&<>"']/g,t=>({"&":"&","<":"<",">":">",'"':""","'":"'"})[t]),tf=(e,t=(r,n,i,l,o,a)=>!0)=>{let r=[],n=(i,l,o,a)=>{let[c,u,_]=i;t(i,c,l,o,i,a)&&r.push({tag:c,attrs:u,depth:o,node:i}),Array.isArray(_)&&_.forEach((f,d)=>{n(f,d,o+1,i)})};return n(e,0,0,null),r},sf=e=>{let t=[],r=(n,i)=>{if(!Array.isArray(n))return;let[l,o,a]=n;if(o&&Object.keys(o).length>0&&t.push({tag:l,attrs:{...o},depth:i}),Array.isArray(a))for(let c=0;c<a.length;c++)r(a[c],i+1)};return r(e,0),t},rf=e=>{let t=[],r=n=>{let[i,l,o]=n;if(l&&l.id){let a=l.class?l.class.split(/\s+/):[];t.push([l.id,a])}Array.isArray(o)&&o.forEach(r)};return r(e),t},nf=e=>{let t=[],r=n=>{if(!Array.isArray(n))return;let[i,l,o]=n;if(i&&l&&l.id&&t.push([i.toLowerCase(),l.id]),Array.isArray(o))for(let a=0;a<o.length;a++)r(o[a])};return r(e),t},lf=e=>{let t=[],r=n=>{let[i,l,o]=n;l&&l.id&&t.push(l.id),Array.isArray(o)&&o.forEach(r)};return r(e),t},Fs=e=>{let t=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),[r,n,i]=e,l=r.toLowerCase(),o=n.___text___||"",a={...n};if(delete a.___text___,l==="script"){if(a.src!==void 0&&o.trim()!==""){let f=Ct("",a),d=Ct(o,{type:a.type});return`${f}
|
|
6
|
+
${d}`}return Ct(o,a)}if(l==="style"||l==="link"&&a.rel==="stylesheet")return Cl(o,a);let c="";for(let[f,d]of Object.entries(a))c+=` ${f}=${JSON.stringify(d)}`;if(t.has(l))return`<${r}${c}>`;let u=l==="textarea"||l==="pre"||l==="script"||l==="style"?o:ql(o),_=i.map(f=>Fs(f)).join("");return`<${r}${c}>${u}${_}</${r}>`},Ys=e=>{let[t,r,n]=e,i=document.createElement(t);for(let[l,o]of Object.entries(r))l==="___text___"?i.textContent=o:i.setAttribute(l,o);return n.forEach(l=>{i.appendChild(Ys(l))}),i},of=(e,...t)=>Object.entries(e).map(([r,n])=>{let i=Object.entries(n).map(([l,o])=>`${l}:${o};`).join("");return`${r}{${i}}`}).join(`
|
|
7
|
+
`),af=(e,t=!1)=>{let r=e.split("-");for(let n=1;n<r.length;++n)r[n]=r[n].charAt(0).toUpperCase()+r[n].slice(1);return t&&(r[0]=r[0].charAt(0).toUpperCase()+r[0].slice(1)),r.join("")},cf=e=>e.replace(/-/g,"_"),uf=(e,t)=>typeof e=="string"?(e=e.trim().toLowerCase(),e==="false"||e==="0"||e==="no"||e==="off"||e==="fls"||e==="f"||e==="null"||e==="nul"||e==="none"||e==="nu"||e==="n"?!1:e==="true"||e==="1"||e==="yes"||e==="on"||e==="tru"||e==="t"||e==="y"?!0:e===""||e==="undefined"||e==="un"||e==="default"||e==="dflt"?!!t:!!e):e===void 0?!!t:!!e,_f=e=>{let t=e.replace(/[^0-9.-]/g,"");return parseFloat(t)},ff=(e,t="ele",...r)=>{if(typeof document>"u"||t==="html")return Fs(e);let n=Ys(e);if(t==="ele")return n;{let i=n.outerHTML;return n=null,i}};Al.exports={to_base64_uri:Ms,code2hscript:Ct,css2hlink:Cl,escape_text:ql,dash_to_camel:af,dash_to_snake:cf,attr_value_to_bool:uf,css_str_to_num:_f,get_all_nds_from_strict_tac_json:tf,get_all_attrs_from_strict_tac_json:sf,get_all_id_and_clses_from_strict_tac_json:rf,get_all_tag_id_pairs_from_strict_tac_json:nf,get_all_ids_from_strict_tac_json:lf,strict_tac_json_to_html:Fs,strict_tac_json_to_dom:Ys,from_strict_tac_json:ff,simple_json_to_css:of}});var K=h((Kd,Il)=>{var hf=e=>e.constructor.name==="AsyncFunction",df=e=>typeof e!="string"||(e=e.trim(),e==="")?!1:!!(e.startsWith("http://")||e.startsWith("https://")||e.startsWith("ws://")||e.startsWith("wss://")||e.startsWith("//")||e.startsWith("/")||e.startsWith("./")||e.startsWith("../")||/^(data|blob|file|wasm):/i.test(e)),pf=e=>e.startsWith("http://")||e.startsWith("https://")||e.startsWith("ws://")||e.startsWith("wss://")||/^(data|blob|file|wasm):/i.test(e)?e:e.startsWith("//")||e.startsWith("/")||e.startsWith("./")||e.startsWith("../")?e.startsWith("//")?window.location.protocol+e:e.startsWith("/")?window.location.origin+e:new URL(e,window.location.href).href:e,gf=()=>new Date().toISOString().replace(/[:.]/g,"-"),mf=/^(.*?)=["]?(.*)["]?$/,bf=(e=document.cookie)=>{let t=e.split("; "),r={};for(let n of t){let i=mf.exec(n);r[i[1]]=i[2]}return r},{to_base64_uri:yf,code2hscript:wf,css2hlink:$f,escape_text:vf,dash_to_camel:kf,dash_to_snake:xf,attr_value_to_bool:Sf,css_str_to_num:Ef,get_all_nds_from_strict_tac_json:Tf,get_all_attrs_from_strict_tac_json:Cf,get_all_id_and_clses_from_strict_tac_json:qf,get_all_tag_id_pairs_from_strict_tac_json:Af,get_all_ids_from_strict_tac_json:Nf,strict_tac_json_to_html:If,strict_tac_json_to_dom:Of,from_strict_tac_json:Lf,simple_json_to_css:jf}=Nl(),Df=Tt(),Rf=e=>Df.parse_from_str(e+" ");Il.exports={is_async:hf,is_url:df,fullfill_url:pf,creat_dt_prefix:gf,get_ck:bf,parse_json_input:Rf,to_base64_uri:yf,code2hscript:wf,css2hlink:$f,escape_text:vf,dash_to_camel:kf,dash_to_snake:xf,attr_value_to_bool:Sf,css_str_to_num:Ef,get_all_nds_from_strict_tac_json:Tf,get_all_attrs_from_strict_tac_json:Cf,get_all_id_and_clses_from_strict_tac_json:qf,get_all_tag_id_pairs_from_strict_tac_json:Af,get_all_ids_from_strict_tac_json:Nf,strict_tac_json_to_html:If,strict_tac_json_to_dom:Of,from_strict_tac_json:Lf,simple_json_to_css:jf}});var nt=h((Qd,jl)=>{var{is_async:_e}=K(),Pf=e=>{let t=0;for(;e&&e.parentNode;)e=e.parentNode,t++;return t},Wf=(e,t)=>{if(t>0){let r=1;for(;;){let n=e.parentNode;if(r===t)return n;e=n,++r}}else return e},Bf=e=>{for(;e.parentNode;)e=e.parentNode;return e},Q=e=>e.firstChild===null||e.firstChild===void 0,qt=(e,t=Q)=>{let r=0;for(;!t(e);)e=e.lastChild,++r;return[e,r]},At=(e,t=Q)=>{let r=0;for(;!t(e);)e=e.firstChild,++r;return[e,r]},Ol=(e,t)=>{if(e.nextSibling)return[e.nextSibling,t];let r=e.parentNode,n=t;for(;r;){if(n-=1,r.nextSibling)return[r.nextSibling,n];r=r.parentNode}return[null,-1]},Mf=async(e,t=(n,i)=>{},r=Q)=>{let[n,i]=qt(e,r),l=e,o=_e(t),a=0;for(;;){let c=!1;if(o?c=await t(l,a):c=t(l,a),c||l===n)return;if(!r(l))++a,l=l.firstChild;else{let u=Ol(l,a);if(l=u[0],l)a=u[1];else break}}},Ll=(e,t)=>{if(e.prevSibling)return[e.prevSibling,t];let r=e.parentNode,n=t;for(;r;){if(n-=1,r.prevSibling)return[r.prevSibling,n];r=r.parentNode}return[null,-1]},Ff=async(e,t=(n,i)=>{},r=Q)=>{let[n,i]=At(e,r),l=e,o=_e(t),a=0;for(;;){let c=!1;if(o?c=await t(l,a):c=t(l,a),c||l===n)return;if(!r(l))++a,l=l.lastChild;else{let u=Ll(l,a);if(l=u[0],l)a=u[1];else break}}},Yf=async(e,t=(n,i)=>{},r=Q)=>{let[n,i]=At(e,r),l=_e(t);for(;;){let o=!1;if(l?o=await t(n,i):o=t(n,i),o||n===e)return;{let a=n.nextSibling;if(a){let c=At(a,r);i+=c[1],n=c[0]}else{let c=n.parentNode;if(c)--i,n=c;else break}}}},Hf=async(e,t=(n,i)=>{},r=Q)=>{let[n,i]=qt(e,r),l=_e(t);for(;;){let o=!1;if(l?o=await t(n,i):o=t(n,i),o||n===e)return;{let a=n.prevSibling;if(a){let c=qt(a,r);i+=c[1],n=c[0]}else{let c=n.parentNode;if(c)--i,n=c;else break}}}},Uf=async(e,t=(i,l)=>{},r=(i,l)=>{},n=Q)=>{let i=e,l="open",o={open:[r,_e(r)],clos:[t,_e(t)]},a=0;for(;;){let c=!1,[u,_]=o[l];if(l==="open"){if(_?c=await u(i,a):c=u(i,a),c)return;n(i)?l="clos":(i=i.firstChild,++a)}else{let f,d,b,T=i.nextSibling;if(T?(b="open",f=T,d=a):(b="clos",f=i.parentNode,d=a-1),_?c=await u(i,a):c=u(i,a),c)return;if(i!==e)l=b,i=f,a=d;else break}}},Gf=async(e,t=(i,l)=>{},r=(i,l)=>{},n=Q)=>{let i=e,l="open",o={open:[r,_e(r)],clos:[t,_e(t)]},a=0;for(;;){let c=!1,[u,_]=o[l];if(l==="open"){if(_?c=await u(i,a):c=u(i,a),c)return;n(i)?l="clos":(i=i.lastChild,++a)}else{let f,d,b,T=i.prevSibling;if(T?(b="open",f=T,d=a):(b="clos",f=i.parentNode,d=a-1),_?c=await u(i,a):c=u(i,a),c)return;if(i!==e)l=b,i=f,a=d;else break}}};jl.exports={get_depth:Pf,get_ance:Wf,get_rt:Bf,is_topo_leaf:Q,get_drmost:qt,get_dlmost:At,find_rb_of_fst_ance_has_rb:Ol,editonly_sdfs_for_each:Mf,find_lb_of_fst_ance_has_lb:Ll,editonly_rsdfs_for_each:Ff,editonly_edfs_for_each:Yf,editonly_redfs_for_each:Hf,visit:Uf,rvisit:Gf}});var Rl=h((Zd,Dl)=>{var zf=new Set(["html","head","body","title","meta","link","base","style","header","footer","nav","main","section","article","aside","h1","h2","h3","h4","h5","h6","address","p","hr","pre","blockquote","ol","ul","li","dl","dt","dd","figure","figcaption","div","a","em","strong","small","s","cite","q","dfn","abbr","ruby","rt","rp","data","time","code","var","samp","kbd","sub","sup","i","b","u","mark","bdi","bdo","span","br","wbr","ins","del","img","iframe","embed","object","param","video","audio","source","track","picture","map","area","canvas","svg","table","caption","colgroup","col","thead","tbody","tfoot","tr","th","td","form","label","input","button","select","datalist","optgroup","option","textarea","output","progress","meter","fieldset","legend","details","summary","dialog","script","noscript","template","slot"]),Vf=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),Xf=new Set(["class","rel","sandbox","allow","headers","aria-describedby","aria-labelledby"]);Dl.exports={TAGS:zf,VOID_TAGS:Vf,NEED_TO_SP_ATTR_NMS:Xf}});var Hl=h((ep,Yl)=>{var{TAGS:Jf,VOID_TAGS:Pl,NEED_TO_SP_ATTR_NMS:Kf}=Rl(),{is_url:Wl,fullfill_url:Qf}=K(),{editonly_sdfs_for_each:A,is_topo_leaf:Us}=nt(),Bl=(e,t)=>{let r=[e];for(let n of t){let i=[];for(let l of r){let o=l.children;for(let a=0;a<o.length;a++){let c=o[a];c.tagName.toLowerCase()===n&&i.push(c)}}if(i.length===0)return[];r=i}return r},Ml=(e,t)=>{let r=[],n=t.length;function i(l,o){let a=o;l.nodeType===1&&l.tagName.toLowerCase()===t[o]&&(a=o+1,a===n&&r.push(l));let c=l.children;if(c)for(let u=0;u<c.length;u++)i(c[u],a)}return i(e,0),r},Hs=async(e,t,r=Us)=>{let n=[];return await A(e,async(i,l)=>{if(i.tagName){if(t.test(i.tagName))n.push(i);else if(i.attributes){for(let o of i.attributes)if(t.test(o.name)){n.push(i);break}}}},r),n},Zf=async(e,t=Us)=>{let r=new Set,n=new Set,i=new Set,l=new Set,o=new Set;return await A(e,async(a,c)=>{if(a.nodeType===Node.ELEMENT_NODE){if(r.add(a.tagName.toLowerCase()),a.attributes)for(let u of a.attributes)if(n.add(u.name.toLowerCase()),Kf.has(u.name.toLowerCase())){let _=u.value.split(/[ ]+/g);for(let f of _)i.add(f)}else i.add(u.value)}else a.nodeType===Node.TEXT_NODE?l.add(a.nodeValue):a.nodeType===Node.COMMENT_NODE&&o.add(a.nodeValue)},t),{tags:Array.from(r),keys:Array.from(n),vals:Array.from(i),txts:Array.from(l),cmts:Array.from(o)}},Fl=async(e,t,r=Us)=>{if(typeof t=="string")if(t[0]==="#"){let n=[];return await A(e,async(i,l)=>{if(i.tagName){let o=t.slice(1),a=i.getAttribute("id");o===a&&n.push(i)}},r),n}else if(t[0]==="."){let n=[];return await A(e,async(i,l)=>{if(i.tagName){let o=t.slice(1);i.getAttribute("class").split(/[ ]+/g).map(c=>c.toLowerCase()).includes(o)&&n.push(i)}},r),n}else if(t[0]==="`"){let n=[];return await A(e,async(i,l)=>{if(i.nodeType===Node.TEXT_NODE){let o=t.slice(1);node.nodeValue.includes(o)&&n.push(i)}},r),n}else if(t[0]==="!"){let n=[];return await A(e,async(i,l)=>{if(i.nodeType===Node.ELEMENT_NODE&&typeof i.click=="function"){let o=i.tagName.toLowerCase();["html","head","meta","link","style","script"].includes(o)||o.includes(t.slice(1).toLowerCase())&&n.push(i)}},r),n}else if(t[0]==="@"){let n=[];return await A(e,async(i,l)=>{if(i.tagName&&i.attributes)for(let o of i.attributes){let c=o.value.split(/[ ]+/g),u=t.slice(1);for(let _ of c)if(Wl(_)&&_.includes(u)){n.push(i);break}}},r),n}else if(t[0]==="-"){let n={};return await A(e,async(i,l)=>{if(i.tagName&&i.attributes){for(let o of i.attributes)if(o.name.startsWith("data-")){let a=o.name.slice(5);if(a.includes(t.slice(1))){let c=o.value;try{c=JSON.parse(c)}catch{}n[a]?n[a].push(c):n[a]=[c]}}}},r),n}else{if(t[0]==="*")return Zf(e,r);if(t[0]==="&"){let n=[];return await A(e,async(i,l)=>{if(i.tagName&&i.attributes)for(let o of i.attributes){let c=o.value.split(/[ ]+/g),u=t.slice(1);for(let _ of c)Wl(_)&&_.includes(u)&&n.push(Qf(_))}},r),n}else if(t.slice(0,2)==="?:"){let n=[];return await A(e,async(i,l)=>{if(i.tagName&&i.attributes){for(let o of i.attributes)if(t.slice(2).toLowerCase()===o.name.toLowerCase()){n.push(i);break}}},r),n}else if(t.slice(0,2)===":?"){let n=[];return await A(e,async(i,l)=>{if(i.tagName&&i.attributes){for(let o of i.attributes)if(o.value.includes(t.slice(2))){n.push(i);break}}},r),n}else if(t.slice(0,3)==="</>"){let n=[];return await A(e,async(i,l)=>{if(i.nodeType===Node.ELEMENT_NODE){let o=node.nodeValue.toLowerCase();if(!Pl.has(o)){let a=t.slice(3);o.includes(a.toLowerCase())&&n.push(i)}}},r),n}else if(t.slice(0,2)==="<>"){let n=[];return await A(e,async(i,l)=>{if(i.nodeType===Node.ELEMENT_NODE){let o=node.nodeValue.toLowerCase();if(Pl.has(o)){let a=t.slice(2);o.includes(a.toLowerCase())&&n.push(i)}}},r),n}else if(t.slice(0,2)==="//"){let n=[];return await A(e,async(i,l)=>{if(i.nodeType===Node.COMMENT_NODE){let o=t.slice(2);node.nodeValue.toLowerCase().includes(o.toLowerCase())&&n.push(i)}},r),n}else if(t[0]==="/"){let n=t.split("/").filter(l=>l!==""),i=Bl(document,n);return i.length===0?await Hs(e,new RegExp(t),r):i}else if(t.includes("/")){let n=t.split("/").filter(i=>i!=="");return Ml(document,n)}else{let n=[];return await A(e,async(i,l)=>{(i.tagName?i.tagName.toLowerCase()===t.toLowerCase():!1)&&n.push(i)},r),n}}else{if(t instanceof RegExp)return await Hs(e,t,r);{let n=[];return is_async(t)?await A(e,async(i,l)=>{await t(i,l)&&n.push(i)},r):await A(e,async(i,l)=>{t(i,l)&&n.push(i)},r),n}}},eh=new Proxy(document,{get(e,t,r){return Jf.has(t.toLowerCase())||t[0]==="*"||t[0]==="&"||t[0]==="-"||t[0]==="#"||t[0]==="."||t[0]==="?"||t[0]===":"||t[0]==="@"||t[0]==="!"||t[0]==="<"||t.includes("/")?Fl(document,t):Reflect.get(e,t,r)}});Yl.exports={plget:Bl,plinget:Ml,filter_on_tag_or_attr_key_with_rgx:Hs,filter:Fl,$:eh}});var Xl=h((tp,Vl)=>{var Ul=()=>new Promise(e=>{requestAnimationFrame(()=>{e()})}),th=()=>new Promise(e=>{requestAnimationFrame(()=>{requestAnimationFrame(e)})}),sh=async e=>{for(let t=0;t<e;++t)await Ul()},rh=async(e=0)=>new Promise(t=>{setTimeout(()=>{t()},e)}),Nt=class{timers={};run(t,r,n=300){this.timers[t]&&clearTimeout(this.timers[t]),this.timers[t]=setTimeout(async()=>{await r(),delete this.timers[t]},n)}cancel(t){this.timers[t]&&(clearTimeout(this.timers[t]),delete this.timers[t])}},Gl=()=>new Nt,zl=Gl(),nh=(e,t,r=300)=>{zl.run(e,t,r)},ih=e=>{zl.cancel(e)};Vl.exports={wait_for_layout_ready:Ul,wait_for_paint_ready:th,wait_for_n_raf:sh,wait:rh,SimpleDebounce:Nt,creat_simple_debounce:Gl,simple_debounce:nh,cancel_simple_debounce:ih}});var Ql=h((sp,Kl)=>{var{dash_to_camel:It}=K(),Jl=(e,t,r=!1)=>{let n=It(t,r)+"Element";e.constructor.prototype.hasOwnProperty(n)||Object.defineProperty(e.constructor.prototype,n,{get:function(){let i=this.shadowRoot;return i?i.querySelector(`.${t}`):null}})},lh=(e,t)=>{for(let r of t)Jl(e,r,!1)},oh=e=>{for(let t in DYN_CLSES){{let n="all"+It(t,!0)+"Elements";e.constructor.prototype.hasOwnProperty(n)||Object.defineProperty(e.constructor.prototype,n,{get:function(){let i=this.shadowRoot;return i?i.querySelectorAll(`.${t}`):null}})}let r=DYN_CLSES[t];for(let n of r){let i=It(n,!0),l="get"+It(t,!0)+"ElementBy"+i;e.constructor.prototype.hasOwnProperty(l)||(e.constructor.prototype[l]=function(o){let a=this.shadowRoot;return a?a.querySelector(`.${t}[${n}="${o}"]`):null})}}},ah=(e,t)=>{for(let r of t)r=r[0]==="#"?r.slice(1):r,Object.defineProperty(e.prototype,"#"+r,{get:function(){return this["#"][r]||(this["#"][r]=this.shadowRoot.getElementById(r)),this["#"][r]},configurable:!0,enumerable:!1})};Kl.exports={add_one_fixed_element_getter:Jl,add_fixed_element_getters:lh,add_dyn_element_getters:oh,add_all_ele_getters_with_ids_using_hash_cache:ah}});var eo=h((rp,Zl)=>{var ch=Tt(),{css_str_to_num:uh,attr_value_to_bool:_h}=K(),fh=(e,t)=>{let r=Object.keys(t);for(let n of ATTRS_KEYS){let i=n[0]==="."?n:`.${n}`,l=t[n],o=l.type.toLowerCase();e.prototype.hasOwnProperty(i)||(o==="boolean"||o==="bool"||o==="bl"?Object.defineProperty(e.prototype,i,{get:function(){return _h(this.getAttribute(n),l.default)},set:function(a){this.setAttribute(n,a?"true":"false")}}):o==="number"||o==="num"?Object.defineProperty(e.prototype,i,{get:function(){let a=this.getAttribute(n);return a?Number(a):l.default},set:function(a){this.setAttribute(n,String(a))}}):o==="cssnum"||Array.isArray(o)&&o.includes("cssnum")&&o.includes("number")?Object.defineProperty(e.prototype,i,{get:function(){return uh(this.getAttribute(n))},set:function(a){isNaN(Number(a))?this.setAttribute(n,a):this.setAttribute(n,String(a)+"px")}}):o==="json"?Object.defineProperty(e.prototype,i,{get:function(){let a=this.getAttribute(n);return a?ch.parse_from_str(a):l.default},set:function(a){this.setAttribute(n,JSON.stringify(a))}}):Object.defineProperty(e.prototype,i,{get:function(){return this.getAttribute(n)||l.default},set:function(a){this.setAttribute(n,a)}}))}};Zl.exports={add_attr_accessors_to_cls:fh}});var so=h((np,to)=>{var Gs=class{css=`
|
|
8
8
|
position: fixed;
|
|
9
9
|
top: 0;
|
|
10
10
|
left: 0;
|
|
@@ -14,23 +14,23 @@ ${d}`}return qt(o,a)}if(l==="style"||l==="link"&&a.rel==="stylesheet")return Nl(
|
|
|
14
14
|
border: none;
|
|
15
15
|
margin: 0;
|
|
16
16
|
padding: 0;
|
|
17
|
-
`;is_ok(t,r,n){return t.style[r]=`${n}px`,t.getBoundingClientRect()[r]===n}find_upbound(t,r){let n=1;for(;this.is_ok(t,r,n);)n*=2;return n}mx(t,r){t.style.cssText=this.css,document.body.appendChild(t);let n=this.find_upbound(t,r),i=Math.floor(n/2);for(;i+1<n;){let l=Math.floor((i+n)/2);this.is_ok(t,r,l)?i=l:n=l}return document.body.removeChild(t),i}},
|
|
17
|
+
`;is_ok(t,r,n){return t.style[r]=`${n}px`,t.getBoundingClientRect()[r]===n}find_upbound(t,r){let n=1;for(;this.is_ok(t,r,n);)n*=2;return n}mx(t,r){t.style.cssText=this.css,document.body.appendChild(t);let n=this.find_upbound(t,r),i=Math.floor(n/2);for(;i+1<n;){let l=Math.floor((i+n)/2);this.is_ok(t,r,l)?i=l:n=l}return document.body.removeChild(t),i}},it=()=>{let e=document.createElement("div"),t=new Gs,r=t.mx(e,"width"),n=t.mx(e,"height");return[r,n]},hh=(e,t)=>{let[r,n]=it(),i=document.createElement(e);return i.style.width=`${r}px`,i.style.height=`${t}px`,i},dh=(e,t)=>{let[r,n]=it(),i=document.createElement(e);return i.style.width=`${t}px`,i.style.height=`${n}px`,i},ph=e=>{let[t,r]=it(),n=document.createElement(e);return n.style.width=`${t}px`,n.style.height=`${r}px`,n},gh=(e,t="height")=>{let[r,n]=it();return Math.floor(r/e)},zs=class{css=`
|
|
18
18
|
position: absolute;
|
|
19
19
|
visibility: hidden;
|
|
20
20
|
display: none;
|
|
21
|
-
`;is_ok(t,r){t.style.zIndex=r;let n=window.getComputedStyle(t).zIndex;return String(n)===String(r)}find_upbound(t){let r=1;for(;this.is_ok(t,r);)r*=2;return r}mx(t){t.style.cssText=this.css,document.body.appendChild(t);let r=this.find_upbound(t),n=Math.floor(r/2);for(;n+1<r;){let i=Math.floor((n+r)/2);this.is_ok(t,i)?n=i:r=i}return document.body.removeChild(t),n}},
|
|
21
|
+
`;is_ok(t,r){t.style.zIndex=r;let n=window.getComputedStyle(t).zIndex;return String(n)===String(r)}find_upbound(t){let r=1;for(;this.is_ok(t,r);)r*=2;return r}mx(t){t.style.cssText=this.css,document.body.appendChild(t);let r=this.find_upbound(t),n=Math.floor(r/2);for(;n+1<r;){let i=Math.floor((n+r)/2);this.is_ok(t,i)?n=i:r=i}return document.body.removeChild(t),n}},mh=()=>{let e=document.createElement("div");return new zs().mx(e)},bh=()=>{let e=document.createElement("div"),t=document.createElement("span");t.style.fontSize="1px",t.innerText="A",e.appendChild(t),document.body.appendChild(e);let r=parseFloat(window.getComputedStyle(t).fontSize);return document.body.removeChild(e),r};to.exports={find_mx_wh:it,creat_mxw_ele:hh,creat_mxh_ele:dh,creat_mxwh_ele:ph,calc_mx_cnt:gh,find_mx_zindex:mh,find_min_font:bh}});var Ks=h((ip,lo)=>{var{fullfill_url:ro}=K(),{editonly_sdfs_for_each:no}=nt(),Z=e=>{let t=[],r=0;for(;;){let n=e.indexOf("url(",r);if(n===-1)break;let i=e.indexOf("(",n),l=e.indexOf(")",i+1);if(l===-1)break;let o=e.substring(i+1,l).trim();(o.startsWith('"')&&o.endsWith('"')||o.startsWith("'")&&o.endsWith("'"))&&(o=o.slice(1,-1)),o&&t.push(o),r=l+1}return t},yh=async()=>{let e=document.querySelectorAll("script"),t=[];for(let i of e)if(i.src)t.push(fetch(i.src).then(l=>l.ok?l.text():"").catch(()=>""));else{let l=i.textContent;l.trim()&&t.push(Promise.resolve(l))}return`<script>
|
|
22
22
|
${(await Promise.all(t)).filter(i=>i).join(`
|
|
23
23
|
|
|
24
24
|
`)}
|
|
25
|
-
<\/script>`},
|
|
25
|
+
<\/script>`},wh=async()=>{let e="";for(let t of document.querySelectorAll('link[rel="stylesheet"]'))if(t.href)try{e+=await(await fetch(t.href)).text()+`
|
|
26
26
|
`}catch{}for(let t of document.querySelectorAll("style"))e+=t.outerHtml+`
|
|
27
|
-
`;return e}
|
|
27
|
+
`;return e},$h=()=>{let e=new Set;return document.querySelectorAll("script[src]").forEach(t=>{let r=t.src;r&&!r.startsWith("data:")&&!r.startsWith("blob:")&&e.add(r)}),document.querySelectorAll('script[type="module"][src]').forEach(t=>{let r=t.src;r&&!r.startsWith("data:")&&!r.startsWith("blob:")&&e.add(r)}),"performance"in window&&performance.getEntriesByType&&performance.getEntriesByType("resource").forEach(r=>{r.initiatorType==="script"&&r.name&&!r.name.startsWith("data:")&&!r.name.startsWith("blob:")&&e.add(r.name)}),"performance"in window&&performance.getEntriesByType&&performance.getEntriesByType("resource").forEach(r=>{(r.name.endsWith(".json")||r.name.includes("?format=json")||r.initiatorType==="xmlhttprequest"&&r.name.includes("json"))&&r.name&&!r.name.startsWith("data:")&&!r.name.startsWith("blob:")&&e.add(r.name)}),Array.from(e)},vh=()=>{let e=new Set;document.querySelectorAll('link[rel="stylesheet"]').forEach(n=>{let i=n.href;i&&!i.startsWith("data:")&&e.add(i)});let r=document.styleSheets;for(let n=0;n<r.length;n++){let i=r[n];try{if(!i.cssRules)continue;for(let l=0;l<i.cssRules.length;l++){let o=i.cssRules[l];if(o.type===CSSRule.IMPORT_RULE){o.href&&!o.href.startsWith("data:")&&e.add(o.href);let a=o.cssText;Z(a).forEach(c=>{c.startsWith("data:")||e.add(c)})}}}catch(l){l.name==="SecurityError"?console.warn(`Cannot access CSS rules for stylesheet: ${i.href||"inline style"}. Cross-origin restrictions apply.`):console.warn(`Error accessing stylesheet rules: ${l.message}`);continue}}return Array.from(document.styleSheets).forEach(n=>{try{if(!n.cssRules)return;Array.from(n.cssRules).forEach(i=>{if(i.type===CSSRule.FONT_FACE_RULE){let l=i.style.src;l&&Z(l).forEach(o=>e.add(o))}})}catch(i){i.name!=="SecurityError"&&console.warn("Error accessing stylesheet:",i)}}),root.querySelectorAll("*").forEach(n=>{if(fltr&&!fltr(n))return;let i=getComputedStyle(n);["backgroundImage","background"].forEach(f=>{let d=i[f];d&&d!=="none"&&Z(d).forEach(b=>e.add(b))});let o=i.listStyleImage;o&&o!=="none"&&Z(o).forEach(f=>e.add(f));let a=i.cursor;a&&a.includes("url(")&&Z(a).forEach(f=>e.add(f));let c=i.borderImageSource;c&&c!=="none"&&Z(c).forEach(f=>e.add(f));let u=i.content;u&&u!=="normal"&&u!=="none"&&Z(u).forEach(f=>e.add(f));let _=i.maskImage;_&&_!=="none"&&Z(_).forEach(f=>e.add(f))}),Array.from(e)},kh=(e=document,t=r=>!0)=>{let r=new Set;return e.querySelectorAll("img[src]").forEach(n=>{t(n)&&r.add(ro(n.getAttribute("src")))}),e.querySelectorAll("img[srcset]").forEach(n=>{if(t(n)){let i=n.getAttribute("srcset");if(!i)return;for(let l of i.split(",")){let[o]=l.trim().split(/\s+/);o&&r.add(ro(o))}}}),e.querySelectorAll("svg").forEach(n=>{if(t(n)){let i=new XMLSerializer().serializeToString(n),l=new Blob([i],{type:"image/svg+xml"}),o=URL.createObjectURL(l);r.add([o,".svg"])}}),e.querySelectorAll("*").forEach(n=>{if(t(n)){let i=getComputedStyle(n).backgroundImage;if(!i||i==="none")return;let l=i.indexOf("url(")+4,o=i.indexOf(")",l);if(o===-1)return;let a=i.substring(l,o).trim();(a.startsWith('"')||a.startsWith("'"))&&(a=a.substring(1)),(a.endsWith('"')||a.endsWith("'"))&&(a=a.substring(0,a.length-1)),a&&r.add(a)}}),Array.from(r).filter(Boolean)},Vs=(e,t)=>{if(e instanceof CSSStyleRule){let r=e.style;for(let n=0;n<r.length;n++){let i=r[n];if(i.startsWith("--")){let l=r.getPropertyValue(i).trim();l&&(t[i]=l)}}}else if(e instanceof CSSMediaRule||e instanceof CSSSupportsRule||e instanceof CSSKeyframesRule){let r=e.cssRules||e.rules;if(r)for(let n=0;n<r.length;n++)Vs(r[n],t)}else if(e instanceof CSSFontFaceRule){let r=e.style;for(let n=0;n<r.length;n++){let i=r[n];if(i.startsWith("--")){let l=r.getPropertyValue(i).trim();l&&(t[i]=l)}}}},xh=()=>{let e={},t=document.styleSheets;for(let r=0;r<t.length;r++){let n=t[r],i="";n.href?i=n.href:n.ownerNode?n.ownerNode.tagName==="STYLE"?i="inline-style":n.ownerNode.tagName==="LINK"?i=n.ownerNode.href||"external-stylesheet":i="unknown":i="unknown",e[i]||(e[i]={});try{let l=n.cssRules||n.rules;if(!l)continue;for(let o=0;o<l.length;o++){let a=l[o];Vs(a,e[i])}}catch(l){console.warn(`\u65E0\u6CD5\u8BBF\u95EE\u6837\u5F0F\u8868 ${i} \u7684\u89C4\u5219:`,l)}}return e},Xs=(e,t)=>{if(e instanceof CSSStyleRule){let r=e.style;for(let n=0;n<r.length;n++){let i=r[n];i.startsWith("--")&&t.add(i)}}else if(e.cssRules||e.rules){let r=e.cssRules||e.rules;for(let n=0;n<r.length;n++)Xs(r[n],t)}else if(e.style){let r=e.style;for(let n=0;n<r.length;n++){let i=r[n];i.startsWith("--")&&t.add(i)}}},Ot=()=>{let e=new Set,t=document.styleSheets;for(let r=0;r<t.length;r++)try{let n=t[r],i=n.cssRules||n.rules;if(!i)continue;for(let l=0;l<i.length;l++)Xs(i[l],e)}catch{}return Array.from(e)},Js=(e,t)=>{if(!t||!e)return null;let r=e.startsWith("--")?e:`--${e}`,n=window.getComputedStyle(t).getPropertyValue(r).trim();if(n==="")return null;let i=t;for(;i;){let l=i.parentElement;if(!l&&i.parentNode instanceof ShadowRoot&&(l=i.parentNode.host),!l||window.getComputedStyle(l).getPropertyValue(r).trim()!==n)return i;i=l}return i},Sh=(e,t)=>{if(!t||!e)return!1;let r=e.startsWith("--")?e:`--${e}`,n=window.getComputedStyle(t).getPropertyValue(r).trim();if(n==="")return!1;let i=t.parentElement;if(!i&&t.parentNode instanceof ShadowRoot&&(i=t.parentNode.host),!i)return!0;let l=window.getComputedStyle(i).getPropertyValue(r).trim();return n!==l},Eh=async(e=document.documentElement)=>{let t=Ot(),r={};t.forEach(i=>r[i]=[]);let n=new Map;return await no(e,i=>{let l=window.getComputedStyle(i),o=i.parentElement;!o&&i.parentNode instanceof ShadowRoot&&(o=i.parentNode.host);let a=o?n.get(o):null,c=new Map;for(let u of t){let _=l.getPropertyValue(u).trim();_&&(c.set(u,_),(!a||a.get(u)!==_)&&r[u].push(i))}n.set(i,c)}),r},Th=async(e=document.documentElement)=>{let t=Ot(),r=new Map,n=new Map;return await no(e,i=>{let l=window.getComputedStyle(i),o=i.parentElement||(i.parentNode instanceof ShadowRoot?i.parentNode.host:null),a=o?n.get(o):null,c=new Map,u=[];for(let _ of t){let f=l.getPropertyValue(_).trim();f&&(c.set(_,f),(!a||a.get(_)!==f)&&u.push(_))}u.length>0&&r.set(i,u),n.set(i,c)}),r},Ch=(e,t)=>{if(!e)return!1;let r=e.startsWith("--")?e:`--${e}`;return t?Js(r,t)!==null:Ot().includes(r)},qh=(e,t,r=document.documentElement)=>{let n=e.startsWith("--")?e:`--${e}`;r.style.setProperty(n,String(t))},io=e=>{let t=e.startsWith("--")?e:`--${e}`;for(let r of document.styleSheets)try{let n=r.cssRules||r.rules;if(!n)continue;for(let i=0;i<n.length;i++){let l=n[i];if(window.CSSPropertyRule&&l instanceof CSSPropertyRule&&l.name===t)return{name:l.name,syntax:l.syntax,inherits:l.inherits,initialValue:l.initialValue}}}catch{}return null},Ah=(e,t)=>{let r=io(e);return r&&r.inherits===!1?Js(e,t)!==t:!1},Nh=(e,{syntax:t="*",inherits:r=!0,initialValue:n}={})=>{let i=e.startsWith("--")?e:`--${e}`;if(!window.CSS||!window.CSS.registerProperty)return console.warn("\u5F53\u524D\u6D4F\u89C8\u5668\u4E0D\u652F\u6301 CSS.registerProperty"),!1;try{let l={name:i,syntax:t,inherits:r};return n!==void 0?l.initialValue=String(n):t!=="*"&&console.warn(`\u8B66\u544A: \u5F53 syntax \u4E3A "${t}" \u65F6\uFF0C\u5EFA\u8BAE\u63D0\u4F9B initialValue\u3002`),window.CSS.registerProperty(l),!0}catch(l){return console.error(`CSS \u53D8\u91CF "${i}" \u6CE8\u518C\u5931\u8D25:`,l.message),!1}};lo.exports={get_all_scripts:yh,get_all_csses:wh,extract_urls_from_url_paren:Z,collect_css_remote_urls:vh,collect_js_remote_urls:$h,collect_img_like_urls:kh,extract_css_varnms_from_rule:Vs,get_all_css_vars:xh,extract_css_varnms_from_rule_to_set:Xs,get_all_uniq_css_varnms:Ot,find_css_var_scope_ele:Js,is_css_var_defined_on_self:Sh,get_css_var_scope_ele_mp:Eh,get_scope_ele_css_var_mp:Th,is_css_var_defined:Ch,def_css_var:qh,get_css_prop_var:io,is_css_var_isolated:Ah,def_css_prop_var:Nh}});var Zs=h((lp,_o)=>{var oo={success:"#38a169",error:"#e53e3e",warning:"#d69e2e",loading:"#3182ce",info:"#667eea"},Ih=e=>`
|
|
28
28
|
position: fixed;
|
|
29
29
|
top: 50%;
|
|
30
30
|
left: 50%;
|
|
31
31
|
width: 300px;
|
|
32
32
|
height:80px;
|
|
33
|
-
background: ${
|
|
33
|
+
background: ${oo[e]||oo.info};
|
|
34
34
|
color: white;
|
|
35
35
|
padding: 12px 20px;
|
|
36
36
|
border-radius: 8px;
|
|
@@ -42,4 +42,4 @@ ${(await Promise.all(t)).filter(i=>i).join(`
|
|
|
42
42
|
align-items: center;
|
|
43
43
|
justify-content: center;
|
|
44
44
|
font-size: 16px; /* \u5B57\u4F53\u53D8\u5927 */
|
|
45
|
-
`,qh=(e,t)=>{let r=document.createElement("div");return r.style.cssText=Ch(e),r.textContent=t,document.body.appendChild(r),r},Lt=class{tasks={};del(t){let r=this.tasks[t];if(!r)return;let{init_timer:n,duration_timer:i,ele:l}=r;clearTimeout(n),clearTimeout(i),l&&document.body.contains(l)&&document.body.removeChild(l),delete this.tasks[t]}add(t,r,n="error",i=1e3,l=100){this.del(t);let o={};this.tasks[t]=o,o.init_timer=setTimeout(()=>{o.ele=qh(n,r),o.duration_timer=setTimeout(()=>{this.del(t)},i)},l)}},uo=()=>new Lt,_o=uo(),Ah=(e,t,r="error",n=1e3,i=100)=>{_o.add(e,t,r,n,i)},Nh=e=>{_o.del(e)},Ih=async(e,t=async(n,i)=>{console.log(n)},r=99999)=>{let n=`${Date.now()}_${Math.floor(Math.random()*1e4)}`,i=`confirm-overlay-${n}`,l=`confirm-dialog-${n}`,o=document.createElement("div");o.className=i,Object.assign(o.style,{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",backgroundColor:"rgba(0, 0, 0, 0.5)",display:"flex",justifyContent:"center",alignItems:"center",zIndex:String(r)});let a=document.createElement("div");a.className=l,Object.assign(a.style,{backgroundColor:"white",borderRadius:"8px",padding:"20px",width:"300px",boxShadow:"0 5px 15px rgba(0, 0, 0, 0.3)",fontFamily:"Arial, sans-serif"});let c=document.createElement("h3");c.textContent=e,c.style.margin="0 0 20px 0",c.style.color="#333",c.style.fontSize="18px";let u=document.createElement("div");u.style.display="flex",u.style.justifyContent="flex-end",u.style.gap="10px";let _=document.createElement("button");_.textContent="\u53D6\u6D88",Object.assign(_.style,{padding:"8px 16px",backgroundColor:"#f5f5f5",border:"1px solid #ddd",borderRadius:"4px",cursor:"pointer",fontSize:"14px"});let f=document.createElement("button");f.textContent="\u786E\u8BA4",Object.assign(f.style,{padding:"8px 16px",backgroundColor:"#3498db",color:"white",border:"none",borderRadius:"4px",cursor:"pointer",fontSize:"14px"});let d=async b=>{try{await t(b,a)}catch(E){console.error("Dialog callback error:",E)}finally{a.remove(),o.remove()}};return _.addEventListener("click",()=>d(!1)),f.addEventListener("click",()=>d(!0)),o.addEventListener("click",b=>{b.target===o&&d(!1)}),u.appendChild(_),u.appendChild(f),a.appendChild(c),a.appendChild(u),o.appendChild(a),document.body.appendChild(o),a},fo=async e=>{let t=document.createElement("div");Object.assign(t.style,{position:"fixed",inset:"0",backgroundColor:"rgba(0,0,0,0.85)",display:"flex",justifyContent:"center",alignItems:"center",zIndex:"100000",backdropFilter:"blur(4px)",overflow:"hidden"});let r=await e,n=r instanceof HTMLElement?r:new Image;typeof r=="string"&&(n.src=r),Object.assign(n.style,{maxWidth:"90%",maxHeight:"90%",objectFit:"contain",border:"1px solid #555",boxShadow:"0 8px 30px rgba(0,0,0,0.5)",backgroundColor:"#fff"});let i=document.createElement("div");Object.assign(i.style,{position:"fixed",top:"30px",right:"30px",display:"flex",height:"40px",background:"#222",borderRadius:"20px",boxShadow:"0 4px 15px rgba(0,0,0,0.8)",zIndex:"100001",overflow:"hidden",border:"1px solid #444"});let l=document.createElement("div");l.innerHTML="\u283F",Object.assign(l.style,{padding:"0 15px",cursor:"move",backgroundColor:"#333",height:"100%",display:"flex",alignItems:"center",color:"#888"});let o=document.createElement("div");o.innerText="\u4FDD\u5B58\u622A\u56FE",Object.assign(o.style,{padding:"0 15px",cursor:"pointer",height:"100%",display:"flex",alignItems:"center",fontSize:"13px",fontWeight:"bold",backgroundColor:"#2f54eb",color:"#fff",borderRight:"1px solid #444"}),o.onclick=async()=>{let _=await window.showSaveFilePicker({suggestedName:`screenshot_${new Date().getTime()}.png`,types:[{description:"PNG Image",accept:{"image/png":[".png"]}}]}),d=await(await fetch(n.src)).blob(),b=await _.createWritable();await b.write(d),await b.close()};let a=document.createElement("div");a.innerText="\u5173\u95ED",Object.assign(a.style,{padding:"0 15px",cursor:"pointer",height:"100%",display:"flex",alignItems:"center",fontSize:"13px",fontWeight:"bold",backgroundColor:"#ff4d4f",color:"#fff"}),a.onclick=()=>{t.remove(),i.remove(),window.onmousemove=null,window.onmouseup=null};let c=!1,u={x:0,y:0};l.onmousedown=_=>{c=!0,u.x=_.clientX-i.offsetLeft,u.y=_.clientY-i.offsetTop},window.onmousemove=_=>{c&&(i.style.left=_.clientX-u.x+"px",i.style.top=_.clientY-u.y+"px",i.style.right="auto")},window.onmouseup=()=>c=!1,i.append(l,o,a),t.appendChild(n),document.body.append(t,i)},tr=async(e,t)=>{if(t==="b64")return e.toDataURL("image/png");let r=await new Promise(n=>e.toBlob(n,"image/png"));switch(t){case"url":return URL.createObjectURL(r);case"u8a":return new Uint8Array(await r.arrayBuffer());case"ab":return await r.arrayBuffer();case"img":return new Promise((n,i)=>{let l=new Image,o=URL.createObjectURL(r);l.onload=()=>{URL.revokeObjectURL(o),n(l)},l.onerror=i,l.src=o,l.crossOrigin="anonymous"});default:return r}},jh=async(e,t=void 0)=>{if(!e||!(e instanceof HTMLElement)){console.error("\u65E0\u6548\u7684\u5143\u7D20\u5BF9\u8C61");return}let r=e.style.outline,n=e.style.transition;try{e.style.transition="outline 0.2s ease",e.style.outline="4px solid #2f54eb",e.style.outlineOffset="2px",e.scrollIntoView({block:"center",behavior:"instant"});let i=await navigator.mediaDevices.getDisplayMedia({video:{displaySurface:"browser"},preferCurrentTab:!0}),l=document.createElement("video");l.srcObject=i,await l.play();let o=l.videoWidth/window.innerWidth,a=l.videoHeight/window.innerHeight,c=e.getBoundingClientRect(),u=document.createElement("canvas");if(u.width=c.width*o,u.height=c.height*a,u.getContext("2d").drawImage(l,c.left*o,c.top*a,c.width*o,c.height*a,0,0,u.width,u.height),i.getTracks().forEach(f=>f.stop()),e.style.outline=r,e.style.transition=n,t===void 0){let f=await tr(u,"img");fo(f);return}return await tr(u,t)}catch(i){e.style.outline=r,e.style.transition=n,i.name==="NotAllowedError"?console.warn("\u7528\u6237\u53D6\u6D88\u4E86\u5C4F\u5E55\u5171\u4EAB\u6388\u6743\u6216\u6743\u9650\u88AB\u62D2\u7EDD"):i.name==="NotFoundError"?console.error("\u672A\u627E\u5230\u53EF\u7528\u7684\u5A92\u4F53\u6D41\u6E90"):console.error("\u622A\u56FE\u53D1\u751F\u610F\u5916\u9519\u8BEF:",i)}};ho.exports={SimpleAlert:Lt,creat_simple_alert:uo,simple_alert:Ah,cancel_simple_alert:Nh,simple_confirm_cancel:Ih,show_img_modal:fo,convert_canvas:tr,ele2img:jh}});var yo=h((np,bo)=>{var{creat_dt_prefix:po}=xe(),{simple_alert:Oh}=sr(),{collect_img_like_urls:Dh}=er(),{visit:Lh}=it(),go=async(e,t,r)=>{if(!r)try{r=await window.showDirectoryPicker()}catch(n){return[!1,String(n.stack)]}try{let i=await(await r.getFileHandle(t,{create:!0})).createWritable();return await i.write(e),await i.close(),[!0,null]}catch(n){return[!1,String(n.stack)]}},mo=async(e,t,r,n)=>{if(r)Array.isArray(e)&&(e=e[0]);else if(Array.isArray(e))r=po()+"_inline"+e[1],e=e[0];else{let l=new URL(e).pathname.split("/");r=po()+"_"+l[l.length-1]}if(!t)try{dir=await window.showDirectoryPicker()}catch(i){n&&n.fails.push([e,String(i.stack)])}try{let l=await(await fetch(e)).blob(),[o,a]=await go(l,r,t);n&&(o?n.succs.push(e):n.fails.push([e,String(a)]))}catch(i){n&&n.fails.push([e,String(i.stack)])}},Rh=async(e=t=>!0)=>{let t=[],r=[],n=await window.showDirectoryPicker(),i=Dh(document,e),l=Array.from(new Set(i));for(let o of l)await mo(o,n,void 0,{succs:t,fails:r});return Oh("dnld_img_like",JSON.stringify({succs:t,fails:r},null,2),"success"),{succs:t,fails:r}},Ph=async(e=document.body,t=100,r=100,n=i=>!0)=>{try{let i=await window.showDirectoryPicker(),l=await navigator.mediaDevices.getDisplayMedia({video:{displaySurface:"browser"},preferCurrentTab:!0}),o=document.createElement("video");o.srcObject=l,await o.play();let a=o.videoWidth/window.innerWidth,c=o.videoHeight/window.innerHeight,u=[];await Lh(e,(_,f)=>{_.nodeType===1&&_.offsetWidth>=t&&_.offsetHeight>=r&&n(_)&&u.push({el:_,depth:f})},(_,f)=>{}),console.log(`[Scanner] \u5F00\u59CB\u81EA\u52A8\u4FDD\u5B58 ${u.length} \u5F20\u56FE\u7247\u5230\u76EE\u5F55...`);for(let _=0;_<u.length;_++){let{el:f,depth:d}=u[_];f.scrollIntoView({block:"center",behavior:"instant"}),await new Promise(Rt=>setTimeout(Rt,100));let b=f.getBoundingClientRect(),E=document.createElement("canvas");E.width=b.width*a,E.height=b.height*c,E.getContext("2d").drawImage(o,b.left*a,b.top*c,b.width*a,b.height*c,0,0,E.width,E.height);let nr=`dep${d}_${f.tagName.toLowerCase()}_${_}.png`,xo=await new Promise(Rt=>E.toBlob(Rt,"image/png")),ir=await(await i.getFileHandle(nr,{create:!0})).createWritable();await ir.write(xo),await ir.close(),console.log(`\u5DF2\u81EA\u52A8\u5199\u5165: ${nr}`)}l.getTracks().forEach(_=>_.stop()),console.log("\u6279\u91CF\u4FDD\u5B58\u4EFB\u52A1\u5B8C\u6210\uFF01")}catch(i){if(i.name==="AbortError")return;console.error("\u6279\u91CF\u4FDD\u5B58\u5931\u8D25:",i)}};bo.exports={save_blob:go,fetch_save:mo,dnld_img_like:Rh,take_photo_for_all_eles:Ph}});var $o=h((ip,wo)=>{var{to_base64_uri:Wh}=xe(),Bh=(e,t=!1,r="text/javascript")=>new Promise((n,i)=>{try{let l=new Blob([e],{type:"application/javascript"}),o=URL.createObjectURL(l),a=document.createElement("script");a.src=o,a.type=r,a.async=!t,a.onload=()=>{URL.revokeObjectURL(o),n([!0,a])},a.onerror=c=>{URL.revokeObjectURL(o),a.parentNode&&a.parentNode.removeChild(a),n([!1,c])},document.head.appendChild(a)}catch(l){n([!1,l])}}),Mh=(e,t="link")=>{let r=Wh("text/css",e);if(t==="style"){let n=`@import ${r}`,i=document.createElement("style");return i.textContent=n,document.head.appendChild(i),i}else{let n=document.createElement("link");return n.rel="stylesheet",n.href=r,document.head.appendChild(n),n}};wo.exports={loadjs:Bh,loadcss:Mh}});var td=h((lp,vo)=>{var Fh=Ct(),Yh=xe(),Hh=it(),Uh=Ul(),Gh=It(),zh=Kl(),Vh=eo(),Xh=so(),Jh=no(),Kh=er(),Qh=sr(),Zh=yo(),ed=$o();vo.exports={_ison:Fh,_util:Yh,_nd:Hh,_ele:Uh,_attr:Gh,_wait:zh,_ele_getter:Vh,_cls_accessor:Xh,_limit:Jh,_code:Kh,_ui:Qh,_dnld:Zh,_impt:ed}});return td();})();
|
|
45
|
+
`,Oh=(e,t)=>{let r=document.createElement("div");return r.style.cssText=Ih(e),r.textContent=t,document.body.appendChild(r),r},Lt=class{tasks={};del(t){let r=this.tasks[t];if(!r)return;let{init_timer:n,duration_timer:i,ele:l}=r;clearTimeout(n),clearTimeout(i),l&&document.body.contains(l)&&document.body.removeChild(l),delete this.tasks[t]}add(t,r,n="error",i=1e3,l=100){this.del(t);let o={};this.tasks[t]=o,o.init_timer=setTimeout(()=>{o.ele=Oh(n,r),o.duration_timer=setTimeout(()=>{this.del(t)},i)},l)}},ao=()=>new Lt,co=ao(),Lh=(e,t,r="error",n=1e3,i=100)=>{co.add(e,t,r,n,i)},jh=e=>{co.del(e)},Dh=async(e,t=async(n,i)=>{console.log(n)},r=99999)=>{let n=`${Date.now()}_${Math.floor(Math.random()*1e4)}`,i=`confirm-overlay-${n}`,l=`confirm-dialog-${n}`,o=document.createElement("div");o.className=i,Object.assign(o.style,{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",backgroundColor:"rgba(0, 0, 0, 0.5)",display:"flex",justifyContent:"center",alignItems:"center",zIndex:String(r)});let a=document.createElement("div");a.className=l,Object.assign(a.style,{backgroundColor:"white",borderRadius:"8px",padding:"20px",width:"300px",boxShadow:"0 5px 15px rgba(0, 0, 0, 0.3)",fontFamily:"Arial, sans-serif"});let c=document.createElement("h3");c.textContent=e,c.style.margin="0 0 20px 0",c.style.color="#333",c.style.fontSize="18px";let u=document.createElement("div");u.style.display="flex",u.style.justifyContent="flex-end",u.style.gap="10px";let _=document.createElement("button");_.textContent="\u53D6\u6D88",Object.assign(_.style,{padding:"8px 16px",backgroundColor:"#f5f5f5",border:"1px solid #ddd",borderRadius:"4px",cursor:"pointer",fontSize:"14px"});let f=document.createElement("button");f.textContent="\u786E\u8BA4",Object.assign(f.style,{padding:"8px 16px",backgroundColor:"#3498db",color:"white",border:"none",borderRadius:"4px",cursor:"pointer",fontSize:"14px"});let d=async b=>{try{await t(b,a)}catch(T){console.error("Dialog callback error:",T)}finally{a.remove(),o.remove()}};return _.addEventListener("click",()=>d(!1)),f.addEventListener("click",()=>d(!0)),o.addEventListener("click",b=>{b.target===o&&d(!1)}),u.appendChild(_),u.appendChild(f),a.appendChild(c),a.appendChild(u),o.appendChild(a),document.body.appendChild(o),a},uo=async e=>{let t=document.createElement("div");Object.assign(t.style,{position:"fixed",inset:"0",backgroundColor:"rgba(0,0,0,0.85)",display:"flex",justifyContent:"center",alignItems:"center",zIndex:"100000",backdropFilter:"blur(4px)",overflow:"hidden"});let r=await e,n=r instanceof HTMLElement?r:new Image;typeof r=="string"&&(n.src=r),Object.assign(n.style,{maxWidth:"90%",maxHeight:"90%",objectFit:"contain",border:"1px solid #555",boxShadow:"0 8px 30px rgba(0,0,0,0.5)",backgroundColor:"#fff"});let i=document.createElement("div");Object.assign(i.style,{position:"fixed",top:"30px",right:"30px",display:"flex",height:"40px",background:"#222",borderRadius:"20px",boxShadow:"0 4px 15px rgba(0,0,0,0.8)",zIndex:"100001",overflow:"hidden",border:"1px solid #444"});let l=document.createElement("div");l.innerHTML="\u283F",Object.assign(l.style,{padding:"0 15px",cursor:"move",backgroundColor:"#333",height:"100%",display:"flex",alignItems:"center",color:"#888"});let o=document.createElement("div");o.innerText="\u4FDD\u5B58\u622A\u56FE",Object.assign(o.style,{padding:"0 15px",cursor:"pointer",height:"100%",display:"flex",alignItems:"center",fontSize:"13px",fontWeight:"bold",backgroundColor:"#2f54eb",color:"#fff",borderRight:"1px solid #444"}),o.onclick=async()=>{let _=await window.showSaveFilePicker({suggestedName:`screenshot_${new Date().getTime()}.png`,types:[{description:"PNG Image",accept:{"image/png":[".png"]}}]}),d=await(await fetch(n.src)).blob(),b=await _.createWritable();await b.write(d),await b.close()};let a=document.createElement("div");a.innerText="\u5173\u95ED",Object.assign(a.style,{padding:"0 15px",cursor:"pointer",height:"100%",display:"flex",alignItems:"center",fontSize:"13px",fontWeight:"bold",backgroundColor:"#ff4d4f",color:"#fff"}),a.onclick=()=>{t.remove(),i.remove(),window.onmousemove=null,window.onmouseup=null};let c=!1,u={x:0,y:0};l.onmousedown=_=>{c=!0,u.x=_.clientX-i.offsetLeft,u.y=_.clientY-i.offsetTop},window.onmousemove=_=>{c&&(i.style.left=_.clientX-u.x+"px",i.style.top=_.clientY-u.y+"px",i.style.right="auto")},window.onmouseup=()=>c=!1,i.append(l,o,a),t.appendChild(n),document.body.append(t,i)},Qs=async(e,t)=>{if(t==="b64")return e.toDataURL("image/png");let r=await new Promise(n=>e.toBlob(n,"image/png"));switch(t){case"url":return URL.createObjectURL(r);case"u8a":return new Uint8Array(await r.arrayBuffer());case"ab":return await r.arrayBuffer();case"img":return new Promise((n,i)=>{let l=new Image,o=URL.createObjectURL(r);l.onload=()=>{URL.revokeObjectURL(o),n(l)},l.onerror=i,l.src=o,l.crossOrigin="anonymous"});default:return r}},Rh=async(e,t=void 0)=>{if(!e||!(e instanceof HTMLElement)){console.error("\u65E0\u6548\u7684\u5143\u7D20\u5BF9\u8C61");return}let r=e.style.outline,n=e.style.transition;try{e.style.transition="outline 0.2s ease",e.style.outline="4px solid #2f54eb",e.style.outlineOffset="2px",e.scrollIntoView({block:"center",behavior:"instant"});let i=await navigator.mediaDevices.getDisplayMedia({video:{displaySurface:"browser"},preferCurrentTab:!0}),l=document.createElement("video");l.srcObject=i,await l.play();let o=l.videoWidth/window.innerWidth,a=l.videoHeight/window.innerHeight,c=e.getBoundingClientRect(),u=document.createElement("canvas");if(u.width=c.width*o,u.height=c.height*a,u.getContext("2d").drawImage(l,c.left*o,c.top*a,c.width*o,c.height*a,0,0,u.width,u.height),i.getTracks().forEach(f=>f.stop()),e.style.outline=r,e.style.transition=n,t===void 0){let f=await Qs(u,"img");uo(f);return}return await Qs(u,t)}catch(i){e.style.outline=r,e.style.transition=n,i.name==="NotAllowedError"?console.warn("\u7528\u6237\u53D6\u6D88\u4E86\u5C4F\u5E55\u5171\u4EAB\u6388\u6743\u6216\u6743\u9650\u88AB\u62D2\u7EDD"):i.name==="NotFoundError"?console.error("\u672A\u627E\u5230\u53EF\u7528\u7684\u5A92\u4F53\u6D41\u6E90"):console.error("\u622A\u56FE\u53D1\u751F\u610F\u5916\u9519\u8BEF:",i)}},Ph=async(e,t={})=>{let r=typeof e=="function"?e():e;if(!r)return;let n="",i=Date.now(),{defaultName:l,ext:o}=t;l&&l.includes(".")?n=l:o?n=`${i}.${o}`:n=`${i}.txt`;let a=prompt("\u8BF7\u8F93\u5165\u6587\u4EF6\u540D\uFF1A",n);if(a!==null){if("showSaveFilePicker"in window)try{let u=await(await window.showSaveFilePicker({suggestedName:a,excludeAcceptAllOption:!1})).createWritable();await u.write(r),await u.close();return}catch(c){if(c.name==="AbortError")return;console.warn("showSaveFilePicker failed, trying legacy...")}try{let c=new Blob([r],{type:"application/octet-stream"}),u=URL.createObjectURL(c),_=document.createElement("a");_.href=u,_.download=a,document.body.appendChild(_),_.click(),setTimeout(()=>{document.body.removeChild(_),URL.revokeObjectURL(u)},100)}catch(c){console.error("Save failed:",c)}}};_o.exports={SimpleAlert:Lt,creat_simple_alert:ao,simple_alert:Lh,cancel_simple_alert:jh,simple_confirm_cancel:Dh,show_img_modal:uo,convert_canvas:Qs,ele2img:Rh,save_to_file:Ph}});var mo=h((op,go)=>{var{creat_dt_prefix:fo}=K(),{simple_alert:Wh}=Zs(),{collect_img_like_urls:Bh}=Ks(),{visit:Mh}=nt(),ho=async(e,t,r)=>{if(!r)try{r=await window.showDirectoryPicker()}catch(n){return[!1,String(n.stack)]}try{let i=await(await r.getFileHandle(t,{create:!0})).createWritable();return await i.write(e),await i.close(),[!0,null]}catch(n){return[!1,String(n.stack)]}},po=async(e,t,r,n)=>{if(r)Array.isArray(e)&&(e=e[0]);else if(Array.isArray(e))r=fo()+"_inline"+e[1],e=e[0];else{let l=new URL(e).pathname.split("/");r=fo()+"_"+l[l.length-1]}if(!t)try{dir=await window.showDirectoryPicker()}catch(i){n&&n.fails.push([e,String(i.stack)])}try{let l=await(await fetch(e)).blob(),[o,a]=await ho(l,r,t);n&&(o?n.succs.push(e):n.fails.push([e,String(a)]))}catch(i){n&&n.fails.push([e,String(i.stack)])}},Fh=async(e=t=>!0)=>{let t=[],r=[],n=await window.showDirectoryPicker(),i=Bh(document,e),l=Array.from(new Set(i));for(let o of l)await po(o,n,void 0,{succs:t,fails:r});return Wh("dnld_img_like",JSON.stringify({succs:t,fails:r},null,2),"success"),{succs:t,fails:r}},Yh=async(e=document.body,t=100,r=100,n=i=>!0)=>{try{let i=await window.showDirectoryPicker(),l=await navigator.mediaDevices.getDisplayMedia({video:{displaySurface:"browser"},preferCurrentTab:!0}),o=document.createElement("video");o.srcObject=l,await o.play();let a=o.videoWidth/window.innerWidth,c=o.videoHeight/window.innerHeight,u=[];await Mh(e,(_,f)=>{_.nodeType===1&&_.offsetWidth>=t&&_.offsetHeight>=r&&n(_)&&u.push({el:_,depth:f})},(_,f)=>{}),console.log(`[Scanner] \u5F00\u59CB\u81EA\u52A8\u4FDD\u5B58 ${u.length} \u5F20\u56FE\u7247\u5230\u76EE\u5F55...`);for(let _=0;_<u.length;_++){let{el:f,depth:d}=u[_];f.scrollIntoView({block:"center",behavior:"instant"}),await new Promise(jt=>setTimeout(jt,100));let b=f.getBoundingClientRect(),T=document.createElement("canvas");T.width=b.width*a,T.height=b.height*c,T.getContext("2d").drawImage(o,b.left*a,b.top*c,b.width*a,b.height*c,0,0,T.width,T.height);let tr=`dep${d}_${f.tagName.toLowerCase()}_${_}.png`,$o=await new Promise(jt=>T.toBlob(jt,"image/png")),sr=await(await i.getFileHandle(tr,{create:!0})).createWritable();await sr.write($o),await sr.close(),console.log(`\u5DF2\u81EA\u52A8\u5199\u5165: ${tr}`)}l.getTracks().forEach(_=>_.stop()),console.log("\u6279\u91CF\u4FDD\u5B58\u4EFB\u52A1\u5B8C\u6210\uFF01")}catch(i){if(i.name==="AbortError")return;console.error("\u6279\u91CF\u4FDD\u5B58\u5931\u8D25:",i)}};go.exports={save_blob:ho,fetch_save:po,dnld_img_like:Fh,take_photo_for_all_eles:Yh}});var yo=h((ap,bo)=>{var{to_base64_uri:Hh}=K(),Uh=(e,t=!1,r="text/javascript")=>new Promise((n,i)=>{try{let l=new Blob([e],{type:"application/javascript"}),o=URL.createObjectURL(l),a=document.createElement("script");a.src=o,a.type=r,a.async=!t,a.onload=()=>{URL.revokeObjectURL(o),n([!0,a])},a.onerror=c=>{URL.revokeObjectURL(o),a.parentNode&&a.parentNode.removeChild(a),n([!1,c])},document.head.appendChild(a)}catch(l){n([!1,l])}}),Gh=(e,t="link")=>{let r=Hh("text/css",e);if(t==="style"){let n=`@import ${r}`,i=document.createElement("style");return i.textContent=n,document.head.appendChild(i),i}else{let n=document.createElement("link");return n.rel="stylesheet",n.href=r,document.head.appendChild(n),n}};bo.exports={loadjs:Uh,loadcss:Gh}});var ld=h((cp,wo)=>{var zh=Tt(),Vh=K(),Xh=nt(),Jh=Hl(),Kh=Xl(),Qh=Ql(),Zh=eo(),ed=so(),td=Ks(),sd=Zs(),rd=mo(),id=yo();wo.exports={_ison:zh,_util:Vh,_nd:Xh,_ele:Jh,_attr,_wait:Kh,_ele_getter:Qh,_cls_accessor:Zh,_limit:ed,_code:td,_ui:sd,_dnld:rd,_impt:id}});return ld();})();
|
package/attr-accessor.js
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
const _ison = require("nvison-bw");
|
|
2
|
+
const {
|
|
3
|
+
attr_value_to_bool,
|
|
4
|
+
css_str_to_num
|
|
5
|
+
} = require("./util");
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
module.exports = (Cls,ATTR_NAME_ARY) => {
|
|
9
|
+
// 自动注入观察列表
|
|
10
|
+
Object.defineProperty(Cls, "observedAttributes", { get: () => ATTR_NAME_ARY });
|
|
11
|
+
for (let attrnm in ATTRS) {
|
|
12
|
+
const cfg = ATTRS[attrnm];
|
|
13
|
+
const T = cfg.type.toLowerCase();
|
|
14
|
+
attrnm = attrnm.toLowerCase();
|
|
15
|
+
Object.defineProperty(Cls.prototype, "@" + attrnm, {
|
|
16
|
+
get: function() {
|
|
17
|
+
let raw = this.getAttribute(attrnm);
|
|
18
|
+
if (raw === null) return cfg.dflt;
|
|
19
|
+
if (T === "bl" || T === "bool") return attr_value_to_bool(raw);
|
|
20
|
+
if (T === "num" || T === "number") return Number(raw);
|
|
21
|
+
if (T === "cssnum") return css_str_to_num(raw);
|
|
22
|
+
if (T === "json") return _ison.parse_from_str(raw);
|
|
23
|
+
return raw;
|
|
24
|
+
},
|
|
25
|
+
set: function(v) {
|
|
26
|
+
if (v === null) { //严格和 在原生 Web Components 标准中,如果一个属性(Attribute)被删除 attributeChangedCallback 接收到的 newValue 是 null 对应
|
|
27
|
+
this.removeAttribute(attrnm);
|
|
28
|
+
} else {
|
|
29
|
+
if (T === "cssnum") {
|
|
30
|
+
this.setAttribute(attrnm, Number(v) + "px");
|
|
31
|
+
} else if (T === "num" || T === "number") {
|
|
32
|
+
this.setAttribute(attrnm, Number(v));
|
|
33
|
+
} else if (T === "bl" || T === "bool") {
|
|
34
|
+
this.setAttribute(attrnm, String(Boolean(v))) ; //这里即使false也不删除
|
|
35
|
+
} else if (T === "json") {
|
|
36
|
+
this.setAttribute(attrnm, typeof v === 'string' ? v : JSON.stringify(v));
|
|
37
|
+
} else {
|
|
38
|
+
this.setAttribute(attrnm, String(v));
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
configurable: true,
|
|
43
|
+
enumerable: false
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
};
|
package/cls-accessor.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const _nvison = require("nvison-bw");
|
|
2
|
-
const {
|
|
2
|
+
const { css_str_to_num,attr_value_to_bool} = require("./util");
|
|
3
3
|
|
|
4
4
|
const add_attr_accessors_to_cls = (Cls,ATTRS) => {
|
|
5
5
|
/*
|
|
@@ -8,16 +8,15 @@ const add_attr_accessors_to_cls = (Cls,ATTRS) => {
|
|
|
8
8
|
*/
|
|
9
9
|
const ATTR_KEYS = Object.keys(ATTRS);
|
|
10
10
|
for (let key of ATTRS_KEYS) {
|
|
11
|
-
let getter_name =
|
|
11
|
+
let getter_name = (key[0]===".")?key:`.${key}`;
|
|
12
12
|
let attrConfig = ATTRS[key];
|
|
13
|
-
let T = attrConfig.type;
|
|
14
|
-
|
|
13
|
+
let T = attrConfig.type.toLowerCase();
|
|
14
|
+
|
|
15
15
|
if (Cls.prototype.hasOwnProperty(getter_name)) {
|
|
16
16
|
continue; // 已存在,跳过
|
|
17
17
|
}
|
|
18
|
-
|
|
19
18
|
// 根据类型创建不同的 getter/setter
|
|
20
|
-
if (T === "boolean") {
|
|
19
|
+
if (T === "boolean" || T === "bool" || T === "bl" ) {
|
|
21
20
|
Object.defineProperty(Cls.prototype, getter_name, {
|
|
22
21
|
get: function () {
|
|
23
22
|
return attr_value_to_bool(this.getAttribute(key), attrConfig.default);
|
|
@@ -26,7 +25,7 @@ const add_attr_accessors_to_cls = (Cls,ATTRS) => {
|
|
|
26
25
|
this.setAttribute(key, val ? "true" : "false");
|
|
27
26
|
}
|
|
28
27
|
});
|
|
29
|
-
} else if (T === "number") {
|
|
28
|
+
} else if (T === "number" || T === "num") {
|
|
30
29
|
Object.defineProperty(Cls.prototype, getter_name, {
|
|
31
30
|
get: function () {
|
|
32
31
|
let val = this.getAttribute(key);
|
|
@@ -36,7 +35,10 @@ const add_attr_accessors_to_cls = (Cls,ATTRS) => {
|
|
|
36
35
|
this.setAttribute(key, String(val));
|
|
37
36
|
}
|
|
38
37
|
});
|
|
39
|
-
} else if (
|
|
38
|
+
} else if (
|
|
39
|
+
T === "cssnum" ||
|
|
40
|
+
(Array.isArray(T) && T.includes("cssnum") && T.includes("number"))
|
|
41
|
+
) {
|
|
40
42
|
// 支持 "200px" 或 200 两种形式
|
|
41
43
|
Object.defineProperty(Cls.prototype, getter_name, {
|
|
42
44
|
get: function () {
|
package/ele-getter.js
CHANGED
|
@@ -47,8 +47,27 @@ const add_dyn_element_getters = (self) => {
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
+
const add_all_ele_getters_with_ids_using_hash_cache = (Cls,IDS) => {
|
|
51
|
+
for (let id of IDS) {
|
|
52
|
+
id = (id[0] === "#")?id.slice(1):id;
|
|
53
|
+
// 使用 Object.defineProperty 在原型上定义 getter
|
|
54
|
+
Object.defineProperty(Cls.prototype, "#" + id, {
|
|
55
|
+
get: function() {
|
|
56
|
+
// 缓存机制:第一次访问时存入私有变量,后续直接返回,优化性能
|
|
57
|
+
if (!this["#"][id]) {
|
|
58
|
+
this["#"][id] = this.shadowRoot.getElementById(id);
|
|
59
|
+
}
|
|
60
|
+
return this["#"][id];
|
|
61
|
+
},
|
|
62
|
+
configurable: true,
|
|
63
|
+
enumerable: false
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
|
|
50
68
|
module.exports = {
|
|
51
69
|
add_one_fixed_element_getter,
|
|
52
70
|
add_fixed_element_getters,
|
|
53
|
-
add_dyn_element_getters
|
|
71
|
+
add_dyn_element_getters,
|
|
72
|
+
add_all_ele_getters_with_ids_using_hash_cache,
|
|
54
73
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nv-basic-bw",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"license": "ISC",
|
|
10
10
|
"description": "",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"nv-basic-util-bw": "^1.0.
|
|
12
|
+
"nv-basic-util-bw": "^1.0.4",
|
|
13
13
|
"nvison-bw": "^1.0.0"
|
|
14
14
|
}
|
|
15
15
|
}
|
package/ui.js
CHANGED
|
@@ -236,7 +236,7 @@ const show_img_modal = async (imgData) => {
|
|
|
236
236
|
borderRight: '1px solid #444'
|
|
237
237
|
});
|
|
238
238
|
saveBtn.onclick = async() => {
|
|
239
|
-
|
|
239
|
+
const handle = await window.showSaveFilePicker({
|
|
240
240
|
suggestedName: `screenshot_${new Date().getTime()}.png`,
|
|
241
241
|
types: [{
|
|
242
242
|
description: 'PNG Image',
|
|
@@ -247,7 +247,7 @@ const show_img_modal = async (imgData) => {
|
|
|
247
247
|
const blob = await response.blob();
|
|
248
248
|
const writable = await handle.createWritable();
|
|
249
249
|
await writable.write(blob);
|
|
250
|
-
await writable.close();
|
|
250
|
+
await writable.close();
|
|
251
251
|
};
|
|
252
252
|
|
|
253
253
|
// 3. 关闭按钮
|
|
@@ -298,7 +298,7 @@ const convert_canvas = async (canvas, format) => {
|
|
|
298
298
|
case 'u8a': return new Uint8Array(await blob.arrayBuffer());
|
|
299
299
|
case 'ab' : return await blob.arrayBuffer();
|
|
300
300
|
case 'img': {
|
|
301
|
-
|
|
301
|
+
return new Promise((resolve, reject) => {
|
|
302
302
|
const img = new Image();
|
|
303
303
|
const url = URL.createObjectURL(blob);
|
|
304
304
|
img.onload = () => {
|
|
@@ -308,9 +308,9 @@ const convert_canvas = async (canvas, format) => {
|
|
|
308
308
|
};
|
|
309
309
|
img.onerror = reject;
|
|
310
310
|
img.src = url;
|
|
311
|
-
|
|
311
|
+
img.crossOrigin = 'anonymous';
|
|
312
312
|
});
|
|
313
|
-
|
|
313
|
+
}
|
|
314
314
|
default : return blob;
|
|
315
315
|
}
|
|
316
316
|
}
|
|
@@ -329,7 +329,7 @@ const ele2img = async (element, format = undefined) => {
|
|
|
329
329
|
// 1. 记录原始样式并开启高亮反馈
|
|
330
330
|
const originalOutline = element.style.outline;
|
|
331
331
|
const originalTransition = element.style.transition;
|
|
332
|
-
|
|
332
|
+
|
|
333
333
|
try {
|
|
334
334
|
// 瞬间高亮目标元素,给用户视觉确认
|
|
335
335
|
element.style.transition = "outline 0.2s ease";
|
|
@@ -398,6 +398,66 @@ const ele2img = async (element, format = undefined) => {
|
|
|
398
398
|
}
|
|
399
399
|
};
|
|
400
400
|
|
|
401
|
+
/**
|
|
402
|
+
* @param {HTMLElement} ele - 触发保存的按钮元素
|
|
403
|
+
* @param {string|Function} content - 要保存的内容或获取内容的函数
|
|
404
|
+
* @param {Object} options - 配置项 (defaultName, ext)
|
|
405
|
+
*/
|
|
406
|
+
const save_to_file = async(content, options = {}) => {
|
|
407
|
+
const data = typeof content === 'function' ? content() : content;
|
|
408
|
+
if (!data) return;
|
|
409
|
+
// --- 文件名推导逻辑 ---
|
|
410
|
+
let finalDefaultName = "";
|
|
411
|
+
const now = Date.now();
|
|
412
|
+
const { defaultName, ext } = options;
|
|
413
|
+
if (defaultName && defaultName.includes('.')) {
|
|
414
|
+
// 1. 如果有 defaultName 且带后缀,直接使用
|
|
415
|
+
finalDefaultName = defaultName;
|
|
416
|
+
} else if (ext) {
|
|
417
|
+
// 2. 只有 ext,使用 时间戳.ext
|
|
418
|
+
finalDefaultName = `${now}.${ext}`;
|
|
419
|
+
} else {
|
|
420
|
+
// 3. 什么都没有,使用 时间戳.txt
|
|
421
|
+
finalDefaultName = `${now}.txt`;
|
|
422
|
+
}
|
|
423
|
+
// 1. 弹出提示框让用户确认/修改
|
|
424
|
+
const userInputName = prompt("请输入文件名:", finalDefaultName);
|
|
425
|
+
if (userInputName === null) return;
|
|
426
|
+
|
|
427
|
+
// --- 方案 A: 现代 API (showSaveFilePicker) ---
|
|
428
|
+
if ('showSaveFilePicker' in window) {
|
|
429
|
+
try {
|
|
430
|
+
const fileHandle = await window.showSaveFilePicker({
|
|
431
|
+
suggestedName: userInputName,
|
|
432
|
+
excludeAcceptAllOption: false
|
|
433
|
+
});
|
|
434
|
+
|
|
435
|
+
const writable = await fileHandle.createWritable();
|
|
436
|
+
await writable.write(data);
|
|
437
|
+
await writable.close();
|
|
438
|
+
return;
|
|
439
|
+
} catch (err) {
|
|
440
|
+
if (err.name === 'AbortError') return;
|
|
441
|
+
console.warn("showSaveFilePicker failed, trying legacy...");
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
// --- 方案 B: 降级到传统下载 ---
|
|
445
|
+
try {
|
|
446
|
+
const blob = new Blob([data], { type: 'application/octet-stream' });
|
|
447
|
+
const url = URL.createObjectURL(blob);
|
|
448
|
+
const a = document.createElement('a');
|
|
449
|
+
a.href = url;
|
|
450
|
+
a.download = userInputName;
|
|
451
|
+
document.body.appendChild(a);
|
|
452
|
+
a.click();
|
|
453
|
+
setTimeout(() => {
|
|
454
|
+
document.body.removeChild(a);
|
|
455
|
+
URL.revokeObjectURL(url);
|
|
456
|
+
}, 100);
|
|
457
|
+
} catch (err) {
|
|
458
|
+
console.error("Save failed:", err);
|
|
459
|
+
}
|
|
460
|
+
};
|
|
401
461
|
|
|
402
462
|
module.exports = {
|
|
403
463
|
SimpleAlert,
|
|
@@ -407,6 +467,7 @@ module.exports = {
|
|
|
407
467
|
simple_confirm_cancel,
|
|
408
468
|
show_img_modal,
|
|
409
469
|
convert_canvas,
|
|
410
|
-
ele2img
|
|
470
|
+
ele2img,
|
|
471
|
+
save_to_file,
|
|
411
472
|
};
|
|
412
473
|
|
package/util.js
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
const is_async = (f)=>f.constructor.name === "AsyncFunction";
|
|
2
2
|
const is_url = (s)=>{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
if (typeof s !== "string") return false;
|
|
4
|
+
s = s.trim();
|
|
5
|
+
if (s === "") return false;
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
7
|
+
// 快路径(你系统里最常见的)
|
|
8
|
+
// 绝对 URL / 协议相对 / 绝对路径 / 相对路径
|
|
9
|
+
if (
|
|
10
|
+
s.startsWith("http://") ||
|
|
11
|
+
s.startsWith("https://") ||
|
|
12
|
+
s.startsWith("ws://") ||
|
|
13
|
+
s.startsWith("wss://") ||
|
|
14
|
+
s.startsWith("//") ||
|
|
15
|
+
s.startsWith("/") ||
|
|
16
|
+
s.startsWith("./") ||
|
|
17
|
+
s.startsWith("../")
|
|
18
|
+
) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
22
|
+
// data / blob / file / wasm 等(前端系统常见)
|
|
23
|
+
if (/^(data|blob|file|wasm):/i.test(s)) {
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
return false;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
const fullfill_url = (url)=>{
|
|
30
30
|
if(
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
31
|
+
url.startsWith("http://") ||
|
|
32
|
+
url.startsWith("https://") ||
|
|
33
|
+
url.startsWith("ws://") ||
|
|
34
|
+
url.startsWith("wss://") ||
|
|
35
|
+
/^(data|blob|file|wasm):/i.test(url)
|
|
36
36
|
) {
|
|
37
|
-
|
|
37
|
+
return url;
|
|
38
38
|
} else if(
|
|
39
|
-
|
|
39
|
+
url.startsWith("//") || url.startsWith("/") || url.startsWith("./") || url.startsWith("../")
|
|
40
40
|
) {
|
|
41
41
|
// protocol-relative: //cdn/a.js
|
|
42
42
|
if (url.startsWith("//")) {
|
|
@@ -57,57 +57,54 @@ const creat_dt_prefix = () => new Date().toISOString().replace(/[:.]/g, "-");
|
|
|
57
57
|
|
|
58
58
|
const CKRGX = /^(.*?)=["]?(.*)["]?$/;
|
|
59
59
|
const get_ck = (s=document.cookie)=>{
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
60
|
+
let arr = s.split("; ");
|
|
61
|
+
let d = {};
|
|
62
|
+
for(let e of arr) {
|
|
63
|
+
let grps = CKRGX.exec(e);
|
|
64
|
+
d[grps[1]] = grps[2];
|
|
65
|
+
}
|
|
66
|
+
return d;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
const simple_json_to_html = require("nv-basic-util-bw");
|
|
70
69
|
const {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
70
|
+
to_base64_uri,code2hscript,css2hlink,escape_text,
|
|
71
|
+
dash_to_camel,dash_to_snake,attr_value_to_bool,css_str_to_num,
|
|
72
|
+
////
|
|
73
|
+
get_all_nds_from_strict_tac_json,
|
|
74
|
+
get_all_attrs_from_strict_tac_json,
|
|
75
|
+
get_all_id_and_clses_from_strict_tac_json,
|
|
76
|
+
get_all_tag_id_pairs_from_strict_tac_json,
|
|
77
|
+
get_all_ids_from_strict_tac_json,
|
|
78
|
+
strict_tac_json_to_html,
|
|
79
|
+
strict_tac_json_to_dom,
|
|
80
|
+
from_strict_tac_json,
|
|
81
|
+
////
|
|
82
|
+
simple_json_to_css,
|
|
83
83
|
} = require("nv-basic-util-bw");
|
|
84
84
|
|
|
85
85
|
const _nvison = require("nvison-bw");
|
|
86
86
|
const parse_json_input = (input)=> _nvison.parse_from_str(input+" ");
|
|
87
87
|
|
|
88
88
|
module.exports = {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
dash_to_snake,
|
|
111
|
-
attr_value_to_bool,
|
|
112
|
-
css_str_to_num,
|
|
89
|
+
is_async,
|
|
90
|
+
is_url,
|
|
91
|
+
fullfill_url,
|
|
92
|
+
creat_dt_prefix,
|
|
93
|
+
get_ck,
|
|
94
|
+
////
|
|
95
|
+
parse_json_input,
|
|
96
|
+
////
|
|
97
|
+
to_base64_uri,code2hscript,css2hlink,escape_text,
|
|
98
|
+
dash_to_camel,dash_to_snake,attr_value_to_bool,css_str_to_num,
|
|
99
|
+
////
|
|
100
|
+
get_all_nds_from_strict_tac_json,
|
|
101
|
+
get_all_attrs_from_strict_tac_json,
|
|
102
|
+
get_all_id_and_clses_from_strict_tac_json,
|
|
103
|
+
get_all_tag_id_pairs_from_strict_tac_json,
|
|
104
|
+
get_all_ids_from_strict_tac_json,
|
|
105
|
+
strict_tac_json_to_html,
|
|
106
|
+
strict_tac_json_to_dom,
|
|
107
|
+
from_strict_tac_json,
|
|
108
|
+
////
|
|
109
|
+
simple_json_to_css,
|
|
113
110
|
}
|