@galaxy-ds/core 2.1.0 → 2.1.2
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/Accordion/Accordion.stories.d.ts +625 -175
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +31 -21
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +47 -15
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +74 -44
- package/dist/ActivityLog/ActivityLog.stories.d.ts +37 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +904 -43
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +703 -198
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +197 -158
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +226 -150
- package/dist/BottomListButton/BottomListButton.stories.d.ts +57 -33
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +56 -45
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +69 -43
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +362 -311
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +46 -25
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +265 -179
- package/dist/Chip/Chip.stories.d.ts +428 -100
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.stories.d.ts +2 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +29 -27
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +213 -117
- package/dist/Divider/Divider.stories.d.ts +338 -31
- package/dist/Drawer/Drawer.stories.d.ts +135 -81
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +364 -49
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +426 -356
- package/dist/EmptyState/EmptyState.stories.d.ts +7 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -6
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +10 -0
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +11 -0
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +333 -48
- package/dist/FormHeader/FormHeader.stories.d.ts +18 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1370 -2
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +411 -105
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +620 -609
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +85 -38
- package/dist/Icons/doctype-icons.stories.d.ts +815 -812
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2506 -1039
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -0
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +660 -636
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/InputLabel/InputLabel.stories.d.ts +1 -0
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29271 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29257 -20
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- package/package.json +4 -3
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
*
|
|
@@ -13,11 +16,47 @@ declare const meta: {
|
|
|
13
16
|
title: string;
|
|
14
17
|
parameters: {
|
|
15
18
|
badges: BADGE[];
|
|
19
|
+
layout: string;
|
|
20
|
+
};
|
|
21
|
+
argTypes: {
|
|
22
|
+
children: {
|
|
23
|
+
control: {
|
|
24
|
+
type: undefined;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
ref: {
|
|
28
|
+
control: {
|
|
29
|
+
type: undefined;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
component: {
|
|
33
|
+
table: {
|
|
34
|
+
disable: boolean;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
imgProps: {
|
|
38
|
+
table: {
|
|
39
|
+
disable: boolean;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
variant: {
|
|
43
|
+
control: {
|
|
44
|
+
type: undefined;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
size: {
|
|
48
|
+
control: {
|
|
49
|
+
type: undefined;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
16
52
|
};
|
|
17
53
|
};
|
|
18
54
|
export default meta;
|
|
19
55
|
export declare const Default: {
|
|
20
|
-
args: {
|
|
56
|
+
args: {
|
|
57
|
+
variant: "circular";
|
|
58
|
+
color: "default";
|
|
59
|
+
};
|
|
21
60
|
argTypes: {
|
|
22
61
|
color: {
|
|
23
62
|
options: string[];
|
|
@@ -26,29 +65,29 @@ export declare const Default: {
|
|
|
26
65
|
};
|
|
27
66
|
};
|
|
28
67
|
};
|
|
29
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
30
|
-
size?:
|
|
31
|
-
color?:
|
|
68
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
69
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
70
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
32
71
|
tooltip?: import("react").ReactNode;
|
|
33
|
-
tooltipPlacement?:
|
|
72
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
34
73
|
alt?: string | undefined;
|
|
35
74
|
children?: import("react").ReactNode;
|
|
36
75
|
classes?: (Partial<import("@mui/material").AvatarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
37
76
|
imgProps?: (import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
38
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
77
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
39
78
|
}) | undefined;
|
|
40
79
|
sizes?: string | undefined;
|
|
41
80
|
src?: string | undefined;
|
|
42
81
|
srcSet?: string | undefined;
|
|
43
82
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
44
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
83
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarPropsVariantOverrides> | undefined;
|
|
45
84
|
slots?: import("@mui/material").AvatarSlots | undefined;
|
|
46
85
|
slotProps?: {
|
|
47
86
|
img?: import("@mui/material").SlotProps<import("react").ElementType<import("react").ImgHTMLAttributes<HTMLImageElement>, keyof import("react").JSX.IntrinsicElements>, {}, import("@mui/material").AvatarOwnProps> | undefined;
|
|
48
87
|
} | undefined;
|
|
49
88
|
className?: string | undefined;
|
|
50
89
|
style?: import("react").CSSProperties | undefined;
|
|
51
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
90
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
52
91
|
slot?: string | undefined;
|
|
53
92
|
title?: string | undefined;
|
|
54
93
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -58,27 +97,27 @@ export declare const Default: {
|
|
|
58
97
|
tabIndex?: number | undefined;
|
|
59
98
|
"aria-activedescendant"?: string | undefined;
|
|
60
99
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
61
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
100
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
62
101
|
"aria-braillelabel"?: string | undefined;
|
|
63
102
|
"aria-brailleroledescription"?: string | undefined;
|
|
64
103
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
65
|
-
"aria-checked"?: boolean | "
|
|
104
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
66
105
|
"aria-colcount"?: number | undefined;
|
|
67
106
|
"aria-colindex"?: number | undefined;
|
|
68
107
|
"aria-colindextext"?: string | undefined;
|
|
69
108
|
"aria-colspan"?: number | undefined;
|
|
70
109
|
"aria-controls"?: string | undefined;
|
|
71
|
-
"aria-current"?: boolean | "
|
|
110
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
72
111
|
"aria-describedby"?: string | undefined;
|
|
73
112
|
"aria-description"?: string | undefined;
|
|
74
113
|
"aria-details"?: string | undefined;
|
|
75
114
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
76
|
-
"aria-dropeffect"?: "
|
|
115
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
77
116
|
"aria-errormessage"?: string | undefined;
|
|
78
117
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
79
118
|
"aria-flowto"?: string | undefined;
|
|
80
119
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
81
|
-
"aria-haspopup"?: boolean | "
|
|
120
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
82
121
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
83
122
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
84
123
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -93,9 +132,9 @@ export declare const Default: {
|
|
|
93
132
|
"aria-owns"?: string | undefined;
|
|
94
133
|
"aria-placeholder"?: string | undefined;
|
|
95
134
|
"aria-posinset"?: number | undefined;
|
|
96
|
-
"aria-pressed"?: boolean | "
|
|
135
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
97
136
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
98
|
-
"aria-relevant"?: "
|
|
137
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
99
138
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
100
139
|
"aria-roledescription"?: string | undefined;
|
|
101
140
|
"aria-rowcount"?: number | undefined;
|
|
@@ -280,7 +319,7 @@ export declare const Default: {
|
|
|
280
319
|
suppressContentEditableWarning?: boolean | undefined;
|
|
281
320
|
accessKey?: string | undefined;
|
|
282
321
|
autoFocus?: boolean | undefined;
|
|
283
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
322
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
284
323
|
contextMenu?: string | undefined;
|
|
285
324
|
dir?: string | undefined;
|
|
286
325
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -308,34 +347,34 @@ export declare const Default: {
|
|
|
308
347
|
itemRef?: string | undefined;
|
|
309
348
|
results?: number | undefined;
|
|
310
349
|
security?: string | undefined;
|
|
311
|
-
unselectable?: "
|
|
312
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
350
|
+
unselectable?: "off" | "on" | undefined;
|
|
351
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
313
352
|
is?: string | undefined;
|
|
314
|
-
component?: import("react").ElementType | undefined;
|
|
353
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
315
354
|
}>) => Promise<void>;
|
|
316
355
|
render: (args: {
|
|
317
|
-
size?:
|
|
318
|
-
color?:
|
|
356
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
357
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
319
358
|
tooltip?: import("react").ReactNode;
|
|
320
|
-
tooltipPlacement?:
|
|
359
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
321
360
|
alt?: string | undefined;
|
|
322
361
|
children?: import("react").ReactNode;
|
|
323
362
|
classes?: (Partial<import("@mui/material").AvatarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
324
363
|
imgProps?: (import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
325
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
364
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
326
365
|
}) | undefined;
|
|
327
366
|
sizes?: string | undefined;
|
|
328
367
|
src?: string | undefined;
|
|
329
368
|
srcSet?: string | undefined;
|
|
330
369
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
331
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
370
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarPropsVariantOverrides> | undefined;
|
|
332
371
|
slots?: import("@mui/material").AvatarSlots | undefined;
|
|
333
372
|
slotProps?: {
|
|
334
373
|
img?: import("@mui/material").SlotProps<import("react").ElementType<import("react").ImgHTMLAttributes<HTMLImageElement>, keyof import("react").JSX.IntrinsicElements>, {}, import("@mui/material").AvatarOwnProps> | undefined;
|
|
335
374
|
} | undefined;
|
|
336
375
|
className?: string | undefined;
|
|
337
376
|
style?: import("react").CSSProperties | undefined;
|
|
338
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
377
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
339
378
|
slot?: string | undefined;
|
|
340
379
|
title?: string | undefined;
|
|
341
380
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -345,27 +384,27 @@ export declare const Default: {
|
|
|
345
384
|
tabIndex?: number | undefined;
|
|
346
385
|
"aria-activedescendant"?: string | undefined;
|
|
347
386
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
348
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
387
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
349
388
|
"aria-braillelabel"?: string | undefined;
|
|
350
389
|
"aria-brailleroledescription"?: string | undefined;
|
|
351
390
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
352
|
-
"aria-checked"?: boolean | "
|
|
391
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
353
392
|
"aria-colcount"?: number | undefined;
|
|
354
393
|
"aria-colindex"?: number | undefined;
|
|
355
394
|
"aria-colindextext"?: string | undefined;
|
|
356
395
|
"aria-colspan"?: number | undefined;
|
|
357
396
|
"aria-controls"?: string | undefined;
|
|
358
|
-
"aria-current"?: boolean | "
|
|
397
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
359
398
|
"aria-describedby"?: string | undefined;
|
|
360
399
|
"aria-description"?: string | undefined;
|
|
361
400
|
"aria-details"?: string | undefined;
|
|
362
401
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
363
|
-
"aria-dropeffect"?: "
|
|
402
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
364
403
|
"aria-errormessage"?: string | undefined;
|
|
365
404
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
366
405
|
"aria-flowto"?: string | undefined;
|
|
367
406
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
368
|
-
"aria-haspopup"?: boolean | "
|
|
407
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
369
408
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
370
409
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
371
410
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -380,9 +419,9 @@ export declare const Default: {
|
|
|
380
419
|
"aria-owns"?: string | undefined;
|
|
381
420
|
"aria-placeholder"?: string | undefined;
|
|
382
421
|
"aria-posinset"?: number | undefined;
|
|
383
|
-
"aria-pressed"?: boolean | "
|
|
422
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
384
423
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
385
|
-
"aria-relevant"?: "
|
|
424
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
386
425
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
387
426
|
"aria-roledescription"?: string | undefined;
|
|
388
427
|
"aria-rowcount"?: number | undefined;
|
|
@@ -567,7 +606,7 @@ export declare const Default: {
|
|
|
567
606
|
suppressContentEditableWarning?: boolean | undefined;
|
|
568
607
|
accessKey?: string | undefined;
|
|
569
608
|
autoFocus?: boolean | undefined;
|
|
570
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
609
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
571
610
|
contextMenu?: string | undefined;
|
|
572
611
|
dir?: string | undefined;
|
|
573
612
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -595,10 +634,10 @@ export declare const Default: {
|
|
|
595
634
|
itemRef?: string | undefined;
|
|
596
635
|
results?: number | undefined;
|
|
597
636
|
security?: string | undefined;
|
|
598
|
-
unselectable?: "
|
|
599
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
637
|
+
unselectable?: "off" | "on" | undefined;
|
|
638
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
600
639
|
is?: string | undefined;
|
|
601
|
-
component?: import("react").ElementType | undefined;
|
|
640
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
602
641
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
603
642
|
};
|
|
604
643
|
/**
|
|
@@ -606,29 +645,29 @@ export declare const Default: {
|
|
|
606
645
|
*/
|
|
607
646
|
export declare const Size: {
|
|
608
647
|
args: {};
|
|
609
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
610
|
-
size?:
|
|
611
|
-
color?:
|
|
648
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
649
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
650
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
612
651
|
tooltip?: import("react").ReactNode;
|
|
613
|
-
tooltipPlacement?:
|
|
652
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
614
653
|
alt?: string | undefined;
|
|
615
654
|
children?: import("react").ReactNode;
|
|
616
655
|
classes?: (Partial<import("@mui/material").AvatarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
617
656
|
imgProps?: (import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
618
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
657
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
619
658
|
}) | undefined;
|
|
620
659
|
sizes?: string | undefined;
|
|
621
660
|
src?: string | undefined;
|
|
622
661
|
srcSet?: string | undefined;
|
|
623
662
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
624
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
663
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarPropsVariantOverrides> | undefined;
|
|
625
664
|
slots?: import("@mui/material").AvatarSlots | undefined;
|
|
626
665
|
slotProps?: {
|
|
627
666
|
img?: import("@mui/material").SlotProps<import("react").ElementType<import("react").ImgHTMLAttributes<HTMLImageElement>, keyof import("react").JSX.IntrinsicElements>, {}, import("@mui/material").AvatarOwnProps> | undefined;
|
|
628
667
|
} | undefined;
|
|
629
668
|
className?: string | undefined;
|
|
630
669
|
style?: import("react").CSSProperties | undefined;
|
|
631
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
670
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
632
671
|
slot?: string | undefined;
|
|
633
672
|
title?: string | undefined;
|
|
634
673
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -638,27 +677,27 @@ export declare const Size: {
|
|
|
638
677
|
tabIndex?: number | undefined;
|
|
639
678
|
"aria-activedescendant"?: string | undefined;
|
|
640
679
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
641
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
680
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
642
681
|
"aria-braillelabel"?: string | undefined;
|
|
643
682
|
"aria-brailleroledescription"?: string | undefined;
|
|
644
683
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
645
|
-
"aria-checked"?: boolean | "
|
|
684
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
646
685
|
"aria-colcount"?: number | undefined;
|
|
647
686
|
"aria-colindex"?: number | undefined;
|
|
648
687
|
"aria-colindextext"?: string | undefined;
|
|
649
688
|
"aria-colspan"?: number | undefined;
|
|
650
689
|
"aria-controls"?: string | undefined;
|
|
651
|
-
"aria-current"?: boolean | "
|
|
690
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
652
691
|
"aria-describedby"?: string | undefined;
|
|
653
692
|
"aria-description"?: string | undefined;
|
|
654
693
|
"aria-details"?: string | undefined;
|
|
655
694
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
656
|
-
"aria-dropeffect"?: "
|
|
695
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
657
696
|
"aria-errormessage"?: string | undefined;
|
|
658
697
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
659
698
|
"aria-flowto"?: string | undefined;
|
|
660
699
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
661
|
-
"aria-haspopup"?: boolean | "
|
|
700
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
662
701
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
663
702
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
664
703
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -673,9 +712,9 @@ export declare const Size: {
|
|
|
673
712
|
"aria-owns"?: string | undefined;
|
|
674
713
|
"aria-placeholder"?: string | undefined;
|
|
675
714
|
"aria-posinset"?: number | undefined;
|
|
676
|
-
"aria-pressed"?: boolean | "
|
|
715
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
677
716
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
678
|
-
"aria-relevant"?: "
|
|
717
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
679
718
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
680
719
|
"aria-roledescription"?: string | undefined;
|
|
681
720
|
"aria-rowcount"?: number | undefined;
|
|
@@ -860,7 +899,7 @@ export declare const Size: {
|
|
|
860
899
|
suppressContentEditableWarning?: boolean | undefined;
|
|
861
900
|
accessKey?: string | undefined;
|
|
862
901
|
autoFocus?: boolean | undefined;
|
|
863
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
902
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
864
903
|
contextMenu?: string | undefined;
|
|
865
904
|
dir?: string | undefined;
|
|
866
905
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -888,34 +927,34 @@ export declare const Size: {
|
|
|
888
927
|
itemRef?: string | undefined;
|
|
889
928
|
results?: number | undefined;
|
|
890
929
|
security?: string | undefined;
|
|
891
|
-
unselectable?: "
|
|
892
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
930
|
+
unselectable?: "off" | "on" | undefined;
|
|
931
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
893
932
|
is?: string | undefined;
|
|
894
|
-
component?: import("react").ElementType | undefined;
|
|
933
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
895
934
|
}>) => Promise<void>;
|
|
896
935
|
render: (args: {
|
|
897
|
-
size?:
|
|
898
|
-
color?:
|
|
936
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
937
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
899
938
|
tooltip?: import("react").ReactNode;
|
|
900
|
-
tooltipPlacement?:
|
|
939
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
901
940
|
alt?: string | undefined;
|
|
902
941
|
children?: import("react").ReactNode;
|
|
903
942
|
classes?: (Partial<import("@mui/material").AvatarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
904
943
|
imgProps?: (import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
905
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
944
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
906
945
|
}) | undefined;
|
|
907
946
|
sizes?: string | undefined;
|
|
908
947
|
src?: string | undefined;
|
|
909
948
|
srcSet?: string | undefined;
|
|
910
949
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
911
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
950
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarPropsVariantOverrides> | undefined;
|
|
912
951
|
slots?: import("@mui/material").AvatarSlots | undefined;
|
|
913
952
|
slotProps?: {
|
|
914
953
|
img?: import("@mui/material").SlotProps<import("react").ElementType<import("react").ImgHTMLAttributes<HTMLImageElement>, keyof import("react").JSX.IntrinsicElements>, {}, import("@mui/material").AvatarOwnProps> | undefined;
|
|
915
954
|
} | undefined;
|
|
916
955
|
className?: string | undefined;
|
|
917
956
|
style?: import("react").CSSProperties | undefined;
|
|
918
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
957
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
919
958
|
slot?: string | undefined;
|
|
920
959
|
title?: string | undefined;
|
|
921
960
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -925,27 +964,27 @@ export declare const Size: {
|
|
|
925
964
|
tabIndex?: number | undefined;
|
|
926
965
|
"aria-activedescendant"?: string | undefined;
|
|
927
966
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
928
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
967
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
929
968
|
"aria-braillelabel"?: string | undefined;
|
|
930
969
|
"aria-brailleroledescription"?: string | undefined;
|
|
931
970
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
932
|
-
"aria-checked"?: boolean | "
|
|
971
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
933
972
|
"aria-colcount"?: number | undefined;
|
|
934
973
|
"aria-colindex"?: number | undefined;
|
|
935
974
|
"aria-colindextext"?: string | undefined;
|
|
936
975
|
"aria-colspan"?: number | undefined;
|
|
937
976
|
"aria-controls"?: string | undefined;
|
|
938
|
-
"aria-current"?: boolean | "
|
|
977
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
939
978
|
"aria-describedby"?: string | undefined;
|
|
940
979
|
"aria-description"?: string | undefined;
|
|
941
980
|
"aria-details"?: string | undefined;
|
|
942
981
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
943
|
-
"aria-dropeffect"?: "
|
|
982
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
944
983
|
"aria-errormessage"?: string | undefined;
|
|
945
984
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
946
985
|
"aria-flowto"?: string | undefined;
|
|
947
986
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
948
|
-
"aria-haspopup"?: boolean | "
|
|
987
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
949
988
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
950
989
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
951
990
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -960,9 +999,9 @@ export declare const Size: {
|
|
|
960
999
|
"aria-owns"?: string | undefined;
|
|
961
1000
|
"aria-placeholder"?: string | undefined;
|
|
962
1001
|
"aria-posinset"?: number | undefined;
|
|
963
|
-
"aria-pressed"?: boolean | "
|
|
1002
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
964
1003
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
965
|
-
"aria-relevant"?: "
|
|
1004
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
966
1005
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
967
1006
|
"aria-roledescription"?: string | undefined;
|
|
968
1007
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1147,7 +1186,7 @@ export declare const Size: {
|
|
|
1147
1186
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1148
1187
|
accessKey?: string | undefined;
|
|
1149
1188
|
autoFocus?: boolean | undefined;
|
|
1150
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1189
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1151
1190
|
contextMenu?: string | undefined;
|
|
1152
1191
|
dir?: string | undefined;
|
|
1153
1192
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1175,10 +1214,10 @@ export declare const Size: {
|
|
|
1175
1214
|
itemRef?: string | undefined;
|
|
1176
1215
|
results?: number | undefined;
|
|
1177
1216
|
security?: string | undefined;
|
|
1178
|
-
unselectable?: "
|
|
1179
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1217
|
+
unselectable?: "off" | "on" | undefined;
|
|
1218
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1180
1219
|
is?: string | undefined;
|
|
1181
|
-
component?: import("react").ElementType | undefined;
|
|
1220
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1182
1221
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1183
1222
|
};
|
|
1184
1223
|
/**
|
|
@@ -1186,29 +1225,29 @@ export declare const Size: {
|
|
|
1186
1225
|
*/
|
|
1187
1226
|
export declare const Images: {
|
|
1188
1227
|
args: {};
|
|
1189
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1190
|
-
size?:
|
|
1191
|
-
color?:
|
|
1228
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1229
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
1230
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
1192
1231
|
tooltip?: import("react").ReactNode;
|
|
1193
|
-
tooltipPlacement?:
|
|
1232
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
1194
1233
|
alt?: string | undefined;
|
|
1195
1234
|
children?: import("react").ReactNode;
|
|
1196
1235
|
classes?: (Partial<import("@mui/material").AvatarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1197
1236
|
imgProps?: (import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
1198
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
1237
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1199
1238
|
}) | undefined;
|
|
1200
1239
|
sizes?: string | undefined;
|
|
1201
1240
|
src?: string | undefined;
|
|
1202
1241
|
srcSet?: string | undefined;
|
|
1203
1242
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1204
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
1243
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarPropsVariantOverrides> | undefined;
|
|
1205
1244
|
slots?: import("@mui/material").AvatarSlots | undefined;
|
|
1206
1245
|
slotProps?: {
|
|
1207
1246
|
img?: import("@mui/material").SlotProps<import("react").ElementType<import("react").ImgHTMLAttributes<HTMLImageElement>, keyof import("react").JSX.IntrinsicElements>, {}, import("@mui/material").AvatarOwnProps> | undefined;
|
|
1208
1247
|
} | undefined;
|
|
1209
1248
|
className?: string | undefined;
|
|
1210
1249
|
style?: import("react").CSSProperties | undefined;
|
|
1211
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
1250
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1212
1251
|
slot?: string | undefined;
|
|
1213
1252
|
title?: string | undefined;
|
|
1214
1253
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -1218,27 +1257,27 @@ export declare const Images: {
|
|
|
1218
1257
|
tabIndex?: number | undefined;
|
|
1219
1258
|
"aria-activedescendant"?: string | undefined;
|
|
1220
1259
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1221
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1260
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1222
1261
|
"aria-braillelabel"?: string | undefined;
|
|
1223
1262
|
"aria-brailleroledescription"?: string | undefined;
|
|
1224
1263
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1225
|
-
"aria-checked"?: boolean | "
|
|
1264
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1226
1265
|
"aria-colcount"?: number | undefined;
|
|
1227
1266
|
"aria-colindex"?: number | undefined;
|
|
1228
1267
|
"aria-colindextext"?: string | undefined;
|
|
1229
1268
|
"aria-colspan"?: number | undefined;
|
|
1230
1269
|
"aria-controls"?: string | undefined;
|
|
1231
|
-
"aria-current"?: boolean | "
|
|
1270
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1232
1271
|
"aria-describedby"?: string | undefined;
|
|
1233
1272
|
"aria-description"?: string | undefined;
|
|
1234
1273
|
"aria-details"?: string | undefined;
|
|
1235
1274
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1236
|
-
"aria-dropeffect"?: "
|
|
1275
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1237
1276
|
"aria-errormessage"?: string | undefined;
|
|
1238
1277
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1239
1278
|
"aria-flowto"?: string | undefined;
|
|
1240
1279
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1241
|
-
"aria-haspopup"?: boolean | "
|
|
1280
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1242
1281
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1243
1282
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1244
1283
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1253,9 +1292,9 @@ export declare const Images: {
|
|
|
1253
1292
|
"aria-owns"?: string | undefined;
|
|
1254
1293
|
"aria-placeholder"?: string | undefined;
|
|
1255
1294
|
"aria-posinset"?: number | undefined;
|
|
1256
|
-
"aria-pressed"?: boolean | "
|
|
1295
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1257
1296
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1258
|
-
"aria-relevant"?: "
|
|
1297
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1259
1298
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1260
1299
|
"aria-roledescription"?: string | undefined;
|
|
1261
1300
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1440,7 +1479,7 @@ export declare const Images: {
|
|
|
1440
1479
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1441
1480
|
accessKey?: string | undefined;
|
|
1442
1481
|
autoFocus?: boolean | undefined;
|
|
1443
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1482
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1444
1483
|
contextMenu?: string | undefined;
|
|
1445
1484
|
dir?: string | undefined;
|
|
1446
1485
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1468,34 +1507,34 @@ export declare const Images: {
|
|
|
1468
1507
|
itemRef?: string | undefined;
|
|
1469
1508
|
results?: number | undefined;
|
|
1470
1509
|
security?: string | undefined;
|
|
1471
|
-
unselectable?: "
|
|
1472
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1510
|
+
unselectable?: "off" | "on" | undefined;
|
|
1511
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1473
1512
|
is?: string | undefined;
|
|
1474
|
-
component?: import("react").ElementType | undefined;
|
|
1513
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1475
1514
|
}>) => Promise<void>;
|
|
1476
1515
|
render: (args: {
|
|
1477
|
-
size?:
|
|
1478
|
-
color?:
|
|
1516
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
1517
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
1479
1518
|
tooltip?: import("react").ReactNode;
|
|
1480
|
-
tooltipPlacement?:
|
|
1519
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
1481
1520
|
alt?: string | undefined;
|
|
1482
1521
|
children?: import("react").ReactNode;
|
|
1483
1522
|
classes?: (Partial<import("@mui/material").AvatarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1484
1523
|
imgProps?: (import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
1485
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
1524
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1486
1525
|
}) | undefined;
|
|
1487
1526
|
sizes?: string | undefined;
|
|
1488
1527
|
src?: string | undefined;
|
|
1489
1528
|
srcSet?: string | undefined;
|
|
1490
1529
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1491
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
1530
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarPropsVariantOverrides> | undefined;
|
|
1492
1531
|
slots?: import("@mui/material").AvatarSlots | undefined;
|
|
1493
1532
|
slotProps?: {
|
|
1494
1533
|
img?: import("@mui/material").SlotProps<import("react").ElementType<import("react").ImgHTMLAttributes<HTMLImageElement>, keyof import("react").JSX.IntrinsicElements>, {}, import("@mui/material").AvatarOwnProps> | undefined;
|
|
1495
1534
|
} | undefined;
|
|
1496
1535
|
className?: string | undefined;
|
|
1497
1536
|
style?: import("react").CSSProperties | undefined;
|
|
1498
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
1537
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1499
1538
|
slot?: string | undefined;
|
|
1500
1539
|
title?: string | undefined;
|
|
1501
1540
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -1505,27 +1544,27 @@ export declare const Images: {
|
|
|
1505
1544
|
tabIndex?: number | undefined;
|
|
1506
1545
|
"aria-activedescendant"?: string | undefined;
|
|
1507
1546
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1508
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1547
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1509
1548
|
"aria-braillelabel"?: string | undefined;
|
|
1510
1549
|
"aria-brailleroledescription"?: string | undefined;
|
|
1511
1550
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1512
|
-
"aria-checked"?: boolean | "
|
|
1551
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1513
1552
|
"aria-colcount"?: number | undefined;
|
|
1514
1553
|
"aria-colindex"?: number | undefined;
|
|
1515
1554
|
"aria-colindextext"?: string | undefined;
|
|
1516
1555
|
"aria-colspan"?: number | undefined;
|
|
1517
1556
|
"aria-controls"?: string | undefined;
|
|
1518
|
-
"aria-current"?: boolean | "
|
|
1557
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1519
1558
|
"aria-describedby"?: string | undefined;
|
|
1520
1559
|
"aria-description"?: string | undefined;
|
|
1521
1560
|
"aria-details"?: string | undefined;
|
|
1522
1561
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1523
|
-
"aria-dropeffect"?: "
|
|
1562
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1524
1563
|
"aria-errormessage"?: string | undefined;
|
|
1525
1564
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1526
1565
|
"aria-flowto"?: string | undefined;
|
|
1527
1566
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1528
|
-
"aria-haspopup"?: boolean | "
|
|
1567
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1529
1568
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1530
1569
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1531
1570
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1540,9 +1579,9 @@ export declare const Images: {
|
|
|
1540
1579
|
"aria-owns"?: string | undefined;
|
|
1541
1580
|
"aria-placeholder"?: string | undefined;
|
|
1542
1581
|
"aria-posinset"?: number | undefined;
|
|
1543
|
-
"aria-pressed"?: boolean | "
|
|
1582
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1544
1583
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1545
|
-
"aria-relevant"?: "
|
|
1584
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1546
1585
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1547
1586
|
"aria-roledescription"?: string | undefined;
|
|
1548
1587
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1727,7 +1766,7 @@ export declare const Images: {
|
|
|
1727
1766
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1728
1767
|
accessKey?: string | undefined;
|
|
1729
1768
|
autoFocus?: boolean | undefined;
|
|
1730
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1769
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1731
1770
|
contextMenu?: string | undefined;
|
|
1732
1771
|
dir?: string | undefined;
|
|
1733
1772
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1755,10 +1794,10 @@ export declare const Images: {
|
|
|
1755
1794
|
itemRef?: string | undefined;
|
|
1756
1795
|
results?: number | undefined;
|
|
1757
1796
|
security?: string | undefined;
|
|
1758
|
-
unselectable?: "
|
|
1759
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1797
|
+
unselectable?: "off" | "on" | undefined;
|
|
1798
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1760
1799
|
is?: string | undefined;
|
|
1761
|
-
component?: import("react").ElementType | undefined;
|
|
1800
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1762
1801
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1763
1802
|
};
|
|
1764
1803
|
/**
|
|
@@ -1770,28 +1809,28 @@ export declare const Icons: {
|
|
|
1770
1809
|
color: "default";
|
|
1771
1810
|
};
|
|
1772
1811
|
render: (args: {
|
|
1773
|
-
size?:
|
|
1774
|
-
color?:
|
|
1812
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
1813
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
1775
1814
|
tooltip?: import("react").ReactNode;
|
|
1776
|
-
tooltipPlacement?:
|
|
1815
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
1777
1816
|
alt?: string | undefined;
|
|
1778
1817
|
children?: import("react").ReactNode;
|
|
1779
1818
|
classes?: (Partial<import("@mui/material").AvatarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1780
1819
|
imgProps?: (import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
1781
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
1820
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1782
1821
|
}) | undefined;
|
|
1783
1822
|
sizes?: string | undefined;
|
|
1784
1823
|
src?: string | undefined;
|
|
1785
1824
|
srcSet?: string | undefined;
|
|
1786
1825
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1787
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
1826
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarPropsVariantOverrides> | undefined;
|
|
1788
1827
|
slots?: import("@mui/material").AvatarSlots | undefined;
|
|
1789
1828
|
slotProps?: {
|
|
1790
1829
|
img?: import("@mui/material").SlotProps<import("react").ElementType<import("react").ImgHTMLAttributes<HTMLImageElement>, keyof import("react").JSX.IntrinsicElements>, {}, import("@mui/material").AvatarOwnProps> | undefined;
|
|
1791
1830
|
} | undefined;
|
|
1792
1831
|
className?: string | undefined;
|
|
1793
1832
|
style?: import("react").CSSProperties | undefined;
|
|
1794
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
1833
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1795
1834
|
slot?: string | undefined;
|
|
1796
1835
|
title?: string | undefined;
|
|
1797
1836
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -1801,27 +1840,27 @@ export declare const Icons: {
|
|
|
1801
1840
|
tabIndex?: number | undefined;
|
|
1802
1841
|
"aria-activedescendant"?: string | undefined;
|
|
1803
1842
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1804
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1843
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1805
1844
|
"aria-braillelabel"?: string | undefined;
|
|
1806
1845
|
"aria-brailleroledescription"?: string | undefined;
|
|
1807
1846
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1808
|
-
"aria-checked"?: boolean | "
|
|
1847
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1809
1848
|
"aria-colcount"?: number | undefined;
|
|
1810
1849
|
"aria-colindex"?: number | undefined;
|
|
1811
1850
|
"aria-colindextext"?: string | undefined;
|
|
1812
1851
|
"aria-colspan"?: number | undefined;
|
|
1813
1852
|
"aria-controls"?: string | undefined;
|
|
1814
|
-
"aria-current"?: boolean | "
|
|
1853
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1815
1854
|
"aria-describedby"?: string | undefined;
|
|
1816
1855
|
"aria-description"?: string | undefined;
|
|
1817
1856
|
"aria-details"?: string | undefined;
|
|
1818
1857
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1819
|
-
"aria-dropeffect"?: "
|
|
1858
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1820
1859
|
"aria-errormessage"?: string | undefined;
|
|
1821
1860
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1822
1861
|
"aria-flowto"?: string | undefined;
|
|
1823
1862
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1824
|
-
"aria-haspopup"?: boolean | "
|
|
1863
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1825
1864
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1826
1865
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1827
1866
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1836,9 +1875,9 @@ export declare const Icons: {
|
|
|
1836
1875
|
"aria-owns"?: string | undefined;
|
|
1837
1876
|
"aria-placeholder"?: string | undefined;
|
|
1838
1877
|
"aria-posinset"?: number | undefined;
|
|
1839
|
-
"aria-pressed"?: boolean | "
|
|
1878
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1840
1879
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1841
|
-
"aria-relevant"?: "
|
|
1880
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1842
1881
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1843
1882
|
"aria-roledescription"?: string | undefined;
|
|
1844
1883
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2023,7 +2062,7 @@ export declare const Icons: {
|
|
|
2023
2062
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2024
2063
|
accessKey?: string | undefined;
|
|
2025
2064
|
autoFocus?: boolean | undefined;
|
|
2026
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2065
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2027
2066
|
contextMenu?: string | undefined;
|
|
2028
2067
|
dir?: string | undefined;
|
|
2029
2068
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2051,10 +2090,10 @@ export declare const Icons: {
|
|
|
2051
2090
|
itemRef?: string | undefined;
|
|
2052
2091
|
results?: number | undefined;
|
|
2053
2092
|
security?: string | undefined;
|
|
2054
|
-
unselectable?: "
|
|
2055
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2093
|
+
unselectable?: "off" | "on" | undefined;
|
|
2094
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2056
2095
|
is?: string | undefined;
|
|
2057
|
-
component?: import("react").ElementType | undefined;
|
|
2096
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2058
2097
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2059
2098
|
};
|
|
2060
2099
|
/**
|
|
@@ -2064,29 +2103,29 @@ export declare const Tooltip: {
|
|
|
2064
2103
|
args: {
|
|
2065
2104
|
color: "default";
|
|
2066
2105
|
};
|
|
2067
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
2068
|
-
size?:
|
|
2069
|
-
color?:
|
|
2106
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
2107
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
2108
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
2070
2109
|
tooltip?: import("react").ReactNode;
|
|
2071
|
-
tooltipPlacement?:
|
|
2110
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
2072
2111
|
alt?: string | undefined;
|
|
2073
2112
|
children?: import("react").ReactNode;
|
|
2074
2113
|
classes?: (Partial<import("@mui/material").AvatarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
2075
2114
|
imgProps?: (import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
2076
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
2115
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2077
2116
|
}) | undefined;
|
|
2078
2117
|
sizes?: string | undefined;
|
|
2079
2118
|
src?: string | undefined;
|
|
2080
2119
|
srcSet?: string | undefined;
|
|
2081
2120
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2082
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
2121
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarPropsVariantOverrides> | undefined;
|
|
2083
2122
|
slots?: import("@mui/material").AvatarSlots | undefined;
|
|
2084
2123
|
slotProps?: {
|
|
2085
2124
|
img?: import("@mui/material").SlotProps<import("react").ElementType<import("react").ImgHTMLAttributes<HTMLImageElement>, keyof import("react").JSX.IntrinsicElements>, {}, import("@mui/material").AvatarOwnProps> | undefined;
|
|
2086
2125
|
} | undefined;
|
|
2087
2126
|
className?: string | undefined;
|
|
2088
2127
|
style?: import("react").CSSProperties | undefined;
|
|
2089
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
2128
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
2090
2129
|
slot?: string | undefined;
|
|
2091
2130
|
title?: string | undefined;
|
|
2092
2131
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -2096,27 +2135,27 @@ export declare const Tooltip: {
|
|
|
2096
2135
|
tabIndex?: number | undefined;
|
|
2097
2136
|
"aria-activedescendant"?: string | undefined;
|
|
2098
2137
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2099
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2138
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2100
2139
|
"aria-braillelabel"?: string | undefined;
|
|
2101
2140
|
"aria-brailleroledescription"?: string | undefined;
|
|
2102
2141
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2103
|
-
"aria-checked"?: boolean | "
|
|
2142
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2104
2143
|
"aria-colcount"?: number | undefined;
|
|
2105
2144
|
"aria-colindex"?: number | undefined;
|
|
2106
2145
|
"aria-colindextext"?: string | undefined;
|
|
2107
2146
|
"aria-colspan"?: number | undefined;
|
|
2108
2147
|
"aria-controls"?: string | undefined;
|
|
2109
|
-
"aria-current"?: boolean | "
|
|
2148
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2110
2149
|
"aria-describedby"?: string | undefined;
|
|
2111
2150
|
"aria-description"?: string | undefined;
|
|
2112
2151
|
"aria-details"?: string | undefined;
|
|
2113
2152
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2114
|
-
"aria-dropeffect"?: "
|
|
2153
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2115
2154
|
"aria-errormessage"?: string | undefined;
|
|
2116
2155
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2117
2156
|
"aria-flowto"?: string | undefined;
|
|
2118
2157
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2119
|
-
"aria-haspopup"?: boolean | "
|
|
2158
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2120
2159
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2121
2160
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2122
2161
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2131,9 +2170,9 @@ export declare const Tooltip: {
|
|
|
2131
2170
|
"aria-owns"?: string | undefined;
|
|
2132
2171
|
"aria-placeholder"?: string | undefined;
|
|
2133
2172
|
"aria-posinset"?: number | undefined;
|
|
2134
|
-
"aria-pressed"?: boolean | "
|
|
2173
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2135
2174
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2136
|
-
"aria-relevant"?: "
|
|
2175
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2137
2176
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2138
2177
|
"aria-roledescription"?: string | undefined;
|
|
2139
2178
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2318,7 +2357,7 @@ export declare const Tooltip: {
|
|
|
2318
2357
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2319
2358
|
accessKey?: string | undefined;
|
|
2320
2359
|
autoFocus?: boolean | undefined;
|
|
2321
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2360
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2322
2361
|
contextMenu?: string | undefined;
|
|
2323
2362
|
dir?: string | undefined;
|
|
2324
2363
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2346,34 +2385,34 @@ export declare const Tooltip: {
|
|
|
2346
2385
|
itemRef?: string | undefined;
|
|
2347
2386
|
results?: number | undefined;
|
|
2348
2387
|
security?: string | undefined;
|
|
2349
|
-
unselectable?: "
|
|
2350
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2388
|
+
unselectable?: "off" | "on" | undefined;
|
|
2389
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2351
2390
|
is?: string | undefined;
|
|
2352
|
-
component?: import("react").ElementType | undefined;
|
|
2391
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2353
2392
|
}>) => Promise<void>;
|
|
2354
2393
|
render: (args: {
|
|
2355
|
-
size?:
|
|
2356
|
-
color?:
|
|
2394
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
2395
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
2357
2396
|
tooltip?: import("react").ReactNode;
|
|
2358
|
-
tooltipPlacement?:
|
|
2397
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
2359
2398
|
alt?: string | undefined;
|
|
2360
2399
|
children?: import("react").ReactNode;
|
|
2361
2400
|
classes?: (Partial<import("@mui/material").AvatarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
2362
2401
|
imgProps?: (import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
|
2363
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
2402
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2364
2403
|
}) | undefined;
|
|
2365
2404
|
sizes?: string | undefined;
|
|
2366
2405
|
src?: string | undefined;
|
|
2367
2406
|
srcSet?: string | undefined;
|
|
2368
2407
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2369
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
2408
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarPropsVariantOverrides> | undefined;
|
|
2370
2409
|
slots?: import("@mui/material").AvatarSlots | undefined;
|
|
2371
2410
|
slotProps?: {
|
|
2372
2411
|
img?: import("@mui/material").SlotProps<import("react").ElementType<import("react").ImgHTMLAttributes<HTMLImageElement>, keyof import("react").JSX.IntrinsicElements>, {}, import("@mui/material").AvatarOwnProps> | undefined;
|
|
2373
2412
|
} | undefined;
|
|
2374
2413
|
className?: string | undefined;
|
|
2375
2414
|
style?: import("react").CSSProperties | undefined;
|
|
2376
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
2415
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
2377
2416
|
slot?: string | undefined;
|
|
2378
2417
|
title?: string | undefined;
|
|
2379
2418
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -2383,27 +2422,27 @@ export declare const Tooltip: {
|
|
|
2383
2422
|
tabIndex?: number | undefined;
|
|
2384
2423
|
"aria-activedescendant"?: string | undefined;
|
|
2385
2424
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2386
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2425
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2387
2426
|
"aria-braillelabel"?: string | undefined;
|
|
2388
2427
|
"aria-brailleroledescription"?: string | undefined;
|
|
2389
2428
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2390
|
-
"aria-checked"?: boolean | "
|
|
2429
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2391
2430
|
"aria-colcount"?: number | undefined;
|
|
2392
2431
|
"aria-colindex"?: number | undefined;
|
|
2393
2432
|
"aria-colindextext"?: string | undefined;
|
|
2394
2433
|
"aria-colspan"?: number | undefined;
|
|
2395
2434
|
"aria-controls"?: string | undefined;
|
|
2396
|
-
"aria-current"?: boolean | "
|
|
2435
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2397
2436
|
"aria-describedby"?: string | undefined;
|
|
2398
2437
|
"aria-description"?: string | undefined;
|
|
2399
2438
|
"aria-details"?: string | undefined;
|
|
2400
2439
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2401
|
-
"aria-dropeffect"?: "
|
|
2440
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2402
2441
|
"aria-errormessage"?: string | undefined;
|
|
2403
2442
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2404
2443
|
"aria-flowto"?: string | undefined;
|
|
2405
2444
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2406
|
-
"aria-haspopup"?: boolean | "
|
|
2445
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2407
2446
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2408
2447
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2409
2448
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2418,9 +2457,9 @@ export declare const Tooltip: {
|
|
|
2418
2457
|
"aria-owns"?: string | undefined;
|
|
2419
2458
|
"aria-placeholder"?: string | undefined;
|
|
2420
2459
|
"aria-posinset"?: number | undefined;
|
|
2421
|
-
"aria-pressed"?: boolean | "
|
|
2460
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2422
2461
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2423
|
-
"aria-relevant"?: "
|
|
2462
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2424
2463
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2425
2464
|
"aria-roledescription"?: string | undefined;
|
|
2426
2465
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2605,7 +2644,7 @@ export declare const Tooltip: {
|
|
|
2605
2644
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2606
2645
|
accessKey?: string | undefined;
|
|
2607
2646
|
autoFocus?: boolean | undefined;
|
|
2608
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2647
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2609
2648
|
contextMenu?: string | undefined;
|
|
2610
2649
|
dir?: string | undefined;
|
|
2611
2650
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2633,9 +2672,9 @@ export declare const Tooltip: {
|
|
|
2633
2672
|
itemRef?: string | undefined;
|
|
2634
2673
|
results?: number | undefined;
|
|
2635
2674
|
security?: string | undefined;
|
|
2636
|
-
unselectable?: "
|
|
2637
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2675
|
+
unselectable?: "off" | "on" | undefined;
|
|
2676
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2638
2677
|
is?: string | undefined;
|
|
2639
|
-
component?: import("react").ElementType | undefined;
|
|
2678
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2640
2679
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2641
2680
|
};
|