From 1c3b6806eb1fe43f46b83581247fcfe8788432b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D1=83=D1=82=D1=87=D0=B5=D0=BD=D0=BA=D0=BE=20=D0=9E?= =?UTF-8?q?=D0=BB=D0=B5=D0=B3?= Date: Wed, 19 Feb 2020 14:26:09 +0200 Subject: [PATCH] 3.3.0 --- index.d.ts | 16 +++++++--------- package.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/index.d.ts b/index.d.ts index b63cece..e1fcd16 100644 --- a/index.d.ts +++ b/index.d.ts @@ -11,8 +11,6 @@ import { JQuerySlickOptions } from 'web-plugin-abstract-slick-carousel/slick-car // Public // ---------------------------------------- - - export interface JQuerySlickProps { pauseAutoplayInOutOfView: boolean; cssReadyClass: string; @@ -23,10 +21,10 @@ export interface JQuerySlickProps { $nextArrowSelector: string; } -export class AbstractSlickCarousel extends WebPluginInterface { +export class AbstractSlickCarousel

extends WebPluginInterface { $container: JQuery; - props: Partial; - settings: Partial; + props: Partial

; + settings: Partial; $list: JQuery; $dots: JQuery; $prevArrow: JQuery; @@ -37,11 +35,11 @@ export class AbstractSlickCarousel extends WebPluginInterface { constructor( $container: JQuery, - clientSettings: Partial = {}, - clientProps: Partial = {} + clientSettings: Partial = {}, + clientProps: Partial

= {} ); - get defaultProps(): Partial; - get defaultSettings(): Partial; + get defaultProps(): Partial

; + get defaultSettings(): Partial; protected _setup(): void; protected _beforeInitialize(): void; protected _afterInitialize(): void; diff --git a/package.json b/package.json index a776a1b..7ce4352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-plugin-abstract-slick-carousel", - "version": "3.2.0", + "version": "3.3.0", "description": "", "main": "index.js", "scripts": {