@nativescript-community/ui-pager
Advanced tools
+2
-2
@@ -364,5 +364,5 @@ import { ChangeType, ContentView, Device, Property, ProxyViewContainer, Utils, View, paddingBottomProperty, paddingLeftProperty, paddingRightProperty, paddingTopProperty } from '@nativescript/core'; | ||
| // without animate we wont go through the delegate | ||
| selectedIndexProperty.nativeValueChange(this, index); | ||
| selectedIndexProperty.nativeValueChange(this, value); | ||
| if (this.indicator) { | ||
| this.indicator.setSelection(index, false); | ||
| this.indicator.setSelection(value, false); | ||
| } | ||
@@ -369,0 +369,0 @@ } |
+2
-2
| { | ||
| "name": "@nativescript-community/ui-pager", | ||
| "version": "14.1.31", | ||
| "version": "14.1.32", | ||
| "description": "A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data. ", | ||
@@ -70,3 +70,3 @@ "main": "index", | ||
| "readmeFilename": "README.md", | ||
| "gitHead": "3cd34fcb34c572ac4e83018343f7a0667bc1b60e" | ||
| "gitHead": "0c4a3b98f445147c7c596656fa3a60d0f5750f2c" | ||
| } |