@vue-lynx-example/pinia 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 +190 -0
- package/lynx.config.ts +7 -0
- package/package.json +7 -7
- package/dist/main.lynx.bundle +0 -0
- package/dist/main.web.bundle +0 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to the Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by the Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding any notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
Copyright 2026-present Xuan Huang (huxpro)
|
|
179
|
+
|
|
180
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
181
|
+
you may not use this file except in compliance with the License.
|
|
182
|
+
You may obtain a copy of the License at
|
|
183
|
+
|
|
184
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
185
|
+
|
|
186
|
+
Unless required by applicable law or agreed to in writing, software
|
|
187
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
188
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
189
|
+
See the License for the specific language governing permissions and
|
|
190
|
+
limitations under the License.
|
package/lynx.config.ts
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
|
+
import path from 'node:path';
|
|
2
|
+
import { fileURLToPath } from 'node:url';
|
|
1
3
|
import { defineConfig } from '@lynx-js/rspeedy';
|
|
2
4
|
import { pluginVueLynx } from 'vue-lynx/plugin';
|
|
3
5
|
|
|
6
|
+
const exampleName = path.basename(path.dirname(fileURLToPath(import.meta.url)));
|
|
7
|
+
|
|
4
8
|
export default defineConfig({
|
|
5
9
|
environments: {
|
|
6
10
|
web: {},
|
|
7
11
|
lynx: {},
|
|
8
12
|
},
|
|
13
|
+
output: {
|
|
14
|
+
assetPrefix: `https://vue.lynxjs.org/examples/${exampleName}/dist/`,
|
|
15
|
+
},
|
|
9
16
|
source: {
|
|
10
17
|
entry: {
|
|
11
18
|
main: './src/index.ts',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-lynx-example/pinia",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Vue-Lynx + Pinia state management demo",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -16,13 +16,9 @@
|
|
|
16
16
|
"url": "https://github.com/Huxpro/vue-lynx",
|
|
17
17
|
"directory": "examples/pinia"
|
|
18
18
|
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"build": "rspeedy build",
|
|
21
|
-
"dev": "rspeedy dev"
|
|
22
|
-
},
|
|
23
19
|
"dependencies": {
|
|
24
20
|
"pinia": "^3.0.2",
|
|
25
|
-
"vue-lynx": "
|
|
21
|
+
"vue-lynx": "0.2.0"
|
|
26
22
|
},
|
|
27
23
|
"devDependencies": {
|
|
28
24
|
"@lynx-js/rspeedy": "^0.13.5",
|
|
@@ -31,5 +27,9 @@
|
|
|
31
27
|
},
|
|
32
28
|
"engines": {
|
|
33
29
|
"node": ">=18"
|
|
30
|
+
},
|
|
31
|
+
"scripts": {
|
|
32
|
+
"build": "rspeedy build",
|
|
33
|
+
"dev": "rspeedy dev"
|
|
34
34
|
}
|
|
35
|
-
}
|
|
35
|
+
}
|
package/dist/main.lynx.bundle
DELETED
|
Binary file
|
package/dist/main.web.bundle
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"styleInfo":{},"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){},(()=>{var e,l;let n,r,i,s,o,a,u,c,f,p,d,h,g,y,_,m,b,x,w;function S(e){let t=Object.create(null);for(let l of e.split(\",\"))t[l]=1;return e=>e in t}let C={};let O=[];let k=()=>{};let j=()=>!1;let T=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97);let E=e=>e.startsWith(\"onUpdate:\");let P=Object.assign;let F=(e,t)=>{let l=e.indexOf(t);l>-1&&e.splice(l,1)};let R=Object.prototype.hasOwnProperty;let A=(e,t)=>R.call(e,t);let M=Array.isArray;let L=e=>\"function\"==typeof e;let I=e=>\"string\"==typeof e;let $=e=>\"symbol\"==typeof e;let D=e=>null!==e&&\"object\"==typeof e;let V=e=>(D(e)||L(e))&&L(e.then)&&L(e.catch);let U=Object.prototype.toString;let B=e=>I(e)&&\"NaN\"!==e&&\"-\"!==e[0]&&\"\"+parseInt(e,10)===e;let N=S(\",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted\");let W=e=>{let t=Object.create(null);return l=>t[l]||(t[l]=e(l))};let z=/-\\w/g;let H=W(e=>e.replace(z,e=>e.slice(1).toUpperCase()));let J=/\\B([A-Z])/g;let K=W(e=>e.replace(J,\"-$1\").toLowerCase());let G=W(e=>e.charAt(0).toUpperCase()+e.slice(1));let X=W(e=>e?`on${G(e)}`:\"\");let Y=(e,...t)=>{for(let l=0;l<e.length;l++)e[l](...t)};let q=(e,t,l,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:l})};let Z=e=>{let t=parseFloat(e);return isNaN(t)?e:t};let Q=()=>n||(n=\"u\">typeof globalThis?globalThis:\"u\">typeof self?self:\"u\">typeof window?window:void 0!==t.g?t.g:{});function ee(e){if(M(e)){let t={};for(let l=0;l<e.length;l++){let n=e[l];let r=I(n)?function(e){let t={};return e.replace(en,\"\").split(et).forEach(e=>{if(e){let l=e.split(el);l.length>1&&(t[l[0].trim()]=l[1].trim())}}),t}(n):ee(n);if(r)for(let e in r)t[e]=r[e]}return t}if(I(e)||D(e))return e}let et=/;(?![^(]*\\))/g;let el=/:([^]+)/;let en=/\\/\\*[^]*?\\*\\//g;function er(e){let t=\"\";if(I(e))t=e;else if(M(e))for(let l=0;l<e.length;l++){let n=er(e[l]);n&&(t+=n+\" \")}else if(D(e))for(let l in e)e[l]&&(t+=l+\" \");return t.trim()}let ei=e=>!!(e&&!0===e.__v_isRef);let es=e=>I(e)?e:null==e?\"\":M(e)||D(e)&&(e.toString===U||!L(e.toString))?ei(e)?es(e.value):JSON.stringify(e,eo,2):String(e);let eo=(e,t)=>{let l;if(ei(t))return eo(e,t.value);if(\"[object Map]\"===(l=t,U.call(l)))return{[`Map(${t.size})`]:[...t.entries()].reduce((e,[t,l],n)=>(e[ea(t,n)+\" =>\"]=l,e),{})};{let e;if(\"[object Set]\"===(e=t,U.call(e)))return{[`Set(${t.size})`]:[...t.values()].map(e=>ea(e))};else{if($(t))return ea(t);let e;if(D(t)&&!M(t)&&\"[object Object]\"!==(e=t,U.call(e)))return String(t)}}return t};let ea=(e,t=\"\")=>{var l;return $(e)?`Symbol(${null!=(l=e.description)?l:t})`:e};class eu{get active(){return this._active}pause(){if(this._active){let e,t;if(this._isPaused=!0,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].pause();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].pause()}}resume(){if(this._active&&this._isPaused){let e,t;if(this._isPaused=!1,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].resume();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].resume()}}run(e){if(this._active){let t=r;try{return r=this,e()}finally{r=t}}}on(){1===++this._on&&(this.prevScope=r,r=this)}off(){this._on>0&&0===--this._on&&(r=this.prevScope,this.prevScope=void 0)}stop(e){if(this._active){let t,l;for(t=0,this._active=!1,l=this.effects.length;t<l;t++)this.effects[t].stop();for(t=0,this.effects.length=0,l=this.cleanups.length;t<l;t++)this.cleanups[t]();if(this.cleanups.length=0,this.scopes){for(t=0,l=this.scopes.length;t<l;t++)this.scopes[t].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!e){let e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.parent=void 0}}constructor(e=!1){this.detached=e,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.__v_skip=!0,this.parent=r,!e&&r&&(this.index=(r.scopes||(r.scopes=[])).push(this)-1)}}let ec=new WeakSet;class ef{pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,ec.has(this)&&(ec.delete(this),this.trigger()))}notify(){(!(2&this.flags)||32&this.flags)&&(8&this.flags||ed(this))}run(){if(!(1&this.flags))return this.fn();this.flags|=2,eC(this),ev(this);let e=i;let t=eb;i=this,eb=!0;try{return this.fn()}finally{eg(this),i=e,eb=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)em(e);this.deps=this.depsTail=void 0,eC(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?ec.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ey(this)&&this.run()}get dirty(){return ey(this)}constructor(e){this.fn=e,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,r&&r.active&&r.effects.push(this)}}let ep=0;function ed(e,t=!1){if(e.flags|=8,t){e.next=o,o=e;return}e.next=s,s=e}function eh(){let e;if(!(--ep>0)){if(o){let e=o;for(o=void 0;e;){let t=e.next;e.next=void 0,e.flags&=-9,e=t}}for(;s;){let t=s;for(s=void 0;t;){let l=t.next;if(t.next=void 0,t.flags&=-9,1&t.flags)try{t.trigger()}catch(t){e||(e=t)}t=l}}if(e)throw e}}function ev(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function eg(e){let t;let l=e.depsTail;let n=l;for(;n;){let e=n.prevDep;-1===n.version?(n===l&&(l=e),em(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 ey(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(e_(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function e_(e){if(4&e.flags&&!(16&e.flags)||(e.flags&=-17,e.globalVersion===eO)||(e.globalVersion=eO,!e.isSSR&&128&e.flags&&(!e.deps&&!e._dirty||!ey(e))))return;e.flags|=2;let t=e.dep;let l=i;let n=eb;i=e,eb=!0;try{let l;ev(e);let n=e.fn(e._value);(0===t.version||(l=e._value,!Object.is(n,l)))&&(e.flags|=128,e._value=n,t.version++)}catch(e){throw t.version++,e}finally{i=l,eb=n,eg(e),e.flags&=-3}}function em(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)em(e,!0)}t||--l.sc||!l.map||l.map.delete(l.key)}let eb=!0;let ex=[];function ew(){ex.push(eb),eb=!1}function eS(){let e=ex.pop();eb=void 0===e||e}function eC(e){let{cleanup:t}=e;if(e.cleanup=void 0,t){let e=i;i=void 0;try{t()}finally{i=e}}}let eO=0;class ek{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 ej{track(e){if(!i||!eb||i===this.computed)return;let t=this.activeLink;if(void 0===t||t.sub!==i)t=this.activeLink=new ek(i,this),i.deps?(t.prevDep=i.depsTail,i.depsTail.nextDep=t,i.depsTail=t):i.deps=i.depsTail=t,function e(t){if(t.dep.sc++,4&t.sub.flags){let l=t.dep.computed;if(l&&!t.dep.subs){l.flags|=20;for(let t=l.deps;t;t=t.nextDep)e(t)}let n=t.dep.subs;n!==t&&(t.prevSub=n,n&&(n.nextSub=t)),t.dep.subs=t}}(t);else if(-1===t.version&&(t.version=this.version,t.nextDep)){let e=t.nextDep;e.prevDep=t.prevDep,t.prevDep&&(t.prevDep.nextDep=e),t.prevDep=i.depsTail,t.nextDep=void 0,i.depsTail.nextDep=t,i.depsTail=t,i.deps===t&&(i.deps=e)}return t}trigger(e){this.version++,eO++,this.notify(e)}notify(e){ep++;try{for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{eh()}}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 eT=new WeakMap;let eE=Symbol(\"\");let eP=Symbol(\"\");let eF=Symbol(\"\");function eR(e,t,l){if(eb&&i){let t=eT.get(e);t||eT.set(e,t=new Map);let n=t.get(l);n||(t.set(l,n=new ej),n.map=t,n.key=l),n.track()}}function eA(e,t,l,n,r,i){let s=eT.get(e);if(!s)return void eO++;let o=e=>{e&&e.trigger()};if(ep++,\"clear\"===t)s.forEach(o);else{let r=M(e);let i=r&&B(l);if(r&&\"length\"===l){let e=Number(n);s.forEach((t,l)=>{(\"length\"===l||l===eF||!$(l)&&l>=e)&&o(t)})}else switch((void 0!==l||s.has(void 0))&&o(s.get(l)),i&&o(s.get(eF)),t){case\"add\":if(r)i&&o(s.get(\"length\"));else{let t;o(s.get(eE));\"[object Map]\"===(t=e,U.call(t))&&o(s.get(eP))}break;case\"delete\":if(!r){let t;o(s.get(eE));\"[object Map]\"===(t=e,U.call(t))&&o(s.get(eP))}break;case\"set\":let a;\"[object Map]\"===(a=e,U.call(a))&&o(s.get(eE))}}eh()}function eM(e){let t=ts(e);return t===e?t:(eR(t,\"iterate\",eF),tr(e)?t:t.map(ta))}function eL(e){return eR(e=ts(e),\"iterate\",eF),e}function eI(e,t){return tn(e)?tl(e)?tu(ta(t)):tu(t):ta(t)}let e$={__proto__:null,[Symbol.iterator](){return eD(this,Symbol.iterator,e=>eI(this,e))},concat(...e){return eM(this).concat(...e.map(e=>M(e)?eM(e):e))},entries(){return eD(this,\"entries\",e=>(e[1]=eI(this,e[1]),e))},every(e,t){return eU(this,\"every\",e,t,void 0,arguments)},filter(e,t){return eU(this,\"filter\",e,t,e=>e.map(e=>eI(this,e)),arguments)},find(e,t){return eU(this,\"find\",e,t,e=>eI(this,e),arguments)},findIndex(e,t){return eU(this,\"findIndex\",e,t,void 0,arguments)},findLast(e,t){return eU(this,\"findLast\",e,t,e=>eI(this,e),arguments)},findLastIndex(e,t){return eU(this,\"findLastIndex\",e,t,void 0,arguments)},forEach(e,t){return eU(this,\"forEach\",e,t,void 0,arguments)},includes(...e){return eN(this,\"includes\",e)},indexOf(...e){return eN(this,\"indexOf\",e)},join(e){return eM(this).join(e)},lastIndexOf(...e){return eN(this,\"lastIndexOf\",e)},map(e,t){return eU(this,\"map\",e,t,void 0,arguments)},pop(){return eW(this,\"pop\")},push(...e){return eW(this,\"push\",e)},reduce(e,...t){return eB(this,\"reduce\",e,t)},reduceRight(e,...t){return eB(this,\"reduceRight\",e,t)},shift(){return eW(this,\"shift\")},some(e,t){return eU(this,\"some\",e,t,void 0,arguments)},splice(...e){return eW(this,\"splice\",e)},toReversed(){return eM(this).toReversed()},toSorted(e){return eM(this).toSorted(e)},toSpliced(...e){return eM(this).toSpliced(...e)},unshift(...e){return eW(this,\"unshift\",e)},values(){return eD(this,\"values\",e=>eI(this,e))}};function eD(e,t,l){let n=eL(e);let r=n[t]();return n===e||tr(e)||(r._next=r.next,r.next=()=>{let e=r._next();return e.done||(e.value=l(e.value)),e}),r}let eV=Array.prototype;function eU(e,t,l,n,r,i){let s=eL(e);let o=s!==e&&!tr(e);let a=s[t];if(a!==eV[t]){let t=a.apply(e,i);return o?ta(t):t}let u=l;s!==e&&(o?u=function(t,n){return l.call(this,eI(e,t),n,e)}:l.length>2&&(u=function(t,n){return l.call(this,t,n,e)}));let c=a.call(s,u,n);return o&&r?r(c):c}function eB(e,t,l,n){let r=eL(e);let i=r!==e&&!tr(e);let s=l;let o=!1;r!==e&&(i?(o=0===n.length,s=function(t,n,r){return o&&(o=!1,t=eI(e,t)),l.call(this,t,eI(e,n),r,e)}):l.length>3&&(s=function(t,n,r){return l.call(this,t,n,r,e)}));let a=r[t](s,...n);return o?eI(e,a):a}function eN(e,t,l){let n=ts(e);eR(n,\"iterate\",eF);let r=n[t](...l);return(-1===r||!1===r)&&ti(l[0])?(l[0]=ts(l[0]),n[t](...l)):r}function eW(e,t,l=[]){ew(),ep++;let n=ts(e)[t].apply(e,l);return eh(),eS(),n}let ez=S(\"__proto__,__v_isRef,__isVue\");let eH=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>\"arguments\"!==e&&\"caller\"!==e).map(e=>Symbol[e]).filter($));function eJ(e){$(e)||(e=String(e));let t=ts(this);return eR(t,\"has\",e),t.hasOwnProperty(e)}class eK{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?e9:e5:r?e3:e8).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(l)?e:void 0;let i=M(e);if(!n){let e;if(i&&(e=e$[t]))return e;if(\"hasOwnProperty\"===t)return eJ}let s=Reflect.get(e,t,tc(e)?e:l);if(($(t)?eH.has(t):ez(t))||(n||eR(e,\"get\",t),r))return s;if(tc(s)){let e=i&&B(t)?s:s.value;return n&&D(e)?te(e):e}return D(s)?n?te(s):e7(s):s}constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}}class eG extends eK{set(e,t,l,n){let r=e[t];let i=M(e)&&B(t);if(!this._isShallow){let e=tn(r);if(tr(l)||tn(l)||(r=ts(r),l=ts(l)),!i&&tc(r)&&!tc(l))if(e)return!0;else return r.value=l,!0}let s=i?Number(t)<e.length:A(e,t);let o=Reflect.set(e,t,l,tc(e)?e:n);return e===ts(n)&&(s?Object.is(l,r)||eA(e,\"set\",t,l,r):eA(e,\"add\",t,l)),o}deleteProperty(e,t){let l=A(e,t);let n=e[t];let r=Reflect.deleteProperty(e,t);return r&&l&&eA(e,\"delete\",t,void 0,n),r}has(e,t){let l=Reflect.has(e,t);return $(t)&&eH.has(t)||eR(e,\"has\",t),l}ownKeys(e){return eR(e,\"iterate\",M(e)?\"length\":eE),Reflect.ownKeys(e)}constructor(e=!1){super(!1,e)}}class eX extends eK{set(e,t){return!0}deleteProperty(e,t){return!0}constructor(e=!1){super(!0,e)}}let eY=new eG;let eq=new eX;let eZ=new eG(!0);let eQ=e=>e;function e0(e){return function(){return\"delete\"!==e&&(\"clear\"===e?void 0:this)}}function e1(e,t){let l;let n=(P(l={get(l){let n=this.__v_raw;let r=ts(n);let i=ts(l);e||(Object.is(l,i)||eR(r,\"get\",l),eR(r,\"get\",i));let{has:s}=Reflect.getPrototypeOf(r);let o=t?eQ:e?tu:ta;return s.call(r,l)?o(n.get(l)):s.call(r,i)?o(n.get(i)):void(n!==r&&n.get(l))},get size(){let t=this.__v_raw;return e||eR(ts(t),\"iterate\",eE),t.size},has(t){let l=this.__v_raw;let n=ts(l);let r=ts(t);return e||(Object.is(t,r)||eR(n,\"has\",t),eR(n,\"has\",r)),t===r?l.has(t):l.has(t)||l.has(r)},forEach(l,n){let r=this;let i=r.__v_raw;let s=ts(i);let o=t?eQ:e?tu:ta;return e||eR(s,\"iterate\",eE),i.forEach((e,t)=>l.call(n,o(e),o(t),r))}},e?{add:e0(\"add\"),set:e0(\"set\"),delete:e0(\"delete\"),clear:e0(\"clear\")}:{add(e){let l=ts(this);let n=Reflect.getPrototypeOf(l);let r=ts(e);let i=t||tr(e)||tn(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),eA(l,\"add\",i,i)),this},set(e,l){t||tr(l)||tn(l)||(l=ts(l));let n=ts(this);let{has:r,get:i}=Reflect.getPrototypeOf(n);let s=r.call(n,e);s||(e=ts(e),s=r.call(n,e));let o=i.call(n,e);return(n.set(e,l),s)?Object.is(l,o)||eA(n,\"set\",e,l,o):eA(n,\"add\",e,l),this},delete(e){let t=ts(this);let{has:l,get:n}=Reflect.getPrototypeOf(t);let r=l.call(t,e);r||(e=ts(e),r=l.call(t,e));let i=n?n.call(t,e):void 0;let s=t.delete(e);return r&&eA(t,\"delete\",e,void 0,i),s},clear(){let e=ts(this);let t=0!==e.size;let l=e.clear();return t&&eA(e,\"clear\",void 0,void 0,void 0),l}}),[\"keys\",\"values\",\"entries\",Symbol.iterator].forEach(n=>{l[n]=function(...l){let r,i=this.__v_raw;let s=ts(i);let o=\"[object Map]\"===(r=s,U.call(r));let a=\"entries\"===n||n===Symbol.iterator&&o;let u=i[n](...l);let c=t?eQ:e?tu:ta;return e||eR(s,\"iterate\",\"keys\"===n&&o?eP:eE),P(Object.create(u),{next(){let{value:e,done:t}=u.next();return t?{value:e,done:t}:{value:a?[c(e[0]),c(e[1])]:c(e),done:t}}})}}),l);return(t,l,r)=>\"__v_isReactive\"===l?!e:\"__v_isReadonly\"===l?e:\"__v_raw\"===l?t:Reflect.get(A(n,l)&&l in t?n:t,l,r)}let e2={get:e1(!1,!1)};let e6={get:e1(!1,!0)};let e4={get:e1(!0,!1)};let e8=new WeakMap;let e3=new WeakMap;let e5=new WeakMap;let e9=new WeakMap;function e7(e){return tn(e)?e:tt(e,!1,eY,e2,e8)}function te(e){return tt(e,!0,eq,e4,e5)}function tt(e,t,l,n,r){var i;let s;if(!D(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;let o=(i=e).__v_skip||!Object.isExtensible(i)?0:function(e){switch(e){case\"Object\":case\"Array\":return 1;case\"Map\":case\"Set\":case\"WeakMap\":case\"WeakSet\":return 2;default:return 0}}((s=i,U.call(s)).slice(8,-1));if(0===o)return e;let a=r.get(e);if(a)return a;let u=new Proxy(e,2===o?n:l);return r.set(e,u),u}function tl(e){return tn(e)?tl(e.__v_raw):!!(e&&e.__v_isReactive)}function tn(e){return!!(e&&e.__v_isReadonly)}function tr(e){return!!(e&&e.__v_isShallow)}function ti(e){return!!e&&!!e.__v_raw}function ts(e){let t=e&&e.__v_raw;return t?ts(t):e}function to(e){return!A(e,\"__v_skip\")&&Object.isExtensible(e)&&q(e,\"__v_skip\",!0),e}let ta=e=>D(e)?e7(e):e;let tu=e=>D(e)?te(e):e;function tc(e){return!!e&&!0===e.__v_isRef}function tf(e,t){return tc(e)?e:new tp(e,t)}class tp{get value(){return this.dep.track(),this._value}set value(e){let t=this._rawValue;let l=this.__v_isShallow||tr(e)||tn(e);Object.is(e=l?e:ts(e),t)||(this._rawValue=e,this._value=l?e:ta(e),this.dep.trigger())}constructor(e,t){this.dep=new ej,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?e:ts(e),this._value=t?e:ta(e),this.__v_isShallow=t}}function td(e){return tc(e)?e.value:e}let th={get:(e,t,l)=>\"__v_raw\"===t?e:td(Reflect.get(e,t,l)),set:(e,t,l,n)=>{let r=e[t];return tc(r)&&!tc(l)?(r.value=l,!0):Reflect.set(e,t,l,n)}};function tv(e){return tl(e)?e:new Proxy(e,th)}class tg{get value(){let e=this._object[this._key];return this._shallow&&(e=td(e)),this._value=void 0===e?this._defaultValue:e}set value(e){if(this._shallow&&tc(this._raw[this._key])){let t=this._object[this._key];if(tc(t)){t.value=e;return}}this._object[this._key]=e}get dep(){var e,t;let l;return e=this._raw,t=this._key,(l=eT.get(e))&&l.get(t)}constructor(e,t,l){this._object=e,this._key=t,this._defaultValue=l,this.__v_isRef=!0,this._value=void 0,this._raw=ts(e);let n=!0;let r=e;if(!M(e)||!B(String(t)))do n=!ti(r)||tr(r);while(n&&(r=r.__v_raw));this._shallow=n}}class ty{notify(){if(this.flags|=16,!(8&this.flags)&&i!==this)return ed(this,!0),!0}get value(){let e=this.dep.track();return e_(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}constructor(e,t,l){this.fn=e,this.setter=t,this._value=void 0,this.dep=new ej(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=eO-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!t,this.isSSR=l}}let t_={};let tm=new WeakMap;function tb(e,t=1/0,l){if(t<=0||!D(e)||e.__v_skip||((l=l||new Map).get(e)||0)>=t)return e;if(l.set(e,t),t--,tc(e))tb(e.value,t,l);else if(M(e))for(let n=0;n<e.length;n++)tb(e[n],t,l);else{let n;let r;if(\"[object Set]\"===(n=e,U.call(n))||\"[object Map]\"===(r=e,U.call(r)))e.forEach(e=>{tb(e,t,l)});else{let n;if(\"[object Object]\"===(n=e,U.call(n))){for(let n in e)tb(e[n],t,l);for(let n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&tb(e[n],t,l)}}}return e}function tx(e,t,l,n){try{return n?e(...n):e()}catch(e){tS(e,t,l)}}function tw(e,t,l,n){if(L(e)){let r=tx(e,t,l,n);return r&&V(r)&&r.catch(e=>{tS(e,t,l)}),r}if(M(e)){let r=[];for(let i=0;i<e.length;i++)r.push(tw(e[i],t,l,n));return r}}function tS(e,t,l,n=!0){t&&t.vnode;let{errorHandler:r,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||C;if(t){let n=t.parent;let i=t.proxy;let s=`https://vuejs.org/error-reference/#runtime-${l}`;for(;n;){let t=n.ec;if(t){for(let l=0;l<t.length;l++)if(!1===t[l](e,i,s))return}n=n.parent}if(r){ew(),tx(r,null,10,[e,i,s]),eS();return}}(function(e,t=!0,l=!1){if(l)throw e;console.error(e)})(e,n,i)}let tC=[];let tO=-1;let tk=[];let tj=null;let tT=0;let tE=Promise.resolve();let tP=null;function tF(e){let t=tP||tE;return e?t.then(this?e.bind(this):e):t}function tR(e){if(!(1&e.flags)){let t=t$(e);let l=tC[tC.length-1];!l||!(2&e.flags)&&t>=t$(l)?tC.push(e):tC.splice(function(e){let t=tO+1;let l=tC.length;for(;t<l;){let n=t+l>>>1;let r=tC[n];let i=t$(r);i<e||i===e&&2&r.flags?t=n+1:l=n}return t}(t),0,e),e.flags|=1,tA()}}function tA(){tP||(tP=tE.then(function e(t){try{for(tO=0;tO<tC.length;tO++){let e=tC[tO];e&&!(8&e.flags)&&(4&e.flags&&(e.flags&=-2),tx(e,e.i,e.i?15:14),4&e.flags||(e.flags&=-2))}}finally{for(;tO<tC.length;tO++){let e=tC[tO];e&&(e.flags&=-2)}tO=-1,tC.length=0,tI(t),tP=null,(tC.length||tk.length)&&e(t)}}))}function tM(e){M(e)?tk.push(...e):tj&&-1===e.id?tj.splice(tT+1,0,e):1&e.flags||(tk.push(e),e.flags|=1),tA()}function tL(e,t,l=tO+1){for(;l<tC.length;l++){let t=tC[l];if(t&&2&t.flags){if(e&&t.id!==e.uid)continue;tC.splice(l,1),l--,4&t.flags&&(t.flags&=-2),t(),4&t.flags||(t.flags&=-2)}}}function tI(e){if(tk.length){let e=[...new Set(tk)].sort((e,t)=>t$(e)-t$(t));if(tk.length=0,tj)return void tj.push(...e);for(tT=0,tj=e;tT<tj.length;tT++){let e=tj[tT];4&e.flags&&(e.flags&=-2),8&e.flags||e(),e.flags&=-2}tj=null,tT=0}}let t$=e=>null==e.id?2&e.flags?-1:1/0:e.id;let tD=null;let tV=null;function tU(e){let t=tD;return tD=e,tV=e&&e.type.__scopeId||null,t}function tB(e,t,l,n){let r=e.dirs;let i=t&&t.dirs;for(let s=0;s<r.length;s++){let o=r[s];i&&(o.oldValue=i[s].value);let a=o.dir[n];a&&(ew(),tw(a,l,8,[e.el,o,e,t]),eS())}}function tN(e,t,l=!1){let n=l0();if(n||ls){let r=ls?ls._context.provides:n?null==n.parent||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return l&&L(t)?t.call(n&&n.proxy):t}}let tW=Symbol.for(\"v-scx\");let tz=Symbol(\"_vte\");let tH=Symbol(\"_leaveCb\");let tJ=Symbol(\"_enterCb\");function tK(){let e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return t5(()=>{e.isMounted=!0}),t9(()=>{e.isUnmounting=!0}),e}let tG=e=>{let t=e.subTree;return t.component?tG(t.component):t};function tX(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 tY(e,t,l,n,r){let{appear:i,mode:s,persisted:o=!1,onBeforeEnter:a,onEnter:u,onAfterEnter:c,onEnterCancelled:f,onBeforeLeave:p,onLeave:d,onAfterLeave:h,onLeaveCancelled:g,onBeforeAppear:y,onAppear:_,onAfterAppear:m,onAppearCancelled:b}=t;let x=String(e.key);let w=tX(l,e);let S=(e,t)=>{e&&tw(e,n,9,t)};let C=(e,t)=>{let l=t[1];S(e,t),M(e)?e.every(e=>e.length<=1)&&l():e.length<=1&&l()};let O={mode:s,persisted:o,beforeEnter(t){let n=a;if(!l.isMounted)if(!i)return;else n=y||a;t[tH]&&t[tH](!0);let r=w[x];r&&lB(e,r)&&r.el[tH]&&r.el[tH](),S(n,[t])},enter(t){if(w[x]===e)return;let n=u;let r=c;let s=f;if(!l.isMounted)if(!i)return;else n=_||u,r=m||c,s=b||f;let o=!1;t[tJ]=e=>{o||(o=!0,e?S(s,[t]):S(r,[t]),O.delayedLeave&&O.delayedLeave(),t[tJ]=void 0)};let a=t[tJ].bind(null,!1);n?C(n,[t,a]):a()},leave(t,n){let r=String(e.key);if(t[tJ]&&t[tJ](!0),l.isUnmounting)return n();S(p,[t]);let i=!1;t[tH]=l=>{i||(i=!0,n(),l?S(g,[t]):S(h,[t]),t[tH]=void 0,w[r]===e&&delete w[r])};let s=t[tH].bind(null,!1);w[r]=e,d?C(d,[t,s]):s()},clone(e){let i=tY(e,t,l,n,r);return r&&r(i),i}};return O}function tq(e,t){6&e.shapeFlag&&e.component?(e.transition=t,tq(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 tZ(e,t=!1,l){let n=[];let r=0;for(let i=0;i<e.length;i++){let s=e[i];let o=null==l?s.key:String(l)+String(null!=s.key?s.key:i);s.type===lE?(128&s.patchFlag&&r++,n=n.concat(tZ(s.children,t,o))):(t||s.type!==lF)&&n.push(null!=o?lJ(s,{key:o}):s)}if(r>1)for(let e=0;e<n.length;e++)n[e].patchFlag=-2;return n}function tQ(e,t){return L(e)?P({name:e.name},t,{setup:e}):e}function t0(e,t){let l;return!!((l=Object.getOwnPropertyDescriptor(e,t))&&!l.configurable)}let t1=new WeakMap;function t2(e,t,l,n,r=!1){if(M(e))return void e.forEach((e,i)=>t2(e,t&&(M(t)?t[i]:t),l,n,r));if(t4(n)&&!r){512&n.shapeFlag&&n.type.__asyncResolved&&n.component.subTree.component&&t2(e,t,l,n.component.subTree);return}let i=4&n.shapeFlag?l9(n.component):n.el;let s=r?null:i;let{i:o,r:a}=e;let u=t&&t.r;let c=o.refs===C?o.refs={}:o.refs;let f=o.setupState;let p=ts(f);let d=f===C?j:e=>!t0(c,e)&&A(p,e);let h=(e,t)=>!(t&&t0(c,t));if(null!=u&&u!==a&&(t6(t),I(u)?(c[u]=null,d(u)&&(f[u]=null)):tc(u)&&(h(u,t.k)&&(u.value=null),t.k&&(c[t.k]=null))),L(a))tx(a,o,12,[s,c]);else{let t=I(a);let n=tc(a);if(t||n){let o=()=>{if(e.f){let l=t?d(a)?f[a]:c[a]:h(a)||!e.k?a.value:c[e.k];if(r)M(l)&&F(l,i);else if(M(l))l.includes(i)||l.push(i);else if(t)c[a]=[i],d(a)&&(f[a]=c[a]);else{let t=[i];h(a,e.k)&&(a.value=t),e.k&&(c[e.k]=t)}}else t?(c[a]=s,d(a)&&(f[a]=s)):n&&(h(a,e.k)&&(a.value=s),e.k&&(c[e.k]=s))};if(s){let t=()=>{o(),t1.delete(e)};t.id=-1,t1.set(e,t),lO(t,l)}else t6(e),o()}}}function t6(e){let t=t1.get(e);t&&(t.flags|=8,t1.delete(e))}Q().requestIdleCallback,Q().cancelIdleCallback;let t4=e=>!!e.type.__asyncLoader;let t8=e=>e.type.__isKeepAlive;let t3=e=>(t,l=lQ)=>{l4&&\"sp\"!==e||function(e,t,l=lQ,n=!1){if(l){let r=l[e]||(l[e]=[]);let i=t.__weh||(t.__weh=(...n)=>{ew();let r=l1(l);let i=tw(t,l,e,n);return r(),eS(),i});return n?r.unshift(i):r.push(i),i}}(e,(...e)=>t(...e),l)};t3(\"bm\");let t5=t3(\"m\");t3(\"bu\"),t3(\"u\");let t9=t3(\"bum\");t3(\"um\"),t3(\"sp\"),t3(\"rtg\"),t3(\"rtc\");let t7=Symbol.for(\"v-ndc\");let le=e=>e?l6(e)?l9(e):le(e.parent):null;let lt=P(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=>le(e.parent),$root:e=>le(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>e.type,$forceUpdate:e=>e.f||(e.f=()=>{tR(e.update)}),$nextTick:e=>e.n||(e.n=tF.bind(e.proxy)),$watch:e=>k});let ll=(e,t)=>e!==C&&!e.__isScriptSetup&&A(e,t);let ln={get({_:e},t){let l,n;if(\"__v_skip\"===t)return!0;let{ctx:r,setupState:i,data:s,props:o,accessCache:a,type:u,appContext:c}=e;if(\"$\"!==t[0]){let e=a[t];if(void 0!==e)switch(e){case 1:return i[t];case 2:return s[t];case 4:return r[t];case 3:return o[t]}else if(ll(i,t))return a[t]=1,i[t];else if(1)if(A(o,t))return a[t]=3,o[t];else{if(r!==C&&A(r,t))return a[t]=4,r[t];a[t]=0}}let f=lt[t];return f?(\"$attrs\"===t&&eR(e.attrs,\"get\",\"\"),f(e)):(l=u.__cssModules)&&(l=l[t])?l:r!==C&&A(r,t)?(a[t]=4,r[t]):A(n=c.config.globalProperties,t)?n[t]:void 0},set({_:e},t,l){let{data:n,setupState:r,ctx:i}=e;if(ll(r,t))return r[t]=l,!0;if(1&&A(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:s}},o){let a;return!!(l[o]||ll(t,o)||A(i,o)||A(n,o)||A(lt,o)||A(r.config.globalProperties,o)||(a=s.__cssModules)&&a[o])},defineProperty(e,t,l){return null!=l.get?e._.accessCache[t]=0:A(l,\"value\")&&this.set(e,t,l.value,null),Reflect.defineProperty(e,t,l)}};function lr(){return{app:null,config:{isNativeTag:j,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 li=0;let ls=null;function lo(e,t,...l){let n;if(e.isUnmounted)return;let r=e.vnode.props||C;let i=l;let s=t.startsWith(\"update:\");let o;let a=s&&(\"modelValue\"===(o=t.slice(7))||\"model-value\"===o?r.modelModifiers:r[`${o}Modifiers`]||r[`${H(o)}Modifiers`]||r[`${K(o)}Modifiers`]);a&&(a.trim&&(i=l.map(e=>I(e)?e.trim():e)),a.number&&(i=l.map(Z)));let u=r[n=X(t)]||r[n=X(H(t))];!u&&s&&(u=r[n=X(K(t))]),u&&tw(u,e,6,i);let c=r[n+\"Once\"];if(c){if(e.emitted){if(e.emitted[n])return}else e.emitted={};e.emitted[n]=!0,tw(c,e,6,i)}}function la(e,t){return!!e&&!!T(t)&&(A(e,(t=t.slice(2).replace(/Once$/,\"\"))[0].toLowerCase()+t.slice(1))||A(e,K(t))||A(e,t))}function lu(e){let t,l;let{type:n,vnode:r,proxy:i,withProxy:s,propsOptions:[o],slots:a,attrs:u,emit:c,render:f,renderCache:p,props:d,data:h,setupState:g,ctx:y,inheritAttrs:_}=e;let m=tU(e);try{if(4&r.shapeFlag){let e=s||i;t=lK(f.call(e,e,p,d,g,h,y)),l=u}else t=lK(n.length>1?n(d,{attrs:u,slots:a,emit:c}):n(d,null)),l=n.props?u:lc(u)}catch(l){lA.length=0,tS(l,e,1),t=lH(lF)}let b=t;if(l&&!1!==_){let e=Object.keys(l);let{shapeFlag:t}=b;e.length&&7&t&&(o&&e.some(E)&&(l=lf(l,o)),b=lJ(b,l,!1,!0))}return r.dirs&&((b=lJ(b,null,!1,!0)).dirs=b.dirs?b.dirs.concat(r.dirs):r.dirs),r.transition&&tq(b,r.transition),t=b,tU(m),t}let lc=e=>{let t;for(let l in e)(\"class\"===l||\"style\"===l||T(l))&&((t||(t={}))[l]=e[l]);return t};let lf=(e,t)=>{let l={};for(let n in e)E(n)&&n.slice(9)in t||(l[n]=e[n]);return l};function lp(e,t,l){let n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let r=0;r<n.length;r++){let i=n[r];if(ld(t,e,i)&&!la(l,i))return!0}return!1}function ld(e,t,l){let n=e[l];let r=t[l];return\"style\"===l&&D(n)&&D(r)?!function e(t,l){let n,r;if(t===l)return!0;let i=\"[object Date]\"===(n=t,U.call(n));let s=\"[object Date]\"===(r=l,U.call(r));if(i||s)return!!i&&!!s&&t.getTime()===l.getTime();if(i=$(t),s=$(l),i||s)return t===l;if(i=M(t),s=M(l),i||s)return!!i&&!!s&&function(t,l){if(t.length!==l.length)return!1;let n=!0;for(let r=0;n&&r<t.length;r++)n=e(t[r],l[r]);return n}(t,l);if(i=D(t),s=D(l),i||s){if(!i||!s||Object.keys(t).length!==Object.keys(l).length)return!1;for(let n in t){let r=t.hasOwnProperty(n);let i=l.hasOwnProperty(n);if(r&&!i||!r&&i||!e(t[n],l[n]))return!1}}return String(t)===String(l)}(n,r):n!==r}let lh={};let lv=e=>Object.getPrototypeOf(e)===lh;function lg(e,t,l,n){let r;let[i,s]=e.propsOptions;let o=!1;if(t)for(let a in t){let u;if(N(a))continue;let c=t[a];i&&A(i,u=H(a))?s&&s.includes(u)?(r||(r={}))[u]=c:l[u]=c:la(e.emitsOptions,a)||a in n&&c===n[a]||(n[a]=c,o=!0)}if(s){let t=ts(l);let n=r||C;for(let r=0;r<s.length;r++){let o=s[r];l[o]=ly(i,t,o,n[o],e,!A(n,o))}}return o}function ly(e,t,l,n,r,i){let s=e[l];if(null!=s){let e=A(s,\"default\");if(e&&void 0===n){let e=s.default;if(s.type!==Function&&!s.skipFactory&&L(e)){let{propsDefaults:i}=r;if(l in i)n=i[l];else{let s=l1(r);n=i[l]=e.call(null,t),s()}}else n=e;r.ce&&r.ce._setProp(l,n)}s[0]&&(i&&!e?n=!1:s[1]&&(\"\"===n||n===K(l))&&(n=!0))}return n}function l_(e){return!(\"$\"===e[0]||N(e))}let lm=e=>\"_\"===e||\"_ctx\"===e||\"$stable\"===e;let lb=e=>M(e)?e.map(lK):[lK(e)];let lx=(e,t,l)=>{if(t._n)return t;let n=function(e,t=tD){if(!t||e._n)return e;let l=(...n)=>{let r;l._d&&l$(-1);let i=tU(t);try{r=e(...n)}finally{tU(i),l._d&&l$(1)}return r};return l._n=!0,l._c=!0,l._d=!0,l}((...e)=>lb(t(...e)),l);return n._c=!1,n};let lw=(e,t,l)=>{let n=e._ctx;for(let l in e){if(lm(l))continue;let r=e[l];if(L(r))t[l]=lx(l,r,n);else if(null!=r){let e=lb(r);t[l]=()=>e}}};let lS=(e,t)=>{let l=lb(t);e.slots.default=()=>l};let lC=(e,t,l)=>{for(let n in t)(l||!lm(n))&&(e[n]=t[n])};let lO=function(e,t){t&&t.pendingBranch?M(e)?t.effects.push(...e):t.effects.push(e):tM(e)};function lk({type:e,props:t},l){return\"svg\"===l&&\"foreignObject\"===e||\"mathml\"===l&&\"annotation-xml\"===e&&t&&t.encoding&&t.encoding.includes(\"html\")?void 0:l}function lj({effect:e,job:t},l){l?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function lT(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}let lE=Symbol.for(\"v-fgt\");let lP=Symbol.for(\"v-txt\");let lF=Symbol.for(\"v-cmt\");let lR=Symbol.for(\"v-stc\");let lA=[];let lM=null;function lL(e=!1){lA.push(lM=e?null:[])}let lI=1;function l$(e,t=!1){lI+=e,e<0&&lM&&t&&(lM.hasOnce=!0)}function lD(e){return e.dynamicChildren=lI>0?lM||O:null,lA.pop(),lM=lA[lA.length-1]||null,lI>0&&lM&&lM.push(e),e}function lV(e,t,l,n,r,i){return lD(lz(e,t,l,n,r,i,!0))}function lU(e){return!!e&&!0===e.__v_isVNode}function lB(e,t){return e.type===t.type&&e.key===t.key}let lN=({key:e})=>null!=e?e:null;let lW=({ref:e,ref_key:t,ref_for:l})=>(\"number\"==typeof e&&(e=\"\"+e),null!=e?I(e)||tc(e)||L(e)?{i:tD,r:e,k:t,f:!!l}:e:null);function lz(e,t=null,l=null,n=0,r=null,i=+(e!==lE),s=!1,o=!1){let a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&lN(t),ref:t&&lW(t),scopeId:tV,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:tD};return o?(lX(a,l),128&i&&e.normalize(a)):l&&(a.shapeFlag|=I(l)?8:16),lI>0&&!s&&lM&&(a.patchFlag>0||6&i)&&32!==a.patchFlag&&lM.push(a),a}let lH=function(e,t=null,l=null,n=0,r=null,i=!1){var s,o;if(e&&e!==t7||(e=lF),lU(e)){let n=lJ(e,t,!0);return l&&lX(n,l),lI>0&&!i&&lM&&(6&n.shapeFlag?lM[lM.indexOf(e)]=n:lM.push(n)),n.patchFlag=-2,n}if(L(s=e)&&\"__vccOpts\"in s&&(e=e.__vccOpts),t){let{class:e,style:l}=t=(o=t)?ti(o)||lv(o)?P({},o):o:null;e&&!I(e)&&(t.class=er(e)),D(l)&&(ti(l)&&!M(l)&&(l=P({},l)),t.style=ee(l))}let a=I(e)?1:e.__isSuspense?128:e.__isTeleport?64:D(e)?4:2*!!L(e);return lz(e,t,l,n,r,a,i,!0)};function lJ(e,t,l=!1,n=!1){let{props:r,ref:i,patchFlag:s,children:o,transition:a}=e;let u=t?function(...e){let t={};for(let l=0;l<e.length;l++){let n=e[l];for(let e in n)if(\"class\"===e)t.class!==n.class&&(t.class=er([t.class,n.class]));else if(\"style\"===e)t.style=ee([t.style,n.style]);else if(T(e)){let l=t[e];let r=n[e];r&&l!==r&&!(M(l)&&l.includes(r))&&(t[e]=l?[].concat(l,r):r)}else\"\"!==e&&(t[e]=n[e])}return t}(r||{},t):r;let c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&lN(u),ref:t&&t.ref?l&&i?M(i)?i.concat(lW(t)):[i,lW(t)]:lW(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:o,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==lE?-1===s?16:16|s:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&lJ(e.ssContent),ssFallback:e.ssFallback&&lJ(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&n&&tq(c,a.clone(c)),c}function lK(e){return null==e||\"boolean\"==typeof e?lH(lF):M(e)?lH(lE,null,e.slice()):lU(e)?lG(e):lH(lP,null,String(e))}function lG(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:lJ(e)}function lX(e,t){let l=0;let{shapeFlag:n}=e;if(null==t)t=null;else if(M(t))l=16;else if(\"object\"==typeof t)if(65&n){let l=t.default;l&&(l._c&&(l._d=!1),lX(e,l()),l._c&&(l._d=!0));return}else{l=32;let n=t._;n||lv(t)?3===n&&tD&&(1===tD.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=tD}else L(t)?(t={default:t,_ctx:tD},l=32):(t=String(t),64&n?(l=16,t=[function(e=\" \",t=0){return lH(lP,null,e,t)}(t)]):l=8);e.children=t,e.shapeFlag|=l}function lY(e,t,l,n=null){tw(e,t,7,[l,n])}let lq=lr();let lZ=0;let lQ=null;let l0=()=>lQ||tD;{let e=Q();let t=(t,l)=>{let n;return(n=e[t])||(n=e[t]=[]),n.push(l),e=>{n.length>1?n.forEach(t=>t(e)):n[0](e)}};a=t(\"__VUE_INSTANCE_SETTERS__\",e=>lQ=e),u=t(\"__VUE_SSR_SETTERS__\",e=>l4=e)}let l1=e=>{let t=lQ;return a(e),e.scope.on(),()=>{e.scope.off(),a(t)}};let l2=()=>{lQ&&lQ.scope.off(),a(null)};function l6(e){return 4&e.vnode.shapeFlag}let l4=!1;function l8(e,t,l){L(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:D(t)&&(e.setupState=tv(t)),l3(e,l)}function l3(e,t,l){let n=e.type;if(!e.render){if(!t&&c&&!n.render){let t=n.template||!1;if(t){let{isCustomElement:l,compilerOptions:r}=e.appContext.config;let{delimiters:i,compilerOptions:s}=n;n.render=c(t,P(P({isCustomElement:l,delimiters:i},r),s))}}e.render=n.render||k,f&&f(e)}}let l5={get:(e,t)=>(eR(e,\"get\",\"\"),e[t])};function l9(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(tv(to(e.exposed)),{get:(t,l)=>l in t?t[l]:l in lt?lt[l](e):void 0,has:(e,t)=>t in e||t in lt})):e.proxy}let l7=(e,t)=>(function(e,t=!1){let l;let n;return L(e)?l=e:(l=e.get,n=e.set),new ty(l,n,t)})(e,l4);let ne=[];function nt(...e){for(let t of e)ne.push(t)}let nl=!1;let nn=null;let nr=null;function ni(){return null!=nr?nr:Promise.resolve()}function ns(){nl||(nl=!0,tM(no))}function no(){var e,t;let l;nl=!1;let n=(l=ne,ne=[],l);if(0===n.length)return;nr=new Promise(e=>{nn=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==nn||nn(),nn=null,nr=null})}function na(e,t,l){return t in e?Object.defineProperty(e,t,{value:l,enumerable:!0,configurable:!0,writable:!0}):e[t]=l,e}let nu=\"__VUE_LYNX_EVENT_REGISTRY__\";function nc(){let e=globalThis;let t=e[nu];return t||Object.defineProperty(e,nu,{value:t={signCounter:0,handlers:new Map},configurable:!0,enumerable:!1,writable:!0}),t}function nf(e){let t=nc();let l=`vue:${t.signCounter++}`;return t.handlers.set(l,e),l}function np(e){nc().handlers.delete(e)}class nd{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(){na(this,\"lastIndex\",0),na(this,\"map\",new Map)}}class nh extends nd{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 nv(e){let t=JSON.parse(e.data);let l=p.findJsFnHandle(t.obj._execId,t.obj._jsFnId);if(!(null==l?void 0:l._fn))throw Error(`runOnBackground: JS function not found (execId=${t.obj._execId}, fnId=${t.obj._jsFnId})`);let n=l._fn(...t.params);lynx.getCoreContext().dispatchEvent({type:\"Lynx.Worklet.FunctionCallRet\",data:JSON.stringify({resolveId:t.resolveId,returnValue:n})})}class ng{get _selector(){return`[vue-ref-${this.id}]`}_select(){return lynx.createSelectorQuery().select(this._selector)}invoke(e){return this._select().invoke(e)}setNativeProps(e){return this._select().setNativeProps(e)}fields(e,t){return this._select().fields(e,t)}path(e){return this._select().path(e)}animate(e){return this._select().animate(e)}playAnimation(e){return this._select().playAnimation(e)}pauseAnimation(e){return this._select().pauseAnimation(e)}cancelAnimation(e){return this._select().cancelAnimation(e)}insertBefore(e,t){if(e.parent&&e.parent.removeChild(e),e.parent=this,t){let l=t.prev;e.next=t,e.prev=l,t.prev=e,l?l.next=e:this.firstChild=e}else this.lastChild?(this.lastChild.next=e,e.prev=this.lastChild):(this.firstChild=e,e.prev=null),this.lastChild=e,e.next=null}removeChild(e){let t=e.prev;let l=e.next;t?t.next=l:this.firstChild=l,l?l.prev=t:this.lastChild=t,e.parent=null,e.prev=null,e.next=null}constructor(e,t){na(this,\"id\",void 0),na(this,\"type\",void 0),na(this,\"parent\",null),na(this,\"firstChild\",null),na(this,\"lastChild\",null),na(this,\"prev\",null),na(this,\"next\",null),na(this,\"_style\",{}),na(this,\"_vShowHidden\",!1),na(this,\"_baseClass\",\"\"),na(this,\"_transitionClasses\",new Set),void 0===t?this.id=ng.nextId++:this.id=t,this.type=e}}na(ng,\"nextId\",2);let ny=new Set([\"flex\",\"flexGrow\",\"flexShrink\",\"flexOrder\",\"order\",\"opacity\",\"zIndex\",\"aspectRatio\",\"fontWeight\",\"lineClamp\"]);function n_(e){return e.startsWith(\"global-bind\")?{type:\"bindGlobalEvent\",name:e.slice(11)}:e.startsWith(\"global-catch\")?{type:\"catchGlobalEvent\",name:e.slice(12)}:e.startsWith(\"catch\")?{type:\"catchEvent\",name:e.slice(5)}:/^bind(?!ingx)/.test(e)?{type:\"bindEvent\",name:e.slice(4)}:/^on[A-Z]/.test(e)?{type:\"bindEvent\",name:e.slice(2,3).toLowerCase()+e.slice(3)}:null}let nm=new Map;function nb(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 nx(e,t){e._transitionClasses.add(t),nt(9,e.id,nb(e)),ns()}function nw(e,t){e._transitionClasses.delete(t),nt(9,e.id,nb(e)),ns()}function nS(e){tM(()=>{ni().then(()=>{\"function\"==typeof requestAnimationFrame?requestAnimationFrame(e):e()})})}function nC(e,t,l){let n=\"animation\"===t?\"animationend\":\"transitionend\";let r=!1;let i=nf(t=>{r||(r=!0,np(i),nt(7,e.id,\"bindEvent\",n),ns(),l())});nt(6,e.id,\"bindEvent\",n,i),ns()}function nO(e){return\"number\"==typeof e?{enter:e,leave:e}:e&&\"object\"==typeof e?{enter:e.enter,leave:e.leave}:{enter:0,leave:0}}function nk(e){return null!=e.duration}function nj(e,t){e&&e(...t)}tQ({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=l0();let n=tK();return()=>{let r=tZ(t.default?t.default():[]);let i=e.name||\"v\";let s=e.enterFromClass||`${i}-enter-from`;let o=e.enterActiveClass||`${i}-enter-active`;let a=e.enterToClass||`${i}-enter-to`;let u=e.leaveFromClass||`${i}-leave-from`;let c=e.leaveActiveClass||`${i}-leave-active`;let f=e.leaveToClass||`${i}-leave-to`;for(let t of r){if(null==t.key)continue;let r=tY(t,{mode:void 0,appear:!n.isMounted&&!!e.appear,persisted:!1,onBeforeEnter(t){nj(e.onBeforeEnter,[t]),nx(t,s),nx(t,o)},onEnter(t,l){nS(()=>{nw(t,s),nx(t,a),nk(e)?setTimeout(l,nO(e.duration).enter):nC(t,e.type,l)}),nj(e.onEnter,[t,l])},onAfterEnter(t){nw(t,o),nw(t,a),nj(e.onAfterEnter,[t])},onEnterCancelled(t){nw(t,s),nw(t,o),nw(t,a),nj(e.onEnterCancelled,[t])},onBeforeLeave(t){nj(e.onBeforeLeave,[t]),nx(t,u),nx(t,c)},onLeave(t,l){nS(()=>{nw(t,u),nx(t,f),nk(e)?setTimeout(l,nO(e.duration).leave):nC(t,e.type,l)}),nj(e.onLeave,[t,l])},onAfterLeave(t){nw(t,c),nw(t,f),nj(e.onAfterLeave,[t])},onLeaveCancelled(t){nw(t,u),nw(t,c),nw(t,f),nj(e.onLeaveCancelled,[t])}},n,l);tq(t,r)}return function(e,t,l){try{l$(-1);let n=arguments.length;if(2!==n)return n>3?l=Array.prototype.slice.call(arguments,2):3===n&&lU(l)&&(l=[l]),lH(e,t,l);if(!D(t)||M(t))return lH(e,null,t);if(lU(t))return lH(e,null,[t]);return lH(e,t)}finally{l$(1)}}(e.tag,null,r)}}});let nT=function(e){var t;let l,n;Q().__VUE__=!0;let{insert:r,remove:i,patchProp:s,createElement:o,createText:a,createComment:c,setText:f,setElementText:p,parentNode:d,nextSibling:h,setScopeId:g=k,insertStaticContent:y}=e;let _=(e,t,l,n=null,r=null,i=null,s,o=null,a=!!t.dynamicChildren)=>{if(e===t)return;e&&!lB(e,t)&&(n=ei(e),ee(e,r,i,!0),e=null),-2===t.patchFlag&&(a=!1,t.dynamicChildren=null);let{type:u,ref:c,shapeFlag:f}=t;switch(u){case lP:m(e,t,l,n);break;case lF:b(e,t,l,n);break;case lR:null==e&&x(t,l,n,s);break;case lE:I(e,t,l,n,r,i,s,o,a);break;default:1&f?w(e,t,l,n,r,i,s,o,a):6&f?$(e,t,l,n,r,i,s,o,a):(64&f||128&f)&&u.process(e,t,l,n,r,i,s,o,a,ea)}null!=c&&r?t2(c,e&&e.ref,i,t||e,!t):null==c&&e&&null!=e.ref&&t2(e.ref,null,i,e,!0)};let m=(e,t,l,n)=>{if(null==e)r(t.el=a(t.children),l,n);else{let l=t.el=e.el;t.children!==e.children&&f(l,t.children)}};let b=(e,t,l,n)=>{null==e?r(t.el=c(t.children||\"\"),l,n):t.el=e.el};let x=(e,t,l,n)=>{[e.el,e.anchor]=y(e.children,t,l,n,e.el,e.anchor)};let w=(e,t,l,n,r,i,s,o,a)=>{if(\"svg\"===t.type?s=\"svg\":\"math\"===t.type&&(s=\"mathml\"),null==e)S(t,l,n,r,i,s,o,a);else{let l=e.el&&e.el._isVueCE?e.el:null;try{l&&l._beginPatch(),E(e,t,r,i,s,o,a)}finally{l&&l._endPatch()}}};let S=(e,t,l,n,i,a,u,c)=>{var f,d;let h;let g;let{props:y,shapeFlag:_,transition:m,dirs:b}=e;if(h=e.el=o(e.type,a,y&&y.is,y),8&_?p(h,e.children):16&_&&T(e.children,h,null,n,i,lk(e,a),u,c),b&&tB(e,null,n,\"created\"),j(h,e,e.scopeId,u,n),y){for(let e in y)\"value\"===e||N(e)||s(h,e,null,y[e],a,n);\"value\"in y&&s(h,\"value\",null,y.value,a),(g=y.onVnodeBeforeMount)&&lY(g,n,e)}b&&tB(e,null,n,\"beforeMount\");let x=(f=i,d=m,(!f||f&&!f.pendingBranch)&&d&&!d.persisted);x&&m.beforeEnter(h),r(h,t,l),((g=y&&y.onVnodeMounted)||x||b)&&lO(()=>{g&&lY(g,n,e),x&&m.enter(h),b&&tB(e,null,n,\"mounted\")},i)};let j=(e,t,l,n,r)=>{if(l&&g(e,l),n)for(let t=0;t<n.length;t++)g(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;j(e,t,t.scopeId,t.slotScopeIds,r.parent)}}};let T=(e,t,l,n,r,i,s,o,a=0)=>{for(let u=a;u<e.length;u++)_(null,e[u]=o?lG(e[u]):lK(e[u]),t,l,n,r,i,s,o)};let E=(e,t,l,n,r,i,o)=>{let a;let u=t.el=e.el;let{patchFlag:c,dynamicChildren:f,dirs:d}=t;c|=16&e.patchFlag;let h=e.props||C;let g=t.props||C;if(l&&lj(l,!1),(a=g.onVnodeBeforeUpdate)&&lY(a,l,t,e),d&&tB(t,e,l,\"beforeUpdate\"),l&&lj(l,!0),(h.innerHTML&&null==g.innerHTML||h.textContent&&null==g.textContent)&&p(u,\"\"),f?F(e.dynamicChildren,f,u,l,n,lk(t,r),i):o||J(e,t,u,null,l,n,lk(t,r),i,!1),c>0){if(16&c)R(u,h,g,l,r);else if(2&c&&h.class!==g.class&&s(u,\"class\",null,g.class,r),4&c&&s(u,\"style\",h.style,g.style,r),8&c){let e=t.dynamicProps;for(let t=0;t<e.length;t++){let n=e[t];let i=h[n];let o=g[n];(o!==i||\"value\"===n)&&s(u,n,i,o,r,l)}}1&c&&e.children!==t.children&&p(u,t.children)}else o||null!=f||R(u,h,g,l,r);((a=g.onVnodeUpdated)||d)&&lO(()=>{a&&lY(a,l,t,e),d&&tB(t,e,l,\"updated\")},n)};let F=(e,t,l,n,r,i,s)=>{for(let o=0;o<t.length;o++){let a=e[o];let u=t[o];let c=a.el&&(a.type===lE||!lB(a,u)||198&a.shapeFlag)?d(a.el):l;_(a,u,c,null,n,r,i,s,!0)}};let R=(e,t,l,n,r)=>{if(t!==l){if(t!==C)for(let i in t)N(i)||i in l||s(e,i,t[i],null,r,n);for(let i in l){if(N(i))continue;let o=l[i];let a=t[i];o!==a&&\"value\"!==i&&s(e,i,a,o,r,n)}\"value\"in l&&s(e,\"value\",t.value,l.value,r)}};let I=(e,t,l,n,i,s,o,u,c)=>{let f=t.el=e?e.el:a(\"\");let p=t.anchor=e?e.anchor:a(\"\");let{patchFlag:d,dynamicChildren:h,slotScopeIds:g}=t;(g&&(u=u?u.concat(g):g),null==e)?(r(f,l,n),r(p,l,n),T(t.children||[],l,p,i,s,o,u,c)):d>0&&64&d&&h&&e.dynamicChildren&&e.dynamicChildren.length===h.length?(F(e.dynamicChildren,h,l,i,s,o,u),(null!=t.key||i&&t===i.subTree)&&function e(t,l,n=!1){let r=t.children;let i=l.children;if(M(r)&&M(i))for(let t=0;t<r.length;t++){let l=r[t];let s=i[t];1&s.shapeFlag&&!s.dynamicChildren&&((s.patchFlag<=0||32===s.patchFlag)&&((s=i[t]=lG(i[t])).el=l.el),n||-2===s.patchFlag||e(l,s)),s.type===lP&&(-1===s.patchFlag&&(s=i[t]=lG(s)),s.el=l.el),s.type!==lF||s.el||(s.el=l.el)}}(e,t,!0)):J(e,t,l,p,i,s,o,u,c)};let $=(e,t,l,n,r,i,s,o,a)=>{t.slotScopeIds=o,null==e?512&t.shapeFlag?r.ctx.activate(t,l,n,s,a):U(t,l,n,r,i,s,a):B(e,t,a)};let U=(e,t,l,n,r,i,s)=>{var o,a,c;let f,p,d;let h=(o=e,a=n,c=r,f=o.type,p=(a?a.appContext:o.appContext)||lq,(d={uid:lZ++,vnode:o,type:f,parent:a,appContext:p,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new eu(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:a?a.provides:Object.create(p.provides),ids:a?a.ids:[\"\",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:function(e,t){let l=t.propsCache;let n=l.get(e);if(n)return n;let r=e.props;let i={};let s=[];if(!r)return D(e)&&l.set(e,O),O;if(M(r))for(let e=0;e<r.length;e++){let t=H(r[e]);l_(t)&&(i[t]=C)}else if(r)for(let e in r){let t=H(e);if(l_(t)){let l=r[e];let n=i[t]=M(l)||L(l)?{type:l}:P({},l);let o=n.type;let a=!1;let u=!0;if(M(o))for(let e=0;e<o.length;++e){let t=o[e];let l=L(t)&&t.name;if(\"Boolean\"===l){a=!0;break}\"String\"===l&&(u=!1)}else a=L(o)&&\"Boolean\"===o.name;n[0]=a,n[1]=u,(a||A(n,\"default\"))&&s.push(t)}}let o=[i,s];return D(e)&&l.set(e,o),o}(f,p),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?(M(r)?r.forEach(e=>i[e]=null):P(i,r),D(e)&&l.set(e,i),i):(D(e)&&l.set(e,null),null)}(f,p),emit:null,emitted:null,propsDefaults:C,inheritAttrs:f.inheritAttrs,ctx:C,data:C,props:C,attrs:C,slots:C,refs:C,setupState:C,setupContext:null,suspense:c,suspenseId:c?c.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null}).ctx={_:d},d.root=a?a.root:d,d.emit=lo.bind(null,d),o.ce&&o.ce(d),e.component=d);if(t8(e)&&(h.ctx.renderer=ea),function(e,t=!1,l=!1){t&&u(t);let{props:n,children:r}=e.vnode;let i=l6(e);(function(e,t,l,n=!1){let r={};let i=Object.create(lh);for(let l in e.propsDefaults=Object.create(null),lg(e,t,r,i),e.propsOptions[0])l in r||(r[l]=void 0);l?e.props=n?r:tt(r,!1,eZ,e6,e3):e.type.props?e.props=r:e.props=i,e.attrs=i})(e,n,i,t);var s=l||t;let o=e.slots=Object.create(lh);if(32&e.vnode.shapeFlag){let e=r._;e?(lC(o,r,s),s&&q(o,\"_\",e,!0)):lw(r,o)}else r&&lS(e,r);let a=i?function(e,t){let l=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,ln);let{setup:n}=l;if(n){var r;ew();let l=e.setupContext=n.length>1?{attrs:new Proxy((r=e).attrs,l5),slots:r.slots,emit:r.emit,expose:e=>{r.exposed=e||{}}}:null;let i=l1(e);let s=tx(n,e,0,[e.props,l]);let o=V(s);if(eS(),i(),(o||e.sp)&&!t4(e)&&(e.ids=[e.ids[0]+e.ids[2]+++\"-\",0,0]),o){if(s.then(l2,l2),t)return s.then(l=>{l8(e,l,t)}).catch(t=>{tS(t,e,0)});e.asyncDep=s}else l8(e,s,t)}else l3(e,t)}(e,t):void 0;return t&&u(!1),a}(h,!1,s),h.asyncDep){if(r&&r.registerDep(h,W,s),!e.el){let n=h.subTree=lH(lF);b(null,n,t,l),e.placeholder=n.el}}else W(h,e,t,l,r,i,s)};let B=(e,t,l)=>{let n=t.component=e.component;if(function(e,t,l){let{props:n,children:r,component:i}=e;let{props:s,children:o,patchFlag:a}=t;let u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(!l||!(a>=0))return(!!r||!!o)&&(!o||!o.$stable)||n!==s&&(n?!s||lp(n,s,u):!!s);if(1024&a)return!0;if(16&a)return n?lp(n,s,u):!!s;if(8&a){let e=t.dynamicProps;for(let t=0;t<e.length;t++){let l=e[t];if(ld(s,n,l)&&!la(u,l))return!0}}return!1}(e,t,l))if(n.asyncDep&&!n.asyncResolved)return void z(n,t,l);else n.next=t,n.update();else t.el=e.el,n.vnode=t};let W=(e,t,l,r,i,s,o)=>{e.scope.on();let a=e.effect=new ef(()=>{if(e.isMounted){let t,{next:l,bu:n,u:r,parent:a,vnode:c}=e;{let t=function e(t){let l=t.subTree.component;if(l)if(l.asyncDep&&!l.asyncResolved)return l;else return e(l)}(e);if(t){l&&(l.el=c.el,z(e,l,o)),t.asyncDep.then(()=>{lO(()=>{e.isUnmounted||u()},i)});return}}let f=l;lj(e,!1),l?(l.el=c.el,z(e,l,o)):l=c,n&&Y(n),(t=l.props&&l.props.onVnodeBeforeUpdate)&&lY(t,a,l,c),lj(e,!0);let p=lu(e);let h=e.subTree;e.subTree=p,_(h,p,d(h.el),ei(h),e,i,s),l.el=p.el,null===f&&function({vnode:e,parent:t},l){for(;t;){let n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n===e)(e=t.vnode).el=l,t=t.parent;else break}}(e,p.el),r&&lO(r,i),(t=l.props&&l.props.onVnodeUpdated)&&lO(()=>lY(t,a,l,c),i)}else{let o;let{el:a,props:u}=t;let{bm:c,m:f,parent:p,root:d,type:h}=e;let g=t4(t);if(lj(e,!1),c&&Y(c),!g&&(o=u&&u.onVnodeBeforeMount)&&lY(o,p,t),lj(e,!0),a&&n){let t=()=>{e.subTree=lu(e),n(a,e.subTree,e,i,null)};g&&h.__asyncHydrate?h.__asyncHydrate(a,e,t):t()}else{d.ce&&d.ce._hasShadowRoot()&&d.ce._injectChildStyle(h,e.parent?e.parent.type:void 0);let n=e.subTree=lu(e);_(null,n,l,r,e,i,s),t.el=n.el}if(f&&lO(f,i),!g&&(o=u&&u.onVnodeMounted)){let e=t;lO(()=>lY(o,p,e),i)}(256&t.shapeFlag||p&&t4(p.vnode)&&256&p.vnode.shapeFlag)&&e.a&&lO(e.a,i),e.isMounted=!0,t=l=r=null}});e.scope.off();let u=e.update=a.run.bind(a);let c=e.job=a.runIfDirty.bind(a);c.i=e,c.id=e.uid,a.scheduler=()=>tR(c),lj(e,!0),u()};let z=(e,t,l)=>{t.component=e;let n=e.vnode.props;e.vnode=t,e.next=null,function(e,t,l,n){let{props:r,attrs:i,vnode:{patchFlag:s}}=e;let o=ts(r);let[a]=e.propsOptions;let u=!1;if((n||s>0)&&!(16&s)){if(8&s){let l=e.vnode.dynamicProps;for(let n=0;n<l.length;n++){let s=l[n];if(la(e.emitsOptions,s))continue;let c=t[s];if(a)if(A(i,s))c!==i[s]&&(i[s]=c,u=!0);else{let t=H(s);r[t]=ly(a,o,t,c,e,!1)}else c!==i[s]&&(i[s]=c,u=!0)}}}else{let n;for(let s in lg(e,t,r,i)&&(u=!0),o)t&&(A(t,s)||(n=K(s))!==s&&A(t,n))||(a?l&&(void 0!==l[s]||void 0!==l[n])&&(r[s]=ly(a,o,s,void 0,e,!0)):delete r[s]);if(i!==o)for(let e in i)t&&A(t,e)||(delete i[e],u=!0)}u&&eA(e.attrs,\"set\",\"\")}(e,t.props,n,l),((e,t,l)=>{let{vnode:n,slots:r}=e;let i=!0;let s=C;if(32&n.shapeFlag){let e=t._;e?l&&1===e?i=!1:lC(r,t,l):(i=!t.$stable,lw(t,r)),s=t}else t&&(lS(e,t),s={default:1});if(i)for(let e in r)lm(e)||null!=s[e]||delete r[e]})(e,t.children,l),ew(),tL(e),eS()};let J=(e,t,l,n,r,i,s,o,a=!1)=>{let u=e&&e.children;let c=e?e.shapeFlag:0;let f=t.children;let{patchFlag:d,shapeFlag:h}=t;if(d>0){if(128&d)return void X(u,f,l,n,r,i,s,o,a);else if(256&d)return void G(u,f,l,n,r,i,s,o,a)}8&h?(16&c&&er(u,r,i),f!==u&&p(l,f)):16&c?16&h?X(u,f,l,n,r,i,s,o,a):er(u,r,i,!0):(8&c&&p(l,\"\"),16&h&&T(f,l,n,r,i,s,o,a))};let G=(e,t,l,n,r,i,s,o,a)=>{let u;e=e||O,t=t||O;let c=e.length;let f=t.length;let p=Math.min(c,f);for(u=0;u<p;u++){let n=t[u]=a?lG(t[u]):lK(t[u]);_(e[u],n,l,null,r,i,s,o,a)}c>f?er(e,r,i,!0,!1,p):T(t,l,n,r,i,s,o,a,p)};let X=(e,t,l,n,r,i,s,o,a)=>{let u=0;let c=t.length;let f=e.length-1;let p=c-1;for(;u<=f&&u<=p;){let n=e[u];let c=t[u]=a?lG(t[u]):lK(t[u]);if(lB(n,c))_(n,c,l,null,r,i,s,o,a);else break;u++}for(;u<=f&&u<=p;){let n=e[f];let u=t[p]=a?lG(t[p]):lK(t[p]);if(lB(n,u))_(n,u,l,null,r,i,s,o,a);else break;f--,p--}if(u>f){if(u<=p){let e=p+1;let f=e<c?t[e].el:n;for(;u<=p;)_(null,t[u]=a?lG(t[u]):lK(t[u]),l,f,r,i,s,o,a),u++}}else if(u>p)for(;u<=f;)ee(e[u],r,i,!0),u++;else{let d;let h=u;let g=u;let y=new Map;for(u=g;u<=p;u++){let e=t[u]=a?lG(t[u]):lK(t[u]);null!=e.key&&y.set(e.key,u)}let m=0;let b=p-g+1;let x=!1;let w=0;let S=Array(b);for(u=0;u<b;u++)S[u]=0;for(u=h;u<=f;u++){let n;let c=e[u];if(m>=b){ee(c,r,i,!0);continue}if(null!=c.key)n=y.get(c.key);else for(d=g;d<=p;d++)if(0===S[d-g]&&lB(c,t[d])){n=d;break}void 0===n?ee(c,r,i,!0):(S[n-g]=u+1,n>=w?w=n:x=!0,_(c,t[n],l,null,r,i,s,o,a),m++)}let C=x?function(e){let t,l,n,r,i;let s=e.slice();let o=[0];let a=e.length;for(t=0;t<a;t++){let a=e[t];if(0!==a){if(e[l=o[o.length-1]]<a){s[t]=l,o.push(t);continue}for(n=0,r=o.length-1;n<r;)e[o[i=n+r>>1]]<a?n=i+1:r=i;a<e[o[n]]&&(n>0&&(s[t]=o[n-1]),o[n]=t)}}for(n=o.length,r=o[n-1];n-- >0;)o[n]=r,r=s[r];return o}(S):O;for(d=C.length-1,u=b-1;u>=0;u--){let e=g+u;let f=t[e];let p=t[e+1];let h=e+1<c?p.el||function e(t){if(t.placeholder)return t.placeholder;let l=t.component;return l?e(l.subTree):null}(p):n;0===S[u]?_(null,f,l,h,r,i,s,o,a):x&&(d<0||u!==C[d]?Z(f,l,h,2):d--)}}};let Z=(e,t,l,n,s=null)=>{let{el:o,type:a,transition:u,children:c,shapeFlag:f}=e;if(6&f)return void Z(e.component.subTree,t,l,n);if(128&f)return void e.suspense.move(t,l,n);if(64&f)return void a.move(e,t,l,ea);if(a===lE){r(o,t,l);for(let e=0;e<c.length;e++)Z(c[e],t,l,n);r(e.anchor,t,l);return}if(a===lR)return void(({el:e,anchor:t},l,n)=>{let i;for(;e&&e!==t;)i=h(e),r(e,l,n),e=i;r(t,l,n)})(e,t,l);if(2!==n&&1&f&&u)if(0===n)u.beforeEnter(o),r(o,t,l),lO(()=>u.enter(o),s);else{let{leave:n,delayLeave:s,afterLeave:a}=u;let c=()=>{e.ctx.isUnmounted?i(o):r(o,t,l)};let f=()=>{o._isLeaving&&o[tH](!0),n(o,()=>{c(),a&&a()})};s?s(o,c,f):f()}else r(o,t,l)};let ee=(e,t,l,n=!1,r=!1)=>{let i;let{type:s,props:o,ref:a,children:u,dynamicChildren:c,shapeFlag:f,patchFlag:p,dirs:d,cacheIndex:h}=e;if(-2===p&&(r=!1),null!=a&&(ew(),t2(a,null,l,e,!0),eS()),null!=h&&(t.renderCache[h]=void 0),256&f)return void t.ctx.deactivate(e);let g=1&f&&d;let y=!t4(e);if(y&&(i=o&&o.onVnodeBeforeUnmount)&&lY(i,t,e),6&f)en(e.component,l,n);else{if(128&f)return void e.suspense.unmount(l,n);g&&tB(e,null,t,\"beforeUnmount\"),64&f?e.type.remove(e,t,l,ea,n):c&&!c.hasOnce&&(s!==lE||p>0&&64&p)?er(c,t,l,!1,!0):(s===lE&&384&p||!r&&16&f)&&er(u,t,l),n&&et(e)}(y&&(i=o&&o.onVnodeUnmounted)||g)&&lO(()=>{i&&lY(i,t,e),g&&tB(e,null,t,\"unmounted\")},l)};let et=e=>{let{type:t,el:l,anchor:n,transition:r}=e;if(t===lE)return void el(l,n);if(t===lR)return void(({el:e,anchor:t})=>{let l;for(;e&&e!==t;)l=h(e),i(e),e=l;i(t)})(e);let s=()=>{i(l),r&&!r.persisted&&r.afterLeave&&r.afterLeave()};if(1&e.shapeFlag&&r&&!r.persisted){let{leave:t,delayLeave:n}=r;let i=()=>t(l,s);n?n(e.el,s,i):i()}else s()};let el=(e,t)=>{let l;for(;e!==t;)l=h(e),i(e),e=l;i(t)};let en=(e,t,l)=>{let{bum:n,scope:r,job:i,subTree:s,um:o,m:a,a:u}=e;lT(a),lT(u),n&&Y(n),r.stop(),i&&(i.flags|=8,ee(s,e,t,l)),o&&lO(o,t),lO(()=>{e.isUnmounted=!0},t)};let er=(e,t,l,n=!1,r=!1,i=0)=>{for(let s=i;s<e.length;s++)ee(e[s],t,l,n,r)};let ei=e=>{if(6&e.shapeFlag)return ei(e.component.subTree);if(128&e.shapeFlag)return e.suspense.next();let t=h(e.anchor||e.el);let l=t&&t[tz];return l?h(l):t};let es=!1;let eo=(e,t,l)=>{let n;null==e?t._vnode&&(ee(t._vnode,null,null,!0),n=t._vnode.component):_(t._vnode||null,e,t,null,null,null,l),t._vnode=e,es||(es=!0,tL(n),tI(),es=!1)};let ea={p:_,um:ee,m:Z,r:et,mt:U,mc:T,pc:J,pbc:F,n:ei,o:e};return{render:eo,hydrate:l,createApp:(t=l,function(e,l=null){L(e)||(e=P({},e)),null==l||D(l)||(l=null);let n=lr();let r=new WeakSet;let i=[];let s=!1;let o=n.app={_uid:li++,_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&&L(e.install)?(r.add(e),e.install(o,...t)):L(e)&&(r.add(e),e(o,...t))),o),mixin:e=>o,component:(e,t)=>t?(n.components[e]=t,o):n.components[e],directive:(e,t)=>t?(n.directives[e]=t,o):n.directives[e],mount(r,i,a){if(s);else{let u=o._ceVNode||lH(e,l);return u.appContext=n,!0===a?a=\"svg\":!1===a&&(a=void 0),i&&t?t(u,r):eo(u,r,a),s=!0,o._container=r,r.__vue_app__=o,l9(u.component)}},onUnmount(e){i.push(e)},unmount(){s&&(tw(i,o._instance,16),eo(null,o._container),delete o._container.__vue_app__)},provide:(e,t)=>(n.provides[e]=t,o),runWithContext(e){let t=ls;ls=o;try{return e()}finally{ls=t}}};return o})}}({createElement(e){let t=new ng(e);return nt(0,t.id,e),ns(),t},createText(e){let t=new ng(\"#text\");return nt(1,t.id),e&&nt(5,t.id,e),ns(),t},createComment(e){let t=new ng(\"#comment\");return nt(0,t.id,\"__comment\"),ns(),t},setText(e,t){nt(5,e.id,t),ns()},setElementText(e,t){for(;e.firstChild;){let t=e.firstChild;e.removeChild(t),nt(3,e.id,t.id)}nt(5,e.id,t),ns()},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;nt(2,t.id,e.id,r),ns()},remove(e){if(e.parent){let t=e.parent.id;e.parent.removeChild(e),nt(3,t,e.id),ns()}},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&&nt(12,e.id,n.toJSON());else{let t=n_(l);t&&null!=n?(p||(p=new nh,lynx.getCoreContext().addEventListener(\"Lynx.Worklet.runOnBackground\",nv)),p.add(n),nt(11,e.id,t.type,t.name,n)):t&&nt(7,e.id,t.type,t.name)}ns();return}let s=n_(t);if(s){let l=nm.get(e.id);let r=null==l?void 0:l.get(t);if(null!=n)if(r)nc().handlers.set(r,n);else{let r=nf(n);l||(l=new Map,nm.set(e.id,l)),l.set(t,r),nt(6,e.id,s.type,s.name,r)}else r&&(np(r),l.delete(t),nt(7,e.id,s.type,s.name))}else if(\"style\"===t){let t=null!=n&&\"object\"==typeof n?function(e){let t={};for(let l of Object.keys(e)){let n=e[l];\"number\"!=typeof n||ny.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){na(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;nt(8,e.id,l)}else\"class\"===t?(e._baseClass=null!=n?n:\"\",nt(9,e.id,nb(e))):\"id\"===t?nt(10,e.id,n):nt(4,e.id,t,n);ns()},parentNode:e=>e.parent,nextSibling:e=>e.next}).createApp;Symbol.for(\"v-stc\");let nE=\"u\">typeof window;let nP=e=>d=e;let nF=Symbol();function nR(e){return e&&\"object\"==typeof e&&\"[object Object]\"===Object.prototype.toString.call(e)&&\"function\"!=typeof e.toJSON}(l=e||(e={})).direct=\"direct\",l.patchObject=\"patch object\",l.patchFunction=\"patch function\";let nA=\"object\"==typeof window&&window.window===window?window:\"object\"==typeof self&&self.self===self?self:\"object\"==typeof t.g&&t.g.global===t.g?t.g:\"object\"==typeof globalThis?globalThis:{HTMLElement:null};function nM(e,t,l){let n=new XMLHttpRequest;n.open(\"GET\",e),n.responseType=\"blob\",n.onload=function(){nV(n.response,t,l)},n.onerror=function(){console.error(\"could not download file\")},n.send()}function nL(e){let t=new XMLHttpRequest;t.open(\"HEAD\",e,!1);try{t.send()}catch(e){}return t.status>=200&&t.status<=299}function nI(e){try{e.dispatchEvent(new MouseEvent(\"click\"))}catch(l){let t=new MouseEvent(\"click\",{bubbles:!0,cancelable:!0,view:window,detail:0,screenX:80,screenY:20,clientX:80,clientY:20,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:null});e.dispatchEvent(t)}}let n$=\"object\"==typeof navigator?navigator:{userAgent:\"\"};let nD=/Macintosh/.test(n$.userAgent)&&/AppleWebKit/.test(n$.userAgent)&&!/Safari/.test(n$.userAgent);let nV=nE?\"u\">typeof HTMLAnchorElement&&\"download\"in HTMLAnchorElement.prototype&&!nD?function(e,t=\"download\",l){let n=document.createElement(\"a\");n.download=t,n.rel=\"noopener\",\"string\"==typeof e?(n.href=e,n.origin!==location.origin?nL(n.href)?nM(e,t,l):(n.target=\"_blank\",nI(n)):nI(n)):(n.href=URL.createObjectURL(e),setTimeout(function(){URL.revokeObjectURL(n.href)},4e4),setTimeout(function(){nI(n)},0))}:\"msSaveOrOpenBlob\"in n$?function(e,t=\"download\",l){if(\"string\"==typeof e)if(nL(e))nM(e,t,l);else{let t=document.createElement(\"a\");t.href=e,t.target=\"_blank\",setTimeout(function(){nI(t)})}else navigator.msSaveOrOpenBlob(function(e,{autoBom:t=!1}={}){return t&&/^\\s*(?:text\\/\\S*|application\\/xml|\\S*\\/\\S*\\+xml)\\s*;.*charset\\s*=\\s*utf-8/i.test(e.type)?new Blob([String.fromCharCode(65279),e],{type:e.type}):e}(e,l),t)}:function(e,t,l,n){if((n=n||open(\"\",\"_blank\"))&&(n.document.title=n.document.body.innerText=\"downloading...\"),\"string\"==typeof e)return nM(e,t,l);let r=\"application/octet-stream\"===e.type;let i=/constructor/i.test(String(nA.HTMLElement))||\"safari\"in nA;let s=/CriOS\\/[\\d]+/.test(navigator.userAgent);if((s||r&&i||nD)&&\"u\">typeof FileReader){let t=new FileReader;t.onloadend=function(){let e=t.result;if(\"string\"!=typeof e)throw n=null,Error(\"Wrong reader.result type\");e=s?e:e.replace(/^data:[^;]*;/,\"data:attachment/file;\"),n?n.location.href=e:location.assign(e),n=null},t.readAsDataURL(e)}else{let t=URL.createObjectURL(e);n?n.location.assign(t):location.href=t,n=null,setTimeout(function(){URL.revokeObjectURL(t)},4e4)}}:()=>{};let{assign:nU}=Object;let nB=()=>{};function nN(e,t,l,n=nB){e.add(t);let i=()=>{e.delete(t)&&n()};return!l&&r&&r&&r.cleanups.push(i),i}function nW(e,...t){e.forEach(e=>{e(...t)})}let nz=Symbol();let nH=Symbol();function nJ(e,t){for(let l in e instanceof Map&&t instanceof Map?t.forEach((t,l)=>e.set(l,t)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e),t){if(!t.hasOwnProperty(l))continue;let n=t[l];let r=e[l];nR(r)&&nR(n)&&e.hasOwnProperty(l)&&!tc(n)&&!tl(n)?e[l]=nJ(r,n):e[l]=n}return e}let nK=Symbol();let{assign:nG}=Object;function nX(t,l,n={},i,s,o){let a;let u=nG({actions:{}},n);let c={deep:!0};let f;let p;let d=new Set;let g=new Set;let y;let _=i.state.value[t];o||_||(i.state.value[t]={}),tf({},!1);let m;function b(l){let n;f=p=!1,\"function\"==typeof l?(l(i.state.value[t]),n={type:e.patchFunction,storeId:t,events:y}):(nJ(i.state.value[t],l),n={type:e.patchObject,payload:l,storeId:t,events:y});let r=m=Symbol();tF().then(()=>ni()).then(()=>{m===r&&(f=!0)}),p=!0,nW(d,n,i.state.value[t])}let x=o?function(){let{state:e}=n;let t=e?e():{};this.$patch(e=>{nG(e,t)})}:nB;let w=(e,l=\"\")=>{if(nz in e)return e[nH]=l,e;let n=function(){let l;nP(i);let r=Array.from(arguments);let s=new Set;let o=new Set;nW(g,{args:r,name:n[nH],store:S,after:function(e){s.add(e)},onError:function(e){o.add(e)}});try{l=e.apply(this&&this.$id===t?this:S,r)}catch(e){throw nW(o,e),e}return l instanceof Promise?l.then(e=>(nW(s,e),e)).catch(e=>(nW(o,e),Promise.reject(e))):(nW(s,l),l)};return n[nz]=!0,n[nH]=l,n};let S=e7({_p:i,$id:t,$onAction:nN.bind(null,g),$patch:b,$reset:x,$subscribe(l,n={}){let s=nN(d,l,n.detached,()=>o());let o=a.run(()=>(function(e,t,l=C){let n;let{immediate:i,deep:s,flush:o,once:a}=l;let u=P({},l);let c=t&&i||!t&&\"post\"!==o;if(l4){if(\"sync\"===o){let e=tN(tW);n=e.__watcherHandles||(e.__watcherHandles=[])}else if(!c){let e=()=>{};return e.stop=k,e.resume=k,e.pause=k,e}}let f=lQ;u.call=(e,t,l)=>tw(e,f,t,l);let p=!1;\"post\"===o?u.scheduler=e=>{lO(e,f&&f.suspense)}:\"sync\"!==o&&(p=!0,u.scheduler=(e,t)=>{t?e():tR(e)}),u.augmentJob=e=>{t&&(e.flags|=4),p&&(e.flags|=2,f&&(e.id=f.uid,e.i=f))};let d=function(e,t,l=C){let n,i,s,o;let{immediate:a,deep:u,once:c,scheduler:f,augmentJob:p,call:d}=l;let g=e=>u?e:tr(e)||!1===u||0===u?tb(e,1):tb(e);let y=!1;let _=!1;if(tc(e)?(i=()=>e.value,y=tr(e)):tl(e)?(i=()=>g(e),y=!0):M(e)?(_=!0,y=e.some(e=>tl(e)||tr(e)),i=()=>e.map(e=>tc(e)?e.value:tl(e)?g(e):L(e)?d?d(e,2):e():void 0)):i=L(e)?t?d?()=>d(e,2):e:()=>{if(s){ew();try{s()}finally{eS()}}let t=h;h=n;try{return d?d(e,3,[o]):e(o)}finally{h=t}}:k,t&&u){let e=i;let t=!0===u?1/0:u;i=()=>tb(e(),t)}let m=r;let b=()=>{n.stop(),m&&m.active&&F(m.effects,n)};if(c&&t){let e=t;t=(...t)=>{e(...t),b()}}let x=_?Array(e.length).fill(t_):t_;let w=e=>{if(1&n.flags&&(n.dirty||e))if(t){let e=n.run();if(u||y||(_?e.some((e,t)=>!Object.is(e,x[t])):!Object.is(e,x))){s&&s();let l=h;h=n;try{let l=[e,x===t_?void 0:_&&x[0]===t_?[]:x,o];x=e,d?d(t,3,l):t(...l)}finally{h=l}}}else n.run()};return p&&p(w),(n=new ef(i)).scheduler=f?()=>f(w,!1):w,o=e=>(function(e,t=!1,l=h){if(l){let t=tm.get(l);t||tm.set(l,t=[]),t.push(e)}})(e,!1,n),s=n.onStop=()=>{let e=tm.get(n);if(e){if(d)d(e,4);else for(let t of e)t();tm.delete(n)}},t?a?w(!0):x=n.run():f?f(w.bind(null,!0),!0):n.run(),b.pause=n.pause.bind(n),b.resume=n.resume.bind(n),b.stop=b,b}(e,t,u);return l4&&(n?n.push(d):c&&d()),d})(()=>i.state.value[t],r=>{(\"sync\"===n.flush?p:f)&&l({storeId:t,type:e.direct,events:y},r)},nG({},c,n)));return s},$dispose:function(){a.stop(),d.clear(),g.clear(),i._s.delete(t)}});i._s.set(t,S);let O=(i._a&&i._a.runWithContext||(e=>e()))(()=>i._e.run(()=>(a=new eu(void 0)).run(()=>l({action:w}))));for(let e in O){let l=O[e];if(tc(l)&&!(tc(l)&&l.effect)||tl(l))o||(!_||nR(l)&&Object.prototype.hasOwnProperty.call(l,nK)||(tc(l)?l.value=_[e]:nJ(l,_[e])),i.state.value[t][e]=l);else if(\"function\"==typeof l){let t=w(l,e);O[e]=t,u.actions[e]=l}}return nG(S,O),nG(ts(S),O),Object.defineProperty(S,\"$state\",{get:()=>i.state.value[t],set:e=>{b(t=>{nG(t,e)})}}),i._p.forEach(e=>{nG(S,a.run(()=>e({store:S,app:i._a,pinia:i,options:u})))}),_&&o&&n.hydrate&&n.hydrate(S.$state,_),f=!0,p=!0,S}function nY(e,t,l){let n;let r=\"function\"==typeof t;function i(l,i){let s=!!(l0()||ls);return(l=l||(s?tN(nF,null):null))&&nP(l),(l=d)._s.has(e)||(r?nX(e,t,n,l):function(e,t,l){let{state:n,actions:r,getters:i}=t;let s=l.state.value[e];return nX(e,function(){return s||(l.state.value[e]=n?n():{}),nG(function(e){let t=M(e)?Array(e.length):{};for(let l in e)t[l]=new tg(e,l,void 0);return t}(l.state.value[e]),r,Object.keys(i||{}).reduce((t,n)=>(t[n]=to(l7(()=>{nP(l);let t=l._s.get(e);return i[n].call(t,t)})),t),{}))},t,l,void 0,!0)}(e,n,l)),l._s.get(e)}return n=r?l:t,i.$id=e,i}let nq=nY(\"counter\",()=>{let e=tf(0,!1);let t=l7(()=>2*e.value);return{count:e,doubleCount:t,increment:function(){e.value++},decrement:function(){e.value--},reset:function(){e.value=0}}});let nZ=tQ({__name:\"CounterSection\",setup(e){let t=nq();return(e,l)=>(lL(),lV(\"view\",{style:{margin:16,padding:16,backgroundColor:\"#fff\",borderRadius:8}},[lz(\"text\",{style:{fontSize:16,fontWeight:\"bold\",color:\"#333\",marginBottom:8}},\" Counter Store \"),lz(\"text\",{style:{fontSize:14,color:\"#555\",marginBottom:4}},\" Count: \"+es(td(t).count),1),lz(\"text\",{style:{fontSize:14,color:\"#555\",marginBottom:12}},\" Double: \"+es(td(t).doubleCount),1),lz(\"view\",{style:{display:\"flex\",flexDirection:\"row\",gap:8}},[lz(\"text\",{style:{fontSize:14,color:\"#fff\",backgroundColor:\"#4CAF50\",padding:\"6px 16px\",borderRadius:4},onTap:l[0]||(l[0]=(...e)=>td(t).decrement&&td(t).decrement(...e))},\" − \",32),lz(\"text\",{style:{fontSize:14,color:\"#fff\",backgroundColor:\"#2196F3\",padding:\"6px 16px\",borderRadius:4},onTap:l[1]||(l[1]=(...e)=>td(t).increment&&td(t).increment(...e))},\" + \",32),lz(\"text\",{style:{fontSize:14,color:\"#fff\",backgroundColor:\"#9E9E9E\",padding:\"6px 16px\",borderRadius:4},onTap:l[2]||(l[2]=(...e)=>td(t).reset&&td(t).reset(...e))},\" Reset \",32)])]))}});let nQ=nY(\"todos\",()=>{let e=tf([],!1);let t=1;let l=l7(()=>e.value.filter(e=>e.done).length);let n=l7(()=>e.value.length);return{todos:e,doneCount:l,totalCount:n,addTodo:function(l){e.value.push({id:t++,text:l,done:!1})},toggleTodo:function(t){let l=e.value.find(e=>e.id===t);l&&(l.done=!l.done)},removeTodo:function(t){e.value=e.value.filter(e=>e.id!==t)}}});let n0=tQ({__name:\"TodoSection\",setup(e){let t=nQ();let l=[\"Learn Vue-Lynx\",\"Try Pinia\",\"Build an app\"];let n=0;function r(){let e=n<l.length?l[n]:`Todo #${n+1}`;t.addTodo(e),n++}return(e,l)=>(lL(),lV(\"view\",{style:{margin:\"0 16px 16px\",padding:16,backgroundColor:\"#fff\",borderRadius:8}},[lz(\"text\",{style:{fontSize:16,fontWeight:\"bold\",color:\"#333\",marginBottom:8}},\" Todo Store \"),lz(\"view\",{style:{display:\"flex\",flexDirection:\"row\",marginBottom:12,gap:8}},[lz(\"text\",{style:{fontSize:14,color:\"#fff\",backgroundColor:\"#FF9800\",padding:\"6px 16px\",borderRadius:4},onTap:r},\" + Add Todo \",32),lz(\"text\",{style:{fontSize:13,color:\"#777\",lineHeight:30}},es(td(t).doneCount)+\"/\"+es(td(t).totalCount)+\" done \",1)]),0===td(t).todos.length?(lL(),lV(\"view\",{key:0},[lz(\"text\",{style:{fontSize:13,color:\"#999\"}},'No todos yet. Tap \"Add Todo\" to start.')])):function(e=\"\",t=!1){return t?(lL(),lD(lH(lF,null,e,void 0,void 0,!0))):lH(lF,null,e)}(\"\",!0),(lL(!0),lV(lE,null,function(e,t){let l;let n;let r=M(e);if(r||I(e)){let i=r&&tl(e);let s=!1;let o=!1;i&&(s=!tr(e),o=tn(e),e=eL(e)),l=Array(e.length);for(let r=0,i=e.length;r<i;r++)l[r]=t(s?o?tu(ta(e[r])):ta(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(D(e))if(e[Symbol.iterator])l=Array.from(e,(e,l)=>t(e,l,void 0,n&&n[l]));else{let r=Object.keys(e);l=Array(r.length);for(let i=0,s=r.length;i<s;i++){let s=r[i];l[i]=t(e[s],s,i,n&&n[i])}}else l=[];return l}(td(t).todos,e=>(lL(),lV(\"view\",{key:e.id,style:ee({display:\"flex\",flexDirection:\"row\",alignItems:\"center\",marginBottom:6,padding:\"6px 8px\",backgroundColor:e.done?\"#E8F5E9\":\"#F5F5F5\",borderRadius:4})},[lz(\"text\",{style:ee({flex:1,fontSize:14,color:e.done?\"#81C784\":\"#333\",textDecoration:e.done?\"line-through\":\"none\"}),onTap:l=>td(t).toggleTodo(e.id)},es(e.text),45,[\"onTap\"]),lz(\"text\",{style:{fontSize:12,color:\"#EF5350\",padding:\"2px 8px\"},onTap:l=>td(t).removeTodo(e.id)},\" ✕ \",40,[\"onTap\"])],4))),128))]))}});let n1=(g=nT(tQ({__name:\"App\",setup:e=>(e,t)=>(lL(),lV(\"view\",{style:{flex:1,display:\"flex\",flexDirection:\"column\",backgroundColor:\"#f5f5f5\"}},[lz(\"text\",{style:{fontSize:18,fontWeight:\"bold\",margin:16,color:\"#111\"}},\" Vue-Lynx + Pinia \"),lH(nZ),lH(n0)]))}),void 0),y={get config(){return g.config},use:(e,...t)=>(g.use(e,...t),y),provide:(e,t)=>(g.provide(e,t),y),mount(){let e=new ng(\"page\",1);g.mount(e)},unmount(){g.unmount()}});n1.use((m=(_=new eu(!0)).run(()=>tf({},!1)),x=[],w=to({install(e){nP(w),w._a=e,e.provide(nF,w),e.config.globalProperties.$pinia=w,x.forEach(e=>b.push(e)),x=[]},use(e){return this._a?b.push(e):x.push(e),this},_p:b=[],_a:null,_e:_,_s:new Map,state:m}))),n1.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":{}}
|