react-native-theoplayer 9.3.0 → 9.4.0
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/CHANGELOG.md +11 -0
- package/android/build.gradle +2 -2
- package/android/src/main/java/com/theoplayer/media/MediaPlaybackService.kt +7 -11
- package/android/src/main/java/com/theoplayer/presentation/PipConfig.kt +7 -0
- package/android/src/main/java/com/theoplayer/presentation/PipConfigAdapter.kt +7 -1
- package/android/src/main/java/com/theoplayer/presentation/PresentationManager.kt +1 -1
- package/android/src/main/java/com/theoplayer/track/TextTrackStyleAdapter.kt +8 -0
- package/app.plugin.js +2 -46
- package/lib/commonjs/api/backgroundAudio/BackgroundAudioConfiguration.js.map +1 -1
- package/lib/commonjs/api/cache/CachingTaskParameters.js +1 -2
- package/lib/commonjs/api/cache/CachingTaskParameters.js.map +1 -1
- package/lib/commonjs/api/source/SourceDescription.js +1 -2
- package/lib/commonjs/api/source/SourceDescription.js.map +1 -1
- package/lib/commonjs/api/source/ads/Ads.js.map +1 -1
- package/lib/commonjs/api/source/cmcd/CmcdConfiguration.js.map +1 -1
- package/lib/commonjs/api/track/TextTrackStyle.js.map +1 -1
- package/lib/commonjs/manifest.json +1 -1
- package/lib/commonjs/plugins/expo/withTHEOplayer.js +13 -0
- package/lib/commonjs/plugins/expo/withTHEOplayer.js.map +1 -0
- package/lib/commonjs/plugins/expo/withTHEOplayerAndroid.js +57 -0
- package/lib/commonjs/plugins/expo/withTHEOplayerAndroid.js.map +1 -0
- package/lib/commonjs/plugins/typedoc-platform-icons/package-lock.json +237 -0
- package/lib/commonjs/plugins/typedoc-platform-icons/package.json +20 -0
- package/lib/commonjs/plugins/typedoc-platform-icons/src/index.js +96 -0
- package/lib/commonjs/plugins/typedoc-platform-icons/src/index.js.map +1 -0
- package/lib/commonjs/plugins/typedoc-platform-icons/tsconfig.json +24 -0
- package/lib/module/api/backgroundAudio/BackgroundAudioConfiguration.js.map +1 -1
- package/lib/module/api/cache/CachingTaskParameters.js +1 -2
- package/lib/module/api/cache/CachingTaskParameters.js.map +1 -1
- package/lib/module/api/source/SourceDescription.js +1 -2
- package/lib/module/api/source/SourceDescription.js.map +1 -1
- package/lib/module/api/source/ads/Ads.js.map +1 -1
- package/lib/module/api/source/cmcd/CmcdConfiguration.js.map +1 -1
- package/lib/module/api/track/TextTrackStyle.js.map +1 -1
- package/lib/module/manifest.json +1 -1
- package/lib/module/plugins/expo/withTHEOplayer.js +9 -0
- package/lib/module/plugins/expo/withTHEOplayer.js.map +1 -0
- package/lib/module/plugins/expo/withTHEOplayerAndroid.js +52 -0
- package/lib/module/plugins/expo/withTHEOplayerAndroid.js.map +1 -0
- package/lib/module/plugins/typedoc-platform-icons/package-lock.json +237 -0
- package/lib/module/plugins/typedoc-platform-icons/package.json +20 -0
- package/lib/module/plugins/typedoc-platform-icons/src/index.js +92 -0
- package/lib/module/plugins/typedoc-platform-icons/src/index.js.map +1 -0
- package/lib/module/plugins/typedoc-platform-icons/tsconfig.json +24 -0
- package/lib/typescript/api/THEOplayerView.d.ts +1 -2
- package/lib/typescript/api/THEOplayerView.d.ts.map +1 -1
- package/lib/typescript/api/abr/ABRConfiguration.d.ts +8 -12
- package/lib/typescript/api/abr/ABRConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/ads/AdsConfiguration.d.ts +5 -5
- package/lib/typescript/api/ads/AdsConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/ads/GoogleImaAd.d.ts +2 -4
- package/lib/typescript/api/ads/GoogleImaAd.d.ts.map +1 -1
- package/lib/typescript/api/ads/GoogleImaConfiguration.d.ts +4 -1
- package/lib/typescript/api/ads/GoogleImaConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/ads/Omid.d.ts +1 -0
- package/lib/typescript/api/ads/Omid.d.ts.map +1 -1
- package/lib/typescript/api/backgroundAudio/BackgroundAudioConfiguration.d.ts +4 -2
- package/lib/typescript/api/backgroundAudio/BackgroundAudioConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/cache/CachingTask.d.ts +2 -1
- package/lib/typescript/api/cache/CachingTask.d.ts.map +1 -1
- package/lib/typescript/api/cache/CachingTaskParameters.d.ts +10 -9
- package/lib/typescript/api/cache/CachingTaskParameters.d.ts.map +1 -1
- package/lib/typescript/api/config/PlayerConfiguration.d.ts +9 -11
- package/lib/typescript/api/config/PlayerConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/event/AdEvent.d.ts +4 -8
- package/lib/typescript/api/event/AdEvent.d.ts.map +1 -1
- package/lib/typescript/api/event/PlayerEvent.d.ts +1 -2
- package/lib/typescript/api/event/PlayerEvent.d.ts.map +1 -1
- package/lib/typescript/api/media/MediaControlConfiguration.d.ts +2 -4
- package/lib/typescript/api/media/MediaControlConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/millicast/MillicastConnectOptions.d.ts +4 -0
- package/lib/typescript/api/millicast/MillicastConnectOptions.d.ts.map +1 -1
- package/lib/typescript/api/pip/PiPConfiguration.d.ts +10 -1
- package/lib/typescript/api/pip/PiPConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/playback/PlaybackSettingsAPI.d.ts +3 -6
- package/lib/typescript/api/playback/PlaybackSettingsAPI.d.ts.map +1 -1
- package/lib/typescript/api/player/THEOplayer.d.ts +5 -9
- package/lib/typescript/api/player/THEOplayer.d.ts.map +1 -1
- package/lib/typescript/api/source/SourceDescription.d.ts +12 -27
- package/lib/typescript/api/source/SourceDescription.d.ts.map +1 -1
- package/lib/typescript/api/source/ads/Ads.d.ts +0 -1
- package/lib/typescript/api/source/ads/Ads.d.ts.map +1 -1
- package/lib/typescript/api/source/ads/TheoAdDescription.d.ts +3 -3
- package/lib/typescript/api/source/ads/ssai/GoogleDAIConfiguration.d.ts +2 -1
- package/lib/typescript/api/source/ads/ssai/GoogleDAIConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/source/cmcd/CmcdConfiguration.d.ts +5 -10
- package/lib/typescript/api/source/cmcd/CmcdConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/source/dash/DashPlaybackConfiguration.d.ts +10 -16
- package/lib/typescript/api/source/dash/DashPlaybackConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/source/hls/HlsPlaybackConfiguration.d.ts +0 -3
- package/lib/typescript/api/source/hls/HlsPlaybackConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/theoads/TheoAdsAPI.d.ts +1 -2
- package/lib/typescript/api/theoads/TheoAdsAPI.d.ts.map +1 -1
- package/lib/typescript/api/theolive/TheoLiveConfiguration.d.ts +4 -8
- package/lib/typescript/api/theolive/TheoLiveConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/track/TextTrackStyle.d.ts +11 -9
- package/lib/typescript/api/track/TextTrackStyle.d.ts.map +1 -1
- package/lib/typescript/plugins/expo/withTHEOplayer.d.ts +4 -0
- package/lib/typescript/plugins/expo/withTHEOplayer.d.ts.map +1 -0
- package/lib/typescript/plugins/expo/withTHEOplayerAndroid.d.ts +8 -0
- package/lib/typescript/plugins/expo/withTHEOplayerAndroid.d.ts.map +1 -0
- package/lib/typescript/plugins/typedoc-platform-icons/src/index.d.ts +3 -0
- package/lib/typescript/plugins/typedoc-platform-icons/src/index.d.ts.map +1 -0
- package/package.json +3 -3
- package/src/api/THEOplayerView.ts +1 -2
- package/src/api/abr/ABRConfiguration.ts +8 -12
- package/src/api/ads/AdsConfiguration.ts +5 -5
- package/src/api/ads/GoogleImaAd.ts +2 -4
- package/src/api/ads/GoogleImaConfiguration.ts +6 -3
- package/src/api/ads/Omid.ts +1 -0
- package/src/api/backgroundAudio/BackgroundAudioConfiguration.ts +4 -2
- package/src/api/cache/CachingTask.ts +2 -1
- package/src/api/cache/CachingTaskParameters.ts +10 -9
- package/src/api/config/PlayerConfiguration.ts +9 -11
- package/src/api/event/AdEvent.ts +4 -8
- package/src/api/event/PlayerEvent.ts +1 -2
- package/src/api/media/MediaControlConfiguration.ts +2 -4
- package/src/api/millicast/MillicastConnectOptions.ts +5 -1
- package/src/api/pip/PiPConfiguration.ts +11 -1
- package/src/api/playback/PlaybackSettingsAPI.ts +3 -6
- package/src/api/player/THEOplayer.ts +5 -9
- package/src/api/source/SourceDescription.ts +12 -27
- package/src/api/source/ads/Ads.ts +0 -1
- package/src/api/source/ads/TheoAdDescription.ts +3 -3
- package/src/api/source/ads/ssai/GoogleDAIConfiguration.ts +2 -1
- package/src/api/source/cmcd/CmcdConfiguration.ts +5 -10
- package/src/api/source/dash/DashPlaybackConfiguration.ts +10 -16
- package/src/api/source/hls/HlsPlaybackConfiguration.ts +0 -3
- package/src/api/theoads/TheoAdsAPI.ts +1 -2
- package/src/api/theolive/TheoLiveConfiguration.ts +4 -8
- package/src/api/track/TextTrackStyle.ts +11 -9
- package/src/manifest.json +1 -1
- package/src/plugins/expo/withTHEOplayer.ts +9 -0
- package/src/plugins/expo/withTHEOplayerAndroid.ts +58 -0
- package/src/plugins/typedoc-platform-icons/package-lock.json +237 -0
- package/src/plugins/typedoc-platform-icons/package.json +20 -0
- package/src/plugins/typedoc-platform-icons/src/index.tsx +90 -0
- package/src/plugins/typedoc-platform-icons/tsconfig.json +24 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [9.4.0] - 25-06-12
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Fixed an issue with the Expo plugin where Android extensions would not be properly enabled.
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
|
|
16
|
+
- Added `theoads` and `millicast` support for Android Expo plugin.
|
|
17
|
+
- Added support for the new `TextTrackStyle.marginBottom` and `TextTrackStyle.marginRight` API's on THEOplayer Android SDK v9.5.0.
|
|
18
|
+
|
|
8
19
|
## [9.3.0] - 25-06-02
|
|
9
20
|
|
|
10
21
|
### Fixed
|
package/android/build.gradle
CHANGED
|
@@ -126,8 +126,8 @@ repositories {
|
|
|
126
126
|
maven { url "https://maven.theoplayer.com/releases" }
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
// The minimum supported THEOplayer version is 9.
|
|
130
|
-
def theoplayer_sdk_version = safeExtGet('THEOplayer_sdk', '[9.
|
|
129
|
+
// The minimum supported THEOplayer version is 9.5.0
|
|
130
|
+
def theoplayer_sdk_version = safeExtGet('THEOplayer_sdk', '[9.5.0, 10.0.0)')
|
|
131
131
|
def theoplayer_mediasession_version = safeExtGet('THEOplayer_mediasession', '[8.0.0, 10.0.0)')
|
|
132
132
|
def theoplayer_ads_wrapper_version = "9.0.0"
|
|
133
133
|
|
|
@@ -235,18 +235,14 @@ class MediaPlaybackService : Service() {
|
|
|
235
235
|
|
|
236
236
|
private fun startForegroundWithPlaybackState(@PlaybackStateCompat.State playbackState: Int, largeIcon: Bitmap? = null) {
|
|
237
237
|
try {
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
238
|
+
ServiceCompat.startForeground(
|
|
239
|
+
this,
|
|
240
|
+
NOTIFICATION_ID,
|
|
241
|
+
notificationBuilder.build(playbackState, largeIcon, mediaSessionConfig.mediaSessionEnabled),
|
|
242
|
+
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q)
|
|
242
243
|
ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PLAYBACK
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
startForeground(
|
|
246
|
-
NOTIFICATION_ID,
|
|
247
|
-
notificationBuilder.build(playbackState, largeIcon, mediaSessionConfig.mediaSessionEnabled)
|
|
248
|
-
)
|
|
249
|
-
}
|
|
244
|
+
else 0
|
|
245
|
+
)
|
|
250
246
|
} catch (e: IllegalStateException) {
|
|
251
247
|
// Make sure that app does not crash in case anything goes wrong with starting the service.
|
|
252
248
|
// https://issuetracker.google.com/issues/229000935
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
package com.theoplayer.presentation
|
|
2
2
|
|
|
3
3
|
data class PipConfig(
|
|
4
|
+
/**
|
|
5
|
+
* Whether Picture in Picture should reparent player to the root.
|
|
6
|
+
*
|
|
7
|
+
* @defaultValue `false`
|
|
8
|
+
*/
|
|
9
|
+
val reparentPip: Boolean? = false,
|
|
10
|
+
|
|
4
11
|
/**
|
|
5
12
|
* Set whether the app should transition to PiP automatically when going to the background.
|
|
6
13
|
*
|
|
@@ -5,10 +5,16 @@ import com.facebook.react.bridge.ReadableMap
|
|
|
5
5
|
object PipConfigAdapter {
|
|
6
6
|
|
|
7
7
|
private const val PROP_AUTO = "startsAutomatically"
|
|
8
|
+
private const val PROP_REPARENT = "reparentPip"
|
|
8
9
|
|
|
9
10
|
fun fromProps(configProps: ReadableMap?): PipConfig {
|
|
10
11
|
return PipConfig(
|
|
11
|
-
if (configProps?.hasKey(
|
|
12
|
+
reparentPip = if (configProps?.hasKey(PROP_REPARENT) == true)
|
|
13
|
+
configProps.getBoolean(PROP_REPARENT)
|
|
14
|
+
else false,
|
|
15
|
+
startsAutomatically = if (configProps?.hasKey(PROP_AUTO) == true)
|
|
16
|
+
configProps.getBoolean(PROP_AUTO)
|
|
17
|
+
else false
|
|
12
18
|
)
|
|
13
19
|
}
|
|
14
20
|
}
|
|
@@ -149,7 +149,7 @@ class PresentationManager(
|
|
|
149
149
|
try {
|
|
150
150
|
pipUtils.enable()
|
|
151
151
|
reactContext.currentActivity?.enterPictureInPictureMode(pipUtils.getPipParams())
|
|
152
|
-
if (BuildConfig.REPARENT_ON_PIP) {
|
|
152
|
+
if (BuildConfig.REPARENT_ON_PIP && pipConfig.reparentPip == true) {
|
|
153
153
|
reparentPlayerToRoot()
|
|
154
154
|
}
|
|
155
155
|
} catch (_: Exception) {
|
|
@@ -12,7 +12,9 @@ private const val PROP_FONT_FAMILY = "fontFamily"
|
|
|
12
12
|
private const val PROP_FONT_SIZE = "fontSize"
|
|
13
13
|
private const val PROP_WINDOW_COLOR = "windowColor"
|
|
14
14
|
private const val PROP_MARGIN_LEFT = "marginLeft"
|
|
15
|
+
private const val PROP_MARGIN_RIGHT = "marginRight"
|
|
15
16
|
private const val PROP_MARGIN_TOP = "marginTop"
|
|
17
|
+
private const val PROP_MARGIN_BOTTOM = "marginBottom"
|
|
16
18
|
private const val PROP_COLOR_R = "r"
|
|
17
19
|
private const val PROP_COLOR_G = "g"
|
|
18
20
|
private const val PROP_COLOR_B = "b"
|
|
@@ -54,9 +56,15 @@ object TextTrackStyleAdapter {
|
|
|
54
56
|
if (props.hasKey(PROP_MARGIN_TOP)) {
|
|
55
57
|
style.marginTop = props.getInt(PROP_MARGIN_TOP)
|
|
56
58
|
}
|
|
59
|
+
if (props.hasKey(PROP_MARGIN_BOTTOM)) {
|
|
60
|
+
style.marginBottom = props.getInt(PROP_MARGIN_BOTTOM)
|
|
61
|
+
}
|
|
57
62
|
if (props.hasKey(PROP_MARGIN_LEFT)) {
|
|
58
63
|
style.marginLeft = props.getInt(PROP_MARGIN_LEFT)
|
|
59
64
|
}
|
|
65
|
+
if (props.hasKey(PROP_MARGIN_RIGHT)) {
|
|
66
|
+
style.marginRight = props.getInt(PROP_MARGIN_RIGHT)
|
|
67
|
+
}
|
|
60
68
|
}
|
|
61
69
|
|
|
62
70
|
private fun edgeStyleFromProps(style: String?): TextTrackStyle.EdgeType {
|
package/app.plugin.js
CHANGED
|
@@ -4,52 +4,8 @@
|
|
|
4
4
|
* Example:
|
|
5
5
|
* "plugins": [
|
|
6
6
|
* ["react-native-theoplayer", {
|
|
7
|
-
* "extensions": ["ima", "dai", "cast"]
|
|
7
|
+
* "extensions": ["ima", "dai", "cast", "theoads", "millicast"]
|
|
8
8
|
* }]
|
|
9
9
|
* ]
|
|
10
10
|
*/
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
function mapAndroidExtensionKey(ext) {
|
|
14
|
-
switch (ext) {
|
|
15
|
-
case 'ima':
|
|
16
|
-
return 'THEOplayer_extensionGoogleIMA';
|
|
17
|
-
case 'dai':
|
|
18
|
-
return 'THEOplayer_extensionGoogleDAI';
|
|
19
|
-
case 'cast':
|
|
20
|
-
return 'THEOplayer_extensionCast';
|
|
21
|
-
default:
|
|
22
|
-
return undefined;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
const applyAndroidExtensions = (config, extensions) => {
|
|
27
|
-
return withGradleProperties(config, (config) => {
|
|
28
|
-
extensions?.forEach((ext) => {
|
|
29
|
-
const key = mapAndroidExtensionKey(ext);
|
|
30
|
-
if (key) {
|
|
31
|
-
config.modResults.push({ type: 'property', key, value: true });
|
|
32
|
-
}
|
|
33
|
-
});
|
|
34
|
-
return config;
|
|
35
|
-
});
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
const withAndroidTHEOplayer = (config, props) => {
|
|
39
|
-
// Apply Android extensions
|
|
40
|
-
const { extensions } = props | {};
|
|
41
|
-
config = applyAndroidExtensions(config, extensions);
|
|
42
|
-
|
|
43
|
-
// Add THEOplayer and local Maven repos to the project's repositories
|
|
44
|
-
return withProjectBuildGradle(config, (config) => {
|
|
45
|
-
const localMaven = 'maven { url("$rootDir/../node_modules/react-native-theoplayer/android/local") }';
|
|
46
|
-
const THEOplayerMaven = 'maven { url("https://maven.theoplayer.com/releases") }';
|
|
47
|
-
config.modResults.contents = config.modResults.contents.replace(/allprojects\s*\{\s*repositories\s*\{/, `$&\n\t\t${localMaven}\n\t\t${THEOplayerMaven}`);
|
|
48
|
-
return config;
|
|
49
|
-
});
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
module.exports = (config, props) => {
|
|
53
|
-
// Apply Android modifications
|
|
54
|
-
return withAndroidTHEOplayer(config, props);
|
|
55
|
-
};
|
|
11
|
+
module.exports = require('./lib/commonjs/plugins/expo/withTHEOplayer')
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["AudioSessionMode","exports"],"sourceRoot":"../../../../src","sources":["api/backgroundAudio/BackgroundAudioConfiguration.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AAJA,
|
|
1
|
+
{"version":3,"names":["AudioSessionMode","exports"],"sourceRoot":"../../../../src","sources":["api/backgroundAudio/BackgroundAudioConfiguration.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AAJA,IAgCYA,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,0BAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAA,OAAhBA,gBAAgB;AAAA","ignoreList":[]}
|
|
@@ -7,8 +7,7 @@ exports.StorageType = void 0;
|
|
|
7
7
|
/**
|
|
8
8
|
* The types of cache storage supported by THEOplayer.
|
|
9
9
|
*
|
|
10
|
-
* @
|
|
11
|
-
* <br/> - Available only on Android.
|
|
10
|
+
* @platform android
|
|
12
11
|
*/
|
|
13
12
|
let StorageType = exports.StorageType = /*#__PURE__*/function (StorageType) {
|
|
14
13
|
StorageType["LEGACY"] = "legacy";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StorageType","exports"],"sourceRoot":"../../../../src","sources":["api/cache/CachingTaskParameters.ts"],"mappings":";;;;;;AAEA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"names":["StorageType","exports"],"sourceRoot":"../../../../src","sources":["api/cache/CachingTaskParameters.ts"],"mappings":";;;;;;AAEA;AACA;AACA;AACA;AACA;AAJA,IAKYA,WAAW,GAAAC,OAAA,CAAAD,WAAA,0BAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA;AAqBvB;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -45,8 +45,7 @@ let SourceIntegrationId = exports.SourceIntegrationId = /*#__PURE__*/function (S
|
|
|
45
45
|
/**
|
|
46
46
|
* The playback pipeline to use to play a stream.
|
|
47
47
|
*
|
|
48
|
-
* @
|
|
49
|
-
* <br/> - Available on Android only.
|
|
48
|
+
* @platform android
|
|
50
49
|
*/
|
|
51
50
|
let PlaybackPipeline = exports.PlaybackPipeline = /*#__PURE__*/function (PlaybackPipeline) {
|
|
52
51
|
PlaybackPipeline["LEGACY"] = "legacy";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["SourceIntegrationId","exports","PlaybackPipeline"],"sourceRoot":"../../../../src","sources":["api/source/SourceDescription.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAYA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AANA,IAOYA,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,0BAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAA,OAAnBA,mBAAmB;AAAA;AAI/B;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"names":["SourceIntegrationId","exports","PlaybackPipeline"],"sourceRoot":"../../../../src","sources":["api/source/SourceDescription.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAYA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AANA,IAOYA,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,0BAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAA,OAAnBA,mBAAmB;AAAA;AAI/B;AACA;AACA;AACA;AACA;AAJA,IAKYE,gBAAgB,GAAAD,OAAA,CAAAC,gBAAA,0BAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAA,OAAhBA,gBAAgB;AAAA;AAK5B;AACA;AACA;AACA;AACA;AAgEA;AACA;AACA;AACA;AACA;AAmDA;AACA;AACA;AACA;AACA;AA2FA;AACA;AACA;AACA;AACA;AA0EA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["AdIntegrationKind","exports"],"sourceRoot":"../../../../../src","sources":["api/source/ads/Ads.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AAeA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"names":["AdIntegrationKind","exports"],"sourceRoot":"../../../../../src","sources":["api/source/ads/Ads.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGA;AACA;AACA;AACA;AACA;AAeA;AACA;AACA;AACA;AACA;AAmDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAbA,IAcYA,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,0BAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAA,OAAjBA,iBAAiB;AAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CmcdTransmissionMode","exports"],"sourceRoot":"../../../../../src","sources":["api/source/cmcd/CmcdConfiguration.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AAHA,
|
|
1
|
+
{"version":3,"names":["CmcdTransmissionMode","exports"],"sourceRoot":"../../../../../src","sources":["api/source/cmcd/CmcdConfiguration.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AAHA,IAoDYA,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,0BAApBA,oBAAoB;EAApBA,oBAAoB,CAApBA,oBAAoB;EAApBA,oBAAoB,CAApBA,oBAAoB;EAApBA,oBAAoB,CAApBA,oBAAoB;EAApBA,oBAAoB,CAApBA,oBAAoB;EAAA,OAApBA,oBAAoB;AAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["EdgeStyle","exports"],"sourceRoot":"../../../../src","sources":["api/track/TextTrackStyle.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"names":["EdgeStyle","exports"],"sourceRoot":"../../../../src","sources":["api/track/TextTrackStyle.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AA0GA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AATA,IAUYA,SAAS,GAAAC,OAAA,CAAAD,SAAA,0BAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAAA,OAATA,SAAS;AAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.
|
|
1
|
+
{"version":"9.4.0","buildDate":"2025-06-12T09:31:27.640Z"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _withTHEOplayerAndroid = require("./withTHEOplayerAndroid");
|
|
8
|
+
const withTHEOplayerAndroidWrapper = (config, props) => {
|
|
9
|
+
// Apply Android modifications
|
|
10
|
+
return (0, _withTHEOplayerAndroid.withAndroidTHEOplayer)(config, props);
|
|
11
|
+
};
|
|
12
|
+
var _default = exports.default = withTHEOplayerAndroidWrapper;
|
|
13
|
+
//# sourceMappingURL=withTHEOplayer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_withTHEOplayerAndroid","require","withTHEOplayerAndroidWrapper","config","props","withAndroidTHEOplayer","_default","exports","default"],"sourceRoot":"../../../../src","sources":["plugins/expo/withTHEOplayer.ts"],"mappings":";;;;;;AACA,IAAAA,sBAAA,GAAAC,OAAA;AAEA,MAAMC,4BAA0C,GAAGA,CAACC,MAAM,EAAEC,KAAU,KAAK;EACzE;EACA,OAAO,IAAAC,4CAAqB,EAACF,MAAM,EAAEC,KAAK,CAAC;AAC7C,CAAC;AAAC,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEaN,4BAA4B","ignoreList":[]}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.withAndroidTHEOplayer = void 0;
|
|
7
|
+
var _configPlugins = require("@expo/config-plugins");
|
|
8
|
+
function mapAndroidExtensionKey(ext) {
|
|
9
|
+
switch (ext) {
|
|
10
|
+
case 'ima':
|
|
11
|
+
return 'THEOplayer_extensionGoogleIMA';
|
|
12
|
+
case 'dai':
|
|
13
|
+
return 'THEOplayer_extensionGoogleDAI';
|
|
14
|
+
case 'cast':
|
|
15
|
+
return 'THEOplayer_extensionCast';
|
|
16
|
+
case 'theoads':
|
|
17
|
+
return 'THEOplayer_extensionTHEOads';
|
|
18
|
+
case 'millicast':
|
|
19
|
+
return 'THEOplayer_extensionMillicast';
|
|
20
|
+
default:
|
|
21
|
+
return undefined;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
const applyAndroidExtensions = (config, extensions) => {
|
|
25
|
+
return (0, _configPlugins.withGradleProperties)(config, config => {
|
|
26
|
+
extensions?.forEach(ext => {
|
|
27
|
+
const key = mapAndroidExtensionKey(ext);
|
|
28
|
+
if (key) {
|
|
29
|
+
const prop = {
|
|
30
|
+
type: 'property',
|
|
31
|
+
key,
|
|
32
|
+
value: 'true'
|
|
33
|
+
};
|
|
34
|
+
config.modResults.push(prop);
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
return config;
|
|
38
|
+
});
|
|
39
|
+
};
|
|
40
|
+
const withAndroidTHEOplayer = (config, props = {}) => {
|
|
41
|
+
const {
|
|
42
|
+
extensions
|
|
43
|
+
} = props;
|
|
44
|
+
|
|
45
|
+
// Apply Android extensions
|
|
46
|
+
config = applyAndroidExtensions(config, extensions);
|
|
47
|
+
|
|
48
|
+
// Add THEOplayer and local Maven repos to the project's repositories
|
|
49
|
+
return (0, _configPlugins.withProjectBuildGradle)(config, config => {
|
|
50
|
+
const localMaven = 'maven { url("$rootDir/../node_modules/react-native-theoplayer/android/local") }';
|
|
51
|
+
const THEOplayerMaven = 'maven { url("https://maven.theoplayer.com/releases") }';
|
|
52
|
+
config.modResults.contents = config.modResults.contents.replace(/allprojects\s*\{\s*repositories\s*\{/, `$&\n\t\t${localMaven}\n\t\t${THEOplayerMaven}`);
|
|
53
|
+
return config;
|
|
54
|
+
});
|
|
55
|
+
};
|
|
56
|
+
exports.withAndroidTHEOplayer = withAndroidTHEOplayer;
|
|
57
|
+
//# sourceMappingURL=withTHEOplayerAndroid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_configPlugins","require","mapAndroidExtensionKey","ext","undefined","applyAndroidExtensions","config","extensions","withGradleProperties","forEach","key","prop","type","value","modResults","push","withAndroidTHEOplayer","props","withProjectBuildGradle","localMaven","THEOplayerMaven","contents","replace","exports"],"sourceRoot":"../../../../src","sources":["plugins/expo/withTHEOplayerAndroid.ts"],"mappings":";;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA;AASA,SAASC,sBAAsBA,CAACC,GAAc,EAAsB;EAClE,QAAQA,GAAG;IACT,KAAK,KAAK;MACR,OAAO,+BAA+B;IACxC,KAAK,KAAK;MACR,OAAO,+BAA+B;IACxC,KAAK,MAAM;MACT,OAAO,0BAA0B;IACnC,KAAK,SAAS;MACZ,OAAO,6BAA6B;IACtC,KAAK,WAAW;MACd,OAAO,+BAA+B;IACxC;MACE,OAAOC,SAAS;EACpB;AACF;AAEA,MAAMC,sBAAyE,GAAGA,CAACC,MAAM,EAAEC,UAAU,KAAK;EACxG,OAAO,IAAAC,mCAAoB,EAACF,MAAM,EAAGA,MAAM,IAAK;IAC9CC,UAAU,EAAEE,OAAO,CAAEN,GAAG,IAAK;MAC3B,MAAMO,GAAG,GAAGR,sBAAsB,CAACC,GAAG,CAAC;MACvC,IAAIO,GAAG,EAAE;QACP,MAAMC,IAAoB,GAAG;UAAEC,IAAI,EAAE,UAAU;UAAEF,GAAG;UAAEG,KAAK,EAAE;QAAO,CAAC;QACrEP,MAAM,CAACQ,UAAU,CAACC,IAAI,CAACJ,IAAI,CAAC;MAC9B;IACF,CAAC,CAAC;IACF,OAAOL,MAAM;EACf,CAAC,CAAC;AACJ,CAAC;AAEM,MAAMU,qBAA0D,GAAGA,CAACV,MAAM,EAAEW,KAAK,GAAG,CAAC,CAAC,KAAK;EAChG,MAAM;IAAEV;EAAW,CAAC,GAAGU,KAAK;;EAE5B;EACAX,MAAM,GAAGD,sBAAsB,CAACC,MAAM,EAAEC,UAAU,CAAC;;EAEnD;EACA,OAAO,IAAAW,qCAAsB,EAACZ,MAAM,EAAGA,MAAM,IAAK;IAChD,MAAMa,UAAU,GAAG,iFAAiF;IACpG,MAAMC,eAAe,GAAG,wDAAwD;IAEhFd,MAAM,CAACQ,UAAU,CAACO,QAAQ,GAAGf,MAAM,CAACQ,UAAU,CAACO,QAAQ,CAACC,OAAO,CAC7D,sCAAsC,EACtC,WAAWH,UAAU,SAASC,eAAe,EAC/C,CAAC;IAED,OAAOd,MAAM;EACf,CAAC,CAAC;AACJ,CAAC;AAACiB,OAAA,CAAAP,qBAAA,GAAAA,qBAAA","ignoreList":[]}
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "typedoc-platform-icons",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "typedoc-platform-icons",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"devDependencies": {
|
|
11
|
+
"typedoc": "^0.28.1",
|
|
12
|
+
"typescript": "^5.1.6"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"node_modules/@gerrit0/mini-shiki": {
|
|
16
|
+
"version": "3.2.1",
|
|
17
|
+
"resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-3.2.1.tgz",
|
|
18
|
+
"integrity": "sha512-HbzRC6MKB6U8kQhczz0APKPIzFHTrcqhaC7es2EXInq1SpjPVnpVSIsBe6hNoLWqqCx1n5VKiPXq6PfXnHZKOQ==",
|
|
19
|
+
"dev": true,
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@shikijs/engine-oniguruma": "^3.2.1",
|
|
23
|
+
"@shikijs/types": "^3.2.1",
|
|
24
|
+
"@shikijs/vscode-textmate": "^10.0.2"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"node_modules/@shikijs/engine-oniguruma": {
|
|
28
|
+
"version": "3.2.1",
|
|
29
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.2.1.tgz",
|
|
30
|
+
"integrity": "sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==",
|
|
31
|
+
"dev": true,
|
|
32
|
+
"license": "MIT",
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@shikijs/types": "3.2.1",
|
|
35
|
+
"@shikijs/vscode-textmate": "^10.0.2"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"node_modules/@shikijs/types": {
|
|
39
|
+
"version": "3.2.1",
|
|
40
|
+
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.2.1.tgz",
|
|
41
|
+
"integrity": "sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==",
|
|
42
|
+
"dev": true,
|
|
43
|
+
"license": "MIT",
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
46
|
+
"@types/hast": "^3.0.4"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"node_modules/@shikijs/vscode-textmate": {
|
|
50
|
+
"version": "10.0.2",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
|
|
52
|
+
"integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
|
|
53
|
+
"dev": true,
|
|
54
|
+
"license": "MIT"
|
|
55
|
+
},
|
|
56
|
+
"node_modules/@types/hast": {
|
|
57
|
+
"version": "3.0.4",
|
|
58
|
+
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
|
|
59
|
+
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
60
|
+
"dev": true,
|
|
61
|
+
"license": "MIT",
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"@types/unist": "*"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"node_modules/@types/unist": {
|
|
67
|
+
"version": "3.0.3",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
69
|
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
|
70
|
+
"dev": true,
|
|
71
|
+
"license": "MIT"
|
|
72
|
+
},
|
|
73
|
+
"node_modules/argparse": {
|
|
74
|
+
"version": "2.0.1",
|
|
75
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
76
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
77
|
+
"dev": true,
|
|
78
|
+
"license": "Python-2.0"
|
|
79
|
+
},
|
|
80
|
+
"node_modules/balanced-match": {
|
|
81
|
+
"version": "1.0.2",
|
|
82
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
83
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
84
|
+
"dev": true,
|
|
85
|
+
"license": "MIT"
|
|
86
|
+
},
|
|
87
|
+
"node_modules/brace-expansion": {
|
|
88
|
+
"version": "2.0.1",
|
|
89
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
90
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
91
|
+
"dev": true,
|
|
92
|
+
"license": "MIT",
|
|
93
|
+
"dependencies": {
|
|
94
|
+
"balanced-match": "^1.0.0"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"node_modules/entities": {
|
|
98
|
+
"version": "4.5.0",
|
|
99
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
100
|
+
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
101
|
+
"dev": true,
|
|
102
|
+
"license": "BSD-2-Clause",
|
|
103
|
+
"engines": {
|
|
104
|
+
"node": ">=0.12"
|
|
105
|
+
},
|
|
106
|
+
"funding": {
|
|
107
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"node_modules/linkify-it": {
|
|
111
|
+
"version": "5.0.0",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
|
|
113
|
+
"integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
|
|
114
|
+
"dev": true,
|
|
115
|
+
"license": "MIT",
|
|
116
|
+
"dependencies": {
|
|
117
|
+
"uc.micro": "^2.0.0"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"node_modules/lunr": {
|
|
121
|
+
"version": "2.3.9",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",
|
|
123
|
+
"integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==",
|
|
124
|
+
"dev": true,
|
|
125
|
+
"license": "MIT"
|
|
126
|
+
},
|
|
127
|
+
"node_modules/markdown-it": {
|
|
128
|
+
"version": "14.1.0",
|
|
129
|
+
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
|
|
130
|
+
"integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
|
|
131
|
+
"dev": true,
|
|
132
|
+
"license": "MIT",
|
|
133
|
+
"dependencies": {
|
|
134
|
+
"argparse": "^2.0.1",
|
|
135
|
+
"entities": "^4.4.0",
|
|
136
|
+
"linkify-it": "^5.0.0",
|
|
137
|
+
"mdurl": "^2.0.0",
|
|
138
|
+
"punycode.js": "^2.3.1",
|
|
139
|
+
"uc.micro": "^2.1.0"
|
|
140
|
+
},
|
|
141
|
+
"bin": {
|
|
142
|
+
"markdown-it": "bin/markdown-it.mjs"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"node_modules/mdurl": {
|
|
146
|
+
"version": "2.0.0",
|
|
147
|
+
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
|
|
148
|
+
"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
|
|
149
|
+
"dev": true,
|
|
150
|
+
"license": "MIT"
|
|
151
|
+
},
|
|
152
|
+
"node_modules/minimatch": {
|
|
153
|
+
"version": "9.0.5",
|
|
154
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
155
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
156
|
+
"dev": true,
|
|
157
|
+
"license": "ISC",
|
|
158
|
+
"dependencies": {
|
|
159
|
+
"brace-expansion": "^2.0.1"
|
|
160
|
+
},
|
|
161
|
+
"engines": {
|
|
162
|
+
"node": ">=16 || 14 >=14.17"
|
|
163
|
+
},
|
|
164
|
+
"funding": {
|
|
165
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"node_modules/punycode.js": {
|
|
169
|
+
"version": "2.3.1",
|
|
170
|
+
"resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
|
|
171
|
+
"integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
|
|
172
|
+
"dev": true,
|
|
173
|
+
"license": "MIT",
|
|
174
|
+
"engines": {
|
|
175
|
+
"node": ">=6"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"node_modules/typedoc": {
|
|
179
|
+
"version": "0.28.1",
|
|
180
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.1.tgz",
|
|
181
|
+
"integrity": "sha512-Mn2VPNMaxoe/hlBiLriG4U55oyAa3Xo+8HbtEwV7F5WEOPXqtxzGuMZhJYHaqFJpajeQ6ZDUC2c990NAtTbdgw==",
|
|
182
|
+
"dev": true,
|
|
183
|
+
"license": "Apache-2.0",
|
|
184
|
+
"dependencies": {
|
|
185
|
+
"@gerrit0/mini-shiki": "^3.2.1",
|
|
186
|
+
"lunr": "^2.3.9",
|
|
187
|
+
"markdown-it": "^14.1.0",
|
|
188
|
+
"minimatch": "^9.0.5",
|
|
189
|
+
"yaml": "^2.7.0 "
|
|
190
|
+
},
|
|
191
|
+
"bin": {
|
|
192
|
+
"typedoc": "bin/typedoc"
|
|
193
|
+
},
|
|
194
|
+
"engines": {
|
|
195
|
+
"node": ">= 18",
|
|
196
|
+
"pnpm": ">= 10"
|
|
197
|
+
},
|
|
198
|
+
"peerDependencies": {
|
|
199
|
+
"typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"node_modules/typescript": {
|
|
203
|
+
"version": "5.8.2",
|
|
204
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
|
|
205
|
+
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
|
|
206
|
+
"dev": true,
|
|
207
|
+
"license": "Apache-2.0",
|
|
208
|
+
"bin": {
|
|
209
|
+
"tsc": "bin/tsc",
|
|
210
|
+
"tsserver": "bin/tsserver"
|
|
211
|
+
},
|
|
212
|
+
"engines": {
|
|
213
|
+
"node": ">=14.17"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"node_modules/uc.micro": {
|
|
217
|
+
"version": "2.1.0",
|
|
218
|
+
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
|
219
|
+
"integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
|
|
220
|
+
"dev": true,
|
|
221
|
+
"license": "MIT"
|
|
222
|
+
},
|
|
223
|
+
"node_modules/yaml": {
|
|
224
|
+
"version": "2.7.0",
|
|
225
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
|
|
226
|
+
"integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
|
|
227
|
+
"dev": true,
|
|
228
|
+
"license": "ISC",
|
|
229
|
+
"bin": {
|
|
230
|
+
"yaml": "bin.mjs"
|
|
231
|
+
},
|
|
232
|
+
"engines": {
|
|
233
|
+
"node": ">= 14"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "typedoc-platform-icons",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "TypeDoc plugin which renders icon tags for iOS, Android and Web",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "tsc"
|
|
9
|
+
},
|
|
10
|
+
"devDependencies": {
|
|
11
|
+
"typedoc": "^0.25.13",
|
|
12
|
+
"typescript": "^5.1.6"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"dist/plugin.js"
|
|
16
|
+
],
|
|
17
|
+
"peerDependencies": {
|
|
18
|
+
"typedoc": "0.23.x || 0.24.x || 0.25.x || 0.26.x || 0.27.x || 0.28.x"
|
|
19
|
+
}
|
|
20
|
+
}
|