tmg-media-player 0.0.4 → 0.0.6
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/{chunk-DLFYOGHZ.js → chunk-64APGU4M.js} +7 -7
- package/dist/chunk-CSVCG6QF.js +1 -0
- package/dist/{chunk-PS3YCRIB.js → chunk-GMYO3GIE.js} +41 -41
- package/dist/{chunk-LI4QR57E.js → chunk-H7NYCGUB.js} +32 -32
- package/dist/{chunk-52FFH37D.js → chunk-HITQXVMC.js} +75 -75
- package/dist/{chunk-Y3XDY67U.js → chunk-JQTHZE6O.js} +8 -8
- package/dist/{chunk-KYDVREEK.js → chunk-LSRNWSOS.js} +5 -1
- package/dist/chunk-LSRNWSOS.js.map +1 -0
- package/dist/{chunk-DSAXWX6E.js → chunk-VMY3TKFJ.js} +9 -9
- package/dist/{chunk-YAC7X225.js → chunk-Y4BVYBFO.js} +23 -23
- package/dist/components/holders/pipplaceholder.js +2 -2
- package/dist/components/notifiers/z-register.js +9 -9
- package/dist/components/z-register.js +2 -2
- package/dist/plugs/menus/z-register.js +4 -4
- package/dist/plugs/settings/sleepTimer/index.js +1 -1
- package/dist/plugs/z-register.js +34 -34
- package/dist/super/components/index.js +36 -36
- package/dist/super/components/notifiers.js +23 -23
- package/dist/super/consts.cjs +2 -3
- package/dist/super/consts.cjs.map +1 -1
- package/dist/super/consts.js +5 -2
- package/dist/super/plugs/index.js +91 -91
- package/dist/super/plugs/menus.cjs +673 -209
- package/dist/super/plugs/menus.cjs.map +1 -1
- package/dist/super/plugs/menus.js +18 -12
- package/dist/super/techs.js +3 -3
- package/dist/super/utils.js +8 -8
- package/dist/super.cjs +1 -0
- package/dist/super.cjs.map +1 -1
- package/dist/super.global.js +1 -0
- package/dist/super.global.js.map +1 -1
- package/dist/super.js +72 -72
- package/dist/techs/z-register.js +3 -3
- package/package.json +8 -2
- package/dist/chunk-E56H3EOR.js +0 -1
- package/dist/chunk-KYDVREEK.js.map +0 -1
- /package/dist/{chunk-DLFYOGHZ.js.map → chunk-64APGU4M.js.map} +0 -0
- /package/dist/{chunk-E56H3EOR.js.map → chunk-CSVCG6QF.js.map} +0 -0
- /package/dist/{chunk-PS3YCRIB.js.map → chunk-GMYO3GIE.js.map} +0 -0
- /package/dist/{chunk-LI4QR57E.js.map → chunk-H7NYCGUB.js.map} +0 -0
- /package/dist/{chunk-52FFH37D.js.map → chunk-HITQXVMC.js.map} +0 -0
- /package/dist/{chunk-Y3XDY67U.js.map → chunk-JQTHZE6O.js.map} +0 -0
- /package/dist/{chunk-DSAXWX6E.js.map → chunk-VMY3TKFJ.js.map} +0 -0
- /package/dist/{chunk-YAC7X225.js.map → chunk-Y4BVYBFO.js.map} +0 -0
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ShakaTech
|
|
3
|
+
} from "./chunk-TWH663KH.js";
|
|
4
|
+
import {
|
|
5
|
+
VimeoTech
|
|
6
|
+
} from "./chunk-BK2YNRAK.js";
|
|
1
7
|
import {
|
|
2
8
|
YouTubeTech
|
|
3
9
|
} from "./chunk-SMTIS2FS.js";
|
|
@@ -7,12 +13,6 @@ import {
|
|
|
7
13
|
import {
|
|
8
14
|
HLSTech
|
|
9
15
|
} from "./chunk-AODMYGBR.js";
|
|
10
|
-
import {
|
|
11
|
-
ShakaTech
|
|
12
|
-
} from "./chunk-TWH663KH.js";
|
|
13
|
-
import {
|
|
14
|
-
VimeoTech
|
|
15
|
-
} from "./chunk-BK2YNRAK.js";
|
|
16
16
|
import {
|
|
17
17
|
HTML5Tech
|
|
18
18
|
} from "./chunk-73JKZNA4.js";
|
|
@@ -31,4 +31,4 @@ for (const Tech of [
|
|
|
31
31
|
VimeoTech
|
|
32
32
|
])
|
|
33
33
|
TechRegistry.register(Tech);
|
|
34
|
-
//# sourceMappingURL=chunk-
|
|
34
|
+
//# sourceMappingURL=chunk-64APGU4M.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-CSVCG6QF.js.map
|
|
@@ -1,51 +1,42 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ErrorsPlug
|
|
3
|
-
} from "./chunk-5D4UUGQD.js";
|
|
4
|
-
import {
|
|
5
|
-
PosterPlug
|
|
6
|
-
} from "./chunk-QJ5CIEQU.js";
|
|
7
1
|
import {
|
|
8
2
|
VolumePlug
|
|
9
3
|
} from "./chunk-2YQE26CX.js";
|
|
10
|
-
import {
|
|
11
|
-
NotifiersPlug
|
|
12
|
-
} from "./chunk-OORIO2JT.js";
|
|
13
4
|
import {
|
|
14
5
|
VoicePlug
|
|
15
6
|
} from "./chunk-6LW3FY7Y.js";
|
|
16
7
|
import {
|
|
17
|
-
|
|
18
|
-
} from "./chunk-
|
|
8
|
+
SettingsViewPlug
|
|
9
|
+
} from "./chunk-HT34CQFS.js";
|
|
19
10
|
import {
|
|
20
11
|
TimeTravelPlug
|
|
21
12
|
} from "./chunk-TBNDCJTI.js";
|
|
22
13
|
import {
|
|
23
|
-
|
|
24
|
-
} from "./chunk-
|
|
14
|
+
TimePlug
|
|
15
|
+
} from "./chunk-U2XH3FHI.js";
|
|
25
16
|
import {
|
|
26
|
-
|
|
27
|
-
} from "./chunk-
|
|
17
|
+
PosterPlug
|
|
18
|
+
} from "./chunk-QJ5CIEQU.js";
|
|
28
19
|
import {
|
|
29
20
|
SleepTimerPlug
|
|
30
21
|
} from "./chunk-2BAQUGMN.js";
|
|
31
22
|
import {
|
|
32
|
-
|
|
33
|
-
} from "./chunk-
|
|
23
|
+
ObjectFitPlug
|
|
24
|
+
} from "./chunk-L4FVJWVD.js";
|
|
34
25
|
import {
|
|
35
|
-
|
|
36
|
-
} from "./chunk-
|
|
26
|
+
PlaybackRatePlug
|
|
27
|
+
} from "./chunk-SJ4JQ3N7.js";
|
|
37
28
|
import {
|
|
38
29
|
PersistPlug
|
|
39
30
|
} from "./chunk-HW3NSLNH.js";
|
|
40
|
-
import {
|
|
41
|
-
ObjectFitPlug
|
|
42
|
-
} from "./chunk-L4FVJWVD.js";
|
|
43
31
|
import {
|
|
44
32
|
MetadataPlug
|
|
45
33
|
} from "./chunk-LV46QIYT.js";
|
|
46
34
|
import {
|
|
47
|
-
|
|
48
|
-
} from "./chunk-
|
|
35
|
+
NotifiersPlug
|
|
36
|
+
} from "./chunk-OORIO2JT.js";
|
|
37
|
+
import {
|
|
38
|
+
OverlayPlug
|
|
39
|
+
} from "./chunk-WWYLXTLC.js";
|
|
49
40
|
import {
|
|
50
41
|
ModesFullscreenPin,
|
|
51
42
|
ModesMiniplayerPin,
|
|
@@ -53,20 +44,32 @@ import {
|
|
|
53
44
|
ModesPlug,
|
|
54
45
|
ModesTheaterPin
|
|
55
46
|
} from "./chunk-QQNBGMIA.js";
|
|
56
|
-
import {
|
|
57
|
-
KeysPlug
|
|
58
|
-
} from "./chunk-LJOSRP6T.js";
|
|
59
47
|
import {
|
|
60
48
|
LockedPlug
|
|
61
49
|
} from "./chunk-KICE2FTX.js";
|
|
62
50
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
51
|
+
KeysPlug
|
|
52
|
+
} from "./chunk-LJOSRP6T.js";
|
|
53
|
+
import {
|
|
54
|
+
FastPlayPlug
|
|
55
|
+
} from "./chunk-UMYJXWZ2.js";
|
|
65
56
|
import {
|
|
66
57
|
GesturePlug,
|
|
67
58
|
GestureTouchPin,
|
|
68
59
|
GestureWheelPin
|
|
69
60
|
} from "./chunk-WQ46C5KH.js";
|
|
61
|
+
import {
|
|
62
|
+
CSSPlug
|
|
63
|
+
} from "./chunk-QVRXLLHK.js";
|
|
64
|
+
import {
|
|
65
|
+
ErrorsPlug
|
|
66
|
+
} from "./chunk-5D4UUGQD.js";
|
|
67
|
+
import {
|
|
68
|
+
FramePlug
|
|
69
|
+
} from "./chunk-53TJ5GMK.js";
|
|
70
|
+
import {
|
|
71
|
+
CaptionsPlug
|
|
72
|
+
} from "./chunk-HOT3C7M5.js";
|
|
70
73
|
import {
|
|
71
74
|
ControlPanelDraggablePin,
|
|
72
75
|
ControlPanelPlug
|
|
@@ -74,36 +77,33 @@ import {
|
|
|
74
77
|
import {
|
|
75
78
|
ToastsPlug
|
|
76
79
|
} from "./chunk-IDVXKUMI.js";
|
|
77
|
-
import {
|
|
78
|
-
CastPlug
|
|
79
|
-
} from "./chunk-F2FPNZNM.js";
|
|
80
80
|
import {
|
|
81
81
|
AutoPlug
|
|
82
82
|
} from "./chunk-MIHE7RIF.js";
|
|
83
|
+
import {
|
|
84
|
+
CastPlug
|
|
85
|
+
} from "./chunk-F2FPNZNM.js";
|
|
83
86
|
import {
|
|
84
87
|
BrightnessPlug
|
|
85
88
|
} from "./chunk-O25FBBRN.js";
|
|
86
89
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
90
|
+
PlaylistPlug
|
|
91
|
+
} from "./chunk-E5EK4GIX.js";
|
|
89
92
|
import {
|
|
90
93
|
AirPlayPlug
|
|
91
94
|
} from "./chunk-I43HEKW2.js";
|
|
92
95
|
import {
|
|
93
96
|
AmbiencePlug
|
|
94
97
|
} from "./chunk-7E337RWO.js";
|
|
98
|
+
import {
|
|
99
|
+
LightStatePlug
|
|
100
|
+
} from "./chunk-VB24TO7N.js";
|
|
95
101
|
import {
|
|
96
102
|
SkeletonPlug
|
|
97
103
|
} from "./chunk-IHVE6Q4K.js";
|
|
98
|
-
import {
|
|
99
|
-
PlaylistPlug
|
|
100
|
-
} from "./chunk-E5EK4GIX.js";
|
|
101
104
|
import {
|
|
102
105
|
DisabledPlug
|
|
103
106
|
} from "./chunk-XY53YSY2.js";
|
|
104
|
-
import {
|
|
105
|
-
LightStatePlug
|
|
106
|
-
} from "./chunk-VB24TO7N.js";
|
|
107
107
|
import {
|
|
108
108
|
PinRegistry,
|
|
109
109
|
PlugRegistry
|
|
@@ -159,4 +159,4 @@ for (const Pin of [
|
|
|
159
159
|
GestureTouchPin
|
|
160
160
|
])
|
|
161
161
|
PinRegistry.register(Pin);
|
|
162
|
-
//# sourceMappingURL=chunk-
|
|
162
|
+
//# sourceMappingURL=chunk-GMYO3GIE.js.map
|
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
import {
|
|
2
|
+
volumehigh
|
|
3
|
+
} from "./chunk-JRWYWTTT.js";
|
|
4
|
+
import {
|
|
5
|
+
volumelow
|
|
6
|
+
} from "./chunk-KOAHN3L5.js";
|
|
7
|
+
import {
|
|
8
|
+
volumemuted
|
|
9
|
+
} from "./chunk-EF7RQIJK.js";
|
|
10
|
+
import {
|
|
11
|
+
TouchTimelineNotifier
|
|
12
|
+
} from "./chunk-P7IFK7MX.js";
|
|
13
|
+
import {
|
|
14
|
+
TouchVolumeNotifier
|
|
15
|
+
} from "./chunk-OCHSACPE.js";
|
|
16
|
+
import {
|
|
17
|
+
VolumeNotifier
|
|
18
|
+
} from "./chunk-6ARYV3WU.js";
|
|
19
|
+
import {
|
|
20
|
+
FwdBwdNotifier
|
|
21
|
+
} from "./chunk-2URHQYOD.js";
|
|
22
|
+
import {
|
|
23
|
+
ObjectFitNotifier
|
|
24
|
+
} from "./chunk-P7HXTZIQ.js";
|
|
25
|
+
import {
|
|
26
|
+
PlaybackRateNotifier
|
|
27
|
+
} from "./chunk-CC4UXGMR.js";
|
|
1
28
|
import {
|
|
2
29
|
PlayPauseNotifier
|
|
3
30
|
} from "./chunk-VBD5DCE2.js";
|
|
@@ -11,14 +38,11 @@ import {
|
|
|
11
38
|
TouchBrightnessNotifier
|
|
12
39
|
} from "./chunk-LEW6GNUW.js";
|
|
13
40
|
import {
|
|
14
|
-
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import {
|
|
17
|
-
TouchVolumeNotifier
|
|
18
|
-
} from "./chunk-OCHSACPE.js";
|
|
41
|
+
BrightnessNotifier
|
|
42
|
+
} from "./chunk-XJMGYBSX.js";
|
|
19
43
|
import {
|
|
20
|
-
|
|
21
|
-
} from "./chunk-
|
|
44
|
+
CancelScrubNotifier
|
|
45
|
+
} from "./chunk-JTXYV4VU.js";
|
|
22
46
|
import {
|
|
23
47
|
CaptionsNotifier
|
|
24
48
|
} from "./chunk-QLWFHTND.js";
|
|
@@ -34,33 +58,9 @@ import {
|
|
|
34
58
|
import {
|
|
35
59
|
FastPlayNotifier
|
|
36
60
|
} from "./chunk-PI7E6RUN.js";
|
|
37
|
-
import {
|
|
38
|
-
FwdBwdNotifier
|
|
39
|
-
} from "./chunk-2URHQYOD.js";
|
|
40
|
-
import {
|
|
41
|
-
ObjectFitNotifier
|
|
42
|
-
} from "./chunk-P7HXTZIQ.js";
|
|
43
|
-
import {
|
|
44
|
-
PlaybackRateNotifier
|
|
45
|
-
} from "./chunk-CC4UXGMR.js";
|
|
46
|
-
import {
|
|
47
|
-
volumehigh
|
|
48
|
-
} from "./chunk-JRWYWTTT.js";
|
|
49
|
-
import {
|
|
50
|
-
volumelow
|
|
51
|
-
} from "./chunk-KOAHN3L5.js";
|
|
52
|
-
import {
|
|
53
|
-
volumemuted
|
|
54
|
-
} from "./chunk-EF7RQIJK.js";
|
|
55
61
|
import {
|
|
56
62
|
AirPlayNotifier
|
|
57
63
|
} from "./chunk-OBESPVM2.js";
|
|
58
|
-
import {
|
|
59
|
-
BrightnessNotifier
|
|
60
|
-
} from "./chunk-XJMGYBSX.js";
|
|
61
|
-
import {
|
|
62
|
-
CancelScrubNotifier
|
|
63
|
-
} from "./chunk-JTXYV4VU.js";
|
|
64
64
|
import {
|
|
65
65
|
BaseNotifier
|
|
66
66
|
} from "./chunk-JJEJZLHM.js";
|
|
@@ -468,4 +468,4 @@ __export(components_exports, {
|
|
|
468
468
|
export {
|
|
469
469
|
components_exports
|
|
470
470
|
};
|
|
471
|
-
//# sourceMappingURL=chunk-
|
|
471
|
+
//# sourceMappingURL=chunk-H7NYCGUB.js.map
|
|
@@ -1,25 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ErrorsPlug
|
|
3
|
-
} from "./chunk-5D4UUGQD.js";
|
|
4
|
-
import {
|
|
5
|
-
PosterPlug
|
|
6
|
-
} from "./chunk-QJ5CIEQU.js";
|
|
7
|
-
import {
|
|
8
|
-
POSTER_BUILD
|
|
9
|
-
} from "./chunk-B6IKSVY2.js";
|
|
10
1
|
import {
|
|
11
2
|
VolumePlug
|
|
12
3
|
} from "./chunk-2YQE26CX.js";
|
|
13
4
|
import {
|
|
14
5
|
VOLUME_BUILD
|
|
15
6
|
} from "./chunk-Q2XYS26I.js";
|
|
16
|
-
import {
|
|
17
|
-
ERRORS_BUILD,
|
|
18
|
-
ERROR_CODES
|
|
19
|
-
} from "./chunk-4PWG5DNN.js";
|
|
20
|
-
import {
|
|
21
|
-
NotifiersPlug
|
|
22
|
-
} from "./chunk-OORIO2JT.js";
|
|
23
7
|
import {
|
|
24
8
|
VoicePlug
|
|
25
9
|
} from "./chunk-6LW3FY7Y.js";
|
|
@@ -27,11 +11,8 @@ import {
|
|
|
27
11
|
VOICE_BUILD
|
|
28
12
|
} from "./chunk-MB5D2ET7.js";
|
|
29
13
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import {
|
|
33
|
-
TIME_BUILD
|
|
34
|
-
} from "./chunk-274C5J22.js";
|
|
14
|
+
SettingsViewPlug
|
|
15
|
+
} from "./chunk-HT34CQFS.js";
|
|
35
16
|
import {
|
|
36
17
|
TimeTravelPlug
|
|
37
18
|
} from "./chunk-TBNDCJTI.js";
|
|
@@ -39,20 +20,17 @@ import {
|
|
|
39
20
|
TIME_TRAVEL_BUILD
|
|
40
21
|
} from "./chunk-M653CZPD.js";
|
|
41
22
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
44
|
-
import {
|
|
45
|
-
PlaybackRatePlug
|
|
46
|
-
} from "./chunk-SJ4JQ3N7.js";
|
|
23
|
+
TimePlug
|
|
24
|
+
} from "./chunk-U2XH3FHI.js";
|
|
47
25
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
26
|
+
TIME_BUILD
|
|
27
|
+
} from "./chunk-274C5J22.js";
|
|
50
28
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
29
|
+
PosterPlug
|
|
30
|
+
} from "./chunk-QJ5CIEQU.js";
|
|
53
31
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
32
|
+
POSTER_BUILD
|
|
33
|
+
} from "./chunk-B6IKSVY2.js";
|
|
56
34
|
import {
|
|
57
35
|
SleepTimerPlug
|
|
58
36
|
} from "./chunk-2BAQUGMN.js";
|
|
@@ -60,20 +38,8 @@ import {
|
|
|
60
38
|
SLEEP_TIMER_BUILD
|
|
61
39
|
} from "./chunk-RGPGW4ZJ.js";
|
|
62
40
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
65
|
-
import {
|
|
66
|
-
FastPlayPlug
|
|
67
|
-
} from "./chunk-UMYJXWZ2.js";
|
|
68
|
-
import {
|
|
69
|
-
FAST_PLAY_BUILD
|
|
70
|
-
} from "./chunk-OBASYXH2.js";
|
|
71
|
-
import {
|
|
72
|
-
PersistPlug
|
|
73
|
-
} from "./chunk-HW3NSLNH.js";
|
|
74
|
-
import {
|
|
75
|
-
PERSIST_BUILD
|
|
76
|
-
} from "./chunk-UUHSWSU6.js";
|
|
41
|
+
SETTINGS_BUILD
|
|
42
|
+
} from "./chunk-NPTM6BGC.js";
|
|
77
43
|
import {
|
|
78
44
|
ObjectFitPlug
|
|
79
45
|
} from "./chunk-L4FVJWVD.js";
|
|
@@ -82,17 +48,32 @@ import {
|
|
|
82
48
|
objectFits
|
|
83
49
|
} from "./chunk-KD3OBG25.js";
|
|
84
50
|
import {
|
|
85
|
-
|
|
86
|
-
} from "./chunk-
|
|
51
|
+
PlaybackRatePlug
|
|
52
|
+
} from "./chunk-SJ4JQ3N7.js";
|
|
53
|
+
import {
|
|
54
|
+
PLAYBACK_RATE_BUILD
|
|
55
|
+
} from "./chunk-K7AAKFQF.js";
|
|
56
|
+
import {
|
|
57
|
+
PersistPlug
|
|
58
|
+
} from "./chunk-HW3NSLNH.js";
|
|
59
|
+
import {
|
|
60
|
+
PERSIST_BUILD
|
|
61
|
+
} from "./chunk-UUHSWSU6.js";
|
|
87
62
|
import {
|
|
88
63
|
MetadataPlug
|
|
89
64
|
} from "./chunk-LV46QIYT.js";
|
|
90
65
|
import {
|
|
91
|
-
|
|
92
|
-
} from "./chunk-
|
|
66
|
+
NotifiersPlug
|
|
67
|
+
} from "./chunk-OORIO2JT.js";
|
|
93
68
|
import {
|
|
94
|
-
|
|
95
|
-
} from "./chunk-
|
|
69
|
+
NOTIFIERS_BUILD
|
|
70
|
+
} from "./chunk-ZCMJVQ6P.js";
|
|
71
|
+
import {
|
|
72
|
+
OverlayPlug
|
|
73
|
+
} from "./chunk-WWYLXTLC.js";
|
|
74
|
+
import {
|
|
75
|
+
OVERLAY_BUILD
|
|
76
|
+
} from "./chunk-PXU563OY.js";
|
|
96
77
|
import {
|
|
97
78
|
ModesFullscreenPin,
|
|
98
79
|
ModesMiniplayerPin,
|
|
@@ -109,8 +90,8 @@ import {
|
|
|
109
90
|
ORIENTATION_OPTIONS
|
|
110
91
|
} from "./chunk-NDUYN2X2.js";
|
|
111
92
|
import {
|
|
112
|
-
|
|
113
|
-
} from "./chunk-
|
|
93
|
+
METADATA_BUILD
|
|
94
|
+
} from "./chunk-BGODOEUS.js";
|
|
114
95
|
import {
|
|
115
96
|
LockedPlug
|
|
116
97
|
} from "./chunk-KICE2FTX.js";
|
|
@@ -118,14 +99,14 @@ import {
|
|
|
118
99
|
LOCKED_BUILD
|
|
119
100
|
} from "./chunk-FHL5Z6MX.js";
|
|
120
101
|
import {
|
|
121
|
-
|
|
122
|
-
} from "./chunk-
|
|
102
|
+
KeysPlug
|
|
103
|
+
} from "./chunk-LJOSRP6T.js";
|
|
123
104
|
import {
|
|
124
|
-
|
|
125
|
-
} from "./chunk-
|
|
105
|
+
FastPlayPlug
|
|
106
|
+
} from "./chunk-UMYJXWZ2.js";
|
|
126
107
|
import {
|
|
127
|
-
|
|
128
|
-
} from "./chunk-
|
|
108
|
+
FAST_PLAY_BUILD
|
|
109
|
+
} from "./chunk-OBASYXH2.js";
|
|
129
110
|
import {
|
|
130
111
|
GesturePlug,
|
|
131
112
|
GestureTouchPin,
|
|
@@ -136,6 +117,28 @@ import {
|
|
|
136
117
|
GESTURE_TOUCH_BUILD,
|
|
137
118
|
GESTURE_WHEEL_BUILD
|
|
138
119
|
} from "./chunk-MEAGFRLE.js";
|
|
120
|
+
import {
|
|
121
|
+
CSSPlug
|
|
122
|
+
} from "./chunk-QVRXLLHK.js";
|
|
123
|
+
import {
|
|
124
|
+
CSS_BUILD
|
|
125
|
+
} from "./chunk-UCBDCGYX.js";
|
|
126
|
+
import {
|
|
127
|
+
ErrorsPlug
|
|
128
|
+
} from "./chunk-5D4UUGQD.js";
|
|
129
|
+
import {
|
|
130
|
+
ERRORS_BUILD,
|
|
131
|
+
ERROR_CODES
|
|
132
|
+
} from "./chunk-4PWG5DNN.js";
|
|
133
|
+
import {
|
|
134
|
+
FramePlug
|
|
135
|
+
} from "./chunk-53TJ5GMK.js";
|
|
136
|
+
import {
|
|
137
|
+
FRAME_BUILD
|
|
138
|
+
} from "./chunk-4QQXED6P.js";
|
|
139
|
+
import {
|
|
140
|
+
CaptionsPlug
|
|
141
|
+
} from "./chunk-HOT3C7M5.js";
|
|
139
142
|
import {
|
|
140
143
|
ControlPanelDraggablePin,
|
|
141
144
|
ControlPanelPlug
|
|
@@ -147,9 +150,6 @@ import {
|
|
|
147
150
|
import {
|
|
148
151
|
TOASTS_BUILD
|
|
149
152
|
} from "./chunk-IFYBKLFH.js";
|
|
150
|
-
import {
|
|
151
|
-
CastPlug
|
|
152
|
-
} from "./chunk-F2FPNZNM.js";
|
|
153
153
|
import {
|
|
154
154
|
AutoPlug
|
|
155
155
|
} from "./chunk-MIHE7RIF.js";
|
|
@@ -157,6 +157,9 @@ import {
|
|
|
157
157
|
APT_AUTOPLAY_OPTIONS,
|
|
158
158
|
AUTO_BUILD
|
|
159
159
|
} from "./chunk-LJKSIFLD.js";
|
|
160
|
+
import {
|
|
161
|
+
CastPlug
|
|
162
|
+
} from "./chunk-F2FPNZNM.js";
|
|
160
163
|
import {
|
|
161
164
|
BrightnessPlug
|
|
162
165
|
} from "./chunk-O25FBBRN.js";
|
|
@@ -164,8 +167,8 @@ import {
|
|
|
164
167
|
BRIGHTNESS_BUILD
|
|
165
168
|
} from "./chunk-JPWNE7JO.js";
|
|
166
169
|
import {
|
|
167
|
-
|
|
168
|
-
} from "./chunk-
|
|
170
|
+
PlaylistPlug
|
|
171
|
+
} from "./chunk-E5EK4GIX.js";
|
|
169
172
|
import {
|
|
170
173
|
AirPlayPlug
|
|
171
174
|
} from "./chunk-I43HEKW2.js";
|
|
@@ -175,27 +178,24 @@ import {
|
|
|
175
178
|
import {
|
|
176
179
|
AMBIENT_BUILD
|
|
177
180
|
} from "./chunk-WIHCBWQL.js";
|
|
181
|
+
import {
|
|
182
|
+
LightStatePlug
|
|
183
|
+
} from "./chunk-VB24TO7N.js";
|
|
184
|
+
import {
|
|
185
|
+
LIGHT_STATE_BUILD
|
|
186
|
+
} from "./chunk-GM7YMURS.js";
|
|
178
187
|
import {
|
|
179
188
|
SkeletonPlug
|
|
180
189
|
} from "./chunk-IHVE6Q4K.js";
|
|
181
190
|
import {
|
|
182
191
|
SKELETON_BUILD
|
|
183
192
|
} from "./chunk-QZ63RGAN.js";
|
|
184
|
-
import {
|
|
185
|
-
PlaylistPlug
|
|
186
|
-
} from "./chunk-E5EK4GIX.js";
|
|
187
193
|
import {
|
|
188
194
|
DisabledPlug
|
|
189
195
|
} from "./chunk-XY53YSY2.js";
|
|
190
196
|
import {
|
|
191
197
|
DISABLED_BUILD
|
|
192
198
|
} from "./chunk-WW56NFQS.js";
|
|
193
|
-
import {
|
|
194
|
-
LightStatePlug
|
|
195
|
-
} from "./chunk-VB24TO7N.js";
|
|
196
|
-
import {
|
|
197
|
-
LIGHT_STATE_BUILD
|
|
198
|
-
} from "./chunk-GM7YMURS.js";
|
|
199
199
|
import {
|
|
200
200
|
BasePin,
|
|
201
201
|
BasePlug
|
|
@@ -324,4 +324,4 @@ __export(plugs_exports, {
|
|
|
324
324
|
export {
|
|
325
325
|
plugs_exports
|
|
326
326
|
};
|
|
327
|
-
//# sourceMappingURL=chunk-
|
|
327
|
+
//# sourceMappingURL=chunk-HITQXVMC.js.map
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
formatSize,
|
|
3
|
-
getExtension,
|
|
4
|
-
getMimeTypeFromExtension,
|
|
5
|
-
noExtension,
|
|
6
|
-
smartFlatSort
|
|
7
|
-
} from "./chunk-CNZYODIC.js";
|
|
8
1
|
import {
|
|
9
2
|
clampRGBBri,
|
|
10
3
|
convertToMonoChrome,
|
|
@@ -12,6 +5,13 @@ import {
|
|
|
12
5
|
getRGBBri,
|
|
13
6
|
getRGBSat
|
|
14
7
|
} from "./chunk-JIEIZWJ2.js";
|
|
8
|
+
import {
|
|
9
|
+
formatSize,
|
|
10
|
+
getExtension,
|
|
11
|
+
getMimeTypeFromExtension,
|
|
12
|
+
noExtension,
|
|
13
|
+
smartFlatSort
|
|
14
|
+
} from "./chunk-CNZYODIC.js";
|
|
15
15
|
import {
|
|
16
16
|
ANDROID_VERSION,
|
|
17
17
|
CHROME_VERSION,
|
|
@@ -402,4 +402,4 @@ __export(utils_exports, {
|
|
|
402
402
|
export {
|
|
403
403
|
utils_exports
|
|
404
404
|
};
|
|
405
|
-
//# sourceMappingURL=chunk-
|
|
405
|
+
//# sourceMappingURL=chunk-JQTHZE6O.js.map
|
|
@@ -11,6 +11,9 @@ import {
|
|
|
11
11
|
FN_KEY,
|
|
12
12
|
LUID_KEY
|
|
13
13
|
} from "./chunk-57L2PE3B.js";
|
|
14
|
+
import {
|
|
15
|
+
ACTIONS_BUILD
|
|
16
|
+
} from "./chunk-UBC2B7XW.js";
|
|
14
17
|
import {
|
|
15
18
|
__export
|
|
16
19
|
} from "./chunk-UVKRO5ER.js";
|
|
@@ -18,6 +21,7 @@ import {
|
|
|
18
21
|
// src/ts/super/consts.ts
|
|
19
22
|
var consts_exports = {};
|
|
20
23
|
__export(consts_exports, {
|
|
24
|
+
ACTIONS_BUILD: () => ACTIONS_BUILD,
|
|
21
25
|
CONFIG_BUILD: () => CONFIG_BUILD,
|
|
22
26
|
FN_KEY: () => FN_KEY,
|
|
23
27
|
LUID_KEY: () => LUID_KEY,
|
|
@@ -30,4 +34,4 @@ __export(consts_exports, {
|
|
|
30
34
|
export {
|
|
31
35
|
consts_exports
|
|
32
36
|
};
|
|
33
|
-
//# sourceMappingURL=chunk-
|
|
37
|
+
//# sourceMappingURL=chunk-LSRNWSOS.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/ts/super/consts.ts"],"sourcesContent":["export * from \"@consts/actions\";\nexport * from \"@consts/config\";\nexport * from \"@consts/generics\";\nexport * from \"@consts/media\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;","names":[]}
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
getSettingsVoiceMenu
|
|
3
|
-
} from "./chunk-7GYG7HSQ.js";
|
|
4
1
|
import {
|
|
5
2
|
getSettingsVolumeMenu
|
|
6
3
|
} from "./chunk-KDHACIER.js";
|
|
7
|
-
import {
|
|
8
|
-
getSettingsPersistMenu
|
|
9
|
-
} from "./chunk-6Z4RECYU.js";
|
|
10
4
|
import {
|
|
11
5
|
getSettingsPlaybackRateMenu
|
|
12
6
|
} from "./chunk-QU6FXB2Q.js";
|
|
@@ -26,8 +20,8 @@ import {
|
|
|
26
20
|
getSettingsTimeTravelMenu
|
|
27
21
|
} from "./chunk-Q3U3LYJ5.js";
|
|
28
22
|
import {
|
|
29
|
-
|
|
30
|
-
} from "./chunk-
|
|
23
|
+
getSettingsVoiceMenu
|
|
24
|
+
} from "./chunk-7GYG7HSQ.js";
|
|
31
25
|
import {
|
|
32
26
|
getSettingsGestureMenu
|
|
33
27
|
} from "./chunk-EJB3RNXK.js";
|
|
@@ -49,6 +43,9 @@ import {
|
|
|
49
43
|
import {
|
|
50
44
|
getSettingsOverlayMenu
|
|
51
45
|
} from "./chunk-P3VYFFHL.js";
|
|
46
|
+
import {
|
|
47
|
+
getSettingsPersistMenu
|
|
48
|
+
} from "./chunk-6Z4RECYU.js";
|
|
52
49
|
import {
|
|
53
50
|
getActionsMenu
|
|
54
51
|
} from "./chunk-E6D2R27R.js";
|
|
@@ -73,6 +70,9 @@ import {
|
|
|
73
70
|
import {
|
|
74
71
|
getSettingsFastPlayMenu
|
|
75
72
|
} from "./chunk-SJK4N5F3.js";
|
|
73
|
+
import {
|
|
74
|
+
getSettingsFrameMenu
|
|
75
|
+
} from "./chunk-WL3Z4ZYE.js";
|
|
76
76
|
import {
|
|
77
77
|
getMainPlaylistMenu
|
|
78
78
|
} from "./chunk-26A2FWK2.js";
|
|
@@ -114,4 +114,4 @@ for (const [key, menu] of [
|
|
|
114
114
|
["settings.settingsView", getSettingsSettingsViewMenu]
|
|
115
115
|
])
|
|
116
116
|
MenuRegistry.register(key, menu);
|
|
117
|
-
//# sourceMappingURL=chunk-
|
|
117
|
+
//# sourceMappingURL=chunk-VMY3TKFJ.js.map
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
import {
|
|
2
|
+
TouchTimelineNotifier
|
|
3
|
+
} from "./chunk-P7IFK7MX.js";
|
|
4
|
+
import {
|
|
5
|
+
TouchVolumeNotifier
|
|
6
|
+
} from "./chunk-OCHSACPE.js";
|
|
7
|
+
import {
|
|
8
|
+
VolumeNotifier
|
|
9
|
+
} from "./chunk-6ARYV3WU.js";
|
|
10
|
+
import {
|
|
11
|
+
FwdBwdNotifier
|
|
12
|
+
} from "./chunk-2URHQYOD.js";
|
|
13
|
+
import {
|
|
14
|
+
ObjectFitNotifier
|
|
15
|
+
} from "./chunk-P7HXTZIQ.js";
|
|
16
|
+
import {
|
|
17
|
+
PlaybackRateNotifier
|
|
18
|
+
} from "./chunk-CC4UXGMR.js";
|
|
1
19
|
import {
|
|
2
20
|
PlayPauseNotifier
|
|
3
21
|
} from "./chunk-VBD5DCE2.js";
|
|
@@ -14,14 +32,11 @@ import {
|
|
|
14
32
|
TouchBrightnessNotifier
|
|
15
33
|
} from "./chunk-LEW6GNUW.js";
|
|
16
34
|
import {
|
|
17
|
-
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import {
|
|
20
|
-
TouchVolumeNotifier
|
|
21
|
-
} from "./chunk-OCHSACPE.js";
|
|
35
|
+
BrightnessNotifier
|
|
36
|
+
} from "./chunk-XJMGYBSX.js";
|
|
22
37
|
import {
|
|
23
|
-
|
|
24
|
-
} from "./chunk-
|
|
38
|
+
CancelScrubNotifier
|
|
39
|
+
} from "./chunk-JTXYV4VU.js";
|
|
25
40
|
import {
|
|
26
41
|
CaptionsNotifier
|
|
27
42
|
} from "./chunk-QLWFHTND.js";
|
|
@@ -37,24 +52,9 @@ import {
|
|
|
37
52
|
import {
|
|
38
53
|
FastPlayNotifier
|
|
39
54
|
} from "./chunk-PI7E6RUN.js";
|
|
40
|
-
import {
|
|
41
|
-
FwdBwdNotifier
|
|
42
|
-
} from "./chunk-2URHQYOD.js";
|
|
43
|
-
import {
|
|
44
|
-
ObjectFitNotifier
|
|
45
|
-
} from "./chunk-P7HXTZIQ.js";
|
|
46
|
-
import {
|
|
47
|
-
PlaybackRateNotifier
|
|
48
|
-
} from "./chunk-CC4UXGMR.js";
|
|
49
55
|
import {
|
|
50
56
|
AirPlayNotifier
|
|
51
57
|
} from "./chunk-OBESPVM2.js";
|
|
52
|
-
import {
|
|
53
|
-
BrightnessNotifier
|
|
54
|
-
} from "./chunk-XJMGYBSX.js";
|
|
55
|
-
import {
|
|
56
|
-
CancelScrubNotifier
|
|
57
|
-
} from "./chunk-JTXYV4VU.js";
|
|
58
58
|
import {
|
|
59
59
|
ComponentRegistry
|
|
60
60
|
} from "./chunk-445PI4JX.js";
|
|
@@ -83,4 +83,4 @@ for (const Comp of [
|
|
|
83
83
|
TimerNotifier
|
|
84
84
|
])
|
|
85
85
|
ComponentRegistry.register(Comp);
|
|
86
|
-
//# sourceMappingURL=chunk-
|
|
86
|
+
//# sourceMappingURL=chunk-Y4BVYBFO.js.map
|