@matteoaliano/forest-ui 0.4.3 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-IWYN6REP.mjs → chunk-TECEHFAG.mjs} +1023 -238
- package/dist/chunk-TECEHFAG.mjs.map +1 -0
- package/dist/index.d.mts +225 -4
- package/dist/index.d.ts +225 -4
- package/dist/index.js +2607 -724
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1247 -249
- package/dist/index.mjs.map +1 -1
- package/dist/theme.d.mts +3 -1
- package/dist/theme.d.ts +3 -1
- package/dist/theme.js +1093 -283
- package/dist/theme.js.map +1 -1
- package/dist/theme.mjs +96 -2
- package/dist/theme.mjs.map +1 -1
- package/package.json +1 -1
- package/skills/forest-agency/SKILL.md +22 -11
- package/skills/forest-agency/references/components.md +156 -48
- package/skills/forest-agency/references/patterns.md +81 -11
- package/skills/forest-alkemy-plus/SKILL.md +94 -0
- package/skills/forest-alkemy-plus/references/components.md +202 -0
- package/skills/forest-alkemy-plus/references/patterns.md +326 -0
- package/skills/forest-external/SKILL.md +22 -11
- package/skills/forest-external/references/components.md +156 -48
- package/skills/forest-external/references/patterns.md +81 -11
- package/skills/forest-internal/SKILL.md +22 -11
- package/skills/forest-internal/references/components.md +156 -48
- package/skills/forest-internal/references/patterns.md +81 -11
- package/dist/chunk-IWYN6REP.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { Theme } from '@mui/material/styles';
|
|
3
|
-
export { DesignTokens, PresetVariantConfig, ThemePreset, alpha, avatarColors, base, bg, border, breadcrumbColors, buildTheme, buildThemeOptions, buttonColors, chartColors, container, display, error, fg, focusRings, fontFamily, fontFamilyMono, fontSize, fontWeight, forestAgencyPreset, forestExternalPreset, forestInternalPreset, forestTheme, forestThemeOptions, getAvailablePresets, getPreset, iconColors, info, lineHeight, navColors, radius, registerPreset, sliderColors, spacing, success, text, toggleColors, shadows as tokenShadows, warning, widths } from './theme.mjs';
|
|
3
|
+
export { DesignTokens, PresetVariantConfig, ThemePreset, alpha, avatarColors, base, bg, border, breadcrumbColors, buildTheme, buildThemeOptions, buttonColors, chartColors, container, display, error, fg, focusRings, fontFamily, fontFamilyMono, fontSize, fontWeight, forestAgencyPreset, forestAlkemyPlusPreset, forestExternalPreset, forestInternalPreset, forestTheme, forestThemeOptions, getAvailablePresets, getPreset, iconColors, info, lineHeight, navColors, radius, registerPreset, sliderColors, spacing, success, text, toggleColors, shadows as tokenShadows, warning, widths } from './theme.mjs';
|
|
4
4
|
import { AutocompleteProps } from '@mui/material/Autocomplete';
|
|
5
5
|
export { AutocompleteProps } from '@mui/material/Autocomplete';
|
|
6
6
|
import { ButtonProps as ButtonProps$1 } from '@mui/material/Button';
|
|
@@ -23,21 +23,52 @@ export { SwitchProps } from '@mui/material/Switch';
|
|
|
23
23
|
import { TextFieldProps } from '@mui/material/TextField';
|
|
24
24
|
export { TextFieldProps } from '@mui/material/TextField';
|
|
25
25
|
import { InputBaseProps } from '@mui/material/InputBase';
|
|
26
|
+
export { InputBaseProps } from '@mui/material/InputBase';
|
|
26
27
|
import { IconButtonProps as IconButtonProps$1 } from '@mui/material/IconButton';
|
|
27
28
|
import * as React$1 from 'react';
|
|
28
29
|
import React__default from 'react';
|
|
30
|
+
import * as _mui_material from '@mui/material';
|
|
29
31
|
import { BoxProps } from '@mui/material';
|
|
32
|
+
export { useFormControl, useMediaQuery, useScrollTrigger, useTheme } from '@mui/material';
|
|
30
33
|
import { ToggleButtonProps } from '@mui/material/ToggleButton';
|
|
31
34
|
export { ToggleButtonProps } from '@mui/material/ToggleButton';
|
|
32
35
|
import { ToggleButtonGroupProps } from '@mui/material/ToggleButtonGroup';
|
|
33
36
|
export { ToggleButtonGroupProps } from '@mui/material/ToggleButtonGroup';
|
|
34
37
|
import { DatePickerProps as DatePickerProps$1 } from '@mui/x-date-pickers/DatePicker';
|
|
38
|
+
import { FormControlProps } from '@mui/material/FormControl';
|
|
39
|
+
export { FormControlProps } from '@mui/material/FormControl';
|
|
40
|
+
import { FormControlLabelProps } from '@mui/material/FormControlLabel';
|
|
41
|
+
export { FormControlLabelProps } from '@mui/material/FormControlLabel';
|
|
42
|
+
import { FormGroupProps } from '@mui/material/FormGroup';
|
|
43
|
+
export { FormGroupProps } from '@mui/material/FormGroup';
|
|
44
|
+
import { FormHelperTextProps } from '@mui/material/FormHelperText';
|
|
45
|
+
export { FormHelperTextProps } from '@mui/material/FormHelperText';
|
|
46
|
+
import { FormLabelProps } from '@mui/material/FormLabel';
|
|
47
|
+
export { FormLabelProps } from '@mui/material/FormLabel';
|
|
48
|
+
import { InputAdornmentProps } from '@mui/material/InputAdornment';
|
|
49
|
+
export { InputAdornmentProps } from '@mui/material/InputAdornment';
|
|
50
|
+
import { InputLabelProps } from '@mui/material/InputLabel';
|
|
51
|
+
export { InputLabelProps } from '@mui/material/InputLabel';
|
|
52
|
+
import { OutlinedInputProps } from '@mui/material/OutlinedInput';
|
|
53
|
+
export { OutlinedInputProps } from '@mui/material/OutlinedInput';
|
|
54
|
+
import { FilledInputProps } from '@mui/material/FilledInput';
|
|
55
|
+
export { FilledInputProps } from '@mui/material/FilledInput';
|
|
56
|
+
import { AvatarProps } from '@mui/material/Avatar';
|
|
57
|
+
export { AvatarProps } from '@mui/material/Avatar';
|
|
58
|
+
import { AvatarGroupProps } from '@mui/material/AvatarGroup';
|
|
59
|
+
export { AvatarGroupProps } from '@mui/material/AvatarGroup';
|
|
35
60
|
import { BadgeProps } from '@mui/material/Badge';
|
|
36
61
|
export { BadgeProps } from '@mui/material/Badge';
|
|
37
62
|
import { ChipProps } from '@mui/material/Chip';
|
|
38
63
|
export { ChipProps } from '@mui/material/Chip';
|
|
39
64
|
import { DividerProps } from '@mui/material/Divider';
|
|
40
65
|
export { DividerProps } from '@mui/material/Divider';
|
|
66
|
+
import { ImageListProps } from '@mui/material/ImageList';
|
|
67
|
+
export { ImageListProps } from '@mui/material/ImageList';
|
|
68
|
+
import { ImageListItemProps } from '@mui/material/ImageListItem';
|
|
69
|
+
export { ImageListItemProps } from '@mui/material/ImageListItem';
|
|
70
|
+
import { ImageListItemBarProps } from '@mui/material/ImageListItemBar';
|
|
71
|
+
export { ImageListItemBarProps } from '@mui/material/ImageListItemBar';
|
|
41
72
|
import { ListProps } from '@mui/material/List';
|
|
42
73
|
export { ListProps } from '@mui/material/List';
|
|
43
74
|
import { ListItemProps } from '@mui/material/ListItem';
|
|
@@ -52,6 +83,10 @@ import { ListItemAvatarProps } from '@mui/material/ListItemAvatar';
|
|
|
52
83
|
export { ListItemAvatarProps } from '@mui/material/ListItemAvatar';
|
|
53
84
|
import { ListSubheaderProps } from '@mui/material/ListSubheader';
|
|
54
85
|
export { ListSubheaderProps } from '@mui/material/ListSubheader';
|
|
86
|
+
import { ListItemSecondaryActionProps } from '@mui/material/ListItemSecondaryAction';
|
|
87
|
+
export { ListItemSecondaryActionProps } from '@mui/material/ListItemSecondaryAction';
|
|
88
|
+
import { RatingProps } from '@mui/material/Rating';
|
|
89
|
+
export { RatingProps } from '@mui/material/Rating';
|
|
55
90
|
import { TableProps } from '@mui/material/Table';
|
|
56
91
|
export { TableProps } from '@mui/material/Table';
|
|
57
92
|
import { TableBodyProps } from '@mui/material/TableBody';
|
|
@@ -64,6 +99,12 @@ import { TableHeadProps } from '@mui/material/TableHead';
|
|
|
64
99
|
export { TableHeadProps } from '@mui/material/TableHead';
|
|
65
100
|
import { TableRowProps } from '@mui/material/TableRow';
|
|
66
101
|
export { TableRowProps } from '@mui/material/TableRow';
|
|
102
|
+
import { TableFooterProps } from '@mui/material/TableFooter';
|
|
103
|
+
export { TableFooterProps } from '@mui/material/TableFooter';
|
|
104
|
+
import { TablePaginationProps } from '@mui/material/TablePagination';
|
|
105
|
+
export { TablePaginationProps } from '@mui/material/TablePagination';
|
|
106
|
+
import { TableSortLabelProps } from '@mui/material/TableSortLabel';
|
|
107
|
+
export { TableSortLabelProps } from '@mui/material/TableSortLabel';
|
|
67
108
|
import { DataGridProps } from '@mui/x-data-grid';
|
|
68
109
|
export { DataGridProps, GridCellParams, GridColDef, GridFilterModel, GridPaginationModel, GridRowParams, GridRowsProp, GridSortModel } from '@mui/x-data-grid';
|
|
69
110
|
import { TooltipProps } from '@mui/material/Tooltip';
|
|
@@ -91,6 +132,12 @@ import { CardActionsProps } from '@mui/material/CardActions';
|
|
|
91
132
|
export { CardActionsProps } from '@mui/material/CardActions';
|
|
92
133
|
import { CardMediaProps } from '@mui/material/CardMedia';
|
|
93
134
|
export { CardMediaProps } from '@mui/material/CardMedia';
|
|
135
|
+
import { CardActionAreaProps } from '@mui/material/CardActionArea';
|
|
136
|
+
export { CardActionAreaProps } from '@mui/material/CardActionArea';
|
|
137
|
+
import { DrawerProps } from '@mui/material/Drawer';
|
|
138
|
+
export { DrawerProps } from '@mui/material/Drawer';
|
|
139
|
+
import { SwipeableDrawerProps } from '@mui/material/SwipeableDrawer';
|
|
140
|
+
export { SwipeableDrawerProps } from '@mui/material/SwipeableDrawer';
|
|
94
141
|
import { PaperProps } from '@mui/material/Paper';
|
|
95
142
|
export { PaperProps } from '@mui/material/Paper';
|
|
96
143
|
import { AlertProps } from '@mui/material/Alert';
|
|
@@ -121,6 +168,12 @@ import { PopoverProps } from '@mui/material/Popover';
|
|
|
121
168
|
export { PopoverProps } from '@mui/material/Popover';
|
|
122
169
|
import { SnackbarProps } from '@mui/material/Snackbar';
|
|
123
170
|
export { SnackbarProps } from '@mui/material/Snackbar';
|
|
171
|
+
import { SnackbarContentProps } from '@mui/material/SnackbarContent';
|
|
172
|
+
export { SnackbarContentProps } from '@mui/material/SnackbarContent';
|
|
173
|
+
import { BottomNavigationProps } from '@mui/material/BottomNavigation';
|
|
174
|
+
export { BottomNavigationProps } from '@mui/material/BottomNavigation';
|
|
175
|
+
import { BottomNavigationActionProps } from '@mui/material/BottomNavigationAction';
|
|
176
|
+
export { BottomNavigationActionProps } from '@mui/material/BottomNavigationAction';
|
|
124
177
|
import { BreadcrumbsProps } from '@mui/material/Breadcrumbs';
|
|
125
178
|
export { BreadcrumbsProps } from '@mui/material/Breadcrumbs';
|
|
126
179
|
import { LinkProps } from '@mui/material/Link';
|
|
@@ -129,24 +182,100 @@ import { MenuProps } from '@mui/material/Menu';
|
|
|
129
182
|
export { MenuProps } from '@mui/material/Menu';
|
|
130
183
|
import { MenuListProps } from '@mui/material/MenuList';
|
|
131
184
|
export { MenuListProps } from '@mui/material/MenuList';
|
|
185
|
+
import { MobileStepperProps } from '@mui/material/MobileStepper';
|
|
186
|
+
export { MobileStepperProps } from '@mui/material/MobileStepper';
|
|
132
187
|
import { PaginationProps } from '@mui/material/Pagination';
|
|
133
188
|
export { PaginationProps } from '@mui/material/Pagination';
|
|
189
|
+
import { PaginationItemProps } from '@mui/material/PaginationItem';
|
|
190
|
+
export { PaginationItemProps } from '@mui/material/PaginationItem';
|
|
191
|
+
import { SpeedDialProps } from '@mui/material/SpeedDial';
|
|
192
|
+
export { SpeedDialProps } from '@mui/material/SpeedDial';
|
|
193
|
+
import { SpeedDialActionProps } from '@mui/material/SpeedDialAction';
|
|
194
|
+
export { SpeedDialActionProps } from '@mui/material/SpeedDialAction';
|
|
195
|
+
import { SpeedDialIconProps } from '@mui/material/SpeedDialIcon';
|
|
196
|
+
export { SpeedDialIconProps } from '@mui/material/SpeedDialIcon';
|
|
134
197
|
import { StepperProps } from '@mui/material/Stepper';
|
|
135
198
|
export { StepperProps } from '@mui/material/Stepper';
|
|
136
199
|
import { StepProps } from '@mui/material/Step';
|
|
137
200
|
export { StepProps } from '@mui/material/Step';
|
|
138
201
|
import { StepLabelProps } from '@mui/material/StepLabel';
|
|
139
202
|
export { StepLabelProps } from '@mui/material/StepLabel';
|
|
203
|
+
import { StepButtonProps } from '@mui/material/StepButton';
|
|
204
|
+
export { StepButtonProps } from '@mui/material/StepButton';
|
|
205
|
+
import { StepConnectorProps } from '@mui/material/StepConnector';
|
|
206
|
+
export { StepConnectorProps } from '@mui/material/StepConnector';
|
|
207
|
+
import { StepContentProps } from '@mui/material/StepContent';
|
|
208
|
+
export { StepContentProps } from '@mui/material/StepContent';
|
|
209
|
+
import { StepIconProps } from '@mui/material/StepIcon';
|
|
210
|
+
export { StepIconProps } from '@mui/material/StepIcon';
|
|
140
211
|
import { TabsProps } from '@mui/material/Tabs';
|
|
141
212
|
export { TabsProps } from '@mui/material/Tabs';
|
|
142
213
|
import { TabProps } from '@mui/material/Tab';
|
|
143
214
|
export { TabProps } from '@mui/material/Tab';
|
|
144
|
-
import {
|
|
215
|
+
import { TabScrollButtonProps } from '@mui/material/TabScrollButton';
|
|
216
|
+
export { TabScrollButtonProps } from '@mui/material/TabScrollButton';
|
|
217
|
+
import * as _mui_types from '@mui/types';
|
|
218
|
+
import * as _mui_system from '@mui/system';
|
|
219
|
+
import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
|
|
220
|
+
import { CollapseProps } from '@mui/material/Collapse';
|
|
221
|
+
export { CollapseProps } from '@mui/material/Collapse';
|
|
222
|
+
import { FadeProps } from '@mui/material/Fade';
|
|
223
|
+
export { FadeProps } from '@mui/material/Fade';
|
|
224
|
+
import { GrowProps } from '@mui/material/Grow';
|
|
225
|
+
export { GrowProps } from '@mui/material/Grow';
|
|
226
|
+
import { SlideProps } from '@mui/material/Slide';
|
|
227
|
+
export { SlideProps } from '@mui/material/Slide';
|
|
228
|
+
import { ZoomProps } from '@mui/material/Zoom';
|
|
229
|
+
export { ZoomProps } from '@mui/material/Zoom';
|
|
230
|
+
import { ButtonBaseProps } from '@mui/material/ButtonBase';
|
|
231
|
+
export { ButtonBaseProps } from '@mui/material/ButtonBase';
|
|
232
|
+
import { ClickAwayListenerProps } from '@mui/material/ClickAwayListener';
|
|
233
|
+
export { ClickAwayListenerProps } from '@mui/material/ClickAwayListener';
|
|
234
|
+
import { GlobalStylesProps } from '@mui/material/GlobalStyles';
|
|
235
|
+
export { GlobalStylesProps } from '@mui/material/GlobalStyles';
|
|
236
|
+
export { default as NoSsr } from '@mui/material/NoSsr';
|
|
237
|
+
import { PopperProps } from '@mui/material/Popper';
|
|
238
|
+
export { PopperProps } from '@mui/material/Popper';
|
|
239
|
+
import { SliderProps } from '@mui/material/Slider';
|
|
240
|
+
export { SliderProps } from '@mui/material/Slider';
|
|
241
|
+
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
242
|
+
export { SvgIconProps } from '@mui/material/SvgIcon';
|
|
243
|
+
export { default as TextareaAutosize } from '@mui/material/TextareaAutosize';
|
|
145
244
|
import { LineChartProps as LineChartProps$1 } from '@mui/x-charts/LineChart';
|
|
245
|
+
export { AnimatedArea, AnimatedLine, AreaElement, AreaElementPath, AreaPlot, LineElement, LineElementPath, LineHighlightElement, LineHighlightPlot, LinePlot, MarkElement, MarkPlot } from '@mui/x-charts/LineChart';
|
|
146
246
|
import { BarChartProps as BarChartProps$1 } from '@mui/x-charts/BarChart';
|
|
247
|
+
export { BarElement, BarElementPath, BarLabel, BarPlot } from '@mui/x-charts/BarChart';
|
|
147
248
|
import { MakeOptional } from '@mui/x-charts/models/helpers';
|
|
148
249
|
import { BarSeriesType } from '@mui/x-charts/models/seriesType/bar';
|
|
149
250
|
import { PieChartProps as PieChartProps$1 } from '@mui/x-charts/PieChart';
|
|
251
|
+
export { PieArc, PieArcLabel, PieArcLabelPlot, PieArcPlot, PiePlot, getPieCoordinates } from '@mui/x-charts/PieChart';
|
|
252
|
+
import { ScatterChartProps as ScatterChartProps$1 } from '@mui/x-charts/ScatterChart';
|
|
253
|
+
export { Scatter, ScatterPlot } from '@mui/x-charts/ScatterChart';
|
|
254
|
+
import { GaugeProps as GaugeProps$1 } from '@mui/x-charts/Gauge';
|
|
255
|
+
export { GaugeContainer, GaugeReferenceArc, GaugeValueArc, GaugeValueText, useGaugeState } from '@mui/x-charts/Gauge';
|
|
256
|
+
export { SparkLineChart } from '@mui/x-charts/SparkLineChart';
|
|
257
|
+
export { ChartContainer } from '@mui/x-charts/ChartContainer';
|
|
258
|
+
export { ResponsiveChartContainer } from '@mui/x-charts/ResponsiveChartContainer';
|
|
259
|
+
export { ChartsSurface } from '@mui/x-charts/ChartsSurface';
|
|
260
|
+
export { ChartsClipPath } from '@mui/x-charts/ChartsClipPath';
|
|
261
|
+
export { ChartsAxis } from '@mui/x-charts/ChartsAxis';
|
|
262
|
+
export { ChartsXAxis } from '@mui/x-charts/ChartsXAxis';
|
|
263
|
+
export { ChartsYAxis } from '@mui/x-charts/ChartsYAxis';
|
|
264
|
+
export { ChartsGrid } from '@mui/x-charts/ChartsGrid';
|
|
265
|
+
export { ChartsReferenceLine } from '@mui/x-charts/ChartsReferenceLine';
|
|
266
|
+
export { ChartsLegend, ContinuousColorLegend, DefaultChartsLegend, PiecewiseColorLegend, getSeriesToDisplay } from '@mui/x-charts/ChartsLegend';
|
|
267
|
+
export { ChartsAxisTooltipContent, ChartsItemTooltipContent, ChartsTooltip, ChartsTooltipCell, ChartsTooltipMark, ChartsTooltipPaper, ChartsTooltipRow, ChartsTooltipTable, DefaultChartsAxisTooltipContent, DefaultChartsItemTooltipContent, useAxisTooltip, useItemTooltip, useMouseTracker } from '@mui/x-charts/ChartsTooltip';
|
|
268
|
+
export { ChartsText } from '@mui/x-charts/ChartsText';
|
|
269
|
+
export { ChartsAxisHighlight, ChartsAxisHighlightPath } from '@mui/x-charts/ChartsAxisHighlight';
|
|
270
|
+
export { ChartsOnAxisClickHandler } from '@mui/x-charts/ChartsOnAxisClickHandler';
|
|
271
|
+
export { ChartsVoronoiHandler } from '@mui/x-charts/ChartsVoronoiHandler';
|
|
272
|
+
export { HighlightedProvider, useHighlighted, useItemHighlighted } from '@mui/x-charts/context';
|
|
273
|
+
export { useChartId, useDrawingArea, useSvgRef, useXAxis, useXColorScale, useXScale, useYAxis, useYColorScale, useYScale, useZColorScale } from '@mui/x-charts/hooks';
|
|
274
|
+
export { blueberryTwilightPalette, blueberryTwilightPaletteDark, blueberryTwilightPaletteLight, cheerfulFiestaPalette, cheerfulFiestaPaletteDark, cheerfulFiestaPaletteLight, mangoFusionPalette, mangoFusionPaletteDark, mangoFusionPaletteLight } from '@mui/x-charts/colorPalettes';
|
|
275
|
+
export { BoxProps } from '@mui/material/Box';
|
|
276
|
+
export { ContainerProps } from '@mui/material/Container';
|
|
277
|
+
export { GridProps } from '@mui/material/Grid';
|
|
278
|
+
export { StackProps } from '@mui/material/Stack';
|
|
150
279
|
|
|
151
280
|
interface ForestProviderProps {
|
|
152
281
|
children: React.ReactNode;
|
|
@@ -228,6 +357,24 @@ declare function ToggleButtonGroup(props: ToggleButtonGroupProps): react_jsx_run
|
|
|
228
357
|
type DatePickerProps = DatePickerProps$1;
|
|
229
358
|
declare function DatePicker(props: DatePickerProps): react_jsx_runtime.JSX.Element;
|
|
230
359
|
|
|
360
|
+
declare function FormControl(props: FormControlProps): react_jsx_runtime.JSX.Element;
|
|
361
|
+
declare function FormControlLabel(props: FormControlLabelProps): react_jsx_runtime.JSX.Element;
|
|
362
|
+
declare function FormGroup(props: FormGroupProps): react_jsx_runtime.JSX.Element;
|
|
363
|
+
declare function FormHelperText(props: FormHelperTextProps): react_jsx_runtime.JSX.Element;
|
|
364
|
+
declare function FormLabel(props: FormLabelProps): react_jsx_runtime.JSX.Element;
|
|
365
|
+
|
|
366
|
+
declare function InputAdornment(props: InputAdornmentProps): react_jsx_runtime.JSX.Element;
|
|
367
|
+
|
|
368
|
+
declare function InputBase(props: InputBaseProps): react_jsx_runtime.JSX.Element;
|
|
369
|
+
|
|
370
|
+
declare function InputLabel(props: InputLabelProps): react_jsx_runtime.JSX.Element;
|
|
371
|
+
|
|
372
|
+
declare function OutlinedInput(props: OutlinedInputProps): react_jsx_runtime.JSX.Element;
|
|
373
|
+
declare function FilledInput(props: FilledInputProps): react_jsx_runtime.JSX.Element;
|
|
374
|
+
|
|
375
|
+
declare function Avatar(props: AvatarProps): react_jsx_runtime.JSX.Element;
|
|
376
|
+
declare function AvatarGroup(props: AvatarGroupProps): react_jsx_runtime.JSX.Element;
|
|
377
|
+
|
|
231
378
|
declare function Badge(props: BadgeProps): react_jsx_runtime.JSX.Element;
|
|
232
379
|
|
|
233
380
|
declare const customChipColors: Record<string, {
|
|
@@ -244,6 +391,10 @@ declare function Chip({ color, deleteIcon, sx, ...props }: ForestChipProps): rea
|
|
|
244
391
|
|
|
245
392
|
declare function Divider(props: DividerProps): react_jsx_runtime.JSX.Element;
|
|
246
393
|
|
|
394
|
+
declare function ImageList(props: ImageListProps): react_jsx_runtime.JSX.Element;
|
|
395
|
+
declare function ImageListItem(props: ImageListItemProps): react_jsx_runtime.JSX.Element;
|
|
396
|
+
declare function ImageListItemBar(props: ImageListItemBarProps): react_jsx_runtime.JSX.Element;
|
|
397
|
+
|
|
247
398
|
declare function List(props: ListProps): react_jsx_runtime.JSX.Element;
|
|
248
399
|
declare function ListItem(props: ListItemProps): react_jsx_runtime.JSX.Element;
|
|
249
400
|
declare function ListItemButton(props: ListItemButtonProps): react_jsx_runtime.JSX.Element;
|
|
@@ -251,6 +402,9 @@ declare function ListItemIcon(props: ListItemIconProps): react_jsx_runtime.JSX.E
|
|
|
251
402
|
declare function ListItemText(props: ListItemTextProps): react_jsx_runtime.JSX.Element;
|
|
252
403
|
declare function ListItemAvatar(props: ListItemAvatarProps): react_jsx_runtime.JSX.Element;
|
|
253
404
|
declare function ListSubheader(props: ListSubheaderProps): react_jsx_runtime.JSX.Element;
|
|
405
|
+
declare function ListItemSecondaryAction(props: ListItemSecondaryActionProps): react_jsx_runtime.JSX.Element;
|
|
406
|
+
|
|
407
|
+
declare function Rating(props: RatingProps): react_jsx_runtime.JSX.Element;
|
|
254
408
|
|
|
255
409
|
declare function Table(props: TableProps): react_jsx_runtime.JSX.Element;
|
|
256
410
|
declare function TableBody(props: TableBodyProps): react_jsx_runtime.JSX.Element;
|
|
@@ -258,6 +412,9 @@ declare function TableCell(props: TableCellProps): react_jsx_runtime.JSX.Element
|
|
|
258
412
|
declare function TableContainer(props: TableContainerProps): react_jsx_runtime.JSX.Element;
|
|
259
413
|
declare function TableHead(props: TableHeadProps): react_jsx_runtime.JSX.Element;
|
|
260
414
|
declare function TableRow(props: TableRowProps): react_jsx_runtime.JSX.Element;
|
|
415
|
+
declare function TableFooter(props: TableFooterProps): react_jsx_runtime.JSX.Element;
|
|
416
|
+
declare function TablePagination(props: TablePaginationProps): react_jsx_runtime.JSX.Element;
|
|
417
|
+
declare function TableSortLabel(props: TableSortLabelProps): react_jsx_runtime.JSX.Element;
|
|
261
418
|
|
|
262
419
|
declare function DataGrid(props: DataGridProps): react_jsx_runtime.JSX.Element;
|
|
263
420
|
|
|
@@ -292,6 +449,11 @@ declare function CardHeader(props: CardHeaderProps): react_jsx_runtime.JSX.Eleme
|
|
|
292
449
|
declare function CardActions(props: CardActionsProps): react_jsx_runtime.JSX.Element;
|
|
293
450
|
declare function CardMedia(props: CardMediaProps): react_jsx_runtime.JSX.Element;
|
|
294
451
|
|
|
452
|
+
declare function CardActionArea(props: CardActionAreaProps): react_jsx_runtime.JSX.Element;
|
|
453
|
+
|
|
454
|
+
declare function Drawer(props: DrawerProps): react_jsx_runtime.JSX.Element;
|
|
455
|
+
declare function SwipeableDrawer(props: SwipeableDrawerProps): react_jsx_runtime.JSX.Element;
|
|
456
|
+
|
|
295
457
|
declare function Paper(props: PaperProps): react_jsx_runtime.JSX.Element;
|
|
296
458
|
|
|
297
459
|
declare const Alert: React__default.ForwardRefExoticComponent<Omit<AlertProps, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
|
|
@@ -312,10 +474,15 @@ declare function Skeleton(props: SkeletonProps): react_jsx_runtime.JSX.Element;
|
|
|
312
474
|
|
|
313
475
|
declare function Modal(props: ModalProps): react_jsx_runtime.JSX.Element;
|
|
314
476
|
|
|
315
|
-
declare function Popover(props: PopoverProps): react_jsx_runtime.JSX.Element;
|
|
477
|
+
declare function Popover({ slotProps, ...props }: PopoverProps): react_jsx_runtime.JSX.Element;
|
|
316
478
|
|
|
317
479
|
declare function Snackbar(props: SnackbarProps): react_jsx_runtime.JSX.Element;
|
|
318
480
|
|
|
481
|
+
declare function SnackbarContent(props: SnackbarContentProps): react_jsx_runtime.JSX.Element;
|
|
482
|
+
|
|
483
|
+
declare function BottomNavigation(props: BottomNavigationProps): react_jsx_runtime.JSX.Element;
|
|
484
|
+
declare function BottomNavigationAction(props: BottomNavigationActionProps): react_jsx_runtime.JSX.Element;
|
|
485
|
+
|
|
319
486
|
declare function Breadcrumbs(props: BreadcrumbsProps): react_jsx_runtime.JSX.Element;
|
|
320
487
|
|
|
321
488
|
declare function Link(props: LinkProps): react_jsx_runtime.JSX.Element;
|
|
@@ -323,15 +490,29 @@ declare function Link(props: LinkProps): react_jsx_runtime.JSX.Element;
|
|
|
323
490
|
declare function Menu(props: MenuProps): react_jsx_runtime.JSX.Element;
|
|
324
491
|
declare function MenuList(props: MenuListProps): react_jsx_runtime.JSX.Element;
|
|
325
492
|
|
|
493
|
+
declare function MobileStepper(props: MobileStepperProps): react_jsx_runtime.JSX.Element;
|
|
494
|
+
|
|
326
495
|
declare function Pagination(props: PaginationProps): react_jsx_runtime.JSX.Element;
|
|
327
496
|
|
|
497
|
+
declare function PaginationItem(props: PaginationItemProps): react_jsx_runtime.JSX.Element;
|
|
498
|
+
|
|
499
|
+
declare function SpeedDial(props: SpeedDialProps): react_jsx_runtime.JSX.Element;
|
|
500
|
+
declare function SpeedDialAction(props: SpeedDialActionProps): react_jsx_runtime.JSX.Element;
|
|
501
|
+
declare function SpeedDialIcon(props: SpeedDialIconProps): react_jsx_runtime.JSX.Element;
|
|
502
|
+
|
|
328
503
|
declare function Stepper(props: StepperProps): react_jsx_runtime.JSX.Element;
|
|
329
504
|
declare function Step(props: StepProps): react_jsx_runtime.JSX.Element;
|
|
330
505
|
declare function StepLabel(props: StepLabelProps): react_jsx_runtime.JSX.Element;
|
|
506
|
+
declare function StepButton(props: StepButtonProps): react_jsx_runtime.JSX.Element;
|
|
507
|
+
declare function StepConnector(props: StepConnectorProps): react_jsx_runtime.JSX.Element;
|
|
508
|
+
declare function StepContent(props: StepContentProps): react_jsx_runtime.JSX.Element;
|
|
509
|
+
declare function StepIcon(props: StepIconProps): react_jsx_runtime.JSX.Element;
|
|
331
510
|
|
|
332
511
|
declare function Tabs(props: TabsProps): react_jsx_runtime.JSX.Element;
|
|
333
512
|
declare function Tab(props: TabProps): react_jsx_runtime.JSX.Element;
|
|
334
513
|
|
|
514
|
+
declare function TabScrollButton(props: TabScrollButtonProps): react_jsx_runtime.JSX.Element;
|
|
515
|
+
|
|
335
516
|
interface SidebarContextValue {
|
|
336
517
|
open: boolean;
|
|
337
518
|
collapsedWidth: number;
|
|
@@ -372,6 +553,38 @@ interface SidebarItemProps extends ListItemButtonProps {
|
|
|
372
553
|
}
|
|
373
554
|
declare function SidebarItem({ icon, label, endAdornment, sx, ...rest }: SidebarItemProps): react_jsx_runtime.JSX.Element;
|
|
374
555
|
|
|
556
|
+
declare const Box: _mui_types.OverridableComponent<_mui_system.BoxTypeMap<{}, "div", _mui_material.Theme>>;
|
|
557
|
+
|
|
558
|
+
declare const Stack: _mui_material_OverridableComponent.OverridableComponent<_mui_material.StackTypeMap<{}, "div">>;
|
|
559
|
+
|
|
560
|
+
declare const Grid: _mui_types.OverridableComponent<_mui_material.GridTypeMap<{}, "div">>;
|
|
561
|
+
|
|
562
|
+
declare const Container: _mui_material_OverridableComponent.OverridableComponent<_mui_material.ContainerTypeMap<{}, "div">>;
|
|
563
|
+
|
|
564
|
+
declare function Collapse(props: CollapseProps): react_jsx_runtime.JSX.Element;
|
|
565
|
+
|
|
566
|
+
declare function Fade(props: FadeProps): react_jsx_runtime.JSX.Element;
|
|
567
|
+
|
|
568
|
+
declare function Grow(props: GrowProps): react_jsx_runtime.JSX.Element;
|
|
569
|
+
|
|
570
|
+
declare function Slide(props: SlideProps): react_jsx_runtime.JSX.Element;
|
|
571
|
+
|
|
572
|
+
declare function Zoom(props: ZoomProps): react_jsx_runtime.JSX.Element;
|
|
573
|
+
|
|
574
|
+
declare function ButtonBase(props: ButtonBaseProps): react_jsx_runtime.JSX.Element;
|
|
575
|
+
|
|
576
|
+
declare function ClickAwayListener(props: ClickAwayListenerProps): react_jsx_runtime.JSX.Element;
|
|
577
|
+
|
|
578
|
+
declare function GlobalStyles(props: GlobalStylesProps): react_jsx_runtime.JSX.Element;
|
|
579
|
+
|
|
580
|
+
declare function Popper(props: PopperProps): react_jsx_runtime.JSX.Element;
|
|
581
|
+
|
|
582
|
+
declare const Portal: React$1.ForwardRefExoticComponent<_mui_material.PortalProps & React$1.RefAttributes<Element>>;
|
|
583
|
+
|
|
584
|
+
declare function Slider(props: SliderProps): react_jsx_runtime.JSX.Element;
|
|
585
|
+
|
|
586
|
+
declare function SvgIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
587
|
+
|
|
375
588
|
interface LineChartProps extends Omit<LineChartProps$1, "series"> {
|
|
376
589
|
series?: LineChartProps$1["series"];
|
|
377
590
|
}
|
|
@@ -393,4 +606,12 @@ declare function PieChart({ series, colors, ...props }: PieChartProps): react_js
|
|
|
393
606
|
|
|
394
607
|
declare function useChartColors(count: number): string[];
|
|
395
608
|
|
|
396
|
-
|
|
609
|
+
interface ScatterChartProps extends Omit<ScatterChartProps$1, "series"> {
|
|
610
|
+
series?: ScatterChartProps$1["series"];
|
|
611
|
+
}
|
|
612
|
+
declare function ScatterChart({ series, colors, ...props }: ScatterChartProps): react_jsx_runtime.JSX.Element;
|
|
613
|
+
|
|
614
|
+
type GaugeProps = GaugeProps$1;
|
|
615
|
+
declare function Gauge(props: GaugeProps): react_jsx_runtime.JSX.Element;
|
|
616
|
+
|
|
617
|
+
export { Accordion, AccordionActions, AccordionDetails, AccordionSummary, Alert, AlertTitle, AppBar, AppBarNavItem, type AppBarNavItemProps, Autocomplete, Avatar, AvatarGroup, Backdrop, Badge, BarChart, type BarChartProps, BottomNavigation, BottomNavigationAction, Box, Breadcrumbs, Button, ButtonBase, ButtonGroup, type ButtonProps, Card, CardActionArea, CardActions, CardContent, CardHeader, CardMedia, type CardProps, Checkbox, Chip, CircularProgress, ClickAwayListener, Collapse, Container, DataGrid, DatePicker, type DatePickerProps, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Divider, Drawer, Fab, Fade, FilledInput, type ForestCardColor, type ForestChipColor, type ForestChipProps, ForestProvider, type ForestProviderProps, FormControl, FormControlLabel, FormGroup, FormHelperText, FormLabel, Gauge, GlobalStyles, Grid, Grow, IconButton, type IconButtonProps, ImageList, ImageListItem, ImageListItemBar, Input, InputAdornment, InputBase, InputLabel, type InputProps, LineChart, type LineChartProps, LinearProgress, Link, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListItemText, ListSubheader, Logo, type LogoProps, Menu, MenuItem, MenuList, MobileStepper, Modal, MultiSelect, type MultiSelectOption, type MultiSelectProps, OutlinedInput, Pagination, PaginationItem, Paper, PieChart, type PieChartProps, Popover, Popper, Portal, Radio, RadioGroup, Rating, ScatterChart, Search, type SearchProps, Select, SidebarItem, type SidebarItemProps, SidebarNav, type SidebarNavProps, Skeleton, Slide, Slider, Snackbar, SnackbarContent, SpeedDial, SpeedDialAction, SpeedDialIcon, Stack, Step, StepButton, StepConnector, StepContent, StepIcon, StepLabel, Stepper, SvgIcon, SwipeableDrawer, Switch, Tab, TabScrollButton, Table, TableBody, TableCell, TableContainer, TableFooter, TableHead, TablePagination, TableRow, TableSortLabel, Tabs, TextField, ToggleButton, ToggleButtonGroup, Toolbar, Tooltip, Typography, Zoom, useChartColors, useSidebar };
|