@quicktvui/quicktvui3 1.2.0 → 3.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +17 -29
- package/dist/index.js +8 -9
- package/dist/src/animation/QTAnimation.d.ts +1 -1
- package/dist/src/animation/QTIAnimation.d.ts +19 -9
- package/dist/src/animation/QtAnimationAPI.d.ts +16 -34
- package/dist/src/animation/types.d.ts +40 -0
- package/dist/src/app/QTAppIcon.d.ts +1 -1
- package/dist/src/app/QtAppIconAPI.d.ts +5 -5
- package/dist/src/base/QTIBaseView.d.ts +10 -10
- package/dist/src/base/QtBaseNativeViewAPI.d.ts +2 -0
- package/dist/src/base/QtBaseViewAPI.d.ts +45 -0
- package/dist/src/base/useBaseView.d.ts +11 -11
- package/dist/src/button/QTIButton.d.ts +1 -1
- package/dist/src/button/QtButtonAPI.d.ts +3 -3
- package/dist/src/button/index.vue.d.ts +21 -21
- package/dist/src/canvas/CanvasGradient.d.ts +36 -0
- package/dist/src/canvas/QTCanvasView.d.ts +3 -0
- package/dist/src/canvas/QTICanvasView.d.ts +50 -0
- package/dist/src/canvas/QtCanvasViewAPI.d.ts +54 -0
- package/dist/src/classified-list-view/QtClassifiedListViewAPI.d.ts +6 -6
- package/dist/src/classified-list-view/core/QTClassifiedListViewItem.d.ts +2 -2
- package/dist/src/classified-list-view/core/QTIClassifiedListView.d.ts +2 -2
- package/dist/src/classified-list-view/index.vue.d.ts +21 -21
- package/dist/src/collapse/QtCollapseAPI.d.ts +7 -7
- package/dist/src/collapse/core/QTCollapse.d.ts +1 -1
- package/dist/src/collapse/core/QTICollapse.d.ts +3 -3
- package/dist/src/collapse/core/QTICollapseItem.d.ts +2 -2
- package/dist/src/collapse/index.vue.d.ts +18 -18
- package/dist/src/column/QTIColumn.d.ts +1 -1
- package/dist/src/column/QtColumnAPI.d.ts +3 -3
- package/dist/src/core/QTFlexStyleGradientBackground.d.ts +1 -1
- package/dist/src/core/QTLocation.d.ts +2 -2
- package/dist/src/dialog/QTDialog.d.ts +1 -1
- package/dist/src/dialog/QTIDialog.d.ts +1 -1
- package/dist/src/gradient/QTGradient.d.ts +3 -3
- package/dist/src/grid-view/QtGridViewAPI.d.ts +7 -7
- package/dist/src/grid-view/core/QTGridViewItem.d.ts +1 -1
- package/dist/src/grid-view/core/QTIGridView.d.ts +2 -2
- package/dist/src/grid-view/index.vue.d.ts +32 -32
- package/dist/src/image/QTIImage.d.ts +2 -2
- package/dist/src/image/QtImageAPI.d.ts +6 -6
- package/dist/src/image/index.vue.d.ts +12 -12
- package/dist/src/index.d.ts +23 -6
- package/dist/src/list/QTIBaseListView.d.ts +5 -5
- package/dist/src/list/QtBaseListViewAPI.d.ts +6 -6
- package/dist/src/list/useBaseListView.d.ts +6 -6
- package/dist/src/list/useListView.d.ts +49 -0
- package/dist/src/list-indicator/QTIndicatorListViewComponent.d.ts +1 -1
- package/dist/src/list-indicator/QtIndicatorViewAPI.d.ts +7 -7
- package/dist/src/list-indicator/core/QTIIndicatorView.d.ts +2 -2
- package/dist/src/list-item/ESListItemComponent.d.ts +1 -1
- package/dist/src/list-item/QtListItemAPI.d.ts +5 -5
- package/dist/src/list-view/QTListViewComponent.d.ts +1 -1
- package/dist/src/list-view/QtListViewAPI.d.ts +7 -7
- package/dist/src/list-view/core/QTIListView.d.ts +2 -2
- package/dist/src/list-view/core/QTListViewItem.d.ts +2 -2
- package/dist/src/loading/QTILoadingView.d.ts +1 -1
- package/dist/src/loading/QTLoadingView.d.ts +1 -1
- package/dist/src/loading/QtLoadingAPI.d.ts +3 -3
- package/dist/src/long-image/QTILongImage.d.ts +22 -0
- package/dist/src/long-image/QTLongImage.d.ts +3 -0
- package/dist/src/long-image/QTLongImageEventBean.d.ts +55 -0
- package/dist/src/long-image/QTLongImageOrientation.d.ts +7 -0
- package/dist/src/long-image/QTLongImagePositionType.d.ts +5 -0
- package/dist/src/long-image/QTLongImageScaleType.d.ts +9 -0
- package/dist/src/long-image/QtLongImageAPI.d.ts +4 -0
- package/dist/src/long-image/index.vue.d.ts +211 -0
- package/dist/src/lottie/QTILottieView.d.ts +4 -4
- package/dist/src/lottie/QTLottieView.d.ts +1 -1
- package/dist/src/lottie/QtLottieViewAPI.d.ts +8 -8
- package/dist/src/nav-bar/QTINavBar.d.ts +2 -2
- package/dist/src/nav-bar/QTNavBar.d.ts +1 -1
- package/dist/src/nav-bar/QTNavBarItem.d.ts +2 -2
- package/dist/src/nav-bar/QtNavBarAPI.d.ts +6 -6
- package/dist/src/nav-bar/index.vue.d.ts +18 -18
- package/dist/src/plugin/QTIPluginView.d.ts +1 -1
- package/dist/src/plugin/QTPluginView.d.ts +1 -1
- package/dist/src/plugin/QtPluginViewAPI.d.ts +5 -5
- package/dist/src/poster/QtPosterAPI.d.ts +3 -3
- package/dist/src/poster/core/QTIPoster.d.ts +1 -1
- package/dist/src/poster/core/QTPoster.d.ts +13 -13
- package/dist/src/poster/core/QTPosterCorner.d.ts +2 -2
- package/dist/src/poster/core/QTPosterElement.d.ts +1 -1
- package/dist/src/poster/core/QTPosterImage.d.ts +1 -1
- package/dist/src/poster/core/QTPosterRipple.d.ts +3 -3
- package/dist/src/poster/core/QTPosterScore.d.ts +4 -4
- package/dist/src/poster/core/QTPosterTitle.d.ts +5 -5
- package/dist/src/poster/index.vue.d.ts +19 -16
- package/dist/src/progressbar/QTIProgressBar.d.ts +8 -8
- package/dist/src/progressbar/QTProgressBar.d.ts +1 -1
- package/dist/src/progressbar/QtProgressBarAPI.d.ts +12 -12
- package/dist/src/qrcode/QTIQRCode.d.ts +1 -1
- package/dist/src/qrcode/QTQRCodeView.d.ts +1 -1
- package/dist/src/qrcode/QtQRCodeAPI.d.ts +3 -3
- package/dist/src/qt/QtAPI.d.ts +67 -31
- package/dist/src/qtListen/index.d.ts +6 -4
- package/dist/src/qtListen/qtArray.d.ts +1 -0
- package/dist/src/qtListen/qtDiff.d.ts +1 -1
- package/dist/src/qtListen/ref.d.ts +30 -0
- package/dist/src/qtListen/types.d.ts +13 -2
- package/dist/src/qtListen/watch.d.ts +6 -1
- package/dist/src/replace-child/QTIReplaceChildView.d.ts +1 -1
- package/dist/src/replace-child/QTReplaceChildView.d.ts +1 -1
- package/dist/src/replace-child/QtReplaceChildViewAPI.d.ts +5 -5
- package/dist/src/row/QTIRow.d.ts +1 -1
- package/dist/src/row/QtRowAPI.d.ts +3 -3
- package/dist/src/scroll-view/QTIScrollView.d.ts +1 -1
- package/dist/src/scroll-view/QTScrollView.d.ts +1 -1
- package/dist/src/scroll-view/QtScrollViewAPI.d.ts +5 -5
- package/dist/src/section/index.vue.d.ts +11 -11
- package/dist/src/seekbar/QTISeekBar.d.ts +8 -8
- package/dist/src/seekbar/QTSeekBar.d.ts +1 -1
- package/dist/src/seekbar/QtSeekBarAPI.d.ts +12 -12
- package/dist/src/series/DataAdapter.d.ts +6 -6
- package/dist/src/series/QTIMediaSeries.d.ts +6 -6
- package/dist/src/series/QTMediaSeries.d.ts +2 -2
- package/dist/src/series/QTMediaSeriesData.d.ts +1 -1
- package/dist/src/series/QTMediaSeriesEvent.d.ts +1 -1
- package/dist/src/series/QTMediaSeriesGroup.d.ts +1 -1
- package/dist/src/series/QtMediaSeriesAPI.d.ts +8 -8
- package/dist/src/series/component/media-series.vue.d.ts +9 -9
- package/dist/src/series/index.vue.d.ts +26 -22
- package/dist/src/series/item/media-series-number-item.vue.d.ts +4 -4
- package/dist/src/series/item/media-series-text-item.vue.d.ts +4 -4
- package/dist/src/tab/QTITab.d.ts +9 -9
- package/dist/src/tab/QTTab.d.ts +1 -1
- package/dist/src/tab/QTTabDataManager.d.ts +8 -8
- package/dist/src/tab/QTTabEvent.d.ts +2 -2
- package/dist/src/tab/QTTabEventParams.d.ts +1 -1
- package/dist/src/tab/QTTabItem.d.ts +1 -1
- package/dist/src/tab/QTTabPage.d.ts +1 -1
- package/dist/src/tab/QTTabPageData.d.ts +1 -1
- package/dist/src/tab/QTTabPageDataState.d.ts +1 -1
- package/dist/src/tab/QtTabAPI.d.ts +11 -11
- package/dist/src/tab/index.vue.d.ts +99 -33
- package/dist/src/tab/useQtTabWatch.d.ts +3 -0
- package/dist/src/text/QTIText.d.ts +2 -2
- package/dist/src/text/QTTextSpan.d.ts +1 -1
- package/dist/src/text/QTTextSpanAttribute.d.ts +1 -1
- package/dist/src/text/QtTextAPI.d.ts +6 -6
- package/dist/src/text/index.vue.d.ts +12 -12
- package/dist/src/ul/QTIUL.d.ts +3 -3
- package/dist/src/ul/QTULInitPosition.d.ts +1 -1
- package/dist/src/ul/QtULAPI.d.ts +7 -7
- package/dist/src/utils/QtVirtualViewAPI.d.ts +1 -1
- package/dist/src/utils/functions.d.ts +1 -0
- package/dist/src/utils/index.d.ts +2 -0
- package/dist/src/utils/make-installer.d.ts +5 -0
- package/dist/src/utils/objects.d.ts +2 -0
- package/dist/src/utils/type.d.ts +1 -1
- package/dist/src/utils/types.d.ts +9 -0
- package/dist/src/utils/vue/index.d.ts +3 -0
- package/dist/src/utils/vue/install.d.ts +6 -0
- package/dist/src/utils/vue/props/index.d.ts +3 -0
- package/dist/src/utils/vue/props/runtime.d.ts +9 -0
- package/dist/src/utils/vue/props/types.d.ts +38 -0
- package/dist/src/utils/vue/props/util.d.ts +8 -0
- package/dist/src/utils/vue/typescript.d.ts +6 -0
- package/dist/src/view/QTIView.d.ts +1 -1
- package/dist/src/view/QtViewAPI.d.ts +3 -44
- package/dist/src/view/index.vue.d.ts +12 -12
- package/dist/src/waterfall/QtWaterfallAPI.d.ts +9 -9
- package/dist/src/waterfall/core/QTIWaterfall.d.ts +4 -4
- package/dist/src/waterfall/core/QTWaterfall.d.ts +1 -1
- package/dist/src/waterfall/core/QTWaterfallCardItem.d.ts +2 -2
- package/dist/src/waterfall/core/QTWaterfallCardSection.d.ts +3 -3
- package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +3 -3
- package/dist/src/waterfall/core/QTWaterfallDataManager.d.ts +3 -3
- package/dist/src/waterfall/core/QTWaterfallEvent.d.ts +1 -1
- package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +8 -8
- package/dist/src/waterfall/core/QTWaterfallItem.d.ts +2 -2
- package/dist/src/waterfall/core/QTWaterfallPluginItem.d.ts +1 -1
- package/dist/src/waterfall/core/QTWaterfallPluginSection.d.ts +1 -1
- package/dist/src/waterfall/core/QTWaterfallSection.d.ts +5 -5
- package/dist/src/waterfall/core/QTWaterfallTabItem.d.ts +2 -2
- package/dist/src/waterfall/index.vue.d.ts +37 -24
- package/dist/src/waterfall/item/card-item.vue.d.ts +1 -1
- package/dist/src/waterfall/item/plugin-item.vue.d.ts +12 -12
- package/dist/src/waterfall/section/blank-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/card-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/end-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/flex-section.vue.d.ts +11 -8
- package/dist/src/waterfall/section/loading-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/plugin-section.vue.d.ts +6 -6
- package/dist/src/waterfall/section/section-title.vue.d.ts +5 -5
- package/dist/src/waterfall/section/vue-section.vue.d.ts +5 -5
- package/dist/src/webview/QTIWebView.d.ts +31 -3
- package/dist/src/webview/QTWebView.d.ts +1 -1
- package/dist/src/webview/QTWebViewInterceptRule.d.ts +4 -0
- package/dist/src/webview/QTWebViewLayerType.d.ts +5 -0
- package/dist/src/webview/QTWebViewSniffingRule.d.ts +20 -0
- package/dist/src/webview/QtWebViewAPI.d.ts +35 -7
- package/dist/src/x5webview/QTIX5WebView.d.ts +36 -3
- package/dist/src/x5webview/QTX5WebView.d.ts +1 -1
- package/dist/src/x5webview/QTX5WebViewInterceptRule.d.ts +4 -0
- package/dist/src/x5webview/QTX5WebViewLayerType.d.ts +5 -0
- package/dist/src/x5webview/QTX5WebViewSniffingRule.d.ts +20 -0
- package/dist/src/x5webview/QtX5WebViewAPI.d.ts +37 -7
- package/package.json +5 -1
- package/web-types.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
import{ref as e,openBlock as t,createElementBlock as a,renderSlot as n,resolveComponent as o,createBlock as i,defineComponent as l,normalizeStyle as c,normalizeClass as s,createCommentVNode as
|
|
1
|
+
import{ref as e,openBlock as t,createElementBlock as a,renderSlot as n,resolveComponent as o,createBlock as i,defineComponent as l,normalizeStyle as c,normalizeClass as s,createCommentVNode as r,toDisplayString as u,toRaw as d,nextTick as f,isReactive as v,onMounted as g,onUnmounted as I,watchEffect as p,onBeforeUnmount as m,withCtx as h,createVNode as T,createElementVNode as _,reactive as S,watch as F,Fragment as b,renderList as E,resolveDynamicComponent as y,h as P,toRef as N}from"vue";import{Native as R,registerElement as A}from"@extscreen/es3-vue";import{useESLog as L,ESLogLevel as C,useESDevice as D,useESPlugin as U,useES as w,useESDisplay as x,ESVersion as k,log as O,es as B,develop as M,toast as W,storage as V,device as G,display as q,network as z,appList as Q,power as $,permission as Y,usbDevice as H,broadcast as j,audio as K,shareData as Z,runtime as J,plugin as X,download as ee,upload as te,actionBar as ae,iac as ne,location as oe,focus as ie,provider as le,eventBus as ce,xlog as se,logUpload as re,brightness as ue,service as de}from"@extscreen/es3-core";
|
|
2
2
|
/**
|
|
3
|
-
* @vue/shared v3.
|
|
3
|
+
* @vue/shared v3.5.17
|
|
4
4
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
5
5
|
* @license MIT
|
|
6
6
|
**/
|
|
7
7
|
/*! #__NO_SIDE_EFFECTS__ */
|
|
8
|
-
function
|
|
8
|
+
function fe(e){const t=Object.create(null);for(const a of e.split(","))t[a]=1;return e=>e in t}const ve="production"!==process.env.NODE_ENV?Object.freeze({}):{};"production"===process.env.NODE_ENV||Object.freeze([]);const ge=()=>{},Ie=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),pe=Object.assign,me=Object.prototype.hasOwnProperty,he=(e,t)=>me.call(e,t),Te=Array.isArray,_e=e=>"[object Map]"===Pe(e),Se=e=>"function"==typeof e,Fe=e=>"string"==typeof e,be=e=>"symbol"==typeof e,Ee=e=>null!==e&&"object"==typeof e,ye=Object.prototype.toString,Pe=e=>ye.call(e),Ne=e=>Pe(e).slice(8,-1),Re=e=>Fe(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,Ae=(e=>{const t=Object.create(null);return a=>t[a]||(t[a]=e(a))})((e=>e.charAt(0).toUpperCase()+e.slice(1))),Le=(e,t)=>!Object.is(e,t);let Ce;const De=()=>Ce||(Ce="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function Ue(e){if(Te(e)){const t={};for(let a=0;a<e.length;a++){const n=e[a],o=Fe(n)?Oe(n):Ue(n);if(o)for(const e in o)t[e]=o[e]}return t}if(Fe(e)||Ee(e))return e}const we=/;(?![^(]*\))/g,xe=/:([^]+)/,ke=/\/\*[^]*?\*\//g;function Oe(e){const t={};return e.replace(ke,"").split(we).forEach((e=>{if(e){const a=e.split(xe);a.length>1&&(t[a[0].trim()]=a[1].trim())}})),t}function Be(e){let t="";if(Fe(e))t=e;else if(Te(e))for(let a=0;a<e.length;a++){const n=Be(e[a]);n&&(t+=n+" ")}else if(Ee(e))for(const a in e)e[a]&&(t+=a+" ");return t.trim()}
|
|
9
9
|
/**
|
|
10
|
-
* @vue/reactivity v3.
|
|
10
|
+
* @vue/reactivity v3.5.17
|
|
11
11
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
12
12
|
* @license MIT
|
|
13
|
-
**/function ge(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let me;class Ie{constructor(e,t,a,n){this.fn=e,this.trigger=t,this.scheduler=a,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,function(e,t){t&&t.active&&t.effects.push(e)}(this,n)}get dirty(){if(2===this._dirtyLevel||3===this._dirtyLevel){this._dirtyLevel=1,be();for(let e=0;e<this._depsLength;e++){const t=this.deps[e];if(t.computed&&(t.computed.value,this._dirtyLevel>=4))break}1===this._dirtyLevel&&(this._dirtyLevel=0),Ee()}return this._dirtyLevel>=4}set dirty(e){this._dirtyLevel=e?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let e=_e,t=me;try{return _e=!0,me=this,this._runnings++,pe(this),this.fn()}finally{Te(this),this._runnings--,me=t,_e=e}}stop(){var e;this.active&&(pe(this),Te(this),null==(e=this.onStop)||e.call(this),this.active=!1)}}function pe(e){e._trackId++,e._depsLength=0}function Te(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)he(e.deps[t],e);e.deps.length=e._depsLength}}function he(e,t){const a=e.get(t);void 0!==a&&t._trackId!==a&&(e.delete(t),0===e.size&&e.cleanup())}let _e=!0,Se=0;const Fe=[];function be(){Fe.push(_e),_e=!1}function Ee(){const e=Fe.pop();_e=void 0===e||e}function Ne(){Se++}function ye(){for(Se--;!Se&&Re.length;)Re.shift()()}const Re=[];function Ae(e,t,a){var n;Ne();for(const o of e.keys()){let i;o._dirtyLevel<t&&(null!=i?i:i=e.get(o)===o._trackId)&&(o._shouldSchedule||(o._shouldSchedule=0===o._dirtyLevel),o._dirtyLevel=t),o._shouldSchedule&&(null!=i?i:i=e.get(o)===o._trackId)&&("production"!==process.env.NODE_ENV&&(null==(n=o.onTrigger)||n.call(o,W({effect:o},a))),o.trigger(),o._runnings&&!o.allowRecurse||2===o._dirtyLevel||(o._shouldSchedule=!1,o.scheduler&&Re.push(o.scheduler)))}ye()}const Pe=(e,t)=>{const a=new Map;return a.cleanup=e,a.computed=t,a},Le=new WeakMap,Ce=Symbol("production"!==process.env.NODE_ENV?"iterate":""),De=Symbol("production"!==process.env.NODE_ENV?"Map key iterate":"");function Ue(e,t,a){if(_e&&me){let n=Le.get(e);n||Le.set(e,n=new Map);let o=n.get(a);o||n.set(a,o=Pe((()=>n.delete(a)))),function(e,t,a){var n;if(t.get(e)!==e._trackId){t.set(e,e._trackId);const o=e.deps[e._depsLength];o!==t?(o&&he(o,e),e.deps[e._depsLength++]=t):e._depsLength++,"production"!==process.env.NODE_ENV&&(null==(n=e.onTrack)||n.call(e,W({effect:e},a)))}}(me,o,"production"!==process.env.NODE_ENV?{target:e,type:t,key:a}:void 0)}}function xe(e,t,a,n,o,i){const l=Le.get(e);if(!l)return;let c=[];if("clear"===t)c=[...l.values()];else if("length"===a&&q(e)){const e=Number(n);l.forEach(((t,a)=>{("length"===a||!j(a)&&a>=e)&&c.push(t)}))}else switch(void 0!==a&&c.push(l.get(a)),t){case"add":q(e)?ae(a)&&c.push(l.get("length")):(c.push(l.get(Ce)),z(e)&&c.push(l.get(De)));break;case"delete":q(e)||(c.push(l.get(Ce)),z(e)&&c.push(l.get(De)));break;case"set":z(e)&&c.push(l.get(Ce))}Ne();for(const l of c)l&&Ae(l,4,"production"!==process.env.NODE_ENV?{target:e,type:t,key:a,newValue:n,oldValue:o,oldTarget:i}:void 0);ye()}const ke=O("__proto__,__v_isRef,__isVue"),we=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(j)),Oe=Me();function Me(){const e={};return["includes","indexOf","lastIndexOf"].forEach((t=>{e[t]=function(...e){const a=yt(this);for(let e=0,t=this.length;e<t;e++)Ue(a,"get",e+"");const n=a[t](...e);return-1===n||!1===n?a[t](...e.map(yt)):n}})),["push","pop","shift","unshift","splice"].forEach((t=>{e[t]=function(...e){be(),Ne();const a=yt(this)[t].apply(this,e);return ye(),Ee(),a}})),e}function Be(e){j(e)||(e=String(e));const t=yt(this);return Ue(t,"has",e),t.hasOwnProperty(e)}class Ge{constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}get(e,t,a){const n=this._isReadonly,o=this._isShallow;if("__v_isReactive"===t)return!n;if("__v_isReadonly"===t)return n;if("__v_isShallow"===t)return o;if("__v_raw"===t)return a===(n?o?pt:It:o?mt:gt).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(a)?e:void 0;const i=q(e);if(!n){if(i&&Q(Oe,t))return Reflect.get(Oe,t,a);if("hasOwnProperty"===t)return Be}const l=Reflect.get(e,t,a);return(j(t)?we.has(t):ke(t))?l:(n||Ue(e,"get",t),o?l:Pt(l)?i&&ae(t)?l:l.value:K(l)?n?ht(l):Tt(l):l)}}class We extends Ge{constructor(e=!1){super(!1,e)}set(e,t,a,n){let o=e[t];if(!this._isShallow){const t=bt(o);if(Et(a)||bt(a)||(o=yt(o),a=yt(a)),!q(e)&&Pt(o)&&!Pt(a))return!t&&(o.value=a,!0)}const i=q(e)&&ae(t)?Number(t)<e.length:Q(e,t),l=Reflect.set(e,t,a,n);return e===yt(n)&&(i?oe(a,o)&&xe(e,"set",t,a,o):xe(e,"add",t,a)),l}deleteProperty(e,t){const a=Q(e,t),n=e[t],o=Reflect.deleteProperty(e,t);return o&&a&&xe(e,"delete",t,void 0,n),o}has(e,t){const a=Reflect.has(e,t);return j(t)&&we.has(t)||Ue(e,"has",t),a}ownKeys(e){return Ue(e,"iterate",q(e)?"length":Ce),Reflect.ownKeys(e)}}class Ve extends Ge{constructor(e=!1){super(!0,e)}set(e,t){return"production"!==process.env.NODE_ENV&&ge(`Set operation on key "${String(t)}" failed: target is readonly.`,e),!0}deleteProperty(e,t){return"production"!==process.env.NODE_ENV&&ge(`Delete operation on key "${String(t)}" failed: target is readonly.`,e),!0}}const Qe=new We,qe=new Ve,ze=new Ve(!0),$e=e=>e,Ye=e=>Reflect.getPrototypeOf(e);function He(e,t,a=!1,n=!1){const o=yt(e=e.__v_raw),i=yt(t);a||(oe(t,i)&&Ue(o,"get",t),Ue(o,"get",i));const{has:l}=Ye(o),c=n?$e:a?At:Rt;return l.call(o,t)?c(e.get(t)):l.call(o,i)?c(e.get(i)):void(e!==o&&e.get(t))}function je(e,t=!1){const a=this.__v_raw,n=yt(a),o=yt(e);return t||(oe(e,o)&&Ue(n,"has",e),Ue(n,"has",o)),e===o?a.has(e):a.has(e)||a.has(o)}function Ke(e,t=!1){return e=e.__v_raw,!t&&Ue(yt(e),"iterate",Ce),Reflect.get(e,"size",e)}function Ze(e){e=yt(e);const t=yt(this);return Ye(t).has.call(t,e)||(t.add(e),xe(t,"add",e,e)),this}function Je(e,t){t=yt(t);const a=yt(this),{has:n,get:o}=Ye(a);let i=n.call(a,e);i?"production"!==process.env.NODE_ENV&&vt(a,n,e):(e=yt(e),i=n.call(a,e));const l=o.call(a,e);return a.set(e,t),i?oe(t,l)&&xe(a,"set",e,t,l):xe(a,"add",e,t),this}function Xe(e){const t=yt(this),{has:a,get:n}=Ye(t);let o=a.call(t,e);o?"production"!==process.env.NODE_ENV&&vt(t,a,e):(e=yt(e),o=a.call(t,e));const i=n?n.call(t,e):void 0,l=t.delete(e);return o&&xe(t,"delete",e,void 0,i),l}function et(){const e=yt(this),t=0!==e.size,a="production"!==process.env.NODE_ENV?z(e)?new Map(e):new Set(e):void 0,n=e.clear();return t&&xe(e,"clear",void 0,void 0,a),n}function tt(e,t){return function(a,n){const o=this,i=o.__v_raw,l=yt(i),c=t?$e:e?At:Rt;return!e&&Ue(l,"iterate",Ce),i.forEach(((e,t)=>a.call(n,c(e),c(t),o)))}}function at(e,t,a){return function(...n){const o=this.__v_raw,i=yt(o),l=z(i),c="entries"===e||e===Symbol.iterator&&l,s="keys"===e&&l,u=o[e](...n),r=a?$e:t?At:Rt;return!t&&Ue(i,"iterate",s?De:Ce),{next(){const{value:e,done:t}=u.next();return t?{value:e,done:t}:{value:c?[r(e[0]),r(e[1])]:r(e),done:t}},[Symbol.iterator](){return this}}}}function nt(e){return function(...t){if("production"!==process.env.NODE_ENV){const a=t[0]?`on key "${t[0]}" `:"";ge(`${ne(e)} operation ${a}failed: target is readonly.`,yt(this))}return"delete"!==e&&("clear"===e?void 0:this)}}function ot(){const e={get(e){return He(this,e)},get size(){return Ke(this)},has:je,add:Ze,set:Je,delete:Xe,clear:et,forEach:tt(!1,!1)},t={get(e){return He(this,e,!1,!0)},get size(){return Ke(this)},has:je,add:Ze,set:Je,delete:Xe,clear:et,forEach:tt(!1,!0)},a={get(e){return He(this,e,!0)},get size(){return Ke(this,!0)},has(e){return je.call(this,e,!0)},add:nt("add"),set:nt("set"),delete:nt("delete"),clear:nt("clear"),forEach:tt(!0,!1)},n={get(e){return He(this,e,!0,!0)},get size(){return Ke(this,!0)},has(e){return je.call(this,e,!0)},add:nt("add"),set:nt("set"),delete:nt("delete"),clear:nt("clear"),forEach:tt(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((o=>{e[o]=at(o,!1,!1),a[o]=at(o,!0,!1),t[o]=at(o,!1,!0),n[o]=at(o,!0,!0)})),[e,a,t,n]}const[it,lt,ct,st]=ot();function ut(e,t){const a=t?e?st:ct:e?lt:it;return(t,n,o)=>"__v_isReactive"===n?!e:"__v_isReadonly"===n?e:"__v_raw"===n?t:Reflect.get(Q(a,n)&&n in t?a:t,n,o)}const rt={get:ut(!1,!1)},dt={get:ut(!0,!1)},ft={get:ut(!0,!0)};function vt(e,t,a){const n=yt(a);if(n!==a&&t.call(e,n)){const t=ee(e);ge(`Reactive ${t} contains both the raw and reactive versions of the same object${"Map"===t?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const gt=new WeakMap,mt=new WeakMap,It=new WeakMap,pt=new WeakMap;function Tt(e){return bt(e)?e:St(e,!1,Qe,rt,gt)}function ht(e){return St(e,!0,qe,dt,It)}function _t(e){return St(e,!0,ze,ft,pt)}function St(e,t,a,n,o){if(!K(e))return"production"!==process.env.NODE_ENV&&ge(`value cannot be made reactive: ${String(e)}`),e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const i=o.get(e);if(i)return i;const l=(c=e).__v_skip||!Object.isExtensible(c)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(ee(c));var c;if(0===l)return e;const s=new Proxy(e,2===l?n:a);return o.set(e,s),s}function Ft(e){return bt(e)?Ft(e.__v_raw):!(!e||!e.__v_isReactive)}function bt(e){return!(!e||!e.__v_isReadonly)}function Et(e){return!(!e||!e.__v_isShallow)}function Nt(e){return!!e&&!!e.__v_raw}function yt(e){const t=e&&e.__v_raw;return t?yt(t):e}const Rt=e=>K(e)?Tt(e):e,At=e=>K(e)?ht(e):e;function Pt(e){return!(!e||!0!==e.__v_isRef)}const Lt={get:(e,t,a)=>{return Pt(n=Reflect.get(e,t,a))?n.value:n;var n},set:(e,t,a,n)=>{const o=e[t];return Pt(o)&&!Pt(a)?(o.value=a,!0):Reflect.set(e,t,a,n)}};
|
|
13
|
+
**/function Me(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let We;const Ve=new WeakSet;class Ge{constructor(e){this.fn=e,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0}pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,Ve.has(this)&&(Ve.delete(this),this.trigger()))}notify(){2&this.flags&&!(32&this.flags)||8&this.flags||function(e,t=!1){if(e.flags|=8,t)return e.next=ze,void(ze=e);e.next=qe,qe=e}(this)}run(){if(!(1&this.flags))return this.fn();this.flags|=2,ot(this),He(this);const e=We,t=et;We=this,et=!0;try{return this.fn()}finally{"production"!==process.env.NODE_ENV&&We!==this&&Me("Active effect was not restored correctly - this is likely a Vue internal bug."),je(this),We=e,et=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)Je(e);this.deps=this.depsTail=void 0,ot(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?Ve.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Ke(this)&&this.run()}get dirty(){return Ke(this)}}let qe,ze,Qe=0;function $e(){Qe++}function Ye(){if(--Qe>0)return;if(ze){let e=ze;for(ze=void 0;e;){const t=e.next;e.next=void 0,e.flags&=-9,e=t}}let e;for(;qe;){let t=qe;for(qe=void 0;t;){const a=t.next;if(t.next=void 0,t.flags&=-9,1&t.flags)try{t.trigger()}catch(t){e||(e=t)}t=a}}if(e)throw e}function He(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function je(e){let t,a=e.depsTail,n=a;for(;n;){const e=n.prevDep;-1===n.version?(n===a&&(a=e),Je(n),Xe(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=e}e.deps=t,e.depsTail=a}function Ke(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Ze(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Ze(e){if(4&e.flags&&!(16&e.flags))return;if(e.flags&=-17,e.globalVersion===it)return;if(e.globalVersion=it,!e.isSSR&&128&e.flags&&(!e.deps&&!e._dirty||!Ke(e)))return;e.flags|=2;const t=e.dep,a=We,n=et;We=e,et=!0;try{He(e);const a=e.fn(e._value);(0===t.version||Le(a,e._value))&&(e.flags|=128,e._value=a,t.version++)}catch(e){throw t.version++,e}finally{We=a,et=n,je(e),e.flags&=-3}}function Je(e,t=!1){const{dep:a,prevSub:n,nextSub:o}=e;if(n&&(n.nextSub=o,e.prevSub=void 0),o&&(o.prevSub=n,e.nextSub=void 0),"production"!==process.env.NODE_ENV&&a.subsHead===e&&(a.subsHead=o),a.subs===e&&(a.subs=n,!n&&a.computed)){a.computed.flags&=-5;for(let e=a.computed.deps;e;e=e.nextDep)Je(e,!0)}t||--a.sc||!a.map||a.map.delete(a.key)}function Xe(e){const{prevDep:t,nextDep:a}=e;t&&(t.nextDep=a,e.prevDep=void 0),a&&(a.prevDep=t,e.nextDep=void 0)}let et=!0;const tt=[];function at(){tt.push(et),et=!1}function nt(){const e=tt.pop();et=void 0===e||e}function ot(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const e=We;We=void 0;try{t()}finally{We=e}}}let it=0;class lt{constructor(e,t){this.sub=e,this.dep=t,this.version=t.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class ct{constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0,"production"!==process.env.NODE_ENV&&(this.subsHead=void 0)}track(e){if(!We||!et||We===this.computed)return;let t=this.activeLink;if(void 0===t||t.sub!==We)t=this.activeLink=new lt(We,this),We.deps?(t.prevDep=We.depsTail,We.depsTail.nextDep=t,We.depsTail=t):We.deps=We.depsTail=t,st(t);else if(-1===t.version&&(t.version=this.version,t.nextDep)){const e=t.nextDep;e.prevDep=t.prevDep,t.prevDep&&(t.prevDep.nextDep=e),t.prevDep=We.depsTail,t.nextDep=void 0,We.depsTail.nextDep=t,We.depsTail=t,We.deps===t&&(We.deps=e)}return"production"!==process.env.NODE_ENV&&We.onTrack&&We.onTrack(pe({effect:We},e)),t}trigger(e){this.version++,it++,this.notify(e)}notify(e){$e();try{if("production"!==process.env.NODE_ENV)for(let t=this.subsHead;t;t=t.nextSub)!t.sub.onTrigger||8&t.sub.flags||t.sub.onTrigger(pe({effect:t.sub},e));for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{Ye()}}}function st(e){if(e.dep.sc++,4&e.sub.flags){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let e=t.deps;e;e=e.nextDep)st(e)}const a=e.dep.subs;a!==e&&(e.prevSub=a,a&&(a.nextSub=e)),"production"!==process.env.NODE_ENV&&void 0===e.dep.subsHead&&(e.dep.subsHead=e),e.dep.subs=e}}const rt=new WeakMap,ut=Symbol("production"!==process.env.NODE_ENV?"Object iterate":""),dt=Symbol("production"!==process.env.NODE_ENV?"Map keys iterate":""),ft=Symbol("production"!==process.env.NODE_ENV?"Array iterate":"");function vt(e,t,a){if(et&&We){let n=rt.get(e);n||rt.set(e,n=new Map);let o=n.get(a);o||(n.set(a,o=new ct),o.map=n,o.key=a),"production"!==process.env.NODE_ENV?o.track({target:e,type:t,key:a}):o.track()}}function gt(e,t,a,n,o,i){const l=rt.get(e);if(!l)return void it++;const c=l=>{l&&("production"!==process.env.NODE_ENV?l.trigger({target:e,type:t,key:a,newValue:n,oldValue:o,oldTarget:i}):l.trigger())};if($e(),"clear"===t)l.forEach(c);else{const o=Te(e),i=o&&Re(a);if(o&&"length"===a){const e=Number(n);l.forEach(((t,a)=>{("length"===a||a===ft||!be(a)&&a>=e)&&c(t)}))}else switch((void 0!==a||l.has(void 0))&&c(l.get(a)),i&&c(l.get(ft)),t){case"add":o?i&&c(l.get("length")):(c(l.get(ut)),_e(e)&&c(l.get(dt)));break;case"delete":o||(c(l.get(ut)),_e(e)&&c(l.get(dt)));break;case"set":_e(e)&&c(l.get(ut))}}Ye()}function It(e){const t=ea(e);return t===e?t:(vt(t,"iterate",ft),Jt(e)?t:t.map(aa))}function pt(e){return vt(e=ea(e),"iterate",ft),e}const mt={__proto__:null,[Symbol.iterator](){return ht(this,Symbol.iterator,aa)},concat(...e){return It(this).concat(...e.map((e=>Te(e)?It(e):e)))},entries(){return ht(this,"entries",(e=>(e[1]=aa(e[1]),e)))},every(e,t){return _t(this,"every",e,t,void 0,arguments)},filter(e,t){return _t(this,"filter",e,t,(e=>e.map(aa)),arguments)},find(e,t){return _t(this,"find",e,t,aa,arguments)},findIndex(e,t){return _t(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return _t(this,"findLast",e,t,aa,arguments)},findLastIndex(e,t){return _t(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return _t(this,"forEach",e,t,void 0,arguments)},includes(...e){return Ft(this,"includes",e)},indexOf(...e){return Ft(this,"indexOf",e)},join(e){return It(this).join(e)},lastIndexOf(...e){return Ft(this,"lastIndexOf",e)},map(e,t){return _t(this,"map",e,t,void 0,arguments)},pop(){return bt(this,"pop")},push(...e){return bt(this,"push",e)},reduce(e,...t){return St(this,"reduce",e,t)},reduceRight(e,...t){return St(this,"reduceRight",e,t)},shift(){return bt(this,"shift")},some(e,t){return _t(this,"some",e,t,void 0,arguments)},splice(...e){return bt(this,"splice",e)},toReversed(){return It(this).toReversed()},toSorted(e){return It(this).toSorted(e)},toSpliced(...e){return It(this).toSpliced(...e)},unshift(...e){return bt(this,"unshift",e)},values(){return ht(this,"values",aa)}};function ht(e,t,a){const n=pt(e),o=n[t]();return n===e||Jt(e)||(o._next=o.next,o.next=()=>{const e=o._next();return e.value&&(e.value=a(e.value)),e}),o}const Tt=Array.prototype;function _t(e,t,a,n,o,i){const l=pt(e),c=l!==e&&!Jt(e),s=l[t];if(s!==Tt[t]){const t=s.apply(e,i);return c?aa(t):t}let r=a;l!==e&&(c?r=function(t,n){return a.call(this,aa(t),n,e)}:a.length>2&&(r=function(t,n){return a.call(this,t,n,e)}));const u=s.call(l,r,n);return c&&o?o(u):u}function St(e,t,a,n){const o=pt(e);let i=a;return o!==e&&(Jt(e)?a.length>3&&(i=function(t,n,o){return a.call(this,t,n,o,e)}):i=function(t,n,o){return a.call(this,t,aa(n),o,e)}),o[t](i,...n)}function Ft(e,t,a){const n=ea(e);vt(n,"iterate",ft);const o=n[t](...a);return-1!==o&&!1!==o||!Xt(a[0])?o:(a[0]=ea(a[0]),n[t](...a))}function bt(e,t,a=[]){at(),$e();const n=ea(e)[t].apply(e,a);return Ye(),nt(),n}const Et=fe("__proto__,__v_isRef,__isVue"),yt=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(be));function Pt(e){be(e)||(e=String(e));const t=ea(this);return vt(t,"has",e),t.hasOwnProperty(e)}class Nt{constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}get(e,t,a){if("__v_skip"===t)return e.__v_skip;const n=this._isReadonly,o=this._isShallow;if("__v_isReactive"===t)return!n;if("__v_isReadonly"===t)return n;if("__v_isShallow"===t)return o;if("__v_raw"===t)return a===(n?o?Qt:zt:o?qt:Gt).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(a)?e:void 0;const i=Te(e);if(!n){let e;if(i&&(e=mt[t]))return e;if("hasOwnProperty"===t)return Pt}const l=Reflect.get(e,t,oa(e)?e:a);return(be(t)?yt.has(t):Et(t))?l:(n||vt(e,"get",t),o?l:oa(l)?i&&Re(t)?l:l.value:Ee(l)?n?Yt(l):$t(l):l)}}class Rt extends Nt{constructor(e=!1){super(!1,e)}set(e,t,a,n){let o=e[t];if(!this._isShallow){const t=Zt(o);if(Jt(a)||Zt(a)||(o=ea(o),a=ea(a)),!Te(e)&&oa(o)&&!oa(a))return!t&&(o.value=a,!0)}const i=Te(e)&&Re(t)?Number(t)<e.length:he(e,t),l=Reflect.set(e,t,a,oa(e)?e:n);return e===ea(n)&&(i?Le(a,o)&>(e,"set",t,a,o):gt(e,"add",t,a)),l}deleteProperty(e,t){const a=he(e,t),n=e[t],o=Reflect.deleteProperty(e,t);return o&&a&>(e,"delete",t,void 0,n),o}has(e,t){const a=Reflect.has(e,t);return be(t)&&yt.has(t)||vt(e,"has",t),a}ownKeys(e){return vt(e,"iterate",Te(e)?"length":ut),Reflect.ownKeys(e)}}class At extends Nt{constructor(e=!1){super(!0,e)}set(e,t){return"production"!==process.env.NODE_ENV&&Me(`Set operation on key "${String(t)}" failed: target is readonly.`,e),!0}deleteProperty(e,t){return"production"!==process.env.NODE_ENV&&Me(`Delete operation on key "${String(t)}" failed: target is readonly.`,e),!0}}const Lt=new Rt,Ct=new At,Dt=new At(!0),Ut=e=>e,wt=e=>Reflect.getPrototypeOf(e);function xt(e){return function(...t){if("production"!==process.env.NODE_ENV){const a=t[0]?`on key "${t[0]}" `:"";Me(`${Ae(e)} operation ${a}failed: target is readonly.`,ea(this))}return"delete"!==e&&("clear"===e?void 0:this)}}function kt(e,t){const a={get(a){const n=this.__v_raw,o=ea(n),i=ea(a);e||(Le(a,i)&&vt(o,"get",a),vt(o,"get",i));const{has:l}=wt(o),c=t?Ut:e?na:aa;return l.call(o,a)?c(n.get(a)):l.call(o,i)?c(n.get(i)):void(n!==o&&n.get(a))},get size(){const t=this.__v_raw;return!e&&vt(ea(t),"iterate",ut),Reflect.get(t,"size",t)},has(t){const a=this.__v_raw,n=ea(a),o=ea(t);return e||(Le(t,o)&&vt(n,"has",t),vt(n,"has",o)),t===o?a.has(t):a.has(t)||a.has(o)},forEach(a,n){const o=this,i=o.__v_raw,l=ea(i),c=t?Ut:e?na:aa;return!e&&vt(l,"iterate",ut),i.forEach(((e,t)=>a.call(n,c(e),c(t),o)))}};pe(a,e?{add:xt("add"),set:xt("set"),delete:xt("delete"),clear:xt("clear")}:{add(e){t||Jt(e)||Zt(e)||(e=ea(e));const a=ea(this);return wt(a).has.call(a,e)||(a.add(e),gt(a,"add",e,e)),this},set(e,a){t||Jt(a)||Zt(a)||(a=ea(a));const n=ea(this),{has:o,get:i}=wt(n);let l=o.call(n,e);l?"production"!==process.env.NODE_ENV&&Vt(n,o,e):(e=ea(e),l=o.call(n,e));const c=i.call(n,e);return n.set(e,a),l?Le(a,c)&>(n,"set",e,a,c):gt(n,"add",e,a),this},delete(e){const t=ea(this),{has:a,get:n}=wt(t);let o=a.call(t,e);o?"production"!==process.env.NODE_ENV&&Vt(t,a,e):(e=ea(e),o=a.call(t,e));const i=n?n.call(t,e):void 0,l=t.delete(e);return o&>(t,"delete",e,void 0,i),l},clear(){const e=ea(this),t=0!==e.size,a="production"!==process.env.NODE_ENV?_e(e)?new Map(e):new Set(e):void 0,n=e.clear();return t&>(e,"clear",void 0,void 0,a),n}});return["keys","values","entries",Symbol.iterator].forEach((n=>{a[n]=function(e,t,a){return function(...n){const o=this.__v_raw,i=ea(o),l=_e(i),c="entries"===e||e===Symbol.iterator&&l,s="keys"===e&&l,r=o[e](...n),u=a?Ut:t?na:aa;return!t&&vt(i,"iterate",s?dt:ut),{next(){const{value:e,done:t}=r.next();return t?{value:e,done:t}:{value:c?[u(e[0]),u(e[1])]:u(e),done:t}},[Symbol.iterator](){return this}}}}(n,e,t)})),a}function Ot(e,t){const a=kt(e,t);return(t,n,o)=>"__v_isReactive"===n?!e:"__v_isReadonly"===n?e:"__v_raw"===n?t:Reflect.get(he(a,n)&&n in t?a:t,n,o)}const Bt={get:Ot(!1,!1)},Mt={get:Ot(!0,!1)},Wt={get:Ot(!0,!0)};function Vt(e,t,a){const n=ea(a);if(n!==a&&t.call(e,n)){const t=Ne(e);Me(`Reactive ${t} contains both the raw and reactive versions of the same object${"Map"===t?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const Gt=new WeakMap,qt=new WeakMap,zt=new WeakMap,Qt=new WeakMap;function $t(e){return Zt(e)?e:jt(e,!1,Lt,Bt,Gt)}function Yt(e){return jt(e,!0,Ct,Mt,zt)}function Ht(e){return jt(e,!0,Dt,Wt,Qt)}function jt(e,t,a,n,o){if(!Ee(e))return"production"!==process.env.NODE_ENV&&Me(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const i=(l=e).__v_skip||!Object.isExtensible(l)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(Ne(l));var l;if(0===i)return e;const c=o.get(e);if(c)return c;const s=new Proxy(e,2===i?n:a);return o.set(e,s),s}function Kt(e){return Zt(e)?Kt(e.__v_raw):!(!e||!e.__v_isReactive)}function Zt(e){return!(!e||!e.__v_isReadonly)}function Jt(e){return!(!e||!e.__v_isShallow)}function Xt(e){return!!e&&!!e.__v_raw}function ea(e){const t=e&&e.__v_raw;return t?ea(t):e}function ta(e){return!he(e,"__v_skip")&&Object.isExtensible(e)&&((e,t,a,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:a})})(e,"__v_skip",!0),e}const aa=e=>Ee(e)?$t(e):e,na=e=>Ee(e)?Yt(e):e;function oa(e){return!!e&&!0===e.__v_isRef}const ia={get:(e,t,a)=>{return"__v_raw"===t?e:oa(n=Reflect.get(e,t,a))?n.value:n;var n},set:(e,t,a,n)=>{const o=e[t];return oa(o)&&!oa(a)?(o.value=a,!0):Reflect.set(e,t,a,n)}};const la={},ca=new WeakMap;let sa;function ra(e,t,a=ve){const{immediate:n,deep:o,once:i,scheduler:l,augmentJob:c,call:s}=a,r=e=>{(a.onWarn||Me)("Invalid watch source: ",e,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},u=e=>o?e:Jt(e)||!1===o||0===o?ua(e,1):ua(e);let d,f,v,g,I=!1,p=!1;if(oa(e)?(f=()=>e.value,I=Jt(e)):Kt(e)?(f=()=>u(e),I=!0):Te(e)?(p=!0,I=e.some((e=>Kt(e)||Jt(e))),f=()=>e.map((e=>oa(e)?e.value:Kt(e)?u(e):Se(e)?s?s(e,2):e():void("production"!==process.env.NODE_ENV&&r(e))))):Se(e)?f=t?s?()=>s(e,2):e:()=>{if(v){at();try{v()}finally{nt()}}const t=sa;sa=d;try{return s?s(e,3,[g]):e(g)}finally{sa=t}}:(f=ge,"production"!==process.env.NODE_ENV&&r(e)),t&&o){const e=f,t=!0===o?1/0:o;f=()=>ua(e(),t)}const m=()=>{d.stop()};if(i&&t){const e=t;t=(...t)=>{e(...t),m()}}let h=p?new Array(e.length).fill(la):la;const T=e=>{if(1&d.flags&&(d.dirty||e))if(t){const e=d.run();if(o||I||(p?e.some(((e,t)=>Le(e,h[t]))):Le(e,h))){v&&v();const a=sa;sa=d;try{const a=[e,h===la?void 0:p&&h[0]===la?[]:h,g];h=e,s?s(t,3,a):t(...a)}finally{sa=a}}}else d.run()};return c&&c(T),d=new Ge(f),d.scheduler=l?()=>l(T,!1):T,g=e=>function(e,t=!1,a=sa){if(a){let t=ca.get(a);t||ca.set(a,t=[]),t.push(e)}else"production"===process.env.NODE_ENV||t||Me("onWatcherCleanup() was called when there was no active watcher to associate with.")}(e,!1,d),v=d.onStop=()=>{const e=ca.get(d);if(e){if(s)s(e,4);else for(const t of e)t();ca.delete(d)}},"production"!==process.env.NODE_ENV&&(d.onTrack=a.onTrack,d.onTrigger=a.onTrigger),t?n?T(!0):h=d.run():l?l(T.bind(null,!0),!0):d.run(),m.pause=d.pause.bind(d),m.resume=d.resume.bind(d),m.stop=m,m}function ua(e,t=1/0,a){if(t<=0||!Ee(e)||e.__v_skip)return e;if((a=a||new Set).has(e))return e;if(a.add(e),t--,oa(e))ua(e.value,t,a);else if(Te(e))for(let n=0;n<e.length;n++)ua(e[n],t,a);else if("[object Set]"===Pe(e)||_e(e))e.forEach((e=>{ua(e,t,a)}));else if((e=>"[object Object]"===Pe(e))(e)){for(const n in e)ua(e[n],t,a);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&ua(e[n],t,a)}return e}
|
|
14
14
|
/**
|
|
15
|
-
* @vue/runtime-core v3.
|
|
15
|
+
* @vue/runtime-core v3.5.17
|
|
16
16
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
17
17
|
* @license MIT
|
|
18
|
-
**/
|
|
19
|
-
const Ct=[];function Dt(e,...t){be();const a=Ct.length?Ct[Ct.length-1].component:null,n=a&&a.appContext.config.warnHandler,o=function(){let e=Ct[Ct.length-1];if(!e)return[];const t=[];for(;e;){const a=t[0];a&&a.vnode===e?a.recurseCount++:t.push({vnode:e,recurseCount:0});const n=e.component&&e.component.parent;e=n&&n.vnode}return t}();if(n)wt(n,a,11,[e+t.map((e=>{var t,a;return null!=(a=null==(t=e.toString)?void 0:t.call(e))?a:JSON.stringify(e)})).join(""),a&&a.proxy,o.map((({vnode:e})=>`at <${Ja(a,e.type)}>`)).join("\n"),o]);else{const a=[`[Vue warn]: ${e}`,...t];o.length&&a.push("\n",...function(e){const t=[];return e.forEach(((e,a)=>{t.push(...0===a?[]:["\n"],...function({vnode:e,recurseCount:t}){const a=t>0?`... (${t} recursive calls)`:"",n=!!e.component&&null==e.component.parent,o=` at <${Ja(e.component,e.type,n)}`,i=">"+a;return e.props?[o,...Ut(e.props),i]:[o+i]}(e))})),t}(o)),console.warn(...a)}Ee()}function Ut(e){const t=[],a=Object.keys(e);return a.slice(0,3).forEach((a=>{t.push(...xt(a,e[a]))})),a.length>3&&t.push(" ..."),t}function xt(e,t,a){return H(t)?(t=JSON.stringify(t),a?t:[`${e}=${t}`]):"number"==typeof t||"boolean"==typeof t||null==t?a?t:[`${e}=${t}`]:Pt(t)?(t=xt(e,yt(t.value),!0),a?t:[`${e}=Ref<`,t,">"]):Y(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=yt(t),a?t:[`${e}=`,t])}const kt={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ."};function wt(e,t,a,n){try{return n?e(...n):e()}catch(e){Mt(e,t,a)}}function Ot(e,t,a,n){if(Y(e)){const o=wt(e,t,a,n);return o&&Z(o)&&o.catch((e=>{Mt(e,t,a)})),o}if(q(e)){const o=[];for(let i=0;i<e.length;i++)o.push(Ot(e[i],t,a,n));return o}"production"!==process.env.NODE_ENV&&Dt("Invalid value type passed to callWithAsyncErrorHandling(): "+typeof e)}function Mt(e,t,a,n=!0){const o=t?t.vnode:null;if(t){let n=t.parent;const o=t.proxy,i="production"!==process.env.NODE_ENV?kt[a]:`https://vuejs.org/error-reference/#runtime-${a}`;for(;n;){const t=n.ec;if(t)for(let a=0;a<t.length;a++)if(!1===t[a](e,o,i))return;n=n.parent}const l=t.appContext.config.errorHandler;if(l)return be(),wt(l,null,10,[e,o,i]),void Ee()}!function(e,t,a,n=!0){if("production"!==process.env.NODE_ENV){const i=kt[t];if(a&&(o=a,Ct.push(o)),Dt("Unhandled error"+(i?` during execution of ${i}`:"")),a&&Ct.pop(),n)throw e;console.error(e)}else console.error(e);var o}(e,a,o,n)}let Bt=!1,Gt=!1;const Wt=[];let Vt=0;const Qt=[];let qt=null,zt=0;const $t=Promise.resolve();let Yt=null;const Ht=100;function jt(e){const t=Yt||$t;return e?t.then(this?e.bind(this):e):t}function Kt(e){Wt.length&&Wt.includes(e,Bt&&e.allowRecurse?Vt+1:Vt)||(null==e.id?Wt.push(e):Wt.splice(function(e){let t=Vt+1,a=Wt.length;for(;t<a;){const n=t+a>>>1,o=Wt[n],i=Xt(o);i<e||i===e&&o.pre?t=n+1:a=n}return t}(e.id),0,e),Zt())}function Zt(){Bt||Gt||(Gt=!0,Yt=$t.then(ta))}function Jt(e){q(e)?Qt.push(...e):qt&&qt.includes(e,e.allowRecurse?zt+1:zt)||Qt.push(e),Zt()}const Xt=e=>null==e.id?1/0:e.id,ea=(e,t)=>{const a=Xt(e)-Xt(t);if(0===a){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return a};function ta(e){Gt=!1,Bt=!0,"production"!==process.env.NODE_ENV&&(e=e||new Map),Wt.sort(ea);const t="production"!==process.env.NODE_ENV?t=>aa(e,t):B;try{for(Vt=0;Vt<Wt.length;Vt++){const e=Wt[Vt];if(e&&!1!==e.active){if("production"!==process.env.NODE_ENV&&t(e))continue;wt(e,null,14)}}}finally{Vt=0,Wt.length=0,function(e){if(Qt.length){const t=[...new Set(Qt)].sort(((e,t)=>Xt(e)-Xt(t)));if(Qt.length=0,qt)return void qt.push(...t);for(qt=t,"production"!==process.env.NODE_ENV&&(e=e||new Map),zt=0;zt<qt.length;zt++)"production"!==process.env.NODE_ENV&&aa(e,qt[zt])||qt[zt]();qt=null,zt=0}}(e),Bt=!1,Yt=null,(Wt.length||Qt.length)&&ta(e)}}function aa(e,t){if(e.has(t)){const a=e.get(t);if(a>Ht){const e=t.ownerInstance,a=e&&Za(e.type);return Mt(`Maximum recursive updates exceeded${a?` in component <${a}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}e.set(t,a+1)}else e.set(t,1)}const na=new Set;"production"!==process.env.NODE_ENV&&(ce().__VUE_HMR_RUNTIME__={createRecord:ca((function(e,t){if(oa.has(e))return!1;return oa.set(e,{initialDef:ia(t),instances:new Set}),!0})),rerender:ca((function(e,t){const a=oa.get(e);if(!a)return;a.initialDef.render=t,[...a.instances].forEach((e=>{t&&(e.render=t,ia(e.type).render=t),e.renderCache=[],e.effect.dirty=!0,e.update()}))})),reload:ca((function(e,t){const a=oa.get(e);if(!a)return;t=ia(t),la(a.initialDef,t);const n=[...a.instances];for(const e of n){const n=ia(e.type);na.has(n)||(n!==a.initialDef&&la(n,t),na.add(n)),e.appContext.propsCache.delete(e.type),e.appContext.emitsCache.delete(e.type),e.appContext.optionsCache.delete(e.type),e.ceReload?(na.add(n),e.ceReload(t.styles),na.delete(n)):e.parent?(e.parent.effect.dirty=!0,Kt(e.parent.update)):e.appContext.reload?e.appContext.reload():"undefined"!=typeof window?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Jt((()=>{for(const e of n)na.delete(ia(e.type))}))}))});const oa=new Map;function ia(e){return Xa(e)?e.__vccOpts:e}function la(e,t){W(e,t);for(const a in e)"__file"===a||a in t||delete e[a]}function ca(e){return(t,a)=>{try{return e(t,a)}catch(e){console.error(e),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let sa=null,ua=null;const ra=Symbol.for("v-ndc");const da=Symbol.for("v-scx"),fa=()=>{{const e=function(e,t,a=!1){const n=$a||sa;if(n||La){const o=n?null==n.parent?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:La._context.provides;if(o&&e in o)return o[e];if(arguments.length>1)return a&&Y(t)?t.call(n&&n.proxy):t;"production"!==process.env.NODE_ENV&&Dt(`injection "${String(e)}" not found.`)}else"production"!==process.env.NODE_ENV&&Dt("inject() can only be used inside setup() or functional components.")}(da);return e||"production"!==process.env.NODE_ENV&&Dt("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}},va={};function ga(e,t,a){const n=this.proxy,o=H(e)?e.includes(".")?function(e,t){const a=t.split(".");return()=>{let t=e;for(let e=0;e<a.length&&t;e++)t=t[a[e]];return t}}(n,e):()=>n[e]:e.bind(n,n);let i;Y(t)?i=t:(i=t.handler,a=t);const l=Ya(this),c=function(e,t,{immediate:a,deep:n,flush:o,once:i,onTrack:l,onTrigger:c}=M){if(t&&i){const e=t;t=(...t)=>{e(...t),S()}}"production"!==process.env.NODE_ENV&&void 0!==n&&"number"==typeof n&&Dt('watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.'),"production"===process.env.NODE_ENV||t||(void 0!==a&&Dt('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),void 0!==n&&Dt('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),void 0!==i&&Dt('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const s=e=>{Dt("Invalid watch source: ",e,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},u=$a,r=e=>!0===n?e:ma(e,!1===n?1:void 0);let d,f,v=!1,g=!1;if(Pt(e)?(d=()=>e.value,v=Et(e)):Ft(e)?(d=()=>r(e),v=!0):q(e)?(g=!0,v=e.some((e=>Ft(e)||Et(e))),d=()=>e.map((e=>Pt(e)?e.value:Ft(e)?r(e):Y(e)?wt(e,u,2):void("production"!==process.env.NODE_ENV&&s(e))))):Y(e)?d=t?()=>wt(e,u,2):()=>(f&&f(),Ot(e,u,3,[I])):(d=B,"production"!==process.env.NODE_ENV&&s(e)),t&&n){const e=d;d=()=>ma(e())}let m,I=e=>{f=_.onStop=()=>{wt(e,u,4),f=_.onStop=void 0}};if(Ha){if(I=B,t?a&&Ot(t,u,3,[d(),g?[]:void 0,I]):d(),"sync"!==o)return B;{const e=fa();m=e.__watcherHandles||(e.__watcherHandles=[])}}let p=g?new Array(e.length).fill(va):va;const T=()=>{if(_.active&&_.dirty)if(t){const e=_.run();(n||v||(g?e.some(((e,t)=>oe(e,p[t]))):oe(e,p)))&&(f&&f(),Ot(t,u,3,[e,p===va?void 0:g&&p[0]===va?[]:p,I]),p=e)}else _.run()};let h;T.allowRecurse=!!t,"sync"===o?h=T:"post"===o?h=()=>Da(T,u&&u.suspense):(T.pre=!0,u&&(T.id=u.uid),h=()=>Kt(T));const _=new Ie(d,B,h),S=()=>{_.stop()};return"production"!==process.env.NODE_ENV&&(_.onTrack=l,_.onTrigger=c),t?a?T():p=_.run():"post"===o?Da(_.run.bind(_),u&&u.suspense):_.run(),m&&m.push(S),S}(o,i.bind(n),a);return l(),c}function ma(e,t,a=0,n){if(!K(e)||e.__v_skip)return e;if(t&&t>0){if(a>=t)return e;a++}if((n=n||new Set).has(e))return e;if(n.add(e),Pt(e))ma(e.value,t,a,n);else if(q(e))for(let o=0;o<e.length;o++)ma(e[o],t,a,n);else if($(e)||z(e))e.forEach((e=>{ma(e,t,a,n)}));else if(te(e))for(const o in e)ma(e[o],t,a,n);return e}
|
|
20
|
-
/*! #__NO_SIDE_EFFECTS__ */function Ia(e,t){return Y(e)?(()=>W({name:e.name},t,{setup:e}))():e}const pa=e=>e?4&e.vnode.shapeFlag?function(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy((a=e.exposed,Object.isExtensible(a)&&ie(a,"__v_skip",!0),Ft(t=a)?t:new Proxy(t,Lt)),{get:(t,a)=>a in t?t[a]:a in Ta?Ta[a](e):void 0,has:(e,t)=>t in e||t in Ta}));var t;var a}(e)||e.proxy:pa(e.parent):null,Ta=W(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>"production"!==process.env.NODE_ENV?_t(e.props):e.props,$attrs:e=>"production"!==process.env.NODE_ENV?_t(e.attrs):e.attrs,$slots:e=>"production"!==process.env.NODE_ENV?_t(e.slots):e.slots,$refs:e=>"production"!==process.env.NODE_ENV?_t(e.refs):e.refs,$parent:e=>pa(e.parent),$root:e=>pa(e.root),$emit:e=>e.emit,$options:e=>__VUE_OPTIONS_API__?function(e){const t=e.type,{mixins:a,extends:n}=t,{mixins:o,optionsCache:i,config:{optionMergeStrategies:l}}=e.appContext,c=i.get(t);let s;c?s=c:o.length||a||n?(s={},o.length&&o.forEach((e=>ba(s,e,l,!0))),ba(s,t,l)):s=t;K(t)&&i.set(t,s);return s}(e):e.type,$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Kt(e.update)}),$nextTick:e=>e.n||(e.n=jt.bind(e.proxy)),$watch:e=>__VUE_OPTIONS_API__?ga.bind(e):B}),ha=(e,t)=>e!==M&&!e.__isScriptSetup&&Q(e,t),_a={get({_:e},t){if("__v_skip"===t)return!0;const{ctx:a,setupState:n,data:o,props:i,accessCache:l,type:c,appContext:s}=e;if("production"!==process.env.NODE_ENV&&"__isVue"===t)return!0;let u;if("$"!==t[0]){const c=l[t];if(void 0!==c)switch(c){case 1:return n[t];case 2:return o[t];case 4:return a[t];case 3:return i[t]}else{if(ha(n,t))return l[t]=1,n[t];if(o!==M&&Q(o,t))return l[t]=2,o[t];if((u=e.propsOptions[0])&&Q(u,t))return l[t]=3,i[t];if(a!==M&&Q(a,t))return l[t]=4,a[t];__VUE_OPTIONS_API__&&!Fa||(l[t]=0)}}const r=Ta[t];let d,f;return r?("$attrs"===t?(Ue(e,"get",t),process.env.NODE_ENV):"production"!==process.env.NODE_ENV&&"$slots"===t&&Ue(e,"get",t),r(e)):(d=c.__cssModules)&&(d=d[t])?d:a!==M&&Q(a,t)?(l[t]=4,a[t]):(f=s.config.globalProperties,Q(f,t)?f[t]:void("production"===process.env.NODE_ENV||!sa||H(t)&&0===t.indexOf("__v")||(o!==M&&(e=>"_"===e||"$"===e)(t[0])&&Q(o,t)?Dt(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===sa&&Dt(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))))},set({_:e},t,a){const{data:n,setupState:o,ctx:i}=e;return ha(o,t)?(o[t]=a,!0):"production"!==process.env.NODE_ENV&&o.__isScriptSetup&&Q(o,t)?(Dt(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):n!==M&&Q(n,t)?(n[t]=a,!0):Q(e.props,t)?("production"!==process.env.NODE_ENV&&Dt(`Attempting to mutate prop "${t}". Props are readonly.`),!1):"$"===t[0]&&t.slice(1)in e?("production"!==process.env.NODE_ENV&&Dt(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):("production"!==process.env.NODE_ENV&&t in e.appContext.config.globalProperties?Object.defineProperty(i,t,{enumerable:!0,configurable:!0,value:a}):i[t]=a,!0)},has({_:{data:e,setupState:t,accessCache:a,ctx:n,appContext:o,propsOptions:i}},l){let c;return!!a[l]||e!==M&&Q(e,l)||ha(t,l)||(c=i[0])&&Q(c,l)||Q(n,l)||Q(Ta,l)||Q(o.config.globalProperties,l)},defineProperty(e,t,a){return null!=a.get?e._.accessCache[t]=0:Q(a,"value")&&this.set(e,t,a.value,null),Reflect.defineProperty(e,t,a)}};function Sa(e){return q(e)?e.reduce(((e,t)=>(e[t]=null,e)),{}):e}"production"!==process.env.NODE_ENV&&(_a.ownKeys=e=>(Dt("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));let Fa=!0;function ba(e,t,a,n=!1){const{mixins:o,extends:i}=t;i&&ba(e,i,a,!0),o&&o.forEach((t=>ba(e,t,a,!0)));for(const o in t)if(n&&"expose"===o)"production"!==process.env.NODE_ENV&&Dt('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const n=Ea[o]||a&&a[o];e[o]=n?n(e[o],t[o]):t[o]}return e}const Ea={data:Na,props:Pa,emits:Pa,methods:Aa,computed:Aa,beforeCreate:Ra,created:Ra,beforeMount:Ra,mounted:Ra,beforeUpdate:Ra,updated:Ra,beforeDestroy:Ra,beforeUnmount:Ra,destroyed:Ra,unmounted:Ra,activated:Ra,deactivated:Ra,errorCaptured:Ra,serverPrefetch:Ra,components:Aa,directives:Aa,watch:function(e,t){if(!e)return t;if(!t)return e;const a=W(Object.create(null),e);for(const n in t)a[n]=Ra(e[n],t[n]);return a},provide:Na,inject:function(e,t){return Aa(ya(e),ya(t))}};function Na(e,t){return t?e?function(){return W(Y(e)?e.call(this,this):e,Y(t)?t.call(this,this):t)}:t:e}function ya(e){if(q(e)){const t={};for(let a=0;a<e.length;a++)t[e[a]]=e[a];return t}return e}function Ra(e,t){return e?[...new Set([].concat(e,t))]:t}function Aa(e,t){return e?W(Object.create(null),e,t):t}function Pa(e,t){return e?q(e)&&q(t)?[...new Set([...e,...t])]:W(Object.create(null),Sa(e),Sa(null!=t?t:{})):t}let La=null;const Ca={},Da=function(e,t){t&&t.pendingBranch?q(e)?t.effects.push(...e):t.effects.push(e):Jt(e)},Ua=Symbol.for("v-fgt"),xa=Symbol.for("v-txt"),ka=Symbol.for("v-cmt");let wa=null;const Oa=({key:e})=>null!=e?e:null,Ma=({ref:e,ref_key:t,ref_for:a})=>("number"==typeof e&&(e=""+e),null!=e?H(e)||Pt(e)||Y(e)?{i:sa,r:e,k:t,f:!!a}:e:null);const Ba="production"!==process.env.NODE_ENV?(...e)=>Ga(...e):Ga;function Ga(e,t=null,a=null,n=0,o=null,i=!1){if(e&&e!==ra||("production"===process.env.NODE_ENV||e||Dt(`Invalid vnode type when creating vnode: ${e}.`),e=ka),(l=e)&&!0===l.__v_isVNode){const n=Wa(e,t,!0);return a&&qa(n,a),!i&&wa&&(6&n.shapeFlag?wa[wa.indexOf(e)]=n:wa.push(n)),n.patchFlag|=-2,n}var l;if(Xa(e)&&(e=e.__vccOpts),t){t=function(e){return e?Nt(e)||Object.getPrototypeOf(e)===Ca?W({},e):e:null}(t);let{class:e,style:a}=t;e&&!H(e)&&(t.class=ve(e)),K(a)&&(Nt(a)&&!q(a)&&(a=W({},a)),t.style=se(a))}const c=H(e)?1:(e=>e.__isSuspense)(e)?128:(e=>e.__isTeleport)(e)?64:K(e)?4:Y(e)?2:0;return"production"!==process.env.NODE_ENV&&4&c&&Nt(e)&&Dt("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.","\nComponent that was made reactive: ",e=yt(e)),function(e,t=null,a=null,n=0,o=null,i=(e===Ua?0:1),l=!1,c=!1){const s={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Oa(t),ref:t&&Ma(t),scopeId:ua,slotScopeIds:null,children:a,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:n,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:sa};return c?(qa(s,a),128&i&&e.normalize(s)):a&&(s.shapeFlag|=H(a)?8:16),"production"!==process.env.NODE_ENV&&s.key!=s.key&&Dt("VNode created with invalid key (NaN). VNode type:",s.type),!l&&wa&&(s.patchFlag>0||6&i)&&32!==s.patchFlag&&wa.push(s),s}(e,t,a,n,o,c,i,!0)}function Wa(e,t,a=!1){const{props:n,ref:o,patchFlag:i,children:l}=e,c=t?function(...e){const t={};for(let a=0;a<e.length;a++){const n=e[a];for(const e in n)if("class"===e)t.class!==n.class&&(t.class=ve([t.class,n.class]));else if("style"===e)t.style=se([t.style,n.style]);else if(G(e)){const a=t[e],o=n[e];!o||a===o||q(a)&&a.includes(o)||(t[e]=a?[].concat(a,o):o)}else""!==e&&(t[e]=n[e])}return t}(n||{},t):n;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&Oa(c),ref:t&&t.ref?a&&o?q(o)?o.concat(Ma(t)):[o,Ma(t)]:Ma(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:"production"!==process.env.NODE_ENV&&-1===i&&q(l)?l.map(Va):l,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ua?-1===i?16:16|i:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Wa(e.ssContent),ssFallback:e.ssFallback&&Wa(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Va(e){const t=Wa(e);return q(e.children)&&(t.children=e.children.map(Va)),t}function Qa(e=" ",t=0){return Ba(xa,null,e,t)}function qa(e,t){let a=0;const{shapeFlag:n}=e;if(null==t)t=null;else if(q(t))a=16;else if("object"==typeof t){if(65&n){const a=t.default;return void(a&&(a._c&&(a._d=!1),qa(e,a()),a._c&&(a._d=!0)))}{a=32;const n=t._;n?3===n&&sa&&(1===sa.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=sa}}else Y(t)?(t={default:t,_ctx:sa},a=32):(t=String(t),64&n?(a=16,t=[Qa(t)]):a=8);e.children=t,e.shapeFlag|=a}let za,$a=null;{const e=ce(),t=(t,a)=>{let n;return(n=e[t])||(n=e[t]=[]),n.push(a),e=>{n.length>1?n.forEach((t=>t(e))):n[0](e)}};za=t("__VUE_INSTANCE_SETTERS__",(e=>$a=e)),t("__VUE_SSR_SETTERS__",(e=>Ha=e))}const Ya=e=>{const t=$a;return za(e),e.scope.on(),()=>{e.scope.off(),za(t)}};let Ha=!1;process.env.NODE_ENV;const ja=/(?:^|[-_])(\w)/g,Ka=e=>e.replace(ja,(e=>e.toUpperCase())).replace(/[-_]/g,"");function Za(e,t=!0){return Y(e)?e.displayName||e.name:e.name||t&&e.__name}function Ja(e,t,a=!1){let n=Za(t);if(!n&&t.__file){const e=t.__file.match(/([^/\\]+)\.\w+$/);e&&(n=e[1])}if(!n&&e&&e.parent){const a=e=>{for(const a in e)if(e[a]===t)return a};n=a(e.components||e.parent.type.components)||a(e.appContext.components)}return n?Ka(n):a?"App":"Anonymous"}function Xa(e){return Y(e)&&"__vccOpts"in e}function en(e){return{dispatchFunctionBySid:function(t,a,n){e.value&&P.callUIFunction(e.value,"dispatchFunctionBySid",[t,a,n])},requestFocus:function(t){e.value&&P.callUIFunction(e.value,"requestFocus",[t])},requestChildFocus:function(t,a){e.value&&P.callUIFunction(e.value,"requestChildFocus",[t,a])},clearFocus:function(){e.value&&P.callUIFunction(e.value,"clearFocus")},requestFocusDirectly:function(t){e.value&&P.callUIFunction(e.value,"requestFocusDirectly",[t])},setVisibility:function(t){e.value&&P.callUIFunction(e.value,"changeVisibility",[t])},requestRootLayout:function(){e.value&&P.callUIFunction(e.value,"requestRootLayout",[])},requestLayout:function(){e.value&&P.callUIFunction(e.value,"requestLayout",[])},setDescendantFocusability:function(t){e.value&&P.callUIFunction(e.value,"setDescendantFocusability",[t])},changeDescendantFocusability:function(t){e.value&&P.callUIFunction(e.value,"changeDescendantFocusability",[t])},forceUpdateRenderNode:function(){e.value&&P.callUIFunction(e.value,"forceUpdateRenderNode",[])},setBackGroundColor:function(t){e.value&&P.callUIFunction(e.value,"setBackGroundColor",[t])},layoutViewManual:function(){e.value&&P.callUIFunction(e.value,"layoutViewManual",[])},blockRootFocus:function(){e.value&&P.callUIFunction(e.value,"blockRootFocus",[])},unBlockRootFocus:function(){e.value&&P.callUIFunction(e.value,"unBlockRootFocus",[])},changeAlpha:function(t){e.value&&P.callUIFunction(e.value,"changeAlpha",[t])},setScale:function(t,a,n){e.value&&P.callUIFunction(e.value,"setScale",[t,a,n])},setPosition:function(t,a,n){e.value&&P.callUIFunction(e.value,"setPosition",[t,a,n])},updateLayout:function(t,a,n,o){e.value&&P.callUIFunction(e.value,"updateLayout",[t,a,n,o])},invalidate:function(){e.value&&P.callUIFunction(e.value,"invalidate",[])},dispatchFunctionForTarget:function(t,a,n,o){e.value&&P.callUIFunction(e.value,"dispatchFunctionForTarget",[t,a,n,o])},setBlockFocusDirections:function(t){e.value&&P.callUIFunction(e.value,"setBlockFocusDirections",[t])},setBlockFocusDirectionsOnFail:function(t){e.value&&P.callUIFunction(e.value,"setBlockFocusDirectionsOnFail",[t])},setInitFocus:function(t,a){e.value&&P.callUIFunction(e.value,"setInitFocus",[t,a])},setAutoFocus:function(t,a){e.value&&P.callUIFunction(e.value,"setAutoFocus",[t,a])},enabledAutofocus:function(t){e.value&&P.callUIFunction(e.value,"setAutofocus",[t])},requestAutofocus:function(){e.value&&P.callUIFunction(e.value,"requestAutofocus",[])},hasFocus:function(){return e.value?new Promise(((t,a)=>{P.callUIFunction(e.value,"hasFocus",[],(e=>{t(e)}))})):Promise.reject(!1)},isFocused:function(){return e.value?new Promise(((t,a)=>{P.callUIFunction(e.value,"isFocused",[],(e=>{t(e)}))})):Promise.reject(!1)},getLocationOnScreen:function(){return e.value?new Promise(((t,a)=>{P.callUIFunction(e.value,"getLocationOnScreen",[],(e=>{t(e)}))})):Promise.reject()},getViewState:function(){return e.value?new Promise(((t,a)=>{P.callUIFunction(e.value,"getViewState",[],(e=>{t(e)}))})):Promise.reject()},getChildViewState:function(t){return e.value?new Promise(((a,n)=>{P.callUIFunction(e.value,"getChildViewState",[t],(e=>{a(e)}))})):Promise.reject()},requestChildFocusAtIndex:function(t){e.value&&P.callUIFunction(e.value,"requestChildFocusAtIndex",[t])},clearMemoryFocused:function(){e.value&&P.callUIFunction(e.value,"clearMemoryFocused",[])},showDialog:function(t){e.value&&P.callUIFunction(e.value,"showDialog",[t])}}}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;var tn=Ia({name:"qt-view",emits:["clearFocus"],setup(t,a){const n=e();return{viewRef:n,...en(n)}}});const an={clipChildren:!1,ref:"viewRef"};tn.render=function(e,o,i,l,c,s){return t(),a("div",an,[n(e.$slots,"default")],512)},tn.__file="src/view/index.vue";var nn=Ia({name:"qt-text",setup(t,a){const n=e();return{viewRef:n,setText:function(e){P.callUIFunction(n.value,"setText",[e])},setTextSize:function(e){P.callUIFunction(n.value,"setTextSize",[e])},setTextColor:function(e){P.callUIFunction(n.value,"setTextColor",[e])},textSpan:function(e){P.callUIFunction(n.value,"textSpan",[e])},...en(n)}}});nn.render=function(e,a,n,l,c,s){const u=o("text-view");return t(),i(u,{ref:"viewRef"},null,512)},nn.__file="src/text/index.vue";var on=Ia({name:"qt-image",setup(t,a){const n=e();return{viewRef:n,setSrc:function(e){P.callUIFunction(n.value,"setSrc",[e])},resizeMode:function(e){P.callUIFunction(n.value,"resizeMode",[e])},...en(n)}}});const ln={src:"",alt:"",clipChildren:!1,ref:"viewRef"};on.render=function(e,n,o,i,l,c){return t(),a("img",ln,null,512)},on.__file="src/image/index.vue";var cn=Ia({name:"qt-column",setup(t,a){const n=e();return{viewRef:n,...en(n)}}});const sn={class:"qt-ui-row-css",clipChildren:!1,ref:"viewRef"};cn.render=function(e,o,i,l,c,s){return t(),a("div",sn,[n(e.$slots,"default")],512)},cn.__scopeId="data-v-734c04b2",cn.__file="src/column/index.vue";var un=Ia({name:"qt-row",setup(t,a){const n=e();return{viewRef:n,...en(n)}}});const rn={class:"qt-ui-row-css",clipChildren:!1,ref:"viewRef"};un.render=function(e,o,i,l,c,s){return t(),a("div",rn,[n(e.$slots,"default")],512)},un.__scopeId="data-v-9c454b58",un.__file="src/row/index.vue";var dn=l({name:"qt-button",props:{size:{type:String,default:"default"},itemType:{type:Number,default:2e4},focusBorder:{type:Boolean,default:!1},focusScale:{type:Number,default:1.08},focusable:{type:Boolean,default:!0},enableFlexStyle:{type:Boolean,default:!1},icon:{type:String,default:null},focusIcon:{type:String,default:null},text:{type:String,default:""},gradientFocusBackground:{type:Object,default:()=>{}},gradientSelectedBackground:{type:Object,default:()=>null},gradientBackground:{type:Object,default:()=>null},disabled:Boolean,circle:Boolean,round:Boolean,square:Boolean,buttonStyle:Object,textStyle:Object,iconStyle:Object,focusIconStyle:Object,iconParentStyle:Object},emits:["focus","click"],setup(t,a){const n=e(),o=e(!1);return{buttonRef:n,focused:o,onFocus:function(e){o.value=e.isFocused,a.emit("focus",e.isFocused)},onClick:function(e){a.emit("click")},...en(n)}}});const fn=["focusable","enableFocusBorder","focusScale"],vn=["gradientBackground"],gn=["gradientBackground"],mn=["gradientBackground"],In=["src"],pn=["src"];dn.render=function(e,l,d,f,v,g){const m=o("text-view");return t(),a("div",{ref:"buttonRef",clipChildren:!1,focusable:e.focusable,enableFocusBorder:e.focusBorder,focusScale:e.focusScale,onClick:l[0]||(l[0]=(...t)=>e.onClick&&e.onClick(...t)),name:"textButton",eventClick:"",eventFocus:"",onFocus:l[1]||(l[1]=(...t)=>e.onFocus&&e.onFocus(...t)),style:c(e.buttonStyle),class:s(["quick-button--default",e.size?"quick-button--"+e.size:"",{"is-disabled-button":e.disabled,"is-circle":e.circle,"is-round":e.round,"is-square":e.square}])},[u(" gradient "),e.gradientFocusBackground?(t(),a("div",{key:0,class:"button-gradient-background-css",gradientBackground:e.gradientFocusBackground,focusable:!1,showOnState:"focused"},null,8,vn)):u("v-if",!0),e.gradientSelectedBackground?(t(),a("div",{key:1,class:"button-gradient-background-css",gradientBackground:e.gradientSelectedBackground,focusable:!1,showOnState:"selected"},null,8,gn)):u("v-if",!0),e.gradientBackground?(t(),a("div",{key:2,class:"button-gradient-background-css",gradientBackground:e.gradientBackground,focusable:!1,showOnState:"normal"},null,8,mn)):u("v-if",!0),u(" -----------------------------icon--------------------------------- "),!e.icon&&!e.focusIcon||e.$slots.default?u("v-if",!0):(t(),a("div",{key:3,duplicateParentState:!0,style:c(e.iconParentStyle),flexStyle:"${iconParentStyle}",class:s(["quick-button-icon-parent",e.size?"quick-button-icon--parent"+e.size:""])},[e.icon&&!e.$slots.default?(t(),a("img",{key:0,style:c(e.iconStyle),flexStyle:"${iconStyle}",duplicateParentState:!0,class:s(["quick-button-icon",e.size?"quick-button-icon--"+e.size:"",{"is-square-icon":e.square}]),focusable:!1,src:e.enableFlexStyle?"${"+e.icon+"}":e.icon,showOnState:"normal"},null,14,In)):u("v-if",!0),e.focusIcon&&!e.$slots.default?(t(),a("img",{key:1,style:c(e.focusIconStyle?e.focusIconStyle:e.iconStyle),flexStyle:"${iconStyle}",class:s(["quick-button-icon",e.size?"quick-button-icon--"+e.size:"",{"is-square-icon":e.square}]),focusable:!1,duplicateParentState:!0,src:e.enableFlexStyle?"${"+e.focusIcon+"}":e.focusIcon,showOnState:"focused"},null,14,pn)):u("v-if",!0)],6)),u(" ------------------------------------------------------------------- "),u(" text "),e.enableFlexStyle?(t(),i(m,{key:4,style:c(e.textStyle),duplicateParentState:"",class:s([e.size?"quick-button-text--"+e.size:"",{"is-disabled-text":e.disabled,"is-square-text":e.square}]),focusable:!1,text:"${"+e.text+"}",autoWidth:"",autoHeight:""},null,8,["style","class","text"])):e.text&&!e.$slots.default?(t(),a("span",{key:5,style:c(e.textStyle),duplicateParentState:"",class:s([e.size?"quick-button-text--"+e.size:"",{"is-disabled-text":e.disabled,"is-square-text":e.square}]),focusable:!1},r(e.text),7)):u("v-if",!0),n(e.$slots,"default")],46,fn)},dn.__scopeId="data-v-46a594e4",dn.__file="src/button/index.vue";let Tn,hn=[];class _n{fn;scheduler;active=!0;deeps=[];constructor(e,t){this.fn=e,this.scheduler=t}run(){if(!this.active)return this.fn();if(!hn.includes(this))try{return hn.push(Tn=this),this.fn()}finally{hn.pop(),Tn=hn[hn.length-1]}}stop(){this.active&&(!function(e){const{deeps:t}=e;for(const a of t)a.delete(e)}(this),this.active=!1)}}function Sn(){return void 0!==Tn}const Fn=new WeakMap;function bn(e){e&&Fn.delete(e)}function En(e,t){if(!Sn()||null==e)return;let a=Fn.get(e);if(a||Fn.set(e,a=new Map),null!=t){let e=a.get(t);e||a.set(t,e=new Set),Nn(e)}}function Nn(e){e.has(Tn)||(e.add(Tn),Tn.deeps.push(e))}function yn(e,t,a,n,o){let i=Fn.get(e);if(!i)return;let l=[];if(null!=t){let e=i.get(t);e||(e=i.get("__ls_watchAll")),e&&l.push(e)}let c=[];for(const e of l)c.push(...e);Rn(c,e,t,a,n,o)}function Rn(e,t,a,n,o,i){for(const l of e)if(l!==Tn){if(l.scheduler)return l.scheduler(t,a,n,o,i);l.run(t,a,n,o,i)}}class An{start;end;deleteCount;datas=new Map;names=new Map;dataArr;updateCount=0;rootUpdateCount=0;deth=-1;constructor(e,t,a=-1){this.start=e,this.end=t,this.deleteCount=a}resetData(){this.start=-1,this.end=-1,this.deleteCount=1,this.datas.size&&(this.datas=new Map)}}const Pn={set:"set",qtSet:"__qt_set",push:"push",splice:"splice",pop:"pop",concat:"concat",unknownSet:"__qt_unknownSet",currentType:"__qt_currentType",expectCangeNum:"__qt_expectCangeNum",isInit:"__qt_is_init",shift:"shift",unshift:"unshift",newDatas:"__qt_new_datas"},Ln=(e=1,t)=>{const a=new Map;return t.forEach(((t,n)=>{let o=n;Array.isArray(n)&&e>0&&(o=n.slice(0,e).join()),a.set(o,t)})),a},Cn=e=>{const t=new Map;let a=-1;return e.datas.forEach(((n,o)=>{const i=Array.isArray(o)?Number(o[0]):Number(o);console.log(i,"--_start");let l=t.get(a);if(l&&i>=l.start&&i<=l.end+1)l.updateCount++,i!=l.end&&l.rootUpdateCount++,l.end=i,l.datas.set(o,n);else{const c=1;l=new An(i,i),l.updateCount=c,l.rootUpdateCount=c,l.datas.set(o,n),l.deth=e.deth,a=i,t.set(a,l)}e.names.get(o)&&l.names.set(o,e.names.get(o))})),t};const Dn=new class{targetFlags=new WeakMap;targetMaps=new WeakMap;getFlag(e){let t=this.targetFlags.get(e);return t||this.targetFlags.set(e,t=new Map),t}getTargetType(e,t){return this.getType(e)?.get(t)}getType(e){return this.targetMaps.get(e)}setType(e,t,a){let n=this.targetMaps.get(e);n||this.targetMaps.set(e,n=new Map),n.set(t,a),this.getFlag(e).set(Pn.currentType,t)}deleteType(e,t){if("object"!=typeof e)return;let a=this.targetMaps.get(e);this.targetFlags.delete(e),a&&(t?a.delete(t):this.targetMaps.delete(e))}changeTypeData(e,t,a){if(this.getFlag(e).get(Pn.currentType)===Pn.pop)return!1;const n=this.getType(e);let o=!1;n&&!isNaN(Number(t))&&n.forEach(((e,n)=>{Number(t)>=e.start&&Number(t)<=e.end&&(e.datas.set(t,a),o=!0)}));let i=this.getFlag(e).get(Pn.expectCangeNum);return i&&i>0?(this.getFlag(e).set(Pn.expectCangeNum,--i),!0):o}changeOfsetType(e,t,a,n,o=1){let i=this.getTargetType(e,Pn.qtSet);if(i){const e=Array.isArray(t)?Number(t[0]):Number(t);i.datas.has(t)||(e!==i.end&&i.rootUpdateCount++,i.updateCount+=1),i.datas.set(t,a),e>=i.end?i.end=e:e<i.start&&(i.start=e),o!=i.deth&&(i.deth=-1)}else{const n=Array.isArray(t)?Number(t[0]):Number(t);i=new An(n,n),i.datas.set(t,a),i.updateCount=1,i.rootUpdateCount=1,i.deth=o,this.setType(e,Pn.qtSet,i)}if(n){const e=i.names.get(t);e?e.add(n):i.names.set(t,new Set([n]))}}recordNewData(e,t){const a=this.getFlag(e);let n=a.get(Pn.newDatas);n||a.set(Pn.newDatas,n=new WeakSet),t.forEach((e=>{n.add(e)}))}checkIsNewData(e,t){let a=this.getFlag(e).get(Pn.newDatas);return!!a&&a.has(t)}};class Un extends Array{shift(){if(this.__v_raw.length){const e=0,t=0,a=1,n=Dn.getTargetType(this.__v_raw,Pn.shift);if(n)n.deleteCount+=a;else{const n=new An(e,t,a);Dn.setType(this.__v_raw,Pn.shift,n),Dn.getFlag(this.__v_raw).set(Pn.expectCangeNum,this.__v_raw.length)}}return super.shift()}unshift(...e){if(e.length){let t=0,a=e.length-1,n=Dn.getTargetType(this.__v_raw,Pn.unshift);n||(n=new An(t,a),Dn.setType(this.__v_raw,Pn.unshift,n),Dn.getFlag(this.__v_raw).set(Pn.expectCangeNum,this.__v_raw.length+e.length))}return Dn.recordNewData(this.__v_raw,e),super.unshift(...e)}push(...e){if(e.length){const t=this.__v_raw.length,a=t+e.length-1,n=Dn.getTargetType(this.__v_raw,Pn.push);if(n)n.end+=e.length;else{const e=new An(t,a);Dn.setType(this.__v_raw,Pn.push,e)}}return super.push(...e)}splice(e,t,...a){e<0&&(e=0),void 0===t&&this.__v_raw.length&&(t=this.__v_raw.length-e),(e>=this.__v_raw.length||t<0)&&(t=0);let n=e;n=a&&a.length?e+a.length-1:-1;let o=Dn.getTargetType(this.__v_raw,Pn.splice);return o||(o=new An(e,n,t),Dn.setType(this.__v_raw,Pn.splice,o),Dn.getFlag(this.__v_raw).set(Pn.expectCangeNum,this.__v_raw.length+a.length-t-e)),super.splice(e,t,...a)}pop(){if(this.__v_raw.length){const e=this.__v_raw.length-1,t=e,a=1,n=Dn.getTargetType(this.__v_raw,Pn.pop);if(n)n.start-=1,n.deleteCount+=a;else{const n=new An(e,t,a);Dn.setType(this.__v_raw,Pn.pop,n)}}return super.pop()}concat(e){if(e.length){const t=this.__v_raw.length,a=t+e.length-1;let n=Dn.getTargetType(this.__v_raw,Pn.concat);n?n.end+=e.length:(n=new An(t,a),n.dataArr=e,Dn.setType(this.__v_raw,Pn.concat,n))}return super.concat(...e)}}const xn=(e,t)=>{return n=t,(null===(a=e)||null===n||void 0===a||void 0===n?a===n:a&&n?a.constructor.name===n.constructor.name:typeof a==typeof n)&&("object"==typeof e?((e,t)=>e.__qt_key_&&t.__qt_key_?e.__qt_key_===t.__qt_key_:JSON.stringify(e)===JSON.stringify(t))(e,t):e==t);var a,n},kn=(e,t)=>{let a=!1;return e.__qt_key_&&t.__qt_key_&&(a=e.__qt_key_===t.__qt_key_),a&&e.__qt_change_num_&&t.__qt_change_num_&&(a=t.__qt_change_num_>e.__qt_change_num_),a},wn=(e,t,a)=>{const n=new An(-1,-1),o=new An(-1,-1),i=new An(-1,-1);for(let n=0;n<e.length;n++){const i=e[n];t.find((e=>xn(i,e)))?o.deleteCount>0&&(a.delete(o.start,o.deleteCount),o.resetData()):-1===o.start?(o.start=n,o.deleteCount=1):o.deleteCount++}o.deleteCount>0&&a.delete(o.start,o.deleteCount);let l=-1;for(let o=0;o<t.length;o++){const c=t[o],s=e.find(((e,t)=>!!(xn(e,c)&&t>l)&&(l=t,!0)));if(s){i.datas.size&&(a.insert(i.start,Array.from(i.datas.values())),i.resetData());kn(s,c)&&(-1===n.start?(n.start=o,n.updateCount=1,n.rootUpdateCount=1,n.end=n.start+n.updateCount):o>n.start&&o<=n.end?(n.updateCount++,n.end++,n.rootUpdateCount++):(a.update(n.start,n,e),n.resetData(),n.start=o,n.updateCount=1,n.rootUpdateCount=1,n.end=n.start+n.updateCount),n.datas.set(o,c))}else-1===i.start&&(i.start=o),i.datas.set(o,c),n.datas.size&&(a.update(n.start,n,e),n.resetData())}n.datas.size&&a.update(n.start,n,e),i.datas.size&&a.add(Array.from(i.datas.values()))},On=e=>e+(Date.now()+1e6*Math.random()),Mn=(e,t=!0)=>{if(K(e)){const a=q(e)?[]:{};for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)){const o=e[n];K(o)?(q(o)||(o.__qt_key_||(o.__qt_key_=On(n)),o.__qt_change_num_||(o.__qt_change_num_=1)),a[n]=Mn(o,t)):a[n]=o}return a}return e};function Bn(e,t){if(!e||!K(e))return;let a=e.__v_raw,n=Mn(a),o=!1;const i=e=>{o||(o=!0,d((()=>{o=!1,e()})))},l=new _n((()=>{En(a,"__ls_watchAll")}),((e,o,c,s,u)=>{const r="__ls_reset_ref_value"===s?c:e,d=Dn.getFlag(e).get(Pn.currentType);"__ls_reset_ref_value"===s&&t.resetValue?.(c),"__ls_reset_ref_value"!==s||d===Pn.concat&&n&&n.length?n&&n.length||!r?d!==Pn.splice||e&&e.length?i((()=>{const o="__ls_reset_ref_value"===s?c:e,i=Dn.getType(e);i&&1===i.size?i.forEach(((e,a)=>{if(a!==Pn.push&&a!==Pn.concat||t.add(e.dataArr||Array.from(e.datas.values())),a===Pn.pop&&t.delete(e.start,e.deleteCount),a===Pn.qtSet)if(e.end-e.start+1==e.rootUpdateCount)t.update(e.start,e,n);else{Cn(e).forEach(((e,a)=>{t.update(e.start,e,n)}))}a===Pn.splice&&(e.deleteCount&&t.delete(e.start,e.deleteCount),e.datas.size&&t.insert(e.start,Array.from(e.datas.values()))),a===Pn.unshift&&t.insert(e.start,Array.from(e.datas.values())),a===Pn.shift&&t.delete(e.start,e.deleteCount)})):wn(n,o,t),Dn.deleteType(n),Dn.deleteType(e),Dn.deleteType(a),Dn.deleteType(o),n=Mn(a)})):(t.clear(),a=e,Dn.deleteType(n),Dn.deleteType(e),Dn.deleteType(a),Dn.deleteType(r),n=Mn(a)):i((()=>{t.init(Mn(r,!1)),a=r,Dn.deleteType(n),Dn.deleteType(e),Dn.deleteType(a),Dn.deleteType(r),n=Mn(a)})):(c&&c.length?t.init(Mn(c,!1)):t.clear(),a=c,Dn.deleteType(n),Dn.deleteType(e),Dn.deleteType(a),Dn.deleteType(r),n=Mn(a)),"__ls_reset_ref_value"===s&&(bn(a),a=c,l.run())}));return l.run(),{stop(){bn(a),l.stop()}}}const Gn=new WeakMap,Wn=(e,t,a)=>{if(!K(e))return;if(a>=t.length-1)return e;a<0&&(a=0);const n=t.length-1-a;let o=e;for(let e=1;e<=n;e++){if(o=o[t[e]],!K(o))break}return o},Vn=(e,t=[],a=1)=>({get(n,o,i){if("__qt_root"===o)return e;if("__qt_path"===o)return t;if("__qt_arr_deth"===o)return a;if("__v_isReactive"===o)return!0;if("__ls_watchAll"===o||"__v_raw"===o)return n;En(n,o);const l=Reflect.get(n,o,i);if(K(l)){return Qn(l,e,[...t,o],q(l)?a+1:a)}return l},set(e,t,a,n){let o=e[t];f(a)&&(a=v(a)),K(a)&&!q(a)&&"string"==typeof t&&(a.__qt_key_||(K(o)?Dn.checkIsNewData(e,a)?a.__qt_key_=On(t):a.__qt_key_=o.__qt_key_||On(t):a.__qt_key_=On(t)),a.__qt_change_num_||(K(o)?a.__qt_change_num_=o.__qt_change_num_||1:a.__qt_change_num_=1));const i=Reflect.set(e,t,a,n);try{if(((e,t)=>"string"==typeof t?!t.startsWith("__qt_"):e.hasOwnProperty(t))(e,t)&&o!=a){K(a)&&a.__qt_change_num_&&a.__qt_change_num_++;const i=n.__qt_root,l=n.__qt_path;if(l&&l.length&&!f(a)){const a=l[0],c=i[a];K(c)&&c.__qt_change_num_&&c.__qt_change_num_++;const s=Array.isArray(e)&&"length"===t?"":t;Dn.changeOfsetType(i,l,c,s,n.__qt_arr_deth),yn(i,a,c,Pn.set,o)}else if(Array.isArray(e)&&!isNaN(Number(t))){Dn.changeTypeData(e,t,a)||Dn.changeOfsetType(e,t,a),yn(e,t,a,Pn.set,o)}else yn(e,t,a,Pn.set,o)}}catch(e){}return i}});function Qn(e,t,a,n=1){return K(e)?e.__v_isReactive?e:(Array.isArray(e)&&(e.__proto__=new Un),t||(t=e),new Proxy(e,Vn(t,a,n))):e}function qn(e,t,a){return K(e)?function(e,t,a){const n=Gn.get(e);if(n)return n;const o=Qn(e,t,a);return Gn.set(e,o),o}(e,t,a):e}class zn{dep=new Set;__v_isRef=!0;_value;_rawValue;constructor(e=[]){this._rawValue=Mn(e),this._value=qn(this._rawValue)}get value(){return Sn()&&Nn(this.dep||(this.dep=new Set)),this._value}set value(e){(e=Mn(e))!==this._rawValue&&(this._value=qn(e),yn(this._rawValue,"__ls_watchAll",e,"__ls_reset_ref_value",this._rawValue),Rn(this.dep,this._rawValue,void 0,e,"",this._rawValue),this._rawValue=e)}}function $n(e){return function(e){return new zn(e)}(e)}function Yn(e){return{scrollToIndex:function(t,a,n,o,i){e.value&&P.callUIFunction(e.value,"scrollToIndex",[t,a,n,o,i])},startScroll:function(t){e.value&&P.callUIFunction(e.value,"startScroll",[t])},setSelectChildPosition:function(t,a){e.value&&P.callUIFunction(e.value,"setSelectChildPosition",[t,a])},scrollToPositionWithOffset:function(t,a,n){e.value&&P.callUIFunction(e.value,"scrollToPositionWithOffset",[t,a,n])},scrollToPositionWithOffsetInfiniteMode:function(t,a,n){e.value&&P.callUIFunction(e.value,"scrollToPositionWithOffsetInfiniteMode",[t,a,n])},scrollToPosition:function(t,a){e.value&&P.callUIFunction(e.value,"scrollToPosition",[t,a])},refreshListData:function(){e.value&&P.callUIFunction(e.value,"refreshListData",[])},updateItemTraverse:function(t,a,n){e.value&&P.callUIFunction(e.value,"updateItemTraverse",[t,a,n])},requestItemLayout:function(t){e.value&&P.callUIFunction(e.value,"requestItemLayout",[t])},updateItemRange:function(t,a,n){e.value&&P.callUIFunction(e.value,"updateItemRange",[t,a,n])},insertItemRange:function(t,a){e.value&&P.callUIFunction(e.value,"insertItemRange",[t,a])},updateItemMatched:function(t,a){e.value&&P.callUIFunction(e.value,"updateItemMatched",[t,a])},updateItemMatchedByKey:function(t,a,n){e.value&&P.callUIFunction(e.value,"updateItemMatched",[t,a,n])},deleteItemRange:function(t,a){e.value&&P.callUIFunction(e.value,"deleteItemRange",[t,a])},setListData:function(t){e.value&&P.callUIFunction(e.value,"setListData",[...t])},setListDataWithParams:function(t,a,n){e.value&&P.callUIFunction(e.value,"setListDataWithParams",[t,a,n])},addListData:function(t){e.value&&P.callUIFunction(e.value,"addListData",[t])},addListDataWithParams:function(t,a){e.value&&P.callUIFunction(e.value,"addListDataWithParams",[t,a])},destroy:function(){e.value&&P.callUIFunction(e.value,"destroy",[])},recycle:function(){e.value&&P.callUIFunction(e.value,"recycle",[])},scrollToTop:function(){e.value&&P.callUIFunction(e.value,"scrollToTop",[])},scrollToFocus:function(t,a,n,o){e.value&&P.callUIFunction(e.value,"scrollToFocus",[t,a,n,o])},prepareForRecycle:function(){e.value&&P.callUIFunction(e.value,"prepareForRecycle",[])},setDisplay:function(t){e.value&&P.callUIFunction(e.value,"setDisplay",[t])},changeDisplayState:function(t,a){e.value&&P.callUIFunction(e.value,"changeDisplayState",[t,a])},notifySaveInstance:function(){e.value&&P.callUIFunction(e.value,"notifySaveInstance",[])},notifyRestoreInstance:function(){e.value&&P.callUIFunction(e.value,"notifyRestoreInstance",[])},updateItemProps:function(t,a,n,o){e.value&&P.callUIFunction(e.value,"updateItemProps",[t,a,n,o])},dispatchItemFunction:function(t){e.value&&P.callUIFunction(e.value,"dispatchItemFunction",[t])},clearPostTask:function(){e.value&&P.callUIFunction(e.value,"clearPostTask",[])},clearPostTaskByCate:function(t){e.value&&P.callUIFunction(e.value,"clearPostTaskByCate",[t])},clearData:function(){e.value&&P.callUIFunction(e.value,"clearData",[])},pausePostTask:function(){e.value&&P.callUIFunction(e.value,"pausePostTask",[])},resumePostTask:function(){e.value&&P.callUIFunction(e.value,"resumePostTask",[])},requestLayoutManual:function(){e.value&&P.callUIFunction(e.value,"requestLayoutManual",[])},setSpanCount:function(t){e.value&&P.callUIFunction(e.value,"setSpanCount",[t])},searchReplaceItem:function(t,a){e.value&&P.callUIFunction(e.value,"searchReplaceItem",[t,a])},setCustomStateEnableOnFocus:function(t,a){e.value&&P.callUIFunction(e.value,"setCustomStateEnableOnFocus",[t,a])},setItemCustomState:function(t,a,n){e.value&&P.callUIFunction(e.value,"setItemCustomState",[t,a,n])},dispatchItemFunctionWithPromise:function(t,a,n,o){return e.value?new Promise(((t,a)=>{P.callUIFunction(e.value,"dispatchItemFunctionWithPromise",[],(e=>{t(e)}))})):Promise.reject()},getScrollOffset:function(){return e.value?new Promise(((t,a)=>{P.callUIFunction(e.value,"getScrollOffset",[],(e=>{t(e)}))})):Promise.reject()}}}var Hn=l({name:"qt-grid-view",props:{loadMore:{type:Function,default:function(){return[1,1]}},openPage:{type:Boolean,default:!1},spanCount:{type:Number,default:0},pageSize:{type:Number,default:0},preloadNo:{type:Number,default:0},defaultFocus:{type:Number,default:-1},areaWidth:{type:Number,default:1200},blockFocusDirections:{type:Array,default:()=>[]},loadingDecoration:{type:Object,default:()=>({top:15,left:30})},listData:{type:Array,required:!1}},emits:["item-click","scroll","item-unbind","scroll-state-changed","item-bind","item-focused"],setup(t,a){const n=e();let o=e(2.5),i=$n(),l=0,c=!1,s=e(!1),u=[],r=null,d=!1,f=!0;const T=()=>t.listData||i.value,h=e=>{t.defaultFocus>-1&&e.length&&t.defaultFocus<e.length&&f&&(clearTimeout(r),r=setTimeout((()=>{C(t.defaultFocus)}),300+10*e.length))};g((()=>{T().length&&n.value&&!d&&!u.length&&(u=T(),n.value.setListDataWithParams(v(T()),!0,!0),h(u))})),m((()=>{i.value.splice(0)}));let _=0;const S=[{_id:"",type:1002,decoration:t.loadingDecoration}],F=()=>{t.openPage&&0===_&&u.length>=t.pageSize&&!c&&(n.value.addListData(S),_=u.length)},b=(e=!1)=>{_>0&&(e?n.value.updateItem(_,{text:"",type:1003,decoration:{}}):(n.value.deleteItem(_,1),_=0))};let E=null;const N=(e=!1)=>{c=!0,E=setTimeout((()=>{c=!0,b(e)}),20)},y=()=>{c=!1,l=0},R=()=>{!c&&t.loadMore&&(t.listData?u.length>t.pageSize&&(l++,t.loadMore(l)):(l++,t.loadMore(l)))},A=Bn(T(),{resetValue(e){u=e,d=!0},init(e){n.value&&(n.value.setListDataWithParams(e.concat(t.openPage&&u.length>=t.pageSize&&!c?(_=u.length,S):[]),!0,!0),y(),t.listData&&(l=1),h(e))},add(e){n.value.addListData(e),b(),F()},update(e,t){Ln(1,t.datas).forEach(((e,t)=>{const a=Array.isArray(t)?Number(t[0]):Number(t);n.value.updateItem(a,e)}))},insert(e,t){n.value.addItem(e,t),b(),F()},delete(e,t){n.value.deleteItem(e,t),_>0&&(_=u.length)},clear(){n.value.setListDataWithParams([],!0,!0),_=0}}),{scrollToPosition:P}=Yn(n);I((()=>{t.openPage&&!t.listData&&(y(),R())}));const L=e=>{n.value.requestFocus(e)},C=e=>{P(e),L(e)},D=(e,t)=>{n.value.setSelectPosition(e,t)};p((()=>{A?.stop(),y(),s.value=!1,c=!1,clearTimeout(r),clearTimeout(E)}));let U=-1;return{tv_list:n,...en(n),...Yn(n),init:(e,a)=>t.listData?[]:e?(f=!a,i.value=e,i.value):i.value,onItemClick:e=>{a.emit("item-click",e)},onItemBind:e=>{if(t.openPage&&!c&&u.length>=t.pageSize){let a=t.preloadNo;(a<0||a>=u.length)&&(a=0),e.position==u.length-1-a&&R()}a.emit("item-bind",e)},onItemFocused:e=>{a.emit("item-focused",e)},restartPage:()=>{if(!t.listData){clearTimeout(U);let e=0;c||(e=420,N()),U=setTimeout((()=>{s.value=!0,l=1,c=!1,t.loadMore(l)}),e)}},isRestartPage:s,onItemUnbind:e=>{a.emit("item-unbind",e)},onScroll:e=>{a.emit("scroll",e)},onScrollStateChanged:e=>{a.emit("scroll-state-changed",e)},stopPage:N,setItemFocused:L,scrollToFocused:C,setItemSelected:D,scrollToSelected:(e,t)=>{P(e),D(e,t)},setInitPosition:e=>{n.value.setInitPosition(e)},apkVersion:o,updateItemProps:(e,t,a)=>{n.value.updateItemProps(e,t,a)},insertItem:(e,t)=>{n.value.addItem(e,t)}}}});Hn.render=function(e,a,l,c,s,u){const r=o("tv-list");return t(),i(r,{class:"tv_list",ref:"tv_list",name:"tv_list",spanCount:e.spanCount,onItemBind:e.onItemBind,onItemClick:e.onItemClick,onItemFocused:e.onItemFocused,onItemUnbind:e.onItemUnbind,onScroll:e.onScroll,onScrollStateChanged:e.onScrollStateChanged,onSetListData:e.setListData,blockFocusDirections:e.blockFocusDirections},{default:T((()=>[n(e.$slots,"header"),n(e.$slots,"default"),n(e.$slots,"footer"),n(e.$slots,"loading")])),_:3},8,["spanCount","onItemBind","onItemClick","onItemFocused","onItemUnbind","onScroll","onScrollStateChanged","onSetListData","blockFocusDirections"])},Hn.__file="src/grid-view/index.vue";var jn=Ia({name:"qt-poster-focus-title",props:{fontSize:{type:Number,default:20},borderRadius:{type:Number,default:8},bgColor:{type:Object,default:()=>({colors:["#ffffff","#ffffff"],cornerRadii4:[0,0,8,8]})},titleColor:{type:String,default:"#000000"},subTitleColor:{type:String,default:"rgba(0,0,0,.4)"}},setup(e,t){}});const Kn={class:"absoluteFocusTitleRoot",flexStyle:"${titleFocusStyle}",autoHeight:"",focusable:!1},Zn=["gradientBackground"];jn.render=function(e,n,i,l,s,r){const d=o("text-view");return t(),a("div",Kn,[u(" 浮动标题"),h(d,{duplicateParentState:!0,focusable:!1,fontSize:26,ellipsizeMode:2,lines:1,paddingRect:[16,18,0,0],gradientBackground:"${floatTitle.background}",style:{height:"64px",color:"#ffffff"},flexStyle:"${floatTitle.style}",text:"${floatTitle.text}",showIf:"${floatTitle.enable}",gravity:"left",postDelay:250}),_("div",{class:"absoluteFocusMainBgRoot",style:c({borderBottomLeftRadius:`${e.borderRadius}px`,borderBottomRightRadius:`${e.borderRadius}px`}),duplicateParentState:!0,focusable:!1,gradientBackground:e.bgColor,showIf:"${focusTitle.enable}"},[u(" 主标题 "),h(d,{duplicateParentState:!0,focusable:!1,fontSize:30,ellipsizeMode:2,autoHeight:"",maxLines:2,gravity:"left",paddingRect:[16,8,12,8],style:c({backgroundColor:"transparent",color:`${e.titleColor}`}),flexStyle:"${focusTitle.style}",text:"${focusTitle.text}"},null,8,["style"]),u(" 副标题 "),h(d,{duplicateParentState:!0,focusable:!1,fontSize:24,ellipsizeMode:2,lines:1,autoHeight:"",gravity:"left|top",paddingRect:[16,0,0,16],style:c({color:`${e.subTitleColor}`,backgroundColor:"transparent"}),flexStyle:"${subTitle.style}",text:"${subTitle.text}",visibility:"${subTitle}"},null,8,["style"])],12,Zn)])},jn.__scopeId="data-v-703673b8",jn.__file="src/poster/qt-poster-focus-title.vue";var Jn=Ia({name:"qt-poster-corner-title",props:{fontSize:{type:Number,default:20},mode:{type:String,default:"right"}},setup(e,t){}});const Xn=(e=>(S("data-v-4b767ea2"),e=e(),F(),e))((()=>_("img",{focusable:!1,class:"poster_corner_img",flexStyle:"${corner.styleImg}",src:"${corner.src}",showIf:"${corner.enableImg}"},null,-1)));Jn.render=function(e,n,i,l,c,u){const r=o("text-view");return t(),a("div",{class:s(["cornerRoot",["cornerRoot_"+e.mode]]),focusable:!1},[h(r,{duplicateParentState:!0,focusable:!1,textSize:e.fontSize,ellipsizeMode:2,lines:1,typeface:"bold",gravity:"center",postDelay:350,style:{color:"white",padding:"4px 8px",height:"36px",margin:"4px"},gradientBackground:"${corner.background}",autoWidth:"",text:"${corner.text}",showIf:"${corner.enable==true}"},null,8,["textSize"]),Xn],2)},Jn.__scopeId="data-v-4b767ea2",Jn.__file="src/poster/qt-poster-corner-title.vue";var eo=Ia({name:"qt-poster",components:{"qt-poster-corner-title":Jn,"qt-poster-focus-title":jn},props:{requestFirstFocus:{type:Boolean,default:!1},loadDelay:{type:Number,default:500},type:{type:Number,default:10001},templateKeyMap:{type:Object,default:()=>null},borderRadius:{type:Number,default:8},rippleColor:{type:String,default:"#FF4E46"},focusBgColor:{type:Object,required:!1},focusTitleColor:{type:String,required:!1},focusSubTitleColor:{type:String,required:!1},floatTitleBgColor:{type:Array,default:()=>["#e5000000","#00000000"]}},setup(t,a){const n=e();return{mainTextShowOnState:["normal","selected"],viewRef:n,...en(n)}}});const to=["showOnState"],ao=["gradientBackground"],no={flexStyle:"${ripple.style}",class:"qt-ui-poster-ripple-view-root-css",showOnState:"focused",focusable:!1,clipChildren:!1},oo=_("img",{src:"${ripple.src}",class:"qt-ui-ripple-img-css",focusable:!1,duplicateParentState:!0,showIf:"${ripple.enable==true}",delayLoad:800},null,-1);eo.render=function(e,a,l,s,r,d){const f=o("text-view"),v=o("qt-poster-focus-title"),g=o("ripple-view"),m=o("qt-poster-corner-title"),I=o("item-frame");return t(),i(I,{ref:"viewRef",type:e.type,layout:"${layout}",flexStyle:"${style}",focusScale:"${focus.scale}",focusable:!0,eventClick:"",eventFocus:"",name:"poster",class:"qt-ui-poster-root-css",itemShowShimmer:"${shimmer.enable}",hideShadow:"${shadow.enable}",shimmerSize:"${size}"},{default:T((()=>[u("封面"),_("img",{class:"qt-ui-poster-img-css",duplicateParentState:!0,postDelay:300,enableFade:"",focusable:!1,enableFocusBorder:"${focus.border}",flexStyle:"${image.style}",style:c({borderRadius:`${e.borderRadius}px`}),src:"${image.src}"},null,4),h(f,{class:"qt-ui-poster-score-css",duplicateParentState:!0,focusable:!1,flexStyle:"${score.style}",textSize:"${score.style.fontSize}",ellipsizeMode:2,lines:1,gravity:"center",postDelay:350,autoWidth:"",text:"${score.text}"}),u(" 焦点选中时的标题 "),h(v,{focusable:!1,"border-radius":e.borderRadius,showOnState:"focused",bgColor:e.focusBgColor,titleColor:e.focusTitleColor,subTitleColor:e.focusSubTitleColor},null,8,["border-radius","bgColor","titleColor","subTitleColor"]),_("div",{style:{"flex-direction":"column","background-color":"transparent","z-index":"999"},duplicateParentState:!0,focusable:!1,flexStyle:"${titleStyle}",showOnState:e.mainTextShowOnState},[u(" 浮动标题 "),_("div",{flexStyle:"${floatTitle.style}",class:"qt-ui-poster-title-css",gradientBackground:{colors:e.floatTitleBgColor,cornerRadii4:[0,0,e.borderRadius,e.borderRadius],orientation:4},duplicateParentState:!0,focusable:!1,showIf:"${floatTitle.enable}"},[h(f,{duplicateParentState:!0,focusable:!1,textSize:26,ellipsizeMode:2,enablePostTask:"",postDelay:200,lines:1,gravity:"left",style:{"z-index":"999",height:"50px"},flexStyle:"${floatTitle.style}",text:"${floatTitle.text}"})],8,ao),u(" 主标题"),h(f,{duplicateParentState:!0,focusable:!1,textSize:30,ellipsizeMode:2,lines:1,postDelay:200,gravity:"left",paddingRect:[16,8,0,0],gradientBackground:"${title.background}",style:{"z-index":"999",height:"60px"},flexStyle:"${title.style}",text:"${title.text}",showIf:"${title.enable}"})],8,to),_("div",no,[h(g,{class:"qt-ui-ripple-view-css",delayLoad:800,focusable:!1,duplicateParentState:!0,color:e.rippleColor,isShowRipple:"${ripple.enable}",rippleVisible:"invisible"},null,8,["color"]),oo]),h(m,{showIf:"${corner.showCornerRight==true}",focusable:!1,flexStyle:"${corner.style}"}),h(m,{showIf:"${corner.showCornerLeft==true}",focusable:!1,flexStyle:"${corner.style}",mode:"left"}),n(e.$slots,"default")])),_:3},8,["type"])},eo.__file="src/poster/index.vue";var io=l({name:"qt-nav-bar",props:{textKey:{type:String,default:"text"},itemGap:{type:Number,default:0},horizontal:{type:Boolean,default:!0},initSelect:{type:Number,default:0},size:{type:String,default:"medium"},navs:{type:Array,default:()=>[]},tabNavBarClass:{type:String,default:""},horizontalFadingEdgeEnabled:{type:Boolean,default:!1},verticalFadingEdgeEnabled:{type:Boolean,default:!1},fadingEdgeLength:{type:Number,default:0},tabEnable:{type:Boolean,default:!0}},setup(t,a){const n=e();let o=e("#f5f5f5"),i=b({normal:"#80ffffff",focused:"#000000",selected:"#F5F5F5"}),l=-1,c=-1;E((()=>t.navs),(e=>{e.length>0&&s(e)}));const s=e=>{e||(e=[]),e.forEach(((e,a)=>{0!==t.itemGap&&(t.horizontal?e.decoration={right:t.itemGap}:e.decoration={bottom:t.itemGap}),e.type||(e.type=2e4)})),n.value?.setListData(e),clearTimeout(c);let a=t.initSelect;a>-1&&(n.value?.scrollToPosition(a),c=setTimeout((()=>{n.value?.setItemSelected(a,!0),u(a)}),300))},u=e=>{clearTimeout(l),l=setTimeout((()=>{a.emit("tab-select",{position:e})}),300)};return{navList:n,focusColor:o,textColor:i,bgPadding:[10,10],onTabChange:e=>{!0===e.hasFocus&&(a.emit("tab-focus",e),u(e.position))},onTabClick:e=>{a.emit("tab-click",e.item)},scrollToPosition:e=>{n.value?.scrollToPosition(e)},scrollToTop:()=>{n.value?.scrollToTop()},init:e=>{s(e.data)},...en(n)}}});const lo=["stateTextColor","sateBackgroundPadding"];var co,so;io.render=function(e,l,c,r,d,f){const v=o("text-view"),g=o("qt-list-view");return t(),i(g,{ref:"navList",clipChildren:!1,clipPadding:!1,horizontalFadingEdgeEnabled:!!e.horizontal&&e.horizontalFadingEdgeEnabled,verticalFadingEdgeEnabled:!e.horizontal&&e.verticalFadingEdgeEnabled,fadingEdgeLength:e.fadingEdgeLength,horizontal:!!e.horizontal||void 0,class:s(e.tabNavBarClass),onItemClick:e.onTabClick,onItemFocused:e.onTabChange},{default:T((()=>[e.tabEnable?(t(),a("div",{key:0,class:"qt-ui-nav-bar-item-css",type:2e4,autoWidth:"",focusable:!0,eventFocus:"",flexStyle:"${style}",clipChildren:!1,stateTextColor:e.textColor,sateBackgroundPadding:e.bgPadding},[h(v,{autoWidth:"",gravity:"center",lines:1,fontSize:44,class:"qt-ui-nav-bar-item-text-css",duplicateParentState:!0,text:"${text}"})],8,lo)):u("v-if",!0),n(e.$slots,"default")])),_:3},8,["horizontalFadingEdgeEnabled","verticalFadingEdgeEnabled","fadingEdgeLength","horizontal","class","onItemClick","onItemFocused"])},io.__file="src/nav-bar/index.vue",function(e){e[e.QT_WATERFALL_SECTION_TYPE_LOADING=-1]="QT_WATERFALL_SECTION_TYPE_LOADING",e[e.QT_WATERFALL_SECTION_TYPE_TITLE=1e3]="QT_WATERFALL_SECTION_TYPE_TITLE",e[e.QT_WATERFALL_SECTION_TYPE_FLEX=1002]="QT_WATERFALL_SECTION_TYPE_FLEX",e[e.QT_WATERFALL_SECTION_TYPE_LIST=1003]="QT_WATERFALL_SECTION_TYPE_LIST",e[e.QT_WATERFALL_SECTION_TYPE_TAB=1003]="QT_WATERFALL_SECTION_TYPE_TAB",e[e.QT_WATERFALL_SECTION_TYPE_INDEPENDENT_ITEM=1004]="QT_WATERFALL_SECTION_TYPE_INDEPENDENT_ITEM",e[e.QT_WATERFALL_SECTION_TYPE_TAB_LIST=1005]="QT_WATERFALL_SECTION_TYPE_TAB_LIST",e[e.QT_WATERFALL_SECTION_TYPE_CARD=1006]="QT_WATERFALL_SECTION_TYPE_CARD",e[e.QT_WATERFALL_SECTION_TYPE_VUE=1007]="QT_WATERFALL_SECTION_TYPE_VUE",e[e.QT_WATERFALL_SECTION_TYPE_END=-1001]="QT_WATERFALL_SECTION_TYPE_END",e[e.QT_WATERFALL_SECTION_TYPE_BLANK=-1e3]="QT_WATERFALL_SECTION_TYPE_BLANK",e[e.QT_WATERFALL_SECTION_TYPE_PLUGIN=1008]="QT_WATERFALL_SECTION_TYPE_PLUGIN"}(co||(co={})),function(e){e[e.QT_WATERFALL_ITEM_TYPE_POSTER=10001]="QT_WATERFALL_ITEM_TYPE_POSTER",e[e.QT_WATERFALL_ITEM_TYPE_TAB=10002]="QT_WATERFALL_ITEM_TYPE_TAB",e[e.QT_WATERFALL_ITEM_TYPE_CARD=10003]="QT_WATERFALL_ITEM_TYPE_CARD",e[e.QT_WATERFALL_ITEM_TYPE_BLANK=-1e4]="QT_WATERFALL_ITEM_TYPE_BLANK",e[e.QT_WATERFALL_ITEM_TYPE_PLUGIN=10004]="QT_WATERFALL_ITEM_TYPE_PLUGIN"}(so||(so={}));var uo=Ia({name:"card-item",setup(e,t){const a=C();return{onFocus:function(e){a.isLoggable(D.DEBUG)&&a.d("card-item","------onFocus---------\x3e>>>",e),t.emit("focus",e)}}}});uo.render=function(e,a,n,l,c,s){const u=o("es-card-container");return t(),i(u,{keyName:"_id",clipChildren:!1,clipPadding:!1,autoRecycle:!0,disablePlaceholder:"",layout:"${layout}",flexStyle:"${style}",cardId:"${cardId}",focusScale:"${cardPlaceHolder.focusScale}",focusable:"${cardPlaceHolder.focusable}",showPlaceHolder:"${cardPlaceHolder.enable}",placeHolderRadius:"${cardPlaceHolder.radius}",placeHolderRect:"${cardPlaceHolder.rect}",type:10003,onFocus:e.onFocus,class:"qt-ui-waterfall-card-item"},null,8,["onFocus"])},uo.__scopeId="data-v-599898aa",uo.__file="src/waterfall/item/card-item.vue";var ro=Ia({name:"qt-plugin-item",emits:["focus"],setup(t,a){const n=e();return{viewRef:n,...en(n),onFocus:function(e){a.emit("focus",e)}}}});ro.render=function(e,a,n,l,c,s){const u=o("qt-plugin-view");return t(),i(u,{ref:"viewRef",type:10004,clipChildren:!1,clipPadding:!1,layout:"${layout}",flexStyle:"${style}",focusable:!0,pluginKey:"${pluginKey}",eventClick:"",eventFocus:"",name:"qt-plugin-item",onFocus:e.onFocus,focusScale:"1.1",enableFocusBorder:!0,class:"qt-ui-plugin-item-root-css"},null,8,["onFocus"])},ro.__file="src/waterfall/item/plugin-item.vue";var fo=Ia({name:"standard-section",emits:["focus"],components:{"card-item":uo,"qt-plugin-item":ro},props:{enablePlaceholder:{type:Boolean,default:!0},plateData:{type:String,default:""},useDiff:{type:Boolean,default:!0},cachePool:{type:Object,default:{}},sectionType:{type:Number,default:co.QT_WATERFALL_SECTION_TYPE_FLEX},standItemType:{type:Number,default:so.QT_WATERFALL_ITEM_TYPE_POSTER},currentPageIndex:{type:Number,default:-1},itemFocusScale:{type:Number,default:1.1},flexSection:{type:Object,default:()=>({qtPosterEnable:!0,qtPluginItemEnable:!0,cardItemEnable:!0})}},setup(e,t){const a=C();return{onFocus:function(e){a.isLoggable(D.DEBUG)&&a.d("QTFlexSection","------onFocus---------\x3e>>>",e),t.emit("focus",e)}}}});const vo=["type"],go=(e=>(S("data-v-227e921e"),e=e(),F(),e))((()=>_("img",{postDelay:300,flexStyle:"${imgTitleStyle}",focusable:!1,src:"${imgTitle}"},null,-1)));fo.render=function(e,l,c,s,r,d){const f=o("text-view"),v=o("qt-poster"),g=o("qt-plugin-item"),m=o("card-item"),I=o("tv-flex");return t(),a("div",{class:"standard-section-css",blockFocusDirections:["left","right"],clipChildren:!1,clipPadding:!1,type:e.sectionType,focusable:!1,focusScrollTarget:"${isFocusScrollTarget==true}",keyName:"_id",flexStyle:"${style}",scrollOverride:"${scrollOverride}",gradientBackground:"${style.gradientBackground}",bringFocusChildToFront:!0,useAdvancedFocusSearch:!0},[h(f,{class:"standard-section-title-text-css",postDelay:300,autoWidth:"",autoHeight:"",typeface:"${titleTypeface}",lines:1,flexStyle:"${titleStyle}",focusable:!1,textSize:"${titleStyle.fontSize}",text:"${title}"}),go,h(I,{class:"standard-section-css",name:"QUICKTVUI_WARTERFALL_LIST",blockFocusDirections:["left","right"],clipChildren:!1,clipPadding:!1,bringFocusChildToFront:!0,cachePool:e.cachePool,useDiff:e.useDiff,keyName:"_id",sid:"${listSID}",flexStyle:"${contentStyle}",layout:"${contentLayout}",enablePlaceholder:e.enablePlaceholder,focusScrollTarget:"${isFocusScrollTarget==true}",enableFirstFocusAtStart:"${enableFirstFocusAtStart}",firstFocusChild:"${firstFocusChild}",list:"${itemList}"},{default:T((()=>[u(" poster "),e.flexSection.qtPosterEnable?(t(),i(v,{key:0,"load-delay":500,type:e.standItemType},null,8,["type"])):u("v-if",!0),u(" plugin "),e.flexSection.qtPluginItemEnable?(t(),i(g,{key:1})):u("v-if",!0),u(" card "),e.flexSection.cardItemEnable?(t(),i(m,{key:2,onFocus:e.onFocus},null,8,["onFocus"])):u("v-if",!0),n(e.$slots,"default")])),_:3},8,["cachePool","useDiff","enablePlaceholder"])],8,vo)},fo.__scopeId="data-v-227e921e",fo.__file="src/waterfall/section/flex-section.vue";const mo="list-section";var Io=Ia({name:"list-section",components:{"card-item":uo},props:{enablePlaceholder:{type:Boolean,default:!0},isSwitchBgScroll:{type:Boolean,default:!1},standItemType:{type:Number,default:10001},tabItemType:{type:Number,default:10002},sectionType:{type:Number,default:co.QT_WATERFALL_SECTION_TYPE_LIST},fetchPendingData:{type:Function,default:null},arrangeType:{type:String,default:"TB"},cachePool:{type:Object,default:{}},listSection:{type:Object,default:()=>({qtPosterEnable:!0})}},emits:["focus"],setup(e,t){const a=C();return{blockDirections:["left","right"],onItemBind:function(e){a.isLoggable(D.DEBUG)&&a.d(mo,"----------onItemBind--------------\x3e>>",e)},onItemClick:function(e){a.isLoggable(D.DEBUG)&&a.d(mo,"----------onItemClick--------------\x3e>>",e)},onItemRecycled:function(e){a.isLoggable(D.DEBUG)&&a.d(mo,"----------onItemRecycled--------------\x3e>>",e)},onItemFocused:function(e){a.isLoggable(D.DEBUG)&&a.d(mo,"----------onItemFocused--------------\x3e>>",e)},onFocus:function(e){a.isLoggable(D.DEBUG)&&a.d(mo,"------onFocus---------\x3e>>>",e),t.emit("focus",e)}}}});const po={class:"qt-ui-section-tab-list-root",focusable:!1,flexStyle:"${style}",gradientBackground:"${style.gradientBackground}",blockFocusDirections:["right"],clipChildren:!1,useAdvancedFocusSearch:!0,bringFocusChildToFront:!0},To=(e=>(S("data-v-6aa2cfd4"),e=e(),F(),e))((()=>_("img",{postDelay:300,flexStyle:"${imgTitleStyle}",focusable:!1,src:"${imgTitle}"},null,-1))),ho=["type"];Io.render=function(e,l,c,s,r,d){const f=o("text-view"),v=o("qt-poster"),g=o("card-item"),m=o("tv-list"),I=o("tv-item");return t(),i(I,{keyName:"_id",type:e.sectionType,clipPadding:!1,clipChildren:!1,ref:"listSection",focusScrollTarget:"${isFocusScrollTarget==true}",class:"tab-list-section-root-css",scrollOverride:"${scrollOverride}",onItemClick:e.onItemClick,onItemBind:e.onItemBind,onItemUnbind:e.onItemRecycled,onItemFocused:e.onItemFocused},{default:T((()=>[_("div",po,[h(f,{class:"tab-list-section-title-text-css",postDelay:300,autoWidth:"",autoHeight:"",flexStyle:"${titleStyle}",typeface:"${titleTypeface}",focusable:!1,textSize:"${titleStyle.fontSize}",text:"${title}"}),To,h(m,{list:"${itemList}",horizontal:"",clipChildren:!1,focusable:!1,class:"tab-list-section-list-css",name:"QUICKTVUI_WARTERFALL_LIST",resetOnDetach:!0,enableKeepFocus:"${enableKeepFocus==true}",endHintEnabled:"${enableEndHit}",useDiff:"${enableDiff}",enableFirstFocusAtStart:"${enableFirstFocusAtStart}",firstFocusChild:"${firstFocusChild}",sid:"${listSID}",cachePool:e.cachePool,onScrollEnable:!1,setSelectChildPosition:0,enablePlaceholder:e.enablePlaceholder,blockFocusDirections:e.blockDirections},{default:T((()=>[e.listSection.qtPosterEnable?(t(),i(v,{key:0,type:e.standItemType},null,8,["type"])):u("v-if",!0),e.listSection.qtPosterEnable?(t(),a("div",{key:1,type:e.tabItemType,class:"qt-ui-section-tab-list-item",clipChildren:!1,flexStyle:"${style}",style:{"padding-left":"24px","padding-right":"23px","justify-content":"center",height:"50px"},autoWidth:"",name:"QUICKTVUI_TAB_2",focusable:!0,eventClick:"",eventFocus:""},[h(f,{class:"qt-ui-section-tab-list-item-text",autoWidth:"",flexStyle:"${textStyle}",gravity:"center",fontSize:36,lines:1,focusable:!1,duplicateParentState:!0,style:{height:"50px"},text:"${text}"})],8,ho)):u("v-if",!0),u(" card "),e.listSection.cardItemEnable?(t(),i(g,{key:2,onFocus:e.onFocus},null,8,["onFocus"])):u("v-if",!0),n(e.$slots,"default")])),_:3},8,["cachePool","enablePlaceholder","blockFocusDirections"])])])),_:3},8,["type","onItemClick","onItemBind","onItemUnbind","onItemFocused"])},Io.__scopeId="data-v-6aa2cfd4",Io.__file="src/waterfall/section/list-section.vue";var _o=Ia({name:"loading-section"});const So={focusable:!1,type:-1,keyName:"_id",class:"loading-section-css",gradientBackground:"${style.gradientBackground}"};_o.render=function(e,n,i,l,c,s){const u=o("qt-loading-view");return t(),a("div",So,[h(u,{class:"loading-section-loading-css"})])},_o.__scopeId="data-v-48609f24",_o.__file="src/waterfall/section/loading-section.vue";var Fo=Ia({name:"end-section",setup:()=>({})});const bo={keyName:"_id",type:-1001,focusable:!1,flexStyle:"${style}",gradientBackground:"${style.gradientBackground}",class:"qt-waterfall-end-section-css"};Fo.render=function(e,n,i,l,c,s){const u=o("text-view");return t(),a("div",bo,[h(u,{focusable:!1,gravity:"center",flexStyle:"${titleStyle}",class:"qt-waterfall-end-section-text-css",typeface:"${titleTypeface}",textSize:"${titleStyle.fontSize}",text:"${title}"})])},Fo.__scopeId="data-v-70b82c43",Fo.__file="src/waterfall/section/end-section.vue";var Eo=Ia({props:{plateTitleLeftMargin:{type:Number,default:0},type:{type:Number,default:co.QT_WATERFALL_SECTION_TYPE_TITLE}},setup:(e,t)=>({})});const No=["type"];Eo.render=function(e,n,i,l,s,u){const r=o("text-view");return t(),a("div",{class:"section-title-css",blockFocusDirections:["left","right"],clipChildren:!1,clipPadding:!1,type:e.type,keyName:"_id",focusable:!1,bringFocusChildToFront:!0,useAdvancedFocusSearch:!0},[h(r,{class:"section-title-text-css",postDelay:300,style:c({marginLeft:e.plateTitleLeftMargin+"px"}),typeface:"${titleTypeface}",focusable:!1,textSize:"${titleStyle.fontSize}",text:"${title}"},null,8,["style"])],8,No)},Eo.__scopeId="data-v-20428d40",Eo.__file="src/waterfall/section/section-title.vue";var yo=Ia({name:"blank-section",setup:()=>({})});const Ro={focusable:!1,type:-1e3,keyName:"_id",flexStyle:"${style}",gradientBackground:"${style.gradientBackground}",class:"qt-ui-waterfall-blank-section"};yo.render=function(e,n,o,i,l,c){return t(),a("div",Ro)},yo.__scopeId="data-v-eeab4d88",yo.__file="src/waterfall/section/blank-section.vue";var Ao=Ia({name:"card-section",setup(e,t){const a=C();return{onFocus:function(e){a.isLoggable(D.DEBUG)&&a.d("card-section","------onFocus---------\x3e>>>",e),t.emit("focus",e)}}}});const Po={type:1006,class:"qt-ui-waterfall-card-section-css",clipChildren:!1,clipPadding:!1,focusScrollTarget:"${isFocusScrollTarget==true}",keyName:"_id",flexStyle:"${style}",scrollOverride:"${scrollOverride}",gradientBackground:"${style.gradientBackground}",bringFocusChildToFront:!0,useAdvancedFocusSearch:!0};Ao.render=function(e,n,i,l,c,s){const u=o("text-view"),r=o("es-card-container");return t(),a("div",Po,[h(u,{class:"qt-ui-waterfall-card-section-title-css",postDelay:300,flexStyle:"${titleStyle}",typeface:"${titleTypeface}",focusable:!1,textSize:"${titleStyle.fontSize}",text:"${title}"}),h(r,{cardId:"${cardId}",onFocus:e.onFocus,clipChildren:!1,clipPadding:!1,autoRecycle:!0,focusScale:"${cardPlaceHolder.focusScale}",focusable:"${cardPlaceHolder.focusable}",showPlaceHolder:"${cardPlaceHolder.enable}",placeHolderRadius:"${cardPlaceHolder.radius}",placeHolderRect:"${cardPlaceHolder.rect}",flexStyle:"${cardStyle}",class:"qt-ui-waterfall-card-section"},null,8,["onFocus"])])},Ao.__scopeId="data-v-43a44788",Ao.__file="src/waterfall/section/card-section.vue";var Lo=Ia({name:"vue-section",props:{blockFocusDirections:{type:Array,default:()=>["left","right"]}},setup:(e,t)=>({onSectionBind:function(){}})});Lo.render=function(e,a,l,c,s,u){const r=o("tv-item");return t(),i(r,{class:"qt-ui-waterfall-vue-section",type:1007,keyName:"_id",blockFocusDirections:e.blockFocusDirections,clipChildren:!1,clipPadding:!1,focusScrollTarget:"${isFocusScrollTarget==true}",flexStyle:"${style}",scrollOverride:"${scrollOverride}",singleton:"",onItemBind:e.onSectionBind},{default:T((()=>[n(e.$slots,"default")])),_:3},8,["blockFocusDirections","onItemBind"])},Lo.__scopeId="data-v-f8447724",Lo.__file="src/waterfall/section/vue-section.vue";var Co=Ia({name:"qt-plugin-section",emits:["focus"],props:{pluginKey:{type:String,default:""}},setup:(e,t)=>(C(),{onFocus:function(e){t.emit("focus",e)}})});const Do={type:1008,class:"qt-ui-plugin-section-root-css",clipChildren:!1,clipPadding:!1,focusable:!0,focusScale:"1.1",focusScrollTarget:"${isFocusScrollTarget==true}",keyName:"_id",flexStyle:"${style}",scrollOverride:"${scrollOverride}",gradientBackground:"${style.gradientBackground}",bringFocusChildToFront:!0,useAdvancedFocusSearch:!0};function Uo(e,t,a=!1){const n=[];if(t&&t.length>0)for(let o=0;o<t.length;o++){let i=xo(e,t[o],a);n.push(i)}return n}function xo(e,t,a=!1){let n=0;t.itemList.length>0&&t.type==co.QT_WATERFALL_SECTION_TYPE_FLEX?(n=function(e,t=!1){const a=e.itemList,n=e.style?.spacing??0,o=e.titleStyle,i=o?.height??0;const l=o?.marginTop??0,c=o?.marginBottom??0;const s=o?.paddingTop??0,u=o?.paddingBottom??0;let r=t?0:e.style.height??0,d=e.style.width??0;e.decoration;let f=0,v=0,g=0;for(let e=0;e<a.length;e++){const t=a[e];let o=t?.style.width??0,i=t?.style.height??0;const l=t.style.x,c=t.style.y;if(null!=l&&null!=c)t.layout=[l,c,o,i];else{const e=t.decoration,a=e?.left??0,l=e?.top??0,c=e?.right??0,s=e?.bottom??0;f+o+c>d&&(v+=g+n,g=0,f=0),t.layout||(t.layout=[0,0,o,i]),t._apiLayout||(t.layout[0]=f+a,t.layout[1]=v+l),t.layout[1]+i+s>r&&(r=t.layout[1]+i+s),i+l+s>g&&(g=i+l+s),f+=o+n+a+c}}return r+i+l+c+s+u}(t,a),t.style.height=n):t.type==co.QT_WATERFALL_SECTION_TYPE_PLUGIN&&(t.titleStyle&&t.titleStyle.width&&t.titleStyle.height?t.pluginStyle={width:t.style.width,height:(t.style?.height??0)-(t.titleStyle.height??0)-(t.titleStyle.marginBottom??0)}:t.pluginStyle=t.style);const o=t.titleStyle?.height??0,i=t.titleStyle?.marginTop??0,l=t.titleStyle?.marginBottom??0,c=t.titleStyle?.paddingTop??0,s=t.titleStyle?.paddingBottom??0;a&&0===t.itemList.length&&(t.style.height=(t.style.minHeight||0)+o+i+l+c+s);const u=o+i+l+c+s,r=t.style.height?t.style.height-u:0;return t.contentStyle||(t.contentStyle={width:t.style.width,height:r}),t.contentLayout=[0,u,t.contentStyle.width,t.contentStyle.height],t}function ko(){let e=[];function t(e){return e.itemList.length}function a(a,n){console.log("----1--------getRangeSectionListItemCount-----------------\x3e>>>");const o=e.length;if(a<0||a>=o)return 0;console.log("----2--------getRangeSectionListItemCount-----------------\x3e>>>");let i=a+n;a+n>o&&(i=o),console.log("----3--------getRangeSectionListItemCount-----------------\x3e>>>");let l=0;for(let n=a;n<i;n++){l+=t(e[n])}return l}function n(){console.log("--------dumpWaterfallData---------\x3e>>>",e)}return{init:function(){},getSectionList:function(){return e},addSectionList:function(o){const i=e.length,l=a(0,i),c=function(e){if(e.length<=0)return 0;let a=0;for(let n=0;n<e.length;n++){a+=t(e[n])}return a}(o);return e.push(...o),n(),{sectionIndex:i,sectionCount:o.length,itemIndex:l,itemCount:c}},deleteSection:function(t,o){const i=a(0,t-1),l=a(t,o);return e.splice(t,o),n(),{sectionIndex:t,sectionCount:o,itemIndex:i,itemCount:l}},updateSection:function(o,i){const l=a(0,o-1),c=t(i);return e.splice(o,1,i),n(),{sectionIndex:o,sectionCount:1,itemIndex:l,itemCount:c}},getSection:function(t){if(!(t<0||t>=e.length||0==e.length))return e[t]},addItemList:function(t,a){const o=e.length;if(t<0||t>=o||a.length<=0)return{sectionIndex:-1,sectionCount:0,itemIndex:-1,itemCount:0};const i=e[t],l=i.itemList.length;return i.itemList.push(...a),n(),{sectionIndex:t,sectionCount:1,itemIndex:l,itemCount:a.length}},deleteItem:function(t,a,o){return e[t].itemList.splice(a,o),n(),{sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:o}},updateItem:function(t,a,o){return e[t].itemList.splice(a,1,o),n(),{sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:1}},updateItemList:function(t,a,o,i){return e[t].itemList.splice(a,o,...i),n(),{sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:o}},getItem:function(t,a){const n=e[t];if(n&&n.itemList.length>0&&a>=0&&a<n.itemList.length){return n.itemList[a]}},destroy:function(){e=[]}}}var wo;Co.render=function(e,n,i,l,c,s){const u=o("text-view"),r=o("qt-plugin-view");return t(),a("div",Do,[h(u,{class:"qt-ui-plugin-section-title-text-css",postDelay:300,autoWidth:"",autoHeight:"",typeface:"${titleTypeface}",flexStyle:"${titleStyle}",focusable:!1,textSize:"${titleStyle.fontSize}",text:"${title}"}),h(r,{class:"qt-ui-plugin-section-css",clipChildren:!1,clipPadding:!1,eventClick:"",eventFocus:"",sid:"${_id}",pluginKey:"${pluginKey}",flexStyle:"${pluginStyle}"})])},Co.__scopeId="data-v-ca3d65aa",Co.__file="src/waterfall/section/plugin-section.vue",function(e){e.QT_WATERFALL_VISIBLE_TYPE_NONE="none",e.QT_WATERFALL_VISIBLE_TYPE_NORMAL="normal",e.QT_WATERFALL_VISIBLE_TYPE_CENTER="center"}(wo||(wo={}));const Oo="qt-waterfall";var Mo,Bo,Go=Ia({name:"qt-waterfall",emits:["onScroll","onScrollStateChanged","onItemClick","onItemFocused","onSectionBind","onSectionAttached","onSectionDetached","onScrollYGreaterReference","onScrollYLesserReference","onPluginLoadSuccess","onPluginLoadError"],props:{enablePlaceholder:{type:Boolean,default:!0},blockFocusDirections:{type:Array,default:()=>["down"]},vueSectionBlockFocusDirections:{type:Array,default:()=>["left","right"]},customPool:{type:Object,default:()=>{}},customItemPool:{type:Object,default:()=>{}},scrollYLesserReferenceValue:{type:Number,default:0},scrollYGreaterReferenceValue:{type:Number,default:0},listData:{type:Array,required:!1},pStype:{type:Object,default:()=>({})},qtTabSectionEnable:{type:Object,default:()=>({flexSectionEnable:!0,flexSection:{qtPosterEnable:!0,qtPluginItemEnable:!0,cardItemEnable:!0},listSectionEnable:!0,listSection:{qtPosterEnable:!0,cardItemEnable:!0},loadingSectionEnable:!0,endSectionEnable:!0,blankSectionEnable:!0,cardSectionEnable:!0,pluginSectionEnable:!0,vueSectionEnable:!0,itemStoreEnable:!1})},tvItemListName:{type:String,required:!1}},setup(t,a){const n=C();const o={...{name:"Waterfall"+Date.now(),size:{20008:10}},...t.customPool},i={...{name:"waterfallItems"+Date.now(),size:{1:30}},...t.customItemPool},l=e(wo.QT_WATERFALL_VISIBLE_TYPE_CENTER),c=e();let s;const u=ko();function r(e){s=e,e.visibleType&&(l.value=e.visibleType)}const d=Bn(t.listData,{resetValue(e){r(t.pStype)},init(e){const t=Uo(s,e,!0);c.value?.setListData(t)},add(e){const t=Uo(s,e,!0);c.value?.addListData(t)},update(e,t){const a=Ln(1,t.datas),n=Uo(s,Array.from(a.values()),!0);c.value?.updateItemList(e,a.size,n)},insert(e,t){const a=Uo(s,t,!0);c.value?.addItem(e,a)},delete(e,t){c.value?.deleteItem(e,t)},clear(){c.value?.setListData([])}});return p((()=>{d?.stop()})),{waterfallRef:c,visibleType:l,init:r,getSectionList:function(){return u.getSectionList()},setSectionList:function(e){if(!s)return;n.isLoggable(D.DEBUG)&&n.d(Oo,"-------1---setSectionList--------------\x3e>>"),u.destroy();const t=u.addSectionList(e);n.isLoggable(D.DEBUG)&&n.d(Oo,"-------2---setSectionList--------------\x3e>>",t);const a=Uo(s,e);n.isLoggable(D.DEBUG)&&n.d(Oo,"----------setSectionList-----最终数据---------\x3e>>",a),c.value?.setListData(a)},addSectionList:function(e){if(!s)return;u.addSectionList(e);const t=Uo(s,e);n.isLoggable(D.DEBUG)&&n.d(Oo,"----------addSectionList-----最终数据---------\x3e>>",t),c.value?.addListData(t)},deleteSection:function(e,t){const a=u.deleteSection(e,t);n.isLoggable(D.DEBUG)&&n.d(Oo,"----------deleteSection-----最终数据---------\x3e>>",a),c.value?.deleteItem(e,t)},updateSection:function(e,t){u.updateSection(e,t);const a=xo(0,t);n.isLoggable(D.DEBUG)&&n.d(Oo,"----------updateSection-----最终数据---------\x3e>>sectionIndex:",e,"updateSection:",a),c.value?.updateItem(e,a)},updateSectionList:function(e,t,a){const n=[];for(let t=0;t<a.length;t++){const o=a[t];u.updateSection(e+t,o);const i=xo(0,o);i&&n.push(i)}c.value?.updateItemList(e,t,n)},getSection:function(e){return u.getSection(e)},addItemList:function(e,t){u.addItemList(e,t);const a=u.getSection(e);if(a){const t=xo(0,a);c.value?.updateItem(e,t)}},deleteItem:function(e,t,a){u.deleteItem(e,t,a);const n=u.getSection(e);if(n){const t=xo(0,n);c.value?.updateItem(e,t)}},updateItem:function(e,t,a){u.updateItem(e,t,a);const n=u.getSection(e);if(n){const t=xo(0,n);c.value?.updateItem(e,t)}},updateItemList:function(e,t,a,n){u.updateItemList(e,t,a,n);const o=u.getSection(e);if(o){const t=xo(0,o);c.value?.updateItem(e,t)}},getItem:function(e,t){return u.getItem(e,t)},cachePool:o,itemsPool:i,onScroll:function(e){e.stopPropagation();let t=e.offsetX,n=e.offsetY;a.emit("onScroll",t,n)},onItemClick:function(e){n.isLoggable(D.DEBUG)&&n.d(Oo,"----------onItemClick--------------\x3e>>",e,"sectionIndex:"+e.parentPosition+" position:"+e.position+" "),a.emit("onItemClick",e.parentPosition,e.position,e.item,e)},onItemFocused:function(e){n.isLoggable(D.DEBUG)&&n.d(Oo,"----------onItemFocused--------------\x3e>>",e,"sectionIndex:"+e.parentPosition+" position:"+e.position+" isFocused:"+e.isFocused+" "),a.emit("onItemFocused",e.parentPosition,e.position,e.isFocused,e.item,e)},onSectionBind:function(e){if(e){n.isLoggable(D.DEBUG)&&n.d(Oo,"----------onSectionBind--------------\x3e>>",e);let t=e.pageIndex??-1;a.emit("onSectionBind",t,e.position)}},onSectionAttached:function(e){if(e){n.isLoggable(D.DEBUG)&&n.d(Oo,"----------onSectionAttached--------------\x3e>>",e);let t=e.pageIndex??0;a.emit("onSectionAttached",t,e.position)}},onSectionDetached:function(e){if(e){n.isLoggable(D.DEBUG)&&n.d(Oo,"----------onSectionDetached--------------\x3e>>",e);let t=e.pageIndex??0;a.emit("onSectionDetached",t,e.position)}},onScrollStateChanged:function(e){let t=e.offsetY,n=e.offsetX,o=e.newState,i=e.oldState;a.emit("onScrollStateChanged",n,t,o,i)},resumePostTask:function(){c.value?.pausePostTask()},pausePostTask:function(){c.value?.pausePostTask()},clearPostTask:function(){c.value?.clearPostTask()},destroy:function(){c.value?.destroy()},scrollToTop:function(){c.value?.scrollToTop()},setListData:function(e){c.value?.setListData(e)},onScrollYGreaterReference:function(){a.emit("onScrollYGreaterReference")},onScrollYLesserReference:function(){a.emit("onScrollYLesserReference")},onPluginLoadSuccess:function(e){a.emit("onPluginLoadSuccess",e)},onPluginLoadError:function(e){a.emit("onPluginLoadError",e)},...en(c)}},components:{"flex-section":fo,"list-section":Io,"section-title":Eo,"loading-section":_o,"end-section":Fo,"blank-section":yo,"card-section":Ao,"vue-section":Lo,"plugin-section":Co}});Go.render=function(e,a,l,c,s,r){const d=o("flex-section"),f=o("item-store"),v=o("list-section"),g=o("loading-section"),m=o("end-section"),I=o("blank-section"),p=o("card-section"),h=o("plugin-section"),_=o("vue-section"),S=o("tv-list");return t(),i(S,{ref:"waterfallRef",class:"qt-waterfall-root-css",keyName:"_id",list:"${"+e.tvItemListName+"}",clipChildren:!1,clipPadding:!1,listenBoundEvent:!0,negativeKeyTime:"30",postContentDelay:"500",onScroll:e.onScroll,onItemClick:e.onItemClick,onItemFocused:e.onItemFocused,onItemBind:e.onSectionBind,onItemAttached:e.onSectionAttached,onItemDetached:e.onSectionDetached,focusMemory:!1,cachePool:e.cachePool,preload:1,checkScrollOffsetOnStateChanged:!0,makeChildVisibleType:e.visibleType,scrollThresholdVertical:50,scrollEventThrottle:16,enableSelectOnFocus:!1,advancedFocusSearchSpan:"1",scrollYLesserReferenceValue:e.scrollYLesserReferenceValue,scrollYGreaterReferenceValue:e.scrollYGreaterReferenceValue,onScrollYGreaterReference:e.onScrollYGreaterReference,onScrollYLesserReference:e.onScrollYLesserReference,shakePreCheckNumber:"4",onOnPluginLoadSuccess:e.onPluginLoadSuccess,onOnPluginLoadError:e.onPluginLoadError,blockFocusDirections:e.blockFocusDirections,onScrollStateChanged:e.onScrollStateChanged},{default:T((()=>[u(" 普通版块"),e.qtTabSectionEnable.flexSectionEnable?(t(),i(d,{key:0,"cache-pool":e.itemsPool,enablePlaceholder:e.enablePlaceholder,"flex-section":e.qtTabSectionEnable.flexSection,onFocus:e.onItemFocused},{default:T((()=>[n(e.$slots,"item")])),_:3},8,["cache-pool","enablePlaceholder","flex-section","onFocus"])):u("v-if",!0),e.qtTabSectionEnable.itemStoreEnable?(t(),i(f,{key:1},{default:T((()=>[n(e.$slots,"shared-item")])),_:3})):u("v-if",!0),u("一行滚动 多级tab"),e.qtTabSectionEnable.listSectionEnable?(t(),i(v,{key:2,"cache-pool":e.itemsPool,onFocus:e.onItemFocused,"list-section":e.qtTabSectionEnable.listSection,enablePlaceholder:e.enablePlaceholder},{default:T((()=>[n(e.$slots,"list-item")])),_:3},8,["cache-pool","onFocus","list-section","enablePlaceholder"])):u("v-if",!0),u(" loading"),e.qtTabSectionEnable.loadingSectionEnable?(t(),i(g,{key:3})):u("v-if",!0),u(" end "),e.qtTabSectionEnable.endSectionEnable?(t(),i(m,{key:4})):u("v-if",!0),u(" blank "),e.qtTabSectionEnable.blankSectionEnable?(t(),i(I,{key:5})):u("v-if",!0),u(" card "),e.qtTabSectionEnable.cardSectionEnable?(t(),i(p,{key:6,onFocus:e.onItemFocused},null,8,["onFocus"])):u("v-if",!0),u(" plugin "),e.qtTabSectionEnable.pluginSectionEnable?(t(),i(h,{key:7})):u("v-if",!0),u(" vue "),e.qtTabSectionEnable.vueSectionEnable?(t(),i(_,{key:8,"block-focus-directions":e.vueSectionBlockFocusDirections},{default:T((()=>[n(e.$slots,"vue-section")])),_:3},8,["block-focus-directions"])):u("v-if",!0),n(e.$slots,"section")])),_:3},8,["list","onScroll","onItemClick","onItemFocused","onItemBind","onItemAttached","onItemDetached","cachePool","makeChildVisibleType","scrollYLesserReferenceValue","scrollYGreaterReferenceValue","onScrollYGreaterReference","onScrollYLesserReference","onOnPluginLoadSuccess","onOnPluginLoadError","blockFocusDirections","onScrollStateChanged"])},Go.__file="src/waterfall/index.vue",function(e){e[e.QT_TAB_PAGE_STATE_INIT=-1]="QT_TAB_PAGE_STATE_INIT",e[e.QT_TAB_PAGE_STATE_IDLE=0]="QT_TAB_PAGE_STATE_IDLE",e[e.QT_TAB_PAGE_STATE_BUSY=1]="QT_TAB_PAGE_STATE_BUSY",e[e.QT_TAB_PAGE_STATE_COMPLETE=2]="QT_TAB_PAGE_STATE_COMPLETE",e[e.QT_TAB_PAGE_STATE_ERROR=3]="QT_TAB_PAGE_STATE_ERROR"}(Mo||(Mo={})),function(e){e[e.QT_LIST_VIEW_ITEM_STATE_DEFAULT=0]="QT_LIST_VIEW_ITEM_STATE_DEFAULT",e[e.QT_LIST_VIEW_ITEM_STATE_ATTACHED=1]="QT_LIST_VIEW_ITEM_STATE_ATTACHED",e[e.QT_LIST_VIEW_ITEM_STATE_BIND=2]="QT_LIST_VIEW_ITEM_STATE_BIND",e[e.QT_LIST_VIEW_ITEM_STATE_UNBIND=3]="QT_LIST_VIEW_ITEM_STATE_UNBIND",e[e.QT_LIST_VIEW_ITEM_STATE_DETACHED=4]="QT_LIST_VIEW_ITEM_STATE_DETACHED"}(Bo||(Bo={}));const Wo="qt-tabs";var Vo=Ia({name:"qt-tabs",emits:["onTabPageLoadData","onTabPageChanged","onTabEvent","onTabPageItemClick","onTabPageItemFocused","onTabPageSectionAttached","onTabPageScroll","onTabPageScrollStateChanged","onTabMoveToTopStart","onTabMoveToTopEnd","onTabMoveToBottomStart","onTabMoveToBottomEnd","onTabChanged","onTabPageScrollToEnd","onTabPageScrollToStart","onTabClick","onPluginLoadSuccess","onPluginLoadError"],props:{enablePlaceholder:{type:Boolean,default:!0},preloadNumber:{type:Number,default:3},tabNavBarClass:{type:String,default:""},tabNavBarSid:{type:String,default:""},tabClass:{type:String,default:""},tabsDataStrategy:{type:String,default:"overTime"},tabPageClass:{type:String,default:""},horizontal:{type:Boolean,default:!0},pageTransform:{type:Boolean,default:!0},hideOnSingleTab:{type:Boolean,default:!0},floatNavBar:{type:Boolean,default:!0},useNavBarBg:{type:Boolean,default:!0},contentNextFocus:{type:Object,default:()=>({up:"tabList",left:"tabList"})},triggerTask:{type:Array,default:()=>[]},blockViewPager:{type:Array,default:()=>[]},blockViewPagerVertical:{type:Array,default:()=>[]},tabContentBlockFocusDirections:{type:Array,default:()=>["down"]},tabContentResumeDelay:{type:Number,default:300},tabContentSwitchDelay:{type:Number,default:0},slidingEnable:{type:Boolean,default:!1},slidingMode:{type:String,default:""},initTranslation:{type:Number,default:0},rightTranslation:{type:Number,default:0},leftTranslation:{type:Number,default:0},duration:{type:Number,default:1e3},interpolatorType:{type:Number,default:1},endHintEnabled:{type:Boolean,default:!0},outOfDateTime:{type:Number,default:3e5},customPool:{type:Object,default:()=>{}},customItemPool:{type:Object,default:()=>{}},navBarNextFocusName:{type:Object,default:()=>({down:"content"})},horizontalFadingEdgeEnabled:{type:Boolean,default:!1},verticalFadingEdgeEnabled:{type:Boolean,default:!1},fadingEdgeLength:{type:Number,default:0},qtTabSectionEnable:{type:Object,default:()=>({tabEnable:!0,flexSectionEnable:!0,flexSection:{qtPosterEnable:!0,qtPluginItemEnable:!0,cardItemEnable:!0},listSectionEnable:!0,listSection:{qtPosterEnable:!0},loadingSectionEnable:!0,endSectionEnable:!0,blankSectionEnable:!0,cardSectionEnable:!0,pluginSectionEnable:!0,vueSectionEnable:!0,itemStoreEnable:!1})}},setup(t,a){const n=e();e();const o=e(!0),i=e(1),l=C();U();const c=e(),s=function(e){const t="qt-tabs",a=new Map,n=new Map;function o(e){const t={index:e,state:Mo.QT_TAB_PAGE_STATE_INIT,sectionBindIndex:-1};a.set(e,t),n.set(e,[])}function i(e,t){const a=n.get(e)??[];if(!(t<0||t>=a.length||0==a.length))return a[t]}function l(e){return e.itemList.length}function c(e){let t=0;try{if(e.length<=0)return 0;for(let a=0;a<e.length;a++)t+=l(e[a])}catch(e){}return t}function s(e,t,a){let n=0;try{const o=e.length;if(t<0||t>=o)return 0;let i=t+a;t+a>o&&(i=o);for(let a=t;a<i;a++)n+=l(e[a])}catch(e){}return n}function u(a){e.isLoggable(D.DEBUG)&&e.d(t,"-----QTTabDataManager---dumpTabWaterfallData---- "+a+" :-----\x3e>>>",n)}return{initTab:function(e){const t=e.itemList;for(let e=0;e<t.length;e++)o(e)},initTabPageData:o,getTabPageDataState:function(e){return a.get(e)},setPageDataState:function(n,o){e.isLoggable(D.DEBUG)&&e.d(t,"---QTTabDataManager----setPageStateReset-----\x3e> pageIndex:"+n+" pageData:",o),a.set(n,o)},setSectionState:function(e,t,a){const n=i(e,t);n&&(n.state=a,n.sectionIndex=t)},getSectionListByState:function(e,t){return(n.get(e)??[]).filter((e=>e.state==t))},getSectionList:function(a){const o=n.get(a)??[];return e.isLoggable(D.DEBUG)&&e.d(t,"-----QTTabDataManager---dumpTabWaterfallData---###getSectionList----\x3e> pageIndex:"+a+" sectionList: ",o),o},addSectionList:function(o,i,l=0){let r=n.get(o)??[];l>0&&(r=r.slice(0,r.length-l),n.set(o,r));const d=r.length,f=s(r,0,d),v=c(i);r.push(...i);const g=a.get(o);return g&&g.state!=Mo.QT_TAB_PAGE_STATE_COMPLETE&&(g.state=Mo.QT_TAB_PAGE_STATE_IDLE),e.isLoggable(D.DEBUG)&&e.d(t,"-----QTTabDataManager---dumpTabWaterfallData---###addSectionList----\x3e> pageIndex:"+o+" 需要增加的sections: ",i," 增加以后的sectionList: ",r),u("addSectionList: "+o),{pageIndex:o,sectionIndex:d,sectionCount:i.length,itemIndex:f,itemCount:v}},insertSectionList:function(o,i,l){const r=n.get(o)??[],d=r.length,f=s(r,0,d),v=c(l);r.splice(i,0,...l);const g=a.get(o);return g&&g.state!=Mo.QT_TAB_PAGE_STATE_COMPLETE&&(g.state=Mo.QT_TAB_PAGE_STATE_IDLE),e.isLoggable(D.DEBUG)&&e.d(t,"----QTTabDataManager----dumpTabWaterfallData---###insertSectionList----\x3e> pageIndex:"+o+" sectionIndex: ",i," sections: ",l),u("insertSectionList: "+o),{pageIndex:o,sectionIndex:d,sectionCount:l.length,itemIndex:f,itemCount:v}},deleteSection:function(a,o,i){const l=n.get(a)??[],c=s(l,0,o-1),r=s(l,o,i);return l.splice(o,i),e.isLoggable(D.DEBUG)&&e.d(t,"----QTTabDataManager----dumpTabWaterfallData---###deleteSection----\x3e> pageIndex:"+a+" sectionIndex: ",o+" count: ",i),u("deleteSection: "+a),{pageIndex:a,sectionIndex:o,sectionCount:i,itemIndex:c,itemCount:r}},updateSection:function(a,o,i){const c=n.get(a)??[],r=s(c,0,o-1),d=l(i);return c.splice(o,1,i),e.isLoggable(D.DEBUG)&&e.d(t,"-----QTTabDataManager---dumpTabWaterfallData---###updateSection----\x3e> pageIndex:"+a+" sectionIndex: ",o+" section: ",i),u("updateSection: "+a),{pageIndex:a,sectionIndex:o,sectionCount:1,itemIndex:r,itemCount:d}},updateSectionList:function(a,o){return n.set(a,o),e.isLoggable(D.DEBUG)&&e.d(t,"----QTTabDataManager----dumpTabWaterfallData---###updateSectionList----\x3e> pageIndex:"+a+" sectionIndex: ",o),u("updateSectionList: "+a),{pageIndex:a,sectionIndex:0,sectionCount:o.length,itemIndex:-1,itemCount:-1}},getSection:i,addItemList:function(e,t,a){const o=n.get(e)??[],i=o.length;if(t<0||t>=i||a.length<=0)return{pageIndex:e,sectionIndex:-1,sectionCount:0,itemIndex:-1,itemCount:0};const l=o[t],c=l.itemList.length;return l.itemList.push(...a),u("addItemList: "+e),{pageIndex:e,sectionIndex:t,sectionCount:1,itemIndex:c,itemCount:a.length}},deleteItem:function(e,t,a,o){return(n.get(e)??[])[t].itemList.splice(a,o),u("deleteItem: "+e),{pageIndex:e,sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:o}},updateItem:function(e,t,a,o){return(n.get(e)??[])[t].itemList.splice(a,1,o),u("updateItem: "+e),{pageIndex:e,sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:1}},updateItemList:function(e,t,a,o,i){return(n.get(e)??[])[t].itemList.splice(a,o,...i),u("updateItemList: "+e),{pageIndex:e,sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:o}},getItem:function(e,t,a){const o=(n.get(e)??[])[t];if(o&&o.itemList.length>0&&a>=0&&a<o.itemList.length)return o.itemList[a]},destroy:function(){e.isLoggable(D.DEBUG)&&e.d(t,"----QTTabDataManager---destroy-----\x3e>"),n.clear()}}}(l);let u,r=[],d=-1,f=-1,v=-1;function g(e,t){const a=s.getTabPageDataState(e);a&&(a.state=t,s.setPageDataState(e,a))}function m(e){l.isLoggable(D.DEBUG)&&l.d(Wo,"----设置数据---setPageStateReset->>>>pageIndex:"+e);const t=s.getTabPageDataState(e);t&&(t.state=Mo.QT_TAB_PAGE_STATE_INIT,t.sectionBindIndex=-1,s.setPageDataState(e,t));const a=s.getSectionList(e);s.deleteSection(e,0,a.length),function(e){if(e<0||e>r.length)return;const t=r[e];t.__pageNo=0}(e)}function I(e){l.isLoggable(D.DEBUG)&&l.d(Wo,"----设置数据---setPageStateRecycled---START--\x3e>>pageIndex:"+e);const t=s.getTabPageDataState(e);t&&(t.sectionBindIndex=0,t.state=Mo.QT_TAB_PAGE_STATE_IDLE,s.setPageDataState(e,t));const a=s.getSectionList(e);s.deleteSection(e,1,a.length-1),l.isLoggable(D.DEBUG)&&l.d(Wo,"----设置数据---setPageStateRecycled---END---\x3e>pageIndex:"+e);p(e)>0&&function(e,t){l.isLoggable(D.DEBUG)&&l.d(Wo,"---------设置数据----setTabPageDataNo--START---\x3e>>> pageIndex:"+e+" pageNum:"+t);if(e<0||e>r.length)return;const a=r[e];a.__pageNo=t,l.isLoggable(D.DEBUG)&&l.d(Wo,"---------设置数据----setTabPageDataNo---END---\x3e>>> pageIndex:"+e+" pageNo:"+a.__pageNo)}(e,1)}function p(e){if(e<0||e>r.length)return 0;const t=r[e];return null==t.__pageNo&&(t.__pageNo=0),l.isLoggable(D.DEBUG)&&l.d(Wo,"---------设置数据----getTabPageDataNo---\x3e>>> pageIndex:"+e+" pageNo:"+t.__pageNo),t.__pageNo}function T(e){if(e<0||e>r.length)return;const t=r[e];if(null==t.__pageNo)return t.__pageNo=1,void(l.isLoggable(D.DEBUG)&&l.d(Wo,"---------设置数据----increaseTabPageDataNo---\x3e>>> pageIndex:"+e+" pageNo:1"));t.__pageNo=t.__pageNo+1,l.isLoggable(D.DEBUG)&&l.d(Wo,"---------设置数据----increaseTabPageDataNo---\x3e>>> pageIndex:"+e+" pageNo:"+t.__pageNo)}function h(e,n,o){let i=p(e),c=s.getTabPageDataState(e);if(!c||c.state!==Mo.QT_TAB_PAGE_STATE_IDLE&&c.state!==Mo.QT_TAB_PAGE_STATE_INIT)l.isLoggable(D.DEBUG)&&l.d(Wo,"------设置数据----loadPageData--状态不对--\x3e>>>",e);else{const c=s.getSectionList(e);o>=c.length-t.preloadNumber-1?(l.isLoggable(D.DEBUG)&&l.d(Wo,"---------设置数据-----<<<<<加载更多数据>>>>>-----\x3e>>> pageIndex:"+e+" pageNo:"+i+" sectionIndex:"+o+" sectionListLength:"+c.length),g(e,Mo.QT_TAB_PAGE_STATE_BUSY),a.emit("onTabPageLoadData",e,i,n)):l.isLoggable(D.DEBUG)&&l.d(Wo,"----设置数据------loadPageData--preloadNumber错误--\x3e>>>",e)}}function _(){clearTimeout(v),v=setTimeout((()=>{const e=s.getSectionListByState(d,Bo.QT_LIST_VIEW_ITEM_STATE_ATTACHED);(e?e.length:0)>0&&(e.forEach((e=>{l.isLoggable(D.DEBUG)&&l.d(Wo,"----------notifyTabContentSectionAttached------\x3e>>> pageIndex"+d+" sectionIndex:",e.sectionIndex)})),a.emit("onTabPageSectionAttached",d,e))}),100)}function S(e,t){l.isLoggable(D.DEBUG)&&l.d(Wo,"----------onWaterfallScroll----\x3e>>> offsetX:"+e+" scrollY:"+t),a.emit("onTabPageScroll",e,t)}function F(e,t,n){l.isLoggable(D.DEBUG)&&l.d(Wo,"----------onWaterfallScrollStateChanged----\x3e>>> offsetX:"+e+" scrollY:"+t+" newState:"+n),a.emit("onTabPageScrollStateChanged",e,t,n)}return{tabs:n,ifTabs:o,navBarRef:c,initTab:function(e){let t={defaultIndex:e.defaultIndex,focusIndex:e.defaultFocusIndex,data:e.itemList};r=e.itemList,s.initTab(e),n.value?.setTabsData(t)},initPage:function(e){u=e},setPageState:g,setPageData:function(e,t){l.isLoggable(D.DEBUG)&&l.d(Wo,"----------loadPageData----setPageData--\x3e>>>pageIndex:"+e),s.addSectionList(e,t.data,0);const a={data:Uo(u,t.data),disableScrollOnFirstScreen:t.disableScrollOnFirstScreen??!1,firstFocusTargetID:t.firstFocusTargetID??"",useDiff:t.useDiff,bindingPlayer:t.bindingPlayer};l.isLoggable(D.DEBUG)&&l.d(Wo,"---------设置数据-----setPageData------\x3e>>> pageIndex:"+e+" data:",a),T(e),n.value?.setPageData(e,a)},addPageData:function(e,t,a=0){s.addSectionList(e,t.data,a);const o={data:Uo(u,t.data),disableScrollOnFirstScreen:t.disableScrollOnFirstScreen??!1,firstFocusTargetID:t.firstFocusTargetID??"",useDiff:t.useDiff};try{const t=p(e);0==t?(l.isLoggable(D.DEBUG)&&l.d(Wo,"---------设置数据------setPageData---\x3e>>> pageIndex:"+e+" pageNo:"+t+" data:",o," deleteCount:"+a),n.value?.setPageData(e,o)):(l.isLoggable(D.DEBUG)&&l.d(Wo,"---------设置数据------addPageData---\x3e>>> pageIndex:"+e+" pageNo:"+t+" data:",o," deleteCount:"+a),n.value?.addPageData(e,o,a))}catch(e){}T(e)},updatePageData:function(e,t){s.updateSectionList(e,t.data);const a={data:Uo(u,t.data),disableScrollOnFirstScreen:t.disableScrollOnFirstScreen??!1,firstFocusTargetID:t.firstFocusTargetID??"",useDiff:t.useDiff};n.value?.updatePageData(e,a)},updatePageSection:function(e,t,a){s.updateSection(e,t,a);const o=xo(0,a);n.value?.updateRootNode(e,t,o)},getPageSection:function(e,t){return s.getSection(e,t)},getPageSectionList:function(e){return s.getSectionList(e)},deletePageSection:function(e,t,a){s.deleteSection(e,t,a),n.value?.invokeContentFunction(e,"deleteItemRange",[t,a])},addPageItemList:function(e,t,a){s.addItemList(e,t,a);const o=s.getSection(e,t);if(o){const a=xo(0,o);n.value?.updateRootNode(e,t,a)}},getPageItem:function(e,t,a){return s.getItem(e,t,a)},updatePageItem:function(e,t,a,o){s.updateItem(e,t,a,o),n.value?.updateChildNode(e,t,a,o)},deletePageItem:function(e,t,a,o){s.deleteItem(e,t,a,o);const i=s.getSection(e,t);if(i){const a=xo(0,i);n.value?.updateRootNode(e,t,a)}},focusBackToTop:function(){n.value?.focusBackToTop()},requestNodeFocus:function(e){n.value?.requestNodeFocus(e)},reloadAll:function(e=!0){n.value?.reloadAll(e)},reloadPage:function(e){n.value?.reloadPage(e)},setCurrentPage:function(e){n.value?.setCurrentPage(e)},requestTabFocus:function(e){n.value?.requestTabFocus(e)},invokeContentFunction:function(e,t,a){n.value?.invokeContentFunction(e,t,a)},invokeContentFunctionDirect:function(e,t){n.value?.invokeContentFunctionDirect(e,t)},contentScrollToFocus:function(e){n.value?.contentScrollToFocus(e)},getRootNodeViewState:function(e,t,a){n.value?.getRootNodeViewState(e,t,a)},getChildNodeViewState:function(e,t,a,o,i){n.value?.getChildNodeViewState(e,t,a,o,i)},dispatchUIFunctionOnChildNode:function(e,t,a,o,i){n.value?.dispatchUIFunctionOnChildNode(e,t,a,o,i)},updateItemMatched:function(e="id",t,a){n.value?.updateItemMatched(e,t,a)},updateRootNode:function(e,t,a){n.value?.updateRootNode(e,t,a)},updateChildNode:function(e,t,a,o){n.value?.updateChildNode(e,t,a,o)},destroy:function(){n.value?.destroy()},cancelAll:function(){n.value?.cancelAll()},translationLeft:function(){n.value?.translationLeft()},translationRight:function(){n.value?.translationRight()},rootOpacity:i,onTabPageLoadData:function(e){const t=e.pageIndex,a=e.useDiff;l.isLoggable(D.DEBUG)&&l.d(Wo,"----------设置数据----onTabPageLoadData---加载数据开始----\x3e>>>pageIndex:"+t),m(t),h(t,a,0),l.isLoggable(D.DEBUG)&&l.d(Wo,"----------设置数据----onTabPageLoadData---加载数据结束----\x3e>>>pageIndex:"+t)},onTabPageChanged:function(e){const t=e.pageIndex;if(l.isLoggable(D.DEBUG)&&l.d(Wo,"------设置数据----onTabPageChanged---TAB切换开始--\x3e>>>pageIndex:",t),d==t)return;d=t,l.isLoggable(D.DEBUG)&&l.d(Wo,"------设置数据----onTabPageChanged---TAB重置开始--\x3e>>>pageIndex:",t);for(let e=0;e<r.length;e++){const a=s.getTabPageDataState(e);l.isLoggable(D.DEBUG)&&l.d(Wo,"------设置数据--调用setPageStateRecycled--START->>>> index:"+e+" lastTabPageIndex:"+f+" pageIndex:"+t+" pageState:",a),e!=t&&(e!=f||e==f&&t-f>1)&&a&&a.state!=Mo.QT_TAB_PAGE_STATE_INIT&&(l.isLoggable(D.DEBUG)&&l.d(Wo,"------设置数据--调用setPageStateRecycled--END->>>> index:"+e+" lastTabPageIndex:"+f+" pageIndex:"+t+" pageState:",a),I(e))}l.isLoggable(D.DEBUG)&&l.d(Wo,"------设置数据----onTabPageChanged---TAB重置结束--\x3e>>>pageIndex:",t);const n=e.data;a.emit("onTabPageChanged",t,n);const o=s.getTabPageDataState(t);o&&o.sectionBindIndex>=-1&&h(t,!1,o.sectionBindIndex),_(),f=t,l.isLoggable(D.DEBUG)&&l.d(Wo,"------设置数据----onTabPageChanged---TAB切换结束--\x3e>>>pageIndex:",t)},onTabEvent:function(e){const t=e.params,n=e.eventName,o=e.params.itemPosition,i=e.params.x,c=e.params.y,s=e.params.contentOffset,u=e.params.state;switch(l.isLoggable(D.DEBUG)&&l.d(Wo,"----------onTabEvent------\x3e>>> eventName:"+n+" tabIndex:"+o+" params:",t),a.emit("onTabEvent",o,n,t),n){case"onMoveToTopStart":a.emit("onTabMoveToTopStart",o,n,t);break;case"onMoveToTopEnd":a.emit("onTabMoveToTopEnd",o,n,t);break;case"onMoveToBottomStart":a.emit("onTabMoveToBottomStart",o,n,t);break;case"onMoveToBottomEnd":a.emit("onTabMoveToBottomEnd",o,n,t);break;case"onTabChanged":a.emit("onTabChanged",o,n,t);break;case"onScroll":S(i,c);break;case"onScrollStateChanged":F(s.x,s.y,u.newState)}},onWaterfallItemClick:function(e,t,n,o){l.isLoggable(D.DEBUG)&&l.d(Wo,"-----------onWaterfallItemClick---------------\x3e>>> sectionIndex:"+e+" itemIndex:"+t+" item:",n),a.emit("onTabPageItemClick",d,e,t,n,o)},onWaterfallItemFocused:function(e,t,n,o){l.isLoggable(D.DEBUG)&&l.d(Wo,"-----------onWaterfallItemFocused---------------\x3e>>> sectionIndex:"+e+" itemIndex:"+t+" isFocused:"+n+" item:",o),a.emit("onTabPageItemFocused",d,e,t,n,o)},onWaterfallSectionBind:function(e,t){e<0||(l.isLoggable(D.DEBUG)&&l.d(Wo,"---------设置数据-----绑定回调----\x3e>>> pageIndex:"+e+" sectionIndex:"+t),function(e,t){const a=s.getTabPageDataState(e);a&&(a.sectionBindIndex=t,s.setPageDataState(e,a))}(e,t),e===d&&(l.isLoggable(D.DEBUG)&&l.d(Wo,"----------loadPageData----bind--\x3e>>>pageIndex:"+e),h(e,!1,t)))},onWaterfallSectionAttached:function(e,t){l.isLoggable(D.DEBUG)&&l.d(Wo,"-----------onWaterfallSectionAttached---------------\x3e>>> pageIndex:"+e+" sectionIndex:"+t),s.setSectionState(e,t,Bo.QT_LIST_VIEW_ITEM_STATE_ATTACHED),e==d&&_()},onWaterfallSectionDetached:function(e,t){l.isLoggable(D.DEBUG)&&l.d(Wo,"-----------onWaterfallSectionDetached---------------\x3e>>> pageIndex:"+e+" sectionIndex:"+t),s.setSectionState(e,t,Bo.QT_LIST_VIEW_ITEM_STATE_DETACHED)},onWaterfallScroll:S,onWaterfallScrollStateChanged:F,onTabPageScrollToStart:function(e){const t=e.pageIndex;a.emit("onTabPageScrollToStart",t),l.isLoggable(D.DEBUG)&&l.d(Wo,"----------onTabPageScrollToStart------\x3e>>> pageIndex:"+t)},onTabPageScrollToEnd:function(e){const t=e.pageIndex;a.emit("onTabPageScrollToEnd",t),l.isLoggable(D.DEBUG)&&l.d(Wo,"----------onTabPageScrollToEnd------\x3e>>> pageIndex:"+t)},onTabChange:function(e){},onTabClick:function(e){a.emit("onTabClick",e)},getCurrentPageIndex:function(){return d},getCurrentTabIndex:function(){return n.value?n.value.getCurrentPage():Promise.resolve(-1)},insertPageData(e,t,a){s.insertSectionList(e,t,a);const o=Uo(u,a);n.value?.insertPageData(e,t,o)},onPluginLoadSuccess:function(e){a.emit("onPluginLoadSuccess",e)},onPluginLoadError:function(e){a.emit("onPluginLoadError",e)},getDataManager:()=>s,...en(n)}}});Vo.render=function(e,a,l,c,r,d){const f=o("qt-nav-bar"),v=o("qt-waterfall"),g=o("recycler-view-pager"),m=o("tabs");return e.ifTabs?(t(),i(m,{key:0,ref:"tabs",class:s(["tabs-root-css",e.tabClass]),dataStrategy:e.tabsDataStrategy,hideOnSingleTab:e.hideOnSingleTab,pageSwitchDelay:e.tabContentSwitchDelay,resumeTaskDelay:e.tabContentResumeDelay,suspension:e.floatNavBar,useSuspensionBg:e.useNavBarBg,clipChildren:!1,outOfDateTime:e.outOfDateTime,blockFocusDirections:e.tabContentBlockFocusDirections,onScrollToStart:e.onTabPageScrollToStart,onScrollToEnd:e.onTabPageScrollToEnd,onLoadPage:e.onTabPageLoadData,onPageChanged:e.onTabPageChanged,onTabEvent:e.onTabEvent},{default:T((()=>[h(f,{ref:"navBarRef",name:"tabList",focusable:!1,class:s(e.tabNavBarClass),sid:e.tabNavBarSid,tabEnable:e.qtTabSectionEnable.tabEnable,"text-key":"text",nextFocusName:e.navBarNextFocusName,horizontalFadingEdgeEnabled:e.horizontalFadingEdgeEnabled,verticalFadingEdgeEnabled:e.verticalFadingEdgeEnabled,fadingEdgeLength:e.fadingEdgeLength,onTabFocus:e.onTabChange,onTabClick:e.onTabClick,clipChldren:!1,horizontal:e.horizontal},{default:T((()=>[n(e.$slots,"tab-item")])),_:3},8,["class","sid","tabEnable","nextFocusName","horizontalFadingEdgeEnabled","verticalFadingEdgeEnabled","fadingEdgeLength","onTabFocus","onTabClick","horizontal"]),h(g,{nextFocusName:e.contentNextFocus,ref:"viewPager",class:s(e.tabPageClass),name:"content",loadingItemType:-1,clipChldren:!1,opacity:e.rootOpacity,focusable:!1,enableTransform:e.pageTransform,slidingEnable:e.slidingEnable,slidingMode:e.slidingMode,initTranslation:e.initTranslation,rightTranslation:e.rightTranslation,leftTranslation:e.leftTranslation,duration:e.duration,interpolatorType:e.interpolatorType,triggerTask:e.triggerTask,direction:e.horizontal?"horizontal":"vertical"},{default:T((()=>[h(v,{keyName:"_id",endHintEnabled:e.endHintEnabled,enablePlaceholder:e.enablePlaceholder,onOnScrollStateChanged:e.onWaterfallScrollStateChanged,onOnScroll:e.onWaterfallScroll,"custom-pool":e.customPool,sid:"${sid}","custom-item-pool":e.customItemPool,blockFocusDirections:e.horizontal?e.blockViewPager:e.blockViewPagerVertical,"qt-tab-section-enable":e.qtTabSectionEnable,onOnSectionBind:e.onWaterfallSectionBind,onOnSectionAttached:e.onWaterfallSectionAttached,onOnSectionDetached:e.onWaterfallSectionDetached,onOnItemFocused:e.onWaterfallItemFocused,onOnItemClick:e.onWaterfallItemClick,onOnPluginLoadSuccess:e.onPluginLoadSuccess,onOnPluginLoadError:e.onPluginLoadError},{item:T((()=>[n(e.$slots,"waterfall-item")])),"shared-item":T((()=>[n(e.$slots,"waterfall-shared-item")])),"list-item":T((()=>[n(e.$slots,"waterfall-list-item")])),section:T((()=>[n(e.$slots,"waterfall-section")])),"vue-section":T((()=>[n(e.$slots,"waterfall-vue-section")])),_:3},8,["endHintEnabled","enablePlaceholder","onOnScrollStateChanged","onOnScroll","custom-pool","custom-item-pool","blockFocusDirections","qt-tab-section-enable","onOnSectionBind","onOnSectionAttached","onOnSectionDetached","onOnItemFocused","onOnItemClick","onOnPluginLoadSuccess","onOnPluginLoadError"])])),_:3},8,["nextFocusName","class","opacity","enableTransform","slidingEnable","slidingMode","initTranslation","rightTranslation","leftTranslation","duration","interpolatorType","triggerTask","direction"])])),_:3},8,["dataStrategy","hideOnSingleTab","pageSwitchDelay","resumeTaskDelay","suspension","useSuspensionBg","outOfDateTime","class","blockFocusDirections","onScrollToStart","onScrollToEnd","onLoadPage","onPageChanged","onTabEvent"])):u("v-if",!0)},Vo.__file="src/tab/index.vue";var Qo=Ia({name:"qt-vue-section",setup(t,a){const n=e();return{onSectionBind:function(){},viewRef:n,...en(n)}}});Qo.render=function(e,a,l,c,s,u){const r=o("tv-item");return t(),i(r,{ref:"viewRef",class:"qt-ui-waterfall-vue-section",clipChildren:!1,clipPadding:!1,flexStyle:"${style}",singleton:"",onItemBind:e.onSectionBind},{default:T((()=>[n(e.$slots,"default")])),_:3},8,["onItemBind"])},Qo.__scopeId="data-v-d02af3c2",Qo.__file="src/section/index.vue";var qo=Ia({name:"qt-classified-list-view",props:{className:{type:String,default:"content_list_view"},classNavName:{type:String,default:"nav_list_view"},currentFocusIndex:{type:Number,default:0},focusScale:{type:Number,default:1.15},navType:{type:Number,default:10001},yOffest:{type:Number,default:802}},emits:["item-click","item-focused"],setup(t,a){const n=e();let o=e(1);const i=e(),l=e();let c=[],s=-1,u=-1,r=[];let d=-1;let f=-1,v=-1;return{descendantFocusability:o,content_list_view:i,nav_list_view:l,init:e=>{e.forEach(((a,n)=>{a.isPlaying=!1,t.currentFocusIndex==n&&(a.isPlaying=!0);let o=!1;for(let e=0;e<c.length;e++){const t=c[e];a.categoryname==t.categoryname&&(a.navIndex=e,o=!0)}o||(a.navIndex||(a.navIndex=c.length),c.push({type:a.type,decoration:{left:50},categoryname:a.categoryname,startIndex:n,isNeedFocus:!0})),r=e})),jt((()=>{c[c.length-1].decoration.right=50,i.value?.setListData(e),l.value?.setListData(c),setTimeout((()=>{s=t.currentFocusIndex,u=e[t.currentFocusIndex].navIndex,i.value?.scrollToFocused(s),l.value?.scrollToSelected(u,!0)}),300)}))},onItemBind:()=>{},onSItemClick:e=>{a.emit("item-click",e)},onFItemClick:e=>{a.emit("item-click",e)},scrollToIndex:(e,t=!0,a=802)=>{i.value?.scrollToIndex(-1,e,t,-1,a)},scrollToFocused:e=>{o.value=1,setTimeout((()=>{i.value?.scrollToFocused(e)}),300)},setItemFocused:e=>{setTimeout((()=>{o.value=1}),300),i.value?.setItemFocused(e)},scrollToSelected:(e,t=!0)=>{i.value?.scrollToSelected(e,t)},setItemSelected:(e,t=!0)=>{i.value?.setItemSelected(e,!0)},onSItemFocused:e=>{clearTimeout(d),d=setTimeout((()=>{if(e.hasFocus){if(s!=e.position){if(s>-1){let e=r[s];e.isPlaying=!1,i.value?.updateItemTraverse(s,e)}let t=r[e.position];t.isPlaying=!0,i.value?.updateItemTraverse(e.position,t)}s=e.position,u!=e.item.navIndex&&(u=e.item.navIndex,l.value?.scrollToSelected(e.item.navIndex,!0)),a.emit("item-focused",e)}else u=e.item.navIndex}),300)},onFItemFocused:e=>{"0"==e.position&&i.value?.setItemSelected(1,!0),clearTimeout(f),clearTimeout(v),e.hasFocus&&u!=e.position&&(o.value=2,u=e.position,r[e.item.startIndex].isNeedFocus?(i.value?.scrollToIndex(-1,e.item.startIndex,!1,-1,t.yOffest),v=setTimeout((()=>{i.value?.setItemSelected(e.item.startIndex,!0),f=setTimeout((()=>{o.value=1}),200)}),400)):(i.value?.scrollToIndex(-1,e.item.startIndex+1,!1,-1,t.yOffest),v=setTimeout((()=>{i.value?.setItemSelected(e.item.startIndex+1,!0),f=setTimeout((()=>{o.value=1}),200)}),400)))},updateItem:(e,t)=>{r[e]=t,r.forEach(((e,t)=>{for(let t=0;t<c.length;t++){const a=c[t];e.categoryname==a.categoryname&&(e.navIndex=t)}})),i.value?.updateItemTraverse(e,r[e])},viewRef:n,...en(n)}}});const zo={focusable:!1,clipChildren:!1,ref:"viewRef"},$o=["focusScale"],Yo=_("img",{class:"coverV",src:"${coverV}",focusable:!1,postDelay:300},null,-1),Ho=_("div",{class:"titMask",focusable:!1,showIf:"${isPlaying}",gradientBackground:{colors:["#00000000","#FF000000"],cornerRadii4:[0,0,8,8]}},null,-1),jo={focusable:!1,class:"clv_item_text_box",showIf:"${isPlaying}"},Ko={class:"playMark",focusable:!1},Zo=["type"],Jo=_("div",{class:"line",focusable:!1,showOnState:"selected",duplicateParentState:!0},null,-1),Xo=_("div",{duplicateParentState:!0,class:"nav_item_text_focused",showOnState:"focused",focusable:!1,gradientBackground:{colors:["#FF2F7CEB","#FF1163D8"],cornerRadius:40}},null,-1),ei={class:"nav_item_text",focusable:!1,duplicateParentState:!0};qo.render=function(e,i,l,r,d,f){const v=o("play-mark"),g=o("text-view"),m=o("qt-list-view");return t(),a("div",zo,[h(m,{class:s(e.className),ref:"content_list_view",clipChildren:!1,clipPadding:!1,onItemClick:e.onSItemClick,horizontal:"",blockFocusDirections:["left","right"],descendantFocusability:e.descendantFocusability,name:"content_list_view",onItemFocused:e.onSItemFocused},{default:T((()=>[_("div",{type:10001,name:"clv_item",class:"clv_item",focusable:!0,enableFocusBorder:!0,clipChildren:!1,eventClick:"",eventFocus:"",focusScale:e.focusScale},[Yo,Ho,_("div",jo,[_("div",Ko,[h(v,{style:c([{width:"28px",height:"20px"},{"margin-left":"16px"}]),markColor:"#ffffff",gap:-1,focusable:!1})]),h(g,{focusable:!1,ellipsizeMode:2,fontSize:30,gravity:"centerVertical",lines:1,maxLines:1,class:"clv_item_text",text:"${assetTitle}",paddingRect:[6,0,0,0]})])],8,$o),n(e.$slots,"item")])),_:3},8,["class","onItemClick","descendantFocusability","onItemFocused"]),u(" listview first nav "),h(m,{class:s(e.classNavName),ref:"nav_list_view",clipChildren:!1,clipPadding:!1,onItemClick:e.onFItemClick,nextFocusName:{up:"content_list_view"},horizontal:"",blockFocusDirections:["left","right"],onItemFocused:e.onFItemFocused},{default:T((()=>[_("div",{type:e.navType,name:"nav_item",class:"nav_item",focusable:!0,enableFocusBorder:!1,focusScale:"1",eventClick:"",eventFocus:"",clipChildren:!1},[Jo,Xo,_("div",ei,[h(g,{focusable:!1,ellipsizeMode:2,duplicateParentState:!0,fontSize:44,gravity:"center",lines:1,class:"text_selected",text:"${categoryname}",showOnState:["selected"]}),h(g,{focusable:!1,ellipsizeMode:2,duplicateParentState:!0,fontSize:44,gravity:"center",lines:1,maxLines:1,class:"text",text:"${categoryname}",showOnState:"focused"}),h(g,{focusable:!1,ellipsizeMode:2,duplicateParentState:!0,fontSize:44,gravity:"center",lines:1,class:"text",text:"${categoryname}",showOnState:["normal"]})])],8,Zo),n(e.$slots,"navItem")])),_:3},8,["class","onItemClick","onItemFocused"])],512)},qo.__file="src/classified-list-view/index.vue";var ti=l({name:"media-series-number-item",props:{isVip:{type:Boolean,default:!1},gradientBackground:{type:Object,default:()=>({colors:["#1AFFFFFF","#1AFFFFFF"],orientation:6,cornerRadius:8})},gradientFocusBackground:{type:Object,default:()=>({colors:["#FFFFFF","#FFFFFF"],orientation:6,cornerRadius:8})},iconGradientBackground:{type:Object,default:()=>({colors:["#FFB67827","#FFDBAF5C"],cornerRadius:4,orientation:6})},markColor:{type:String,default:"#FF4E46"},markVipColor:{type:String,default:"#FFD97C"},textColors:{type:Object,default:()=>({color:"rgba(255, 255, 255, .50)",focusColor:"rgba(0, 0, 0, 1)",selectColor:"rgba(255, 255, 255, .50)"})},textVipColors:{type:Object,default:()=>({color:"#FFD97C",focusColor:"#B67827",selectColor:"#B67827"})}}});const ai=["gradientBackground"],ni=["gradientBackground"],oi={class:"number-item-text-root-css",duplicateParentState:!0},ii={style:{position:"absolute","flex-direction":"row","justify-content":"center","align-items":"center",width:"160px",height:"80px","background-color":"transparent"},showOnState:"selected",duplicateParentState:!0},li=["gradientBackground"];ti.render=function(e,n,i,l,s,r){const d=o("play-mark"),f=o("text-view");return t(),a("div",{class:"number-item-container",focusable:!0,focusScale:1,gradientBackground:e.gradientBackground},[_("div",{class:"number-item-container-bg-focus",duplicateParentState:!0,showOnState:"focused",focusable:!1,gradientBackground:e.gradientFocusBackground},null,8,ni),u(" 文字"),_("div",oi,[_("div",ii,[h(d,{duplicateParentState:!0,flexStyle:"${normalMarkStyle}",style:{width:"24px",height:"25px",position:"absolute",left:"20px"},markColor:e.markColor},null,8,["markColor"]),h(d,{duplicateParentState:!0,flexStyle:"${vipMarkStyle}",style:{width:"24px",height:"25px",position:"absolute",left:"20px"},markColor:e.markVipColor},null,8,["markColor"])]),h(f,{duplicateParentState:!0,fontSize:36,gravity:"center",autoWidth:"",lines:1,flexStyle:"${normalTitleStyle}",class:"number-item-text-css",style:c({color:e.textColors.color,focusColor:e.textColors.focusColor,selectColor:e.textColors.selectColor}),text:"${title}"},null,8,["style"]),h(f,{duplicateParentState:!0,fontSize:36,gravity:"center",flexStyle:"${vipTitleStyle}",autoWidth:"",class:"number-item-text-vip-css",style:c({color:e.textVipColors.color,focusColor:e.textVipColors.focusColor,selectColor:e.textVipColors.selectColor}),lines:1,text:"${title}"},null,8,["style"])]),u(" vip角标 "),_("div",{class:"media-series-number-item-vip-root",showIf:"${vip.enable==true}",gradientBackground:e.iconGradientBackground},[h(f,{duplicateParentState:!0,class:"media-series-number-item-vip-text",fontSize:20,gravity:"center",text:"${vip.text}"})],8,li)],8,ai)},ti.__scopeId="data-v-4afb8987",ti.__file="src/series/item/media-series-number-item.vue";var ci=l({name:"media-series-text-item",props:{isVip:{type:Boolean,default:!1},gradientBackground:{type:Object,default:()=>({colors:["#1AFFFFFF","#1AFFFFFF"],orientation:6,cornerRadius:8})},gradientFocusBackground:{type:Object,default:()=>({colors:["#FFFFFF","#FFFFFF"],orientation:6,cornerRadius:8})},iconGradientBackground:{type:Object,default:()=>({colors:["#FFB67827","#FFDBAF5C"],cornerRadius:4,orientation:6})},markColor:{type:String,default:"#FF4E46"},markVipColor:{type:String,default:"#FFD97C"},textColors:{type:Object,default:()=>({color:"rgba(255, 255, 255, .50)",focusColor:"rgba(0, 0, 0, 1)",selectColor:"rgba(255, 255, 255, .50)"})},textVipColors:{type:Object,default:()=>({color:"#FFD97C",focusColor:"#B67827",selectColor:"#B67827"})},itemWidth:{type:Number,default:490},itemHeight:{type:Number,default:100}}});const si=["gradientBackground"],ui=["gradientBackground"],ri=["gradientBackground"];ci.render=function(e,n,i,l,s,u){const r=o("play-mark"),d=o("text-view");return t(),a("div",{class:"text-item-container",focusable:!0,focusScale:1,style:c({width:`${e.itemWidth}px`,height:`${e.itemHeight}px`}),gradientBackground:e.gradientBackground},[_("div",{class:"text-item-container-bg-focus",style:c({width:`${e.itemWidth}px`,height:`${e.itemHeight}px`}),duplicateParentState:!0,showOnState:"focused",focusable:!1,gradientBackground:e.gradientFocusBackground},null,12,ui),_("div",{class:"text-item-container-css",style:c([{width:`${e.itemWidth}px`,height:`${e.itemHeight}px`},{position:"absolute","align-items":"center","background-color":"transparent"}]),duplicateParentState:!0},[_("div",{style:c({position:"absolute",flexDirection:"row",justifyContent:"center",alignItems:"center",width:`${e.itemWidth}px`,height:`${e.itemHeight}px`,backgroundColor:"transparent"}),showOnState:"selected",duplicateParentState:!0},[h(r,{duplicateParentState:!0,flexStyle:"${normalMarkStyle}",style:{width:"24px",height:"25px",position:"absolute",left:"20px","margin-right":"10px"},markColor:e.markColor},null,8,["markColor"]),h(r,{duplicateParentState:!0,flexStyle:"${vipMarkStyle}",style:{width:"24px",height:"25px",position:"absolute",left:"20px","margin-right":"10px"},markColor:e.markVipColor},null,8,["markColor"])],4),h(d,{duplicateParentState:!0,maxLines:1,ellipsizeMode:3,flexStyle:"${normalTitleStyle}",fontSize:30,class:"text-item-text",gravity:"centerVertical",style:c({color:e.textColors.color,focusColor:e.textColors.focusColor,selectColor:e.textColors.selectColor}),text:"${title}"},null,8,["style"]),h(d,{duplicateParentState:!0,maxLines:1,ellipsizeMode:3,flexStyle:"${vipTitleStyle}",fontSize:30,class:"text-item-text-vip",gravity:"centerVertical",style:c({color:e.textVipColors.color,focusColor:e.textVipColors.focusColor,selectColor:e.textVipColors.selectColor}),text:"${title}"},null,8,["style"])],4),_("div",{class:"media-series-text-item-vip-root",showIf:"${vip.enable==true}",gradientBackground:e.iconGradientBackground},[h(d,{duplicateParentState:!0,class:"media-series-text-item-vip-text",fontSize:20,gravity:"center",text:"${vip.text}"})],8,ri)],12,si)},ci.__scopeId="data-v-4859f623",ci.__file="src/series/item/media-series-text-item.vue";var di,fi,vi=l({name:"media-series",props:{customItem:{type:Boolean,default:!1},initParam:{type:Object,default:()=>({})},height:{type:Number,default:230},scrollParam:{type:Object,default:()=>({})},groupParam:{type:Object,default:()=>({})},commonParam:{type:Object,default:()=>({})}},emits:["load-data","item-click","item-focused","group-item-focused"],setup(t,a){const n=e();let o=e(!1);const i=C();g((()=>{o.value=!t.customItem}));return{selectSeries:n,showOld:o,onLoadData:e=>{a.emit("load-data",e)},setPageData:(e,t)=>{n.value?.setPageData(e,t)},setInitData:(e,t)=>{n.value?n.value?.setInitData(e,t):jt((()=>{n.value&&n.value?.setInitData(e,t)}))},onItemClick:e=>{a.emit("item-click",e)},onItemFocused:e=>{a.emit("item-focused",e)},onGroupItemFocused:e=>{a.emit("group-item-focused",e)},scrollTo:e=>{n.value?.scrollTo(e)},scrollToWithOffset:(e,t,a)=>{n.value?.scrollToWithOffset(e,t,a)},requestFocus:e=>{n.value?.requestFocus(e)},setSelected:e=>{jt((()=>{i.isLoggable(D.DEBUG)&&i.d("media-series","--------setSelected-------\x3e>>>",e),n.value?.setSelected(e)}))},setup:()=>{n.value?.setup()},setGroupSelected:e=>{n.value?.setGroupSelected(e)},release:()=>{n.value?.release()}}}});function gi(e,t,a,n){const o=function(e,t,a,n){switch(e){case di.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT:break;case di.QT_MEDIA_SERIES_TYPE_NUMBER:return n.dataStyle?.itemHeight??80;case di.QT_MEDIA_SERIES_TYPE_TEXT:return n.dataStyle?.itemHeight??100;case di.QT_MEDIA_SERIES_TYPE_TOP_DOWN:}return-1}(e,0,0,n);switch(e){case di.QT_MEDIA_SERIES_TYPE_TOP_DOWN:case di.QT_MEDIA_SERIES_TYPE_TEXT:return{contentWidth:1740,itemGap:n?.dataStyle?.itemGap??36,initPosition:n.initPosition,contentHeight:o};case di.QT_MEDIA_SERIES_TYPE_NUMBER:return{contentWidth:1740,itemGap:n?.dataStyle?.itemGap??15.6,initPosition:n.initPosition,contentHeight:o};case di.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT:return{}}}vi.render=function(e,a,l,s,r,d){const f=o("select-series"),v=o("large-list");return e.customItem?(t(),i(f,{key:0,ref:"selectSeries",clipChildren:!1,scrollParam:e.scrollParam,groupParam:e.groupParam,commonParam:e.commonParam,display:!0,onLoadData:e.onLoadData,onItemClick:e.onItemClick,onItemFocused:e.onItemFocused,onGroupItemFocused:e.onGroupItemFocused,style:c({width:1920,height:e.height})},{default:T((()=>[n(e.$slots,"default")])),_:3},8,["scrollParam","groupParam","commonParam","onLoadData","onItemClick","onItemFocused","onGroupItemFocused","style"])):e.showOld?(t(),i(v,{key:1,ref:"selectSeries",clipChildren:!1,display:!0,initParam:e.initParam,onLoadData:e.onLoadData,onItemClick:e.onItemClick,onItemFocused:e.onItemFocused,onGroupItemFocused:e.onGroupItemFocused,style:c({width:1920,height:e.height})},null,8,["initParam","onLoadData","onItemClick","onItemFocused","onGroupItemFocused","style"])):u("v-if",!0)},vi.__file="src/series/component/media-series.vue",function(e){e.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT="leftRight",e.QT_MEDIA_SERIES_TYPE_TOP_DOWN="topDown",e.QT_MEDIA_SERIES_TYPE_TEXT="text",e.QT_MEDIA_SERIES_TYPE_NUMBER="number",e.QT_MEDIA_SERIES_TYPE_CUSTOM="custom"}(di||(di={})),function(e){e[e.QT_MEDIA_SERIES_STYLE_TYPE_DEFAULT=0]="QT_MEDIA_SERIES_STYLE_TYPE_DEFAULT",e[e.QT_MEDIA_SERIES_STYLE_TYPE_VIP=1]="QT_MEDIA_SERIES_STYLE_TYPE_VIP"}(fi||(fi={}));var mi,Ii,pi,Ti,hi=l({name:"qt-media-series",components:{"media-series-number-item":ti,"media-series-text-item":ci,"media-series":vi},emits:["load-data","item-click","item-focused","group-item-focused"],props:{itemHeight:{type:Number,default:0},gradientBackground:{type:Object,default:()=>({colors:["#1AFFFFFF","#1AFFFFFF"],orientation:6,cornerRadius:8})},gradientFocusBackground:{type:Object,default:()=>({colors:["#FFFFFF","#FFFFFF"],orientation:6,cornerRadius:8})},iconGradientBackground:{type:Object,default:()=>({colors:["#FFB67827","#FFDBAF5C"],cornerRadius:4,orientation:6})},markColor:{type:String,default:"#FF4E46"},markVipColor:{type:String,default:"#FFD97C"},textColors:{type:Object,default:()=>({color:"rgba(255, 255, 255, .5)",focusColor:"rgba(0, 0, 0, 1)",selectColor:"rgba(255, 255, 255, .5)"})},textVipColors:{type:Object,default:()=>({color:"#FFD97C",focusColor:"#B67827",selectColor:"#B67827"})},itemDivWidth:{type:Number,default:490},itemDivHeight:{type:Number,default:100}},setup(t,a){const n=e(),{clearFocus:o,requestFocusDirectly:i,setVisibility:l}=en(n),c=e(!1),s=C(),u=e(),r=e(),d=e(),f=e(),v=e(0),g=e(!1),m=e(di.QT_MEDIA_SERIES_TYPE_NUMBER);let I;return{isVip:g,seriesType:m,params:u,commonParams:r,scrollParams:d,groupParams:f,mediaSeriesRef:n,show:c,height:v,onLoadData:e=>{a.emit("load-data",e)},setInitData:(e,a,o,i)=>{m.value=e,I=i,di.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT!==e?(r.value=gi(e,0,0,i),d.value=function(e,t,a,n){if(e===di.QT_MEDIA_SERIES_TYPE_NUMBER)return{scrollType:1,pageDisplayCount:10,paddingForPageLeft:0,paddingForPageRight:0}}(e),f.value=function(e,t,a,n){const o={};if(t.enable){switch(e){case di.QT_MEDIA_SERIES_TYPE_NUMBER:o.groupSize=10;break;case di.QT_MEDIA_SERIES_TYPE_TEXT:o.groupSize=3;break;default:o.groupSize=t.size}const n=t.groupStyle;n&&(n.groupMarginLeft&&(o.groupMarginLeft=n.groupMarginLeft),n.itemWidth&&(o.itemWidth=n.itemWidth),n.itemHeight&&(o.itemHeight=n.itemHeight),n.itemGap&&(o.itemGap=n.itemGap),n.mark&&(o.mark=n.mark)),a==fi.QT_MEDIA_SERIES_STYLE_TYPE_VIP?(o.textColor=n?.textVipColor??{normal:"#80FFFFFF",focused:"#603314",selected:"#FFD97C"},o.focusBackground=n?.focusVipBackground??{orientation:"LEFT_RIGHT",cornerRadius:[40,40,40,40],color:["#FFE398","#EEB364"],padding:[34,6]},o.mark=n?.mark??{color:"#FFD97C"}):n&&(n.textColor&&(o.textColor=n.textColor),n.focusBackground&&(o.focusBackground=n.focusBackground),n.background&&(o.background=n.background))}return o}(e,a,o),di.QT_MEDIA_SERIES_TYPE_CUSTOM==e?v.value=t.itemHeight+(a.enable?70:0):v.value=function(e,t,a,n){switch(e){case di.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT:break;case di.QT_MEDIA_SERIES_TYPE_NUMBER:return 80+(t.enable?70:0);case di.QT_MEDIA_SERIES_TYPE_TEXT:return 100+(t.enable?70:0);case di.QT_MEDIA_SERIES_TYPE_TOP_DOWN:}return-1}(e,a),jt((()=>{n.value&&n.value?.setInitData(i.totalCount,i.pageSize)})),s.isLoggable(D.DEBUG)&&s.d("MediaSeries","----setInitData----\x3e>>>",v.value)):(u.value=function(e,t,a,n){const o=a==fi.QT_MEDIA_SERIES_STYLE_TYPE_VIP;let i={initPosition:n.initPosition,contentWidth:1740,contentHeight:160,itemGap:36,enableGroup:t.enable,groupSize:t.size,groupHeight:46,groupTopMargin:24,group:null,template:null};return i.template={titleSize:28,floatTitleSize:20,isFree:!o,type:"leftRight",width:560,height:160,focusScale:1.1},i.template.extra={imgWidth:268,imgHeight:160,textColor:{normal:"#80FFFFFF",focused:o?"#FFD97C":"#ffffffff",selected:o?"#FFD97C":"#ffffffff"},cornerBgColor:{orientation:"LEFT_RIGHT",cornerRadius:[4,4,4,4],color:["#B67827","#DBAF5C"]}},i.group={itemWidth:85,itemHeight:46,itemGap:50,textSize:30,textColor:{normal:"#80FFFFFF",focused:o?"#603314":"#000000",selected:o?"#FFD97C":"#F5F5F5"},focusBackground:{orientation:"LEFT_RIGHT",cornerRadius:[40,40,40,40],color:[o?"#FFE398":"#F5F5F5",o?"#EEB364":"#F5F5F5"],padding:[34,6]},mark:{color:o?"#FFD97C":"#FFFFFF"}},i}(0,a,o,i),v.value=function(e,t,a,n,o){return t.enable?o.value.template.height+o.value.groupHeight+o.value.groupTopMargin:o.value.template.height}(0,a,0,0,u),u.value.totalCount=i.totalCount,u.value.pageSize=i.pageSize),c.value=!0},setPageData:(e,t)=>{let a=t;m.value==di.QT_MEDIA_SERIES_TYPE_NUMBER?a=function(e,t,a){const n=[];if(a.length>0){const o={width:160,height:80},i={width:0,height:0},l={width:24,height:25};a.forEach(((a,c)=>{let s=e*t+c+1,u=s>9?""+s:"0"+s;const r={id:a.id,title:u,vip:a.vip};a.vip&&a.vip.enable?(r.vipTitleStyle=o,r.vipMarkStyle=l,r.normalTitleStyle=i,r.normalMarkStyle=i):(r.vipTitleStyle=i,r.vipMarkStyle=i,r.normalTitleStyle=o,r.normalMarkStyle=l),n.push(r)}))}return n}(e,I.pageSize,t):m.value==di.QT_MEDIA_SERIES_TYPE_TEXT?a=function(e,t,a){if(a.length>0){const e={width:373,height:100},t={width:0,height:0},n={width:24,height:25};a.forEach(((a,o)=>{a.vip&&a.vip.enable?(a.vipTitleStyle=a?.vipTitleStyle??e,a.vipMarkStyle=a?.vipMarkStyle??n,a.normalTitleStyle=t,a.normalMarkStyle=t):(a.vipTitleStyle=t,a.vipMarkStyle=t,a.normalTitleStyle=a?.normalTitleStyle??e,a.normalMarkStyle=a?.normalMarkStyle??n)}))}return a}(0,I.pageSize,t):(m.value==di.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT||m.value==di.QT_MEDIA_SERIES_TYPE_TOP_DOWN)&&(a=function(e,t,a){return a}(0,I.pageSize,t)),n.value?.setPageData(e,a)},onItemClick:e=>{a.emit("item-click",e)},onItemFocused:e=>{a.emit("item-focused",e)},onGroupItemFocused:e=>{a.emit("group-item-focused",e)},scrollTo:e=>{n.value?.scrollTo(e)},scrollToWithOffset:(e,t)=>{n.value?.scrollToWithOffset(e,t,!1)},requestFocus:e=>{n.value?.requestFocus(e)},setSelected:e=>{n.value?.setSelected(e)},setup:()=>{n.value?.setup()},setGroupSelected:e=>{n.value?.setGroupSelected(e)},release:()=>{n.value?.release(),c.value=!1},blockRootFocus:()=>{n.value&&P.callUIFunction(n.value,"blockRootFocus",[])},unBlockRootFocus:()=>{n.value&&P.callUIFunction(n.value,"unBlockRootFocus",[])},clearFocus:o,requestFocusDirectly:i,setVisibility:l}}});hi.render=function(e,a,l,c,s,r){const d=o("media-series-number-item"),f=o("media-series-text-item"),v=o("media-series");return e.show?(t(),i(v,{key:0,ref:"mediaSeriesRef",clipChildren:!1,"init-param":e.params,height:e.height,"custom-item":"leftRight"!==e.seriesType,"scroll-param":e.scrollParams,"group-param":e.groupParams,"common-param":e.commonParams,onLoadData:e.onLoadData,onItemClick:e.onItemClick,onItemFocused:e.onItemFocused,onGroupItemFocused:e.onGroupItemFocused},{default:T((()=>["number"===e.seriesType?(t(),i(d,{key:0,"is-vip":e.isVip,"gradient-background":e.gradientBackground,"gradient-focus-background":e.gradientFocusBackground,"mark-color":e.markColor,"mark-vip-color":e.markVipColor,"icon-gradient-background":e.iconGradientBackground,"text-colors":e.textColors,"text-vip-colors":e.textVipColors},null,8,["is-vip","gradient-background","gradient-focus-background","mark-color","mark-vip-color","icon-gradient-background","text-colors","text-vip-colors"])):"text"===e.seriesType?(t(),i(f,{key:1,"is-vip":e.isVip,"gradient-background":e.gradientBackground,"gradient-focus-background":e.gradientFocusBackground,"mark-color":e.markColor,"mark-vip-color":e.markVipColor,"icon-gradient-background":e.iconGradientBackground,"item-height":e.itemDivHeight,"item-width":e.itemDivWidth,"text-colors":e.textColors,"text-vip-colors":e.textVipColors},null,8,["is-vip","gradient-background","gradient-focus-background","mark-color","mark-vip-color","icon-gradient-background","item-height","item-width","text-colors","text-vip-colors"])):"custom"===e.seriesType?n(e.$slots,"default",{key:2}):u("v-if",!0)])),_:3},8,["init-param","height","custom-item","scroll-param","group-param","common-param","onLoadData","onItemClick","onItemFocused","onGroupItemFocused"])):u("v-if",!0)},hi.__file="src/series/index.vue",function(e){e[e.QT_ACCELERATE_DECELERATE_INTERPOLATOR=1]="QT_ACCELERATE_DECELERATE_INTERPOLATOR",e[e.QT_ACCELERATE_INTERPOLATOR=2]="QT_ACCELERATE_INTERPOLATOR",e[e.QT_ANTICIPATE_INTERPOLATOR=3]="QT_ANTICIPATE_INTERPOLATOR",e[e.QT_ANTICIPATE_OVERSHOOT_INTERPOLATOR=4]="QT_ANTICIPATE_OVERSHOOT_INTERPOLATOR",e[e.QT_BOUNCE_INTERPOLATOR=5]="QT_BOUNCE_INTERPOLATOR",e[e.QT_CYCLE_INTERPOLATOR=6]="QT_CYCLE_INTERPOLATOR",e[e.QT_DECELERATE_INTERPOLATOR=7]="QT_DECELERATE_INTERPOLATOR",e[e.QT_LINEAR_INTERPOLATOR=8]="QT_LINEAR_INTERPOLATOR",e[e.QT_OVERSHOOT_INTERPOLATOR=9]="QT_OVERSHOOT_INTERPOLATOR",e[e.QT_FAST_OUT_LINEAR_IN_INTERPOLATOR=10]="QT_FAST_OUT_LINEAR_IN_INTERPOLATOR",e[e.QT_FAST_OUT_SLOW_IN_INTERPOLATOR=11]="QT_FAST_OUT_SLOW_IN_INTERPOLATOR",e[e.QT_PATH_INTERPOLATOR=12]="QT_PATH_INTERPOLATOR"}(mi||(mi={})),function(e){e.QT_ANIMATION_PROPERTY_NAME_ALPHA="alpha",e.QT_ANIMATION_PROPERTY_NAME_ROTATION="rotation",e.QT_ANIMATION_PROPERTY_NAME_ROTATION_X="rotationX",e.QT_ANIMATION_PROPERTY_NAME_ROTATION_Y="rotationY",e.QT_ANIMATION_PROPERTY_NAME_ROTATION_Z="rotationZ",e.QT_ANIMATION_PROPERTY_NAME_SCALE_X="scaleX",e.QT_ANIMATION_PROPERTY_NAME_SCALE_Y="scaleY",e.QT_ANIMATION_PROPERTY_NAME_SCALE_Z="scaleZ",e.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X="translationX",e.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y="translationY",e.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z="translationZ"}(Ii||(Ii={})),function(e){e[e.QT_ANIMATION_REPEAT_MODE_RESTART=1]="QT_ANIMATION_REPEAT_MODE_RESTART",e[e.QT_ANIMATION_REPEAT_MODE_REVERSE=2]="QT_ANIMATION_REPEAT_MODE_REVERSE",e[e.QT_ANIMATION_REPEAT_MODE_INFINITE=-1]="QT_ANIMATION_REPEAT_MODE_INFINITE"}(pi||(pi={})),function(e){e.QT_ANIMATION_VALUE_TYPE_INT="ofInt",e.QT_ANIMATION_VALUE_TYPE_FLOAT="ofFloat"}(Ti||(Ti={}));const _i="QTCollapse";var Si=Ia({name:"qt-collapse",emits:["onCollapseItemExpand"],setup(t,a){const n=C(),o=e();let i,l,c=e();const s=e(0),u=e(0);let r=200;const f={};const v={};function g(e){return v[`${e}`]}function m(e,t){const o=i[e],l=o.__y,c=u.value-o.height-l;n.isLoggable(D.DEBUG)&&n.d(_i,"-------expandItem-------\x3e>>>",e,c,l);let s=0;for(let a=i.length-1;a>=0;a--){const o=i[a];o.height;const l=o.collapseHeight;a<e&&(s+=l);try{const t=p(a);t&&t.onCollapseItemExpand(a==e)}catch(e){}const u=g(a);u&&(n.isLoggable(D.DEBUG)&&n.d(_i,"-------expandItem----translationY---\x3e>>>",o,a,o.__translationY,c+s),I(a+"",o,u,o.__translationY,c+s,t))}try{a.emit("onCollapseItemExpand",e,o)}catch(e){}}function I(e,t,a,n,o,i){a.objectAnimator2(e,Ti.QT_ANIMATION_VALUE_TYPE_FLOAT,Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y,n,o,i,-1,0,!1,!1),a.startAnimator(e),t.__translationY=o}function p(e){return f[`${e}`]}return{collapseItemComponentList:c,initComponentRef:function(e,t,a){e&&(f[`${a}`]=e)},initAnimComponentRef:function(e,t,a){e&&(v[`${a}`]=e)},init:function(e){c.value=a.slots.default&&a.slots.default(),l=e.defaultIndex??0,i=e.itemList,s.value=e.width,u.value=e.height,r=e.expandDuration??200,l<0&&(l=0),l>=i.length&&(l=i.length-1),function(){if(!i||i.length<=0)return;const e=i.length;let t=0;for(let a=e-1;a>=0;a--){const e=i[a];t+=e.height,e.__y=u.value-t,e.__translationY=0}n.isLoggable(D.DEBUG)&&n.d(_i,"----initCollapseItem----\x3e>>>",i)}(),d((()=>{m(l,0)}))},getItem:p,expandItem:function(e){m(e,r)},collapse:function(){const e=i.length,t=i[e-1],a=t.__y,n=u.value-t.height-a;let o=0;for(let t=e-1;t>=0;t--){const e=i[t];o+=e.collapseHeight;try{const e=p(t);e&&e.onCollapseItemExpand(!1)}catch(e){}const a=g(t);a&&I(t+"",e,a,e.__translationY,n+o,0)}},expand:function(){for(let e=i.length-1;e>=0;e--){const t=i[e];try{const t=p(e);t&&t.onCollapseItemExpand(!0)}catch(e){}const a=g(e);a&&I(e+"",t,a,t.__translationY,0,0)}},collapseWidth:s,collapseHeight:u,viewRef:o,...en(o)}}});function Fi(e,t,a=!0){let n=e.length;a?e.map(((e,a)=>{a!==n-1&&(e.decoration={bottom:t})})):e.map(((e,a)=>{a!==n-1&&(e.decoration={right:t})}))}function bi(t){const a=l({props:{loadMore:{type:Function,default:function(){return[1,1]}},openPage:{type:Boolean,default:!1},preloadNo:{type:Number,default:0},defaultFocus:{type:Number,default:-1},loadingDecoration:{type:Object,default:()=>({bottom:18,right:30,left:30})},listData:{type:Array,required:!1}},emits:["item-click","scroll","item-focused","item-attached","item-detached","item-bind","item-unbind","load-more","scroll-state-changed","focus-search-failed","scrollYGreaterReference","scrollYLesserReference"],setup(t,a){const n=e();let o=0,i=!1,l=$n(),c=[],s=null,u=!1,r=!0;const d=()=>t.listData||l.value,f=e=>{t.defaultFocus>-1&&e.length&&t.defaultFocus<e.length&&r&&(clearTimeout(s),s=setTimeout((()=>{D(t.defaultFocus)}),300+10*e.length))},{scrollToPosition:T,setSelectChildPosition:h}=Yn(n),{requestChildFocus:_}=en(n);g((()=>{d().length&&n.value&&!u&&!c.length&&(c=d(),P.callUIFunction(n.value,"setListData",v(d())),f(c))})),m((()=>{l.value.splice(0)}));let S=0;const F=[{_id:"",type:1002,decoration:t.loadingDecoration}],b=()=>{t.openPage&&0===S&&c.length>0&&!i&&(P.callUIFunction(n.value,"addListData",F),S=c.length)},E=(e=!1)=>{S>0&&(e?P.callUIFunction(n.value,"updateItem",[S,{text:"",type:1003,decoration:{}}]):(P.callUIFunction(n.value,"deleteItemRange",[S,1]),S=0))};let N=null;const y=()=>{i=!1,o=0},R=()=>{!i&&t.loadMore&&(t.listData?c.length>0&&(o++,t.loadMore(o)):(o++,t.loadMore(o)))};I((()=>{t.openPage&&!t.listData&&(y(),R())}));const L=Bn(d(),{resetValue(e){c=e,u=!0},init(e){n.value&&(P.callUIFunction(n.value,"setListData",e.concat(t.openPage&&c.length>0&&!i?(S=c.length,F):[])),y(),t.listData&&(o=1),f(e))},add(e){P.callUIFunction(n.value,"addListData",e),E(),b()},update(e,t){Ln(1,t.datas).forEach(((e,t)=>{const a=Array.isArray(t)?Number(t[0]):Number(t);P.callUIFunction(n.value,"updateItem",[a,e])}))},insert(e,t){P.callUIFunction(n.value,"insertItemRange",[e,t]),E(),b()},delete(e,t){P.callUIFunction(n.value,"deleteItemRange",[e,t]),S>0&&(S=c.length)},clear(){P.callUIFunction(n.value,"setListData",[]),S=0}}),C=(e,t)=>{h(e,t)},D=e=>{T(e),U(e)},U=e=>{_(e),P.callUIFunction(n.value,"requestChildFocus",[e])};p((()=>{L?.stop(),y(),clearTimeout(s),clearTimeout(N)}));const x=(e,t)=>{for(let a=0;a<e.length;a++){const n=e[a];n.name=t>=0?"name"+t+a:"name"+a,n.list&&n.list.length>0&&x(n.list,a)}};return a.expose({viewRef:n,init:(e,a)=>t.listData?[]:e?(r=!a,l.value=e,l.value):l.value,scrollToFocused:D,scrollToSelected:(e,t)=>{T(e),C(e,t)},setItemFocused:U,setItemSelected:C,stopPage:(e=!1)=>{i=!0,N=setTimeout((()=>{i=!0,E(e)}),20)},updateItemName:x,hasChanged:(e,t)=>e!==t&&(e==e||t==t),...en(n),...Yn(n)}),()=>{const e=a.slots.default&&a.slots.default();return A("FastListView",{ref:n,onItemClick:e=>{a.emit("item-click",e)},onScroll:e=>{a.emit("scroll",e)},onItemFocused:e=>{a.emit("item-focused",e)},onAttachedToWindow:e=>{a.emit("item-attached",e)},onDetachedFromWindow:e=>{a.emit("item-detached",e)},onBindItem:e=>{if(t.openPage&&!i){let a=t.preloadNo;(a<0||a>=c.length)&&(a=0),e.position==c.length-1-a&&R()}a.emit("item-bind",e)},onUnbindItem:e=>{a.emit("item-unbind",e)},onLoadMore:e=>{a.emit("load-more",e)},onScrollStateChanged:e=>{a.emit("scroll-state-changed",e)},onFocusSearchFailed:e=>{a.emit("focus-search-failed",e)},onScrollYGreaterReference:e=>{a.emit("scrollYGreaterReference",e)},onScrollYLesserReference:e=>{a.emit("scrollYLesserReference",e)}},e)}}});t.component("qt-list-view",a)}function Ei(t){L("IndicatorListView",{component:{name:"IndicatorListView",processEventData(e,t){const{handler:a,__evt:n}=e;switch(n){case"onItemClick":t&&(a.position=t.position,a.index=t.index,a.item=t.item,a.name=t.name,a.parentPosition=t.parentPosition);break;case"onItemFocused":t&&(a.position=t.position,a.index=t.index,a.hasFocus=t.hasFocus,a.isFocused=t.hasFocus,a.item=t.item,a.name=t.name,a.parentPosition=t.parentPosition);break;case"onBindItem":case"onAttachedToWindow":case"onDetachedFromWindow":t&&(a.position=t.position,a.pageIndex=t.pageIndex,a.name=t.name,a.item=t.item);break;case"onUnbindItem":t&&(a.position=t.position,a.name=t.name);break;case"onScroll":t&&(a.offsetX=t.contentOffset.x,a.offsetY=t.contentOffset.y);break;case"onScrollOffset":t&&(a.offsetY=t.y);break;case"onScrollStateChanged":t&&(a.offsetX=t.contentOffset.x,a.offsetY=t.contentOffset.y,a.oldState=t.state.oldState,a.newState=t.state.newState);break;case"onChildFocus":t&&(a.child={index:t.child.index,id:t.child.id,name:t.child.name,position:t.child.position},a.focused={id:t.child.id,name:t.child.name});break;case"onChildSelect":t&&(a.child={index:t.child.index,id:t.child.id,name:t.child.name,position:t.child.position});break;case"onFocusSearchFailed":t&&(a.child={index:t.child.index,id:t.child.id,name:t.child.name,position:t.child.position},a.focused={id:t.child.id,name:t.child.name},a.direction=t.direction);break;case"onLoadMore":t&&(a.name=t.name,a.isLastLine=t.isLastLine,a.itemCount=t.itemCount,a.position=t.position)}return a}}});const a=l({props:{loadMore:{type:Function,default:function(){return[1,1]}},openPage:{type:Boolean,default:!1},preloadNo:{type:Number,default:0},defaultFocus:{type:Number,default:-1},loadingDecoration:{type:Object,default:()=>({bottom:18,right:30,left:30})},listData:{type:Array,required:!1}},emits:["item-click","scroll","item-focused","item-attached","item-detached","item-bind","item-unbind","load-more","scroll-state-changed","focus-search-failed","scrollYGreaterReference","scrollYLesserReference"],setup(t,a){const n=e();let o=0,i=!1,l=$n(),c=[],s=null,u=!1,r=!0;const d=()=>t.listData||l.value,f=e=>{t.defaultFocus>-1&&e.length&&t.defaultFocus<e.length&&r&&(clearTimeout(s),s=setTimeout((()=>{D(t.defaultFocus)}),300+10*e.length))},{scrollToPosition:T,setSelectChildPosition:h}=Yn(n),{requestChildFocus:_}=en(n);g((()=>{d().length&&n.value&&!u&&!c.length&&(c=d(),P.callUIFunction(n.value,"setListData",v(d())),f(c))})),m((()=>{l.value.splice(0)}));let S=0;const F=[{_id:"",type:1002,decoration:t.loadingDecoration}],b=()=>{t.openPage&&0===S&&c.length>0&&!i&&(P.callUIFunction(n.value,"addListData",F),S=c.length)},E=(e=!1)=>{S>0&&(e?P.callUIFunction(n.value,"updateItem",[S,{text:"",type:1003,decoration:{}}]):(P.callUIFunction(n.value,"deleteItemRange",[S,1]),S=0))};let N=null;const y=()=>{i=!1,o=0},R=()=>{!i&&t.loadMore&&(t.listData?c.length>0&&(o++,t.loadMore(o)):(o++,t.loadMore(o)))};I((()=>{t.openPage&&!t.listData&&(y(),R())}));const L=Bn(d(),{resetValue(e){c=e,u=!0},init(e){n.value&&(P.callUIFunction(n.value,"setListData",e.concat(t.openPage&&c.length>0&&!i?(S=c.length,F):[])),y(),t.listData&&(o=1),f(e))},add(e){P.callUIFunction(n.value,"addListData",e),E(),b()},update(e,t){Ln(1,t.datas).forEach(((e,t)=>{const a=Array.isArray(t)?Number(t[0]):Number(t);P.callUIFunction(n.value,"updateItem",[a,e])}))},insert(e,t){P.callUIFunction(n.value,"insertItemRange",[e,t]),E(),b()},delete(e,t){P.callUIFunction(n.value,"deleteItemRange",[e,t]),S>0&&(S=c.length)},clear(){P.callUIFunction(n.value,"setListData",[]),S=0}}),C=(e,t)=>{h(e,t)},D=e=>{T(e),U(e)},U=e=>{_(e),P.callUIFunction(n.value,"requestChildFocus",[e])};p((()=>{L?.stop(),y(),clearTimeout(s),clearTimeout(N)}));const x=(e,t)=>{for(let a=0;a<e.length;a++){const n=e[a];n.name=t>=0?"name"+t+a:"name"+a,n.list&&n.list.length>0&&x(n.list,a)}};return a.expose({viewRef:n,init:(e,a)=>t.listData?[]:e?(r=!a,l.value=e,l.value):l.value,scrollToFocused:D,scrollToSelected:(e,t)=>{T(e),C(e,t)},setItemFocused:U,setItemSelected:C,stopPage:(e=!1)=>{i=!0,N=setTimeout((()=>{i=!0,E(e)}),20)},updateItemName:x,hasChanged:(e,t)=>e!==t&&(e==e||t==t),...en(n),...Yn(n)}),()=>{const e=a.slots.default&&a.slots.default();return A("IndicatorListView",{ref:n,onItemClick:e=>{a.emit("item-click",e)},onScroll:e=>{a.emit("scroll",e)},onItemFocused:e=>{a.emit("item-focused",e)},onAttachedToWindow:e=>{a.emit("item-attached",e)},onDetachedFromWindow:e=>{a.emit("item-detached",e)},onBindItem:e=>{if(t.openPage&&!i){let a=t.preloadNo;(a<0||a>=c.length)&&(a=0),e.position==c.length-1-a&&R()}a.emit("item-bind",e)},onUnbindItem:e=>{a.emit("item-unbind",e)},onLoadMore:e=>{a.emit("load-more",e)},onScrollStateChanged:e=>{a.emit("scroll-state-changed",e)},onFocusSearchFailed:e=>{a.emit("focus-search-failed",e)},onScrollYGreaterReference:e=>{a.emit("scrollYGreaterReference",e)},onScrollYLesserReference:e=>{a.emit("scrollYLesserReference",e)}},e)}}});t.component("qt-indicator-list-view",a)}Si.render=function(e,n,l,s,u,r){const d=o("qt-animation");return t(),a("div",{class:"qt-collapse-root-css",ref:"viewRef",clipChildren:!1,clipPadding:!1,style:c({width:e.collapseWidth,height:e.collapseHeight})},[(t(!0),a(N,null,y(e.collapseItemComponentList,((a,n)=>(t(),i(d,{ref_for:!0,ref:t=>e.initAnimComponentRef(t,a,n),class:"qt-collapse-item-css"},{default:T((()=>[(t(),i(R(a),{key:a.name,class:"qt-collapse-item-css",ref_for:!0,ref:t=>e.initComponentRef(t,a,n)}))])),_:2},1536)))),256))],4)},Si.__scopeId="data-v-4feca809",Si.__file="src/collapse/index.vue";const Ni="ExtendModule",yi="callUIFunction",Ri="callUIFunctionWithPromise",Ai=e=>"string"==typeof e;function Pi(){const e={requestFocus:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"requestFocus",[t]]):Pt(e)&&e.value?.requestFocus(t)},requestChildFocus:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"requestChildFocus",[t]]):Pt(e)&&e.value?.requestChildFocus(t)},clearFocus:function(e){Ai(e)?P.callNative(Ni,yi,[e,"clearFocus",[]]):Pt(e)&&e.value?.clearFocus()},requestFocusDirectly:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"requestFocusDirectly",[t]]):Pt(e)&&e.value?.requestFocusDirectly(t)},setVisibility:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"changeVisibility",[t]]):Pt(e)&&e.value?.setVisibility(t)},requestRootLayout:function(e){Ai(e)?P.callNative(Ni,yi,[e,"requestRootLayout",[]]):Pt(e)&&e.value?.requestRootLayout()},requestLayout:function(e){Ai(e)?P.callNative(Ni,yi,[e,"requestLayout",[]]):Pt(e)&&e.value?.requestLayout()},setDescendantFocusability:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDescendantFocusability",[t]]):Pt(e)&&e.value?.setDescendantFocusability(t)},changeDescendantFocusability:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"changeDescendantFocusability",[t]]):Pt(e)&&e.value?.changeDescendantFocusability(t)},forceUpdateRenderNode:function(e){Ai(e)?P.callNative(Ni,yi,[e,"forceUpdateRenderNode",[]]):Pt(e)&&e.value?.forceUpdateRenderNode()},setBackGroundColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setBackGroundColor",[t]]):Pt(e)&&e.value?.setBackGroundColor(t)},layoutViewManual:function(e){Ai(e)?P.callNative(Ni,yi,[e,"layoutViewManual",[]]):Pt(e)&&e.value?.layoutViewManual()},blockRootFocus:function(e){Ai(e)?P.callNative(Ni,yi,[e,"blockRootFocus",[]]):Pt(e)&&e.value?.blockRootFocus()},unBlockRootFocus:function(e){Ai(e)?P.callNative(Ni,yi,[e,"unBlockRootFocus",[]]):Pt(e)&&e.value?.unBlockRootFocus()},changeAlpha:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"changeAlpha",[t]]):Pt(e)&&e.value?.changeAlpha(t)},setScale:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"setScale",[t,a,n]]):Pt(e)&&e.value?.setScale(t,a,n)},setPosition:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"setPosition",[t,a,n]]):Pt(e)&&e.value?.setPosition(t,a,n)},updateLayout:function(e,t,a,n,o){Ai(e)?P.callNative(Ni,yi,[e,"updateLayout",[t,a,n,o]]):Pt(e)&&e.value?.updateLayout(t,a,n,o)},invalidate:function(e){Ai(e)?P.callNative(Ni,yi,[e,"invalidate",[]]):Pt(e)&&e.value?.invalidate()},dispatchFunctionForTarget:function(e,t,a,n,o){Ai(e)?P.callNative(Ni,yi,[e,"dispatchFunctionForTarget",[t,a,n,o]]):Pt(e)&&e.value?.dispatchFunctionForTarget(t,a,n,o)},setBlockFocusDirections:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setBlockFocusDirections",[t]]):Pt(e)&&e.value?.setBlockFocusDirections(t)},setBlockFocusDirectionsOnFail:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setBlockFocusDirectionsOnFail",[t]]):Pt(e)&&e.value?.setBlockFocusDirectionsOnFail(t)},setInitFocus:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"setInitFocus",[t,a]]):Pt(e)&&e.value?.setInitFocus(t,a)},setAutoFocus:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"setAutoFocus",[t,a]]):Pt(e)&&e.value?.setAutoFocus(t,a)},enabledAutofocus:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAutoFocus",[t]]):Pt(e)&&e.value?.enabledAutofocus(t)},requestAutofocus:function(e){Ai(e)?P.callNative(Ni,yi,[e,"requestAutofocus",[]]):Pt(e)&&e.value?.requestAutofocus()},hasFocus:function(e){return Ai(e)?new Promise(((t,a)=>{P.callNative(Ni,Ri,[e,"hasFocus",[]],(e=>{t(e)}))})):Pt(e)&&e.value?e.value.hasFocus():Promise.reject()},isFocused:function(e){return Ai(e)?new Promise(((t,a)=>{P.callNative(Ni,Ri,[e,"isFocused",[]],(e=>{t(e)}))})):Pt(e)&&e.value?e.value.isFocused():Promise.reject()},getLocationOnScreen:function(e){return Ai(e)?new Promise(((t,a)=>{P.callNative(Ni,Ri,[e,"getLocationOnScreen",[]],(e=>{t(e)}))})):Pt(e)&&e.value?e.value.getLocationOnScreen():Promise.reject()},getViewState:function(e){return Ai(e)?new Promise(((t,a)=>{P.callNative(Ni,Ri,[e,"getViewState",[]],(e=>{t(e)}))})):Pt(e)&&e.value?e.value.getViewState():Promise.reject()},getChildViewState:function(e,t){return Ai(e)?new Promise(((a,n)=>{P.callNative(Ni,Ri,[e,"getChildViewState",[t]],(e=>{a(e)}))})):Pt(e)&&e.value?e.value.getChildViewState(t):Promise.reject()}},t={scrollToIndex:function(e,t,a,n,o,i){Ai(e)?P.callNative(Ni,yi,[e,"scrollToIndex",[t,a,n,o,i]]):Pt(e)&&e.value?.scrollToIndex(t,a,n,o,i)},startScroll:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"startScroll",[t]]):Pt(e)&&e.value?.startScroll(t)},setSelectChildPosition:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"setSelectChildPosition",[t,a]]):Pt(e)&&e.value?.setSelectChildPosition(t,a)},scrollToPositionWithOffset:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"scrollToPositionWithOffset",[t,a,n]]):Pt(e)&&e.value?.scrollToPositionWithOffset(t,a,n)},scrollToPositionWithOffsetInfiniteMode:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"scrollToPositionWithOffsetInfiniteMode",[t,a,n]]):Pt(e)&&e.value?.scrollToPositionWithOffsetInfiniteMode(t,a,n)},scrollToPosition:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"scrollToPosition",[t,a]]):Pt(e)&&e.value?.scrollToPosition(t,a)},refreshListData:function(e){Ai(e)?P.callNative(Ni,yi,[e,"refreshListData",[]]):Pt(e)&&e.value?.refreshListData()},updateItemTraverse:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"updateItem",[t,a,n]]):Pt(e)&&e.value?.updateItemTraverse(t,a,n)},requestItemLayout:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"requestItemLayout",[t]]):Pt(e)&&e.value?.requestItemLayout(t)},updateItemRange:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"updateItemRange",[t,a,n]]):Pt(e)&&e.value?.updateItemRange(t,a,n)},insertItemRange:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"insertItemRange",[t,a]]):Pt(e)&&e.value?.insertItemRange(t,a)},updateItemMatched:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"updateItemMatched",[t,a]]):Pt(e)&&e.value?.updateItemMatched(t,a)},updateItemMatchedByKey:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"updateItemMatched",[t,a,n]]):Pt(e)&&e.value?.updateItemMatchedByKey(t,a,n)},deleteItemRange:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"deleteItemRange",[t,a]]):Pt(e)&&e.value?.deleteItemRange(t,a)},setListData:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setListData",[t]]):Pt(e)&&e.value?.setListData(t)},setListDataWithParams:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"setListDataWithParams",[t,a,n]]):Pt(e)&&e.value?.setListDataWithParams(t,a,n)},addListData:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setListDataWithParams",[t]]):Pt(e)&&e.value?.addListData(t)},addListDataWithParams:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"addListDataWithParams",[t,a]]):Pt(e)&&e.value?.addListDataWithParams(t,a)},destroy:function(e){Ai(e)?P.callNative(Ni,yi,[e,"destroy",[]]):Pt(e)&&e.value?.destroy()},recycle:function(e){Ai(e)?P.callNative(Ni,yi,[e,"recycle",[]]):Pt(e)&&e.value?.recycle()},scrollToTop:function(e){Ai(e)?P.callNative(Ni,yi,[e,"scrollToTop",[]]):Pt(e)&&e.value?.scrollToTop()},scrollToFocus:function(e,t,a,n,o){Ai(e)?P.callNative(Ni,yi,[e,"scrollToFocus",[t,a,n,o]]):Pt(e)&&e.value?.scrollToFocus(t,a,n,o)},prepareForRecycle:function(e){Ai(e)?P.callNative(Ni,yi,[e,"prepareForRecycle",[]]):Pt(e)&&e.value?.prepareForRecycle()},setDisplay:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDisplay",[t]]):Pt(e)&&e.value?.setDisplay(t)},changeDisplayState:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"changeDisplayState",[t,a]]):Pt(e)&&e.value?.changeDisplayState(t,a)},notifySaveInstance:function(e){Ai(e)?P.callNative(Ni,yi,[e,"notifySaveInstance",[]]):Pt(e)&&e.value?.notifySaveInstance()},notifyRestoreInstance:function(e){Ai(e)?P.callNative(Ni,yi,[e,"notifyRestoreInstance",[]]):Pt(e)&&e.value?.notifyRestoreInstance()},updateItemProps:function(e,t,a,n,o){Ai(e)?P.callNative(Ni,yi,[e,"updateItemProps",[t,a,n,o]]):Pt(e)&&e.value?.updateItemProps(t,a,n,o)},dispatchItemFunction:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"dispatchItemFunction",[t]]):Pt(e)&&e.value?.dispatchItemFunction(t)},clearPostTask:function(e){Ai(e)?P.callNative(Ni,yi,[e,"clearPostTask",[]]):Pt(e)&&e.value?.clearPostTask()},clearPostTaskByCate:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"clearPostTaskByCate",[t]]):Pt(e)&&e.value?.clearPostTaskByCate(t)},clearData:function(e){Ai(e)?P.callNative(Ni,yi,[e,"clearData",[]]):Pt(e)&&e.value?.clearData()},pausePostTask:function(e){Ai(e)?P.callNative(Ni,yi,[e,"pausePostTask",[]]):Pt(e)&&e.value?.pausePostTask()},resumePostTask:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resumePostTask",[]]):Pt(e)&&e.value?.resumePostTask()},requestLayoutManual:function(e){Ai(e)?P.callNative(Ni,yi,[e,"requestLayoutManual",[]]):Pt(e)&&e.value?.requestLayoutManual()},setSpanCount:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSpanCount",[t]]):Pt(e)&&e.value?.setSpanCount(t)},searchReplaceItem:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"searchReplaceItem",[t,a]]):Pt(e)&&e.value?.searchReplaceItem(t,a)},setCustomStateEnableOnFocus:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"setCustomStateEnableOnFocus",[t,a]]):Pt(e)&&e.value?.setCustomStateEnableOnFocus(t,a)},setItemCustomState:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"setItemCustomState",[t,a,n]]):Pt(e)&&e.value?.setItemCustomState(t,a,n)},dispatchItemFunctionWithPromise:function(e,t,a,n,o){return Ai(e)?new Promise(((i,l)=>{P.callNative(Ni,Ri,[e,"dispatchItemFunctionWithPromise",[t,a,n,o]],(e=>{i(e)}))})):Pt(e)&&e.value?e.value.dispatchItemFunctionWithPromise(t,a,n,o):Promise.reject()},getScrollOffset:function(e){return Ai(e)?new Promise(((t,a)=>{P.callNative(Ni,Ri,[e,"getScrollOffset",[]],(e=>{t(e)}))})):Pt(e)&&e.value?e.value.getScrollOffset():Promise.reject()}},a=function(e,t){return{...e,...t,init:function(e,t,a){return e.value?e.value.init(t,a):[]},stopPage:function(e,t){e.value?.stopPage(t)},setItemFocused:function(e,t){e.value?.setItemFocused(t)},scrollToFocused:function(e,t){e.value?.scrollToFocused(t)},setItemSelected:function(e,t,a){e.value?.setItemSelected(t,a)},scrollToSelected:function(e,t,a){e.value?.scrollToSelected(t,a)}}}(e,t),n=function(e,t){return{...e,...t,init:function(e,t,a){return e.value?e.value.init(t,a):[]},stopPage:function(e,t){e.value?.stopPage(t)},restartPage:function(e){e.value?.restartPage()},setItemFocused:function(e,t){e.value?.setItemFocused(t)},scrollToFocused:function(e,t){e.value?.scrollToFocused(t)},setItemSelected:function(e,t,a){e.value?.setItemSelected(t,a)},scrollToSelected:function(e,t,a){e.value?.scrollToSelected(t,a)},setInitPosition:function(e,t){e.value?.setInitPosition(t)}}}(e,t),o=function(e,t){return{...e,...t,init:function(e,t){e.value?.init(t)},getSectionList:function(e){return e.value?e.value.getSectionList():[]},setSectionList:function(e,t){e.value?.setSectionList(t)},addSectionList:function(e,t){e.value?.addSectionList(t)},deleteSection:function(e,t,a){e.value?.deleteSection(t,a)},updateSection:function(e,t,a){e.value?.updateSection(t,a)},updateSectionList:function(e,t,a,n){e.value?.updateSectionList(t,a,n)},getSection:function(e,t){return e.value?.getSection(t)},addItemList:function(e,t,a){e.value?.addItemList(t,a)},deleteItem:function(e,t,a,n){e.value?.deleteItem(t,a,n)},updateItem:function(e,t,a,n){e.value?.updateItem(t,a,n)},updateItemList:function(e,t,a,n,o){e.value?.updateItemList(t,a,n,o)},getItem:function(e,t,a){if(e.value)return e.value?.getItem(t,a)}}}(e,t),i=function(e,t){return{...e,...t,init:function(e,t,a){return e.value?e.value.init(t,a):[]},stopPage:function(e,t){e.value?.stopPage(t)},setItemFocused:function(e,t){e.value?.setItemFocused(t)},scrollToFocused:function(e,t){e.value?.scrollToFocused(t)},setItemSelected:function(e,t,a){e.value?.setItemSelected(t,a)},scrollToSelected:function(e,t,a){e.value?.scrollToSelected(t,a)},setIndicatorType:function(e,t){e.value?.setIndicatorType(t)}}}(e,t),l=function(e){return{...e,setSrc:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSrc",[t]]):Pt(e)&&e.value?.setSrc(t)},resizeMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"resizeMode",[t]]):Pt(e)&&e.value?.resizeMode(t)}}}(e),c=function(e){return{...e,loadUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"loadUrl",[t]]):Pt(e)&&e.value&&e.value?.loadUrl(t)},evaluateJavascript:function(e,t){return Ai(e)?new Promise(((t,a)=>{P.callNative(Ni,Ri,[e,"evaluateJavascript",[]],(e=>{t(e)}))})):Pt(e)&&e.value?e.value.evaluateJavascript(t):Promise.reject()},canGoBack:function(e){Ai(e)?P.callNative(Ni,yi,[e,"canGoBack",[]]):Pt(e)&&e.value&&e.value?.canGoBack()},goBack:function(e){Ai(e)?P.callNative(Ni,yi,[e,"goBack",[]]):Pt(e)&&e.value&&e.value?.goBack()},canGoForward:function(e){Ai(e)?P.callNative(Ni,yi,[e,"canGoForward",[]]):Pt(e)&&e.value&&e.value?.canGoForward()},goForward:function(e){Ai(e)?P.callNative(Ni,yi,[e,"goForward",[]]):Pt(e)&&e.value&&e.value?.goForward()},canGoBackOrForward:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"canGoBackOrForward",[t]]):Pt(e)&&e.value&&e.value?.canGoBackOrForward(t)},goBackOrForward:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"goBackOrForward",[t]]):Pt(e)&&e.value&&e.value?.goBackOrForward(t)},onResume:function(e){Ai(e)?P.callNative(Ni,yi,[e,"onResume",[]]):Pt(e)&&e.value&&e.value?.onResume()},onPause:function(e){Ai(e)?P.callNative(Ni,yi,[e,"onPause",[]]):Pt(e)&&e.value&&e.value?.onPause()},pauseTimers:function(e){Ai(e)?P.callNative(Ni,yi,[e,"pauseTimers",[]]):Pt(e)&&e.value&&e.value?.pauseTimers()},resumeTimers:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resumeTimers",[]]):Pt(e)&&e.value&&e.value?.resumeTimers()},destroy:function(e){Ai(e)?P.callNative(Ni,yi,[e,"destroy",[]]):Pt(e)&&e.value&&e.value?.destroy()},setJavaScriptEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setJavaScriptEnabled",[t]]):Pt(e)&&e.value&&e.value?.setJavaScriptEnabled(t)},setPluginState:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setPluginState",[t]]):Pt(e)&&e.value&&e.value?.setPluginState(t)},setJavaScriptCanOpenWindowsAutomatically:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setJavaScriptCanOpenWindowsAutomatically",[t]]):Pt(e)&&e.value&&e.value?.setJavaScriptCanOpenWindowsAutomatically(t)},setUseWideViewPort:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setUseWideViewPort",[t]]):Pt(e)&&e.value&&e.value?.setUseWideViewPort(t)},setLoadWithOverviewMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLoadWithOverviewMode",[t]]):Pt(e)&&e.value&&e.value?.setLoadWithOverviewMode(t)},setSupportZoom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSupportZoom",[t]]):Pt(e)&&e.value&&e.value?.setSupportZoom(t)},setBuiltInZoomControls:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setBuiltInZoomControls",[t]]):Pt(e)&&e.value&&e.value?.setBuiltInZoomControls(t)},setDisplayZoomControls:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDisplayZoomControls",[t]]):Pt(e)&&e.value&&e.value?.setDisplayZoomControls(t)},setAllowFileAccess:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAllowFileAccess",[t]]):Pt(e)&&e.value&&e.value?.setAllowFileAccess(t)},setDomStorageEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDomStorageEnabled",[t]]):Pt(e)&&e.value&&e.value?.setDomStorageEnabled(t)},setDatabaseEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDatabaseEnabled",[t]]):Pt(e)&&e.value&&e.value?.setDatabaseEnabled(t)},setAppCacheEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAppCacheEnabled",[t]]):Pt(e)&&e.value&&e.value?.setAppCacheEnabled(t)},setAppCachePath:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAppCachePath",[t]]):Pt(e)&&e.value&&e.value?.setAppCachePath(t)},setMediaPlaybackRequiresUserGesture:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setMediaPlaybackRequiresUserGesture",[t]]):Pt(e)&&e.value&&e.value?.setMediaPlaybackRequiresUserGesture(t)},setStandardFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStandardFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setStandardFontFamily(t)},setFixedFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setFixedFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setFixedFontFamily(t)},setSansSerifFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSansSerifFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setSansSerifFontFamily(t)},setSerifFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSerifFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setSerifFontFamily(t)},setCursiveFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setCursiveFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setCursiveFontFamily(t)},setFantasyFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setFantasyFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setFantasyFontFamily(t)},setTextZoom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTextZoom",[t]]):Pt(e)&&e.value&&e.value?.setTextZoom(t)},setMinimumFontSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setMinimumFontSize",[t]]):Pt(e)&&e.value&&e.value?.setMinimumFontSize(t)},setDefaultFontSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDefaultFontSize",[t]]):Pt(e)&&e.value&&e.value?.setDefaultFontSize(t)},setLayoutAlgorithm:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLayoutAlgorithm",[t]]):Pt(e)&&e.value&&e.value?.setLayoutAlgorithm(t)},setLoadsImagesAutomatically:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLoadsImagesAutomatically",[t]]):Pt(e)&&e.value&&e.value?.setLoadsImagesAutomatically(t)},setDefaultTextEncodingName:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDefaultTextEncodingName",[t]]):Pt(e)&&e.value&&e.value?.setDefaultTextEncodingName(t)},setNeedInitialFocus:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setNeedInitialFocus",[t]]):Pt(e)&&e.value&&e.value?.setNeedInitialFocus(t)},setGeolocationEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setGeolocationEnabled",[t]]):Pt(e)&&e.value&&e.value?.setGeolocationEnabled(t)},setBlockNetworkLoads:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setBlockNetworkLoads",[t]]):Pt(e)&&e.value&&e.value?.setBlockNetworkLoads(t)},setSupportMultipleWindows:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSupportMultipleWindows",[t]]):Pt(e)&&e.value&&e.value?.setSupportMultipleWindows(t)},setAppCacheMaxSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAppCacheMaxSize",[t]]):Pt(e)&&e.value&&e.value?.setAppCacheMaxSize(t)},setRenderPriority:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRenderPriority",[t]]):Pt(e)&&e.value&&e.value?.setRenderPriority(t)},setCacheMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setCacheMode",[t]]):Pt(e)&&e.value&&e.value?.setCacheMode(t)},setAllowContentAccess:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAllowContentAccess",[t]]):Pt(e)&&e.value&&e.value?.setAllowContentAccess(t)},setEnableSmoothTransition:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setEnableSmoothTransition",[t]]):Pt(e)&&e.value&&e.value?.setEnableSmoothTransition(t)},setSaveFormData:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSaveFormData",[t]]):Pt(e)&&e.value&&e.value?.setSaveFormData(t)},setSavePassword:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSavePassword",[t]]):Pt(e)&&e.value&&e.value?.setSavePassword(t)},setTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTextSize",[t]]):Pt(e)&&e.value&&e.value?.setTextSize(t)},setDefaultZoom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDefaultZoom",[t]]):Pt(e)&&e.value&&e.value?.setDefaultZoom(t)},setLightTouchEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLightTouchEnabled",[t]]):Pt(e)&&e.value&&e.value?.setLightTouchEnabled(t)},setMinimumLogicalFontSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setMinimumLogicalFontSize",[t]]):Pt(e)&&e.value&&e.value?.setMinimumLogicalFontSize(t)},setDefaultFixedFontSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDefaultFixedFontSize",[t]]):Pt(e)&&e.value&&e.value?.setDefaultFixedFontSize(t)},setBlockNetworkImage:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setBlockNetworkImage",[t]]):Pt(e)&&e.value&&e.value?.setBlockNetworkImage(t)},setAllowUniversalAccessFromFileURLs:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAllowUniversalAccessFromFileURLs",[t]]):Pt(e)&&e.value&&e.value?.setAllowUniversalAccessFromFileURLs(t)},setAllowFileAccessFromFileURLs:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAllowFileAccessFromFileURLs",[t]]):Pt(e)&&e.value&&e.value?.setAllowFileAccessFromFileURLs(t)},setDatabasePath:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDatabasePath",[t]]):Pt(e)&&e.value&&e.value?.setDatabasePath(t)},setGeolocationDatabasePath:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setGeolocationDatabasePath",[t]]):Pt(e)&&e.value&&e.value?.setGeolocationDatabasePath(t)},setUserAgentString:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setUserAgentString",[t]]):Pt(e)&&e.value&&e.value?.setUserAgentString(t)},setMixedContentMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setMixedContentMode",[t]]):Pt(e)&&e.value&&e.value?.setMixedContentMode(t)},setOffscreenPreRaster:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setOffscreenPreRaster",[t]]):Pt(e)&&e.value&&e.value?.setOffscreenPreRaster(t)},setSafeBrowsingEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSafeBrowsingEnabled",[t]]):Pt(e)&&e.value&&e.value?.setSafeBrowsingEnabled(t)},setForceDark:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setForceDark",[t]]):Pt(e)&&e.value&&e.value?.setForceDark(t)},setDisabledActionModeMenuItems:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDisabledActionModeMenuItems",[t]]):Pt(e)&&e.value&&e.value?.setDisabledActionModeMenuItems(t)},initJavaScriptInterface:function(e){Ai(e)?P.callNative(Ni,yi,[e,"initJavaScriptInterface",[]]):Pt(e)&&e.value&&e.value?.initJavaScriptInterface()},removeJavaScriptInterface:function(e){Ai(e)?P.callNative(Ni,yi,[e,"removeJavaScriptInterface",[]]):Pt(e)&&e.value&&e.value?.removeJavaScriptInterface()},initWebViewFocus:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"initWebViewFocus",[t,a,n]]):Pt(e)&&e.value&&e.value?.initWebViewFocus(t,a,n)}}}(e),s=function(e){return{...e,loadUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"loadUrl",[t]]):Pt(e)&&e.value&&e.value?.loadUrl(t)},evaluateJavascript:function(e,t){return Ai(e)?new Promise(((t,a)=>{P.callNative(Ni,Ri,[e,"evaluateJavascript",[]],(e=>{t(e)}))})):Pt(e)&&e.value?e.value.evaluateJavascript(t):Promise.reject()},canGoBack:function(e){Ai(e)?P.callNative(Ni,yi,[e,"canGoBack",[]]):Pt(e)&&e.value&&e.value?.canGoBack()},goBack:function(e){Ai(e)?P.callNative(Ni,yi,[e,"goBack",[]]):Pt(e)&&e.value&&e.value?.goBack()},canGoForward:function(e){Ai(e)?P.callNative(Ni,yi,[e,"canGoForward",[]]):Pt(e)&&e.value&&e.value?.canGoForward()},goForward:function(e){Ai(e)?P.callNative(Ni,yi,[e,"goForward",[]]):Pt(e)&&e.value&&e.value?.goForward()},canGoBackOrForward:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"canGoBackOrForward",[t]]):Pt(e)&&e.value&&e.value?.canGoBackOrForward(t)},goBackOrForward:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"goBackOrForward",[t]]):Pt(e)&&e.value&&e.value?.goBackOrForward(t)},onResume:function(e){Ai(e)?P.callNative(Ni,yi,[e,"onResume",[]]):Pt(e)&&e.value&&e.value?.onResume()},onPause:function(e){Ai(e)?P.callNative(Ni,yi,[e,"onPause",[]]):Pt(e)&&e.value&&e.value?.onPause()},pauseTimers:function(e){Ai(e)?P.callNative(Ni,yi,[e,"pauseTimers",[]]):Pt(e)&&e.value&&e.value?.pauseTimers()},resumeTimers:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resumeTimers",[]]):Pt(e)&&e.value&&e.value?.resumeTimers()},destroy:function(e){Ai(e)?P.callNative(Ni,yi,[e,"destroy",[]]):Pt(e)&&e.value&&e.value?.destroy()},setJavaScriptEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setJavaScriptEnabled",[t]]):Pt(e)&&e.value&&e.value?.setJavaScriptEnabled(t)},setPluginState:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setPluginState",[t]]):Pt(e)&&e.value&&e.value?.setPluginState(t)},setJavaScriptCanOpenWindowsAutomatically:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setJavaScriptCanOpenWindowsAutomatically",[t]]):Pt(e)&&e.value&&e.value?.setJavaScriptCanOpenWindowsAutomatically(t)},setUseWideViewPort:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setUseWideViewPort",[t]]):Pt(e)&&e.value&&e.value?.setUseWideViewPort(t)},setLoadWithOverviewMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLoadWithOverviewMode",[t]]):Pt(e)&&e.value&&e.value?.setLoadWithOverviewMode(t)},setSupportZoom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSupportZoom",[t]]):Pt(e)&&e.value&&e.value?.setSupportZoom(t)},setBuiltInZoomControls:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setBuiltInZoomControls",[t]]):Pt(e)&&e.value&&e.value?.setBuiltInZoomControls(t)},setDisplayZoomControls:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDisplayZoomControls",[t]]):Pt(e)&&e.value&&e.value?.setDisplayZoomControls(t)},setAllowFileAccess:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAllowFileAccess",[t]]):Pt(e)&&e.value&&e.value?.setAllowFileAccess(t)},setDomStorageEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDomStorageEnabled",[t]]):Pt(e)&&e.value&&e.value?.setDomStorageEnabled(t)},setDatabaseEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDatabaseEnabled",[t]]):Pt(e)&&e.value&&e.value?.setDatabaseEnabled(t)},setAppCacheEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAppCacheEnabled",[t]]):Pt(e)&&e.value&&e.value?.setAppCacheEnabled(t)},setAppCachePath:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAppCachePath",[t]]):Pt(e)&&e.value&&e.value?.setAppCachePath(t)},setMediaPlaybackRequiresUserGesture:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setMediaPlaybackRequiresUserGesture",[t]]):Pt(e)&&e.value&&e.value?.setMediaPlaybackRequiresUserGesture(t)},setStandardFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStandardFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setStandardFontFamily(t)},setFixedFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setFixedFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setFixedFontFamily(t)},setSansSerifFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSansSerifFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setSansSerifFontFamily(t)},setSerifFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSerifFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setSerifFontFamily(t)},setCursiveFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setCursiveFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setCursiveFontFamily(t)},setFantasyFontFamily:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setFantasyFontFamily",[t]]):Pt(e)&&e.value&&e.value?.setFantasyFontFamily(t)},setTextZoom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTextZoom",[t]]):Pt(e)&&e.value&&e.value?.setTextZoom(t)},setMinimumFontSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setMinimumFontSize",[t]]):Pt(e)&&e.value&&e.value?.setMinimumFontSize(t)},setDefaultFontSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDefaultFontSize",[t]]):Pt(e)&&e.value&&e.value?.setDefaultFontSize(t)},setLayoutAlgorithm:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLayoutAlgorithm",[t]]):Pt(e)&&e.value&&e.value?.setLayoutAlgorithm(t)},setLoadsImagesAutomatically:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLoadsImagesAutomatically",[t]]):Pt(e)&&e.value&&e.value?.setLoadsImagesAutomatically(t)},setDefaultTextEncodingName:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDefaultTextEncodingName",[t]]):Pt(e)&&e.value&&e.value?.setDefaultTextEncodingName(t)},setNeedInitialFocus:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setNeedInitialFocus",[t]]):Pt(e)&&e.value&&e.value?.setNeedInitialFocus(t)},setGeolocationEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setGeolocationEnabled",[t]]):Pt(e)&&e.value&&e.value?.setGeolocationEnabled(t)},setBlockNetworkLoads:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setBlockNetworkLoads",[t]]):Pt(e)&&e.value&&e.value?.setBlockNetworkLoads(t)},setSupportMultipleWindows:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSupportMultipleWindows",[t]]):Pt(e)&&e.value&&e.value?.setSupportMultipleWindows(t)},setAppCacheMaxSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAppCacheMaxSize",[t]]):Pt(e)&&e.value&&e.value?.setAppCacheMaxSize(t)},setRenderPriority:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRenderPriority",[t]]):Pt(e)&&e.value&&e.value?.setRenderPriority(t)},setCacheMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setCacheMode",[t]]):Pt(e)&&e.value&&e.value?.setCacheMode(t)},setAllowContentAccess:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAllowContentAccess",[t]]):Pt(e)&&e.value&&e.value?.setAllowContentAccess(t)},setEnableSmoothTransition:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setEnableSmoothTransition",[t]]):Pt(e)&&e.value&&e.value?.setEnableSmoothTransition(t)},setSaveFormData:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSaveFormData",[t]]):Pt(e)&&e.value&&e.value?.setSaveFormData(t)},setSavePassword:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSavePassword",[t]]):Pt(e)&&e.value&&e.value?.setSavePassword(t)},setTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTextSize",[t]]):Pt(e)&&e.value&&e.value?.setTextSize(t)},setDefaultZoom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDefaultZoom",[t]]):Pt(e)&&e.value&&e.value?.setDefaultZoom(t)},setLightTouchEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLightTouchEnabled",[t]]):Pt(e)&&e.value&&e.value?.setLightTouchEnabled(t)},setMinimumLogicalFontSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setMinimumLogicalFontSize",[t]]):Pt(e)&&e.value&&e.value?.setMinimumLogicalFontSize(t)},setDefaultFixedFontSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDefaultFixedFontSize",[t]]):Pt(e)&&e.value&&e.value?.setDefaultFixedFontSize(t)},setBlockNetworkImage:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setBlockNetworkImage",[t]]):Pt(e)&&e.value&&e.value?.setBlockNetworkImage(t)},setAllowUniversalAccessFromFileURLs:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAllowUniversalAccessFromFileURLs",[t]]):Pt(e)&&e.value&&e.value?.setAllowUniversalAccessFromFileURLs(t)},setAllowFileAccessFromFileURLs:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setAllowFileAccessFromFileURLs",[t]]):Pt(e)&&e.value&&e.value?.setAllowFileAccessFromFileURLs(t)},setDatabasePath:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDatabasePath",[t]]):Pt(e)&&e.value&&e.value?.setDatabasePath(t)},setGeolocationDatabasePath:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setGeolocationDatabasePath",[t]]):Pt(e)&&e.value&&e.value?.setGeolocationDatabasePath(t)},setUserAgentString:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setUserAgentString",[t]]):Pt(e)&&e.value&&e.value?.setUserAgentString(t)},setMixedContentMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setMixedContentMode",[t]]):Pt(e)&&e.value&&e.value?.setMixedContentMode(t)},setOffscreenPreRaster:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setOffscreenPreRaster",[t]]):Pt(e)&&e.value&&e.value?.setOffscreenPreRaster(t)},setSafeBrowsingEnabled:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSafeBrowsingEnabled",[t]]):Pt(e)&&e.value&&e.value?.setSafeBrowsingEnabled(t)},setForceDark:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setForceDark",[t]]):Pt(e)&&e.value&&e.value?.setForceDark(t)},setDisabledActionModeMenuItems:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setDisabledActionModeMenuItems",[t]]):Pt(e)&&e.value&&e.value?.setDisabledActionModeMenuItems(t)},initJavaScriptInterface:function(e){Ai(e)?P.callNative(Ni,yi,[e,"initJavaScriptInterface",[]]):Pt(e)&&e.value&&e.value?.initJavaScriptInterface()},removeJavaScriptInterface:function(e){Ai(e)?P.callNative(Ni,yi,[e,"removeJavaScriptInterface",[]]):Pt(e)&&e.value&&e.value?.removeJavaScriptInterface()},initWebViewFocus:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"initWebViewFocus",[t,a,n]]):Pt(e)&&e.value&&e.value?.initWebViewFocus(t,a,n)}}}(e),u=function(e){return{...e,scrollToIndex:function(e,t,a,n,o,i){Ai(e)?P.callNative(Ni,yi,[e,"scrollToIndex",[t,a,n,o,i]]):Pt(e)&&e.value&&P.callUIFunction(e.value,"scrollToIndex",[t,a,n,o,i])},setInitPosition:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setInitPosition",[t]]):Pt(e)&&e.value&&P.callUIFunction(e.value,"setInitPosition",[t])},clearInitPosition:function(e){Ai(e)?P.callNative(Ni,yi,[e,"clearInitPosition",[]]):Pt(e)&&e.value&&P.callUIFunction(e.value,"clearInitPosition",[])},scrollToContentOffset:function(e,t,a,n,o){Ai(e)?P.callNative(Ni,yi,[e,"scrollToContentOffset",[t,a,n,o]]):Pt(e)&&e.value&&P.callUIFunction(e.value,"scrollToContentOffset",[t,a,n,o])},scrollToTop:function(e){Ai(e)?P.callNative(Ni,yi,[e,"scrollToTop",[]]):Pt(e)&&e.value&&P.callUIFunction(e.value,"scrollToTop",[])},setSelectChildPosition:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"setSelectChildPosition",[t,a]]):Pt(e)&&e.value&&P.callUIFunction(e.value,"setSelectChildPosition",[t,a])},setTargetFocusChildPosition:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTargetFocusChildPosition",[t]]):Pt(e)&&e.value&&P.callUIFunction(e.value,"setTargetFocusChildPosition",[t])},refreshListData:function(e){Ai(e)?P.callNative(Ni,yi,[e,"refreshListData",[]]):Pt(e)&&e.value&&P.callUIFunction(e.value,"refreshListData",[])},getScrollOffset:function(e){return Ai(e)?new Promise(((t,a)=>{P.callNative(Ni,Ri,[e,"getScrollOffset",[]],(e=>{t(e)}))})):Pt(e)&&e.value?new Promise(((t,a)=>{P.callUIFunction(e.value,"getScrollOffset",[],(e=>{t(e)}))})):Promise.reject()}}}(e),r=function(e){return{...e,scrollTo:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"scrollTo",[t,a]]):Pt(e)&&e.value&&e.value?.scrollTo(t,a)},scrollToWithOptions:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"scrollToWithOptions",[t,a,n]]):Pt(e)&&e.value&&e.value?.scrollToWithOptions(t,a,n)}}}(e),d=function(e){return{...e,setText:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setText",[t]]):Pt(e)&&e.value?.setText(t)},setTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTextSize",[t]]):Pt(e)&&e.value?.setTextSize(t)},setTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTextColor",[t]]):Pt(e)&&e.value?.setTextColor(t)},textSpan:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"textSpan",[t]]):Pt(e)&&e.value?.textSpan(t)}}}(e),f=function(e){return{...e,setChildSID:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setChildSID",[t]]):Pt(e)&&e.value&&e.value?.setChildSID(t)}}}(e),v=function(e){return{...e,setPivotX:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setPivotX",[t]]):Pt(e)&&e.value?.setPivotX(t)},setPivotY:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setPivotY",[t]]):Pt(e)&&e.value?.setPivotY(t)},resetPivot:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resetPivot",[]]):Pt(e)&&e.value?.resetPivot()},resetAnimators:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resetAnimators",[]]):Pt(e)&&e.value?.resetAnimators()},animatorSet:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"animatorSet",[t,a,n]]):Pt(e)&&e.value?.animatorSet(t,a,n)},startAnimator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"startAnimator",[t]]):Pt(e)&&e.value?.startAnimator(t)},startAnimatorDelay:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"startAnimatorDelay",[t,a]]):Pt(e)&&e.value?.startAnimatorDelay(t,a)},pauseAnimator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"pauseAnimator",[t]]):Pt(e)&&e.value?.pauseAnimator(t)},resumeAnimator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"resumeAnimator",[t]]):Pt(e)&&e.value?.resumeAnimator(t)},cancelAnimator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"cancelAnimator",[t]]):Pt(e)&&e.value?.cancelAnimator(t)},reverseAnimator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"reverseAnimator",[t]]):Pt(e)&&e.value?.reverseAnimator(t)},play:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"play",[t,a]]):Pt(e)&&e.value?.play(t,a)},playWith:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"playWith",[t,a]]):Pt(e)&&e.value?.playWith(t,a)},playBefore:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"playBefore",[t,a]]):Pt(e)&&e.value?.playBefore(t,a)},playAfter:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"playAfter",[t,a]]):Pt(e)&&e.value?.playAfter(t,a)},playAfterDelay:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"playAfterDelay",[t,a]]):Pt(e)&&e.value?.playAfterDelay(t,a)},playSequentially1:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"playSequentially1",[t,a]]):Pt(e)&&e.value?.playSequentially1(t,a)},playSequentially2:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"playSequentially2",[t,a,n]]):Pt(e)&&e.value?.playSequentially2(t,a,n)},playSequentially3:function(e,t,a,n,o){Ai(e)?P.callNative(Ni,yi,[e,"playSequentially3",[t,a,n,o]]):Pt(e)&&e.value?.playSequentially3(t,a,n,o)},playSequentially4:function(e,t,a,n,o,i){Ai(e)?P.callNative(Ni,yi,[e,"playSequentially4",[t,a,n,o,i]]):Pt(e)&&e.value?.playSequentially4(t,a,n,o,i)},playSequentially5:function(e,t,a,n,o,i,l){Ai(e)?P.callNative(Ni,yi,[e,"playSequentially5",[t,a,n,o,i,l]]):Pt(e)&&e.value?.playSequentially5(t,a,n,o,i,l)},playTogether1:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"playTogether1",[t,a]]):Pt(e)&&e.value?.playTogether1(t,a)},playTogether2:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"playTogether2",[t,a,n]]):Pt(e)&&e.value?.playTogether2(t,a,n)},playTogether3:function(e,t,a,n,o){Ai(e)?P.callNative(Ni,yi,[e,"playTogether3",[t,a,n,o]]):Pt(e)&&e.value?.playTogether3(t,a,n,o)},playTogether4:function(e,t,a,n,o,i){Ai(e)?P.callNative(Ni,yi,[e,"playTogether4",[t,a,n,o,i]]):Pt(e)&&e.value?.playTogether4(t,a,n,o,i)},playTogether5:function(e,t,a,n,o,i,l){Ai(e)?P.callNative(Ni,yi,[e,"playTogether5",[t,a,n,o,i,l]]):Pt(e)&&e.value?.playTogether5(t,a,n,o,i,l)},objectAnimator:function(e,t,a,n,o,i,l,c,s,u){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator",[t,a,n,o,i,l,c,s,u]]):Pt(e)&&e.value?.objectAnimator(t,a,n,o,i,l,c,s,u)},objectAnimator1:function(e,t,a,n,o,i,l,c,s,u,r){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator1",[t,a,n,o,i,l,c,s,u,r]]):Pt(e)&&e.value?.objectAnimator1(t,a,n,o,i,l,c,s,u,r)},objectAnimator2:function(e,t,a,n,o,i,l,c,s,u,r,d){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator2",[t,a,n,o,i,l,c,s,u,r,d]]):Pt(e)&&e.value?.objectAnimator2(t,a,n,o,i,l,c,s,u,r,d)},objectAnimator3:function(e,t,a,n,o,i,l,c,s,u,r,d,f){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator3",[t,a,n,o,i,l,c,s,u,r,d,f]]):Pt(e)&&e.value?.objectAnimator3(t,a,n,o,i,l,c,s,u,r,d,f)},objectAnimator4:function(e,t,a,n,o,i,l,c,s,u,r,d,f,v){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator4",[t,a,n,o,i,l,c,s,u,r,d,f,v]]):Pt(e)&&e.value?.objectAnimator4(t,a,n,o,i,l,c,s,u,r,d,f,v)},objectAnimator5:function(e,t,a,n,o,i,l,c,s,u,r,d,f,v,g){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator5",[t,a,n,o,i,l,c,s,u,r,d,f,v,g]]):Pt(e)&&e.value?.objectAnimator5(t,a,n,o,i,l,c,s,u,r,d,f,v,g)},objectAnimator6:function(e,t,a,n,o,i,l,c,s,u,r,d,f,v,g,m){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator6",[t,a,n,o,i,l,c,s,u,r,d,f,v,g,m]]):Pt(e)&&e.value?.objectAnimator6(t,a,n,o,i,l,c,s,u,r,d,f,v,g,m)},objectAnimator7:function(e,t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator7",[t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I]]):Pt(e)&&e.value?.objectAnimator7(t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I)},objectAnimator8:function(e,t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I,p){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator8",[t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I,p]]):Pt(e)&&e.value?.objectAnimator8(t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I,p)},objectAnimator9:function(e,t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I,p,T){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator9",[t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I,p,T]]):Pt(e)&&e.value?.objectAnimator9(t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I,p,T)},objectAnimator10:function(e,t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I,p,T,h){Ai(e)?P.callNative(Ni,yi,[e,"objectAnimator10",[t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I,p,T,h]]):Pt(e)&&e.value?.objectAnimator10(t,a,n,o,i,l,c,s,u,r,d,f,v,g,m,I,p,T,h)}}}(e),g=function(e){return{...e,setPackageName:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setPackageName",[t]]):Pt(e)&&e.value?.setPackageName(t)},setRoundingRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRoundingRadius",[t]]):Pt(e)&&e.value?.setRoundingRadius(t)}}}(e),m=function(e){return{...e,init:function(e,t){e.value?.init(t)},scrollToIndex:function(e,t,a,n){e.value?.scrollToIndex(t,a,n)},setItemFocused:function(e,t){e.value?.setItemFocused(t)},scrollToFocused:function(e,t){e.value?.scrollToFocused(t)},setItemSelected:function(e,t,a){e.value?.setItemSelected(t,a)},scrollToSelected:function(e,t,a){e.value?.scrollToSelected(t,a)},updateItem:function(e,t,a){e.value?.updateItem(t,a)}}}(e),I=function(e){return{...e,init:function(e,t){e.value?.init(t)},getItem:function(e,t){return e.value?.getItem(t)},expandItem:function(e,t){e.value?.expandItem(t)},collapse:function(e){e.value?.collapse()},expand:function(e){e.value?.expand()}}}(e),p=function(e){return{...e,updateItem:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"updateItem",[t,a]]):Pt(e)&&e.value?.updateItem(t,a)},dispatchItemFunction:function(e,t,a,n,o){Ai(e)?P.callNative(Ni,yi,[e,"dispatchItemFunction",[t,a,n,o]]):Pt(e)&&e.value?.dispatchItemFunction(t,a,n,o)},updateItemProps:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"updateItemProps",[t,a,n]]):Pt(e)&&e.value?.updateItemProps(t,a,n)},batch:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"batch",[t]]):Pt(e)&&e.value?.batch(t)}}}(e),T=function(e){return{...e,loadRaw:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_rawRes",[t]]):Pt(e)&&e.value?.loadRaw(t)},loadFile:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_localRes",[t]]):Pt(e)&&e.value?.loadFile(t)},loadZipFile:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"lottie_zipPath",[t,a]]):Pt(e)&&e.value?.loadZipFile(t,a)},loadJsonFile:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_localRes",[t]]):Pt(e)&&e.value?.loadJsonFile(t)},loadUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_url",[t]]):Pt(e)&&e.value?.loadUrl(t)},loadCacheUrl:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"lottie_cache_url",[t,a]]):Pt(e)&&e.value?.loadCacheUrl(t,a)},setFallbackResource:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_fallbackRes",[t]]):Pt(e)&&e.value?.setFallbackResource(t)},setAutoPlay:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_autoPlay",[t]]):Pt(e)&&e.value?.setAutoPlay(t)},setLottieLoop:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_loop",[t]]):Pt(e)&&e.value?.setLottieLoop(t)},setRepeatMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_repeatMode",[t]]):Pt(e)&&e.value?.setRepeatMode(t)},setRepeatCount:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_repeatCount",[t]]):Pt(e)&&e.value?.setRepeatCount(t)},setSpeed:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_speed",[t]]):Pt(e)&&e.value?.setSpeed(t)},setClipToCompositionBounds:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_clipToCompositionBounds",[t]]):Pt(e)&&e.value?.setClipToCompositionBounds(t)},setDefaultFontFileExtension:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_defaultFontFileExtension",[t]]):Pt(e)&&e.value?.setDefaultFontFileExtension(t)},setImageAssetsFolder:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_imageAssetsFolder",[t]]):Pt(e)&&e.value?.setImageAssetsFolder(t)},setProgress:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_progress",[t]]):Pt(e)&&e.value?.setProgress(t)},enableMergePathsForKitKatAndAbove:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_enableMergePathsForKitKatAndAbove",[t]]):Pt(e)&&e.value?.enableMergePathsForKitKatAndAbove(t)},setColorFilter:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_colorFilter",[t]]):Pt(e)&&e.value?.setColorFilter(t)},setRenderMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_renderMode",[t]]):Pt(e)&&e.value?.setRenderMode(t)},setAsyncUpdate:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_asyncUpdates",[t]]):Pt(e)&&e.value?.setAsyncUpdate(t)},playAnimation:function(e){Ai(e)?P.callNative(Ni,yi,[e,"playAnimation",[]]):Pt(e)&&e.value?.playAnimation()},setIgnoreDisabledSystemAnimations:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_ignoreDisabledSystemAnimations",[t]]):Pt(e)&&e.value?.setIgnoreDisabledSystemAnimations(t)},setUseCompositionFrameRate:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"lottie_useCompositionFrameRate",[t]]):Pt(e)&&e.value?.setUseCompositionFrameRate(t)},resumeAnimation:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resumeAnimation",[]]):Pt(e)&&e.value?.resumeAnimation()},pauseAnimation:function(e){Ai(e)?P.callNative(Ni,yi,[e,"pauseAnimation",[]]):Pt(e)&&e.value?.pauseAnimation()},cancelAnimation:function(e){Ai(e)?P.callNative(Ni,yi,[e,"cancelAnimation",[]]):Pt(e)&&e.value?.cancelAnimation()},cacheComposition:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"cacheComposition",[t]]):Pt(e)&&e.value?.cacheComposition(t)},removeAllListener:function(e){Ai(e)?P.callNative(Ni,yi,[e,"removeAllListener",[]]):Pt(e)&&e.value?.removeAllListener()}}}(e),h=function(e){return{...e,init:function(e,t){e.value?.init(t)},scrollToPosition:function(e,t){e.value?.scrollToPosition(t)},scrollToTop:function(e){e.value?.scrollToTop()}}}(e),_=function(e){return{...e,dispatchFunction:function(e,t,a){return Ai(e)?new Promise((n=>{P.callNative(Ni,yi,[e,t,a],(e=>{n(e)}))})):Pt(e)&&e&&e.value?e.value.dispatchFunction(t,a):Promise.reject()}}}(e),S=function(e){return{...e,invalidateProgressBar:function(e){Ai(e)?P.callNative(Ni,yi,[e,"invalidateSeekBar",[]]):Pt(e)&&e.value?.invalidateProgressBar()},setFocusable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setFocusable",[t]]):Pt(e)&&e.value?.setFocusable(t)},setClickable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setClickable",[t]]):Pt(e)&&e.value?.setClickable(t)},setVisible:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setVisible",[t]]):Pt(e)&&e.value?.setVisible(t)},setLeftSeekBarVisible:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftSeekBarVisible",[t]]):Pt(e)&&e.value?.setLeftSeekBarVisible(t)},setRightSeekBarVisible:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightSeekBarVisible",[t]]):Pt(e)&&e.value?.setRightSeekBarVisible(t)},setSeekBarMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSeekBarMode",[t]]):Pt(e)&&e.value?.setSeekBarMode(t)},setProgress:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgress",[t]]):Pt(e)&&e.value?.setProgress(t)},setSecondProgress:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSecondProgress",[t]]):Pt(e)&&e.value?.setSecondProgress(t)},show:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"show",[t]]):Pt(e)&&e.value?.show(t)},setMaxProgress:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setMaxProgress",[t]]):Pt(e)&&e.value?.setMaxProgress(t)},setRangeProgress:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"setRangeProgress",[t,a]]):Pt(e)&&e.value?.setRangeProgress(t,a)},getProgress:function(e){Ai(e)?P.callNative(Ni,yi,[e,"getProgress",[]]):Pt(e)&&e.value?.getProgress()},getLeftProgress:function(e){Ai(e)?P.callNative(Ni,yi,[e,"getLeftProgress",[]]):Pt(e)&&e.value?.getLeftProgress()},getRightProgress:function(e){Ai(e)?P.callNative(Ni,yi,[e,"getRightProgress",[]]):Pt(e)&&e.value?.getRightProgress()},setRange:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"setRange",[t,a,n]]):Pt(e)&&e.value?.setRange(t,a,n)},setGravity:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setGravity",[t]]):Pt(e)&&e.value?.setGravity(t)},setProgressWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressWidth",[t]]):Pt(e)&&e.value?.setProgressWidth(t)},setProgressHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressHeight",[t]]):Pt(e)&&e.value?.setProgressHeight(t)},setProgressRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressRadius",[t]]):Pt(e)&&e.value?.setProgressRadius(t)},setProgressColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressColor",[t]]):Pt(e)&&e.value?.setProgressColor(t)},setProgressDefaultColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressDefaultColor",[t]]):Pt(e)&&e.value?.setProgressDefaultColor(t)},setProgressDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressDrawable",[t]]):Pt(e)&&e.value?.setProgressDrawable(t)},setProgressDefaultDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressDefaultDrawable",[t]]):Pt(e)&&e.value?.setProgressDefaultDrawable(t)},setProgressUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressUrl",[t]]):Pt(e)&&e.value?.setProgressUrl(t)},setProgressDefaultUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressDefaultUrl",[t]]):Pt(e)&&e.value?.setProgressDefaultUrl(t)},showIndicator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"showIndicator",[t]]):Pt(e)&&e.value?.showIndicator(t)},showLeftIndicator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"showLeftIndicator",[t]]):Pt(e)&&e.value?.showLeftIndicator(t)},showRightIndicator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"showRightIndicator",[t]]):Pt(e)&&e.value?.showRightIndicator(t)},setIndicatorShowMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorShowMode",[t]]):Pt(e)&&e.value?.setIndicatorShowMode(t)},setLeftIndicatorShowMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorShowMode",[t]]):Pt(e)&&e.value?.setLeftIndicatorShowMode(t)},setRightIndicatorShowMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorShowMode",[t]]):Pt(e)&&e.value?.setRightIndicatorShowMode(t)},setIndicatorWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorWidth",[t]]):Pt(e)&&e.value?.setIndicatorWidth(t)},setLeftIndicatorWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorWidth",[t]]):Pt(e)&&e.value?.setLeftIndicatorWidth(t)},setRightIndicatorWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorWidth",[t]]):Pt(e)&&e.value?.setRightIndicatorWidth(t)},setIndicatorHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorHeight",[t]]):Pt(e)&&e.value?.setIndicatorHeight(t)},setLeftIndicatorHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorHeight",[t]]):Pt(e)&&e.value?.setLeftIndicatorHeight(t)},setRightIndicatorHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorHeight",[t]]):Pt(e)&&e.value?.setRightIndicatorHeight(t)},setIndicatorTextDecimalFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorTextDecimalFormat",[t]]):Pt(e)&&e.value?.setIndicatorTextDecimalFormat(t)},setLeftIndicatorTextDecimalFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorTextDecimalFormat",[t]]):Pt(e)&&e.value?.setLeftIndicatorTextDecimalFormat(t)},setRightIndicatorTextDecimalFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorTextDecimalFormat",[t]]):Pt(e)&&e.value?.setRightIndicatorTextDecimalFormat(t)},setIndicatorTextStringFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorTextStringFormat",[t]]):Pt(e)&&e.value?.setIndicatorTextStringFormat(t)},setLeftIndicatorTextStringFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorTextStringFormat",[t]]):Pt(e)&&e.value?.setLeftIndicatorTextStringFormat(t)},setRightIndicatorTextStringFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorTextStringFormat",[t]]):Pt(e)&&e.value?.setRightIndicatorTextStringFormat(t)},setIndicatorMargin:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorMargin",[t]]):Pt(e)&&e.value?.setIndicatorMargin(t)},setLeftIndicatorMargin:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorMargin",[t]]):Pt(e)&&e.value?.setLeftIndicatorMargin(t)},setRightIndicatorMargin:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorMargin",[t]]):Pt(e)&&e.value?.setRightIndicatorMargin(t)},setIndicatorPaddingBottom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorPaddingBottom",[t]]):Pt(e)&&e.value?.setIndicatorPaddingBottom(t)},setLeftIndicatorPaddingBottom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorPaddingBottom",[t]]):Pt(e)&&e.value?.setLeftIndicatorPaddingBottom(t)},setRightIndicatorPaddingBottom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorPaddingBottom",[t]]):Pt(e)&&e.value?.setRightIndicatorPaddingBottom(t)},setIndicatorPaddingTop:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorPaddingTop",[t]]):Pt(e)&&e.value?.setIndicatorPaddingTop(t)},setLeftIndicatorPaddingTop:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorPaddingTop",[t]]):Pt(e)&&e.value?.setLeftIndicatorPaddingTop(t)},setRightIndicatorPaddingTop:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorPaddingTop",[t]]):Pt(e)&&e.value?.setRightIndicatorPaddingTop(t)},setIndicatorPaddingLeft:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorPaddingLeft",[t]]):Pt(e)&&e.value?.setIndicatorPaddingLeft(t)},setLeftIndicatorPaddingLeft:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorPaddingLeft",[t]]):Pt(e)&&e.value?.setLeftIndicatorPaddingLeft(t)},setRightIndicatorPaddingLeft:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorPaddingLeft",[t]]):Pt(e)&&e.value?.setRightIndicatorPaddingLeft(t)},setIndicatorPaddingRight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorPaddingRight",[t]]):Pt(e)&&e.value?.setIndicatorPaddingRight(t)},setLeftIndicatorPaddingRight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorPaddingRight",[t]]):Pt(e)&&e.value?.setLeftIndicatorPaddingRight(t)},setRightIndicatorPaddingRight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorPaddingRight",[t]]):Pt(e)&&e.value?.setRightIndicatorPaddingRight(t)},setIndicatorBackgroundColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorBackgroundColor",[t]]):Pt(e)&&e.value?.setIndicatorBackgroundColor(t)},setLeftIndicatorBackgroundColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorBackgroundColor",[t]]):Pt(e)&&e.value?.setLeftIndicatorBackgroundColor(t)},setRightIndicatorBackgroundColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorBackgroundColor",[t]]):Pt(e)&&e.value?.setLeftIndicatorBackgroundColor(t)},setIndicatorRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorRadius",[t]]):Pt(e)&&e.value?.setIndicatorRadius(t)},setLeftIndicatorRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorRadius",[t]]):Pt(e)&&e.value?.setLeftIndicatorRadius(t)},setRightIndicatorRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorRadius",[t]]):Pt(e)&&e.value?.setRightIndicatorRadius(t)},setIndicatorTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorTextSize",[t]]):Pt(e)&&e.value?.setIndicatorTextSize(t)},setLeftIndicatorTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorTextSize",[t]]):Pt(e)&&e.value?.setLeftIndicatorTextSize(t)},setRightIndicatorTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorTextSize",[t]]):Pt(e)&&e.value?.setRightIndicatorTextSize(t)},setIndicatorTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorTextColor",[t]]):Pt(e)&&e.value?.setIndicatorTextColor(t)},setLeftIndicatorTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorTextColor",[t]]):Pt(e)&&e.value?.setLeftIndicatorTextColor(t)},setRightIndicatorTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorTextColor",[t]]):Pt(e)&&e.value?.setRightIndicatorTextColor(t)},setIndicatorArrowSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorArrowSize",[t]]):Pt(e)&&e.value?.setIndicatorArrowSize(t)},setLeftIndicatorArrowSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorArrowSize",[t]]):Pt(e)&&e.value?.setLeftIndicatorArrowSize(t)},setRightIndicatorArrowSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorArrowSize",[t]]):Pt(e)&&e.value?.setRightIndicatorArrowSize(t)},setIndicatorDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorDrawable",[t]]):Pt(e)&&e.value?.setIndicatorDrawable(t)},setLeftIndicatorDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorDrawable",[t]]):Pt(e)&&e.value?.setLeftIndicatorDrawable(t)},setRightIndicatorDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorDrawable",[t]]):Pt(e)&&e.value?.setRightIndicatorDrawable(t)},setIndicatorUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorUrl",[t]]):Pt(e)&&e.value?.setIndicatorUrl(t)},setLeftIndicatorUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorUrl",[t]]):Pt(e)&&e.value?.setLeftIndicatorUrl(t)},setRightIndicatorUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorUrl",[t]]):Pt(e)&&e.value?.setRightIndicatorUrl(t)},setThumbWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbWidth",[t]]):Pt(e)&&e.value?.setThumbWidth(t)},setLeftThumbWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbWidth",[t]]):Pt(e)&&e.value?.setLeftThumbWidth(t)},setRightThumbWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbWidth",[t]]):Pt(e)&&e.value?.setRightThumbWidth(t)},setThumbHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbHeight",[t]]):Pt(e)&&e.value?.setThumbHeight(t)},setLeftThumbHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbHeight",[t]]):Pt(e)&&e.value?.setLeftThumbHeight(t)},setRightThumbHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbHeight",[t]]):Pt(e)&&e.value?.setRightThumbHeight(t)},scaleThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"scaleThumb",[]]):Pt(e)&&e.value?.scaleThumb()},scaleLeftThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"scaleLeftThumb",[]]):Pt(e)&&e.value?.scaleLeftThumb()},scaleRightThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"scaleRightThumb",[]]):Pt(e)&&e.value?.scaleRightThumb()},resetThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resetThumb",[]]):Pt(e)&&e.value?.resetThumb()},resetLeftThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resetLeftThumb",[]]):Pt(e)&&e.value?.resetLeftThumb()},resetRightThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resetRightThumb",[]]):Pt(e)&&e.value?.resetRightThumb()},setThumbScaleRatio:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbScaleRatio",[t]]):Pt(e)&&e.value?.setThumbScaleRatio(t)},setLeftThumbScaleRatio:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbScaleRatio",[t]]):Pt(e)&&e.value?.setLeftThumbScaleRatio(t)},setRightThumbScaleRatio:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbScaleRatio",[t]]):Pt(e)&&e.value?.setRightThumbScaleRatio(t)},setThumbActivate:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbActivate",[t]]):Pt(e)&&e.value?.setThumbActivate(t)},setLeftThumbActivate:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbActivate",[t]]):Pt(e)&&e.value?.setLeftThumbActivate(t)},setRightThumbActivate:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbActivate",[t]]):Pt(e)&&e.value?.setRightThumbActivate(t)},setThumbDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbDrawable",[t]]):Pt(e)&&e.value?.setThumbDrawable(t)},setLeftThumbDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbDrawable",[t]]):Pt(e)&&e.value?.setLeftThumbDrawable(t)},setRightThumbDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbDrawable",[t]]):Pt(e)&&e.value?.setRightThumbDrawable(t)},setThumbUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbUrl",[t]]):Pt(e)&&e.value?.setThumbUrl(t)},setLeftThumbUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbUrl",[t]]):Pt(e)&&e.value?.setLeftThumbUrl(t)},setRightThumbUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbUrl",[t]]):Pt(e)&&e.value?.setRightThumbUrl(t)},setThumbInactivatedDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbInactivatedDrawable",[t]]):Pt(e)&&e.value?.setThumbInactivatedDrawable(t)},setLeftThumbInactivatedDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbInactivatedDrawable",[t]]):Pt(e)&&e.value?.setLeftThumbInactivatedDrawable(t)},setRightThumbInactivatedDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbInactivatedDrawable",[t]]):Pt(e)&&e.value?.setRightThumbInactivatedDrawable(t)},setThumbInactivatedUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbInactivatedUrl",[t]]):Pt(e)&&e.value?.setThumbInactivatedUrl(t)},setLeftThumbInactivatedUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbInactivatedUrl",[t]]):Pt(e)&&e.value?.setLeftThumbInactivatedUrl(t)},setRightThumbInactivatedUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbInactivatedUrl",[t]]):Pt(e)&&e.value?.setRightThumbInactivatedUrl(t)},setTickMarkMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkMode",[t]]):Pt(e)&&e.value?.setTickMarkMode(t)},setTickMarkGravity:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkGravity",[t]]):Pt(e)&&e.value?.setTickMarkGravity(t)},setTickMarkLayoutGravity:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkLayoutGravity",[t]]):Pt(e)&&e.value?.setTickMarkLayoutGravity(t)},setTickMarkTextArray:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkTextArray",[t]]):Pt(e)&&e.value?.setTickMarkTextArray(t)},setTickMarkTextMargin:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkTextMargin",[t]]):Pt(e)&&e.value?.setTickMarkTextMargin(t)},setTickMarkTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkTextSize",[t]]):Pt(e)&&e.value?.setTickMarkTextSize(t)},setTickMarkTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkTextColor",[t]]):Pt(e)&&e.value?.setTickMarkTextColor(t)},setTickMarkInRangeTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkInRangeTextColor",[t]]):Pt(e)&&e.value?.setTickMarkInRangeTextColor(t)},setSteps:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSteps",[t]]):Pt(e)&&e.value?.setSteps(t)},setStepsWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsWidth",[t]]):Pt(e)&&e.value?.setStepsWidth(t)},setStepsHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsHeight",[t]]):Pt(e)&&e.value?.setStepsHeight(t)},setStepsRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsRadius",[t]]):Pt(e)&&e.value?.setStepsRadius(t)},setStepsColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsColor",[t]]):Pt(e)&&e.value?.setStepsColor(t)},setStepsAutoBonding:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsAutoBonding",[t]]):Pt(e)&&e.value?.setStepsAutoBonding(t)},setStepsDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsDrawable",[t]]):Pt(e)&&e.value?.setStepsDrawable(t)},setStepsUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsUrl",[t]]):Pt(e)&&e.value?.setStepsUrl(t)}}}(e),F=function(e){return{...e,resetSeekbar:function(e){e.value?.resetSeekbar()},startSeek:function(e,t){e.value?.startSeek(t)},stopSeek:function(e){e.value?.stopSeek()},invalidateSeekBar:function(e){Ai(e)?P.callNative(Ni,yi,[e,"invalidateSeekBar",[]]):Pt(e)&&e.value?.invalidateSeekBar()},setFocusable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setFocusable",[t]]):Pt(e)&&e.value?.setFocusable(t)},setClickable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setClickable",[t]]):Pt(e)&&e.value?.setClickable(t)},setVisible:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setVisible",[t]]):Pt(e)&&e.value?.setVisible(t)},setLeftSeekBarVisible:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftSeekBarVisible",[t]]):Pt(e)&&e.value?.setLeftSeekBarVisible(t)},setRightSeekBarVisible:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightSeekBarVisible",[t]]):Pt(e)&&e.value?.setRightSeekBarVisible(t)},setSeekBarMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSeekBarMode",[t]]):Pt(e)&&e.value?.setSeekBarMode(t)},setProgress:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgress",[t]]):Pt(e)&&e.value?.setProgress(t)},setSecondProgress:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSecondProgress",[t]]):Pt(e)&&e.value?.setSecondProgress(t)},show:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"show",[t]]):Pt(e)&&e.value?.show(t)},setMaxProgress:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setMaxProgress",[t]]):Pt(e)&&e.value?.setMaxProgress(t)},setRangeProgress:function(e,t,a){Ai(e)?P.callNative(Ni,yi,[e,"setRangeProgress",[t,a]]):Pt(e)&&e.value?.setRangeProgress(t,a)},getProgress:function(e){Ai(e)?P.callNative(Ni,yi,[e,"getProgress",[]]):Pt(e)&&e.value?.getProgress()},getLeftProgress:function(e){Ai(e)?P.callNative(Ni,yi,[e,"getLeftProgress",[]]):Pt(e)&&e.value?.getLeftProgress()},getRightProgress:function(e){Ai(e)?P.callNative(Ni,yi,[e,"getRightProgress",[]]):Pt(e)&&e.value?.getRightProgress()},setRange:function(e,t,a,n){Ai(e)?P.callNative(Ni,yi,[e,"setRange",[t,a,n]]):Pt(e)&&e.value?.setRange(t,a,n)},setGravity:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setGravity",[t]]):Pt(e)&&e.value?.setGravity(t)},setProgressWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressWidth",[t]]):Pt(e)&&e.value?.setProgressWidth(t)},setProgressHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressHeight",[t]]):Pt(e)&&e.value?.setProgressHeight(t)},setProgressRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressRadius",[t]]):Pt(e)&&e.value?.setProgressRadius(t)},setProgressColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressColor",[t]]):Pt(e)&&e.value?.setProgressColor(t)},setProgressDefaultColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressDefaultColor",[t]]):Pt(e)&&e.value?.setProgressDefaultColor(t)},setProgressDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressDrawable",[t]]):Pt(e)&&e.value?.setProgressDrawable(t)},setProgressDefaultDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressDefaultDrawable",[t]]):Pt(e)&&e.value?.setProgressDefaultDrawable(t)},setProgressUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressUrl",[t]]):Pt(e)&&e.value?.setProgressUrl(t)},setProgressDefaultUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setProgressDefaultUrl",[t]]):Pt(e)&&e.value?.setProgressDefaultUrl(t)},showIndicator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"showIndicator",[t]]):Pt(e)&&e.value?.showIndicator(t)},showLeftIndicator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"showLeftIndicator",[t]]):Pt(e)&&e.value?.showLeftIndicator(t)},showRightIndicator:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"showRightIndicator",[t]]):Pt(e)&&e.value?.showRightIndicator(t)},setIndicatorShowMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorShowMode",[t]]):Pt(e)&&e.value?.setIndicatorShowMode(t)},setLeftIndicatorShowMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorShowMode",[t]]):Pt(e)&&e.value?.setLeftIndicatorShowMode(t)},setRightIndicatorShowMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorShowMode",[t]]):Pt(e)&&e.value?.setRightIndicatorShowMode(t)},setIndicatorWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorWidth",[t]]):Pt(e)&&e.value?.setIndicatorWidth(t)},setLeftIndicatorWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorWidth",[t]]):Pt(e)&&e.value?.setLeftIndicatorWidth(t)},setRightIndicatorWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorWidth",[t]]):Pt(e)&&e.value?.setRightIndicatorWidth(t)},setIndicatorHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorHeight",[t]]):Pt(e)&&e.value?.setIndicatorHeight(t)},setLeftIndicatorHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorHeight",[t]]):Pt(e)&&e.value?.setLeftIndicatorHeight(t)},setRightIndicatorHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorHeight",[t]]):Pt(e)&&e.value?.setRightIndicatorHeight(t)},setIndicatorTextDecimalFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorTextDecimalFormat",[t]]):Pt(e)&&e.value?.setIndicatorTextDecimalFormat(t)},setLeftIndicatorTextDecimalFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorTextDecimalFormat",[t]]):Pt(e)&&e.value?.setLeftIndicatorTextDecimalFormat(t)},setRightIndicatorTextDecimalFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorTextDecimalFormat",[t]]):Pt(e)&&e.value?.setRightIndicatorTextDecimalFormat(t)},setIndicatorTextStringFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorTextStringFormat",[t]]):Pt(e)&&e.value?.setIndicatorTextStringFormat(t)},setLeftIndicatorTextStringFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorTextStringFormat",[t]]):Pt(e)&&e.value?.setLeftIndicatorTextStringFormat(t)},setRightIndicatorTextStringFormat:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorTextStringFormat",[t]]):Pt(e)&&e.value?.setRightIndicatorTextStringFormat(t)},setIndicatorMargin:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorMargin",[t]]):Pt(e)&&e.value?.setIndicatorMargin(t)},setLeftIndicatorMargin:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorMargin",[t]]):Pt(e)&&e.value?.setLeftIndicatorMargin(t)},setRightIndicatorMargin:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorMargin",[t]]):Pt(e)&&e.value?.setRightIndicatorMargin(t)},setIndicatorPaddingBottom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorPaddingBottom",[t]]):Pt(e)&&e.value?.setIndicatorPaddingBottom(t)},setLeftIndicatorPaddingBottom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorPaddingBottom",[t]]):Pt(e)&&e.value?.setLeftIndicatorPaddingBottom(t)},setRightIndicatorPaddingBottom:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorPaddingBottom",[t]]):Pt(e)&&e.value?.setRightIndicatorPaddingBottom(t)},setIndicatorPaddingTop:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorPaddingTop",[t]]):Pt(e)&&e.value?.setIndicatorPaddingTop(t)},setLeftIndicatorPaddingTop:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorPaddingTop",[t]]):Pt(e)&&e.value?.setLeftIndicatorPaddingTop(t)},setRightIndicatorPaddingTop:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorPaddingTop",[t]]):Pt(e)&&e.value?.setRightIndicatorPaddingTop(t)},setIndicatorPaddingLeft:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorPaddingLeft",[t]]):Pt(e)&&e.value?.setIndicatorPaddingLeft(t)},setLeftIndicatorPaddingLeft:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorPaddingLeft",[t]]):Pt(e)&&e.value?.setLeftIndicatorPaddingLeft(t)},setRightIndicatorPaddingLeft:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorPaddingLeft",[t]]):Pt(e)&&e.value?.setRightIndicatorPaddingLeft(t)},setIndicatorPaddingRight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorPaddingRight",[t]]):Pt(e)&&e.value?.setIndicatorPaddingRight(t)},setLeftIndicatorPaddingRight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorPaddingRight",[t]]):Pt(e)&&e.value?.setLeftIndicatorPaddingRight(t)},setRightIndicatorPaddingRight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorPaddingRight",[t]]):Pt(e)&&e.value?.setRightIndicatorPaddingRight(t)},setIndicatorBackgroundColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorBackgroundColor",[t]]):Pt(e)&&e.value?.setIndicatorBackgroundColor(t)},setLeftIndicatorBackgroundColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorBackgroundColor",[t]]):Pt(e)&&e.value?.setLeftIndicatorBackgroundColor(t)},setRightIndicatorBackgroundColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorBackgroundColor",[t]]):Pt(e)&&e.value?.setLeftIndicatorBackgroundColor(t)},setIndicatorRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorRadius",[t]]):Pt(e)&&e.value?.setIndicatorRadius(t)},setLeftIndicatorRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorRadius",[t]]):Pt(e)&&e.value?.setLeftIndicatorRadius(t)},setRightIndicatorRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorRadius",[t]]):Pt(e)&&e.value?.setRightIndicatorRadius(t)},setIndicatorTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorTextSize",[t]]):Pt(e)&&e.value?.setIndicatorTextSize(t)},setLeftIndicatorTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorTextSize",[t]]):Pt(e)&&e.value?.setLeftIndicatorTextSize(t)},setRightIndicatorTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorTextSize",[t]]):Pt(e)&&e.value?.setRightIndicatorTextSize(t)},setIndicatorTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorTextColor",[t]]):Pt(e)&&e.value?.setIndicatorTextColor(t)},setLeftIndicatorTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorTextColor",[t]]):Pt(e)&&e.value?.setLeftIndicatorTextColor(t)},setRightIndicatorTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorTextColor",[t]]):Pt(e)&&e.value?.setRightIndicatorTextColor(t)},setIndicatorArrowSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorArrowSize",[t]]):Pt(e)&&e.value?.setIndicatorArrowSize(t)},setLeftIndicatorArrowSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorArrowSize",[t]]):Pt(e)&&e.value?.setLeftIndicatorArrowSize(t)},setRightIndicatorArrowSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorArrowSize",[t]]):Pt(e)&&e.value?.setRightIndicatorArrowSize(t)},setIndicatorDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorDrawable",[t]]):Pt(e)&&e.value?.setIndicatorDrawable(t)},setLeftIndicatorDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorDrawable",[t]]):Pt(e)&&e.value?.setLeftIndicatorDrawable(t)},setRightIndicatorDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorDrawable",[t]]):Pt(e)&&e.value?.setRightIndicatorDrawable(t)},setIndicatorUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setIndicatorUrl",[t]]):Pt(e)&&e.value?.setIndicatorUrl(t)},setLeftIndicatorUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftIndicatorUrl",[t]]):Pt(e)&&e.value?.setLeftIndicatorUrl(t)},setRightIndicatorUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightIndicatorUrl",[t]]):Pt(e)&&e.value?.setRightIndicatorUrl(t)},setThumbWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbWidth",[t]]):Pt(e)&&e.value?.setThumbWidth(t)},setLeftThumbWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbWidth",[t]]):Pt(e)&&e.value?.setLeftThumbWidth(t)},setRightThumbWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbWidth",[t]]):Pt(e)&&e.value?.setRightThumbWidth(t)},setThumbHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbHeight",[t]]):Pt(e)&&e.value?.setThumbHeight(t)},setLeftThumbHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbHeight",[t]]):Pt(e)&&e.value?.setLeftThumbHeight(t)},setRightThumbHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbHeight",[t]]):Pt(e)&&e.value?.setRightThumbHeight(t)},scaleThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"scaleThumb",[]]):Pt(e)&&e.value?.scaleThumb()},scaleLeftThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"scaleLeftThumb",[]]):Pt(e)&&e.value?.scaleLeftThumb()},scaleRightThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"scaleRightThumb",[]]):Pt(e)&&e.value?.scaleRightThumb()},resetThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resetThumb",[]]):Pt(e)&&e.value?.resetThumb()},resetLeftThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resetLeftThumb",[]]):Pt(e)&&e.value?.resetLeftThumb()},resetRightThumb:function(e){Ai(e)?P.callNative(Ni,yi,[e,"resetRightThumb",[]]):Pt(e)&&e.value?.resetRightThumb()},setThumbScaleRatio:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbScaleRatio",[t]]):Pt(e)&&e.value?.setThumbScaleRatio(t)},setLeftThumbScaleRatio:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbScaleRatio",[t]]):Pt(e)&&e.value?.setLeftThumbScaleRatio(t)},setRightThumbScaleRatio:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbScaleRatio",[t]]):Pt(e)&&e.value?.setRightThumbScaleRatio(t)},setThumbActivate:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbActivate",[t]]):Pt(e)&&e.value?.setThumbActivate(t)},setLeftThumbActivate:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbActivate",[t]]):Pt(e)&&e.value?.setLeftThumbActivate(t)},setRightThumbActivate:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbActivate",[t]]):Pt(e)&&e.value?.setRightThumbActivate(t)},setThumbDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbDrawable",[t]]):Pt(e)&&e.value?.setThumbDrawable(t)},setLeftThumbDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbDrawable",[t]]):Pt(e)&&e.value?.setLeftThumbDrawable(t)},setRightThumbDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbDrawable",[t]]):Pt(e)&&e.value?.setRightThumbDrawable(t)},setThumbUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbUrl",[t]]):Pt(e)&&e.value?.setThumbUrl(t)},setLeftThumbUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbUrl",[t]]):Pt(e)&&e.value?.setLeftThumbUrl(t)},setRightThumbUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbUrl",[t]]):Pt(e)&&e.value?.setRightThumbUrl(t)},setThumbInactivatedDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbInactivatedDrawable",[t]]):Pt(e)&&e.value?.setThumbInactivatedDrawable(t)},setLeftThumbInactivatedDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbInactivatedDrawable",[t]]):Pt(e)&&e.value?.setLeftThumbInactivatedDrawable(t)},setRightThumbInactivatedDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbInactivatedDrawable",[t]]):Pt(e)&&e.value?.setRightThumbInactivatedDrawable(t)},setThumbInactivatedUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setThumbInactivatedUrl",[t]]):Pt(e)&&e.value?.setThumbInactivatedUrl(t)},setLeftThumbInactivatedUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setLeftThumbInactivatedUrl",[t]]):Pt(e)&&e.value?.setLeftThumbInactivatedUrl(t)},setRightThumbInactivatedUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setRightThumbInactivatedUrl",[t]]):Pt(e)&&e.value?.setRightThumbInactivatedUrl(t)},setTickMarkMode:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkMode",[t]]):Pt(e)&&e.value?.setTickMarkMode(t)},setTickMarkGravity:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkGravity",[t]]):Pt(e)&&e.value?.setTickMarkGravity(t)},setTickMarkLayoutGravity:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkLayoutGravity",[t]]):Pt(e)&&e.value?.setTickMarkLayoutGravity(t)},setTickMarkTextArray:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkTextArray",[t]]):Pt(e)&&e.value?.setTickMarkTextArray(t)},setTickMarkTextMargin:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkTextMargin",[t]]):Pt(e)&&e.value?.setTickMarkTextMargin(t)},setTickMarkTextSize:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkTextSize",[t]]):Pt(e)&&e.value?.setTickMarkTextSize(t)},setTickMarkTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkTextColor",[t]]):Pt(e)&&e.value?.setTickMarkTextColor(t)},setTickMarkInRangeTextColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setTickMarkInRangeTextColor",[t]]):Pt(e)&&e.value?.setTickMarkInRangeTextColor(t)},setSteps:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setSteps",[t]]):Pt(e)&&e.value?.setSteps(t)},setStepsWidth:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsWidth",[t]]):Pt(e)&&e.value?.setStepsWidth(t)},setStepsHeight:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsHeight",[t]]):Pt(e)&&e.value?.setStepsHeight(t)},setStepsRadius:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsRadius",[t]]):Pt(e)&&e.value?.setStepsRadius(t)},setStepsColor:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsColor",[t]]):Pt(e)&&e.value?.setStepsColor(t)},setStepsAutoBonding:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsAutoBonding",[t]]):Pt(e)&&e.value?.setStepsAutoBonding(t)},setStepsDrawable:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsDrawable",[t]]):Pt(e)&&e.value?.setStepsDrawable(t)},setStepsUrl:function(e,t){Ai(e)?P.callNative(Ni,yi,[e,"setStepsUrl",[t]]):Pt(e)&&e.value?.setStepsUrl(t)}}}(e),b=function(e){return{...e,setup:function(e){e.value?.setup()},setInitData:function(e,t,a,n,o){e.value?.setInitData(t,a,n,o)},setVisible:function(e,t){e.value?.setVisible(t)},setPageData:function(e,t,a){e.value?.setPageData(t,a)},scrollTo:function(e,t){e.value?.scrollTo(t)},scrollToWithOffset:function(e,t,a,n){e.value?.scrollToWithOffset(t,a,n)},setSelected:function(e,t){e.value?.setSelected(t)},setGroupSelected:function(e,t){e.value?.setGroupSelected(t)},requestFocus:function(e,t){e.value?.requestFocus(t)},release:function(e){e.value?.release()}}}(e),E=function(e){return{...e,initTab:function(e,t){e.value?.initTab(t)},initPage:function(e,t){e.value?.initPage(t)},setPageState:function(e,t,a){e.value?.setPageState(t,a)},setPageData:function(e,t,a){e.value?.setPageData(t,a)},addPageData:function(e,t,a,n){e.value?.addPageData(t,a,n)},updatePageData:function(e,t,a){e.value?.updatePageData(t,a)},updatePageSection:function(e,t,a,n){e.value?.updatePageSection(t,a,n)},getPageSection:function(e,t,a){return e.value?.getPageSection(t,a)},getPageSectionList:function(e,t){return e.value?.getPageSectionList(t)},deletePageSection:function(e,t,a,n){e.value?.deletePageSection(t,a,n)},addPageItemList:function(e,t,a,n){e.value?.addPageItemList(t,a,n)},getPageItem:function(e,t,a,n){return e.value?.getPageItem(t,a,n)},updatePageItem:function(e,t,a,n,o){e.value?.updatePageItem(t,a,n,o)},deletePageItem:function(e,t,a,n,o){e.value?.deletePageItem(t,a,n,o)},focusBackToTop:function(e){e.value?.focusBackToTop()},requestNodeFocus:function(e,t){e.value?.requestNodeFocus(t)},reloadAll:function(e,t){e.value?.reloadAll(t)},reloadPage:function(e,t){e.value?.reloadPage(t)},setCurrentPage:function(e,t){e.value?.setCurrentPage(t)},requestTabFocus:function(e,t){e.value?.requestTabFocus(t)},invokeContentFunction:function(e,t,a,n){e.value?.invokeContentFunction(t,a,n)},invokeContentFunctionDirect:function(e,t,a){e.value?.invokeContentFunctionDirect(t,a)},contentScrollToFocus:function(e,t){e.value?.contentScrollToFocus(t)},getRootNodeViewState:function(e,t,a,n){e.value?.getRootNodeViewState(t,a,n)},getChildNodeViewState:function(e,t,a,n,o,i){e.value?.getChildNodeViewState(t,a,n,o,i)},dispatchUIFunctionOnChildNode:function(e,t,a,n,o,i){e.value?.dispatchUIFunctionOnChildNode(t,a,n,o,i)},updateItemMatched:function(e,t,a,n){e.value?.updateItemMatched(t,a,n)},updateRootNode:function(e,t,a,n){e.value?.updateRootNode(t,a,n)},updateChildNode:function(e,t,a,n,o){e.value?.updateChildNode(t,a,n,o)},destroy:function(e){e.value?.destroy()},cancelAll:function(e){e.value?.cancelAll()},translationLeft:function(e){e.value?.translationLeft()},translationRight:function(e){e.value?.translationRight()},getCurrentPageIndex:function(e){return e.value?.getCurrentPageIndex()??-1},getCurrentTabIndex:function(e){return e.value?e.value.getCurrentTabIndex():Promise.reject()},insertPageData:function(e,t,a,n){e.value?.insertPageData(t,a,n)},getDataManager:function(e){return e.value?.getDataManager()}}}(e),N=function(e){return{...e}}(e),y=function(e){return{...e}}(e),R=function(e){return{...e}}(e),A=function(e){return{...e}}(e),L=function(e){return{...e}}(e),C=function(e){return{...e}}(e);return{view:e,webView:c,listView:a,gridView:n,waterfall:o,image:l,ul:u,scrollView:r,text:d,replaceChildView:f,animation:v,appIcon:g,classifiedListView:m,collapse:I,listItem:p,lottieView:T,navBar:h,pluginView:_,progressBar:S,seekBar:F,mediaSeries:b,tabs:E,x5WebView:s,button:N,column:y,loading:R,poster:A,qrCode:L,row:C,virtualView:{searchReplaceItem:function(e,t){P.callNative(Ni,"searchReplaceItem",e,t)},searchReplaceItemTraverse:function(e,t){P.callNative(Ni,"searchReplaceItemTraverse",e,t)}},indicator:i}}var Li,Ci,Di,Ui,xi,ki,wi,Oi,Mi,Bi,Gi,Wi,Vi,Qi,qi,zi,$i,Yi,Hi,ji,Ki;!function(e){e.QT_FOCUS_BEFORE_DESCENDANTS="beforeDescendants",e.QT_FOCUS_AFTER_DESCENDANTS="afterDescendants",e.QT_FOCUS_BLOCK_DESCENDANTS="blockDescendants"}(Li||(Li={})),function(e){e[e.QT_FOCUS_BEFORE_DESCENDANTS=131072]="QT_FOCUS_BEFORE_DESCENDANTS",e[e.QT_FOCUS_AFTER_DESCENDANTS=262144]="QT_FOCUS_AFTER_DESCENDANTS",e[e.QT_FOCUS_BLOCK_DESCENDANTS=393216]="QT_FOCUS_BLOCK_DESCENDANTS"}(Ci||(Ci={})),function(e){e[e.QT_FOCUS_DIRECTION_BACKWARD=1]="QT_FOCUS_DIRECTION_BACKWARD",e[e.QT_FOCUS_DIRECTION_FORWARD=2]="QT_FOCUS_DIRECTION_FORWARD",e[e.QT_FOCUS_DIRECTION_LEFT=17]="QT_FOCUS_DIRECTION_LEFT",e[e.QT_FOCUS_DIRECTION_UP=33]="QT_FOCUS_DIRECTION_UP",e[e.QT_FOCUS_DIRECTION_RIGHT=66]="QT_FOCUS_DIRECTION_RIGHT",e[e.QT_FOCUS_DIRECTION_DOWN=130]="QT_FOCUS_DIRECTION_DOWN"}(Di||(Di={})),function(e){e.QT_FOCUS_DIRECTION_ALL="all",e.QT_FOCUS_DIRECTION_LEFT="left",e.QT_FOCUS_DIRECTION_UP="up",e.QT_FOCUS_DIRECTION_RIGHT="right",e.QT_FOCUS_DIRECTION_DOWN="down"}(Ui||(Ui={})),function(e){e.VISIBLE="visible",e.INVISIBLE="invisible",e.GONE="gone"}(xi||(xi={})),function(e){e.QT_TEXT_SPAN_ATTRIBUTE_TYPE_SIZE="size",e.QT_TEXT_SPAN_ATTRIBUTE_TYPE_COLOR="color"}(ki||(ki={})),function(e){e.QT_IMAGE_RESIZE_MODE_CONTAIN="contain",e.QT_IMAGE_RESIZE_MODE_COVER="cover",e.QT_IMAGE_RESIZE_MODE_CENTER="center",e.QT_IMAGE_RESIZE_MODE_ORIGIN="origin",e.QT_IMAGE_RESIZE_MODE_FIT_XY="fitxy"}(wi||(wi={})),function(e){e[e.SCROLL_STATE_IDLE=0]="SCROLL_STATE_IDLE",e[e.SCROLL_STATE_DRAGGING=1]="SCROLL_STATE_DRAGGING",e[e.SCROLL_STATE_SETTLING=2]="SCROLL_STATE_SETTLING"}(Oi||(Oi={})),function(e){e[e.QT_NAV_BAR_ITEM_TYPE_TEXT=2e4]="QT_NAV_BAR_ITEM_TYPE_TEXT"}(Mi||(Mi={})),function(e){e[e.QT_TAB_ITEM_TYPE_DEFAULT=2e4]="QT_TAB_ITEM_TYPE_DEFAULT"}(Bi||(Bi={})),function(e){e[e.QT_SEEK_BAR_MODE_SINGLE=1]="QT_SEEK_BAR_MODE_SINGLE",e[e.QT_SEEK_BAR_MODE_RANGE=2]="QT_SEEK_BAR_MODE_RANGE"}(Gi||(Gi={})),function(e){e[e.QT_SEEK_BAR_GRAVITY_TOP=0]="QT_SEEK_BAR_GRAVITY_TOP",e[e.QT_SEEK_BAR_GRAVITY_BOTTOM=1]="QT_SEEK_BAR_GRAVITY_BOTTOM",e[e.QT_SEEK_BAR_GRAVITY_CENTER=2]="QT_SEEK_BAR_GRAVITY_CENTER"}(Wi||(Wi={})),function(e){e[e.QT_SEEK_BAR_INDICATION_MODE_SHOW_WHEN_TOUCH=0]="QT_SEEK_BAR_INDICATION_MODE_SHOW_WHEN_TOUCH",e[e.QT_SEEK_BAR_INDICATION_MODE_ALWAYS_HIDE=1]="QT_SEEK_BAR_INDICATION_MODE_ALWAYS_HIDE",e[e.QT_SEEK_BAR_INDICATION_MODE_ALWAYS_SHOW_AFTER_TOUCH=2]="QT_SEEK_BAR_INDICATION_MODE_ALWAYS_SHOW_AFTER_TOUCH",e[e.QT_SEEK_BAR_INDICATION_MODE_ALWAYS_SHOW=3]="QT_SEEK_BAR_INDICATION_MODE_ALWAYS_SHOW"}(Vi||(Vi={})),function(e){e[e.QT_SEEK_BAR_TICK_MARK_MODE_NUMBER=0]="QT_SEEK_BAR_TICK_MARK_MODE_NUMBER",e[e.QT_SEEK_BAR_TICK_MARK_MODE_OTHER=1]="QT_SEEK_BAR_TICK_MARK_MODE_OTHER"}(Qi||(Qi={})),function(e){e[e.QT_SEEK_BAR_TICK_MARK_GRAVITY_LEFT=0]="QT_SEEK_BAR_TICK_MARK_GRAVITY_LEFT",e[e.QT_SEEK_BAR_TICK_MARK_GRAVITY_CENTER=1]="QT_SEEK_BAR_TICK_MARK_GRAVITY_CENTER",e[e.QT_SEEK_BAR_TICK_MARK_GRAVITY_RIGHT=2]="QT_SEEK_BAR_TICK_MARK_GRAVITY_RIGHT"}(qi||(qi={})),function(e){e[e.QT_SEEK_BAR_TICK_MARK_LAYOUT_GRAVITY_TOP=0]="QT_SEEK_BAR_TICK_MARK_LAYOUT_GRAVITY_TOP",e[e.QT_SEEK_BAR_TICK_MARK_LAYOUT_GRAVITY_BOTTOM=1]="QT_SEEK_BAR_TICK_MARK_LAYOUT_GRAVITY_BOTTOM"}(zi||(zi={})),function(e){e[e.QT_LOTTIE_REPEAT_MODE_RESTART=1]="QT_LOTTIE_REPEAT_MODE_RESTART",e[e.QT_LOTTIE_REPEAT_MODE_REVERSE=2]="QT_LOTTIE_REPEAT_MODE_REVERSE",e[e.QT_LOTTIE_REPEAT_MODE_INFINITE=-1]="QT_LOTTIE_REPEAT_MODE_INFINITE"}($i||($i={})),function(e){e[e.QT_LOTTIE_ASYNC_UPDATE_AUTOMATIC=0]="QT_LOTTIE_ASYNC_UPDATE_AUTOMATIC",e[e.QT_LOTTIE_ASYNC_UPDATE_ENABLED=1]="QT_LOTTIE_ASYNC_UPDATE_ENABLED",e[e.QT_LOTTIE_ASYNC_UPDATE_DISABLED=2]="QT_LOTTIE_ASYNC_UPDATE_DISABLED"}(Yi||(Yi={})),function(e){e[e.QT_GRADIENT_ORIENTATION_TOP_BOTTOM=0]="QT_GRADIENT_ORIENTATION_TOP_BOTTOM",e[e.QT_GRADIENT_ORIENTATION_TR_BL=1]="QT_GRADIENT_ORIENTATION_TR_BL",e[e.QT_GRADIENT_ORIENTATION_RIGHT_LEFT=2]="QT_GRADIENT_ORIENTATION_RIGHT_LEFT",e[e.QT_GRADIENT_ORIENTATION_BR_TL=3]="QT_GRADIENT_ORIENTATION_BR_TL",e[e.QT_GRADIENT_ORIENTATION_BOTTOM_TOP=4]="QT_GRADIENT_ORIENTATION_BOTTOM_TOP",e[e.QT_GRADIENT_ORIENTATION_BL_TR=5]="QT_GRADIENT_ORIENTATION_BL_TR",e[e.QT_GRADIENT_ORIENTATION_LEFT_RIGHT=6]="QT_GRADIENT_ORIENTATION_LEFT_RIGHT",e[e.QT_GRADIENT_ORIENTATION_TL_BR=7]="QT_GRADIENT_ORIENTATION_TL_BR"}(Hi||(Hi={})),function(e){e[e.QT_GRADIENT_SHAPE_RECTANGLE=0]="QT_GRADIENT_SHAPE_RECTANGLE",e[e.QT_GRADIENT_SHAPE_OVAL=1]="QT_GRADIENT_SHAPE_OVAL",e[e.QT_GRADIENT_SHAPE_LINE=2]="QT_GRADIENT_SHAPE_LINE",e[e.QT_GRADIENT_SHAPE_RING=3]="QT_GRADIENT_SHAPE_RING"}(ji||(ji={})),function(e){e[e.QT_GRADIENT_TYPE_LINEAR_GRADIENT=0]="QT_GRADIENT_TYPE_LINEAR_GRADIENT",e[e.QT_GRADIENT_TYPE_RADIAL_GRADIENT=1]="QT_GRADIENT_TYPE_RADIAL_GRADIENT",e[e.QT_GRADIENT_TYPE_SWEEP_GRADIENT=2]="QT_GRADIENT_TYPE_SWEEP_GRADIENT"}(Ki||(Ki={}));const Zi={callUIModule(e,t,a){P.callNative("UIManagerModule","callUIFunction",e,t,a)},callUIModuleAsync:async(e,t,a,n=1e3)=>new Promise((o=>{let i=setTimeout((()=>{o(!1)}),n);P.callNative("UIManagerModule","callUIFunctionWithPromise",e,t,a,(e=>{clearTimeout(i),o(e)}))})),call(e,t,a){P.callNative("ExtendModule","callUIFunction",e,t,a)},callAsync:async(e,t,a,n=1e3)=>new Promise((o=>{let i=setTimeout((()=>{o(!1)}),n);P.callNative("ExtendModule","callUIFunctionWithPromise",e,t,a,(e=>{clearTimeout(i),o(e)}))})),tvCall(e,t,a,n){P.callNative("ExtendModule","callUIFunction",e,a,[t,...n])},tvCallAsync:(e,t,a,n,o=1e3)=>new Promise((i=>{let l=setTimeout((()=>{i(!1)}),o);P.callNative("ExtendModule","callUIFunctionWithPromise",e,a,[t,...n],(e=>{clearTimeout(l),i(e)}))})),updateChild(e,t,a){this.tvCall(e,t,"searchReplaceItem",[a])},updateBySid(e,t){this.tvCall("",e,"searchReplaceItem",[t])}},Ji=[tn,nn,on,cn,un,dn,Hn,eo,io,Go,Vo,qo,Qo,hi,Si],Xi=t=>{t.component("qt-loading-view",{setup(t,a){const n=e();return a.expose({viewRef:n,...en(n)}),()=>A("LoadingViewComponent",{ref:n})}}),bi(t),function(t){const a=l({emits:["item-focused","item-attached","item-detached","item-bind","item-unbind"],setup(t,a){const n=e();return a.expose({viewRef:n,updateItem:(e,t)=>{P.callUIFunction(n.value,"updateItem",[e,t])},dispatchItemFunction:(e,t,a,o)=>{P.callUIFunction(n.value,"dispatchItemFunction",[e,t,a,o])},updateItemProps:(e,t,a)=>{P.callUIFunction(n.value,"updateItemProps",[t,e,a,!0])},batch:e=>{P.callUIFunction(n.value,"batch",[e])},...en(n)}),()=>{const e=a.slots.default&&a.slots.default();return A("FastListView",{ref:n,onBindItem:e=>{a.emit("item-bind",e)},onItemFocused:e=>{a.emit("item-focused",e)},onAttachedToWindow:e=>{a.emit("item-attached",e)},onDetachedFromWindow:e=>{a.emit("item-detached",e)},onItemRecycled:e=>{a.emit("item-unbind",e)}},e)}}});t.component("qt-list-item",a)}(t),Ei(t),function(t){const a=l({name:"WebView",emits:["onCanGoBack","onCanGoForward","onCanGoBackOrForward","onPageStarted","onPageFinished","onLoadResource","onReceivedSslError","onReceivedError","shouldOverrideUrlLoading","onJs2Vue"],setup(t,a){const n=e();g((()=>{o(!0),l(!0),r(!0),s(!0),u(!0),c(!0),m(!0),f(!0),d(!0),v(!0),i(1),I(2)}));const o=e=>{P.callUIFunction(n.value,"setJavaScriptEnabled",[e],(e=>{}))},i=e=>{P.callUIFunction(n.value,"setPluginState",[e],(e=>{}))},l=e=>{P.callUIFunction(n.value,"setJavaScriptCanOpenWindowsAutomatically",[e],(e=>{}))},c=e=>{P.callUIFunction(n.value,"setUseWideViewPort",[e],(e=>{}))},s=e=>{P.callUIFunction(n.value,"setSupportZoom",[e],(e=>{}))},u=e=>{P.callUIFunction(n.value,"setBuiltInZoomControls",[e],(e=>{}))},r=e=>{P.callUIFunction(n.value,"setAllowFileAccess",[e],(e=>{}))},d=e=>{P.callUIFunction(n.value,"setDomStorageEnabled",[e],(e=>{}))},f=e=>{P.callUIFunction(n.value,"setAppCacheEnabled",[e],(e=>{}))},v=e=>{P.callUIFunction(n.value,"setGeolocationEnabled",[e],(e=>{}))},m=e=>{P.callUIFunction(n.value,"setSupportMultipleWindows",[e],(e=>{}))},I=e=>{P.callUIFunction(n.value,"setCacheMode",[e],(e=>{}))};return a.expose({loadUrl:e=>{P.callUIFunction(n.value,"loadUrl",[e],(e=>{}))},evaluateJavascript:e=>new Promise(((t,a)=>{P.callUIFunction(n.value,"evaluateJavascript",[e],(e=>{t(e)}))})),canGoBack:()=>{P.callUIFunction(n.value,"canGoBack",[],(e=>{a.emit("onCanGoBack",e)}))},goBack:()=>{P.callUIFunction(n.value,"goBack",[],(e=>{}))},canGoForward:()=>{P.callUIFunction(n.value,"canGoForward",[],(e=>{a.emit("onCanGoForward",e)}))},goForward:()=>{P.callUIFunction(n.value,"goForward",[],(e=>{}))},canGoBackOrForward:e=>{P.callUIFunction(n.value,"canGoBackOrForward",[e],(e=>{a.emit("onCanGoBackOrForward",e)}))},goBackOrForward:e=>{P.callUIFunction(n.value,"goBackOrForward",[e],(e=>{}))},onResume:()=>{P.callUIFunction(n.value,"onResume",[],(e=>{}))},onPause:()=>{P.callUIFunction(n.value,"onPause",[],(e=>{}))},pauseTimers:()=>{P.callUIFunction(n.value,"pauseTimers",[],(e=>{}))},resumeTimers:()=>{P.callUIFunction(n.value,"resumeTimers",[],(e=>{}))},destroy:()=>{P.callUIFunction(n.value,"destroy",[],(e=>{}))},setJavaScriptEnabled:o,setPluginState:i,setJavaScriptCanOpenWindowsAutomatically:l,setUseWideViewPort:c,setLoadWithOverviewMode:e=>{P.callUIFunction(n.value,"setLoadWithOverviewMode",[e],(e=>{}))},setSupportZoom:s,setBuiltInZoomControls:u,setDisplayZoomControls:e=>{P.callUIFunction(n.value,"setDisplayZoomControls",[e],(e=>{}))},setAllowFileAccess:r,setDomStorageEnabled:d,setDatabaseEnabled:e=>{P.callUIFunction(n.value,"setDatabaseEnabled",[e],(e=>{}))},setAppCacheEnabled:f,setAppCachePath:e=>{P.callUIFunction(n.value,"setAppCachePath",[e],(e=>{}))},setMediaPlaybackRequiresUserGesture:e=>{P.callUIFunction(n.value,"setMediaPlaybackRequiresUserGesture",[e],(e=>{}))},setStandardFontFamily:e=>{P.callUIFunction(n.value,"setStandardFontFamily",[e],(e=>{}))},setFixedFontFamily:e=>{P.callUIFunction(n.value,"setFixedFontFamily",[e],(e=>{}))},setSansSerifFontFamily:e=>{P.callUIFunction(n.value,"setSansSerifFontFamily",[e],(e=>{}))},setSerifFontFamily:e=>{P.callUIFunction(n.value,"setSerifFontFamily",[e],(e=>{}))},setCursiveFontFamily:e=>{P.callUIFunction(n.value,"setCursiveFontFamily",[e],(e=>{}))},setFantasyFontFamily:e=>{P.callUIFunction(n.value,"setFantasyFontFamily",[e],(e=>{}))},setTextZoom:e=>{P.callUIFunction(n.value,"setTextZoom",[e],(e=>{}))},setMinimumFontSize:e=>{P.callUIFunction(n.value,"setMinimumFontSize",[e],(e=>{}))},setDefaultFontSize:e=>{P.callUIFunction(n.value,"setDefaultFontSize",[e],(e=>{}))},setLayoutAlgorithm:e=>{P.callUIFunction(n.value,"setLayoutAlgorithm",[e],(e=>{}))},setLoadsImagesAutomatically:e=>{P.callUIFunction(n.value,"setLoadsImagesAutomatically",[e],(e=>{}))},setDefaultTextEncodingName:e=>{P.callUIFunction(n.value,"setDefaultTextEncodingName",[e],(e=>{}))},setNeedInitialFocus:e=>{P.callUIFunction(n.value,"setNeedInitialFocus",[e],(e=>{}))},setGeolocationEnabled:v,setBlockNetworkLoads:e=>{P.callUIFunction(n.value,"setBlockNetworkLoads",[e],(e=>{}))},setSupportMultipleWindows:m,setAppCacheMaxSize:e=>{P.callUIFunction(n.value,"setAppCacheMaxSize",[e],(e=>{}))},setRenderPriority:e=>{P.callUIFunction(n.value,"setRenderPriority",[e],(e=>{}))},setCacheMode:I,setAllowContentAccess:e=>{P.callUIFunction(n.value,"setAllowContentAccess",[e],(e=>{}))},setEnableSmoothTransition:e=>{P.callUIFunction(n.value,"setEnableSmoothTransition",[e],(e=>{}))},setSaveFormData:e=>{P.callUIFunction(n.value,"setSaveFormData",[e],(e=>{}))},setSavePassword:e=>{P.callUIFunction(n.value,"setSavePassword",[e],(e=>{}))},setTextSize:e=>{P.callUIFunction(n.value,"setTextSize",[e],(e=>{}))},setDefaultZoom:e=>{P.callUIFunction(n.value,"setDefaultZoom",[e],(e=>{}))},setLightTouchEnabled:e=>{P.callUIFunction(n.value,"setLightTouchEnabled",[e],(e=>{}))},setMinimumLogicalFontSize:e=>{P.callUIFunction(n.value,"setMinimumLogicalFontSize",[e],(e=>{}))},setDefaultFixedFontSize:e=>{P.callUIFunction(n.value,"setDefaultFixedFontSize",[e],(e=>{}))},setBlockNetworkImage:e=>{P.callUIFunction(n.value,"setBlockNetworkImage",[e],(e=>{}))},setAllowUniversalAccessFromFileURLs:e=>{P.callUIFunction(n.value,"setAllowUniversalAccessFromFileURLs",[e],(e=>{}))},setAllowFileAccessFromFileURLs:e=>{P.callUIFunction(n.value,"setAllowFileAccessFromFileURLs",[e],(e=>{}))},setDatabasePath:e=>{P.callUIFunction(n.value,"setDatabasePath",[e],(e=>{}))},setGeolocationDatabasePath:e=>{P.callUIFunction(n.value,"setGeolocationDatabasePath",[e],(e=>{}))},setUserAgentString:e=>{P.callUIFunction(n.value,"setUserAgentString",[e],(e=>{}))},setMixedContentMode:e=>{P.callUIFunction(n.value,"setMixedContentMode",[e],(e=>{}))},setOffscreenPreRaster:e=>{P.callUIFunction(n.value,"setOffscreenPreRaster",[e],(e=>{}))},setSafeBrowsingEnabled:e=>{P.callUIFunction(n.value,"setSafeBrowsingEnabled",[e],(e=>{}))},setForceDark:e=>{P.callUIFunction(n.value,"setForceDark",[e],(e=>{}))},setDisabledActionModeMenuItems:e=>{P.callUIFunction(n.value,"setDisabledActionModeMenuItems",[e],(e=>{}))},initJavaScriptInterface:()=>{P.callUIFunction(n.value,"initJavaScriptInterface",[],(e=>{}))},removeJavaScriptInterface:()=>{P.callUIFunction(n.value,"removeJavaScriptInterface",[],(e=>{}))},initWebViewFocus:(e,t,a)=>{P.callUIFunction(n.value,"initWebViewFocus",[e,t,a],(e=>{}))},...en(n)}),()=>A("ESWebViewComponent",{onPageStarted:e=>{let t=e.url;a.emit("onPageStarted",t)},onPageFinished:e=>{let t=e.url;a.emit("onPageFinished",t)},onLoadResource:e=>{let t=e.url;a.emit("onLoadResource",t)},onReceivedSslError:e=>{a.emit("onReceivedSslError",e)},onReceivedError:e=>{let t=e.errorCode,n=e.description,o=e.failingUrl;a.emit("onReceivedError",t,n,o)},onShouldOverrideUrlLoading:e=>{let t=e.url;a.emit("shouldOverrideUrlLoading",t)},onJs2Vue:e=>{let t=e.js2VueValue;a.emit("onJs2Vue",t)},ref:n})}});t.component("qt-web-view",a)}(t),function(t){const a=l({name:"X5WebView",emits:["onCanGoBack","onCanGoForward","onCanGoBackOrForward","onPageStarted","onPageFinished","onLoadResource","onReceivedSslError","onReceivedError","shouldOverrideUrlLoading","onJs2Vue","onJsRewardCall","onJsFinishGame"],setup(t,a){const n=e();g((()=>{o(!0),l(!0),r(!0),s(!0),u(!0),c(!0),m(!0),f(!0),d(!0),v(!0),i(1),I(2)}));const o=e=>{P.callUIFunction(n.value,"setJavaScriptEnabled",[e],(e=>{}))},i=e=>{P.callUIFunction(n.value,"setPluginState",[e],(e=>{}))},l=e=>{P.callUIFunction(n.value,"setJavaScriptCanOpenWindowsAutomatically",[e],(e=>{}))},c=e=>{P.callUIFunction(n.value,"setUseWideViewPort",[e],(e=>{}))},s=e=>{P.callUIFunction(n.value,"setSupportZoom",[e],(e=>{}))},u=e=>{P.callUIFunction(n.value,"setBuiltInZoomControls",[e],(e=>{}))},r=e=>{P.callUIFunction(n.value,"setAllowFileAccess",[e],(e=>{}))},d=e=>{P.callUIFunction(n.value,"setDomStorageEnabled",[e],(e=>{}))},f=e=>{P.callUIFunction(n.value,"setAppCacheEnabled",[e],(e=>{}))},v=e=>{P.callUIFunction(n.value,"setGeolocationEnabled",[e],(e=>{}))},m=e=>{P.callUIFunction(n.value,"setSupportMultipleWindows",[e],(e=>{}))},I=e=>{P.callUIFunction(n.value,"setCacheMode",[e],(e=>{}))};return a.expose({loadUrl:e=>{P.callUIFunction(n.value,"loadUrl",[e],(e=>{}))},evaluateJavascript:e=>new Promise(((t,a)=>{P.callUIFunction(n.value,"evaluateJavascript",[e],(e=>{t(e)}))})),canGoBack:()=>{P.callUIFunction(n.value,"canGoBack",[],(e=>{a.emit("onCanGoBack",e)}))},goBack:()=>{P.callUIFunction(n.value,"goBack",[],(e=>{}))},canGoForward:()=>{P.callUIFunction(n.value,"canGoForward",[],(e=>{a.emit("onCanGoForward",e)}))},goForward:()=>{P.callUIFunction(n.value,"goForward",[],(e=>{}))},canGoBackOrForward:e=>{P.callUIFunction(n.value,"canGoBackOrForward",[e],(e=>{a.emit("onCanGoBackOrForward",e)}))},goBackOrForward:e=>{P.callUIFunction(n.value,"goBackOrForward",[e],(e=>{}))},onResume:()=>{P.callUIFunction(n.value,"onResume",[],(e=>{}))},onPause:()=>{P.callUIFunction(n.value,"onPause",[],(e=>{}))},pauseTimers:()=>{P.callUIFunction(n.value,"pauseTimers",[],(e=>{}))},resumeTimers:()=>{P.callUIFunction(n.value,"resumeTimers",[],(e=>{}))},destroy:()=>{P.callUIFunction(n.value,"destroy",[],(e=>{}))},setJavaScriptEnabled:o,setPluginState:i,setJavaScriptCanOpenWindowsAutomatically:l,setUseWideViewPort:c,setLoadWithOverviewMode:e=>{P.callUIFunction(n.value,"setLoadWithOverviewMode",[e],(e=>{}))},setSupportZoom:s,setBuiltInZoomControls:u,setDisplayZoomControls:e=>{P.callUIFunction(n.value,"setDisplayZoomControls",[e],(e=>{}))},setAllowFileAccess:r,setDomStorageEnabled:d,setDatabaseEnabled:e=>{P.callUIFunction(n.value,"setDatabaseEnabled",[e],(e=>{}))},setAppCacheEnabled:f,setAppCachePath:e=>{P.callUIFunction(n.value,"setAppCachePath",[e],(e=>{}))},setMediaPlaybackRequiresUserGesture:e=>{P.callUIFunction(n.value,"setMediaPlaybackRequiresUserGesture",[e],(e=>{}))},setStandardFontFamily:e=>{P.callUIFunction(n.value,"setStandardFontFamily",[e],(e=>{}))},setFixedFontFamily:e=>{P.callUIFunction(n.value,"setFixedFontFamily",[e],(e=>{}))},setSansSerifFontFamily:e=>{P.callUIFunction(n.value,"setSansSerifFontFamily",[e],(e=>{}))},setSerifFontFamily:e=>{P.callUIFunction(n.value,"setSerifFontFamily",[e],(e=>{}))},setCursiveFontFamily:e=>{P.callUIFunction(n.value,"setCursiveFontFamily",[e],(e=>{}))},setFantasyFontFamily:e=>{P.callUIFunction(n.value,"setFantasyFontFamily",[e],(e=>{}))},setTextZoom:e=>{P.callUIFunction(n.value,"setTextZoom",[e],(e=>{}))},setMinimumFontSize:e=>{P.callUIFunction(n.value,"setMinimumFontSize",[e],(e=>{}))},setDefaultFontSize:e=>{P.callUIFunction(n.value,"setDefaultFontSize",[e],(e=>{}))},setLayoutAlgorithm:e=>{P.callUIFunction(n.value,"setLayoutAlgorithm",[e],(e=>{}))},setLoadsImagesAutomatically:e=>{P.callUIFunction(n.value,"setLoadsImagesAutomatically",[e],(e=>{}))},setDefaultTextEncodingName:e=>{P.callUIFunction(n.value,"setDefaultTextEncodingName",[e],(e=>{}))},setNeedInitialFocus:e=>{P.callUIFunction(n.value,"setNeedInitialFocus",[e],(e=>{}))},setGeolocationEnabled:v,setBlockNetworkLoads:e=>{P.callUIFunction(n.value,"setBlockNetworkLoads",[e],(e=>{}))},setSupportMultipleWindows:m,setAppCacheMaxSize:e=>{P.callUIFunction(n.value,"setAppCacheMaxSize",[e],(e=>{}))},setRenderPriority:e=>{P.callUIFunction(n.value,"setRenderPriority",[e],(e=>{}))},setCacheMode:I,setAllowContentAccess:e=>{P.callUIFunction(n.value,"setAllowContentAccess",[e],(e=>{}))},setEnableSmoothTransition:e=>{P.callUIFunction(n.value,"setEnableSmoothTransition",[e],(e=>{}))},setSaveFormData:e=>{P.callUIFunction(n.value,"setSaveFormData",[e],(e=>{}))},setSavePassword:e=>{P.callUIFunction(n.value,"setSavePassword",[e],(e=>{}))},setTextSize:e=>{P.callUIFunction(n.value,"setTextSize",[e],(e=>{}))},setDefaultZoom:e=>{P.callUIFunction(n.value,"setDefaultZoom",[e],(e=>{}))},setLightTouchEnabled:e=>{P.callUIFunction(n.value,"setLightTouchEnabled",[e],(e=>{}))},setMinimumLogicalFontSize:e=>{P.callUIFunction(n.value,"setMinimumLogicalFontSize",[e],(e=>{}))},setDefaultFixedFontSize:e=>{P.callUIFunction(n.value,"setDefaultFixedFontSize",[e],(e=>{}))},setBlockNetworkImage:e=>{P.callUIFunction(n.value,"setBlockNetworkImage",[e],(e=>{}))},setAllowUniversalAccessFromFileURLs:e=>{P.callUIFunction(n.value,"setAllowUniversalAccessFromFileURLs",[e],(e=>{}))},setAllowFileAccessFromFileURLs:e=>{P.callUIFunction(n.value,"setAllowFileAccessFromFileURLs",[e],(e=>{}))},setDatabasePath:e=>{P.callUIFunction(n.value,"setDatabasePath",[e],(e=>{}))},setGeolocationDatabasePath:e=>{P.callUIFunction(n.value,"setGeolocationDatabasePath",[e],(e=>{}))},setUserAgentString:e=>{P.callUIFunction(n.value,"setUserAgentString",[e],(e=>{}))},setMixedContentMode:e=>{P.callUIFunction(n.value,"setMixedContentMode",[e],(e=>{}))},setOffscreenPreRaster:e=>{P.callUIFunction(n.value,"setOffscreenPreRaster",[e],(e=>{}))},setSafeBrowsingEnabled:e=>{P.callUIFunction(n.value,"setSafeBrowsingEnabled",[e],(e=>{}))},setForceDark:e=>{P.callUIFunction(n.value,"setForceDark",[e],(e=>{}))},setDisabledActionModeMenuItems:e=>{P.callUIFunction(n.value,"setDisabledActionModeMenuItems",[e],(e=>{}))},initJavaScriptInterface:()=>{P.callUIFunction(n.value,"initJavaScriptInterface",[],(e=>{}))},removeJavaScriptInterface:()=>{P.callUIFunction(n.value,"removeJavaScriptInterface",[],(e=>{}))},initWebViewFocus:(e,t,a)=>{P.callUIFunction(n.value,"initWebViewFocus",[e,t,a],(e=>{}))},...en(n)}),()=>A("ESX5WebViewComponent",{onPageStarted:e=>{let t=e.url;a.emit("onPageStarted",t)},onPageFinished:e=>{let t=e.url;a.emit("onPageFinished",t)},onLoadResource:e=>{let t=e.url;a.emit("onLoadResource",t)},onReceivedSslError:e=>{a.emit("onReceivedSslError",e)},onReceivedError:e=>{let t=e.errorCode,n=e.description,o=e.failingUrl;a.emit("onReceivedError",t,n,o)},onShouldOverrideUrlLoading:e=>{let t=e.url;a.emit("shouldOverrideUrlLoading",t)},onJs2Vue:e=>{let t=e.js2VueValue;a.emit("onJs2Vue",t)},onJsRewardCall:e=>{let t=e.jsRewardCallValue;a.emit("onJsRewardCall",t)},onJsFinishGame:e=>{let t=e.jsFinishGameValue;a.emit("onJsFinishGame",t)},ref:n})}});t.component("qt-x5web-view",a)}(t),function(t){t.component("qt-qr-code",{setup(t,a){const n=e();return a.expose({viewRef:n,...en(n)}),()=>A("QrCodeComponent",{ref:n})}})}(t),function(t){const a=l({name:"qt-seek-bar",props:{emitEventDelay:{type:Number,default:100},onProgressChanged:{type:Function,default:null}},emits:["onSeekStart","onSeekStop","onFocusChanged","onSeekChanged"],setup(t,a){const n=e(),o=e(!1),i=e(1),l=e(0),c=e(0),s=e(0),u=e(0);function r(e){1===i.value&&(u.value=e,P.callUIFunction(n.value,"setProgress",[e],(e=>{})))}function d(e){1===i.value&&(s.value=e,P.callUIFunction(n.value,"setMaxProgress",[e],(e=>{})))}return a.expose({viewRef:n,seekBarFocused:o,seekBarMode:i,seekCount:l,progressCallBackTime:c,maxProgress:s,progress:u,startSeek:function(e){if(o.value){i.value=2,a.emit("onSeekStart",u.value),l.value+=1;let o=1;l.value>20?o=2:l.value>50?o=4:l.value>100&&(o=6);let r=s.value,d=Math.floor(.01*r*o);if(u.value=u.value+(e?d:-d),u.value>r?u.value=r:u.value<0&&(u.value=0),P.callUIFunction(n.value,"setProgress",[u.value],(e=>{})),t.onProgressChanged){let e=(new Date).getTime();e-c.value>t.emitEventDelay&&(t.onProgressChanged(u.value),c.value=e)}}},stopSeek:function(){l.value=0,2==i.value&&a.emit("onSeekStop",u.value),i.value=1},isSeekBarFocused:function(){return o.value},resetSeekbar:function(){i.value=1,d(0),r(0)},invalidateSeekBar:function(){P.callUIFunction(n.value,"invalidateSeekBar",[],(e=>{}))},setFocusable:function(e){P.callUIFunction(n.value,"setFocusable",[e],(e=>{}))},setClickable:function(e){P.callUIFunction(n.value,"setClickable",[e],(e=>{}))},setVisible:function(e){P.callUIFunction(n.value,"setVisible",[e],(e=>{}))},setLeftSeekBarVisible:function(e){P.callUIFunction(n.value,"setLeftSeekBarVisible",[e],(e=>{}))},setRightSeekBarVisible:function(e){P.callUIFunction(n.value,"setRightSeekBarVisible",[e],(e=>{}))},setSeekBarMode:function(e){P.callUIFunction(n.value,"setSeekBarMode",[e],(e=>{}))},setProgress:r,setRangeProgress:function(e,t){P.callUIFunction(n.value,"setProgress",[e,t],(e=>{}))},getProgress:function(){P.callUIFunction(n.value,"getProgress",[],(e=>{}))},getLeftProgress:function(){P.callUIFunction(n.value,"getLeftProgress",[],(e=>{}))},getRightProgress:function(){P.callUIFunction(n.value,"getRightProgress",[],(e=>{}))},setRange:function(e,t,a){P.callUIFunction(n.value,"setRange",[e,t,a],(e=>{}))},setGravity:function(e){P.callUIFunction(n.value,"setGravity",[e],(e=>{}))},setProgressWidth:function(e){P.callUIFunction(n.value,"setProgressWidth",[e],(e=>{}))},setProgressHeight:function(e){P.callUIFunction(n.value,"setProgressHeight",[e],(e=>{}))},setProgressRadius:function(e){P.callUIFunction(n.value,"setProgressRadius",[e],(e=>{}))},setProgressColor:function(e){P.callUIFunction(n.value,"setProgressColor",[e],(e=>{}))},setProgressDefaultColor:function(e){P.callUIFunction(n.value,"setProgressDefaultColor",[e],(e=>{}))},setProgressDrawable:function(e){P.callUIFunction(n.value,"setProgressDrawable",[e],(e=>{}))},setProgressDefaultDrawable:function(e){P.callUIFunction(n.value,"setProgressDefaultDrawable",[e],(e=>{}))},setProgressUrl:function(e){P.callUIFunction(n.value,"setProgressUrl",[e],(e=>{}))},setProgressDefaultUrl:function(e){P.callUIFunction(n.value,"setProgressDefaultUrl",[e],(e=>{}))},showIndicator:function(e){P.callUIFunction(n.value,"showIndicator",[e],(e=>{}))},showLeftIndicator:function(e){P.callUIFunction(n.value,"showLeftIndicator",[e],(e=>{}))},showRightIndicator:function(e){P.callUIFunction(n.value,"showRightIndicator",[e],(e=>{}))},setIndicatorShowMode:function(e){P.callUIFunction(n.value,"setIndicatorShowMode",[e],(e=>{}))},setLeftIndicatorShowMode:function(e){P.callUIFunction(n.value,"setLeftIndicatorShowMode",[e],(e=>{}))},setRightIndicatorShowMode:function(e){P.callUIFunction(n.value,"setRightIndicatorShowMode",[e],(e=>{}))},setIndicatorWidth:function(e){P.callUIFunction(n.value,"setIndicatorWidth",[e],(e=>{}))},setLeftIndicatorWidth:function(e){P.callUIFunction(n.value,"setLeftIndicatorWidth",[e],(e=>{}))},setRightIndicatorWidth:function(e){P.callUIFunction(n.value,"setRightIndicatorWidth",[e],(e=>{}))},setIndicatorHeight:function(e){P.callUIFunction(n.value,"setIndicatorHeight",[e],(e=>{}))},setLeftIndicatorHeight:function(e){P.callUIFunction(n.value,"setLeftIndicatorHeight",[e],(e=>{}))},setRightIndicatorHeight:function(e){P.callUIFunction(n.value,"setRightIndicatorHeight",[e],(e=>{}))},setIndicatorTextDecimalFormat:function(e){P.callUIFunction(n.value,"setIndicatorTextDecimalFormat",[e],(e=>{}))},setLeftIndicatorTextDecimalFormat:function(e){P.callUIFunction(n.value,"setLeftIndicatorTextDecimalFormat",[e],(e=>{}))},setRightIndicatorTextDecimalFormat:function(e){P.callUIFunction(n.value,"setRightIndicatorTextDecimalFormat",[e],(e=>{}))},setIndicatorTextStringFormat:function(e){P.callUIFunction(n.value,"setIndicatorTextStringFormat",[e],(e=>{}))},setLeftIndicatorTextStringFormat:function(e){P.callUIFunction(n.value,"setLeftIndicatorTextStringFormat",[e],(e=>{}))},setRightIndicatorTextStringFormat:function(e){P.callUIFunction(n.value,"setRightIndicatorTextStringFormat",[e],(e=>{}))},setIndicatorMargin:function(e){P.callUIFunction(n.value,"setIndicatorMargin",[e],(e=>{}))},setLeftIndicatorMargin:function(e){P.callUIFunction(n.value,"setLeftIndicatorMargin",[e],(e=>{}))},setRightIndicatorMargin:function(e){P.callUIFunction(n.value,"setRightIndicatorMargin",[e],(e=>{}))},setIndicatorPaddingBottom:function(e){P.callUIFunction(n.value,"setIndicatorPaddingBottom",[e],(e=>{}))},setLeftIndicatorPaddingBottom:function(e){P.callUIFunction(n.value,"setLeftIndicatorPaddingBottom",[e],(e=>{}))},setRightIndicatorPaddingBottom:function(e){P.callUIFunction(n.value,"setRightIndicatorPaddingBottom",[e],(e=>{}))},setIndicatorPaddingTop:function(e){P.callUIFunction(n.value,"setIndicatorPaddingTop",[e],(e=>{}))},setLeftIndicatorPaddingTop:function(e){P.callUIFunction(n.value,"setLeftIndicatorPaddingTop",[e],(e=>{}))},setRightIndicatorPaddingTop:function(e){P.callUIFunction(n.value,"setRightIndicatorPaddingTop",[e],(e=>{}))},setIndicatorPaddingLeft:function(e){P.callUIFunction(n.value,"setIndicatorPaddingLeft",[e],(e=>{}))},setLeftIndicatorPaddingLeft:function(e){P.callUIFunction(n.value,"setLeftIndicatorPaddingLeft",[e],(e=>{}))},setRightIndicatorPaddingLeft:function(e){P.callUIFunction(n.value,"setRightIndicatorPaddingLeft",[e],(e=>{}))},setIndicatorPaddingRight:function(e){P.callUIFunction(n.value,"setIndicatorPaddingRight",[e],(e=>{}))},setLeftIndicatorPaddingRight:function(e){P.callUIFunction(n.value,"setLeftIndicatorPaddingRight",[e],(e=>{}))},setRightIndicatorPaddingRight:function(e){P.callUIFunction(n.value,"setRightIndicatorPaddingRight",[e],(e=>{}))},setIndicatorBackgroundColor:function(e){P.callUIFunction(n.value,"setIndicatorBackgroundColor",[e],(e=>{}))},setLeftIndicatorBackgroundColor:function(e){P.callUIFunction(n.value,"setLeftIndicatorBackgroundColor",[e],(e=>{}))},setRightIndicatorBackgroundColor:function(e){P.callUIFunction(n.value,"setRightIndicatorBackgroundColor",[e],(e=>{}))},setIndicatorRadius:function(e){P.callUIFunction(n.value,"setIndicatorRadius",[e],(e=>{}))},setLeftIndicatorRadius:function(e){P.callUIFunction(n.value,"setLeftIndicatorRadius",[e],(e=>{}))},setRightIndicatorRadius:function(e){P.callUIFunction(n.value,"setRightIndicatorRadius",[e],(e=>{}))},setIndicatorTextSize:function(e){P.callUIFunction(n.value,"setIndicatorTextSize",[e],(e=>{}))},setLeftIndicatorTextSize:function(e){P.callUIFunction(n.value,"setLeftIndicatorTextSize",[e],(e=>{}))},setRightIndicatorTextSize:function(e){P.callUIFunction(n.value,"setRightIndicatorTextSize",[e],(e=>{}))},setIndicatorTextColor:function(e){P.callUIFunction(n.value,"setIndicatorTextColor",[e],(e=>{}))},setLeftIndicatorTextColor:function(e){P.callUIFunction(n.value,"setLeftIndicatorTextColor",[e],(e=>{}))},setRightIndicatorTextColor:function(e){P.callUIFunction(n.value,"setRightIndicatorTextColor",[e],(e=>{}))},setIndicatorArrowSize:function(e){P.callUIFunction(n.value,"setIndicatorArrowSize",[e],(e=>{}))},setLeftIndicatorArrowSize:function(e){P.callUIFunction(n.value,"setLeftIndicatorArrowSize",[e],(e=>{}))},setRightIndicatorArrowSize:function(e){P.callUIFunction(n.value,"setRightIndicatorArrowSize",[e],(e=>{}))},setIndicatorDrawable:function(e){P.callUIFunction(n.value,"setIndicatorDrawable",[e],(e=>{}))},setLeftIndicatorDrawable:function(e){P.callUIFunction(n.value,"setLeftIndicatorDrawable",[e],(e=>{}))},setRightIndicatorDrawable:function(e){P.callUIFunction(n.value,"setRightIndicatorDrawable",[e],(e=>{}))},setIndicatorUrl:function(e){P.callUIFunction(n.value,"setIndicatorUrl",[e],(e=>{}))},setLeftIndicatorUrl:function(e){P.callUIFunction(n.value,"setLeftIndicatorUrl",[e],(e=>{}))},setRightIndicatorUrl:function(e){P.callUIFunction(n.value,"setRightIndicatorUrl",[e],(e=>{}))},setThumbWidth:function(e){P.callUIFunction(n.value,"setThumbWidth",[e],(e=>{}))},setLeftThumbWidth:function(e){P.callUIFunction(n.value,"setLeftThumbWidth",[e],(e=>{}))},setRightThumbWidth:function(e){P.callUIFunction(n.value,"setRightThumbWidth",[e],(e=>{}))},setThumbHeight:function(e){P.callUIFunction(n.value,"setThumbHeight",[e],(e=>{}))},setLeftThumbHeight:function(e){P.callUIFunction(n.value,"setLeftThumbHeight",[e],(e=>{}))},setRightThumbHeight:function(e){P.callUIFunction(n.value,"setRightThumbHeight",[e],(e=>{}))},scaleThumb:function(){P.callUIFunction(n.value,"scaleThumb",[],(e=>{}))},scaleLeftThumb:function(){P.callUIFunction(n.value,"scaleLeftThumb",[],(e=>{}))},scaleRightThumb:function(){P.callUIFunction(n.value,"scaleLeftThumb",[],(e=>{}))},resetThumb:function(){P.callUIFunction(n.value,"resetThumb",[],(e=>{}))},resetLeftThumb:function(){P.callUIFunction(n.value,"resetLeftThumb",[],(e=>{}))},resetRightThumb:function(){P.callUIFunction(n.value,"resetRightThumb",[],(e=>{}))},setThumbScaleRatio:function(e){P.callUIFunction(n.value,"setThumbScaleRatio",[e],(e=>{}))},setLeftThumbScaleRatio:function(e){P.callUIFunction(n.value,"setLeftThumbScaleRatio",[e],(e=>{}))},setRightThumbScaleRatio:function(e){P.callUIFunction(n.value,"setRightThumbScaleRatio",[e],(e=>{}))},setThumbActivate:function(e){P.callUIFunction(n.value,"setThumbActivate",[e],(e=>{}))},setLeftThumbActivate:function(e){P.callUIFunction(n.value,"setLeftThumbActivate",[e],(e=>{}))},setRightThumbActivate:function(e){P.callUIFunction(n.value,"setRightThumbActivate",[e],(e=>{}))},setThumbDrawable:function(e){P.callUIFunction(n.value,"setThumbDrawable",[e],(e=>{}))},setLeftThumbDrawable:function(e){P.callUIFunction(n.value,"setLeftThumbDrawable",[e],(e=>{}))},setRightThumbDrawable:function(e){P.callUIFunction(n.value,"setRightThumbDrawable",[e],(e=>{}))},setThumbUrl:function(e){P.callUIFunction(n.value,"setThumbUrl",[e],(e=>{}))},setLeftThumbUrl:function(e){P.callUIFunction(n.value,"setLeftThumbUrl",[e],(e=>{}))},setRightThumbUrl:function(e){P.callUIFunction(n.value,"setRightThumbUrl",[e],(e=>{}))},setThumbInactivatedDrawable:function(e){P.callUIFunction(n.value,"setThumbInactivatedDrawable",[e],(e=>{}))},setLeftThumbInactivatedDrawable:function(e){P.callUIFunction(n.value,"setLeftThumbInactivatedDrawable",[e],(e=>{}))},setRightThumbInactivatedDrawable:function(e){P.callUIFunction(n.value,"setRightThumbInactivatedDrawable",[e],(e=>{}))},setThumbInactivatedUrl:function(e){P.callUIFunction(n.value,"setThumbInactivatedUrl",[e],(e=>{}))},setLeftThumbInactivatedUrl:function(e){P.callUIFunction(n.value,"setLeftThumbInactivatedUrl",[e],(e=>{}))},setRightThumbInactivatedUrl:function(e){P.callUIFunction(n.value,"setRightThumbInactivatedUrl",[e],(e=>{}))},setTickMarkMode:function(e){P.callUIFunction(n.value,"setTickMarkMode",[e],(e=>{}))},setTickMarkGravity:function(e){P.callUIFunction(n.value,"setTickMarkGravity",[e],(e=>{}))},setTickMarkLayoutGravity:function(e){P.callUIFunction(n.value,"setTickMarkLayoutGravity",[e],(e=>{}))},setTickMarkTextArray:function(e){P.callUIFunction(n.value,"setTickMarkTextArray",[e],(e=>{}))},setTickMarkTextMargin:function(e){P.callUIFunction(n.value,"setTickMarkTextMargin",[e],(e=>{}))},setTickMarkTextSize:function(e){P.callUIFunction(n.value,"setTickMarkTextSize",[e],(e=>{}))},setTickMarkTextColor:function(e){P.callUIFunction(n.value,"setTickMarkTextColor",[e],(e=>{}))},setTickMarkInRangeTextColor:function(e){P.callUIFunction(n.value,"setTickMarkInRangeTextColor",[e],(e=>{}))},setSteps:function(e){P.callUIFunction(n.value,"setSteps",[e],(e=>{}))},setStepsWidth:function(e){P.callUIFunction(n.value,"setStepsWidth",[e],(e=>{}))},setStepsHeight:function(e){P.callUIFunction(n.value,"setStepsHeight",[e],(e=>{}))},setStepsRadius:function(e){P.callUIFunction(n.value,"setStepsRadius",[e],(e=>{}))},setStepsColor:function(e){P.callUIFunction(n.value,"setStepsColor",[e],(e=>{}))},setStepsAutoBonding:function(e){P.callUIFunction(n.value,"setStepsAutoBonding",[e],(e=>{}))},setStepsDrawable:function(e){P.callUIFunction(n.value,"setStepsDrawable",[e],(e=>{}))},setStepsUrl:function(e){P.callUIFunction(n.value,"setStepsUrl",[e],(e=>{}))},setSecondProgress:function(e){P.callUIFunction(n.value,"setSecondProgress",[e],(e=>{}))},show:function(e){P.callUIFunction(n.value,"show",[e],(e=>{}))},setMaxProgress:d,...en(n)}),()=>A("TVSeekBarViewComponent",{ref:n,onFocus:e=>{o.value=e.isFocused,a.emit("onFocusChanged",e.isFocused)},onSeekBarChange:e=>{a.emit("onSeekChanged",e.progress)}})}});t.component("qt-seek-bar",a)}(t),function(t){const a=Ia({name:"qt-progress-bar",emits:["onFocusChanged","onSeekChanged"],setup(t,a){const n=e();return a.expose({viewRef:n,invalidateProgressBar:function(){P.callUIFunction(n.value,"invalidateSeekBar",[],(e=>{}))},setFocusable:function(e){P.callUIFunction(n.value,"setFocusable",[e],(e=>{}))},setClickable:function(e){P.callUIFunction(n.value,"setClickable",[e],(e=>{}))},setVisible:function(e){P.callUIFunction(n.value,"setVisible",[e],(e=>{}))},setLeftSeekBarVisible:function(e){P.callUIFunction(n.value,"setLeftSeekBarVisible",[e],(e=>{}))},setRightSeekBarVisible:function(e){P.callUIFunction(n.value,"setRightSeekBarVisible",[e],(e=>{}))},setSeekBarMode:function(e){P.callUIFunction(n.value,"setSeekBarMode",[e],(e=>{}))},setProgress:function(e){P.callUIFunction(n.value,"setProgress",[e],(e=>{}))},setRangeProgress:function(e,t){P.callUIFunction(n.value,"setProgress",[e,t],(e=>{}))},getProgress:function(){P.callUIFunction(n.value,"getProgress",[],(e=>{}))},getLeftProgress:function(){P.callUIFunction(n.value,"getLeftProgress",[],(e=>{}))},getRightProgress:function(){P.callUIFunction(n.value,"getRightProgress",[],(e=>{}))},setRange:function(e,t,a){P.callUIFunction(n.value,"setRange",[e,t,a],(e=>{}))},setGravity:function(e){P.callUIFunction(n.value,"setGravity",[e],(e=>{}))},setProgressWidth:function(e){P.callUIFunction(n.value,"setProgressWidth",[e],(e=>{}))},setProgressHeight:function(e){P.callUIFunction(n.value,"setProgressHeight",[e],(e=>{}))},setProgressRadius:function(e){P.callUIFunction(n.value,"setProgressRadius",[e],(e=>{}))},setProgressColor:function(e){P.callUIFunction(n.value,"setProgressColor",[e],(e=>{}))},setProgressDefaultColor:function(e){P.callUIFunction(n.value,"setProgressDefaultColor",[e],(e=>{}))},setProgressDrawable:function(e){P.callUIFunction(n.value,"setProgressDrawable",[e],(e=>{}))},setProgressDefaultDrawable:function(e){P.callUIFunction(n.value,"setProgressDefaultDrawable",[e],(e=>{}))},setProgressUrl:function(e){P.callUIFunction(n.value,"setProgressUrl",[e],(e=>{}))},setProgressDefaultUrl:function(e){P.callUIFunction(n.value,"setProgressDefaultUrl",[e],(e=>{}))},showIndicator:function(e){P.callUIFunction(n.value,"showIndicator",[e],(e=>{}))},showLeftIndicator:function(e){P.callUIFunction(n.value,"showLeftIndicator",[e],(e=>{}))},showRightIndicator:function(e){P.callUIFunction(n.value,"showRightIndicator",[e],(e=>{}))},setIndicatorShowMode:function(e){P.callUIFunction(n.value,"setIndicatorShowMode",[e],(e=>{}))},setLeftIndicatorShowMode:function(e){P.callUIFunction(n.value,"setLeftIndicatorShowMode",[e],(e=>{}))},setRightIndicatorShowMode:function(e){P.callUIFunction(n.value,"setRightIndicatorShowMode",[e],(e=>{}))},setIndicatorWidth:function(e){P.callUIFunction(n.value,"setIndicatorWidth",[e],(e=>{}))},setLeftIndicatorWidth:function(e){P.callUIFunction(n.value,"setLeftIndicatorWidth",[e],(e=>{}))},setRightIndicatorWidth:function(e){P.callUIFunction(n.value,"setRightIndicatorWidth",[e],(e=>{}))},setIndicatorHeight:function(e){P.callUIFunction(n.value,"setIndicatorHeight",[e],(e=>{}))},setLeftIndicatorHeight:function(e){P.callUIFunction(n.value,"setLeftIndicatorHeight",[e],(e=>{}))},setRightIndicatorHeight:function(e){P.callUIFunction(n.value,"setRightIndicatorHeight",[e],(e=>{}))},setIndicatorTextDecimalFormat:function(e){P.callUIFunction(n.value,"setIndicatorTextDecimalFormat",[e],(e=>{}))},setLeftIndicatorTextDecimalFormat:function(e){P.callUIFunction(n.value,"setLeftIndicatorTextDecimalFormat",[e],(e=>{}))},setRightIndicatorTextDecimalFormat:function(e){P.callUIFunction(n.value,"setRightIndicatorTextDecimalFormat",[e],(e=>{}))},setIndicatorTextStringFormat:function(e){P.callUIFunction(n.value,"setIndicatorTextStringFormat",[e],(e=>{}))},setLeftIndicatorTextStringFormat:function(e){P.callUIFunction(n.value,"setLeftIndicatorTextStringFormat",[e],(e=>{}))},setRightIndicatorTextStringFormat:function(e){P.callUIFunction(n.value,"setRightIndicatorTextStringFormat",[e],(e=>{}))},setIndicatorMargin:function(e){P.callUIFunction(n.value,"setIndicatorMargin",[e],(e=>{}))},setLeftIndicatorMargin:function(e){P.callUIFunction(n.value,"setLeftIndicatorMargin",[e],(e=>{}))},setRightIndicatorMargin:function(e){P.callUIFunction(n.value,"setRightIndicatorMargin",[e],(e=>{}))},setIndicatorPaddingBottom:function(e){P.callUIFunction(n.value,"setIndicatorPaddingBottom",[e],(e=>{}))},setLeftIndicatorPaddingBottom:function(e){P.callUIFunction(n.value,"setLeftIndicatorPaddingBottom",[e],(e=>{}))},setRightIndicatorPaddingBottom:function(e){P.callUIFunction(n.value,"setRightIndicatorPaddingBottom",[e],(e=>{}))},setIndicatorPaddingTop:function(e){P.callUIFunction(n.value,"setIndicatorPaddingTop",[e],(e=>{}))},setLeftIndicatorPaddingTop:function(e){P.callUIFunction(n.value,"setLeftIndicatorPaddingTop",[e],(e=>{}))},setRightIndicatorPaddingTop:function(e){P.callUIFunction(n.value,"setRightIndicatorPaddingTop",[e],(e=>{}))},setIndicatorPaddingLeft:function(e){P.callUIFunction(n.value,"setIndicatorPaddingLeft",[e],(e=>{}))},setLeftIndicatorPaddingLeft:function(e){P.callUIFunction(n.value,"setLeftIndicatorPaddingLeft",[e],(e=>{}))},setRightIndicatorPaddingLeft:function(e){P.callUIFunction(n.value,"setRightIndicatorPaddingLeft",[e],(e=>{}))},setIndicatorPaddingRight:function(e){P.callUIFunction(n.value,"setIndicatorPaddingRight",[e],(e=>{}))},setLeftIndicatorPaddingRight:function(e){P.callUIFunction(n.value,"setLeftIndicatorPaddingRight",[e],(e=>{}))},setRightIndicatorPaddingRight:function(e){P.callUIFunction(n.value,"setRightIndicatorPaddingRight",[e],(e=>{}))},setIndicatorBackgroundColor:function(e){P.callUIFunction(n.value,"setIndicatorBackgroundColor",[e],(e=>{}))},setLeftIndicatorBackgroundColor:function(e){P.callUIFunction(n.value,"setLeftIndicatorBackgroundColor",[e],(e=>{}))},setRightIndicatorBackgroundColor:function(e){P.callUIFunction(n.value,"setRightIndicatorBackgroundColor",[e],(e=>{}))},setIndicatorRadius:function(e){P.callUIFunction(n.value,"setIndicatorRadius",[e],(e=>{}))},setLeftIndicatorRadius:function(e){P.callUIFunction(n.value,"setLeftIndicatorRadius",[e],(e=>{}))},setRightIndicatorRadius:function(e){P.callUIFunction(n.value,"setRightIndicatorRadius",[e],(e=>{}))},setIndicatorTextSize:function(e){P.callUIFunction(n.value,"setIndicatorTextSize",[e],(e=>{}))},setLeftIndicatorTextSize:function(e){P.callUIFunction(n.value,"setLeftIndicatorTextSize",[e],(e=>{}))},setRightIndicatorTextSize:function(e){P.callUIFunction(n.value,"setRightIndicatorTextSize",[e],(e=>{}))},setIndicatorTextColor:function(e){P.callUIFunction(n.value,"setIndicatorTextColor",[e],(e=>{}))},setLeftIndicatorTextColor:function(e){P.callUIFunction(n.value,"setLeftIndicatorTextColor",[e],(e=>{}))},setRightIndicatorTextColor:function(e){P.callUIFunction(n.value,"setRightIndicatorTextColor",[e],(e=>{}))},setIndicatorArrowSize:function(e){P.callUIFunction(n.value,"setIndicatorArrowSize",[e],(e=>{}))},setLeftIndicatorArrowSize:function(e){P.callUIFunction(n.value,"setLeftIndicatorArrowSize",[e],(e=>{}))},setRightIndicatorArrowSize:function(e){P.callUIFunction(n.value,"setRightIndicatorArrowSize",[e],(e=>{}))},setIndicatorDrawable:function(e){P.callUIFunction(n.value,"setIndicatorDrawable",[e],(e=>{}))},setLeftIndicatorDrawable:function(e){P.callUIFunction(n.value,"setLeftIndicatorDrawable",[e],(e=>{}))},setRightIndicatorDrawable:function(e){P.callUIFunction(n.value,"setRightIndicatorDrawable",[e],(e=>{}))},setIndicatorUrl:function(e){P.callUIFunction(n.value,"setIndicatorUrl",[e],(e=>{}))},setLeftIndicatorUrl:function(e){P.callUIFunction(n.value,"setLeftIndicatorUrl",[e],(e=>{}))},setRightIndicatorUrl:function(e){P.callUIFunction(n.value,"setRightIndicatorUrl",[e],(e=>{}))},setThumbWidth:function(e){P.callUIFunction(n.value,"setThumbWidth",[e],(e=>{}))},setLeftThumbWidth:function(e){P.callUIFunction(n.value,"setLeftThumbWidth",[e],(e=>{}))},setRightThumbWidth:function(e){P.callUIFunction(n.value,"setRightThumbWidth",[e],(e=>{}))},setThumbHeight:function(e){P.callUIFunction(n.value,"setThumbHeight",[e],(e=>{}))},setLeftThumbHeight:function(e){P.callUIFunction(n.value,"setLeftThumbHeight",[e],(e=>{}))},setRightThumbHeight:function(e){P.callUIFunction(n.value,"setRightThumbHeight",[e],(e=>{}))},scaleThumb:function(){P.callUIFunction(n.value,"scaleThumb",[],(e=>{}))},scaleLeftThumb:function(){P.callUIFunction(n.value,"scaleLeftThumb",[],(e=>{}))},scaleRightThumb:function(){P.callUIFunction(n.value,"scaleLeftThumb",[],(e=>{}))},resetThumb:function(){P.callUIFunction(n.value,"resetThumb",[],(e=>{}))},resetLeftThumb:function(){P.callUIFunction(n.value,"resetLeftThumb",[],(e=>{}))},resetRightThumb:function(){P.callUIFunction(n.value,"resetRightThumb",[],(e=>{}))},setThumbScaleRatio:function(e){P.callUIFunction(n.value,"setThumbScaleRatio",[e],(e=>{}))},setLeftThumbScaleRatio:function(e){P.callUIFunction(n.value,"setLeftThumbScaleRatio",[e],(e=>{}))},setRightThumbScaleRatio:function(e){P.callUIFunction(n.value,"setRightThumbScaleRatio",[e],(e=>{}))},setThumbActivate:function(e){P.callUIFunction(n.value,"setThumbActivate",[e],(e=>{}))},setLeftThumbActivate:function(e){P.callUIFunction(n.value,"setLeftThumbActivate",[e],(e=>{}))},setRightThumbActivate:function(e){P.callUIFunction(n.value,"setRightThumbActivate",[e],(e=>{}))},setThumbDrawable:function(e){P.callUIFunction(n.value,"setThumbDrawable",[e],(e=>{}))},setLeftThumbDrawable:function(e){P.callUIFunction(n.value,"setLeftThumbDrawable",[e],(e=>{}))},setRightThumbDrawable:function(e){P.callUIFunction(n.value,"setRightThumbDrawable",[e],(e=>{}))},setThumbUrl:function(e){P.callUIFunction(n.value,"setThumbUrl",[e],(e=>{}))},setLeftThumbUrl:function(e){P.callUIFunction(n.value,"setLeftThumbUrl",[e],(e=>{}))},setRightThumbUrl:function(e){P.callUIFunction(n.value,"setRightThumbUrl",[e],(e=>{}))},setThumbInactivatedDrawable:function(e){P.callUIFunction(n.value,"setThumbInactivatedDrawable",[e],(e=>{}))},setLeftThumbInactivatedDrawable:function(e){P.callUIFunction(n.value,"setLeftThumbInactivatedDrawable",[e],(e=>{}))},setRightThumbInactivatedDrawable:function(e){P.callUIFunction(n.value,"setRightThumbInactivatedDrawable",[e],(e=>{}))},setThumbInactivatedUrl:function(e){P.callUIFunction(n.value,"setThumbInactivatedUrl",[e],(e=>{}))},setLeftThumbInactivatedUrl:function(e){P.callUIFunction(n.value,"setLeftThumbInactivatedUrl",[e],(e=>{}))},setRightThumbInactivatedUrl:function(e){P.callUIFunction(n.value,"setRightThumbInactivatedUrl",[e],(e=>{}))},setTickMarkMode:function(e){P.callUIFunction(n.value,"setTickMarkMode",[e],(e=>{}))},setTickMarkGravity:function(e){P.callUIFunction(n.value,"setTickMarkGravity",[e],(e=>{}))},setTickMarkLayoutGravity:function(e){P.callUIFunction(n.value,"setTickMarkLayoutGravity",[e],(e=>{}))},setTickMarkTextArray:function(e){P.callUIFunction(n.value,"setTickMarkTextArray",[e],(e=>{}))},setTickMarkTextMargin:function(e){P.callUIFunction(n.value,"setTickMarkTextMargin",[e],(e=>{}))},setTickMarkTextSize:function(e){P.callUIFunction(n.value,"setTickMarkTextSize",[e],(e=>{}))},setTickMarkTextColor:function(e){P.callUIFunction(n.value,"setTickMarkTextColor",[e],(e=>{}))},setTickMarkInRangeTextColor:function(e){P.callUIFunction(n.value,"setTickMarkInRangeTextColor",[e],(e=>{}))},setSteps:function(e){P.callUIFunction(n.value,"setSteps",[e],(e=>{}))},setStepsWidth:function(e){P.callUIFunction(n.value,"setStepsWidth",[e],(e=>{}))},setStepsHeight:function(e){P.callUIFunction(n.value,"setStepsHeight",[e],(e=>{}))},setStepsRadius:function(e){P.callUIFunction(n.value,"setStepsRadius",[e],(e=>{}))},setStepsColor:function(e){P.callUIFunction(n.value,"setStepsColor",[e],(e=>{}))},setStepsAutoBonding:function(e){P.callUIFunction(n.value,"setStepsAutoBonding",[e],(e=>{}))},setStepsDrawable:function(e){P.callUIFunction(n.value,"setStepsDrawable",[e],(e=>{}))},setStepsUrl:function(e){P.callUIFunction(n.value,"setStepsUrl",[e],(e=>{}))},setSecondProgress:function(e){P.callUIFunction(n.value,"setSecondProgress",[e],(e=>{}))},show:function(e){P.callUIFunction(n.value,"show",[e],(e=>{}))},setMaxProgress:function(e){P.callUIFunction(n.value,"setMaxProgress",[e],(e=>{}))},...en(n)}),()=>A("TVProgressBarViewComponent",{ref:n,onFocus:e=>{a.emit("onFocusChanged",e.isFocused)},onSeekBarChange:e=>{a.emit("onSeekChanged",e.progress)}})}});t.component("qt-progress-bar",a)}(t),function(t){const a=l({emits:["onAnimationEnd","onAnimationCancel","onAnimationStart","onAnimationRepeat","onAnimationPause","onAnimationResume","onAnimationUpdate"],setup(t,a){const n=e(),o=x().getDisplayScale();return a.expose({setPivotX:function(e){P.callUIFunction(n.value,"setPivotX",[e],(e=>{}))},setPivotY:function(e){P.callUIFunction(n.value,"setPivotY",[e],(e=>{}))},resetPivot:function(){P.callUIFunction(n.value,"resetPivot",[],(e=>{}))},resetAnimators:function(){P.callUIFunction(n.value,"resetAnimators",[],(e=>{}))},animatorSet:function(e,t,a){P.callUIFunction(n.value,"animatorSet",[e,t,a],(e=>{}))},startAnimator:function(e){P.callUIFunction(n.value,"startAnimator",[e],(e=>{}))},startAnimatorDelay:function(e,t){P.callUIFunction(n.value,"startAnimatorDelay",[e,t],(e=>{}))},pauseAnimator:function(e){P.callUIFunction(n.value,"pauseAnimator",[e],(e=>{}))},resumeAnimator:function(e){P.callUIFunction(n.value,"resumeAnimator",[e],(e=>{}))},cancelAnimator:function(e){P.callUIFunction(n.value,"cancelAnimator",[e],(e=>{}))},reverseAnimator:function(e){P.callUIFunction(n.value,"reverseAnimator",[e],(e=>{}))},play:function(e,t){P.callUIFunction(n.value,"play",[e,t],(e=>{}))},playWith:function(e,t){P.callUIFunction(n.value,"with",[e,t],(e=>{}))},playBefore:function(e,t){P.callUIFunction(n.value,"before",[e,t],(e=>{}))},playAfter:function(e,t){P.callUIFunction(n.value,"after",[e,t],(e=>{}))},playAfterDelay:function(e,t){P.callUIFunction(n.value,"afterDelay",[e,t],(e=>{}))},playSequentially1:function(e,t){P.callUIFunction(n.value,"playSequentially1",[e,t],(e=>{}))},playSequentially2:function(e,t,a){P.callUIFunction(n.value,"playSequentially2",[e,t,a],(e=>{}))},playSequentially3:function(e,t,a,o){P.callUIFunction(n.value,"playSequentially3",[e,t,a,o],(e=>{}))},playSequentially4:function(e,t,a,o,i){P.callUIFunction(n.value,"playSequentially4",[e,t,a,o,i],(e=>{}))},playSequentially5:function(e,t,a,o,i,l){P.callUIFunction(n.value,"playSequentially5",[e,t,a,o,i,l],(e=>{}))},playTogether1:function(e,t){P.callUIFunction(n.value,"playTogether1",[e,t],(e=>{}))},playTogether2:function(e,t,a){P.callUIFunction(n.value,"playTogether2",[e,t,a],(e=>{}))},playTogether3:function(e,t,a,o){P.callUIFunction(n.value,"playTogether3",[e,t,a,o],(e=>{}))},playTogether4:function(e,t,a,o,i){P.callUIFunction(n.value,"playTogether4",[e,t,a,o,i],(e=>{}))},playTogether5:function(e,t,a,o,i,l){P.callUIFunction(n.value,"playTogether5",[e,t,a,o,i,l],(e=>{}))},objectAnimator:function(e,t,a,o,i,l,c,s,u){P.callUIFunction(n.value,"objectAnimator",[e,t,a,o,i,l,c,s,u],(e=>{}))},objectAnimator1:function(e,t,a,i,l,c,s,u,r,d){a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z||(i*=o),P.callUIFunction(n.value,"objectAnimator1",[e,t,a,i,l,c,s,u,r,d],(e=>{}))},objectAnimator2:function(e,t,a,i,l,c,s,u,r,d,f){a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z||(i*=o,l*=o),P.callUIFunction(n.value,"objectAnimator2",[e,t,a,i,l,c,s,u,r,d,f],(e=>{}))},objectAnimator3:function(e,t,a,i,l,c,s,u,r,d,f,v){a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z||(i*=o,l*=o,c*=o),P.callUIFunction(n.value,"objectAnimator3",[e,t,a,i,l,c,s,u,r,d,f,v],(e=>{}))},objectAnimator4:function(e,t,a,i,l,c,s,u,r,d,f,v,g){a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z||(i*=o,l*=o,c*=o,s*=o),P.callUIFunction(n.value,"objectAnimator4",[e,t,a,i,l,c,s,u,r,d,f,v,g],(e=>{}))},objectAnimator5:function(e,t,a,i,l,c,s,u,r,d,f,v,g,m){a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z||(i*=o,l*=o,c*=o,s*=o,u*=o),P.callUIFunction(n.value,"objectAnimator5",[e,t,a,i,l,c,s,u,r,d,f,v,g,m],(e=>{}))},objectAnimator6:function(e,t,a,i,l,c,s,u,r,d,f,v,g,m,I){a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z||(i*=o,l*=o,c*=o,s*=o,u*=o,r*=o),P.callUIFunction(n.value,"objectAnimator6",[e,t,a,i,l,c,s,u,r,d,f,v,g,m,I],(e=>{}))},objectAnimator7:function(e,t,a,i,l,c,s,u,r,d,f,v,g,m,I,p){a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z||(i*=o,l*=o,c*=o,s*=o,u*=o,r*=o,d*=o),P.callUIFunction(n.value,"objectAnimator7",[e,t,a,i,l,c,s,u,r,d,f,v,g,m,I,p],(e=>{}))},objectAnimator8:function(e,t,a,i,l,c,s,u,r,d,f,v,g,m,I,p,T){a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z||(i*=o,l*=o,c*=o,s*=o,u*=o,r*=o,d*=o,f*=o),P.callUIFunction(n.value,"objectAnimator8",[e,t,a,i,l,c,s,u,r,d,f,v,g,m,I,p,T],(e=>{}))},objectAnimator9:function(e,t,a,i,l,c,s,u,r,d,f,v,g,m,I,p,T,h){a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z||(i*=o,l*=o,c*=o,s*=o,u*=o,r*=o,d*=o,f*=o,v*=o),P.callUIFunction(n.value,"objectAnimator9",[e,t,a,i,l,c,s,u,r,d,f,v,g,m,I,p,T,h],(e=>{}))},objectAnimator10:function(e,t,a,i,l,c,s,u,r,d,f,v,g,m,I,p,T,h,_){a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y&&a!=Ii.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z||(i*=o,l*=o,c*=o,s*=o,u*=o,r*=o,d*=o,f*=o,v*=o,g*=o),P.callUIFunction(n.value,"objectAnimator10",[e,t,a,i,l,c,s,u,r,d,f,v,g,m,I,p,T,h,_],(e=>{}))},...en(n)}),()=>{const e=a.slots.default&&a.slots.default();return A("AnimationViewComponent",{ref:n,onAnimationCancel:e=>{let t=e.animationId;a.emit("onAnimationCancel",t)},onAnimationEnd:e=>{let t=e.animationId,n=e.isReverse;a.emit("onAnimationEnd",t,n)},onAnimationRepeat:e=>{let t=e.animationId;a.emit("onAnimationRepeat",t)},onAnimationStart:e=>{let t=e.animationId,n=e.isReverse;a.emit("onAnimationStart",t,n)},onAnimationPause:e=>{let t=e.animationId;a.emit("onAnimationPause",t)},onAnimationResume:e=>{let t=e.animationId;a.emit("onAnimationResume",t)},onAnimationUpdate:e=>{let t=e.animationId,n=e.animatedValue;a.emit("onAnimationUpdate",t,n)}},e)}}});t.component("qt-animation",a)}(t),function(t){t.component("qt-dialog",{setup(t,a){const n=e();return a.expose({viewRef:n,...en(n)}),()=>{const e=a.slots.default&&a.slots.default();return A("Modal",{ref:n},e)}}})}(t),function(t){const a=l({setup(t,a){const n=e();return a.expose({viewRef:n,scrollTo:function(e,t){P.callUIFunction(n.value,"scrollTo",[e,t])},scrollToWithOptions:function(e,t,a){P.callUIFunction(n.value,"scrollToWithOptions",[{x:e,y:t,duration:a}])},...en(n)}),()=>{const e=a.slots.default&&a.slots.default();return A("ScrollView",{ref:n},e)}}});t.component("qt-scroll-view",a)}(t),function(t){t.component("qt-lottie-view",{emits:["onAnimationStart","onAnimationEnd","onAnimationCancel","onAnimationRepeat","onAnimationUpdate","onAnimationPause","onAnimationResume"],setup(t,a){const n=e();return a.expose({loadRaw:e=>{P.callUIFunction(n.value,"lottie_rawRes",[e])},loadFile:e=>{P.callUIFunction(n.value,"lottie_localRes",[e])},loadJsonFile:e=>{P.callUIFunction(n.value,"lottie_localRes",[e])},loadZipFile:(e,t)=>{P.callUIFunction(n.value,"lottie_zipPath",[e,t])},loadUrl:e=>{P.callUIFunction(n.value,"lottie_url",[e])},loadCacheUrl:(e,t)=>{P.callUIFunction(n.value,"lottie_cache_url",[e,t])},setFallbackResource:e=>{P.callUIFunction(n.value,"lottie_fallbackRes",[e])},setAutoPlay:e=>{P.callUIFunction(n.value,"lottie_autoPlay",[e])},setLottieLoop:e=>{P.callUIFunction(n.value,"lottie_loop",[e])},setRepeatMode:e=>{P.callUIFunction(n.value,"lottie_repeatMode",[e])},setRepeatCount:e=>{P.callUIFunction(n.value,"lottie_repeatCount",[e])},setSpeed:e=>{P.callUIFunction(n.value,"lottie_speed",[e])},setClipToCompositionBounds:e=>{P.callUIFunction(n.value,"lottie_clipToCompositionBounds",[e])},setDefaultFontFileExtension:e=>{P.callUIFunction(n.value,"lottie_defaultFontFileExtension",[e])},setImageAssetsFolder:e=>{P.callUIFunction(n.value,"lottie_imageAssetsFolder",[e])},setProgress:e=>{P.callUIFunction(n.value,"lottie_progress",[e])},enableMergePathsForKitKatAndAbove:e=>{P.callUIFunction(n.value,"lottie_enableMergePathsForKitKatAndAbove",[e])},setColorFilter:e=>{P.callUIFunction(n.value,"lottie_colorFilter",[e])},setRenderMode:e=>{P.callUIFunction(n.value,"lottie_renderMode",[e])},setAsyncUpdate:e=>{P.callUIFunction(n.value,"lottie_asyncUpdates",[e])},playAnimation:()=>{P.callUIFunction(n.value,"playAnimation",[])},setIgnoreDisabledSystemAnimations:e=>{P.callUIFunction(n.value,"lottie_ignoreDisabledSystemAnimations",[e])},setUseCompositionFrameRate:e=>{P.callUIFunction(n.value,"lottie_useCompositionFrameRate",[e])},resumeAnimation:()=>{P.callUIFunction(n.value,"resumeAnimation",[])},pauseAnimation:()=>{P.callUIFunction(n.value,"pauseAnimation",[])},cancelAnimation:()=>{P.callUIFunction(n.value,"cancelAnimation",[])},cacheComposition:e=>{P.callUIFunction(n.value,"cacheComposition",[e])},removeAllListener:()=>{P.callUIFunction(n.value,"removeAllListener",[])},...en(n)}),()=>{const e=a.slots.default&&a.slots.default();return A("ESLottieViewComponent",{ref:n,onAnimationEvent:e=>{const t=e.value??"";switch(e.eventName){case"onAnimationStart":a.emit("onAnimationStart");break;case"onAnimationEnd":a.emit("onAnimationEnd");break;case"onAnimationCancel":a.emit("onAnimationCancel");break;case"onAnimationRepeat":a.emit("onAnimationRepeat");break;case"onAnimationUpdate":a.emit("onAnimationUpdate",t);break;case"onAnimationPause":a.emit("onAnimationPause");break;case"onAnimationResume":a.emit("onAnimationResume")}}},e)}}})}(t),function(t){const a=l({setup(t,a){const n=e();return a.expose({setPackageName:function(e){P.callUIFunction(n.value,"setPackageName",[e],(e=>{}))},setRoundingRadius:function(e){P.callUIFunction(n.value,"setRoundingRadius",[e],(e=>{}))}}),()=>A("ESAppIconViewComponent",{ref:n})}});t.component("qt-app-icon",a)}(t),function(t){const a=l({emits:["onPluginLoadSuccess","onPluginLoadError"],setup(t,a){const n=e(),o=k().getESSDKVersionCode()>=w.ES_SDK_VERSION_29?"ESPluginViewComponent":"div";return a.expose({dispatchFunction:(e,t)=>new Promise((a=>{P.callUIFunction(n.value,e,t,(e=>{a(e)}))}))}),()=>A(o,{ref:n,onPluginLoadSuccess:e=>{a.emit("onPluginLoadSuccess",{sid:e.sid})},onPluginLoadError:e=>{a.emit("onPluginLoadError",{sid:e.sid,errorCode:e.errorCode,errorMessage:e.errorMessage})}})}});t.component("qt-plugin-view",a)}(t),function(t){const a=l({setup(t,a){const n=e();return a.expose({viewRef:n,setChildSID:function(e){P.callUIFunction(n.value,"setChildSID",[e])},...en(n)}),()=>{const e=a.slots.default&&a.slots.default();return A("ReplaceChildView",{ref:n},e)}}});t.component("qt-replace-child",a)}(t);for(let e in Ji)t.component(Ji[e].name,Ji[e]);const a=Pi();global.qt=a};export{mi as QTAnimationInterpolatorType,Ii as QTAnimationPropertyName,pi as QTAnimationRepeatMode,Ti as QTAnimationValueType,Li as QTDescendantFocusability,Ci as QTFocusDescendant,Di as QTFocusDirection,Ui as QTFocusDirectionName,Hi as QTGradientOrientation,ji as QTGradientShape,Ki as QTGradientType,xi as QTIViewVisibility,wi as QTImageResizeMode,Yi as QTLottieAsyncUpdates,$i as QTLottieRepeatMode,fi as QTMediaSeriesStyleType,di as QTMediaSeriesType,Mi as QTNavBarItemType,Oi as QTScrollState,Wi as QTSeekBarGravity,Vi as QTSeekBarIndicatorMode,Gi as QTSeekBarMode,qi as QTSeekBarTickMarkGravity,zi as QTSeekBarTickMarkLayoutGravity,Qi as QTSeekBarTickMarkMode,Bi as QTTabItemType,Mo as QTTabPageState,ki as QTTextSpanAttributeType,so as QTWaterfallItemType,co as QTWaterfallSectionType,wo as QTWaterfallVisibleType,Xi as QuickTVUI,Zi as VirtualView,Fi as arrangeChildren4ListView,Wn as qtGetParent,$n as qtRef,Bn as qtWatchAll};
|
|
18
|
+
**/const da=[];let fa=!1;function va(e,...t){if(fa)return;fa=!0,at();const a=da.length?da[da.length-1].component:null,n=a&&a.appContext.config.warnHandler,o=function(){let e=da[da.length-1];if(!e)return[];const t=[];for(;e;){const a=t[0];a&&a.vnode===e?a.recurseCount++:t.push({vnode:e,recurseCount:0});const n=e.component&&e.component.parent;e=n&&n.vnode}return t}();if(n)ma(n,a,11,[e+t.map((e=>{var t,a;return null!=(a=null==(t=e.toString)?void 0:t.call(e))?a:JSON.stringify(e)})).join(""),a&&a.proxy,o.map((({vnode:e})=>`at <${Nn(a,e.type)}>`)).join("\n"),o]);else{const a=[`[Vue warn]: ${e}`,...t];o.length&&a.push("\n",...function(e){const t=[];return e.forEach(((e,a)=>{t.push(...0===a?[]:["\n"],...function({vnode:e,recurseCount:t}){const a=t>0?`... (${t} recursive calls)`:"",n=!!e.component&&null==e.component.parent,o=` at <${Nn(e.component,e.type,n)}`,i=">"+a;return e.props?[o,...ga(e.props),i]:[o+i]}(e))})),t}(o)),console.warn(...a)}nt(),fa=!1}function ga(e){const t=[],a=Object.keys(e);return a.slice(0,3).forEach((a=>{t.push(...Ia(a,e[a]))})),a.length>3&&t.push(" ..."),t}function Ia(e,t,a){return Fe(t)?(t=JSON.stringify(t),a?t:[`${e}=${t}`]):"number"==typeof t||"boolean"==typeof t||null==t?a?t:[`${e}=${t}`]:oa(t)?(t=Ia(e,ea(t.value),!0),a?t:[`${e}=Ref<`,t,">"]):Se(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=ea(t),a?t:[`${e}=`,t])}const pa={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function ma(e,t,a,n){try{return n?e(...n):e()}catch(e){Ta(e,t,a)}}function ha(e,t,a,n){if(Se(e)){const i=ma(e,t,a,n);return i&&((Ee(o=i)||Se(o))&&Se(o.then)&&Se(o.catch))&&i.catch((e=>{Ta(e,t,a)})),i}var o;if(Te(e)){const o=[];for(let i=0;i<e.length;i++)o.push(ha(e[i],t,a,n));return o}"production"!==process.env.NODE_ENV&&va("Invalid value type passed to callWithAsyncErrorHandling(): "+typeof e)}function Ta(e,t,a,n=!0){const o=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:l}=t&&t.appContext.config||ve;if(t){let n=t.parent;const o=t.proxy,l="production"!==process.env.NODE_ENV?pa[a]:`https://vuejs.org/error-reference/#runtime-${a}`;for(;n;){const t=n.ec;if(t)for(let a=0;a<t.length;a++)if(!1===t[a](e,o,l))return;n=n.parent}if(i)return at(),ma(i,null,10,[e,o,l]),void nt()}!function(e,t,a,n=!0,o=!1){if("production"!==process.env.NODE_ENV){const o=pa[t];if(a&&(i=a,da.push(i)),va("Unhandled error"+(o?` during execution of ${o}`:"")),a&&da.pop(),n)throw e;console.error(e)}else{if(o)throw e;console.error(e)}var i}(e,a,o,n,l)}const _a=[];let Sa=-1;const Fa=[];let ba=null,Ea=0;const ya=Promise.resolve();let Pa=null;function Na(e){const t=Pa||ya;return e?t.then(this?e.bind(this):e):t}function Ra(e){if(!(1&e.flags)){const t=Ca(e),a=_a[_a.length-1];!a||!(2&e.flags)&&t>=Ca(a)?_a.push(e):_a.splice(function(e){let t=Sa+1,a=_a.length;for(;t<a;){const n=t+a>>>1,o=_a[n],i=Ca(o);i<e||i===e&&2&o.flags?t=n+1:a=n}return t}(t),0,e),e.flags|=1,Aa()}}function Aa(){Pa||(Pa=ya.then(Da))}function La(e){Te(e)?Fa.push(...e):ba&&-1===e.id?ba.splice(Ea+1,0,e):1&e.flags||(Fa.push(e),e.flags|=1),Aa()}const Ca=e=>null==e.id?2&e.flags?-1:1/0:e.id;function Da(e){"production"!==process.env.NODE_ENV&&(e=e||new Map);const t="production"!==process.env.NODE_ENV?t=>Ua(e,t):ge;try{for(Sa=0;Sa<_a.length;Sa++){const e=_a[Sa];if(e&&!(8&e.flags)){if("production"!==process.env.NODE_ENV&&t(e))continue;4&e.flags&&(e.flags&=-2),ma(e,e.i,e.i?15:14),4&e.flags||(e.flags&=-2)}}}finally{for(;Sa<_a.length;Sa++){const e=_a[Sa];e&&(e.flags&=-2)}Sa=-1,_a.length=0,function(e){if(Fa.length){const t=[...new Set(Fa)].sort(((e,t)=>Ca(e)-Ca(t)));if(Fa.length=0,ba)return void ba.push(...t);for(ba=t,"production"!==process.env.NODE_ENV&&(e=e||new Map),Ea=0;Ea<ba.length;Ea++){const t=ba[Ea];"production"!==process.env.NODE_ENV&&Ua(e,t)||(4&t.flags&&(t.flags&=-2),8&t.flags||t(),t.flags&=-2)}ba=null,Ea=0}}(e),Pa=null,(_a.length||Fa.length)&&Da(e)}}function Ua(e,t){const a=e.get(t)||0;if(a>100){const e=t.i,a=e&&Pn(e.type);return Ta(`Maximum recursive updates exceeded${a?` in component <${a}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}return e.set(t,a+1),!1}const wa=new Map;"production"!==process.env.NODE_ENV&&(De().__VUE_HMR_RUNTIME__={createRecord:Ba((function(e,t){if(xa.has(e))return!1;return xa.set(e,{initialDef:ka(t),instances:new Set}),!0})),rerender:Ba((function(e,t){const a=xa.get(e);if(!a)return;a.initialDef.render=t,[...a.instances].forEach((e=>{t&&(e.render=t,ka(e.type).render=t),e.renderCache=[],e.update()}))})),reload:Ba((function(e,t){const a=xa.get(e);if(!a)return;t=ka(t),Oa(a.initialDef,t);const n=[...a.instances];for(let e=0;e<n.length;e++){const o=n[e],i=ka(o.type);let l=wa.get(i);l||(i!==a.initialDef&&Oa(i,t),wa.set(i,l=new Set)),l.add(o),o.appContext.propsCache.delete(o.type),o.appContext.emitsCache.delete(o.type),o.appContext.optionsCache.delete(o.type),o.ceReload?(l.add(o),o.ceReload(t.styles),l.delete(o)):o.parent?Ra((()=>{o.parent.update(),l.delete(o)})):o.appContext.reload?o.appContext.reload():"undefined"!=typeof window?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),o.root.ce&&o!==o.root&&o.root.ce._removeChildStyle(i)}La((()=>{wa.clear()}))}))});const xa=new Map;function ka(e){return Rn(e)?e.__vccOpts:e}function Oa(e,t){pe(e,t);for(const a in e)"__file"===a||a in t||delete e[a]}function Ba(e){return(t,a)=>{try{return e(t,a)}catch(e){console.error(e),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let Ma=null;function Wa(e,t){6&e.shapeFlag&&e.component?(e.transition=t,Wa(e.component.subTree,t)):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}
|
|
19
|
+
/*! #__NO_SIDE_EFFECTS__ */function Va(e,t){return Se(e)?(()=>pe({name:e.name},t,{setup:e}))():e}De().requestIdleCallback,De().cancelIdleCallback;const Ga=Symbol.for("v-ndc"),qa=e=>e?4&e.vnode.shapeFlag?function(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Kt(t=ta(e.exposed))?t:new Proxy(t,ia),{get:(t,a)=>a in t?t[a]:a in za?za[a](e):void 0,has:(e,t)=>t in e||t in za})):e.proxy;var t}(e):qa(e.parent):null,za=pe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>"production"!==process.env.NODE_ENV?Ht(e.props):e.props,$attrs:e=>"production"!==process.env.NODE_ENV?Ht(e.attrs):e.attrs,$slots:e=>"production"!==process.env.NODE_ENV?Ht(e.slots):e.slots,$refs:e=>"production"!==process.env.NODE_ENV?Ht(e.refs):e.refs,$parent:e=>qa(e.parent),$root:e=>qa(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>__VUE_OPTIONS_API__?function(e){const t=e.type,{mixins:a,extends:n}=t,{mixins:o,optionsCache:i,config:{optionMergeStrategies:l}}=e.appContext,c=i.get(t);let s;c?s=c:o.length||a||n?(s={},o.length&&o.forEach((e=>ja(s,e,l,!0))),ja(s,t,l)):s=t;Ee(t)&&i.set(t,s);return s}(e):e.type,$forceUpdate:e=>e.f||(e.f=()=>{Ra(e.update)}),$nextTick:e=>e.n||(e.n=Na.bind(e.proxy)),$watch:e=>__VUE_OPTIONS_API__?sn.bind(e):ge}),Qa=(e,t)=>e!==ve&&!e.__isScriptSetup&&he(e,t),$a={get({_:e},t){if("__v_skip"===t)return!0;const{ctx:a,setupState:n,data:o,props:i,accessCache:l,type:c,appContext:s}=e;if("production"!==process.env.NODE_ENV&&"__isVue"===t)return!0;let r;if("$"!==t[0]){const c=l[t];if(void 0!==c)switch(c){case 1:return n[t];case 2:return o[t];case 4:return a[t];case 3:return i[t]}else{if(Qa(n,t))return l[t]=1,n[t];if(o!==ve&&he(o,t))return l[t]=2,o[t];if((r=e.propsOptions[0])&&he(r,t))return l[t]=3,i[t];if(a!==ve&&he(a,t))return l[t]=4,a[t];__VUE_OPTIONS_API__&&!Ha||(l[t]=0)}}const u=za[t];let d,f;return u?("$attrs"===t?(vt(e.attrs,"get",""),process.env.NODE_ENV):"production"!==process.env.NODE_ENV&&"$slots"===t&&vt(e,"get",t),u(e)):(d=c.__cssModules)&&(d=d[t])?d:a!==ve&&he(a,t)?(l[t]=4,a[t]):(f=s.config.globalProperties,he(f,t)?f[t]:void process.env.NODE_ENV)},set({_:e},t,a){const{data:n,setupState:o,ctx:i}=e;return Qa(o,t)?(o[t]=a,!0):"production"!==process.env.NODE_ENV&&o.__isScriptSetup&&he(o,t)?(va(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):n!==ve&&he(n,t)?(n[t]=a,!0):he(e.props,t)?("production"!==process.env.NODE_ENV&&va(`Attempting to mutate prop "${t}". Props are readonly.`),!1):"$"===t[0]&&t.slice(1)in e?("production"!==process.env.NODE_ENV&&va(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):("production"!==process.env.NODE_ENV&&t in e.appContext.config.globalProperties?Object.defineProperty(i,t,{enumerable:!0,configurable:!0,value:a}):i[t]=a,!0)},has({_:{data:e,setupState:t,accessCache:a,ctx:n,appContext:o,propsOptions:i}},l){let c;return!!a[l]||e!==ve&&he(e,l)||Qa(t,l)||(c=i[0])&&he(c,l)||he(n,l)||he(za,l)||he(o.config.globalProperties,l)},defineProperty(e,t,a){return null!=a.get?e._.accessCache[t]=0:he(a,"value")&&this.set(e,t,a.value,null),Reflect.defineProperty(e,t,a)}};function Ya(e){return Te(e)?e.reduce(((e,t)=>(e[t]=null,e)),{}):e}"production"!==process.env.NODE_ENV&&($a.ownKeys=e=>(va("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));let Ha=!0;function ja(e,t,a,n=!1){const{mixins:o,extends:i}=t;i&&ja(e,i,a,!0),o&&o.forEach((t=>ja(e,t,a,!0)));for(const o in t)if(n&&"expose"===o)"production"!==process.env.NODE_ENV&&va('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const n=Ka[o]||a&&a[o];e[o]=n?n(e[o],t[o]):t[o]}return e}const Ka={data:Za,props:tn,emits:tn,methods:en,computed:en,beforeCreate:Xa,created:Xa,beforeMount:Xa,mounted:Xa,beforeUpdate:Xa,updated:Xa,beforeDestroy:Xa,beforeUnmount:Xa,destroyed:Xa,unmounted:Xa,activated:Xa,deactivated:Xa,errorCaptured:Xa,serverPrefetch:Xa,components:en,directives:en,watch:function(e,t){if(!e)return t;if(!t)return e;const a=pe(Object.create(null),e);for(const n in t)a[n]=Xa(e[n],t[n]);return a},provide:Za,inject:function(e,t){return en(Ja(e),Ja(t))}};function Za(e,t){return t?e?function(){return pe(Se(e)?e.call(this,this):e,Se(t)?t.call(this,this):t)}:t:e}function Ja(e){if(Te(e)){const t={};for(let a=0;a<e.length;a++)t[e[a]]=e[a];return t}return e}function Xa(e,t){return e?[...new Set([].concat(e,t))]:t}function en(e,t){return e?pe(Object.create(null),e,t):t}function tn(e,t){return e?Te(e)&&Te(t)?[...new Set([...e,...t])]:pe(Object.create(null),Ya(e),Ya(null!=t?t:{})):t}const an={},nn=e=>Object.getPrototypeOf(e)===an,on=function(e,t){t&&t.pendingBranch?Te(e)?t.effects.push(...e):t.effects.push(e):La(e)},ln=Symbol.for("v-scx"),cn=()=>{{const e=function(e,t,a=!1){const n=Sn||Ma;if(n){let o=n?null==n.parent||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(o&&e in o)return o[e];if(arguments.length>1)return a&&Se(t)?t.call(n&&n.proxy):t;"production"!==process.env.NODE_ENV&&va(`injection "${String(e)}" not found.`)}else"production"!==process.env.NODE_ENV&&va("inject() can only be used inside setup() or functional components.")}(ln);return e||"production"!==process.env.NODE_ENV&&va("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}};function sn(e,t,a){const n=this.proxy,o=Fe(e)?e.includes(".")?function(e,t){const a=t.split(".");return()=>{let t=e;for(let e=0;e<a.length&&t;e++)t=t[a[e]];return t}}(n,e):()=>n[e]:e.bind(n,n);let i;Se(t)?i=t:(i=t.handler,a=t);const l=Fn(this),c=function(e,t,a=ve){const{immediate:n,deep:o,flush:i,once:l}=a;"production"===process.env.NODE_ENV||t||(void 0!==n&&va('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),void 0!==o&&va('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),void 0!==l&&va('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const c=pe({},a);"production"!==process.env.NODE_ENV&&(c.onWarn=va);const s=t&&n||!t&&"post"!==i;let r;if(bn)if("sync"===i){const e=cn();r=e.__watcherHandles||(e.__watcherHandles=[])}else if(!s){const e=()=>{};return e.stop=ge,e.resume=ge,e.pause=ge,e}const u=Sn;c.call=(e,t,a)=>ha(e,u,t,a);let d=!1;"post"===i?c.scheduler=e=>{on(e,u&&u.suspense)}:"sync"!==i&&(d=!0,c.scheduler=(e,t)=>{t?e():Ra(e)}),c.augmentJob=e=>{t&&(e.flags|=4),d&&(e.flags|=2,u&&(e.id=u.uid,e.i=u))};const f=ra(e,t,c);return bn&&(r?r.push(f):s&&f()),f}(o,i.bind(n),a);return l(),c}const rn=Symbol.for("v-fgt"),un=Symbol.for("v-txt"),dn=Symbol.for("v-cmt");const fn=({key:e})=>null!=e?e:null,vn=({ref:e,ref_key:t,ref_for:a})=>("number"==typeof e&&(e=""+e),null!=e?Fe(e)||oa(e)||Se(e)?{i:Ma,r:e,k:t,f:!!a}:e:null);const gn="production"!==process.env.NODE_ENV?(...e)=>In(...e):In;function In(e,t=null,a=null,n=0,o=null,i=!1){if(e&&e!==Ga||("production"===process.env.NODE_ENV||e||va(`Invalid vnode type when creating vnode: ${e}.`),e=dn),(l=e)&&!0===l.__v_isVNode){const n=pn(e,t,!0);return a&&Tn(n,a),n.patchFlag=-2,n}var l;if(Rn(e)&&(e=e.__vccOpts),t){t=function(e){return e?Xt(e)||nn(e)?pe({},e):e:null}(t);let{class:e,style:a}=t;e&&!Fe(e)&&(t.class=Be(e)),Ee(a)&&(Xt(a)&&!Te(a)&&(a=pe({},a)),t.style=Ue(a))}const c=Fe(e)?1:(e=>e.__isSuspense)(e)?128:(e=>e.__isTeleport)(e)?64:Ee(e)?4:Se(e)?2:0;return"production"!==process.env.NODE_ENV&&4&c&&Xt(e)&&va("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.","\nComponent that was made reactive: ",e=ea(e)),function(e,t=null,a=null,n=0,o=null,i=(e===rn?0:1),l=!1,c=!1){const s={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&fn(t),ref:t&&vn(t),scopeId:null,slotScopeIds:null,children:a,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:n,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Ma};return c?(Tn(s,a),128&i&&e.normalize(s)):a&&(s.shapeFlag|=Fe(a)?8:16),"production"!==process.env.NODE_ENV&&s.key!=s.key&&va("VNode created with invalid key (NaN). VNode type:",s.type),s}(e,t,a,n,o,c,i,!0)}function pn(e,t,a=!1,n=!1){const{props:o,ref:i,patchFlag:l,children:c,transition:s}=e,r=t?function(...e){const t={};for(let a=0;a<e.length;a++){const n=e[a];for(const e in n)if("class"===e)t.class!==n.class&&(t.class=Be([t.class,n.class]));else if("style"===e)t.style=Ue([t.style,n.style]);else if(Ie(e)){const a=t[e],o=n[e];!o||a===o||Te(a)&&a.includes(o)||(t[e]=a?[].concat(a,o):o)}else""!==e&&(t[e]=n[e])}return t}(o||{},t):o,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:r,key:r&&fn(r),ref:t&&t.ref?a&&i?Te(i)?i.concat(vn(t)):[i,vn(t)]:vn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:"production"!==process.env.NODE_ENV&&-1===l&&Te(c)?c.map(mn):c,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==rn?-1===l?16:16|l:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:s,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&pn(e.ssContent),ssFallback:e.ssFallback&&pn(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return s&&n&&Wa(u,s.clone(u)),u}function mn(e){const t=pn(e);return Te(e.children)&&(t.children=e.children.map(mn)),t}function hn(e=" ",t=0){return gn(un,null,e,t)}function Tn(e,t){let a=0;const{shapeFlag:n}=e;if(null==t)t=null;else if(Te(t))a=16;else if("object"==typeof t){if(65&n){const a=t.default;return void(a&&(a._c&&(a._d=!1),Tn(e,a()),a._c&&(a._d=!0)))}{a=32;const e=t._;e||nn(t)||(t._ctx=Ma)}}else Se(t)?(t={default:t,_ctx:Ma},a=32):(t=String(t),64&n?(a=16,t=[hn(t)]):a=8);e.children=t,e.shapeFlag|=a}let _n,Sn=null;{const e=De(),t=(t,a)=>{let n;return(n=e[t])||(n=e[t]=[]),n.push(a),e=>{n.length>1?n.forEach((t=>t(e))):n[0](e)}};_n=t("__VUE_INSTANCE_SETTERS__",(e=>Sn=e)),t("__VUE_SSR_SETTERS__",(e=>bn=e))}const Fn=e=>{const t=Sn;return _n(e),e.scope.on(),()=>{e.scope.off(),_n(t)}};let bn=!1;process.env.NODE_ENV;const En=/(?:^|[-_])(\w)/g,yn=e=>e.replace(En,(e=>e.toUpperCase())).replace(/[-_]/g,"");function Pn(e,t=!0){return Se(e)?e.displayName||e.name:e.name||t&&e.__name}function Nn(e,t,a=!1){let n=Pn(t);if(!n&&t.__file){const e=t.__file.match(/([^/\\]+)\.\w+$/);e&&(n=e[1])}if(!n&&e&&e.parent){const a=e=>{for(const a in e)if(e[a]===t)return a};n=a(e.components||e.parent.type.components)||a(e.appContext.components)}return n?yn(n):a?"App":"Anonymous"}function Rn(e){return Se(e)&&"__vccOpts"in e}function An(e){return{dispatchFunctionBySid:function(t,a,n){e.value&&R.callUIFunction(e.value,"dispatchFunctionBySid",[t,a,n])},requestFocus:function(t){e.value&&R.callUIFunction(e.value,"requestFocus",[t])},requestChildFocus:function(t,a){e.value&&R.callUIFunction(e.value,"requestChildFocus",[t,a])},clearFocus:function(){e.value&&R.callUIFunction(e.value,"clearFocus")},requestFocusDirectly:function(t){e.value&&R.callUIFunction(e.value,"requestFocusDirectly",[t])},setVisibility:function(t){e.value&&R.callUIFunction(e.value,"changeVisibility",[t])},requestRootLayout:function(){e.value&&R.callUIFunction(e.value,"requestRootLayout",[])},requestLayout:function(){e.value&&R.callUIFunction(e.value,"requestLayout",[])},setDescendantFocusability:function(t){e.value&&R.callUIFunction(e.value,"setDescendantFocusability",[t])},changeDescendantFocusability:function(t){e.value&&R.callUIFunction(e.value,"changeDescendantFocusability",[t])},forceUpdateRenderNode:function(){e.value&&R.callUIFunction(e.value,"forceUpdateRenderNode",[])},setBackGroundColor:function(t){e.value&&R.callUIFunction(e.value,"setBackGroundColor",[t])},layoutViewManual:function(){e.value&&R.callUIFunction(e.value,"layoutViewManual",[])},blockRootFocus:function(){e.value&&R.callUIFunction(e.value,"blockRootFocus",[])},unBlockRootFocus:function(){e.value&&R.callUIFunction(e.value,"unBlockRootFocus",[])},changeAlpha:function(t){e.value&&R.callUIFunction(e.value,"changeAlpha",[t])},setScale:function(t,a,n){e.value&&R.callUIFunction(e.value,"setScale",[t,a,n])},setPosition:function(t,a,n){e.value&&R.callUIFunction(e.value,"setPosition",[t,a,n])},updateLayout:function(t,a,n,o){e.value&&R.callUIFunction(e.value,"updateLayout",[t,a,n,o])},invalidate:function(){e.value&&R.callUIFunction(e.value,"invalidate",[])},dispatchFunctionForTarget:function(t,a,n,o){e.value&&R.callUIFunction(e.value,"dispatchFunctionForTarget",[t,a,n,o])},setBlockFocusDirections:function(t){e.value&&R.callUIFunction(e.value,"setBlockFocusDirections",[t])},setBlockFocusDirectionsOnFail:function(t){e.value&&R.callUIFunction(e.value,"setBlockFocusDirectionsOnFail",[t])},setInitFocus:function(t,a){e.value&&R.callUIFunction(e.value,"setInitFocus",[t,a])},setAutoFocus:function(t,a){e.value&&R.callUIFunction(e.value,"setAutoFocus",[t,a])},enabledAutofocus:function(t){e.value&&R.callUIFunction(e.value,"setAutofocus",[t])},requestAutofocus:function(){e.value&&R.callUIFunction(e.value,"requestAutofocus",[])},hasFocus:function(){return e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"hasFocus",[],(e=>{t(e)}))})):Promise.reject(!1)},isFocused:function(){return e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"isFocused",[],(e=>{t(e)}))})):Promise.reject(!1)},getLocationOnScreen:function(){return e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"getLocationOnScreen",[],(e=>{t(e)}))})):Promise.reject()},getViewState:function(){return e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"getViewState",[],(e=>{t(e)}))})):Promise.reject()},getChildViewState:function(t){return e.value?new Promise(((a,n)=>{R.callUIFunction(e.value,"getChildViewState",[t],(e=>{a(e)}))})):Promise.reject()},requestChildFocusAtIndex:function(t){e.value&&R.callUIFunction(e.value,"requestChildFocusAtIndex",[t])},clearMemoryFocused:function(){e.value&&R.callUIFunction(e.value,"clearMemoryFocused",[])},showDialog:function(t){e.value&&R.callUIFunction(e.value,"showDialog",[t])}}}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;var Ln=Va({name:"qt-view",emits:["clearFocus"],setup(t,a){const n=e();return{viewRef:n,...An(n)}}});const Cn={clipChildren:!1,ref:"viewRef"};Ln.render=function(e,o,i,l,c,s){return t(),a("div",Cn,[n(e.$slots,"default")],512)},Ln.__file="src/view/index.vue";var Dn=Va({name:"qt-text",setup(t,a){const n=e();return{viewRef:n,setText:function(e){R.callUIFunction(n.value,"setText",[e])},setTextSize:function(e){R.callUIFunction(n.value,"setTextSize",[e])},setTextColor:function(e){R.callUIFunction(n.value,"setTextColor",[e])},textSpan:function(e){R.callUIFunction(n.value,"textSpan",[e])},...An(n)}}});Dn.render=function(e,a,n,l,c,s){const r=o("text-view");return t(),i(r,{ref:"viewRef"},null,512)},Dn.__file="src/text/index.vue";var Un=Va({name:"qt-image",setup(t,a){const n=e();return{viewRef:n,setSrc:function(e){R.callUIFunction(n.value,"setSrc",[e])},resizeMode:function(e){R.callUIFunction(n.value,"resizeMode",[e])},...An(n)}}});const wn={src:"",alt:"",clipChildren:!1,ref:"viewRef"};Un.render=function(e,n,o,i,l,c){return t(),a("img",wn,null,512)},Un.__file="src/image/index.vue";var xn=Va({name:"qt-column",setup(t,a){const n=e();return{viewRef:n,...An(n)}}});const kn={class:"qt-ui-row-css",clipChildren:!1,ref:"viewRef"};xn.render=function(e,o,i,l,c,s){return t(),a("div",kn,[n(e.$slots,"default")],512)},xn.__scopeId="data-v-734c04b2",xn.__file="src/column/index.vue";var On=Va({name:"qt-row",setup(t,a){const n=e();return{viewRef:n,...An(n)}}});const Bn={class:"qt-ui-row-css",clipChildren:!1,ref:"viewRef"};On.render=function(e,o,i,l,c,s){return t(),a("div",Bn,[n(e.$slots,"default")],512)},On.__scopeId="data-v-9c454b58",On.__file="src/row/index.vue";var Mn=l({name:"qt-button",props:{size:{type:String,default:"default"},itemType:{type:Number,default:2e4},focusBorder:{type:Boolean,default:!1},focusScale:{type:Number,default:1.08},focusable:{type:Boolean,default:!0},enableFlexStyle:{type:Boolean,default:!1},icon:{type:String,default:null},focusIcon:{type:String,default:null},text:{type:String,default:""},gradientFocusBackground:{type:Object,default:()=>{}},gradientSelectedBackground:{type:Object,default:()=>null},gradientBackground:{type:Object,default:()=>null},disabled:Boolean,circle:Boolean,round:Boolean,square:Boolean,buttonStyle:Object,textStyle:Object,iconStyle:Object,focusIconStyle:Object,iconParentStyle:Object},emits:["focus","click"],setup(t,a){const n=e(),o=e(!1);return{buttonRef:n,focused:o,onFocus:function(e){o.value=e.isFocused,a.emit("focus",e.isFocused)},onClick:function(e){a.emit("click")},...An(n)}}});const Wn=["focusable","enableFocusBorder","focusScale"],Vn=["gradientBackground"],Gn=["gradientBackground"],qn=["gradientBackground"],zn=["src"],Qn=["src"];Mn.render=function(e,l,d,f,v,g){const I=o("text-view");return t(),a("div",{ref:"buttonRef",clipChildren:!1,focusable:e.focusable,enableFocusBorder:e.focusBorder,focusScale:e.focusScale,onClick:l[0]||(l[0]=(...t)=>e.onClick&&e.onClick(...t)),name:"textButton",eventClick:"",eventFocus:"",onFocus:l[1]||(l[1]=(...t)=>e.onFocus&&e.onFocus(...t)),style:c(e.buttonStyle),class:s(["quick-button--default",e.size?"quick-button--"+e.size:"",{"is-disabled-button":e.disabled,"is-circle":e.circle,"is-round":e.round,"is-square":e.square}])},[r(" gradient "),e.gradientFocusBackground?(t(),a("div",{key:0,class:"button-gradient-background-css",gradientBackground:e.gradientFocusBackground,focusable:!1,showOnState:"focused"},null,8,Vn)):r("v-if",!0),e.gradientSelectedBackground?(t(),a("div",{key:1,class:"button-gradient-background-css",gradientBackground:e.gradientSelectedBackground,focusable:!1,showOnState:"selected"},null,8,Gn)):r("v-if",!0),e.gradientBackground?(t(),a("div",{key:2,class:"button-gradient-background-css",gradientBackground:e.gradientBackground,focusable:!1,showOnState:"normal"},null,8,qn)):r("v-if",!0),r(" -----------------------------icon--------------------------------- "),!e.icon&&!e.focusIcon||e.$slots.default?r("v-if",!0):(t(),a("div",{key:3,duplicateParentState:!0,style:c(e.iconParentStyle),flexStyle:"${iconParentStyle}",class:s(["quick-button-icon-parent",e.size?"quick-button-icon--parent"+e.size:""])},[e.icon&&!e.$slots.default?(t(),a("img",{key:0,style:c(e.iconStyle),flexStyle:"${iconStyle}",duplicateParentState:!0,class:s(["quick-button-icon",e.size?"quick-button-icon--"+e.size:"",{"is-square-icon":e.square}]),focusable:!1,src:e.enableFlexStyle?"${"+e.icon+"}":e.icon,showOnState:"normal"},null,14,zn)):r("v-if",!0),e.focusIcon&&!e.$slots.default?(t(),a("img",{key:1,style:c(e.focusIconStyle?e.focusIconStyle:e.iconStyle),flexStyle:"${iconStyle}",class:s(["quick-button-icon",e.size?"quick-button-icon--"+e.size:"",{"is-square-icon":e.square}]),focusable:!1,duplicateParentState:!0,src:e.enableFlexStyle?"${"+e.focusIcon+"}":e.focusIcon,showOnState:"focused"},null,14,Qn)):r("v-if",!0)],6)),r(" ------------------------------------------------------------------- "),r(" text "),e.enableFlexStyle?(t(),i(I,{key:4,style:c(e.textStyle),duplicateParentState:"",class:s([e.size?"quick-button-text--"+e.size:"",{"is-disabled-text":e.disabled,"is-square-text":e.square}]),focusable:!1,text:"${"+e.text+"}",autoWidth:"",autoHeight:""},null,8,["style","class","text"])):e.text&&!e.$slots.default?(t(),a("span",{key:5,style:c(e.textStyle),duplicateParentState:"",class:s([e.size?"quick-button-text--"+e.size:"",{"is-disabled-text":e.disabled,"is-square-text":e.square}]),focusable:!1},u(e.text),7)):r("v-if",!0),n(e.$slots,"default")],46,Wn)},Mn.__scopeId="data-v-46a594e4",Mn.__file="src/button/index.vue";let $n,Yn=[];class Hn{fn;scheduler;active=!0;deeps=[];constructor(e,t){this.fn=e,this.scheduler=t}run(){if(!this.active)return this.fn();if(!Yn.includes(this))try{return Yn.push($n=this),this.fn()}finally{Yn.pop(),$n=Yn[Yn.length-1]}}stop(){this.active&&(!function(e){const{deeps:t}=e;for(const a of t)a.delete(e)}(this),this.active=!1)}}function jn(){return void 0!==$n}const Kn=new WeakMap;function Zn(e){e&&Kn.delete(e)}function Jn(e,t){if(!jn()||null==e)return;let a=Kn.get(e);if(a||Kn.set(e,a=new Map),null!=t){let e=a.get(t);e||a.set(t,e=new Set),Xn(e)}}function Xn(e){e.has($n)||(e.add($n),$n.deeps.push(e))}function eo(e,t,a,n,o){let i=Kn.get(e);if(!i)return;let l=[];if(null!=t){let e=i.get(t);e||(e=i.get("__ls_watchAll")),e&&l.push(e)}let c=[];for(const e of l)c.push(...e);to(c,e,t,a,n,o)}function to(e,t,a,n,o,i){for(const l of e)if(l!==$n){if(l.scheduler)return l.scheduler(t,a,n,o,i);l.run(t,a,n,o,i)}}class ao{start;end;deleteCount;datas=new Map;names=new Map;dataArr;updateCount=0;rootUpdateCount=0;deth=-1;constructor(e,t,a=-1){this.start=e,this.end=t,this.deleteCount=a}resetData(){this.start=-1,this.end=-1,this.deleteCount=-1,this.datas.size&&(this.datas=new Map)}}const no="set",oo="__qt_set",io="push",lo="splice",co="pop",so="concat",ro="__qt_currentType",uo="__qt_expectCangeNum",fo="shift",vo="unshift",go="__qt_splice_change_prop",Io=(e=1,t)=>{const a=new Map;return t.forEach(((t,n)=>{let o=n;Array.isArray(n)&&e>0&&(o=n.slice(0,e).join()),a.set(o,t)})),a},po=(e,t,a)=>{(e.names.size?e.names:e.datas).forEach(((n,o)=>{let i,l;const c=e.datas.get(o),s={isArr:!1,arrDeeps:[],ouData:c,newData:null,oldData:null,k:o};if(Array.isArray(o)){for(let e=0;e<o.length;e++){const a=o[e];if(isNaN(Number(a))||s.arrDeeps.push(Number(a)),s.arrDeeps.length>3)break;i=i?i[a]:t[a],l=e>0?l?l[a]:c[a]:c}if(e.names.size&&1==e.names.get(o)?.size){const t=e.names.get(o)?.values().next().value;Ee(i)&&Ee(l)&&Te(i[t])&&Te(l[t])&&(i=i[t],l=l[t])}s.oldData=i,s.newData=l}else s.oldData=t[o],s.newData=n;s.isArr=Array.isArray(l),a(s)}))};const mo=new class{targetFlags=new WeakMap;targetMaps=new WeakMap;getFlag(e){let t=this.targetFlags.get(e);return t||this.targetFlags.set(e,t=new Map),t}getTargetType(e,t){return this.getType(e)?.get(t)}getType(e){return this.targetMaps.get(e)}setType(e,t,a){let n=this.targetMaps.get(e);n||this.targetMaps.set(e,n=new Map),n.set(t,a),this.getFlag(e).set(ro,t)}deleteType(e,t){if("object"!=typeof e)return;let a=this.targetMaps.get(e);this.targetFlags.delete(e),a&&(t?a.delete(t):this.targetMaps.delete(e))}clear(){this.targetFlags=new WeakMap,this.targetMaps=new WeakMap}changeTypeData(e,t,a){if(this.getFlag(e).get(ro)===co)return!1;const n=this.getType(e);let o=!1;n&&!isNaN(Number(t))&&n.forEach(((e,n)=>{Number(t)>=e.start&&Number(t)<=e.end&&(e.datas.set(t,a),o=!0)}));let i=this.getFlag(e).get(uo);return i&&i>0?(this.getFlag(e).set(uo,--i),!0):o}changeOfsetType(e,t,a,n,o=1){let i=this.getTargetType(e,oo);if(i){const e=(Array.isArray(t)?Number(t[0]):Number(t))||0;i.datas.has(t)||(e!==i.end&&i.rootUpdateCount++,i.updateCount+=1),i.datas.set(t,a),e>=i.end?i.end=e:e<i.start&&(i.start=e),o!=i.deth&&(i.deth=-1)}else{const n=(Array.isArray(t)?Number(t[0]):Number(t))||0;i=new ao(n,n),i.datas.set(t,a),i.updateCount=1,i.rootUpdateCount=1,i.deth=o,this.setType(e,oo,i)}if(n){const e=i.names.get(t);e?e.add(n):i.names.set(t,new Set([n]))}}recordArrChangeProps(e,t,a){const n=this.getFlag(e);let o=n.get(go);if(o||(o=new Set,n.set(go,o)),a>t)for(let e=t;e<a;e++)o.add(e)}checkArrChangeProps(e,t){const a=this.getFlag(e),n=a.get(ro);if(n===lo){let e=a.get(go);return t=Number(t),!e||!(isNaN(t)||!e.has(t))&&(e.delete(t),!0)}return n!==fo&&n!==vo}},ho=(e,t)=>{return n=t,(null===(a=e)||null===n||void 0===a||void 0===n?a===n:a&&n?a.constructor.name===n.constructor.name:typeof a==typeof n)&&("object"==typeof e?((e,t)=>e.__qt_key_&&t.__qt_key_?e.__qt_key_===t.__qt_key_:JSON.stringify(e)===JSON.stringify(t))(e,t):e==t);var a,n},To=(e,t)=>{let a=!1;return e.__qt_key_&&t.__qt_key_&&(a=e.__qt_key_===t.__qt_key_),a&&e.__qt_change_num_&&t.__qt_change_num_&&(a=t.__qt_change_num_>e.__qt_change_num_),a},_o=(e,t,a)=>{const n=new ao(-1,-1),o=new ao(-1,-1),i=new ao(-1,-1);for(let n=0;n<e.length;n++){const i=e[n];t.find((e=>ho(i,e)))?o.deleteCount>0&&(a.delete(o.start,o.deleteCount),o.resetData()):-1===o.start?(o.start=n,o.deleteCount=1):o.deleteCount++}o.deleteCount>0&&a.delete(o.start,o.deleteCount);let l=-1;for(let o=0;o<t.length;o++){const c=t[o],s=e.find(((e,t)=>!!(ho(e,c)&&t>l)&&(l=t,!0)));if(s){i.datas.size&&(a.insert(i.start,Array.from(i.datas.values())),i.resetData());To(s,c)&&(-1===n.start?(n.start=o,n.updateCount=1,n.rootUpdateCount=1,n.end=n.start+n.updateCount):o>n.start&&o<=n.end?(n.updateCount++,n.end++,n.rootUpdateCount++):(a.update(n.start,n,e),n.resetData(),n.start=o,n.updateCount=1,n.rootUpdateCount=1,n.end=n.start+n.updateCount),n.datas.set(o,d(c)))}else-1===i.start&&(i.start=o),i.datas.set(o,d(c)),n.datas.size&&(a.update(n.start,n,e),n.resetData())}n.datas.size&&a.update(n.start,n,e),i.datas.size&&a.add(Array.from(i.datas.values()))},So={pointer:0,createUid(e="_"){return this.pointer++,this.pointer+e+Date.now()},addUid(e,t){return null!==e&&"object"==typeof e&&(e.__qt_key_||(e.__qt_key_=this.createUid(t))),e},addUidBatch(e,t){for(let t=0;t<e.length;t++)this.addUid(e[t])}},Fo=(e,t=!0)=>{if(Ee(e)){const a=Te(e)?[]:{};for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)){const o=e[n];Ee(o)?(Te(o)||(o.__qt_key_||(o.__qt_key_=So.createUid(n)),o.__qt_change_num_||(o.__qt_change_num_=1)),a[n]=Fo(o,t)):a[n]=o}return a}return e};function bo(e,t){if(!e||!Ee(e))return;let a=e.__v_raw,n=Fo(a),o=!1;const i=e=>{o||(o=!0,f((()=>{o=!1,e()})))},l=new Hn((()=>{Jn(a,"__ls_watchAll")}),((e,o,c,s,r)=>{const u="__ls_reset_ref_value"===s?c:e,d=mo.getFlag(e).get(ro);"__ls_reset_ref_value"===s&&t.resetValue?.(c),"__ls_reset_ref_value"!==s||d===so&&n&&(n.length||Object.keys(c).length)?n&&(n.length||Object.keys(c).length)||!u?d!==lo||e&&(e.length||Object.keys(c).length)?i((()=>{const o="__ls_reset_ref_value"===s?c:e,i=mo.getType(e);i&&1===i.size?i.forEach(((e,a)=>{if(a!==io&&a!==so||t.add(e.dataArr||Array.from(e.datas.values())),a===co&&t.delete(e.start,e.deleteCount),a===oo)if(e.end-e.start+1==e.rootUpdateCount)t.update(e.start,e,n);else{(e=>{const t=new Map;let a=-1;return e.datas.forEach(((n,o)=>{const i=Array.isArray(o)?Number(o[0]):Number(o);let l=t.get(a);if(l&&i>=l.start&&i<=l.end+1)l.updateCount++,i!=l.end&&l.rootUpdateCount++,l.end=i,l.datas.set(o,n);else{const c=1;l=new ao(i,i),l.updateCount=c,l.rootUpdateCount=c,l.datas.set(o,n),l.deth=e.deth,a=i,t.set(a,l)}e.names.get(o)&&l.names.set(o,e.names.get(o))})),t})(e).forEach(((e,a)=>{t.update(e.start,e,n)}))}a===lo&&(e.deleteCount&&t.delete(e.start,e.deleteCount),e.datas.size&&t.insert(e.start,Array.from(e.datas.values()))),a===vo&&t.insert(e.start,Array.from(e.datas.values())),a===fo&&t.delete(e.start,e.deleteCount)})):_o(n,o,t),mo.deleteType(n),mo.deleteType(e),mo.deleteType(a),mo.deleteType(o),mo.clear(),n=Fo(a)})):(t.clear(),a=e,mo.deleteType(n),mo.deleteType(e),mo.deleteType(a),mo.deleteType(u),mo.clear(),n=Fo(a)):i((()=>{t.init(Fo(u,!1)),a=u,mo.deleteType(n),mo.deleteType(e),mo.deleteType(a),mo.deleteType(u),mo.clear(),n=Fo(a)})):(c&&(c.length||Object.keys(c).length)?t.init(Fo(c,!1)):t.clear(),a=c,mo.deleteType(n),mo.deleteType(e),mo.deleteType(a),mo.deleteType(u),mo.clear(),n=Fo(a)),"__ls_reset_ref_value"===s&&(Zn(a),a=c,l.run())}));return l.run(),{stop(){Zn(a),l.stop()}}}class Eo extends Array{__v_raw;shift(){if(this.__v_raw.length){const e=0,t=0,a=1,n=mo.getTargetType(this.__v_raw,fo);if(n)n.deleteCount+=a;else{const n=new ao(e,t,a);mo.setType(this.__v_raw,fo,n),mo.getFlag(this.__v_raw).set(uo,this.__v_raw.length)}}return super.shift()}unshift(...e){if(e.length){let t=0,a=e.length-1,n=mo.getTargetType(this.__v_raw,vo);n||(n=new ao(t,a),mo.setType(this.__v_raw,vo,n),mo.getFlag(this.__v_raw).set(uo,this.__v_raw.length+e.length)),So.addUidBatch(e)}return super.unshift(...e)}push(...e){if(e.length){const t=this.__v_raw.length,a=t+e.length-1,n=mo.getTargetType(this.__v_raw,io);if(n)n.end+=e.length;else{const e=new ao(t,a);mo.setType(this.__v_raw,io,e)}So.addUidBatch(e)}return super.push(...e)}splice(e,t,...a){e<0&&(e=0),void 0===t&&this.__v_raw.length&&(t=this.__v_raw.length-e),(e>=this.__v_raw.length||t<0)&&(t=0);let n=e;n=a&&a.length?e+a.length-1:-1;let o=mo.getTargetType(this.__v_raw,lo);if(o||(o=new ao(e,n,t),mo.setType(this.__v_raw,lo,o),mo.getFlag(this.__v_raw).set(uo,this.__v_raw.length+a.length-t-e)),t<=0?mo.recordArrChangeProps(this.__v_raw,e,e+a.length):a&&a.length?mo.recordArrChangeProps(this.__v_raw,e,e+t):mo.recordArrChangeProps(this.__v_raw,e,e),a)for(let e=t;e<a.length;e++)So.addUid(a[e]);return super.splice(e,t,...a)}pop(){if(this.__v_raw.length){const e=this.__v_raw.length-1,t=e,a=1,n=mo.getTargetType(this.__v_raw,co);if(n)n.start-=1,n.deleteCount+=a;else{const n=new ao(e,t,a);mo.setType(this.__v_raw,co,n)}}return super.pop()}concat(e){if(e.length){const t=this.__v_raw.length,a=t+e.length-1;let n=mo.getTargetType(this.__v_raw,so);n?n.end+=e.length:(n=new ao(t,a),n.dataArr=e,mo.setType(this.__v_raw,so,n)),So.addUidBatch(e)}return super.concat(...e)}}const yo=new WeakMap,Po=(e,t,a)=>{if(!Ee(e))return;if(a>=t.length-1)return e;a<0&&(a=0);const n=t.length-1-a;let o=e;for(let e=1;e<=n;e++){if(o=o[t[e]],!Ee(o))break}return o};function No(e,t,a,n=1){return Ee(e)?e.__v_isReactive?e:(Array.isArray(e)&&(e.__proto__=new Eo),t||(t=e),new Proxy(e,((e,t=[],a=1)=>({get(n,o,i){if("__qt_root"===o)return e;if("__qt_path"===o)return t;if("__qt_arr_deth"===o)return a;if("__v_isReactive"===o)return!0;if("__ls_watchAll"===o||"__v_raw"===o)return n;Jn(n,o);const l=Reflect.get(n,o,i);return Ee(l)?No(l,e,[...t,o],Te(l)?a+1:a):l},set(e,t,a,n){let o=e[t];v(a)&&(a=d(a)),Ee(a)&&!Te(a)&&"string"==typeof t&&(a.__qt_key_||(Ee(o)?a.__qt_key_=o.__qt_key_||So.createUid(t):a.__qt_key_=So.createUid(t)),a.__qt_change_num_||(Ee(o)?a.__qt_change_num_=o.__qt_change_num_||1:a.__qt_change_num_=1));const i=Reflect.set(e,t,a,n);try{if(((e,t)=>"string"==typeof t?!t.startsWith("__qt_"):e.hasOwnProperty(t))(e,t)&&o!=a){Ee(a)&&a.__qt_change_num_&&mo.checkArrChangeProps(e,t)&&a.__qt_change_num_++;const i=n.__qt_root,l=n.__qt_path;if(l&&l.length&&!v(a)){const a=l[0],c=i[a];Ee(c)&&c.__qt_change_num_&&c.__qt_change_num_++;const s=Array.isArray(e)&&"length"===t?"":t;mo.changeOfsetType(i,l,c,s,n.__qt_arr_deth),eo(i,a,c,no,o)}else Array.isArray(e)&&!isNaN(Number(t))?(mo.changeTypeData(e,t,a)||mo.changeOfsetType(e,t,a),eo(e,t,a,no,o)):(mo.changeOfsetType(e,t,a),eo(e,t,a,no,o))}}catch(e){console.warn(e)}return i}}))(t,a,n))):e}function Ro(e,t,a){return Ee(e)?function(e,t,a){const n=yo.get(e);if(n)return n;const o=No(e,t,a);return yo.set(e,o),o}(e,t,a):e}class Ao{dep=new Set;__v_isRef=!0;_value;_rawValue;constructor(e){this._rawValue=Fo(e),this._value=Ro(this._rawValue)}get value(){return jn()&&Xn(this.dep||(this.dep=new Set)),this._value}set value(e){(e=Fo(e))!==this._rawValue&&(this._value=Ro(e),eo(this._rawValue,"__ls_watchAll",e,"__ls_reset_ref_value",this._rawValue),to(this.dep,this._rawValue,void 0,e,"",this._rawValue),this._rawValue=e)}}function Lo(e){return new Ao(e||[])}function Co(e){return Lo(e)}function Do(e){return Lo(e)}function Uo(e){return{scrollToIndex:function(t,a,n,o,i){e.value?.scrollToIndex(t,a,n,o,i)},startScroll:function(t){e.value?.startScroll(t)},setSelectChildPosition:function(t,a){e.value?.setSelectChildPosition(t,a)},scrollToPositionWithOffset:function(t,a,n){e.value?.scrollToPositionWithOffset(t,a,n)},scrollToPositionWithOffsetInfiniteMode:function(t,a,n){e.value?.scrollToPositionWithOffsetInfiniteMode(t,a,n)},scrollToPosition:function(t,a){e.value?.scrollToPosition(t,a)},refreshListData:function(){e.value?.refreshListData()},updateItemTraverse:function(t,a,n){e.value?.updateItemTraverse(t,a,n)},requestItemLayout:function(t){e.value?.requestItemLayout(t)},updateItemRange:function(t,a,n){e.value?.updateItemRange(t,a,n)},insertItemRange:function(t,a){e.value?.insertItemRange(t,a)},updateItemMatched:function(t,a){e.value?.updateItemMatched(t,a)},updateItemMatchedByKey:function(t,a,n){e.value?.updateItemMatchedByKey(t,a,n)},deleteItemRange:function(t,a){e.value?.deleteItemRange(t,a)},setListData:function(t){e.value?.setListData(t)},setListDataWithParams:function(t,a,n){e.value?.setListDataWithParams(t,a,n)},addListData:function(t){e.value?.addListData(t)},addListDataWithParams:function(t,a){e.value?.addListDataWithParams(t,a)},destroy:function(){e.value?.destroy()},recycle:function(){e.value?.recycle()},scrollToTop:function(){e.value?.scrollToTop()},scrollToFocus:function(t,a,n,o){e.value?.scrollToFocus(t,a,n,o)},prepareForRecycle:function(){e.value?.prepareForRecycle()},setDisplay:function(t){e.value?.setDisplay(t)},changeDisplayState:function(t,a){e.value?.changeDisplayState(t,a)},notifySaveInstance:function(){e.value?.notifySaveInstance()},notifyRestoreInstance:function(){e.value?.notifyRestoreInstance()},updateItemProps:function(t,a,n,o){e.value?.updateItemProps(t,a,n,o)},dispatchItemFunction:function(t){e.value?.dispatchItemFunction(t)},clearPostTask:function(){e.value?.clearPostTask()},clearPostTaskByCate:function(t){e.value?.clearPostTaskByCate(t)},clearData:function(){e.value?.clearData()},pausePostTask:function(){e.value?.pausePostTask()},resumePostTask:function(){e.value?.resumePostTask()},requestLayoutManual:function(){e.value?.requestLayoutManual()},setSpanCount:function(t){e.value?.setSpanCount(t)},searchReplaceItem:function(t,a){e.value?.searchReplaceItem(t,a)},setCustomStateEnableOnFocus:function(t,a){e.value?.setCustomStateEnableOnFocus(t,a)},setItemCustomState:function(t,a,n){e.value?.setItemCustomState(t,a,n)},dispatchItemFunctionWithPromise:function(t,a,n,o){return e.value.dispatchItemFunctionWithPromise(t,a,n,o)},getScrollOffset:function(){return e.value.getScrollOffset()}}}var wo=l({name:"qt-grid-view",props:{loadMore:{type:Function,default:function(){return[1,1]}},openPage:{type:Boolean,default:!1},spanCount:{type:Number,default:0},pageSize:{type:Number,default:0},preloadNo:{type:Number,default:0},defaultFocus:{type:Number,default:-1},areaWidth:{type:Number,default:1200},blockFocusDirections:{type:Array,default:()=>[]},loadingDecoration:{type:Object,default:()=>({top:15,left:30})},listData:{type:Array,required:!1}},emits:["item-click","scroll","item-unbind","scroll-state-changed","item-bind","item-focused"],setup(t,a){const n=e();let o=e(2.5),i=Co(),l=0,c=!1,s=e(!1),r=[],u=null,f=!1,v=!0;const h=()=>t.listData||i.value,T=e=>{t.defaultFocus>-1&&e.length&&t.defaultFocus<e.length&&v&&(clearTimeout(u),u=setTimeout((()=>{C(t.defaultFocus)}),300+10*e.length))};g((()=>{h().length&&n.value&&!f&&!r.length&&(r=h(),n.value.setListDataWithParams(d(h()),!0,!0),T(r))})),I((()=>{i.value.splice(0)}));let _=0;const S=[{_id:"",type:1002,decoration:t.loadingDecoration}],F=()=>{t.openPage&&0===_&&r.length>=t.pageSize&&!c&&(n.value.addListData(S),_=r.length)},b=(e=!1)=>{_>0&&(e?n.value.updateItem(_,{text:"",type:1003,decoration:{}}):(n.value.deleteItem(_,1),_=0))};let E=null;const y=(e=!1)=>{c=!0,E=setTimeout((()=>{c=!0,b(e)}),20)},P=()=>{c=!1,l=0},N=()=>{!c&&t.loadMore&&(t.listData?r.length>t.pageSize&&(l++,t.loadMore(l)):(l++,t.loadMore(l)))},R=bo(h(),{resetValue(e){r=e,f=!0},init(e){n.value&&(n.value.setListDataWithParams(e.concat(t.openPage&&r.length>=t.pageSize&&!c?(_=r.length,S):[]),!0,!0),P(),t.listData&&(l=1),T(e))},add(e){n.value.addListData(e),b(),F()},update(e,t){Io(1,t.datas).forEach(((e,t)=>{const a=Array.isArray(t)?Number(t[0]):Number(t);n.value.updateItem(a,e)}))},insert(e,t){n.value.addItem(e,t),b(),F()},delete(e,t){n.value.deleteItem(e,t),_>0&&(_=r.length)},clear(){n.value.setListDataWithParams([],!0,!0),_=0}}),{scrollToPosition:A}=Uo(n);p((()=>{t.openPage&&!t.listData&&(P(),N())}));const L=e=>{n.value.requestFocus(e)},C=e=>{A(e),L(e)},D=(e,t)=>{n.value.setSelectPosition(e,t)};m((()=>{R?.stop(),P(),s.value=!1,c=!1,clearTimeout(u),clearTimeout(E)}));let U=-1;return{tv_list:n,...An(n),...Uo(n),init:(e,a)=>t.listData?[]:e?(v=!a,i.value=e,i.value):i.value,onItemClick:e=>{a.emit("item-click",e)},onItemBind:e=>{if(t.openPage&&!c&&r.length>=t.pageSize){let a=t.preloadNo;(a<0||a>=r.length)&&(a=0),e.position==r.length-1-a&&N()}a.emit("item-bind",e)},onItemFocused:e=>{a.emit("item-focused",e)},restartPage:()=>{if(!t.listData){clearTimeout(U);let e=0;c||(e=420,y()),U=setTimeout((()=>{s.value=!0,l=1,c=!1,t.loadMore(l)}),e)}},isRestartPage:s,onItemUnbind:e=>{a.emit("item-unbind",e)},onScroll:e=>{a.emit("scroll",e)},onScrollStateChanged:e=>{a.emit("scroll-state-changed",e)},stopPage:y,setItemFocused:L,scrollToFocused:C,setItemSelected:D,scrollToSelected:(e,t)=>{A(e),D(e,t)},setInitPosition:e=>{n.value.setInitPosition(e)},apkVersion:o,updateItemProps:(e,t,a)=>{n.value.updateItemProps(e,t,a)},insertItem:(e,t)=>{n.value.addItem(e,t)}}}});wo.render=function(e,a,l,c,s,r){const u=o("tv-list");return t(),i(u,{class:"tv_list",ref:"tv_list",name:"tv_list",spanCount:e.spanCount,onItemBind:e.onItemBind,onItemClick:e.onItemClick,onItemFocused:e.onItemFocused,onItemUnbind:e.onItemUnbind,onScroll:e.onScroll,onScrollStateChanged:e.onScrollStateChanged,onSetListData:e.setListData,blockFocusDirections:e.blockFocusDirections},{default:h((()=>[n(e.$slots,"header"),n(e.$slots,"default"),n(e.$slots,"footer"),n(e.$slots,"loading")])),_:3},8,["spanCount","onItemBind","onItemClick","onItemFocused","onItemUnbind","onScroll","onScrollStateChanged","onSetListData","blockFocusDirections"])},wo.__file="src/grid-view/index.vue";var xo=Va({name:"qt-poster-focus-title",props:{fontSize:{type:Number,default:20},borderRadius:{type:Number,default:8},bgColor:{type:Object,default:()=>({colors:["#ffffff","#ffffff"],cornerRadii4:[0,0,8,8]})},titleColor:{type:String,default:"#000000"},subTitleColor:{type:String,default:"rgba(0,0,0,.4)"}},setup(e,t){}});const ko={class:"absoluteFocusTitleRoot",flexStyle:"${titleFocusStyle}",autoHeight:"",focusable:!1},Oo=["gradientBackground"];xo.render=function(e,n,i,l,s,u){const d=o("text-view");return t(),a("div",ko,[r(" 浮动标题"),T(d,{duplicateParentState:!0,focusable:!1,fontSize:26,ellipsizeMode:2,lines:1,paddingRect:[16,18,0,0],gradientBackground:"${floatTitle.background}",style:{height:"64px",color:"#ffffff"},flexStyle:"${floatTitle.style}",text:"${floatTitle.text}",showIf:"${floatTitle.enable}",gravity:"left",postDelay:250}),_("div",{class:"absoluteFocusMainBgRoot",style:c({borderBottomLeftRadius:`${e.borderRadius}px`,borderBottomRightRadius:`${e.borderRadius}px`}),duplicateParentState:!0,focusable:!1,gradientBackground:e.bgColor,showIf:"${focusTitle.enable}"},[r(" 主标题 "),T(d,{duplicateParentState:!0,focusable:!1,fontSize:30,ellipsizeMode:2,autoHeight:"",maxLines:2,gravity:"left",paddingRect:[16,8,12,8],style:c({backgroundColor:"transparent",color:`${e.titleColor}`}),flexStyle:"${focusTitle.style}",text:"${focusTitle.text}"},null,8,["style"]),r(" 副标题 "),T(d,{duplicateParentState:!0,focusable:!1,fontSize:24,ellipsizeMode:2,lines:1,autoHeight:"",gravity:"left|top",paddingRect:[16,0,0,16],style:c({color:`${e.subTitleColor}`,backgroundColor:"transparent"}),flexStyle:"${subTitle.style}",text:"${subTitle.text}",visibility:"${subTitle}"},null,8,["style"])],12,Oo)])},xo.__scopeId="data-v-703673b8",xo.__file="src/poster/qt-poster-focus-title.vue";var Bo=Va({name:"qt-poster-corner-title",props:{fontSize:{type:Number,default:20},mode:{type:String,default:"right"}},setup(e,t){}});Bo.render=function(e,n,i,l,c,r){const u=o("text-view");return t(),a("div",{class:s(["cornerRoot",["cornerRoot_"+e.mode]]),focusable:!1},[T(u,{duplicateParentState:!0,focusable:!1,textSize:e.fontSize,ellipsizeMode:2,lines:1,typeface:"bold",gravity:"center",postDelay:350,style:{color:"white",padding:"4px 8px",height:"36px",margin:"4px"},gradientBackground:"${corner.background}",autoWidth:"",text:"${corner.text}",showIf:"${corner.enable==true}"},null,8,["textSize"]),n[0]||(n[0]=_("img",{focusable:!1,class:"poster_corner_img",flexStyle:"${corner.styleImg}",src:"${corner.src}",showIf:"${corner.enableImg}"},null,-1))],2)},Bo.__scopeId="data-v-4b767ea2",Bo.__file="src/poster/qt-poster-corner-title.vue";var Mo=Va({name:"qt-poster",components:{"qt-poster-corner-title":Bo,"qt-poster-focus-title":xo},props:{requestFirstFocus:{type:Boolean,default:!1},loadDelay:{type:Number,default:500},type:{type:Number,default:10001},templateKeyMap:{type:Object,default:()=>null},borderRadius:{type:Number,default:8},rippleColor:{type:String,default:"#FF4E46"},focusBgColor:{type:Object,required:!1},focusTitleColor:{type:String,required:!1},focusSubTitleColor:{type:String,required:!1},floatTitleBgColor:{type:Array,default:()=>["#e5000000","#00000000"]}},setup(t,a){const n=e();return{mainTextShowOnState:["normal","selected"],viewRef:n,...An(n)}}});const Wo=["showOnState"],Vo=["gradientBackground"],Go={flexStyle:"${ripple.style}",class:"qt-ui-poster-ripple-view-root-css",showOnState:"focused",focusable:!1,clipChildren:!1};Mo.render=function(e,a,l,s,u,d){const f=o("text-view"),v=o("qt-poster-focus-title"),g=o("ripple-view"),I=o("qt-poster-corner-title"),p=o("item-frame");return t(),i(p,{ref:"viewRef",type:e.type,layout:"${layout}",flexStyle:"${style}",focusScale:"${focus.scale}",focusable:!0,eventClick:"",eventFocus:"",name:"poster",class:"qt-ui-poster-root-css",itemShowShimmer:"${shimmer.enable}",hideShadow:"${shadow.enable}",shimmerSize:"${size}"},{default:h((()=>[r("封面"),_("img",{class:"qt-ui-poster-img-css",duplicateParentState:!0,postDelay:300,enableFade:"",focusable:!1,enableFocusBorder:"${focus.border}",flexStyle:"${image.style}",style:c({borderRadius:`${e.borderRadius}px`}),src:"${image.src}"},null,4),T(f,{class:"qt-ui-poster-score-css",duplicateParentState:!0,focusable:!1,flexStyle:"${score.style}",textSize:"${score.style.fontSize}",ellipsizeMode:2,lines:1,gravity:"center",postDelay:350,autoWidth:"",text:"${score.text}"}),r(" 焦点选中时的标题 "),T(v,{focusable:!1,"border-radius":e.borderRadius,showOnState:"focused",bgColor:e.focusBgColor,titleColor:e.focusTitleColor,subTitleColor:e.focusSubTitleColor},null,8,["border-radius","bgColor","titleColor","subTitleColor"]),_("div",{style:{"flex-direction":"column","background-color":"transparent","z-index":"999"},duplicateParentState:!0,focusable:!1,flexStyle:"${titleStyle}",showOnState:e.mainTextShowOnState},[r(" 浮动标题 "),_("div",{flexStyle:"${floatTitle.style}",class:"qt-ui-poster-title-css",gradientBackground:{colors:e.floatTitleBgColor,cornerRadii4:[0,0,e.borderRadius,e.borderRadius],orientation:4},duplicateParentState:!0,focusable:!1,showIf:"${floatTitle.enable}"},[T(f,{duplicateParentState:!0,focusable:!1,textSize:26,ellipsizeMode:2,enablePostTask:"",postDelay:200,lines:1,gravity:"left",style:{"z-index":"999",height:"50px"},flexStyle:"${floatTitle.style}",text:"${floatTitle.text}"})],8,Vo),r(" 主标题"),T(f,{duplicateParentState:!0,focusable:!1,textSize:30,ellipsizeMode:2,lines:1,postDelay:200,gravity:"left",paddingRect:[16,8,0,0],gradientBackground:"${title.background}",style:{"z-index":"999",height:"60px"},flexStyle:"${title.style}",text:"${title.text}",showIf:"${title.enable}"})],8,Wo),_("div",Go,[T(g,{class:"qt-ui-ripple-view-css",delayLoad:800,focusable:!1,duplicateParentState:!0,color:e.rippleColor,isShowRipple:"${ripple.enable}",rippleVisible:"invisible"},null,8,["color"]),a[0]||(a[0]=_("img",{src:"${ripple.src}",class:"qt-ui-ripple-img-css",focusable:!1,duplicateParentState:!0,showIf:"${ripple.enable==true}",delayLoad:800},null,-1))]),T(I,{showIf:"${corner.showCornerRight==true}",focusable:!1,flexStyle:"${corner.style}"}),T(I,{showIf:"${corner.showCornerLeft==true}",focusable:!1,flexStyle:"${corner.style}",mode:"left"}),n(e.$slots,"default")])),_:3},8,["type"])},Mo.__file="src/poster/index.vue";var qo=l({name:"qt-nav-bar",props:{textKey:{type:String,default:"text"},itemGap:{type:Number,default:0},horizontal:{type:Boolean,default:!0},initSelect:{type:Number,default:0},size:{type:String,default:"medium"},navs:{type:Array,default:()=>[]},tabNavBarClass:{type:String,default:""},horizontalFadingEdgeEnabled:{type:Boolean,default:!1},verticalFadingEdgeEnabled:{type:Boolean,default:!1},fadingEdgeLength:{type:Number,default:0},tabEnable:{type:Boolean,default:!0}},setup(t,a){const n=e();let o=e("#f5f5f5"),i=S({normal:"#80ffffff",focused:"#000000",selected:"#F5F5F5"}),l=-1,c=-1;F((()=>t.navs),(e=>{e.length>0&&s(e)}));const s=e=>{e||(e=[]),e.forEach(((e,a)=>{0!==t.itemGap&&(t.horizontal?e.decoration={right:t.itemGap}:e.decoration={bottom:t.itemGap}),e.type||(e.type=2e4)})),n.value?.setListData(e),clearTimeout(c);let a=t.initSelect;a>-1&&(n.value?.scrollToPosition(a),c=setTimeout((()=>{n.value?.setItemSelected(a,!0),r(a)}),300))},r=e=>{clearTimeout(l),l=setTimeout((()=>{a.emit("tab-select",{position:e})}),300)};return{navList:n,focusColor:o,textColor:i,bgPadding:[10,10],onTabChange:e=>{!0===e.hasFocus&&(a.emit("tab-focus",e),r(e.position))},onTabClick:e=>{a.emit("tab-click",e.item)},scrollToPosition:e=>{n.value?.scrollToPosition(e)},scrollToTop:()=>{n.value?.scrollToTop()},init:e=>{s(e.data)},...An(n)}}});const zo=["stateTextColor","sateBackgroundPadding"];var Qo,$o;qo.render=function(e,l,c,u,d,f){const v=o("text-view"),g=o("qt-list-view");return t(),i(g,{ref:"navList",clipChildren:!1,clipPadding:!1,horizontalFadingEdgeEnabled:!!e.horizontal&&e.horizontalFadingEdgeEnabled,verticalFadingEdgeEnabled:!e.horizontal&&e.verticalFadingEdgeEnabled,fadingEdgeLength:e.fadingEdgeLength,horizontal:!!e.horizontal||void 0,class:s(e.tabNavBarClass),onItemClick:e.onTabClick,onItemFocused:e.onTabChange},{default:h((()=>[e.tabEnable?(t(),a("div",{key:0,class:"qt-ui-nav-bar-item-css",type:2e4,autoWidth:"",focusable:!0,eventFocus:"",flexStyle:"${style}",clipChildren:!1,stateTextColor:e.textColor,sateBackgroundPadding:e.bgPadding},[T(v,{autoWidth:"",gravity:"center",lines:1,fontSize:44,class:"qt-ui-nav-bar-item-text-css",duplicateParentState:!0,text:"${text}"})],8,zo)):r("v-if",!0),n(e.$slots,"default")])),_:3},8,["horizontalFadingEdgeEnabled","verticalFadingEdgeEnabled","fadingEdgeLength","horizontal","class","onItemClick","onItemFocused"])},qo.__file="src/nav-bar/index.vue",function(e){e[e.QT_WATERFALL_SECTION_TYPE_LOADING=-1]="QT_WATERFALL_SECTION_TYPE_LOADING",e[e.QT_WATERFALL_SECTION_TYPE_TITLE=1e3]="QT_WATERFALL_SECTION_TYPE_TITLE",e[e.QT_WATERFALL_SECTION_TYPE_FLEX=1002]="QT_WATERFALL_SECTION_TYPE_FLEX",e[e.QT_WATERFALL_SECTION_TYPE_LIST=1003]="QT_WATERFALL_SECTION_TYPE_LIST",e[e.QT_WATERFALL_SECTION_TYPE_TAB=1003]="QT_WATERFALL_SECTION_TYPE_TAB",e[e.QT_WATERFALL_SECTION_TYPE_INDEPENDENT_ITEM=1004]="QT_WATERFALL_SECTION_TYPE_INDEPENDENT_ITEM",e[e.QT_WATERFALL_SECTION_TYPE_TAB_LIST=1005]="QT_WATERFALL_SECTION_TYPE_TAB_LIST",e[e.QT_WATERFALL_SECTION_TYPE_CARD=1006]="QT_WATERFALL_SECTION_TYPE_CARD",e[e.QT_WATERFALL_SECTION_TYPE_VUE=1007]="QT_WATERFALL_SECTION_TYPE_VUE",e[e.QT_WATERFALL_SECTION_TYPE_END=-1001]="QT_WATERFALL_SECTION_TYPE_END",e[e.QT_WATERFALL_SECTION_TYPE_BLANK=-1e3]="QT_WATERFALL_SECTION_TYPE_BLANK",e[e.QT_WATERFALL_SECTION_TYPE_PLUGIN=1008]="QT_WATERFALL_SECTION_TYPE_PLUGIN"}(Qo||(Qo={})),function(e){e[e.QT_WATERFALL_ITEM_TYPE_POSTER=10001]="QT_WATERFALL_ITEM_TYPE_POSTER",e[e.QT_WATERFALL_ITEM_TYPE_TAB=10002]="QT_WATERFALL_ITEM_TYPE_TAB",e[e.QT_WATERFALL_ITEM_TYPE_CARD=10003]="QT_WATERFALL_ITEM_TYPE_CARD",e[e.QT_WATERFALL_ITEM_TYPE_BLANK=-1e4]="QT_WATERFALL_ITEM_TYPE_BLANK",e[e.QT_WATERFALL_ITEM_TYPE_PLUGIN=10004]="QT_WATERFALL_ITEM_TYPE_PLUGIN"}($o||($o={}));var Yo=Va({name:"card-item",setup(e,t){const a=L();return{onFocus:function(e){a.isLoggable(C.DEBUG)&&a.d("card-item","------onFocus---------\x3e>>>",e),t.emit("focus",e)}}}});Yo.render=function(e,a,n,l,c,s){const r=o("es-card-container");return t(),i(r,{keyName:"_id",clipChildren:!1,clipPadding:!1,autoRecycle:!0,disablePlaceholder:"",layout:"${layout}",flexStyle:"${style}",cardId:"${cardId}",focusScale:"${cardPlaceHolder.focusScale}",focusable:"${cardPlaceHolder.focusable}",showPlaceHolder:"${cardPlaceHolder.enable}",placeHolderRadius:"${cardPlaceHolder.radius}",placeHolderRect:"${cardPlaceHolder.rect}",type:10003,onFocus:e.onFocus,class:"qt-ui-waterfall-card-item"},null,8,["onFocus"])},Yo.__scopeId="data-v-599898aa",Yo.__file="src/waterfall/item/card-item.vue";var Ho=Va({name:"qt-plugin-item",emits:["focus"],setup(t,a){const n=e();return{viewRef:n,...An(n),onFocus:function(e){a.emit("focus",e)}}}});Ho.render=function(e,a,n,l,c,s){const r=o("qt-plugin-view");return t(),i(r,{ref:"viewRef",type:10004,clipChildren:!1,clipPadding:!1,layout:"${layout}",flexStyle:"${style}",focusable:!0,pluginKey:"${pluginKey}",eventClick:"",eventFocus:"",name:"qt-plugin-item",onFocus:e.onFocus,focusScale:"1.1",enableFocusBorder:!0,class:"qt-ui-plugin-item-root-css"},null,8,["onFocus"])},Ho.__file="src/waterfall/item/plugin-item.vue";var jo=Va({name:"standard-section",emits:["focus"],components:{"card-item":Yo,"qt-plugin-item":Ho},props:{enablePlaceholder:{type:Boolean,default:!0},plateData:{type:String,default:""},useDiff:{type:Boolean,default:!0},cachePool:{type:Object,default:{}},sectionType:{type:Number,default:Qo.QT_WATERFALL_SECTION_TYPE_FLEX},standItemType:{type:Number,default:$o.QT_WATERFALL_ITEM_TYPE_POSTER},currentPageIndex:{type:Number,default:-1},itemFocusScale:{type:Number,default:1.1},flexSection:{type:Object,default:()=>({qtPosterEnable:!0,qtPluginItemEnable:!0,cardItemEnable:!0})}},setup(e,t){const a=L();return{onFocus:function(e){a.isLoggable(C.DEBUG)&&a.d("QTFlexSection","------onFocus---------\x3e>>>",e),t.emit("focus",e)}}}});const Ko=["type"];jo.render=function(e,l,c,s,u,d){const f=o("text-view"),v=o("qt-poster"),g=o("qt-plugin-item"),I=o("card-item"),p=o("tv-flex");return t(),a("div",{class:"standard-section-css",blockFocusDirections:["left","right"],clipChildren:!1,clipPadding:!1,type:e.sectionType,focusable:!1,focusScrollTarget:"${isFocusScrollTarget==true}",keyName:"_id",flexStyle:"${style}",scrollOverride:"${scrollOverride}",gradientBackground:"${style.gradientBackground}",bringFocusChildToFront:!0,useAdvancedFocusSearch:!0},[T(f,{class:"standard-section-title-text-css",postDelay:300,autoWidth:"",autoHeight:"",typeface:"${titleTypeface}",lines:1,flexStyle:"${titleStyle}",focusable:!1,textSize:"${titleStyle.fontSize}",text:"${title}"}),l[0]||(l[0]=_("img",{postDelay:300,flexStyle:"${imgTitleStyle}",focusable:!1,src:"${imgTitle}"},null,-1)),T(p,{class:"standard-section-css",name:"QUICKTVUI_WARTERFALL_LIST",blockFocusDirections:["left","right"],clipChildren:!1,clipPadding:!1,bringFocusChildToFront:!0,cachePool:e.cachePool,useDiff:e.useDiff,keyName:"_id",sid:"${listSID}",flexStyle:"${contentStyle}",layout:"${contentLayout}",enablePlaceholder:e.enablePlaceholder,focusScrollTarget:"${isFocusScrollTarget==true}",enableFirstFocusAtStart:"${enableFirstFocusAtStart}",firstFocusChild:"${firstFocusChild}",list:"${itemList}"},{default:h((()=>[r(" poster "),e.flexSection.qtPosterEnable?(t(),i(v,{key:0,"load-delay":500,type:e.standItemType},null,8,["type"])):r("v-if",!0),r(" plugin "),e.flexSection.qtPluginItemEnable?(t(),i(g,{key:1})):r("v-if",!0),r(" card "),e.flexSection.cardItemEnable?(t(),i(I,{key:2,onFocus:e.onFocus},null,8,["onFocus"])):r("v-if",!0),n(e.$slots,"default")])),_:3},8,["cachePool","useDiff","enablePlaceholder"])],8,Ko)},jo.__scopeId="data-v-227e921e",jo.__file="src/waterfall/section/flex-section.vue";const Zo="list-section";var Jo=Va({name:"list-section",components:{"card-item":Yo},props:{enablePlaceholder:{type:Boolean,default:!0},isSwitchBgScroll:{type:Boolean,default:!1},standItemType:{type:Number,default:10001},tabItemType:{type:Number,default:10002},sectionType:{type:Number,default:Qo.QT_WATERFALL_SECTION_TYPE_LIST},fetchPendingData:{type:Function,default:null},arrangeType:{type:String,default:"TB"},cachePool:{type:Object,default:{}},listSection:{type:Object,default:()=>({qtPosterEnable:!0})}},emits:["focus"],setup(e,t){const a=L();return{blockDirections:["left","right"],onItemBind:function(e){a.isLoggable(C.DEBUG)&&a.d(Zo,"----------onItemBind--------------\x3e>>",e)},onItemClick:function(e){a.isLoggable(C.DEBUG)&&a.d(Zo,"----------onItemClick--------------\x3e>>",e)},onItemRecycled:function(e){a.isLoggable(C.DEBUG)&&a.d(Zo,"----------onItemRecycled--------------\x3e>>",e)},onItemFocused:function(e){a.isLoggable(C.DEBUG)&&a.d(Zo,"----------onItemFocused--------------\x3e>>",e)},onFocus:function(e){a.isLoggable(C.DEBUG)&&a.d(Zo,"------onFocus---------\x3e>>>",e),t.emit("focus",e)}}}});const Xo={class:"qt-ui-section-tab-list-root",focusable:!1,flexStyle:"${style}",gradientBackground:"${style.gradientBackground}",blockFocusDirections:["right"],clipChildren:!1,useAdvancedFocusSearch:!0,bringFocusChildToFront:!0},ei=["type"];Jo.render=function(e,l,c,s,u,d){const f=o("text-view"),v=o("qt-poster"),g=o("card-item"),I=o("tv-list"),p=o("tv-item");return t(),i(p,{keyName:"_id",type:e.sectionType,clipPadding:!1,clipChildren:!1,ref:"listSection",focusScrollTarget:"${isFocusScrollTarget==true}",class:"tab-list-section-root-css",scrollOverride:"${scrollOverride}",onItemClick:e.onItemClick,onItemBind:e.onItemBind,onItemUnbind:e.onItemRecycled,onItemFocused:e.onItemFocused},{default:h((()=>[_("div",Xo,[T(f,{class:"tab-list-section-title-text-css",postDelay:300,autoWidth:"",autoHeight:"",flexStyle:"${titleStyle}",typeface:"${titleTypeface}",focusable:!1,textSize:"${titleStyle.fontSize}",text:"${title}"}),l[0]||(l[0]=_("img",{postDelay:300,flexStyle:"${imgTitleStyle}",focusable:!1,src:"${imgTitle}"},null,-1)),T(I,{list:"${itemList}",horizontal:"",clipChildren:!1,focusable:!1,class:"tab-list-section-list-css",name:"QUICKTVUI_WARTERFALL_LIST",resetOnDetach:!0,enableKeepFocus:"${enableKeepFocus==true}",endHintEnabled:"${enableEndHit}",useDiff:"${enableDiff}",enableFirstFocusAtStart:"${enableFirstFocusAtStart}",firstFocusChild:"${firstFocusChild}",sid:"${listSID}",flexStyle:"${contentStyle}",layout:"${contentLayout}",cachePool:e.cachePool,onScrollEnable:!1,setSelectChildPosition:0,enablePlaceholder:e.enablePlaceholder,blockFocusDirections:e.blockDirections},{default:h((()=>[e.listSection.qtPosterEnable?(t(),i(v,{key:0,type:e.standItemType},null,8,["type"])):r("v-if",!0),e.listSection.qtPosterEnable?(t(),a("div",{key:1,type:e.tabItemType,class:"qt-ui-section-tab-list-item",clipChildren:!1,flexStyle:"${style}",style:{"padding-left":"24px","padding-right":"23px","justify-content":"center",height:"50px"},autoWidth:"",name:"QUICKTVUI_TAB_2",focusable:!0,eventClick:"",eventFocus:""},[T(f,{class:"qt-ui-section-tab-list-item-text",autoWidth:"",flexStyle:"${textStyle}",gravity:"center",fontSize:36,lines:1,focusable:!1,duplicateParentState:!0,style:{height:"50px"},text:"${text}"})],8,ei)):r("v-if",!0),r(" card "),e.listSection.cardItemEnable?(t(),i(g,{key:2,onFocus:e.onFocus},null,8,["onFocus"])):r("v-if",!0),n(e.$slots,"default")])),_:3},8,["cachePool","enablePlaceholder","blockFocusDirections"])])])),_:3},8,["type","onItemClick","onItemBind","onItemUnbind","onItemFocused"])},Jo.__scopeId="data-v-6aa2cfd4",Jo.__file="src/waterfall/section/list-section.vue";var ti=Va({name:"loading-section"});const ai={focusable:!1,type:-1,keyName:"_id",class:"loading-section-css",gradientBackground:"${style.gradientBackground}"};ti.render=function(e,n,i,l,c,s){const r=o("qt-loading-view");return t(),a("div",ai,[T(r,{class:"loading-section-loading-css"})])},ti.__scopeId="data-v-48609f24",ti.__file="src/waterfall/section/loading-section.vue";var ni=Va({name:"end-section",setup:()=>({})});const oi={keyName:"_id",type:-1001,focusable:!1,flexStyle:"${style}",gradientBackground:"${style.gradientBackground}",class:"qt-waterfall-end-section-css"};ni.render=function(e,n,i,l,c,s){const r=o("text-view");return t(),a("div",oi,[T(r,{focusable:!1,gravity:"center",flexStyle:"${titleStyle}",class:"qt-waterfall-end-section-text-css",typeface:"${titleTypeface}",textSize:"${titleStyle.fontSize}",text:"${title}"})])},ni.__scopeId="data-v-70b82c43",ni.__file="src/waterfall/section/end-section.vue";var ii=Va({props:{plateTitleLeftMargin:{type:Number,default:0},type:{type:Number,default:Qo.QT_WATERFALL_SECTION_TYPE_TITLE}},setup:(e,t)=>({})});const li=["type"];ii.render=function(e,n,i,l,s,r){const u=o("text-view");return t(),a("div",{class:"section-title-css",blockFocusDirections:["left","right"],clipChildren:!1,clipPadding:!1,type:e.type,keyName:"_id",focusable:!1,bringFocusChildToFront:!0,useAdvancedFocusSearch:!0},[T(u,{class:"section-title-text-css",postDelay:300,style:c({marginLeft:e.plateTitleLeftMargin+"px"}),typeface:"${titleTypeface}",focusable:!1,textSize:"${titleStyle.fontSize}",text:"${title}"},null,8,["style"])],8,li)},ii.__scopeId="data-v-20428d40",ii.__file="src/waterfall/section/section-title.vue";var ci=Va({name:"blank-section",setup:()=>({})});const si={focusable:!1,type:-1e3,keyName:"_id",flexStyle:"${style}",gradientBackground:"${style.gradientBackground}",class:"qt-ui-waterfall-blank-section"};ci.render=function(e,n,o,i,l,c){return t(),a("div",si)},ci.__scopeId="data-v-eeab4d88",ci.__file="src/waterfall/section/blank-section.vue";var ri=Va({name:"card-section",setup(e,t){const a=L();return{onFocus:function(e){a.isLoggable(C.DEBUG)&&a.d("card-section","------onFocus---------\x3e>>>",e),t.emit("focus",e)}}}});const ui={type:1006,class:"qt-ui-waterfall-card-section-css",clipChildren:!1,clipPadding:!1,focusScrollTarget:"${isFocusScrollTarget==true}",keyName:"_id",flexStyle:"${style}",scrollOverride:"${scrollOverride}",gradientBackground:"${style.gradientBackground}",bringFocusChildToFront:!0,useAdvancedFocusSearch:!0};ri.render=function(e,n,i,l,c,s){const r=o("text-view"),u=o("es-card-container");return t(),a("div",ui,[T(r,{class:"qt-ui-waterfall-card-section-title-css",postDelay:300,flexStyle:"${titleStyle}",typeface:"${titleTypeface}",focusable:!1,textSize:"${titleStyle.fontSize}",text:"${title}"}),T(u,{cardId:"${cardId}",onFocus:e.onFocus,clipChildren:!1,clipPadding:!1,autoRecycle:!0,focusScale:"${cardPlaceHolder.focusScale}",focusable:"${cardPlaceHolder.focusable}",showPlaceHolder:"${cardPlaceHolder.enable}",placeHolderRadius:"${cardPlaceHolder.radius}",placeHolderRect:"${cardPlaceHolder.rect}",flexStyle:"${cardStyle}",class:"qt-ui-waterfall-card-section"},null,8,["onFocus"])])},ri.__scopeId="data-v-43a44788",ri.__file="src/waterfall/section/card-section.vue";var di=Va({name:"vue-section",props:{blockFocusDirections:{type:Array,default:()=>["left","right"]}},setup:(e,t)=>({onSectionBind:function(){}})});di.render=function(e,a,l,c,s,r){const u=o("tv-item");return t(),i(u,{class:"qt-ui-waterfall-vue-section",type:1007,keyName:"_id",blockFocusDirections:e.blockFocusDirections,clipChildren:!1,clipPadding:!1,focusScrollTarget:"${isFocusScrollTarget==true}",flexStyle:"${style}",scrollOverride:"${scrollOverride}",singleton:"",onItemBind:e.onSectionBind},{default:h((()=>[n(e.$slots,"default")])),_:3},8,["blockFocusDirections","onItemBind"])},di.__scopeId="data-v-f8447724",di.__file="src/waterfall/section/vue-section.vue";var fi=Va({name:"qt-plugin-section",emits:["focus"],props:{pluginKey:{type:String,default:""}},setup:(e,t)=>(L(),{onFocus:function(e){t.emit("focus",e)}})});const vi={type:1008,class:"qt-ui-plugin-section-root-css",clipChildren:!1,clipPadding:!1,focusable:!0,focusScale:"1.1",focusScrollTarget:"${isFocusScrollTarget==true}",keyName:"_id",flexStyle:"${style}",scrollOverride:"${scrollOverride}",gradientBackground:"${style.gradientBackground}",bringFocusChildToFront:!0,useAdvancedFocusSearch:!0};function gi(e,t,a=!1){const n=[];if(t&&t.length>0)for(let o=0;o<t.length;o++){let i=Ii(e,t[o],a);n.push(i)}return n}function Ii(e,t,a=!1){let n=0;t.itemList.length>0&&t.type==Qo.QT_WATERFALL_SECTION_TYPE_FLEX?(n=function(e,t=!1){const a=e.itemList,n=e.style?.spacing??0,o=e.titleStyle,i=o?.height??0;const l=o?.marginTop??0,c=o?.marginBottom??0;const s=o?.paddingTop??0,r=o?.paddingBottom??0;let u=t?0:e.style.height??0,d=e.style.width??0;e.decoration;let f=0,v=0,g=0;for(let e=0;e<a.length;e++){const t=a[e];let o=t?.style.width??0,i=t?.style.height??0;const l=t.style.x,c=t.style.y;if(null!=l&&null!=c)t.layout=[l,c,o,i];else{const e=t.decoration,a=e?.left??0,l=e?.top??0,c=e?.right??0,s=e?.bottom??0;f+o+c>d&&(v+=g+n,g=0,f=0),t.layout||(t.layout=[0,0,o,i]),t._apiLayout||(t.layout[0]=f+a,t.layout[1]=v+l),t.layout[1]+i+s>u&&(u=t.layout[1]+i+s),i+l+s>g&&(g=i+l+s),f+=o+n+a+c}}return u+i+l+c+s+r}(t,a),t.style.height=n):t.type==Qo.QT_WATERFALL_SECTION_TYPE_PLUGIN&&(t.titleStyle&&t.titleStyle.width&&t.titleStyle.height?t.pluginStyle={width:t.style.width,height:(t.style?.height??0)-(t.titleStyle.height??0)-(t.titleStyle.marginBottom??0)}:t.pluginStyle=t.style);const o=t.titleStyle?.height??0,i=t.titleStyle?.marginTop??0,l=t.titleStyle?.marginBottom??0,c=t.titleStyle?.paddingTop??0,s=t.titleStyle?.paddingBottom??0;a&&0===t.itemList.length&&(t.style.height=(t.style.minHeight||0)+o+i+l+c+s);const r=o+i+l+c+s,u=t.style.height?t.style.height-r:0;return t.contentStyle||(t.contentStyle={width:t.style.width,height:u}),t.contentLayout=[0,r,t.contentStyle.width,t.contentStyle.height],t}function pi(){let e=[];function t(e){return e.itemList.length}function a(a,n){console.log("----1--------getRangeSectionListItemCount-----------------\x3e>>>");const o=e.length;if(a<0||a>=o)return 0;console.log("----2--------getRangeSectionListItemCount-----------------\x3e>>>");let i=a+n;a+n>o&&(i=o),console.log("----3--------getRangeSectionListItemCount-----------------\x3e>>>");let l=0;for(let n=a;n<i;n++){l+=t(e[n])}return l}function n(){console.log("--------dumpWaterfallData---------\x3e>>>",e)}return{init:function(){},getSectionList:function(){return e},addSectionList:function(o){const i=e.length,l=a(0,i),c=function(e){if(e.length<=0)return 0;let a=0;for(let n=0;n<e.length;n++){a+=t(e[n])}return a}(o);return e.push(...o),n(),{sectionIndex:i,sectionCount:o.length,itemIndex:l,itemCount:c}},deleteSection:function(t,o){const i=a(0,t-1),l=a(t,o);return e.splice(t,o),n(),{sectionIndex:t,sectionCount:o,itemIndex:i,itemCount:l}},updateSection:function(o,i){const l=a(0,o-1),c=t(i);return e.splice(o,1,i),n(),{sectionIndex:o,sectionCount:1,itemIndex:l,itemCount:c}},getSection:function(t){if(!(t<0||t>=e.length||0==e.length))return e[t]},addItemList:function(t,a){const o=e.length;if(t<0||t>=o||a.length<=0)return{sectionIndex:-1,sectionCount:0,itemIndex:-1,itemCount:0};const i=e[t],l=i.itemList.length;return i.itemList.push(...a),n(),{sectionIndex:t,sectionCount:1,itemIndex:l,itemCount:a.length}},deleteItem:function(t,a,o){return e[t].itemList.splice(a,o),n(),{sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:o}},updateItem:function(t,a,o){return e[t].itemList.splice(a,1,o),n(),{sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:1}},updateItemList:function(t,a,o,i){return e[t].itemList.splice(a,o,...i),n(),{sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:o}},getItem:function(t,a){const n=e[t];if(n&&n.itemList.length>0&&a>=0&&a<n.itemList.length){return n.itemList[a]}},destroy:function(){e=[]}}}var mi;fi.render=function(e,n,i,l,c,s){const r=o("text-view"),u=o("qt-plugin-view");return t(),a("div",vi,[T(r,{class:"qt-ui-plugin-section-title-text-css",postDelay:300,autoWidth:"",autoHeight:"",typeface:"${titleTypeface}",flexStyle:"${titleStyle}",focusable:!1,textSize:"${titleStyle.fontSize}",text:"${title}"}),T(u,{class:"qt-ui-plugin-section-css",clipChildren:!1,clipPadding:!1,eventClick:"",eventFocus:"",sid:"${_id}",pluginKey:"${pluginKey}",flexStyle:"${pluginStyle}"})])},fi.__scopeId="data-v-ca3d65aa",fi.__file="src/waterfall/section/plugin-section.vue",function(e){e.QT_WATERFALL_VISIBLE_TYPE_NONE="none",e.QT_WATERFALL_VISIBLE_TYPE_NORMAL="normal",e.QT_WATERFALL_VISIBLE_TYPE_CENTER="center"}(mi||(mi={}));const hi="qt-waterfall";var Ti,_i,Si=Va({name:"qt-waterfall",emits:["onScroll","onScrollStateChanged","onItemClick","onItemFocused","onSectionBind","onSectionAttached","onSectionDetached","onScrollYGreaterReference","onScrollYLesserReference","onPluginLoadSuccess","onPluginLoadError"],props:{enablePlaceholder:{type:Boolean,default:!0},blockFocusDirections:{type:Array,default:()=>["down"]},vueSectionBlockFocusDirections:{type:Array,default:()=>["left","right"]},customPool:{type:Object,default:()=>{}},customItemPool:{type:Object,default:()=>{}},scrollYLesserReferenceValue:{type:Number,default:0},scrollYGreaterReferenceValue:{type:Number,default:0},listData:{type:Array,required:!1},pStype:{type:Object,default:()=>({})},qtTabSectionEnable:{type:Object,default:()=>({flexSectionEnable:!0,flexSection:{qtPosterEnable:!0,qtPluginItemEnable:!0,cardItemEnable:!0},listSectionEnable:!0,listSection:{qtPosterEnable:!0,cardItemEnable:!0},loadingSectionEnable:!0,endSectionEnable:!0,blankSectionEnable:!0,cardSectionEnable:!0,pluginSectionEnable:!0,vueSectionEnable:!0,itemStoreEnable:!1})},tvItemListName:{type:String,required:!1}},setup(t,a){const n=L();const o={...{name:"Waterfall"+Date.now(),size:{20008:10}},...t.customPool},i={...{name:"waterfallItems"+Date.now(),size:{1:30}},...t.customItemPool},l=e(mi.QT_WATERFALL_VISIBLE_TYPE_CENTER),c=e();let s;const r=pi();function u(e){s=e,e.visibleType&&(l.value=e.visibleType)}const f=bo(t.listData,{resetValue(e){u(t.pStype)},init(e){const t=gi(s,e,!0);c.value?.setListData(t)},add(e){const t=gi(s,e,!0);c.value?.addListData(t)},update(e,t){const a=Io(1,t.datas),n=gi(s,Array.from(a.values()),!0);c.value?.updateItemList(e,a.size,n)},insert(e,t){const a=gi(s,t,!0);c.value?.addItem(e,a)},delete(e,t){c.value?.deleteItem(e,t)},clear(){c.value?.setListData([])}});return g((()=>{if(t.listData&&t.listData.length){const e=gi(s,d(t.listData),!0);c.value?.setListData(e)}})),m((()=>{f?.stop()})),{waterfallRef:c,visibleType:l,init:u,getSectionList:function(){return r.getSectionList()},setSectionList:function(e){if(!s)return;n.isLoggable(C.DEBUG)&&n.d(hi,"-------1---setSectionList--------------\x3e>>"),r.destroy();const t=r.addSectionList(e);n.isLoggable(C.DEBUG)&&n.d(hi,"-------2---setSectionList--------------\x3e>>",t);const a=gi(s,e);n.isLoggable(C.DEBUG)&&n.d(hi,"----------setSectionList-----最终数据---------\x3e>>",a),c.value?.setListData(a)},addSectionList:function(e){if(!s)return;r.addSectionList(e);const t=gi(s,e);n.isLoggable(C.DEBUG)&&n.d(hi,"----------addSectionList-----最终数据---------\x3e>>",t),c.value?.addListData(t)},deleteSection:function(e,t){const a=r.deleteSection(e,t);n.isLoggable(C.DEBUG)&&n.d(hi,"----------deleteSection-----最终数据---------\x3e>>",a),c.value?.deleteItem(e,t)},updateSection:function(e,t){r.updateSection(e,t);const a=Ii(0,t);n.isLoggable(C.DEBUG)&&n.d(hi,"----------updateSection-----最终数据---------\x3e>>sectionIndex:",e,"updateSection:",a),c.value?.updateItem(e,a)},updateSectionList:function(e,t,a){const n=[];for(let t=0;t<a.length;t++){const o=a[t];r.updateSection(e+t,o);const i=Ii(0,o);i&&n.push(i)}c.value?.updateItemList(e,t,n)},getSection:function(e){return r.getSection(e)},addItemList:function(e,t){r.addItemList(e,t);const a=r.getSection(e);if(a){const t=Ii(0,a);c.value?.updateItem(e,t)}},deleteItem:function(e,t,a){r.deleteItem(e,t,a);const n=r.getSection(e);if(n){const t=Ii(0,n);c.value?.updateItem(e,t)}},updateItem:function(e,t,a){r.updateItem(e,t,a);const n=r.getSection(e);if(n){const t=Ii(0,n);c.value?.updateItem(e,t)}},updateItemList:function(e,t,a,n){r.updateItemList(e,t,a,n);const o=r.getSection(e);if(o){const t=Ii(0,o);c.value?.updateItem(e,t)}},getItem:function(e,t){return r.getItem(e,t)},cachePool:o,itemsPool:i,onScroll:function(e){e.stopPropagation();let t=e.offsetX,n=e.offsetY;a.emit("onScroll",t,n)},onItemClick:function(e){n.isLoggable(C.DEBUG)&&n.d(hi,"----------onItemClick--------------\x3e>>",e,"sectionIndex:"+e.parentPosition+" position:"+e.position+" "),a.emit("onItemClick",e.parentPosition,e.position,e.item,e)},onItemFocused:function(e){n.isLoggable(C.DEBUG)&&n.d(hi,"----------onItemFocused--------------\x3e>>",e,"sectionIndex:"+e.parentPosition+" position:"+e.position+" isFocused:"+e.isFocused+" "),a.emit("onItemFocused",e.parentPosition,e.position,e.isFocused,e.item,e)},onSectionBind:function(e){if(e){n.isLoggable(C.DEBUG)&&n.d(hi,"----------onSectionBind--------------\x3e>>",e);let t=e.pageIndex??-1;a.emit("onSectionBind",t,e.position)}},onSectionAttached:function(e){if(e){n.isLoggable(C.DEBUG)&&n.d(hi,"----------onSectionAttached--------------\x3e>>",e);let t=e.pageIndex??0;a.emit("onSectionAttached",t,e.position)}},onSectionDetached:function(e){if(e){n.isLoggable(C.DEBUG)&&n.d(hi,"----------onSectionDetached--------------\x3e>>",e);let t=e.pageIndex??0;a.emit("onSectionDetached",t,e.position)}},onScrollStateChanged:function(e){let t=e.offsetY,n=e.offsetX,o=e.newState,i=e.oldState;a.emit("onScrollStateChanged",n,t,o,i)},resumePostTask:function(){c.value?.pausePostTask()},pausePostTask:function(){c.value?.pausePostTask()},clearPostTask:function(){c.value?.clearPostTask()},destroy:function(){c.value?.destroy()},scrollToTop:function(){c.value?.scrollToTop()},setListData:function(e){c.value?.setListData(e)},onScrollYGreaterReference:function(){a.emit("onScrollYGreaterReference")},onScrollYLesserReference:function(){a.emit("onScrollYLesserReference")},onPluginLoadSuccess:function(e){a.emit("onPluginLoadSuccess",e)},onPluginLoadError:function(e){a.emit("onPluginLoadError",e)},scrollToIndex:function(e,t,a,n,o){c.value?.scrollToIndex(e,t,a,n,o)},scrollToPosition:function(e,t){c.value?.scrollToPosition(e,t)},scrollToPositionWithOffset:function(e,t,a){c.value?.scrollToPositionWithOffset(e,t,a)},...An(c)}},components:{"flex-section":jo,"list-section":Jo,"section-title":ii,"loading-section":ti,"end-section":ni,"blank-section":ci,"card-section":ri,"vue-section":di,"plugin-section":fi}});Si.render=function(e,a,l,c,s,u){const d=o("flex-section"),f=o("item-store"),v=o("list-section"),g=o("loading-section"),I=o("end-section"),p=o("blank-section"),m=o("card-section"),T=o("plugin-section"),_=o("vue-section"),S=o("tv-list");return t(),i(S,{ref:"waterfallRef",class:"qt-waterfall-root-css",keyName:"_id",list:"${"+e.tvItemListName+"}",clipChildren:!1,clipPadding:!1,listenBoundEvent:!0,negativeKeyTime:"30",postContentDelay:"500",onScroll:e.onScroll,onItemClick:e.onItemClick,onItemFocused:e.onItemFocused,onItemBind:e.onSectionBind,onItemAttached:e.onSectionAttached,onItemDetached:e.onSectionDetached,focusMemory:!1,cachePool:e.cachePool,preload:1,checkScrollOffsetOnStateChanged:!0,makeChildVisibleType:e.visibleType,scrollThresholdVertical:50,scrollEventThrottle:16,enableSelectOnFocus:!1,advancedFocusSearchSpan:"1",scrollYLesserReferenceValue:e.scrollYLesserReferenceValue,scrollYGreaterReferenceValue:e.scrollYGreaterReferenceValue,onScrollYGreaterReference:e.onScrollYGreaterReference,onScrollYLesserReference:e.onScrollYLesserReference,shakePreCheckNumber:"4",onOnPluginLoadSuccess:e.onPluginLoadSuccess,onOnPluginLoadError:e.onPluginLoadError,blockFocusDirections:e.blockFocusDirections,onScrollStateChanged:e.onScrollStateChanged},{default:h((()=>[r(" 普通版块"),e.qtTabSectionEnable.flexSectionEnable?(t(),i(d,{key:0,"cache-pool":e.itemsPool,enablePlaceholder:e.enablePlaceholder,"flex-section":e.qtTabSectionEnable.flexSection,onFocus:e.onItemFocused},{default:h((()=>[n(e.$slots,"item")])),_:3},8,["cache-pool","enablePlaceholder","flex-section","onFocus"])):r("v-if",!0),e.qtTabSectionEnable.itemStoreEnable?(t(),i(f,{key:1},{default:h((()=>[n(e.$slots,"shared-item")])),_:3})):r("v-if",!0),r("一行滚动 多级tab"),e.qtTabSectionEnable.listSectionEnable?(t(),i(v,{key:2,"cache-pool":e.itemsPool,onFocus:e.onItemFocused,"list-section":e.qtTabSectionEnable.listSection,enablePlaceholder:e.enablePlaceholder},{default:h((()=>[n(e.$slots,"list-item")])),_:3},8,["cache-pool","onFocus","list-section","enablePlaceholder"])):r("v-if",!0),r(" loading"),e.qtTabSectionEnable.loadingSectionEnable?(t(),i(g,{key:3})):r("v-if",!0),r(" end "),e.qtTabSectionEnable.endSectionEnable?(t(),i(I,{key:4})):r("v-if",!0),r(" blank "),e.qtTabSectionEnable.blankSectionEnable?(t(),i(p,{key:5})):r("v-if",!0),r(" card "),e.qtTabSectionEnable.cardSectionEnable?(t(),i(m,{key:6,onFocus:e.onItemFocused},null,8,["onFocus"])):r("v-if",!0),r(" plugin "),e.qtTabSectionEnable.pluginSectionEnable?(t(),i(T,{key:7})):r("v-if",!0),r(" vue "),e.qtTabSectionEnable.vueSectionEnable?(t(),i(_,{key:8,"block-focus-directions":e.vueSectionBlockFocusDirections},{default:h((()=>[n(e.$slots,"vue-section")])),_:3},8,["block-focus-directions"])):r("v-if",!0),n(e.$slots,"section")])),_:3},8,["list","onScroll","onItemClick","onItemFocused","onItemBind","onItemAttached","onItemDetached","cachePool","makeChildVisibleType","scrollYLesserReferenceValue","scrollYGreaterReferenceValue","onScrollYGreaterReference","onScrollYLesserReference","onOnPluginLoadSuccess","onOnPluginLoadError","blockFocusDirections","onScrollStateChanged"])},Si.__file="src/waterfall/index.vue",function(e){e[e.QT_TAB_PAGE_STATE_INIT=-1]="QT_TAB_PAGE_STATE_INIT",e[e.QT_TAB_PAGE_STATE_IDLE=0]="QT_TAB_PAGE_STATE_IDLE",e[e.QT_TAB_PAGE_STATE_BUSY=1]="QT_TAB_PAGE_STATE_BUSY",e[e.QT_TAB_PAGE_STATE_COMPLETE=2]="QT_TAB_PAGE_STATE_COMPLETE",e[e.QT_TAB_PAGE_STATE_ERROR=3]="QT_TAB_PAGE_STATE_ERROR"}(Ti||(Ti={})),function(e){e[e.QT_LIST_VIEW_ITEM_STATE_DEFAULT=0]="QT_LIST_VIEW_ITEM_STATE_DEFAULT",e[e.QT_LIST_VIEW_ITEM_STATE_ATTACHED=1]="QT_LIST_VIEW_ITEM_STATE_ATTACHED",e[e.QT_LIST_VIEW_ITEM_STATE_BIND=2]="QT_LIST_VIEW_ITEM_STATE_BIND",e[e.QT_LIST_VIEW_ITEM_STATE_UNBIND=3]="QT_LIST_VIEW_ITEM_STATE_UNBIND",e[e.QT_LIST_VIEW_ITEM_STATE_DETACHED=4]="QT_LIST_VIEW_ITEM_STATE_DETACHED"}(_i||(_i={}));const Fi=e=>{try{return JSON.parse(JSON.stringify(e))}catch(e){}return e},bi=(e,t)=>{let a=[];const n={resetValue(e){},init(n){t.initTab({...e.tabConfig,itemList:Fi(n)}),a=n},add(e){console.log("lsj-add-",e)},update(e,n,o){po(n,o,(e=>{const n=e.arrDeeps[0],o=e.arrDeeps[1],i=e.arrDeeps[2];e.isArr?_o(e.oldData,e.newData,{update(a,i,l){1==e.arrDeeps.length&&i.datas.forEach(((e,a)=>{t.updatePageSection(n,a,Fi(e))})),2==e.arrDeeps.length&&i.datas.forEach(((e,a)=>{t.updatePageItem(n,o,a,Fi(e))}))},delete(a,i){1==e.arrDeeps.length&&t.deletePageSection(n,a,i),2==e.arrDeeps.length&&t.deletePageItem(n,o,a,i)},insert(a,i){1==e.arrDeeps.length&&t.insertPageData(n,a,Fi(i)),2==e.arrDeeps.length&&t.addPageItemList(n,o,Fi(i),a)},add(i){1==e.arrDeeps.length&&((e,n)=>{const o=a[e];if(o){const a=t.getPageSectionList(e);a&&a.length?t.addPageData(e,{useDiff:o.useDiff,disableScrollOnFirstScreen:o.disableScrollOnFirstScreen??!1,firstFocusTargetID:o.firstFocusTargetID??"",data:Fi(n)},0):t.setPageData(e,{useDiff:!1,disableScrollOnFirstScreen:o.disableScrollOnFirstScreen??!1,firstFocusTargetID:o.firstFocusTargetID??"",bindingPlayer:o.bindingPlayer,data:Fi(n)})}})(n,i),2==e.arrDeeps.length&&t.addPageItemList(n,o,Fi(i))}}):(2==e.arrDeeps.length&&t.updatePageSection(n,o,Fi(e.newData)),3==e.arrDeeps.length&&t.updatePageItem(n,o,i,Fi(e.newData)))}))},insert(e,t){},delete(e,t){},clear(){}},o=bo(e.tabs,n);return g((()=>{e.waterfallConfig&&t.initPage(e.waterfallConfig),e.tabs&&e.tabs.length&&(a=Fi(d(e.tabs)),n.init(a))})),m((()=>{o?.stop()})),{checkIsStaticDatas(e,n){if(0===n&&a&&a.length){const n=a[e];if(n&&n.content&&n.content.length)return t.setPageData(e,{useDiff:!1,data:n.content}),!0}return!1}}},Ei="qt-tabs";var yi=Va({name:"qt-tabs",emits:["onTabPageLoadData","onTabPageChanged","onTabEvent","onTabPageItemClick","onTabPageItemFocused","onTabPageSectionAttached","onTabPageScroll","onTabPageScrollStateChanged","onTabMoveToTopStart","onTabMoveToTopEnd","onTabMoveToBottomStart","onTabMoveToBottomEnd","onTabChanged","onTabPageScrollToEnd","onTabPageScrollToStart","onTabClick","onPluginLoadSuccess","onPluginLoadError"],props:{offScreenPageLimit:{type:Number,default:1},enablePlaceholder:{type:Boolean,default:!0},preloadNumber:{type:Number,default:3},tabNavBarClass:{type:String,default:""},tabNavBarSid:{type:String,default:""},tabClass:{type:String,default:""},tabsDataStrategy:{type:String,default:"overTime"},tabPageClass:{type:String,default:""},horizontal:{type:Boolean,default:!0},pageTransform:{type:Boolean,default:!0},hideOnSingleTab:{type:Boolean,default:!0},floatNavBar:{type:Boolean,default:!0},useNavBarBg:{type:Boolean,default:!0},contentNextFocus:{type:Object,default:()=>({up:"tabList",left:"tabList"})},triggerTask:{type:Array,default:()=>[]},blockViewPager:{type:Array,default:()=>[]},blockViewPagerVertical:{type:Array,default:()=>[]},tabContentBlockFocusDirections:{type:Array,default:()=>["down"]},tabContentResumeDelay:{type:Number,default:300},tabContentSwitchDelay:{type:Number,default:0},slidingEnable:{type:Boolean,default:!1},slidingMode:{type:String,default:""},initTranslation:{type:Number,default:0},rightTranslation:{type:Number,default:0},leftTranslation:{type:Number,default:0},duration:{type:Number,default:1e3},interpolatorType:{type:Number,default:1},endHintEnabled:{type:Boolean,default:!0},outOfDateTime:{type:Number,default:3e5},customPool:{type:Object,default:()=>{}},customItemPool:{type:Object,default:()=>{}},navBarNextFocusName:{type:Object,default:()=>({down:"content"})},horizontalFadingEdgeEnabled:{type:Boolean,default:!1},verticalFadingEdgeEnabled:{type:Boolean,default:!1},tabContentVerticalFadingEdgeEnabled:{type:Boolean,default:!1},tabContentFadingEdgeLength:{type:Number,default:0},fadingEdgeLength:{type:Number,default:0},qtTabSectionEnable:{type:Object,default:()=>({tabEnable:!0,flexSectionEnable:!0,flexSection:{qtPosterEnable:!0,qtPluginItemEnable:!0,cardItemEnable:!0},listSectionEnable:!0,listSection:{qtPosterEnable:!0},loadingSectionEnable:!0,endSectionEnable:!0,blankSectionEnable:!0,cardSectionEnable:!0,pluginSectionEnable:!0,vueSectionEnable:!0,itemStoreEnable:!1})},tabConfig:{type:Object,default:()=>({defaultFocusIndex:0,defaultIndex:0})},waterfallConfig:{type:Object,default:()=>({width:1920,height:1080})},tabs:{type:Array,default:()=>[]}},setup(t,a){let n;const o=e();e();const i=e(!0),l=e(1),c=L();D();const s=e(),r=function(e){const t="qt-tabs",a=new Map,n=new Map;function o(e){const t={index:e,state:Ti.QT_TAB_PAGE_STATE_INIT,sectionBindIndex:-1};a.set(e,t),n.set(e,[])}function i(e,t){const a=n.get(e)??[];if(!(t<0||t>=a.length||0==a.length))return a[t]}function l(e){return e.itemList.length}function c(e){let t=0;try{if(e.length<=0)return 0;for(let a=0;a<e.length;a++)t+=l(e[a])}catch(e){}return t}function s(e,t,a){let n=0;try{const o=e.length;if(t<0||t>=o)return 0;let i=t+a;t+a>o&&(i=o);for(let a=t;a<i;a++)n+=l(e[a])}catch(e){}return n}function r(a){e.isLoggable(C.DEBUG)&&e.d(t,"-----QTTabDataManager---dumpTabWaterfallData---- "+a+" :-----\x3e>>>",n)}return{initTab:function(e){const t=e.itemList;for(let e=0;e<t.length;e++)o(e)},initTabPageData:o,getTabPageDataState:function(e){return a.get(e)},setPageDataState:function(n,o){e.isLoggable(C.DEBUG)&&e.d(t,"---QTTabDataManager----setPageStateReset-----\x3e> pageIndex:"+n+" pageData:",o),a.set(n,o)},setSectionState:function(e,t,a){const n=i(e,t);n&&(n.state=a,n.sectionIndex=t)},getSectionListByState:function(e,t){return(n.get(e)??[]).filter((e=>e.state==t))},getSectionList:function(a){const o=n.get(a)??[];return e.isLoggable(C.DEBUG)&&e.d(t,"-----QTTabDataManager---dumpTabWaterfallData---###getSectionList----\x3e> pageIndex:"+a+" sectionList: ",o),o},addSectionList:function(o,i,l=0){let u=n.get(o)??[];l>0&&(u=u.slice(0,u.length-l),n.set(o,u));const d=u.length,f=s(u,0,d),v=c(i);u.push(...i);const g=a.get(o);return g&&g.state!=Ti.QT_TAB_PAGE_STATE_COMPLETE&&(g.state=Ti.QT_TAB_PAGE_STATE_IDLE),e.isLoggable(C.DEBUG)&&e.d(t,"-----QTTabDataManager---dumpTabWaterfallData---###addSectionList----\x3e> pageIndex:"+o+" 需要增加的sections: ",i," 增加以后的sectionList: ",u),r("addSectionList: "+o),{pageIndex:o,sectionIndex:d,sectionCount:i.length,itemIndex:f,itemCount:v}},insertSectionList:function(o,i,l){const u=n.get(o)??[],d=u.length,f=s(u,0,d),v=c(l);u.splice(i,0,...l);const g=a.get(o);return g&&g.state!=Ti.QT_TAB_PAGE_STATE_COMPLETE&&(g.state=Ti.QT_TAB_PAGE_STATE_IDLE),e.isLoggable(C.DEBUG)&&e.d(t,"----QTTabDataManager----dumpTabWaterfallData---###insertSectionList----\x3e> pageIndex:"+o+" sectionIndex: ",i," sections: ",l),r("insertSectionList: "+o),{pageIndex:o,sectionIndex:d,sectionCount:l.length,itemIndex:f,itemCount:v}},deleteSection:function(a,o,i){const l=n.get(a)??[],c=s(l,0,o-1),u=s(l,o,i);return l.splice(o,i),e.isLoggable(C.DEBUG)&&e.d(t,"----QTTabDataManager----dumpTabWaterfallData---###deleteSection----\x3e> pageIndex:"+a+" sectionIndex: ",o+" count: ",i),r("deleteSection: "+a),{pageIndex:a,sectionIndex:o,sectionCount:i,itemIndex:c,itemCount:u}},updateSection:function(a,o,i){const c=n.get(a)??[],u=s(c,0,o-1),d=l(i);return c.splice(o,1,i),e.isLoggable(C.DEBUG)&&e.d(t,"-----QTTabDataManager---dumpTabWaterfallData---###updateSection----\x3e> pageIndex:"+a+" sectionIndex: ",o+" section: ",i),r("updateSection: "+a),{pageIndex:a,sectionIndex:o,sectionCount:1,itemIndex:u,itemCount:d}},updateSectionList:function(a,o){return n.set(a,o),e.isLoggable(C.DEBUG)&&e.d(t,"----QTTabDataManager----dumpTabWaterfallData---###updateSectionList----\x3e> pageIndex:"+a+" sectionIndex: ",o),r("updateSectionList: "+a),{pageIndex:a,sectionIndex:0,sectionCount:o.length,itemIndex:-1,itemCount:-1}},getSection:i,addItemList:function(e,t,a,o,i){const l=n.get(e)??[],c=l.length;if(t<0||t>=c||a.length<=0)return{pageIndex:e,sectionIndex:-1,sectionCount:0,itemIndex:-1,itemCount:0};const s=l[t],u=s.itemList.length;return void 0!==o?s.itemList.splice(o,i||0,...a):s.itemList.push(...a),r("addItemList: "+e),{pageIndex:e,sectionIndex:t,sectionCount:1,itemIndex:u,itemCount:a.length}},deleteItem:function(e,t,a,o){return(n.get(e)??[])[t].itemList.splice(a,o),r("deleteItem: "+e),{pageIndex:e,sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:o}},updateItem:function(e,t,a,o){return(n.get(e)??[])[t].itemList.splice(a,1,o),r("updateItem: "+e),{pageIndex:e,sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:1}},updateItemList:function(e,t,a,o,i){return(n.get(e)??[])[t].itemList.splice(a,o,...i),r("updateItemList: "+e),{pageIndex:e,sectionIndex:t,sectionCount:1,itemIndex:a,itemCount:o}},getItem:function(e,t,a){const o=(n.get(e)??[])[t];if(o&&o.itemList.length>0&&a>=0&&a<o.itemList.length)return o.itemList[a]},destroy:function(){e.isLoggable(C.DEBUG)&&e.d(t,"----QTTabDataManager---destroy-----\x3e>"),n.clear()}}}(c);let u,d=[],f=-1,v=-1,g=-1;function I(e){let t={defaultIndex:e.defaultIndex,focusIndex:e.defaultFocusIndex,data:e.itemList};d=e.itemList,r.initTab(e),o.value?.setTabsData(t)}function p(e){u=e}function m(e,t){const a=r.getTabPageDataState(e);if(a){if(a.state=t,c.isLoggable(C.DEBUG)){let a="";t==Ti.QT_TAB_PAGE_STATE_INIT?a="初始化":t==Ti.QT_TAB_PAGE_STATE_IDLE?a="空闲":t==Ti.QT_TAB_PAGE_STATE_BUSY?a="加载中":t==Ti.QT_TAB_PAGE_STATE_COMPLETE?a="完成":t==Ti.QT_TAB_PAGE_STATE_ERROR&&(a="错误"),c.d(Ei,"---------设置数据-----设置状态-----\x3e>>> pageIndex:"+e+" state:"+a)}r.setPageDataState(e,a)}}function h(e){c.isLoggable(C.DEBUG)&&c.d(Ei,"----设置数据---setPageStateReset->>>>pageIndex:"+e);const t=r.getTabPageDataState(e);t&&(t.state=Ti.QT_TAB_PAGE_STATE_INIT,t.sectionBindIndex=-1,r.setPageDataState(e,t));const a=r.getSectionList(e);r.deleteSection(e,0,a.length),function(e){if(e<0||e>d.length)return;const t=d[e];t.__pageNo=0}(e)}function T(e){c.isLoggable(C.DEBUG)&&c.d(Ei,"----设置数据---setPageStateRecycled---START--\x3e>>pageIndex:"+e);const t=r.getTabPageDataState(e);t&&(t.sectionBindIndex=0,t.state=Ti.QT_TAB_PAGE_STATE_IDLE,r.setPageDataState(e,t));const a=r.getSectionList(e);r.deleteSection(e,1,a.length-1),c.isLoggable(C.DEBUG)&&c.d(Ei,"----设置数据---setPageStateRecycled---END---\x3e>pageIndex:"+e);A(e)>0&&function(e,t){c.isLoggable(C.DEBUG)&&c.d(Ei,"---------设置数据----setTabPageDataNo--START---\x3e>>> pageIndex:"+e+" pageNum:"+t);if(e<0||e>d.length)return;const a=d[e];a.__pageNo=t,c.isLoggable(C.DEBUG)&&c.d(Ei,"---------设置数据----setTabPageDataNo---END---\x3e>>> pageIndex:"+e+" pageNo:"+a.__pageNo)}(e,1)}function _(e,t){c.isLoggable(C.DEBUG)&&c.d(Ei,"----------loadPageData----setPageData--\x3e>>>pageIndex:"+e),r.addSectionList(e,t.data,0);const a={data:gi(u,t.data),disableScrollOnFirstScreen:t.disableScrollOnFirstScreen??!1,firstFocusTargetID:t.firstFocusTargetID??"",useDiff:t.useDiff,bindingPlayer:t.bindingPlayer};c.isLoggable(C.DEBUG)&&c.d(Ei,"---------设置数据-----setPageData------\x3e>>> pageIndex:"+e+" data:",a),U(e),o.value?.setPageData(e,a)}function S(e,t,a=0){r.addSectionList(e,t.data,a);const n={data:gi(u,t.data),disableScrollOnFirstScreen:t.disableScrollOnFirstScreen??!1,firstFocusTargetID:t.firstFocusTargetID??"",useDiff:t.useDiff};try{const t=A(e);0==t?(c.isLoggable(C.DEBUG)&&c.d(Ei,"---------设置数据------setPageData---\x3e>>> pageIndex:"+e+" pageNo:"+t+" data:",n," deleteCount:"+a),o.value?.setPageData(e,n)):(c.isLoggable(C.DEBUG)&&c.d(Ei,"---------设置数据------addPageData---\x3e>>> pageIndex:"+e+" pageNo:"+t+" data:",n," deleteCount:"+a),o.value?.addPageData(e,n,a))}catch(e){}U(e)}function F(e,t){r.updateSectionList(e,t.data);const a={data:gi(u,t.data),disableScrollOnFirstScreen:t.disableScrollOnFirstScreen??!1,firstFocusTargetID:t.firstFocusTargetID??"",useDiff:t.useDiff};o.value?.updatePageData(e,a)}function b(e,t,a){r.updateSection(e,t,a);const n=Ii(0,a);o.value?.updateRootNode(e,t,n)}function E(e){return r.getSectionList(e)}function y(e,t,a){r.deleteSection(e,t,a),o.value?.invokeContentFunction(e,"deleteItemRange",[t,a])}function P(e,t,a,n){r.updateItem(e,t,a,n),o.value?.updateChildNode(e,t,a,n)}function N(e,t,a,n,i){r.addItemList(e,t,a,n,i);const l=r.getSection(e,t);if(l){const a=Ii(0,l);o.value?.updateRootNode(e,t,a)}}function R(e,t,a,n){r.deleteItem(e,t,a,n);const i=r.getSection(e,t);if(i){const a=Ii(0,i);o.value?.updateRootNode(e,t,a)}}function A(e){if(e<0||e>d.length)return 0;const t=d[e];return null==t.__pageNo&&(t.__pageNo=0),c.isLoggable(C.DEBUG)&&c.d(Ei,"---------设置数据----getTabPageDataNo---\x3e>>> pageIndex:"+e+" pageNo:"+t.__pageNo),t.__pageNo}function U(e){if(e<0||e>d.length)return;const t=d[e];if(null==t.__pageNo)return t.__pageNo=1,void(c.isLoggable(C.DEBUG)&&c.d(Ei,"---------设置数据----increaseTabPageDataNo---\x3e>>> pageIndex:"+e+" pageNo:1"));t.__pageNo=t.__pageNo+1,c.isLoggable(C.DEBUG)&&c.d(Ei,"---------设置数据----increaseTabPageDataNo---\x3e>>> pageIndex:"+e+" pageNo:"+t.__pageNo)}function w(e,o,i,l){let s=A(o),u=r.getTabPageDataState(o);if(c.isLoggable(C.DEBUG)&&c.d(Ei,"--1--emitOnLoadTabPageDataEvent---设置数据---\x3e>>> caller: "+e+" pageIndex: "+o+" sectionIndex: "+l+" preloadNumber: "+t.preloadNumber+" state: "+u?.state),!u||u.state!==Ti.QT_TAB_PAGE_STATE_IDLE&&u.state!==Ti.QT_TAB_PAGE_STATE_INIT)c.isLoggable(C.DEBUG)&&c.d(Ei,"------设置数据----loadPageData--状态不对--\x3e>>>",o);else{const u=r.getSectionList(o);c.isLoggable(C.DEBUG)&&c.d(Ei,"--2--emitOnLoadTabPageDataEvent---设置数据---\x3e>>> caller: "+e+" pageIndex: "+o+" sectionIndex: "+l+" preloadNumber: "+t.preloadNumber+" sectionLength: "+u.length+" section: ",u),l>=u.length-t.preloadNumber-1?(c.isLoggable(C.DEBUG)&&c.d(Ei,"---------设置数据-----<<<<<加载更多数据>>>>>-----\x3e>>> pageIndex:"+o+" pageNo:"+s+" sectionIndex:"+l+" sectionListLength:"+u.length),m(o,Ti.QT_TAB_PAGE_STATE_BUSY),n?.checkIsStaticDatas(o,s)||a.emit("onTabPageLoadData",o,s,i)):c.isLoggable(C.DEBUG)&&c.d(Ei,"----设置数据------loadPageData--preloadNumber错误--\x3e>>>",o)}}function x(){clearTimeout(g),g=setTimeout((()=>{const e=r.getSectionListByState(f,_i.QT_LIST_VIEW_ITEM_STATE_ATTACHED);(e?e.length:0)>0&&(e.forEach((e=>{c.isLoggable(C.DEBUG)&&c.d(Ei,"----------notifyTabContentSectionAttached------\x3e>>> pageIndex"+f+" sectionIndex:",e.sectionIndex)})),a.emit("onTabPageSectionAttached",f,e))}),100)}function k(e,t){c.isLoggable(C.DEBUG)&&c.d(Ei,"----------onWaterfallScroll----\x3e>>> offsetX:"+e+" scrollY:"+t),a.emit("onTabPageScroll",e,t)}function O(e,t,n){c.isLoggable(C.DEBUG)&&c.d(Ei,"----------onWaterfallScrollStateChanged----\x3e>>> offsetX:"+e+" scrollY:"+t+" newState:"+n),a.emit("onTabPageScrollStateChanged",e,t,n)}const B=(e,t,a)=>{r.insertSectionList(e,t,a);const n=gi(u,a);o.value?.insertPageData(e,t,n)};return n=bi(t,{initPage:p,initTab:I,setPageData:_,addPageData:S,updatePageData:F,insertPageData:B,updatePageSection:b,deletePageSection:y,getPageSectionList:E,addPageItemList:N,updatePageItem:P,deletePageItem:R}),{tabs:o,ifTabs:i,navBarRef:s,initTab:I,initPage:p,setPageState:m,setPageData:_,addPageData:S,updatePageData:F,updatePageSection:b,getPageSection:function(e,t){return r.getSection(e,t)},getPageSectionList:E,deletePageSection:y,addPageItemList:N,getPageItem:function(e,t,a){return r.getItem(e,t,a)},updatePageItem:P,deletePageItem:R,focusBackToTop:function(){o.value?.focusBackToTop()},requestNodeFocus:function(e){o.value?.requestNodeFocus(e)},reloadAll:function(e=!0){o.value?.reloadAll(e)},reloadPage:function(e){o.value?.reloadPage(e)},setCurrentPage:function(e){o.value?.setCurrentPage(e)},requestTabFocus:function(e){o.value?.requestTabFocus(e)},invokeContentFunction:function(e,t,a){o.value?.invokeContentFunction(e,t,a)},invokeContentFunctionDirect:function(e,t){o.value?.invokeContentFunctionDirect(e,t)},contentScrollToFocus:function(e){o.value?.contentScrollToFocus(e)},getRootNodeViewState:function(e,t,a){o.value?.getRootNodeViewState(e,t,a)},getChildNodeViewState:function(e,t,a,n,i){o.value?.getChildNodeViewState(e,t,a,n,i)},dispatchUIFunctionOnChildNode:function(e,t,a,n,i){o.value?.dispatchUIFunctionOnChildNode(e,t,a,n,i)},updateItemMatched:function(e="id",t,a){o.value?.updateItemMatched(e,t,a)},updateRootNode:function(e,t,a){o.value?.updateRootNode(e,t,a)},updateChildNode:function(e,t,a,n){o.value?.updateChildNode(e,t,a,n)},destroy:function(){o.value?.destroy()},cancelAll:function(){o.value?.cancelAll()},translationLeft:function(){o.value?.translationLeft()},translationRight:function(){o.value?.translationRight()},rootOpacity:l,onTabPageLoadData:function(e){const t=e.pageIndex,a=e.useDiff;c.isLoggable(C.DEBUG)&&c.d(Ei,"----------设置数据----onTabPageLoadData---加载数据开始----\x3e>>>pageIndex:"+t),h(t),w("onTabPageLoadData",t,a,0),c.isLoggable(C.DEBUG)&&c.d(Ei,"----------设置数据----onTabPageLoadData---加载数据结束----\x3e>>>pageIndex:"+t)},onTabPageChanged:function(e){const t=e.pageIndex;if(c.isLoggable(C.DEBUG)&&c.d(Ei,"------设置数据----onTabPageChanged---TAB切换开始--\x3e>>>pageIndex:",t),f==t)return;f=t,c.isLoggable(C.DEBUG)&&c.d(Ei,"------设置数据----onTabPageChanged---TAB重置开始--\x3e>>>pageIndex:",t);for(let e=0;e<d.length;e++){const a=r.getTabPageDataState(e);c.isLoggable(C.DEBUG)&&c.d(Ei,"------设置数据--调用setPageStateRecycled--START->>>> index:"+e+" lastTabPageIndex:"+v+" pageIndex:"+t+" pageState:",a),e!=t&&(e!=v||e==v&&Math.abs(v-t)>1)&&a&&Math.abs(e-t)>1&&a.state!=Ti.QT_TAB_PAGE_STATE_INIT&&(c.isLoggable(C.DEBUG)&&c.d(Ei,"------设置数据--调用setPageStateRecycled--END->>>> index:"+e+" lastTabPageIndex:"+v+" pageIndex:"+t+" pageState:",a),T(e))}c.isLoggable(C.DEBUG)&&c.d(Ei,"------设置数据----onTabPageChanged---TAB重置结束--\x3e>>>pageIndex:",t);const n=e.data;a.emit("onTabPageChanged",t,n);const o=r.getTabPageDataState(t);o&&o.sectionBindIndex>=-1&&w("onTabPageChanged",t,!1,o.sectionBindIndex),x(),v=t,c.isLoggable(C.DEBUG)&&c.d(Ei,"------设置数据----onTabPageChanged---TAB切换结束--\x3e>>>pageIndex:",t)},onTabEvent:function(e){const t=e.params,n=e.eventName,o=e.params.itemPosition,i=e.params.x,l=e.params.y,s=e.params.contentOffset,r=e.params.state;switch(c.isLoggable(C.DEBUG)&&c.d(Ei,"----------onTabEvent------\x3e>>> eventName:"+n+" tabIndex:"+o+" params:",t),a.emit("onTabEvent",o,n,t),n){case"onMoveToTopStart":a.emit("onTabMoveToTopStart",o,n,t);break;case"onMoveToTopEnd":a.emit("onTabMoveToTopEnd",o,n,t);break;case"onMoveToBottomStart":a.emit("onTabMoveToBottomStart",o,n,t);break;case"onMoveToBottomEnd":a.emit("onTabMoveToBottomEnd",o,n,t);break;case"onTabChanged":a.emit("onTabChanged",o,n,t);break;case"onScroll":k(i,l);break;case"onScrollStateChanged":O(s.x,s.y,r.newState)}},onWaterfallItemClick:function(e,t,n,o){c.isLoggable(C.DEBUG)&&c.d(Ei,"-----------onWaterfallItemClick---------------\x3e>>> sectionIndex:"+e+" itemIndex:"+t+" item:",n),a.emit("onTabPageItemClick",f,e,t,n,o)},onWaterfallItemFocused:function(e,t,n,o){c.isLoggable(C.DEBUG)&&c.d(Ei,"-----------onWaterfallItemFocused---------------\x3e>>> sectionIndex:"+e+" itemIndex:"+t+" isFocused:"+n+" item:",o),a.emit("onTabPageItemFocused",f,e,t,n,o)},onWaterfallSectionBind:function(e,t){e<0||(c.isLoggable(C.DEBUG)&&c.d(Ei,"---------设置数据-----绑定回调----\x3e>>> pageIndex:"+e+" sectionIndex:"+t),function(e,t){const a=r.getTabPageDataState(e);a&&(a.sectionBindIndex=t,r.setPageDataState(e,a))}(e,t),e===f&&(c.isLoggable(C.DEBUG)&&c.d(Ei,"----------loadPageData----bind--\x3e>>>pageIndex:"+e),w("onTabPageChanged",e,!1,t)))},onWaterfallSectionAttached:function(e,t){c.isLoggable(C.DEBUG)&&c.d(Ei,"-----------onWaterfallSectionAttached---------------\x3e>>> pageIndex:"+e+" sectionIndex:"+t),r.setSectionState(e,t,_i.QT_LIST_VIEW_ITEM_STATE_ATTACHED),e==f&&x()},onWaterfallSectionDetached:function(e,t){c.isLoggable(C.DEBUG)&&c.d(Ei,"-----------onWaterfallSectionDetached---------------\x3e>>> pageIndex:"+e+" sectionIndex:"+t),r.setSectionState(e,t,_i.QT_LIST_VIEW_ITEM_STATE_DETACHED)},onWaterfallScroll:k,onWaterfallScrollStateChanged:O,onTabPageScrollToStart:function(e){const t=e.pageIndex;a.emit("onTabPageScrollToStart",t),c.isLoggable(C.DEBUG)&&c.d(Ei,"----------onTabPageScrollToStart------\x3e>>> pageIndex:"+t)},onTabPageScrollToEnd:function(e){const t=e.pageIndex;a.emit("onTabPageScrollToEnd",t),c.isLoggable(C.DEBUG)&&c.d(Ei,"----------onTabPageScrollToEnd------\x3e>>> pageIndex:"+t)},onTabChange:function(e){},onTabClick:function(e){a.emit("onTabClick",e)},getCurrentPageIndex:function(){return f},getCurrentTabIndex:function(){return o.value?o.value.getCurrentPage():Promise.resolve(-1)},insertPageData:B,onPluginLoadSuccess:function(e){a.emit("onPluginLoadSuccess",e)},onPluginLoadError:function(e){a.emit("onPluginLoadError",e)},getDataManager:function(){return r},...An(o)}}});yi.render=function(e,a,l,c,u,d){const f=o("qt-nav-bar"),v=o("qt-waterfall"),g=o("recycler-view-pager"),I=o("tabs");return e.ifTabs?(t(),i(I,{key:0,ref:"tabs",class:s(["tabs-root-css",e.tabClass]),offscreenPageLimit:e.offScreenPageLimit,dataStrategy:e.tabsDataStrategy,hideOnSingleTab:e.hideOnSingleTab,pageSwitchDelay:e.tabContentSwitchDelay,resumeTaskDelay:e.tabContentResumeDelay,suspension:e.floatNavBar,useSuspensionBg:e.useNavBarBg,clipChildren:!1,outOfDateTime:e.outOfDateTime,blockFocusDirections:e.tabContentBlockFocusDirections,onScrollToStart:e.onTabPageScrollToStart,onScrollToEnd:e.onTabPageScrollToEnd,onLoadPage:e.onTabPageLoadData,onPageChanged:e.onTabPageChanged,onTabEvent:e.onTabEvent},{default:h((()=>[T(f,{ref:"navBarRef",name:"tabList",focusable:!1,class:s(e.tabNavBarClass),sid:e.tabNavBarSid,tabEnable:e.qtTabSectionEnable.tabEnable,"text-key":"text",nextFocusName:e.navBarNextFocusName,horizontalFadingEdgeEnabled:e.horizontalFadingEdgeEnabled,verticalFadingEdgeEnabled:e.verticalFadingEdgeEnabled,fadingEdgeLength:e.fadingEdgeLength,onTabFocus:e.onTabChange,onTabClick:e.onTabClick,clipChldren:!1,horizontal:e.horizontal},{default:h((()=>[n(e.$slots,"tab-item")])),_:3},8,["class","sid","tabEnable","nextFocusName","horizontalFadingEdgeEnabled","verticalFadingEdgeEnabled","fadingEdgeLength","onTabFocus","onTabClick","horizontal"]),T(g,{nextFocusName:e.contentNextFocus,ref:"viewPager",class:s(e.tabPageClass),name:"content",loadingItemType:-1,clipChldren:!1,opacity:e.rootOpacity,focusable:!1,enableTransform:e.pageTransform,slidingEnable:e.slidingEnable,slidingMode:e.slidingMode,initTranslation:e.initTranslation,rightTranslation:e.rightTranslation,leftTranslation:e.leftTranslation,duration:e.duration,interpolatorType:e.interpolatorType,triggerTask:e.triggerTask,direction:e.horizontal?"horizontal":"vertical"},{default:h((()=>[T(v,{keyName:"_id",endHintEnabled:e.endHintEnabled,enablePlaceholder:e.enablePlaceholder,onOnScrollStateChanged:e.onWaterfallScrollStateChanged,onOnScroll:e.onWaterfallScroll,"custom-pool":e.customPool,sid:"${sid}","custom-item-pool":e.customItemPool,blockFocusDirections:e.horizontal?e.blockViewPager:e.blockViewPagerVertical,"qt-tab-section-enable":e.qtTabSectionEnable,verticalFadingEdgeEnabled:e.tabContentVerticalFadingEdgeEnabled,fadingEdgeLength:e.tabContentFadingEdgeLength,onOnSectionBind:e.onWaterfallSectionBind,onOnSectionAttached:e.onWaterfallSectionAttached,onOnSectionDetached:e.onWaterfallSectionDetached,onOnItemFocused:e.onWaterfallItemFocused,onOnItemClick:e.onWaterfallItemClick,onOnPluginLoadSuccess:e.onPluginLoadSuccess,onOnPluginLoadError:e.onPluginLoadError},{item:h((()=>[n(e.$slots,"waterfall-item")])),"shared-item":h((()=>[n(e.$slots,"waterfall-shared-item")])),"list-item":h((()=>[n(e.$slots,"waterfall-list-item")])),section:h((()=>[n(e.$slots,"waterfall-section")])),"vue-section":h((()=>[n(e.$slots,"waterfall-vue-section")])),_:3},8,["endHintEnabled","enablePlaceholder","onOnScrollStateChanged","onOnScroll","custom-pool","custom-item-pool","blockFocusDirections","qt-tab-section-enable","verticalFadingEdgeEnabled","fadingEdgeLength","onOnSectionBind","onOnSectionAttached","onOnSectionDetached","onOnItemFocused","onOnItemClick","onOnPluginLoadSuccess","onOnPluginLoadError"])])),_:3},8,["nextFocusName","class","opacity","enableTransform","slidingEnable","slidingMode","initTranslation","rightTranslation","leftTranslation","duration","interpolatorType","triggerTask","direction"])])),_:3},8,["offscreenPageLimit","dataStrategy","hideOnSingleTab","pageSwitchDelay","resumeTaskDelay","suspension","useSuspensionBg","outOfDateTime","class","blockFocusDirections","onScrollToStart","onScrollToEnd","onLoadPage","onPageChanged","onTabEvent"])):r("v-if",!0)},yi.__file="src/tab/index.vue";var Pi=Va({name:"qt-vue-section",setup(t,a){const n=e();return{onSectionBind:function(){},viewRef:n,...An(n)}}});Pi.render=function(e,a,l,c,s,r){const u=o("tv-item");return t(),i(u,{ref:"viewRef",class:"qt-ui-waterfall-vue-section",clipChildren:!1,clipPadding:!1,flexStyle:"${style}",singleton:"",onItemBind:e.onSectionBind},{default:h((()=>[n(e.$slots,"default")])),_:3},8,["onItemBind"])},Pi.__scopeId="data-v-d02af3c2",Pi.__file="src/section/index.vue";var Ni=Va({name:"qt-classified-list-view",props:{className:{type:String,default:"content_list_view"},classNavName:{type:String,default:"nav_list_view"},currentFocusIndex:{type:Number,default:0},focusScale:{type:Number,default:1.15},navType:{type:Number,default:10001},yOffest:{type:Number,default:802}},emits:["item-click","item-focused"],setup(t,a){const n=e();let o=e(1);const i=e(),l=e();let c=[],s=-1,r=-1,u=[];let d=-1;let f=-1,v=-1;return{descendantFocusability:o,content_list_view:i,nav_list_view:l,init:e=>{e.forEach(((a,n)=>{a.isPlaying=!1,t.currentFocusIndex==n&&(a.isPlaying=!0);let o=!1;for(let e=0;e<c.length;e++){const t=c[e];a.categoryname==t.categoryname&&(a.navIndex=e,o=!0)}o||(a.navIndex||(a.navIndex=c.length),c.push({type:a.type,decoration:{left:50},categoryname:a.categoryname,startIndex:n,isNeedFocus:!0})),u=e})),Na((()=>{c[c.length-1].decoration.right=50,i.value?.setListData(e),l.value?.setListData(c),setTimeout((()=>{s=t.currentFocusIndex,r=e[t.currentFocusIndex].navIndex,i.value?.scrollToFocused(s),l.value?.scrollToSelected(r,!0)}),300)}))},onItemBind:()=>{},onSItemClick:e=>{a.emit("item-click",e)},onFItemClick:e=>{a.emit("item-click",e)},scrollToIndex:(e,t=!0,a=802)=>{i.value?.scrollToIndex(-1,e,t,-1,a)},scrollToFocused:e=>{o.value=1,setTimeout((()=>{i.value?.scrollToFocused(e)}),300)},setItemFocused:e=>{setTimeout((()=>{o.value=1}),300),i.value?.setItemFocused(e)},scrollToSelected:(e,t=!0)=>{i.value?.scrollToSelected(e,t)},setItemSelected:(e,t=!0)=>{i.value?.setItemSelected(e,!0)},onSItemFocused:e=>{clearTimeout(d),d=setTimeout((()=>{if(e.hasFocus){if(s!=e.position){if(s>-1){let e=u[s];e.isPlaying=!1,i.value?.updateItemTraverse(s,e)}let t=u[e.position];t.isPlaying=!0,i.value?.updateItemTraverse(e.position,t)}s=e.position,r!=e.item.navIndex&&(r=e.item.navIndex,l.value?.scrollToSelected(e.item.navIndex,!0)),a.emit("item-focused",e)}else r=e.item.navIndex}),300)},onFItemFocused:e=>{"0"==e.position&&i.value?.setItemSelected(1,!0),clearTimeout(f),clearTimeout(v),e.hasFocus&&r!=e.position&&(o.value=2,r=e.position,u[e.item.startIndex].isNeedFocus?(i.value?.scrollToIndex(-1,e.item.startIndex,!1,-1,t.yOffest),v=setTimeout((()=>{i.value?.setItemSelected(e.item.startIndex,!0),f=setTimeout((()=>{o.value=1}),200)}),400)):(i.value?.scrollToIndex(-1,e.item.startIndex+1,!1,-1,t.yOffest),v=setTimeout((()=>{i.value?.setItemSelected(e.item.startIndex+1,!0),f=setTimeout((()=>{o.value=1}),200)}),400)))},updateItem:(e,t)=>{u[e]=t,u.forEach(((e,t)=>{for(let t=0;t<c.length;t++){const a=c[t];e.categoryname==a.categoryname&&(e.navIndex=t)}})),i.value?.updateItemTraverse(e,u[e])},viewRef:n,...An(n)}}});const Ri={focusable:!1,clipChildren:!1,ref:"viewRef"},Ai=["focusScale"],Li={focusable:!1,class:"clv_item_text_box",showIf:"${isPlaying}"},Ci={class:"playMark",focusable:!1},Di=["type"],Ui={class:"nav_item_text",focusable:!1,duplicateParentState:!0};Ni.render=function(e,i,l,u,d,f){const v=o("play-mark"),g=o("text-view"),I=o("qt-list-view");return t(),a("div",Ri,[T(I,{class:s(e.className),ref:"content_list_view",clipChildren:!1,clipPadding:!1,onItemClick:e.onSItemClick,horizontal:"",blockFocusDirections:["left","right"],descendantFocusability:e.descendantFocusability,name:"content_list_view",onItemFocused:e.onSItemFocused},{default:h((()=>[_("div",{type:10001,name:"clv_item",class:"clv_item",focusable:!0,enableFocusBorder:!0,clipChildren:!1,eventClick:"",eventFocus:"",focusScale:e.focusScale},[i[0]||(i[0]=_("img",{class:"coverV",src:"${coverV}",focusable:!1,postDelay:300},null,-1)),i[1]||(i[1]=_("div",{class:"titMask",focusable:!1,showIf:"${isPlaying}",gradientBackground:{colors:["#00000000","#FF000000"],cornerRadii4:[0,0,8,8]}},null,-1)),_("div",Li,[_("div",Ci,[T(v,{style:c([{width:"28px",height:"20px"},{"margin-left":"16px"}]),markColor:"#ffffff",gap:-1,focusable:!1})]),T(g,{focusable:!1,ellipsizeMode:2,fontSize:30,gravity:"centerVertical",lines:1,maxLines:1,class:"clv_item_text",text:"${assetTitle}",paddingRect:[6,0,0,0]})])],8,Ai),n(e.$slots,"item")])),_:3},8,["class","onItemClick","descendantFocusability","onItemFocused"]),r(" listview first nav "),T(I,{class:s(e.classNavName),ref:"nav_list_view",clipChildren:!1,clipPadding:!1,onItemClick:e.onFItemClick,nextFocusName:{up:"content_list_view"},horizontal:"",blockFocusDirections:["left","right"],onItemFocused:e.onFItemFocused},{default:h((()=>[_("div",{type:e.navType,name:"nav_item",class:"nav_item",focusable:!0,enableFocusBorder:!1,focusScale:"1",eventClick:"",eventFocus:"",clipChildren:!1},[i[2]||(i[2]=_("div",{class:"line",focusable:!1,showOnState:"selected",duplicateParentState:!0},null,-1)),i[3]||(i[3]=_("div",{duplicateParentState:!0,class:"nav_item_text_focused",showOnState:"focused",focusable:!1,gradientBackground:{colors:["#FF2F7CEB","#FF1163D8"],cornerRadius:40}},null,-1)),_("div",Ui,[T(g,{focusable:!1,ellipsizeMode:2,duplicateParentState:!0,fontSize:44,gravity:"center",lines:1,class:"text_selected",text:"${categoryname}",showOnState:["selected"]}),T(g,{focusable:!1,ellipsizeMode:2,duplicateParentState:!0,fontSize:44,gravity:"center",lines:1,maxLines:1,class:"text",text:"${categoryname}",showOnState:"focused"}),T(g,{focusable:!1,ellipsizeMode:2,duplicateParentState:!0,fontSize:44,gravity:"center",lines:1,class:"text",text:"${categoryname}",showOnState:["normal"]})])],8,Di),n(e.$slots,"navItem")])),_:3},8,["class","onItemClick","onItemFocused"])],512)},Ni.__file="src/classified-list-view/index.vue";var wi=l({name:"media-series-number-item",props:{isVip:{type:Boolean,default:!1},gradientBackground:{type:Object,default:()=>({colors:["#1AFFFFFF","#1AFFFFFF"],orientation:6,cornerRadius:8})},gradientFocusBackground:{type:Object,default:()=>({colors:["#FFFFFF","#FFFFFF"],orientation:6,cornerRadius:8})},iconGradientBackground:{type:Object,default:()=>({colors:["#FFB67827","#FFDBAF5C"],cornerRadius:4,orientation:6})},markColor:{type:String,default:"#FF4E46"},markVipColor:{type:String,default:"#FFD97C"},textColors:{type:Object,default:()=>({color:"rgba(255, 255, 255, .50)",focusColor:"rgba(0, 0, 0, 1)",selectColor:"rgba(255, 255, 255, .50)"})},textVipColors:{type:Object,default:()=>({color:"#FFD97C",focusColor:"#B67827",selectColor:"#B67827"})}}});const xi=["gradientBackground"],ki=["gradientBackground"],Oi={class:"number-item-text-root-css",duplicateParentState:!0},Bi={style:{position:"absolute","flex-direction":"row","justify-content":"center","align-items":"center",width:"160px",height:"80px","background-color":"transparent"},showOnState:"selected",duplicateParentState:!0},Mi=["gradientBackground"];wi.render=function(e,n,i,l,s,u){const d=o("play-mark"),f=o("text-view");return t(),a("div",{class:"number-item-container",focusable:!0,focusScale:1,gradientBackground:e.gradientBackground},[_("div",{class:"number-item-container-bg-focus",duplicateParentState:!0,showOnState:"focused",focusable:!1,gradientBackground:e.gradientFocusBackground},null,8,ki),r(" 文字"),_("div",Oi,[_("div",Bi,[T(d,{duplicateParentState:!0,flexStyle:"${normalMarkStyle}",style:{width:"24px",height:"25px",position:"absolute",left:"20px"},markColor:e.markColor},null,8,["markColor"]),T(d,{duplicateParentState:!0,flexStyle:"${vipMarkStyle}",style:{width:"24px",height:"25px",position:"absolute",left:"20px"},markColor:e.markVipColor},null,8,["markColor"])]),T(f,{duplicateParentState:!0,fontSize:36,gravity:"center",autoWidth:"",lines:1,flexStyle:"${normalTitleStyle}",class:"number-item-text-css",style:c({color:e.textColors.color,focusColor:e.textColors.focusColor,selectColor:e.textColors.selectColor}),text:"${title}"},null,8,["style"]),T(f,{duplicateParentState:!0,fontSize:36,gravity:"center",flexStyle:"${vipTitleStyle}",autoWidth:"",class:"number-item-text-vip-css",style:c({color:e.textVipColors.color,focusColor:e.textVipColors.focusColor,selectColor:e.textVipColors.selectColor}),lines:1,text:"${title}"},null,8,["style"])]),r(" vip角标 "),_("div",{class:"media-series-number-item-vip-root",showIf:"${vip.enable==true}",gradientBackground:e.iconGradientBackground},[T(f,{duplicateParentState:!0,class:"media-series-number-item-vip-text",fontSize:20,gravity:"center",text:"${vip.text}"})],8,Mi)],8,xi)},wi.__scopeId="data-v-4afb8987",wi.__file="src/series/item/media-series-number-item.vue";var Wi=l({name:"media-series-text-item",props:{isVip:{type:Boolean,default:!1},gradientBackground:{type:Object,default:()=>({colors:["#1AFFFFFF","#1AFFFFFF"],orientation:6,cornerRadius:8})},gradientFocusBackground:{type:Object,default:()=>({colors:["#FFFFFF","#FFFFFF"],orientation:6,cornerRadius:8})},iconGradientBackground:{type:Object,default:()=>({colors:["#FFB67827","#FFDBAF5C"],cornerRadius:4,orientation:6})},markColor:{type:String,default:"#FF4E46"},markVipColor:{type:String,default:"#FFD97C"},textColors:{type:Object,default:()=>({color:"rgba(255, 255, 255, .50)",focusColor:"rgba(0, 0, 0, 1)",selectColor:"rgba(255, 255, 255, .50)"})},textVipColors:{type:Object,default:()=>({color:"#FFD97C",focusColor:"#B67827",selectColor:"#B67827"})},itemWidth:{type:Number,default:490},itemHeight:{type:Number,default:100}}});const Vi=["gradientBackground"],Gi=["gradientBackground"],qi=["gradientBackground"];Wi.render=function(e,n,i,l,s,r){const u=o("play-mark"),d=o("text-view");return t(),a("div",{class:"text-item-container",focusable:!0,focusScale:1,style:c({width:`${e.itemWidth}px`,height:`${e.itemHeight}px`}),gradientBackground:e.gradientBackground},[_("div",{class:"text-item-container-bg-focus",style:c({width:`${e.itemWidth}px`,height:`${e.itemHeight}px`}),duplicateParentState:!0,showOnState:"focused",focusable:!1,gradientBackground:e.gradientFocusBackground},null,12,Gi),_("div",{class:"text-item-container-css",style:c([{width:`${e.itemWidth}px`,height:`${e.itemHeight}px`},{position:"absolute","align-items":"center","background-color":"transparent"}]),duplicateParentState:!0},[_("div",{style:c({position:"absolute",flexDirection:"row",justifyContent:"center",alignItems:"center",width:`${e.itemWidth}px`,height:`${e.itemHeight}px`,backgroundColor:"transparent"}),showOnState:"selected",duplicateParentState:!0},[T(u,{duplicateParentState:!0,flexStyle:"${normalMarkStyle}",style:{width:"24px",height:"25px",position:"absolute",left:"20px","margin-right":"10px"},markColor:e.markColor},null,8,["markColor"]),T(u,{duplicateParentState:!0,flexStyle:"${vipMarkStyle}",style:{width:"24px",height:"25px",position:"absolute",left:"20px","margin-right":"10px"},markColor:e.markVipColor},null,8,["markColor"])],4),T(d,{duplicateParentState:!0,maxLines:1,ellipsizeMode:3,flexStyle:"${normalTitleStyle}",fontSize:30,class:"text-item-text",gravity:"centerVertical",style:c({color:e.textColors.color,focusColor:e.textColors.focusColor,selectColor:e.textColors.selectColor}),text:"${title}"},null,8,["style"]),T(d,{duplicateParentState:!0,maxLines:1,ellipsizeMode:3,flexStyle:"${vipTitleStyle}",fontSize:30,class:"text-item-text-vip",gravity:"centerVertical",style:c({color:e.textVipColors.color,focusColor:e.textVipColors.focusColor,selectColor:e.textVipColors.selectColor}),text:"${title}"},null,8,["style"])],4),_("div",{class:"media-series-text-item-vip-root",showIf:"${vip.enable==true}",gradientBackground:e.iconGradientBackground},[T(d,{duplicateParentState:!0,class:"media-series-text-item-vip-text",fontSize:20,gravity:"center",text:"${vip.text}"})],8,qi)],12,Vi)},Wi.__scopeId="data-v-4859f623",Wi.__file="src/series/item/media-series-text-item.vue";var zi,Qi,$i=l({name:"media-series",props:{customItem:{type:Boolean,default:!1},initParam:{type:Object,default:()=>({})},height:{type:Number,default:230},scrollParam:{type:Object,default:()=>({})},groupParam:{type:Object,default:()=>({})},commonParam:{type:Object,default:()=>({})}},emits:["load-data","item-click","item-focused","group-item-focused"],setup(t,a){const n=e();let o=e(!1);const i=L();g((()=>{o.value=!t.customItem}));return{selectSeries:n,showOld:o,onLoadData:e=>{a.emit("load-data",e)},setPageData:(e,t)=>{n.value?.setPageData(e,t)},setInitData:(e,t)=>{n.value?n.value?.setInitData(e,t):Na((()=>{n.value&&n.value?.setInitData(e,t)}))},onItemClick:e=>{a.emit("item-click",e)},onItemFocused:e=>{a.emit("item-focused",e)},onGroupItemFocused:e=>{a.emit("group-item-focused",e)},scrollTo:e=>{n.value?.scrollTo(e)},scrollToWithOffset:(e,t,a)=>{n.value?.scrollToWithOffset(e,t,a)},requestFocus:e=>{n.value?.requestFocus(e)},setSelected:e=>{Na((()=>{i.isLoggable(C.DEBUG)&&i.d("media-series","--------setSelected-------\x3e>>>",e),n.value?.setSelected(e)}))},setup:()=>{n.value?.setup()},setGroupSelected:e=>{n.value?.setGroupSelected(e)},release:()=>{n.value?.release()}}}});function Yi(e,t,a,n){const o=function(e,t,a,n){switch(e){case zi.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT:break;case zi.QT_MEDIA_SERIES_TYPE_CUSTOM:case zi.QT_MEDIA_SERIES_TYPE_NUMBER:return n.dataStyle?.itemHeight??80;case zi.QT_MEDIA_SERIES_TYPE_TEXT:return n.dataStyle?.itemHeight??100;case zi.QT_MEDIA_SERIES_TYPE_TOP_DOWN:}return-1}(e,0,0,n);switch(e){case zi.QT_MEDIA_SERIES_TYPE_TOP_DOWN:case zi.QT_MEDIA_SERIES_TYPE_TEXT:return{contentWidth:1740,itemGap:n?.dataStyle?.itemGap??36,initPosition:n.initPosition,contentHeight:o};case zi.QT_MEDIA_SERIES_TYPE_CUSTOM:case zi.QT_MEDIA_SERIES_TYPE_NUMBER:return{contentWidth:1740,itemGap:n?.dataStyle?.itemGap??15.6,initPosition:n.initPosition,contentHeight:o};case zi.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT:return{}}}$i.render=function(e,a,l,s,u,d){const f=o("select-series"),v=o("large-list");return e.customItem?(t(),i(f,{key:0,ref:"selectSeries",clipChildren:!1,scrollParam:e.scrollParam,groupParam:e.groupParam,commonParam:e.commonParam,display:!0,onLoadData:e.onLoadData,onItemClick:e.onItemClick,onItemFocused:e.onItemFocused,onGroupItemFocused:e.onGroupItemFocused,style:c({width:1920,height:e.height})},{default:h((()=>[n(e.$slots,"default")])),_:3},8,["scrollParam","groupParam","commonParam","onLoadData","onItemClick","onItemFocused","onGroupItemFocused","style"])):e.showOld?(t(),i(v,{key:1,ref:"selectSeries",clipChildren:!1,display:!0,initParam:e.initParam,onLoadData:e.onLoadData,onItemClick:e.onItemClick,onItemFocused:e.onItemFocused,onGroupItemFocused:e.onGroupItemFocused,style:c({width:1920,height:e.height})},null,8,["initParam","onLoadData","onItemClick","onItemFocused","onGroupItemFocused","style"])):r("v-if",!0)},$i.__file="src/series/component/media-series.vue",function(e){e.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT="leftRight",e.QT_MEDIA_SERIES_TYPE_TOP_DOWN="topDown",e.QT_MEDIA_SERIES_TYPE_TEXT="text",e.QT_MEDIA_SERIES_TYPE_NUMBER="number",e.QT_MEDIA_SERIES_TYPE_CUSTOM="custom"}(zi||(zi={})),function(e){e[e.QT_MEDIA_SERIES_STYLE_TYPE_DEFAULT=0]="QT_MEDIA_SERIES_STYLE_TYPE_DEFAULT",e[e.QT_MEDIA_SERIES_STYLE_TYPE_VIP=1]="QT_MEDIA_SERIES_STYLE_TYPE_VIP"}(Qi||(Qi={}));var Hi,ji,Ki,Zi,Ji,Xi,el=l({name:"qt-media-series",components:{"media-series-number-item":wi,"media-series-text-item":Wi,"media-series":$i},emits:["load-data","item-click","item-focused","group-item-focused"],props:{itemHeight:{type:Number,default:0},gradientBackground:{type:Object,default:()=>({colors:["#1AFFFFFF","#1AFFFFFF"],orientation:6,cornerRadius:8})},gradientFocusBackground:{type:Object,default:()=>({colors:["#FFFFFF","#FFFFFF"],orientation:6,cornerRadius:8})},iconGradientBackground:{type:Object,default:()=>({colors:["#FFB67827","#FFDBAF5C"],cornerRadius:4,orientation:6})},markColor:{type:String,default:"#FF4E46"},markVipColor:{type:String,default:"#FFD97C"},textColors:{type:Object,default:()=>({color:"rgba(255, 255, 255, .5)",focusColor:"rgba(0, 0, 0, 1)",selectColor:"rgba(255, 255, 255, .5)"})},textVipColors:{type:Object,default:()=>({color:"#FFD97C",focusColor:"#B67827",selectColor:"#B67827"})},itemDivWidth:{type:Number,default:490},itemDivHeight:{type:Number,default:100}},setup(t,a){const n=e(),{clearFocus:o,requestFocusDirectly:i,setVisibility:l}=An(n),c=e(!1),s=L(),r=e(),u=e(),d=e(),f=e(),v=e(0),g=e(!1),I=e(zi.QT_MEDIA_SERIES_TYPE_NUMBER);let p;return{isVip:g,seriesType:I,params:r,commonParams:u,scrollParams:d,groupParams:f,mediaSeriesRef:n,show:c,height:v,onLoadData:e=>{a.emit("load-data",e)},setInitData:(e,a,o,i)=>{I.value=e,p=i,zi.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT!==e?(u.value=Yi(e,0,0,i),d.value=function(e){if(e===zi.QT_MEDIA_SERIES_TYPE_NUMBER)return{scrollType:1,pageDisplayCount:10,paddingForPageLeft:0,paddingForPageRight:0}}(e),f.value=function(e,t,a){const n={};if(t.enable){switch(e){case zi.QT_MEDIA_SERIES_TYPE_NUMBER:n.groupSize=10;break;case zi.QT_MEDIA_SERIES_TYPE_TEXT:n.groupSize=3;break;default:n.groupSize=t.size}const o=t.groupStyle;o&&(o.groupMarginLeft&&(n.groupMarginLeft=o.groupMarginLeft),o.itemWidth&&(n.itemWidth=o.itemWidth),o.itemHeight&&(n.itemHeight=o.itemHeight),o.itemGap&&(n.itemGap=o.itemGap),o.mark&&(n.mark=o.mark)),a==Qi.QT_MEDIA_SERIES_STYLE_TYPE_VIP?(n.textColor=o?.textVipColor??{normal:"#80FFFFFF",focused:"#603314",selected:"#FFD97C"},n.focusBackground=o?.focusVipBackground??{orientation:"LEFT_RIGHT",cornerRadius:[40,40,40,40],color:["#FFE398","#EEB364"],padding:[34,6]},n.mark=o?.mark??{color:"#FFD97C"}):o&&(o.textColor&&(n.textColor=o.textColor),o.focusBackground&&(n.focusBackground=o.focusBackground),o.background&&(n.background=o.background))}return n}(e,a,o),zi.QT_MEDIA_SERIES_TYPE_CUSTOM==e?v.value=t.itemHeight+(a.enable?70:0):v.value=function(e,t){switch(e){case zi.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT:break;case zi.QT_MEDIA_SERIES_TYPE_NUMBER:return 80+(t.enable?70:0);case zi.QT_MEDIA_SERIES_TYPE_TEXT:return 100+(t.enable?70:0);case zi.QT_MEDIA_SERIES_TYPE_TOP_DOWN:}return-1}(e,a),Na((()=>{n.value&&n.value?.setInitData(i.totalCount,i.pageSize)})),s.isLoggable(C.DEBUG)&&s.d("MediaSeries","----setInitData----\x3e>>>",v.value)):(r.value=function(e,t,a,n){const o=a==Qi.QT_MEDIA_SERIES_STYLE_TYPE_VIP;let i={initPosition:n.initPosition,contentWidth:1740,contentHeight:160,itemGap:36,enableGroup:t.enable,groupSize:t.size,groupHeight:46,groupTopMargin:24,group:null,template:null};return i.template={titleSize:28,floatTitleSize:20,isFree:!o,type:"leftRight",width:560,height:160,focusScale:1.1},i.template.extra={imgWidth:268,imgHeight:160,textColor:{normal:"#80FFFFFF",focused:o?"#FFD97C":"#ffffffff",selected:o?"#FFD97C":"#ffffffff"},cornerBgColor:{orientation:"LEFT_RIGHT",cornerRadius:[4,4,4,4],color:["#B67827","#DBAF5C"]}},i.group={itemWidth:85,itemHeight:46,itemGap:50,textSize:30,textColor:{normal:"#80FFFFFF",focused:o?"#603314":"#000000",selected:o?"#FFD97C":"#F5F5F5"},focusBackground:{orientation:"LEFT_RIGHT",cornerRadius:[40,40,40,40],color:[o?"#FFE398":"#F5F5F5",o?"#EEB364":"#F5F5F5"],padding:[34,6]},mark:{color:o?"#FFD97C":"#FFFFFF"}},i}(0,a,o,i),v.value=function(e,t,a,n,o){return t.enable?o.value.template.height+o.value.groupHeight+o.value.groupTopMargin:o.value.template.height}(0,a,0,0,r),r.value.totalCount=i.totalCount,r.value.pageSize=i.pageSize),c.value=!0},setPageData:(e,t)=>{let a=t;I.value==zi.QT_MEDIA_SERIES_TYPE_NUMBER?a=function(e,t,a){const n=[];if(a.length>0){const o={width:160,height:80},i={width:0,height:0},l={width:24,height:25};a.forEach(((a,c)=>{let s=e*t+c+1,r=s>9?""+s:"0"+s;const u={id:a.id,title:r,vip:a.vip};a.vip&&a.vip.enable?(u.vipTitleStyle=o,u.vipMarkStyle=l,u.normalTitleStyle=i,u.normalMarkStyle=i):(u.vipTitleStyle=i,u.vipMarkStyle=i,u.normalTitleStyle=o,u.normalMarkStyle=l),n.push(u)}))}return n}(e,p.pageSize,t):I.value==zi.QT_MEDIA_SERIES_TYPE_TEXT?a=function(e,t,a){if(a.length>0){const e={width:373,height:100},t={width:0,height:0},n={width:24,height:25};a.forEach(((a,o)=>{a.vip&&a.vip.enable?(a.vipTitleStyle=a?.vipTitleStyle??e,a.vipMarkStyle=a?.vipMarkStyle??n,a.normalTitleStyle=t,a.normalMarkStyle=t):(a.vipTitleStyle=t,a.vipMarkStyle=t,a.normalTitleStyle=a?.normalTitleStyle??e,a.normalMarkStyle=a?.normalMarkStyle??n)}))}return a}(0,p.pageSize,t):(I.value==zi.QT_MEDIA_SERIES_TYPE_LEFT_RIGHT||I.value==zi.QT_MEDIA_SERIES_TYPE_TOP_DOWN)&&(a=function(e,t,a){return a}(0,p.pageSize,t)),n.value?.setPageData(e,a)},onItemClick:e=>{a.emit("item-click",e)},onItemFocused:e=>{a.emit("item-focused",e)},onGroupItemFocused:e=>{a.emit("group-item-focused",e)},scrollTo:e=>{n.value?.scrollTo(e)},scrollToWithOffset:(e,t)=>{n.value?.scrollToWithOffset(e,t,!1)},requestFocus:e=>{n.value?.requestFocus(e)},setSelected:e=>{n.value?.setSelected(e)},setup:()=>{n.value?.setup()},setGroupSelected:e=>{n.value?.setGroupSelected(e)},release:()=>{n.value?.release(),c.value=!1},blockRootFocus:()=>{n.value&&R.callUIFunction(n.value,"blockRootFocus",[])},unBlockRootFocus:()=>{n.value&&R.callUIFunction(n.value,"unBlockRootFocus",[])},clearFocus:o,requestFocusDirectly:i,setVisibility:l}}});el.render=function(e,a,l,c,s,u){const d=o("media-series-number-item"),f=o("media-series-text-item"),v=o("media-series");return e.show?(t(),i(v,{key:0,ref:"mediaSeriesRef",clipChildren:!1,"init-param":e.params,height:e.height,"custom-item":"leftRight"!==e.seriesType,"scroll-param":e.scrollParams,"group-param":e.groupParams,"common-param":e.commonParams,onLoadData:e.onLoadData,onItemClick:e.onItemClick,onItemFocused:e.onItemFocused,onGroupItemFocused:e.onGroupItemFocused},{default:h((()=>["number"===e.seriesType?(t(),i(d,{key:0,"is-vip":e.isVip,"gradient-background":e.gradientBackground,"gradient-focus-background":e.gradientFocusBackground,"mark-color":e.markColor,"mark-vip-color":e.markVipColor,"icon-gradient-background":e.iconGradientBackground,"text-colors":e.textColors,"text-vip-colors":e.textVipColors},null,8,["is-vip","gradient-background","gradient-focus-background","mark-color","mark-vip-color","icon-gradient-background","text-colors","text-vip-colors"])):"text"===e.seriesType?(t(),i(f,{key:1,"is-vip":e.isVip,"gradient-background":e.gradientBackground,"gradient-focus-background":e.gradientFocusBackground,"mark-color":e.markColor,"mark-vip-color":e.markVipColor,"icon-gradient-background":e.iconGradientBackground,"item-height":e.itemDivHeight,"item-width":e.itemDivWidth,"text-colors":e.textColors,"text-vip-colors":e.textVipColors},null,8,["is-vip","gradient-background","gradient-focus-background","mark-color","mark-vip-color","icon-gradient-background","item-height","item-width","text-colors","text-vip-colors"])):"custom"===e.seriesType?n(e.$slots,"default",{key:2}):r("v-if",!0)])),_:3},8,["init-param","height","custom-item","scroll-param","group-param","common-param","onLoadData","onItemClick","onItemFocused","onGroupItemFocused"])):r("v-if",!0)},el.__file="src/series/index.vue",function(e){e.SEQUENCE="sequence",e.TOGETHER="together",e.WITH="with",e.BEFORE="before",e.AFTER="after"}(Hi||(Hi={})),function(e){e[e.QT_ACCELERATE_DECELERATE_INTERPOLATOR=1]="QT_ACCELERATE_DECELERATE_INTERPOLATOR",e[e.QT_ACCELERATE_INTERPOLATOR=2]="QT_ACCELERATE_INTERPOLATOR",e[e.QT_ANTICIPATE_INTERPOLATOR=3]="QT_ANTICIPATE_INTERPOLATOR",e[e.QT_ANTICIPATE_OVERSHOOT_INTERPOLATOR=4]="QT_ANTICIPATE_OVERSHOOT_INTERPOLATOR",e[e.QT_BOUNCE_INTERPOLATOR=5]="QT_BOUNCE_INTERPOLATOR",e[e.QT_CYCLE_INTERPOLATOR=6]="QT_CYCLE_INTERPOLATOR",e[e.QT_DECELERATE_INTERPOLATOR=7]="QT_DECELERATE_INTERPOLATOR",e[e.QT_LINEAR_INTERPOLATOR=8]="QT_LINEAR_INTERPOLATOR",e[e.QT_OVERSHOOT_INTERPOLATOR=9]="QT_OVERSHOOT_INTERPOLATOR",e[e.QT_FAST_OUT_LINEAR_IN_INTERPOLATOR=10]="QT_FAST_OUT_LINEAR_IN_INTERPOLATOR",e[e.QT_FAST_OUT_SLOW_IN_INTERPOLATOR=11]="QT_FAST_OUT_SLOW_IN_INTERPOLATOR",e[e.QT_PATH_INTERPOLATOR=12]="QT_PATH_INTERPOLATOR"}(ji||(ji={})),function(e){e.QT_ANIMATION_PROPERTY_NAME_ALPHA="alpha",e.QT_ANIMATION_PROPERTY_NAME_ROTATION="rotation",e.QT_ANIMATION_PROPERTY_NAME_ROTATION_X="rotationX",e.QT_ANIMATION_PROPERTY_NAME_ROTATION_Y="rotationY",e.QT_ANIMATION_PROPERTY_NAME_ROTATION_Z="rotationZ",e.QT_ANIMATION_PROPERTY_NAME_SCALE_X="scaleX",e.QT_ANIMATION_PROPERTY_NAME_SCALE_Y="scaleY",e.QT_ANIMATION_PROPERTY_NAME_SCALE_Z="scaleZ",e.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X="translationX",e.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y="translationY",e.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z="translationZ"}(Ki||(Ki={})),function(e){e.ALPHA="alpha",e.ROTATION="rotation",e.ROTATION_X="rotationX",e.ROTATION_Y="rotationY",e.ROTATION_Z="rotationZ",e.SCALE_X="scaleX",e.SCALE_Y="scaleY",e.SCALE_Z="scaleZ",e.TRANSLATION_X="translationX",e.TRANSLATION_Y="translationY",e.TRANSLATION_Z="translationZ"}(Zi||(Zi={})),function(e){e[e.QT_ANIMATION_REPEAT_MODE_RESTART=1]="QT_ANIMATION_REPEAT_MODE_RESTART",e[e.QT_ANIMATION_REPEAT_MODE_REVERSE=2]="QT_ANIMATION_REPEAT_MODE_REVERSE",e[e.QT_ANIMATION_REPEAT_MODE_INFINITE=-1]="QT_ANIMATION_REPEAT_MODE_INFINITE"}(Ji||(Ji={})),function(e){e.QT_ANIMATION_VALUE_TYPE_INT="ofInt",e.QT_ANIMATION_VALUE_TYPE_FLOAT="ofFloat"}(Xi||(Xi={}));const tl="QTCollapse";var al=Va({name:"qt-collapse",emits:["onCollapseItemExpand"],setup(t,a){const n=L(),o=e();let i,l,c=e();const s=e(0),r=e(0);let u=200;const d={};const v={};function g(e){return v[`${e}`]}function I(e,t,o=!1){const l=i[e],c=l.__y,s=r.value-l.height-c;n.isLoggable(C.DEBUG)&&n.d(tl,"-------expandItem-------\x3e>>>",e,s,c);let u=0;for(let a=i.length-1;a>=0;a--){const l=i[a];l.height;const c=l.collapseHeight;a<e&&(u+=c);try{const t=m(a);t?t.onCollapseItemExpand(a==e,o):n.isLoggable(C.DEBUG)&&n.d(tl,"----itemRef is null----\x3e>>>",l)}catch(e){n.isLoggable(C.DEBUG)&&n.d(tl,"----itemRef onCollapseItemExpand error----\x3e>>>",e)}const r=g(a);if(r){let o=0;if(a>e)for(let t=0;t<a-e-1;t++){o+=i[t+e+1].collapseHeight}n.isLoggable(C.DEBUG)&&n.d(tl,"-------expandItem----translationY---\x3e>>>",l,a,l.__translationY,s+u-o,o),p(a+"",l,r,l.__translationY,s+u-o,t)}}try{a.emit("onCollapseItemExpand",e,l,o)}catch(e){}}function p(e,t,a,n,o,i){a.objectAnimator2(e,Xi.QT_ANIMATION_VALUE_TYPE_FLOAT,Ki.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y,n,o,i,-1,0,!1,!1,{type:ji.QT_ACCELERATE_INTERPOLATOR,params:[2]}),a.startAnimator(e),t.__translationY=o}function m(e){return d[`${e}`]}return{collapseItemComponentList:c,initComponentRef:function(e,t,a){e&&(d[`${a}`]=e)},initAnimComponentRef:function(e,t,a){e&&(v[`${a}`]=e)},init:function(e){const t=a.slots.default?.()??[];c.value=t.filter((e=>"object"==typeof e.type||"function"==typeof e.type)),l=e.defaultIndex??0,i=e.itemList,s.value=e.width,r.value=e.height,u=e.expandDuration??200,l<0&&(l=0),l>=i.length&&(l=i.length-1),function(){if(!i||i.length<=0)return;const e=i.length;let t=0;for(let a=e-1;a>=0;a--){const e=i[a];t+=e.height,e.__y=r.value-t,e.__translationY=0}n.isLoggable(C.DEBUG)&&n.d(tl,"----initCollapseItem----\x3e>>>",i)}(),f((()=>{I(l,0,!0)}))},getItem:m,expandItem:function(e){I(e,u)},collapse:function(){const e=i.length,t=i[e-1],a=t.__y,o=r.value-t.height-a;let l=0;for(let t=e-1;t>=0;t--){const e=i[t];l+=e.collapseHeight;try{const a=m(t);a?a.onCollapseItemExpand(!1,!1):n.isLoggable(C.DEBUG)&&n.d(tl,"----itemRef is null----\x3e>>>",e)}catch(e){n.isLoggable(C.DEBUG)&&n.d(tl,"----itemRef onCollapseItemExpand error----\x3e>>>",e)}const a=g(t);a&&p(t+"",e,a,e.__translationY,o+l,0)}},expand:function(){for(let e=i.length-1;e>=0;e--){const t=i[e];try{const a=m(e);a?a.onCollapseItemExpand(!0,!1):n.isLoggable(C.DEBUG)&&n.d(tl,"----itemRef is null----\x3e>>>",t)}catch(e){n.isLoggable(C.DEBUG)&&n.d(tl,"----itemRef onCollapseItemExpand error----\x3e>>>",e)}const a=g(e);a&&p(e+"",t,a,t.__translationY,0,0)}},collapseWidth:s,collapseHeight:r,viewRef:o,...An(o)}}});al.render=function(e,n,l,s,r,u){const d=o("qt-animation");return t(),a("div",{class:"qt-collapse-root-css",ref:"viewRef",clipChildren:!1,clipPadding:!1,style:c({width:e.collapseWidth,height:e.collapseHeight})},[(t(!0),a(b,null,E(e.collapseItemComponentList,((a,n)=>(t(),i(d,{ref_for:!0,ref:t=>e.initAnimComponentRef(t,a,n),class:"qt-collapse-item-css"},{default:h((()=>[(t(),i(y(a),{key:a.name,class:"qt-collapse-item-css",ref_for:!0,ref:t=>e.initComponentRef(t,a,n)}))])),_:2},1536)))),256))],4)},al.__scopeId="data-v-4feca809",al.__file="src/collapse/index.vue";var nl=Va({name:"qt-long-image",emits:["onInitializeSuccess","onInitializeError","onDownLoad","onImageLoad","onScroll","onRendered","onScaleChanged","onCenterChanged"],props:{size:{type:String,default:"default"},activeColor:{type:String,default:"default"},inactiveColor:{type:String,default:"#e2e2e2"},inactiveBorderColor:{type:String,default:"#b5b5b5"},sliderColor:{type:String,default:"#FFFFFF"},disabledActiveBgColor:{type:String,default:"#269A4D"},disabledInactiveBgColor:{type:String,default:"#AAAAAA"},disabled:{type:Boolean,default:!1},modelValue:{type:Boolean,default:!1},borderSize:{type:Number,default:3},sliderAssetsIcon:{type:String,default:""},sliderNetworkIcon:{type:String,default:""},zoomEnabled:{type:Boolean,default:!0},src:{type:String},scaleType:{type:Number,default:4}},setup(t,a){const n=e(),o=U(),i=w(),l=e(!1);function c(e){a.emit("onInitializeError",e)}i.isComponentRegistered("eskit.sdk.support.longimage.ESLongImageViewComponent").then((e=>{e?l.value=!0:function(){const e={pkg:"eskit.plugin.long.image3"};o.addListener(e,s),o.installPlugin(e)}()}),(e=>{c(e)})),F((()=>[n.value]),(([e],[t])=>{e&&a.emit("onInitializeSuccess")}),{flush:"post"});const s={onPluginInstallSuccess(e,t,a){o.removeListener(s),l.value=!0},onPluginInstallProgress(e,t,a,n){},onPluginInstallError(e,t,a){o.removeListener(s),c({status:t,msg:a})}};return{viewRef:n,setSrc:(e,t="")=>{n.value?.setSrc(e,t)},setInitScale:(e,t=0)=>{n.value?.setInitScale(e,t)},setInitPosition:e=>{n.value?.setInitPosition(e)},setInitCenter:(e,t)=>{n.value?.setInitCenter(e,t)},setInitOrientation:e=>{n.value?.setInitOrientation(e)},zoom:(e,t=0)=>{n.value?.zoom(e,t)},zoomByPoint:(e,t=0,a=0,o=0)=>{n.value?.zoomByPoint(e,t,a,o)},zoomByCenter:(e,t=0)=>{n.value?.zoomByCenter(e,t)},scrollDown:(e=200)=>{n.value?.scrollDown(e)},scrollUp:(e=200)=>{n.value?.scrollUp(e)},scrollLeft:(e=200)=>{n.value?.scrollLeft(e)},scrollRight:(e=200)=>{n.value?.scrollRight(e)},scrollTo:(e,t)=>{n.value?.scrollTo(e,t)},rotate:e=>{n.value?.rotate(e)},setScaleByAnimal:e=>{n.value?.setScaleByAnimal(e)},setDebug:e=>{n.value?.setDebug(e)},onDownLoad:e=>{a.emit("onDownLoad",e)},onImageLoad:e=>{a.emit("onImageLoad",e)},onRendered:e=>{a.emit("onRendered",e)},onScroll:e=>{a.emit("onScroll",e)},onScaleChanged:e=>{a.emit("onScaleChanged",e)},onCenterChanged:e=>{a.emit("onCenterChanged",e)},componentInitialized:l,...An(n)}}});function ol(e,t,a=!0){let n=e.length;a?e.map(((e,a)=>{a!==n-1&&(e.decoration={bottom:t})})):e.map(((e,a)=>{a!==n-1&&(e.decoration={right:t})}))}function il(e){return{scrollToIndex:function(t,a,n,o,i){e.value&&R.callUIFunction(e.value,"scrollToIndex",[t,a,n,o,i])},startScroll:function(t){e.value&&R.callUIFunction(e.value,"startScroll",[t])},setSelectChildPosition:function(t,a){e.value&&R.callUIFunction(e.value,"setSelectChildPosition",[t,a])},scrollToPositionWithOffset:function(t,a,n){e.value&&R.callUIFunction(e.value,"scrollToPositionWithOffset",[t,a,n])},scrollToPositionWithOffsetInfiniteMode:function(t,a,n){e.value&&R.callUIFunction(e.value,"scrollToPositionWithOffsetInfiniteMode",[t,a,n])},scrollToPosition:function(t,a){e.value&&R.callUIFunction(e.value,"scrollToPosition",[t,a])},refreshListData:function(){e.value&&R.callUIFunction(e.value,"refreshListData",[])},updateItemTraverse:function(t,a,n){e.value&&R.callUIFunction(e.value,"updateItemTraverse",[t,a,n])},requestItemLayout:function(t){e.value&&R.callUIFunction(e.value,"requestItemLayout",[t])},updateItemRange:function(t,a,n){e.value&&R.callUIFunction(e.value,"updateItemRange",[t,a,n])},insertItemRange:function(t,a){e.value&&R.callUIFunction(e.value,"insertItemRange",[t,a])},updateItemMatched:function(t,a){e.value&&R.callUIFunction(e.value,"updateItemMatched",[t,a])},updateItemMatchedByKey:function(t,a,n){e.value&&R.callUIFunction(e.value,"updateItemMatched",[t,a,n])},deleteItemRange:function(t,a){e.value&&R.callUIFunction(e.value,"deleteItemRange",[t,a])},setListData:function(t){e.value&&R.callUIFunction(e.value,"setListData",[...t])},setListDataWithParams:function(t,a,n){e.value&&R.callUIFunction(e.value,"setListDataWithParams",[t,a,n])},addListData:function(t){e.value&&R.callUIFunction(e.value,"addListData",[t])},addListDataWithParams:function(t,a){e.value&&R.callUIFunction(e.value,"addListDataWithParams",[t,a])},destroy:function(){e.value&&R.callUIFunction(e.value,"destroy",[])},recycle:function(){e.value&&R.callUIFunction(e.value,"recycle",[])},scrollToTop:function(){e.value&&R.callUIFunction(e.value,"scrollToTop",[])},scrollToFocus:function(t,a,n,o){e.value&&R.callUIFunction(e.value,"scrollToFocus",[t,a,n,o])},prepareForRecycle:function(){e.value&&R.callUIFunction(e.value,"prepareForRecycle",[])},setDisplay:function(t){e.value&&R.callUIFunction(e.value,"setDisplay",[t])},changeDisplayState:function(t,a){e.value&&R.callUIFunction(e.value,"changeDisplayState",[t,a])},notifySaveInstance:function(){e.value&&R.callUIFunction(e.value,"notifySaveInstance",[])},notifyRestoreInstance:function(){e.value&&R.callUIFunction(e.value,"notifyRestoreInstance",[])},updateItemProps:function(t,a,n,o){e.value&&R.callUIFunction(e.value,"updateItemProps",[t,a,n,o])},dispatchItemFunction:function(t){e.value&&R.callUIFunction(e.value,"dispatchItemFunction",[t])},clearPostTask:function(){e.value&&R.callUIFunction(e.value,"clearPostTask",[])},clearPostTaskByCate:function(t){e.value&&R.callUIFunction(e.value,"clearPostTaskByCate",[t])},clearData:function(){e.value&&R.callUIFunction(e.value,"clearData",[])},pausePostTask:function(){e.value&&R.callUIFunction(e.value,"pausePostTask",[])},resumePostTask:function(){e.value&&R.callUIFunction(e.value,"resumePostTask",[])},requestLayoutManual:function(){e.value&&R.callUIFunction(e.value,"requestLayoutManual",[])},setSpanCount:function(t){e.value&&R.callUIFunction(e.value,"setSpanCount",[t])},searchReplaceItem:function(t,a){e.value&&R.callUIFunction(e.value,"searchReplaceItem",[t,a])},setCustomStateEnableOnFocus:function(t,a){e.value&&R.callUIFunction(e.value,"setCustomStateEnableOnFocus",[t,a])},setItemCustomState:function(t,a,n){e.value&&R.callUIFunction(e.value,"setItemCustomState",[t,a,n])},dispatchItemFunctionWithPromise:function(t,a,n,o){return e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"dispatchItemFunctionWithPromise",[],(e=>{t(e)}))})):Promise.reject()},getScrollOffset:function(){return e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"getScrollOffset",[],(e=>{t(e)}))})):Promise.reject()}}}function ll(t){const a=l({props:{loadMore:{type:Function,default:function(){return[1,1]}},openPage:{type:Boolean,default:!1},preloadNo:{type:Number,default:0},defaultFocus:{type:Number,default:-1},loadingDecoration:{type:Object,default:()=>({bottom:18,right:30,left:30})},listData:{type:Array,required:!1}},emits:["item-click","scroll","item-focused","item-attached","item-detached","item-bind","item-unbind","load-more","scroll-state-changed","focus-search-failed","scrollYGreaterReference","scrollYLesserReference"],setup(t,a){const n=e();let o=0,i=!1,l=Co(),c=[],s=null,r=!1,u=!0;const f=()=>t.listData||l.value,v=e=>{t.defaultFocus>-1&&e.length&&t.defaultFocus<e.length&&u&&(clearTimeout(s),s=setTimeout((()=>{D(t.defaultFocus)}),300+10*e.length))},{scrollToPosition:h,setSelectChildPosition:T}=il(n),{requestChildFocus:_}=An(n);g((()=>{f().length&&n.value&&!r&&!c.length&&(c=f(),R.callUIFunction(n.value,"setListData",d(f())),v(c))})),I((()=>{l.value.splice(0)}));let S=0;const F=[{_id:"",type:1002,decoration:t.loadingDecoration}],b=()=>{t.openPage&&0===S&&c.length>0&&!i&&(R.callUIFunction(n.value,"addListData",F),S=c.length)},E=(e=!1)=>{S>0&&(e?R.callUIFunction(n.value,"updateItem",[S,{text:"",type:1003,decoration:{}}]):(R.callUIFunction(n.value,"deleteItemRange",[S,1]),S=0))};let y=null;const N=()=>{i=!1,o=0},A=()=>{!i&&t.loadMore&&(t.listData?c.length>0&&(o++,t.loadMore(o)):(o++,t.loadMore(o)))};p((()=>{t.openPage&&!t.listData&&(N(),A())}));const L=bo(f(),{resetValue(e){c=e,r=!0},init(e){n.value&&(R.callUIFunction(n.value,"setListData",e.concat(t.openPage&&c.length>0&&!i?(S=c.length,F):[])),N(),t.listData&&(o=1),v(e))},add(e){R.callUIFunction(n.value,"addListData",e),E(),b()},update(e,t){Io(1,t.datas).forEach(((e,t)=>{const a=Array.isArray(t)?Number(t[0]):Number(t);R.callUIFunction(n.value,"updateItem",[a,e])}))},insert(e,t){R.callUIFunction(n.value,"insertItemRange",[e,t]),E(),b()},delete(e,t){R.callUIFunction(n.value,"deleteItemRange",[e,t]),S>0&&(S=c.length)},clear(){R.callUIFunction(n.value,"setListData",[]),S=0}}),C=(e,t)=>{T(e,t)},D=e=>{h(e),U(e)},U=e=>{_(e),R.callUIFunction(n.value,"requestChildFocus",[e])};m((()=>{L?.stop(),N(),clearTimeout(s),clearTimeout(y)}));const w=(e,t)=>{for(let a=0;a<e.length;a++){const n=e[a];n.name=t>=0?"name"+t+a:"name"+a,n.list&&n.list.length>0&&w(n.list,a)}};return a.expose({viewRef:n,init:(e,a)=>t.listData?[]:e?(u=!a,l.value=e,l.value):l.value,scrollToFocused:D,scrollToSelected:(e,t)=>{h(e),C(e,t)},setItemFocused:U,setItemSelected:C,stopPage:(e=!1)=>{i=!0,y=setTimeout((()=>{i=!0,E(e)}),20)},updateItemName:w,hasChanged:(e,t)=>e!==t&&(e==e||t==t),...An(n),...il(n)}),()=>{const e=a.slots.default&&a.slots.default();return P("FastListView",{ref:n,onItemClick:e=>{a.emit("item-click",e)},onScroll:e=>{a.emit("scroll",e)},onItemFocused:e=>{a.emit("item-focused",e)},onAttachedToWindow:e=>{a.emit("item-attached",e)},onDetachedFromWindow:e=>{a.emit("item-detached",e)},onBindItem:e=>{if(t.openPage&&!i){let a=t.preloadNo;(a<0||a>=c.length)&&(a=0),e.position==c.length-1-a&&A()}a.emit("item-bind",e)},onUnbindItem:e=>{a.emit("item-unbind",e)},onLoadMore:e=>{a.emit("load-more",e)},onScrollStateChanged:e=>{a.emit("scroll-state-changed",e)},onFocusSearchFailed:e=>{a.emit("focus-search-failed",e)},onScrollYGreaterReference:e=>{a.emit("scrollYGreaterReference",e)},onScrollYLesserReference:e=>{a.emit("scrollYLesserReference",e)}},e)}}});t.component("qt-list-view",a)}function cl(t){A("IndicatorListView",{component:{name:"IndicatorListView",processEventData(e,t){const{handler:a,__evt:n}=e;switch(console.log("nativeEventName--------------\x3e"+n),n){case"onItemClick":t&&(a.position=t.position,a.index=t.index,a.item=t.item,a.name=t.name,a.parentPosition=t.parentPosition);break;case"onItemFocused":t&&(a.position=t.position,a.index=t.index,a.hasFocus=t.hasFocus,a.isFocused=t.hasFocus,a.item=t.item,a.name=t.name,a.parentPosition=t.parentPosition);break;case"onBindItem":case"onAttachedToWindow":case"onDetachedFromWindow":t&&(a.position=t.position,a.pageIndex=t.pageIndex,a.name=t.name,a.item=t.item);break;case"onUnbindItem":t&&(a.position=t.position,a.name=t.name);break;case"onScroll":t&&(a.offsetX=t.contentOffset.x,a.offsetY=t.contentOffset.y);break;case"onScrollOffset":t&&(a.offsetY=t.y);break;case"onScrollStateChanged":t&&(a.offsetX=t.contentOffset.x,a.offsetY=t.contentOffset.y,a.oldState=t.state.oldState,a.newState=t.state.newState);break;case"onChildFocus":t&&(a.child={index:t.child.index,id:t.child.id,name:t.child.name,position:t.child.position},a.focused={id:t.child.id,name:t.child.name});break;case"onChildSelect":t&&(a.child={index:t.child.index,id:t.child.id,name:t.child.name,position:t.child.position});break;case"onFocusSearchFailed":t&&(a.child={index:t.child.index,id:t.child.id,name:t.child.name,position:t.child.position},a.focused={id:t.child.id,name:t.child.name},a.direction=t.direction);break;case"onLoadMore":t&&(a.name=t.name,a.isLastLine=t.isLastLine,a.itemCount=t.itemCount,a.position=t.position);break;case"onCurrentIndicatorPageIndex":t&&(a.name=t.name,a.currentIndex=t.currentIndex,a.currentList=t.currentList)}return a}}});const a=l({props:{loadMore:{type:Function,default:function(){return[1,1]}},openPage:{type:Boolean,default:!1},preloadNo:{type:Number,default:0},defaultFocus:{type:Number,default:-1},loadingDecoration:{type:Object,default:()=>({bottom:18,right:30,left:30})},listData:{type:Array,required:!1}},emits:["item-click","scroll","item-focused","item-attached","item-detached","item-bind","item-unbind","load-more","scroll-state-changed","focus-search-failed","scrollYGreaterReference","scrollYLesserReference","current-indicator-page-index"],setup(t,a){const n=e();let o=0,i=!1,l=Co(),c=[],s=null,r=!1,u=!0;const f=()=>t.listData||l.value,v=e=>{t.defaultFocus>-1&&e.length&&t.defaultFocus<e.length&&u&&(clearTimeout(s),s=setTimeout((()=>{D(t.defaultFocus)}),300+10*e.length))},{scrollToPosition:h,setSelectChildPosition:T}=il(n),{requestChildFocus:_}=An(n);g((()=>{f().length&&n.value&&!r&&!c.length&&(c=f(),R.callUIFunction(n.value,"setListData",d(f())),v(c))})),I((()=>{l.value.splice(0)}));let S=0;const F=[{_id:"",type:1002,decoration:t.loadingDecoration}],b=()=>{t.openPage&&0===S&&c.length>0&&!i&&(R.callUIFunction(n.value,"addListData",F),S=c.length)},E=(e=!1)=>{S>0&&(e?R.callUIFunction(n.value,"updateItem",[S,{text:"",type:1003,decoration:{}}]):(R.callUIFunction(n.value,"deleteItemRange",[S,1]),S=0))};let y=null;const N=()=>{i=!1,o=0},A=()=>{!i&&t.loadMore&&(t.listData?c.length>0&&(o++,t.loadMore(o)):(o++,t.loadMore(o)))};p((()=>{t.openPage&&!t.listData&&(N(),A())}));const L=bo(f(),{resetValue(e){c=e,r=!0},init(e){n.value&&(R.callUIFunction(n.value,"setListData",e.concat(t.openPage&&c.length>0&&!i?(S=c.length,F):[])),N(),t.listData&&(o=1),v(e))},add(e){R.callUIFunction(n.value,"addListData",e),E(),b()},update(e,t){Io(1,t.datas).forEach(((e,t)=>{const a=Array.isArray(t)?Number(t[0]):Number(t);R.callUIFunction(n.value,"updateItem",[a,e])}))},insert(e,t){R.callUIFunction(n.value,"insertItemRange",[e,t]),E(),b()},delete(e,t){R.callUIFunction(n.value,"deleteItemRange",[e,t]),S>0&&(S=c.length)},clear(){R.callUIFunction(n.value,"setListData",[]),S=0}}),C=(e,t)=>{T(e,t)},D=e=>{h(e),U(e)},U=e=>{_(e),R.callUIFunction(n.value,"requestChildFocus",[e])};m((()=>{L?.stop(),N(),clearTimeout(s),clearTimeout(y)}));const w=(e,t)=>{for(let a=0;a<e.length;a++){const n=e[a];n.name=t>=0?"name"+t+a:"name"+a,n.list&&n.list.length>0&&w(n.list,a)}};return a.expose({viewRef:n,init:(e,a)=>t.listData?[]:e?(u=!a,l.value=e,l.value):l.value,scrollToFocused:D,scrollToSelected:(e,t)=>{h(e),C(e,t)},setItemFocused:U,setItemSelected:C,stopPage:(e=!1)=>{i=!0,y=setTimeout((()=>{i=!0,E(e)}),20)},updateItemName:w,hasChanged:(e,t)=>e!==t&&(e==e||t==t),...An(n),...il(n)}),()=>{const e=a.slots.default&&a.slots.default();return P("IndicatorListView",{ref:n,onItemClick:e=>{a.emit("item-click",e)},onScroll:e=>{a.emit("scroll",e)},onItemFocused:e=>{a.emit("item-focused",e)},onAttachedToWindow:e=>{a.emit("item-attached",e)},onDetachedFromWindow:e=>{a.emit("item-detached",e)},onBindItem:e=>{if(t.openPage&&!i){let a=t.preloadNo;(a<0||a>=c.length)&&(a=0),e.position==c.length-1-a&&A()}a.emit("item-bind",e)},onUnbindItem:e=>{a.emit("item-unbind",e)},onLoadMore:e=>{a.emit("load-more",e)},onScrollStateChanged:e=>{a.emit("scroll-state-changed",e)},onFocusSearchFailed:e=>{a.emit("focus-search-failed",e)},onScrollYGreaterReference:e=>{a.emit("scrollYGreaterReference",e)},onScrollYLesserReference:e=>{a.emit("scrollYLesserReference",e)},onCurrentIndicatorPageIndex:e=>{console.log("onCurrentIndicatorPageIndex--------------\x3e"+e),a.emit("current-indicator-page-index",e)}},e)}}});t.component("qt-indicator-list-view",a)}nl.render=function(e,a,n,l,c,s){const u=o("qt-long-image-view");return e.componentInitialized?(t(),i(u,{key:0,ref:"viewRef",size:e.size,imageUrl:e.src,isScaleEnabled:e.zoomEnabled,activeColor:e.activeColor,inactiveColor:e.inactiveColor,inactiveBorderColor:e.inactiveBorderColor,sliderColor:e.sliderColor,disabledActiveBgColor:e.disabledActiveBgColor,disabledInactiveBgColor:e.disabledInactiveBgColor,disabled:e.disabled,modelValue:e.modelValue,borderSize:e.borderSize,scaleType:e.scaleType,sliderAssetsIcon:e.sliderAssetsIcon,sliderNetworkIcon:e.sliderNetworkIcon,onOnDownLoad:e.onDownLoad,onOnImageLoad:e.onImageLoad,onOnScroll:e.onScroll,onOnRendered:e.onRendered,onOnScaleChanged:e.onScaleChanged,onOnCenterChanged:e.onCenterChanged},null,8,["size","imageUrl","isScaleEnabled","activeColor","inactiveColor","inactiveBorderColor","sliderColor","disabledActiveBgColor","disabledInactiveBgColor","disabled","modelValue","borderSize","scaleType","sliderAssetsIcon","sliderNetworkIcon","onOnDownLoad","onOnImageLoad","onOnScroll","onOnRendered","onOnScaleChanged","onOnCenterChanged"])):r("v-if",!0)},nl.__file="src/long-image/index.vue";function sl(t){const a=l({props:{animator:{type:Object},autoPlay:{type:Boolean,default:!1},loop:{type:Boolean,default:!1}},emits:["onAnimationEnd","onAnimationCancel","onAnimationStart","onAnimationRepeat","onAnimationPause","onAnimationResume","onAnimationUpdate"],setup(t,a){const n=e(),o=x().getDisplayScale(),i=N(t,"animator");let l;function c(e,t="id"){if("string"==typeof(a=e)&&a.trim().length>0)return e;var a;return`${t}_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,8)}`}function s(e){if(e){if(r(),a=e,Array.isArray(a.animators)){const a=[];e.animators.forEach(((e,n)=>{const{id:o,valueType:i,type:l,values:s,duration:r,repeatMode:u,repeatCount:d,listenAnimator:f,listenAnimatorValue:v,interpolator:g}=e,I=c(o);a.push(I),h(I,i??Xi.QT_ANIMATION_VALUE_TYPE_FLOAT,l,s,r,u??(t.loop?Ji.QT_ANIMATION_REPEAT_MODE_INFINITE:Ji.QT_ANIMATION_REPEAT_MODE_RESTART),d??(t.loop?-1:0),f??!1,v??!1,g)}));const n=c(e.id);switch(l=n,u(n,e.duration??-1,e.listenAnimator??!1),e.relationType){case Hi.SEQUENCE:p(n,a);break;case Hi.TOGETHER:m(n,a);break;case Hi.WITH:a.length>=2&&(f(n,a[0]),v(n,a[1]));break;case Hi.BEFORE:a.length>=2&&(f(n,a[0]),g(n,a[1]));break;case Hi.AFTER:a.length>=2&&(f(n,a[0]),I(n,a[1]));break;default:p(n,a)}}else{const{id:a,valueType:n,type:o,values:i,duration:s,repeatMode:r,repeatCount:u,listenAnimator:d,listenAnimatorValue:f,interpolator:v}=e,g=c(a);l=g,h(g,n??Xi.QT_ANIMATION_VALUE_TYPE_FLOAT,o,i,s,r??(t.loop?Ji.QT_ANIMATION_REPEAT_MODE_INFINITE:Ji.QT_ANIMATION_REPEAT_MODE_RESTART),u??(t.loop?-1:0),d??!1,f??!1,v)}var a;t.autoPlay&&d(l)}}function r(){R.callUIFunction(n.value,"resetAnimators",[],(e=>{}))}function u(e,t,a){R.callUIFunction(n.value,"animatorSet",[e,t,a],(e=>{}))}function d(e){Na((()=>{if(!e&&!l)return;const t=e??l;R.callUIFunction(n.value,"startAnimator",[t],(e=>{}))}))}function f(e,t){R.callUIFunction(n.value,"play",[e,t],(e=>{}))}function v(e,t){R.callUIFunction(n.value,"with",[e,t],(e=>{}))}function g(e,t){R.callUIFunction(n.value,"before",[e,t],(e=>{}))}function I(e,t){R.callUIFunction(n.value,"after",[e,t],(e=>{}))}function p(e,t){const a=`playSequentially${t.length}`;R.callUIFunction(n.value,a,[e,...t],(e=>{}))}function m(e,t){const a=`playTogether${t.length}`;R.callUIFunction(n.value,a,[e,...t],(e=>{}))}function h(e,t,a,i,l,c,s,r,u,d){const f=a===Zi.TRANSLATION_X||a===Zi.TRANSLATION_Y||a===Zi.TRANSLATION_Z?i.map((e=>e*o)):i,v=`objectAnimator${0==i.length?"":i.length}`;R.callUIFunction(n.value,v,[e,t,a,...f,l,c,s,r,u,d??{type:ji.QT_LINEAR_INTERPOLATOR}],(e=>{}))}function T(e,t,a,i,l,c,s,r,u,d){const f=a===Ki.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X||a===Ki.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y||a===Ki.QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z?i.map((e=>e*o)):i,v=`objectAnimator${0==i.length?"":i.length}`;R.callUIFunction(n.value,v,[e,t,a,...f,l,c,s,r,u,d??{type:ji.QT_LINEAR_INTERPOLATOR}],(e=>{}))}return F(n,(e=>{e&&i.value&&s(i.value)})),F(i,(e=>{e&&n.value&&s(e)}),{deep:!0}),a.expose({animator:T,animatorSet:u,reset:r,start:d,startDelay:function(e,t){Na((()=>{if(!e&&!l)return;const a=e??l;R.callUIFunction(n.value,"startAnimatorDelay",[a,t],(e=>{}))}))},pause:function(e){if(!e&&!l)return;const t=e??l;R.callUIFunction(n.value,"pauseAnimator",[t],(e=>{}))},resume:function(e){if(!e&&!l)return;const t=e??l;R.callUIFunction(n.value,"resumeAnimator",[t],(e=>{}))},cancel:function(e){if(!e&&!l)return;const t=e??l;R.callUIFunction(n.value,"cancelAnimator",[t],(e=>{}))},reverse:function(e){if(!e&&!l)return;const t=e??l;R.callUIFunction(n.value,"reverseAnimator",[t],(e=>{}))},setPivotX:function(e){R.callUIFunction(n.value,"setPivotX",[e],(e=>{}))},setPivotY:function(e){R.callUIFunction(n.value,"setPivotY",[e],(e=>{}))},resetPivot:function(){R.callUIFunction(n.value,"resetPivot",[],(e=>{}))},resetAnimators:function(){R.callUIFunction(n.value,"resetAnimators",[],(e=>{}))},startAnimator:function(e){Na((()=>{if(!e&&!l)return;const t=e??l;R.callUIFunction(n.value,"startAnimator",[t],(e=>{}))}))},startAnimatorDelay:function(e,t){Na((()=>{if(!e&&!l)return;const a=e??l;R.callUIFunction(n.value,"startAnimatorDelay",[a,t??0],(e=>{}))}))},pauseAnimator:function(e){if(!e&&!l)return;const t=e??l;R.callUIFunction(n.value,"pauseAnimator",[t],(e=>{}))},resumeAnimator:function(e){if(!e&&!l)return;const t=e??l;R.callUIFunction(n.value,"resumeAnimator",[t],(e=>{}))},cancelAnimator:function(e){if(!e&&!l)return;const t=e??l;R.callUIFunction(n.value,"cancelAnimator",[t],(e=>{}))},reverseAnimator:function(e){if(!e&&!l)return;const t=e??l;R.callUIFunction(n.value,"reverseAnimator",[t],(e=>{}))},play:f,playWith:v,playBefore:g,playAfter:I,playAfterDelay:function(e,t){R.callUIFunction(n.value,"afterDelay",[e,t],(e=>{}))},playSequentially:p,playSequentially1:function(e,t){p(e,[t])},playSequentially2:function(e,t,a){p(e,[t,a])},playSequentially3:function(e,t,a,n){p(e,[t,a,n])},playSequentially4:function(e,t,a,n,o){p(e,[t,a,n,o])},playSequentially5:function(e,t,a,n,o,i){p(e,[t,a,n,o,i])},playTogether:m,playTogether1:function(e,t){m(e,[t])},playTogether2:function(e,t,a){m(e,[t,a])},playTogether3:function(e,t,a,n){m(e,[t,a,n])},playTogether4:function(e,t,a,n,o){m(e,[t,a,n,o])},playTogether5:function(e,t,a,n,o,i){m(e,[t,a,n,o,i])},objectAnimator1:function(e,t,a,n,o,i,l,c,s,r){T(e,t,a,[n],o,i,l,c,s,r)},objectAnimator2:function(e,t,a,n,o,i,l,c,s,r,u){T(e,t,a,[n,o],i,l,c,s,r,u)},objectAnimator3:function(e,t,a,n,o,i,l,c,s,r,u,d){T(e,t,a,[n,o,i],l,c,s,r,u,d)},objectAnimator4:function(e,t,a,n,o,i,l,c,s,r,u,d,f){T(e,t,a,[n,o,i,l],c,s,r,u,d,f)},objectAnimator5:function(e,t,a,n,o,i,l,c,s,r,u,d,f,v){T(e,t,a,[n,o,i,l,c],s,r,u,d,f,v)},objectAnimator6:function(e,t,a,n,o,i,l,c,s,r,u,d,f,v,g){T(e,t,a,[n,o,i,l,c,s],r,u,d,f,v,g)},objectAnimator7:function(e,t,a,n,o,i,l,c,s,r,u,d,f,v,g,I){T(e,t,a,[n,o,i,l,c,s,r],u,d,f,v,g,I)},objectAnimator8:function(e,t,a,n,o,i,l,c,s,r,u,d,f,v,g,I,p){T(e,t,a,[n,o,i,l,c,s,r,u],d,f,v,g,I,p)},objectAnimator9:function(e,t,a,n,o,i,l,c,s,r,u,d,f,v,g,I,p,m){T(e,t,a,[n,o,i,l,c,s,r,u,d],f,v,g,I,p,m)},objectAnimator10:function(e,t,a,n,o,i,l,c,s,r,u,d,f,v,g,I,p,m,h){T(e,t,a,[n,o,i,l,c,s,r,u,d,f],v,g,I,p,m,h)},...An(n)}),()=>{const e=a.slots.default&&a.slots.default();return P("AnimationViewComponent",{ref:n,onAnimationCancel:e=>{let t=e.animationId;a.emit("onAnimationCancel",t)},onAnimationEnd:e=>{let t=e.animationId,n=e.isReverse;a.emit("onAnimationEnd",t,n)},onAnimationRepeat:e=>{let t=e.animationId;a.emit("onAnimationRepeat",t)},onAnimationStart:e=>{let t=e.animationId,n=e.isReverse;a.emit("onAnimationStart",t,n)},onAnimationPause:e=>{let t=e.animationId;a.emit("onAnimationPause",t)},onAnimationResume:e=>{let t=e.animationId;a.emit("onAnimationResume",t)},onAnimationUpdate:e=>{let t=e.animationId,n=e.animatedValue;a.emit("onAnimationUpdate",t,n)}},e)}}});t.component("qt-animation",a)}const rl="ExtendModule",ul="callUIFunction",dl="callUIFunctionWithPromise",fl=e=>"string"==typeof e;function vl(e){return{...e}}function gl(){const e={requestFocus:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"requestFocus",[t]]);else if(oa(e))try{e.value?.requestFocus(t)}catch(e){}},requestChildFocus:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"requestChildFocus",[t]]);else if(oa(e))try{e.value?.requestChildFocus(t)}catch(e){}},clearFocus:function(e){if(fl(e))R.callNative(rl,ul,[e,"clearFocus",[]]);else if(oa(e))try{e.value?.clearFocus()}catch(e){}},requestFocusDirectly:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"requestFocusDirectly",[t]]);else if(oa(e))try{e.value?.requestFocusDirectly(t)}catch(e){}},setVisibility:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"changeVisibility",[t]]);else if(oa(e))try{e.value?.setVisibility(t)}catch(e){}},requestRootLayout:function(e){if(fl(e))R.callNative(rl,ul,[e,"requestRootLayout",[]]);else if(oa(e))try{e.value?.requestRootLayout()}catch(e){}},requestLayout:function(e){if(fl(e))R.callNative(rl,ul,[e,"requestLayout",[]]);else if(oa(e))try{e.value?.requestLayout()}catch(e){}},setDescendantFocusability:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"setDescendantFocusability",[t]]);else if(oa(e))try{e.value?.setDescendantFocusability(t)}catch(e){}},changeDescendantFocusability:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"changeDescendantFocusability",[t]]);else if(oa(e))try{e.value?.changeDescendantFocusability(t)}catch(e){}},forceUpdateRenderNode:function(e){if(fl(e))R.callNative(rl,ul,[e,"forceUpdateRenderNode",[]]);else if(oa(e))try{e.value?.forceUpdateRenderNode()}catch(e){}},setBackGroundColor:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"setBackGroundColor",[t]]);else if(oa(e))try{e.value?.setBackGroundColor(t)}catch(e){}},layoutViewManual:function(e){if(fl(e))R.callNative(rl,ul,[e,"layoutViewManual",[]]);else if(oa(e))try{e.value?.layoutViewManual()}catch(e){}},blockRootFocus:function(e){if(fl(e))R.callNative(rl,ul,[e,"blockRootFocus",[]]);else if(oa(e))try{e.value?.blockRootFocus()}catch(e){}},unBlockRootFocus:function(e){if(fl(e))R.callNative(rl,ul,[e,"unBlockRootFocus",[]]);else if(oa(e))try{e.value?.unBlockRootFocus()}catch(e){}},changeAlpha:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"changeAlpha",[t]]);else if(oa(e))try{e.value?.changeAlpha(t)}catch(e){}},setScale:function(e,t,a,n){if(fl(e))R.callNative(rl,ul,[e,"setScale",[t,a,n]]);else if(oa(e))try{e.value?.setScale(t,a,n)}catch(e){}},setPosition:function(e,t,a,n){if(fl(e))R.callNative(rl,ul,[e,"setPosition",[t,a,n]]);else if(oa(e))try{e.value?.setPosition(t,a,n)}catch(e){}},updateLayout:function(e,t,a,n,o){if(fl(e))R.callNative(rl,ul,[e,"updateLayout",[t,a,n,o]]);else if(oa(e))try{e.value?.updateLayout(t,a,n,o)}catch(e){}},invalidate:function(e){if(fl(e))R.callNative(rl,ul,[e,"invalidate",[]]);else if(oa(e))try{e.value?.invalidate()}catch(e){}},dispatchFunctionForTarget:function(e,t,a,n,o){if(fl(e))R.callNative(rl,ul,[e,"dispatchFunctionForTarget",[t,a,n,o]]);else if(oa(e))try{e.value?.dispatchFunctionForTarget(t,a,n,o)}catch(e){}},setBlockFocusDirections:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"setBlockFocusDirections",[t]]);else if(oa(e))try{e.value?.setBlockFocusDirections(t)}catch(e){}},setBlockFocusDirectionsOnFail:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"setBlockFocusDirectionsOnFail",[t]]);else if(oa(e))try{e.value?.setBlockFocusDirectionsOnFail(t)}catch(e){}},setInitFocus:function(e,t,a){if(fl(e))R.callNative(rl,ul,[e,"setInitFocus",[t,a]]);else if(oa(e))try{e.value?.setInitFocus(t,a)}catch(e){}},setAutoFocus:function(e,t,a){if(fl(e))R.callNative(rl,ul,[e,"setAutoFocus",[t,a]]);else if(oa(e))try{e.value?.setAutoFocus(t,a)}catch(e){}},enabledAutofocus:function(e,t){if(fl(e))R.callNative(rl,ul,[e,"setAutoFocus",[t]]);else if(oa(e))try{e.value?.enabledAutofocus(t)}catch(e){}},requestAutofocus:function(e){if(fl(e))R.callNative(rl,ul,[e,"requestAutofocus",[]]);else if(oa(e))try{e.value?.requestAutofocus()}catch(e){}},hasFocus:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"hasFocus",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value?.hasFocus():Promise.reject()},isFocused:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"isFocused",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value?.isFocused():Promise.reject()},getLocationOnScreen:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getLocationOnScreen",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value?.getLocationOnScreen():Promise.reject()},getViewState:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getViewState",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value?.getViewState():Promise.reject()},getChildViewState:function(e,t){return fl(e)?new Promise(((a,n)=>{R.callNative(rl,dl,[e,"getChildViewState",[t]],(e=>{a(e)}))})):oa(e)&&e.value?e.value?.getChildViewState(t):Promise.reject()}},t={requestFocus:function(e,t){fl(e)?R.callNative(rl,ul,[e,"requestFocus",[t]]):oa(e)&&R.callUIFunction(e.value,"requestFocus",[t])},requestChildFocus:function(e,t){fl(e)?R.callNative(rl,ul,[e,"requestChildFocus",[t]]):oa(e)&&R.callUIFunction(e.value,"requestChildFocus",[t])},clearFocus:function(e){fl(e)?R.callNative(rl,ul,[e,"clearFocus",[]]):oa(e)&&R.callUIFunction(e.value,"clearFocus",[])},requestFocusDirectly:function(e,t){fl(e)?R.callNative(rl,ul,[e,"requestFocusDirectly",[t]]):oa(e)&&R.callUIFunction(e.value,"requestFocusDirectly",[t])},setVisibility:function(e,t){fl(e)?R.callNative(rl,ul,[e,"changeVisibility",[t]]):oa(e)&&R.callUIFunction(e.value,"changeVisibility",[t])},requestRootLayout:function(e){fl(e)?R.callNative(rl,ul,[e,"requestRootLayout",[]]):oa(e)&&R.callUIFunction(e.value,"requestRootLayout",[])},requestLayout:function(e){fl(e)?R.callNative(rl,ul,[e,"requestLayout",[]]):oa(e)&&R.callUIFunction(e.value,"requestLayout",[])},setDescendantFocusability:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDescendantFocusability",[t]]):oa(e)&&R.callUIFunction(e.value,"setDescendantFocusability",[t])},changeDescendantFocusability:function(e,t){fl(e)?R.callNative(rl,ul,[e,"changeDescendantFocusability",[t]]):oa(e)&&R.callUIFunction(e.value,"changeDescendantFocusability",[t])},forceUpdateRenderNode:function(e){fl(e)?R.callNative(rl,ul,[e,"forceUpdateRenderNode",[]]):oa(e)&&R.callUIFunction(e.value,"forceUpdateRenderNode",[])},setBackGroundColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setBackGroundColor",[t]]):oa(e)&&R.callUIFunction(e.value,"setBackGroundColor",[t])},layoutViewManual:function(e){fl(e)?R.callNative(rl,ul,[e,"layoutViewManual",[]]):oa(e)&&R.callUIFunction(e.value,"layoutViewManual",[])},blockRootFocus:function(e){fl(e)?R.callNative(rl,ul,[e,"blockRootFocus",[]]):oa(e)&&R.callUIFunction(e.value,"blockRootFocus",[])},unBlockRootFocus:function(e){fl(e)?R.callNative(rl,ul,[e,"unBlockRootFocus",[]]):oa(e)&&R.callUIFunction(e.value,"unBlockRootFocus",[])},changeAlpha:function(e,t){fl(e)?R.callNative(rl,ul,[e,"changeAlpha",[t]]):oa(e)&&R.callUIFunction(e.value,"changeAlpha",[t])},setScale:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"setScale",[t,a,n]]):oa(e)&&R.callUIFunction(e.value,"setScale",[t,a,n])},setPosition:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"setPosition",[t,a,n]]):oa(e)&&R.callUIFunction(e.value,"setPosition",[t,a,n])},updateLayout:function(e,t,a,n,o){fl(e)?R.callNative(rl,ul,[e,"updateLayout",[t,a,n,o]]):oa(e)&&R.callUIFunction(e.value,"updateLayout",[t,a,n,o])},invalidate:function(e){fl(e)?R.callNative(rl,ul,[e,"invalidate",[]]):oa(e)&&R.callUIFunction(e.value,"invalidate",[])},dispatchFunctionForTarget:function(e,t,a,n,o){fl(e)?R.callNative(rl,ul,[e,"dispatchFunctionForTarget",[t,a,n,o]]):oa(e)&&R.callUIFunction(e.value,"dispatchFunctionForTarget",[t,a,n,o])},setBlockFocusDirections:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setBlockFocusDirections",[t]]):oa(e)&&R.callUIFunction(e.value,"setBlockFocusDirections",[t])},setBlockFocusDirectionsOnFail:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setBlockFocusDirectionsOnFail",[t]]):oa(e)&&R.callUIFunction(e.value,"setBlockFocusDirectionsOnFail",[t])},setInitFocus:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"setInitFocus",[t,a]]):oa(e)&&R.callUIFunction(e.value,"setInitFocus",[t,a])},setAutoFocus:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"setAutoFocus",[t,a]]):oa(e)&&R.callUIFunction(e.value,"setAutoFocus",[t,a])},enabledAutofocus:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAutoFocus",[t]]):oa(e)&&R.callUIFunction(e.value,"setAutoFocus",[t])},requestAutofocus:function(e){fl(e)?R.callNative(rl,ul,[e,"requestAutofocus",[]]):oa(e)&&R.callUIFunction(e.value,"requestAutofocus",[])},hasFocus:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"hasFocus",[]],(e=>{t(e)}))})):oa(e)&&e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"hasFocus",[],(e=>{t(e)}))})):Promise.reject()},isFocused:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"isFocused",[]],(e=>{t(e)}))})):oa(e)&&e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"isFocused",[],(e=>{t(e)}))})):Promise.reject()},getLocationOnScreen:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getLocationOnScreen",[]],(e=>{t(e)}))})):oa(e)&&e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"getLocationOnScreen",[],(e=>{t(e)}))})):Promise.reject()},getViewState:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getViewState",[]],(e=>{t(e)}))})):oa(e)&&e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"getViewState",[],(e=>{t(e)}))})):Promise.reject()},getChildViewState:function(e,t){return fl(e)?new Promise(((a,n)=>{R.callNative(rl,dl,[e,"getChildViewState",[t]],(e=>{a(e)}))})):oa(e)&&e.value?new Promise(((a,n)=>{R.callUIFunction(e.value,"getChildViewState",[t],(e=>{a(e)}))})):Promise.reject()}},a={scrollToIndex:function(e,t,a,n,o,i){fl(e)?R.callNative(rl,ul,[e,"scrollToIndex",[t,a,n,o,i]]):oa(e)&&e.value?.scrollToIndex(t,a,n,o,i)},startScroll:function(e,t){fl(e)?R.callNative(rl,ul,[e,"startScroll",[t]]):oa(e)&&e.value?.startScroll(t)},setSelectChildPosition:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"setSelectChildPosition",[t,a]]):oa(e)&&e.value?.setSelectChildPosition(t,a)},scrollToPositionWithOffset:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"scrollToPositionWithOffset",[t,a,n]]):oa(e)&&e.value?.scrollToPositionWithOffset(t,a,n)},scrollToPositionWithOffsetInfiniteMode:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"scrollToPositionWithOffsetInfiniteMode",[t,a,n]]):oa(e)&&e.value?.scrollToPositionWithOffsetInfiniteMode(t,a,n)},scrollToPosition:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"scrollToPosition",[t,a]]):oa(e)&&e.value?.scrollToPosition(t,a)},refreshListData:function(e){fl(e)?R.callNative(rl,ul,[e,"refreshListData",[]]):oa(e)&&e.value?.refreshListData()},updateItemTraverse:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"updateItem",[t,a,n]]):oa(e)&&e.value?.updateItemTraverse(t,a,n)},requestItemLayout:function(e,t){fl(e)?R.callNative(rl,ul,[e,"requestItemLayout",[t]]):oa(e)&&e.value?.requestItemLayout(t)},updateItemRange:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"updateItemRange",[t,a,n]]):oa(e)&&e.value?.updateItemRange(t,a,n)},insertItemRange:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"insertItemRange",[t,a]]):oa(e)&&e.value?.insertItemRange(t,a)},updateItemMatched:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"updateItemMatched",[t,a]]):oa(e)&&e.value?.updateItemMatched(t,a)},updateItemMatchedByKey:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"updateItemMatched",[t,a,n]]):oa(e)&&e.value?.updateItemMatchedByKey(t,a,n)},deleteItemRange:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"deleteItemRange",[t,a]]):oa(e)&&e.value?.deleteItemRange(t,a)},setListData:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setListData",[t]]):oa(e)&&e.value?.setListData(t)},setListDataWithParams:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"setListDataWithParams",[t,a,n]]):oa(e)&&e.value?.setListDataWithParams(t,a,n)},addListData:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setListDataWithParams",[t]]):oa(e)&&e.value?.addListData(t)},addListDataWithParams:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"addListDataWithParams",[t,a]]):oa(e)&&e.value?.addListDataWithParams(t,a)},destroy:function(e){fl(e)?R.callNative(rl,ul,[e,"destroy",[]]):oa(e)&&e.value?.destroy()},recycle:function(e){fl(e)?R.callNative(rl,ul,[e,"recycle",[]]):oa(e)&&e.value?.recycle()},scrollToTop:function(e){fl(e)?R.callNative(rl,ul,[e,"scrollToTop",[]]):oa(e)&&e.value?.scrollToTop()},scrollToFocus:function(e,t,a,n,o){fl(e)?R.callNative(rl,ul,[e,"scrollToFocus",[t,a,n,o]]):oa(e)&&e.value?.scrollToFocus(t,a,n,o)},prepareForRecycle:function(e){fl(e)?R.callNative(rl,ul,[e,"prepareForRecycle",[]]):oa(e)&&e.value?.prepareForRecycle()},setDisplay:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDisplay",[t]]):oa(e)&&e.value?.setDisplay(t)},changeDisplayState:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"changeDisplayState",[t,a]]):oa(e)&&e.value?.changeDisplayState(t,a)},notifySaveInstance:function(e){fl(e)?R.callNative(rl,ul,[e,"notifySaveInstance",[]]):oa(e)&&e.value?.notifySaveInstance()},notifyRestoreInstance:function(e){fl(e)?R.callNative(rl,ul,[e,"notifyRestoreInstance",[]]):oa(e)&&e.value?.notifyRestoreInstance()},updateItemProps:function(e,t,a,n,o){fl(e)?R.callNative(rl,ul,[e,"updateItemProps",[t,a,n,o]]):oa(e)&&e.value?.updateItemProps(t,a,n,o)},dispatchItemFunction:function(e,t){fl(e)?R.callNative(rl,ul,[e,"dispatchItemFunction",[t]]):oa(e)&&e.value?.dispatchItemFunction(t)},clearPostTask:function(e){fl(e)?R.callNative(rl,ul,[e,"clearPostTask",[]]):oa(e)&&e.value?.clearPostTask()},clearPostTaskByCate:function(e,t){fl(e)?R.callNative(rl,ul,[e,"clearPostTaskByCate",[t]]):oa(e)&&e.value?.clearPostTaskByCate(t)},clearData:function(e){fl(e)?R.callNative(rl,ul,[e,"clearData",[]]):oa(e)&&e.value?.clearData()},pausePostTask:function(e){fl(e)?R.callNative(rl,ul,[e,"pausePostTask",[]]):oa(e)&&e.value?.pausePostTask()},resumePostTask:function(e){fl(e)?R.callNative(rl,ul,[e,"resumePostTask",[]]):oa(e)&&e.value?.resumePostTask()},requestLayoutManual:function(e){fl(e)?R.callNative(rl,ul,[e,"requestLayoutManual",[]]):oa(e)&&e.value?.requestLayoutManual()},setSpanCount:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSpanCount",[t]]):oa(e)&&e.value?.setSpanCount(t)},searchReplaceItem:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"searchReplaceItem",[t,a]]):oa(e)&&e.value?.searchReplaceItem(t,a)},setCustomStateEnableOnFocus:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"setCustomStateEnableOnFocus",[t,a]]):oa(e)&&e.value?.setCustomStateEnableOnFocus(t,a)},setItemCustomState:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"setItemCustomState",[t,a,n]]):oa(e)&&e.value?.setItemCustomState(t,a,n)},dispatchItemFunctionWithPromise:function(e,t,a,n,o){return fl(e)?new Promise(((i,l)=>{R.callNative(rl,dl,[e,"dispatchItemFunctionWithPromise",[t,a,n,o]],(e=>{i(e)}))})):oa(e)&&e.value?e.value.dispatchItemFunctionWithPromise(t,a,n,o):Promise.reject()},getScrollOffset:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getScrollOffset",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getScrollOffset():Promise.reject()}},n=vl(e),o=vl(t),i=function(e,t){return{...e,...t,init:function(e,t,a){return e.value?e.value.init(t,a):[]},stopPage:function(e,t){e.value?.stopPage(t)},setItemFocused:function(e,t){e.value?.setItemFocused(t)},scrollToFocused:function(e,t){e.value?.scrollToFocused(t)},setItemSelected:function(e,t,a){e.value?.setItemSelected(t,a)},scrollToSelected:function(e,t,a){e.value?.scrollToSelected(t,a)}}}(e,a),l=function(e,t){return{...e,...t,init:function(e,t,a){return e.value?e.value.init(t,a):[]},stopPage:function(e,t){e.value?.stopPage(t)},restartPage:function(e){e.value?.restartPage()},setItemFocused:function(e,t){e.value?.setItemFocused(t)},scrollToFocused:function(e,t){e.value?.scrollToFocused(t)},setItemSelected:function(e,t,a){e.value?.setItemSelected(t,a)},scrollToSelected:function(e,t,a){e.value?.scrollToSelected(t,a)},setInitPosition:function(e,t){e.value?.setInitPosition(t)}}}(e,a),c=function(e,t){return{...e,...t,init:function(e,t){e.value?.init(t)},getSectionList:function(e){return e.value?e.value.getSectionList():[]},setSectionList:function(e,t){e.value?.setSectionList(t)},addSectionList:function(e,t){e.value?.addSectionList(t)},deleteSection:function(e,t,a){e.value?.deleteSection(t,a)},updateSection:function(e,t,a){e.value?.updateSection(t,a)},updateSectionList:function(e,t,a,n){e.value?.updateSectionList(t,a,n)},getSection:function(e,t){return e.value?.getSection(t)},addItemList:function(e,t,a){e.value?.addItemList(t,a)},deleteItem:function(e,t,a,n){e.value?.deleteItem(t,a,n)},updateItem:function(e,t,a,n){e.value?.updateItem(t,a,n)},updateItemList:function(e,t,a,n,o){e.value?.updateItemList(t,a,n,o)},getItem:function(e,t,a){if(e.value)return e.value?.getItem(t,a)}}}(e,a),s=function(e,t){return{...e,...t,init:function(e,t,a){return e.value?e.value.init(t,a):[]},stopPage:function(e,t){e.value?.stopPage(t)},setItemFocused:function(e,t){e.value?.setItemFocused(t)},scrollToFocused:function(e,t){e.value?.scrollToFocused(t)},setItemSelected:function(e,t,a){e.value?.setItemSelected(t,a)},scrollToSelected:function(e,t,a){e.value?.scrollToSelected(t,a)},setIndicatorType:function(e,t){e.value?.setIndicatorType(t)}}}(e,a),r=function(e){return{...e,setSrc:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSrc",[t]]):oa(e)&&e.value?.setSrc(t)},resizeMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"resizeMode",[t]]):oa(e)&&e.value?.resizeMode(t)}}}(e),u=function(e){return{...e,reload:function(e){fl(e)?R.callNative(rl,ul,[e,"reload",[]]):oa(e)&&e.value&&e.value?.reload()},clearCache:function(e,t){fl(e)?R.callNative(rl,ul,[e,"clearCache",[t]]):oa(e)&&e.value&&e.value?.clearCache(t)},getUrl:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getUrl",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getUrl():Promise.reject()},getOriginalUrl:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getOriginalUrl",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getOriginalUrl():Promise.reject()},setLayerType:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLayerType",[t]]):oa(e)&&e.value&&e.value?.setLayerType(t)},setIgnoreCA:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIgnoreCA",[t]]):oa(e)&&e.value&&e.value?.setIgnoreCA(t)},setIgnoreAllKeyEvent:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIgnoreAllKeyEvent",[t]]):oa(e)&&e.value&&e.value?.setIgnoreAllKeyEvent(t)},getCurrentIndexWithBackForwardList:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getCurrentIndexWithBackForwardList",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getCurrentIndexWithBackForwardList():Promise.reject()},getScreenStatus:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getScreenStatus",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getScreenStatus():Promise.reject()},getBackForwardList:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getBackForwardList",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getBackForwardList():Promise.reject()},setInitialScale:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setInitialScale",[t]]):oa(e)&&e.value&&e.value?.setInitialScale(t)},autoClickPosition:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"autoClickPosition",[t,a]]):oa(e)&&e.value&&e.value?.autoClickPosition(t,a)},disableImageDisplay:function(e){fl(e)?R.callNative(rl,ul,[e,"disableImageDisplay",[]]):oa(e)&&e.value&&e.value?.disableImageDisplay()},enableImageDisplay:function(e){fl(e)?R.callNative(rl,ul,[e,"enableImageDisplay",[]]):oa(e)&&e.value&&e.value?.enableImageDisplay()},setListenEvents:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setListenEvents",[t]]):oa(e)&&e.value&&e.value?.setListenEvents(t)},stopLoading:function(e){fl(e)?R.callNative(rl,ul,[e,"stopLoading",[]]):oa(e)&&e.value&&e.value?.stopLoading()},clearView:function(e){fl(e)?R.callNative(rl,ul,[e,"clearView",[]]):oa(e)&&e.value&&e.value?.clearView()},loadUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"loadUrl",[t]]):oa(e)&&e.value&&e.value?.loadUrl(t)},evaluateJavascript:function(e,t){return fl(e)?new Promise(((a,n)=>{R.callNative(rl,dl,[e,"evaluateJavascript",[t]],(e=>{a(e)}))})):oa(e)&&e.value?e.value.evaluateJavascript(t):Promise.reject()},setSniffingEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSniffingEnabled",[t]]):oa(e)&&e.value&&e.value?.setSniffingEnabled(t)},setSniffingRule:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSniffingRule",[t]]):oa(e)&&e.value&&e.value?.setSniffingRule(t)},resetSniffingRule:function(e){fl(e)?R.callNative(rl,ul,[e,"resetSniffingRule",[]]):oa(e)&&e.value&&e.value?.resetSniffingRule()},setInterceptEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setInterceptEnabled",[t]]):oa(e)&&e.value&&e.value?.setInterceptEnabled(t)},setInterceptRule:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setInterceptRule",[t]]):oa(e)&&e.value&&e.value?.setInterceptRule(t)},resetInterceptRule:function(e){fl(e)?R.callNative(rl,ul,[e,"resetInterceptRule",[]]):oa(e)&&e.value&&e.value?.resetInterceptRule()},shouldOverrideUrlLoading:function(e,t){fl(e)?R.callNative(rl,ul,[e,"shouldOverrideUrlLoading",[t]]):oa(e)&&e.value&&e.value?.shouldOverrideUrlLoading(t)},setUserAgent:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setUserAgent",[t]]):oa(e)&&e.value&&e.value?.setUserAgent(t)},canGoBack:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"canGoBack",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.canGoBack():Promise.reject()},goBack:function(e){fl(e)?R.callNative(rl,ul,[e,"goBack",[]]):oa(e)&&e.value&&e.value?.goBack()},canGoForward:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"canGoForward",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.canGoForward():Promise.reject()},goForward:function(e){fl(e)?R.callNative(rl,ul,[e,"goForward",[]]):oa(e)&&e.value&&e.value?.goForward()},canGoBackOrForward:function(e,t){fl(e)?R.callNative(rl,ul,[e,"canGoBackOrForward",[t]]):oa(e)&&e.value&&e.value?.canGoBackOrForward(t)},goBackOrForward:function(e,t){fl(e)?R.callNative(rl,ul,[e,"goBackOrForward",[t]]):oa(e)&&e.value&&e.value?.goBackOrForward(t)},onResume:function(e){fl(e)?R.callNative(rl,ul,[e,"onResume",[]]):oa(e)&&e.value&&e.value?.onResume()},onPause:function(e){fl(e)?R.callNative(rl,ul,[e,"onPause",[]]):oa(e)&&e.value&&e.value?.onPause()},pauseTimers:function(e){fl(e)?R.callNative(rl,ul,[e,"pauseTimers",[]]):oa(e)&&e.value&&e.value?.pauseTimers()},resumeTimers:function(e){fl(e)?R.callNative(rl,ul,[e,"resumeTimers",[]]):oa(e)&&e.value&&e.value?.resumeTimers()},destroy:function(e){fl(e)?R.callNative(rl,ul,[e,"destroy",[]]):oa(e)&&e.value&&e.value?.destroy()},setJavaScriptEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setJavaScriptEnabled",[t]]):oa(e)&&e.value&&e.value?.setJavaScriptEnabled(t)},setPluginState:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setPluginState",[t]]):oa(e)&&e.value&&e.value?.setPluginState(t)},setJavaScriptCanOpenWindowsAutomatically:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setJavaScriptCanOpenWindowsAutomatically",[t]]):oa(e)&&e.value&&e.value?.setJavaScriptCanOpenWindowsAutomatically(t)},setUseWideViewPort:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setUseWideViewPort",[t]]):oa(e)&&e.value&&e.value?.setUseWideViewPort(t)},setLoadWithOverviewMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLoadWithOverviewMode",[t]]):oa(e)&&e.value&&e.value?.setLoadWithOverviewMode(t)},setSupportZoom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSupportZoom",[t]]):oa(e)&&e.value&&e.value?.setSupportZoom(t)},setBuiltInZoomControls:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setBuiltInZoomControls",[t]]):oa(e)&&e.value&&e.value?.setBuiltInZoomControls(t)},setDisplayZoomControls:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDisplayZoomControls",[t]]):oa(e)&&e.value&&e.value?.setDisplayZoomControls(t)},setAllowFileAccess:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAllowFileAccess",[t]]):oa(e)&&e.value&&e.value?.setAllowFileAccess(t)},setDomStorageEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDomStorageEnabled",[t]]):oa(e)&&e.value&&e.value?.setDomStorageEnabled(t)},setDatabaseEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDatabaseEnabled",[t]]):oa(e)&&e.value&&e.value?.setDatabaseEnabled(t)},setAppCacheEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAppCacheEnabled",[t]]):oa(e)&&e.value&&e.value?.setAppCacheEnabled(t)},setAppCachePath:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAppCachePath",[t]]):oa(e)&&e.value&&e.value?.setAppCachePath(t)},setMediaPlaybackRequiresUserGesture:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setMediaPlaybackRequiresUserGesture",[t]]):oa(e)&&e.value&&e.value?.setMediaPlaybackRequiresUserGesture(t)},setStandardFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStandardFontFamily",[t]]):oa(e)&&e.value&&e.value?.setStandardFontFamily(t)},setFixedFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setFixedFontFamily",[t]]):oa(e)&&e.value&&e.value?.setFixedFontFamily(t)},setSansSerifFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSansSerifFontFamily",[t]]):oa(e)&&e.value&&e.value?.setSansSerifFontFamily(t)},setSerifFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSerifFontFamily",[t]]):oa(e)&&e.value&&e.value?.setSerifFontFamily(t)},setCursiveFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setCursiveFontFamily",[t]]):oa(e)&&e.value&&e.value?.setCursiveFontFamily(t)},setFantasyFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setFantasyFontFamily",[t]]):oa(e)&&e.value&&e.value?.setFantasyFontFamily(t)},setTextZoom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTextZoom",[t]]):oa(e)&&e.value&&e.value?.setTextZoom(t)},setMinimumFontSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setMinimumFontSize",[t]]):oa(e)&&e.value&&e.value?.setMinimumFontSize(t)},setDefaultFontSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDefaultFontSize",[t]]):oa(e)&&e.value&&e.value?.setDefaultFontSize(t)},setLayoutAlgorithm:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLayoutAlgorithm",[t]]):oa(e)&&e.value&&e.value?.setLayoutAlgorithm(t)},setLoadsImagesAutomatically:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLoadsImagesAutomatically",[t]]):oa(e)&&e.value&&e.value?.setLoadsImagesAutomatically(t)},setDefaultTextEncodingName:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDefaultTextEncodingName",[t]]):oa(e)&&e.value&&e.value?.setDefaultTextEncodingName(t)},setNeedInitialFocus:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setNeedInitialFocus",[t]]):oa(e)&&e.value&&e.value?.setNeedInitialFocus(t)},setGeolocationEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setGeolocationEnabled",[t]]):oa(e)&&e.value&&e.value?.setGeolocationEnabled(t)},setBlockNetworkLoads:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setBlockNetworkLoads",[t]]):oa(e)&&e.value&&e.value?.setBlockNetworkLoads(t)},setSupportMultipleWindows:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSupportMultipleWindows",[t]]):oa(e)&&e.value&&e.value?.setSupportMultipleWindows(t)},setAppCacheMaxSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAppCacheMaxSize",[t]]):oa(e)&&e.value&&e.value?.setAppCacheMaxSize(t)},setRenderPriority:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRenderPriority",[t]]):oa(e)&&e.value&&e.value?.setRenderPriority(t)},setCacheMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setCacheMode",[t]]):oa(e)&&e.value&&e.value?.setCacheMode(t)},setAllowContentAccess:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAllowContentAccess",[t]]):oa(e)&&e.value&&e.value?.setAllowContentAccess(t)},setEnableSmoothTransition:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setEnableSmoothTransition",[t]]):oa(e)&&e.value&&e.value?.setEnableSmoothTransition(t)},setSaveFormData:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSaveFormData",[t]]):oa(e)&&e.value&&e.value?.setSaveFormData(t)},setSavePassword:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSavePassword",[t]]):oa(e)&&e.value&&e.value?.setSavePassword(t)},setTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTextSize",[t]]):oa(e)&&e.value&&e.value?.setTextSize(t)},setDefaultZoom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDefaultZoom",[t]]):oa(e)&&e.value&&e.value?.setDefaultZoom(t)},setLightTouchEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLightTouchEnabled",[t]]):oa(e)&&e.value&&e.value?.setLightTouchEnabled(t)},setMinimumLogicalFontSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setMinimumLogicalFontSize",[t]]):oa(e)&&e.value&&e.value?.setMinimumLogicalFontSize(t)},setDefaultFixedFontSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDefaultFixedFontSize",[t]]):oa(e)&&e.value&&e.value?.setDefaultFixedFontSize(t)},setBlockNetworkImage:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setBlockNetworkImage",[t]]):oa(e)&&e.value&&e.value?.setBlockNetworkImage(t)},setAllowUniversalAccessFromFileURLs:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAllowUniversalAccessFromFileURLs",[t]]):oa(e)&&e.value&&e.value?.setAllowUniversalAccessFromFileURLs(t)},setAllowFileAccessFromFileURLs:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAllowFileAccessFromFileURLs",[t]]):oa(e)&&e.value&&e.value?.setAllowFileAccessFromFileURLs(t)},setDatabasePath:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDatabasePath",[t]]):oa(e)&&e.value&&e.value?.setDatabasePath(t)},setGeolocationDatabasePath:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setGeolocationDatabasePath",[t]]):oa(e)&&e.value&&e.value?.setGeolocationDatabasePath(t)},setUserAgentString:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setUserAgentString",[t]]):oa(e)&&e.value&&e.value?.setUserAgentString(t)},setMixedContentMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setMixedContentMode",[t]]):oa(e)&&e.value&&e.value?.setMixedContentMode(t)},setOffscreenPreRaster:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setOffscreenPreRaster",[t]]):oa(e)&&e.value&&e.value?.setOffscreenPreRaster(t)},setSafeBrowsingEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSafeBrowsingEnabled",[t]]):oa(e)&&e.value&&e.value?.setSafeBrowsingEnabled(t)},setForceDark:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setForceDark",[t]]):oa(e)&&e.value&&e.value?.setForceDark(t)},setDisabledActionModeMenuItems:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDisabledActionModeMenuItems",[t]]):oa(e)&&e.value&&e.value?.setDisabledActionModeMenuItems(t)},initJavaScriptInterface:function(e){fl(e)?R.callNative(rl,ul,[e,"initJavaScriptInterface",[]]):oa(e)&&e.value&&e.value?.initJavaScriptInterface()},removeJavaScriptInterface:function(e){fl(e)?R.callNative(rl,ul,[e,"removeJavaScriptInterface",[]]):oa(e)&&e.value&&e.value?.removeJavaScriptInterface()},initWebViewFocus:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"initWebViewFocus",[t,a,n]]):oa(e)&&e.value&&e.value?.initWebViewFocus(t,a,n)}}}(e),d=function(e){return{...e,reload:function(e){fl(e)?R.callNative(rl,ul,[e,"reload",[]]):oa(e)&&e.value&&e.value?.reload()},clearCache:function(e,t){fl(e)?R.callNative(rl,ul,[e,"clearCache",[t]]):oa(e)&&e.value&&e.value?.clearCache(t)},getUrl:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getUrl",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getUrl():Promise.reject()},getOriginalUrl:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getOriginalUrl",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getOriginalUrl():Promise.reject()},setLayerType:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLayerType",[t]]):oa(e)&&e.value&&e.value?.setLayerType(t)},setIgnoreCA:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIgnoreCA",[t]]):oa(e)&&e.value&&e.value?.setIgnoreCA(t)},setIgnoreAllKeyEvent:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIgnoreAllKeyEvent",[t]]):oa(e)&&e.value&&e.value?.setIgnoreAllKeyEvent(t)},getBackForwardList:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getBackForwardList",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getBackForwardList():Promise.reject()},getCurrentIndexWithBackForwardList:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getCurrentIndexWithBackForwardList",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getCurrentIndexWithBackForwardList():Promise.reject()},getScreenStatus:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getScreenStatus",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.getScreenStatus():Promise.reject()},autoClickPosition:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"autoClickPosition",[t,a]]):oa(e)&&e.value&&e.value?.autoClickPosition(t,a)},disableImageDisplay:function(e){fl(e)?R.callNative(rl,ul,[e,"disableImageDisplay",[]]):oa(e)&&e.value&&e.value?.disableImageDisplay()},enableImageDisplay:function(e){fl(e)?R.callNative(rl,ul,[e,"enableImageDisplay",[]]):oa(e)&&e.value&&e.value?.enableImageDisplay()},clearView:function(e){fl(e)?R.callNative(rl,ul,[e,"clearView",[]]):oa(e)&&e.value&&e.value?.clearView()},stopLoading:function(e){fl(e)?R.callNative(rl,ul,[e,"stopLoading",[]]):oa(e)&&e.value&&e.value?.stopLoading()},setListenEvents:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setListenEvents",[t]]):oa(e)&&e.value&&e.value?.setListenEvents(t)},sendKeyCodeEvent:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"sendKeyCodeEvent",[t,a]]):oa(e)&&e.value&&e.value?.sendKeyCodeEvent(t,a)},autoClickPositionWithDuration:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"autoClickPositionWithDuration",[t,a]]):oa(e)&&e.value&&e.value?.autoClickPositionWithDuration(t,a,n)},initWebView:function(e,t){fl(e)?R.callNative(rl,ul,[e,"initWebView",[t]]):oa(e)&&e.value&&e.value?.initWebView(t)},loadUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"loadUrl",[t]]):oa(e)&&e.value&&e.value?.loadUrl(t)},evaluateJavascript:function(e,t){return fl(e)?new Promise(((a,n)=>{R.callNative(rl,dl,[e,"evaluateJavascript",[t]],(e=>{a(e)}))})):oa(e)&&e.value?e.value.evaluateJavascript(t):Promise.reject()},setSniffingEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSniffingEnabled",[t]]):oa(e)&&e.value&&e.value?.setSniffingEnabled(t)},setSniffingRule:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSniffingRule",[t]]):oa(e)&&e.value&&e.value?.setSniffingRule(t)},resetSniffingRule:function(e){fl(e)?R.callNative(rl,ul,[e,"resetSniffingRule",[]]):oa(e)&&e.value&&e.value?.resetSniffingRule()},setInterceptEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setInterceptEnabled",[t]]):oa(e)&&e.value&&e.value?.setInterceptEnabled(t)},setInterceptRule:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setInterceptRule",[t]]):oa(e)&&e.value&&e.value?.setInterceptRule(t)},resetInterceptRule:function(e){fl(e)?R.callNative(rl,ul,[e,"resetInterceptRule",[]]):oa(e)&&e.value&&e.value?.resetInterceptRule()},shouldOverrideUrlLoading:function(e,t){fl(e)?R.callNative(rl,ul,[e,"shouldOverrideUrlLoading",[t]]):oa(e)&&e.value&&e.value?.shouldOverrideUrlLoading(t)},canGoBack:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"canGoBack",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.canGoBack():Promise.reject()},goBack:function(e){fl(e)?R.callNative(rl,ul,[e,"goBack",[]]):oa(e)&&e.value&&e.value?.goBack()},canGoForward:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"canGoForward",[]],(e=>{t(e)}))})):oa(e)&&e.value?e.value.canGoForward():Promise.reject()},goForward:function(e){fl(e)?R.callNative(rl,ul,[e,"goForward",[]]):oa(e)&&e.value&&e.value?.goForward()},canGoBackOrForward:function(e,t){fl(e)?R.callNative(rl,ul,[e,"canGoBackOrForward",[t]]):oa(e)&&e.value&&e.value?.canGoBackOrForward(t)},goBackOrForward:function(e,t){fl(e)?R.callNative(rl,ul,[e,"goBackOrForward",[t]]):oa(e)&&e.value&&e.value?.goBackOrForward(t)},onResume:function(e){fl(e)?R.callNative(rl,ul,[e,"onResume",[]]):oa(e)&&e.value&&e.value?.onResume()},onPause:function(e){fl(e)?R.callNative(rl,ul,[e,"onPause",[]]):oa(e)&&e.value&&e.value?.onPause()},pauseTimers:function(e){fl(e)?R.callNative(rl,ul,[e,"pauseTimers",[]]):oa(e)&&e.value&&e.value?.pauseTimers()},resumeTimers:function(e){fl(e)?R.callNative(rl,ul,[e,"resumeTimers",[]]):oa(e)&&e.value&&e.value?.resumeTimers()},destroy:function(e){fl(e)?R.callNative(rl,ul,[e,"destroy",[]]):oa(e)&&e.value&&e.value?.destroy()},setJavaScriptEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setJavaScriptEnabled",[t]]):oa(e)&&e.value&&e.value?.setJavaScriptEnabled(t)},setPluginState:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setPluginState",[t]]):oa(e)&&e.value&&e.value?.setPluginState(t)},setJavaScriptCanOpenWindowsAutomatically:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setJavaScriptCanOpenWindowsAutomatically",[t]]):oa(e)&&e.value&&e.value?.setJavaScriptCanOpenWindowsAutomatically(t)},setUseWideViewPort:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setUseWideViewPort",[t]]):oa(e)&&e.value&&e.value?.setUseWideViewPort(t)},setLoadWithOverviewMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLoadWithOverviewMode",[t]]):oa(e)&&e.value&&e.value?.setLoadWithOverviewMode(t)},setSupportZoom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSupportZoom",[t]]):oa(e)&&e.value&&e.value?.setSupportZoom(t)},setBuiltInZoomControls:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setBuiltInZoomControls",[t]]):oa(e)&&e.value&&e.value?.setBuiltInZoomControls(t)},setDisplayZoomControls:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDisplayZoomControls",[t]]):oa(e)&&e.value&&e.value?.setDisplayZoomControls(t)},setAllowFileAccess:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAllowFileAccess",[t]]):oa(e)&&e.value&&e.value?.setAllowFileAccess(t)},setDomStorageEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDomStorageEnabled",[t]]):oa(e)&&e.value&&e.value?.setDomStorageEnabled(t)},setDatabaseEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDatabaseEnabled",[t]]):oa(e)&&e.value&&e.value?.setDatabaseEnabled(t)},setAppCacheEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAppCacheEnabled",[t]]):oa(e)&&e.value&&e.value?.setAppCacheEnabled(t)},setAppCachePath:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAppCachePath",[t]]):oa(e)&&e.value&&e.value?.setAppCachePath(t)},setMediaPlaybackRequiresUserGesture:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setMediaPlaybackRequiresUserGesture",[t]]):oa(e)&&e.value&&e.value?.setMediaPlaybackRequiresUserGesture(t)},setStandardFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStandardFontFamily",[t]]):oa(e)&&e.value&&e.value?.setStandardFontFamily(t)},setFixedFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setFixedFontFamily",[t]]):oa(e)&&e.value&&e.value?.setFixedFontFamily(t)},setSansSerifFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSansSerifFontFamily",[t]]):oa(e)&&e.value&&e.value?.setSansSerifFontFamily(t)},setSerifFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSerifFontFamily",[t]]):oa(e)&&e.value&&e.value?.setSerifFontFamily(t)},setCursiveFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setCursiveFontFamily",[t]]):oa(e)&&e.value&&e.value?.setCursiveFontFamily(t)},setFantasyFontFamily:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setFantasyFontFamily",[t]]):oa(e)&&e.value&&e.value?.setFantasyFontFamily(t)},setTextZoom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTextZoom",[t]]):oa(e)&&e.value&&e.value?.setTextZoom(t)},setInitialScale:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setInitialScale",[t]]):oa(e)&&e.value&&e.value?.setInitialScale(t)},setMinimumFontSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setMinimumFontSize",[t]]):oa(e)&&e.value&&e.value?.setMinimumFontSize(t)},setDefaultFontSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDefaultFontSize",[t]]):oa(e)&&e.value&&e.value?.setDefaultFontSize(t)},setLayoutAlgorithm:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLayoutAlgorithm",[t]]):oa(e)&&e.value&&e.value?.setLayoutAlgorithm(t)},setLoadsImagesAutomatically:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLoadsImagesAutomatically",[t]]):oa(e)&&e.value&&e.value?.setLoadsImagesAutomatically(t)},setDefaultTextEncodingName:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDefaultTextEncodingName",[t]]):oa(e)&&e.value&&e.value?.setDefaultTextEncodingName(t)},setNeedInitialFocus:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setNeedInitialFocus",[t]]):oa(e)&&e.value&&e.value?.setNeedInitialFocus(t)},setGeolocationEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setGeolocationEnabled",[t]]):oa(e)&&e.value&&e.value?.setGeolocationEnabled(t)},setBlockNetworkLoads:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setBlockNetworkLoads",[t]]):oa(e)&&e.value&&e.value?.setBlockNetworkLoads(t)},setSupportMultipleWindows:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSupportMultipleWindows",[t]]):oa(e)&&e.value&&e.value?.setSupportMultipleWindows(t)},setAppCacheMaxSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAppCacheMaxSize",[t]]):oa(e)&&e.value&&e.value?.setAppCacheMaxSize(t)},setRenderPriority:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRenderPriority",[t]]):oa(e)&&e.value&&e.value?.setRenderPriority(t)},setCacheMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setCacheMode",[t]]):oa(e)&&e.value&&e.value?.setCacheMode(t)},setAllowContentAccess:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAllowContentAccess",[t]]):oa(e)&&e.value&&e.value?.setAllowContentAccess(t)},setEnableSmoothTransition:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setEnableSmoothTransition",[t]]):oa(e)&&e.value&&e.value?.setEnableSmoothTransition(t)},setSaveFormData:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSaveFormData",[t]]):oa(e)&&e.value&&e.value?.setSaveFormData(t)},setSavePassword:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSavePassword",[t]]):oa(e)&&e.value&&e.value?.setSavePassword(t)},setTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTextSize",[t]]):oa(e)&&e.value&&e.value?.setTextSize(t)},setDefaultZoom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDefaultZoom",[t]]):oa(e)&&e.value&&e.value?.setDefaultZoom(t)},setLightTouchEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLightTouchEnabled",[t]]):oa(e)&&e.value&&e.value?.setLightTouchEnabled(t)},setMinimumLogicalFontSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setMinimumLogicalFontSize",[t]]):oa(e)&&e.value&&e.value?.setMinimumLogicalFontSize(t)},setDefaultFixedFontSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDefaultFixedFontSize",[t]]):oa(e)&&e.value&&e.value?.setDefaultFixedFontSize(t)},setBlockNetworkImage:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setBlockNetworkImage",[t]]):oa(e)&&e.value&&e.value?.setBlockNetworkImage(t)},setAllowUniversalAccessFromFileURLs:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAllowUniversalAccessFromFileURLs",[t]]):oa(e)&&e.value&&e.value?.setAllowUniversalAccessFromFileURLs(t)},setAllowFileAccessFromFileURLs:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setAllowFileAccessFromFileURLs",[t]]):oa(e)&&e.value&&e.value?.setAllowFileAccessFromFileURLs(t)},setDatabasePath:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDatabasePath",[t]]):oa(e)&&e.value&&e.value?.setDatabasePath(t)},setGeolocationDatabasePath:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setGeolocationDatabasePath",[t]]):oa(e)&&e.value&&e.value?.setGeolocationDatabasePath(t)},setUserAgentString:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setUserAgentString",[t]]):oa(e)&&e.value&&e.value?.setUserAgentString(t)},setMixedContentMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setMixedContentMode",[t]]):oa(e)&&e.value&&e.value?.setMixedContentMode(t)},setOffscreenPreRaster:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setOffscreenPreRaster",[t]]):oa(e)&&e.value&&e.value?.setOffscreenPreRaster(t)},setSafeBrowsingEnabled:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSafeBrowsingEnabled",[t]]):oa(e)&&e.value&&e.value?.setSafeBrowsingEnabled(t)},setForceDark:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setForceDark",[t]]):oa(e)&&e.value&&e.value?.setForceDark(t)},setDisabledActionModeMenuItems:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setDisabledActionModeMenuItems",[t]]):oa(e)&&e.value&&e.value?.setDisabledActionModeMenuItems(t)},initJavaScriptInterface:function(e){fl(e)?R.callNative(rl,ul,[e,"initJavaScriptInterface",[]]):oa(e)&&e.value&&e.value?.initJavaScriptInterface()},removeJavaScriptInterface:function(e){fl(e)?R.callNative(rl,ul,[e,"removeJavaScriptInterface",[]]):oa(e)&&e.value&&e.value?.removeJavaScriptInterface()},initWebViewFocus:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"initWebViewFocus",[t,a,n]]):oa(e)&&e.value&&e.value?.initWebViewFocus(t,a,n)}}}(e),f=function(e){return{...e,scrollToIndex:function(e,t,a,n,o,i){fl(e)?R.callNative(rl,ul,[e,"scrollToIndex",[t,a,n,o,i]]):oa(e)&&e.value&&R.callUIFunction(e.value,"scrollToIndex",[t,a,n,o,i])},setInitPosition:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setInitPosition",[t]]):oa(e)&&e.value&&R.callUIFunction(e.value,"setInitPosition",[t])},clearInitPosition:function(e){fl(e)?R.callNative(rl,ul,[e,"clearInitPosition",[]]):oa(e)&&e.value&&R.callUIFunction(e.value,"clearInitPosition",[])},scrollToContentOffset:function(e,t,a,n,o){fl(e)?R.callNative(rl,ul,[e,"scrollToContentOffset",[t,a,n,o]]):oa(e)&&e.value&&R.callUIFunction(e.value,"scrollToContentOffset",[t,a,n,o])},scrollToTop:function(e){fl(e)?R.callNative(rl,ul,[e,"scrollToTop",[]]):oa(e)&&e.value&&R.callUIFunction(e.value,"scrollToTop",[])},setSelectChildPosition:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"setSelectChildPosition",[t,a]]):oa(e)&&e.value&&R.callUIFunction(e.value,"setSelectChildPosition",[t,a])},setTargetFocusChildPosition:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTargetFocusChildPosition",[t]]):oa(e)&&e.value&&R.callUIFunction(e.value,"setTargetFocusChildPosition",[t])},refreshListData:function(e){fl(e)?R.callNative(rl,ul,[e,"refreshListData",[]]):oa(e)&&e.value&&R.callUIFunction(e.value,"refreshListData",[])},getScrollOffset:function(e){return fl(e)?new Promise(((t,a)=>{R.callNative(rl,dl,[e,"getScrollOffset",[]],(e=>{t(e)}))})):oa(e)&&e.value?new Promise(((t,a)=>{R.callUIFunction(e.value,"getScrollOffset",[],(e=>{t(e)}))})):Promise.reject()}}}(t),v=function(e){return{...e,scrollTo:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"scrollTo",[t,a]]):oa(e)&&e.value&&e.value?.scrollTo(t,a)},scrollToWithOptions:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"scrollToWithOptions",[t,a,n]]):oa(e)&&e.value&&e.value?.scrollToWithOptions(t,a,n)}}}(e),g=function(e){return{...e,setText:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setText",[t]]):oa(e)&&e.value?.setText(t)},setTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTextSize",[t]]):oa(e)&&e.value?.setTextSize(t)},setTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTextColor",[t]]):oa(e)&&e.value?.setTextColor(t)},textSpan:function(e,t){fl(e)?R.callNative(rl,ul,[e,"textSpan",[t]]):oa(e)&&e.value?.textSpan(t)}}}(e),I=function(e){return{...e,setChildSID:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setChildSID",[t]]):oa(e)&&e.value&&e.value?.setChildSID(t)}}}(e),p=function(e){return{...e,setPivotX:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setPivotX",[t]]):oa(e)&&e.value?.setPivotX(t)},setPivotY:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setPivotY",[t]]):oa(e)&&e.value?.setPivotY(t)},resetPivot:function(e){fl(e)?R.callNative(rl,ul,[e,"resetPivot",[]]):oa(e)&&e.value?.resetPivot()},reset:function(e){fl(e)?R.callNative(rl,ul,[e,"resetAnimators",[]]):oa(e)&&e.value?.resetAnimators()},animatorSet:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"animatorSet",[t,a,n]]):oa(e)&&e.value?.animatorSet(t,a,n)},start:function(e,t){fl(e)?R.callNative(rl,ul,[e,"startAnimator",[t]]):oa(e)&&e.value?.startAnimator(t)},startDelay:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"startAnimatorDelay",[t,a]]):oa(e)&&e.value?.startAnimatorDelay(t,a)},pause:function(e,t){fl(e)?R.callNative(rl,ul,[e,"pauseAnimator",[t]]):oa(e)&&e.value?.pauseAnimator(t)},resume:function(e,t){fl(e)?R.callNative(rl,ul,[e,"resumeAnimator",[t]]):oa(e)&&e.value?.resumeAnimator(t)},cancel:function(e,t){fl(e)?R.callNative(rl,ul,[e,"cancelAnimator",[t]]):oa(e)&&e.value?.cancelAnimator(t)},reverse:function(e,t){fl(e)?R.callNative(rl,ul,[e,"reverseAnimator",[t]]):oa(e)&&e.value?.reverseAnimator(t)},play:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"play",[t,a]]):oa(e)&&e.value?.play(t,a)},playWith:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"playWith",[t,a]]):oa(e)&&e.value?.playWith(t,a)},playBefore:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"playBefore",[t,a]]):oa(e)&&e.value?.playBefore(t,a)},playAfter:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"playAfter",[t,a]]):oa(e)&&e.value?.playAfter(t,a)},playAfterDelay:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"playAfterDelay",[t,a]]):oa(e)&&e.value?.playAfterDelay(t,a)},playSequentially:function(e,t,a){if(fl(e)){const n=`playSequentially${a.length}`;R.callNative(rl,ul,[e,n,[t,...a]])}else oa(e)&&e.value?.playSequentially(t,a)},playTogether:function(e,t,a){if(fl(e)){const n=`playTogether${a.length}`;R.callNative(rl,ul,[e,n,[t,...a]])}else oa(e)&&e.value?.playTogether(t,a)},animator:function(e,t,a,n,o,i,l,c,s,r,u){if(fl(e)){const d=`objectAnimator${0==o.length?"":o.length}`;R.callNative(rl,ul,[e,d,[t,a,n,...o,i,l,c,s,r,u]])}else oa(e)&&e.value?.animator(t,a,n,o,i,l,c,s,r,u)}}}(e),m=function(e){return{...e,setPackageName:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setPackageName",[t]]):oa(e)&&e.value?.setPackageName(t)},setRoundingRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRoundingRadius",[t]]):oa(e)&&e.value?.setRoundingRadius(t)}}}(e),h=function(e){return{...e,init:function(e,t){e.value?.init(t)},scrollToIndex:function(e,t,a,n){e.value?.scrollToIndex(t,a,n)},setItemFocused:function(e,t){e.value?.setItemFocused(t)},scrollToFocused:function(e,t){e.value?.scrollToFocused(t)},setItemSelected:function(e,t,a){e.value?.setItemSelected(t,a)},scrollToSelected:function(e,t,a){e.value?.scrollToSelected(t,a)},updateItem:function(e,t,a){e.value?.updateItem(t,a)}}}(e),T=function(e){return{...e,init:function(e,t){e.value?.init(t)},getItem:function(e,t){return e.value?.getItem(t)},expandItem:function(e,t){e.value?.expandItem(t)},collapse:function(e){e.value?.collapse()},expand:function(e){e.value?.expand()}}}(e),_=function(e){return{...e,updateItem:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"updateItem",[t,a]]):oa(e)&&e.value?.updateItem(t,a)},dispatchItemFunction:function(e,t,a,n,o){fl(e)?R.callNative(rl,ul,[e,"dispatchItemFunction",[t,a,n,o]]):oa(e)&&e.value?.dispatchItemFunction(t,a,n,o)},updateItemProps:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"updateItemProps",[t,a,n]]):oa(e)&&e.value?.updateItemProps(t,a,n)},batch:function(e,t){fl(e)?R.callNative(rl,ul,[e,"batch",[t]]):oa(e)&&e.value?.batch(t)}}}(e),S=function(e){return{...e,loadRaw:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_rawRes",[t]]):oa(e)&&e.value?.loadRaw(t)},loadFile:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_localRes",[t]]):oa(e)&&e.value?.loadFile(t)},loadZipFile:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"lottie_zipPath",[t,a]]):oa(e)&&e.value?.loadZipFile(t,a)},loadJsonFile:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_localRes",[t]]):oa(e)&&e.value?.loadJsonFile(t)},loadUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_url",[t]]):oa(e)&&e.value?.loadUrl(t)},loadCacheUrl:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"lottie_cache_url",[t,a]]):oa(e)&&e.value?.loadCacheUrl(t,a)},setFallbackResource:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_fallbackRes",[t]]):oa(e)&&e.value?.setFallbackResource(t)},setAutoPlay:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_autoPlay",[t]]):oa(e)&&e.value?.setAutoPlay(t)},setLottieLoop:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_loop",[t]]):oa(e)&&e.value?.setLottieLoop(t)},setRepeatMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_repeatMode",[t]]):oa(e)&&e.value?.setRepeatMode(t)},setRepeatCount:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_repeatCount",[t]]):oa(e)&&e.value?.setRepeatCount(t)},setSpeed:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_speed",[t]]):oa(e)&&e.value?.setSpeed(t)},setClipToCompositionBounds:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_clipToCompositionBounds",[t]]):oa(e)&&e.value?.setClipToCompositionBounds(t)},setDefaultFontFileExtension:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_defaultFontFileExtension",[t]]):oa(e)&&e.value?.setDefaultFontFileExtension(t)},setImageAssetsFolder:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_imageAssetsFolder",[t]]):oa(e)&&e.value?.setImageAssetsFolder(t)},setProgress:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_progress",[t]]):oa(e)&&e.value?.setProgress(t)},enableMergePathsForKitKatAndAbove:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_enableMergePathsForKitKatAndAbove",[t]]):oa(e)&&e.value?.enableMergePathsForKitKatAndAbove(t)},setColorFilter:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_colorFilter",[t]]):oa(e)&&e.value?.setColorFilter(t)},setRenderMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_renderMode",[t]]):oa(e)&&e.value?.setRenderMode(t)},setAsyncUpdate:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_asyncUpdates",[t]]):oa(e)&&e.value?.setAsyncUpdate(t)},playAnimation:function(e){fl(e)?R.callNative(rl,ul,[e,"playAnimation",[]]):oa(e)&&e.value?.playAnimation()},setIgnoreDisabledSystemAnimations:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_ignoreDisabledSystemAnimations",[t]]):oa(e)&&e.value?.setIgnoreDisabledSystemAnimations(t)},setUseCompositionFrameRate:function(e,t){fl(e)?R.callNative(rl,ul,[e,"lottie_useCompositionFrameRate",[t]]):oa(e)&&e.value?.setUseCompositionFrameRate(t)},resumeAnimation:function(e){fl(e)?R.callNative(rl,ul,[e,"resumeAnimation",[]]):oa(e)&&e.value?.resumeAnimation()},pauseAnimation:function(e){fl(e)?R.callNative(rl,ul,[e,"pauseAnimation",[]]):oa(e)&&e.value?.pauseAnimation()},cancelAnimation:function(e){fl(e)?R.callNative(rl,ul,[e,"cancelAnimation",[]]):oa(e)&&e.value?.cancelAnimation()},cacheComposition:function(e,t){fl(e)?R.callNative(rl,ul,[e,"cacheComposition",[t]]):oa(e)&&e.value?.cacheComposition(t)},removeAllListener:function(e){fl(e)?R.callNative(rl,ul,[e,"removeAllListener",[]]):oa(e)&&e.value?.removeAllListener()}}}(e),F=function(e){return{...e,init:function(e,t){e.value?.init(t)},scrollToPosition:function(e,t){e.value?.scrollToPosition(t)},scrollToTop:function(e){e.value?.scrollToTop()}}}(e),b=function(e){return{...e,dispatchFunction:function(e,t,a){return fl(e)?new Promise((n=>{R.callNative(rl,ul,[e,t,a],(e=>{n(e)}))})):oa(e)&&e&&e.value?e.value.dispatchFunction(t,a):Promise.reject()}}}(e),E=function(e){return{...e,invalidateProgressBar:function(e){fl(e)?R.callNative(rl,ul,[e,"invalidateSeekBar",[]]):oa(e)&&e.value?.invalidateProgressBar()},setFocusable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setFocusable",[t]]):oa(e)&&e.value?.setFocusable(t)},setClickable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setClickable",[t]]):oa(e)&&e.value?.setClickable(t)},setVisible:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setVisible",[t]]):oa(e)&&e.value?.setVisible(t)},setLeftSeekBarVisible:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftSeekBarVisible",[t]]):oa(e)&&e.value?.setLeftSeekBarVisible(t)},setRightSeekBarVisible:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightSeekBarVisible",[t]]):oa(e)&&e.value?.setRightSeekBarVisible(t)},setSeekBarMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSeekBarMode",[t]]):oa(e)&&e.value?.setSeekBarMode(t)},setProgress:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgress",[t]]):oa(e)&&e.value?.setProgress(t)},setSecondProgress:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSecondProgress",[t]]):oa(e)&&e.value?.setSecondProgress(t)},show:function(e,t){fl(e)?R.callNative(rl,ul,[e,"show",[t]]):oa(e)&&e.value?.show(t)},setMaxProgress:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setMaxProgress",[t]]):oa(e)&&e.value?.setMaxProgress(t)},setRangeProgress:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"setRangeProgress",[t,a]]):oa(e)&&e.value?.setRangeProgress(t,a)},getProgress:function(e){fl(e)?R.callNative(rl,ul,[e,"getProgress",[]]):oa(e)&&e.value?.getProgress()},getLeftProgress:function(e){fl(e)?R.callNative(rl,ul,[e,"getLeftProgress",[]]):oa(e)&&e.value?.getLeftProgress()},getRightProgress:function(e){fl(e)?R.callNative(rl,ul,[e,"getRightProgress",[]]):oa(e)&&e.value?.getRightProgress()},setRange:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"setRange",[t,a,n]]):oa(e)&&e.value?.setRange(t,a,n)},setGravity:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setGravity",[t]]):oa(e)&&e.value?.setGravity(t)},setProgressWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressWidth",[t]]):oa(e)&&e.value?.setProgressWidth(t)},setProgressHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressHeight",[t]]):oa(e)&&e.value?.setProgressHeight(t)},setProgressRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressRadius",[t]]):oa(e)&&e.value?.setProgressRadius(t)},setProgressColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressColor",[t]]):oa(e)&&e.value?.setProgressColor(t)},setProgressDefaultColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressDefaultColor",[t]]):oa(e)&&e.value?.setProgressDefaultColor(t)},setProgressDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressDrawable",[t]]):oa(e)&&e.value?.setProgressDrawable(t)},setProgressDefaultDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressDefaultDrawable",[t]]):oa(e)&&e.value?.setProgressDefaultDrawable(t)},setProgressUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressUrl",[t]]):oa(e)&&e.value?.setProgressUrl(t)},setProgressDefaultUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressDefaultUrl",[t]]):oa(e)&&e.value?.setProgressDefaultUrl(t)},showIndicator:function(e,t){fl(e)?R.callNative(rl,ul,[e,"showIndicator",[t]]):oa(e)&&e.value?.showIndicator(t)},showLeftIndicator:function(e,t){fl(e)?R.callNative(rl,ul,[e,"showLeftIndicator",[t]]):oa(e)&&e.value?.showLeftIndicator(t)},showRightIndicator:function(e,t){fl(e)?R.callNative(rl,ul,[e,"showRightIndicator",[t]]):oa(e)&&e.value?.showRightIndicator(t)},setIndicatorShowMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorShowMode",[t]]):oa(e)&&e.value?.setIndicatorShowMode(t)},setLeftIndicatorShowMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorShowMode",[t]]):oa(e)&&e.value?.setLeftIndicatorShowMode(t)},setRightIndicatorShowMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorShowMode",[t]]):oa(e)&&e.value?.setRightIndicatorShowMode(t)},setIndicatorWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorWidth",[t]]):oa(e)&&e.value?.setIndicatorWidth(t)},setLeftIndicatorWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorWidth",[t]]):oa(e)&&e.value?.setLeftIndicatorWidth(t)},setRightIndicatorWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorWidth",[t]]):oa(e)&&e.value?.setRightIndicatorWidth(t)},setIndicatorHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorHeight",[t]]):oa(e)&&e.value?.setIndicatorHeight(t)},setLeftIndicatorHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorHeight",[t]]):oa(e)&&e.value?.setLeftIndicatorHeight(t)},setRightIndicatorHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorHeight",[t]]):oa(e)&&e.value?.setRightIndicatorHeight(t)},setIndicatorTextDecimalFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorTextDecimalFormat",[t]]):oa(e)&&e.value?.setIndicatorTextDecimalFormat(t)},setLeftIndicatorTextDecimalFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorTextDecimalFormat",[t]]):oa(e)&&e.value?.setLeftIndicatorTextDecimalFormat(t)},setRightIndicatorTextDecimalFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorTextDecimalFormat",[t]]):oa(e)&&e.value?.setRightIndicatorTextDecimalFormat(t)},setIndicatorTextStringFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorTextStringFormat",[t]]):oa(e)&&e.value?.setIndicatorTextStringFormat(t)},setLeftIndicatorTextStringFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorTextStringFormat",[t]]):oa(e)&&e.value?.setLeftIndicatorTextStringFormat(t)},setRightIndicatorTextStringFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorTextStringFormat",[t]]):oa(e)&&e.value?.setRightIndicatorTextStringFormat(t)},setIndicatorMargin:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorMargin",[t]]):oa(e)&&e.value?.setIndicatorMargin(t)},setLeftIndicatorMargin:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorMargin",[t]]):oa(e)&&e.value?.setLeftIndicatorMargin(t)},setRightIndicatorMargin:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorMargin",[t]]):oa(e)&&e.value?.setRightIndicatorMargin(t)},setIndicatorPaddingBottom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorPaddingBottom",[t]]):oa(e)&&e.value?.setIndicatorPaddingBottom(t)},setLeftIndicatorPaddingBottom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorPaddingBottom",[t]]):oa(e)&&e.value?.setLeftIndicatorPaddingBottom(t)},setRightIndicatorPaddingBottom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorPaddingBottom",[t]]):oa(e)&&e.value?.setRightIndicatorPaddingBottom(t)},setIndicatorPaddingTop:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorPaddingTop",[t]]):oa(e)&&e.value?.setIndicatorPaddingTop(t)},setLeftIndicatorPaddingTop:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorPaddingTop",[t]]):oa(e)&&e.value?.setLeftIndicatorPaddingTop(t)},setRightIndicatorPaddingTop:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorPaddingTop",[t]]):oa(e)&&e.value?.setRightIndicatorPaddingTop(t)},setIndicatorPaddingLeft:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorPaddingLeft",[t]]):oa(e)&&e.value?.setIndicatorPaddingLeft(t)},setLeftIndicatorPaddingLeft:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorPaddingLeft",[t]]):oa(e)&&e.value?.setLeftIndicatorPaddingLeft(t)},setRightIndicatorPaddingLeft:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorPaddingLeft",[t]]):oa(e)&&e.value?.setRightIndicatorPaddingLeft(t)},setIndicatorPaddingRight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorPaddingRight",[t]]):oa(e)&&e.value?.setIndicatorPaddingRight(t)},setLeftIndicatorPaddingRight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorPaddingRight",[t]]):oa(e)&&e.value?.setLeftIndicatorPaddingRight(t)},setRightIndicatorPaddingRight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorPaddingRight",[t]]):oa(e)&&e.value?.setRightIndicatorPaddingRight(t)},setIndicatorBackgroundColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorBackgroundColor",[t]]):oa(e)&&e.value?.setIndicatorBackgroundColor(t)},setLeftIndicatorBackgroundColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorBackgroundColor",[t]]):oa(e)&&e.value?.setLeftIndicatorBackgroundColor(t)},setRightIndicatorBackgroundColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorBackgroundColor",[t]]):oa(e)&&e.value?.setLeftIndicatorBackgroundColor(t)},setIndicatorRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorRadius",[t]]):oa(e)&&e.value?.setIndicatorRadius(t)},setLeftIndicatorRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorRadius",[t]]):oa(e)&&e.value?.setLeftIndicatorRadius(t)},setRightIndicatorRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorRadius",[t]]):oa(e)&&e.value?.setRightIndicatorRadius(t)},setIndicatorTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorTextSize",[t]]):oa(e)&&e.value?.setIndicatorTextSize(t)},setLeftIndicatorTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorTextSize",[t]]):oa(e)&&e.value?.setLeftIndicatorTextSize(t)},setRightIndicatorTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorTextSize",[t]]):oa(e)&&e.value?.setRightIndicatorTextSize(t)},setIndicatorTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorTextColor",[t]]):oa(e)&&e.value?.setIndicatorTextColor(t)},setLeftIndicatorTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorTextColor",[t]]):oa(e)&&e.value?.setLeftIndicatorTextColor(t)},setRightIndicatorTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorTextColor",[t]]):oa(e)&&e.value?.setRightIndicatorTextColor(t)},setIndicatorArrowSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorArrowSize",[t]]):oa(e)&&e.value?.setIndicatorArrowSize(t)},setLeftIndicatorArrowSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorArrowSize",[t]]):oa(e)&&e.value?.setLeftIndicatorArrowSize(t)},setRightIndicatorArrowSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorArrowSize",[t]]):oa(e)&&e.value?.setRightIndicatorArrowSize(t)},setIndicatorDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorDrawable",[t]]):oa(e)&&e.value?.setIndicatorDrawable(t)},setLeftIndicatorDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorDrawable",[t]]):oa(e)&&e.value?.setLeftIndicatorDrawable(t)},setRightIndicatorDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorDrawable",[t]]):oa(e)&&e.value?.setRightIndicatorDrawable(t)},setIndicatorUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorUrl",[t]]):oa(e)&&e.value?.setIndicatorUrl(t)},setLeftIndicatorUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorUrl",[t]]):oa(e)&&e.value?.setLeftIndicatorUrl(t)},setRightIndicatorUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorUrl",[t]]):oa(e)&&e.value?.setRightIndicatorUrl(t)},setThumbWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbWidth",[t]]):oa(e)&&e.value?.setThumbWidth(t)},setLeftThumbWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbWidth",[t]]):oa(e)&&e.value?.setLeftThumbWidth(t)},setRightThumbWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbWidth",[t]]):oa(e)&&e.value?.setRightThumbWidth(t)},setThumbHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbHeight",[t]]):oa(e)&&e.value?.setThumbHeight(t)},setLeftThumbHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbHeight",[t]]):oa(e)&&e.value?.setLeftThumbHeight(t)},setRightThumbHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbHeight",[t]]):oa(e)&&e.value?.setRightThumbHeight(t)},scaleThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"scaleThumb",[]]):oa(e)&&e.value?.scaleThumb()},scaleLeftThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"scaleLeftThumb",[]]):oa(e)&&e.value?.scaleLeftThumb()},scaleRightThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"scaleRightThumb",[]]):oa(e)&&e.value?.scaleRightThumb()},resetThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"resetThumb",[]]):oa(e)&&e.value?.resetThumb()},resetLeftThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"resetLeftThumb",[]]):oa(e)&&e.value?.resetLeftThumb()},resetRightThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"resetRightThumb",[]]):oa(e)&&e.value?.resetRightThumb()},setThumbScaleRatio:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbScaleRatio",[t]]):oa(e)&&e.value?.setThumbScaleRatio(t)},setLeftThumbScaleRatio:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbScaleRatio",[t]]):oa(e)&&e.value?.setLeftThumbScaleRatio(t)},setRightThumbScaleRatio:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbScaleRatio",[t]]):oa(e)&&e.value?.setRightThumbScaleRatio(t)},setThumbActivate:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbActivate",[t]]):oa(e)&&e.value?.setThumbActivate(t)},setLeftThumbActivate:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbActivate",[t]]):oa(e)&&e.value?.setLeftThumbActivate(t)},setRightThumbActivate:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbActivate",[t]]):oa(e)&&e.value?.setRightThumbActivate(t)},setThumbDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbDrawable",[t]]):oa(e)&&e.value?.setThumbDrawable(t)},setLeftThumbDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbDrawable",[t]]):oa(e)&&e.value?.setLeftThumbDrawable(t)},setRightThumbDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbDrawable",[t]]):oa(e)&&e.value?.setRightThumbDrawable(t)},setThumbUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbUrl",[t]]):oa(e)&&e.value?.setThumbUrl(t)},setLeftThumbUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbUrl",[t]]):oa(e)&&e.value?.setLeftThumbUrl(t)},setRightThumbUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbUrl",[t]]):oa(e)&&e.value?.setRightThumbUrl(t)},setThumbInactivatedDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbInactivatedDrawable",[t]]):oa(e)&&e.value?.setThumbInactivatedDrawable(t)},setLeftThumbInactivatedDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbInactivatedDrawable",[t]]):oa(e)&&e.value?.setLeftThumbInactivatedDrawable(t)},setRightThumbInactivatedDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbInactivatedDrawable",[t]]):oa(e)&&e.value?.setRightThumbInactivatedDrawable(t)},setThumbInactivatedUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbInactivatedUrl",[t]]):oa(e)&&e.value?.setThumbInactivatedUrl(t)},setLeftThumbInactivatedUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbInactivatedUrl",[t]]):oa(e)&&e.value?.setLeftThumbInactivatedUrl(t)},setRightThumbInactivatedUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbInactivatedUrl",[t]]):oa(e)&&e.value?.setRightThumbInactivatedUrl(t)},setTickMarkMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkMode",[t]]):oa(e)&&e.value?.setTickMarkMode(t)},setTickMarkGravity:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkGravity",[t]]):oa(e)&&e.value?.setTickMarkGravity(t)},setTickMarkLayoutGravity:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkLayoutGravity",[t]]):oa(e)&&e.value?.setTickMarkLayoutGravity(t)},setTickMarkTextArray:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkTextArray",[t]]):oa(e)&&e.value?.setTickMarkTextArray(t)},setTickMarkTextMargin:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkTextMargin",[t]]):oa(e)&&e.value?.setTickMarkTextMargin(t)},setTickMarkTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkTextSize",[t]]):oa(e)&&e.value?.setTickMarkTextSize(t)},setTickMarkTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkTextColor",[t]]):oa(e)&&e.value?.setTickMarkTextColor(t)},setTickMarkInRangeTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkInRangeTextColor",[t]]):oa(e)&&e.value?.setTickMarkInRangeTextColor(t)},setSteps:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSteps",[t]]):oa(e)&&e.value?.setSteps(t)},setStepsWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsWidth",[t]]):oa(e)&&e.value?.setStepsWidth(t)},setStepsHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsHeight",[t]]):oa(e)&&e.value?.setStepsHeight(t)},setStepsRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsRadius",[t]]):oa(e)&&e.value?.setStepsRadius(t)},setStepsColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsColor",[t]]):oa(e)&&e.value?.setStepsColor(t)},setStepsAutoBonding:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsAutoBonding",[t]]):oa(e)&&e.value?.setStepsAutoBonding(t)},setStepsDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsDrawable",[t]]):oa(e)&&e.value?.setStepsDrawable(t)},setStepsUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsUrl",[t]]):oa(e)&&e.value?.setStepsUrl(t)}}}(e),y=function(e){return{...e,resetSeekbar:function(e){e.value?.resetSeekbar()},startSeek:function(e,t){e.value?.startSeek(t)},stopSeek:function(e){e.value?.stopSeek()},invalidateSeekBar:function(e){fl(e)?R.callNative(rl,ul,[e,"invalidateSeekBar",[]]):oa(e)&&e.value?.invalidateSeekBar()},setFocusable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setFocusable",[t]]):oa(e)&&e.value?.setFocusable(t)},setClickable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setClickable",[t]]):oa(e)&&e.value?.setClickable(t)},setVisible:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setVisible",[t]]):oa(e)&&e.value?.setVisible(t)},setLeftSeekBarVisible:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftSeekBarVisible",[t]]):oa(e)&&e.value?.setLeftSeekBarVisible(t)},setRightSeekBarVisible:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightSeekBarVisible",[t]]):oa(e)&&e.value?.setRightSeekBarVisible(t)},setSeekBarMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSeekBarMode",[t]]):oa(e)&&e.value?.setSeekBarMode(t)},setProgress:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgress",[t]]):oa(e)&&e.value?.setProgress(t)},setSecondProgress:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSecondProgress",[t]]):oa(e)&&e.value?.setSecondProgress(t)},show:function(e,t){fl(e)?R.callNative(rl,ul,[e,"show",[t]]):oa(e)&&e.value?.show(t)},setMaxProgress:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setMaxProgress",[t]]):oa(e)&&e.value?.setMaxProgress(t)},setRangeProgress:function(e,t,a){fl(e)?R.callNative(rl,ul,[e,"setRangeProgress",[t,a]]):oa(e)&&e.value?.setRangeProgress(t,a)},getProgress:function(e){fl(e)?R.callNative(rl,ul,[e,"getProgress",[]]):oa(e)&&e.value?.getProgress()},getLeftProgress:function(e){fl(e)?R.callNative(rl,ul,[e,"getLeftProgress",[]]):oa(e)&&e.value?.getLeftProgress()},getRightProgress:function(e){fl(e)?R.callNative(rl,ul,[e,"getRightProgress",[]]):oa(e)&&e.value?.getRightProgress()},setRange:function(e,t,a,n){fl(e)?R.callNative(rl,ul,[e,"setRange",[t,a,n]]):oa(e)&&e.value?.setRange(t,a,n)},setGravity:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setGravity",[t]]):oa(e)&&e.value?.setGravity(t)},setProgressWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressWidth",[t]]):oa(e)&&e.value?.setProgressWidth(t)},setProgressHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressHeight",[t]]):oa(e)&&e.value?.setProgressHeight(t)},setProgressRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressRadius",[t]]):oa(e)&&e.value?.setProgressRadius(t)},setProgressColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressColor",[t]]):oa(e)&&e.value?.setProgressColor(t)},setProgressDefaultColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressDefaultColor",[t]]):oa(e)&&e.value?.setProgressDefaultColor(t)},setProgressDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressDrawable",[t]]):oa(e)&&e.value?.setProgressDrawable(t)},setProgressDefaultDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressDefaultDrawable",[t]]):oa(e)&&e.value?.setProgressDefaultDrawable(t)},setProgressUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressUrl",[t]]):oa(e)&&e.value?.setProgressUrl(t)},setProgressDefaultUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setProgressDefaultUrl",[t]]):oa(e)&&e.value?.setProgressDefaultUrl(t)},showIndicator:function(e,t){fl(e)?R.callNative(rl,ul,[e,"showIndicator",[t]]):oa(e)&&e.value?.showIndicator(t)},showLeftIndicator:function(e,t){fl(e)?R.callNative(rl,ul,[e,"showLeftIndicator",[t]]):oa(e)&&e.value?.showLeftIndicator(t)},showRightIndicator:function(e,t){fl(e)?R.callNative(rl,ul,[e,"showRightIndicator",[t]]):oa(e)&&e.value?.showRightIndicator(t)},setIndicatorShowMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorShowMode",[t]]):oa(e)&&e.value?.setIndicatorShowMode(t)},setLeftIndicatorShowMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorShowMode",[t]]):oa(e)&&e.value?.setLeftIndicatorShowMode(t)},setRightIndicatorShowMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorShowMode",[t]]):oa(e)&&e.value?.setRightIndicatorShowMode(t)},setIndicatorWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorWidth",[t]]):oa(e)&&e.value?.setIndicatorWidth(t)},setLeftIndicatorWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorWidth",[t]]):oa(e)&&e.value?.setLeftIndicatorWidth(t)},setRightIndicatorWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorWidth",[t]]):oa(e)&&e.value?.setRightIndicatorWidth(t)},setIndicatorHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorHeight",[t]]):oa(e)&&e.value?.setIndicatorHeight(t)},setLeftIndicatorHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorHeight",[t]]):oa(e)&&e.value?.setLeftIndicatorHeight(t)},setRightIndicatorHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorHeight",[t]]):oa(e)&&e.value?.setRightIndicatorHeight(t)},setIndicatorTextDecimalFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorTextDecimalFormat",[t]]):oa(e)&&e.value?.setIndicatorTextDecimalFormat(t)},setLeftIndicatorTextDecimalFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorTextDecimalFormat",[t]]):oa(e)&&e.value?.setLeftIndicatorTextDecimalFormat(t)},setRightIndicatorTextDecimalFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorTextDecimalFormat",[t]]):oa(e)&&e.value?.setRightIndicatorTextDecimalFormat(t)},setIndicatorTextStringFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorTextStringFormat",[t]]):oa(e)&&e.value?.setIndicatorTextStringFormat(t)},setLeftIndicatorTextStringFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorTextStringFormat",[t]]):oa(e)&&e.value?.setLeftIndicatorTextStringFormat(t)},setRightIndicatorTextStringFormat:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorTextStringFormat",[t]]):oa(e)&&e.value?.setRightIndicatorTextStringFormat(t)},setIndicatorMargin:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorMargin",[t]]):oa(e)&&e.value?.setIndicatorMargin(t)},setLeftIndicatorMargin:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorMargin",[t]]):oa(e)&&e.value?.setLeftIndicatorMargin(t)},setRightIndicatorMargin:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorMargin",[t]]):oa(e)&&e.value?.setRightIndicatorMargin(t)},setIndicatorPaddingBottom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorPaddingBottom",[t]]):oa(e)&&e.value?.setIndicatorPaddingBottom(t)},setLeftIndicatorPaddingBottom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorPaddingBottom",[t]]):oa(e)&&e.value?.setLeftIndicatorPaddingBottom(t)},setRightIndicatorPaddingBottom:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorPaddingBottom",[t]]):oa(e)&&e.value?.setRightIndicatorPaddingBottom(t)},setIndicatorPaddingTop:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorPaddingTop",[t]]):oa(e)&&e.value?.setIndicatorPaddingTop(t)},setLeftIndicatorPaddingTop:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorPaddingTop",[t]]):oa(e)&&e.value?.setLeftIndicatorPaddingTop(t)},setRightIndicatorPaddingTop:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorPaddingTop",[t]]):oa(e)&&e.value?.setRightIndicatorPaddingTop(t)},setIndicatorPaddingLeft:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorPaddingLeft",[t]]):oa(e)&&e.value?.setIndicatorPaddingLeft(t)},setLeftIndicatorPaddingLeft:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorPaddingLeft",[t]]):oa(e)&&e.value?.setLeftIndicatorPaddingLeft(t)},setRightIndicatorPaddingLeft:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorPaddingLeft",[t]]):oa(e)&&e.value?.setRightIndicatorPaddingLeft(t)},setIndicatorPaddingRight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorPaddingRight",[t]]):oa(e)&&e.value?.setIndicatorPaddingRight(t)},setLeftIndicatorPaddingRight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorPaddingRight",[t]]):oa(e)&&e.value?.setLeftIndicatorPaddingRight(t)},setRightIndicatorPaddingRight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorPaddingRight",[t]]):oa(e)&&e.value?.setRightIndicatorPaddingRight(t)},setIndicatorBackgroundColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorBackgroundColor",[t]]):oa(e)&&e.value?.setIndicatorBackgroundColor(t)},setLeftIndicatorBackgroundColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorBackgroundColor",[t]]):oa(e)&&e.value?.setLeftIndicatorBackgroundColor(t)},setRightIndicatorBackgroundColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorBackgroundColor",[t]]):oa(e)&&e.value?.setLeftIndicatorBackgroundColor(t)},setIndicatorRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorRadius",[t]]):oa(e)&&e.value?.setIndicatorRadius(t)},setLeftIndicatorRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorRadius",[t]]):oa(e)&&e.value?.setLeftIndicatorRadius(t)},setRightIndicatorRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorRadius",[t]]):oa(e)&&e.value?.setRightIndicatorRadius(t)},setIndicatorTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorTextSize",[t]]):oa(e)&&e.value?.setIndicatorTextSize(t)},setLeftIndicatorTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorTextSize",[t]]):oa(e)&&e.value?.setLeftIndicatorTextSize(t)},setRightIndicatorTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorTextSize",[t]]):oa(e)&&e.value?.setRightIndicatorTextSize(t)},setIndicatorTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorTextColor",[t]]):oa(e)&&e.value?.setIndicatorTextColor(t)},setLeftIndicatorTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorTextColor",[t]]):oa(e)&&e.value?.setLeftIndicatorTextColor(t)},setRightIndicatorTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorTextColor",[t]]):oa(e)&&e.value?.setRightIndicatorTextColor(t)},setIndicatorArrowSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorArrowSize",[t]]):oa(e)&&e.value?.setIndicatorArrowSize(t)},setLeftIndicatorArrowSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorArrowSize",[t]]):oa(e)&&e.value?.setLeftIndicatorArrowSize(t)},setRightIndicatorArrowSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorArrowSize",[t]]):oa(e)&&e.value?.setRightIndicatorArrowSize(t)},setIndicatorDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorDrawable",[t]]):oa(e)&&e.value?.setIndicatorDrawable(t)},setLeftIndicatorDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorDrawable",[t]]):oa(e)&&e.value?.setLeftIndicatorDrawable(t)},setRightIndicatorDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorDrawable",[t]]):oa(e)&&e.value?.setRightIndicatorDrawable(t)},setIndicatorUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setIndicatorUrl",[t]]):oa(e)&&e.value?.setIndicatorUrl(t)},setLeftIndicatorUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftIndicatorUrl",[t]]):oa(e)&&e.value?.setLeftIndicatorUrl(t)},setRightIndicatorUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightIndicatorUrl",[t]]):oa(e)&&e.value?.setRightIndicatorUrl(t)},setThumbWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbWidth",[t]]):oa(e)&&e.value?.setThumbWidth(t)},setLeftThumbWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbWidth",[t]]):oa(e)&&e.value?.setLeftThumbWidth(t)},setRightThumbWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbWidth",[t]]):oa(e)&&e.value?.setRightThumbWidth(t)},setThumbHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbHeight",[t]]):oa(e)&&e.value?.setThumbHeight(t)},setLeftThumbHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbHeight",[t]]):oa(e)&&e.value?.setLeftThumbHeight(t)},setRightThumbHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbHeight",[t]]):oa(e)&&e.value?.setRightThumbHeight(t)},scaleThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"scaleThumb",[]]):oa(e)&&e.value?.scaleThumb()},scaleLeftThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"scaleLeftThumb",[]]):oa(e)&&e.value?.scaleLeftThumb()},scaleRightThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"scaleRightThumb",[]]):oa(e)&&e.value?.scaleRightThumb()},resetThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"resetThumb",[]]):oa(e)&&e.value?.resetThumb()},resetLeftThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"resetLeftThumb",[]]):oa(e)&&e.value?.resetLeftThumb()},resetRightThumb:function(e){fl(e)?R.callNative(rl,ul,[e,"resetRightThumb",[]]):oa(e)&&e.value?.resetRightThumb()},setThumbScaleRatio:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbScaleRatio",[t]]):oa(e)&&e.value?.setThumbScaleRatio(t)},setLeftThumbScaleRatio:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbScaleRatio",[t]]):oa(e)&&e.value?.setLeftThumbScaleRatio(t)},setRightThumbScaleRatio:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbScaleRatio",[t]]):oa(e)&&e.value?.setRightThumbScaleRatio(t)},setThumbActivate:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbActivate",[t]]):oa(e)&&e.value?.setThumbActivate(t)},setLeftThumbActivate:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbActivate",[t]]):oa(e)&&e.value?.setLeftThumbActivate(t)},setRightThumbActivate:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbActivate",[t]]):oa(e)&&e.value?.setRightThumbActivate(t)},setThumbDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbDrawable",[t]]):oa(e)&&e.value?.setThumbDrawable(t)},setLeftThumbDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbDrawable",[t]]):oa(e)&&e.value?.setLeftThumbDrawable(t)},setRightThumbDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbDrawable",[t]]):oa(e)&&e.value?.setRightThumbDrawable(t)},setThumbUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbUrl",[t]]):oa(e)&&e.value?.setThumbUrl(t)},setLeftThumbUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbUrl",[t]]):oa(e)&&e.value?.setLeftThumbUrl(t)},setRightThumbUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbUrl",[t]]):oa(e)&&e.value?.setRightThumbUrl(t)},setThumbInactivatedDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbInactivatedDrawable",[t]]):oa(e)&&e.value?.setThumbInactivatedDrawable(t)},setLeftThumbInactivatedDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbInactivatedDrawable",[t]]):oa(e)&&e.value?.setLeftThumbInactivatedDrawable(t)},setRightThumbInactivatedDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbInactivatedDrawable",[t]]):oa(e)&&e.value?.setRightThumbInactivatedDrawable(t)},setThumbInactivatedUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setThumbInactivatedUrl",[t]]):oa(e)&&e.value?.setThumbInactivatedUrl(t)},setLeftThumbInactivatedUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setLeftThumbInactivatedUrl",[t]]):oa(e)&&e.value?.setLeftThumbInactivatedUrl(t)},setRightThumbInactivatedUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setRightThumbInactivatedUrl",[t]]):oa(e)&&e.value?.setRightThumbInactivatedUrl(t)},setTickMarkMode:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkMode",[t]]):oa(e)&&e.value?.setTickMarkMode(t)},setTickMarkGravity:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkGravity",[t]]):oa(e)&&e.value?.setTickMarkGravity(t)},setTickMarkLayoutGravity:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkLayoutGravity",[t]]):oa(e)&&e.value?.setTickMarkLayoutGravity(t)},setTickMarkTextArray:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkTextArray",[t]]):oa(e)&&e.value?.setTickMarkTextArray(t)},setTickMarkTextMargin:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkTextMargin",[t]]):oa(e)&&e.value?.setTickMarkTextMargin(t)},setTickMarkTextSize:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkTextSize",[t]]):oa(e)&&e.value?.setTickMarkTextSize(t)},setTickMarkTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkTextColor",[t]]):oa(e)&&e.value?.setTickMarkTextColor(t)},setTickMarkInRangeTextColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setTickMarkInRangeTextColor",[t]]):oa(e)&&e.value?.setTickMarkInRangeTextColor(t)},setSteps:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setSteps",[t]]):oa(e)&&e.value?.setSteps(t)},setStepsWidth:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsWidth",[t]]):oa(e)&&e.value?.setStepsWidth(t)},setStepsHeight:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsHeight",[t]]):oa(e)&&e.value?.setStepsHeight(t)},setStepsRadius:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsRadius",[t]]):oa(e)&&e.value?.setStepsRadius(t)},setStepsColor:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsColor",[t]]):oa(e)&&e.value?.setStepsColor(t)},setStepsAutoBonding:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsAutoBonding",[t]]):oa(e)&&e.value?.setStepsAutoBonding(t)},setStepsDrawable:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsDrawable",[t]]):oa(e)&&e.value?.setStepsDrawable(t)},setStepsUrl:function(e,t){fl(e)?R.callNative(rl,ul,[e,"setStepsUrl",[t]]):oa(e)&&e.value?.setStepsUrl(t)}}}(e),P=function(e){return{...e,setup:function(e){e.value?.setup()},setInitData:function(e,t,a,n,o){e.value?.setInitData(t,a,n,o)},setVisible:function(e,t){e.value?.setVisible(t)},setPageData:function(e,t,a){e.value?.setPageData(t,a)},scrollTo:function(e,t){e.value?.scrollTo(t)},scrollToWithOffset:function(e,t,a,n){e.value?.scrollToWithOffset(t,a,n)},setSelected:function(e,t){e.value?.setSelected(t)},setGroupSelected:function(e,t){e.value?.setGroupSelected(t)},requestFocus:function(e,t){e.value?.requestFocus(t)},release:function(e){e.value?.release()}}}(e),N=function(e){return{...e,initTab:function(e,t){e.value?.initTab(t)},initPage:function(e,t){e.value?.initPage(t)},setPageState:function(e,t,a){e.value?.setPageState(t,a)},setPageData:function(e,t,a){e.value?.setPageData(t,a)},addPageData:function(e,t,a,n){e.value?.addPageData(t,a,n)},updatePageData:function(e,t,a){e.value?.updatePageData(t,a)},updatePageSection:function(e,t,a,n){e.value?.updatePageSection(t,a,n)},getPageSection:function(e,t,a){return e.value?.getPageSection(t,a)},getPageSectionList:function(e,t){return e.value?.getPageSectionList(t)},deletePageSection:function(e,t,a,n){e.value?.deletePageSection(t,a,n)},addPageItemList:function(e,t,a,n){e.value?.addPageItemList(t,a,n)},getPageItem:function(e,t,a,n){return e.value?.getPageItem(t,a,n)},updatePageItem:function(e,t,a,n,o){e.value?.updatePageItem(t,a,n,o)},deletePageItem:function(e,t,a,n,o){e.value?.deletePageItem(t,a,n,o)},focusBackToTop:function(e){e.value?.focusBackToTop()},requestNodeFocus:function(e,t){e.value?.requestNodeFocus(t)},reloadAll:function(e,t){e.value?.reloadAll(t)},reloadPage:function(e,t){e.value?.reloadPage(t)},setCurrentPage:function(e,t){e.value?.setCurrentPage(t)},requestTabFocus:function(e,t){e.value?.requestTabFocus(t)},invokeContentFunction:function(e,t,a,n){e.value?.invokeContentFunction(t,a,n)},invokeContentFunctionDirect:function(e,t,a){e.value?.invokeContentFunctionDirect(t,a)},contentScrollToFocus:function(e,t){e.value?.contentScrollToFocus(t)},getRootNodeViewState:function(e,t,a,n){e.value?.getRootNodeViewState(t,a,n)},getChildNodeViewState:function(e,t,a,n,o,i){e.value?.getChildNodeViewState(t,a,n,o,i)},dispatchUIFunctionOnChildNode:function(e,t,a,n,o,i){e.value?.dispatchUIFunctionOnChildNode(t,a,n,o,i)},updateItemMatched:function(e,t,a,n){e.value?.updateItemMatched(t,a,n)},updateRootNode:function(e,t,a,n){e.value?.updateRootNode(t,a,n)},updateChildNode:function(e,t,a,n,o){e.value?.updateChildNode(t,a,n,o)},destroy:function(e){e.value?.destroy()},cancelAll:function(e){e.value?.cancelAll()},translationLeft:function(e){e.value?.translationLeft()},translationRight:function(e){e.value?.translationRight()},getCurrentPageIndex:function(e){return e.value?.getCurrentPageIndex()??-1},getCurrentTabIndex:function(e){return e.value?e.value.getCurrentTabIndex():Promise.reject()},insertPageData:function(e,t,a,n){e.value?.insertPageData(t,a,n)},getDataManager:function(e){return e.value?.getDataManager()}}}(e),A=function(e){return{...e}}(e),L=function(e){return{...e}}(e),C=function(e){return{...e}}(e),D=function(e){return{...e}}(e),U=function(e){return{...e}}(e),w=function(e){return{...e}}(e),x={searchReplaceItem:function(e,t){R.callNative(rl,"searchReplaceItem",e,t)},searchReplaceItemTraverse:function(e,t){R.callNative(rl,"searchReplaceItemTraverse",e,t)}},k=function(e){return{...e}}(e);return{div:o,img:o,ul:f,li:o,p:o,view:n,webView:u,listView:i,gridView:l,waterfall:c,image:r,scrollView:v,text:g,replaceChildView:I,animation:p,appIcon:m,classifiedListView:h,collapse:T,listItem:_,lottieView:S,navBar:F,pluginView:b,progressBar:E,seekBar:y,mediaSeries:P,tabs:N,x5WebView:d,button:A,column:L,loading:C,longImage:k,poster:D,qrCode:U,row:w,virtualView:x,indicator:s,log:O,es:B,develop:M,toast:W,storage:V,device:G,display:q,network:z,appList:Q,power:$,permission:Y,usbDevice:H,broadcast:j,audio:K,shareData:Z,runtime:J,plugin:X,download:ee,upload:te,actionBar:ae,iac:ne,location:oe,focus:ie,provider:le,eventBus:ce,xlog:se,logUpload:re,brightness:ue,service:de}}var Il,pl,ml,hl,Tl,_l,Sl,Fl,bl,El,yl,Pl,Nl,Rl,Al,Ll,Cl,Dl,Ul,wl,xl,kl,Ol;!function(e){e.QT_FOCUS_BEFORE_DESCENDANTS="beforeDescendants",e.QT_FOCUS_AFTER_DESCENDANTS="afterDescendants",e.QT_FOCUS_BLOCK_DESCENDANTS="blockDescendants"}(Il||(Il={})),function(e){e[e.QT_FOCUS_BEFORE_DESCENDANTS=131072]="QT_FOCUS_BEFORE_DESCENDANTS",e[e.QT_FOCUS_AFTER_DESCENDANTS=262144]="QT_FOCUS_AFTER_DESCENDANTS",e[e.QT_FOCUS_BLOCK_DESCENDANTS=393216]="QT_FOCUS_BLOCK_DESCENDANTS"}(pl||(pl={})),function(e){e[e.QT_FOCUS_DIRECTION_BACKWARD=1]="QT_FOCUS_DIRECTION_BACKWARD",e[e.QT_FOCUS_DIRECTION_FORWARD=2]="QT_FOCUS_DIRECTION_FORWARD",e[e.QT_FOCUS_DIRECTION_LEFT=17]="QT_FOCUS_DIRECTION_LEFT",e[e.QT_FOCUS_DIRECTION_UP=33]="QT_FOCUS_DIRECTION_UP",e[e.QT_FOCUS_DIRECTION_RIGHT=66]="QT_FOCUS_DIRECTION_RIGHT",e[e.QT_FOCUS_DIRECTION_DOWN=130]="QT_FOCUS_DIRECTION_DOWN"}(ml||(ml={})),function(e){e.QT_FOCUS_DIRECTION_ALL="all",e.QT_FOCUS_DIRECTION_LEFT="left",e.QT_FOCUS_DIRECTION_UP="up",e.QT_FOCUS_DIRECTION_RIGHT="right",e.QT_FOCUS_DIRECTION_DOWN="down"}(hl||(hl={})),function(e){e.VISIBLE="visible",e.INVISIBLE="invisible",e.GONE="gone"}(Tl||(Tl={})),function(e){e.QT_TEXT_SPAN_ATTRIBUTE_TYPE_SIZE="size",e.QT_TEXT_SPAN_ATTRIBUTE_TYPE_COLOR="color"}(_l||(_l={})),function(e){e.QT_IMAGE_RESIZE_MODE_CONTAIN="contain",e.QT_IMAGE_RESIZE_MODE_COVER="cover",e.QT_IMAGE_RESIZE_MODE_CENTER="center",e.QT_IMAGE_RESIZE_MODE_ORIGIN="origin",e.QT_IMAGE_RESIZE_MODE_FIT_XY="fitxy"}(Sl||(Sl={})),function(e){e[e.SCROLL_STATE_IDLE=0]="SCROLL_STATE_IDLE",e[e.SCROLL_STATE_DRAGGING=1]="SCROLL_STATE_DRAGGING",e[e.SCROLL_STATE_SETTLING=2]="SCROLL_STATE_SETTLING"}(Fl||(Fl={})),function(e){e[e.QT_NAV_BAR_ITEM_TYPE_TEXT=2e4]="QT_NAV_BAR_ITEM_TYPE_TEXT"}(bl||(bl={})),function(e){e[e.QT_TAB_ITEM_TYPE_DEFAULT=2e4]="QT_TAB_ITEM_TYPE_DEFAULT"}(El||(El={})),function(e){e[e.NONE=0]="NONE",e[e.SOFTWARE=1]="SOFTWARE",e[e.HARDWARE=2]="HARDWARE"}(yl||(yl={})),function(e){e[e.NONE=0]="NONE",e[e.SOFTWARE=1]="SOFTWARE",e[e.HARDWARE=2]="HARDWARE"}(Pl||(Pl={})),function(e){e[e.QT_SEEK_BAR_MODE_SINGLE=1]="QT_SEEK_BAR_MODE_SINGLE",e[e.QT_SEEK_BAR_MODE_RANGE=2]="QT_SEEK_BAR_MODE_RANGE"}(Nl||(Nl={})),function(e){e[e.QT_SEEK_BAR_GRAVITY_TOP=0]="QT_SEEK_BAR_GRAVITY_TOP",e[e.QT_SEEK_BAR_GRAVITY_BOTTOM=1]="QT_SEEK_BAR_GRAVITY_BOTTOM",e[e.QT_SEEK_BAR_GRAVITY_CENTER=2]="QT_SEEK_BAR_GRAVITY_CENTER"}(Rl||(Rl={})),function(e){e[e.QT_SEEK_BAR_INDICATION_MODE_SHOW_WHEN_TOUCH=0]="QT_SEEK_BAR_INDICATION_MODE_SHOW_WHEN_TOUCH",e[e.QT_SEEK_BAR_INDICATION_MODE_ALWAYS_HIDE=1]="QT_SEEK_BAR_INDICATION_MODE_ALWAYS_HIDE",e[e.QT_SEEK_BAR_INDICATION_MODE_ALWAYS_SHOW_AFTER_TOUCH=2]="QT_SEEK_BAR_INDICATION_MODE_ALWAYS_SHOW_AFTER_TOUCH",e[e.QT_SEEK_BAR_INDICATION_MODE_ALWAYS_SHOW=3]="QT_SEEK_BAR_INDICATION_MODE_ALWAYS_SHOW"}(Al||(Al={})),function(e){e[e.QT_SEEK_BAR_TICK_MARK_MODE_NUMBER=0]="QT_SEEK_BAR_TICK_MARK_MODE_NUMBER",e[e.QT_SEEK_BAR_TICK_MARK_MODE_OTHER=1]="QT_SEEK_BAR_TICK_MARK_MODE_OTHER"}(Ll||(Ll={})),function(e){e[e.QT_SEEK_BAR_TICK_MARK_GRAVITY_LEFT=0]="QT_SEEK_BAR_TICK_MARK_GRAVITY_LEFT",e[e.QT_SEEK_BAR_TICK_MARK_GRAVITY_CENTER=1]="QT_SEEK_BAR_TICK_MARK_GRAVITY_CENTER",e[e.QT_SEEK_BAR_TICK_MARK_GRAVITY_RIGHT=2]="QT_SEEK_BAR_TICK_MARK_GRAVITY_RIGHT"}(Cl||(Cl={})),function(e){e[e.QT_SEEK_BAR_TICK_MARK_LAYOUT_GRAVITY_TOP=0]="QT_SEEK_BAR_TICK_MARK_LAYOUT_GRAVITY_TOP",e[e.QT_SEEK_BAR_TICK_MARK_LAYOUT_GRAVITY_BOTTOM=1]="QT_SEEK_BAR_TICK_MARK_LAYOUT_GRAVITY_BOTTOM"}(Dl||(Dl={})),function(e){e[e.QT_LOTTIE_REPEAT_MODE_RESTART=1]="QT_LOTTIE_REPEAT_MODE_RESTART",e[e.QT_LOTTIE_REPEAT_MODE_REVERSE=2]="QT_LOTTIE_REPEAT_MODE_REVERSE",e[e.QT_LOTTIE_REPEAT_MODE_INFINITE=-1]="QT_LOTTIE_REPEAT_MODE_INFINITE"}(Ul||(Ul={})),function(e){e[e.QT_LOTTIE_ASYNC_UPDATE_AUTOMATIC=0]="QT_LOTTIE_ASYNC_UPDATE_AUTOMATIC",e[e.QT_LOTTIE_ASYNC_UPDATE_ENABLED=1]="QT_LOTTIE_ASYNC_UPDATE_ENABLED",e[e.QT_LOTTIE_ASYNC_UPDATE_DISABLED=2]="QT_LOTTIE_ASYNC_UPDATE_DISABLED"}(wl||(wl={})),function(e){e[e.QT_GRADIENT_ORIENTATION_TOP_BOTTOM=0]="QT_GRADIENT_ORIENTATION_TOP_BOTTOM",e[e.QT_GRADIENT_ORIENTATION_TR_BL=1]="QT_GRADIENT_ORIENTATION_TR_BL",e[e.QT_GRADIENT_ORIENTATION_RIGHT_LEFT=2]="QT_GRADIENT_ORIENTATION_RIGHT_LEFT",e[e.QT_GRADIENT_ORIENTATION_BR_TL=3]="QT_GRADIENT_ORIENTATION_BR_TL",e[e.QT_GRADIENT_ORIENTATION_BOTTOM_TOP=4]="QT_GRADIENT_ORIENTATION_BOTTOM_TOP",e[e.QT_GRADIENT_ORIENTATION_BL_TR=5]="QT_GRADIENT_ORIENTATION_BL_TR",e[e.QT_GRADIENT_ORIENTATION_LEFT_RIGHT=6]="QT_GRADIENT_ORIENTATION_LEFT_RIGHT",e[e.QT_GRADIENT_ORIENTATION_TL_BR=7]="QT_GRADIENT_ORIENTATION_TL_BR"}(xl||(xl={})),function(e){e[e.QT_GRADIENT_SHAPE_RECTANGLE=0]="QT_GRADIENT_SHAPE_RECTANGLE",e[e.QT_GRADIENT_SHAPE_OVAL=1]="QT_GRADIENT_SHAPE_OVAL",e[e.QT_GRADIENT_SHAPE_LINE=2]="QT_GRADIENT_SHAPE_LINE",e[e.QT_GRADIENT_SHAPE_RING=3]="QT_GRADIENT_SHAPE_RING"}(kl||(kl={})),function(e){e[e.QT_GRADIENT_TYPE_LINEAR_GRADIENT=0]="QT_GRADIENT_TYPE_LINEAR_GRADIENT",e[e.QT_GRADIENT_TYPE_RADIAL_GRADIENT=1]="QT_GRADIENT_TYPE_RADIAL_GRADIENT",e[e.QT_GRADIENT_TYPE_SWEEP_GRADIENT=2]="QT_GRADIENT_TYPE_SWEEP_GRADIENT"}(Ol||(Ol={}));const Bl={callUIModule(e,t,a){R.callNative("UIManagerModule","callUIFunction",e,t,a)},callUIModuleAsync:async(e,t,a,n=1e3)=>new Promise((o=>{let i=setTimeout((()=>{o(!1)}),n);R.callNative("UIManagerModule","callUIFunctionWithPromise",e,t,a,(e=>{clearTimeout(i),o(e)}))})),call(e,t,a){R.callNative("ExtendModule","callUIFunction",e,t,a)},callAsync:async(e,t,a,n=1e3)=>new Promise((o=>{let i=setTimeout((()=>{o(!1)}),n);R.callNative("ExtendModule","callUIFunctionWithPromise",e,t,a,(e=>{clearTimeout(i),o(e)}))})),tvCall(e,t,a,n){R.callNative("ExtendModule","callUIFunction",e,a,[t,...n])},tvCallAsync:(e,t,a,n,o=1e3)=>new Promise((i=>{let l=setTimeout((()=>{i(!1)}),o);R.callNative("ExtendModule","callUIFunctionWithPromise",e,a,[t,...n],(e=>{clearTimeout(l),i(e)}))})),updateChild(e,t,a){this.tvCall(e,t,"searchReplaceItem",[a])},updateBySid(e,t){this.tvCall("",e,"searchReplaceItem",[t])}};var Ml,Wl,Vl,Gl,ql;!function(e){e[e.LEFT=0]="LEFT",e[e.RIGHT=1]="RIGHT",e[e.TOP=2]="TOP",e[e.BOTTOM=3]="BOTTOM"}(Ml||(Ml={})),function(e){e[e.LOADED_SUCCESS=1]="LOADED_SUCCESS",e[e.LOADED_FAIL=2]="LOADED_FAIL",e[e.START=3]="START"}(Wl||(Wl={})),function(e){e[e.ZOOM_TYPE_CENTER_INSIDE=0]="ZOOM_TYPE_CENTER_INSIDE",e[e.ZOOM_TYPE_CENTER_ORANGE=1]="ZOOM_TYPE_CENTER_ORANGE",e[e.ZOOM_TYPE_CENTER_OUTSIDE=2]="ZOOM_TYPE_CENTER_OUTSIDE",e[e.ZOOM_TYPE_CENTER_CUSTOM_ABSOLUTE=3]="ZOOM_TYPE_CENTER_CUSTOM_ABSOLUTE",e[e.ZOOM_TYPE_CENTER_CUSTOM_RELATIVE=4]="ZOOM_TYPE_CENTER_CUSTOM_RELATIVE",e[e.ZOOM_TYPE_CENTER_WIDTH_FIXED=5]="ZOOM_TYPE_CENTER_WIDTH_FIXED",e[e.ZOOM_TYPE_CENTER_HEIGHT_FIXED=6]="ZOOM_TYPE_CENTER_HEIGHT_FIXED"}(Vl||(Vl={})),function(e){e[e.POSITION_TYPE_START=0]="POSITION_TYPE_START",e[e.POSITION_TYPE_CENTER=1]="POSITION_TYPE_CENTER",e[e.POSITION_TYPE_END=2]="POSITION_TYPE_END"}(Gl||(Gl={})),function(e){e[e.ORIENTATION_USE_EXIF=-1]="ORIENTATION_USE_EXIF",e[e.ORIENTATION_0=0]="ORIENTATION_0",e[e.ORIENTATION_90=90]="ORIENTATION_90",e[e.ORIENTATION_180=180]="ORIENTATION_180",e[e.ORIENTATION_270=270]="ORIENTATION_270"}(ql||(ql={}));class zl{start_pos;end_pos;type;stop_count;stops;constructor(e,t,a,n,o,i){this.stop_count=0,this.stops=[];const l=arguments.length;if(3===l)this.start_pos={x:e,y:t,r:0},this.end_pos={x:e,y:t,r:a},this.type="radial";else if(4===l)this.start_pos={x:e,y:t},this.end_pos={x:a,y:n},this.type="linear";else{if(6!==l)throw new Error("Invalid parameters for CanvasGradient constructor");this.start_pos={x:e,y:t,r:a},this.end_pos={x:a,y:n,r:i},this.type="radial"}}addColorStop(e,t){this.stop_count<5&&e>=0&&e<=1&&(this.stops.push({pos:e,color:t}),this.stop_count++)}}const Ql=[Ln,Dn,Un,xn,On,Mn,wo,Mo,qo,Si,yi,Ni,Pi,el,al,nl],$l=t=>{t.component("qt-loading-view",{setup(t,a){const n=e();return a.expose({viewRef:n,...An(n)}),()=>P("LoadingViewComponent",{ref:n})}}),ll(t),function(t){const a=l({emits:["item-focused","item-attached","item-detached","item-bind","item-unbind"],setup(t,a){const n=e();return a.expose({viewRef:n,updateItem:(e,t)=>{R.callUIFunction(n.value,"updateItem",[e,t])},dispatchItemFunction:(e,t,a,o)=>{R.callUIFunction(n.value,"dispatchItemFunction",[e,t,a,o])},updateItemProps:(e,t,a)=>{R.callUIFunction(n.value,"updateItemProps",[t,e,a,!0])},batch:e=>{R.callUIFunction(n.value,"batch",[e])},...An(n)}),()=>{const e=a.slots.default&&a.slots.default();return P("FastListView",{ref:n,onBindItem:e=>{a.emit("item-bind",e)},onItemFocused:e=>{a.emit("item-focused",e)},onAttachedToWindow:e=>{a.emit("item-attached",e)},onDetachedFromWindow:e=>{a.emit("item-detached",e)},onItemRecycled:e=>{a.emit("item-unbind",e)}},e)}}});t.component("qt-list-item",a)}(t),cl(t),function(t){const a=l({name:"WebView",emits:["onCanGoBack","onCanGoForward","onCanGoBackOrForward","onPageStarted","onPageFinished","onLoadResource","onReceivedSslError","onReceivedError","shouldOverrideUrlLoading","onJs2Vue","onSniffingResult"],setup(t,a){const n=e();g((()=>{o(!0),l(!0),u(!0),s(!0),r(!0),c(!0),I(!0),f(!0),d(!0),v(!0),i(1),p(2)}));const o=e=>{R.callUIFunction(n.value,"setJavaScriptEnabled",[e],(e=>{}))},i=e=>{R.callUIFunction(n.value,"setPluginState",[e],(e=>{}))},l=e=>{R.callUIFunction(n.value,"setJavaScriptCanOpenWindowsAutomatically",[e],(e=>{}))},c=e=>{R.callUIFunction(n.value,"setUseWideViewPort",[e],(e=>{}))},s=e=>{R.callUIFunction(n.value,"setSupportZoom",[e],(e=>{}))},r=e=>{R.callUIFunction(n.value,"setBuiltInZoomControls",[e],(e=>{}))},u=e=>{R.callUIFunction(n.value,"setAllowFileAccess",[e],(e=>{}))},d=e=>{R.callUIFunction(n.value,"setDomStorageEnabled",[e],(e=>{}))},f=e=>{R.callUIFunction(n.value,"setAppCacheEnabled",[e],(e=>{}))},v=e=>{R.callUIFunction(n.value,"setGeolocationEnabled",[e],(e=>{}))},I=e=>{R.callUIFunction(n.value,"setSupportMultipleWindows",[e],(e=>{}))},p=e=>{R.callUIFunction(n.value,"setCacheMode",[e],(e=>{}))};return a.expose({reload:()=>{R.callUIFunction(n.value,"reload",[],(e=>{}))},clearCache:e=>{R.callUIFunction(n.value,"clearCache",[e],(e=>{}))},getUrl:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"getUrl",[],(t=>{e(t)}))})),getOriginalUrl:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"getUrl",[],(t=>{e(t)}))})),setLayerType:e=>{R.callUIFunction(n.value,"setLayerType",[e],(e=>{}))},setIgnoreCA:e=>{R.callUIFunction(n.value,"setIgnoreCA",[e],(e=>{}))},setIgnoreAllKeyEvent:e=>{R.callUIFunction(n.value,"setIgnoreAllKeyEvent",[e],(e=>{}))},getBackForwardList:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"getBackForwardList",[],(t=>{e(t)}))})),getCurrentIndexWithBackForwardList:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"getCurrentIndexWithBackForwardList",[],(t=>{e(t)}))})),getScreenStatus:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"getScreenStatus",[],(t=>{e(t)}))})),autoClickPosition:(e,t)=>new Promise(((a,o)=>{R.callUIFunction(n.value,"autoClickPosition",[e,t],(e=>{a(e)}))})),enableImageDisplay:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"enableImageDisplay",[],(t=>{e(t)}))})),disableImageDisplay:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"disableImageDisplay",[],(t=>{e(t)}))})),clearView:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"clearView",[],(t=>{e(t)}))})),stopLoading:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"stopLoading",[],(t=>{e(t)}))})),setListenEvents:e=>new Promise(((t,a)=>{R.callUIFunction(n.value,"setListenEvents",[e],(e=>{t(e)}))})),loadUrl:e=>{R.callUIFunction(n.value,"loadUrl",[e],(e=>{}))},evaluateJavascript:e=>new Promise(((t,a)=>{R.callUIFunction(n.value,"evaluateJavascript",[e],(e=>{t(e)}))})),setSniffingEnabled:e=>{R.callUIFunction(n.value,"setSniffingEnabled",[e],(e=>{}))},setSniffingRule:e=>{R.callUIFunction(n.value,"setSniffingRule",[e],(e=>{}))},resetSniffingRule:()=>{R.callUIFunction(n.value,"resetSniffingRule",[],(e=>{}))},setInterceptEnabled:e=>{R.callUIFunction(n.value,"setInterceptEnabled",[e],(e=>{}))},setInterceptRule:e=>{R.callUIFunction(n.value,"setInterceptRule",[e],(e=>{}))},resetInterceptRule:()=>{R.callUIFunction(n.value,"resetInterceptRule",[],(e=>{}))},shouldOverrideUrlLoading:e=>{R.callUIFunction(n.value,"shouldOverrideUrlLoading",[e],(e=>{}))},setUserAgent:e=>{R.callUIFunction(n.value,"setUserAgent",[e],(e=>{}))},canGoBack:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"canGoBack",[],(t=>{a.emit("onCanGoBack",t),e(t)}))})),goBack:()=>{R.callUIFunction(n.value,"goBack",[],(e=>{}))},canGoForward:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"canGoForward",[],(t=>{a.emit("onCanGoForward",t),e(t)}))})),goForward:()=>{R.callUIFunction(n.value,"goForward",[],(e=>{}))},canGoBackOrForward:e=>{R.callUIFunction(n.value,"canGoBackOrForward",[e],(e=>{a.emit("onCanGoBackOrForward",e)}))},goBackOrForward:e=>{R.callUIFunction(n.value,"goBackOrForward",[e],(e=>{}))},onResume:()=>{R.callUIFunction(n.value,"onResume",[],(e=>{}))},onPause:()=>{R.callUIFunction(n.value,"onPause",[],(e=>{}))},pauseTimers:()=>{R.callUIFunction(n.value,"pauseTimers",[],(e=>{}))},resumeTimers:()=>{R.callUIFunction(n.value,"resumeTimers",[],(e=>{}))},destroy:()=>{R.callUIFunction(n.value,"destroy",[],(e=>{}))},setJavaScriptEnabled:o,setPluginState:i,setJavaScriptCanOpenWindowsAutomatically:l,setUseWideViewPort:c,setLoadWithOverviewMode:e=>{R.callUIFunction(n.value,"setLoadWithOverviewMode",[e],(e=>{}))},setSupportZoom:s,setBuiltInZoomControls:r,setDisplayZoomControls:e=>{R.callUIFunction(n.value,"setDisplayZoomControls",[e],(e=>{}))},setAllowFileAccess:u,setDomStorageEnabled:d,setDatabaseEnabled:e=>{R.callUIFunction(n.value,"setDatabaseEnabled",[e],(e=>{}))},setAppCacheEnabled:f,setAppCachePath:e=>{R.callUIFunction(n.value,"setAppCachePath",[e],(e=>{}))},setMediaPlaybackRequiresUserGesture:e=>{R.callUIFunction(n.value,"setMediaPlaybackRequiresUserGesture",[e],(e=>{}))},setStandardFontFamily:e=>{R.callUIFunction(n.value,"setStandardFontFamily",[e],(e=>{}))},setFixedFontFamily:e=>{R.callUIFunction(n.value,"setFixedFontFamily",[e],(e=>{}))},setSansSerifFontFamily:e=>{R.callUIFunction(n.value,"setSansSerifFontFamily",[e],(e=>{}))},setSerifFontFamily:e=>{R.callUIFunction(n.value,"setSerifFontFamily",[e],(e=>{}))},setCursiveFontFamily:e=>{R.callUIFunction(n.value,"setCursiveFontFamily",[e],(e=>{}))},setFantasyFontFamily:e=>{R.callUIFunction(n.value,"setFantasyFontFamily",[e],(e=>{}))},setTextZoom:e=>{R.callUIFunction(n.value,"setTextZoom",[e],(e=>{}))},setMinimumFontSize:e=>{R.callUIFunction(n.value,"setMinimumFontSize",[e],(e=>{}))},setDefaultFontSize:e=>{R.callUIFunction(n.value,"setDefaultFontSize",[e],(e=>{}))},setLayoutAlgorithm:e=>{R.callUIFunction(n.value,"setLayoutAlgorithm",[e],(e=>{}))},setLoadsImagesAutomatically:e=>{R.callUIFunction(n.value,"setLoadsImagesAutomatically",[e],(e=>{}))},setDefaultTextEncodingName:e=>{R.callUIFunction(n.value,"setDefaultTextEncodingName",[e],(e=>{}))},setNeedInitialFocus:e=>{R.callUIFunction(n.value,"setNeedInitialFocus",[e],(e=>{}))},setGeolocationEnabled:v,setBlockNetworkLoads:e=>{R.callUIFunction(n.value,"setBlockNetworkLoads",[e],(e=>{}))},setSupportMultipleWindows:I,setAppCacheMaxSize:e=>{R.callUIFunction(n.value,"setAppCacheMaxSize",[e],(e=>{}))},setRenderPriority:e=>{R.callUIFunction(n.value,"setRenderPriority",[e],(e=>{}))},setCacheMode:p,setAllowContentAccess:e=>{R.callUIFunction(n.value,"setAllowContentAccess",[e],(e=>{}))},setEnableSmoothTransition:e=>{R.callUIFunction(n.value,"setEnableSmoothTransition",[e],(e=>{}))},setSaveFormData:e=>{R.callUIFunction(n.value,"setSaveFormData",[e],(e=>{}))},setSavePassword:e=>{R.callUIFunction(n.value,"setSavePassword",[e],(e=>{}))},setTextSize:e=>{R.callUIFunction(n.value,"setTextSize",[e],(e=>{}))},setInitialScale:e=>{R.callUIFunction(n.value,"setInitialScale",[e],(e=>{}))},setDefaultZoom:e=>{R.callUIFunction(n.value,"setDefaultZoom",[e],(e=>{}))},setLightTouchEnabled:e=>{R.callUIFunction(n.value,"setLightTouchEnabled",[e],(e=>{}))},setMinimumLogicalFontSize:e=>{R.callUIFunction(n.value,"setMinimumLogicalFontSize",[e],(e=>{}))},setDefaultFixedFontSize:e=>{R.callUIFunction(n.value,"setDefaultFixedFontSize",[e],(e=>{}))},setBlockNetworkImage:e=>{R.callUIFunction(n.value,"setBlockNetworkImage",[e],(e=>{}))},setAllowUniversalAccessFromFileURLs:e=>{R.callUIFunction(n.value,"setAllowUniversalAccessFromFileURLs",[e],(e=>{}))},setAllowFileAccessFromFileURLs:e=>{R.callUIFunction(n.value,"setAllowFileAccessFromFileURLs",[e],(e=>{}))},setDatabasePath:e=>{R.callUIFunction(n.value,"setDatabasePath",[e],(e=>{}))},setGeolocationDatabasePath:e=>{R.callUIFunction(n.value,"setGeolocationDatabasePath",[e],(e=>{}))},setUserAgentString:e=>{R.callUIFunction(n.value,"setUserAgentString",[e],(e=>{}))},setMixedContentMode:e=>{R.callUIFunction(n.value,"setMixedContentMode",[e],(e=>{}))},setOffscreenPreRaster:e=>{R.callUIFunction(n.value,"setOffscreenPreRaster",[e],(e=>{}))},setSafeBrowsingEnabled:e=>{R.callUIFunction(n.value,"setSafeBrowsingEnabled",[e],(e=>{}))},setForceDark:e=>{R.callUIFunction(n.value,"setForceDark",[e],(e=>{}))},setDisabledActionModeMenuItems:e=>{R.callUIFunction(n.value,"setDisabledActionModeMenuItems",[e],(e=>{}))},initJavaScriptInterface:()=>{R.callUIFunction(n.value,"initJavaScriptInterface",[],(e=>{}))},removeJavaScriptInterface:()=>{R.callUIFunction(n.value,"removeJavaScriptInterface",[],(e=>{}))},initWebViewFocus:(e,t,a)=>{R.callUIFunction(n.value,"initWebViewFocus",[e,t,a],(e=>{}))},...An(n)}),()=>P("ESWebViewComponent",{onPageStarted:e=>{let t=e.url;a.emit("onPageStarted",t)},onPageFinished:e=>{let t=e.url;a.emit("onPageFinished",t)},onLoadResource:e=>{let t=e.url;a.emit("onLoadResource",t)},onReceivedSslError:e=>{a.emit("onReceivedSslError",e)},onReceivedError:e=>{let t=e.errorCode,n=e.description,o=e.failingUrl;a.emit("onReceivedError",t,n,o)},onShouldOverrideUrlLoading:e=>{let t=e.url;a.emit("shouldOverrideUrlLoading",t)},onJs2Vue:e=>{let t=e.js2VueValue;a.emit("onJs2Vue",t)},onSniffingResult:e=>{let t=e.url,n=e.headers;a.emit("onSniffingResult",t,n)},ref:n})}});t.component("qt-web-view",a)}(t),function(t){const a=l({name:"X5WebView",emits:["onCanGoBack","onCanGoForward","onCanGoBackOrForward","onPageStarted","onPageFinished","onLoadResource","onReceivedSslError","onReceivedError","shouldOverrideUrlLoading","onJs2Vue","onJsRewardCall","onJsFinishGame","onProgressChanged","onConsoleMessage","onSniffingResult"],setup(t,a){const n=e();g((()=>{o(!0),l(!0),u(!0),s(!0),r(!0),c(!0),I(!0),f(!0),d(!0),v(!0),i(1),p(2)}));const o=e=>{R.callUIFunction(n.value,"setJavaScriptEnabled",[e],(e=>{}))},i=e=>{R.callUIFunction(n.value,"setPluginState",[e],(e=>{}))},l=e=>{R.callUIFunction(n.value,"setJavaScriptCanOpenWindowsAutomatically",[e],(e=>{}))},c=e=>{R.callUIFunction(n.value,"setUseWideViewPort",[e],(e=>{}))},s=e=>{R.callUIFunction(n.value,"setSupportZoom",[e],(e=>{}))},r=e=>{R.callUIFunction(n.value,"setBuiltInZoomControls",[e],(e=>{}))},u=e=>{R.callUIFunction(n.value,"setAllowFileAccess",[e],(e=>{}))},d=e=>{R.callUIFunction(n.value,"setDomStorageEnabled",[e],(e=>{}))},f=e=>{R.callUIFunction(n.value,"setAppCacheEnabled",[e],(e=>{}))},v=e=>{R.callUIFunction(n.value,"setGeolocationEnabled",[e],(e=>{}))},I=e=>{R.callUIFunction(n.value,"setSupportMultipleWindows",[e],(e=>{}))},p=e=>{R.callUIFunction(n.value,"setCacheMode",[e],(e=>{}))};return a.expose({reload:()=>{R.callUIFunction(n.value,"reload",[],(e=>{}))},clearCache:e=>{R.callUIFunction(n.value,"clearCache",[e],(e=>{}))},getUrl:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"getUrl",[],(t=>{e(t)}))})),getOriginalUrl:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"getUrl",[],(t=>{e(t)}))})),setLayerType:e=>{R.callUIFunction(n.value,"setLayerType",[e],(e=>{}))},setIgnoreCA:e=>{R.callUIFunction(n.value,"setIgnoreCA",[e],(e=>{}))},setIgnoreAllKeyEvent:e=>{R.callUIFunction(n.value,"setIgnoreAllKeyEvent",[e],(e=>{}))},getBackForwardList:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"getBackForwardList",[],(t=>{e(t)}))})),getCurrentIndexWithBackForwardList:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"getCurrentIndexWithBackForwardList",[],(t=>{e(t)}))})),getScreenStatus:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"getScreenStatus",[],(t=>{e(t)}))})),autoClickPosition:(e,t)=>new Promise(((a,o)=>{R.callUIFunction(n.value,"autoClickPosition",[e,t],(e=>{a(e)}))})),enableImageDisplay:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"enableImageDisplay",[],(t=>{e(t)}))})),disableImageDisplay:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"disableImageDisplay",[],(t=>{e(t)}))})),clearView:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"clearView",[],(t=>{e(t)}))})),stopLoading:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"stopLoading",[],(t=>{e(t)}))})),setListenEvents:e=>new Promise(((t,a)=>{R.callUIFunction(n.value,"setListenEvents",[e],(e=>{t(e)}))})),sendKeyCodeEvent:(e,t)=>new Promise(((a,o)=>{R.callUIFunction(n.value,"sendKeyCodeEvent",[e,t],(e=>{a(e)}))})),autoClickPositionWithDuration:(e,t,a)=>new Promise(((o,i)=>{R.callUIFunction(n.value,"autoClickPositionWithDuration",[e,t,a],(e=>{o(e)}))})),initWebView:e=>{R.callUIFunction(n.value,"initWebView",[e],(e=>{}))},loadUrl:e=>{R.callUIFunction(n.value,"loadUrl",[e],(e=>{}))},evaluateJavascript:e=>new Promise(((t,a)=>{R.callUIFunction(n.value,"evaluateJavascript",[e],(e=>{t(e)}))})),setSniffingEnabled:e=>{R.callUIFunction(n.value,"setSniffingEnabled",[e],(e=>{}))},setSniffingRule:e=>{R.callUIFunction(n.value,"setSniffingRule",[e],(e=>{}))},resetSniffingRule:()=>{R.callUIFunction(n.value,"resetSniffingRule",[],(e=>{}))},setInterceptEnabled:e=>{R.callUIFunction(n.value,"setInterceptEnabled",[e],(e=>{}))},setInterceptRule:e=>{R.callUIFunction(n.value,"setInterceptRule",[e],(e=>{}))},resetInterceptRule:()=>{R.callUIFunction(n.value,"resetInterceptRule",[],(e=>{}))},shouldOverrideUrlLoading:e=>{R.callUIFunction(n.value,"shouldOverrideUrlLoading",[e],(e=>{}))},canGoBack:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"canGoBack",[],(t=>{a.emit("onCanGoBack",t),e(t)}))})),goBack:()=>{R.callUIFunction(n.value,"goBack",[],(e=>{}))},canGoForward:()=>new Promise(((e,t)=>{R.callUIFunction(n.value,"canGoForward",[],(t=>{a.emit("onCanGoForward",t),e(t)}))})),goForward:()=>{R.callUIFunction(n.value,"goForward",[],(e=>{}))},canGoBackOrForward:e=>{R.callUIFunction(n.value,"canGoBackOrForward",[e],(e=>{a.emit("onCanGoBackOrForward",e)}))},goBackOrForward:e=>{R.callUIFunction(n.value,"goBackOrForward",[e],(e=>{}))},onResume:()=>{R.callUIFunction(n.value,"onResume",[],(e=>{}))},onPause:()=>{R.callUIFunction(n.value,"onPause",[],(e=>{}))},pauseTimers:()=>{R.callUIFunction(n.value,"pauseTimers",[],(e=>{}))},resumeTimers:()=>{R.callUIFunction(n.value,"resumeTimers",[],(e=>{}))},destroy:()=>{R.callUIFunction(n.value,"destroy",[],(e=>{}))},setJavaScriptEnabled:o,setPluginState:i,setJavaScriptCanOpenWindowsAutomatically:l,setUseWideViewPort:c,setLoadWithOverviewMode:e=>{R.callUIFunction(n.value,"setLoadWithOverviewMode",[e],(e=>{}))},setSupportZoom:s,setBuiltInZoomControls:r,setDisplayZoomControls:e=>{R.callUIFunction(n.value,"setDisplayZoomControls",[e],(e=>{}))},setAllowFileAccess:u,setDomStorageEnabled:d,setDatabaseEnabled:e=>{R.callUIFunction(n.value,"setDatabaseEnabled",[e],(e=>{}))},setAppCacheEnabled:f,setAppCachePath:e=>{R.callUIFunction(n.value,"setAppCachePath",[e],(e=>{}))},setMediaPlaybackRequiresUserGesture:e=>{R.callUIFunction(n.value,"setMediaPlaybackRequiresUserGesture",[e],(e=>{}))},setStandardFontFamily:e=>{R.callUIFunction(n.value,"setStandardFontFamily",[e],(e=>{}))},setFixedFontFamily:e=>{R.callUIFunction(n.value,"setFixedFontFamily",[e],(e=>{}))},setSansSerifFontFamily:e=>{R.callUIFunction(n.value,"setSansSerifFontFamily",[e],(e=>{}))},setSerifFontFamily:e=>{R.callUIFunction(n.value,"setSerifFontFamily",[e],(e=>{}))},setCursiveFontFamily:e=>{R.callUIFunction(n.value,"setCursiveFontFamily",[e],(e=>{}))},setFantasyFontFamily:e=>{R.callUIFunction(n.value,"setFantasyFontFamily",[e],(e=>{}))},setTextZoom:e=>{R.callUIFunction(n.value,"setTextZoom",[e],(e=>{}))},setMinimumFontSize:e=>{R.callUIFunction(n.value,"setMinimumFontSize",[e],(e=>{}))},setDefaultFontSize:e=>{R.callUIFunction(n.value,"setDefaultFontSize",[e],(e=>{}))},setLayoutAlgorithm:e=>{R.callUIFunction(n.value,"setLayoutAlgorithm",[e],(e=>{}))},setLoadsImagesAutomatically:e=>{R.callUIFunction(n.value,"setLoadsImagesAutomatically",[e],(e=>{}))},setDefaultTextEncodingName:e=>{R.callUIFunction(n.value,"setDefaultTextEncodingName",[e],(e=>{}))},setNeedInitialFocus:e=>{R.callUIFunction(n.value,"setNeedInitialFocus",[e],(e=>{}))},setGeolocationEnabled:v,setBlockNetworkLoads:e=>{R.callUIFunction(n.value,"setBlockNetworkLoads",[e],(e=>{}))},setSupportMultipleWindows:I,setAppCacheMaxSize:e=>{R.callUIFunction(n.value,"setAppCacheMaxSize",[e],(e=>{}))},setRenderPriority:e=>{R.callUIFunction(n.value,"setRenderPriority",[e],(e=>{}))},setCacheMode:p,setAllowContentAccess:e=>{R.callUIFunction(n.value,"setAllowContentAccess",[e],(e=>{}))},setEnableSmoothTransition:e=>{R.callUIFunction(n.value,"setEnableSmoothTransition",[e],(e=>{}))},setSaveFormData:e=>{R.callUIFunction(n.value,"setSaveFormData",[e],(e=>{}))},setSavePassword:e=>{R.callUIFunction(n.value,"setSavePassword",[e],(e=>{}))},setTextSize:e=>{R.callUIFunction(n.value,"setTextSize",[e],(e=>{}))},setInitialScale:e=>{R.callUIFunction(n.value,"setInitialScale",[e],(e=>{}))},setDefaultZoom:e=>{R.callUIFunction(n.value,"setDefaultZoom",[e],(e=>{}))},setLightTouchEnabled:e=>{R.callUIFunction(n.value,"setLightTouchEnabled",[e],(e=>{}))},setMinimumLogicalFontSize:e=>{R.callUIFunction(n.value,"setMinimumLogicalFontSize",[e],(e=>{}))},setDefaultFixedFontSize:e=>{R.callUIFunction(n.value,"setDefaultFixedFontSize",[e],(e=>{}))},setBlockNetworkImage:e=>{R.callUIFunction(n.value,"setBlockNetworkImage",[e],(e=>{}))},setAllowUniversalAccessFromFileURLs:e=>{R.callUIFunction(n.value,"setAllowUniversalAccessFromFileURLs",[e],(e=>{}))},setAllowFileAccessFromFileURLs:e=>{R.callUIFunction(n.value,"setAllowFileAccessFromFileURLs",[e],(e=>{}))},setDatabasePath:e=>{R.callUIFunction(n.value,"setDatabasePath",[e],(e=>{}))},setGeolocationDatabasePath:e=>{R.callUIFunction(n.value,"setGeolocationDatabasePath",[e],(e=>{}))},setUserAgentString:e=>{R.callUIFunction(n.value,"setUserAgentString",[e],(e=>{}))},setMixedContentMode:e=>{R.callUIFunction(n.value,"setMixedContentMode",[e],(e=>{}))},setOffscreenPreRaster:e=>{R.callUIFunction(n.value,"setOffscreenPreRaster",[e],(e=>{}))},setSafeBrowsingEnabled:e=>{R.callUIFunction(n.value,"setSafeBrowsingEnabled",[e],(e=>{}))},setForceDark:e=>{R.callUIFunction(n.value,"setForceDark",[e],(e=>{}))},setDisabledActionModeMenuItems:e=>{R.callUIFunction(n.value,"setDisabledActionModeMenuItems",[e],(e=>{}))},initJavaScriptInterface:()=>{R.callUIFunction(n.value,"initJavaScriptInterface",[],(e=>{}))},removeJavaScriptInterface:()=>{R.callUIFunction(n.value,"removeJavaScriptInterface",[],(e=>{}))},initWebViewFocus:(e,t,a)=>{R.callUIFunction(n.value,"initWebViewFocus",[e,t,a],(e=>{}))},...An(n)}),()=>P("ESX5WebViewComponent",{onPageStarted:e=>{let t=e.url;a.emit("onPageStarted",t)},onPageFinished:e=>{let t=e.url;a.emit("onPageFinished",t)},onLoadResource:e=>{let t=e.url;a.emit("onLoadResource",t)},onReceivedSslError:e=>{a.emit("onReceivedSslError",e)},onReceivedError:e=>{let t=e.errorCode,n=e.description,o=e.failingUrl;a.emit("onReceivedError",t,n,o)},onShouldOverrideUrlLoading:e=>{let t=e.url;a.emit("shouldOverrideUrlLoading",t)},onJs2Vue:e=>{let t=e.js2VueValue;a.emit("onJs2Vue",t)},onJsRewardCall:e=>{let t=e.jsRewardCallValue;a.emit("onJsRewardCall",t)},onJsFinishGame:e=>{let t=e.jsFinishGameValue;a.emit("onJsFinishGame",t)},onProgressChanged:e=>{let t=e.progress;a.emit("onProgressChanged",t)},onConsoleMessage:e=>{let t=e.message,n=e.messageLevel,o=e.sourceId,i=e.lineNumber;a.emit("onConsoleMessage",t,n,o,i)},onSniffingResult:e=>{let t=e.url,n=e.headers;a.emit("onSniffingResult",t,n)},ref:n})}});t.component("qt-x5web-view",a)}(t),function(t){t.component("qt-qr-code",{setup(t,a){const n=e();return a.expose({viewRef:n,...An(n)}),()=>P("QrCodeComponent",{ref:n})}})}(t),function(t){const a=l({name:"qt-seek-bar",props:{emitEventDelay:{type:Number,default:100},onProgressChanged:{type:Function,default:null}},emits:["onSeekStart","onSeekStop","onFocusChanged","onSeekChanged"],setup(t,a){const n=e(),o=e(!1),i=e(1),l=e(0),c=e(0),s=e(0),r=e(0);function u(e){1===i.value&&(r.value=e,R.callUIFunction(n.value,"setProgress",[e],(e=>{})))}function d(e){1===i.value&&(s.value=e,R.callUIFunction(n.value,"setMaxProgress",[e],(e=>{})))}return a.expose({viewRef:n,seekBarFocused:o,seekBarMode:i,seekCount:l,progressCallBackTime:c,maxProgress:s,progress:r,startSeek:function(e){if(o.value){i.value=2,a.emit("onSeekStart",r.value),l.value+=1;let o=1;l.value>20?o=2:l.value>50?o=4:l.value>100&&(o=6);let u=s.value,d=Math.floor(.01*u*o);if(r.value=r.value+(e?d:-d),r.value>u?r.value=u:r.value<0&&(r.value=0),R.callUIFunction(n.value,"setProgress",[r.value],(e=>{})),t.onProgressChanged){let e=(new Date).getTime();e-c.value>t.emitEventDelay&&(t.onProgressChanged(r.value),c.value=e)}}},stopSeek:function(){l.value=0,2==i.value&&a.emit("onSeekStop",r.value),i.value=1},isSeekBarFocused:function(){return o.value},resetSeekbar:function(){i.value=1,d(0),u(0)},invalidateSeekBar:function(){R.callUIFunction(n.value,"invalidateSeekBar",[],(e=>{}))},setFocusable:function(e){R.callUIFunction(n.value,"setFocusable",[e],(e=>{}))},setClickable:function(e){R.callUIFunction(n.value,"setClickable",[e],(e=>{}))},setVisible:function(e){R.callUIFunction(n.value,"setVisible",[e],(e=>{}))},setLeftSeekBarVisible:function(e){R.callUIFunction(n.value,"setLeftSeekBarVisible",[e],(e=>{}))},setRightSeekBarVisible:function(e){R.callUIFunction(n.value,"setRightSeekBarVisible",[e],(e=>{}))},setSeekBarMode:function(e){R.callUIFunction(n.value,"setSeekBarMode",[e],(e=>{}))},setProgress:u,setRangeProgress:function(e,t){R.callUIFunction(n.value,"setProgress",[e,t],(e=>{}))},getProgress:function(){R.callUIFunction(n.value,"getProgress",[],(e=>{}))},getLeftProgress:function(){R.callUIFunction(n.value,"getLeftProgress",[],(e=>{}))},getRightProgress:function(){R.callUIFunction(n.value,"getRightProgress",[],(e=>{}))},setRange:function(e,t,a){R.callUIFunction(n.value,"setRange",[e,t,a],(e=>{}))},setGravity:function(e){R.callUIFunction(n.value,"setGravity",[e],(e=>{}))},setProgressWidth:function(e){R.callUIFunction(n.value,"setProgressWidth",[e],(e=>{}))},setProgressHeight:function(e){R.callUIFunction(n.value,"setProgressHeight",[e],(e=>{}))},setProgressRadius:function(e){R.callUIFunction(n.value,"setProgressRadius",[e],(e=>{}))},setProgressColor:function(e){R.callUIFunction(n.value,"setProgressColor",[e],(e=>{}))},setProgressDefaultColor:function(e){R.callUIFunction(n.value,"setProgressDefaultColor",[e],(e=>{}))},setProgressDrawable:function(e){R.callUIFunction(n.value,"setProgressDrawable",[e],(e=>{}))},setProgressDefaultDrawable:function(e){R.callUIFunction(n.value,"setProgressDefaultDrawable",[e],(e=>{}))},setProgressUrl:function(e){R.callUIFunction(n.value,"setProgressUrl",[e],(e=>{}))},setProgressDefaultUrl:function(e){R.callUIFunction(n.value,"setProgressDefaultUrl",[e],(e=>{}))},showIndicator:function(e){R.callUIFunction(n.value,"showIndicator",[e],(e=>{}))},showLeftIndicator:function(e){R.callUIFunction(n.value,"showLeftIndicator",[e],(e=>{}))},showRightIndicator:function(e){R.callUIFunction(n.value,"showRightIndicator",[e],(e=>{}))},setIndicatorShowMode:function(e){R.callUIFunction(n.value,"setIndicatorShowMode",[e],(e=>{}))},setLeftIndicatorShowMode:function(e){R.callUIFunction(n.value,"setLeftIndicatorShowMode",[e],(e=>{}))},setRightIndicatorShowMode:function(e){R.callUIFunction(n.value,"setRightIndicatorShowMode",[e],(e=>{}))},setIndicatorWidth:function(e){R.callUIFunction(n.value,"setIndicatorWidth",[e],(e=>{}))},setLeftIndicatorWidth:function(e){R.callUIFunction(n.value,"setLeftIndicatorWidth",[e],(e=>{}))},setRightIndicatorWidth:function(e){R.callUIFunction(n.value,"setRightIndicatorWidth",[e],(e=>{}))},setIndicatorHeight:function(e){R.callUIFunction(n.value,"setIndicatorHeight",[e],(e=>{}))},setLeftIndicatorHeight:function(e){R.callUIFunction(n.value,"setLeftIndicatorHeight",[e],(e=>{}))},setRightIndicatorHeight:function(e){R.callUIFunction(n.value,"setRightIndicatorHeight",[e],(e=>{}))},setIndicatorTextDecimalFormat:function(e){R.callUIFunction(n.value,"setIndicatorTextDecimalFormat",[e],(e=>{}))},setLeftIndicatorTextDecimalFormat:function(e){R.callUIFunction(n.value,"setLeftIndicatorTextDecimalFormat",[e],(e=>{}))},setRightIndicatorTextDecimalFormat:function(e){R.callUIFunction(n.value,"setRightIndicatorTextDecimalFormat",[e],(e=>{}))},setIndicatorTextStringFormat:function(e){R.callUIFunction(n.value,"setIndicatorTextStringFormat",[e],(e=>{}))},setLeftIndicatorTextStringFormat:function(e){R.callUIFunction(n.value,"setLeftIndicatorTextStringFormat",[e],(e=>{}))},setRightIndicatorTextStringFormat:function(e){R.callUIFunction(n.value,"setRightIndicatorTextStringFormat",[e],(e=>{}))},setIndicatorMargin:function(e){R.callUIFunction(n.value,"setIndicatorMargin",[e],(e=>{}))},setLeftIndicatorMargin:function(e){R.callUIFunction(n.value,"setLeftIndicatorMargin",[e],(e=>{}))},setRightIndicatorMargin:function(e){R.callUIFunction(n.value,"setRightIndicatorMargin",[e],(e=>{}))},setIndicatorPaddingBottom:function(e){R.callUIFunction(n.value,"setIndicatorPaddingBottom",[e],(e=>{}))},setLeftIndicatorPaddingBottom:function(e){R.callUIFunction(n.value,"setLeftIndicatorPaddingBottom",[e],(e=>{}))},setRightIndicatorPaddingBottom:function(e){R.callUIFunction(n.value,"setRightIndicatorPaddingBottom",[e],(e=>{}))},setIndicatorPaddingTop:function(e){R.callUIFunction(n.value,"setIndicatorPaddingTop",[e],(e=>{}))},setLeftIndicatorPaddingTop:function(e){R.callUIFunction(n.value,"setLeftIndicatorPaddingTop",[e],(e=>{}))},setRightIndicatorPaddingTop:function(e){R.callUIFunction(n.value,"setRightIndicatorPaddingTop",[e],(e=>{}))},setIndicatorPaddingLeft:function(e){R.callUIFunction(n.value,"setIndicatorPaddingLeft",[e],(e=>{}))},setLeftIndicatorPaddingLeft:function(e){R.callUIFunction(n.value,"setLeftIndicatorPaddingLeft",[e],(e=>{}))},setRightIndicatorPaddingLeft:function(e){R.callUIFunction(n.value,"setRightIndicatorPaddingLeft",[e],(e=>{}))},setIndicatorPaddingRight:function(e){R.callUIFunction(n.value,"setIndicatorPaddingRight",[e],(e=>{}))},setLeftIndicatorPaddingRight:function(e){R.callUIFunction(n.value,"setLeftIndicatorPaddingRight",[e],(e=>{}))},setRightIndicatorPaddingRight:function(e){R.callUIFunction(n.value,"setRightIndicatorPaddingRight",[e],(e=>{}))},setIndicatorBackgroundColor:function(e){R.callUIFunction(n.value,"setIndicatorBackgroundColor",[e],(e=>{}))},setLeftIndicatorBackgroundColor:function(e){R.callUIFunction(n.value,"setLeftIndicatorBackgroundColor",[e],(e=>{}))},setRightIndicatorBackgroundColor:function(e){R.callUIFunction(n.value,"setRightIndicatorBackgroundColor",[e],(e=>{}))},setIndicatorRadius:function(e){R.callUIFunction(n.value,"setIndicatorRadius",[e],(e=>{}))},setLeftIndicatorRadius:function(e){R.callUIFunction(n.value,"setLeftIndicatorRadius",[e],(e=>{}))},setRightIndicatorRadius:function(e){R.callUIFunction(n.value,"setRightIndicatorRadius",[e],(e=>{}))},setIndicatorTextSize:function(e){R.callUIFunction(n.value,"setIndicatorTextSize",[e],(e=>{}))},setLeftIndicatorTextSize:function(e){R.callUIFunction(n.value,"setLeftIndicatorTextSize",[e],(e=>{}))},setRightIndicatorTextSize:function(e){R.callUIFunction(n.value,"setRightIndicatorTextSize",[e],(e=>{}))},setIndicatorTextColor:function(e){R.callUIFunction(n.value,"setIndicatorTextColor",[e],(e=>{}))},setLeftIndicatorTextColor:function(e){R.callUIFunction(n.value,"setLeftIndicatorTextColor",[e],(e=>{}))},setRightIndicatorTextColor:function(e){R.callUIFunction(n.value,"setRightIndicatorTextColor",[e],(e=>{}))},setIndicatorArrowSize:function(e){R.callUIFunction(n.value,"setIndicatorArrowSize",[e],(e=>{}))},setLeftIndicatorArrowSize:function(e){R.callUIFunction(n.value,"setLeftIndicatorArrowSize",[e],(e=>{}))},setRightIndicatorArrowSize:function(e){R.callUIFunction(n.value,"setRightIndicatorArrowSize",[e],(e=>{}))},setIndicatorDrawable:function(e){R.callUIFunction(n.value,"setIndicatorDrawable",[e],(e=>{}))},setLeftIndicatorDrawable:function(e){R.callUIFunction(n.value,"setLeftIndicatorDrawable",[e],(e=>{}))},setRightIndicatorDrawable:function(e){R.callUIFunction(n.value,"setRightIndicatorDrawable",[e],(e=>{}))},setIndicatorUrl:function(e){R.callUIFunction(n.value,"setIndicatorUrl",[e],(e=>{}))},setLeftIndicatorUrl:function(e){R.callUIFunction(n.value,"setLeftIndicatorUrl",[e],(e=>{}))},setRightIndicatorUrl:function(e){R.callUIFunction(n.value,"setRightIndicatorUrl",[e],(e=>{}))},setThumbWidth:function(e){R.callUIFunction(n.value,"setThumbWidth",[e],(e=>{}))},setLeftThumbWidth:function(e){R.callUIFunction(n.value,"setLeftThumbWidth",[e],(e=>{}))},setRightThumbWidth:function(e){R.callUIFunction(n.value,"setRightThumbWidth",[e],(e=>{}))},setThumbHeight:function(e){R.callUIFunction(n.value,"setThumbHeight",[e],(e=>{}))},setLeftThumbHeight:function(e){R.callUIFunction(n.value,"setLeftThumbHeight",[e],(e=>{}))},setRightThumbHeight:function(e){R.callUIFunction(n.value,"setRightThumbHeight",[e],(e=>{}))},scaleThumb:function(){R.callUIFunction(n.value,"scaleThumb",[],(e=>{}))},scaleLeftThumb:function(){R.callUIFunction(n.value,"scaleLeftThumb",[],(e=>{}))},scaleRightThumb:function(){R.callUIFunction(n.value,"scaleLeftThumb",[],(e=>{}))},resetThumb:function(){R.callUIFunction(n.value,"resetThumb",[],(e=>{}))},resetLeftThumb:function(){R.callUIFunction(n.value,"resetLeftThumb",[],(e=>{}))},resetRightThumb:function(){R.callUIFunction(n.value,"resetRightThumb",[],(e=>{}))},setThumbScaleRatio:function(e){R.callUIFunction(n.value,"setThumbScaleRatio",[e],(e=>{}))},setLeftThumbScaleRatio:function(e){R.callUIFunction(n.value,"setLeftThumbScaleRatio",[e],(e=>{}))},setRightThumbScaleRatio:function(e){R.callUIFunction(n.value,"setRightThumbScaleRatio",[e],(e=>{}))},setThumbActivate:function(e){R.callUIFunction(n.value,"setThumbActivate",[e],(e=>{}))},setLeftThumbActivate:function(e){R.callUIFunction(n.value,"setLeftThumbActivate",[e],(e=>{}))},setRightThumbActivate:function(e){R.callUIFunction(n.value,"setRightThumbActivate",[e],(e=>{}))},setThumbDrawable:function(e){R.callUIFunction(n.value,"setThumbDrawable",[e],(e=>{}))},setLeftThumbDrawable:function(e){R.callUIFunction(n.value,"setLeftThumbDrawable",[e],(e=>{}))},setRightThumbDrawable:function(e){R.callUIFunction(n.value,"setRightThumbDrawable",[e],(e=>{}))},setThumbUrl:function(e){R.callUIFunction(n.value,"setThumbUrl",[e],(e=>{}))},setLeftThumbUrl:function(e){R.callUIFunction(n.value,"setLeftThumbUrl",[e],(e=>{}))},setRightThumbUrl:function(e){R.callUIFunction(n.value,"setRightThumbUrl",[e],(e=>{}))},setThumbInactivatedDrawable:function(e){R.callUIFunction(n.value,"setThumbInactivatedDrawable",[e],(e=>{}))},setLeftThumbInactivatedDrawable:function(e){R.callUIFunction(n.value,"setLeftThumbInactivatedDrawable",[e],(e=>{}))},setRightThumbInactivatedDrawable:function(e){R.callUIFunction(n.value,"setRightThumbInactivatedDrawable",[e],(e=>{}))},setThumbInactivatedUrl:function(e){R.callUIFunction(n.value,"setThumbInactivatedUrl",[e],(e=>{}))},setLeftThumbInactivatedUrl:function(e){R.callUIFunction(n.value,"setLeftThumbInactivatedUrl",[e],(e=>{}))},setRightThumbInactivatedUrl:function(e){R.callUIFunction(n.value,"setRightThumbInactivatedUrl",[e],(e=>{}))},setTickMarkMode:function(e){R.callUIFunction(n.value,"setTickMarkMode",[e],(e=>{}))},setTickMarkGravity:function(e){R.callUIFunction(n.value,"setTickMarkGravity",[e],(e=>{}))},setTickMarkLayoutGravity:function(e){R.callUIFunction(n.value,"setTickMarkLayoutGravity",[e],(e=>{}))},setTickMarkTextArray:function(e){R.callUIFunction(n.value,"setTickMarkTextArray",[e],(e=>{}))},setTickMarkTextMargin:function(e){R.callUIFunction(n.value,"setTickMarkTextMargin",[e],(e=>{}))},setTickMarkTextSize:function(e){R.callUIFunction(n.value,"setTickMarkTextSize",[e],(e=>{}))},setTickMarkTextColor:function(e){R.callUIFunction(n.value,"setTickMarkTextColor",[e],(e=>{}))},setTickMarkInRangeTextColor:function(e){R.callUIFunction(n.value,"setTickMarkInRangeTextColor",[e],(e=>{}))},setSteps:function(e){R.callUIFunction(n.value,"setSteps",[e],(e=>{}))},setStepsWidth:function(e){R.callUIFunction(n.value,"setStepsWidth",[e],(e=>{}))},setStepsHeight:function(e){R.callUIFunction(n.value,"setStepsHeight",[e],(e=>{}))},setStepsRadius:function(e){R.callUIFunction(n.value,"setStepsRadius",[e],(e=>{}))},setStepsColor:function(e){R.callUIFunction(n.value,"setStepsColor",[e],(e=>{}))},setStepsAutoBonding:function(e){R.callUIFunction(n.value,"setStepsAutoBonding",[e],(e=>{}))},setStepsDrawable:function(e){R.callUIFunction(n.value,"setStepsDrawable",[e],(e=>{}))},setStepsUrl:function(e){R.callUIFunction(n.value,"setStepsUrl",[e],(e=>{}))},setSecondProgress:function(e){R.callUIFunction(n.value,"setSecondProgress",[e],(e=>{}))},show:function(e){R.callUIFunction(n.value,"show",[e],(e=>{}))},setMaxProgress:d,...An(n)}),()=>P("TVSeekBarViewComponent",{ref:n,onFocus:e=>{o.value=e.isFocused,a.emit("onFocusChanged",e.isFocused)},onSeekBarChange:e=>{a.emit("onSeekChanged",e.progress)}})}});t.component("qt-seek-bar",a)}(t),function(t){const a=Va({name:"qt-progress-bar",emits:["onFocusChanged","onSeekChanged"],setup(t,a){const n=e();return a.expose({viewRef:n,invalidateProgressBar:function(){R.callUIFunction(n.value,"invalidateSeekBar",[],(e=>{}))},setFocusable:function(e){R.callUIFunction(n.value,"setFocusable",[e],(e=>{}))},setClickable:function(e){R.callUIFunction(n.value,"setClickable",[e],(e=>{}))},setVisible:function(e){R.callUIFunction(n.value,"setVisible",[e],(e=>{}))},setLeftSeekBarVisible:function(e){R.callUIFunction(n.value,"setLeftSeekBarVisible",[e],(e=>{}))},setRightSeekBarVisible:function(e){R.callUIFunction(n.value,"setRightSeekBarVisible",[e],(e=>{}))},setSeekBarMode:function(e){R.callUIFunction(n.value,"setSeekBarMode",[e],(e=>{}))},setProgress:function(e){R.callUIFunction(n.value,"setProgress",[e],(e=>{}))},setRangeProgress:function(e,t){R.callUIFunction(n.value,"setProgress",[e,t],(e=>{}))},getProgress:function(){R.callUIFunction(n.value,"getProgress",[],(e=>{}))},getLeftProgress:function(){R.callUIFunction(n.value,"getLeftProgress",[],(e=>{}))},getRightProgress:function(){R.callUIFunction(n.value,"getRightProgress",[],(e=>{}))},setRange:function(e,t,a){R.callUIFunction(n.value,"setRange",[e,t,a],(e=>{}))},setGravity:function(e){R.callUIFunction(n.value,"setGravity",[e],(e=>{}))},setProgressWidth:function(e){R.callUIFunction(n.value,"setProgressWidth",[e],(e=>{}))},setProgressHeight:function(e){R.callUIFunction(n.value,"setProgressHeight",[e],(e=>{}))},setProgressRadius:function(e){R.callUIFunction(n.value,"setProgressRadius",[e],(e=>{}))},setProgressColor:function(e){R.callUIFunction(n.value,"setProgressColor",[e],(e=>{}))},setProgressDefaultColor:function(e){R.callUIFunction(n.value,"setProgressDefaultColor",[e],(e=>{}))},setProgressDrawable:function(e){R.callUIFunction(n.value,"setProgressDrawable",[e],(e=>{}))},setProgressDefaultDrawable:function(e){R.callUIFunction(n.value,"setProgressDefaultDrawable",[e],(e=>{}))},setProgressUrl:function(e){R.callUIFunction(n.value,"setProgressUrl",[e],(e=>{}))},setProgressDefaultUrl:function(e){R.callUIFunction(n.value,"setProgressDefaultUrl",[e],(e=>{}))},showIndicator:function(e){R.callUIFunction(n.value,"showIndicator",[e],(e=>{}))},showLeftIndicator:function(e){R.callUIFunction(n.value,"showLeftIndicator",[e],(e=>{}))},showRightIndicator:function(e){R.callUIFunction(n.value,"showRightIndicator",[e],(e=>{}))},setIndicatorShowMode:function(e){R.callUIFunction(n.value,"setIndicatorShowMode",[e],(e=>{}))},setLeftIndicatorShowMode:function(e){R.callUIFunction(n.value,"setLeftIndicatorShowMode",[e],(e=>{}))},setRightIndicatorShowMode:function(e){R.callUIFunction(n.value,"setRightIndicatorShowMode",[e],(e=>{}))},setIndicatorWidth:function(e){R.callUIFunction(n.value,"setIndicatorWidth",[e],(e=>{}))},setLeftIndicatorWidth:function(e){R.callUIFunction(n.value,"setLeftIndicatorWidth",[e],(e=>{}))},setRightIndicatorWidth:function(e){R.callUIFunction(n.value,"setRightIndicatorWidth",[e],(e=>{}))},setIndicatorHeight:function(e){R.callUIFunction(n.value,"setIndicatorHeight",[e],(e=>{}))},setLeftIndicatorHeight:function(e){R.callUIFunction(n.value,"setLeftIndicatorHeight",[e],(e=>{}))},setRightIndicatorHeight:function(e){R.callUIFunction(n.value,"setRightIndicatorHeight",[e],(e=>{}))},setIndicatorTextDecimalFormat:function(e){R.callUIFunction(n.value,"setIndicatorTextDecimalFormat",[e],(e=>{}))},setLeftIndicatorTextDecimalFormat:function(e){R.callUIFunction(n.value,"setLeftIndicatorTextDecimalFormat",[e],(e=>{}))},setRightIndicatorTextDecimalFormat:function(e){R.callUIFunction(n.value,"setRightIndicatorTextDecimalFormat",[e],(e=>{}))},setIndicatorTextStringFormat:function(e){R.callUIFunction(n.value,"setIndicatorTextStringFormat",[e],(e=>{}))},setLeftIndicatorTextStringFormat:function(e){R.callUIFunction(n.value,"setLeftIndicatorTextStringFormat",[e],(e=>{}))},setRightIndicatorTextStringFormat:function(e){R.callUIFunction(n.value,"setRightIndicatorTextStringFormat",[e],(e=>{}))},setIndicatorMargin:function(e){R.callUIFunction(n.value,"setIndicatorMargin",[e],(e=>{}))},setLeftIndicatorMargin:function(e){R.callUIFunction(n.value,"setLeftIndicatorMargin",[e],(e=>{}))},setRightIndicatorMargin:function(e){R.callUIFunction(n.value,"setRightIndicatorMargin",[e],(e=>{}))},setIndicatorPaddingBottom:function(e){R.callUIFunction(n.value,"setIndicatorPaddingBottom",[e],(e=>{}))},setLeftIndicatorPaddingBottom:function(e){R.callUIFunction(n.value,"setLeftIndicatorPaddingBottom",[e],(e=>{}))},setRightIndicatorPaddingBottom:function(e){R.callUIFunction(n.value,"setRightIndicatorPaddingBottom",[e],(e=>{}))},setIndicatorPaddingTop:function(e){R.callUIFunction(n.value,"setIndicatorPaddingTop",[e],(e=>{}))},setLeftIndicatorPaddingTop:function(e){R.callUIFunction(n.value,"setLeftIndicatorPaddingTop",[e],(e=>{}))},setRightIndicatorPaddingTop:function(e){R.callUIFunction(n.value,"setRightIndicatorPaddingTop",[e],(e=>{}))},setIndicatorPaddingLeft:function(e){R.callUIFunction(n.value,"setIndicatorPaddingLeft",[e],(e=>{}))},setLeftIndicatorPaddingLeft:function(e){R.callUIFunction(n.value,"setLeftIndicatorPaddingLeft",[e],(e=>{}))},setRightIndicatorPaddingLeft:function(e){R.callUIFunction(n.value,"setRightIndicatorPaddingLeft",[e],(e=>{}))},setIndicatorPaddingRight:function(e){R.callUIFunction(n.value,"setIndicatorPaddingRight",[e],(e=>{}))},setLeftIndicatorPaddingRight:function(e){R.callUIFunction(n.value,"setLeftIndicatorPaddingRight",[e],(e=>{}))},setRightIndicatorPaddingRight:function(e){R.callUIFunction(n.value,"setRightIndicatorPaddingRight",[e],(e=>{}))},setIndicatorBackgroundColor:function(e){R.callUIFunction(n.value,"setIndicatorBackgroundColor",[e],(e=>{}))},setLeftIndicatorBackgroundColor:function(e){R.callUIFunction(n.value,"setLeftIndicatorBackgroundColor",[e],(e=>{}))},setRightIndicatorBackgroundColor:function(e){R.callUIFunction(n.value,"setRightIndicatorBackgroundColor",[e],(e=>{}))},setIndicatorRadius:function(e){R.callUIFunction(n.value,"setIndicatorRadius",[e],(e=>{}))},setLeftIndicatorRadius:function(e){R.callUIFunction(n.value,"setLeftIndicatorRadius",[e],(e=>{}))},setRightIndicatorRadius:function(e){R.callUIFunction(n.value,"setRightIndicatorRadius",[e],(e=>{}))},setIndicatorTextSize:function(e){R.callUIFunction(n.value,"setIndicatorTextSize",[e],(e=>{}))},setLeftIndicatorTextSize:function(e){R.callUIFunction(n.value,"setLeftIndicatorTextSize",[e],(e=>{}))},setRightIndicatorTextSize:function(e){R.callUIFunction(n.value,"setRightIndicatorTextSize",[e],(e=>{}))},setIndicatorTextColor:function(e){R.callUIFunction(n.value,"setIndicatorTextColor",[e],(e=>{}))},setLeftIndicatorTextColor:function(e){R.callUIFunction(n.value,"setLeftIndicatorTextColor",[e],(e=>{}))},setRightIndicatorTextColor:function(e){R.callUIFunction(n.value,"setRightIndicatorTextColor",[e],(e=>{}))},setIndicatorArrowSize:function(e){R.callUIFunction(n.value,"setIndicatorArrowSize",[e],(e=>{}))},setLeftIndicatorArrowSize:function(e){R.callUIFunction(n.value,"setLeftIndicatorArrowSize",[e],(e=>{}))},setRightIndicatorArrowSize:function(e){R.callUIFunction(n.value,"setRightIndicatorArrowSize",[e],(e=>{}))},setIndicatorDrawable:function(e){R.callUIFunction(n.value,"setIndicatorDrawable",[e],(e=>{}))},setLeftIndicatorDrawable:function(e){R.callUIFunction(n.value,"setLeftIndicatorDrawable",[e],(e=>{}))},setRightIndicatorDrawable:function(e){R.callUIFunction(n.value,"setRightIndicatorDrawable",[e],(e=>{}))},setIndicatorUrl:function(e){R.callUIFunction(n.value,"setIndicatorUrl",[e],(e=>{}))},setLeftIndicatorUrl:function(e){R.callUIFunction(n.value,"setLeftIndicatorUrl",[e],(e=>{}))},setRightIndicatorUrl:function(e){R.callUIFunction(n.value,"setRightIndicatorUrl",[e],(e=>{}))},setThumbWidth:function(e){R.callUIFunction(n.value,"setThumbWidth",[e],(e=>{}))},setLeftThumbWidth:function(e){R.callUIFunction(n.value,"setLeftThumbWidth",[e],(e=>{}))},setRightThumbWidth:function(e){R.callUIFunction(n.value,"setRightThumbWidth",[e],(e=>{}))},setThumbHeight:function(e){R.callUIFunction(n.value,"setThumbHeight",[e],(e=>{}))},setLeftThumbHeight:function(e){R.callUIFunction(n.value,"setLeftThumbHeight",[e],(e=>{}))},setRightThumbHeight:function(e){R.callUIFunction(n.value,"setRightThumbHeight",[e],(e=>{}))},scaleThumb:function(){R.callUIFunction(n.value,"scaleThumb",[],(e=>{}))},scaleLeftThumb:function(){R.callUIFunction(n.value,"scaleLeftThumb",[],(e=>{}))},scaleRightThumb:function(){R.callUIFunction(n.value,"scaleLeftThumb",[],(e=>{}))},resetThumb:function(){R.callUIFunction(n.value,"resetThumb",[],(e=>{}))},resetLeftThumb:function(){R.callUIFunction(n.value,"resetLeftThumb",[],(e=>{}))},resetRightThumb:function(){R.callUIFunction(n.value,"resetRightThumb",[],(e=>{}))},setThumbScaleRatio:function(e){R.callUIFunction(n.value,"setThumbScaleRatio",[e],(e=>{}))},setLeftThumbScaleRatio:function(e){R.callUIFunction(n.value,"setLeftThumbScaleRatio",[e],(e=>{}))},setRightThumbScaleRatio:function(e){R.callUIFunction(n.value,"setRightThumbScaleRatio",[e],(e=>{}))},setThumbActivate:function(e){R.callUIFunction(n.value,"setThumbActivate",[e],(e=>{}))},setLeftThumbActivate:function(e){R.callUIFunction(n.value,"setLeftThumbActivate",[e],(e=>{}))},setRightThumbActivate:function(e){R.callUIFunction(n.value,"setRightThumbActivate",[e],(e=>{}))},setThumbDrawable:function(e){R.callUIFunction(n.value,"setThumbDrawable",[e],(e=>{}))},setLeftThumbDrawable:function(e){R.callUIFunction(n.value,"setLeftThumbDrawable",[e],(e=>{}))},setRightThumbDrawable:function(e){R.callUIFunction(n.value,"setRightThumbDrawable",[e],(e=>{}))},setThumbUrl:function(e){R.callUIFunction(n.value,"setThumbUrl",[e],(e=>{}))},setLeftThumbUrl:function(e){R.callUIFunction(n.value,"setLeftThumbUrl",[e],(e=>{}))},setRightThumbUrl:function(e){R.callUIFunction(n.value,"setRightThumbUrl",[e],(e=>{}))},setThumbInactivatedDrawable:function(e){R.callUIFunction(n.value,"setThumbInactivatedDrawable",[e],(e=>{}))},setLeftThumbInactivatedDrawable:function(e){R.callUIFunction(n.value,"setLeftThumbInactivatedDrawable",[e],(e=>{}))},setRightThumbInactivatedDrawable:function(e){R.callUIFunction(n.value,"setRightThumbInactivatedDrawable",[e],(e=>{}))},setThumbInactivatedUrl:function(e){R.callUIFunction(n.value,"setThumbInactivatedUrl",[e],(e=>{}))},setLeftThumbInactivatedUrl:function(e){R.callUIFunction(n.value,"setLeftThumbInactivatedUrl",[e],(e=>{}))},setRightThumbInactivatedUrl:function(e){R.callUIFunction(n.value,"setRightThumbInactivatedUrl",[e],(e=>{}))},setTickMarkMode:function(e){R.callUIFunction(n.value,"setTickMarkMode",[e],(e=>{}))},setTickMarkGravity:function(e){R.callUIFunction(n.value,"setTickMarkGravity",[e],(e=>{}))},setTickMarkLayoutGravity:function(e){R.callUIFunction(n.value,"setTickMarkLayoutGravity",[e],(e=>{}))},setTickMarkTextArray:function(e){R.callUIFunction(n.value,"setTickMarkTextArray",[e],(e=>{}))},setTickMarkTextMargin:function(e){R.callUIFunction(n.value,"setTickMarkTextMargin",[e],(e=>{}))},setTickMarkTextSize:function(e){R.callUIFunction(n.value,"setTickMarkTextSize",[e],(e=>{}))},setTickMarkTextColor:function(e){R.callUIFunction(n.value,"setTickMarkTextColor",[e],(e=>{}))},setTickMarkInRangeTextColor:function(e){R.callUIFunction(n.value,"setTickMarkInRangeTextColor",[e],(e=>{}))},setSteps:function(e){R.callUIFunction(n.value,"setSteps",[e],(e=>{}))},setStepsWidth:function(e){R.callUIFunction(n.value,"setStepsWidth",[e],(e=>{}))},setStepsHeight:function(e){R.callUIFunction(n.value,"setStepsHeight",[e],(e=>{}))},setStepsRadius:function(e){R.callUIFunction(n.value,"setStepsRadius",[e],(e=>{}))},setStepsColor:function(e){R.callUIFunction(n.value,"setStepsColor",[e],(e=>{}))},setStepsAutoBonding:function(e){R.callUIFunction(n.value,"setStepsAutoBonding",[e],(e=>{}))},setStepsDrawable:function(e){R.callUIFunction(n.value,"setStepsDrawable",[e],(e=>{}))},setStepsUrl:function(e){R.callUIFunction(n.value,"setStepsUrl",[e],(e=>{}))},setSecondProgress:function(e){R.callUIFunction(n.value,"setSecondProgress",[e],(e=>{}))},show:function(e){R.callUIFunction(n.value,"show",[e],(e=>{}))},setMaxProgress:function(e){R.callUIFunction(n.value,"setMaxProgress",[e],(e=>{}))},...An(n)}),()=>P("TVProgressBarViewComponent",{ref:n,onFocus:e=>{a.emit("onFocusChanged",e.isFocused)},onSeekBarChange:e=>{a.emit("onSeekChanged",e.progress)}})}});t.component("qt-progress-bar",a)}(t),sl(t),function(t){t.component("qt-dialog",{setup(t,a){const n=e();return a.expose({viewRef:n,...An(n)}),()=>{const e=a.slots.default&&a.slots.default();return P("Modal",{ref:n},e)}}})}(t),function(t){const a=l({setup(t,a){const n=e();return a.expose({viewRef:n,scrollTo:function(e,t){R.callUIFunction(n.value,"scrollTo",[e,t])},scrollToWithOptions:function(e,t,a){R.callUIFunction(n.value,"scrollToWithOptions",[{x:e,y:t,duration:a}])},...An(n)}),()=>{const e=a.slots.default&&a.slots.default();return P("ScrollView",{ref:n},e)}}});t.component("qt-scroll-view",a)}(t),function(t){t.component("qt-lottie-view",{emits:["onAnimationStart","onAnimationEnd","onAnimationCancel","onAnimationRepeat","onAnimationUpdate","onAnimationPause","onAnimationResume"],setup(t,a){const n=e();return a.expose({loadRaw:e=>{R.callUIFunction(n.value,"lottie_rawRes",[e])},loadFile:e=>{R.callUIFunction(n.value,"lottie_localRes",[e])},loadJsonFile:e=>{R.callUIFunction(n.value,"lottie_localRes",[e])},loadZipFile:(e,t)=>{R.callUIFunction(n.value,"lottie_zipPath",[e,t])},loadUrl:e=>{R.callUIFunction(n.value,"lottie_url",[e])},loadCacheUrl:(e,t)=>{R.callUIFunction(n.value,"lottie_cache_url",[e,t])},setFallbackResource:e=>{R.callUIFunction(n.value,"lottie_fallbackRes",[e])},setAutoPlay:e=>{R.callUIFunction(n.value,"lottie_autoPlay",[e])},setLottieLoop:e=>{R.callUIFunction(n.value,"lottie_loop",[e])},setRepeatMode:e=>{R.callUIFunction(n.value,"lottie_repeatMode",[e])},setRepeatCount:e=>{R.callUIFunction(n.value,"lottie_repeatCount",[e])},setSpeed:e=>{R.callUIFunction(n.value,"lottie_speed",[e])},setClipToCompositionBounds:e=>{R.callUIFunction(n.value,"lottie_clipToCompositionBounds",[e])},setDefaultFontFileExtension:e=>{R.callUIFunction(n.value,"lottie_defaultFontFileExtension",[e])},setImageAssetsFolder:e=>{R.callUIFunction(n.value,"lottie_imageAssetsFolder",[e])},setProgress:e=>{R.callUIFunction(n.value,"lottie_progress",[e])},enableMergePathsForKitKatAndAbove:e=>{R.callUIFunction(n.value,"lottie_enableMergePathsForKitKatAndAbove",[e])},setColorFilter:e=>{R.callUIFunction(n.value,"lottie_colorFilter",[e])},setRenderMode:e=>{R.callUIFunction(n.value,"lottie_renderMode",[e])},setAsyncUpdate:e=>{R.callUIFunction(n.value,"lottie_asyncUpdates",[e])},playAnimation:()=>{R.callUIFunction(n.value,"playAnimation",[])},setIgnoreDisabledSystemAnimations:e=>{R.callUIFunction(n.value,"lottie_ignoreDisabledSystemAnimations",[e])},setUseCompositionFrameRate:e=>{R.callUIFunction(n.value,"lottie_useCompositionFrameRate",[e])},resumeAnimation:()=>{R.callUIFunction(n.value,"resumeAnimation",[])},pauseAnimation:()=>{R.callUIFunction(n.value,"pauseAnimation",[])},cancelAnimation:()=>{R.callUIFunction(n.value,"cancelAnimation",[])},cacheComposition:e=>{R.callUIFunction(n.value,"cacheComposition",[e])},removeAllListener:()=>{R.callUIFunction(n.value,"removeAllListener",[])},...An(n)}),()=>{const e=a.slots.default&&a.slots.default();return P("ESLottieViewComponent",{ref:n,onAnimationEvent:e=>{const t=e.value??"";switch(e.eventName){case"onAnimationStart":a.emit("onAnimationStart");break;case"onAnimationEnd":a.emit("onAnimationEnd");break;case"onAnimationCancel":a.emit("onAnimationCancel");break;case"onAnimationRepeat":a.emit("onAnimationRepeat");break;case"onAnimationUpdate":a.emit("onAnimationUpdate",t);break;case"onAnimationPause":a.emit("onAnimationPause");break;case"onAnimationResume":a.emit("onAnimationResume")}}},e)}}})}(t),function(t){const a=l({setup(t,a){const n=e();return a.expose({setPackageName:function(e){R.callUIFunction(n.value,"setPackageName",[e],(e=>{}))},setRoundingRadius:function(e){R.callUIFunction(n.value,"setRoundingRadius",[e],(e=>{}))}}),()=>P("ESAppIconViewComponent",{ref:n})}});t.component("qt-app-icon",a)}(t),function(t){const a=l({emits:["onPluginLoadSuccess","onPluginLoadError"],setup(t,a){const n=e(),o=w().getESSDKVersionCode()>=k.ES_SDK_VERSION_29?"ESPluginViewComponent":"div";return a.expose({dispatchFunction:(e,t)=>new Promise((a=>{R.callUIFunction(n.value,e,t,(e=>{a(e)}))}))}),()=>P(o,{ref:n,onPluginLoadSuccess:e=>{a.emit("onPluginLoadSuccess",{sid:e.sid})},onPluginLoadError:e=>{a.emit("onPluginLoadError",{sid:e.sid,errorCode:e.errorCode,errorMessage:e.errorMessage})}})}});t.component("qt-plugin-view",a)}(t),function(t){const a=l({setup(t,a){const n=e();return a.expose({viewRef:n,setChildSID:function(e){R.callUIFunction(n.value,"setChildSID",[e])},...An(n)}),()=>{const e=a.slots.default&&a.slots.default();return P("ReplaceChildView",{ref:n},e)}}});t.component("qt-replace-child",a)}(t),function(t){A("CanvasView2D",{component:{name:"CanvasView2D"}});const a={setup(t,a){const n=e();return a.expose({viewRef:n,destroyView:()=>{R.callUIFunction(n.value,"destoryView",[])},drawAction:e=>{R.callUIFunction(n.value,"drawAction",[e])},drawFinish:()=>{R.callUIFunction(n.value,"drawAction",[])},fillStyle:e=>{let t="";if("linear"===e.type){t="AC"+e.start_pos.x.toFixed(2)+","+e.start_pos.y.toFixed(2)+","+e.end_pos.x.toFixed(2)+","+e.end_pos.y.toFixed(2);for(let a=0;a<e.stop_count;++a)t+=","+e.stops[a].pos+","+e.stops[a].color}else if(e&&"radial"===e.type){const a=e.start_pos,n=e.end_pos;t="AD"+a.x.toFixed(2)+","+a.y.toFixed(2)+","+a.r.toFixed(2)+","+n.x.toFixed(2)+","+n.y.toFixed(2)+","+n.r.toFixed(2);for(let a=0;a<e.stop_count;++a)t+=","+e.stops[a].pos+","+e.stops[a].color}else"string"==typeof e&&(t=e);R.callUIFunction(n.value,"fillStyle",[t])},fillRect:(e,t,a,o)=>{R.callUIFunction(n.value,"fillRect",[e,t,a,o])},rec:(e,t,a,o)=>{R.callUIFunction(n.value,"rec",[e,t,a,o])},strokeStyle:e=>{let t="";if("object"==typeof e&&"linear"===e.type){t="NC"+e.start_pos.x.toFixed(2)+","+e.start_pos.y.toFixed(2)+","+e.end_pos.x.toFixed(2)+","+e.end_pos.y.toFixed(2);for(let a=0;a<e.stop_count;++a)t+=","+e.stops[a].pos+","+e.stops[a].color}else"string"==typeof e&&(t=e);R.callUIFunction(n.value,"strokeStyle",[t])},strokeRect:(e,t,a,o)=>{R.callUIFunction(n.value,"strokeRect",[e,t,a,o])},clearRect:(e,t,a,o)=>{R.callUIFunction(n.value,"clearRect",[e,t,a,o])},shadowBlur:e=>{R.callUIFunction(n.value,"shadowBlur",[e])},shadowColor:e=>{R.callUIFunction(n.value,"shadowColor",[e])},shadowOffsetX:e=>{R.callUIFunction(n.value,"shadowOffsetX",[e])},shadowOffsetY:e=>{R.callUIFunction(n.value,"shadowOffsetY",[e])},lineDashOffset:e=>{R.callUIFunction(n.value,"lineDashOffset",[e])},lineWidth:e=>{R.callUIFunction(n.value,"lineWidth",[e])},setLineDash:(e,t)=>{R.callUIFunction(n.value,"setLineDash",[e,t])},textBaseline:e=>{R.callUIFunction(n.value,"textBaseline",[e])},textAlign:e=>{R.callUIFunction(n.value,"textAlign",[e])},fillText:(e,t,a)=>{R.callUIFunction(n.value,"fillText",[e,t,a])},strokeText:(e,t,a)=>{R.callUIFunction(n.value,"strokeText",[e,t,a])},font:e=>{R.callUIFunction(n.value,"font",[e])},beginPath:()=>{R.callUIFunction(n.value,"beginPath",[])},moveTo:(e,t)=>{R.callUIFunction(n.value,"moveTo",[e,t])},arc:(e,t,a,o,i,l)=>{R.callUIFunction(n.value,"arc",[e,t,a,o,i,l])},clip:()=>{R.callUIFunction(n.value,"clip",[])},lineTo:(e,t)=>{R.callUIFunction(n.value,"lineTo",[e,t])},closePath:()=>{R.callUIFunction(n.value,"closePath",[])},stroke:()=>{R.callUIFunction(n.value,"stroke",[])},fill:()=>{R.callUIFunction(n.value,"fill",[])},save:()=>{R.callUIFunction(n.value,"save",[])},restore:()=>{R.callUIFunction(n.value,"restore",[])},lineCap:e=>{R.callUIFunction(n.value,"lineCap",[e])},lineJoin:e=>{R.callUIFunction(n.value,"lineJoin",[e])},quadraticCurveTo:(e,t,a,o)=>{R.callUIFunction(n.value,"quadraticCurveTo",[e,t,a,o])},bezierCurveTo:(e,t,a,o,i,l)=>{R.callUIFunction(n.value,"bezierCurveTo",[e,t,a,o,i,l])},globalAlpha:e=>{R.callUIFunction(n.value,"globalAlpha",[e])},globalCompositeOperation:e=>{R.callUIFunction(n.value,"globalCompositeOperation",[e])},translate:(e,t)=>{R.callUIFunction(n.value,"translate",[e,t])},rotate:e=>{R.callUIFunction(n.value,"rotate",[e])},scale:(e,t)=>{R.callUIFunction(n.value,"scale",[e,t])},transform:(e,t,a,o,i,l)=>{R.callUIFunction(n.value,"transform",[e,t,a,o,i,l])},setTransform:(e,t,a,o,i,l)=>{R.callUIFunction(n.value,"setTransform",[e,t,a,o,i,l])},drawImage:(e,t,a)=>{R.callUIFunction(n.value,"drawImage",[e,t,a])},drawImageWithWH:(e,t,a,o,i)=>{R.callUIFunction(n.value,"drawImage",[e,t,a,o,i])},drawImageSlice:(e,t,a,o,i,l,c,s,r)=>{R.callUIFunction(n.value,"drawImage",[e,t,a,o,i,l,c,s,r])},setVersion:e=>{R.callUIFunction(n.value,"setVersion",[e])},setCurrentDensity:e=>{R.callUIFunction(n.value,"setCurrentDensity",[e])},...An(n)}),()=>{const e=a.slots.default&&a.slots.default();return P("CanvasView2D",{ref:n},e)}}};t.component("qt-canvas-view",a)}(t),function(t){A("ESLongImageViewComponent",{component:{name:"ESLongImageViewComponent",processEventData(e,t){const{handler:a,__evt:n}=e;switch(n){case"onImageDownLoadChange":a.fileId=t.fileId,a.width=t.width,a.height=t.height,a.mimeType=t.mimeType,a.status=t.status,a.progress=t.progress,a.message=t.message;break;case"onImageLoadStatusChange":a.fileId=t.fileId,a.status=t.status,a.message=t.message,a.isGif=t.isGif,a.width=t.width,a.height=t.height,a.scale=t.scale,a.minScale=t.minScale,a.maxScale=t.maxScale;break;case"onScroll":a.fileId=t.fileId,a.width=t.width,a.height=t.height,a.direction=t.direction,a.percent=t.scrollProgressIndicator,a.isScroll=t.isScrollEdge;break;case"onShow":a.fileId=t.fileId,a.isScroll=t.isScroll;break;case"onScaleChanged":a.fileId=t.fileId,a.scale=t.scale,a.origin=t.origin;break;case"onCenterChanged":a.fileId=t.fileId,a.x=t.x,a.y=t.y,a.origin=t.origin}return a}}}),t.component("qt-long-image-view",{setup(t,a){const n=e();return a.expose({viewRef:n,setSrc:(e,t="")=>{console.log("----------setSrc---------\x3e>>>",e),R.callUIFunction(n.value,"setImageUrl",[e,t])},setInitScale:(e,t=0)=>{R.callUIFunction(n.value,"setInitScale",[e,t])},setInitPosition:e=>{R.callUIFunction(n.value,"setInitPosition",[e])},setInitCenter:(e,t)=>{R.callUIFunction(n.value,"setInitCenter",[e,t])},setInitOrientation:e=>{R.callUIFunction(n.value,"setInitOrientation",[e])},zoom:(e,t=0)=>{R.callUIFunction(n.value,"zoom",[e,t])},zoomByPoint:(e,t=0,a=0,o=0)=>{R.callUIFunction(n.value,"zoomByPoint",[e,t,a,o])},zoomByCenter:(e,t=0)=>{R.callUIFunction(n.value,"zoomByCenter",[e,t])},scrollDown:(e=200)=>{console.log("----------scrollDown---------\x3e>>>",e),R.callUIFunction(n.value,"actionDown",[e])},scrollUp:(e=200)=>{console.log("----------scrollUp---------\x3e>>>",e),R.callUIFunction(n.value,"actionUp",[e])},scrollLeft:(e=200)=>{console.log("----------scrollLeft---------\x3e>>>",e),R.callUIFunction(n.value,"actionLeft",[e])},scrollRight:(e=200)=>{console.log("----------scrollRight---------\x3e>>>",e),R.callUIFunction(n.value,"actionRight",[e])},scrollTo:(e,t)=>{R.callUIFunction(n.value,"scrollToPosition",[e,t])},rotate:e=>{R.callUIFunction(n.value,"rotate",[e])},setScaleByAnimal:e=>{R.callUIFunction(n.value,"setScaleByAnimal",[e])},setDebug:e=>{R.callUIFunction(n.value,"setDebug",[e])},...An(n)}),()=>P("ESLongImageViewComponent",{ref:n,onImageDownLoadChange:e=>{const t=e.width,n=e.height,o=e.status,i=e.message,l=e.progress,c=e.fileId,s=e.mimeType;console.log("---------onImageDownLoadChange-------------\x3e>>>",o,l,i,t,n,c,s);const r={fileId:c,status:o,message:i,progress:l,width:t,height:n,mimeType:s};a.emit("onDownLoad",r)},onImageLoadStatusChange:e=>{const t=e.fileId,n=e.status,o=e.message,i=e.isGif,l=e.width,c=e.height,s=e.scale,r=e.minScale,u=e.maxScale;console.log("---------onImageLoadStatusChange-------------\x3e>>>",t,n,o,i,l,c,s,r,u);const d={fileId:t,status:n,message:o,isGif:i,width:l,height:c,scale:s,minScale:r,maxScale:u};a.emit("onImageLoad",d)},onScroll:e=>{const t=e.fileId,n=e.width,o=e.height,i={fileId:t,direction:e.direction,percent:e.percent,isScroll:e.isScroll,width:n,height:o};a.emit("onScroll",i)},onShow:e=>{const t=e.isScroll,n={fileId:e.fileId,scrollable:t};a.emit("onRendered",n)},onScaleChanged:e=>{const t={fileId:e.fileId,scale:e.scale,origin:e.origin};a.emit("onScaleChanged",t)},onCenterChanged:e=>{const t={fileId:e.fileId,scale:e.scale,origin:e.origin,x:e.x,y:e.y};a.emit("onCenterChanged",t)}})}})}(t);for(let e in Ql)t.component(Ql[e].name,Ql[e]);const a=gl();global.qt=a};export{zl as CanvasGradient,Ml as LongImageScrollDirection,Wl as LongImageStatus,ji as QTAnimationInterpolatorType,Ki as QTAnimationPropertyName,Ji as QTAnimationRepeatMode,Zi as QTAnimationType,Xi as QTAnimationValueType,Hi as QTAnimatorRelationType,Il as QTDescendantFocusability,pl as QTFocusDescendant,ml as QTFocusDirection,hl as QTFocusDirectionName,xl as QTGradientOrientation,kl as QTGradientShape,Ol as QTGradientType,Tl as QTIViewVisibility,Sl as QTImageResizeMode,ql as QTLongImageOrientation,Gl as QTLongImagePositionType,Vl as QTLongImageScaleType,wl as QTLottieAsyncUpdates,Ul as QTLottieRepeatMode,Qi as QTMediaSeriesStyleType,zi as QTMediaSeriesType,bl as QTNavBarItemType,Fl as QTScrollState,Rl as QTSeekBarGravity,Al as QTSeekBarIndicatorMode,Nl as QTSeekBarMode,Cl as QTSeekBarTickMarkGravity,Dl as QTSeekBarTickMarkLayoutGravity,Ll as QTSeekBarTickMarkMode,El as QTTabItemType,Ti as QTTabPageState,_l as QTTextSpanAttributeType,$o as QTWaterfallItemType,Qo as QTWaterfallSectionType,mi as QTWaterfallVisibleType,yl as QTWebViewLayerType,Pl as QTX5WebViewLayerType,$l as QuickTVUI,Bl as VirtualView,ol as arrangeChildren4ListView,po as parseChildUpdate,_o as qtDiff,Po as qtGetParent,Co as qtRef,Do as qtTabsRef,bo as qtWatchAll};
|