@galaxy-ds/core 2.1.1 → 2.1.3
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 +446 -332
- 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
|
import { DialogProps } from './Dialog.type';
|
|
3
6
|
/**
|
|
@@ -16,10 +19,70 @@ declare const meta: {
|
|
|
16
19
|
};
|
|
17
20
|
argTypes: {
|
|
18
21
|
onBackdropClick: {
|
|
22
|
+
table: {
|
|
23
|
+
disable: boolean;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
BackdropComponent: {
|
|
27
|
+
table: {
|
|
28
|
+
disable: boolean;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
BackdropProps: {
|
|
32
|
+
table: {
|
|
33
|
+
disable: boolean;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
children: {
|
|
37
|
+
control: {
|
|
38
|
+
type: undefined;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
TransitionComponent: {
|
|
42
|
+
control: {
|
|
43
|
+
type: undefined;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
TransitionProps: {
|
|
19
47
|
control: {
|
|
48
|
+
type: undefined;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
PaperComponent: {
|
|
52
|
+
control: {
|
|
53
|
+
type: undefined;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
PaperProps: {
|
|
57
|
+
control: {
|
|
58
|
+
type: undefined;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
component: {
|
|
62
|
+
table: {
|
|
20
63
|
disable: boolean;
|
|
21
64
|
};
|
|
22
65
|
};
|
|
66
|
+
ref: {
|
|
67
|
+
control: {
|
|
68
|
+
type: undefined;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
container: {
|
|
72
|
+
control: {
|
|
73
|
+
type: undefined;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
components: {
|
|
77
|
+
control: {
|
|
78
|
+
type: undefined;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
componentsProps: {
|
|
82
|
+
control: {
|
|
83
|
+
type: undefined;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
23
86
|
};
|
|
24
87
|
};
|
|
25
88
|
export default meta;
|
|
@@ -31,32 +94,40 @@ export declare const Alert: {
|
|
|
31
94
|
message: string;
|
|
32
95
|
onTransitionEnter: import("@vitest/spy").Mock<[], void>;
|
|
33
96
|
};
|
|
34
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
35
|
-
variant?:
|
|
97
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
98
|
+
variant?: "info" | "alert" | "plain" | undefined;
|
|
36
99
|
title?: string | undefined;
|
|
37
|
-
message?:
|
|
100
|
+
message?: import("react").ReactNode;
|
|
38
101
|
handleClose?: (() => void) | undefined;
|
|
39
102
|
'aria-describedby'?: string | undefined;
|
|
40
103
|
'aria-labelledby'?: string | undefined;
|
|
41
|
-
children?:
|
|
104
|
+
children?: import("react").ReactNode;
|
|
42
105
|
classes?: Partial<import("@mui/material").DialogClasses> | undefined;
|
|
43
106
|
disableEscapeKeyDown?: boolean | undefined;
|
|
44
107
|
fullScreen?: boolean | undefined;
|
|
45
108
|
fullWidth?: boolean | undefined;
|
|
46
|
-
maxWidth?:
|
|
47
|
-
onBackdropClick?: import("
|
|
48
|
-
onClose?:
|
|
49
|
-
open:
|
|
50
|
-
PaperComponent?:
|
|
51
|
-
PaperProps?: Partial<import("@mui/material").PaperProps<
|
|
52
|
-
scroll?:
|
|
109
|
+
maxWidth?: false | import("@mui/system").Breakpoint | undefined;
|
|
110
|
+
onBackdropClick?: import("react").ReactEventHandler<{}> | undefined;
|
|
111
|
+
onClose?: ((event: {}, reason: "backdropClick" | "escapeKeyDown") => void) | undefined;
|
|
112
|
+
open: boolean;
|
|
113
|
+
PaperComponent?: import("react").JSXElementConstructor<import("@mui/material").PaperProps> | undefined;
|
|
114
|
+
PaperProps?: Partial<import("@mui/material").PaperProps<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>>> | undefined;
|
|
115
|
+
scroll?: "body" | "paper" | undefined;
|
|
53
116
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
54
|
-
TransitionComponent?:
|
|
55
|
-
children:
|
|
117
|
+
TransitionComponent?: import("react").JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
|
|
118
|
+
children: import("react").ReactElement<any, any>;
|
|
56
119
|
}> | undefined;
|
|
57
|
-
transitionDuration?:
|
|
120
|
+
transitionDuration?: number | {
|
|
121
|
+
appear?: number | undefined;
|
|
122
|
+
enter?: number | undefined;
|
|
123
|
+
exit?: number | undefined;
|
|
124
|
+
} | {
|
|
125
|
+
appear?: number | undefined;
|
|
126
|
+
enter?: number | undefined;
|
|
127
|
+
exit?: number | undefined;
|
|
128
|
+
} | undefined;
|
|
58
129
|
TransitionProps?: import("@mui/material/transitions").TransitionProps | undefined;
|
|
59
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
130
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
60
131
|
className?: string | undefined;
|
|
61
132
|
style?: import("react").CSSProperties | undefined;
|
|
62
133
|
color?: string | undefined;
|
|
@@ -68,26 +139,26 @@ export declare const Alert: {
|
|
|
68
139
|
tabIndex?: number | undefined;
|
|
69
140
|
"aria-activedescendant"?: string | undefined;
|
|
70
141
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
71
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
142
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
72
143
|
"aria-braillelabel"?: string | undefined;
|
|
73
144
|
"aria-brailleroledescription"?: string | undefined;
|
|
74
145
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
75
|
-
"aria-checked"?: boolean | "
|
|
146
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
76
147
|
"aria-colcount"?: number | undefined;
|
|
77
148
|
"aria-colindex"?: number | undefined;
|
|
78
149
|
"aria-colindextext"?: string | undefined;
|
|
79
150
|
"aria-colspan"?: number | undefined;
|
|
80
151
|
"aria-controls"?: string | undefined;
|
|
81
|
-
"aria-current"?: boolean | "
|
|
152
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
82
153
|
"aria-description"?: string | undefined;
|
|
83
154
|
"aria-details"?: string | undefined;
|
|
84
155
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
85
|
-
"aria-dropeffect"?: "
|
|
156
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
86
157
|
"aria-errormessage"?: string | undefined;
|
|
87
158
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
88
159
|
"aria-flowto"?: string | undefined;
|
|
89
160
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
90
|
-
"aria-haspopup"?: boolean | "
|
|
161
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
91
162
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
92
163
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
93
164
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -101,9 +172,9 @@ export declare const Alert: {
|
|
|
101
172
|
"aria-owns"?: string | undefined;
|
|
102
173
|
"aria-placeholder"?: string | undefined;
|
|
103
174
|
"aria-posinset"?: number | undefined;
|
|
104
|
-
"aria-pressed"?: boolean | "
|
|
175
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
105
176
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
106
|
-
"aria-relevant"?: "
|
|
177
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
107
178
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
108
179
|
"aria-roledescription"?: string | undefined;
|
|
109
180
|
"aria-rowcount"?: number | undefined;
|
|
@@ -283,18 +354,18 @@ export declare const Alert: {
|
|
|
283
354
|
key?: import("react").Key | null | undefined;
|
|
284
355
|
content?: string | undefined;
|
|
285
356
|
translate?: "yes" | "no" | undefined;
|
|
286
|
-
container?:
|
|
357
|
+
container?: Element | (() => Element | null) | null | undefined;
|
|
287
358
|
slots?: import("@mui/material").ModalSlots | undefined;
|
|
288
359
|
slotProps?: {
|
|
289
|
-
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
290
|
-
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
360
|
+
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
361
|
+
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
291
362
|
} | undefined;
|
|
292
363
|
defaultChecked?: boolean | undefined;
|
|
293
364
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
294
365
|
suppressContentEditableWarning?: boolean | undefined;
|
|
295
366
|
accessKey?: string | undefined;
|
|
296
367
|
autoFocus?: boolean | undefined;
|
|
297
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
368
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
298
369
|
contextMenu?: string | undefined;
|
|
299
370
|
dir?: string | undefined;
|
|
300
371
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -322,24 +393,24 @@ export declare const Alert: {
|
|
|
322
393
|
itemRef?: string | undefined;
|
|
323
394
|
results?: number | undefined;
|
|
324
395
|
security?: string | undefined;
|
|
325
|
-
unselectable?: "
|
|
326
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
396
|
+
unselectable?: "off" | "on" | undefined;
|
|
397
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
327
398
|
is?: string | undefined;
|
|
328
|
-
component?:
|
|
329
|
-
BackdropComponent?:
|
|
399
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
400
|
+
BackdropComponent?: import("react").ElementType<import("@mui/material").BackdropProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
330
401
|
BackdropProps?: Partial<import("@mui/material").BackdropProps> | undefined;
|
|
331
402
|
closeAfterTransition?: boolean | undefined;
|
|
332
403
|
components?: {
|
|
333
|
-
Root?:
|
|
334
|
-
Backdrop?:
|
|
404
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
405
|
+
Backdrop?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
335
406
|
} | undefined;
|
|
336
407
|
componentsProps?: {
|
|
337
|
-
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
338
|
-
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
408
|
+
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
409
|
+
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
339
410
|
} | undefined;
|
|
340
411
|
disableAutoFocus?: boolean | undefined;
|
|
341
412
|
disableEnforceFocus?: boolean | undefined;
|
|
342
|
-
disablePortal?:
|
|
413
|
+
disablePortal?: boolean | undefined;
|
|
343
414
|
disableRestoreFocus?: boolean | undefined;
|
|
344
415
|
disableScrollLock?: boolean | undefined;
|
|
345
416
|
hideBackdrop?: boolean | undefined;
|
|
@@ -355,31 +426,39 @@ export declare const Alert: {
|
|
|
355
426
|
};
|
|
356
427
|
};
|
|
357
428
|
render: (args: {
|
|
358
|
-
variant?:
|
|
429
|
+
variant?: "info" | "alert" | "plain" | undefined;
|
|
359
430
|
title?: string | undefined;
|
|
360
|
-
message?:
|
|
431
|
+
message?: import("react").ReactNode;
|
|
361
432
|
handleClose?: (() => void) | undefined;
|
|
362
433
|
'aria-describedby'?: string | undefined;
|
|
363
434
|
'aria-labelledby'?: string | undefined;
|
|
364
|
-
children?:
|
|
435
|
+
children?: import("react").ReactNode;
|
|
365
436
|
classes?: Partial<import("@mui/material").DialogClasses> | undefined;
|
|
366
437
|
disableEscapeKeyDown?: boolean | undefined;
|
|
367
438
|
fullScreen?: boolean | undefined;
|
|
368
439
|
fullWidth?: boolean | undefined;
|
|
369
|
-
maxWidth?:
|
|
370
|
-
onBackdropClick?: import("
|
|
371
|
-
onClose?:
|
|
372
|
-
open:
|
|
373
|
-
PaperComponent?:
|
|
374
|
-
PaperProps?: Partial<import("@mui/material").PaperProps<
|
|
375
|
-
scroll?:
|
|
440
|
+
maxWidth?: false | import("@mui/system").Breakpoint | undefined;
|
|
441
|
+
onBackdropClick?: import("react").ReactEventHandler<{}> | undefined;
|
|
442
|
+
onClose?: ((event: {}, reason: "backdropClick" | "escapeKeyDown") => void) | undefined;
|
|
443
|
+
open: boolean;
|
|
444
|
+
PaperComponent?: import("react").JSXElementConstructor<import("@mui/material").PaperProps> | undefined;
|
|
445
|
+
PaperProps?: Partial<import("@mui/material").PaperProps<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>>> | undefined;
|
|
446
|
+
scroll?: "body" | "paper" | undefined;
|
|
376
447
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
377
|
-
TransitionComponent?:
|
|
378
|
-
children:
|
|
448
|
+
TransitionComponent?: import("react").JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
|
|
449
|
+
children: import("react").ReactElement<any, any>;
|
|
379
450
|
}> | undefined;
|
|
380
|
-
transitionDuration?:
|
|
451
|
+
transitionDuration?: number | {
|
|
452
|
+
appear?: number | undefined;
|
|
453
|
+
enter?: number | undefined;
|
|
454
|
+
exit?: number | undefined;
|
|
455
|
+
} | {
|
|
456
|
+
appear?: number | undefined;
|
|
457
|
+
enter?: number | undefined;
|
|
458
|
+
exit?: number | undefined;
|
|
459
|
+
} | undefined;
|
|
381
460
|
TransitionProps?: import("@mui/material/transitions").TransitionProps | undefined;
|
|
382
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
461
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
383
462
|
className?: string | undefined;
|
|
384
463
|
style?: import("react").CSSProperties | undefined;
|
|
385
464
|
color?: string | undefined;
|
|
@@ -391,26 +470,26 @@ export declare const Alert: {
|
|
|
391
470
|
tabIndex?: number | undefined;
|
|
392
471
|
"aria-activedescendant"?: string | undefined;
|
|
393
472
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
394
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
473
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
395
474
|
"aria-braillelabel"?: string | undefined;
|
|
396
475
|
"aria-brailleroledescription"?: string | undefined;
|
|
397
476
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
398
|
-
"aria-checked"?: boolean | "
|
|
477
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
399
478
|
"aria-colcount"?: number | undefined;
|
|
400
479
|
"aria-colindex"?: number | undefined;
|
|
401
480
|
"aria-colindextext"?: string | undefined;
|
|
402
481
|
"aria-colspan"?: number | undefined;
|
|
403
482
|
"aria-controls"?: string | undefined;
|
|
404
|
-
"aria-current"?: boolean | "
|
|
483
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
405
484
|
"aria-description"?: string | undefined;
|
|
406
485
|
"aria-details"?: string | undefined;
|
|
407
486
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
408
|
-
"aria-dropeffect"?: "
|
|
487
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
409
488
|
"aria-errormessage"?: string | undefined;
|
|
410
489
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
411
490
|
"aria-flowto"?: string | undefined;
|
|
412
491
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
413
|
-
"aria-haspopup"?: boolean | "
|
|
492
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
414
493
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
415
494
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
416
495
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -424,9 +503,9 @@ export declare const Alert: {
|
|
|
424
503
|
"aria-owns"?: string | undefined;
|
|
425
504
|
"aria-placeholder"?: string | undefined;
|
|
426
505
|
"aria-posinset"?: number | undefined;
|
|
427
|
-
"aria-pressed"?: boolean | "
|
|
506
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
428
507
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
429
|
-
"aria-relevant"?: "
|
|
508
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
430
509
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
431
510
|
"aria-roledescription"?: string | undefined;
|
|
432
511
|
"aria-rowcount"?: number | undefined;
|
|
@@ -606,18 +685,18 @@ export declare const Alert: {
|
|
|
606
685
|
key?: import("react").Key | null | undefined;
|
|
607
686
|
content?: string | undefined;
|
|
608
687
|
translate?: "yes" | "no" | undefined;
|
|
609
|
-
container?:
|
|
688
|
+
container?: Element | (() => Element | null) | null | undefined;
|
|
610
689
|
slots?: import("@mui/material").ModalSlots | undefined;
|
|
611
690
|
slotProps?: {
|
|
612
|
-
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
613
|
-
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
691
|
+
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
692
|
+
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
614
693
|
} | undefined;
|
|
615
694
|
defaultChecked?: boolean | undefined;
|
|
616
695
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
617
696
|
suppressContentEditableWarning?: boolean | undefined;
|
|
618
697
|
accessKey?: string | undefined;
|
|
619
698
|
autoFocus?: boolean | undefined;
|
|
620
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
699
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
621
700
|
contextMenu?: string | undefined;
|
|
622
701
|
dir?: string | undefined;
|
|
623
702
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -645,24 +724,24 @@ export declare const Alert: {
|
|
|
645
724
|
itemRef?: string | undefined;
|
|
646
725
|
results?: number | undefined;
|
|
647
726
|
security?: string | undefined;
|
|
648
|
-
unselectable?: "
|
|
649
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
727
|
+
unselectable?: "off" | "on" | undefined;
|
|
728
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
650
729
|
is?: string | undefined;
|
|
651
|
-
component?:
|
|
652
|
-
BackdropComponent?:
|
|
730
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
731
|
+
BackdropComponent?: import("react").ElementType<import("@mui/material").BackdropProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
653
732
|
BackdropProps?: Partial<import("@mui/material").BackdropProps> | undefined;
|
|
654
733
|
closeAfterTransition?: boolean | undefined;
|
|
655
734
|
components?: {
|
|
656
|
-
Root?:
|
|
657
|
-
Backdrop?:
|
|
735
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
736
|
+
Backdrop?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
658
737
|
} | undefined;
|
|
659
738
|
componentsProps?: {
|
|
660
|
-
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
661
|
-
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
739
|
+
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
740
|
+
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
662
741
|
} | undefined;
|
|
663
742
|
disableAutoFocus?: boolean | undefined;
|
|
664
743
|
disableEnforceFocus?: boolean | undefined;
|
|
665
|
-
disablePortal?:
|
|
744
|
+
disablePortal?: boolean | undefined;
|
|
666
745
|
disableRestoreFocus?: boolean | undefined;
|
|
667
746
|
disableScrollLock?: boolean | undefined;
|
|
668
747
|
hideBackdrop?: boolean | undefined;
|
|
@@ -686,31 +765,39 @@ export declare const Info: {
|
|
|
686
765
|
};
|
|
687
766
|
};
|
|
688
767
|
render: (args: {
|
|
689
|
-
variant?:
|
|
768
|
+
variant?: "info" | "alert" | "plain" | undefined;
|
|
690
769
|
title?: string | undefined;
|
|
691
|
-
message?:
|
|
770
|
+
message?: import("react").ReactNode;
|
|
692
771
|
handleClose?: (() => void) | undefined;
|
|
693
772
|
'aria-describedby'?: string | undefined;
|
|
694
773
|
'aria-labelledby'?: string | undefined;
|
|
695
|
-
children?:
|
|
774
|
+
children?: import("react").ReactNode;
|
|
696
775
|
classes?: Partial<import("@mui/material").DialogClasses> | undefined;
|
|
697
776
|
disableEscapeKeyDown?: boolean | undefined;
|
|
698
777
|
fullScreen?: boolean | undefined;
|
|
699
778
|
fullWidth?: boolean | undefined;
|
|
700
|
-
maxWidth?:
|
|
701
|
-
onBackdropClick?: import("
|
|
702
|
-
onClose?:
|
|
703
|
-
open:
|
|
704
|
-
PaperComponent?:
|
|
705
|
-
PaperProps?: Partial<import("@mui/material").PaperProps<
|
|
706
|
-
scroll?:
|
|
779
|
+
maxWidth?: false | import("@mui/system").Breakpoint | undefined;
|
|
780
|
+
onBackdropClick?: import("react").ReactEventHandler<{}> | undefined;
|
|
781
|
+
onClose?: ((event: {}, reason: "backdropClick" | "escapeKeyDown") => void) | undefined;
|
|
782
|
+
open: boolean;
|
|
783
|
+
PaperComponent?: import("react").JSXElementConstructor<import("@mui/material").PaperProps> | undefined;
|
|
784
|
+
PaperProps?: Partial<import("@mui/material").PaperProps<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>>> | undefined;
|
|
785
|
+
scroll?: "body" | "paper" | undefined;
|
|
707
786
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
708
|
-
TransitionComponent?:
|
|
709
|
-
children:
|
|
787
|
+
TransitionComponent?: import("react").JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
|
|
788
|
+
children: import("react").ReactElement<any, any>;
|
|
710
789
|
}> | undefined;
|
|
711
|
-
transitionDuration?:
|
|
790
|
+
transitionDuration?: number | {
|
|
791
|
+
appear?: number | undefined;
|
|
792
|
+
enter?: number | undefined;
|
|
793
|
+
exit?: number | undefined;
|
|
794
|
+
} | {
|
|
795
|
+
appear?: number | undefined;
|
|
796
|
+
enter?: number | undefined;
|
|
797
|
+
exit?: number | undefined;
|
|
798
|
+
} | undefined;
|
|
712
799
|
TransitionProps?: import("@mui/material/transitions").TransitionProps | undefined;
|
|
713
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
800
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
714
801
|
className?: string | undefined;
|
|
715
802
|
style?: import("react").CSSProperties | undefined;
|
|
716
803
|
color?: string | undefined;
|
|
@@ -722,26 +809,26 @@ export declare const Info: {
|
|
|
722
809
|
tabIndex?: number | undefined;
|
|
723
810
|
"aria-activedescendant"?: string | undefined;
|
|
724
811
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
725
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
812
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
726
813
|
"aria-braillelabel"?: string | undefined;
|
|
727
814
|
"aria-brailleroledescription"?: string | undefined;
|
|
728
815
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
729
|
-
"aria-checked"?: boolean | "
|
|
816
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
730
817
|
"aria-colcount"?: number | undefined;
|
|
731
818
|
"aria-colindex"?: number | undefined;
|
|
732
819
|
"aria-colindextext"?: string | undefined;
|
|
733
820
|
"aria-colspan"?: number | undefined;
|
|
734
821
|
"aria-controls"?: string | undefined;
|
|
735
|
-
"aria-current"?: boolean | "
|
|
822
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
736
823
|
"aria-description"?: string | undefined;
|
|
737
824
|
"aria-details"?: string | undefined;
|
|
738
825
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
739
|
-
"aria-dropeffect"?: "
|
|
826
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
740
827
|
"aria-errormessage"?: string | undefined;
|
|
741
828
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
742
829
|
"aria-flowto"?: string | undefined;
|
|
743
830
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
744
|
-
"aria-haspopup"?: boolean | "
|
|
831
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
745
832
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
746
833
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
747
834
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -755,9 +842,9 @@ export declare const Info: {
|
|
|
755
842
|
"aria-owns"?: string | undefined;
|
|
756
843
|
"aria-placeholder"?: string | undefined;
|
|
757
844
|
"aria-posinset"?: number | undefined;
|
|
758
|
-
"aria-pressed"?: boolean | "
|
|
845
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
759
846
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
760
|
-
"aria-relevant"?: "
|
|
847
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
761
848
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
762
849
|
"aria-roledescription"?: string | undefined;
|
|
763
850
|
"aria-rowcount"?: number | undefined;
|
|
@@ -937,18 +1024,18 @@ export declare const Info: {
|
|
|
937
1024
|
key?: import("react").Key | null | undefined;
|
|
938
1025
|
content?: string | undefined;
|
|
939
1026
|
translate?: "yes" | "no" | undefined;
|
|
940
|
-
container?:
|
|
1027
|
+
container?: Element | (() => Element | null) | null | undefined;
|
|
941
1028
|
slots?: import("@mui/material").ModalSlots | undefined;
|
|
942
1029
|
slotProps?: {
|
|
943
|
-
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
944
|
-
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
1030
|
+
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
1031
|
+
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
945
1032
|
} | undefined;
|
|
946
1033
|
defaultChecked?: boolean | undefined;
|
|
947
1034
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
948
1035
|
suppressContentEditableWarning?: boolean | undefined;
|
|
949
1036
|
accessKey?: string | undefined;
|
|
950
1037
|
autoFocus?: boolean | undefined;
|
|
951
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1038
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
952
1039
|
contextMenu?: string | undefined;
|
|
953
1040
|
dir?: string | undefined;
|
|
954
1041
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -976,24 +1063,24 @@ export declare const Info: {
|
|
|
976
1063
|
itemRef?: string | undefined;
|
|
977
1064
|
results?: number | undefined;
|
|
978
1065
|
security?: string | undefined;
|
|
979
|
-
unselectable?: "
|
|
980
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1066
|
+
unselectable?: "off" | "on" | undefined;
|
|
1067
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
981
1068
|
is?: string | undefined;
|
|
982
|
-
component?:
|
|
983
|
-
BackdropComponent?:
|
|
1069
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1070
|
+
BackdropComponent?: import("react").ElementType<import("@mui/material").BackdropProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
984
1071
|
BackdropProps?: Partial<import("@mui/material").BackdropProps> | undefined;
|
|
985
1072
|
closeAfterTransition?: boolean | undefined;
|
|
986
1073
|
components?: {
|
|
987
|
-
Root?:
|
|
988
|
-
Backdrop?:
|
|
1074
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1075
|
+
Backdrop?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
989
1076
|
} | undefined;
|
|
990
1077
|
componentsProps?: {
|
|
991
|
-
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
992
|
-
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
1078
|
+
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
1079
|
+
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
993
1080
|
} | undefined;
|
|
994
1081
|
disableAutoFocus?: boolean | undefined;
|
|
995
1082
|
disableEnforceFocus?: boolean | undefined;
|
|
996
|
-
disablePortal?:
|
|
1083
|
+
disablePortal?: boolean | undefined;
|
|
997
1084
|
disableRestoreFocus?: boolean | undefined;
|
|
998
1085
|
disableScrollLock?: boolean | undefined;
|
|
999
1086
|
hideBackdrop?: boolean | undefined;
|
|
@@ -1015,31 +1102,39 @@ export declare const PlainVariant: {
|
|
|
1015
1102
|
};
|
|
1016
1103
|
};
|
|
1017
1104
|
render: (args: {
|
|
1018
|
-
variant?:
|
|
1105
|
+
variant?: "info" | "alert" | "plain" | undefined;
|
|
1019
1106
|
title?: string | undefined;
|
|
1020
|
-
message?:
|
|
1107
|
+
message?: import("react").ReactNode;
|
|
1021
1108
|
handleClose?: (() => void) | undefined;
|
|
1022
1109
|
'aria-describedby'?: string | undefined;
|
|
1023
1110
|
'aria-labelledby'?: string | undefined;
|
|
1024
|
-
children?:
|
|
1111
|
+
children?: import("react").ReactNode;
|
|
1025
1112
|
classes?: Partial<import("@mui/material").DialogClasses> | undefined;
|
|
1026
1113
|
disableEscapeKeyDown?: boolean | undefined;
|
|
1027
1114
|
fullScreen?: boolean | undefined;
|
|
1028
1115
|
fullWidth?: boolean | undefined;
|
|
1029
|
-
maxWidth?:
|
|
1030
|
-
onBackdropClick?: import("
|
|
1031
|
-
onClose?:
|
|
1032
|
-
open:
|
|
1033
|
-
PaperComponent?:
|
|
1034
|
-
PaperProps?: Partial<import("@mui/material").PaperProps<
|
|
1035
|
-
scroll?:
|
|
1116
|
+
maxWidth?: false | import("@mui/system").Breakpoint | undefined;
|
|
1117
|
+
onBackdropClick?: import("react").ReactEventHandler<{}> | undefined;
|
|
1118
|
+
onClose?: ((event: {}, reason: "backdropClick" | "escapeKeyDown") => void) | undefined;
|
|
1119
|
+
open: boolean;
|
|
1120
|
+
PaperComponent?: import("react").JSXElementConstructor<import("@mui/material").PaperProps> | undefined;
|
|
1121
|
+
PaperProps?: Partial<import("@mui/material").PaperProps<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>>> | undefined;
|
|
1122
|
+
scroll?: "body" | "paper" | undefined;
|
|
1036
1123
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1037
|
-
TransitionComponent?:
|
|
1038
|
-
children:
|
|
1124
|
+
TransitionComponent?: import("react").JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
|
|
1125
|
+
children: import("react").ReactElement<any, any>;
|
|
1039
1126
|
}> | undefined;
|
|
1040
|
-
transitionDuration?:
|
|
1127
|
+
transitionDuration?: number | {
|
|
1128
|
+
appear?: number | undefined;
|
|
1129
|
+
enter?: number | undefined;
|
|
1130
|
+
exit?: number | undefined;
|
|
1131
|
+
} | {
|
|
1132
|
+
appear?: number | undefined;
|
|
1133
|
+
enter?: number | undefined;
|
|
1134
|
+
exit?: number | undefined;
|
|
1135
|
+
} | undefined;
|
|
1041
1136
|
TransitionProps?: import("@mui/material/transitions").TransitionProps | undefined;
|
|
1042
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
1137
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1043
1138
|
className?: string | undefined;
|
|
1044
1139
|
style?: import("react").CSSProperties | undefined;
|
|
1045
1140
|
color?: string | undefined;
|
|
@@ -1051,26 +1146,26 @@ export declare const PlainVariant: {
|
|
|
1051
1146
|
tabIndex?: number | undefined;
|
|
1052
1147
|
"aria-activedescendant"?: string | undefined;
|
|
1053
1148
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1054
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1149
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1055
1150
|
"aria-braillelabel"?: string | undefined;
|
|
1056
1151
|
"aria-brailleroledescription"?: string | undefined;
|
|
1057
1152
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1058
|
-
"aria-checked"?: boolean | "
|
|
1153
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1059
1154
|
"aria-colcount"?: number | undefined;
|
|
1060
1155
|
"aria-colindex"?: number | undefined;
|
|
1061
1156
|
"aria-colindextext"?: string | undefined;
|
|
1062
1157
|
"aria-colspan"?: number | undefined;
|
|
1063
1158
|
"aria-controls"?: string | undefined;
|
|
1064
|
-
"aria-current"?: boolean | "
|
|
1159
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1065
1160
|
"aria-description"?: string | undefined;
|
|
1066
1161
|
"aria-details"?: string | undefined;
|
|
1067
1162
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1068
|
-
"aria-dropeffect"?: "
|
|
1163
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1069
1164
|
"aria-errormessage"?: string | undefined;
|
|
1070
1165
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1071
1166
|
"aria-flowto"?: string | undefined;
|
|
1072
1167
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1073
|
-
"aria-haspopup"?: boolean | "
|
|
1168
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1074
1169
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1075
1170
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1076
1171
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1084,9 +1179,9 @@ export declare const PlainVariant: {
|
|
|
1084
1179
|
"aria-owns"?: string | undefined;
|
|
1085
1180
|
"aria-placeholder"?: string | undefined;
|
|
1086
1181
|
"aria-posinset"?: number | undefined;
|
|
1087
|
-
"aria-pressed"?: boolean | "
|
|
1182
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1088
1183
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1089
|
-
"aria-relevant"?: "
|
|
1184
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1090
1185
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1091
1186
|
"aria-roledescription"?: string | undefined;
|
|
1092
1187
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1266,18 +1361,18 @@ export declare const PlainVariant: {
|
|
|
1266
1361
|
key?: import("react").Key | null | undefined;
|
|
1267
1362
|
content?: string | undefined;
|
|
1268
1363
|
translate?: "yes" | "no" | undefined;
|
|
1269
|
-
container?:
|
|
1364
|
+
container?: Element | (() => Element | null) | null | undefined;
|
|
1270
1365
|
slots?: import("@mui/material").ModalSlots | undefined;
|
|
1271
1366
|
slotProps?: {
|
|
1272
|
-
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
1273
|
-
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
1367
|
+
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
1368
|
+
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
1274
1369
|
} | undefined;
|
|
1275
1370
|
defaultChecked?: boolean | undefined;
|
|
1276
1371
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1277
1372
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1278
1373
|
accessKey?: string | undefined;
|
|
1279
1374
|
autoFocus?: boolean | undefined;
|
|
1280
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1375
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1281
1376
|
contextMenu?: string | undefined;
|
|
1282
1377
|
dir?: string | undefined;
|
|
1283
1378
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1305,24 +1400,24 @@ export declare const PlainVariant: {
|
|
|
1305
1400
|
itemRef?: string | undefined;
|
|
1306
1401
|
results?: number | undefined;
|
|
1307
1402
|
security?: string | undefined;
|
|
1308
|
-
unselectable?: "
|
|
1309
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1403
|
+
unselectable?: "off" | "on" | undefined;
|
|
1404
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1310
1405
|
is?: string | undefined;
|
|
1311
|
-
component?:
|
|
1312
|
-
BackdropComponent?:
|
|
1406
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1407
|
+
BackdropComponent?: import("react").ElementType<import("@mui/material").BackdropProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1313
1408
|
BackdropProps?: Partial<import("@mui/material").BackdropProps> | undefined;
|
|
1314
1409
|
closeAfterTransition?: boolean | undefined;
|
|
1315
1410
|
components?: {
|
|
1316
|
-
Root?:
|
|
1317
|
-
Backdrop?:
|
|
1411
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1412
|
+
Backdrop?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1318
1413
|
} | undefined;
|
|
1319
1414
|
componentsProps?: {
|
|
1320
|
-
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
1321
|
-
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState
|
|
1415
|
+
root?: import("@mui/utils").SlotComponentProps<"div", import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
1416
|
+
backdrop?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").BackdropTypeMap<{}, "div">>, import("@mui/material").ModalComponentsPropsOverrides, import("@mui/material").ModalOwnerState> | undefined;
|
|
1322
1417
|
} | undefined;
|
|
1323
1418
|
disableAutoFocus?: boolean | undefined;
|
|
1324
1419
|
disableEnforceFocus?: boolean | undefined;
|
|
1325
|
-
disablePortal?:
|
|
1420
|
+
disablePortal?: boolean | undefined;
|
|
1326
1421
|
disableRestoreFocus?: boolean | undefined;
|
|
1327
1422
|
disableScrollLock?: boolean | undefined;
|
|
1328
1423
|
hideBackdrop?: boolean | undefined;
|