File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/ionic-portals" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Ionic Portals - Supercharged Web Views for iOS and Android" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ declare class PortalBuilder extends NSObject {
25
25
26
26
setInitialContext ( initialContext : NSDictionary < string , any > ) : PortalBuilder ;
27
27
28
+ setLiveUpdateConfigWithLiveUpdateConfigUpdateOnAppLoad ( liveUpdateConfig : IONLiveUpdate , updateOnAppLoad : boolean ) : PortalBuilder ;
29
+
28
30
setStartDir ( startDir : string ) : PortalBuilder ;
29
31
}
30
32
@@ -63,9 +65,13 @@ declare class PortalWebView extends UIView {
63
65
64
66
static new ( ) : PortalWebView ; // inherited from NSObject
65
67
68
+ readonly bridge : CAPBridgeProtocol ;
69
+
66
70
constructor ( o : { portal : Portal } ) ;
67
71
68
72
initWithPortal ( portal : Portal ) : this;
73
+
74
+ reload ( ) : void ;
69
75
}
70
76
71
77
declare class PortalsPlugin extends CAPPlugin {
You can’t perform that action at this time.
0 commit comments