@vue-lynx-example/css-features 0.2.1
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/dist/main.lynx.bundle +0 -0
- package/dist/main.web.bundle +1 -0
- package/lynx.config.ts +28 -0
- package/package.json +34 -0
- package/src/App.vue +37 -0
- package/src/CSSModules.vue +60 -0
- package/src/CSSVarsWorkaround.vue +43 -0
- package/src/ImportedCSS.vue +20 -0
- package/src/PlainStyle.vue +33 -0
- package/src/ScopedStyle.vue +59 -0
- package/src/VBindCSS.vue +44 -0
- package/src/imported.css +28 -0
- package/src/index.ts +4 -0
- package/tsconfig.json +12 -0
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.
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"styleInfo":{"0":{"content":[""],"rules":[{"sel":[[[".plain-card"],[],[],[]]],"decl":[["background-color","#e8f5e9"],["border-radius","8px"],["display","flex"],["flex-direction","column"],["margin-bottom","12px"],["padding","12px"]]},{"sel":[[[".plain-title"],[],[],[]]],"decl":[["color","#2e7d32"],["font-size","15px"],["font-weight","700"],["margin-bottom","4px"]]},{"sel":[[[".plain-desc"],[],[],[]]],"decl":[["color","#555"],["font-size","12px"]]},{"sel":[[[".scoped-card","[data-v-8f634878]"],[],[],[]]],"decl":[["background-color","#fff3e0"],["border-radius","8px"],["display","flex"],["flex-direction","column"],["margin-bottom","12px"],["padding","12px"]]},{"sel":[[[".scoped-title","[data-v-8f634878]"],[],[],[]]],"decl":[["color","#e65100"],["font-size","15px"],["font-weight","700"],["margin-bottom","4px"]]},{"sel":[[[".scoped-desc","[data-v-8f634878]"],[],[],[]]],"decl":[["color","#555"],["font-size","12px"],["margin-bottom","8px"]]},{"sel":[[[".scoped-demo-box","[data-v-8f634878]"],[],[],[]]],"decl":[["background-color","#fff"],["border-radius","4px"],["padding","8px"]]},{"sel":[[[".scoped-demo-text","[data-v-8f634878]"],[],[],[]]],"decl":[["color","blue"],["font-size","13px"]]},{"sel":[[[".card-k33EaR"],[],[],[]]],"decl":[["background-color","#f3e5f5"],["border-radius","8px"],["display","flex"],["flex-direction","column"],["margin-bottom","12px"],["padding","12px"]]},{"sel":[[[".title-gBkmWb"],[],[],[]]],"decl":[["color","#6a1b9a"],["font-size","15px"],["font-weight","700"],["margin-bottom","4px"]]},{"sel":[[[".desc-PuPrKQ"],[],[],[]]],"decl":[["color","#555"],["font-size","12px"],["margin-bottom","8px"]]},{"sel":[[[".demoBox-ygqRmx"],[],[],[]]],"decl":[["background-color","#fff"],["border-radius","4px"],["padding","8px"]]},{"sel":[[[".demoText-zulJj2"],[],[],[]]],"decl":[["color","purple"],["font-size","13px"]]},{"sel":[[[".imported-card"],[],[],[]]],"decl":[["background-color","#e0f2f1"],["border-radius","8px"],["display","flex"],["flex-direction","column"],["margin-bottom","12px"],["padding","12px"]]},{"sel":[[[".imported-title"],[],[],[]]],"decl":[["color","#00695c"],["font-size","15px"],["font-weight","700"],["margin-bottom","4px"]]},{"sel":[[[".imported-desc"],[],[],[]]],"decl":[["color","#555"],["font-size","12px"],["margin-bottom","8px"]]},{"sel":[[[".imported-demo-box"],[],[],[]]],"decl":[["background-color","#fff"],["border-radius","4px"],["padding","8px"]]},{"sel":[[[".imported-demo-text"],[],[],[]]],"decl":[["color","teal"],["font-size","13px"]]}]}},"manifest":{"/app-service.js":"\"use strict\";let e;var t,l,n={479(e,t){t.default=(e,t)=>{let l=e.__vccOpts||e;for(let[e,n]of t)l[e]=n;return l}},86(e,t,l){l.d(t,{KA:()=>a,ht:()=>o,kz:()=>i,mY:()=>s});let n=\"__VUE_LYNX_EVENT_REGISTRY__\";function r(){let e=globalThis;let t=e[n];return t||Object.defineProperty(e,n,{value:t={signCounter:0,handlers:new Map},configurable:!0,enumerable:!1,writable:!0}),t}function i(e){let t=r();let l=`vue:${t.signCounter++}`;return t.handlers.set(l,e),l}function s(e,t){r().handlers.set(e,t)}function o(e){r().handlers.delete(e)}function a(e,t){var l;null==(l=r().handlers.get(e))||l(t)}}};var r={};function i(e){var t=r[e];if(void 0!==t)return t.exports;var l=r[e]={exports:{}};return n[e](l,l.exports,i),l.exports}i.d=(e,t)=>{for(var l in t)i.o(t,l)&&!i.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:t[l]})},i.g=(()=>{if(\"object\"==typeof globalThis)return globalThis;try{return this||Function(\"return this\")()}catch(e){if(\"object\"==typeof window)return window}})(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),l=i(86),e=globalThis,\"u\">typeof lynxCoreInject&&(null==(t=lynxCoreInject)?void 0:t.tt)&&(lynxCoreInject.tt.publishEvent=l.KA,lynxCoreInject.tt.publicComponentEvent=(e,t,n)=>{(0,l.KA)(t,n)}),e.publishEvent=l.KA,e.updatePage=function(e){},(()=>{let e,t,l,n,r,s,o,a,u,c;function f(e){let t=Object.create(null);for(let l of e.split(\",\"))t[l]=1;return e=>e in t}let p={};let d=[];let h=()=>{};let g=()=>!1;let _=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97);let y=e=>e.startsWith(\"onUpdate:\");let m=Object.assign;let b=Object.prototype.hasOwnProperty;let x=(e,t)=>b.call(e,t);let S=Array.isArray;let w=e=>\"function\"==typeof e;let C=e=>\"string\"==typeof e;let k=e=>\"symbol\"==typeof e;let O=e=>null!==e&&\"object\"==typeof e;let j=e=>(O(e)||w(e))&&w(e.then)&&w(e.catch);let T=Object.prototype.toString;let P=e=>C(e)&&\"NaN\"!==e&&\"-\"!==e[0]&&\"\"+parseInt(e,10)===e;let E=f(\",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted\");let F=e=>{let t=Object.create(null);return l=>t[l]||(t[l]=e(l))};let R=/-\\w/g;let I=F(e=>e.replace(R,e=>e.slice(1).toUpperCase()));let M=/\\B([A-Z])/g;let A=F(e=>e.replace(M,\"-$1\").toLowerCase());let D=F(e=>e.charAt(0).toUpperCase()+e.slice(1));let $=F(e=>e?`on${D(e)}`:\"\");let L=(e,...t)=>{for(let l=0;l<e.length;l++)e[l](...t)};let V=(e,t,l,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:l})};let B=e=>{let t=parseFloat(e);return isNaN(t)?e:t};let U=()=>e||(e=\"u\">typeof globalThis?globalThis:\"u\">typeof self?self:\"u\">typeof window?window:void 0!==i.g?i.g:{});function W(e){if(S(e)){let t={};for(let l=0;l<e.length;l++){let n=e[l];let r=C(n)?function(e){let t={};return e.replace(H,\"\").split(N).forEach(e=>{if(e){let l=e.split(z);l.length>1&&(t[l[0].trim()]=l[1].trim())}}),t}(n):W(n);if(r)for(let e in r)t[e]=r[e]}return t}if(C(e)||O(e))return e}let N=/;(?![^(]*\\))/g;let z=/:([^]+)/;let H=/\\/\\*[^]*?\\*\\//g;function J(e){let t=\"\";if(C(e))t=e;else if(S(e))for(let l=0;l<e.length;l++){let n=J(e[l]);n&&(t+=n+\" \")}else if(O(e))for(let l in e)e[l]&&(t+=l+\" \");return t.trim()}class K{get active(){return this._active}pause(){if(this._active){let e,t;if(this._isPaused=!0,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].pause();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].pause()}}resume(){if(this._active&&this._isPaused){let e,t;if(this._isPaused=!1,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].resume();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].resume()}}run(e){if(this._active){let l=t;try{return t=this,e()}finally{t=l}}}on(){1===++this._on&&(this.prevScope=t,t=this)}off(){this._on>0&&0===--this._on&&(t=this.prevScope,this.prevScope=void 0)}stop(e){if(this._active){let t,l;for(t=0,this._active=!1,l=this.effects.length;t<l;t++)this.effects[t].stop();for(t=0,this.effects.length=0,l=this.cleanups.length;t<l;t++)this.cleanups[t]();if(this.cleanups.length=0,this.scopes){for(t=0,l=this.scopes.length;t<l;t++)this.scopes[t].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!e){let e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.parent=void 0}}constructor(e=!1){this.detached=e,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.__v_skip=!0,this.parent=t,!e&&t&&(this.index=(t.scopes||(t.scopes=[])).push(this)-1)}}let G=new WeakSet;class q{pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,G.has(this)&&(G.delete(this),this.trigger()))}notify(){(!(2&this.flags)||32&this.flags)&&(8&this.flags||Q(this))}run(){if(!(1&this.flags))return this.fn();this.flags|=2,ea(this),X(this);let e=l;let t=er;l=this,er=!0;try{return this.fn()}finally{ee(this),l=e,er=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)en(e);this.deps=this.depsTail=void 0,ea(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?G.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){et(this)&&this.run()}get dirty(){return et(this)}constructor(e){this.fn=e,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,t&&t.active&&t.effects.push(this)}}let Y=0;function Q(e,t=!1){if(e.flags|=8,t){e.next=r,r=e;return}e.next=n,n=e}function Z(){let e;if(!(--Y>0)){if(r){let e=r;for(r=void 0;e;){let t=e.next;e.next=void 0,e.flags&=-9,e=t}}for(;n;){let t=n;for(n=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 X(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ee(e){let t;let l=e.depsTail;let n=l;for(;n;){let e=n.prevDep;-1===n.version?(n===l&&(l=e),en(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 et(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(el(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function el(e){if(4&e.flags&&!(16&e.flags)||(e.flags&=-17,e.globalVersion===eu)||(e.globalVersion=eu,!e.isSSR&&128&e.flags&&(!e.deps&&!e._dirty||!et(e))))return;e.flags|=2;let t=e.dep;let n=l;let r=er;l=e,er=!0;try{let l;X(e);let n=e.fn(e._value);(0===t.version||(l=e._value,!Object.is(n,l)))&&(e.flags|=128,e._value=n,t.version++)}catch(e){throw t.version++,e}finally{l=n,er=r,ee(e),e.flags&=-3}}function en(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)en(e,!0)}t||--l.sc||!l.map||l.map.delete(l.key)}let er=!0;let ei=[];function es(){ei.push(er),er=!1}function eo(){let e=ei.pop();er=void 0===e||e}function ea(e){let{cleanup:t}=e;if(e.cleanup=void 0,t){let e=l;l=void 0;try{t()}finally{l=e}}}let eu=0;class ec{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 ef{track(e){if(!l||!er||l===this.computed)return;let t=this.activeLink;if(void 0===t||t.sub!==l)t=this.activeLink=new ec(l,this),l.deps?(t.prevDep=l.depsTail,l.depsTail.nextDep=t,l.depsTail=t):l.deps=l.depsTail=t,function e(t){if(t.dep.sc++,4&t.sub.flags){let l=t.dep.computed;if(l&&!t.dep.subs){l.flags|=20;for(let t=l.deps;t;t=t.nextDep)e(t)}let n=t.dep.subs;n!==t&&(t.prevSub=n,n&&(n.nextSub=t)),t.dep.subs=t}}(t);else if(-1===t.version&&(t.version=this.version,t.nextDep)){let e=t.nextDep;e.prevDep=t.prevDep,t.prevDep&&(t.prevDep.nextDep=e),t.prevDep=l.depsTail,t.nextDep=void 0,l.depsTail.nextDep=t,l.depsTail=t,l.deps===t&&(l.deps=e)}return t}trigger(e){this.version++,eu++,this.notify(e)}notify(e){Y++;try{for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{Z()}}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 ep=new WeakMap;let ed=Symbol(\"\");let eh=Symbol(\"\");let ev=Symbol(\"\");function eg(e,t,n){if(er&&l){let t=ep.get(e);t||ep.set(e,t=new Map);let l=t.get(n);l||(t.set(n,l=new ef),l.map=t,l.key=n),l.track()}}function e_(e,t,l,n,r,i){let s=ep.get(e);if(!s)return void eu++;let o=e=>{e&&e.trigger()};if(Y++,\"clear\"===t)s.forEach(o);else{let r=S(e);let i=r&&P(l);if(r&&\"length\"===l){let e=Number(n);s.forEach((t,l)=>{(\"length\"===l||l===ev||!k(l)&&l>=e)&&o(t)})}else switch((void 0!==l||s.has(void 0))&&o(s.get(l)),i&&o(s.get(ev)),t){case\"add\":if(r)i&&o(s.get(\"length\"));else{let t;o(s.get(ed));\"[object Map]\"===(t=e,T.call(t))&&o(s.get(eh))}break;case\"delete\":if(!r){let t;o(s.get(ed));\"[object Map]\"===(t=e,T.call(t))&&o(s.get(eh))}break;case\"set\":let a;\"[object Map]\"===(a=e,T.call(a))&&o(s.get(ed))}}Z()}function ey(e){let t=e0(e);return t===e?t:(eg(t,\"iterate\",ev),eZ(e)?t:t.map(e1))}function em(e){return eg(e=e0(e),\"iterate\",ev),e}function eb(e,t){return eQ(e)?eY(e)?e2(e1(t)):e2(t):e1(t)}let ex={__proto__:null,[Symbol.iterator](){return eS(this,Symbol.iterator,e=>eb(this,e))},concat(...e){return ey(this).concat(...e.map(e=>S(e)?ey(e):e))},entries(){return eS(this,\"entries\",e=>(e[1]=eb(this,e[1]),e))},every(e,t){return eC(this,\"every\",e,t,void 0,arguments)},filter(e,t){return eC(this,\"filter\",e,t,e=>e.map(e=>eb(this,e)),arguments)},find(e,t){return eC(this,\"find\",e,t,e=>eb(this,e),arguments)},findIndex(e,t){return eC(this,\"findIndex\",e,t,void 0,arguments)},findLast(e,t){return eC(this,\"findLast\",e,t,e=>eb(this,e),arguments)},findLastIndex(e,t){return eC(this,\"findLastIndex\",e,t,void 0,arguments)},forEach(e,t){return eC(this,\"forEach\",e,t,void 0,arguments)},includes(...e){return eO(this,\"includes\",e)},indexOf(...e){return eO(this,\"indexOf\",e)},join(e){return ey(this).join(e)},lastIndexOf(...e){return eO(this,\"lastIndexOf\",e)},map(e,t){return eC(this,\"map\",e,t,void 0,arguments)},pop(){return ej(this,\"pop\")},push(...e){return ej(this,\"push\",e)},reduce(e,...t){return ek(this,\"reduce\",e,t)},reduceRight(e,...t){return ek(this,\"reduceRight\",e,t)},shift(){return ej(this,\"shift\")},some(e,t){return eC(this,\"some\",e,t,void 0,arguments)},splice(...e){return ej(this,\"splice\",e)},toReversed(){return ey(this).toReversed()},toSorted(e){return ey(this).toSorted(e)},toSpliced(...e){return ey(this).toSpliced(...e)},unshift(...e){return ej(this,\"unshift\",e)},values(){return eS(this,\"values\",e=>eb(this,e))}};function eS(e,t,l){let n=em(e);let r=n[t]();return n===e||eZ(e)||(r._next=r.next,r.next=()=>{let e=r._next();return e.done||(e.value=l(e.value)),e}),r}let ew=Array.prototype;function eC(e,t,l,n,r,i){let s=em(e);let o=s!==e&&!eZ(e);let a=s[t];if(a!==ew[t]){let t=a.apply(e,i);return o?e1(t):t}let u=l;s!==e&&(o?u=function(t,n){return l.call(this,eb(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 ek(e,t,l,n){let r=em(e);let i=r!==e&&!eZ(e);let s=l;let o=!1;r!==e&&(i?(o=0===n.length,s=function(t,n,r){return o&&(o=!1,t=eb(e,t)),l.call(this,t,eb(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?eb(e,a):a}function eO(e,t,l){let n=e0(e);eg(n,\"iterate\",ev);let r=n[t](...l);return(-1===r||!1===r)&&eX(l[0])?(l[0]=e0(l[0]),n[t](...l)):r}function ej(e,t,l=[]){es(),Y++;let n=e0(e)[t].apply(e,l);return Z(),eo(),n}let eT=f(\"__proto__,__v_isRef,__isVue\");let eP=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>\"arguments\"!==e&&\"caller\"!==e).map(e=>Symbol[e]).filter(k));function eE(e){k(e)||(e=String(e));let t=e0(this);return eg(t,\"has\",e),t.hasOwnProperty(e)}class eF{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?eJ:eH:r?ez:eN).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(l)?e:void 0;let i=S(e);if(!n){let e;if(i&&(e=ex[t]))return e;if(\"hasOwnProperty\"===t)return eE}let s=Reflect.get(e,t,e6(e)?e:l);if((k(t)?eP.has(t):eT(t))||(n||eg(e,\"get\",t),r))return s;if(e6(s)){let e=i&&P(t)?s:s.value;return n&&O(e)?eG(e):e}return O(s)?n?eG(s):eK(s):s}constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}}class eR extends eF{set(e,t,l,n){let r=e[t];let i=S(e)&&P(t);if(!this._isShallow){let e=eQ(r);if(eZ(l)||eQ(l)||(r=e0(r),l=e0(l)),!i&&e6(r)&&!e6(l))if(e)return!0;else return r.value=l,!0}let s=i?Number(t)<e.length:x(e,t);let o=Reflect.set(e,t,l,e6(e)?e:n);return e===e0(n)&&(s?Object.is(l,r)||e_(e,\"set\",t,l,r):e_(e,\"add\",t,l)),o}deleteProperty(e,t){let l=x(e,t);let n=e[t];let r=Reflect.deleteProperty(e,t);return r&&l&&e_(e,\"delete\",t,void 0,n),r}has(e,t){let l=Reflect.has(e,t);return k(t)&&eP.has(t)||eg(e,\"has\",t),l}ownKeys(e){return eg(e,\"iterate\",S(e)?\"length\":ed),Reflect.ownKeys(e)}constructor(e=!1){super(!1,e)}}class eI extends eF{set(e,t){return!0}deleteProperty(e,t){return!0}constructor(e=!1){super(!0,e)}}let eM=new eR;let eA=new eI;let eD=new eR(!0);let e$=e=>e;function eL(e){return function(){return\"delete\"!==e&&(\"clear\"===e?void 0:this)}}function eV(e,t){let l;let n=(m(l={get(l){let n=this.__v_raw;let r=e0(n);let i=e0(l);e||(Object.is(l,i)||eg(r,\"get\",l),eg(r,\"get\",i));let{has:s}=Reflect.getPrototypeOf(r);let o=t?e$:e?e2:e1;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||eg(e0(t),\"iterate\",ed),t.size},has(t){let l=this.__v_raw;let n=e0(l);let r=e0(t);return e||(Object.is(t,r)||eg(n,\"has\",t),eg(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=e0(i);let o=t?e$:e?e2:e1;return e||eg(s,\"iterate\",ed),i.forEach((e,t)=>l.call(n,o(e),o(t),r))}},e?{add:eL(\"add\"),set:eL(\"set\"),delete:eL(\"delete\"),clear:eL(\"clear\")}:{add(e){let l=e0(this);let n=Reflect.getPrototypeOf(l);let r=e0(e);let i=t||eZ(e)||eQ(e)?e:r;return n.has.call(l,i)||!Object.is(e,i)&&n.has.call(l,e)||!Object.is(r,i)&&n.has.call(l,r)||(l.add(i),e_(l,\"add\",i,i)),this},set(e,l){t||eZ(l)||eQ(l)||(l=e0(l));let n=e0(this);let{has:r,get:i}=Reflect.getPrototypeOf(n);let s=r.call(n,e);s||(e=e0(e),s=r.call(n,e));let o=i.call(n,e);return(n.set(e,l),s)?Object.is(l,o)||e_(n,\"set\",e,l,o):e_(n,\"add\",e,l),this},delete(e){let t=e0(this);let{has:l,get:n}=Reflect.getPrototypeOf(t);let r=l.call(t,e);r||(e=e0(e),r=l.call(t,e));let i=n?n.call(t,e):void 0;let s=t.delete(e);return r&&e_(t,\"delete\",e,void 0,i),s},clear(){let e=e0(this);let t=0!==e.size;let l=e.clear();return t&&e_(e,\"clear\",void 0,void 0,void 0),l}}),[\"keys\",\"values\",\"entries\",Symbol.iterator].forEach(n=>{l[n]=function(...l){let r,i=this.__v_raw;let s=e0(i);let o=\"[object Map]\"===(r=s,T.call(r));let a=\"entries\"===n||n===Symbol.iterator&&o;let u=i[n](...l);let c=t?e$:e?e2:e1;return e||eg(s,\"iterate\",\"keys\"===n&&o?eh:ed),m(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(x(n,l)&&l in t?n:t,l,r)}let eB={get:eV(!1,!1)};let eU={get:eV(!1,!0)};let eW={get:eV(!0,!1)};let eN=new WeakMap;let ez=new WeakMap;let eH=new WeakMap;let eJ=new WeakMap;function eK(e){return eQ(e)?e:eq(e,!1,eM,eB,eN)}function eG(e){return eq(e,!0,eA,eW,eH)}function eq(e,t,l,n,r){var i;let s;if(!O(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,T.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 eY(e){return eQ(e)?eY(e.__v_raw):!!(e&&e.__v_isReactive)}function eQ(e){return!!(e&&e.__v_isReadonly)}function eZ(e){return!!(e&&e.__v_isShallow)}function eX(e){return!!e&&!!e.__v_raw}function e0(e){let t=e&&e.__v_raw;return t?e0(t):e}let e1=e=>O(e)?eK(e):e;let e2=e=>O(e)?eG(e):e;function e6(e){return!!e&&!0===e.__v_isRef}class e8{get value(){return this.dep.track(),this._value}set value(e){let t=this._rawValue;let l=this.__v_isShallow||eZ(e)||eQ(e);Object.is(e=l?e:e0(e),t)||(this._rawValue=e,this._value=l?e:e1(e),this.dep.trigger())}constructor(e,t){this.dep=new ef,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?e:e0(e),this._value=t?e:e1(e),this.__v_isShallow=t}}let e4={get:(e,t,l)=>{var n;return\"__v_raw\"===t?e:e6(n=Reflect.get(e,t,l))?n.value:n},set:(e,t,l,n)=>{let r=e[t];return e6(r)&&!e6(l)?(r.value=l,!0):Reflect.set(e,t,l,n)}};function e3(e){return eY(e)?e:new Proxy(e,e4)}class e5{notify(){if(this.flags|=16,!(8&this.flags)&&l!==this)return Q(this,!0),!0}get value(){let e=this.dep.track();return el(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 ef(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=eu-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!t,this.isSSR=l}}function e7(e,t,l,n){try{return n?e(...n):e()}catch(e){te(e,t,l)}}function e9(e,t,l,n){if(w(e)){let r=e7(e,t,l,n);return r&&j(r)&&r.catch(e=>{te(e,t,l)}),r}if(S(e)){let r=[];for(let i=0;i<e.length;i++)r.push(e9(e[i],t,l,n));return r}}function te(e,t,l,n=!0){t&&t.vnode;let{errorHandler:r,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||p;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){es(),e7(r,null,10,[e,i,s]),eo();return}}(function(e,t=!0,l=!1){if(l)throw e;console.error(e)})(e,n,i)}let tt=[];let tl=-1;let tn=[];let tr=null;let ti=0;let ts=Promise.resolve();let to=null;function ta(e){let t=to||ts;return e?t.then(this?e.bind(this):e):t}function tu(e){if(!(1&e.flags)){let t=th(e);let l=tt[tt.length-1];!l||!(2&e.flags)&&t>=th(l)?tt.push(e):tt.splice(function(e){let t=tl+1;let l=tt.length;for(;t<l;){let n=t+l>>>1;let r=tt[n];let i=th(r);i<e||i===e&&2&r.flags?t=n+1:l=n}return t}(t),0,e),e.flags|=1,tc()}}function tc(){to||(to=ts.then(function e(t){try{for(tl=0;tl<tt.length;tl++){let e=tt[tl];e&&!(8&e.flags)&&(4&e.flags&&(e.flags&=-2),e7(e,e.i,e.i?15:14),4&e.flags||(e.flags&=-2))}}finally{for(;tl<tt.length;tl++){let e=tt[tl];e&&(e.flags&=-2)}tl=-1,tt.length=0,td(t),to=null,(tt.length||tn.length)&&e(t)}}))}function tf(e){S(e)?tn.push(...e):tr&&-1===e.id?tr.splice(ti+1,0,e):1&e.flags||(tn.push(e),e.flags|=1),tc()}function tp(e,t,l=tl+1){for(;l<tt.length;l++){let t=tt[l];if(t&&2&t.flags){if(e&&t.id!==e.uid)continue;tt.splice(l,1),l--,4&t.flags&&(t.flags&=-2),t(),4&t.flags||(t.flags&=-2)}}}function td(e){if(tn.length){let e=[...new Set(tn)].sort((e,t)=>th(e)-th(t));if(tn.length=0,tr)return void tr.push(...e);for(ti=0,tr=e;ti<tr.length;ti++){let e=tr[ti];4&e.flags&&(e.flags&=-2),8&e.flags||e(),e.flags&=-2}tr=null,ti=0}}let th=e=>null==e.id?2&e.flags?-1:1/0:e.id;let tv=null;let tg=null;function t_(e){let t=tv;return tv=e,tg=e&&e.type.__scopeId||null,t}function ty(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&&(es(),e9(a,l,8,[e.el,o,e,t]),eo())}}let tm=Symbol(\"_vte\");let tb=Symbol(\"_leaveCb\");let tx=Symbol(\"_enterCb\");function tS(){let e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return tD(()=>{e.isMounted=!0}),t$(()=>{e.isUnmounting=!0}),e}let tw=e=>{let t=e.subTree;return t.component?tw(t.component):t};function tC(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 tk(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:_,onAppear:y,onAfterAppear:m,onAppearCancelled:b}=t;let x=String(e.key);let w=tC(l,e);let C=(e,t)=>{e&&e9(e,n,9,t)};let k=(e,t)=>{let l=t[1];C(e,t),S(e)?e.every(e=>e.length<=1)&&l():e.length<=1&&l()};let O={mode:s,persisted:o,beforeEnter(t){let n=a;if(!l.isMounted)if(!i)return;else n=_||a;t[tb]&&t[tb](!0);let r=w[x];r&&ld(e,r)&&r.el[tb]&&r.el[tb](),C(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=y||u,r=m||c,s=b||f;let o=!1;t[tx]=e=>{o||(o=!0,e?C(s,[t]):C(r,[t]),O.delayedLeave&&O.delayedLeave(),t[tx]=void 0)};let a=t[tx].bind(null,!1);n?k(n,[t,a]):a()},leave(t,n){let r=String(e.key);if(t[tx]&&t[tx](!0),l.isUnmounting)return n();C(p,[t]);let i=!1;t[tb]=l=>{i||(i=!0,n(),l?C(g,[t]):C(h,[t]),t[tb]=void 0,w[r]===e&&delete w[r])};let s=t[tb].bind(null,!1);w[r]=e,d?k(d,[t,s]):s()},clone(e){let i=tk(e,t,l,n,r);return r&&r(i),i}};return O}function tO(e,t){6&e.shapeFlag&&e.component?(e.transition=t,tO(e.component.subTree,t)):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function tj(e,t=!1,l){let n=[];let r=0;for(let i=0;i<e.length;i++){let s=e[i];let o=null==l?s.key:String(l)+String(null!=s.key?s.key:i);s.type===lr?(128&s.patchFlag&&r++,n=n.concat(tj(s.children,t,o))):(t||s.type!==ls)&&n.push(null!=o?ly(s,{key:o}):s)}if(r>1)for(let e=0;e<n.length;e++)n[e].patchFlag=-2;return n}function tT(e,t){return w(e)?m({name:e.name},t,{setup:e}):e}function tP(e,t){let l;return!!((l=Object.getOwnPropertyDescriptor(e,t))&&!l.configurable)}let tE=new WeakMap;function tF(e,t,l,n,r=!1){if(S(e))return void e.forEach((e,i)=>tF(e,t&&(S(t)?t[i]:t),l,n,r));if(tI(n)&&!r){512&n.shapeFlag&&n.type.__asyncResolved&&n.component.subTree.component&&tF(e,t,l,n.component.subTree);return}let i=4&n.shapeFlag?lM(n.component):n.el;let s=r?null:i;let{i:o,r:a}=e;let u=t&&t.r;let c=o.refs===p?o.refs={}:o.refs;let f=o.setupState;let d=e0(f);let h=f===p?g:e=>!tP(c,e)&&x(d,e);let _=(e,t)=>!(t&&tP(c,t));if(null!=u&&u!==a&&(tR(t),C(u)?(c[u]=null,h(u)&&(f[u]=null)):e6(u)&&(_(u,t.k)&&(u.value=null),t.k&&(c[t.k]=null))),w(a))e7(a,o,12,[s,c]);else{let t=C(a);let n=e6(a);if(t||n){let o=()=>{if(e.f){let n=t?h(a)?f[a]:c[a]:_(a)||!e.k?a.value:c[e.k];if(r){var l,o;let e;S(n)&&(l=n,o=i,(e=l.indexOf(o))>-1&&l.splice(e,1))}else if(S(n))n.includes(i)||n.push(i);else if(t)c[a]=[i],h(a)&&(f[a]=c[a]);else{let t=[i];_(a,e.k)&&(a.value=t),e.k&&(c[e.k]=t)}}else t?(c[a]=s,h(a)&&(f[a]=s)):n&&(_(a,e.k)&&(a.value=s),e.k&&(c[e.k]=s))};if(s){let t=()=>{o(),tE.delete(e)};t.id=-1,tE.set(e,t),le(t,l)}else tR(e),o()}}}function tR(e){let t=tE.get(e);t&&(t.flags|=8,tE.delete(e))}U().requestIdleCallback,U().cancelIdleCallback;let tI=e=>!!e.type.__asyncLoader;let tM=e=>e.type.__isKeepAlive;let tA=e=>(t,l=lk)=>{lE&&\"sp\"!==e||function(e,t,l=lk,n=!1){if(l){let r=l[e]||(l[e]=[]);let i=t.__weh||(t.__weh=(...n)=>{es();let r=lj(l);let i=e9(t,l,e,n);return r(),eo(),i});return n?r.unshift(i):r.push(i),i}}(e,(...e)=>t(...e),l)};tA(\"bm\");let tD=tA(\"m\");tA(\"bu\"),tA(\"u\");let t$=tA(\"bum\");tA(\"um\"),tA(\"sp\"),tA(\"rtg\"),tA(\"rtc\");let tL=Symbol.for(\"v-ndc\");let tV=e=>e?lP(e)?lM(e):tV(e.parent):null;let tB=m(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=>tV(e.parent),$root:e=>tV(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>e.type,$forceUpdate:e=>e.f||(e.f=()=>{tu(e.update)}),$nextTick:e=>e.n||(e.n=ta.bind(e.proxy)),$watch:e=>h});let tU=(e,t)=>e!==p&&!e.__isScriptSetup&&x(e,t);let tW={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(tU(i,t))return a[t]=1,i[t];else if(1)if(x(o,t))return a[t]=3,o[t];else{if(r!==p&&x(r,t))return a[t]=4,r[t];a[t]=0}}let f=tB[t];return f?(\"$attrs\"===t&&eg(e.attrs,\"get\",\"\"),f(e)):(l=u.__cssModules)&&(l=l[t])?l:r!==p&&x(r,t)?(a[t]=4,r[t]):x(n=c.config.globalProperties,t)?n[t]:void 0},set({_:e},t,l){let{data:n,setupState:r,ctx:i}=e;if(tU(r,t))return r[t]=l,!0;if(1&&x(e.props,t))return!1;return!(\"$\"===t[0]&&t.slice(1)in e)&&(i[t]=l,!0)},has({_:{data:e,setupState:t,accessCache:l,ctx:n,appContext:r,props:i,type:s}},o){let a;return!!(l[o]||tU(t,o)||x(i,o)||x(n,o)||x(tB,o)||x(r.config.globalProperties,o)||(a=s.__cssModules)&&a[o])},defineProperty(e,t,l){return null!=l.get?e._.accessCache[t]=0:x(l,\"value\")&&this.set(e,t,l.value,null),Reflect.defineProperty(e,t,l)}};function tN(){return{app:null,config:{isNativeTag:g,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let tz=0;let tH=null;function tJ(e,t,...l){let n;if(e.isUnmounted)return;let r=e.vnode.props||p;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[`${I(o)}Modifiers`]||r[`${A(o)}Modifiers`]);a&&(a.trim&&(i=l.map(e=>C(e)?e.trim():e)),a.number&&(i=l.map(B)));let u=r[n=$(t)]||r[n=$(I(t))];!u&&s&&(u=r[n=$(A(t))]),u&&e9(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,e9(c,e,6,i)}}function tK(e,t){return!!e&&!!_(t)&&(x(e,(t=t.slice(2).replace(/Once$/,\"\"))[0].toLowerCase()+t.slice(1))||x(e,A(t))||x(e,t))}function tG(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:_,inheritAttrs:m}=e;let b=t_(e);try{if(4&r.shapeFlag){let e=s||i;t=lm(f.call(e,e,p,d,g,h,_)),l=u}else t=lm(n.length>1?n(d,{attrs:u,slots:a,emit:c}):n(d,null)),l=n.props?u:tq(u)}catch(l){la.length=0,te(l,e,1),t=l_(ls)}let x=t;if(l&&!1!==m){let e=Object.keys(l);let{shapeFlag:t}=x;e.length&&7&t&&(o&&e.some(y)&&(l=tY(l,o)),x=ly(x,l,!1,!0))}return r.dirs&&((x=ly(x,null,!1,!0)).dirs=x.dirs?x.dirs.concat(r.dirs):r.dirs),r.transition&&tO(x,r.transition),t=x,t_(b),t}let tq=e=>{let t;for(let l in e)(\"class\"===l||\"style\"===l||_(l))&&((t||(t={}))[l]=e[l]);return t};let tY=(e,t)=>{let l={};for(let n in e)y(n)&&n.slice(9)in t||(l[n]=e[n]);return l};function tQ(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(tZ(t,e,i)&&!tK(l,i))return!0}return!1}function tZ(e,t,l){let n=e[l];let r=t[l];return\"style\"===l&&O(n)&&O(r)?!function e(t,l){let n,r;if(t===l)return!0;let i=\"[object Date]\"===(n=t,T.call(n));let s=\"[object Date]\"===(r=l,T.call(r));if(i||s)return!!i&&!!s&&t.getTime()===l.getTime();if(i=k(t),s=k(l),i||s)return t===l;if(i=S(t),s=S(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=O(t),s=O(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 tX={};let t0=e=>Object.getPrototypeOf(e)===tX;function t1(e,t,l,n){let r;let[i,s]=e.propsOptions;let o=!1;if(t)for(let a in t){let u;if(E(a))continue;let c=t[a];i&&x(i,u=I(a))?s&&s.includes(u)?(r||(r={}))[u]=c:l[u]=c:tK(e.emitsOptions,a)||a in n&&c===n[a]||(n[a]=c,o=!0)}if(s){let t=e0(l);let n=r||p;for(let r=0;r<s.length;r++){let o=s[r];l[o]=t2(i,t,o,n[o],e,!x(n,o))}}return o}function t2(e,t,l,n,r,i){let s=e[l];if(null!=s){let e=x(s,\"default\");if(e&&void 0===n){let e=s.default;if(s.type!==Function&&!s.skipFactory&&w(e)){let{propsDefaults:i}=r;if(l in i)n=i[l];else{let s=lj(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===A(l))&&(n=!0))}return n}function t6(e){return!(\"$\"===e[0]||E(e))}let t8=e=>\"_\"===e||\"_ctx\"===e||\"$stable\"===e;let t4=e=>S(e)?e.map(lm):[lm(e)];let t3=(e,t,l)=>{if(t._n)return t;let n=function(e,t=tv){if(!t||e._n)return e;let l=(...n)=>{let r;l._d&&lf(-1);let i=t_(t);try{r=e(...n)}finally{t_(i),l._d&&lf(1)}return r};return l._n=!0,l._c=!0,l._d=!0,l}((...e)=>t4(t(...e)),l);return n._c=!1,n};let t5=(e,t,l)=>{let n=e._ctx;for(let l in e){if(t8(l))continue;let r=e[l];if(w(r))t[l]=t3(l,r,n);else if(null!=r){let e=t4(r);t[l]=()=>e}}};let t7=(e,t)=>{let l=t4(t);e.slots.default=()=>l};let t9=(e,t,l)=>{for(let n in t)(l||!t8(n))&&(e[n]=t[n])};let le=function(e,t){t&&t.pendingBranch?S(e)?t.effects.push(...e):t.effects.push(e):tf(e)};function lt({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 ll({effect:e,job:t},l){l?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function ln(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}let lr=Symbol.for(\"v-fgt\");let li=Symbol.for(\"v-txt\");let ls=Symbol.for(\"v-cmt\");let lo=Symbol.for(\"v-stc\");let la=[];let lu=null;let lc=1;function lf(e,t=!1){lc+=e,e<0&&lu&&t&&(lu.hasOnce=!0)}function lp(e){return!!e&&!0===e.__v_isVNode}function ld(e,t){return e.type===t.type&&e.key===t.key}let lh=({key:e})=>null!=e?e:null;let lv=({ref:e,ref_key:t,ref_for:l})=>(\"number\"==typeof e&&(e=\"\"+e),null!=e?C(e)||e6(e)||w(e)?{i:tv,r:e,k:t,f:!!l}:e:null);function lg(e,t=null,l=null,n=0,r=null,i=+(e!==lr),s=!1,o=!1){let a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&lh(t),ref:t&&lv(t),scopeId:tg,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:tv};return o?(lx(a,l),128&i&&e.normalize(a)):l&&(a.shapeFlag|=C(l)?8:16),lc>0&&!s&&lu&&(a.patchFlag>0||6&i)&&32!==a.patchFlag&&lu.push(a),a}let l_=function(e,t=null,l=null,n=0,r=null,i=!1){var s,o;if(e&&e!==tL||(e=ls),lp(e)){let n=ly(e,t,!0);return l&&lx(n,l),lc>0&&!i&&lu&&(6&n.shapeFlag?lu[lu.indexOf(e)]=n:lu.push(n)),n.patchFlag=-2,n}if(w(s=e)&&\"__vccOpts\"in s&&(e=e.__vccOpts),t){let{class:e,style:l}=t=(o=t)?eX(o)||t0(o)?m({},o):o:null;e&&!C(e)&&(t.class=J(e)),O(l)&&(eX(l)&&!S(l)&&(l=m({},l)),t.style=W(l))}let a=C(e)?1:e.__isSuspense?128:e.__isTeleport?64:O(e)?4:2*!!w(e);return lg(e,t,l,n,r,a,i,!0)};function ly(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=J([t.class,n.class]));else if(\"style\"===e)t.style=W([t.style,n.style]);else if(_(e)){let l=t[e];let r=n[e];r&&l!==r&&!(S(l)&&l.includes(r))&&(t[e]=l?[].concat(l,r):r)}else\"\"!==e&&(t[e]=n[e])}return t}(r||{},t):r;let c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&lh(u),ref:t&&t.ref?l&&i?S(i)?i.concat(lv(t)):[i,lv(t)]:lv(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!==lr?-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&&ly(e.ssContent),ssFallback:e.ssFallback&&ly(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&n&&tO(c,a.clone(c)),c}function lm(e){return null==e||\"boolean\"==typeof e?l_(ls):S(e)?l_(lr,null,e.slice()):lp(e)?lb(e):l_(li,null,String(e))}function lb(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:ly(e)}function lx(e,t){let l=0;let{shapeFlag:n}=e;if(null==t)t=null;else if(S(t))l=16;else if(\"object\"==typeof t)if(65&n){let l=t.default;l&&(l._c&&(l._d=!1),lx(e,l()),l._c&&(l._d=!0));return}else{l=32;let n=t._;n||t0(t)?3===n&&tv&&(1===tv.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=tv}else w(t)?(t={default:t,_ctx:tv},l=32):(t=String(t),64&n?(l=16,t=[function(e=\" \",t=0){return l_(li,null,e,t)}(t)]):l=8);e.children=t,e.shapeFlag|=l}function lS(e,t,l,n=null){e9(e,t,7,[l,n])}let lw=tN();let lC=0;let lk=null;let lO=()=>lk||tv;{let e=U();let t=(t,l)=>{let n;return(n=e[t])||(n=e[t]=[]),n.push(l),e=>{n.length>1?n.forEach(t=>t(e)):n[0](e)}};s=t(\"__VUE_INSTANCE_SETTERS__\",e=>lk=e),o=t(\"__VUE_SSR_SETTERS__\",e=>lE=e)}let lj=e=>{let t=lk;return s(e),e.scope.on(),()=>{e.scope.off(),s(t)}};let lT=()=>{lk&&lk.scope.off(),s(null)};function lP(e){return 4&e.vnode.shapeFlag}let lE=!1;function lF(e,t,l){w(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:O(t)&&(e.setupState=e3(t)),lR(e,l)}function lR(e,t,l){let n=e.type;if(!e.render){if(!t&&a&&!n.render){let t=n.template||!1;if(t){let{isCustomElement:l,compilerOptions:r}=e.appContext.config;let{delimiters:i,compilerOptions:s}=n;n.render=a(t,m(m({isCustomElement:l,delimiters:i},r),s))}}e.render=n.render||h,u&&u(e)}}let lI={get:(e,t)=>(eg(e,\"get\",\"\"),e[t])};function lM(e){var t;return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(e3((!x(t=e.exposed,\"__v_skip\")&&Object.isExtensible(t)&&V(t,\"__v_skip\",!0),t)),{get:(t,l)=>l in t?t[l]:l in tB?tB[l](e):void 0,has:(e,t)=>t in e||t in tB})):e.proxy}function lA(e,t,l){return t in e?Object.defineProperty(e,t,{value:l,enumerable:!0,configurable:!0,writable:!0}):e[t]=l,e}class lD{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(){lA(this,\"lastIndex\",0),lA(this,\"map\",new Map)}}class l$ extends lD{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 lL(e){let t=JSON.parse(e.data);let l=c.findJsFnHandle(t.obj._execId,t.obj._jsFnId);if(!(null==l?void 0:l._fn))throw Error(`runOnBackground: JS function not found (execId=${t.obj._execId}, fnId=${t.obj._jsFnId})`);let n=l._fn(...t.params);lynx.getCoreContext().dispatchEvent({type:\"Lynx.Worklet.FunctionCallRet\",data:JSON.stringify({resolveId:t.resolveId,returnValue:n})})}let lV=[];function lB(...e){for(let t of e)lV.push(t)}let lU=!1;let lW=null;let lN=null;function lz(){return null!=lN?lN:Promise.resolve()}function lH(){lU||(lU=!0,tf(lJ))}function lJ(){var e,t,l;let n;lU=!1;let r=(n=lV,lV=[],n);if(0===r.length)return;lN=new Promise(e=>{lW=e});let i=null==(t=lynx)||null==(e=t.getNativeApp)?void 0:e.call(t);null==i||null==(l=i.callLepusMethod)||l.call(i,\"vuePatchUpdate\",{data:JSON.stringify(r)},()=>{null==lW||lW(),lW=null,lN=null})}var lK=i(86);class lG{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){lA(this,\"id\",void 0),lA(this,\"type\",void 0),lA(this,\"parent\",null),lA(this,\"firstChild\",null),lA(this,\"lastChild\",null),lA(this,\"prev\",null),lA(this,\"next\",null),lA(this,\"_style\",{}),lA(this,\"_vShowHidden\",!1),lA(this,\"_baseClass\",\"\"),lA(this,\"_transitionClasses\",new Set),void 0===t?this.id=lG.nextId++:this.id=t,this.type=e}}lA(lG,\"nextId\",2);let lq=new Set([\"flex\",\"flexGrow\",\"flexShrink\",\"flexOrder\",\"order\",\"opacity\",\"zIndex\",\"aspectRatio\",\"fontWeight\",\"lineClamp\"]);function lY(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 lQ=new Map;function lZ(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 lX(e,t){e._transitionClasses.add(t),lB(9,e.id,lZ(e)),lH()}function l0(e,t){e._transitionClasses.delete(t),lB(9,e.id,lZ(e)),lH()}function l1(e){tf(()=>{lz().then(()=>{\"function\"==typeof requestAnimationFrame?requestAnimationFrame(e):e()})})}function l2(e,t,l){let n=\"animation\"===t?\"animationend\":\"transitionend\";let r=!1;let i=(0,lK.kz)(t=>{r||(r=!0,(0,lK.ht)(i),lB(7,e.id,\"bindEvent\",n),lH(),l())});lB(6,e.id,\"bindEvent\",n,i),lH()}function l6(e){return\"number\"==typeof e?{enter:e,leave:e}:e&&\"object\"==typeof e?{enter:e.enter,leave:e.leave}:{enter:0,leave:0}}function l8(e){return null!=e.duration}function l4(e,t){e&&e(...t)}tT({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=lO();let n=tS();return()=>{let r=tj(t.default?t.default():[]);let i=e.name||\"v\";let s=e.enterFromClass||`${i}-enter-from`;let o=e.enterActiveClass||`${i}-enter-active`;let a=e.enterToClass||`${i}-enter-to`;let u=e.leaveFromClass||`${i}-leave-from`;let c=e.leaveActiveClass||`${i}-leave-active`;let f=e.leaveToClass||`${i}-leave-to`;for(let t of r){if(null==t.key)continue;let r=tk(t,{mode:void 0,appear:!n.isMounted&&!!e.appear,persisted:!1,onBeforeEnter(t){l4(e.onBeforeEnter,[t]),lX(t,s),lX(t,o)},onEnter(t,l){l1(()=>{l0(t,s),lX(t,a),l8(e)?setTimeout(l,l6(e.duration).enter):l2(t,e.type,l)}),l4(e.onEnter,[t,l])},onAfterEnter(t){l0(t,o),l0(t,a),l4(e.onAfterEnter,[t])},onEnterCancelled(t){l0(t,s),l0(t,o),l0(t,a),l4(e.onEnterCancelled,[t])},onBeforeLeave(t){l4(e.onBeforeLeave,[t]),lX(t,u),lX(t,c)},onLeave(t,l){l1(()=>{l0(t,u),lX(t,f),l8(e)?setTimeout(l,l6(e.duration).leave):l2(t,e.type,l)}),l4(e.onLeave,[t,l])},onAfterLeave(t){l0(t,c),l0(t,f),l4(e.onAfterLeave,[t])},onLeaveCancelled(t){l0(t,u),l0(t,c),l0(t,f),l4(e.onLeaveCancelled,[t])}},n,l);tO(t,r)}return function(e,t,l){try{lf(-1);let n=arguments.length;if(2!==n)return n>3?l=Array.prototype.slice.call(arguments,2):3===n&&lp(l)&&(l=[l]),l_(e,t,l);if(!O(t)||S(t))return l_(e,null,t);if(lp(t))return l_(e,null,[t]);return l_(e,t)}finally{lf(1)}}(e.tag,null,r)}}});let l3=function(e){var t;let l,n;U().__VUE__=!0;let{insert:r,remove:i,patchProp:s,createElement:a,createText:u,createComment:c,setText:f,setElementText:g,parentNode:_,nextSibling:y,setScopeId:b=h,insertStaticContent:C}=e;let k=(e,t,l,n=null,r=null,i=null,s,o=null,a=!!t.dynamicChildren)=>{if(e===t)return;e&&!ld(e,t)&&(n=eu(e),el(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 li:T(e,t,l,n);break;case ls:P(e,t,l,n);break;case lo:null==e&&F(t,l,n,s);break;case lr:z(e,t,l,n,r,i,s,o,a);break;default:1&f?R(e,t,l,n,r,i,s,o,a):6&f?H(e,t,l,n,r,i,s,o,a):(64&f||128&f)&&u.process(e,t,l,n,r,i,s,o,a,ep)}null!=c&&r?tF(c,e&&e.ref,i,t||e,!t):null==c&&e&&null!=e.ref&&tF(e.ref,null,i,e,!0)};let T=(e,t,l,n)=>{if(null==e)r(t.el=u(t.children),l,n);else{let l=t.el=e.el;t.children!==e.children&&f(l,t.children)}};let P=(e,t,l,n)=>{null==e?r(t.el=c(t.children||\"\"),l,n):t.el=e.el};let F=(e,t,l,n)=>{[e.el,e.anchor]=C(e.children,t,l,n,e.el,e.anchor)};let R=(e,t,l,n,r,i,s,o,a)=>{if(\"svg\"===t.type?s=\"svg\":\"math\"===t.type&&(s=\"mathml\"),null==e)M(t,l,n,r,i,s,o,a);else{let l=e.el&&e.el._isVueCE?e.el:null;try{l&&l._beginPatch(),B(e,t,r,i,s,o,a)}finally{l&&l._endPatch()}}};let M=(e,t,l,n,i,o,u,c)=>{var f,p;let d;let h;let{props:_,shapeFlag:y,transition:m,dirs:b}=e;if(d=e.el=a(e.type,o,_&&_.is,_),8&y?g(d,e.children):16&y&&$(e.children,d,null,n,i,lt(e,o),u,c),b&&ty(e,null,n,\"created\"),D(d,e,e.scopeId,u,n),_){for(let e in _)\"value\"===e||E(e)||s(d,e,null,_[e],o,n);\"value\"in _&&s(d,\"value\",null,_.value,o),(h=_.onVnodeBeforeMount)&&lS(h,n,e)}b&&ty(e,null,n,\"beforeMount\");let x=(f=i,p=m,(!f||f&&!f.pendingBranch)&&p&&!p.persisted);x&&m.beforeEnter(d),r(d,t,l),((h=_&&_.onVnodeMounted)||x||b)&&le(()=>{h&&lS(h,n,e),x&&m.enter(d),b&&ty(e,null,n,\"mounted\")},i)};let D=(e,t,l,n,r)=>{if(l&&b(e,l),n)for(let t=0;t<n.length;t++)b(e,n[t]);if(r){let l=r.subTree;if(t===l||l.type.__isSuspense&&(l.ssContent===t||l.ssFallback===t)){let t=r.vnode;D(e,t,t.scopeId,t.slotScopeIds,r.parent)}}};let $=(e,t,l,n,r,i,s,o,a=0)=>{for(let u=a;u<e.length;u++)k(null,e[u]=o?lb(e[u]):lm(e[u]),t,l,n,r,i,s,o)};let B=(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||p;let _=t.props||p;if(l&&ll(l,!1),(a=_.onVnodeBeforeUpdate)&&lS(a,l,t,e),d&&ty(t,e,l,\"beforeUpdate\"),l&&ll(l,!0),(h.innerHTML&&null==_.innerHTML||h.textContent&&null==_.textContent)&&g(u,\"\"),f?W(e.dynamicChildren,f,u,l,n,lt(t,r),i):o||Z(e,t,u,null,l,n,lt(t,r),i,!1),c>0){if(16&c)N(u,h,_,l,r);else if(2&c&&h.class!==_.class&&s(u,\"class\",null,_.class,r),4&c&&s(u,\"style\",h.style,_.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=_[n];(o!==i||\"value\"===n)&&s(u,n,i,o,r,l)}}1&c&&e.children!==t.children&&g(u,t.children)}else o||null!=f||N(u,h,_,l,r);((a=_.onVnodeUpdated)||d)&&le(()=>{a&&lS(a,l,t,e),d&&ty(t,e,l,\"updated\")},n)};let W=(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===lr||!ld(a,u)||198&a.shapeFlag)?_(a.el):l;k(a,u,c,null,n,r,i,s,!0)}};let N=(e,t,l,n,r)=>{if(t!==l){if(t!==p)for(let i in t)E(i)||i in l||s(e,i,t[i],null,r,n);for(let i in l){if(E(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 z=(e,t,l,n,i,s,o,a,c)=>{let f=t.el=e?e.el:u(\"\");let p=t.anchor=e?e.anchor:u(\"\");let{patchFlag:d,dynamicChildren:h,slotScopeIds:g}=t;(g&&(a=a?a.concat(g):g),null==e)?(r(f,l,n),r(p,l,n),$(t.children||[],l,p,i,s,o,a,c)):d>0&&64&d&&h&&e.dynamicChildren&&e.dynamicChildren.length===h.length?(W(e.dynamicChildren,h,l,i,s,o,a),(null!=t.key||i&&t===i.subTree)&&function e(t,l,n=!1){let r=t.children;let i=l.children;if(S(r)&&S(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]=lb(i[t])).el=l.el),n||-2===s.patchFlag||e(l,s)),s.type===li&&(-1===s.patchFlag&&(s=i[t]=lb(s)),s.el=l.el),s.type!==ls||s.el||(s.el=l.el)}}(e,t,!0)):Z(e,t,l,p,i,s,o,a,c)};let H=(e,t,l,n,r,i,s,o,a)=>{t.slotScopeIds=o,null==e?512&t.shapeFlag?r.ctx.activate(t,l,n,s,a):J(t,l,n,r,i,s,a):G(e,t,a)};let J=(e,t,l,n,r,i,s)=>{var a,u,c;let f,h,g;let _=(a=e,u=n,c=r,f=a.type,h=(u?u.appContext:a.appContext)||lw,(g={uid:lC++,vnode:a,type:f,parent:u,appContext:h,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new K(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:u?u.provides:Object.create(h.provides),ids:u?u.ids:[\"\",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:function(e,t){let l=t.propsCache;let n=l.get(e);if(n)return n;let r=e.props;let i={};let s=[];if(!r)return O(e)&&l.set(e,d),d;if(S(r))for(let e=0;e<r.length;e++){let t=I(r[e]);t6(t)&&(i[t]=p)}else if(r)for(let e in r){let t=I(e);if(t6(t)){let l=r[e];let n=i[t]=S(l)||w(l)?{type:l}:m({},l);let o=n.type;let a=!1;let u=!0;if(S(o))for(let e=0;e<o.length;++e){let t=o[e];let l=w(t)&&t.name;if(\"Boolean\"===l){a=!0;break}\"String\"===l&&(u=!1)}else a=w(o)&&\"Boolean\"===o.name;n[0]=a,n[1]=u,(a||x(n,\"default\"))&&s.push(t)}}let o=[i,s];return O(e)&&l.set(e,o),o}(f,h),emitsOptions:function(e,t){let l=t.emitsCache;let n=l.get(e);if(void 0!==n)return n;let r=e.emits;let i={};return r?(S(r)?r.forEach(e=>i[e]=null):m(i,r),O(e)&&l.set(e,i),i):(O(e)&&l.set(e,null),null)}(f,h),emit:null,emitted:null,propsDefaults:p,inheritAttrs:f.inheritAttrs,ctx:p,data:p,props:p,attrs:p,slots:p,refs:p,setupState:p,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={_:g},g.root=u?u.root:g,g.emit=tJ.bind(null,g),a.ce&&a.ce(g),e.component=g);if(tM(e)&&(_.ctx.renderer=ep),function(e,t=!1,l=!1){t&&o(t);let{props:n,children:r}=e.vnode;let i=lP(e);(function(e,t,l,n=!1){let r={};let i=Object.create(tX);for(let l in e.propsDefaults=Object.create(null),t1(e,t,r,i),e.propsOptions[0])l in r||(r[l]=void 0);l?e.props=n?r:eq(r,!1,eD,eU,ez):e.type.props?e.props=r:e.props=i,e.attrs=i})(e,n,i,t);var s=l||t;let a=e.slots=Object.create(tX);if(32&e.vnode.shapeFlag){let e=r._;e?(t9(a,r,s),s&&V(a,\"_\",e,!0)):t5(r,a)}else r&&t7(e,r);let u=i?function(e,t){let l=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,tW);let{setup:n}=l;if(n){var r;es();let l=e.setupContext=n.length>1?{attrs:new Proxy((r=e).attrs,lI),slots:r.slots,emit:r.emit,expose:e=>{r.exposed=e||{}}}:null;let i=lj(e);let s=e7(n,e,0,[e.props,l]);let o=j(s);if(eo(),i(),(o||e.sp)&&!tI(e)&&(e.ids=[e.ids[0]+e.ids[2]+++\"-\",0,0]),o){if(s.then(lT,lT),t)return s.then(l=>{lF(e,l,t)}).catch(t=>{te(t,e,0)});e.asyncDep=s}else lF(e,s,t)}else lR(e,t)}(e,t):void 0;return t&&o(!1),u}(_,!1,s),_.asyncDep){if(r&&r.registerDep(_,Y,s),!e.el){let n=_.subTree=l_(ls);P(null,n,t,l),e.placeholder=n.el}}else Y(_,e,t,l,r,i,s)};let G=(e,t,l)=>{let n=t.component=e.component;if(function(e,t,l){let{props:n,children:r,component:i}=e;let{props:s,children:o,patchFlag:a}=t;let u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(!l||!(a>=0))return(!!r||!!o)&&(!o||!o.$stable)||n!==s&&(n?!s||tQ(n,s,u):!!s);if(1024&a)return!0;if(16&a)return n?tQ(n,s,u):!!s;if(8&a){let e=t.dynamicProps;for(let t=0;t<e.length;t++){let l=e[t];if(tZ(s,n,l)&&!tK(u,l))return!0}}return!1}(e,t,l))if(n.asyncDep&&!n.asyncResolved)return void Q(n,t,l);else n.next=t,n.update();else t.el=e.el,n.vnode=t};let Y=(e,t,l,r,i,s,o)=>{e.scope.on();let a=e.effect=new q(()=>{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,Q(e,l,o)),t.asyncDep.then(()=>{le(()=>{e.isUnmounted||u()},i)});return}}let f=l;ll(e,!1),l?(l.el=c.el,Q(e,l,o)):l=c,n&&L(n),(t=l.props&&l.props.onVnodeBeforeUpdate)&&lS(t,a,l,c),ll(e,!0);let p=tG(e);let d=e.subTree;e.subTree=p,k(d,p,_(d.el),eu(d),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&&le(r,i),(t=l.props&&l.props.onVnodeUpdated)&&le(()=>lS(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=tI(t);if(ll(e,!1),c&&L(c),!g&&(o=u&&u.onVnodeBeforeMount)&&lS(o,p,t),ll(e,!0),a&&n){let t=()=>{e.subTree=tG(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=tG(e);k(null,n,l,r,e,i,s),t.el=n.el}if(f&&le(f,i),!g&&(o=u&&u.onVnodeMounted)){let e=t;le(()=>lS(o,p,e),i)}(256&t.shapeFlag||p&&tI(p.vnode)&&256&p.vnode.shapeFlag)&&e.a&&le(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=()=>tu(c),ll(e,!0),u()};let Q=(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=e0(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(tK(e.emitsOptions,s))continue;let c=t[s];if(a)if(x(i,s))c!==i[s]&&(i[s]=c,u=!0);else{let t=I(s);r[t]=t2(a,o,t,c,e,!1)}else c!==i[s]&&(i[s]=c,u=!0)}}}else{let n;for(let s in t1(e,t,r,i)&&(u=!0),o)t&&(x(t,s)||(n=A(s))!==s&&x(t,n))||(a?l&&(void 0!==l[s]||void 0!==l[n])&&(r[s]=t2(a,o,s,void 0,e,!0)):delete r[s]);if(i!==o)for(let e in i)t&&x(t,e)||(delete i[e],u=!0)}u&&e_(e.attrs,\"set\",\"\")}(e,t.props,n,l),((e,t,l)=>{let{vnode:n,slots:r}=e;let i=!0;let s=p;if(32&n.shapeFlag){let e=t._;e?l&&1===e?i=!1:t9(r,t,l):(i=!t.$stable,t5(t,r)),s=t}else t&&(t7(e,t),s={default:1});if(i)for(let e in r)t8(e)||null!=s[e]||delete r[e]})(e,t.children,l),es(),tp(e),eo()};let Z=(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:p,shapeFlag:d}=t;if(p>0){if(128&p)return void ee(u,f,l,n,r,i,s,o,a);else if(256&p)return void X(u,f,l,n,r,i,s,o,a)}8&d?(16&c&&ea(u,r,i),f!==u&&g(l,f)):16&c?16&d?ee(u,f,l,n,r,i,s,o,a):ea(u,r,i,!0):(8&c&&g(l,\"\"),16&d&&$(f,l,n,r,i,s,o,a))};let X=(e,t,l,n,r,i,s,o,a)=>{let u;e=e||d,t=t||d;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?lb(t[u]):lm(t[u]);k(e[u],n,l,null,r,i,s,o,a)}c>f?ea(e,r,i,!0,!1,p):$(t,l,n,r,i,s,o,a,p)};let ee=(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?lb(t[u]):lm(t[u]);if(ld(n,c))k(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?lb(t[p]):lm(t[p]);if(ld(n,u))k(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;)k(null,t[u]=a?lb(t[u]):lm(t[u]),l,f,r,i,s,o,a),u++}}else if(u>p)for(;u<=f;)el(e[u],r,i,!0),u++;else{let h;let g=u;let _=u;let y=new Map;for(u=_;u<=p;u++){let e=t[u]=a?lb(t[u]):lm(t[u]);null!=e.key&&y.set(e.key,u)}let m=0;let b=p-_+1;let x=!1;let S=0;let w=Array(b);for(u=0;u<b;u++)w[u]=0;for(u=g;u<=f;u++){let n;let c=e[u];if(m>=b){el(c,r,i,!0);continue}if(null!=c.key)n=y.get(c.key);else for(h=_;h<=p;h++)if(0===w[h-_]&&ld(c,t[h])){n=h;break}void 0===n?el(c,r,i,!0):(w[n-_]=u+1,n>=S?S=n:x=!0,k(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}(w):d;for(h=C.length-1,u=b-1;u>=0;u--){let e=_+u;let f=t[e];let p=t[e+1];let d=e+1<c?p.el||function e(t){if(t.placeholder)return t.placeholder;let l=t.component;return l?e(l.subTree):null}(p):n;0===w[u]?k(null,f,l,d,r,i,s,o,a):x&&(h<0||u!==C[h]?et(f,l,d,2):h--)}}};let et=(e,t,l,n,s=null)=>{let{el:o,type:a,transition:u,children:c,shapeFlag:f}=e;if(6&f)return void et(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,ep);if(a===lr){r(o,t,l);for(let e=0;e<c.length;e++)et(c[e],t,l,n);r(e.anchor,t,l);return}if(a===lo)return void(({el:e,anchor:t},l,n)=>{let i;for(;e&&e!==t;)i=y(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),le(()=>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[tb](!0),n(o,()=>{c(),a&&a()})};s?s(o,c,f):f()}else r(o,t,l)};let el=(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&&(es(),tF(a,null,l,e,!0),eo()),null!=h&&(t.renderCache[h]=void 0),256&f)return void t.ctx.deactivate(e);let g=1&f&&d;let _=!tI(e);if(_&&(i=o&&o.onVnodeBeforeUnmount)&&lS(i,t,e),6&f)ei(e.component,l,n);else{if(128&f)return void e.suspense.unmount(l,n);g&&ty(e,null,t,\"beforeUnmount\"),64&f?e.type.remove(e,t,l,ep,n):c&&!c.hasOnce&&(s!==lr||p>0&&64&p)?ea(c,t,l,!1,!0):(s===lr&&384&p||!r&&16&f)&&ea(u,t,l),n&&en(e)}(_&&(i=o&&o.onVnodeUnmounted)||g)&&le(()=>{i&&lS(i,t,e),g&&ty(e,null,t,\"unmounted\")},l)};let en=e=>{let{type:t,el:l,anchor:n,transition:r}=e;if(t===lr)return void er(l,n);if(t===lo)return void(({el:e,anchor:t})=>{let l;for(;e&&e!==t;)l=y(e),i(e),e=l;i(t)})(e);let s=()=>{i(l),r&&!r.persisted&&r.afterLeave&&r.afterLeave()};if(1&e.shapeFlag&&r&&!r.persisted){let{leave:t,delayLeave:n}=r;let i=()=>t(l,s);n?n(e.el,s,i):i()}else s()};let er=(e,t)=>{let l;for(;e!==t;)l=y(e),i(e),e=l;i(t)};let ei=(e,t,l)=>{let{bum:n,scope:r,job:i,subTree:s,um:o,m:a,a:u}=e;ln(a),ln(u),n&&L(n),r.stop(),i&&(i.flags|=8,el(s,e,t,l)),o&&le(o,t),le(()=>{e.isUnmounted=!0},t)};let ea=(e,t,l,n=!1,r=!1,i=0)=>{for(let s=i;s<e.length;s++)el(e[s],t,l,n,r)};let eu=e=>{if(6&e.shapeFlag)return eu(e.component.subTree);if(128&e.shapeFlag)return e.suspense.next();let t=y(e.anchor||e.el);let l=t&&t[tm];return l?y(l):t};let ec=!1;let ef=(e,t,l)=>{let n;null==e?t._vnode&&(el(t._vnode,null,null,!0),n=t._vnode.component):k(t._vnode||null,e,t,null,null,null,l),t._vnode=e,ec||(ec=!0,tp(n),td(),ec=!1)};let ep={p:k,um:el,m:et,r:en,mt:J,mc:$,pc:Z,pbc:W,n:eu,o:e};return{render:ef,hydrate:l,createApp:(t=l,function(e,l=null){w(e)||(e=m({},e)),null==l||O(l)||(l=null);let n=tN();let r=new WeakSet;let i=[];let s=!1;let o=n.app={_uid:tz++,_component:e,_props:l,_container:null,_context:n,_instance:null,version:\"3.5.30\",get config(){return n.config},set config(v){},use:(e,...t)=>(r.has(e)||(e&&w(e.install)?(r.add(e),e.install(o,...t)):w(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||l_(e,l);return u.appContext=n,!0===a?a=\"svg\":!1===a&&(a=void 0),i&&t?t(u,r):ef(u,r,a),s=!0,o._container=r,r.__vue_app__=o,lM(u.component)}},onUnmount(e){i.push(e)},unmount(){s&&(e9(i,o._instance,16),ef(null,o._container),delete o._container.__vue_app__)},provide:(e,t)=>(n.provides[e]=t,o),runWithContext(e){let t=tH;tH=o;try{return e()}finally{tH=t}}};return o})}}({createElement(e){let t=new lG(e);return lB(0,t.id,e),lH(),t},createText(e){let t=new lG(\"#text\");return lB(1,t.id),e&&lB(5,t.id,e),lH(),t},createComment(e){let t=new lG(\"#comment\");return lB(0,t.id,\"__comment\"),lH(),t},setText(e,t){lB(5,e.id,t),lH()},setElementText(e,t){for(;e.firstChild;){let t=e.firstChild;e.removeChild(t),lB(3,e.id,t.id)}lB(5,e.id,t),lH()},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;lB(2,t.id,e.id,r),lH()},remove(e){if(e.parent){let t=e.parent.id;e.parent.removeChild(e),lB(3,t,e.id),lH()}},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&&lB(12,e.id,n.toJSON());else{let t=lY(l);t&&null!=n?(c||(c=new l$,lynx.getCoreContext().addEventListener(\"Lynx.Worklet.runOnBackground\",lL)),c.add(n),lB(11,e.id,t.type,t.name,n)):t&&lB(7,e.id,t.type,t.name)}lH();return}let s=lY(t);if(s){let l=lQ.get(e.id);let r=null==l?void 0:l.get(t);if(null!=n)if(r)(0,lK.mY)(r,n);else{let r=(0,lK.kz)(n);l||(l=new Map,lQ.set(e.id,l)),l.set(t,r),lB(6,e.id,s.type,s.name,r)}else r&&((0,lK.ht)(r),l.delete(t),lB(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];\"flex\"===l&&\"number\"==typeof n?t[l]=`${n}`:\"number\"!=typeof n||lq.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){lA(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;lB(8,e.id,l)}else if(\"class\"===t){e._baseClass=null!=n?n:\"\";let t=lZ(e);lB(9,e.id,t)}else\"id\"===t?lB(10,e.id,n):lB(4,e.id,t,n);lH()},parentNode:e=>e.parent,nextSibling:e=>e.next}).createApp;Symbol.for(\"v-stc\");var l5=(e,t)=>(function(e,t=!1){let l;let n;return w(e)?l=e:(l=e.get,n=e.set),new e5(l,n,t)})(e,lE);var l7=function(e,t,l,n,r,i){var s;return(s=lg(e,t,l,n,r,i,!0)).dynamicChildren=lc>0?lu||d:null,la.pop(),lu=la[la.length-1]||null,lc>0&&lu&&lu.push(s),s};var l9=function(e=!1){la.push(lu=e?null:[])};let ne=tT({__name:\"PlainStyle\",setup:e=>(e,t)=>(l9(),l7(\"view\",{class:\"plain-card\"},[lg(\"text\",{class:\"plain-title\"},\"Plain <style> (no scoped)\"),lg(\"text\",{class:\"plain-desc\"},\"Class selectors work via CSS extraction pipeline.\")]))});let nt=tT({__name:\"ScopedStyle\",setup:e=>(e,t)=>(l9(),l7(\"view\",{class:\"scoped-card\"},[lg(\"text\",{class:\"scoped-title\"},\"<style scoped>\"),lg(\"text\",{class:\"scoped-desc\"},\" Uses [data-v-xxx] attribute selectors internally. Lynx CSS engine does not support attribute selectors, so these styles will NOT be applied. \"),lg(\"view\",{class:\"scoped-demo-box\"},[lg(\"text\",{class:\"scoped-demo-text\"},\"This text should be blue if scoped works\")])]))});var nl=i(479);let nn=(0,nl.default)(nt,[[\"__scopeId\",\"data-v-8f634878\"]]);let nr=tT({__name:\"CSSModules\",setup:e=>(e,t)=>(l9(),l7(\"view\",{class:J(e.$style.card)},[lg(\"text\",{class:J(e.$style.title)},\"<style module>\",2),lg(\"text\",{class:J(e.$style.desc)},\" Uses hashed class names (e.g. .card_abc123). These are plain class selectors — Lynx supports them. \",2),lg(\"view\",{class:J(e.$style.demoBox)},[lg(\"text\",{class:J(e.$style.demoText)},\"This text should be purple if modules work\",2)],2)],2))});let ni={};ni.$style={card:\"card-k33EaR\",title:\"title-gBkmWb\",desc:\"desc-PuPrKQ\",demoBox:\"demoBox-ygqRmx\",demoText:\"demoText-zulJj2\"};let ns=(0,nl.default)(nr,[[\"__cssModules\",ni]]);let no=tT({__name:\"VBindCSS\",setup:e=>(e,t)=>(l9(),l7(\"view\",{style:{display:\"flex\",flexDirection:\"column\",backgroundColor:\"#ffebee\",padding:\"12px\",borderRadius:\"8px\",marginBottom:\"12px\"}},[lg(\"text\",{style:{fontSize:\"15px\",fontWeight:\"bold\",color:\"#c62828\",marginBottom:\"4px\"}},\" v-bind() in <style> — BUILD ERROR \"),lg(\"text\",{style:{fontSize:\"12px\",color:\"#555\",marginBottom:\"8px\"}},\" Vue's v-bind() in CSS compiles to useCssVars() which is a @vue/runtime-dom API. vue-lynx only uses @vue/runtime-core, so this causes an ESModulesLinkingError at build time. \"),lg(\"text\",{style:{fontSize:\"11px\",color:\"#888\",fontStyle:\"italic\"}},\" Workaround: use computed() + :style bindings (see below) \")]))});let na=tT({__name:\"CSSVarsWorkaround\",setup(e){var t,l;let n=(l=!1,e6(t=!0)?t:new e8(t,l));let r=l5(()=>({display:\"flex\",flexDirection:\"column\",backgroundColor:n.value?\"#e3f2fd\":\"#fce4ec\",padding:\"12px\",borderRadius:\"8px\",marginBottom:\"12px\"}));let i=l5(()=>({fontSize:\"13px\",color:n.value?\"#1565c0\":\"#c62828\"}));function s(){n.value=!n.value}return(e,t)=>(l9(),l7(\"view\",{style:W(r.value)},[lg(\"text\",{style:{fontSize:\"15px\",fontWeight:\"bold\",color:\"#333\",marginBottom:\"4px\"}},\" Workaround: Reactive inline :style \"),lg(\"text\",{style:{fontSize:\"12px\",color:\"#555\",marginBottom:\"8px\"}},\" Use computed() + :style bindings instead of v-bind() in CSS. This is the recommended pattern for dynamic styling. \"),lg(\"view\",{style:{backgroundColor:\"#fff\",padding:\"8px\",borderRadius:\"4px\"},onTap:s},[lg(\"text\",{style:W(i.value)},\"Tap me — this DOES change color reactively\",4)],32)],4))}});let nu=tT({__name:\"ImportedCSS\",setup:e=>(e,t)=>(l9(),l7(\"view\",{class:\"imported-card\"},[lg(\"text\",{class:\"imported-title\"},\"Imported .css file\"),lg(\"text\",{class:\"imported-desc\"},\" External CSS files with class selectors work via the @lynx-js/css-extract-webpack-plugin pipeline. \"),lg(\"view\",{class:\"imported-demo-box\"},[lg(\"text\",{class:\"imported-demo-text\"},\"This text should be teal if import works\")])]))});let nc;let nf;(nc=l3(tT({__name:\"App\",setup:e=>(e,t)=>(l9(),l7(\"scroll-view\",{\"scroll-orientation\":\"vertical\",style:{width:\"100%\",height:\"100%\",backgroundColor:\"#f5f5f5\",padding:\"16px\"}},[lg(\"text\",{style:{fontSize:\"20px\",fontWeight:\"bold\",marginBottom:\"16px\",color:\"#111\"}},\" CSS Features Test \"),l_(ne),l_(nn),l_(ns),l_(no),l_(na),l_(nu)]))}),void 0),nf={get config(){return nc.config},use:(e,...t)=>(nc.use(e,...t),nf),provide:(e,t)=>(nc.provide(e,t),nf),mount(){let e=new lG(\"page\",1);nc.mount(e)},unmount(){nc.unmount()}}).mount()})();"},"cardType":"react","appType":"card","pageConfig":{"enableFiberArch":true,"useLepusNG":true,"enableReuseContext":true,"bundleModuleMode":"ReturnByFunction","templateDebugUrl":"https://vue.lynxjs.org/examples/css-features/dist/main/debug-info.json","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":true,"enableNewGesture":false,"removeDescendantSelectorScope":true},"lepusCode":{"root":"\"use strict\";var e={306(){var e;let t;let n=new Map;let l=1;let r=new Map;let i=new Set;let o=new Map;let a=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 c(){}function f(){if(\"u\">typeof globalThis&&\"lynxWorkletImpl\"in globalThis)return globalThis.lynxWorkletImpl}function d(e,t,n,l,r,i,o){try{var a=e[i](o);var u=a.value}catch(e){n(e);return}a.done?t(u):Promise.resolve(u).then(l,r)}let _=1;function m(e,t,n,l){lynx.getJSContext().dispatchEvent({type:\"Lynx.Worklet.runOnBackground\",data:JSON.stringify({obj:{_jsFnId:e,_execId:n},params:t,resolveId:l})})}let p=globalThis;p.SystemInfo=null!=(e=\"u\">typeof lynx&&lynx.SystemInfo)?e:{},p.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 i=_++;(t.set(i,l),e._isFirstScreen&&\"u\">typeof lynxWorkletImpl&&(null==(r=lynxWorkletImpl)?void 0:r._runOnBackgroundDelayImpl))?lynxWorkletImpl._runOnBackgroundDelayImpl.delayRunOnBackground(e,(e,t)=>{m(e,n,t,i)}):m(e._jsFnId,n,e._execId,i)})},function(){var e=this,t=arguments;return new Promise(function(n,r){var i=l.apply(e,t);function o(e){d(i,n,r,o,a,\"next\",e)}function a(e){d(i,n,r,o,a,\"throw\",e)}o(void 0)})})()}},p.processData=function(e,t){return null!=e?e:{}},p.renderPage=function(e){n.clear(),l=1,r.clear(),i.clear(),o.clear(),u.clear(),s.clear();let t=__CreatePage(\"0\",0);__SetCSSId([t],0),l=__GetElementUniqueID(t),n.set(1,t),__FlushElementTree(t)},p.updatePage=function(e){},p.updateGlobalProps=function(e){},p.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 o=e[d++];let a=e[d++];\"__comment\"===a?t=__CreateRawText(\"\"):\"list\"===a?t=function(e){i.add(e),r.set(e,[]),s.set(e,0);let t={componentAtIndex:(t,n,l,i)=>{let o=r.get(e);if(!o||l<0||l>=o.length)return;let a=o[l].el;__AppendElement(t,a);let u=__GetElementUniqueID(a);return __FlushElementTree(a,{triggerLayout:!0,operationID:i,elementID:u,listID:n}),u},enqueueComponent:c,componentAtIndexes:(t,n,l,i)=>{let o=r.get(e);if(!o)return;let a=[];for(let e=0;e<l.length;e++){let n=l[e];if(i[e],n<0||n>=o.length){a.push(-1);continue}let r=o[n].el;__AppendElement(t,r);let u=__GetElementUniqueID(r);a.push(u)}__FlushElementTree(t,{triggerLayout:!0,operationIDs:i,elementIDs:a,listID:n})}};let n=__CreateList(l,t.componentAtIndex,t.enqueueComponent,{},t.componentAtIndexes);return __SetCSSId([n],0),n}(o):__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)}}(a,l)],0),n.set(o,t),\"__comment\"!==a&&__SetAttribute(t,`vue-ref-${o}`,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 o=e[d++];let a=n.get(t);let u=n.get(l);if(a&&u)if(i.has(t))(function(e,t,n){let l=r.get(e);l&&l.push({el:t,bgId:n})})(t,u,l);else if(-1===o)__AppendElement(a,u);else{let e=n.get(o);e&&__InsertElementBefore(a,u,e)}break}case 3:{let t=e[d++];let l=e[d++];let r=n.get(t);let i=n.get(l);r&&i&&__RemoveElement(r,i);break}case 4:{let t=e[d++];let l=e[d++];let r=e[d++];if(a.has(l))(function(e,t,n){let l=u.get(e);l?l[t]=n:u.set(e,{[t]:n}),\"item-key\"===t&&o.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 i=e[d++];let o=n.get(t);o&&__AddEvent(o,l,r,i);break}case 7:{let t=e[d++];let l=e[d++];let r=e[d++];let i=n.get(t);i&&__AddEvent(i,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 i=n.get(e);i&&(r._workletType=\"main-thread\",__AddEvent(i,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(l){let e=f();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=f();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,i]of r){var e,t;let r=null!=(e=s.get(l))?e:0;if(i.length<=r)continue;let a=n.get(l);if(!a)continue;let c=[];for(let e=r;e<i.length;e++){let n=i[e];let l={position:e,type:\"list-item\",\"item-key\":null!=(t=o.get(n.bgId))?t:String(e)};let r=u.get(n.bgId);r&&Object.assign(l,r),c.push(l)}__SetAttribute(a,\"update-list-info\",{insertAction:c,removeAction:[],updateAction:[]}),s.set(l,i.length)}})(),__FlushElementTree()})(JSON.parse(e))}},390(e,t,n){var l=n(720);(()=>{var e,t,n;let r,i,o;function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class u{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){a(this,\"effect\",void 0),a(this,\"id\",void 0),this.effect=e,this.id=\"__lynx-inner-js-animation-\"+u.count++,this.start()}}function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}a(u,\"count\",0);class c{constructor(e,t,n){s(this,\"target\",void 0),s(this,\"keyframes\",void 0),s(this,\"options\",void 0),this.target=e,this.keyframes=t,this.options=n}}function f(e,t){var n;let l=(null!=(n=SystemInfo.lynxSdkVersion)?n:\"1.0\").split(\".\");return Number(l[0])>e||Number(l[0])==e&&Number(l[1])>t}let d=!1,_=!0;class m{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 m(t):null}querySelectorAll(e){return __QuerySelectorAll(this.element,e,{}).map(e=>new m(e))}getComputedStyleProperty(e){if(!f(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 u(new c(this,e,\"number\"==typeof t?{duration:t}:null!=t?t:{}))}invoke(e,t){return new Promise((n,l)=>{__InvokeUIMethod(this.element,e,null!=t?t:{},e=>{0===e.code?n(e.data):l(Error(\"UI method invoke: \"+JSON.stringify(e)))}),this.flushElementTree()})}flushElementTree(){!d&&_&&(d=!0,Promise.resolve().then(()=>{d=!1,__FlushElementTree()}))}constructor(e){var t,n;n=void 0,(t=\"element\")in this?Object.defineProperty(this,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):this[t]=n,Object.defineProperty(this,\"element\",{get:()=>e})}}class p{static get(){return null!=p.pageElement||(p.pageElement=__GetPageElement()),p.pageElement}}function y(e,t,n){let l;try{l=runWorklet(e,t)}finally{lynx.getJSContext().dispatchEvent({type:\"Lynx.Worklet.FunctionCallRet\",data:JSON.stringify({resolveId:n,returnValue:l})})}}t=void 0,(e=\"pageElement\")in p?Object.defineProperty(p,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):p[e]=t;let g=(e,t)=>({current:t,_wvid:e}),h=e=>{let t,n=e._wvid;return n<0?(t=r._firstScreenWorkletRefMap[n])||(t=r._firstScreenWorkletRefMap[n]=g(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 v(e,t,n){lynxWorkletImpl._workletMap[t]=n}let b=new WeakMap;function I(e,t){if(\"object\"!=typeof e||null===e)return e;if(t){let t=b.get(e);if(t)return t}let n={main:e};return x(n,0,e),t&&b.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 i in e){let o=e[i];if(\"object\"==typeof o&&null!==o){if(\"elementRefptr\"in o){e[i]=new m(o.elementRefptr);continue}if(!(o instanceof m)){if(x(o,t,n),\"_wvid\"in o){e[i]=h(o);continue}if(\"_wkltId\"in o){e[i]=lynxWorkletImpl._workletMap[o._wkltId].bind(l._({},o)),e[i].ctx=o;continue}if(\"_jsFnId\"in o){var r;o._execId=n._execId,null==(r=lynxWorkletImpl._jsFunctionLifecycleManager)||r.addRef(n._execId,o);continue}}}}};if(void 0===globalThis.lynxWorkletImpl){let e,t;globalThis.lynxWorkletImpl={_workletMap:{},_refImpl:r={_workletRefMap:{},_firstScreenWorkletRefMap:{},updateWorkletRef:function(e,t){h(e).current=t?new m(t):null},updateWorkletRefInitValueChanges:function(e){e.forEach(([e,t])=>{r._workletRefMap[e]||(r._workletRefMap[e]=g(e,t))})},clearFirstScreenWorkletRefMap:function(){r._firstScreenWorkletRefMap={}}},_runOnBackgroundDelayImpl:i={delayedBackgroundFunctionArray:[],delayRunOnBackground:function(e,t){var n;i.delayedBackgroundFunctionArray.push({task:t}),(null!=(n=e._delayIndices)?n:e._delayIndices=[]).push(i.delayedBackgroundFunctionArray.length-1)},runDelayedBackgroundFunctions:function(){for(let e of i.delayedBackgroundFunctionArray)e.jsFnHandle&&e.task(e.jsFnHandle._jsFnId,e.jsFnHandle._execId);i.delayedBackgroundFunctionArray.length=0}},_hydrateCtx:function(e,t){!function e(t,n,l){if(t&&\"object\"==typeof t&&n&&\"object\"==typeof n&&(!t._wkltId||t._wkltId===n._wkltId))for(let i in t)if(\"_wvid\"===i){var r;r=t[i],\"_initValue\"in n||(lynxWorkletImpl._refImpl._workletRefMap[r]=n)}else if(\"_jsFn\"===i)!function(e,t,n){for(let l in e){let r=e[l],i=t[l];if(!(null==i?void 0:i._delayIndices)){i&&(i._isFirstScreen=!1,i._execId=n,Object.assign(i,r));continue}for(let e of i._delayIndices){let t=lynxWorkletImpl._runOnBackgroundDelayImpl.delayedBackgroundFunctionArray[e];r._execId=n,t.jsFnHandle=r}}}(t[i],n[i],l);else{let r=\"function\"==typeof n[i]?n[i].ctx:n[i];e(t[i],r,l)}}(e,t,e._execId)},_eventDelayImpl:o={_delayedWorkletParamsMap:new Map,runDelayedWorklet:function(e,t){(()=>{let n=o._delayedWorkletParamsMap.get(e._wkltId);if(void 0===n)return;let l=[];n.forEach(n=>{var r;let i=n[0];(null==i||null==(r=i.currentTarget)?void 0:r.elementRefptr)===t?setTimeout(()=>{runWorklet(e,n)},0):l.push(n)}),o._delayedWorkletParamsMap.set(e._wkltId,l)})()},clearDelayedWorklets:function(){o._delayedWorkletParamsMap.clear()}},_eomImpl:{setShouldFlush:function(e){_=e}},_runRunOnMainThreadTask:y},f(2,15)&&(globalThis.lynxWorkletImpl._jsFunctionLifecycleManager=new class{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=v,globalThis.registerWorkletInternal=v,globalThis.runWorklet=function(e,t,n){var l;let r,i;return\"object\"==typeof e&&null!==e&&(\"_wkltId\"in e||\"_lepusWorkletHash\"in e)?\"_lepusWorkletHash\"in e?void(l=e._lepusWorkletHash,(i=(r=o._delayedWorkletParamsMap).get(l))?i.push(t):r.set(l,[t])):function(e,t,n){let l=(e._wkltId,I(e,!0)),r=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={},l=e[0];return l.stopPropagation=function(){var e;n._eventReturnResult=(null!=(e=n._eventReturnResult)?e:0)|1},l.stopImmediatePropagation=function(){var e;n._eventReturnResult=(null!=(e=n._eventReturnResult)?e:0)|2},[!0,n]}(r,n),a=l(...r);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(p.get(),e,{});return t?new m(t):null},lynx.querySelectorAll=function(e){return __QuerySelectorAll(p.get(),e,{}).map(e=>new m(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(!f(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);y(t.worklet,t.params,t.resolveId)}),t.addEventListener(\"Lynx.Worklet.releaseWorkletRef\",e=>{var t;t=e.data.id,delete r._workletRefMap[t]})}})()},720(e,t,n){n.r(t),n.d(t,{_:()=>l});function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};var l=Object.keys(n);\"function\"==typeof Object.getOwnPropertySymbols&&(l=l.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),l.forEach(function(t){var l;l=n[t],t in e?Object.defineProperty(e,t,{value:l,enumerable:!0,configurable:!0,writable:!0}):e[t]=l})}return e}},549(e,t){},310(e,t,n){n(549)}};var t={};function n(l){var r=t[l];if(void 0!==r)return r.exports;var i=t[l]={exports:{}};return e[l](i,i.exports,n),i.exports}n.x=()=>(n(306),n(390),n(310)),n.d=(e,t)=>{for(var l in t)n.o(t,l)&&!n.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:t[l]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{\"u\">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},n.x();"},"customSections":{},"elementTemplates":{}}
|
package/lynx.config.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import path from 'node:path';
|
|
2
|
+
import { fileURLToPath } from 'node:url';
|
|
3
|
+
import { defineConfig } from '@lynx-js/rspeedy';
|
|
4
|
+
import { pluginVueLynx } from 'vue-lynx/plugin';
|
|
5
|
+
|
|
6
|
+
const exampleName = path.basename(path.dirname(fileURLToPath(import.meta.url)));
|
|
7
|
+
|
|
8
|
+
export default defineConfig({
|
|
9
|
+
environments: {
|
|
10
|
+
web: {},
|
|
11
|
+
lynx: {},
|
|
12
|
+
},
|
|
13
|
+
output: {
|
|
14
|
+
assetPrefix: `https://vue.lynxjs.org/examples/${exampleName}/dist/`,
|
|
15
|
+
},
|
|
16
|
+
source: {
|
|
17
|
+
entry: {
|
|
18
|
+
main: './src/index.ts',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
plugins: [
|
|
22
|
+
pluginVueLynx({
|
|
23
|
+
optionsApi: false,
|
|
24
|
+
enableCSSInlineVariables: true,
|
|
25
|
+
enableCSSInheritance: true,
|
|
26
|
+
}),
|
|
27
|
+
],
|
|
28
|
+
});
|
package/package.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@vue-lynx-example/css-features",
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "Vue-Lynx CSS features demo — scoped, modules, v-bind()",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist",
|
|
10
|
+
"src",
|
|
11
|
+
"lynx.config.ts",
|
|
12
|
+
"tsconfig.json"
|
|
13
|
+
],
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/Huxpro/vue-lynx",
|
|
17
|
+
"directory": "examples/css-features"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"vue-lynx": "0.1.0-pre-alpha.2"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@lynx-js/rspeedy": "^0.13.5",
|
|
24
|
+
"@rsbuild/plugin-vue": "^1.2.6",
|
|
25
|
+
"typescript": "^5.0.0"
|
|
26
|
+
},
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">=18"
|
|
29
|
+
},
|
|
30
|
+
"scripts": {
|
|
31
|
+
"build": "rspeedy build",
|
|
32
|
+
"dev": "rspeedy dev"
|
|
33
|
+
}
|
|
34
|
+
}
|
package/src/App.vue
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import PlainStyle from './PlainStyle.vue'
|
|
3
|
+
import ScopedStyle from './ScopedStyle.vue'
|
|
4
|
+
import CSSModules from './CSSModules.vue'
|
|
5
|
+
import VBindCSS from './VBindCSS.vue'
|
|
6
|
+
import CSSVarsWorkaround from './CSSVarsWorkaround.vue'
|
|
7
|
+
import ImportedCSS from './ImportedCSS.vue'
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<template>
|
|
11
|
+
<scroll-view
|
|
12
|
+
scroll-orientation="vertical"
|
|
13
|
+
:style="{ width: '100%', height: '100%', backgroundColor: '#f5f5f5', padding: '16px' }"
|
|
14
|
+
>
|
|
15
|
+
<text :style="{ fontSize: '20px', fontWeight: 'bold', marginBottom: '16px', color: '#111' }">
|
|
16
|
+
CSS Features Test
|
|
17
|
+
</text>
|
|
18
|
+
|
|
19
|
+
<!-- 1. Plain <style> — WORKS -->
|
|
20
|
+
<PlainStyle />
|
|
21
|
+
|
|
22
|
+
<!-- 2. <style scoped> — DOES NOT WORK -->
|
|
23
|
+
<ScopedStyle />
|
|
24
|
+
|
|
25
|
+
<!-- 3. <style module> — SHOULD WORK -->
|
|
26
|
+
<CSSModules />
|
|
27
|
+
|
|
28
|
+
<!-- 4. v-bind() in CSS — DOES NOT WORK -->
|
|
29
|
+
<VBindCSS />
|
|
30
|
+
|
|
31
|
+
<!-- 5. Workaround: Reactive inline :style -->
|
|
32
|
+
<CSSVarsWorkaround />
|
|
33
|
+
|
|
34
|
+
<!-- 6. Imported .css file — WORKS -->
|
|
35
|
+
<ImportedCSS />
|
|
36
|
+
</scroll-view>
|
|
37
|
+
</template>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
// Test: <style module>
|
|
3
|
+
//
|
|
4
|
+
// CSS Modules work by:
|
|
5
|
+
// 1. css-loader transforms class names to unique hashed names (e.g. .card → .card_abc123)
|
|
6
|
+
// 2. The module exports a mapping object { card: 'card_abc123' }
|
|
7
|
+
// 3. Vue injects this mapping as `$style` (or a custom name via <style module="name">)
|
|
8
|
+
// 4. You use :class="$style.card" to apply the hashed class name
|
|
9
|
+
//
|
|
10
|
+
// EXPECTED: Should work! The hashed class names are still plain class selectors,
|
|
11
|
+
// which Lynx supports. The css-loader pipeline handles the transformation,
|
|
12
|
+
// and vue-lynx's CSS extraction pipeline preserves CSS module support.
|
|
13
|
+
//
|
|
14
|
+
// The plugin's css.ts configures `exportOnlyLocals: true` for the Main Thread
|
|
15
|
+
// layer, ensuring class name mappings are available as JS objects.
|
|
16
|
+
</script>
|
|
17
|
+
|
|
18
|
+
<template>
|
|
19
|
+
<view :class="$style.card">
|
|
20
|
+
<text :class="$style.title"><style module></text>
|
|
21
|
+
<text :class="$style.desc">
|
|
22
|
+
Uses hashed class names (e.g. .card_abc123).
|
|
23
|
+
These are plain class selectors — Lynx supports them.
|
|
24
|
+
</text>
|
|
25
|
+
<view :class="$style.demoBox">
|
|
26
|
+
<text :class="$style.demoText">This text should be purple if modules work</text>
|
|
27
|
+
</view>
|
|
28
|
+
</view>
|
|
29
|
+
</template>
|
|
30
|
+
|
|
31
|
+
<style module>
|
|
32
|
+
.card {
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: column;
|
|
35
|
+
background-color: #f3e5f5;
|
|
36
|
+
padding: 12px;
|
|
37
|
+
border-radius: 8px;
|
|
38
|
+
margin-bottom: 12px;
|
|
39
|
+
}
|
|
40
|
+
.title {
|
|
41
|
+
font-size: 15px;
|
|
42
|
+
font-weight: bold;
|
|
43
|
+
color: #6a1b9a;
|
|
44
|
+
margin-bottom: 4px;
|
|
45
|
+
}
|
|
46
|
+
.desc {
|
|
47
|
+
font-size: 12px;
|
|
48
|
+
color: #555;
|
|
49
|
+
margin-bottom: 8px;
|
|
50
|
+
}
|
|
51
|
+
.demoBox {
|
|
52
|
+
background-color: #fff;
|
|
53
|
+
padding: 8px;
|
|
54
|
+
border-radius: 4px;
|
|
55
|
+
}
|
|
56
|
+
.demoText {
|
|
57
|
+
font-size: 13px;
|
|
58
|
+
color: purple;
|
|
59
|
+
}
|
|
60
|
+
</style>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ref, computed } from 'vue'
|
|
3
|
+
|
|
4
|
+
// Workaround: Dynamic styling via reactive inline :style bindings
|
|
5
|
+
//
|
|
6
|
+
// Instead of v-bind() in CSS, use computed inline styles for dynamic values.
|
|
7
|
+
// This is the recommended pattern in vue-lynx today.
|
|
8
|
+
|
|
9
|
+
const isPrimary = ref(true)
|
|
10
|
+
|
|
11
|
+
const cardStyle = computed(() => ({
|
|
12
|
+
display: 'flex' as const,
|
|
13
|
+
flexDirection: 'column' as const,
|
|
14
|
+
backgroundColor: isPrimary.value ? '#e3f2fd' : '#fce4ec',
|
|
15
|
+
padding: '12px',
|
|
16
|
+
borderRadius: '8px',
|
|
17
|
+
marginBottom: '12px',
|
|
18
|
+
}))
|
|
19
|
+
|
|
20
|
+
const textStyle = computed(() => ({
|
|
21
|
+
fontSize: '13px',
|
|
22
|
+
color: isPrimary.value ? '#1565c0' : '#c62828',
|
|
23
|
+
}))
|
|
24
|
+
|
|
25
|
+
function toggle() {
|
|
26
|
+
isPrimary.value = !isPrimary.value
|
|
27
|
+
}
|
|
28
|
+
</script>
|
|
29
|
+
|
|
30
|
+
<template>
|
|
31
|
+
<view :style="cardStyle">
|
|
32
|
+
<text :style="{ fontSize: '15px', fontWeight: 'bold', color: '#333', marginBottom: '4px' }">
|
|
33
|
+
Workaround: Reactive inline :style
|
|
34
|
+
</text>
|
|
35
|
+
<text :style="{ fontSize: '12px', color: '#555', marginBottom: '8px' }">
|
|
36
|
+
Use computed() + :style bindings instead of v-bind() in CSS.
|
|
37
|
+
This is the recommended pattern for dynamic styling.
|
|
38
|
+
</text>
|
|
39
|
+
<view :style="{ backgroundColor: '#fff', padding: '8px', borderRadius: '4px' }" @tap="toggle">
|
|
40
|
+
<text :style="textStyle">Tap me — this DOES change color reactively</text>
|
|
41
|
+
</view>
|
|
42
|
+
</view>
|
|
43
|
+
</template>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
// Test: Imported external CSS file
|
|
3
|
+
//
|
|
4
|
+
// EXPECTED: Works. This is the same pattern used in todomvc and gallery examples.
|
|
5
|
+
// The CSS file is processed by the extraction pipeline and class selectors work.
|
|
6
|
+
import './imported.css'
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<template>
|
|
10
|
+
<view class="imported-card">
|
|
11
|
+
<text class="imported-title">Imported .css file</text>
|
|
12
|
+
<text class="imported-desc">
|
|
13
|
+
External CSS files with class selectors work via the
|
|
14
|
+
@lynx-js/css-extract-webpack-plugin pipeline.
|
|
15
|
+
</text>
|
|
16
|
+
<view class="imported-demo-box">
|
|
17
|
+
<text class="imported-demo-text">This text should be teal if import works</text>
|
|
18
|
+
</view>
|
|
19
|
+
</view>
|
|
20
|
+
</template>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
// Baseline: plain (unscoped) <style> block with class selectors.
|
|
3
|
+
// This is the most common pattern in existing vue-lynx examples.
|
|
4
|
+
// EXPECTED: Works. CSS is extracted and applied via class selectors.
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<template>
|
|
8
|
+
<view class="plain-card">
|
|
9
|
+
<text class="plain-title">Plain <style> (no scoped)</text>
|
|
10
|
+
<text class="plain-desc">Class selectors work via CSS extraction pipeline.</text>
|
|
11
|
+
</view>
|
|
12
|
+
</template>
|
|
13
|
+
|
|
14
|
+
<style>
|
|
15
|
+
.plain-card {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
background-color: #e8f5e9;
|
|
19
|
+
padding: 12px;
|
|
20
|
+
border-radius: 8px;
|
|
21
|
+
margin-bottom: 12px;
|
|
22
|
+
}
|
|
23
|
+
.plain-title {
|
|
24
|
+
font-size: 15px;
|
|
25
|
+
font-weight: bold;
|
|
26
|
+
color: #2e7d32;
|
|
27
|
+
margin-bottom: 4px;
|
|
28
|
+
}
|
|
29
|
+
.plain-desc {
|
|
30
|
+
font-size: 12px;
|
|
31
|
+
color: #555;
|
|
32
|
+
}
|
|
33
|
+
</style>
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
// Test: <style scoped>
|
|
3
|
+
//
|
|
4
|
+
// Vue's scoped CSS works by:
|
|
5
|
+
// 1. Adding a unique `data-v-{hash}` attribute to each element in the template
|
|
6
|
+
// 2. Appending `[data-v-{hash}]` attribute selectors to each CSS rule
|
|
7
|
+
//
|
|
8
|
+
// EXPECTED ISSUE: Lynx's CSS engine only supports class selectors and
|
|
9
|
+
// descendant/child combinators. Attribute selectors like [data-v-xxx] are
|
|
10
|
+
// NOT supported. Therefore, scoped CSS rules will be silently ignored.
|
|
11
|
+
//
|
|
12
|
+
// Additionally, vue-lynx's renderer does NOT implement `setScopeId()` in its
|
|
13
|
+
// nodeOps, so `data-v-*` attributes are never set on elements in the first place.
|
|
14
|
+
</script>
|
|
15
|
+
|
|
16
|
+
<template>
|
|
17
|
+
<view class="scoped-card">
|
|
18
|
+
<text class="scoped-title"><style scoped></text>
|
|
19
|
+
<text class="scoped-desc">
|
|
20
|
+
Uses [data-v-xxx] attribute selectors internally.
|
|
21
|
+
Lynx CSS engine does not support attribute selectors,
|
|
22
|
+
so these styles will NOT be applied.
|
|
23
|
+
</text>
|
|
24
|
+
<view class="scoped-demo-box">
|
|
25
|
+
<text class="scoped-demo-text">This text should be blue if scoped works</text>
|
|
26
|
+
</view>
|
|
27
|
+
</view>
|
|
28
|
+
</template>
|
|
29
|
+
|
|
30
|
+
<style scoped>
|
|
31
|
+
.scoped-card {
|
|
32
|
+
display: flex;
|
|
33
|
+
flex-direction: column;
|
|
34
|
+
background-color: #fff3e0;
|
|
35
|
+
padding: 12px;
|
|
36
|
+
border-radius: 8px;
|
|
37
|
+
margin-bottom: 12px;
|
|
38
|
+
}
|
|
39
|
+
.scoped-title {
|
|
40
|
+
font-size: 15px;
|
|
41
|
+
font-weight: bold;
|
|
42
|
+
color: #e65100;
|
|
43
|
+
margin-bottom: 4px;
|
|
44
|
+
}
|
|
45
|
+
.scoped-desc {
|
|
46
|
+
font-size: 12px;
|
|
47
|
+
color: #555;
|
|
48
|
+
margin-bottom: 8px;
|
|
49
|
+
}
|
|
50
|
+
.scoped-demo-box {
|
|
51
|
+
background-color: #fff;
|
|
52
|
+
padding: 8px;
|
|
53
|
+
border-radius: 4px;
|
|
54
|
+
}
|
|
55
|
+
.scoped-demo-text {
|
|
56
|
+
font-size: 13px;
|
|
57
|
+
color: blue;
|
|
58
|
+
}
|
|
59
|
+
</style>
|
package/src/VBindCSS.vue
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
// Test: v-bind() in <style>
|
|
3
|
+
//
|
|
4
|
+
// RESULT: BUILD ERROR — confirmed.
|
|
5
|
+
//
|
|
6
|
+
// Vue's v-bind() in CSS compiles to a `useCssVars()` call, which is a
|
|
7
|
+
// @vue/runtime-dom API (not runtime-core). vue-lynx only re-exports from
|
|
8
|
+
// @vue/runtime-core, so this API is unavailable.
|
|
9
|
+
//
|
|
10
|
+
// Error message:
|
|
11
|
+
// ESModulesLinkingError: export 'useCssVars' (imported as '_useCssVars')
|
|
12
|
+
// was not found in 'vue'
|
|
13
|
+
//
|
|
14
|
+
// Even if useCssVars were exported, it would not work because:
|
|
15
|
+
// 1. useCssVars internally calls `document.getElementById()` — no document in Lynx
|
|
16
|
+
// 2. It sets CSS vars via `el.style.setProperty()` — DOM API, not available
|
|
17
|
+
// 3. The Background Thread cannot directly access native element styles
|
|
18
|
+
//
|
|
19
|
+
// WORKAROUND: Use computed() + reactive :style bindings instead.
|
|
20
|
+
// See CSSVarsWorkaround.vue for the recommended pattern.
|
|
21
|
+
</script>
|
|
22
|
+
|
|
23
|
+
<template>
|
|
24
|
+
<view :style="{
|
|
25
|
+
display: 'flex',
|
|
26
|
+
flexDirection: 'column',
|
|
27
|
+
backgroundColor: '#ffebee',
|
|
28
|
+
padding: '12px',
|
|
29
|
+
borderRadius: '8px',
|
|
30
|
+
marginBottom: '12px',
|
|
31
|
+
}">
|
|
32
|
+
<text :style="{ fontSize: '15px', fontWeight: 'bold', color: '#c62828', marginBottom: '4px' }">
|
|
33
|
+
v-bind() in <style> — BUILD ERROR
|
|
34
|
+
</text>
|
|
35
|
+
<text :style="{ fontSize: '12px', color: '#555', marginBottom: '8px' }">
|
|
36
|
+
Vue's v-bind() in CSS compiles to useCssVars() which is a
|
|
37
|
+
@vue/runtime-dom API. vue-lynx only uses @vue/runtime-core,
|
|
38
|
+
so this causes an ESModulesLinkingError at build time.
|
|
39
|
+
</text>
|
|
40
|
+
<text :style="{ fontSize: '11px', color: '#888', fontStyle: 'italic' }">
|
|
41
|
+
Workaround: use computed() + :style bindings (see below)
|
|
42
|
+
</text>
|
|
43
|
+
</view>
|
|
44
|
+
</template>
|
package/src/imported.css
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
.imported-card {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
background-color: #e0f2f1;
|
|
5
|
+
padding: 12px;
|
|
6
|
+
border-radius: 8px;
|
|
7
|
+
margin-bottom: 12px;
|
|
8
|
+
}
|
|
9
|
+
.imported-title {
|
|
10
|
+
font-size: 15px;
|
|
11
|
+
font-weight: bold;
|
|
12
|
+
color: #00695c;
|
|
13
|
+
margin-bottom: 4px;
|
|
14
|
+
}
|
|
15
|
+
.imported-desc {
|
|
16
|
+
font-size: 12px;
|
|
17
|
+
color: #555;
|
|
18
|
+
margin-bottom: 8px;
|
|
19
|
+
}
|
|
20
|
+
.imported-demo-box {
|
|
21
|
+
background-color: #fff;
|
|
22
|
+
padding: 8px;
|
|
23
|
+
border-radius: 4px;
|
|
24
|
+
}
|
|
25
|
+
.imported-demo-text {
|
|
26
|
+
font-size: 13px;
|
|
27
|
+
color: teal;
|
|
28
|
+
}
|
package/src/index.ts
ADDED