@vtj/parser 0.12.66 → 0.12.67
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/index.cjs +8 -8
- package/dist/index.mjs +158 -156
- package/package.json +4 -4
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
import { parse as
|
2
|
-
import { parse as
|
1
|
+
import { parse as Ju, compileTemplate as zu } from "@vue/compiler-sfc";
|
2
|
+
import { parse as Xu } from "@babel/parser";
|
3
3
|
import pu from "@babel/traverse";
|
4
4
|
import mu from "@babel/generator";
|
5
|
-
import { BlockModel as
|
5
|
+
import { BlockModel as Qu } from "@vtj/core";
|
6
6
|
import { tsFormatter as xu } from "@vtj/coder";
|
7
7
|
import { NodeTypes as h } from "@vue/compiler-core";
|
8
|
-
import { upperFirstCamelCase as
|
9
|
-
import
|
10
|
-
import * as
|
8
|
+
import { upperFirstCamelCase as Zu, unBase64 as Ku, uid as au } from "@vtj/base";
|
9
|
+
import Yu from "postcss";
|
10
|
+
import * as ue from "sass";
|
11
11
|
import * as T from "@babel/types";
|
12
12
|
/**!
|
13
13
|
* Copyright (c) 2025, VTJ.PRO All rights reserved.
|
14
14
|
* @name @vtj/parser
|
15
15
|
* @author CHC chenhuachun1549@dingtalk.com
|
16
|
-
* @version 0.12.
|
16
|
+
* @version 0.12.67
|
17
17
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
18
18
|
*/
|
19
|
-
const p0 = "0.12.
|
19
|
+
const p0 = "0.12.67";
|
20
20
|
function _(e) {
|
21
|
-
const { descriptor: u } =
|
21
|
+
const { descriptor: u } = Ju(e), t = u.template?.content || "", a = (u.scriptSetup || u.script)?.content || "", i = u.styles.map((c) => c.content);
|
22
22
|
return {
|
23
23
|
template: t,
|
24
24
|
script: a,
|
@@ -26,7 +26,7 @@ function _(e) {
|
|
26
26
|
};
|
27
27
|
}
|
28
28
|
function Z(e) {
|
29
|
-
return
|
29
|
+
return Xu(e, { sourceType: "module", plugins: ["typescript"] });
|
30
30
|
}
|
31
31
|
function K(e, u) {
|
32
32
|
return (pu.default || pu)(e, u);
|
@@ -48,16 +48,16 @@ function M(e) {
|
|
48
48
|
function nu(e) {
|
49
49
|
return !!e && e.type === "JSExpression";
|
50
50
|
}
|
51
|
-
function
|
51
|
+
function ee(e) {
|
52
52
|
return typeof e == "object" && !!e && e.type === "JSFunction";
|
53
53
|
}
|
54
54
|
function ru(e) {
|
55
|
-
return !!nu(e) || !!
|
55
|
+
return !!nu(e) || !!ee(e);
|
56
56
|
}
|
57
|
-
function
|
57
|
+
function te(e) {
|
58
58
|
return !!e && !nu(e) && typeof e != "string";
|
59
59
|
}
|
60
|
-
function
|
60
|
+
function ku(e, u) {
|
61
61
|
try {
|
62
62
|
const t = Z(e);
|
63
63
|
return K(t, u), M(t) || "";
|
@@ -122,7 +122,7 @@ function ou(e) {
|
|
122
122
|
value: e
|
123
123
|
};
|
124
124
|
}
|
125
|
-
const
|
125
|
+
const ae = [
|
126
126
|
"beforeCreate",
|
127
127
|
"created",
|
128
128
|
"beforeMount",
|
@@ -136,46 +136,46 @@ const te = [
|
|
136
136
|
"renderTriggered",
|
137
137
|
"activated",
|
138
138
|
"deactivated"
|
139
|
-
],
|
139
|
+
], ie = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot,svg,path,circle,rect,polygon".split(
|
140
140
|
","
|
141
|
-
),
|
141
|
+
), ce = "component,slot,template".split(","), se = "view,swiper,progress,icon,text,button,checkbox,editor,form,input,label,picker,radio,slider,switch,textarea,audio,camera,image,video,map,canvas".split(
|
142
142
|
","
|
143
143
|
);
|
144
|
-
function
|
145
|
-
return u === "uniapp" &&
|
144
|
+
function ne(e, u = "web") {
|
145
|
+
return u === "uniapp" && se.includes(e);
|
146
146
|
}
|
147
|
-
function
|
148
|
-
return (
|
147
|
+
function Vu(e, u = "web") {
|
148
|
+
return (ie.includes(e) || ce.includes(e)) && !ne(e, u) ? e : Zu(e);
|
149
149
|
}
|
150
|
-
function
|
150
|
+
function qu(e) {
|
151
151
|
return e.replace(/\s+/g, " ").split(";").reduce((t, a) => {
|
152
152
|
const [i, c] = a.split(":").map((s) => s.trim());
|
153
153
|
return i && c && (t[i] = c), t;
|
154
154
|
}, {});
|
155
155
|
}
|
156
|
-
function
|
156
|
+
function re(e, u, t) {
|
157
157
|
if (t === "ObjectExpression")
|
158
158
|
return `(Object.assign({${e.split(" ").map((i) => `'${i}': true`).join(",")}}, ${u}))`;
|
159
159
|
if (t === "ArrayExpression")
|
160
160
|
return `([${e.split(" ").map((i) => `'${i}'`).join(",")}].concat(${u}))`;
|
161
161
|
}
|
162
|
-
function
|
162
|
+
function oe(e = "") {
|
163
163
|
const t = e.trim().match(/DataSource:\s*([^\n=]+={0,2})/)?.[1] || "";
|
164
164
|
try {
|
165
|
-
return t ? JSON.parse(
|
165
|
+
return t ? JSON.parse(Ku(t)) : null;
|
166
166
|
} catch (a) {
|
167
167
|
return console.warn("extractDataSource fail", a), null;
|
168
168
|
}
|
169
169
|
}
|
170
|
-
const
|
170
|
+
const de = /* @__PURE__ */ new Uint16Array(
|
171
171
|
// prettier-ignore
|
172
172
|
/* @__PURE__ */ 'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e) => e.charCodeAt(0))
|
173
|
-
),
|
173
|
+
), fe = /* @__PURE__ */ new Uint16Array(
|
174
174
|
// prettier-ignore
|
175
175
|
/* @__PURE__ */ "Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0))
|
176
176
|
);
|
177
177
|
var eu;
|
178
|
-
const
|
178
|
+
const le = /* @__PURE__ */ new Map([
|
179
179
|
[0, 65533],
|
180
180
|
// C1 Unicode control character reference replacements
|
181
181
|
[128, 8364],
|
@@ -212,15 +212,15 @@ const fe = /* @__PURE__ */ new Map([
|
|
212
212
|
return e > 65535 && (e -= 65536, u += String.fromCharCode(e >>> 10 & 1023 | 55296), e = 56320 | e & 1023), u += String.fromCharCode(e), u;
|
213
213
|
}
|
214
214
|
);
|
215
|
-
function
|
215
|
+
function be(e) {
|
216
216
|
var u;
|
217
|
-
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (u =
|
217
|
+
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (u = le.get(e)) !== null && u !== void 0 ? u : e;
|
218
218
|
}
|
219
219
|
var A;
|
220
220
|
(function(e) {
|
221
221
|
e[e.NUM = 35] = "NUM", e[e.SEMI = 59] = "SEMI", e[e.EQUALS = 61] = "EQUALS", e[e.ZERO = 48] = "ZERO", e[e.NINE = 57] = "NINE", e[e.LOWER_A = 97] = "LOWER_A", e[e.LOWER_F = 102] = "LOWER_F", e[e.LOWER_X = 120] = "LOWER_X", e[e.LOWER_Z = 122] = "LOWER_Z", e[e.UPPER_A = 65] = "UPPER_A", e[e.UPPER_F = 70] = "UPPER_F", e[e.UPPER_Z = 90] = "UPPER_Z";
|
222
222
|
})(A || (A = {}));
|
223
|
-
const
|
223
|
+
const he = 32;
|
224
224
|
var F;
|
225
225
|
(function(e) {
|
226
226
|
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
@@ -228,14 +228,14 @@ var F;
|
|
228
228
|
function iu(e) {
|
229
229
|
return e >= A.ZERO && e <= A.NINE;
|
230
230
|
}
|
231
|
-
function
|
231
|
+
function pe(e) {
|
232
232
|
return e >= A.UPPER_A && e <= A.UPPER_F || e >= A.LOWER_A && e <= A.LOWER_F;
|
233
233
|
}
|
234
|
-
function
|
234
|
+
function me(e) {
|
235
235
|
return e >= A.UPPER_A && e <= A.UPPER_Z || e >= A.LOWER_A && e <= A.LOWER_Z || iu(e);
|
236
236
|
}
|
237
|
-
function
|
238
|
-
return e === A.EQUALS ||
|
237
|
+
function xe(e) {
|
238
|
+
return e === A.EQUALS || me(e);
|
239
239
|
}
|
240
240
|
var v;
|
241
241
|
(function(e) {
|
@@ -245,7 +245,7 @@ var j;
|
|
245
245
|
(function(e) {
|
246
246
|
e[e.Legacy = 0] = "Legacy", e[e.Strict = 1] = "Strict", e[e.Attribute = 2] = "Attribute";
|
247
247
|
})(j || (j = {}));
|
248
|
-
class
|
248
|
+
class ge {
|
249
249
|
constructor(u, t, a) {
|
250
250
|
this.decodeTree = u, this.emitCodePoint = t, this.errors = a, this.state = v.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = j.Strict;
|
251
251
|
}
|
@@ -288,7 +288,7 @@ class xe {
|
|
288
288
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
289
289
|
*/
|
290
290
|
stateNumericStart(u, t) {
|
291
|
-
return t >= u.length ? -1 : (u.charCodeAt(t) |
|
291
|
+
return t >= u.length ? -1 : (u.charCodeAt(t) | he) === A.LOWER_X ? (this.state = v.NumericHex, this.consumed += 1, this.stateNumericHex(u, t + 1)) : (this.state = v.NumericDecimal, this.stateNumericDecimal(u, t));
|
292
292
|
}
|
293
293
|
addToNumericResult(u, t, a, i) {
|
294
294
|
if (t !== a) {
|
@@ -309,7 +309,7 @@ class xe {
|
|
309
309
|
const a = t;
|
310
310
|
for (; t < u.length; ) {
|
311
311
|
const i = u.charCodeAt(t);
|
312
|
-
if (iu(i) ||
|
312
|
+
if (iu(i) || pe(i))
|
313
313
|
t += 1;
|
314
314
|
else
|
315
315
|
return this.addToNumericResult(u, a, t, 16), this.emitNumericEntity(i, 3);
|
@@ -357,7 +357,7 @@ class xe {
|
|
357
357
|
this.consumed += 1;
|
358
358
|
else if (this.decodeMode === j.Strict)
|
359
359
|
return 0;
|
360
|
-
return this.emitCodePoint(
|
360
|
+
return this.emitCodePoint(be(this.result), this.consumed), this.errors && (u !== A.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
361
361
|
}
|
362
362
|
/**
|
363
363
|
* Parses a named entity.
|
@@ -373,11 +373,11 @@ class xe {
|
|
373
373
|
let i = a[this.treeIndex], c = (i & F.VALUE_LENGTH) >> 14;
|
374
374
|
for (; t < u.length; t++, this.excess++) {
|
375
375
|
const s = u.charCodeAt(t);
|
376
|
-
if (this.treeIndex =
|
376
|
+
if (this.treeIndex = ye(a, i, this.treeIndex + Math.max(1, c), s), this.treeIndex < 0)
|
377
377
|
return this.result === 0 || // If we are parsing an attribute
|
378
378
|
this.decodeMode === j.Attribute && // We shouldn't have consumed any characters after the entity,
|
379
379
|
(c === 0 || // And there should be no invalid characters.
|
380
|
-
|
380
|
+
xe(s)) ? 0 : this.emitNotTerminatedNamedEntity();
|
381
381
|
if (i = a[this.treeIndex], c = (i & F.VALUE_LENGTH) >> 14, c !== 0) {
|
382
382
|
if (s === A.SEMI)
|
383
383
|
return this.emitNamedEntityData(this.treeIndex, c, this.consumed + this.excess);
|
@@ -433,7 +433,7 @@ class xe {
|
|
433
433
|
}
|
434
434
|
}
|
435
435
|
}
|
436
|
-
function
|
436
|
+
function ye(e, u, t, a) {
|
437
437
|
const i = (u & F.BRANCH_LENGTH) >> 7, c = u & F.JUMP_TABLE;
|
438
438
|
if (i === 0)
|
439
439
|
return c !== 0 && a === c ? t : -1;
|
@@ -461,13 +461,13 @@ var o;
|
|
461
461
|
(function(e) {
|
462
462
|
e[e.Text = 1] = "Text", e[e.BeforeTagName = 2] = "BeforeTagName", e[e.InTagName = 3] = "InTagName", e[e.InSelfClosingTag = 4] = "InSelfClosingTag", e[e.BeforeClosingTagName = 5] = "BeforeClosingTagName", e[e.InClosingTagName = 6] = "InClosingTagName", e[e.AfterClosingTagName = 7] = "AfterClosingTagName", e[e.BeforeAttributeName = 8] = "BeforeAttributeName", e[e.InAttributeName = 9] = "InAttributeName", e[e.AfterAttributeName = 10] = "AfterAttributeName", e[e.BeforeAttributeValue = 11] = "BeforeAttributeValue", e[e.InAttributeValueDq = 12] = "InAttributeValueDq", e[e.InAttributeValueSq = 13] = "InAttributeValueSq", e[e.InAttributeValueNq = 14] = "InAttributeValueNq", e[e.BeforeDeclaration = 15] = "BeforeDeclaration", e[e.InDeclaration = 16] = "InDeclaration", e[e.InProcessingInstruction = 17] = "InProcessingInstruction", e[e.BeforeComment = 18] = "BeforeComment", e[e.CDATASequence = 19] = "CDATASequence", e[e.InSpecialComment = 20] = "InSpecialComment", e[e.InCommentLike = 21] = "InCommentLike", e[e.BeforeSpecialS = 22] = "BeforeSpecialS", e[e.BeforeSpecialT = 23] = "BeforeSpecialT", e[e.SpecialStartSequence = 24] = "SpecialStartSequence", e[e.InSpecialTag = 25] = "InSpecialTag", e[e.InEntity = 26] = "InEntity";
|
463
463
|
})(o || (o = {}));
|
464
|
-
function
|
464
|
+
function L(e) {
|
465
465
|
return e === l.Space || e === l.NewLine || e === l.Tab || e === l.FormFeed || e === l.CarriageReturn;
|
466
466
|
}
|
467
467
|
function z(e) {
|
468
|
-
return e === l.Slash || e === l.Gt ||
|
468
|
+
return e === l.Slash || e === l.Gt || L(e);
|
469
469
|
}
|
470
|
-
function
|
470
|
+
function Se(e) {
|
471
471
|
return e >= l.LowerA && e <= l.LowerZ || e >= l.UpperA && e <= l.UpperZ;
|
472
472
|
}
|
473
473
|
var R;
|
@@ -503,9 +503,9 @@ const w = {
|
|
503
503
|
XmpEnd: new Uint8Array([60, 47, 120, 109, 112])
|
504
504
|
// `</xmp`
|
505
505
|
};
|
506
|
-
class
|
506
|
+
class Ie {
|
507
507
|
constructor({ xmlMode: u = !1, decodeEntities: t = !0 }, a) {
|
508
|
-
this.cbs = a, this.state = o.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.entityStart = 0, this.baseState = o.Text, this.isSpecial = !1, this.running = !0, this.offset = 0, this.currentSequence = void 0, this.sequenceIndex = 0, this.xmlMode = u, this.decodeEntities = t, this.entityDecoder = new
|
508
|
+
this.cbs = a, this.state = o.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.entityStart = 0, this.baseState = o.Text, this.isSpecial = !1, this.running = !0, this.offset = 0, this.currentSequence = void 0, this.sequenceIndex = 0, this.xmlMode = u, this.decodeEntities = t, this.entityDecoder = new ge(u ? fe : de, (i, c) => this.emitCodePoint(i, c));
|
509
509
|
}
|
510
510
|
reset() {
|
511
511
|
this.state = o.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.baseState = o.Text, this.currentSequence = void 0, this.running = !0, this.offset = 0;
|
@@ -544,7 +544,7 @@ class Se {
|
|
544
544
|
/** Look for an end tag. For <title> tags, also decode entities. */
|
545
545
|
stateInSpecialTag(u) {
|
546
546
|
if (this.sequenceIndex === this.currentSequence.length) {
|
547
|
-
if (u === l.Gt ||
|
547
|
+
if (u === l.Gt || L(u)) {
|
548
548
|
const t = this.index - this.currentSequence.length;
|
549
549
|
if (this.sectionStart < t) {
|
550
550
|
const a = this.index;
|
@@ -590,7 +590,7 @@ class Se {
|
|
590
590
|
* We allow anything that wouldn't end the tag.
|
591
591
|
*/
|
592
592
|
isTagStartChar(u) {
|
593
|
-
return this.xmlMode ? !z(u) :
|
593
|
+
return this.xmlMode ? !z(u) : Se(u);
|
594
594
|
}
|
595
595
|
startSpecial(u, t) {
|
596
596
|
this.isSpecial = !0, this.currentSequence = u, this.sequenceIndex = t, this.state = o.SpecialStartSequence;
|
@@ -609,28 +609,28 @@ class Se {
|
|
609
609
|
z(u) && (this.cbs.onopentagname(this.sectionStart, this.index), this.sectionStart = -1, this.state = o.BeforeAttributeName, this.stateBeforeAttributeName(u));
|
610
610
|
}
|
611
611
|
stateBeforeClosingTagName(u) {
|
612
|
-
|
612
|
+
L(u) || (u === l.Gt ? this.state = o.Text : (this.state = this.isTagStartChar(u) ? o.InClosingTagName : o.InSpecialComment, this.sectionStart = this.index));
|
613
613
|
}
|
614
614
|
stateInClosingTagName(u) {
|
615
|
-
(u === l.Gt ||
|
615
|
+
(u === l.Gt || L(u)) && (this.cbs.onclosetag(this.sectionStart, this.index), this.sectionStart = -1, this.state = o.AfterClosingTagName, this.stateAfterClosingTagName(u));
|
616
616
|
}
|
617
617
|
stateAfterClosingTagName(u) {
|
618
618
|
(u === l.Gt || this.fastForwardTo(l.Gt)) && (this.state = o.Text, this.sectionStart = this.index + 1);
|
619
619
|
}
|
620
620
|
stateBeforeAttributeName(u) {
|
621
|
-
u === l.Gt ? (this.cbs.onopentagend(this.index), this.isSpecial ? (this.state = o.InSpecialTag, this.sequenceIndex = 0) : this.state = o.Text, this.sectionStart = this.index + 1) : u === l.Slash ? this.state = o.InSelfClosingTag :
|
621
|
+
u === l.Gt ? (this.cbs.onopentagend(this.index), this.isSpecial ? (this.state = o.InSpecialTag, this.sequenceIndex = 0) : this.state = o.Text, this.sectionStart = this.index + 1) : u === l.Slash ? this.state = o.InSelfClosingTag : L(u) || (this.state = o.InAttributeName, this.sectionStart = this.index);
|
622
622
|
}
|
623
623
|
stateInSelfClosingTag(u) {
|
624
|
-
u === l.Gt ? (this.cbs.onselfclosingtag(this.index), this.state = o.Text, this.sectionStart = this.index + 1, this.isSpecial = !1) :
|
624
|
+
u === l.Gt ? (this.cbs.onselfclosingtag(this.index), this.state = o.Text, this.sectionStart = this.index + 1, this.isSpecial = !1) : L(u) || (this.state = o.BeforeAttributeName, this.stateBeforeAttributeName(u));
|
625
625
|
}
|
626
626
|
stateInAttributeName(u) {
|
627
627
|
(u === l.Eq || z(u)) && (this.cbs.onattribname(this.sectionStart, this.index), this.sectionStart = this.index, this.state = o.AfterAttributeName, this.stateAfterAttributeName(u));
|
628
628
|
}
|
629
629
|
stateAfterAttributeName(u) {
|
630
|
-
u === l.Eq ? this.state = o.BeforeAttributeValue : u === l.Slash || u === l.Gt ? (this.cbs.onattribend(R.NoValue, this.sectionStart), this.sectionStart = -1, this.state = o.BeforeAttributeName, this.stateBeforeAttributeName(u)) :
|
630
|
+
u === l.Eq ? this.state = o.BeforeAttributeValue : u === l.Slash || u === l.Gt ? (this.cbs.onattribend(R.NoValue, this.sectionStart), this.sectionStart = -1, this.state = o.BeforeAttributeName, this.stateBeforeAttributeName(u)) : L(u) || (this.cbs.onattribend(R.NoValue, this.sectionStart), this.state = o.InAttributeName, this.sectionStart = this.index);
|
631
631
|
}
|
632
632
|
stateBeforeAttributeValue(u) {
|
633
|
-
u === l.DoubleQuote ? (this.state = o.InAttributeValueDq, this.sectionStart = this.index + 1) : u === l.SingleQuote ? (this.state = o.InAttributeValueSq, this.sectionStart = this.index + 1) :
|
633
|
+
u === l.DoubleQuote ? (this.state = o.InAttributeValueDq, this.sectionStart = this.index + 1) : u === l.SingleQuote ? (this.state = o.InAttributeValueSq, this.sectionStart = this.index + 1) : L(u) || (this.sectionStart = this.index, this.state = o.InAttributeValueNq, this.stateInAttributeValueNoQuotes(u));
|
634
634
|
}
|
635
635
|
handleInAttributeValue(u, t) {
|
636
636
|
u === t || !this.decodeEntities && this.fastForwardTo(t) ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(t === l.DoubleQuote ? R.Double : R.Single, this.index + 1), this.state = o.BeforeAttributeName) : this.decodeEntities && u === l.Amp && this.startEntity();
|
@@ -642,7 +642,7 @@ class Se {
|
|
642
642
|
this.handleInAttributeValue(u, l.SingleQuote);
|
643
643
|
}
|
644
644
|
stateInAttributeValueNoQuotes(u) {
|
645
|
-
|
645
|
+
L(u) || u === l.Gt ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(R.Unquoted, this.index), this.state = o.BeforeAttributeName, this.stateBeforeAttributeName(u)) : this.decodeEntities && u === l.Amp && this.startEntity();
|
646
646
|
}
|
647
647
|
stateBeforeDeclaration(u) {
|
648
648
|
u === l.OpeningSquareBracket ? (this.state = o.CDATASequence, this.sequenceIndex = 0) : this.state = u === l.Dash ? o.BeforeComment : o.InDeclaration;
|
@@ -835,7 +835,7 @@ const $ = /* @__PURE__ */ new Set([
|
|
835
835
|
"button",
|
836
836
|
"datalist",
|
837
837
|
"textarea"
|
838
|
-
]), S = /* @__PURE__ */ new Set(["p"]), Su = /* @__PURE__ */ new Set(["thead", "tbody"]), Iu = /* @__PURE__ */ new Set(["dd", "dt"]), Eu = /* @__PURE__ */ new Set(["rt", "rp"]),
|
838
|
+
]), S = /* @__PURE__ */ new Set(["p"]), Su = /* @__PURE__ */ new Set(["thead", "tbody"]), Iu = /* @__PURE__ */ new Set(["dd", "dt"]), Eu = /* @__PURE__ */ new Set(["rt", "rp"]), Ee = /* @__PURE__ */ new Map([
|
839
839
|
["tr", /* @__PURE__ */ new Set(["tr", "th", "td"])],
|
840
840
|
["th", /* @__PURE__ */ new Set(["th"])],
|
841
841
|
["td", /* @__PURE__ */ new Set(["thead", "th", "td"])],
|
@@ -883,7 +883,7 @@ const $ = /* @__PURE__ */ new Set([
|
|
883
883
|
["rp", Eu],
|
884
884
|
["tbody", Su],
|
885
885
|
["tfoot", Su]
|
886
|
-
]),
|
886
|
+
]), we = /* @__PURE__ */ new Set([
|
887
887
|
"area",
|
888
888
|
"base",
|
889
889
|
"basefont",
|
@@ -913,11 +913,11 @@ const $ = /* @__PURE__ */ new Set([
|
|
913
913
|
"foreignobject",
|
914
914
|
"desc",
|
915
915
|
"title"
|
916
|
-
]),
|
917
|
-
class
|
916
|
+
]), ve = /\s|\//;
|
917
|
+
class Ae {
|
918
918
|
constructor(u, t = {}) {
|
919
919
|
var a, i, c, s, r, d;
|
920
|
-
this.options = t, this.startIndex = 0, this.endIndex = 0, this.openTagStart = 0, this.tagname = "", this.attribname = "", this.attribvalue = "", this.attribs = null, this.stack = [], this.buffers = [], this.bufferOffset = 0, this.writeIndex = 0, this.ended = !1, this.cbs = u ?? {}, this.htmlMode = !this.options.xmlMode, this.lowerCaseTagNames = (a = t.lowerCaseTags) !== null && a !== void 0 ? a : this.htmlMode, this.lowerCaseAttributeNames = (i = t.lowerCaseAttributeNames) !== null && i !== void 0 ? i : this.htmlMode, this.recognizeSelfClosing = (c = t.recognizeSelfClosing) !== null && c !== void 0 ? c : !this.htmlMode, this.tokenizer = new ((s = t.Tokenizer) !== null && s !== void 0 ? s :
|
920
|
+
this.options = t, this.startIndex = 0, this.endIndex = 0, this.openTagStart = 0, this.tagname = "", this.attribname = "", this.attribvalue = "", this.attribs = null, this.stack = [], this.buffers = [], this.bufferOffset = 0, this.writeIndex = 0, this.ended = !1, this.cbs = u ?? {}, this.htmlMode = !this.options.xmlMode, this.lowerCaseTagNames = (a = t.lowerCaseTags) !== null && a !== void 0 ? a : this.htmlMode, this.lowerCaseAttributeNames = (i = t.lowerCaseAttributeNames) !== null && i !== void 0 ? i : this.htmlMode, this.recognizeSelfClosing = (c = t.recognizeSelfClosing) !== null && c !== void 0 ? c : !this.htmlMode, this.tokenizer = new ((s = t.Tokenizer) !== null && s !== void 0 ? s : Ie)(this.options, this), this.foreignContext = [!this.htmlMode], (d = (r = this.cbs).onparserinit) === null || d === void 0 || d.call(r, this);
|
921
921
|
}
|
922
922
|
// Tokenizer event handlers
|
923
923
|
/** @internal */
|
@@ -936,7 +936,7 @@ class ve {
|
|
936
936
|
* to specify your own additional void elements.
|
937
937
|
*/
|
938
938
|
isVoidElement(u) {
|
939
|
-
return this.htmlMode &&
|
939
|
+
return this.htmlMode && we.has(u);
|
940
940
|
}
|
941
941
|
/** @internal */
|
942
942
|
onopentagname(u, t) {
|
@@ -947,7 +947,7 @@ class ve {
|
|
947
947
|
emitOpenTag(u) {
|
948
948
|
var t, a, i, c;
|
949
949
|
this.openTagStart = this.startIndex, this.tagname = u;
|
950
|
-
const s = this.htmlMode &&
|
950
|
+
const s = this.htmlMode && Ee.get(u);
|
951
951
|
if (s)
|
952
952
|
for (; this.stack.length > 0 && s.has(this.stack[0]); ) {
|
953
953
|
const r = this.stack.shift();
|
@@ -1010,7 +1010,7 @@ class ve {
|
|
1010
1010
|
this.endIndex = t, (i = (a = this.cbs).onattribute) === null || i === void 0 || i.call(a, this.attribname, this.attribvalue, u === R.Double ? '"' : u === R.Single ? "'" : u === R.NoValue ? void 0 : null), this.attribs && !Object.prototype.hasOwnProperty.call(this.attribs, this.attribname) && (this.attribs[this.attribname] = this.attribvalue), this.attribvalue = "";
|
1011
1011
|
}
|
1012
1012
|
getInstructionName(u) {
|
1013
|
-
const t = u.search(
|
1013
|
+
const t = u.search(ve);
|
1014
1014
|
let a = t < 0 ? u : u.substr(0, t);
|
1015
1015
|
return this.lowerCaseTagNames && (a = a.toLowerCase()), a;
|
1016
1016
|
}
|
@@ -1145,7 +1145,7 @@ class ve {
|
|
1145
1145
|
function Au(e, u = "web") {
|
1146
1146
|
const t = { name: "", children: [] }, a = [t];
|
1147
1147
|
let i = "";
|
1148
|
-
const c = new
|
1148
|
+
const c = new Ae(
|
1149
1149
|
{
|
1150
1150
|
onopentag: (s, r, d) => {
|
1151
1151
|
const n = a[a.length - 1];
|
@@ -1160,9 +1160,9 @@ function Au(e, u = "web") {
|
|
1160
1160
|
},
|
1161
1161
|
{}
|
1162
1162
|
);
|
1163
|
-
b.style && (b.style =
|
1163
|
+
b.style && (b.style = qu(b.style));
|
1164
1164
|
const f = {
|
1165
|
-
name:
|
1165
|
+
name: Vu(s, u),
|
1166
1166
|
props: b
|
1167
1167
|
};
|
1168
1168
|
Array.isArray(n.children) ? n.children.push(f) : n.children ? n.children = [
|
@@ -1189,9 +1189,9 @@ function Au(e, u = "web") {
|
|
1189
1189
|
);
|
1190
1190
|
return c.write(e.replace(/\\"/g, '"')), c.end(), t.children || [];
|
1191
1191
|
}
|
1192
|
-
function
|
1192
|
+
function Te(e, u) {
|
1193
1193
|
const a = {
|
1194
|
-
imports:
|
1194
|
+
imports: Ne(e),
|
1195
1195
|
emits: [],
|
1196
1196
|
errors: []
|
1197
1197
|
}, i = Z(e);
|
@@ -1208,14 +1208,14 @@ function Ae(e, u) {
|
|
1208
1208
|
), b = d.find(
|
1209
1209
|
(f) => f.key.name === "computed"
|
1210
1210
|
);
|
1211
|
-
b && (a.computed =
|
1211
|
+
b && (a.computed = ju(b.value), a.watchers = De(b.value));
|
1212
1212
|
for (const f of d)
|
1213
1213
|
switch (f.key.name) {
|
1214
1214
|
case "name":
|
1215
1215
|
a.name = f.value.value;
|
1216
1216
|
break;
|
1217
1217
|
case "methods":
|
1218
|
-
a.handlers =
|
1218
|
+
a.handlers = Re(f.value), a.methods = je(f.value), a.dataSources = qe(
|
1219
1219
|
f.value,
|
1220
1220
|
u
|
1221
1221
|
);
|
@@ -1227,29 +1227,29 @@ function Ae(e, u) {
|
|
1227
1227
|
);
|
1228
1228
|
break;
|
1229
1229
|
case "props":
|
1230
|
-
a.props =
|
1230
|
+
a.props = Ce(f.value);
|
1231
1231
|
break;
|
1232
1232
|
case "inject":
|
1233
|
-
a.inject =
|
1233
|
+
a.inject = Me(f.value);
|
1234
1234
|
break;
|
1235
1235
|
}
|
1236
1236
|
for (const f of n)
|
1237
1237
|
switch (f.key.name) {
|
1238
1238
|
case "setup":
|
1239
|
-
a.state =
|
1239
|
+
a.state = Ve(f.body);
|
1240
1240
|
break;
|
1241
1241
|
}
|
1242
|
-
a.lifeCycles =
|
1242
|
+
a.lifeCycles = _e(n);
|
1243
1243
|
},
|
1244
1244
|
CallExpression(c) {
|
1245
|
-
const s =
|
1245
|
+
const s = Fe(c.node);
|
1246
1246
|
if (s.length)
|
1247
1247
|
for (let r of s)
|
1248
1248
|
a.emits?.find((n) => n.name === r.name) || a.emits?.push(r);
|
1249
1249
|
}
|
1250
1250
|
}), a;
|
1251
1251
|
}
|
1252
|
-
function
|
1252
|
+
function Ne(e) {
|
1253
1253
|
const u = /import\s+{(.+?)}\s+from\s+['"](.+?)['"]/g, t = /import\s+(.+?)\s+from\s+['"](.+?)['"]/g, a = /^{(.+?)}$/, i = [];
|
1254
1254
|
let c;
|
1255
1255
|
const s = e.replace(/\n/g, " ");
|
@@ -1269,7 +1269,7 @@ function Te(e) {
|
|
1269
1269
|
}
|
1270
1270
|
return i;
|
1271
1271
|
}
|
1272
|
-
function
|
1272
|
+
function ke(e) {
|
1273
1273
|
for (const u of e.body)
|
1274
1274
|
if (u.type === "VariableDeclaration" && u.kind == "const") {
|
1275
1275
|
const { id: t, init: a } = u.declarations[0];
|
@@ -1278,8 +1278,8 @@ function Ne(e) {
|
|
1278
1278
|
}
|
1279
1279
|
return null;
|
1280
1280
|
}
|
1281
|
-
function
|
1282
|
-
const u =
|
1281
|
+
function Ve(e) {
|
1282
|
+
const u = ke(e);
|
1283
1283
|
if (!u) return {};
|
1284
1284
|
const t = {};
|
1285
1285
|
for (const a of u.properties) {
|
@@ -1311,7 +1311,7 @@ function P(e) {
|
|
1311
1311
|
};
|
1312
1312
|
}
|
1313
1313
|
}
|
1314
|
-
function
|
1314
|
+
function ju(e) {
|
1315
1315
|
if (!e) return {};
|
1316
1316
|
const u = {};
|
1317
1317
|
for (const t of e.properties) {
|
@@ -1320,15 +1320,15 @@ function qu(e) {
|
|
1320
1320
|
}
|
1321
1321
|
return u;
|
1322
1322
|
}
|
1323
|
-
function
|
1323
|
+
function qe(e, u) {
|
1324
1324
|
if (!e) return {};
|
1325
1325
|
const t = {}, a = /apis\[\'([\w]*)\'\]/, i = /\.then\(([\w\W]*)\)/;
|
1326
1326
|
for (const c of e.properties) {
|
1327
|
-
const s = P(c), r = c.body.body?.[0], d = (r?.leadingComments?.[0].value || "").trim(), n =
|
1327
|
+
const s = P(c), r = c.body.body?.[0], d = (r?.leadingComments?.[0].value || "").trim(), n = oe(d);
|
1328
1328
|
if (s && s.exp.value.includes("this.provider.apis")) {
|
1329
1329
|
const f = (s.exp.value.match(a) || [])[1];
|
1330
1330
|
if (!f) continue;
|
1331
|
-
const I =
|
1331
|
+
const I = Pe(u, f);
|
1332
1332
|
if (!I) continue;
|
1333
1333
|
const x = s.exp.value.match(i)?.[1];
|
1334
1334
|
t[s.name] = {
|
@@ -1379,13 +1379,13 @@ function Ve(e, u) {
|
|
1379
1379
|
}
|
1380
1380
|
return t;
|
1381
1381
|
}
|
1382
|
-
function
|
1383
|
-
const u =
|
1382
|
+
function je(e) {
|
1383
|
+
const u = ju(e), t = /\_([\w]{5,})$/, a = {};
|
1384
1384
|
for (const i of Object.keys(u))
|
1385
1385
|
t.test(i) || (a[i] = u[i]);
|
1386
1386
|
return a;
|
1387
1387
|
}
|
1388
|
-
function
|
1388
|
+
function Re(e) {
|
1389
1389
|
if (!e) return {};
|
1390
1390
|
const u = {}, t = /\_([\w]{5,})$/;
|
1391
1391
|
for (const a of e.properties) {
|
@@ -1405,7 +1405,7 @@ function je(e) {
|
|
1405
1405
|
}
|
1406
1406
|
return u;
|
1407
1407
|
}
|
1408
|
-
function
|
1408
|
+
function De(e) {
|
1409
1409
|
if (!e) return {};
|
1410
1410
|
const u = {};
|
1411
1411
|
for (const t of e.properties) {
|
@@ -1415,9 +1415,9 @@ function Re(e) {
|
|
1415
1415
|
return u;
|
1416
1416
|
}
|
1417
1417
|
function J(e, u) {
|
1418
|
-
return !!
|
1418
|
+
return !!Ru(e, u);
|
1419
1419
|
}
|
1420
|
-
function
|
1420
|
+
function Ru(e, u) {
|
1421
1421
|
return e.find(
|
1422
1422
|
(a) => a.key?.name === u
|
1423
1423
|
)?.value?.value;
|
@@ -1467,32 +1467,32 @@ function Le(e, u = {}) {
|
|
1467
1467
|
}
|
1468
1468
|
return t;
|
1469
1469
|
}
|
1470
|
-
function
|
1470
|
+
function _e(e) {
|
1471
1471
|
const u = {};
|
1472
1472
|
for (const t of e) {
|
1473
1473
|
const a = t.key.name;
|
1474
|
-
if (
|
1474
|
+
if (ae.includes(a)) {
|
1475
1475
|
const i = P(t);
|
1476
1476
|
i && (u[i.name] = i.exp);
|
1477
1477
|
}
|
1478
1478
|
}
|
1479
1479
|
return u;
|
1480
1480
|
}
|
1481
|
-
function
|
1481
|
+
function Be(e) {
|
1482
1482
|
const u = e.find(
|
1483
1483
|
(t) => t.key?.name === "type"
|
1484
1484
|
);
|
1485
1485
|
if (u)
|
1486
1486
|
return u.value.type === "ArrayExpression" ? u.value.elements.map((t) => t.name) : u.value.name;
|
1487
1487
|
}
|
1488
|
-
function
|
1488
|
+
function Du(e) {
|
1489
1489
|
const u = e.find(
|
1490
1490
|
(t) => t.key?.name === "default"
|
1491
1491
|
);
|
1492
1492
|
if (u)
|
1493
1493
|
return k(M(u.value));
|
1494
1494
|
}
|
1495
|
-
function
|
1495
|
+
function Ce(e) {
|
1496
1496
|
if (!e) return [];
|
1497
1497
|
let u = [];
|
1498
1498
|
return e.type === "ArrayExpression" ? u = e.elements.map((t) => t.value) : e.type === "ObjectExpression" && (u = e.properties.map((t) => {
|
@@ -1500,12 +1500,12 @@ function Be(e) {
|
|
1500
1500
|
return {
|
1501
1501
|
name: a.name,
|
1502
1502
|
required: J(c, "required"),
|
1503
|
-
type:
|
1504
|
-
default:
|
1503
|
+
type: Be(c),
|
1504
|
+
default: Du(c)
|
1505
1505
|
};
|
1506
1506
|
})), u;
|
1507
1507
|
}
|
1508
|
-
function
|
1508
|
+
function Fe(e) {
|
1509
1509
|
const u = [];
|
1510
1510
|
if (e.callee.type === "MemberExpression" && e.callee.property?.name === "$emit") {
|
1511
1511
|
const [a, ...i] = (e.arguments || []).map(
|
@@ -1518,10 +1518,10 @@ function Ce(e) {
|
|
1518
1518
|
}
|
1519
1519
|
return u;
|
1520
1520
|
}
|
1521
|
-
function
|
1521
|
+
function Me(e) {
|
1522
1522
|
let u = [];
|
1523
1523
|
return e.type === "ObjectExpression" && (u = e.properties.map((t) => {
|
1524
|
-
const { key: a, value: i } = t, c = i.properties, s = a.name, r =
|
1524
|
+
const { key: a, value: i } = t, c = i.properties, s = a.name, r = Ru(c, "from"), d = Du(c);
|
1525
1525
|
return {
|
1526
1526
|
name: s,
|
1527
1527
|
from: r || s,
|
@@ -1529,13 +1529,13 @@ function Fe(e) {
|
|
1529
1529
|
};
|
1530
1530
|
})), u;
|
1531
1531
|
}
|
1532
|
-
function
|
1532
|
+
function Pe(e, u) {
|
1533
1533
|
return (e.apis || []).find((t) => t.id === u);
|
1534
1534
|
}
|
1535
|
-
let cu = [], X = {}, Lu = {},
|
1536
|
-
function
|
1537
|
-
return cu = [], X = {}, Lu = a?.handlers || {},
|
1538
|
-
nodes: (
|
1535
|
+
let cu = [], X = {}, Lu = {}, _u = {}, Q = "web", Bu = [];
|
1536
|
+
function Oe(e, u, t = "", a) {
|
1537
|
+
return cu = [], X = {}, Lu = a?.handlers || {}, _u = a?.styles || {}, Q = a?.platform || "web", Bu = a?.imports || [], {
|
1538
|
+
nodes: (zu({
|
1539
1539
|
id: e,
|
1540
1540
|
filename: u,
|
1541
1541
|
source: t,
|
@@ -1546,7 +1546,7 @@ function Pe(e, u, t = "", a) {
|
|
1546
1546
|
context: X
|
1547
1547
|
};
|
1548
1548
|
}
|
1549
|
-
function
|
1549
|
+
function $e(e) {
|
1550
1550
|
if (e.name === "slot") {
|
1551
1551
|
let u = "default";
|
1552
1552
|
const t = [];
|
@@ -1558,21 +1558,21 @@ function Oe(e) {
|
|
1558
1558
|
});
|
1559
1559
|
}
|
1560
1560
|
}
|
1561
|
-
function
|
1561
|
+
function Ue(e) {
|
1562
1562
|
const u = {};
|
1563
1563
|
for (const t of e) {
|
1564
1564
|
if (t.type === h.ATTRIBUTE)
|
1565
1565
|
if (t.name === "class") {
|
1566
|
-
const a = t.value?.content || "", i = /[\w]+_[\w]{5,}/, c = a.match(i)?.[0] || "", s = a.split(" ").filter((d) => d !== c), r =
|
1566
|
+
const a = t.value?.content || "", i = /[\w]+_[\w]{5,}/, c = a.match(i)?.[0] || "", s = a.split(" ").filter((d) => d !== c), r = _u[`.${c}`];
|
1567
1567
|
r && (u.style = r), s.length && (u.class = s.join(" "));
|
1568
1568
|
} else if (t.name === "style") {
|
1569
1569
|
const a = t.value?.content || "";
|
1570
|
-
a && (u.style =
|
1570
|
+
a && (u.style = qu(a));
|
1571
1571
|
} else
|
1572
1572
|
u[t.name] = t.value?.content || "";
|
1573
1573
|
if (t.type === h.DIRECTIVE && t.name === "bind" && (t.exp?.type === h.SIMPLE_EXPRESSION && t.arg?.type === h.SIMPLE_EXPRESSION && (u[t.arg.content] = k(`(${t.exp.content})`)), t.exp?.type === h.COMPOUND_EXPRESSION && t.arg?.type === h.SIMPLE_EXPRESSION))
|
1574
1574
|
if (t.arg.content === "class" && u.class) {
|
1575
|
-
const a = t.exp.ast.type, i =
|
1575
|
+
const a = t.exp.ast.type, i = re(
|
1576
1576
|
u.class,
|
1577
1577
|
t.exp.loc.source,
|
1578
1578
|
a
|
@@ -1585,7 +1585,7 @@ function $e(e) {
|
|
1585
1585
|
}
|
1586
1586
|
return u;
|
1587
1587
|
}
|
1588
|
-
function
|
1588
|
+
function He(e, u = {}) {
|
1589
1589
|
const t = {};
|
1590
1590
|
for (const a of e)
|
1591
1591
|
if (a.type === h.DIRECTIVE && a.name === "on" && a.arg?.type === h.SIMPLE_EXPRESSION) {
|
@@ -1659,7 +1659,7 @@ function du(e, u) {
|
|
1659
1659
|
}
|
1660
1660
|
return t;
|
1661
1661
|
}
|
1662
|
-
function
|
1662
|
+
function Cu(e) {
|
1663
1663
|
let u = "";
|
1664
1664
|
if (e.type === h.ELEMENT) {
|
1665
1665
|
const { props: t = [], tag: a } = e;
|
@@ -1674,9 +1674,9 @@ function Bu(e) {
|
|
1674
1674
|
}
|
1675
1675
|
return u || au();
|
1676
1676
|
}
|
1677
|
-
function
|
1677
|
+
function Ge(e) {
|
1678
1678
|
const u = /\.\/(.+?)\.vue/;
|
1679
|
-
for (const { from: t, imports: a } of
|
1679
|
+
for (const { from: t, imports: a } of Bu) {
|
1680
1680
|
if (Array.isArray(a) && a.includes(e))
|
1681
1681
|
return t;
|
1682
1682
|
if (a === e) {
|
@@ -1705,17 +1705,17 @@ function su(e, u) {
|
|
1705
1705
|
}
|
1706
1706
|
function tu(e, u, t, a) {
|
1707
1707
|
const i = {
|
1708
|
-
name:
|
1709
|
-
from:
|
1710
|
-
props:
|
1711
|
-
events:
|
1708
|
+
name: Vu(e.tag, Q),
|
1709
|
+
from: Ge(e.tag),
|
1710
|
+
props: Ue(e.props),
|
1711
|
+
events: He(e.props, Lu),
|
1712
1712
|
directives: du(t || e, a)
|
1713
1713
|
};
|
1714
|
-
i.id =
|
1714
|
+
i.id = Cu(e), su(i, u);
|
1715
1715
|
const c = fu(i, e.children);
|
1716
|
-
return su(i, u),
|
1716
|
+
return su(i, u), $e(c), c;
|
1717
1717
|
}
|
1718
|
-
function
|
1718
|
+
function We(e, u) {
|
1719
1719
|
return e.map((t) => U(t, u, e));
|
1720
1720
|
}
|
1721
1721
|
function U(e, u, t) {
|
@@ -1737,18 +1737,20 @@ function U(e, u, t) {
|
|
1737
1737
|
return tu(a, u, e);
|
1738
1738
|
}
|
1739
1739
|
if (e.type === h.TEXT_CALL)
|
1740
|
-
return e.content.type == h.TEXT ? e.content.content : e.content.type === h.INTERPOLATION ? k(e.content.content.loc.source) :
|
1740
|
+
return e.content.type == h.TEXT ? e.content.content : e.content.type === h.INTERPOLATION ? k(e.content.content.loc.source) : e.content.type === h.COMPOUND_EXPRESSION ? Nu(
|
1741
|
+
e.content.children
|
1742
|
+
) : "";
|
1741
1743
|
if (e.type === h.TEXT)
|
1742
1744
|
return e.content;
|
1743
1745
|
if (e.type === h.INTERPOLATION && (e.content.type === h.SIMPLE_EXPRESSION || e.content.type === h.COMPOUND_EXPRESSION))
|
1744
1746
|
return k(e.content.loc.source);
|
1745
1747
|
if (e.type === h.COMPOUND_EXPRESSION)
|
1746
|
-
return
|
1748
|
+
return Nu(
|
1747
1749
|
e.children
|
1748
1750
|
);
|
1749
1751
|
e.type !== h.COMMENT && console.warn("未处理", e.type);
|
1750
1752
|
}
|
1751
|
-
function
|
1753
|
+
function Nu(e = []) {
|
1752
1754
|
const u = e.filter((a) => typeof a != "string"), t = [];
|
1753
1755
|
for (const a of u)
|
1754
1756
|
t.push({
|
@@ -1777,7 +1779,7 @@ function fu(e, u = []) {
|
|
1777
1779
|
children: U(c, e)
|
1778
1780
|
} : U(c, e);
|
1779
1781
|
s && (Array.isArray(s) ? s : [s]).forEach((d) => {
|
1780
|
-
|
1782
|
+
te(d) && i?.type === h.DIRECTIVE && (d.id = Cu(c), d.slot = {
|
1781
1783
|
name: i.arg?.content || "default",
|
1782
1784
|
params: i.exp?.identifiers || [],
|
1783
1785
|
scope: i.exp?.type === h.SIMPLE_EXPRESSION ? i.exp.content : ""
|
@@ -1810,12 +1812,12 @@ function Je(e) {
|
|
1810
1812
|
const c = { name: "span", directives: du(t, u) };
|
1811
1813
|
return fu(c, t.children);
|
1812
1814
|
} else
|
1813
|
-
return
|
1815
|
+
return We(u);
|
1814
1816
|
}
|
1815
1817
|
function ze(e) {
|
1816
1818
|
const u = [], t = {}, a = [];
|
1817
1819
|
try {
|
1818
|
-
const i =
|
1820
|
+
const i = ue.compileString(e, { charset: !1 })?.css || "", c = Yu.parse(i), s = /^.[\w]+_[\w]{5,}/;
|
1819
1821
|
for (const r of c.nodes)
|
1820
1822
|
if (r.type === "rule") {
|
1821
1823
|
const d = {};
|
@@ -1835,11 +1837,11 @@ function ze(e) {
|
|
1835
1837
|
`)
|
1836
1838
|
};
|
1837
1839
|
}
|
1838
|
-
const
|
1840
|
+
const Fu = "arrow-double-left, arrow-double-right, contact, notes, records, cash-back-record, newspaper, discount, completed, user, description, list-switch, list-switching, link-o, miniprogram-o, qq, wechat-moments, weibo, cash-o, guide-o, invitation, shield-o, exchange, eye, enlarge, expand-o, eye-o, expand, filter-o, fire, fail, failure, fire-o, flag-o, font, font-o, gem-o, flower-o, gem, gift-card, friends, friends-o, gold-coin, gold-coin-o, good-job-o, gift, gift-o, gift-card-o, good-job, home-o, goods-collect, graphic, goods-collect-o, hot-o, info, hotel-o, info-o, hot-sale-o, hot, like, idcard, like-o, hot-sale, location-o, location, label, lock, label-o, map-marked, logistics, manager, more, live, manager-o, medal, more-o, music-o, music, new-arrival-o, medal-o, new-o, free-postage, newspaper-o, new-arrival, minus, orders-o, new, paid, notes-o, other-pay, pause-circle, pause, pause-circle-o, peer-pay, pending-payment, passed, plus, phone-circle-o, phone-o, printer, photo-fail, phone, photo-o, play-circle, play, phone-circle, point-gift-o, point-gift, play-circle-o, shrink, photo, qr, qr-invalid, question-o, revoke, replay, service, question, search, refund-o, service-o, scan, share, send-gift-o, share-o, setting, points, photograph, shop, shop-o, shop-collect-o, shop-collect, smile, shopping-cart-o, sign, sort, star-o, smile-comment-o, stop, stop-circle-o, smile-o, star, success, stop-circle, records-o, shopping-cart, tosend, todo-list, thumb-circle-o, thumb-circle, umbrella-circle, underway, upgrade, todo-list-o, tv-o, underway-o, user-o, vip-card-o, vip-card, send-gift, wap-home, wap-nav, volume-o, video, wap-home-o, volume, warning, weapp-nav, wechat-pay, wechat, setting-o, youzan-shield, warn-o, smile-comment, user-circle-o, video-o, add-square, add, arrow-down, arrow-up, arrow, after-sale, add-o, alipay, ascending, apps-o, aim, award, arrow-left, award-o, audio, bag-o, balance-list, back-top, bag, balance-pay, balance-o, bar-chart-o, bars, balance-list-o, birthday-cake-o, bookmark, bill, bell, browsing-history-o, browsing-history, bookmark-o, bulb-o, bullhorn-o, bill-o, calendar-o, brush-o, card, cart-o, cart-circle, cart-circle-o, cart, cash-on-deliver, cash-back-record-o, cashier-o, chart-trending-o, certificate, chat, clear, chat-o, checked, clock, clock-o, close, closed-eye, circle, cluster-o, column, comment-circle-o, cluster, comment, comment-o, comment-circle, completed-o, credit-pay, coupon, debit-pay, coupon-o, contact-o, descending, desktop-o, diamond-o, description-o, delete, diamond, delete-o, cross, edit, ellipsis, down, discount-o, ecard-pay, envelop-o".split(
|
1839
1841
|
", "
|
1840
1842
|
), Xe = "AddLocation, Aim, AlarmClock, Apple, ArrowDownBold, ArrowDown, ArrowLeftBold, ArrowLeft, ArrowRightBold, ArrowRight, ArrowUpBold, ArrowUp, Avatar, Back, Baseball, Basketball, BellFilled, Bell, Bicycle, BottomLeft, BottomRight, Bottom, Bowl, Box, Briefcase, BrushFilled, Brush, Burger, Calendar, CameraFilled, Camera, CaretBottom, CaretLeft, CaretRight, CaretTop, Cellphone, ChatDotRound, ChatDotSquare, ChatLineRound, ChatLineSquare, ChatRound, ChatSquare, Check, Checked, Cherry, Chicken, ChromeFilled, CircleCheckFilled, CircleCheck, CircleCloseFilled, CircleClose, CirclePlusFilled, CirclePlus, Clock, CloseBold, Close, Cloudy, CoffeeCup, Coffee, Coin, ColdDrink, CollectionTag, Collection, Comment, Compass, Connection, Coordinate, CopyDocument, Cpu, CreditCard, Crop, DArrowLeft, DArrowRight, DCaret, DataAnalysis, DataBoard, DataLine, DeleteFilled, DeleteLocation, Delete, Dessert, Discount, DishDot, Dish, DocumentAdd, DocumentChecked, DocumentCopy, DocumentDelete, DocumentRemove, Document, Download, Drizzling, EditPen, Edit, ElemeFilled, Eleme, ElementPlus, Expand, Failed, Female, Files, Film, Filter, Finished, FirstAidKit, Flag, Fold, FolderAdd, FolderChecked, FolderDelete, FolderOpened, FolderRemove, Folder, Food, Football, ForkSpoon, Fries, FullScreen, GobletFull, GobletSquareFull, GobletSquare, Goblet, GoldMedal, GoodsFilled, Goods, Grape, Grid, Guide, Handbag, Headset, HelpFilled, Help, Hide, Histogram, HomeFilled, HotWater, House, IceCreamRound, IceCreamSquare, IceCream, IceDrink, IceTea, InfoFilled, Iphone, Key, KnifeFork, Lightning, Link, List, Loading, LocationFilled, LocationInformation, Location, Lock, Lollipop, MagicStick, Magnet, Male, Management, MapLocation, Medal, Memo, Menu, MessageBox, Message, Mic, Microphone, MilkTea, Minus, Money, Monitor, MoonNight, Moon, MoreFilled, More, MostlyCloudy, Mouse, Mug, MuteNotification, Mute, NoSmoking, Notebook, Notification, Odometer, OfficeBuilding, Open, Operation, Opportunity, Orange, Paperclip, PartlyCloudy, Pear, PhoneFilled, Phone, PictureFilled, PictureRounded, Picture, PieChart, Place, Platform, Plus, Pointer, Position, Postcard, Pouring, Present, PriceTag, Printer, Promotion, QuartzWatch, QuestionFilled, Rank, ReadingLamp, Reading, RefreshLeft, RefreshRight, Refresh, Refrigerator, RemoveFilled, Remove, Right, ScaleToOriginal, School, Scissor, Search, Select, Sell, SemiSelect, Service, SetUp, Setting, Share, Ship, Shop, ShoppingBag, ShoppingCartFull, ShoppingCart, ShoppingTrolley, Smoking, Soccer, SoldOut, SortDown, SortUp, Sort, Stamp, StarFilled, Star, Stopwatch, SuccessFilled, Sugar, SuitcaseLine, Suitcase, Sunny, Sunrise, Sunset, SwitchButton, SwitchFilled, Switch, TakeawayBox, Ticket, Tickets, Timer, ToiletPaper, Tools, TopLeft, TopRight, Top, TrendCharts, TrophyBase, Trophy, TurnOff, Umbrella, Unlock, UploadFilled, Upload, UserFilled, User, Van, VideoCameraFilled, VideoCamera, VideoPause, VideoPlay, View, WalletFilled, Wallet, WarnTriangleFilled, WarningFilled, Warning, Watch, Watermelon, WindPower, ZoomIn, ZoomOut, VtjIconChatRecord, VtjIconNewChat, VtjIconAi, VtjIconUniapp, VtjIconWindowMax, VtjIconWindowMin, VtjIconWindowClose, VtjIconWindowNormal, VtjIconWindowDown, VtjIconWindowUp, VtjIconNpSave, VtjIconNpFile, VtjIconNpEdit, VtjIconNpShare, VtjIconNpSearch, VtjIconNpExport, VtjIconNpImport, VtjIconNpList, VtjIconNpPrint, VtjIconNpCancel, VtjIconNpConfirm, VtjIconNpReset, VtjIconNpReturnAll, VtjIconNpReturn, VtjIconNpRemove, VtjIconNpRemoveRow, VtjIconNpDelete, VtjIconNpExit, VtjIconNpRefresh, VtjIconNpAdd, VtjIconNpSelect, VtjIconNpAddRow, VtjIconNpExtend, VtjIconNpClose, VtjIconNpSubmit, VtjIconDeps, VtjIconBack, VtjIconHome, VtjIconApi, VtjIconExport, VtjIconImport, VtjIconGreater, VtjIconSmaller, VtjIconCheck, VtjIconSwitch, VtjIconCopy, VtjIconLock, VtjIconUnlock, VtjIconLayers, VtjIconConsole, VtjIconTeam, VtjIconPublish, VtjIconPreview, VtjIconSave, VtjIconPc, VtjIconPhone, VtjIconPad, VtjIconRedo, VtjIconRefresh, VtjIconUndo, VtjIconCategory, VtjIconProject, VtjIconNotice, VtjIconFav, VtjIconBug, VtjIconFile, VtjIconFolder, VtjIconUpload, VtjIconDownload, VtjIconUser, VtjIconSetting, VtjIconArrowRight, VtjIconArrowLeft, VtjIconArrowDown, VtjIconArrowUp, VtjIconShare, VtjIconData, VtjIconTemplate, VtjIconExitFullscreen, VtjIconFullscreen, VtjIconEdit, VtjIconRemove, VtjIconJs, VtjIconDatabase, VtjIconInfo, VtjIconPlus, VtjIconMinus, VtjIconHelp, VtjIconVars, VtjIconOutline, VtjIconVisible, VtjIconInvisible, VtjIconDocument, VtjIconHistory, VtjIconFixed, VtjIconUnfixed, VtjIconSearch, VtjIconMore, VtjIconClose, VtjIconComponents, VtjIconBlock".split(
|
1841
1843
|
", "
|
1842
|
-
), Qe = "user",
|
1844
|
+
), Qe = "user", D = "User";
|
1843
1845
|
class Ze {
|
1844
1846
|
validate(u) {
|
1845
1847
|
const t = {
|
@@ -1861,7 +1863,7 @@ class Ze {
|
|
1861
1863
|
checkSetup(u) {
|
1862
1864
|
const t = _(u);
|
1863
1865
|
let a = 0;
|
1864
|
-
return
|
1866
|
+
return ku(t.script, {
|
1865
1867
|
ObjectMethod(i) {
|
1866
1868
|
i.node.key.name === "setup" && (a = i.node.body.body.filter(
|
1867
1869
|
(s) => !T.isEmptyStatement(s)
|
@@ -1879,7 +1881,7 @@ class Ze {
|
|
1879
1881
|
checkVantIcons(u) {
|
1880
1882
|
const t = this.findVantIcons(u), a = [];
|
1881
1883
|
for (const i of t)
|
1882
|
-
|
1884
|
+
Fu.includes(i) || a.push(i);
|
1883
1885
|
return a;
|
1884
1886
|
}
|
1885
1887
|
findVtjIcons(u) {
|
@@ -2162,27 +2164,27 @@ class e0 {
|
|
2162
2164
|
fixVantIcons(u) {
|
2163
2165
|
const t = _(u), a = t.template.replace(
|
2164
2166
|
/<(?:VanIcon|van-icon)\s+[^>]*name="([^"]+)"[^>]*>/g,
|
2165
|
-
(i, c) =>
|
2167
|
+
(i, c) => Fu.includes(c) ? i : i.replace(c, Qe)
|
2166
2168
|
);
|
2167
2169
|
return this.reconstructSFC(t, a, t.script);
|
2168
2170
|
}
|
2169
2171
|
fixVtjIcons(u, t = []) {
|
2170
2172
|
const a = _(u);
|
2171
|
-
a.script =
|
2173
|
+
a.script = ku(a.script, {
|
2172
2174
|
ImportDeclaration(i) {
|
2173
2175
|
if (i.node.source.value === "@vtj/icons") {
|
2174
2176
|
const c = i.node.specifiers, s = [];
|
2175
2177
|
let r = !1;
|
2176
2178
|
for (const d of c) {
|
2177
2179
|
const n = d.imported?.name;
|
2178
|
-
n ===
|
2180
|
+
n === D && (r = !0), t.includes(n) || s.push(
|
2179
2181
|
T.importSpecifier(d.local, d.imported)
|
2180
2182
|
);
|
2181
2183
|
}
|
2182
2184
|
r || s.push(
|
2183
2185
|
T.importSpecifier(
|
2184
|
-
T.identifier(
|
2185
|
-
T.identifier(
|
2186
|
+
T.identifier(D),
|
2187
|
+
T.identifier(D)
|
2186
2188
|
)
|
2187
2189
|
), i.node.specifiers = s;
|
2188
2190
|
}
|
@@ -2197,8 +2199,8 @@ class e0 {
|
|
2197
2199
|
(d) => !t.includes(d.key.name)
|
2198
2200
|
), s.argument.properties.push(
|
2199
2201
|
T.objectProperty(
|
2200
|
-
T.identifier(
|
2201
|
-
T.identifier(
|
2202
|
+
T.identifier(D),
|
2203
|
+
T.identifier(D),
|
2202
2204
|
!1,
|
2203
2205
|
!0
|
2204
2206
|
)
|
@@ -2207,19 +2209,19 @@ class e0 {
|
|
2207
2209
|
}
|
2208
2210
|
},
|
2209
2211
|
ObjectProperty(i) {
|
2210
|
-
if (T.isIdentifier(i.node.value) && t.includes(i.node.value.name) && (i.node.value = T.identifier(
|
2212
|
+
if (T.isIdentifier(i.node.value) && t.includes(i.node.value.name) && (i.node.value = T.identifier(D)), T.isArrayExpression(i.node.value)) {
|
2211
2213
|
const c = i.node.value.elements;
|
2212
|
-
i.node.value.elements = c.map((s) => T.isIdentifier(s) && t.includes(s.name) ? T.identifier(
|
2214
|
+
i.node.value.elements = c.map((s) => T.isIdentifier(s) && t.includes(s.name) ? T.identifier(D) : s);
|
2213
2215
|
}
|
2214
2216
|
},
|
2215
2217
|
AssignmentExpression(i) {
|
2216
|
-
T.isIdentifier(i.node.right) && t.includes(i.node.right.name) && (i.node.right = T.identifier(
|
2218
|
+
T.isIdentifier(i.node.right) && t.includes(i.node.right.name) && (i.node.right = T.identifier(D));
|
2217
2219
|
}
|
2218
2220
|
});
|
2219
2221
|
for (const i of t)
|
2220
2222
|
a.template = a.template.replace(
|
2221
2223
|
new RegExp(`:icon="${i}"`, "g"),
|
2222
|
-
`:icon="${
|
2224
|
+
`:icon="${D}"`
|
2223
2225
|
);
|
2224
2226
|
return this.reconstructSFC(a, a.template, a.script);
|
2225
2227
|
}
|
@@ -2266,8 +2268,8 @@ async function x0(e) {
|
|
2266
2268
|
inject: O,
|
2267
2269
|
handlers: uu,
|
2268
2270
|
imports: lu,
|
2269
|
-
dataSources:
|
2270
|
-
} =
|
2271
|
+
dataSources: Mu
|
2272
|
+
} = Te(I.script, i), { nodes: Pu, slots: Ou, context: $u } = Oe(u, t, I.template, {
|
2271
2273
|
platform: s,
|
2272
2274
|
handlers: uu,
|
2273
2275
|
styles: x,
|
@@ -2282,12 +2284,12 @@ async function x0(e) {
|
|
2282
2284
|
lifeCycles: y,
|
2283
2285
|
computed: g,
|
2284
2286
|
methods: p,
|
2285
|
-
dataSources:
|
2286
|
-
slots:
|
2287
|
+
dataSources: Mu,
|
2288
|
+
slots: Ou,
|
2287
2289
|
emits: q,
|
2288
|
-
nodes:
|
2290
|
+
nodes: Pu,
|
2289
2291
|
css: N
|
2290
|
-
},
|
2292
|
+
}, Uu = Object.keys(g || {}), Hu = [
|
2291
2293
|
"$el",
|
2292
2294
|
"$emit",
|
2293
2295
|
"$nextTick",
|
@@ -2304,20 +2306,20 @@ async function x0(e) {
|
|
2304
2306
|
"$props",
|
2305
2307
|
"props",
|
2306
2308
|
...Object.keys(p || {})
|
2307
|
-
], { libs:
|
2309
|
+
], { libs: Gu } = i0(lu, c), hu = {
|
2308
2310
|
platform: s,
|
2309
|
-
context:
|
2310
|
-
computed:
|
2311
|
-
libs:
|
2312
|
-
members:
|
2311
|
+
context: $u,
|
2312
|
+
computed: Uu,
|
2313
|
+
libs: Gu,
|
2314
|
+
members: Hu
|
2313
2315
|
};
|
2314
2316
|
return await t0(
|
2315
2317
|
bu,
|
2316
2318
|
async (H) => {
|
2317
2319
|
await a0(H, async (G) => {
|
2318
2320
|
if (ru(G)) {
|
2319
|
-
const
|
2320
|
-
G.value = gu(
|
2321
|
+
const Wu = await xu(G.value);
|
2322
|
+
G.value = gu(Wu, H.id, hu);
|
2321
2323
|
}
|
2322
2324
|
});
|
2323
2325
|
},
|
@@ -2325,7 +2327,7 @@ async function x0(e) {
|
|
2325
2327
|
const G = await xu(H.value);
|
2326
2328
|
H.value = gu(G, "", hu);
|
2327
2329
|
}
|
2328
|
-
), new
|
2330
|
+
), new Qu(bu).toDsl();
|
2329
2331
|
}
|
2330
2332
|
async function t0(e, u, t) {
|
2331
2333
|
const a = async (x, N) => {
|