@livetiles/reach-plugin-types 0.5.0-preview.846 → 0.5.0-preview.848
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/lib/index.d.ts +2 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -6429,6 +6429,7 @@ declare module "libs/reach/feature/content/src/forms/videos/VideoUrlParser" {
|
|
|
6429
6429
|
constructor(url: string, additionalVideoSources?: VideoSourceEnvironment[]);
|
|
6430
6430
|
hasValidGenericUrlVideoSourcePrefix(url: string): boolean;
|
|
6431
6431
|
isValid(features: FeatureSet): boolean;
|
|
6432
|
+
isSharepointUrl(url: string): boolean;
|
|
6432
6433
|
}
|
|
6433
6434
|
export function getVideoSources(features: FeatureSet, additionalVideoSources?: VideoSourceEnvironment[]): any[];
|
|
6434
6435
|
export function getAllVideoSources(features: FeatureSet, additionalVideoSources?: VideoSourceEnvironment[]): any[];
|
|
@@ -6635,7 +6636,7 @@ declare module "libs/reach/feature/content/src/forms/videos/VideoElementGenerato
|
|
|
6635
6636
|
private getVideoElement;
|
|
6636
6637
|
private getNotSupportedElement;
|
|
6637
6638
|
static getVideoElement(videoInfo: VideoInfo, autoplay?: boolean, width?: string, iframeAreaLabel?: string, videoProperties?: TVideoProperties): HTMLElement;
|
|
6638
|
-
static getVideoType(videoInfo: VideoInfo): "" | "YouTube" | "Vimeo" | "
|
|
6639
|
+
static getVideoType(videoInfo: VideoInfo): "" | "YouTube" | "Vimeo" | "Kaltura" | "Microsoft Stream" | "Generic";
|
|
6639
6640
|
}
|
|
6640
6641
|
}
|
|
6641
6642
|
declare module "libs/reach/feature/content/src/forms/videos/VideoView" {
|