File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,6 @@ demo-vue/platforms/
17
17
! demo-vue /app /app.js
18
18
* .aar
19
19
/src /* .tgz
20
- * .d.ts
21
- ! * references.d.ts
22
- ! * index.d.ts
23
- ! * datetimepicker.d.ts
24
- ! * date-picker-field.d.ts
25
- ! * time-picker-field.d.ts
26
20
/publish /package /* .tgz
27
21
/publish /package /** /*
28
22
/publish /src /** /*
Original file line number Diff line number Diff line change
1
+ export declare class LocalizationUtils {
2
+ private static _localesCache ;
3
+ static createNativeLocale ( locale ?: string ) : any ;
4
+ static createDefaultTimeFormat ( context : any ) : string ;
5
+ static createNativeDateFormatter ( formatPattern : string , nativeLocale : any ) : any ;
6
+ static createNativeTimeFormatter ( formatPattern : string , nativeLocale : any ) : any ;
7
+ static formatDateTime ( formatter : any , dateTime : Date ) : string ;
8
+ static is24Hours ( formatter : any ) : boolean ;
9
+ }
You can’t perform that action at this time.
0 commit comments