@netless/app-slide 0.2.31-beta.2 → 0.2.31-beta.4
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 +67 -67
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +352 -328
- package/dist/main.es.js.map +1 -1
- package/dist/main.iife.js +67 -67
- 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,26 +31159,26 @@ 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);
|
|
@@ -31161,20 +31191,23 @@ void main(void){
|
|
|
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.
|
|
31196
|
+
this.fullscreenPlay();
|
|
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,46 +31308,50 @@ 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
|
}
|
|
31286
31319
|
addPlayCallBack(t2) {
|
|
31287
31320
|
this.playCallBackList.push(t2);
|
|
31288
31321
|
}
|
|
31322
|
+
fullscreenPlay() {
|
|
31323
|
+
this.fullscreenStatus = true, this.ctx.mode !== "interactive" && this.media.requestFullscreen(), this.ctx.mode !== "local" && this.ctx.eventHub.emit(Gy.fullscreenChange, { targetId: this.targetId, state: true }), this.delayHide();
|
|
31324
|
+
}
|
|
31289
31325
|
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);
|
|
31326
|
+
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
31327
|
}
|
|
31296
31328
|
bindEvent() {
|
|
31297
|
-
this.mediaController.addEventListener("
|
|
31329
|
+
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
31330
|
}
|
|
31299
31331
|
unbindEvent() {
|
|
31300
31332
|
var t2;
|
|
31301
|
-
this.mediaController.removeEventListener("
|
|
31333
|
+
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
31334
|
}
|
|
31303
31335
|
show() {
|
|
31304
|
-
this.setControllerPosition(), this.mediaController.style.opacity =
|
|
31336
|
+
this.setControllerPosition(), this.mediaController.style.opacity = s_.hoverOpacity, this.fullscreenStatus || (this.mediaController.style.display = "flex"), this.delayHide();
|
|
31305
31337
|
}
|
|
31306
31338
|
hide() {
|
|
31307
|
-
this.fullscreenStatus ? this.mediaController.style.opacity =
|
|
31339
|
+
this.fullscreenStatus ? this.mediaController.style.opacity = s_.hiddenOpacity : this.mediaController.style.display = "none";
|
|
31340
|
+
}
|
|
31341
|
+
delayHide() {
|
|
31342
|
+
clearTimeout(this.autoHiddenTimer), this.autoHiddenTimer = setTimeout(() => {
|
|
31343
|
+
this.hide();
|
|
31344
|
+
}, s_.hoverHiddeDelay);
|
|
31308
31345
|
}
|
|
31309
31346
|
destroy() {
|
|
31310
31347
|
var t2;
|
|
31311
31348
|
this.unbindEvent(), this.playCallBackList = [], (t2 = this.container) === null || t2 === void 0 || t2.removeChild(this.mediaController);
|
|
31312
31349
|
}
|
|
31313
31350
|
}
|
|
31314
|
-
var
|
|
31315
|
-
class
|
|
31351
|
+
var l_ = i(120);
|
|
31352
|
+
class h_ extends Za.a {
|
|
31316
31353
|
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
|
|
31354
|
+
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
31355
|
this.isHowlLoadEmit = true, this.emit("load");
|
|
31319
31356
|
}), this.howl.on("pause", () => this.emit("pause")), this.howl.on("play", () => {
|
|
31320
31357
|
this.isHowlLoadEmit || this.emit("load"), this.isHowlEnd = false, this.emit("play");
|
|
@@ -31366,7 +31403,7 @@ void main(void){
|
|
|
31366
31403
|
this.rctClient ? this.rctClient.volume(t2) : this.howl && this.howl.volume(t2);
|
|
31367
31404
|
}
|
|
31368
31405
|
}
|
|
31369
|
-
var
|
|
31406
|
+
var u_ = function(t2, e2, i2, n2) {
|
|
31370
31407
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
31371
31408
|
function s2(t3) {
|
|
31372
31409
|
try {
|
|
@@ -31391,7 +31428,7 @@ void main(void){
|
|
|
31391
31428
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
31392
31429
|
});
|
|
31393
31430
|
};
|
|
31394
|
-
class
|
|
31431
|
+
class c_ extends Za.a {
|
|
31395
31432
|
constructor(t2) {
|
|
31396
31433
|
var e2, i2, n2, r2;
|
|
31397
31434
|
super(), this.type = "video", this.sprite = new ep(), this.isPlaying = false, this.isGlobalPause = false, this.fullscreen = false, this.url = "", this.onVideoStalled = () => {
|
|
@@ -31405,9 +31442,9 @@ void main(void){
|
|
|
31405
31442
|
let o2 = t2.video.src;
|
|
31406
31443
|
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
31444
|
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
|
|
31445
|
+
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
31446
|
const { video: a2, width: l2, height: h2, target: u2 } = t2;
|
|
31410
|
-
this.controller = new
|
|
31447
|
+
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
31448
|
this.sprite.width = l2, this.sprite.height = h2, this.ctx.clock.setTimeout(() => {
|
|
31412
31449
|
this.sprite.visible = true;
|
|
31413
31450
|
}, 50);
|
|
@@ -31457,7 +31494,7 @@ void main(void){
|
|
|
31457
31494
|
}
|
|
31458
31495
|
play() {
|
|
31459
31496
|
var t2;
|
|
31460
|
-
return
|
|
31497
|
+
return u_(this, void 0, void 0, function* () {
|
|
31461
31498
|
this.isPlaying = true, this.updateVolume(this.ctx.volumeAdjuster.volume), yield this.load(), yield this.ctx.clock.waitUntil(() => {
|
|
31462
31499
|
const t3 = this.videoElement;
|
|
31463
31500
|
return !!(t3 && t3.videoWidth > 0);
|
|
@@ -31465,8 +31502,8 @@ void main(void){
|
|
|
31465
31502
|
const e2 = this.videoElement;
|
|
31466
31503
|
e2 && e2.videoWidth <= 0 || (Hy.RtcAudioClazz ? (this.videoElement && (this.videoElement.volume = 0, this.videoElement.muted = true), this.rtcAudio.once("play", () => {
|
|
31467
31504
|
var t3;
|
|
31468
|
-
|
|
31469
|
-
}), this.rtcAudio.play()) : (
|
|
31505
|
+
(t3 = this.videoElement) === null || t3 === void 0 || t3.play(), this.fullscreen && this.controller.fullscreenPlay();
|
|
31506
|
+
}), this.rtcAudio.play()) : (yield (t2 = this.videoElement) === null || t2 === void 0 ? void 0 : t2.play(), this.fullscreen && this.controller.fullscreenPlay()));
|
|
31470
31507
|
});
|
|
31471
31508
|
}
|
|
31472
31509
|
load() {
|
|
@@ -31506,7 +31543,7 @@ void main(void){
|
|
|
31506
31543
|
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
31544
|
}
|
|
31508
31545
|
}
|
|
31509
|
-
var
|
|
31546
|
+
var d_ = function(t2, e2, i2, n2) {
|
|
31510
31547
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
31511
31548
|
function s2(t3) {
|
|
31512
31549
|
try {
|
|
@@ -31531,15 +31568,15 @@ void main(void){
|
|
|
31531
31568
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
31532
31569
|
});
|
|
31533
31570
|
};
|
|
31534
|
-
class
|
|
31571
|
+
class p_ extends Za.a {
|
|
31535
31572
|
constructor(t2) {
|
|
31536
31573
|
super(), this.type = "audio", this.isPlaying = false, this.isGlobalPause = false, this.updateVolume = (t3) => {
|
|
31537
31574
|
this.audioPlayer.volume(t3);
|
|
31538
31575
|
}, this.id = t2.id;
|
|
31539
31576
|
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
|
|
31577
|
+
/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
31578
|
const { width: i2, height: n2, target: r2 } = t2;
|
|
31542
|
-
this.controller = new
|
|
31579
|
+
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
31580
|
}
|
|
31544
31581
|
get currentTime() {
|
|
31545
31582
|
return this.audioPlayer.currentTime;
|
|
@@ -31572,7 +31609,7 @@ void main(void){
|
|
|
31572
31609
|
this.controller.hide();
|
|
31573
31610
|
}
|
|
31574
31611
|
play() {
|
|
31575
|
-
return
|
|
31612
|
+
return d_(this, void 0, void 0, function* () {
|
|
31576
31613
|
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
31614
|
});
|
|
31578
31615
|
}
|
|
@@ -31602,21 +31639,18 @@ void main(void){
|
|
|
31602
31639
|
this.ctx.volumeAdjuster.removeListener("update", this.updateVolume), this.stop(), this.controller.destroy(), this.ctx.activeMedia.delete(this);
|
|
31603
31640
|
}
|
|
31604
31641
|
}
|
|
31605
|
-
class
|
|
31642
|
+
class f_ extends Kv {
|
|
31606
31643
|
constructor(t2, e2, i2, n2) {
|
|
31607
31644
|
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
31645
|
}
|
|
31609
31646
|
applyCommand(t2, e2) {
|
|
31610
|
-
var i2, n2, r2;
|
|
31647
|
+
var i2, n2, r2, o2;
|
|
31611
31648
|
if (e2 === "call")
|
|
31612
31649
|
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);
|
|
31650
|
+
const e3 = t2.match(/playFrom\(([0-9.]+)\)/), r3 = Number(e3[1] || "0");
|
|
31651
|
+
(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
31652
|
} else
|
|
31619
|
-
t2 === "custom-pause" ? (
|
|
31653
|
+
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
31654
|
}
|
|
31621
31655
|
renderPic() {
|
|
31622
31656
|
var t2, e2, i2, n2, r2, o2;
|
|
@@ -31636,17 +31670,19 @@ void main(void){
|
|
|
31636
31670
|
}
|
|
31637
31671
|
});
|
|
31638
31672
|
}), this.effectContainer.addChild(s2), ((i2 = this.media) === null || i2 === void 0 ? void 0 : i2.type) === "video" && this.media.src) {
|
|
31639
|
-
if (this.mediaPlayer = new
|
|
31673
|
+
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
31674
|
const t3 = (r2 = this.backgroundGraphics) === null || r2 === void 0 ? void 0 : r2.getClonedDisplayObject();
|
|
31641
31675
|
t3 && (this.mediaPlayer.sprite.mask = t3, this.container.addChild(t3));
|
|
31642
31676
|
}
|
|
31643
31677
|
} 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", () => {
|
|
31678
|
+
((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 }));
|
|
31679
|
+
this.mediaPlayer && (this.isInteractiveOutside = !!this.container.interactive, this.container.interactive = true, n_.isDesktop() ? (this.container.on("mouseover", () => {
|
|
31646
31680
|
this.mediaPlayer.showController();
|
|
31647
31681
|
}), this.container.on("mouseout", () => {
|
|
31648
31682
|
this.mediaPlayer.hideController();
|
|
31649
|
-
}, false))
|
|
31683
|
+
}, false)) : this.container.on("pointerdown", () => {
|
|
31684
|
+
this.mediaPlayer.showController();
|
|
31685
|
+
}));
|
|
31650
31686
|
}
|
|
31651
31687
|
}
|
|
31652
31688
|
preRender(t2) {
|
|
@@ -31665,7 +31701,7 @@ void main(void){
|
|
|
31665
31701
|
this.mediaPlayer && (this.picFill.displayObject && !this.isInteractiveOutside && (this.container.interactive = false), this.mediaPlayer.destroy(), this.mediaPlayer = void 0), this.picFill.destroy();
|
|
31666
31702
|
}
|
|
31667
31703
|
}
|
|
31668
|
-
var
|
|
31704
|
+
var m_ = function(t2, e2, i2, n2) {
|
|
31669
31705
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
31670
31706
|
function s2(t3) {
|
|
31671
31707
|
try {
|
|
@@ -31690,7 +31726,7 @@ void main(void){
|
|
|
31690
31726
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
31691
31727
|
});
|
|
31692
31728
|
};
|
|
31693
|
-
class
|
|
31729
|
+
class g_ extends hg {
|
|
31694
31730
|
constructor(t2, e2, i2, n2, r2) {
|
|
31695
31731
|
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
31732
|
}
|
|
@@ -31698,10 +31734,10 @@ void main(void){
|
|
|
31698
31734
|
var e2, i2, n2, r2;
|
|
31699
31735
|
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
31736
|
for (let e3 = 0, i3 = this.json.children.length; e3 < i3; e3++)
|
|
31701
|
-
t2.addSubMTask(() =>
|
|
31737
|
+
t2.addSubMTask(() => m_(this, void 0, void 0, function* () {
|
|
31702
31738
|
const i4 = this.json.children[e3];
|
|
31703
31739
|
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
|
|
31740
|
+
(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
31741
|
}), "@ContainerImpl[child.init]");
|
|
31706
31742
|
}
|
|
31707
31743
|
get interactiveContainer() {
|
|
@@ -31712,7 +31748,7 @@ void main(void){
|
|
|
31712
31748
|
}
|
|
31713
31749
|
preRender(t2) {
|
|
31714
31750
|
for (const e2 of this.children)
|
|
31715
|
-
t2.addSubMTask(() =>
|
|
31751
|
+
t2.addSubMTask(() => m_(this, void 0, void 0, function* () {
|
|
31716
31752
|
e2.preRender(t2);
|
|
31717
31753
|
}), "@ContainerImpl[child.preRender]");
|
|
31718
31754
|
}
|
|
@@ -31727,11 +31763,11 @@ void main(void){
|
|
|
31727
31763
|
}
|
|
31728
31764
|
render(t2) {
|
|
31729
31765
|
for (const e2 of this.children)
|
|
31730
|
-
e2.render(t2), t2.addSubMTask(() =>
|
|
31766
|
+
e2.render(t2), t2.addSubMTask(() => m_(this, void 0, void 0, function* () {
|
|
31731
31767
|
var t3;
|
|
31732
31768
|
this.cacheContainer.addChild(e2.renderContainer), (e2.json.hlinkHover || e2.json.hlinkClick) && ((t3 = e2.hyperlink) === null || t3 === void 0 || t3.addProxy(this.container));
|
|
31733
31769
|
}), "@ContainerImpl[child.render]");
|
|
31734
|
-
t2.addSubMTask(() =>
|
|
31770
|
+
t2.addSubMTask(() => m_(this, void 0, void 0, function* () {
|
|
31735
31771
|
this.container.addChild(this.cacheContainer);
|
|
31736
31772
|
}), "@ContainerImpl[child.append]");
|
|
31737
31773
|
}
|
|
@@ -31751,7 +31787,7 @@ void main(void){
|
|
|
31751
31787
|
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
31788
|
}
|
|
31753
31789
|
}
|
|
31754
|
-
class
|
|
31790
|
+
class v_ extends Za.a {
|
|
31755
31791
|
constructor(t2, e2, i2, n2) {
|
|
31756
31792
|
super(), this.cond = {}, this.timeoutIds = [], this.condHandle = (t3, e3 = {}) => {
|
|
31757
31793
|
if (t3)
|
|
@@ -31798,7 +31834,7 @@ void main(void){
|
|
|
31798
31834
|
}), this.timeoutIds.forEach((t2) => this.ctx.clock.clearTimeout(t2));
|
|
31799
31835
|
}
|
|
31800
31836
|
}
|
|
31801
|
-
class
|
|
31837
|
+
class __ extends Za.a {
|
|
31802
31838
|
constructor(t2) {
|
|
31803
31839
|
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
31840
|
var e3, i3, n3, r3, o3, s3;
|
|
@@ -31817,7 +31853,7 @@ void main(void){
|
|
|
31817
31853
|
}
|
|
31818
31854
|
};
|
|
31819
31855
|
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
|
|
31856
|
+
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
31857
|
this.currentSeqIndex = 0, this.currentSeqState = "idle";
|
|
31822
31858
|
}), this.commonTimeNode.on("childTimeNodeStart", (t3) => {
|
|
31823
31859
|
const e3 = this.commonTimeNode.children.findIndex((e4) => e4.commonTimeNode.uuid === t3.id);
|
|
@@ -31913,7 +31949,7 @@ void main(void){
|
|
|
31913
31949
|
}
|
|
31914
31950
|
}
|
|
31915
31951
|
}
|
|
31916
|
-
function
|
|
31952
|
+
function y_(t2, e2, i2) {
|
|
31917
31953
|
const n2 = e2.split(".");
|
|
31918
31954
|
n2.reduce((r2, o2, s2) => {
|
|
31919
31955
|
if (r2)
|
|
@@ -31921,7 +31957,7 @@ void main(void){
|
|
|
31921
31957
|
console.warn(`${t2} not support ${e2}`);
|
|
31922
31958
|
}, t2);
|
|
31923
31959
|
}
|
|
31924
|
-
function
|
|
31960
|
+
function x_(t2, e2) {
|
|
31925
31961
|
if (!e2)
|
|
31926
31962
|
return null;
|
|
31927
31963
|
return e2.split(".").reduce((i2, n2) => {
|
|
@@ -31930,7 +31966,7 @@ void main(void){
|
|
|
31930
31966
|
console.warn(`${t2} not support ${e2}`);
|
|
31931
31967
|
}, t2);
|
|
31932
31968
|
}
|
|
31933
|
-
class
|
|
31969
|
+
class b_ {
|
|
31934
31970
|
constructor(t2) {
|
|
31935
31971
|
this.timingTarget = null, this.runtimeNodeEventHub = new Za.a(), this.basicOnTimeNodeEnd = () => {
|
|
31936
31972
|
if (this.isConflict) {
|
|
@@ -31948,29 +31984,29 @@ void main(void){
|
|
|
31948
31984
|
}
|
|
31949
31985
|
};
|
|
31950
31986
|
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
|
|
31987
|
+
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
31988
|
}
|
|
31953
31989
|
getTargetId(t2) {
|
|
31954
31990
|
let e2 = t2.id;
|
|
31955
31991
|
return t2.type === "shape" && t2.txEl && (e2 = `${e2}-txEl-${t2.txEl.range[0]}`), this.commonTimeNode.isIterate && (e2 = `${e2}-iterate-${this.commonTimeNode.iterateIndex}`), e2;
|
|
31956
31992
|
}
|
|
31957
31993
|
}
|
|
31958
|
-
class
|
|
31994
|
+
class T_ extends b_ {
|
|
31959
31995
|
constructor(t2) {
|
|
31960
31996
|
super(t2), this.isConflict = false, this.activeWhenConflict = "next", this.startVal = null, this.updateStartValue = () => {
|
|
31961
|
-
this.timingTarget && (this.startVal =
|
|
31997
|
+
this.timingTarget && (this.startVal = x_(this.timingTarget, this.json.cBhvr.attrList[0]));
|
|
31962
31998
|
}, this.onSeekToStart = () => {
|
|
31963
31999
|
const t3 = this.json.cBhvr.attrList[0];
|
|
31964
|
-
this.startVal !== null && this.timingTarget &&
|
|
32000
|
+
this.startVal !== null && this.timingTarget && y_(this.timingTarget, t3, this.startVal);
|
|
31965
32001
|
}, this.onSeekToEnd = () => {
|
|
31966
32002
|
const t3 = this.json.cBhvr.attrList[0], e2 = this.json.cBhvr.to || this.json.to;
|
|
31967
|
-
e2 && this.timingTarget &&
|
|
32003
|
+
e2 && this.timingTarget && y_(this.timingTarget, t3, e2);
|
|
31968
32004
|
}, this.commonTimeNode.on("timeNodeStart", this.updateStartValue), this.commonTimeNode.on("timeNodeCreate", this.updateStartValue), this.commonTimeNode.on("timeUpdate", ({ duration: t3, delta: e2 }) => {
|
|
31969
32005
|
if (e2 / t3 >= 1) {
|
|
31970
32006
|
const t4 = this.json.cBhvr.attrList[0];
|
|
31971
32007
|
this.json.cBhvr.attrList.length > 1 && console.warn("this.json.cBhvr.attrList.length > 0");
|
|
31972
32008
|
const e3 = this.json.cBhvr.to || this.json.to;
|
|
31973
|
-
e3 && this.timingTarget &&
|
|
32009
|
+
e3 && this.timingTarget && y_(this.timingTarget, t4, e3);
|
|
31974
32010
|
}
|
|
31975
32011
|
});
|
|
31976
32012
|
}
|
|
@@ -31978,7 +32014,7 @@ void main(void){
|
|
|
31978
32014
|
return this.json.cBhvr.attrList[0];
|
|
31979
32015
|
}
|
|
31980
32016
|
}
|
|
31981
|
-
var
|
|
32017
|
+
var E_ = function(t2, e2, i2, n2) {
|
|
31982
32018
|
var r2, o2 = arguments.length, s2 = o2 < 3 ? e2 : n2 === null ? n2 = Object.getOwnPropertyDescriptor(e2, i2) : n2;
|
|
31983
32019
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function")
|
|
31984
32020
|
s2 = Reflect.decorate(t2, e2, i2, n2);
|
|
@@ -31987,7 +32023,7 @@ void main(void){
|
|
|
31987
32023
|
(r2 = t2[a2]) && (s2 = (o2 < 3 ? r2(s2) : o2 > 3 ? r2(e2, i2, s2) : r2(e2, i2)) || s2);
|
|
31988
32024
|
return o2 > 3 && s2 && Object.defineProperty(e2, i2, s2), s2;
|
|
31989
32025
|
};
|
|
31990
|
-
class
|
|
32026
|
+
class S_ {
|
|
31991
32027
|
constructor(t2, e2) {
|
|
31992
32028
|
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
32029
|
}
|
|
@@ -31999,7 +32035,7 @@ void main(void){
|
|
|
31999
32035
|
}), new Function("vars", "math", "$", "return " + e2);
|
|
32000
32036
|
}
|
|
32001
32037
|
}
|
|
32002
|
-
class
|
|
32038
|
+
class w_ extends S_ {
|
|
32003
32039
|
constructor(t2, e2, i2) {
|
|
32004
32040
|
super(t2, e2), this.value = t2.val.value, i2 && (this.fmla = this.parseFmla(i2));
|
|
32005
32041
|
}
|
|
@@ -32011,8 +32047,8 @@ void main(void){
|
|
|
32011
32047
|
return t2.fmla ? t2.fmla(i2, this.math, r2) : r2;
|
|
32012
32048
|
}
|
|
32013
32049
|
}
|
|
32014
|
-
|
|
32015
|
-
class
|
|
32050
|
+
E_([Em()], w_.prototype, "interpolationFrom", null);
|
|
32051
|
+
class A_ extends S_ {
|
|
32016
32052
|
constructor(t2, e2) {
|
|
32017
32053
|
var i2;
|
|
32018
32054
|
super(t2, e2), this.value = (i2 = t2.val) === null || i2 === void 0 ? void 0 : i2.value;
|
|
@@ -32025,8 +32061,8 @@ void main(void){
|
|
|
32025
32061
|
return this.value || "";
|
|
32026
32062
|
}
|
|
32027
32063
|
}
|
|
32028
|
-
|
|
32029
|
-
class
|
|
32064
|
+
E_([Em()], A_.prototype, "interpolationFrom", null);
|
|
32065
|
+
class M_ extends S_ {
|
|
32030
32066
|
constructor(t2, e2) {
|
|
32031
32067
|
super(t2, e2), this.fn = this.parseFmla(this.val);
|
|
32032
32068
|
}
|
|
@@ -32038,8 +32074,8 @@ void main(void){
|
|
|
32038
32074
|
return t2.fmla ? t2.fmla(i2, this.math, r2) : r2;
|
|
32039
32075
|
}
|
|
32040
32076
|
}
|
|
32041
|
-
|
|
32042
|
-
class
|
|
32077
|
+
E_([Em()], M_.prototype, "interpolationFrom", null);
|
|
32078
|
+
class R_ extends S_ {
|
|
32043
32079
|
constructor(t2, e2) {
|
|
32044
32080
|
super(t2, e2), this.value = t2.val.value;
|
|
32045
32081
|
}
|
|
@@ -32050,11 +32086,11 @@ void main(void){
|
|
|
32050
32086
|
return this.value;
|
|
32051
32087
|
}
|
|
32052
32088
|
}
|
|
32053
|
-
|
|
32054
|
-
class
|
|
32089
|
+
E_([Em()], R_.prototype, "interpolationFrom", null);
|
|
32090
|
+
class C_ extends b_ {
|
|
32055
32091
|
constructor(t2) {
|
|
32056
32092
|
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 =
|
|
32093
|
+
this.timingTarget && (this.startVal = x_(this.timingTarget, this.json.cBhvr.attrList[0]));
|
|
32058
32094
|
}, this.updateVars = () => {
|
|
32059
32095
|
var t3, e2, i2, n2;
|
|
32060
32096
|
((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 +32098,12 @@ void main(void){
|
|
|
32062
32098
|
const i2 = e2 / t3, n2 = this.keyFrames.findIndex((t4) => i2 <= t4[0]), { attrList: r2 } = this.json.cBhvr;
|
|
32063
32099
|
if (n2 < 0) {
|
|
32064
32100
|
const t4 = this.keyFrames[this.keyFrames.length - 1];
|
|
32065
|
-
return void (this.timingTarget && r2 && r2[0] &&
|
|
32101
|
+
return void (this.timingTarget && r2 && r2[0] && y_(this.timingTarget, r2[0], t4[1].resolveValue(this.vars)));
|
|
32066
32102
|
}
|
|
32067
32103
|
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] &&
|
|
32104
|
+
this.timingTarget && r2 && r2[0] && y_(this.timingTarget, r2[0], h2);
|
|
32069
32105
|
}, this.onSeekToStart = () => {
|
|
32070
|
-
this.startVal !== null && this.timingTarget &&
|
|
32106
|
+
this.startVal !== null && this.timingTarget && y_(this.timingTarget, this.json.cBhvr.attrList[0], this.startVal);
|
|
32071
32107
|
}, this.onSeekToEnd = () => {
|
|
32072
32108
|
this.onTimeUpdate({ duration: 1, delta: 1, isReverse: false });
|
|
32073
32109
|
}, 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 +32119,24 @@ void main(void){
|
|
|
32083
32119
|
if (this.json.from || this.startVal) {
|
|
32084
32120
|
const t4 = { time: 0, val: { type: "string", value: this.json.from || this.startVal.toString() }, fmla: "" };
|
|
32085
32121
|
if (e2 === "num" && this.timingTarget) {
|
|
32086
|
-
const e3 = new
|
|
32122
|
+
const e3 = new M_(t4, this.timingTarget);
|
|
32087
32123
|
this.keyFrames.push([t4.time, e3]);
|
|
32088
32124
|
}
|
|
32089
32125
|
}
|
|
32090
32126
|
const t3 = { time: 1, val: { type: "string", value: this.json.to }, fmla: "" };
|
|
32091
32127
|
if (e2 === "num" && this.timingTarget) {
|
|
32092
|
-
const e3 = new
|
|
32128
|
+
const e3 = new M_(t3, this.timingTarget);
|
|
32093
32129
|
this.keyFrames.push([t3.time, e3]);
|
|
32094
32130
|
}
|
|
32095
32131
|
} else if (this.json.by) {
|
|
32096
32132
|
const i2 = { time: 0, val: { type: "string", value: this.json.cBhvr.attrList[0] }, fmla: "" };
|
|
32097
32133
|
if (e2 === "num" && this.timingTarget) {
|
|
32098
|
-
const t3 = new
|
|
32134
|
+
const t3 = new M_(i2, this.timingTarget);
|
|
32099
32135
|
this.keyFrames.push([i2.time, t3]);
|
|
32100
32136
|
}
|
|
32101
32137
|
const n2 = { time: 1, val: { type: "string", value: (((t2 = i2.val) === null || t2 === void 0 ? void 0 : t2.value) || "") + "+" + this.json.by }, fmla: "" };
|
|
32102
32138
|
if (e2 === "num" && this.timingTarget) {
|
|
32103
|
-
const t3 = new
|
|
32139
|
+
const t3 = new M_(n2, this.timingTarget);
|
|
32104
32140
|
this.keyFrames.push([n2.time, t3]);
|
|
32105
32141
|
}
|
|
32106
32142
|
}
|
|
@@ -32109,12 +32145,12 @@ void main(void){
|
|
|
32109
32145
|
for (const t3 of this.json.tavLst)
|
|
32110
32146
|
if (t3.val && this.timingTarget) {
|
|
32111
32147
|
let i2 = null;
|
|
32112
|
-
t3.val.type === "string" ? e2 === "num" ? i2 = new
|
|
32148
|
+
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
32149
|
}
|
|
32114
32150
|
}
|
|
32115
32151
|
}
|
|
32116
32152
|
}
|
|
32117
|
-
class
|
|
32153
|
+
class I_ extends Vh.k {
|
|
32118
32154
|
constructor(t2, e2, i2) {
|
|
32119
32155
|
super(t2, e2, i2);
|
|
32120
32156
|
}
|
|
@@ -32125,89 +32161,89 @@ void main(void){
|
|
|
32125
32161
|
this.uniforms.transition = t2;
|
|
32126
32162
|
}
|
|
32127
32163
|
}
|
|
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
|
|
32164
|
+
var P_ = i(121), O_ = i.n(P_), N_ = i(122), L_ = i.n(N_);
|
|
32165
|
+
var D_ = i(123), F_ = i.n(D_);
|
|
32166
|
+
var B_ = i(124), U_ = i.n(B_), k_ = i(9), G_ = i.n(k_);
|
|
32167
|
+
var H_ = i(125), j_ = i.n(H_);
|
|
32168
|
+
var z_ = i(126), V_ = i.n(z_);
|
|
32169
|
+
const X_ = "data:image/png;base64,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";
|
|
32170
|
+
var W_ = i(127), Y_ = i.n(W_);
|
|
32171
|
+
var q_ = i(128), Z_ = i.n(q_);
|
|
32172
|
+
var J_ = i(129), K_ = i.n(J_);
|
|
32173
|
+
var Q_ = i(130), $_ = i.n(Q_);
|
|
32174
|
+
var ty = i(131), ey = i.n(ty);
|
|
32175
|
+
var iy = i(132), ny = i.n(iy);
|
|
32176
|
+
var ry = i(133), oy = i.n(ry);
|
|
32177
|
+
var sy = i(134), ay = i.n(sy);
|
|
32178
|
+
var ly = i(135), hy = i.n(ly);
|
|
32179
|
+
const uy = { wipe: class extends I_ {
|
|
32144
32180
|
constructor(t2) {
|
|
32145
|
-
super(
|
|
32181
|
+
super(L_.a, O_.a, { percent: 0, direction: 1, transition: 0 });
|
|
32146
32182
|
let e2 = 1;
|
|
32147
32183
|
t2 === "up" ? e2 = 1 : t2 === "down" ? e2 = 2 : t2 === "left" ? e2 = 3 : t2 === "right" && (e2 = 4), this.uniforms.direction = e2;
|
|
32148
32184
|
}
|
|
32149
|
-
}, fade: class extends
|
|
32185
|
+
}, fade: class extends I_ {
|
|
32150
32186
|
constructor(t2) {
|
|
32151
|
-
super(void 0,
|
|
32187
|
+
super(void 0, F_.a, { percent: 0, transition: 1 });
|
|
32152
32188
|
let e2 = 1;
|
|
32153
32189
|
t2 === "out" ? e2 = -1 : t2 === "in" && (e2 = 1), this.uniforms.transition = Math.pow(e2, e2);
|
|
32154
32190
|
}
|
|
32155
|
-
}, blinds: class extends
|
|
32191
|
+
}, blinds: class extends I_ {
|
|
32156
32192
|
constructor(t2) {
|
|
32157
|
-
super(
|
|
32193
|
+
super(G_.a, U_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "vertical" ? 1 : 0;
|
|
32158
32194
|
}
|
|
32159
|
-
}, checkerboard: class extends
|
|
32195
|
+
}, checkerboard: class extends I_ {
|
|
32160
32196
|
constructor(t2) {
|
|
32161
|
-
super(
|
|
32197
|
+
super(G_.a, j_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "down" ? 1 : 0;
|
|
32162
32198
|
}
|
|
32163
|
-
}, dissolve: class extends
|
|
32199
|
+
}, dissolve: class extends I_ {
|
|
32164
32200
|
constructor(t2) {
|
|
32165
|
-
super(
|
|
32201
|
+
super(G_.a, V_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.setTextTure();
|
|
32166
32202
|
}
|
|
32167
32203
|
setTextTure() {
|
|
32168
|
-
this.uniforms.dissolveSampler = Vh.t.from(
|
|
32204
|
+
this.uniforms.dissolveSampler = Vh.t.from(X_);
|
|
32169
32205
|
}
|
|
32170
|
-
}, randombar: class extends
|
|
32206
|
+
}, randombar: class extends I_ {
|
|
32171
32207
|
constructor(t2) {
|
|
32172
|
-
super(
|
|
32208
|
+
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
32209
|
}
|
|
32174
32210
|
setTextTure() {
|
|
32175
|
-
this.uniforms.dissolveSampler = Vh.t.from(
|
|
32211
|
+
this.uniforms.dissolveSampler = Vh.t.from(X_);
|
|
32176
32212
|
}
|
|
32177
|
-
}, circle: class extends
|
|
32213
|
+
}, circle: class extends I_ {
|
|
32178
32214
|
constructor(t2) {
|
|
32179
|
-
super(
|
|
32215
|
+
super(G_.a, Z_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "out" ? 1 : 0;
|
|
32180
32216
|
}
|
|
32181
|
-
}, box: class extends
|
|
32217
|
+
}, box: class extends I_ {
|
|
32182
32218
|
constructor(t2) {
|
|
32183
|
-
super(
|
|
32219
|
+
super(G_.a, K_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "out" ? 1 : 0;
|
|
32184
32220
|
}
|
|
32185
|
-
}, diamond: class extends
|
|
32221
|
+
}, diamond: class extends I_ {
|
|
32186
32222
|
constructor(t2) {
|
|
32187
|
-
super(
|
|
32223
|
+
super(G_.a, $_.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "out" ? 1 : 0;
|
|
32188
32224
|
}
|
|
32189
|
-
}, plus: class extends
|
|
32225
|
+
}, plus: class extends I_ {
|
|
32190
32226
|
constructor(t2) {
|
|
32191
|
-
super(
|
|
32227
|
+
super(G_.a, ey.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = t2 === "out" ? 1 : 0;
|
|
32192
32228
|
}
|
|
32193
|
-
}, barn: class extends
|
|
32229
|
+
}, barn: class extends I_ {
|
|
32194
32230
|
constructor(t2) {
|
|
32195
|
-
super(
|
|
32231
|
+
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
32232
|
}
|
|
32197
|
-
}, strips: class extends
|
|
32233
|
+
}, strips: class extends I_ {
|
|
32198
32234
|
constructor(t2) {
|
|
32199
|
-
super(
|
|
32235
|
+
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
32236
|
}
|
|
32201
|
-
}, wedge: class extends
|
|
32237
|
+
}, wedge: class extends I_ {
|
|
32202
32238
|
constructor(t2) {
|
|
32203
|
-
super(
|
|
32239
|
+
super(G_.a, ay.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) });
|
|
32204
32240
|
}
|
|
32205
|
-
}, wheel: class extends
|
|
32241
|
+
}, wheel: class extends I_ {
|
|
32206
32242
|
constructor(t2) {
|
|
32207
|
-
super(
|
|
32243
|
+
super(G_.a, hy.a, { percent: 0, transition: 1, rect: new Float32Array([0, 0, 0, 0]) }), this.uniforms.option = Number(t2) || 1;
|
|
32208
32244
|
}
|
|
32209
32245
|
} };
|
|
32210
|
-
class
|
|
32246
|
+
class cy extends b_ {
|
|
32211
32247
|
constructor(t2) {
|
|
32212
32248
|
var e2;
|
|
32213
32249
|
super(t2), this.filterType = "", this.isConflict = false, this.activeWhenConflict = "prev", this.onTimeUpdate = ({ duration: t3, delta: e3 }) => {
|
|
@@ -32238,14 +32274,14 @@ void main(void){
|
|
|
32238
32274
|
const n2 = (e2 = t2.json.filter) === null || e2 === void 0 ? void 0 : e2.match(/^([a-zA-Z]+)(\((.+)\))?/);
|
|
32239
32275
|
if (n2) {
|
|
32240
32276
|
const t3 = n2[1], e3 = n2[3];
|
|
32241
|
-
|
|
32277
|
+
uy[t3] && (this.filter = new uy[t3](e3), this.filterType = `${t3}-${e3}`, this.filter && (this.filter.transition = i2));
|
|
32242
32278
|
}
|
|
32243
32279
|
}
|
|
32244
32280
|
get modifyAttrKey() {
|
|
32245
32281
|
return this.filterType;
|
|
32246
32282
|
}
|
|
32247
32283
|
}
|
|
32248
|
-
class
|
|
32284
|
+
class dy extends b_ {
|
|
32249
32285
|
constructor(t2) {
|
|
32250
32286
|
super(t2), this.isConflict = true, this.activeWhenConflict = "next", this.startPos = null, this.onTimeNodeStart = () => {
|
|
32251
32287
|
var t3, e2;
|
|
@@ -32298,7 +32334,7 @@ void main(void){
|
|
|
32298
32334
|
this.path = e2;
|
|
32299
32335
|
}
|
|
32300
32336
|
}
|
|
32301
|
-
class
|
|
32337
|
+
class py extends b_ {
|
|
32302
32338
|
constructor(t2) {
|
|
32303
32339
|
super(t2), this.isConflict = true, this.activeWhenConflict = "next", this.startVal = null, this.onTimelineStart = (t3) => {
|
|
32304
32340
|
t3.isReverse || this.updateCurrentValue();
|
|
@@ -32328,19 +32364,19 @@ void main(void){
|
|
|
32328
32364
|
this.timingTarget && (this.current = { x: this.timingTarget.scale.x, y: this.timingTarget.scale.y });
|
|
32329
32365
|
}
|
|
32330
32366
|
}
|
|
32331
|
-
class
|
|
32367
|
+
class fy extends b_ {
|
|
32332
32368
|
constructor(t2) {
|
|
32333
32369
|
super(t2), this.isConflict = false, this.activeWhenConflict = "next", this.isTimelineStart = false, this.startColorString = null, this.currentColorString = "#FFFFFFFF", this.onTimelineStart = (t3) => {
|
|
32334
32370
|
if (this.isTimelineStart)
|
|
32335
32371
|
return;
|
|
32336
32372
|
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
32373
|
const e2 = this.json.cBhvr.attrList[0], [i2] = e2.split(".");
|
|
32338
|
-
|
|
32374
|
+
y_(this.timingTarget, i2 + ".on", "true");
|
|
32339
32375
|
}, this.onTimeNodeEnd = () => {
|
|
32340
32376
|
const t3 = this.json.cBhvr.attrList[0];
|
|
32341
32377
|
if (this.json.cBhvr.ctn.fill === "remove") {
|
|
32342
32378
|
const [e2] = t3.split(".");
|
|
32343
|
-
|
|
32379
|
+
y_(this.timingTarget, e2 + ".on", "false");
|
|
32344
32380
|
}
|
|
32345
32381
|
this.isTimelineStart = false;
|
|
32346
32382
|
}, this.onSeekToStart = () => {
|
|
@@ -32351,19 +32387,19 @@ void main(void){
|
|
|
32351
32387
|
const i2 = e2 === "ppt_c.color" || e2 === "text.color";
|
|
32352
32388
|
if (((t3 = this.timingTarget.fill) === null || t3 === void 0 ? void 0 : t3.designColor.toUpperCase()) === this.from.toHexString().toUpperCase() || i2) {
|
|
32353
32389
|
const [t4] = e2.split(".");
|
|
32354
|
-
|
|
32390
|
+
y_(this.timingTarget, t4 + ".on", "false");
|
|
32355
32391
|
}
|
|
32356
32392
|
}
|
|
32357
32393
|
}, this.onTimeNodeStart = () => {
|
|
32358
32394
|
if (this.timingTarget) {
|
|
32359
|
-
const t3 = this.json.cBhvr.attrList[0], e2 =
|
|
32395
|
+
const t3 = this.json.cBhvr.attrList[0], e2 = x_(this.timingTarget, t3);
|
|
32360
32396
|
e2 && (this.startColorString = e2);
|
|
32361
32397
|
}
|
|
32362
32398
|
}, this.onTimeUpdate = ({ delta: t3, duration: e2 }) => {
|
|
32363
32399
|
const i2 = t3 / e2;
|
|
32364
32400
|
if (this.to.interpolationFrom(this.from, i2, this.target), this.timingTarget) {
|
|
32365
32401
|
const t4 = this.json.cBhvr.attrList[0];
|
|
32366
|
-
|
|
32402
|
+
y_(this.timingTarget, t4, this.target.toHexString());
|
|
32367
32403
|
}
|
|
32368
32404
|
}, this.onSeekToEnd = () => {
|
|
32369
32405
|
this.isTimelineStart || this.onTimelineStart({ isReverse: false, activeCount: 0, id: "" }), this.onTimeUpdate({ duration: 1, delta: 1 });
|
|
@@ -32378,12 +32414,12 @@ void main(void){
|
|
|
32378
32414
|
}
|
|
32379
32415
|
updateCurrentValue() {
|
|
32380
32416
|
if (this.timingTarget) {
|
|
32381
|
-
const t2 = this.json.cBhvr.attrList[0], e2 =
|
|
32417
|
+
const t2 = this.json.cBhvr.attrList[0], e2 = x_(this.timingTarget, t2);
|
|
32382
32418
|
e2 && (this.currentColorString = e2);
|
|
32383
32419
|
}
|
|
32384
32420
|
}
|
|
32385
32421
|
}
|
|
32386
|
-
class
|
|
32422
|
+
class my extends b_ {
|
|
32387
32423
|
constructor(t2) {
|
|
32388
32424
|
super(t2), this.isConflict = false, this.activeWhenConflict = "next", this.startVal = null, this.lastVal = null, this.onTimelineStart = (t3) => {
|
|
32389
32425
|
this.lastVal = null, t3.isReverse || this.updateCurrentValue();
|
|
@@ -32416,7 +32452,7 @@ void main(void){
|
|
|
32416
32452
|
this.currentVal = (t2 = this.timingTarget) === null || t2 === void 0 ? void 0 : t2.r;
|
|
32417
32453
|
}
|
|
32418
32454
|
}
|
|
32419
|
-
class
|
|
32455
|
+
class gy extends b_ {
|
|
32420
32456
|
constructor(t2) {
|
|
32421
32457
|
super(t2), this.isConflict = false, this.activeWhenConflict = "next", this.isApplied = false, this.onTimeUpdate = () => {
|
|
32422
32458
|
var t3, e2;
|
|
@@ -32437,7 +32473,7 @@ void main(void){
|
|
|
32437
32473
|
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
32474
|
}
|
|
32439
32475
|
}
|
|
32440
|
-
class
|
|
32476
|
+
class vy {
|
|
32441
32477
|
constructor(t2) {
|
|
32442
32478
|
this.runtimeNodeEventHub = new Za.a(), this.onVolumeUpdate = (t3) => {
|
|
32443
32479
|
this.audio.volume(t3);
|
|
@@ -32447,14 +32483,14 @@ void main(void){
|
|
|
32447
32483
|
this.stopAudio(), this.audio.destroy(), this.ctx.activeMedia.delete(this.audio), this.ctx.volumeAdjuster.off("update", this.onVolumeUpdate);
|
|
32448
32484
|
};
|
|
32449
32485
|
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
|
|
32486
|
+
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
32487
|
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
|
|
32488
|
+
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
32489
|
this.audio.volume(o2.volumeAdjuster.volume), this.audio.play();
|
|
32454
32490
|
}), 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
32491
|
}
|
|
32456
32492
|
}
|
|
32457
|
-
var
|
|
32493
|
+
var _y = function(t2, e2, i2, n2) {
|
|
32458
32494
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
32459
32495
|
function s2(t3) {
|
|
32460
32496
|
try {
|
|
@@ -32479,7 +32515,7 @@ void main(void){
|
|
|
32479
32515
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
32480
32516
|
});
|
|
32481
32517
|
};
|
|
32482
|
-
class
|
|
32518
|
+
class yy extends Za.a {
|
|
32483
32519
|
constructor(t2) {
|
|
32484
32520
|
var e2, i2;
|
|
32485
32521
|
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 +32536,7 @@ void main(void){
|
|
|
32500
32536
|
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
32537
|
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
32538
|
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
|
|
32539
|
+
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
32540
|
var t3;
|
|
32505
32541
|
this.json.nodeType === "interactiveSeq" && (this.isActive = false, this.shouldSeekOnStart = true, this.emit("timeNodeEndSync"), (t3 = this.endSync) === null || t3 === void 0 || t3.reset());
|
|
32506
32542
|
})), this.startConds.on("active", (t3) => {
|
|
@@ -32522,7 +32558,7 @@ void main(void){
|
|
|
32522
32558
|
i3 === t2 && (e2 = false, this.ctx.eventHub.removeListener("IterateTimeNodeEnd", n2));
|
|
32523
32559
|
};
|
|
32524
32560
|
for (this.ctx.eventHub.on("IterateTimeNodeEnd", n2); e2; ) {
|
|
32525
|
-
const e3 = JSON.parse(JSON.stringify(this.json)), n3 = new
|
|
32561
|
+
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
32562
|
this.iterateShadows[i2] = n3, i2 += 1;
|
|
32527
32563
|
}
|
|
32528
32564
|
}
|
|
@@ -32538,7 +32574,7 @@ void main(void){
|
|
|
32538
32574
|
createTimeNode(t2, e2) {
|
|
32539
32575
|
let i2 = null;
|
|
32540
32576
|
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
|
|
32577
|
+
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
32578
|
}
|
|
32543
32579
|
createSubList(t2) {
|
|
32544
32580
|
this.subList && this.subList.forEach((t3) => t3.commonTimeNode.destroy()), this.subList = [], t2.forEach((t3) => {
|
|
@@ -32611,7 +32647,7 @@ void main(void){
|
|
|
32611
32647
|
})) : this.duration > e2 && (this.ctx.eventHub.emit(Gy.animateStart), this.updateTimeLine(0), this.ctx.ticker.add(this.updateTimeLine));
|
|
32612
32648
|
}
|
|
32613
32649
|
startIterate() {
|
|
32614
|
-
return
|
|
32650
|
+
return _y(this, void 0, void 0, function* () {
|
|
32615
32651
|
if (this.json.iterate) {
|
|
32616
32652
|
this.isIterateEnd = false;
|
|
32617
32653
|
for (const t2 of this.iterateShadows) {
|
|
@@ -32753,11 +32789,11 @@ void main(void){
|
|
|
32753
32789
|
this.emit("timeNodeDestroy"), this.isDestroy = true, this.dispose(), this.startConds.removeAllListeners(), this.endConds.removeAllListeners(), this.children.forEach((t2) => t2.commonTimeNode.destroy()), this.clearSubList();
|
|
32754
32790
|
}
|
|
32755
32791
|
}
|
|
32756
|
-
class
|
|
32792
|
+
class xy extends Za.a {
|
|
32757
32793
|
constructor(t2) {
|
|
32758
32794
|
super(), this.isRunning = false, this.runtimeNodeEventHub = new Za.a();
|
|
32759
32795
|
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
|
|
32796
|
+
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
32797
|
this.commonTimeNode.children.forEach((t3) => {
|
|
32762
32798
|
t3.commonTimeNode.setReverse(this.commonTimeNode.getReverse()), t3.commonTimeNode.startTimeNode();
|
|
32763
32799
|
}), this.isRunning || (this.isRunning = true, this.globalEventHub.emit(`runtime ${this.id} begin`), this.emit("begin"));
|
|
@@ -32770,7 +32806,7 @@ void main(void){
|
|
|
32770
32806
|
});
|
|
32771
32807
|
}
|
|
32772
32808
|
}
|
|
32773
|
-
var
|
|
32809
|
+
var by = function(t2, e2, i2, n2) {
|
|
32774
32810
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
32775
32811
|
function s2(t3) {
|
|
32776
32812
|
try {
|
|
@@ -32795,11 +32831,11 @@ void main(void){
|
|
|
32795
32831
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
32796
32832
|
});
|
|
32797
32833
|
};
|
|
32798
|
-
class
|
|
32834
|
+
class Ty {
|
|
32799
32835
|
constructor(t2, e2, i2) {
|
|
32800
32836
|
this.json = t2, this.ctx = i2, this.globalEventHub = e2;
|
|
32801
32837
|
const n2 = t2.timeNodeList.find((t3) => t3.type === "par" && t3.ctn.nodeType === "tmRoot");
|
|
32802
|
-
n2 && (this.tmRoot = new
|
|
32838
|
+
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
32839
|
var e3, i3, n3;
|
|
32804
32840
|
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
32841
|
}));
|
|
@@ -32813,7 +32849,7 @@ void main(void){
|
|
|
32813
32849
|
}
|
|
32814
32850
|
start() {
|
|
32815
32851
|
var t2, e2;
|
|
32816
|
-
return
|
|
32852
|
+
return by(this, void 0, void 0, function* () {
|
|
32817
32853
|
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
32854
|
});
|
|
32819
32855
|
}
|
|
@@ -32871,7 +32907,7 @@ void main(void){
|
|
|
32871
32907
|
this.globalEventHub.emit(t2);
|
|
32872
32908
|
}
|
|
32873
32909
|
}
|
|
32874
|
-
var
|
|
32910
|
+
var Ey = function(t2, e2, i2, n2) {
|
|
32875
32911
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
32876
32912
|
function s2(t3) {
|
|
32877
32913
|
try {
|
|
@@ -32896,7 +32932,7 @@ void main(void){
|
|
|
32896
32932
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
32897
32933
|
});
|
|
32898
32934
|
};
|
|
32899
|
-
class
|
|
32935
|
+
class Sy extends g_ {
|
|
32900
32936
|
constructor(t2, e2, i2, n2) {
|
|
32901
32937
|
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
32938
|
const r2 = new Jd();
|
|
@@ -32918,7 +32954,7 @@ void main(void){
|
|
|
32918
32954
|
render(t2) {
|
|
32919
32955
|
if (this.isRendered)
|
|
32920
32956
|
return;
|
|
32921
|
-
this.collectAnimatedIds().forEach((t3) => this.ctx.animatedIds.add(t3)), this.isRendered = true, super.render(t2), t2.addSubMTask(() =>
|
|
32957
|
+
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
32958
|
this.ctx.eventHub.emit("StageRenderEnd");
|
|
32923
32959
|
}), "@StageImpl[emit.StageRenderEnd]");
|
|
32924
32960
|
}
|
|
@@ -32941,7 +32977,7 @@ void main(void){
|
|
|
32941
32977
|
}), t2;
|
|
32942
32978
|
}
|
|
32943
32979
|
createTiming() {
|
|
32944
|
-
this.json.timing && !this.timing && (this.timing = new
|
|
32980
|
+
this.json.timing && !this.timing && (this.timing = new Ty(this.json.timing, this.ctx.timingEventHub, this.ctx));
|
|
32945
32981
|
}
|
|
32946
32982
|
startTiming() {
|
|
32947
32983
|
var t2;
|
|
@@ -33015,7 +33051,7 @@ void main(void){
|
|
|
33015
33051
|
(n2 = this.timing) === null || n2 === void 0 || n2.setInteractiveSeqState(t2, e2, i2);
|
|
33016
33052
|
}
|
|
33017
33053
|
setMediaState(t2, e2, i2) {
|
|
33018
|
-
return
|
|
33054
|
+
return Ey(this, void 0, void 0, function* () {
|
|
33019
33055
|
const n2 = this.ctx.medias[t2];
|
|
33020
33056
|
n2 && (e2 ? i2 ? (yield Pm(() => n2.clippedDuration > 0, 5e3), i2 < n2.clippedDuration && (n2.once("play", () => {
|
|
33021
33057
|
n2.seek(i2);
|
|
@@ -33027,7 +33063,7 @@ void main(void){
|
|
|
33027
33063
|
i2 && i2.seek(e2);
|
|
33028
33064
|
}
|
|
33029
33065
|
}
|
|
33030
|
-
class
|
|
33066
|
+
class wy {
|
|
33031
33067
|
constructor(t2) {
|
|
33032
33068
|
this.ticker = t2, this.tasks = [], this.couldRunning = false, this.applyNext = () => {
|
|
33033
33069
|
const t3 = this.tasks[0];
|
|
@@ -33050,7 +33086,7 @@ void main(void){
|
|
|
33050
33086
|
this.couldRunning = false;
|
|
33051
33087
|
}
|
|
33052
33088
|
}
|
|
33053
|
-
var
|
|
33089
|
+
var Ay = function(t2, e2, i2, n2) {
|
|
33054
33090
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
33055
33091
|
function s2(t3) {
|
|
33056
33092
|
try {
|
|
@@ -33075,8 +33111,8 @@ void main(void){
|
|
|
33075
33111
|
l2((n2 = n2.apply(t2, e2 || [])).next());
|
|
33076
33112
|
});
|
|
33077
33113
|
};
|
|
33078
|
-
const
|
|
33079
|
-
class
|
|
33114
|
+
const My = (t2) => new Promise((e2) => setTimeout(e2, t2));
|
|
33115
|
+
class Ry extends Za.a {
|
|
33080
33116
|
constructor(t2, e2, i2) {
|
|
33081
33117
|
super(), this.slideIndex = t2, this.taskId = e2, this.logger = i2, this.uuid = Mm(), this.isCancel = false, this.tasks = [];
|
|
33082
33118
|
}
|
|
@@ -33108,10 +33144,10 @@ void main(void){
|
|
|
33108
33144
|
}));
|
|
33109
33145
|
}
|
|
33110
33146
|
applyAll() {
|
|
33111
|
-
return
|
|
33147
|
+
return Ay(this, void 0, void 0, function* () {
|
|
33112
33148
|
for (; !this.tasks.every((t2) => t2.state === "finish"); )
|
|
33113
33149
|
if (this.tasks.some((t2) => t2.state === "running"))
|
|
33114
|
-
yield
|
|
33150
|
+
yield My(16);
|
|
33115
33151
|
else {
|
|
33116
33152
|
if (this.tasks.some((t2) => t2.state === "error"))
|
|
33117
33153
|
return;
|
|
@@ -33138,36 +33174,6 @@ void main(void){
|
|
|
33138
33174
|
});
|
|
33139
33175
|
}
|
|
33140
33176
|
}
|
|
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
33177
|
var Cy = function(t2, e2, i2, n2) {
|
|
33172
33178
|
return new (i2 || (i2 = Promise))(function(r2, o2) {
|
|
33173
33179
|
function s2(t3) {
|
|
@@ -33347,7 +33353,7 @@ void main(void){
|
|
|
33347
33353
|
};
|
|
33348
33354
|
class Oy {
|
|
33349
33355
|
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 =
|
|
33356
|
+
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
33357
|
}
|
|
33352
33358
|
setResourceData(t2, e2) {
|
|
33353
33359
|
this.taskId = t2, this.url = e2;
|
|
@@ -33386,7 +33392,7 @@ void main(void){
|
|
|
33386
33392
|
createStage(t2) {
|
|
33387
33393
|
const { task: e2 } = this.stageStates[t2];
|
|
33388
33394
|
e2.addMTask(() => {
|
|
33389
|
-
const i2 = this.stageJsons[t2], n2 = this.stageCtxs[t2], r2 = new
|
|
33395
|
+
const i2 = this.stageJsons[t2], n2 = this.stageCtxs[t2], r2 = new Sy(i2, n2, { x: 0, y: 0 }, e2);
|
|
33390
33396
|
return this.stageImpls[t2] = r2, Promise.resolve();
|
|
33391
33397
|
}, "@StagePool[createStage]");
|
|
33392
33398
|
}
|
|
@@ -33429,7 +33435,7 @@ void main(void){
|
|
|
33429
33435
|
preload(t2, e2 = false) {
|
|
33430
33436
|
if (this.stageImpls[t2] || this.stageStates[t2])
|
|
33431
33437
|
return Promise.resolve();
|
|
33432
|
-
const i2 = new
|
|
33438
|
+
const i2 = new Ry(t2, this.taskId, this.logger);
|
|
33433
33439
|
return i2.on("task-error", (t3, e3) => {
|
|
33434
33440
|
delete this.stageStates[e3], delete this.stageImpls[e3], delete this.stageCtxs[e3], this.errorChannel.emit("error", t3, e3);
|
|
33435
33441
|
}), 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) => {
|
|
@@ -33613,34 +33619,50 @@ void main(void){
|
|
|
33613
33619
|
const ky = { randomBar: "RandomLines", circle: "Shape", ripple: "Ripples", wipe: "Erase", dissolve: "Dissolve", morph: "Smooth", fade: "FadeInOut", push: "Push", split: "Separation", reveal: "Display", pull: "Uncover", cover: "Cover", flash: "Flash", checker: "Checkerboard", blinds: "WindowShades", curtains: "Curtain", fallOver: "Fall", drape: "Suspension", wheel: "Clock", comb: "Combing", warp: "Scale", peelOff: "PeelOff", flip: "Flip", gallery: "Gallery", switch: "Switch", prism: "Prism", doors: "Doors" }, Gy = { mainSeqStepChange: "mainSeqStepChange", mainSeqStateChange: "mainSeqStateChange", interactiveSeqStateChange: "interactiveSeqStateChange", interactiveSeqAction: "interactiveSeqAction", mainSeqStepStart: "mainSeqStepStart", mainSeqStepEnd: "mainSeqStepEnd", slideChange: "slideChange", renderStart: "renderStart", renderEnd: "renderEnd", hyperlinkTrigger: "hyperlinkTrigger", animateStart: "animateStart", animateEnd: "animateEnd", mediaSeek: "mediaSeek", mediaPlay: "mediaPlay", mediaPause: "mediaPause", mediaStop: "mediaStop", requestNextSlide: "requestNextSlide", requestPrevSlide: "requestPrevSlide", requestGotoSlide: "requestGotoSlide", userInput: "userInput", fullscreenChange: "fullscreenChange", changeLocalFullscreenState: "changeLocalFullscreenState" };
|
|
33614
33620
|
class Hy extends Za.a {
|
|
33615
33621
|
constructor(t2, e2 = {}) {
|
|
33616
|
-
super(), this.errorChannel = new Za.a(), this.transactionPlayer = null, this.isForward = true, this.drawCall = 0, this.scale = 1, this._isPaused = false, this.maxResolution = new Lh.g(0, 0), this.isNVIDIA = false, this.fps = new bm(), this.designWidth = 0, this.designHeight = 0, this.currentIndex = 0, this.slideCount = 0, this.runtime = { drawCall: 0, fps: 0 }, this.globalEventHub = new Za.a(), this.globalVideoSprite = new ep(), this.onMousemoveTimeout = null, this.cacheFunctionMap = /* @__PURE__ */ new Map(), this.isPlayerPaused = () => this._isPaused, this.onWebGLLost = () => {
|
|
33622
|
+
super(), this.errorChannel = new Za.a(), this.transactionPlayer = null, this.isForward = true, this.drawCall = 0, this.scale = 1, this._isPaused = false, this.maxResolution = new Lh.g(0, 0), this.isNVIDIA = false, this.fps = new bm(), this.designWidth = 0, this.designHeight = 0, this.currentIndex = 0, this.slideCount = 0, this.runtime = { drawCall: 0, fps: 0 }, this.globalEventHub = new Za.a(), this.globalVideoBackground = new Jd(), this.globalVideoSprite = new ep(), this.onMousemoveTimeout = null, this.cacheFunctionMap = /* @__PURE__ */ new Map(), this.isPlayerPaused = () => this._isPaused, this.onWebGLLost = () => {
|
|
33617
33623
|
this.errorChannel.emit("error", new Tm(gm.CanvasCrash, "webgl context lost."));
|
|
33618
33624
|
}, this.fullscreenOnMousemove = ({ index: t3, targetId: e3 }) => {
|
|
33619
33625
|
this.globalEventHub.emit("controllerShowStatusChange", { slideIndex: t3, targetId: e3, status: true }), this.onMousemoveTimeout && clearTimeout(this.onMousemoveTimeout), this.onMousemoveTimeout = setTimeout(() => {
|
|
33620
33626
|
this.globalEventHub.emit("controllerShowStatusChange", { slideIndex: t3, targetId: e3, status: false });
|
|
33621
|
-
},
|
|
33627
|
+
}, s_.hoverHiddeDelay);
|
|
33622
33628
|
}, this.fullscreenOnMouseleave = ({ index: t3, targetId: e3 }) => {
|
|
33623
33629
|
this.globalEventHub.emit("controllerShowStatusChange", { slideIndex: t3, targetId: e3, status: false });
|
|
33630
|
+
}, this.calculateFullscreenVideoPosition = (t3) => {
|
|
33631
|
+
const { width: e3, height: i3 } = t3, { designWidth: n3, designHeight: r2 } = this, o2 = Math.min(n3 / e3, r2 / i3);
|
|
33632
|
+
return { x: (n3 - e3 * o2) / 2, y: (r2 - i3 * o2) / 2, width: e3 * o2, height: i3 * o2 };
|
|
33624
33633
|
}, this.onRequestFullscreenVideo = (t3) => {
|
|
33625
33634
|
const { texture: e3, index: i3, targetId: n3 } = t3;
|
|
33626
33635
|
if (i3 !== this.currentIndex)
|
|
33627
|
-
return;
|
|
33628
|
-
this.onRequestCancelFullscreenVideo(), this.
|
|
33629
|
-
const r2
|
|
33630
|
-
|
|
33631
|
-
|
|
33632
|
-
|
|
33633
|
-
|
|
33634
|
-
this.fullscreenOnMousemove({ index: i3, targetId: n3 });
|
|
33635
|
-
} };
|
|
33636
|
-
this.app.view.addEventListener("pointermove", o2, false);
|
|
33637
|
-
const s2 = { handleEvent: () => {
|
|
33638
|
-
this.fullscreenOnMouseleave({ index: i3, targetId: n3 });
|
|
33636
|
+
return void e3.destroy(false);
|
|
33637
|
+
this.onRequestCancelFullscreenVideo(), this.globalVideoBackground.width = this.designWidth, this.globalVideoBackground.height = this.designHeight, this.globalVideoBackground.beginFill(0, 1), this.globalVideoBackground.drawRect(0, 0, this.designWidth, this.designHeight), this.globalVideoBackground.endFill(), this.globalVideoBackground.interactive = true, this.app.stage.addChild(this.globalVideoBackground);
|
|
33638
|
+
const { x: r2, y: o2, width: s2, height: a2 } = this.calculateFullscreenVideoPosition(e3);
|
|
33639
|
+
this.globalVideoSprite.texture = e3, this.globalVideoSprite.width = s2, this.globalVideoSprite.height = a2, this.globalVideoSprite.position.x = r2, this.globalVideoSprite.position.y = o2, this.globalVideoBackground.addChild(this.globalVideoSprite), this.globalEventHub.emit("onFullscreenChange", { status: true, targetId: n3, slideIndex: this.currentIndex }), this.clearFullscreenEventListenersWithAppView();
|
|
33640
|
+
const l2 = { handleEvent: () => {
|
|
33641
|
+
var t4;
|
|
33642
|
+
(t4 = this.currentStage) === null || t4 === void 0 || t4.ctx.eventHub.emit(Gy.userInput);
|
|
33639
33643
|
} };
|
|
33640
|
-
this.app.view.addEventListener("
|
|
33644
|
+
if (this.app.view.addEventListener("pointerdown", l2, false), this.cacheFunctionMap.set("pointerdown", l2), n_.isDesktop()) {
|
|
33645
|
+
const t4 = { handleEvent: () => {
|
|
33646
|
+
this.fullscreenOnMouseleave({ index: i3, targetId: n3 });
|
|
33647
|
+
} };
|
|
33648
|
+
this.app.view.addEventListener("mouseout", t4, false);
|
|
33649
|
+
const e4 = { handleEvent: () => {
|
|
33650
|
+
this.globalEventHub.emit("controllerShowStatusChange", { slideIndex: i3, targetId: n3, status: true });
|
|
33651
|
+
} };
|
|
33652
|
+
this.app.view.addEventListener("mouseover", e4, false);
|
|
33653
|
+
const r3 = { handleEvent: () => {
|
|
33654
|
+
this.fullscreenOnMousemove({ index: i3, targetId: n3 });
|
|
33655
|
+
} };
|
|
33656
|
+
this.app.view.addEventListener("mousemove", r3, false), this.cacheFunctionMap.set("mouseover", e4), this.cacheFunctionMap.set("mousemove", r3), this.cacheFunctionMap.set("mouseout", t4);
|
|
33657
|
+
} else {
|
|
33658
|
+
const t4 = { handleEvent: () => {
|
|
33659
|
+
this.fullscreenOnMousemove({ index: i3, targetId: n3 });
|
|
33660
|
+
} };
|
|
33661
|
+
this.app.view.addEventListener("touchstart", t4, false), this.cacheFunctionMap.set("touchstart", t4);
|
|
33662
|
+
}
|
|
33641
33663
|
}, this.onRequestCancelFullscreenVideo = (t3 = false) => {
|
|
33642
33664
|
var e3, i3;
|
|
33643
|
-
this.globalVideoSprite.texture.destroy(false), this.app.stage.removeChild(this.
|
|
33665
|
+
this.globalVideoSprite.texture.destroy(false), this.globalVideoBackground.removeChild(this.globalVideoSprite), this.app.stage.removeChild(this.globalVideoBackground), 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 });
|
|
33644
33666
|
}, this.logger = t2.logger, this.mode = t2.mode, this.volumeAdjuster = t2.volumeAdjuster, this.localStorage = new Ly(this.logger), this.cachedExtract = new Fy(this.localStorage), this.config = { minFPS: $a()(e2.minFPS) ? 30 : e2.minFPS, maxFPS: $a()(e2.maxFPS) ? 40 : e2.maxFPS, resolution: $a()(e2.resolution) ? 1 : e2.resolution, autoFPS: !$a()(e2.autoFPS) && e2.autoFPS, autoResolution: !$a()(e2.autoResolution) && e2.autoResolution, transactionBgColor: $a()(e2.transactionBgColor) ? 0 : e2.transactionBgColor, maxResolutionLevel: this.getMaxResolution(e2.maxResolutionLevel), forceCanvas: !$a()(e2.forceCanvas) && e2.forceCanvas, enableNvidiaDetect: !$a()(e2.enableNvidiaDetect) && e2.enableNvidiaDetect }, this.updateMaxResolutionLevel(this.config.maxResolutionLevel), this.loader = new Lm(this.localStorage, t2.useLocalCache, this.logger, t2.resourceTimeout, t2.loadDelegate);
|
|
33645
33667
|
const i2 = Ph.isWebGLSupported();
|
|
33646
33668
|
this.app = new Xh({ antialias: true, autoDensity: false, backgroundColor: 16777215, forceCanvas: this.config.forceCanvas || !i2 }), this.updateConfig(this.config), this.app.ticker.maxFPS = 60, this.app.ticker.minFPS = this.config.minFPS, this.app.ticker.maxFPS = this.config.maxFPS, this.app.view.style.zIndex = "1", this.app.stage.sortableChildren = true;
|
|
@@ -33833,7 +33855,7 @@ void main(void){
|
|
|
33833
33855
|
}
|
|
33834
33856
|
updateResolution(t2, e2) {
|
|
33835
33857
|
this.app.ticker.addOnce(() => {
|
|
33836
|
-
let i2 =
|
|
33858
|
+
let i2 = n_.isDesktop() ? t2 : 1;
|
|
33837
33859
|
for (; i2 * this.designWidth > this.maxResolution.x || i2 * this.designHeight > this.maxResolution.y; )
|
|
33838
33860
|
i2 -= 0.1;
|
|
33839
33861
|
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 +33962,9 @@ void main(void){
|
|
|
33940
33962
|
});
|
|
33941
33963
|
}
|
|
33942
33964
|
clearFullscreenEventListenersWithAppView() {
|
|
33943
|
-
|
|
33965
|
+
["mousemove", "mouseout", "mouseover", "touchstart", "pointerdown"].forEach((t2) => {
|
|
33966
|
+
this.cacheFunctionMap.has(t2) && (this.app.view.removeEventListener(t2, this.cacheFunctionMap.get(t2), false), this.cacheFunctionMap.delete(t2));
|
|
33967
|
+
});
|
|
33944
33968
|
}
|
|
33945
33969
|
syncFullscreenVideoState(t2) {
|
|
33946
33970
|
this.globalEventHub.emit("syncFullscreenVideoState", t2);
|
|
@@ -33963,7 +33987,7 @@ void main(void){
|
|
|
33963
33987
|
}
|
|
33964
33988
|
}
|
|
33965
33989
|
}
|
|
33966
|
-
Hy.platform =
|
|
33990
|
+
Hy.platform = n_, Hy.RtcAudioClazz = null;
|
|
33967
33991
|
var jy = /* @__PURE__ */ new Map();
|
|
33968
33992
|
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
33993
|
!function(t2) {
|
|
@@ -35661,7 +35685,7 @@ void main(void){
|
|
|
35661
35685
|
}
|
|
35662
35686
|
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
35687
|
try {
|
|
35664
|
-
uT = "0.10.3-beta.
|
|
35688
|
+
uT = "0.10.3-beta.3";
|
|
35665
35689
|
} catch (t2) {
|
|
35666
35690
|
uT = "dev-";
|
|
35667
35691
|
}
|
|
@@ -38731,7 +38755,7 @@ class SlidePreviewer {
|
|
|
38731
38755
|
}
|
|
38732
38756
|
}
|
|
38733
38757
|
const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
|
|
38734
|
-
const version = "0.2.31-beta.
|
|
38758
|
+
const version = "0.2.31-beta.4";
|
|
38735
38759
|
const SlideApp = {
|
|
38736
38760
|
kind: "Slide",
|
|
38737
38761
|
setup(context) {
|