nativescript-telerik-ui-pro
Advanced tools
Comparing version 1.5.0-2016.10.18.4 to 1.5.0-2016.10.19.1
@@ -174,2 +174,3 @@ var core_1 = require('@angular/core'); | ||
this.setupViewRef(ngView, currentItem, index); | ||
this.detectChangesOnChild(ngView, index); | ||
} | ||
@@ -192,2 +193,10 @@ }; | ||
}; | ||
RadListViewComponent.prototype.detectChangesOnChild = function (viewRef, index) { | ||
// Manually detect changes in child view ref | ||
// TODO: Is there a better way of getting viewRef's change detector | ||
var childChangeDetector = viewRef; | ||
console.log("Manually detect changes in child: " + index); | ||
childChangeDetector.markForCheck(); | ||
childChangeDetector.detectChanges(); | ||
}; | ||
__decorate([ | ||
@@ -194,0 +203,0 @@ core_1.Output() |
@@ -381,2 +381,3 @@ var viewModule = require("ui/core/view"); | ||
} | ||
this._owner._preparingCell = false; | ||
return loadOnDemandCell; | ||
@@ -383,0 +384,0 @@ } |
@@ -1,1 +0,1 @@ | ||
{"name":"nativescript-telerik-ui-pro","version":"1.5.0-2016.10.18.4","description":"Telerik UI for NativeScript Pro is an upgrade of Telerik UI for NativeScript - a cross-platform UI components suite based on the native iOS and Android libraries provided by Telerik.","nativescript":{"ios":"2.4.0","android":"2.4.0"},"scripts":{"preinstall":"node ./scripts/eula-prompt.js","postinstall":"node ./scripts/email-prompt.js dev_uins_pro"},"repository":{"type":"git","url":"http://www.github.com/telerik/nativescript-ui-samples.git"},"keywords":["nativescript","ui","listview","sidedrawer","chart","calendar","dataform"],"author":"Telerik AD","license":"SEE LICENSE IN LICENSE.md","devDependencies":{"del":"^1.2.0","gulp":"^3.9.0","gulp-decompress":"^1.0.2","gulp-gzip":"^1.2.0","gulp-rename":"^1.2.2","gulp-tar":"^1.4.0","gulp-typescript":"^2.8.0","gulp-untar2":"^0.1.0","gulp-unzip":"^0.1.3","yargs":"^3.18.0"}} | ||
{"name":"nativescript-telerik-ui-pro","version":"1.5.0-2016.10.19.1","description":"Telerik UI for NativeScript Pro is an upgrade of Telerik UI for NativeScript - a cross-platform UI components suite based on the native iOS and Android libraries provided by Telerik.","nativescript":{"ios":"2.4.0","android":"2.4.0"},"scripts":{"preinstall":"node ./scripts/eula-prompt.js","postinstall":"node ./scripts/email-prompt.js dev_uins_pro"},"repository":{"type":"git","url":"http://www.github.com/telerik/nativescript-ui-samples.git"},"keywords":["nativescript","ui","listview","sidedrawer","chart","calendar","dataform"],"author":"Telerik AD","license":"SEE LICENSE IN LICENSE.md","devDependencies":{"del":"^1.2.0","gulp":"^3.9.0","gulp-decompress":"^1.0.2","gulp-gzip":"^1.2.0","gulp-rename":"^1.2.2","gulp-tar":"^1.4.0","gulp-typescript":"^2.8.0","gulp-untar2":"^0.1.0","gulp-unzip":"^0.1.3","yargs":"^3.18.0"}} |
33645180
55957