diff --git a/dist/jquery.video-layers.js b/dist/jquery.video-layers.js index 7e2839f..1caf285 100644 --- a/dist/jquery.video-layers.js +++ b/dist/jquery.video-layers.js @@ -1,5 +1,5 @@ /** - * @license jq-video-layers v0.0.1 + * @license jq-video-layers v1.0.0 * (c) 2018 Finsi, Inc. */ diff --git a/dist/jquery.video-layers.min.js b/dist/jquery.video-layers.min.js index 40d352b..683c116 100644 --- a/dist/jquery.video-layers.min.js +++ b/dist/jquery.video-layers.min.js @@ -1,5 +1,5 @@ /** - * @license jq-video-layers v0.0.1 + * @license jq-video-layers v1.0.0 * (c) 2018 Finsi, Inc. */ diff --git a/docs/classes/jqvideolayers.videolayer.html b/docs/classes/jqvideolayers.videolayer.html index 018b3bf..6be1b01 100644 --- a/docs/classes/jqvideolayers.videolayer.html +++ b/docs/classes/jqvideolayers.videolayer.html @@ -90,6 +90,15 @@

Implements

  • VideoLayerOptions
  • +
    +

    Indexable

    +
    [key: string]: any
    +
    +
    +

    Represents a layer

    +
    +
    +

    Index

    @@ -130,7 +139,7 @@

    constructor

  • Parameters

    @@ -153,7 +162,7 @@

    Optional appendToLayers

    Implementation of VideoLayerOptions.appendToLayers

    @@ -170,7 +179,7 @@

    Optional content

    @@ -195,7 +204,7 @@

    Optional cssClass

    @@ -217,7 +226,7 @@

    Optional element

    @@ -245,7 +254,7 @@

    Optional hide

    @@ -262,7 +271,7 @@

    Optional position

    @@ -293,7 +302,7 @@

    Optional show

    @@ -310,7 +319,7 @@

    Optional start

    @@ -326,7 +335,7 @@

    Optional stop

    @@ -344,7 +353,7 @@

    Optional styles

    diff --git a/docs/classes/jqvideolayers.videolayers.html b/docs/classes/jqvideolayers.videolayers.html index 7ea6957..5d31cce 100644 --- a/docs/classes/jqvideolayers.videolayers.html +++ b/docs/classes/jqvideolayers.videolayers.html @@ -126,7 +126,7 @@

    Protected element

    element: JQuery
    @@ -141,7 +141,7 @@

    Protected hiddenLayershiddenLayers: VideoLayer[]

  • @@ -151,7 +151,7 @@

    Protected layers

    layers: VideoLayer[]
    @@ -161,13 +161,18 @@

    Protected layersContaine
    layersContainer: JQuery
    -

    Layers container (appended layers, see VideoLayerOptions.appendToLayers)

    +

    Layers container. The layers will be appended to this element by default

    +
    +
    see
    +

    VideoLayerOptions.appendToLayers

    +
    +
    @@ -176,7 +181,7 @@

    Protected options

    options: any
    @@ -191,7 +196,7 @@

    Protected visibleLayers<
    visibleLayers: VideoLayer[]

    @@ -201,7 +206,7 @@

    Protected wrapperEl

    wrapperEl: JQuery
    @@ -223,7 +228,7 @@

    Private _assignEvents

  • @@ -245,7 +250,7 @@

    Protected _create

  • Returns void

    @@ -262,7 +267,7 @@

    Protected _getCreate
    @@ -312,7 +317,7 @@

    Private _hideLayer

  • @@ -340,7 +345,7 @@

    Private _onTimeUpdate
  • @@ -369,7 +374,7 @@

    Private _processLayers

    @@ -397,7 +402,7 @@

    Private _resetPosition

    @@ -425,7 +430,7 @@

    Private _showLayer

  • @@ -453,7 +458,7 @@

    addLayer

  • Parameters

    @@ -476,7 +481,7 @@

    destroy

  • diff --git a/docs/enums/jqvideolayers.videolayersevents.html b/docs/enums/jqvideolayers.videolayersevents.html index 8b61cf6..13e3496 100644 --- a/docs/enums/jqvideolayers.videolayersevents.html +++ b/docs/enums/jqvideolayers.videolayersevents.html @@ -100,7 +100,7 @@

    beforeHideLayer

    beforeHideLayer: = "videoLayer:beforeHideLayer"
    @@ -126,7 +126,7 @@

    beforeShowLayer

    beforeShowLayer: = "videoLayer:beforeShowLayer"
    @@ -152,7 +152,7 @@

    hideLayer

    hideLayer: = "videoLayer:hideLayer"
    @@ -178,7 +178,7 @@

    showLayer

    showLayer: = "videoLayer:showLayer"
    diff --git a/docs/interfaces/jqvideolayers.videolayerevent.html b/docs/interfaces/jqvideolayers.videolayerevent.html index a6eab54..c3056b7 100644 --- a/docs/interfaces/jqvideolayers.videolayerevent.html +++ b/docs/interfaces/jqvideolayers.videolayerevent.html @@ -107,7 +107,7 @@

    instance

    instance: VideoLayers
    @@ -122,7 +122,7 @@

    layer

    layer: VideoLayer
    diff --git a/docs/interfaces/jqvideolayers.videolayeroptions.html b/docs/interfaces/jqvideolayers.videolayeroptions.html index 2e257bb..d16b616 100644 --- a/docs/interfaces/jqvideolayers.videolayeroptions.html +++ b/docs/interfaces/jqvideolayers.videolayeroptions.html @@ -90,6 +90,15 @@

    Implemented by

  • VideoLayer
  • +
    +

    Indexable

    +
    [key: string]: any
    +
    +
    +

    Options for the widget

    +
    +
    +

    Index

    @@ -120,7 +129,7 @@

    Optional appendToLayersappendToLayers: boolean

    @@ -136,7 +145,7 @@

    Optional content

    content: string
    @@ -160,7 +169,7 @@

    Optional cssClass

    cssClass: string
    @@ -181,7 +190,7 @@

    Optional element

    element: string | JQuery | Element
    @@ -208,7 +217,7 @@

    Optional hide

    hide: any
    @@ -224,7 +233,7 @@

    Optional position

    position: number[] | object
    @@ -254,7 +263,7 @@

    Optional show

    show: any
    @@ -270,7 +279,7 @@

    Optional start

    start: number
    @@ -285,7 +294,7 @@

    Optional stop

    stop: number
    @@ -302,7 +311,7 @@

    Optional styles

    styles: any
    diff --git a/docs/interfaces/jqvideolayers.videolayersoptions.html b/docs/interfaces/jqvideolayers.videolayersoptions.html index cb84d6c..e81c59e 100644 --- a/docs/interfaces/jqvideolayers.videolayersoptions.html +++ b/docs/interfaces/jqvideolayers.videolayersoptions.html @@ -108,7 +108,7 @@

    Optional classes

    classes: object
    @@ -193,7 +193,7 @@

    Optional layers

    @@ -208,7 +208,7 @@

    namespace

    namespace: "videolayers"
    @@ -229,7 +229,7 @@

    Optional useParentAs
    useParentAsContainer: string | JQuery | Element
    diff --git a/esm2015/jquery.video-layers.js b/esm2015/jquery.video-layers.js index 92bcbf2..bc7cfc1 100644 --- a/esm2015/jquery.video-layers.js +++ b/esm2015/jquery.video-layers.js @@ -1,5 +1,5 @@ /** - * @license jq-video-layers v0.0.1 + * @license jq-video-layers v1.0.0 * (c) 2018 Finsi, Inc. */ diff --git a/esm2015/jquery.video-layers.min.js b/esm2015/jquery.video-layers.min.js index 4190c9f..fd1790f 100644 --- a/esm2015/jquery.video-layers.min.js +++ b/esm2015/jquery.video-layers.min.js @@ -1,5 +1,5 @@ /** - * @license jq-video-layers v0.0.1 + * @license jq-video-layers v1.0.0 * (c) 2018 Finsi, Inc. */ diff --git a/package.json b/package.json index 04ac04d..2506acf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jq-video-layers", - "version": "0.0.1", + "version": "1.0.0", "description": "", "main": "dist/jquery.video-layers.js", "jsnext:main": "esm2015/jquery.video-layers.js",