tmg-media-player 0.0.4 → 0.0.5
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-LJOSRP6T.js → chunk-2PFB555B.js} +4 -4
- package/dist/{chunk-DSAXWX6E.js → chunk-2ZYTUYHT.js} +4 -4
- package/dist/{chunk-LI4QR57E.js → chunk-B4K2OR4R.js} +24 -24
- package/dist/{chunk-YAC7X225.js → chunk-IJL3RSMZ.js} +13 -13
- package/dist/{chunk-HOT3C7M5.js → chunk-KDFW2XZU.js} +4 -4
- package/dist/{chunk-5YHWPPIZ.js → chunk-LRO7RNEB.js} +5 -5
- package/dist/{chunk-52FFH37D.js → chunk-SITQOG7O.js} +70 -70
- package/dist/{chunk-RXMOYOS7.js → chunk-SNL5HLFG.js} +5 -5
- package/dist/{chunk-E5EK4GIX.js → chunk-VZVGUEAL.js} +4 -4
- package/dist/{chunk-PS3YCRIB.js → chunk-XWLDFHBF.js} +35 -35
- package/dist/components/notifiers/z-register.js +5 -5
- package/dist/components/z-register.js +4 -4
- package/dist/plugs/main/playlist/index.js +2 -2
- package/dist/plugs/menus/z-register.js +2 -2
- package/dist/plugs/settings/captions/index.js +2 -2
- package/dist/plugs/settings/controlPanel/draggable.js +2 -2
- package/dist/plugs/settings/controlPanel/index.js +2 -2
- package/dist/plugs/settings/keys/index.js +2 -2
- package/dist/plugs/z-register.js +31 -31
- package/dist/super/components/index.js +28 -28
- package/dist/super/components/notifiers.js +13 -13
- package/dist/super/plugs/index.js +76 -76
- package/dist/super/plugs/menus.js +2 -2
- package/dist/super.js +57 -57
- package/package.json +1 -1
- /package/dist/{chunk-LJOSRP6T.js.map → chunk-2PFB555B.js.map} +0 -0
- /package/dist/{chunk-DSAXWX6E.js.map → chunk-2ZYTUYHT.js.map} +0 -0
- /package/dist/{chunk-LI4QR57E.js.map → chunk-B4K2OR4R.js.map} +0 -0
- /package/dist/{chunk-YAC7X225.js.map → chunk-IJL3RSMZ.js.map} +0 -0
- /package/dist/{chunk-HOT3C7M5.js.map → chunk-KDFW2XZU.js.map} +0 -0
- /package/dist/{chunk-5YHWPPIZ.js.map → chunk-LRO7RNEB.js.map} +0 -0
- /package/dist/{chunk-52FFH37D.js.map → chunk-SITQOG7O.js.map} +0 -0
- /package/dist/{chunk-RXMOYOS7.js.map → chunk-SNL5HLFG.js.map} +0 -0
- /package/dist/{chunk-E5EK4GIX.js.map → chunk-VZVGUEAL.js.map} +0 -0
- /package/dist/{chunk-PS3YCRIB.js.map → chunk-XWLDFHBF.js.map} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
tutorialOpts
|
|
3
3
|
} from "./chunk-IDVXKUMI.js";
|
|
4
|
-
import {
|
|
5
|
-
BasePlug
|
|
6
|
-
} from "./chunk-GUFNBA6P.js";
|
|
7
4
|
import {
|
|
8
5
|
KEYS_BUILD
|
|
9
6
|
} from "./chunk-W7UIRU3J.js";
|
|
7
|
+
import {
|
|
8
|
+
BasePlug
|
|
9
|
+
} from "./chunk-GUFNBA6P.js";
|
|
10
10
|
import {
|
|
11
11
|
getMediaTime
|
|
12
12
|
} from "./chunk-UNMCHCFJ.js";
|
|
@@ -132,4 +132,4 @@ __publicField(KeysPlug, "BUILD", KEYS_BUILD);
|
|
|
132
132
|
export {
|
|
133
133
|
KeysPlug
|
|
134
134
|
};
|
|
135
|
-
//# sourceMappingURL=chunk-
|
|
135
|
+
//# sourceMappingURL=chunk-2PFB555B.js.map
|
|
@@ -49,6 +49,9 @@ import {
|
|
|
49
49
|
import {
|
|
50
50
|
getSettingsOverlayMenu
|
|
51
51
|
} from "./chunk-P3VYFFHL.js";
|
|
52
|
+
import {
|
|
53
|
+
getSkeletonGeneralMenu
|
|
54
|
+
} from "./chunk-ONWVPXJ7.js";
|
|
52
55
|
import {
|
|
53
56
|
getActionsMenu
|
|
54
57
|
} from "./chunk-E6D2R27R.js";
|
|
@@ -76,9 +79,6 @@ import {
|
|
|
76
79
|
import {
|
|
77
80
|
getMainPlaylistMenu
|
|
78
81
|
} from "./chunk-26A2FWK2.js";
|
|
79
|
-
import {
|
|
80
|
-
getSkeletonGeneralMenu
|
|
81
|
-
} from "./chunk-ONWVPXJ7.js";
|
|
82
82
|
import {
|
|
83
83
|
MenuRegistry
|
|
84
84
|
} from "./chunk-445PI4JX.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-2ZYTUYHT.js.map
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
PlayPauseNotifier
|
|
3
|
-
} from "./chunk-VBD5DCE2.js";
|
|
4
|
-
import {
|
|
5
|
-
PrevNextNotifier
|
|
6
|
-
} from "./chunk-KYXIZDII.js";
|
|
7
1
|
import {
|
|
8
2
|
ScrubNotifier
|
|
9
3
|
} from "./chunk-EKVOOPXR.js";
|
|
@@ -19,12 +13,6 @@ import {
|
|
|
19
13
|
import {
|
|
20
14
|
VolumeNotifier
|
|
21
15
|
} from "./chunk-6ARYV3WU.js";
|
|
22
|
-
import {
|
|
23
|
-
CaptionsNotifier
|
|
24
|
-
} from "./chunk-QLWFHTND.js";
|
|
25
|
-
import {
|
|
26
|
-
CaptureNotifier
|
|
27
|
-
} from "./chunk-P3WEFEIT.js";
|
|
28
16
|
import {
|
|
29
17
|
CastNotifier
|
|
30
18
|
} from "./chunk-H5MH6XX3.js";
|
|
@@ -44,14 +32,11 @@ import {
|
|
|
44
32
|
PlaybackRateNotifier
|
|
45
33
|
} from "./chunk-CC4UXGMR.js";
|
|
46
34
|
import {
|
|
47
|
-
|
|
48
|
-
} from "./chunk-
|
|
49
|
-
import {
|
|
50
|
-
volumelow
|
|
51
|
-
} from "./chunk-KOAHN3L5.js";
|
|
35
|
+
PlayPauseNotifier
|
|
36
|
+
} from "./chunk-VBD5DCE2.js";
|
|
52
37
|
import {
|
|
53
|
-
|
|
54
|
-
} from "./chunk-
|
|
38
|
+
PrevNextNotifier
|
|
39
|
+
} from "./chunk-KYXIZDII.js";
|
|
55
40
|
import {
|
|
56
41
|
AirPlayNotifier
|
|
57
42
|
} from "./chunk-OBESPVM2.js";
|
|
@@ -61,9 +46,24 @@ import {
|
|
|
61
46
|
import {
|
|
62
47
|
CancelScrubNotifier
|
|
63
48
|
} from "./chunk-JTXYV4VU.js";
|
|
49
|
+
import {
|
|
50
|
+
CaptionsNotifier
|
|
51
|
+
} from "./chunk-QLWFHTND.js";
|
|
52
|
+
import {
|
|
53
|
+
CaptureNotifier
|
|
54
|
+
} from "./chunk-P3WEFEIT.js";
|
|
64
55
|
import {
|
|
65
56
|
BaseNotifier
|
|
66
57
|
} from "./chunk-JJEJZLHM.js";
|
|
58
|
+
import {
|
|
59
|
+
volumehigh
|
|
60
|
+
} from "./chunk-JRWYWTTT.js";
|
|
61
|
+
import {
|
|
62
|
+
volumelow
|
|
63
|
+
} from "./chunk-KOAHN3L5.js";
|
|
64
|
+
import {
|
|
65
|
+
volumemuted
|
|
66
|
+
} from "./chunk-EF7RQIJK.js";
|
|
67
67
|
import {
|
|
68
68
|
shuffle
|
|
69
69
|
} from "./chunk-OEHNS7YX.js";
|
|
@@ -218,14 +218,14 @@ import {
|
|
|
218
218
|
brightnessdark
|
|
219
219
|
} from "./chunk-6IFGKHVM.js";
|
|
220
220
|
import {
|
|
221
|
-
|
|
222
|
-
} from "./chunk-
|
|
221
|
+
Timeline
|
|
222
|
+
} from "./chunk-7TGCDKZQ.js";
|
|
223
223
|
import {
|
|
224
224
|
BrightnessControl
|
|
225
225
|
} from "./chunk-GRGWAR2D.js";
|
|
226
226
|
import {
|
|
227
|
-
|
|
228
|
-
} from "./chunk-
|
|
227
|
+
VolumeControl
|
|
228
|
+
} from "./chunk-CWTTTMMV.js";
|
|
229
229
|
import {
|
|
230
230
|
RangeInput
|
|
231
231
|
} from "./chunk-QSO6GA5Z.js";
|
|
@@ -468,4 +468,4 @@ __export(components_exports, {
|
|
|
468
468
|
export {
|
|
469
469
|
components_exports
|
|
470
470
|
};
|
|
471
|
-
//# sourceMappingURL=chunk-
|
|
471
|
+
//# sourceMappingURL=chunk-B4K2OR4R.js.map
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
PlayPauseNotifier
|
|
3
|
-
} from "./chunk-VBD5DCE2.js";
|
|
4
|
-
import {
|
|
5
|
-
PrevNextNotifier
|
|
6
|
-
} from "./chunk-KYXIZDII.js";
|
|
7
1
|
import {
|
|
8
2
|
ScrubNotifier
|
|
9
3
|
} from "./chunk-EKVOOPXR.js";
|
|
@@ -22,12 +16,6 @@ import {
|
|
|
22
16
|
import {
|
|
23
17
|
VolumeNotifier
|
|
24
18
|
} from "./chunk-6ARYV3WU.js";
|
|
25
|
-
import {
|
|
26
|
-
CaptionsNotifier
|
|
27
|
-
} from "./chunk-QLWFHTND.js";
|
|
28
|
-
import {
|
|
29
|
-
CaptureNotifier
|
|
30
|
-
} from "./chunk-P3WEFEIT.js";
|
|
31
19
|
import {
|
|
32
20
|
CastNotifier
|
|
33
21
|
} from "./chunk-H5MH6XX3.js";
|
|
@@ -46,6 +34,12 @@ import {
|
|
|
46
34
|
import {
|
|
47
35
|
PlaybackRateNotifier
|
|
48
36
|
} from "./chunk-CC4UXGMR.js";
|
|
37
|
+
import {
|
|
38
|
+
PlayPauseNotifier
|
|
39
|
+
} from "./chunk-VBD5DCE2.js";
|
|
40
|
+
import {
|
|
41
|
+
PrevNextNotifier
|
|
42
|
+
} from "./chunk-KYXIZDII.js";
|
|
49
43
|
import {
|
|
50
44
|
AirPlayNotifier
|
|
51
45
|
} from "./chunk-OBESPVM2.js";
|
|
@@ -55,6 +49,12 @@ import {
|
|
|
55
49
|
import {
|
|
56
50
|
CancelScrubNotifier
|
|
57
51
|
} from "./chunk-JTXYV4VU.js";
|
|
52
|
+
import {
|
|
53
|
+
CaptionsNotifier
|
|
54
|
+
} from "./chunk-QLWFHTND.js";
|
|
55
|
+
import {
|
|
56
|
+
CaptureNotifier
|
|
57
|
+
} from "./chunk-P3WEFEIT.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-IJL3RSMZ.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BasePlug
|
|
3
|
-
} from "./chunk-GUFNBA6P.js";
|
|
4
1
|
import {
|
|
5
2
|
CAPTIONS_BUILD,
|
|
6
3
|
STYLE_PATHS
|
|
7
4
|
} from "./chunk-CAIDFMLB.js";
|
|
5
|
+
import {
|
|
6
|
+
BasePlug
|
|
7
|
+
} from "./chunk-GUFNBA6P.js";
|
|
8
8
|
import {
|
|
9
9
|
HTML5Tech
|
|
10
10
|
} from "./chunk-73JKZNA4.js";
|
|
@@ -190,4 +190,4 @@ __publicField(CaptionsPlug, "BUILD", CAPTIONS_BUILD);
|
|
|
190
190
|
export {
|
|
191
191
|
CaptionsPlug
|
|
192
192
|
};
|
|
193
|
-
//# sourceMappingURL=chunk-
|
|
193
|
+
//# sourceMappingURL=chunk-KDFW2XZU.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
2
|
+
Timeline
|
|
3
|
+
} from "./chunk-7TGCDKZQ.js";
|
|
4
4
|
import {
|
|
5
5
|
BrightnessControl
|
|
6
6
|
} from "./chunk-GRGWAR2D.js";
|
|
7
7
|
import {
|
|
8
|
-
|
|
9
|
-
} from "./chunk-
|
|
8
|
+
VolumeControl
|
|
9
|
+
} from "./chunk-CWTTTMMV.js";
|
|
10
10
|
import {
|
|
11
11
|
RangeInput
|
|
12
12
|
} from "./chunk-QSO6GA5Z.js";
|
|
@@ -151,4 +151,4 @@ for (const Comp of [
|
|
|
151
151
|
AirPlayPlaceholder
|
|
152
152
|
])
|
|
153
153
|
ComponentRegistry.register(Comp);
|
|
154
|
-
//# sourceMappingURL=chunk-
|
|
154
|
+
//# sourceMappingURL=chunk-LRO7RNEB.js.map
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
2
|
+
TimeTravelPlug
|
|
3
|
+
} from "./chunk-TBNDCJTI.js";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
} from "./chunk-
|
|
5
|
+
TIME_TRAVEL_BUILD
|
|
6
|
+
} from "./chunk-M653CZPD.js";
|
|
7
7
|
import {
|
|
8
|
-
|
|
9
|
-
} from "./chunk-
|
|
8
|
+
VoicePlug
|
|
9
|
+
} from "./chunk-6LW3FY7Y.js";
|
|
10
|
+
import {
|
|
11
|
+
VOICE_BUILD
|
|
12
|
+
} from "./chunk-MB5D2ET7.js";
|
|
10
13
|
import {
|
|
11
14
|
VolumePlug
|
|
12
15
|
} from "./chunk-2YQE26CX.js";
|
|
@@ -14,39 +17,14 @@ import {
|
|
|
14
17
|
VOLUME_BUILD
|
|
15
18
|
} from "./chunk-Q2XYS26I.js";
|
|
16
19
|
import {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
} from "./chunk-4PWG5DNN.js";
|
|
20
|
-
import {
|
|
21
|
-
NotifiersPlug
|
|
22
|
-
} from "./chunk-OORIO2JT.js";
|
|
23
|
-
import {
|
|
24
|
-
VoicePlug
|
|
25
|
-
} from "./chunk-6LW3FY7Y.js";
|
|
26
|
-
import {
|
|
27
|
-
VOICE_BUILD
|
|
28
|
-
} from "./chunk-MB5D2ET7.js";
|
|
20
|
+
SleepTimerPlug
|
|
21
|
+
} from "./chunk-2BAQUGMN.js";
|
|
29
22
|
import {
|
|
30
23
|
TimePlug
|
|
31
24
|
} from "./chunk-U2XH3FHI.js";
|
|
32
25
|
import {
|
|
33
26
|
TIME_BUILD
|
|
34
27
|
} from "./chunk-274C5J22.js";
|
|
35
|
-
import {
|
|
36
|
-
TimeTravelPlug
|
|
37
|
-
} from "./chunk-TBNDCJTI.js";
|
|
38
|
-
import {
|
|
39
|
-
TIME_TRAVEL_BUILD
|
|
40
|
-
} from "./chunk-M653CZPD.js";
|
|
41
|
-
import {
|
|
42
|
-
NOTIFIERS_BUILD
|
|
43
|
-
} from "./chunk-ZCMJVQ6P.js";
|
|
44
|
-
import {
|
|
45
|
-
PlaybackRatePlug
|
|
46
|
-
} from "./chunk-SJ4JQ3N7.js";
|
|
47
|
-
import {
|
|
48
|
-
PLAYBACK_RATE_BUILD
|
|
49
|
-
} from "./chunk-K7AAKFQF.js";
|
|
50
28
|
import {
|
|
51
29
|
SettingsViewPlug
|
|
52
30
|
} from "./chunk-HT34CQFS.js";
|
|
@@ -54,8 +32,11 @@ import {
|
|
|
54
32
|
SETTINGS_BUILD
|
|
55
33
|
} from "./chunk-NPTM6BGC.js";
|
|
56
34
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
35
|
+
PosterPlug
|
|
36
|
+
} from "./chunk-QJ5CIEQU.js";
|
|
37
|
+
import {
|
|
38
|
+
POSTER_BUILD
|
|
39
|
+
} from "./chunk-B6IKSVY2.js";
|
|
59
40
|
import {
|
|
60
41
|
SLEEP_TIMER_BUILD
|
|
61
42
|
} from "./chunk-RGPGW4ZJ.js";
|
|
@@ -63,17 +44,26 @@ import {
|
|
|
63
44
|
OverlayPlug
|
|
64
45
|
} from "./chunk-WWYLXTLC.js";
|
|
65
46
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
68
|
-
import {
|
|
69
|
-
FAST_PLAY_BUILD
|
|
70
|
-
} from "./chunk-OBASYXH2.js";
|
|
47
|
+
OVERLAY_BUILD
|
|
48
|
+
} from "./chunk-PXU563OY.js";
|
|
71
49
|
import {
|
|
72
50
|
PersistPlug
|
|
73
51
|
} from "./chunk-HW3NSLNH.js";
|
|
74
52
|
import {
|
|
75
53
|
PERSIST_BUILD
|
|
76
54
|
} from "./chunk-UUHSWSU6.js";
|
|
55
|
+
import {
|
|
56
|
+
PlaybackRatePlug
|
|
57
|
+
} from "./chunk-SJ4JQ3N7.js";
|
|
58
|
+
import {
|
|
59
|
+
PLAYBACK_RATE_BUILD
|
|
60
|
+
} from "./chunk-K7AAKFQF.js";
|
|
61
|
+
import {
|
|
62
|
+
NotifiersPlug
|
|
63
|
+
} from "./chunk-OORIO2JT.js";
|
|
64
|
+
import {
|
|
65
|
+
NOTIFIERS_BUILD
|
|
66
|
+
} from "./chunk-ZCMJVQ6P.js";
|
|
77
67
|
import {
|
|
78
68
|
ObjectFitPlug
|
|
79
69
|
} from "./chunk-L4FVJWVD.js";
|
|
@@ -81,18 +71,12 @@ import {
|
|
|
81
71
|
OBJECT_FIT_BUILD,
|
|
82
72
|
objectFits
|
|
83
73
|
} from "./chunk-KD3OBG25.js";
|
|
84
|
-
import {
|
|
85
|
-
OVERLAY_BUILD
|
|
86
|
-
} from "./chunk-PXU563OY.js";
|
|
87
74
|
import {
|
|
88
75
|
MetadataPlug
|
|
89
76
|
} from "./chunk-LV46QIYT.js";
|
|
90
77
|
import {
|
|
91
|
-
|
|
92
|
-
} from "./chunk-
|
|
93
|
-
import {
|
|
94
|
-
CSS_BUILD
|
|
95
|
-
} from "./chunk-UCBDCGYX.js";
|
|
78
|
+
METADATA_BUILD
|
|
79
|
+
} from "./chunk-BGODOEUS.js";
|
|
96
80
|
import {
|
|
97
81
|
ModesFullscreenPin,
|
|
98
82
|
ModesMiniplayerPin,
|
|
@@ -110,7 +94,7 @@ import {
|
|
|
110
94
|
} from "./chunk-NDUYN2X2.js";
|
|
111
95
|
import {
|
|
112
96
|
KeysPlug
|
|
113
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-2PFB555B.js";
|
|
114
98
|
import {
|
|
115
99
|
LockedPlug
|
|
116
100
|
} from "./chunk-KICE2FTX.js";
|
|
@@ -118,14 +102,8 @@ import {
|
|
|
118
102
|
LOCKED_BUILD
|
|
119
103
|
} from "./chunk-FHL5Z6MX.js";
|
|
120
104
|
import {
|
|
121
|
-
|
|
122
|
-
} from "./chunk-
|
|
123
|
-
import {
|
|
124
|
-
FramePlug
|
|
125
|
-
} from "./chunk-53TJ5GMK.js";
|
|
126
|
-
import {
|
|
127
|
-
FRAME_BUILD
|
|
128
|
-
} from "./chunk-4QQXED6P.js";
|
|
105
|
+
CastPlug
|
|
106
|
+
} from "./chunk-F2FPNZNM.js";
|
|
129
107
|
import {
|
|
130
108
|
GesturePlug,
|
|
131
109
|
GestureTouchPin,
|
|
@@ -136,10 +114,35 @@ import {
|
|
|
136
114
|
GESTURE_TOUCH_BUILD,
|
|
137
115
|
GESTURE_WHEEL_BUILD
|
|
138
116
|
} from "./chunk-MEAGFRLE.js";
|
|
117
|
+
import {
|
|
118
|
+
ErrorsPlug
|
|
119
|
+
} from "./chunk-5D4UUGQD.js";
|
|
120
|
+
import {
|
|
121
|
+
ERRORS_BUILD,
|
|
122
|
+
ERROR_CODES
|
|
123
|
+
} from "./chunk-4PWG5DNN.js";
|
|
124
|
+
import {
|
|
125
|
+
FramePlug
|
|
126
|
+
} from "./chunk-53TJ5GMK.js";
|
|
127
|
+
import {
|
|
128
|
+
FRAME_BUILD
|
|
129
|
+
} from "./chunk-4QQXED6P.js";
|
|
130
|
+
import {
|
|
131
|
+
FastPlayPlug
|
|
132
|
+
} from "./chunk-UMYJXWZ2.js";
|
|
133
|
+
import {
|
|
134
|
+
FAST_PLAY_BUILD
|
|
135
|
+
} from "./chunk-OBASYXH2.js";
|
|
136
|
+
import {
|
|
137
|
+
CSSPlug
|
|
138
|
+
} from "./chunk-QVRXLLHK.js";
|
|
139
|
+
import {
|
|
140
|
+
CSS_BUILD
|
|
141
|
+
} from "./chunk-UCBDCGYX.js";
|
|
139
142
|
import {
|
|
140
143
|
ControlPanelDraggablePin,
|
|
141
144
|
ControlPanelPlug
|
|
142
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-SNL5HLFG.js";
|
|
143
146
|
import {
|
|
144
147
|
ToastsPlug,
|
|
145
148
|
tutorialOpts
|
|
@@ -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";
|
|
@@ -165,7 +165,7 @@ import {
|
|
|
165
165
|
} from "./chunk-JPWNE7JO.js";
|
|
166
166
|
import {
|
|
167
167
|
CaptionsPlug
|
|
168
|
-
} from "./chunk-
|
|
168
|
+
} from "./chunk-KDFW2XZU.js";
|
|
169
169
|
import {
|
|
170
170
|
AirPlayPlug
|
|
171
171
|
} from "./chunk-I43HEKW2.js";
|
|
@@ -175,15 +175,15 @@ import {
|
|
|
175
175
|
import {
|
|
176
176
|
AMBIENT_BUILD
|
|
177
177
|
} from "./chunk-WIHCBWQL.js";
|
|
178
|
+
import {
|
|
179
|
+
PlaylistPlug
|
|
180
|
+
} from "./chunk-VZVGUEAL.js";
|
|
178
181
|
import {
|
|
179
182
|
SkeletonPlug
|
|
180
183
|
} from "./chunk-IHVE6Q4K.js";
|
|
181
184
|
import {
|
|
182
185
|
SKELETON_BUILD
|
|
183
186
|
} from "./chunk-QZ63RGAN.js";
|
|
184
|
-
import {
|
|
185
|
-
PlaylistPlug
|
|
186
|
-
} from "./chunk-E5EK4GIX.js";
|
|
187
187
|
import {
|
|
188
188
|
DisabledPlug
|
|
189
189
|
} from "./chunk-XY53YSY2.js";
|
|
@@ -196,10 +196,6 @@ import {
|
|
|
196
196
|
import {
|
|
197
197
|
LIGHT_STATE_BUILD
|
|
198
198
|
} from "./chunk-GM7YMURS.js";
|
|
199
|
-
import {
|
|
200
|
-
BasePin,
|
|
201
|
-
BasePlug
|
|
202
|
-
} from "./chunk-GUFNBA6P.js";
|
|
203
199
|
import {
|
|
204
200
|
KEYS_BUILD,
|
|
205
201
|
KEYS_WHITELIST,
|
|
@@ -220,6 +216,10 @@ import {
|
|
|
220
216
|
PLAYLIST_BUILD,
|
|
221
217
|
PLAYLIST_ITEM_BUILD
|
|
222
218
|
} from "./chunk-GSNYL64O.js";
|
|
219
|
+
import {
|
|
220
|
+
BasePin,
|
|
221
|
+
BasePlug
|
|
222
|
+
} from "./chunk-GUFNBA6P.js";
|
|
223
223
|
import {
|
|
224
224
|
__export
|
|
225
225
|
} from "./chunk-UVKRO5ER.js";
|
|
@@ -324,4 +324,4 @@ __export(plugs_exports, {
|
|
|
324
324
|
export {
|
|
325
325
|
plugs_exports
|
|
326
326
|
};
|
|
327
|
-
//# sourceMappingURL=chunk-
|
|
327
|
+
//# sourceMappingURL=chunk-SITQOG7O.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
tutorialOpts
|
|
3
3
|
} from "./chunk-IDVXKUMI.js";
|
|
4
|
-
import {
|
|
5
|
-
BasePin,
|
|
6
|
-
BasePlug
|
|
7
|
-
} from "./chunk-GUFNBA6P.js";
|
|
8
4
|
import {
|
|
9
5
|
CONTROL_PANEL_BUILD,
|
|
10
6
|
CONTROL_PANEL_DRAGGABLE_BUILD,
|
|
11
7
|
ROWS_ARR
|
|
12
8
|
} from "./chunk-5WUVFNKH.js";
|
|
9
|
+
import {
|
|
10
|
+
BasePin,
|
|
11
|
+
BasePlug
|
|
12
|
+
} from "./chunk-GUFNBA6P.js";
|
|
13
13
|
import {
|
|
14
14
|
ComponentRegistry,
|
|
15
15
|
PinRegistry
|
|
@@ -312,4 +312,4 @@ export {
|
|
|
312
312
|
ControlPanelDraggablePin,
|
|
313
313
|
ControlPanelPlug
|
|
314
314
|
};
|
|
315
|
-
//# sourceMappingURL=chunk-
|
|
315
|
+
//# sourceMappingURL=chunk-SNL5HLFG.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BasePlug
|
|
3
|
-
} from "./chunk-GUFNBA6P.js";
|
|
4
1
|
import {
|
|
5
2
|
PLAYLIST_BUILD,
|
|
6
3
|
PLAYLIST_ITEM_BUILD
|
|
7
4
|
} from "./chunk-GSNYL64O.js";
|
|
5
|
+
import {
|
|
6
|
+
BasePlug
|
|
7
|
+
} from "./chunk-GUFNBA6P.js";
|
|
8
8
|
import {
|
|
9
9
|
safeNum
|
|
10
10
|
} from "./chunk-YWBPJGAR.js";
|
|
@@ -93,4 +93,4 @@ __publicField(PlaylistPlug, "BUILD", PLAYLIST_BUILD);
|
|
|
93
93
|
export {
|
|
94
94
|
PlaylistPlug
|
|
95
95
|
};
|
|
96
|
-
//# sourceMappingURL=chunk-
|
|
96
|
+
//# sourceMappingURL=chunk-VZVGUEAL.js.map
|
|
@@ -1,51 +1,42 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
2
|
+
TimeTravelPlug
|
|
3
|
+
} from "./chunk-TBNDCJTI.js";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
} from "./chunk-
|
|
5
|
+
VoicePlug
|
|
6
|
+
} from "./chunk-6LW3FY7Y.js";
|
|
7
7
|
import {
|
|
8
8
|
VolumePlug
|
|
9
9
|
} from "./chunk-2YQE26CX.js";
|
|
10
10
|
import {
|
|
11
|
-
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import {
|
|
14
|
-
VoicePlug
|
|
15
|
-
} from "./chunk-6LW3FY7Y.js";
|
|
11
|
+
SleepTimerPlug
|
|
12
|
+
} from "./chunk-2BAQUGMN.js";
|
|
16
13
|
import {
|
|
17
14
|
TimePlug
|
|
18
15
|
} from "./chunk-U2XH3FHI.js";
|
|
19
|
-
import {
|
|
20
|
-
TimeTravelPlug
|
|
21
|
-
} from "./chunk-TBNDCJTI.js";
|
|
22
|
-
import {
|
|
23
|
-
PlaybackRatePlug
|
|
24
|
-
} from "./chunk-SJ4JQ3N7.js";
|
|
25
16
|
import {
|
|
26
17
|
SettingsViewPlug
|
|
27
18
|
} from "./chunk-HT34CQFS.js";
|
|
28
19
|
import {
|
|
29
|
-
|
|
30
|
-
} from "./chunk-
|
|
20
|
+
PosterPlug
|
|
21
|
+
} from "./chunk-QJ5CIEQU.js";
|
|
31
22
|
import {
|
|
32
23
|
OverlayPlug
|
|
33
24
|
} from "./chunk-WWYLXTLC.js";
|
|
34
|
-
import {
|
|
35
|
-
FastPlayPlug
|
|
36
|
-
} from "./chunk-UMYJXWZ2.js";
|
|
37
25
|
import {
|
|
38
26
|
PersistPlug
|
|
39
27
|
} from "./chunk-HW3NSLNH.js";
|
|
28
|
+
import {
|
|
29
|
+
PlaybackRatePlug
|
|
30
|
+
} from "./chunk-SJ4JQ3N7.js";
|
|
31
|
+
import {
|
|
32
|
+
NotifiersPlug
|
|
33
|
+
} from "./chunk-OORIO2JT.js";
|
|
40
34
|
import {
|
|
41
35
|
ObjectFitPlug
|
|
42
36
|
} from "./chunk-L4FVJWVD.js";
|
|
43
37
|
import {
|
|
44
38
|
MetadataPlug
|
|
45
39
|
} from "./chunk-LV46QIYT.js";
|
|
46
|
-
import {
|
|
47
|
-
CSSPlug
|
|
48
|
-
} from "./chunk-QVRXLLHK.js";
|
|
49
40
|
import {
|
|
50
41
|
ModesFullscreenPin,
|
|
51
42
|
ModesMiniplayerPin,
|
|
@@ -55,28 +46,37 @@ import {
|
|
|
55
46
|
} from "./chunk-QQNBGMIA.js";
|
|
56
47
|
import {
|
|
57
48
|
KeysPlug
|
|
58
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-2PFB555B.js";
|
|
59
50
|
import {
|
|
60
51
|
LockedPlug
|
|
61
52
|
} from "./chunk-KICE2FTX.js";
|
|
62
53
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
54
|
+
CastPlug
|
|
55
|
+
} from "./chunk-F2FPNZNM.js";
|
|
65
56
|
import {
|
|
66
57
|
GesturePlug,
|
|
67
58
|
GestureTouchPin,
|
|
68
59
|
GestureWheelPin
|
|
69
60
|
} from "./chunk-WQ46C5KH.js";
|
|
61
|
+
import {
|
|
62
|
+
ErrorsPlug
|
|
63
|
+
} from "./chunk-5D4UUGQD.js";
|
|
64
|
+
import {
|
|
65
|
+
FramePlug
|
|
66
|
+
} from "./chunk-53TJ5GMK.js";
|
|
67
|
+
import {
|
|
68
|
+
FastPlayPlug
|
|
69
|
+
} from "./chunk-UMYJXWZ2.js";
|
|
70
|
+
import {
|
|
71
|
+
CSSPlug
|
|
72
|
+
} from "./chunk-QVRXLLHK.js";
|
|
70
73
|
import {
|
|
71
74
|
ControlPanelDraggablePin,
|
|
72
75
|
ControlPanelPlug
|
|
73
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-SNL5HLFG.js";
|
|
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";
|
|
@@ -85,19 +85,19 @@ import {
|
|
|
85
85
|
} from "./chunk-O25FBBRN.js";
|
|
86
86
|
import {
|
|
87
87
|
CaptionsPlug
|
|
88
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-KDFW2XZU.js";
|
|
89
89
|
import {
|
|
90
90
|
AirPlayPlug
|
|
91
91
|
} from "./chunk-I43HEKW2.js";
|
|
92
92
|
import {
|
|
93
93
|
AmbiencePlug
|
|
94
94
|
} from "./chunk-7E337RWO.js";
|
|
95
|
+
import {
|
|
96
|
+
PlaylistPlug
|
|
97
|
+
} from "./chunk-VZVGUEAL.js";
|
|
95
98
|
import {
|
|
96
99
|
SkeletonPlug
|
|
97
100
|
} from "./chunk-IHVE6Q4K.js";
|
|
98
|
-
import {
|
|
99
|
-
PlaylistPlug
|
|
100
|
-
} from "./chunk-E5EK4GIX.js";
|
|
101
101
|
import {
|
|
102
102
|
DisabledPlug
|
|
103
103
|
} from "./chunk-XY53YSY2.js";
|
|
@@ -159,4 +159,4 @@ for (const Pin of [
|
|
|
159
159
|
GestureTouchPin
|
|
160
160
|
])
|
|
161
161
|
PinRegistry.register(Pin);
|
|
162
|
-
//# sourceMappingURL=chunk-
|
|
162
|
+
//# sourceMappingURL=chunk-XWLDFHBF.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import "../../chunk-
|
|
2
|
-
import "../../chunk-VBD5DCE2.js";
|
|
3
|
-
import "../../chunk-KYXIZDII.js";
|
|
1
|
+
import "../../chunk-IJL3RSMZ.js";
|
|
4
2
|
import "../../chunk-EKVOOPXR.js";
|
|
5
3
|
import "../../chunk-XRC4ROK7.js";
|
|
6
4
|
import "../../chunk-LEW6GNUW.js";
|
|
7
5
|
import "../../chunk-P7IFK7MX.js";
|
|
8
6
|
import "../../chunk-OCHSACPE.js";
|
|
9
7
|
import "../../chunk-6ARYV3WU.js";
|
|
10
|
-
import "../../chunk-QLWFHTND.js";
|
|
11
|
-
import "../../chunk-P3WEFEIT.js";
|
|
12
8
|
import "../../chunk-H5MH6XX3.js";
|
|
13
9
|
import "../../chunk-YFRJODU3.js";
|
|
14
10
|
import "../../chunk-PI7E6RUN.js";
|
|
15
11
|
import "../../chunk-2URHQYOD.js";
|
|
16
12
|
import "../../chunk-P7HXTZIQ.js";
|
|
17
13
|
import "../../chunk-CC4UXGMR.js";
|
|
14
|
+
import "../../chunk-VBD5DCE2.js";
|
|
15
|
+
import "../../chunk-KYXIZDII.js";
|
|
18
16
|
import "../../chunk-OBESPVM2.js";
|
|
19
17
|
import "../../chunk-XJMGYBSX.js";
|
|
20
18
|
import "../../chunk-JTXYV4VU.js";
|
|
19
|
+
import "../../chunk-QLWFHTND.js";
|
|
20
|
+
import "../../chunk-P3WEFEIT.js";
|
|
21
21
|
import "../../chunk-JJEJZLHM.js";
|
|
22
22
|
import "../../chunk-445PI4JX.js";
|
|
23
23
|
import "../../chunk-LFC5Y3T2.js";
|