@playkit-js/playkit-js-ui 0.79.14 → 0.79.16-canary.0-aa4b4fb
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/dist/playkit-js-ui.d.ts
CHANGED
|
@@ -3175,6 +3175,8 @@ declare type FullscreenProps = {
|
|
|
3175
3175
|
isInFullscreen: boolean;
|
|
3176
3176
|
};
|
|
3177
3177
|
|
|
3178
|
+
export declare const getDurationAsText: (seconds: number, locale: string, round?: boolean) => string | undefined;
|
|
3179
|
+
|
|
3178
3180
|
/**
|
|
3179
3181
|
* Determines the badge icon type of the quality option based on the height of the resolution.
|
|
3180
3182
|
*
|
|
@@ -7905,6 +7907,7 @@ declare namespace Utils {
|
|
|
7905
7907
|
KeyCode,
|
|
7906
7908
|
getLogger,
|
|
7907
7909
|
withKeyboardA11y,
|
|
7910
|
+
getDurationAsText,
|
|
7908
7911
|
toHHMMSS,
|
|
7909
7912
|
toSecondsFromHHMMSS,
|
|
7910
7913
|
formatOnlyNumbersInput
|