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