Added Statistics calculation
Statistics now show calculated values
This commit is contained in:
parent
fe87374e47
commit
fc0f69dacb
2147 changed files with 141321 additions and 39 deletions
23
node_modules/@mui/x-date-pickers/DateCalendar/dayCalendarClasses.d.ts
generated
vendored
Normal file
23
node_modules/@mui/x-date-pickers/DateCalendar/dayCalendarClasses.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
export interface DayCalendarClasses {
|
||||
/** Styles applied to the root element. */
|
||||
root: string;
|
||||
/** Styles applied to the header element. */
|
||||
header: string;
|
||||
/** Styles applied to the week day label element. */
|
||||
weekDayLabel: string;
|
||||
/** Styles applied to the loading container element. */
|
||||
loadingContainer: string;
|
||||
/** Styles applied to the slide transition element. */
|
||||
slideTransition: string;
|
||||
/** Styles applied to the month container element. */
|
||||
monthContainer: string;
|
||||
/** Styles applied to the week container element. */
|
||||
weekContainer: string;
|
||||
/** Styles applied to the week number header */
|
||||
weekNumberLabel: string;
|
||||
/** Styles applied to the week number element */
|
||||
weekNumber: string;
|
||||
}
|
||||
export type DayCalendarClassKey = keyof DayCalendarClasses;
|
||||
export declare const getDayCalendarUtilityClass: (slot: string) => string;
|
||||
export declare const dayCalendarClasses: DayCalendarClasses;
|
||||
Loading…
Add table
Add a link
Reference in a new issue