nativescript-telerik-ui
Advanced tools
Comparing version 3.1.1 to 3.1.2-2017-10-5-1
@@ -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-10-5-1", | ||
"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" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://www.github.com/telerik/nativescript-ui-samples.git" | ||
"url": "http://www.github.com/telerik/nativescript-ui-feedback.git" | ||
}, | ||
@@ -13,0 +13,0 @@ "bugs": { |
@@ -1,49 +0,3 @@ | ||
# Welcome to Progress NativeScript UI | ||
Progress NativeScript UI Free a free suite of free UI components targeting the NativeScript platform. The controls are based on the familiar [Progress Telerik UI for Android](http://www.telerik.com/android-ui) and [Progress Telerik UI for iOS](http://www.telerik.com/ios-ui) suites and expose common API for utilizing these suites Android and iOS cross-platform development. | ||
__DEPRECATED__ | ||
The suite offers the following two components: | ||
### ListView | ||
ListView for NativeScript is suitable for virtually every mobile application. It’s native underneath which allows for ultimate performance on both iOS and Android. It’s features will enhance your app in many ways. Here they are: | ||
- Multiple templates | ||
- Pull-to-refresh | ||
- Load-on-demand | ||
- Swipe cell to execute | ||
- Header and footer | ||
- Item animations | ||
- Wrap and grid layouts | ||
- Item reorder | ||
- Styling customizations support through code and CSS | ||
<img src="http://www.telerik.com/sfimages/default-source/blogs/ui-for-nativescript/listview-nativescript.png?Status=Temp&sfvrsn=2"> | ||
### SideDrawer | ||
- Different animated transition modes: Fade, Push, Reveal, Reverse Slide Out, Scale Down Pusher, Scale Up, Slide Along, Slide In on Top | ||
- Ability to appear from all four sides of the screen | ||
- Support for custom content | ||
<img src="http://www.telerik.com/sfimages/default-source/blogs/ui-for-nativescript/sidedrawer-nativescript.png?Status=Temp&sfvrsn=2"> | ||
## UI for NativeScript Pro | ||
If you want more components, check out [UI for NativeScript Pro](http://www.telerik.com/nativescript-ui). It is an upgrade of UI for NativeScript Free, and offers premium components like Chart and Calendar, as well as support from the same guys that built the components. For more information about it, please check [UI for NativeScript product page](http://www.telerik.com/nativescript-ui) and get a free Trial from there or from [npmjs](https://www.npmjs.com/package/nativescript-telerik-ui-pro). | ||
## Getting started | ||
For more information on how to use Progress NativeScript UI, please visit the documentation website here [http://docs.telerik.com/devtools/nativescript-ui](http://docs.telerik.com/devtools/nativescript-ui). | ||
You can also take a look at the SDK samples application which is available on GitHub and contains simple scenarios covering all features of the components in Progress NativeScript UI: [http://www.github.com/telerik/nativescript-ui-samples](http://www.github.com/telerik/nativescript-ui-samples). | ||
If you prefer to use Progress NativeScript UI with Angular you can also benefit from our dedicated Angular examples here: [http://www.github.com/telerik/nativescript-ui-samples-angular](http://www.github.com/telerik/nativescript-ui-samples-angular). | ||
Not that this application uses the Progress NativeScript UI Pro plugin as it contains examples of all available components - ListView, SideDrawer, Chart, Calendar, Gauges, DataForm, AutoCompleteTextView. | ||
## License | ||
Progress NativeScript UI Free is licensed under the [Telerik End User License Agreement for UI for NativeScript Free](http://www.telerik.com/purchase/license-agreement/ui-for-nativescript-free). | ||
**Progress NativeScript UI** is now completely free. This package is deprecated, please download the latest version of this package: [nativescript-pro-ui](https://www.npmjs.com/package/nativescript-pro-ui) |
@@ -1,1 +0,1 @@ | ||
console.log("Progress NativeScript UI Free is licensed under the Telerik End User License Agreement for UI for NativeScript Free: http://www.telerik.com/purchase/license-agreement/ui-for-nativescript-free"); | ||
console.log("ATTENTION: nativescript-telerik-ui is now deprecated. Use https://www.npmjs.com/package/nativescript-pro-ui instead."); |
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
34625821
47145
2
4