SYMBOL INDEX (272 symbols across 77 files) FILE: src/complements/FluxIndex/Thumb/useThumbs.ts function useThumbs (line 5) | function useThumbs(displaySize: Size, player: Player) { FILE: src/complements/__test__/PlayerHelper.ts function setCurrentResource (line 22) | function setCurrentResource(player: Player, caption?: string) { function setCurrentTransition (line 30) | function setCurrentTransition(player: Player) { FILE: src/components/FluxCube/Sides.ts type Sides (line 1) | enum Sides { FILE: src/components/FluxCube/Turns.ts type Turns (line 1) | enum Turns { FILE: src/components/FluxCube/factories/CubeFactory.ts function isSideDefined (line 9) | function isSideDefined(side: Side, colors?: SidesColors, rscs?: SidesRes... function getDefinedSides (line 21) | function getDefinedSides( class CubeFactory (line 36) | class CubeFactory { method getSidesProps (line 37) | static getSidesProps( FILE: src/components/FluxCube/factories/CubeSideFactory.ts class CubeSideFactory (line 8) | class CubeSideFactory { method getProps (line 9) | static getProps( FILE: src/components/FluxCube/factories/SideTransformFactory.ts class SideTransformFactory (line 46) | class SideTransformFactory { method constructor (line 68) | constructor(depth: number, size: Size, viewSize: Size) { method getRotate (line 74) | public getRotate(turn: Side | Turn) { method getTranslate (line 81) | public getTranslate(side: Side | Turn) { method getSideCss (line 89) | public getSideCss(side: Side | Turn) { FILE: src/components/FluxCube/types.ts type FluxCubeProps (line 8) | interface FluxCubeProps extends ComponentProps { type Side (line 16) | type Side = keyof typeof Sides; type Turn (line 18) | type Turn = keyof typeof Turns; type SidesColors (line 20) | interface SidesColors { type SidesResources (line 29) | interface SidesResources { type SidesOffsets (line 38) | interface SidesOffsets { type SideProps (line 47) | interface SideProps { type SidesProps (line 58) | interface SidesProps { type SidesComponents (line 67) | interface SidesComponents { FILE: src/components/FluxGrid/factories/GridFactory.ts class GridFactory (line 5) | class GridFactory { method getTilesProps (line 6) | static getTilesProps(props: FluxGridProps) { FILE: src/components/FluxGrid/factories/GridTileFactory.ts function getRowNumber (line 7) | function getRowNumber(tileNumber: number, numCols: number) { function getColNumber (line 11) | function getColNumber(tileNumber: number, numCols: number) { class GridTileFactory (line 15) | class GridTileFactory { method getProps (line 16) | static getProps( FILE: src/components/FluxGrid/types.ts type FluxGridProps (line 7) | interface FluxGridProps extends ComponentProps { type FluxGridTileProps (line 16) | interface FluxGridTileProps { FILE: src/components/FluxImage/types.ts type FluxImageProps (line 3) | interface FluxImageProps extends ComponentProps {} FILE: src/components/FluxParallax/types.ts type FluxParallaxProps (line 4) | interface FluxParallaxProps { type FluxParallaxStyles (line 11) | interface FluxParallaxStyles { type DisplayProps (line 17) | interface DisplayProps { type ViewProps (line 23) | interface ViewProps { FILE: src/components/FluxTransition/types.ts type FluxTransitionProps (line 5) | interface FluxTransitionProps { FILE: src/components/FluxVortex/factories/VortexCircleFactory.ts class VortexCircleFactory (line 5) | class VortexCircleFactory { method getProps (line 6) | static getProps( FILE: src/components/FluxVortex/factories/VortexFactory.ts class VortexFactory (line 5) | class VortexFactory { method getCirclesProps (line 6) | static getCirclesProps(props: FluxVortexProps) { FILE: src/components/FluxVortex/types.ts type FluxVortexProps (line 6) | interface FluxVortexProps extends ComponentProps { type FluxVortexCirclesProps (line 12) | interface FluxVortexCirclesProps { FILE: src/components/FluxWrapper/types.ts type FluxWrapperProps (line 3) | interface FluxWrapperProps extends ComponentProps {} FILE: src/components/VueFlux/types.ts type VueFluxOptions (line 6) | interface VueFluxOptions { type VueFluxProps (line 20) | interface VueFluxProps { type VueFluxEmits (line 26) | interface VueFluxEmits { type VueFluxConfig (line 46) | interface VueFluxConfig { FILE: src/components/types.ts type ComponentProps (line 5) | interface ComponentProps { type ComponentStyles (line 14) | interface ComponentStyles { type FluxComponent (line 21) | type FluxComponent = Component & { FILE: src/components/useComponent.ts function useComponent (line 5) | function useComponent( FILE: src/controllers/Display/Display.ts class Display (line 5) | class Display { method constructor (line 15) | constructor( method getSize (line 25) | static async getSize(node: Ref) { method addResizeListener (line 32) | addResizeListener() { method removeResizeListener (line 40) | removeResizeListener() { method getAspectRatio (line 44) | getAspectRatio() { method updateSize (line 54) | async updateSize() { method toggleFullScreen (line 86) | toggleFullScreen() { method enterFullScreen (line 91) | async enterFullScreen() { method exitFullScreen (line 103) | async exitFullScreen() { FILE: src/controllers/Keys/Keys.ts class Keys (line 4) | class Keys { method constructor (line 8) | constructor(config: VueFluxConfig, player: Player) { method setup (line 13) | setup() { method removeKeyListener (line 21) | removeKeyListener() { FILE: src/controllers/Mouse/Mouse.ts class Mouse (line 5) | class Mouse { method setup (line 8) | setup(config: VueFluxConfig, timers: Timers) { method toggle (line 16) | toggle(config: VueFluxConfig, timers: Timers, over: boolean) { method out (line 26) | out(_config: VueFluxConfig, timers: Timers) { method over (line 30) | over(config: VueFluxConfig, timers: Timers) { FILE: src/controllers/Player/Directions.ts type Directions (line 1) | enum Directions { FILE: src/controllers/Player/Player.ts class Player (line 12) | class Player { method constructor (line 25) | constructor( method setup (line 41) | setup($displayComponent: Ref) { method play (line 45) | play(resourceIndex: number | Direction = Directions.next, delay?: numb... method stop (line 63) | async stop(cancelTransition: boolean = false) { method isReadyToShow (line 77) | isReadyToShow() { method show (line 109) | async show( method start (line 160) | start() { method end (line 165) | async end(cancel: boolean = false) { method shouldStopPlaying (line 194) | private shouldStopPlaying( method shouldPlayNext (line 214) | private shouldPlayNext() { FILE: src/controllers/Player/Resource.ts class PlayerResource (line 3) | class PlayerResource { method reset (line 8) | reset() { method init (line 14) | init(repository: Resources) { method currentSameAs (line 18) | currentSameAs(resourceTo: ResourceIndex) { method prepareTo (line 26) | prepareTo(resourceTo: ResourceIndex) { FILE: src/controllers/Player/Statuses.ts type Statuses (line 1) | enum Statuses { FILE: src/controllers/Player/Transition.ts class PlayerTransition (line 3) | class PlayerTransition { method reset (line 7) | reset() { method init (line 12) | init(transitions: Transitions) { method setCurrentFinished (line 16) | setCurrentFinished() { FILE: src/controllers/Player/__mocks__/Player.ts class Player (line 8) | class Player { method constructor (line 20) | constructor(config: VueFluxConfig, timers: Timers, emit: VueFluxEmits) { FILE: src/controllers/Player/__mocks__/Resource.ts class PlayerResource (line 4) | class PlayerResource { FILE: src/controllers/Player/__mocks__/Transitions.ts class PlayerTransition (line 4) | class PlayerTransition { FILE: src/controllers/Player/types.ts type Direction (line 3) | type Direction = Directions.prev | Directions.next; FILE: src/controllers/Timers/Timers.ts class Timers (line 1) | class Timers { method set (line 6) | set(index: string, time: number, cb: () => void) { method clear (line 11) | clear(index?: string) { FILE: src/controllers/Touches/Touches.ts class Touches (line 4) | class Touches { method start (line 20) | start(event: TouchEvent, config: VueFluxConfig) { method end (line 36) | end( FILE: src/repositories/Resources/Resources.ts class Resources (line 9) | class Resources { method constructor (line 14) | constructor(emit: VueFluxEmits) { method getPrev (line 18) | private getPrev(currentIndex: number) { method getNext (line 22) | private getNext(currentIndex: number) { method getFirst (line 26) | getFirst() { method getLast (line 30) | getLast() { method getByIndex (line 34) | getByIndex(index: number) { method getByOrder (line 46) | getByOrder(order: Direction, currentIndex: number) { method find (line 53) | find(by: number | Direction, currentIndex?: number) { method update (line 65) | update(rscs: (Resource | ResourceWithOptions)[], numToPreload: number,... method preloadStart (line 90) | preloadStart() { method preloadEnd (line 94) | preloadEnd(loaded: ResourceWithOptions[], resolve: () => void) { method lazyLoadStart (line 102) | lazyLoadStart() { method lazyLoadEnd (line 106) | lazyLoadEnd(loaded: ResourceWithOptions[]) { FILE: src/repositories/Resources/ResourcesMapper.ts class ResourcesMapper (line 3) | class ResourcesMapper { method withOptions (line 4) | static withOptions(rscs: (Resource | ResourceWithOptions)[]) { FILE: src/repositories/Resources/types.ts type ResourceIndex (line 3) | interface ResourceIndex { FILE: src/repositories/Transitions/Transitions.test.ts function transitionsFactory (line 4) | function transitionsFactory(numTransitions: number) { FILE: src/repositories/Transitions/Transitions.ts class Transitions (line 7) | class Transitions { method getPrev (line 10) | private getPrev(lastIndex: number) { method getNext (line 14) | private getNext(lastIndex: number) { method getFirst (line 18) | getFirst() { method getLast (line 22) | getLast() { method getByIndex (line 26) | getByIndex(index: number) { method getByOrder (line 40) | getByOrder(direction: Direction, lastIndex: number) { method update (line 47) | update(transitions: (Component | TransitionWithOptions)[]) { FILE: src/repositories/Transitions/TransitionsMapper.ts class TransitionsMapper (line 4) | class TransitionsMapper { method withOptions (line 5) | static withOptions(transitions: (Component | TransitionWithOptions)[]) { FILE: src/repositories/Transitions/types.ts type TransitionIndex (line 4) | interface TransitionIndex { FILE: src/resources/Img/Img.ts class Img (line 6) | class Img extends Resource { method constructor (line 7) | constructor( method load (line 28) | load() { method onLoad (line 47) | onLoad(img: HTMLImageElement, resolve: () => void) { method onError (line 58) | onError(reject: (message: string) => void) { FILE: src/resources/Img/__mocks__/Img.ts class Img (line 5) | class Img extends Resource { method constructor (line 6) | constructor() { FILE: src/resources/ResizeTypes.ts type ResizeTypes (line 1) | enum ResizeTypes { FILE: src/resources/Resource.ts method constructor (line 20) | constructor( method calcResizeProps (line 50) | calcResizeProps(displaySize: Size) { method getResizeProps (line 71) | getResizeProps(size: Size, offset?: Position) { FILE: src/resources/Statuses.ts type Statuses (line 1) | enum Statuses { FILE: src/resources/__test__/ResourceFactory.ts class ResourceFactory (line 3) | class ResourceFactory { method create (line 4) | static create(amount: number) { FILE: src/resources/types.ts type ResizeType (line 5) | type ResizeType = keyof typeof ResizeTypes; type ResizedProps (line 7) | interface ResizedProps { type DisplayParameter (line 14) | interface DisplayParameter { type TransitionParameter (line 19) | interface TransitionParameter { type ResourceWithOptions (line 24) | interface ResourceWithOptions { FILE: src/shared/Position/Position.ts class Position (line 3) | class Position { method constructor (line 7) | constructor( method reset (line 16) | reset() { method isValid (line 21) | isValid() { method update (line 25) | update({ top, left }: { top?: null | number; left?: null | number }) { method toValue (line 30) | toValue() { method toPx (line 50) | toPx() { FILE: src/shared/ResizeCalculator/ResizeCalculator.ts type Orientations (line 4) | enum Orientations { type Orientation (line 12) | type Orientation = keyof typeof Orientations; class ResizeCalculator (line 14) | class ResizeCalculator { method constructor (line 19) | constructor(realSize: Size) { method resizeTo (line 29) | public resizeTo(resizeSize: Size, resizeType: ResizeType) { method getAdaptedSize (line 57) | private getAdaptedSize( method getAdaptedSizeByWith (line 118) | private getAdaptedSizeByWith(resizeSize: Size) { method getAdaptedSizeByHeight (line 125) | private getAdaptedSizeByHeight(resizeSize: Size) { method getAdaptedPosition (line 132) | private getAdaptedPosition( method getAdaptedPositionVertically (line 149) | getAdaptedPositionVertically(resizeSize: Size, adaptedSize: Size) { method getAdaptedPositionHorizontally (line 156) | getAdaptedPositionHorizontally(resizeSize: Size, adaptedSize: Size) { FILE: src/shared/ResourceLoader/ResourceLoader.ts class ResourceLoader (line 5) | class ResourceLoader { method constructor (line 24) | constructor( method preloadStart (line 46) | preloadStart() { method preloadEnd (line 61) | preloadEnd() { method lazyLoadStart (line 80) | lazyLoadStart() { method lazyLoadEnd (line 88) | lazyLoadEnd() { method load (line 96) | load(rsc: ResourceWithOptions) { method loadSuccess (line 124) | loadSuccess(rsc: ResourceWithOptions) { method loadError (line 134) | loadError(error: string) { method updateProgress (line 144) | updateProgress() { method hasFinished (line 148) | hasFinished() { method cancel (line 152) | cancel() { FILE: src/shared/ResourceLoader/__mocks__/ResourceLoader.ts class ResourceLoader (line 4) | class ResourceLoader { method constructor (line 21) | constructor( method preloadStart (line 43) | preloadStart() { method preloadEnd (line 58) | preloadEnd() { method lazyLoadStart (line 77) | lazyLoadStart() { method lazyLoadEnd (line 85) | lazyLoadEnd() { method load (line 93) | load(rsc: ResourceWithOptions) { method loadSuccess (line 110) | loadSuccess() { method hasFinished (line 114) | hasFinished() { FILE: src/shared/ResourceLoader/__test__/ResourceLoaderFactory.ts class ResourceLoaderFactory (line 7) | class ResourceLoaderFactory { method create (line 8) | static create( FILE: src/shared/Size/Size.ts class Size (line 4) | class Size { method constructor (line 8) | constructor( method reset (line 20) | reset() { method isValid (line 25) | isValid() { method update (line 29) | update({ width, height }: { width?: null | number; height?: null | num... method getAspectRatio (line 34) | getAspectRatio() { method clone (line 42) | clone() { method equals (line 46) | equals(otherSize: Size) { method toValue (line 58) | toValue() { method toPx (line 75) | toPx() { FILE: src/transitions/Blinds2D/types.ts type TransitionBlinds2DOptions (line 3) | interface TransitionBlinds2DOptions extends TransitionOptions { type TransitionBlinds2DProps (line 9) | interface TransitionBlinds2DProps extends TransitionProps { type TransitionBlinds2DConf (line 13) | interface TransitionBlinds2DConf extends TransitionConf { FILE: src/transitions/Blinds3D/types.ts type TransitionBlinds3DOptions (line 3) | interface TransitionBlinds3DOptions extends TransitionOptions { type TransitionBlinds3DProps (line 9) | interface TransitionBlinds3DProps extends TransitionProps { type TransitionBlinds3DConf (line 13) | interface TransitionBlinds3DConf extends TransitionConf { FILE: src/transitions/Blocks1/types.ts type TransitionBlocks1Options (line 3) | interface TransitionBlocks1Options extends TransitionOptions { type TransitionBlocks1Props (line 10) | interface TransitionBlocks1Props extends TransitionProps { type TransitionBlocks1Conf (line 14) | interface TransitionBlocks1Conf extends TransitionConf { FILE: src/transitions/Blocks2/types.ts type TransitionBlocks2Options (line 5) | interface TransitionBlocks2Options extends TransitionOptions { type TransitionBlocks2Props (line 12) | interface TransitionBlocks2Props extends TransitionProps { type TransitionBlocks2Conf (line 16) | interface TransitionBlocks2Conf extends TransitionConf { type BackgroundProps (line 23) | interface BackgroundProps { FILE: src/transitions/Book/types.ts type TransitionBookOptions (line 3) | interface TransitionBookOptions extends TransitionOptions { type TransitionBookProps (line 7) | interface TransitionBookProps extends TransitionProps { type TransitionBookConf (line 11) | interface TransitionBookConf extends TransitionConf { FILE: src/transitions/Camera/types.ts type TransitionCameraOptions (line 4) | interface TransitionCameraOptions extends TransitionOptions { type TransitionCameraProps (line 9) | interface TransitionCameraProps extends TransitionProps { type TransitionCameraConf (line 13) | interface TransitionCameraConf extends TransitionConf { FILE: src/transitions/Concentric/types.ts type TransitionConcentricOptions (line 3) | interface TransitionConcentricOptions extends TransitionOptions { type TransitionConcentricProps (line 9) | interface TransitionConcentricProps extends TransitionProps { type TransitionConcentricConf (line 13) | interface TransitionConcentricConf extends TransitionConf { FILE: src/transitions/Cube/types.ts type TransitionCubeOptions (line 3) | interface TransitionCubeOptions extends TransitionOptions { type TransitionCubeProps (line 7) | interface TransitionCubeProps extends TransitionProps { type TransitionCubeConf (line 11) | interface TransitionCubeConf extends TransitionConf { FILE: src/transitions/Explode/types.ts type TransitionExplodeOptions (line 3) | interface TransitionExplodeOptions extends TransitionOptions { type TransitionExplodeProps (line 10) | interface TransitionExplodeProps extends TransitionProps { type TransitionExplodeConf (line 14) | interface TransitionExplodeConf extends TransitionConf { FILE: src/transitions/Fade/types.ts type TransitionFadeOptions (line 3) | interface TransitionFadeOptions extends TransitionOptions { type TransitionFadeProps (line 7) | interface TransitionFadeProps extends TransitionProps { type TransitionFadeConf (line 11) | interface TransitionFadeConf extends TransitionConf { FILE: src/transitions/Fall/types.ts type TransitionFallOptions (line 3) | interface TransitionFallOptions extends TransitionOptions { type TransitionFallProps (line 7) | interface TransitionFallProps extends TransitionProps { type TransitionFallConf (line 11) | interface TransitionFallConf extends TransitionConf { FILE: src/transitions/Kenburn/types.ts type TransitionKenburnOptions (line 3) | interface TransitionKenburnOptions extends TransitionOptions { type TransitionKenburnProps (line 7) | interface TransitionKenburnProps extends TransitionProps { type TransitionKenburnConf (line 11) | interface TransitionKenburnConf extends TransitionConf { FILE: src/transitions/Round1/types.ts type TransitionRound1Options (line 3) | interface TransitionRound1Options extends TransitionOptions { type TransitionRound1Props (line 10) | interface TransitionRound1Props extends TransitionProps { type TransitionRound1Conf (line 14) | interface TransitionRound1Conf extends TransitionConf { FILE: src/transitions/Round2/types.ts type TransitionRound2Options (line 3) | interface TransitionRound2Options extends TransitionOptions { type TransitionRound2Props (line 11) | interface TransitionRound2Props extends TransitionProps { type TransitionRound2Conf (line 15) | interface TransitionRound2Conf extends TransitionConf { FILE: src/transitions/Slide/types.ts type TransitionSlideOptions (line 3) | interface TransitionSlideOptions extends TransitionOptions { type TransitionSlideProps (line 7) | interface TransitionSlideProps extends TransitionProps { type TransitionSlideConf (line 11) | interface TransitionSlideConf extends TransitionConf { FILE: src/transitions/Swipe/types.ts type TransitionSwipeOptions (line 3) | interface TransitionSwipeOptions extends TransitionOptions { type TransitionSwipeProps (line 7) | interface TransitionSwipeProps extends TransitionProps { type TransitionSwipeConf (line 11) | interface TransitionSwipeConf extends TransitionConf { FILE: src/transitions/Warp/types.ts type TransitionWarpOptions (line 3) | interface TransitionWarpOptions extends TransitionOptions { type TransitionWarpProps (line 9) | interface TransitionWarpProps extends TransitionProps { type TransitionWarpConf (line 13) | interface TransitionWarpConf extends TransitionConf { FILE: src/transitions/Waterfall/types.ts type TransitionWaterfallOptions (line 3) | interface TransitionWaterfallOptions extends TransitionOptions { type TransitionWaterfallProps (line 9) | interface TransitionWaterfallProps extends TransitionProps { type TransitionWaterfallConf (line 13) | interface TransitionWaterfallConf extends TransitionConf { FILE: src/transitions/Wave/types.ts type TransitionWaveOptions (line 4) | interface TransitionWaveOptions extends TransitionOptions { type TransitionWaveProps (line 11) | interface TransitionWaveProps extends TransitionProps { type TransitionWaveConf (line 15) | interface TransitionWaveConf extends TransitionConf { FILE: src/transitions/Zip/types.ts type TransitionZipOptions (line 3) | interface TransitionZipOptions extends TransitionOptions { type TransitionZipProps (line 9) | interface TransitionZipProps extends TransitionProps { type TransitionZipConf (line 13) | interface TransitionZipConf extends TransitionConf { FILE: src/transitions/types.ts type TransitionProps (line 7) | interface TransitionProps { type TransitionOptions (line 16) | interface TransitionOptions { type TransitionConf (line 21) | interface TransitionConf { type TransitionComponent (line 27) | type TransitionComponent = Component & { type TransitionWithOptions (line 32) | interface TransitionWithOptions { FILE: src/transitions/useTransition.ts function useTransition (line 4) | function useTransition(conf: TransitionConf, options?: object) {