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
7
node_modules/@mui/x-date-pickers/internals/constants/dimensions.d.ts
generated
vendored
Normal file
7
node_modules/@mui/x-date-pickers/internals/constants/dimensions.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export declare const DAY_SIZE = 36;
|
||||
export declare const DAY_MARGIN = 2;
|
||||
export declare const DIALOG_WIDTH = 320;
|
||||
export declare const MAX_CALENDAR_HEIGHT = 280;
|
||||
export declare const VIEW_HEIGHT = 336;
|
||||
export declare const DIGITAL_CLOCK_VIEW_HEIGHT = 232;
|
||||
export declare const MULTI_SECTION_CLOCK_SECTION_WIDTH = 48;
|
||||
Loading…
Add table
Add a link
Reference in a new issue