This repository was archived by the owner on Jun 24, 2021. It is now read-only.
File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 2
2
* Contains the PullToRefresh class, which represents a Layout that contains the UI pattern for pull-to-refresh
3
3
*/
4
4
5
- import common = require( "./pulltorefresh-common" ) ;
6
- export declare class PullToRefresh extends common . PullToRefresh {
5
+ export declare class PullToRefresh {
7
6
8
7
/**
9
8
* String value used when hooking to the onRefresh event.
@@ -23,17 +22,10 @@ export declare class PullToRefresh extends common.PullToRefresh {
23
22
/**
24
23
* Returns the native iOS UIRefreshControl
25
24
*/
26
- refreshControl : UIRefreshControl
25
+ refreshControl : any /// UIRefreshControl
27
26
28
27
/*
29
28
* Gets or sets if the view is refreshing
30
29
*/
31
30
refreshing : boolean ;
32
-
33
- /**
34
- * Raised when a refresh event occurs.
35
- */
36
- on ( event : string , callback : ( args : observable . EventData ) => void , thisArg ?: any ) ;
37
- on ( event : "refresh" , callback : ( args : observable . EventData ) => void , thisArg ?: any ) ;
38
-
39
31
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-pulltorefresh" ,
3
- "version" : " 1.1.6 " ,
3
+ "version" : " 1.1.7 " ,
4
4
"description" : " A NativeScript plugin to provide the Pull to Refresh control on any view." ,
5
5
"main" : " pulltorefresh.js" ,
6
6
"typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments