@lynx-example/lynx-ui-radio-group 0.0.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/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @lynx-example/lynx-ui-radio-group
2
+
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Initial release.
package/LICENSE ADDED
@@ -0,0 +1,201 @@
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 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 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 those 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
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
Binary file
@@ -0,0 +1 @@
1
+ {"styleInfo":{"0":{"content":[""],"rules":[{"sel":[[[".luna-dark"],[],[],[]]],"decl":[["--canvas","#0d0d0d"],["--canvas-ambient","#000"],["--paper","#1a1a1a"],["--paper-clear","#232323"],["--paper-veil","rgba(0,0,0,.1)"],["--paper-film","rgba(0,0,0,.05)"],["--backdrop","rgba(0,0,0,.32)"],["--backdrop-subtle","rgba(0,0,0,.2)"],["--backdrop-heavy","rgba(0,0,0,.7)"],["--content","#f8f8f8"],["--content-2","#d9d9d9"],["--content-muted","#b3b3b3"],["--content-subtle","#6e6e6e"],["--content-faint","#4f4f4f"],["--content-faded","hsla(0,0%,97%,.6)"],["--primary","#e0e0e0"],["--primary-2","#a4a4a4"],["--primary-muted","#7a7a7a"],["--primary-content","#010101"],["--primary-content-faded","rgba(0,0,0,.3)"],["--secondary","#5b5b5b"],["--secondary-2","#333"],["--secondary-content","#e0e0e0"],["--secondary-content-faded","hsla(0,0%,88%,.25)"],["--neutral","#f8f8f8"],["--neutral-2","#d0d0d0"],["--neutral-subtle","#656565"],["--neutral-faint","#505050"],["--neutral-ambient","#2c2c2c"],["--neutral-veil","hsla(0,0%,97%,.5)"],["--neutral-film","hsla(0,0%,97%,.08)"],["--neutral-content","#010101"],["--neutral-content-faded","rgba(0,0,0,.25)"],["--line","hsla(0,0%,97%,.32)"],["--rule","#333"],["--gradient-a","#a7a7a7"],["--gradient-b","#a5a5a5"],["--gradient-c","#a1a1a1"],["--gradient-d","#bababa"],["--gradient-content","#fff"],["--gradient-content-faded","hsla(0,0%,100%,.68)"],["--gradient-content-trace","hsla(0,0%,100%,.12)"]]},{"sel":[[[".luna-light"],[],[],[]]],"decl":[["--canvas","#fff"],["--canvas-ambient","#f4f4f4"],["--paper","#f8f8f8"],["--paper-clear","#fff"],["--paper-veil","hsla(0,0%,97%,.3)"],["--paper-film","hsla(0,0%,97%,.15)"],["--backdrop","rgba(0,0,0,.25)"],["--backdrop-subtle","rgba(0,0,0,.1)"],["--backdrop-heavy","rgba(0,0,0,.5)"],["--content","#010101"],["--content-2","#333"],["--content-muted","#5d5d5d"],["--content-subtle","#9e9e9e"],["--content-faint","#d0d0d0"],["--content-faded","rgba(0,0,0,.6)"],["--primary","#1a1a1a"],["--primary-2","#545454"],["--primary-muted","#9b9b9b"],["--primary-content","#fafafa"],["--primary-content-faded","hsla(0,0%,100%,.4)"],["--secondary","silver"],["--secondary-2","#d9d9d9"],["--secondary-content","#3c3c3c"],["--secondary-content-faded","rgba(60,60,60,.3)"],["--neutral","#010101"],["--neutral-2","#333"],["--neutral-subtle","#b3b3b3"],["--neutral-faint","#d9d9d9"],["--neutral-ambient","#eee"],["--neutral-veil","rgba(0,0,0,.24)"],["--neutral-film","rgba(0,0,0,.05)"],["--neutral-content","#f8f8f8"],["--neutral-content-faded","hsla(0,0%,97%,.4)"],["--line","rgba(0,0,0,.17)"],["--rule","#e5e5e5"],["--gradient-a","#939393"],["--gradient-b","#a0a0a0"],["--gradient-c","#a1a1a1"],["--gradient-d","#bfbfbf"],["--gradient-content","#fff"],["--gradient-content-faded","hsla(0,0%,100%,.68)"],["--gradient-content-trace","hsla(0,0%,100%,.12)"]]},{"sel":[[[".lunaris-dark"],[],[],[]]],"decl":[["--canvas","#0d0d0d"],["--canvas-ambient","#000"],["--paper","#1a1a1a"],["--paper-clear","#232323"],["--paper-veil","rgba(0,0,0,.1)"],["--paper-film","rgba(0,0,0,.05)"],["--backdrop","rgba(0,0,0,.32)"],["--backdrop-subtle","rgba(0,0,0,.2)"],["--backdrop-heavy","rgba(0,0,0,.7)"],["--content","#f8f8f8"],["--content-2","#d9d9d9"],["--content-muted","#b3b3b3"],["--content-subtle","#6e6e6e"],["--content-faint","#4f4f4f"],["--content-faded","hsla(0,0%,97%,.6)"],["--primary","#ff8ab5"],["--primary-2","#ff4f8f"],["--primary-muted","#d04377"],["--primary-content","#010101"],["--primary-content-faded","rgba(0,0,0,.3)"],["--secondary","#534363"],["--secondary-2","#362e46"],["--secondary-content","#eee5f6"],["--secondary-content-faded","hsla(0,0%,88%,.25)"],["--neutral","#f8f8f8"],["--neutral-2","#d0d0d0"],["--neutral-subtle","#656565"],["--neutral-faint","#505050"],["--neutral-ambient","#2c2c2c"],["--neutral-veil","hsla(0,0%,97%,.5)"],["--neutral-film","hsla(0,0%,97%,.08)"],["--neutral-content","#010101"],["--neutral-content-faded","rgba(0,0,0,.25)"],["--line","hsla(0,0%,97%,.32)"],["--rule","#333"],["--gradient-a","#ff7385"],["--gradient-b","#fe69a1"],["--gradient-c","#a998bf"],["--gradient-d","#00d0f1"],["--gradient-content","#fff"],["--gradient-content-faded","hsla(0,0%,100%,.68)"],["--gradient-content-trace","hsla(0,0%,100%,.12)"]]},{"sel":[[[".lunaris-light"],[],[],[]]],"decl":[["--canvas","#fff"],["--canvas-ambient","#f4f4f4"],["--paper","#f8f8f8"],["--paper-clear","#fff"],["--paper-veil","hsla(0,0%,97%,.3)"],["--paper-film","hsla(0,0%,97%,.15)"],["--backdrop","rgba(0,0,0,.25)"],["--backdrop-subtle","rgba(0,0,0,.1)"],["--backdrop-heavy","rgba(0,0,0,.5)"],["--content","#010101"],["--content-2","#333"],["--content-muted","#5d5d5d"],["--content-subtle","#9e9e9e"],["--content-faint","#d0d0d0"],["--content-faded","rgba(0,0,0,.6)"],["--primary","#ff1a6e"],["--primary-2","#ff558e"],["--primary-muted","#f992b1"],["--primary-content","#fff"],["--primary-content-faded","hsla(0,0%,100%,.4)"],["--secondary","#fbcfdc"],["--secondary-2","#fce5ed"],["--secondary-content","#a92d5a"],["--secondary-content-faded","rgba(60,60,60,.3)"],["--neutral","#010101"],["--neutral-2","#333"],["--neutral-subtle","#b3b3b3"],["--neutral-faint","#d9d9d9"],["--neutral-ambient","#eee"],["--neutral-veil","rgba(0,0,0,.24)"],["--neutral-film","rgba(0,0,0,.05)"],["--neutral-content","#f8f8f8"],["--neutral-content-faded","hsla(0,0%,97%,.4)"],["--line","rgba(0,0,0,.17)"],["--rule","#e5e5e5"],["--gradient-a","#ff3d63"],["--gradient-b","#ff5d99"],["--gradient-c","#a998bf"],["--gradient-d","#3dd5e9"],["--gradient-content","#fff"],["--gradient-content-faded","hsla(0,0%,100%,.68)"],["--gradient-content-trace","hsla(0,0%,100%,.12)"]]},{"sel":[[[".container"],[],[],[]]],"decl":[["height","100%"],["justify-content","center"],["padding","72px"],["padding-left","48px"],["padding-right","48px"],["width","100%"]]},{"sel":[[[".canvas"],[],[],[]],[[".container"],[],[],[]]],"decl":[["display","flex"],["flex-direction","column"]]},{"sel":[[[".canvas"],[],[],[]]],"decl":[["background-color","var(--canvas)"],["border-radius","16px"],["color","var(--content)"],["gap","24px"],["overflow","hidden"],["padding","64px"],["padding-left","48px"],["padding-right","48px"]]},{"sel":[[[".luna-gradient-rose"],[],[],[]]],"decl":[["background","linear-gradient(0deg, var(--gradient-a) , var(--gradient-b))"]]},{"sel":[[[".label"],[],[],[]]],"decl":[["color","var(--content-2)"],["font-size","16px"]]},{"sel":[[[".radio-group-root"],[],[],[]]],"decl":[["display","flex"],["flex-direction","column"],["gap","16px"]]},{"sel":[[[".radio-option"],[],[],[]]],"decl":[["color","var(--content-2)"],["flex-direction","row"],["gap","10px"]]},{"sel":[[[".radio-item"],[],[],[]],[[".radio-option"],[],[],[]]],"decl":[["align-items","center"],["display","flex"]]},{"sel":[[[".radio-item"],[],[],[]]],"decl":[["border-color","var(--line)"],["border-radius","9999px"],["border-style","solid"],["border-width","1.5px"],["height","22px"],["justify-content","center"],["width","22px"]]},{"sel":[[[".radio-item",".ui-disabled"],[],[],[]]],"decl":[["opacity",".4"]]},{"sel":[[[".radio-item",".ui-checked"],[],[],[]]],"decl":[["background-color","var(--primary)"],["border-width","0"]]},{"sel":[[[".radio-item",".ui-active"],[],[],[]]],"decl":[["border-color","var(--primary-2)"]]},{"sel":[[[".radio-item",".ui-checked",".ui-active"],[],[],[]]],"decl":[["background-color","var(--primary-2)"]]},{"sel":[[[".radio-indicator"],[],[],[]]],"decl":[["align-items","center"],["display","flex"],["height","100%"],["justify-content","center"],["width","100%"]]},{"sel":[[[".radio-indicator-dot"],[],[],[]]],"decl":[["background-color","var(--primary-content)"],["border-radius","9999px"],["height","9px"],["width","9px"]]}]}},"manifest":{"/app-service.js":"\"use strict\";let e,t,n,r,l,_,i,o;var u,a,s,c,f,p,d,h,v,y,m,g,b,x,S,C,k,E,w,P,O,I={};var N=[];var j=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;var A=Array.isArray;function T(e,t){for(var n in t)e[n]=t[n];return e}function L(e){e&&e.parentNode&&e.parentNode.removeChild(e)}var D=N.slice;var R={__e:function(e,t,n,r){var l,_,i;for(;t=t.__;)if((l=t.__c)&&!l.__)try{if((_=l.constructor)&&null!=_.getDerivedStateFromError&&(l.setState(_.getDerivedStateFromError(e)),i=l.__d),null!=l.componentDidCatch&&(l.componentDidCatch(e,r||{}),i=l.__d),i)return l.__E=l}catch(t){e=t}throw e}};var M=0;function U(e,t,n){var r,l,_,i={};for(_ in t)\"key\"==_?r=t[_]:\"ref\"==_?l=t[_]:i[_]=t[_];if(arguments.length>2&&(i.children=arguments.length>3?D.call(arguments,2):n),\"function\"==typeof e&&null!=e.defaultProps)for(_ in e.defaultProps)void 0===i[_]&&(i[_]=e.defaultProps[_]);return F(e,i,r,l,null)}function F(e,t,n,r,l){var _={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==l?++M:l,__i:-1,__u:0};return null==l&&null!=R.vnode&&R.vnode(_),_}function H(e){return e.children}function W(e,t){this.props=e,this.context=t}function B(e,t){var n;if(null==t)return e.__?B(e.__,e.__i+1):null;for(;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return\"function\"==typeof e.type?B(e):null}W.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=T({},this.state),\"function\"==typeof e&&(e=e(T({},n),this.props)),e&&T(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),G(this))},W.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),G(this))},W.prototype.render=H;var $=[];var V=\"function\"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout;function G(e){(!e.__d&&(e.__d=!0)&&$.push(e)&&!q.__r++||u!==R.debounceRendering)&&((u=R.debounceRendering)||V)(q)}var J=function(e,t){return e.__v.__b-t.__v.__b};function q(){var e;for($.sort(J);e=$.shift();)if(e.__d){var t=$.length;(function(e){var t=e.__v,n=t.__e,r=[],l=[];if(e.__P){var _=T({},t);_.__v=t.__v+1,R.vnode&&R.vnode(_),R.renderComponent&&R.renderComponent(_,e),et(e.__P,_,t,e.__n,e.__P.namespaceURI,32&t.__u?[n]:null,r,null==n?B(t):n,!!(32&t.__u),l),_.__v=t.__v,_.__.__k[_.__i]=_,en(r,_,l),_.__e!=n&&function e(t){if(null!=(t=t.__)&&null!=t.__c){t.__e=t.__c.base=null;for(var n=0;n<t.__k.length;n++){var r=t.__k[n];if(null!=r&&null!=r.__e){t.__e=t.__c.base=r.__e;break}}return e(t)}}(_)}})(e),$.length>t&&$.sort(J)}q.__r=0}function Q(e,t,n,r,l,_,i,o,u,a,s){var c,f,p,d,h;var v=r&&r.__k||N;var y=t.length;for(n.__d=u,function(e,t,n){var r,l,_,i=t.length;var o=n.length,u=o;var a=0;for(r=0,e.__k=[];r<i;r++){if(null==(l=t[r])||\"boolean\"==typeof l||\"function\"==typeof l){l=e.__k[r]=null;continue}l=\"string\"==typeof l||\"number\"==typeof l||\"bigint\"==typeof l||l.constructor==String?e.__k[r]=F(null,l,null,null,null):A(l)?e.__k[r]=F(H,{children:l},null,null,null):void 0===l.constructor&&l.__b>0?e.__k[r]=F(l.type,l.props,l.key,l.ref?l.ref:null,l.__v):e.__k[r]=l;var s=r+a;l.__=e,l.__b=e.__b+1;var c=l.__i=function(e,t,n,r){var l=e.key;var _=e.type;var i=n-1;var o=n+1;var u=t[n];var a=r>+(null!=u&&(131072&u.__u)===0);if(null===u||u&&l==u.key&&_===u.type&&(131072&u.__u)===0)return n;if(a)for(;i>=0||o<t.length;){if(i>=0){if((u=t[i])&&(131072&u.__u)===0&&l==u.key&&_===u.type)return i;i--}if(o<t.length){if((u=t[o])&&(131072&u.__u)===0&&l==u.key&&_===u.type)return o;o++}}return -1}(l,n,s,u);_=null,-1!==c&&(_=n[c],u--,_&&(_.__u|=131072)),null==_||null===_.__v?(-1==c&&a--,\"function\"!=typeof l.type&&(l.__u|=65536)):c!==s&&(c==s-1?a--:c==s+1?a++:(c>s?a--:a++,l.__u|=65536))}if(u)for(r=0;r<o;r++)null!=(_=n[r])&&(131072&_.__u)===0&&(_.__e==e.__d&&(e.__d=B(_)),function e(t,n,r){var l;if(R.unmount&&R.unmount(t),(l=t.ref)&&(!l.current||l.current===t.__e)&&er(l,null,n),null!=(l=t.__c)){if(l.componentWillUnmount)try{l.componentWillUnmount()}catch(e){R.__e(e,n)}l.base=l.__P=null}if(l=t.__k)for(var _=0;_<l.length;_++)l[_]&&e(l[_],n,r||\"function\"!=typeof t.type);r||L(t.__e),t.__c=t.__=t.__e=t.__d=void 0}(_,_))}(n,t,v),u=n.__d,c=0;c<y;c++)null!=(p=n.__k[c])&&(f=-1===p.__i?I:v[p.__i]||I,p.__i=c,et(e,p,f,l,_,i,o,u,a,s),d=p.__e,p.ref&&f.ref!=p.ref&&(f.ref&&er(f.ref,null,p),s.push(p.ref,p.__c||d,p)),null==h&&null!=d&&(h=d),65536&p.__u||f.__k===p.__k?u=function e(t,n,r){if(\"function\"==typeof t.type){var l=t.__k;for(var _=0;l&&_<l.length;_++)l[_]&&(l[_].__=t,n=e(l[_],n,r));return n}t.__e!=n&&(n&&t.type&&!r.contains(n)&&(n=B(t)),r.insertBefore(t.__e,n||null),n=t.__e);do n=n&&n.nextSibling;while(null!=n&&8===n.nodeType);return n}(p,u,e):\"function\"==typeof p.type&&void 0!==p.__d?u=p.__d:d&&(u=d.nextSibling),p.__d=void 0,p.__u&=-196609);n.__d=u,n.__e=h}function z(e,t,n){\"-\"===t[0]?e.setProperty(t,null==n?\"\":n):null==n?e[t]=\"\":\"number\"!=typeof n||j.test(t)?e[t]=n:e[t]=n+\"px\"}q.__r=0;var K=0;function X(e,t,n,r,l){var _;e:if(\"style\"===t)if(\"string\"==typeof n)e.style.cssText=n;else{if(\"string\"==typeof r&&(e.style.cssText=r=\"\"),r)for(t in r)n&&t in n||z(e.style,t,\"\");if(n)for(t in n)r&&n[t]===r[t]||z(e.style,t,n[t])}else if(\"o\"===t[0]&&\"n\"===t[1])_=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,\"$1\")),t=t.toLowerCase()in e||\"onFocusOut\"===t||\"onFocusIn\"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+_]=n,n?r?n._attached=r._attached:(n._attached=K,e.addEventListener(t,_?ee:Z,_)):e.removeEventListener(t,_?ee:Z,_);else{if(\"http://www.w3.org/2000/svg\"==l)t=t.replace(/xlink(H|:h)/,\"h\").replace(/sName$/,\"s\");else if(\"width\"!=t&&\"height\"!=t&&\"href\"!=t&&\"list\"!=t&&\"form\"!=t&&\"tabIndex\"!=t&&\"download\"!=t&&\"rowSpan\"!=t&&\"colSpan\"!=t&&\"role\"!=t&&\"popover\"!=t&&t in e)try{e[t]=null==n?\"\":n;break e}catch(e){}\"function\"==typeof n||(null!=n&&(!1!==n||\"-\"===t[4])?e.setAttribute(t,\"popover\"==t&&!0==n?\"\":n):e.removeAttribute(t))}}function Y(e){return function(t){if(this.l){var n=this.l[t.type+e];if(null==t._dispatched)t._dispatched=K++;else if(t._dispatched<n._attached)return;return n(R.event?R.event(t):t)}}}var Z=Y(!1);var ee=Y(!0);function et(e,t,n,r,l,_,i,o,u,a){var s,c,f,p,d,h,v,y=t.type;if(void 0!==t.constructor)return null;128&n.__u&&(u=!!(32&n.__u),_=[o=t.__e=n.__e]),(v=R.__b)&&v(t),(v=R._diff2)&&v(t,n);t:if(\"function\"==typeof y)try{var m=t.props;var g=\"prototype\"in y&&y.prototype.render;var b=(v=y.contextType)&&r[v.__c];var x=v?b?b.props.value:v.__:r;if(n.__c?h=(s=t.__c=n.__c).__=s.__E:(g?t.__c=s=new y(m,x):(t.__c=s=new W(m,x),s.constructor=y,s.render=el),b&&b.sub(s),s.props=m,s.state||(s.state={}),s.context=x,s.__n=r,c=s.__d=!0,s.__h=[],s._sb=[]),g&&null==s.__s&&(s.__s=s.state),g&&null!=y.getDerivedStateFromProps&&(s.__s==s.state&&(s.__s=T({},s.__s)),T(s.__s,y.getDerivedStateFromProps(m,s.__s))),f=s.props,p=s.state,s.__v=t,c)g&&null==y.getDerivedStateFromProps&&null!=s.componentWillMount&&s.componentWillMount(),g&&null!=s.componentDidMount&&s.__h.push(s.componentDidMount);else{if(g&&null==y.getDerivedStateFromProps&&m!==f&&null!=s.componentWillReceiveProps&&s.componentWillReceiveProps(m,x),!s.__e&&(null!=s.shouldComponentUpdate&&!1===s.shouldComponentUpdate(m,s.__s,x)||t.__v===n.__v)){t.__v!==n.__v&&(s.props=m,s.state=s.__s,s.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some(function(e){e&&(e.__=t)});for(var S=0;S<s._sb.length;S++)s.__h.push(s._sb[S]);s._sb=[],s.__h.length&&i.push(s);break t}null!=s.componentWillUpdate&&s.componentWillUpdate(m,s.__s,x),g&&null!=s.componentDidUpdate&&s.__h.push(function(){s.componentDidUpdate(f,p,d)})}s.context=x,s.props=m,s.__P=e,s.__e=!1;var C=R.__r,k=0;if(g){s.state=s.__s,s.__d=!1,C&&C(t),v=s.render(s.props,s.state,s.context);for(var E=0;E<s._sb.length;E++)s.__h.push(s._sb[E]);s._sb=[]}else do s.__d=!1,C&&C(t),v=s.render(s.props,s.state,s.context),s.state=s.__s;while(s.__d&&++k<25);s.state=s.__s,null!=s.getChildContext&&(r=T(T({},r),s.getChildContext())),g&&!c&&null!=s.getSnapshotBeforeUpdate&&(d=s.getSnapshotBeforeUpdate(f,p));var w=null!=v&&v.type===H&&null==v.key?v.props.children:v;Q(e,A(w)?w:[w],t,n,r,l,_,i,o,u,a),s.base=t.__e,t.__u&=-161,s.__h.length&&i.push(s),h&&(s.__E=s.__=null)}catch(e){if(t.__v=null,u||null!=_){for(t.__u|=u?160:32;o&&8===o.nodeType&&o.nextSibling;)o=o.nextSibling;_[_.indexOf(o)]=null,t.__e=o}else t.__e=n.__e,t.__k=n.__k;R.__e(e,t,n)}else null==_&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=function(e,t,n,r,l,_,i,o,u){var a,s,c,f,p,d,h,v=n.props;var y=t.props;var m=t.type;if(\"svg\"===m?l=\"http://www.w3.org/2000/svg\":\"math\"===m?l=\"http://www.w3.org/1998/Math/MathML\":l||(l=\"http://www.w3.org/1999/xhtml\"),null!=_){for(a=0;a<_.length;a++)if((p=_[a])&&\"setAttribute\"in p===!!m&&(m?p.localName===m:3===p.nodeType)){e=p,_[a]=null;break}}if(null==e){if(null===m)return R.document.createTextNode(y);e=R.document.createElementNS(l,m,y.is&&y),o&&(R.__m&&R.__m(t,_),o=!1),_=null}if(null===m)v===y||o&&e.data===y||(e.data=y);else{if(_=_&&D.call(e.childNodes),v=n.props||I,!o&&null!=_)for(a=0,v={};a<e.attributes.length;a++)v[(p=e.attributes[a]).name]=p.value;for(a in v)if(p=v[a],\"children\"==a);else if(\"dangerouslySetInnerHTML\"==a)c=p;else if(!(a in y)){if(\"value\"==a&&\"defaultValue\"in y||\"checked\"==a&&\"defaultChecked\"in y)continue;X(e,a,null,p,l)}for(a in y)p=y[a],\"children\"==a?f=p:\"dangerouslySetInnerHTML\"==a?s=p:\"value\"==a?d=p:\"checked\"==a?h=p:o&&\"function\"!=typeof p||v[a]===p||X(e,a,p,v[a],l);if(s)o||c&&(s.__html===c.__html||s.__html===e.innerHTML)||(e.innerHTML=s.__html),t.__k=[];else if(c&&(e.innerHTML=\"\"),Q(e,A(f)?f:[f],t,n,r,\"foreignObject\"===m?\"http://www.w3.org/1999/xhtml\":l,_,i,_?_[0]:n.__k&&B(n,0),o,u),null!=_)for(a=_.length;a--;)L(_[a]);o||(a=\"value\",\"progress\"===m&&null==d?e.removeAttribute(\"value\"):void 0===d||d===e[a]&&(\"progress\"!==m||d)&&(\"option\"!==m||d===v[a])||X(e,a,d,v[a],l),a=\"checked\",void 0!==h&&h!==e[a]&&X(e,a,h,v[a],l))}return e}(n.__e,t,n,r,l,_,i,u,a);(v=R.diffed)&&v(t)}function en(e,t,n){t.__d=void 0;for(var r=0;r<n.length;r++)er(n[r],n[++r],n[++r]);R.__c&&R.__c(t,e),e.some(function(t){try{e=t.__h,t.__h=[],e.some(function(e){e.call(t)})}catch(e){R.__e(e,t.__v)}})}function er(e,t,n){try{if(\"function\"==typeof e){var r=\"function\"==typeof e.__u;r&&e.__u(),r&&null==t||(e.__u=e(t))}else e.current=t}catch(e){R.__e(e,n)}}function el(e,t,n){return this.constructor(e,n)}function e_(e,t,n){R.__&&R.__(e,t);var r=\"function\"==typeof n;var l=r?null:n&&n.__k||t.__k;e=(!r&&n||t).__k=U(H,null,[e]);var _=[],i=[];et(t,e,l||I,I,t.namespaceURI,!r&&n?[n]:l?null:t.firstChild?D.call(t.childNodes):null,_,!r&&n?n:l?l.__e:t.firstChild,r,i),en(_,e,i)}var ei=0;function eo(e,t){var n={__c:t=\"__cC\"+ei++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){if(!this.getChildContext){var n=[];var r={};r[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some(function(e){e.__e=!0,G(e)})},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n&&n.splice(n.indexOf(e),1),t&&t.call(e)}}}return e.children}};return n.Provider.__=n.Consumer.contextType=n}var eu=0;function ea(e,t,n,r,l,_){t||(t={});var i,o,u=t;if(\"ref\"in u)for(o in u={},t)\"ref\"==o?i=t[o]:u[o]=t[o];var a={type:e,props:u,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--eu,__i:-1,__u:0,__source:l,__self:_};if(\"function\"==typeof e&&(i=e.defaultProps))for(o in i)void 0===u[o]&&(u[o]=i[o]);return R.vnode&&R.vnode(a),a}var es=0;var ec=[];var ef=R.__b;var ep=R.__r;var ed=R.diffed;var eh=R.__c;var ev=R.unmount;var ey=R.__;function em(e,t){R.__h&&R.__h(s,e,es||t),es=0;var n=s.__H||(s.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function eg(e){return es=1,function(e,t,n){var r=em(a++,2);if(r._reducer=e,!r.__c&&(r.__=[eO(void 0,t),function(e){var t=r.__N?r.__N[0]:r.__[0];var n=r._reducer(t,e);t!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=s,!s._hasScuFromHooks)){var l=function(e,t,n){if(!r.__c.__H)return!0;var l=r.__c.__H.__.filter(function(e){return!!e.__c});if(l.every(function(e){return!e.__N}))return!_||_.call(this,e,t,n);var i=!1;return l.forEach(function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(i=!0)}}),(!!i||r.__c.props!==e)&&(!_||_.call(this,e,t,n))};s._hasScuFromHooks=!0;var _=s.shouldComponentUpdate;var i=s.componentWillUpdate;s.componentWillUpdate=function(e,t,n){if(this.__e){var r=_;_=void 0,l(e,t,n),_=r}i&&i.call(this,e,t,n)},s.shouldComponentUpdate=l}return r.__N||r.__}(eO,e)}function eb(e){return es=5,ex(function(){return{current:e}},[])}function ex(e,t){var n=em(a++,7);return eP(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function eS(e){var t=s.context[e.__c];var n=em(a++,9);return(n.c=e,t)?(null==n.__&&(n.__=!0,t.sub(s)),t.props.value):e.__}function eC(){var e;for(;e=ec.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(eE),e.__H.__h.forEach(ew),e.__H.__h=[]}catch(t){e.__H.__h=[],R.__e(t,e.__v)}}R.__b=function(e){s=null,ef&&ef(e)},R.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),ey&&ey(e,t)},R.__r=function(e){ep&&ep(e),s=e.__c,a=0;var t=s.__H;t&&(c===s?(t.__h=[],s.__h=[],t.__.forEach(function(e){e.__N&&(e.__=e.__N),e._pendingArgs=e.__N=void 0})):(t.__h.forEach(eE),t.__h.forEach(ew),t.__h=[],a=0)),c=s},R.diffed=function(e){ed&&ed(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1===ec.push(t)||f!==R.requestAnimationFrame)&&((f=R.requestAnimationFrame)||function(e){var t,n=function(){clearTimeout(r),ek&&cancelAnimationFrame(t),setTimeout(e)};var r=setTimeout(n,100);ek&&(t=requestAnimationFrame(n))})(eC),t.__H.__.forEach(function(e){e._pendingArgs&&(e.__H=e._pendingArgs),e._pendingArgs=void 0})),c=s=null},R.__c=function(e,t){t.some(function(e){try{e.__h.forEach(eE),e.__h=e.__h.filter(function(e){return!e.__||ew(e)})}catch(n){t.some(function(e){e.__h&&(e.__h=[])}),t=[],R.__e(n,e.__v)}}),eh&&eh(e,t)},R.unmount=function(e){ev&&ev(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(e){try{eE(e)}catch(e){t=e}}),n.__H=void 0,t&&R.__e(t,n.__v))};var ek=\"function\"==typeof requestAnimationFrame;function eE(e){var t=s;var n=e.__c;\"function\"==typeof n&&(e.__c=void 0,n()),s=t}function ew(e){var t=s;e.__c=e.__(),s=t}function eP(e,t){return!e||e.length!==t.length||t.some(function(t,n){return t!==e[n]})}function eO(e,t){return\"function\"==typeof t?t(e):t}function eI(e,t){for(var n in e)if(\"__source\"!==n&&!(n in t))return!0;for(var r in t)if(\"__source\"!==r&&e[r]!==t[r])return!0;return!1}function eN(e,t){this.props=e,this.context=t}eN.prototype=new W,eN.prototype.isPureReactComponent=!0,eN.prototype.shouldComponentUpdate=function(e,t){return eI(this.props,e)||eI(this.state,t)};var ej=R.__b;R.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),ej&&ej(e)},\"undefined\"!=typeof Symbol&&Symbol.for&&Symbol.for(\"react.forward_ref\");var eA=R.__e;R.__e=function(e,t,n,r){if(e.then){var l;var _=t;for(;_=_.__;)if((l=_.__c)&&l.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),l.__c(e,t)}eA(e,t,n,r)};var eT=R.unmount;function eL(){this.__u=0,this._suspenders=null,this.__b=null}function eD(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function eR(){this._next=null,this._map=null}R.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),eT&&eT(e)},eL.prototype=new W,eL.prototype.__c=function(e,t){var n=t.__c;var r=this;null==r._suspenders&&(r._suspenders=[]),r._suspenders.push(n);var l=eD(r.__v);var _=!1;var i=function(){_||(_=!0,n.__R=null,l?l(o):o())};n.__R=i;var o=function(){if(!--r.__u){if(r.state.__a){var e,t=r.state.__a;r.__v.__k[0]=function e(t,n,r){return t&&r&&(t.__v=null,t.__k=t.__k&&t.__k.map(function(t){return e(t,n,r)}),t.__c&&t.__c.__P===n&&(t.__e&&r.appendChild(t.__e),t.__c.__e=!0,t.__c.__P=r)),t}(t,t.__c.__P,t.__c.__O)}for(r.setState({__a:r.__b=null});e=r._suspenders.pop();)e.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(i,i)},eL.prototype.componentWillUnmount=function(){this._suspenders=[]},eL.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=R.document.createElement(\"div\");var r=this.__v.__k[0].__c;this.__v.__k[0]=function e(t,n,r){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach(function(e){\"function\"==typeof e.__c&&e.__c()}),t.__c.__H=null),null!=(t=function(e,t){for(var n in t)e[n]=t[n];return e}({},t)).__c&&(t.__c.__P===r&&(t.__c.__P=n),t.__c=null),t.__k=t.__k&&t.__k.map(function(t){return e(t,n,r)})),t}(this.__b,n,r.__O=r.__P)}this.__b=null}var l=t.__a&&U(H,null,e.fallback);return l&&(l.__u&=-33),[U(H,null,t.__a?null:e.children),l]};var eM=function(e,t,n){if(++n[1]===n[0]&&e._map.delete(t),e.props.revealOrder&&(\"t\"!==e.props.revealOrder[0]||!e._map.size))for(n=e._next;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e._next=n=n[2]}};eR.prototype=new W,eR.prototype.__a=function(e){var t=this;var n=eD(t.__v);var r=t._map.get(e);return r[0]++,function(l){var _=function(){t.props.revealOrder?(r.push(l),eM(t,e,r)):l()};n?n(_):_()}},eR.prototype.render=function(e){this._next=null,this._map=new Map;var t=function e(t,n){return n=n||[],null==t||\"boolean\"==typeof t||(A(t)?t.some(function(t){e(t,n)}):n.push(t)),n}(e.children);e.revealOrder&&\"b\"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this._map.set(t[n],this._next=[1,0,this._next]);return e.children},eR.prototype.componentDidUpdate=eR.prototype.componentDidMount=function(){var e=this;this._map.forEach(function(t,n){eM(e,n,t)})};var eU=\"undefined\"!=typeof Symbol&&Symbol.for&&Symbol.for(\"react.element\")||60103;W.prototype.isReactComponent={},[\"componentWillMount\",\"componentWillReceiveProps\",\"componentWillUpdate\"].forEach(function(e){Object.defineProperty(W.prototype,e,{configurable:!0,get:function(){return this[\"UNSAFE_\"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var eF=R.event;function eH(){}function eW(){return this.cancelBubble}function eB(){return this.defaultPrevented}R.event=function(e){return eF&&(e=eF(e)),e.persist=eH,e.isPropagationStopped=eW,e.isDefaultPrevented=eB,e.nativeEvent=e};var e$=R.vnode;function eV(e,t){if(e===t)return!0;try{if(\"object\"==typeof e&&null!==e&&\"object\"==typeof t&&null!==t&&JSON.stringify(e)===JSON.stringify(t))return!0}catch(e){throw e}return!1}function eG(e){for(let t in e)return!1;return!0}function eJ(e,t){let n=(SystemInfo.lynxSdkVersion||\"1.0\").split(\".\");return Number(n[0])>e||Number(n[0])==e&&Number(n[1])>t}function eq(e){var t;return null!=(t=e.displayName)?t:e.name}function eQ(e,t,n){let r=e[t];e[t]=function(...e){return n.call(this,r,...e)}}R.vnode=function(e){e.$$typeof=eU,e$&&e$(e)};let ez=(()=>{if(lynx.queueMicrotask)return e=>lynx.queueMicrotask(e);if(\"function\"!=typeof globalThis.Promise)return e=>{setTimeout(e,0)};{let e=globalThis.Promise.resolve();return t=>{e.then(t).catch(e=>{setTimeout(()=>{throw e},0)})}}})();function eK(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};var r=Object.keys(n);\"function\"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r;r=n[t],t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r})}return e}function eX(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}(x=p||(p={})).firstScreen=\"rLynxFirstScreen\",x.updateFromRoot=\"updateFromRoot\",x.globalEventFromLepus=\"globalEventFromLepus\",x.jsReady=\"rLynxJSReady\",x.patchUpdate=\"rLynxChange\",x.publishEvent=\"rLynxPublishEvent\",(S=d||(d={}))[S.UPDATE=0]=\"UPDATE\",S[S.RESET=1]=\"RESET\";function eY(){if(e){let t=e;return e=[],t}}let eZ=\"renderComponent\";let e0=\"reactLynxHydrate\",e1=\"updateTriggeredByBts\";let e3=\"__lynx_timing_flag\";let e2=!1;let e7=!1;function e5(e,n){var r,l;switch(e){case\"updateSetStateTrigger\":e2=!0,e7=!0,t=n;break;case\"updateDiffVdomStart\":if(!e2)return;e2=!1;break;case\"updateDiffVdomEnd\":if(!e7)return;e7=!1}null==(r=(l=lynx.getNativeApp()).markTiming)||r.call(l,t,e)}function e6(e,t,r){var l,_,i,o,u,a,s,c;if(n=null==(_=lynx.performance)||null==(l=_._generatePipelineOptions)?void 0:l.call(_)){switch(n.needTimestamps=e,n.pipelineOrigin=t,n.dsl=\"reactLynx\",t){case e0:n.stage=\"hydrate\";break;case e1:n.stage=\"update\"}eJ(3,0)?null==(o=lynx.performance)||null==(i=o._onPipelineStart)||i.call(o,n.pipelineID,n):null==(a=lynx.performance)||null==(u=a._onPipelineStart)||u.call(a,n.pipelineID),r&&(null==(c=lynx.performance)||null==(s=c._bindPipelineIdWithTimingFlag)||s.call(c,n.pipelineID,r))}}function e8(e,t){var r,l;n&&(t||n.needTimestamps)&&(null==(l=lynx.performance)||null==(r=l._markTiming)||r.call(l,n.pipelineID,e))}(C=h||(h={})).runWorkletCtx=\"Lynx.Worklet.runWorkletCtx\",C.runOnBackground=\"Lynx.Worklet.runOnBackground\",C.FunctionCallRet=\"Lynx.Worklet.FunctionCallRet\",C.releaseBackgroundWorkletCtx=\"Lynx.Worklet.releaseBackgroundWorkletCtx\",C.releaseWorkletRef=\"Lynx.Worklet.releaseWorkletRef\";let e9=new Map;let e4={value:!0};let te=[];class tt{setTask(e,t){return this.task=n=>n[e](...t),this}invoke(...e){return new tt(this.refAttr).setTask(\"invoke\",e)}path(...e){return new tt(this.refAttr).setTask(\"path\",e)}fields(...e){return new tt(this.refAttr).setTask(\"fields\",e)}setNativeProps(...e){return new tt(this.refAttr).setTask(\"setNativeProps\",e)}exec(){var e;e=()=>{var e;let t=null!=(e=e9.get(this.refAttr[0]))?e:this.refAttr[0];let n=`[react-ref-${t}-${this.refAttr[1]}]`;this.task(lynx.createSelectorQuery().select(n)).exec()},e4.value?te.push(e):e()}constructor(e){this.refAttr=e}}let tn=[];let tr=[];function tl(e,t){let n=t&&new tt(t);try{if(\"function\"==typeof e){let t=\"function\"==typeof e._unmount;t&&e._unmount(),t&&null==n||(e._unmount=e(n))}else e.current=n}catch(e){lynx.reportError(e)}}function t_(){try{for(let e of tn)tl(e,null);for(let e=0;e<tr.length;e+=2){let t=tr[e];let n=tr[e+1];tl(t,n)}}finally{to()}}function ti(e,t,n,r){e!==t&&(e&&tn.push(e),t&&tr.push(t,[n,r]))}function to(){tn.length=0,tr.length=0}new WeakMap,(k=v||(v={}))[k.Attr=0]=\"Attr\",k[k.Spread=1]=\"Spread\",k[k.Slot=2]=\"Slot\",k[k.Children=3]=\"Children\",k[k.ListChildren=4]=\"ListChildren\",k[k.MultiChildren=5]=\"MultiChildren\";let tu=[[v.Children,0]];let ta={values:new Map([[\"root\",{create:()=>[],update:[],slot:tu,isListHolder:!1,cssId:0}],[\"wrapper\",{create:()=>[],update:[],slot:tu,isListHolder:!1}],[null,{create:()=>[],update:[e=>{}],slot:[],isListHolder:!1}]])};let ts={nextId:0,values:new Map,clear(){this.values.clear()},updateId(e,t){let n=this.values;let r=n.get(e);n.delete(e),n.set(t,r),r.__id=t},getValueBySign(e){let t=null==e?void 0:e.split(\":\");if(!t||2!=t.length&&3!=t.length)throw Error(\"Invalid ctx format: \"+e);let n=Number(t[0]);let r=Number(t[1]);let l=this.values.get(n);if(!l)return null;let _=t[2];if(\"__extraProps\"===t[1]){if(_)return l.__extraProps[_];throw Error(\"unreachable\")}return _?l.__values[r][_]:l.__values[r]}};function tc(e,t,n,r,l,_,i){var o;o=e,e=_?`${_}:${o}`:o;let u={create:t,update:n,slot:r,cssId:l,entryName:_,refAndSpreadIndexes:i};return ta.values.set(e,u),r&&r[0]&&r[0][0]===v.ListChildren&&(u.isListHolder=!0),e}function tf(e,t){let n=e.childNodes;for(let r of(t(e),n))tf(r,t)}let tp=[];function td(){let e=tp;return tp=[],e}let th=0;let tv=[];function ty(){let e=tv;return tv=[],e}let tm={value:!1};let tg=()=>{tm.value=!0,ez(()=>{tm.value=!1})};eQ(R,eZ,(e,...t)=>{null==e||e(...t),tg()}),eQ(R,\"__\",(e,...t)=>{null==e||e(...t),tg()});let tb={};let tx=new Map;let tS=1;let tC=[];let tk={};function tE(e,t){e8(\"packChangesStart\");let r={data:JSON.stringify(e),patchOptions:eX(eK({},t),{reloadVersion:th})};return e8(\"packChangesEnd\"),n&&(r.patchOptions.pipelineOptions=n,n=void 0),r}(E=y||(y={}))[E.COMPOSED=-1]=\"COMPOSED\",E[E.PAN=0]=\"PAN\",E[E.FLING=1]=\"FLING\",E[E.DEFAULT=2]=\"DEFAULT\",E[E.TAP=3]=\"TAP\",E[E.LONGPRESS=4]=\"LONGPRESS\",E[E.ROTATION=5]=\"ROTATION\",E[E.PINCH=6]=\"PINCH\",E[E.NATIVE=7]=\"NATIVE\";let tw=[];class tP{add(e){let t=++this.lastIndex;return this.indexMap.set(t,e),t}get(e){return this.indexMap.get(e)}remove(e){this.indexMap.delete(e)}constructor(){this.lastIndex=0,this.indexMap=new Map}}class tO extends tP{add(e){let t=super.add(e);return e._execId=t,t}findJsFnHandle(e,t){let n=this.get(e);if(!n)return;let r=e=>{if(null!==e&&\"object\"==typeof e){if(\"_jsFnId\"in e&&e._jsFnId===t)return e;for(let t in e){let n=r(e[t]);if(n)return n}}};return r(n)}}function tI(e){let t=JSON.parse(e.data);let n=_.findJsFnHandle(t.obj._execId,t.obj._jsFnId);let r=null==n?void 0:n._fn;if(!r)throw Error(\"runOnBackground: JS function not found: \"+JSON.stringify(t.obj));let l=r(...t.params);lynx.getCoreContext().dispatchEvent({type:h.FunctionCallRet,data:JSON.stringify({resolveId:t.resolveId,returnValue:l})})}function tN(e){for(let t of e.data)_.remove(t)}function tj(e){return(null!=r?r:r=eJ(2,13))||!e?e&&(null!=l?l:l=eJ(2,15))?(_||(_=new tO,lynx.getCoreContext().addEventListener(h.runOnBackground,tI),lynx.getCoreContext().addEventListener(h.releaseBackgroundWorkletCtx,tN),tw.push(()=>{lynx.getCoreContext().removeEventListener(h.runOnBackground,tI),lynx.getCoreContext().removeEventListener(h.releaseBackgroundWorkletCtx,tN),_=void 0})),_.add(e),e):e:(lynx.reportError(Error(\"Main thread script requires Lynx sdk version 2.14\")),null)}function tA(e){if(e.type===y.COMPOSED)for(let t of e.gestures)tA(t);else for(let[t,n]of Object.entries(e.callbacks))e.callbacks[t]=tj(n)}let tT=new Set([\"name\",\"clip-radius\",\"overlap\",\"exposure-scene\",\"exposure-id\"]);function tL(e,t,n){let r={};let l=!1;for(let i in n){var _;let o=n[i];\"__spread\"===i||(\"class\"===i||\"className\"===i?(null!=o||(o=\"\"),r.className=o):\"ref\"===i?r[i]=null==(_=function(e){if(null==e)return e;if(\"function\"==typeof e||\"object\"==typeof e&&\"current\"in e)return\"__ref\"in e?e:Object.defineProperty(e,\"__ref\",{value:1});throw Error(`Elements' \"ref\" property should be a function, or an object created by createRef(), but got [${typeof e}] instead`)}(o))?void 0:_.__ref:\"function\"==typeof o?r[i]=`${e.__id}:${t}:${i}`:\"__self\"===i||\"__source\"===i||(!l&&tT.has(i)&&(l=!0),r[i]=o))}return l&&(r.flatten=!1),r}class tD{get parentNode(){return this.__parent}get nextSibling(){return this.__nextSibling}contains(e){return e.parentNode===this}appendChild(e){return this.insertBefore(e)}insertBefore(t,n){t.__removed_from_tree?(t.__removed_from_tree=!1,tR([t],this.__id,null==n?void 0:n.__id)):null==e||e.push(1,this.__id,t.__id,null==n?void 0:n.__id);let r=t.__parent;r&&(t.__previousSibling?t.__previousSibling.__nextSibling=t.__nextSibling:r.__firstChild=t.__nextSibling,t.__nextSibling?t.__nextSibling.__previousSibling=t.__previousSibling:r.__lastChild=t.__previousSibling),n?(n.__previousSibling?(n.__previousSibling.__nextSibling=t,t.__previousSibling=n.__previousSibling):(this.__firstChild=t,t.__previousSibling=null),n.__previousSibling=t,t.__nextSibling=n,t.__parent=this):(this.__lastChild?(this.__lastChild.__nextSibling=t,t.__previousSibling=this.__lastChild):(this.__firstChild=t,t.__previousSibling=null),this.__lastChild=t,t.__parent=this,t.__nextSibling=null)}removeChild(t){if(null==e||e.push(2,this.__id,t.__id),t.__removed_from_tree=!0,t.__parent!==this)throw Error(\"The node to be removed is not a child of this node.\");t.__previousSibling?t.__previousSibling.__nextSibling=t.__nextSibling:this.__firstChild=t.__nextSibling,t.__nextSibling?t.__nextSibling.__previousSibling=t.__previousSibling:this.__lastChild=t.__previousSibling,t.__parent=null,t.__previousSibling=null,t.__nextSibling=null,ti(()=>{tf(t,e=>{var t;e.__values&&(null==(t=e.__snapshot_def.refAndSpreadIndexes)||t.forEach(t=>{let n=e.__values[t];n&&(\"object\"==typeof n||\"function\"==typeof n)&&(\"__spread\"in n&&\"ref\"in n?tl(n.ref,null):\"__ref\"in n&&tl(n,null))}))})},null,0,0),tC.push(t.__id)}tearDown(){tf(this,e=>{e.__parent=null,e.__previousSibling=null,e.__nextSibling=null,ts.values.delete(e.__id)})}get childNodes(){let e=[];let t=this.__firstChild;for(;t&&(e.push(t),t!==this.__lastChild);)t=t.__nextSibling;return e}setAttribute(t,n){var r,l,_;if(\"values\"===t){if(e){let t=this.__values;if(t)for(let r=0;r<n.length;r++){let{needUpdate:l,valueToCommit:_}=this.setAttributeImpl(n[r],t[r],r);l&&e.push(3,this.__id,r,_)}else{let t=[];let r=n.length;for(let e=0;e<r;++e){let{valueToCommit:r}=this.setAttributeImpl(n[e],null,e);t[e]=r}e.push(4,this.__id,t)}}else null==(r=this.__snapshot_def.refAndSpreadIndexes)||r.forEach(e=>{let t=n[e];t&&(\"object\"==typeof t||\"function\"==typeof t)&&(\"__spread\"in t&&\"ref\"in t?ti(null,t.ref,this.__id,e):\"__ref\"in t&&ti(null,t,this.__id,e))});this.__values=n;return}\"string\"==typeof t?(null!=(l=this.__extraProps)?l:this.__extraProps={})[t]=n:(null!=(_=this.__values)?_:this.__values=[])[t]=n,null==e||e.push(3,this.__id,t,n)}setAttributeImpl(e,t,r){if(!e)return t&&\"object\"==typeof t&&\"__ref\"in t&&ti(t,null,this.__id,r),{needUpdate:t!==e,valueToCommit:e};let l=typeof e;if(\"object\"===l){if(\"__spread\"in e){let l=null==t?void 0:t.__spread;let _=tL(this,r,e);let i=!eV(l,_);if(e.__spread=_,ti(l&&t.ref,e.ref,this.__id,r),i)for(let e in _){let t=_[e];t&&(t._wkltId?_[e]=tj(t):t.__isGesture?tA(t):\"__lynx_timing_flag\"==e&&(null==l?void 0:l[e])!=t&&n&&(n.needTimestamps=!0))}return{needUpdate:i,valueToCommit:_}}return\"__ref\"in e?(ti(t,e,this.__id,r),{needUpdate:!1,valueToCommit:1}):\"_wkltId\"in e?{needUpdate:!0,valueToCommit:tj(e)}:\"__isGesture\"in e?(tA(e),{needUpdate:!0,valueToCommit:e}):\"__ltf\"in e?n&&(null==t?void 0:t.__ltf)!=e.__ltf?(n.needTimestamps=!0,{needUpdate:!0,valueToCommit:e}):{needUpdate:!1,valueToCommit:e}:{needUpdate:!eV(t,e),valueToCommit:e}}return\"function\"===l?e.__ref?(ti(t,e,this.__id,r),{needUpdate:!1,valueToCommit:1}):{needUpdate:!t,valueToCommit:1}:{needUpdate:t!==e,valueToCommit:e}}constructor(t){this.__parent=null,this.__firstChild=null,this.__lastChild=null,this.__previousSibling=null,this.__nextSibling=null,this.type=t,this.__snapshot_def=ta.values.get(t);let n=this.__id=ts.nextId+=1;ts.values.set(n,this),null==e||e.push(0,t,n)}}function tR(t,n,r){for(let l of t){let t=l.__id;null==e||e.push(0,l.type,t);let _=l.__values;_&&(l.__values=void 0,l.setAttribute(\"values\",_));let i=l.__extraProps;for(let e in i)l.setAttribute(e,i[e]);tR(l.childNodes,t),null==e||e.push(1,n,t,r)}}let tM={};let tU=\"Lynx.Error.CtxNotFound\";let tF=null;function tH(e,t){null!=o||(o=[]),o.push([e,t])}i=new tD(\"root\");let tW=[];function tB(){e_(null,i),tx.forEach(e=>{e()}),tx.clear(),tW.length=0,o&&(o.length=0)}(w=m||(m={}))[w.Begin=0]=\"Begin\",w[w.End=1]=\"End\",w[w.Attr=2]=\"Attr\",w[w.Text=3]=\"Text\";function t$([t,n]){if(!(\"__k\"in i))return void tW.push([t,n]);try{(function(t,n){switch(t){case p.firstScreen:{let t;try{q()}catch(e){t=e}let{root:r,jsReadyEventIdSwap:l}=n;e6(!0,e0,\"react_lynx_hydrate\"),e8(\"hydrateParseSnapshotStart\");let _=JSON.parse(r);e8(\"hydrateParseSnapshotEnd\"),e8(\"diffVdomStart\");let u=function(t,n){e=[];let r=(t,n)=>{var l,_,i;if(e9.set(n.__id,t.id),ts.updateId(n.__id,t.id),null==(l=n.__values)||l.forEach((r,l)=>{let _=t.values[l];if(r)if(\"object\"==typeof r)if(\"__spread\"in r){delete r.__spread;let e=tL(n,l,r);for(let t in e){let n=e[t];n&&\"object\"==typeof n&&(\"_wkltId\"in n?tj(n):\"__isGesture\"in n&&tA(n))}n.__values[l].__spread=e,r=e}else\"__ref\"in r?r=_:\"_wkltId\"in r?tj(r):\"__isGesture\"in r&&tA(r);else\"function\"==typeof r&&(r=\"__ref\"in r?_:`${n.__id}:${l}:`);eV(r,_)||void 0===r&&null===_||e.push(3,n.__id,l,r)}),n.__extraProps)for(let r in n.__extraProps){let l=n.__extraProps[r];eV(l,null==(_=t.extraProps)?void 0:_[r])||e.push(3,n.__id,r,l)}let{slot:o}=n.__snapshot_def;let u=null!=(i=t.children)?i:[];let a=n.childNodes;o&&o.forEach(([n],l)=>{switch(n){case v.Slot:case v.MultiChildren:{let e=u[l];r(e,a[l]);break}case v.Children:case v.ListChildren:{let n=function(e,t,n,r){let l=0;let _={$$diff:!0,i:{},r:[],m:{}};let i={};for(let t=0;t<e.length;t++){var o,u;let n=e[t];(null!=(u=i[o=n.type])?u:i[o]=new Set).add([n,t])}for(let e=0;e<t.length;e++){let o;let u=t[e];let a=i[u.type];if(a&&a.size>0&&([o]=a,o)&&n(o[0],u)){a.delete(o);let t=o[1];if(r(o[0],u,t,e),t<l){_.m[t]=e;continue}l=t}else _.i[e]=u}for(let e in i)for(let[,t]of i[e])_.r.push(t);return _}(u,a,(e,t)=>e.type===t.type,(e,t)=>{r(e,t)});(function(e,t,n,r,l){let _;if(!(!eG(t.i)||!eG(t.m)||t.r.length>0))return e;let i=new Set(t.r);let{i:o,m:u}=t;let a=new Map;let s=0;_=e[0];let c=[];let f=0;let p=0;let d=Object.keys(o).length;for(;_||d>0;){let t=!1;if(_&&i.has(p))r(_);else if(_&&void 0!==u[p])a.set(u[p],_),d++;else{let e=_;a.has(f)?(e=a.get(f),t=!0,l(e,_),d--):void 0!==o[f]&&(e=n(o[f],_),t=!0,d--),c.push(e),f++}_&&!t&&(_=e[++s],p++)}return c})(u,n,(e,n)=>{tR([e],t.id,null==n?void 0:n.id)},n=>{e.push(2,t.id,n.id)},(n,r)=>{e.push(1,t.id,n.id,null==r?void 0:r.id)})}}})};return r(t,n),to(),eY()}(_,i);e8(\"diffVdomEnd\"),tG(),o&&(o.forEach(e=>{var t;let[n,r]=e;let[_,...i]=n.split(\":\");for(;l[_];)_=null==(t=l[_])?void 0:t.toString();try{tJ([_,...i].join(\":\"),r)}catch(e){lynx.reportError(e)}}),o.length=0),lynxCoreInject.tt.publishEvent=tJ,lynxCoreInject.tt.publicComponentEvent=tq;let a=tS++;let s={patchList:[{snapshotPatch:u,id:a}]};tv.length&&(s.delayedRunOnMainThreadData=ty());let c=tE(s,{isHydration:!0});for(let e of(lynx.getNativeApp().callLepusMethod(p.patchUpdate,c,()=>{tx.forEach((e,t)=>{t>a||(e(),tx.delete(t))})}),te))e();if(e4.value=!1,te.length=0,t)throw t;break}case p.globalEventFromLepus:{let[e,t]=n;lynx.getJSModule(\"GlobalEventEmitter\").trigger(e,t);break}case p.publishEvent:{let{handlerName:e,data:t}=n;lynxCoreInject.tt.publishEvent(e,t)}}})(t,n)}catch(e){lynx.reportError(e)}}let tV=!1;function tG(){tV||(tV=!0,tW&&(tW.forEach(e=>{t$(e)}),tW.length=0),tV=!1)}function tJ(e,t){var n,r;null==(n=(r=lynxCoreInject.tt).callBeforePublishEvent)||n.call(r,t);let l=ts.getValueBySign(e);if(l)try{l(t)}catch(e){lynx.reportError(e)}}function tq(e,t,n){tJ(t,n)}R.document=tM,R.requestAnimationFrame=ez,tM.createElement=function(e){return new tD(e)},tM.createElementNS=function(e,t){return new tD(t)},tM.createTextNode=function(e){let t=new tD(null);return t.setAttribute(0,e),Object.defineProperty(t,\"data\",{set(e){t.setAttribute(0,e)}}),t};let tQ=lynxCoreInject.tt;tQ.OnLifecycleEvent=t$,tQ.publishEvent=tH,tQ.publicComponentEvent=function(e,t,n){tH(t,n)},tQ.callDestroyLifetimeFun=()=>{var e,t;let n=null==(e=(t=lynx).getCoreContext)?void 0:e.call(t);for(let e of(n&&tF&&(n.removeEventListener(tU,tF),tF=null),td(),tw))e();tw.length=0,tB()},tQ.updateGlobalProps=function(e){Object.assign(lynx.__globalProps,e),Promise.resolve().then(()=>{let e=R._diff2;R._diff2=(t,n)=>{e&&e(t,n);let r=n.__c;r&&(r.__e=!0)};try{e_(i.__jsx,i)}finally{R._diff2=e}}),lynxCoreInject.tt.GlobalEventEmitter.emit(\"onGlobalPropsChanged\",void 0)},tQ.updateCardData=function(e,t){let{__lynx_timing_flag:n}=e,r=function(e,t){if(null==e)return{};var n,r,l,_={};if(\"undefined\"!=typeof Reflect&&Reflect.ownKeys){for(l=0,n=Reflect.ownKeys(e);l<n.length;l++)r=n[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(_[r]=e[r]);return _}if(_=function(e,t){if(null==e)return{};var n,r,l={},_=Object.getOwnPropertyNames(e);for(r=0;r<_.length;r++)n=_[r],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(l[n]=e[n]);return l}(e,t),Object.getOwnPropertySymbols)for(l=0,n=Object.getOwnPropertySymbols(e);l<n.length;l++)r=n[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(_[r]=e[r]);return _}(e,[\"__lynx_timing_flag\"]);n&&lynx.reportError(Error(`Received unsupported updateData with \\`__lynx_timing_flag\\` (value \"${n}\"), the timing flag is ignored`));let{type:l=d.UPDATE}=null!=t?t:{};l==d.RESET&&(lynx.__initData={}),lynx.__initData=Object.assign({},lynx.__initData,r),lynxCoreInject.tt.GlobalEventEmitter.emit(\"onDataChanged\",[r])},tQ.onAppReload=function(t){e=void 0,tB(),++th,lynx.__initData=Object.assign({},lynx.__initData,t),e4.value=!0,e_(i.__jsx,i)},tQ.processCardConfig=()=>{},tF=e=>{(function(e){let t=e.id;let n=ts.values.get(t);let r=\"null\";if(n&&n.__snapshot_def){for(let[e,t]of ta.values.entries())if(t===n.__snapshot_def){r=e;break}}lynx.reportError(Error(`snapshotPatchApply failed: ctx not found, snapshot type: '${r}'`))})(e.data)},null==(P=(O=lynx).getCoreContext)||P.call(O).addEventListener(tU,tF),eQ(R,\"__c\",(e,t,n)=>{tm.value=!1,e5(\"updateDiffVdomEnd\"),e8(\"diffVdomEnd\");let r=tC;tC=[];let l=tS++;tx.set(l,()=>{r.length&&setTimeout(()=>{r.forEach(e=>{var t;null==(t=ts.values.get(e))||t.tearDown()})},1e4)});let _=eY();let i=function(){let e=tb;return tb={},e}();let o=function(){let e=tk;return tk={},e}();let u=td();if(!_&&0===u.length){t_(),null==e||e(t,n);return}let a={id:l};(null==_?void 0:_.length)&&(a.snapshotPatch=_),u.length&&(a.workletRefInitValuePatch=u);let s={patchList:[a]};eG(i)||(s.flushOptions=i),_&&tv.length&&(s.delayedRunOnMainThreadData=ty());let c=tE(s,o);lynx.getNativeApp().callLepusMethod(p.patchUpdate,c,()=>{let e=tx.get(l);e&&(e(),tx.delete(l))}),t_(),null==e||e(t,n)});let tz=()=>{e&&(n||(e6(!1,e1),e8(\"diffVdomStart\",!0)),e2&&e5(\"updateDiffVdomStart\"))};eQ(R,eZ,(e,t,n)=>{tz(),e&&e(t,n)}),eQ(R,\"__\",(e,t,n)=>{tz(),e&&e(t,n)}),(null==(b=lynx.performance)||null==(g=b.isProfileRecording)?void 0:g.call(b))&&function(){let t;if(!(t=lynx.performance)||\"function\"!=typeof t.profileStart||\"function\"!=typeof t.profileEnd||\"function\"!=typeof t.profileMark||\"function\"!=typeof t.profileFlowId)return;let n=t.profileStart.bind(t);let r=t.profileEnd.bind(t);let l=t.profileMark.bind(t);let _=t.profileFlowId.bind(t);{let e=Symbol(\"FLOW_ID\");eQ(W.prototype,\"setState\",function(t,n,r){var i;null==t||t.call(this,n,r),this.__d&&l(\"ReactLynx::setState\",{flowId:null!=(i=this[e])?i:this[e]=_(),args:function(e,t){let n={};return null!=e||(e=n),null!=t||(t=n),{\"current state keys\":JSON.stringify(Object.keys(e)),\"next state keys\":JSON.stringify(Object.keys(t)),\"changed (shallow diff) state keys\":JSON.stringify(Object.keys(t).filter(n=>e[n]!==t[n]))}}(this.state,this.__s)})}),eQ(R,\"_diff2\",(t,r,l)=>{if(\"function\"==typeof r.type){let t={};{let n=l.__c;if(n){let r=n[e];if(delete n[e],r){var _;null!=(_=tk).flowIds||(_.flowIds=[]),tk.flowIds.push(r),t.flowId=r}}}n(`ReactLynx::diff::${eq(r.type)}`,t)}null==t||t(r,l)}),eQ(R,\"diffed\",(e,t)=>{\"function\"==typeof t.type&&r(),null==e||e(t)}),eQ(R,\"__c\",(e,t,l)=>{n(\"ReactLynx::commit\",eK({},tk.flowIds?{flowId:tk.flowIds[\"0\"],flowIds:tk.flowIds}:{})),null==e||e(t,l),r()})}eQ(R,\"__r\",(e,t)=>{let l=t.__c.render;t.__c.render=function(e,_,i){n(`ReactLynx::render::${eq(t.type)}`);try{return l.call(this,e,_,i)}finally{r(),t.__c.render=l}},null==e||e(t)});{let t=Symbol(\"PATCH_LENGTH\");eQ(R,\"__b\",(n,r)=>{\"function\"==typeof r.type&&e&&(r[t]=e.length),null==n||n(r)}),eQ(R,\"diffed\",(n,r)=>{\"function\"==typeof r.type&&e&&(r[t]===e.length&&l(\"ReactLynx::diffFinishNoPatch\",{args:{componentName:eq(r.type)}}),delete r[t]),null==n||n(r)})}}();{let{initData:e,updateData:t}=lynxCoreInject.tt._params;lynx.__initData=eK({},e,t),lynx.registerDataProcessors=function(){}}v.Slot,v.MultiChildren;let tK=v.Children;v.ListChildren;{function tX(e,t){lynx.reportError(Error(`${e} is deprecated and has different behavior in ReactLynx 3.0, please use ref or ${t} instead.`))}W.prototype._reactAppInstance=lynxCoreInject.tt,W.prototype.getNodeRef=function(e,t){return tX(\"getNodeRef\",\"lynx.createSelectorQuery\"),lynxCoreInject.tt._reactLynx.ReactComponent.prototype.getNodeRef.call({_type:\"\",_nativeApp:lynxCoreInject.tt._nativeApp,_uiModule:lynxCoreInject.tt._nativeApp.nativeModuleProxy.LynxUIMethodModule,_reactAppInstance:lynxCoreInject.tt},e,t)},W.prototype.getNodeRefFromRoot=function(e){return tX(\"getNodeRefFromRoot\",\"lynx.createSelectorQuery\"),lynxCoreInject.tt._reactLynx.ReactComponent.prototype.getNodeRefFromRoot.call({_type:\"\",_nativeApp:lynxCoreInject.tt._nativeApp,_uiModule:lynxCoreInject.tt._nativeApp.nativeModuleProxy.LynxUIMethodModule,_reactAppInstance:lynxCoreInject.tt},e)},W.prototype.registerModule=function(e,t){this._reactAppInstance.registerModule(e,t)},W.prototype.getJSModule=function(e){return this._reactAppInstance.getJSModule(e)},W.prototype.addGlobalEventListener=function(e,t,n){return this._reactAppInstance.getJSModule(\"GlobalEventEmitter\").addListener(e,t,n)},W.prototype.getElementById=function(e){return tX(\"getElementById\",\"lynx.getElementById\"),lynx.getElementById(e)},W.prototype.GlobalEventEmitter=lynxCoreInject.tt.GlobalEventEmitter,W.prototype.createSelectorQuery=function(){return tX(\"createSelectorQuery on component instance\",\"lynx.createSelectorQuery\"),lynx.createSelectorQuery()};let e=W.prototype.setState;W.prototype.setState=function(t,n){e.call(this,t,n);let r=this.__s[e3];r&&(tb.__lynx_timing_flag=r,e5(\"updateSetStateTrigger\",r),this.__s[e3]=\"\")}}function tY(e){let t=eb(e);t.current=ex(()=>e,[e]);let n=eb();return null!=n.current||(n.current=function(...e){return t.current.apply(this,e)}),n.current}function tZ(){for(var e,t,n=0,r=\"\",l=arguments.length;n<l;n++)(e=arguments[n])&&(t=function e(t){var n,r,l=\"\";if(\"string\"==typeof t||\"number\"==typeof t)l+=t;else if(\"object\"==typeof t)if(Array.isArray(t)){var _=t.length;for(n=0;n<_;n++)t[n]&&(r=e(t[n]))&&(l&&(l+=\" \"),l+=r)}else for(r in t)t[r]&&(l&&(l+=\" \"),l+=r);return l}(e))&&(r&&(r+=\" \"),r+=t);return r}let t0=eo({active:!1,disabled:!1});let t1=tc(\"__snapshot_11572_54683_1\",null,null,tu,void 0,globDynamicComponentEntry,[0]);let t3=e=>{let{children:t,onClick:n,disabled:r=!1,style:l,className:_,buttonProps:i}=e;let[o,u]=eg(!1);let a=o&&!r;let s=\"function\"==typeof t?t({active:a,disabled:r}):t;let c=tY(()=>{r||u(!0)});let f=tY(()=>{if(u(!1),r)return});let p=tY(()=>{r||null==n||n()});let d=ex(()=>({active:a,disabled:r}),[a,r]);return ea(t0.Provider,{value:d,children:ea(t1,{values:[eX(eK({bindtap:p,bindtouchstart:c,bindtouchend:f,bindtouchcancel:f,\"event-through\":!1,style:l,className:tZ(_,{\"ui-active\":a,\"ui-disabled\":r})},i),{__spread:!0})],children:s})})};let t2=eo({selectedValue:null,disabled:!1,handleValueChange:()=>{}});let t7=e=>{var t,n,r,l;let{children:_,onValueChange:i,defaultValue:o,value:u,disabled:c=!1}=e;let f=void 0!==u;let[p,d]=eg(null!=o?o:null);let h=f?u:p;let v=eb(null);let y=tY(e=>{v.current!==e&&(null==i||i(e),v.current=e)});let m=(t=e=>{f||d(e),y(e)},es=8,ex(function(){return t},[f,y]));n=()=>{y(null!=u?u:\"\")},r=[u,y],l=em(a++,3),!R.__s&&eP(l.__H,r)&&(l.__=n,l._pendingArgs=r,s.__H.__h.push(l));let g=ex(()=>({selectedValue:h,handleValueChange:m,disabled:c}),[h,m,c]);let b=ex(()=>\"function\"==typeof _?_({value:h,disabled:c}):_,[_,h]);return ea(t2.Provider,{value:g,children:b})};let t5=eo({value:\"\",disabled:!1});let t6=e=>{let{className:t,disabled:n=!1,style:r,value:l,children:_,radioProps:i}=e;let o=eS(t2);if(!o)throw Error(\"<Radio/> must be used within <RadioGroup/>!\");let{selectedValue:u,disabled:a,handleValueChange:s}=o;let c=n||a;let f=l===u;let p=ex(()=>({value:l,disabled:c}),[l,c]);let d=tY(()=>s(l));return ea(t5.Provider,{value:p,children:ea(t3,{className:tZ(t,{\"ui-checked\":f}),style:r,disabled:c,onClick:d,buttonProps:i,children:_})})};let t8=tc(\"__snapshot_b3824_f71e7_1\",null,null,tu,void 0,globDynamicComponentEntry,null);let t9=e=>{let{className:t,style:n,children:r,forceMount:l=!1}=e;let{selectedValue:_}=eS(t2);let{value:i,disabled:o}=eS(t5);let{active:u}=eS(t0);let a=i===_;return ea(t8,{values:[tZ(t,{\"ui-checked\":a,\"ui-disabled\":o,\"ui-active\":u}),n],children:(l||a)&&r})};let t4={\"hit-slop\":{top:\"8px\",left:\"8px\",right:\"8px\",bottom:\"8px\"}};let ne=[\"lunaris-dark\",\"lunaris-light\",\"luna-dark\",\"luna-light\"];let nt=tc(\"__snapshot_ab153_a67b7_4\",null,null,null,void 0,globDynamicComponentEntry,null);let nn=tc(\"__snapshot_ab153_a67b7_5\",null,null,tu,void 0,globDynamicComponentEntry,null);let nr=tc(\"__snapshot_ab153_a67b7_3\",null,null,[[tK,1]],void 0,globDynamicComponentEntry,null);let nl=tc(\"__snapshot_ab153_a67b7_2\",null,null,tu,void 0,globDynamicComponentEntry,null);let n_=tc(\"__snapshot_ab153_a67b7_1\",null,null,[[tK,1]],void 0,globDynamicComponentEntry,null);({render:e=>{i.__jsx=e,e_(e,i),tG()},registerDataProcessors:e=>{lynx.registerDataProcessors(e)}}).render(ea(function(){let[e,t]=eg(ne[0]);return ea(n_,{values:[tZ(\"container luna-gradient-rose\",e)],children:ea(t7,{value:e,onValueChange:t,children:ea(nl,{children:ne.map(e=>ea(nr,{children:[ea(t6,{className:\"radio-item\",value:e,radioProps:t4,children:ea(t9,{className:\"radio-indicator\",children:ea(nt,{})})}),ea(nn,{children:e})]},e))})})})},{}));"},"cardType":"react","appType":"card","pageConfig":{"enableFiberArch":true,"useLepusNG":true,"enableReuseContext":true,"bundleModuleMode":"ReturnByFunction","templateDebugUrl":"","debugInfoOutside":true,"defaultDisplayLinear":true,"enableCSSInvalidation":true,"enableCSSSelector":true,"enableLepusDebug":false,"enableRemoveCSSScope":true,"targetSdkVersion":"3.2","defaultOverflowVisible":true,"lepusStrict":true,"useNewSwiper":true,"enableNewIntersectionObserver":true,"enableNativeList":true,"enableA11y":true,"enableAccessibilityElement":false,"enableCSSInheritance":true,"enableNewGesture":true,"removeDescendantSelectorScope":true},"lepusCode":{"root":"\"use strict\";let e,t,_,n,l,r,i,o,s,u,a;var f,c,d,h,p,v,m,y,g,b,S,k,E,x,C,w,I,P,A=A||\"__Card__\";var N={};var T=[];var R=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;var D=Array.isArray;function O(e,t){for(var _ in t)e[_]=t[_];return e}function L(e){e&&e.parentNode&&e.parentNode.removeChild(e)}var W=T.slice;var U={__e:function(e,t,_,n){var l,r,i;for(;t=t.__;)if((l=t.__c)&&!l.__)try{if((r=l.constructor)&&null!=r.getDerivedStateFromError&&(l.setState(r.getDerivedStateFromError(e)),i=l.__d),null!=l.componentDidCatch&&(l.componentDidCatch(e,n||{}),i=l.__d),i)return l.__E=l}catch(t){e=t}throw e}};var F=0;function H(e,t,_){var n,l,r,i={};for(r in t)\"key\"==r?n=t[r]:\"ref\"==r?l=t[r]:i[r]=t[r];if(arguments.length>2&&(i.children=arguments.length>3?W.call(arguments,2):_),\"function\"==typeof e&&null!=e.defaultProps)for(r in e.defaultProps)void 0===i[r]&&(i[r]=e.defaultProps[r]);return M(e,i,n,l,null)}function M(e,t,_,n,l){var r={type:e,props:t,key:_,ref:n,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==l?++F:l,__i:-1,__u:0};return null==l&&null!=U.vnode&&U.vnode(r),r}function j(e){return e.children}function B(e,t){this.props=e,this.context=t}function V(e,t){var _;if(null==t)return e.__?V(e.__,e.__i+1):null;for(;t<e.__k.length;t++)if(null!=(_=e.__k[t])&&null!=_.__e)return _.__e;return\"function\"==typeof e.type?V(e):null}B.prototype.setState=function(e,t){var _;_=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=O({},this.state),\"function\"==typeof e&&(e=e(O({},_),this.props)),e&&O(_,e),null!=e&&this.__v&&(t&&this._sb.push(t),q(this))},B.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),q(this))},B.prototype.render=j;var $=[];var G=\"function\"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout;function q(e){(!e.__d&&(e.__d=!0)&&$.push(e)&&!z.__r++||y!==U.debounceRendering)&&((y=U.debounceRendering)||G)(z)}var J=function(e,t){return e.__v.__b-t.__v.__b};function z(){var e;for($.sort(J);e=$.shift();)if(e.__d){var t=$.length;(function(e){var t=e.__v,_=t.__e,n=[],l=[];if(e.__P){var r=O({},t);r.__v=t.__v+1,U.vnode&&U.vnode(r),U.renderComponent&&U.renderComponent(r,e),e_(e.__P,r,t,e.__n,e.__P.namespaceURI,32&t.__u?[_]:null,n,null==_?V(t):_,!!(32&t.__u),l),r.__v=t.__v,r.__.__k[r.__i]=r,function(e,t,_){t.__d=void 0;for(var n=0;n<_.length;n++)en(_[n],_[++n],_[++n]);U.__c&&U.__c(t,e),e.some(function(t){try{e=t.__h,t.__h=[],e.some(function(e){e.call(t)})}catch(e){U.__e(e,t.__v)}})}(n,r,l),r.__e!=_&&function e(t){if(null!=(t=t.__)&&null!=t.__c){t.__e=t.__c.base=null;for(var _=0;_<t.__k.length;_++){var n=t.__k[_];if(null!=n&&null!=n.__e){t.__e=t.__c.base=n.__e;break}}return e(t)}}(r)}})(e),$.length>t&&$.sort(J)}z.__r=0}function K(e,t,_,n,l,r,i,o,s,u,a){var f,c,d,h,p;var v=n&&n.__k||T;var m=t.length;for(_.__d=s,function(e,t,_){var n,l,r,i=t.length;var o=_.length,s=o;var u=0;for(n=0,e.__k=[];n<i;n++){if(null==(l=t[n])||\"boolean\"==typeof l||\"function\"==typeof l){l=e.__k[n]=null;continue}l=\"string\"==typeof l||\"number\"==typeof l||\"bigint\"==typeof l||l.constructor==String?e.__k[n]=M(null,l,null,null,null):D(l)?e.__k[n]=M(j,{children:l},null,null,null):void 0===l.constructor&&l.__b>0?e.__k[n]=M(l.type,l.props,l.key,l.ref?l.ref:null,l.__v):e.__k[n]=l;var a=n+u;l.__=e,l.__b=e.__b+1;var f=l.__i=function(e,t,_,n){var l=e.key;var r=e.type;var i=_-1;var o=_+1;var s=t[_];var u=n>+(null!=s&&(131072&s.__u)===0);if(null===s||s&&l==s.key&&r===s.type&&(131072&s.__u)===0)return _;if(u)for(;i>=0||o<t.length;){if(i>=0){if((s=t[i])&&(131072&s.__u)===0&&l==s.key&&r===s.type)return i;i--}if(o<t.length){if((s=t[o])&&(131072&s.__u)===0&&l==s.key&&r===s.type)return o;o++}}return -1}(l,_,a,s);r=null,-1!==f&&(r=_[f],s--,r&&(r.__u|=131072)),null==r||null===r.__v?(-1==f&&u--,\"function\"!=typeof l.type&&(l.__u|=65536)):f!==a&&(f==a-1?u--:f==a+1?u++:(f>a?u--:u++,l.__u|=65536))}if(s)for(n=0;n<o;n++)null!=(r=_[n])&&(131072&r.__u)===0&&(r.__e==e.__d&&(e.__d=V(r)),function e(t,_,n){var l;if(U.unmount&&U.unmount(t),(l=t.ref)&&(!l.current||l.current===t.__e)&&en(l,null,_),null!=(l=t.__c)){if(l.componentWillUnmount)try{l.componentWillUnmount()}catch(e){U.__e(e,_)}l.base=l.__P=null}if(l=t.__k)for(var r=0;r<l.length;r++)l[r]&&e(l[r],_,n||\"function\"!=typeof t.type);n||L(t.__e),t.__c=t.__=t.__e=t.__d=void 0}(r,r))}(_,t,v),s=_.__d,f=0;f<m;f++)null!=(d=_.__k[f])&&(c=-1===d.__i?N:v[d.__i]||N,d.__i=f,e_(e,d,c,l,r,i,o,s,u,a),h=d.__e,d.ref&&c.ref!=d.ref&&(c.ref&&en(c.ref,null,d),a.push(d.ref,d.__c||h,d)),null==p&&null!=h&&(p=h),65536&d.__u||c.__k===d.__k?s=function e(t,_,n){if(\"function\"==typeof t.type){var l=t.__k;for(var r=0;l&&r<l.length;r++)l[r]&&(l[r].__=t,_=e(l[r],_,n));return _}t.__e!=_&&(_&&t.type&&!n.contains(_)&&(_=V(t)),n.insertBefore(t.__e,_||null),_=t.__e);do _=_&&_.nextSibling;while(null!=_&&8===_.nodeType);return _}(d,s,e):\"function\"==typeof d.type&&void 0!==d.__d?s=d.__d:h&&(s=h.nextSibling),d.__d=void 0,d.__u&=-196609);_.__d=s,_.__e=p}function Z(e,t,_){\"-\"===t[0]?e.setProperty(t,null==_?\"\":_):null==_?e[t]=\"\":\"number\"!=typeof _||R.test(t)?e[t]=_:e[t]=_+\"px\"}z.__r=0;var Q=0;function X(e,t,_,n,l){var r;e:if(\"style\"===t)if(\"string\"==typeof _)e.style.cssText=_;else{if(\"string\"==typeof n&&(e.style.cssText=n=\"\"),n)for(t in n)_&&t in _||Z(e.style,t,\"\");if(_)for(t in _)n&&_[t]===n[t]||Z(e.style,t,_[t])}else if(\"o\"===t[0]&&\"n\"===t[1])r=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,\"$1\")),t=t.toLowerCase()in e||\"onFocusOut\"===t||\"onFocusIn\"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=_,_?n?_._attached=n._attached:(_._attached=Q,e.addEventListener(t,r?et:ee,r)):e.removeEventListener(t,r?et:ee,r);else{if(\"http://www.w3.org/2000/svg\"==l)t=t.replace(/xlink(H|:h)/,\"h\").replace(/sName$/,\"s\");else if(\"width\"!=t&&\"height\"!=t&&\"href\"!=t&&\"list\"!=t&&\"form\"!=t&&\"tabIndex\"!=t&&\"download\"!=t&&\"rowSpan\"!=t&&\"colSpan\"!=t&&\"role\"!=t&&\"popover\"!=t&&t in e)try{e[t]=null==_?\"\":_;break e}catch(e){}\"function\"==typeof _||(null!=_&&(!1!==_||\"-\"===t[4])?e.setAttribute(t,\"popover\"==t&&!0==_?\"\":_):e.removeAttribute(t))}}function Y(e){return function(t){if(this.l){var _=this.l[t.type+e];if(null==t._dispatched)t._dispatched=Q++;else if(t._dispatched<_._attached)return;return _(U.event?U.event(t):t)}}}var ee=Y(!1);var et=Y(!0);function e_(e,t,_,n,l,r,i,o,s,u){var a,f,c,d,h,p,v,m=t.type;if(void 0!==t.constructor)return null;128&_.__u&&(s=!!(32&_.__u),r=[o=t.__e=_.__e]),(v=U.__b)&&v(t),(v=U._diff2)&&v(t,_);t:if(\"function\"==typeof m)try{var y=t.props;var g=\"prototype\"in m&&m.prototype.render;var b=(v=m.contextType)&&n[v.__c];var S=v?b?b.props.value:v.__:n;if(_.__c?p=(a=t.__c=_.__c).__=a.__E:(g?t.__c=a=new m(y,S):(t.__c=a=new B(y,S),a.constructor=m,a.render=el),b&&b.sub(a),a.props=y,a.state||(a.state={}),a.context=S,a.__n=n,f=a.__d=!0,a.__h=[],a._sb=[]),g&&null==a.__s&&(a.__s=a.state),g&&null!=m.getDerivedStateFromProps&&(a.__s==a.state&&(a.__s=O({},a.__s)),O(a.__s,m.getDerivedStateFromProps(y,a.__s))),c=a.props,d=a.state,a.__v=t,f)g&&null==m.getDerivedStateFromProps&&null!=a.componentWillMount&&a.componentWillMount(),g&&null!=a.componentDidMount&&a.__h.push(a.componentDidMount);else{if(g&&null==m.getDerivedStateFromProps&&y!==c&&null!=a.componentWillReceiveProps&&a.componentWillReceiveProps(y,S),!a.__e&&(null!=a.shouldComponentUpdate&&!1===a.shouldComponentUpdate(y,a.__s,S)||t.__v===_.__v)){t.__v!==_.__v&&(a.props=y,a.state=a.__s,a.__d=!1),t.__e=_.__e,t.__k=_.__k,t.__k.some(function(e){e&&(e.__=t)});for(var k=0;k<a._sb.length;k++)a.__h.push(a._sb[k]);a._sb=[],a.__h.length&&i.push(a);break t}null!=a.componentWillUpdate&&a.componentWillUpdate(y,a.__s,S),g&&null!=a.componentDidUpdate&&a.__h.push(function(){a.componentDidUpdate(c,d,h)})}a.context=S,a.props=y,a.__P=e,a.__e=!1;var E=U.__r,x=0;if(g){a.state=a.__s,a.__d=!1,E&&E(t),v=a.render(a.props,a.state,a.context);for(var C=0;C<a._sb.length;C++)a.__h.push(a._sb[C]);a._sb=[]}else do a.__d=!1,E&&E(t),v=a.render(a.props,a.state,a.context),a.state=a.__s;while(a.__d&&++x<25);a.state=a.__s,null!=a.getChildContext&&(n=O(O({},n),a.getChildContext())),g&&!f&&null!=a.getSnapshotBeforeUpdate&&(h=a.getSnapshotBeforeUpdate(c,d));var w=null!=v&&v.type===j&&null==v.key?v.props.children:v;K(e,D(w)?w:[w],t,_,n,l,r,i,o,s,u),a.base=t.__e,t.__u&=-161,a.__h.length&&i.push(a),p&&(a.__E=a.__=null)}catch(e){if(t.__v=null,s||null!=r){for(t.__u|=s?160:32;o&&8===o.nodeType&&o.nextSibling;)o=o.nextSibling;r[r.indexOf(o)]=null,t.__e=o}else t.__e=_.__e,t.__k=_.__k;U.__e(e,t,_)}else null==r&&t.__v===_.__v?(t.__k=_.__k,t.__e=_.__e):t.__e=function(e,t,_,n,l,r,i,o,s){var u,a,f,c,d,h,p,v=_.props;var m=t.props;var y=t.type;if(\"svg\"===y?l=\"http://www.w3.org/2000/svg\":\"math\"===y?l=\"http://www.w3.org/1998/Math/MathML\":l||(l=\"http://www.w3.org/1999/xhtml\"),null!=r){for(u=0;u<r.length;u++)if((d=r[u])&&\"setAttribute\"in d===!!y&&(y?d.localName===y:3===d.nodeType)){e=d,r[u]=null;break}}if(null==e){if(null===y)return U.document.createTextNode(m);e=U.document.createElementNS(l,y,m.is&&m),o&&(U.__m&&U.__m(t,r),o=!1),r=null}if(null===y)v===m||o&&e.data===m||(e.data=m);else{if(r=r&&W.call(e.childNodes),v=_.props||N,!o&&null!=r)for(u=0,v={};u<e.attributes.length;u++)v[(d=e.attributes[u]).name]=d.value;for(u in v)if(d=v[u],\"children\"==u);else if(\"dangerouslySetInnerHTML\"==u)f=d;else if(!(u in m)){if(\"value\"==u&&\"defaultValue\"in m||\"checked\"==u&&\"defaultChecked\"in m)continue;X(e,u,null,d,l)}for(u in m)d=m[u],\"children\"==u?c=d:\"dangerouslySetInnerHTML\"==u?a=d:\"value\"==u?h=d:\"checked\"==u?p=d:o&&\"function\"!=typeof d||v[u]===d||X(e,u,d,v[u],l);if(a)o||f&&(a.__html===f.__html||a.__html===e.innerHTML)||(e.innerHTML=a.__html),t.__k=[];else if(f&&(e.innerHTML=\"\"),K(e,D(c)?c:[c],t,_,n,\"foreignObject\"===y?\"http://www.w3.org/1999/xhtml\":l,r,i,r?r[0]:_.__k&&V(_,0),o,s),null!=r)for(u=r.length;u--;)L(r[u]);o||(u=\"value\",\"progress\"===y&&null==h?e.removeAttribute(\"value\"):void 0===h||h===e[u]&&(\"progress\"!==y||h)&&(\"option\"!==y||h===v[u])||X(e,u,h,v[u],l),u=\"checked\",void 0!==p&&p!==e[u]&&X(e,u,p,v[u],l))}return e}(_.__e,t,_,n,l,r,i,s,u);(v=U.diffed)&&v(t)}function en(e,t,_){try{if(\"function\"==typeof e){var n=\"function\"==typeof e.__u;n&&e.__u(),n&&null==t||(e.__u=e(t))}else e.current=t}catch(e){U.__e(e,_)}}function el(e,t,_){return this.constructor(e,_)}var er=0;function ei(e,t){var _={__c:t=\"__cC\"+er++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){if(!this.getChildContext){var _=[];var n={};n[t]=this,this.getChildContext=function(){return n},this.componentWillUnmount=function(){_=null},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&_.some(function(e){e.__e=!0,q(e)})},this.sub=function(e){_.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){_&&_.splice(_.indexOf(e),1),t&&t.call(e)}}}return e.children}};return _.Provider.__=_.Consumer.contextType=_}var eo=0;var es=[];var eu=U.__b;var ea=U.__r;var ef=U.diffed;var ec=U.__c;var ed=U.unmount;var eh=U.__;function ep(e,t){U.__h&&U.__h(b,e,eo||t),eo=0;var _=b.__H||(b.__H={__:[],__h:[]});return e>=_.__.length&&_.__.push({}),_.__[e]}function ev(e){return eo=1,function(e,t,_){var n=ep(g++,2);if(n._reducer=e,!n.__c&&(n.__=[eC(void 0,t),function(e){var t=n.__N?n.__N[0]:n.__[0];var _=n._reducer(t,e);t!==_&&(n.__N=[_,n.__[1]],n.__c.setState({}))}],n.__c=b,!b._hasScuFromHooks)){var l=function(e,t,_){if(!n.__c.__H)return!0;var l=n.__c.__H.__.filter(function(e){return!!e.__c});if(l.every(function(e){return!e.__N}))return!r||r.call(this,e,t,_);var i=!1;return l.forEach(function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(i=!0)}}),(!!i||n.__c.props!==e)&&(!r||r.call(this,e,t,_))};b._hasScuFromHooks=!0;var r=b.shouldComponentUpdate;var i=b.componentWillUpdate;b.componentWillUpdate=function(e,t,_){if(this.__e){var n=r;r=void 0,l(e,t,_),r=n}i&&i.call(this,e,t,_)},b.shouldComponentUpdate=l}return n.__N||n.__}(eC,e)}function em(e){return eo=5,ey(function(){return{current:e}},[])}function ey(e,t){var _=ep(g++,7);return ex(_.__H,t)&&(_.__=e(),_.__H=t,_.__h=e),_.__}function eg(e){var t=b.context[e.__c];var _=ep(g++,9);return(_.c=e,t)?(null==_.__&&(_.__=!0,t.sub(b)),t.props.value):e.__}function eb(){var e;for(;e=es.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(ek),e.__H.__h.forEach(eE),e.__H.__h=[]}catch(t){e.__H.__h=[],U.__e(t,e.__v)}}U.__b=function(e){b=null,eu&&eu(e)},U.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),eh&&eh(e,t)},U.__r=function(e){ea&&ea(e),b=e.__c,g=0;var t=b.__H;t&&(S===b?(t.__h=[],b.__h=[],t.__.forEach(function(e){e.__N&&(e.__=e.__N),e._pendingArgs=e.__N=void 0})):(t.__h.forEach(ek),t.__h.forEach(eE),t.__h=[],g=0)),S=b},U.diffed=function(e){ef&&ef(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1===es.push(t)||k!==U.requestAnimationFrame)&&((k=U.requestAnimationFrame)||function(e){var t,_=function(){clearTimeout(n),eS&&cancelAnimationFrame(t),setTimeout(e)};var n=setTimeout(_,100);eS&&(t=requestAnimationFrame(_))})(eb),t.__H.__.forEach(function(e){e._pendingArgs&&(e.__H=e._pendingArgs),e._pendingArgs=void 0})),S=b=null},U.__c=function(e,t){t.some(function(e){try{e.__h.forEach(ek),e.__h=e.__h.filter(function(e){return!e.__||eE(e)})}catch(_){t.some(function(e){e.__h&&(e.__h=[])}),t=[],U.__e(_,e.__v)}}),ec&&ec(e,t)},U.unmount=function(e){ed&&ed(e);var t,_=e.__c;_&&_.__H&&(_.__H.__.forEach(function(e){try{ek(e)}catch(e){t=e}}),_.__H=void 0,t&&U.__e(t,_.__v))};var eS=\"function\"==typeof requestAnimationFrame;function ek(e){var t=b;var _=e.__c;\"function\"==typeof _&&(e.__c=void 0,_()),b=t}function eE(e){var t=b;e.__c=e.__(),b=t}function ex(e,t){return!e||e.length!==t.length||t.some(function(t,_){return t!==e[_]})}function eC(e,t){return\"function\"==typeof t?t(e):t}function ew(e,t){for(var _ in e)if(\"__source\"!==_&&!(_ in t))return!0;for(var n in t)if(\"__source\"!==n&&e[n]!==t[n])return!0;return!1}function eI(e,t){this.props=e,this.context=t}eI.prototype=new B,eI.prototype.isPureReactComponent=!0,eI.prototype.shouldComponentUpdate=function(e,t){return ew(this.props,e)||ew(this.state,t)};var eP=U.__b;U.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),eP&&eP(e)},\"undefined\"!=typeof Symbol&&Symbol.for&&Symbol.for(\"react.forward_ref\");var eA=U.__e;U.__e=function(e,t,_,n){if(e.then){var l;var r=t;for(;r=r.__;)if((l=r.__c)&&l.__c)return null==t.__e&&(t.__e=_.__e,t.__k=_.__k),l.__c(e,t)}eA(e,t,_,n)};var eN=U.unmount;function eT(){this.__u=0,this._suspenders=null,this.__b=null}function eR(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function eD(){this._next=null,this._map=null}U.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),eN&&eN(e)},eT.prototype=new B,eT.prototype.__c=function(e,t){var _=t.__c;var n=this;null==n._suspenders&&(n._suspenders=[]),n._suspenders.push(_);var l=eR(n.__v);var r=!1;var i=function(){r||(r=!0,_.__R=null,l?l(o):o())};_.__R=i;var o=function(){if(!--n.__u){if(n.state.__a){var e,t=n.state.__a;n.__v.__k[0]=function e(t,_,n){return t&&n&&(t.__v=null,t.__k=t.__k&&t.__k.map(function(t){return e(t,_,n)}),t.__c&&t.__c.__P===_&&(t.__e&&n.appendChild(t.__e),t.__c.__e=!0,t.__c.__P=n)),t}(t,t.__c.__P,t.__c.__O)}for(n.setState({__a:n.__b=null});e=n._suspenders.pop();)e.forceUpdate()}};n.__u++||32&t.__u||n.setState({__a:n.__b=n.__v.__k[0]}),e.then(i,i)},eT.prototype.componentWillUnmount=function(){this._suspenders=[]},eT.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var _=U.document.createElement(\"div\");var n=this.__v.__k[0].__c;this.__v.__k[0]=function e(t,_,n){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach(function(e){\"function\"==typeof e.__c&&e.__c()}),t.__c.__H=null),null!=(t=function(e,t){for(var _ in t)e[_]=t[_];return e}({},t)).__c&&(t.__c.__P===n&&(t.__c.__P=_),t.__c=null),t.__k=t.__k&&t.__k.map(function(t){return e(t,_,n)})),t}(this.__b,_,n.__O=n.__P)}this.__b=null}var l=t.__a&&H(j,null,e.fallback);return l&&(l.__u&=-33),[H(j,null,t.__a?null:e.children),l]};var eO=function(e,t,_){if(++_[1]===_[0]&&e._map.delete(t),e.props.revealOrder&&(\"t\"!==e.props.revealOrder[0]||!e._map.size))for(_=e._next;_;){for(;_.length>3;)_.pop()();if(_[1]<_[0])break;e._next=_=_[2]}};eD.prototype=new B,eD.prototype.__a=function(e){var t=this;var _=eR(t.__v);var n=t._map.get(e);return n[0]++,function(l){var r=function(){t.props.revealOrder?(n.push(l),eO(t,e,n)):l()};_?_(r):r()}},eD.prototype.render=function(e){this._next=null,this._map=new Map;var t=function e(t,_){return _=_||[],null==t||\"boolean\"==typeof t||(D(t)?t.some(function(t){e(t,_)}):_.push(t)),_}(e.children);e.revealOrder&&\"b\"===e.revealOrder[0]&&t.reverse();for(var _=t.length;_--;)this._map.set(t[_],this._next=[1,0,this._next]);return e.children},eD.prototype.componentDidUpdate=eD.prototype.componentDidMount=function(){var e=this;this._map.forEach(function(t,_){eO(e,_,t)})};var eL=\"undefined\"!=typeof Symbol&&Symbol.for&&Symbol.for(\"react.element\")||60103;B.prototype.isReactComponent={},[\"componentWillMount\",\"componentWillReceiveProps\",\"componentWillUpdate\"].forEach(function(e){Object.defineProperty(B.prototype,e,{configurable:!0,get:function(){return this[\"UNSAFE_\"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var eW=U.event;function eU(){}function eF(){return this.cancelBubble}function eH(){return this.defaultPrevented}U.event=function(e){return eW&&(e=eW(e)),e.persist=eU,e.isPropagationStopped=eF,e.isDefaultPrevented=eH,e.nativeEvent=e};var eM=U.vnode;function ej(e,t){if(e===t)return!0;try{if(\"object\"==typeof e&&null!==e&&\"object\"==typeof t&&null!==t&&JSON.stringify(e)===JSON.stringify(t))return!0}catch(e){throw e}return!1}function eB(e){for(let t in e)return!1;return!0}function eV(e,t){let _={};for(let n of t)n in e&&(_[n]=e[n]);return _}function e$(e,t){var _,n;return null==(_=(n=globalThis).runWorklet)?void 0:_.call(n,e,t)}function eG(e,t){var _;null==(_=globalThis.lynxWorkletImpl)||_._refImpl.updateWorkletRef(e,t)}function eq(e){var t;null==(t=globalThis.lynxWorkletImpl)||t._eomImpl.setShouldFlush(e)}function eJ(e,t,_,n){var l,r,i,o;null==(r=globalThis.lynxWorkletImpl)||null==(l=r._jsFunctionLifecycleManager)||l.addRef(e._execId,e),_&&t&&(null==(i=globalThis.lynxWorkletImpl)||i._hydrateCtx(e,t)),_&&(null==(o=globalThis.lynxWorkletImpl)||o._eventDelayImpl.runDelayedWorklet(e,n))}U.vnode=function(e){e.$$typeof=eL,eM&&eM(e)},(f=E||(E={})).runWorkletCtx=\"Lynx.Worklet.runWorkletCtx\",f.runOnBackground=\"Lynx.Worklet.runOnBackground\",f.FunctionCallRet=\"Lynx.Worklet.FunctionCallRet\",f.releaseBackgroundWorkletCtx=\"Lynx.Worklet.releaseBackgroundWorkletCtx\",f.releaseWorkletRef=\"Lynx.Worklet.releaseWorkletRef\";let ez=!1;function eK(e){var t,_,n;!e&&ez&&(null==(t=globalThis.lynxWorkletImpl)||t._runOnBackgroundDelayImpl.runDelayedBackgroundFunctions(),null==(_=globalThis.lynxWorkletImpl)||_._refImpl.clearFirstScreenWorkletRefMap(),null==(n=globalThis.lynxWorkletImpl)||n._eventDelayImpl.clearDelayedWorklets()),ez=e}(c=x||(x={})).firstScreen=\"rLynxFirstScreen\",c.updateFromRoot=\"updateFromRoot\",c.globalEventFromLepus=\"globalEventFromLepus\",c.jsReady=\"rLynxJSReady\",c.patchUpdate=\"rLynxChange\",c.publishEvent=\"rLynxPublishEvent\",(d=C||(C={}))[d.UPDATE=0]=\"UPDATE\",d[d.RESET=1]=\"RESET\";let eZ=[];function eQ(){let e=eZ;eZ=[];for(let t=0;t<e.length;t+=2){let _=e[t];let n=e[t+1];\"_wvid\"in _?eG(_,n):\"_wkltId\"in _&&(_._unmount=e$(_,[{elementRefptr:n}]))}}function eX(e){\"_wvid\"in e?eG(e,null):\"_wkltId\"in e&&(\"function\"==typeof e._unmount?e._unmount():e$(e,[null]))}function eY(e,t,_,n,l){var r,i;if(!e.__elements)return;_&&(null==(r=e.__worklet_ref_set)?void 0:r.has(_))&&(eX(_),null==(i=e.__worklet_ref_set)||i.delete(_));let o=e.__values[t];if(null==o);else if(o._wvid){let t=e.__elements[n];eZ.push(o,t)}else if(o._wkltId){let t=e.__elements[n];eJ(o,_,ez,t),eZ.push(o,t)}else if(\"__LEPUS__\"===o._type||o._lepusWorkletHash);else throw Error(\"MainThreadRef: main-thread:ref must be of type MainThreadRef or main-thread function.\");o&&(null!=e.__worklet_ref_set||(e.__worklet_ref_set=new Set),e.__worklet_ref_set.add(o)),__SetAttribute(e.__elements[n],\"has-react-ref\",!0)}let e0={};let e1={};let e2=new WeakMap;let e3=Promise.resolve();function e7(e,t){e.forEach(e=>{e2.has(e)||(e2.set(e,e.parentNode),Object.defineProperty(e,\"__parent\",{get:()=>e2.get(e),set:t=>{e2.set(e,t)}}))});let _=(e,n,l,r,i,o=!1,s=!1)=>{var u,a,f,c,d,h;let p=e0[n];let v=e1[n];if(!p||!v)throw Error(\"componentAtIndex called on removed list\");let m=null!=(f=l.__listItemPlatformInfo)?f:{};if((null==(u=l.__extraProps)?void 0:u.isReady)===0){let t;if(\"function\"==typeof __GetAttributeByName&&\"list-container\"===__GetAttributeByName(e,\"custom-list-name\"));else throw Error('Unsupported: `<list-item/>` with `defer={true}` must be used with `<list custom-list-name=\"list-container\"/>`');return __OnLifecycleEvent([x.publishEvent,{handlerName:`${l.__id}:__extraProps:onComponentAtIndex`,data:{}}]),t=new Promise(o=>{Object.defineProperty(l.__extraProps,\"isReady\",{set(t){1===t&&(delete l.__extraProps.isReady,l.__extraProps.isReady=1,e3.then(()=>{o(_(e,n,l,r,i))}))},get:()=>t})})}if(\"object\"==typeof(h=null==(a=l.__extraProps)?void 0:a.isReady)&&null!==h&&\"function\"==typeof h.then)throw Error(\"componentAtIndex was called on a pending deferred list item\");let y=l.type+(null!=(c=m[\"reuse-identifier\"])?c:\"\");let g=v.get(y);if(l.__elements){let e=l.__elements[0];let t=__GetElementUniqueID(e);if(null==g?void 0:g.has(t))return p.set(t,l),g.delete(t),o?o&&s&&__FlushElementTree(e,{asyncFlush:!0}):__FlushElementTree(e,{triggerLayout:!0,operationID:r,elementID:t,listID:n}),t;{let e=l.takeElements();p.set(t,e)}}if(g&&g.size>0){let[_]=g;let[u,a]=_;g.delete(u),t(a,l),a.unRenderElements(),a.__id?(null==(d=a.__extraProps)?void 0:d.isReady)===1&&__OnLifecycleEvent([x.publishEvent,{handlerName:`${a.__id}:__extraProps:onRecycleComponent`,data:{}}]):a.tearDown();let f=l.__element_root;if(eQ(),p.set(u,l),o){if(o&&s){let t={asyncFlush:!0};i&&(t.listReuseNotification={listElement:e,itemKey:m[\"item-key\"]}),__FlushElementTree(f,t)}}else{let t={triggerLayout:!0,operationID:r,elementID:u,listID:n};i&&(t.listReuseNotification={listElement:e,itemKey:m[\"item-key\"]}),__FlushElementTree(f,t)}return u}l.ensureElements();let b=l.__element_root;__AppendElement(e,b);let S=__GetElementUniqueID(b);return eQ(),p.set(S,l),o?o&&s&&__FlushElementTree(b,{asyncFlush:!0}):__FlushElementTree(b,{triggerLayout:!0,operationID:r,elementID:S,listID:n}),S};return[function(t,n,l,r,i){let o=e[l];if(!o)throw Error(\"childCtx not found\");let s=_(t,n,o,r,i);return\"number\"==typeof s?s:void 0},function(t,n,l,r,i,o){let s=!1;let u=[];l.forEach((l,a)=>{let f=r[a];let c=e[l];if(!c)throw Error(\"childCtx not found\");let d=_(t,n,c,f,i,!0,o);\"number\"==typeof d||(s=!0),u.push(d)}),s&&Promise.all(u).then(e=>{__FlushElementTree(t,{triggerLayout:!0,operationIDs:r,elementIDs:e,listID:n})}),__FlushElementTree(t,{triggerLayout:!0,operationIDs:r,elementIDs:l.map((e,t)=>\"number\"==typeof u[t]?u[t]:-1),listID:n})}]}function e5(){return(e,t,_)=>{var n,l;let r=e0[t];let i=e1[t];if(!r||!i)throw Error(\"enqueueComponent called on removed list\");let o=r.get(_);if(!o)return;let s=null!=(n=o.__listItemPlatformInfo)?n:{};let u=o.type+(null!=(l=s[\"reuse-identifier\"])?l:\"\");i.has(u)||i.set(u,new Map),i.get(u).set(_,o)}}let e6={values:{},clear(e){this.values&&delete this.values[e]},clearAttachedLists(){this.values&&Object.values(this.values).map(e=>e.getAttachedListId()).filter(e=>void 0!==e).forEach(e=>this.clear(e))},flush(){this.values&&Object.values(this.values).map(e=>e.flush()).filter(e=>void 0!==e).forEach(e=>this.clear(e))},flushWithId(e){var t;this.values&&(null==(t=this.values[e])?void 0:t.flush())!==void 0&&this.clear(e)},runWithoutUpdates(e){let t=this.values;this.values=null;try{e()}finally{this.values=t}}};function e8(e,t){var _,n;null==(_=e.__worklet_ref_set)||_.forEach(e=>{e&&eX(e)}),null==(n=e.__worklet_ref_set)||n.clear(),t&&e.childNodes.forEach(e=>{e8(e,t)})}function e4(e,t,_,n){let l;let r=e.__values[t];l=\"string\"==typeof r?r:`react-ref-${e.__id}-${t}`,e.__values[t]=l,e.__elements&&_!==l&&(_&&__SetAttribute(e.__elements[n],_,void 0),l&&__SetAttribute(e.__elements[n],l,1))}function e9(e,t,_,n){let l=0;let r={$$diff:!0,i:{},r:[],m:{}};let i={};for(let t=0;t<e.length;t++){var o,s;let _=e[t];(null!=(s=i[o=_.type])?s:i[o]=new Set).add([_,t])}for(let e=0;e<t.length;e++){let o;let s=t[e];let u=i[s.type];if(u&&u.size>0&&([o]=u,o)&&_(o[0],s)){u.delete(o);let t=o[1];if(n(o[0],s,t,e),t<l){r.m[t]=e;continue}l=t}else r.i[e]=s}for(let e in i)for(let[,t]of i[e])r.r.push(t);return r}function te(e,t,_){let n;t.__elements=e.__elements,t.__element_root=e.__element_root,(null==_?void 0:_.skipUnRef)||e8(e,!1),(n=null==_?void 0:_.swap)&&(n[e.__id]=t.__id),e6.runWithoutUpdates(()=>{var _;null==(_=t.__values)||_.forEach((_,n)=>{let l=e.__values[n];_!==l&&(t.__values[n]=l,t.setAttribute(n,_))})});let{slot:l}=t.__snapshot_def;if(!l)return;let r=e.childNodes;let i=t.childNodes;l.forEach(([n,l],o)=>{switch(n){case w.Slot:case w.MultiChildren:te(r[o],i[o],_);break;case w.Children:{let t=e9(r,i,(e,t)=>e.type===t.type,(e,t)=>{te(e,t,_)});(function(e,t,_,n,l){let r;if(!(!eB(t.i)||!eB(t.m)||t.r.length>0))return e;let i=new Set(t.r);let{i:o,m:s}=t;let u=new Map;let a=0;r=e[0];let f=[];let c=0;let d=0;let h=Object.keys(o).length;for(;r||h>0;){let t=!1;if(r&&i.has(d))n(r);else if(r&&void 0!==s[d])u.set(s[d],r),h++;else{let e=r;u.has(c)?(e=u.get(c),t=!0,l(e,r),h--):void 0!==o[c]&&(e=_(o[c],r),t=!0,h--),f.push(e),c++}r&&!t&&(r=e[++a],d++)}return f})(r,t,(t,_)=>(t.ensureElements(),__InsertElementBefore(e.__elements[l],t.__element_root,null==_?void 0:_.__element_root),t),t=>{__RemoveElement(e.__elements[l],t.__element_root)},(t,_)=>{__RemoveElement(e.__elements[l],t.__element_root),__InsertElementBefore(e.__elements[l],t.__element_root,null==_?void 0:_.__element_root)});break}case w.ListChildren:{let n=[];let o=[];let s=[];let u=__GetElementUniqueID(e.__elements[l]);let a=e0[u];let f=e1[u];let c=e9(r,i,(e,t)=>e.type===t.type,(e,t,n,l)=>{if(JSON.stringify(e.__listItemPlatformInfo)!==JSON.stringify(t.__listItemPlatformInfo)&&s.push({...t.__listItemPlatformInfo,from:l,to:l,flush:!1,type:t.type}),e.__elements){te(e,t,_);let n=__GetElementUniqueID(e.__element_root);if(a.has(n)&&a.set(n,t),f.has(e.type)){let _=f.get(e.type);_.has(n)&&_.set(n,t)}}});for(let e of c.r)n.push(e);for(let e in c.i)o.push(Number(e));for(let e in c.m)n.push(Number(e)),o.push(c.m[e]);o.sort((e,t)=>e-t),n.sort((e,t)=>e-t);let d={insertAction:o.map(e=>({position:e,type:i[e].type,...i[e].__listItemPlatformInfo})),removeAction:n,updateAction:s};let h=e.__elements[l];__SetAttribute(h,\"update-list-info\",d);let[p,v]=e7(i,te);__UpdateListCallbacks(h,p,e5(),v),e6.clear(t.__id)}}})}(h=w||(w={}))[h.Attr=0]=\"Attr\",h[h.Spread=1]=\"Spread\",h[h.Slot=2]=\"Slot\",h[h.Children=3]=\"Children\",h[h.ListChildren=4]=\"ListChildren\",h[h.MultiChildren=5]=\"MultiChildren\",new Map;class tt{flush(){if(!this.list.__elements)return;let e=this.list.__snapshot_def.slot[0][1];let t=this.list.__elements[e];__SetAttribute(t,\"update-list-info\",this.__toAttribute());let[_,n]=e7(this.list.childNodes,te);return __UpdateListCallbacks(t,_,e5(),n),this.list.__id}getAttachedListId(){if(this.list.__elements)return this.list.__id}onInsertBefore(e,t){if(e.parentNode&&this.removeChild.add(e),t){var _;let n=null!=(_=this.insertBefore.get(t))?_:[];n.push(e),this.insertBefore.set(t,n)}else this.appendChild.push(e)}onRemoveChild(e){this.removeChild.add(e)}onSetAttribute(e,t,_){this.platformInfoUpdate.set(e,t)}__toAttribute(){let{removeChild:e,insertBefore:t,appendChild:_,platformInfoUpdate:n}=this;let l=[];let r=[];let i=[];let o=0;for(let _=0;_<this.oldChildNodes.length;_++,o++){let s=this.oldChildNodes[_];n.has(s)&&i.push({...n.get(s),from:+o,to:+o,flush:!1,type:s.type}),t.has(s)&&t.get(s).forEach(e=>{r.push({position:o,type:e.type,...e.__listItemPlatformInfo}),o++}),e.has(s)&&(l.push(_),e.delete(s),o--)}for(let e=0;e<_.length;e++){let t=_[e];r.push({position:o+e,type:t.type,...t.__listItemPlatformInfo})}if(r.sort((e,t)=>e.position-t.position),l.sort((e,t)=>e-t),\"2.14\"===SystemInfo.lynxSdkVersion||\"2.15\"===SystemInfo.lynxSdkVersion||\"2.16\"===SystemInfo.lynxSdkVersion||\"2.17\"===SystemInfo.lynxSdkVersion||\"2.18\"===SystemInfo.lynxSdkVersion){let e=this.list.__snapshot_def.slot[0][1];\"list-container\"===__GetAttributeByName(this.list.__elements[e],\"custom-list-name\")&&(i.length=0,this.list.childNodes.forEach((e,t)=>{i.push({...e.__listItemPlatformInfo,from:t,to:t,flush:!1,type:e.type})}))}return{insertAction:r,removeAction:l,updateAction:i}}toJSON(){return[this.__toAttribute()]}constructor(e){this.removeChild=new Set,this.insertBefore=new Map,this.appendChild=[],this.platformInfoUpdate=new Map,this.list=e,this.oldChildNodes=e.childNodes}}let t_=0;let tn=[[w.Children,0]];let tl={values:new Map([[\"root\",{create:()=>[e],update:[],slot:tn,isListHolder:!1,cssId:0}],[\"wrapper\",{create:()=>[__CreateWrapperElement(t_)],update:[],slot:tn,isListHolder:!1}],[null,{create:()=>[__CreateRawText(\"\")],update:[e=>{e.__elements&&__SetAttribute(e.__elements[0],\"text\",e.__values[0])}],slot:[],isListHolder:!1}]])};let tr={nextId:0,values:new Map,clear(){this.values.clear()}};function ti(e,t,_,n,l,r,i){var o;o=e,e=r?`${r}:${o}`:o;let s={create:t,update:_,slot:n,cssId:l,entryName:r,refAndSpreadIndexes:i};return tl.values.set(e,s),n&&n[0]&&n[0][0]===w.ListChildren&&(s.isListHolder=!0),e}function to(e,t){let _=e.childNodes;for(let n of(t(e),_))to(n,t)}let ts=\"__Card__\";class tu{ensureElements(){let{create:e,slot:t,isListHolder:_,cssId:n,entryName:l}=this.__snapshot_def;let r=e(this);if(this.__elements=r,this.__element_root=r[0],void 0===n?l!==ts&&void 0!==l&&__SetCSSId(this.__elements,0,l):l!==ts&&void 0!==l?__SetCSSId(this.__elements,n,l):__SetCSSId(this.__elements,n),e6.runWithoutUpdates(()=>{let e=this.__values;e&&(this.__values=void 0,this.setAttribute(\"values\",e))}),_)e6.flushWithId(this.__id);else{let e=0;let _=this.__firstChild;for(;_;){_.ensureElements();let[n,l]=t[e];switch(n){case w.Slot:__ReplaceElement(_.__element_root,r[l]),r[l]=_.__element_root,e++;break;case w.MultiChildren:\"wrapper\"===__GetTag(r[l])?__ReplaceElement(_.__element_root,r[l]):__AppendElement(r[l],_.__element_root),e++;break;case w.Children:case w.ListChildren:__AppendElement(r[l],_.__element_root)}_=_.__nextSibling}}}unRenderElements(){let{isListHolder:e}=this.__snapshot_def;if(this.__elements=void 0,this.__element_root=void 0,e);else{let e=this.__firstChild;for(;e;)e.unRenderElements(),e=e.__nextSibling}}takeElements(){let e=Object.create(tu.prototype);return e.__id=this.__id,e.__snapshot_def=this.__snapshot_def,e.__values=this.__values,e.__parent=null,e.__firstChild=null,e.__lastChild=null,e.__nextSibling=null,e.__previousSibling=null,this.childNodes.map(e=>e.takeElements()).forEach(t=>e.__insertBefore(t)),e.__elements=this.__elements,e.__element_root=this.__element_root,this.__elements=void 0,this.__element_root=void 0,e}tearDown(){to(this,e=>{e.__parent=null,e.__previousSibling=null,e.__nextSibling=null})}get parentNode(){return this.__parent}get nextSibling(){return this.__nextSibling}contains(e){return e.parentNode===this}get childNodes(){let e=[];let t=this.__firstChild;for(;t;)e.push(t),t=t.__nextSibling;return e}__insertBefore(e,t){e.__parent&&e.__parent.__removeChild(e),t?(t.__previousSibling?(t.__previousSibling.__nextSibling=e,e.__previousSibling=t.__previousSibling):(this.__firstChild=e,e.__previousSibling=null),t.__previousSibling=e,e.__nextSibling=t,e.__parent=this):(this.__lastChild?(this.__lastChild.__nextSibling=e,e.__previousSibling=this.__lastChild):(this.__firstChild=e,e.__previousSibling=null),this.__lastChild=e,e.__parent=this,e.__nextSibling=null)}__removeChild(e){if(e.__parent!==this)throw Error(\"The node to be removed is not a child of this node.\");e.__previousSibling?e.__previousSibling.__nextSibling=e.__nextSibling:this.__firstChild=e.__nextSibling,e.__nextSibling?e.__nextSibling.__previousSibling=e.__previousSibling:this.__lastChild=e.__previousSibling,e.__parent=null,e.__previousSibling=null,e.__nextSibling=null}insertBefore(e,t){let _=this.__snapshot_def;if(_.isListHolder){var n,l,r;e6.values&&(null!=(r=(n=e6.values)[l=this.__id])?r:n[l]=new tt(this)).onInsertBefore(e,t),this.__insertBefore(e,t);return}let i=e.__parent===this;this.__insertBefore(e,t);let o=this.__elements;if(!o)return;e.__elements||e.ensureElements();let s=_.slot.length;if(1===s){let[,n]=_.slot[0];let l=o[n];i&&__RemoveElement(l,e.__element_root),t?__InsertElementBefore(l,e.__element_root,t.__element_root):__AppendElement(l,e.__element_root)}else if(s>1){let t=this.__current_slot_index++;let[n,l]=_.slot[t];n===w.Slot?(__ReplaceElement(e.__element_root,o[l]),o[l]=e.__element_root):n===w.MultiChildren&&(\"wrapper\"===__GetTag(o[l])?__ReplaceElement(e.__element_root,o[l]):__AppendElement(o[l],e.__element_root))}}removeChild(e){let t=this.__snapshot_def;if(t.isListHolder){var _,n,l;e6.values&&(null!=(l=(_=e6.values)[n=this.__id])?l:_[n]=new tt(this)).onRemoveChild(e),this.__removeChild(e),to(e,e=>{tr.values.delete(e.__id)}),e.__id=0;return}if(e8(e,!0),this.__elements){let[,_]=t.slot[0];__RemoveElement(this.__elements[_],e.__element_root)}e.__snapshot_def.isListHolder&&function(e){let[,t]=e.__snapshot_def.slot[0];let _=__GetElementUniqueID(e.__elements[t]);delete e0[_],delete e1[_]}(e),this.__removeChild(e),to(e,e=>{e.__parent=null,e.__previousSibling=null,e.__nextSibling=null,delete e.__elements,delete e.__element_root,tr.values.delete(e.__id)})}setAttribute(e,t){var _;if(\"values\"===e){let e=this.__values;if(this.__values=t,e)for(let _=0;_<t.length;_++)this.callUpdateIfNotDirectOrDeepEqual(_,e[_],t[_]);else for(let e=0;e<t.length;e++)this.callUpdateIfNotDirectOrDeepEqual(e,void 0,t[e]);return}if(\"string\"==typeof e){(null!=(_=this.__extraProps)?_:this.__extraProps={})[e]=t;return}null!=this.__values||(this.__values=[]),this.callUpdateIfNotDirectOrDeepEqual(e,this.__values[e],this.__values[e]=t)}toJSON(){return{id:this.__id,type:this.type,values:this.__values,extraProps:this.__extraProps,children:this.__firstChild?this.childNodes:void 0}}callUpdateIfNotDirectOrDeepEqual(e,t,_){ej(t,_)||this.__snapshot_def.update[e](this,e,t)}constructor(e,t){if(this.__current_slot_index=0,this.__parent=null,this.__firstChild=null,this.__lastChild=null,this.__previousSibling=null,this.__nextSibling=null,this.type=e,this.__snapshot_def=tl.values.get(e),!this.__snapshot_def&&\"div\"!==e)throw Error(\"Snapshot not found: \"+e);null!=t||(t=tr.nextId-=1),this.__id=t,tr.values.set(t,this)}}function ta(e){if(!lynx.getJSContext)throw Error(\"snapshotPatchApply failed: ctx not found\");lynx.getJSContext().dispatchEvent({type:\"Lynx.Error.CtxNotFound\",data:{id:e}})}function tf(e,_){var n,l;t&&(_||t.needTimestamps)&&(null==(l=lynx.performance)||null==(n=l._markTiming)||n.call(l,t.pipelineID,e))}let tc=0;function td(){l=!0;let e=JSON.stringify(n);__OnLifecycleEvent([x.firstScreen,{root:e,jsReadyEventIdSwap:r}]),r={}}n=new tu(\"root\");let th=[];let tp=[];(p=I||(I={}))[p.Begin=0]=\"Begin\",p[p.End=1]=\"End\",p[p.Attr=2]=\"Attr\",p[p.Text=3]=\"Text\";let tv=[];let tm=Array.isArray;let ty=Object.assign;function tg(){this.__d=!0}let tb={};function tS(e,t){let _;let n=e.type;return e.__c?(_=e.__c).state=_.__s:_=new n(e.props,t),e.__c=_,_.__v=e,_.props=e.props,_.context=t,_.__d=!0,null==_.state&&(_.state=tb),null==_.__s&&(_.__s=_.state),n.getDerivedStateFromProps&&(_.state=ty({},_.state,n.getDerivedStateFromProps(_.props,_.state))),u&&u(e),_.render(_.props,_.state,t)}function tk(e,t,_){return this.constructor(e,_)}let tE=function(e,t){let _=U.__s;U.__s=!0,i=U.__b,o=U._diff2,s=U.diffed,u=U.__r,a=U.unmount;let n=H(j,null);n.__k=[e];let l=[];try{(function e(t,_,n,l,r,f,c){let d;if(null==t||!0===t||!1===t||\"\"===t)return;if(\"object\"!=typeof t){if(\"function\"==typeof t)return;f.push(3,t+\"\");return}if(tm(t)){r.__k=t;for(let i=0;i<t.length;i++){let o=t[i];null!=o&&\"boolean\"!=typeof o&&e(o,_,n,l,r,f,f.length)}return}t.__=r,i&&i(t),o&&o(t,tb);let h=t.type,p=t.props,v=_,m,y,g;if(\"function\"==typeof h){if(h===j)y=p.children;else{if(null!=(m=h.contextType)){let e=_[m.__c];v=e?e.props.value:m.__}if(h.prototype&&\"function\"==typeof h.prototype.render)y=tS(t,v),g=t.__c;else{g={__v:t,props:p,context:v,setState:tg,forceUpdate:tg,__d:!0,__h:[]},t.__c=g,g.constructor=h,g.render=tk;let e=0;for(;g.__d&&e++<25;)g.__d=!1,u&&u(t),y=g.render(p,g.state,v);g.__d=!0}null!=g.getChildContext&&(_=ty({},_,g.getChildContext()))}y=null!=y&&y.type===j&&null==y.key?y.props.children:y;try{e(y,_,n,l,t,f,f.length)}catch(r){if(r&&\"object\"==typeof r&&r.then&&g&&g.__c)g.setState({__a:!0}),g.__d&&(y=tS(t,_),g=t.__c,f.length=c,e(y,_,n,l,t,f,f.length));else throw r}finally{s&&s(t),t.__=void 0,a&&a(t)}return}for(let e in f.push(0,t),p){let t=p[e];switch(e){case\"children\":d=t;continue;case\"key\":case\"ref\":case\"__self\":case\"__source\":continue}null!=t&&!1!==t&&\"function\"!=typeof t&&f.push(2,e,t)}\"string\"==typeof d||\"number\"==typeof d?f.push(3,d):null!=d&&!1!==d&&!0!==d&&e(d,_,!1,l,t,f,f.length),s&&s(t),t.__=void 0,a&&a(t),f.push(1)})(e,t||tb,!1,void 0,n,l,0)}finally{U.__c&&U.__c(e,tv),U.__s=_,tv.length=0}return l};function tx(){let e;try{e=tE(n.__jsx,void 0)}catch(t){lynx.reportError(t),e=[]}finally{}(function(e,t){let _=t;let n=[t];for(let t=0;t<e.length;)switch(e[t]){case I.Begin:{let l=_;(_=e[t+1]).__parent&&(_=new tu(_.type),e[t+1]=_),l.insertBefore(_),n.push(_),t+=2;break}case I.End:_.__k=void 0,n.pop(),_=n[n.length-1],t+=1;break;case I.Attr:{let n=e[t+1];let l=e[t+2];_.setAttribute(n,l),t+=3;break}case I.Text:{let n=e[t+1];let l=new tu(null);l.setAttribute(0,n),_.insertBefore(l),t+=2}}})(e,n)}function tC(e){return`Native${e}Modules`}function tw(e,t,_,n,l,r,i){let o;let s=e.__values[t];o=s?\"string\"==typeof s?s:`${e.__id}:${t}:${i}`:void 0,e.__values[t]=o,e.__elements&&__AddEvent(e.__elements[n],l,r,o)}function tI(e,t,_,n,l){if(!e.__elements)return;let r=e.__values[t];\"main-thread\"===l&&function e(t,_,n,l,r){var i;if(_&&null!=(i=_.__isSerialized)&&i)if(r&&r.domSet||(__SetAttribute(t,\"has-react-gesture\",!0),__SetAttribute(t,\"flatten\",!1)),_.type===P.COMPOSED)for(let[r,i]of _.gestures.entries())e(t,i,null==n?void 0:n.gestures[r],l,{domSet:!0});else{let{config:e,relationMap:r}=function(e,t,_,n){var l,r,i,o,s,u;let a={callbacks:[]};for(let l of(e.config&&(a.config=e.config),Object.keys(e.callbacks))){let r=e.callbacks[l];eJ(r,null==t?void 0:t.callbacks[l],_,n),a.callbacks.push({name:l,callback:r})}return{config:a,relationMap:{waitFor:null!=(o=null==e||null==(l=e.waitFor)?void 0:l.map(e=>e.id))?o:[],simultaneous:null!=(s=null==e||null==(r=e.simultaneousWith)?void 0:r.map(e=>e.id))?s:[],continueWith:null!=(u=null==e||null==(i=e.continueWith)?void 0:i.map(e=>e.id))?u:[]}}}(_,n,l,t);__SetGestureDetector(t,_.id,_.type,e,r)}}(e.__elements[n],r,_,ez)}void 0===globalThis.processEvalResult&&(globalThis.processEvalResult=(e,t)=>null==e?void 0:e(t)),Object.assign(globalThis,{renderPage:function(t){var _;l=!1,r={},lynx.__initData=null!=t?t:{},e=_=__CreatePage(\"0\",0),t_=__GetElementUniqueID(_),n.ensureElements(),tx(),e6.flush(),eQ(),td()},updatePage:function(_,i){if(null==i?void 0:i.reloadTemplate)return void function(t,_){for(let e of(++tc,\"object\"!=typeof t||eB(t)||Object.assign(lynx.__initData,t),function(){let e=th;return th=[],e}(),tp))e();tp.length=0,tr.clear(),e6.clearAttachedLists(),r={};let i=n;(n=new tu(\"root\")).__jsx=i.__jsx,tx(),te(i,n,{skipUnRef:!0}),e6.flush(),eQ(),l&&__OnLifecycleEvent([x.firstScreen,{root:JSON.stringify(n)}]),__FlushElementTree(e,_)}(_,i);if((null==i?void 0:i.resetPageData)&&(lynx.__initData={}),\"object\"==typeof _&&!eB(_)){var o;null!=(o=lynx).__initData||(o.__initData={}),Object.assign(lynx.__initData,_)}let s=null!=i?i:{};if(!l){let e=n;(n=new tu(\"root\")).__jsx=e.__jsx,t=null==i?void 0:i.pipelineOptions,tf(\"updateDiffVdomStart\"),e6.clearAttachedLists(),tx(),te(e,n,{skipUnRef:!0,swap:r}),e6.flush(),eQ(),s.triggerDataUpdated=!0,tf(\"updateDiffVdomEnd\")}__FlushElementTree(e,s)},updateGlobalProps:function(t,_){_?__FlushElementTree(e,_):__FlushElementTree()},getPageData:function(){return null},removeComponents:function(){}}),Object.assign(globalThis,{[x.jsReady]:td}),Object.assign(globalThis,{[x.patchUpdate]:function({data:n,patchOptions:l}){if(l.reloadVersion<tc)return;let r=l.flowIds;r&&lynx.performance.profileStart(\"ReactLynx::patch\",{flowId:r[0],flowIds:r}),t=l.pipelineOptions,tf(\"mtsRenderStart\"),tf(\"parseChangesStart\");let{patchList:i,flushOptions:o={},delayedRunOnMainThreadData:s}=JSON.parse(n);tf(\"parseChangesEnd\"),tf(\"patchChangesStart\"),l.isHydration&&eK(!0);try{for(let{snapshotPatch:e,workletRefInitValuePatch:t}of i)(function(e){var t;e&&(null==(t=globalThis.lynxWorkletImpl)||t._refImpl.updateWorkletRefInitValueChanges(e))})(t),e6.clearAttachedLists(),e&&function(e){let t=e.length;for(let _=0;_<t;++_)switch(e[_]){case 0:{let t=e[++_];new tu(t,e[++_]);break}case 1:{let t=e[++_];let n=e[++_];let l=e[++_];let r=tr.values.get(t);let i=tr.values.get(n);let o=tr.values.get(l);r&&i?r.insertBefore(i,o):ta(r?n:t);break}case 2:{let t=e[++_];let n=e[++_];let l=tr.values.get(t);let r=tr.values.get(n);l&&r?l.removeChild(r):ta(l?n:t);break}case 3:{let t=e[++_];let n=e[++_];let l=e[++_];let r=tr.values.get(t);r?r.setAttribute(n,l):ta(t);break}case 4:{let t=e[++_];let n=e[++_];let l=tr.values.get(t);l?l.setAttribute(\"values\",n):ta(t)}}}(e),e6.flush()}finally{tf(\"patchChangesEnd\"),tf(\"mtsRenderEnd\"),l.isHydration&&eK(!1)}if(eQ(),s&&(null!=_?_:_=function(e,t){let _=(SystemInfo.lynxSdkVersion||\"1.0\").split(\".\");return Number(_[0])>2||2==Number(_[0])&&Number(_[1])>13}(2,0))){for(let e of(eq(!1),s))try{(function(e,t,_){var n;null==(n=globalThis.lynxWorkletImpl)||n._runRunOnMainThreadTask(e,t,_)})(e.worklet,e.params,e.resolveId)}catch(e){lynx.reportError(e)}eq(!0)}l.pipelineOptions&&(o.pipelineOptions=l.pipelineOptions),__FlushElementTree(e,o),r&&lynx.performance.profileEnd()}}),lynx.__initData={},globalThis.SystemInfo=null!=(v=lynx.SystemInfo)?v:{},lynx.reportError=function(e){_ReportError(e instanceof Error?e:Error(JSON.stringify(e)),{errorCode:1101})},lynx.triggerGlobalEventFromLepus=function(e,t){__OnLifecycleEvent([\"globalEventFromLepus\",[e,t]])},void 0===globalThis[tC(\"\")]&&(globalThis[tC(\"\")]=void 0),lynx.registerDataProcessors=function(e){let t=!1;globalThis.processData=(_,n)=>{let l;try{var r,i,o,s,u;l=n?null!=(s=null==e||null==(i=e.dataProcessors)||null==(r=i[n])?void 0:r.call(i,_))?s:_:null!=(u=null==e||null==(o=e.defaultDataProcessor)?void 0:o.call(e,_))?u:_}catch(e){lynx.reportError(e),l={}}return!1===t&&globalThis.__I18N_RESOURCE_TRANSLATION__&&(l={...l,__I18N_RESOURCE_TRANSLATION__:globalThis.__I18N_RESOURCE_TRANSLATION__}),n||(t=!0),l}},lynx.registerDataProcessors(),(m=P||(P={}))[m.COMPOSED=-1]=\"COMPOSED\",m[m.PAN=0]=\"PAN\",m[m.FLING=1]=\"FLING\",m[m.DEFAULT=2]=\"DEFAULT\",m[m.TAP=3]=\"TAP\",m[m.LONGPRESS=4]=\"LONGPRESS\",m[m.ROTATION=5]=\"ROTATION\",m[m.PINCH=6]=\"PINCH\",m[m.NATIVE=7]=\"NATIVE\";let tP=new Set([\"reuse-identifier\",\"recyclable\"]);let tA=new Set([\"reuse-identifier\",\"full-span\",\"item-key\",\"sticky-top\",\"sticky-bottom\",\"estimated-height\",\"estimated-height-px\",\"estimated-main-axis-size-px\",\"recyclable\"]);function tN(e,t,_,n,l,r,i){var o;if(!e.__elements)return;let s=null!=(o=e.__values[t]||void 0)?o:{};s._workletType=l,\"main-thread\"===l&&(eJ(s,_,ez,e.__elements[n]),__AddEvent(e.__elements[n],r,i,{type:\"worklet\",value:s}))}let tT=/^(([A-Za-z-]*):)?(bind|catch|capture-bind|capture-catch|global-bind)([A-Za-z]+)$/;let tR={bind:\"bindEvent\",catch:\"catchEvent\",\"capture-bind\":\"capture-bind\",\"capture-catch\":\"capture-catch\",\"global-bind\":\"global-bindEvent\"};let tD=new Set([\"name\",\"clip-radius\",\"overlap\",\"exposure-scene\",\"exposure-id\"]);w.Slot,w.MultiChildren;let tO=w.Children;function tL(e,t,_){if(\"string\"==typeof e){let _=new tu(e);return _.props=t,_.__k=null,_.__=null,_.__b=0,_.__e=null,_.__d=void 0,_.__c=null,_.__i=-1,_.__u=0,_}if(\"function\"==typeof e){let _,n=t;if(\"ref\"in n)for(let e in n={},t)\"ref\"==e||(n[e]=t[e]);if(_=e.defaultProps)for(let e in _)void 0===n[e]&&(n[e]=_[e]);return{type:e,props:n,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__i:-1,__u:0}}}function tW(e){let t=em(e);t.current=ey(()=>e,[e]);let _=em();return null!=_.current||(_.current=function(...e){return t.current.apply(this,e)}),_.current}function tU(){for(var e,t,_=0,n=\"\",l=arguments.length;_<l;_++)(e=arguments[_])&&(t=function e(t){var _,n,l=\"\";if(\"string\"==typeof t||\"number\"==typeof t)l+=t;else if(\"object\"==typeof t)if(Array.isArray(t)){var r=t.length;for(_=0;_<r;_++)t[_]&&(n=e(t[_]))&&(l&&(l+=\" \"),l+=n)}else for(n in t)t[n]&&(l&&(l+=\" \"),l+=n);return l}(e))&&(n&&(n+=\" \"),n+=t);return n}w.ListChildren,[].slice;let tF=ei({active:!1,disabled:!1});let tH=ti(\"__snapshot_11572_54683_1\",function(){return[__CreateView(t_)]},[(e,t,_)=>(function(e,t,_,n){var l,r,i;null!=_||(_={});let o=e.__values[t];let s=e.parentNode;if(null==s?void 0:s.__snapshot_def.isListHolder){let n=eV(_,tA);let u=eV(o,tA);ej(n,u)||(e6.values&&(null!=(i=(l=e6.values)[r=s.__id])?i:l[r]=new tt(s)).onSetAttribute(e,u,n),e.__listItemPlatformInfo=u,function(e,t,_,n){let l=e.__listItemPlatformInfo=e.__values[t];if(e6.values){var r,i,o;let t=e.parentNode;(null==t?void 0:t.__snapshot_def.isListHolder)&&(null!=(o=(r=e6.values)[i=t.__id])?o:r[i]=new tt(t)).onSetAttribute(e,l,_)}if(e.__elements){let _=e.__elements[0];let n=e.__values[t];for(let e in n)tP.has(e)||__SetAttribute(_,e,n[e])}}({__values:{get[t](){return u}},__id:e.__id,__elements:e.__elements},t,n,0))}if(!e.__elements)return;\"__spread\"in o&&(o=function(e,t,_){let n={};let l=!1;for(let r in _){let i=_[r];\"__spread\"===r||(\"class\"===r||\"className\"===r?(null!=i||(i=\"\"),n.className=i):\"ref\"===r?n[r]=i?1:void 0:\"function\"==typeof i?n[r]=`${e.__id}:${t}:${r}`:\"__self\"===r||\"__source\"===r||(!l&&tD.has(r)&&(l=!0),n[r]=i))}return l&&(n.flatten=!1),n}(e,t,o),e.__values[t]=o);let u={};let a=null;for(let l in o){let r=o[l];if(r!==_[l])if(\"className\"===l)__SetClasses(e.__elements[0],r);else if(\"style\"===l)__SetInlineStyles(e.__elements[n],r);else if(\"id\"===l)__SetID(e.__elements[n],r);else if(l.startsWith(\"data-\"));else if(\"ref\"===l)e4({__values:{get[t](){return r},set[t](value){o[l]=value}},__id:e.__id,__elements:e.__elements},t,_[l],n);else if(l.endsWith(\":ref\"))null!=e.__worklet_ref_set||(e.__worklet_ref_set=new Set),eY({__values:{get[t](){return r}},__id:e.__id,__elements:e.__elements,__worklet_ref_set:e.__worklet_ref_set},t,_[l],n,l.slice(0,-4));else if(l.endsWith(\":gesture\")){let i=l.slice(0,-8);tI({__values:{get[t](){return r}},__id:e.__id,__elements:e.__elements},t,_[l],n,i)}else if(a=tT.exec(l)){let i=a[2];let s=tR[a[3]];let u=a[4];let f={__values:{get[t](){return r},set[t](value){o[l]=value}},__id:e.__id,__elements:e.__elements};i?tN(f,t,_[l],n,i,s,u):tw(f,t,_[l],n,s,u,l)}else tA.has(l)||__SetAttribute(e.__elements[n],l,r);l.startsWith(\"data-\")&&(u[l.slice(5)]=r)}let f=!1;for(let l in _){if(!(l in o))if(\"className\"===l)__SetClasses(e.__elements[n],\"\");else if(\"style\"===l)__SetInlineStyles(e.__elements[n],\"\");else if(\"id\"===l)__SetID(e.__elements[n],null);else if(l.startsWith(\"data-\"));else if(\"ref\"===l)e4({__values:{get[t](){return},set[t](value){o[l]=value}},__id:e.__id,__elements:e.__elements},t,_[l],n);else if(l.endsWith(\":ref\"))null!=e.__worklet_ref_set||(e.__worklet_ref_set=new Set),eY({__values:{get[t](){return}},__id:e.__id,__elements:e.__elements,__worklet_ref_set:e.__worklet_ref_set},t,_[l],n,l.slice(0,-4));else if(l.endsWith(\":gesture\")){let r=l.slice(0,-8);tI({__values:{get[t](){return}},__id:e.__id,__elements:e.__elements},t,_[l],n,r)}else if(a=tT.exec(l)){let r=a[2];let i=tR[a[3]];let s=a[4];let u={__values:{get[t](){return},set[t](value){o[l]=value}},__id:e.__id,__elements:e.__elements};r?tN(u,t,_[l],n,r,i,s):tw(u,t,_[l],n,i,s,l)}else tA.has(l)||__SetAttribute(e.__elements[n],l,null);l.startsWith(\"data-\")&&(f=!0)}(f||!eB(u))&&__SetDataset(e.__elements[n],u)})(e,t,_,0)],tn,void 0,A,[0]);let tM=e=>{let{children:t,onClick:_,disabled:n=!1,style:l,className:r,buttonProps:i}=e;let[o,s]=ev(!1);let u=o&&!n;let a=\"function\"==typeof t?t({active:u,disabled:n}):t;let f=tW(()=>{n||s(!0)});let c=tW(()=>{if(s(!1),n)return});let d=tW(()=>{n||null==_||_()});let h=ey(()=>({active:u,disabled:n}),[u,n]);return tL(tF.Provider,{value:h,children:tL(tH,{values:[{bindtap:d,bindtouchstart:f,bindtouchend:c,bindtouchcancel:c,\"event-through\":!1,style:l,className:tU(r,{\"ui-active\":u,\"ui-disabled\":n}),...i,__spread:!0}],children:a})})};let tj=ei({selectedValue:null,disabled:!1,handleValueChange:()=>{}});let tB=e=>{var t,_,n;let{children:l,onValueChange:r,defaultValue:i,value:o,disabled:s=!1}=e;let u=void 0!==o;let[a,f]=ev(null!=i?i:null);let c=u?o:a;let d=em(null);let h=tW(e=>{d.current!==e&&(null==r||r(e),d.current=e)});let p=(t=e=>{u||f(e),h(e)},eo=8,ey(function(){return t},[u,h]));_=void 0,n=ep(g++,3),!U.__s&&ex(n.__H,_)&&(n.__=void 0,n._pendingArgs=_,b.__H.__h.push(n));let v=ey(()=>({selectedValue:c,handleValueChange:p,disabled:s}),[c,p,s]);let m=ey(()=>\"function\"==typeof l?l({value:c,disabled:s}):l,[l,c]);return tL(tj.Provider,{value:v,children:m})};let tV=ei({value:\"\",disabled:!1});let t$=e=>{let{className:t,disabled:_=!1,style:n,value:l,children:r,radioProps:i}=e;let o=eg(tj);if(!o)throw Error(\"<Radio/> must be used within <RadioGroup/>!\");let{selectedValue:s,disabled:u,handleValueChange:a}=o;let f=_||u;let c=l===s;let d=ey(()=>({value:l,disabled:f}),[l,f]);let h=tW(()=>a(l));return tL(tV.Provider,{value:d,children:tL(tM,{className:tU(t,{\"ui-checked\":c}),style:n,disabled:f,onClick:h,buttonProps:i,children:r})})};let tG=ti(\"__snapshot_b3824_f71e7_1\",function(){return[__CreateView(t_)]},[function(e){e.__elements&&__SetClasses(e.__elements[0],e.__values[0]||\"\")},function(e){e.__elements&&__SetInlineStyles(e.__elements[0],e.__values[1])}],tn,void 0,A,null);let tq=e=>{let{className:t,style:_,children:n,forceMount:l=!1}=e;let{selectedValue:r}=eg(tj);let{value:i,disabled:o}=eg(tV);let{active:s}=eg(tF);let u=i===r;return tL(tG,{values:[tU(t,{\"ui-checked\":u,\"ui-disabled\":o,\"ui-active\":s}),_],children:(l||u)&&n})};let tJ={\"hit-slop\":{top:\"8px\",left:\"8px\",right:\"8px\",bottom:\"8px\"}};let tz=[\"lunaris-dark\",\"lunaris-light\",\"luna-dark\",\"luna-light\"];let tK=ti(\"__snapshot_ab153_a67b7_4\",function(){let e=__CreateView(t_);return __SetClasses(e,\"radio-indicator-dot\"),[e]},null,null,void 0,A,null);let tZ=ti(\"__snapshot_ab153_a67b7_5\",function(){let e=__CreateText(t_);return __SetClasses(e,\"label\"),[e]},null,tn,void 0,A,null);let tQ=ti(\"__snapshot_ab153_a67b7_3\",function(){let e=t_;let t=__CreateView(e);__SetClasses(t,\"radio-option\");let _=__CreateWrapperElement(e);return __AppendElement(t,_),[t,_]},null,[[tO,1]],void 0,A,null);let tX=ti(\"__snapshot_ab153_a67b7_2\",function(){let e=__CreateView(t_);return __SetClasses(e,\"radio-group-root\"),[e]},null,tn,void 0,A,null);let tY=ti(\"__snapshot_ab153_a67b7_1\",function(){let e=t_;let t=__CreateView(e);let _=__CreateView(e);return __SetClasses(_,\"canvas\"),__AppendElement(t,_),[t,_]},[function(e){e.__elements&&__SetClasses(e.__elements[0],e.__values[0]||\"\")}],[[tO,1]],void 0,A,null);({render:e=>{n.__jsx=e},registerDataProcessors:e=>{lynx.registerDataProcessors(e)}}).render(tL(function(){let[e,t]=ev(tz[0]);return tL(tY,{values:[tU(\"container luna-gradient-rose\",e)],children:tL(tB,{value:e,onValueChange:t,children:tL(tX,{children:tz.map(e=>tL(tQ,{children:[tL(t$,{className:\"radio-item\",value:e,radioProps:tJ,children:tL(tq,{className:\"radio-indicator\",children:tL(tK,{})})}),tL(tZ,{children:e})]},e))})})})},{}));"},"customSections":{}}
@@ -0,0 +1 @@
1
+ {"styleInfo":{"0":{"content":[""],"rules":[{"sel":[[[".luna-dark"],[],[],[]]],"decl":[["--canvas","#0d0d0d"],["--canvas-ambient","#000"],["--paper","#1a1a1a"],["--paper-clear","#232323"],["--paper-veil","rgba(0,0,0,.1)"],["--paper-film","rgba(0,0,0,.05)"],["--backdrop","rgba(0,0,0,.32)"],["--backdrop-subtle","rgba(0,0,0,.2)"],["--backdrop-heavy","rgba(0,0,0,.7)"],["--content","#f8f8f8"],["--content-2","#d9d9d9"],["--content-muted","#b3b3b3"],["--content-subtle","#6e6e6e"],["--content-faint","#4f4f4f"],["--content-faded","hsla(0,0%,97%,.6)"],["--primary","#e0e0e0"],["--primary-2","#a4a4a4"],["--primary-muted","#7a7a7a"],["--primary-content","#010101"],["--primary-content-faded","rgba(0,0,0,.3)"],["--secondary","#5b5b5b"],["--secondary-2","#333"],["--secondary-content","#e0e0e0"],["--secondary-content-faded","hsla(0,0%,88%,.25)"],["--neutral","#f8f8f8"],["--neutral-2","#d0d0d0"],["--neutral-subtle","#656565"],["--neutral-faint","#505050"],["--neutral-ambient","#2c2c2c"],["--neutral-veil","hsla(0,0%,97%,.5)"],["--neutral-film","hsla(0,0%,97%,.08)"],["--neutral-content","#010101"],["--neutral-content-faded","rgba(0,0,0,.25)"],["--line","hsla(0,0%,97%,.32)"],["--rule","#333"],["--gradient-a","#a7a7a7"],["--gradient-b","#a5a5a5"],["--gradient-c","#a1a1a1"],["--gradient-d","#bababa"],["--gradient-content","#fff"],["--gradient-content-faded","hsla(0,0%,100%,.68)"],["--gradient-content-trace","hsla(0,0%,100%,.12)"]]},{"sel":[[[".luna-light"],[],[],[]]],"decl":[["--canvas","#fff"],["--canvas-ambient","#f4f4f4"],["--paper","#f8f8f8"],["--paper-clear","#fff"],["--paper-veil","hsla(0,0%,97%,.3)"],["--paper-film","hsla(0,0%,97%,.15)"],["--backdrop","rgba(0,0,0,.25)"],["--backdrop-subtle","rgba(0,0,0,.1)"],["--backdrop-heavy","rgba(0,0,0,.5)"],["--content","#010101"],["--content-2","#333"],["--content-muted","#5d5d5d"],["--content-subtle","#9e9e9e"],["--content-faint","#d0d0d0"],["--content-faded","rgba(0,0,0,.6)"],["--primary","#1a1a1a"],["--primary-2","#545454"],["--primary-muted","#9b9b9b"],["--primary-content","#fafafa"],["--primary-content-faded","hsla(0,0%,100%,.4)"],["--secondary","silver"],["--secondary-2","#d9d9d9"],["--secondary-content","#3c3c3c"],["--secondary-content-faded","rgba(60,60,60,.3)"],["--neutral","#010101"],["--neutral-2","#333"],["--neutral-subtle","#b3b3b3"],["--neutral-faint","#d9d9d9"],["--neutral-ambient","#eee"],["--neutral-veil","rgba(0,0,0,.24)"],["--neutral-film","rgba(0,0,0,.05)"],["--neutral-content","#f8f8f8"],["--neutral-content-faded","hsla(0,0%,97%,.4)"],["--line","rgba(0,0,0,.17)"],["--rule","#e5e5e5"],["--gradient-a","#939393"],["--gradient-b","#a0a0a0"],["--gradient-c","#a1a1a1"],["--gradient-d","#bfbfbf"],["--gradient-content","#fff"],["--gradient-content-faded","hsla(0,0%,100%,.68)"],["--gradient-content-trace","hsla(0,0%,100%,.12)"]]},{"sel":[[[".lunaris-dark"],[],[],[]]],"decl":[["--canvas","#0d0d0d"],["--canvas-ambient","#000"],["--paper","#1a1a1a"],["--paper-clear","#232323"],["--paper-veil","rgba(0,0,0,.1)"],["--paper-film","rgba(0,0,0,.05)"],["--backdrop","rgba(0,0,0,.32)"],["--backdrop-subtle","rgba(0,0,0,.2)"],["--backdrop-heavy","rgba(0,0,0,.7)"],["--content","#f8f8f8"],["--content-2","#d9d9d9"],["--content-muted","#b3b3b3"],["--content-subtle","#6e6e6e"],["--content-faint","#4f4f4f"],["--content-faded","hsla(0,0%,97%,.6)"],["--primary","#ff8ab5"],["--primary-2","#ff4f8f"],["--primary-muted","#d04377"],["--primary-content","#010101"],["--primary-content-faded","rgba(0,0,0,.3)"],["--secondary","#534363"],["--secondary-2","#362e46"],["--secondary-content","#eee5f6"],["--secondary-content-faded","hsla(0,0%,88%,.25)"],["--neutral","#f8f8f8"],["--neutral-2","#d0d0d0"],["--neutral-subtle","#656565"],["--neutral-faint","#505050"],["--neutral-ambient","#2c2c2c"],["--neutral-veil","hsla(0,0%,97%,.5)"],["--neutral-film","hsla(0,0%,97%,.08)"],["--neutral-content","#010101"],["--neutral-content-faded","rgba(0,0,0,.25)"],["--line","hsla(0,0%,97%,.32)"],["--rule","#333"],["--gradient-a","#ff7385"],["--gradient-b","#fe69a1"],["--gradient-c","#a998bf"],["--gradient-d","#00d0f1"],["--gradient-content","#fff"],["--gradient-content-faded","hsla(0,0%,100%,.68)"],["--gradient-content-trace","hsla(0,0%,100%,.12)"]]},{"sel":[[[".lunaris-light"],[],[],[]]],"decl":[["--canvas","#fff"],["--canvas-ambient","#f4f4f4"],["--paper","#f8f8f8"],["--paper-clear","#fff"],["--paper-veil","hsla(0,0%,97%,.3)"],["--paper-film","hsla(0,0%,97%,.15)"],["--backdrop","rgba(0,0,0,.25)"],["--backdrop-subtle","rgba(0,0,0,.1)"],["--backdrop-heavy","rgba(0,0,0,.5)"],["--content","#010101"],["--content-2","#333"],["--content-muted","#5d5d5d"],["--content-subtle","#9e9e9e"],["--content-faint","#d0d0d0"],["--content-faded","rgba(0,0,0,.6)"],["--primary","#ff1a6e"],["--primary-2","#ff558e"],["--primary-muted","#f992b1"],["--primary-content","#fff"],["--primary-content-faded","hsla(0,0%,100%,.4)"],["--secondary","#fbcfdc"],["--secondary-2","#fce5ed"],["--secondary-content","#a92d5a"],["--secondary-content-faded","rgba(60,60,60,.3)"],["--neutral","#010101"],["--neutral-2","#333"],["--neutral-subtle","#b3b3b3"],["--neutral-faint","#d9d9d9"],["--neutral-ambient","#eee"],["--neutral-veil","rgba(0,0,0,.24)"],["--neutral-film","rgba(0,0,0,.05)"],["--neutral-content","#f8f8f8"],["--neutral-content-faded","hsla(0,0%,97%,.4)"],["--line","rgba(0,0,0,.17)"],["--rule","#e5e5e5"],["--gradient-a","#ff3d63"],["--gradient-b","#ff5d99"],["--gradient-c","#a998bf"],["--gradient-d","#3dd5e9"],["--gradient-content","#fff"],["--gradient-content-faded","hsla(0,0%,100%,.68)"],["--gradient-content-trace","hsla(0,0%,100%,.12)"]]},{"sel":[[[".container"],[],[],[]]],"decl":[["height","100%"],["justify-content","center"],["padding","72px"],["padding-left","48px"],["padding-right","48px"],["width","100%"]]},{"sel":[[[".canvas"],[],[],[]],[[".container"],[],[],[]]],"decl":[["display","flex"],["flex-direction","column"]]},{"sel":[[[".canvas"],[],[],[]]],"decl":[["background-color","var(--canvas)"],["border-radius","16px"],["color","var(--content)"],["gap","24px"],["overflow","hidden"],["padding","64px"],["padding-left","48px"],["padding-right","48px"]]},{"sel":[[[".luna-gradient-rose"],[],[],[]]],"decl":[["background","linear-gradient(0deg, var(--gradient-a) , var(--gradient-b))"]]},{"sel":[[[".section"],[],[],[]]],"decl":[["display","flex"],["flex-direction","column"],["row-gap","10px"]]},{"sel":[[[".label"],[],[],[]]],"decl":[["color","var(--content-2)"],["font-size","16px"]]},{"sel":[[[".label",".disabled"],[],[],[]]],"decl":[["opacity",".4"]]},{"sel":[[[".radio-group-root"],[],[],[]]],"decl":[["display","flex"],["flex-direction","column"],["gap","16px"]]},{"sel":[[[".radio-option"],[],[],[]]],"decl":[["color","var(--content-2)"],["flex-direction","row"],["gap","10px"]]},{"sel":[[[".radio-item"],[],[],[]],[[".radio-option"],[],[],[]]],"decl":[["align-items","center"],["display","flex"]]},{"sel":[[[".radio-item"],[],[],[]]],"decl":[["border-color","var(--line)"],["border-radius","9999px"],["border-style","solid"],["border-width","1.5px"],["height","22px"],["justify-content","center"],["width","22px"]]},{"sel":[[[".radio-item",".ui-disabled"],[],[],[]]],"decl":[["opacity",".4"]]},{"sel":[[[".radio-item",".ui-checked"],[],[],[]]],"decl":[["background-color","var(--primary)"],["border-width","0"]]},{"sel":[[[".radio-item",".ui-active"],[],[],[]]],"decl":[["border-color","var(--primary-2)"]]},{"sel":[[[".radio-item",".ui-checked",".ui-active"],[],[],[]]],"decl":[["background-color","var(--primary-2)"]]},{"sel":[[[".radio-indicator"],[],[],[]]],"decl":[["align-items","center"],["display","flex"],["height","100%"],["justify-content","center"],["width","100%"]]},{"sel":[[[".radio-indicator-dot"],[],[],[]]],"decl":[["background-color","var(--primary-content)"],["border-radius","9999px"],["height","9px"],["width","9px"]]},{"sel":[[[".button"],[],[],[]]],"decl":[["align-items","center"],["background-color","var(--primary)"],["border-radius","9999px"],["color","var(--primary-content)"],["display","flex"],["font-size","16px"],["height","48px"],["justify-content","center"],["padding-left","24px"],["padding-right","24px"]]},{"sel":[[[".button",".ui-active"],[],[],[]]],"decl":[["background-color","var(--primary-2)"]]}]}},"manifest":{"/app-service.js":"\"use strict\";let e,t,n,r,l,_,i,o;var u,a,s,c,f,p,d,h,v,y,m,g,b,x,S,C,k,E,w,P,O,I={};var N=[];var j=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;var A=Array.isArray;function T(e,t){for(var n in t)e[n]=t[n];return e}function L(e){e&&e.parentNode&&e.parentNode.removeChild(e)}var D=N.slice;var R={__e:function(e,t,n,r){var l,_,i;for(;t=t.__;)if((l=t.__c)&&!l.__)try{if((_=l.constructor)&&null!=_.getDerivedStateFromError&&(l.setState(_.getDerivedStateFromError(e)),i=l.__d),null!=l.componentDidCatch&&(l.componentDidCatch(e,r||{}),i=l.__d),i)return l.__E=l}catch(t){e=t}throw e}};var M=0;function U(e,t,n){var r,l,_,i={};for(_ in t)\"key\"==_?r=t[_]:\"ref\"==_?l=t[_]:i[_]=t[_];if(arguments.length>2&&(i.children=arguments.length>3?D.call(arguments,2):n),\"function\"==typeof e&&null!=e.defaultProps)for(_ in e.defaultProps)void 0===i[_]&&(i[_]=e.defaultProps[_]);return F(e,i,r,l,null)}function F(e,t,n,r,l){var _={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==l?++M:l,__i:-1,__u:0};return null==l&&null!=R.vnode&&R.vnode(_),_}function H(e){return e.children}function W(e,t){this.props=e,this.context=t}function B(e,t){var n;if(null==t)return e.__?B(e.__,e.__i+1):null;for(;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return\"function\"==typeof e.type?B(e):null}W.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=T({},this.state),\"function\"==typeof e&&(e=e(T({},n),this.props)),e&&T(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),V(this))},W.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),V(this))},W.prototype.render=H;var $=[];var G=\"function\"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout;function V(e){(!e.__d&&(e.__d=!0)&&$.push(e)&&!q.__r++||u!==R.debounceRendering)&&((u=R.debounceRendering)||G)(q)}var J=function(e,t){return e.__v.__b-t.__v.__b};function q(){var e;for($.sort(J);e=$.shift();)if(e.__d){var t=$.length;(function(e){var t=e.__v,n=t.__e,r=[],l=[];if(e.__P){var _=T({},t);_.__v=t.__v+1,R.vnode&&R.vnode(_),R.renderComponent&&R.renderComponent(_,e),et(e.__P,_,t,e.__n,e.__P.namespaceURI,32&t.__u?[n]:null,r,null==n?B(t):n,!!(32&t.__u),l),_.__v=t.__v,_.__.__k[_.__i]=_,en(r,_,l),_.__e!=n&&function e(t){if(null!=(t=t.__)&&null!=t.__c){t.__e=t.__c.base=null;for(var n=0;n<t.__k.length;n++){var r=t.__k[n];if(null!=r&&null!=r.__e){t.__e=t.__c.base=r.__e;break}}return e(t)}}(_)}})(e),$.length>t&&$.sort(J)}q.__r=0}function Q(e,t,n,r,l,_,i,o,u,a,s){var c,f,p,d,h;var v=r&&r.__k||N;var y=t.length;for(n.__d=u,function(e,t,n){var r,l,_,i=t.length;var o=n.length,u=o;var a=0;for(r=0,e.__k=[];r<i;r++){if(null==(l=t[r])||\"boolean\"==typeof l||\"function\"==typeof l){l=e.__k[r]=null;continue}l=\"string\"==typeof l||\"number\"==typeof l||\"bigint\"==typeof l||l.constructor==String?e.__k[r]=F(null,l,null,null,null):A(l)?e.__k[r]=F(H,{children:l},null,null,null):void 0===l.constructor&&l.__b>0?e.__k[r]=F(l.type,l.props,l.key,l.ref?l.ref:null,l.__v):e.__k[r]=l;var s=r+a;l.__=e,l.__b=e.__b+1;var c=l.__i=function(e,t,n,r){var l=e.key;var _=e.type;var i=n-1;var o=n+1;var u=t[n];var a=r>+(null!=u&&(131072&u.__u)===0);if(null===u||u&&l==u.key&&_===u.type&&(131072&u.__u)===0)return n;if(a)for(;i>=0||o<t.length;){if(i>=0){if((u=t[i])&&(131072&u.__u)===0&&l==u.key&&_===u.type)return i;i--}if(o<t.length){if((u=t[o])&&(131072&u.__u)===0&&l==u.key&&_===u.type)return o;o++}}return -1}(l,n,s,u);_=null,-1!==c&&(_=n[c],u--,_&&(_.__u|=131072)),null==_||null===_.__v?(-1==c&&a--,\"function\"!=typeof l.type&&(l.__u|=65536)):c!==s&&(c==s-1?a--:c==s+1?a++:(c>s?a--:a++,l.__u|=65536))}if(u)for(r=0;r<o;r++)null!=(_=n[r])&&(131072&_.__u)===0&&(_.__e==e.__d&&(e.__d=B(_)),function e(t,n,r){var l;if(R.unmount&&R.unmount(t),(l=t.ref)&&(!l.current||l.current===t.__e)&&er(l,null,n),null!=(l=t.__c)){if(l.componentWillUnmount)try{l.componentWillUnmount()}catch(e){R.__e(e,n)}l.base=l.__P=null}if(l=t.__k)for(var _=0;_<l.length;_++)l[_]&&e(l[_],n,r||\"function\"!=typeof t.type);r||L(t.__e),t.__c=t.__=t.__e=t.__d=void 0}(_,_))}(n,t,v),u=n.__d,c=0;c<y;c++)null!=(p=n.__k[c])&&(f=-1===p.__i?I:v[p.__i]||I,p.__i=c,et(e,p,f,l,_,i,o,u,a,s),d=p.__e,p.ref&&f.ref!=p.ref&&(f.ref&&er(f.ref,null,p),s.push(p.ref,p.__c||d,p)),null==h&&null!=d&&(h=d),65536&p.__u||f.__k===p.__k?u=function e(t,n,r){if(\"function\"==typeof t.type){var l=t.__k;for(var _=0;l&&_<l.length;_++)l[_]&&(l[_].__=t,n=e(l[_],n,r));return n}t.__e!=n&&(n&&t.type&&!r.contains(n)&&(n=B(t)),r.insertBefore(t.__e,n||null),n=t.__e);do n=n&&n.nextSibling;while(null!=n&&8===n.nodeType);return n}(p,u,e):\"function\"==typeof p.type&&void 0!==p.__d?u=p.__d:d&&(u=d.nextSibling),p.__d=void 0,p.__u&=-196609);n.__d=u,n.__e=h}function z(e,t,n){\"-\"===t[0]?e.setProperty(t,null==n?\"\":n):null==n?e[t]=\"\":\"number\"!=typeof n||j.test(t)?e[t]=n:e[t]=n+\"px\"}q.__r=0;var K=0;function X(e,t,n,r,l){var _;e:if(\"style\"===t)if(\"string\"==typeof n)e.style.cssText=n;else{if(\"string\"==typeof r&&(e.style.cssText=r=\"\"),r)for(t in r)n&&t in n||z(e.style,t,\"\");if(n)for(t in n)r&&n[t]===r[t]||z(e.style,t,n[t])}else if(\"o\"===t[0]&&\"n\"===t[1])_=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,\"$1\")),t=t.toLowerCase()in e||\"onFocusOut\"===t||\"onFocusIn\"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+_]=n,n?r?n._attached=r._attached:(n._attached=K,e.addEventListener(t,_?ee:Z,_)):e.removeEventListener(t,_?ee:Z,_);else{if(\"http://www.w3.org/2000/svg\"==l)t=t.replace(/xlink(H|:h)/,\"h\").replace(/sName$/,\"s\");else if(\"width\"!=t&&\"height\"!=t&&\"href\"!=t&&\"list\"!=t&&\"form\"!=t&&\"tabIndex\"!=t&&\"download\"!=t&&\"rowSpan\"!=t&&\"colSpan\"!=t&&\"role\"!=t&&\"popover\"!=t&&t in e)try{e[t]=null==n?\"\":n;break e}catch(e){}\"function\"==typeof n||(null!=n&&(!1!==n||\"-\"===t[4])?e.setAttribute(t,\"popover\"==t&&!0==n?\"\":n):e.removeAttribute(t))}}function Y(e){return function(t){if(this.l){var n=this.l[t.type+e];if(null==t._dispatched)t._dispatched=K++;else if(t._dispatched<n._attached)return;return n(R.event?R.event(t):t)}}}var Z=Y(!1);var ee=Y(!0);function et(e,t,n,r,l,_,i,o,u,a){var s,c,f,p,d,h,v,y=t.type;if(void 0!==t.constructor)return null;128&n.__u&&(u=!!(32&n.__u),_=[o=t.__e=n.__e]),(v=R.__b)&&v(t),(v=R._diff2)&&v(t,n);t:if(\"function\"==typeof y)try{var m=t.props;var g=\"prototype\"in y&&y.prototype.render;var b=(v=y.contextType)&&r[v.__c];var x=v?b?b.props.value:v.__:r;if(n.__c?h=(s=t.__c=n.__c).__=s.__E:(g?t.__c=s=new y(m,x):(t.__c=s=new W(m,x),s.constructor=y,s.render=el),b&&b.sub(s),s.props=m,s.state||(s.state={}),s.context=x,s.__n=r,c=s.__d=!0,s.__h=[],s._sb=[]),g&&null==s.__s&&(s.__s=s.state),g&&null!=y.getDerivedStateFromProps&&(s.__s==s.state&&(s.__s=T({},s.__s)),T(s.__s,y.getDerivedStateFromProps(m,s.__s))),f=s.props,p=s.state,s.__v=t,c)g&&null==y.getDerivedStateFromProps&&null!=s.componentWillMount&&s.componentWillMount(),g&&null!=s.componentDidMount&&s.__h.push(s.componentDidMount);else{if(g&&null==y.getDerivedStateFromProps&&m!==f&&null!=s.componentWillReceiveProps&&s.componentWillReceiveProps(m,x),!s.__e&&(null!=s.shouldComponentUpdate&&!1===s.shouldComponentUpdate(m,s.__s,x)||t.__v===n.__v)){t.__v!==n.__v&&(s.props=m,s.state=s.__s,s.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some(function(e){e&&(e.__=t)});for(var S=0;S<s._sb.length;S++)s.__h.push(s._sb[S]);s._sb=[],s.__h.length&&i.push(s);break t}null!=s.componentWillUpdate&&s.componentWillUpdate(m,s.__s,x),g&&null!=s.componentDidUpdate&&s.__h.push(function(){s.componentDidUpdate(f,p,d)})}s.context=x,s.props=m,s.__P=e,s.__e=!1;var C=R.__r,k=0;if(g){s.state=s.__s,s.__d=!1,C&&C(t),v=s.render(s.props,s.state,s.context);for(var E=0;E<s._sb.length;E++)s.__h.push(s._sb[E]);s._sb=[]}else do s.__d=!1,C&&C(t),v=s.render(s.props,s.state,s.context),s.state=s.__s;while(s.__d&&++k<25);s.state=s.__s,null!=s.getChildContext&&(r=T(T({},r),s.getChildContext())),g&&!c&&null!=s.getSnapshotBeforeUpdate&&(d=s.getSnapshotBeforeUpdate(f,p));var w=null!=v&&v.type===H&&null==v.key?v.props.children:v;Q(e,A(w)?w:[w],t,n,r,l,_,i,o,u,a),s.base=t.__e,t.__u&=-161,s.__h.length&&i.push(s),h&&(s.__E=s.__=null)}catch(e){if(t.__v=null,u||null!=_){for(t.__u|=u?160:32;o&&8===o.nodeType&&o.nextSibling;)o=o.nextSibling;_[_.indexOf(o)]=null,t.__e=o}else t.__e=n.__e,t.__k=n.__k;R.__e(e,t,n)}else null==_&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=function(e,t,n,r,l,_,i,o,u){var a,s,c,f,p,d,h,v=n.props;var y=t.props;var m=t.type;if(\"svg\"===m?l=\"http://www.w3.org/2000/svg\":\"math\"===m?l=\"http://www.w3.org/1998/Math/MathML\":l||(l=\"http://www.w3.org/1999/xhtml\"),null!=_){for(a=0;a<_.length;a++)if((p=_[a])&&\"setAttribute\"in p===!!m&&(m?p.localName===m:3===p.nodeType)){e=p,_[a]=null;break}}if(null==e){if(null===m)return R.document.createTextNode(y);e=R.document.createElementNS(l,m,y.is&&y),o&&(R.__m&&R.__m(t,_),o=!1),_=null}if(null===m)v===y||o&&e.data===y||(e.data=y);else{if(_=_&&D.call(e.childNodes),v=n.props||I,!o&&null!=_)for(a=0,v={};a<e.attributes.length;a++)v[(p=e.attributes[a]).name]=p.value;for(a in v)if(p=v[a],\"children\"==a);else if(\"dangerouslySetInnerHTML\"==a)c=p;else if(!(a in y)){if(\"value\"==a&&\"defaultValue\"in y||\"checked\"==a&&\"defaultChecked\"in y)continue;X(e,a,null,p,l)}for(a in y)p=y[a],\"children\"==a?f=p:\"dangerouslySetInnerHTML\"==a?s=p:\"value\"==a?d=p:\"checked\"==a?h=p:o&&\"function\"!=typeof p||v[a]===p||X(e,a,p,v[a],l);if(s)o||c&&(s.__html===c.__html||s.__html===e.innerHTML)||(e.innerHTML=s.__html),t.__k=[];else if(c&&(e.innerHTML=\"\"),Q(e,A(f)?f:[f],t,n,r,\"foreignObject\"===m?\"http://www.w3.org/1999/xhtml\":l,_,i,_?_[0]:n.__k&&B(n,0),o,u),null!=_)for(a=_.length;a--;)L(_[a]);o||(a=\"value\",\"progress\"===m&&null==d?e.removeAttribute(\"value\"):void 0===d||d===e[a]&&(\"progress\"!==m||d)&&(\"option\"!==m||d===v[a])||X(e,a,d,v[a],l),a=\"checked\",void 0!==h&&h!==e[a]&&X(e,a,h,v[a],l))}return e}(n.__e,t,n,r,l,_,i,u,a);(v=R.diffed)&&v(t)}function en(e,t,n){t.__d=void 0;for(var r=0;r<n.length;r++)er(n[r],n[++r],n[++r]);R.__c&&R.__c(t,e),e.some(function(t){try{e=t.__h,t.__h=[],e.some(function(e){e.call(t)})}catch(e){R.__e(e,t.__v)}})}function er(e,t,n){try{if(\"function\"==typeof e){var r=\"function\"==typeof e.__u;r&&e.__u(),r&&null==t||(e.__u=e(t))}else e.current=t}catch(e){R.__e(e,n)}}function el(e,t,n){return this.constructor(e,n)}function e_(e,t,n){R.__&&R.__(e,t);var r=\"function\"==typeof n;var l=r?null:n&&n.__k||t.__k;e=(!r&&n||t).__k=U(H,null,[e]);var _=[],i=[];et(t,e,l||I,I,t.namespaceURI,!r&&n?[n]:l?null:t.firstChild?D.call(t.childNodes):null,_,!r&&n?n:l?l.__e:t.firstChild,r,i),en(_,e,i)}var ei=0;function eo(e,t){var n={__c:t=\"__cC\"+ei++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){if(!this.getChildContext){var n=[];var r={};r[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some(function(e){e.__e=!0,V(e)})},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n&&n.splice(n.indexOf(e),1),t&&t.call(e)}}}return e.children}};return n.Provider.__=n.Consumer.contextType=n}var eu=0;function ea(e,t,n,r,l,_){t||(t={});var i,o,u=t;if(\"ref\"in u)for(o in u={},t)\"ref\"==o?i=t[o]:u[o]=t[o];var a={type:e,props:u,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--eu,__i:-1,__u:0,__source:l,__self:_};if(\"function\"==typeof e&&(i=e.defaultProps))for(o in i)void 0===u[o]&&(u[o]=i[o]);return R.vnode&&R.vnode(a),a}var es=0;var ec=[];var ef=R.__b;var ep=R.__r;var ed=R.diffed;var eh=R.__c;var ev=R.unmount;var ey=R.__;function em(e,t){R.__h&&R.__h(s,e,es||t),es=0;var n=s.__H||(s.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function eg(e){return es=1,function(e,t,n){var r=em(a++,2);if(r._reducer=e,!r.__c&&(r.__=[eO(void 0,t),function(e){var t=r.__N?r.__N[0]:r.__[0];var n=r._reducer(t,e);t!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=s,!s._hasScuFromHooks)){var l=function(e,t,n){if(!r.__c.__H)return!0;var l=r.__c.__H.__.filter(function(e){return!!e.__c});if(l.every(function(e){return!e.__N}))return!_||_.call(this,e,t,n);var i=!1;return l.forEach(function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(i=!0)}}),(!!i||r.__c.props!==e)&&(!_||_.call(this,e,t,n))};s._hasScuFromHooks=!0;var _=s.shouldComponentUpdate;var i=s.componentWillUpdate;s.componentWillUpdate=function(e,t,n){if(this.__e){var r=_;_=void 0,l(e,t,n),_=r}i&&i.call(this,e,t,n)},s.shouldComponentUpdate=l}return r.__N||r.__}(eO,e)}function eb(e){return es=5,ex(function(){return{current:e}},[])}function ex(e,t){var n=em(a++,7);return eP(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function eS(e){var t=s.context[e.__c];var n=em(a++,9);return(n.c=e,t)?(null==n.__&&(n.__=!0,t.sub(s)),t.props.value):e.__}function eC(){var e;for(;e=ec.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(eE),e.__H.__h.forEach(ew),e.__H.__h=[]}catch(t){e.__H.__h=[],R.__e(t,e.__v)}}R.__b=function(e){s=null,ef&&ef(e)},R.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),ey&&ey(e,t)},R.__r=function(e){ep&&ep(e),s=e.__c,a=0;var t=s.__H;t&&(c===s?(t.__h=[],s.__h=[],t.__.forEach(function(e){e.__N&&(e.__=e.__N),e._pendingArgs=e.__N=void 0})):(t.__h.forEach(eE),t.__h.forEach(ew),t.__h=[],a=0)),c=s},R.diffed=function(e){ed&&ed(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1===ec.push(t)||f!==R.requestAnimationFrame)&&((f=R.requestAnimationFrame)||function(e){var t,n=function(){clearTimeout(r),ek&&cancelAnimationFrame(t),setTimeout(e)};var r=setTimeout(n,100);ek&&(t=requestAnimationFrame(n))})(eC),t.__H.__.forEach(function(e){e._pendingArgs&&(e.__H=e._pendingArgs),e._pendingArgs=void 0})),c=s=null},R.__c=function(e,t){t.some(function(e){try{e.__h.forEach(eE),e.__h=e.__h.filter(function(e){return!e.__||ew(e)})}catch(n){t.some(function(e){e.__h&&(e.__h=[])}),t=[],R.__e(n,e.__v)}}),eh&&eh(e,t)},R.unmount=function(e){ev&&ev(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(e){try{eE(e)}catch(e){t=e}}),n.__H=void 0,t&&R.__e(t,n.__v))};var ek=\"function\"==typeof requestAnimationFrame;function eE(e){var t=s;var n=e.__c;\"function\"==typeof n&&(e.__c=void 0,n()),s=t}function ew(e){var t=s;e.__c=e.__(),s=t}function eP(e,t){return!e||e.length!==t.length||t.some(function(t,n){return t!==e[n]})}function eO(e,t){return\"function\"==typeof t?t(e):t}function eI(e,t){for(var n in e)if(\"__source\"!==n&&!(n in t))return!0;for(var r in t)if(\"__source\"!==r&&e[r]!==t[r])return!0;return!1}function eN(e,t){this.props=e,this.context=t}eN.prototype=new W,eN.prototype.isPureReactComponent=!0,eN.prototype.shouldComponentUpdate=function(e,t){return eI(this.props,e)||eI(this.state,t)};var ej=R.__b;R.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),ej&&ej(e)},\"undefined\"!=typeof Symbol&&Symbol.for&&Symbol.for(\"react.forward_ref\");var eA=R.__e;R.__e=function(e,t,n,r){if(e.then){var l;var _=t;for(;_=_.__;)if((l=_.__c)&&l.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),l.__c(e,t)}eA(e,t,n,r)};var eT=R.unmount;function eL(){this.__u=0,this._suspenders=null,this.__b=null}function eD(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function eR(){this._next=null,this._map=null}R.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),eT&&eT(e)},eL.prototype=new W,eL.prototype.__c=function(e,t){var n=t.__c;var r=this;null==r._suspenders&&(r._suspenders=[]),r._suspenders.push(n);var l=eD(r.__v);var _=!1;var i=function(){_||(_=!0,n.__R=null,l?l(o):o())};n.__R=i;var o=function(){if(!--r.__u){if(r.state.__a){var e,t=r.state.__a;r.__v.__k[0]=function e(t,n,r){return t&&r&&(t.__v=null,t.__k=t.__k&&t.__k.map(function(t){return e(t,n,r)}),t.__c&&t.__c.__P===n&&(t.__e&&r.appendChild(t.__e),t.__c.__e=!0,t.__c.__P=r)),t}(t,t.__c.__P,t.__c.__O)}for(r.setState({__a:r.__b=null});e=r._suspenders.pop();)e.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(i,i)},eL.prototype.componentWillUnmount=function(){this._suspenders=[]},eL.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=R.document.createElement(\"div\");var r=this.__v.__k[0].__c;this.__v.__k[0]=function e(t,n,r){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach(function(e){\"function\"==typeof e.__c&&e.__c()}),t.__c.__H=null),null!=(t=function(e,t){for(var n in t)e[n]=t[n];return e}({},t)).__c&&(t.__c.__P===r&&(t.__c.__P=n),t.__c=null),t.__k=t.__k&&t.__k.map(function(t){return e(t,n,r)})),t}(this.__b,n,r.__O=r.__P)}this.__b=null}var l=t.__a&&U(H,null,e.fallback);return l&&(l.__u&=-33),[U(H,null,t.__a?null:e.children),l]};var eM=function(e,t,n){if(++n[1]===n[0]&&e._map.delete(t),e.props.revealOrder&&(\"t\"!==e.props.revealOrder[0]||!e._map.size))for(n=e._next;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e._next=n=n[2]}};eR.prototype=new W,eR.prototype.__a=function(e){var t=this;var n=eD(t.__v);var r=t._map.get(e);return r[0]++,function(l){var _=function(){t.props.revealOrder?(r.push(l),eM(t,e,r)):l()};n?n(_):_()}},eR.prototype.render=function(e){this._next=null,this._map=new Map;var t=function e(t,n){return n=n||[],null==t||\"boolean\"==typeof t||(A(t)?t.some(function(t){e(t,n)}):n.push(t)),n}(e.children);e.revealOrder&&\"b\"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this._map.set(t[n],this._next=[1,0,this._next]);return e.children},eR.prototype.componentDidUpdate=eR.prototype.componentDidMount=function(){var e=this;this._map.forEach(function(t,n){eM(e,n,t)})};var eU=\"undefined\"!=typeof Symbol&&Symbol.for&&Symbol.for(\"react.element\")||60103;W.prototype.isReactComponent={},[\"componentWillMount\",\"componentWillReceiveProps\",\"componentWillUpdate\"].forEach(function(e){Object.defineProperty(W.prototype,e,{configurable:!0,get:function(){return this[\"UNSAFE_\"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var eF=R.event;function eH(){}function eW(){return this.cancelBubble}function eB(){return this.defaultPrevented}R.event=function(e){return eF&&(e=eF(e)),e.persist=eH,e.isPropagationStopped=eW,e.isDefaultPrevented=eB,e.nativeEvent=e};var e$=R.vnode;function eG(e,t){if(e===t)return!0;try{if(\"object\"==typeof e&&null!==e&&\"object\"==typeof t&&null!==t&&JSON.stringify(e)===JSON.stringify(t))return!0}catch(e){throw e}return!1}function eV(e){for(let t in e)return!1;return!0}function eJ(e,t){let n=(SystemInfo.lynxSdkVersion||\"1.0\").split(\".\");return Number(n[0])>e||Number(n[0])==e&&Number(n[1])>t}function eq(e){var t;return null!=(t=e.displayName)?t:e.name}function eQ(e,t,n){let r=e[t];e[t]=function(...e){return n.call(this,r,...e)}}R.vnode=function(e){e.$$typeof=eU,e$&&e$(e)};let ez=(()=>{if(lynx.queueMicrotask)return e=>lynx.queueMicrotask(e);if(\"function\"!=typeof globalThis.Promise)return e=>{setTimeout(e,0)};{let e=globalThis.Promise.resolve();return t=>{e.then(t).catch(e=>{setTimeout(()=>{throw e},0)})}}})();function eK(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};var r=Object.keys(n);\"function\"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r;r=n[t],t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r})}return e}function eX(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}(x=p||(p={})).firstScreen=\"rLynxFirstScreen\",x.updateFromRoot=\"updateFromRoot\",x.globalEventFromLepus=\"globalEventFromLepus\",x.jsReady=\"rLynxJSReady\",x.patchUpdate=\"rLynxChange\",x.publishEvent=\"rLynxPublishEvent\",(S=d||(d={}))[S.UPDATE=0]=\"UPDATE\",S[S.RESET=1]=\"RESET\";function eY(){if(e){let t=e;return e=[],t}}let eZ=\"renderComponent\";let e0=\"reactLynxHydrate\",e1=\"updateTriggeredByBts\";let e2=\"__lynx_timing_flag\";let e3=!1;let e8=!1;function e7(e,n){var r,l;switch(e){case\"updateSetStateTrigger\":e3=!0,e8=!0,t=n;break;case\"updateDiffVdomStart\":if(!e3)return;e3=!1;break;case\"updateDiffVdomEnd\":if(!e8)return;e8=!1}null==(r=(l=lynx.getNativeApp()).markTiming)||r.call(l,t,e)}function e9(e,t,r){var l,_,i,o,u,a,s,c;if(n=null==(_=lynx.performance)||null==(l=_._generatePipelineOptions)?void 0:l.call(_)){switch(n.needTimestamps=e,n.pipelineOrigin=t,n.dsl=\"reactLynx\",t){case e0:n.stage=\"hydrate\";break;case e1:n.stage=\"update\"}eJ(3,0)?null==(o=lynx.performance)||null==(i=o._onPipelineStart)||i.call(o,n.pipelineID,n):null==(a=lynx.performance)||null==(u=a._onPipelineStart)||u.call(a,n.pipelineID),r&&(null==(c=lynx.performance)||null==(s=c._bindPipelineIdWithTimingFlag)||s.call(c,n.pipelineID,r))}}function e5(e,t){var r,l;n&&(t||n.needTimestamps)&&(null==(l=lynx.performance)||null==(r=l._markTiming)||r.call(l,n.pipelineID,e))}(C=h||(h={})).runWorkletCtx=\"Lynx.Worklet.runWorkletCtx\",C.runOnBackground=\"Lynx.Worklet.runOnBackground\",C.FunctionCallRet=\"Lynx.Worklet.FunctionCallRet\",C.releaseBackgroundWorkletCtx=\"Lynx.Worklet.releaseBackgroundWorkletCtx\",C.releaseWorkletRef=\"Lynx.Worklet.releaseWorkletRef\";let e6=new Map;let e4={value:!0};let te=[];class tt{setTask(e,t){return this.task=n=>n[e](...t),this}invoke(...e){return new tt(this.refAttr).setTask(\"invoke\",e)}path(...e){return new tt(this.refAttr).setTask(\"path\",e)}fields(...e){return new tt(this.refAttr).setTask(\"fields\",e)}setNativeProps(...e){return new tt(this.refAttr).setTask(\"setNativeProps\",e)}exec(){var e;e=()=>{var e;let t=null!=(e=e6.get(this.refAttr[0]))?e:this.refAttr[0];let n=`[react-ref-${t}-${this.refAttr[1]}]`;this.task(lynx.createSelectorQuery().select(n)).exec()},e4.value?te.push(e):e()}constructor(e){this.refAttr=e}}let tn=[];let tr=[];function tl(e,t){let n=t&&new tt(t);try{if(\"function\"==typeof e){let t=\"function\"==typeof e._unmount;t&&e._unmount(),t&&null==n||(e._unmount=e(n))}else e.current=n}catch(e){lynx.reportError(e)}}function t_(){try{for(let e of tn)tl(e,null);for(let e=0;e<tr.length;e+=2){let t=tr[e];let n=tr[e+1];tl(t,n)}}finally{to()}}function ti(e,t,n,r){e!==t&&(e&&tn.push(e),t&&tr.push(t,[n,r]))}function to(){tn.length=0,tr.length=0}new WeakMap,(k=v||(v={}))[k.Attr=0]=\"Attr\",k[k.Spread=1]=\"Spread\",k[k.Slot=2]=\"Slot\",k[k.Children=3]=\"Children\",k[k.ListChildren=4]=\"ListChildren\",k[k.MultiChildren=5]=\"MultiChildren\";let tu=[[v.Children,0]];let ta={values:new Map([[\"root\",{create:()=>[],update:[],slot:tu,isListHolder:!1,cssId:0}],[\"wrapper\",{create:()=>[],update:[],slot:tu,isListHolder:!1}],[null,{create:()=>[],update:[e=>{}],slot:[],isListHolder:!1}]])};let ts={nextId:0,values:new Map,clear(){this.values.clear()},updateId(e,t){let n=this.values;let r=n.get(e);n.delete(e),n.set(t,r),r.__id=t},getValueBySign(e){let t=null==e?void 0:e.split(\":\");if(!t||2!=t.length&&3!=t.length)throw Error(\"Invalid ctx format: \"+e);let n=Number(t[0]);let r=Number(t[1]);let l=this.values.get(n);if(!l)return null;let _=t[2];if(\"__extraProps\"===t[1]){if(_)return l.__extraProps[_];throw Error(\"unreachable\")}return _?l.__values[r][_]:l.__values[r]}};function tc(e,t,n,r,l,_,i){var o;o=e,e=_?`${_}:${o}`:o;let u={create:t,update:n,slot:r,cssId:l,entryName:_,refAndSpreadIndexes:i};return ta.values.set(e,u),r&&r[0]&&r[0][0]===v.ListChildren&&(u.isListHolder=!0),e}function tf(e,t){let n=e.childNodes;for(let r of(t(e),n))tf(r,t)}let tp=[];function td(){let e=tp;return tp=[],e}let th=0;let tv=[];function ty(){let e=tv;return tv=[],e}let tm={value:!1};let tg=()=>{tm.value=!0,ez(()=>{tm.value=!1})};eQ(R,eZ,(e,...t)=>{null==e||e(...t),tg()}),eQ(R,\"__\",(e,...t)=>{null==e||e(...t),tg()});let tb={};let tx=new Map;let tS=1;let tC=[];let tk={};function tE(e,t){e5(\"packChangesStart\");let r={data:JSON.stringify(e),patchOptions:eX(eK({},t),{reloadVersion:th})};return e5(\"packChangesEnd\"),n&&(r.patchOptions.pipelineOptions=n,n=void 0),r}(E=y||(y={}))[E.COMPOSED=-1]=\"COMPOSED\",E[E.PAN=0]=\"PAN\",E[E.FLING=1]=\"FLING\",E[E.DEFAULT=2]=\"DEFAULT\",E[E.TAP=3]=\"TAP\",E[E.LONGPRESS=4]=\"LONGPRESS\",E[E.ROTATION=5]=\"ROTATION\",E[E.PINCH=6]=\"PINCH\",E[E.NATIVE=7]=\"NATIVE\";let tw=[];class tP{add(e){let t=++this.lastIndex;return this.indexMap.set(t,e),t}get(e){return this.indexMap.get(e)}remove(e){this.indexMap.delete(e)}constructor(){this.lastIndex=0,this.indexMap=new Map}}class tO extends tP{add(e){let t=super.add(e);return e._execId=t,t}findJsFnHandle(e,t){let n=this.get(e);if(!n)return;let r=e=>{if(null!==e&&\"object\"==typeof e){if(\"_jsFnId\"in e&&e._jsFnId===t)return e;for(let t in e){let n=r(e[t]);if(n)return n}}};return r(n)}}function tI(e){let t=JSON.parse(e.data);let n=_.findJsFnHandle(t.obj._execId,t.obj._jsFnId);let r=null==n?void 0:n._fn;if(!r)throw Error(\"runOnBackground: JS function not found: \"+JSON.stringify(t.obj));let l=r(...t.params);lynx.getCoreContext().dispatchEvent({type:h.FunctionCallRet,data:JSON.stringify({resolveId:t.resolveId,returnValue:l})})}function tN(e){for(let t of e.data)_.remove(t)}function tj(e){return(null!=r?r:r=eJ(2,13))||!e?e&&(null!=l?l:l=eJ(2,15))?(_||(_=new tO,lynx.getCoreContext().addEventListener(h.runOnBackground,tI),lynx.getCoreContext().addEventListener(h.releaseBackgroundWorkletCtx,tN),tw.push(()=>{lynx.getCoreContext().removeEventListener(h.runOnBackground,tI),lynx.getCoreContext().removeEventListener(h.releaseBackgroundWorkletCtx,tN),_=void 0})),_.add(e),e):e:(lynx.reportError(Error(\"Main thread script requires Lynx sdk version 2.14\")),null)}function tA(e){if(e.type===y.COMPOSED)for(let t of e.gestures)tA(t);else for(let[t,n]of Object.entries(e.callbacks))e.callbacks[t]=tj(n)}let tT=new Set([\"name\",\"clip-radius\",\"overlap\",\"exposure-scene\",\"exposure-id\"]);function tL(e,t,n){let r={};let l=!1;for(let i in n){var _;let o=n[i];\"__spread\"===i||(\"class\"===i||\"className\"===i?(null!=o||(o=\"\"),r.className=o):\"ref\"===i?r[i]=null==(_=function(e){if(null==e)return e;if(\"function\"==typeof e||\"object\"==typeof e&&\"current\"in e)return\"__ref\"in e?e:Object.defineProperty(e,\"__ref\",{value:1});throw Error(`Elements' \"ref\" property should be a function, or an object created by createRef(), but got [${typeof e}] instead`)}(o))?void 0:_.__ref:\"function\"==typeof o?r[i]=`${e.__id}:${t}:${i}`:\"__self\"===i||\"__source\"===i||(!l&&tT.has(i)&&(l=!0),r[i]=o))}return l&&(r.flatten=!1),r}class tD{get parentNode(){return this.__parent}get nextSibling(){return this.__nextSibling}contains(e){return e.parentNode===this}appendChild(e){return this.insertBefore(e)}insertBefore(t,n){t.__removed_from_tree?(t.__removed_from_tree=!1,tR([t],this.__id,null==n?void 0:n.__id)):null==e||e.push(1,this.__id,t.__id,null==n?void 0:n.__id);let r=t.__parent;r&&(t.__previousSibling?t.__previousSibling.__nextSibling=t.__nextSibling:r.__firstChild=t.__nextSibling,t.__nextSibling?t.__nextSibling.__previousSibling=t.__previousSibling:r.__lastChild=t.__previousSibling),n?(n.__previousSibling?(n.__previousSibling.__nextSibling=t,t.__previousSibling=n.__previousSibling):(this.__firstChild=t,t.__previousSibling=null),n.__previousSibling=t,t.__nextSibling=n,t.__parent=this):(this.__lastChild?(this.__lastChild.__nextSibling=t,t.__previousSibling=this.__lastChild):(this.__firstChild=t,t.__previousSibling=null),this.__lastChild=t,t.__parent=this,t.__nextSibling=null)}removeChild(t){if(null==e||e.push(2,this.__id,t.__id),t.__removed_from_tree=!0,t.__parent!==this)throw Error(\"The node to be removed is not a child of this node.\");t.__previousSibling?t.__previousSibling.__nextSibling=t.__nextSibling:this.__firstChild=t.__nextSibling,t.__nextSibling?t.__nextSibling.__previousSibling=t.__previousSibling:this.__lastChild=t.__previousSibling,t.__parent=null,t.__previousSibling=null,t.__nextSibling=null,ti(()=>{tf(t,e=>{var t;e.__values&&(null==(t=e.__snapshot_def.refAndSpreadIndexes)||t.forEach(t=>{let n=e.__values[t];n&&(\"object\"==typeof n||\"function\"==typeof n)&&(\"__spread\"in n&&\"ref\"in n?tl(n.ref,null):\"__ref\"in n&&tl(n,null))}))})},null,0,0),tC.push(t.__id)}tearDown(){tf(this,e=>{e.__parent=null,e.__previousSibling=null,e.__nextSibling=null,ts.values.delete(e.__id)})}get childNodes(){let e=[];let t=this.__firstChild;for(;t&&(e.push(t),t!==this.__lastChild);)t=t.__nextSibling;return e}setAttribute(t,n){var r,l,_;if(\"values\"===t){if(e){let t=this.__values;if(t)for(let r=0;r<n.length;r++){let{needUpdate:l,valueToCommit:_}=this.setAttributeImpl(n[r],t[r],r);l&&e.push(3,this.__id,r,_)}else{let t=[];let r=n.length;for(let e=0;e<r;++e){let{valueToCommit:r}=this.setAttributeImpl(n[e],null,e);t[e]=r}e.push(4,this.__id,t)}}else null==(r=this.__snapshot_def.refAndSpreadIndexes)||r.forEach(e=>{let t=n[e];t&&(\"object\"==typeof t||\"function\"==typeof t)&&(\"__spread\"in t&&\"ref\"in t?ti(null,t.ref,this.__id,e):\"__ref\"in t&&ti(null,t,this.__id,e))});this.__values=n;return}\"string\"==typeof t?(null!=(l=this.__extraProps)?l:this.__extraProps={})[t]=n:(null!=(_=this.__values)?_:this.__values=[])[t]=n,null==e||e.push(3,this.__id,t,n)}setAttributeImpl(e,t,r){if(!e)return t&&\"object\"==typeof t&&\"__ref\"in t&&ti(t,null,this.__id,r),{needUpdate:t!==e,valueToCommit:e};let l=typeof e;if(\"object\"===l){if(\"__spread\"in e){let l=null==t?void 0:t.__spread;let _=tL(this,r,e);let i=!eG(l,_);if(e.__spread=_,ti(l&&t.ref,e.ref,this.__id,r),i)for(let e in _){let t=_[e];t&&(t._wkltId?_[e]=tj(t):t.__isGesture?tA(t):\"__lynx_timing_flag\"==e&&(null==l?void 0:l[e])!=t&&n&&(n.needTimestamps=!0))}return{needUpdate:i,valueToCommit:_}}return\"__ref\"in e?(ti(t,e,this.__id,r),{needUpdate:!1,valueToCommit:1}):\"_wkltId\"in e?{needUpdate:!0,valueToCommit:tj(e)}:\"__isGesture\"in e?(tA(e),{needUpdate:!0,valueToCommit:e}):\"__ltf\"in e?n&&(null==t?void 0:t.__ltf)!=e.__ltf?(n.needTimestamps=!0,{needUpdate:!0,valueToCommit:e}):{needUpdate:!1,valueToCommit:e}:{needUpdate:!eG(t,e),valueToCommit:e}}return\"function\"===l?e.__ref?(ti(t,e,this.__id,r),{needUpdate:!1,valueToCommit:1}):{needUpdate:!t,valueToCommit:1}:{needUpdate:t!==e,valueToCommit:e}}constructor(t){this.__parent=null,this.__firstChild=null,this.__lastChild=null,this.__previousSibling=null,this.__nextSibling=null,this.type=t,this.__snapshot_def=ta.values.get(t);let n=this.__id=ts.nextId+=1;ts.values.set(n,this),null==e||e.push(0,t,n)}}function tR(t,n,r){for(let l of t){let t=l.__id;null==e||e.push(0,l.type,t);let _=l.__values;_&&(l.__values=void 0,l.setAttribute(\"values\",_));let i=l.__extraProps;for(let e in i)l.setAttribute(e,i[e]);tR(l.childNodes,t),null==e||e.push(1,n,t,r)}}let tM={};let tU=\"Lynx.Error.CtxNotFound\";let tF=null;function tH(e,t){null!=o||(o=[]),o.push([e,t])}i=new tD(\"root\");let tW=[];function tB(){e_(null,i),tx.forEach(e=>{e()}),tx.clear(),tW.length=0,o&&(o.length=0)}(w=m||(m={}))[w.Begin=0]=\"Begin\",w[w.End=1]=\"End\",w[w.Attr=2]=\"Attr\",w[w.Text=3]=\"Text\";function t$([t,n]){if(!(\"__k\"in i))return void tW.push([t,n]);try{(function(t,n){switch(t){case p.firstScreen:{let t;try{q()}catch(e){t=e}let{root:r,jsReadyEventIdSwap:l}=n;e9(!0,e0,\"react_lynx_hydrate\"),e5(\"hydrateParseSnapshotStart\");let _=JSON.parse(r);e5(\"hydrateParseSnapshotEnd\"),e5(\"diffVdomStart\");let u=function(t,n){e=[];let r=(t,n)=>{var l,_,i;if(e6.set(n.__id,t.id),ts.updateId(n.__id,t.id),null==(l=n.__values)||l.forEach((r,l)=>{let _=t.values[l];if(r)if(\"object\"==typeof r)if(\"__spread\"in r){delete r.__spread;let e=tL(n,l,r);for(let t in e){let n=e[t];n&&\"object\"==typeof n&&(\"_wkltId\"in n?tj(n):\"__isGesture\"in n&&tA(n))}n.__values[l].__spread=e,r=e}else\"__ref\"in r?r=_:\"_wkltId\"in r?tj(r):\"__isGesture\"in r&&tA(r);else\"function\"==typeof r&&(r=\"__ref\"in r?_:`${n.__id}:${l}:`);eG(r,_)||void 0===r&&null===_||e.push(3,n.__id,l,r)}),n.__extraProps)for(let r in n.__extraProps){let l=n.__extraProps[r];eG(l,null==(_=t.extraProps)?void 0:_[r])||e.push(3,n.__id,r,l)}let{slot:o}=n.__snapshot_def;let u=null!=(i=t.children)?i:[];let a=n.childNodes;o&&o.forEach(([n],l)=>{switch(n){case v.Slot:case v.MultiChildren:{let e=u[l];r(e,a[l]);break}case v.Children:case v.ListChildren:{let n=function(e,t,n,r){let l=0;let _={$$diff:!0,i:{},r:[],m:{}};let i={};for(let t=0;t<e.length;t++){var o,u;let n=e[t];(null!=(u=i[o=n.type])?u:i[o]=new Set).add([n,t])}for(let e=0;e<t.length;e++){let o;let u=t[e];let a=i[u.type];if(a&&a.size>0&&([o]=a,o)&&n(o[0],u)){a.delete(o);let t=o[1];if(r(o[0],u,t,e),t<l){_.m[t]=e;continue}l=t}else _.i[e]=u}for(let e in i)for(let[,t]of i[e])_.r.push(t);return _}(u,a,(e,t)=>e.type===t.type,(e,t)=>{r(e,t)});(function(e,t,n,r,l){let _;if(!(!eV(t.i)||!eV(t.m)||t.r.length>0))return e;let i=new Set(t.r);let{i:o,m:u}=t;let a=new Map;let s=0;_=e[0];let c=[];let f=0;let p=0;let d=Object.keys(o).length;for(;_||d>0;){let t=!1;if(_&&i.has(p))r(_);else if(_&&void 0!==u[p])a.set(u[p],_),d++;else{let e=_;a.has(f)?(e=a.get(f),t=!0,l(e,_),d--):void 0!==o[f]&&(e=n(o[f],_),t=!0,d--),c.push(e),f++}_&&!t&&(_=e[++s],p++)}return c})(u,n,(e,n)=>{tR([e],t.id,null==n?void 0:n.id)},n=>{e.push(2,t.id,n.id)},(n,r)=>{e.push(1,t.id,n.id,null==r?void 0:r.id)})}}})};return r(t,n),to(),eY()}(_,i);e5(\"diffVdomEnd\"),tV(),o&&(o.forEach(e=>{var t;let[n,r]=e;let[_,...i]=n.split(\":\");for(;l[_];)_=null==(t=l[_])?void 0:t.toString();try{tJ([_,...i].join(\":\"),r)}catch(e){lynx.reportError(e)}}),o.length=0),lynxCoreInject.tt.publishEvent=tJ,lynxCoreInject.tt.publicComponentEvent=tq;let a=tS++;let s={patchList:[{snapshotPatch:u,id:a}]};tv.length&&(s.delayedRunOnMainThreadData=ty());let c=tE(s,{isHydration:!0});for(let e of(lynx.getNativeApp().callLepusMethod(p.patchUpdate,c,()=>{tx.forEach((e,t)=>{t>a||(e(),tx.delete(t))})}),te))e();if(e4.value=!1,te.length=0,t)throw t;break}case p.globalEventFromLepus:{let[e,t]=n;lynx.getJSModule(\"GlobalEventEmitter\").trigger(e,t);break}case p.publishEvent:{let{handlerName:e,data:t}=n;lynxCoreInject.tt.publishEvent(e,t)}}})(t,n)}catch(e){lynx.reportError(e)}}let tG=!1;function tV(){tG||(tG=!0,tW&&(tW.forEach(e=>{t$(e)}),tW.length=0),tG=!1)}function tJ(e,t){var n,r;null==(n=(r=lynxCoreInject.tt).callBeforePublishEvent)||n.call(r,t);let l=ts.getValueBySign(e);if(l)try{l(t)}catch(e){lynx.reportError(e)}}function tq(e,t,n){tJ(t,n)}R.document=tM,R.requestAnimationFrame=ez,tM.createElement=function(e){return new tD(e)},tM.createElementNS=function(e,t){return new tD(t)},tM.createTextNode=function(e){let t=new tD(null);return t.setAttribute(0,e),Object.defineProperty(t,\"data\",{set(e){t.setAttribute(0,e)}}),t};let tQ=lynxCoreInject.tt;tQ.OnLifecycleEvent=t$,tQ.publishEvent=tH,tQ.publicComponentEvent=function(e,t,n){tH(t,n)},tQ.callDestroyLifetimeFun=()=>{var e,t;let n=null==(e=(t=lynx).getCoreContext)?void 0:e.call(t);for(let e of(n&&tF&&(n.removeEventListener(tU,tF),tF=null),td(),tw))e();tw.length=0,tB()},tQ.updateGlobalProps=function(e){Object.assign(lynx.__globalProps,e),Promise.resolve().then(()=>{let e=R._diff2;R._diff2=(t,n)=>{e&&e(t,n);let r=n.__c;r&&(r.__e=!0)};try{e_(i.__jsx,i)}finally{R._diff2=e}}),lynxCoreInject.tt.GlobalEventEmitter.emit(\"onGlobalPropsChanged\",void 0)},tQ.updateCardData=function(e,t){let{__lynx_timing_flag:n}=e,r=function(e,t){if(null==e)return{};var n,r,l,_={};if(\"undefined\"!=typeof Reflect&&Reflect.ownKeys){for(l=0,n=Reflect.ownKeys(e);l<n.length;l++)r=n[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(_[r]=e[r]);return _}if(_=function(e,t){if(null==e)return{};var n,r,l={},_=Object.getOwnPropertyNames(e);for(r=0;r<_.length;r++)n=_[r],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(l[n]=e[n]);return l}(e,t),Object.getOwnPropertySymbols)for(l=0,n=Object.getOwnPropertySymbols(e);l<n.length;l++)r=n[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(_[r]=e[r]);return _}(e,[\"__lynx_timing_flag\"]);n&&lynx.reportError(Error(`Received unsupported updateData with \\`__lynx_timing_flag\\` (value \"${n}\"), the timing flag is ignored`));let{type:l=d.UPDATE}=null!=t?t:{};l==d.RESET&&(lynx.__initData={}),lynx.__initData=Object.assign({},lynx.__initData,r),lynxCoreInject.tt.GlobalEventEmitter.emit(\"onDataChanged\",[r])},tQ.onAppReload=function(t){e=void 0,tB(),++th,lynx.__initData=Object.assign({},lynx.__initData,t),e4.value=!0,e_(i.__jsx,i)},tQ.processCardConfig=()=>{},tF=e=>{(function(e){let t=e.id;let n=ts.values.get(t);let r=\"null\";if(n&&n.__snapshot_def){for(let[e,t]of ta.values.entries())if(t===n.__snapshot_def){r=e;break}}lynx.reportError(Error(`snapshotPatchApply failed: ctx not found, snapshot type: '${r}'`))})(e.data)},null==(P=(O=lynx).getCoreContext)||P.call(O).addEventListener(tU,tF),eQ(R,\"__c\",(e,t,n)=>{tm.value=!1,e7(\"updateDiffVdomEnd\"),e5(\"diffVdomEnd\");let r=tC;tC=[];let l=tS++;tx.set(l,()=>{r.length&&setTimeout(()=>{r.forEach(e=>{var t;null==(t=ts.values.get(e))||t.tearDown()})},1e4)});let _=eY();let i=function(){let e=tb;return tb={},e}();let o=function(){let e=tk;return tk={},e}();let u=td();if(!_&&0===u.length){t_(),null==e||e(t,n);return}let a={id:l};(null==_?void 0:_.length)&&(a.snapshotPatch=_),u.length&&(a.workletRefInitValuePatch=u);let s={patchList:[a]};eV(i)||(s.flushOptions=i),_&&tv.length&&(s.delayedRunOnMainThreadData=ty());let c=tE(s,o);lynx.getNativeApp().callLepusMethod(p.patchUpdate,c,()=>{let e=tx.get(l);e&&(e(),tx.delete(l))}),t_(),null==e||e(t,n)});let tz=()=>{e&&(n||(e9(!1,e1),e5(\"diffVdomStart\",!0)),e3&&e7(\"updateDiffVdomStart\"))};eQ(R,eZ,(e,t,n)=>{tz(),e&&e(t,n)}),eQ(R,\"__\",(e,t,n)=>{tz(),e&&e(t,n)}),(null==(b=lynx.performance)||null==(g=b.isProfileRecording)?void 0:g.call(b))&&function(){let t;if(!(t=lynx.performance)||\"function\"!=typeof t.profileStart||\"function\"!=typeof t.profileEnd||\"function\"!=typeof t.profileMark||\"function\"!=typeof t.profileFlowId)return;let n=t.profileStart.bind(t);let r=t.profileEnd.bind(t);let l=t.profileMark.bind(t);let _=t.profileFlowId.bind(t);{let e=Symbol(\"FLOW_ID\");eQ(W.prototype,\"setState\",function(t,n,r){var i;null==t||t.call(this,n,r),this.__d&&l(\"ReactLynx::setState\",{flowId:null!=(i=this[e])?i:this[e]=_(),args:function(e,t){let n={};return null!=e||(e=n),null!=t||(t=n),{\"current state keys\":JSON.stringify(Object.keys(e)),\"next state keys\":JSON.stringify(Object.keys(t)),\"changed (shallow diff) state keys\":JSON.stringify(Object.keys(t).filter(n=>e[n]!==t[n]))}}(this.state,this.__s)})}),eQ(R,\"_diff2\",(t,r,l)=>{if(\"function\"==typeof r.type){let t={};{let n=l.__c;if(n){let r=n[e];if(delete n[e],r){var _;null!=(_=tk).flowIds||(_.flowIds=[]),tk.flowIds.push(r),t.flowId=r}}}n(`ReactLynx::diff::${eq(r.type)}`,t)}null==t||t(r,l)}),eQ(R,\"diffed\",(e,t)=>{\"function\"==typeof t.type&&r(),null==e||e(t)}),eQ(R,\"__c\",(e,t,l)=>{n(\"ReactLynx::commit\",eK({},tk.flowIds?{flowId:tk.flowIds[\"0\"],flowIds:tk.flowIds}:{})),null==e||e(t,l),r()})}eQ(R,\"__r\",(e,t)=>{let l=t.__c.render;t.__c.render=function(e,_,i){n(`ReactLynx::render::${eq(t.type)}`);try{return l.call(this,e,_,i)}finally{r(),t.__c.render=l}},null==e||e(t)});{let t=Symbol(\"PATCH_LENGTH\");eQ(R,\"__b\",(n,r)=>{\"function\"==typeof r.type&&e&&(r[t]=e.length),null==n||n(r)}),eQ(R,\"diffed\",(n,r)=>{\"function\"==typeof r.type&&e&&(r[t]===e.length&&l(\"ReactLynx::diffFinishNoPatch\",{args:{componentName:eq(r.type)}}),delete r[t]),null==n||n(r)})}}();{let{initData:e,updateData:t}=lynxCoreInject.tt._params;lynx.__initData=eK({},e,t),lynx.registerDataProcessors=function(){}}let tK=v.Slot;v.MultiChildren;let tX=v.Children;v.ListChildren;{function tY(e,t){lynx.reportError(Error(`${e} is deprecated and has different behavior in ReactLynx 3.0, please use ref or ${t} instead.`))}W.prototype._reactAppInstance=lynxCoreInject.tt,W.prototype.getNodeRef=function(e,t){return tY(\"getNodeRef\",\"lynx.createSelectorQuery\"),lynxCoreInject.tt._reactLynx.ReactComponent.prototype.getNodeRef.call({_type:\"\",_nativeApp:lynxCoreInject.tt._nativeApp,_uiModule:lynxCoreInject.tt._nativeApp.nativeModuleProxy.LynxUIMethodModule,_reactAppInstance:lynxCoreInject.tt},e,t)},W.prototype.getNodeRefFromRoot=function(e){return tY(\"getNodeRefFromRoot\",\"lynx.createSelectorQuery\"),lynxCoreInject.tt._reactLynx.ReactComponent.prototype.getNodeRefFromRoot.call({_type:\"\",_nativeApp:lynxCoreInject.tt._nativeApp,_uiModule:lynxCoreInject.tt._nativeApp.nativeModuleProxy.LynxUIMethodModule,_reactAppInstance:lynxCoreInject.tt},e)},W.prototype.registerModule=function(e,t){this._reactAppInstance.registerModule(e,t)},W.prototype.getJSModule=function(e){return this._reactAppInstance.getJSModule(e)},W.prototype.addGlobalEventListener=function(e,t,n){return this._reactAppInstance.getJSModule(\"GlobalEventEmitter\").addListener(e,t,n)},W.prototype.getElementById=function(e){return tY(\"getElementById\",\"lynx.getElementById\"),lynx.getElementById(e)},W.prototype.GlobalEventEmitter=lynxCoreInject.tt.GlobalEventEmitter,W.prototype.createSelectorQuery=function(){return tY(\"createSelectorQuery on component instance\",\"lynx.createSelectorQuery\"),lynx.createSelectorQuery()};let e=W.prototype.setState;W.prototype.setState=function(t,n){e.call(this,t,n);let r=this.__s[e2];r&&(tb.__lynx_timing_flag=r,e7(\"updateSetStateTrigger\",r),this.__s[e2]=\"\")}}function tZ(e){let t=eb(e);t.current=ex(()=>e,[e]);let n=eb();return null!=n.current||(n.current=function(...e){return t.current.apply(this,e)}),n.current}function t0(){for(var e,t,n=0,r=\"\",l=arguments.length;n<l;n++)(e=arguments[n])&&(t=function e(t){var n,r,l=\"\";if(\"string\"==typeof t||\"number\"==typeof t)l+=t;else if(\"object\"==typeof t)if(Array.isArray(t)){var _=t.length;for(n=0;n<_;n++)t[n]&&(r=e(t[n]))&&(l&&(l+=\" \"),l+=r)}else for(r in t)t[r]&&(l&&(l+=\" \"),l+=r);return l}(e))&&(r&&(r+=\" \"),r+=t);return r}let t1=eo({active:!1,disabled:!1});let t2=tc(\"__snapshot_11572_54683_1\",null,null,tu,void 0,globDynamicComponentEntry,[0]);let t3=e=>{let{children:t,onClick:n,disabled:r=!1,style:l,className:_,buttonProps:i}=e;let[o,u]=eg(!1);let a=o&&!r;let s=\"function\"==typeof t?t({active:a,disabled:r}):t;let c=tZ(()=>{r||u(!0)});let f=tZ(()=>{if(u(!1),r)return});let p=tZ(()=>{r||null==n||n()});let d=ex(()=>({active:a,disabled:r}),[a,r]);return ea(t1.Provider,{value:d,children:ea(t2,{values:[eX(eK({bindtap:p,bindtouchstart:c,bindtouchend:f,bindtouchcancel:f,\"event-through\":!1,style:l,className:t0(_,{\"ui-active\":a,\"ui-disabled\":r})},i),{__spread:!0})],children:s})})};let t8=eo({selectedValue:null,disabled:!1,handleValueChange:()=>{}});let t7=e=>{var t,n,r,l;let{children:_,onValueChange:i,defaultValue:o,value:u,disabled:c=!1}=e;let f=void 0!==u;let[p,d]=eg(null!=o?o:null);let h=f?u:p;let v=eb(null);let y=tZ(e=>{v.current!==e&&(null==i||i(e),v.current=e)});let m=(t=e=>{f||d(e),y(e)},es=8,ex(function(){return t},[f,y]));n=()=>{y(null!=u?u:\"\")},r=[u,y],l=em(a++,3),!R.__s&&eP(l.__H,r)&&(l.__=n,l._pendingArgs=r,s.__H.__h.push(l));let g=ex(()=>({selectedValue:h,handleValueChange:m,disabled:c}),[h,m,c]);let b=ex(()=>\"function\"==typeof _?_({value:h,disabled:c}):_,[_,h]);return ea(t8.Provider,{value:g,children:b})};let t9=eo({value:\"\",disabled:!1});let t5=e=>{let{className:t,disabled:n=!1,style:r,value:l,children:_,radioProps:i}=e;let o=eS(t8);if(!o)throw Error(\"<Radio/> must be used within <RadioGroup/>!\");let{selectedValue:u,disabled:a,handleValueChange:s}=o;let c=n||a;let f=l===u;let p=ex(()=>({value:l,disabled:c}),[l,c]);let d=tZ(()=>s(l));return ea(t9.Provider,{value:p,children:ea(t3,{className:t0(t,{\"ui-checked\":f}),style:r,disabled:c,onClick:d,buttonProps:i,children:_})})};let t6=tc(\"__snapshot_b3824_f71e7_1\",null,null,tu,void 0,globDynamicComponentEntry,null);let t4=e=>{let{className:t,style:n,children:r,forceMount:l=!1}=e;let{selectedValue:_}=eS(t8);let{value:i,disabled:o}=eS(t9);let{active:u}=eS(t1);let a=i===_;return ea(t6,{values:[t0(t,{\"ui-checked\":a,\"ui-disabled\":o,\"ui-active\":u}),n],children:(l||a)&&r})};let ne={\"hit-slop\":{top:\"8px\",left:\"8px\",right:\"8px\",bottom:\"8px\"}};let nt=[\"Dawn\",\"Bloom\",\"Glow\",\"Fade\",\"Rest\"];let nn=tc(\"__snapshot_19a8c_a7c08_5\",null,null,null,void 0,globDynamicComponentEntry,null);let nr=tc(\"__snapshot_19a8c_a7c08_6\",null,null,tu,void 0,globDynamicComponentEntry,null);let nl=tc(\"__snapshot_19a8c_a7c08_4\",null,null,[[tX,1]],void 0,globDynamicComponentEntry,null);let n_=tc(\"__snapshot_19a8c_a7c08_3\",null,null,tu,void 0,globDynamicComponentEntry,null);let ni=tc(\"__snapshot_19a8c_a7c08_2\",null,null,tu,void 0,globDynamicComponentEntry,null);let no=tc(\"__snapshot_19a8c_a7c08_8\",null,null,tu,void 0,globDynamicComponentEntry,null);let nu=tc(\"__snapshot_19a8c_a7c08_7\",null,null,tu,void 0,globDynamicComponentEntry,null);let na=tc(\"__snapshot_19a8c_a7c08_1\",null,null,[[tK,5],[tK,8],[tK,9],[tK,10]],void 0,globDynamicComponentEntry,null);({render:e=>{i.__jsx=e,e_(e,i),tV()},registerDataProcessors:e=>{lynx.registerDataProcessors(e)}}).render(ea(function(){let[e,t]=eg(nt[0]);let[n,r]=eg(!1);return ea(na,{children:[ea(\"wrapper\",{children:n?\"Disabled\":\"Enabled\"}),ea(\"wrapper\",{children:e}),ea(ni,{children:ea(t7,{value:e,onValueChange:t,disabled:n,children:ea(n_,{children:nt.map(e=>{let t=\"Glow\"===e;return ea(nl,{children:[ea(t5,{className:\"radio-item\",value:e,disabled:t,radioProps:ne,children:ea(t4,{className:\"radio-indicator\",children:ea(nn,{})})}),ea(nr,{values:[t0(\"label\",(t||n)&&\"disabled\")],children:[e,t?\" (disabled)\":\"\"]})]},e)})})})}),ea(nu,{children:ea(t3,{className:\"button\",onClick:()=>r(e=>!e),children:ea(no,{children:n?\"Enable group\":\"Disable group\"})})})]})},{}));"},"cardType":"react","appType":"card","pageConfig":{"enableFiberArch":true,"useLepusNG":true,"enableReuseContext":true,"bundleModuleMode":"ReturnByFunction","templateDebugUrl":"","debugInfoOutside":true,"defaultDisplayLinear":true,"enableCSSInvalidation":true,"enableCSSSelector":true,"enableLepusDebug":false,"enableRemoveCSSScope":true,"targetSdkVersion":"3.2","defaultOverflowVisible":true,"lepusStrict":true,"useNewSwiper":true,"enableNewIntersectionObserver":true,"enableNativeList":true,"enableA11y":true,"enableAccessibilityElement":false,"enableCSSInheritance":true,"enableNewGesture":true,"removeDescendantSelectorScope":true},"lepusCode":{"root":"\"use strict\";let e,t,_,n,l,r,i,o,s,u,a;var c,f,d,p,h,v,m,y,g,b,S,E,k,x,C,w,I,A,P=P||\"__Card__\";var N={};var T=[];var R=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;var D=Array.isArray;function O(e,t){for(var _ in t)e[_]=t[_];return e}function L(e){e&&e.parentNode&&e.parentNode.removeChild(e)}var W=T.slice;var U={__e:function(e,t,_,n){var l,r,i;for(;t=t.__;)if((l=t.__c)&&!l.__)try{if((r=l.constructor)&&null!=r.getDerivedStateFromError&&(l.setState(r.getDerivedStateFromError(e)),i=l.__d),null!=l.componentDidCatch&&(l.componentDidCatch(e,n||{}),i=l.__d),i)return l.__E=l}catch(t){e=t}throw e}};var F=0;function H(e,t,_){var n,l,r,i={};for(r in t)\"key\"==r?n=t[r]:\"ref\"==r?l=t[r]:i[r]=t[r];if(arguments.length>2&&(i.children=arguments.length>3?W.call(arguments,2):_),\"function\"==typeof e&&null!=e.defaultProps)for(r in e.defaultProps)void 0===i[r]&&(i[r]=e.defaultProps[r]);return M(e,i,n,l,null)}function M(e,t,_,n,l){var r={type:e,props:t,key:_,ref:n,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==l?++F:l,__i:-1,__u:0};return null==l&&null!=U.vnode&&U.vnode(r),r}function j(e){return e.children}function B(e,t){this.props=e,this.context=t}function V(e,t){var _;if(null==t)return e.__?V(e.__,e.__i+1):null;for(;t<e.__k.length;t++)if(null!=(_=e.__k[t])&&null!=_.__e)return _.__e;return\"function\"==typeof e.type?V(e):null}B.prototype.setState=function(e,t){var _;_=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=O({},this.state),\"function\"==typeof e&&(e=e(O({},_),this.props)),e&&O(_,e),null!=e&&this.__v&&(t&&this._sb.push(t),q(this))},B.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),q(this))},B.prototype.render=j;var $=[];var G=\"function\"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout;function q(e){(!e.__d&&(e.__d=!0)&&$.push(e)&&!z.__r++||y!==U.debounceRendering)&&((y=U.debounceRendering)||G)(z)}var J=function(e,t){return e.__v.__b-t.__v.__b};function z(){var e;for($.sort(J);e=$.shift();)if(e.__d){var t=$.length;(function(e){var t=e.__v,_=t.__e,n=[],l=[];if(e.__P){var r=O({},t);r.__v=t.__v+1,U.vnode&&U.vnode(r),U.renderComponent&&U.renderComponent(r,e),e_(e.__P,r,t,e.__n,e.__P.namespaceURI,32&t.__u?[_]:null,n,null==_?V(t):_,!!(32&t.__u),l),r.__v=t.__v,r.__.__k[r.__i]=r,function(e,t,_){t.__d=void 0;for(var n=0;n<_.length;n++)en(_[n],_[++n],_[++n]);U.__c&&U.__c(t,e),e.some(function(t){try{e=t.__h,t.__h=[],e.some(function(e){e.call(t)})}catch(e){U.__e(e,t.__v)}})}(n,r,l),r.__e!=_&&function e(t){if(null!=(t=t.__)&&null!=t.__c){t.__e=t.__c.base=null;for(var _=0;_<t.__k.length;_++){var n=t.__k[_];if(null!=n&&null!=n.__e){t.__e=t.__c.base=n.__e;break}}return e(t)}}(r)}})(e),$.length>t&&$.sort(J)}z.__r=0}function K(e,t,_,n,l,r,i,o,s,u,a){var c,f,d,p,h;var v=n&&n.__k||T;var m=t.length;for(_.__d=s,function(e,t,_){var n,l,r,i=t.length;var o=_.length,s=o;var u=0;for(n=0,e.__k=[];n<i;n++){if(null==(l=t[n])||\"boolean\"==typeof l||\"function\"==typeof l){l=e.__k[n]=null;continue}l=\"string\"==typeof l||\"number\"==typeof l||\"bigint\"==typeof l||l.constructor==String?e.__k[n]=M(null,l,null,null,null):D(l)?e.__k[n]=M(j,{children:l},null,null,null):void 0===l.constructor&&l.__b>0?e.__k[n]=M(l.type,l.props,l.key,l.ref?l.ref:null,l.__v):e.__k[n]=l;var a=n+u;l.__=e,l.__b=e.__b+1;var c=l.__i=function(e,t,_,n){var l=e.key;var r=e.type;var i=_-1;var o=_+1;var s=t[_];var u=n>+(null!=s&&(131072&s.__u)===0);if(null===s||s&&l==s.key&&r===s.type&&(131072&s.__u)===0)return _;if(u)for(;i>=0||o<t.length;){if(i>=0){if((s=t[i])&&(131072&s.__u)===0&&l==s.key&&r===s.type)return i;i--}if(o<t.length){if((s=t[o])&&(131072&s.__u)===0&&l==s.key&&r===s.type)return o;o++}}return -1}(l,_,a,s);r=null,-1!==c&&(r=_[c],s--,r&&(r.__u|=131072)),null==r||null===r.__v?(-1==c&&u--,\"function\"!=typeof l.type&&(l.__u|=65536)):c!==a&&(c==a-1?u--:c==a+1?u++:(c>a?u--:u++,l.__u|=65536))}if(s)for(n=0;n<o;n++)null!=(r=_[n])&&(131072&r.__u)===0&&(r.__e==e.__d&&(e.__d=V(r)),function e(t,_,n){var l;if(U.unmount&&U.unmount(t),(l=t.ref)&&(!l.current||l.current===t.__e)&&en(l,null,_),null!=(l=t.__c)){if(l.componentWillUnmount)try{l.componentWillUnmount()}catch(e){U.__e(e,_)}l.base=l.__P=null}if(l=t.__k)for(var r=0;r<l.length;r++)l[r]&&e(l[r],_,n||\"function\"!=typeof t.type);n||L(t.__e),t.__c=t.__=t.__e=t.__d=void 0}(r,r))}(_,t,v),s=_.__d,c=0;c<m;c++)null!=(d=_.__k[c])&&(f=-1===d.__i?N:v[d.__i]||N,d.__i=c,e_(e,d,f,l,r,i,o,s,u,a),p=d.__e,d.ref&&f.ref!=d.ref&&(f.ref&&en(f.ref,null,d),a.push(d.ref,d.__c||p,d)),null==h&&null!=p&&(h=p),65536&d.__u||f.__k===d.__k?s=function e(t,_,n){if(\"function\"==typeof t.type){var l=t.__k;for(var r=0;l&&r<l.length;r++)l[r]&&(l[r].__=t,_=e(l[r],_,n));return _}t.__e!=_&&(_&&t.type&&!n.contains(_)&&(_=V(t)),n.insertBefore(t.__e,_||null),_=t.__e);do _=_&&_.nextSibling;while(null!=_&&8===_.nodeType);return _}(d,s,e):\"function\"==typeof d.type&&void 0!==d.__d?s=d.__d:p&&(s=p.nextSibling),d.__d=void 0,d.__u&=-196609);_.__d=s,_.__e=h}function Z(e,t,_){\"-\"===t[0]?e.setProperty(t,null==_?\"\":_):null==_?e[t]=\"\":\"number\"!=typeof _||R.test(t)?e[t]=_:e[t]=_+\"px\"}z.__r=0;var Q=0;function X(e,t,_,n,l){var r;e:if(\"style\"===t)if(\"string\"==typeof _)e.style.cssText=_;else{if(\"string\"==typeof n&&(e.style.cssText=n=\"\"),n)for(t in n)_&&t in _||Z(e.style,t,\"\");if(_)for(t in _)n&&_[t]===n[t]||Z(e.style,t,_[t])}else if(\"o\"===t[0]&&\"n\"===t[1])r=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,\"$1\")),t=t.toLowerCase()in e||\"onFocusOut\"===t||\"onFocusIn\"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=_,_?n?_._attached=n._attached:(_._attached=Q,e.addEventListener(t,r?et:ee,r)):e.removeEventListener(t,r?et:ee,r);else{if(\"http://www.w3.org/2000/svg\"==l)t=t.replace(/xlink(H|:h)/,\"h\").replace(/sName$/,\"s\");else if(\"width\"!=t&&\"height\"!=t&&\"href\"!=t&&\"list\"!=t&&\"form\"!=t&&\"tabIndex\"!=t&&\"download\"!=t&&\"rowSpan\"!=t&&\"colSpan\"!=t&&\"role\"!=t&&\"popover\"!=t&&t in e)try{e[t]=null==_?\"\":_;break e}catch(e){}\"function\"==typeof _||(null!=_&&(!1!==_||\"-\"===t[4])?e.setAttribute(t,\"popover\"==t&&!0==_?\"\":_):e.removeAttribute(t))}}function Y(e){return function(t){if(this.l){var _=this.l[t.type+e];if(null==t._dispatched)t._dispatched=Q++;else if(t._dispatched<_._attached)return;return _(U.event?U.event(t):t)}}}var ee=Y(!1);var et=Y(!0);function e_(e,t,_,n,l,r,i,o,s,u){var a,c,f,d,p,h,v,m=t.type;if(void 0!==t.constructor)return null;128&_.__u&&(s=!!(32&_.__u),r=[o=t.__e=_.__e]),(v=U.__b)&&v(t),(v=U._diff2)&&v(t,_);t:if(\"function\"==typeof m)try{var y=t.props;var g=\"prototype\"in m&&m.prototype.render;var b=(v=m.contextType)&&n[v.__c];var S=v?b?b.props.value:v.__:n;if(_.__c?h=(a=t.__c=_.__c).__=a.__E:(g?t.__c=a=new m(y,S):(t.__c=a=new B(y,S),a.constructor=m,a.render=el),b&&b.sub(a),a.props=y,a.state||(a.state={}),a.context=S,a.__n=n,c=a.__d=!0,a.__h=[],a._sb=[]),g&&null==a.__s&&(a.__s=a.state),g&&null!=m.getDerivedStateFromProps&&(a.__s==a.state&&(a.__s=O({},a.__s)),O(a.__s,m.getDerivedStateFromProps(y,a.__s))),f=a.props,d=a.state,a.__v=t,c)g&&null==m.getDerivedStateFromProps&&null!=a.componentWillMount&&a.componentWillMount(),g&&null!=a.componentDidMount&&a.__h.push(a.componentDidMount);else{if(g&&null==m.getDerivedStateFromProps&&y!==f&&null!=a.componentWillReceiveProps&&a.componentWillReceiveProps(y,S),!a.__e&&(null!=a.shouldComponentUpdate&&!1===a.shouldComponentUpdate(y,a.__s,S)||t.__v===_.__v)){t.__v!==_.__v&&(a.props=y,a.state=a.__s,a.__d=!1),t.__e=_.__e,t.__k=_.__k,t.__k.some(function(e){e&&(e.__=t)});for(var E=0;E<a._sb.length;E++)a.__h.push(a._sb[E]);a._sb=[],a.__h.length&&i.push(a);break t}null!=a.componentWillUpdate&&a.componentWillUpdate(y,a.__s,S),g&&null!=a.componentDidUpdate&&a.__h.push(function(){a.componentDidUpdate(f,d,p)})}a.context=S,a.props=y,a.__P=e,a.__e=!1;var k=U.__r,x=0;if(g){a.state=a.__s,a.__d=!1,k&&k(t),v=a.render(a.props,a.state,a.context);for(var C=0;C<a._sb.length;C++)a.__h.push(a._sb[C]);a._sb=[]}else do a.__d=!1,k&&k(t),v=a.render(a.props,a.state,a.context),a.state=a.__s;while(a.__d&&++x<25);a.state=a.__s,null!=a.getChildContext&&(n=O(O({},n),a.getChildContext())),g&&!c&&null!=a.getSnapshotBeforeUpdate&&(p=a.getSnapshotBeforeUpdate(f,d));var w=null!=v&&v.type===j&&null==v.key?v.props.children:v;K(e,D(w)?w:[w],t,_,n,l,r,i,o,s,u),a.base=t.__e,t.__u&=-161,a.__h.length&&i.push(a),h&&(a.__E=a.__=null)}catch(e){if(t.__v=null,s||null!=r){for(t.__u|=s?160:32;o&&8===o.nodeType&&o.nextSibling;)o=o.nextSibling;r[r.indexOf(o)]=null,t.__e=o}else t.__e=_.__e,t.__k=_.__k;U.__e(e,t,_)}else null==r&&t.__v===_.__v?(t.__k=_.__k,t.__e=_.__e):t.__e=function(e,t,_,n,l,r,i,o,s){var u,a,c,f,d,p,h,v=_.props;var m=t.props;var y=t.type;if(\"svg\"===y?l=\"http://www.w3.org/2000/svg\":\"math\"===y?l=\"http://www.w3.org/1998/Math/MathML\":l||(l=\"http://www.w3.org/1999/xhtml\"),null!=r){for(u=0;u<r.length;u++)if((d=r[u])&&\"setAttribute\"in d===!!y&&(y?d.localName===y:3===d.nodeType)){e=d,r[u]=null;break}}if(null==e){if(null===y)return U.document.createTextNode(m);e=U.document.createElementNS(l,y,m.is&&m),o&&(U.__m&&U.__m(t,r),o=!1),r=null}if(null===y)v===m||o&&e.data===m||(e.data=m);else{if(r=r&&W.call(e.childNodes),v=_.props||N,!o&&null!=r)for(u=0,v={};u<e.attributes.length;u++)v[(d=e.attributes[u]).name]=d.value;for(u in v)if(d=v[u],\"children\"==u);else if(\"dangerouslySetInnerHTML\"==u)c=d;else if(!(u in m)){if(\"value\"==u&&\"defaultValue\"in m||\"checked\"==u&&\"defaultChecked\"in m)continue;X(e,u,null,d,l)}for(u in m)d=m[u],\"children\"==u?f=d:\"dangerouslySetInnerHTML\"==u?a=d:\"value\"==u?p=d:\"checked\"==u?h=d:o&&\"function\"!=typeof d||v[u]===d||X(e,u,d,v[u],l);if(a)o||c&&(a.__html===c.__html||a.__html===e.innerHTML)||(e.innerHTML=a.__html),t.__k=[];else if(c&&(e.innerHTML=\"\"),K(e,D(f)?f:[f],t,_,n,\"foreignObject\"===y?\"http://www.w3.org/1999/xhtml\":l,r,i,r?r[0]:_.__k&&V(_,0),o,s),null!=r)for(u=r.length;u--;)L(r[u]);o||(u=\"value\",\"progress\"===y&&null==p?e.removeAttribute(\"value\"):void 0===p||p===e[u]&&(\"progress\"!==y||p)&&(\"option\"!==y||p===v[u])||X(e,u,p,v[u],l),u=\"checked\",void 0!==h&&h!==e[u]&&X(e,u,h,v[u],l))}return e}(_.__e,t,_,n,l,r,i,s,u);(v=U.diffed)&&v(t)}function en(e,t,_){try{if(\"function\"==typeof e){var n=\"function\"==typeof e.__u;n&&e.__u(),n&&null==t||(e.__u=e(t))}else e.current=t}catch(e){U.__e(e,_)}}function el(e,t,_){return this.constructor(e,_)}var er=0;function ei(e,t){var _={__c:t=\"__cC\"+er++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){if(!this.getChildContext){var _=[];var n={};n[t]=this,this.getChildContext=function(){return n},this.componentWillUnmount=function(){_=null},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&_.some(function(e){e.__e=!0,q(e)})},this.sub=function(e){_.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){_&&_.splice(_.indexOf(e),1),t&&t.call(e)}}}return e.children}};return _.Provider.__=_.Consumer.contextType=_}var eo=0;var es=[];var eu=U.__b;var ea=U.__r;var ec=U.diffed;var ef=U.__c;var ed=U.unmount;var ep=U.__;function eh(e,t){U.__h&&U.__h(b,e,eo||t),eo=0;var _=b.__H||(b.__H={__:[],__h:[]});return e>=_.__.length&&_.__.push({}),_.__[e]}function ev(e){return eo=1,function(e,t,_){var n=eh(g++,2);if(n._reducer=e,!n.__c&&(n.__=[eC(void 0,t),function(e){var t=n.__N?n.__N[0]:n.__[0];var _=n._reducer(t,e);t!==_&&(n.__N=[_,n.__[1]],n.__c.setState({}))}],n.__c=b,!b._hasScuFromHooks)){var l=function(e,t,_){if(!n.__c.__H)return!0;var l=n.__c.__H.__.filter(function(e){return!!e.__c});if(l.every(function(e){return!e.__N}))return!r||r.call(this,e,t,_);var i=!1;return l.forEach(function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(i=!0)}}),(!!i||n.__c.props!==e)&&(!r||r.call(this,e,t,_))};b._hasScuFromHooks=!0;var r=b.shouldComponentUpdate;var i=b.componentWillUpdate;b.componentWillUpdate=function(e,t,_){if(this.__e){var n=r;r=void 0,l(e,t,_),r=n}i&&i.call(this,e,t,_)},b.shouldComponentUpdate=l}return n.__N||n.__}(eC,e)}function em(e){return eo=5,ey(function(){return{current:e}},[])}function ey(e,t){var _=eh(g++,7);return ex(_.__H,t)&&(_.__=e(),_.__H=t,_.__h=e),_.__}function eg(e){var t=b.context[e.__c];var _=eh(g++,9);return(_.c=e,t)?(null==_.__&&(_.__=!0,t.sub(b)),t.props.value):e.__}function eb(){var e;for(;e=es.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(eE),e.__H.__h.forEach(ek),e.__H.__h=[]}catch(t){e.__H.__h=[],U.__e(t,e.__v)}}U.__b=function(e){b=null,eu&&eu(e)},U.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),ep&&ep(e,t)},U.__r=function(e){ea&&ea(e),b=e.__c,g=0;var t=b.__H;t&&(S===b?(t.__h=[],b.__h=[],t.__.forEach(function(e){e.__N&&(e.__=e.__N),e._pendingArgs=e.__N=void 0})):(t.__h.forEach(eE),t.__h.forEach(ek),t.__h=[],g=0)),S=b},U.diffed=function(e){ec&&ec(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1===es.push(t)||E!==U.requestAnimationFrame)&&((E=U.requestAnimationFrame)||function(e){var t,_=function(){clearTimeout(n),eS&&cancelAnimationFrame(t),setTimeout(e)};var n=setTimeout(_,100);eS&&(t=requestAnimationFrame(_))})(eb),t.__H.__.forEach(function(e){e._pendingArgs&&(e.__H=e._pendingArgs),e._pendingArgs=void 0})),S=b=null},U.__c=function(e,t){t.some(function(e){try{e.__h.forEach(eE),e.__h=e.__h.filter(function(e){return!e.__||ek(e)})}catch(_){t.some(function(e){e.__h&&(e.__h=[])}),t=[],U.__e(_,e.__v)}}),ef&&ef(e,t)},U.unmount=function(e){ed&&ed(e);var t,_=e.__c;_&&_.__H&&(_.__H.__.forEach(function(e){try{eE(e)}catch(e){t=e}}),_.__H=void 0,t&&U.__e(t,_.__v))};var eS=\"function\"==typeof requestAnimationFrame;function eE(e){var t=b;var _=e.__c;\"function\"==typeof _&&(e.__c=void 0,_()),b=t}function ek(e){var t=b;e.__c=e.__(),b=t}function ex(e,t){return!e||e.length!==t.length||t.some(function(t,_){return t!==e[_]})}function eC(e,t){return\"function\"==typeof t?t(e):t}function ew(e,t){for(var _ in e)if(\"__source\"!==_&&!(_ in t))return!0;for(var n in t)if(\"__source\"!==n&&e[n]!==t[n])return!0;return!1}function eI(e,t){this.props=e,this.context=t}eI.prototype=new B,eI.prototype.isPureReactComponent=!0,eI.prototype.shouldComponentUpdate=function(e,t){return ew(this.props,e)||ew(this.state,t)};var eA=U.__b;U.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),eA&&eA(e)},\"undefined\"!=typeof Symbol&&Symbol.for&&Symbol.for(\"react.forward_ref\");var eP=U.__e;U.__e=function(e,t,_,n){if(e.then){var l;var r=t;for(;r=r.__;)if((l=r.__c)&&l.__c)return null==t.__e&&(t.__e=_.__e,t.__k=_.__k),l.__c(e,t)}eP(e,t,_,n)};var eN=U.unmount;function eT(){this.__u=0,this._suspenders=null,this.__b=null}function eR(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function eD(){this._next=null,this._map=null}U.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),eN&&eN(e)},eT.prototype=new B,eT.prototype.__c=function(e,t){var _=t.__c;var n=this;null==n._suspenders&&(n._suspenders=[]),n._suspenders.push(_);var l=eR(n.__v);var r=!1;var i=function(){r||(r=!0,_.__R=null,l?l(o):o())};_.__R=i;var o=function(){if(!--n.__u){if(n.state.__a){var e,t=n.state.__a;n.__v.__k[0]=function e(t,_,n){return t&&n&&(t.__v=null,t.__k=t.__k&&t.__k.map(function(t){return e(t,_,n)}),t.__c&&t.__c.__P===_&&(t.__e&&n.appendChild(t.__e),t.__c.__e=!0,t.__c.__P=n)),t}(t,t.__c.__P,t.__c.__O)}for(n.setState({__a:n.__b=null});e=n._suspenders.pop();)e.forceUpdate()}};n.__u++||32&t.__u||n.setState({__a:n.__b=n.__v.__k[0]}),e.then(i,i)},eT.prototype.componentWillUnmount=function(){this._suspenders=[]},eT.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var _=U.document.createElement(\"div\");var n=this.__v.__k[0].__c;this.__v.__k[0]=function e(t,_,n){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach(function(e){\"function\"==typeof e.__c&&e.__c()}),t.__c.__H=null),null!=(t=function(e,t){for(var _ in t)e[_]=t[_];return e}({},t)).__c&&(t.__c.__P===n&&(t.__c.__P=_),t.__c=null),t.__k=t.__k&&t.__k.map(function(t){return e(t,_,n)})),t}(this.__b,_,n.__O=n.__P)}this.__b=null}var l=t.__a&&H(j,null,e.fallback);return l&&(l.__u&=-33),[H(j,null,t.__a?null:e.children),l]};var eO=function(e,t,_){if(++_[1]===_[0]&&e._map.delete(t),e.props.revealOrder&&(\"t\"!==e.props.revealOrder[0]||!e._map.size))for(_=e._next;_;){for(;_.length>3;)_.pop()();if(_[1]<_[0])break;e._next=_=_[2]}};eD.prototype=new B,eD.prototype.__a=function(e){var t=this;var _=eR(t.__v);var n=t._map.get(e);return n[0]++,function(l){var r=function(){t.props.revealOrder?(n.push(l),eO(t,e,n)):l()};_?_(r):r()}},eD.prototype.render=function(e){this._next=null,this._map=new Map;var t=function e(t,_){return _=_||[],null==t||\"boolean\"==typeof t||(D(t)?t.some(function(t){e(t,_)}):_.push(t)),_}(e.children);e.revealOrder&&\"b\"===e.revealOrder[0]&&t.reverse();for(var _=t.length;_--;)this._map.set(t[_],this._next=[1,0,this._next]);return e.children},eD.prototype.componentDidUpdate=eD.prototype.componentDidMount=function(){var e=this;this._map.forEach(function(t,_){eO(e,_,t)})};var eL=\"undefined\"!=typeof Symbol&&Symbol.for&&Symbol.for(\"react.element\")||60103;B.prototype.isReactComponent={},[\"componentWillMount\",\"componentWillReceiveProps\",\"componentWillUpdate\"].forEach(function(e){Object.defineProperty(B.prototype,e,{configurable:!0,get:function(){return this[\"UNSAFE_\"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var eW=U.event;function eU(){}function eF(){return this.cancelBubble}function eH(){return this.defaultPrevented}U.event=function(e){return eW&&(e=eW(e)),e.persist=eU,e.isPropagationStopped=eF,e.isDefaultPrevented=eH,e.nativeEvent=e};var eM=U.vnode;function ej(e,t){if(e===t)return!0;try{if(\"object\"==typeof e&&null!==e&&\"object\"==typeof t&&null!==t&&JSON.stringify(e)===JSON.stringify(t))return!0}catch(e){throw e}return!1}function eB(e){for(let t in e)return!1;return!0}function eV(e,t){let _={};for(let n of t)n in e&&(_[n]=e[n]);return _}function e$(e,t){var _,n;return null==(_=(n=globalThis).runWorklet)?void 0:_.call(n,e,t)}function eG(e,t){var _;null==(_=globalThis.lynxWorkletImpl)||_._refImpl.updateWorkletRef(e,t)}function eq(e){var t;null==(t=globalThis.lynxWorkletImpl)||t._eomImpl.setShouldFlush(e)}function eJ(e,t,_,n){var l,r,i,o;null==(r=globalThis.lynxWorkletImpl)||null==(l=r._jsFunctionLifecycleManager)||l.addRef(e._execId,e),_&&t&&(null==(i=globalThis.lynxWorkletImpl)||i._hydrateCtx(e,t)),_&&(null==(o=globalThis.lynxWorkletImpl)||o._eventDelayImpl.runDelayedWorklet(e,n))}U.vnode=function(e){e.$$typeof=eL,eM&&eM(e)},(c=k||(k={})).runWorkletCtx=\"Lynx.Worklet.runWorkletCtx\",c.runOnBackground=\"Lynx.Worklet.runOnBackground\",c.FunctionCallRet=\"Lynx.Worklet.FunctionCallRet\",c.releaseBackgroundWorkletCtx=\"Lynx.Worklet.releaseBackgroundWorkletCtx\",c.releaseWorkletRef=\"Lynx.Worklet.releaseWorkletRef\";let ez=!1;function eK(e){var t,_,n;!e&&ez&&(null==(t=globalThis.lynxWorkletImpl)||t._runOnBackgroundDelayImpl.runDelayedBackgroundFunctions(),null==(_=globalThis.lynxWorkletImpl)||_._refImpl.clearFirstScreenWorkletRefMap(),null==(n=globalThis.lynxWorkletImpl)||n._eventDelayImpl.clearDelayedWorklets()),ez=e}(f=x||(x={})).firstScreen=\"rLynxFirstScreen\",f.updateFromRoot=\"updateFromRoot\",f.globalEventFromLepus=\"globalEventFromLepus\",f.jsReady=\"rLynxJSReady\",f.patchUpdate=\"rLynxChange\",f.publishEvent=\"rLynxPublishEvent\",(d=C||(C={}))[d.UPDATE=0]=\"UPDATE\",d[d.RESET=1]=\"RESET\";let eZ=[];function eQ(){let e=eZ;eZ=[];for(let t=0;t<e.length;t+=2){let _=e[t];let n=e[t+1];\"_wvid\"in _?eG(_,n):\"_wkltId\"in _&&(_._unmount=e$(_,[{elementRefptr:n}]))}}function eX(e){\"_wvid\"in e?eG(e,null):\"_wkltId\"in e&&(\"function\"==typeof e._unmount?e._unmount():e$(e,[null]))}function eY(e,t,_,n,l){var r,i;if(!e.__elements)return;_&&(null==(r=e.__worklet_ref_set)?void 0:r.has(_))&&(eX(_),null==(i=e.__worklet_ref_set)||i.delete(_));let o=e.__values[t];if(null==o);else if(o._wvid){let t=e.__elements[n];eZ.push(o,t)}else if(o._wkltId){let t=e.__elements[n];eJ(o,_,ez,t),eZ.push(o,t)}else if(\"__LEPUS__\"===o._type||o._lepusWorkletHash);else throw Error(\"MainThreadRef: main-thread:ref must be of type MainThreadRef or main-thread function.\");o&&(null!=e.__worklet_ref_set||(e.__worklet_ref_set=new Set),e.__worklet_ref_set.add(o)),__SetAttribute(e.__elements[n],\"has-react-ref\",!0)}let e0={};let e1={};let e2=new WeakMap;let e3=Promise.resolve();function e8(e,t){e.forEach(e=>{e2.has(e)||(e2.set(e,e.parentNode),Object.defineProperty(e,\"__parent\",{get:()=>e2.get(e),set:t=>{e2.set(e,t)}}))});let _=(e,n,l,r,i,o=!1,s=!1)=>{var u,a,c,f,d,p;let h=e0[n];let v=e1[n];if(!h||!v)throw Error(\"componentAtIndex called on removed list\");let m=null!=(c=l.__listItemPlatformInfo)?c:{};if((null==(u=l.__extraProps)?void 0:u.isReady)===0){let t;if(\"function\"==typeof __GetAttributeByName&&\"list-container\"===__GetAttributeByName(e,\"custom-list-name\"));else throw Error('Unsupported: `<list-item/>` with `defer={true}` must be used with `<list custom-list-name=\"list-container\"/>`');return __OnLifecycleEvent([x.publishEvent,{handlerName:`${l.__id}:__extraProps:onComponentAtIndex`,data:{}}]),t=new Promise(o=>{Object.defineProperty(l.__extraProps,\"isReady\",{set(t){1===t&&(delete l.__extraProps.isReady,l.__extraProps.isReady=1,e3.then(()=>{o(_(e,n,l,r,i))}))},get:()=>t})})}if(\"object\"==typeof(p=null==(a=l.__extraProps)?void 0:a.isReady)&&null!==p&&\"function\"==typeof p.then)throw Error(\"componentAtIndex was called on a pending deferred list item\");let y=l.type+(null!=(f=m[\"reuse-identifier\"])?f:\"\");let g=v.get(y);if(l.__elements){let e=l.__elements[0];let t=__GetElementUniqueID(e);if(null==g?void 0:g.has(t))return h.set(t,l),g.delete(t),o?o&&s&&__FlushElementTree(e,{asyncFlush:!0}):__FlushElementTree(e,{triggerLayout:!0,operationID:r,elementID:t,listID:n}),t;{let e=l.takeElements();h.set(t,e)}}if(g&&g.size>0){let[_]=g;let[u,a]=_;g.delete(u),t(a,l),a.unRenderElements(),a.__id?(null==(d=a.__extraProps)?void 0:d.isReady)===1&&__OnLifecycleEvent([x.publishEvent,{handlerName:`${a.__id}:__extraProps:onRecycleComponent`,data:{}}]):a.tearDown();let c=l.__element_root;if(eQ(),h.set(u,l),o){if(o&&s){let t={asyncFlush:!0};i&&(t.listReuseNotification={listElement:e,itemKey:m[\"item-key\"]}),__FlushElementTree(c,t)}}else{let t={triggerLayout:!0,operationID:r,elementID:u,listID:n};i&&(t.listReuseNotification={listElement:e,itemKey:m[\"item-key\"]}),__FlushElementTree(c,t)}return u}l.ensureElements();let b=l.__element_root;__AppendElement(e,b);let S=__GetElementUniqueID(b);return eQ(),h.set(S,l),o?o&&s&&__FlushElementTree(b,{asyncFlush:!0}):__FlushElementTree(b,{triggerLayout:!0,operationID:r,elementID:S,listID:n}),S};return[function(t,n,l,r,i){let o=e[l];if(!o)throw Error(\"childCtx not found\");let s=_(t,n,o,r,i);return\"number\"==typeof s?s:void 0},function(t,n,l,r,i,o){let s=!1;let u=[];l.forEach((l,a)=>{let c=r[a];let f=e[l];if(!f)throw Error(\"childCtx not found\");let d=_(t,n,f,c,i,!0,o);\"number\"==typeof d||(s=!0),u.push(d)}),s&&Promise.all(u).then(e=>{__FlushElementTree(t,{triggerLayout:!0,operationIDs:r,elementIDs:e,listID:n})}),__FlushElementTree(t,{triggerLayout:!0,operationIDs:r,elementIDs:l.map((e,t)=>\"number\"==typeof u[t]?u[t]:-1),listID:n})}]}function e7(){return(e,t,_)=>{var n,l;let r=e0[t];let i=e1[t];if(!r||!i)throw Error(\"enqueueComponent called on removed list\");let o=r.get(_);if(!o)return;let s=null!=(n=o.__listItemPlatformInfo)?n:{};let u=o.type+(null!=(l=s[\"reuse-identifier\"])?l:\"\");i.has(u)||i.set(u,new Map),i.get(u).set(_,o)}}let e9={values:{},clear(e){this.values&&delete this.values[e]},clearAttachedLists(){this.values&&Object.values(this.values).map(e=>e.getAttachedListId()).filter(e=>void 0!==e).forEach(e=>this.clear(e))},flush(){this.values&&Object.values(this.values).map(e=>e.flush()).filter(e=>void 0!==e).forEach(e=>this.clear(e))},flushWithId(e){var t;this.values&&(null==(t=this.values[e])?void 0:t.flush())!==void 0&&this.clear(e)},runWithoutUpdates(e){let t=this.values;this.values=null;try{e()}finally{this.values=t}}};function e5(e,t){var _,n;null==(_=e.__worklet_ref_set)||_.forEach(e=>{e&&eX(e)}),null==(n=e.__worklet_ref_set)||n.clear(),t&&e.childNodes.forEach(e=>{e5(e,t)})}function e6(e,t,_,n){let l;let r=e.__values[t];l=\"string\"==typeof r?r:`react-ref-${e.__id}-${t}`,e.__values[t]=l,e.__elements&&_!==l&&(_&&__SetAttribute(e.__elements[n],_,void 0),l&&__SetAttribute(e.__elements[n],l,1))}function e4(e,t,_,n){let l=0;let r={$$diff:!0,i:{},r:[],m:{}};let i={};for(let t=0;t<e.length;t++){var o,s;let _=e[t];(null!=(s=i[o=_.type])?s:i[o]=new Set).add([_,t])}for(let e=0;e<t.length;e++){let o;let s=t[e];let u=i[s.type];if(u&&u.size>0&&([o]=u,o)&&_(o[0],s)){u.delete(o);let t=o[1];if(n(o[0],s,t,e),t<l){r.m[t]=e;continue}l=t}else r.i[e]=s}for(let e in i)for(let[,t]of i[e])r.r.push(t);return r}function te(e,t,_){let n;t.__elements=e.__elements,t.__element_root=e.__element_root,(null==_?void 0:_.skipUnRef)||e5(e,!1),(n=null==_?void 0:_.swap)&&(n[e.__id]=t.__id),e9.runWithoutUpdates(()=>{var _;null==(_=t.__values)||_.forEach((_,n)=>{let l=e.__values[n];_!==l&&(t.__values[n]=l,t.setAttribute(n,_))})});let{slot:l}=t.__snapshot_def;if(!l)return;let r=e.childNodes;let i=t.childNodes;l.forEach(([n,l],o)=>{switch(n){case w.Slot:case w.MultiChildren:te(r[o],i[o],_);break;case w.Children:{let t=e4(r,i,(e,t)=>e.type===t.type,(e,t)=>{te(e,t,_)});(function(e,t,_,n,l){let r;if(!(!eB(t.i)||!eB(t.m)||t.r.length>0))return e;let i=new Set(t.r);let{i:o,m:s}=t;let u=new Map;let a=0;r=e[0];let c=[];let f=0;let d=0;let p=Object.keys(o).length;for(;r||p>0;){let t=!1;if(r&&i.has(d))n(r);else if(r&&void 0!==s[d])u.set(s[d],r),p++;else{let e=r;u.has(f)?(e=u.get(f),t=!0,l(e,r),p--):void 0!==o[f]&&(e=_(o[f],r),t=!0,p--),c.push(e),f++}r&&!t&&(r=e[++a],d++)}return c})(r,t,(t,_)=>(t.ensureElements(),__InsertElementBefore(e.__elements[l],t.__element_root,null==_?void 0:_.__element_root),t),t=>{__RemoveElement(e.__elements[l],t.__element_root)},(t,_)=>{__RemoveElement(e.__elements[l],t.__element_root),__InsertElementBefore(e.__elements[l],t.__element_root,null==_?void 0:_.__element_root)});break}case w.ListChildren:{let n=[];let o=[];let s=[];let u=__GetElementUniqueID(e.__elements[l]);let a=e0[u];let c=e1[u];let f=e4(r,i,(e,t)=>e.type===t.type,(e,t,n,l)=>{if(JSON.stringify(e.__listItemPlatformInfo)!==JSON.stringify(t.__listItemPlatformInfo)&&s.push({...t.__listItemPlatformInfo,from:l,to:l,flush:!1,type:t.type}),e.__elements){te(e,t,_);let n=__GetElementUniqueID(e.__element_root);if(a.has(n)&&a.set(n,t),c.has(e.type)){let _=c.get(e.type);_.has(n)&&_.set(n,t)}}});for(let e of f.r)n.push(e);for(let e in f.i)o.push(Number(e));for(let e in f.m)n.push(Number(e)),o.push(f.m[e]);o.sort((e,t)=>e-t),n.sort((e,t)=>e-t);let d={insertAction:o.map(e=>({position:e,type:i[e].type,...i[e].__listItemPlatformInfo})),removeAction:n,updateAction:s};let p=e.__elements[l];__SetAttribute(p,\"update-list-info\",d);let[h,v]=e8(i,te);__UpdateListCallbacks(p,h,e7(),v),e9.clear(t.__id)}}})}(p=w||(w={}))[p.Attr=0]=\"Attr\",p[p.Spread=1]=\"Spread\",p[p.Slot=2]=\"Slot\",p[p.Children=3]=\"Children\",p[p.ListChildren=4]=\"ListChildren\",p[p.MultiChildren=5]=\"MultiChildren\",new Map;class tt{flush(){if(!this.list.__elements)return;let e=this.list.__snapshot_def.slot[0][1];let t=this.list.__elements[e];__SetAttribute(t,\"update-list-info\",this.__toAttribute());let[_,n]=e8(this.list.childNodes,te);return __UpdateListCallbacks(t,_,e7(),n),this.list.__id}getAttachedListId(){if(this.list.__elements)return this.list.__id}onInsertBefore(e,t){if(e.parentNode&&this.removeChild.add(e),t){var _;let n=null!=(_=this.insertBefore.get(t))?_:[];n.push(e),this.insertBefore.set(t,n)}else this.appendChild.push(e)}onRemoveChild(e){this.removeChild.add(e)}onSetAttribute(e,t,_){this.platformInfoUpdate.set(e,t)}__toAttribute(){let{removeChild:e,insertBefore:t,appendChild:_,platformInfoUpdate:n}=this;let l=[];let r=[];let i=[];let o=0;for(let _=0;_<this.oldChildNodes.length;_++,o++){let s=this.oldChildNodes[_];n.has(s)&&i.push({...n.get(s),from:+o,to:+o,flush:!1,type:s.type}),t.has(s)&&t.get(s).forEach(e=>{r.push({position:o,type:e.type,...e.__listItemPlatformInfo}),o++}),e.has(s)&&(l.push(_),e.delete(s),o--)}for(let e=0;e<_.length;e++){let t=_[e];r.push({position:o+e,type:t.type,...t.__listItemPlatformInfo})}if(r.sort((e,t)=>e.position-t.position),l.sort((e,t)=>e-t),\"2.14\"===SystemInfo.lynxSdkVersion||\"2.15\"===SystemInfo.lynxSdkVersion||\"2.16\"===SystemInfo.lynxSdkVersion||\"2.17\"===SystemInfo.lynxSdkVersion||\"2.18\"===SystemInfo.lynxSdkVersion){let e=this.list.__snapshot_def.slot[0][1];\"list-container\"===__GetAttributeByName(this.list.__elements[e],\"custom-list-name\")&&(i.length=0,this.list.childNodes.forEach((e,t)=>{i.push({...e.__listItemPlatformInfo,from:t,to:t,flush:!1,type:e.type})}))}return{insertAction:r,removeAction:l,updateAction:i}}toJSON(){return[this.__toAttribute()]}constructor(e){this.removeChild=new Set,this.insertBefore=new Map,this.appendChild=[],this.platformInfoUpdate=new Map,this.list=e,this.oldChildNodes=e.childNodes}}let t_=0;let tn=[[w.Children,0]];let tl={values:new Map([[\"root\",{create:()=>[e],update:[],slot:tn,isListHolder:!1,cssId:0}],[\"wrapper\",{create:()=>[__CreateWrapperElement(t_)],update:[],slot:tn,isListHolder:!1}],[null,{create:()=>[__CreateRawText(\"\")],update:[e=>{e.__elements&&__SetAttribute(e.__elements[0],\"text\",e.__values[0])}],slot:[],isListHolder:!1}]])};let tr={nextId:0,values:new Map,clear(){this.values.clear()}};function ti(e,t,_,n,l,r,i){var o;o=e,e=r?`${r}:${o}`:o;let s={create:t,update:_,slot:n,cssId:l,entryName:r,refAndSpreadIndexes:i};return tl.values.set(e,s),n&&n[0]&&n[0][0]===w.ListChildren&&(s.isListHolder=!0),e}function to(e,t){let _=e.childNodes;for(let n of(t(e),_))to(n,t)}let ts=\"__Card__\";class tu{ensureElements(){let{create:e,slot:t,isListHolder:_,cssId:n,entryName:l}=this.__snapshot_def;let r=e(this);if(this.__elements=r,this.__element_root=r[0],void 0===n?l!==ts&&void 0!==l&&__SetCSSId(this.__elements,0,l):l!==ts&&void 0!==l?__SetCSSId(this.__elements,n,l):__SetCSSId(this.__elements,n),e9.runWithoutUpdates(()=>{let e=this.__values;e&&(this.__values=void 0,this.setAttribute(\"values\",e))}),_)e9.flushWithId(this.__id);else{let e=0;let _=this.__firstChild;for(;_;){_.ensureElements();let[n,l]=t[e];switch(n){case w.Slot:__ReplaceElement(_.__element_root,r[l]),r[l]=_.__element_root,e++;break;case w.MultiChildren:\"wrapper\"===__GetTag(r[l])?__ReplaceElement(_.__element_root,r[l]):__AppendElement(r[l],_.__element_root),e++;break;case w.Children:case w.ListChildren:__AppendElement(r[l],_.__element_root)}_=_.__nextSibling}}}unRenderElements(){let{isListHolder:e}=this.__snapshot_def;if(this.__elements=void 0,this.__element_root=void 0,e);else{let e=this.__firstChild;for(;e;)e.unRenderElements(),e=e.__nextSibling}}takeElements(){let e=Object.create(tu.prototype);return e.__id=this.__id,e.__snapshot_def=this.__snapshot_def,e.__values=this.__values,e.__parent=null,e.__firstChild=null,e.__lastChild=null,e.__nextSibling=null,e.__previousSibling=null,this.childNodes.map(e=>e.takeElements()).forEach(t=>e.__insertBefore(t)),e.__elements=this.__elements,e.__element_root=this.__element_root,this.__elements=void 0,this.__element_root=void 0,e}tearDown(){to(this,e=>{e.__parent=null,e.__previousSibling=null,e.__nextSibling=null})}get parentNode(){return this.__parent}get nextSibling(){return this.__nextSibling}contains(e){return e.parentNode===this}get childNodes(){let e=[];let t=this.__firstChild;for(;t;)e.push(t),t=t.__nextSibling;return e}__insertBefore(e,t){e.__parent&&e.__parent.__removeChild(e),t?(t.__previousSibling?(t.__previousSibling.__nextSibling=e,e.__previousSibling=t.__previousSibling):(this.__firstChild=e,e.__previousSibling=null),t.__previousSibling=e,e.__nextSibling=t,e.__parent=this):(this.__lastChild?(this.__lastChild.__nextSibling=e,e.__previousSibling=this.__lastChild):(this.__firstChild=e,e.__previousSibling=null),this.__lastChild=e,e.__parent=this,e.__nextSibling=null)}__removeChild(e){if(e.__parent!==this)throw Error(\"The node to be removed is not a child of this node.\");e.__previousSibling?e.__previousSibling.__nextSibling=e.__nextSibling:this.__firstChild=e.__nextSibling,e.__nextSibling?e.__nextSibling.__previousSibling=e.__previousSibling:this.__lastChild=e.__previousSibling,e.__parent=null,e.__previousSibling=null,e.__nextSibling=null}insertBefore(e,t){let _=this.__snapshot_def;if(_.isListHolder){var n,l,r;e9.values&&(null!=(r=(n=e9.values)[l=this.__id])?r:n[l]=new tt(this)).onInsertBefore(e,t),this.__insertBefore(e,t);return}let i=e.__parent===this;this.__insertBefore(e,t);let o=this.__elements;if(!o)return;e.__elements||e.ensureElements();let s=_.slot.length;if(1===s){let[,n]=_.slot[0];let l=o[n];i&&__RemoveElement(l,e.__element_root),t?__InsertElementBefore(l,e.__element_root,t.__element_root):__AppendElement(l,e.__element_root)}else if(s>1){let t=this.__current_slot_index++;let[n,l]=_.slot[t];n===w.Slot?(__ReplaceElement(e.__element_root,o[l]),o[l]=e.__element_root):n===w.MultiChildren&&(\"wrapper\"===__GetTag(o[l])?__ReplaceElement(e.__element_root,o[l]):__AppendElement(o[l],e.__element_root))}}removeChild(e){let t=this.__snapshot_def;if(t.isListHolder){var _,n,l;e9.values&&(null!=(l=(_=e9.values)[n=this.__id])?l:_[n]=new tt(this)).onRemoveChild(e),this.__removeChild(e),to(e,e=>{tr.values.delete(e.__id)}),e.__id=0;return}if(e5(e,!0),this.__elements){let[,_]=t.slot[0];__RemoveElement(this.__elements[_],e.__element_root)}e.__snapshot_def.isListHolder&&function(e){let[,t]=e.__snapshot_def.slot[0];let _=__GetElementUniqueID(e.__elements[t]);delete e0[_],delete e1[_]}(e),this.__removeChild(e),to(e,e=>{e.__parent=null,e.__previousSibling=null,e.__nextSibling=null,delete e.__elements,delete e.__element_root,tr.values.delete(e.__id)})}setAttribute(e,t){var _;if(\"values\"===e){let e=this.__values;if(this.__values=t,e)for(let _=0;_<t.length;_++)this.callUpdateIfNotDirectOrDeepEqual(_,e[_],t[_]);else for(let e=0;e<t.length;e++)this.callUpdateIfNotDirectOrDeepEqual(e,void 0,t[e]);return}if(\"string\"==typeof e){(null!=(_=this.__extraProps)?_:this.__extraProps={})[e]=t;return}null!=this.__values||(this.__values=[]),this.callUpdateIfNotDirectOrDeepEqual(e,this.__values[e],this.__values[e]=t)}toJSON(){return{id:this.__id,type:this.type,values:this.__values,extraProps:this.__extraProps,children:this.__firstChild?this.childNodes:void 0}}callUpdateIfNotDirectOrDeepEqual(e,t,_){ej(t,_)||this.__snapshot_def.update[e](this,e,t)}constructor(e,t){if(this.__current_slot_index=0,this.__parent=null,this.__firstChild=null,this.__lastChild=null,this.__previousSibling=null,this.__nextSibling=null,this.type=e,this.__snapshot_def=tl.values.get(e),!this.__snapshot_def&&\"div\"!==e)throw Error(\"Snapshot not found: \"+e);null!=t||(t=tr.nextId-=1),this.__id=t,tr.values.set(t,this)}}function ta(e){if(!lynx.getJSContext)throw Error(\"snapshotPatchApply failed: ctx not found\");lynx.getJSContext().dispatchEvent({type:\"Lynx.Error.CtxNotFound\",data:{id:e}})}function tc(e,_){var n,l;t&&(_||t.needTimestamps)&&(null==(l=lynx.performance)||null==(n=l._markTiming)||n.call(l,t.pipelineID,e))}let tf=0;function td(){l=!0;let e=JSON.stringify(n);__OnLifecycleEvent([x.firstScreen,{root:e,jsReadyEventIdSwap:r}]),r={}}n=new tu(\"root\");let tp=[];let th=[];(h=I||(I={}))[h.Begin=0]=\"Begin\",h[h.End=1]=\"End\",h[h.Attr=2]=\"Attr\",h[h.Text=3]=\"Text\";let tv=[];let tm=Array.isArray;let ty=Object.assign;function tg(){this.__d=!0}let tb={};function tS(e,t){let _;let n=e.type;return e.__c?(_=e.__c).state=_.__s:_=new n(e.props,t),e.__c=_,_.__v=e,_.props=e.props,_.context=t,_.__d=!0,null==_.state&&(_.state=tb),null==_.__s&&(_.__s=_.state),n.getDerivedStateFromProps&&(_.state=ty({},_.state,n.getDerivedStateFromProps(_.props,_.state))),u&&u(e),_.render(_.props,_.state,t)}function tE(e,t,_){return this.constructor(e,_)}let tk=function(e,t){let _=U.__s;U.__s=!0,i=U.__b,o=U._diff2,s=U.diffed,u=U.__r,a=U.unmount;let n=H(j,null);n.__k=[e];let l=[];try{(function e(t,_,n,l,r,c,f){let d;if(null==t||!0===t||!1===t||\"\"===t)return;if(\"object\"!=typeof t){if(\"function\"==typeof t)return;c.push(3,t+\"\");return}if(tm(t)){r.__k=t;for(let i=0;i<t.length;i++){let o=t[i];null!=o&&\"boolean\"!=typeof o&&e(o,_,n,l,r,c,c.length)}return}t.__=r,i&&i(t),o&&o(t,tb);let p=t.type,h=t.props,v=_,m,y,g;if(\"function\"==typeof p){if(p===j)y=h.children;else{if(null!=(m=p.contextType)){let e=_[m.__c];v=e?e.props.value:m.__}if(p.prototype&&\"function\"==typeof p.prototype.render)y=tS(t,v),g=t.__c;else{g={__v:t,props:h,context:v,setState:tg,forceUpdate:tg,__d:!0,__h:[]},t.__c=g,g.constructor=p,g.render=tE;let e=0;for(;g.__d&&e++<25;)g.__d=!1,u&&u(t),y=g.render(h,g.state,v);g.__d=!0}null!=g.getChildContext&&(_=ty({},_,g.getChildContext()))}y=null!=y&&y.type===j&&null==y.key?y.props.children:y;try{e(y,_,n,l,t,c,c.length)}catch(r){if(r&&\"object\"==typeof r&&r.then&&g&&g.__c)g.setState({__a:!0}),g.__d&&(y=tS(t,_),g=t.__c,c.length=f,e(y,_,n,l,t,c,c.length));else throw r}finally{s&&s(t),t.__=void 0,a&&a(t)}return}for(let e in c.push(0,t),h){let t=h[e];switch(e){case\"children\":d=t;continue;case\"key\":case\"ref\":case\"__self\":case\"__source\":continue}null!=t&&!1!==t&&\"function\"!=typeof t&&c.push(2,e,t)}\"string\"==typeof d||\"number\"==typeof d?c.push(3,d):null!=d&&!1!==d&&!0!==d&&e(d,_,!1,l,t,c,c.length),s&&s(t),t.__=void 0,a&&a(t),c.push(1)})(e,t||tb,!1,void 0,n,l,0)}finally{U.__c&&U.__c(e,tv),U.__s=_,tv.length=0}return l};function tx(){let e;try{e=tk(n.__jsx,void 0)}catch(t){lynx.reportError(t),e=[]}finally{}(function(e,t){let _=t;let n=[t];for(let t=0;t<e.length;)switch(e[t]){case I.Begin:{let l=_;(_=e[t+1]).__parent&&(_=new tu(_.type),e[t+1]=_),l.insertBefore(_),n.push(_),t+=2;break}case I.End:_.__k=void 0,n.pop(),_=n[n.length-1],t+=1;break;case I.Attr:{let n=e[t+1];let l=e[t+2];_.setAttribute(n,l),t+=3;break}case I.Text:{let n=e[t+1];let l=new tu(null);l.setAttribute(0,n),_.insertBefore(l),t+=2}}})(e,n)}function tC(e){return`Native${e}Modules`}function tw(e,t,_,n,l,r,i){let o;let s=e.__values[t];o=s?\"string\"==typeof s?s:`${e.__id}:${t}:${i}`:void 0,e.__values[t]=o,e.__elements&&__AddEvent(e.__elements[n],l,r,o)}function tI(e,t,_,n,l){if(!e.__elements)return;let r=e.__values[t];\"main-thread\"===l&&function e(t,_,n,l,r){var i;if(_&&null!=(i=_.__isSerialized)&&i)if(r&&r.domSet||(__SetAttribute(t,\"has-react-gesture\",!0),__SetAttribute(t,\"flatten\",!1)),_.type===A.COMPOSED)for(let[r,i]of _.gestures.entries())e(t,i,null==n?void 0:n.gestures[r],l,{domSet:!0});else{let{config:e,relationMap:r}=function(e,t,_,n){var l,r,i,o,s,u;let a={callbacks:[]};for(let l of(e.config&&(a.config=e.config),Object.keys(e.callbacks))){let r=e.callbacks[l];eJ(r,null==t?void 0:t.callbacks[l],_,n),a.callbacks.push({name:l,callback:r})}return{config:a,relationMap:{waitFor:null!=(o=null==e||null==(l=e.waitFor)?void 0:l.map(e=>e.id))?o:[],simultaneous:null!=(s=null==e||null==(r=e.simultaneousWith)?void 0:r.map(e=>e.id))?s:[],continueWith:null!=(u=null==e||null==(i=e.continueWith)?void 0:i.map(e=>e.id))?u:[]}}}(_,n,l,t);__SetGestureDetector(t,_.id,_.type,e,r)}}(e.__elements[n],r,_,ez)}void 0===globalThis.processEvalResult&&(globalThis.processEvalResult=(e,t)=>null==e?void 0:e(t)),Object.assign(globalThis,{renderPage:function(t){var _;l=!1,r={},lynx.__initData=null!=t?t:{},e=_=__CreatePage(\"0\",0),t_=__GetElementUniqueID(_),n.ensureElements(),tx(),e9.flush(),eQ(),td()},updatePage:function(_,i){if(null==i?void 0:i.reloadTemplate)return void function(t,_){for(let e of(++tf,\"object\"!=typeof t||eB(t)||Object.assign(lynx.__initData,t),function(){let e=tp;return tp=[],e}(),th))e();th.length=0,tr.clear(),e9.clearAttachedLists(),r={};let i=n;(n=new tu(\"root\")).__jsx=i.__jsx,tx(),te(i,n,{skipUnRef:!0}),e9.flush(),eQ(),l&&__OnLifecycleEvent([x.firstScreen,{root:JSON.stringify(n)}]),__FlushElementTree(e,_)}(_,i);if((null==i?void 0:i.resetPageData)&&(lynx.__initData={}),\"object\"==typeof _&&!eB(_)){var o;null!=(o=lynx).__initData||(o.__initData={}),Object.assign(lynx.__initData,_)}let s=null!=i?i:{};if(!l){let e=n;(n=new tu(\"root\")).__jsx=e.__jsx,t=null==i?void 0:i.pipelineOptions,tc(\"updateDiffVdomStart\"),e9.clearAttachedLists(),tx(),te(e,n,{skipUnRef:!0,swap:r}),e9.flush(),eQ(),s.triggerDataUpdated=!0,tc(\"updateDiffVdomEnd\")}__FlushElementTree(e,s)},updateGlobalProps:function(t,_){_?__FlushElementTree(e,_):__FlushElementTree()},getPageData:function(){return null},removeComponents:function(){}}),Object.assign(globalThis,{[x.jsReady]:td}),Object.assign(globalThis,{[x.patchUpdate]:function({data:n,patchOptions:l}){if(l.reloadVersion<tf)return;let r=l.flowIds;r&&lynx.performance.profileStart(\"ReactLynx::patch\",{flowId:r[0],flowIds:r}),t=l.pipelineOptions,tc(\"mtsRenderStart\"),tc(\"parseChangesStart\");let{patchList:i,flushOptions:o={},delayedRunOnMainThreadData:s}=JSON.parse(n);tc(\"parseChangesEnd\"),tc(\"patchChangesStart\"),l.isHydration&&eK(!0);try{for(let{snapshotPatch:e,workletRefInitValuePatch:t}of i)(function(e){var t;e&&(null==(t=globalThis.lynxWorkletImpl)||t._refImpl.updateWorkletRefInitValueChanges(e))})(t),e9.clearAttachedLists(),e&&function(e){let t=e.length;for(let _=0;_<t;++_)switch(e[_]){case 0:{let t=e[++_];new tu(t,e[++_]);break}case 1:{let t=e[++_];let n=e[++_];let l=e[++_];let r=tr.values.get(t);let i=tr.values.get(n);let o=tr.values.get(l);r&&i?r.insertBefore(i,o):ta(r?n:t);break}case 2:{let t=e[++_];let n=e[++_];let l=tr.values.get(t);let r=tr.values.get(n);l&&r?l.removeChild(r):ta(l?n:t);break}case 3:{let t=e[++_];let n=e[++_];let l=e[++_];let r=tr.values.get(t);r?r.setAttribute(n,l):ta(t);break}case 4:{let t=e[++_];let n=e[++_];let l=tr.values.get(t);l?l.setAttribute(\"values\",n):ta(t)}}}(e),e9.flush()}finally{tc(\"patchChangesEnd\"),tc(\"mtsRenderEnd\"),l.isHydration&&eK(!1)}if(eQ(),s&&(null!=_?_:_=function(e,t){let _=(SystemInfo.lynxSdkVersion||\"1.0\").split(\".\");return Number(_[0])>2||2==Number(_[0])&&Number(_[1])>13}(2,0))){for(let e of(eq(!1),s))try{(function(e,t,_){var n;null==(n=globalThis.lynxWorkletImpl)||n._runRunOnMainThreadTask(e,t,_)})(e.worklet,e.params,e.resolveId)}catch(e){lynx.reportError(e)}eq(!0)}l.pipelineOptions&&(o.pipelineOptions=l.pipelineOptions),__FlushElementTree(e,o),r&&lynx.performance.profileEnd()}}),lynx.__initData={},globalThis.SystemInfo=null!=(v=lynx.SystemInfo)?v:{},lynx.reportError=function(e){_ReportError(e instanceof Error?e:Error(JSON.stringify(e)),{errorCode:1101})},lynx.triggerGlobalEventFromLepus=function(e,t){__OnLifecycleEvent([\"globalEventFromLepus\",[e,t]])},void 0===globalThis[tC(\"\")]&&(globalThis[tC(\"\")]=void 0),lynx.registerDataProcessors=function(e){let t=!1;globalThis.processData=(_,n)=>{let l;try{var r,i,o,s,u;l=n?null!=(s=null==e||null==(i=e.dataProcessors)||null==(r=i[n])?void 0:r.call(i,_))?s:_:null!=(u=null==e||null==(o=e.defaultDataProcessor)?void 0:o.call(e,_))?u:_}catch(e){lynx.reportError(e),l={}}return!1===t&&globalThis.__I18N_RESOURCE_TRANSLATION__&&(l={...l,__I18N_RESOURCE_TRANSLATION__:globalThis.__I18N_RESOURCE_TRANSLATION__}),n||(t=!0),l}},lynx.registerDataProcessors(),(m=A||(A={}))[m.COMPOSED=-1]=\"COMPOSED\",m[m.PAN=0]=\"PAN\",m[m.FLING=1]=\"FLING\",m[m.DEFAULT=2]=\"DEFAULT\",m[m.TAP=3]=\"TAP\",m[m.LONGPRESS=4]=\"LONGPRESS\",m[m.ROTATION=5]=\"ROTATION\",m[m.PINCH=6]=\"PINCH\",m[m.NATIVE=7]=\"NATIVE\";let tA=new Set([\"reuse-identifier\",\"recyclable\"]);let tP=new Set([\"reuse-identifier\",\"full-span\",\"item-key\",\"sticky-top\",\"sticky-bottom\",\"estimated-height\",\"estimated-height-px\",\"estimated-main-axis-size-px\",\"recyclable\"]);function tN(e,t,_,n,l,r,i){var o;if(!e.__elements)return;let s=null!=(o=e.__values[t]||void 0)?o:{};s._workletType=l,\"main-thread\"===l&&(eJ(s,_,ez,e.__elements[n]),__AddEvent(e.__elements[n],r,i,{type:\"worklet\",value:s}))}let tT=/^(([A-Za-z-]*):)?(bind|catch|capture-bind|capture-catch|global-bind)([A-Za-z]+)$/;let tR={bind:\"bindEvent\",catch:\"catchEvent\",\"capture-bind\":\"capture-bind\",\"capture-catch\":\"capture-catch\",\"global-bind\":\"global-bindEvent\"};let tD=new Set([\"name\",\"clip-radius\",\"overlap\",\"exposure-scene\",\"exposure-id\"]);let tO=w.Slot;w.MultiChildren;let tL=w.Children;function tW(e,t,_){if(\"string\"==typeof e){let _=new tu(e);return _.props=t,_.__k=null,_.__=null,_.__b=0,_.__e=null,_.__d=void 0,_.__c=null,_.__i=-1,_.__u=0,_}if(\"function\"==typeof e){let _,n=t;if(\"ref\"in n)for(let e in n={},t)\"ref\"==e||(n[e]=t[e]);if(_=e.defaultProps)for(let e in _)void 0===n[e]&&(n[e]=_[e]);return{type:e,props:n,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__i:-1,__u:0}}}function tU(e){let t=em(e);t.current=ey(()=>e,[e]);let _=em();return null!=_.current||(_.current=function(...e){return t.current.apply(this,e)}),_.current}function tF(){for(var e,t,_=0,n=\"\",l=arguments.length;_<l;_++)(e=arguments[_])&&(t=function e(t){var _,n,l=\"\";if(\"string\"==typeof t||\"number\"==typeof t)l+=t;else if(\"object\"==typeof t)if(Array.isArray(t)){var r=t.length;for(_=0;_<r;_++)t[_]&&(n=e(t[_]))&&(l&&(l+=\" \"),l+=n)}else for(n in t)t[n]&&(l&&(l+=\" \"),l+=n);return l}(e))&&(n&&(n+=\" \"),n+=t);return n}w.ListChildren,[].slice;let tH=ei({active:!1,disabled:!1});let tM=ti(\"__snapshot_11572_54683_1\",function(){return[__CreateView(t_)]},[(e,t,_)=>(function(e,t,_,n){var l,r,i;null!=_||(_={});let o=e.__values[t];let s=e.parentNode;if(null==s?void 0:s.__snapshot_def.isListHolder){let n=eV(_,tP);let u=eV(o,tP);ej(n,u)||(e9.values&&(null!=(i=(l=e9.values)[r=s.__id])?i:l[r]=new tt(s)).onSetAttribute(e,u,n),e.__listItemPlatformInfo=u,function(e,t,_,n){let l=e.__listItemPlatformInfo=e.__values[t];if(e9.values){var r,i,o;let t=e.parentNode;(null==t?void 0:t.__snapshot_def.isListHolder)&&(null!=(o=(r=e9.values)[i=t.__id])?o:r[i]=new tt(t)).onSetAttribute(e,l,_)}if(e.__elements){let _=e.__elements[0];let n=e.__values[t];for(let e in n)tA.has(e)||__SetAttribute(_,e,n[e])}}({__values:{get[t](){return u}},__id:e.__id,__elements:e.__elements},t,n,0))}if(!e.__elements)return;\"__spread\"in o&&(o=function(e,t,_){let n={};let l=!1;for(let r in _){let i=_[r];\"__spread\"===r||(\"class\"===r||\"className\"===r?(null!=i||(i=\"\"),n.className=i):\"ref\"===r?n[r]=i?1:void 0:\"function\"==typeof i?n[r]=`${e.__id}:${t}:${r}`:\"__self\"===r||\"__source\"===r||(!l&&tD.has(r)&&(l=!0),n[r]=i))}return l&&(n.flatten=!1),n}(e,t,o),e.__values[t]=o);let u={};let a=null;for(let l in o){let r=o[l];if(r!==_[l])if(\"className\"===l)__SetClasses(e.__elements[0],r);else if(\"style\"===l)__SetInlineStyles(e.__elements[n],r);else if(\"id\"===l)__SetID(e.__elements[n],r);else if(l.startsWith(\"data-\"));else if(\"ref\"===l)e6({__values:{get[t](){return r},set[t](value){o[l]=value}},__id:e.__id,__elements:e.__elements},t,_[l],n);else if(l.endsWith(\":ref\"))null!=e.__worklet_ref_set||(e.__worklet_ref_set=new Set),eY({__values:{get[t](){return r}},__id:e.__id,__elements:e.__elements,__worklet_ref_set:e.__worklet_ref_set},t,_[l],n,l.slice(0,-4));else if(l.endsWith(\":gesture\")){let i=l.slice(0,-8);tI({__values:{get[t](){return r}},__id:e.__id,__elements:e.__elements},t,_[l],n,i)}else if(a=tT.exec(l)){let i=a[2];let s=tR[a[3]];let u=a[4];let c={__values:{get[t](){return r},set[t](value){o[l]=value}},__id:e.__id,__elements:e.__elements};i?tN(c,t,_[l],n,i,s,u):tw(c,t,_[l],n,s,u,l)}else tP.has(l)||__SetAttribute(e.__elements[n],l,r);l.startsWith(\"data-\")&&(u[l.slice(5)]=r)}let c=!1;for(let l in _){if(!(l in o))if(\"className\"===l)__SetClasses(e.__elements[n],\"\");else if(\"style\"===l)__SetInlineStyles(e.__elements[n],\"\");else if(\"id\"===l)__SetID(e.__elements[n],null);else if(l.startsWith(\"data-\"));else if(\"ref\"===l)e6({__values:{get[t](){return},set[t](value){o[l]=value}},__id:e.__id,__elements:e.__elements},t,_[l],n);else if(l.endsWith(\":ref\"))null!=e.__worklet_ref_set||(e.__worklet_ref_set=new Set),eY({__values:{get[t](){return}},__id:e.__id,__elements:e.__elements,__worklet_ref_set:e.__worklet_ref_set},t,_[l],n,l.slice(0,-4));else if(l.endsWith(\":gesture\")){let r=l.slice(0,-8);tI({__values:{get[t](){return}},__id:e.__id,__elements:e.__elements},t,_[l],n,r)}else if(a=tT.exec(l)){let r=a[2];let i=tR[a[3]];let s=a[4];let u={__values:{get[t](){return},set[t](value){o[l]=value}},__id:e.__id,__elements:e.__elements};r?tN(u,t,_[l],n,r,i,s):tw(u,t,_[l],n,i,s,l)}else tP.has(l)||__SetAttribute(e.__elements[n],l,null);l.startsWith(\"data-\")&&(c=!0)}(c||!eB(u))&&__SetDataset(e.__elements[n],u)})(e,t,_,0)],tn,void 0,P,[0]);let tj=e=>{let{children:t,onClick:_,disabled:n=!1,style:l,className:r,buttonProps:i}=e;let[o,s]=ev(!1);let u=o&&!n;let a=\"function\"==typeof t?t({active:u,disabled:n}):t;let c=tU(()=>{n||s(!0)});let f=tU(()=>{if(s(!1),n)return});let d=tU(()=>{n||null==_||_()});let p=ey(()=>({active:u,disabled:n}),[u,n]);return tW(tH.Provider,{value:p,children:tW(tM,{values:[{bindtap:d,bindtouchstart:c,bindtouchend:f,bindtouchcancel:f,\"event-through\":!1,style:l,className:tF(r,{\"ui-active\":u,\"ui-disabled\":n}),...i,__spread:!0}],children:a})})};let tB=ei({selectedValue:null,disabled:!1,handleValueChange:()=>{}});let tV=e=>{var t,_,n;let{children:l,onValueChange:r,defaultValue:i,value:o,disabled:s=!1}=e;let u=void 0!==o;let[a,c]=ev(null!=i?i:null);let f=u?o:a;let d=em(null);let p=tU(e=>{d.current!==e&&(null==r||r(e),d.current=e)});let h=(t=e=>{u||c(e),p(e)},eo=8,ey(function(){return t},[u,p]));_=void 0,n=eh(g++,3),!U.__s&&ex(n.__H,_)&&(n.__=void 0,n._pendingArgs=_,b.__H.__h.push(n));let v=ey(()=>({selectedValue:f,handleValueChange:h,disabled:s}),[f,h,s]);let m=ey(()=>\"function\"==typeof l?l({value:f,disabled:s}):l,[l,f]);return tW(tB.Provider,{value:v,children:m})};let t$=ei({value:\"\",disabled:!1});let tG=e=>{let{className:t,disabled:_=!1,style:n,value:l,children:r,radioProps:i}=e;let o=eg(tB);if(!o)throw Error(\"<Radio/> must be used within <RadioGroup/>!\");let{selectedValue:s,disabled:u,handleValueChange:a}=o;let c=_||u;let f=l===s;let d=ey(()=>({value:l,disabled:c}),[l,c]);let p=tU(()=>a(l));return tW(t$.Provider,{value:d,children:tW(tj,{className:tF(t,{\"ui-checked\":f}),style:n,disabled:c,onClick:p,buttonProps:i,children:r})})};let tq=ti(\"__snapshot_b3824_f71e7_1\",function(){return[__CreateView(t_)]},[function(e){e.__elements&&__SetClasses(e.__elements[0],e.__values[0]||\"\")},function(e){e.__elements&&__SetInlineStyles(e.__elements[0],e.__values[1])}],tn,void 0,P,null);let tJ=e=>{let{className:t,style:_,children:n,forceMount:l=!1}=e;let{selectedValue:r}=eg(tB);let{value:i,disabled:o}=eg(t$);let{active:s}=eg(tH);let u=i===r;return tW(tq,{values:[tF(t,{\"ui-checked\":u,\"ui-disabled\":o,\"ui-active\":s}),_],children:(l||u)&&n})};let tz={\"hit-slop\":{top:\"8px\",left:\"8px\",right:\"8px\",bottom:\"8px\"}};let tK=[\"Dawn\",\"Bloom\",\"Glow\",\"Fade\",\"Rest\"];let tZ=ti(\"__snapshot_19a8c_a7c08_5\",function(){let e=__CreateView(t_);return __SetClasses(e,\"radio-indicator-dot\"),[e]},null,null,void 0,P,null);let tQ=ti(\"__snapshot_19a8c_a7c08_6\",function(){return[__CreateText(t_)]},[function(e){e.__elements&&__SetClasses(e.__elements[0],e.__values[0]||\"\")}],tn,void 0,P,null);let tX=ti(\"__snapshot_19a8c_a7c08_4\",function(){let e=t_;let t=__CreateView(e);__SetClasses(t,\"radio-option\");let _=__CreateWrapperElement(e);return __AppendElement(t,_),[t,_]},null,[[tL,1]],void 0,P,null);let tY=ti(\"__snapshot_19a8c_a7c08_3\",function(){let e=__CreateView(t_);return __SetClasses(e,\"radio-group-root\"),[e]},null,tn,void 0,P,null);let t0=ti(\"__snapshot_19a8c_a7c08_2\",function(){let e=__CreateView(t_);return __SetClasses(e,\"section\"),[e]},null,tn,void 0,P,null);let t1=ti(\"__snapshot_19a8c_a7c08_8\",function(){return[__CreateText(t_)]},null,tn,void 0,P,null);let t2=ti(\"__snapshot_19a8c_a7c08_7\",function(){let e=__CreateView(t_);return __SetClasses(e,\"section\"),[e]},null,tn,void 0,P,null);let t3=ti(\"__snapshot_19a8c_a7c08_1\",function(){let e=t_;let t=__CreateView(e);__SetClasses(t,\"container lunaris-light luna-gradient-rose\");let _=__CreateView(e);__SetClasses(_,\"canvas\"),__AppendElement(t,_);let n=__CreateView(e);__SetClasses(n,\"section\"),__AppendElement(_,n);let l=__CreateText(e);__SetClasses(l,\"label\"),__AppendElement(n,l);let r=__CreateRawText(\"Status: \");__AppendElement(l,r);let i=__CreateWrapperElement(e);__AppendElement(l,i);let o=__CreateText(e);__SetClasses(o,\"label\"),__AppendElement(n,o);let s=__CreateRawText(\"Selected Value: \");__AppendElement(o,s);let u=__CreateWrapperElement(e);__AppendElement(o,u);let a=__CreateWrapperElement(e);__AppendElement(_,a);let c=__CreateWrapperElement(e);return __AppendElement(_,c),[t,_,n,l,r,i,o,s,u,a,c]},null,[[tO,5],[tO,8],[tO,9],[tO,10]],void 0,P,null);({render:e=>{n.__jsx=e},registerDataProcessors:e=>{lynx.registerDataProcessors(e)}}).render(tW(function(){let[e,t]=ev(tK[0]);let[_,n]=ev(!1);return tW(t3,{children:[tW(\"wrapper\",{children:_?\"Disabled\":\"Enabled\"}),tW(\"wrapper\",{children:e}),tW(t0,{children:tW(tV,{value:e,onValueChange:t,disabled:_,children:tW(tY,{children:tK.map(e=>{let t=\"Glow\"===e;return tW(tX,{children:[tW(tG,{className:\"radio-item\",value:e,disabled:t,radioProps:tz,children:tW(tJ,{className:\"radio-indicator\",children:tW(tZ,{})})}),tW(tQ,{values:[tF(\"label\",(t||_)&&\"disabled\")],children:[e,t?\" (disabled)\":\"\"]})]},e)})})})}),tW(t2,{children:tW(tj,{className:\"button\",onClick:()=>n(e=>!e),children:tW(t1,{children:_?\"Enable group\":\"Disable group\"})})})]})},{}));"},"customSections":{}}
@@ -0,0 +1,12 @@
1
+ // Copyright 2026 The Lynx Authors. All rights reserved.
2
+ // Licensed under the Apache License Version 2.0 that can be found in the
3
+ // LICENSE file in the root directory of this source tree.
4
+
5
+ import { exampleConfig } from '../../../tools/configs/exampleConfig.mjs'
6
+
7
+ const defaultConfig = exampleConfig({
8
+ RadioGroupBasic: './Basic/index.tsx',
9
+ RadioGroupDisabled: './Disabled/index.tsx',
10
+ })
11
+
12
+ export default defaultConfig
package/package.json ADDED
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "@lynx-example/lynx-ui-radio-group",
3
+ "version": "0.0.1",
4
+ "description": "Example app demonstrating RadioGroup usage in lynx-ui",
5
+ "homepage": "https://github.com/lynx-family/lynx-ui/tree/main/apps/examples/RadioGroup#readme",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/lynx-family/lynx-ui.git",
9
+ "directory": "apps/examples/RadioGroup"
10
+ },
11
+ "license": "Apache-2.0",
12
+ "author": {
13
+ "name": "The Lynx Authors"
14
+ },
15
+ "type": "module",
16
+ "files": [
17
+ "LICENSE",
18
+ "CHANGELOG.md",
19
+ "dist/",
20
+ "src/",
21
+ "lynx.config.mjs"
22
+ ],
23
+ "dependencies": {
24
+ "@lynx-js/react": "0.113.0",
25
+ "clsx": "^2.1.1",
26
+ "@lynx-js/luna-styles": "0.1.0",
27
+ "@lynx-js/lynx-ui": "3.130.0"
28
+ },
29
+ "devDependencies": {
30
+ "@lynx-js/qrcode-rsbuild-plugin": "0.3.3",
31
+ "@lynx-js/react-rsbuild-plugin": "0.11.2",
32
+ "@lynx-js/rspeedy": "0.11.2",
33
+ "@lynx-js/types": "3.6.0",
34
+ "@types/react": "^18.3.8"
35
+ },
36
+ "publishConfig": {
37
+ "access": "public"
38
+ },
39
+ "scripts": {
40
+ "build": "rspeedy build",
41
+ "build:dev": "rspeedy build --mode=development",
42
+ "dev": "rspeedy dev",
43
+ "test": "vitest"
44
+ }
45
+ }