@lazycatcloud/lzc-video-player 0.0.39 → 0.0.41
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/browser-ponyfill.4e5aa840.js +338 -0
- package/dist/components/Dialog/index.vue.d.ts +3 -3
- package/dist/components/MultipleEdit/choose.vue.d.ts +3 -3
- package/dist/components/PlayList/index.vue.d.ts +5 -5
- package/dist/components/Spectrum/index.vue.d.ts +1 -1
- package/dist/components/Video/components/LzcModal/components/simpleList.vue.d.ts +5 -5
- package/dist/components/Video/components/LzcModal/index.vue.d.ts +3 -3
- package/dist/components/Video/components/LzcModal/list.vue.d.ts +3 -3
- package/dist/components/Video/components/LzcModal/playrate.vue.d.ts +3 -3
- package/dist/components/Video/components/LzcModal/resolution.vue.d.ts +3 -3
- package/dist/components/Video/components/LzcModal/useModal.d.ts +1 -1
- package/dist/components/Video/components/LzcOverlay/cast.vue.d.ts +4 -4
- package/dist/components/Video/components/LzcOverlay/casting.vue.d.ts +3 -3
- package/dist/components/Video/components/LzcOverlay/error.vue.d.ts +3 -3
- package/dist/components/Video/components/LzcOverlay/index.vue.d.ts +3 -3
- package/dist/components/Video/components/LzcOverlay/playing.vue.d.ts +3 -3
- package/dist/components/Video/components/LzcOverlay/playingButtons.vue.d.ts +3 -3
- package/dist/components/Video/components/LzcOverlay/playingLayout.vue.d.ts +3 -3
- package/dist/components/Video/components/LzcOverlay/useCommon.d.ts +1 -1
- package/dist/components/Video/index.vue.d.ts +6 -6
- package/dist/i18n/index.d.ts +10 -0
- package/dist/lzc-video-player.e704f59c.js +90031 -0
- package/dist/lzc-video-player.js +5 -87501
- package/dist/use/useKeyBind.d.ts +1 -1
- package/dist/use/useMultipleEdit.d.ts +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
import { c as R } from "./lzc-video-player.e704f59c.js";
|
|
2
|
+
function G(w, d) {
|
|
3
|
+
for (var b = 0; b < d.length; b++) {
|
|
4
|
+
const y = d[b];
|
|
5
|
+
if (typeof y != "string" && !Array.isArray(y)) {
|
|
6
|
+
for (const h in y)
|
|
7
|
+
if (h !== "default" && !(h in w)) {
|
|
8
|
+
const p = Object.getOwnPropertyDescriptor(y, h);
|
|
9
|
+
p && Object.defineProperty(w, h, p.get ? p : {
|
|
10
|
+
enumerable: !0,
|
|
11
|
+
get: () => y[h]
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
return Object.freeze(Object.defineProperty(w, Symbol.toStringTag, { value: "Module" }));
|
|
17
|
+
}
|
|
18
|
+
var A = { exports: {} };
|
|
19
|
+
(function(w, d) {
|
|
20
|
+
var b = typeof globalThis < "u" && globalThis || typeof self < "u" && self || typeof R < "u" && R, y = function() {
|
|
21
|
+
function p() {
|
|
22
|
+
this.fetch = !1, this.DOMException = b.DOMException;
|
|
23
|
+
}
|
|
24
|
+
return p.prototype = b, new p();
|
|
25
|
+
}();
|
|
26
|
+
(function(p) {
|
|
27
|
+
(function(u) {
|
|
28
|
+
var a = typeof p < "u" && p || typeof self < "u" && self || typeof a < "u" && a, f = {
|
|
29
|
+
searchParams: "URLSearchParams" in a,
|
|
30
|
+
iterable: "Symbol" in a && "iterator" in Symbol,
|
|
31
|
+
blob: "FileReader" in a && "Blob" in a && function() {
|
|
32
|
+
try {
|
|
33
|
+
return new Blob(), !0;
|
|
34
|
+
} catch {
|
|
35
|
+
return !1;
|
|
36
|
+
}
|
|
37
|
+
}(),
|
|
38
|
+
formData: "FormData" in a,
|
|
39
|
+
arrayBuffer: "ArrayBuffer" in a
|
|
40
|
+
};
|
|
41
|
+
function U(e) {
|
|
42
|
+
return e && DataView.prototype.isPrototypeOf(e);
|
|
43
|
+
}
|
|
44
|
+
if (f.arrayBuffer)
|
|
45
|
+
var j = [
|
|
46
|
+
"[object Int8Array]",
|
|
47
|
+
"[object Uint8Array]",
|
|
48
|
+
"[object Uint8ClampedArray]",
|
|
49
|
+
"[object Int16Array]",
|
|
50
|
+
"[object Uint16Array]",
|
|
51
|
+
"[object Int32Array]",
|
|
52
|
+
"[object Uint32Array]",
|
|
53
|
+
"[object Float32Array]",
|
|
54
|
+
"[object Float64Array]"
|
|
55
|
+
], S = ArrayBuffer.isView || function(e) {
|
|
56
|
+
return e && j.indexOf(Object.prototype.toString.call(e)) > -1;
|
|
57
|
+
};
|
|
58
|
+
function v(e) {
|
|
59
|
+
if (typeof e != "string" && (e = String(e)), /[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e) || e === "")
|
|
60
|
+
throw new TypeError('Invalid character in header field name: "' + e + '"');
|
|
61
|
+
return e.toLowerCase();
|
|
62
|
+
}
|
|
63
|
+
function E(e) {
|
|
64
|
+
return typeof e != "string" && (e = String(e)), e;
|
|
65
|
+
}
|
|
66
|
+
function T(e) {
|
|
67
|
+
var t = {
|
|
68
|
+
next: function() {
|
|
69
|
+
var r = e.shift();
|
|
70
|
+
return { done: r === void 0, value: r };
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
return f.iterable && (t[Symbol.iterator] = function() {
|
|
74
|
+
return t;
|
|
75
|
+
}), t;
|
|
76
|
+
}
|
|
77
|
+
function s(e) {
|
|
78
|
+
this.map = {}, e instanceof s ? e.forEach(function(t, r) {
|
|
79
|
+
this.append(r, t);
|
|
80
|
+
}, this) : Array.isArray(e) ? e.forEach(function(t) {
|
|
81
|
+
this.append(t[0], t[1]);
|
|
82
|
+
}, this) : e && Object.getOwnPropertyNames(e).forEach(function(t) {
|
|
83
|
+
this.append(t, e[t]);
|
|
84
|
+
}, this);
|
|
85
|
+
}
|
|
86
|
+
s.prototype.append = function(e, t) {
|
|
87
|
+
e = v(e), t = E(t);
|
|
88
|
+
var r = this.map[e];
|
|
89
|
+
this.map[e] = r ? r + ", " + t : t;
|
|
90
|
+
}, s.prototype.delete = function(e) {
|
|
91
|
+
delete this.map[v(e)];
|
|
92
|
+
}, s.prototype.get = function(e) {
|
|
93
|
+
return e = v(e), this.has(e) ? this.map[e] : null;
|
|
94
|
+
}, s.prototype.has = function(e) {
|
|
95
|
+
return this.map.hasOwnProperty(v(e));
|
|
96
|
+
}, s.prototype.set = function(e, t) {
|
|
97
|
+
this.map[v(e)] = E(t);
|
|
98
|
+
}, s.prototype.forEach = function(e, t) {
|
|
99
|
+
for (var r in this.map)
|
|
100
|
+
this.map.hasOwnProperty(r) && e.call(t, this.map[r], r, this);
|
|
101
|
+
}, s.prototype.keys = function() {
|
|
102
|
+
var e = [];
|
|
103
|
+
return this.forEach(function(t, r) {
|
|
104
|
+
e.push(r);
|
|
105
|
+
}), T(e);
|
|
106
|
+
}, s.prototype.values = function() {
|
|
107
|
+
var e = [];
|
|
108
|
+
return this.forEach(function(t) {
|
|
109
|
+
e.push(t);
|
|
110
|
+
}), T(e);
|
|
111
|
+
}, s.prototype.entries = function() {
|
|
112
|
+
var e = [];
|
|
113
|
+
return this.forEach(function(t, r) {
|
|
114
|
+
e.push([r, t]);
|
|
115
|
+
}), T(e);
|
|
116
|
+
}, f.iterable && (s.prototype[Symbol.iterator] = s.prototype.entries);
|
|
117
|
+
function B(e) {
|
|
118
|
+
if (e.bodyUsed)
|
|
119
|
+
return Promise.reject(new TypeError("Already read"));
|
|
120
|
+
e.bodyUsed = !0;
|
|
121
|
+
}
|
|
122
|
+
function P(e) {
|
|
123
|
+
return new Promise(function(t, r) {
|
|
124
|
+
e.onload = function() {
|
|
125
|
+
t(e.result);
|
|
126
|
+
}, e.onerror = function() {
|
|
127
|
+
r(e.error);
|
|
128
|
+
};
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
function F(e) {
|
|
132
|
+
var t = new FileReader(), r = P(t);
|
|
133
|
+
return t.readAsArrayBuffer(e), r;
|
|
134
|
+
}
|
|
135
|
+
function I(e) {
|
|
136
|
+
var t = new FileReader(), r = P(t);
|
|
137
|
+
return t.readAsText(e), r;
|
|
138
|
+
}
|
|
139
|
+
function M(e) {
|
|
140
|
+
for (var t = new Uint8Array(e), r = new Array(t.length), n = 0; n < t.length; n++)
|
|
141
|
+
r[n] = String.fromCharCode(t[n]);
|
|
142
|
+
return r.join("");
|
|
143
|
+
}
|
|
144
|
+
function D(e) {
|
|
145
|
+
if (e.slice)
|
|
146
|
+
return e.slice(0);
|
|
147
|
+
var t = new Uint8Array(e.byteLength);
|
|
148
|
+
return t.set(new Uint8Array(e)), t.buffer;
|
|
149
|
+
}
|
|
150
|
+
function x() {
|
|
151
|
+
return this.bodyUsed = !1, this._initBody = function(e) {
|
|
152
|
+
this.bodyUsed = this.bodyUsed, this._bodyInit = e, e ? typeof e == "string" ? this._bodyText = e : f.blob && Blob.prototype.isPrototypeOf(e) ? this._bodyBlob = e : f.formData && FormData.prototype.isPrototypeOf(e) ? this._bodyFormData = e : f.searchParams && URLSearchParams.prototype.isPrototypeOf(e) ? this._bodyText = e.toString() : f.arrayBuffer && f.blob && U(e) ? (this._bodyArrayBuffer = D(e.buffer), this._bodyInit = new Blob([this._bodyArrayBuffer])) : f.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(e) || S(e)) ? this._bodyArrayBuffer = D(e) : this._bodyText = e = Object.prototype.toString.call(e) : this._bodyText = "", this.headers.get("content-type") || (typeof e == "string" ? this.headers.set("content-type", "text/plain;charset=UTF-8") : this._bodyBlob && this._bodyBlob.type ? this.headers.set("content-type", this._bodyBlob.type) : f.searchParams && URLSearchParams.prototype.isPrototypeOf(e) && this.headers.set("content-type", "application/x-www-form-urlencoded;charset=UTF-8"));
|
|
153
|
+
}, f.blob && (this.blob = function() {
|
|
154
|
+
var e = B(this);
|
|
155
|
+
if (e)
|
|
156
|
+
return e;
|
|
157
|
+
if (this._bodyBlob)
|
|
158
|
+
return Promise.resolve(this._bodyBlob);
|
|
159
|
+
if (this._bodyArrayBuffer)
|
|
160
|
+
return Promise.resolve(new Blob([this._bodyArrayBuffer]));
|
|
161
|
+
if (this._bodyFormData)
|
|
162
|
+
throw new Error("could not read FormData body as blob");
|
|
163
|
+
return Promise.resolve(new Blob([this._bodyText]));
|
|
164
|
+
}, this.arrayBuffer = function() {
|
|
165
|
+
if (this._bodyArrayBuffer) {
|
|
166
|
+
var e = B(this);
|
|
167
|
+
return e || (ArrayBuffer.isView(this._bodyArrayBuffer) ? Promise.resolve(
|
|
168
|
+
this._bodyArrayBuffer.buffer.slice(
|
|
169
|
+
this._bodyArrayBuffer.byteOffset,
|
|
170
|
+
this._bodyArrayBuffer.byteOffset + this._bodyArrayBuffer.byteLength
|
|
171
|
+
)
|
|
172
|
+
) : Promise.resolve(this._bodyArrayBuffer));
|
|
173
|
+
} else
|
|
174
|
+
return this.blob().then(F);
|
|
175
|
+
}), this.text = function() {
|
|
176
|
+
var e = B(this);
|
|
177
|
+
if (e)
|
|
178
|
+
return e;
|
|
179
|
+
if (this._bodyBlob)
|
|
180
|
+
return I(this._bodyBlob);
|
|
181
|
+
if (this._bodyArrayBuffer)
|
|
182
|
+
return Promise.resolve(M(this._bodyArrayBuffer));
|
|
183
|
+
if (this._bodyFormData)
|
|
184
|
+
throw new Error("could not read FormData body as text");
|
|
185
|
+
return Promise.resolve(this._bodyText);
|
|
186
|
+
}, f.formData && (this.formData = function() {
|
|
187
|
+
return this.text().then(L);
|
|
188
|
+
}), this.json = function() {
|
|
189
|
+
return this.text().then(JSON.parse);
|
|
190
|
+
}, this;
|
|
191
|
+
}
|
|
192
|
+
var H = ["DELETE", "GET", "HEAD", "OPTIONS", "POST", "PUT"];
|
|
193
|
+
function q(e) {
|
|
194
|
+
var t = e.toUpperCase();
|
|
195
|
+
return H.indexOf(t) > -1 ? t : e;
|
|
196
|
+
}
|
|
197
|
+
function m(e, t) {
|
|
198
|
+
if (!(this instanceof m))
|
|
199
|
+
throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
|
|
200
|
+
t = t || {};
|
|
201
|
+
var r = t.body;
|
|
202
|
+
if (e instanceof m) {
|
|
203
|
+
if (e.bodyUsed)
|
|
204
|
+
throw new TypeError("Already read");
|
|
205
|
+
this.url = e.url, this.credentials = e.credentials, t.headers || (this.headers = new s(e.headers)), this.method = e.method, this.mode = e.mode, this.signal = e.signal, !r && e._bodyInit != null && (r = e._bodyInit, e.bodyUsed = !0);
|
|
206
|
+
} else
|
|
207
|
+
this.url = String(e);
|
|
208
|
+
if (this.credentials = t.credentials || this.credentials || "same-origin", (t.headers || !this.headers) && (this.headers = new s(t.headers)), this.method = q(t.method || this.method || "GET"), this.mode = t.mode || this.mode || null, this.signal = t.signal || this.signal, this.referrer = null, (this.method === "GET" || this.method === "HEAD") && r)
|
|
209
|
+
throw new TypeError("Body not allowed for GET or HEAD requests");
|
|
210
|
+
if (this._initBody(r), (this.method === "GET" || this.method === "HEAD") && (t.cache === "no-store" || t.cache === "no-cache")) {
|
|
211
|
+
var n = /([?&])_=[^&]*/;
|
|
212
|
+
if (n.test(this.url))
|
|
213
|
+
this.url = this.url.replace(n, "$1_=" + new Date().getTime());
|
|
214
|
+
else {
|
|
215
|
+
var i = /\?/;
|
|
216
|
+
this.url += (i.test(this.url) ? "&" : "?") + "_=" + new Date().getTime();
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
m.prototype.clone = function() {
|
|
221
|
+
return new m(this, { body: this._bodyInit });
|
|
222
|
+
};
|
|
223
|
+
function L(e) {
|
|
224
|
+
var t = new FormData();
|
|
225
|
+
return e.trim().split("&").forEach(function(r) {
|
|
226
|
+
if (r) {
|
|
227
|
+
var n = r.split("="), i = n.shift().replace(/\+/g, " "), o = n.join("=").replace(/\+/g, " ");
|
|
228
|
+
t.append(decodeURIComponent(i), decodeURIComponent(o));
|
|
229
|
+
}
|
|
230
|
+
}), t;
|
|
231
|
+
}
|
|
232
|
+
function C(e) {
|
|
233
|
+
var t = new s(), r = e.replace(/\r?\n[\t ]+/g, " ");
|
|
234
|
+
return r.split("\r").map(function(n) {
|
|
235
|
+
return n.indexOf(`
|
|
236
|
+
`) === 0 ? n.substr(1, n.length) : n;
|
|
237
|
+
}).forEach(function(n) {
|
|
238
|
+
var i = n.split(":"), o = i.shift().trim();
|
|
239
|
+
if (o) {
|
|
240
|
+
var _ = i.join(":").trim();
|
|
241
|
+
t.append(o, _);
|
|
242
|
+
}
|
|
243
|
+
}), t;
|
|
244
|
+
}
|
|
245
|
+
x.call(m.prototype);
|
|
246
|
+
function l(e, t) {
|
|
247
|
+
if (!(this instanceof l))
|
|
248
|
+
throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
|
|
249
|
+
t || (t = {}), this.type = "default", this.status = t.status === void 0 ? 200 : t.status, this.ok = this.status >= 200 && this.status < 300, this.statusText = t.statusText === void 0 ? "" : "" + t.statusText, this.headers = new s(t.headers), this.url = t.url || "", this._initBody(e);
|
|
250
|
+
}
|
|
251
|
+
x.call(l.prototype), l.prototype.clone = function() {
|
|
252
|
+
return new l(this._bodyInit, {
|
|
253
|
+
status: this.status,
|
|
254
|
+
statusText: this.statusText,
|
|
255
|
+
headers: new s(this.headers),
|
|
256
|
+
url: this.url
|
|
257
|
+
});
|
|
258
|
+
}, l.error = function() {
|
|
259
|
+
var e = new l(null, { status: 0, statusText: "" });
|
|
260
|
+
return e.type = "error", e;
|
|
261
|
+
};
|
|
262
|
+
var k = [301, 302, 303, 307, 308];
|
|
263
|
+
l.redirect = function(e, t) {
|
|
264
|
+
if (k.indexOf(t) === -1)
|
|
265
|
+
throw new RangeError("Invalid status code");
|
|
266
|
+
return new l(null, { status: t, headers: { location: e } });
|
|
267
|
+
}, u.DOMException = a.DOMException;
|
|
268
|
+
try {
|
|
269
|
+
new u.DOMException();
|
|
270
|
+
} catch {
|
|
271
|
+
u.DOMException = function(t, r) {
|
|
272
|
+
this.message = t, this.name = r;
|
|
273
|
+
var n = Error(t);
|
|
274
|
+
this.stack = n.stack;
|
|
275
|
+
}, u.DOMException.prototype = Object.create(Error.prototype), u.DOMException.prototype.constructor = u.DOMException;
|
|
276
|
+
}
|
|
277
|
+
function O(e, t) {
|
|
278
|
+
return new Promise(function(r, n) {
|
|
279
|
+
var i = new m(e, t);
|
|
280
|
+
if (i.signal && i.signal.aborted)
|
|
281
|
+
return n(new u.DOMException("Aborted", "AbortError"));
|
|
282
|
+
var o = new XMLHttpRequest();
|
|
283
|
+
function _() {
|
|
284
|
+
o.abort();
|
|
285
|
+
}
|
|
286
|
+
o.onload = function() {
|
|
287
|
+
var c = {
|
|
288
|
+
status: o.status,
|
|
289
|
+
statusText: o.statusText,
|
|
290
|
+
headers: C(o.getAllResponseHeaders() || "")
|
|
291
|
+
};
|
|
292
|
+
c.url = "responseURL" in o ? o.responseURL : c.headers.get("X-Request-URL");
|
|
293
|
+
var g = "response" in o ? o.response : o.responseText;
|
|
294
|
+
setTimeout(function() {
|
|
295
|
+
r(new l(g, c));
|
|
296
|
+
}, 0);
|
|
297
|
+
}, o.onerror = function() {
|
|
298
|
+
setTimeout(function() {
|
|
299
|
+
n(new TypeError("Network request failed"));
|
|
300
|
+
}, 0);
|
|
301
|
+
}, o.ontimeout = function() {
|
|
302
|
+
setTimeout(function() {
|
|
303
|
+
n(new TypeError("Network request failed"));
|
|
304
|
+
}, 0);
|
|
305
|
+
}, o.onabort = function() {
|
|
306
|
+
setTimeout(function() {
|
|
307
|
+
n(new u.DOMException("Aborted", "AbortError"));
|
|
308
|
+
}, 0);
|
|
309
|
+
};
|
|
310
|
+
function N(c) {
|
|
311
|
+
try {
|
|
312
|
+
return c === "" && a.location.href ? a.location.href : c;
|
|
313
|
+
} catch {
|
|
314
|
+
return c;
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
o.open(i.method, N(i.url), !0), i.credentials === "include" ? o.withCredentials = !0 : i.credentials === "omit" && (o.withCredentials = !1), "responseType" in o && (f.blob ? o.responseType = "blob" : f.arrayBuffer && i.headers.get("Content-Type") && i.headers.get("Content-Type").indexOf("application/octet-stream") !== -1 && (o.responseType = "arraybuffer")), t && typeof t.headers == "object" && !(t.headers instanceof s) ? Object.getOwnPropertyNames(t.headers).forEach(function(c) {
|
|
318
|
+
o.setRequestHeader(c, E(t.headers[c]));
|
|
319
|
+
}) : i.headers.forEach(function(c, g) {
|
|
320
|
+
o.setRequestHeader(g, c);
|
|
321
|
+
}), i.signal && (i.signal.addEventListener("abort", _), o.onreadystatechange = function() {
|
|
322
|
+
o.readyState === 4 && i.signal.removeEventListener("abort", _);
|
|
323
|
+
}), o.send(typeof i._bodyInit > "u" ? null : i._bodyInit);
|
|
324
|
+
});
|
|
325
|
+
}
|
|
326
|
+
return O.polyfill = !0, a.fetch || (a.fetch = O, a.Headers = s, a.Request = m, a.Response = l), u.Headers = s, u.Request = m, u.Response = l, u.fetch = O, u;
|
|
327
|
+
})({});
|
|
328
|
+
})(y), y.fetch.ponyfill = !0, delete y.fetch.polyfill;
|
|
329
|
+
var h = b.fetch ? b : y;
|
|
330
|
+
d = h.fetch, d.default = h.fetch, d.fetch = h.fetch, d.Headers = h.Headers, d.Request = h.Request, d.Response = h.Response, w.exports = d;
|
|
331
|
+
})(A, A.exports);
|
|
332
|
+
const V = A.exports, $ = /* @__PURE__ */ G({
|
|
333
|
+
__proto__: null,
|
|
334
|
+
default: V
|
|
335
|
+
}, [A.exports]);
|
|
336
|
+
export {
|
|
337
|
+
$ as b
|
|
338
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
title: {
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
confirm: {
|
|
10
10
|
type: import("vue").PropType<() => void>;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
title: {
|
|
14
14
|
type: import("vue").PropType<string>;
|
|
15
15
|
required: true;
|
|
@@ -20,5 +20,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
confirm: {
|
|
21
21
|
type: import("vue").PropType<() => void>;
|
|
22
22
|
};
|
|
23
|
-
}
|
|
23
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
24
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
keyValue: {
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
required: true;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
type: import("vue").PropType<string[]>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
keyValue: {
|
|
12
12
|
type: import("vue").PropType<string>;
|
|
13
13
|
required: true;
|
|
@@ -16,5 +16,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
type: import("vue").PropType<string[]>;
|
|
17
17
|
required: true;
|
|
18
18
|
};
|
|
19
|
-
}
|
|
19
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { VideoInfo } from '../../model';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
player: {
|
|
4
4
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
5
5
|
};
|
|
@@ -7,10 +7,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
type: import("vue").PropType<(info: VideoInfo) => boolean>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
11
|
openVideo: (info: VideoInfo) => void;
|
|
12
12
|
back: () => void;
|
|
13
|
-
}, string, import("vue").
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
14
|
player: {
|
|
15
15
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
16
16
|
};
|
|
@@ -18,8 +18,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
type: import("vue").PropType<(info: VideoInfo) => boolean>;
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
|
-
}>> & {
|
|
21
|
+
}>> & Readonly<{
|
|
22
22
|
onOpenVideo?: ((info: VideoInfo) => any) | undefined;
|
|
23
23
|
onBack?: (() => any) | undefined;
|
|
24
|
-
}, {}>;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
items: {
|
|
3
3
|
type: import("vue").PropType<any[]>;
|
|
4
4
|
required: true;
|
|
@@ -7,9 +7,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
7
7
|
type: import("vue").PropType<(item: any, index: number) => boolean>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
11
|
select: (item: any) => void;
|
|
12
|
-
}, string, import("vue").
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
items: {
|
|
14
14
|
type: import("vue").PropType<any[]>;
|
|
15
15
|
required: true;
|
|
@@ -18,9 +18,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
18
18
|
type: import("vue").PropType<(item: any, index: number) => boolean>;
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
|
-
}>> & {
|
|
21
|
+
}>> & Readonly<{
|
|
22
22
|
onSelect?: ((item: any) => any) | undefined;
|
|
23
|
-
}, {}>, {
|
|
23
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
24
24
|
default?(_: {
|
|
25
25
|
data: {
|
|
26
26
|
item: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type videojs from "video.js";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
player: {
|
|
4
4
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
5
5
|
required: true;
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
type: import("vue").PropType<videojs.ModalDialog>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
player: {
|
|
13
13
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
14
14
|
required: true;
|
|
@@ -17,5 +17,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
type: import("vue").PropType<videojs.ModalDialog>;
|
|
18
18
|
required: true;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
player: {
|
|
3
3
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
player: {
|
|
8
8
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
player: {
|
|
3
3
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
player: {
|
|
8
8
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
player: {
|
|
3
3
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
player: {
|
|
8
8
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const activePage: import("vue").Ref<string>;
|
|
1
|
+
export declare const activePage: import("vue").Ref<string, string>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
player: {
|
|
3
3
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "ok")[], "hide" | "ok", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
player: {
|
|
8
8
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}>> & {
|
|
11
|
+
}>> & Readonly<{
|
|
12
12
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}, {}>;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
player: {
|
|
3
3
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
player: {
|
|
8
8
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
player: {
|
|
3
3
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
player: {
|
|
8
8
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
player: {
|
|
3
3
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
player: {
|
|
8
8
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
player: {
|
|
3
3
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
player: {
|
|
8
8
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
player: {
|
|
3
3
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
player: {
|
|
8
8
|
type: import("vue").PropType<import("video.js").VideoJsPlayer>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|