1
0
Fork 0

Added Statistics calculation

Statistics now show calculated values
This commit is contained in:
Techognito 2025-09-04 17:30:00 +02:00
parent fe87374e47
commit fc0f69dacb
2147 changed files with 141321 additions and 39 deletions

48
node_modules/@mui/x-date-pickers/esm/icons/index.d.ts generated vendored Normal file
View file

@ -0,0 +1,48 @@
/**
* @ignore - internal component.
*/
export declare const ArrowDropDownIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
muiName: string;
};
/**
* @ignore - internal component.
*/
export declare const ArrowLeftIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
muiName: string;
};
/**
* @ignore - internal component.
*/
export declare const ArrowRightIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
muiName: string;
};
/**
* @ignore - internal component.
*/
export declare const CalendarIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
muiName: string;
};
/**
* @ignore - internal component.
*/
export declare const ClockIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
muiName: string;
};
/**
* @ignore - internal component.
*/
export declare const DateRangeIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
muiName: string;
};
/**
* @ignore - internal component.
*/
export declare const TimeIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
muiName: string;
};
/**
* @ignore - internal component.
*/
export declare const ClearIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
muiName: string;
};

67
node_modules/@mui/x-date-pickers/esm/icons/index.js generated vendored Normal file
View file

@ -0,0 +1,67 @@
import { createSvgIcon } from '@mui/material/utils';
import * as React from 'react';
/**
* @ignore - internal component.
*/
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowDropDownIcon = createSvgIcon(/*#__PURE__*/_jsx("path", {
d: "M7 10l5 5 5-5z"
}), 'ArrowDropDown');
/**
* @ignore - internal component.
*/
export const ArrowLeftIcon = createSvgIcon(/*#__PURE__*/_jsx("path", {
d: "M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"
}), 'ArrowLeft');
/**
* @ignore - internal component.
*/
export const ArrowRightIcon = createSvgIcon(/*#__PURE__*/_jsx("path", {
d: "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"
}), 'ArrowRight');
/**
* @ignore - internal component.
*/
export const CalendarIcon = createSvgIcon(/*#__PURE__*/_jsx("path", {
d: "M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"
}), 'Calendar');
/**
* @ignore - internal component.
*/
export const ClockIcon = createSvgIcon(/*#__PURE__*/_jsxs(React.Fragment, {
children: [/*#__PURE__*/_jsx("path", {
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
}), /*#__PURE__*/_jsx("path", {
d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"
})]
}), 'Clock');
/**
* @ignore - internal component.
*/
export const DateRangeIcon = createSvgIcon(/*#__PURE__*/_jsx("path", {
d: "M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"
}), 'DateRange');
/**
* @ignore - internal component.
*/
export const TimeIcon = createSvgIcon(/*#__PURE__*/_jsxs(React.Fragment, {
children: [/*#__PURE__*/_jsx("path", {
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
}), /*#__PURE__*/_jsx("path", {
d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"
})]
}), 'Time');
/**
* @ignore - internal component.
*/
export const ClearIcon = createSvgIcon(/*#__PURE__*/_jsx("path", {
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
}), 'Clear');