File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,6 @@ demo-vue/platforms/
1717! demo-vue /app /app.js
1818* .aar
1919/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
2620/publish /package /* .tgz
2721/publish /package /** /*
2822/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