@vue-lynx-example/suspense 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/suspense",
3
- "version": "0.1.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "description": "Vue-Lynx Suspense demo — async setup, defineAsyncComponent, error handling",
6
6
  "type": "module",
@@ -15,16 +15,16 @@
15
15
  "url": "https://github.com/Huxpro/vue-lynx",
16
16
  "directory": "examples/suspense"
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
+ }
package/src/App.vue CHANGED
@@ -1,5 +1,6 @@
1
1
  <script setup lang="ts">
2
2
  import { ref, defineAsyncComponent, Suspense } from 'vue-lynx'
3
+ import AsyncSetup from './AsyncSetup.vue'
3
4
 
4
5
  // Lazy-loaded component — triggers Suspense fallback during chunk loading
5
6
  const LazyCounter = defineAsyncComponent(() => import('./LazyCounter.vue'))
@@ -20,7 +21,7 @@ function toggleAsync() {
20
21
  </script>
21
22
 
22
23
  <template>
23
- <view :style="{ flex: 1, display: 'flex', flexDirection: 'column', backgroundColor: '#f5f5f5' }">
24
+ <scroll-view scroll-orientation="vertical" :style="{ width: '100%', height: '100%', backgroundColor: '#f5f5f5' }">
24
25
  <text :style="{ fontSize: 18, fontWeight: 'bold', margin: 16, color: '#111' }">
25
26
  Vue 3 × Lynx — Suspense Demo
26
27
  </text>
@@ -68,5 +69,22 @@ function toggleAsync() {
68
69
  </template>
69
70
  </Suspense>
70
71
  </view>
71
- </view>
72
+
73
+ <!-- 3. Async setup() with top-level await -->
74
+ <view v-if="showAsync" :style="{ margin: '0 16px 12px' }">
75
+ <text :style="{ fontSize: 14, fontWeight: 'bold', color: '#333', marginBottom: 6 }">
76
+ 3. Async setup() (top-level await, 1.5s)
77
+ </text>
78
+ <Suspense>
79
+ <template #default>
80
+ <AsyncSetup />
81
+ </template>
82
+ <template #fallback>
83
+ <view :style="{ padding: 12, backgroundColor: '#fff3cd', borderRadius: 6 }">
84
+ <text :style="{ color: '#856404', fontSize: 13 }">⏳ Awaiting async setup...</text>
85
+ </view>
86
+ </template>
87
+ </Suspense>
88
+ </view>
89
+ </scroll-view>
72
90
  </template>
@@ -0,0 +1,27 @@
1
+ <!--
2
+ AsyncSetup.vue — Component with async setup()
3
+ Exercises: top-level await in <script setup>, Suspense integration
4
+ -->
5
+ <script setup lang="ts">
6
+ import { ref } from 'vue-lynx'
7
+
8
+ // Simulate an async data fetch with top-level await
9
+ const data = ref('')
10
+
11
+ const result = await new Promise<string>((resolve) => {
12
+ setTimeout(() => resolve('Hello from async setup!'), 1500)
13
+ })
14
+
15
+ data.value = result
16
+
17
+ const loadedAt = new Date().toLocaleTimeString()
18
+ </script>
19
+
20
+ <template>
21
+ <view :style="{ padding: 12, backgroundColor: '#d4edda', borderRadius: 6 }">
22
+ <text :style="{ color: '#155724', fontSize: 14 }">{{ data }}</text>
23
+ <text :style="{ color: '#155724', fontSize: 11, marginTop: 4 }">
24
+ Resolved at: {{ loadedAt }}
25
+ </text>
26
+ </view>
27
+ </template>
Binary file
@@ -1 +0,0 @@
1
- {"styleInfo":{},"manifest":{"/app-service.js":"\"use strict\";let e;var t,l,n,r,i={617(e,t,l){let n,r,i,s,o,a,u,c,f,p;function d(e){let t=Object.create(null);for(let l of e.split(\",\"))t[l]=1;return e=>e in t}l.d(t,{pM:()=>tX,v_:()=>q,R1:()=>tn,bF:()=>nd,Lk:()=>np,uX:()=>nt,tY:()=>l0,Ef:()=>n7,k6:()=>tF,Q3:()=>nv,CE:()=>ns,Wv:()=>no,KR:()=>tt,$V:()=>t1});let h={};let g=[];let y=()=>{};let m=()=>!1;let _=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97);let b=e=>e.startsWith(\"onUpdate:\");let x=Object.assign;let S=(e,t)=>{let l=e.indexOf(t);l>-1&&e.splice(l,1)};let k=Object.prototype.hasOwnProperty;let C=(e,t)=>k.call(e,t);let w=Array.isArray;let O=e=>\"function\"==typeof e;let j=e=>\"string\"==typeof e;let E=e=>\"symbol\"==typeof e;let T=e=>null!==e&&\"object\"==typeof e;let P=e=>(T(e)||O(e))&&O(e.then)&&O(e.catch);let F=Object.prototype.toString;let I=e=>j(e)&&\"NaN\"!==e&&\"-\"!==e[0]&&\"\"+parseInt(e,10)===e;let R=d(\",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted\");let M=e=>{let t=Object.create(null);return l=>t[l]||(t[l]=e(l))};let L=/-\\w/g;let A=M(e=>e.replace(L,e=>e.slice(1).toUpperCase()));let D=/\\B([A-Z])/g;let B=M(e=>e.replace(D,\"-$1\").toLowerCase());let $=M(e=>e.charAt(0).toUpperCase()+e.slice(1));let V=M(e=>e?`on${$(e)}`:\"\");let U=(e,...t)=>{for(let l=0;l<e.length;l++)e[l](...t)};let N=(e,t,l,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:l})};let W=e=>{let t=parseFloat(e);return isNaN(t)?e:t};let z=()=>n||(n=\"u\">typeof globalThis?globalThis:\"u\">typeof self?self:\"u\">typeof window?window:void 0!==l.g?l.g:{});function H(e){if(w(e)){let t={};for(let l=0;l<e.length;l++){let n=e[l];let r=j(n)?function(e){let t={};return e.replace(Y,\"\").split(J).forEach(e=>{if(e){let l=e.split(X);l.length>1&&(t[l[0].trim()]=l[1].trim())}}),t}(n):H(n);if(r)for(let e in r)t[e]=r[e]}return t}if(j(e)||T(e))return e}let J=/;(?![^(]*\\))/g;let X=/:([^]+)/;let Y=/\\/\\*[^]*?\\*\\//g;function G(e){let t=\"\";if(j(e))t=e;else if(w(e))for(let l=0;l<e.length;l++){let n=G(e[l]);n&&(t+=n+\" \")}else if(T(e))for(let l in e)e[l]&&(t+=l+\" \");return t.trim()}let K=e=>!!(e&&!0===e.__v_isRef);let q=e=>j(e)?e:null==e?\"\":w(e)||T(e)&&(e.toString===F||!O(e.toString))?K(e)?q(e.value):JSON.stringify(e,Q,2):String(e);let Q=(e,t)=>{let l;if(K(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[Z(t,n)+\" =>\"]=l,e),{})};{let e;if(\"[object Set]\"===(e=t,F.call(e)))return{[`Set(${t.size})`]:[...t.values()].map(e=>Z(e))};else{if(E(t))return Z(t);let e;if(T(t)&&!w(t)&&\"[object Object]\"!==(e=t,F.call(e)))return String(t)}}return t};let Z=(e,t=\"\")=>{var l;return E(e)?`Symbol(${null!=(l=e.description)?l:t})`:e};class ee{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 t=r;try{return r=this,e()}finally{r=t}}}on(){1===++this._on&&(this.prevScope=r,r=this)}off(){this._on>0&&0===--this._on&&(r=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=r,!e&&r&&(this.index=(r.scopes||(r.scopes=[])).push(this)-1)}}let et=new WeakSet;class el{pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,et.has(this)&&(et.delete(this),this.trigger()))}notify(){(!(2&this.flags)||32&this.flags)&&(8&this.flags||er(this))}run(){if(!(1&this.flags))return this.fn();this.flags|=2,ev(this),es(this);let e=i;let t=ef;i=this,ef=!0;try{return this.fn()}finally{eo(this),i=e,ef=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)ec(e);this.deps=this.depsTail=void 0,ev(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?et.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ea(this)&&this.run()}get dirty(){return ea(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,r&&r.active&&r.effects.push(this)}}let en=0;function er(e,t=!1){if(e.flags|=8,t){e.next=o,o=e;return}e.next=s,s=e}function ei(){let e;if(!(--en>0)){if(o){let e=o;for(o=void 0;e;){let t=e.next;e.next=void 0,e.flags&=-9,e=t}}for(;s;){let t=s;for(s=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 es(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function eo(e){let t;let l=e.depsTail;let n=l;for(;n;){let e=n.prevDep;-1===n.version?(n===l&&(l=e),ec(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 ea(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(eu(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function eu(e){if(4&e.flags&&!(16&e.flags)||(e.flags&=-17,e.globalVersion===eg)||(e.globalVersion=eg,!e.isSSR&&128&e.flags&&(!e.deps&&!e._dirty||!ea(e))))return;e.flags|=2;let t=e.dep;let l=i;let n=ef;i=e,ef=!0;try{let l;es(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{i=l,ef=n,eo(e),e.flags&=-3}}function ec(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)ec(e,!0)}t||--l.sc||!l.map||l.map.delete(l.key)}let ef=!0;let ep=[];function ed(){ep.push(ef),ef=!1}function eh(){let e=ep.pop();ef=void 0===e||e}function ev(e){let{cleanup:t}=e;if(e.cleanup=void 0,t){let e=i;i=void 0;try{t()}finally{i=e}}}let eg=0;class ey{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 em{track(e){if(!i||!ef||i===this.computed)return;let t=this.activeLink;if(void 0===t||t.sub!==i)t=this.activeLink=new ey(i,this),i.deps?(t.prevDep=i.depsTail,i.depsTail.nextDep=t,i.depsTail=t):i.deps=i.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=i.depsTail,t.nextDep=void 0,i.depsTail.nextDep=t,i.depsTail=t,i.deps===t&&(i.deps=e)}return t}trigger(e){this.version++,eg++,this.notify(e)}notify(e){en++;try{for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{ei()}}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 e_=new WeakMap;let eb=Symbol(\"\");let ex=Symbol(\"\");let eS=Symbol(\"\");function ek(e,t,l){if(ef&&i){let t=e_.get(e);t||e_.set(e,t=new Map);let n=t.get(l);n||(t.set(l,n=new em),n.map=t,n.key=l),n.track()}}function eC(e,t,l,n,r,i){let s=e_.get(e);if(!s)return void eg++;let o=e=>{e&&e.trigger()};if(en++,\"clear\"===t)s.forEach(o);else{let r=w(e);let i=r&&I(l);if(r&&\"length\"===l){let e=Number(n);s.forEach((t,l)=>{(\"length\"===l||l===eS||!E(l)&&l>=e)&&o(t)})}else switch((void 0!==l||s.has(void 0))&&o(s.get(l)),i&&o(s.get(eS)),t){case\"add\":if(r)i&&o(s.get(\"length\"));else{let t;o(s.get(eb));\"[object Map]\"===(t=e,F.call(t))&&o(s.get(ex))}break;case\"delete\":if(!r){let t;o(s.get(eb));\"[object Map]\"===(t=e,F.call(t))&&o(s.get(ex))}break;case\"set\":let a;\"[object Map]\"===(a=e,F.call(a))&&o(s.get(eb))}}ei()}function ew(e){let t=e5(e);return t===e?t:(ek(t,\"iterate\",eS),e4(e)?t:t.map(e7))}function eO(e){return ek(e=e5(e),\"iterate\",eS),e}function ej(e,t){return e3(e)?e6(e)?e9(e7(t)):e9(t):e7(t)}let eE={__proto__:null,[Symbol.iterator](){return eT(this,Symbol.iterator,e=>ej(this,e))},concat(...e){return ew(this).concat(...e.map(e=>w(e)?ew(e):e))},entries(){return eT(this,\"entries\",e=>(e[1]=ej(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=>ej(this,e)),arguments)},find(e,t){return eF(this,\"find\",e,t,e=>ej(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=>ej(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 eR(this,\"includes\",e)},indexOf(...e){return eR(this,\"indexOf\",e)},join(e){return ew(this).join(e)},lastIndexOf(...e){return eR(this,\"lastIndexOf\",e)},map(e,t){return eF(this,\"map\",e,t,void 0,arguments)},pop(){return eM(this,\"pop\")},push(...e){return eM(this,\"push\",e)},reduce(e,...t){return eI(this,\"reduce\",e,t)},reduceRight(e,...t){return eI(this,\"reduceRight\",e,t)},shift(){return eM(this,\"shift\")},some(e,t){return eF(this,\"some\",e,t,void 0,arguments)},splice(...e){return eM(this,\"splice\",e)},toReversed(){return ew(this).toReversed()},toSorted(e){return ew(this).toSorted(e)},toSpliced(...e){return ew(this).toSpliced(...e)},unshift(...e){return eM(this,\"unshift\",e)},values(){return eT(this,\"values\",e=>ej(this,e))}};function eT(e,t,l){let n=eO(e);let r=n[t]();return n===e||e4(e)||(r._next=r.next,r.next=()=>{let e=r._next();return e.done||(e.value=l(e.value)),e}),r}let eP=Array.prototype;function eF(e,t,l,n,r,i){let s=eO(e);let o=s!==e&&!e4(e);let a=s[t];if(a!==eP[t]){let t=a.apply(e,i);return o?e7(t):t}let u=l;s!==e&&(o?u=function(t,n){return l.call(this,ej(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=eO(e);let i=r!==e&&!e4(e);let s=l;let o=!1;r!==e&&(i?(o=0===n.length,s=function(t,n,r){return o&&(o=!1,t=ej(e,t)),l.call(this,t,ej(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?ej(e,a):a}function eR(e,t,l){let n=e5(e);ek(n,\"iterate\",eS);let r=n[t](...l);return(-1===r||!1===r)&&e8(l[0])?(l[0]=e5(l[0]),n[t](...l)):r}function eM(e,t,l=[]){ed(),en++;let n=e5(e)[t].apply(e,l);return ei(),eh(),n}let eL=d(\"__proto__,__v_isRef,__isVue\");let eA=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>\"arguments\"!==e&&\"caller\"!==e).map(e=>Symbol[e]).filter(E));function eD(e){E(e)||(e=String(e));let t=e5(this);return ek(t,\"has\",e),t.hasOwnProperty(e)}class eB{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?eZ:eQ:r?eq:eK).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(l)?e:void 0;let i=w(e);if(!n){let e;if(i&&(e=eE[t]))return e;if(\"hasOwnProperty\"===t)return eD}let s=Reflect.get(e,t,te(e)?e:l);if((E(t)?eA.has(t):eL(t))||(n||ek(e,\"get\",t),r))return s;if(te(s)){let e=i&&I(t)?s:s.value;return n&&T(e)?e1(e):e}return T(s)?n?e1(s):e0(s):s}constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}}class e$ extends eB{set(e,t,l,n){let r=e[t];let i=w(e)&&I(t);if(!this._isShallow){let e=e3(r);if(e4(l)||e3(l)||(r=e5(r),l=e5(l)),!i&&te(r)&&!te(l))if(e)return!0;else return r.value=l,!0}let s=i?Number(t)<e.length:C(e,t);let o=Reflect.set(e,t,l,te(e)?e:n);return e===e5(n)&&(s?Object.is(l,r)||eC(e,\"set\",t,l,r):eC(e,\"add\",t,l)),o}deleteProperty(e,t){let l=C(e,t);let n=e[t];let r=Reflect.deleteProperty(e,t);return r&&l&&eC(e,\"delete\",t,void 0,n),r}has(e,t){let l=Reflect.has(e,t);return E(t)&&eA.has(t)||ek(e,\"has\",t),l}ownKeys(e){return ek(e,\"iterate\",w(e)?\"length\":eb),Reflect.ownKeys(e)}constructor(e=!1){super(!1,e)}}class eV extends eB{set(e,t){return!0}deleteProperty(e,t){return!0}constructor(e=!1){super(!0,e)}}let eU=new e$;let eN=new eV;let eW=new e$(!0);let ez=e=>e;function eH(e){return function(){return\"delete\"!==e&&(\"clear\"===e?void 0:this)}}function eJ(e,t){let l;let n=(x(l={get(l){let n=this.__v_raw;let r=e5(n);let i=e5(l);e||(Object.is(l,i)||ek(r,\"get\",l),ek(r,\"get\",i));let{has:s}=Reflect.getPrototypeOf(r);let o=t?ez:e?e9:e7;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||ek(e5(t),\"iterate\",eb),t.size},has(t){let l=this.__v_raw;let n=e5(l);let r=e5(t);return e||(Object.is(t,r)||ek(n,\"has\",t),ek(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=e5(i);let o=t?ez:e?e9:e7;return e||ek(s,\"iterate\",eb),i.forEach((e,t)=>l.call(n,o(e),o(t),r))}},e?{add:eH(\"add\"),set:eH(\"set\"),delete:eH(\"delete\"),clear:eH(\"clear\")}:{add(e){let l=e5(this);let n=Reflect.getPrototypeOf(l);let r=e5(e);let i=t||e4(e)||e3(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),eC(l,\"add\",i,i)),this},set(e,l){t||e4(l)||e3(l)||(l=e5(l));let n=e5(this);let{has:r,get:i}=Reflect.getPrototypeOf(n);let s=r.call(n,e);s||(e=e5(e),s=r.call(n,e));let o=i.call(n,e);return(n.set(e,l),s)?Object.is(l,o)||eC(n,\"set\",e,l,o):eC(n,\"add\",e,l),this},delete(e){let t=e5(this);let{has:l,get:n}=Reflect.getPrototypeOf(t);let r=l.call(t,e);r||(e=e5(e),r=l.call(t,e));let i=n?n.call(t,e):void 0;let s=t.delete(e);return r&&eC(t,\"delete\",e,void 0,i),s},clear(){let e=e5(this);let t=0!==e.size;let l=e.clear();return t&&eC(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=e5(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?ez:e?e9:e7;return e||ek(s,\"iterate\",\"keys\"===n&&o?ex:eb),x(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(C(n,l)&&l in t?n:t,l,r)}let eX={get:eJ(!1,!1)};let eY={get:eJ(!1,!0)};let eG={get:eJ(!0,!1)};let eK=new WeakMap;let eq=new WeakMap;let eQ=new WeakMap;let eZ=new WeakMap;function e0(e){return e3(e)?e:e2(e,!1,eU,eX,eK)}function e1(e){return e2(e,!0,eN,eG,eQ)}function e2(e,t,l,n,r){var i;let s;if(!T(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 e6(e){return e3(e)?e6(e.__v_raw):!!(e&&e.__v_isReactive)}function e3(e){return!!(e&&e.__v_isReadonly)}function e4(e){return!!(e&&e.__v_isShallow)}function e8(e){return!!e&&!!e.__v_raw}function e5(e){let t=e&&e.__v_raw;return t?e5(t):e}let e7=e=>T(e)?e0(e):e;let e9=e=>T(e)?e1(e):e;function te(e){return!!e&&!0===e.__v_isRef}function tt(e){var t,l;return l=!1,te(t=e)?t:new tl(t,l)}class tl{get value(){return this.dep.track(),this._value}set value(e){let t=this._rawValue;let l=this.__v_isShallow||e4(e)||e3(e);Object.is(e=l?e:e5(e),t)||(this._rawValue=e,this._value=l?e:e7(e),this.dep.trigger())}constructor(e,t){this.dep=new em,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?e:e5(e),this._value=t?e:e7(e),this.__v_isShallow=t}}function tn(e){return te(e)?e.value:e}let tr={get:(e,t,l)=>\"__v_raw\"===t?e:tn(Reflect.get(e,t,l)),set:(e,t,l,n)=>{let r=e[t];return te(r)&&!te(l)?(r.value=l,!0):Reflect.set(e,t,l,n)}};function ti(e){return e6(e)?e:new Proxy(e,tr)}class ts{notify(){if(this.flags|=16,!(8&this.flags)&&i!==this)return er(this,!0),!0}get value(){let e=this.dep.track();return eu(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 em(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=eg-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!t,this.isSSR=l}}let to={};let ta=new WeakMap;let tu;function tc(e,t=1/0,l){if(t<=0||!T(e)||e.__v_skip||((l=l||new Map).get(e)||0)>=t)return e;if(l.set(e,t),t--,te(e))tc(e.value,t,l);else if(w(e))for(let n=0;n<e.length;n++)tc(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=>{tc(e,t,l)});else{let n;if(\"[object Object]\"===(n=e,F.call(n))){for(let n in e)tc(e[n],t,l);for(let n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&tc(e[n],t,l)}}}return e}function tf(e,t,l,n){try{return n?e(...n):e()}catch(e){td(e,t,l)}}function tp(e,t,l,n){if(O(e)){let r=tf(e,t,l,n);return r&&P(r)&&r.catch(e=>{td(e,t,l)}),r}if(w(e)){let r=[];for(let i=0;i<e.length;i++)r.push(tp(e[i],t,l,n));return r}}function td(e,t,l,n=!0){t&&t.vnode;let{errorHandler:r,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||h;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){ed(),tf(r,null,10,[e,i,s]),eh();return}}(function(e,t=!0,l=!1){if(l)throw e;console.error(e)})(e,n,i)}let th=[];let tv=-1;let tg=[];let ty=null;let tm=0;let t_=Promise.resolve();let tb=null;function tx(e){let t=tb||t_;return e?t.then(this?e.bind(this):e):t}function tS(e){if(!(1&e.flags)){let t=tj(e);let l=th[th.length-1];!l||!(2&e.flags)&&t>=tj(l)?th.push(e):th.splice(function(e){let t=tv+1;let l=th.length;for(;t<l;){let n=t+l>>>1;let r=th[n];let i=tj(r);i<e||i===e&&2&r.flags?t=n+1:l=n}return t}(t),0,e),e.flags|=1,tk()}}function tk(){tb||(tb=t_.then(function e(t){try{for(tv=0;tv<th.length;tv++){let e=th[tv];e&&!(8&e.flags)&&(4&e.flags&&(e.flags&=-2),tf(e,e.i,e.i?15:14),4&e.flags||(e.flags&=-2))}}finally{for(;tv<th.length;tv++){let e=th[tv];e&&(e.flags&=-2)}tv=-1,th.length=0,tO(t),tb=null,(th.length||tg.length)&&e(t)}}))}function tC(e){w(e)?tg.push(...e):ty&&-1===e.id?ty.splice(tm+1,0,e):1&e.flags||(tg.push(e),e.flags|=1),tk()}function tw(e,t,l=tv+1){for(;l<th.length;l++){let t=th[l];if(t&&2&t.flags){if(e&&t.id!==e.uid)continue;th.splice(l,1),l--,4&t.flags&&(t.flags&=-2),t(),4&t.flags||(t.flags&=-2)}}}function tO(e){if(tg.length){let e=[...new Set(tg)].sort((e,t)=>tj(e)-tj(t));if(tg.length=0,ty)return void ty.push(...e);for(tm=0,ty=e;tm<ty.length;tm++){let e=ty[tm];4&e.flags&&(e.flags&=-2),8&e.flags||e(),e.flags&=-2}ty=null,tm=0}}let tj=e=>null==e.id?2&e.flags?-1:1/0:e.id;let tE=null;let tT=null;function tP(e){let t=tE;return tE=e,tT=e&&e.type.__scopeId||null,t}function tF(e,t=tE,l){if(!t||e._n)return e;let n=(...l)=>{let r;n._d&&nr(-1);let i=tP(t);try{r=e(...l)}finally{tP(i),n._d&&nr(1)}return r};return n._n=!0,n._c=!0,n._d=!0,n}function tI(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&&(ed(),tp(a,l,8,[e.el,o,e,t]),eh())}}function tR(e,t,l=!1){let n=nk();if(n||lj){let r=lj?lj._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&&O(t)?t.call(n&&n.proxy):t}}let tM=Symbol.for(\"v-scx\");function tL(e,t,l=h){let n;let{immediate:i,deep:s,flush:o,once:a}=l;let u=x({},l);let c=t&&i||!t&&\"post\"!==o;if(nj){if(\"sync\"===o){let e=tR(tM);n=e.__watcherHandles||(e.__watcherHandles=[])}else if(!c){let e=()=>{};return e.stop=y,e.resume=y,e.pause=y,e}}let f=nS;u.call=(e,t,l)=>tp(e,f,t,l);let p=!1;\"post\"===o?u.scheduler=e=>{lG(e,f&&f.suspense)}:\"sync\"!==o&&(p=!0,u.scheduler=(e,t)=>{t?e():tS(e)}),u.augmentJob=e=>{t&&(e.flags|=4),p&&(e.flags|=2,f&&(e.id=f.uid,e.i=f))};let d=function(e,t,l=h){let n,i,s,o;let{immediate:a,deep:u,once:c,scheduler:f,augmentJob:p,call:d}=l;let g=e=>u?e:e4(e)||!1===u||0===u?tc(e,1):tc(e);let m=!1;let _=!1;if(te(e)?(i=()=>e.value,m=e4(e)):e6(e)?(i=()=>g(e),m=!0):w(e)?(_=!0,m=e.some(e=>e6(e)||e4(e)),i=()=>e.map(e=>te(e)?e.value:e6(e)?g(e):O(e)?d?d(e,2):e():void 0)):i=O(e)?t?d?()=>d(e,2):e:()=>{if(s){ed();try{s()}finally{eh()}}let t=tu;tu=n;try{return d?d(e,3,[o]):e(o)}finally{tu=t}}:y,t&&u){let e=i;let t=!0===u?1/0:u;i=()=>tc(e(),t)}let b=r;let x=()=>{n.stop(),b&&b.active&&S(b.effects,n)};if(c&&t){let e=t;t=(...t)=>{e(...t),x()}}let k=_?Array(e.length).fill(to):to;let C=e=>{if(1&n.flags&&(n.dirty||e))if(t){let e=n.run();if(u||m||(_?e.some((e,t)=>!Object.is(e,k[t])):!Object.is(e,k))){s&&s();let l=tu;tu=n;try{let l=[e,k===to?void 0:_&&k[0]===to?[]:k,o];k=e,d?d(t,3,l):t(...l)}finally{tu=l}}}else n.run()};return p&&p(C),(n=new el(i)).scheduler=f?()=>f(C,!1):C,o=e=>(function(e,t=!1,l=tu){if(l){let t=ta.get(l);t||ta.set(l,t=[]),t.push(e)}})(e,!1,n),s=n.onStop=()=>{let e=ta.get(n);if(e){if(d)d(e,4);else for(let t of e)t();ta.delete(n)}},t?a?C(!0):k=n.run():f?f(C.bind(null,!0),!0):n.run(),x.pause=n.pause.bind(n),x.resume=n.resume.bind(n),x.stop=x,x}(e,t,u);return nj&&(n?n.push(d):c&&d()),d}function tA(e,t,l){let n;let r=this.proxy;let i=j(e)?e.includes(\".\")?tD(r,e):()=>r[e]:e.bind(r,r);O(t)?n=t:(n=t.handler,l=t);let s=nC(this);let o=tL(i,n.bind(r),l);return s(),o}function tD(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 tB=Symbol(\"_vte\");let t$=Symbol(\"_leaveCb\");let tV=Symbol(\"_enterCb\");function tU(){let e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return le(()=>{e.isMounted=!0}),ln(()=>{e.isUnmounting=!0}),e}let tN=e=>{let t=e.subTree;return t.component?tN(t.component):t};function tW(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 tz(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=tW(l,e);let k=(e,t)=>{e&&tp(e,n,9,t)};let C=(e,t)=>{let l=t[1];k(e,t),w(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[t$]&&t[t$](!0);let r=S[x];r&&nu(e,r)&&r.el[t$]&&r.el[t$](),k(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[tV]=e=>{o||(o=!0,e?k(s,[t]):k(r,[t]),O.delayedLeave&&O.delayedLeave(),t[tV]=void 0)};let a=t[tV].bind(null,!1);n?C(n,[t,a]):a()},leave(t,n){let r=String(e.key);if(t[tV]&&t[tV](!0),l.isUnmounting)return n();k(p,[t]);let i=!1;t[t$]=l=>{i||(i=!0,n(),l?k(g,[t]):k(h,[t]),t[t$]=void 0,S[r]===e&&delete S[r])};let s=t[t$].bind(null,!1);S[r]=e,d?C(d,[t,s]):s()},clone(e){let i=tz(e,t,l,n,r);return r&&r(i),i}};return O}function tH(e,t){6&e.shapeFlag&&e.component?(e.transition=t,tH(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 tJ(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===l4?(128&s.patchFlag&&r++,n=n.concat(tJ(s.children,t,o))):(t||s.type!==l5)&&n.push(null!=o?nh(s,{key:o}):s)}if(r>1)for(let e=0;e<n.length;e++)n[e].patchFlag=-2;return n}function tX(e,t){return O(e)?x({name:e.name},t,{setup:e}):e}function tY(e){e.ids=[e.ids[0]+e.ids[2]+++\"-\",0,0]}function tG(e,t){let l;return!!((l=Object.getOwnPropertyDescriptor(e,t))&&!l.configurable)}let tK=new WeakMap;function tq(e,t,l,n,r=!1){if(w(e))return void e.forEach((e,i)=>tq(e,t&&(w(t)?t[i]:t),l,n,r));if(t0(n)&&!r){512&n.shapeFlag&&n.type.__asyncResolved&&n.component.subTree.component&&tq(e,t,l,n.component.subTree);return}let i=4&n.shapeFlag?nF(n.component):n.el;let s=r?null:i;let{i:o,r:a}=e;let u=t&&t.r;let c=o.refs===h?o.refs={}:o.refs;let f=o.setupState;let p=e5(f);let d=f===h?m:e=>!tG(c,e)&&C(p,e);let g=(e,t)=>!(t&&tG(c,t));if(null!=u&&u!==a&&(tQ(t),j(u)?(c[u]=null,d(u)&&(f[u]=null)):te(u)&&(g(u,t.k)&&(u.value=null),t.k&&(c[t.k]=null))),O(a))tf(a,o,12,[s,c]);else{let t=j(a);let n=te(a);if(t||n){let o=()=>{if(e.f){let l=t?d(a)?f[a]:c[a]:g(a)||!e.k?a.value:c[e.k];if(r)w(l)&&S(l,i);else if(w(l))l.includes(i)||l.push(i);else if(t)c[a]=[i],d(a)&&(f[a]=c[a]);else{let t=[i];g(a,e.k)&&(a.value=t),e.k&&(c[e.k]=t)}}else t?(c[a]=s,d(a)&&(f[a]=s)):n&&(g(a,e.k)&&(a.value=s),e.k&&(c[e.k]=s))};if(s){let t=()=>{o(),tK.delete(e)};t.id=-1,tK.set(e,t),lG(t,l)}else tQ(e),o()}}}function tQ(e){let t=tK.get(e);t&&(t.flags|=8,tK.delete(e))}let tZ=e=>8===e.nodeType;z().requestIdleCallback,z().cancelIdleCallback;let t0=e=>!!e.type.__asyncLoader;function t1(e){let t;O(e)&&(e={loader:e});let{loader:l,loadingComponent:n,errorComponent:r,delay:i=200,hydrate:s,timeout:o,suspensible:a=!0,onError:u}=e;let c=null;let f=0;let p=()=>{let e;return c||(e=c=l().catch(e=>{if(e=e instanceof Error?e:Error(String(e)),u)return new Promise((t,l)=>{u(e,()=>t((f++,c=null,p())),()=>l(e),f+1)});throw e}).then(l=>e!==c&&c?c:(l&&(l.__esModule||\"Module\"===l[Symbol.toStringTag])&&(l=l.default),t=l,l)))};return tX({name:\"AsyncComponentWrapper\",__asyncLoader:p,__asyncHydrate(e,l,n){let r=!1;(l.bu||(l.bu=[])).push(()=>r=!0);let i=()=>{r||n()};let o=s?()=>{let t=s(i,t=>(function(e,t){if(tZ(e)&&\"[\"===e.data){let l=1;let n=e.nextSibling;for(;n;){if(1===n.nodeType){if(!1===t(n))break}else if(tZ(n))if(\"]\"===n.data){if(0===--l)break}else\"[\"===n.data&&l++;n=n.nextSibling}}else t(e)})(e,t));t&&(l.bum||(l.bum=[])).push(t)}:i;t?o():p().then(()=>!l.isUnmounted&&o())},get __asyncResolved(){return t},setup(){let e=nS;if(tY(e),t)return()=>t2(t,e);let l=t=>{c=null,td(t,e,13,!r)};if(a&&e.suspense||nj)return p().then(t=>()=>t2(t,e)).catch(e=>(l(e),()=>r?nd(r,{error:e}):null));let s=tt(!1);let u=tt();let f=tt(!!i);return i&&setTimeout(()=>{f.value=!1},i),null!=o&&setTimeout(()=>{if(!s.value&&!u.value){let e=Error(`Async component timed out after ${o}ms.`);l(e),u.value=e}},o),p().then(()=>{s.value=!0,e.parent&&t6(e.parent.vnode)&&e.parent.update()}).catch(e=>{l(e),u.value=e}),()=>s.value&&t?t2(t,e):u.value&&r?nd(r,{error:u.value}):n&&!f.value?t2(n,e):void 0}})}function t2(e,t){let{ref:l,props:n,children:r,ce:i}=t.vnode;let s=nd(e,n,r);return s.ref=l,s.ce=i,delete t.vnode.ce,s}let t6=e=>e.type.__isKeepAlive;function t3(e,t){t8(e,\"a\",t)}function t4(e,t){t8(e,\"da\",t)}function t8(e,t,l=nS){let n=e.__wdc||(e.__wdc=()=>{let t=l;for(;t;){if(t.isDeactivated)return;t=t.parent}return e()});if(t5(t,n,l),l){let e=l.parent;for(;e&&e.parent;)t6(e.parent.vnode)&&function(e,t,l,n){let r=t5(t,e,n,!0);lr(()=>{S(n[t],r)},l)}(n,t,l,e),e=e.parent}}function t5(e,t,l=nS,n=!1){if(l){let r=l[e]||(l[e]=[]);let i=t.__weh||(t.__weh=(...n)=>{ed();let r=nC(l);let i=tp(t,l,e,n);return r(),eh(),i});return n?r.unshift(i):r.push(i),i}}let t7=e=>(t,l=nS)=>{nj&&\"sp\"!==e||t5(e,(...e)=>t(...e),l)};let t9=t7(\"bm\");let le=t7(\"m\");let lt=t7(\"bu\");let ll=t7(\"u\");let ln=t7(\"bum\");let lr=t7(\"um\");let li=t7(\"sp\");let ls=t7(\"rtg\");let lo=t7(\"rtc\");function la(e,t=nS){t5(\"ec\",e,t)}let lu=Symbol.for(\"v-ndc\");let lc=e=>e?nO(e)?nF(e):lc(e.parent):null;let lf=x(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=>lc(e.parent),$root:e=>lc(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>ly(e),$forceUpdate:e=>e.f||(e.f=()=>{tS(e.update)}),$nextTick:e=>e.n||(e.n=tx.bind(e.proxy)),$watch:e=>tA.bind(e)});let lp=(e,t)=>e!==h&&!e.__isScriptSetup&&C(e,t);let ld={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(lp(i,t))return a[t]=1,i[t];if(s!==h&&C(s,t))return a[t]=2,s[t];if(C(o,t))return a[t]=3,o[t];if(r!==h&&C(r,t))return a[t]=4,r[t];lv&&(a[t]=0)}}let f=lf[t];return f?(\"$attrs\"===t&&ek(e.attrs,\"get\",\"\"),f(e)):(l=u.__cssModules)&&(l=l[t])?l:r!==h&&C(r,t)?(a[t]=4,r[t]):C(n=c.config.globalProperties,t)?n[t]:void 0},set({_:e},t,l){let{data:n,setupState:r,ctx:i}=e;return lp(r,t)?(r[t]=l,!0):n!==h&&C(n,t)?(n[t]=l,!0):!C(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!==h&&\"$\"!==o[0]&&C(e,o)||lp(t,o)||C(i,o)||C(n,o)||C(lf,o)||C(r.config.globalProperties,o)||(a=s.__cssModules)&&a[o])},defineProperty(e,t,l){return null!=l.get?e._.accessCache[t]=0:C(l,\"value\")&&this.set(e,t,l.value,null),Reflect.defineProperty(e,t,l)}};function lh(e){return w(e)?e.reduce((e,t)=>(e[t]=null,e),{}):e}let lv=!0;function lg(e,t,l){tp(w(e)?e.map(e=>e.bind(t.proxy)):e.bind(t.proxy),t,l)}function ly(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=>lm(t,e,o,!0)),lm(t,l,o)):t=l,T(l)&&s.set(l,t),t}function lm(e,t,l,n=!1){let{mixins:r,extends:i}=t;for(let s in i&&lm(e,i,l,!0),r&&r.forEach(t=>lm(e,t,l,!0)),t)if(n&&\"expose\"===s);else{let n=l_[s]||l&&l[s];e[s]=n?n(e[s],t[s]):t[s]}return e}let l_={data:lb,props:lC,emits:lC,methods:lk,computed:lk,beforeCreate:lS,created:lS,beforeMount:lS,mounted:lS,beforeUpdate:lS,updated:lS,beforeDestroy:lS,beforeUnmount:lS,destroyed:lS,unmounted:lS,activated:lS,deactivated:lS,errorCaptured:lS,serverPrefetch:lS,components:lk,directives:lk,watch:function(e,t){if(!e)return t;if(!t)return e;let l=x(Object.create(null),e);for(let n in t)l[n]=lS(e[n],t[n]);return l},provide:lb,inject:function(e,t){return lk(lx(e),lx(t))}};function lb(e,t){return t?e?function(){return x(O(e)?e.call(this,this):e,O(t)?t.call(this,this):t)}:t:e}function lx(e){if(w(e)){let t={};for(let l=0;l<e.length;l++)t[e[l]]=e[l];return t}return e}function lS(e,t){return e?[...new Set([].concat(e,t))]:t}function lk(e,t){return e?x(Object.create(null),e,t):t}function lC(e,t){return e?w(e)&&w(t)?[...new Set([...e,...t])]:x(Object.create(null),lh(e),lh(null!=t?t:{})):t}function lw(){return{app:null,config:{isNativeTag:m,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 lO=0;let lj=null;function lE(e,t,...l){let n;if(e.isUnmounted)return;let r=e.vnode.props||h;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[`${A(o)}Modifiers`]||r[`${B(o)}Modifiers`]);a&&(a.trim&&(i=l.map(e=>j(e)?e.trim():e)),a.number&&(i=l.map(W)));let u=r[n=V(t)]||r[n=V(A(t))];!u&&s&&(u=r[n=V(B(t))]),u&&tp(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,tp(c,e,6,i)}}let lT=new WeakMap;function lP(e,t){return!!e&&!!_(t)&&(C(e,(t=t.slice(2).replace(/Once$/,\"\"))[0].toLowerCase()+t.slice(1))||C(e,B(t))||C(e,t))}function lF(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 _=tP(e);try{if(4&r.shapeFlag){let e=s||i;t=ng(f.call(e,e,p,d,g,h,y)),l=u}else t=ng(n.length>1?n(d,{attrs:u,slots:a,emit:c}):n(d,null)),l=n.props?u:lI(u)}catch(l){l9.length=0,td(l,e,1),t=nd(l5)}let x=t;if(l&&!1!==m){let e=Object.keys(l);let{shapeFlag:t}=x;e.length&&7&t&&(o&&e.some(b)&&(l=lR(l,o)),x=nh(x,l,!1,!0))}return r.dirs&&((x=nh(x,null,!1,!0)).dirs=x.dirs?x.dirs.concat(r.dirs):r.dirs),r.transition&&tH(x,r.transition),t=x,tP(_),t}let lI=e=>{let t;for(let l in e)(\"class\"===l||\"style\"===l||_(l))&&((t||(t={}))[l]=e[l]);return t};let lR=(e,t)=>{let l={};for(let n in e)b(n)&&n.slice(9)in t||(l[n]=e[n]);return l};function lM(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(lL(t,e,i)&&!lP(l,i))return!0}return!1}function lL(e,t,l){let n=e[l];let r=t[l];return\"style\"===l&&T(n)&&T(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=w(t),s=w(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=T(t),s=T(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}function lA({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}}let lD={};let lB=e=>Object.getPrototypeOf(e)===lD;function l$(e,t,l,n){let r;let[i,s]=e.propsOptions;let o=!1;if(t)for(let a in t){let u;if(R(a))continue;let c=t[a];i&&C(i,u=A(a))?s&&s.includes(u)?(r||(r={}))[u]=c:l[u]=c:lP(e.emitsOptions,a)||a in n&&c===n[a]||(n[a]=c,o=!0)}if(s){let t=e5(l);let n=r||h;for(let r=0;r<s.length;r++){let o=s[r];l[o]=lV(i,t,o,n[o],e,!C(n,o))}}return o}function lV(e,t,l,n,r,i){let s=e[l];if(null!=s){let e=C(s,\"default\");if(e&&void 0===n){let e=s.default;if(s.type!==Function&&!s.skipFactory&&O(e)){let{propsDefaults:i}=r;if(l in i)n=i[l];else{let s=nC(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===B(l))&&(n=!0))}return n}let lU=new WeakMap;function lN(e){return!(\"$\"===e[0]||R(e))}let lW=e=>\"_\"===e||\"_ctx\"===e||\"$stable\"===e;let lz=e=>w(e)?e.map(ng):[ng(e)];let lH=(e,t,l)=>{if(t._n)return t;let n=tF((...e)=>lz(t(...e)),l);return n._c=!1,n};let lJ=(e,t,l)=>{let n=e._ctx;for(let l in e){if(lW(l))continue;let r=e[l];if(O(r))t[l]=lH(l,r,n);else if(null!=r){let e=lz(r);t[l]=()=>e}}};let lX=(e,t)=>{let l=lz(t);e.slots.default=()=>l};let lY=(e,t,l)=>{for(let n in t)(l||!lW(n))&&(e[n]=t[n])};let lG=function(e,t){t&&t.pendingBranch?w(e)?t.effects.push(...e):t.effects.push(e):tC(e)};function lK({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 lq({effect:e,job:t},l){l?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function lQ(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}let lZ=0;let l0={name:\"Suspense\",__isSuspense:!0,process(e,t,l,n,r,i,s,o,a,u){if(null==e)(function(e,t,l,n,r,i,s,o,a){let{p:u,o:{createElement:c}}=a;let f=c(\"div\");let p=e.suspense=l2(e,r,n,t,f,l,i,s,o,a);u(null,p.pendingBranch=e.ssContent,f,null,n,p,i,s),p.deps>0?(l1(e,\"onPending\"),l1(e,\"onFallback\"),u(null,e.ssFallback,t,l,n,null,i,s),l3(p,e.ssFallback)):p.resolve(!1,!0)})(t,l,n,r,i,s,o,a,u);else{if(i&&i.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}(function(e,t,l,n,r,i,s,o,{p:a,um:u,o:{createElement:c}}){let f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;let p=t.ssContent;let d=t.ssFallback;let{activeBranch:h,pendingBranch:g,isInFallback:y,isHydrating:m}=f;if(g)f.pendingBranch=p,nu(g,p)?(a(g,p,f.hiddenContainer,null,r,f,i,s,o),f.deps<=0?f.resolve():y&&!m&&(a(h,d,l,n,r,null,i,s,o),l3(f,d))):(f.pendingId=lZ++,m?(f.isHydrating=!1,f.activeBranch=g):u(g,r,f),f.deps=0,f.effects.length=0,f.hiddenContainer=c(\"div\"),y?(a(null,p,f.hiddenContainer,null,r,f,i,s,o),f.deps<=0?f.resolve():(a(h,d,l,n,r,null,i,s,o),l3(f,d))):h&&nu(h,p)?(a(h,p,l,n,r,f,i,s,o),f.resolve(!0)):(a(null,p,f.hiddenContainer,null,r,f,i,s,o),f.deps<=0&&f.resolve()));else if(h&&nu(h,p))a(h,p,l,n,r,f,i,s,o),l3(f,p);else if(l1(t,\"onPending\"),f.pendingBranch=p,512&p.shapeFlag?f.pendingId=p.component.suspenseId:f.pendingId=lZ++,a(null,p,f.hiddenContainer,null,r,f,i,s,o),f.deps<=0)f.resolve();else{let{timeout:e,pendingId:t}=f;e>0?setTimeout(()=>{f.pendingId===t&&f.fallback(d)},e):0===e&&f.fallback(d)}})(e,t,l,n,r,s,o,a,u)}},hydrate:function(e,t,l,n,r,i,s,o,a){let u=t.suspense=l2(t,n,l,e.parentNode,document.createElement(\"div\"),null,r,i,s,o,!0);let c=a(e,u.pendingBranch=t.ssContent,l,u,i,s);return 0===u.deps&&u.resolve(!1,!0),c},normalize:function(e){let{shapeFlag:t,children:l}=e;let n=32&t;e.ssContent=l6(n?l.default:l),e.ssFallback=n?l6(l.fallback):nd(l5)}};function l1(e,t){let l=e.props&&e.props[t];O(l)&&l()}function l2(e,t,l,n,r,i,s,o,a,u,c=!1){var f,p;let d,h,g;let{p:y,m:m,um:_,n:b,o:{parentNode:x,remove:S}}=u;let k=null!=(h=(p=e).props&&p.props.suspensible)&&!1!==h;k&&t&&t.pendingBranch&&(d=t.pendingId,t.deps++);let C=e.props?isNaN(g=j(f=e.props.timeout)?Number(f):NaN)?f:g:void 0;let w=i;let O={vnode:e,parent:t,parentComponent:l,namespace:s,container:n,hiddenContainer:r,deps:0,pendingId:lZ++,timeout:\"number\"==typeof C?C:-1,activeBranch:null,pendingBranch:null,isInFallback:!c,isHydrating:c,isUnmounted:!1,effects:[],resolve(e=!1,l=!1){let{vnode:n,activeBranch:r,pendingBranch:s,pendingId:o,effects:a,parentComponent:u,container:c,isInFallback:f}=O;let p=!1;O.isHydrating?O.isHydrating=!1:!e&&((p=r&&s.transition&&\"out-in\"===s.transition.mode)&&(r.transition.afterLeave=()=>{o===O.pendingId&&(m(s,c,i===w?b(r):i,0),tC(a),f&&n.ssFallback&&(n.ssFallback.el=null))}),r&&(x(r.el)===c&&(i=b(r)),_(r,u,O,!0),!p&&f&&n.ssFallback&&lG(()=>n.ssFallback.el=null,O)),p||m(s,c,i,0)),l3(O,s),O.pendingBranch=null,O.isInFallback=!1;let h=O.parent;let g=!1;for(;h;){if(h.pendingBranch){h.effects.push(...a),g=!0;break}h=h.parent}g||p||tC(a),O.effects=[],k&&t&&t.pendingBranch&&d===t.pendingId&&(t.deps--,0!==t.deps||l||t.resolve()),l1(n,\"onResolve\")},fallback(e){if(!O.pendingBranch)return;let{vnode:t,activeBranch:l,parentComponent:n,container:r,namespace:i}=O;l1(t,\"onFallback\");let s=b(l);let u=()=>{O.isInFallback&&(y(null,e,r,s,n,null,i,o,a),l3(O,e))};let c=e.transition&&\"out-in\"===e.transition.mode;c&&(l.transition.afterLeave=u),O.isInFallback=!0,_(l,n,null,!0),c||u()},move(e,t,l){O.activeBranch&&m(O.activeBranch,e,t,l),O.container=e},next:()=>O.activeBranch&&b(O.activeBranch),registerDep(e,t,l){let n=!!O.pendingBranch;n&&O.deps++;let r=e.vnode.el;e.asyncDep.catch(t=>{td(t,e,0)}).then(i=>{if(e.isUnmounted||O.isUnmounted||O.pendingId!==e.suspenseId)return;e.asyncResolved=!0;let{vnode:o}=e;nE(e,i,!1),r&&(o.el=r);let a=!r&&e.subTree.el;t(e,o,x(r||e.subTree.el),r?null:b(e.subTree),O,s,l),a&&(o.placeholder=null,S(a)),lA(e,o.el),n&&0===--O.deps&&O.resolve()})},unmount(e,t){O.isUnmounted=!0,O.activeBranch&&_(O.activeBranch,l,e,t),O.pendingBranch&&_(O.pendingBranch,l,e,t)}};return O}function l6(e){let t;if(O(e)){let l=nn&&e._c;l&&(e._d=!1,nt()),e=e(),l&&(e._d=!0,t=ne,nl())}return w(e)&&(e=function(e){let t;for(let l=0;l<e.length;l++){let n=e[l];if(!na(n))return;if(n.type!==l5||\"v-if\"===n.children)if(t)return;else t=n}return t}(e)),e=ng(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(t=>t!==e)),e}function l3(e,t){e.activeBranch=t;let{vnode:l,parentComponent:n}=e;let r=t.el;for(;!r&&t.component;)r=(t=t.component.subTree).el;l.el=r,n&&n.subTree===l&&(n.vnode.el=r,lA(n,r))}let l4=Symbol.for(\"v-fgt\");let l8=Symbol.for(\"v-txt\");let l5=Symbol.for(\"v-cmt\");let l7=Symbol.for(\"v-stc\");let l9=[];let ne=null;function nt(e=!1){l9.push(ne=e?null:[])}function nl(){l9.pop(),ne=l9[l9.length-1]||null}let nn=1;function nr(e,t=!1){nn+=e,e<0&&ne&&t&&(ne.hasOnce=!0)}function ni(e){return e.dynamicChildren=nn>0?ne||g:null,nl(),nn>0&&ne&&ne.push(e),e}function ns(e,t,l,n,r,i){return ni(np(e,t,l,n,r,i,!0))}function no(e,t,l,n,r){return ni(nd(e,t,l,n,r,!0))}function na(e){return!!e&&!0===e.__v_isVNode}function nu(e,t){return e.type===t.type&&e.key===t.key}let nc=({key:e})=>null!=e?e:null;let nf=({ref:e,ref_key:t,ref_for:l})=>(\"number\"==typeof e&&(e=\"\"+e),null!=e?j(e)||te(e)||O(e)?{i:tE,r:e,k:t,f:!!l}:e:null);function np(e,t=null,l=null,n=0,r=null,i=+(e!==l4),s=!1,o=!1){let a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&nc(t),ref:t&&nf(t),scopeId:tT,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:tE};return o?(nm(a,l),128&i&&e.normalize(a)):l&&(a.shapeFlag|=j(l)?8:16),nn>0&&!s&&ne&&(a.patchFlag>0||6&i)&&32!==a.patchFlag&&ne.push(a),a}let nd=function(e,t=null,l=null,n=0,r=null,i=!1){var s,o;if(e&&e!==lu||(e=l5),na(e)){let n=nh(e,t,!0);return l&&nm(n,l),nn>0&&!i&&ne&&(6&n.shapeFlag?ne[ne.indexOf(e)]=n:ne.push(n)),n.patchFlag=-2,n}if(O(s=e)&&\"__vccOpts\"in s&&(e=e.__vccOpts),t){let{class:e,style:l}=t=(o=t)?e8(o)||lB(o)?x({},o):o:null;e&&!j(e)&&(t.class=G(e)),T(l)&&(e8(l)&&!w(l)&&(l=x({},l)),t.style=H(l))}let a=j(e)?1:e.__isSuspense?128:e.__isTeleport?64:T(e)?4:2*!!O(e);return np(e,t,l,n,r,a,i,!0)};function nh(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=G([t.class,n.class]));else if(\"style\"===e)t.style=H([t.style,n.style]);else if(_(e)){let l=t[e];let r=n[e];r&&l!==r&&!(w(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&&nc(u),ref:t&&t.ref?l&&i?w(i)?i.concat(nf(t)):[i,nf(t)]:nf(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!==l4?-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&&nh(e.ssContent),ssFallback:e.ssFallback&&nh(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&n&&tH(c,a.clone(c)),c}function nv(e=\"\",t=!1){return t?(nt(),no(l5,null,e)):nd(l5,null,e)}function ng(e){return null==e||\"boolean\"==typeof e?nd(l5):w(e)?nd(l4,null,e.slice()):na(e)?ny(e):nd(l8,null,String(e))}function ny(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:nh(e)}function nm(e,t){let l=0;let{shapeFlag:n}=e;if(null==t)t=null;else if(w(t))l=16;else if(\"object\"==typeof t)if(65&n){let l=t.default;l&&(l._c&&(l._d=!1),nm(e,l()),l._c&&(l._d=!0));return}else{l=32;let n=t._;n||lB(t)?3===n&&tE&&(1===tE.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=tE}else O(t)?(t={default:t,_ctx:tE},l=32):(t=String(t),64&n?(l=16,t=[function(e=\" \",t=0){return nd(l8,null,e,t)}(t)]):l=8);e.children=t,e.shapeFlag|=l}function n_(e,t,l,n=null){tp(e,t,7,[l,n])}let nb=lw();let nx=0;let nS=null;let nk=()=>nS||tE;{let e=z();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)}};a=t(\"__VUE_INSTANCE_SETTERS__\",e=>nS=e),u=t(\"__VUE_SSR_SETTERS__\",e=>nj=e)}let nC=e=>{let t=nS;return a(e),e.scope.on(),()=>{e.scope.off(),a(t)}};let nw=()=>{nS&&nS.scope.off(),a(null)};function nO(e){return 4&e.vnode.shapeFlag}let nj=!1;function nE(e,t,l){O(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:T(t)&&(e.setupState=ti(t)),nT(e,l)}function nT(e,t,l){let n=e.type;if(!e.render){if(!t&&c&&!n.render){let t=n.template||ly(e).template;if(t){let{isCustomElement:l,compilerOptions:r}=e.appContext.config;let{delimiters:i,compilerOptions:s}=n;n.render=c(t,x(x({isCustomElement:l,delimiters:i},r),s))}}e.render=n.render||y,f&&f(e)}{let t=nC(e);ed();try{(function(e){let t=ly(e);let l=e.proxy;let n=e.ctx;lv=!1,t.beforeCreate&&lg(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:m,beforeDestroy:_,beforeUnmount:b,destroyed:x,unmounted:S,render:k,renderTracked:C,renderTriggered:E,errorCaptured:P,serverPrefetch:F,expose:I,inheritAttrs:R,components:M,directives:L,filters:A}=t;if(u&&function(e,t){for(let l in w(e)&&(e=lx(e)),e){let n;let r=e[l];te(n=T(r)?\"default\"in r?tR(r.from||l,r.default,!0):tR(r.from||l):tR(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];O(t)&&(n[e]=t.bind(l))}if(r){let t=r.call(l,l);T(t)&&(e.data=e0(t))}if(lv=!0,i)for(let e in i){let t=i[e];let r=O(t)?t.bind(l,l):O(t.get)?t.get.bind(l,l):y;let s=nI({get:r,set:!O(t)&&O(t.set)?t.set.bind(l):y});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(\".\")?tD(n,r):()=>n[r];if(j(t)){let e=l[t];O(e)&&tL(i,e,void 0)}else if(O(t))tL(i,t.bind(n),void 0);else if(T(t))if(w(t))t.forEach(t=>e(t,l,n,r));else{let e=O(t.handler)?t.handler.bind(n):l[t.handler];O(e)&&tL(i,e,t)}})(o[e],n,l,e);if(a){let e=O(a)?a.call(l):a;Reflect.ownKeys(e).forEach(t=>{var l=e[t];if(nS){let e=nS.provides;let n=nS.parent&&nS.parent.provides;n===e&&(e=nS.provides=Object.create(n)),e[t]=l}})}function D(e,t){w(t)?t.forEach(t=>e(t.bind(l))):t&&e(t.bind(l))}if(c&&lg(c,e,\"c\"),D(t9,f),D(le,p),D(lt,d),D(ll,h),D(t3,g),D(t4,m),D(la,P),D(lo,C),D(ls,E),D(ln,b),D(lr,S),D(li,F),w(I))if(I.length){let t=e.exposed||(e.exposed={});I.forEach(e=>{Object.defineProperty(t,e,{get:()=>l[e],set:t=>l[e]=t,enumerable:!0})})}else e.exposed||(e.exposed={});k&&e.render===y&&(e.render=k),null!=R&&(e.inheritAttrs=R),M&&(e.components=M),L&&(e.directives=L),F&&tY(e)})(e)}finally{eh(),t()}}}let nP={get:(e,t)=>(ek(e,\"get\",\"\"),e[t])};function nF(e){var t;return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(ti((!C(t=e.exposed,\"__v_skip\")&&Object.isExtensible(t)&&N(t,\"__v_skip\",!0),t)),{get:(t,l)=>l in t?t[l]:l in lf?lf[l](e):void 0,has:(e,t)=>t in e||t in lf})):e.proxy}let nI=(e,t)=>(function(e,t=!1){let l;let n;return O(e)?l=e:(l=e.get,n=e.set),new ts(l,n,t)})(e,nj);function nR(e,t,l){return t in e?Object.defineProperty(e,t,{value:l,enumerable:!0,configurable:!0,writable:!0}):e[t]=l,e}let nM=\"__VUE_LYNX_EVENT_REGISTRY__\";function nL(){let e=globalThis;let t=e[nM];return t||Object.defineProperty(e,nM,{value:t={signCounter:0,handlers:new Map},configurable:!0,enumerable:!1,writable:!0}),t}function nA(e){let t=nL();let l=`vue:${t.signCounter++}`;return t.handlers.set(l,e),l}function nD(e){nL().handlers.delete(e)}let nB=[];function n$(...e){for(let t of e)nB.push(t)}let nV=!1;let nU=null;let nN=null;function nW(){return null!=nN?nN:Promise.resolve()}function nz(){nV||(nV=!0,tC(nH))}function nH(){var e,t;let l;nV=!1;let n=(l=nB,nB=[],l);if(0===n.length)return;nN=new Promise(e=>{nU=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==nU||nU(),nU=null,nN=null})}class nJ{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(){nR(this,\"lastIndex\",0),nR(this,\"map\",new Map)}}class nX extends nJ{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 nY(e){let t=JSON.parse(e.data);let l=p.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 nG{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){nR(this,\"id\",void 0),nR(this,\"type\",void 0),nR(this,\"parent\",null),nR(this,\"firstChild\",null),nR(this,\"lastChild\",null),nR(this,\"prev\",null),nR(this,\"next\",null),nR(this,\"_style\",{}),nR(this,\"_vShowHidden\",!1),nR(this,\"_baseClass\",\"\"),nR(this,\"_transitionClasses\",new Set),void 0===t?this.id=nG.nextId++:this.id=t,this.type=e}}nR(nG,\"nextId\",2);let nK=new Set([\"flex\",\"flexGrow\",\"flexShrink\",\"flexOrder\",\"order\",\"opacity\",\"zIndex\",\"aspectRatio\",\"fontWeight\",\"lineClamp\"]);function nq(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 nQ=new Map;function nZ(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 n0(e,t){e._transitionClasses.add(t),n$(9,e.id,nZ(e)),nz()}function n1(e,t){e._transitionClasses.delete(t),n$(9,e.id,nZ(e)),nz()}function n2(e){tC(()=>{nW().then(()=>{\"function\"==typeof requestAnimationFrame?requestAnimationFrame(e):e()})})}function n6(e,t,l){let n=\"animation\"===t?\"animationend\":\"transitionend\";let r=!1;let i=nA(t=>{r||(r=!0,nD(i),n$(7,e.id,\"bindEvent\",n),nz(),l())});n$(6,e.id,\"bindEvent\",n,i),nz()}function n3(e){return\"number\"==typeof e?{enter:e,leave:e}:e&&\"object\"==typeof e?{enter:e.enter,leave:e.leave}:{enter:0,leave:0}}function n4(e){return null!=e.duration}function n8(e,t){e&&e(...t)}tX({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=nk();let n=tU();return()=>{let r=tJ(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=tz(t,{mode:void 0,appear:!n.isMounted&&!!e.appear,persisted:!1,onBeforeEnter(t){n8(e.onBeforeEnter,[t]),n0(t,s),n0(t,o)},onEnter(t,l){n2(()=>{n1(t,s),n0(t,a),n4(e)?setTimeout(l,n3(e.duration).enter):n6(t,e.type,l)}),n8(e.onEnter,[t,l])},onAfterEnter(t){n1(t,o),n1(t,a),n8(e.onAfterEnter,[t])},onEnterCancelled(t){n1(t,s),n1(t,o),n1(t,a),n8(e.onEnterCancelled,[t])},onBeforeLeave(t){n8(e.onBeforeLeave,[t]),n0(t,u),n0(t,c)},onLeave(t,l){n2(()=>{n1(t,u),n0(t,f),n4(e)?setTimeout(l,n3(e.duration).leave):n6(t,e.type,l)}),n8(e.onLeave,[t,l])},onAfterLeave(t){n1(t,c),n1(t,f),n8(e.onAfterLeave,[t])},onLeaveCancelled(t){n1(t,u),n1(t,c),n1(t,f),n8(e.onLeaveCancelled,[t])}},n,l);tH(t,r)}return function(e,t,l){try{nr(-1);let n=arguments.length;if(2!==n)return n>3?l=Array.prototype.slice.call(arguments,2):3===n&&na(l)&&(l=[l]),nd(e,t,l);if(!T(t)||w(t))return nd(e,null,t);if(na(t))return nd(e,null,[t]);return nd(e,t)}finally{nr(1)}}(e.tag,null,r)}}});let n5=function(e){var t;let l,n;z().__VUE__=!0;let{insert:r,remove:i,patchProp:s,createElement:o,createText:a,createComment:c,setText:f,setElementText:p,parentNode:d,nextSibling:m,setScopeId:_=y,insertStaticContent:b}=e;let S=(e,t,l,n=null,r=null,i=null,s,o=null,a=!!t.dynamicChildren)=>{if(e===t)return;e&&!nu(e,t)&&(n=eo(e),et(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 l8:k(e,t,l,n);break;case l5:j(e,t,l,n);break;case l7:null==e&&E(t,l,n,s);break;case l4:W(e,t,l,n,r,i,s,o,a);break;default:1&f?F(e,t,l,n,r,i,s,o,a):6&f?H(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?tq(c,e&&e.ref,i,t||e,!t):null==c&&e&&null!=e.ref&&tq(e.ref,null,i,e,!0)};let k=(e,t,l,n)=>{if(null==e)r(t.el=a(t.children),l,n);else{let l=t.el=e.el;t.children!==e.children&&f(l,t.children)}};let j=(e,t,l,n)=>{null==e?r(t.el=c(t.children||\"\"),l,n):t.el=e.el};let E=(e,t,l,n)=>{[e.el,e.anchor]=b(e.children,t,l,n,e.el,e.anchor)};let F=(e,t,l,n,r,i,s,o,a)=>{if(\"svg\"===t.type?s=\"svg\":\"math\"===t.type&&(s=\"mathml\"),null==e)I(t,l,n,r,i,s,o,a);else{let l=e.el&&e.el._isVueCE?e.el:null;try{l&&l._beginPatch(),D(e,t,r,i,s,o,a)}finally{l&&l._endPatch()}}};let I=(e,t,l,n,i,a,u,c)=>{var f,d;let h;let g;let{props:y,shapeFlag:m,transition:_,dirs:b}=e;if(h=e.el=o(e.type,a,y&&y.is,y),8&m?p(h,e.children):16&m&&L(e.children,h,null,n,i,lK(e,a),u,c),b&&tI(e,null,n,\"created\"),M(h,e,e.scopeId,u,n),y){for(let e in y)\"value\"===e||R(e)||s(h,e,null,y[e],a,n);\"value\"in y&&s(h,\"value\",null,y.value,a),(g=y.onVnodeBeforeMount)&&n_(g,n,e)}b&&tI(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)&&lG(()=>{g&&n_(g,n,e),x&&_.enter(h),b&&tI(e,null,n,\"mounted\")},i)};let M=(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;M(e,t,t.scopeId,t.slotScopeIds,r.parent)}}};let L=(e,t,l,n,r,i,s,o,a=0)=>{for(let u=a;u<e.length;u++)S(null,e[u]=o?ny(e[u]):ng(e[u]),t,l,n,r,i,s,o)};let D=(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 g=e.props||h;let y=t.props||h;if(l&&lq(l,!1),(a=y.onVnodeBeforeUpdate)&&n_(a,l,t,e),d&&tI(t,e,l,\"beforeUpdate\"),l&&lq(l,!0),(g.innerHTML&&null==y.innerHTML||g.textContent&&null==y.textContent)&&p(u,\"\"),f?$(e.dynamicChildren,f,u,l,n,lK(t,r),i):o||K(e,t,u,null,l,n,lK(t,r),i,!1),c>0){if(16&c)V(u,g,y,l,r);else if(2&c&&g.class!==y.class&&s(u,\"class\",null,y.class,r),4&c&&s(u,\"style\",g.style,y.style,r),8&c){let e=t.dynamicProps;for(let t=0;t<e.length;t++){let n=e[t];let i=g[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||V(u,g,y,l,r);((a=y.onVnodeUpdated)||d)&&lG(()=>{a&&n_(a,l,t,e),d&&tI(t,e,l,\"updated\")},n)};let $=(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===l4||!nu(a,u)||198&a.shapeFlag)?d(a.el):l;S(a,u,c,null,n,r,i,s,!0)}};let V=(e,t,l,n,r)=>{if(t!==l){if(t!==h)for(let i in t)R(i)||i in l||s(e,i,t[i],null,r,n);for(let i in l){if(R(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 W=(e,t,l,n,i,s,o,u,c)=>{let f=t.el=e?e.el:a(\"\");let p=t.anchor=e?e.anchor:a(\"\");let{patchFlag:d,dynamicChildren:h,slotScopeIds:g}=t;(g&&(u=u?u.concat(g):g),null==e)?(r(f,l,n),r(p,l,n),L(t.children||[],l,p,i,s,o,u,c)):d>0&&64&d&&h&&e.dynamicChildren&&e.dynamicChildren.length===h.length?($(e.dynamicChildren,h,l,i,s,o,u),(null!=t.key||i&&t===i.subTree)&&function e(t,l,n=!1){let r=t.children;let i=l.children;if(w(r)&&w(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]=ny(i[t])).el=l.el),n||-2===s.patchFlag||e(l,s)),s.type===l8&&(-1===s.patchFlag&&(s=i[t]=ny(s)),s.el=l.el),s.type!==l5||s.el||(s.el=l.el)}}(e,t,!0)):K(e,t,l,p,i,s,o,u,c)};let H=(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):X(e,t,a)};let J=(e,t,l,n,r,i,s)=>{var o,a,c;let f,p,d;let y=(o=e,a=n,c=r,f=o.type,p=(a?a.appContext:o.appContext)||nb,(d={uid:nx++,vnode:o,type:f,parent:a,appContext:p,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new ee(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:a?a.provides:Object.create(p.provides),ids:a?a.ids:[\"\",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:function e(t,l,n=!1){let r=n?lU:l.propsCache;let i=r.get(t);if(i)return i;let s=t.props;let o={};let a=[];let u=!1;if(!O(t)){let r=t=>{u=!0;let[n,r]=e(t,l,!0);x(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 T(t)&&r.set(t,g),g;if(w(s))for(let e=0;e<s.length;e++){let t=A(s[e]);lN(t)&&(o[t]=h)}else if(s)for(let e in s){let t=A(e);if(lN(t)){let l=s[e];let n=o[t]=w(l)||O(l)?{type:l}:x({},l);let r=n.type;let i=!1;let u=!0;if(w(r))for(let e=0;e<r.length;++e){let t=r[e];let l=O(t)&&t.name;if(\"Boolean\"===l){i=!0;break}\"String\"===l&&(u=!1)}else i=O(r)&&\"Boolean\"===r.name;n[0]=i,n[1]=u,(i||C(n,\"default\"))&&a.push(t)}}let c=[o,a];return T(t)&&r.set(t,c),c}(f,p),emitsOptions:function e(t,l,n=!1){let r=n?lT:l.emitsCache;let i=r.get(t);if(void 0!==i)return i;let s=t.emits;let o={};let a=!1;if(!O(t)){let r=t=>{let n=e(t,l,!0);n&&(a=!0,x(o,n))};!n&&l.mixins.length&&l.mixins.forEach(r),t.extends&&r(t.extends),t.mixins&&t.mixins.forEach(r)}return s||a?(w(s)?s.forEach(e=>o[e]=null):x(o,s),T(t)&&r.set(t,o),o):(T(t)&&r.set(t,null),null)}(f,p),emit:null,emitted:null,propsDefaults:h,inheritAttrs:f.inheritAttrs,ctx:h,data:h,props:h,attrs:h,slots:h,refs:h,setupState:h,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=a?a.root:d,d.emit=lE.bind(null,d),o.ce&&o.ce(d),e.component=d);if(t6(e)&&(y.ctx.renderer=ec),function(e,t=!1,l=!1){t&&u(t);let{props:n,children:r}=e.vnode;let i=nO(e);(function(e,t,l,n=!1){let r={};let i=Object.create(lD);for(let l in e.propsDefaults=Object.create(null),l$(e,t,r,i),e.propsOptions[0])l in r||(r[l]=void 0);l?e.props=n?r:e2(r,!1,eW,eY,eq):e.type.props?e.props=r:e.props=i,e.attrs=i})(e,n,i,t);var s=l||t;let o=e.slots=Object.create(lD);if(32&e.vnode.shapeFlag){let e=r._;e?(lY(o,r,s),s&&N(o,\"_\",e,!0)):lJ(r,o)}else r&&lX(e,r);let a=i?function(e,t){let l=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,ld);let{setup:n}=l;if(n){var r;ed();let l=e.setupContext=n.length>1?{attrs:new Proxy((r=e).attrs,nP),slots:r.slots,emit:r.emit,expose:e=>{r.exposed=e||{}}}:null;let i=nC(e);let s=tf(n,e,0,[e.props,l]);let o=P(s);if(eh(),i(),(o||e.sp)&&!t0(e)&&tY(e),o){if(s.then(nw,nw),t)return s.then(l=>{nE(e,l,t)}).catch(t=>{td(t,e,0)});e.asyncDep=s}else nE(e,s,t)}else nT(e,t)}(e,t):void 0;return t&&u(!1),a}(y,!1,s),y.asyncDep){if(r&&r.registerDep(y,Y,s),!e.el){let n=y.subTree=nd(l5);j(null,n,t,l),e.placeholder=n.el}}else Y(y,e,t,l,r,i,s)};let X=(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||lM(n,s,u):!!s);if(1024&a)return!0;if(16&a)return n?lM(n,s,u):!!s;if(8&a){let e=t.dynamicProps;for(let t=0;t<e.length;t++){let l=e[t];if(lL(s,n,l)&&!lP(u,l))return!0}}return!1}(e,t,l))if(n.asyncDep&&!n.asyncResolved)return void G(n,t,l);else n.next=t,n.update();else t.el=e.el,n.vnode=t};let Y=(e,t,l,r,i,s,o)=>{e.scope.on();let a=e.effect=new el(()=>{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,G(e,l,o)),t.asyncDep.then(()=>{lG(()=>{e.isUnmounted||u()},i)});return}}let f=l;lq(e,!1),l?(l.el=c.el,G(e,l,o)):l=c,n&&U(n),(t=l.props&&l.props.onVnodeBeforeUpdate)&&n_(t,a,l,c),lq(e,!0);let p=lF(e);let h=e.subTree;e.subTree=p,S(h,p,d(h.el),eo(h),e,i,s),l.el=p.el,null===f&&lA(e,p.el),r&&lG(r,i),(t=l.props&&l.props.onVnodeUpdated)&&lG(()=>n_(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=t0(t);if(lq(e,!1),c&&U(c),!g&&(o=u&&u.onVnodeBeforeMount)&&n_(o,p,t),lq(e,!0),a&&n){let t=()=>{e.subTree=lF(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=lF(e);S(null,n,l,r,e,i,s),t.el=n.el}if(f&&lG(f,i),!g&&(o=u&&u.onVnodeMounted)){let e=t;lG(()=>n_(o,p,e),i)}(256&t.shapeFlag||p&&t0(p.vnode)&&256&p.vnode.shapeFlag)&&e.a&&lG(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=()=>tS(c),lq(e,!0),u()};let G=(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=e5(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(lP(e.emitsOptions,s))continue;let c=t[s];if(a)if(C(i,s))c!==i[s]&&(i[s]=c,u=!0);else{let t=A(s);r[t]=lV(a,o,t,c,e,!1)}else c!==i[s]&&(i[s]=c,u=!0)}}}else{let n;for(let s in l$(e,t,r,i)&&(u=!0),o)t&&(C(t,s)||(n=B(s))!==s&&C(t,n))||(a?l&&(void 0!==l[s]||void 0!==l[n])&&(r[s]=lV(a,o,s,void 0,e,!0)):delete r[s]);if(i!==o)for(let e in i)t&&C(t,e)||(delete i[e],u=!0)}u&&eC(e.attrs,\"set\",\"\")}(e,t.props,n,l),((e,t,l)=>{let{vnode:n,slots:r}=e;let i=!0;let s=h;if(32&n.shapeFlag){let e=t._;e?l&&1===e?i=!1:lY(r,t,l):(i=!t.$stable,lJ(t,r)),s=t}else t&&(lX(e,t),s={default:1});if(i)for(let e in r)lW(e)||null!=s[e]||delete r[e]})(e,t.children,l),ed(),tw(e),eh()};let K=(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 Q(u,f,l,n,r,i,s,o,a);else if(256&d)return void q(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?Q(u,f,l,n,r,i,s,o,a):es(u,r,i,!0):(8&c&&p(l,\"\"),16&h&&L(f,l,n,r,i,s,o,a))};let q=(e,t,l,n,r,i,s,o,a)=>{let u;e=e||g,t=t||g;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?ny(t[u]):ng(t[u]);S(e[u],n,l,null,r,i,s,o,a)}c>f?es(e,r,i,!0,!1,p):L(t,l,n,r,i,s,o,a,p)};let Q=(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?ny(t[u]):ng(t[u]);if(nu(n,c))S(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?ny(t[p]):ng(t[p]);if(nu(n,u))S(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;)S(null,t[u]=a?ny(t[u]):ng(t[u]),l,f,r,i,s,o,a),u++}}else if(u>p)for(;u<=f;)et(e[u],r,i,!0),u++;else{let d;let h=u;let y=u;let m=new Map;for(u=y;u<=p;u++){let e=t[u]=a?ny(t[u]):ng(t[u]);null!=e.key&&m.set(e.key,u)}let _=0;let b=p-y+1;let x=!1;let k=0;let C=Array(b);for(u=0;u<b;u++)C[u]=0;for(u=h;u<=f;u++){let n;let c=e[u];if(_>=b){et(c,r,i,!0);continue}if(null!=c.key)n=m.get(c.key);else for(d=y;d<=p;d++)if(0===C[d-y]&&nu(c,t[d])){n=d;break}void 0===n?et(c,r,i,!0):(C[n-y]=u+1,n>=k?k=n:x=!0,S(c,t[n],l,null,r,i,s,o,a),_++)}let w=x?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}(C):g;for(d=w.length-1,u=b-1;u>=0;u--){let e=y+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===C[u]?S(null,f,l,h,r,i,s,o,a):x&&(d<0||u!==w[d]?Z(f,l,h,2):d--)}}};let Z=(e,t,l,n,s=null)=>{let{el:o,type:a,transition:u,children:c,shapeFlag:f}=e;if(6&f)return void Z(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===l4){r(o,t,l);for(let e=0;e<c.length;e++)Z(c[e],t,l,n);r(e.anchor,t,l);return}if(a===l7)return void(({el:e,anchor:t},l,n)=>{let i;for(;e&&e!==t;)i=m(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),lG(()=>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[t$](!0),n(o,()=>{c(),a&&a()})};s?s(o,c,f):f()}else r(o,t,l)};let et=(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&&(ed(),tq(a,null,l,e,!0),eh()),null!=h&&(t.renderCache[h]=void 0),256&f)return void t.ctx.deactivate(e);let g=1&f&&d;let y=!t0(e);if(y&&(i=o&&o.onVnodeBeforeUnmount)&&n_(i,t,e),6&f)ei(e.component,l,n);else{if(128&f)return void e.suspense.unmount(l,n);g&&tI(e,null,t,\"beforeUnmount\"),64&f?e.type.remove(e,t,l,ec,n):c&&!c.hasOnce&&(s!==l4||p>0&&64&p)?es(c,t,l,!1,!0):(s===l4&&384&p||!r&&16&f)&&es(u,t,l),n&&en(e)}(y&&(i=o&&o.onVnodeUnmounted)||g)&&lG(()=>{i&&n_(i,t,e),g&&tI(e,null,t,\"unmounted\")},l)};let en=e=>{let{type:t,el:l,anchor:n,transition:r}=e;if(t===l4)return void er(l,n);if(t===l7)return void(({el:e,anchor:t})=>{let l;for(;e&&e!==t;)l=m(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=m(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;lQ(a),lQ(u),n&&U(n),r.stop(),i&&(i.flags|=8,et(s,e,t,l)),o&&lG(o,t),lG(()=>{e.isUnmounted=!0},t)};let es=(e,t,l,n=!1,r=!1,i=0)=>{for(let s=i;s<e.length;s++)et(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=m(e.anchor||e.el);let l=t&&t[tB];return l?m(l):t};let ea=!1;let eu=(e,t,l)=>{let n;null==e?t._vnode&&(et(t._vnode,null,null,!0),n=t._vnode.component):S(t._vnode||null,e,t,null,null,null,l),t._vnode=e,ea||(ea=!0,tw(n),tO(),ea=!1)};let ec={p:S,um:et,m:Z,r:en,mt:J,mc:L,pc:K,pbc:$,n:eo,o:e};return{render:eu,hydrate:l,createApp:(t=l,function(e,l=null){O(e)||(e=x({},e)),null==l||T(l)||(l=null);let n=lw();let r=new WeakSet;let i=[];let s=!1;let o=n.app={_uid:lO++,_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&&O(e.install)?(r.add(e),e.install(o,...t)):O(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||nd(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,nF(u.component)}},onUnmount(e){i.push(e)},unmount(){s&&(tp(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=lj;lj=o;try{return e()}finally{lj=t}}};return o})}}({createElement(e){let t=new nG(e);return n$(0,t.id,e),nz(),t},createText(e){let t=new nG(\"#text\");return n$(1,t.id),e&&n$(5,t.id,e),nz(),t},createComment(e){let t=new nG(\"#comment\");return n$(0,t.id,\"__comment\"),nz(),t},setText(e,t){n$(5,e.id,t),nz()},setElementText(e,t){for(;e.firstChild;){let t=e.firstChild;e.removeChild(t),n$(3,e.id,t.id)}n$(5,e.id,t),nz()},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;n$(2,t.id,e.id,r),nz()},remove(e){if(e.parent){let t=e.parent.id;e.parent.removeChild(e),n$(3,t,e.id),nz()}},patchProp(e,t,l,n){var r,i;if(t.startsWith(\"main-thread-\")){let l=t.slice(12);if(\"ref\"===l)null!=n&&\"object\"==typeof n&&\"_wvid\"in n&&n$(12,e.id,n.toJSON());else{let t=nq(l);t&&null!=n?(p||(p=new nX,lynx.getCoreContext().addEventListener(\"Lynx.Worklet.runOnBackground\",nY)),p.add(n),n$(11,e.id,t.type,t.name,n)):t&&n$(7,e.id,t.type,t.name)}nz();return}let s=nq(t);if(s){let l=nQ.get(e.id);let r=null==l?void 0:l.get(t);if(null!=n)if(r)nL().handlers.set(r,n);else{let r=nA(n);l||(l=new Map,nQ.set(e.id,l)),l.set(t,r),n$(6,e.id,s.type,s.name,r)}else r&&(nD(r),l.delete(t),n$(7,e.id,s.type,s.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||nK.has(l)?t[l]=n:t[l]=0===n?0:`${n}px`}return t}(n):{};e._style=t;let l=e._vShowHidden?(r=function(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){nR(e,t,l[t])})}return e}({},t),i=i={display:\"none\"},Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(i)):(function(e){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t.push.apply(t,l)}return t})(Object(i)).forEach(function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(i,e))}),r):t;n$(8,e.id,l)}else\"class\"===t?(e._baseClass=null!=n?n:\"\",n$(9,e.id,nZ(e))):\"id\"===t?n$(10,e.id,n):n$(4,e.id,t,n);nz()},parentNode:e=>e.parent,nextSibling:e=>e.next}).createApp;function n7(e,t){let l=n5(e,t);let n={get config(){return l.config},use:(e,...t)=>(l.use(e,...t),n),provide:(e,t)=>(l.provide(e,t),n),mount(){let e=new nG(\"page\",1);l.mount(e)},unmount(){l.unmount()}};return n}Symbol.for(\"v-stc\")}};var s={};function o(e){var t=s[e];if(void 0!==t)return t.exports;var l=s[e]={exports:{}};return i[e](l,l.exports,o),l.exports}o.m=i,o.d=(e,t)=>{for(var l in t)o.o(t,l)&&!o.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:t[l]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce((t,l)=>(o.f[l](e,t),t),[])),o.u=e=>\"static/js/async/\"+e+\".\"+({274:\"041f0d84\",503:\"42218130\"})[e]+\".js\",o.hu=e=>\"\"+e+\".\"+o.h()+\".hot-update.js\",o.h=()=>\"6dc4383eb63034e1\",o.g=(()=>{if(\"object\"==typeof globalThis)return globalThis;try{return this||Function(\"return this\")()}catch(e){if(\"object\"==typeof window)return window}})(),o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{\"u\">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},o.p=\"/\",o.lynx_aci={},t={889:1},l=function(e){var l=e.modules,n=e.ids,r=e.runtime;for(var i in l)o.o(l,i)&&(o.m[i]=l[i]);r&&r(o);for(var s=0;s<n.length;s++)t[n[s]]=1},o.f&&(o.f.require=function(e,n){var r=t[e];if(1!==r)if(r)n.push(r[2]);else{if(o.lynx_aci&&o.lynx_aci[e]){r=t[e]=[null,null];let i=lynx.loadLazyBundle(o.p+o.lynx_aci[e]).then(e=>(l(e),e));r[2]=i,n.push(i);return}let i=new Promise((n,i)=>{r=t[e]=[n,i],lynx.requireModuleAsync(o.p+o.u(e),(e,t)=>{e?i(e):(l(t),n(t))})});r[2]=i,n.push(i)}}),void 0!==l&&(o.C=l);let a=\"__VUE_LYNX_EVENT_REGISTRY__\";function u(e,t){var l;let n,r;null==(l=(!(r=(n=globalThis)[a])&&Object.defineProperty(n,a,{value:r={signCounter:0,handlers:new Map},configurable:!0,enumerable:!1,writable:!0}),r).handlers.get(e))||l(t)}let c=globalThis;\"u\">typeof lynxCoreInject&&(null==(n=lynxCoreInject)?void 0:n.tt)&&(lynxCoreInject.tt.publishEvent=u,lynxCoreInject.tt.publicComponentEvent=(e,t,l)=>{u(t,l)}),c.publishEvent=u,c.updatePage=function(e){},e=(0,(r=o(617)).pM)({__name:\"App\",setup(e){let t=(0,r.$V)(()=>o.e(\"503\").then(o.bind(o,578)));let l=(0,r.$V)(()=>new Promise(e=>{setTimeout(()=>e(o.e(\"274\").then(o.bind(o,265))),1500)}));let n=(0,r.KR)(!0);function i(){n.value=!n.value}return(e,s)=>((0,r.uX)(),(0,r.CE)(\"view\",{style:{flex:1,display:\"flex\",flexDirection:\"column\",backgroundColor:\"#f5f5f5\"}},[(0,r.Lk)(\"text\",{style:{fontSize:18,fontWeight:\"bold\",margin:16,color:\"#111\"}},\" Vue 3 \\xd7 Lynx — Suspense Demo \"),(0,r.Lk)(\"view\",{style:{margin:\"0 16px 12px\",padding:\"8px 16px\",backgroundColor:\"#0077ff\",borderRadius:8},onTap:i},[(0,r.Lk)(\"text\",{style:{color:\"#fff\",fontSize:14}},(0,r.v_)((0,r.R1)(n)?\"Unmount\":\"Remount\")+\" async components \",1)],32),(0,r.R1)(n)?((0,r.uX)(),(0,r.CE)(\"view\",{key:0,style:{margin:\"0 16px 12px\"}},[(0,r.Lk)(\"text\",{style:{fontSize:14,fontWeight:\"bold\",color:\"#333\",marginBottom:6}},\" 1. Slow async component (1.5s delay) \"),((0,r.uX)(),(0,r.Wv)(r.tY,null,{default:(0,r.k6)(()=>[(0,r.bF)((0,r.R1)(l))]),fallback:(0,r.k6)(()=>[(0,r.Lk)(\"view\",{style:{padding:12,backgroundColor:\"#fff3cd\",borderRadius:6}},[(0,r.Lk)(\"text\",{style:{color:\"#856404\",fontSize:13}},\"⏳ Loading slow component...\")])]),_:1}))])):(0,r.Q3)(\"\",!0),(0,r.R1)(n)?((0,r.uX)(),(0,r.CE)(\"view\",{key:1,style:{margin:\"0 16px 12px\"}},[(0,r.Lk)(\"text\",{style:{fontSize:14,fontWeight:\"bold\",color:\"#333\",marginBottom:6}},\" 2. Lazy-loaded counter (dynamic import) \"),((0,r.uX)(),(0,r.Wv)(r.tY,null,{default:(0,r.k6)(()=>[(0,r.bF)((0,r.R1)(t))]),fallback:(0,r.k6)(()=>[(0,r.Lk)(\"view\",{style:{padding:12,backgroundColor:\"#fff3cd\",borderRadius:6}},[(0,r.Lk)(\"text\",{style:{color:\"#856404\",fontSize:13}},\"⏳ Loading chunk...\")])]),_:1}))])):(0,r.Q3)(\"\",!0)]))}}),(0,r.Ef)(e).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))}},92(){}};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(92)),n.x();"},"customSections":{},"elementTemplates":{}}
@@ -1 +0,0 @@
1
- (function(){"use strict";var e=Function("return this;")();function t(t){e.__bundle__holder=void 0,e.globDynamicComponentEntry;var n=t.tt;return n.define("249.1484270f.js",function(e,t,n,r,o,i,a,u,d,l,c,s,f,p,m,_,v,y,b,g,k,x,L,S,C,h,z,R,F,T,j,q,w,A,D,E,V,K,M){(v=v||{}).targetSdkVersion=v.targetSdkVersion||"3.2",v.Promise,j=j||v.fetch,K=K||v.requestAnimationFrame,M=M||v.cancelAnimationFrame,n.ids=["249"],n.modules={360(e,t,n){n.r(t),n.d(t,{default:()=>o});var r=n(139);let o=(0,r.pM)({__name:"LazyCounter",setup(e){let t=(0,r.KR)(0);function n(){t.value++}return(e,o)=>((0,r.uX)(),(0,r.CE)("view",{style:{padding:12,backgroundColor:"#cce5ff",borderRadius:6,display:"flex",flexDirection:"column"}},[(0,r.Lk)("text",{style:{color:"#004085",fontSize:14}}," Lazy-loaded counter: "+(0,r.v_)((0,r.R1)(t)),1),(0,r.Lk)("view",{style:{marginTop:8,padding:"6px 12px",backgroundColor:"#004085",borderRadius:6},onTap:n},[(0,r.Lk)("text",{style:{color:"#fff",fontSize:13}},"Tap to increment")],32)]))}})}}}),n.require("249.1484270f.js")}if(e&&e.bundleSupportLoadScript){var n={init:t};return e.__bundle__holder=n,n}t({tt:tt})})();
@@ -1 +0,0 @@
1
- "use strict";exports.ids=["274"],exports.modules={265(e,t,o){o.r(t),o.d(t,{default:()=>l});var d=o(617);let l=(0,d.pM)({__name:"SlowContent",setup(e){let t=new Date().toLocaleTimeString();return(e,o)=>((0,d.uX)(),(0,d.CE)("view",{style:{padding:12,backgroundColor:"#d4edda",borderRadius:6}},[(0,d.Lk)("text",{style:{color:"#155724",fontSize:14}},"Slow component loaded!"),(0,d.Lk)("text",{style:{color:"#155724",fontSize:11,marginTop:4}}," Resolved at: "+(0,d.v_)((0,d.R1)(t)),1)]))}})}};
@@ -1 +0,0 @@
1
- (function(){"use strict";var e=Function("return this;")();function t(t){e.__bundle__holder=void 0,e.globDynamicComponentEntry;var n=t.tt;return n.define("482.bc91fba2.js",function(e,t,n,o,r,i,d,a,l,u,s,c,m,_,f,p,S,b,v,g,k,y,h,w,C,L,F,R,j,q,x,z,A,D,E,T,V,M,P){(S=S||{}).targetSdkVersion=S.targetSdkVersion||"3.2",S.Promise,x=x||S.fetch,M=M||S.requestAnimationFrame,P=P||S.cancelAnimationFrame,n.ids=["482"],n.modules={777(e,t,n){n.r(t),n.d(t,{default:()=>r});var o=n(139);let r=(0,o.pM)({__name:"SlowContent",setup(e){let t=new Date().toLocaleTimeString();return(e,n)=>((0,o.uX)(),(0,o.CE)("view",{style:{padding:12,backgroundColor:"#d4edda",borderRadius:6}},[(0,o.Lk)("text",{style:{color:"#155724",fontSize:14}},"Slow component loaded!"),(0,o.Lk)("text",{style:{color:"#155724",fontSize:11,marginTop:4}}," Resolved at: "+(0,o.v_)((0,o.R1)(t)),1)]))}})}}}),n.require("482.bc91fba2.js")}if(e&&e.bundleSupportLoadScript){var n={init:t};return e.__bundle__holder=n,n}t({tt:tt})})();
@@ -1 +0,0 @@
1
- "use strict";exports.ids=["503"],exports.modules={578(e,o,t){t.r(o),t.d(o,{default:()=>l});var r=t(617);let l=(0,r.pM)({__name:"LazyCounter",setup(e){let o=(0,r.KR)(0);function t(){o.value++}return(e,l)=>((0,r.uX)(),(0,r.CE)("view",{style:{padding:12,backgroundColor:"#cce5ff",borderRadius:6,display:"flex",flexDirection:"column"}},[(0,r.Lk)("text",{style:{color:"#004085",fontSize:14}}," Lazy-loaded counter: "+(0,r.v_)((0,r.R1)(o)),1),(0,r.Lk)("view",{style:{marginTop:8,padding:"6px 12px",backgroundColor:"#004085",borderRadius:6},onTap:t},[(0,r.Lk)("text",{style:{color:"#fff",fontSize:13}},"Tap to increment")],32)]))}})}};