@vindral/web-sdk 4.2.0 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ABGzdpO4.js +1761 -0
- package/B7hT-BKr.js +32 -0
- package/B9WEkxkT.js +268 -0
- package/BsfwXDui.js +65 -0
- package/Bt-ONXfO.js +59 -0
- package/C01DcfYu.js +118 -0
- package/CF-41rJe.js +223 -0
- package/Cug44nXk.js +149 -0
- package/D5iA4gy8.js +143 -0
- package/Ddby8xU_.js +18624 -0
- package/DeYmk5AL.js +210 -0
- package/DrWNJwZx.js +35 -0
- package/DtpcQ7ay.js +166 -0
- package/FYiEDBC4.js +50 -0
- package/RxoWWyzp.js +25 -0
- package/ST3epwLf.js +4361 -0
- package/TRlsfsv0.js +11538 -0
- package/api-client.d.ts +3 -3
- package/api-client.js +2 -4
- package/cast-sender.d.ts +7 -7
- package/cast-sender.js +2 -230
- package/core.d.ts +35 -24
- package/core.js +3 -13
- package/legacy.d.ts +44 -33
- package/legacy.es.js +13703 -15261
- package/legacy.umd.js +1188 -15
- package/package.json +1 -1
- package/player.d.ts +60 -41
- package/player.js +4 -5476
- package/react.d.ts +53 -42
- package/react.js +0 -1
- package/vindral-player-component.js +5 -2
- package/BQEuFJLn.js +0 -206
- package/BoKiM5eL.js +0 -232
- package/CuhQLT-7.js +0 -254
- package/DBHv5ggB.js +0 -13182
- package/DGo74EDo.js +0 -59
- package/HT5RB929.js +0 -312
- package/h5LA1Y1W.js +0 -21750
package/B7hT-BKr.js
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/checkPrivateRedeclaration.js
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
if (t.has(e)) throw TypeError("Cannot initialize the same private elements twice on an object");
|
|
4
|
+
}
|
|
5
|
+
//#endregion
|
|
6
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateFieldInitSpec.js
|
|
7
|
+
function t(t, n, r) {
|
|
8
|
+
e(t, n), n.set(t, r);
|
|
9
|
+
}
|
|
10
|
+
//#endregion
|
|
11
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/assertClassBrand.js
|
|
12
|
+
function n(e, t, n) {
|
|
13
|
+
if (typeof e == "function" ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
|
|
14
|
+
throw TypeError("Private element is not present on this object");
|
|
15
|
+
}
|
|
16
|
+
//#endregion
|
|
17
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateFieldSet2.js
|
|
18
|
+
function r(e, t, r) {
|
|
19
|
+
return e.set(n(e, t), r), r;
|
|
20
|
+
}
|
|
21
|
+
//#endregion
|
|
22
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateFieldGet2.js
|
|
23
|
+
function i(e, t) {
|
|
24
|
+
return e.get(n(e, t));
|
|
25
|
+
}
|
|
26
|
+
//#endregion
|
|
27
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateMethodInitSpec.js
|
|
28
|
+
function a(t, n) {
|
|
29
|
+
e(t, n), n.add(t);
|
|
30
|
+
}
|
|
31
|
+
//#endregion
|
|
32
|
+
export { t as a, n as i, i as n, r, a as t };
|