@spash/frontlib 0.0.21-beta.5 → 0.0.21-beta.7

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/main.d.ts CHANGED
@@ -490,7 +490,8 @@ export declare enum SpashVideoOptions {
490
490
  'buzz' = "buzz",
491
491
  'layer' = "layer",
492
492
  'draw' = "draw",
493
- 'field2D' = "field2D"
493
+ 'field2D' = "field2D",
494
+ 'resumeAuto' = "resumeAuto"
494
495
  }
495
496
 
496
497
  export declare interface SpashVideoPlayer {
@@ -615,6 +616,7 @@ export declare const useHelper: ({ t, router }?: {
615
616
  };
616
617
  arrayUniqueValue: (array: any[], key: string) => any[];
617
618
  sleep: (ms: number) => Promise<unknown>;
619
+ checkIfComponentExists: (componentName: string) => boolean;
618
620
  };
619
621
 
620
622
  export { useI18n }