@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
|
* AvatarGroup renders its children as a stack. Use the `max` prop to limit the number of avatars.
|
|
@@ -11,31 +14,73 @@ declare const meta: {
|
|
|
11
14
|
component: (props: import("./AvatarGroup.types").AvatarGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
15
|
parameters: {
|
|
13
16
|
badges: BADGE[];
|
|
17
|
+
layout: string;
|
|
18
|
+
};
|
|
19
|
+
argTypes: {
|
|
20
|
+
children: {
|
|
21
|
+
control: {
|
|
22
|
+
type: undefined;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
component: {
|
|
26
|
+
table: {
|
|
27
|
+
disable: boolean;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
renderSurplus: {
|
|
31
|
+
control: {
|
|
32
|
+
type: undefined;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
ref: {
|
|
36
|
+
control: {
|
|
37
|
+
type: undefined;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
total: {
|
|
41
|
+
table: {
|
|
42
|
+
total: {
|
|
43
|
+
summary: string;
|
|
44
|
+
};
|
|
45
|
+
defaultValue: {
|
|
46
|
+
summary: number;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
14
50
|
};
|
|
15
51
|
};
|
|
16
52
|
export default meta;
|
|
17
53
|
export declare const Default: {
|
|
18
|
-
args: {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
54
|
+
args: {
|
|
55
|
+
color: "default";
|
|
56
|
+
spacing: "medium";
|
|
57
|
+
variant: "circular";
|
|
58
|
+
total: number;
|
|
59
|
+
};
|
|
60
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
61
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
62
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
22
63
|
tooltip?: import("react").ReactNode;
|
|
23
64
|
max?: number | undefined;
|
|
24
|
-
tooltipPlacement?:
|
|
65
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
25
66
|
children?: import("react").ReactNode;
|
|
26
67
|
classes?: Partial<import("@mui/material").AvatarGroupClasses> | undefined;
|
|
27
|
-
component?: import("react").ElementType | undefined;
|
|
68
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
28
69
|
componentsProps?: {
|
|
29
|
-
additionalAvatar?: import("
|
|
70
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
71
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
72
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
30
73
|
} | undefined;
|
|
31
74
|
renderSurplus?: ((surplus: number) => import("react").ReactNode) | undefined;
|
|
32
75
|
slotProps?: {
|
|
33
|
-
additionalAvatar?: import("
|
|
76
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
77
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
78
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
34
79
|
} | undefined;
|
|
35
|
-
spacing?:
|
|
80
|
+
spacing?: number | "small" | "medium" | undefined;
|
|
36
81
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
37
82
|
total?: number | undefined;
|
|
38
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
83
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarGroupPropsVariantOverrides> | undefined;
|
|
39
84
|
className?: string | undefined;
|
|
40
85
|
style?: import("react").CSSProperties | undefined;
|
|
41
86
|
slot?: string | undefined;
|
|
@@ -47,27 +92,27 @@ export declare const Default: {
|
|
|
47
92
|
tabIndex?: number | undefined;
|
|
48
93
|
"aria-activedescendant"?: string | undefined;
|
|
49
94
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
50
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
95
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
51
96
|
"aria-braillelabel"?: string | undefined;
|
|
52
97
|
"aria-brailleroledescription"?: string | undefined;
|
|
53
98
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
54
|
-
"aria-checked"?: boolean | "
|
|
99
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
55
100
|
"aria-colcount"?: number | undefined;
|
|
56
101
|
"aria-colindex"?: number | undefined;
|
|
57
102
|
"aria-colindextext"?: string | undefined;
|
|
58
103
|
"aria-colspan"?: number | undefined;
|
|
59
104
|
"aria-controls"?: string | undefined;
|
|
60
|
-
"aria-current"?: boolean | "
|
|
105
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
61
106
|
"aria-describedby"?: string | undefined;
|
|
62
107
|
"aria-description"?: string | undefined;
|
|
63
108
|
"aria-details"?: string | undefined;
|
|
64
109
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
65
|
-
"aria-dropeffect"?: "
|
|
110
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
66
111
|
"aria-errormessage"?: string | undefined;
|
|
67
112
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
68
113
|
"aria-flowto"?: string | undefined;
|
|
69
114
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
70
|
-
"aria-haspopup"?: boolean | "
|
|
115
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
71
116
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
72
117
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
73
118
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -82,9 +127,9 @@ export declare const Default: {
|
|
|
82
127
|
"aria-owns"?: string | undefined;
|
|
83
128
|
"aria-placeholder"?: string | undefined;
|
|
84
129
|
"aria-posinset"?: number | undefined;
|
|
85
|
-
"aria-pressed"?: boolean | "
|
|
130
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
86
131
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
87
|
-
"aria-relevant"?: "
|
|
132
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
88
133
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
89
134
|
"aria-roledescription"?: string | undefined;
|
|
90
135
|
"aria-rowcount"?: number | undefined;
|
|
@@ -268,7 +313,7 @@ export declare const Default: {
|
|
|
268
313
|
suppressContentEditableWarning?: boolean | undefined;
|
|
269
314
|
accessKey?: string | undefined;
|
|
270
315
|
autoFocus?: boolean | undefined;
|
|
271
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
316
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
272
317
|
contextMenu?: string | undefined;
|
|
273
318
|
dir?: string | undefined;
|
|
274
319
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -296,31 +341,35 @@ export declare const Default: {
|
|
|
296
341
|
itemRef?: string | undefined;
|
|
297
342
|
results?: number | undefined;
|
|
298
343
|
security?: string | undefined;
|
|
299
|
-
unselectable?: "
|
|
300
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
344
|
+
unselectable?: "off" | "on" | undefined;
|
|
345
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
301
346
|
is?: string | undefined;
|
|
302
347
|
ref?: import("react").Ref<unknown> | undefined;
|
|
303
348
|
}>) => Promise<void>;
|
|
304
349
|
render: (args: {
|
|
305
|
-
size?:
|
|
306
|
-
color?:
|
|
350
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
351
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
307
352
|
tooltip?: import("react").ReactNode;
|
|
308
353
|
max?: number | undefined;
|
|
309
|
-
tooltipPlacement?:
|
|
354
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
310
355
|
children?: import("react").ReactNode;
|
|
311
356
|
classes?: Partial<import("@mui/material").AvatarGroupClasses> | undefined;
|
|
312
|
-
component?: import("react").ElementType | undefined;
|
|
357
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
313
358
|
componentsProps?: {
|
|
314
|
-
additionalAvatar?: import("
|
|
359
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
360
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
361
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
315
362
|
} | undefined;
|
|
316
363
|
renderSurplus?: ((surplus: number) => import("react").ReactNode) | undefined;
|
|
317
364
|
slotProps?: {
|
|
318
|
-
additionalAvatar?: import("
|
|
365
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
366
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
367
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
319
368
|
} | undefined;
|
|
320
|
-
spacing?:
|
|
369
|
+
spacing?: number | "small" | "medium" | undefined;
|
|
321
370
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
322
371
|
total?: number | undefined;
|
|
323
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
372
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarGroupPropsVariantOverrides> | undefined;
|
|
324
373
|
className?: string | undefined;
|
|
325
374
|
style?: import("react").CSSProperties | undefined;
|
|
326
375
|
slot?: string | undefined;
|
|
@@ -332,27 +381,27 @@ export declare const Default: {
|
|
|
332
381
|
tabIndex?: number | undefined;
|
|
333
382
|
"aria-activedescendant"?: string | undefined;
|
|
334
383
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
335
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
384
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
336
385
|
"aria-braillelabel"?: string | undefined;
|
|
337
386
|
"aria-brailleroledescription"?: string | undefined;
|
|
338
387
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
339
|
-
"aria-checked"?: boolean | "
|
|
388
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
340
389
|
"aria-colcount"?: number | undefined;
|
|
341
390
|
"aria-colindex"?: number | undefined;
|
|
342
391
|
"aria-colindextext"?: string | undefined;
|
|
343
392
|
"aria-colspan"?: number | undefined;
|
|
344
393
|
"aria-controls"?: string | undefined;
|
|
345
|
-
"aria-current"?: boolean | "
|
|
394
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
346
395
|
"aria-describedby"?: string | undefined;
|
|
347
396
|
"aria-description"?: string | undefined;
|
|
348
397
|
"aria-details"?: string | undefined;
|
|
349
398
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
350
|
-
"aria-dropeffect"?: "
|
|
399
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
351
400
|
"aria-errormessage"?: string | undefined;
|
|
352
401
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
353
402
|
"aria-flowto"?: string | undefined;
|
|
354
403
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
355
|
-
"aria-haspopup"?: boolean | "
|
|
404
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
356
405
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
357
406
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
358
407
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -367,9 +416,9 @@ export declare const Default: {
|
|
|
367
416
|
"aria-owns"?: string | undefined;
|
|
368
417
|
"aria-placeholder"?: string | undefined;
|
|
369
418
|
"aria-posinset"?: number | undefined;
|
|
370
|
-
"aria-pressed"?: boolean | "
|
|
419
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
371
420
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
372
|
-
"aria-relevant"?: "
|
|
421
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
373
422
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
374
423
|
"aria-roledescription"?: string | undefined;
|
|
375
424
|
"aria-rowcount"?: number | undefined;
|
|
@@ -553,7 +602,7 @@ export declare const Default: {
|
|
|
553
602
|
suppressContentEditableWarning?: boolean | undefined;
|
|
554
603
|
accessKey?: string | undefined;
|
|
555
604
|
autoFocus?: boolean | undefined;
|
|
556
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
605
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
557
606
|
contextMenu?: string | undefined;
|
|
558
607
|
dir?: string | undefined;
|
|
559
608
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -581,8 +630,8 @@ export declare const Default: {
|
|
|
581
630
|
itemRef?: string | undefined;
|
|
582
631
|
results?: number | undefined;
|
|
583
632
|
security?: string | undefined;
|
|
584
|
-
unselectable?: "
|
|
585
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
633
|
+
unselectable?: "off" | "on" | undefined;
|
|
634
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
586
635
|
is?: string | undefined;
|
|
587
636
|
ref?: import("react").Ref<unknown> | undefined;
|
|
588
637
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -591,27 +640,34 @@ export declare const Default: {
|
|
|
591
640
|
* You can change the size of the avatar with the `size` prop with value `xsmall`, `small`, `medium`, `large`, `xlarge`.
|
|
592
641
|
*/
|
|
593
642
|
export declare const Size: {
|
|
594
|
-
args: {
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
643
|
+
args: {
|
|
644
|
+
color: "default";
|
|
645
|
+
variant: "circular";
|
|
646
|
+
};
|
|
647
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
648
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
649
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
598
650
|
tooltip?: import("react").ReactNode;
|
|
599
651
|
max?: number | undefined;
|
|
600
|
-
tooltipPlacement?:
|
|
652
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
601
653
|
children?: import("react").ReactNode;
|
|
602
654
|
classes?: Partial<import("@mui/material").AvatarGroupClasses> | undefined;
|
|
603
|
-
component?: import("react").ElementType | undefined;
|
|
655
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
604
656
|
componentsProps?: {
|
|
605
|
-
additionalAvatar?: import("
|
|
657
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
658
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
659
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
606
660
|
} | undefined;
|
|
607
661
|
renderSurplus?: ((surplus: number) => import("react").ReactNode) | undefined;
|
|
608
662
|
slotProps?: {
|
|
609
|
-
additionalAvatar?: import("
|
|
663
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
664
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
665
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
610
666
|
} | undefined;
|
|
611
|
-
spacing?:
|
|
667
|
+
spacing?: number | "small" | "medium" | undefined;
|
|
612
668
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
613
669
|
total?: number | undefined;
|
|
614
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
670
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarGroupPropsVariantOverrides> | undefined;
|
|
615
671
|
className?: string | undefined;
|
|
616
672
|
style?: import("react").CSSProperties | undefined;
|
|
617
673
|
slot?: string | undefined;
|
|
@@ -623,27 +679,27 @@ export declare const Size: {
|
|
|
623
679
|
tabIndex?: number | undefined;
|
|
624
680
|
"aria-activedescendant"?: string | undefined;
|
|
625
681
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
626
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
682
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
627
683
|
"aria-braillelabel"?: string | undefined;
|
|
628
684
|
"aria-brailleroledescription"?: string | undefined;
|
|
629
685
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
630
|
-
"aria-checked"?: boolean | "
|
|
686
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
631
687
|
"aria-colcount"?: number | undefined;
|
|
632
688
|
"aria-colindex"?: number | undefined;
|
|
633
689
|
"aria-colindextext"?: string | undefined;
|
|
634
690
|
"aria-colspan"?: number | undefined;
|
|
635
691
|
"aria-controls"?: string | undefined;
|
|
636
|
-
"aria-current"?: boolean | "
|
|
692
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
637
693
|
"aria-describedby"?: string | undefined;
|
|
638
694
|
"aria-description"?: string | undefined;
|
|
639
695
|
"aria-details"?: string | undefined;
|
|
640
696
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
641
|
-
"aria-dropeffect"?: "
|
|
697
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
642
698
|
"aria-errormessage"?: string | undefined;
|
|
643
699
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
644
700
|
"aria-flowto"?: string | undefined;
|
|
645
701
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
646
|
-
"aria-haspopup"?: boolean | "
|
|
702
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
647
703
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
648
704
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
649
705
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -658,9 +714,9 @@ export declare const Size: {
|
|
|
658
714
|
"aria-owns"?: string | undefined;
|
|
659
715
|
"aria-placeholder"?: string | undefined;
|
|
660
716
|
"aria-posinset"?: number | undefined;
|
|
661
|
-
"aria-pressed"?: boolean | "
|
|
717
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
662
718
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
663
|
-
"aria-relevant"?: "
|
|
719
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
664
720
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
665
721
|
"aria-roledescription"?: string | undefined;
|
|
666
722
|
"aria-rowcount"?: number | undefined;
|
|
@@ -844,7 +900,7 @@ export declare const Size: {
|
|
|
844
900
|
suppressContentEditableWarning?: boolean | undefined;
|
|
845
901
|
accessKey?: string | undefined;
|
|
846
902
|
autoFocus?: boolean | undefined;
|
|
847
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
903
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
848
904
|
contextMenu?: string | undefined;
|
|
849
905
|
dir?: string | undefined;
|
|
850
906
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -872,31 +928,35 @@ export declare const Size: {
|
|
|
872
928
|
itemRef?: string | undefined;
|
|
873
929
|
results?: number | undefined;
|
|
874
930
|
security?: string | undefined;
|
|
875
|
-
unselectable?: "
|
|
876
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
931
|
+
unselectable?: "off" | "on" | undefined;
|
|
932
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
877
933
|
is?: string | undefined;
|
|
878
934
|
ref?: import("react").Ref<unknown> | undefined;
|
|
879
935
|
}>) => Promise<void>;
|
|
880
936
|
render: (args: {
|
|
881
|
-
size?:
|
|
882
|
-
color?:
|
|
937
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
938
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
883
939
|
tooltip?: import("react").ReactNode;
|
|
884
940
|
max?: number | undefined;
|
|
885
|
-
tooltipPlacement?:
|
|
941
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
886
942
|
children?: import("react").ReactNode;
|
|
887
943
|
classes?: Partial<import("@mui/material").AvatarGroupClasses> | undefined;
|
|
888
|
-
component?: import("react").ElementType | undefined;
|
|
944
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
889
945
|
componentsProps?: {
|
|
890
|
-
additionalAvatar?: import("
|
|
946
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
947
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
948
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
891
949
|
} | undefined;
|
|
892
950
|
renderSurplus?: ((surplus: number) => import("react").ReactNode) | undefined;
|
|
893
951
|
slotProps?: {
|
|
894
|
-
additionalAvatar?: import("
|
|
952
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
953
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
954
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
895
955
|
} | undefined;
|
|
896
|
-
spacing?:
|
|
956
|
+
spacing?: number | "small" | "medium" | undefined;
|
|
897
957
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
898
958
|
total?: number | undefined;
|
|
899
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
959
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarGroupPropsVariantOverrides> | undefined;
|
|
900
960
|
className?: string | undefined;
|
|
901
961
|
style?: import("react").CSSProperties | undefined;
|
|
902
962
|
slot?: string | undefined;
|
|
@@ -908,27 +968,27 @@ export declare const Size: {
|
|
|
908
968
|
tabIndex?: number | undefined;
|
|
909
969
|
"aria-activedescendant"?: string | undefined;
|
|
910
970
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
911
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
971
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
912
972
|
"aria-braillelabel"?: string | undefined;
|
|
913
973
|
"aria-brailleroledescription"?: string | undefined;
|
|
914
974
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
915
|
-
"aria-checked"?: boolean | "
|
|
975
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
916
976
|
"aria-colcount"?: number | undefined;
|
|
917
977
|
"aria-colindex"?: number | undefined;
|
|
918
978
|
"aria-colindextext"?: string | undefined;
|
|
919
979
|
"aria-colspan"?: number | undefined;
|
|
920
980
|
"aria-controls"?: string | undefined;
|
|
921
|
-
"aria-current"?: boolean | "
|
|
981
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
922
982
|
"aria-describedby"?: string | undefined;
|
|
923
983
|
"aria-description"?: string | undefined;
|
|
924
984
|
"aria-details"?: string | undefined;
|
|
925
985
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
926
|
-
"aria-dropeffect"?: "
|
|
986
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
927
987
|
"aria-errormessage"?: string | undefined;
|
|
928
988
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
929
989
|
"aria-flowto"?: string | undefined;
|
|
930
990
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
931
|
-
"aria-haspopup"?: boolean | "
|
|
991
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
932
992
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
933
993
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
934
994
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -943,9 +1003,9 @@ export declare const Size: {
|
|
|
943
1003
|
"aria-owns"?: string | undefined;
|
|
944
1004
|
"aria-placeholder"?: string | undefined;
|
|
945
1005
|
"aria-posinset"?: number | undefined;
|
|
946
|
-
"aria-pressed"?: boolean | "
|
|
1006
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
947
1007
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
948
|
-
"aria-relevant"?: "
|
|
1008
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
949
1009
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
950
1010
|
"aria-roledescription"?: string | undefined;
|
|
951
1011
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1129,7 +1189,7 @@ export declare const Size: {
|
|
|
1129
1189
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1130
1190
|
accessKey?: string | undefined;
|
|
1131
1191
|
autoFocus?: boolean | undefined;
|
|
1132
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1192
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1133
1193
|
contextMenu?: string | undefined;
|
|
1134
1194
|
dir?: string | undefined;
|
|
1135
1195
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1157,8 +1217,8 @@ export declare const Size: {
|
|
|
1157
1217
|
itemRef?: string | undefined;
|
|
1158
1218
|
results?: number | undefined;
|
|
1159
1219
|
security?: string | undefined;
|
|
1160
|
-
unselectable?: "
|
|
1161
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1220
|
+
unselectable?: "off" | "on" | undefined;
|
|
1221
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1162
1222
|
is?: string | undefined;
|
|
1163
1223
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1164
1224
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1176,26 +1236,30 @@ export declare const Color: {
|
|
|
1176
1236
|
};
|
|
1177
1237
|
};
|
|
1178
1238
|
};
|
|
1179
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1180
|
-
size?:
|
|
1181
|
-
color?:
|
|
1239
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1240
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
1241
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
1182
1242
|
tooltip?: import("react").ReactNode;
|
|
1183
1243
|
max?: number | undefined;
|
|
1184
|
-
tooltipPlacement?:
|
|
1244
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
1185
1245
|
children?: import("react").ReactNode;
|
|
1186
1246
|
classes?: Partial<import("@mui/material").AvatarGroupClasses> | undefined;
|
|
1187
|
-
component?: import("react").ElementType | undefined;
|
|
1247
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1188
1248
|
componentsProps?: {
|
|
1189
|
-
additionalAvatar?: import("
|
|
1249
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1250
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1251
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
1190
1252
|
} | undefined;
|
|
1191
1253
|
renderSurplus?: ((surplus: number) => import("react").ReactNode) | undefined;
|
|
1192
1254
|
slotProps?: {
|
|
1193
|
-
additionalAvatar?: import("
|
|
1255
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1256
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1257
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
1194
1258
|
} | undefined;
|
|
1195
|
-
spacing?:
|
|
1259
|
+
spacing?: number | "small" | "medium" | undefined;
|
|
1196
1260
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1197
1261
|
total?: number | undefined;
|
|
1198
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
1262
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarGroupPropsVariantOverrides> | undefined;
|
|
1199
1263
|
className?: string | undefined;
|
|
1200
1264
|
style?: import("react").CSSProperties | undefined;
|
|
1201
1265
|
slot?: string | undefined;
|
|
@@ -1207,27 +1271,27 @@ export declare const Color: {
|
|
|
1207
1271
|
tabIndex?: number | undefined;
|
|
1208
1272
|
"aria-activedescendant"?: string | undefined;
|
|
1209
1273
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1210
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1274
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1211
1275
|
"aria-braillelabel"?: string | undefined;
|
|
1212
1276
|
"aria-brailleroledescription"?: string | undefined;
|
|
1213
1277
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1214
|
-
"aria-checked"?: boolean | "
|
|
1278
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1215
1279
|
"aria-colcount"?: number | undefined;
|
|
1216
1280
|
"aria-colindex"?: number | undefined;
|
|
1217
1281
|
"aria-colindextext"?: string | undefined;
|
|
1218
1282
|
"aria-colspan"?: number | undefined;
|
|
1219
1283
|
"aria-controls"?: string | undefined;
|
|
1220
|
-
"aria-current"?: boolean | "
|
|
1284
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1221
1285
|
"aria-describedby"?: string | undefined;
|
|
1222
1286
|
"aria-description"?: string | undefined;
|
|
1223
1287
|
"aria-details"?: string | undefined;
|
|
1224
1288
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1225
|
-
"aria-dropeffect"?: "
|
|
1289
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1226
1290
|
"aria-errormessage"?: string | undefined;
|
|
1227
1291
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1228
1292
|
"aria-flowto"?: string | undefined;
|
|
1229
1293
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1230
|
-
"aria-haspopup"?: boolean | "
|
|
1294
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1231
1295
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1232
1296
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1233
1297
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1242,9 +1306,9 @@ export declare const Color: {
|
|
|
1242
1306
|
"aria-owns"?: string | undefined;
|
|
1243
1307
|
"aria-placeholder"?: string | undefined;
|
|
1244
1308
|
"aria-posinset"?: number | undefined;
|
|
1245
|
-
"aria-pressed"?: boolean | "
|
|
1309
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1246
1310
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1247
|
-
"aria-relevant"?: "
|
|
1311
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1248
1312
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1249
1313
|
"aria-roledescription"?: string | undefined;
|
|
1250
1314
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1428,7 +1492,7 @@ export declare const Color: {
|
|
|
1428
1492
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1429
1493
|
accessKey?: string | undefined;
|
|
1430
1494
|
autoFocus?: boolean | undefined;
|
|
1431
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1495
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1432
1496
|
contextMenu?: string | undefined;
|
|
1433
1497
|
dir?: string | undefined;
|
|
1434
1498
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1456,31 +1520,35 @@ export declare const Color: {
|
|
|
1456
1520
|
itemRef?: string | undefined;
|
|
1457
1521
|
results?: number | undefined;
|
|
1458
1522
|
security?: string | undefined;
|
|
1459
|
-
unselectable?: "
|
|
1460
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1523
|
+
unselectable?: "off" | "on" | undefined;
|
|
1524
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1461
1525
|
is?: string | undefined;
|
|
1462
1526
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1463
1527
|
}>) => Promise<void>;
|
|
1464
1528
|
render: (args: {
|
|
1465
|
-
size?:
|
|
1466
|
-
color?:
|
|
1529
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
1530
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
1467
1531
|
tooltip?: import("react").ReactNode;
|
|
1468
1532
|
max?: number | undefined;
|
|
1469
|
-
tooltipPlacement?:
|
|
1533
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
1470
1534
|
children?: import("react").ReactNode;
|
|
1471
1535
|
classes?: Partial<import("@mui/material").AvatarGroupClasses> | undefined;
|
|
1472
|
-
component?: import("react").ElementType | undefined;
|
|
1536
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1473
1537
|
componentsProps?: {
|
|
1474
|
-
additionalAvatar?: import("
|
|
1538
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1539
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1540
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
1475
1541
|
} | undefined;
|
|
1476
1542
|
renderSurplus?: ((surplus: number) => import("react").ReactNode) | undefined;
|
|
1477
1543
|
slotProps?: {
|
|
1478
|
-
additionalAvatar?: import("
|
|
1544
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1545
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1546
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
1479
1547
|
} | undefined;
|
|
1480
|
-
spacing?:
|
|
1548
|
+
spacing?: number | "small" | "medium" | undefined;
|
|
1481
1549
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1482
1550
|
total?: number | undefined;
|
|
1483
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
1551
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarGroupPropsVariantOverrides> | undefined;
|
|
1484
1552
|
className?: string | undefined;
|
|
1485
1553
|
style?: import("react").CSSProperties | undefined;
|
|
1486
1554
|
slot?: string | undefined;
|
|
@@ -1492,27 +1560,27 @@ export declare const Color: {
|
|
|
1492
1560
|
tabIndex?: number | undefined;
|
|
1493
1561
|
"aria-activedescendant"?: string | undefined;
|
|
1494
1562
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1495
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1563
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1496
1564
|
"aria-braillelabel"?: string | undefined;
|
|
1497
1565
|
"aria-brailleroledescription"?: string | undefined;
|
|
1498
1566
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1499
|
-
"aria-checked"?: boolean | "
|
|
1567
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1500
1568
|
"aria-colcount"?: number | undefined;
|
|
1501
1569
|
"aria-colindex"?: number | undefined;
|
|
1502
1570
|
"aria-colindextext"?: string | undefined;
|
|
1503
1571
|
"aria-colspan"?: number | undefined;
|
|
1504
1572
|
"aria-controls"?: string | undefined;
|
|
1505
|
-
"aria-current"?: boolean | "
|
|
1573
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1506
1574
|
"aria-describedby"?: string | undefined;
|
|
1507
1575
|
"aria-description"?: string | undefined;
|
|
1508
1576
|
"aria-details"?: string | undefined;
|
|
1509
1577
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1510
|
-
"aria-dropeffect"?: "
|
|
1578
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1511
1579
|
"aria-errormessage"?: string | undefined;
|
|
1512
1580
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1513
1581
|
"aria-flowto"?: string | undefined;
|
|
1514
1582
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1515
|
-
"aria-haspopup"?: boolean | "
|
|
1583
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1516
1584
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1517
1585
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1518
1586
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1527,9 +1595,9 @@ export declare const Color: {
|
|
|
1527
1595
|
"aria-owns"?: string | undefined;
|
|
1528
1596
|
"aria-placeholder"?: string | undefined;
|
|
1529
1597
|
"aria-posinset"?: number | undefined;
|
|
1530
|
-
"aria-pressed"?: boolean | "
|
|
1598
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1531
1599
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1532
|
-
"aria-relevant"?: "
|
|
1600
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1533
1601
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1534
1602
|
"aria-roledescription"?: string | undefined;
|
|
1535
1603
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1713,7 +1781,7 @@ export declare const Color: {
|
|
|
1713
1781
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1714
1782
|
accessKey?: string | undefined;
|
|
1715
1783
|
autoFocus?: boolean | undefined;
|
|
1716
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1784
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1717
1785
|
contextMenu?: string | undefined;
|
|
1718
1786
|
dir?: string | undefined;
|
|
1719
1787
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1741,8 +1809,8 @@ export declare const Color: {
|
|
|
1741
1809
|
itemRef?: string | undefined;
|
|
1742
1810
|
results?: number | undefined;
|
|
1743
1811
|
security?: string | undefined;
|
|
1744
|
-
unselectable?: "
|
|
1745
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1812
|
+
unselectable?: "off" | "on" | undefined;
|
|
1813
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1746
1814
|
is?: string | undefined;
|
|
1747
1815
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1748
1816
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1752,26 +1820,30 @@ export declare const Color: {
|
|
|
1752
1820
|
*/
|
|
1753
1821
|
export declare const Tooltip: {
|
|
1754
1822
|
args: {};
|
|
1755
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1756
|
-
size?:
|
|
1757
|
-
color?:
|
|
1823
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1824
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
1825
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
1758
1826
|
tooltip?: import("react").ReactNode;
|
|
1759
1827
|
max?: number | undefined;
|
|
1760
|
-
tooltipPlacement?:
|
|
1828
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
1761
1829
|
children?: import("react").ReactNode;
|
|
1762
1830
|
classes?: Partial<import("@mui/material").AvatarGroupClasses> | undefined;
|
|
1763
|
-
component?: import("react").ElementType | undefined;
|
|
1831
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1764
1832
|
componentsProps?: {
|
|
1765
|
-
additionalAvatar?: import("
|
|
1833
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1834
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1835
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
1766
1836
|
} | undefined;
|
|
1767
1837
|
renderSurplus?: ((surplus: number) => import("react").ReactNode) | undefined;
|
|
1768
1838
|
slotProps?: {
|
|
1769
|
-
additionalAvatar?: import("
|
|
1839
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1840
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1841
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
1770
1842
|
} | undefined;
|
|
1771
|
-
spacing?:
|
|
1843
|
+
spacing?: number | "small" | "medium" | undefined;
|
|
1772
1844
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1773
1845
|
total?: number | undefined;
|
|
1774
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
1846
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarGroupPropsVariantOverrides> | undefined;
|
|
1775
1847
|
className?: string | undefined;
|
|
1776
1848
|
style?: import("react").CSSProperties | undefined;
|
|
1777
1849
|
slot?: string | undefined;
|
|
@@ -1783,27 +1855,27 @@ export declare const Tooltip: {
|
|
|
1783
1855
|
tabIndex?: number | undefined;
|
|
1784
1856
|
"aria-activedescendant"?: string | undefined;
|
|
1785
1857
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1786
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1858
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1787
1859
|
"aria-braillelabel"?: string | undefined;
|
|
1788
1860
|
"aria-brailleroledescription"?: string | undefined;
|
|
1789
1861
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1790
|
-
"aria-checked"?: boolean | "
|
|
1862
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1791
1863
|
"aria-colcount"?: number | undefined;
|
|
1792
1864
|
"aria-colindex"?: number | undefined;
|
|
1793
1865
|
"aria-colindextext"?: string | undefined;
|
|
1794
1866
|
"aria-colspan"?: number | undefined;
|
|
1795
1867
|
"aria-controls"?: string | undefined;
|
|
1796
|
-
"aria-current"?: boolean | "
|
|
1868
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1797
1869
|
"aria-describedby"?: string | undefined;
|
|
1798
1870
|
"aria-description"?: string | undefined;
|
|
1799
1871
|
"aria-details"?: string | undefined;
|
|
1800
1872
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1801
|
-
"aria-dropeffect"?: "
|
|
1873
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1802
1874
|
"aria-errormessage"?: string | undefined;
|
|
1803
1875
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1804
1876
|
"aria-flowto"?: string | undefined;
|
|
1805
1877
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1806
|
-
"aria-haspopup"?: boolean | "
|
|
1878
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1807
1879
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1808
1880
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1809
1881
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1818,9 +1890,9 @@ export declare const Tooltip: {
|
|
|
1818
1890
|
"aria-owns"?: string | undefined;
|
|
1819
1891
|
"aria-placeholder"?: string | undefined;
|
|
1820
1892
|
"aria-posinset"?: number | undefined;
|
|
1821
|
-
"aria-pressed"?: boolean | "
|
|
1893
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1822
1894
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1823
|
-
"aria-relevant"?: "
|
|
1895
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1824
1896
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1825
1897
|
"aria-roledescription"?: string | undefined;
|
|
1826
1898
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2004,7 +2076,7 @@ export declare const Tooltip: {
|
|
|
2004
2076
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2005
2077
|
accessKey?: string | undefined;
|
|
2006
2078
|
autoFocus?: boolean | undefined;
|
|
2007
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2079
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2008
2080
|
contextMenu?: string | undefined;
|
|
2009
2081
|
dir?: string | undefined;
|
|
2010
2082
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2032,31 +2104,35 @@ export declare const Tooltip: {
|
|
|
2032
2104
|
itemRef?: string | undefined;
|
|
2033
2105
|
results?: number | undefined;
|
|
2034
2106
|
security?: string | undefined;
|
|
2035
|
-
unselectable?: "
|
|
2036
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2107
|
+
unselectable?: "off" | "on" | undefined;
|
|
2108
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2037
2109
|
is?: string | undefined;
|
|
2038
2110
|
ref?: import("react").Ref<unknown> | undefined;
|
|
2039
2111
|
}>) => Promise<void>;
|
|
2040
2112
|
render: (args: {
|
|
2041
|
-
size?:
|
|
2042
|
-
color?:
|
|
2113
|
+
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
2114
|
+
color?: "default" | "primary" | "secondary" | undefined;
|
|
2043
2115
|
tooltip?: import("react").ReactNode;
|
|
2044
2116
|
max?: number | undefined;
|
|
2045
|
-
tooltipPlacement?:
|
|
2117
|
+
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | undefined;
|
|
2046
2118
|
children?: import("react").ReactNode;
|
|
2047
2119
|
classes?: Partial<import("@mui/material").AvatarGroupClasses> | undefined;
|
|
2048
|
-
component?: import("react").ElementType | undefined;
|
|
2120
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2049
2121
|
componentsProps?: {
|
|
2050
|
-
additionalAvatar?: import("
|
|
2122
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2123
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
2124
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
2051
2125
|
} | undefined;
|
|
2052
2126
|
renderSurplus?: ((surplus: number) => import("react").ReactNode) | undefined;
|
|
2053
2127
|
slotProps?: {
|
|
2054
|
-
additionalAvatar?: import("
|
|
2128
|
+
additionalAvatar?: (import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2129
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
2130
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/material").AvatarGroupComponentsPropsOverrides) | undefined;
|
|
2055
2131
|
} | undefined;
|
|
2056
|
-
spacing?:
|
|
2132
|
+
spacing?: number | "small" | "medium" | undefined;
|
|
2057
2133
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2058
2134
|
total?: number | undefined;
|
|
2059
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
2135
|
+
variant?: import("@mui/types").OverridableStringUnion<"rounded" | "square" | "circular", import("@mui/material").AvatarGroupPropsVariantOverrides> | undefined;
|
|
2060
2136
|
className?: string | undefined;
|
|
2061
2137
|
style?: import("react").CSSProperties | undefined;
|
|
2062
2138
|
slot?: string | undefined;
|
|
@@ -2068,27 +2144,27 @@ export declare const Tooltip: {
|
|
|
2068
2144
|
tabIndex?: number | undefined;
|
|
2069
2145
|
"aria-activedescendant"?: string | undefined;
|
|
2070
2146
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2071
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2147
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2072
2148
|
"aria-braillelabel"?: string | undefined;
|
|
2073
2149
|
"aria-brailleroledescription"?: string | undefined;
|
|
2074
2150
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2075
|
-
"aria-checked"?: boolean | "
|
|
2151
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2076
2152
|
"aria-colcount"?: number | undefined;
|
|
2077
2153
|
"aria-colindex"?: number | undefined;
|
|
2078
2154
|
"aria-colindextext"?: string | undefined;
|
|
2079
2155
|
"aria-colspan"?: number | undefined;
|
|
2080
2156
|
"aria-controls"?: string | undefined;
|
|
2081
|
-
"aria-current"?: boolean | "
|
|
2157
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2082
2158
|
"aria-describedby"?: string | undefined;
|
|
2083
2159
|
"aria-description"?: string | undefined;
|
|
2084
2160
|
"aria-details"?: string | undefined;
|
|
2085
2161
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2086
|
-
"aria-dropeffect"?: "
|
|
2162
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2087
2163
|
"aria-errormessage"?: string | undefined;
|
|
2088
2164
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2089
2165
|
"aria-flowto"?: string | undefined;
|
|
2090
2166
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2091
|
-
"aria-haspopup"?: boolean | "
|
|
2167
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2092
2168
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2093
2169
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2094
2170
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2103,9 +2179,9 @@ export declare const Tooltip: {
|
|
|
2103
2179
|
"aria-owns"?: string | undefined;
|
|
2104
2180
|
"aria-placeholder"?: string | undefined;
|
|
2105
2181
|
"aria-posinset"?: number | undefined;
|
|
2106
|
-
"aria-pressed"?: boolean | "
|
|
2182
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2107
2183
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2108
|
-
"aria-relevant"?: "
|
|
2184
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2109
2185
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2110
2186
|
"aria-roledescription"?: string | undefined;
|
|
2111
2187
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2289,7 +2365,7 @@ export declare const Tooltip: {
|
|
|
2289
2365
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2290
2366
|
accessKey?: string | undefined;
|
|
2291
2367
|
autoFocus?: boolean | undefined;
|
|
2292
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2368
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2293
2369
|
contextMenu?: string | undefined;
|
|
2294
2370
|
dir?: string | undefined;
|
|
2295
2371
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2317,8 +2393,8 @@ export declare const Tooltip: {
|
|
|
2317
2393
|
itemRef?: string | undefined;
|
|
2318
2394
|
results?: number | undefined;
|
|
2319
2395
|
security?: string | undefined;
|
|
2320
|
-
unselectable?: "
|
|
2321
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2396
|
+
unselectable?: "off" | "on" | undefined;
|
|
2397
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2322
2398
|
is?: string | undefined;
|
|
2323
2399
|
ref?: import("react").Ref<unknown> | undefined;
|
|
2324
2400
|
}) => import("react/jsx-runtime").JSX.Element;
|