@galaxy-ds/core 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.stories.d.ts +625 -175
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +31 -21
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +47 -15
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +74 -44
- package/dist/ActivityLog/ActivityLog.stories.d.ts +37 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +904 -43
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +703 -198
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +197 -158
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +226 -150
- package/dist/BottomListButton/BottomListButton.stories.d.ts +57 -33
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +56 -45
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +69 -43
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +362 -311
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +46 -25
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +265 -179
- package/dist/Chip/Chip.stories.d.ts +428 -100
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.stories.d.ts +2 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +29 -27
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +213 -117
- package/dist/Divider/Divider.stories.d.ts +338 -31
- package/dist/Drawer/Drawer.stories.d.ts +135 -81
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +364 -49
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +426 -356
- package/dist/EmptyState/EmptyState.stories.d.ts +7 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -6
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +10 -0
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +11 -0
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +333 -48
- package/dist/FormHeader/FormHeader.stories.d.ts +18 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1370 -2
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +411 -105
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +620 -609
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +85 -38
- package/dist/Icons/doctype-icons.stories.d.ts +815 -812
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2506 -1039
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -0
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +660 -636
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/InputLabel/InputLabel.stories.d.ts +1 -0
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29271 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29257 -20
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- package/package.json +4 -3
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
*
|
|
@@ -12,14 +15,351 @@ declare const meta: {
|
|
|
12
15
|
component: import("react").FC<import("./Accordion.types").AccordionProps>;
|
|
13
16
|
parameters: {
|
|
14
17
|
badges: BADGE[];
|
|
18
|
+
layout: string;
|
|
19
|
+
};
|
|
20
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
21
|
+
children?: import("react").ReactNode;
|
|
22
|
+
title?: string | undefined;
|
|
23
|
+
time?: string | undefined;
|
|
24
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
25
|
+
bgColor?: string | undefined;
|
|
26
|
+
border?: boolean | undefined;
|
|
27
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
28
|
+
className?: string | undefined;
|
|
29
|
+
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
30
|
+
collapsedSize?: string | number | undefined;
|
|
31
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
32
|
+
easing?: string | {
|
|
33
|
+
enter?: string | undefined;
|
|
34
|
+
exit?: string | undefined;
|
|
35
|
+
} | undefined;
|
|
36
|
+
in?: boolean | undefined;
|
|
37
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
38
|
+
timeout?: number | "auto" | {
|
|
39
|
+
appear?: number | undefined;
|
|
40
|
+
enter?: number | undefined;
|
|
41
|
+
exit?: number | undefined;
|
|
42
|
+
} | {
|
|
43
|
+
appear?: number | undefined;
|
|
44
|
+
enter?: number | undefined;
|
|
45
|
+
exit?: number | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
48
|
+
style?: import("react").CSSProperties | undefined;
|
|
49
|
+
slot?: string | undefined;
|
|
50
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
51
|
+
id?: string | undefined;
|
|
52
|
+
lang?: string | undefined;
|
|
53
|
+
role?: import("react").AriaRole | undefined;
|
|
54
|
+
tabIndex?: number | undefined;
|
|
55
|
+
"aria-activedescendant"?: string | undefined;
|
|
56
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
57
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
58
|
+
"aria-braillelabel"?: string | undefined;
|
|
59
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
60
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
61
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
62
|
+
"aria-colcount"?: number | undefined;
|
|
63
|
+
"aria-colindex"?: number | undefined;
|
|
64
|
+
"aria-colindextext"?: string | undefined;
|
|
65
|
+
"aria-colspan"?: number | undefined;
|
|
66
|
+
"aria-controls"?: string | undefined;
|
|
67
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
68
|
+
"aria-describedby"?: string | undefined;
|
|
69
|
+
"aria-description"?: string | undefined;
|
|
70
|
+
"aria-details"?: string | undefined;
|
|
71
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
72
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
73
|
+
"aria-errormessage"?: string | undefined;
|
|
74
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
75
|
+
"aria-flowto"?: string | undefined;
|
|
76
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
77
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
78
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
79
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
80
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
81
|
+
"aria-label"?: string | undefined;
|
|
82
|
+
"aria-labelledby"?: string | undefined;
|
|
83
|
+
"aria-level"?: number | undefined;
|
|
84
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
85
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
86
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
87
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
88
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
89
|
+
"aria-owns"?: string | undefined;
|
|
90
|
+
"aria-placeholder"?: string | undefined;
|
|
91
|
+
"aria-posinset"?: number | undefined;
|
|
92
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
93
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
94
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
95
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
96
|
+
"aria-roledescription"?: string | undefined;
|
|
97
|
+
"aria-rowcount"?: number | undefined;
|
|
98
|
+
"aria-rowindex"?: number | undefined;
|
|
99
|
+
"aria-rowindextext"?: string | undefined;
|
|
100
|
+
"aria-rowspan"?: number | undefined;
|
|
101
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
102
|
+
"aria-setsize"?: number | undefined;
|
|
103
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
104
|
+
"aria-valuemax"?: number | undefined;
|
|
105
|
+
"aria-valuemin"?: number | undefined;
|
|
106
|
+
"aria-valuenow"?: number | undefined;
|
|
107
|
+
"aria-valuetext"?: string | undefined;
|
|
108
|
+
dangerouslySetInnerHTML?: {
|
|
109
|
+
__html: string | TrustedHTML;
|
|
110
|
+
} | undefined;
|
|
111
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
112
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
113
|
+
onCut?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
114
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
115
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
116
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
117
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
118
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
119
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
120
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
121
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
122
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
123
|
+
onFocus?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
124
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
125
|
+
onBlur?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
126
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
127
|
+
onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
128
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
129
|
+
onBeforeInput?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
130
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
131
|
+
onInput?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
132
|
+
onInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
133
|
+
onReset?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
134
|
+
onResetCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
135
|
+
onSubmit?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
136
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
137
|
+
onInvalid?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
138
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
139
|
+
onLoad?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
140
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
141
|
+
onError?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
142
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
143
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
144
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
145
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
146
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
147
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
148
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
149
|
+
onAbort?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
150
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
151
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
152
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
153
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
154
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
155
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
156
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
157
|
+
onEmptied?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
158
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
159
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
160
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
161
|
+
onEnded?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
162
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
163
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
164
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
165
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
166
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
167
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
168
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
169
|
+
onPause?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
170
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
171
|
+
onPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
172
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
173
|
+
onPlaying?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
174
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
175
|
+
onProgress?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
176
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
177
|
+
onRateChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
178
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
179
|
+
onResize?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
180
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
181
|
+
onSeeked?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
182
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
183
|
+
onSeeking?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
184
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
185
|
+
onStalled?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
186
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
187
|
+
onSuspend?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
188
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
189
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
190
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
191
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
192
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
193
|
+
onWaiting?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
194
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
195
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
196
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
197
|
+
onClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
198
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
199
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
200
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
201
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
202
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
203
|
+
onDrag?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
204
|
+
onDragCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
205
|
+
onDragEnd?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
206
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
207
|
+
onDragEnter?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
208
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
209
|
+
onDragExit?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
210
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
211
|
+
onDragLeave?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
212
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
213
|
+
onDragOver?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
214
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
215
|
+
onDragStart?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
216
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
217
|
+
onDrop?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
218
|
+
onDropCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
219
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
220
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
221
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
222
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
223
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
224
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
225
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
226
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
227
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
228
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
229
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
230
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
231
|
+
onSelect?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
232
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
233
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
234
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
235
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
236
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
237
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
238
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
239
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
240
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
241
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
242
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
243
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
244
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
245
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
246
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
247
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
248
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
249
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
250
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
251
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
252
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
253
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
254
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
255
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
256
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
257
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
258
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
259
|
+
onScroll?: import("react").UIEventHandler<HTMLElement> | undefined;
|
|
260
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLElement> | undefined;
|
|
261
|
+
onWheel?: import("react").WheelEventHandler<HTMLElement> | undefined;
|
|
262
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLElement> | undefined;
|
|
263
|
+
onAnimationStart?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
264
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
265
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
266
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
267
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
268
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
269
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
270
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
271
|
+
content?: string | undefined;
|
|
272
|
+
translate?: "yes" | "no" | undefined;
|
|
273
|
+
defaultChecked?: boolean | undefined;
|
|
274
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
275
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
276
|
+
accessKey?: string | undefined;
|
|
277
|
+
autoFocus?: boolean | undefined;
|
|
278
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
279
|
+
contextMenu?: string | undefined;
|
|
280
|
+
dir?: string | undefined;
|
|
281
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
282
|
+
hidden?: boolean | undefined;
|
|
283
|
+
nonce?: string | undefined;
|
|
284
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
285
|
+
radioGroup?: string | undefined;
|
|
286
|
+
about?: string | undefined;
|
|
287
|
+
datatype?: string | undefined;
|
|
288
|
+
inlist?: any;
|
|
289
|
+
prefix?: string | undefined;
|
|
290
|
+
property?: string | undefined;
|
|
291
|
+
rel?: string | undefined;
|
|
292
|
+
resource?: string | undefined;
|
|
293
|
+
rev?: string | undefined;
|
|
294
|
+
typeof?: string | undefined;
|
|
295
|
+
vocab?: string | undefined;
|
|
296
|
+
autoCapitalize?: string | undefined;
|
|
297
|
+
autoCorrect?: string | undefined;
|
|
298
|
+
autoSave?: string | undefined;
|
|
299
|
+
itemProp?: string | undefined;
|
|
300
|
+
itemScope?: boolean | undefined;
|
|
301
|
+
itemType?: string | undefined;
|
|
302
|
+
itemID?: string | undefined;
|
|
303
|
+
itemRef?: string | undefined;
|
|
304
|
+
results?: number | undefined;
|
|
305
|
+
security?: string | undefined;
|
|
306
|
+
unselectable?: "off" | "on" | undefined;
|
|
307
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
308
|
+
is?: string | undefined;
|
|
309
|
+
exit?: boolean | undefined;
|
|
310
|
+
mountOnEnter?: boolean | undefined;
|
|
311
|
+
unmountOnExit?: boolean | undefined;
|
|
312
|
+
addEndListener?: ((node: HTMLElement, done: () => void) => void) | undefined;
|
|
313
|
+
onEnter?: ((node: HTMLElement, isAppearing: boolean) => void) | undefined;
|
|
314
|
+
onEntering?: ((node: HTMLElement, isAppearing: boolean) => void) | undefined;
|
|
315
|
+
onEntered?: ((node: HTMLElement, isAppearing: boolean) => void) | undefined;
|
|
316
|
+
onExit?: ((node: HTMLElement) => void) | undefined;
|
|
317
|
+
onExiting?: ((node: HTMLElement) => void) | undefined;
|
|
318
|
+
onExited?: ((node: HTMLElement) => void) | undefined;
|
|
319
|
+
appear?: boolean | undefined;
|
|
320
|
+
enter?: boolean | undefined;
|
|
321
|
+
ref?: import("react").Ref<unknown> | undefined;
|
|
322
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
323
|
+
argTypes: {
|
|
324
|
+
children: {
|
|
325
|
+
control: {
|
|
326
|
+
type: undefined;
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
component: {
|
|
330
|
+
table: {
|
|
331
|
+
disable: boolean;
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
ref: {
|
|
335
|
+
control: {
|
|
336
|
+
type: undefined;
|
|
337
|
+
};
|
|
338
|
+
};
|
|
339
|
+
onClick: {
|
|
340
|
+
control: {
|
|
341
|
+
type: undefined;
|
|
342
|
+
};
|
|
343
|
+
};
|
|
15
344
|
};
|
|
16
345
|
};
|
|
17
346
|
export default meta;
|
|
18
347
|
export declare const Default: {
|
|
19
348
|
args: {
|
|
349
|
+
bgColor: string;
|
|
20
350
|
title: string;
|
|
21
351
|
time: string;
|
|
22
352
|
onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLElement, MouseEvent>], void>;
|
|
353
|
+
color: "textPrimary";
|
|
354
|
+
chevronPosition: "start";
|
|
355
|
+
orientation: "vertical";
|
|
356
|
+
};
|
|
357
|
+
argTypes: {
|
|
358
|
+
children: {
|
|
359
|
+
control: {
|
|
360
|
+
type: undefined;
|
|
361
|
+
};
|
|
362
|
+
};
|
|
23
363
|
};
|
|
24
364
|
parameters: {
|
|
25
365
|
docs: {
|
|
@@ -28,22 +368,33 @@ export declare const Default: {
|
|
|
28
368
|
};
|
|
29
369
|
};
|
|
30
370
|
};
|
|
31
|
-
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
371
|
+
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
32
372
|
children?: import("react").ReactNode;
|
|
33
373
|
title?: string | undefined;
|
|
34
374
|
time?: string | undefined;
|
|
35
|
-
color?:
|
|
375
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
36
376
|
bgColor?: string | undefined;
|
|
37
377
|
border?: boolean | undefined;
|
|
38
|
-
chevronPosition?:
|
|
378
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
39
379
|
className?: string | undefined;
|
|
40
380
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
41
|
-
collapsedSize?:
|
|
42
|
-
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
|
|
43
|
-
easing?:
|
|
381
|
+
collapsedSize?: string | number | undefined;
|
|
382
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
383
|
+
easing?: string | {
|
|
384
|
+
enter?: string | undefined;
|
|
385
|
+
exit?: string | undefined;
|
|
386
|
+
} | undefined;
|
|
44
387
|
in?: boolean | undefined;
|
|
45
|
-
orientation?:
|
|
46
|
-
timeout?:
|
|
388
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
389
|
+
timeout?: number | "auto" | {
|
|
390
|
+
appear?: number | undefined;
|
|
391
|
+
enter?: number | undefined;
|
|
392
|
+
exit?: number | undefined;
|
|
393
|
+
} | {
|
|
394
|
+
appear?: number | undefined;
|
|
395
|
+
enter?: number | undefined;
|
|
396
|
+
exit?: number | undefined;
|
|
397
|
+
} | undefined;
|
|
47
398
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
48
399
|
style?: import("react").CSSProperties | undefined;
|
|
49
400
|
slot?: string | undefined;
|
|
@@ -54,27 +405,27 @@ export declare const Default: {
|
|
|
54
405
|
tabIndex?: number | undefined;
|
|
55
406
|
"aria-activedescendant"?: string | undefined;
|
|
56
407
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
57
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
408
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
58
409
|
"aria-braillelabel"?: string | undefined;
|
|
59
410
|
"aria-brailleroledescription"?: string | undefined;
|
|
60
411
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
61
|
-
"aria-checked"?: boolean | "
|
|
412
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
62
413
|
"aria-colcount"?: number | undefined;
|
|
63
414
|
"aria-colindex"?: number | undefined;
|
|
64
415
|
"aria-colindextext"?: string | undefined;
|
|
65
416
|
"aria-colspan"?: number | undefined;
|
|
66
417
|
"aria-controls"?: string | undefined;
|
|
67
|
-
"aria-current"?: boolean | "
|
|
418
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
68
419
|
"aria-describedby"?: string | undefined;
|
|
69
420
|
"aria-description"?: string | undefined;
|
|
70
421
|
"aria-details"?: string | undefined;
|
|
71
422
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
72
|
-
"aria-dropeffect"?: "
|
|
423
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
73
424
|
"aria-errormessage"?: string | undefined;
|
|
74
425
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
75
426
|
"aria-flowto"?: string | undefined;
|
|
76
427
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
77
|
-
"aria-haspopup"?: boolean | "
|
|
428
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
78
429
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
79
430
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
80
431
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -89,9 +440,9 @@ export declare const Default: {
|
|
|
89
440
|
"aria-owns"?: string | undefined;
|
|
90
441
|
"aria-placeholder"?: string | undefined;
|
|
91
442
|
"aria-posinset"?: number | undefined;
|
|
92
|
-
"aria-pressed"?: boolean | "
|
|
443
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
93
444
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
94
|
-
"aria-relevant"?: "
|
|
445
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
95
446
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
96
447
|
"aria-roledescription"?: string | undefined;
|
|
97
448
|
"aria-rowcount"?: number | undefined;
|
|
@@ -275,7 +626,7 @@ export declare const Default: {
|
|
|
275
626
|
suppressContentEditableWarning?: boolean | undefined;
|
|
276
627
|
accessKey?: string | undefined;
|
|
277
628
|
autoFocus?: boolean | undefined;
|
|
278
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
629
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
279
630
|
contextMenu?: string | undefined;
|
|
280
631
|
dir?: string | undefined;
|
|
281
632
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -303,8 +654,8 @@ export declare const Default: {
|
|
|
303
654
|
itemRef?: string | undefined;
|
|
304
655
|
results?: number | undefined;
|
|
305
656
|
security?: string | undefined;
|
|
306
|
-
unselectable?: "
|
|
307
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
657
|
+
unselectable?: "off" | "on" | undefined;
|
|
658
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
308
659
|
is?: string | undefined;
|
|
309
660
|
exit?: boolean | undefined;
|
|
310
661
|
mountOnEnter?: boolean | undefined;
|
|
@@ -324,18 +675,29 @@ export declare const Default: {
|
|
|
324
675
|
children?: import("react").ReactNode;
|
|
325
676
|
title?: string | undefined;
|
|
326
677
|
time?: string | undefined;
|
|
327
|
-
color?:
|
|
678
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
328
679
|
bgColor?: string | undefined;
|
|
329
680
|
border?: boolean | undefined;
|
|
330
|
-
chevronPosition?:
|
|
681
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
331
682
|
className?: string | undefined;
|
|
332
683
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
333
|
-
collapsedSize?:
|
|
334
|
-
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
|
|
335
|
-
easing?:
|
|
684
|
+
collapsedSize?: string | number | undefined;
|
|
685
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
686
|
+
easing?: string | {
|
|
687
|
+
enter?: string | undefined;
|
|
688
|
+
exit?: string | undefined;
|
|
689
|
+
} | undefined;
|
|
336
690
|
in?: boolean | undefined;
|
|
337
|
-
orientation?:
|
|
338
|
-
timeout?:
|
|
691
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
692
|
+
timeout?: number | "auto" | {
|
|
693
|
+
appear?: number | undefined;
|
|
694
|
+
enter?: number | undefined;
|
|
695
|
+
exit?: number | undefined;
|
|
696
|
+
} | {
|
|
697
|
+
appear?: number | undefined;
|
|
698
|
+
enter?: number | undefined;
|
|
699
|
+
exit?: number | undefined;
|
|
700
|
+
} | undefined;
|
|
339
701
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
340
702
|
style?: import("react").CSSProperties | undefined;
|
|
341
703
|
slot?: string | undefined;
|
|
@@ -346,27 +708,27 @@ export declare const Default: {
|
|
|
346
708
|
tabIndex?: number | undefined;
|
|
347
709
|
"aria-activedescendant"?: string | undefined;
|
|
348
710
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
349
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
711
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
350
712
|
"aria-braillelabel"?: string | undefined;
|
|
351
713
|
"aria-brailleroledescription"?: string | undefined;
|
|
352
714
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
353
|
-
"aria-checked"?: boolean | "
|
|
715
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
354
716
|
"aria-colcount"?: number | undefined;
|
|
355
717
|
"aria-colindex"?: number | undefined;
|
|
356
718
|
"aria-colindextext"?: string | undefined;
|
|
357
719
|
"aria-colspan"?: number | undefined;
|
|
358
720
|
"aria-controls"?: string | undefined;
|
|
359
|
-
"aria-current"?: boolean | "
|
|
721
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
360
722
|
"aria-describedby"?: string | undefined;
|
|
361
723
|
"aria-description"?: string | undefined;
|
|
362
724
|
"aria-details"?: string | undefined;
|
|
363
725
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
364
|
-
"aria-dropeffect"?: "
|
|
726
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
365
727
|
"aria-errormessage"?: string | undefined;
|
|
366
728
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
367
729
|
"aria-flowto"?: string | undefined;
|
|
368
730
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
369
|
-
"aria-haspopup"?: boolean | "
|
|
731
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
370
732
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
371
733
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
372
734
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -381,9 +743,9 @@ export declare const Default: {
|
|
|
381
743
|
"aria-owns"?: string | undefined;
|
|
382
744
|
"aria-placeholder"?: string | undefined;
|
|
383
745
|
"aria-posinset"?: number | undefined;
|
|
384
|
-
"aria-pressed"?: boolean | "
|
|
746
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
385
747
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
386
|
-
"aria-relevant"?: "
|
|
748
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
387
749
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
388
750
|
"aria-roledescription"?: string | undefined;
|
|
389
751
|
"aria-rowcount"?: number | undefined;
|
|
@@ -567,7 +929,7 @@ export declare const Default: {
|
|
|
567
929
|
suppressContentEditableWarning?: boolean | undefined;
|
|
568
930
|
accessKey?: string | undefined;
|
|
569
931
|
autoFocus?: boolean | undefined;
|
|
570
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
932
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
571
933
|
contextMenu?: string | undefined;
|
|
572
934
|
dir?: string | undefined;
|
|
573
935
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -595,8 +957,8 @@ export declare const Default: {
|
|
|
595
957
|
itemRef?: string | undefined;
|
|
596
958
|
results?: number | undefined;
|
|
597
959
|
security?: string | undefined;
|
|
598
|
-
unselectable?: "
|
|
599
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
960
|
+
unselectable?: "off" | "on" | undefined;
|
|
961
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
600
962
|
is?: string | undefined;
|
|
601
963
|
exit?: boolean | undefined;
|
|
602
964
|
mountOnEnter?: boolean | undefined;
|
|
@@ -629,22 +991,33 @@ export declare const AttachmentList: {
|
|
|
629
991
|
};
|
|
630
992
|
};
|
|
631
993
|
};
|
|
632
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
994
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
633
995
|
children?: import("react").ReactNode;
|
|
634
996
|
title?: string | undefined;
|
|
635
997
|
time?: string | undefined;
|
|
636
|
-
color?:
|
|
998
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
637
999
|
bgColor?: string | undefined;
|
|
638
1000
|
border?: boolean | undefined;
|
|
639
|
-
chevronPosition?:
|
|
1001
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
640
1002
|
className?: string | undefined;
|
|
641
1003
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
642
|
-
collapsedSize?:
|
|
643
|
-
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
|
|
644
|
-
easing?:
|
|
1004
|
+
collapsedSize?: string | number | undefined;
|
|
1005
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1006
|
+
easing?: string | {
|
|
1007
|
+
enter?: string | undefined;
|
|
1008
|
+
exit?: string | undefined;
|
|
1009
|
+
} | undefined;
|
|
645
1010
|
in?: boolean | undefined;
|
|
646
|
-
orientation?:
|
|
647
|
-
timeout?:
|
|
1011
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
1012
|
+
timeout?: number | "auto" | {
|
|
1013
|
+
appear?: number | undefined;
|
|
1014
|
+
enter?: number | undefined;
|
|
1015
|
+
exit?: number | undefined;
|
|
1016
|
+
} | {
|
|
1017
|
+
appear?: number | undefined;
|
|
1018
|
+
enter?: number | undefined;
|
|
1019
|
+
exit?: number | undefined;
|
|
1020
|
+
} | undefined;
|
|
648
1021
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
649
1022
|
style?: import("react").CSSProperties | undefined;
|
|
650
1023
|
slot?: string | undefined;
|
|
@@ -655,27 +1028,27 @@ export declare const AttachmentList: {
|
|
|
655
1028
|
tabIndex?: number | undefined;
|
|
656
1029
|
"aria-activedescendant"?: string | undefined;
|
|
657
1030
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
658
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1031
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
659
1032
|
"aria-braillelabel"?: string | undefined;
|
|
660
1033
|
"aria-brailleroledescription"?: string | undefined;
|
|
661
1034
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
662
|
-
"aria-checked"?: boolean | "
|
|
1035
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
663
1036
|
"aria-colcount"?: number | undefined;
|
|
664
1037
|
"aria-colindex"?: number | undefined;
|
|
665
1038
|
"aria-colindextext"?: string | undefined;
|
|
666
1039
|
"aria-colspan"?: number | undefined;
|
|
667
1040
|
"aria-controls"?: string | undefined;
|
|
668
|
-
"aria-current"?: boolean | "
|
|
1041
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
669
1042
|
"aria-describedby"?: string | undefined;
|
|
670
1043
|
"aria-description"?: string | undefined;
|
|
671
1044
|
"aria-details"?: string | undefined;
|
|
672
1045
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
673
|
-
"aria-dropeffect"?: "
|
|
1046
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
674
1047
|
"aria-errormessage"?: string | undefined;
|
|
675
1048
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
676
1049
|
"aria-flowto"?: string | undefined;
|
|
677
1050
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
678
|
-
"aria-haspopup"?: boolean | "
|
|
1051
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
679
1052
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
680
1053
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
681
1054
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -690,9 +1063,9 @@ export declare const AttachmentList: {
|
|
|
690
1063
|
"aria-owns"?: string | undefined;
|
|
691
1064
|
"aria-placeholder"?: string | undefined;
|
|
692
1065
|
"aria-posinset"?: number | undefined;
|
|
693
|
-
"aria-pressed"?: boolean | "
|
|
1066
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
694
1067
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
695
|
-
"aria-relevant"?: "
|
|
1068
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
696
1069
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
697
1070
|
"aria-roledescription"?: string | undefined;
|
|
698
1071
|
"aria-rowcount"?: number | undefined;
|
|
@@ -876,7 +1249,7 @@ export declare const AttachmentList: {
|
|
|
876
1249
|
suppressContentEditableWarning?: boolean | undefined;
|
|
877
1250
|
accessKey?: string | undefined;
|
|
878
1251
|
autoFocus?: boolean | undefined;
|
|
879
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1252
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
880
1253
|
contextMenu?: string | undefined;
|
|
881
1254
|
dir?: string | undefined;
|
|
882
1255
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -904,8 +1277,8 @@ export declare const AttachmentList: {
|
|
|
904
1277
|
itemRef?: string | undefined;
|
|
905
1278
|
results?: number | undefined;
|
|
906
1279
|
security?: string | undefined;
|
|
907
|
-
unselectable?: "
|
|
908
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1280
|
+
unselectable?: "off" | "on" | undefined;
|
|
1281
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
909
1282
|
is?: string | undefined;
|
|
910
1283
|
exit?: boolean | undefined;
|
|
911
1284
|
mountOnEnter?: boolean | undefined;
|
|
@@ -925,18 +1298,29 @@ export declare const AttachmentList: {
|
|
|
925
1298
|
children?: import("react").ReactNode;
|
|
926
1299
|
title?: string | undefined;
|
|
927
1300
|
time?: string | undefined;
|
|
928
|
-
color?:
|
|
1301
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
929
1302
|
bgColor?: string | undefined;
|
|
930
1303
|
border?: boolean | undefined;
|
|
931
|
-
chevronPosition?:
|
|
1304
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
932
1305
|
className?: string | undefined;
|
|
933
1306
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
934
|
-
collapsedSize?:
|
|
935
|
-
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
|
|
936
|
-
easing?:
|
|
1307
|
+
collapsedSize?: string | number | undefined;
|
|
1308
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1309
|
+
easing?: string | {
|
|
1310
|
+
enter?: string | undefined;
|
|
1311
|
+
exit?: string | undefined;
|
|
1312
|
+
} | undefined;
|
|
937
1313
|
in?: boolean | undefined;
|
|
938
|
-
orientation?:
|
|
939
|
-
timeout?:
|
|
1314
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
1315
|
+
timeout?: number | "auto" | {
|
|
1316
|
+
appear?: number | undefined;
|
|
1317
|
+
enter?: number | undefined;
|
|
1318
|
+
exit?: number | undefined;
|
|
1319
|
+
} | {
|
|
1320
|
+
appear?: number | undefined;
|
|
1321
|
+
enter?: number | undefined;
|
|
1322
|
+
exit?: number | undefined;
|
|
1323
|
+
} | undefined;
|
|
940
1324
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
941
1325
|
style?: import("react").CSSProperties | undefined;
|
|
942
1326
|
slot?: string | undefined;
|
|
@@ -947,27 +1331,27 @@ export declare const AttachmentList: {
|
|
|
947
1331
|
tabIndex?: number | undefined;
|
|
948
1332
|
"aria-activedescendant"?: string | undefined;
|
|
949
1333
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
950
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1334
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
951
1335
|
"aria-braillelabel"?: string | undefined;
|
|
952
1336
|
"aria-brailleroledescription"?: string | undefined;
|
|
953
1337
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
954
|
-
"aria-checked"?: boolean | "
|
|
1338
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
955
1339
|
"aria-colcount"?: number | undefined;
|
|
956
1340
|
"aria-colindex"?: number | undefined;
|
|
957
1341
|
"aria-colindextext"?: string | undefined;
|
|
958
1342
|
"aria-colspan"?: number | undefined;
|
|
959
1343
|
"aria-controls"?: string | undefined;
|
|
960
|
-
"aria-current"?: boolean | "
|
|
1344
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
961
1345
|
"aria-describedby"?: string | undefined;
|
|
962
1346
|
"aria-description"?: string | undefined;
|
|
963
1347
|
"aria-details"?: string | undefined;
|
|
964
1348
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
965
|
-
"aria-dropeffect"?: "
|
|
1349
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
966
1350
|
"aria-errormessage"?: string | undefined;
|
|
967
1351
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
968
1352
|
"aria-flowto"?: string | undefined;
|
|
969
1353
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
970
|
-
"aria-haspopup"?: boolean | "
|
|
1354
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
971
1355
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
972
1356
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
973
1357
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -982,9 +1366,9 @@ export declare const AttachmentList: {
|
|
|
982
1366
|
"aria-owns"?: string | undefined;
|
|
983
1367
|
"aria-placeholder"?: string | undefined;
|
|
984
1368
|
"aria-posinset"?: number | undefined;
|
|
985
|
-
"aria-pressed"?: boolean | "
|
|
1369
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
986
1370
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
987
|
-
"aria-relevant"?: "
|
|
1371
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
988
1372
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
989
1373
|
"aria-roledescription"?: string | undefined;
|
|
990
1374
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1168,7 +1552,7 @@ export declare const AttachmentList: {
|
|
|
1168
1552
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1169
1553
|
accessKey?: string | undefined;
|
|
1170
1554
|
autoFocus?: boolean | undefined;
|
|
1171
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1555
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1172
1556
|
contextMenu?: string | undefined;
|
|
1173
1557
|
dir?: string | undefined;
|
|
1174
1558
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1196,8 +1580,8 @@ export declare const AttachmentList: {
|
|
|
1196
1580
|
itemRef?: string | undefined;
|
|
1197
1581
|
results?: number | undefined;
|
|
1198
1582
|
security?: string | undefined;
|
|
1199
|
-
unselectable?: "
|
|
1200
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1583
|
+
unselectable?: "off" | "on" | undefined;
|
|
1584
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1201
1585
|
is?: string | undefined;
|
|
1202
1586
|
exit?: boolean | undefined;
|
|
1203
1587
|
mountOnEnter?: boolean | undefined;
|
|
@@ -1226,22 +1610,33 @@ export declare const DetailedList: {
|
|
|
1226
1610
|
};
|
|
1227
1611
|
};
|
|
1228
1612
|
};
|
|
1229
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1613
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1230
1614
|
children?: import("react").ReactNode;
|
|
1231
1615
|
title?: string | undefined;
|
|
1232
1616
|
time?: string | undefined;
|
|
1233
|
-
color?:
|
|
1617
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
1234
1618
|
bgColor?: string | undefined;
|
|
1235
1619
|
border?: boolean | undefined;
|
|
1236
|
-
chevronPosition?:
|
|
1620
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
1237
1621
|
className?: string | undefined;
|
|
1238
1622
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
1239
|
-
collapsedSize?:
|
|
1240
|
-
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
|
|
1241
|
-
easing?:
|
|
1623
|
+
collapsedSize?: string | number | undefined;
|
|
1624
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1625
|
+
easing?: string | {
|
|
1626
|
+
enter?: string | undefined;
|
|
1627
|
+
exit?: string | undefined;
|
|
1628
|
+
} | undefined;
|
|
1242
1629
|
in?: boolean | undefined;
|
|
1243
|
-
orientation?:
|
|
1244
|
-
timeout?:
|
|
1630
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
1631
|
+
timeout?: number | "auto" | {
|
|
1632
|
+
appear?: number | undefined;
|
|
1633
|
+
enter?: number | undefined;
|
|
1634
|
+
exit?: number | undefined;
|
|
1635
|
+
} | {
|
|
1636
|
+
appear?: number | undefined;
|
|
1637
|
+
enter?: number | undefined;
|
|
1638
|
+
exit?: number | undefined;
|
|
1639
|
+
} | undefined;
|
|
1245
1640
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1246
1641
|
style?: import("react").CSSProperties | undefined;
|
|
1247
1642
|
slot?: string | undefined;
|
|
@@ -1252,27 +1647,27 @@ export declare const DetailedList: {
|
|
|
1252
1647
|
tabIndex?: number | undefined;
|
|
1253
1648
|
"aria-activedescendant"?: string | undefined;
|
|
1254
1649
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1255
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1650
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1256
1651
|
"aria-braillelabel"?: string | undefined;
|
|
1257
1652
|
"aria-brailleroledescription"?: string | undefined;
|
|
1258
1653
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1259
|
-
"aria-checked"?: boolean | "
|
|
1654
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1260
1655
|
"aria-colcount"?: number | undefined;
|
|
1261
1656
|
"aria-colindex"?: number | undefined;
|
|
1262
1657
|
"aria-colindextext"?: string | undefined;
|
|
1263
1658
|
"aria-colspan"?: number | undefined;
|
|
1264
1659
|
"aria-controls"?: string | undefined;
|
|
1265
|
-
"aria-current"?: boolean | "
|
|
1660
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1266
1661
|
"aria-describedby"?: string | undefined;
|
|
1267
1662
|
"aria-description"?: string | undefined;
|
|
1268
1663
|
"aria-details"?: string | undefined;
|
|
1269
1664
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1270
|
-
"aria-dropeffect"?: "
|
|
1665
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1271
1666
|
"aria-errormessage"?: string | undefined;
|
|
1272
1667
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1273
1668
|
"aria-flowto"?: string | undefined;
|
|
1274
1669
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1275
|
-
"aria-haspopup"?: boolean | "
|
|
1670
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1276
1671
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1277
1672
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1278
1673
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1287,9 +1682,9 @@ export declare const DetailedList: {
|
|
|
1287
1682
|
"aria-owns"?: string | undefined;
|
|
1288
1683
|
"aria-placeholder"?: string | undefined;
|
|
1289
1684
|
"aria-posinset"?: number | undefined;
|
|
1290
|
-
"aria-pressed"?: boolean | "
|
|
1685
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1291
1686
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1292
|
-
"aria-relevant"?: "
|
|
1687
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1293
1688
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1294
1689
|
"aria-roledescription"?: string | undefined;
|
|
1295
1690
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1473,7 +1868,7 @@ export declare const DetailedList: {
|
|
|
1473
1868
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1474
1869
|
accessKey?: string | undefined;
|
|
1475
1870
|
autoFocus?: boolean | undefined;
|
|
1476
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1871
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1477
1872
|
contextMenu?: string | undefined;
|
|
1478
1873
|
dir?: string | undefined;
|
|
1479
1874
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1501,8 +1896,8 @@ export declare const DetailedList: {
|
|
|
1501
1896
|
itemRef?: string | undefined;
|
|
1502
1897
|
results?: number | undefined;
|
|
1503
1898
|
security?: string | undefined;
|
|
1504
|
-
unselectable?: "
|
|
1505
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1899
|
+
unselectable?: "off" | "on" | undefined;
|
|
1900
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1506
1901
|
is?: string | undefined;
|
|
1507
1902
|
exit?: boolean | undefined;
|
|
1508
1903
|
mountOnEnter?: boolean | undefined;
|
|
@@ -1522,18 +1917,29 @@ export declare const DetailedList: {
|
|
|
1522
1917
|
children?: import("react").ReactNode;
|
|
1523
1918
|
title?: string | undefined;
|
|
1524
1919
|
time?: string | undefined;
|
|
1525
|
-
color?:
|
|
1920
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
1526
1921
|
bgColor?: string | undefined;
|
|
1527
1922
|
border?: boolean | undefined;
|
|
1528
|
-
chevronPosition?:
|
|
1923
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
1529
1924
|
className?: string | undefined;
|
|
1530
1925
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
1531
|
-
collapsedSize?:
|
|
1532
|
-
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
|
|
1533
|
-
easing?:
|
|
1926
|
+
collapsedSize?: string | number | undefined;
|
|
1927
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1928
|
+
easing?: string | {
|
|
1929
|
+
enter?: string | undefined;
|
|
1930
|
+
exit?: string | undefined;
|
|
1931
|
+
} | undefined;
|
|
1534
1932
|
in?: boolean | undefined;
|
|
1535
|
-
orientation?:
|
|
1536
|
-
timeout?:
|
|
1933
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
1934
|
+
timeout?: number | "auto" | {
|
|
1935
|
+
appear?: number | undefined;
|
|
1936
|
+
enter?: number | undefined;
|
|
1937
|
+
exit?: number | undefined;
|
|
1938
|
+
} | {
|
|
1939
|
+
appear?: number | undefined;
|
|
1940
|
+
enter?: number | undefined;
|
|
1941
|
+
exit?: number | undefined;
|
|
1942
|
+
} | undefined;
|
|
1537
1943
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1538
1944
|
style?: import("react").CSSProperties | undefined;
|
|
1539
1945
|
slot?: string | undefined;
|
|
@@ -1544,27 +1950,27 @@ export declare const DetailedList: {
|
|
|
1544
1950
|
tabIndex?: number | undefined;
|
|
1545
1951
|
"aria-activedescendant"?: string | undefined;
|
|
1546
1952
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1547
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1953
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1548
1954
|
"aria-braillelabel"?: string | undefined;
|
|
1549
1955
|
"aria-brailleroledescription"?: string | undefined;
|
|
1550
1956
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1551
|
-
"aria-checked"?: boolean | "
|
|
1957
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1552
1958
|
"aria-colcount"?: number | undefined;
|
|
1553
1959
|
"aria-colindex"?: number | undefined;
|
|
1554
1960
|
"aria-colindextext"?: string | undefined;
|
|
1555
1961
|
"aria-colspan"?: number | undefined;
|
|
1556
1962
|
"aria-controls"?: string | undefined;
|
|
1557
|
-
"aria-current"?: boolean | "
|
|
1963
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1558
1964
|
"aria-describedby"?: string | undefined;
|
|
1559
1965
|
"aria-description"?: string | undefined;
|
|
1560
1966
|
"aria-details"?: string | undefined;
|
|
1561
1967
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1562
|
-
"aria-dropeffect"?: "
|
|
1968
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1563
1969
|
"aria-errormessage"?: string | undefined;
|
|
1564
1970
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1565
1971
|
"aria-flowto"?: string | undefined;
|
|
1566
1972
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1567
|
-
"aria-haspopup"?: boolean | "
|
|
1973
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1568
1974
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1569
1975
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1570
1976
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1579,9 +1985,9 @@ export declare const DetailedList: {
|
|
|
1579
1985
|
"aria-owns"?: string | undefined;
|
|
1580
1986
|
"aria-placeholder"?: string | undefined;
|
|
1581
1987
|
"aria-posinset"?: number | undefined;
|
|
1582
|
-
"aria-pressed"?: boolean | "
|
|
1988
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1583
1989
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1584
|
-
"aria-relevant"?: "
|
|
1990
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1585
1991
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1586
1992
|
"aria-roledescription"?: string | undefined;
|
|
1587
1993
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1765,7 +2171,7 @@ export declare const DetailedList: {
|
|
|
1765
2171
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1766
2172
|
accessKey?: string | undefined;
|
|
1767
2173
|
autoFocus?: boolean | undefined;
|
|
1768
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2174
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1769
2175
|
contextMenu?: string | undefined;
|
|
1770
2176
|
dir?: string | undefined;
|
|
1771
2177
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1793,8 +2199,8 @@ export declare const DetailedList: {
|
|
|
1793
2199
|
itemRef?: string | undefined;
|
|
1794
2200
|
results?: number | undefined;
|
|
1795
2201
|
security?: string | undefined;
|
|
1796
|
-
unselectable?: "
|
|
1797
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2202
|
+
unselectable?: "off" | "on" | undefined;
|
|
2203
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1798
2204
|
is?: string | undefined;
|
|
1799
2205
|
exit?: boolean | undefined;
|
|
1800
2206
|
mountOnEnter?: boolean | undefined;
|
|
@@ -1824,22 +2230,33 @@ export declare const Colors: {
|
|
|
1824
2230
|
};
|
|
1825
2231
|
};
|
|
1826
2232
|
};
|
|
1827
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
2233
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1828
2234
|
children?: import("react").ReactNode;
|
|
1829
2235
|
title?: string | undefined;
|
|
1830
2236
|
time?: string | undefined;
|
|
1831
|
-
color?:
|
|
2237
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
1832
2238
|
bgColor?: string | undefined;
|
|
1833
2239
|
border?: boolean | undefined;
|
|
1834
|
-
chevronPosition?:
|
|
2240
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
1835
2241
|
className?: string | undefined;
|
|
1836
2242
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
1837
|
-
collapsedSize?:
|
|
1838
|
-
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
|
|
1839
|
-
easing?:
|
|
2243
|
+
collapsedSize?: string | number | undefined;
|
|
2244
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2245
|
+
easing?: string | {
|
|
2246
|
+
enter?: string | undefined;
|
|
2247
|
+
exit?: string | undefined;
|
|
2248
|
+
} | undefined;
|
|
1840
2249
|
in?: boolean | undefined;
|
|
1841
|
-
orientation?:
|
|
1842
|
-
timeout?:
|
|
2250
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
2251
|
+
timeout?: number | "auto" | {
|
|
2252
|
+
appear?: number | undefined;
|
|
2253
|
+
enter?: number | undefined;
|
|
2254
|
+
exit?: number | undefined;
|
|
2255
|
+
} | {
|
|
2256
|
+
appear?: number | undefined;
|
|
2257
|
+
enter?: number | undefined;
|
|
2258
|
+
exit?: number | undefined;
|
|
2259
|
+
} | undefined;
|
|
1843
2260
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1844
2261
|
style?: import("react").CSSProperties | undefined;
|
|
1845
2262
|
slot?: string | undefined;
|
|
@@ -1850,27 +2267,27 @@ export declare const Colors: {
|
|
|
1850
2267
|
tabIndex?: number | undefined;
|
|
1851
2268
|
"aria-activedescendant"?: string | undefined;
|
|
1852
2269
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1853
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2270
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1854
2271
|
"aria-braillelabel"?: string | undefined;
|
|
1855
2272
|
"aria-brailleroledescription"?: string | undefined;
|
|
1856
2273
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1857
|
-
"aria-checked"?: boolean | "
|
|
2274
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1858
2275
|
"aria-colcount"?: number | undefined;
|
|
1859
2276
|
"aria-colindex"?: number | undefined;
|
|
1860
2277
|
"aria-colindextext"?: string | undefined;
|
|
1861
2278
|
"aria-colspan"?: number | undefined;
|
|
1862
2279
|
"aria-controls"?: string | undefined;
|
|
1863
|
-
"aria-current"?: boolean | "
|
|
2280
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1864
2281
|
"aria-describedby"?: string | undefined;
|
|
1865
2282
|
"aria-description"?: string | undefined;
|
|
1866
2283
|
"aria-details"?: string | undefined;
|
|
1867
2284
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1868
|
-
"aria-dropeffect"?: "
|
|
2285
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1869
2286
|
"aria-errormessage"?: string | undefined;
|
|
1870
2287
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1871
2288
|
"aria-flowto"?: string | undefined;
|
|
1872
2289
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1873
|
-
"aria-haspopup"?: boolean | "
|
|
2290
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1874
2291
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1875
2292
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1876
2293
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1885,9 +2302,9 @@ export declare const Colors: {
|
|
|
1885
2302
|
"aria-owns"?: string | undefined;
|
|
1886
2303
|
"aria-placeholder"?: string | undefined;
|
|
1887
2304
|
"aria-posinset"?: number | undefined;
|
|
1888
|
-
"aria-pressed"?: boolean | "
|
|
2305
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1889
2306
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1890
|
-
"aria-relevant"?: "
|
|
2307
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1891
2308
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1892
2309
|
"aria-roledescription"?: string | undefined;
|
|
1893
2310
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2071,7 +2488,7 @@ export declare const Colors: {
|
|
|
2071
2488
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2072
2489
|
accessKey?: string | undefined;
|
|
2073
2490
|
autoFocus?: boolean | undefined;
|
|
2074
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2491
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2075
2492
|
contextMenu?: string | undefined;
|
|
2076
2493
|
dir?: string | undefined;
|
|
2077
2494
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2099,8 +2516,8 @@ export declare const Colors: {
|
|
|
2099
2516
|
itemRef?: string | undefined;
|
|
2100
2517
|
results?: number | undefined;
|
|
2101
2518
|
security?: string | undefined;
|
|
2102
|
-
unselectable?: "
|
|
2103
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2519
|
+
unselectable?: "off" | "on" | undefined;
|
|
2520
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2104
2521
|
is?: string | undefined;
|
|
2105
2522
|
exit?: boolean | undefined;
|
|
2106
2523
|
mountOnEnter?: boolean | undefined;
|
|
@@ -2120,18 +2537,29 @@ export declare const Colors: {
|
|
|
2120
2537
|
children?: import("react").ReactNode;
|
|
2121
2538
|
title?: string | undefined;
|
|
2122
2539
|
time?: string | undefined;
|
|
2123
|
-
color?:
|
|
2540
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
2124
2541
|
bgColor?: string | undefined;
|
|
2125
2542
|
border?: boolean | undefined;
|
|
2126
|
-
chevronPosition?:
|
|
2543
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
2127
2544
|
className?: string | undefined;
|
|
2128
2545
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
2129
|
-
collapsedSize?:
|
|
2130
|
-
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
|
|
2131
|
-
easing?:
|
|
2546
|
+
collapsedSize?: string | number | undefined;
|
|
2547
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2548
|
+
easing?: string | {
|
|
2549
|
+
enter?: string | undefined;
|
|
2550
|
+
exit?: string | undefined;
|
|
2551
|
+
} | undefined;
|
|
2132
2552
|
in?: boolean | undefined;
|
|
2133
|
-
orientation?:
|
|
2134
|
-
timeout?:
|
|
2553
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
2554
|
+
timeout?: number | "auto" | {
|
|
2555
|
+
appear?: number | undefined;
|
|
2556
|
+
enter?: number | undefined;
|
|
2557
|
+
exit?: number | undefined;
|
|
2558
|
+
} | {
|
|
2559
|
+
appear?: number | undefined;
|
|
2560
|
+
enter?: number | undefined;
|
|
2561
|
+
exit?: number | undefined;
|
|
2562
|
+
} | undefined;
|
|
2135
2563
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2136
2564
|
style?: import("react").CSSProperties | undefined;
|
|
2137
2565
|
slot?: string | undefined;
|
|
@@ -2142,27 +2570,27 @@ export declare const Colors: {
|
|
|
2142
2570
|
tabIndex?: number | undefined;
|
|
2143
2571
|
"aria-activedescendant"?: string | undefined;
|
|
2144
2572
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2145
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2573
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2146
2574
|
"aria-braillelabel"?: string | undefined;
|
|
2147
2575
|
"aria-brailleroledescription"?: string | undefined;
|
|
2148
2576
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2149
|
-
"aria-checked"?: boolean | "
|
|
2577
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2150
2578
|
"aria-colcount"?: number | undefined;
|
|
2151
2579
|
"aria-colindex"?: number | undefined;
|
|
2152
2580
|
"aria-colindextext"?: string | undefined;
|
|
2153
2581
|
"aria-colspan"?: number | undefined;
|
|
2154
2582
|
"aria-controls"?: string | undefined;
|
|
2155
|
-
"aria-current"?: boolean | "
|
|
2583
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2156
2584
|
"aria-describedby"?: string | undefined;
|
|
2157
2585
|
"aria-description"?: string | undefined;
|
|
2158
2586
|
"aria-details"?: string | undefined;
|
|
2159
2587
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2160
|
-
"aria-dropeffect"?: "
|
|
2588
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2161
2589
|
"aria-errormessage"?: string | undefined;
|
|
2162
2590
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2163
2591
|
"aria-flowto"?: string | undefined;
|
|
2164
2592
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2165
|
-
"aria-haspopup"?: boolean | "
|
|
2593
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2166
2594
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2167
2595
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2168
2596
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2177,9 +2605,9 @@ export declare const Colors: {
|
|
|
2177
2605
|
"aria-owns"?: string | undefined;
|
|
2178
2606
|
"aria-placeholder"?: string | undefined;
|
|
2179
2607
|
"aria-posinset"?: number | undefined;
|
|
2180
|
-
"aria-pressed"?: boolean | "
|
|
2608
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2181
2609
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2182
|
-
"aria-relevant"?: "
|
|
2610
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2183
2611
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2184
2612
|
"aria-roledescription"?: string | undefined;
|
|
2185
2613
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2363,7 +2791,7 @@ export declare const Colors: {
|
|
|
2363
2791
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2364
2792
|
accessKey?: string | undefined;
|
|
2365
2793
|
autoFocus?: boolean | undefined;
|
|
2366
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2794
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2367
2795
|
contextMenu?: string | undefined;
|
|
2368
2796
|
dir?: string | undefined;
|
|
2369
2797
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2391,8 +2819,8 @@ export declare const Colors: {
|
|
|
2391
2819
|
itemRef?: string | undefined;
|
|
2392
2820
|
results?: number | undefined;
|
|
2393
2821
|
security?: string | undefined;
|
|
2394
|
-
unselectable?: "
|
|
2395
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2822
|
+
unselectable?: "off" | "on" | undefined;
|
|
2823
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2396
2824
|
is?: string | undefined;
|
|
2397
2825
|
exit?: boolean | undefined;
|
|
2398
2826
|
mountOnEnter?: boolean | undefined;
|
|
@@ -2427,22 +2855,33 @@ export declare const ChevronPosition: {
|
|
|
2427
2855
|
};
|
|
2428
2856
|
};
|
|
2429
2857
|
};
|
|
2430
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
2858
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
2431
2859
|
children?: import("react").ReactNode;
|
|
2432
2860
|
title?: string | undefined;
|
|
2433
2861
|
time?: string | undefined;
|
|
2434
|
-
color?:
|
|
2862
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
2435
2863
|
bgColor?: string | undefined;
|
|
2436
2864
|
border?: boolean | undefined;
|
|
2437
|
-
chevronPosition?:
|
|
2865
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
2438
2866
|
className?: string | undefined;
|
|
2439
2867
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
2440
|
-
collapsedSize?:
|
|
2441
|
-
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
|
|
2442
|
-
easing?:
|
|
2868
|
+
collapsedSize?: string | number | undefined;
|
|
2869
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2870
|
+
easing?: string | {
|
|
2871
|
+
enter?: string | undefined;
|
|
2872
|
+
exit?: string | undefined;
|
|
2873
|
+
} | undefined;
|
|
2443
2874
|
in?: boolean | undefined;
|
|
2444
|
-
orientation?:
|
|
2445
|
-
timeout?:
|
|
2875
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
2876
|
+
timeout?: number | "auto" | {
|
|
2877
|
+
appear?: number | undefined;
|
|
2878
|
+
enter?: number | undefined;
|
|
2879
|
+
exit?: number | undefined;
|
|
2880
|
+
} | {
|
|
2881
|
+
appear?: number | undefined;
|
|
2882
|
+
enter?: number | undefined;
|
|
2883
|
+
exit?: number | undefined;
|
|
2884
|
+
} | undefined;
|
|
2446
2885
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2447
2886
|
style?: import("react").CSSProperties | undefined;
|
|
2448
2887
|
slot?: string | undefined;
|
|
@@ -2453,27 +2892,27 @@ export declare const ChevronPosition: {
|
|
|
2453
2892
|
tabIndex?: number | undefined;
|
|
2454
2893
|
"aria-activedescendant"?: string | undefined;
|
|
2455
2894
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2456
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2895
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2457
2896
|
"aria-braillelabel"?: string | undefined;
|
|
2458
2897
|
"aria-brailleroledescription"?: string | undefined;
|
|
2459
2898
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2460
|
-
"aria-checked"?: boolean | "
|
|
2899
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2461
2900
|
"aria-colcount"?: number | undefined;
|
|
2462
2901
|
"aria-colindex"?: number | undefined;
|
|
2463
2902
|
"aria-colindextext"?: string | undefined;
|
|
2464
2903
|
"aria-colspan"?: number | undefined;
|
|
2465
2904
|
"aria-controls"?: string | undefined;
|
|
2466
|
-
"aria-current"?: boolean | "
|
|
2905
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2467
2906
|
"aria-describedby"?: string | undefined;
|
|
2468
2907
|
"aria-description"?: string | undefined;
|
|
2469
2908
|
"aria-details"?: string | undefined;
|
|
2470
2909
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2471
|
-
"aria-dropeffect"?: "
|
|
2910
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2472
2911
|
"aria-errormessage"?: string | undefined;
|
|
2473
2912
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2474
2913
|
"aria-flowto"?: string | undefined;
|
|
2475
2914
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2476
|
-
"aria-haspopup"?: boolean | "
|
|
2915
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2477
2916
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2478
2917
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2479
2918
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2488,9 +2927,9 @@ export declare const ChevronPosition: {
|
|
|
2488
2927
|
"aria-owns"?: string | undefined;
|
|
2489
2928
|
"aria-placeholder"?: string | undefined;
|
|
2490
2929
|
"aria-posinset"?: number | undefined;
|
|
2491
|
-
"aria-pressed"?: boolean | "
|
|
2930
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2492
2931
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2493
|
-
"aria-relevant"?: "
|
|
2932
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2494
2933
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2495
2934
|
"aria-roledescription"?: string | undefined;
|
|
2496
2935
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2674,7 +3113,7 @@ export declare const ChevronPosition: {
|
|
|
2674
3113
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2675
3114
|
accessKey?: string | undefined;
|
|
2676
3115
|
autoFocus?: boolean | undefined;
|
|
2677
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
3116
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2678
3117
|
contextMenu?: string | undefined;
|
|
2679
3118
|
dir?: string | undefined;
|
|
2680
3119
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2702,8 +3141,8 @@ export declare const ChevronPosition: {
|
|
|
2702
3141
|
itemRef?: string | undefined;
|
|
2703
3142
|
results?: number | undefined;
|
|
2704
3143
|
security?: string | undefined;
|
|
2705
|
-
unselectable?: "
|
|
2706
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
3144
|
+
unselectable?: "off" | "on" | undefined;
|
|
3145
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2707
3146
|
is?: string | undefined;
|
|
2708
3147
|
exit?: boolean | undefined;
|
|
2709
3148
|
mountOnEnter?: boolean | undefined;
|
|
@@ -2723,18 +3162,29 @@ export declare const ChevronPosition: {
|
|
|
2723
3162
|
children?: import("react").ReactNode;
|
|
2724
3163
|
title?: string | undefined;
|
|
2725
3164
|
time?: string | undefined;
|
|
2726
|
-
color?:
|
|
3165
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
2727
3166
|
bgColor?: string | undefined;
|
|
2728
3167
|
border?: boolean | undefined;
|
|
2729
|
-
chevronPosition?:
|
|
3168
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
2730
3169
|
className?: string | undefined;
|
|
2731
3170
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
2732
|
-
collapsedSize?:
|
|
2733
|
-
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
|
|
2734
|
-
easing?:
|
|
3171
|
+
collapsedSize?: string | number | undefined;
|
|
3172
|
+
component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
3173
|
+
easing?: string | {
|
|
3174
|
+
enter?: string | undefined;
|
|
3175
|
+
exit?: string | undefined;
|
|
3176
|
+
} | undefined;
|
|
2735
3177
|
in?: boolean | undefined;
|
|
2736
|
-
orientation?:
|
|
2737
|
-
timeout?:
|
|
3178
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
3179
|
+
timeout?: number | "auto" | {
|
|
3180
|
+
appear?: number | undefined;
|
|
3181
|
+
enter?: number | undefined;
|
|
3182
|
+
exit?: number | undefined;
|
|
3183
|
+
} | {
|
|
3184
|
+
appear?: number | undefined;
|
|
3185
|
+
enter?: number | undefined;
|
|
3186
|
+
exit?: number | undefined;
|
|
3187
|
+
} | undefined;
|
|
2738
3188
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2739
3189
|
style?: import("react").CSSProperties | undefined;
|
|
2740
3190
|
slot?: string | undefined;
|
|
@@ -2745,27 +3195,27 @@ export declare const ChevronPosition: {
|
|
|
2745
3195
|
tabIndex?: number | undefined;
|
|
2746
3196
|
"aria-activedescendant"?: string | undefined;
|
|
2747
3197
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2748
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
3198
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2749
3199
|
"aria-braillelabel"?: string | undefined;
|
|
2750
3200
|
"aria-brailleroledescription"?: string | undefined;
|
|
2751
3201
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2752
|
-
"aria-checked"?: boolean | "
|
|
3202
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2753
3203
|
"aria-colcount"?: number | undefined;
|
|
2754
3204
|
"aria-colindex"?: number | undefined;
|
|
2755
3205
|
"aria-colindextext"?: string | undefined;
|
|
2756
3206
|
"aria-colspan"?: number | undefined;
|
|
2757
3207
|
"aria-controls"?: string | undefined;
|
|
2758
|
-
"aria-current"?: boolean | "
|
|
3208
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2759
3209
|
"aria-describedby"?: string | undefined;
|
|
2760
3210
|
"aria-description"?: string | undefined;
|
|
2761
3211
|
"aria-details"?: string | undefined;
|
|
2762
3212
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2763
|
-
"aria-dropeffect"?: "
|
|
3213
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2764
3214
|
"aria-errormessage"?: string | undefined;
|
|
2765
3215
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2766
3216
|
"aria-flowto"?: string | undefined;
|
|
2767
3217
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2768
|
-
"aria-haspopup"?: boolean | "
|
|
3218
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2769
3219
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2770
3220
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2771
3221
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2780,9 +3230,9 @@ export declare const ChevronPosition: {
|
|
|
2780
3230
|
"aria-owns"?: string | undefined;
|
|
2781
3231
|
"aria-placeholder"?: string | undefined;
|
|
2782
3232
|
"aria-posinset"?: number | undefined;
|
|
2783
|
-
"aria-pressed"?: boolean | "
|
|
3233
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2784
3234
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2785
|
-
"aria-relevant"?: "
|
|
3235
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2786
3236
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2787
3237
|
"aria-roledescription"?: string | undefined;
|
|
2788
3238
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2966,7 +3416,7 @@ export declare const ChevronPosition: {
|
|
|
2966
3416
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2967
3417
|
accessKey?: string | undefined;
|
|
2968
3418
|
autoFocus?: boolean | undefined;
|
|
2969
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
3419
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2970
3420
|
contextMenu?: string | undefined;
|
|
2971
3421
|
dir?: string | undefined;
|
|
2972
3422
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2994,8 +3444,8 @@ export declare const ChevronPosition: {
|
|
|
2994
3444
|
itemRef?: string | undefined;
|
|
2995
3445
|
results?: number | undefined;
|
|
2996
3446
|
security?: string | undefined;
|
|
2997
|
-
unselectable?: "
|
|
2998
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
3447
|
+
unselectable?: "off" | "on" | undefined;
|
|
3448
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2999
3449
|
is?: string | undefined;
|
|
3000
3450
|
exit?: boolean | undefined;
|
|
3001
3451
|
mountOnEnter?: boolean | undefined;
|