@vue-lynx-example/transition 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
  transition: './src/index.ts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-lynx-example/transition",
3
- "version": "0.1.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "description": "Vue-Lynx Transition & TransitionGroup demo",
6
6
  "license": "Apache-2.0",
@@ -16,12 +16,8 @@
16
16
  "url": "https://github.com/Huxpro/vue-lynx",
17
17
  "directory": "examples/transition"
18
18
  },
19
- "scripts": {
20
- "build": "rspeedy build",
21
- "dev": "rspeedy dev"
22
- },
23
19
  "dependencies": {
24
- "vue-lynx": "workspace:*"
20
+ "vue-lynx": "0.2.0"
25
21
  },
26
22
  "devDependencies": {
27
23
  "@lynx-js/rspeedy": "^0.13.5",
@@ -30,5 +26,9 @@
30
26
  },
31
27
  "engines": {
32
28
  "node": ">=18"
29
+ },
30
+ "scripts": {
31
+ "build": "rspeedy build",
32
+ "dev": "rspeedy dev"
33
33
  }
34
- }
34
+ }
package/src/App.vue CHANGED
@@ -189,14 +189,10 @@ function onLeave(_el: any, done: () => void) {
189
189
 
190
190
  /* 2. Slide Fade */
191
191
  .slide-fade-enter-active {
192
- transition-property: opacity, transform;
193
- transition-duration: 300ms;
194
- transition-timing-function: ease-out;
192
+ transition: opacity 300ms ease-out, transform 300ms ease-out;
195
193
  }
196
194
  .slide-fade-leave-active {
197
- transition-property: opacity, transform;
198
- transition-duration: 500ms;
199
- transition-timing-function: cubic-bezier(1, 0.5, 0.8, 1);
195
+ transition: opacity 500ms cubic-bezier(1, 0.5, 0.8, 1), transform 500ms cubic-bezier(1, 0.5, 0.8, 1);
200
196
  }
201
197
  .slide-fade-enter-from, .slide-fade-leave-to {
202
198
  transform: translateX(20px);
@@ -221,8 +217,7 @@ function onLeave(_el: any, done: () => void) {
221
217
 
222
218
  /* 7. TransitionGroup list */
223
219
  .list-enter-active, .list-leave-active {
224
- transition-property: opacity, transform;
225
- transition-duration: 300ms;
220
+ transition: opacity 300ms, transform 300ms;
226
221
  }
227
222
  .list-enter-from {
228
223
  opacity: 0;
Binary file
@@ -1 +0,0 @@
1
- {"styleInfo":{"0":{"content":["@keyframes bounce-in {0% {transform:scale(0);} 50% {transform:scale(1.25);} to {transform:scale(1);}}"],"rules":[{"sel":[[[".fade-enter-active"],[],[],[]],[[".fade-leave-active"],[],[],[]]],"decl":[["transition-duration",".3s"],["transition-property","opacity"]]},{"sel":[[[".fade-enter-from"],[],[],[]],[[".fade-leave-to"],[],[],[]]],"decl":[["opacity","0"]]},{"sel":[[[".slide-fade-enter-active"],[],[],[]]],"decl":[["transition-duration",".3s"],["transition-property","opacity,transform"],["transition-timing-function","ease-out"]]},{"sel":[[[".slide-fade-leave-active"],[],[],[]]],"decl":[["transition-duration",".5s"],["transition-property","opacity,transform"],["transition-timing-function","cubic-bezier(1,.5,.8,1)"]]},{"sel":[[[".slide-fade-enter-from"],[],[],[]],[[".slide-fade-leave-to"],[],[],[]]],"decl":[["opacity","0"],["transform","translateX(20px)"]]},{"sel":[[[".bounce-enter-active"],[],[],[]],[[".bounce-leave-active"],[],[],[]]],"decl":[["animation-duration",".5s"],["animation-name","bounce-in"]]},{"sel":[[[".bounce-leave-active"],[],[],[]]],"decl":[["animation-direction","reverse"]]},{"sel":[[[".list-enter-active"],[],[],[]],[[".list-leave-active"],[],[],[]]],"decl":[["transition-duration",".3s"],["transition-property","opacity,transform"]]},{"sel":[[[".list-enter-from"],[],[],[]]],"decl":[["opacity","0"],["transform","translateX(30px)"]]},{"sel":[[[".list-leave-to"],[],[],[]]],"decl":[["opacity","0"],["transform","translateX(-30px)"]]}]}},"manifest":{"/app-service.js":"\"use strict\";var e,t={};t.g=(()=>{if(\"object\"==typeof globalThis)return globalThis;try{return this||Function(\"return this\")()}catch(e){if(\"object\"==typeof window)return window}})();let l=\"__VUE_LYNX_EVENT_REGISTRY__\";function n(e,t){var n;let r,i;null==(n=(!(i=(r=globalThis)[l])&&Object.defineProperty(r,l,{value:i={signCounter:0,handlers:new Map},configurable:!0,enumerable:!1,writable:!0}),i).handlers.get(e))||n(t)}let r=globalThis;\"u\">typeof lynxCoreInject&&(null==(e=lynxCoreInject)?void 0:e.tt)&&(lynxCoreInject.tt.publishEvent=n,lynxCoreInject.tt.publicComponentEvent=(e,t,l)=>{n(t,l)}),r.publishEvent=n,r.updatePage=function(e){},(()=>{let e,l,n,r,i,o,s,a,u,f;function c(e){let t=Object.create(null);for(let l of e.split(\",\"))t[l]=1;return e=>e in t}let d={};let p=[];let h=()=>{};let g=()=>!1;let y=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97);let m=e=>e.startsWith(\"onUpdate:\");let _=Object.assign;let b=Object.prototype.hasOwnProperty;let x=(e,t)=>b.call(e,t);let S=Array.isArray;let w=e=>\"function\"==typeof e;let C=e=>\"string\"==typeof e;let k=e=>\"symbol\"==typeof e;let O=e=>null!==e&&\"object\"==typeof e;let j=e=>(O(e)||w(e))&&w(e.then)&&w(e.catch);let T=Object.prototype.toString;let A=e=>C(e)&&\"NaN\"!==e&&\"-\"!==e[0]&&\"\"+parseInt(e,10)===e;let E=c(\",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted\");let B=e=>{let t=Object.create(null);return l=>t[l]||(t[l]=e(l))};let F=/-\\w/g;let P=B(e=>e.replace(F,e=>e.slice(1).toUpperCase()));let R=/\\B([A-Z])/g;let L=B(e=>e.replace(R,\"-$1\").toLowerCase());let M=B(e=>e.charAt(0).toUpperCase()+e.slice(1));let I=B(e=>e?`on${M(e)}`:\"\");let $=(e,...t)=>{for(let l=0;l<e.length;l++)e[l](...t)};let D=(e,t,l,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:l})};let V=e=>{let t=parseFloat(e);return isNaN(t)?e:t};let z=()=>e||(e=\"u\">typeof globalThis?globalThis:\"u\">typeof self?self:\"u\">typeof window?window:void 0!==t.g?t.g:{});function W(e){if(S(e)){let t={};for(let l=0;l<e.length;l++){let n=e[l];let r=C(n)?function(e){let t={};return e.replace(H,\"\").split(N).forEach(e=>{if(e){let l=e.split(U);l.length>1&&(t[l[0].trim()]=l[1].trim())}}),t}(n):W(n);if(r)for(let e in r)t[e]=r[e]}return t}if(C(e)||O(e))return e}let N=/;(?![^(]*\\))/g;let U=/:([^]+)/;let H=/\\/\\*[^]*?\\*\\//g;function J(e){let t=\"\";if(C(e))t=e;else if(S(e))for(let l=0;l<e.length;l++){let n=J(e[l]);n&&(t+=n+\" \")}else if(O(e))for(let l in e)e[l]&&(t+=l+\" \");return t.trim()}let G=e=>!!(e&&!0===e.__v_isRef);let q=e=>C(e)?e:null==e?\"\":S(e)||O(e)&&(e.toString===T||!w(e.toString))?G(e)?q(e.value):JSON.stringify(e,Y,2):String(e);let Y=(e,t)=>{let l;if(G(t))return Y(e,t.value);if(\"[object Map]\"===(l=t,T.call(l)))return{[`Map(${t.size})`]:[...t.entries()].reduce((e,[t,l],n)=>(e[K(t,n)+\" =>\"]=l,e),{})};{let e;if(\"[object Set]\"===(e=t,T.call(e)))return{[`Set(${t.size})`]:[...t.values()].map(e=>K(e))};else{if(k(t))return K(t);let e;if(O(t)&&!S(t)&&\"[object Object]\"!==(e=t,T.call(e)))return String(t)}}return t};let K=(e,t=\"\")=>{var l;return k(e)?`Symbol(${null!=(l=e.description)?l:t})`:e};class X{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=l;try{return l=this,e()}finally{l=t}}}on(){1===++this._on&&(this.prevScope=l,l=this)}off(){this._on>0&&0===--this._on&&(l=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=l,!e&&l&&(this.index=(l.scopes||(l.scopes=[])).push(this)-1)}}let Z=new WeakSet;class Q{pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,Z.has(this)&&(Z.delete(this),this.trigger()))}notify(){(!(2&this.flags)||32&this.flags)&&(8&this.flags||function(e,t=!1){if(e.flags|=8,t){e.next=i,i=e;return}e.next=r,r=e}(this))}run(){if(!(1&this.flags))return this.fn();this.flags|=2,ef(this),el(this);let e=n;let t=eo;n=this,eo=!0;try{return this.fn()}finally{en(this),n=e,eo=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)ei(e);this.deps=this.depsTail=void 0,ef(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?Z.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){er(this)&&this.run()}get dirty(){return er(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,l&&l.active&&l.effects.push(this)}}let ee=0;function et(){let e;if(!(--ee>0)){if(i){let e=i;for(i=void 0;e;){let t=e.next;e.next=void 0,e.flags&=-9,e=t}}for(;r;){let t=r;for(r=void 0;t;){let l=t.next;if(t.next=void 0,t.flags&=-9,1&t.flags)try{t.trigger()}catch(t){e||(e=t)}t=l}}if(e)throw e}}function el(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function en(e){let t;let l=e.depsTail;let n=l;for(;n;){let e=n.prevDep;-1===n.version?(n===l&&(l=e),ei(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 er(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(function(e){if(4&e.flags&&!(16&e.flags)||(e.flags&=-17,e.globalVersion===ec)||(e.globalVersion=ec,!e.isSSR&&128&e.flags&&(!e.deps&&!e._dirty||!er(e))))return;e.flags|=2;let t=e.dep;let l=n;let r=eo;n=e,eo=!0;try{let l;el(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{n=l,eo=r,en(e),e.flags&=-3}}(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ei(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)ei(e,!0)}t||--l.sc||!l.map||l.map.delete(l.key)}let eo=!0;let es=[];function ea(){es.push(eo),eo=!1}function eu(){let e=es.pop();eo=void 0===e||e}function ef(e){let{cleanup:t}=e;if(e.cleanup=void 0,t){let e=n;n=void 0;try{t()}finally{n=e}}}let ec=0;class ed{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 ep{track(e){if(!n||!eo||n===this.computed)return;let t=this.activeLink;if(void 0===t||t.sub!==n)t=this.activeLink=new ed(n,this),n.deps?(t.prevDep=n.depsTail,n.depsTail.nextDep=t,n.depsTail=t):n.deps=n.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=n.depsTail,t.nextDep=void 0,n.depsTail.nextDep=t,n.depsTail=t,n.deps===t&&(n.deps=e)}return t}trigger(e){this.version++,ec++,this.notify(e)}notify(e){ee++;try{for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{et()}}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 eh=new WeakMap;let ev=Symbol(\"\");let eg=Symbol(\"\");let ey=Symbol(\"\");function em(e,t,l){if(eo&&n){let t=eh.get(e);t||eh.set(e,t=new Map);let n=t.get(l);n||(t.set(l,n=new ep),n.map=t,n.key=l),n.track()}}function e_(e,t,l,n,r,i){let o=eh.get(e);if(!o)return void ec++;let s=e=>{e&&e.trigger()};if(ee++,\"clear\"===t)o.forEach(s);else{let r=S(e);let i=r&&A(l);if(r&&\"length\"===l){let e=Number(n);o.forEach((t,l)=>{(\"length\"===l||l===ey||!k(l)&&l>=e)&&s(t)})}else switch((void 0!==l||o.has(void 0))&&s(o.get(l)),i&&s(o.get(ey)),t){case\"add\":if(r)i&&s(o.get(\"length\"));else{let t;s(o.get(ev));\"[object Map]\"===(t=e,T.call(t))&&s(o.get(eg))}break;case\"delete\":if(!r){let t;s(o.get(ev));\"[object Map]\"===(t=e,T.call(t))&&s(o.get(eg))}break;case\"set\":let a;\"[object Map]\"===(a=e,T.call(a))&&s(o.get(ev))}}et()}function eb(e){let t=e2(e);return t===e?t:(em(t,\"iterate\",ey),e0(e)?t:t.map(e4))}function ex(e){return em(e=e2(e),\"iterate\",ey),e}function eS(e,t){return eQ(e)?eZ(e)?e3(e4(t)):e3(t):e4(t)}let ew={__proto__:null,[Symbol.iterator](){return eC(this,Symbol.iterator,e=>eS(this,e))},concat(...e){return eb(this).concat(...e.map(e=>S(e)?eb(e):e))},entries(){return eC(this,\"entries\",e=>(e[1]=eS(this,e[1]),e))},every(e,t){return eO(this,\"every\",e,t,void 0,arguments)},filter(e,t){return eO(this,\"filter\",e,t,e=>e.map(e=>eS(this,e)),arguments)},find(e,t){return eO(this,\"find\",e,t,e=>eS(this,e),arguments)},findIndex(e,t){return eO(this,\"findIndex\",e,t,void 0,arguments)},findLast(e,t){return eO(this,\"findLast\",e,t,e=>eS(this,e),arguments)},findLastIndex(e,t){return eO(this,\"findLastIndex\",e,t,void 0,arguments)},forEach(e,t){return eO(this,\"forEach\",e,t,void 0,arguments)},includes(...e){return eT(this,\"includes\",e)},indexOf(...e){return eT(this,\"indexOf\",e)},join(e){return eb(this).join(e)},lastIndexOf(...e){return eT(this,\"lastIndexOf\",e)},map(e,t){return eO(this,\"map\",e,t,void 0,arguments)},pop(){return eA(this,\"pop\")},push(...e){return eA(this,\"push\",e)},reduce(e,...t){return ej(this,\"reduce\",e,t)},reduceRight(e,...t){return ej(this,\"reduceRight\",e,t)},shift(){return eA(this,\"shift\")},some(e,t){return eO(this,\"some\",e,t,void 0,arguments)},splice(...e){return eA(this,\"splice\",e)},toReversed(){return eb(this).toReversed()},toSorted(e){return eb(this).toSorted(e)},toSpliced(...e){return eb(this).toSpliced(...e)},unshift(...e){return eA(this,\"unshift\",e)},values(){return eC(this,\"values\",e=>eS(this,e))}};function eC(e,t,l){let n=ex(e);let r=n[t]();return n===e||e0(e)||(r._next=r.next,r.next=()=>{let e=r._next();return e.done||(e.value=l(e.value)),e}),r}let ek=Array.prototype;function eO(e,t,l,n,r,i){let o=ex(e);let s=o!==e&&!e0(e);let a=o[t];if(a!==ek[t]){let t=a.apply(e,i);return s?e4(t):t}let u=l;o!==e&&(s?u=function(t,n){return l.call(this,eS(e,t),n,e)}:l.length>2&&(u=function(t,n){return l.call(this,t,n,e)}));let f=a.call(o,u,n);return s&&r?r(f):f}function ej(e,t,l,n){let r=ex(e);let i=r!==e&&!e0(e);let o=l;let s=!1;r!==e&&(i?(s=0===n.length,o=function(t,n,r){return s&&(s=!1,t=eS(e,t)),l.call(this,t,eS(e,n),r,e)}):l.length>3&&(o=function(t,n,r){return l.call(this,t,n,r,e)}));let a=r[t](o,...n);return s?eS(e,a):a}function eT(e,t,l){let n=e2(e);em(n,\"iterate\",ey);let r=n[t](...l);return(-1===r||!1===r)&&e1(l[0])?(l[0]=e2(l[0]),n[t](...l)):r}function eA(e,t,l=[]){ea(),ee++;let n=e2(e)[t].apply(e,l);return et(),eu(),n}let eE=c(\"__proto__,__v_isRef,__isVue\");let eB=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>\"arguments\"!==e&&\"caller\"!==e).map(e=>Symbol[e]).filter(k));function eF(e){k(e)||(e=String(e));let t=e2(this);return em(t,\"has\",e),t.hasOwnProperty(e)}class eP{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?eq:eG:r?eJ:eH).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(l)?e:void 0;let i=S(e);if(!n){let e;if(i&&(e=ew[t]))return e;if(\"hasOwnProperty\"===t)return eF}let o=Reflect.get(e,t,e6(e)?e:l);if((k(t)?eB.has(t):eE(t))||(n||em(e,\"get\",t),r))return o;if(e6(o)){let e=i&&A(t)?o:o.value;return n&&O(e)?eK(e):e}return O(o)?n?eK(o):eY(o):o}constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}}class eR extends eP{set(e,t,l,n){let r=e[t];let i=S(e)&&A(t);if(!this._isShallow){let e=eQ(r);if(e0(l)||eQ(l)||(r=e2(r),l=e2(l)),!i&&e6(r)&&!e6(l))if(e)return!0;else return r.value=l,!0}let o=i?Number(t)<e.length:x(e,t);let s=Reflect.set(e,t,l,e6(e)?e:n);return e===e2(n)&&(o?Object.is(l,r)||e_(e,\"set\",t,l,r):e_(e,\"add\",t,l)),s}deleteProperty(e,t){let l=x(e,t);let n=e[t];let r=Reflect.deleteProperty(e,t);return r&&l&&e_(e,\"delete\",t,void 0,n),r}has(e,t){let l=Reflect.has(e,t);return k(t)&&eB.has(t)||em(e,\"has\",t),l}ownKeys(e){return em(e,\"iterate\",S(e)?\"length\":ev),Reflect.ownKeys(e)}constructor(e=!1){super(!1,e)}}class eL extends eP{set(e,t){return!0}deleteProperty(e,t){return!0}constructor(e=!1){super(!0,e)}}let eM=new eR;let eI=new eL;let e$=new eR(!0);let eD=e=>e;function eV(e){return function(){return\"delete\"!==e&&(\"clear\"===e?void 0:this)}}function ez(e,t){let l;let n=(_(l={get(l){let n=this.__v_raw;let r=e2(n);let i=e2(l);e||(Object.is(l,i)||em(r,\"get\",l),em(r,\"get\",i));let{has:o}=Reflect.getPrototypeOf(r);let s=t?eD:e?e3:e4;return o.call(r,l)?s(n.get(l)):o.call(r,i)?s(n.get(i)):void(n!==r&&n.get(l))},get size(){let t=this.__v_raw;return e||em(e2(t),\"iterate\",ev),t.size},has(t){let l=this.__v_raw;let n=e2(l);let r=e2(t);return e||(Object.is(t,r)||em(n,\"has\",t),em(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 o=e2(i);let s=t?eD:e?e3:e4;return e||em(o,\"iterate\",ev),i.forEach((e,t)=>l.call(n,s(e),s(t),r))}},e?{add:eV(\"add\"),set:eV(\"set\"),delete:eV(\"delete\"),clear:eV(\"clear\")}:{add(e){let l=e2(this);let n=Reflect.getPrototypeOf(l);let r=e2(e);let i=t||e0(e)||eQ(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),e_(l,\"add\",i,i)),this},set(e,l){t||e0(l)||eQ(l)||(l=e2(l));let n=e2(this);let{has:r,get:i}=Reflect.getPrototypeOf(n);let o=r.call(n,e);o||(e=e2(e),o=r.call(n,e));let s=i.call(n,e);return(n.set(e,l),o)?Object.is(l,s)||e_(n,\"set\",e,l,s):e_(n,\"add\",e,l),this},delete(e){let t=e2(this);let{has:l,get:n}=Reflect.getPrototypeOf(t);let r=l.call(t,e);r||(e=e2(e),r=l.call(t,e));let i=n?n.call(t,e):void 0;let o=t.delete(e);return r&&e_(t,\"delete\",e,void 0,i),o},clear(){let e=e2(this);let t=0!==e.size;let l=e.clear();return t&&e_(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 o=e2(i);let s=\"[object Map]\"===(r=o,T.call(r));let a=\"entries\"===n||n===Symbol.iterator&&s;let u=i[n](...l);let f=t?eD:e?e3:e4;return e||em(o,\"iterate\",\"keys\"===n&&s?eg:ev),_(Object.create(u),{next(){let{value:e,done:t}=u.next();return t?{value:e,done:t}:{value:a?[f(e[0]),f(e[1])]:f(e),done:t}}})}}),l);return(t,l,r)=>\"__v_isReactive\"===l?!e:\"__v_isReadonly\"===l?e:\"__v_raw\"===l?t:Reflect.get(x(n,l)&&l in t?n:t,l,r)}let eW={get:ez(!1,!1)};let eN={get:ez(!1,!0)};let eU={get:ez(!0,!1)};let eH=new WeakMap;let eJ=new WeakMap;let eG=new WeakMap;let eq=new WeakMap;function eY(e){return eQ(e)?e:eX(e,!1,eM,eW,eH)}function eK(e){return eX(e,!0,eI,eU,eG)}function eX(e,t,l,n,r){var i;let o;if(!O(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;let s=(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}}((o=i,T.call(o)).slice(8,-1));if(0===s)return e;let a=r.get(e);if(a)return a;let u=new Proxy(e,2===s?n:l);return r.set(e,u),u}function eZ(e){return eQ(e)?eZ(e.__v_raw):!!(e&&e.__v_isReactive)}function eQ(e){return!!(e&&e.__v_isReadonly)}function e0(e){return!!(e&&e.__v_isShallow)}function e1(e){return!!e&&!!e.__v_raw}function e2(e){let t=e&&e.__v_raw;return t?e2(t):e}let e4=e=>O(e)?eY(e):e;let e3=e=>O(e)?eK(e):e;function e6(e){return!!e&&!0===e.__v_isRef}function e8(e){var t,l;return l=!1,e6(t=e)?t:new e5(t,l)}class e5{get value(){return this.dep.track(),this._value}set value(e){let t=this._rawValue;let l=this.__v_isShallow||e0(e)||eQ(e);Object.is(e=l?e:e2(e),t)||(this._rawValue=e,this._value=l?e:e4(e),this.dep.trigger())}constructor(e,t){this.dep=new ep,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?e:e2(e),this._value=t?e:e4(e),this.__v_isShallow=t}}let e9={get:(e,t,l)=>{var n;return\"__v_raw\"===t?e:e6(n=Reflect.get(e,t,l))?n.value:n},set:(e,t,l,n)=>{let r=e[t];return e6(r)&&!e6(l)?(r.value=l,!0):Reflect.set(e,t,l,n)}};function e7(e){return eZ(e)?e:new Proxy(e,e9)}function te(e,t,l,n){try{return n?e(...n):e()}catch(e){tl(e,t,l)}}function tt(e,t,l,n){if(w(e)){let r=te(e,t,l,n);return r&&j(r)&&r.catch(e=>{tl(e,t,l)}),r}if(S(e)){let r=[];for(let i=0;i<e.length;i++)r.push(tt(e[i],t,l,n));return r}}function tl(e,t,l,n=!0){t&&t.vnode;let{errorHandler:r,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||d;if(t){let n=t.parent;let i=t.proxy;let o=`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,o))return}n=n.parent}if(r){ea(),te(r,null,10,[e,i,o]),eu();return}}(function(e,t=!0,l=!1){if(l)throw e;console.error(e)})(e,n,i)}let tn=[];let tr=-1;let ti=[];let to=null;let ts=0;let ta=Promise.resolve();let tu=null;function tf(e){let t=tu||ta;return e?t.then(this?e.bind(this):e):t}function tc(e){if(!(1&e.flags)){let t=tg(e);let l=tn[tn.length-1];!l||!(2&e.flags)&&t>=tg(l)?tn.push(e):tn.splice(function(e){let t=tr+1;let l=tn.length;for(;t<l;){let n=t+l>>>1;let r=tn[n];let i=tg(r);i<e||i===e&&2&r.flags?t=n+1:l=n}return t}(t),0,e),e.flags|=1,td()}}function td(){tu||(tu=ta.then(function e(t){try{for(tr=0;tr<tn.length;tr++){let e=tn[tr];e&&!(8&e.flags)&&(4&e.flags&&(e.flags&=-2),te(e,e.i,e.i?15:14),4&e.flags||(e.flags&=-2))}}finally{for(;tr<tn.length;tr++){let e=tn[tr];e&&(e.flags&=-2)}tr=-1,tn.length=0,tv(t),tu=null,(tn.length||ti.length)&&e(t)}}))}function tp(e){S(e)?ti.push(...e):to&&-1===e.id?to.splice(ts+1,0,e):1&e.flags||(ti.push(e),e.flags|=1),td()}function th(e,t,l=tr+1){for(;l<tn.length;l++){let t=tn[l];if(t&&2&t.flags){if(e&&t.id!==e.uid)continue;tn.splice(l,1),l--,4&t.flags&&(t.flags&=-2),t(),4&t.flags||(t.flags&=-2)}}}function tv(e){if(ti.length){let e=[...new Set(ti)].sort((e,t)=>tg(e)-tg(t));if(ti.length=0,to)return void to.push(...e);for(ts=0,to=e;ts<to.length;ts++){let e=to[ts];4&e.flags&&(e.flags&=-2),8&e.flags||e(),e.flags&=-2}to=null,ts=0}}let tg=e=>null==e.id?2&e.flags?-1:1/0:e.id;let ty=null;let tm=null;function t_(e){let t=ty;return ty=e,tm=e&&e.type.__scopeId||null,t}function tb(e,t=ty,l){if(!t||e._n)return e;let n=(...l)=>{let r;n._d&&lb(-1);let i=t_(t);try{r=e(...l)}finally{t_(i),n._d&&lb(1)}return r};return n._n=!0,n._c=!0,n._d=!0,n}function tx(e,t,l,n){let r=e.dirs;let i=t&&t.dirs;for(let o=0;o<r.length;o++){let s=r[o];i&&(s.oldValue=i[o].value);let a=s.dir[n];a&&(ea(),tt(a,l,8,[e.el,s,e,t]),eu())}}let tS=Symbol(\"_vte\");let tw=Symbol(\"_leaveCb\");let tC=Symbol(\"_enterCb\");function tk(){let e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return tU(()=>{e.isMounted=!0}),tH(()=>{e.isUnmounting=!0}),e}let tO=[Function,Array];let tj=e=>{let t=e.subTree;return t.component?tj(t.component):t};function tT(e){let t=e[0];if(e.length>1){for(let l of e)if(l.type!==lh){t=l;break}}return t}let tA={name:\"BaseTransition\",props:{mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:tO,onEnter:tO,onAfterEnter:tO,onEnterCancelled:tO,onBeforeLeave:tO,onLeave:tO,onAfterLeave:tO,onLeaveCancelled:tO,onBeforeAppear:tO,onAppear:tO,onAfterAppear:tO,onAppearCancelled:tO},setup(e,{slots:t}){let l=l$();let n=tk();return()=>{let r=t.default&&tL(t.default(),!0);if(!r||!r.length)return;let i=tT(r);let o=e2(e);let{mode:s}=o;if(n.isLeaving)return tF(i);let a=tP(i);if(!a)return tF(i);let u=tB(a,o,n,l,e=>u=e);a.type!==lh&&tR(a,u);let f=l.subTree&&tP(l.subTree);if(f&&f.type!==lh&&!lC(f,a)&&tj(l).type!==lh){let e=tB(f,o,n,l);if(tR(f,e),\"out-in\"===s&&a.type!==lh)return n.isLeaving=!0,e.afterLeave=()=>{n.isLeaving=!1,8&l.job.flags||l.update(),delete e.afterLeave,f=void 0},tF(i);\"in-out\"===s&&a.type!==lh?e.delayLeave=(e,t,l)=>{tE(n,f)[String(f.key)]=f,e[tw]=()=>{t(),e[tw]=void 0,delete u.delayedLeave,f=void 0},u.delayedLeave=()=>{l(),delete u.delayedLeave,f=void 0}}:f=void 0}else f&&(f=void 0);return i}}};function tE(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 tB(e,t,l,n,r){let{appear:i,mode:o,persisted:s=!1,onBeforeEnter:a,onEnter:u,onAfterEnter:f,onEnterCancelled:c,onBeforeLeave:d,onLeave:p,onAfterLeave:h,onLeaveCancelled:g,onBeforeAppear:y,onAppear:m,onAfterAppear:_,onAppearCancelled:b}=t;let x=String(e.key);let w=tE(l,e);let C=(e,t)=>{e&&tt(e,n,9,t)};let k=(e,t)=>{let l=t[1];C(e,t),S(e)?e.every(e=>e.length<=1)&&l():e.length<=1&&l()};let O={mode:o,persisted:s,beforeEnter(t){let n=a;if(!l.isMounted)if(!i)return;else n=y||a;t[tw]&&t[tw](!0);let r=w[x];r&&lC(e,r)&&r.el[tw]&&r.el[tw](),C(n,[t])},enter(t){if(w[x]===e)return;let n=u;let r=f;let o=c;if(!l.isMounted)if(!i)return;else n=m||u,r=_||f,o=b||c;let s=!1;t[tC]=e=>{s||(s=!0,e?C(o,[t]):C(r,[t]),O.delayedLeave&&O.delayedLeave(),t[tC]=void 0)};let a=t[tC].bind(null,!1);n?k(n,[t,a]):a()},leave(t,n){let r=String(e.key);if(t[tC]&&t[tC](!0),l.isUnmounting)return n();C(d,[t]);let i=!1;t[tw]=l=>{i||(i=!0,n(),l?C(g,[t]):C(h,[t]),t[tw]=void 0,w[r]===e&&delete w[r])};let o=t[tw].bind(null,!1);w[r]=e,p?k(p,[t,o]):o()},clone(e){let i=tB(e,t,l,n,r);return r&&r(i),i}};return O}function tF(e){if(tW(e))return(e=lA(e)).children=null,e}function tP(e){if(!tW(e))return e.type.__isTeleport&&e.children?tT(e.children):e;if(e.component)return e.component.subTree;let{shapeFlag:t,children:l}=e;if(l){if(16&t)return l[0];if(32&t&&w(l.default))return l.default()}}function tR(e,t){6&e.shapeFlag&&e.component?(e.transition=t,tR(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 tL(e,t=!1,l){let n=[];let r=0;for(let i=0;i<e.length;i++){let o=e[i];let s=null==l?o.key:String(l)+String(null!=o.key?o.key:i);o.type===ld?(128&o.patchFlag&&r++,n=n.concat(tL(o.children,t,s))):(t||o.type!==lh)&&n.push(null!=s?lA(o,{key:s}):o)}if(r>1)for(let e=0;e<n.length;e++)n[e].patchFlag=-2;return n}function tM(e,t){return w(e)?_({name:e.name},t,{setup:e}):e}function tI(e,t){let l;return!!((l=Object.getOwnPropertyDescriptor(e,t))&&!l.configurable)}let t$=new WeakMap;function tD(e,t,l,n,r=!1){if(S(e))return void e.forEach((e,i)=>tD(e,t&&(S(t)?t[i]:t),l,n,r));if(tz(n)&&!r){512&n.shapeFlag&&n.type.__asyncResolved&&n.component.subTree.component&&tD(e,t,l,n.component.subTree);return}let i=4&n.shapeFlag?lJ(n.component):n.el;let o=r?null:i;let{i:s,r:a}=e;let u=t&&t.r;let f=s.refs===d?s.refs={}:s.refs;let c=s.setupState;let p=e2(c);let h=c===d?g:e=>!tI(f,e)&&x(p,e);let y=(e,t)=>!(t&&tI(f,t));if(null!=u&&u!==a&&(tV(t),C(u)?(f[u]=null,h(u)&&(c[u]=null)):e6(u)&&(y(u,t.k)&&(u.value=null),t.k&&(f[t.k]=null))),w(a))te(a,s,12,[o,f]);else{let t=C(a);let n=e6(a);if(t||n){let s=()=>{if(e.f){let n=t?h(a)?c[a]:f[a]:y(a)||!e.k?a.value:f[e.k];if(r){var l,s;let e;S(n)&&(l=n,s=i,(e=l.indexOf(s))>-1&&l.splice(e,1))}else if(S(n))n.includes(i)||n.push(i);else if(t)f[a]=[i],h(a)&&(c[a]=f[a]);else{let t=[i];y(a,e.k)&&(a.value=t),e.k&&(f[e.k]=t)}}else t?(f[a]=o,h(a)&&(c[a]=o)):n&&(y(a,e.k)&&(a.value=o),e.k&&(f[e.k]=o))};if(o){let t=()=>{s(),t$.delete(e)};t.id=-1,t$.set(e,t),la(t,l)}else tV(e),s()}}}function tV(e){let t=t$.get(e);t&&(t.flags|=8,t$.delete(e))}z().requestIdleCallback,z().cancelIdleCallback;let tz=e=>!!e.type.__asyncLoader;let tW=e=>e.type.__isKeepAlive;let tN=e=>(t,l=lI)=>{lW&&\"sp\"!==e||function(e,t,l=lI,n=!1){if(l){let r=l[e]||(l[e]=[]);let i=t.__weh||(t.__weh=(...n)=>{ea();let r=lD(l);let i=tt(t,l,e,n);return r(),eu(),i});return n?r.unshift(i):r.push(i),i}}(e,(...e)=>t(...e),l)};tN(\"bm\");let tU=tN(\"m\");tN(\"bu\"),tN(\"u\");let tH=tN(\"bum\");tN(\"um\"),tN(\"sp\"),tN(\"rtg\"),tN(\"rtc\");let tJ=Symbol.for(\"v-ndc\");let tG=e=>e?lz(e)?lJ(e):tG(e.parent):null;let tq=_(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=>tG(e.parent),$root:e=>tG(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>e.type,$forceUpdate:e=>e.f||(e.f=()=>{tc(e.update)}),$nextTick:e=>e.n||(e.n=tf.bind(e.proxy)),$watch:e=>h});let tY=(e,t)=>e!==d&&!e.__isScriptSetup&&x(e,t);let tK={get({_:e},t){let l,n;if(\"__v_skip\"===t)return!0;let{ctx:r,setupState:i,data:o,props:s,accessCache:a,type:u,appContext:f}=e;if(\"$\"!==t[0]){let e=a[t];if(void 0!==e)switch(e){case 1:return i[t];case 2:return o[t];case 4:return r[t];case 3:return s[t]}else if(tY(i,t))return a[t]=1,i[t];else if(1)if(x(s,t))return a[t]=3,s[t];else{if(r!==d&&x(r,t))return a[t]=4,r[t];a[t]=0}}let c=tq[t];return c?(\"$attrs\"===t&&em(e.attrs,\"get\",\"\"),c(e)):(l=u.__cssModules)&&(l=l[t])?l:r!==d&&x(r,t)?(a[t]=4,r[t]):x(n=f.config.globalProperties,t)?n[t]:void 0},set({_:e},t,l){let{data:n,setupState:r,ctx:i}=e;if(tY(r,t))return r[t]=l,!0;if(1&&x(e.props,t))return!1;return!(\"$\"===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:o}},s){let a;return!!(l[s]||tY(t,s)||x(i,s)||x(n,s)||x(tq,s)||x(r.config.globalProperties,s)||(a=o.__cssModules)&&a[s])},defineProperty(e,t,l){return null!=l.get?e._.accessCache[t]=0:x(l,\"value\")&&this.set(e,t,l.value,null),Reflect.defineProperty(e,t,l)}};function tX(){return{app:null,config:{isNativeTag:g,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 tZ=0;let tQ=null;function t0(e,t,...l){let n;if(e.isUnmounted)return;let r=e.vnode.props||d;let i=l;let o=t.startsWith(\"update:\");let s;let a=o&&(\"modelValue\"===(s=t.slice(7))||\"model-value\"===s?r.modelModifiers:r[`${s}Modifiers`]||r[`${P(s)}Modifiers`]||r[`${L(s)}Modifiers`]);a&&(a.trim&&(i=l.map(e=>C(e)?e.trim():e)),a.number&&(i=l.map(V)));let u=r[n=I(t)]||r[n=I(P(t))];!u&&o&&(u=r[n=I(L(t))]),u&&tt(u,e,6,i);let f=r[n+\"Once\"];if(f){if(e.emitted){if(e.emitted[n])return}else e.emitted={};e.emitted[n]=!0,tt(f,e,6,i)}}function t1(e,t){return!!e&&!!y(t)&&(x(e,(t=t.slice(2).replace(/Once$/,\"\"))[0].toLowerCase()+t.slice(1))||x(e,L(t))||x(e,t))}function t2(e){let t,l;let{type:n,vnode:r,proxy:i,withProxy:o,propsOptions:[s],slots:a,attrs:u,emit:f,render:c,renderCache:d,props:p,data:h,setupState:g,ctx:y,inheritAttrs:_}=e;let b=t_(e);try{if(4&r.shapeFlag){let e=o||i;t=lB(c.call(e,e,d,p,g,h,y)),l=u}else t=lB(n.length>1?n(p,{attrs:u,slots:a,emit:f}):n(p,null)),l=n.props?u:t4(u)}catch(l){lg.length=0,tl(l,e,1),t=lT(lh)}let x=t;if(l&&!1!==_){let e=Object.keys(l);let{shapeFlag:t}=x;e.length&&7&t&&(s&&e.some(m)&&(l=t3(l,s)),x=lA(x,l,!1,!0))}return r.dirs&&((x=lA(x,null,!1,!0)).dirs=x.dirs?x.dirs.concat(r.dirs):r.dirs),r.transition&&tR(x,r.transition),t=x,t_(b),t}let t4=e=>{let t;for(let l in e)(\"class\"===l||\"style\"===l||y(l))&&((t||(t={}))[l]=e[l]);return t};let t3=(e,t)=>{let l={};for(let n in e)m(n)&&n.slice(9)in t||(l[n]=e[n]);return l};function t6(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(t8(t,e,i)&&!t1(l,i))return!0}return!1}function t8(e,t,l){let n=e[l];let r=t[l];return\"style\"===l&&O(n)&&O(r)?!function e(t,l){let n,r;if(t===l)return!0;let i=\"[object Date]\"===(n=t,T.call(n));let o=\"[object Date]\"===(r=l,T.call(r));if(i||o)return!!i&&!!o&&t.getTime()===l.getTime();if(i=k(t),o=k(l),i||o)return t===l;if(i=S(t),o=S(l),i||o)return!!i&&!!o&&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=O(t),o=O(l),i||o){if(!i||!o||Object.keys(t).length!==Object.keys(l).length)return!1;for(let n in t){let r=t.hasOwnProperty(n);let i=l.hasOwnProperty(n);if(r&&!i||!r&&i||!e(t[n],l[n]))return!1}}return String(t)===String(l)}(n,r):n!==r}let t5={};let t9=e=>Object.getPrototypeOf(e)===t5;function t7(e,t,l,n){let r;let[i,o]=e.propsOptions;let s=!1;if(t)for(let a in t){let u;if(E(a))continue;let f=t[a];i&&x(i,u=P(a))?o&&o.includes(u)?(r||(r={}))[u]=f:l[u]=f:t1(e.emitsOptions,a)||a in n&&f===n[a]||(n[a]=f,s=!0)}if(o){let t=e2(l);let n=r||d;for(let r=0;r<o.length;r++){let s=o[r];l[s]=le(i,t,s,n[s],e,!x(n,s))}}return s}function le(e,t,l,n,r,i){let o=e[l];if(null!=o){let e=x(o,\"default\");if(e&&void 0===n){let e=o.default;if(o.type!==Function&&!o.skipFactory&&w(e)){let{propsDefaults:i}=r;if(l in i)n=i[l];else{let o=lD(r);n=i[l]=e.call(null,t),o()}}else n=e;r.ce&&r.ce._setProp(l,n)}o[0]&&(i&&!e?n=!1:o[1]&&(\"\"===n||n===L(l))&&(n=!0))}return n}function lt(e){return!(\"$\"===e[0]||E(e))}let ll=e=>\"_\"===e||\"_ctx\"===e||\"$stable\"===e;let ln=e=>S(e)?e.map(lB):[lB(e)];let lr=(e,t,l)=>{if(t._n)return t;let n=tb((...e)=>ln(t(...e)),l);return n._c=!1,n};let li=(e,t,l)=>{let n=e._ctx;for(let l in e){if(ll(l))continue;let r=e[l];if(w(r))t[l]=lr(l,r,n);else if(null!=r){let e=ln(r);t[l]=()=>e}}};let lo=(e,t)=>{let l=ln(t);e.slots.default=()=>l};let ls=(e,t,l)=>{for(let n in t)(l||!ll(n))&&(e[n]=t[n])};let la=function(e,t){t&&t.pendingBranch?S(e)?t.effects.push(...e):t.effects.push(e):tp(e)};function lu({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 lf({effect:e,job:t},l){l?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function lc(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}let ld=Symbol.for(\"v-fgt\");let lp=Symbol.for(\"v-txt\");let lh=Symbol.for(\"v-cmt\");let lv=Symbol.for(\"v-stc\");let lg=[];let ly=null;function lm(e=!1){lg.push(ly=e?null:[])}let l_=1;function lb(e,t=!1){l_+=e,e<0&&ly&&t&&(ly.hasOnce=!0)}function lx(e){return e.dynamicChildren=l_>0?ly||p:null,lg.pop(),ly=lg[lg.length-1]||null,l_>0&&ly&&ly.push(e),e}function lS(e,t,l,n,r,i){return lx(lj(e,t,l,n,r,i,!0))}function lw(e){return!!e&&!0===e.__v_isVNode}function lC(e,t){return e.type===t.type&&e.key===t.key}let lk=({key:e})=>null!=e?e:null;let lO=({ref:e,ref_key:t,ref_for:l})=>(\"number\"==typeof e&&(e=\"\"+e),null!=e?C(e)||e6(e)||w(e)?{i:ty,r:e,k:t,f:!!l}:e:null);function lj(e,t=null,l=null,n=0,r=null,i=+(e!==ld),o=!1,s=!1){let a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&lk(t),ref:t&&lO(t),scopeId:tm,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:ty};return s?(lP(a,l),128&i&&e.normalize(a)):l&&(a.shapeFlag|=C(l)?8:16),l_>0&&!o&&ly&&(a.patchFlag>0||6&i)&&32!==a.patchFlag&&ly.push(a),a}let lT=function(e,t=null,l=null,n=0,r=null,i=!1){var o,s;if(e&&e!==tJ||(e=lh),lw(e)){let n=lA(e,t,!0);return l&&lP(n,l),l_>0&&!i&&ly&&(6&n.shapeFlag?ly[ly.indexOf(e)]=n:ly.push(n)),n.patchFlag=-2,n}if(w(o=e)&&\"__vccOpts\"in o&&(e=e.__vccOpts),t){let{class:e,style:l}=t=(s=t)?e1(s)||t9(s)?_({},s):s:null;e&&!C(e)&&(t.class=J(e)),O(l)&&(e1(l)&&!S(l)&&(l=_({},l)),t.style=W(l))}let a=C(e)?1:e.__isSuspense?128:e.__isTeleport?64:O(e)?4:2*!!w(e);return lj(e,t,l,n,r,a,i,!0)};function lA(e,t,l=!1,n=!1){let{props:r,ref:i,patchFlag:o,children:s,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=J([t.class,n.class]));else if(\"style\"===e)t.style=W([t.style,n.style]);else if(y(e)){let l=t[e];let r=n[e];r&&l!==r&&!(S(l)&&l.includes(r))&&(t[e]=l?[].concat(l,r):r)}else\"\"!==e&&(t[e]=n[e])}return t}(r||{},t):r;let f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&lk(u),ref:t&&t.ref?l&&i?S(i)?i.concat(lO(t)):[i,lO(t)]:lO(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:s,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ld?-1===o?16:16|o:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&lA(e.ssContent),ssFallback:e.ssFallback&&lA(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&n&&tR(f,a.clone(f)),f}function lE(e=\"\",t=!1){return t?(lm(),lx(lT(lh,null,e,void 0,void 0,!0))):lT(lh,null,e)}function lB(e){return null==e||\"boolean\"==typeof e?lT(lh):S(e)?lT(ld,null,e.slice()):lw(e)?lF(e):lT(lp,null,String(e))}function lF(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:lA(e)}function lP(e,t){let l=0;let{shapeFlag:n}=e;if(null==t)t=null;else if(S(t))l=16;else if(\"object\"==typeof t)if(65&n){let l=t.default;l&&(l._c&&(l._d=!1),lP(e,l()),l._c&&(l._d=!0));return}else{l=32;let n=t._;n||t9(t)?3===n&&ty&&(1===ty.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=ty}else w(t)?(t={default:t,_ctx:ty},l=32):(t=String(t),64&n?(l=16,t=[function(e=\" \",t=0){return lT(lp,null,e,t)}(t)]):l=8);e.children=t,e.shapeFlag|=l}function lR(e,t,l,n=null){tt(e,t,7,[l,n])}let lL=tX();let lM=0;let lI=null;let l$=()=>lI||ty;{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)}};o=t(\"__VUE_INSTANCE_SETTERS__\",e=>lI=e),s=t(\"__VUE_SSR_SETTERS__\",e=>lW=e)}let lD=e=>{let t=lI;return o(e),e.scope.on(),()=>{e.scope.off(),o(t)}};let lV=()=>{lI&&lI.scope.off(),o(null)};function lz(e){return 4&e.vnode.shapeFlag}let lW=!1;function lN(e,t,l){w(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:O(t)&&(e.setupState=e7(t)),lU(e,l)}function lU(e,t,l){let n=e.type;if(!e.render){if(!t&&a&&!n.render){let t=n.template||!1;if(t){let{isCustomElement:l,compilerOptions:r}=e.appContext.config;let{delimiters:i,compilerOptions:o}=n;n.render=a(t,_(_({isCustomElement:l,delimiters:i},r),o))}}e.render=n.render||h,u&&u(e)}}let lH={get:(e,t)=>(em(e,\"get\",\"\"),e[t])};function lJ(e){var t;return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(e7((!x(t=e.exposed,\"__v_skip\")&&Object.isExtensible(t)&&D(t,\"__v_skip\",!0),t)),{get:(t,l)=>l in t?t[l]:l in tq?tq[l](e):void 0,has:(e,t)=>t in e||t in tq})):e.proxy}function lG(e,t,l){try{lb(-1);let n=arguments.length;if(2!==n)return n>3?l=Array.prototype.slice.call(arguments,2):3===n&&lw(l)&&(l=[l]),lT(e,t,l);if(!O(t)||S(t))return lT(e,null,t);if(lw(t))return lT(e,null,[t]);return lT(e,t)}finally{lb(1)}}function lq(e,t,l){return t in e?Object.defineProperty(e,t,{value:l,enumerable:!0,configurable:!0,writable:!0}):e[t]=l,e}let lY=\"__VUE_LYNX_EVENT_REGISTRY__\";function lK(){let e=globalThis;let t=e[lY];return t||Object.defineProperty(e,lY,{value:t={signCounter:0,handlers:new Map},configurable:!0,enumerable:!1,writable:!0}),t}function lX(e){let t=lK();let l=`vue:${t.signCounter++}`;return t.handlers.set(l,e),l}function lZ(e){lK().handlers.delete(e)}let lQ=[];function l0(...e){for(let t of e)lQ.push(t)}let l1=!1;let l2=null;let l4=null;function l3(){return null!=l4?l4:Promise.resolve()}function l6(){l1||(l1=!0,tp(l8))}function l8(){var e,t;let l;l1=!1;let n=(l=lQ,lQ=[],l);if(0===n.length)return;l4=new Promise(e=>{l2=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==l2||l2(),l2=null,l4=null})}class l5{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(){lq(this,\"lastIndex\",0),lq(this,\"map\",new Map)}}class l9 extends l5{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 l7(e){let t=JSON.parse(e.data);let l=f.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 ne{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){lq(this,\"id\",void 0),lq(this,\"type\",void 0),lq(this,\"parent\",null),lq(this,\"firstChild\",null),lq(this,\"lastChild\",null),lq(this,\"prev\",null),lq(this,\"next\",null),lq(this,\"_style\",{}),lq(this,\"_vShowHidden\",!1),lq(this,\"_baseClass\",\"\"),lq(this,\"_transitionClasses\",new Set),void 0===t?this.id=ne.nextId++:this.id=t,this.type=e}}lq(ne,\"nextId\",2);let nt=new Set([\"flex\",\"flexGrow\",\"flexShrink\",\"flexOrder\",\"order\",\"opacity\",\"zIndex\",\"aspectRatio\",\"fontWeight\",\"lineClamp\"]);function nl(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 nn=new Map;function nr(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 ni(e,t){e._transitionClasses.add(t),l0(9,e.id,nr(e)),l6()}function no(e,t){e._transitionClasses.delete(t),l0(9,e.id,nr(e)),l6()}function ns(e){tp(()=>{l3().then(()=>{\"function\"==typeof requestAnimationFrame?requestAnimationFrame(e):e()})})}function na(e,t,l){let n=\"animation\"===t?\"animationend\":\"transitionend\";let r=!1;let i=lX(t=>{r||(r=!0,lZ(i),l0(7,e.id,\"bindEvent\",n),l6(),l())});l0(6,e.id,\"bindEvent\",n,i),l6()}function nu(e){return\"number\"==typeof e?{enter:e,leave:e}:e&&\"object\"==typeof e?{enter:e.enter,leave:e.leave}:{enter:0,leave:0}}function nf(e){return null!=e.duration}function nc(e,t){e&&e(...t)}let nd=(e,{slots:t})=>lG(tA,function(e){let t=e.name||\"v\";let{type:l,duration:n,enterFromClass:r=`${t}-enter-from`,enterActiveClass:i=`${t}-enter-active`,enterToClass:o=`${t}-enter-to`,leaveFromClass:s=`${t}-leave-from`,leaveActiveClass:a=`${t}-leave-active`,leaveToClass:u=`${t}-leave-to`,appearFromClass:f=e.appear?r:void 0,appearActiveClass:c=e.appear?i:void 0,appearToClass:d=e.appear?o:void 0}=e;let p={mode:e.mode,appear:e.appear,persisted:e.persisted,onBeforeEnter(t){nc(e.onBeforeEnter,[t]),ni(t,r),ni(t,i)},onEnter(t,i){ns(()=>{no(t,r),ni(t,o),nf(e)?setTimeout(i,nu(n).enter):na(t,l,i)}),nc(e.onEnter,[t,i])},onAfterEnter(t){no(t,i),no(t,o),nc(e.onAfterEnter,[t])},onEnterCancelled(t){no(t,r),no(t,i),no(t,o),nc(e.onEnterCancelled,[t])},onBeforeLeave(t){nc(e.onBeforeLeave,[t]),ni(t,s),ni(t,a)},onLeave(t,r){ns(()=>{no(t,s),ni(t,u),nf(e)?setTimeout(r,nu(n).leave):na(t,l,r)}),nc(e.onLeave,[t,r])},onAfterLeave(t){no(t,a),no(t,u),nc(e.onAfterLeave,[t])},onLeaveCancelled(t){no(t,s),no(t,a),no(t,u),nc(e.onLeaveCancelled,[t])}};return e.appear&&f&&c&&d&&(p.onBeforeAppear=t=>{nc(e.onBeforeAppear,[t]),ni(t,f),ni(t,c)},p.onAppear=(t,r)=>{ns(()=>{no(t,f),ni(t,d),nf(e)?setTimeout(r,nu(n).enter):na(t,l,r)}),nc(e.onAppear,[t,r])},p.onAfterAppear=t=>{no(t,c),no(t,d),nc(e.onAfterAppear,[t])},p.onAppearCancelled=t=>{no(t,f),no(t,c),no(t,d),nc(e.onAppearCancelled,[t])}),p}(e),t);function np(e,t){e._transitionClasses.add(t),l0(9,e.id,nr(e)),l6()}function nh(e,t){e._transitionClasses.delete(t),l0(9,e.id,nr(e)),l6()}function nv(e){tp(()=>{l3().then(()=>{\"function\"==typeof requestAnimationFrame?requestAnimationFrame(e):e()})})}function ng(e,t,l){let n=\"animation\"===t?\"animationend\":\"transitionend\";let r=!1;let i=lX(t=>{r||(r=!0,lZ(i),l0(7,e.id,\"bindEvent\",n),l6(),l())});l0(6,e.id,\"bindEvent\",n,i),l6()}function ny(e){return\"number\"==typeof e?{enter:e,leave:e}:e&&\"object\"==typeof e?{enter:e.enter,leave:e.leave}:{enter:0,leave:0}}function nm(e){return null!=e.duration}function n_(e,t){e&&e(...t)}nd.displayName=\"Transition\";let nb=tM({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=l$();let n=tk();return()=>{let r=tL(t.default?t.default():[]);let i=e.name||\"v\";let o=e.enterFromClass||`${i}-enter-from`;let s=e.enterActiveClass||`${i}-enter-active`;let a=e.enterToClass||`${i}-enter-to`;let u=e.leaveFromClass||`${i}-leave-from`;let f=e.leaveActiveClass||`${i}-leave-active`;let c=e.leaveToClass||`${i}-leave-to`;for(let t of r){if(null==t.key)continue;let r=tB(t,{mode:void 0,appear:!n.isMounted&&!!e.appear,persisted:!1,onBeforeEnter(t){n_(e.onBeforeEnter,[t]),np(t,o),np(t,s)},onEnter(t,l){nv(()=>{nh(t,o),np(t,a),nm(e)?setTimeout(l,ny(e.duration).enter):ng(t,e.type,l)}),n_(e.onEnter,[t,l])},onAfterEnter(t){nh(t,s),nh(t,a),n_(e.onAfterEnter,[t])},onEnterCancelled(t){nh(t,o),nh(t,s),nh(t,a),n_(e.onEnterCancelled,[t])},onBeforeLeave(t){n_(e.onBeforeLeave,[t]),np(t,u),np(t,f)},onLeave(t,l){nv(()=>{nh(t,u),np(t,c),nm(e)?setTimeout(l,ny(e.duration).leave):ng(t,e.type,l)}),n_(e.onLeave,[t,l])},onAfterLeave(t){nh(t,f),nh(t,c),n_(e.onAfterLeave,[t])},onLeaveCancelled(t){nh(t,u),nh(t,f),nh(t,c),n_(e.onLeaveCancelled,[t])}},n,l);tR(t,r)}return lG(e.tag,null,r)}}});let nx=function(e){var t;let l,n;z().__VUE__=!0;let{insert:r,remove:i,patchProp:o,createElement:a,createText:u,createComment:f,setText:c,setElementText:g,parentNode:y,nextSibling:m,setScopeId:b=h,insertStaticContent:C}=e;let k=(e,t,l,n=null,r=null,i=null,o,s=null,a=!!t.dynamicChildren)=>{if(e===t)return;e&&!lC(e,t)&&(n=es(e),el(e,r,i,!0),e=null),-2===t.patchFlag&&(a=!1,t.dynamicChildren=null);let{type:u,ref:f,shapeFlag:c}=t;switch(u){case lp:T(e,t,l,n);break;case lh:A(e,t,l,n);break;case lv:null==e&&B(t,l,n,o);break;case ld:U(e,t,l,n,r,i,o,s,a);break;default:1&c?F(e,t,l,n,r,i,o,s,a):6&c?H(e,t,l,n,r,i,o,s,a):(64&c||128&c)&&u.process(e,t,l,n,r,i,o,s,a,ed)}null!=f&&r?tD(f,e&&e.ref,i,t||e,!t):null==f&&e&&null!=e.ref&&tD(e.ref,null,i,e,!0)};let T=(e,t,l,n)=>{if(null==e)r(t.el=u(t.children),l,n);else{let l=t.el=e.el;t.children!==e.children&&c(l,t.children)}};let A=(e,t,l,n)=>{null==e?r(t.el=f(t.children||\"\"),l,n):t.el=e.el};let B=(e,t,l,n)=>{[e.el,e.anchor]=C(e.children,t,l,n,e.el,e.anchor)};let F=(e,t,l,n,r,i,o,s,a)=>{if(\"svg\"===t.type?o=\"svg\":\"math\"===t.type&&(o=\"mathml\"),null==e)R(t,l,n,r,i,o,s,a);else{let l=e.el&&e.el._isVueCE?e.el:null;try{l&&l._beginPatch(),V(e,t,r,i,o,s,a)}finally{l&&l._endPatch()}}};let R=(e,t,l,n,i,s,u,f)=>{var c,d;let p;let h;let{props:y,shapeFlag:m,transition:_,dirs:b}=e;if(p=e.el=a(e.type,s,y&&y.is,y),8&m?g(p,e.children):16&m&&I(e.children,p,null,n,i,lu(e,s),u,f),b&&tx(e,null,n,\"created\"),M(p,e,e.scopeId,u,n),y){for(let e in y)\"value\"===e||E(e)||o(p,e,null,y[e],s,n);\"value\"in y&&o(p,\"value\",null,y.value,s),(h=y.onVnodeBeforeMount)&&lR(h,n,e)}b&&tx(e,null,n,\"beforeMount\");let x=(c=i,d=_,(!c||c&&!c.pendingBranch)&&d&&!d.persisted);x&&_.beforeEnter(p),r(p,t,l),((h=y&&y.onVnodeMounted)||x||b)&&la(()=>{h&&lR(h,n,e),x&&_.enter(p),b&&tx(e,null,n,\"mounted\")},i)};let M=(e,t,l,n,r)=>{if(l&&b(e,l),n)for(let t=0;t<n.length;t++)b(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 I=(e,t,l,n,r,i,o,s,a=0)=>{for(let u=a;u<e.length;u++)k(null,e[u]=s?lF(e[u]):lB(e[u]),t,l,n,r,i,o,s)};let V=(e,t,l,n,r,i,s)=>{let a;let u=t.el=e.el;let{patchFlag:f,dynamicChildren:c,dirs:p}=t;f|=16&e.patchFlag;let h=e.props||d;let y=t.props||d;if(l&&lf(l,!1),(a=y.onVnodeBeforeUpdate)&&lR(a,l,t,e),p&&tx(t,e,l,\"beforeUpdate\"),l&&lf(l,!0),(h.innerHTML&&null==y.innerHTML||h.textContent&&null==y.textContent)&&g(u,\"\"),c?W(e.dynamicChildren,c,u,l,n,lu(t,r),i):s||K(e,t,u,null,l,n,lu(t,r),i,!1),f>0){if(16&f)N(u,h,y,l,r);else if(2&f&&h.class!==y.class&&o(u,\"class\",null,y.class,r),4&f&&o(u,\"style\",h.style,y.style,r),8&f){let e=t.dynamicProps;for(let t=0;t<e.length;t++){let n=e[t];let i=h[n];let s=y[n];(s!==i||\"value\"===n)&&o(u,n,i,s,r,l)}}1&f&&e.children!==t.children&&g(u,t.children)}else s||null!=c||N(u,h,y,l,r);((a=y.onVnodeUpdated)||p)&&la(()=>{a&&lR(a,l,t,e),p&&tx(t,e,l,\"updated\")},n)};let W=(e,t,l,n,r,i,o)=>{for(let s=0;s<t.length;s++){let a=e[s];let u=t[s];let f=a.el&&(a.type===ld||!lC(a,u)||198&a.shapeFlag)?y(a.el):l;k(a,u,f,null,n,r,i,o,!0)}};let N=(e,t,l,n,r)=>{if(t!==l){if(t!==d)for(let i in t)E(i)||i in l||o(e,i,t[i],null,r,n);for(let i in l){if(E(i))continue;let s=l[i];let a=t[i];s!==a&&\"value\"!==i&&o(e,i,a,s,r,n)}\"value\"in l&&o(e,\"value\",t.value,l.value,r)}};let U=(e,t,l,n,i,o,s,a,f)=>{let c=t.el=e?e.el:u(\"\");let d=t.anchor=e?e.anchor:u(\"\");let{patchFlag:p,dynamicChildren:h,slotScopeIds:g}=t;(g&&(a=a?a.concat(g):g),null==e)?(r(c,l,n),r(d,l,n),I(t.children||[],l,d,i,o,s,a,f)):p>0&&64&p&&h&&e.dynamicChildren&&e.dynamicChildren.length===h.length?(W(e.dynamicChildren,h,l,i,o,s,a),(null!=t.key||i&&t===i.subTree)&&function e(t,l,n=!1){let r=t.children;let i=l.children;if(S(r)&&S(i))for(let t=0;t<r.length;t++){let l=r[t];let o=i[t];1&o.shapeFlag&&!o.dynamicChildren&&((o.patchFlag<=0||32===o.patchFlag)&&((o=i[t]=lF(i[t])).el=l.el),n||-2===o.patchFlag||e(l,o)),o.type===lp&&(-1===o.patchFlag&&(o=i[t]=lF(o)),o.el=l.el),o.type!==lh||o.el||(o.el=l.el)}}(e,t,!0)):K(e,t,l,d,i,o,s,a,f)};let H=(e,t,l,n,r,i,o,s,a)=>{t.slotScopeIds=s,null==e?512&t.shapeFlag?r.ctx.activate(t,l,n,o,a):J(t,l,n,r,i,o,a):G(e,t,a)};let J=(e,t,l,n,r,i,o)=>{var a,u,f;let c,h,g;let y=(a=e,u=n,f=r,c=a.type,h=(u?u.appContext:a.appContext)||lL,(g={uid:lM++,vnode:a,type:c,parent:u,appContext:h,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new X(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:u?u.provides:Object.create(h.provides),ids:u?u.ids:[\"\",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:function(e,t){let l=t.propsCache;let n=l.get(e);if(n)return n;let r=e.props;let i={};let o=[];if(!r)return O(e)&&l.set(e,p),p;if(S(r))for(let e=0;e<r.length;e++){let t=P(r[e]);lt(t)&&(i[t]=d)}else if(r)for(let e in r){let t=P(e);if(lt(t)){let l=r[e];let n=i[t]=S(l)||w(l)?{type:l}:_({},l);let s=n.type;let a=!1;let u=!0;if(S(s))for(let e=0;e<s.length;++e){let t=s[e];let l=w(t)&&t.name;if(\"Boolean\"===l){a=!0;break}\"String\"===l&&(u=!1)}else a=w(s)&&\"Boolean\"===s.name;n[0]=a,n[1]=u,(a||x(n,\"default\"))&&o.push(t)}}let s=[i,o];return O(e)&&l.set(e,s),s}(c,h),emitsOptions:function(e,t){let l=t.emitsCache;let n=l.get(e);if(void 0!==n)return n;let r=e.emits;let i={};return r?(S(r)?r.forEach(e=>i[e]=null):_(i,r),O(e)&&l.set(e,i),i):(O(e)&&l.set(e,null),null)}(c,h),emit:null,emitted:null,propsDefaults:d,inheritAttrs:c.inheritAttrs,ctx:d,data:d,props:d,attrs:d,slots:d,refs:d,setupState:d,setupContext:null,suspense:f,suspenseId:f?f.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={_:g},g.root=u?u.root:g,g.emit=t0.bind(null,g),a.ce&&a.ce(g),e.component=g);if(tW(e)&&(y.ctx.renderer=ed),function(e,t=!1,l=!1){t&&s(t);let{props:n,children:r}=e.vnode;let i=lz(e);(function(e,t,l,n=!1){let r={};let i=Object.create(t5);for(let l in e.propsDefaults=Object.create(null),t7(e,t,r,i),e.propsOptions[0])l in r||(r[l]=void 0);l?e.props=n?r:eX(r,!1,e$,eN,eJ):e.type.props?e.props=r:e.props=i,e.attrs=i})(e,n,i,t);var o=l||t;let a=e.slots=Object.create(t5);if(32&e.vnode.shapeFlag){let e=r._;e?(ls(a,r,o),o&&D(a,\"_\",e,!0)):li(r,a)}else r&&lo(e,r);let u=i?function(e,t){let l=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,tK);let{setup:n}=l;if(n){var r;ea();let l=e.setupContext=n.length>1?{attrs:new Proxy((r=e).attrs,lH),slots:r.slots,emit:r.emit,expose:e=>{r.exposed=e||{}}}:null;let i=lD(e);let o=te(n,e,0,[e.props,l]);let s=j(o);if(eu(),i(),(s||e.sp)&&!tz(e)&&(e.ids=[e.ids[0]+e.ids[2]+++\"-\",0,0]),s){if(o.then(lV,lV),t)return o.then(l=>{lN(e,l,t)}).catch(t=>{tl(t,e,0)});e.asyncDep=o}else lN(e,o,t)}else lU(e,t)}(e,t):void 0;return t&&s(!1),u}(y,!1,o),y.asyncDep){if(r&&r.registerDep(y,q,o),!e.el){let n=y.subTree=lT(lh);A(null,n,t,l),e.placeholder=n.el}}else q(y,e,t,l,r,i,o)};let G=(e,t,l)=>{let n=t.component=e.component;if(function(e,t,l){let{props:n,children:r,component:i}=e;let{props:o,children:s,patchFlag:a}=t;let u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(!l||!(a>=0))return(!!r||!!s)&&(!s||!s.$stable)||n!==o&&(n?!o||t6(n,o,u):!!o);if(1024&a)return!0;if(16&a)return n?t6(n,o,u):!!o;if(8&a){let e=t.dynamicProps;for(let t=0;t<e.length;t++){let l=e[t];if(t8(o,n,l)&&!t1(u,l))return!0}}return!1}(e,t,l))if(n.asyncDep&&!n.asyncResolved)return void Y(n,t,l);else n.next=t,n.update();else t.el=e.el,n.vnode=t};let q=(e,t,l,r,i,o,s)=>{e.scope.on();let a=e.effect=new Q(()=>{if(e.isMounted){let t,{next:l,bu:n,u:r,parent:a,vnode:f}=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=f.el,Y(e,l,s)),t.asyncDep.then(()=>{la(()=>{e.isUnmounted||u()},i)});return}}let c=l;lf(e,!1),l?(l.el=f.el,Y(e,l,s)):l=f,n&&$(n),(t=l.props&&l.props.onVnodeBeforeUpdate)&&lR(t,a,l,f),lf(e,!0);let d=t2(e);let p=e.subTree;e.subTree=d,k(p,d,y(p.el),es(p),e,i,o),l.el=d.el,null===c&&function({vnode:e,parent:t},l){for(;t;){let n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n===e)(e=t.vnode).el=l,t=t.parent;else break}}(e,d.el),r&&la(r,i),(t=l.props&&l.props.onVnodeUpdated)&&la(()=>lR(t,a,l,f),i)}else{let s;let{el:a,props:u}=t;let{bm:f,m:c,parent:d,root:p,type:h}=e;let g=tz(t);if(lf(e,!1),f&&$(f),!g&&(s=u&&u.onVnodeBeforeMount)&&lR(s,d,t),lf(e,!0),a&&n){let t=()=>{e.subTree=t2(e),n(a,e.subTree,e,i,null)};g&&h.__asyncHydrate?h.__asyncHydrate(a,e,t):t()}else{p.ce&&p.ce._hasShadowRoot()&&p.ce._injectChildStyle(h,e.parent?e.parent.type:void 0);let n=e.subTree=t2(e);k(null,n,l,r,e,i,o),t.el=n.el}if(c&&la(c,i),!g&&(s=u&&u.onVnodeMounted)){let e=t;la(()=>lR(s,d,e),i)}(256&t.shapeFlag||d&&tz(d.vnode)&&256&d.vnode.shapeFlag)&&e.a&&la(e.a,i),e.isMounted=!0,t=l=r=null}});e.scope.off();let u=e.update=a.run.bind(a);let f=e.job=a.runIfDirty.bind(a);f.i=e,f.id=e.uid,a.scheduler=()=>tc(f),lf(e,!0),u()};let Y=(e,t,l)=>{t.component=e;let n=e.vnode.props;e.vnode=t,e.next=null,function(e,t,l,n){let{props:r,attrs:i,vnode:{patchFlag:o}}=e;let s=e2(r);let[a]=e.propsOptions;let u=!1;if((n||o>0)&&!(16&o)){if(8&o){let l=e.vnode.dynamicProps;for(let n=0;n<l.length;n++){let o=l[n];if(t1(e.emitsOptions,o))continue;let f=t[o];if(a)if(x(i,o))f!==i[o]&&(i[o]=f,u=!0);else{let t=P(o);r[t]=le(a,s,t,f,e,!1)}else f!==i[o]&&(i[o]=f,u=!0)}}}else{let n;for(let o in t7(e,t,r,i)&&(u=!0),s)t&&(x(t,o)||(n=L(o))!==o&&x(t,n))||(a?l&&(void 0!==l[o]||void 0!==l[n])&&(r[o]=le(a,s,o,void 0,e,!0)):delete r[o]);if(i!==s)for(let e in i)t&&x(t,e)||(delete i[e],u=!0)}u&&e_(e.attrs,\"set\",\"\")}(e,t.props,n,l),((e,t,l)=>{let{vnode:n,slots:r}=e;let i=!0;let o=d;if(32&n.shapeFlag){let e=t._;e?l&&1===e?i=!1:ls(r,t,l):(i=!t.$stable,li(t,r)),o=t}else t&&(lo(e,t),o={default:1});if(i)for(let e in r)ll(e)||null!=o[e]||delete r[e]})(e,t.children,l),ea(),th(e),eu()};let K=(e,t,l,n,r,i,o,s,a=!1)=>{let u=e&&e.children;let f=e?e.shapeFlag:0;let c=t.children;let{patchFlag:d,shapeFlag:p}=t;if(d>0){if(128&d)return void ee(u,c,l,n,r,i,o,s,a);else if(256&d)return void Z(u,c,l,n,r,i,o,s,a)}8&p?(16&f&&eo(u,r,i),c!==u&&g(l,c)):16&f?16&p?ee(u,c,l,n,r,i,o,s,a):eo(u,r,i,!0):(8&f&&g(l,\"\"),16&p&&I(c,l,n,r,i,o,s,a))};let Z=(e,t,l,n,r,i,o,s,a)=>{let u;e=e||p,t=t||p;let f=e.length;let c=t.length;let d=Math.min(f,c);for(u=0;u<d;u++){let n=t[u]=a?lF(t[u]):lB(t[u]);k(e[u],n,l,null,r,i,o,s,a)}f>c?eo(e,r,i,!0,!1,d):I(t,l,n,r,i,o,s,a,d)};let ee=(e,t,l,n,r,i,o,s,a)=>{let u=0;let f=t.length;let c=e.length-1;let d=f-1;for(;u<=c&&u<=d;){let n=e[u];let f=t[u]=a?lF(t[u]):lB(t[u]);if(lC(n,f))k(n,f,l,null,r,i,o,s,a);else break;u++}for(;u<=c&&u<=d;){let n=e[c];let u=t[d]=a?lF(t[d]):lB(t[d]);if(lC(n,u))k(n,u,l,null,r,i,o,s,a);else break;c--,d--}if(u>c){if(u<=d){let e=d+1;let c=e<f?t[e].el:n;for(;u<=d;)k(null,t[u]=a?lF(t[u]):lB(t[u]),l,c,r,i,o,s,a),u++}}else if(u>d)for(;u<=c;)el(e[u],r,i,!0),u++;else{let h;let g=u;let y=u;let m=new Map;for(u=y;u<=d;u++){let e=t[u]=a?lF(t[u]):lB(t[u]);null!=e.key&&m.set(e.key,u)}let _=0;let b=d-y+1;let x=!1;let S=0;let w=Array(b);for(u=0;u<b;u++)w[u]=0;for(u=g;u<=c;u++){let n;let f=e[u];if(_>=b){el(f,r,i,!0);continue}if(null!=f.key)n=m.get(f.key);else for(h=y;h<=d;h++)if(0===w[h-y]&&lC(f,t[h])){n=h;break}void 0===n?el(f,r,i,!0):(w[n-y]=u+1,n>=S?S=n:x=!0,k(f,t[n],l,null,r,i,o,s,a),_++)}let C=x?function(e){let t,l,n,r,i;let o=e.slice();let s=[0];let a=e.length;for(t=0;t<a;t++){let a=e[t];if(0!==a){if(e[l=s[s.length-1]]<a){o[t]=l,s.push(t);continue}for(n=0,r=s.length-1;n<r;)e[s[i=n+r>>1]]<a?n=i+1:r=i;a<e[s[n]]&&(n>0&&(o[t]=s[n-1]),s[n]=t)}}for(n=s.length,r=s[n-1];n-- >0;)s[n]=r,r=o[r];return s}(w):p;for(h=C.length-1,u=b-1;u>=0;u--){let e=y+u;let c=t[e];let d=t[e+1];let p=e+1<f?d.el||function e(t){if(t.placeholder)return t.placeholder;let l=t.component;return l?e(l.subTree):null}(d):n;0===w[u]?k(null,c,l,p,r,i,o,s,a):x&&(h<0||u!==C[h]?et(c,l,p,2):h--)}}};let et=(e,t,l,n,o=null)=>{let{el:s,type:a,transition:u,children:f,shapeFlag:c}=e;if(6&c)return void et(e.component.subTree,t,l,n);if(128&c)return void e.suspense.move(t,l,n);if(64&c)return void a.move(e,t,l,ed);if(a===ld){r(s,t,l);for(let e=0;e<f.length;e++)et(f[e],t,l,n);r(e.anchor,t,l);return}if(a===lv)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&c&&u)if(0===n)u.beforeEnter(s),r(s,t,l),la(()=>u.enter(s),o);else{let{leave:n,delayLeave:o,afterLeave:a}=u;let f=()=>{e.ctx.isUnmounted?i(s):r(s,t,l)};let c=()=>{s._isLeaving&&s[tw](!0),n(s,()=>{f(),a&&a()})};o?o(s,f,c):c()}else r(s,t,l)};let el=(e,t,l,n=!1,r=!1)=>{let i;let{type:o,props:s,ref:a,children:u,dynamicChildren:f,shapeFlag:c,patchFlag:d,dirs:p,cacheIndex:h}=e;if(-2===d&&(r=!1),null!=a&&(ea(),tD(a,null,l,e,!0),eu()),null!=h&&(t.renderCache[h]=void 0),256&c)return void t.ctx.deactivate(e);let g=1&c&&p;let y=!tz(e);if(y&&(i=s&&s.onVnodeBeforeUnmount)&&lR(i,t,e),6&c)ei(e.component,l,n);else{if(128&c)return void e.suspense.unmount(l,n);g&&tx(e,null,t,\"beforeUnmount\"),64&c?e.type.remove(e,t,l,ed,n):f&&!f.hasOnce&&(o!==ld||d>0&&64&d)?eo(f,t,l,!1,!0):(o===ld&&384&d||!r&&16&c)&&eo(u,t,l),n&&en(e)}(y&&(i=s&&s.onVnodeUnmounted)||g)&&la(()=>{i&&lR(i,t,e),g&&tx(e,null,t,\"unmounted\")},l)};let en=e=>{let{type:t,el:l,anchor:n,transition:r}=e;if(t===ld)return void er(l,n);if(t===lv)return void(({el:e,anchor:t})=>{let l;for(;e&&e!==t;)l=m(e),i(e),e=l;i(t)})(e);let o=()=>{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,o);n?n(e.el,o,i):i()}else o()};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:o,um:s,m:a,a:u}=e;lc(a),lc(u),n&&$(n),r.stop(),i&&(i.flags|=8,el(o,e,t,l)),s&&la(s,t),la(()=>{e.isUnmounted=!0},t)};let eo=(e,t,l,n=!1,r=!1,i=0)=>{for(let o=i;o<e.length;o++)el(e[o],t,l,n,r)};let es=e=>{if(6&e.shapeFlag)return es(e.component.subTree);if(128&e.shapeFlag)return e.suspense.next();let t=m(e.anchor||e.el);let l=t&&t[tS];return l?m(l):t};let ef=!1;let ec=(e,t,l)=>{let n;null==e?t._vnode&&(el(t._vnode,null,null,!0),n=t._vnode.component):k(t._vnode||null,e,t,null,null,null,l),t._vnode=e,ef||(ef=!0,th(n),tv(),ef=!1)};let ed={p:k,um:el,m:et,r:en,mt:J,mc:I,pc:K,pbc:W,n:es,o:e};return{render:ec,hydrate:l,createApp:(t=l,function(e,l=null){w(e)||(e=_({},e)),null==l||O(l)||(l=null);let n=tX();let r=new WeakSet;let i=[];let o=!1;let s=n.app={_uid:tZ++,_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&&w(e.install)?(r.add(e),e.install(s,...t)):w(e)&&(r.add(e),e(s,...t))),s),mixin:e=>s,component:(e,t)=>t?(n.components[e]=t,s):n.components[e],directive:(e,t)=>t?(n.directives[e]=t,s):n.directives[e],mount(r,i,a){if(o);else{let u=s._ceVNode||lT(e,l);return u.appContext=n,!0===a?a=\"svg\":!1===a&&(a=void 0),i&&t?t(u,r):ec(u,r,a),o=!0,s._container=r,r.__vue_app__=s,lJ(u.component)}},onUnmount(e){i.push(e)},unmount(){o&&(tt(i,s._instance,16),ec(null,s._container),delete s._container.__vue_app__)},provide:(e,t)=>(n.provides[e]=t,s),runWithContext(e){let t=tQ;tQ=s;try{return e()}finally{tQ=t}}};return s})}}({createElement(e){let t=new ne(e);return l0(0,t.id,e),l6(),t},createText(e){let t=new ne(\"#text\");return l0(1,t.id),e&&l0(5,t.id,e),l6(),t},createComment(e){let t=new ne(\"#comment\");return l0(0,t.id,\"__comment\"),l6(),t},setText(e,t){l0(5,e.id,t),l6()},setElementText(e,t){for(;e.firstChild;){let t=e.firstChild;e.removeChild(t),l0(3,e.id,t.id)}l0(5,e.id,t),l6()},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;l0(2,t.id,e.id,r),l6()},remove(e){if(e.parent){let t=e.parent.id;e.parent.removeChild(e),l0(3,t,e.id),l6()}},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&&l0(12,e.id,n.toJSON());else{let t=nl(l);t&&null!=n?(f||(f=new l9,lynx.getCoreContext().addEventListener(\"Lynx.Worklet.runOnBackground\",l7)),f.add(n),l0(11,e.id,t.type,t.name,n)):t&&l0(7,e.id,t.type,t.name)}l6();return}let o=nl(t);if(o){let l=nn.get(e.id);let r=null==l?void 0:l.get(t);if(null!=n)if(r)lK().handlers.set(r,n);else{let r=lX(n);l||(l=new Map,nn.set(e.id,l)),l.set(t,r),l0(6,e.id,o.type,o.name,r)}else r&&(lZ(r),l.delete(t),l0(7,e.id,o.type,o.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||nt.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){lq(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;l0(8,e.id,l)}else\"class\"===t?(e._baseClass=null!=n?n:\"\",l0(9,e.id,nr(e))):\"id\"===t?l0(10,e.id,n):l0(4,e.id,t,n);l6()},parentNode:e=>e.parent,nextSibling:e=>e.next}).createApp;Symbol.for(\"v-stc\");let nS;let nw;(nS=nx(tM({__name:\"App\",setup(e){let t=e8(!0);let l=e8(!0);let n=e8(!0);let r=e8(\"A\");e8(!0);let i=e8(!0);let o=e8([1,2,3]);let s=3;function a(){s++;let e=Math.floor(Math.random()*(o.value.length+1));o.value.splice(e,0,s)}function u(){if(0===o.value.length)return;let e=Math.floor(Math.random()*o.value.length);o.value.splice(e,1)}let f=e8(!0);function c(e){var t,l;null==(l=e._transitionClasses)||null==(t=l.add)||t.call(l,\"hook-before-enter\")}function d(e,t){setTimeout(t,300)}function p(e,t){setTimeout(t,300)}return(e,s)=>(lm(),lS(\"scroll-view\",{\"scroll-orientation\":\"vertical\",style:{width:\"100%\",height:\"100%\",backgroundColor:\"#f0f0f0\",padding:16}},[lj(\"text\",{style:{fontSize:20,fontWeight:\"bold\",marginBottom:16}},\"Transition Demos\"),lj(\"view\",{style:{marginBottom:16}},[lj(\"text\",{style:{fontSize:14,fontWeight:\"bold\",marginBottom:4}},\"1. Fade\"),lj(\"view\",{onTap:s[0]||(s[0]=e=>t.value=!t.value),style:{backgroundColor:\"#4a90d9\",padding:8,borderRadius:4,marginBottom:4}},[lj(\"text\",{style:{color:\"#fff\",fontSize:13}},\"Toggle Fade\")],32),lT(nd,{name:\"fade\",duration:300},{default:tb(()=>[t.value?(lm(),lS(\"view\",{key:0,style:{backgroundColor:\"#fff\",padding:12,borderRadius:4}},[lj(\"text\",{style:{fontSize:13}},\"Hello, I fade in and out!\")])):lE(\"\",!0)]),_:1})]),lj(\"view\",{style:{marginBottom:16}},[lj(\"text\",{style:{fontSize:14,fontWeight:\"bold\",marginBottom:4}},\"2. Slide Fade\"),lj(\"view\",{onTap:s[1]||(s[1]=e=>l.value=!l.value),style:{backgroundColor:\"#4a90d9\",padding:8,borderRadius:4,marginBottom:4}},[lj(\"text\",{style:{color:\"#fff\",fontSize:13}},\"Toggle Slide\")],32),lT(nd,{name:\"slide-fade\",duration:{enter:300,leave:500}},{default:tb(()=>[l.value?(lm(),lS(\"view\",{key:0,style:{backgroundColor:\"#fff\",padding:12,borderRadius:4}},[lj(\"text\",{style:{fontSize:13}},\"I slide and fade!\")])):lE(\"\",!0)]),_:1})]),lj(\"view\",{style:{marginBottom:16}},[lj(\"text\",{style:{fontSize:14,fontWeight:\"bold\",marginBottom:4}},\"3. Bounce\"),lj(\"view\",{onTap:s[2]||(s[2]=e=>n.value=!n.value),style:{backgroundColor:\"#4a90d9\",padding:8,borderRadius:4,marginBottom:4}},[lj(\"text\",{style:{color:\"#fff\",fontSize:13}},\"Toggle Bounce\")],32),lT(nd,{name:\"bounce\",type:\"animation\",duration:500},{default:tb(()=>[n.value?(lm(),lS(\"view\",{key:0,style:{backgroundColor:\"#fff\",padding:12,borderRadius:4}},[lj(\"text\",{style:{fontSize:13}},\"Bouncy!\")])):lE(\"\",!0)]),_:1})]),lj(\"view\",{style:{marginBottom:16}},[lj(\"text\",{style:{fontSize:14,fontWeight:\"bold\",marginBottom:4}},\"4. Mode: out-in\"),lj(\"view\",{onTap:s[3]||(s[3]=e=>r.value=\"A\"===r.value?\"B\":\"A\"),style:{backgroundColor:\"#4a90d9\",padding:8,borderRadius:4,marginBottom:4}},[lj(\"text\",{style:{color:\"#fff\",fontSize:13}},\"Switch View\")],32),lT(nd,{name:\"fade\",mode:\"out-in\",duration:200},{default:tb(()=>[\"A\"===r.value?(lm(),lS(\"view\",{key:\"a\",style:{backgroundColor:\"#e8f5e9\",padding:12,borderRadius:4}},[lj(\"text\",{style:{fontSize:13}},\"View A\")])):(lm(),lS(\"view\",{key:\"b\",style:{backgroundColor:\"#e3f2fd\",padding:12,borderRadius:4}},[lj(\"text\",{style:{fontSize:13}},\"View B\")]))]),_:1})]),lj(\"view\",{style:{marginBottom:16}},[lj(\"text\",{style:{fontSize:14,fontWeight:\"bold\",marginBottom:4}},\"5. Appear on mount\"),lT(nd,{name:\"fade\",appear:\"\",duration:500},{default:tb(()=>[lj(\"view\",{style:{backgroundColor:\"#fff3e0\",padding:12,borderRadius:4}},[lj(\"text\",{style:{fontSize:13}},\"I faded in on initial mount!\")])]),_:1})]),lj(\"view\",{style:{marginBottom:16}},[lj(\"text\",{style:{fontSize:14,fontWeight:\"bold\",marginBottom:4}},\"6. Explicit Duration (1000ms)\"),lj(\"view\",{onTap:s[4]||(s[4]=e=>i.value=!i.value),style:{backgroundColor:\"#4a90d9\",padding:8,borderRadius:4,marginBottom:4}},[lj(\"text\",{style:{color:\"#fff\",fontSize:13}},\"Toggle\")],32),lT(nd,{name:\"fade\",duration:1e3},{default:tb(()=>[i.value?(lm(),lS(\"view\",{key:0,style:{backgroundColor:\"#fff\",padding:12,borderRadius:4}},[lj(\"text\",{style:{fontSize:13}},\"Slow transition (1s)\")])):lE(\"\",!0)]),_:1})]),lj(\"view\",{style:{marginBottom:16}},[lj(\"text\",{style:{fontSize:14,fontWeight:\"bold\",marginBottom:4}},\"7. TransitionGroup (list)\"),lj(\"view\",{style:{flexDirection:\"row\",marginBottom:4}},[lj(\"view\",{onTap:a,style:{backgroundColor:\"#4caf50\",padding:8,borderRadius:4,marginRight:8}},[lj(\"text\",{style:{color:\"#fff\",fontSize:13}},\"Add\")],32),lj(\"view\",{onTap:u,style:{backgroundColor:\"#f44336\",padding:8,borderRadius:4}},[lj(\"text\",{style:{color:\"#fff\",fontSize:13}},\"Remove\")],32)]),lT(nb,{name:\"list\",tag:\"view\",duration:300},{default:tb(()=>[(lm(!0),lS(ld,null,function(e,t){let l;let n;let r=S(e);if(r||C(e)){let i=r&&eZ(e);let o=!1;let s=!1;i&&(o=!e0(e),s=eQ(e),e=ex(e)),l=Array(e.length);for(let r=0,i=e.length;r<i;r++)l[r]=t(o?s?e3(e4(e[r])):e4(e[r]):e[r],r,void 0,n&&n[r])}else if(\"number\"==typeof e){l=Array(e);for(let r=0;r<e;r++)l[r]=t(r+1,r,void 0,n&&n[r])}else if(O(e))if(e[Symbol.iterator])l=Array.from(e,(e,l)=>t(e,l,void 0,n&&n[l]));else{let r=Object.keys(e);l=Array(r.length);for(let i=0,o=r.length;i<o;i++){let o=r[i];l[i]=t(e[o],o,i,n&&n[i])}}else l=[];return l}(o.value,e=>(lm(),lS(\"view\",{key:e,style:{backgroundColor:\"#fff\",padding:8,marginBottom:4,borderRadius:4}},[lj(\"text\",{style:{fontSize:13}},\"Item \"+q(e),1)]))),128))]),_:1})]),lj(\"view\",{style:{marginBottom:16}},[lj(\"text\",{style:{fontSize:14,fontWeight:\"bold\",marginBottom:4}},\"8. JS Hooks\"),lj(\"view\",{onTap:s[5]||(s[5]=e=>f.value=!f.value),style:{backgroundColor:\"#4a90d9\",padding:8,borderRadius:4,marginBottom:4}},[lj(\"text\",{style:{color:\"#fff\",fontSize:13}},\"Toggle (JS hooks)\")],32),lT(nd,{name:\"fade\",duration:300,onBeforeEnter:c,onEnter:d,onLeave:p},{default:tb(()=>[f.value?(lm(),lS(\"view\",{key:0,style:{backgroundColor:\"#f3e5f5\",padding:12,borderRadius:4}},[lj(\"text\",{style:{fontSize:13}},\"JS hooks control my lifecycle!\")])):lE(\"\",!0)]),_:1})])]))}}),void 0),nw={get config(){return nS.config},use:(e,...t)=>(nS.use(e,...t),nw),provide:(e,t)=>(nS.provide(e,t),nw),mount(){let e=new ne(\"page\",1);nS.mount(e)},unmount(){nS.unmount()}}).mount()})();"},"cardType":"react","appType":"card","pageConfig":{"enableFiberArch":true,"useLepusNG":true,"enableReuseContext":true,"bundleModuleMode":"ReturnByFunction","templateDebugUrl":"","debugInfoOutside":true,"defaultDisplayLinear":true,"enableCSSInvalidation":true,"enableCSSSelector":true,"enableLepusDebug":false,"enableRemoveCSSScope":true,"targetSdkVersion":"3.2","defaultOverflowVisible":true,"lepusStrict":true,"useNewSwiper":true,"enableNewIntersectionObserver":true,"enableNativeList":true,"enableA11y":true,"enableAccessibilityElement":false,"enableCSSInheritance":false,"enableNewGesture":false,"removeDescendantSelectorScope":true},"lepusCode":{"worklet-runtime":"(()=>{\"use strict\";var e,t,n;let r,l,i;function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class a{cancel(){return __ElementAnimate(this.effect.target.element,[3,this.id])}pause(){return __ElementAnimate(this.effect.target.element,[2,this.id])}play(){return __ElementAnimate(this.effect.target.element,[1,this.id])}start(){return __ElementAnimate(this.effect.target.element,[0,this.id,this.effect.keyframes,this.effect.options])}constructor(e){o(this,\"effect\",void 0),o(this,\"id\",void 0),this.effect=e,this.id=\"__lynx-inner-js-animation-\"+a.count++,this.start()}}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}o(a,\"count\",0);class s{constructor(e,t,n){u(this,\"target\",void 0),u(this,\"keyframes\",void 0),u(this,\"options\",void 0),this.target=e,this.keyframes=t,this.options=n}}function c(e,t){var n;let r=(null!=(n=SystemInfo.lynxSdkVersion)?n:\"1.0\").split(\".\");return Number(r[0])>e||Number(r[0])==e&&Number(r[1])>t}let d=!1,f=!0;class y{setAttribute(e,t){__SetAttribute(this.element,e,t),this.flushElementTree()}setStyleProperty(e,t){__AddInlineStyle(this.element,e,t),this.flushElementTree()}setStyleProperties(e){for(let t in e)__AddInlineStyle(this.element,t,e[t]);this.flushElementTree()}getAttribute(e){return __GetAttributeByName(this.element,e)}getAttributeNames(){return __GetAttributeNames(this.element)}querySelector(e){let t=__QuerySelector(this.element,e,{});return t?new y(t):null}querySelectorAll(e){return __QuerySelectorAll(this.element,e,{}).map(e=>new y(e))}getComputedStyleProperty(e){if(!c(3,4))throw Error(\"getComputedStyleProperty requires Lynx sdk version 3.5\");if(!e)throw Error(\"getComputedStyleProperty: key is required\");return __GetComputedStyleByKey(this.element,e)}animate(e,t){return new a(new s(this,e,\"number\"==typeof t?{duration:t}:null!=t?t:{}))}invoke(e,t){return new Promise((n,r)=>{__InvokeUIMethod(this.element,e,null!=t?t:{},e=>{0===e.code?n(e.data):r(Error(\"UI method invoke: \"+JSON.stringify(e)))}),this.flushElementTree()})}flushElementTree(){!d&&f&&(d=!0,Promise.resolve().then(()=>{d=!1,__FlushElementTree()}))}constructor(e){!function(e,t,n){t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}(this,\"element\",void 0),Object.defineProperty(this,\"element\",{get:()=>e})}}class m{static get(){return null!=m.pageElement||(m.pageElement=__GetPageElement()),m.pageElement}}function h(e,t,n){let r;try{r=runWorklet(e,t)}finally{lynx.getJSContext().dispatchEvent({type:\"Lynx.Worklet.FunctionCallRet\",data:JSON.stringify({resolveId:n,returnValue:r})})}}t=void 0,(e=\"pageElement\")in m?Object.defineProperty(m,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):m[e]=t;let _=(e,t)=>({current:t,_wvid:e}),p=e=>{let t,n=e._wvid;return n<0?(t=r._firstScreenWorkletRefMap[n])||(t=r._firstScreenWorkletRefMap[n]=_(n,e._initValue)):t=r._workletRefMap[n],t};function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function g(e,t,n){lynxWorkletImpl._workletMap[t]=n}let v=new WeakMap;function I(e,t){if(\"object\"!=typeof e||null===e)return e;if(t){let t=v.get(e);if(t)return t}let n={main:e};return x(n,0,e),t&&v.set(e,n.main),n.main}let x=(e,t,n)=>{if(++t>=1e3)throw Error(\"Depth of value exceeds limit of 1000.\");if(\"object\"==typeof e&&null!==e)for(let l in e){let i=e[l];if(\"object\"==typeof i&&null!==i){if(\"elementRefptr\"in i){e[l]=new y(i.elementRefptr);continue}if(!(i instanceof y)){if(x(i,t,n),\"_wvid\"in i){e[l]=p(i);continue}if(\"_wkltId\"in i){e[l]=lynxWorkletImpl._workletMap[i._wkltId].bind({...i}),e[l].ctx=i;continue}if(\"_jsFnId\"in i){var r;i._execId=n._execId,null==(r=lynxWorkletImpl._jsFunctionLifecycleManager)||r.addRef(n._execId,i);continue}}}}};if(void 0===globalThis.lynxWorkletImpl){let e,t;globalThis.lynxWorkletImpl={_workletMap:{},_refImpl:r={_workletRefMap:{},_firstScreenWorkletRefMap:{},updateWorkletRef:function(e,t){p(e).current=t?new y(t):null},updateWorkletRefInitValueChanges:function(e){e.forEach(([e,t])=>{r._workletRefMap[e]||(r._workletRefMap[e]=_(e,t))})},clearFirstScreenWorkletRefMap:function(){r._firstScreenWorkletRefMap={}}},_runOnBackgroundDelayImpl:l={delayedBackgroundFunctionArray:[],delayRunOnBackground:function(e,t){var n;l.delayedBackgroundFunctionArray.push({task:t}),(null!=(n=e._delayIndices)?n:e._delayIndices=[]).push(l.delayedBackgroundFunctionArray.length-1)},runDelayedBackgroundFunctions:function(){for(let e of l.delayedBackgroundFunctionArray)e.jsFnHandle&&e.task(e.jsFnHandle._jsFnId,e.jsFnHandle._execId);l.delayedBackgroundFunctionArray.length=0}},_hydrateCtx:function(e,t){!function e(t,n,r){if(t&&\"object\"==typeof t&&n&&\"object\"==typeof n&&(!t._wkltId||t._wkltId===n._wkltId))for(let o in t)if(\"_wvid\"===o){var l,i;l=t[o],\"_initValue\"in(i=n)||(lynxWorkletImpl._refImpl._workletRefMap[l]=i)}else if(\"_jsFn\"===o)!function(e,t,n){for(let r in e){let l=e[r],i=t[r];if(!(null==i?void 0:i._delayIndices)){i&&(i._isFirstScreen=!1,i._execId=n,Object.assign(i,l));continue}for(let e of i._delayIndices){let t=lynxWorkletImpl._runOnBackgroundDelayImpl.delayedBackgroundFunctionArray[e];l._execId=n,t.jsFnHandle=l}}}(t[o],n[o],r);else{let l=\"function\"==typeof n[o]?n[o].ctx:n[o];e(t[o],l,r)}}(e,t,e._execId)},_eventDelayImpl:i={_delayedWorkletParamsMap:new Map,runDelayedWorklet:function(e,t){(()=>{let n=i._delayedWorkletParamsMap.get(e._wkltId);if(void 0===n)return;let r=[];n.forEach(n=>{var l;let i=n[0];(null==i||null==(l=i.currentTarget)?void 0:l.elementRefptr)===t?setTimeout(()=>{runWorklet(e,n)},0):r.push(n)}),i._delayedWorkletParamsMap.set(e._wkltId,r)})()},clearDelayedWorklets:function(){i._delayedWorkletParamsMap.clear()}},_eomImpl:{setShouldFlush:function(e){f=e}},_runRunOnMainThreadTask:h},c(2,15)&&(globalThis.lynxWorkletImpl._jsFunctionLifecycleManager=new class e{addRef(e,t){var n;this.execIdRefCount.set(e,(null!=(n=this.execIdRefCount.get(e))?n:0)+1),this.registry.register(t,e)}removeRef(e){let t=this.execIdRefCount.get(e);t>1?this.execIdRefCount.set(e,t-1):(this.execIdRefCount.delete(e),this.execIdSetToFire.add(e),this.willFire||(this.willFire=!0,Promise.resolve().then(()=>{this.fire()})))}fire(){lynx.getJSContext().dispatchEvent({type:\"Lynx.Worklet.releaseBackgroundWorkletCtx\",data:Array.from(this.execIdSetToFire)}),this.execIdSetToFire.clear(),this.willFire=!1}constructor(){k(this,\"execIdRefCount\",new Map),k(this,\"execIdSetToFire\",new Set),k(this,\"willFire\",!1),k(this,\"registry\",void 0),this.registry=new FinalizationRegistry(this.removeRef.bind(this))}}),globalThis.registerWorklet=g,globalThis.registerWorkletInternal=g,globalThis.runWorklet=function(e,t,n){var r,l,o;let a,u;return\"object\"==typeof(r=e)&&null!==r&&(\"_wkltId\"in r||\"_lepusWorkletHash\"in r)?\"_lepusWorkletHash\"in e?void(l=e._lepusWorkletHash,o=t,(u=(a=i._delayedWorkletParamsMap).get(l))?u.push(o):a.set(l,[o])):function(e,t,n){let r=(e._wkltId,I(e,!0)),l=I(t||[],!1),[i,o]=function(e,t){if(!Array.isArray(e)||\"object\"!=typeof e[0]||null===e[0]||(!t||1!==t.source)&&1)return[!1,{}];let n={},r=e[0];return r.stopPropagation=function(){var e;n._eventReturnResult=(null!=(e=n._eventReturnResult)?e:0)|1},r.stopImmediatePropagation=function(){var e;n._eventReturnResult=(null!=(e=n._eventReturnResult)?e:0)|2},[!0,n]}(l,n),a=r(...l);return i?{returnValue:a,eventReturnResult:o._eventReturnResult}:a}(e,t,n):void console.warn(\"MainThreadFunction: Invalid function object: \"+JSON.stringify(e))},lynx.querySelector=function(e){let t=__QuerySelector(m.get(),e,{});return t?new y(t):null},lynx.querySelectorAll=function(e){return __QuerySelectorAll(m.get(),e,{}).map(e=>new y(e))},globalThis.setTimeout=lynx.setTimeout,globalThis.setInterval=lynx.setInterval,globalThis.clearTimeout=lynx.clearTimeout,globalThis.clearInterval=null!=(n=lynx.clearInterval)?n:lynx.clearTimeInterval,e=lynx.requestAnimationFrame,lynx.requestAnimationFrame=globalThis.requestAnimationFrame=t=>{if(!c(2,15))throw Error(\"requestAnimationFrame in main thread script requires Lynx sdk version 2.16\");return e(t)},globalThis.cancelAnimationFrame=lynx.cancelAnimationFrame,(t=lynx.getJSContext()).addEventListener(\"Lynx.Worklet.runWorkletCtx\",e=>{let t=JSON.parse(e.data);h(t.worklet,t.params,t.resolveId)}),t.addEventListener(\"Lynx.Worklet.releaseWorkletRef\",e=>{var t;t=e.data.id,delete r._workletRefMap[t]})}})();","root":"\"use strict\";var e={268(){var e;let t;let n=new Map;let l=1;let r=new Map;let o=new Set;let a=new Map;let i=new Set([\"item-key\",\"estimated-main-axis-size-px\",\"estimated-height-px\",\"estimated-height\",\"reuse-identifier\",\"full-span\",\"sticky-top\",\"sticky-bottom\",\"recyclable\"]);let u=new Map;let s=new Map;function _(){}function c(){if(\"u\">typeof globalThis&&\"lynxWorkletImpl\"in globalThis)return globalThis.lynxWorkletImpl}function d(e,t,n,l,r,o,a){try{var i=e[o](a);var u=i.value}catch(e){n(e);return}i.done?t(u):Promise.resolve(u).then(l,r)}let p=1;function f(e,t,n,l){lynx.getJSContext().dispatchEvent({type:\"Lynx.Worklet.runOnBackground\",data:JSON.stringify({obj:{_jsFnId:e,_execId:n},params:t,resolveId:l})})}let m=globalThis;if(m.SystemInfo=null!=(e=\"u\">typeof lynx&&lynx.SystemInfo)?e:{},m.runOnBackground=function(e){return(...n)=>{var l;return(l=function*(){return new Promise(l=>{var r;t||(t=new Map,lynx.getJSContext().addEventListener(\"Lynx.Worklet.FunctionCallRet\",e=>{let{resolveId:n,returnValue:l}=JSON.parse(e.data);let r=t.get(n);r&&(t.delete(n),r(l))}));let o=p++;(t.set(o,l),e._isFirstScreen&&\"u\">typeof lynxWorkletImpl&&(null==(r=lynxWorkletImpl)?void 0:r._runOnBackgroundDelayImpl))?lynxWorkletImpl._runOnBackgroundDelayImpl.delayRunOnBackground(e,(e,t)=>{f(e,n,t,o)}):f(e._jsFnId,n,e._execId,o)})},function(){var e=this,t=arguments;return new Promise(function(n,r){var o=l.apply(e,t);function a(e){d(o,n,r,a,i,\"next\",e)}function i(e){d(o,n,r,a,i,\"throw\",e)}a(void 0)})})()}},\"u\"<typeof __LoadLepusChunk)console.warn(\"[vue-mt] __LoadLepusChunk not available, worklet events will not work\");else{let e={chunkType:0};\"u\">typeof globDynamicComponentEntry&&(e.dynamicComponentEntry=globDynamicComponentEntry),__LoadLepusChunk(\"worklet-runtime\",e)?console.info(\"[vue-mt] worklet-runtime chunk loaded\"):console.error('[vue-mt] __LoadLepusChunk(\"worklet-runtime\") returned false — registerWorkletInternal will not be available. Check browser console for loadScriptSync errors.')}m.processData=function(e,t){return null!=e?e:{}},m.renderPage=function(e){console.info(\"[vue-mt] renderPage called\"),n.clear(),l=1,r.clear(),o.clear(),a.clear(),u.clear(),s.clear();let t=__CreatePage(\"0\",0);let i=__CreateComponent(__GetElementUniqueID(t),\"vue-root\",0,\"u\">typeof globDynamicComponentEntry?globDynamicComponentEntry:\"\",\"vue-root\",\"/\",null,null);__AppendElement(t,i),l=__GetElementUniqueID(i),n.set(1,i),__FlushElementTree(t),console.info(\"[vue-mt] renderPage done, page root id=1 stored\")},m.updatePage=function(e){},m.updateGlobalProps=function(e){},m.vuePatchUpdate=function({data:e}){(function(e){let t=e.length;if(0===t)return;if(t>=3&&0===e[0]){let t=e[1];if(n.has(t))return}let d=0;for(;d<t;)switch(e[d++]){case 0:{let t;let a=e[d++];let i=e[d++];\"__comment\"===i?t=__CreateRawText(\"\"):\"list\"===i?t=function(e){o.add(e),r.set(e,[]),s.set(e,0);let t={componentAtIndex:(t,n,l,o)=>{let a=r.get(e);if(!a||l<0||l>=a.length)return;let i=a[l].el;__AppendElement(t,i);let u=__GetElementUniqueID(i);return __FlushElementTree(i,{triggerLayout:!0,operationID:o,elementID:u,listID:n}),u},enqueueComponent:_,componentAtIndexes:(t,n,l,o)=>{let a=r.get(e);if(!a)return;let i=[];for(let e=0;e<l.length;e++){let n=l[e];if(o[e],n<0||n>=a.length){i.push(-1);continue}let r=a[n].el;__AppendElement(t,r);let u=__GetElementUniqueID(r);i.push(u)}__FlushElementTree(t,{triggerLayout:!0,operationIDs:o,elementIDs:i,listID:n})}};let n=__CreateList(l,t.componentAtIndex,t.enqueueComponent,{},t.componentAtIndexes);return __SetCSSId([n],0),n}(a):__SetCSSId([t=function(e,t){switch(e){case\"view\":return __CreateView(t);case\"text\":return __CreateText(t);case\"image\":return __CreateImage(t);case\"scroll-view\":return __CreateScrollView(t);default:return __CreateElement(e,t)}}(i,l)],0),n.set(a,t),\"__comment\"!==i&&__SetAttribute(t,`vue-ref-${a}`,1);break}case 1:{let t=e[d++];let r=__CreateText(l);__SetCSSId([r],0),n.set(t,r),__SetAttribute(r,`vue-ref-${t}`,1);break}case 2:{let t=e[d++];let l=e[d++];let a=e[d++];let i=n.get(t);let u=n.get(l);if(i&&u)if(o.has(t))(function(e,t,n){let l=r.get(e);l&&l.push({el:t,bgId:n})})(t,u,l);else if(-1===a)__AppendElement(i,u);else{let e=n.get(a);e&&__InsertElementBefore(i,u,e)}break}case 3:{let t=e[d++];let l=e[d++];let r=n.get(t);let o=n.get(l);r&&o&&__RemoveElement(r,o);break}case 4:{let t=e[d++];let l=e[d++];let r=e[d++];if(i.has(l))(function(e,t,n){let l=u.get(e);l?l[t]=n:u.set(e,{[t]:n}),\"item-key\"===t&&a.set(e,String(n))})(t,l,r);else{let e=n.get(t);e&&__SetAttribute(e,l,r)}break}case 5:{let t=e[d++];let l=e[d++];let r=n.get(t);r&&__SetAttribute(r,\"text\",l);break}case 6:{let t=e[d++];let l=e[d++];let r=e[d++];let o=e[d++];let a=n.get(t);console.info(\"[vue-mt] SET_EVENT id=\",t,\"type=\",l,\"name=\",r,\"sign=\",o,\"el found=\",null!=a),a&&__AddEvent(a,l,r,o);break}case 7:{let t=e[d++];let l=e[d++];let r=e[d++];let o=n.get(t);o&&__AddEvent(o,l,r,void 0);break}case 8:{let t=e[d++];let l=e[d++];let r=n.get(t);r&&__SetInlineStyles(r,l);break}case 9:{let t=e[d++];let l=e[d++];let r=n.get(t);r&&__SetClasses(r,l);break}case 10:{let t=e[d++];let l=e[d++];let r=n.get(t);r&&__SetID(r,null!=l?l:void 0);break}case 11:(function(e,t,l,r){let o=n.get(e);console.info(\"[vue-mt] SET_WORKLET_EVENT id=\",e,\"type=\",t,\"name=\",l,\"ctx=\",r,\"el found=\",null!=o),o&&(r._workletType=\"main-thread\",__AddEvent(o,t,l,{type:\"worklet\",value:r}))})(e[d++],e[d++],e[d++],e[d++]);break;case 12:(function(e,t){let l=n.get(e);if(console.info(\"[vue-mt] SET_MT_REF id=\",e,\"refImpl=\",t,\"el found=\",null!=l),l){let e=c();if((null==e?void 0:e._refImpl)&&null!=t._wvid){var r;let n=e._refImpl._workletRefMap;!n||t._wvid in n||(n[t._wvid]={current:null!=(r=t._initValue)?r:null,_wvid:t._wvid}),e._refImpl.updateWorkletRef(t,l)}}})(e[d++],e[d++]);break;case 13:(function(e,t){let n=c();if(null==n?void 0:n._refImpl){let l=n._refImpl._workletRefMap;!l||e in l||(l[e]={current:t,_wvid:e})}})(e[d++],e[d++])}(function(){for(let[l,o]of r){var e,t;let r=null!=(e=s.get(l))?e:0;if(o.length<=r)continue;let i=n.get(l);if(!i)continue;let _=[];for(let e=r;e<o.length;e++){let n=o[e];let l={position:e,type:\"list-item\",\"item-key\":null!=(t=a.get(n.bgId))?t:String(e)};let r=u.get(n.bgId);r&&Object.assign(l,r),_.push(l)}__SetAttribute(i,\"update-list-info\",{insertAction:_,removeAction:[],updateAction:[]}),s.set(l,o.length)}})(),__FlushElementTree()})(JSON.parse(e))}},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":{}}