File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 66 "demo" : true ,
77 "demo-ng" : true ,
88 "bin/**" : true
9- }
9+ },
10+ "typescript.tsdk" : " node_modules/typescript/lib"
1011}
Original file line number Diff line number Diff line change 88 text-align : center;
99 text-decoration : underline;
1010 margin : 20 ;
11+ border-width : 2 ;
12+ border-color : black;
1113}
1214.changed-styles {
1315 padding : 10 ;
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import {
3333 DropDownBase ,
3434 Length ,
3535 backgroundColorProperty ,
36- backgroundInternalProperty ,
3736 colorProperty ,
3837 fontInternalProperty ,
3938 hintProperty ,
@@ -191,13 +190,6 @@ export class DropDown extends DropDownBase {
191190 this . _listPicker . reloadAllComponents ( ) ;
192191 }
193192
194- public [ backgroundInternalProperty . getDefault ] ( ) : UIColor {
195- return null ;
196- }
197- public [ backgroundInternalProperty . setNative ] ( value : Color ) {
198- //
199- }
200-
201193 public [ fontInternalProperty . getDefault ] ( ) : UIFont {
202194 return this . nativeView . font ;
203195 }
You can’t perform that action at this time.
0 commit comments