@theoplayer/extended 6.12.1 → 6.13.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/THEOplayer.chromeless.d.ts +1 -1
- package/THEOplayer.chromeless.esm.js +2 -2
- package/THEOplayer.chromeless.js +3 -3
- package/THEOplayer.common.d.ts +9 -0
- package/THEOplayer.common.esm.js +3 -3
- package/THEOplayer.d.ts +1 -1
- package/THEOplayer.esm.js +3 -3
- package/THEOplayer.js +3 -3
- package/THEOplayer.transmux.asmjs.js +3 -3
- package/THEOplayer.transmux.js +3 -3
- package/package.json +1 -1
- package/theoplayer.d.js +3 -3
package/THEOplayer.common.d.ts
CHANGED
|
@@ -298,6 +298,8 @@ interface AdsConfiguration {
|
|
|
298
298
|
/**
|
|
299
299
|
* Whether an advertisement duration countdown will be shown in the UI.
|
|
300
300
|
*
|
|
301
|
+
* @deprecated use {@link GoogleImaConfiguration.uiElements} instead
|
|
302
|
+
*
|
|
301
303
|
* @remarks
|
|
302
304
|
* <br/> - Available since v2.22.9.
|
|
303
305
|
* <br/> - This feature is only available for Google IMA.
|
|
@@ -359,6 +361,13 @@ interface GoogleImaConfiguration {
|
|
|
359
361
|
*
|
|
360
362
|
*/
|
|
361
363
|
language?: string;
|
|
364
|
+
/**
|
|
365
|
+
* The UI elements passed to Google IMA. See {@link https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side/reference/js/google.ima#.UiElements | Google IMA docs} for more information.
|
|
366
|
+
*
|
|
367
|
+
* @remarks
|
|
368
|
+
* <br/> - Available since v6.13.0.
|
|
369
|
+
*/
|
|
370
|
+
uiElements?: string[];
|
|
362
371
|
}
|
|
363
372
|
/**
|
|
364
373
|
* Represents a non-linear ad in the VAST specification.
|