@conboai/storybook.components 0.3.94 → 0.3.96
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/Svg/icons.d.ts +8 -0
- package/dist/storybook.components.mjs +425 -321
- package/package.json +1 -1
|
@@ -29188,6 +29188,110 @@ const KX = {
|
|
|
29188
29188
|
strokeLinecap: "round",
|
|
29189
29189
|
strokeLinejoin: "round"
|
|
29190
29190
|
}
|
|
29191
|
+
},
|
|
29192
|
+
graphIcon: {
|
|
29193
|
+
width: 21,
|
|
29194
|
+
height: 20,
|
|
29195
|
+
paths: [
|
|
29196
|
+
"M2.83337 10.667C2.83337 6.801 5.96738 3.66699 9.83337 3.66699V10.667H16.8334C16.8334 14.533 13.6994 17.667 9.83337 17.667C5.96738 17.667 2.83337 14.533 2.83337 10.667Z",
|
|
29197
|
+
"M11.9166 2.79225C14.9532 3.13661 17.3633 5.54676 17.7077 8.58333H11.9166V2.79225Z"
|
|
29198
|
+
]
|
|
29199
|
+
},
|
|
29200
|
+
carIcon: {
|
|
29201
|
+
width: 21,
|
|
29202
|
+
height: 20,
|
|
29203
|
+
strokeWidth: 1.5,
|
|
29204
|
+
paths: [
|
|
29205
|
+
"M16.5 4.7334H4.49996C3.76358 4.7334 3.16663 5.33035 3.16663 6.06673V14.834C3.16663 15.5704 3.76358 16.1673 4.49996 16.1673H16.5C17.2363 16.1673 17.8333 15.5704 17.8333 14.834V6.06673C17.8333 5.33035 17.2363 4.7334 16.5 4.7334Z",
|
|
29206
|
+
"M3.16663 13.333L5.83329 10.6663L7.83329 12.6663L12.1666 8.33301L17.5 13.6663",
|
|
29207
|
+
"M6.16663 7.66699L6.16663 7.66699"
|
|
29208
|
+
],
|
|
29209
|
+
attributes: {
|
|
29210
|
+
strokeMiterlimit: 1.5,
|
|
29211
|
+
strokeLinecap: "round",
|
|
29212
|
+
strokeLinejoin: "round"
|
|
29213
|
+
}
|
|
29214
|
+
},
|
|
29215
|
+
imageIcon: {
|
|
29216
|
+
width: 21,
|
|
29217
|
+
height: 20,
|
|
29218
|
+
paths: [
|
|
29219
|
+
"M16.5 4.7334H4.49996C3.76358 4.7334 3.16663 5.33035 3.16663 6.06673V14.834C3.16663 15.5704 3.76358 16.1673 4.49996 16.1673H16.5C17.2363 16.1673 17.8333 15.5704 17.8333 14.834V6.06673C17.8333 5.33035 17.2363 4.7334 16.5 4.7334Z",
|
|
29220
|
+
"M8.5 7.33301L13.8333 10.333L8.5 13.333V7.33301Z"
|
|
29221
|
+
]
|
|
29222
|
+
},
|
|
29223
|
+
playIcon: {
|
|
29224
|
+
width: 21,
|
|
29225
|
+
height: 20,
|
|
29226
|
+
paths: [
|
|
29227
|
+
"M16.5 4.7334H4.49996C3.76358 4.7334 3.16663 5.33035 3.16663 6.06673V14.834C3.16663 15.5704 3.76358 16.1673 4.49996 16.1673H16.5C17.2363 16.1673 17.8333 15.5704 17.8333 14.834V6.06673C17.8333 5.33035 17.2363 4.7334 16.5 4.7334Z",
|
|
29228
|
+
"M8.5 7.33301L13.8333 10.333L8.5 13.333V7.33301Z"
|
|
29229
|
+
]
|
|
29230
|
+
},
|
|
29231
|
+
boardIcon: {
|
|
29232
|
+
width: 20,
|
|
29233
|
+
height: 20,
|
|
29234
|
+
strokeWidth: 1.5,
|
|
29235
|
+
paths: [
|
|
29236
|
+
"M14 6.66673V2.00006L3.33331 2V16L6.99998 16.0001",
|
|
29237
|
+
"M14 18.6663C16.5773 18.6663 18.6666 16.577 18.6666 13.9997C18.6666 11.4223 16.5773 9.33301 14 9.33301C11.4227 9.33301 9.33331 11.4223 9.33331 13.9997C9.33331 16.577 11.4227 18.6663 14 18.6663Z",
|
|
29238
|
+
"M14 14L15.3333 15.3333",
|
|
29239
|
+
"M6 6L11.3333 6",
|
|
29240
|
+
"M6 8.66699L8.66667 8.66699",
|
|
29241
|
+
"M14 14L14 12"
|
|
29242
|
+
],
|
|
29243
|
+
attributes: {
|
|
29244
|
+
strokeMiterlimit: 1.5,
|
|
29245
|
+
strokeLinecap: "round",
|
|
29246
|
+
strokeLinejoin: "round"
|
|
29247
|
+
}
|
|
29248
|
+
},
|
|
29249
|
+
historyIcon: {
|
|
29250
|
+
width: 45,
|
|
29251
|
+
height: 66,
|
|
29252
|
+
strokeWidth: 1.5,
|
|
29253
|
+
paths: [
|
|
29254
|
+
"M12.9996 38.0001C12.9996 41.8634 16.1362 45.0001 19.9996 45.0001C23.863 45.0001 26.9996 41.8634 26.9996 38.0001C26.9996 34.1366 23.863 31 19.9996 31C18.0941 31 16.3653 31.7631 15.1026 33",
|
|
29255
|
+
"M17.0721 34.2615L14.2357 34.2617",
|
|
29256
|
+
"M14.1987 30.749L14.199 34.2246",
|
|
29257
|
+
"M20 38L22.8284 40.8284",
|
|
29258
|
+
"M20 38L20 34"
|
|
29259
|
+
],
|
|
29260
|
+
attributes: {
|
|
29261
|
+
strokeMiterlimit: 1.5,
|
|
29262
|
+
strokeLinecap: "round",
|
|
29263
|
+
strokeLinejoin: "round"
|
|
29264
|
+
}
|
|
29265
|
+
},
|
|
29266
|
+
warningIcon: {
|
|
29267
|
+
width: 20,
|
|
29268
|
+
height: 20,
|
|
29269
|
+
strokeWidth: 1.5,
|
|
29270
|
+
paths: [
|
|
29271
|
+
"M3 3H17V17H3V3Z",
|
|
29272
|
+
"M10 6L10 11",
|
|
29273
|
+
"M10 13.667L10 13.667"
|
|
29274
|
+
],
|
|
29275
|
+
attributes: {
|
|
29276
|
+
strokeMiterlimit: 1.5,
|
|
29277
|
+
strokeLinecap: "round",
|
|
29278
|
+
strokeLinejoin: "round"
|
|
29279
|
+
}
|
|
29280
|
+
},
|
|
29281
|
+
cameraIcon: {
|
|
29282
|
+
width: 20,
|
|
29283
|
+
height: 20,
|
|
29284
|
+
strokeWidth: 1.5,
|
|
29285
|
+
paths: [
|
|
29286
|
+
"M11.3333 5.33301H4.66667C3.19391 5.33301 2 6.52691 2 7.99967V11.9997C2 13.4724 3.19391 14.6663 4.66667 14.6663H11.3333C12.8061 14.6663 14 13.4724 14 11.9997V7.99967C14 6.52692 12.8061 5.33301 11.3333 5.33301Z",
|
|
29287
|
+
"M18.0443 7.33301L14.0454 8.66634V11.333L18.0443 12.6663V7.33301Z",
|
|
29288
|
+
"M11 8.33301L11 8.33301"
|
|
29289
|
+
],
|
|
29290
|
+
attributes: {
|
|
29291
|
+
strokeMiterlimit: 1.5,
|
|
29292
|
+
strokeLinecap: "round",
|
|
29293
|
+
strokeLinejoin: "round"
|
|
29294
|
+
}
|
|
29191
29295
|
}
|
|
29192
29296
|
};
|
|
29193
29297
|
function Jn({ fill: e = "black", icon: t, width: n, height: r, fillOpacity: o }) {
|
|
@@ -38015,7 +38119,7 @@ const Rte = (e) => {
|
|
|
38015
38119
|
root: ["root", t && "landscape"],
|
|
38016
38120
|
contentWrapper: ["contentWrapper"]
|
|
38017
38121
|
}, XT, n);
|
|
38018
|
-
},
|
|
38122
|
+
}, e7 = Re("div", {
|
|
38019
38123
|
name: "MuiPickersLayout",
|
|
38020
38124
|
slot: "Root",
|
|
38021
38125
|
overridesResolver: (e, t) => t.root
|
|
@@ -38076,7 +38180,7 @@ const Rte = (e) => {
|
|
|
38076
38180
|
}
|
|
38077
38181
|
}
|
|
38078
38182
|
}]
|
|
38079
|
-
}),
|
|
38183
|
+
}), t7 = Re("div", {
|
|
38080
38184
|
name: "MuiPickersLayout",
|
|
38081
38185
|
slot: "ContentWrapper",
|
|
38082
38186
|
overridesResolver: (e, t) => t.contentWrapper
|
|
@@ -38101,12 +38205,12 @@ const Rte = (e) => {
|
|
|
38101
38205
|
isLandscape: h,
|
|
38102
38206
|
wrapperVariant: f
|
|
38103
38207
|
} = r, b = Ate(r);
|
|
38104
|
-
return /* @__PURE__ */ H.jsxs(
|
|
38208
|
+
return /* @__PURE__ */ H.jsxs(e7, {
|
|
38105
38209
|
ref: n,
|
|
38106
38210
|
sx: u,
|
|
38107
38211
|
className: He(d, b.root),
|
|
38108
38212
|
ownerState: r,
|
|
38109
|
-
children: [h ? c : o, h ? o : c, /* @__PURE__ */ H.jsx(
|
|
38213
|
+
children: [h ? c : o, h ? o : c, /* @__PURE__ */ H.jsx(t7, {
|
|
38110
38214
|
className: b.contentWrapper,
|
|
38111
38215
|
children: f === "desktop" ? /* @__PURE__ */ H.jsxs($.Fragment, {
|
|
38112
38216
|
children: [i, a]
|
|
@@ -38298,7 +38402,7 @@ const Dte = ["props", "getOpenDialogAriaText"], Ote = ["ownerState"], _te = ["ow
|
|
|
38298
38402
|
}))]
|
|
38299
38403
|
})
|
|
38300
38404
|
};
|
|
38301
|
-
}, Nte = ["views", "format"],
|
|
38405
|
+
}, Nte = ["views", "format"], n7 = (e, t) => {
|
|
38302
38406
|
let {
|
|
38303
38407
|
views: n,
|
|
38304
38408
|
format: r
|
|
@@ -38348,10 +38452,10 @@ ut("MuiTimeClock", ["root", "arrowSwitcher"]);
|
|
|
38348
38452
|
const Zc = 220, Us = 36, Kd = {
|
|
38349
38453
|
x: Zc / 2,
|
|
38350
38454
|
y: Zc / 2
|
|
38351
|
-
},
|
|
38455
|
+
}, r7 = {
|
|
38352
38456
|
x: Kd.x,
|
|
38353
38457
|
y: 0
|
|
38354
|
-
}, Hte =
|
|
38458
|
+
}, Hte = r7.x - Kd.x, Ute = r7.y - Kd.y, zte = (e) => e * (180 / Math.PI), o7 = (e, t, n) => {
|
|
38355
38459
|
const r = t - Kd.x, o = n - Kd.y, i = Math.atan2(Hte, Ute) - Math.atan2(r, o);
|
|
38356
38460
|
let a = zte(i);
|
|
38357
38461
|
a = Math.round(a / e) * e, a %= 360;
|
|
@@ -38364,13 +38468,13 @@ const Zc = 220, Us = 36, Kd = {
|
|
|
38364
38468
|
const r = n * 6;
|
|
38365
38469
|
let {
|
|
38366
38470
|
value: o
|
|
38367
|
-
} =
|
|
38471
|
+
} = o7(r, e, t);
|
|
38368
38472
|
return o = o * n % 60, o;
|
|
38369
38473
|
}, Wte = (e, t, n) => {
|
|
38370
38474
|
const {
|
|
38371
38475
|
value: r,
|
|
38372
38476
|
distance: o
|
|
38373
|
-
} =
|
|
38477
|
+
} = o7(30, e, t);
|
|
38374
38478
|
let i = r || 12;
|
|
38375
38479
|
return n ? i %= 12 : o < Zc / 2 - Us && (i += 12, i %= 24), i;
|
|
38376
38480
|
};
|
|
@@ -38557,7 +38661,7 @@ const ene = (e) => {
|
|
|
38557
38661
|
top: "50%",
|
|
38558
38662
|
left: "50%",
|
|
38559
38663
|
transform: "translate(-50%, -50%)"
|
|
38560
|
-
})),
|
|
38664
|
+
})), i7 = (e, t) => ({
|
|
38561
38665
|
zIndex: 1,
|
|
38562
38666
|
bottom: 8,
|
|
38563
38667
|
paddingLeft: 4,
|
|
@@ -38581,7 +38685,7 @@ const ene = (e) => {
|
|
|
38581
38685
|
overridesResolver: (e, t) => t.amButton
|
|
38582
38686
|
})(({
|
|
38583
38687
|
theme: e
|
|
38584
|
-
}) => U({},
|
|
38688
|
+
}) => U({}, i7(e, "am"), {
|
|
38585
38689
|
// keeping it here to make TS happy
|
|
38586
38690
|
position: "absolute",
|
|
38587
38691
|
left: 8
|
|
@@ -38591,7 +38695,7 @@ const ene = (e) => {
|
|
|
38591
38695
|
overridesResolver: (e, t) => t.pmButton
|
|
38592
38696
|
})(({
|
|
38593
38697
|
theme: e
|
|
38594
|
-
}) => U({},
|
|
38698
|
+
}) => U({}, i7(e, "pm"), {
|
|
38595
38699
|
// keeping it here to make TS happy
|
|
38596
38700
|
position: "absolute",
|
|
38597
38701
|
right: 8
|
|
@@ -38778,7 +38882,7 @@ const Ff = ut("MuiClockNumber", ["root", "selected", "disabled"]), une = ["class
|
|
|
38778
38882
|
})
|
|
38779
38883
|
}]
|
|
38780
38884
|
}));
|
|
38781
|
-
function
|
|
38885
|
+
function s7(e) {
|
|
38782
38886
|
const t = fn({
|
|
38783
38887
|
props: e,
|
|
38784
38888
|
name: "MuiClockNumber"
|
|
@@ -38818,7 +38922,7 @@ const fne = ({
|
|
|
38818
38922
|
const b = !e && (h === 0 || h > 12);
|
|
38819
38923
|
f = i.formatNumber(f);
|
|
38820
38924
|
const g = d(h);
|
|
38821
|
-
l.push(/* @__PURE__ */ H.jsx(
|
|
38925
|
+
l.push(/* @__PURE__ */ H.jsx(s7, {
|
|
38822
38926
|
id: g ? o : void 0,
|
|
38823
38927
|
index: h,
|
|
38824
38928
|
inner: b,
|
|
@@ -38839,7 +38943,7 @@ const fne = ({
|
|
|
38839
38943
|
const i = e.formatNumber;
|
|
38840
38944
|
return [[5, i("05")], [10, i("10")], [15, i("15")], [20, i("20")], [25, i("25")], [30, i("30")], [35, i("35")], [40, i("40")], [45, i("45")], [50, i("50")], [55, i("55")], [0, i("00")]].map(([a, l], c) => {
|
|
38841
38945
|
const u = a === t;
|
|
38842
|
-
return /* @__PURE__ */ H.jsx(
|
|
38946
|
+
return /* @__PURE__ */ H.jsx(s7, {
|
|
38843
38947
|
label: l,
|
|
38844
38948
|
id: u ? o : void 0,
|
|
38845
38949
|
index: c + 1,
|
|
@@ -38895,7 +38999,7 @@ const fne = ({
|
|
|
38895
38999
|
position: "absolute",
|
|
38896
39000
|
right: 12,
|
|
38897
39001
|
top: 15
|
|
38898
|
-
}), yne = ["hours", "minutes"],
|
|
39002
|
+
}), yne = ["hours", "minutes"], a7 = /* @__PURE__ */ $.forwardRef(function(t, n) {
|
|
38899
39003
|
const r = Sn(), o = fn({
|
|
38900
39004
|
props: t,
|
|
38901
39005
|
name: "MuiTimeClock"
|
|
@@ -39097,7 +39201,7 @@ const fne = ({
|
|
|
39097
39201
|
})]
|
|
39098
39202
|
}));
|
|
39099
39203
|
});
|
|
39100
|
-
process.env.NODE_ENV !== "production" && (
|
|
39204
|
+
process.env.NODE_ENV !== "production" && (a7.propTypes = {
|
|
39101
39205
|
// ----------------------------- Warning --------------------------------
|
|
39102
39206
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
39103
39207
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -39318,7 +39422,7 @@ const xne = ut("MuiDigitalClock", ["root", "list", "item"]), Cne = ["ampm", "tim
|
|
|
39318
39422
|
"&.Mui-focusVisible": {
|
|
39319
39423
|
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.focusOpacity})` : Kr(e.palette.primary.main, e.palette.action.focusOpacity)
|
|
39320
39424
|
}
|
|
39321
|
-
})),
|
|
39425
|
+
})), l7 = /* @__PURE__ */ $.forwardRef(function(t, n) {
|
|
39322
39426
|
const r = Sn(), o = $.useRef(null), i = Ft(n, o), a = fn({
|
|
39323
39427
|
props: t,
|
|
39324
39428
|
name: "MuiDigitalClock"
|
|
@@ -39434,7 +39538,7 @@ const xne = ut("MuiDigitalClock", ["root", "list", "item"]), Cne = ["ampm", "tim
|
|
|
39434
39538
|
})
|
|
39435
39539
|
}));
|
|
39436
39540
|
});
|
|
39437
|
-
process.env.NODE_ENV !== "production" && (
|
|
39541
|
+
process.env.NODE_ENV !== "production" && (l7.propTypes = {
|
|
39438
39542
|
// ----------------------------- Warning --------------------------------
|
|
39439
39543
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
39440
39544
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -39805,7 +39909,7 @@ const Mne = ut("MuiMultiSectionDigitalClockSection", ["root", "item"]), Pne = ["
|
|
|
39805
39909
|
flexDirection: "row",
|
|
39806
39910
|
width: "100%",
|
|
39807
39911
|
borderBottom: `1px solid ${(e.vars || e).palette.divider}`
|
|
39808
|
-
})),
|
|
39912
|
+
})), c7 = /* @__PURE__ */ $.forwardRef(function(t, n) {
|
|
39809
39913
|
const r = Sn(), o = jr(), i = fn({
|
|
39810
39914
|
props: t,
|
|
39811
39915
|
name: "MuiMultiSectionDigitalClock"
|
|
@@ -40019,7 +40123,7 @@ const Mne = ut("MuiMultiSectionDigitalClockSection", ["root", "item"]), Pne = ["
|
|
|
40019
40123
|
}, ae))
|
|
40020
40124
|
}));
|
|
40021
40125
|
});
|
|
40022
|
-
process.env.NODE_ENV !== "production" && (
|
|
40126
|
+
process.env.NODE_ENV !== "production" && (c7.propTypes = {
|
|
40023
40127
|
// ----------------------------- Warning --------------------------------
|
|
40024
40128
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
40025
40129
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -40214,7 +40318,7 @@ const zm = ({
|
|
|
40214
40318
|
showViewSwitcher: B,
|
|
40215
40319
|
disableIgnoringDatePartForTimeValidation: O,
|
|
40216
40320
|
timezone: D
|
|
40217
|
-
}) => /* @__PURE__ */ H.jsx(
|
|
40321
|
+
}) => /* @__PURE__ */ H.jsx(a7, {
|
|
40218
40322
|
view: e,
|
|
40219
40323
|
onViewChange: t,
|
|
40220
40324
|
focusedView: n && Xc(n) ? n : null,
|
|
@@ -40272,7 +40376,7 @@ const zm = ({
|
|
|
40272
40376
|
timeSteps: B,
|
|
40273
40377
|
skipDisabled: O,
|
|
40274
40378
|
timezone: D
|
|
40275
|
-
}) => /* @__PURE__ */ H.jsx(
|
|
40379
|
+
}) => /* @__PURE__ */ H.jsx(l7, {
|
|
40276
40380
|
view: e,
|
|
40277
40381
|
onViewChange: t,
|
|
40278
40382
|
focusedView: n,
|
|
@@ -40330,7 +40434,7 @@ const zm = ({
|
|
|
40330
40434
|
timeSteps: B,
|
|
40331
40435
|
skipDisabled: O,
|
|
40332
40436
|
timezone: D
|
|
40333
|
-
}) => /* @__PURE__ */ H.jsx(
|
|
40437
|
+
}) => /* @__PURE__ */ H.jsx(c7, {
|
|
40334
40438
|
view: e,
|
|
40335
40439
|
onViewChange: t,
|
|
40336
40440
|
focusedView: n,
|
|
@@ -40359,7 +40463,7 @@ const zm = ({
|
|
|
40359
40463
|
timeSteps: B,
|
|
40360
40464
|
skipDisabled: O,
|
|
40361
40465
|
timezone: D
|
|
40362
|
-
}),
|
|
40466
|
+
}), u7 = /* @__PURE__ */ $.forwardRef(function(t, n) {
|
|
40363
40467
|
var p;
|
|
40364
40468
|
const r = jr(), {
|
|
40365
40469
|
toolbar: o,
|
|
@@ -40375,7 +40479,7 @@ const zm = ({
|
|
|
40375
40479
|
} = t, b = l && (((p = l.props.actions) == null ? void 0 : p.length) ?? 0) > 0, g = U({}, t, {
|
|
40376
40480
|
isRtl: r
|
|
40377
40481
|
});
|
|
40378
|
-
return /* @__PURE__ */ H.jsxs(
|
|
40482
|
+
return /* @__PURE__ */ H.jsxs(e7, {
|
|
40379
40483
|
ref: n,
|
|
40380
40484
|
className: He(d, Vi.root, f == null ? void 0 : f.root),
|
|
40381
40485
|
sx: [{
|
|
@@ -40388,7 +40492,7 @@ const zm = ({
|
|
|
40388
40492
|
}
|
|
40389
40493
|
}, ...Array.isArray(u) ? u : [u]],
|
|
40390
40494
|
ownerState: g,
|
|
40391
|
-
children: [h ? c : o, h ? o : c, /* @__PURE__ */ H.jsxs(
|
|
40495
|
+
children: [h ? c : o, h ? o : c, /* @__PURE__ */ H.jsxs(t7, {
|
|
40392
40496
|
className: He(Vi.contentWrapper, f == null ? void 0 : f.contentWrapper),
|
|
40393
40497
|
sx: {
|
|
40394
40498
|
display: "grid"
|
|
@@ -40402,7 +40506,7 @@ const zm = ({
|
|
|
40402
40506
|
}), l]
|
|
40403
40507
|
});
|
|
40404
40508
|
});
|
|
40405
|
-
process.env.NODE_ENV !== "production" && (
|
|
40509
|
+
process.env.NODE_ENV !== "production" && (u7.propTypes = {
|
|
40406
40510
|
// ----------------------------- Warning --------------------------------
|
|
40407
40511
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
40408
40512
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -40496,7 +40600,7 @@ const jne = ["openTo", "focusedView", "timeViewsCount"], $ne = function(t, n, r)
|
|
|
40496
40600
|
}))]
|
|
40497
40601
|
})]
|
|
40498
40602
|
});
|
|
40499
|
-
},
|
|
40603
|
+
}, d7 = /* @__PURE__ */ $.forwardRef(function(t, n) {
|
|
40500
40604
|
var y, C, E, w;
|
|
40501
40605
|
const r = _o(), o = Sn(), i = FT(t, "MuiDesktopDateTimePicker"), {
|
|
40502
40606
|
shouldRenderTimeInASingleColumn: a,
|
|
@@ -40513,7 +40617,7 @@ const jne = ["openTo", "focusedView", "timeViewsCount"], $ne = function(t, n, r)
|
|
|
40513
40617
|
meridiem: d
|
|
40514
40618
|
}, i.viewRenderers), f = i.ampmInClock ?? !0, g = ((y = h.hours) == null ? void 0 : y.name) === y6.name ? c : c.filter((k) => k !== "meridiem"), p = a ? [] : ["accept"], m = U({}, i, {
|
|
40515
40619
|
viewRenderers: h,
|
|
40516
|
-
format:
|
|
40620
|
+
format: n7(o, i),
|
|
40517
40621
|
views: g,
|
|
40518
40622
|
yearsPerRow: i.yearsPerRow ?? 4,
|
|
40519
40623
|
ampmInClock: f,
|
|
@@ -40522,7 +40626,7 @@ const jne = ["openTo", "focusedView", "timeViewsCount"], $ne = function(t, n, r)
|
|
|
40522
40626
|
shouldRenderTimeInASingleColumn: a,
|
|
40523
40627
|
slots: U({
|
|
40524
40628
|
field: Kb,
|
|
40525
|
-
layout:
|
|
40629
|
+
layout: u7,
|
|
40526
40630
|
openPickerIcon: QQ
|
|
40527
40631
|
}, i.slots),
|
|
40528
40632
|
slotProps: U({}, i.slotProps, {
|
|
@@ -40559,7 +40663,7 @@ const jne = ["openTo", "focusedView", "timeViewsCount"], $ne = function(t, n, r)
|
|
|
40559
40663
|
});
|
|
40560
40664
|
return v();
|
|
40561
40665
|
});
|
|
40562
|
-
|
|
40666
|
+
d7.propTypes = {
|
|
40563
40667
|
// ----------------------------- Warning --------------------------------
|
|
40564
40668
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
40565
40669
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -41066,7 +41170,7 @@ const zne = ["props", "getOpenDialogAriaText"], Gne = (e) => {
|
|
|
41066
41170
|
}))]
|
|
41067
41171
|
})
|
|
41068
41172
|
};
|
|
41069
|
-
},
|
|
41173
|
+
}, h7 = /* @__PURE__ */ $.forwardRef(function(t, n) {
|
|
41070
41174
|
var d, h, f;
|
|
41071
41175
|
const r = _o(), o = Sn(), i = FT(t, "MuiMobileDateTimePicker"), a = U({
|
|
41072
41176
|
day: _c,
|
|
@@ -41077,7 +41181,7 @@ const zne = ["props", "getOpenDialogAriaText"], Gne = (e) => {
|
|
|
41077
41181
|
seconds: zm
|
|
41078
41182
|
}, i.viewRenderers), l = i.ampmInClock ?? !1, c = U({}, i, {
|
|
41079
41183
|
viewRenderers: a,
|
|
41080
|
-
format:
|
|
41184
|
+
format: n7(o, i),
|
|
41081
41185
|
ampmInClock: l,
|
|
41082
41186
|
slots: U({
|
|
41083
41187
|
field: Kb
|
|
@@ -41108,7 +41212,7 @@ const zne = ["props", "getOpenDialogAriaText"], Gne = (e) => {
|
|
|
41108
41212
|
});
|
|
41109
41213
|
return u();
|
|
41110
41214
|
});
|
|
41111
|
-
|
|
41215
|
+
h7.propTypes = {
|
|
41112
41216
|
// ----------------------------- Warning --------------------------------
|
|
41113
41217
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
41114
41218
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -41463,7 +41567,7 @@ hE.propTypes = {
|
|
|
41463
41567
|
*/
|
|
41464
41568
|
yearsPerRow: s.oneOf([3, 4])
|
|
41465
41569
|
};
|
|
41466
|
-
const Wne = ["desktopModeMediaQuery"],
|
|
41570
|
+
const Wne = ["desktopModeMediaQuery"], f7 = /* @__PURE__ */ $.forwardRef(function(t, n) {
|
|
41467
41571
|
const r = fn({
|
|
41468
41572
|
props: t,
|
|
41469
41573
|
name: "MuiDateTimePicker"
|
|
@@ -41472,13 +41576,13 @@ const Wne = ["desktopModeMediaQuery"], fE = /* @__PURE__ */ $.forwardRef(functio
|
|
|
41472
41576
|
} = r, i = Fe(r, Wne);
|
|
41473
41577
|
return FS(o, {
|
|
41474
41578
|
defaultMatches: !0
|
|
41475
|
-
}) ? /* @__PURE__ */ H.jsx(
|
|
41579
|
+
}) ? /* @__PURE__ */ H.jsx(d7, U({
|
|
41476
41580
|
ref: n
|
|
41477
|
-
}, i)) : /* @__PURE__ */ H.jsx(
|
|
41581
|
+
}, i)) : /* @__PURE__ */ H.jsx(h7, U({
|
|
41478
41582
|
ref: n
|
|
41479
41583
|
}, i));
|
|
41480
41584
|
});
|
|
41481
|
-
process.env.NODE_ENV !== "production" && (
|
|
41585
|
+
process.env.NODE_ENV !== "production" && (f7.propTypes = {
|
|
41482
41586
|
// ----------------------------- Warning --------------------------------
|
|
41483
41587
|
// | These PropTypes are generated from the TypeScript type definitions |
|
|
41484
41588
|
// | To update them edit the TypeScript types and run "pnpm proptypes" |
|
|
@@ -41919,7 +42023,7 @@ const qne = {
|
|
|
41919
42023
|
/* @__PURE__ */ H.jsx(Rr, { sx: v6, onClick: t, children: "Now" })
|
|
41920
42024
|
]
|
|
41921
42025
|
}
|
|
41922
|
-
), Xne = "MM/DD/YYYY HH:mm",
|
|
42026
|
+
), Xne = "MM/DD/YYYY HH:mm", p7 = ["day"], Zne = [...p7, "hours", "minutes"], Qne = {
|
|
41923
42027
|
openPickerIcon: () => /* @__PURE__ */ H.jsx(Jn, { icon: "calendar", fillOpacity: "0.56" }),
|
|
41924
42028
|
leftArrowIcon: () => /* @__PURE__ */ H.jsx(Jn, { icon: "arrowUp" }),
|
|
41925
42029
|
rightArrowIcon: () => /* @__PURE__ */ H.jsx(Jn, { icon: "arrowDown" }),
|
|
@@ -41951,7 +42055,7 @@ const lye = ({
|
|
|
41951
42055
|
disabled: d = !1,
|
|
41952
42056
|
timezone: h
|
|
41953
42057
|
}) => {
|
|
41954
|
-
const f = n ? Jt(n).tz(h) : null, b = c == null ? void 0 : c.toLowerCase().includes("hh:mm"), g = ere(o, c), p = b ? Zne :
|
|
42058
|
+
const f = n ? Jt(n).tz(h) : null, b = c == null ? void 0 : c.toLowerCase().includes("hh:mm"), g = ere(o, c), p = b ? Zne : p7, m = Jne(r, i), v = (y) => {
|
|
41955
42059
|
if (y) {
|
|
41956
42060
|
const C = y.tz(h).local();
|
|
41957
42061
|
t(C.toDate());
|
|
@@ -41960,7 +42064,7 @@ const lye = ({
|
|
|
41960
42064
|
};
|
|
41961
42065
|
return /* @__PURE__ */ H.jsx(q0, { dateAdapter: pZ, children: /* @__PURE__ */ H.jsx(eQ, { components: ["DateTimePicker"], children: /* @__PURE__ */ H.jsxs(en, { container: !0, gap: "16px", flexDirection: "column", children: [
|
|
41962
42066
|
/* @__PURE__ */ H.jsx(
|
|
41963
|
-
|
|
42067
|
+
f7,
|
|
41964
42068
|
{
|
|
41965
42069
|
label: e,
|
|
41966
42070
|
onChange: v,
|
|
@@ -42110,7 +42214,7 @@ process.env.NODE_ENV !== "production" && (t3.propTypes = {
|
|
|
42110
42214
|
*/
|
|
42111
42215
|
value: s.string.isRequired
|
|
42112
42216
|
});
|
|
42113
|
-
const
|
|
42217
|
+
const g7 = {
|
|
42114
42218
|
textTransform: "capitalize",
|
|
42115
42219
|
"&.Mui-selected": {
|
|
42116
42220
|
color: nr
|
|
@@ -42118,7 +42222,7 @@ const gE = {
|
|
|
42118
42222
|
"&:disabled": {
|
|
42119
42223
|
color: "rgba(0, 0, 0, 0.38)"
|
|
42120
42224
|
}
|
|
42121
|
-
},
|
|
42225
|
+
}, m7 = {
|
|
42122
42226
|
".MuiTabs-indicator": {
|
|
42123
42227
|
backgroundColor: nr
|
|
42124
42228
|
}
|
|
@@ -42126,14 +42230,14 @@ const gE = {
|
|
|
42126
42230
|
"&.MuiCircularProgress-root": {
|
|
42127
42231
|
color: nr
|
|
42128
42232
|
}
|
|
42129
|
-
},
|
|
42233
|
+
}, b7 = {
|
|
42130
42234
|
backgroundColor: Lo,
|
|
42131
42235
|
"&.MuiOutlinedInput-root": {
|
|
42132
42236
|
"&.Mui-focused .MuiOutlinedInput-notchedOutline": {
|
|
42133
42237
|
borderColor: `${nr} !important`
|
|
42134
42238
|
}
|
|
42135
42239
|
}
|
|
42136
|
-
},
|
|
42240
|
+
}, y7 = {
|
|
42137
42241
|
"&.Mui-focused": {
|
|
42138
42242
|
color: nr
|
|
42139
42243
|
}
|
|
@@ -42147,14 +42251,14 @@ const gE = {
|
|
|
42147
42251
|
const i = (a, l) => {
|
|
42148
42252
|
o(!1), t(l);
|
|
42149
42253
|
};
|
|
42150
|
-
return /* @__PURE__ */ H.jsx(Et, { padding: "12px 12px 0", borderBottom: "1px solid #C4C4C4", children: /* @__PURE__ */ H.jsx(W0, { value: e, onChange: i, sx:
|
|
42254
|
+
return /* @__PURE__ */ H.jsx(Et, { padding: "12px 12px 0", borderBottom: "1px solid #C4C4C4", children: /* @__PURE__ */ H.jsx(W0, { value: e, onChange: i, sx: m7, children: n.criterias.map((a, l) => /* @__PURE__ */ H.jsx(
|
|
42151
42255
|
Gd,
|
|
42152
42256
|
{
|
|
42153
42257
|
label: a.label,
|
|
42154
42258
|
value: `${l}`,
|
|
42155
42259
|
onClick: () => r(a.value),
|
|
42156
42260
|
disabled: !n.data.length,
|
|
42157
|
-
sx:
|
|
42261
|
+
sx: g7
|
|
42158
42262
|
},
|
|
42159
42263
|
a.label
|
|
42160
42264
|
)) }) });
|
|
@@ -42207,13 +42311,13 @@ const gE = {
|
|
|
42207
42311
|
boxShadow: "0px 3px 20px 0px #0000001A",
|
|
42208
42312
|
padding: "32px",
|
|
42209
42313
|
borderRadius: "8px"
|
|
42210
|
-
}), fre = "After changing the selected cameras, the parameters of the selected criteria will be reset.", x6 = "Select a value",
|
|
42314
|
+
}), fre = "After changing the selected cameras, the parameters of the selected criteria will be reset.", x6 = "Select a value", v7 = {
|
|
42211
42315
|
data: [],
|
|
42212
42316
|
criterias: []
|
|
42213
42317
|
}, r3 = $w({
|
|
42214
42318
|
setSelectedValues: () => {
|
|
42215
42319
|
},
|
|
42216
|
-
filterData:
|
|
42320
|
+
filterData: v7,
|
|
42217
42321
|
subItemsFlag: !1
|
|
42218
42322
|
}), pre = {
|
|
42219
42323
|
"& .MuiInputBase-root": {
|
|
@@ -42816,7 +42920,7 @@ const gE = {
|
|
|
42816
42920
|
}) => {
|
|
42817
42921
|
const f = Ea(
|
|
42818
42922
|
() => ({
|
|
42819
|
-
...
|
|
42923
|
+
...v7,
|
|
42820
42924
|
criterias: c.criterias
|
|
42821
42925
|
}),
|
|
42822
42926
|
[c]
|
|
@@ -47130,7 +47234,7 @@ const Ire = ({
|
|
|
47130
47234
|
onChange: r
|
|
47131
47235
|
}) => {
|
|
47132
47236
|
const o = {
|
|
47133
|
-
...
|
|
47237
|
+
...m7,
|
|
47134
47238
|
"& .MuiTabs-flexContainer": {
|
|
47135
47239
|
borderBottom: `1px solid ${ub}`
|
|
47136
47240
|
}
|
|
@@ -47143,7 +47247,7 @@ const Ire = ({
|
|
|
47143
47247
|
label: a.label,
|
|
47144
47248
|
value: a.value,
|
|
47145
47249
|
disabled: a.disabled,
|
|
47146
|
-
sx:
|
|
47250
|
+
sx: g7
|
|
47147
47251
|
},
|
|
47148
47252
|
a.value
|
|
47149
47253
|
)) }) });
|
|
@@ -47288,7 +47392,7 @@ function gye({
|
|
|
47288
47392
|
medium: "normal"
|
|
47289
47393
|
};
|
|
47290
47394
|
return /* @__PURE__ */ H.jsxs(Rl, { fullWidth: !0, children: [
|
|
47291
|
-
/* @__PURE__ */ H.jsx(Ia, { sx:
|
|
47395
|
+
/* @__PURE__ */ H.jsx(Ia, { sx: y7, size: d[o], children: t }),
|
|
47292
47396
|
/* @__PURE__ */ H.jsx(
|
|
47293
47397
|
Na,
|
|
47294
47398
|
{
|
|
@@ -47302,7 +47406,7 @@ function gye({
|
|
|
47302
47406
|
fullWidth: !0,
|
|
47303
47407
|
size: o,
|
|
47304
47408
|
renderValue: u,
|
|
47305
|
-
sx:
|
|
47409
|
+
sx: b7,
|
|
47306
47410
|
children: e.map((h) => /* @__PURE__ */ H.jsx(Er, { value: h, children: h }, h))
|
|
47307
47411
|
}
|
|
47308
47412
|
)
|
|
@@ -47311,7 +47415,7 @@ function gye({
|
|
|
47311
47415
|
function qre(e) {
|
|
47312
47416
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
47313
47417
|
}
|
|
47314
|
-
var
|
|
47418
|
+
var x7 = { exports: {} };
|
|
47315
47419
|
(function(e, t) {
|
|
47316
47420
|
(function(n) {
|
|
47317
47421
|
var r = /^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/, o = /^(?=([^\/?#]*))\1([^]*)$/, i = /(?:\/|^)\.(?=\/)/g, a = /(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g, l = {
|
|
@@ -47386,8 +47490,8 @@ var xE = { exports: {} };
|
|
|
47386
47490
|
};
|
|
47387
47491
|
e.exports = l;
|
|
47388
47492
|
})();
|
|
47389
|
-
})(
|
|
47390
|
-
var o3 =
|
|
47493
|
+
})(x7);
|
|
47494
|
+
var o3 = x7.exports;
|
|
47391
47495
|
function T6(e, t) {
|
|
47392
47496
|
var n = Object.keys(e);
|
|
47393
47497
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -47558,7 +47662,7 @@ function roe(e) {
|
|
|
47558
47662
|
function ooe(e) {
|
|
47559
47663
|
return e === "SCTE35-OUT" || e === "SCTE35-IN";
|
|
47560
47664
|
}
|
|
47561
|
-
class
|
|
47665
|
+
class C7 {
|
|
47562
47666
|
constructor(t, n) {
|
|
47563
47667
|
if (this.attr = void 0, this._startDate = void 0, this._endDate = void 0, this._badValueForSameId = void 0, n) {
|
|
47564
47668
|
const r = n.attr;
|
|
@@ -47629,7 +47733,7 @@ var Vn = {
|
|
|
47629
47733
|
VIDEO: "video",
|
|
47630
47734
|
AUDIOVIDEO: "audiovideo"
|
|
47631
47735
|
};
|
|
47632
|
-
class
|
|
47736
|
+
class w7 {
|
|
47633
47737
|
constructor(t) {
|
|
47634
47738
|
this._byteRange = null, this._url = null, this.baseurl = void 0, this.relurl = void 0, this.elementaryStreams = {
|
|
47635
47739
|
[Vn.AUDIO]: null,
|
|
@@ -47661,7 +47765,7 @@ class wE {
|
|
|
47661
47765
|
this._url = t;
|
|
47662
47766
|
}
|
|
47663
47767
|
}
|
|
47664
|
-
class Gm extends
|
|
47768
|
+
class Gm extends w7 {
|
|
47665
47769
|
constructor(t, n) {
|
|
47666
47770
|
super(n), this._decryptdata = null, this.rawProgramDateTime = null, this.programDateTime = null, this.tagList = [], this.duration = 0, this.sn = 0, this.levelkeys = void 0, this.type = void 0, this.loader = null, this.keyLoader = null, this.level = -1, this.cc = 0, this.startPTS = void 0, this.endPTS = void 0, this.startDTS = void 0, this.endDTS = void 0, this.start = 0, this.deltaPTS = void 0, this.maxStartPTS = void 0, this.minEndPTS = void 0, this.stats = new tg(), this.data = void 0, this.bitrateTest = !1, this.title = null, this.initSegment = null, this.endList = void 0, this.gap = void 0, this.urlId = 0, this.type = t;
|
|
47667
47771
|
}
|
|
@@ -47736,7 +47840,7 @@ class Gm extends wE {
|
|
|
47736
47840
|
t[Vn.AUDIO] = null, t[Vn.VIDEO] = null, t[Vn.AUDIOVIDEO] = null;
|
|
47737
47841
|
}
|
|
47738
47842
|
}
|
|
47739
|
-
class ioe extends
|
|
47843
|
+
class ioe extends w7 {
|
|
47740
47844
|
constructor(t, n, r, o, i) {
|
|
47741
47845
|
super(r), this.fragOffset = 0, this.duration = 0, this.gap = !1, this.independent = !1, this.relurl = void 0, this.fragment = void 0, this.index = void 0, this.stats = new tg(), this.duration = t.decimalFloatingPoint("DURATION"), this.gap = t.bool("GAP"), this.independent = t.bool("INDEPENDENT"), this.relurl = t.enumeratedString("URI"), this.fragment = n, this.index = o;
|
|
47742
47846
|
const a = t.enumeratedString("BYTERANGE");
|
|
@@ -47854,11 +47958,11 @@ function k6(e) {
|
|
|
47854
47958
|
return sr.CLEARKEY;
|
|
47855
47959
|
}
|
|
47856
47960
|
}
|
|
47857
|
-
var
|
|
47961
|
+
var S7 = {
|
|
47858
47962
|
WIDEVINE: "edef8ba979d64acea3c827dcd51d21ed"
|
|
47859
47963
|
};
|
|
47860
47964
|
function doe(e) {
|
|
47861
|
-
if (e ===
|
|
47965
|
+
if (e === S7.WIDEVINE)
|
|
47862
47966
|
return sr.WIDEVINE;
|
|
47863
47967
|
}
|
|
47864
47968
|
function L6(e) {
|
|
@@ -47880,7 +47984,7 @@ function Wm(e) {
|
|
|
47880
47984
|
} = e, r = t ? [sr.FAIRPLAY, sr.WIDEVINE, sr.PLAYREADY, sr.CLEARKEY].filter((o) => !!t[o]) : [];
|
|
47881
47985
|
return !r[sr.WIDEVINE] && n && r.push(sr.WIDEVINE), r;
|
|
47882
47986
|
}
|
|
47883
|
-
const
|
|
47987
|
+
const T7 = function(e) {
|
|
47884
47988
|
return Qc != null && (e = Qc.navigator) != null && e.requestMediaKeySystemAccess ? self.navigator.requestMediaKeySystemAccess.bind(self.navigator) : null;
|
|
47885
47989
|
}();
|
|
47886
47990
|
function hoe(e, t, n, r) {
|
|
@@ -47922,13 +48026,13 @@ function foe(e, t, n, r) {
|
|
|
47922
48026
|
function pl(e, t, n) {
|
|
47923
48027
|
return Uint8Array.prototype.slice ? e.slice(t, n) : new Uint8Array(Array.prototype.slice.call(e, t, n));
|
|
47924
48028
|
}
|
|
47925
|
-
const s3 = (e, t) => t + 10 <= e.length && e[t] === 73 && e[t + 1] === 68 && e[t + 2] === 51 && e[t + 3] < 255 && e[t + 4] < 255 && e[t + 6] < 128 && e[t + 7] < 128 && e[t + 8] < 128 && e[t + 9] < 128,
|
|
48029
|
+
const s3 = (e, t) => t + 10 <= e.length && e[t] === 73 && e[t + 1] === 68 && e[t + 2] === 51 && e[t + 3] < 255 && e[t + 4] < 255 && e[t + 6] < 128 && e[t + 7] < 128 && e[t + 8] < 128 && e[t + 9] < 128, E7 = (e, t) => t + 10 <= e.length && e[t] === 51 && e[t + 1] === 68 && e[t + 2] === 73 && e[t + 3] < 255 && e[t + 4] < 255 && e[t + 6] < 128 && e[t + 7] < 128 && e[t + 8] < 128 && e[t + 9] < 128, Xd = (e, t) => {
|
|
47926
48030
|
const n = t;
|
|
47927
48031
|
let r = 0;
|
|
47928
48032
|
for (; s3(e, t); ) {
|
|
47929
48033
|
r += 10;
|
|
47930
48034
|
const o = ng(e, t + 6);
|
|
47931
|
-
r += o,
|
|
48035
|
+
r += o, E7(e, t + 10) && (r += 10), t += r;
|
|
47932
48036
|
}
|
|
47933
48037
|
if (r > 0)
|
|
47934
48038
|
return e.subarray(n, n + r);
|
|
@@ -47936,20 +48040,20 @@ const s3 = (e, t) => t + 10 <= e.length && e[t] === 73 && e[t + 1] === 68 && e[t
|
|
|
47936
48040
|
let n = 0;
|
|
47937
48041
|
return n = (e[t] & 127) << 21, n |= (e[t + 1] & 127) << 14, n |= (e[t + 2] & 127) << 7, n |= e[t + 3] & 127, n;
|
|
47938
48042
|
}, poe = (e, t) => s3(e, t) && ng(e, t + 6) + 10 <= e.length - t, a3 = (e) => {
|
|
47939
|
-
const t =
|
|
48043
|
+
const t = L7(e);
|
|
47940
48044
|
for (let n = 0; n < t.length; n++) {
|
|
47941
48045
|
const r = t[n];
|
|
47942
|
-
if (
|
|
48046
|
+
if (k7(r))
|
|
47943
48047
|
return xoe(r);
|
|
47944
48048
|
}
|
|
47945
|
-
},
|
|
48049
|
+
}, k7 = (e) => e && e.key === "PRIV" && e.info === "com.apple.streaming.transportStreamTimestamp", goe = (e) => {
|
|
47946
48050
|
const t = String.fromCharCode(e[0], e[1], e[2], e[3]), n = ng(e, 4), r = 10;
|
|
47947
48051
|
return {
|
|
47948
48052
|
type: t,
|
|
47949
48053
|
size: n,
|
|
47950
48054
|
data: e.subarray(r, r + n)
|
|
47951
48055
|
};
|
|
47952
|
-
},
|
|
48056
|
+
}, L7 = (e) => {
|
|
47953
48057
|
let t = 0;
|
|
47954
48058
|
const n = [];
|
|
47955
48059
|
for (; s3(e, t); ) {
|
|
@@ -47960,7 +48064,7 @@ const s3 = (e, t) => t + 10 <= e.length && e[t] === 73 && e[t + 1] === 68 && e[t
|
|
|
47960
48064
|
const i = goe(e.subarray(t)), a = moe(i);
|
|
47961
48065
|
a && n.push(a), t += i.size + 10;
|
|
47962
48066
|
}
|
|
47963
|
-
|
|
48067
|
+
E7(e, t) && (t += 10);
|
|
47964
48068
|
}
|
|
47965
48069
|
return n;
|
|
47966
48070
|
}, moe = (e) => e.type === "PRIV" ? boe(e) : e.type[0] === "W" ? voe(e) : yoe(e), boe = (e) => {
|
|
@@ -48069,7 +48173,7 @@ const os = {
|
|
|
48069
48173
|
}
|
|
48070
48174
|
return t;
|
|
48071
48175
|
}
|
|
48072
|
-
}, zp = Math.pow(2, 32) - 1, woe = [].push,
|
|
48176
|
+
}, zp = Math.pow(2, 32) - 1, woe = [].push, M7 = {
|
|
48073
48177
|
video: 1,
|
|
48074
48178
|
audio: 2,
|
|
48075
48179
|
id3: 3,
|
|
@@ -48078,19 +48182,19 @@ const os = {
|
|
|
48078
48182
|
function Fr(e) {
|
|
48079
48183
|
return String.fromCharCode.apply(null, e);
|
|
48080
48184
|
}
|
|
48081
|
-
function
|
|
48185
|
+
function P7(e, t) {
|
|
48082
48186
|
const n = e[t] << 8 | e[t + 1];
|
|
48083
48187
|
return n < 0 ? 65536 + n : n;
|
|
48084
48188
|
}
|
|
48085
48189
|
function Rt(e, t) {
|
|
48086
|
-
const n =
|
|
48190
|
+
const n = I7(e, t);
|
|
48087
48191
|
return n < 0 ? 4294967296 + n : n;
|
|
48088
48192
|
}
|
|
48089
48193
|
function M6(e, t) {
|
|
48090
48194
|
let n = Rt(e, t);
|
|
48091
48195
|
return n *= Math.pow(2, 32), n += Rt(e, t + 4), n;
|
|
48092
48196
|
}
|
|
48093
|
-
function
|
|
48197
|
+
function I7(e, t) {
|
|
48094
48198
|
return e[t] << 24 | e[t + 1] << 16 | e[t + 2] << 8 | e[t + 3];
|
|
48095
48199
|
}
|
|
48096
48200
|
function Ym(e, t, n) {
|
|
@@ -48132,7 +48236,7 @@ function Toe(e) {
|
|
|
48132
48236
|
let i = 0, a = 0;
|
|
48133
48237
|
n === 0 ? (i = Rt(e, r), a = Rt(e, r + 4), r += 8) : (i = M6(e, r), a = M6(e, r + 8), r += 16), r += 2;
|
|
48134
48238
|
let l = e.length + a;
|
|
48135
|
-
const c =
|
|
48239
|
+
const c = P7(e, r);
|
|
48136
48240
|
r += 2;
|
|
48137
48241
|
for (let u = 0; u < c; u++) {
|
|
48138
48242
|
let d = r;
|
|
@@ -48161,7 +48265,7 @@ function Toe(e) {
|
|
|
48161
48265
|
references: t
|
|
48162
48266
|
};
|
|
48163
48267
|
}
|
|
48164
|
-
function
|
|
48268
|
+
function R7(e) {
|
|
48165
48269
|
const t = [], n = Yt(e, ["moov", "trak"]);
|
|
48166
48270
|
for (let o = 0; o < n.length; o++) {
|
|
48167
48271
|
const i = n[o], a = Yt(i, ["tkhd"])[0];
|
|
@@ -48306,7 +48410,7 @@ function koe(e, t) {
|
|
|
48306
48410
|
c || (l = Yt(a, ["encv"])), l.forEach((u) => {
|
|
48307
48411
|
const d = c ? u.subarray(28) : u.subarray(78);
|
|
48308
48412
|
Yt(d, ["sinf"]).forEach((f) => {
|
|
48309
|
-
const b =
|
|
48413
|
+
const b = A7(f);
|
|
48310
48414
|
if (b) {
|
|
48311
48415
|
const g = b.subarray(8, 24);
|
|
48312
48416
|
g.some((p) => p !== 0) || (We.log(`[eme] Patching keyId in 'enc${c ? "a" : "v"}>sinf>>tenc' box: ${os.hexDump(g)} -> ${os.hexDump(n)}`), b.set(n, 8));
|
|
@@ -48315,7 +48419,7 @@ function koe(e, t) {
|
|
|
48315
48419
|
});
|
|
48316
48420
|
}), e;
|
|
48317
48421
|
}
|
|
48318
|
-
function
|
|
48422
|
+
function A7(e) {
|
|
48319
48423
|
const t = Yt(e, ["schm"])[0];
|
|
48320
48424
|
if (t) {
|
|
48321
48425
|
const n = Fr(t.subarray(4, 8));
|
|
@@ -48463,13 +48567,13 @@ function P6(e, t) {
|
|
|
48463
48567
|
D && (I = Rt(_, K), K += 4), M && (K += 4);
|
|
48464
48568
|
let Y = I + u;
|
|
48465
48569
|
for (let ee = 0; ee < z; ee++) {
|
|
48466
|
-
if (x ? (T = Rt(_, K), K += 4) : T = C, R ? (P = Rt(_, K), K += 4) : P = w, V && (K += 4), j && (B === 0 ? F = Rt(_, K) : F =
|
|
48570
|
+
if (x ? (T = Rt(_, K), K += 4) : T = C, R ? (P = Rt(_, K), K += 4) : P = w, V && (K += 4), j && (B === 0 ? F = Rt(_, K) : F = I7(_, K), K += 4), t.type === Vn.VIDEO) {
|
|
48467
48571
|
let ie = 0;
|
|
48468
48572
|
for (; ie < P; ) {
|
|
48469
48573
|
const J = Rt(r, Y);
|
|
48470
48574
|
if (Y += 4, Doe(a, r[Y])) {
|
|
48471
48575
|
const se = r.subarray(Y, Y + J);
|
|
48472
|
-
|
|
48576
|
+
D7(se, a ? 2 : 1, e + F / o, n);
|
|
48473
48577
|
}
|
|
48474
48578
|
Y += J, ie += J + 4;
|
|
48475
48579
|
}
|
|
@@ -48495,8 +48599,8 @@ function Doe(e, t) {
|
|
|
48495
48599
|
} else
|
|
48496
48600
|
return (t & 31) === 6;
|
|
48497
48601
|
}
|
|
48498
|
-
function
|
|
48499
|
-
const o =
|
|
48602
|
+
function D7(e, t, n, r) {
|
|
48603
|
+
const o = O7(e);
|
|
48500
48604
|
let i = 0;
|
|
48501
48605
|
i += t;
|
|
48502
48606
|
let a = 0, l = 0, c = 0;
|
|
@@ -48523,7 +48627,7 @@ function DE(e, t, n, r) {
|
|
|
48523
48627
|
}
|
|
48524
48628
|
if (a === 4) {
|
|
48525
48629
|
if (o[d++] === 181) {
|
|
48526
|
-
const f =
|
|
48630
|
+
const f = P7(o, d);
|
|
48527
48631
|
if (d += 2, f === 49) {
|
|
48528
48632
|
const b = Rt(o, d);
|
|
48529
48633
|
if (d += 4, b === 1195456820) {
|
|
@@ -48564,7 +48668,7 @@ function DE(e, t, n, r) {
|
|
|
48564
48668
|
}
|
|
48565
48669
|
}
|
|
48566
48670
|
}
|
|
48567
|
-
function
|
|
48671
|
+
function O7(e) {
|
|
48568
48672
|
const t = e.byteLength, n = [];
|
|
48569
48673
|
let r = 1;
|
|
48570
48674
|
for (; r < t - 2; )
|
|
@@ -48746,9 +48850,9 @@ function Boe(e) {
|
|
|
48746
48850
|
t[n] = e >> 8 * (15 - n) & 255;
|
|
48747
48851
|
return t;
|
|
48748
48852
|
}
|
|
48749
|
-
const
|
|
48853
|
+
const _7 = /\{\$([a-zA-Z0-9-_]+)\}/g;
|
|
48750
48854
|
function I6(e) {
|
|
48751
|
-
return
|
|
48855
|
+
return _7.test(e);
|
|
48752
48856
|
}
|
|
48753
48857
|
function So(e, t, n) {
|
|
48754
48858
|
if (e.variableList !== null || e.hasVariableRefs)
|
|
@@ -48760,7 +48864,7 @@ function So(e, t, n) {
|
|
|
48760
48864
|
function o1(e, t) {
|
|
48761
48865
|
if (e.variableList !== null || e.hasVariableRefs) {
|
|
48762
48866
|
const n = e.variableList;
|
|
48763
|
-
return t.replace(
|
|
48867
|
+
return t.replace(_7, (r) => {
|
|
48764
48868
|
const o = r.substring(2, r.length - 1), i = n == null ? void 0 : n[o];
|
|
48765
48869
|
return i === void 0 ? (e.playlistParsingError || (e.playlistParsingError = new Error(`Missing preceding EXT-X-DEFINE tag for Variable Reference: "${o}"`)), r) : i;
|
|
48766
48870
|
});
|
|
@@ -48883,9 +48987,9 @@ function Voe(e, t) {
|
|
|
48883
48987
|
return !!n && !!n[e.slice(0, 4)];
|
|
48884
48988
|
}
|
|
48885
48989
|
function Xm(e, t, n = !0) {
|
|
48886
|
-
return !e.split(",").some((r) => !
|
|
48990
|
+
return !e.split(",").some((r) => !F7(r, t, n));
|
|
48887
48991
|
}
|
|
48888
|
-
function
|
|
48992
|
+
function F7(e, t, n = !0) {
|
|
48889
48993
|
var r;
|
|
48890
48994
|
const o = Sl(n);
|
|
48891
48995
|
return (r = o == null ? void 0 : o.isTypeSupported(Qd(e, t))) != null ? r : !1;
|
|
@@ -48915,7 +49019,7 @@ function Hoe(e, t = !0) {
|
|
|
48915
49019
|
opus: ["opus", "Opus"]
|
|
48916
49020
|
}[e];
|
|
48917
49021
|
for (let r = 0; r < n.length; r++)
|
|
48918
|
-
if (
|
|
49022
|
+
if (F7(n[r], "audio", t))
|
|
48919
49023
|
return Zm[e] = n[r], n[r];
|
|
48920
49024
|
return e;
|
|
48921
49025
|
}
|
|
@@ -49147,7 +49251,7 @@ class ds {
|
|
|
49147
49251
|
case "DATERANGE": {
|
|
49148
49252
|
const M = new cr(D);
|
|
49149
49253
|
So(l, M, ["ID", "CLASS", "START-DATE", "END-DATE", "SCTE35-CMD", "SCTE35-OUT", "SCTE35-IN"]), So(l, M, M.clientAttrs);
|
|
49150
|
-
const x = new
|
|
49254
|
+
const x = new C7(M, l.dateRanges[M.ID]);
|
|
49151
49255
|
x.isValid || l.skippedSegments ? l.dateRanges[x.id] = x : We.warn(`Ignoring invalid DATERANGE tag: "${D}"`), p.tagList.push(["EXT-X-DATERANGE", D]);
|
|
49152
49256
|
break;
|
|
49153
49257
|
}
|
|
@@ -49689,7 +49793,7 @@ class Koe {
|
|
|
49689
49793
|
}
|
|
49690
49794
|
}
|
|
49691
49795
|
}
|
|
49692
|
-
function
|
|
49796
|
+
function N7(e, t) {
|
|
49693
49797
|
let n;
|
|
49694
49798
|
try {
|
|
49695
49799
|
n = new Event("addtrack");
|
|
@@ -49698,7 +49802,7 @@ function NE(e, t) {
|
|
|
49698
49802
|
}
|
|
49699
49803
|
n.track = e, t.dispatchEvent(n);
|
|
49700
49804
|
}
|
|
49701
|
-
function
|
|
49805
|
+
function B7(e, t) {
|
|
49702
49806
|
const n = e.mode;
|
|
49703
49807
|
if (n === "disabled" && (e.mode = "hidden"), e.cues && !e.cues.getCueById(t.id))
|
|
49704
49808
|
try {
|
|
@@ -49843,7 +49947,7 @@ class eie {
|
|
|
49843
49947
|
for (let n = 0; n < t.length; n++) {
|
|
49844
49948
|
const r = t[n];
|
|
49845
49949
|
if (r.kind === "metadata" && r.label === "id3")
|
|
49846
|
-
return
|
|
49950
|
+
return N7(r, this.media), r;
|
|
49847
49951
|
}
|
|
49848
49952
|
return this.media.addTextTrack("metadata", "id3");
|
|
49849
49953
|
}
|
|
@@ -49871,14 +49975,14 @@ class eie {
|
|
|
49871
49975
|
const c = i[l].type;
|
|
49872
49976
|
if (c === Ui.emsg && !r || !o)
|
|
49873
49977
|
continue;
|
|
49874
|
-
const u =
|
|
49978
|
+
const u = L7(i[l].data);
|
|
49875
49979
|
if (u) {
|
|
49876
49980
|
const d = i[l].pts;
|
|
49877
49981
|
let h = d + i[l].duration;
|
|
49878
49982
|
h > jf && (h = jf), h - d <= 0 && (h = d + Qoe);
|
|
49879
49983
|
for (let b = 0; b < u.length; b++) {
|
|
49880
49984
|
const g = u[b];
|
|
49881
|
-
if (!
|
|
49985
|
+
if (!k7(g)) {
|
|
49882
49986
|
this.updateId3CueEnds(d, c);
|
|
49883
49987
|
const p = z6(a, d, h, g, c);
|
|
49884
49988
|
p && this.id3Track.addCue(p);
|
|
@@ -50231,7 +50335,7 @@ function e2(e, t) {
|
|
|
50231
50335
|
t.sn > e.sn ? (r = n - e.start, o = e) : (r = e.start - n, o = t), o.duration !== r && (o.duration = r);
|
|
50232
50336
|
} else t.sn > e.sn ? e.cc === t.cc && e.minEndPTS ? t.start = e.start + (e.minEndPTS - e.start) : t.start = e.start + e.duration : t.start = Math.max(e.start - t.duration, 0);
|
|
50233
50337
|
}
|
|
50234
|
-
function
|
|
50338
|
+
function j7(e, t, n, r, o, i) {
|
|
50235
50339
|
r - n <= 0 && (We.warn("Fragment should have a positive duration", t), r = n + t.duration, i = o + t.duration);
|
|
50236
50340
|
let l = n, c = r;
|
|
50237
50341
|
const u = t.startPTS, d = t.endPTS;
|
|
@@ -50284,7 +50388,7 @@ function oie(e, t) {
|
|
|
50284
50388
|
}
|
|
50285
50389
|
t.skippedSegments && (t.startCC = t.fragments[0].cc), sie(e.partList, t.partList, (c, u) => {
|
|
50286
50390
|
u.elementaryStreams = c.elementaryStreams, u.stats = c.stats;
|
|
50287
|
-
}), i ?
|
|
50391
|
+
}), i ? j7(t, i, i.startPTS, i.endPTS, i.startDTS, i.endDTS) : $7(e, t), a.length && (t.totalduration = t.edge - a[0].start), t.driftStartTime = e.driftStartTime, t.driftStart = e.driftStart;
|
|
50288
50392
|
const l = t.advancedDateTime;
|
|
50289
50393
|
if (t.advanced && l) {
|
|
50290
50394
|
const c = t.edge;
|
|
@@ -50297,7 +50401,7 @@ function iie(e, t, n) {
|
|
|
50297
50401
|
return n && n.forEach((o) => {
|
|
50298
50402
|
delete r[o];
|
|
50299
50403
|
}), Object.keys(t).forEach((o) => {
|
|
50300
|
-
const i = new
|
|
50404
|
+
const i = new C7(t[o].attr, r[o]);
|
|
50301
50405
|
i.isValid ? r[o] = i : We.warn(`Ignoring invalid Playlist Delta Update DATERANGE tag: "${JSON.stringify(t[o].attr)}"`);
|
|
50302
50406
|
}), r;
|
|
50303
50407
|
}
|
|
@@ -50318,7 +50422,7 @@ function aie(e, t, n) {
|
|
|
50318
50422
|
r && !h && u < r && (h = t.fragments[u] = d), d && h && n(d, h);
|
|
50319
50423
|
}
|
|
50320
50424
|
}
|
|
50321
|
-
function $
|
|
50425
|
+
function $7(e, t) {
|
|
50322
50426
|
const n = t.startSN + t.skippedSegments - e.startSN, r = e.fragments;
|
|
50323
50427
|
n < 0 || n >= r.length || l1(t, r[n].start);
|
|
50324
50428
|
}
|
|
@@ -50351,9 +50455,9 @@ function cie(e, t, n) {
|
|
|
50351
50455
|
}
|
|
50352
50456
|
function Y6(e, t, n) {
|
|
50353
50457
|
var r;
|
|
50354
|
-
return e != null && e.details ?
|
|
50458
|
+
return e != null && e.details ? V7((r = e.details) == null ? void 0 : r.partList, t, n) : null;
|
|
50355
50459
|
}
|
|
50356
|
-
function
|
|
50460
|
+
function V7(e, t, n) {
|
|
50357
50461
|
if (e)
|
|
50358
50462
|
for (let r = e.length; r--; ) {
|
|
50359
50463
|
const o = e[r];
|
|
@@ -50362,7 +50466,7 @@ function VE(e, t, n) {
|
|
|
50362
50466
|
}
|
|
50363
50467
|
return null;
|
|
50364
50468
|
}
|
|
50365
|
-
function
|
|
50469
|
+
function H7(e) {
|
|
50366
50470
|
e.forEach((t, n) => {
|
|
50367
50471
|
const {
|
|
50368
50472
|
details: r
|
|
@@ -50405,7 +50509,7 @@ function Xp(e, t, n, r) {
|
|
|
50405
50509
|
function uie(e) {
|
|
50406
50510
|
return e === 0 && navigator.onLine === !1 || !!e && (e < 400 || e > 499);
|
|
50407
50511
|
}
|
|
50408
|
-
const
|
|
50512
|
+
const U7 = {
|
|
50409
50513
|
/**
|
|
50410
50514
|
* Searches for an item in an array which matches a certain condition.
|
|
50411
50515
|
* This requires the condition to only match one item in the array,
|
|
@@ -50462,7 +50566,7 @@ function Zp(e, t, n = 0, r = 0, o = 5e-3) {
|
|
|
50462
50566
|
} else n === 0 && t[0].start === 0 && (i = t[0]);
|
|
50463
50567
|
if (i && ((!e || e.level === i.level) && c1(n, r, i) === 0 || hie(i, e, Math.min(o, r))))
|
|
50464
50568
|
return i;
|
|
50465
|
-
const a =
|
|
50569
|
+
const a = U7.search(t, c1.bind(null, n, r));
|
|
50466
50570
|
return a && (a !== e || !i) ? a : i;
|
|
50467
50571
|
}
|
|
50468
50572
|
function hie(e, t, n) {
|
|
@@ -50483,7 +50587,7 @@ function fie(e, t, n) {
|
|
|
50483
50587
|
return (n.endProgramDateTime || 0) - r > e;
|
|
50484
50588
|
}
|
|
50485
50589
|
function pie(e, t) {
|
|
50486
|
-
return
|
|
50590
|
+
return U7.search(e, (n) => n.cc < t ? 1 : n.cc > t ? -1 : 0);
|
|
50487
50591
|
}
|
|
50488
50592
|
var qr = {
|
|
50489
50593
|
DoNothing: 0,
|
|
@@ -50905,7 +51009,7 @@ class mie {
|
|
|
50905
51009
|
destroy() {
|
|
50906
51010
|
}
|
|
50907
51011
|
}
|
|
50908
|
-
const
|
|
51012
|
+
const z7 = {
|
|
50909
51013
|
supported: !0,
|
|
50910
51014
|
configurations: [],
|
|
50911
51015
|
decodingInfoResults: [{
|
|
@@ -50940,7 +51044,7 @@ function bie(e, t, n, r, o, i) {
|
|
|
50940
51044
|
function yie(e, t, n) {
|
|
50941
51045
|
const r = e.videoCodec, o = e.audioCodec;
|
|
50942
51046
|
if (!r || !o || !n)
|
|
50943
|
-
return Promise.resolve(
|
|
51047
|
+
return Promise.resolve(z7);
|
|
50944
51048
|
const i = {
|
|
50945
51049
|
width: e.width,
|
|
50946
51050
|
height: e.height,
|
|
@@ -51455,7 +51559,7 @@ class Lie {
|
|
|
51455
51559
|
R.supportedResult = ie;
|
|
51456
51560
|
const J = this.hls.levels, se = J.indexOf(R);
|
|
51457
51561
|
ie.error ? We.warn(`[abr] MediaCapabilities decodingInfo error: "${ie.error}" for level ${se} ${JSON.stringify(ie)}`) : ie.supported || (We.warn(`[abr] Unsupported MediaCapabilities decodingInfo result for level ${se} ${JSON.stringify(ie)}`), se > -1 && J.length > 1 && (We.log(`[abr] Removing unsupported level ${se}`), this.hls.removeLevel(se)));
|
|
51458
|
-
})) : R.supportedResult =
|
|
51562
|
+
})) : R.supportedResult = z7;
|
|
51459
51563
|
}
|
|
51460
51564
|
if (w && R.codecSet !== w || k && R.videoRange !== k || P && L > R.frameRate || !P && L > 0 && L < R.frameRate || R.supportedResult && !((x = R.supportedResult.decodingInfoResults) != null && x[0].smooth)) {
|
|
51461
51565
|
M.push(T);
|
|
@@ -51932,19 +52036,19 @@ function J6(e, t) {
|
|
|
51932
52036
|
e.start = e.startPTS = n, e.endPTS = n + e.duration;
|
|
51933
52037
|
}
|
|
51934
52038
|
}
|
|
51935
|
-
function
|
|
52039
|
+
function G7(e, t) {
|
|
51936
52040
|
const n = t.fragments;
|
|
51937
52041
|
for (let r = 0, o = n.length; r < o; r++)
|
|
51938
52042
|
J6(n[r], e);
|
|
51939
52043
|
t.fragmentHint && J6(t.fragmentHint, e), t.alignedSliding = !0;
|
|
51940
52044
|
}
|
|
51941
52045
|
function Die(e, t, n) {
|
|
51942
|
-
t && (Oie(e, n, t), !n.alignedSliding && t && Qp(n, t), !n.alignedSliding && t && !n.skippedSegments && $
|
|
52046
|
+
t && (Oie(e, n, t), !n.alignedSliding && t && Qp(n, t), !n.alignedSliding && t && !n.skippedSegments && $7(t, n));
|
|
51943
52047
|
}
|
|
51944
52048
|
function Oie(e, t, n) {
|
|
51945
52049
|
if (Rie(e, n, t)) {
|
|
51946
52050
|
const r = Aie(n, t);
|
|
51947
|
-
r && Tt(r.start) && (We.log(`Adjusting PTS using last level due to CC increase within current level ${t.url}`),
|
|
52051
|
+
r && Tt(r.start) && (We.log(`Adjusting PTS using last level due to CC increase within current level ${t.url}`), G7(r.start, t));
|
|
51948
52052
|
}
|
|
51949
52053
|
}
|
|
51950
52054
|
function Qp(e, t) {
|
|
@@ -51960,7 +52064,7 @@ function Qp(e, t) {
|
|
|
51960
52064
|
if (!l || !c)
|
|
51961
52065
|
return;
|
|
51962
52066
|
const u = (c - l) / 1e3 - (i.start - o.start);
|
|
51963
|
-
|
|
52067
|
+
G7(u, e);
|
|
51964
52068
|
}
|
|
51965
52069
|
const e8 = Math.pow(2, 17);
|
|
51966
52070
|
class _ie {
|
|
@@ -52646,7 +52750,7 @@ class h3 extends Mie {
|
|
|
52646
52750
|
c[h.index] = f;
|
|
52647
52751
|
const b = f.part;
|
|
52648
52752
|
this.hls.trigger(Ce.FRAG_LOADED, f);
|
|
52649
|
-
const g = Y6(r, t.sn, h.index + 1) ||
|
|
52753
|
+
const g = Y6(r, t.sn, h.index + 1) || V7(u, t.sn, h.index + 1);
|
|
52650
52754
|
if (g)
|
|
52651
52755
|
d(g);
|
|
52652
52756
|
else
|
|
@@ -53016,7 +53120,7 @@ class h3 extends Mie {
|
|
|
53016
53120
|
const h = d.endPTS - d.startPTS;
|
|
53017
53121
|
if (h <= 0)
|
|
53018
53122
|
return this.warn(`Could not parse fragment ${t.sn} ${u} duration reliably (${h})`), c || !1;
|
|
53019
|
-
const f = o ? 0 :
|
|
53123
|
+
const f = o ? 0 : j7(a, t, d.startPTS, d.endPTS, d.startDTS, d.endDTS);
|
|
53020
53124
|
return this.hls.trigger(Ce.LEVEL_PTS_UPDATED, {
|
|
53021
53125
|
details: a,
|
|
53022
53126
|
level: r,
|
|
@@ -53060,7 +53164,7 @@ class h3 extends Mie {
|
|
|
53060
53164
|
return this._state;
|
|
53061
53165
|
}
|
|
53062
53166
|
}
|
|
53063
|
-
class
|
|
53167
|
+
class W7 {
|
|
53064
53168
|
constructor() {
|
|
53065
53169
|
this.chunks = [], this.dataLength = 0;
|
|
53066
53170
|
}
|
|
@@ -53226,10 +53330,10 @@ function qie(e, t, n, r) {
|
|
|
53226
53330
|
manifestCodec: u
|
|
53227
53331
|
};
|
|
53228
53332
|
}
|
|
53229
|
-
function
|
|
53333
|
+
function q7(e, t) {
|
|
53230
53334
|
return e[t] === 255 && (e[t + 1] & 246) === 240;
|
|
53231
53335
|
}
|
|
53232
|
-
function
|
|
53336
|
+
function Y7(e, t) {
|
|
53233
53337
|
return e[t + 1] & 1 ? 7 : 9;
|
|
53234
53338
|
}
|
|
53235
53339
|
function p3(e, t) {
|
|
@@ -53239,14 +53343,14 @@ function Yie(e, t) {
|
|
|
53239
53343
|
return t + 5 < e.length;
|
|
53240
53344
|
}
|
|
53241
53345
|
function Jp(e, t) {
|
|
53242
|
-
return t + 1 < e.length &&
|
|
53346
|
+
return t + 1 < e.length && q7(e, t);
|
|
53243
53347
|
}
|
|
53244
53348
|
function Kie(e, t) {
|
|
53245
|
-
return Yie(e, t) &&
|
|
53349
|
+
return Yie(e, t) && q7(e, t) && p3(e, t) <= e.length - t;
|
|
53246
53350
|
}
|
|
53247
53351
|
function Xie(e, t) {
|
|
53248
53352
|
if (Jp(e, t)) {
|
|
53249
|
-
const n =
|
|
53353
|
+
const n = Y7(e, t);
|
|
53250
53354
|
if (t + n >= e.length)
|
|
53251
53355
|
return !1;
|
|
53252
53356
|
const r = p3(e, t);
|
|
@@ -53257,7 +53361,7 @@ function Xie(e, t) {
|
|
|
53257
53361
|
}
|
|
53258
53362
|
return !1;
|
|
53259
53363
|
}
|
|
53260
|
-
function
|
|
53364
|
+
function K7(e, t, n, r, o) {
|
|
53261
53365
|
if (!e.samplerate) {
|
|
53262
53366
|
const i = qie(t, n, r, o);
|
|
53263
53367
|
if (!i)
|
|
@@ -53265,11 +53369,11 @@ function KE(e, t, n, r, o) {
|
|
|
53265
53369
|
e.config = i.config, e.samplerate = i.samplerate, e.channelCount = i.channelCount, e.codec = i.codec, e.manifestCodec = i.manifestCodec, We.log(`parsed codec:${e.codec}, rate:${i.samplerate}, channels:${i.channelCount}`);
|
|
53266
53370
|
}
|
|
53267
53371
|
}
|
|
53268
|
-
function
|
|
53372
|
+
function X7(e) {
|
|
53269
53373
|
return 1024 * 9e4 / e;
|
|
53270
53374
|
}
|
|
53271
53375
|
function Zie(e, t) {
|
|
53272
|
-
const n =
|
|
53376
|
+
const n = Y7(e, t);
|
|
53273
53377
|
if (t + n <= e.length) {
|
|
53274
53378
|
const r = p3(e, t) - n;
|
|
53275
53379
|
if (r > 0)
|
|
@@ -53279,8 +53383,8 @@ function Zie(e, t) {
|
|
|
53279
53383
|
};
|
|
53280
53384
|
}
|
|
53281
53385
|
}
|
|
53282
|
-
function
|
|
53283
|
-
const i =
|
|
53386
|
+
function Z7(e, t, n, r, o) {
|
|
53387
|
+
const i = X7(e.samplerate), a = r + o * i, l = Zie(t, n);
|
|
53284
53388
|
let c;
|
|
53285
53389
|
if (l) {
|
|
53286
53390
|
const {
|
|
@@ -53364,10 +53468,10 @@ const Qie = [32, 64, 96, 128, 160, 192, 224, 256, 288, 320, 352, 384, 416, 448,
|
|
|
53364
53468
|
4
|
|
53365
53469
|
// Layer1
|
|
53366
53470
|
];
|
|
53367
|
-
function
|
|
53471
|
+
function Q7(e, t, n, r, o) {
|
|
53368
53472
|
if (n + 24 > t.length)
|
|
53369
53473
|
return;
|
|
53370
|
-
const i =
|
|
53474
|
+
const i = J7(t, n);
|
|
53371
53475
|
if (i && n + i.frameLength <= t.length) {
|
|
53372
53476
|
const a = i.samplesPerFrame * 9e4 / i.sampleRate, l = r + o * a, c = {
|
|
53373
53477
|
unit: t.subarray(n, n + i.frameLength),
|
|
@@ -53381,7 +53485,7 @@ function QE(e, t, n, r, o) {
|
|
|
53381
53485
|
};
|
|
53382
53486
|
}
|
|
53383
53487
|
}
|
|
53384
|
-
function
|
|
53488
|
+
function J7(e, t) {
|
|
53385
53489
|
const n = e[t + 1] >> 3 & 3, r = e[t + 1] >> 1 & 3, o = e[t + 2] >> 4 & 15, i = e[t + 2] >> 2 & 3;
|
|
53386
53490
|
if (n !== 1 && o !== 0 && o !== 15 && i !== 3) {
|
|
53387
53491
|
const a = e[t + 2] >> 1 & 1, l = e[t + 3] >> 6, c = n === 3 ? 3 - r : r === 3 ? 3 : 4, u = Qie[c * 14 + o - 1] * 1e3, h = Jie[(n === 3 ? 0 : n === 2 ? 1 : 2) * 3 + i], f = l === 3 ? 1 : 2, b = ese[n][r], g = tse[r], p = b * 8 * g, m = Math.floor(b * u / h + a) * g;
|
|
@@ -53400,19 +53504,19 @@ function JE(e, t) {
|
|
|
53400
53504
|
function g3(e, t) {
|
|
53401
53505
|
return e[t] === 255 && (e[t + 1] & 224) === 224 && (e[t + 1] & 6) !== 0;
|
|
53402
53506
|
}
|
|
53403
|
-
function
|
|
53507
|
+
function eE(e, t) {
|
|
53404
53508
|
return t + 1 < e.length && g3(e, t);
|
|
53405
53509
|
}
|
|
53406
53510
|
function nse(e, t) {
|
|
53407
53511
|
return g3(e, t) && 4 <= e.length - t;
|
|
53408
53512
|
}
|
|
53409
|
-
function
|
|
53513
|
+
function tE(e, t) {
|
|
53410
53514
|
if (t + 1 < e.length && g3(e, t)) {
|
|
53411
|
-
const r =
|
|
53515
|
+
const r = J7(e, t);
|
|
53412
53516
|
let o = 4;
|
|
53413
53517
|
r != null && r.frameLength && (o = r.frameLength);
|
|
53414
53518
|
const i = t + o;
|
|
53415
|
-
return i === e.length ||
|
|
53519
|
+
return i === e.length || eE(e, i);
|
|
53416
53520
|
}
|
|
53417
53521
|
return !1;
|
|
53418
53522
|
}
|
|
@@ -53441,7 +53545,7 @@ class rse extends f3 {
|
|
|
53441
53545
|
return !1;
|
|
53442
53546
|
const n = Xd(t, 0);
|
|
53443
53547
|
let r = (n == null ? void 0 : n.length) || 0;
|
|
53444
|
-
if (
|
|
53548
|
+
if (tE(t, r))
|
|
53445
53549
|
return !1;
|
|
53446
53550
|
for (let o = t.length; r < o; r++)
|
|
53447
53551
|
if (Xie(t, r))
|
|
@@ -53452,8 +53556,8 @@ class rse extends f3 {
|
|
|
53452
53556
|
return Kie(t, n);
|
|
53453
53557
|
}
|
|
53454
53558
|
appendFrame(t, n, r) {
|
|
53455
|
-
|
|
53456
|
-
const o =
|
|
53559
|
+
K7(t, this.observer, n, r, t.manifestCodec);
|
|
53560
|
+
const o = Z7(t, n, r, this.basePTS, this.frameIndex);
|
|
53457
53561
|
if (o && o.missing === 0)
|
|
53458
53562
|
return o;
|
|
53459
53563
|
}
|
|
@@ -53469,7 +53573,7 @@ class ise {
|
|
|
53469
53573
|
const i = this.videoTrack = ls("video", 1), a = this.audioTrack = ls("audio", 1), l = this.txtTrack = ls("text", 1);
|
|
53470
53574
|
if (this.id3Track = ls("id3", 1), this.timeOffset = 0, !(t != null && t.byteLength))
|
|
53471
53575
|
return;
|
|
53472
|
-
const c =
|
|
53576
|
+
const c = R7(t);
|
|
53473
53577
|
if (c.video) {
|
|
53474
53578
|
const {
|
|
53475
53579
|
id: u,
|
|
@@ -53486,7 +53590,7 @@ class ise {
|
|
|
53486
53590
|
} = c.audio;
|
|
53487
53591
|
a.id = u, a.timescale = d, a.codec = h;
|
|
53488
53592
|
}
|
|
53489
|
-
l.id =
|
|
53593
|
+
l.id = M7.text, i.sampleDuration = 0, i.duration = a.duration = o;
|
|
53490
53594
|
}
|
|
53491
53595
|
resetContiguity() {
|
|
53492
53596
|
this.remainderData = null;
|
|
@@ -53553,7 +53657,7 @@ class ise {
|
|
|
53553
53657
|
destroy() {
|
|
53554
53658
|
}
|
|
53555
53659
|
}
|
|
53556
|
-
const
|
|
53660
|
+
const nE = (e, t) => {
|
|
53557
53661
|
let n = 0, r = 5;
|
|
53558
53662
|
t += r;
|
|
53559
53663
|
const o = new Uint32Array(1), i = new Uint32Array(1), a = new Uint8Array(1);
|
|
@@ -53587,7 +53691,7 @@ class sse extends f3 {
|
|
|
53587
53691
|
return n + 64 < t.length;
|
|
53588
53692
|
}
|
|
53589
53693
|
appendFrame(t, n, r) {
|
|
53590
|
-
const o =
|
|
53694
|
+
const o = rE(t, n, r, this.basePTS, this.frameIndex);
|
|
53591
53695
|
if (o !== -1)
|
|
53592
53696
|
return {
|
|
53593
53697
|
sample: t.samples[t.samples.length - 1],
|
|
@@ -53603,10 +53707,10 @@ class sse extends f3 {
|
|
|
53603
53707
|
return !1;
|
|
53604
53708
|
const r = n.length;
|
|
53605
53709
|
return t[r] === 11 && t[r + 1] === 119 && a3(n) !== void 0 && // check the bsid to confirm ac-3
|
|
53606
|
-
|
|
53710
|
+
nE(t, r) < 16;
|
|
53607
53711
|
}
|
|
53608
53712
|
}
|
|
53609
|
-
function
|
|
53713
|
+
function rE(e, t, n, r, o) {
|
|
53610
53714
|
if (n + 8 > t.length || t[n] !== 11 || t[n + 1] !== 119)
|
|
53611
53715
|
return -1;
|
|
53612
53716
|
const i = t[n + 4] >> 6;
|
|
@@ -53869,7 +53973,7 @@ class lse extends ase {
|
|
|
53869
53973
|
c = !0, (h = l) != null && h.frame && !l.key && (this.pushAccessUnit(l, t), l = this.VideoSample = null), l || (l = this.VideoSample = this.createVideoSample(!0, r.pts, r.dts, "")), l.key = !0, l.frame = !0;
|
|
53870
53974
|
break;
|
|
53871
53975
|
case 6: {
|
|
53872
|
-
c = !0,
|
|
53976
|
+
c = !0, D7(d.data, 1, r.pts, n.samples);
|
|
53873
53977
|
break;
|
|
53874
53978
|
}
|
|
53875
53979
|
case 7: {
|
|
@@ -53996,7 +54100,7 @@ class cse {
|
|
|
53996
54100
|
return t;
|
|
53997
54101
|
}
|
|
53998
54102
|
decryptAvcSample(t, n, r, o, i) {
|
|
53999
|
-
const a =
|
|
54103
|
+
const a = O7(i.data), l = this.getAvcEncryptedData(a);
|
|
54000
54104
|
this.decryptBuffer(l.buffer).then((c) => {
|
|
54001
54105
|
i.data = this.getAvcDecryptedUnit(a, c), this.decrypter.isSync() || this.decryptAvcSamples(t, n, r + 1, o);
|
|
54002
54106
|
});
|
|
@@ -54052,7 +54156,7 @@ class va {
|
|
|
54052
54156
|
return {
|
|
54053
54157
|
container: t === "video" || t === "audio" ? "video/mp2t" : void 0,
|
|
54054
54158
|
type: t,
|
|
54055
|
-
id:
|
|
54159
|
+
id: M7[t],
|
|
54056
54160
|
pid: -1,
|
|
54057
54161
|
inputTimeScale: 9e4,
|
|
54058
54162
|
sequenceNumber: 0,
|
|
@@ -54246,12 +54350,12 @@ class va {
|
|
|
54246
54350
|
if (f ? h = `AAC PES did not start with ADTS header,offset:${a}` : h = "No ADTS header found in AAC PES", e0(this.observer, new Error(h), f), !f)
|
|
54247
54351
|
return;
|
|
54248
54352
|
}
|
|
54249
|
-
|
|
54353
|
+
K7(t, this.observer, i, a, this.audioCodec);
|
|
54250
54354
|
let c;
|
|
54251
54355
|
if (n.pts !== void 0)
|
|
54252
54356
|
c = n.pts;
|
|
54253
54357
|
else if (o) {
|
|
54254
|
-
const h =
|
|
54358
|
+
const h = X7(t.samplerate);
|
|
54255
54359
|
c = o.sample.pts + h;
|
|
54256
54360
|
} else {
|
|
54257
54361
|
We.warn("[tsdemuxer]: AAC PES unknown PTS");
|
|
@@ -54259,7 +54363,7 @@ class va {
|
|
|
54259
54363
|
}
|
|
54260
54364
|
let u = 0, d;
|
|
54261
54365
|
for (; a < l; )
|
|
54262
|
-
if (d =
|
|
54366
|
+
if (d = Z7(t, i, a, c, u), a += d.length, d.missing) {
|
|
54263
54367
|
this.aacOverFlow = d;
|
|
54264
54368
|
break;
|
|
54265
54369
|
} else
|
|
@@ -54275,8 +54379,8 @@ class va {
|
|
|
54275
54379
|
return;
|
|
54276
54380
|
}
|
|
54277
54381
|
for (; a < o; )
|
|
54278
|
-
if (
|
|
54279
|
-
const c =
|
|
54382
|
+
if (eE(r, a)) {
|
|
54383
|
+
const c = Q7(t, r, a, l, i);
|
|
54280
54384
|
if (c)
|
|
54281
54385
|
a += c.length, i++;
|
|
54282
54386
|
else
|
|
@@ -54293,7 +54397,7 @@ class va {
|
|
|
54293
54397
|
}
|
|
54294
54398
|
const i = r.length;
|
|
54295
54399
|
let a = 0, l = 0, c;
|
|
54296
|
-
for (; l < i && (c =
|
|
54400
|
+
for (; l < i && (c = rE(t, r, l, o, a++)) > 0; )
|
|
54297
54401
|
l += c;
|
|
54298
54402
|
}
|
|
54299
54403
|
}
|
|
@@ -54461,10 +54565,10 @@ class hse extends f3 {
|
|
|
54461
54565
|
const n = Xd(t, 0);
|
|
54462
54566
|
let r = (n == null ? void 0 : n.length) || 0;
|
|
54463
54567
|
if (n && t[r] === 11 && t[r + 1] === 119 && a3(n) !== void 0 && // check the bsid to confirm ac-3 or ec-3 (not mp3)
|
|
54464
|
-
|
|
54568
|
+
nE(t, r) <= 16)
|
|
54465
54569
|
return !1;
|
|
54466
54570
|
for (let o = t.length; r < o; r++)
|
|
54467
|
-
if (
|
|
54571
|
+
if (tE(t, r))
|
|
54468
54572
|
return We.log("MPEG Audio sync word found !"), !0;
|
|
54469
54573
|
return !1;
|
|
54470
54574
|
}
|
|
@@ -54473,7 +54577,7 @@ class hse extends f3 {
|
|
|
54473
54577
|
}
|
|
54474
54578
|
appendFrame(t, n, r) {
|
|
54475
54579
|
if (this.basePTS !== null)
|
|
54476
|
-
return
|
|
54580
|
+
return Q7(t, n, r, this.basePTS, this.frameIndex);
|
|
54477
54581
|
}
|
|
54478
54582
|
}
|
|
54479
54583
|
class o8 {
|
|
@@ -55506,7 +55610,7 @@ Ye.SMHD = void 0;
|
|
|
55506
55610
|
Ye.STSD = void 0;
|
|
55507
55611
|
Ye.FTYP = void 0;
|
|
55508
55612
|
Ye.DINF = void 0;
|
|
55509
|
-
const
|
|
55613
|
+
const oE = 9e4;
|
|
55510
55614
|
function m3(e, t, n = 1, r = !1) {
|
|
55511
55615
|
const o = e * t * n;
|
|
55512
55616
|
return r ? Math.round(o) : o;
|
|
@@ -55515,10 +55619,10 @@ function fse(e, t, n = 1, r = !1) {
|
|
|
55515
55619
|
return m3(e, t, 1 / n, r);
|
|
55516
55620
|
}
|
|
55517
55621
|
function rd(e, t = !1) {
|
|
55518
|
-
return m3(e, 1e3, 1 /
|
|
55622
|
+
return m3(e, 1e3, 1 / oE, t);
|
|
55519
55623
|
}
|
|
55520
55624
|
function pse(e, t = 1) {
|
|
55521
|
-
return m3(e,
|
|
55625
|
+
return m3(e, oE, 1 / t);
|
|
55522
55626
|
}
|
|
55523
55627
|
const gse = 10 * 1e3, i8 = 1024, mse = 1152, bse = 1536;
|
|
55524
55628
|
let ac = null, n2 = null;
|
|
@@ -55585,7 +55689,7 @@ class gp {
|
|
|
55585
55689
|
u && (u.firstKeyFrame = I, u.independent = I !== -1, u.firstKeyFramePTS = M);
|
|
55586
55690
|
}
|
|
55587
55691
|
}
|
|
55588
|
-
return this.ISGenerated && this._initPTS && this._initDTS && (r.samples.length && (b =
|
|
55692
|
+
return this.ISGenerated && this._initPTS && this._initDTS && (r.samples.length && (b = iE(r, i, this._initPTS, this._initDTS)), o.samples.length && (f = sE(o, i, this._initPTS))), {
|
|
55589
55693
|
audio: d,
|
|
55590
55694
|
video: u,
|
|
55591
55695
|
initSegment: h,
|
|
@@ -55896,7 +56000,7 @@ function yse(e) {
|
|
|
55896
56000
|
return t;
|
|
55897
56001
|
return -1;
|
|
55898
56002
|
}
|
|
55899
|
-
function
|
|
56003
|
+
function iE(e, t, n, r) {
|
|
55900
56004
|
const o = e.samples.length;
|
|
55901
56005
|
if (!o)
|
|
55902
56006
|
return;
|
|
@@ -55910,7 +56014,7 @@ function i7(e, t, n, r) {
|
|
|
55910
56014
|
samples: a
|
|
55911
56015
|
};
|
|
55912
56016
|
}
|
|
55913
|
-
function
|
|
56017
|
+
function sE(e, t, n) {
|
|
55914
56018
|
const r = e.samples.length;
|
|
55915
56019
|
if (!r)
|
|
55916
56020
|
return;
|
|
@@ -55961,7 +56065,7 @@ class vse {
|
|
|
55961
56065
|
this.initTracks = void 0, this.initData = void 0;
|
|
55962
56066
|
return;
|
|
55963
56067
|
}
|
|
55964
|
-
const o = this.initData =
|
|
56068
|
+
const o = this.initData = R7(t);
|
|
55965
56069
|
o.audio && (n = a8(o.audio, Vn.AUDIO)), o.video && (r = a8(o.video, Vn.VIDEO));
|
|
55966
56070
|
const i = {};
|
|
55967
56071
|
o.audio && o.video ? i.audiovideo = {
|
|
@@ -56028,7 +56132,7 @@ class vse {
|
|
|
56028
56132
|
nb: 1,
|
|
56029
56133
|
dropped: 0
|
|
56030
56134
|
};
|
|
56031
|
-
return h.audio = L.type === "audio" ? L : void 0, h.video = L.type !== "audio" ? L : void 0, h.initSegment = b, h.id3 =
|
|
56135
|
+
return h.audio = L.type === "audio" ? L : void 0, h.video = L.type !== "audio" ? L : void 0, h.initSegment = b, h.id3 = iE(r, i, u, u), o.samples.length && (h.text = sE(o, i, u)), h;
|
|
56032
56136
|
}
|
|
56033
56137
|
}
|
|
56034
56138
|
function xse(e, t, n, r) {
|
|
@@ -56272,7 +56376,7 @@ class Sse {
|
|
|
56272
56376
|
this.discontinuity = void 0, this.contiguous = void 0, this.accurateTimeOffset = void 0, this.trackSwitch = void 0, this.timeOffset = void 0, this.initSegmentChange = void 0, this.discontinuity = t, this.contiguous = n, this.accurateTimeOffset = r, this.trackSwitch = o, this.timeOffset = i, this.initSegmentChange = a;
|
|
56273
56377
|
}
|
|
56274
56378
|
}
|
|
56275
|
-
var
|
|
56379
|
+
var aE = { exports: {} };
|
|
56276
56380
|
(function(e) {
|
|
56277
56381
|
var t = Object.prototype.hasOwnProperty, n = "~";
|
|
56278
56382
|
function r() {
|
|
@@ -56376,9 +56480,9 @@ var a7 = { exports: {} };
|
|
|
56376
56480
|
var d;
|
|
56377
56481
|
return u ? (d = n ? n + u : u, this._events[d] && a(this, d)) : (this._events = new r(), this._eventsCount = 0), this;
|
|
56378
56482
|
}, l.prototype.off = l.prototype.removeListener, l.prototype.addListener = l.prototype.on, l.prefixed = n, l.EventEmitter = l, e.exports = l;
|
|
56379
|
-
})(
|
|
56380
|
-
var Tse =
|
|
56381
|
-
class
|
|
56483
|
+
})(aE);
|
|
56484
|
+
var Tse = aE.exports, b3 = /* @__PURE__ */ qre(Tse);
|
|
56485
|
+
class lE {
|
|
56382
56486
|
constructor(t, n, r, o) {
|
|
56383
56487
|
this.error = null, this.hls = void 0, this.id = void 0, this.observer = void 0, this.frag = null, this.part = null, this.useWorker = void 0, this.workerContext = null, this.onwmsg = void 0, this.transmuxer = null, this.onTransmuxComplete = void 0, this.onFlush = void 0;
|
|
56384
56488
|
const i = t.config;
|
|
@@ -56559,7 +56663,7 @@ class l7 {
|
|
|
56559
56663
|
t.chunkMeta.transmuxing.end = self.performance.now(), this.onTransmuxComplete(t);
|
|
56560
56664
|
}
|
|
56561
56665
|
}
|
|
56562
|
-
function
|
|
56666
|
+
function cE(e, t) {
|
|
56563
56667
|
if (e.length !== t.length)
|
|
56564
56668
|
return !1;
|
|
56565
56669
|
for (let n = 0; n < e.length; n++)
|
|
@@ -56827,7 +56931,7 @@ class Ese extends h3 {
|
|
|
56827
56931
|
}
|
|
56828
56932
|
const h = a.defaultAudioCodec || u.audioCodec || "mp4a.40.2";
|
|
56829
56933
|
let f = this.transmuxer;
|
|
56830
|
-
f || (f = this.transmuxer = new
|
|
56934
|
+
f || (f = this.transmuxer = new lE(this.hls, At.AUDIO, this._handleTransmuxComplete.bind(this), this._handleTransmuxerFlush.bind(this)));
|
|
56831
56935
|
const b = this.initPTS[r.cc], g = (n = r.initSegment) == null ? void 0 : n.data;
|
|
56832
56936
|
if (b !== void 0) {
|
|
56833
56937
|
const m = o ? o.index : -1, v = m !== -1, y = new u3(r.level, r.sn, r.stats.chunkCount, i.byteLength, m, v);
|
|
@@ -56839,7 +56943,7 @@ class Ese extends h3 {
|
|
|
56839
56943
|
} = this.waitingData = this.waitingData || {
|
|
56840
56944
|
frag: r,
|
|
56841
56945
|
part: o,
|
|
56842
|
-
cache: new
|
|
56946
|
+
cache: new W7(),
|
|
56843
56947
|
complete: !1
|
|
56844
56948
|
};
|
|
56845
56949
|
p.push(new Uint8Array(i)), this.waitingVideoCC = this.videoTrackCC, this.state = ct.WAITING_INIT_PTS;
|
|
@@ -57355,7 +57459,7 @@ class Lse extends h3 {
|
|
|
57355
57459
|
onSubtitleTracksUpdated(t, {
|
|
57356
57460
|
subtitleTracks: n
|
|
57357
57461
|
}) {
|
|
57358
|
-
if (this.levels &&
|
|
57462
|
+
if (this.levels && cE(this.levels, n)) {
|
|
57359
57463
|
this.levels = n.map((r) => new Jc(r));
|
|
57360
57464
|
return;
|
|
57361
57465
|
}
|
|
@@ -58606,7 +58710,7 @@ const Dse = {
|
|
|
58606
58710
|
// Box drawings heavy up and right
|
|
58607
58711
|
207: 9499
|
|
58608
58712
|
// Box drawings heavy up and left
|
|
58609
|
-
},
|
|
58713
|
+
}, uE = (e) => String.fromCharCode(Dse[e] || e), Bi = 15, _s = 100, Ose = {
|
|
58610
58714
|
17: 1,
|
|
58611
58715
|
18: 3,
|
|
58612
58716
|
21: 5,
|
|
@@ -58658,7 +58762,7 @@ const Za = function(t) {
|
|
|
58658
58762
|
n.push(t[r].toString(16));
|
|
58659
58763
|
return n;
|
|
58660
58764
|
};
|
|
58661
|
-
class
|
|
58765
|
+
class dE {
|
|
58662
58766
|
constructor() {
|
|
58663
58767
|
this.foreground = "white", this.underline = !1, this.italics = !1, this.background = "black", this.flash = !1;
|
|
58664
58768
|
}
|
|
@@ -58687,7 +58791,7 @@ class d7 {
|
|
|
58687
58791
|
}
|
|
58688
58792
|
class $se {
|
|
58689
58793
|
constructor() {
|
|
58690
|
-
this.uchar = " ", this.penState = new
|
|
58794
|
+
this.uchar = " ", this.penState = new dE();
|
|
58691
58795
|
}
|
|
58692
58796
|
reset() {
|
|
58693
58797
|
this.uchar = " ", this.penState.reset();
|
|
@@ -58710,7 +58814,7 @@ class $se {
|
|
|
58710
58814
|
}
|
|
58711
58815
|
class Vse {
|
|
58712
58816
|
constructor(t) {
|
|
58713
|
-
this.chars = [], this.pos = 0, this.currPenState = new
|
|
58817
|
+
this.chars = [], this.pos = 0, this.currPenState = new dE(), this.cueStartTime = null, this.logger = void 0;
|
|
58714
58818
|
for (let n = 0; n < _s; n++)
|
|
58715
58819
|
this.chars.push(new $se());
|
|
58716
58820
|
this.logger = t;
|
|
@@ -58758,7 +58862,7 @@ class Vse {
|
|
|
58758
58862
|
}
|
|
58759
58863
|
insertChar(t) {
|
|
58760
58864
|
t >= 144 && this.backSpace();
|
|
58761
|
-
const n =
|
|
58865
|
+
const n = uE(t);
|
|
58762
58866
|
if (this.pos >= _s) {
|
|
58763
58867
|
this.logger.log(0, () => "Cannot insert " + t.toString(16) + " (" + n + ") at position " + this.pos + ". Skipping it!");
|
|
58764
58868
|
return;
|
|
@@ -59106,7 +59210,7 @@ class p8 {
|
|
|
59106
59210
|
let r, o = null, i = null;
|
|
59107
59211
|
if (t >= 25 ? (r = 2, i = t - 8) : (r = 1, i = t), i >= 17 && i <= 19) {
|
|
59108
59212
|
let a;
|
|
59109
|
-
i === 17 ? a = n + 80 : i === 18 ? a = n + 112 : a = n + 144, this.logger.log(2, () => "Special char '" +
|
|
59213
|
+
i === 17 ? a = n + 80 : i === 18 ? a = n + 112 : a = n + 144, this.logger.log(2, () => "Special char '" + uE(a) + "' in channel " + r), o = [a];
|
|
59110
59214
|
} else t >= 32 && t <= 127 && (o = n === 0 ? [t] : [t, n]);
|
|
59111
59215
|
return o && this.logger.log(3, () => "Char codes = " + Za(o).join(",")), o;
|
|
59112
59216
|
}
|
|
@@ -59337,7 +59441,7 @@ class zse {
|
|
|
59337
59441
|
return decodeURIComponent(encodeURIComponent(t));
|
|
59338
59442
|
}
|
|
59339
59443
|
}
|
|
59340
|
-
function
|
|
59444
|
+
function hE(e) {
|
|
59341
59445
|
function t(r, o, i, a) {
|
|
59342
59446
|
return (r | 0) * 3600 + (o | 0) * 60 + (i | 0) + parseFloat(a || 0);
|
|
59343
59447
|
}
|
|
@@ -59386,7 +59490,7 @@ class Gse {
|
|
|
59386
59490
|
return !1;
|
|
59387
59491
|
}
|
|
59388
59492
|
}
|
|
59389
|
-
function
|
|
59493
|
+
function fE(e, t, n, r) {
|
|
59390
59494
|
const o = r ? e.split(r) : [e];
|
|
59391
59495
|
for (const i in o) {
|
|
59392
59496
|
if (typeof o[i] != "string")
|
|
@@ -59402,14 +59506,14 @@ const h1 = new y3(0, 0, ""), Gf = h1.align === "middle" ? "middle" : "center";
|
|
|
59402
59506
|
function Wse(e, t, n) {
|
|
59403
59507
|
const r = e;
|
|
59404
59508
|
function o() {
|
|
59405
|
-
const l =
|
|
59509
|
+
const l = hE(e);
|
|
59406
59510
|
if (l === null)
|
|
59407
59511
|
throw new Error("Malformed timestamp: " + r);
|
|
59408
59512
|
return e = e.replace(/^[^\sa-zA-Z-]+/, ""), l;
|
|
59409
59513
|
}
|
|
59410
59514
|
function i(l, c) {
|
|
59411
59515
|
const u = new Gse();
|
|
59412
|
-
|
|
59516
|
+
fE(l, function(f, b) {
|
|
59413
59517
|
let g;
|
|
59414
59518
|
switch (f) {
|
|
59415
59519
|
case "region":
|
|
@@ -59448,7 +59552,7 @@ function Wse(e, t, n) {
|
|
|
59448
59552
|
throw new Error("Malformed time stamp (time stamps must be separated by '-->'): " + r);
|
|
59449
59553
|
e = e.slice(3), a(), t.endTime = o(), a(), i(e, t);
|
|
59450
59554
|
}
|
|
59451
|
-
function
|
|
59555
|
+
function pE(e) {
|
|
59452
59556
|
return e.replace(/<br(?: \/)?>/gi, `
|
|
59453
59557
|
`);
|
|
59454
59558
|
}
|
|
@@ -59463,7 +59567,7 @@ class qse {
|
|
|
59463
59567
|
}));
|
|
59464
59568
|
function r() {
|
|
59465
59569
|
let i = n.buffer, a = 0;
|
|
59466
|
-
for (i =
|
|
59570
|
+
for (i = pE(i); a < i.length && i[a] !== "\r" && i[a] !== `
|
|
59467
59571
|
`; )
|
|
59468
59572
|
++a;
|
|
59469
59573
|
const l = i.slice(0, a);
|
|
@@ -59471,7 +59575,7 @@ class qse {
|
|
|
59471
59575
|
` && ++a, n.buffer = i.slice(a), l;
|
|
59472
59576
|
}
|
|
59473
59577
|
function o(i) {
|
|
59474
|
-
|
|
59578
|
+
fE(i, function(a, l) {
|
|
59475
59579
|
}, /:/);
|
|
59476
59580
|
}
|
|
59477
59581
|
try {
|
|
@@ -59629,7 +59733,7 @@ function Zse(e, t, n, r, o, i, a) {
|
|
|
59629
59733
|
`);
|
|
59630
59734
|
}), l.flush();
|
|
59631
59735
|
}
|
|
59632
|
-
const a2 = "stpp.ttml.im1t",
|
|
59736
|
+
const a2 = "stpp.ttml.im1t", gE = /^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/, mE = /^(\d*(?:\.\d*)?)(h|m|s|ms|f|t)$/, Qse = {
|
|
59633
59737
|
left: "start",
|
|
59634
59738
|
center: "center",
|
|
59635
59739
|
right: "end",
|
|
@@ -59660,7 +59764,7 @@ function Jse(e, t) {
|
|
|
59660
59764
|
tickRate: 0
|
|
59661
59765
|
}, a = Object.keys(i).reduce((h, f) => (h[f] = o.getAttribute(`ttp:${f}`) || i[f], h), {}), l = o.getAttribute("xml:space") !== "preserve", c = m8(l2(o, "styling", "style")), u = m8(l2(o, "layout", "region")), d = l2(o, "body", "[begin]");
|
|
59662
59766
|
return [].map.call(d, (h) => {
|
|
59663
|
-
const f =
|
|
59767
|
+
const f = bE(h, l);
|
|
59664
59768
|
if (!f || !h.hasAttribute("begin"))
|
|
59665
59769
|
return null;
|
|
59666
59770
|
const b = u2(h.getAttribute("begin"), a), g = u2(h.getAttribute("dur"), a);
|
|
@@ -59694,11 +59798,11 @@ function m8(e) {
|
|
|
59694
59798
|
return r && (t[r] = n), t;
|
|
59695
59799
|
}, {});
|
|
59696
59800
|
}
|
|
59697
|
-
function
|
|
59801
|
+
function bE(e, t) {
|
|
59698
59802
|
return [].slice.call(e.childNodes).reduce((n, r, o) => {
|
|
59699
59803
|
var i;
|
|
59700
59804
|
return r.nodeName === "br" && o ? n + `
|
|
59701
|
-
` : (i = r.childNodes) != null && i.length ?
|
|
59805
|
+
` : (i = r.childNodes) != null && i.length ? bE(r, t) : t ? n + r.textContent.trim().replace(/\s+/g, " ") : n + r.textContent;
|
|
59702
59806
|
}, "");
|
|
59703
59807
|
}
|
|
59704
59808
|
function eae(e, t, n) {
|
|
@@ -59732,15 +59836,15 @@ function b8(e) {
|
|
|
59732
59836
|
function u2(e, t) {
|
|
59733
59837
|
if (!e)
|
|
59734
59838
|
return null;
|
|
59735
|
-
let n =
|
|
59736
|
-
return n === null && (
|
|
59839
|
+
let n = hE(e);
|
|
59840
|
+
return n === null && (gE.test(e) ? n = tae(e, t) : mE.test(e) && (n = nae(e, t))), n;
|
|
59737
59841
|
}
|
|
59738
59842
|
function tae(e, t) {
|
|
59739
|
-
const n =
|
|
59843
|
+
const n = gE.exec(e), r = (n[4] | 0) + (n[5] | 0) / t.subFrameRate;
|
|
59740
59844
|
return (n[1] | 0) * 3600 + (n[2] | 0) * 60 + (n[3] | 0) + r / t.frameRate;
|
|
59741
59845
|
}
|
|
59742
59846
|
function nae(e, t) {
|
|
59743
|
-
const n =
|
|
59847
|
+
const n = mE.exec(e), r = Number(n[1]);
|
|
59744
59848
|
switch (n[2]) {
|
|
59745
59849
|
case "h":
|
|
59746
59850
|
return r * 3600;
|
|
@@ -59855,7 +59959,7 @@ class rae {
|
|
|
59855
59959
|
languageCode: a
|
|
59856
59960
|
} = n[t], l = this.getExistingTrack(i, a);
|
|
59857
59961
|
if (l)
|
|
59858
|
-
r[t] = l, wc(r[t]),
|
|
59962
|
+
r[t] = l, wc(r[t]), N7(r[t], o);
|
|
59859
59963
|
else {
|
|
59860
59964
|
const c = this.createTextTrack("captions", i, a);
|
|
59861
59965
|
c && (c[t] = !0, r[t] = c);
|
|
@@ -59911,7 +60015,7 @@ class rae {
|
|
|
59911
60015
|
onSubtitleTracksUpdated(t, n) {
|
|
59912
60016
|
const r = n.subtitleTracks || [], o = r.some((i) => i.textCodec === a2);
|
|
59913
60017
|
if (this.config.enableWebVTT || o && this.config.enableIMSC1) {
|
|
59914
|
-
if (
|
|
60018
|
+
if (cE(this.tracks, r)) {
|
|
59915
60019
|
this.tracks = r;
|
|
59916
60020
|
return;
|
|
59917
60021
|
}
|
|
@@ -59931,7 +60035,7 @@ class rae {
|
|
|
59931
60035
|
if (d)
|
|
59932
60036
|
wc(d);
|
|
59933
60037
|
else {
|
|
59934
|
-
const h =
|
|
60038
|
+
const h = yE(c);
|
|
59935
60039
|
d = this.createTextTrack(h, c.name, c.lang), d && (d.mode = "disabled");
|
|
59936
60040
|
}
|
|
59937
60041
|
d && this.textTracks.push(d);
|
|
@@ -60059,7 +60163,7 @@ class rae {
|
|
|
60059
60163
|
const o = this.textTracks[n];
|
|
60060
60164
|
if (!o || o.mode === "disabled")
|
|
60061
60165
|
return;
|
|
60062
|
-
t.forEach((i) =>
|
|
60166
|
+
t.forEach((i) => B7(o, i));
|
|
60063
60167
|
} else {
|
|
60064
60168
|
const o = this.tracks[n];
|
|
60065
60169
|
if (!o)
|
|
@@ -60141,11 +60245,11 @@ class rae {
|
|
|
60141
60245
|
return n;
|
|
60142
60246
|
}
|
|
60143
60247
|
}
|
|
60144
|
-
function
|
|
60248
|
+
function yE(e) {
|
|
60145
60249
|
return e.characteristics && /transcribes-spoken-dialog/gi.test(e.characteristics) && /describes-music-and-sound/gi.test(e.characteristics) ? "captions" : "subtitles";
|
|
60146
60250
|
}
|
|
60147
60251
|
function y8(e, t) {
|
|
60148
|
-
return !!e && e.kind ===
|
|
60252
|
+
return !!e && e.kind === yE(t) && d1(t, e);
|
|
60149
60253
|
}
|
|
60150
60254
|
function oae(e, t, n, r) {
|
|
60151
60255
|
return Math.min(t, r) - Math.max(e, n);
|
|
@@ -60399,7 +60503,7 @@ class Nc {
|
|
|
60399
60503
|
} = this.config;
|
|
60400
60504
|
if (typeof r != "function") {
|
|
60401
60505
|
let o = `Configured requestMediaKeySystemAccess is not a function ${r}`;
|
|
60402
|
-
return
|
|
60506
|
+
return T7 === null && self.location.protocol === "http:" && (o = `navigator.requestMediaKeySystemAccess is not available over insecure protocol ${location.protocol}`), Promise.reject(new Error(o));
|
|
60403
60507
|
}
|
|
60404
60508
|
return r(t, n);
|
|
60405
60509
|
}
|
|
@@ -60534,7 +60638,7 @@ class Nc {
|
|
|
60534
60638
|
if (n === "sinf" && this.config.drmSystems[sr.FAIRPLAY]) {
|
|
60535
60639
|
const d = Fr(new Uint8Array(r));
|
|
60536
60640
|
try {
|
|
60537
|
-
const h = i3(JSON.parse(d).sinf), f =
|
|
60641
|
+
const h = i3(JSON.parse(d).sinf), f = A7(new Uint8Array(h));
|
|
60538
60642
|
if (!f)
|
|
60539
60643
|
return;
|
|
60540
60644
|
o = f.subarray(8, 24), i = sr.FAIRPLAY;
|
|
@@ -60546,7 +60650,7 @@ class Nc {
|
|
|
60546
60650
|
const d = Noe(r);
|
|
60547
60651
|
if (d === null)
|
|
60548
60652
|
return;
|
|
60549
|
-
d.version === 0 && d.systemId ===
|
|
60653
|
+
d.version === 0 && d.systemId === S7.WIDEVINE && d.data && (o = d.data.subarray(8, 24)), i = doe(d.systemId);
|
|
60550
60654
|
}
|
|
60551
60655
|
if (!i || !o)
|
|
60552
60656
|
return;
|
|
@@ -60903,7 +61007,7 @@ class tu {
|
|
|
60903
61007
|
this.value = void 0, this.params = void 0, Array.isArray(t) && (t = t.map((r) => r instanceof tu ? r : new tu(r))), this.value = t, this.params = n;
|
|
60904
61008
|
}
|
|
60905
61009
|
}
|
|
60906
|
-
class
|
|
61010
|
+
class vE {
|
|
60907
61011
|
constructor(t) {
|
|
60908
61012
|
this.description = void 0, this.description = t;
|
|
60909
61013
|
}
|
|
@@ -60938,17 +61042,17 @@ function xae(e) {
|
|
|
60938
61042
|
throw Cs(e, dae);
|
|
60939
61043
|
return `:${vae(e)}:`;
|
|
60940
61044
|
}
|
|
60941
|
-
function
|
|
61045
|
+
function xE(e) {
|
|
60942
61046
|
if (pae(e))
|
|
60943
61047
|
throw Cs(e, fae);
|
|
60944
61048
|
return e.toString();
|
|
60945
61049
|
}
|
|
60946
61050
|
function Cae(e) {
|
|
60947
|
-
return `@${
|
|
61051
|
+
return `@${xE(e.getTime() / 1e3)}`;
|
|
60948
61052
|
}
|
|
60949
|
-
function
|
|
61053
|
+
function CE(e, t) {
|
|
60950
61054
|
if (e < 0)
|
|
60951
|
-
return -
|
|
61055
|
+
return -CE(-e, t);
|
|
60952
61056
|
const n = Math.pow(10, t);
|
|
60953
61057
|
if (Math.abs(e * n % 1 - 0.5) < Number.EPSILON) {
|
|
60954
61058
|
const o = Math.floor(e * n);
|
|
@@ -60957,7 +61061,7 @@ function C7(e, t) {
|
|
|
60957
61061
|
return Math.round(e * n) / n;
|
|
60958
61062
|
}
|
|
60959
61063
|
function wae(e) {
|
|
60960
|
-
const t =
|
|
61064
|
+
const t = CE(e, 3);
|
|
60961
61065
|
if (Math.floor(Math.abs(t)).toString().length > 12)
|
|
60962
61066
|
throw Cs(e, hae);
|
|
60963
61067
|
const n = t.toString();
|
|
@@ -60983,7 +61087,7 @@ function p1(e) {
|
|
|
60983
61087
|
case "number":
|
|
60984
61088
|
if (!Tt(e))
|
|
60985
61089
|
throw Cs(e, x8);
|
|
60986
|
-
return Number.isInteger(e) ?
|
|
61090
|
+
return Number.isInteger(e) ? xE(e) : wae(e);
|
|
60987
61091
|
case "string":
|
|
60988
61092
|
return Tae(e);
|
|
60989
61093
|
case "symbol":
|
|
@@ -60995,7 +61099,7 @@ function p1(e) {
|
|
|
60995
61099
|
return Cae(e);
|
|
60996
61100
|
if (e instanceof Uint8Array)
|
|
60997
61101
|
return xae(e);
|
|
60998
|
-
if (e instanceof
|
|
61102
|
+
if (e instanceof vE)
|
|
60999
61103
|
return C8(e);
|
|
61000
61104
|
default:
|
|
61001
61105
|
throw Cs(e, x8);
|
|
@@ -61009,11 +61113,11 @@ function g1(e) {
|
|
|
61009
61113
|
function C3(e) {
|
|
61010
61114
|
return e == null ? "" : Object.entries(e).map(([t, n]) => n === !0 ? `;${g1(t)}` : `;${g1(t)}=${p1(n)}`).join("");
|
|
61011
61115
|
}
|
|
61012
|
-
function
|
|
61116
|
+
function wE(e) {
|
|
61013
61117
|
return e instanceof tu ? `${p1(e.value)}${C3(e.params)}` : p1(e);
|
|
61014
61118
|
}
|
|
61015
61119
|
function kae(e) {
|
|
61016
|
-
return `(${e.value.map(
|
|
61120
|
+
return `(${e.value.map(wE).join(" ")})${C3(e.params)}`;
|
|
61017
61121
|
}
|
|
61018
61122
|
function Lae(e, t = {
|
|
61019
61123
|
whitespace: !0
|
|
@@ -61024,7 +61128,7 @@ function Lae(e, t = {
|
|
|
61024
61128
|
return Array.from(n).map(([o, i]) => {
|
|
61025
61129
|
i instanceof tu || (i = new tu(i));
|
|
61026
61130
|
let a = g1(o);
|
|
61027
|
-
return i.value === !0 ? a += C3(i.params) : (a += "=", Array.isArray(i.value) ? a += kae(i) : a +=
|
|
61131
|
+
return i.value === !0 ? a += C3(i.params) : (a += "=", Array.isArray(i.value) ? a += kae(i) : a += wE(i)), a;
|
|
61028
61132
|
}).join(`,${r}`);
|
|
61029
61133
|
}
|
|
61030
61134
|
function Mae(e, t) {
|
|
@@ -61102,10 +61206,10 @@ function _ae(e, t) {
|
|
|
61102
61206
|
return;
|
|
61103
61207
|
let l = e[a];
|
|
61104
61208
|
const c = o[a];
|
|
61105
|
-
c && (l = c(l, t)), !(a === "v" && l === 1) && (a == "pr" && l === 1 || Iae(l) && (Pae(a) && typeof l == "string" && (l = new
|
|
61209
|
+
c && (l = c(l, t)), !(a === "v" && l === 1) && (a == "pr" && l === 1 || Iae(l) && (Pae(a) && typeof l == "string" && (l = new vE(l)), n[a] = l));
|
|
61106
61210
|
}), n;
|
|
61107
61211
|
}
|
|
61108
|
-
function
|
|
61212
|
+
function SE(e, t = {}) {
|
|
61109
61213
|
return e ? Mae(_ae(e, t), Ar({
|
|
61110
61214
|
whitespace: !1
|
|
61111
61215
|
}, t)) : "";
|
|
@@ -61118,7 +61222,7 @@ function Fae(e, t = {}) {
|
|
|
61118
61222
|
const [u, d] = a, h = ((l = r.find((f) => f[1].includes(u))) == null ? void 0 : l[0]) || il.REQUEST;
|
|
61119
61223
|
return (c = i[h]) != null || (i[h] = {}), i[h][u] = d, i;
|
|
61120
61224
|
}, {});
|
|
61121
|
-
return Object.entries(o).reduce((i, [a, l]) => (i[a] =
|
|
61225
|
+
return Object.entries(o).reduce((i, [a, l]) => (i[a] = SE(l, t), i), {});
|
|
61122
61226
|
}
|
|
61123
61227
|
function Nae(e, t, n) {
|
|
61124
61228
|
return Ar(e, Fae(t, n));
|
|
@@ -61127,7 +61231,7 @@ const Bae = "CMCD";
|
|
|
61127
61231
|
function jae(e, t = {}) {
|
|
61128
61232
|
if (!e)
|
|
61129
61233
|
return "";
|
|
61130
|
-
const n =
|
|
61234
|
+
const n = SE(e, t);
|
|
61131
61235
|
return `${Bae}=${encodeURIComponent(n)}`;
|
|
61132
61236
|
}
|
|
61133
61237
|
const w8 = /CMCD=[^&#]+/;
|
|
@@ -61410,7 +61514,7 @@ class Uae {
|
|
|
61410
61514
|
return;
|
|
61411
61515
|
const l = this.hls.nextLoadLevel, c = this.hls.levels[l];
|
|
61412
61516
|
if (n = this.getLevelsForPathway(a), n.length > 0) {
|
|
61413
|
-
this.log(`Setting Pathway to "${a}"`), this.pathwayId = a,
|
|
61517
|
+
this.log(`Setting Pathway to "${a}"`), this.pathwayId = a, H7(n), this.hls.trigger(Ce.LEVELS_UPDATED, {
|
|
61414
61518
|
levels: n
|
|
61415
61519
|
});
|
|
61416
61520
|
const u = this.hls.levels[l];
|
|
@@ -61444,7 +61548,7 @@ class Uae {
|
|
|
61444
61548
|
h["PATHWAY-ID"] = a;
|
|
61445
61549
|
const f = h.AUDIO && `${h.AUDIO}_clone_${a}`, b = h.SUBTITLES && `${h.SUBTITLES}_clone_${a}`;
|
|
61446
61550
|
f && (r[h.AUDIO] = f, h.AUDIO = f), b && (o[h.SUBTITLES] = b, h.SUBTITLES = b);
|
|
61447
|
-
const g =
|
|
61551
|
+
const g = TE(d.uri, h["STABLE-VARIANT-ID"], "PER-VARIANT-URIS", c), p = new Jc({
|
|
61448
61552
|
attrs: h,
|
|
61449
61553
|
audioCodec: d.audioCodec,
|
|
61450
61554
|
bitrate: d.bitrate,
|
|
@@ -61555,12 +61659,12 @@ function S8(e, t, n, r) {
|
|
|
61555
61659
|
e && Object.keys(t).forEach((o) => {
|
|
61556
61660
|
const i = e.filter((a) => a.groupId === o).map((a) => {
|
|
61557
61661
|
const l = Ar({}, a);
|
|
61558
|
-
return l.details = void 0, l.attrs = new cr(l.attrs), l.url = l.attrs.URI =
|
|
61662
|
+
return l.details = void 0, l.attrs = new cr(l.attrs), l.url = l.attrs.URI = TE(a.url, a.attrs["STABLE-RENDITION-ID"], "PER-RENDITION-URIS", n), l.groupId = l.attrs["GROUP-ID"] = t[o], l.attrs["PATHWAY-ID"] = r, l;
|
|
61559
61663
|
});
|
|
61560
61664
|
e.push(...i);
|
|
61561
61665
|
});
|
|
61562
61666
|
}
|
|
61563
|
-
function
|
|
61667
|
+
function TE(e, t, n, r) {
|
|
61564
61668
|
const {
|
|
61565
61669
|
HOST: o,
|
|
61566
61670
|
PARAMS: i,
|
|
@@ -61574,7 +61678,7 @@ function T7(e, t, n, r) {
|
|
|
61574
61678
|
}), c.href;
|
|
61575
61679
|
}
|
|
61576
61680
|
const zae = /^age:\s*[\d.]+\s*$/im;
|
|
61577
|
-
class
|
|
61681
|
+
class EE {
|
|
61578
61682
|
constructor(t) {
|
|
61579
61683
|
this.xhrSetup = void 0, this.requestTimeout = void 0, this.retryTimeout = void 0, this.retryDelay = void 0, this.config = null, this.callbacks = null, this.context = null, this.loader = null, this.stats = void 0, this.xhrSetup = t && t.xhrSetup || null, this.stats = new tg(), this.retryDelay = 0;
|
|
61580
61684
|
}
|
|
@@ -61789,7 +61893,7 @@ class T8 {
|
|
|
61789
61893
|
return this.response ? this.response.headers.get(t) : null;
|
|
61790
61894
|
}
|
|
61791
61895
|
loadProgressively(t, n, r, o = 0, i) {
|
|
61792
|
-
const a = new
|
|
61896
|
+
const a = new W7(), l = t.body.getReader(), c = () => l.read().then((u) => {
|
|
61793
61897
|
if (u.done)
|
|
61794
61898
|
return a.dataLength && i(n, r, a.flush(), t), Promise.resolve(new ArrayBuffer(0));
|
|
61795
61899
|
const d = u.value, h = d.length;
|
|
@@ -61843,17 +61947,17 @@ const Qae = /\s/, Jae = {
|
|
|
61843
61947
|
for (let p = 0; p < i.chars.length; p++)
|
|
61844
61948
|
Qae.test(i.chars[p].uchar) && l ? c++ : (u += i.chars[p].uchar, l = !1);
|
|
61845
61949
|
i.cueStartTime = t, t === n && (n += 1e-4), c >= 16 ? c-- : c++;
|
|
61846
|
-
const b =
|
|
61950
|
+
const b = pE(u.trim()), g = v3(t, n, b);
|
|
61847
61951
|
e != null && (h = e.cues) != null && h.getCueById(g) || (a = new d(t, n, b), a.id = g, a.line = f + 1, a.align = "left", a.position = 10 + Math.min(80, Math.floor(c * 8 / 32) * 10), o.push(a));
|
|
61848
61952
|
}
|
|
61849
|
-
return e && o.length && (o.sort((f, b) => f.line === "auto" || b.line === "auto" ? 0 : f.line > 8 && b.line > 8 ? b.line - f.line : f.line - b.line), o.forEach((f) =>
|
|
61953
|
+
return e && o.length && (o.sort((f, b) => f.line === "auto" || b.line === "auto" ? 0 : f.line > 8 && b.line > 8 ? b.line - f.line : f.line - b.line), o.forEach((f) => B7(e, f))), o;
|
|
61850
61954
|
}
|
|
61851
61955
|
}, ele = {
|
|
61852
61956
|
maxTimeToFirstByteMs: 8e3,
|
|
61853
61957
|
maxLoadTimeMs: 2e4,
|
|
61854
61958
|
timeoutRetry: null,
|
|
61855
61959
|
errorRetry: null
|
|
61856
|
-
},
|
|
61960
|
+
}, kE = Ur(Ur({
|
|
61857
61961
|
autoStartLoad: !0,
|
|
61858
61962
|
// used by stream-controller
|
|
61859
61963
|
startPosition: -1,
|
|
@@ -61923,7 +62027,7 @@ const Qae = /\s/, Jae = {
|
|
|
61923
62027
|
// used by fps-controller
|
|
61924
62028
|
appendErrorMaxRetry: 3,
|
|
61925
62029
|
// used by buffer-controller
|
|
61926
|
-
loader:
|
|
62030
|
+
loader: EE,
|
|
61927
62031
|
// loader: FetchLoader,
|
|
61928
62032
|
fLoader: void 0,
|
|
61929
62033
|
// used by fragment-loader
|
|
@@ -61978,7 +62082,7 @@ const Qae = /\s/, Jae = {
|
|
|
61978
62082
|
// used by eme-controller
|
|
61979
62083
|
drmSystemOptions: {},
|
|
61980
62084
|
// used by eme-controller
|
|
61981
|
-
requestMediaKeySystemAccessFunc:
|
|
62085
|
+
requestMediaKeySystemAccessFunc: T7,
|
|
61982
62086
|
// used by eme-controller
|
|
61983
62087
|
testBandwidth: !0,
|
|
61984
62088
|
progressive: !1,
|
|
@@ -62166,7 +62270,7 @@ function m1(e) {
|
|
|
62166
62270
|
}
|
|
62167
62271
|
function rle(e) {
|
|
62168
62272
|
const t = e.loader;
|
|
62169
|
-
t !== T8 && t !==
|
|
62273
|
+
t !== T8 && t !== EE ? (We.log("[config]: Custom loader detected, cannot enable progressive streaming"), e.progressive = !1) : Gae() && (e.loader = T8, e.progressive = !0, e.enableSoftwareAES = !0, We.log("[config]: Progressive streaming enabled, using FetchLoader"));
|
|
62170
62274
|
}
|
|
62171
62275
|
let d2;
|
|
62172
62276
|
class ole extends c3 {
|
|
@@ -62308,7 +62412,7 @@ class ole extends c3 {
|
|
|
62308
62412
|
const p = d.bitrate, m = this.hls.bandwidthEstimate;
|
|
62309
62413
|
if (this.log(`manifest loaded, ${c.length} level(s) found, first bitrate: ${p}`), ((h = this.hls.userConfig) == null ? void 0 : h.abrEwmaDefaultEstimate) === void 0) {
|
|
62310
62414
|
const v = Math.min(p, this.hls.config.abrEwmaDefaultEstimateMax);
|
|
62311
|
-
v > m && m ===
|
|
62415
|
+
v > m && m === kE.abrEwmaDefaultEstimate && (this.hls.bandwidthEstimate = v);
|
|
62312
62416
|
}
|
|
62313
62417
|
break;
|
|
62314
62418
|
}
|
|
@@ -62467,7 +62571,7 @@ class ole extends c3 {
|
|
|
62467
62571
|
removeLevel(t) {
|
|
62468
62572
|
var n;
|
|
62469
62573
|
const r = this._levels.filter((o, i) => i !== t ? !0 : (this.steering && this.steering.removeLevel(o), o === this.currentLevel && (this.currentLevel = null, this.currentLevelIndex = -1, o.details && o.details.fragments.forEach((a) => a.level = -1)), !1));
|
|
62470
|
-
|
|
62574
|
+
H7(r), this._levels = r, this.currentLevelIndex > -1 && (n = this.currentLevel) != null && n.details && (this.currentLevelIndex = this.currentLevel.details.fragments[0].level), this.hls.trigger(Ce.LEVELS_UPDATED, {
|
|
62471
62575
|
levels: r
|
|
62472
62576
|
});
|
|
62473
62577
|
}
|
|
@@ -62672,24 +62776,24 @@ class ile {
|
|
|
62672
62776
|
n.keyLoader === i && (n.keyLoader = null, r.loader = null), delete this.keyUriToKeyInfo[o], i && i.destroy();
|
|
62673
62777
|
}
|
|
62674
62778
|
}
|
|
62675
|
-
function
|
|
62779
|
+
function LE() {
|
|
62676
62780
|
return self.SourceBuffer || self.WebKitSourceBuffer;
|
|
62677
62781
|
}
|
|
62678
|
-
function
|
|
62782
|
+
function ME() {
|
|
62679
62783
|
if (!Sl())
|
|
62680
62784
|
return !1;
|
|
62681
|
-
const t =
|
|
62785
|
+
const t = LE();
|
|
62682
62786
|
return !t || t.prototype && typeof t.prototype.appendBuffer == "function" && typeof t.prototype.remove == "function";
|
|
62683
62787
|
}
|
|
62684
62788
|
function sle() {
|
|
62685
|
-
if (!
|
|
62789
|
+
if (!ME())
|
|
62686
62790
|
return !1;
|
|
62687
62791
|
const e = Sl();
|
|
62688
62792
|
return typeof (e == null ? void 0 : e.isTypeSupported) == "function" && (["avc1.42E01E,mp4a.40.2", "av01.0.01M.08", "vp09.00.50.08"].some((t) => e.isTypeSupported(Qd(t, "video"))) || ["mp4a.40.2", "fLaC"].some((t) => e.isTypeSupported(Qd(t, "audio"))));
|
|
62689
62793
|
}
|
|
62690
62794
|
function ale() {
|
|
62691
62795
|
var e;
|
|
62692
|
-
const t =
|
|
62796
|
+
const t = LE();
|
|
62693
62797
|
return typeof (t == null || (e = t.prototype) == null ? void 0 : e.changeType) == "function";
|
|
62694
62798
|
}
|
|
62695
62799
|
const lle = 250, vp = 2, cle = 0.1, ule = 0.05;
|
|
@@ -63181,7 +63285,7 @@ class fle extends h3 {
|
|
|
63181
63285
|
this.warn(`Dropping fragment ${r.sn} of level ${r.level} after level details were reset`), this.fragmentTracker.removeFragment(r);
|
|
63182
63286
|
return;
|
|
63183
63287
|
}
|
|
63184
|
-
const u = l.videoCodec, d = c.PTSKnown || !c.live, h = (n = r.initSegment) == null ? void 0 : n.data, f = this._getAudioCodec(l), b = this.transmuxer = this.transmuxer || new
|
|
63288
|
+
const u = l.videoCodec, d = c.PTSKnown || !c.live, h = (n = r.initSegment) == null ? void 0 : n.data, f = this._getAudioCodec(l), b = this.transmuxer = this.transmuxer || new lE(this.hls, At.MAIN, this._handleTransmuxComplete.bind(this), this._handleTransmuxerFlush.bind(this)), g = o ? o.index : -1, p = g !== -1, m = new u3(r.level, r.sn, r.stats.chunkCount, i.byteLength, g, p), v = this.initPTS[r.cc];
|
|
63185
63289
|
b.push(i, h, f, u, r, o, c.totalduration, d, m, v);
|
|
63186
63290
|
}
|
|
63187
63291
|
onAudioTrackSwitching(t, n) {
|
|
@@ -63548,7 +63652,7 @@ class fs {
|
|
|
63548
63652
|
* Check if the required MediaSource Extensions are available.
|
|
63549
63653
|
*/
|
|
63550
63654
|
static isMSESupported() {
|
|
63551
|
-
return
|
|
63655
|
+
return ME();
|
|
63552
63656
|
}
|
|
63553
63657
|
/**
|
|
63554
63658
|
* Check if MediaSource Extensions are available and isTypeSupported checks pass for any baseline codecs.
|
|
@@ -63575,7 +63679,7 @@ class fs {
|
|
|
63575
63679
|
* Get the default configuration applied to new instances.
|
|
63576
63680
|
*/
|
|
63577
63681
|
static get DefaultConfig() {
|
|
63578
|
-
return fs.defaultConfig ? fs.defaultConfig :
|
|
63682
|
+
return fs.defaultConfig ? fs.defaultConfig : kE;
|
|
63579
63683
|
}
|
|
63580
63684
|
/**
|
|
63581
63685
|
* Replace the default configuration applied to new instances.
|
|
@@ -64169,7 +64273,7 @@ const ple = {
|
|
|
64169
64273
|
paddingLeft: "15px !important",
|
|
64170
64274
|
paddingRight: "0 !important"
|
|
64171
64275
|
}
|
|
64172
|
-
},
|
|
64276
|
+
}, PE = ({
|
|
64173
64277
|
isLoading: e = !1,
|
|
64174
64278
|
src: t,
|
|
64175
64279
|
isHls: n = !1,
|
|
@@ -64299,7 +64403,7 @@ const ple = {
|
|
|
64299
64403
|
width: "60%",
|
|
64300
64404
|
height: "70%",
|
|
64301
64405
|
transform: "translate(-50%, -50%)"
|
|
64302
|
-
},
|
|
64406
|
+
}, IE = ({
|
|
64303
64407
|
open: e,
|
|
64304
64408
|
handleClose: t,
|
|
64305
64409
|
children: n,
|
|
@@ -64349,8 +64453,8 @@ const ple = {
|
|
|
64349
64453
|
isLoading: n = !1,
|
|
64350
64454
|
src: r,
|
|
64351
64455
|
isHls: o = !1
|
|
64352
|
-
}) => /* @__PURE__ */ H.jsx(
|
|
64353
|
-
|
|
64456
|
+
}) => /* @__PURE__ */ H.jsx(IE, { open: e, handleClose: t, children: /* @__PURE__ */ H.jsx(
|
|
64457
|
+
PE,
|
|
64354
64458
|
{
|
|
64355
64459
|
src: r,
|
|
64356
64460
|
isLoading: n,
|
|
@@ -64378,7 +64482,7 @@ const ple = {
|
|
|
64378
64482
|
sx: vle,
|
|
64379
64483
|
children: o ? /* @__PURE__ */ H.jsxs(H.Fragment, { children: [
|
|
64380
64484
|
/* @__PURE__ */ H.jsx(
|
|
64381
|
-
|
|
64485
|
+
PE,
|
|
64382
64486
|
{
|
|
64383
64487
|
src: n,
|
|
64384
64488
|
isLoading: t,
|
|
@@ -64603,7 +64707,7 @@ const wle = {
|
|
|
64603
64707
|
return Pe(() => (e ? window.addEventListener("keydown", d) : window.removeEventListener("keydown", d), () => {
|
|
64604
64708
|
window.removeEventListener("keydown", d);
|
|
64605
64709
|
}), [e, d]), /* @__PURE__ */ H.jsx(
|
|
64606
|
-
|
|
64710
|
+
IE,
|
|
64607
64711
|
{
|
|
64608
64712
|
open: e,
|
|
64609
64713
|
handleClose: t,
|
|
@@ -64772,11 +64876,11 @@ const wle = {
|
|
|
64772
64876
|
onChange: r,
|
|
64773
64877
|
disabled: o
|
|
64774
64878
|
}) => /* @__PURE__ */ H.jsxs(Rl, { fullWidth: !0, size: "small", children: [
|
|
64775
|
-
/* @__PURE__ */ H.jsx(Ia, { sx:
|
|
64879
|
+
/* @__PURE__ */ H.jsx(Ia, { sx: y7, children: e }),
|
|
64776
64880
|
/* @__PURE__ */ H.jsx(
|
|
64777
64881
|
Na,
|
|
64778
64882
|
{
|
|
64779
|
-
sx:
|
|
64883
|
+
sx: b7,
|
|
64780
64884
|
label: e,
|
|
64781
64885
|
onChange: r,
|
|
64782
64886
|
value: n,
|
|
@@ -64788,7 +64892,7 @@ const wle = {
|
|
|
64788
64892
|
function Yf(e) {
|
|
64789
64893
|
throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
64790
64894
|
}
|
|
64791
|
-
var
|
|
64895
|
+
var RE = { exports: {} };
|
|
64792
64896
|
/*!
|
|
64793
64897
|
|
|
64794
64898
|
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
@@ -67099,8 +67203,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE
|
|
|
67099
67203
|
}).call(this, typeof Br < "u" ? Br : typeof self < "u" ? self : typeof window < "u" ? window : {});
|
|
67100
67204
|
}, {}] }, {}, [10])(10);
|
|
67101
67205
|
});
|
|
67102
|
-
})(
|
|
67103
|
-
var Fle =
|
|
67206
|
+
})(RE);
|
|
67207
|
+
var Fle = RE.exports;
|
|
67104
67208
|
const Nle = /* @__PURE__ */ Do(Fle);
|
|
67105
67209
|
function Ble(e) {
|
|
67106
67210
|
return e.replace(/-([a-z])/g, (t, n) => n.toUpperCase());
|
|
@@ -67139,12 +67243,12 @@ function b1(e, t) {
|
|
|
67139
67243
|
const L8 = async (e) => {
|
|
67140
67244
|
try {
|
|
67141
67245
|
const n = new DOMParser().parseFromString(e, "image/svg+xml");
|
|
67142
|
-
return
|
|
67246
|
+
return AE(n.children[0]);
|
|
67143
67247
|
} catch (t) {
|
|
67144
67248
|
return console.error("Error fetching or parsing SVG:", t), "";
|
|
67145
67249
|
}
|
|
67146
|
-
},
|
|
67147
|
-
const t = Array.from(e.children).map(
|
|
67250
|
+
}, AE = (e) => {
|
|
67251
|
+
const t = Array.from(e.children).map(AE), n = {
|
|
67148
67252
|
tag: e.tagName,
|
|
67149
67253
|
attributes: {},
|
|
67150
67254
|
children: t
|
|
@@ -67289,7 +67393,7 @@ else {
|
|
|
67289
67393
|
}
|
|
67290
67394
|
};
|
|
67291
67395
|
}
|
|
67292
|
-
var
|
|
67396
|
+
var DE = { exports: {} };
|
|
67293
67397
|
(function(e) {
|
|
67294
67398
|
/**
|
|
67295
67399
|
* Highcharts JS v11.4.6 (2024-07-08)
|
|
@@ -72282,10 +72386,10 @@ var D7 = { exports: {} };
|
|
|
72282
72386
|
return o.AST = u, o.Axis = m, o.Chart = O, o.Color = K, o.DataLabel = V, o.Fx = l, o.HTMLElement = p, o.Legend = _, o.LegendSymbol = B, o.OverlappingDataLabels = o.OverlappingDataLabels || j, o.PlotLineOrBand = C, o.Point = k, o.Pointer = L, o.RendererRegistry = h, o.Series = x, o.SeriesRegistry = T, o.StackItem = M, o.SVGElement = b, o.SVGRenderer = g, o.Templating = d, o.Tick = E, o.Time = Y, o.Tooltip = w, o.animate = c.animate, o.animObject = c.animObject, o.chart = O.chart, o.color = K.parse, o.dateFormat = d.dateFormat, o.defaultOptions = a.defaultOptions, o.distribute = f.distribute, o.format = d.format, o.getDeferredAnimation = c.getDeferredAnimation, o.getOptions = a.getOptions, o.numberFormat = d.numberFormat, o.seriesType = T.seriesType, o.setAnimation = c.setAnimation, o.setOptions = a.setOptions, o.stop = c.stop, o.time = a.defaultTime, o.timers = l.timers, F.compose(o.Series, o.SVGElement, o.SVGRenderer), R.compose(o.Series.types.column), V.compose(o.Series), v.compose(o.Axis), p.compose(o.SVGRenderer), _.compose(o.Chart), y.compose(o.Axis), j.compose(o.Chart), P.compose(o.Series.types.pie), C.compose(o.Axis), L.compose(o.Chart), z.compose(o.Chart), D.compose(o.Axis, o.Chart, o.Series), I.compose(o.Axis, o.Chart, o.Series), w.compose(o.Pointer), i.extend(o, i), o;
|
|
72283
72387
|
}), n["masters/highcharts.src.js"]._modules = n, n["masters/highcharts.src.js"];
|
|
72284
72388
|
});
|
|
72285
|
-
})(
|
|
72286
|
-
var qle =
|
|
72389
|
+
})(DE);
|
|
72390
|
+
var qle = DE.exports;
|
|
72287
72391
|
const w3 = /* @__PURE__ */ Do(qle);
|
|
72288
|
-
var
|
|
72392
|
+
var OE = { exports: {} };
|
|
72289
72393
|
(function(e) {
|
|
72290
72394
|
/**
|
|
72291
72395
|
* Highcharts JS v11.4.6 (2024-07-08)
|
|
@@ -74027,10 +74131,10 @@ var O7 = { exports: {} };
|
|
|
74027
74131
|
return o.RadialAxis = d, l.compose(o.Axis, o.Chart, o.Legend), c.compose(o.Axis, o.Chart, o.Legend), a.compose(o.Chart, o.Pointer), u.compose(o.Axis, o.Chart, o.Pointer, o.Series, o.Tick, o.Point, i.seriesTypes.areasplinerange, i.seriesTypes.column, i.seriesTypes.line, i.seriesTypes.spline), h.compose(o.Axis, o.Chart), o;
|
|
74028
74132
|
});
|
|
74029
74133
|
});
|
|
74030
|
-
})(
|
|
74031
|
-
var Yle =
|
|
74134
|
+
})(OE);
|
|
74135
|
+
var Yle = OE.exports;
|
|
74032
74136
|
const Kle = /* @__PURE__ */ Do(Yle);
|
|
74033
|
-
var
|
|
74137
|
+
var _E = { exports: {} };
|
|
74034
74138
|
(function(e) {
|
|
74035
74139
|
/**
|
|
74036
74140
|
* Highcharts JS v11.4.6 (2024-07-08)
|
|
@@ -74168,10 +74272,10 @@ var _7 = { exports: {} };
|
|
|
74168
74272
|
return i.compose(o.Axis), o;
|
|
74169
74273
|
});
|
|
74170
74274
|
});
|
|
74171
|
-
})(
|
|
74172
|
-
var Xle =
|
|
74275
|
+
})(_E);
|
|
74276
|
+
var Xle = _E.exports;
|
|
74173
74277
|
const Zle = /* @__PURE__ */ Do(Xle);
|
|
74174
|
-
var
|
|
74278
|
+
var FE = { exports: {} };
|
|
74175
74279
|
(function(e, t) {
|
|
74176
74280
|
(function(n, r) {
|
|
74177
74281
|
e.exports = r(so);
|
|
@@ -74270,8 +74374,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
74270
74374
|
r.exports = n;
|
|
74271
74375
|
}]);
|
|
74272
74376
|
});
|
|
74273
|
-
})(
|
|
74274
|
-
var Qle =
|
|
74377
|
+
})(FE);
|
|
74378
|
+
var Qle = FE.exports;
|
|
74275
74379
|
const Jle = /* @__PURE__ */ Do(Qle), ece = [
|
|
74276
74380
|
"#e6194b",
|
|
74277
74381
|
"#3cb44b",
|
|
@@ -74295,7 +74399,7 @@ const Jle = /* @__PURE__ */ Do(Qle), ece = [
|
|
|
74295
74399
|
"#808080",
|
|
74296
74400
|
"#ffffff",
|
|
74297
74401
|
"#000000"
|
|
74298
|
-
], od = 52,
|
|
74402
|
+
], od = 52, NE = (e) => {
|
|
74299
74403
|
var t;
|
|
74300
74404
|
return (t = e.replace(/_/g, " ")) == null ? void 0 : t.replace(/\b\w/g, (n) => n.toUpperCase());
|
|
74301
74405
|
}, Pye = (e) => e.join(", "), tce = () => `ID_${Math.random().toString(36).substr(2, 3)}_${Date.now()}`, nce = {
|
|
@@ -74588,7 +74692,7 @@ const Iye = ({
|
|
|
74588
74692
|
const I = Object.entries(this.tooltipData).filter(
|
|
74589
74693
|
([M]) => !["id", "startDate", "endDate"].includes(M)
|
|
74590
74694
|
).map(
|
|
74591
|
-
([M, x]) => `<br/><strong>${
|
|
74695
|
+
([M, x]) => `<br/><strong>${NE(M)}:</strong> ${x}`
|
|
74592
74696
|
).join("");
|
|
74593
74697
|
return `<span>ID: ${this.id}</span><br/><strong>Start:</strong> ${new Date(
|
|
74594
74698
|
this.x
|
|
@@ -74795,8 +74899,8 @@ var M3 = {}, wce = oh;
|
|
|
74795
74899
|
Object.defineProperty(M3, "__esModule", {
|
|
74796
74900
|
value: !0
|
|
74797
74901
|
});
|
|
74798
|
-
var
|
|
74799
|
-
|
|
74902
|
+
var BE = M3.default = void 0, Sce = wce(T3()), Tce = H;
|
|
74903
|
+
BE = M3.default = (0, Sce.default)(/* @__PURE__ */ (0, Tce.jsx)("path", {
|
|
74800
74904
|
d: "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"
|
|
74801
74905
|
}), "Edit");
|
|
74802
74906
|
const f2 = {
|
|
@@ -74867,7 +74971,7 @@ const f2 = {
|
|
|
74867
74971
|
...f2,
|
|
74868
74972
|
borderColor: t === zn.Edit ? "#565656" : "default"
|
|
74869
74973
|
} : p2,
|
|
74870
|
-
children: /* @__PURE__ */ H.jsx(
|
|
74974
|
+
children: /* @__PURE__ */ H.jsx(BE, {})
|
|
74871
74975
|
}
|
|
74872
74976
|
),
|
|
74873
74977
|
/* @__PURE__ */ H.jsx(
|
|
@@ -74946,7 +75050,7 @@ const f2 = {
|
|
|
74946
75050
|
children: e.id
|
|
74947
75051
|
}
|
|
74948
75052
|
);
|
|
74949
|
-
},
|
|
75053
|
+
}, jE = ({
|
|
74950
75054
|
children: e,
|
|
74951
75055
|
mode: t = zn.View,
|
|
74952
75056
|
onModeChange: n,
|
|
@@ -75438,7 +75542,7 @@ function Ice(e, t) {
|
|
|
75438
75542
|
return { value: u[0] ? u[1] : void 0, done: !0 };
|
|
75439
75543
|
}
|
|
75440
75544
|
}
|
|
75441
|
-
function $
|
|
75545
|
+
function $E(e) {
|
|
75442
75546
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
75443
75547
|
}
|
|
75444
75548
|
var Rce = process.env.NODE_ENV, Ace = function(e, t, n, r, o, i, a, l) {
|
|
@@ -75460,7 +75564,7 @@ var Rce = process.env.NODE_ENV, Ace = function(e, t, n, r, o, i, a, l) {
|
|
|
75460
75564
|
}
|
|
75461
75565
|
throw c.framesToPop = 1, c;
|
|
75462
75566
|
}
|
|
75463
|
-
}, Dce = Ace, Lr = /* @__PURE__ */ $
|
|
75567
|
+
}, Dce = Ace, Lr = /* @__PURE__ */ $E(Dce), nn = $w(null);
|
|
75464
75568
|
function Oce() {
|
|
75465
75569
|
Lr(!!kr, "useGoogleMap is React hook and requires React version 16.8+");
|
|
75466
75570
|
var e = kr(nn);
|
|
@@ -75637,7 +75741,7 @@ var Vce = (
|
|
|
75637
75741
|
}, t;
|
|
75638
75742
|
}(er)
|
|
75639
75743
|
), sl = typeof document < "u";
|
|
75640
|
-
function
|
|
75744
|
+
function VE(e) {
|
|
75641
75745
|
var t = e.url, n = e.id, r = e.nonce;
|
|
75642
75746
|
return sl ? new Promise(function(i, a) {
|
|
75643
75747
|
var l = document.getElementById(n), c = window;
|
|
@@ -75698,7 +75802,7 @@ function N8(e) {
|
|
|
75698
75802
|
)
|
|
75699
75803
|
);
|
|
75700
75804
|
}
|
|
75701
|
-
function
|
|
75805
|
+
function HE() {
|
|
75702
75806
|
var e = document.getElementsByTagName("head")[0];
|
|
75703
75807
|
if (e) {
|
|
75704
75808
|
var t = e.insertBefore.bind(e);
|
|
@@ -75711,12 +75815,12 @@ function H7() {
|
|
|
75711
75815
|
};
|
|
75712
75816
|
}
|
|
75713
75817
|
}
|
|
75714
|
-
function
|
|
75818
|
+
function UE(e) {
|
|
75715
75819
|
var t = e.googleMapsApiKey, n = e.googleMapsClientId, r = e.version, o = r === void 0 ? "weekly" : r, i = e.language, a = e.region, l = e.libraries, c = e.channel, u = e.mapIds, d = e.authReferrerPolicy, h = [];
|
|
75716
75820
|
return Lr(t && n || !(t && n), "You need to specify either googleMapsApiKey or googleMapsClientId for @react-google-maps/api load script to work. You cannot use both at the same time."), t ? h.push("key=".concat(t)) : n && h.push("client=".concat(n)), o && h.push("v=".concat(o)), i && h.push("language=".concat(i)), a && h.push("region=".concat(a)), l && l.length && h.push("libraries=".concat(l.sort().join(","))), c && h.push("channel=".concat(c)), u && u.length && h.push("map_ids=".concat(u.join(","))), d && h.push("auth_referrer_policy=".concat(d)), h.push("callback=initMap"), "https://maps.googleapis.com/maps/api/js?".concat(h.join("&"));
|
|
75717
75821
|
}
|
|
75718
75822
|
var id = !1;
|
|
75719
|
-
function
|
|
75823
|
+
function zE() {
|
|
75720
75824
|
return H.jsx("div", { children: "Loading..." });
|
|
75721
75825
|
}
|
|
75722
75826
|
var x1 = {
|
|
@@ -75763,13 +75867,13 @@ var x1 = {
|
|
|
75763
75867
|
i.parentNode && i.parentNode.removeChild(i);
|
|
75764
75868
|
});
|
|
75765
75869
|
}, n.injectScript = function() {
|
|
75766
|
-
n.props.preventGoogleFontsLoading &&
|
|
75870
|
+
n.props.preventGoogleFontsLoading && HE(), Lr(!!n.props.id, 'LoadScript requires "id" prop to be a string: %s', n.props.id);
|
|
75767
75871
|
var r = {
|
|
75768
75872
|
id: n.props.id,
|
|
75769
75873
|
nonce: n.props.nonce,
|
|
75770
|
-
url:
|
|
75874
|
+
url: UE(n.props)
|
|
75771
75875
|
};
|
|
75772
|
-
|
|
75876
|
+
VE(r).then(function() {
|
|
75773
75877
|
n.props.onLoad && n.props.onLoad(), n.setState(function() {
|
|
75774
75878
|
return {
|
|
75775
75879
|
loaded: !0
|
|
@@ -75809,7 +75913,7 @@ var x1 = {
|
|
|
75809
75913
|
window.setTimeout(r, 1), this.props.onUnmount && this.props.onUnmount();
|
|
75810
75914
|
}
|
|
75811
75915
|
}, t.prototype.render = function() {
|
|
75812
|
-
return H.jsxs(H.Fragment, { children: [H.jsx("div", { ref: this.check }), this.state.loaded ? this.props.children : this.props.loadingElement || H.jsx(
|
|
75916
|
+
return H.jsxs(H.Fragment, { children: [H.jsx("div", { ref: this.check }), this.state.loaded ? this.props.children : this.props.loadingElement || H.jsx(zE, {})] });
|
|
75813
75917
|
}, t.defaultProps = x1, t;
|
|
75814
75918
|
}(er)
|
|
75815
75919
|
), B8;
|
|
@@ -75820,11 +75924,11 @@ function Uce(e) {
|
|
|
75820
75924
|
p.current = !1;
|
|
75821
75925
|
};
|
|
75822
75926
|
}, []), Pe(function() {
|
|
75823
|
-
sl && h &&
|
|
75927
|
+
sl && h && HE();
|
|
75824
75928
|
}, [h]), Pe(function() {
|
|
75825
75929
|
v && Lr(!!window.google, "useLoadScript was marked as loaded, but window.google is not present. Something went wrong.");
|
|
75826
75930
|
}, [v]);
|
|
75827
|
-
var k =
|
|
75931
|
+
var k = UE({
|
|
75828
75932
|
version: o,
|
|
75829
75933
|
googleMapsApiKey: a,
|
|
75830
75934
|
googleMapsClientId: l,
|
|
@@ -75845,7 +75949,7 @@ function Uce(e) {
|
|
|
75845
75949
|
B();
|
|
75846
75950
|
return;
|
|
75847
75951
|
}
|
|
75848
|
-
|
|
75952
|
+
VE({ id: n, url: k, nonce: i }).then(B).catch(function(D) {
|
|
75849
75953
|
p.current && w(D), console.warn(`
|
|
75850
75954
|
There has been an Error with loading Google Maps API script, please check that you provided correct google API key (`.concat(a || "-", ") or Client ID (").concat(l || "-", `)
|
|
75851
75955
|
Otherwise it is a Network issue.
|
|
@@ -75857,7 +75961,7 @@ function Uce(e) {
|
|
|
75857
75961
|
L.current && d !== L.current && console.warn("Performance warning! LoadScript has been reloaded unintentionally! You should not pass `libraries` prop as new array. Please keep an array of libraries as static class property for Components and PureComponents, or just a const variable outside of component, or somewhere in config files or ENV variables"), L.current = d;
|
|
75858
75962
|
}, [d]), { isLoaded: v, loadError: E, url: k };
|
|
75859
75963
|
}
|
|
75860
|
-
var zce = H.jsx(
|
|
75964
|
+
var zce = H.jsx(zE, {});
|
|
75861
75965
|
function Gce(e) {
|
|
75862
75966
|
var t = e.loadingElement, n = e.onLoad, r = e.onError, o = e.onUnmount, i = e.children, a = P3(e, ["loadingElement", "onLoad", "onError", "onUnmount", "children"]), l = Uce(a), c = l.isLoaded, u = l.loadError;
|
|
75863
75967
|
return Pe(function() {
|
|
@@ -76432,7 +76536,7 @@ function eue(e, t) {
|
|
|
76432
76536
|
title: ""
|
|
76433
76537
|
};
|
|
76434
76538
|
}
|
|
76435
|
-
var tue = 2e3, nue = 500, rue = "https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m", oue = "png", iue = [53, 56, 66, 78, 90], sue = "cluster",
|
|
76539
|
+
var tue = 2e3, nue = 500, rue = "https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m", oue = "png", iue = [53, 56, 66, 78, 90], sue = "cluster", GE = (
|
|
76436
76540
|
/** @class */
|
|
76437
76541
|
function() {
|
|
76438
76542
|
function e(t, n, r) {
|
|
@@ -76805,7 +76909,7 @@ function lue(e) {
|
|
|
76805
76909
|
typeof v < "u" && O !== null && Cn.zoomOnClick(O, v);
|
|
76806
76910
|
}, [O, v]), Pe(function() {
|
|
76807
76911
|
if (I) {
|
|
76808
|
-
var G = Mt({}, n || aue), q = new
|
|
76912
|
+
var G = Mt({}, n || aue), q = new GE(I, [], G);
|
|
76809
76913
|
return r && Cn.averageCenter(q, r), o && Cn.batchSizeIE(q, o), i && Cn.calculator(q, i), a && Cn.clusterClass(q, a), l && Cn.enableRetinaIcons(q, l), c && Cn.gridSize(q, c), u && Cn.ignoreHidden(q, u), d && Cn.imageExtension(q, d), h && Cn.imagePath(q, h), f && Cn.imageSizes(q, f), b && Cn.maxZoom(q, b), g && Cn.minimumClusterSize(q, g), p && Cn.styles(q, p), m && Cn.title(q, m), v && Cn.zoomOnClick(q, v), k && ee(google.maps.event.addListener(q, fi.onMouseOut, k)), w && se(google.maps.event.addListener(q, fi.onMouseOver, w)), y && T(google.maps.event.addListener(q, fi.onClick, y)), C && V(google.maps.event.addListener(q, fi.onClusteringBegin, C)), E && z(google.maps.event.addListener(q, fi.onClusteringEnd, E)), D(q), L && L(q), function() {
|
|
76810
76914
|
Y !== null && google.maps.event.removeListener(Y), J !== null && google.maps.event.removeListener(J), x !== null && google.maps.event.removeListener(x), P !== null && google.maps.event.removeListener(P), F !== null && google.maps.event.removeListener(F), _ && _(q);
|
|
76811
76915
|
};
|
|
@@ -76825,7 +76929,7 @@ vr(lue);
|
|
|
76825
76929
|
}
|
|
76826
76930
|
return t.prototype.componentDidMount = function() {
|
|
76827
76931
|
if (this.context) {
|
|
76828
|
-
var n = new
|
|
76932
|
+
var n = new GE(this.context, [], this.props.options);
|
|
76829
76933
|
this.registeredEvents = un({
|
|
76830
76934
|
updaterMap: Cn,
|
|
76831
76935
|
eventMap: fi,
|
|
@@ -76855,7 +76959,7 @@ vr(lue);
|
|
|
76855
76959
|
function W8(e) {
|
|
76856
76960
|
e.cancelBubble = !0, e.stopPropagation && e.stopPropagation();
|
|
76857
76961
|
}
|
|
76858
|
-
var
|
|
76962
|
+
var WE = (
|
|
76859
76963
|
/** @class */
|
|
76860
76964
|
function() {
|
|
76861
76965
|
function e(t) {
|
|
@@ -77047,7 +77151,7 @@ function uue(e) {
|
|
|
77047
77151
|
if (b) {
|
|
77048
77152
|
var P = r || cue, V = P.position, j = P3(P, ["position"]), F = void 0;
|
|
77049
77153
|
V && !(V instanceof google.maps.LatLng) && (F = new google.maps.LatLng(V.lat, V.lng));
|
|
77050
|
-
var z = new
|
|
77154
|
+
var z = new WE(Mt(Mt({}, j), F ? { position: F } : {}));
|
|
77051
77155
|
R.current = document.createElement("div"), m(z), a && C(google.maps.event.addListener(z, "closeclick", a)), l && k(google.maps.event.addListener(z, "domready", l)), c && B(google.maps.event.addListener(z, "content_changed", c)), u && I(google.maps.event.addListener(z, "position_changed", u)), d && T(google.maps.event.addListener(z, "zindex_changed", d)), z.setContent(R.current), n ? z.open(b, n) : z.getPosition() ? z.open(b) : Lr(!1, "You must provide either an anchor or a position prop for <InfoBox>."), h && h(z);
|
|
77052
77156
|
}
|
|
77053
77157
|
return function() {
|
|
@@ -77073,7 +77177,7 @@ var due = (
|
|
|
77073
77177
|
return t.prototype.componentDidMount = function() {
|
|
77074
77178
|
var n = this.props.options || {}, r = n.position, o = P3(n, ["position"]), i;
|
|
77075
77179
|
r && !(r instanceof google.maps.LatLng) && (i = new google.maps.LatLng(r.lat, r.lng));
|
|
77076
|
-
var a = new
|
|
77180
|
+
var a = new WE(Mt(Mt({}, o), i ? { position: i } : {}));
|
|
77077
77181
|
this.containerElement = document.createElement("div"), this.registeredEvents = un({
|
|
77078
77182
|
updaterMap: Y8,
|
|
77079
77183
|
eventMap: q8,
|
|
@@ -77121,7 +77225,7 @@ var due = (
|
|
|
77121
77225
|
return !0;
|
|
77122
77226
|
}
|
|
77123
77227
|
return t !== t && n !== n;
|
|
77124
|
-
}, K8 = /* @__PURE__ */ $
|
|
77228
|
+
}, K8 = /* @__PURE__ */ $E(hue);
|
|
77125
77229
|
const X8 = [
|
|
77126
77230
|
Int8Array,
|
|
77127
77231
|
Uint8Array,
|
|
@@ -77238,13 +77342,13 @@ class I3 {
|
|
|
77238
77342
|
function C1(e, t, n, r, o, i) {
|
|
77239
77343
|
if (o - r <= n) return;
|
|
77240
77344
|
const a = r + o >> 1;
|
|
77241
|
-
|
|
77345
|
+
qE(e, t, a, r, o, i), C1(e, t, n, r, a - 1, 1 - i), C1(e, t, n, a + 1, o, 1 - i);
|
|
77242
77346
|
}
|
|
77243
|
-
function
|
|
77347
|
+
function qE(e, t, n, r, o, i) {
|
|
77244
77348
|
for (; o > r; ) {
|
|
77245
77349
|
if (o - r > 600) {
|
|
77246
77350
|
const u = o - r + 1, d = n - r + 1, h = Math.log(u), f = 0.5 * Math.exp(2 * h / 3), b = 0.5 * Math.sqrt(h * f * (u - f) / u) * (d - u / 2 < 0 ? -1 : 1), g = Math.max(r, Math.floor(n - d * f / u + b)), p = Math.min(o, Math.floor(n + (u - d) * f / u + b));
|
|
77247
|
-
|
|
77351
|
+
qE(e, t, n, g, p, i);
|
|
77248
77352
|
}
|
|
77249
77353
|
const a = t[2 * n + i];
|
|
77250
77354
|
let l = r, c = o;
|
|
@@ -77289,7 +77393,7 @@ const fue = {
|
|
|
77289
77393
|
// properties to use for individual points when running the reducer
|
|
77290
77394
|
map: (e) => e
|
|
77291
77395
|
// props => ({sum: props.my_value})
|
|
77292
|
-
}, Q8 = Math.fround || /* @__PURE__ */ ((e) => (t) => (e[0] = +t, e[0]))(new Float32Array(1)), Qa = 2, xa = 3, b2 = 4, ba = 5,
|
|
77396
|
+
}, Q8 = Math.fround || /* @__PURE__ */ ((e) => (t) => (e[0] = +t, e[0]))(new Float32Array(1)), Qa = 2, xa = 3, b2 = 4, ba = 5, YE = 6;
|
|
77293
77397
|
class pue {
|
|
77294
77398
|
constructor(t) {
|
|
77295
77399
|
this.options = Object.assign(Object.create(fue), t), this.trees = new Array(this.options.maxZoom + 1), this.stride = this.options.reduce ? 7 : 6, this.clusterProps = [];
|
|
@@ -77416,7 +77520,7 @@ class pue {
|
|
|
77416
77520
|
const c = l * this.stride, u = n[c + ba] > 1;
|
|
77417
77521
|
let d, h, f;
|
|
77418
77522
|
if (u)
|
|
77419
|
-
d =
|
|
77523
|
+
d = KE(n, c, this.clusterProps), h = n[c], f = n[c + 1];
|
|
77420
77524
|
else {
|
|
77421
77525
|
const p = this.points[n[c + xa]];
|
|
77422
77526
|
d = p.properties;
|
|
@@ -77484,7 +77588,7 @@ class pue {
|
|
|
77484
77588
|
}
|
|
77485
77589
|
_map(t, n, r) {
|
|
77486
77590
|
if (t[n + ba] > 1) {
|
|
77487
|
-
const a = this.clusterProps[t[n +
|
|
77591
|
+
const a = this.clusterProps[t[n + YE]];
|
|
77488
77592
|
return r ? Object.assign({}, a) : a;
|
|
77489
77593
|
}
|
|
77490
77594
|
const o = this.points[t[n + xa]].properties, i = this.options.map(o);
|
|
@@ -77495,15 +77599,15 @@ function J8(e, t, n) {
|
|
|
77495
77599
|
return {
|
|
77496
77600
|
type: "Feature",
|
|
77497
77601
|
id: e[t + xa],
|
|
77498
|
-
properties:
|
|
77602
|
+
properties: KE(e, t, n),
|
|
77499
77603
|
geometry: {
|
|
77500
77604
|
type: "Point",
|
|
77501
77605
|
coordinates: [gue(e[t]), mue(e[t + 1])]
|
|
77502
77606
|
}
|
|
77503
77607
|
};
|
|
77504
77608
|
}
|
|
77505
|
-
function
|
|
77506
|
-
const r = e[t + ba], o = r >= 1e4 ? `${Math.round(r / 1e3)}k` : r >= 1e3 ? `${Math.round(r / 100) / 10}k` : r, i = e[t +
|
|
77609
|
+
function KE(e, t, n) {
|
|
77610
|
+
const r = e[t + ba], o = r >= 1e4 ? `${Math.round(r / 1e3)}k` : r >= 1e3 ? `${Math.round(r / 100) / 10}k` : r, i = e[t + YE], a = i === -1 ? {} : Object.assign({}, n[i]);
|
|
77507
77611
|
return Object.assign(a, {
|
|
77508
77612
|
cluster: !0,
|
|
77509
77613
|
cluster_id: e[t + xa],
|
|
@@ -78615,7 +78719,7 @@ var h4 = {
|
|
|
78615
78719
|
return null;
|
|
78616
78720
|
}, t.contextType = nn, t;
|
|
78617
78721
|
})(er);
|
|
78618
|
-
function
|
|
78722
|
+
function XE(e, t) {
|
|
78619
78723
|
return typeof t == "function" ? t(e.offsetWidth, e.offsetHeight) : {
|
|
78620
78724
|
x: 0,
|
|
78621
78725
|
y: 0
|
|
@@ -78659,7 +78763,7 @@ function Uue(e, t, n) {
|
|
|
78659
78763
|
top: "-9999px"
|
|
78660
78764
|
};
|
|
78661
78765
|
}
|
|
78662
|
-
function
|
|
78766
|
+
function ZE(e, t, n, r) {
|
|
78663
78767
|
return n !== void 0 ? Hue(e, t, Vue(n, google.maps.LatLngBounds, jue)) : Uue(e, t, $ue(r, google.maps.LatLng, Bue));
|
|
78664
78768
|
}
|
|
78665
78769
|
function zue(e, t) {
|
|
@@ -78678,10 +78782,10 @@ function Gue(e, t, n, r, o) {
|
|
|
78678
78782
|
var c, u = (c = this.getPanes()) === null || c === void 0 ? void 0 : c[this.pane];
|
|
78679
78783
|
u == null || u.appendChild(this.container);
|
|
78680
78784
|
}, l.prototype.draw = function() {
|
|
78681
|
-
for (var c = this.getProjection(), u = Mt({}, this.container ?
|
|
78785
|
+
for (var c = this.getProjection(), u = Mt({}, this.container ? XE(this.container, o) : {
|
|
78682
78786
|
x: 0,
|
|
78683
78787
|
y: 0
|
|
78684
|
-
}), d =
|
|
78788
|
+
}), d = ZE(c, u, this.bounds, this.position), h = 0, f = Object.entries(d); h < f.length; h++) {
|
|
78685
78789
|
var b = f[h], g = b[0], p = b[1];
|
|
78686
78790
|
this.container.style[g] = p;
|
|
78687
78791
|
}
|
|
@@ -78741,7 +78845,7 @@ vr(Wue);
|
|
|
78741
78845
|
var i, a;
|
|
78742
78846
|
r.updatePane(), (a = (i = r.props).onLoad) === null || a === void 0 || a.call(i, r.overlayView);
|
|
78743
78847
|
}, r.onPositionElement = function() {
|
|
78744
|
-
var i = r.overlayView.getProjection(), a = Mt({ x: 0, y: 0 }, r.containerRef.current ?
|
|
78848
|
+
var i = r.overlayView.getProjection(), a = Mt({ x: 0, y: 0 }, r.containerRef.current ? XE(r.containerRef.current, r.props.getPixelPositionOffset) : {}), l = ZE(i, a, r.props.bounds, r.props.position), c = r.state.containerStyle, u = c.left, d = c.top, h = c.width, f = c.height;
|
|
78745
78849
|
zue(l, { left: u, top: d, width: h, height: f }) || r.setState({
|
|
78746
78850
|
containerStyle: {
|
|
78747
78851
|
top: l.top || 0,
|
|
@@ -79777,7 +79881,7 @@ const ude = (e) => {
|
|
|
79777
79881
|
disableControls: !0
|
|
79778
79882
|
}
|
|
79779
79883
|
) : /* @__PURE__ */ H.jsx(
|
|
79780
|
-
|
|
79884
|
+
jE,
|
|
79781
79885
|
{
|
|
79782
79886
|
showDirection: !0,
|
|
79783
79887
|
menu: { show: !1 },
|
|
@@ -79805,10 +79909,10 @@ const ude = (e) => {
|
|
|
79805
79909
|
)
|
|
79806
79910
|
}
|
|
79807
79911
|
) });
|
|
79808
|
-
}, mde = [Cp.DRAWING, Cp.GEOMETRY, Cp.VISUALISATION], Aye = ({ children: e }) => /* @__PURE__ */ H.jsx(Hce, { id: "script-loader", googleMapsApiKey: "AIzaSyAnSVlkh7gmBjgO-lg0Ul_edj_GYV6FG4s", libraries: mde, children: e }),
|
|
79912
|
+
}, mde = [Cp.DRAWING, Cp.GEOMETRY, Cp.VISUALISATION], Aye = ({ children: e }) => /* @__PURE__ */ H.jsx(Hce, { id: "script-loader", googleMapsApiKey: "AIzaSyAnSVlkh7gmBjgO-lg0Ul_edj_GYV6FG4s", libraries: mde, children: e }), QE = [];
|
|
79809
79913
|
let al = 0;
|
|
79810
79914
|
for (; al < 64; )
|
|
79811
|
-
|
|
79915
|
+
QE[al] = 0 | Math.sin(++al % Math.PI) * 4294967296;
|
|
79812
79916
|
function bde(e) {
|
|
79813
79917
|
const t = [];
|
|
79814
79918
|
let n, r, o, i = unescape(encodeURI(e)) + "", a = i.length;
|
|
@@ -79816,7 +79920,7 @@ function bde(e) {
|
|
|
79816
79920
|
for (e = --a / 4 + 2 | 15, t[--e] = a * 8; ~a; )
|
|
79817
79921
|
t[a >> 2] |= i.charCodeAt(a) << 8 * a--;
|
|
79818
79922
|
for (al = i = 0; al < e; al += 16) {
|
|
79819
|
-
for (a = l; i < 64; a = [o = a[3], n + ((o = a[0] + [n & r | ~n & o, o & n | ~o & r, n ^ r ^ o, r ^ (n | ~o)][a = i >> 4] +
|
|
79923
|
+
for (a = l; i < 64; a = [o = a[3], n + ((o = a[0] + [n & r | ~n & o, o & n | ~o & r, n ^ r ^ o, r ^ (n | ~o)][a = i >> 4] + QE[i] + ~~t[al | [i, 5 * i + 1, 3 * i + 5, 7 * i][a] & 15]) << (a = [7, 12, 17, 22, 5, 9, 14, 20, 4, 11, 16, 23, 6, 10, 15, 21][4 * a + i++ % 4]) | o >>> -a), n, r])
|
|
79820
79924
|
n = a[1] | 0, r = a[2];
|
|
79821
79925
|
for (i = 4; i; ) l[--i] += a[i];
|
|
79822
79926
|
}
|
|
@@ -79824,7 +79928,7 @@ function bde(e) {
|
|
|
79824
79928
|
e += (l[i >> 3] >> (1 ^ i++) * 4 & 15).toString(16);
|
|
79825
79929
|
return e;
|
|
79826
79930
|
}
|
|
79827
|
-
const Jf = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",
|
|
79931
|
+
const Jf = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", JE = (e) => {
|
|
79828
79932
|
let t = "", n, r, o, i, a, l, c, u = 0;
|
|
79829
79933
|
for (e = e.replace(/[^A-Za-z0-9\+\/\=]/g, ""); u < e.length; )
|
|
79830
79934
|
i = Jf.indexOf(e.charAt(u++)), a = Jf.indexOf(e.charAt(u++)), l = Jf.indexOf(e.charAt(u++)), c = Jf.indexOf(e.charAt(u++)), n = i << 2 | a >> 4, r = (a & 15) << 4 | l >> 2, o = (l & 3) << 6 | c, t = t + String.fromCharCode(n), l != 64 && (t = t + String.fromCharCode(r)), c != 64 && (t = t + String.fromCharCode(o));
|
|
@@ -79934,7 +80038,7 @@ const Mde = /^.*EXPIRY=([0-9]+),.*$/, Pde = ["x-data-grid-pro", "x-date-pickers-
|
|
|
79934
80038
|
n === "PV" && (t.planVersion = r);
|
|
79935
80039
|
}), t;
|
|
79936
80040
|
}, Ade = (e) => {
|
|
79937
|
-
const t =
|
|
80041
|
+
const t = JE(e);
|
|
79938
80042
|
return t.includes("KEYVERSION=1") ? Ide(t) : t.includes("KV=2") ? Rde(t) : null;
|
|
79939
80043
|
};
|
|
79940
80044
|
function Dde({
|
|
@@ -79967,7 +80071,7 @@ function Dde({
|
|
|
79967
80071
|
status: Gn.Invalid
|
|
79968
80072
|
};
|
|
79969
80073
|
if (i.licensingModel === "perpetual" || process.env.NODE_ENV === "production") {
|
|
79970
|
-
const a = parseInt(
|
|
80074
|
+
const a = parseInt(JE(e), 10);
|
|
79971
80075
|
if (Number.isNaN(a))
|
|
79972
80076
|
throw new Error("MUI X: The release information is invalid. Not able to validate license.");
|
|
79973
80077
|
if (i.expiryTimestamp < a)
|
|
@@ -97284,7 +97388,7 @@ const A3e = $me, D3e = (e, t) => ({
|
|
|
97284
97388
|
return /* @__PURE__ */ H.jsxs(Et, { sx: M, children: [
|
|
97285
97389
|
/* @__PURE__ */ H.jsxs(Et, { sx: H3e, children: [
|
|
97286
97390
|
/* @__PURE__ */ H.jsx(
|
|
97287
|
-
|
|
97391
|
+
jE,
|
|
97288
97392
|
{
|
|
97289
97393
|
mode: zn.View,
|
|
97290
97394
|
shapes: a,
|
|
@@ -97573,7 +97677,7 @@ const Nw = (e, t, n) => Jt().startOf(e).set(t, n), z3e = (e, t, n) => Jt().endOf
|
|
|
97573
97677
|
{
|
|
97574
97678
|
headerName: "Move",
|
|
97575
97679
|
field: "move",
|
|
97576
|
-
renderCell: (e) =>
|
|
97680
|
+
renderCell: (e) => NE(e)
|
|
97577
97681
|
},
|
|
97578
97682
|
{
|
|
97579
97683
|
headerName: "Start",
|
|
@@ -97702,7 +97806,7 @@ export {
|
|
|
97702
97806
|
gre as SearchInput,
|
|
97703
97807
|
zn as ShapeMode,
|
|
97704
97808
|
ji as ShapeType,
|
|
97705
|
-
|
|
97809
|
+
jE as Shapes,
|
|
97706
97810
|
Jn as Svg,
|
|
97707
97811
|
qye as TABS,
|
|
97708
97812
|
J3e as TICK_COLOR,
|
|
@@ -97741,7 +97845,7 @@ export {
|
|
|
97741
97845
|
Nw as getStartTime,
|
|
97742
97846
|
G3e as getStartTimeOfYesterday,
|
|
97743
97847
|
Kye as getTabsContent,
|
|
97744
|
-
|
|
97848
|
+
y7 as inputLabelSx,
|
|
97745
97849
|
Hye as isTimeZoneNegative,
|
|
97746
97850
|
n3 as loaderSx,
|
|
97747
97851
|
Qye as mainTableDataMock,
|
|
@@ -97749,13 +97853,13 @@ export {
|
|
|
97749
97853
|
nve as mockShortcut,
|
|
97750
97854
|
Xye as newFilterMock,
|
|
97751
97855
|
L8 as parseSvg,
|
|
97752
|
-
|
|
97753
|
-
|
|
97856
|
+
b7 as selectSx,
|
|
97857
|
+
NE as snakeCaseToTitleCase,
|
|
97754
97858
|
jle as startsWithAny,
|
|
97755
97859
|
Bw as subtractTime,
|
|
97756
|
-
|
|
97860
|
+
g7 as tabSx,
|
|
97757
97861
|
tve as tabsMock,
|
|
97758
|
-
|
|
97862
|
+
m7 as tabsSx,
|
|
97759
97863
|
eve as verticalTableColumnDefs,
|
|
97760
97864
|
Jye as verticalTableDataMock
|
|
97761
97865
|
};
|