@glomex/integration-web-component 1.1363.1 → 1.1365.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/build/index.d.ts +7 -0
- package/package.json +3 -3
package/build/index.d.ts
CHANGED
|
@@ -1419,12 +1419,19 @@ export declare enum ScriptType {
|
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
1421
|
declare enum StartMethod {
|
|
1422
|
+
/** Autoplay occured for above the fold content */
|
|
1422
1423
|
PRE_CLICK = "pre-click-to-play",
|
|
1424
|
+
/** Playback started with click */
|
|
1423
1425
|
CLICK = "click-to-play",
|
|
1426
|
+
/** Autoplay started when scrolling into view */
|
|
1424
1427
|
AUTOPLAY_SCROLL = "autoplay-scroll",
|
|
1428
|
+
/** Autoplay started when scrolling out of view, player was docked */
|
|
1425
1429
|
AUTOPLAY_SCROLL_OUT = "autoplay-scroll-out",
|
|
1430
|
+
/** Playback of next video started with click */
|
|
1426
1431
|
CLICK_NEXT = "click-to-play-next",
|
|
1432
|
+
/** Replay of current video started with click */
|
|
1427
1433
|
CLICK_REPLAY = "click-to-play-replay",
|
|
1434
|
+
/** Autoplay of next video */
|
|
1428
1435
|
AUTOPLAY_NEXT = "autoplay-next"
|
|
1429
1436
|
}
|
|
1430
1437
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1365.0",
|
|
4
4
|
"description": "Web component and types to integrate the glomex player",
|
|
5
5
|
"documentation": "https://docs.glomex.com",
|
|
6
6
|
"homepage": "https://glomex.com",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@biomejs/biome": "^1.9.4",
|
|
33
|
-
"@glomex/integration": "^1.
|
|
33
|
+
"@glomex/integration": "^1.1365.0",
|
|
34
34
|
"@microsoft/api-extractor": "^7.52.8",
|
|
35
35
|
"@rslib/core": "^0.8.0",
|
|
36
36
|
"typescript": "^5.8.3"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
41
|
"license": "MIT",
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "5153907de50132b1a2e7fff65fea0b4cce076701"
|
|
43
43
|
}
|