@vesium/shared 1.0.1-beta.64 → 1.0.1-beta.68
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 +276 -268
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +44 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +44 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.iife.js +276 -268
- package/dist/index.iife.js.map +1 -1
- package/dist/index.iife.min.js.map +1 -1
- package/dist/index.min.cjs +1 -45
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +276 -268
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -426,9 +426,9 @@ function createCesiumAttribute(scope, key, value, options = {}) {
|
|
|
426
426
|
const attribute = allowToProperty ? toProperty(value) : value;
|
|
427
427
|
Reflect.set(scope, privateKey, attribute);
|
|
428
428
|
const obj = { get() {
|
|
429
|
-
const value
|
|
430
|
-
if (shallowClone) return Array.isArray(value
|
|
431
|
-
else return value
|
|
429
|
+
const value = Reflect.get(scope, privateKey);
|
|
430
|
+
if (shallowClone) return Array.isArray(value) ? [...value] : { ...value };
|
|
431
|
+
else return value;
|
|
432
432
|
} };
|
|
433
433
|
let previousListener;
|
|
434
434
|
const serial = (property, previous) => {
|
|
@@ -439,13 +439,13 @@ function createCesiumAttribute(scope, key, value, options = {}) {
|
|
|
439
439
|
};
|
|
440
440
|
if (!options.readonly) {
|
|
441
441
|
if (allowToProperty && isProperty(value)) serial(value);
|
|
442
|
-
obj.set = (value
|
|
443
|
-
if (allowToProperty && !isProperty(value
|
|
442
|
+
obj.set = (value) => {
|
|
443
|
+
if (allowToProperty && !isProperty(value)) throw new Error(`The value of ${String(key)} must be a Cesium.Property object`);
|
|
444
444
|
const previous = Reflect.get(scope, privateKey);
|
|
445
|
-
if (previous !== value
|
|
446
|
-
Reflect.set(scope, privateKey, value
|
|
447
|
-
changedEvent?.raiseEvent.bind(changedEvent)(scope, key, value
|
|
448
|
-
if (allowToProperty) serial(value
|
|
445
|
+
if (previous !== value) {
|
|
446
|
+
Reflect.set(scope, privateKey, value);
|
|
447
|
+
changedEvent?.raiseEvent.bind(changedEvent)(scope, key, value, previous);
|
|
448
|
+
if (allowToProperty) serial(value);
|
|
449
449
|
}
|
|
450
450
|
};
|
|
451
451
|
}
|
|
@@ -459,9 +459,9 @@ function createCesiumProperty(scope, key, value, options = {}) {
|
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
//#endregion
|
|
462
|
-
//#region ../../node_modules/.pnpm/@vue+shared@3.5.
|
|
462
|
+
//#region ../../node_modules/.pnpm/@vue+shared@3.5.27/node_modules/@vue/shared/dist/shared.cjs.prod.js
|
|
463
463
|
/**
|
|
464
|
-
* @vue/shared v3.5.
|
|
464
|
+
* @vue/shared v3.5.27
|
|
465
465
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
466
466
|
* @license MIT
|
|
467
467
|
**/
|
|
@@ -946,9 +946,9 @@ var require_shared_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
946
946
|
}));
|
|
947
947
|
|
|
948
948
|
//#endregion
|
|
949
|
-
//#region ../../node_modules/.pnpm/@vue+shared@3.5.
|
|
949
|
+
//#region ../../node_modules/.pnpm/@vue+shared@3.5.27/node_modules/@vue/shared/dist/shared.cjs.js
|
|
950
950
|
/**
|
|
951
|
-
* @vue/shared v3.5.
|
|
951
|
+
* @vue/shared v3.5.27
|
|
952
952
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
953
953
|
* @license MIT
|
|
954
954
|
**/
|
|
@@ -986,7 +986,7 @@ var require_shared_cjs = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
986
986
|
}));
|
|
987
987
|
|
|
988
988
|
//#endregion
|
|
989
|
-
//#region ../../node_modules/.pnpm/@vue+shared@3.5.
|
|
989
|
+
//#region ../../node_modules/.pnpm/@vue+shared@3.5.27/node_modules/@vue/shared/index.js
|
|
990
990
|
var require_shared = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
991
991
|
if (process.env.NODE_ENV === "production") module.exports = require_shared_cjs_prod();
|
|
992
992
|
else module.exports = require_shared_cjs();
|
|
@@ -2676,8 +2676,8 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
2676
2676
|
};
|
|
2677
2677
|
let nonASCIIidentifierStartChars = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽ-ೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-Ა-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ--ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ";
|
|
2678
2678
|
let nonASCIIidentifierChars = "·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ--ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_・";
|
|
2679
|
-
const nonASCIIidentifierStart =
|
|
2680
|
-
const nonASCIIidentifier =
|
|
2679
|
+
const nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]");
|
|
2680
|
+
const nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]");
|
|
2681
2681
|
nonASCIIidentifierStartChars = nonASCIIidentifierChars = null;
|
|
2682
2682
|
const astralIdentifierStartCodes = [
|
|
2683
2683
|
0,
|
|
@@ -4143,14 +4143,14 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
4143
4143
|
const body = bodyNode.body = [];
|
|
4144
4144
|
this.expect(5);
|
|
4145
4145
|
while (!this.match(8)) {
|
|
4146
|
-
const bodyNode
|
|
4146
|
+
const bodyNode = this.startNode();
|
|
4147
4147
|
if (this.match(83)) {
|
|
4148
4148
|
this.next();
|
|
4149
4149
|
if (!this.isContextual(130) && !this.match(87)) this.raise(FlowErrors.InvalidNonTypeImportInDeclareModule, this.state.lastTokStartLoc);
|
|
4150
|
-
body.push(super.parseImport(bodyNode
|
|
4150
|
+
body.push(super.parseImport(bodyNode));
|
|
4151
4151
|
} else {
|
|
4152
4152
|
this.expectContextual(125, FlowErrors.UnsupportedStatementInDeclareModule);
|
|
4153
|
-
body.push(this.flowParseDeclare(bodyNode
|
|
4153
|
+
body.push(this.flowParseDeclare(bodyNode, true));
|
|
4154
4154
|
}
|
|
4155
4155
|
}
|
|
4156
4156
|
this.scope.exit();
|
|
@@ -4706,20 +4706,20 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
4706
4706
|
this.state.noAnonFunctionType = oldNoAnonFunctionType;
|
|
4707
4707
|
return type;
|
|
4708
4708
|
case 47: {
|
|
4709
|
-
const node
|
|
4710
|
-
node
|
|
4709
|
+
const node = this.startNode();
|
|
4710
|
+
node.typeParameters = this.flowParseTypeParameterDeclaration();
|
|
4711
4711
|
this.expect(10);
|
|
4712
4712
|
tmp = this.flowParseFunctionTypeParams();
|
|
4713
|
-
node
|
|
4714
|
-
node
|
|
4715
|
-
node
|
|
4713
|
+
node.params = tmp.params;
|
|
4714
|
+
node.rest = tmp.rest;
|
|
4715
|
+
node.this = tmp._this;
|
|
4716
4716
|
this.expect(11);
|
|
4717
4717
|
this.expect(19);
|
|
4718
|
-
node
|
|
4719
|
-
return this.finishNode(node
|
|
4718
|
+
node.returnType = this.flowParseType();
|
|
4719
|
+
return this.finishNode(node, "FunctionTypeAnnotation");
|
|
4720
4720
|
}
|
|
4721
4721
|
case 10: {
|
|
4722
|
-
const node
|
|
4722
|
+
const node = this.startNode();
|
|
4723
4723
|
this.next();
|
|
4724
4724
|
if (!this.match(11) && !this.match(21)) if (tokenIsIdentifier(this.state.type) || this.match(78)) {
|
|
4725
4725
|
const token = this.lookahead().type;
|
|
@@ -4736,14 +4736,14 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
4736
4736
|
}
|
|
4737
4737
|
if (type) tmp = this.flowParseFunctionTypeParams([this.reinterpretTypeAsFunctionTypeParam(type)]);
|
|
4738
4738
|
else tmp = this.flowParseFunctionTypeParams();
|
|
4739
|
-
node
|
|
4740
|
-
node
|
|
4741
|
-
node
|
|
4739
|
+
node.params = tmp.params;
|
|
4740
|
+
node.rest = tmp.rest;
|
|
4741
|
+
node.this = tmp._this;
|
|
4742
4742
|
this.expect(11);
|
|
4743
4743
|
this.expect(19);
|
|
4744
|
-
node
|
|
4745
|
-
node
|
|
4746
|
-
return this.finishNode(node
|
|
4744
|
+
node.returnType = this.flowParseType();
|
|
4745
|
+
node.typeParameters = null;
|
|
4746
|
+
return this.finishNode(node, "FunctionTypeAnnotation");
|
|
4747
4747
|
}
|
|
4748
4748
|
case 134: return this.parseLiteral(this.state.value, "StringLiteralTypeAnnotation");
|
|
4749
4749
|
case 85:
|
|
@@ -5004,21 +5004,21 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
5004
5004
|
const stack = [node];
|
|
5005
5005
|
const arrows = [];
|
|
5006
5006
|
while (stack.length !== 0) {
|
|
5007
|
-
const node
|
|
5008
|
-
if (node
|
|
5009
|
-
if (node
|
|
5010
|
-
else arrows.push(node
|
|
5011
|
-
stack.push(node
|
|
5012
|
-
} else if (node
|
|
5013
|
-
stack.push(node
|
|
5014
|
-
stack.push(node
|
|
5007
|
+
const node = stack.pop();
|
|
5008
|
+
if (node.type === "ArrowFunctionExpression" && node.body.type !== "BlockStatement") {
|
|
5009
|
+
if (node.typeParameters || !node.returnType) this.finishArrowValidation(node);
|
|
5010
|
+
else arrows.push(node);
|
|
5011
|
+
stack.push(node.body);
|
|
5012
|
+
} else if (node.type === "ConditionalExpression") {
|
|
5013
|
+
stack.push(node.consequent);
|
|
5014
|
+
stack.push(node.alternate);
|
|
5015
5015
|
}
|
|
5016
5016
|
}
|
|
5017
5017
|
if (disallowInvalid) {
|
|
5018
|
-
arrows.forEach((node
|
|
5018
|
+
arrows.forEach((node) => this.finishArrowValidation(node));
|
|
5019
5019
|
return [arrows, []];
|
|
5020
5020
|
}
|
|
5021
|
-
return partition(arrows, (node
|
|
5021
|
+
return partition(arrows, (node) => node.params.every((param) => this.isAssignable(param, true)));
|
|
5022
5022
|
}
|
|
5023
5023
|
finishArrowValidation(node) {
|
|
5024
5024
|
var _node$extra;
|
|
@@ -5207,11 +5207,11 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
5207
5207
|
this.next();
|
|
5208
5208
|
const implemented = node.implements = [];
|
|
5209
5209
|
do {
|
|
5210
|
-
const node
|
|
5211
|
-
node
|
|
5212
|
-
if (this.match(47)) node
|
|
5213
|
-
else node
|
|
5214
|
-
implemented.push(this.finishNode(node
|
|
5210
|
+
const node = this.startNode();
|
|
5211
|
+
node.id = this.flowParseRestrictedIdentifier(true);
|
|
5212
|
+
if (this.match(47)) node.typeParameters = this.flowParseTypeParameterInstantiation();
|
|
5213
|
+
else node.typeParameters = null;
|
|
5214
|
+
implemented.push(this.finishNode(node, "ClassImplements"));
|
|
5215
5215
|
} while (this.eat(12));
|
|
5216
5216
|
}
|
|
5217
5217
|
}
|
|
@@ -5372,17 +5372,17 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
5372
5372
|
const arrow = this.tryParse((abort) => {
|
|
5373
5373
|
var _arrowExpression$extr;
|
|
5374
5374
|
typeParameters = this.flowParseTypeParameterDeclaration();
|
|
5375
|
-
const arrowExpression
|
|
5375
|
+
const arrowExpression = this.forwardNoArrowParamsConversionAt(typeParameters, () => {
|
|
5376
5376
|
const result = super.parseMaybeAssign(refExpressionErrors, afterLeftParse);
|
|
5377
5377
|
this.resetStartLocationFromNode(result, typeParameters);
|
|
5378
5378
|
return result;
|
|
5379
5379
|
});
|
|
5380
|
-
if ((_arrowExpression$extr = arrowExpression
|
|
5381
|
-
const expr = this.maybeUnwrapTypeCastExpression(arrowExpression
|
|
5380
|
+
if ((_arrowExpression$extr = arrowExpression.extra) != null && _arrowExpression$extr.parenthesized) abort();
|
|
5381
|
+
const expr = this.maybeUnwrapTypeCastExpression(arrowExpression);
|
|
5382
5382
|
if (expr.type !== "ArrowFunctionExpression") abort();
|
|
5383
5383
|
expr.typeParameters = typeParameters;
|
|
5384
5384
|
this.resetStartLocationFromNode(expr, typeParameters);
|
|
5385
|
-
return arrowExpression
|
|
5385
|
+
return arrowExpression;
|
|
5386
5386
|
}, state);
|
|
5387
5387
|
let arrowExpression = null;
|
|
5388
5388
|
if (arrow.node && this.maybeUnwrapTypeCastExpression(arrow.node).type === "ArrowFunctionExpression") {
|
|
@@ -6179,8 +6179,6 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
6179
6179
|
out += this.jsxReadEntity();
|
|
6180
6180
|
chunkStart = this.state.pos;
|
|
6181
6181
|
break;
|
|
6182
|
-
case 62:
|
|
6183
|
-
case 125:
|
|
6184
6182
|
default: if (isNewLine(ch)) {
|
|
6185
6183
|
out += this.input.slice(chunkStart, this.state.pos);
|
|
6186
6184
|
out += this.jsxReadNewLine(true);
|
|
@@ -6377,11 +6375,11 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
6377
6375
|
children.push(this.parseLiteral(this.state.value, "JSXText"));
|
|
6378
6376
|
break;
|
|
6379
6377
|
case 5: {
|
|
6380
|
-
const node
|
|
6378
|
+
const node = this.startNode();
|
|
6381
6379
|
this.setContext(types.brace);
|
|
6382
6380
|
this.next();
|
|
6383
|
-
if (this.match(21)) children.push(this.jsxParseSpreadChild(node
|
|
6384
|
-
else children.push(this.jsxParseExpressionContainer(node
|
|
6381
|
+
if (this.match(21)) children.push(this.jsxParseSpreadChild(node));
|
|
6382
|
+
else children.push(this.jsxParseExpressionContainer(node, types.j_expr));
|
|
6385
6383
|
break;
|
|
6386
6384
|
}
|
|
6387
6385
|
default: this.unexpected();
|
|
@@ -6978,9 +6976,9 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
6978
6976
|
function readEscapedChar(input, pos, lineStart, curLine, inTemplate, errors) {
|
|
6979
6977
|
const throwOnInvalid = !inTemplate;
|
|
6980
6978
|
pos++;
|
|
6981
|
-
const res = (ch
|
|
6979
|
+
const res = (ch) => ({
|
|
6982
6980
|
pos,
|
|
6983
|
-
ch
|
|
6981
|
+
ch,
|
|
6984
6982
|
lineStart,
|
|
6985
6983
|
curLine
|
|
6986
6984
|
});
|
|
@@ -8166,8 +8164,8 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
8166
8164
|
tryParse(fn, oldState = this.state.clone()) {
|
|
8167
8165
|
const abortSignal = { node: null };
|
|
8168
8166
|
try {
|
|
8169
|
-
const node = fn((node
|
|
8170
|
-
abortSignal.node = node
|
|
8167
|
+
const node = fn((node = null) => {
|
|
8168
|
+
abortSignal.node = node;
|
|
8171
8169
|
throw abortSignal;
|
|
8172
8170
|
});
|
|
8173
8171
|
if (this.state.errors.length > oldState.errors.length) {
|
|
@@ -9606,9 +9604,9 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
9606
9604
|
node.typeParameters = this.tsTryParseTypeParameters(this.tsParseInOutModifiers);
|
|
9607
9605
|
this.expect(29);
|
|
9608
9606
|
if (this.isContextual(114) && this.lookaheadCharCode() !== 46) {
|
|
9609
|
-
const node
|
|
9607
|
+
const node = this.startNode();
|
|
9610
9608
|
this.next();
|
|
9611
|
-
return this.finishNode(node
|
|
9609
|
+
return this.finishNode(node, "TSIntrinsicKeyword");
|
|
9612
9610
|
}
|
|
9613
9611
|
return this.tsParseType();
|
|
9614
9612
|
});
|
|
@@ -10004,18 +10002,18 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
10004
10002
|
return;
|
|
10005
10003
|
}
|
|
10006
10004
|
if (tokenIsTemplate(this.state.type)) {
|
|
10007
|
-
const result
|
|
10008
|
-
result
|
|
10009
|
-
return result
|
|
10005
|
+
const result = super.parseTaggedTemplateExpression(base, startLoc, state);
|
|
10006
|
+
result.typeParameters = typeArguments;
|
|
10007
|
+
return result;
|
|
10010
10008
|
}
|
|
10011
10009
|
if (!noCalls && this.eat(10)) {
|
|
10012
|
-
const node
|
|
10013
|
-
node
|
|
10014
|
-
node
|
|
10015
|
-
this.tsCheckForInvalidTypeCasts(node
|
|
10016
|
-
node
|
|
10017
|
-
if (state.optionalChainMember) node
|
|
10018
|
-
return this.finishCallExpression(node
|
|
10010
|
+
const node = this.startNodeAt(startLoc);
|
|
10011
|
+
node.callee = base;
|
|
10012
|
+
node.arguments = this.parseCallExpressionArguments();
|
|
10013
|
+
this.tsCheckForInvalidTypeCasts(node.arguments);
|
|
10014
|
+
node.typeParameters = typeArguments;
|
|
10015
|
+
if (state.optionalChainMember) node.optional = isOptionalCall;
|
|
10016
|
+
return this.finishCallExpression(node, state.optionalChainMember);
|
|
10019
10017
|
}
|
|
10020
10018
|
const tokenType = this.state.type;
|
|
10021
10019
|
if (tokenType === 48 || tokenType === 52 || tokenType !== 10 && tokenCanStartExpression(tokenType) && !this.hasPrecedingLineBreak()) return;
|
|
@@ -10703,13 +10701,13 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
10703
10701
|
if (this.shouldParseAsAmbientContext()) this.state.isAmbientContext = true;
|
|
10704
10702
|
return super.getExpression();
|
|
10705
10703
|
}
|
|
10706
|
-
parseExportSpecifier(node, isString
|
|
10707
|
-
if (!isString
|
|
10704
|
+
parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly) {
|
|
10705
|
+
if (!isString && isMaybeTypeOnly) {
|
|
10708
10706
|
this.parseTypeOnlyImportExportSpecifier(node, false, isInTypeExport);
|
|
10709
10707
|
return this.finishNode(node, "ExportSpecifier");
|
|
10710
10708
|
}
|
|
10711
10709
|
node.exportKind = "value";
|
|
10712
|
-
return super.parseExportSpecifier(node, isString
|
|
10710
|
+
return super.parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly);
|
|
10713
10711
|
}
|
|
10714
10712
|
parseImportSpecifier(specifier, importedIsString, isInTypeOnlyImport, isMaybeTypeOnly, bindingType) {
|
|
10715
10713
|
if (!importedIsString && isMaybeTypeOnly) {
|
|
@@ -11057,7 +11055,7 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
11057
11055
|
}
|
|
11058
11056
|
checkExport(node) {
|
|
11059
11057
|
const { specifiers } = node;
|
|
11060
|
-
if (specifiers != null && specifiers.length) node.specifiers = specifiers.filter((node
|
|
11058
|
+
if (specifiers != null && specifiers.length) node.specifiers = specifiers.filter((node) => node.exported.type === "Placeholder");
|
|
11061
11059
|
super.checkExport(node);
|
|
11062
11060
|
node.specifiers = specifiers;
|
|
11063
11061
|
}
|
|
@@ -11243,9 +11241,9 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
11243
11241
|
if (isYield) {
|
|
11244
11242
|
if (this.prodParam.hasYield) {
|
|
11245
11243
|
this.next();
|
|
11246
|
-
let left
|
|
11247
|
-
if (afterLeftParse) left
|
|
11248
|
-
return left
|
|
11244
|
+
let left = this.parseYield(startLoc);
|
|
11245
|
+
if (afterLeftParse) left = afterLeftParse.call(this, left, startLoc);
|
|
11246
|
+
return left;
|
|
11249
11247
|
}
|
|
11250
11248
|
}
|
|
11251
11249
|
let ownExpressionErrors;
|
|
@@ -11280,8 +11278,8 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
11280
11278
|
return node;
|
|
11281
11279
|
} else if (ownExpressionErrors) this.checkExpressionErrors(refExpressionErrors, true);
|
|
11282
11280
|
if (isYield) {
|
|
11283
|
-
const { type
|
|
11284
|
-
if ((this.hasPlugin("v8intrinsic") ? tokenCanStartExpression(type
|
|
11281
|
+
const { type } = this.state;
|
|
11282
|
+
if ((this.hasPlugin("v8intrinsic") ? tokenCanStartExpression(type) : tokenCanStartExpression(type) && !this.match(54)) && !this.isAmbiguousPrefixOrIdentifier()) {
|
|
11285
11283
|
this.raiseOverwrite(Errors.YieldNotInGeneratorFunction, startLoc);
|
|
11286
11284
|
return this.parseYield(startLoc);
|
|
11287
11285
|
}
|
|
@@ -11389,9 +11387,9 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
11389
11387
|
const isAwait = this.isContextual(96);
|
|
11390
11388
|
if (isAwait && this.recordAwaitIfAllowed()) {
|
|
11391
11389
|
this.next();
|
|
11392
|
-
const expr
|
|
11393
|
-
if (!sawUnary) this.checkExponentialAfterUnary(expr
|
|
11394
|
-
return expr
|
|
11390
|
+
const expr = this.parseAwait(startLoc);
|
|
11391
|
+
if (!sawUnary) this.checkExponentialAfterUnary(expr);
|
|
11392
|
+
return expr;
|
|
11395
11393
|
}
|
|
11396
11394
|
const update = this.match(34);
|
|
11397
11395
|
const node = this.startNode();
|
|
@@ -11433,12 +11431,12 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
11433
11431
|
let expr = this.parseExprSubscripts(refExpressionErrors);
|
|
11434
11432
|
if (this.checkExpressionErrors(refExpressionErrors, false)) return expr;
|
|
11435
11433
|
while (tokenIsPostfix(this.state.type) && !this.canInsertSemicolon()) {
|
|
11436
|
-
const node
|
|
11437
|
-
node
|
|
11438
|
-
node
|
|
11439
|
-
node
|
|
11434
|
+
const node = this.startNodeAt(startLoc);
|
|
11435
|
+
node.operator = this.state.value;
|
|
11436
|
+
node.prefix = false;
|
|
11437
|
+
node.argument = expr;
|
|
11440
11438
|
this.next();
|
|
11441
|
-
this.checkLVal(expr, expr = this.finishNode(node
|
|
11439
|
+
this.checkLVal(expr, expr = this.finishNode(node, "UpdateExpression"));
|
|
11442
11440
|
}
|
|
11443
11441
|
return expr;
|
|
11444
11442
|
}
|
|
@@ -11682,14 +11680,14 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
11682
11680
|
const containsEsc = this.state.containsEsc;
|
|
11683
11681
|
const id = this.parseIdentifier();
|
|
11684
11682
|
if (!containsEsc && id.name === "async" && !this.canInsertSemicolon()) {
|
|
11685
|
-
const { type
|
|
11686
|
-
if (type
|
|
11683
|
+
const { type } = this.state;
|
|
11684
|
+
if (type === 68) {
|
|
11687
11685
|
this.resetPreviousNodeTrailingComments(id);
|
|
11688
11686
|
this.next();
|
|
11689
11687
|
return this.parseAsyncFunctionExpression(this.startNodeAtNode(id));
|
|
11690
|
-
} else if (tokenIsIdentifier(type
|
|
11688
|
+
} else if (tokenIsIdentifier(type)) if (this.lookaheadCharCode() === 61) return this.parseAsyncArrowUnaryFunction(this.startNodeAtNode(id));
|
|
11691
11689
|
else return id;
|
|
11692
|
-
else if (type
|
|
11690
|
+
else if (type === 90) {
|
|
11693
11691
|
this.resetPreviousNodeTrailingComments(id);
|
|
11694
11692
|
return this.parseDo(this.startNodeAtNode(id), true);
|
|
11695
11693
|
}
|
|
@@ -12900,25 +12898,25 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
12900
12898
|
const startLoc = this.state.startLoc;
|
|
12901
12899
|
let expr;
|
|
12902
12900
|
if (this.match(10)) {
|
|
12903
|
-
const startLoc
|
|
12901
|
+
const startLoc = this.state.startLoc;
|
|
12904
12902
|
this.next();
|
|
12905
12903
|
expr = this.parseExpression();
|
|
12906
12904
|
this.expect(11);
|
|
12907
|
-
expr = this.wrapParenthesis(startLoc
|
|
12905
|
+
expr = this.wrapParenthesis(startLoc, expr);
|
|
12908
12906
|
const paramsStartLoc = this.state.startLoc;
|
|
12909
|
-
node.expression = this.parseMaybeDecoratorArguments(expr, startLoc
|
|
12907
|
+
node.expression = this.parseMaybeDecoratorArguments(expr, startLoc);
|
|
12910
12908
|
if (this.getPluginOption("decorators", "allowCallParenthesized") === false && node.expression !== expr) this.raise(Errors.DecoratorArgumentsOutsideParentheses, paramsStartLoc);
|
|
12911
12909
|
} else {
|
|
12912
12910
|
expr = this.parseIdentifier(false);
|
|
12913
12911
|
while (this.eat(16)) {
|
|
12914
|
-
const node
|
|
12915
|
-
node
|
|
12912
|
+
const node = this.startNodeAt(startLoc);
|
|
12913
|
+
node.object = expr;
|
|
12916
12914
|
if (this.match(139)) {
|
|
12917
12915
|
this.classScope.usePrivateName(this.state.value, this.state.startLoc);
|
|
12918
|
-
node
|
|
12919
|
-
} else node
|
|
12920
|
-
node
|
|
12921
|
-
expr = this.finishNode(node
|
|
12916
|
+
node.property = this.parsePrivateName();
|
|
12917
|
+
} else node.property = this.parseIdentifier(true);
|
|
12918
|
+
node.computed = false;
|
|
12919
|
+
expr = this.finishNode(node, "MemberExpression");
|
|
12922
12920
|
}
|
|
12923
12921
|
node.expression = this.parseMaybeDecoratorArguments(expr, startLoc);
|
|
12924
12922
|
}
|
|
@@ -13009,12 +13007,12 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
13009
13007
|
} else kind = this.state.value;
|
|
13010
13008
|
this.next();
|
|
13011
13009
|
this.parseVar(initNode, true, kind);
|
|
13012
|
-
const init
|
|
13010
|
+
const init = this.finishNode(initNode, "VariableDeclaration");
|
|
13013
13011
|
const isForIn = this.match(58);
|
|
13014
|
-
if (isForIn && starsWithUsingDeclaration) this.raise(Errors.ForInUsing, init
|
|
13015
|
-
if ((isForIn || this.isContextual(102)) && init
|
|
13012
|
+
if (isForIn && starsWithUsingDeclaration) this.raise(Errors.ForInUsing, init);
|
|
13013
|
+
if ((isForIn || this.isContextual(102)) && init.declarations.length === 1) return this.parseForIn(node, init, awaitAt);
|
|
13016
13014
|
if (awaitAt !== null) this.unexpected(awaitAt);
|
|
13017
|
-
return this.parseFor(node, init
|
|
13015
|
+
return this.parseFor(node, init);
|
|
13018
13016
|
}
|
|
13019
13017
|
}
|
|
13020
13018
|
const startsWithAsync = this.isContextual(95);
|
|
@@ -13449,10 +13447,10 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
13449
13447
|
const isGenerator = this.eat(55);
|
|
13450
13448
|
if (publicMember.optional) this.unexpected(maybeQuestionTokenStartLoc);
|
|
13451
13449
|
method.kind = "method";
|
|
13452
|
-
const isPrivate
|
|
13450
|
+
const isPrivate = this.match(139);
|
|
13453
13451
|
this.parseClassElementName(method);
|
|
13454
13452
|
this.parsePostMemberNameModifiers(publicMember);
|
|
13455
|
-
if (isPrivate
|
|
13453
|
+
if (isPrivate) this.pushClassPrivateMethod(classBody, privateMethod, isGenerator, true);
|
|
13456
13454
|
else {
|
|
13457
13455
|
if (this.isNonstaticConstructor(publicMethod)) this.raise(Errors.ConstructorIsAsync, publicMethod.key);
|
|
13458
13456
|
this.pushClassMethod(classBody, publicMethod, isGenerator, true, false, false);
|
|
@@ -13460,9 +13458,9 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
13460
13458
|
} else if ((maybeContextualKw === "get" || maybeContextualKw === "set") && !(this.match(55) && this.isLineTerminator())) {
|
|
13461
13459
|
this.resetPreviousNodeTrailingComments(key);
|
|
13462
13460
|
method.kind = maybeContextualKw;
|
|
13463
|
-
const isPrivate
|
|
13461
|
+
const isPrivate = this.match(139);
|
|
13464
13462
|
this.parseClassElementName(publicMethod);
|
|
13465
|
-
if (isPrivate
|
|
13463
|
+
if (isPrivate) this.pushClassPrivateMethod(classBody, privateMethod, false, false);
|
|
13466
13464
|
else {
|
|
13467
13465
|
if (this.isNonstaticConstructor(publicMethod)) this.raise(Errors.ConstructorIsAccessor, publicMethod.key);
|
|
13468
13466
|
this.pushClassMethod(classBody, publicMethod, false, false, false, false);
|
|
@@ -13471,9 +13469,9 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
13471
13469
|
} else if (maybeContextualKw === "accessor" && !this.isLineTerminator()) {
|
|
13472
13470
|
this.expectPlugin("decoratorAutoAccessors");
|
|
13473
13471
|
this.resetPreviousNodeTrailingComments(key);
|
|
13474
|
-
const isPrivate
|
|
13472
|
+
const isPrivate = this.match(139);
|
|
13475
13473
|
this.parseClassElementName(publicProp);
|
|
13476
|
-
this.pushClassAccessorProperty(classBody, accessorProp, isPrivate
|
|
13474
|
+
this.pushClassAccessorProperty(classBody, accessorProp, isPrivate);
|
|
13477
13475
|
} else if (this.isLineTerminator()) if (isPrivate) this.pushClassPrivateProperty(classBody, privateProp);
|
|
13478
13476
|
else this.pushClassProperty(classBody, publicProp);
|
|
13479
13477
|
else this.unexpected();
|
|
@@ -13696,9 +13694,9 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
13696
13694
|
if (tokenIsIdentifier(type)) {
|
|
13697
13695
|
if (type === 95 && !this.state.containsEsc || type === 100) return false;
|
|
13698
13696
|
if ((type === 130 || type === 129) && !this.state.containsEsc) {
|
|
13699
|
-
const next
|
|
13700
|
-
const nextChar = this.input.charCodeAt(next
|
|
13701
|
-
if (nextChar === 123 || this.chStartsBindingIdentifier(nextChar, next
|
|
13697
|
+
const next = this.nextTokenStart();
|
|
13698
|
+
const nextChar = this.input.charCodeAt(next);
|
|
13699
|
+
if (nextChar === 123 || this.chStartsBindingIdentifier(nextChar, next) && !this.input.startsWith("from", next)) {
|
|
13702
13700
|
this.expectOnePlugin(["flow", "typescript"]);
|
|
13703
13701
|
return false;
|
|
13704
13702
|
}
|
|
@@ -13802,16 +13800,16 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
13802
13800
|
if (this.eat(8)) break;
|
|
13803
13801
|
}
|
|
13804
13802
|
const isMaybeTypeOnly = this.isContextual(130);
|
|
13805
|
-
const isString
|
|
13803
|
+
const isString = this.match(134);
|
|
13806
13804
|
const node = this.startNode();
|
|
13807
13805
|
node.local = this.parseModuleExportName();
|
|
13808
|
-
nodes.push(this.parseExportSpecifier(node, isString
|
|
13806
|
+
nodes.push(this.parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly));
|
|
13809
13807
|
}
|
|
13810
13808
|
return nodes;
|
|
13811
13809
|
}
|
|
13812
|
-
parseExportSpecifier(node, isString
|
|
13810
|
+
parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly) {
|
|
13813
13811
|
if (this.eatContextual(93)) node.exported = this.parseModuleExportName();
|
|
13814
|
-
else if (isString
|
|
13812
|
+
else if (isString) node.exported = this.cloneStringLiteral(node.local);
|
|
13815
13813
|
else if (!node.exported) node.exported = this.cloneIdentifier(node.local);
|
|
13816
13814
|
return this.finishNode(node, "ExportSpecifier");
|
|
13817
13815
|
}
|
|
@@ -14151,8 +14149,8 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
14151
14149
|
//#endregion
|
|
14152
14150
|
//#region ../../node_modules/.pnpm/estree-walker@2.0.2/node_modules/estree-walker/dist/umd/estree-walker.js
|
|
14153
14151
|
var require_estree_walker = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
14154
|
-
(function(global
|
|
14155
|
-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global
|
|
14152
|
+
(function(global, factory) {
|
|
14153
|
+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global = global || self, factory(global.estreeWalker = {}));
|
|
14156
14154
|
})(exports, (function(exports$1) {
|
|
14157
14155
|
"use strict";
|
|
14158
14156
|
/** @typedef { import('estree').BaseNode} BaseNode */
|
|
@@ -15165,12 +15163,12 @@ var require_source_map_generator = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
15165
15163
|
}, this);
|
|
15166
15164
|
this._sources = newSources;
|
|
15167
15165
|
this._names = newNames;
|
|
15168
|
-
aSourceMapConsumer.sources.forEach(function(sourceFile
|
|
15169
|
-
var content = aSourceMapConsumer.sourceContentFor(sourceFile
|
|
15166
|
+
aSourceMapConsumer.sources.forEach(function(sourceFile) {
|
|
15167
|
+
var content = aSourceMapConsumer.sourceContentFor(sourceFile);
|
|
15170
15168
|
if (content != null) {
|
|
15171
|
-
if (aSourceMapPath != null) sourceFile
|
|
15172
|
-
if (sourceRoot != null) sourceFile
|
|
15173
|
-
this.setSourceContent(sourceFile
|
|
15169
|
+
if (aSourceMapPath != null) sourceFile = util.join(aSourceMapPath, sourceFile);
|
|
15170
|
+
if (sourceRoot != null) sourceFile = util.relative(sourceRoot, sourceFile);
|
|
15171
|
+
this.setSourceContent(sourceFile, content);
|
|
15174
15172
|
}
|
|
15175
15173
|
}, this);
|
|
15176
15174
|
};
|
|
@@ -15394,20 +15392,20 @@ var require_quick_sort = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
15394
15392
|
* @param {Number} r
|
|
15395
15393
|
* End index of the array
|
|
15396
15394
|
*/
|
|
15397
|
-
function doQuickSort(ary, comparator
|
|
15395
|
+
function doQuickSort(ary, comparator, p, r) {
|
|
15398
15396
|
if (p < r) {
|
|
15399
15397
|
var pivotIndex = randomIntInRange(p, r);
|
|
15400
15398
|
var i = p - 1;
|
|
15401
15399
|
swap(ary, pivotIndex, r);
|
|
15402
15400
|
var pivot = ary[r];
|
|
15403
|
-
for (var j = p; j < r; j++) if (comparator
|
|
15401
|
+
for (var j = p; j < r; j++) if (comparator(ary[j], pivot, false) <= 0) {
|
|
15404
15402
|
i += 1;
|
|
15405
15403
|
swap(ary, i, j);
|
|
15406
15404
|
}
|
|
15407
15405
|
swap(ary, i + 1, j);
|
|
15408
15406
|
var q = i + 1;
|
|
15409
|
-
doQuickSort(ary, comparator
|
|
15410
|
-
doQuickSort(ary, comparator
|
|
15407
|
+
doQuickSort(ary, comparator, p, q - 1);
|
|
15408
|
+
doQuickSort(ary, comparator, q + 1, r);
|
|
15411
15409
|
}
|
|
15412
15410
|
}
|
|
15413
15411
|
return doQuickSort;
|
|
@@ -16098,10 +16096,10 @@ var require_source_map_consumer = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
16098
16096
|
generatedLine: util.getArg(aArgs, "line"),
|
|
16099
16097
|
generatedColumn: util.getArg(aArgs, "column")
|
|
16100
16098
|
};
|
|
16101
|
-
var sectionIndex = binarySearch.search(needle, this._sections, function(needle
|
|
16102
|
-
var cmp = needle
|
|
16099
|
+
var sectionIndex = binarySearch.search(needle, this._sections, function(needle, section) {
|
|
16100
|
+
var cmp = needle.generatedLine - section.generatedOffset.generatedLine;
|
|
16103
16101
|
if (cmp) return cmp;
|
|
16104
|
-
return needle
|
|
16102
|
+
return needle.generatedColumn - section.generatedOffset.generatedColumn;
|
|
16105
16103
|
});
|
|
16106
16104
|
var section = this._sections[sectionIndex];
|
|
16107
16105
|
if (!section) return {
|
|
@@ -16506,9 +16504,9 @@ var require_source_map = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
16506
16504
|
}));
|
|
16507
16505
|
|
|
16508
16506
|
//#endregion
|
|
16509
|
-
//#region ../../node_modules/.pnpm/@vue+compiler-core@3.5.
|
|
16507
|
+
//#region ../../node_modules/.pnpm/@vue+compiler-core@3.5.27/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js
|
|
16510
16508
|
/**
|
|
16511
|
-
* @vue/compiler-core v3.5.
|
|
16509
|
+
* @vue/compiler-core v3.5.27
|
|
16512
16510
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
16513
16511
|
* @license MIT
|
|
16514
16512
|
**/
|
|
@@ -21266,9 +21264,9 @@ const ${helpers.map((s) => `_${helperNameMap[s]} = ${helperNameMap[s]}`).join(",
|
|
|
21266
21264
|
}));
|
|
21267
21265
|
|
|
21268
21266
|
//#endregion
|
|
21269
|
-
//#region ../../node_modules/.pnpm/@vue+compiler-core@3.5.
|
|
21267
|
+
//#region ../../node_modules/.pnpm/@vue+compiler-core@3.5.27/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js
|
|
21270
21268
|
/**
|
|
21271
|
-
* @vue/compiler-core v3.5.
|
|
21269
|
+
* @vue/compiler-core v3.5.27
|
|
21272
21270
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
21273
21271
|
* @license MIT
|
|
21274
21272
|
**/
|
|
@@ -23623,16 +23621,16 @@ Use a v-bind binding combined with a v-on listener that emits update:x event ins
|
|
|
23623
23621
|
}));
|
|
23624
23622
|
|
|
23625
23623
|
//#endregion
|
|
23626
|
-
//#region ../../node_modules/.pnpm/@vue+compiler-core@3.5.
|
|
23624
|
+
//#region ../../node_modules/.pnpm/@vue+compiler-core@3.5.27/node_modules/@vue/compiler-core/index.js
|
|
23627
23625
|
var require_compiler_core = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
23628
23626
|
if (process.env.NODE_ENV === "production") module.exports = require_compiler_core_cjs_prod();
|
|
23629
23627
|
else module.exports = require_compiler_core_cjs();
|
|
23630
23628
|
}));
|
|
23631
23629
|
|
|
23632
23630
|
//#endregion
|
|
23633
|
-
//#region ../../node_modules/.pnpm/@vue+compiler-dom@3.5.
|
|
23631
|
+
//#region ../../node_modules/.pnpm/@vue+compiler-dom@3.5.27/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js
|
|
23634
23632
|
/**
|
|
23635
|
-
* @vue/compiler-dom v3.5.
|
|
23633
|
+
* @vue/compiler-dom v3.5.27
|
|
23636
23634
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
23637
23635
|
* @license MIT
|
|
23638
23636
|
**/
|
|
@@ -24066,9 +24064,9 @@ var require_compiler_dom_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) =>
|
|
|
24066
24064
|
}));
|
|
24067
24065
|
|
|
24068
24066
|
//#endregion
|
|
24069
|
-
//#region ../../node_modules/.pnpm/@vue+compiler-dom@3.5.
|
|
24067
|
+
//#region ../../node_modules/.pnpm/@vue+compiler-dom@3.5.27/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.js
|
|
24070
24068
|
/**
|
|
24071
|
-
* @vue/compiler-dom v3.5.
|
|
24069
|
+
* @vue/compiler-dom v3.5.27
|
|
24072
24070
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
24073
24071
|
* @license MIT
|
|
24074
24072
|
**/
|
|
@@ -24720,16 +24718,16 @@ var require_compiler_dom_cjs = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
24720
24718
|
}));
|
|
24721
24719
|
|
|
24722
24720
|
//#endregion
|
|
24723
|
-
//#region ../../node_modules/.pnpm/@vue+compiler-dom@3.5.
|
|
24721
|
+
//#region ../../node_modules/.pnpm/@vue+compiler-dom@3.5.27/node_modules/@vue/compiler-dom/index.js
|
|
24724
24722
|
var require_compiler_dom = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
24725
24723
|
if (process.env.NODE_ENV === "production") module.exports = require_compiler_dom_cjs_prod();
|
|
24726
24724
|
else module.exports = require_compiler_dom_cjs();
|
|
24727
24725
|
}));
|
|
24728
24726
|
|
|
24729
24727
|
//#endregion
|
|
24730
|
-
//#region ../../node_modules/.pnpm/@vue+reactivity@3.5.
|
|
24728
|
+
//#region ../../node_modules/.pnpm/@vue+reactivity@3.5.27/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js
|
|
24731
24729
|
/**
|
|
24732
|
-
* @vue/reactivity v3.5.
|
|
24730
|
+
* @vue/reactivity v3.5.27
|
|
24733
24731
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
24734
24732
|
* @license MIT
|
|
24735
24733
|
**/
|
|
@@ -25294,17 +25292,17 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25294
25292
|
return depMap && depMap.get(key);
|
|
25295
25293
|
}
|
|
25296
25294
|
function reactiveReadArray(array) {
|
|
25297
|
-
const raw = toRaw(array);
|
|
25295
|
+
const raw = /* @__PURE__ */ toRaw(array);
|
|
25298
25296
|
if (raw === array) return raw;
|
|
25299
25297
|
track(raw, "iterate", ARRAY_ITERATE_KEY);
|
|
25300
|
-
return isShallow(array) ? raw : raw.map(toReactive);
|
|
25298
|
+
return /* @__PURE__ */ isShallow(array) ? raw : raw.map(toReactive);
|
|
25301
25299
|
}
|
|
25302
25300
|
function shallowReadArray(arr) {
|
|
25303
|
-
track(arr = toRaw(arr), "iterate", ARRAY_ITERATE_KEY);
|
|
25301
|
+
track(arr = /* @__PURE__ */ toRaw(arr), "iterate", ARRAY_ITERATE_KEY);
|
|
25304
25302
|
return arr;
|
|
25305
25303
|
}
|
|
25306
25304
|
function toWrapped(target, item) {
|
|
25307
|
-
if (isReadonly(target)) return isReactive(target) ? toReadonly(toReactive(item)) : toReadonly(item);
|
|
25305
|
+
if (/* @__PURE__ */ isReadonly(target)) return /* @__PURE__ */ isReactive(target) ? toReadonly(toReactive(item)) : toReadonly(item);
|
|
25308
25306
|
return toReactive(item);
|
|
25309
25307
|
}
|
|
25310
25308
|
const arrayInstrumentations = {
|
|
@@ -25394,10 +25392,10 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25394
25392
|
return iterator(this, "values", (item) => toWrapped(this, item));
|
|
25395
25393
|
}
|
|
25396
25394
|
};
|
|
25397
|
-
function iterator(self
|
|
25398
|
-
const arr = shallowReadArray(self
|
|
25395
|
+
function iterator(self, method, wrapValue) {
|
|
25396
|
+
const arr = shallowReadArray(self);
|
|
25399
25397
|
const iter = arr[method]();
|
|
25400
|
-
if (arr !== self
|
|
25398
|
+
if (arr !== self && !/* @__PURE__ */ isShallow(self)) {
|
|
25401
25399
|
iter._next = iter.next;
|
|
25402
25400
|
iter.next = () => {
|
|
25403
25401
|
const result = iter._next();
|
|
@@ -25408,53 +25406,53 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25408
25406
|
return iter;
|
|
25409
25407
|
}
|
|
25410
25408
|
const arrayProto = Array.prototype;
|
|
25411
|
-
function apply(self
|
|
25412
|
-
const arr = shallowReadArray(self
|
|
25413
|
-
const needsWrap = arr !== self
|
|
25409
|
+
function apply(self, method, fn, thisArg, wrappedRetFn, args) {
|
|
25410
|
+
const arr = shallowReadArray(self);
|
|
25411
|
+
const needsWrap = arr !== self && !/* @__PURE__ */ isShallow(self);
|
|
25414
25412
|
const methodFn = arr[method];
|
|
25415
25413
|
if (methodFn !== arrayProto[method]) {
|
|
25416
|
-
const result2 = methodFn.apply(self
|
|
25414
|
+
const result2 = methodFn.apply(self, args);
|
|
25417
25415
|
return needsWrap ? toReactive(result2) : result2;
|
|
25418
25416
|
}
|
|
25419
25417
|
let wrappedFn = fn;
|
|
25420
|
-
if (arr !== self
|
|
25418
|
+
if (arr !== self) {
|
|
25421
25419
|
if (needsWrap) wrappedFn = function(item, index) {
|
|
25422
|
-
return fn.call(this, toWrapped(self
|
|
25420
|
+
return fn.call(this, toWrapped(self, item), index, self);
|
|
25423
25421
|
};
|
|
25424
25422
|
else if (fn.length > 2) wrappedFn = function(item, index) {
|
|
25425
|
-
return fn.call(this, item, index, self
|
|
25423
|
+
return fn.call(this, item, index, self);
|
|
25426
25424
|
};
|
|
25427
25425
|
}
|
|
25428
25426
|
const result = methodFn.call(arr, wrappedFn, thisArg);
|
|
25429
25427
|
return needsWrap && wrappedRetFn ? wrappedRetFn(result) : result;
|
|
25430
25428
|
}
|
|
25431
|
-
function reduce(self
|
|
25432
|
-
const arr = shallowReadArray(self
|
|
25429
|
+
function reduce(self, method, fn, args) {
|
|
25430
|
+
const arr = shallowReadArray(self);
|
|
25433
25431
|
let wrappedFn = fn;
|
|
25434
|
-
if (arr !== self
|
|
25435
|
-
if (
|
|
25436
|
-
return fn.call(this, acc, toWrapped(self
|
|
25432
|
+
if (arr !== self) {
|
|
25433
|
+
if (!/* @__PURE__ */ isShallow(self)) wrappedFn = function(acc, item, index) {
|
|
25434
|
+
return fn.call(this, acc, toWrapped(self, item), index, self);
|
|
25437
25435
|
};
|
|
25438
25436
|
else if (fn.length > 3) wrappedFn = function(acc, item, index) {
|
|
25439
|
-
return fn.call(this, acc, item, index, self
|
|
25437
|
+
return fn.call(this, acc, item, index, self);
|
|
25440
25438
|
};
|
|
25441
25439
|
}
|
|
25442
25440
|
return arr[method](wrappedFn, ...args);
|
|
25443
25441
|
}
|
|
25444
|
-
function searchProxy(self
|
|
25445
|
-
const arr = toRaw(self
|
|
25442
|
+
function searchProxy(self, method, args) {
|
|
25443
|
+
const arr = /* @__PURE__ */ toRaw(self);
|
|
25446
25444
|
track(arr, "iterate", ARRAY_ITERATE_KEY);
|
|
25447
25445
|
const res = arr[method](...args);
|
|
25448
|
-
if ((res === -1 || res === false) && isProxy(args[0])) {
|
|
25449
|
-
args[0] = toRaw(args[0]);
|
|
25446
|
+
if ((res === -1 || res === false) && /* @__PURE__ */ isProxy(args[0])) {
|
|
25447
|
+
args[0] = /* @__PURE__ */ toRaw(args[0]);
|
|
25450
25448
|
return arr[method](...args);
|
|
25451
25449
|
}
|
|
25452
25450
|
return res;
|
|
25453
25451
|
}
|
|
25454
|
-
function noTracking(self
|
|
25452
|
+
function noTracking(self, method, args = []) {
|
|
25455
25453
|
pauseTracking();
|
|
25456
25454
|
startBatch();
|
|
25457
|
-
const res = toRaw(self
|
|
25455
|
+
const res = (/* @__PURE__ */ toRaw(self))[method].apply(self, args);
|
|
25458
25456
|
endBatch();
|
|
25459
25457
|
resetTracking();
|
|
25460
25458
|
return res;
|
|
@@ -25463,7 +25461,7 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25463
25461
|
const builtInSymbols = new Set(/* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((key) => key !== "arguments" && key !== "caller").map((key) => Symbol[key]).filter(shared.isSymbol));
|
|
25464
25462
|
function hasOwnProperty(key) {
|
|
25465
25463
|
if (!shared.isSymbol(key)) key = String(key);
|
|
25466
|
-
const obj = toRaw(this);
|
|
25464
|
+
const obj = /* @__PURE__ */ toRaw(this);
|
|
25467
25465
|
track(obj, "has", key);
|
|
25468
25466
|
return obj.hasOwnProperty(key);
|
|
25469
25467
|
}
|
|
@@ -25488,15 +25486,15 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25488
25486
|
if (targetIsArray && (fn = arrayInstrumentations[key])) return fn;
|
|
25489
25487
|
if (key === "hasOwnProperty") return hasOwnProperty;
|
|
25490
25488
|
}
|
|
25491
|
-
const res = Reflect.get(target, key, isRef(target) ? target : receiver);
|
|
25489
|
+
const res = Reflect.get(target, key, /* @__PURE__ */ isRef(target) ? target : receiver);
|
|
25492
25490
|
if (shared.isSymbol(key) ? builtInSymbols.has(key) : isNonTrackableKeys(key)) return res;
|
|
25493
25491
|
if (!isReadonly2) track(target, "get", key);
|
|
25494
25492
|
if (isShallow2) return res;
|
|
25495
|
-
if (isRef(res)) {
|
|
25493
|
+
if (/* @__PURE__ */ isRef(res)) {
|
|
25496
25494
|
const value = targetIsArray && shared.isIntegerKey(key) ? res : res.value;
|
|
25497
|
-
return isReadonly2 && shared.isObject(value) ? readonly(value) : value;
|
|
25495
|
+
return isReadonly2 && shared.isObject(value) ? /* @__PURE__ */ readonly(value) : value;
|
|
25498
25496
|
}
|
|
25499
|
-
if (shared.isObject(res)) return isReadonly2 ? readonly(res) : reactive(res);
|
|
25497
|
+
if (shared.isObject(res)) return isReadonly2 ? /* @__PURE__ */ readonly(res) : /* @__PURE__ */ reactive(res);
|
|
25500
25498
|
return res;
|
|
25501
25499
|
}
|
|
25502
25500
|
};
|
|
@@ -25508,20 +25506,20 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25508
25506
|
let oldValue = target[key];
|
|
25509
25507
|
const isArrayWithIntegerKey = shared.isArray(target) && shared.isIntegerKey(key);
|
|
25510
25508
|
if (!this._isShallow) {
|
|
25511
|
-
const isOldValueReadonly = isReadonly(oldValue);
|
|
25512
|
-
if (
|
|
25513
|
-
oldValue = toRaw(oldValue);
|
|
25514
|
-
value = toRaw(value);
|
|
25509
|
+
const isOldValueReadonly = /* @__PURE__ */ isReadonly(oldValue);
|
|
25510
|
+
if (!/* @__PURE__ */ isShallow(value) && !/* @__PURE__ */ isReadonly(value)) {
|
|
25511
|
+
oldValue = /* @__PURE__ */ toRaw(oldValue);
|
|
25512
|
+
value = /* @__PURE__ */ toRaw(value);
|
|
25515
25513
|
}
|
|
25516
|
-
if (!isArrayWithIntegerKey && isRef(oldValue) &&
|
|
25514
|
+
if (!isArrayWithIntegerKey && /* @__PURE__ */ isRef(oldValue) && !/* @__PURE__ */ isRef(value)) if (isOldValueReadonly) return true;
|
|
25517
25515
|
else {
|
|
25518
25516
|
oldValue.value = value;
|
|
25519
25517
|
return true;
|
|
25520
25518
|
}
|
|
25521
25519
|
}
|
|
25522
25520
|
const hadKey = isArrayWithIntegerKey ? Number(key) < target.length : shared.hasOwn(target, key);
|
|
25523
|
-
const result = Reflect.set(target, key, value, isRef(target) ? target : receiver);
|
|
25524
|
-
if (target === toRaw(receiver)) {
|
|
25521
|
+
const result = Reflect.set(target, key, value, /* @__PURE__ */ isRef(target) ? target : receiver);
|
|
25522
|
+
if (target === /* @__PURE__ */ toRaw(receiver)) {
|
|
25525
25523
|
if (!hadKey) trigger(target, "add", key, value);
|
|
25526
25524
|
else if (shared.hasChanged(value, oldValue)) trigger(target, "set", key, value);
|
|
25527
25525
|
}
|
|
@@ -25564,28 +25562,23 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25564
25562
|
function createIterableMethod(method, isReadonly2, isShallow2) {
|
|
25565
25563
|
return function(...args) {
|
|
25566
25564
|
const target = this["__v_raw"];
|
|
25567
|
-
const rawTarget = toRaw(target);
|
|
25565
|
+
const rawTarget = /* @__PURE__ */ toRaw(target);
|
|
25568
25566
|
const targetIsMap = shared.isMap(rawTarget);
|
|
25569
25567
|
const isPair = method === "entries" || method === Symbol.iterator && targetIsMap;
|
|
25570
25568
|
const isKeyOnly = method === "keys" && targetIsMap;
|
|
25571
25569
|
const innerIterator = target[method](...args);
|
|
25572
25570
|
const wrap = isShallow2 ? toShallow : isReadonly2 ? toReadonly : toReactive;
|
|
25573
25571
|
!isReadonly2 && track(rawTarget, "iterate", isKeyOnly ? MAP_KEY_ITERATE_KEY : ITERATE_KEY);
|
|
25574
|
-
return {
|
|
25575
|
-
next()
|
|
25576
|
-
|
|
25577
|
-
|
|
25578
|
-
|
|
25579
|
-
|
|
25580
|
-
|
|
25581
|
-
|
|
25582
|
-
|
|
25583
|
-
|
|
25584
|
-
},
|
|
25585
|
-
[Symbol.iterator]() {
|
|
25586
|
-
return this;
|
|
25587
|
-
}
|
|
25588
|
-
};
|
|
25572
|
+
return shared.extend(Object.create(innerIterator), { next() {
|
|
25573
|
+
const { value, done } = innerIterator.next();
|
|
25574
|
+
return done ? {
|
|
25575
|
+
value,
|
|
25576
|
+
done
|
|
25577
|
+
} : {
|
|
25578
|
+
value: isPair ? [wrap(value[0]), wrap(value[1])] : wrap(value),
|
|
25579
|
+
done
|
|
25580
|
+
};
|
|
25581
|
+
} });
|
|
25589
25582
|
};
|
|
25590
25583
|
}
|
|
25591
25584
|
function createReadonlyMethod(type) {
|
|
@@ -25597,8 +25590,8 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25597
25590
|
const instrumentations = {
|
|
25598
25591
|
get(key) {
|
|
25599
25592
|
const target = this["__v_raw"];
|
|
25600
|
-
const rawTarget = toRaw(target);
|
|
25601
|
-
const rawKey = toRaw(key);
|
|
25593
|
+
const rawTarget = /* @__PURE__ */ toRaw(target);
|
|
25594
|
+
const rawKey = /* @__PURE__ */ toRaw(key);
|
|
25602
25595
|
if (!readonly) {
|
|
25603
25596
|
if (shared.hasChanged(key, rawKey)) track(rawTarget, "get", key);
|
|
25604
25597
|
track(rawTarget, "get", rawKey);
|
|
@@ -25611,13 +25604,13 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25611
25604
|
},
|
|
25612
25605
|
get size() {
|
|
25613
25606
|
const target = this["__v_raw"];
|
|
25614
|
-
!readonly && track(toRaw(target), "iterate", ITERATE_KEY);
|
|
25607
|
+
!readonly && track(/* @__PURE__ */ toRaw(target), "iterate", ITERATE_KEY);
|
|
25615
25608
|
return target.size;
|
|
25616
25609
|
},
|
|
25617
25610
|
has(key) {
|
|
25618
25611
|
const target = this["__v_raw"];
|
|
25619
|
-
const rawTarget = toRaw(target);
|
|
25620
|
-
const rawKey = toRaw(key);
|
|
25612
|
+
const rawTarget = /* @__PURE__ */ toRaw(target);
|
|
25613
|
+
const rawKey = /* @__PURE__ */ toRaw(key);
|
|
25621
25614
|
if (!readonly) {
|
|
25622
25615
|
if (shared.hasChanged(key, rawKey)) track(rawTarget, "has", key);
|
|
25623
25616
|
track(rawTarget, "has", rawKey);
|
|
@@ -25627,7 +25620,7 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25627
25620
|
forEach(callback, thisArg) {
|
|
25628
25621
|
const observed = this;
|
|
25629
25622
|
const target = observed["__v_raw"];
|
|
25630
|
-
const rawTarget = toRaw(target);
|
|
25623
|
+
const rawTarget = /* @__PURE__ */ toRaw(target);
|
|
25631
25624
|
const wrap = shallow ? toShallow : readonly ? toReadonly : toReactive;
|
|
25632
25625
|
!readonly && track(rawTarget, "iterate", ITERATE_KEY);
|
|
25633
25626
|
return target.forEach((value, key) => {
|
|
@@ -25642,8 +25635,8 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25642
25635
|
clear: createReadonlyMethod("clear")
|
|
25643
25636
|
} : {
|
|
25644
25637
|
add(value) {
|
|
25645
|
-
if (!shallow &&
|
|
25646
|
-
const target = toRaw(this);
|
|
25638
|
+
if (!shallow && !/* @__PURE__ */ isShallow(value) && !/* @__PURE__ */ isReadonly(value)) value = /* @__PURE__ */ toRaw(value);
|
|
25639
|
+
const target = /* @__PURE__ */ toRaw(this);
|
|
25647
25640
|
if (!getProto(target).has.call(target, value)) {
|
|
25648
25641
|
target.add(value);
|
|
25649
25642
|
trigger(target, "add", value, value);
|
|
@@ -25651,12 +25644,12 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25651
25644
|
return this;
|
|
25652
25645
|
},
|
|
25653
25646
|
set(key, value) {
|
|
25654
|
-
if (!shallow &&
|
|
25655
|
-
const target = toRaw(this);
|
|
25647
|
+
if (!shallow && !/* @__PURE__ */ isShallow(value) && !/* @__PURE__ */ isReadonly(value)) value = /* @__PURE__ */ toRaw(value);
|
|
25648
|
+
const target = /* @__PURE__ */ toRaw(this);
|
|
25656
25649
|
const { has, get } = getProto(target);
|
|
25657
25650
|
let hadKey = has.call(target, key);
|
|
25658
25651
|
if (!hadKey) {
|
|
25659
|
-
key = toRaw(key);
|
|
25652
|
+
key = /* @__PURE__ */ toRaw(key);
|
|
25660
25653
|
hadKey = has.call(target, key);
|
|
25661
25654
|
}
|
|
25662
25655
|
const oldValue = get.call(target, key);
|
|
@@ -25666,11 +25659,11 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25666
25659
|
return this;
|
|
25667
25660
|
},
|
|
25668
25661
|
delete(key) {
|
|
25669
|
-
const target = toRaw(this);
|
|
25662
|
+
const target = /* @__PURE__ */ toRaw(this);
|
|
25670
25663
|
const { has, get } = getProto(target);
|
|
25671
25664
|
let hadKey = has.call(target, key);
|
|
25672
25665
|
if (!hadKey) {
|
|
25673
|
-
key = toRaw(key);
|
|
25666
|
+
key = /* @__PURE__ */ toRaw(key);
|
|
25674
25667
|
hadKey = has.call(target, key);
|
|
25675
25668
|
}
|
|
25676
25669
|
get && get.call(target, key);
|
|
@@ -25679,7 +25672,7 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25679
25672
|
return result;
|
|
25680
25673
|
},
|
|
25681
25674
|
clear() {
|
|
25682
|
-
const target = toRaw(this);
|
|
25675
|
+
const target = /* @__PURE__ */ toRaw(this);
|
|
25683
25676
|
const hadItems = target.size !== 0;
|
|
25684
25677
|
const result = target.clear();
|
|
25685
25678
|
if (hadItems) trigger(target, "clear", void 0, void 0);
|
|
@@ -25727,16 +25720,20 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25727
25720
|
function getTargetType(value) {
|
|
25728
25721
|
return value["__v_skip"] || !Object.isExtensible(value) ? 0 : targetTypeMap(shared.toRawType(value));
|
|
25729
25722
|
}
|
|
25723
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25730
25724
|
function reactive(target) {
|
|
25731
|
-
if (isReadonly(target)) return target;
|
|
25725
|
+
if (/* @__PURE__ */ isReadonly(target)) return target;
|
|
25732
25726
|
return createReactiveObject(target, false, mutableHandlers, mutableCollectionHandlers, reactiveMap);
|
|
25733
25727
|
}
|
|
25728
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25734
25729
|
function shallowReactive(target) {
|
|
25735
25730
|
return createReactiveObject(target, false, shallowReactiveHandlers, shallowCollectionHandlers, shallowReactiveMap);
|
|
25736
25731
|
}
|
|
25732
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25737
25733
|
function readonly(target) {
|
|
25738
25734
|
return createReactiveObject(target, true, readonlyHandlers, readonlyCollectionHandlers, readonlyMap);
|
|
25739
25735
|
}
|
|
25736
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25740
25737
|
function shallowReadonly(target) {
|
|
25741
25738
|
return createReactiveObject(target, true, shallowReadonlyHandlers, shallowReadonlyCollectionHandlers, shallowReadonlyMap);
|
|
25742
25739
|
}
|
|
@@ -25751,40 +25748,48 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25751
25748
|
proxyMap.set(target, proxy);
|
|
25752
25749
|
return proxy;
|
|
25753
25750
|
}
|
|
25751
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25754
25752
|
function isReactive(value) {
|
|
25755
|
-
if (isReadonly(value)) return isReactive(value["__v_raw"]);
|
|
25753
|
+
if (/* @__PURE__ */ isReadonly(value)) return /* @__PURE__ */ isReactive(value["__v_raw"]);
|
|
25756
25754
|
return !!(value && value["__v_isReactive"]);
|
|
25757
25755
|
}
|
|
25756
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25758
25757
|
function isReadonly(value) {
|
|
25759
25758
|
return !!(value && value["__v_isReadonly"]);
|
|
25760
25759
|
}
|
|
25760
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25761
25761
|
function isShallow(value) {
|
|
25762
25762
|
return !!(value && value["__v_isShallow"]);
|
|
25763
25763
|
}
|
|
25764
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25764
25765
|
function isProxy(value) {
|
|
25765
25766
|
return value ? !!value["__v_raw"] : false;
|
|
25766
25767
|
}
|
|
25768
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25767
25769
|
function toRaw(observed) {
|
|
25768
25770
|
const raw = observed && observed["__v_raw"];
|
|
25769
|
-
return raw ? toRaw(raw) : observed;
|
|
25771
|
+
return raw ? /* @__PURE__ */ toRaw(raw) : observed;
|
|
25770
25772
|
}
|
|
25771
25773
|
function markRaw(value) {
|
|
25772
25774
|
if (!shared.hasOwn(value, "__v_skip") && Object.isExtensible(value)) shared.def(value, "__v_skip", true);
|
|
25773
25775
|
return value;
|
|
25774
25776
|
}
|
|
25775
|
-
const toReactive = (value) => shared.isObject(value) ? reactive(value) : value;
|
|
25776
|
-
const toReadonly = (value) => shared.isObject(value) ? readonly(value) : value;
|
|
25777
|
+
const toReactive = (value) => shared.isObject(value) ? /* @__PURE__ */ reactive(value) : value;
|
|
25778
|
+
const toReadonly = (value) => shared.isObject(value) ? /* @__PURE__ */ readonly(value) : value;
|
|
25779
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25777
25780
|
function isRef(r) {
|
|
25778
25781
|
return r ? r["__v_isRef"] === true : false;
|
|
25779
25782
|
}
|
|
25783
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25780
25784
|
function ref(value) {
|
|
25781
25785
|
return createRef(value, false);
|
|
25782
25786
|
}
|
|
25787
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25783
25788
|
function shallowRef(value) {
|
|
25784
25789
|
return createRef(value, true);
|
|
25785
25790
|
}
|
|
25786
25791
|
function createRef(rawValue, shallow) {
|
|
25787
|
-
if (isRef(rawValue)) return rawValue;
|
|
25792
|
+
if (/* @__PURE__ */ isRef(rawValue)) return rawValue;
|
|
25788
25793
|
return new RefImpl(rawValue, shallow);
|
|
25789
25794
|
}
|
|
25790
25795
|
var RefImpl = class {
|
|
@@ -25792,7 +25797,7 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25792
25797
|
this.dep = new Dep();
|
|
25793
25798
|
this["__v_isRef"] = true;
|
|
25794
25799
|
this["__v_isShallow"] = false;
|
|
25795
|
-
this._rawValue = isShallow2 ? value : toRaw(value);
|
|
25800
|
+
this._rawValue = isShallow2 ? value : /* @__PURE__ */ toRaw(value);
|
|
25796
25801
|
this._value = isShallow2 ? value : toReactive(value);
|
|
25797
25802
|
this["__v_isShallow"] = isShallow2;
|
|
25798
25803
|
}
|
|
@@ -25802,8 +25807,8 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25802
25807
|
}
|
|
25803
25808
|
set value(newValue) {
|
|
25804
25809
|
const oldValue = this._rawValue;
|
|
25805
|
-
const useDirectValue = this["__v_isShallow"] || isShallow(newValue) || isReadonly(newValue);
|
|
25806
|
-
newValue = useDirectValue ? newValue : toRaw(newValue);
|
|
25810
|
+
const useDirectValue = this["__v_isShallow"] || /* @__PURE__ */ isShallow(newValue) || /* @__PURE__ */ isReadonly(newValue);
|
|
25811
|
+
newValue = useDirectValue ? newValue : /* @__PURE__ */ toRaw(newValue);
|
|
25807
25812
|
if (shared.hasChanged(newValue, oldValue)) {
|
|
25808
25813
|
this._rawValue = newValue;
|
|
25809
25814
|
this._value = useDirectValue ? newValue : toReactive(newValue);
|
|
@@ -25815,7 +25820,7 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25815
25820
|
if (ref2.dep) ref2.dep.trigger();
|
|
25816
25821
|
}
|
|
25817
25822
|
function unref(ref2) {
|
|
25818
|
-
return isRef(ref2) ? ref2.value : ref2;
|
|
25823
|
+
return /* @__PURE__ */ isRef(ref2) ? ref2.value : ref2;
|
|
25819
25824
|
}
|
|
25820
25825
|
function toValue(source) {
|
|
25821
25826
|
return shared.isFunction(source) ? source() : unref(source);
|
|
@@ -25824,14 +25829,14 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25824
25829
|
get: (target, key, receiver) => key === "__v_raw" ? target : unref(Reflect.get(target, key, receiver)),
|
|
25825
25830
|
set: (target, key, value, receiver) => {
|
|
25826
25831
|
const oldValue = target[key];
|
|
25827
|
-
if (isRef(oldValue) &&
|
|
25832
|
+
if (/* @__PURE__ */ isRef(oldValue) && !/* @__PURE__ */ isRef(value)) {
|
|
25828
25833
|
oldValue.value = value;
|
|
25829
25834
|
return true;
|
|
25830
25835
|
} else return Reflect.set(target, key, value, receiver);
|
|
25831
25836
|
}
|
|
25832
25837
|
};
|
|
25833
25838
|
function proxyRefs(objectWithRefs) {
|
|
25834
|
-
return isReactive(objectWithRefs) ? objectWithRefs : new Proxy(objectWithRefs, shallowUnwrapHandlers);
|
|
25839
|
+
return /* @__PURE__ */ isReactive(objectWithRefs) ? objectWithRefs : new Proxy(objectWithRefs, shallowUnwrapHandlers);
|
|
25835
25840
|
}
|
|
25836
25841
|
var CustomRefImpl = class {
|
|
25837
25842
|
constructor(factory) {
|
|
@@ -25852,6 +25857,7 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25852
25857
|
function customRef(factory) {
|
|
25853
25858
|
return new CustomRefImpl(factory);
|
|
25854
25859
|
}
|
|
25860
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25855
25861
|
function toRefs(object) {
|
|
25856
25862
|
const ret = shared.isArray(object) ? new Array(object.length) : {};
|
|
25857
25863
|
for (const key in object) ret[key] = propertyToRef(object, key);
|
|
@@ -25864,11 +25870,11 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25864
25870
|
this._defaultValue = _defaultValue;
|
|
25865
25871
|
this["__v_isRef"] = true;
|
|
25866
25872
|
this._value = void 0;
|
|
25867
|
-
this._raw = toRaw(_object);
|
|
25873
|
+
this._raw = /* @__PURE__ */ toRaw(_object);
|
|
25868
25874
|
let shallow = true;
|
|
25869
25875
|
let obj = _object;
|
|
25870
25876
|
if (!shared.isArray(_object) || !shared.isIntegerKey(String(_key))) do
|
|
25871
|
-
shallow =
|
|
25877
|
+
shallow = !/* @__PURE__ */ isProxy(obj) || /* @__PURE__ */ isShallow(obj);
|
|
25872
25878
|
while (shallow && (obj = obj["__v_raw"]));
|
|
25873
25879
|
this._shallow = shallow;
|
|
25874
25880
|
}
|
|
@@ -25878,9 +25884,9 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25878
25884
|
return this._value = val === void 0 ? this._defaultValue : val;
|
|
25879
25885
|
}
|
|
25880
25886
|
set value(newVal) {
|
|
25881
|
-
if (this._shallow && isRef(this._raw[this._key])) {
|
|
25887
|
+
if (this._shallow && /* @__PURE__ */ isRef(this._raw[this._key])) {
|
|
25882
25888
|
const nestedRef = this._object[this._key];
|
|
25883
|
-
if (isRef(nestedRef)) {
|
|
25889
|
+
if (/* @__PURE__ */ isRef(nestedRef)) {
|
|
25884
25890
|
nestedRef.value = newVal;
|
|
25885
25891
|
return;
|
|
25886
25892
|
}
|
|
@@ -25902,11 +25908,12 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25902
25908
|
return this._value = this._getter();
|
|
25903
25909
|
}
|
|
25904
25910
|
};
|
|
25911
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25905
25912
|
function toRef(source, key, defaultValue) {
|
|
25906
|
-
if (isRef(source)) return source;
|
|
25913
|
+
if (/* @__PURE__ */ isRef(source)) return source;
|
|
25907
25914
|
else if (shared.isFunction(source)) return new GetterRefImpl(source);
|
|
25908
25915
|
else if (shared.isObject(source) && arguments.length > 1) return propertyToRef(source, key, defaultValue);
|
|
25909
|
-
else return ref(source);
|
|
25916
|
+
else return /* @__PURE__ */ ref(source);
|
|
25910
25917
|
}
|
|
25911
25918
|
function propertyToRef(source, key, defaultValue) {
|
|
25912
25919
|
return new ObjectRefImpl(source, key, defaultValue);
|
|
@@ -25971,6 +25978,7 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25971
25978
|
if (this.setter) this.setter(newValue);
|
|
25972
25979
|
}
|
|
25973
25980
|
};
|
|
25981
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
25974
25982
|
function computed(getterOrOptions, debugOptions, isSSR = false) {
|
|
25975
25983
|
let getter;
|
|
25976
25984
|
let setter;
|
|
@@ -26025,7 +26033,7 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
26025
26033
|
const { immediate, deep, once, scheduler, augmentJob, call } = options;
|
|
26026
26034
|
const reactiveGetter = (source2) => {
|
|
26027
26035
|
if (deep) return source2;
|
|
26028
|
-
if (isShallow(source2) || deep === false || deep === 0) return traverse(source2, 1);
|
|
26036
|
+
if (/* @__PURE__ */ isShallow(source2) || deep === false || deep === 0) return traverse(source2, 1);
|
|
26029
26037
|
return traverse(source2);
|
|
26030
26038
|
};
|
|
26031
26039
|
let effect;
|
|
@@ -26034,18 +26042,18 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
26034
26042
|
let boundCleanup;
|
|
26035
26043
|
let forceTrigger = false;
|
|
26036
26044
|
let isMultiSource = false;
|
|
26037
|
-
if (isRef(source)) {
|
|
26045
|
+
if (/* @__PURE__ */ isRef(source)) {
|
|
26038
26046
|
getter = () => source.value;
|
|
26039
|
-
forceTrigger = isShallow(source);
|
|
26040
|
-
} else if (isReactive(source)) {
|
|
26047
|
+
forceTrigger = /* @__PURE__ */ isShallow(source);
|
|
26048
|
+
} else if (/* @__PURE__ */ isReactive(source)) {
|
|
26041
26049
|
getter = () => reactiveGetter(source);
|
|
26042
26050
|
forceTrigger = true;
|
|
26043
26051
|
} else if (shared.isArray(source)) {
|
|
26044
26052
|
isMultiSource = true;
|
|
26045
|
-
forceTrigger = source.some((s) => isReactive(s) || isShallow(s));
|
|
26053
|
+
forceTrigger = source.some((s) => /* @__PURE__ */ isReactive(s) || /* @__PURE__ */ isShallow(s));
|
|
26046
26054
|
getter = () => source.map((s) => {
|
|
26047
|
-
if (isRef(s)) return s.value;
|
|
26048
|
-
else if (isReactive(s)) return reactiveGetter(s);
|
|
26055
|
+
if (/* @__PURE__ */ isRef(s)) return s.value;
|
|
26056
|
+
else if (/* @__PURE__ */ isReactive(s)) return reactiveGetter(s);
|
|
26049
26057
|
else if (shared.isFunction(s)) return call ? call(s, 2) : s();
|
|
26050
26058
|
});
|
|
26051
26059
|
} else if (shared.isFunction(source)) if (cb) getter = call ? () => call(source, 2) : source;
|
|
@@ -26134,7 +26142,7 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
26134
26142
|
if ((seen.get(value) || 0) >= depth) return value;
|
|
26135
26143
|
seen.set(value, depth);
|
|
26136
26144
|
depth--;
|
|
26137
|
-
if (isRef(value)) traverse(value.value, depth, seen);
|
|
26145
|
+
if (/* @__PURE__ */ isRef(value)) traverse(value.value, depth, seen);
|
|
26138
26146
|
else if (shared.isArray(value)) for (let i = 0; i < value.length; i++) traverse(value[i], depth, seen);
|
|
26139
26147
|
else if (shared.isSet(value) || shared.isMap(value)) value.forEach((v) => {
|
|
26140
26148
|
traverse(v, depth, seen);
|
|
@@ -26198,9 +26206,9 @@ var require_reactivity_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
26198
26206
|
}));
|
|
26199
26207
|
|
|
26200
26208
|
//#endregion
|
|
26201
|
-
//#region ../../node_modules/.pnpm/@vue+reactivity@3.5.
|
|
26209
|
+
//#region ../../node_modules/.pnpm/@vue+reactivity@3.5.27/node_modules/@vue/reactivity/dist/reactivity.cjs.js
|
|
26202
26210
|
/**
|
|
26203
|
-
* @vue/reactivity v3.5.
|
|
26211
|
+
* @vue/reactivity v3.5.27
|
|
26204
26212
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
26205
26213
|
* @license MIT
|
|
26206
26214
|
**/
|
|
@@ -26212,16 +26220,16 @@ var require_reactivity_cjs = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
26212
26220
|
}));
|
|
26213
26221
|
|
|
26214
26222
|
//#endregion
|
|
26215
|
-
//#region ../../node_modules/.pnpm/@vue+reactivity@3.5.
|
|
26223
|
+
//#region ../../node_modules/.pnpm/@vue+reactivity@3.5.27/node_modules/@vue/reactivity/index.js
|
|
26216
26224
|
var require_reactivity = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
26217
26225
|
if (process.env.NODE_ENV === "production") module.exports = require_reactivity_cjs_prod();
|
|
26218
26226
|
else module.exports = require_reactivity_cjs();
|
|
26219
26227
|
}));
|
|
26220
26228
|
|
|
26221
26229
|
//#endregion
|
|
26222
|
-
//#region ../../node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
26230
|
+
//#region ../../node_modules/.pnpm/@vue+runtime-core@3.5.27/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js
|
|
26223
26231
|
/**
|
|
26224
|
-
* @vue/runtime-core v3.5.
|
|
26232
|
+
* @vue/runtime-core v3.5.27
|
|
26225
26233
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
26226
26234
|
* @license MIT
|
|
26227
26235
|
**/
|
|
@@ -27031,7 +27039,7 @@ var require_runtime_core_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) =>
|
|
|
27031
27039
|
}
|
|
27032
27040
|
/* @__NO_SIDE_EFFECTS__ */
|
|
27033
27041
|
function defineComponent(options, extraOptions) {
|
|
27034
|
-
return shared.isFunction(options) ?
|
|
27042
|
+
return shared.isFunction(options) ? shared.extend({ name: options.name }, extraOptions, { setup: options }) : options;
|
|
27035
27043
|
}
|
|
27036
27044
|
function useId() {
|
|
27037
27045
|
const i = getCurrentInstance();
|
|
@@ -27280,7 +27288,7 @@ var require_runtime_core_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) =>
|
|
|
27280
27288
|
if (props) {
|
|
27281
27289
|
if (forcePatch || !optimized || patchFlag & 48) {
|
|
27282
27290
|
const isCustomElement = el.tagName.includes("-");
|
|
27283
|
-
for (const key in props) if (forcePatch && (key.endsWith("value") || key === "indeterminate") || shared.isOn(key) && !shared.isReservedProp(key) || key[0] === "." || isCustomElement) patchProp(el, key, null, props[key], void 0, parentComponent);
|
|
27291
|
+
for (const key in props) if (forcePatch && (key.endsWith("value") || key === "indeterminate") || shared.isOn(key) && !shared.isReservedProp(key) || key[0] === "." || isCustomElement && !shared.isReservedProp(key)) patchProp(el, key, null, props[key], void 0, parentComponent);
|
|
27284
27292
|
} else if (props.onClick) patchProp(el, "onClick", null, props.onClick, void 0, parentComponent);
|
|
27285
27293
|
else if (patchFlag & 4 && reactivity.isReactive(props.style)) for (const key in props.style) props.style[key];
|
|
27286
27294
|
}
|
|
@@ -30271,7 +30279,7 @@ var require_runtime_core_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) =>
|
|
|
30271
30279
|
if (isBlockTreeEnabled > 0 && currentBlock) currentBlock.push(cached);
|
|
30272
30280
|
return true;
|
|
30273
30281
|
}
|
|
30274
|
-
const version = "3.5.
|
|
30282
|
+
const version = "3.5.27";
|
|
30275
30283
|
const warn$1 = shared.NOOP;
|
|
30276
30284
|
const ErrorTypeStrings = ErrorTypeStrings$1;
|
|
30277
30285
|
const devtools = void 0;
|
|
@@ -30440,9 +30448,9 @@ var require_runtime_core_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) =>
|
|
|
30440
30448
|
}));
|
|
30441
30449
|
|
|
30442
30450
|
//#endregion
|
|
30443
|
-
//#region ../../node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
30451
|
+
//#region ../../node_modules/.pnpm/@vue+runtime-core@3.5.27/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js
|
|
30444
30452
|
/**
|
|
30445
|
-
* @vue/runtime-core v3.5.
|
|
30453
|
+
* @vue/runtime-core v3.5.27
|
|
30446
30454
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
30447
30455
|
* @license MIT
|
|
30448
30456
|
**/
|
|
@@ -31295,16 +31303,16 @@ var require_runtime_core_cjs = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
31295
31303
|
}));
|
|
31296
31304
|
|
|
31297
31305
|
//#endregion
|
|
31298
|
-
//#region ../../node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
31306
|
+
//#region ../../node_modules/.pnpm/@vue+runtime-core@3.5.27/node_modules/@vue/runtime-core/index.js
|
|
31299
31307
|
var require_runtime_core = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
31300
31308
|
if (process.env.NODE_ENV === "production") module.exports = require_runtime_core_cjs_prod();
|
|
31301
31309
|
else module.exports = require_runtime_core_cjs();
|
|
31302
31310
|
}));
|
|
31303
31311
|
|
|
31304
31312
|
//#endregion
|
|
31305
|
-
//#region ../../node_modules/.pnpm/@vue+runtime-dom@3.5.
|
|
31313
|
+
//#region ../../node_modules/.pnpm/@vue+runtime-dom@3.5.27/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js
|
|
31306
31314
|
/**
|
|
31307
|
-
* @vue/runtime-dom v3.5.
|
|
31315
|
+
* @vue/runtime-dom v3.5.27
|
|
31308
31316
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
31309
31317
|
* @license MIT
|
|
31310
31318
|
**/
|
|
@@ -31692,11 +31700,11 @@ var require_runtime_dom_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
31692
31700
|
return rawName;
|
|
31693
31701
|
}
|
|
31694
31702
|
const xlinkNS = "http://www.w3.org/1999/xlink";
|
|
31695
|
-
function patchAttr(el, key, value, isSVG, instance, isBoolean
|
|
31703
|
+
function patchAttr(el, key, value, isSVG, instance, isBoolean = shared.isSpecialBooleanAttr(key)) {
|
|
31696
31704
|
if (isSVG && key.startsWith("xlink:")) if (value == null) el.removeAttributeNS(xlinkNS, key.slice(6, key.length));
|
|
31697
31705
|
else el.setAttributeNS(xlinkNS, key, value);
|
|
31698
|
-
else if (value == null || isBoolean
|
|
31699
|
-
else el.setAttribute(key, isBoolean
|
|
31706
|
+
else if (value == null || isBoolean && !shared.includeBooleanAttr(value)) el.removeAttribute(key);
|
|
31707
|
+
else el.setAttribute(key, isBoolean ? "" : shared.isSymbol(value) ? String(value) : value);
|
|
31700
31708
|
}
|
|
31701
31709
|
function patchDOMProp(el, key, value, parentComponent, attrName) {
|
|
31702
31710
|
if (key === "innerHTML" || key === "textContent") {
|
|
@@ -32596,9 +32604,9 @@ var require_runtime_dom_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
32596
32604
|
}));
|
|
32597
32605
|
|
|
32598
32606
|
//#endregion
|
|
32599
|
-
//#region ../../node_modules/.pnpm/@vue+runtime-dom@3.5.
|
|
32607
|
+
//#region ../../node_modules/.pnpm/@vue+runtime-dom@3.5.27/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js
|
|
32600
32608
|
/**
|
|
32601
|
-
* @vue/runtime-dom v3.5.
|
|
32609
|
+
* @vue/runtime-dom v3.5.27
|
|
32602
32610
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
32603
32611
|
* @license MIT
|
|
32604
32612
|
**/
|
|
@@ -32992,11 +33000,11 @@ var require_runtime_dom_cjs = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
32992
33000
|
return rawName;
|
|
32993
33001
|
}
|
|
32994
33002
|
const xlinkNS = "http://www.w3.org/1999/xlink";
|
|
32995
|
-
function patchAttr(el, key, value, isSVG, instance, isBoolean
|
|
33003
|
+
function patchAttr(el, key, value, isSVG, instance, isBoolean = shared.isSpecialBooleanAttr(key)) {
|
|
32996
33004
|
if (isSVG && key.startsWith("xlink:")) if (value == null) el.removeAttributeNS(xlinkNS, key.slice(6, key.length));
|
|
32997
33005
|
else el.setAttributeNS(xlinkNS, key, value);
|
|
32998
|
-
else if (value == null || isBoolean
|
|
32999
|
-
else el.setAttribute(key, isBoolean
|
|
33006
|
+
else if (value == null || isBoolean && !shared.includeBooleanAttr(value)) el.removeAttribute(key);
|
|
33007
|
+
else el.setAttribute(key, isBoolean ? "" : shared.isSymbol(value) ? String(value) : value);
|
|
33000
33008
|
}
|
|
33001
33009
|
function patchDOMProp(el, key, value, parentComponent, attrName) {
|
|
33002
33010
|
if (key === "innerHTML" || key === "textContent") {
|
|
@@ -33993,16 +34001,16 @@ Expected function or array of functions, received type ${typeof value}.`);
|
|
|
33993
34001
|
}));
|
|
33994
34002
|
|
|
33995
34003
|
//#endregion
|
|
33996
|
-
//#region ../../node_modules/.pnpm/@vue+runtime-dom@3.5.
|
|
34004
|
+
//#region ../../node_modules/.pnpm/@vue+runtime-dom@3.5.27/node_modules/@vue/runtime-dom/index.js
|
|
33997
34005
|
var require_runtime_dom = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
33998
34006
|
if (process.env.NODE_ENV === "production") module.exports = require_runtime_dom_cjs_prod();
|
|
33999
34007
|
else module.exports = require_runtime_dom_cjs();
|
|
34000
34008
|
}));
|
|
34001
34009
|
|
|
34002
34010
|
//#endregion
|
|
34003
|
-
//#region ../../node_modules/.pnpm/vue@3.5.
|
|
34011
|
+
//#region ../../node_modules/.pnpm/vue@3.5.27_typescript@5.9.3/node_modules/vue/dist/vue.cjs.prod.js
|
|
34004
34012
|
/**
|
|
34005
|
-
* vue v3.5.
|
|
34013
|
+
* vue v3.5.27
|
|
34006
34014
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
34007
34015
|
* @license MIT
|
|
34008
34016
|
**/
|
|
@@ -34048,9 +34056,9 @@ var require_vue_cjs_prod = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
34048
34056
|
}));
|
|
34049
34057
|
|
|
34050
34058
|
//#endregion
|
|
34051
|
-
//#region ../../node_modules/.pnpm/vue@3.5.
|
|
34059
|
+
//#region ../../node_modules/.pnpm/vue@3.5.27_typescript@5.9.3/node_modules/vue/dist/vue.cjs.js
|
|
34052
34060
|
/**
|
|
34053
|
-
* vue v3.5.
|
|
34061
|
+
* vue v3.5.27
|
|
34054
34062
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
34055
34063
|
* @license MIT
|
|
34056
34064
|
**/
|
|
@@ -34106,14 +34114,14 @@ ${codeFrame}` : message);
|
|
|
34106
34114
|
}));
|
|
34107
34115
|
|
|
34108
34116
|
//#endregion
|
|
34109
|
-
//#region ../../node_modules/.pnpm/vue@3.5.
|
|
34117
|
+
//#region ../../node_modules/.pnpm/vue@3.5.27_typescript@5.9.3/node_modules/vue/index.js
|
|
34110
34118
|
var require_vue = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
34111
34119
|
if (process.env.NODE_ENV === "production") module.exports = require_vue_cjs_prod();
|
|
34112
34120
|
else module.exports = require_vue_cjs();
|
|
34113
34121
|
}));
|
|
34114
34122
|
|
|
34115
34123
|
//#endregion
|
|
34116
|
-
//#region ../../node_modules/.pnpm/@vueuse+shared@14.
|
|
34124
|
+
//#region ../../node_modules/.pnpm/@vueuse+shared@14.2.0_vue@3.5.27_typescript@5.9.3_/node_modules/@vueuse/shared/dist/index.js
|
|
34117
34125
|
const isWorker = typeof WorkerGlobalScope !== "undefined" && globalThis instanceof WorkerGlobalScope;
|
|
34118
34126
|
function promiseTimeout(ms, throwOnTimeout = false, reason = "Timeout") {
|
|
34119
34127
|
return new Promise((resolve, reject) => {
|