@conboai/storybook.components 0.2.26 → 0.2.28
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.
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
interface IMetroMap {
|
|
4
|
+
svg: string;
|
|
5
|
+
selectedCluster: string;
|
|
6
|
+
minor?: string[];
|
|
7
|
+
major?: string[];
|
|
8
|
+
onSelect?: (clusterId: string) => void;
|
|
9
|
+
}
|
|
10
|
+
declare function MetroMap({ svg, onSelect, selectedCluster, minor, major }: IMetroMap): React.JSX.Element;
|
|
11
|
+
export default MetroMap;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as MetroMap } from './MetroMap';
|
|
@@ -41542,7 +41542,7 @@ function kB(t, e) {
|
|
|
41542
41542
|
"error"
|
|
41543
41543
|
);
|
|
41544
41544
|
try {
|
|
41545
|
-
ui.log(`Debug logs enabled for "${e}" in hls.js version 1.5.
|
|
41545
|
+
ui.log(`Debug logs enabled for "${e}" in hls.js version 1.5.11`);
|
|
41546
41546
|
} catch {
|
|
41547
41547
|
ui = Ru;
|
|
41548
41548
|
}
|
|
@@ -44725,7 +44725,7 @@ class Hj {
|
|
|
44725
44725
|
if (I !== p && I >= g && I <= m && f[I].loadError === 0) {
|
|
44726
44726
|
var l, c;
|
|
44727
44727
|
const k = f[I];
|
|
44728
|
-
if (u === pe.FRAG_GAP && e.frag) {
|
|
44728
|
+
if (u === pe.FRAG_GAP && h === qe.MAIN && e.frag) {
|
|
44729
44729
|
const $ = f[I].details;
|
|
44730
44730
|
if ($) {
|
|
44731
44731
|
const A = yl(e.frag, $.fragments, e.frag.start);
|
|
@@ -51423,7 +51423,7 @@ class t5 extends cf {
|
|
|
51423
51423
|
// If something goes wrong, proceed to next frag, if we were processing one.
|
|
51424
51424
|
onError(e, n) {
|
|
51425
51425
|
const r = n.frag;
|
|
51426
|
-
(r == null ? void 0 : r.type) === qe.SUBTITLE && (this.fragCurrent && this.fragCurrent.abortRequests(), this.state !== Se.STOPPED && (this.state = Se.IDLE));
|
|
51426
|
+
(r == null ? void 0 : r.type) === qe.SUBTITLE && (n.details === pe.FRAG_GAP && this.fragmentTracker.fragBuffered(r, !0), this.fragCurrent && this.fragCurrent.abortRequests(), this.state !== Se.STOPPED && (this.state = Se.IDLE));
|
|
51427
51427
|
}
|
|
51428
51428
|
// Got all new subtitle levels.
|
|
51429
51429
|
onSubtitleTracksUpdated(e, {
|
|
@@ -57624,7 +57624,7 @@ class yr {
|
|
|
57624
57624
|
* Get the video-dev/hls.js package version.
|
|
57625
57625
|
*/
|
|
57626
57626
|
static get version() {
|
|
57627
|
-
return "1.5.
|
|
57627
|
+
return "1.5.11";
|
|
57628
57628
|
}
|
|
57629
57629
|
/**
|
|
57630
57630
|
* Check if the required MediaSource Extensions are available.
|