nativescript-slides
Advanced tools
Comparing version 2.2.6 to 2.2.8
@@ -0,0 +0,0 @@ { |
@@ -26,6 +26,6 @@ import { AbsoluteLayout } from 'ui/layouts/absolute-layout'; | ||
private _slideWidth; | ||
static START_EVENT: string; | ||
static CHANGED_EVENT: string; | ||
static CANCELLED_EVENT: string; | ||
static FINISHED_EVENT: string; | ||
static startEvent: string; | ||
static changedEvent: string; | ||
static cancelledEvent: string; | ||
static finishedEvent: string; | ||
pageIndicators: boolean; | ||
@@ -32,0 +32,0 @@ pagerOffset: string; |
@@ -282,3 +282,3 @@ "use strict"; | ||
this.notify({ | ||
eventName: SlideContainer.CHANGED_EVENT, | ||
eventName: SlideContainer.changedEvent, | ||
object: this, | ||
@@ -331,3 +331,3 @@ eventData: { | ||
_this.notify({ | ||
eventName: SlideContainer.FINISHED_EVENT, | ||
eventName: SlideContainer.finishedEvent, | ||
object: _this | ||
@@ -496,3 +496,3 @@ }); | ||
this.notify({ | ||
eventName: SlideContainer.START_EVENT, | ||
eventName: SlideContainer.startEvent, | ||
object: this, | ||
@@ -506,3 +506,3 @@ eventData: { | ||
this.notify({ | ||
eventName: SlideContainer.CHANGED_EVENT, | ||
eventName: SlideContainer.changedEvent, | ||
object: this, | ||
@@ -518,3 +518,3 @@ eventData: { | ||
this.notify({ | ||
eventName: SlideContainer.CHANGED_EVENT, | ||
eventName: SlideContainer.changedEvent, | ||
object: this, | ||
@@ -530,3 +530,3 @@ eventData: { | ||
this.notify({ | ||
eventName: SlideContainer.CANCELLED_EVENT, | ||
eventName: SlideContainer.cancelledEvent, | ||
object: this, | ||
@@ -564,6 +564,6 @@ eventData: { | ||
}; | ||
SlideContainer.START_EVENT = 'start'; | ||
SlideContainer.CHANGED_EVENT = 'changed'; | ||
SlideContainer.CANCELLED_EVENT = 'cancelled'; | ||
SlideContainer.FINISHED_EVENT = 'finished'; | ||
SlideContainer.startEvent = 'start'; | ||
SlideContainer.changedEvent = 'changed'; | ||
SlideContainer.cancelledEvent = 'cancelled'; | ||
SlideContainer.finishedEvent = 'finished'; | ||
return SlideContainer; | ||
@@ -570,0 +570,0 @@ }(absolute_layout_1.AbsoluteLayout)); |
@@ -65,6 +65,6 @@ require("nativescript-dom"); | ||
public static START_EVENT = 'start'; | ||
public static CHANGED_EVENT = 'changed'; | ||
public static CANCELLED_EVENT = 'cancelled'; | ||
public static FINISHED_EVENT = 'finished'; | ||
public static startEvent = 'start'; | ||
public static changedEvent = 'changed'; | ||
public static cancelledEvent = 'cancelled'; | ||
public static finishedEvent = 'finished'; | ||
@@ -308,3 +308,3 @@ /* page indicator stuff*/ | ||
this.notify({ | ||
eventName: SlideContainer.CHANGED_EVENT, | ||
eventName: SlideContainer.changedEvent, | ||
object: this, | ||
@@ -367,3 +367,3 @@ eventData: { | ||
this.notify({ | ||
eventName: SlideContainer.FINISHED_EVENT, | ||
eventName: SlideContainer.finishedEvent, | ||
object: this | ||
@@ -556,3 +556,3 @@ }); | ||
this.notify({ | ||
eventName: SlideContainer.START_EVENT, | ||
eventName: SlideContainer.startEvent, | ||
object: this, | ||
@@ -567,3 +567,3 @@ eventData: { | ||
this.notify({ | ||
eventName: SlideContainer.CHANGED_EVENT, | ||
eventName: SlideContainer.changedEvent, | ||
object: this, | ||
@@ -580,3 +580,3 @@ eventData: { | ||
this.notify({ | ||
eventName: SlideContainer.CHANGED_EVENT, | ||
eventName: SlideContainer.changedEvent, | ||
object: this, | ||
@@ -593,3 +593,3 @@ eventData: { | ||
this.notify({ | ||
eventName: SlideContainer.CANCELLED_EVENT, | ||
eventName: SlideContainer.cancelledEvent, | ||
object: this, | ||
@@ -596,0 +596,0 @@ eventData: { |
{ | ||
"name": "nativescript-slides", | ||
"version": "2.2.6", | ||
"version": "2.2.8", | ||
"description": "NativeScript Slides plugin.", | ||
@@ -5,0 +5,0 @@ "main": "nativescript-slides.js", |
@@ -0,0 +0,0 @@ # NativeScript Slides for iOS and Android |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
1311
72935