@opendesign-plus-test/components 0.0.1-rc.36 → 0.0.1-rc.39
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/components.cjs.js +16 -16
- package/dist/components.css +1 -1
- package/dist/components.es.js +144 -150
- package/package.json +3 -3
- package/src/components/activity/OActivityApproval.vue +1 -1
- package/src/components/activity/composables/useActivityConfig.ts +3 -5
- package/src/components/events/OEventsApply.vue +1 -2
- package/src/components/events/OEventsCalendar.vue +10 -0
- package/src/components/meeting/OMeetingCalendar.vue +1 -1
package/dist/components.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as mt, computed as Ve, createElementBlock as U, openBlock as T, normalizeStyle as Ct, unref as p, renderSlot as Qe, ref as le, normalizeClass as $e, createBlock as ge, createCommentVNode as pe, toDisplayString as Q, withCtx as L, Fragment as Ae, renderList as Ue, createVNode as B, createElementVNode as w, createTextVNode as Ie, onMounted as Di, watch as
|
|
1
|
+
import { defineComponent as mt, computed as Ve, createElementBlock as U, openBlock as T, normalizeStyle as Ct, unref as p, renderSlot as Qe, ref as le, normalizeClass as $e, createBlock as ge, createCommentVNode as pe, toDisplayString as Q, withCtx as L, Fragment as Ae, renderList as Ue, createVNode as B, createElementVNode as w, createTextVNode as Ie, onMounted as Di, watch as St, Teleport as Qg, nextTick as Wt, withDirectives as ms, withKeys as Gl, withModifiers as Ds, vShow as Zg, Transition as Jg, reactive as y0, provide as e1, resolveDynamicComponent as Pi, resolveComponent as Wl, h as t1, onUnmounted as Xn, mergeProps as i1, resolveDirective as b0, useCssVars as s1, watchEffect as T0, createSlots as n1 } from "vue";
|
|
2
2
|
import { isBoolean as ad, isString as od, isUndefined as r1, OCarousel as ld, OCarouselItem as ud, OFigure as cd, OButton as yi, OIcon as Le, OIconClose as a1, ODialog as mn, OSwitch as ja, ODivider as Vi, OInput as As, ODropdown as wu, OBadge as dd, ODropdownItem as Ha, OConfigProvider as o1, isArray as l1, OLink as Dt, useMessage as Kn, OForm as Du, OFormItem as vt, OSelect as Is, OOption as Ls, OTextarea as Vr, OPopover as za, OScroller as gn, OCheckboxGroup as u1, OCheckbox as c1, OIconChevronDown as d1, OIconChevronUp as h1, OTag as qi, OPagination as Yl, OCollapse as Xr, OCollapseItem as Kr, OIconChevronLeft as qr, OIconChevronRight as Ui, OIconArrowLeft as go, OIconArrowRight as Au, ORadioGroup as Ga, ORadio as Pr, OToggle as f1, OIconSearch as p1, OCard as m1, isClient as g1, OTab as vo, OTabPane as _o, OIconTime as v1, ORow as _1, OCol as y1 } from "@opensig/opendesign";
|
|
3
3
|
import { useTheme as Qr, useScreen as Ni, useLocale as b1 } from "@opendesign-plus/composables";
|
|
4
4
|
import { _ as Jt, u as Bi, C as T1, c as x1, L as ku } from "./chunk-OElCookieNotice.es.js";
|
|
@@ -207,7 +207,7 @@ const k1 = /* @__PURE__ */ mt({
|
|
|
207
207
|
}, z = () => m.value ? A(b.value) !== Ea : (A(b.value) ?? "0") === o2, O = () => m.value ? A(b.value) === Ea : A(b.value) === pd;
|
|
208
208
|
Di(() => {
|
|
209
209
|
z() && I(!0);
|
|
210
|
-
}),
|
|
210
|
+
}), St(u, () => {
|
|
211
211
|
I(z());
|
|
212
212
|
});
|
|
213
213
|
const W = () => {
|
|
@@ -798,22 +798,22 @@ const gv = { name: "components-icon-header-back", render: mv }, vv = { class: "o
|
|
|
798
798
|
emits: ["update:modelValue", "update:historyItems", "clear", "search", "delete-history", "delete-history-item"],
|
|
799
799
|
setup(s, { emit: e }) {
|
|
800
800
|
const { lePadV: t } = Ni(), { t: i } = Bi(), n = s, r = e, a = le(n.modelValue), o = le(n.historyItems), u = le(!1), c = le(), m = Ve(() => !t.value && u.value || t.value && a.value);
|
|
801
|
-
|
|
801
|
+
St(
|
|
802
802
|
() => n.modelValue,
|
|
803
803
|
(I) => {
|
|
804
804
|
a.value !== I && (a.value = I);
|
|
805
805
|
}
|
|
806
|
-
),
|
|
806
|
+
), St(
|
|
807
807
|
() => a.value,
|
|
808
808
|
(I) => {
|
|
809
809
|
r("update:modelValue", I);
|
|
810
810
|
}
|
|
811
|
-
),
|
|
811
|
+
), St(
|
|
812
812
|
() => n.historyItems,
|
|
813
813
|
(I) => {
|
|
814
814
|
o.value !== I && (o.value = I);
|
|
815
815
|
}
|
|
816
|
-
),
|
|
816
|
+
), St(
|
|
817
817
|
() => o.value,
|
|
818
818
|
(I) => {
|
|
819
819
|
r("update:historyItems", I);
|
|
@@ -1520,11 +1520,7 @@ const C0 = { name: "meeting-icon-summit", render: w_ }, D_ = () => {
|
|
|
1520
1520
|
events: "rgba(var(--o-cyan-6))",
|
|
1521
1521
|
meeting: D_()
|
|
1522
1522
|
}, Hs = 0, Gs = 1, ks = 2, E0 = /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/, A_ = ["var(--o-color-primary1)", "var(--o-color-warning1)", "var(--o-color-success1)"], yo = () => {
|
|
1523
|
-
const { t: s
|
|
1524
|
-
yt(() => e.value, () => {
|
|
1525
|
-
console.log(e.value);
|
|
1526
|
-
});
|
|
1527
|
-
const t = Ve(() => /* @__PURE__ */ new Map([
|
|
1523
|
+
const { t: s } = Bi(), e = Ve(() => /* @__PURE__ */ new Map([
|
|
1528
1524
|
[
|
|
1529
1525
|
1,
|
|
1530
1526
|
{
|
|
@@ -1546,7 +1542,7 @@ const C0 = { name: "meeting-icon-summit", render: w_ }, D_ = () => {
|
|
|
1546
1542
|
value: 3
|
|
1547
1543
|
}
|
|
1548
1544
|
]
|
|
1549
|
-
])),
|
|
1545
|
+
])), t = Ve(() => /* @__PURE__ */ new Map([
|
|
1550
1546
|
[
|
|
1551
1547
|
1,
|
|
1552
1548
|
{
|
|
@@ -1610,7 +1606,7 @@ const C0 = { name: "meeting-icon-summit", render: w_ }, D_ = () => {
|
|
|
1610
1606
|
value: 7
|
|
1611
1607
|
}
|
|
1612
1608
|
]
|
|
1613
|
-
])),
|
|
1609
|
+
])), i = Ve(() => /* @__PURE__ */ new Map([
|
|
1614
1610
|
[
|
|
1615
1611
|
"all",
|
|
1616
1612
|
{
|
|
@@ -1649,9 +1645,9 @@ const C0 = { name: "meeting-icon-summit", render: w_ }, D_ = () => {
|
|
|
1649
1645
|
]));
|
|
1650
1646
|
return {
|
|
1651
1647
|
t: s,
|
|
1652
|
-
activityTypeMap:
|
|
1653
|
-
statusMap:
|
|
1654
|
-
approvalStatusMap:
|
|
1648
|
+
activityTypeMap: e,
|
|
1649
|
+
statusMap: t,
|
|
1650
|
+
approvalStatusMap: i
|
|
1655
1651
|
};
|
|
1656
1652
|
}, k_ = { class: "o-activity-form" }, I_ = { class: "time-config" }, L_ = { class: "form-btns" }, vd = /* @__PURE__ */ mt({
|
|
1657
1653
|
__name: "OActivityForm",
|
|
@@ -1819,7 +1815,7 @@ const C0 = { name: "meeting-icon-summit", render: w_ }, D_ = () => {
|
|
|
1819
1815
|
const O = R.value.find((W) => W.label === z);
|
|
1820
1816
|
g.value.activity_type = O == null ? void 0 : O.value;
|
|
1821
1817
|
}, I = (z) => z.getTime() < Date.now() - 1440 * 60 * 1e3;
|
|
1822
|
-
|
|
1818
|
+
St(
|
|
1823
1819
|
() => c.data,
|
|
1824
1820
|
(z) => {
|
|
1825
1821
|
var O;
|
|
@@ -2395,7 +2391,7 @@ function D0() {
|
|
|
2395
2391
|
enumerable: !0,
|
|
2396
2392
|
value: !1
|
|
2397
2393
|
}
|
|
2398
|
-
})), qe = null, Ze = null, et = !0, ut = !0, ct = !1, ft = !0, at = !1, ot = !0, dt = !1, Vt = !1, Re = !1, ze = !1, _e = !1, je = !1, it = !0,
|
|
2394
|
+
})), qe = null, Ze = null, et = !0, ut = !0, ct = !1, ft = !0, at = !1, ot = !0, dt = !1, Vt = !1, Re = !1, ze = !1, _e = !1, je = !1, it = !0, Tt = !1, we = "user-content-", ue = !0, fe = !1, be = {}, Se = null, Fe = rt({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]), ht = null, kt = rt({}, ["audio", "video", "img", "source", "image", "track"]), st = null, Ai = rt({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), ei = "http://www.w3.org/1998/Math/MathML", ki = "http://www.w3.org/2000/svg", Yt = "http://www.w3.org/1999/xhtml", qt = Yt, Fi = !1, ni = null, ys = rt({}, [ei, ki, Yt], rl), ri, bs = ["application/xhtml+xml", "text/html"], C = "text/html", k, J = null, de = i.createElement("form"), Ce = function(re) {
|
|
2399
2395
|
return re instanceof RegExp || re instanceof Function;
|
|
2400
2396
|
}, Ge = function(re) {
|
|
2401
2397
|
J && J === re || ((!re || js(re) !== "object") && (re = {}), re = en(re), ri = // eslint-disable-next-line unicorn/prefer-includes
|
|
@@ -2413,7 +2409,7 @@ function D0() {
|
|
|
2413
2409
|
// eslint-disable-line indent
|
|
2414
2410
|
k
|
|
2415
2411
|
// eslint-disable-line indent
|
|
2416
|
-
) : kt, Se = "FORBID_CONTENTS" in re ? rt({}, re.FORBID_CONTENTS, k) : Fe, qe = "FORBID_TAGS" in re ? rt({}, re.FORBID_TAGS, k) : {}, Ze = "FORBID_ATTR" in re ? rt({}, re.FORBID_ATTR, k) : {}, be = "USE_PROFILES" in re ? re.USE_PROFILES : !1, et = re.ALLOW_ARIA_ATTR !== !1, ut = re.ALLOW_DATA_ATTR !== !1, ct = re.ALLOW_UNKNOWN_PROTOCOLS || !1, ft = re.ALLOW_SELF_CLOSE_IN_ATTR !== !1, at = re.SAFE_FOR_TEMPLATES || !1, ot = re.SAFE_FOR_XML !== !1, dt = re.WHOLE_DOCUMENT || !1, ze = re.RETURN_DOM || !1, _e = re.RETURN_DOM_FRAGMENT || !1, je = re.RETURN_TRUSTED_TYPE || !1, Re = re.FORCE_BODY || !1, it = re.SANITIZE_DOM !== !1,
|
|
2412
|
+
) : kt, Se = "FORBID_CONTENTS" in re ? rt({}, re.FORBID_CONTENTS, k) : Fe, qe = "FORBID_TAGS" in re ? rt({}, re.FORBID_TAGS, k) : {}, Ze = "FORBID_ATTR" in re ? rt({}, re.FORBID_ATTR, k) : {}, be = "USE_PROFILES" in re ? re.USE_PROFILES : !1, et = re.ALLOW_ARIA_ATTR !== !1, ut = re.ALLOW_DATA_ATTR !== !1, ct = re.ALLOW_UNKNOWN_PROTOCOLS || !1, ft = re.ALLOW_SELF_CLOSE_IN_ATTR !== !1, at = re.SAFE_FOR_TEMPLATES || !1, ot = re.SAFE_FOR_XML !== !1, dt = re.WHOLE_DOCUMENT || !1, ze = re.RETURN_DOM || !1, _e = re.RETURN_DOM_FRAGMENT || !1, je = re.RETURN_TRUSTED_TYPE || !1, Re = re.FORCE_BODY || !1, it = re.SANITIZE_DOM !== !1, Tt = re.SANITIZE_NAMED_PROPS || !1, ue = re.KEEP_CONTENT !== !1, fe = re.IN_PLACE || !1, oe = re.ALLOWED_URI_REGEXP || oe, qt = re.NAMESPACE || Yt, Ne = re.CUSTOM_ELEMENT_HANDLING || {}, re.CUSTOM_ELEMENT_HANDLING && Ce(re.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (Ne.tagNameCheck = re.CUSTOM_ELEMENT_HANDLING.tagNameCheck), re.CUSTOM_ELEMENT_HANDLING && Ce(re.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (Ne.attributeNameCheck = re.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), re.CUSTOM_ELEMENT_HANDLING && typeof re.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (Ne.allowCustomizedBuiltInElements = re.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), at && (ut = !1), _e && (ze = !0), be && (he = rt({}, ts(Sd)), ye = [], be.html === !0 && (rt(he, xd), rt(ye, Cd)), be.svg === !0 && (rt(he, ol), rt(ye, cl), rt(ye, Da)), be.svgFilters === !0 && (rt(he, ll), rt(ye, cl), rt(ye, Da)), be.mathMl === !0 && (rt(he, ul), rt(ye, Ed), rt(ye, Da))), re.ADD_TAGS && (he === xe && (he = en(he)), rt(he, re.ADD_TAGS, k)), re.ADD_ATTR && (ye === He && (ye = en(ye)), rt(ye, re.ADD_ATTR, k)), re.ADD_URI_SAFE_ATTR && rt(st, re.ADD_URI_SAFE_ATTR, k), re.FORBID_CONTENTS && (Se === Fe && (Se = en(Se)), rt(Se, re.FORBID_CONTENTS, k)), ue && (he["#text"] = !0), dt && rt(he, ["html", "head", "body"]), he.table && (rt(he, ["tbody"]), delete qe.tbody), bi && bi(re), J = re);
|
|
2417
2413
|
}, _t = rt({}, ["mi", "mo", "mn", "ms", "mtext"]), Ht = rt({}, ["annotation-xml"]), di = rt({}, ["title", "style", "font", "a", "script"]), ai = rt({}, ol);
|
|
2418
2414
|
rt(ai, ll), rt(ai, Y_);
|
|
2419
2415
|
var ti = rt({}, ul);
|
|
@@ -2580,7 +2576,7 @@ function D0() {
|
|
|
2580
2576
|
at && (Me = es(Me, V, " "), Me = es(Me, $, " "), Me = es(Me, Y, " "));
|
|
2581
2577
|
var ra = k(re.nodeName);
|
|
2582
2578
|
if (as(ra, gt, Me)) {
|
|
2583
|
-
if (
|
|
2579
|
+
if (Tt && (gt === "id" || gt === "name") && (xi(Nt, re), Me = we + Me), ot && ii(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i, Me)) {
|
|
2584
2580
|
xi(Nt, re);
|
|
2585
2581
|
continue;
|
|
2586
2582
|
}
|
|
@@ -2744,7 +2740,7 @@ const dy = {
|
|
|
2744
2740
|
children: a.value ? H : void 0
|
|
2745
2741
|
};
|
|
2746
2742
|
})), u = le(!1);
|
|
2747
|
-
|
|
2743
|
+
St(
|
|
2748
2744
|
() => n.modelValue,
|
|
2749
2745
|
(G) => {
|
|
2750
2746
|
n.multiple ? c.value = G : E.value = G;
|
|
@@ -2929,7 +2925,7 @@ const dy = {
|
|
|
2929
2925
|
const e = s, { t } = Bi(), i = le(!1), n = le(!1), r = le(0), a = le(null);
|
|
2930
2926
|
Di(() => {
|
|
2931
2927
|
o();
|
|
2932
|
-
}),
|
|
2928
|
+
}), St([() => e.text, () => e.show], () => {
|
|
2933
2929
|
o();
|
|
2934
2930
|
});
|
|
2935
2931
|
const o = () => {
|
|
@@ -3522,7 +3518,7 @@ const ke = /* @__PURE__ */ Qn(xy), Pt = (s = /* @__PURE__ */ new Date(), e = "YY
|
|
|
3522
3518
|
search: "",
|
|
3523
3519
|
sponsor: "",
|
|
3524
3520
|
order_by: ""
|
|
3525
|
-
}), g = le(
|
|
3521
|
+
}), g = le([]), E = Ve(() => c.applicantList.map((Re) => ({ value: Re, label: Re }))), b = () => {
|
|
3526
3522
|
m.sponsor = g.value.join(",");
|
|
3527
3523
|
}, S = le("desc"), _ = () => {
|
|
3528
3524
|
S.value = S.value === "asc" ? "desc" : "asc", m.order_by = S.value;
|
|
@@ -3534,8 +3530,8 @@ const ke = /* @__PURE__ */ Qn(xy), Pt = (s = /* @__PURE__ */ new Date(), e = "YY
|
|
|
3534
3530
|
}), P = () => {
|
|
3535
3531
|
m.status = A.value, A.value === "cancel" ? m.is_delete = 1 : m.is_delete = 0;
|
|
3536
3532
|
}, I = le([]), G = le(0), H = [10, 20, 30, 40], z = async () => {
|
|
3537
|
-
const { page: Re, size: ze, status: _e, sponsor: je, order_by: it, search:
|
|
3538
|
-
let ue = { page: Re, size: ze, sponsor: je, order_by: it, search:
|
|
3533
|
+
const { page: Re, size: ze, status: _e, sponsor: je, order_by: it, search: Tt, is_delete: we } = m;
|
|
3534
|
+
let ue = { page: Re, size: ze, sponsor: je, order_by: it, search: Tt };
|
|
3539
3535
|
if (_e !== "all" && _e !== "" && (ue.is_delete = we), _e === "cancel" ? ue.status = "" : ue.status = _e, !c.getTableDataRequest)
|
|
3540
3536
|
return;
|
|
3541
3537
|
const fe = await c.getTableDataRequest(ue);
|
|
@@ -3620,7 +3616,7 @@ const ke = /* @__PURE__ */ Qn(xy), Pt = (s = /* @__PURE__ */ new Date(), e = "YY
|
|
|
3620
3616
|
};
|
|
3621
3617
|
Di(() => {
|
|
3622
3618
|
z();
|
|
3623
|
-
}),
|
|
3619
|
+
}), St(
|
|
3624
3620
|
() => [m.status, m.sponsor, m.order_by, m.search, m.is_delete],
|
|
3625
3621
|
() => {
|
|
3626
3622
|
z();
|
|
@@ -3693,9 +3689,9 @@ const ke = /* @__PURE__ */ Qn(xy), Pt = (s = /* @__PURE__ */ new Date(), e = "YY
|
|
|
3693
3689
|
class: $e([`tag-${(it = p(r).get(_e.status)) == null ? void 0 : it.id}`])
|
|
3694
3690
|
}, {
|
|
3695
3691
|
default: L(() => {
|
|
3696
|
-
var
|
|
3692
|
+
var Tt;
|
|
3697
3693
|
return [
|
|
3698
|
-
Ie(Q((
|
|
3694
|
+
Ie(Q((Tt = p(r).get(_e.status)) == null ? void 0 : Tt.text), 1)
|
|
3699
3695
|
];
|
|
3700
3696
|
}),
|
|
3701
3697
|
_: 2
|
|
@@ -3724,7 +3720,7 @@ const ke = /* @__PURE__ */ Qn(xy), Pt = (s = /* @__PURE__ */ new Date(), e = "YY
|
|
|
3724
3720
|
key: 0,
|
|
3725
3721
|
color: "danger",
|
|
3726
3722
|
variant: "text",
|
|
3727
|
-
onClick: Ds((
|
|
3723
|
+
onClick: Ds((Tt) => he(_e), ["stop"])
|
|
3728
3724
|
}, {
|
|
3729
3725
|
default: L(() => [
|
|
3730
3726
|
Ie(Q(p(e)("meeting.deleteActivity")), 1)
|
|
@@ -3735,7 +3731,7 @@ const ke = /* @__PURE__ */ Qn(xy), Pt = (s = /* @__PURE__ */ new Date(), e = "YY
|
|
|
3735
3731
|
key: 1,
|
|
3736
3732
|
color: "danger",
|
|
3737
3733
|
variant: "text",
|
|
3738
|
-
onClick: Ds((
|
|
3734
|
+
onClick: Ds((Tt) => xe(_e), ["stop"])
|
|
3739
3735
|
}, {
|
|
3740
3736
|
default: L(() => [
|
|
3741
3737
|
Ie(Q(p(e)("meeting.cancelActivity")), 1)
|
|
@@ -3746,7 +3742,7 @@ const ke = /* @__PURE__ */ Qn(xy), Pt = (s = /* @__PURE__ */ new Date(), e = "YY
|
|
|
3746
3742
|
key: 2,
|
|
3747
3743
|
color: "primary",
|
|
3748
3744
|
variant: "text",
|
|
3749
|
-
onClick: Ds((
|
|
3745
|
+
onClick: Ds((Tt) => ye(_e), ["stop"])
|
|
3750
3746
|
}, {
|
|
3751
3747
|
default: L(() => [
|
|
3752
3748
|
Ie(Q(p(e)("meeting.approve")), 1)
|
|
@@ -3757,7 +3753,7 @@ const ke = /* @__PURE__ */ Qn(xy), Pt = (s = /* @__PURE__ */ new Date(), e = "YY
|
|
|
3757
3753
|
key: 3,
|
|
3758
3754
|
color: "primary",
|
|
3759
3755
|
variant: "text",
|
|
3760
|
-
onClick: Ds((
|
|
3756
|
+
onClick: Ds((Tt) => He(_e), ["stop"])
|
|
3761
3757
|
}, {
|
|
3762
3758
|
default: L(() => [
|
|
3763
3759
|
Ie(Q(p(e)("meeting.reject")), 1)
|
|
@@ -3772,7 +3768,7 @@ const ke = /* @__PURE__ */ Qn(xy), Pt = (s = /* @__PURE__ */ new Date(), e = "YY
|
|
|
3772
3768
|
show: ct.value.includes(_e.id),
|
|
3773
3769
|
data: _e,
|
|
3774
3770
|
ref_for: !0,
|
|
3775
|
-
ref: (
|
|
3771
|
+
ref: (Tt) => ot(Tt, _e.id),
|
|
3776
3772
|
page: "approval"
|
|
3777
3773
|
}, null, 8, ["show", "data"])
|
|
3778
3774
|
])
|
|
@@ -4185,7 +4181,7 @@ const Ru = { name: "meeting-icon-copy", render: Ky }, Qy = { class: "o-my-activi
|
|
|
4185
4181
|
behavior: "smooth"
|
|
4186
4182
|
}));
|
|
4187
4183
|
};
|
|
4188
|
-
|
|
4184
|
+
St(
|
|
4189
4185
|
() => V.value,
|
|
4190
4186
|
() => {
|
|
4191
4187
|
xe(V.value);
|
|
@@ -4307,7 +4303,7 @@ const Ru = { name: "meeting-icon-copy", render: Ky }, Qy = { class: "o-my-activi
|
|
|
4307
4303
|
onClick: () => {
|
|
4308
4304
|
ut();
|
|
4309
4305
|
}
|
|
4310
|
-
}]),
|
|
4306
|
+
}]), Tt = Ve(() => [{
|
|
4311
4307
|
id: "confirm",
|
|
4312
4308
|
loading: He.value,
|
|
4313
4309
|
color: "primary",
|
|
@@ -4654,7 +4650,7 @@ const Ru = { name: "meeting-icon-copy", render: Ky }, Qy = { class: "o-my-activi
|
|
|
4654
4650
|
visible: at.value,
|
|
4655
4651
|
"onUpdate:visible": ue[9] || (ue[9] = (fe) => at.value = fe),
|
|
4656
4652
|
"main-class": "handle-dialog-active",
|
|
4657
|
-
actions:
|
|
4653
|
+
actions: Tt.value
|
|
4658
4654
|
}, {
|
|
4659
4655
|
header: L(() => [
|
|
4660
4656
|
Ie(Q(p(t)("meeting.deleteActivity")), 1)
|
|
@@ -4830,7 +4826,7 @@ const k3 = { name: "events-icon-release", render: A3 }, I3 = {
|
|
|
4830
4826
|
},
|
|
4831
4827
|
setup(s) {
|
|
4832
4828
|
const e = bo(), { lePadV: t } = Ni(), i = s, n = ["JAN", "FEB", "MAR", "Apr", "May", "JUN", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], r = le([]);
|
|
4833
|
-
|
|
4829
|
+
St(
|
|
4834
4830
|
[() => i.data, () => t.value],
|
|
4835
4831
|
() => {
|
|
4836
4832
|
var g;
|
|
@@ -5735,7 +5731,7 @@ const uT = { class: "o-nav" }, cT = { class: "o-nav-list" }, dT = ["onClick"], h
|
|
|
5735
5731
|
};
|
|
5736
5732
|
return Di(() => {
|
|
5737
5733
|
n.value = i.navData[0].id, r.value = i.navData[0];
|
|
5738
|
-
}),
|
|
5734
|
+
}), St(
|
|
5739
5735
|
() => i.navData || i.codeData || i.langData,
|
|
5740
5736
|
() => {
|
|
5741
5737
|
n.value === nn.CODE ? r.value = i.codeData.list : n.value === nn.LANG ? r.value = i.langData.list : r.value = i.navData.find((c) => c.id === n.value);
|
|
@@ -6025,7 +6021,7 @@ const LT = { name: "components-icon-header-menu", render: IT }, OT = { class: "h
|
|
|
6025
6021
|
A.target.classList.remove("hidden-divider"), R >= 30 && A.target.classList.add("hidden-divider");
|
|
6026
6022
|
}
|
|
6027
6023
|
});
|
|
6028
|
-
|
|
6024
|
+
St(
|
|
6029
6025
|
() => t.list,
|
|
6030
6026
|
() => {
|
|
6031
6027
|
t.list.length === 1 ? m.value = [t.list[0].id] : m.value = [], Wt(() => {
|
|
@@ -6269,15 +6265,13 @@ const LT = { name: "components-icon-header-menu", render: IT }, OT = { class: "h
|
|
|
6269
6265
|
},
|
|
6270
6266
|
setup(s) {
|
|
6271
6267
|
s1((se) => ({
|
|
6272
|
-
|
|
6268
|
+
v1f89553d: P.value
|
|
6273
6269
|
}));
|
|
6274
|
-
const e = s
|
|
6275
|
-
console.log(e);
|
|
6276
|
-
const { t, locale: i, meetingTabs: n, getConfig: r } = yn(), a = Ve(() => i.value === ku.EN), o = le(""), u = le([]), c = le([]), m = le([]), g = le([]), E = le([]), b = le([]), S = le([]), _ = le(Ke.ALL), A = Ve(() => {
|
|
6270
|
+
const e = s, { t, locale: i, meetingTabs: n, getConfig: r } = yn(), a = Ve(() => i.value === ku.EN), o = le(""), u = le([]), c = le([]), m = le([]), g = le([]), E = le([]), b = le([]), S = le([]), _ = le(Ke.ALL), A = Ve(() => {
|
|
6277
6271
|
let se = n.value;
|
|
6278
6272
|
return e.hiddenEvents && (se = se.filter((oe) => oe.value !== Ke.EVENTS)), e.hiddenSummit && (se = se.filter((oe) => oe.value !== Ke.SUMMIT)), se.filter((oe) => oe.value !== Ke.ALL).length === 1 ? [] : se;
|
|
6279
6273
|
});
|
|
6280
|
-
|
|
6274
|
+
St(() => A.value, () => {
|
|
6281
6275
|
var se;
|
|
6282
6276
|
_.value = ((se = A.value[0]) == null ? void 0 : se.value) ?? Ke.MEETING;
|
|
6283
6277
|
});
|
|
@@ -6369,7 +6363,7 @@ const LT = { name: "components-icon-header-menu", render: IT }, OT = { class: "h
|
|
|
6369
6363
|
D({
|
|
6370
6364
|
date: G.value,
|
|
6371
6365
|
type: _.value
|
|
6372
|
-
});
|
|
6366
|
+
}), x(G.value);
|
|
6373
6367
|
});
|
|
6374
6368
|
}, Y = (se) => se.replace(/^0+(?=\d)/, ""), j = (se) => {
|
|
6375
6369
|
new MutationObserver(function() {
|
|
@@ -6384,7 +6378,7 @@ const LT = { name: "components-icon-header-menu", render: IT }, OT = { class: "h
|
|
|
6384
6378
|
const se = document.querySelector(".calendar-body .el-calendar__body");
|
|
6385
6379
|
se && (j(se), P.value = `${se.offsetHeight - 2}px`), ie();
|
|
6386
6380
|
});
|
|
6387
|
-
const ee =
|
|
6381
|
+
const ee = St(
|
|
6388
6382
|
() => b.value.length,
|
|
6389
6383
|
() => {
|
|
6390
6384
|
g1 && !G.value && Wt(() => {
|
|
@@ -6887,7 +6881,7 @@ const $d = { name: "meeting-icon-tip", render: d4 }, h4 = /* @__PURE__ */ mt({
|
|
|
6887
6881
|
const $ = await u.getPlatformsRequest();
|
|
6888
6882
|
G.value = $.map((Y) => ({ label: o(Y), value: Y })), u.data || (S.value.platform = G.value[0].value);
|
|
6889
6883
|
}, z = t;
|
|
6890
|
-
|
|
6884
|
+
St(
|
|
6891
6885
|
() => u.data,
|
|
6892
6886
|
($) => {
|
|
6893
6887
|
var Y;
|
|
@@ -7569,14 +7563,14 @@ const V4 = { name: "meeting-icon-speaker", render: U4 }, q4 = { class: "o-meetin
|
|
|
7569
7563
|
}, u = Ws(() => {
|
|
7570
7564
|
a.value = !1;
|
|
7571
7565
|
}, 3e3);
|
|
7572
|
-
|
|
7566
|
+
St(
|
|
7573
7567
|
() => a.value,
|
|
7574
7568
|
(N) => {
|
|
7575
7569
|
N && u();
|
|
7576
7570
|
}
|
|
7577
7571
|
);
|
|
7578
7572
|
const c = le([]);
|
|
7579
|
-
|
|
7573
|
+
St(
|
|
7580
7574
|
() => t.captions,
|
|
7581
7575
|
() => {
|
|
7582
7576
|
c.value = t.captions || [], Wt(() => {
|
|
@@ -7599,7 +7593,7 @@ const V4 = { name: "meeting-icon-speaker", render: U4 }, q4 = { class: "o-meetin
|
|
|
7599
7593
|
Di(() => {
|
|
7600
7594
|
var N;
|
|
7601
7595
|
r.value = document.querySelector("#captionsScrollDom > .o-scroller-container"), (N = r.value) == null || N.addEventListener("wheel", o);
|
|
7602
|
-
}),
|
|
7596
|
+
}), St(
|
|
7603
7597
|
() => c.value,
|
|
7604
7598
|
() => {
|
|
7605
7599
|
var N;
|
|
@@ -7618,7 +7612,7 @@ const V4 = { name: "meeting-icon-speaker", render: U4 }, q4 = { class: "o-meetin
|
|
|
7618
7612
|
t.captions.map((N) => N.speakerLabel).sort().reverse()
|
|
7619
7613
|
)
|
|
7620
7614
|
]);
|
|
7621
|
-
|
|
7615
|
+
St(
|
|
7622
7616
|
() => n.value,
|
|
7623
7617
|
() => {
|
|
7624
7618
|
var V, $;
|
|
@@ -7659,12 +7653,12 @@ const V4 = { name: "meeting-icon-speaker", render: U4 }, q4 = { class: "o-meetin
|
|
|
7659
7653
|
});
|
|
7660
7654
|
});
|
|
7661
7655
|
}, 300);
|
|
7662
|
-
|
|
7656
|
+
St(
|
|
7663
7657
|
() => _.value,
|
|
7664
7658
|
(N) => {
|
|
7665
7659
|
R.value = 0, x(N);
|
|
7666
7660
|
}
|
|
7667
|
-
),
|
|
7661
|
+
), St(
|
|
7668
7662
|
() => G.value,
|
|
7669
7663
|
(N) => {
|
|
7670
7664
|
P.value = N;
|
|
@@ -7674,7 +7668,7 @@ const V4 = { name: "meeting-icon-speaker", render: U4 }, q4 = { class: "o-meetin
|
|
|
7674
7668
|
const D = le(!1), F = le(!1), ie = (N) => {
|
|
7675
7669
|
F.value = !1, N ? P.value = G.value : P.value = [];
|
|
7676
7670
|
};
|
|
7677
|
-
return
|
|
7671
|
+
return St(
|
|
7678
7672
|
() => P.value,
|
|
7679
7673
|
(N) => {
|
|
7680
7674
|
N.length === 0 ? (D.value = !1, F.value = !1) : N.length === G.value.length ? (D.value = !0, F.value = !1) : F.value = !0, x(_.value);
|
|
@@ -11117,7 +11111,7 @@ function B0() {
|
|
|
11117
11111
|
},
|
|
11118
11112
|
//document factory method:
|
|
11119
11113
|
createElement: function(C) {
|
|
11120
|
-
var k = new
|
|
11114
|
+
var k = new Tt();
|
|
11121
11115
|
k.ownerDocument = this, k.nodeName = C, k.tagName = C, k.localName = C, k.childNodes = new V();
|
|
11122
11116
|
var J = k.attributes = new j();
|
|
11123
11117
|
return J._ownerElement = k, k;
|
|
@@ -11166,7 +11160,7 @@ function B0() {
|
|
|
11166
11160
|
},
|
|
11167
11161
|
// Introduced in DOM Level 2:
|
|
11168
11162
|
createElementNS: function(C, k) {
|
|
11169
|
-
var J = new
|
|
11163
|
+
var J = new Tt(), de = k.split(":"), Ce = J.attributes = new j();
|
|
11170
11164
|
return J.childNodes = new V(), J.ownerDocument = this, J.nodeName = k, J.tagName = k, J.namespaceURI = C, de.length == 2 ? (J.prefix = de[0], J.localName = de[1]) : J.localName = k, Ce._ownerElement = J, J;
|
|
11171
11165
|
},
|
|
11172
11166
|
// Introduced in DOM Level 2:
|
|
@@ -11175,10 +11169,10 @@ function B0() {
|
|
|
11175
11169
|
return J.ownerDocument = this, J.nodeName = k, J.name = k, J.namespaceURI = C, J.specified = !0, de.length == 2 ? (J.prefix = de[0], J.localName = de[1]) : J.localName = k, J;
|
|
11176
11170
|
}
|
|
11177
11171
|
}, c(ye, oe);
|
|
11178
|
-
function
|
|
11172
|
+
function Tt() {
|
|
11179
11173
|
this._nsMap = {};
|
|
11180
11174
|
}
|
|
11181
|
-
|
|
11175
|
+
Tt.prototype = {
|
|
11182
11176
|
nodeType: g,
|
|
11183
11177
|
hasAttribute: function(C) {
|
|
11184
11178
|
return this.getAttributeNode(C) != null;
|
|
@@ -11246,7 +11240,7 @@ function B0() {
|
|
|
11246
11240
|
}), de;
|
|
11247
11241
|
});
|
|
11248
11242
|
}
|
|
11249
|
-
}, ye.prototype.getElementsByTagName =
|
|
11243
|
+
}, ye.prototype.getElementsByTagName = Tt.prototype.getElementsByTagName, ye.prototype.getElementsByTagNameNS = Tt.prototype.getElementsByTagNameNS, c(Tt, oe);
|
|
11250
11244
|
function we() {
|
|
11251
11245
|
}
|
|
11252
11246
|
we.prototype.nodeType = E, c(we, oe);
|
|
@@ -11534,7 +11528,7 @@ function B0() {
|
|
|
11534
11528
|
}
|
|
11535
11529
|
} catch {
|
|
11536
11530
|
}
|
|
11537
|
-
return Ss.DocumentType = Fe, Ss.DOMException = N, Ss.DOMImplementation = se, Ss.Element =
|
|
11531
|
+
return Ss.DocumentType = Fe, Ss.DOMException = N, Ss.DOMImplementation = se, Ss.Element = Tt, Ss.Node = oe, Ss.NodeList = V, Ss.XMLSerializer = ki, Ss;
|
|
11538
11532
|
}
|
|
11539
11533
|
var Er = {}, wl = {}, ah;
|
|
11540
11534
|
function B8() {
|
|
@@ -13703,8 +13697,8 @@ function F8() {
|
|
|
13703
13697
|
function V(je) {
|
|
13704
13698
|
if (je > 65535) {
|
|
13705
13699
|
je -= 65536;
|
|
13706
|
-
var it = 55296 + (je >> 10),
|
|
13707
|
-
return String.fromCharCode(it,
|
|
13700
|
+
var it = 55296 + (je >> 10), Tt = 56320 + (je & 1023);
|
|
13701
|
+
return String.fromCharCode(it, Tt);
|
|
13708
13702
|
} else
|
|
13709
13703
|
return String.fromCharCode(je);
|
|
13710
13704
|
}
|
|
@@ -27174,7 +27168,7 @@ const _7 = {
|
|
|
27174
27168
|
xlarge: 2560,
|
|
27175
27169
|
huge: 1 / 0
|
|
27176
27170
|
};
|
|
27177
|
-
class
|
|
27171
|
+
class yt extends ve {
|
|
27178
27172
|
/**
|
|
27179
27173
|
* Create an instance of this class.
|
|
27180
27174
|
*
|
|
@@ -27188,7 +27182,7 @@ class bt extends ve {
|
|
|
27188
27182
|
* Ready callback function.
|
|
27189
27183
|
*/
|
|
27190
27184
|
constructor(e, t, i) {
|
|
27191
|
-
if (e.id = e.id || t.id || `vjs_video_${Gi()}`, t = Object.assign(
|
|
27185
|
+
if (e.id = e.id || t.id || `vjs_video_${Gi()}`, t = Object.assign(yt.getTagSettings(e), t), t.initChildren = !1, t.createEl = !1, t.evented = !1, t.reportTouchActivity = !1, !t.language) {
|
|
27192
27186
|
const a = e.closest("[lang]");
|
|
27193
27187
|
a && (t.language = a.getAttribute("lang"));
|
|
27194
27188
|
}
|
|
@@ -27204,7 +27198,7 @@ class bt extends ve {
|
|
|
27204
27198
|
a[o.toLowerCase()] = t.languages[o];
|
|
27205
27199
|
}), this.languages_ = a;
|
|
27206
27200
|
} else
|
|
27207
|
-
this.languages_ =
|
|
27201
|
+
this.languages_ = yt.prototype.options_.languages;
|
|
27208
27202
|
this.resetCache_(), this.poster_ = t.poster || "", this.controls_ = !!t.controls, e.controls = !1, e.removeAttribute("controls"), this.changingSrc_ = !1, this.playCallbacks_ = [], this.playTerminatedQueue_ = [], e.hasAttribute("autoplay") ? this.autoplay(!0) : this.autoplay(this.options_.autoplay), t.plugins && Object.keys(t.plugins).forEach((a) => {
|
|
27209
27203
|
if (typeof this[a] != "function")
|
|
27210
27204
|
throw new Error(`plugin "${a}" does not exist`);
|
|
@@ -27223,7 +27217,7 @@ class bt extends ve {
|
|
|
27223
27217
|
c.style.display = "none", this.el_.appendChild(c), this.addClass("vjs-svg-icons-enabled");
|
|
27224
27218
|
}
|
|
27225
27219
|
}
|
|
27226
|
-
this.initChildren(), this.isAudio(e.nodeName.toLowerCase() === "audio"), this.controls() ? this.addClass("vjs-controls-enabled") : this.addClass("vjs-controls-disabled"), this.el_.setAttribute("role", "region"), this.isAudio() ? this.el_.setAttribute("aria-label", this.localize("Audio Player")) : this.el_.setAttribute("aria-label", this.localize("Video Player")), this.isAudio() && this.addClass("vjs-audio"), t.spatialNavigation && t.spatialNavigation.enabled && (this.spatialNavigation = new qx(this), this.addClass("vjs-spatial-navigation-enabled")), zr && this.addClass("vjs-touch-enabled"), li || this.addClass("vjs-workinghover"),
|
|
27220
|
+
this.initChildren(), this.isAudio(e.nodeName.toLowerCase() === "audio"), this.controls() ? this.addClass("vjs-controls-enabled") : this.addClass("vjs-controls-disabled"), this.el_.setAttribute("role", "region"), this.isAudio() ? this.el_.setAttribute("aria-label", this.localize("Audio Player")) : this.el_.setAttribute("aria-label", this.localize("Video Player")), this.isAudio() && this.addClass("vjs-audio"), t.spatialNavigation && t.spatialNavigation.enabled && (this.spatialNavigation = new qx(this), this.addClass("vjs-spatial-navigation-enabled")), zr && this.addClass("vjs-touch-enabled"), li || this.addClass("vjs-workinghover"), yt.players[this.id_] = this;
|
|
27227
27221
|
const r = iu.split(".")[0];
|
|
27228
27222
|
this.addClass(`vjs-v${r}`), this.userActive(!0), this.reportUserActivity(), this.one("play", (a) => this.listenForUserActivity_(a)), this.on("keydown", (a) => this.handleKeyDown(a)), this.on("languagechange", (a) => this.handleLanguagechange(a)), this.breakpoints(this.options_.breakpoints), this.responsive(this.options_.responsive), this.on("ready", () => {
|
|
27229
27223
|
this.audioPosterMode(this.options_.audioPosterMode), this.audioOnlyMode(this.options_.audioOnlyMode);
|
|
@@ -27238,7 +27232,7 @@ class bt extends ve {
|
|
|
27238
27232
|
* @fires Player#dispose
|
|
27239
27233
|
*/
|
|
27240
27234
|
dispose() {
|
|
27241
|
-
this.trigger("dispose"), this.off("dispose"), ui(De, this.fsApi_.fullscreenchange, this.boundDocumentFullscreenChange_), ui(De, "keydown", this.boundFullWindowOnEscKey_), this.styleEl_ && this.styleEl_.parentNode && (this.styleEl_.parentNode.removeChild(this.styleEl_), this.styleEl_ = null),
|
|
27235
|
+
this.trigger("dispose"), this.off("dispose"), ui(De, this.fsApi_.fullscreenchange, this.boundDocumentFullscreenChange_), ui(De, "keydown", this.boundFullWindowOnEscKey_), this.styleEl_ && this.styleEl_.parentNode && (this.styleEl_.parentNode.removeChild(this.styleEl_), this.styleEl_ = null), yt.players[this.id_] = null, this.tag && this.tag.player && (this.tag.player = null), this.el_ && this.el_.player && (this.el_.player = null), this.tech_ && (this.tech_.dispose(), this.isPosterFromTech_ = !1, this.poster_ = ""), this.playerElIngest_ && (this.playerElIngest_ = null), this.tag && (this.tag = null), Bx(this), vi.names.forEach((e) => {
|
|
27242
27236
|
const t = vi[e], i = this[t.getterName]();
|
|
27243
27237
|
i && i.off && i.off();
|
|
27244
27238
|
}), super.dispose({
|
|
@@ -29525,7 +29519,7 @@ See https://github.com/videojs/video.js/issues/2617 for more info.
|
|
|
29525
29519
|
* An array of of supported languages
|
|
29526
29520
|
*/
|
|
29527
29521
|
languages() {
|
|
29528
|
-
return Et(
|
|
29522
|
+
return Et(yt.prototype.options_.languages, this.languages_);
|
|
29529
29523
|
}
|
|
29530
29524
|
/**
|
|
29531
29525
|
* returns a JavaScript object representing the current track
|
|
@@ -29863,26 +29857,26 @@ See https://github.com/videojs/video.js/issues/2617 for more info.
|
|
|
29863
29857
|
* Whether or not this player is using the requested plugin.
|
|
29864
29858
|
*/
|
|
29865
29859
|
}
|
|
29866
|
-
|
|
29860
|
+
yt.prototype.videoTracks = () => {
|
|
29867
29861
|
};
|
|
29868
|
-
|
|
29862
|
+
yt.prototype.audioTracks = () => {
|
|
29869
29863
|
};
|
|
29870
|
-
|
|
29864
|
+
yt.prototype.textTracks = () => {
|
|
29871
29865
|
};
|
|
29872
|
-
|
|
29866
|
+
yt.prototype.remoteTextTracks = () => {
|
|
29873
29867
|
};
|
|
29874
|
-
|
|
29868
|
+
yt.prototype.remoteTextTrackEls = () => {
|
|
29875
29869
|
};
|
|
29876
29870
|
vi.names.forEach(function(s) {
|
|
29877
29871
|
const e = vi[s];
|
|
29878
|
-
|
|
29872
|
+
yt.prototype[e.getterName] = function() {
|
|
29879
29873
|
return this.tech_ ? this.tech_[e.getterName]() : (this[e.privateName] = this[e.privateName] || new e.ListClass(), this[e.privateName]);
|
|
29880
29874
|
};
|
|
29881
29875
|
});
|
|
29882
|
-
|
|
29883
|
-
|
|
29876
|
+
yt.prototype.crossorigin = yt.prototype.crossOrigin;
|
|
29877
|
+
yt.players = {};
|
|
29884
29878
|
const Dr = K.navigator;
|
|
29885
|
-
|
|
29879
|
+
yt.prototype.options_ = {
|
|
29886
29880
|
// Default order of fallback technology
|
|
29887
29881
|
techOrder: Je.defaultTechOrder_,
|
|
29888
29882
|
html5: {},
|
|
@@ -29922,11 +29916,11 @@ bt.prototype.options_ = {
|
|
|
29922
29916
|
disableSeekWhileScrubbingOnSTV: !1
|
|
29923
29917
|
};
|
|
29924
29918
|
lp.forEach(function(s) {
|
|
29925
|
-
|
|
29919
|
+
yt.prototype[`handleTech${Bt(s)}_`] = function() {
|
|
29926
29920
|
return this.trigger(s);
|
|
29927
29921
|
};
|
|
29928
29922
|
});
|
|
29929
|
-
ve.registerComponent("Player",
|
|
29923
|
+
ve.registerComponent("Player", yt);
|
|
29930
29924
|
const oo = "plugin", Mn = "activePlugins_", An = {}, lo = (s) => An.hasOwnProperty(s), qa = (s) => lo(s) ? An[s] : void 0, up = (s, e) => {
|
|
29931
29925
|
s[Mn] = s[Mn] || {}, s[Mn][e] = !0;
|
|
29932
29926
|
}, uo = (s, e, t) => {
|
|
@@ -30073,11 +30067,11 @@ class wi {
|
|
|
30073
30067
|
throw new Error(`Illegal plugin name, "${e}", must be a string, was ${typeof e}.`);
|
|
30074
30068
|
if (lo(e))
|
|
30075
30069
|
lt.warn(`A plugin named "${e}" already exists. You may want to avoid re-registering plugins!`);
|
|
30076
|
-
else if (
|
|
30070
|
+
else if (yt.prototype.hasOwnProperty(e))
|
|
30077
30071
|
throw new Error(`Illegal plugin name, "${e}", cannot share a name with an existing player method!`);
|
|
30078
30072
|
if (typeof t != "function")
|
|
30079
30073
|
throw new Error(`Illegal plugin for "${e}", must be a function, was ${typeof t}.`);
|
|
30080
|
-
return An[e] = t, e !== oo && (wi.isBasic(t) ?
|
|
30074
|
+
return An[e] = t, e !== oo && (wi.isBasic(t) ? yt.prototype[e] = y7(e, t) : yt.prototype[e] = Wh(e, t)), t;
|
|
30081
30075
|
}
|
|
30082
30076
|
/**
|
|
30083
30077
|
* De-register a Video.js plugin.
|
|
@@ -30092,7 +30086,7 @@ class wi {
|
|
|
30092
30086
|
static deregisterPlugin(e) {
|
|
30093
30087
|
if (e === oo)
|
|
30094
30088
|
throw new Error("Cannot de-register base plugin.");
|
|
30095
|
-
lo(e) && (delete An[e], delete
|
|
30089
|
+
lo(e) && (delete An[e], delete yt.prototype[e]);
|
|
30096
30090
|
}
|
|
30097
30091
|
/**
|
|
30098
30092
|
* Gets an object containing multiple Video.js plugins.
|
|
@@ -30129,10 +30123,10 @@ class wi {
|
|
|
30129
30123
|
wi.getPlugin = qa;
|
|
30130
30124
|
wi.BASE_PLUGIN_NAME = oo;
|
|
30131
30125
|
wi.registerPlugin(oo, wi);
|
|
30132
|
-
|
|
30126
|
+
yt.prototype.usingPlugin = function(s) {
|
|
30133
30127
|
return !!this[Mn] && this[Mn][s] === !0;
|
|
30134
30128
|
};
|
|
30135
|
-
|
|
30129
|
+
yt.prototype.hasPlugin = function(s) {
|
|
30136
30130
|
return !!lo(s);
|
|
30137
30131
|
};
|
|
30138
30132
|
function b7(s, e) {
|
|
@@ -30204,10 +30198,10 @@ if (K.VIDEOJS_NO_DYNAMIC_STYLE !== !0 && Zn()) {
|
|
|
30204
30198
|
}
|
|
30205
30199
|
au(1, ce);
|
|
30206
30200
|
ce.VERSION = iu;
|
|
30207
|
-
ce.options =
|
|
30208
|
-
ce.getPlayers = () =>
|
|
30201
|
+
ce.options = yt.prototype.options_;
|
|
30202
|
+
ce.getPlayers = () => yt.players;
|
|
30209
30203
|
ce.getPlayer = (s) => {
|
|
30210
|
-
const e =
|
|
30204
|
+
const e = yt.players;
|
|
30211
30205
|
let t;
|
|
30212
30206
|
if (typeof s == "string") {
|
|
30213
30207
|
const i = cp(s), n = e[i];
|
|
@@ -30228,9 +30222,9 @@ ce.getPlayer = (s) => {
|
|
|
30228
30222
|
ce.getAllPlayers = () => (
|
|
30229
30223
|
// Disposed players leave a key with a `null` value, so we need to make sure
|
|
30230
30224
|
// we filter those out.
|
|
30231
|
-
Object.keys(
|
|
30225
|
+
Object.keys(yt.players).map((s) => yt.players[s]).filter(Boolean)
|
|
30232
30226
|
);
|
|
30233
|
-
ce.players =
|
|
30227
|
+
ce.players = yt.players;
|
|
30234
30228
|
ce.getComponent = ve.getComponent;
|
|
30235
30229
|
ce.registerComponent = (s, e) => (Je.isTech(e) && lt.warn(`The ${s} tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)`), ve.registerComponent.call(ve, s, e));
|
|
30236
30230
|
ce.getTech = Je.getTech;
|
|
@@ -30441,7 +30435,7 @@ hp.VERSION = dp;
|
|
|
30441
30435
|
/*! @name @videojs/http-streaming @version 3.17.3 @license Apache-2.0 */
|
|
30442
30436
|
const Ci = xo, ho = (s, e) => e && e.responseURL && s !== e.responseURL ? e.responseURL : s, Yi = (s) => ce.log.debug ? ce.log.debug.bind(ce, "VHS:", `${s} >`) : function() {
|
|
30443
30437
|
};
|
|
30444
|
-
function
|
|
30438
|
+
function bt(...s) {
|
|
30445
30439
|
const e = ce.obj || ce;
|
|
30446
30440
|
return (e.merge || e.mergeOptions).apply(e, s);
|
|
30447
30441
|
}
|
|
@@ -31074,12 +31068,12 @@ const Dp = 22, pn = ({
|
|
|
31074
31068
|
}, H7 = (s, e) => {
|
|
31075
31069
|
if (!s)
|
|
31076
31070
|
return e;
|
|
31077
|
-
const t =
|
|
31071
|
+
const t = bt(s, e);
|
|
31078
31072
|
if (s.preloadHints && !e.preloadHints && delete t.preloadHints, s.parts && !e.parts)
|
|
31079
31073
|
delete t.parts;
|
|
31080
31074
|
else if (s.parts && e.parts)
|
|
31081
31075
|
for (let i = 0; i < e.parts.length; i++)
|
|
31082
|
-
s.parts && s.parts[i] && (t.parts[i] =
|
|
31076
|
+
s.parts && s.parts[i] && (t.parts[i] = bt(s.parts[i], e.parts[i]));
|
|
31083
31077
|
return !s.skipped && e.skipped && (t.skipped = !1), s.preload && !e.preload && (t.preload = !1), t;
|
|
31084
31078
|
}, z7 = (s, e, t) => {
|
|
31085
31079
|
const i = s.slice(), n = e.slice();
|
|
@@ -31109,11 +31103,11 @@ const Dp = 22, pn = ({
|
|
|
31109
31103
|
}
|
|
31110
31104
|
return e;
|
|
31111
31105
|
}, Op = (s, e) => s === e || s.segments && e.segments && s.segments.length === e.segments.length && s.endList === e.endList && s.mediaSequence === e.mediaSequence && s.preloadSegment === e.preloadSegment, gu = (s, e, t = Op) => {
|
|
31112
|
-
const i =
|
|
31106
|
+
const i = bt(s, {}), n = i.playlists[e.id];
|
|
31113
31107
|
if (!n || t(n, e))
|
|
31114
31108
|
return null;
|
|
31115
31109
|
e.segments = Lp(e);
|
|
31116
|
-
const r =
|
|
31110
|
+
const r = bt(n, e);
|
|
31117
31111
|
if (r.preloadSegment && !e.preloadSegment && delete r.preloadSegment, n.segments) {
|
|
31118
31112
|
if (e.skip) {
|
|
31119
31113
|
e.segments = e.segments || [];
|
|
@@ -31626,7 +31620,7 @@ class In extends q7 {
|
|
|
31626
31620
|
uri: r,
|
|
31627
31621
|
id: t
|
|
31628
31622
|
};
|
|
31629
|
-
return e.segments && (a.segments = []), n && (a.attributes = n),
|
|
31623
|
+
return e.segments && (a.segments = []), n && (a.attributes = n), bt(e, a);
|
|
31630
31624
|
}
|
|
31631
31625
|
/**
|
|
31632
31626
|
* Generates an updated URI for a cloned pathway based on the original
|
|
@@ -31696,7 +31690,7 @@ const _u = function(s, e, t, i) {
|
|
|
31696
31690
|
});
|
|
31697
31691
|
}, Pp = function() {
|
|
31698
31692
|
const s = function e(t, i) {
|
|
31699
|
-
t =
|
|
31693
|
+
t = bt({
|
|
31700
31694
|
timeout: 45e3
|
|
31701
31695
|
}, t);
|
|
31702
31696
|
const n = e.beforeRequest || ce.Vhs.xhr.beforeRequest, r = e._requestCallbackSet || ce.Vhs.xhr._requestCallbackSet || /* @__PURE__ */ new Set(), a = e._responseCallbackSet || ce.Vhs.xhr._responseCallbackSet;
|
|
@@ -31989,7 +31983,7 @@ const Bp = 0.25, tS = (s, e) => {
|
|
|
31989
31983
|
(!e.mediaGroups[i][n] || !(r in e.mediaGroups[i][n])) && delete s.mediaGroups[i][n][r];
|
|
31990
31984
|
});
|
|
31991
31985
|
}, fS = (s, e, t) => {
|
|
31992
|
-
let i = !0, n =
|
|
31986
|
+
let i = !0, n = bt(s, {
|
|
31993
31987
|
// These are top level properties that can be updated
|
|
31994
31988
|
duration: e.duration,
|
|
31995
31989
|
minimumUpdatePeriod: e.minimumUpdatePeriod,
|
|
@@ -32028,7 +32022,7 @@ const Bp = 0.25, tS = (s, e) => {
|
|
|
32028
32022
|
return nr(s, (n, r, a, o) => {
|
|
32029
32023
|
if (n.playlists && n.playlists.length) {
|
|
32030
32024
|
const u = n.playlists;
|
|
32031
|
-
i =
|
|
32025
|
+
i = bt(i, Jh(u, e));
|
|
32032
32026
|
}
|
|
32033
32027
|
}), i;
|
|
32034
32028
|
};
|
|
@@ -33509,7 +33503,7 @@ browserWorkerPolyFill(self);
|
|
|
33509
33503
|
return h.concat(v);
|
|
33510
33504
|
}, [])), d;
|
|
33511
33505
|
}, {});
|
|
33512
|
-
}, it,
|
|
33506
|
+
}, it, Tt = function() {
|
|
33513
33507
|
if (!it) {
|
|
33514
33508
|
var l = {
|
|
33515
33509
|
96e3: [Re, [227, 64], _e(154), [56]],
|
|
@@ -33552,7 +33546,7 @@ browserWorkerPolyFill(self);
|
|
|
33552
33546
|
audioTsToVideoTs: Fe,
|
|
33553
33547
|
videoTsToAudioTs: ht,
|
|
33554
33548
|
metadataTsToSeconds: kt
|
|
33555
|
-
}, Ai =
|
|
33549
|
+
}, Ai = Tt, ei = st, ki = function(l) {
|
|
33556
33550
|
var d, f, h = 0;
|
|
33557
33551
|
for (d = 0; d < l.length; d++)
|
|
33558
33552
|
f = l[d], h += f.data.byteLength;
|
|
@@ -35756,17 +35750,17 @@ browserWorkerPolyFill(self);
|
|
|
35756
35750
|
parsePesType: $g,
|
|
35757
35751
|
parsePesTime: Ug,
|
|
35758
35752
|
videoPacketContainsKeyFrame: Vg
|
|
35759
|
-
}, sd = Ee, xn = Nt.handleRollover,
|
|
35760
|
-
|
|
35753
|
+
}, sd = Ee, xn = Nt.handleRollover, xt = {};
|
|
35754
|
+
xt.ts = qg, xt.aac = Wo;
|
|
35761
35755
|
var Js = st.ONE_SECOND_IN_TS, pi = 188, os = 71, jg = function(l, d) {
|
|
35762
35756
|
for (var f = 0, h = pi, v, y; h < l.byteLength; ) {
|
|
35763
35757
|
if (l[f] === os && l[h] === os) {
|
|
35764
|
-
switch (v = l.subarray(f, h), y =
|
|
35758
|
+
switch (v = l.subarray(f, h), y = xt.ts.parseType(v, d.pid), y) {
|
|
35765
35759
|
case "pat":
|
|
35766
|
-
d.pid =
|
|
35760
|
+
d.pid = xt.ts.parsePat(v);
|
|
35767
35761
|
break;
|
|
35768
35762
|
case "pmt":
|
|
35769
|
-
var M =
|
|
35763
|
+
var M = xt.ts.parsePmt(v);
|
|
35770
35764
|
d.table = d.table || {}, Object.keys(M).forEach(function(q) {
|
|
35771
35765
|
d.table[q] = M[q];
|
|
35772
35766
|
});
|
|
@@ -35780,9 +35774,9 @@ browserWorkerPolyFill(self);
|
|
|
35780
35774
|
}, nd = function(l, d, f) {
|
|
35781
35775
|
for (var h = 0, v = pi, y, M, q, X, Z, ae = !1; v <= l.byteLength; ) {
|
|
35782
35776
|
if (l[h] === os && (l[v] === os || v === l.byteLength)) {
|
|
35783
|
-
switch (y = l.subarray(h, v), M =
|
|
35777
|
+
switch (y = l.subarray(h, v), M = xt.ts.parseType(y, d.pid), M) {
|
|
35784
35778
|
case "pes":
|
|
35785
|
-
q =
|
|
35779
|
+
q = xt.ts.parsePesType(y, d.table), X = xt.ts.parsePayloadUnitStartIndicator(y), q === "audio" && X && (Z = xt.ts.parsePesTime(y), Z && (Z.type = "audio", f.audio.push(Z), ae = !0));
|
|
35786
35780
|
break;
|
|
35787
35781
|
}
|
|
35788
35782
|
if (ae)
|
|
@@ -35794,9 +35788,9 @@ browserWorkerPolyFill(self);
|
|
|
35794
35788
|
}
|
|
35795
35789
|
for (v = l.byteLength, h = v - pi, ae = !1; h >= 0; ) {
|
|
35796
35790
|
if (l[h] === os && (l[v] === os || v === l.byteLength)) {
|
|
35797
|
-
switch (y = l.subarray(h, v), M =
|
|
35791
|
+
switch (y = l.subarray(h, v), M = xt.ts.parseType(y, d.pid), M) {
|
|
35798
35792
|
case "pes":
|
|
35799
|
-
q =
|
|
35793
|
+
q = xt.ts.parsePesType(y, d.table), X = xt.ts.parsePayloadUnitStartIndicator(y), q === "audio" && X && (Z = xt.ts.parsePesTime(y), Z && (Z.type = "audio", f.audio.push(Z), ae = !0));
|
|
35800
35794
|
break;
|
|
35801
35795
|
}
|
|
35802
35796
|
if (ae)
|
|
@@ -35812,14 +35806,14 @@ browserWorkerPolyFill(self);
|
|
|
35812
35806
|
size: 0
|
|
35813
35807
|
}; v < l.byteLength; ) {
|
|
35814
35808
|
if (l[h] === os && l[v] === os) {
|
|
35815
|
-
switch (y = l.subarray(h, v), M =
|
|
35809
|
+
switch (y = l.subarray(h, v), M = xt.ts.parseType(y, d.pid), M) {
|
|
35816
35810
|
case "pes":
|
|
35817
|
-
if (q =
|
|
35811
|
+
if (q = xt.ts.parsePesType(y, d.table), X = xt.ts.parsePayloadUnitStartIndicator(y), q === "video" && (X && !Te && (Z = xt.ts.parsePesTime(y), Z && (Z.type = "video", f.video.push(Z), Te = !0)), !f.firstKeyFrame)) {
|
|
35818
35812
|
if (X && We.size !== 0) {
|
|
35819
35813
|
for (ae = new Uint8Array(We.size), me = 0; We.data.length; )
|
|
35820
35814
|
Pe = We.data.shift(), ae.set(Pe, me), me += Pe.byteLength;
|
|
35821
|
-
if (
|
|
35822
|
-
var tt =
|
|
35815
|
+
if (xt.ts.videoPacketContainsKeyFrame(ae)) {
|
|
35816
|
+
var tt = xt.ts.parsePesTime(ae);
|
|
35823
35817
|
tt ? (f.firstKeyFrame = tt, f.firstKeyFrame.type = "video") : console.warn("Failed to extract PTS/DTS from PES at first keyframe. This could be an unusual TS segment, or else mux.js did not parse your TS segment correctly. If you know your TS segments do contain PTS/DTS on keyframes please file a bug report! You can try ffprobe to double check for yourself.");
|
|
35824
35818
|
}
|
|
35825
35819
|
We.size = 0;
|
|
@@ -35837,9 +35831,9 @@ browserWorkerPolyFill(self);
|
|
|
35837
35831
|
}
|
|
35838
35832
|
for (v = l.byteLength, h = v - pi, Te = !1; h >= 0; ) {
|
|
35839
35833
|
if (l[h] === os && l[v] === os) {
|
|
35840
|
-
switch (y = l.subarray(h, v), M =
|
|
35834
|
+
switch (y = l.subarray(h, v), M = xt.ts.parseType(y, d.pid), M) {
|
|
35841
35835
|
case "pes":
|
|
35842
|
-
q =
|
|
35836
|
+
q = xt.ts.parsePesType(y, d.table), X = xt.ts.parsePayloadUnitStartIndicator(y), q === "video" && X && (Z = xt.ts.parsePesTime(y), Z && (Z.type = "video", f.video.push(Z), Te = !0));
|
|
35843
35837
|
break;
|
|
35844
35838
|
}
|
|
35845
35839
|
if (Te)
|
|
@@ -35867,29 +35861,29 @@ browserWorkerPolyFill(self);
|
|
|
35867
35861
|
}
|
|
35868
35862
|
}, Gg = function(l) {
|
|
35869
35863
|
for (var d = !1, f = 0, h = null, v = null, y = 0, M = 0, q; l.length - M >= 3; ) {
|
|
35870
|
-
var X =
|
|
35864
|
+
var X = xt.aac.parseType(l, M);
|
|
35871
35865
|
switch (X) {
|
|
35872
35866
|
case "timed-metadata":
|
|
35873
35867
|
if (l.length - M < 10) {
|
|
35874
35868
|
d = !0;
|
|
35875
35869
|
break;
|
|
35876
35870
|
}
|
|
35877
|
-
if (y =
|
|
35871
|
+
if (y = xt.aac.parseId3TagSize(l, M), y > l.length) {
|
|
35878
35872
|
d = !0;
|
|
35879
35873
|
break;
|
|
35880
35874
|
}
|
|
35881
|
-
v === null && (q = l.subarray(M, M + y), v =
|
|
35875
|
+
v === null && (q = l.subarray(M, M + y), v = xt.aac.parseAacTimestamp(q)), M += y;
|
|
35882
35876
|
break;
|
|
35883
35877
|
case "audio":
|
|
35884
35878
|
if (l.length - M < 7) {
|
|
35885
35879
|
d = !0;
|
|
35886
35880
|
break;
|
|
35887
35881
|
}
|
|
35888
|
-
if (y =
|
|
35882
|
+
if (y = xt.aac.parseAdtsSize(l, M), y > l.length) {
|
|
35889
35883
|
d = !0;
|
|
35890
35884
|
break;
|
|
35891
35885
|
}
|
|
35892
|
-
h === null && (q = l.subarray(M, M + y), h =
|
|
35886
|
+
h === null && (q = l.subarray(M, M + y), h = xt.aac.parseSampleRate(q)), f++, M += y;
|
|
35893
35887
|
break;
|
|
35894
35888
|
default:
|
|
35895
35889
|
M++;
|
|
@@ -35932,7 +35926,7 @@ browserWorkerPolyFill(self);
|
|
|
35932
35926
|
}
|
|
35933
35927
|
return f;
|
|
35934
35928
|
}, Yg = function(l, d) {
|
|
35935
|
-
var f =
|
|
35929
|
+
var f = xt.aac.isLikelyAacData(l), h;
|
|
35936
35930
|
return f ? h = Gg(l) : h = Wg(l), !h || !h.audio && !h.video ? null : (zg(h, d), h);
|
|
35937
35931
|
}, Xg = {
|
|
35938
35932
|
inspect: Yg,
|
|
@@ -36710,7 +36704,7 @@ const Nn = function(s) {
|
|
|
36710
36704
|
trackIds: [_.video.id],
|
|
36711
36705
|
callback: (O) => {
|
|
36712
36706
|
e = O.data.buffer, s.bytes = S = O.data, O.logs.forEach(function(W) {
|
|
36713
|
-
E(
|
|
36707
|
+
E(bt(W, {
|
|
36714
36708
|
stream: "mp4CaptionParser"
|
|
36715
36709
|
}));
|
|
36716
36710
|
}), P(O.captions, z);
|
|
@@ -36937,7 +36931,7 @@ const Nn = function(s) {
|
|
|
36937
36931
|
dataFn: m
|
|
36938
36932
|
}) => (g) => {
|
|
36939
36933
|
if (!g.target.aborted)
|
|
36940
|
-
return s.stats =
|
|
36934
|
+
return s.stats = bt(s.stats, DS(g)), !s.stats.firstBytesReceivedAt && s.stats.bytesReceived && (s.stats.firstBytesReceivedAt = Date.now()), e(g, s);
|
|
36941
36935
|
}, BS = ({
|
|
36942
36936
|
xhr: s,
|
|
36943
36937
|
xhrOptions: e,
|
|
@@ -36977,7 +36971,7 @@ const Nn = function(s) {
|
|
|
36977
36971
|
if (i.key && !i.key.bytes) {
|
|
36978
36972
|
const W = [i.key];
|
|
36979
36973
|
i.map && !i.map.bytes && i.map.key && i.map.key.resolvedUri === i.key.resolvedUri && W.push(i.map.key);
|
|
36980
|
-
const x =
|
|
36974
|
+
const x = bt(e, {
|
|
36981
36975
|
uri: i.key.resolvedUri,
|
|
36982
36976
|
responseType: "arraybuffer",
|
|
36983
36977
|
requestType: "segment-key"
|
|
@@ -36994,7 +36988,7 @@ const Nn = function(s) {
|
|
|
36994
36988
|
}
|
|
36995
36989
|
if (i.map && !i.map.bytes) {
|
|
36996
36990
|
if (i.map.key && (!i.key || i.key.resolvedUri !== i.map.key.resolvedUri)) {
|
|
36997
|
-
const ie =
|
|
36991
|
+
const ie = bt(e, {
|
|
36998
36992
|
uri: i.map.key.resolvedUri,
|
|
36999
36993
|
responseType: "arraybuffer",
|
|
37000
36994
|
requestType: "segment-key"
|
|
@@ -37009,7 +37003,7 @@ const Nn = function(s) {
|
|
|
37009
37003
|
const $ = s(ie, N);
|
|
37010
37004
|
P.push($);
|
|
37011
37005
|
}
|
|
37012
|
-
const x =
|
|
37006
|
+
const x = bt(e, {
|
|
37013
37007
|
uri: i.map.resolvedUri,
|
|
37014
37008
|
responseType: "arraybuffer",
|
|
37015
37009
|
headers: yu(i.map),
|
|
@@ -37026,7 +37020,7 @@ const Nn = function(s) {
|
|
|
37026
37020
|
const F = s(x, D);
|
|
37027
37021
|
P.push(F);
|
|
37028
37022
|
}
|
|
37029
|
-
const G =
|
|
37023
|
+
const G = bt(e, {
|
|
37030
37024
|
uri: i.part && i.part.resolvedUri || i.resolvedUri,
|
|
37031
37025
|
responseType: "arraybuffer",
|
|
37032
37026
|
headers: yu(i),
|
|
@@ -40731,7 +40725,7 @@ const SC = (s) => {
|
|
|
40731
40725
|
o[E] || (o[E] = []);
|
|
40732
40726
|
for (const b in a[s][E]) {
|
|
40733
40727
|
let S = a[s][E][b], _;
|
|
40734
|
-
if (g ? (c(`AUDIO group '${E}' label '${b}' is a main playlist`), S.isMainPlaylist = !0, _ = null) : i === "vhs-json" && S.playlists ? _ = new In(S.playlists[0], t, r) : S.resolvedUri ? _ = new In(S.resolvedUri, t, r) : S.playlists && i === "dash" ? _ = new bu(S.playlists[0], t, r, m) : _ = null, S =
|
|
40728
|
+
if (g ? (c(`AUDIO group '${E}' label '${b}' is a main playlist`), S.isMainPlaylist = !0, _ = null) : i === "vhs-json" && S.playlists ? _ = new In(S.playlists[0], t, r) : S.resolvedUri ? _ = new In(S.resolvedUri, t, r) : S.playlists && i === "dash" ? _ = new bu(S.playlists[0], t, r, m) : _ = null, S = bt({
|
|
40735
40729
|
id: b,
|
|
40736
40730
|
playlistLoader: _
|
|
40737
40731
|
}, S), f0[s](s, S.playlistLoader, e), o[E].push(S), typeof u[b] > "u") {
|
|
@@ -40797,7 +40791,7 @@ const SC = (s) => {
|
|
|
40797
40791
|
i,
|
|
40798
40792
|
a
|
|
40799
40793
|
));
|
|
40800
|
-
if (b =
|
|
40794
|
+
if (b = bt({
|
|
40801
40795
|
id: E,
|
|
40802
40796
|
playlistLoader: S
|
|
40803
40797
|
}, b), f0[s](s, b.playlistLoader, e), u[g].push(b), typeof c[E] > "u") {
|
|
@@ -40849,7 +40843,7 @@ const SC = (s) => {
|
|
|
40849
40843
|
instreamId: u.instreamId,
|
|
40850
40844
|
default: u.default && u.autoselect
|
|
40851
40845
|
};
|
|
40852
|
-
if (c[m.instreamId] && (m =
|
|
40846
|
+
if (c[m.instreamId] && (m = bt(m, c[m.instreamId])), m.default === void 0 && delete m.default, n[a].push(bt({
|
|
40853
40847
|
id: o
|
|
40854
40848
|
}, u)), typeof r[o] > "u") {
|
|
40855
40849
|
const g = t.addRemoteTextTrack({
|
|
@@ -41388,16 +41382,16 @@ class $C extends ce.EventTarget {
|
|
|
41388
41382
|
exactManifestTimings: e.exactManifestTimings,
|
|
41389
41383
|
addMetadataToTextTrack: this.addMetadataToTextTrack.bind(this)
|
|
41390
41384
|
};
|
|
41391
|
-
this.mainPlaylistLoader_ = this.sourceType_ === "dash" ? new bu(t, this.vhs_,
|
|
41385
|
+
this.mainPlaylistLoader_ = this.sourceType_ === "dash" ? new bu(t, this.vhs_, bt(this.requestOptions_, {
|
|
41392
41386
|
addMetadataToTextTrack: this.addMetadataToTextTrack.bind(this)
|
|
41393
|
-
})) : new In(t, this.vhs_,
|
|
41387
|
+
})) : new In(t, this.vhs_, bt(this.requestOptions_, {
|
|
41394
41388
|
addDateRangesToTextTrack: this.addDateRangesToTextTrack_.bind(this)
|
|
41395
|
-
})), this.setupMainPlaylistLoaderListeners_(), this.mainSegmentLoader_ = new Su(
|
|
41389
|
+
})), this.setupMainPlaylistLoaderListeners_(), this.mainSegmentLoader_ = new Su(bt(R, {
|
|
41396
41390
|
segmentMetadataTrack: this.segmentMetadataTrack_,
|
|
41397
41391
|
loaderType: "main"
|
|
41398
|
-
}), e), this.audioSegmentLoader_ = new Su(
|
|
41392
|
+
}), e), this.audioSegmentLoader_ = new Su(bt(R, {
|
|
41399
41393
|
loaderType: "audio"
|
|
41400
|
-
}), e), this.subtitleSegmentLoader_ = new pC(
|
|
41394
|
+
}), e), this.subtitleSegmentLoader_ = new pC(bt(R, {
|
|
41401
41395
|
loaderType: "vtt",
|
|
41402
41396
|
featuresNativeTextTracks: this.tech_.featuresNativeTextTracks,
|
|
41403
41397
|
loadVttJs: () => new Promise((G, H) => {
|
|
@@ -42770,7 +42764,7 @@ const HC = {
|
|
|
42770
42764
|
}
|
|
42771
42765
|
}, rm = function(s, e) {
|
|
42772
42766
|
let t = 0, i = 0;
|
|
42773
|
-
const n =
|
|
42767
|
+
const n = bt(HC, e);
|
|
42774
42768
|
s.ready(() => {
|
|
42775
42769
|
s.trigger({
|
|
42776
42770
|
type: "usage",
|
|
@@ -42861,7 +42855,7 @@ const QC = (s, e, t) => {
|
|
|
42861
42855
|
const n = Un(i.video), r = Un(i.audio), a = {};
|
|
42862
42856
|
for (const o in s)
|
|
42863
42857
|
a[o] = {}, r && (a[o].audioContentType = r), n && (a[o].videoContentType = n), e.contentProtection && e.contentProtection[o] && e.contentProtection[o].pssh && (a[o].pssh = e.contentProtection[o].pssh), typeof s[o] == "string" && (a[o].url = s[o]);
|
|
42864
|
-
return
|
|
42858
|
+
return bt(s, a);
|
|
42865
42859
|
}, ZC = (s, e) => s.reduce((t, i) => {
|
|
42866
42860
|
if (!i.contentProtection)
|
|
42867
42861
|
return t;
|
|
@@ -42926,7 +42920,7 @@ const QC = (s, e, t) => {
|
|
|
42926
42920
|
if (!K.localStorage)
|
|
42927
42921
|
return !1;
|
|
42928
42922
|
let e = um();
|
|
42929
|
-
e = e ?
|
|
42923
|
+
e = e ? bt(e, s) : s;
|
|
42930
42924
|
try {
|
|
42931
42925
|
K.localStorage.setItem(om, JSON.stringify(e));
|
|
42932
42926
|
} catch {
|
|
@@ -43013,7 +43007,7 @@ class pm extends s6 {
|
|
|
43013
43007
|
* @param {Object} options A partial chunk of config options
|
|
43014
43008
|
*/
|
|
43015
43009
|
setOptions_(e = {}) {
|
|
43016
|
-
if (this.options_ =
|
|
43010
|
+
if (this.options_ = bt(this.options_, e), this.options_.withCredentials = this.options_.withCredentials || !1, this.options_.limitRenditionByPlayerDimensions = this.options_.limitRenditionByPlayerDimensions !== !1, this.options_.useDevicePixelRatio = this.options_.useDevicePixelRatio || !1, this.options_.usePlayerObjectFit = this.options_.usePlayerObjectFit || !1, this.options_.useBandwidthFromLocalStorage = typeof this.source_.useBandwidthFromLocalStorage < "u" ? this.source_.useBandwidthFromLocalStorage : this.options_.useBandwidthFromLocalStorage || !1, this.options_.useForcedSubtitles = this.options_.useForcedSubtitles || !1, this.options_.useNetworkInformationApi = typeof this.options_.useNetworkInformationApi < "u" ? this.options_.useNetworkInformationApi : !0, this.options_.useDtsForTimestampOffset = this.options_.useDtsForTimestampOffset || !1, this.options_.customTagParsers = this.options_.customTagParsers || [], this.options_.customTagMappers = this.options_.customTagMappers || [], this.options_.cacheEncryptionKeys = this.options_.cacheEncryptionKeys || !1, this.options_.llhls = this.options_.llhls !== !1, this.options_.bufferBasedABR = this.options_.bufferBasedABR || !1, typeof this.options_.playlistExclusionDuration != "number" && (this.options_.playlistExclusionDuration = 60), typeof this.options_.bandwidth != "number" && this.options_.useBandwidthFromLocalStorage) {
|
|
43017
43011
|
const i = um();
|
|
43018
43012
|
i && i.bandwidth && (this.options_.bandwidth = i.bandwidth, this.tech_.trigger({
|
|
43019
43013
|
type: "usage",
|
|
@@ -43044,7 +43038,7 @@ class pm extends s6 {
|
|
|
43044
43038
|
this.setOptions_(), this.options_.src = i6(this.source_.src), this.options_.tech = this.tech_, this.options_.externVhs = Mt, this.options_.sourceType = M0(t), this.options_.seekTo = (r) => {
|
|
43045
43039
|
this.tech_.setCurrentTime(r);
|
|
43046
43040
|
}, this.options_.player_ = this.player_, this.playlistController_ = new $C(this.options_);
|
|
43047
|
-
const i =
|
|
43041
|
+
const i = bt({
|
|
43048
43042
|
liveRangeSafeTimeDelta: fs
|
|
43049
43043
|
}, this.options_, {
|
|
43050
43044
|
seekable: () => this.seekable(),
|
|
@@ -43379,11 +43373,11 @@ const mo = {
|
|
|
43379
43373
|
name: "videojs-http-streaming",
|
|
43380
43374
|
VERSION: am,
|
|
43381
43375
|
canHandleSource(s, e = {}) {
|
|
43382
|
-
const t =
|
|
43376
|
+
const t = bt(ce.options, e);
|
|
43383
43377
|
return !t.vhs.experimentalUseMMS && !Rr("avc1.4d400d,mp4a.40.2", !1) ? !1 : mo.canPlayType(s.type, t);
|
|
43384
43378
|
},
|
|
43385
43379
|
handleSource(s, e, t = {}) {
|
|
43386
|
-
const i =
|
|
43380
|
+
const i = bt(ce.options, t);
|
|
43387
43381
|
return e.vhs = new pm(s, e, i), e.vhs.xhr = Pp(), e.vhs.setupXhrHooks_(), e.vhs.src(s.src, s.type), e.vhs;
|
|
43388
43382
|
},
|
|
43389
43383
|
canPlayType(s, e) {
|
|
@@ -43452,7 +43446,7 @@ const r6 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAQ4AQMAAADSHVMAAA
|
|
|
43452
43446
|
F();
|
|
43453
43447
|
}
|
|
43454
43448
|
}, g = le([]);
|
|
43455
|
-
|
|
43449
|
+
St(
|
|
43456
43450
|
() => g.value,
|
|
43457
43451
|
(_) => {
|
|
43458
43452
|
const A = i.instance;
|
|
@@ -43539,7 +43533,7 @@ const r6 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAQ4AQMAAADSHVMAAA
|
|
|
43539
43533
|
};
|
|
43540
43534
|
return Di(() => {
|
|
43541
43535
|
S(), document.addEventListener("click", c);
|
|
43542
|
-
}),
|
|
43536
|
+
}), St(
|
|
43543
43537
|
() => i.src,
|
|
43544
43538
|
() => {
|
|
43545
43539
|
S();
|
|
@@ -43924,7 +43918,7 @@ const w6 = { name: "components-icon-tips", render: E6 }, D6 = { class: "o-sig-me
|
|
|
43924
43918
|
}, P = le(Ke.ALL), I = () => {
|
|
43925
43919
|
R();
|
|
43926
43920
|
};
|
|
43927
|
-
|
|
43921
|
+
St(
|
|
43928
43922
|
() => n.value,
|
|
43929
43923
|
() => {
|
|
43930
43924
|
n.value && I(Ke.ALL);
|
|
@@ -43941,7 +43935,7 @@ const w6 = { name: "components-icon-tips", render: E6 }, D6 = { class: "o-sig-me
|
|
|
43941
43935
|
F || (F = H.value.find((ie) => ke(ie).isAfter(ke())) || // 未来日期最近日期
|
|
43942
43936
|
[...H.value].reverse().find((ie) => ke().isAfter(ke(ie)))), c.value = F;
|
|
43943
43937
|
};
|
|
43944
|
-
|
|
43938
|
+
St(() => H.value, (F) => {
|
|
43945
43939
|
F.length && (z(), Wt(() => {
|
|
43946
43940
|
A(c.value);
|
|
43947
43941
|
}));
|
|
@@ -43992,7 +43986,7 @@ const w6 = { name: "components-icon-tips", render: E6 }, D6 = { class: "o-sig-me
|
|
|
43992
43986
|
})), x = () => {
|
|
43993
43987
|
O.value.length ? (b.value = O.value.findIndex((F) => F.some((ie) => c.value === `${ie.month}-${ie.day}`)), b.value === -1 && (b.value = O.value.findIndex((F) => F.some((ie) => c.value.includes(ie.month))))) : b.value = -1;
|
|
43994
43988
|
};
|
|
43995
|
-
|
|
43989
|
+
St(
|
|
43996
43990
|
[() => O.value, () => c.value],
|
|
43997
43991
|
() => {
|
|
43998
43992
|
x();
|
|
@@ -44302,7 +44296,7 @@ const w6 = { name: "components-icon-tips", render: E6 }, D6 = { class: "o-sig-me
|
|
|
44302
44296
|
}
|
|
44303
44297
|
];
|
|
44304
44298
|
}, [])), _e = le();
|
|
44305
|
-
|
|
44299
|
+
St(
|
|
44306
44300
|
() => ot.value,
|
|
44307
44301
|
() => {
|
|
44308
44302
|
je(ot.value);
|
|
@@ -44327,7 +44321,7 @@ const w6 = { name: "components-icon-tips", render: E6 }, D6 = { class: "o-sig-me
|
|
|
44327
44321
|
const ue = (fe = _e.value) == null ? void 0 : fe.getContainerEl();
|
|
44328
44322
|
ue == null || ue.removeEventListener("scroll", V);
|
|
44329
44323
|
});
|
|
44330
|
-
const it = (ue) => (ue = ke(ue || void 0), _.value ? ue.format("MMMM YYYY") : ue.format("YYYY MM月")),
|
|
44324
|
+
const it = (ue) => (ue = ke(ue || void 0), _.value ? ue.format("MMMM YYYY") : ue.format("YYYY MM月")), Tt = Ve(() => [
|
|
44331
44325
|
{
|
|
44332
44326
|
id: "confirm",
|
|
44333
44327
|
color: "primary",
|
|
@@ -44679,7 +44673,7 @@ const w6 = { name: "components-icon-tips", render: E6 }, D6 = { class: "o-sig-me
|
|
|
44679
44673
|
"onUpdate:visible": fe[9] || (fe[9] = (be) => xe.value = be),
|
|
44680
44674
|
"main-class": "handle-dialog",
|
|
44681
44675
|
onClose: et,
|
|
44682
|
-
actions:
|
|
44676
|
+
actions: Tt.value
|
|
44683
44677
|
}, {
|
|
44684
44678
|
header: L(() => [
|
|
44685
44679
|
Ie(Q(p(g)("meeting.meetingHandleText", [ye.value === "edit" ? p(g)("meeting.edit") : p(g)("meeting.cancel2")])), 1)
|