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
16
node_modules/@mui/x-date-pickers/internals/components/PickerViewRoot/PickerViewRoot.js
generated
vendored
Normal file
16
node_modules/@mui/x-date-pickers/internals/components/PickerViewRoot/PickerViewRoot.js
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.PickerViewRoot = void 0;
|
||||
var _styles = require("@mui/material/styles");
|
||||
var _dimensions = require("../../constants/dimensions");
|
||||
const PickerViewRoot = exports.PickerViewRoot = (0, _styles.styled)('div')({
|
||||
overflow: 'hidden',
|
||||
width: _dimensions.DIALOG_WIDTH,
|
||||
maxHeight: _dimensions.VIEW_HEIGHT,
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
margin: '0 auto'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue