@gcorevideo/player 2.22.30 → 2.23.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/assets/media-control/container.scss +2 -3
- package/assets/poster/poster.ejs +3 -1
- package/assets/poster/poster.scss +3 -3
- package/assets/style/main.scss +1 -1
- package/assets/thumbnails/scrub-thumbnails.ejs +5 -10
- package/assets/thumbnails/style.scss +4 -5
- package/dist/core.js +1 -1
- package/dist/index.css +533 -532
- package/dist/index.js +273 -377
- package/dist/player.d.ts +63 -33
- package/docs/api/{player.seektime.bindevents.md → player.clapprstats.clearmetrics.md} +3 -3
- package/docs/api/player.clapprstats.md +14 -0
- package/docs/api/player.extendedevents.md +14 -0
- package/docs/api/player.md +13 -2
- package/docs/api/player.seektime.attributes.md +0 -1
- package/docs/api/player.seektime.md +6 -197
- package/docs/api/{player.seektime.render.md → player.seektimesettings.md} +7 -7
- package/docs/api/player.skiptime.md +3 -184
- package/lib/plugins/clips/Clips.d.ts +7 -0
- package/lib/plugins/clips/Clips.d.ts.map +1 -1
- package/lib/plugins/clips/Clips.js +8 -0
- package/lib/plugins/media-control/MediaControl.d.ts +1 -7
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +9 -18
- package/lib/plugins/poster/Poster.d.ts +24 -14
- package/lib/plugins/poster/Poster.d.ts.map +1 -1
- package/lib/plugins/poster/Poster.js +67 -97
- package/lib/plugins/thumbnails/Thumbnails.d.ts +36 -33
- package/lib/plugins/thumbnails/Thumbnails.d.ts.map +1 -1
- package/lib/plugins/thumbnails/Thumbnails.js +174 -259
- package/lib/plugins/thumbnails/utils.d.ts +5 -0
- package/lib/plugins/thumbnails/utils.d.ts.map +1 -0
- package/lib/plugins/thumbnails/utils.js +12 -0
- package/lib/testUtils.d.ts +13 -39
- package/lib/testUtils.d.ts.map +1 -1
- package/lib/testUtils.js +15 -67
- package/package.json +2 -1
- package/src/plugins/clips/Clips.ts +10 -1
- package/src/plugins/media-control/MediaControl.ts +10 -21
- package/src/plugins/media-control/__tests__/__snapshots__/MediaControl.test.ts.snap +1 -1
- package/src/plugins/poster/Poster.ts +91 -110
- package/src/plugins/poster/__tests__/Poster.test.ts +119 -0
- package/src/plugins/poster/__tests__/__snapshots__/Poster.test.ts.snap +8 -0
- package/src/plugins/source-controller/__tests__/SourceController.test.ts +1 -2
- package/src/plugins/thumbnails/Thumbnails.ts +228 -330
- package/src/plugins/thumbnails/__tests__/Thumbnails.test.ts +72 -0
- package/src/plugins/thumbnails/__tests__/__snapshots__/Thumbnails.test.ts.snap +10 -0
- package/src/plugins/thumbnails/utils.ts +12 -0
- package/src/testUtils.ts +15 -88
- package/temp/player.api.json +295 -829
- package/tsconfig.tsbuildinfo +1 -1
- package/docs/api/player.seektime.durationshown.md +0 -14
- package/docs/api/player.seektime.getseektime.md +0 -20
- package/docs/api/player.seektime.islivestreamwithdvr.md +0 -14
- package/docs/api/player.seektime.mediacontrol.md +0 -14
- package/docs/api/player.seektime.mediacontrolcontainer.md +0 -14
- package/docs/api/player.seektime.shouldbevisible.md +0 -18
- package/docs/api/player.seektime.template.md +0 -14
- package/docs/api/player.seektime.update.md +0 -18
- package/docs/api/player.skiptime.attributes.md +0 -17
- package/docs/api/player.skiptime.bindevents.md +0 -18
- package/docs/api/player.skiptime.events.md +0 -18
- package/docs/api/player.skiptime.handlerewindclicks.md +0 -18
- package/docs/api/player.skiptime.render.md +0 -18
- package/docs/api/player.skiptime.setback.md +0 -18
- package/docs/api/player.skiptime.setforward.md +0 -18
- package/docs/api/player.skiptime.setmidclick.md +0 -18
- package/docs/api/player.skiptime.template.md +0 -14
- package/docs/api/player.skiptime.togglefullscreen.md +0 -18
package/temp/player.api.json
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"text": " "
|
|
192
192
|
}
|
|
193
193
|
],
|
|
194
|
-
"fileUrlPath": "src/plugins/audio-selector/
|
|
194
|
+
"fileUrlPath": "src/plugins/audio-selector/AudioTracks.ts",
|
|
195
195
|
"releaseTag": "Beta",
|
|
196
196
|
"isAbstract": false,
|
|
197
197
|
"name": "AudioTracks",
|
|
@@ -421,6 +421,37 @@
|
|
|
421
421
|
}
|
|
422
422
|
]
|
|
423
423
|
},
|
|
424
|
+
{
|
|
425
|
+
"kind": "Method",
|
|
426
|
+
"canonicalReference": "@gcorevideo/player!ClapprStats#clearMetrics:member(1)",
|
|
427
|
+
"docComment": "",
|
|
428
|
+
"excerptTokens": [
|
|
429
|
+
{
|
|
430
|
+
"kind": "Content",
|
|
431
|
+
"text": "clearMetrics(): "
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"kind": "Content",
|
|
435
|
+
"text": "void"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"kind": "Content",
|
|
439
|
+
"text": ";"
|
|
440
|
+
}
|
|
441
|
+
],
|
|
442
|
+
"isStatic": false,
|
|
443
|
+
"returnTypeTokenRange": {
|
|
444
|
+
"startIndex": 1,
|
|
445
|
+
"endIndex": 2
|
|
446
|
+
},
|
|
447
|
+
"releaseTag": "Beta",
|
|
448
|
+
"isProtected": false,
|
|
449
|
+
"overloadIndex": 1,
|
|
450
|
+
"parameters": [],
|
|
451
|
+
"isOptional": false,
|
|
452
|
+
"isAbstract": false,
|
|
453
|
+
"name": "clearMetrics"
|
|
454
|
+
},
|
|
424
455
|
{
|
|
425
456
|
"kind": "Method",
|
|
426
457
|
"canonicalReference": "@gcorevideo/player!ClapprStats#exportMetrics:member(1)",
|
|
@@ -1940,6 +1971,27 @@
|
|
|
1940
1971
|
"name": "ExtendedEvents",
|
|
1941
1972
|
"preserveMemberOrder": false,
|
|
1942
1973
|
"members": [
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "EnumMember",
|
|
1976
|
+
"canonicalReference": "@gcorevideo/player!ExtendedEvents.MEDIACONTROL_MENU_COLLAPSE:member",
|
|
1977
|
+
"docComment": "",
|
|
1978
|
+
"excerptTokens": [
|
|
1979
|
+
{
|
|
1980
|
+
"kind": "Content",
|
|
1981
|
+
"text": "MEDIACONTROL_MENU_COLLAPSE = "
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"kind": "Content",
|
|
1985
|
+
"text": "\"mediacontrol:menu:collapse\""
|
|
1986
|
+
}
|
|
1987
|
+
],
|
|
1988
|
+
"initializerTokenRange": {
|
|
1989
|
+
"startIndex": 1,
|
|
1990
|
+
"endIndex": 2
|
|
1991
|
+
},
|
|
1992
|
+
"releaseTag": "Public",
|
|
1993
|
+
"name": "MEDIACONTROL_MENU_COLLAPSE"
|
|
1994
|
+
},
|
|
1943
1995
|
{
|
|
1944
1996
|
"kind": "EnumMember",
|
|
1945
1997
|
"canonicalReference": "@gcorevideo/player!ExtendedEvents.MEDIACONTROL_VOLUME:member",
|
|
@@ -7210,7 +7262,7 @@
|
|
|
7210
7262
|
{
|
|
7211
7263
|
"kind": "Class",
|
|
7212
7264
|
"canonicalReference": "@gcorevideo/player!SeekTime:class",
|
|
7213
|
-
"docComment": "/**\n * `PLUGIN` that adds a seek time indicator
|
|
7265
|
+
"docComment": "/**\n * `PLUGIN` that adds a seek time indicator when the mouse pointer is over the seek bar.\n *\n * @remarks\n *\n * Configuration options - {@link SeekTimeSettings}\n *\n * @beta\n */\n",
|
|
7214
7266
|
"excerptTokens": [
|
|
7215
7267
|
{
|
|
7216
7268
|
"kind": "Content",
|
|
@@ -7243,7 +7295,7 @@
|
|
|
7243
7295
|
},
|
|
7244
7296
|
{
|
|
7245
7297
|
"kind": "Content",
|
|
7246
|
-
"text": "{\n class: string;\n
|
|
7298
|
+
"text": "{\n class: string;\n }"
|
|
7247
7299
|
},
|
|
7248
7300
|
{
|
|
7249
7301
|
"kind": "Content",
|
|
@@ -7263,48 +7315,47 @@
|
|
|
7263
7315
|
"isAbstract": false
|
|
7264
7316
|
},
|
|
7265
7317
|
{
|
|
7266
|
-
"kind": "
|
|
7267
|
-
"canonicalReference": "@gcorevideo/player!SeekTime#
|
|
7318
|
+
"kind": "Property",
|
|
7319
|
+
"canonicalReference": "@gcorevideo/player!SeekTime#name:member",
|
|
7268
7320
|
"docComment": "",
|
|
7269
7321
|
"excerptTokens": [
|
|
7270
7322
|
{
|
|
7271
7323
|
"kind": "Content",
|
|
7272
|
-
"text": "
|
|
7324
|
+
"text": "get name(): "
|
|
7273
7325
|
},
|
|
7274
7326
|
{
|
|
7275
7327
|
"kind": "Content",
|
|
7276
|
-
"text": "
|
|
7328
|
+
"text": "string"
|
|
7277
7329
|
},
|
|
7278
7330
|
{
|
|
7279
7331
|
"kind": "Content",
|
|
7280
7332
|
"text": ";"
|
|
7281
7333
|
}
|
|
7282
7334
|
],
|
|
7283
|
-
"
|
|
7284
|
-
"
|
|
7335
|
+
"isReadonly": true,
|
|
7336
|
+
"isOptional": false,
|
|
7337
|
+
"releaseTag": "Beta",
|
|
7338
|
+
"name": "name",
|
|
7339
|
+
"propertyTypeTokenRange": {
|
|
7285
7340
|
"startIndex": 1,
|
|
7286
7341
|
"endIndex": 2
|
|
7287
7342
|
},
|
|
7288
|
-
"
|
|
7343
|
+
"isStatic": false,
|
|
7289
7344
|
"isProtected": false,
|
|
7290
|
-
"
|
|
7291
|
-
"parameters": [],
|
|
7292
|
-
"isOptional": false,
|
|
7293
|
-
"isAbstract": false,
|
|
7294
|
-
"name": "bindEvents"
|
|
7345
|
+
"isAbstract": false
|
|
7295
7346
|
},
|
|
7296
7347
|
{
|
|
7297
7348
|
"kind": "Property",
|
|
7298
|
-
"canonicalReference": "@gcorevideo/player!SeekTime#
|
|
7349
|
+
"canonicalReference": "@gcorevideo/player!SeekTime#supportedVersion:member",
|
|
7299
7350
|
"docComment": "",
|
|
7300
7351
|
"excerptTokens": [
|
|
7301
7352
|
{
|
|
7302
7353
|
"kind": "Content",
|
|
7303
|
-
"text": "get
|
|
7354
|
+
"text": "get supportedVersion(): "
|
|
7304
7355
|
},
|
|
7305
7356
|
{
|
|
7306
7357
|
"kind": "Content",
|
|
7307
|
-
"text": "
|
|
7358
|
+
"text": "{\n min: string;\n }"
|
|
7308
7359
|
},
|
|
7309
7360
|
{
|
|
7310
7361
|
"kind": "Content",
|
|
@@ -7314,7 +7365,7 @@
|
|
|
7314
7365
|
"isReadonly": true,
|
|
7315
7366
|
"isOptional": false,
|
|
7316
7367
|
"releaseTag": "Beta",
|
|
7317
|
-
"name": "
|
|
7368
|
+
"name": "supportedVersion",
|
|
7318
7369
|
"propertyTypeTokenRange": {
|
|
7319
7370
|
"startIndex": 1,
|
|
7320
7371
|
"endIndex": 2
|
|
@@ -7322,50 +7373,77 @@
|
|
|
7322
7373
|
"isStatic": false,
|
|
7323
7374
|
"isProtected": false,
|
|
7324
7375
|
"isAbstract": false
|
|
7376
|
+
}
|
|
7377
|
+
],
|
|
7378
|
+
"extendsTokenRange": {
|
|
7379
|
+
"startIndex": 1,
|
|
7380
|
+
"endIndex": 2
|
|
7381
|
+
},
|
|
7382
|
+
"implementsTokenRanges": []
|
|
7383
|
+
},
|
|
7384
|
+
{
|
|
7385
|
+
"kind": "TypeAlias",
|
|
7386
|
+
"canonicalReference": "@gcorevideo/player!SeekTimeSettings:type",
|
|
7387
|
+
"docComment": "/**\n * Configuration options for the SeekTime plugin.\n *\n * @beta\n */\n",
|
|
7388
|
+
"excerptTokens": [
|
|
7389
|
+
{
|
|
7390
|
+
"kind": "Content",
|
|
7391
|
+
"text": "export type SeekTimeSettings = "
|
|
7325
7392
|
},
|
|
7326
7393
|
{
|
|
7327
|
-
"kind": "
|
|
7328
|
-
"
|
|
7329
|
-
|
|
7330
|
-
|
|
7331
|
-
|
|
7332
|
-
|
|
7333
|
-
|
|
7334
|
-
|
|
7335
|
-
|
|
7336
|
-
|
|
7337
|
-
|
|
7338
|
-
|
|
7339
|
-
|
|
7340
|
-
|
|
7341
|
-
|
|
7342
|
-
|
|
7343
|
-
|
|
7344
|
-
|
|
7345
|
-
|
|
7346
|
-
|
|
7347
|
-
|
|
7348
|
-
|
|
7349
|
-
"
|
|
7350
|
-
"
|
|
7351
|
-
|
|
7352
|
-
|
|
7353
|
-
"
|
|
7354
|
-
"
|
|
7355
|
-
"
|
|
7394
|
+
"kind": "Content",
|
|
7395
|
+
"text": "{\n duration?: boolean;\n}"
|
|
7396
|
+
},
|
|
7397
|
+
{
|
|
7398
|
+
"kind": "Content",
|
|
7399
|
+
"text": ";"
|
|
7400
|
+
}
|
|
7401
|
+
],
|
|
7402
|
+
"fileUrlPath": "src/plugins/seek-time/SeekTime.ts",
|
|
7403
|
+
"releaseTag": "Beta",
|
|
7404
|
+
"name": "SeekTimeSettings",
|
|
7405
|
+
"typeTokenRange": {
|
|
7406
|
+
"startIndex": 1,
|
|
7407
|
+
"endIndex": 2
|
|
7408
|
+
}
|
|
7409
|
+
},
|
|
7410
|
+
{
|
|
7411
|
+
"kind": "Class",
|
|
7412
|
+
"canonicalReference": "@gcorevideo/player!Share:class",
|
|
7413
|
+
"docComment": "/**\n * `PLUGIN` that adds a share button to the media control UI.\n *\n * @beta\n */\n",
|
|
7414
|
+
"excerptTokens": [
|
|
7415
|
+
{
|
|
7416
|
+
"kind": "Content",
|
|
7417
|
+
"text": "export declare class Share extends "
|
|
7418
|
+
},
|
|
7419
|
+
{
|
|
7420
|
+
"kind": "Reference",
|
|
7421
|
+
"text": "UICorePlugin",
|
|
7422
|
+
"canonicalReference": "@gcorevideo/player!~UICorePlugin"
|
|
7356
7423
|
},
|
|
7424
|
+
{
|
|
7425
|
+
"kind": "Content",
|
|
7426
|
+
"text": " "
|
|
7427
|
+
}
|
|
7428
|
+
],
|
|
7429
|
+
"fileUrlPath": "src/plugins/share/Share.ts",
|
|
7430
|
+
"releaseTag": "Beta",
|
|
7431
|
+
"isAbstract": false,
|
|
7432
|
+
"name": "Share",
|
|
7433
|
+
"preserveMemberOrder": false,
|
|
7434
|
+
"members": [
|
|
7357
7435
|
{
|
|
7358
7436
|
"kind": "Property",
|
|
7359
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7437
|
+
"canonicalReference": "@gcorevideo/player!Share#attributes:member",
|
|
7360
7438
|
"docComment": "",
|
|
7361
7439
|
"excerptTokens": [
|
|
7362
7440
|
{
|
|
7363
7441
|
"kind": "Content",
|
|
7364
|
-
"text": "get
|
|
7442
|
+
"text": "get attributes(): "
|
|
7365
7443
|
},
|
|
7366
7444
|
{
|
|
7367
7445
|
"kind": "Content",
|
|
7368
|
-
"text": "
|
|
7446
|
+
"text": "{\n class: string;\n 'data-share': string;\n }"
|
|
7369
7447
|
},
|
|
7370
7448
|
{
|
|
7371
7449
|
"kind": "Content",
|
|
@@ -7375,7 +7453,7 @@
|
|
|
7375
7453
|
"isReadonly": true,
|
|
7376
7454
|
"isOptional": false,
|
|
7377
7455
|
"releaseTag": "Beta",
|
|
7378
|
-
"name": "
|
|
7456
|
+
"name": "attributes",
|
|
7379
7457
|
"propertyTypeTokenRange": {
|
|
7380
7458
|
"startIndex": 1,
|
|
7381
7459
|
"endIndex": 2
|
|
@@ -7385,77 +7463,79 @@
|
|
|
7385
7463
|
"isAbstract": false
|
|
7386
7464
|
},
|
|
7387
7465
|
{
|
|
7388
|
-
"kind": "
|
|
7389
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7466
|
+
"kind": "Method",
|
|
7467
|
+
"canonicalReference": "@gcorevideo/player!Share#bindEvents:member(1)",
|
|
7390
7468
|
"docComment": "",
|
|
7391
7469
|
"excerptTokens": [
|
|
7392
7470
|
{
|
|
7393
7471
|
"kind": "Content",
|
|
7394
|
-
"text": "
|
|
7472
|
+
"text": "bindEvents(): "
|
|
7395
7473
|
},
|
|
7396
7474
|
{
|
|
7397
7475
|
"kind": "Content",
|
|
7398
|
-
"text": "
|
|
7476
|
+
"text": "void"
|
|
7399
7477
|
},
|
|
7400
7478
|
{
|
|
7401
7479
|
"kind": "Content",
|
|
7402
7480
|
"text": ";"
|
|
7403
7481
|
}
|
|
7404
7482
|
],
|
|
7405
|
-
"
|
|
7406
|
-
"
|
|
7407
|
-
"releaseTag": "Beta",
|
|
7408
|
-
"name": "mediaControl",
|
|
7409
|
-
"propertyTypeTokenRange": {
|
|
7483
|
+
"isStatic": false,
|
|
7484
|
+
"returnTypeTokenRange": {
|
|
7410
7485
|
"startIndex": 1,
|
|
7411
7486
|
"endIndex": 2
|
|
7412
7487
|
},
|
|
7413
|
-
"
|
|
7488
|
+
"releaseTag": "Beta",
|
|
7414
7489
|
"isProtected": false,
|
|
7415
|
-
"
|
|
7490
|
+
"overloadIndex": 1,
|
|
7491
|
+
"parameters": [],
|
|
7492
|
+
"isOptional": false,
|
|
7493
|
+
"isAbstract": false,
|
|
7494
|
+
"name": "bindEvents"
|
|
7416
7495
|
},
|
|
7417
7496
|
{
|
|
7418
|
-
"kind": "
|
|
7419
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7497
|
+
"kind": "Method",
|
|
7498
|
+
"canonicalReference": "@gcorevideo/player!Share#canShowShare:member(1)",
|
|
7420
7499
|
"docComment": "",
|
|
7421
7500
|
"excerptTokens": [
|
|
7422
7501
|
{
|
|
7423
7502
|
"kind": "Content",
|
|
7424
|
-
"text": "
|
|
7503
|
+
"text": "canShowShare(): "
|
|
7425
7504
|
},
|
|
7426
7505
|
{
|
|
7427
7506
|
"kind": "Content",
|
|
7428
|
-
"text": "
|
|
7507
|
+
"text": "void"
|
|
7429
7508
|
},
|
|
7430
7509
|
{
|
|
7431
7510
|
"kind": "Content",
|
|
7432
7511
|
"text": ";"
|
|
7433
7512
|
}
|
|
7434
7513
|
],
|
|
7435
|
-
"
|
|
7436
|
-
"
|
|
7437
|
-
"releaseTag": "Beta",
|
|
7438
|
-
"name": "mediaControlContainer",
|
|
7439
|
-
"propertyTypeTokenRange": {
|
|
7514
|
+
"isStatic": false,
|
|
7515
|
+
"returnTypeTokenRange": {
|
|
7440
7516
|
"startIndex": 1,
|
|
7441
7517
|
"endIndex": 2
|
|
7442
7518
|
},
|
|
7443
|
-
"
|
|
7519
|
+
"releaseTag": "Beta",
|
|
7444
7520
|
"isProtected": false,
|
|
7445
|
-
"
|
|
7521
|
+
"overloadIndex": 1,
|
|
7522
|
+
"parameters": [],
|
|
7523
|
+
"isOptional": false,
|
|
7524
|
+
"isAbstract": false,
|
|
7525
|
+
"name": "canShowShare"
|
|
7446
7526
|
},
|
|
7447
7527
|
{
|
|
7448
7528
|
"kind": "Property",
|
|
7449
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7529
|
+
"canonicalReference": "@gcorevideo/player!Share#events:member",
|
|
7450
7530
|
"docComment": "",
|
|
7451
7531
|
"excerptTokens": [
|
|
7452
7532
|
{
|
|
7453
7533
|
"kind": "Content",
|
|
7454
|
-
"text": "get
|
|
7534
|
+
"text": "get events(): "
|
|
7455
7535
|
},
|
|
7456
7536
|
{
|
|
7457
7537
|
"kind": "Content",
|
|
7458
|
-
"text": "string"
|
|
7538
|
+
"text": "{\n 'click [data-share-button]': string;\n 'click [data-share-close]': string;\n 'click [data-share-fb]': string;\n 'click [data-share-tw]': string;\n 'click [data-share-link]': string;\n 'click [data-share-embed]': string;\n }"
|
|
7459
7539
|
},
|
|
7460
7540
|
{
|
|
7461
7541
|
"kind": "Content",
|
|
@@ -7465,7 +7545,7 @@
|
|
|
7465
7545
|
"isReadonly": true,
|
|
7466
7546
|
"isOptional": false,
|
|
7467
7547
|
"releaseTag": "Beta",
|
|
7468
|
-
"name": "
|
|
7548
|
+
"name": "events",
|
|
7469
7549
|
"propertyTypeTokenRange": {
|
|
7470
7550
|
"startIndex": 1,
|
|
7471
7551
|
"endIndex": 2
|
|
@@ -7476,16 +7556,16 @@
|
|
|
7476
7556
|
},
|
|
7477
7557
|
{
|
|
7478
7558
|
"kind": "Method",
|
|
7479
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7559
|
+
"canonicalReference": "@gcorevideo/player!Share#hideShare:member(1)",
|
|
7480
7560
|
"docComment": "",
|
|
7481
7561
|
"excerptTokens": [
|
|
7482
7562
|
{
|
|
7483
7563
|
"kind": "Content",
|
|
7484
|
-
"text": "
|
|
7564
|
+
"text": "hideShare(): "
|
|
7485
7565
|
},
|
|
7486
7566
|
{
|
|
7487
7567
|
"kind": "Content",
|
|
7488
|
-
"text": "
|
|
7568
|
+
"text": "void"
|
|
7489
7569
|
},
|
|
7490
7570
|
{
|
|
7491
7571
|
"kind": "Content",
|
|
@@ -7503,20 +7583,20 @@
|
|
|
7503
7583
|
"parameters": [],
|
|
7504
7584
|
"isOptional": false,
|
|
7505
7585
|
"isAbstract": false,
|
|
7506
|
-
"name": "
|
|
7586
|
+
"name": "hideShare"
|
|
7507
7587
|
},
|
|
7508
7588
|
{
|
|
7509
7589
|
"kind": "Method",
|
|
7510
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7590
|
+
"canonicalReference": "@gcorevideo/player!Share#initializeIcons:member(1)",
|
|
7511
7591
|
"docComment": "",
|
|
7512
7592
|
"excerptTokens": [
|
|
7513
7593
|
{
|
|
7514
7594
|
"kind": "Content",
|
|
7515
|
-
"text": "
|
|
7595
|
+
"text": "initializeIcons(): "
|
|
7516
7596
|
},
|
|
7517
7597
|
{
|
|
7518
7598
|
"kind": "Content",
|
|
7519
|
-
"text": "
|
|
7599
|
+
"text": "void"
|
|
7520
7600
|
},
|
|
7521
7601
|
{
|
|
7522
7602
|
"kind": "Content",
|
|
@@ -7534,20 +7614,20 @@
|
|
|
7534
7614
|
"parameters": [],
|
|
7535
7615
|
"isOptional": false,
|
|
7536
7616
|
"isAbstract": false,
|
|
7537
|
-
"name": "
|
|
7617
|
+
"name": "initializeIcons"
|
|
7538
7618
|
},
|
|
7539
7619
|
{
|
|
7540
7620
|
"kind": "Property",
|
|
7541
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7621
|
+
"canonicalReference": "@gcorevideo/player!Share#name:member",
|
|
7542
7622
|
"docComment": "",
|
|
7543
7623
|
"excerptTokens": [
|
|
7544
7624
|
{
|
|
7545
7625
|
"kind": "Content",
|
|
7546
|
-
"text": "get
|
|
7626
|
+
"text": "get name(): "
|
|
7547
7627
|
},
|
|
7548
7628
|
{
|
|
7549
7629
|
"kind": "Content",
|
|
7550
|
-
"text": "
|
|
7630
|
+
"text": "string"
|
|
7551
7631
|
},
|
|
7552
7632
|
{
|
|
7553
7633
|
"kind": "Content",
|
|
@@ -7557,7 +7637,7 @@
|
|
|
7557
7637
|
"isReadonly": true,
|
|
7558
7638
|
"isOptional": false,
|
|
7559
7639
|
"releaseTag": "Beta",
|
|
7560
|
-
"name": "
|
|
7640
|
+
"name": "name",
|
|
7561
7641
|
"propertyTypeTokenRange": {
|
|
7562
7642
|
"startIndex": 1,
|
|
7563
7643
|
"endIndex": 2
|
|
@@ -7567,351 +7647,44 @@
|
|
|
7567
7647
|
"isAbstract": false
|
|
7568
7648
|
},
|
|
7569
7649
|
{
|
|
7570
|
-
"kind": "
|
|
7571
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7650
|
+
"kind": "Method",
|
|
7651
|
+
"canonicalReference": "@gcorevideo/player!Share#onShareEmbedClick:member(1)",
|
|
7572
7652
|
"docComment": "",
|
|
7573
7653
|
"excerptTokens": [
|
|
7574
7654
|
{
|
|
7575
7655
|
"kind": "Content",
|
|
7576
|
-
"text": "
|
|
7656
|
+
"text": "onShareEmbedClick(): "
|
|
7577
7657
|
},
|
|
7578
7658
|
{
|
|
7579
7659
|
"kind": "Content",
|
|
7580
|
-
"text": "
|
|
7660
|
+
"text": "void"
|
|
7581
7661
|
},
|
|
7582
7662
|
{
|
|
7583
7663
|
"kind": "Content",
|
|
7584
7664
|
"text": ";"
|
|
7585
7665
|
}
|
|
7586
7666
|
],
|
|
7587
|
-
"
|
|
7588
|
-
"
|
|
7589
|
-
"releaseTag": "Beta",
|
|
7590
|
-
"name": "template",
|
|
7591
|
-
"propertyTypeTokenRange": {
|
|
7667
|
+
"isStatic": false,
|
|
7668
|
+
"returnTypeTokenRange": {
|
|
7592
7669
|
"startIndex": 1,
|
|
7593
7670
|
"endIndex": 2
|
|
7594
7671
|
},
|
|
7595
|
-
"
|
|
7672
|
+
"releaseTag": "Beta",
|
|
7596
7673
|
"isProtected": false,
|
|
7597
|
-
"
|
|
7674
|
+
"overloadIndex": 1,
|
|
7675
|
+
"parameters": [],
|
|
7676
|
+
"isOptional": false,
|
|
7677
|
+
"isAbstract": false,
|
|
7678
|
+
"name": "onShareEmbedClick"
|
|
7598
7679
|
},
|
|
7599
7680
|
{
|
|
7600
7681
|
"kind": "Method",
|
|
7601
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7682
|
+
"canonicalReference": "@gcorevideo/player!Share#onShareFB:member(1)",
|
|
7602
7683
|
"docComment": "",
|
|
7603
7684
|
"excerptTokens": [
|
|
7604
7685
|
{
|
|
7605
7686
|
"kind": "Content",
|
|
7606
|
-
"text": "
|
|
7607
|
-
},
|
|
7608
|
-
{
|
|
7609
|
-
"kind": "Content",
|
|
7610
|
-
"text": "void"
|
|
7611
|
-
},
|
|
7612
|
-
{
|
|
7613
|
-
"kind": "Content",
|
|
7614
|
-
"text": ";"
|
|
7615
|
-
}
|
|
7616
|
-
],
|
|
7617
|
-
"isStatic": false,
|
|
7618
|
-
"returnTypeTokenRange": {
|
|
7619
|
-
"startIndex": 1,
|
|
7620
|
-
"endIndex": 2
|
|
7621
|
-
},
|
|
7622
|
-
"releaseTag": "Beta",
|
|
7623
|
-
"isProtected": false,
|
|
7624
|
-
"overloadIndex": 1,
|
|
7625
|
-
"parameters": [],
|
|
7626
|
-
"isOptional": false,
|
|
7627
|
-
"isAbstract": false,
|
|
7628
|
-
"name": "update"
|
|
7629
|
-
}
|
|
7630
|
-
],
|
|
7631
|
-
"extendsTokenRange": {
|
|
7632
|
-
"startIndex": 1,
|
|
7633
|
-
"endIndex": 2
|
|
7634
|
-
},
|
|
7635
|
-
"implementsTokenRanges": []
|
|
7636
|
-
},
|
|
7637
|
-
{
|
|
7638
|
-
"kind": "Class",
|
|
7639
|
-
"canonicalReference": "@gcorevideo/player!Share:class",
|
|
7640
|
-
"docComment": "/**\n * `PLUGIN` that adds a share button to the media control UI.\n *\n * @beta\n */\n",
|
|
7641
|
-
"excerptTokens": [
|
|
7642
|
-
{
|
|
7643
|
-
"kind": "Content",
|
|
7644
|
-
"text": "export declare class Share extends "
|
|
7645
|
-
},
|
|
7646
|
-
{
|
|
7647
|
-
"kind": "Reference",
|
|
7648
|
-
"text": "UICorePlugin",
|
|
7649
|
-
"canonicalReference": "@gcorevideo/player!~UICorePlugin"
|
|
7650
|
-
},
|
|
7651
|
-
{
|
|
7652
|
-
"kind": "Content",
|
|
7653
|
-
"text": " "
|
|
7654
|
-
}
|
|
7655
|
-
],
|
|
7656
|
-
"fileUrlPath": "src/plugins/share/Share.ts",
|
|
7657
|
-
"releaseTag": "Beta",
|
|
7658
|
-
"isAbstract": false,
|
|
7659
|
-
"name": "Share",
|
|
7660
|
-
"preserveMemberOrder": false,
|
|
7661
|
-
"members": [
|
|
7662
|
-
{
|
|
7663
|
-
"kind": "Property",
|
|
7664
|
-
"canonicalReference": "@gcorevideo/player!Share#attributes:member",
|
|
7665
|
-
"docComment": "",
|
|
7666
|
-
"excerptTokens": [
|
|
7667
|
-
{
|
|
7668
|
-
"kind": "Content",
|
|
7669
|
-
"text": "get attributes(): "
|
|
7670
|
-
},
|
|
7671
|
-
{
|
|
7672
|
-
"kind": "Content",
|
|
7673
|
-
"text": "{\n class: string;\n 'data-share': string;\n }"
|
|
7674
|
-
},
|
|
7675
|
-
{
|
|
7676
|
-
"kind": "Content",
|
|
7677
|
-
"text": ";"
|
|
7678
|
-
}
|
|
7679
|
-
],
|
|
7680
|
-
"isReadonly": true,
|
|
7681
|
-
"isOptional": false,
|
|
7682
|
-
"releaseTag": "Beta",
|
|
7683
|
-
"name": "attributes",
|
|
7684
|
-
"propertyTypeTokenRange": {
|
|
7685
|
-
"startIndex": 1,
|
|
7686
|
-
"endIndex": 2
|
|
7687
|
-
},
|
|
7688
|
-
"isStatic": false,
|
|
7689
|
-
"isProtected": false,
|
|
7690
|
-
"isAbstract": false
|
|
7691
|
-
},
|
|
7692
|
-
{
|
|
7693
|
-
"kind": "Method",
|
|
7694
|
-
"canonicalReference": "@gcorevideo/player!Share#bindEvents:member(1)",
|
|
7695
|
-
"docComment": "",
|
|
7696
|
-
"excerptTokens": [
|
|
7697
|
-
{
|
|
7698
|
-
"kind": "Content",
|
|
7699
|
-
"text": "bindEvents(): "
|
|
7700
|
-
},
|
|
7701
|
-
{
|
|
7702
|
-
"kind": "Content",
|
|
7703
|
-
"text": "void"
|
|
7704
|
-
},
|
|
7705
|
-
{
|
|
7706
|
-
"kind": "Content",
|
|
7707
|
-
"text": ";"
|
|
7708
|
-
}
|
|
7709
|
-
],
|
|
7710
|
-
"isStatic": false,
|
|
7711
|
-
"returnTypeTokenRange": {
|
|
7712
|
-
"startIndex": 1,
|
|
7713
|
-
"endIndex": 2
|
|
7714
|
-
},
|
|
7715
|
-
"releaseTag": "Beta",
|
|
7716
|
-
"isProtected": false,
|
|
7717
|
-
"overloadIndex": 1,
|
|
7718
|
-
"parameters": [],
|
|
7719
|
-
"isOptional": false,
|
|
7720
|
-
"isAbstract": false,
|
|
7721
|
-
"name": "bindEvents"
|
|
7722
|
-
},
|
|
7723
|
-
{
|
|
7724
|
-
"kind": "Method",
|
|
7725
|
-
"canonicalReference": "@gcorevideo/player!Share#canShowShare:member(1)",
|
|
7726
|
-
"docComment": "",
|
|
7727
|
-
"excerptTokens": [
|
|
7728
|
-
{
|
|
7729
|
-
"kind": "Content",
|
|
7730
|
-
"text": "canShowShare(): "
|
|
7731
|
-
},
|
|
7732
|
-
{
|
|
7733
|
-
"kind": "Content",
|
|
7734
|
-
"text": "void"
|
|
7735
|
-
},
|
|
7736
|
-
{
|
|
7737
|
-
"kind": "Content",
|
|
7738
|
-
"text": ";"
|
|
7739
|
-
}
|
|
7740
|
-
],
|
|
7741
|
-
"isStatic": false,
|
|
7742
|
-
"returnTypeTokenRange": {
|
|
7743
|
-
"startIndex": 1,
|
|
7744
|
-
"endIndex": 2
|
|
7745
|
-
},
|
|
7746
|
-
"releaseTag": "Beta",
|
|
7747
|
-
"isProtected": false,
|
|
7748
|
-
"overloadIndex": 1,
|
|
7749
|
-
"parameters": [],
|
|
7750
|
-
"isOptional": false,
|
|
7751
|
-
"isAbstract": false,
|
|
7752
|
-
"name": "canShowShare"
|
|
7753
|
-
},
|
|
7754
|
-
{
|
|
7755
|
-
"kind": "Property",
|
|
7756
|
-
"canonicalReference": "@gcorevideo/player!Share#events:member",
|
|
7757
|
-
"docComment": "",
|
|
7758
|
-
"excerptTokens": [
|
|
7759
|
-
{
|
|
7760
|
-
"kind": "Content",
|
|
7761
|
-
"text": "get events(): "
|
|
7762
|
-
},
|
|
7763
|
-
{
|
|
7764
|
-
"kind": "Content",
|
|
7765
|
-
"text": "{\n 'click [data-share-button]': string;\n 'click [data-share-close]': string;\n 'click [data-share-fb]': string;\n 'click [data-share-tw]': string;\n 'click [data-share-link]': string;\n 'click [data-share-embed]': string;\n }"
|
|
7766
|
-
},
|
|
7767
|
-
{
|
|
7768
|
-
"kind": "Content",
|
|
7769
|
-
"text": ";"
|
|
7770
|
-
}
|
|
7771
|
-
],
|
|
7772
|
-
"isReadonly": true,
|
|
7773
|
-
"isOptional": false,
|
|
7774
|
-
"releaseTag": "Beta",
|
|
7775
|
-
"name": "events",
|
|
7776
|
-
"propertyTypeTokenRange": {
|
|
7777
|
-
"startIndex": 1,
|
|
7778
|
-
"endIndex": 2
|
|
7779
|
-
},
|
|
7780
|
-
"isStatic": false,
|
|
7781
|
-
"isProtected": false,
|
|
7782
|
-
"isAbstract": false
|
|
7783
|
-
},
|
|
7784
|
-
{
|
|
7785
|
-
"kind": "Method",
|
|
7786
|
-
"canonicalReference": "@gcorevideo/player!Share#hideShare:member(1)",
|
|
7787
|
-
"docComment": "",
|
|
7788
|
-
"excerptTokens": [
|
|
7789
|
-
{
|
|
7790
|
-
"kind": "Content",
|
|
7791
|
-
"text": "hideShare(): "
|
|
7792
|
-
},
|
|
7793
|
-
{
|
|
7794
|
-
"kind": "Content",
|
|
7795
|
-
"text": "void"
|
|
7796
|
-
},
|
|
7797
|
-
{
|
|
7798
|
-
"kind": "Content",
|
|
7799
|
-
"text": ";"
|
|
7800
|
-
}
|
|
7801
|
-
],
|
|
7802
|
-
"isStatic": false,
|
|
7803
|
-
"returnTypeTokenRange": {
|
|
7804
|
-
"startIndex": 1,
|
|
7805
|
-
"endIndex": 2
|
|
7806
|
-
},
|
|
7807
|
-
"releaseTag": "Beta",
|
|
7808
|
-
"isProtected": false,
|
|
7809
|
-
"overloadIndex": 1,
|
|
7810
|
-
"parameters": [],
|
|
7811
|
-
"isOptional": false,
|
|
7812
|
-
"isAbstract": false,
|
|
7813
|
-
"name": "hideShare"
|
|
7814
|
-
},
|
|
7815
|
-
{
|
|
7816
|
-
"kind": "Method",
|
|
7817
|
-
"canonicalReference": "@gcorevideo/player!Share#initializeIcons:member(1)",
|
|
7818
|
-
"docComment": "",
|
|
7819
|
-
"excerptTokens": [
|
|
7820
|
-
{
|
|
7821
|
-
"kind": "Content",
|
|
7822
|
-
"text": "initializeIcons(): "
|
|
7823
|
-
},
|
|
7824
|
-
{
|
|
7825
|
-
"kind": "Content",
|
|
7826
|
-
"text": "void"
|
|
7827
|
-
},
|
|
7828
|
-
{
|
|
7829
|
-
"kind": "Content",
|
|
7830
|
-
"text": ";"
|
|
7831
|
-
}
|
|
7832
|
-
],
|
|
7833
|
-
"isStatic": false,
|
|
7834
|
-
"returnTypeTokenRange": {
|
|
7835
|
-
"startIndex": 1,
|
|
7836
|
-
"endIndex": 2
|
|
7837
|
-
},
|
|
7838
|
-
"releaseTag": "Beta",
|
|
7839
|
-
"isProtected": false,
|
|
7840
|
-
"overloadIndex": 1,
|
|
7841
|
-
"parameters": [],
|
|
7842
|
-
"isOptional": false,
|
|
7843
|
-
"isAbstract": false,
|
|
7844
|
-
"name": "initializeIcons"
|
|
7845
|
-
},
|
|
7846
|
-
{
|
|
7847
|
-
"kind": "Property",
|
|
7848
|
-
"canonicalReference": "@gcorevideo/player!Share#name:member",
|
|
7849
|
-
"docComment": "",
|
|
7850
|
-
"excerptTokens": [
|
|
7851
|
-
{
|
|
7852
|
-
"kind": "Content",
|
|
7853
|
-
"text": "get name(): "
|
|
7854
|
-
},
|
|
7855
|
-
{
|
|
7856
|
-
"kind": "Content",
|
|
7857
|
-
"text": "string"
|
|
7858
|
-
},
|
|
7859
|
-
{
|
|
7860
|
-
"kind": "Content",
|
|
7861
|
-
"text": ";"
|
|
7862
|
-
}
|
|
7863
|
-
],
|
|
7864
|
-
"isReadonly": true,
|
|
7865
|
-
"isOptional": false,
|
|
7866
|
-
"releaseTag": "Beta",
|
|
7867
|
-
"name": "name",
|
|
7868
|
-
"propertyTypeTokenRange": {
|
|
7869
|
-
"startIndex": 1,
|
|
7870
|
-
"endIndex": 2
|
|
7871
|
-
},
|
|
7872
|
-
"isStatic": false,
|
|
7873
|
-
"isProtected": false,
|
|
7874
|
-
"isAbstract": false
|
|
7875
|
-
},
|
|
7876
|
-
{
|
|
7877
|
-
"kind": "Method",
|
|
7878
|
-
"canonicalReference": "@gcorevideo/player!Share#onShareEmbedClick:member(1)",
|
|
7879
|
-
"docComment": "",
|
|
7880
|
-
"excerptTokens": [
|
|
7881
|
-
{
|
|
7882
|
-
"kind": "Content",
|
|
7883
|
-
"text": "onShareEmbedClick(): "
|
|
7884
|
-
},
|
|
7885
|
-
{
|
|
7886
|
-
"kind": "Content",
|
|
7887
|
-
"text": "void"
|
|
7888
|
-
},
|
|
7889
|
-
{
|
|
7890
|
-
"kind": "Content",
|
|
7891
|
-
"text": ";"
|
|
7892
|
-
}
|
|
7893
|
-
],
|
|
7894
|
-
"isStatic": false,
|
|
7895
|
-
"returnTypeTokenRange": {
|
|
7896
|
-
"startIndex": 1,
|
|
7897
|
-
"endIndex": 2
|
|
7898
|
-
},
|
|
7899
|
-
"releaseTag": "Beta",
|
|
7900
|
-
"isProtected": false,
|
|
7901
|
-
"overloadIndex": 1,
|
|
7902
|
-
"parameters": [],
|
|
7903
|
-
"isOptional": false,
|
|
7904
|
-
"isAbstract": false,
|
|
7905
|
-
"name": "onShareEmbedClick"
|
|
7906
|
-
},
|
|
7907
|
-
{
|
|
7908
|
-
"kind": "Method",
|
|
7909
|
-
"canonicalReference": "@gcorevideo/player!Share#onShareFB:member(1)",
|
|
7910
|
-
"docComment": "",
|
|
7911
|
-
"excerptTokens": [
|
|
7912
|
-
{
|
|
7913
|
-
"kind": "Content",
|
|
7914
|
-
"text": "onShareFB(): "
|
|
7687
|
+
"text": "onShareFB(): "
|
|
7915
7688
|
},
|
|
7916
7689
|
{
|
|
7917
7690
|
"kind": "Content",
|
|
@@ -7937,258 +7710,12 @@
|
|
|
7937
7710
|
},
|
|
7938
7711
|
{
|
|
7939
7712
|
"kind": "Method",
|
|
7940
|
-
"canonicalReference": "@gcorevideo/player!Share#onShareHide:member(1)",
|
|
7941
|
-
"docComment": "",
|
|
7942
|
-
"excerptTokens": [
|
|
7943
|
-
{
|
|
7944
|
-
"kind": "Content",
|
|
7945
|
-
"text": "onShareHide(): "
|
|
7946
|
-
},
|
|
7947
|
-
{
|
|
7948
|
-
"kind": "Content",
|
|
7949
|
-
"text": "void"
|
|
7950
|
-
},
|
|
7951
|
-
{
|
|
7952
|
-
"kind": "Content",
|
|
7953
|
-
"text": ";"
|
|
7954
|
-
}
|
|
7955
|
-
],
|
|
7956
|
-
"isStatic": false,
|
|
7957
|
-
"returnTypeTokenRange": {
|
|
7958
|
-
"startIndex": 1,
|
|
7959
|
-
"endIndex": 2
|
|
7960
|
-
},
|
|
7961
|
-
"releaseTag": "Beta",
|
|
7962
|
-
"isProtected": false,
|
|
7963
|
-
"overloadIndex": 1,
|
|
7964
|
-
"parameters": [],
|
|
7965
|
-
"isOptional": false,
|
|
7966
|
-
"isAbstract": false,
|
|
7967
|
-
"name": "onShareHide"
|
|
7968
|
-
},
|
|
7969
|
-
{
|
|
7970
|
-
"kind": "Method",
|
|
7971
|
-
"canonicalReference": "@gcorevideo/player!Share#onShareLinkClick:member(1)",
|
|
7972
|
-
"docComment": "",
|
|
7973
|
-
"excerptTokens": [
|
|
7974
|
-
{
|
|
7975
|
-
"kind": "Content",
|
|
7976
|
-
"text": "onShareLinkClick(): "
|
|
7977
|
-
},
|
|
7978
|
-
{
|
|
7979
|
-
"kind": "Content",
|
|
7980
|
-
"text": "void"
|
|
7981
|
-
},
|
|
7982
|
-
{
|
|
7983
|
-
"kind": "Content",
|
|
7984
|
-
"text": ";"
|
|
7985
|
-
}
|
|
7986
|
-
],
|
|
7987
|
-
"isStatic": false,
|
|
7988
|
-
"returnTypeTokenRange": {
|
|
7989
|
-
"startIndex": 1,
|
|
7990
|
-
"endIndex": 2
|
|
7991
|
-
},
|
|
7992
|
-
"releaseTag": "Beta",
|
|
7993
|
-
"isProtected": false,
|
|
7994
|
-
"overloadIndex": 1,
|
|
7995
|
-
"parameters": [],
|
|
7996
|
-
"isOptional": false,
|
|
7997
|
-
"isAbstract": false,
|
|
7998
|
-
"name": "onShareLinkClick"
|
|
7999
|
-
},
|
|
8000
|
-
{
|
|
8001
|
-
"kind": "Method",
|
|
8002
|
-
"canonicalReference": "@gcorevideo/player!Share#onShareShow:member(1)",
|
|
8003
|
-
"docComment": "",
|
|
8004
|
-
"excerptTokens": [
|
|
8005
|
-
{
|
|
8006
|
-
"kind": "Content",
|
|
8007
|
-
"text": "onShareShow(): "
|
|
8008
|
-
},
|
|
8009
|
-
{
|
|
8010
|
-
"kind": "Content",
|
|
8011
|
-
"text": "void"
|
|
8012
|
-
},
|
|
8013
|
-
{
|
|
8014
|
-
"kind": "Content",
|
|
8015
|
-
"text": ";"
|
|
8016
|
-
}
|
|
8017
|
-
],
|
|
8018
|
-
"isStatic": false,
|
|
8019
|
-
"returnTypeTokenRange": {
|
|
8020
|
-
"startIndex": 1,
|
|
8021
|
-
"endIndex": 2
|
|
8022
|
-
},
|
|
8023
|
-
"releaseTag": "Beta",
|
|
8024
|
-
"isProtected": false,
|
|
8025
|
-
"overloadIndex": 1,
|
|
8026
|
-
"parameters": [],
|
|
8027
|
-
"isOptional": false,
|
|
8028
|
-
"isAbstract": false,
|
|
8029
|
-
"name": "onShareShow"
|
|
8030
|
-
},
|
|
8031
|
-
{
|
|
8032
|
-
"kind": "Method",
|
|
8033
|
-
"canonicalReference": "@gcorevideo/player!Share#onShareTW:member(1)",
|
|
8034
|
-
"docComment": "",
|
|
8035
|
-
"excerptTokens": [
|
|
8036
|
-
{
|
|
8037
|
-
"kind": "Content",
|
|
8038
|
-
"text": "onShareTW(): "
|
|
8039
|
-
},
|
|
8040
|
-
{
|
|
8041
|
-
"kind": "Content",
|
|
8042
|
-
"text": "void"
|
|
8043
|
-
},
|
|
8044
|
-
{
|
|
8045
|
-
"kind": "Content",
|
|
8046
|
-
"text": ";"
|
|
8047
|
-
}
|
|
8048
|
-
],
|
|
8049
|
-
"isStatic": false,
|
|
8050
|
-
"returnTypeTokenRange": {
|
|
8051
|
-
"startIndex": 1,
|
|
8052
|
-
"endIndex": 2
|
|
8053
|
-
},
|
|
8054
|
-
"releaseTag": "Beta",
|
|
8055
|
-
"isProtected": false,
|
|
8056
|
-
"overloadIndex": 1,
|
|
8057
|
-
"parameters": [],
|
|
8058
|
-
"isOptional": false,
|
|
8059
|
-
"isAbstract": false,
|
|
8060
|
-
"name": "onShareTW"
|
|
8061
|
-
},
|
|
8062
|
-
{
|
|
8063
|
-
"kind": "Method",
|
|
8064
|
-
"canonicalReference": "@gcorevideo/player!Share#render:member(1)",
|
|
8065
|
-
"docComment": "",
|
|
8066
|
-
"excerptTokens": [
|
|
8067
|
-
{
|
|
8068
|
-
"kind": "Content",
|
|
8069
|
-
"text": "render(): "
|
|
8070
|
-
},
|
|
8071
|
-
{
|
|
8072
|
-
"kind": "Content",
|
|
8073
|
-
"text": "this"
|
|
8074
|
-
},
|
|
8075
|
-
{
|
|
8076
|
-
"kind": "Content",
|
|
8077
|
-
"text": ";"
|
|
8078
|
-
}
|
|
8079
|
-
],
|
|
8080
|
-
"isStatic": false,
|
|
8081
|
-
"returnTypeTokenRange": {
|
|
8082
|
-
"startIndex": 1,
|
|
8083
|
-
"endIndex": 2
|
|
8084
|
-
},
|
|
8085
|
-
"releaseTag": "Beta",
|
|
8086
|
-
"isProtected": false,
|
|
8087
|
-
"overloadIndex": 1,
|
|
8088
|
-
"parameters": [],
|
|
8089
|
-
"isOptional": false,
|
|
8090
|
-
"isAbstract": false,
|
|
8091
|
-
"name": "render"
|
|
8092
|
-
},
|
|
8093
|
-
{
|
|
8094
|
-
"kind": "Method",
|
|
8095
|
-
"canonicalReference": "@gcorevideo/player!Share#showShare:member(1)",
|
|
8096
|
-
"docComment": "",
|
|
8097
|
-
"excerptTokens": [
|
|
8098
|
-
{
|
|
8099
|
-
"kind": "Content",
|
|
8100
|
-
"text": "showShare(): "
|
|
8101
|
-
},
|
|
8102
|
-
{
|
|
8103
|
-
"kind": "Content",
|
|
8104
|
-
"text": "void"
|
|
8105
|
-
},
|
|
8106
|
-
{
|
|
8107
|
-
"kind": "Content",
|
|
8108
|
-
"text": ";"
|
|
8109
|
-
}
|
|
8110
|
-
],
|
|
8111
|
-
"isStatic": false,
|
|
8112
|
-
"returnTypeTokenRange": {
|
|
8113
|
-
"startIndex": 1,
|
|
8114
|
-
"endIndex": 2
|
|
8115
|
-
},
|
|
8116
|
-
"releaseTag": "Beta",
|
|
8117
|
-
"isProtected": false,
|
|
8118
|
-
"overloadIndex": 1,
|
|
8119
|
-
"parameters": [],
|
|
8120
|
-
"isOptional": false,
|
|
8121
|
-
"isAbstract": false,
|
|
8122
|
-
"name": "showShare"
|
|
8123
|
-
},
|
|
8124
|
-
{
|
|
8125
|
-
"kind": "Property",
|
|
8126
|
-
"canonicalReference": "@gcorevideo/player!Share#supportedVersion:member",
|
|
8127
|
-
"docComment": "",
|
|
8128
|
-
"excerptTokens": [
|
|
8129
|
-
{
|
|
8130
|
-
"kind": "Content",
|
|
8131
|
-
"text": "get supportedVersion(): "
|
|
8132
|
-
},
|
|
8133
|
-
{
|
|
8134
|
-
"kind": "Content",
|
|
8135
|
-
"text": "{\n min: string;\n }"
|
|
8136
|
-
},
|
|
8137
|
-
{
|
|
8138
|
-
"kind": "Content",
|
|
8139
|
-
"text": ";"
|
|
8140
|
-
}
|
|
8141
|
-
],
|
|
8142
|
-
"isReadonly": true,
|
|
8143
|
-
"isOptional": false,
|
|
8144
|
-
"releaseTag": "Beta",
|
|
8145
|
-
"name": "supportedVersion",
|
|
8146
|
-
"propertyTypeTokenRange": {
|
|
8147
|
-
"startIndex": 1,
|
|
8148
|
-
"endIndex": 2
|
|
8149
|
-
},
|
|
8150
|
-
"isStatic": false,
|
|
8151
|
-
"isProtected": false,
|
|
8152
|
-
"isAbstract": false
|
|
8153
|
-
},
|
|
8154
|
-
{
|
|
8155
|
-
"kind": "Property",
|
|
8156
|
-
"canonicalReference": "@gcorevideo/player!Share#template:member",
|
|
8157
|
-
"docComment": "",
|
|
8158
|
-
"excerptTokens": [
|
|
8159
|
-
{
|
|
8160
|
-
"kind": "Content",
|
|
8161
|
-
"text": "get template(): "
|
|
8162
|
-
},
|
|
8163
|
-
{
|
|
8164
|
-
"kind": "Content",
|
|
8165
|
-
"text": "any"
|
|
8166
|
-
},
|
|
8167
|
-
{
|
|
8168
|
-
"kind": "Content",
|
|
8169
|
-
"text": ";"
|
|
8170
|
-
}
|
|
8171
|
-
],
|
|
8172
|
-
"isReadonly": true,
|
|
8173
|
-
"isOptional": false,
|
|
8174
|
-
"releaseTag": "Beta",
|
|
8175
|
-
"name": "template",
|
|
8176
|
-
"propertyTypeTokenRange": {
|
|
8177
|
-
"startIndex": 1,
|
|
8178
|
-
"endIndex": 2
|
|
8179
|
-
},
|
|
8180
|
-
"isStatic": false,
|
|
8181
|
-
"isProtected": false,
|
|
8182
|
-
"isAbstract": false
|
|
8183
|
-
},
|
|
8184
|
-
{
|
|
8185
|
-
"kind": "Method",
|
|
8186
|
-
"canonicalReference": "@gcorevideo/player!Share#unBindEvents:member(1)",
|
|
7713
|
+
"canonicalReference": "@gcorevideo/player!Share#onShareHide:member(1)",
|
|
8187
7714
|
"docComment": "",
|
|
8188
7715
|
"excerptTokens": [
|
|
8189
7716
|
{
|
|
8190
7717
|
"kind": "Content",
|
|
8191
|
-
"text": "
|
|
7718
|
+
"text": "onShareHide(): "
|
|
8192
7719
|
},
|
|
8193
7720
|
{
|
|
8194
7721
|
"kind": "Content",
|
|
@@ -8210,78 +7737,47 @@
|
|
|
8210
7737
|
"parameters": [],
|
|
8211
7738
|
"isOptional": false,
|
|
8212
7739
|
"isAbstract": false,
|
|
8213
|
-
"name": "
|
|
8214
|
-
}
|
|
8215
|
-
],
|
|
8216
|
-
"extendsTokenRange": {
|
|
8217
|
-
"startIndex": 1,
|
|
8218
|
-
"endIndex": 2
|
|
8219
|
-
},
|
|
8220
|
-
"implementsTokenRanges": []
|
|
8221
|
-
},
|
|
8222
|
-
{
|
|
8223
|
-
"kind": "Class",
|
|
8224
|
-
"canonicalReference": "@gcorevideo/player!SkipTime:class",
|
|
8225
|
-
"docComment": "/**\n * `PLUGIN` that adds skip controls to the media control UI.\n *\n * @beta\n */\n",
|
|
8226
|
-
"excerptTokens": [
|
|
8227
|
-
{
|
|
8228
|
-
"kind": "Content",
|
|
8229
|
-
"text": "export declare class SkipTime extends "
|
|
8230
|
-
},
|
|
8231
|
-
{
|
|
8232
|
-
"kind": "Reference",
|
|
8233
|
-
"text": "UICorePluginOriginal",
|
|
8234
|
-
"canonicalReference": "@gcorevideo/player!~UICorePluginOriginal"
|
|
7740
|
+
"name": "onShareHide"
|
|
8235
7741
|
},
|
|
8236
7742
|
{
|
|
8237
|
-
"kind": "
|
|
8238
|
-
"
|
|
8239
|
-
}
|
|
8240
|
-
],
|
|
8241
|
-
"fileUrlPath": "src/plugins/skip-time/SkipTime.ts",
|
|
8242
|
-
"releaseTag": "Beta",
|
|
8243
|
-
"isAbstract": false,
|
|
8244
|
-
"name": "SkipTime",
|
|
8245
|
-
"preserveMemberOrder": false,
|
|
8246
|
-
"members": [
|
|
8247
|
-
{
|
|
8248
|
-
"kind": "Property",
|
|
8249
|
-
"canonicalReference": "@gcorevideo/player!SkipTime#attributes:member",
|
|
7743
|
+
"kind": "Method",
|
|
7744
|
+
"canonicalReference": "@gcorevideo/player!Share#onShareLinkClick:member(1)",
|
|
8250
7745
|
"docComment": "",
|
|
8251
7746
|
"excerptTokens": [
|
|
8252
7747
|
{
|
|
8253
7748
|
"kind": "Content",
|
|
8254
|
-
"text": "
|
|
7749
|
+
"text": "onShareLinkClick(): "
|
|
8255
7750
|
},
|
|
8256
7751
|
{
|
|
8257
7752
|
"kind": "Content",
|
|
8258
|
-
"text": "
|
|
7753
|
+
"text": "void"
|
|
8259
7754
|
},
|
|
8260
7755
|
{
|
|
8261
7756
|
"kind": "Content",
|
|
8262
7757
|
"text": ";"
|
|
8263
7758
|
}
|
|
8264
7759
|
],
|
|
8265
|
-
"
|
|
8266
|
-
"
|
|
8267
|
-
"releaseTag": "Beta",
|
|
8268
|
-
"name": "attributes",
|
|
8269
|
-
"propertyTypeTokenRange": {
|
|
7760
|
+
"isStatic": false,
|
|
7761
|
+
"returnTypeTokenRange": {
|
|
8270
7762
|
"startIndex": 1,
|
|
8271
7763
|
"endIndex": 2
|
|
8272
7764
|
},
|
|
8273
|
-
"
|
|
7765
|
+
"releaseTag": "Beta",
|
|
8274
7766
|
"isProtected": false,
|
|
8275
|
-
"
|
|
7767
|
+
"overloadIndex": 1,
|
|
7768
|
+
"parameters": [],
|
|
7769
|
+
"isOptional": false,
|
|
7770
|
+
"isAbstract": false,
|
|
7771
|
+
"name": "onShareLinkClick"
|
|
8276
7772
|
},
|
|
8277
7773
|
{
|
|
8278
7774
|
"kind": "Method",
|
|
8279
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7775
|
+
"canonicalReference": "@gcorevideo/player!Share#onShareShow:member(1)",
|
|
8280
7776
|
"docComment": "",
|
|
8281
7777
|
"excerptTokens": [
|
|
8282
7778
|
{
|
|
8283
7779
|
"kind": "Content",
|
|
8284
|
-
"text": "
|
|
7780
|
+
"text": "onShareShow(): "
|
|
8285
7781
|
},
|
|
8286
7782
|
{
|
|
8287
7783
|
"kind": "Content",
|
|
@@ -8303,76 +7799,78 @@
|
|
|
8303
7799
|
"parameters": [],
|
|
8304
7800
|
"isOptional": false,
|
|
8305
7801
|
"isAbstract": false,
|
|
8306
|
-
"name": "
|
|
7802
|
+
"name": "onShareShow"
|
|
8307
7803
|
},
|
|
8308
7804
|
{
|
|
8309
|
-
"kind": "
|
|
8310
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7805
|
+
"kind": "Method",
|
|
7806
|
+
"canonicalReference": "@gcorevideo/player!Share#onShareTW:member(1)",
|
|
8311
7807
|
"docComment": "",
|
|
8312
7808
|
"excerptTokens": [
|
|
8313
7809
|
{
|
|
8314
7810
|
"kind": "Content",
|
|
8315
|
-
"text": "
|
|
7811
|
+
"text": "onShareTW(): "
|
|
8316
7812
|
},
|
|
8317
7813
|
{
|
|
8318
7814
|
"kind": "Content",
|
|
8319
|
-
"text": "
|
|
7815
|
+
"text": "void"
|
|
8320
7816
|
},
|
|
8321
7817
|
{
|
|
8322
7818
|
"kind": "Content",
|
|
8323
7819
|
"text": ";"
|
|
8324
7820
|
}
|
|
8325
7821
|
],
|
|
8326
|
-
"
|
|
8327
|
-
"
|
|
8328
|
-
"releaseTag": "Beta",
|
|
8329
|
-
"name": "container",
|
|
8330
|
-
"propertyTypeTokenRange": {
|
|
7822
|
+
"isStatic": false,
|
|
7823
|
+
"returnTypeTokenRange": {
|
|
8331
7824
|
"startIndex": 1,
|
|
8332
7825
|
"endIndex": 2
|
|
8333
7826
|
},
|
|
8334
|
-
"
|
|
7827
|
+
"releaseTag": "Beta",
|
|
8335
7828
|
"isProtected": false,
|
|
8336
|
-
"
|
|
7829
|
+
"overloadIndex": 1,
|
|
7830
|
+
"parameters": [],
|
|
7831
|
+
"isOptional": false,
|
|
7832
|
+
"isAbstract": false,
|
|
7833
|
+
"name": "onShareTW"
|
|
8337
7834
|
},
|
|
8338
7835
|
{
|
|
8339
|
-
"kind": "
|
|
8340
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7836
|
+
"kind": "Method",
|
|
7837
|
+
"canonicalReference": "@gcorevideo/player!Share#render:member(1)",
|
|
8341
7838
|
"docComment": "",
|
|
8342
7839
|
"excerptTokens": [
|
|
8343
7840
|
{
|
|
8344
7841
|
"kind": "Content",
|
|
8345
|
-
"text": "
|
|
7842
|
+
"text": "render(): "
|
|
8346
7843
|
},
|
|
8347
7844
|
{
|
|
8348
7845
|
"kind": "Content",
|
|
8349
|
-
"text": "
|
|
7846
|
+
"text": "this"
|
|
8350
7847
|
},
|
|
8351
7848
|
{
|
|
8352
7849
|
"kind": "Content",
|
|
8353
7850
|
"text": ";"
|
|
8354
7851
|
}
|
|
8355
7852
|
],
|
|
8356
|
-
"
|
|
8357
|
-
"
|
|
8358
|
-
"releaseTag": "Beta",
|
|
8359
|
-
"name": "events",
|
|
8360
|
-
"propertyTypeTokenRange": {
|
|
7853
|
+
"isStatic": false,
|
|
7854
|
+
"returnTypeTokenRange": {
|
|
8361
7855
|
"startIndex": 1,
|
|
8362
7856
|
"endIndex": 2
|
|
8363
7857
|
},
|
|
8364
|
-
"
|
|
7858
|
+
"releaseTag": "Beta",
|
|
8365
7859
|
"isProtected": false,
|
|
8366
|
-
"
|
|
7860
|
+
"overloadIndex": 1,
|
|
7861
|
+
"parameters": [],
|
|
7862
|
+
"isOptional": false,
|
|
7863
|
+
"isAbstract": false,
|
|
7864
|
+
"name": "render"
|
|
8367
7865
|
},
|
|
8368
7866
|
{
|
|
8369
7867
|
"kind": "Method",
|
|
8370
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7868
|
+
"canonicalReference": "@gcorevideo/player!Share#showShare:member(1)",
|
|
8371
7869
|
"docComment": "",
|
|
8372
7870
|
"excerptTokens": [
|
|
8373
7871
|
{
|
|
8374
7872
|
"kind": "Content",
|
|
8375
|
-
"text": "
|
|
7873
|
+
"text": "showShare(): "
|
|
8376
7874
|
},
|
|
8377
7875
|
{
|
|
8378
7876
|
"kind": "Content",
|
|
@@ -8394,20 +7892,20 @@
|
|
|
8394
7892
|
"parameters": [],
|
|
8395
7893
|
"isOptional": false,
|
|
8396
7894
|
"isAbstract": false,
|
|
8397
|
-
"name": "
|
|
7895
|
+
"name": "showShare"
|
|
8398
7896
|
},
|
|
8399
7897
|
{
|
|
8400
7898
|
"kind": "Property",
|
|
8401
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7899
|
+
"canonicalReference": "@gcorevideo/player!Share#supportedVersion:member",
|
|
8402
7900
|
"docComment": "",
|
|
8403
7901
|
"excerptTokens": [
|
|
8404
7902
|
{
|
|
8405
7903
|
"kind": "Content",
|
|
8406
|
-
"text": "get
|
|
7904
|
+
"text": "get supportedVersion(): "
|
|
8407
7905
|
},
|
|
8408
7906
|
{
|
|
8409
7907
|
"kind": "Content",
|
|
8410
|
-
"text": "string"
|
|
7908
|
+
"text": "{\n min: string;\n }"
|
|
8411
7909
|
},
|
|
8412
7910
|
{
|
|
8413
7911
|
"kind": "Content",
|
|
@@ -8417,7 +7915,7 @@
|
|
|
8417
7915
|
"isReadonly": true,
|
|
8418
7916
|
"isOptional": false,
|
|
8419
7917
|
"releaseTag": "Beta",
|
|
8420
|
-
"name": "
|
|
7918
|
+
"name": "supportedVersion",
|
|
8421
7919
|
"propertyTypeTokenRange": {
|
|
8422
7920
|
"startIndex": 1,
|
|
8423
7921
|
"endIndex": 2
|
|
@@ -8427,75 +7925,43 @@
|
|
|
8427
7925
|
"isAbstract": false
|
|
8428
7926
|
},
|
|
8429
7927
|
{
|
|
8430
|
-
"kind": "
|
|
8431
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7928
|
+
"kind": "Property",
|
|
7929
|
+
"canonicalReference": "@gcorevideo/player!Share#template:member",
|
|
8432
7930
|
"docComment": "",
|
|
8433
7931
|
"excerptTokens": [
|
|
8434
7932
|
{
|
|
8435
7933
|
"kind": "Content",
|
|
8436
|
-
"text": "
|
|
7934
|
+
"text": "get template(): "
|
|
8437
7935
|
},
|
|
8438
7936
|
{
|
|
8439
7937
|
"kind": "Content",
|
|
8440
|
-
"text": "
|
|
7938
|
+
"text": "any"
|
|
8441
7939
|
},
|
|
8442
7940
|
{
|
|
8443
7941
|
"kind": "Content",
|
|
8444
7942
|
"text": ";"
|
|
8445
7943
|
}
|
|
8446
7944
|
],
|
|
8447
|
-
"
|
|
8448
|
-
"returnTypeTokenRange": {
|
|
8449
|
-
"startIndex": 1,
|
|
8450
|
-
"endIndex": 2
|
|
8451
|
-
},
|
|
8452
|
-
"releaseTag": "Beta",
|
|
8453
|
-
"isProtected": false,
|
|
8454
|
-
"overloadIndex": 1,
|
|
8455
|
-
"parameters": [],
|
|
7945
|
+
"isReadonly": true,
|
|
8456
7946
|
"isOptional": false,
|
|
8457
|
-
"
|
|
8458
|
-
"name": "
|
|
8459
|
-
|
|
8460
|
-
{
|
|
8461
|
-
"kind": "Method",
|
|
8462
|
-
"canonicalReference": "@gcorevideo/player!SkipTime#setBack:member(1)",
|
|
8463
|
-
"docComment": "",
|
|
8464
|
-
"excerptTokens": [
|
|
8465
|
-
{
|
|
8466
|
-
"kind": "Content",
|
|
8467
|
-
"text": "setBack(): "
|
|
8468
|
-
},
|
|
8469
|
-
{
|
|
8470
|
-
"kind": "Content",
|
|
8471
|
-
"text": "void"
|
|
8472
|
-
},
|
|
8473
|
-
{
|
|
8474
|
-
"kind": "Content",
|
|
8475
|
-
"text": ";"
|
|
8476
|
-
}
|
|
8477
|
-
],
|
|
8478
|
-
"isStatic": false,
|
|
8479
|
-
"returnTypeTokenRange": {
|
|
7947
|
+
"releaseTag": "Beta",
|
|
7948
|
+
"name": "template",
|
|
7949
|
+
"propertyTypeTokenRange": {
|
|
8480
7950
|
"startIndex": 1,
|
|
8481
7951
|
"endIndex": 2
|
|
8482
7952
|
},
|
|
8483
|
-
"
|
|
7953
|
+
"isStatic": false,
|
|
8484
7954
|
"isProtected": false,
|
|
8485
|
-
"
|
|
8486
|
-
"parameters": [],
|
|
8487
|
-
"isOptional": false,
|
|
8488
|
-
"isAbstract": false,
|
|
8489
|
-
"name": "setBack"
|
|
7955
|
+
"isAbstract": false
|
|
8490
7956
|
},
|
|
8491
7957
|
{
|
|
8492
7958
|
"kind": "Method",
|
|
8493
|
-
"canonicalReference": "@gcorevideo/player!
|
|
7959
|
+
"canonicalReference": "@gcorevideo/player!Share#unBindEvents:member(1)",
|
|
8494
7960
|
"docComment": "",
|
|
8495
7961
|
"excerptTokens": [
|
|
8496
7962
|
{
|
|
8497
7963
|
"kind": "Content",
|
|
8498
|
-
"text": "
|
|
7964
|
+
"text": "unBindEvents(): "
|
|
8499
7965
|
},
|
|
8500
7966
|
{
|
|
8501
7967
|
"kind": "Content",
|
|
@@ -8517,51 +7983,52 @@
|
|
|
8517
7983
|
"parameters": [],
|
|
8518
7984
|
"isOptional": false,
|
|
8519
7985
|
"isAbstract": false,
|
|
8520
|
-
"name": "
|
|
7986
|
+
"name": "unBindEvents"
|
|
7987
|
+
}
|
|
7988
|
+
],
|
|
7989
|
+
"extendsTokenRange": {
|
|
7990
|
+
"startIndex": 1,
|
|
7991
|
+
"endIndex": 2
|
|
7992
|
+
},
|
|
7993
|
+
"implementsTokenRanges": []
|
|
7994
|
+
},
|
|
7995
|
+
{
|
|
7996
|
+
"kind": "Class",
|
|
7997
|
+
"canonicalReference": "@gcorevideo/player!SkipTime:class",
|
|
7998
|
+
"docComment": "/**\n * `PLUGIN` that allows skipping time by tapping on the left or right side of the video.\n *\n * @beta\n */\n",
|
|
7999
|
+
"excerptTokens": [
|
|
8000
|
+
{
|
|
8001
|
+
"kind": "Content",
|
|
8002
|
+
"text": "export declare class SkipTime extends "
|
|
8521
8003
|
},
|
|
8522
8004
|
{
|
|
8523
|
-
"kind": "
|
|
8524
|
-
"
|
|
8525
|
-
"
|
|
8526
|
-
"excerptTokens": [
|
|
8527
|
-
{
|
|
8528
|
-
"kind": "Content",
|
|
8529
|
-
"text": "setMidClick(): "
|
|
8530
|
-
},
|
|
8531
|
-
{
|
|
8532
|
-
"kind": "Content",
|
|
8533
|
-
"text": "void"
|
|
8534
|
-
},
|
|
8535
|
-
{
|
|
8536
|
-
"kind": "Content",
|
|
8537
|
-
"text": ";"
|
|
8538
|
-
}
|
|
8539
|
-
],
|
|
8540
|
-
"isStatic": false,
|
|
8541
|
-
"returnTypeTokenRange": {
|
|
8542
|
-
"startIndex": 1,
|
|
8543
|
-
"endIndex": 2
|
|
8544
|
-
},
|
|
8545
|
-
"releaseTag": "Beta",
|
|
8546
|
-
"isProtected": false,
|
|
8547
|
-
"overloadIndex": 1,
|
|
8548
|
-
"parameters": [],
|
|
8549
|
-
"isOptional": false,
|
|
8550
|
-
"isAbstract": false,
|
|
8551
|
-
"name": "setMidClick"
|
|
8005
|
+
"kind": "Reference",
|
|
8006
|
+
"text": "UICorePlugin",
|
|
8007
|
+
"canonicalReference": "@gcorevideo/player!~UICorePlugin"
|
|
8552
8008
|
},
|
|
8009
|
+
{
|
|
8010
|
+
"kind": "Content",
|
|
8011
|
+
"text": " "
|
|
8012
|
+
}
|
|
8013
|
+
],
|
|
8014
|
+
"fileUrlPath": "src/plugins/skip-time/SkipTime.ts",
|
|
8015
|
+
"releaseTag": "Beta",
|
|
8016
|
+
"isAbstract": false,
|
|
8017
|
+
"name": "SkipTime",
|
|
8018
|
+
"preserveMemberOrder": false,
|
|
8019
|
+
"members": [
|
|
8553
8020
|
{
|
|
8554
8021
|
"kind": "Property",
|
|
8555
|
-
"canonicalReference": "@gcorevideo/player!SkipTime#
|
|
8022
|
+
"canonicalReference": "@gcorevideo/player!SkipTime#container:member",
|
|
8556
8023
|
"docComment": "",
|
|
8557
8024
|
"excerptTokens": [
|
|
8558
8025
|
{
|
|
8559
8026
|
"kind": "Content",
|
|
8560
|
-
"text": "get
|
|
8027
|
+
"text": "get container(): "
|
|
8561
8028
|
},
|
|
8562
8029
|
{
|
|
8563
8030
|
"kind": "Content",
|
|
8564
|
-
"text": "
|
|
8031
|
+
"text": "any"
|
|
8565
8032
|
},
|
|
8566
8033
|
{
|
|
8567
8034
|
"kind": "Content",
|
|
@@ -8571,7 +8038,7 @@
|
|
|
8571
8038
|
"isReadonly": true,
|
|
8572
8039
|
"isOptional": false,
|
|
8573
8040
|
"releaseTag": "Beta",
|
|
8574
|
-
"name": "
|
|
8041
|
+
"name": "container",
|
|
8575
8042
|
"propertyTypeTokenRange": {
|
|
8576
8043
|
"startIndex": 1,
|
|
8577
8044
|
"endIndex": 2
|
|
@@ -8582,16 +8049,16 @@
|
|
|
8582
8049
|
},
|
|
8583
8050
|
{
|
|
8584
8051
|
"kind": "Property",
|
|
8585
|
-
"canonicalReference": "@gcorevideo/player!SkipTime#
|
|
8052
|
+
"canonicalReference": "@gcorevideo/player!SkipTime#name:member",
|
|
8586
8053
|
"docComment": "",
|
|
8587
8054
|
"excerptTokens": [
|
|
8588
8055
|
{
|
|
8589
8056
|
"kind": "Content",
|
|
8590
|
-
"text": "get
|
|
8057
|
+
"text": "get name(): "
|
|
8591
8058
|
},
|
|
8592
8059
|
{
|
|
8593
8060
|
"kind": "Content",
|
|
8594
|
-
"text": "
|
|
8061
|
+
"text": "string"
|
|
8595
8062
|
},
|
|
8596
8063
|
{
|
|
8597
8064
|
"kind": "Content",
|
|
@@ -8601,7 +8068,7 @@
|
|
|
8601
8068
|
"isReadonly": true,
|
|
8602
8069
|
"isOptional": false,
|
|
8603
8070
|
"releaseTag": "Beta",
|
|
8604
|
-
"name": "
|
|
8071
|
+
"name": "name",
|
|
8605
8072
|
"propertyTypeTokenRange": {
|
|
8606
8073
|
"startIndex": 1,
|
|
8607
8074
|
"endIndex": 2
|
|
@@ -8611,35 +8078,34 @@
|
|
|
8611
8078
|
"isAbstract": false
|
|
8612
8079
|
},
|
|
8613
8080
|
{
|
|
8614
|
-
"kind": "
|
|
8615
|
-
"canonicalReference": "@gcorevideo/player!SkipTime#
|
|
8081
|
+
"kind": "Property",
|
|
8082
|
+
"canonicalReference": "@gcorevideo/player!SkipTime#supportedVersion:member",
|
|
8616
8083
|
"docComment": "",
|
|
8617
8084
|
"excerptTokens": [
|
|
8618
8085
|
{
|
|
8619
8086
|
"kind": "Content",
|
|
8620
|
-
"text": "
|
|
8087
|
+
"text": "get supportedVersion(): "
|
|
8621
8088
|
},
|
|
8622
8089
|
{
|
|
8623
8090
|
"kind": "Content",
|
|
8624
|
-
"text": "
|
|
8091
|
+
"text": "{\n min: string;\n }"
|
|
8625
8092
|
},
|
|
8626
8093
|
{
|
|
8627
8094
|
"kind": "Content",
|
|
8628
8095
|
"text": ";"
|
|
8629
8096
|
}
|
|
8630
8097
|
],
|
|
8631
|
-
"
|
|
8632
|
-
"
|
|
8098
|
+
"isReadonly": true,
|
|
8099
|
+
"isOptional": false,
|
|
8100
|
+
"releaseTag": "Beta",
|
|
8101
|
+
"name": "supportedVersion",
|
|
8102
|
+
"propertyTypeTokenRange": {
|
|
8633
8103
|
"startIndex": 1,
|
|
8634
8104
|
"endIndex": 2
|
|
8635
8105
|
},
|
|
8636
|
-
"
|
|
8106
|
+
"isStatic": false,
|
|
8637
8107
|
"isProtected": false,
|
|
8638
|
-
"
|
|
8639
|
-
"parameters": [],
|
|
8640
|
-
"isOptional": false,
|
|
8641
|
-
"isAbstract": false,
|
|
8642
|
-
"name": "toggleFullscreen"
|
|
8108
|
+
"isAbstract": false
|
|
8643
8109
|
}
|
|
8644
8110
|
],
|
|
8645
8111
|
"extendsTokenRange": {
|