@wscsports/blaze-web-sdk 0.0.119 → 0.0.121
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/package.json +1 -1
- package/publish/index.d.ts +3 -1
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -1712,6 +1712,7 @@ export declare class BlazeWidgetStoryVideo extends BlazeWidgetStoryBase {
|
|
|
1712
1712
|
removeLoader(): void;
|
|
1713
1713
|
startPlayVideo(video: HTMLVideoElement, retryTimes: number): Promise<void>;
|
|
1714
1714
|
reloadVideo(retry: number): void;
|
|
1715
|
+
tryToAddLoader(): void;
|
|
1715
1716
|
play(): void;
|
|
1716
1717
|
pause(): void;
|
|
1717
1718
|
set currentTime(value: number);
|
|
@@ -1770,7 +1771,7 @@ export declare class BlazeWidgetStory extends HTMLElement {
|
|
|
1770
1771
|
muteToggle(): boolean;
|
|
1771
1772
|
setWidgetParent(parent: BlazeWidgetItem): void;
|
|
1772
1773
|
resetStoryLocationIndexToLastUnseen(): void;
|
|
1773
|
-
|
|
1774
|
+
areAllPagesBeenReadByUser(): boolean;
|
|
1774
1775
|
setData(data: any, modal?: any): void;
|
|
1775
1776
|
get currentPage(): BlazeWidgetStoryBase;
|
|
1776
1777
|
get nextPage(): BlazeWidgetStoryBase;
|
|
@@ -1793,6 +1794,7 @@ export declare class BlazeWidgetStory extends HTMLElement {
|
|
|
1793
1794
|
pause(): void;
|
|
1794
1795
|
resume(): void;
|
|
1795
1796
|
resetPosition(): void;
|
|
1797
|
+
updateWidgetStatusReadUnread(): void;
|
|
1796
1798
|
prevStory(): void;
|
|
1797
1799
|
nextStory(): void;
|
|
1798
1800
|
markAsRead(): void;
|