@netless/app-slide 0.2.31-beta.1 → 0.2.31-beta.3
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/main.cjs.js +77 -77
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +338 -330
- package/dist/main.es.js.map +1 -1
- package/dist/main.iife.js +77 -77
- package/dist/main.iife.js.map +1 -1
- package/package.json +2 -2
package/dist/main.es.js
CHANGED
|
@@ -10737,6 +10737,86 @@ var Slide = function(t) {
|
|
|
10737
10737
|
t.exports = "varying vec2 vTextureCoord;\nuniform vec4 inputSize;\nuniform sampler2D uSampler;\nuniform vec4 filterArea;\nuniform float uStartAlpha;\nuniform float uEndAlpha;\nuniform float uStartPos;\nuniform float uEndPos;\nuniform float uHeight;\nvoid main() {\n vec4 sourceColor = texture2D(uSampler, vTextureCoord);\n vec2 cod = vTextureCoord * inputSize.xy;\n float startY = uStartPos * uHeight;\n float endY = uEndPos * uHeight;\n if ((cod.y >= startY) && (cod.y <= endY)) {\n float alpha = uStartAlpha - (((cod.y - startY) / (endY - startY)) * (uStartAlpha - uEndAlpha));\n gl_FragColor = sourceColor * alpha;\n }\n else {\n gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);\n }\n}\n";
|
|
10738
10738
|
}, function(t, e) {
|
|
10739
10739
|
t.exports = "precision mediump float;\nvarying vec2 vTextureCoord;\nuniform vec4 inputSize;\nvarying vec2 filterCoord;\nuniform vec4 uShapeFilterArea;\nuniform sampler2D uSampler;\nvoid main() {\n vec4 texColor = texture2D(uSampler, vTextureCoord);\n if (texColor.r > 0.0) {\n vec2 translateCoord = vec2(filterCoord.x + 10.0, filterCoord.y);\n vec4 translateColor = texture2D(uSampler, translateCoord * inputSize.zw);\n if (translateColor.a > 0.0) {\n gl_FragColor = texColor;\n }\n else {\n gl_FragColor = vec4(0.0, 0.0, 0.0, 1.0);\n }\n }\n else {\n gl_FragColor = texColor;\n }\n}\n";
|
|
10740
|
+
}, function(t, e, i) {
|
|
10741
|
+
var n;
|
|
10742
|
+
!function(r, o) {
|
|
10743
|
+
var s = "model", a = "name", l = "type", h = "vendor", u = "version", c = "mobile", d = "tablet", p = "smarttv", f = function(t2) {
|
|
10744
|
+
for (var e2 = {}, i2 = 0; i2 < t2.length; i2++)
|
|
10745
|
+
e2[t2[i2].toUpperCase()] = t2[i2];
|
|
10746
|
+
return e2;
|
|
10747
|
+
}, m = function(t2, e2) {
|
|
10748
|
+
return typeof t2 == "string" && g(e2).indexOf(g(t2)) !== -1;
|
|
10749
|
+
}, g = function(t2) {
|
|
10750
|
+
return t2.toLowerCase();
|
|
10751
|
+
}, v = function(t2, e2) {
|
|
10752
|
+
if (typeof t2 == "string")
|
|
10753
|
+
return t2 = t2.replace(/^\s\s*/, "").replace(/\s\s*$/, ""), e2 === void 0 ? t2 : t2.substring(0, 255);
|
|
10754
|
+
}, _ = function(t2, e2) {
|
|
10755
|
+
for (var i2, n2, r2, o2, s2, a2, l2 = 0; l2 < e2.length && !s2; ) {
|
|
10756
|
+
var h2 = e2[l2], u2 = e2[l2 + 1];
|
|
10757
|
+
for (i2 = n2 = 0; i2 < h2.length && !s2; )
|
|
10758
|
+
if (s2 = h2[i2++].exec(t2))
|
|
10759
|
+
for (r2 = 0; r2 < u2.length; r2++)
|
|
10760
|
+
a2 = s2[++n2], typeof (o2 = u2[r2]) == "object" && o2.length > 0 ? o2.length === 2 ? typeof o2[1] == "function" ? this[o2[0]] = o2[1].call(this, a2) : this[o2[0]] = o2[1] : o2.length === 3 ? typeof o2[1] != "function" || o2[1].exec && o2[1].test ? this[o2[0]] = a2 ? a2.replace(o2[1], o2[2]) : void 0 : this[o2[0]] = a2 ? o2[1].call(this, a2, o2[2]) : void 0 : o2.length === 4 && (this[o2[0]] = a2 ? o2[3].call(this, a2.replace(o2[1], o2[2])) : void 0) : this[o2] = a2 || void 0;
|
|
10761
|
+
l2 += 2;
|
|
10762
|
+
}
|
|
10763
|
+
}, y = function(t2, e2) {
|
|
10764
|
+
for (var i2 in e2)
|
|
10765
|
+
if (typeof e2[i2] == "object" && e2[i2].length > 0) {
|
|
10766
|
+
for (var n2 = 0; n2 < e2[i2].length; n2++)
|
|
10767
|
+
if (m(e2[i2][n2], t2))
|
|
10768
|
+
return i2 === "?" ? void 0 : i2;
|
|
10769
|
+
} else if (m(e2[i2], t2))
|
|
10770
|
+
return i2 === "?" ? void 0 : i2;
|
|
10771
|
+
return t2;
|
|
10772
|
+
}, x = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, b = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [u, [a, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [u, [a, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [a, u], [/opios[\/ ]+([\w\.]+)/i], [u, [a, "Opera Mini"]], [/\bopr\/([\w\.]+)/i], [u, [a, "Opera"]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i, /(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i, /(ba?idubrowser)[\/ ]?([\w\.]+)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq)\/([-\w\.]+)/i, /(weibo)__([\d\.]+)/i], [a, u], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [u, [a, "UCBrowser"]], [/\bqbcore\/([\w\.]+)/i], [u, [a, "WeChat(Win) Desktop"]], [/micromessenger\/([\w\.]+)/i], [u, [a, "WeChat"]], [/konqueror\/([\w\.]+)/i], [u, [a, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [u, [a, "IE"]], [/yabrowser\/([\w\.]+)/i], [u, [a, "Yandex"]], [/(avast|avg)\/([\w\.]+)/i], [[a, /(.+)/, "$1 Secure Browser"], u], [/\bfocus\/([\w\.]+)/i], [u, [a, "Firefox Focus"]], [/\bopt\/([\w\.]+)/i], [u, [a, "Opera Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [u, [a, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [u, [a, "Dolphin"]], [/coast\/([\w\.]+)/i], [u, [a, "Opera Coast"]], [/miuibrowser\/([\w\.]+)/i], [u, [a, "MIUI Browser"]], [/fxios\/([-\w\.]+)/i], [u, [a, "Firefox"]], [/\bqihu|(qi?ho?o?|360)browser/i], [[a, "360 Browser"]], [/(oculus|samsung|sailfish)browser\/([\w\.]+)/i], [[a, /(.+)/, "$1 Browser"], u], [/(comodo_dragon)\/([\w\.]+)/i], [[a, /_/g, " "], u], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i], [a, u], [/(metasr)[\/ ]?([\w\.]+)/i, /(lbbrowser)/i], [a], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[a, "Facebook"], u], [/safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(chromium|instagram)[\/ ]([-\w\.]+)/i], [a, u], [/\bgsa\/([\w\.]+) .*safari\//i], [u, [a, "GSA"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [u, [a, "Chrome Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[a, "Chrome WebView"], u], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [u, [a, "Android Browser"]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [a, u], [/version\/([\w\.]+) .*mobile\/\w+ (safari)/i], [u, [a, "Mobile Safari"]], [/version\/([\w\.]+) .*(mobile ?safari|safari)/i], [u, a], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [a, [u, y, { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }]], [/(webkit|khtml)\/([\w\.]+)/i], [a, u], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[a, "Netscape"], u], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [u, [a, "Firefox Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i], [a, u]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [["architecture", "amd64"]], [/(ia32(?=;))/i], [["architecture", g]], [/((?:i[346]|x)86)[;\)]/i], [["architecture", "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [["architecture", "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [["architecture", "armhf"]], [/windows (ce|mobile); ppc;/i], [["architecture", "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [["architecture", /ower/, "", g]], [/(sun4\w)[;\)]/i], [["architecture", "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [["architecture", g]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[pt]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [s, [h, "Samsung"], [l, d]], [/\b((?:s[cgp]h|gt|sm)-\w+|galaxy nexus)/i, /samsung[- ]([-\w]+)/i, /sec-(sgh\w+)/i], [s, [h, "Samsung"], [l, c]], [/\((ip(?:hone|od)[\w ]*);/i], [s, [h, "Apple"], [l, c]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [s, [h, "Apple"], [l, d]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [s, [h, "Huawei"], [l, d]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}-[atu]?[ln][01259x][012359][an]?)\b(?!.+d\/s)/i], [s, [h, "Huawei"], [l, c]], [/\b(poco[\w ]+)(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i], [[s, /_/g, " "], [h, "Xiaomi"], [l, c]], [/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[s, /_/g, " "], [h, "Xiaomi"], [l, d]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [s, [h, "OPPO"], [l, c]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [s, [h, "Vivo"], [l, c]], [/\b(rmx[12]\d{3})(?: bui|;|\))/i], [s, [h, "Realme"], [l, c]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [s, [h, "Motorola"], [l, c]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [s, [h, "Motorola"], [l, d]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [s, [h, "LG"], [l, d]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [s, [h, "LG"], [l, c]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [s, [h, "Lenovo"], [l, d]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[s, /_/g, " "], [h, "Nokia"], [l, c]], [/(pixel c)\b/i], [s, [h, "Google"], [l, d]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [s, [h, "Google"], [l, c]], [/droid.+ ([c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [s, [h, "Sony"], [l, c]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[s, "Xperia Tablet"], [h, "Sony"], [l, d]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [s, [h, "OnePlus"], [l, c]], [/(alexa)webm/i, /(kf[a-z]{2}wi)( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [s, [h, "Amazon"], [l, d]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[s, /(.+)/g, "Fire Phone $1"], [h, "Amazon"], [l, c]], [/(playbook);[-\w\),; ]+(rim)/i], [s, h, [l, d]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [s, [h, "BlackBerry"], [l, c]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [s, [h, "ASUS"], [l, d]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [s, [h, "ASUS"], [l, c]], [/(nexus 9)/i], [s, [h, "HTC"], [l, d]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic|sony)[-_ ]?([-\w]*)/i], [h, [s, /_/g, " "], [l, c]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [s, [h, "Acer"], [l, d]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [s, [h, "Meizu"], [l, c]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [s, [h, "Sharp"], [l, c]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [h, s, [l, c]], [/(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [h, s, [l, d]], [/(surface duo)/i], [s, [h, "Microsoft"], [l, d]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [s, [h, "Fairphone"], [l, c]], [/(u304aa)/i], [s, [h, "AT&T"], [l, c]], [/\bsie-(\w*)/i], [s, [h, "Siemens"], [l, c]], [/\b(rct\w+) b/i], [s, [h, "RCA"], [l, d]], [/\b(venue[\d ]{2,7}) b/i], [s, [h, "Dell"], [l, d]], [/\b(q(?:mv|ta)\w+) b/i], [s, [h, "Verizon"], [l, d]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [s, [h, "Barnes & Noble"], [l, d]], [/\b(tm\d{3}\w+) b/i], [s, [h, "NuVision"], [l, d]], [/\b(k88) b/i], [s, [h, "ZTE"], [l, d]], [/\b(nx\d{3}j) b/i], [s, [h, "ZTE"], [l, c]], [/\b(gen\d{3}) b.+49h/i], [s, [h, "Swiss"], [l, c]], [/\b(zur\d{3}) b/i], [s, [h, "Swiss"], [l, d]], [/\b((zeki)?tb.*\b) b/i], [s, [h, "Zeki"], [l, d]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[h, "Dragon Touch"], s, [l, d]], [/\b(ns-?\w{0,9}) b/i], [s, [h, "Insignia"], [l, d]], [/\b((nxa|next)-?\w{0,9}) b/i], [s, [h, "NextBook"], [l, d]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[h, "Voice"], s, [l, c]], [/\b(lvtel\-)?(v1[12]) b/i], [[h, "LvTel"], s, [l, c]], [/\b(ph-1) /i], [s, [h, "Essential"], [l, c]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [s, [h, "Envizen"], [l, d]], [/\b(trio[-\w\. ]+) b/i], [s, [h, "MachSpeed"], [l, d]], [/\btu_(1491) b/i], [s, [h, "Rotor"], [l, d]], [/(shield[\w ]+) b/i], [s, [h, "Nvidia"], [l, d]], [/(sprint) (\w+)/i], [h, s, [l, c]], [/(kin\.[onetw]{3})/i], [[s, /\./g, " "], [h, "Microsoft"], [l, c]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [s, [h, "Zebra"], [l, d]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [s, [h, "Zebra"], [l, c]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [h, s, [l, "console"]], [/droid.+; (shield) bui/i], [s, [h, "Nvidia"], [l, "console"]], [/(playstation [345portablevi]+)/i], [s, [h, "Sony"], [l, "console"]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [s, [h, "Microsoft"], [l, "console"]], [/smart-tv.+(samsung)/i], [h, [l, p]], [/hbbtv.+maple;(\d+)/i], [[s, /^/, "SmartTV"], [h, "Samsung"], [l, p]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[h, "LG"], [l, p]], [/(apple) ?tv/i], [h, [s, "Apple TV"], [l, p]], [/crkey/i], [[s, "Chromecast"], [h, "Google"], [l, p]], [/droid.+aft(\w)( bui|\))/i], [s, [h, "Amazon"], [l, p]], [/\(dtv[\);].+(aquos)/i], [s, [h, "Sharp"], [l, p]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w ]*; *(\w[^;]*);([^;]*)/i], [[h, v], [s, v], [l, p]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[l, p]], [/((pebble))app/i], [h, s, [l, "wearable"]], [/droid.+; (glass) \d/i], [s, [h, "Google"], [l, "wearable"]], [/droid.+; (wt63?0{2,3})\)/i], [s, [h, "Zebra"], [l, "wearable"]], [/(quest( 2)?)/i], [s, [h, "Facebook"], [l, "wearable"]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [h, [l, "embedded"]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i], [s, [l, c]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [s, [l, d]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[l, d]], [/(phone|mobile(?:[;\/]| safari)|pda(?=.+windows ce))/i], [[l, c]], [/(android[-\w\. ]{0,9});.+buil/i], [s, [h, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [u, [a, "EdgeHTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [u, [a, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i], [a, u], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [u, a]], os: [[/microsoft (windows) (vista|xp)/i], [a, u], [/(windows) nt 6\.2; (arm)/i, /(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i, /(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i], [a, [u, y, x]], [/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[a, "Windows"], [u, y, x]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /cfnetwork\/.+darwin/i], [[u, /_/g, "."], [a, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[a, "Mac OS"], [u, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86)/i], [u, a], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [a, u], [/\(bb(10);/i], [u, [a, "BlackBerry"]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [u, [a, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [u, [a, "Firefox OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [u, [a, "webOS"]], [/crkey\/([\d\.]+)/i], [u, [a, "Chromecast"]], [/(cros) [\w]+ ([\w\.]+\w)/i], [[a, "Chromium OS"], u], [/(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [a, u], [/(sunos) ?([\w\.\d]*)/i], [[a, "Solaris"], u], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i, /(unix) ?([\w\.]*)/i], [a, u]] }, T = function(t2, e2) {
|
|
10773
|
+
if (typeof t2 == "object" && (e2 = t2, t2 = void 0), !(this instanceof T))
|
|
10774
|
+
return new T(t2, e2).getResult();
|
|
10775
|
+
var i2 = t2 || (r !== void 0 && r.navigator && r.navigator.userAgent ? r.navigator.userAgent : ""), n2 = e2 ? function(t3, e3) {
|
|
10776
|
+
var i3 = {};
|
|
10777
|
+
for (var n3 in t3)
|
|
10778
|
+
e3[n3] && e3[n3].length % 2 == 0 ? i3[n3] = e3[n3].concat(t3[n3]) : i3[n3] = t3[n3];
|
|
10779
|
+
return i3;
|
|
10780
|
+
}(b, e2) : b;
|
|
10781
|
+
return this.getBrowser = function() {
|
|
10782
|
+
var t3, e3 = {};
|
|
10783
|
+
return e3[a] = void 0, e3[u] = void 0, _.call(e3, i2, n2.browser), e3.major = typeof (t3 = e3.version) == "string" ? t3.replace(/[^\d\.]/g, "").split(".")[0] : void 0, e3;
|
|
10784
|
+
}, this.getCPU = function() {
|
|
10785
|
+
var t3 = { architecture: void 0 };
|
|
10786
|
+
return _.call(t3, i2, n2.cpu), t3;
|
|
10787
|
+
}, this.getDevice = function() {
|
|
10788
|
+
var t3 = { vendor: void 0, model: void 0, type: void 0 };
|
|
10789
|
+
return _.call(t3, i2, n2.device), t3;
|
|
10790
|
+
}, this.getEngine = function() {
|
|
10791
|
+
var t3 = { name: void 0, version: void 0 };
|
|
10792
|
+
return _.call(t3, i2, n2.engine), t3;
|
|
10793
|
+
}, this.getOS = function() {
|
|
10794
|
+
var t3 = { name: void 0, version: void 0 };
|
|
10795
|
+
return _.call(t3, i2, n2.os), t3;
|
|
10796
|
+
}, this.getResult = function() {
|
|
10797
|
+
return { ua: this.getUA(), browser: this.getBrowser(), engine: this.getEngine(), os: this.getOS(), device: this.getDevice(), cpu: this.getCPU() };
|
|
10798
|
+
}, this.getUA = function() {
|
|
10799
|
+
return i2;
|
|
10800
|
+
}, this.setUA = function(t3) {
|
|
10801
|
+
return i2 = typeof t3 == "string" && t3.length > 255 ? v(t3, 255) : t3, this;
|
|
10802
|
+
}, this.setUA(i2), this;
|
|
10803
|
+
};
|
|
10804
|
+
T.VERSION = "1.0.2", T.BROWSER = f([a, u, "major"]), T.CPU = f(["architecture"]), T.DEVICE = f([s, h, l, "console", c, p, d, "wearable", "embedded"]), T.ENGINE = T.OS = f([a, u]), e !== void 0 ? (t !== void 0 && t.exports && (e = t.exports = T), e.UAParser = T) : i(149) ? (n = function() {
|
|
10805
|
+
return T;
|
|
10806
|
+
}.call(e, i, e, t)) === void 0 || (t.exports = n) : r !== void 0 && (r.UAParser = T);
|
|
10807
|
+
var E = r !== void 0 && (r.jQuery || r.Zepto);
|
|
10808
|
+
if (E && !E.ua) {
|
|
10809
|
+
var S = new T();
|
|
10810
|
+
E.ua = S.getResult(), E.ua.get = function() {
|
|
10811
|
+
return S.getUA();
|
|
10812
|
+
}, E.ua.set = function(t2) {
|
|
10813
|
+
S.setUA(t2);
|
|
10814
|
+
var e2 = S.getResult();
|
|
10815
|
+
for (var i2 in e2)
|
|
10816
|
+
E.ua[i2] = e2[i2];
|
|
10817
|
+
};
|
|
10818
|
+
}
|
|
10819
|
+
}(typeof window == "object" ? window : this);
|
|
10740
10820
|
}, function(t, e, i) {
|
|
10741
10821
|
(function(i2) {
|
|
10742
10822
|
var n;
|
|
@@ -11511,86 +11591,6 @@ var Slide = function(t) {
|
|
|
11511
11591
|
t.exports = "varying vec2 vTextureCoord;\nuniform float percent;\nuniform sampler2D uSampler;\nvarying vec2 filterCoord;\nuniform vec4 uBoundRect;\nuniform float transition;\nuniform float option;\n#define PI 3.1415926538\nvoid main() {\n vec4 outputColor = texture2D(uSampler, vTextureCoord);\n vec2 point = vec2(filterCoord.x - (uBoundRect.z / 2.0), filterCoord.y - (uBoundRect.w / 2.0));\n vec2 start = vec2(0.0, -1.0);\n float arc = acos((dot(point.xy, start) / length(point)) / length(start));\n if ((point.x == 0.0) && (point.y < 0.0)) {\n arc = 0.0;\n }\n if ((point.x == 0.0) && (point.y > 0.0)) {\n arc = PI;\n }\n float alphaBarArcWidth = 0.3;\n float timePercent = (percent * PI) * (1.0 + alphaBarArcWidth);\n vec3 colorAlpha = transition > 0.0 ? vec3(1.0, (timePercent - arc) / alphaBarArcWidth, 0.0) : vec3(0.0, 1.0 - ((timePercent - arc) / alphaBarArcWidth), 1.0);\n if ((arc + alphaBarArcWidth) <= timePercent) {\n gl_FragColor = outputColor * colorAlpha.x;\n }\n else if (arc <= timePercent) {\n gl_FragColor = outputColor * colorAlpha.y;\n }\n else {\n gl_FragColor = outputColor * colorAlpha.z;\n }\n}\n";
|
|
11512
11592
|
}, function(t, e) {
|
|
11513
11593
|
t.exports = "varying vec2 vTextureCoord;\nuniform float percent;\nuniform sampler2D uSampler;\nvarying vec2 filterCoord;\nuniform vec4 uBoundRect;\nuniform float transition;\nuniform float option;\n#define PI 3.1415926538\nvoid main() {\n vec4 outputColor = texture2D(uSampler, vTextureCoord);\n vec2 point = vec2(filterCoord.x - (uBoundRect.z / 2.0), filterCoord.y - (uBoundRect.w / 2.0));\n vec2 start = vec2(0.0, -1.0);\n float arc = acos((dot(point.xy, start) / length(point)) / length(start));\n if ((point.x == 0.0) && (point.y < 0.0)) {\n arc = 0.0;\n }\n if ((point.x == 0.0) && (point.y > 0.0)) {\n arc = PI;\n }\n if (point.x < 0.0) {\n arc = (2.0 * PI) - arc;\n }\n arc = arc == 0.0 ? arc : mod(arc, (2.0 * PI) / option);\n float totalAlphaBarArcWidth = 0.75;\n float alphaBarArcWidth = totalAlphaBarArcWidth / option;\n float timePercent = ((percent * PI) * (2.0 + totalAlphaBarArcWidth)) / option;\n vec3 colorAlpha = transition > 0.0 ? vec3(1.0, (timePercent - arc) / alphaBarArcWidth, 0.0) : vec3(0.0, 1.0 - ((timePercent - arc) / alphaBarArcWidth), 1.0);\n if ((arc + alphaBarArcWidth) <= timePercent) {\n gl_FragColor = outputColor * colorAlpha.x;\n }\n else if (arc <= timePercent) {\n gl_FragColor = outputColor * colorAlpha.y;\n }\n else {\n gl_FragColor = outputColor * colorAlpha.z;\n }\n}\n";
|
|
11514
|
-
}, function(t, e, i) {
|
|
11515
|
-
var n;
|
|
11516
|
-
!function(r, o) {
|
|
11517
|
-
var s = "model", a = "name", l = "type", h = "vendor", u = "version", c = "mobile", d = "tablet", p = "smarttv", f = function(t2) {
|
|
11518
|
-
for (var e2 = {}, i2 = 0; i2 < t2.length; i2++)
|
|
11519
|
-
e2[t2[i2].toUpperCase()] = t2[i2];
|
|
11520
|
-
return e2;
|
|
11521
|
-
}, m = function(t2, e2) {
|
|
11522
|
-
return typeof t2 == "string" && g(e2).indexOf(g(t2)) !== -1;
|
|
11523
|
-
}, g = function(t2) {
|
|
11524
|
-
return t2.toLowerCase();
|
|
11525
|
-
}, v = function(t2, e2) {
|
|
11526
|
-
if (typeof t2 == "string")
|
|
11527
|
-
return t2 = t2.replace(/^\s\s*/, "").replace(/\s\s*$/, ""), e2 === void 0 ? t2 : t2.substring(0, 255);
|
|
11528
|
-
}, _ = function(t2, e2) {
|
|
11529
|
-
for (var i2, n2, r2, o2, s2, a2, l2 = 0; l2 < e2.length && !s2; ) {
|
|
11530
|
-
var h2 = e2[l2], u2 = e2[l2 + 1];
|
|
11531
|
-
for (i2 = n2 = 0; i2 < h2.length && !s2; )
|
|
11532
|
-
if (s2 = h2[i2++].exec(t2))
|
|
11533
|
-
for (r2 = 0; r2 < u2.length; r2++)
|
|
11534
|
-
a2 = s2[++n2], typeof (o2 = u2[r2]) == "object" && o2.length > 0 ? o2.length === 2 ? typeof o2[1] == "function" ? this[o2[0]] = o2[1].call(this, a2) : this[o2[0]] = o2[1] : o2.length === 3 ? typeof o2[1] != "function" || o2[1].exec && o2[1].test ? this[o2[0]] = a2 ? a2.replace(o2[1], o2[2]) : void 0 : this[o2[0]] = a2 ? o2[1].call(this, a2, o2[2]) : void 0 : o2.length === 4 && (this[o2[0]] = a2 ? o2[3].call(this, a2.replace(o2[1], o2[2])) : void 0) : this[o2] = a2 || void 0;
|
|
11535
|
-
l2 += 2;
|
|
11536
|
-
}
|
|
11537
|
-
}, y = function(t2, e2) {
|
|
11538
|
-
for (var i2 in e2)
|
|
11539
|
-
if (typeof e2[i2] == "object" && e2[i2].length > 0) {
|
|
11540
|
-
for (var n2 = 0; n2 < e2[i2].length; n2++)
|
|
11541
|
-
if (m(e2[i2][n2], t2))
|
|
11542
|
-
return i2 === "?" ? void 0 : i2;
|
|
11543
|
-
} else if (m(e2[i2], t2))
|
|
11544
|
-
return i2 === "?" ? void 0 : i2;
|
|
11545
|
-
return t2;
|
|
11546
|
-
}, x = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, b = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [u, [a, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [u, [a, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [a, u], [/opios[\/ ]+([\w\.]+)/i], [u, [a, "Opera Mini"]], [/\bopr\/([\w\.]+)/i], [u, [a, "Opera"]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i, /(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i, /(ba?idubrowser)[\/ ]?([\w\.]+)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq)\/([-\w\.]+)/i, /(weibo)__([\d\.]+)/i], [a, u], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [u, [a, "UCBrowser"]], [/\bqbcore\/([\w\.]+)/i], [u, [a, "WeChat(Win) Desktop"]], [/micromessenger\/([\w\.]+)/i], [u, [a, "WeChat"]], [/konqueror\/([\w\.]+)/i], [u, [a, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [u, [a, "IE"]], [/yabrowser\/([\w\.]+)/i], [u, [a, "Yandex"]], [/(avast|avg)\/([\w\.]+)/i], [[a, /(.+)/, "$1 Secure Browser"], u], [/\bfocus\/([\w\.]+)/i], [u, [a, "Firefox Focus"]], [/\bopt\/([\w\.]+)/i], [u, [a, "Opera Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [u, [a, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [u, [a, "Dolphin"]], [/coast\/([\w\.]+)/i], [u, [a, "Opera Coast"]], [/miuibrowser\/([\w\.]+)/i], [u, [a, "MIUI Browser"]], [/fxios\/([-\w\.]+)/i], [u, [a, "Firefox"]], [/\bqihu|(qi?ho?o?|360)browser/i], [[a, "360 Browser"]], [/(oculus|samsung|sailfish)browser\/([\w\.]+)/i], [[a, /(.+)/, "$1 Browser"], u], [/(comodo_dragon)\/([\w\.]+)/i], [[a, /_/g, " "], u], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i], [a, u], [/(metasr)[\/ ]?([\w\.]+)/i, /(lbbrowser)/i], [a], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[a, "Facebook"], u], [/safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(chromium|instagram)[\/ ]([-\w\.]+)/i], [a, u], [/\bgsa\/([\w\.]+) .*safari\//i], [u, [a, "GSA"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [u, [a, "Chrome Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[a, "Chrome WebView"], u], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [u, [a, "Android Browser"]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [a, u], [/version\/([\w\.]+) .*mobile\/\w+ (safari)/i], [u, [a, "Mobile Safari"]], [/version\/([\w\.]+) .*(mobile ?safari|safari)/i], [u, a], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [a, [u, y, { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }]], [/(webkit|khtml)\/([\w\.]+)/i], [a, u], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[a, "Netscape"], u], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [u, [a, "Firefox Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i], [a, u]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [["architecture", "amd64"]], [/(ia32(?=;))/i], [["architecture", g]], [/((?:i[346]|x)86)[;\)]/i], [["architecture", "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [["architecture", "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [["architecture", "armhf"]], [/windows (ce|mobile); ppc;/i], [["architecture", "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [["architecture", /ower/, "", g]], [/(sun4\w)[;\)]/i], [["architecture", "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [["architecture", g]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[pt]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [s, [h, "Samsung"], [l, d]], [/\b((?:s[cgp]h|gt|sm)-\w+|galaxy nexus)/i, /samsung[- ]([-\w]+)/i, /sec-(sgh\w+)/i], [s, [h, "Samsung"], [l, c]], [/\((ip(?:hone|od)[\w ]*);/i], [s, [h, "Apple"], [l, c]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [s, [h, "Apple"], [l, d]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [s, [h, "Huawei"], [l, d]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}-[atu]?[ln][01259x][012359][an]?)\b(?!.+d\/s)/i], [s, [h, "Huawei"], [l, c]], [/\b(poco[\w ]+)(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i], [[s, /_/g, " "], [h, "Xiaomi"], [l, c]], [/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[s, /_/g, " "], [h, "Xiaomi"], [l, d]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [s, [h, "OPPO"], [l, c]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [s, [h, "Vivo"], [l, c]], [/\b(rmx[12]\d{3})(?: bui|;|\))/i], [s, [h, "Realme"], [l, c]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [s, [h, "Motorola"], [l, c]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [s, [h, "Motorola"], [l, d]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [s, [h, "LG"], [l, d]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [s, [h, "LG"], [l, c]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [s, [h, "Lenovo"], [l, d]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[s, /_/g, " "], [h, "Nokia"], [l, c]], [/(pixel c)\b/i], [s, [h, "Google"], [l, d]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [s, [h, "Google"], [l, c]], [/droid.+ ([c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [s, [h, "Sony"], [l, c]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[s, "Xperia Tablet"], [h, "Sony"], [l, d]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [s, [h, "OnePlus"], [l, c]], [/(alexa)webm/i, /(kf[a-z]{2}wi)( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [s, [h, "Amazon"], [l, d]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[s, /(.+)/g, "Fire Phone $1"], [h, "Amazon"], [l, c]], [/(playbook);[-\w\),; ]+(rim)/i], [s, h, [l, d]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [s, [h, "BlackBerry"], [l, c]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [s, [h, "ASUS"], [l, d]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [s, [h, "ASUS"], [l, c]], [/(nexus 9)/i], [s, [h, "HTC"], [l, d]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic|sony)[-_ ]?([-\w]*)/i], [h, [s, /_/g, " "], [l, c]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [s, [h, "Acer"], [l, d]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [s, [h, "Meizu"], [l, c]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [s, [h, "Sharp"], [l, c]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [h, s, [l, c]], [/(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [h, s, [l, d]], [/(surface duo)/i], [s, [h, "Microsoft"], [l, d]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [s, [h, "Fairphone"], [l, c]], [/(u304aa)/i], [s, [h, "AT&T"], [l, c]], [/\bsie-(\w*)/i], [s, [h, "Siemens"], [l, c]], [/\b(rct\w+) b/i], [s, [h, "RCA"], [l, d]], [/\b(venue[\d ]{2,7}) b/i], [s, [h, "Dell"], [l, d]], [/\b(q(?:mv|ta)\w+) b/i], [s, [h, "Verizon"], [l, d]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [s, [h, "Barnes & Noble"], [l, d]], [/\b(tm\d{3}\w+) b/i], [s, [h, "NuVision"], [l, d]], [/\b(k88) b/i], [s, [h, "ZTE"], [l, d]], [/\b(nx\d{3}j) b/i], [s, [h, "ZTE"], [l, c]], [/\b(gen\d{3}) b.+49h/i], [s, [h, "Swiss"], [l, c]], [/\b(zur\d{3}) b/i], [s, [h, "Swiss"], [l, d]], [/\b((zeki)?tb.*\b) b/i], [s, [h, "Zeki"], [l, d]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[h, "Dragon Touch"], s, [l, d]], [/\b(ns-?\w{0,9}) b/i], [s, [h, "Insignia"], [l, d]], [/\b((nxa|next)-?\w{0,9}) b/i], [s, [h, "NextBook"], [l, d]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[h, "Voice"], s, [l, c]], [/\b(lvtel\-)?(v1[12]) b/i], [[h, "LvTel"], s, [l, c]], [/\b(ph-1) /i], [s, [h, "Essential"], [l, c]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [s, [h, "Envizen"], [l, d]], [/\b(trio[-\w\. ]+) b/i], [s, [h, "MachSpeed"], [l, d]], [/\btu_(1491) b/i], [s, [h, "Rotor"], [l, d]], [/(shield[\w ]+) b/i], [s, [h, "Nvidia"], [l, d]], [/(sprint) (\w+)/i], [h, s, [l, c]], [/(kin\.[onetw]{3})/i], [[s, /\./g, " "], [h, "Microsoft"], [l, c]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [s, [h, "Zebra"], [l, d]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [s, [h, "Zebra"], [l, c]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [h, s, [l, "console"]], [/droid.+; (shield) bui/i], [s, [h, "Nvidia"], [l, "console"]], [/(playstation [345portablevi]+)/i], [s, [h, "Sony"], [l, "console"]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [s, [h, "Microsoft"], [l, "console"]], [/smart-tv.+(samsung)/i], [h, [l, p]], [/hbbtv.+maple;(\d+)/i], [[s, /^/, "SmartTV"], [h, "Samsung"], [l, p]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[h, "LG"], [l, p]], [/(apple) ?tv/i], [h, [s, "Apple TV"], [l, p]], [/crkey/i], [[s, "Chromecast"], [h, "Google"], [l, p]], [/droid.+aft(\w)( bui|\))/i], [s, [h, "Amazon"], [l, p]], [/\(dtv[\);].+(aquos)/i], [s, [h, "Sharp"], [l, p]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w ]*; *(\w[^;]*);([^;]*)/i], [[h, v], [s, v], [l, p]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[l, p]], [/((pebble))app/i], [h, s, [l, "wearable"]], [/droid.+; (glass) \d/i], [s, [h, "Google"], [l, "wearable"]], [/droid.+; (wt63?0{2,3})\)/i], [s, [h, "Zebra"], [l, "wearable"]], [/(quest( 2)?)/i], [s, [h, "Facebook"], [l, "wearable"]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [h, [l, "embedded"]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i], [s, [l, c]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [s, [l, d]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[l, d]], [/(phone|mobile(?:[;\/]| safari)|pda(?=.+windows ce))/i], [[l, c]], [/(android[-\w\. ]{0,9});.+buil/i], [s, [h, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [u, [a, "EdgeHTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [u, [a, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i], [a, u], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [u, a]], os: [[/microsoft (windows) (vista|xp)/i], [a, u], [/(windows) nt 6\.2; (arm)/i, /(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i, /(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i], [a, [u, y, x]], [/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[a, "Windows"], [u, y, x]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /cfnetwork\/.+darwin/i], [[u, /_/g, "."], [a, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[a, "Mac OS"], [u, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86)/i], [u, a], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [a, u], [/\(bb(10);/i], [u, [a, "BlackBerry"]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [u, [a, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [u, [a, "Firefox OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [u, [a, "webOS"]], [/crkey\/([\d\.]+)/i], [u, [a, "Chromecast"]], [/(cros) [\w]+ ([\w\.]+\w)/i], [[a, "Chromium OS"], u], [/(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [a, u], [/(sunos) ?([\w\.\d]*)/i], [[a, "Solaris"], u], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i, /(unix) ?([\w\.]*)/i], [a, u]] }, T = function(t2, e2) {
|
|
11547
|
-
if (typeof t2 == "object" && (e2 = t2, t2 = void 0), !(this instanceof T))
|
|
11548
|
-
return new T(t2, e2).getResult();
|
|
11549
|
-
var i2 = t2 || (r !== void 0 && r.navigator && r.navigator.userAgent ? r.navigator.userAgent : ""), n2 = e2 ? function(t3, e3) {
|
|
11550
|
-
var i3 = {};
|
|
11551
|
-
for (var n3 in t3)
|
|
11552
|
-
e3[n3] && e3[n3].length % 2 == 0 ? i3[n3] = e3[n3].concat(t3[n3]) : i3[n3] = t3[n3];
|
|
11553
|
-
return i3;
|
|
11554
|
-
}(b, e2) : b;
|
|
11555
|
-
return this.getBrowser = function() {
|
|
11556
|
-
var t3, e3 = {};
|
|
11557
|
-
return e3[a] = void 0, e3[u] = void 0, _.call(e3, i2, n2.browser), e3.major = typeof (t3 = e3.version) == "string" ? t3.replace(/[^\d\.]/g, "").split(".")[0] : void 0, e3;
|
|
11558
|
-
}, this.getCPU = function() {
|
|
11559
|
-
var t3 = { architecture: void 0 };
|
|
11560
|
-
return _.call(t3, i2, n2.cpu), t3;
|
|
11561
|
-
}, this.getDevice = function() {
|
|
11562
|
-
var t3 = { vendor: void 0, model: void 0, type: void 0 };
|
|
11563
|
-
return _.call(t3, i2, n2.device), t3;
|
|
11564
|
-
}, this.getEngine = function() {
|
|
11565
|
-
var t3 = { name: void 0, version: void 0 };
|
|
11566
|
-
return _.call(t3, i2, n2.engine), t3;
|
|
11567
|
-
}, this.getOS = function() {
|
|
11568
|
-
var t3 = { name: void 0, version: void 0 };
|
|
11569
|
-
return _.call(t3, i2, n2.os), t3;
|
|
11570
|
-
}, this.getResult = function() {
|
|
11571
|
-
return { ua: this.getUA(), browser: this.getBrowser(), engine: this.getEngine(), os: this.getOS(), device: this.getDevice(), cpu: this.getCPU() };
|
|
11572
|
-
}, this.getUA = function() {
|
|
11573
|
-
return i2;
|
|
11574
|
-
}, this.setUA = function(t3) {
|
|
11575
|
-
return i2 = typeof t3 == "string" && t3.length > 255 ? v(t3, 255) : t3, this;
|
|
11576
|
-
}, this.setUA(i2), this;
|
|
11577
|
-
};
|
|
11578
|
-
T.VERSION = "1.0.2", T.BROWSER = f([a, u, "major"]), T.CPU = f(["architecture"]), T.DEVICE = f([s, h, l, "console", c, p, d, "wearable", "embedded"]), T.ENGINE = T.OS = f([a, u]), e !== void 0 ? (t !== void 0 && t.exports && (e = t.exports = T), e.UAParser = T) : i(149) ? (n = function() {
|
|
11579
|
-
return T;
|
|
11580
|
-
}.call(e, i, e, t)) === void 0 || (t.exports = n) : r !== void 0 && (r.UAParser = T);
|
|
11581
|
-
var E = r !== void 0 && (r.jQuery || r.Zepto);
|
|
11582
|
-
if (E && !E.ua) {
|
|
11583
|
-
var S = new T();
|
|
11584
|
-
E.ua = S.getResult(), E.ua.get = function() {
|
|
11585
|
-
return S.getUA();
|
|
11586
|
-
}, E.ua.set = function(t2) {
|
|
11587
|
-
S.setUA(t2);
|
|
11588
|
-
var e2 = S.getResult();
|
|
11589
|
-
for (var i2 in e2)
|
|
11590
|
-
E.ua[i2] = e2[i2];
|
|
11591
|
-
};
|
|
11592
|
-
}
|
|
11593
|
-
}(typeof window == "object" ? window : this);
|
|
11594
11594
|
}, function(t, e, i) {
|
|
11595
11595
|
var n = i(150);
|
|
11596
11596
|
t.exports = function(t2, e2) {
|
|
@@ -31091,7 +31091,37 @@ void main(void){
|
|
|
31091
31091
|
(t2 = this.text) === null || t2 === void 0 || t2.destroy(), this.fillColorFilter.destroy(), this.strokeColorFilter.destroy(), this.backgroundFill.destroy(), (e2 = this.backgroundGraphics) === null || e2 === void 0 || e2.destroy(), this.strokeFill.destroy(), (i2 = this.strokeGraphics) === null || i2 === void 0 || i2.destroy(), this.renderContainer.destroy(), (n2 = this.arrowRenderTexture) === null || n2 === void 0 || n2.destroy(true), this.arrowList = [], this.effectDisposer();
|
|
31092
31092
|
}
|
|
31093
31093
|
}
|
|
31094
|
-
var Qv =
|
|
31094
|
+
var Qv = i(119);
|
|
31095
|
+
const $v = new (i.n(Qv)).a(), t_ = $v.getDevice(), e_ = $v.getBrowser(), i_ = $v.getOS(), n_ = { isDesktop() {
|
|
31096
|
+
let t2 = true;
|
|
31097
|
+
return t_.type === "mobile" && (t2 = false), /Samsung/.test(e_.name || "") && (t2 = false), window.__nativeTags && window.__nativeTags.platform && (t2 = false), t2;
|
|
31098
|
+
}, isIOS() {
|
|
31099
|
+
let t2 = false;
|
|
31100
|
+
return window.__nativeTags && window.__nativeTags.platform && /^ios/i.test(window.__nativeTags.platform) && (t2 = true), i_.name && /iOS/.test(i_.name) && (t2 = true), t2;
|
|
31101
|
+
}, isAndroid() {
|
|
31102
|
+
let t2 = false;
|
|
31103
|
+
return window.__nativeTags && window.__nativeTags.platform && /^android/i.test(window.__nativeTags.platform) && (t2 = true), i_.name && /android/i.test(i_.name) && (t2 = true), t2;
|
|
31104
|
+
}, isLowGpuMemory() {
|
|
31105
|
+
var t2, e2;
|
|
31106
|
+
const i2 = (e2 = (t2 = window.__nativeTags) === null || t2 === void 0 ? void 0 : t2.platform) !== null && e2 !== void 0 ? e2 : "";
|
|
31107
|
+
if (i2) {
|
|
31108
|
+
const t3 = i2.split(" ");
|
|
31109
|
+
if (t3[1]) {
|
|
31110
|
+
if (/^iPad/.test(t3[1])) {
|
|
31111
|
+
const e3 = t3[1].match(/^iPad(\d+)/);
|
|
31112
|
+
return !(e3 && e3[1] && parseInt(e3[1], 10) >= 6);
|
|
31113
|
+
}
|
|
31114
|
+
if (/^iPhone/.test(t3[1])) {
|
|
31115
|
+
const e3 = t3[1].match(/^iPhone(\d+)/);
|
|
31116
|
+
return !(e3 && e3[1] && parseInt(e3[1], 10) >= 9);
|
|
31117
|
+
}
|
|
31118
|
+
return false;
|
|
31119
|
+
}
|
|
31120
|
+
return false;
|
|
31121
|
+
}
|
|
31122
|
+
return true;
|
|
31123
|
+
} };
|
|
31124
|
+
var r_ = function(t2, e2, i2, n2) {
|
|
31095
31125
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
31096
31126
|
function s2(t3) {
|
|
31097
31127
|
try {
|
|
@@ -31116,12 +31146,12 @@ void main(void){
|
|
|
31116
31146
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
31117
31147
|
});
|
|
31118
31148
|
};
|
|
31119
|
-
function
|
|
31149
|
+
function o_(t2, e2) {
|
|
31120
31150
|
for (const i2 in e2)
|
|
31121
31151
|
t2.style[i2] = e2[i2];
|
|
31122
31152
|
}
|
|
31123
|
-
const
|
|
31124
|
-
class
|
|
31153
|
+
const s_ = { medianContainerClass: "median-container", hoverHiddeDelay: 1500, portalWidth: 300, portalHeight: 50, hiddenOpacity: "0", hoverOpacity: "1", opacityAnimationTime: 0.4 };
|
|
31154
|
+
class a_ {
|
|
31125
31155
|
constructor(t2) {
|
|
31126
31156
|
var e2, i2;
|
|
31127
31157
|
this.progress = document.createElement("div"), this.totalTime = document.createElement("span"), this.playButton = document.createElement("div"), this.pauseButton = document.createElement("div"), this.currentTime = document.createElement("span"), this.mediaController = document.createElement("div"), this.currentProgress = document.createElement("div"), this.fullScreenButton = document.createElement("div"), this.exitFullScreenButton = document.createElement("div"), this.medianIsEnd = false, this.pickBookmarkIndex = 0, this.playCallBackList = [], this.duration = 0, this.isVideo = false, this.start = 0, this.end = 0, this.fullscreenStatus = false, this.changeMediaProgress = (t3) => {
|
|
@@ -31129,52 +31159,55 @@ void main(void){
|
|
|
31129
31159
|
return void this.ctx.logger.info("Media controller prevent seek event with paused state", this.ctx.taskId);
|
|
31130
31160
|
t3.stopPropagation();
|
|
31131
31161
|
const e3 = t3.offsetX / this.progress.clientWidth * this.duration;
|
|
31132
|
-
this.medianIsEnd = false, this.ctx.mode !== "interactive" && this.jumpToTime(e3), this.ctx.mode !== "local" && this.ctx.eventHub.emit(Gy.mediaSeek, { id: this.targetId, time: e3, isPlaying: this.media.isPlaying });
|
|
31133
|
-
}, this.jumpToTime = (t3 = 0) =>
|
|
31162
|
+
this.medianIsEnd = false, this.ctx.mode !== "interactive" && this.jumpToTime(e3), this.ctx.mode !== "local" && this.ctx.eventHub.emit(Gy.mediaSeek, { id: this.targetId, time: e3, isPlaying: this.media.isPlaying }), this.delayHide();
|
|
31163
|
+
}, this.jumpToTime = (t3 = 0) => r_(this, void 0, void 0, function* () {
|
|
31134
31164
|
yield Pm(() => !!this.duration, 3e3);
|
|
31135
31165
|
const e3 = Math.floor(t3) + this.start;
|
|
31136
31166
|
this.media.currentTime !== e3 && (this.media.currentTime = e3, this.changeBookmarkIndex(e3, e3 > this.media.currentTime));
|
|
31137
31167
|
}), this.showController = (t3) => {
|
|
31138
31168
|
t3.stopPropagation(), this.show();
|
|
31139
31169
|
}, this.getMediaDuration = () => {
|
|
31140
|
-
this.duration && !Number.isNaN(this.duration) || (this.duration = this.media.duration, this.start && (this.duration -= this.start, this.jumpToTime()), this.end && (this.duration -= this.end)), this.totalTime.innerText =
|
|
31141
|
-
}, this.playMedia = () =>
|
|
31170
|
+
this.duration && !Number.isNaN(this.duration) || (this.duration = this.media.duration, this.start && (this.duration -= this.start, this.jumpToTime()), this.end && (this.duration -= this.end)), this.totalTime.innerText = a_.formatTime(this.duration);
|
|
31171
|
+
}, this.playMedia = () => r_(this, void 0, void 0, function* () {
|
|
31142
31172
|
this.playButton.style.display = "none", this.pauseButton.style.display = "block", yield this.media.play(), this.medianIsEnd && (this.medianIsEnd = false, this.jumpToTime()), this.playCallBackList.forEach((t3) => {
|
|
31143
31173
|
t3();
|
|
31144
|
-
});
|
|
31145
|
-
}), this.pauseMedia = () =>
|
|
31174
|
+
}), this.delayHide();
|
|
31175
|
+
}), this.pauseMedia = () => r_(this, void 0, void 0, function* () {
|
|
31146
31176
|
this.playButton.style.display = "block", this.pauseButton.style.display = "none", yield this.media.pause();
|
|
31147
31177
|
}), this.onMouseOut = (t3) => {
|
|
31148
31178
|
t3.stopPropagation(), this.hide();
|
|
31149
|
-
}, this.mediaTimeUpdate = () =>
|
|
31179
|
+
}, this.mediaTimeUpdate = () => r_(this, void 0, void 0, function* () {
|
|
31150
31180
|
const t3 = this.media.currentTime - this.start;
|
|
31151
|
-
if (this.duration > 0 && (t3 > this.duration || this.media.ended) && (yield this.pauseMedia(), this.medianIsEnd = true, this.jumpToTime(), this.ctx.eventHub.emit(Gy.mediaStop, { id: this.targetId }), this.onClickCancelFullScreenButtonHandle()), this.currentTime.innerText =
|
|
31181
|
+
if (this.duration > 0 && (t3 > this.duration || this.media.ended) && (yield this.pauseMedia(), this.medianIsEnd = true, this.jumpToTime(), this.ctx.eventHub.emit(Gy.mediaStop, { id: this.targetId }), this.onClickCancelFullScreenButtonHandle()), this.currentTime.innerText = a_.formatTime(t3), this.currentProgress.style.flex = (t3 / this.duration).toString(), !this.bookmarkList || this.bookmarkList.length === 0)
|
|
31152
31182
|
return;
|
|
31153
31183
|
const e3 = this.bookmarkList[this.pickBookmarkIndex];
|
|
31154
31184
|
e3 && e3.time.toFixed(0) === this.media.currentTime.toFixed(0) && (this.ctx.timingEventHub.emit(`shape ${this.shapeId} onMediaBookmark ${e3.name}`), this.pickBookmarkIndex += 1);
|
|
31155
31185
|
}), this.onPauseMedia = () => {
|
|
31156
31186
|
this.playButton.style.display = "block", this.pauseButton.style.display = "none";
|
|
31157
31187
|
}, this.onPlayMedia = () => {
|
|
31158
|
-
this.playButton.style.display = "none", this.pauseButton.style.display = "block", this.playCallBackList.forEach((t3) => {
|
|
31188
|
+
this.media.fullscreen && this.onClickFullScreenButtonHandle(), this.playButton.style.display = "none", this.pauseButton.style.display = "block", this.playCallBackList.forEach((t3) => {
|
|
31159
31189
|
t3();
|
|
31160
31190
|
});
|
|
31161
31191
|
}, this._playMediaFromCtrl = () => {
|
|
31162
31192
|
this.playMediaFromCtrl(false);
|
|
31163
31193
|
}, this._pauseMediaFromCtrl = () => {
|
|
31164
|
-
this.pauseMediaFromCtrl(false);
|
|
31194
|
+
this.pauseMediaFromCtrl(false), this.delayHide();
|
|
31165
31195
|
}, this.onClickFullScreenButtonHandle = () => {
|
|
31166
|
-
this.fullscreenStatus = true, this.media.requestFullscreen(), this.ctx.eventHub.emit(Gy.fullscreenChange, { targetId: this.targetId, state: true });
|
|
31196
|
+
this.fullscreenStatus = true, this.media.requestFullscreen(), this.ctx.eventHub.emit(Gy.fullscreenChange, { targetId: this.targetId, state: true }), this.delayHide();
|
|
31167
31197
|
}, this.onClickCancelFullScreenButtonHandle = () => {
|
|
31168
|
-
this.fullscreenStatus = false, this.media.requestCancelFullscreen(), this.ctx.eventHub.emit(Gy.fullscreenChange, { targetId: this.targetId, state: false });
|
|
31198
|
+
this.fullscreenStatus = false, this.media.requestCancelFullscreen(), this.ctx.eventHub.emit(Gy.fullscreenChange, { targetId: this.targetId, state: false }), this.delayHide();
|
|
31169
31199
|
}, this.onFullScreenChange = (t3) => {
|
|
31170
31200
|
const { status: e3, targetId: i3, slideIndex: n2 } = t3;
|
|
31171
|
-
this.changeFullScreenState(e3, i3, n2);
|
|
31201
|
+
this.changeFullScreenState(e3, i3, n2), this.delayHide();
|
|
31172
31202
|
}, this.onContainerSizeChange = () => {
|
|
31173
31203
|
this.setControllerPosition();
|
|
31174
31204
|
}, this.onControllerShowStatusChange = ({ slideIndex: t3, targetId: e3, status: i3 }) => {
|
|
31175
|
-
if (t3 === this.ctx.slideIndex
|
|
31176
|
-
|
|
31177
|
-
|
|
31205
|
+
if (t3 === this.ctx.slideIndex) {
|
|
31206
|
+
if (this.targetId === e3) {
|
|
31207
|
+
const { hiddenOpacity: t4, hoverOpacity: e4 } = s_;
|
|
31208
|
+
i3 ? (this.mediaController.style.opacity = e4, this.mediaController.style.display = "flex") : this.mediaController.style.opacity = t4;
|
|
31209
|
+
}
|
|
31210
|
+
this.delayHide();
|
|
31178
31211
|
}
|
|
31179
31212
|
}, this.targetId = t2.targetId, this.ctx = t2.ctx, this.height = t2.height, this.width = t2.width, this.target = t2.target, this.media = t2.media, this.info = t2.info, this.shapeId = t2.shapeId, this.canvasElement = t2.canvasElement, this.media.type === "video" && (this.isVideo = true), this.getMedianContainer(), this.createMediaController(), this.info.cut && (this.start = (e2 = this.info.cut.start) !== null && e2 !== void 0 ? e2 : 0, this.end = (i2 = this.info.cut.end) !== null && i2 !== void 0 ? i2 : 0), this.info.bookmarkList && (this.bookmarkList = this.info.bookmarkList.sort((t3, e3) => t3.time - e3.time));
|
|
31180
31213
|
}
|
|
@@ -31183,7 +31216,7 @@ void main(void){
|
|
|
31183
31216
|
}
|
|
31184
31217
|
getMedianContainer() {
|
|
31185
31218
|
var t2;
|
|
31186
|
-
const { medianContainerClass: e2 } =
|
|
31219
|
+
const { medianContainerClass: e2 } = s_;
|
|
31187
31220
|
let i2 = (t2 = this.canvasElement.parentElement) === null || t2 === void 0 ? void 0 : t2.querySelector("." + e2);
|
|
31188
31221
|
i2 || (i2 = document.createElement("div"), i2.className = e2, this.canvasElement.parentElement.appendChild(i2)), this.container = i2;
|
|
31189
31222
|
}
|
|
@@ -31203,7 +31236,7 @@ void main(void){
|
|
|
31203
31236
|
}
|
|
31204
31237
|
generatePauseButton(t2 = 20, e2 = 20) {
|
|
31205
31238
|
const i2 = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
31206
|
-
|
|
31239
|
+
o_(i2, { height: t2 + "px" }), i2.setAttributeNS(null, "viewBox", "0 0 512 512"), i2.setAttributeNS(null, "height", t2.toString()), i2.setAttributeNS(null, "width", e2.toString());
|
|
31207
31240
|
const n2 = document.createElementNS("http://www.w3.org/2000/svg", "rect");
|
|
31208
31241
|
n2.setAttributeNS(null, "x", "35"), n2.setAttributeNS(null, "y", "0"), n2.setAttributeNS(null, "width", "148"), n2.setAttributeNS(null, "height", "512");
|
|
31209
31242
|
const r2 = n2.cloneNode(true);
|
|
@@ -31211,40 +31244,40 @@ void main(void){
|
|
|
31211
31244
|
}
|
|
31212
31245
|
generateFullScreenButton(t2 = 20, e2 = 20) {
|
|
31213
31246
|
const i2 = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
31214
|
-
|
|
31247
|
+
o_(i2, { height: t2 + "px", width: e2 + "px" }), i2.setAttributeNS(null, "width", e2.toString()), i2.setAttributeNS(null, "height", t2.toString()), i2.setAttributeNS(null, "viewBox", "0 0 1024 1024");
|
|
31215
31248
|
const n2 = document.createElementNS("http://www.w3.org/2000/svg", "path");
|
|
31216
31249
|
return n2.setAttributeNS(null, "d", "M918.116352 107.409408c10.186752 10.175488 10.186752 26.691584 0 36.87936L653.734912 407.038976c-10.187776 10.187776-26.703872 10.187776-36.891648 0-10.175488-10.187776-10.175488-26.703872 0.013312-36.891648l264.38144-262.73792c10.174464-10.187776 26.69056-10.200064 36.87936-0.013312L918.117376 107.409408zM878.281728 148.096l-161.155072-0.44544c-11.283456 0.279552-20.85888-8.226816-21.90336-19.458048l0-13.421568c0.318464-10.671104 8.889344-19.241984 19.560448-19.560448l187.030528 0.827392c0.1792-0.037888 0.357376-0.0768 0.523264-0.089088l9.549824-0.229376c5.005312-0.152576 9.843712 1.770496 13.372416 5.336064 3.32288 3.629056 4.9664 8.49408 4.545536 13.40928l-1.032192 9.537536c0 0.191488 0.70144 0.318464 0.70144 0.49664l-0.534528 188.279808c-0.54784 9.984-9.092096 17.637376-19.076096 17.089536-0.165888-0.012288-0.319488-0.0256-0.484352-0.037888L896.009216 329.8304c-10.379264-0.0512-18.733056-8.506368-18.681856-18.885632 0.013312-0.191488 0.013312-0.381952 0.013312-0.585728L878.281728 148.096zM105.884672 916.661248c-10.187776-10.175488-10.200064-26.691584-0.013312-36.87936 0 0 0-0.013312 0.013312-0.013312l265.19552-262.73792c10.35264-10.008576 26.86976-9.729024 36.866048 0.636928 9.766912 10.110976 9.766912 26.131456 0 36.242432L143.579136 916.661248C133.072896 926.848 116.3776 926.848 105.884672 916.661248L105.884672 916.661248zM146.533376 875.973632l161.154048 0.433152c11.283456-0.292864 20.85888 8.213504 21.891072 19.458048l0 13.38368c-0.292864 10.672128-8.876032 19.255296-19.560448 19.561472l-187.858944-0.828416c-0.165888 0.037888-0.344064 0.075776-0.509952 0.089088l-9.550848 0.229376c-5.004288 0.152576-9.831424-1.782784-13.35808-5.336064-3.323904-3.629056-4.979712-8.493056-4.54656-13.395968l1.031168-9.537536c0-0.191488-0.712704-0.330752-0.700416-0.509952l0.534528-188.278784c0.534528-9.984 9.066496-17.625088 19.050496-17.089536 0.165888 0.013312 0.330752 0.0256 0.508928 0.037888l14.212096 0c10.365952 0.0512 18.719744 8.507392 18.656256 18.873344 0 0.191488 0 0.395264-0.013312 0.598016L146.533376 875.973632zM918.116352 916.661248c10.186752-10.175488 10.200064-26.691584 0.012288-36.87936 0 0 0-0.013312-0.012288-0.013312l-264.38144-262.73792c-10.365952-10.008576-26.86976-9.729024-36.87936 0.636928-9.766912 10.110976-9.766912 26.131456 0 36.242432L881.22368 916.661248c10.186752 10.186752 26.703872 10.186752 36.891648 0.013312L918.115328 916.661248 918.116352 916.661248zM878.281728 875.973632l-161.168384 0.433152c-11.270144-0.292864-20.845568 8.213504-21.890048 19.458048l0 13.38368c0.306176 10.672128 8.889344 19.241984 19.560448 19.561472l187.030528-0.828416c0.1792 0.037888 0.357376 0.075776 0.523264 0.089088l9.549824 0.229376c5.005312 0.152576 9.843712-1.782784 13.372416-5.336064 3.32288-3.629056 4.978688-8.493056 4.545536-13.395968l-1.032192-9.537536c0-0.191488 0.70144-0.330752 0.70144-0.509952l-0.534528-188.278784c-0.54784-9.984-9.092096-17.637376-19.076096-17.089536-0.165888 0.013312-0.319488 0.0256-0.484352 0.037888L896.009216 694.19008c-10.379264 0.0512-18.733056 8.507392-18.681856 18.885632 0 0.191488 0.013312 0.381952 0.013312 0.584704L878.281728 875.973632zM105.884672 107.409408c-10.187776 10.175488-10.187776 26.691584 0 36.87936l265.19552 262.750208c10.187776 10.187776 26.691584 10.187776 36.87936 0s10.175488-26.703872-0.012288-36.891648l-264.368128-262.73792C133.072896 97.222656 116.3776 97.222656 105.884672 107.409408L105.884672 107.409408zM146.533376 148.096l161.154048-0.44544c11.283456 0.292864 20.85888-8.213504 21.891072-19.458048l0-13.421568c-0.306176-10.671104-8.889344-19.241984-19.560448-19.560448l-187.858944 0.827392c-0.165888-0.0512-0.344064-0.0768-0.509952-0.089088l-9.550848-0.229376c-5.004288-0.152576-9.831424 1.782784-13.35808 5.336064-3.323904 3.629056-4.979712 8.49408-4.54656 13.40928l1.031168 9.537536c0 0.191488-0.712704 0.318464-0.700416 0.49664l0.534528 188.279808c0.534528 9.970688 9.066496 17.624064 19.050496 17.089536 0.165888-0.012288 0.330752-0.0256 0.508928-0.037888l14.212096 0c10.365952-0.0512 18.719744-8.506368 18.656256-18.87232 0-0.191488 0-0.395264-0.013312-0.598016L146.533376 148.096z"), i2.appendChild(n2), document.body.appendChild(i2), i2;
|
|
31217
31250
|
}
|
|
31218
31251
|
generateExitFullScreenButton(t2 = 20, e2 = 20) {
|
|
31219
31252
|
const i2 = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
31220
|
-
|
|
31253
|
+
o_(i2, { height: t2 + "px", width: e2 + "px" }), i2.setAttributeNS(null, "width", e2.toString()), i2.setAttributeNS(null, "height", t2.toString()), i2.setAttributeNS(null, "viewBox", "0 0 1024 1024");
|
|
31221
31254
|
const n2 = document.createElementNS("http://www.w3.org/2000/svg", "path"), r2 = document.createElementNS("http://www.w3.org/2000/svg", "path");
|
|
31222
31255
|
return n2.setAttributeNS(null, "d", "M716.8 998.4a25.6 25.6 0 0 1-25.6-25.6v-256a25.6 25.6 0 0 1 25.6-25.6h256a25.6 25.6 0 1 1 0 51.2h-230.4v230.4a25.6 25.6 0 0 1-25.6 25.6zM307.2 998.4a25.6 25.6 0 0 1-25.6-25.6v-230.4H51.2a25.6 25.6 0 1 1 0-51.2h256a25.6 25.6 0 0 1 25.6 25.6v256a25.6 25.6 0 0 1-25.6 25.6zM972.8 332.8h-256a25.6 25.6 0 0 1-25.6-25.6v-256a25.6 25.6 0 1 1 51.2 0v230.4h230.4a25.6 25.6 0 1 1 0 51.2zM307.2 332.8h-256a25.6 25.6 0 1 1 0-51.2h230.4V51.2a25.6 25.6 0 1 1 51.2 0v256a25.6 25.6 0 0 1-25.6 25.6z"), r2.setAttributeNS(null, "d", "M307.2 332.8a25.6 25.6 0 0 1-18.112-7.488L56.896 93.12a25.6 25.6 0 0 1 36.224-36.224l232.192 232.192A25.6 25.6 0 0 1 307.2 332.8zM716.8 332.8a25.6 25.6 0 0 1-18.112-43.712L930.88 56.896a25.6 25.6 0 0 1 36.224 36.224l-232.192 232.192a25.472 25.472 0 0 1-18.112 7.488zM948.992 974.592a25.6 25.6 0 0 1-18.112-7.488l-232.192-232.192a25.6 25.6 0 0 1 36.224-36.224l232.192 232.192a25.6 25.6 0 0 1-18.112 43.712zM75.008 974.592a25.6 25.6 0 0 1-18.112-43.712l232.192-232.192a25.6 25.6 0 0 1 36.224 36.224l-232.192 232.192a25.472 25.472 0 0 1-18.112 7.488z"), i2.appendChild(n2), i2.appendChild(r2), document.body.appendChild(i2), i2;
|
|
31223
31256
|
}
|
|
31224
31257
|
createButton() {
|
|
31225
31258
|
const t2 = { marginLeft: "15px", marginRight: "10px", fontSize: "0", height: "20px", display: "flex", justifyContent: "center", alignItems: "center" };
|
|
31226
|
-
|
|
31259
|
+
o_(this.playButton, Object.assign(Object.assign({}, t2), { display: "block" }));
|
|
31227
31260
|
const e2 = this.generatePlayButton();
|
|
31228
|
-
|
|
31261
|
+
o_(e2, { height: "20px" }), this.playButton.appendChild(e2), o_(this.pauseButton, Object.assign(Object.assign({}, t2), { display: "none" }));
|
|
31229
31262
|
const i2 = this.generatePauseButton();
|
|
31230
|
-
if (
|
|
31263
|
+
if (o_(i2, { height: "20px" }), this.pauseButton.appendChild(i2), !this.isVideo)
|
|
31231
31264
|
return;
|
|
31232
31265
|
const n2 = this.generateFullScreenButton(20, 20);
|
|
31233
|
-
this.fullScreenButton.appendChild(n2),
|
|
31266
|
+
this.fullScreenButton.appendChild(n2), o_(this.fullScreenButton, Object.assign(Object.assign({}, t2), { display: "block" }));
|
|
31234
31267
|
const r2 = this.generateExitFullScreenButton(20, 20);
|
|
31235
|
-
this.exitFullScreenButton.appendChild(r2),
|
|
31268
|
+
this.exitFullScreenButton.appendChild(r2), o_(this.exitFullScreenButton, Object.assign(Object.assign({}, t2), { display: "none" }));
|
|
31236
31269
|
}
|
|
31237
31270
|
createTimer() {
|
|
31238
31271
|
const t2 = document.createElement("div");
|
|
31239
|
-
|
|
31272
|
+
o_(t2, { width: "100px" }), this.currentTime.innerText = "00:00";
|
|
31240
31273
|
const e2 = document.createElement("span");
|
|
31241
31274
|
return e2.innerText = "/", t2.append(this.currentTime, e2, this.totalTime), t2;
|
|
31242
31275
|
}
|
|
31243
31276
|
createProgress() {
|
|
31244
31277
|
const t2 = { flex: "1", position: "relative" };
|
|
31245
|
-
this.isVideo || (t2.marginRight = "10px"),
|
|
31278
|
+
this.isVideo || (t2.marginRight = "10px"), o_(this.progress, t2);
|
|
31246
31279
|
const e2 = document.createElement("div");
|
|
31247
|
-
|
|
31280
|
+
o_(e2, { background: "#D9D9D9", position: "relative", height: "10px", display: "flex" }), this.progress.appendChild(e2), o_(this.currentProgress, { background: "#4F4F4F", top: "0px", left: "0", height: "10px", flex: "0" }), e2.appendChild(this.currentProgress);
|
|
31248
31281
|
}
|
|
31249
31282
|
changeBookmarkIndex(t2, e2) {
|
|
31250
31283
|
if (this.bookmarkList && this.bookmarkList.length !== 0) {
|
|
@@ -31275,11 +31308,11 @@ void main(void){
|
|
|
31275
31308
|
}
|
|
31276
31309
|
setControllerPosition() {
|
|
31277
31310
|
var t2;
|
|
31278
|
-
const { target: e2 } = this, { portalWidth: i2, portalHeight: n2 } =
|
|
31279
|
-
s2.y = s2.y + this.height - n2, s2.x = Math.max(s2.x, 0), s2.x = Math.min(s2.x, r2 - i2 * h2), s2.y = Math.max(s2.y, 0), s2.y = Math.min(s2.y, o2 - n2),
|
|
31311
|
+
const { target: e2 } = this, { portalWidth: i2, portalHeight: n2 } = s_, { stageWidth: r2, stageHeight: o2 } = this.ctx, s2 = e2.getGlobalPosition(), a2 = Number((t2 = this.container) === null || t2 === void 0 ? void 0 : t2.getAttribute("data-scale")), l2 = r2 * a2, h2 = 1 / a2 * (i2 > l2 ? l2 / i2 : 1);
|
|
31312
|
+
s2.y = s2.y + this.height - n2, s2.x = Math.max(s2.x, 0), s2.x = Math.min(s2.x, r2 - i2 * h2), s2.y = Math.max(s2.y, 0), s2.y = Math.min(s2.y, o2 - n2), o_(this.mediaController, { height: n2 + "px", borderRadius: n2 / 2 + "px", width: i2 + "px", flexDirection: "row", alignItems: "center", position: "absolute", left: s2.x + "px", top: s2.y + "px", background: "#fff", zIndex: "2", border: "1px solid #ccc", transform: `scale(${h2})`, transformOrigin: "0 100%" }), this.fullscreenStatus && o_(this.mediaController, { left: "0", top: o2 - n2 + "px" });
|
|
31280
31313
|
}
|
|
31281
31314
|
createMediaController() {
|
|
31282
|
-
this.setControllerPosition(),
|
|
31315
|
+
this.setControllerPosition(), o_(this.mediaController, { display: "none", transition: `opacity ${s_.opacityAnimationTime}s` }), this.createButton();
|
|
31283
31316
|
const t2 = this.createTimer();
|
|
31284
31317
|
this.createProgress(), this.mediaController.append(this.playButton, this.pauseButton, t2, this.progress), this.isVideo && this.mediaController.append(this.fullScreenButton, this.exitFullScreenButton), this.container.appendChild(this.mediaController), this.bindEvent();
|
|
31285
31318
|
}
|
|
@@ -31287,34 +31320,35 @@ void main(void){
|
|
|
31287
31320
|
this.playCallBackList.push(t2);
|
|
31288
31321
|
}
|
|
31289
31322
|
changeFullScreenState(t2, e2, i2) {
|
|
31290
|
-
|
|
31291
|
-
return;
|
|
31292
|
-
t2 && this.targetId === e2 ? this.fullscreenStatus = t2 : this.fullscreenStatus = false;
|
|
31293
|
-
const { hiddenOpacity: n2, hoverOpacity: r2 } = t_;
|
|
31294
|
-
this.fullscreenStatus ? (this.fullScreenButton.style.display = "none", this.exitFullScreenButton.style.display = "block", this.mediaController.style.display = "flex", this.mediaController.style.opacity = n2) : (this.fullScreenButton.style.display = "block", this.exitFullScreenButton.style.display = "none", this.mediaController.style.display = "none", this.mediaController.style.opacity = r2);
|
|
31323
|
+
i2 === this.ctx.slideIndex && (t2 && this.targetId === e2 ? this.fullscreenStatus = t2 : this.fullscreenStatus = false, this.fullscreenStatus ? (this.fullScreenButton.style.display = "none", this.exitFullScreenButton.style.display = "block") : (this.fullScreenButton.style.display = "block", this.exitFullScreenButton.style.display = "none"), this.setControllerPosition());
|
|
31295
31324
|
}
|
|
31296
31325
|
bindEvent() {
|
|
31297
|
-
this.mediaController.addEventListener("
|
|
31326
|
+
n_.isDesktop() && (this.mediaController.addEventListener("mouseout", this.onMouseOut, false), this.mediaController.addEventListener("mouseover", this.showController, false)), this.progress.addEventListener("click", this.changeMediaProgress, false), this.playButton.addEventListener("click", this._playMediaFromCtrl, false), this.pauseButton.addEventListener("click", this._pauseMediaFromCtrl, false), this.media.on("durationchange", this.getMediaDuration, false), this.media.on("timeupdate", this.mediaTimeUpdate, false), this.media.on("pause", this.onPauseMedia, false), this.media.on("play", this.onPlayMedia, false), this.containerObserver = new MutationObserver(this.onContainerSizeChange), this.container && this.containerObserver.observe(this.container, { attributes: true, attributeFilter: ["data-scale", "style"] }), this.isVideo && (this.ctx.globalEventHub.on("onFullscreenChange", this.onFullScreenChange), this.ctx.globalEventHub.on("controllerShowStatusChange", this.onControllerShowStatusChange), this.fullScreenButton.addEventListener("click", this.onClickFullScreenButtonHandle, false), this.exitFullScreenButton.addEventListener("click", this.onClickCancelFullScreenButtonHandle, false));
|
|
31298
31327
|
}
|
|
31299
31328
|
unbindEvent() {
|
|
31300
31329
|
var t2;
|
|
31301
|
-
this.mediaController.removeEventListener("
|
|
31330
|
+
n_.isDesktop() && (this.mediaController.removeEventListener("mouseout", this.onMouseOut, false), this.mediaController.removeEventListener("mouseover", this.showController, false)), this.progress.removeEventListener("click", this.changeMediaProgress, false), this.playButton.removeEventListener("click", this._playMediaFromCtrl, false), this.pauseButton.removeEventListener("click", this._pauseMediaFromCtrl, false), this.media.removeAllListeners(), (t2 = this.containerObserver) === null || t2 === void 0 || t2.disconnect(), this.isVideo && (this.ctx.globalEventHub.removeListener("onFullscreenChange", this.onFullScreenChange), this.ctx.globalEventHub.removeListener("controllerShowStatusChange", this.onControllerShowStatusChange), this.fullScreenButton.removeEventListener("click", this.onClickFullScreenButtonHandle, false), this.exitFullScreenButton.removeEventListener("click", this.onClickCancelFullScreenButtonHandle, false));
|
|
31302
31331
|
}
|
|
31303
31332
|
show() {
|
|
31304
|
-
this.setControllerPosition(), this.mediaController.style.opacity =
|
|
31333
|
+
this.setControllerPosition(), this.mediaController.style.opacity = s_.hoverOpacity, this.fullscreenStatus || (this.mediaController.style.display = "flex"), this.delayHide();
|
|
31305
31334
|
}
|
|
31306
31335
|
hide() {
|
|
31307
|
-
this.fullscreenStatus ? this.mediaController.style.opacity =
|
|
31336
|
+
this.fullscreenStatus ? this.mediaController.style.opacity = s_.hiddenOpacity : this.mediaController.style.display = "none";
|
|
31337
|
+
}
|
|
31338
|
+
delayHide() {
|
|
31339
|
+
clearTimeout(this.autoHiddenTimer), this.autoHiddenTimer = setTimeout(() => {
|
|
31340
|
+
this.hide();
|
|
31341
|
+
}, s_.hoverHiddeDelay);
|
|
31308
31342
|
}
|
|
31309
31343
|
destroy() {
|
|
31310
31344
|
var t2;
|
|
31311
31345
|
this.unbindEvent(), this.playCallBackList = [], (t2 = this.container) === null || t2 === void 0 || t2.removeChild(this.mediaController);
|
|
31312
31346
|
}
|
|
31313
31347
|
}
|
|
31314
|
-
var
|
|
31315
|
-
class
|
|
31348
|
+
var l_ = i(120);
|
|
31349
|
+
class h_ extends Za.a {
|
|
31316
31350
|
constructor(t2, e2) {
|
|
31317
|
-
super(), this.isGlobalPause = false, this.lastTime = -1, this.howl = null, this.rctClient = null, this.isHowlEnd = false, this.isHowlLoadEmit = false, this.url = t2, this.runningAudio = e2, Hy.RtcAudioClazz ? (this.rctClient = new Hy.RtcAudioClazz(t2), this.rctClient.on("load", () => this.emit("load")), this.rctClient.on("pause", () => this.emit("pause")), this.rctClient.on("play", () => this.emit("play"))) : (this.howl = new
|
|
31351
|
+
super(), this.isGlobalPause = false, this.lastTime = -1, this.howl = null, this.rctClient = null, this.isHowlEnd = false, this.isHowlLoadEmit = false, this.url = t2, this.runningAudio = e2, Hy.RtcAudioClazz ? (this.rctClient = new Hy.RtcAudioClazz(t2), this.rctClient.on("load", () => this.emit("load")), this.rctClient.on("pause", () => this.emit("pause")), this.rctClient.on("play", () => this.emit("play"))) : (this.howl = new l_.Howl({ src: [t2] }), this.howl.load(), this.howl.on("load", () => {
|
|
31318
31352
|
this.isHowlLoadEmit = true, this.emit("load");
|
|
31319
31353
|
}), this.howl.on("pause", () => this.emit("pause")), this.howl.on("play", () => {
|
|
31320
31354
|
this.isHowlLoadEmit || this.emit("load"), this.isHowlEnd = false, this.emit("play");
|
|
@@ -31366,7 +31400,7 @@ void main(void){
|
|
|
31366
31400
|
this.rctClient ? this.rctClient.volume(t2) : this.howl && this.howl.volume(t2);
|
|
31367
31401
|
}
|
|
31368
31402
|
}
|
|
31369
|
-
var
|
|
31403
|
+
var u_ = function(t2, e2, i2, n2) {
|
|
31370
31404
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
31371
31405
|
function s2(t3) {
|
|
31372
31406
|
try {
|
|
@@ -31391,7 +31425,7 @@ void main(void){
|
|
|
31391
31425
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
31392
31426
|
});
|
|
31393
31427
|
};
|
|
31394
|
-
class
|
|
31428
|
+
class c_ extends Za.a {
|
|
31395
31429
|
constructor(t2) {
|
|
31396
31430
|
var e2, i2, n2, r2;
|
|
31397
31431
|
super(), this.type = "video", this.sprite = new ep(), this.isPlaying = false, this.isGlobalPause = false, this.fullscreen = false, this.url = "", this.onVideoStalled = () => {
|
|
@@ -31405,9 +31439,9 @@ void main(void){
|
|
|
31405
31439
|
let o2 = t2.video.src;
|
|
31406
31440
|
this.ctx.loaderDelegate && (o2 = this.ctx.loaderDelegate.redirectMedia(o2), this.ctx.logger.info(`redirect media url from ${t2.video.src} to ${o2} by delegate.`, t2.ctx.taskId)), this.videoResource = new Vh.w(o2, { autoLoad: true, autoPlay: false, updateFPS: 30, crossorigin: true }), (r2 = this.videoElement) === null || r2 === void 0 || r2.addEventListener("stalled", this.onVideoStalled), this.url = t2.video.src;
|
|
31407
31441
|
let s2 = t2.video.src.replace(/4$/, "3");
|
|
31408
|
-
this.ctx.loaderDelegate && (s2 = this.ctx.loaderDelegate.redirectMedia(s2), this.ctx.logger.info(`redirect media url from ${t2.video.src.replace(/4$/, "3")} to ${s2} by delegate.`, t2.ctx.taskId)), this.rtcAudio = new
|
|
31442
|
+
this.ctx.loaderDelegate && (s2 = this.ctx.loaderDelegate.redirectMedia(s2), this.ctx.logger.info(`redirect media url from ${t2.video.src.replace(/4$/, "3")} to ${s2} by delegate.`, t2.ctx.taskId)), this.rtcAudio = new h_(s2, t2.ctx.runningAudio);
|
|
31409
31443
|
const { video: a2, width: l2, height: h2, target: u2 } = t2;
|
|
31410
|
-
this.controller = new
|
|
31444
|
+
this.controller = new a_({ targetId: t2.id, shapeId: t2.shapeId, ctx: t2.ctx, width: l2, height: h2, target: u2, media: this, info: a2, canvasElement: t2.canvasElement }), this.controller.addPlayCallBack(() => {
|
|
31411
31445
|
this.sprite.width = l2, this.sprite.height = h2, this.ctx.clock.setTimeout(() => {
|
|
31412
31446
|
this.sprite.visible = true;
|
|
31413
31447
|
}, 50);
|
|
@@ -31457,7 +31491,7 @@ void main(void){
|
|
|
31457
31491
|
}
|
|
31458
31492
|
play() {
|
|
31459
31493
|
var t2;
|
|
31460
|
-
return
|
|
31494
|
+
return u_(this, void 0, void 0, function* () {
|
|
31461
31495
|
this.isPlaying = true, this.updateVolume(this.ctx.volumeAdjuster.volume), yield this.load(), yield this.ctx.clock.waitUntil(() => {
|
|
31462
31496
|
const t3 = this.videoElement;
|
|
31463
31497
|
return !!(t3 && t3.videoWidth > 0);
|
|
@@ -31465,8 +31499,8 @@ void main(void){
|
|
|
31465
31499
|
const e2 = this.videoElement;
|
|
31466
31500
|
e2 && e2.videoWidth <= 0 || (Hy.RtcAudioClazz ? (this.videoElement && (this.videoElement.volume = 0, this.videoElement.muted = true), this.rtcAudio.once("play", () => {
|
|
31467
31501
|
var t3;
|
|
31468
|
-
|
|
31469
|
-
}), this.rtcAudio.play()) :
|
|
31502
|
+
(t3 = this.videoElement) === null || t3 === void 0 || t3.play();
|
|
31503
|
+
}), this.rtcAudio.play()) : yield (t2 = this.videoElement) === null || t2 === void 0 ? void 0 : t2.play());
|
|
31470
31504
|
});
|
|
31471
31505
|
}
|
|
31472
31506
|
load() {
|
|
@@ -31506,7 +31540,7 @@ void main(void){
|
|
|
31506
31540
|
this.ctx.volumeAdjuster.removeListener("update", this.updateVolume), this.ctx.globalEventHub.removeListener("syncFullscreenVideoState", this.syncFullscreenVideoState), this.sprite.interactive = false, this.sprite.destroy({ texture: true, baseTexture: true }), (t2 = this.videoResource) === null || t2 === void 0 || t2.destroy(), this.rtcAudio.destroy(), this.stop(), this.controller.destroy(), this.ctx.activeMedia.delete(this);
|
|
31507
31541
|
}
|
|
31508
31542
|
}
|
|
31509
|
-
var
|
|
31543
|
+
var d_ = function(t2, e2, i2, n2) {
|
|
31510
31544
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
31511
31545
|
function s2(t3) {
|
|
31512
31546
|
try {
|
|
@@ -31531,15 +31565,15 @@ void main(void){
|
|
|
31531
31565
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
31532
31566
|
});
|
|
31533
31567
|
};
|
|
31534
|
-
class
|
|
31568
|
+
class p_ extends Za.a {
|
|
31535
31569
|
constructor(t2) {
|
|
31536
|
-
super(), this.type = "audio", this.isPlaying = false, this.isGlobalPause = false, this.updateVolume = (t3) => {
|
|
31570
|
+
super(), this.type = "audio", this.isPlaying = false, this.isGlobalPause = false, this.fullscreen = false, this.updateVolume = (t3) => {
|
|
31537
31571
|
this.audioPlayer.volume(t3);
|
|
31538
31572
|
}, this.id = t2.id;
|
|
31539
31573
|
let e2 = t2.audio.src;
|
|
31540
|
-
/mp4$/.test(e2) && (e2 = e2.replace(/mp4$/, "mp3")), t2.ctx.loaderDelegate && (e2 = t2.ctx.loaderDelegate.redirectMedia(e2), t2.ctx.logger.info(`redirect media url from ${t2.audio.src} to ${e2} by delegate.`, t2.ctx.taskId)), this.audioPlayer = new
|
|
31574
|
+
/mp4$/.test(e2) && (e2 = e2.replace(/mp4$/, "mp3")), t2.ctx.loaderDelegate && (e2 = t2.ctx.loaderDelegate.redirectMedia(e2), t2.ctx.logger.info(`redirect media url from ${t2.audio.src} to ${e2} by delegate.`, t2.ctx.taskId)), this.audioPlayer = new h_(e2, t2.ctx.runningAudio), t2.audio.cut && (this.start = t2.audio.cut.start, this.end = t2.audio.cut.end), this.ctx = t2.ctx, this.ctx.medias[this.id] = this;
|
|
31541
31575
|
const { width: i2, height: n2, target: r2 } = t2;
|
|
31542
|
-
this.controller = new
|
|
31576
|
+
this.controller = new a_({ targetId: t2.id, shapeId: t2.shapeId, ctx: t2.ctx, height: n2, width: i2, target: r2, media: this, info: t2.audio, canvasElement: t2.canvasElement }), this.audioPlayer.on("load", () => this.emit("durationchange")), this.audioPlayer.on("timeupdate", () => this.emit("timeupdate")), this.audioPlayer.on("pause", () => this.emit("pause")), this.audioPlayer.on("play", () => this.emit("play")), this.ctx.activeMedia.add(this), this.ctx.volumeAdjuster.on("update", this.updateVolume);
|
|
31543
31577
|
}
|
|
31544
31578
|
get currentTime() {
|
|
31545
31579
|
return this.audioPlayer.currentTime;
|
|
@@ -31572,7 +31606,7 @@ void main(void){
|
|
|
31572
31606
|
this.controller.hide();
|
|
31573
31607
|
}
|
|
31574
31608
|
play() {
|
|
31575
|
-
return
|
|
31609
|
+
return d_(this, void 0, void 0, function* () {
|
|
31576
31610
|
this.ctx.isPlayerPaused() ? this.ctx.logger.info("Audio player prevent play event with paused state", this.ctx.taskId) : (this.updateVolume(this.ctx.volumeAdjuster.volume), this.isPlaying = true, this.audioPlayer.play());
|
|
31577
31611
|
});
|
|
31578
31612
|
}
|
|
@@ -31602,21 +31636,18 @@ void main(void){
|
|
|
31602
31636
|
this.ctx.volumeAdjuster.removeListener("update", this.updateVolume), this.stop(), this.controller.destroy(), this.ctx.activeMedia.delete(this);
|
|
31603
31637
|
}
|
|
31604
31638
|
}
|
|
31605
|
-
class
|
|
31639
|
+
class f_ extends Kv {
|
|
31606
31640
|
constructor(t2, e2, i2, n2) {
|
|
31607
31641
|
super(Object.assign(Object.assign({}, t2), { type: "Shape", useBgFill: false, textRotateWithShape: true, isPicture: true }), e2, i2, n2), this.isInteractiveOutside = false, this.cmd = new eg(this), this.media = t2 == null ? void 0 : t2.media, this.container.name = t2.id + "_container_[Picture]", this.renderContainer.name = t2.id + "_render_container_[Picture]", this.picFill = new av(this.ctx, t2.picFill, t2.width, t2.height, { useFilter: true, useSlideBackgroundFill: false });
|
|
31608
31642
|
}
|
|
31609
31643
|
applyCommand(t2, e2) {
|
|
31610
|
-
var i2, n2, r2;
|
|
31644
|
+
var i2, n2, r2, o2;
|
|
31611
31645
|
if (e2 === "call")
|
|
31612
31646
|
if (/playFrom\(([0-9.]+)\)/.test(t2)) {
|
|
31613
|
-
const e3 = t2.match(/playFrom\(([0-9.]+)\)/),
|
|
31614
|
-
(i2 = this.mediaPlayer) === null || i2 === void 0 || i2.controller.playMediaFromCtrl(true),
|
|
31615
|
-
var t3;
|
|
31616
|
-
(t3 = this.mediaPlayer) === null || t3 === void 0 || t3.controller.jumpToTime(n3);
|
|
31617
|
-
}, 1e3);
|
|
31647
|
+
const e3 = t2.match(/playFrom\(([0-9.]+)\)/), r3 = Number(e3[1] || "0");
|
|
31648
|
+
(i2 = this.mediaPlayer) === null || i2 === void 0 || i2.controller.playMediaFromCtrl(true), Math.abs(r3) > 0.1 && ((n2 = this.mediaPlayer) === null || n2 === void 0 || n2.controller.jumpToTime(r3));
|
|
31618
31649
|
} else
|
|
31619
|
-
t2 === "custom-pause" ? (
|
|
31650
|
+
t2 === "custom-pause" ? (r2 = this.mediaPlayer) === null || r2 === void 0 || r2.controller.pauseMediaFromCtrl(true) : t2 === "togglePause" ? this.mediaPlayer && (this.mediaPlayer.isPlaying ? this.mediaPlayer.controller.pauseMediaFromCtrl(true) : this.mediaPlayer.controller.playMediaFromCtrl(true)) : t2 === "stop" && ((o2 = this.mediaPlayer) === null || o2 === void 0 || o2.stop());
|
|
31620
31651
|
}
|
|
31621
31652
|
renderPic() {
|
|
31622
31653
|
var t2, e2, i2, n2, r2, o2;
|
|
@@ -31636,17 +31667,19 @@ void main(void){
|
|
|
31636
31667
|
}
|
|
31637
31668
|
});
|
|
31638
31669
|
}), this.effectContainer.addChild(s2), ((i2 = this.media) === null || i2 === void 0 ? void 0 : i2.type) === "video" && this.media.src) {
|
|
31639
|
-
if (this.mediaPlayer = new
|
|
31670
|
+
if (this.mediaPlayer = new c_({ id: this.json.id + "-video", shapeId: this.json.id, ctx: this.ctx, video: this.media, height: this.designHeight, width: this.designWidth, target: s2, container: this.effectContainer, canvasElement: this.ctx.view }), ((n2 = this.mediaPlayer) === null || n2 === void 0 ? void 0 : n2.sprite) && a2) {
|
|
31640
31671
|
const t3 = (r2 = this.backgroundGraphics) === null || r2 === void 0 ? void 0 : r2.getClonedDisplayObject();
|
|
31641
31672
|
t3 && (this.mediaPlayer.sprite.mask = t3, this.container.addChild(t3));
|
|
31642
31673
|
}
|
|
31643
31674
|
} else
|
|
31644
|
-
((o2 = this.media) === null || o2 === void 0 ? void 0 : o2.type) === "audio" && this.media.src && (this.mediaPlayer = new
|
|
31645
|
-
this.mediaPlayer && (this.isInteractiveOutside = !!this.container.interactive, this.container.interactive = true, this.container.on("mouseover", () => {
|
|
31675
|
+
((o2 = this.media) === null || o2 === void 0 ? void 0 : o2.type) === "audio" && this.media.src && (this.mediaPlayer = new p_({ id: this.json.id + "-audio", shapeId: this.json.id, ctx: this.ctx, audio: this.media, height: this.designHeight, width: this.designWidth, target: s2, canvasElement: this.ctx.view }));
|
|
31676
|
+
this.mediaPlayer && (this.isInteractiveOutside = !!this.container.interactive, this.container.interactive = true, n_.isDesktop() ? (this.container.on("mouseover", () => {
|
|
31646
31677
|
this.mediaPlayer.showController();
|
|
31647
31678
|
}), this.container.on("mouseout", () => {
|
|
31648
31679
|
this.mediaPlayer.hideController();
|
|
31649
|
-
}, false))
|
|
31680
|
+
}, false)) : this.container.on("pointerdown", () => {
|
|
31681
|
+
this.mediaPlayer.showController();
|
|
31682
|
+
}));
|
|
31650
31683
|
}
|
|
31651
31684
|
}
|
|
31652
31685
|
preRender(t2) {
|
|
@@ -31665,7 +31698,7 @@ void main(void){
|
|
|
31665
31698
|
this.mediaPlayer && (this.picFill.displayObject && !this.isInteractiveOutside && (this.container.interactive = false), this.mediaPlayer.destroy(), this.mediaPlayer = void 0), this.picFill.destroy();
|
|
31666
31699
|
}
|
|
31667
31700
|
}
|
|
31668
|
-
var
|
|
31701
|
+
var m_ = function(t2, e2, i2, n2) {
|
|
31669
31702
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
31670
31703
|
function s2(t3) {
|
|
31671
31704
|
try {
|
|
@@ -31690,7 +31723,7 @@ void main(void){
|
|
|
31690
31723
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
31691
31724
|
});
|
|
31692
31725
|
};
|
|
31693
|
-
class
|
|
31726
|
+
class g_ extends hg {
|
|
31694
31727
|
constructor(t2, e2, i2, n2, r2) {
|
|
31695
31728
|
super(t2, e2, i2), this.children = [], this.cacheSprite = new ep(), this.cacheContainer = new Oh.b(), this.json = t2, this.json.fillStyle && this.json.fillStyle.fillType === "groupFill" && n2 && (this.json.fillStyle = n2), this.container.name = t2.id + "_container_[Container]", this.cacheContainer.name = t2.id + "_cache_container_[Container]", this.ctx.timingTargets.addTarget(t2.id, this), this.updateTransform(this.json), this.fillObject = new av(this.ctx, t2.fillStyle, t2.width, t2.height, { useFilter: false, useSlideBackgroundFill: false }), this.createChildren(r2);
|
|
31696
31729
|
}
|
|
@@ -31698,10 +31731,10 @@ void main(void){
|
|
|
31698
31731
|
var e2, i2, n2, r2;
|
|
31699
31732
|
const o2 = { x: (i2 = (e2 = this.json.position) === null || e2 === void 0 ? void 0 : e2.x) !== null && i2 !== void 0 ? i2 : 0, y: (r2 = (n2 = this.json.position) === null || n2 === void 0 ? void 0 : n2.y) !== null && r2 !== void 0 ? r2 : 0 };
|
|
31700
31733
|
for (let e3 = 0, i3 = this.json.children.length; e3 < i3; e3++)
|
|
31701
|
-
t2.addSubMTask(() =>
|
|
31734
|
+
t2.addSubMTask(() => m_(this, void 0, void 0, function* () {
|
|
31702
31735
|
const i4 = this.json.children[e3];
|
|
31703
31736
|
let n3 = null;
|
|
31704
|
-
(i4 == null ? void 0 : i4.type) === "Shape" ? n3 = new Kv(i4, this.ctx, o2, this.json.fillStyle) : (i4 == null ? void 0 : i4.type) === "Picture" ? n3 = new
|
|
31737
|
+
(i4 == null ? void 0 : i4.type) === "Shape" ? n3 = new Kv(i4, this.ctx, o2, this.json.fillStyle) : (i4 == null ? void 0 : i4.type) === "Picture" ? n3 = new f_(i4, this.ctx, o2, this.json.fillStyle) : (i4 == null ? void 0 : i4.type) === "Container" && (n3 = new g_(i4, this.ctx, o2, this.json.fillStyle, t2)), n3 && this.children.push(n3);
|
|
31705
31738
|
}), "@ContainerImpl[child.init]");
|
|
31706
31739
|
}
|
|
31707
31740
|
get interactiveContainer() {
|
|
@@ -31712,7 +31745,7 @@ void main(void){
|
|
|
31712
31745
|
}
|
|
31713
31746
|
preRender(t2) {
|
|
31714
31747
|
for (const e2 of this.children)
|
|
31715
|
-
t2.addSubMTask(() =>
|
|
31748
|
+
t2.addSubMTask(() => m_(this, void 0, void 0, function* () {
|
|
31716
31749
|
e2.preRender(t2);
|
|
31717
31750
|
}), "@ContainerImpl[child.preRender]");
|
|
31718
31751
|
}
|
|
@@ -31727,11 +31760,11 @@ void main(void){
|
|
|
31727
31760
|
}
|
|
31728
31761
|
render(t2) {
|
|
31729
31762
|
for (const e2 of this.children)
|
|
31730
|
-
e2.render(t2), t2.addSubMTask(() =>
|
|
31763
|
+
e2.render(t2), t2.addSubMTask(() => m_(this, void 0, void 0, function* () {
|
|
31731
31764
|
var t3;
|
|
31732
31765
|
this.cacheContainer.addChild(e2.renderContainer), (e2.json.hlinkHover || e2.json.hlinkClick) && ((t3 = e2.hyperlink) === null || t3 === void 0 || t3.addProxy(this.container));
|
|
31733
31766
|
}), "@ContainerImpl[child.render]");
|
|
31734
|
-
t2.addSubMTask(() =>
|
|
31767
|
+
t2.addSubMTask(() => m_(this, void 0, void 0, function* () {
|
|
31735
31768
|
this.container.addChild(this.cacheContainer);
|
|
31736
31769
|
}), "@ContainerImpl[child.append]");
|
|
31737
31770
|
}
|
|
@@ -31751,7 +31784,7 @@ void main(void){
|
|
|
31751
31784
|
this.cacheSprite && this.cacheSprite.destroy({ texture: true }), this.children.forEach((t2) => t2.destroy()), this.container.destroy({ children: true, texture: true, baseTexture: true }), this.cacheContainer.destroy({ children: true, texture: true, baseTexture: true });
|
|
31752
31785
|
}
|
|
31753
31786
|
}
|
|
31754
|
-
class
|
|
31787
|
+
class v_ extends Za.a {
|
|
31755
31788
|
constructor(t2, e2, i2, n2) {
|
|
31756
31789
|
super(), this.cond = {}, this.timeoutIds = [], this.condHandle = (t3, e3 = {}) => {
|
|
31757
31790
|
if (t3)
|
|
@@ -31798,7 +31831,7 @@ void main(void){
|
|
|
31798
31831
|
}), this.timeoutIds.forEach((t2) => this.ctx.clock.clearTimeout(t2));
|
|
31799
31832
|
}
|
|
31800
31833
|
}
|
|
31801
|
-
class
|
|
31834
|
+
class __ extends Za.a {
|
|
31802
31835
|
constructor(t2) {
|
|
31803
31836
|
super(), this.isTimeNodeEndSync = false, this.interactiveListeners = [], this.runtimeNodeEventHub = new Za.a(), this._currentSeqIndex = 0, this._currentSeqState = "idle", this.isForward = true, this.autoPlay = false, this.handlePrev = (t3 = false) => {
|
|
31804
31837
|
var e3, i3, n3, r3, o3, s3;
|
|
@@ -31817,7 +31850,7 @@ void main(void){
|
|
|
31817
31850
|
}
|
|
31818
31851
|
};
|
|
31819
31852
|
const { json: e2, iterateType: i2, isIterate: n2, isSub: r2, parent: o2, ctx: s2, eventHub: a2, iterateIndex: l2, iterateId: h2, isInInteractiveSeq: u2 } = t2;
|
|
31820
|
-
this.isMainSeq = e2.ctn.nodeType === "mainSeq", this.isInteractiveSeq = e2.ctn.nodeType === "interactiveSeq", this.id = e2.ctn.id, this.isIterate = n2, this.json = e2, this.ctx = s2, this.globalEventHub = a2, this.commonTimeNode = new
|
|
31853
|
+
this.isMainSeq = e2.ctn.nodeType === "mainSeq", this.isInteractiveSeq = e2.ctn.nodeType === "interactiveSeq", this.id = e2.ctn.id, this.isIterate = n2, this.json = e2, this.ctx = s2, this.globalEventHub = a2, this.commonTimeNode = new yy({ json: e2.ctn, isSub: r2, eventHubs: { global: a2, runtime: this.runtimeNodeEventHub }, ctx: s2, parent: o2, isIterate: false, iterateType: i2, iterateIndex: l2, iterateId: h2, isInInteractiveSeq: u2 || this.isInteractiveSeq, fromSeqId: this.isInteractiveSeq ? this.json.ctn.id : "" }), this.bindShapeEvent(), this.nextConds = new v_("mainSeq", e2.nextCondLst, { global: a2, runtime: this.runtimeNodeEventHub }, this.ctx), this.prevConds = new v_("mainSeq", e2.preCondLst, { global: a2, runtime: this.runtimeNodeEventHub }, this.ctx), this.commonTimeNode.on("timeNodeRestart", () => {
|
|
31821
31854
|
this.currentSeqIndex = 0, this.currentSeqState = "idle";
|
|
31822
31855
|
}), this.commonTimeNode.on("childTimeNodeStart", (t3) => {
|
|
31823
31856
|
const e3 = this.commonTimeNode.children.findIndex((e4) => e4.commonTimeNode.uuid === t3.id);
|
|
@@ -31913,7 +31946,7 @@ void main(void){
|
|
|
31913
31946
|
}
|
|
31914
31947
|
}
|
|
31915
31948
|
}
|
|
31916
|
-
function
|
|
31949
|
+
function y_(t2, e2, i2) {
|
|
31917
31950
|
const n2 = e2.split(".");
|
|
31918
31951
|
n2.reduce((r2, o2, s2) => {
|
|
31919
31952
|
if (r2)
|
|
@@ -31921,7 +31954,7 @@ void main(void){
|
|
|
31921
31954
|
console.warn(`${t2} not support ${e2}`);
|
|
31922
31955
|
}, t2);
|
|
31923
31956
|
}
|
|
31924
|
-
function
|
|
31957
|
+
function x_(t2, e2) {
|
|
31925
31958
|
if (!e2)
|
|
31926
31959
|
return null;
|
|
31927
31960
|
return e2.split(".").reduce((i2, n2) => {
|
|
@@ -31930,7 +31963,7 @@ void main(void){
|
|
|
31930
31963
|
console.warn(`${t2} not support ${e2}`);
|
|
31931
31964
|
}, t2);
|
|
31932
31965
|
}
|
|
31933
|
-
class
|
|
31966
|
+
class b_ {
|
|
31934
31967
|
constructor(t2) {
|
|
31935
31968
|
this.timingTarget = null, this.runtimeNodeEventHub = new Za.a(), this.basicOnTimeNodeEnd = () => {
|
|
31936
31969
|
if (this.isConflict) {
|
|
@@ -31948,29 +31981,29 @@ void main(void){
|
|
|
31948
31981
|
}
|
|
31949
31982
|
};
|
|
31950
31983
|
const { isIterate: e2, isSub: i2, json: n2, ctx: r2, parent: o2, eventHub: s2, iterateType: a2, iterateIndex: l2, iterateId: h2, isInInteractiveSeq: u2, fromSeqId: c2 } = t2;
|
|
31951
|
-
this.json = n2, this.id = n2.cBhvr.ctn.id, this.ctx = r2, this.globalEventHub = s2, this.commonTimeNode = new
|
|
31984
|
+
this.json = n2, this.id = n2.cBhvr.ctn.id, this.ctx = r2, this.globalEventHub = s2, this.commonTimeNode = new yy({ json: n2.cBhvr.ctn, isSub: i2, eventHubs: { global: s2, runtime: this.runtimeNodeEventHub }, ctx: r2, parent: o2, isIterate: e2, iterateType: a2, iterateIndex: l2, iterateId: h2, isInInteractiveSeq: u2, fromSeqId: c2 }), this.timingTarget = this.ctx.timingTargets.getTarget(n2.cBhvr.target, e2, { type: a2, index: l2, id: h2 }), this.commonTimeNode.on("seekToStart", () => this.onSeekToStart()), this.commonTimeNode.on("seekToEnd", () => this.onSeekToEnd()), this.commonTimeNode.on("timelineStart", this.basicOnTimeLineStart), this.commonTimeNode.on("timeNodeEnd", this.basicOnTimeNodeEnd);
|
|
31952
31985
|
}
|
|
31953
31986
|
getTargetId(t2) {
|
|
31954
31987
|
let e2 = t2.id;
|
|
31955
31988
|
return t2.type === "shape" && t2.txEl && (e2 = `${e2}-txEl-${t2.txEl.range[0]}`), this.commonTimeNode.isIterate && (e2 = `${e2}-iterate-${this.commonTimeNode.iterateIndex}`), e2;
|
|
31956
31989
|
}
|
|
31957
31990
|
}
|
|
31958
|
-
class
|
|
31991
|
+
class T_ extends b_ {
|
|
31959
31992
|
constructor(t2) {
|
|
31960
31993
|
super(t2), this.isConflict = false, this.activeWhenConflict = "next", this.startVal = null, this.updateStartValue = () => {
|
|
31961
|
-
this.timingTarget && (this.startVal =
|
|
31994
|
+
this.timingTarget && (this.startVal = x_(this.timingTarget, this.json.cBhvr.attrList[0]));
|
|
31962
31995
|
}, this.onSeekToStart = () => {
|
|
31963
31996
|
const t3 = this.json.cBhvr.attrList[0];
|
|
31964
|
-
this.startVal !== null && this.timingTarget &&
|
|
31997
|
+
this.startVal !== null && this.timingTarget && y_(this.timingTarget, t3, this.startVal);
|
|
31965
31998
|
}, this.onSeekToEnd = () => {
|
|
31966
31999
|
const t3 = this.json.cBhvr.attrList[0], e2 = this.json.cBhvr.to || this.json.to;
|
|
31967
|
-
e2 && this.timingTarget &&
|
|
32000
|
+
e2 && this.timingTarget && y_(this.timingTarget, t3, e2);
|
|
31968
32001
|
}, this.commonTimeNode.on("timeNodeStart", this.updateStartValue), this.commonTimeNode.on("timeNodeCreate", this.updateStartValue), this.commonTimeNode.on("timeUpdate", ({ duration: t3, delta: e2 }) => {
|
|
31969
32002
|
if (e2 / t3 >= 1) {
|
|
31970
32003
|
const t4 = this.json.cBhvr.attrList[0];
|
|
31971
32004
|
this.json.cBhvr.attrList.length > 1 && console.warn("this.json.cBhvr.attrList.length > 0");
|
|
31972
32005
|
const e3 = this.json.cBhvr.to || this.json.to;
|
|
31973
|
-
e3 && this.timingTarget &&
|
|
32006
|
+
e3 && this.timingTarget && y_(this.timingTarget, t4, e3);
|
|
31974
32007
|
}
|
|
31975
32008
|
});
|
|
31976
32009
|
}
|
|
@@ -31978,7 +32011,7 @@ void main(void){
|
|
|
31978
32011
|
return this.json.cBhvr.attrList[0];
|
|
31979
32012
|
}
|
|
31980
32013
|
}
|
|
31981
|
-
var
|
|
32014
|
+
var E_ = function(t2, e2, i2, n2) {
|
|
31982
32015
|
var r2, o2 = arguments.length, s2 = o2 < 3 ? e2 : n2 === null ? n2 = Object.getOwnPropertyDescriptor(e2, i2) : n2;
|
|
31983
32016
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function")
|
|
31984
32017
|
s2 = Reflect.decorate(t2, e2, i2, n2);
|
|
@@ -31987,7 +32020,7 @@ void main(void){
|
|
|
31987
32020
|
(r2 = t2[a2]) && (s2 = (o2 < 3 ? r2(s2) : o2 > 3 ? r2(e2, i2, s2) : r2(e2, i2)) || s2);
|
|
31988
32021
|
return o2 > 3 && s2 && Object.defineProperty(e2, i2, s2), s2;
|
|
31989
32022
|
};
|
|
31990
|
-
class
|
|
32023
|
+
class S_ {
|
|
31991
32024
|
constructor(t2, e2) {
|
|
31992
32025
|
this.math = { pi: Math.PI, e: Math.E, abs: Math.abs, acos: Math.acos, asin: Math.asin, atan: Math.atan, ceil: Math.ceil, cos: Math.cos, cosh: Math.cosh, deg: (t3) => t3 / Math.PI * 180, exp: Math.exp, floor: Math.floor, ln: Math.log, max: Math.max, min: Math.min, rad: (t3) => t3 / 180 * Math.PI, rand: Math.random, sin: Math.sin, sinh: Math.sinh, sqrt: Math.sqrt, tan: Math.tan, tanh: Math.tanh }, this.timingTarget = e2, this.val = t2.val.value, this.time = t2.time, t2.fmla && (this.fmla = this.parseFmla(t2.fmla));
|
|
31993
32026
|
}
|
|
@@ -31999,7 +32032,7 @@ void main(void){
|
|
|
31999
32032
|
}), new Function("vars", "math", "$", "return " + e2);
|
|
32000
32033
|
}
|
|
32001
32034
|
}
|
|
32002
|
-
class
|
|
32035
|
+
class w_ extends S_ {
|
|
32003
32036
|
constructor(t2, e2, i2) {
|
|
32004
32037
|
super(t2, e2), this.value = t2.val.value, i2 && (this.fmla = this.parseFmla(i2));
|
|
32005
32038
|
}
|
|
@@ -32011,8 +32044,8 @@ void main(void){
|
|
|
32011
32044
|
return t2.fmla ? t2.fmla(i2, this.math, r2) : r2;
|
|
32012
32045
|
}
|
|
32013
32046
|
}
|
|
32014
|
-
|
|
32015
|
-
class
|
|
32047
|
+
E_([Em()], w_.prototype, "interpolationFrom", null);
|
|
32048
|
+
class A_ extends S_ {
|
|
32016
32049
|
constructor(t2, e2) {
|
|
32017
32050
|
var i2;
|
|
32018
32051
|
super(t2, e2), this.value = (i2 = t2.val) === null || i2 === void 0 ? void 0 : i2.value;
|
|
@@ -32025,8 +32058,8 @@ void main(void){
|
|
|
32025
32058
|
return this.value || "";
|
|
32026
32059
|
}
|
|
32027
32060
|
}
|
|
32028
|
-
|
|
32029
|
-
class
|
|
32061
|
+
E_([Em()], A_.prototype, "interpolationFrom", null);
|
|
32062
|
+
class M_ extends S_ {
|
|
32030
32063
|
constructor(t2, e2) {
|
|
32031
32064
|
super(t2, e2), this.fn = this.parseFmla(this.val);
|
|
32032
32065
|
}
|
|
@@ -32038,8 +32071,8 @@ void main(void){
|
|
|
32038
32071
|
return t2.fmla ? t2.fmla(i2, this.math, r2) : r2;
|
|
32039
32072
|
}
|
|
32040
32073
|
}
|
|
32041
|
-
|
|
32042
|
-
class
|
|
32074
|
+
E_([Em()], M_.prototype, "interpolationFrom", null);
|
|
32075
|
+
class R_ extends S_ {
|
|
32043
32076
|
constructor(t2, e2) {
|
|
32044
32077
|
super(t2, e2), this.value = t2.val.value;
|
|
32045
32078
|
}
|
|
@@ -32050,11 +32083,11 @@ void main(void){
|
|
|
32050
32083
|
return this.value;
|
|
32051
32084
|
}
|
|
32052
32085
|
}
|
|
32053
|
-
|
|
32054
|
-
class
|
|
32086
|
+
E_([Em()], R_.prototype, "interpolationFrom", null);
|
|
32087
|
+
class C_ extends b_ {
|
|
32055
32088
|
constructor(t2) {
|
|
32056
32089
|
super(t2), this.isConflict = true, this.activeWhenConflict = "next", this.startVal = null, this.vars = { ppt_x: 0, ppt_y: 0, ppt_w: 0, ppt_h: 0 }, this.keyFrames = [], this.isColorAnim = false, this.onTimeNodeStart = () => {
|
|
32057
|
-
this.timingTarget && (this.startVal =
|
|
32090
|
+
this.timingTarget && (this.startVal = x_(this.timingTarget, this.json.cBhvr.attrList[0]));
|
|
32058
32091
|
}, this.updateVars = () => {
|
|
32059
32092
|
var t3, e2, i2, n2;
|
|
32060
32093
|
((t3 = this.timingTarget) === null || t3 === void 0 ? void 0 : t3.ppt_h) && (this.vars.ppt_h = this.timingTarget.ppt_h), ((e2 = this.timingTarget) === null || e2 === void 0 ? void 0 : e2.ppt_w) && (this.vars.ppt_w = this.timingTarget.ppt_w), ((i2 = this.timingTarget) === null || i2 === void 0 ? void 0 : i2.ppt_x) && (this.vars.ppt_x = this.timingTarget.ppt_x), ((n2 = this.timingTarget) === null || n2 === void 0 ? void 0 : n2.ppt_y) && (this.vars.ppt_y = this.timingTarget.ppt_y), this.isColorAnim;
|
|
@@ -32062,12 +32095,12 @@ void main(void){
|
|
|
32062
32095
|
const i2 = e2 / t3, n2 = this.keyFrames.findIndex((t4) => i2 <= t4[0]), { attrList: r2 } = this.json.cBhvr;
|
|
32063
32096
|
if (n2 < 0) {
|
|
32064
32097
|
const t4 = this.keyFrames[this.keyFrames.length - 1];
|
|
32065
|
-
return void (this.timingTarget && r2 && r2[0] &&
|
|
32098
|
+
return void (this.timingTarget && r2 && r2[0] && y_(this.timingTarget, r2[0], t4[1].resolveValue(this.vars)));
|
|
32066
32099
|
}
|
|
32067
32100
|
const o2 = n2 - 1, s2 = this.keyFrames[n2], a2 = this.keyFrames[o2] || s2, l2 = s2[0] - a2[0] == 0 ? 1 : (i2 - a2[0]) / (s2[0] - a2[0]), h2 = s2[1].interpolationFrom(a2[1], l2, this.vars);
|
|
32068
|
-
this.timingTarget && r2 && r2[0] &&
|
|
32101
|
+
this.timingTarget && r2 && r2[0] && y_(this.timingTarget, r2[0], h2);
|
|
32069
32102
|
}, this.onSeekToStart = () => {
|
|
32070
|
-
this.startVal !== null && this.timingTarget &&
|
|
32103
|
+
this.startVal !== null && this.timingTarget && y_(this.timingTarget, this.json.cBhvr.attrList[0], this.startVal);
|
|
32071
32104
|
}, this.onSeekToEnd = () => {
|
|
32072
32105
|
this.onTimeUpdate({ duration: 1, delta: 1, isReverse: false });
|
|
32073
32106
|
}, this.initKeyFrames(), this.commonTimeNode.on("timeUpdate", this.onTimeUpdate), this.commonTimeNode.on("timelineStart", this.updateVars), this.commonTimeNode.on("timeNodeStart", this.onTimeNodeStart), this.commonTimeNode.on("timeNodeCreate", this.onTimeNodeStart);
|
|
@@ -32083,24 +32116,24 @@ void main(void){
|
|
|
32083
32116
|
if (this.json.from || this.startVal) {
|
|
32084
32117
|
const t4 = { time: 0, val: { type: "string", value: this.json.from || this.startVal.toString() }, fmla: "" };
|
|
32085
32118
|
if (e2 === "num" && this.timingTarget) {
|
|
32086
|
-
const e3 = new
|
|
32119
|
+
const e3 = new M_(t4, this.timingTarget);
|
|
32087
32120
|
this.keyFrames.push([t4.time, e3]);
|
|
32088
32121
|
}
|
|
32089
32122
|
}
|
|
32090
32123
|
const t3 = { time: 1, val: { type: "string", value: this.json.to }, fmla: "" };
|
|
32091
32124
|
if (e2 === "num" && this.timingTarget) {
|
|
32092
|
-
const e3 = new
|
|
32125
|
+
const e3 = new M_(t3, this.timingTarget);
|
|
32093
32126
|
this.keyFrames.push([t3.time, e3]);
|
|
32094
32127
|
}
|
|
32095
32128
|
} else if (this.json.by) {
|
|
32096
32129
|
const i2 = { time: 0, val: { type: "string", value: this.json.cBhvr.attrList[0] }, fmla: "" };
|
|
32097
32130
|
if (e2 === "num" && this.timingTarget) {
|
|
32098
|
-
const t3 = new
|
|
32131
|
+
const t3 = new M_(i2, this.timingTarget);
|
|
32099
32132
|
this.keyFrames.push([i2.time, t3]);
|
|
32100
32133
|
}
|
|
32101
32134
|
const n2 = { time: 1, val: { type: "string", value: (((t2 = i2.val) === null || t2 === void 0 ? void 0 : t2.value) || "") + "+" + this.json.by }, fmla: "" };
|
|
32102
32135
|
if (e2 === "num" && this.timingTarget) {
|
|
32103
|
-
const t3 = new
|
|
32136
|
+
const t3 = new M_(n2, this.timingTarget);
|
|
32104
32137
|
this.keyFrames.push([n2.time, t3]);
|
|
32105
32138
|
}
|
|
32106
32139
|
}
|
|
@@ -32109,12 +32142,12 @@ void main(void){
|
|
|
32109
32142
|
for (const t3 of this.json.tavLst)
|
|
32110
32143
|
if (t3.val && this.timingTarget) {
|
|
32111
32144
|
let i2 = null;
|
|
32112
|
-
t3.val.type === "string" ? e2 === "num" ? i2 = new
|
|
32145
|
+
t3.val.type === "string" ? e2 === "num" ? i2 = new M_(t3, this.timingTarget) : e2 === "str" && (i2 = new A_(t3, this.timingTarget)) : t3.val.type === "number" ? i2 = new w_(t3, this.timingTarget) : t3.val.type === "color" ? (this.isColorAnim = true, i2 = new R_(t3, this.timingTarget)) : t3.val.type === "boolean" && console.warn("not implements"), i2 && this.keyFrames.push([t3.time, i2]);
|
|
32113
32146
|
}
|
|
32114
32147
|
}
|
|
32115
32148
|
}
|
|
32116
32149
|
}
|
|
32117
|
-
class
|
|
32150
|
+
class I_ extends Vh.k {
|
|
32118
32151
|
constructor(t2, e2, i2) {
|
|
32119
32152
|
super(t2, e2, i2);
|
|
32120
32153
|
}
|
|
@@ -32125,89 +32158,89 @@ void main(void){
|
|
|
32125
32158
|
this.uniforms.transition = t2;
|
|
32126
32159
|
}
|
|
32127
32160
|
}
|
|
32128
|
-
var
|
|
32129
|
-
var
|
|
32130
|
-
var
|
|
32131
|
-
var
|
|
32132
|
-
var
|
|
32133
|
-
const k_ = "data:image/png;base64,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";
|
|
32134
|
-
var
|
|
32135
|
-
var
|
|
32136
|
-
var
|
|
32137
|
-
var
|
|
32138
|
-
var
|
|
32139
|
-
var
|
|
32140
|
-
var
|
|
32141
|
-
var
|
|
32142
|
-
var
|
|
32143
|
-
const
|
|
32161
|
+
var P_ = i(121), O_ = i.n(P_), N_ = i(122), L_ = i.n(N_);
|
|
32162
|
+
var D_ = i(123), F_ = i.n(D_);
|
|
32163
|
+
var B_ = i(124), U_ = i.n(B_), k_ = i(9), G_ = i.n(k_);
|
|
32164
|
+
var H_ = i(125), j_ = i.n(H_);
|
|
32165
|
+
var z_ = i(126), V_ = i.n(z_);
|
|
32166
|
+
const X_ = "data:image/png;base64,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";
|
|
32167
|
+
var W_ = i(127), Y_ = i.n(W_);
|
|
32168
|
+
var q_ = i(128), Z_ = i.n(q_);
|
|
32169
|
+
var J_ = i(129), K_ = i.n(J_);
|
|
32170
|
+
var Q_ = i(130), $_ = i.n(Q_);
|
|
32171
|
+
var ty = i(131), ey = i.n(ty);
|
|
32172
|
+
var iy = i(132), ny = i.n(iy);
|
|
32173
|
+
var ry = i(133), oy = i.n(ry);
|
|
32174
|
+
var sy = i(134), ay = i.n(sy);
|
|
32175
|
+
var ly = i(135), hy = i.n(ly);
|
|
32176
|
+
const uy = { wipe: class extends I_ {
|
|
32144
32177
|
constructor(t2) {
|
|
32145
|
-
super(
|
|
32178
|
+
super(L_.a, O_.a, { percent: 0, direction: 1, transition: 0 });
|
|
32146
32179
|
let e2 = 1;
|
|
32147
32180
|
t2 === "up" ? e2 = 1 : t2 === "down" ? e2 = 2 : t2 === "left" ? e2 = 3 : t2 === "right" && (e2 = 4), this.uniforms.direction = e2;
|
|
32148
32181
|
}
|
|
32149
|
-
}, fade: class extends
|
|
32182
|
+
}, fade: class extends I_ {
|
|
32150
32183
|
constructor(t2) {
|
|
32151
|
-
super(void 0,
|
|
32184
|
+
super(void 0, F_.a, { percent: 0, transition: 1 });
|
|
32152
32185
|
let e2 = 1;
|
|
32153
32186
|
t2 === "out" ? e2 = -1 : t2 === "in" && (e2 = 1), this.uniforms.transition = Math.pow(e2, e2);
|
|
32154
32187
|
}
|
|
32155
|
-
}, blinds: class extends
|
|
32188
|
+
}, blinds: class extends I_ {
|
|
32156
32189
|
constructor(t2) {
|
|
32157
|
-
super(
|
|
32190
|
+
super(G_.a, U_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "vertical" ? 1 : 0;
|
|
32158
32191
|
}
|
|
32159
|
-
}, checkerboard: class extends
|
|
32192
|
+
}, checkerboard: class extends I_ {
|
|
32160
32193
|
constructor(t2) {
|
|
32161
|
-
super(
|
|
32194
|
+
super(G_.a, j_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "down" ? 1 : 0;
|
|
32162
32195
|
}
|
|
32163
|
-
}, dissolve: class extends
|
|
32196
|
+
}, dissolve: class extends I_ {
|
|
32164
32197
|
constructor(t2) {
|
|
32165
|
-
super(
|
|
32198
|
+
super(G_.a, V_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.setTextTure();
|
|
32166
32199
|
}
|
|
32167
32200
|
setTextTure() {
|
|
32168
|
-
this.uniforms.dissolveSampler = Vh.t.from(
|
|
32201
|
+
this.uniforms.dissolveSampler = Vh.t.from(X_);
|
|
32169
32202
|
}
|
|
32170
|
-
}, randombar: class extends
|
|
32203
|
+
}, randombar: class extends I_ {
|
|
32171
32204
|
constructor(t2) {
|
|
32172
|
-
super(
|
|
32205
|
+
super(G_.a, Y_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "vertical" ? 1 : 0, this.setTextTure();
|
|
32173
32206
|
}
|
|
32174
32207
|
setTextTure() {
|
|
32175
|
-
this.uniforms.dissolveSampler = Vh.t.from(
|
|
32208
|
+
this.uniforms.dissolveSampler = Vh.t.from(X_);
|
|
32176
32209
|
}
|
|
32177
|
-
}, circle: class extends
|
|
32210
|
+
}, circle: class extends I_ {
|
|
32178
32211
|
constructor(t2) {
|
|
32179
|
-
super(
|
|
32212
|
+
super(G_.a, Z_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "out" ? 1 : 0;
|
|
32180
32213
|
}
|
|
32181
|
-
}, box: class extends
|
|
32214
|
+
}, box: class extends I_ {
|
|
32182
32215
|
constructor(t2) {
|
|
32183
|
-
super(
|
|
32216
|
+
super(G_.a, K_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "out" ? 1 : 0;
|
|
32184
32217
|
}
|
|
32185
|
-
}, diamond: class extends
|
|
32218
|
+
}, diamond: class extends I_ {
|
|
32186
32219
|
constructor(t2) {
|
|
32187
|
-
super(
|
|
32220
|
+
super(G_.a, $_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "out" ? 1 : 0;
|
|
32188
32221
|
}
|
|
32189
|
-
}, plus: class extends
|
|
32222
|
+
}, plus: class extends I_ {
|
|
32190
32223
|
constructor(t2) {
|
|
32191
|
-
super(
|
|
32224
|
+
super(G_.a, ey.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "out" ? 1 : 0;
|
|
32192
32225
|
}
|
|
32193
|
-
}, barn: class extends
|
|
32226
|
+
}, barn: class extends I_ {
|
|
32194
32227
|
constructor(t2) {
|
|
32195
|
-
super(
|
|
32228
|
+
super(G_.a, ny.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "inHorizontal" ? 1 : t2 === "outHorizontal" ? 2 : t2 === "outVertical" ? 3 : 0;
|
|
32196
32229
|
}
|
|
32197
|
-
}, strips: class extends
|
|
32230
|
+
}, strips: class extends I_ {
|
|
32198
32231
|
constructor(t2) {
|
|
32199
|
-
super(
|
|
32232
|
+
super(G_.a, oy.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "upLeft" ? 1 : t2 === "downRight" ? 2 : t2 === "upRight" ? 3 : 0;
|
|
32200
32233
|
}
|
|
32201
|
-
}, wedge: class extends
|
|
32234
|
+
}, wedge: class extends I_ {
|
|
32202
32235
|
constructor(t2) {
|
|
32203
|
-
super(
|
|
32236
|
+
super(G_.a, ay.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) });
|
|
32204
32237
|
}
|
|
32205
|
-
}, wheel: class extends
|
|
32238
|
+
}, wheel: class extends I_ {
|
|
32206
32239
|
constructor(t2) {
|
|
32207
|
-
super(
|
|
32240
|
+
super(G_.a, hy.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = Number(t2) || 1;
|
|
32208
32241
|
}
|
|
32209
32242
|
} };
|
|
32210
|
-
class
|
|
32243
|
+
class cy extends b_ {
|
|
32211
32244
|
constructor(t2) {
|
|
32212
32245
|
var e2;
|
|
32213
32246
|
super(t2), this.filterType = "", this.isConflict = false, this.activeWhenConflict = "prev", this.onTimeUpdate = ({ duration: t3, delta: e3 }) => {
|
|
@@ -32238,14 +32271,14 @@ void main(void){
|
|
|
32238
32271
|
const n2 = (e2 = t2.json.filter) === null || e2 === void 0 ? void 0 : e2.match(/^([a-zA-Z]+)(\((.+)\))?/);
|
|
32239
32272
|
if (n2) {
|
|
32240
32273
|
const t3 = n2[1], e3 = n2[3];
|
|
32241
|
-
|
|
32274
|
+
uy[t3] && (this.filter = new uy[t3](e3), this.filterType = `${t3}-${e3}`, this.filter && (this.filter.transition = i2));
|
|
32242
32275
|
}
|
|
32243
32276
|
}
|
|
32244
32277
|
get modifyAttrKey() {
|
|
32245
32278
|
return this.filterType;
|
|
32246
32279
|
}
|
|
32247
32280
|
}
|
|
32248
|
-
class
|
|
32281
|
+
class dy extends b_ {
|
|
32249
32282
|
constructor(t2) {
|
|
32250
32283
|
super(t2), this.isConflict = true, this.activeWhenConflict = "next", this.startPos = null, this.onTimeNodeStart = () => {
|
|
32251
32284
|
var t3, e2;
|
|
@@ -32298,7 +32331,7 @@ void main(void){
|
|
|
32298
32331
|
this.path = e2;
|
|
32299
32332
|
}
|
|
32300
32333
|
}
|
|
32301
|
-
class
|
|
32334
|
+
class py extends b_ {
|
|
32302
32335
|
constructor(t2) {
|
|
32303
32336
|
super(t2), this.isConflict = true, this.activeWhenConflict = "next", this.startVal = null, this.onTimelineStart = (t3) => {
|
|
32304
32337
|
t3.isReverse || this.updateCurrentValue();
|
|
@@ -32328,19 +32361,19 @@ void main(void){
|
|
|
32328
32361
|
this.timingTarget && (this.current = { x: this.timingTarget.scale.x, y: this.timingTarget.scale.y });
|
|
32329
32362
|
}
|
|
32330
32363
|
}
|
|
32331
|
-
class
|
|
32364
|
+
class fy extends b_ {
|
|
32332
32365
|
constructor(t2) {
|
|
32333
32366
|
super(t2), this.isConflict = false, this.activeWhenConflict = "next", this.isTimelineStart = false, this.startColorString = null, this.currentColorString = "#FFFFFFFF", this.onTimelineStart = (t3) => {
|
|
32334
32367
|
if (this.isTimelineStart)
|
|
32335
32368
|
return;
|
|
32336
32369
|
this.isTimelineStart = true, t3.isReverse || this.updateCurrentValue(), this.from.isInit() || this.from.fromHexString(this.currentColorString), this.to.isInit() || this.from.by(this.by, this.to);
|
|
32337
32370
|
const e2 = this.json.cBhvr.attrList[0], [i2] = e2.split(".");
|
|
32338
|
-
|
|
32371
|
+
y_(this.timingTarget, i2 + ".on", "true");
|
|
32339
32372
|
}, this.onTimeNodeEnd = () => {
|
|
32340
32373
|
const t3 = this.json.cBhvr.attrList[0];
|
|
32341
32374
|
if (this.json.cBhvr.ctn.fill === "remove") {
|
|
32342
32375
|
const [e2] = t3.split(".");
|
|
32343
|
-
|
|
32376
|
+
y_(this.timingTarget, e2 + ".on", "false");
|
|
32344
32377
|
}
|
|
32345
32378
|
this.isTimelineStart = false;
|
|
32346
32379
|
}, this.onSeekToStart = () => {
|
|
@@ -32351,19 +32384,19 @@ void main(void){
|
|
|
32351
32384
|
const i2 = e2 === "ppt_c.color" || e2 === "text.color";
|
|
32352
32385
|
if (((t3 = this.timingTarget.fill) === null || t3 === void 0 ? void 0 : t3.designColor.toUpperCase()) === this.from.toHexString().toUpperCase() || i2) {
|
|
32353
32386
|
const [t4] = e2.split(".");
|
|
32354
|
-
|
|
32387
|
+
y_(this.timingTarget, t4 + ".on", "false");
|
|
32355
32388
|
}
|
|
32356
32389
|
}
|
|
32357
32390
|
}, this.onTimeNodeStart = () => {
|
|
32358
32391
|
if (this.timingTarget) {
|
|
32359
|
-
const t3 = this.json.cBhvr.attrList[0], e2 =
|
|
32392
|
+
const t3 = this.json.cBhvr.attrList[0], e2 = x_(this.timingTarget, t3);
|
|
32360
32393
|
e2 && (this.startColorString = e2);
|
|
32361
32394
|
}
|
|
32362
32395
|
}, this.onTimeUpdate = ({ delta: t3, duration: e2 }) => {
|
|
32363
32396
|
const i2 = t3 / e2;
|
|
32364
32397
|
if (this.to.interpolationFrom(this.from, i2, this.target), this.timingTarget) {
|
|
32365
32398
|
const t4 = this.json.cBhvr.attrList[0];
|
|
32366
|
-
|
|
32399
|
+
y_(this.timingTarget, t4, this.target.toHexString());
|
|
32367
32400
|
}
|
|
32368
32401
|
}, this.onSeekToEnd = () => {
|
|
32369
32402
|
this.isTimelineStart || this.onTimelineStart({ isReverse: false, activeCount: 0, id: "" }), this.onTimeUpdate({ duration: 1, delta: 1 });
|
|
@@ -32378,12 +32411,12 @@ void main(void){
|
|
|
32378
32411
|
}
|
|
32379
32412
|
updateCurrentValue() {
|
|
32380
32413
|
if (this.timingTarget) {
|
|
32381
|
-
const t2 = this.json.cBhvr.attrList[0], e2 =
|
|
32414
|
+
const t2 = this.json.cBhvr.attrList[0], e2 = x_(this.timingTarget, t2);
|
|
32382
32415
|
e2 && (this.currentColorString = e2);
|
|
32383
32416
|
}
|
|
32384
32417
|
}
|
|
32385
32418
|
}
|
|
32386
|
-
class
|
|
32419
|
+
class my extends b_ {
|
|
32387
32420
|
constructor(t2) {
|
|
32388
32421
|
super(t2), this.isConflict = false, this.activeWhenConflict = "next", this.startVal = null, this.lastVal = null, this.onTimelineStart = (t3) => {
|
|
32389
32422
|
this.lastVal = null, t3.isReverse || this.updateCurrentValue();
|
|
@@ -32416,7 +32449,7 @@ void main(void){
|
|
|
32416
32449
|
this.currentVal = (t2 = this.timingTarget) === null || t2 === void 0 ? void 0 : t2.r;
|
|
32417
32450
|
}
|
|
32418
32451
|
}
|
|
32419
|
-
class
|
|
32452
|
+
class gy extends b_ {
|
|
32420
32453
|
constructor(t2) {
|
|
32421
32454
|
super(t2), this.isConflict = false, this.activeWhenConflict = "next", this.isApplied = false, this.onTimeUpdate = () => {
|
|
32422
32455
|
var t3, e2;
|
|
@@ -32437,7 +32470,7 @@ void main(void){
|
|
|
32437
32470
|
return ((e2 = (t2 = this.json) === null || t2 === void 0 ? void 0 : t2.cmd) !== null && e2 !== void 0 ? e2 : "") + ((n2 = (i2 = this.json) === null || i2 === void 0 ? void 0 : i2.cmdType) !== null && n2 !== void 0 ? n2 : "");
|
|
32438
32471
|
}
|
|
32439
32472
|
}
|
|
32440
|
-
class
|
|
32473
|
+
class vy {
|
|
32441
32474
|
constructor(t2) {
|
|
32442
32475
|
this.runtimeNodeEventHub = new Za.a(), this.onVolumeUpdate = (t3) => {
|
|
32443
32476
|
this.audio.volume(t3);
|
|
@@ -32447,14 +32480,14 @@ void main(void){
|
|
|
32447
32480
|
this.stopAudio(), this.audio.destroy(), this.ctx.activeMedia.delete(this.audio), this.ctx.volumeAdjuster.off("update", this.onVolumeUpdate);
|
|
32448
32481
|
};
|
|
32449
32482
|
const { json: e2, isIterate: i2, isSub: n2, eventHub: r2, ctx: o2, parent: s2, iterateType: a2, iterateIndex: l2, iterateId: h2, isInInteractiveSeq: u2, fromSeqId: c2 } = t2;
|
|
32450
|
-
this.json = e2, this.id = e2.cMediaNode.ctn.id, this.commonTimeNode = new
|
|
32483
|
+
this.json = e2, this.id = e2.cMediaNode.ctn.id, this.commonTimeNode = new yy({ json: e2.cMediaNode.ctn, isSub: n2, eventHubs: { global: r2, runtime: this.runtimeNodeEventHub }, ctx: o2, parent: s2, isIterate: i2, iterateType: a2, iterateIndex: l2, iterateId: h2, isInInteractiveSeq: u2, fromSeqId: c2 });
|
|
32451
32484
|
let d2 = e2.cMediaNode.tgtEl;
|
|
32452
|
-
o2.loaderDelegate && (d2 = o2.loaderDelegate.redirectMedia(d2), o2.logger.info(`redirect media url from ${e2.cMediaNode.tgtEl} to ${d2} by delegate.`, o2.taskId)), this.audio = new
|
|
32485
|
+
o2.loaderDelegate && (d2 = o2.loaderDelegate.redirectMedia(d2), o2.logger.info(`redirect media url from ${e2.cMediaNode.tgtEl} to ${d2} by delegate.`, o2.taskId)), this.audio = new h_(d2, o2.runningAudio), o2.activeMedia.add(this.audio), this.commonTimeNode.on("timelineStart", () => {
|
|
32453
32486
|
this.audio.volume(o2.volumeAdjuster.volume), this.audio.play();
|
|
32454
32487
|
}), this.commonTimeNode.on("seekToStart", this.stopAudio), this.commonTimeNode.on("seekToEnd", this.stopAudio), this.commonTimeNode.on("timeNodeDestroy", this.destroy), this.ctx = o2, this.ctx.volumeAdjuster.on("update", this.onVolumeUpdate);
|
|
32455
32488
|
}
|
|
32456
32489
|
}
|
|
32457
|
-
var
|
|
32490
|
+
var _y = function(t2, e2, i2, n2) {
|
|
32458
32491
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
32459
32492
|
function s2(t3) {
|
|
32460
32493
|
try {
|
|
@@ -32479,7 +32512,7 @@ void main(void){
|
|
|
32479
32512
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
32480
32513
|
});
|
|
32481
32514
|
};
|
|
32482
|
-
class
|
|
32515
|
+
class yy extends Za.a {
|
|
32483
32516
|
constructor(t2) {
|
|
32484
32517
|
var e2, i2;
|
|
32485
32518
|
super(), this.uuid = Mm(), this.isSub = false, this.isShadow = false, this.startCount = 0, this.applyCount = 0, this.isReverse = false, this.isConflictDispose = false, this.isIterateEnd = false, this.parentTimeNode = null, this.isActive = false, this.isDestroy = false, this.shouldSeekOnStart = false, this.repeatTimeoutId = "", this.iterateShadows = [], this.isEndEventsEmitted = false, this.tmFilter = [], this.timeDelta = 0, this.isIterate = false, this.iterateType = "el", this.iterateIndex = 0, this.children = [], this.subList = [], this.duration = 0, this.isNegativeSpeed = false, this.handleEndCond = () => {
|
|
@@ -32500,7 +32533,7 @@ void main(void){
|
|
|
32500
32533
|
const { isSub: n2, isIterate: r2, ctx: o2, eventHubs: s2, parent: a2, json: l2, iterateType: h2, iterateId: u2, iterateIndex: c2, isInInteractiveSeq: d2, fromSeqId: p2 } = t2;
|
|
32501
32534
|
this.isSub = n2, this.fromSeqId = p2, this.isInInteractiveSeq = d2, this.isIterate = r2, this.parentTimeNode = a2, this.json = l2, this.ctx = o2, this.iterateIndex = c2, this.eventHubs = s2, this.iterateType = h2, this.iterateId = u2, this.tmFilter = (i2 = (e2 = l2.tmFilter) === null || e2 === void 0 ? void 0 : e2.split(";").map((t3) => t3.split(",").map((t4) => parseFloat(t4.trim())))) !== null && i2 !== void 0 ? i2 : [];
|
|
32502
32535
|
const f2 = Number(this.json.dur), m2 = this.json.spd || 1;
|
|
32503
|
-
if (this.isNegativeSpeed = m2 < 0, Number.isNaN(f2) || (this.duration = f2 / Math.abs(m2)), this.uuid += "--" + this.json.id, this.setPreStyle(), l2.childTnLst && this.createChildren(l2.childTnLst), this.startConds = new
|
|
32536
|
+
if (this.isNegativeSpeed = m2 < 0, Number.isNaN(f2) || (this.duration = f2 / Math.abs(m2)), this.uuid += "--" + this.json.id, this.setPreStyle(), l2.childTnLst && this.createChildren(l2.childTnLst), this.startConds = new v_(this.json.id || "", l2.stCondLst, s2, this.ctx), this.endConds = new v_(this.json.id || "", l2.endCondLst, s2, this.ctx), l2.endSync && (this.endSync = new v_(this.json.id || "", [l2.endSync], s2, this.ctx), this.endSync.on("active", () => {
|
|
32504
32537
|
var t3;
|
|
32505
32538
|
this.json.nodeType === "interactiveSeq" && (this.isActive = false, this.shouldSeekOnStart = true, this.emit("timeNodeEndSync"), (t3 = this.endSync) === null || t3 === void 0 || t3.reset());
|
|
32506
32539
|
})), this.startConds.on("active", (t3) => {
|
|
@@ -32522,7 +32555,7 @@ void main(void){
|
|
|
32522
32555
|
i3 === t2 && (e2 = false, this.ctx.eventHub.removeListener("IterateTimeNodeEnd", n2));
|
|
32523
32556
|
};
|
|
32524
32557
|
for (this.ctx.eventHub.on("IterateTimeNodeEnd", n2); e2; ) {
|
|
32525
|
-
const e3 = JSON.parse(JSON.stringify(this.json)), n3 = new
|
|
32558
|
+
const e3 = JSON.parse(JSON.stringify(this.json)), n3 = new yy({ json: e3, isSub: false, eventHubs: this.eventHubs, ctx: this.ctx, parent: null, isIterate: true, iterateType: e3.iterate.type, iterateIndex: i2, iterateId: t2, isInInteractiveSeq: this.isInInteractiveSeq, fromSeqId: this.fromSeqId });
|
|
32526
32559
|
this.iterateShadows[i2] = n3, i2 += 1;
|
|
32527
32560
|
}
|
|
32528
32561
|
}
|
|
@@ -32538,7 +32571,7 @@ void main(void){
|
|
|
32538
32571
|
createTimeNode(t2, e2) {
|
|
32539
32572
|
let i2 = null;
|
|
32540
32573
|
const n2 = { json: t2, isSub: e2, isIterate: this.isIterate, eventHub: this.eventHubs.global, ctx: this.ctx, parent: this, iterateType: this.iterateType, iterateIndex: this.iterateIndex, iterateId: this.iterateId, isInInteractiveSeq: this.isInInteractiveSeq, fromSeqId: this.fromSeqId };
|
|
32541
|
-
return t2.type === "seq" ? i2 = new
|
|
32574
|
+
return t2.type === "seq" ? i2 = new __(n2) : t2.type === "par" ? i2 = new xy(n2) : t2.type === "set" ? i2 = new T_(n2) : t2.type === "anim" ? i2 = new C_(n2) : t2.type === "animEffect" ? i2 = new cy(n2) : t2.type === "animMotion" ? i2 = new dy(n2) : t2.type === "animScale" ? i2 = new py(n2) : t2.type === "animClr" ? i2 = new fy(n2) : t2.type === "animRot" ? i2 = new my(n2) : t2.type === "cmd" ? i2 = new gy(n2) : t2.type === "audio" && (i2 = new vy(n2)), i2;
|
|
32542
32575
|
}
|
|
32543
32576
|
createSubList(t2) {
|
|
32544
32577
|
this.subList && this.subList.forEach((t3) => t3.commonTimeNode.destroy()), this.subList = [], t2.forEach((t3) => {
|
|
@@ -32611,7 +32644,7 @@ void main(void){
|
|
|
32611
32644
|
})) : this.duration > e2 && (this.ctx.eventHub.emit(Gy.animateStart), this.updateTimeLine(0), this.ctx.ticker.add(this.updateTimeLine));
|
|
32612
32645
|
}
|
|
32613
32646
|
startIterate() {
|
|
32614
|
-
return
|
|
32647
|
+
return _y(this, void 0, void 0, function* () {
|
|
32615
32648
|
if (this.json.iterate) {
|
|
32616
32649
|
this.isIterateEnd = false;
|
|
32617
32650
|
for (const t2 of this.iterateShadows) {
|
|
@@ -32753,11 +32786,11 @@ void main(void){
|
|
|
32753
32786
|
this.emit("timeNodeDestroy"), this.isDestroy = true, this.dispose(), this.startConds.removeAllListeners(), this.endConds.removeAllListeners(), this.children.forEach((t2) => t2.commonTimeNode.destroy()), this.clearSubList();
|
|
32754
32787
|
}
|
|
32755
32788
|
}
|
|
32756
|
-
class
|
|
32789
|
+
class xy extends Za.a {
|
|
32757
32790
|
constructor(t2) {
|
|
32758
32791
|
super(), this.isRunning = false, this.runtimeNodeEventHub = new Za.a();
|
|
32759
32792
|
const { json: e2, iterateType: i2, isIterate: n2, isSub: r2, parent: o2, ctx: s2, eventHub: a2, iterateIndex: l2, iterateId: h2, isInInteractiveSeq: u2, fromSeqId: c2 } = t2;
|
|
32760
|
-
this.id = e2.ctn.id, this.json = e2, this.ctx = s2, this.isIterate = n2, this.globalEventHub = a2, this.commonTimeNode = new
|
|
32793
|
+
this.id = e2.ctn.id, this.json = e2, this.ctx = s2, this.isIterate = n2, this.globalEventHub = a2, this.commonTimeNode = new yy({ json: e2.ctn, isSub: r2, eventHubs: { global: a2, runtime: this.runtimeNodeEventHub }, ctx: s2, parent: o2, isIterate: false, iterateType: i2, iterateIndex: l2, iterateId: h2, isInInteractiveSeq: u2, fromSeqId: c2 }), this.commonTimeNode.on("timeNodeStart", () => {
|
|
32761
32794
|
this.commonTimeNode.children.forEach((t3) => {
|
|
32762
32795
|
t3.commonTimeNode.setReverse(this.commonTimeNode.getReverse()), t3.commonTimeNode.startTimeNode();
|
|
32763
32796
|
}), this.isRunning || (this.isRunning = true, this.globalEventHub.emit(`runtime ${this.id} begin`), this.emit("begin"));
|
|
@@ -32770,7 +32803,7 @@ void main(void){
|
|
|
32770
32803
|
});
|
|
32771
32804
|
}
|
|
32772
32805
|
}
|
|
32773
|
-
var
|
|
32806
|
+
var by = function(t2, e2, i2, n2) {
|
|
32774
32807
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
32775
32808
|
function s2(t3) {
|
|
32776
32809
|
try {
|
|
@@ -32795,11 +32828,11 @@ void main(void){
|
|
|
32795
32828
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
32796
32829
|
});
|
|
32797
32830
|
};
|
|
32798
|
-
class
|
|
32831
|
+
class Ty {
|
|
32799
32832
|
constructor(t2, e2, i2) {
|
|
32800
32833
|
this.json = t2, this.ctx = i2, this.globalEventHub = e2;
|
|
32801
32834
|
const n2 = t2.timeNodeList.find((t3) => t3.type === "par" && t3.ctn.nodeType === "tmRoot");
|
|
32802
|
-
n2 && (this.tmRoot = new
|
|
32835
|
+
n2 && (this.tmRoot = new xy({ json: n2, isSub: false, isIterate: false, eventHub: e2, ctx: i2, parent: null, iterateType: "el", iterateIndex: 0, iterateId: "", isInInteractiveSeq: false, fromSeqId: "" }), this.mainSeq = this.tmRoot.commonTimeNode.children.find((t3) => {
|
|
32803
32836
|
var e3, i3, n3;
|
|
32804
32837
|
return ((e3 = t3.json) === null || e3 === void 0 ? void 0 : e3.type) === "seq" && ((n3 = (i3 = t3.json) === null || i3 === void 0 ? void 0 : i3.ctn) === null || n3 === void 0 ? void 0 : n3.nodeType) === "mainSeq";
|
|
32805
32838
|
}));
|
|
@@ -32813,7 +32846,7 @@ void main(void){
|
|
|
32813
32846
|
}
|
|
32814
32847
|
start() {
|
|
32815
32848
|
var t2, e2;
|
|
32816
|
-
return
|
|
32849
|
+
return by(this, void 0, void 0, function* () {
|
|
32817
32850
|
this.json.autoPlayMainSeq ? (yield this.ctx.clock.delay(16), (t2 = this.mainSeq) === null || t2 === void 0 || t2.commonTimeNode.startTimeNode()) : (e2 = this.mainSeq) === null || e2 === void 0 || e2.commonTimeNode.startTimeNode();
|
|
32818
32851
|
});
|
|
32819
32852
|
}
|
|
@@ -32871,7 +32904,7 @@ void main(void){
|
|
|
32871
32904
|
this.globalEventHub.emit(t2);
|
|
32872
32905
|
}
|
|
32873
32906
|
}
|
|
32874
|
-
var
|
|
32907
|
+
var Ey = function(t2, e2, i2, n2) {
|
|
32875
32908
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
32876
32909
|
function s2(t3) {
|
|
32877
32910
|
try {
|
|
@@ -32896,7 +32929,7 @@ void main(void){
|
|
|
32896
32929
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
32897
32930
|
});
|
|
32898
32931
|
};
|
|
32899
|
-
class
|
|
32932
|
+
class Sy extends g_ {
|
|
32900
32933
|
constructor(t2, e2, i2, n2) {
|
|
32901
32934
|
super({ id: "stage", width: t2.width, height: t2.height, type: "Container", children: t2.children }, e2, i2, void 0, n2), this.isRendered = false, this.isTimingStartValueCollected = false, this.json = t2, e2.hasBackgroundFillShape = this.detectUseBackgroundFill(this.json), this.container.visible = false, this.ctx = e2;
|
|
32902
32935
|
const r2 = new Jd();
|
|
@@ -32918,7 +32951,7 @@ void main(void){
|
|
|
32918
32951
|
render(t2) {
|
|
32919
32952
|
if (this.isRendered)
|
|
32920
32953
|
return;
|
|
32921
|
-
this.collectAnimatedIds().forEach((t3) => this.ctx.animatedIds.add(t3)), this.isRendered = true, super.render(t2), t2.addSubMTask(() =>
|
|
32954
|
+
this.collectAnimatedIds().forEach((t3) => this.ctx.animatedIds.add(t3)), this.isRendered = true, super.render(t2), t2.addSubMTask(() => Ey(this, void 0, void 0, function* () {
|
|
32922
32955
|
this.ctx.eventHub.emit("StageRenderEnd");
|
|
32923
32956
|
}), "@StageImpl[emit.StageRenderEnd]");
|
|
32924
32957
|
}
|
|
@@ -32941,7 +32974,7 @@ void main(void){
|
|
|
32941
32974
|
}), t2;
|
|
32942
32975
|
}
|
|
32943
32976
|
createTiming() {
|
|
32944
|
-
this.json.timing && !this.timing && (this.timing = new
|
|
32977
|
+
this.json.timing && !this.timing && (this.timing = new Ty(this.json.timing, this.ctx.timingEventHub, this.ctx));
|
|
32945
32978
|
}
|
|
32946
32979
|
startTiming() {
|
|
32947
32980
|
var t2;
|
|
@@ -33015,7 +33048,7 @@ void main(void){
|
|
|
33015
33048
|
(n2 = this.timing) === null || n2 === void 0 || n2.setInteractiveSeqState(t2, e2, i2);
|
|
33016
33049
|
}
|
|
33017
33050
|
setMediaState(t2, e2, i2) {
|
|
33018
|
-
return
|
|
33051
|
+
return Ey(this, void 0, void 0, function* () {
|
|
33019
33052
|
const n2 = this.ctx.medias[t2];
|
|
33020
33053
|
n2 && (e2 ? i2 ? (yield Pm(() => n2.clippedDuration > 0, 5e3), i2 < n2.clippedDuration && (n2.once("play", () => {
|
|
33021
33054
|
n2.seek(i2);
|
|
@@ -33027,7 +33060,7 @@ void main(void){
|
|
|
33027
33060
|
i2 && i2.seek(e2);
|
|
33028
33061
|
}
|
|
33029
33062
|
}
|
|
33030
|
-
class
|
|
33063
|
+
class wy {
|
|
33031
33064
|
constructor(t2) {
|
|
33032
33065
|
this.ticker = t2, this.tasks = [], this.couldRunning = false, this.applyNext = () => {
|
|
33033
33066
|
const t3 = this.tasks[0];
|
|
@@ -33050,7 +33083,7 @@ void main(void){
|
|
|
33050
33083
|
this.couldRunning = false;
|
|
33051
33084
|
}
|
|
33052
33085
|
}
|
|
33053
|
-
var
|
|
33086
|
+
var Ay = function(t2, e2, i2, n2) {
|
|
33054
33087
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
33055
33088
|
function s2(t3) {
|
|
33056
33089
|
try {
|
|
@@ -33075,8 +33108,8 @@ void main(void){
|
|
|
33075
33108
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
33076
33109
|
});
|
|
33077
33110
|
};
|
|
33078
|
-
const
|
|
33079
|
-
class
|
|
33111
|
+
const My = (t2) => new Promise((e2) => setTimeout(e2, t2));
|
|
33112
|
+
class Ry extends Za.a {
|
|
33080
33113
|
constructor(t2, e2, i2) {
|
|
33081
33114
|
super(), this.slideIndex = t2, this.taskId = e2, this.logger = i2, this.uuid = Mm(), this.isCancel = false, this.tasks = [];
|
|
33082
33115
|
}
|
|
@@ -33108,10 +33141,10 @@ void main(void){
|
|
|
33108
33141
|
}));
|
|
33109
33142
|
}
|
|
33110
33143
|
applyAll() {
|
|
33111
|
-
return
|
|
33144
|
+
return Ay(this, void 0, void 0, function* () {
|
|
33112
33145
|
for (; !this.tasks.every((t2) => t2.state === "finish"); )
|
|
33113
33146
|
if (this.tasks.some((t2) => t2.state === "running"))
|
|
33114
|
-
yield
|
|
33147
|
+
yield My(16);
|
|
33115
33148
|
else {
|
|
33116
33149
|
if (this.tasks.some((t2) => t2.state === "error"))
|
|
33117
33150
|
return;
|
|
@@ -33138,36 +33171,6 @@ void main(void){
|
|
|
33138
33171
|
});
|
|
33139
33172
|
}
|
|
33140
33173
|
}
|
|
33141
|
-
var Ey = i(135);
|
|
33142
|
-
const Sy = new (i.n(Ey)).a(), wy = Sy.getDevice(), Ay = Sy.getBrowser(), My = Sy.getOS(), Ry = { isDesktop() {
|
|
33143
|
-
let t2 = true;
|
|
33144
|
-
return wy.type === "mobile" && (t2 = false), /Samsung/.test(Ay.name || "") && (t2 = false), window.__nativeTags && window.__nativeTags.platform && (t2 = false), t2;
|
|
33145
|
-
}, isIOS() {
|
|
33146
|
-
let t2 = false;
|
|
33147
|
-
return window.__nativeTags && window.__nativeTags.platform && /^ios/i.test(window.__nativeTags.platform) && (t2 = true), My.name && /iOS/.test(My.name) && (t2 = true), t2;
|
|
33148
|
-
}, isAndroid() {
|
|
33149
|
-
let t2 = false;
|
|
33150
|
-
return window.__nativeTags && window.__nativeTags.platform && /^android/i.test(window.__nativeTags.platform) && (t2 = true), My.name && /android/i.test(My.name) && (t2 = true), t2;
|
|
33151
|
-
}, isLowGpuMemory() {
|
|
33152
|
-
var t2, e2;
|
|
33153
|
-
const i2 = (e2 = (t2 = window.__nativeTags) === null || t2 === void 0 ? void 0 : t2.platform) !== null && e2 !== void 0 ? e2 : "";
|
|
33154
|
-
if (i2) {
|
|
33155
|
-
const t3 = i2.split(" ");
|
|
33156
|
-
if (t3[1]) {
|
|
33157
|
-
if (/^iPad/.test(t3[1])) {
|
|
33158
|
-
const e3 = t3[1].match(/^iPad(\d+)/);
|
|
33159
|
-
return !(e3 && e3[1] && parseInt(e3[1], 10) >= 6);
|
|
33160
|
-
}
|
|
33161
|
-
if (/^iPhone/.test(t3[1])) {
|
|
33162
|
-
const e3 = t3[1].match(/^iPhone(\d+)/);
|
|
33163
|
-
return !(e3 && e3[1] && parseInt(e3[1], 10) >= 9);
|
|
33164
|
-
}
|
|
33165
|
-
return false;
|
|
33166
|
-
}
|
|
33167
|
-
return false;
|
|
33168
|
-
}
|
|
33169
|
-
return true;
|
|
33170
|
-
} };
|
|
33171
33174
|
var Cy = function(t2, e2, i2, n2) {
|
|
33172
33175
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
33173
33176
|
function s2(t3) {
|
|
@@ -33347,7 +33350,7 @@ void main(void){
|
|
|
33347
33350
|
};
|
|
33348
33351
|
class Oy {
|
|
33349
33352
|
constructor(t2, e2, i2, n2, r2, o2, s2, a2, l2, h2, u2, c2, d2, p2, f2, m2) {
|
|
33350
|
-
this.loader = t2, this.mode = e2, this.renderer = i2, this.ticker = n2, this.view = r2, this.clock = o2, this.objPoolGroup = s2, this.errorChannel = a2, this.localstorage = l2, this.logger = h2, this.loaderDelegate = u2, this.isPlayerPaused = c2, this.maxResolution = d2, this.volumeAdjuster = p2, this.forceCanvas = f2, this.globalEventHub = m2, this.currentStageIndex = 0, this.cacheCount =
|
|
33353
|
+
this.loader = t2, this.mode = e2, this.renderer = i2, this.ticker = n2, this.view = r2, this.clock = o2, this.objPoolGroup = s2, this.errorChannel = a2, this.localstorage = l2, this.logger = h2, this.loaderDelegate = u2, this.isPlayerPaused = c2, this.maxResolution = d2, this.volumeAdjuster = p2, this.forceCanvas = f2, this.globalEventHub = m2, this.currentStageIndex = 0, this.cacheCount = n_.isDesktop() ? 2 : 1, this.stageStates = /* @__PURE__ */ Object.create(null), this.stageJsons = /* @__PURE__ */ Object.create(null), this.stageCtxs = /* @__PURE__ */ Object.create(null), this.stageImpls = /* @__PURE__ */ Object.create(null), this.taskId = "", this.url = "", this.runningAudio = /* @__PURE__ */ new Map(), this.activeMedia = /* @__PURE__ */ new Set(), this.microTaskManager = new wy(n2), this.sdfManager = new Iy(i2, l2);
|
|
33351
33354
|
}
|
|
33352
33355
|
setResourceData(t2, e2) {
|
|
33353
33356
|
this.taskId = t2, this.url = e2;
|
|
@@ -33386,7 +33389,7 @@ void main(void){
|
|
|
33386
33389
|
createStage(t2) {
|
|
33387
33390
|
const { task: e2 } = this.stageStates[t2];
|
|
33388
33391
|
e2.addMTask(() => {
|
|
33389
|
-
const i2 = this.stageJsons[t2], n2 = this.stageCtxs[t2], r2 = new
|
|
33392
|
+
const i2 = this.stageJsons[t2], n2 = this.stageCtxs[t2], r2 = new Sy(i2, n2, { x: 0, y: 0 }, e2);
|
|
33390
33393
|
return this.stageImpls[t2] = r2, Promise.resolve();
|
|
33391
33394
|
}, "@StagePool[createStage]");
|
|
33392
33395
|
}
|
|
@@ -33429,7 +33432,7 @@ void main(void){
|
|
|
33429
33432
|
preload(t2, e2 = false) {
|
|
33430
33433
|
if (this.stageImpls[t2] || this.stageStates[t2])
|
|
33431
33434
|
return Promise.resolve();
|
|
33432
|
-
const i2 = new
|
|
33435
|
+
const i2 = new Ry(t2, this.taskId, this.logger);
|
|
33433
33436
|
return i2.on("task-error", (t3, e3) => {
|
|
33434
33437
|
delete this.stageStates[e3], delete this.stageImpls[e3], delete this.stageCtxs[e3], this.errorChannel.emit("error", t3, e3);
|
|
33435
33438
|
}), this.stageStates[t2] = { state: "load", task: i2 }, this.createCtx(t2), this.loadStageJson(t2), this.loadSpriteSheets(t2), this.createStage(t2), this.preRenderStage(t2), this.createGraphicsTexture(t2), this.renderStage(t2), this.microTaskManager.addTask(i2), e2 ? i2.applyAll() : new Promise((e3) => {
|
|
@@ -33618,26 +33621,31 @@ void main(void){
|
|
|
33618
33621
|
}, this.fullscreenOnMousemove = ({ index: t3, targetId: e3 }) => {
|
|
33619
33622
|
this.globalEventHub.emit("controllerShowStatusChange", { slideIndex: t3, targetId: e3, status: true }), this.onMousemoveTimeout && clearTimeout(this.onMousemoveTimeout), this.onMousemoveTimeout = setTimeout(() => {
|
|
33620
33623
|
this.globalEventHub.emit("controllerShowStatusChange", { slideIndex: t3, targetId: e3, status: false });
|
|
33621
|
-
},
|
|
33624
|
+
}, s_.hoverHiddeDelay);
|
|
33622
33625
|
}, this.fullscreenOnMouseleave = ({ index: t3, targetId: e3 }) => {
|
|
33623
33626
|
this.globalEventHub.emit("controllerShowStatusChange", { slideIndex: t3, targetId: e3, status: false });
|
|
33624
33627
|
}, this.onRequestFullscreenVideo = (t3) => {
|
|
33625
33628
|
const { texture: e3, index: i3, targetId: n3 } = t3;
|
|
33626
|
-
if (i3
|
|
33627
|
-
|
|
33628
|
-
|
|
33629
|
-
|
|
33630
|
-
|
|
33631
|
-
|
|
33632
|
-
|
|
33633
|
-
|
|
33634
|
-
|
|
33635
|
-
|
|
33636
|
-
|
|
33637
|
-
|
|
33638
|
-
|
|
33639
|
-
|
|
33640
|
-
|
|
33629
|
+
if (i3 === this.currentIndex)
|
|
33630
|
+
if (this.onRequestCancelFullscreenVideo(), this.globalVideoSprite.texture = e3, this.globalVideoSprite.width = this.designWidth, this.globalVideoSprite.height = this.designHeight, this.globalVideoSprite.interactive = true, this.app.stage.addChild(this.globalVideoSprite), this.globalEventHub.emit("onFullscreenChange", { status: true, targetId: n3, slideIndex: this.currentIndex }), n_.isDesktop()) {
|
|
33631
|
+
const t4 = { handleEvent: () => {
|
|
33632
|
+
this.fullscreenOnMouseleave({ index: i3, targetId: n3 });
|
|
33633
|
+
} };
|
|
33634
|
+
this.app.view.addEventListener("mouseout", t4, false);
|
|
33635
|
+
const e4 = { handleEvent: () => {
|
|
33636
|
+
this.globalEventHub.emit("controllerShowStatusChange", { slideIndex: i3, targetId: n3, status: true });
|
|
33637
|
+
} };
|
|
33638
|
+
this.app.view.addEventListener("mouseover", e4, false);
|
|
33639
|
+
const r2 = { handleEvent: () => {
|
|
33640
|
+
this.fullscreenOnMousemove({ index: i3, targetId: n3 });
|
|
33641
|
+
} };
|
|
33642
|
+
this.app.view.addEventListener("mousemove", r2, false), (this.cacheFunctionMap.has("move") || this.cacheFunctionMap.has("out") || this.cacheFunctionMap.has("over")) && this.clearFullscreenEventListenersWithAppView(), this.cacheFunctionMap.set("over", e4), this.cacheFunctionMap.set("move", r2), this.cacheFunctionMap.set("out", t4);
|
|
33643
|
+
} else {
|
|
33644
|
+
const t4 = { handleEvent: () => {
|
|
33645
|
+
this.fullscreenOnMousemove({ index: i3, targetId: n3 });
|
|
33646
|
+
} };
|
|
33647
|
+
this.app.view.addEventListener("touchstart", t4, false), this.cacheFunctionMap.has("touch") && this.clearFullscreenEventListenersWithAppView(), this.cacheFunctionMap.set("touch", t4);
|
|
33648
|
+
}
|
|
33641
33649
|
}, this.onRequestCancelFullscreenVideo = (t3 = false) => {
|
|
33642
33650
|
var e3, i3;
|
|
33643
33651
|
this.globalVideoSprite.texture.destroy(false), this.app.stage.removeChild(this.globalVideoSprite), this.globalEventHub.emit("onFullscreenChange", { status: false, slideIndex: this.currentIndex, targetId: (e3 = this.currentStage) === null || e3 === void 0 ? void 0 : e3.ctx.latestChangeFullscreenTargetId }), this.clearFullscreenEventListenersWithAppView(), t3 && this.emit(Gy.changeLocalFullscreenState, { status: false, slideIndex: this.currentIndex, targetId: (i3 = this.currentStage) === null || i3 === void 0 ? void 0 : i3.ctx.latestChangeFullscreenTargetId });
|
|
@@ -33833,7 +33841,7 @@ void main(void){
|
|
|
33833
33841
|
}
|
|
33834
33842
|
updateResolution(t2, e2) {
|
|
33835
33843
|
this.app.ticker.addOnce(() => {
|
|
33836
|
-
let i2 =
|
|
33844
|
+
let i2 = n_.isDesktop() ? t2 : 1;
|
|
33837
33845
|
for (; i2 * this.designWidth > this.maxResolution.x || i2 * this.designHeight > this.maxResolution.y; )
|
|
33838
33846
|
i2 -= 0.1;
|
|
33839
33847
|
this.app.renderer.resolution = i2, this.app.renderer.plugins.interaction.resolution = this.app.renderer.resolution, this.app.renderer.resize(this.designWidth, this.designHeight), Ka()(e2) && e2();
|
|
@@ -33940,7 +33948,7 @@ void main(void){
|
|
|
33940
33948
|
});
|
|
33941
33949
|
}
|
|
33942
33950
|
clearFullscreenEventListenersWithAppView() {
|
|
33943
|
-
this.cacheFunctionMap.has("move") && (this.app.view.removeEventListener("mousemove", this.cacheFunctionMap.get("move"), false), this.cacheFunctionMap.delete("move")), this.cacheFunctionMap.has("out") && (this.app.view.removeEventListener("mouseout", this.cacheFunctionMap.get("out"), false), this.cacheFunctionMap.delete("out")), this.cacheFunctionMap.has("over") && (this.app.view.removeEventListener("mouseover", this.cacheFunctionMap.get("over"), false), this.cacheFunctionMap.delete("over"));
|
|
33951
|
+
this.cacheFunctionMap.has("move") && (this.app.view.removeEventListener("mousemove", this.cacheFunctionMap.get("move"), false), this.cacheFunctionMap.delete("move")), this.cacheFunctionMap.has("out") && (this.app.view.removeEventListener("mouseout", this.cacheFunctionMap.get("out"), false), this.cacheFunctionMap.delete("out")), this.cacheFunctionMap.has("over") && (this.app.view.removeEventListener("mouseover", this.cacheFunctionMap.get("over"), false), this.cacheFunctionMap.delete("over")), this.cacheFunctionMap.has("touch") && (this.app.view.removeEventListener("touchstart", this.cacheFunctionMap.get("touch"), false), this.cacheFunctionMap.delete("touch"));
|
|
33944
33952
|
}
|
|
33945
33953
|
syncFullscreenVideoState(t2) {
|
|
33946
33954
|
this.globalEventHub.emit("syncFullscreenVideoState", t2);
|
|
@@ -33963,7 +33971,7 @@ void main(void){
|
|
|
33963
33971
|
}
|
|
33964
33972
|
}
|
|
33965
33973
|
}
|
|
33966
|
-
Hy.platform =
|
|
33974
|
+
Hy.platform = n_, Hy.RtcAudioClazz = null;
|
|
33967
33975
|
var jy = /* @__PURE__ */ new Map();
|
|
33968
33976
|
var zy, Vy = i(136), Xy = i.n(Vy), Wy = i(49), Yy = i.n(Wy), qy = i(50), Zy = i.n(qy), Jy = [], Ky = "ResizeObserver loop completed with undelivered notifications.";
|
|
33969
33977
|
!function(t2) {
|
|
@@ -35661,7 +35669,7 @@ void main(void){
|
|
|
35661
35669
|
}
|
|
35662
35670
|
var lT = { syncDispatch: "syncDispatch", syncReceive: "syncReceive", syncEventLag: "syncEventLag", renderStart: "renderStart", renderEnd: "renderEnd", renderError: "renderError", slideChange: "slideChange", mainSeqStepStart: "mainSeqStepStart", mainSeqStepEnd: "mainSeqStepEnd", animateStart: "animateStart", animateEnd: "animateEnd", stateChange: "stateChange", slideStepEnd: "slideEnd", slideStepStart: "slideStart" }, hT = { taskId: "", url: "", currentSlideIndex: -1, mainSeqStep: -1, mainSeqState: null, mediaState: /* @__PURE__ */ Object.create(null), interactiveSeqState: /* @__PURE__ */ Object.create(null) }, uT = "";
|
|
35663
35671
|
try {
|
|
35664
|
-
uT = "0.10.2";
|
|
35672
|
+
uT = "0.10.3-beta.2";
|
|
35665
35673
|
} catch (t2) {
|
|
35666
35674
|
uT = "dev";
|
|
35667
35675
|
}
|
|
@@ -38731,7 +38739,7 @@ class SlidePreviewer {
|
|
|
38731
38739
|
}
|
|
38732
38740
|
}
|
|
38733
38741
|
const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
|
|
38734
|
-
const version = "0.2.31-beta.
|
|
38742
|
+
const version = "0.2.31-beta.3";
|
|
38735
38743
|
const SlideApp = {
|
|
38736
38744
|
kind: "Slide",
|
|
38737
38745
|
setup(context) {
|