nativescript-telerik-ui
Advanced tools
Comparing version 3.1.1 to 3.1.2-2017-9-21-7
@@ -144,3 +144,3 @@ import { | ||
* @example | ||
* ' <ListViewLinearLayout tkListViewLayout scrollDirection="Vertical"<>/ListViewGridLayout> ' | ||
* ' <ListViewLinearLayout tkListViewLayout scrollDirection="Vertical"></ListViewGridLayout> ' | ||
*/ | ||
@@ -155,3 +155,3 @@ export class ListViewLinearLayoutDirective { | ||
* @example | ||
* ' <ListViewGridLayout tkListViewLayout scrollDirection="Vertical"<>/ListViewGridLayout> ' | ||
* ' <ListViewGridLayout tkListViewLayout scrollDirection="Vertical"></ListViewGridLayout> ' | ||
*/ | ||
@@ -166,3 +166,3 @@ export class ListViewGridLayoutDirective { | ||
* @example | ||
* ' <ListViewStaggeredLayout tkListViewLayout scrollDirection="Vertical"<>/ListViewStaggeredLayout> ' | ||
* ' <ListViewStaggeredLayout tkListViewLayout scrollDirection="Vertical"></ListViewStaggeredLayout> ' | ||
*/ | ||
@@ -177,3 +177,3 @@ export class ListViewStaggeredLayoutDirective { | ||
* @example | ||
* ' <ListViewStaggeredLayout tkListViewLayout scrollDirection="Vertical"<>/ListViewStaggeredLayout> ' | ||
* ' <ListViewStaggeredLayout tkListViewLayout scrollDirection="Vertical"></ListViewStaggeredLayout> ' | ||
*/ | ||
@@ -188,5 +188,5 @@ export class TKListViewLayoutDirective { | ||
* @example | ||
* ' <ReorderHandle> | ||
<Label text="Drag me"<>/Label> | ||
</ReorderHandle> ' | ||
* ' <ReorderHandle> | ||
<Label text="Drag me"></Label> | ||
</ReorderHandle> ' | ||
*/ | ||
@@ -236,3 +236,3 @@ export class ReorderHandleDirective { | ||
* @example | ||
* ' <ng-template tkTemplateKey="nameOfTemplate" let-item="item"<>/ng-template> ' | ||
* ' <ng-template tkTemplateKey="nameOfTemplate" let-item="item"></ng-template> ' | ||
*/ | ||
@@ -239,0 +239,0 @@ export class TKTemplateKeyDirective { |
@@ -692,17 +692,6 @@ import { ViewBase, Property, View, KeyedTemplate } from "tns-core-modules/ui/core/view"; | ||
/** | ||
* The native 'android.widget.FrameLayout' object. | ||
*/ | ||
android: any; | ||
/** | ||
* The native 'com.telerik.widget.list.RadListView' object. | ||
*/ | ||
_android: any; | ||
androidListView: any; | ||
/** | ||
* The native 'TKListView' object. | ||
*/ | ||
ios: any; | ||
/** | ||
* The layout object used to arrange items. | ||
@@ -709,0 +698,0 @@ */ |
@@ -379,16 +379,2 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
} | ||
Object.defineProperty(RadListView.prototype, "android", { | ||
get: function () { | ||
return undefined; | ||
}, | ||
enumerable: true, | ||
configurable: true | ||
}); | ||
Object.defineProperty(RadListView.prototype, "ios", { | ||
get: function () { | ||
return undefined; | ||
}, | ||
enumerable: true, | ||
configurable: true | ||
}); | ||
Object.defineProperty(RadListView.prototype, "itemViewLoader", { | ||
@@ -395,0 +381,0 @@ get: function () { |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":3,"metadata":{"PullToRefreshStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase"},"members":{"onIndicatorColorPropertyChanged":[{"__symbolic":"method"}],"onIndicatorBackgroundColorPropertyChanged":[{"__symbolic":"method"}]},"statics":{"indicatorColorProperty":{"__symbolic":"error","message":"Function call not supported","line":84,"character":26},"indicatorBackgroundColorProperty":{"__symbolic":"error","message":"Function call not supported","line":93,"character":26}}},"ReorderHandle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/layouts/stack-layout","name":"StackLayout"},"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ListViewScrollEventData":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ListViewEventData":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}]}},"SwipeActionsEventData":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ListViewEventData"}},"ListViewLayoutBase":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase"},"members":{"onScrollDirectionPropertyChanged":[{"__symbolic":"method"}],"onScrollDirectionChanged":[{"__symbolic":"method"}],"onItemInsertAnimationPropertyChanged":[{"__symbolic":"method"}],"onItemInsertAnimationChanged":[{"__symbolic":"method"}],"onItemDeleteAnimationPropertyChanged":[{"__symbolic":"method"}],"onItemDeleteAnimationChanged":[{"__symbolic":"method"}],"onItemWidthPropertyChanged":[{"__symbolic":"method"}],"onItemWidthChanged":[{"__symbolic":"method"}],"onItemHeightPropertyChanged":[{"__symbolic":"method"}],"onItemHeightChanged":[{"__symbolic":"method"}],"_onOwnerUICreated":[{"__symbolic":"method"}]},"statics":{"scrollDirectionProperty":{"__symbolic":"error","message":"Function call not supported","line":280,"character":26},"itemInsertAnimationProperty":{"__symbolic":"error","message":"Function call not supported","line":296,"character":26},"itemDeleteAnimationProperty":{"__symbolic":"error","message":"Function call not supported","line":312,"character":26},"itemWidthProperty":{"__symbolic":"error","message":"Function call not supported","line":329,"character":26},"itemHeightProperty":{"__symbolic":"error","message":"Function call not supported","line":346,"character":26}}},"RadListView":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"View"},"members":{"_reorderItemInSource":[{"__symbolic":"method"}],"suspendUpdates":[{"__symbolic":"method"}],"resumeUpdates":[{"__symbolic":"method"}],"updatesSuspended":[{"__symbolic":"method"}],"getItemAtIndex":[{"__symbolic":"method"}],"selectItemAt":[{"__symbolic":"method"}],"deselectItemAt":[{"__symbolic":"method"}],"selectAll":[{"__symbolic":"method"}],"deselectAll":[{"__symbolic":"method"}],"isItemSelected":[{"__symbolic":"method"}],"getSelectedItems":[{"__symbolic":"method"}],"getViewForItem":[{"__symbolic":"method"}],"resolveTemplateView":[{"__symbolic":"method"}],"getViewForViewType":[{"__symbolic":"method"}],"_getDefaultItemContent":[{"__symbolic":"method"}],"getTemplateFromSelector":[{"__symbolic":"method"}],"onPullToRefreshStylePropertyChanged":[{"__symbolic":"method"}],"onHeaderItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onFooterItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onListViewReorderModePropertyChanged":[{"__symbolic":"method"}],"onLayoutPropertyChanged":[{"__symbolic":"method"}],"onItemTemplateSelectorPropertyChanged":[{"__symbolic":"method"}],"onItemTemplatesPropertyChanged":[{"__symbolic":"method"}],"onItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onItemSwipeTemplatePropertyChanged":[{"__symbolic":"method"}],"onMultipleSelectionPropertyChanged":[{"__symbolic":"method"}],"onItemReorderPropertyChanged":[{"__symbolic":"method"}],"onItemSwipePropertyChanged":[{"__symbolic":"method"}],"onSwipeActionsPropertyChanged":[{"__symbolic":"method"}],"onPullToRefreshPropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandModePropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandBufferSizePropertyChanged":[{"__symbolic":"method"}],"onSelectionBehaviorPropertyChanged":[{"__symbolic":"method"}],"onItemsPropertyChanged":[{"__symbolic":"method"}],"onScrollPositionPropertyChanged":[{"__symbolic":"method"}],"onItemViewLoaderChanged":[{"__symbolic":"method"}],"onPullToRefreshStyleChanged":[{"__symbolic":"method"}],"onHeaderItemTemplateChanged":[{"__symbolic":"method"}],"onFooterItemTemplateChanged":[{"__symbolic":"method"}],"onLoadOnDemandItemTemplateChanged":[{"__symbolic":"method"}],"onReorderModeChanged":[{"__symbolic":"method"}],"onListViewLayoutChanged":[{"__symbolic":"method"}],"onItemTemplateSelectorChanged":[{"__symbolic":"method"}],"onItemTemplatesChanged":[{"__symbolic":"method"}],"onItemTemplateChanged":[{"__symbolic":"method"}],"onItemSwipeTemplateChanged":[{"__symbolic":"method"}],"onMultipleSelectionChanged":[{"__symbolic":"method"}],"onItemReorderChanged":[{"__symbolic":"method"}],"onItemSwipeChanged":[{"__symbolic":"method"}],"onSwipeActionsChanged":[{"__symbolic":"method"}],"onPullToRefreshChanged":[{"__symbolic":"method"}],"onLoadOnDemandModeChanged":[{"__symbolic":"method"}],"onLoadOnDemandBufferSizeChanged":[{"__symbolic":"method"}],"onSelectionBehaviorChanged":[{"__symbolic":"method"}],"onSourceCollectionChangedInternal":[{"__symbolic":"method"}],"onItemsChangedInternal":[{"__symbolic":"method"}],"onItemsChanged":[{"__symbolic":"method"}],"onScrollPositionChanged":[{"__symbolic":"method"}],"onSourceCollectionChanged":[{"__symbolic":"method"}],"refresh":[{"__symbolic":"method"}],"getScrollOffset":[{"__symbolic":"method"}],"scrollToIndex":[{"__symbolic":"method"}],"scrollWithAmount":[{"__symbolic":"method"}],"notifyLoadOnDemandFinished":[{"__symbolic":"method"}],"notifyPullToRefreshFinished":[{"__symbolic":"method"}],"notifySwipeToExecuteFinished":[{"__symbolic":"method"}]},"statics":{"knownFunctions":["itemTemplateSelector"],"scrolledEvent":"scrolled","scrollDragEndedEvent":"scrollDragEnded","scrollStartedEvent":"scrollStarted","scrollEndedEvent":"scrollEnded","itemSelectingEvent":"itemSelecting","itemDeselectingEvent":"itemDeselecting","itemTapEvent":"itemTap","itemHoldEvent":"itemHold","itemSelectedEvent":"itemSelected","itemDeselectedEvent":"itemDeselected","itemReorderStartingEvent":"itemReorderStarting","itemReorderedEvent":"itemReordered","itemReorderStartedEvent":"itemReorderStarted","itemSwipingEvent":"itemSwiping","itemSwipeProgressChangedEvent":"itemSwipeProgressChanged","itemSwipeProgressStartedEvent":"itemSwipeProgressStarted","itemSwipeProgressEndedEvent":"itemSwipeProgressEnded","loadMoreDataRequestedEvent":"loadMoreDataRequested","pullToRefreshInitiatedEvent":"pullToRefreshInitiated","itemLoadingEvent":"itemLoading","pullToRefreshStyleProperty":{"__symbolic":"error","message":"Function call not supported","line":452,"character":26},"headerItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":462,"character":26},"footerItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":471,"character":26},"reorderModeProperty":{"__symbolic":"error","message":"Function call not supported","line":480,"character":26},"listViewLayoutProperty":{"__symbolic":"error","message":"Function call not supported","line":489,"character":26},"loadOnDemandItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":498,"character":26},"itemTemplateSelectorProperty":{"__symbolic":"error","message":"Function call not supported","line":507,"character":26},"itemTemplatesProperty":{"__symbolic":"error","message":"Function call not supported","line":516,"character":28},"itemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":532,"character":26},"itemSwipeTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":541,"character":26},"multipleSelectionProperty":{"__symbolic":"error","message":"Function call not supported","line":551,"character":26},"itemReorderProperty":{"__symbolic":"error","message":"Function call not supported","line":561,"character":26},"itemSwipeProperty":{"__symbolic":"error","message":"Function call not supported","line":571,"character":26},"swipeActionsProperty":{"__symbolic":"error","message":"Function call not supported","line":581,"character":26},"pullToRefreshProperty":{"__symbolic":"error","message":"Function call not supported","line":591,"character":26},"loadOnDemandModeProperty":{"__symbolic":"error","message":"Function call not supported","line":600,"character":26},"loadOnDemandBufferSizeProperty":{"__symbolic":"error","message":"Function call not supported","line":610,"character":26},"selectionBehaviorProperty":{"__symbolic":"error","message":"Function call not supported","line":619,"character":26},"itemsProperty":{"__symbolic":"error","message":"Function call not supported","line":628,"character":26},"scrollPositionProperty":{"__symbolic":"error","message":"Function call not supported","line":637,"character":26}}}}},{"__symbolic":"module","version":1,"metadata":{"PullToRefreshStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase"},"members":{"onIndicatorColorPropertyChanged":[{"__symbolic":"method"}],"onIndicatorBackgroundColorPropertyChanged":[{"__symbolic":"method"}]},"statics":{"indicatorColorProperty":{"__symbolic":"error","message":"Function call not supported","line":84,"character":26},"indicatorBackgroundColorProperty":{"__symbolic":"error","message":"Function call not supported","line":93,"character":26}}},"ReorderHandle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/layouts/stack-layout","name":"StackLayout"},"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ListViewScrollEventData":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ListViewEventData":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}]}},"SwipeActionsEventData":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ListViewEventData"}},"ListViewLayoutBase":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase"},"members":{"onScrollDirectionPropertyChanged":[{"__symbolic":"method"}],"onScrollDirectionChanged":[{"__symbolic":"method"}],"onItemInsertAnimationPropertyChanged":[{"__symbolic":"method"}],"onItemInsertAnimationChanged":[{"__symbolic":"method"}],"onItemDeleteAnimationPropertyChanged":[{"__symbolic":"method"}],"onItemDeleteAnimationChanged":[{"__symbolic":"method"}],"onItemWidthPropertyChanged":[{"__symbolic":"method"}],"onItemWidthChanged":[{"__symbolic":"method"}],"onItemHeightPropertyChanged":[{"__symbolic":"method"}],"onItemHeightChanged":[{"__symbolic":"method"}],"_onOwnerUICreated":[{"__symbolic":"method"}]},"statics":{"scrollDirectionProperty":{"__symbolic":"error","message":"Function call not supported","line":280,"character":26},"itemInsertAnimationProperty":{"__symbolic":"error","message":"Function call not supported","line":296,"character":26},"itemDeleteAnimationProperty":{"__symbolic":"error","message":"Function call not supported","line":312,"character":26},"itemWidthProperty":{"__symbolic":"error","message":"Function call not supported","line":329,"character":26},"itemHeightProperty":{"__symbolic":"error","message":"Function call not supported","line":346,"character":26}}},"RadListView":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"View"},"members":{"_reorderItemInSource":[{"__symbolic":"method"}],"suspendUpdates":[{"__symbolic":"method"}],"resumeUpdates":[{"__symbolic":"method"}],"updatesSuspended":[{"__symbolic":"method"}],"getItemAtIndex":[{"__symbolic":"method"}],"selectItemAt":[{"__symbolic":"method"}],"deselectItemAt":[{"__symbolic":"method"}],"selectAll":[{"__symbolic":"method"}],"deselectAll":[{"__symbolic":"method"}],"isItemSelected":[{"__symbolic":"method"}],"getSelectedItems":[{"__symbolic":"method"}],"getViewForItem":[{"__symbolic":"method"}],"resolveTemplateView":[{"__symbolic":"method"}],"getViewForViewType":[{"__symbolic":"method"}],"_getDefaultItemContent":[{"__symbolic":"method"}],"getTemplateFromSelector":[{"__symbolic":"method"}],"onPullToRefreshStylePropertyChanged":[{"__symbolic":"method"}],"onHeaderItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onFooterItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onListViewReorderModePropertyChanged":[{"__symbolic":"method"}],"onLayoutPropertyChanged":[{"__symbolic":"method"}],"onItemTemplateSelectorPropertyChanged":[{"__symbolic":"method"}],"onItemTemplatesPropertyChanged":[{"__symbolic":"method"}],"onItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onItemSwipeTemplatePropertyChanged":[{"__symbolic":"method"}],"onMultipleSelectionPropertyChanged":[{"__symbolic":"method"}],"onItemReorderPropertyChanged":[{"__symbolic":"method"}],"onItemSwipePropertyChanged":[{"__symbolic":"method"}],"onSwipeActionsPropertyChanged":[{"__symbolic":"method"}],"onPullToRefreshPropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandModePropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandBufferSizePropertyChanged":[{"__symbolic":"method"}],"onSelectionBehaviorPropertyChanged":[{"__symbolic":"method"}],"onItemsPropertyChanged":[{"__symbolic":"method"}],"onScrollPositionPropertyChanged":[{"__symbolic":"method"}],"onItemViewLoaderChanged":[{"__symbolic":"method"}],"onPullToRefreshStyleChanged":[{"__symbolic":"method"}],"onHeaderItemTemplateChanged":[{"__symbolic":"method"}],"onFooterItemTemplateChanged":[{"__symbolic":"method"}],"onLoadOnDemandItemTemplateChanged":[{"__symbolic":"method"}],"onReorderModeChanged":[{"__symbolic":"method"}],"onListViewLayoutChanged":[{"__symbolic":"method"}],"onItemTemplateSelectorChanged":[{"__symbolic":"method"}],"onItemTemplatesChanged":[{"__symbolic":"method"}],"onItemTemplateChanged":[{"__symbolic":"method"}],"onItemSwipeTemplateChanged":[{"__symbolic":"method"}],"onMultipleSelectionChanged":[{"__symbolic":"method"}],"onItemReorderChanged":[{"__symbolic":"method"}],"onItemSwipeChanged":[{"__symbolic":"method"}],"onSwipeActionsChanged":[{"__symbolic":"method"}],"onPullToRefreshChanged":[{"__symbolic":"method"}],"onLoadOnDemandModeChanged":[{"__symbolic":"method"}],"onLoadOnDemandBufferSizeChanged":[{"__symbolic":"method"}],"onSelectionBehaviorChanged":[{"__symbolic":"method"}],"onSourceCollectionChangedInternal":[{"__symbolic":"method"}],"onItemsChangedInternal":[{"__symbolic":"method"}],"onItemsChanged":[{"__symbolic":"method"}],"onScrollPositionChanged":[{"__symbolic":"method"}],"onSourceCollectionChanged":[{"__symbolic":"method"}],"refresh":[{"__symbolic":"method"}],"getScrollOffset":[{"__symbolic":"method"}],"scrollToIndex":[{"__symbolic":"method"}],"scrollWithAmount":[{"__symbolic":"method"}],"notifyLoadOnDemandFinished":[{"__symbolic":"method"}],"notifyPullToRefreshFinished":[{"__symbolic":"method"}],"notifySwipeToExecuteFinished":[{"__symbolic":"method"}]},"statics":{"knownFunctions":["itemTemplateSelector"],"scrolledEvent":"scrolled","scrollDragEndedEvent":"scrollDragEnded","scrollStartedEvent":"scrollStarted","scrollEndedEvent":"scrollEnded","itemSelectingEvent":"itemSelecting","itemDeselectingEvent":"itemDeselecting","itemTapEvent":"itemTap","itemHoldEvent":"itemHold","itemSelectedEvent":"itemSelected","itemDeselectedEvent":"itemDeselected","itemReorderStartingEvent":"itemReorderStarting","itemReorderedEvent":"itemReordered","itemReorderStartedEvent":"itemReorderStarted","itemSwipingEvent":"itemSwiping","itemSwipeProgressChangedEvent":"itemSwipeProgressChanged","itemSwipeProgressStartedEvent":"itemSwipeProgressStarted","itemSwipeProgressEndedEvent":"itemSwipeProgressEnded","loadMoreDataRequestedEvent":"loadMoreDataRequested","pullToRefreshInitiatedEvent":"pullToRefreshInitiated","itemLoadingEvent":"itemLoading","pullToRefreshStyleProperty":{"__symbolic":"error","message":"Function call not supported","line":452,"character":26},"headerItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":462,"character":26},"footerItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":471,"character":26},"reorderModeProperty":{"__symbolic":"error","message":"Function call not supported","line":480,"character":26},"listViewLayoutProperty":{"__symbolic":"error","message":"Function call not supported","line":489,"character":26},"loadOnDemandItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":498,"character":26},"itemTemplateSelectorProperty":{"__symbolic":"error","message":"Function call not supported","line":507,"character":26},"itemTemplatesProperty":{"__symbolic":"error","message":"Function call not supported","line":516,"character":28},"itemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":532,"character":26},"itemSwipeTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":541,"character":26},"multipleSelectionProperty":{"__symbolic":"error","message":"Function call not supported","line":551,"character":26},"itemReorderProperty":{"__symbolic":"error","message":"Function call not supported","line":561,"character":26},"itemSwipeProperty":{"__symbolic":"error","message":"Function call not supported","line":571,"character":26},"swipeActionsProperty":{"__symbolic":"error","message":"Function call not supported","line":581,"character":26},"pullToRefreshProperty":{"__symbolic":"error","message":"Function call not supported","line":591,"character":26},"loadOnDemandModeProperty":{"__symbolic":"error","message":"Function call not supported","line":600,"character":26},"loadOnDemandBufferSizeProperty":{"__symbolic":"error","message":"Function call not supported","line":610,"character":26},"selectionBehaviorProperty":{"__symbolic":"error","message":"Function call not supported","line":619,"character":26},"itemsProperty":{"__symbolic":"error","message":"Function call not supported","line":628,"character":26},"scrollPositionProperty":{"__symbolic":"error","message":"Function call not supported","line":637,"character":26}}}}}] | ||
[{"__symbolic":"module","version":3,"metadata":{"PullToRefreshStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase"},"members":{"onIndicatorColorPropertyChanged":[{"__symbolic":"method"}],"onIndicatorBackgroundColorPropertyChanged":[{"__symbolic":"method"}]},"statics":{"indicatorColorProperty":{"__symbolic":"error","message":"Function call not supported","line":84,"character":26},"indicatorBackgroundColorProperty":{"__symbolic":"error","message":"Function call not supported","line":93,"character":26}}},"ReorderHandle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/layouts/stack-layout","name":"StackLayout"},"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ListViewScrollEventData":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ListViewEventData":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}]}},"SwipeActionsEventData":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ListViewEventData"}},"ListViewLayoutBase":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase"},"members":{"onScrollDirectionPropertyChanged":[{"__symbolic":"method"}],"onScrollDirectionChanged":[{"__symbolic":"method"}],"onItemInsertAnimationPropertyChanged":[{"__symbolic":"method"}],"onItemInsertAnimationChanged":[{"__symbolic":"method"}],"onItemDeleteAnimationPropertyChanged":[{"__symbolic":"method"}],"onItemDeleteAnimationChanged":[{"__symbolic":"method"}],"onItemWidthPropertyChanged":[{"__symbolic":"method"}],"onItemWidthChanged":[{"__symbolic":"method"}],"onItemHeightPropertyChanged":[{"__symbolic":"method"}],"onItemHeightChanged":[{"__symbolic":"method"}],"_onOwnerUICreated":[{"__symbolic":"method"}]},"statics":{"scrollDirectionProperty":{"__symbolic":"error","message":"Function call not supported","line":280,"character":26},"itemInsertAnimationProperty":{"__symbolic":"error","message":"Function call not supported","line":296,"character":26},"itemDeleteAnimationProperty":{"__symbolic":"error","message":"Function call not supported","line":312,"character":26},"itemWidthProperty":{"__symbolic":"error","message":"Function call not supported","line":329,"character":26},"itemHeightProperty":{"__symbolic":"error","message":"Function call not supported","line":346,"character":26}}},"RadListView":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"View"},"members":{"_reorderItemInSource":[{"__symbolic":"method"}],"suspendUpdates":[{"__symbolic":"method"}],"resumeUpdates":[{"__symbolic":"method"}],"updatesSuspended":[{"__symbolic":"method"}],"getItemAtIndex":[{"__symbolic":"method"}],"selectItemAt":[{"__symbolic":"method"}],"deselectItemAt":[{"__symbolic":"method"}],"selectAll":[{"__symbolic":"method"}],"deselectAll":[{"__symbolic":"method"}],"isItemSelected":[{"__symbolic":"method"}],"getSelectedItems":[{"__symbolic":"method"}],"getViewForItem":[{"__symbolic":"method"}],"resolveTemplateView":[{"__symbolic":"method"}],"getViewForViewType":[{"__symbolic":"method"}],"_getDefaultItemContent":[{"__symbolic":"method"}],"getTemplateFromSelector":[{"__symbolic":"method"}],"onPullToRefreshStylePropertyChanged":[{"__symbolic":"method"}],"onHeaderItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onFooterItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onListViewReorderModePropertyChanged":[{"__symbolic":"method"}],"onLayoutPropertyChanged":[{"__symbolic":"method"}],"onItemTemplateSelectorPropertyChanged":[{"__symbolic":"method"}],"onItemTemplatesPropertyChanged":[{"__symbolic":"method"}],"onItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onItemSwipeTemplatePropertyChanged":[{"__symbolic":"method"}],"onMultipleSelectionPropertyChanged":[{"__symbolic":"method"}],"onItemReorderPropertyChanged":[{"__symbolic":"method"}],"onItemSwipePropertyChanged":[{"__symbolic":"method"}],"onSwipeActionsPropertyChanged":[{"__symbolic":"method"}],"onPullToRefreshPropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandModePropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandBufferSizePropertyChanged":[{"__symbolic":"method"}],"onSelectionBehaviorPropertyChanged":[{"__symbolic":"method"}],"onItemsPropertyChanged":[{"__symbolic":"method"}],"onScrollPositionPropertyChanged":[{"__symbolic":"method"}],"onItemViewLoaderChanged":[{"__symbolic":"method"}],"onPullToRefreshStyleChanged":[{"__symbolic":"method"}],"onHeaderItemTemplateChanged":[{"__symbolic":"method"}],"onFooterItemTemplateChanged":[{"__symbolic":"method"}],"onLoadOnDemandItemTemplateChanged":[{"__symbolic":"method"}],"onReorderModeChanged":[{"__symbolic":"method"}],"onListViewLayoutChanged":[{"__symbolic":"method"}],"onItemTemplateSelectorChanged":[{"__symbolic":"method"}],"onItemTemplatesChanged":[{"__symbolic":"method"}],"onItemTemplateChanged":[{"__symbolic":"method"}],"onItemSwipeTemplateChanged":[{"__symbolic":"method"}],"onMultipleSelectionChanged":[{"__symbolic":"method"}],"onItemReorderChanged":[{"__symbolic":"method"}],"onItemSwipeChanged":[{"__symbolic":"method"}],"onSwipeActionsChanged":[{"__symbolic":"method"}],"onPullToRefreshChanged":[{"__symbolic":"method"}],"onLoadOnDemandModeChanged":[{"__symbolic":"method"}],"onLoadOnDemandBufferSizeChanged":[{"__symbolic":"method"}],"onSelectionBehaviorChanged":[{"__symbolic":"method"}],"onSourceCollectionChangedInternal":[{"__symbolic":"method"}],"onItemsChangedInternal":[{"__symbolic":"method"}],"onItemsChanged":[{"__symbolic":"method"}],"onScrollPositionChanged":[{"__symbolic":"method"}],"onSourceCollectionChanged":[{"__symbolic":"method"}],"refresh":[{"__symbolic":"method"}],"getScrollOffset":[{"__symbolic":"method"}],"scrollToIndex":[{"__symbolic":"method"}],"scrollWithAmount":[{"__symbolic":"method"}],"notifyLoadOnDemandFinished":[{"__symbolic":"method"}],"notifyPullToRefreshFinished":[{"__symbolic":"method"}],"notifySwipeToExecuteFinished":[{"__symbolic":"method"}]},"statics":{"knownFunctions":["itemTemplateSelector"],"scrolledEvent":"scrolled","scrollDragEndedEvent":"scrollDragEnded","scrollStartedEvent":"scrollStarted","scrollEndedEvent":"scrollEnded","itemSelectingEvent":"itemSelecting","itemDeselectingEvent":"itemDeselecting","itemTapEvent":"itemTap","itemHoldEvent":"itemHold","itemSelectedEvent":"itemSelected","itemDeselectedEvent":"itemDeselected","itemReorderStartingEvent":"itemReorderStarting","itemReorderedEvent":"itemReordered","itemReorderStartedEvent":"itemReorderStarted","itemSwipingEvent":"itemSwiping","itemSwipeProgressChangedEvent":"itemSwipeProgressChanged","itemSwipeProgressStartedEvent":"itemSwipeProgressStarted","itemSwipeProgressEndedEvent":"itemSwipeProgressEnded","loadMoreDataRequestedEvent":"loadMoreDataRequested","pullToRefreshInitiatedEvent":"pullToRefreshInitiated","itemLoadingEvent":"itemLoading","pullToRefreshStyleProperty":{"__symbolic":"error","message":"Function call not supported","line":444,"character":26},"headerItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":454,"character":26},"footerItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":463,"character":26},"reorderModeProperty":{"__symbolic":"error","message":"Function call not supported","line":472,"character":26},"listViewLayoutProperty":{"__symbolic":"error","message":"Function call not supported","line":481,"character":26},"loadOnDemandItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":490,"character":26},"itemTemplateSelectorProperty":{"__symbolic":"error","message":"Function call not supported","line":499,"character":26},"itemTemplatesProperty":{"__symbolic":"error","message":"Function call not supported","line":508,"character":28},"itemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":524,"character":26},"itemSwipeTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":533,"character":26},"multipleSelectionProperty":{"__symbolic":"error","message":"Function call not supported","line":543,"character":26},"itemReorderProperty":{"__symbolic":"error","message":"Function call not supported","line":553,"character":26},"itemSwipeProperty":{"__symbolic":"error","message":"Function call not supported","line":563,"character":26},"swipeActionsProperty":{"__symbolic":"error","message":"Function call not supported","line":573,"character":26},"pullToRefreshProperty":{"__symbolic":"error","message":"Function call not supported","line":583,"character":26},"loadOnDemandModeProperty":{"__symbolic":"error","message":"Function call not supported","line":592,"character":26},"loadOnDemandBufferSizeProperty":{"__symbolic":"error","message":"Function call not supported","line":602,"character":26},"selectionBehaviorProperty":{"__symbolic":"error","message":"Function call not supported","line":611,"character":26},"itemsProperty":{"__symbolic":"error","message":"Function call not supported","line":620,"character":26},"scrollPositionProperty":{"__symbolic":"error","message":"Function call not supported","line":629,"character":26}}}}},{"__symbolic":"module","version":1,"metadata":{"PullToRefreshStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase"},"members":{"onIndicatorColorPropertyChanged":[{"__symbolic":"method"}],"onIndicatorBackgroundColorPropertyChanged":[{"__symbolic":"method"}]},"statics":{"indicatorColorProperty":{"__symbolic":"error","message":"Function call not supported","line":84,"character":26},"indicatorBackgroundColorProperty":{"__symbolic":"error","message":"Function call not supported","line":93,"character":26}}},"ReorderHandle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/layouts/stack-layout","name":"StackLayout"},"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ListViewScrollEventData":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ListViewEventData":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}]}},"SwipeActionsEventData":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ListViewEventData"}},"ListViewLayoutBase":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase"},"members":{"onScrollDirectionPropertyChanged":[{"__symbolic":"method"}],"onScrollDirectionChanged":[{"__symbolic":"method"}],"onItemInsertAnimationPropertyChanged":[{"__symbolic":"method"}],"onItemInsertAnimationChanged":[{"__symbolic":"method"}],"onItemDeleteAnimationPropertyChanged":[{"__symbolic":"method"}],"onItemDeleteAnimationChanged":[{"__symbolic":"method"}],"onItemWidthPropertyChanged":[{"__symbolic":"method"}],"onItemWidthChanged":[{"__symbolic":"method"}],"onItemHeightPropertyChanged":[{"__symbolic":"method"}],"onItemHeightChanged":[{"__symbolic":"method"}],"_onOwnerUICreated":[{"__symbolic":"method"}]},"statics":{"scrollDirectionProperty":{"__symbolic":"error","message":"Function call not supported","line":280,"character":26},"itemInsertAnimationProperty":{"__symbolic":"error","message":"Function call not supported","line":296,"character":26},"itemDeleteAnimationProperty":{"__symbolic":"error","message":"Function call not supported","line":312,"character":26},"itemWidthProperty":{"__symbolic":"error","message":"Function call not supported","line":329,"character":26},"itemHeightProperty":{"__symbolic":"error","message":"Function call not supported","line":346,"character":26}}},"RadListView":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"View"},"members":{"_reorderItemInSource":[{"__symbolic":"method"}],"suspendUpdates":[{"__symbolic":"method"}],"resumeUpdates":[{"__symbolic":"method"}],"updatesSuspended":[{"__symbolic":"method"}],"getItemAtIndex":[{"__symbolic":"method"}],"selectItemAt":[{"__symbolic":"method"}],"deselectItemAt":[{"__symbolic":"method"}],"selectAll":[{"__symbolic":"method"}],"deselectAll":[{"__symbolic":"method"}],"isItemSelected":[{"__symbolic":"method"}],"getSelectedItems":[{"__symbolic":"method"}],"getViewForItem":[{"__symbolic":"method"}],"resolveTemplateView":[{"__symbolic":"method"}],"getViewForViewType":[{"__symbolic":"method"}],"_getDefaultItemContent":[{"__symbolic":"method"}],"getTemplateFromSelector":[{"__symbolic":"method"}],"onPullToRefreshStylePropertyChanged":[{"__symbolic":"method"}],"onHeaderItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onFooterItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onListViewReorderModePropertyChanged":[{"__symbolic":"method"}],"onLayoutPropertyChanged":[{"__symbolic":"method"}],"onItemTemplateSelectorPropertyChanged":[{"__symbolic":"method"}],"onItemTemplatesPropertyChanged":[{"__symbolic":"method"}],"onItemTemplatePropertyChanged":[{"__symbolic":"method"}],"onItemSwipeTemplatePropertyChanged":[{"__symbolic":"method"}],"onMultipleSelectionPropertyChanged":[{"__symbolic":"method"}],"onItemReorderPropertyChanged":[{"__symbolic":"method"}],"onItemSwipePropertyChanged":[{"__symbolic":"method"}],"onSwipeActionsPropertyChanged":[{"__symbolic":"method"}],"onPullToRefreshPropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandModePropertyChanged":[{"__symbolic":"method"}],"onLoadOnDemandBufferSizePropertyChanged":[{"__symbolic":"method"}],"onSelectionBehaviorPropertyChanged":[{"__symbolic":"method"}],"onItemsPropertyChanged":[{"__symbolic":"method"}],"onScrollPositionPropertyChanged":[{"__symbolic":"method"}],"onItemViewLoaderChanged":[{"__symbolic":"method"}],"onPullToRefreshStyleChanged":[{"__symbolic":"method"}],"onHeaderItemTemplateChanged":[{"__symbolic":"method"}],"onFooterItemTemplateChanged":[{"__symbolic":"method"}],"onLoadOnDemandItemTemplateChanged":[{"__symbolic":"method"}],"onReorderModeChanged":[{"__symbolic":"method"}],"onListViewLayoutChanged":[{"__symbolic":"method"}],"onItemTemplateSelectorChanged":[{"__symbolic":"method"}],"onItemTemplatesChanged":[{"__symbolic":"method"}],"onItemTemplateChanged":[{"__symbolic":"method"}],"onItemSwipeTemplateChanged":[{"__symbolic":"method"}],"onMultipleSelectionChanged":[{"__symbolic":"method"}],"onItemReorderChanged":[{"__symbolic":"method"}],"onItemSwipeChanged":[{"__symbolic":"method"}],"onSwipeActionsChanged":[{"__symbolic":"method"}],"onPullToRefreshChanged":[{"__symbolic":"method"}],"onLoadOnDemandModeChanged":[{"__symbolic":"method"}],"onLoadOnDemandBufferSizeChanged":[{"__symbolic":"method"}],"onSelectionBehaviorChanged":[{"__symbolic":"method"}],"onSourceCollectionChangedInternal":[{"__symbolic":"method"}],"onItemsChangedInternal":[{"__symbolic":"method"}],"onItemsChanged":[{"__symbolic":"method"}],"onScrollPositionChanged":[{"__symbolic":"method"}],"onSourceCollectionChanged":[{"__symbolic":"method"}],"refresh":[{"__symbolic":"method"}],"getScrollOffset":[{"__symbolic":"method"}],"scrollToIndex":[{"__symbolic":"method"}],"scrollWithAmount":[{"__symbolic":"method"}],"notifyLoadOnDemandFinished":[{"__symbolic":"method"}],"notifyPullToRefreshFinished":[{"__symbolic":"method"}],"notifySwipeToExecuteFinished":[{"__symbolic":"method"}]},"statics":{"knownFunctions":["itemTemplateSelector"],"scrolledEvent":"scrolled","scrollDragEndedEvent":"scrollDragEnded","scrollStartedEvent":"scrollStarted","scrollEndedEvent":"scrollEnded","itemSelectingEvent":"itemSelecting","itemDeselectingEvent":"itemDeselecting","itemTapEvent":"itemTap","itemHoldEvent":"itemHold","itemSelectedEvent":"itemSelected","itemDeselectedEvent":"itemDeselected","itemReorderStartingEvent":"itemReorderStarting","itemReorderedEvent":"itemReordered","itemReorderStartedEvent":"itemReorderStarted","itemSwipingEvent":"itemSwiping","itemSwipeProgressChangedEvent":"itemSwipeProgressChanged","itemSwipeProgressStartedEvent":"itemSwipeProgressStarted","itemSwipeProgressEndedEvent":"itemSwipeProgressEnded","loadMoreDataRequestedEvent":"loadMoreDataRequested","pullToRefreshInitiatedEvent":"pullToRefreshInitiated","itemLoadingEvent":"itemLoading","pullToRefreshStyleProperty":{"__symbolic":"error","message":"Function call not supported","line":444,"character":26},"headerItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":454,"character":26},"footerItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":463,"character":26},"reorderModeProperty":{"__symbolic":"error","message":"Function call not supported","line":472,"character":26},"listViewLayoutProperty":{"__symbolic":"error","message":"Function call not supported","line":481,"character":26},"loadOnDemandItemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":490,"character":26},"itemTemplateSelectorProperty":{"__symbolic":"error","message":"Function call not supported","line":499,"character":26},"itemTemplatesProperty":{"__symbolic":"error","message":"Function call not supported","line":508,"character":28},"itemTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":524,"character":26},"itemSwipeTemplateProperty":{"__symbolic":"error","message":"Function call not supported","line":533,"character":26},"multipleSelectionProperty":{"__symbolic":"error","message":"Function call not supported","line":543,"character":26},"itemReorderProperty":{"__symbolic":"error","message":"Function call not supported","line":553,"character":26},"itemSwipeProperty":{"__symbolic":"error","message":"Function call not supported","line":563,"character":26},"swipeActionsProperty":{"__symbolic":"error","message":"Function call not supported","line":573,"character":26},"pullToRefreshProperty":{"__symbolic":"error","message":"Function call not supported","line":583,"character":26},"loadOnDemandModeProperty":{"__symbolic":"error","message":"Function call not supported","line":592,"character":26},"loadOnDemandBufferSizeProperty":{"__symbolic":"error","message":"Function call not supported","line":602,"character":26},"selectionBehaviorProperty":{"__symbolic":"error","message":"Function call not supported","line":611,"character":26},"itemsProperty":{"__symbolic":"error","message":"Function call not supported","line":620,"character":26},"scrollPositionProperty":{"__symbolic":"error","message":"Function call not supported","line":629,"character":26}}}}}] |
{ | ||
"name": "nativescript-telerik-ui", | ||
"version": "3.1.1", | ||
"version": "3.1.2-2017-9-21-7", | ||
"description": "Progress NativeScript UI is a set of rich-ui, cross-platform components based on the native iOS and Android libraries provided by Telerik.", | ||
"nativescript": { | ||
"ios": "3.2.0", | ||
"android": "3.2.0" | ||
"ios": "3.1.0", | ||
"android": "3.1.0" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
34628633
47144
2