tmp
This commit is contained in:
@@ -32,7 +32,10 @@ export default class Calendar extends SuperComponent {
|
||||
ready(): void;
|
||||
};
|
||||
observers: {
|
||||
localeText(): void;
|
||||
globalConfig(): void;
|
||||
type(v: any): void;
|
||||
allowSameDay(v: any): void;
|
||||
confirmBtn(v: any): void;
|
||||
'firstDayOfWeek,minDate,maxDate'(firstDayOfWeek: any, minDate: any, maxDate: any): void;
|
||||
value(v: any): void;
|
||||
@@ -47,7 +50,7 @@ export default class Calendar extends SuperComponent {
|
||||
month: number;
|
||||
};
|
||||
updateActionButton(value: Date): void;
|
||||
updateCurrentMonth(): void;
|
||||
updateCurrentMonth(newValue?: any): void;
|
||||
calcCurrentMonth(newValue?: any): void;
|
||||
calcMonths(): void;
|
||||
close(trigger: any): void;
|
||||
|
||||
Reference in New Issue
Block a user