@vue-lynx-example/option-api 0.1.1 → 0.2.2

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/LICENSE ADDED
@@ -0,0 +1,190 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to the Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by the Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding any notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ Copyright 2026-present Xuan Huang (huxpro)
179
+
180
+ Licensed under the Apache License, Version 2.0 (the "License");
181
+ you may not use this file except in compliance with the License.
182
+ You may obtain a copy of the License at
183
+
184
+ http://www.apache.org/licenses/LICENSE-2.0
185
+
186
+ Unless required by applicable law or agreed to in writing, software
187
+ distributed under the License is distributed on an "AS IS" BASIS,
188
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
+ See the License for the specific language governing permissions and
190
+ limitations under the License.
package/lynx.config.ts CHANGED
@@ -1,11 +1,18 @@
1
+ import path from 'node:path';
2
+ import { fileURLToPath } from 'node:url';
1
3
  import { defineConfig } from '@lynx-js/rspeedy';
2
4
  import { pluginVueLynx } from 'vue-lynx/plugin';
3
5
 
6
+ const exampleName = path.basename(path.dirname(fileURLToPath(import.meta.url)));
7
+
4
8
  export default defineConfig({
5
9
  environments: {
6
10
  web: {},
7
11
  lynx: {},
8
12
  },
13
+ output: {
14
+ assetPrefix: `https://vue.lynxjs.org/examples/${exampleName}/dist/`,
15
+ },
9
16
  source: {
10
17
  entry: {
11
18
  main: './src/index.ts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-lynx-example/option-api",
3
- "version": "0.1.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "description": "Vue-Lynx Options API demo — validates that optionsApi: true works",
6
6
  "type": "module",
@@ -15,16 +15,16 @@
15
15
  "url": "https://github.com/Huxpro/vue-lynx",
16
16
  "directory": "examples/option-api"
17
17
  },
18
- "scripts": {
19
- "build": "rspeedy build",
20
- "dev": "rspeedy dev"
21
- },
22
18
  "dependencies": {
23
- "vue-lynx": "workspace:*"
19
+ "vue-lynx": "0.2.0"
24
20
  },
25
21
  "devDependencies": {
26
22
  "@lynx-js/rspeedy": "^0.13.5",
27
23
  "@rsbuild/plugin-vue": "^1.2.6",
28
24
  "typescript": "^5.0.0"
25
+ },
26
+ "scripts": {
27
+ "build": "rspeedy build",
28
+ "dev": "rspeedy dev"
29
29
  }
30
- }
30
+ }
Binary file
@@ -1 +0,0 @@
1
- {"styleInfo":{},"manifest":{"/app-service.js":"\"use strict\";var e,t={479(e,t){t.default=(e,t)=>{let l=e.__vccOpts||e;for(let[e,n]of t)l[e]=n;return l}}};var l={};function n(e){var r=l[e];if(void 0!==r)return r.exports;var i=l[e]={exports:{}};return t[e](i,i.exports,n),i.exports}n.g=(()=>{if(\"object\"==typeof globalThis)return globalThis;try{return this||Function(\"return this\")()}catch(e){if(\"object\"==typeof window)return window}})();let r=\"__VUE_LYNX_EVENT_REGISTRY__\";function i(e,t){var l;let n,i;null==(l=(!(i=(n=globalThis)[r])&&Object.defineProperty(n,r,{value:i={signCounter:0,handlers:new Map},configurable:!0,enumerable:!1,writable:!0}),i).handlers.get(e))||l(t)}let s=globalThis;\"u\">typeof lynxCoreInject&&(null==(e=lynxCoreInject)?void 0:e.tt)&&(lynxCoreInject.tt.publishEvent=i,lynxCoreInject.tt.publicComponentEvent=(e,t,l)=>{i(t,l)}),s.publishEvent=i,s.updatePage=function(e){},(()=>{let e,t,l,r,i,s,o,a,u,c;function f(e,t,l){return t in e?Object.defineProperty(e,t,{value:l,enumerable:!0,configurable:!0,writable:!0}):e[t]=l,e}function p(e){for(var t=1;t<arguments.length;t++){var l=null!=arguments[t]?arguments[t]:{};var n=Object.keys(l);\"function\"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(l).filter(function(e){return Object.getOwnPropertyDescriptor(l,e).enumerable}))),n.forEach(function(t){f(e,t,l[t])})}return e}function d(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):(function(e){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t.push.apply(t,l)}return t})(Object(t)).forEach(function(l){Object.defineProperty(e,l,Object.getOwnPropertyDescriptor(t,l))}),e}function h(e){let t=Object.create(null);for(let l of e.split(\",\"))t[l]=1;return e=>e in t}let g={};let y=[];let m=()=>{};let _=()=>!1;let b=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97);let x=e=>e.startsWith(\"onUpdate:\");let S=Object.assign;let C=(e,t)=>{let l=e.indexOf(t);l>-1&&e.splice(l,1)};let w=Object.prototype.hasOwnProperty;let O=(e,t)=>w.call(e,t);let k=Array.isArray;let j=e=>\"function\"==typeof e;let T=e=>\"string\"==typeof e;let E=e=>\"symbol\"==typeof e;let P=e=>null!==e&&\"object\"==typeof e;let M=e=>(P(e)||j(e))&&j(e.then)&&j(e.catch);let F=Object.prototype.toString;let I=e=>T(e)&&\"NaN\"!==e&&\"-\"!==e[0]&&\"\"+parseInt(e,10)===e;let A=h(\",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted\");let D=e=>{let t=Object.create(null);return l=>t[l]||(t[l]=e(l))};let R=/-\\w/g;let $=D(e=>e.replace(R,e=>e.slice(1).toUpperCase()));let L=/\\B([A-Z])/g;let V=D(e=>e.replace(L,\"-$1\").toLowerCase());let N=D(e=>e.charAt(0).toUpperCase()+e.slice(1));let U=D(e=>e?`on${N(e)}`:\"\");let B=(e,...t)=>{for(let l=0;l<e.length;l++)e[l](...t)};let W=(e,t,l,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:l})};let z=e=>{let t=parseFloat(e);return isNaN(t)?e:t};let H=()=>e||(e=\"u\">typeof globalThis?globalThis:\"u\">typeof self?self:\"u\">typeof window?window:void 0!==n.g?n.g:{});function J(e){if(k(e)){let t={};for(let l=0;l<e.length;l++){let n=e[l];let r=T(n)?function(e){let t={};return e.replace(Y,\"\").split(G).forEach(e=>{if(e){let l=e.split(K);l.length>1&&(t[l[0].trim()]=l[1].trim())}}),t}(n):J(n);if(r)for(let e in r)t[e]=r[e]}return t}if(T(e)||P(e))return e}let G=/;(?![^(]*\\))/g;let K=/:([^]+)/;let Y=/\\/\\*[^]*?\\*\\//g;function q(e){let t=\"\";if(T(e))t=e;else if(k(e))for(let l=0;l<e.length;l++){let n=q(e[l]);n&&(t+=n+\" \")}else if(P(e))for(let l in e)e[l]&&(t+=l+\" \");return t.trim()}let X=e=>!!(e&&!0===e.__v_isRef);let Z=e=>T(e)?e:null==e?\"\":k(e)||P(e)&&(e.toString===F||!j(e.toString))?X(e)?Z(e.value):JSON.stringify(e,Q,2):String(e);let Q=(e,t)=>{let l;if(X(t))return Q(e,t.value);if(\"[object Map]\"===(l=t,F.call(l)))return{[`Map(${t.size})`]:[...t.entries()].reduce((e,[t,l],n)=>(e[ee(t,n)+\" =>\"]=l,e),{})};{let e;if(\"[object Set]\"===(e=t,F.call(e)))return{[`Set(${t.size})`]:[...t.values()].map(e=>ee(e))};else{if(E(t))return ee(t);let e;if(P(t)&&!k(t)&&\"[object Object]\"!==(e=t,F.call(e)))return String(t)}}return t};let ee=(e,t=\"\")=>{var l;return E(e)?`Symbol(${null!=(l=e.description)?l:t})`:e};class et{get active(){return this._active}pause(){if(this._active){let e,t;if(this._isPaused=!0,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].pause();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].pause()}}resume(){if(this._active&&this._isPaused){let e,t;if(this._isPaused=!1,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].resume();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].resume()}}run(e){if(this._active){let l=t;try{return t=this,e()}finally{t=l}}}on(){1===++this._on&&(this.prevScope=t,t=this)}off(){this._on>0&&0===--this._on&&(t=this.prevScope,this.prevScope=void 0)}stop(e){if(this._active){let t,l;for(t=0,this._active=!1,l=this.effects.length;t<l;t++)this.effects[t].stop();for(t=0,this.effects.length=0,l=this.cleanups.length;t<l;t++)this.cleanups[t]();if(this.cleanups.length=0,this.scopes){for(t=0,l=this.scopes.length;t<l;t++)this.scopes[t].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!e){let e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.parent=void 0}}constructor(e=!1){this.detached=e,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.__v_skip=!0,this.parent=t,!e&&t&&(this.index=(t.scopes||(t.scopes=[])).push(this)-1)}}let el=new WeakSet;class en{pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,el.has(this)&&(el.delete(this),this.trigger()))}notify(){(!(2&this.flags)||32&this.flags)&&(8&this.flags||ei(this))}run(){if(!(1&this.flags))return this.fn();this.flags|=2,eg(this),eo(this);let e=l;let t=ep;l=this,ep=!0;try{return this.fn()}finally{ea(this),l=e,ep=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)ef(e);this.deps=this.depsTail=void 0,eg(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?el.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){eu(this)&&this.run()}get dirty(){return eu(this)}constructor(e){this.fn=e,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,t&&t.active&&t.effects.push(this)}}let er=0;function ei(e,t=!1){if(e.flags|=8,t){e.next=i,i=e;return}e.next=r,r=e}function es(){let e;if(!(--er>0)){if(i){let e=i;for(i=void 0;e;){let t=e.next;e.next=void 0,e.flags&=-9,e=t}}for(;r;){let t=r;for(r=void 0;t;){let l=t.next;if(t.next=void 0,t.flags&=-9,1&t.flags)try{t.trigger()}catch(t){e||(e=t)}t=l}}if(e)throw e}}function eo(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ea(e){let t;let l=e.depsTail;let n=l;for(;n;){let e=n.prevDep;-1===n.version?(n===l&&(l=e),ef(n),function(e){let{prevDep:t,nextDep:l}=e;t&&(t.nextDep=l,e.prevDep=void 0),l&&(l.prevDep=t,e.nextDep=void 0)}(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=e}e.deps=t,e.depsTail=l}function eu(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(ec(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ec(e){if(4&e.flags&&!(16&e.flags)||(e.flags&=-17,e.globalVersion===ey)||(e.globalVersion=ey,!e.isSSR&&128&e.flags&&(!e.deps&&!e._dirty||!eu(e))))return;e.flags|=2;let t=e.dep;let n=l;let r=ep;l=e,ep=!0;try{let l;eo(e);let n=e.fn(e._value);(0===t.version||(l=e._value,!Object.is(n,l)))&&(e.flags|=128,e._value=n,t.version++)}catch(e){throw t.version++,e}finally{l=n,ep=r,ea(e),e.flags&=-3}}function ef(e,t=!1){let{dep:l,prevSub:n,nextSub:r}=e;if(n&&(n.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=n,e.nextSub=void 0),l.subs===e&&(l.subs=n,!n&&l.computed)){l.computed.flags&=-5;for(let e=l.computed.deps;e;e=e.nextDep)ef(e,!0)}t||--l.sc||!l.map||l.map.delete(l.key)}let ep=!0;let ed=[];function eh(){ed.push(ep),ep=!1}function ev(){let e=ed.pop();ep=void 0===e||e}function eg(e){let{cleanup:t}=e;if(e.cleanup=void 0,t){let e=l;l=void 0;try{t()}finally{l=e}}}let ey=0;class em{constructor(e,t){this.sub=e,this.dep=t,this.version=t.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class e_{track(e){if(!l||!ep||l===this.computed)return;let t=this.activeLink;if(void 0===t||t.sub!==l)t=this.activeLink=new em(l,this),l.deps?(t.prevDep=l.depsTail,l.depsTail.nextDep=t,l.depsTail=t):l.deps=l.depsTail=t,function e(t){if(t.dep.sc++,4&t.sub.flags){let l=t.dep.computed;if(l&&!t.dep.subs){l.flags|=20;for(let t=l.deps;t;t=t.nextDep)e(t)}let n=t.dep.subs;n!==t&&(t.prevSub=n,n&&(n.nextSub=t)),t.dep.subs=t}}(t);else if(-1===t.version&&(t.version=this.version,t.nextDep)){let e=t.nextDep;e.prevDep=t.prevDep,t.prevDep&&(t.prevDep.nextDep=e),t.prevDep=l.depsTail,t.nextDep=void 0,l.depsTail.nextDep=t,l.depsTail=t,l.deps===t&&(l.deps=e)}return t}trigger(e){this.version++,ey++,this.notify(e)}notify(e){er++;try{for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{es()}}constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}}let eb=new WeakMap;let ex=Symbol(\"\");let eS=Symbol(\"\");let eC=Symbol(\"\");function ew(e,t,n){if(ep&&l){let t=eb.get(e);t||eb.set(e,t=new Map);let l=t.get(n);l||(t.set(n,l=new e_),l.map=t,l.key=n),l.track()}}function eO(e,t,l,n,r,i){let s=eb.get(e);if(!s)return void ey++;let o=e=>{e&&e.trigger()};if(er++,\"clear\"===t)s.forEach(o);else{let r=k(e);let i=r&&I(l);if(r&&\"length\"===l){let e=Number(n);s.forEach((t,l)=>{(\"length\"===l||l===eC||!E(l)&&l>=e)&&o(t)})}else switch((void 0!==l||s.has(void 0))&&o(s.get(l)),i&&o(s.get(eC)),t){case\"add\":if(r)i&&o(s.get(\"length\"));else{let t;o(s.get(ex));\"[object Map]\"===(t=e,F.call(t))&&o(s.get(eS))}break;case\"delete\":if(!r){let t;o(s.get(ex));\"[object Map]\"===(t=e,F.call(t))&&o(s.get(eS))}break;case\"set\":let a;\"[object Map]\"===(a=e,F.call(a))&&o(s.get(ex))}}es()}function ek(e){let t=e7(e);return t===e?t:(ew(t,\"iterate\",eC),e3(e)?t:t.map(e9))}function ej(e){return ew(e=e7(e),\"iterate\",eC),e}function eT(e,t){return e4(e)?e8(e)?te(e9(t)):te(t):e9(t)}let eE={__proto__:null,[Symbol.iterator](){return eP(this,Symbol.iterator,e=>eT(this,e))},concat(...e){return ek(this).concat(...e.map(e=>k(e)?ek(e):e))},entries(){return eP(this,\"entries\",e=>(e[1]=eT(this,e[1]),e))},every(e,t){return eF(this,\"every\",e,t,void 0,arguments)},filter(e,t){return eF(this,\"filter\",e,t,e=>e.map(e=>eT(this,e)),arguments)},find(e,t){return eF(this,\"find\",e,t,e=>eT(this,e),arguments)},findIndex(e,t){return eF(this,\"findIndex\",e,t,void 0,arguments)},findLast(e,t){return eF(this,\"findLast\",e,t,e=>eT(this,e),arguments)},findLastIndex(e,t){return eF(this,\"findLastIndex\",e,t,void 0,arguments)},forEach(e,t){return eF(this,\"forEach\",e,t,void 0,arguments)},includes(...e){return eA(this,\"includes\",e)},indexOf(...e){return eA(this,\"indexOf\",e)},join(e){return ek(this).join(e)},lastIndexOf(...e){return eA(this,\"lastIndexOf\",e)},map(e,t){return eF(this,\"map\",e,t,void 0,arguments)},pop(){return eD(this,\"pop\")},push(...e){return eD(this,\"push\",e)},reduce(e,...t){return eI(this,\"reduce\",e,t)},reduceRight(e,...t){return eI(this,\"reduceRight\",e,t)},shift(){return eD(this,\"shift\")},some(e,t){return eF(this,\"some\",e,t,void 0,arguments)},splice(...e){return eD(this,\"splice\",e)},toReversed(){return ek(this).toReversed()},toSorted(e){return ek(this).toSorted(e)},toSpliced(...e){return ek(this).toSpliced(...e)},unshift(...e){return eD(this,\"unshift\",e)},values(){return eP(this,\"values\",e=>eT(this,e))}};function eP(e,t,l){let n=ej(e);let r=n[t]();return n===e||e3(e)||(r._next=r.next,r.next=()=>{let e=r._next();return e.done||(e.value=l(e.value)),e}),r}let eM=Array.prototype;function eF(e,t,l,n,r,i){let s=ej(e);let o=s!==e&&!e3(e);let a=s[t];if(a!==eM[t]){let t=a.apply(e,i);return o?e9(t):t}let u=l;s!==e&&(o?u=function(t,n){return l.call(this,eT(e,t),n,e)}:l.length>2&&(u=function(t,n){return l.call(this,t,n,e)}));let c=a.call(s,u,n);return o&&r?r(c):c}function eI(e,t,l,n){let r=ej(e);let i=r!==e&&!e3(e);let s=l;let o=!1;r!==e&&(i?(o=0===n.length,s=function(t,n,r){return o&&(o=!1,t=eT(e,t)),l.call(this,t,eT(e,n),r,e)}):l.length>3&&(s=function(t,n,r){return l.call(this,t,n,r,e)}));let a=r[t](s,...n);return o?eT(e,a):a}function eA(e,t,l){let n=e7(e);ew(n,\"iterate\",eC);let r=n[t](...l);return(-1===r||!1===r)&&e5(l[0])?(l[0]=e7(l[0]),n[t](...l)):r}function eD(e,t,l=[]){eh(),er++;let n=e7(e)[t].apply(e,l);return es(),ev(),n}let eR=h(\"__proto__,__v_isRef,__isVue\");let e$=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>\"arguments\"!==e&&\"caller\"!==e).map(e=>Symbol[e]).filter(E));function eL(e){E(e)||(e=String(e));let t=e7(this);return ew(t,\"has\",e),t.hasOwnProperty(e)}class eV{get(e,t,l){if(\"__v_skip\"===t)return e.__v_skip;let n=this._isReadonly,r=this._isShallow;if(\"__v_isReactive\"===t)return!n;if(\"__v_isReadonly\"===t)return n;if(\"__v_isShallow\"===t)return r;if(\"__v_raw\"===t)return l===(n?r?e0:eQ:r?eZ:eX).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(l)?e:void 0;let i=k(e);if(!n){let e;if(i&&(e=eE[t]))return e;if(\"hasOwnProperty\"===t)return eL}let s=Reflect.get(e,t,tt(e)?e:l);if((E(t)?e$.has(t):eR(t))||(n||ew(e,\"get\",t),r))return s;if(tt(s)){let e=i&&I(t)?s:s.value;return n&&P(e)?e2(e):e}return P(s)?n?e2(s):e1(s):s}constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}}class eN extends eV{set(e,t,l,n){let r=e[t];let i=k(e)&&I(t);if(!this._isShallow){let e=e4(r);if(e3(l)||e4(l)||(r=e7(r),l=e7(l)),!i&&tt(r)&&!tt(l))if(e)return!0;else return r.value=l,!0}let s=i?Number(t)<e.length:O(e,t);let o=Reflect.set(e,t,l,tt(e)?e:n);return e===e7(n)&&(s?Object.is(l,r)||eO(e,\"set\",t,l,r):eO(e,\"add\",t,l)),o}deleteProperty(e,t){let l=O(e,t);let n=e[t];let r=Reflect.deleteProperty(e,t);return r&&l&&eO(e,\"delete\",t,void 0,n),r}has(e,t){let l=Reflect.has(e,t);return E(t)&&e$.has(t)||ew(e,\"has\",t),l}ownKeys(e){return ew(e,\"iterate\",k(e)?\"length\":ex),Reflect.ownKeys(e)}constructor(e=!1){super(!1,e)}}class eU extends eV{set(e,t){return!0}deleteProperty(e,t){return!0}constructor(e=!1){super(!0,e)}}let eB=new eN;let eW=new eU;let ez=new eN(!0);let eH=e=>e;function eJ(e){return function(){return\"delete\"!==e&&(\"clear\"===e?void 0:this)}}function eG(e,t){let l;let n=(S(l={get(l){let n=this.__v_raw;let r=e7(n);let i=e7(l);e||(Object.is(l,i)||ew(r,\"get\",l),ew(r,\"get\",i));let{has:s}=Reflect.getPrototypeOf(r);let o=t?eH:e?te:e9;return s.call(r,l)?o(n.get(l)):s.call(r,i)?o(n.get(i)):void(n!==r&&n.get(l))},get size(){let t=this.__v_raw;return e||ew(e7(t),\"iterate\",ex),t.size},has(t){let l=this.__v_raw;let n=e7(l);let r=e7(t);return e||(Object.is(t,r)||ew(n,\"has\",t),ew(n,\"has\",r)),t===r?l.has(t):l.has(t)||l.has(r)},forEach(l,n){let r=this;let i=r.__v_raw;let s=e7(i);let o=t?eH:e?te:e9;return e||ew(s,\"iterate\",ex),i.forEach((e,t)=>l.call(n,o(e),o(t),r))}},e?{add:eJ(\"add\"),set:eJ(\"set\"),delete:eJ(\"delete\"),clear:eJ(\"clear\")}:{add(e){let l=e7(this);let n=Reflect.getPrototypeOf(l);let r=e7(e);let i=t||e3(e)||e4(e)?e:r;return n.has.call(l,i)||!Object.is(e,i)&&n.has.call(l,e)||!Object.is(r,i)&&n.has.call(l,r)||(l.add(i),eO(l,\"add\",i,i)),this},set(e,l){t||e3(l)||e4(l)||(l=e7(l));let n=e7(this);let{has:r,get:i}=Reflect.getPrototypeOf(n);let s=r.call(n,e);s||(e=e7(e),s=r.call(n,e));let o=i.call(n,e);return(n.set(e,l),s)?Object.is(l,o)||eO(n,\"set\",e,l,o):eO(n,\"add\",e,l),this},delete(e){let t=e7(this);let{has:l,get:n}=Reflect.getPrototypeOf(t);let r=l.call(t,e);r||(e=e7(e),r=l.call(t,e));let i=n?n.call(t,e):void 0;let s=t.delete(e);return r&&eO(t,\"delete\",e,void 0,i),s},clear(){let e=e7(this);let t=0!==e.size;let l=e.clear();return t&&eO(e,\"clear\",void 0,void 0,void 0),l}}),[\"keys\",\"values\",\"entries\",Symbol.iterator].forEach(n=>{l[n]=function(...l){let r,i=this.__v_raw;let s=e7(i);let o=\"[object Map]\"===(r=s,F.call(r));let a=\"entries\"===n||n===Symbol.iterator&&o;let u=i[n](...l);let c=t?eH:e?te:e9;return e||ew(s,\"iterate\",\"keys\"===n&&o?eS:ex),S(Object.create(u),{next(){let{value:e,done:t}=u.next();return t?{value:e,done:t}:{value:a?[c(e[0]),c(e[1])]:c(e),done:t}}})}}),l);return(t,l,r)=>\"__v_isReactive\"===l?!e:\"__v_isReadonly\"===l?e:\"__v_raw\"===l?t:Reflect.get(O(n,l)&&l in t?n:t,l,r)}let eK={get:eG(!1,!1)};let eY={get:eG(!1,!0)};let eq={get:eG(!0,!1)};let eX=new WeakMap;let eZ=new WeakMap;let eQ=new WeakMap;let e0=new WeakMap;function e1(e){return e4(e)?e:e6(e,!1,eB,eK,eX)}function e2(e){return e6(e,!0,eW,eq,eQ)}function e6(e,t,l,n,r){var i;let s;if(!P(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;let o=(i=e).__v_skip||!Object.isExtensible(i)?0:function(e){switch(e){case\"Object\":case\"Array\":return 1;case\"Map\":case\"Set\":case\"WeakMap\":case\"WeakSet\":return 2;default:return 0}}((s=i,F.call(s)).slice(8,-1));if(0===o)return e;let a=r.get(e);if(a)return a;let u=new Proxy(e,2===o?n:l);return r.set(e,u),u}function e8(e){return e4(e)?e8(e.__v_raw):!!(e&&e.__v_isReactive)}function e4(e){return!!(e&&e.__v_isReadonly)}function e3(e){return!!(e&&e.__v_isShallow)}function e5(e){return!!e&&!!e.__v_raw}function e7(e){let t=e&&e.__v_raw;return t?e7(t):e}let e9=e=>P(e)?e1(e):e;let te=e=>P(e)?e2(e):e;function tt(e){return!!e&&!0===e.__v_isRef}let tl={get:(e,t,l)=>{var n;return\"__v_raw\"===t?e:tt(n=Reflect.get(e,t,l))?n.value:n},set:(e,t,l,n)=>{let r=e[t];return tt(r)&&!tt(l)?(r.value=l,!0):Reflect.set(e,t,l,n)}};function tn(e){return e8(e)?e:new Proxy(e,tl)}class tr{notify(){if(this.flags|=16,!(8&this.flags)&&l!==this)return ei(this,!0),!0}get value(){let e=this.dep.track();return ec(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}constructor(e,t,l){this.fn=e,this.setter=t,this._value=void 0,this.dep=new e_(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=ey-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!t,this.isSSR=l}}let ti={};let ts=new WeakMap;let to;function ta(e,t=1/0,l){if(t<=0||!P(e)||e.__v_skip||((l=l||new Map).get(e)||0)>=t)return e;if(l.set(e,t),t--,tt(e))ta(e.value,t,l);else if(k(e))for(let n=0;n<e.length;n++)ta(e[n],t,l);else{let n;let r;if(\"[object Set]\"===(n=e,F.call(n))||\"[object Map]\"===(r=e,F.call(r)))e.forEach(e=>{ta(e,t,l)});else{let n;if(\"[object Object]\"===(n=e,F.call(n))){for(let n in e)ta(e[n],t,l);for(let n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&ta(e[n],t,l)}}}return e}function tu(e,t,l,n){try{return n?e(...n):e()}catch(e){tf(e,t,l)}}function tc(e,t,l,n){if(j(e)){let r=tu(e,t,l,n);return r&&M(r)&&r.catch(e=>{tf(e,t,l)}),r}if(k(e)){let r=[];for(let i=0;i<e.length;i++)r.push(tc(e[i],t,l,n));return r}}function tf(e,t,l,n=!0){t&&t.vnode;let{errorHandler:r,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||g;if(t){let n=t.parent;let i=t.proxy;let s=`https://vuejs.org/error-reference/#runtime-${l}`;for(;n;){let t=n.ec;if(t){for(let l=0;l<t.length;l++)if(!1===t[l](e,i,s))return}n=n.parent}if(r){eh(),tu(r,null,10,[e,i,s]),ev();return}}(function(e,t=!0,l=!1){if(l)throw e;console.error(e)})(e,n,i)}let tp=[];let td=-1;let th=[];let tv=null;let tg=0;let ty=Promise.resolve();let tm=null;function t_(e){let t=tm||ty;return e?t.then(this?e.bind(this):e):t}function tb(e){if(!(1&e.flags)){let t=tO(e);let l=tp[tp.length-1];!l||!(2&e.flags)&&t>=tO(l)?tp.push(e):tp.splice(function(e){let t=td+1;let l=tp.length;for(;t<l;){let n=t+l>>>1;let r=tp[n];let i=tO(r);i<e||i===e&&2&r.flags?t=n+1:l=n}return t}(t),0,e),e.flags|=1,tx()}}function tx(){tm||(tm=ty.then(function e(t){try{for(td=0;td<tp.length;td++){let e=tp[td];e&&!(8&e.flags)&&(4&e.flags&&(e.flags&=-2),tu(e,e.i,e.i?15:14),4&e.flags||(e.flags&=-2))}}finally{for(;td<tp.length;td++){let e=tp[td];e&&(e.flags&=-2)}td=-1,tp.length=0,tw(t),tm=null,(tp.length||th.length)&&e(t)}}))}function tS(e){k(e)?th.push(...e):tv&&-1===e.id?tv.splice(tg+1,0,e):1&e.flags||(th.push(e),e.flags|=1),tx()}function tC(e,t,l=td+1){for(;l<tp.length;l++){let t=tp[l];if(t&&2&t.flags){if(e&&t.id!==e.uid)continue;tp.splice(l,1),l--,4&t.flags&&(t.flags&=-2),t(),4&t.flags||(t.flags&=-2)}}}function tw(e){if(th.length){let e=[...new Set(th)].sort((e,t)=>tO(e)-tO(t));if(th.length=0,tv)return void tv.push(...e);for(tg=0,tv=e;tg<tv.length;tg++){let e=tv[tg];4&e.flags&&(e.flags&=-2),8&e.flags||e(),e.flags&=-2}tv=null,tg=0}}let tO=e=>null==e.id?2&e.flags?-1:1/0:e.id;let tk=null;let tj=null;function tT(e){let t=tk;return tk=e,tj=e&&e.type.__scopeId||null,t}function tE(e,t,l,n){let r=e.dirs;let i=t&&t.dirs;for(let s=0;s<r.length;s++){let o=r[s];i&&(o.oldValue=i[s].value);let a=o.dir[n];a&&(eh(),tc(a,l,8,[e.el,o,e,t]),ev())}}function tP(e,t,l=!1){let n=nc();if(n||lC){let r=lC?lC._context.provides:n?null==n.parent||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return l&&j(t)?t.call(n&&n.proxy):t}}let tM=Symbol.for(\"v-scx\");function tF(e,l,n=g){let r;let{immediate:i,deep:s,flush:o,once:a}=n;let u=S({},n);let c=l&&i||!l&&\"post\"!==o;if(nh){if(\"sync\"===o){let e=tP(tM);r=e.__watcherHandles||(e.__watcherHandles=[])}else if(!c){let e=()=>{};return e.stop=m,e.resume=m,e.pause=m,e}}let f=nu;u.call=(e,t,l)=>tc(e,f,t,l);let p=!1;\"post\"===o?u.scheduler=e=>{lz(e,f&&f.suspense)}:\"sync\"!==o&&(p=!0,u.scheduler=(e,t)=>{t?e():tb(e)}),u.augmentJob=e=>{l&&(e.flags|=4),p&&(e.flags|=2,f&&(e.id=f.uid,e.i=f))};let d=function(e,l,n=g){let r,i,s,o;let{immediate:a,deep:u,once:c,scheduler:f,augmentJob:p,call:d}=n;let h=e=>u?e:e3(e)||!1===u||0===u?ta(e,1):ta(e);let y=!1;let _=!1;if(tt(e)?(i=()=>e.value,y=e3(e)):e8(e)?(i=()=>h(e),y=!0):k(e)?(_=!0,y=e.some(e=>e8(e)||e3(e)),i=()=>e.map(e=>tt(e)?e.value:e8(e)?h(e):j(e)?d?d(e,2):e():void 0)):i=j(e)?l?d?()=>d(e,2):e:()=>{if(s){eh();try{s()}finally{ev()}}let t=to;to=r;try{return d?d(e,3,[o]):e(o)}finally{to=t}}:m,l&&u){let e=i;let t=!0===u?1/0:u;i=()=>ta(e(),t)}let b=t;let x=()=>{r.stop(),b&&b.active&&C(b.effects,r)};if(c&&l){let e=l;l=(...t)=>{e(...t),x()}}let S=_?Array(e.length).fill(ti):ti;let w=e=>{if(1&r.flags&&(r.dirty||e))if(l){let e=r.run();if(u||y||(_?e.some((e,t)=>!Object.is(e,S[t])):!Object.is(e,S))){s&&s();let t=to;to=r;try{let t=[e,S===ti?void 0:_&&S[0]===ti?[]:S,o];S=e,d?d(l,3,t):l(...t)}finally{to=t}}}else r.run()};return p&&p(w),(r=new en(i)).scheduler=f?()=>f(w,!1):w,o=e=>(function(e,t=!1,l=to){if(l){let t=ts.get(l);t||ts.set(l,t=[]),t.push(e)}})(e,!1,r),s=r.onStop=()=>{let e=ts.get(r);if(e){if(d)d(e,4);else for(let t of e)t();ts.delete(r)}},l?a?w(!0):S=r.run():f?f(w.bind(null,!0),!0):r.run(),x.pause=r.pause.bind(r),x.resume=r.resume.bind(r),x.stop=x,x}(e,l,u);return nh&&(r?r.push(d):c&&d()),d}function tI(e,t,l){let n;let r=this.proxy;let i=T(e)?e.includes(\".\")?tA(r,e):()=>r[e]:e.bind(r,r);j(t)?n=t:(n=t.handler,l=t);let s=nf(this);let o=tF(i,n.bind(r),l);return s(),o}function tA(e,t){let l=t.split(\".\");return()=>{let t=e;for(let e=0;e<l.length&&t;e++)t=t[l[e]];return t}}let tD=Symbol(\"_vte\");let tR=Symbol(\"_leaveCb\");let t$=Symbol(\"_enterCb\");function tL(){let e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return t8(()=>{e.isMounted=!0}),t5(()=>{e.isUnmounting=!0}),e}let tV=e=>{let t=e.subTree;return t.component?tV(t.component):t};function tN(e,t){let{leavingVNodes:l}=e;let n=l.get(t.type);return n||(n=Object.create(null),l.set(t.type,n)),n}function tU(e,t,l,n,r){let{appear:i,mode:s,persisted:o=!1,onBeforeEnter:a,onEnter:u,onAfterEnter:c,onEnterCancelled:f,onBeforeLeave:p,onLeave:d,onAfterLeave:h,onLeaveCancelled:g,onBeforeAppear:y,onAppear:m,onAfterAppear:_,onAppearCancelled:b}=t;let x=String(e.key);let S=tN(l,e);let C=(e,t)=>{e&&tc(e,n,9,t)};let w=(e,t)=>{let l=t[1];C(e,t),k(e)?e.every(e=>e.length<=1)&&l():e.length<=1&&l()};let O={mode:s,persisted:o,beforeEnter(t){let n=a;if(!l.isMounted)if(!i)return;else n=y||a;t[tR]&&t[tR](!0);let r=S[x];r&&l3(e,r)&&r.el[tR]&&r.el[tR](),C(n,[t])},enter(t){if(S[x]===e)return;let n=u;let r=c;let s=f;if(!l.isMounted)if(!i)return;else n=m||u,r=_||c,s=b||f;let o=!1;t[t$]=e=>{o||(o=!0,e?C(s,[t]):C(r,[t]),O.delayedLeave&&O.delayedLeave(),t[t$]=void 0)};let a=t[t$].bind(null,!1);n?w(n,[t,a]):a()},leave(t,n){let r=String(e.key);if(t[t$]&&t[t$](!0),l.isUnmounting)return n();C(p,[t]);let i=!1;t[tR]=l=>{i||(i=!0,n(),l?C(g,[t]):C(h,[t]),t[tR]=void 0,S[r]===e&&delete S[r])};let s=t[tR].bind(null,!1);S[r]=e,d?w(d,[t,s]):s()},clone(e){let i=tU(e,t,l,n,r);return r&&r(i),i}};return O}function tB(e,t){6&e.shapeFlag&&e.component?(e.transition=t,tB(e.component.subTree,t)):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function tW(e,t=!1,l){let n=[];let r=0;for(let i=0;i<e.length;i++){let s=e[i];let o=null==l?s.key:String(l)+String(null!=s.key?s.key:i);s.type===lK?(128&s.patchFlag&&r++,n=n.concat(tW(s.children,t,o))):(t||s.type!==lq)&&n.push(null!=o?nt(s,{key:o}):s)}if(r>1)for(let e=0;e<n.length;e++)n[e].patchFlag=-2;return n}function tz(e,t){return j(e)?S({name:e.name},t,{setup:e}):e}function tH(e){e.ids=[e.ids[0]+e.ids[2]+++\"-\",0,0]}function tJ(e,t){let l;return!!((l=Object.getOwnPropertyDescriptor(e,t))&&!l.configurable)}let tG=new WeakMap;function tK(e,t,l,n,r=!1){if(k(e))return void e.forEach((e,i)=>tK(e,t&&(k(t)?t[i]:t),l,n,r));if(tq(n)&&!r){512&n.shapeFlag&&n.type.__asyncResolved&&n.component.subTree.component&&tK(e,t,l,n.component.subTree);return}let i=4&n.shapeFlag?nm(n.component):n.el;let s=r?null:i;let{i:o,r:a}=e;let u=t&&t.r;let c=o.refs===g?o.refs={}:o.refs;let f=o.setupState;let p=e7(f);let d=f===g?_:e=>!tJ(c,e)&&O(p,e);let h=(e,t)=>!(t&&tJ(c,t));if(null!=u&&u!==a&&(tY(t),T(u)?(c[u]=null,d(u)&&(f[u]=null)):tt(u)&&(h(u,t.k)&&(u.value=null),t.k&&(c[t.k]=null))),j(a))tu(a,o,12,[s,c]);else{let t=T(a);let n=tt(a);if(t||n){let o=()=>{if(e.f){let l=t?d(a)?f[a]:c[a]:h(a)||!e.k?a.value:c[e.k];if(r)k(l)&&C(l,i);else if(k(l))l.includes(i)||l.push(i);else if(t)c[a]=[i],d(a)&&(f[a]=c[a]);else{let t=[i];h(a,e.k)&&(a.value=t),e.k&&(c[e.k]=t)}}else t?(c[a]=s,d(a)&&(f[a]=s)):n&&(h(a,e.k)&&(a.value=s),e.k&&(c[e.k]=s))};if(s){let t=()=>{o(),tG.delete(e)};t.id=-1,tG.set(e,t),lz(t,l)}else tY(e),o()}}}function tY(e){let t=tG.get(e);t&&(t.flags|=8,tG.delete(e))}H().requestIdleCallback,H().cancelIdleCallback;let tq=e=>!!e.type.__asyncLoader;let tX=e=>e.type.__isKeepAlive;function tZ(e,t){t0(e,\"a\",t)}function tQ(e,t){t0(e,\"da\",t)}function t0(e,t,l=nu){let n=e.__wdc||(e.__wdc=()=>{let t=l;for(;t;){if(t.isDeactivated)return;t=t.parent}return e()});if(t1(t,n,l),l){let e=l.parent;for(;e&&e.parent;)tX(e.parent.vnode)&&function(e,t,l,n){let r=t1(t,e,n,!0);t7(()=>{C(n[t],r)},l)}(n,t,l,e),e=e.parent}}function t1(e,t,l=nu,n=!1){if(l){let r=l[e]||(l[e]=[]);let i=t.__weh||(t.__weh=(...n)=>{eh();let r=nf(l);let i=tc(t,l,e,n);return r(),ev(),i});return n?r.unshift(i):r.push(i),i}}let t2=e=>(t,l=nu)=>{nh&&\"sp\"!==e||t1(e,(...e)=>t(...e),l)};let t6=t2(\"bm\");let t8=t2(\"m\");let t4=t2(\"bu\");let t3=t2(\"u\");let t5=t2(\"bum\");let t7=t2(\"um\");let t9=t2(\"sp\");let le=t2(\"rtg\");let lt=t2(\"rtc\");function ll(e,t=nu){t1(\"ec\",e,t)}let ln=\"components\";let lr=Symbol.for(\"v-ndc\");function li(e,t){return e&&(e[t]||e[$(t)]||e[N($(t))])}let ls=e=>e?nd(e)?nm(e):ls(e.parent):null;let lo=S(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>ls(e.parent),$root:e=>ls(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>ld(e),$forceUpdate:e=>e.f||(e.f=()=>{tb(e.update)}),$nextTick:e=>e.n||(e.n=t_.bind(e.proxy)),$watch:e=>tI.bind(e)});let la=(e,t)=>e!==g&&!e.__isScriptSetup&&O(e,t);let lu={get({_:e},t){let l,n;if(\"__v_skip\"===t)return!0;let{ctx:r,setupState:i,data:s,props:o,accessCache:a,type:u,appContext:c}=e;if(\"$\"!==t[0]){let e=a[t];if(void 0!==e)switch(e){case 1:return i[t];case 2:return s[t];case 4:return r[t];case 3:return o[t]}else{if(la(i,t))return a[t]=1,i[t];if(s!==g&&O(s,t))return a[t]=2,s[t];if(O(o,t))return a[t]=3,o[t];if(r!==g&&O(r,t))return a[t]=4,r[t];lf&&(a[t]=0)}}let f=lo[t];return f?(\"$attrs\"===t&&ew(e.attrs,\"get\",\"\"),f(e)):(l=u.__cssModules)&&(l=l[t])?l:r!==g&&O(r,t)?(a[t]=4,r[t]):O(n=c.config.globalProperties,t)?n[t]:void 0},set({_:e},t,l){let{data:n,setupState:r,ctx:i}=e;return la(r,t)?(r[t]=l,!0):n!==g&&O(n,t)?(n[t]=l,!0):!O(e.props,t)&&!(\"$\"===t[0]&&t.slice(1)in e)&&(i[t]=l,!0)},has({_:{data:e,setupState:t,accessCache:l,ctx:n,appContext:r,props:i,type:s}},o){let a;return!!(l[o]||e!==g&&\"$\"!==o[0]&&O(e,o)||la(t,o)||O(i,o)||O(n,o)||O(lo,o)||O(r.config.globalProperties,o)||(a=s.__cssModules)&&a[o])},defineProperty(e,t,l){return null!=l.get?e._.accessCache[t]=0:O(l,\"value\")&&this.set(e,t,l.value,null),Reflect.defineProperty(e,t,l)}};function lc(e){return k(e)?e.reduce((e,t)=>(e[t]=null,e),{}):e}let lf=!0;function lp(e,t,l){tc(k(e)?e.map(e=>e.bind(t.proxy)):e.bind(t.proxy),t,l)}function ld(e){let t;let l=e.type;let{mixins:n,extends:r}=l;let{mixins:i,optionsCache:s,config:{optionMergeStrategies:o}}=e.appContext;let a=s.get(l);return a?t=a:i.length||n||r?(t={},i.length&&i.forEach(e=>lh(t,e,o,!0)),lh(t,l,o)):t=l,P(l)&&s.set(l,t),t}function lh(e,t,l,n=!1){let{mixins:r,extends:i}=t;for(let s in i&&lh(e,i,l,!0),r&&r.forEach(t=>lh(e,t,l,!0)),t)if(n&&\"expose\"===s);else{let n=lv[s]||l&&l[s];e[s]=n?n(e[s],t[s]):t[s]}return e}let lv={data:lg,props:lb,emits:lb,methods:l_,computed:l_,beforeCreate:lm,created:lm,beforeMount:lm,mounted:lm,beforeUpdate:lm,updated:lm,beforeDestroy:lm,beforeUnmount:lm,destroyed:lm,unmounted:lm,activated:lm,deactivated:lm,errorCaptured:lm,serverPrefetch:lm,components:l_,directives:l_,watch:function(e,t){if(!e)return t;if(!t)return e;let l=S(Object.create(null),e);for(let n in t)l[n]=lm(e[n],t[n]);return l},provide:lg,inject:function(e,t){return l_(ly(e),ly(t))}};function lg(e,t){return t?e?function(){return S(j(e)?e.call(this,this):e,j(t)?t.call(this,this):t)}:t:e}function ly(e){if(k(e)){let t={};for(let l=0;l<e.length;l++)t[e[l]]=e[l];return t}return e}function lm(e,t){return e?[...new Set([].concat(e,t))]:t}function l_(e,t){return e?S(Object.create(null),e,t):t}function lb(e,t){return e?k(e)&&k(t)?[...new Set([...e,...t])]:S(Object.create(null),lc(e),lc(null!=t?t:{})):t}function lx(){return{app:null,config:{isNativeTag:_,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let lS=0;let lC=null;function lw(e,t,...l){let n;if(e.isUnmounted)return;let r=e.vnode.props||g;let i=l;let s=t.startsWith(\"update:\");let o;let a=s&&(\"modelValue\"===(o=t.slice(7))||\"model-value\"===o?r.modelModifiers:r[`${o}Modifiers`]||r[`${$(o)}Modifiers`]||r[`${V(o)}Modifiers`]);a&&(a.trim&&(i=l.map(e=>T(e)?e.trim():e)),a.number&&(i=l.map(z)));let u=r[n=U(t)]||r[n=U($(t))];!u&&s&&(u=r[n=U(V(t))]),u&&tc(u,e,6,i);let c=r[n+\"Once\"];if(c){if(e.emitted){if(e.emitted[n])return}else e.emitted={};e.emitted[n]=!0,tc(c,e,6,i)}}let lO=new WeakMap;function lk(e,t){return!!e&&!!b(t)&&(O(e,(t=t.slice(2).replace(/Once$/,\"\"))[0].toLowerCase()+t.slice(1))||O(e,V(t))||O(e,t))}function lj(e){let t,l;let{type:n,vnode:r,proxy:i,withProxy:s,propsOptions:[o],slots:a,attrs:u,emit:c,render:f,renderCache:p,props:d,data:h,setupState:g,ctx:y,inheritAttrs:m}=e;let _=tT(e);try{if(4&r.shapeFlag){let e=s||i;t=nn(f.call(e,e,p,d,g,h,y)),l=u}else t=nn(n.length>1?n(d,{attrs:u,slots:a,emit:c}):n(d,null)),l=n.props?u:lT(u)}catch(l){lZ.length=0,tf(l,e,1),t=ne(lq)}let b=t;if(l&&!1!==m){let e=Object.keys(l);let{shapeFlag:t}=b;e.length&&7&t&&(o&&e.some(x)&&(l=lE(l,o)),b=nt(b,l,!1,!0))}return r.dirs&&((b=nt(b,null,!1,!0)).dirs=b.dirs?b.dirs.concat(r.dirs):r.dirs),r.transition&&tB(b,r.transition),t=b,tT(_),t}let lT=e=>{let t;for(let l in e)(\"class\"===l||\"style\"===l||b(l))&&((t||(t={}))[l]=e[l]);return t};let lE=(e,t)=>{let l={};for(let n in e)x(n)&&n.slice(9)in t||(l[n]=e[n]);return l};function lP(e,t,l){let n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let r=0;r<n.length;r++){let i=n[r];if(lM(t,e,i)&&!lk(l,i))return!0}return!1}function lM(e,t,l){let n=e[l];let r=t[l];return\"style\"===l&&P(n)&&P(r)?!function e(t,l){let n,r;if(t===l)return!0;let i=\"[object Date]\"===(n=t,F.call(n));let s=\"[object Date]\"===(r=l,F.call(r));if(i||s)return!!i&&!!s&&t.getTime()===l.getTime();if(i=E(t),s=E(l),i||s)return t===l;if(i=k(t),s=k(l),i||s)return!!i&&!!s&&function(t,l){if(t.length!==l.length)return!1;let n=!0;for(let r=0;n&&r<t.length;r++)n=e(t[r],l[r]);return n}(t,l);if(i=P(t),s=P(l),i||s){if(!i||!s||Object.keys(t).length!==Object.keys(l).length)return!1;for(let n in t){let r=t.hasOwnProperty(n);let i=l.hasOwnProperty(n);if(r&&!i||!r&&i||!e(t[n],l[n]))return!1}}return String(t)===String(l)}(n,r):n!==r}let lF={};let lI=e=>Object.getPrototypeOf(e)===lF;function lA(e,t,l,n){let r;let[i,s]=e.propsOptions;let o=!1;if(t)for(let a in t){let u;if(A(a))continue;let c=t[a];i&&O(i,u=$(a))?s&&s.includes(u)?(r||(r={}))[u]=c:l[u]=c:lk(e.emitsOptions,a)||a in n&&c===n[a]||(n[a]=c,o=!0)}if(s){let t=e7(l);let n=r||g;for(let r=0;r<s.length;r++){let o=s[r];l[o]=lD(i,t,o,n[o],e,!O(n,o))}}return o}function lD(e,t,l,n,r,i){let s=e[l];if(null!=s){let e=O(s,\"default\");if(e&&void 0===n){let e=s.default;if(s.type!==Function&&!s.skipFactory&&j(e)){let{propsDefaults:i}=r;if(l in i)n=i[l];else{let s=nf(r);n=i[l]=e.call(null,t),s()}}else n=e;r.ce&&r.ce._setProp(l,n)}s[0]&&(i&&!e?n=!1:s[1]&&(\"\"===n||n===V(l))&&(n=!0))}return n}let lR=new WeakMap;function l$(e){return!(\"$\"===e[0]||A(e))}let lL=e=>\"_\"===e||\"_ctx\"===e||\"$stable\"===e;let lV=e=>k(e)?e.map(nn):[nn(e)];let lN=(e,t,l)=>{if(t._n)return t;let n=function(e,t=tk){if(!t||e._n)return e;let l=(...n)=>{let r;l._d&&l2(-1);let i=tT(t);try{r=e(...n)}finally{tT(i),l._d&&l2(1)}return r};return l._n=!0,l._c=!0,l._d=!0,l}((...e)=>lV(t(...e)),l);return n._c=!1,n};let lU=(e,t,l)=>{let n=e._ctx;for(let l in e){if(lL(l))continue;let r=e[l];if(j(r))t[l]=lN(l,r,n);else if(null!=r){let e=lV(r);t[l]=()=>e}}};let lB=(e,t)=>{let l=lV(t);e.slots.default=()=>l};let lW=(e,t,l)=>{for(let n in t)(l||!lL(n))&&(e[n]=t[n])};let lz=function(e,t){t&&t.pendingBranch?k(e)?t.effects.push(...e):t.effects.push(e):tS(e)};function lH({type:e,props:t},l){return\"svg\"===l&&\"foreignObject\"===e||\"mathml\"===l&&\"annotation-xml\"===e&&t&&t.encoding&&t.encoding.includes(\"html\")?void 0:l}function lJ({effect:e,job:t},l){l?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function lG(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}let lK=Symbol.for(\"v-fgt\");let lY=Symbol.for(\"v-txt\");let lq=Symbol.for(\"v-cmt\");let lX=Symbol.for(\"v-stc\");let lZ=[];let lQ=null;function l0(e=!1){lZ.push(lQ=e?null:[])}let l1=1;function l2(e,t=!1){l1+=e,e<0&&lQ&&t&&(lQ.hasOnce=!0)}function l6(e){return e.dynamicChildren=l1>0?lQ||y:null,lZ.pop(),lQ=lZ[lZ.length-1]||null,l1>0&&lQ&&lQ.push(e),e}function l8(e,t,l,n,r,i){return l6(l9(e,t,l,n,r,i,!0))}function l4(e){return!!e&&!0===e.__v_isVNode}function l3(e,t){return e.type===t.type&&e.key===t.key}let l5=({key:e})=>null!=e?e:null;let l7=({ref:e,ref_key:t,ref_for:l})=>(\"number\"==typeof e&&(e=\"\"+e),null!=e?T(e)||tt(e)||j(e)?{i:tk,r:e,k:t,f:!!l}:e:null);function l9(e,t=null,l=null,n=0,r=null,i=+(e!==lK),s=!1,o=!1){let a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&l5(t),ref:t&&l7(t),scopeId:tj,slotScopeIds:null,children:l,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:n,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:tk};return o?(ni(a,l),128&i&&e.normalize(a)):l&&(a.shapeFlag|=T(l)?8:16),l1>0&&!s&&lQ&&(a.patchFlag>0||6&i)&&32!==a.patchFlag&&lQ.push(a),a}let ne=function(e,t=null,l=null,n=0,r=null,i=!1){var s,o;if(e&&e!==lr||(e=lq),l4(e)){let n=nt(e,t,!0);return l&&ni(n,l),l1>0&&!i&&lQ&&(6&n.shapeFlag?lQ[lQ.indexOf(e)]=n:lQ.push(n)),n.patchFlag=-2,n}if(j(s=e)&&\"__vccOpts\"in s&&(e=e.__vccOpts),t){let{class:e,style:l}=t=(o=t)?e5(o)||lI(o)?S({},o):o:null;e&&!T(e)&&(t.class=q(e)),P(l)&&(e5(l)&&!k(l)&&(l=S({},l)),t.style=J(l))}let a=T(e)?1:e.__isSuspense?128:e.__isTeleport?64:P(e)?4:2*!!j(e);return l9(e,t,l,n,r,a,i,!0)};function nt(e,t,l=!1,n=!1){let{props:r,ref:i,patchFlag:s,children:o,transition:a}=e;let u=t?function(...e){let t={};for(let l=0;l<e.length;l++){let n=e[l];for(let e in n)if(\"class\"===e)t.class!==n.class&&(t.class=q([t.class,n.class]));else if(\"style\"===e)t.style=J([t.style,n.style]);else if(b(e)){let l=t[e];let r=n[e];r&&l!==r&&!(k(l)&&l.includes(r))&&(t[e]=l?[].concat(l,r):r)}else\"\"!==e&&(t[e]=n[e])}return t}(r||{},t):r;let c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&l5(u),ref:t&&t.ref?l&&i?k(i)?i.concat(l7(t)):[i,l7(t)]:l7(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:o,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==lK?-1===s?16:16|s:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&nt(e.ssContent),ssFallback:e.ssFallback&&nt(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&n&&tB(c,a.clone(c)),c}function nl(e=\"\",t=!1){return t?(l0(),l6(ne(lq,null,e,void 0,void 0,!0))):ne(lq,null,e)}function nn(e){return null==e||\"boolean\"==typeof e?ne(lq):k(e)?ne(lK,null,e.slice()):l4(e)?nr(e):ne(lY,null,String(e))}function nr(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:nt(e)}function ni(e,t){let l=0;let{shapeFlag:n}=e;if(null==t)t=null;else if(k(t))l=16;else if(\"object\"==typeof t)if(65&n){let l=t.default;l&&(l._c&&(l._d=!1),ni(e,l()),l._c&&(l._d=!0));return}else{l=32;let n=t._;n||lI(t)?3===n&&tk&&(1===tk.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=tk}else j(t)?(t={default:t,_ctx:tk},l=32):(t=String(t),64&n?(l=16,t=[function(e=\" \",t=0){return ne(lY,null,e,t)}(t)]):l=8);e.children=t,e.shapeFlag|=l}function ns(e,t,l,n=null){tc(e,t,7,[l,n])}let no=lx();let na=0;let nu=null;let nc=()=>nu||tk;{let e=H();let t=(t,l)=>{let n;return(n=e[t])||(n=e[t]=[]),n.push(l),e=>{n.length>1?n.forEach(t=>t(e)):n[0](e)}};s=t(\"__VUE_INSTANCE_SETTERS__\",e=>nu=e),o=t(\"__VUE_SSR_SETTERS__\",e=>nh=e)}let nf=e=>{let t=nu;return s(e),e.scope.on(),()=>{e.scope.off(),s(t)}};let np=()=>{nu&&nu.scope.off(),s(null)};function nd(e){return 4&e.vnode.shapeFlag}let nh=!1;function nv(e,t,l){j(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:P(t)&&(e.setupState=tn(t)),ng(e,l)}function ng(e,t,l){let n=e.type;if(!e.render){if(!t&&a&&!n.render){let t=n.template||ld(e).template;if(t){let{isCustomElement:l,compilerOptions:r}=e.appContext.config;let{delimiters:i,compilerOptions:s}=n;n.render=a(t,S(S({isCustomElement:l,delimiters:i},r),s))}}e.render=n.render||m,u&&u(e)}{let t=nf(e);eh();try{(function(e){let t=ld(e);let l=e.proxy;let n=e.ctx;lf=!1,t.beforeCreate&&lp(t.beforeCreate,e,\"bc\");let{data:r,computed:i,methods:s,watch:o,provide:a,inject:u,created:c,beforeMount:f,mounted:p,beforeUpdate:d,updated:h,activated:g,deactivated:y,beforeDestroy:_,beforeUnmount:b,destroyed:x,unmounted:S,render:C,renderTracked:w,renderTriggered:O,errorCaptured:E,serverPrefetch:M,expose:F,inheritAttrs:I,components:A,directives:D,filters:R}=t;if(u&&function(e,t){for(let l in k(e)&&(e=ly(e)),e){let n;let r=e[l];tt(n=P(r)?\"default\"in r?tP(r.from||l,r.default,!0):tP(r.from||l):tP(r))?Object.defineProperty(t,l,{enumerable:!0,configurable:!0,get:()=>n.value,set:e=>n.value=e}):t[l]=n}}(u,n),s)for(let e in s){let t=s[e];j(t)&&(n[e]=t.bind(l))}if(r){let t=r.call(l,l);P(t)&&(e.data=e1(t))}if(lf=!0,i)for(let e in i){let t=i[e];let r=j(t)?t.bind(l,l):j(t.get)?t.get.bind(l,l):m;let s=n_({get:r,set:!j(t)&&j(t.set)?t.set.bind(l):m});Object.defineProperty(n,e,{enumerable:!0,configurable:!0,get:()=>s.value,set:e=>s.value=e})}if(o)for(let e in o)(function e(t,l,n,r){let i=r.includes(\".\")?tA(n,r):()=>n[r];if(T(t)){let e=l[t];j(e)&&tF(i,e,void 0)}else if(j(t))tF(i,t.bind(n),void 0);else if(P(t))if(k(t))t.forEach(t=>e(t,l,n,r));else{let e=j(t.handler)?t.handler.bind(n):l[t.handler];j(e)&&tF(i,e,t)}})(o[e],n,l,e);if(a){let e=j(a)?a.call(l):a;Reflect.ownKeys(e).forEach(t=>{var l=e[t];if(nu){let e=nu.provides;let n=nu.parent&&nu.parent.provides;n===e&&(e=nu.provides=Object.create(n)),e[t]=l}})}function $(e,t){k(t)?t.forEach(t=>e(t.bind(l))):t&&e(t.bind(l))}if(c&&lp(c,e,\"c\"),$(t6,f),$(t8,p),$(t4,d),$(t3,h),$(tZ,g),$(tQ,y),$(ll,E),$(lt,w),$(le,O),$(t5,b),$(t7,S),$(t9,M),k(F))if(F.length){let t=e.exposed||(e.exposed={});F.forEach(e=>{Object.defineProperty(t,e,{get:()=>l[e],set:t=>l[e]=t,enumerable:!0})})}else e.exposed||(e.exposed={});C&&e.render===m&&(e.render=C),null!=I&&(e.inheritAttrs=I),A&&(e.components=A),D&&(e.directives=D),M&&tH(e)})(e)}finally{ev(),t()}}}let ny={get:(e,t)=>(ew(e,\"get\",\"\"),e[t])};function nm(e){var t;return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(tn((!O(t=e.exposed,\"__v_skip\")&&Object.isExtensible(t)&&W(t,\"__v_skip\",!0),t)),{get:(t,l)=>l in t?t[l]:l in lo?lo[l](e):void 0,has:(e,t)=>t in e||t in lo})):e.proxy}let n_=(e,t)=>(function(e,t=!1){let l;let n;return j(e)?l=e:(l=e.get,n=e.set),new tr(l,n,t)})(e,nh);let nb=[];function nx(...e){for(let t of e)nb.push(t)}let nS=!1;let nC=null;let nw=null;function nO(){return null!=nw?nw:Promise.resolve()}function nk(){nS||(nS=!0,tS(nj))}function nj(){var e,t;let l;nS=!1;let n=(l=nb,nb=[],l);if(0===n.length)return;nw=new Promise(e=>{nC=e});let r=null==lynx||null==(e=lynx.getNativeApp)?void 0:e.call(lynx);null==r||null==(t=r.callLepusMethod)||t.call(r,\"vuePatchUpdate\",{data:JSON.stringify(n)},()=>{null==nC||nC(),nC=null,nw=null})}let nT=\"__VUE_LYNX_EVENT_REGISTRY__\";function nE(){let e=globalThis;let t=e[nT];return t||Object.defineProperty(e,nT,{value:t={signCounter:0,handlers:new Map},configurable:!0,enumerable:!1,writable:!0}),t}function nP(e){let t=nE();let l=`vue:${t.signCounter++}`;return t.handlers.set(l,e),l}function nM(e){nE().handlers.delete(e)}class nF{add(e){let t=++this.lastIndex;return this.map.set(t,e),t}get(e){return this.map.get(e)}remove(e){this.map.delete(e)}constructor(){f(this,\"lastIndex\",0),f(this,\"map\",new Map)}}class nI extends nF{add(e){let t=super.add(e);return e._execId=t,t}findJsFnHandle(e,t){let l=this.get(e);if(!l)return;let n=new Set;let r=e=>{if(null!==e&&\"object\"==typeof e&&!n.has(e)){if(n.add(e),\"_jsFnId\"in e&&e._jsFnId===t)return e;for(let t in e){let l=r(e[t]);if(l)return l}}};return r(l)}}function nA(e){let t=JSON.parse(e.data);let l=c.findJsFnHandle(t.obj._execId,t.obj._jsFnId);if(!(null==l?void 0:l._fn))throw Error(`runOnBackground: JS function not found (execId=${t.obj._execId}, fnId=${t.obj._jsFnId})`);let n=l._fn(...t.params);lynx.getCoreContext().dispatchEvent({type:\"Lynx.Worklet.FunctionCallRet\",data:JSON.stringify({resolveId:t.resolveId,returnValue:n})})}class nD{get _selector(){return`[vue-ref-${this.id}]`}_select(){return lynx.createSelectorQuery().select(this._selector)}invoke(e){return this._select().invoke(e)}setNativeProps(e){return this._select().setNativeProps(e)}fields(e,t){return this._select().fields(e,t)}path(e){return this._select().path(e)}animate(e){return this._select().animate(e)}playAnimation(e){return this._select().playAnimation(e)}pauseAnimation(e){return this._select().pauseAnimation(e)}cancelAnimation(e){return this._select().cancelAnimation(e)}insertBefore(e,t){if(e.parent&&e.parent.removeChild(e),e.parent=this,t){let l=t.prev;e.next=t,e.prev=l,t.prev=e,l?l.next=e:this.firstChild=e}else this.lastChild?(this.lastChild.next=e,e.prev=this.lastChild):(this.firstChild=e,e.prev=null),this.lastChild=e,e.next=null}removeChild(e){let t=e.prev;let l=e.next;t?t.next=l:this.firstChild=l,l?l.prev=t:this.lastChild=t,e.parent=null,e.prev=null,e.next=null}constructor(e,t){f(this,\"id\",void 0),f(this,\"type\",void 0),f(this,\"parent\",null),f(this,\"firstChild\",null),f(this,\"lastChild\",null),f(this,\"prev\",null),f(this,\"next\",null),f(this,\"_style\",{}),f(this,\"_vShowHidden\",!1),f(this,\"_baseClass\",\"\"),f(this,\"_transitionClasses\",new Set),void 0===t?this.id=nD.nextId++:this.id=t,this.type=e}}f(nD,\"nextId\",2);let nR=new Set([\"flex\",\"flexGrow\",\"flexShrink\",\"flexOrder\",\"order\",\"opacity\",\"zIndex\",\"aspectRatio\",\"fontWeight\",\"lineClamp\"]);function n$(e){return e.startsWith(\"global-bind\")?{type:\"bindGlobalEvent\",name:e.slice(11)}:e.startsWith(\"global-catch\")?{type:\"catchGlobalEvent\",name:e.slice(12)}:e.startsWith(\"catch\")?{type:\"catchEvent\",name:e.slice(5)}:/^bind(?!ingx)/.test(e)?{type:\"bindEvent\",name:e.slice(4)}:/^on[A-Z]/.test(e)?{type:\"bindEvent\",name:e.slice(2,3).toLowerCase()+e.slice(3)}:null}let nL=new Map;function nV(e){if(0===e._transitionClasses.size)return e._baseClass;let t=[];for(let l of(e._baseClass&&t.push(e._baseClass),e._transitionClasses))t.push(l);return t.join(\" \")}function nN(e,t){e._transitionClasses.add(t),nx(9,e.id,nV(e)),nk()}function nU(e,t){e._transitionClasses.delete(t),nx(9,e.id,nV(e)),nk()}function nB(e){tS(()=>{nO().then(()=>{\"function\"==typeof requestAnimationFrame?requestAnimationFrame(e):e()})})}function nW(e,t,l){let n=\"animation\"===t?\"animationend\":\"transitionend\";let r=!1;let i=nP(t=>{r||(r=!0,nM(i),nx(7,e.id,\"bindEvent\",n),nk(),l())});nx(6,e.id,\"bindEvent\",n,i),nk()}function nz(e){return\"number\"==typeof e?{enter:e,leave:e}:e&&\"object\"==typeof e?{enter:e.enter,leave:e.leave}:{enter:0,leave:0}}function nH(e){return null!=e.duration}function nJ(e,t){e&&e(...t)}tz({name:\"TransitionGroup\",props:{tag:{type:String,default:\"view\"},name:{type:String,default:\"v\"},type:{type:String},duration:{type:[Number,Object]},appear:Boolean,persisted:Boolean,enterFromClass:String,enterActiveClass:String,enterToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,moveClass:String},setup(e,{slots:t}){let l=nc();let n=tL();return()=>{let r=tW(t.default?t.default():[]);let i=e.name||\"v\";let s=e.enterFromClass||`${i}-enter-from`;let o=e.enterActiveClass||`${i}-enter-active`;let a=e.enterToClass||`${i}-enter-to`;let u=e.leaveFromClass||`${i}-leave-from`;let c=e.leaveActiveClass||`${i}-leave-active`;let f=e.leaveToClass||`${i}-leave-to`;for(let t of r){if(null==t.key)continue;let r=tU(t,{mode:void 0,appear:!n.isMounted&&!!e.appear,persisted:!1,onBeforeEnter(t){nJ(e.onBeforeEnter,[t]),nN(t,s),nN(t,o)},onEnter(t,l){nB(()=>{nU(t,s),nN(t,a),nH(e)?setTimeout(l,nz(e.duration).enter):nW(t,e.type,l)}),nJ(e.onEnter,[t,l])},onAfterEnter(t){nU(t,o),nU(t,a),nJ(e.onAfterEnter,[t])},onEnterCancelled(t){nU(t,s),nU(t,o),nU(t,a),nJ(e.onEnterCancelled,[t])},onBeforeLeave(t){nJ(e.onBeforeLeave,[t]),nN(t,u),nN(t,c)},onLeave(t,l){nB(()=>{nU(t,u),nN(t,f),nH(e)?setTimeout(l,nz(e.duration).leave):nW(t,e.type,l)}),nJ(e.onLeave,[t,l])},onAfterLeave(t){nU(t,c),nU(t,f),nJ(e.onAfterLeave,[t])},onLeaveCancelled(t){nU(t,u),nU(t,c),nU(t,f),nJ(e.onLeaveCancelled,[t])}},n,l);tB(t,r)}return function(e,t,l){try{l2(-1);let n=arguments.length;if(2!==n)return n>3?l=Array.prototype.slice.call(arguments,2):3===n&&l4(l)&&(l=[l]),ne(e,t,l);if(!P(t)||k(t))return ne(e,null,t);if(l4(t))return ne(e,null,[t]);return ne(e,t)}finally{l2(1)}}(e.tag,null,r)}}});let nG=function(e){var t;let l,n;H().__VUE__=!0;let{insert:r,remove:i,patchProp:s,createElement:a,createText:u,createComment:c,setText:f,setElementText:p,parentNode:d,nextSibling:h,setScopeId:_=m,insertStaticContent:b}=e;let x=(e,t,l,n=null,r=null,i=null,s,o=null,a=!!t.dynamicChildren)=>{if(e===t)return;e&&!l3(e,t)&&(n=eo(e),ee(e,r,i,!0),e=null),-2===t.patchFlag&&(a=!1,t.dynamicChildren=null);let{type:u,ref:c,shapeFlag:f}=t;switch(u){case lY:C(e,t,l,n);break;case lq:w(e,t,l,n);break;case lX:null==e&&T(t,l,n,s);break;case lK:U(e,t,l,n,r,i,s,o,a);break;default:1&f?E(e,t,l,n,r,i,s,o,a):6&f?z(e,t,l,n,r,i,s,o,a):(64&f||128&f)&&u.process(e,t,l,n,r,i,s,o,a,ec)}null!=c&&r?tK(c,e&&e.ref,i,t||e,!t):null==c&&e&&null!=e.ref&&tK(e.ref,null,i,e,!0)};let C=(e,t,l,n)=>{if(null==e)r(t.el=u(t.children),l,n);else{let l=t.el=e.el;t.children!==e.children&&f(l,t.children)}};let w=(e,t,l,n)=>{null==e?r(t.el=c(t.children||\"\"),l,n):t.el=e.el};let T=(e,t,l,n)=>{[e.el,e.anchor]=b(e.children,t,l,n,e.el,e.anchor)};let E=(e,t,l,n,r,i,s,o,a)=>{if(\"svg\"===t.type?s=\"svg\":\"math\"===t.type&&(s=\"mathml\"),null==e)F(t,l,n,r,i,s,o,a);else{let l=e.el&&e.el._isVueCE?e.el:null;try{l&&l._beginPatch(),R(e,t,r,i,s,o,a)}finally{l&&l._endPatch()}}};let F=(e,t,l,n,i,o,u,c)=>{var f,d;let h;let g;let{props:y,shapeFlag:m,transition:_,dirs:b}=e;if(h=e.el=a(e.type,o,y&&y.is,y),8&m?p(h,e.children):16&m&&D(e.children,h,null,n,i,lH(e,o),u,c),b&&tE(e,null,n,\"created\"),I(h,e,e.scopeId,u,n),y){for(let e in y)\"value\"===e||A(e)||s(h,e,null,y[e],o,n);\"value\"in y&&s(h,\"value\",null,y.value,o),(g=y.onVnodeBeforeMount)&&ns(g,n,e)}b&&tE(e,null,n,\"beforeMount\");let x=(f=i,d=_,(!f||f&&!f.pendingBranch)&&d&&!d.persisted);x&&_.beforeEnter(h),r(h,t,l),((g=y&&y.onVnodeMounted)||x||b)&&lz(()=>{g&&ns(g,n,e),x&&_.enter(h),b&&tE(e,null,n,\"mounted\")},i)};let I=(e,t,l,n,r)=>{if(l&&_(e,l),n)for(let t=0;t<n.length;t++)_(e,n[t]);if(r){let l=r.subTree;if(t===l||l.type.__isSuspense&&(l.ssContent===t||l.ssFallback===t)){let t=r.vnode;I(e,t,t.scopeId,t.slotScopeIds,r.parent)}}};let D=(e,t,l,n,r,i,s,o,a=0)=>{for(let u=a;u<e.length;u++)x(null,e[u]=o?nr(e[u]):nn(e[u]),t,l,n,r,i,s,o)};let R=(e,t,l,n,r,i,o)=>{let a;let u=t.el=e.el;let{patchFlag:c,dynamicChildren:f,dirs:d}=t;c|=16&e.patchFlag;let h=e.props||g;let y=t.props||g;if(l&&lJ(l,!1),(a=y.onVnodeBeforeUpdate)&&ns(a,l,t,e),d&&tE(t,e,l,\"beforeUpdate\"),l&&lJ(l,!0),(h.innerHTML&&null==y.innerHTML||h.textContent&&null==y.textContent)&&p(u,\"\"),f?L(e.dynamicChildren,f,u,l,n,lH(t,r),i):o||q(e,t,u,null,l,n,lH(t,r),i,!1),c>0){if(16&c)N(u,h,y,l,r);else if(2&c&&h.class!==y.class&&s(u,\"class\",null,y.class,r),4&c&&s(u,\"style\",h.style,y.style,r),8&c){let e=t.dynamicProps;for(let t=0;t<e.length;t++){let n=e[t];let i=h[n];let o=y[n];(o!==i||\"value\"===n)&&s(u,n,i,o,r,l)}}1&c&&e.children!==t.children&&p(u,t.children)}else o||null!=f||N(u,h,y,l,r);((a=y.onVnodeUpdated)||d)&&lz(()=>{a&&ns(a,l,t,e),d&&tE(t,e,l,\"updated\")},n)};let L=(e,t,l,n,r,i,s)=>{for(let o=0;o<t.length;o++){let a=e[o];let u=t[o];let c=a.el&&(a.type===lK||!l3(a,u)||198&a.shapeFlag)?d(a.el):l;x(a,u,c,null,n,r,i,s,!0)}};let N=(e,t,l,n,r)=>{if(t!==l){if(t!==g)for(let i in t)A(i)||i in l||s(e,i,t[i],null,r,n);for(let i in l){if(A(i))continue;let o=l[i];let a=t[i];o!==a&&\"value\"!==i&&s(e,i,a,o,r,n)}\"value\"in l&&s(e,\"value\",t.value,l.value,r)}};let U=(e,t,l,n,i,s,o,a,c)=>{let f=t.el=e?e.el:u(\"\");let p=t.anchor=e?e.anchor:u(\"\");let{patchFlag:d,dynamicChildren:h,slotScopeIds:g}=t;(g&&(a=a?a.concat(g):g),null==e)?(r(f,l,n),r(p,l,n),D(t.children||[],l,p,i,s,o,a,c)):d>0&&64&d&&h&&e.dynamicChildren&&e.dynamicChildren.length===h.length?(L(e.dynamicChildren,h,l,i,s,o,a),(null!=t.key||i&&t===i.subTree)&&function e(t,l,n=!1){let r=t.children;let i=l.children;if(k(r)&&k(i))for(let t=0;t<r.length;t++){let l=r[t];let s=i[t];1&s.shapeFlag&&!s.dynamicChildren&&((s.patchFlag<=0||32===s.patchFlag)&&((s=i[t]=nr(i[t])).el=l.el),n||-2===s.patchFlag||e(l,s)),s.type===lY&&(-1===s.patchFlag&&(s=i[t]=nr(s)),s.el=l.el),s.type!==lq||s.el||(s.el=l.el)}}(e,t,!0)):q(e,t,l,p,i,s,o,a,c)};let z=(e,t,l,n,r,i,s,o,a)=>{t.slotScopeIds=o,null==e?512&t.shapeFlag?r.ctx.activate(t,l,n,s,a):J(t,l,n,r,i,s,a):G(e,t,a)};let J=(e,t,l,n,r,i,s)=>{var a,u,c;let f,p,d;let h=(a=e,u=n,c=r,f=a.type,p=(u?u.appContext:a.appContext)||no,(d={uid:na++,vnode:a,type:f,parent:u,appContext:p,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new et(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:u?u.provides:Object.create(p.provides),ids:u?u.ids:[\"\",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:function e(t,l,n=!1){let r=n?lR:l.propsCache;let i=r.get(t);if(i)return i;let s=t.props;let o={};let a=[];let u=!1;if(!j(t)){let r=t=>{u=!0;let[n,r]=e(t,l,!0);S(o,n),r&&a.push(...r)};!n&&l.mixins.length&&l.mixins.forEach(r),t.extends&&r(t.extends),t.mixins&&t.mixins.forEach(r)}if(!s&&!u)return P(t)&&r.set(t,y),y;if(k(s))for(let e=0;e<s.length;e++){let t=$(s[e]);l$(t)&&(o[t]=g)}else if(s)for(let e in s){let t=$(e);if(l$(t)){let l=s[e];let n=o[t]=k(l)||j(l)?{type:l}:S({},l);let r=n.type;let i=!1;let u=!0;if(k(r))for(let e=0;e<r.length;++e){let t=r[e];let l=j(t)&&t.name;if(\"Boolean\"===l){i=!0;break}\"String\"===l&&(u=!1)}else i=j(r)&&\"Boolean\"===r.name;n[0]=i,n[1]=u,(i||O(n,\"default\"))&&a.push(t)}}let c=[o,a];return P(t)&&r.set(t,c),c}(f,p),emitsOptions:function e(t,l,n=!1){let r=n?lO:l.emitsCache;let i=r.get(t);if(void 0!==i)return i;let s=t.emits;let o={};let a=!1;if(!j(t)){let r=t=>{let n=e(t,l,!0);n&&(a=!0,S(o,n))};!n&&l.mixins.length&&l.mixins.forEach(r),t.extends&&r(t.extends),t.mixins&&t.mixins.forEach(r)}return s||a?(k(s)?s.forEach(e=>o[e]=null):S(o,s),P(t)&&r.set(t,o),o):(P(t)&&r.set(t,null),null)}(f,p),emit:null,emitted:null,propsDefaults:g,inheritAttrs:f.inheritAttrs,ctx:g,data:g,props:g,attrs:g,slots:g,refs:g,setupState:g,setupContext:null,suspense:c,suspenseId:c?c.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null}).ctx={_:d},d.root=u?u.root:d,d.emit=lw.bind(null,d),a.ce&&a.ce(d),e.component=d);if(tX(e)&&(h.ctx.renderer=ec),function(e,t=!1,l=!1){t&&o(t);let{props:n,children:r}=e.vnode;let i=nd(e);(function(e,t,l,n=!1){let r={};let i=Object.create(lF);for(let l in e.propsDefaults=Object.create(null),lA(e,t,r,i),e.propsOptions[0])l in r||(r[l]=void 0);l?e.props=n?r:e6(r,!1,ez,eY,eZ):e.type.props?e.props=r:e.props=i,e.attrs=i})(e,n,i,t);var s=l||t;let a=e.slots=Object.create(lF);if(32&e.vnode.shapeFlag){let e=r._;e?(lW(a,r,s),s&&W(a,\"_\",e,!0)):lU(r,a)}else r&&lB(e,r);let u=i?function(e,t){let l=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,lu);let{setup:n}=l;if(n){var r;eh();let l=e.setupContext=n.length>1?{attrs:new Proxy((r=e).attrs,ny),slots:r.slots,emit:r.emit,expose:e=>{r.exposed=e||{}}}:null;let i=nf(e);let s=tu(n,e,0,[e.props,l]);let o=M(s);if(ev(),i(),(o||e.sp)&&!tq(e)&&tH(e),o){if(s.then(np,np),t)return s.then(l=>{nv(e,l,t)}).catch(t=>{tf(t,e,0)});e.asyncDep=s}else nv(e,s,t)}else ng(e,t)}(e,t):void 0;return t&&o(!1),u}(h,!1,s),h.asyncDep){if(r&&r.registerDep(h,K,s),!e.el){let n=h.subTree=ne(lq);w(null,n,t,l),e.placeholder=n.el}}else K(h,e,t,l,r,i,s)};let G=(e,t,l)=>{let n=t.component=e.component;if(function(e,t,l){let{props:n,children:r,component:i}=e;let{props:s,children:o,patchFlag:a}=t;let u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(!l||!(a>=0))return(!!r||!!o)&&(!o||!o.$stable)||n!==s&&(n?!s||lP(n,s,u):!!s);if(1024&a)return!0;if(16&a)return n?lP(n,s,u):!!s;if(8&a){let e=t.dynamicProps;for(let t=0;t<e.length;t++){let l=e[t];if(lM(s,n,l)&&!lk(u,l))return!0}}return!1}(e,t,l))if(n.asyncDep&&!n.asyncResolved)return void Y(n,t,l);else n.next=t,n.update();else t.el=e.el,n.vnode=t};let K=(e,t,l,r,i,s,o)=>{e.scope.on();let a=e.effect=new en(()=>{if(e.isMounted){let t,{next:l,bu:n,u:r,parent:a,vnode:c}=e;{let t=function e(t){let l=t.subTree.component;if(l)if(l.asyncDep&&!l.asyncResolved)return l;else return e(l)}(e);if(t){l&&(l.el=c.el,Y(e,l,o)),t.asyncDep.then(()=>{lz(()=>{e.isUnmounted||u()},i)});return}}let f=l;lJ(e,!1),l?(l.el=c.el,Y(e,l,o)):l=c,n&&B(n),(t=l.props&&l.props.onVnodeBeforeUpdate)&&ns(t,a,l,c),lJ(e,!0);let p=lj(e);let h=e.subTree;e.subTree=p,x(h,p,d(h.el),eo(h),e,i,s),l.el=p.el,null===f&&function({vnode:e,parent:t},l){for(;t;){let n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n===e)(e=t.vnode).el=l,t=t.parent;else break}}(e,p.el),r&&lz(r,i),(t=l.props&&l.props.onVnodeUpdated)&&lz(()=>ns(t,a,l,c),i)}else{let o;let{el:a,props:u}=t;let{bm:c,m:f,parent:p,root:d,type:h}=e;let g=tq(t);if(lJ(e,!1),c&&B(c),!g&&(o=u&&u.onVnodeBeforeMount)&&ns(o,p,t),lJ(e,!0),a&&n){let t=()=>{e.subTree=lj(e),n(a,e.subTree,e,i,null)};g&&h.__asyncHydrate?h.__asyncHydrate(a,e,t):t()}else{d.ce&&d.ce._hasShadowRoot()&&d.ce._injectChildStyle(h,e.parent?e.parent.type:void 0);let n=e.subTree=lj(e);x(null,n,l,r,e,i,s),t.el=n.el}if(f&&lz(f,i),!g&&(o=u&&u.onVnodeMounted)){let e=t;lz(()=>ns(o,p,e),i)}(256&t.shapeFlag||p&&tq(p.vnode)&&256&p.vnode.shapeFlag)&&e.a&&lz(e.a,i),e.isMounted=!0,t=l=r=null}});e.scope.off();let u=e.update=a.run.bind(a);let c=e.job=a.runIfDirty.bind(a);c.i=e,c.id=e.uid,a.scheduler=()=>tb(c),lJ(e,!0),u()};let Y=(e,t,l)=>{t.component=e;let n=e.vnode.props;e.vnode=t,e.next=null,function(e,t,l,n){let{props:r,attrs:i,vnode:{patchFlag:s}}=e;let o=e7(r);let[a]=e.propsOptions;let u=!1;if((n||s>0)&&!(16&s)){if(8&s){let l=e.vnode.dynamicProps;for(let n=0;n<l.length;n++){let s=l[n];if(lk(e.emitsOptions,s))continue;let c=t[s];if(a)if(O(i,s))c!==i[s]&&(i[s]=c,u=!0);else{let t=$(s);r[t]=lD(a,o,t,c,e,!1)}else c!==i[s]&&(i[s]=c,u=!0)}}}else{let n;for(let s in lA(e,t,r,i)&&(u=!0),o)t&&(O(t,s)||(n=V(s))!==s&&O(t,n))||(a?l&&(void 0!==l[s]||void 0!==l[n])&&(r[s]=lD(a,o,s,void 0,e,!0)):delete r[s]);if(i!==o)for(let e in i)t&&O(t,e)||(delete i[e],u=!0)}u&&eO(e.attrs,\"set\",\"\")}(e,t.props,n,l),((e,t,l)=>{let{vnode:n,slots:r}=e;let i=!0;let s=g;if(32&n.shapeFlag){let e=t._;e?l&&1===e?i=!1:lW(r,t,l):(i=!t.$stable,lU(t,r)),s=t}else t&&(lB(e,t),s={default:1});if(i)for(let e in r)lL(e)||null!=s[e]||delete r[e]})(e,t.children,l),eh(),tC(e),ev()};let q=(e,t,l,n,r,i,s,o,a=!1)=>{let u=e&&e.children;let c=e?e.shapeFlag:0;let f=t.children;let{patchFlag:d,shapeFlag:h}=t;if(d>0){if(128&d)return void Z(u,f,l,n,r,i,s,o,a);else if(256&d)return void X(u,f,l,n,r,i,s,o,a)}8&h?(16&c&&es(u,r,i),f!==u&&p(l,f)):16&c?16&h?Z(u,f,l,n,r,i,s,o,a):es(u,r,i,!0):(8&c&&p(l,\"\"),16&h&&D(f,l,n,r,i,s,o,a))};let X=(e,t,l,n,r,i,s,o,a)=>{let u;e=e||y,t=t||y;let c=e.length;let f=t.length;let p=Math.min(c,f);for(u=0;u<p;u++){let n=t[u]=a?nr(t[u]):nn(t[u]);x(e[u],n,l,null,r,i,s,o,a)}c>f?es(e,r,i,!0,!1,p):D(t,l,n,r,i,s,o,a,p)};let Z=(e,t,l,n,r,i,s,o,a)=>{let u=0;let c=t.length;let f=e.length-1;let p=c-1;for(;u<=f&&u<=p;){let n=e[u];let c=t[u]=a?nr(t[u]):nn(t[u]);if(l3(n,c))x(n,c,l,null,r,i,s,o,a);else break;u++}for(;u<=f&&u<=p;){let n=e[f];let u=t[p]=a?nr(t[p]):nn(t[p]);if(l3(n,u))x(n,u,l,null,r,i,s,o,a);else break;f--,p--}if(u>f){if(u<=p){let e=p+1;let f=e<c?t[e].el:n;for(;u<=p;)x(null,t[u]=a?nr(t[u]):nn(t[u]),l,f,r,i,s,o,a),u++}}else if(u>p)for(;u<=f;)ee(e[u],r,i,!0),u++;else{let d;let h=u;let g=u;let m=new Map;for(u=g;u<=p;u++){let e=t[u]=a?nr(t[u]):nn(t[u]);null!=e.key&&m.set(e.key,u)}let _=0;let b=p-g+1;let S=!1;let C=0;let w=Array(b);for(u=0;u<b;u++)w[u]=0;for(u=h;u<=f;u++){let n;let c=e[u];if(_>=b){ee(c,r,i,!0);continue}if(null!=c.key)n=m.get(c.key);else for(d=g;d<=p;d++)if(0===w[d-g]&&l3(c,t[d])){n=d;break}void 0===n?ee(c,r,i,!0):(w[n-g]=u+1,n>=C?C=n:S=!0,x(c,t[n],l,null,r,i,s,o,a),_++)}let O=S?function(e){let t,l,n,r,i;let s=e.slice();let o=[0];let a=e.length;for(t=0;t<a;t++){let a=e[t];if(0!==a){if(e[l=o[o.length-1]]<a){s[t]=l,o.push(t);continue}for(n=0,r=o.length-1;n<r;)e[o[i=n+r>>1]]<a?n=i+1:r=i;a<e[o[n]]&&(n>0&&(s[t]=o[n-1]),o[n]=t)}}for(n=o.length,r=o[n-1];n-- >0;)o[n]=r,r=s[r];return o}(w):y;for(d=O.length-1,u=b-1;u>=0;u--){let e=g+u;let f=t[e];let p=t[e+1];let h=e+1<c?p.el||function e(t){if(t.placeholder)return t.placeholder;let l=t.component;return l?e(l.subTree):null}(p):n;0===w[u]?x(null,f,l,h,r,i,s,o,a):S&&(d<0||u!==O[d]?Q(f,l,h,2):d--)}}};let Q=(e,t,l,n,s=null)=>{let{el:o,type:a,transition:u,children:c,shapeFlag:f}=e;if(6&f)return void Q(e.component.subTree,t,l,n);if(128&f)return void e.suspense.move(t,l,n);if(64&f)return void a.move(e,t,l,ec);if(a===lK){r(o,t,l);for(let e=0;e<c.length;e++)Q(c[e],t,l,n);r(e.anchor,t,l);return}if(a===lX)return void(({el:e,anchor:t},l,n)=>{let i;for(;e&&e!==t;)i=h(e),r(e,l,n),e=i;r(t,l,n)})(e,t,l);if(2!==n&&1&f&&u)if(0===n)u.beforeEnter(o),r(o,t,l),lz(()=>u.enter(o),s);else{let{leave:n,delayLeave:s,afterLeave:a}=u;let c=()=>{e.ctx.isUnmounted?i(o):r(o,t,l)};let f=()=>{o._isLeaving&&o[tR](!0),n(o,()=>{c(),a&&a()})};s?s(o,c,f):f()}else r(o,t,l)};let ee=(e,t,l,n=!1,r=!1)=>{let i;let{type:s,props:o,ref:a,children:u,dynamicChildren:c,shapeFlag:f,patchFlag:p,dirs:d,cacheIndex:h}=e;if(-2===p&&(r=!1),null!=a&&(eh(),tK(a,null,l,e,!0),ev()),null!=h&&(t.renderCache[h]=void 0),256&f)return void t.ctx.deactivate(e);let g=1&f&&d;let y=!tq(e);if(y&&(i=o&&o.onVnodeBeforeUnmount)&&ns(i,t,e),6&f)ei(e.component,l,n);else{if(128&f)return void e.suspense.unmount(l,n);g&&tE(e,null,t,\"beforeUnmount\"),64&f?e.type.remove(e,t,l,ec,n):c&&!c.hasOnce&&(s!==lK||p>0&&64&p)?es(c,t,l,!1,!0):(s===lK&&384&p||!r&&16&f)&&es(u,t,l),n&&el(e)}(y&&(i=o&&o.onVnodeUnmounted)||g)&&lz(()=>{i&&ns(i,t,e),g&&tE(e,null,t,\"unmounted\")},l)};let el=e=>{let{type:t,el:l,anchor:n,transition:r}=e;if(t===lK)return void er(l,n);if(t===lX)return void(({el:e,anchor:t})=>{let l;for(;e&&e!==t;)l=h(e),i(e),e=l;i(t)})(e);let s=()=>{i(l),r&&!r.persisted&&r.afterLeave&&r.afterLeave()};if(1&e.shapeFlag&&r&&!r.persisted){let{leave:t,delayLeave:n}=r;let i=()=>t(l,s);n?n(e.el,s,i):i()}else s()};let er=(e,t)=>{let l;for(;e!==t;)l=h(e),i(e),e=l;i(t)};let ei=(e,t,l)=>{let{bum:n,scope:r,job:i,subTree:s,um:o,m:a,a:u}=e;lG(a),lG(u),n&&B(n),r.stop(),i&&(i.flags|=8,ee(s,e,t,l)),o&&lz(o,t),lz(()=>{e.isUnmounted=!0},t)};let es=(e,t,l,n=!1,r=!1,i=0)=>{for(let s=i;s<e.length;s++)ee(e[s],t,l,n,r)};let eo=e=>{if(6&e.shapeFlag)return eo(e.component.subTree);if(128&e.shapeFlag)return e.suspense.next();let t=h(e.anchor||e.el);let l=t&&t[tD];return l?h(l):t};let ea=!1;let eu=(e,t,l)=>{let n;null==e?t._vnode&&(ee(t._vnode,null,null,!0),n=t._vnode.component):x(t._vnode||null,e,t,null,null,null,l),t._vnode=e,ea||(ea=!0,tC(n),tw(),ea=!1)};let ec={p:x,um:ee,m:Q,r:el,mt:J,mc:D,pc:q,pbc:L,n:eo,o:e};return{render:eu,hydrate:l,createApp:(t=l,function(e,l=null){j(e)||(e=S({},e)),null==l||P(l)||(l=null);let n=lx();let r=new WeakSet;let i=[];let s=!1;let o=n.app={_uid:lS++,_component:e,_props:l,_container:null,_context:n,_instance:null,version:\"3.5.30\",get config(){return n.config},set config(v){},use:(e,...t)=>(r.has(e)||(e&&j(e.install)?(r.add(e),e.install(o,...t)):j(e)&&(r.add(e),e(o,...t))),o),mixin:e=>(n.mixins.includes(e)||n.mixins.push(e),o),component:(e,t)=>t?(n.components[e]=t,o):n.components[e],directive:(e,t)=>t?(n.directives[e]=t,o):n.directives[e],mount(r,i,a){if(s);else{let u=o._ceVNode||ne(e,l);return u.appContext=n,!0===a?a=\"svg\":!1===a&&(a=void 0),i&&t?t(u,r):eu(u,r,a),s=!0,o._container=r,r.__vue_app__=o,nm(u.component)}},onUnmount(e){i.push(e)},unmount(){s&&(tc(i,o._instance,16),eu(null,o._container),delete o._container.__vue_app__)},provide:(e,t)=>(n.provides[e]=t,o),runWithContext(e){let t=lC;lC=o;try{return e()}finally{lC=t}}};return o})}}({createElement(e){let t=new nD(e);return nx(0,t.id,e),nk(),t},createText(e){let t=new nD(\"#text\");return nx(1,t.id),e&&nx(5,t.id,e),nk(),t},createComment(e){let t=new nD(\"#comment\");return nx(0,t.id,\"__comment\"),nk(),t},setText(e,t){nx(5,e.id,t),nk()},setElementText(e,t){for(;e.firstChild;){let t=e.firstChild;e.removeChild(t),nx(3,e.id,t.id)}nx(5,e.id,t),nk()},insert(e,t,l){if(t.insertBefore(e,null!=l?l:null),\"list\"===t.type&&(\"#comment\"===e.type||\"#text\"===e.type))return;let n=null!=l?l:null;if(\"list\"===t.type)for(;n&&(\"#comment\"===n.type||\"#text\"===n.type);)n=n.next;let r=n?n.id:-1;nx(2,t.id,e.id,r),nk()},remove(e){if(e.parent){let t=e.parent.id;e.parent.removeChild(e),nx(3,t,e.id),nk()}},patchProp(e,t,l,n){if(t.startsWith(\"main-thread-\")){let l=t.slice(12);if(\"ref\"===l)null!=n&&\"object\"==typeof n&&\"_wvid\"in n&&nx(12,e.id,n.toJSON());else{let t=n$(l);t&&null!=n?(c||(c=new nI,lynx.getCoreContext().addEventListener(\"Lynx.Worklet.runOnBackground\",nA)),c.add(n),nx(11,e.id,t.type,t.name,n)):t&&nx(7,e.id,t.type,t.name)}nk();return}let r=n$(t);if(r){let l=nL.get(e.id);let i=null==l?void 0:l.get(t);if(null!=n)if(i)nE().handlers.set(i,n);else{let i=nP(n);l||(l=new Map,nL.set(e.id,l)),l.set(t,i),nx(6,e.id,r.type,r.name,i)}else i&&(nM(i),l.delete(t),nx(7,e.id,r.type,r.name))}else if(\"style\"===t){let t=null!=n&&\"object\"==typeof n?function(e){let t={};for(let l of Object.keys(e)){let n=e[l];\"number\"!=typeof n||nR.has(l)?t[l]=n:t[l]=0===n?0:`${n}px`}return t}(n):{};e._style=t;let l=e._vShowHidden?d(p({},t),{display:\"none\"}):t;nx(8,e.id,l)}else\"class\"===t?(e._baseClass=null!=n?n:\"\",nx(9,e.id,nV(e))):\"id\"===t?nx(10,e.id,n):nx(4,e.id,t,n);nk()},parentNode:e=>e.parent,nextSibling:e=>e.next}).createApp;function nK(e,t){e._vShowHidden=!t;let l=e._vShowHidden?d(p({},e._style),{display:\"none\"}):e._style;nx(8,e.id,l),nk()}let nY={beforeMount(e,{value:t}){nK(e,t)},updated(e,{value:t,oldValue:l}){t!==l&&nK(e,t)}};Symbol.for(\"v-stc\");let nq=tz({props:{initialCount:{type:Number,default:0}},emits:[\"increment\"],data(){return{count:this.initialCount,showDetail:!0,tapMessage:\"\"}},computed:{buttonColor(){return this.count>5?\"#ff4400\":\"#0077ff\"}},watch:{count(e){this.tapMessage=`Tapped! Count is now ${e}`}},methods:{onTap(){this.count++,this.$emit(\"increment\",this.count)},onToggle(){this.showDetail=!this.showDetail}}});var nX=n(479);let nZ=tz({components:{Counter:(0,nX.default)(nq,[[\"render\",function(e,t,l,n,r,i){return l0(),l8(\"view\",{style:{display:\"flex\",flexDirection:\"column\",padding:12}},[0===e.count?(l0(),l8(\"text\",{key:0,style:{color:\"#999\",fontSize:14}},\" No taps yet \")):(l0(),l8(\"text\",{key:1,style:{fontSize:22,color:\"#222\"}},\" Count: \"+Z(e.count),1)),function(e,t){if(null===tk)return e;let l=nm(tk);let n=e.dirs||(e.dirs=[]);for(let e=0;e<t.length;e++){let[r,i,s,o=g]=t[e];r&&(j(r)&&(r={mounted:r,updated:r}),r.deep&&ta(i),n.push({dir:r,instance:l,value:i,oldValue:void 0,arg:s,modifiers:o}))}return e}(l9(\"text\",{style:{color:\"#666\",fontSize:12,marginTop:4}},\" (tap the button to increment) \",512),[[nY,e.showDetail]]),e.tapMessage?(l0(),l8(\"text\",{key:2,style:{color:\"#0077ff\",fontSize:11,marginTop:2}},Z(e.tapMessage),1)):nl(\"\",!0),l9(\"view\",{style:J({marginTop:10,padding:\"8px 16px\",backgroundColor:e.buttonColor,borderRadius:8}),onTap:t[0]||(t[0]=(...t)=>e.onTap&&e.onTap(...t))},[l9(\"text\",{style:{color:\"#fff\"}},\"Tap to increment\")],36),l9(\"view\",{style:{marginTop:6,padding:\"4px 12px\",backgroundColor:\"#eee\",borderRadius:6},onTap:t[1]||(t[1]=(...t)=>e.onToggle&&e.onToggle(...t))},[l9(\"text\",{style:{color:\"#555\",fontSize:12}},Z(e.showDetail?\"Hide\":\"Show\")+\" detail \",1)],32)])}]])},data:()=>({title:\"Vue 3 \\xd7 Lynx — Options API Demo\",history:[],mountedAt:\"\"}),computed:{historyCount(){return this.history.length},lastValue(){return this.history.length>0?this.history[this.history.length-1]:void 0}},watch:{historyCount(e){e>5&&this.history.shift()}},mounted(){this.mountedAt=new Date().toLocaleTimeString()},methods:{onCounterIncrement(e){this.history.push(e)}}});let nQ;let n0;(nQ=nG((0,nX.default)(nZ,[[\"render\",function(e,t,l,n,r,i){let s=function(e,t,l=!0,n=!1){let r=tk||nu;if(r){let l=r.type;if(e===ln){let e=function(e,t=!0){return j(e)?e.displayName||e.name:e.name||t&&e.__name}(l,!1);if(e&&(e===t||e===$(t)||e===N($(t))))return l}let i=li(r[e]||l[e],t)||li(r.appContext[e],t);return!i&&n?l:i}}(ln,\"Counter\",!0,void 0)||\"Counter\";return l0(),l8(\"view\",{style:{flex:1,display:\"flex\",flexDirection:\"column\",backgroundColor:\"#f5f5f5\"}},[l9(\"text\",{style:{fontSize:18,fontWeight:\"bold\",margin:16,color:\"#111\"}},Z(e.title),1),e.mountedAt?(l0(),l8(\"text\",{key:0,style:{fontSize:12,color:\"#888\",marginLeft:16,marginBottom:8}},\" Mounted at: \"+Z(e.mountedAt),1)):nl(\"\",!0),ne(s,{\"initial-count\":0,onIncrement:e.onCounterIncrement},null,8,[\"onIncrement\"]),void 0!==e.lastValue?(l0(),l8(\"text\",{key:1,style:{fontSize:13,color:\"#555\",margin:\"0 16px\"}},\" Last value: \"+Z(e.lastValue)+\" (\"+Z(e.historyCount)+\" entries) \",1)):nl(\"\",!0),e.history.length>0?(l0(),l8(\"view\",{key:2,style:{margin:\"8px 16px\"}},[l9(\"text\",{style:{fontSize:13,color:\"#555\",marginBottom:4}},\"History:\"),(l0(!0),l8(lK,null,function(e,t){let l;let n;let r=k(e);if(r||T(e)){let i=r&&e8(e);let s=!1;let o=!1;i&&(s=!e3(e),o=e4(e),e=ej(e)),l=Array(e.length);for(let r=0,i=e.length;r<i;r++)l[r]=t(s?o?te(e9(e[r])):e9(e[r]):e[r],r,void 0,n&&n[r])}else if(\"number\"==typeof e){l=Array(e);for(let r=0;r<e;r++)l[r]=t(r+1,r,void 0,n&&n[r])}else if(P(e))if(e[Symbol.iterator])l=Array.from(e,(e,l)=>t(e,l,void 0,n&&n[l]));else{let r=Object.keys(e);l=Array(r.length);for(let i=0,s=r.length;i<s;i++){let s=r[i];l[i]=t(e[s],s,i,n&&n[i])}}else l=[];return l}(e.history,(e,t)=>(l0(),l8(\"view\",{key:t,style:{padding:\"2px 8px\",marginBottom:2,backgroundColor:\"#fff\",borderRadius:4}},[l9(\"text\",{style:{fontSize:12,color:\"#333\"}},\"#\"+Z(t+1)+\": \"+Z(e),1)]))),128))])):nl(\"\",!0)])}]]),void 0),n0={get config(){return nQ.config},use:(e,...t)=>(nQ.use(e,...t),n0),provide:(e,t)=>(nQ.provide(e,t),n0),mount(){let e=new nD(\"page\",1);nQ.mount(e)},unmount(){nQ.unmount()}}).mount()})();"},"cardType":"react","appType":"card","pageConfig":{"enableFiberArch":true,"useLepusNG":true,"enableReuseContext":true,"bundleModuleMode":"ReturnByFunction","templateDebugUrl":"","debugInfoOutside":true,"defaultDisplayLinear":true,"enableCSSInvalidation":true,"enableCSSSelector":true,"enableLepusDebug":false,"enableRemoveCSSScope":true,"targetSdkVersion":"3.2","defaultOverflowVisible":true,"lepusStrict":true,"useNewSwiper":true,"enableNewIntersectionObserver":true,"enableNativeList":true,"enableA11y":true,"enableAccessibilityElement":false,"enableCSSInheritance":false,"enableNewGesture":false,"removeDescendantSelectorScope":true},"lepusCode":{"worklet-runtime":"(()=>{\"use strict\";var e,t,n;let r,l,i;function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class a{cancel(){return __ElementAnimate(this.effect.target.element,[3,this.id])}pause(){return __ElementAnimate(this.effect.target.element,[2,this.id])}play(){return __ElementAnimate(this.effect.target.element,[1,this.id])}start(){return __ElementAnimate(this.effect.target.element,[0,this.id,this.effect.keyframes,this.effect.options])}constructor(e){o(this,\"effect\",void 0),o(this,\"id\",void 0),this.effect=e,this.id=\"__lynx-inner-js-animation-\"+a.count++,this.start()}}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}o(a,\"count\",0);class s{constructor(e,t,n){u(this,\"target\",void 0),u(this,\"keyframes\",void 0),u(this,\"options\",void 0),this.target=e,this.keyframes=t,this.options=n}}function c(e,t){var n;let r=(null!=(n=SystemInfo.lynxSdkVersion)?n:\"1.0\").split(\".\");return Number(r[0])>e||Number(r[0])==e&&Number(r[1])>t}let d=!1,f=!0;class y{setAttribute(e,t){__SetAttribute(this.element,e,t),this.flushElementTree()}setStyleProperty(e,t){__AddInlineStyle(this.element,e,t),this.flushElementTree()}setStyleProperties(e){for(let t in e)__AddInlineStyle(this.element,t,e[t]);this.flushElementTree()}getAttribute(e){return __GetAttributeByName(this.element,e)}getAttributeNames(){return __GetAttributeNames(this.element)}querySelector(e){let t=__QuerySelector(this.element,e,{});return t?new y(t):null}querySelectorAll(e){return __QuerySelectorAll(this.element,e,{}).map(e=>new y(e))}getComputedStyleProperty(e){if(!c(3,4))throw Error(\"getComputedStyleProperty requires Lynx sdk version 3.5\");if(!e)throw Error(\"getComputedStyleProperty: key is required\");return __GetComputedStyleByKey(this.element,e)}animate(e,t){return new a(new s(this,e,\"number\"==typeof t?{duration:t}:null!=t?t:{}))}invoke(e,t){return new Promise((n,r)=>{__InvokeUIMethod(this.element,e,null!=t?t:{},e=>{0===e.code?n(e.data):r(Error(\"UI method invoke: \"+JSON.stringify(e)))}),this.flushElementTree()})}flushElementTree(){!d&&f&&(d=!0,Promise.resolve().then(()=>{d=!1,__FlushElementTree()}))}constructor(e){!function(e,t,n){t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}(this,\"element\",void 0),Object.defineProperty(this,\"element\",{get:()=>e})}}class m{static get(){return null!=m.pageElement||(m.pageElement=__GetPageElement()),m.pageElement}}function h(e,t,n){let r;try{r=runWorklet(e,t)}finally{lynx.getJSContext().dispatchEvent({type:\"Lynx.Worklet.FunctionCallRet\",data:JSON.stringify({resolveId:n,returnValue:r})})}}t=void 0,(e=\"pageElement\")in m?Object.defineProperty(m,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):m[e]=t;let _=(e,t)=>({current:t,_wvid:e}),p=e=>{let t,n=e._wvid;return n<0?(t=r._firstScreenWorkletRefMap[n])||(t=r._firstScreenWorkletRefMap[n]=_(n,e._initValue)):t=r._workletRefMap[n],t};function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function g(e,t,n){lynxWorkletImpl._workletMap[t]=n}let v=new WeakMap;function I(e,t){if(\"object\"!=typeof e||null===e)return e;if(t){let t=v.get(e);if(t)return t}let n={main:e};return x(n,0,e),t&&v.set(e,n.main),n.main}let x=(e,t,n)=>{if(++t>=1e3)throw Error(\"Depth of value exceeds limit of 1000.\");if(\"object\"==typeof e&&null!==e)for(let l in e){let i=e[l];if(\"object\"==typeof i&&null!==i){if(\"elementRefptr\"in i){e[l]=new y(i.elementRefptr);continue}if(!(i instanceof y)){if(x(i,t,n),\"_wvid\"in i){e[l]=p(i);continue}if(\"_wkltId\"in i){e[l]=lynxWorkletImpl._workletMap[i._wkltId].bind({...i}),e[l].ctx=i;continue}if(\"_jsFnId\"in i){var r;i._execId=n._execId,null==(r=lynxWorkletImpl._jsFunctionLifecycleManager)||r.addRef(n._execId,i);continue}}}}};if(void 0===globalThis.lynxWorkletImpl){let e,t;globalThis.lynxWorkletImpl={_workletMap:{},_refImpl:r={_workletRefMap:{},_firstScreenWorkletRefMap:{},updateWorkletRef:function(e,t){p(e).current=t?new y(t):null},updateWorkletRefInitValueChanges:function(e){e.forEach(([e,t])=>{r._workletRefMap[e]||(r._workletRefMap[e]=_(e,t))})},clearFirstScreenWorkletRefMap:function(){r._firstScreenWorkletRefMap={}}},_runOnBackgroundDelayImpl:l={delayedBackgroundFunctionArray:[],delayRunOnBackground:function(e,t){var n;l.delayedBackgroundFunctionArray.push({task:t}),(null!=(n=e._delayIndices)?n:e._delayIndices=[]).push(l.delayedBackgroundFunctionArray.length-1)},runDelayedBackgroundFunctions:function(){for(let e of l.delayedBackgroundFunctionArray)e.jsFnHandle&&e.task(e.jsFnHandle._jsFnId,e.jsFnHandle._execId);l.delayedBackgroundFunctionArray.length=0}},_hydrateCtx:function(e,t){!function e(t,n,r){if(t&&\"object\"==typeof t&&n&&\"object\"==typeof n&&(!t._wkltId||t._wkltId===n._wkltId))for(let o in t)if(\"_wvid\"===o){var l,i;l=t[o],\"_initValue\"in(i=n)||(lynxWorkletImpl._refImpl._workletRefMap[l]=i)}else if(\"_jsFn\"===o)!function(e,t,n){for(let r in e){let l=e[r],i=t[r];if(!(null==i?void 0:i._delayIndices)){i&&(i._isFirstScreen=!1,i._execId=n,Object.assign(i,l));continue}for(let e of i._delayIndices){let t=lynxWorkletImpl._runOnBackgroundDelayImpl.delayedBackgroundFunctionArray[e];l._execId=n,t.jsFnHandle=l}}}(t[o],n[o],r);else{let l=\"function\"==typeof n[o]?n[o].ctx:n[o];e(t[o],l,r)}}(e,t,e._execId)},_eventDelayImpl:i={_delayedWorkletParamsMap:new Map,runDelayedWorklet:function(e,t){(()=>{let n=i._delayedWorkletParamsMap.get(e._wkltId);if(void 0===n)return;let r=[];n.forEach(n=>{var l;let i=n[0];(null==i||null==(l=i.currentTarget)?void 0:l.elementRefptr)===t?setTimeout(()=>{runWorklet(e,n)},0):r.push(n)}),i._delayedWorkletParamsMap.set(e._wkltId,r)})()},clearDelayedWorklets:function(){i._delayedWorkletParamsMap.clear()}},_eomImpl:{setShouldFlush:function(e){f=e}},_runRunOnMainThreadTask:h},c(2,15)&&(globalThis.lynxWorkletImpl._jsFunctionLifecycleManager=new class e{addRef(e,t){var n;this.execIdRefCount.set(e,(null!=(n=this.execIdRefCount.get(e))?n:0)+1),this.registry.register(t,e)}removeRef(e){let t=this.execIdRefCount.get(e);t>1?this.execIdRefCount.set(e,t-1):(this.execIdRefCount.delete(e),this.execIdSetToFire.add(e),this.willFire||(this.willFire=!0,Promise.resolve().then(()=>{this.fire()})))}fire(){lynx.getJSContext().dispatchEvent({type:\"Lynx.Worklet.releaseBackgroundWorkletCtx\",data:Array.from(this.execIdSetToFire)}),this.execIdSetToFire.clear(),this.willFire=!1}constructor(){k(this,\"execIdRefCount\",new Map),k(this,\"execIdSetToFire\",new Set),k(this,\"willFire\",!1),k(this,\"registry\",void 0),this.registry=new FinalizationRegistry(this.removeRef.bind(this))}}),globalThis.registerWorklet=g,globalThis.registerWorkletInternal=g,globalThis.runWorklet=function(e,t,n){var r,l,o;let a,u;return\"object\"==typeof(r=e)&&null!==r&&(\"_wkltId\"in r||\"_lepusWorkletHash\"in r)?\"_lepusWorkletHash\"in e?void(l=e._lepusWorkletHash,o=t,(u=(a=i._delayedWorkletParamsMap).get(l))?u.push(o):a.set(l,[o])):function(e,t,n){let r=(e._wkltId,I(e,!0)),l=I(t||[],!1),[i,o]=function(e,t){if(!Array.isArray(e)||\"object\"!=typeof e[0]||null===e[0]||(!t||1!==t.source)&&1)return[!1,{}];let n={},r=e[0];return r.stopPropagation=function(){var e;n._eventReturnResult=(null!=(e=n._eventReturnResult)?e:0)|1},r.stopImmediatePropagation=function(){var e;n._eventReturnResult=(null!=(e=n._eventReturnResult)?e:0)|2},[!0,n]}(l,n),a=r(...l);return i?{returnValue:a,eventReturnResult:o._eventReturnResult}:a}(e,t,n):void console.warn(\"MainThreadFunction: Invalid function object: \"+JSON.stringify(e))},lynx.querySelector=function(e){let t=__QuerySelector(m.get(),e,{});return t?new y(t):null},lynx.querySelectorAll=function(e){return __QuerySelectorAll(m.get(),e,{}).map(e=>new y(e))},globalThis.setTimeout=lynx.setTimeout,globalThis.setInterval=lynx.setInterval,globalThis.clearTimeout=lynx.clearTimeout,globalThis.clearInterval=null!=(n=lynx.clearInterval)?n:lynx.clearTimeInterval,e=lynx.requestAnimationFrame,lynx.requestAnimationFrame=globalThis.requestAnimationFrame=t=>{if(!c(2,15))throw Error(\"requestAnimationFrame in main thread script requires Lynx sdk version 2.16\");return e(t)},globalThis.cancelAnimationFrame=lynx.cancelAnimationFrame,(t=lynx.getJSContext()).addEventListener(\"Lynx.Worklet.runWorkletCtx\",e=>{let t=JSON.parse(e.data);h(t.worklet,t.params,t.resolveId)}),t.addEventListener(\"Lynx.Worklet.releaseWorkletRef\",e=>{var t;t=e.data.id,delete r._workletRefMap[t]})}})();","root":"\"use strict\";var e={268(){var e;let t;let n=new Map;let l=1;let r=new Map;let o=new Set;let a=new Map;let i=new Set([\"item-key\",\"estimated-main-axis-size-px\",\"estimated-height-px\",\"estimated-height\",\"reuse-identifier\",\"full-span\",\"sticky-top\",\"sticky-bottom\",\"recyclable\"]);let u=new Map;let s=new Map;function _(){}function c(){if(\"u\">typeof globalThis&&\"lynxWorkletImpl\"in globalThis)return globalThis.lynxWorkletImpl}function d(e,t,n,l,r,o,a){try{var i=e[o](a);var u=i.value}catch(e){n(e);return}i.done?t(u):Promise.resolve(u).then(l,r)}let p=1;function f(e,t,n,l){lynx.getJSContext().dispatchEvent({type:\"Lynx.Worklet.runOnBackground\",data:JSON.stringify({obj:{_jsFnId:e,_execId:n},params:t,resolveId:l})})}let m=globalThis;if(m.SystemInfo=null!=(e=\"u\">typeof lynx&&lynx.SystemInfo)?e:{},m.runOnBackground=function(e){return(...n)=>{var l;return(l=function*(){return new Promise(l=>{var r;t||(t=new Map,lynx.getJSContext().addEventListener(\"Lynx.Worklet.FunctionCallRet\",e=>{let{resolveId:n,returnValue:l}=JSON.parse(e.data);let r=t.get(n);r&&(t.delete(n),r(l))}));let o=p++;(t.set(o,l),e._isFirstScreen&&\"u\">typeof lynxWorkletImpl&&(null==(r=lynxWorkletImpl)?void 0:r._runOnBackgroundDelayImpl))?lynxWorkletImpl._runOnBackgroundDelayImpl.delayRunOnBackground(e,(e,t)=>{f(e,n,t,o)}):f(e._jsFnId,n,e._execId,o)})},function(){var e=this,t=arguments;return new Promise(function(n,r){var o=l.apply(e,t);function a(e){d(o,n,r,a,i,\"next\",e)}function i(e){d(o,n,r,a,i,\"throw\",e)}a(void 0)})})()}},\"u\"<typeof __LoadLepusChunk)console.warn(\"[vue-mt] __LoadLepusChunk not available, worklet events will not work\");else{let e={chunkType:0};\"u\">typeof globDynamicComponentEntry&&(e.dynamicComponentEntry=globDynamicComponentEntry),__LoadLepusChunk(\"worklet-runtime\",e)?console.info(\"[vue-mt] worklet-runtime chunk loaded\"):console.error('[vue-mt] __LoadLepusChunk(\"worklet-runtime\") returned false — registerWorkletInternal will not be available. Check browser console for loadScriptSync errors.')}m.processData=function(e,t){return null!=e?e:{}},m.renderPage=function(e){console.info(\"[vue-mt] renderPage called\"),n.clear(),l=1,r.clear(),o.clear(),a.clear(),u.clear(),s.clear();let t=__CreatePage(\"0\",0);let i=__CreateComponent(__GetElementUniqueID(t),\"vue-root\",0,\"u\">typeof globDynamicComponentEntry?globDynamicComponentEntry:\"\",\"vue-root\",\"/\",null,null);__AppendElement(t,i),l=__GetElementUniqueID(i),n.set(1,i),__FlushElementTree(t),console.info(\"[vue-mt] renderPage done, page root id=1 stored\")},m.updatePage=function(e){},m.updateGlobalProps=function(e){},m.vuePatchUpdate=function({data:e}){(function(e){let t=e.length;if(0===t)return;if(t>=3&&0===e[0]){let t=e[1];if(n.has(t))return}let d=0;for(;d<t;)switch(e[d++]){case 0:{let t;let a=e[d++];let i=e[d++];\"__comment\"===i?t=__CreateRawText(\"\"):\"list\"===i?t=function(e){o.add(e),r.set(e,[]),s.set(e,0);let t={componentAtIndex:(t,n,l,o)=>{let a=r.get(e);if(!a||l<0||l>=a.length)return;let i=a[l].el;__AppendElement(t,i);let u=__GetElementUniqueID(i);return __FlushElementTree(i,{triggerLayout:!0,operationID:o,elementID:u,listID:n}),u},enqueueComponent:_,componentAtIndexes:(t,n,l,o)=>{let a=r.get(e);if(!a)return;let i=[];for(let e=0;e<l.length;e++){let n=l[e];if(o[e],n<0||n>=a.length){i.push(-1);continue}let r=a[n].el;__AppendElement(t,r);let u=__GetElementUniqueID(r);i.push(u)}__FlushElementTree(t,{triggerLayout:!0,operationIDs:o,elementIDs:i,listID:n})}};let n=__CreateList(l,t.componentAtIndex,t.enqueueComponent,{},t.componentAtIndexes);return __SetCSSId([n],0),n}(a):__SetCSSId([t=function(e,t){switch(e){case\"view\":return __CreateView(t);case\"text\":return __CreateText(t);case\"image\":return __CreateImage(t);case\"scroll-view\":return __CreateScrollView(t);default:return __CreateElement(e,t)}}(i,l)],0),n.set(a,t),\"__comment\"!==i&&__SetAttribute(t,`vue-ref-${a}`,1);break}case 1:{let t=e[d++];let r=__CreateText(l);__SetCSSId([r],0),n.set(t,r),__SetAttribute(r,`vue-ref-${t}`,1);break}case 2:{let t=e[d++];let l=e[d++];let a=e[d++];let i=n.get(t);let u=n.get(l);if(i&&u)if(o.has(t))(function(e,t,n){let l=r.get(e);l&&l.push({el:t,bgId:n})})(t,u,l);else if(-1===a)__AppendElement(i,u);else{let e=n.get(a);e&&__InsertElementBefore(i,u,e)}break}case 3:{let t=e[d++];let l=e[d++];let r=n.get(t);let o=n.get(l);r&&o&&__RemoveElement(r,o);break}case 4:{let t=e[d++];let l=e[d++];let r=e[d++];if(i.has(l))(function(e,t,n){let l=u.get(e);l?l[t]=n:u.set(e,{[t]:n}),\"item-key\"===t&&a.set(e,String(n))})(t,l,r);else{let e=n.get(t);e&&__SetAttribute(e,l,r)}break}case 5:{let t=e[d++];let l=e[d++];let r=n.get(t);r&&__SetAttribute(r,\"text\",l);break}case 6:{let t=e[d++];let l=e[d++];let r=e[d++];let o=e[d++];let a=n.get(t);console.info(\"[vue-mt] SET_EVENT id=\",t,\"type=\",l,\"name=\",r,\"sign=\",o,\"el found=\",null!=a),a&&__AddEvent(a,l,r,o);break}case 7:{let t=e[d++];let l=e[d++];let r=e[d++];let o=n.get(t);o&&__AddEvent(o,l,r,void 0);break}case 8:{let t=e[d++];let l=e[d++];let r=n.get(t);r&&__SetInlineStyles(r,l);break}case 9:{let t=e[d++];let l=e[d++];let r=n.get(t);r&&__SetClasses(r,l);break}case 10:{let t=e[d++];let l=e[d++];let r=n.get(t);r&&__SetID(r,null!=l?l:void 0);break}case 11:(function(e,t,l,r){let o=n.get(e);console.info(\"[vue-mt] SET_WORKLET_EVENT id=\",e,\"type=\",t,\"name=\",l,\"ctx=\",r,\"el found=\",null!=o),o&&(r._workletType=\"main-thread\",__AddEvent(o,t,l,{type:\"worklet\",value:r}))})(e[d++],e[d++],e[d++],e[d++]);break;case 12:(function(e,t){let l=n.get(e);if(console.info(\"[vue-mt] SET_MT_REF id=\",e,\"refImpl=\",t,\"el found=\",null!=l),l){let e=c();if((null==e?void 0:e._refImpl)&&null!=t._wvid){var r;let n=e._refImpl._workletRefMap;!n||t._wvid in n||(n[t._wvid]={current:null!=(r=t._initValue)?r:null,_wvid:t._wvid}),e._refImpl.updateWorkletRef(t,l)}}})(e[d++],e[d++]);break;case 13:(function(e,t){let n=c();if(null==n?void 0:n._refImpl){let l=n._refImpl._workletRefMap;!l||e in l||(l[e]={current:t,_wvid:e})}})(e[d++],e[d++])}(function(){for(let[l,o]of r){var e,t;let r=null!=(e=s.get(l))?e:0;if(o.length<=r)continue;let i=n.get(l);if(!i)continue;let _=[];for(let e=r;e<o.length;e++){let n=o[e];let l={position:e,type:\"list-item\",\"item-key\":null!=(t=a.get(n.bgId))?t:String(e)};let r=u.get(n.bgId);r&&Object.assign(l,r),_.push(l)}__SetAttribute(i,\"update-list-info\",{insertAction:_,removeAction:[],updateAction:[]}),s.set(l,o.length)}})(),__FlushElementTree()})(JSON.parse(e))}},549(e,t){},98(e,t,n){n(549)}};var t={};function n(l){var r=t[l];if(void 0!==r)return r.exports;var o=t[l]={exports:{}};return e[l](o,o.exports,n),o.exports}n.x=()=>(n(268),n(98)),n.x();"},"customSections":{},"elementTemplates":{}}