@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
|
/**
|
|
3
6
|
*
|
|
@@ -14,22 +17,33 @@ declare const meta: {
|
|
|
14
17
|
badges: BADGE[];
|
|
15
18
|
layout: string;
|
|
16
19
|
};
|
|
17
|
-
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").
|
|
18
|
-
children?:
|
|
20
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
21
|
+
children?: import("react").ReactNode;
|
|
19
22
|
title?: string | undefined;
|
|
20
23
|
time?: string | undefined;
|
|
21
|
-
color?:
|
|
24
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
22
25
|
bgColor?: string | undefined;
|
|
23
26
|
border?: boolean | undefined;
|
|
24
|
-
chevronPosition?:
|
|
27
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
25
28
|
className?: string | undefined;
|
|
26
29
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
27
|
-
collapsedSize?:
|
|
28
|
-
component?:
|
|
29
|
-
easing?:
|
|
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;
|
|
30
36
|
in?: boolean | undefined;
|
|
31
|
-
orientation?:
|
|
32
|
-
timeout?:
|
|
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;
|
|
33
47
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
34
48
|
style?: import("react").CSSProperties | undefined;
|
|
35
49
|
slot?: string | undefined;
|
|
@@ -40,27 +54,27 @@ declare const meta: {
|
|
|
40
54
|
tabIndex?: number | undefined;
|
|
41
55
|
"aria-activedescendant"?: string | undefined;
|
|
42
56
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
43
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
57
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
44
58
|
"aria-braillelabel"?: string | undefined;
|
|
45
59
|
"aria-brailleroledescription"?: string | undefined;
|
|
46
60
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
47
|
-
"aria-checked"?: boolean | "
|
|
61
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
48
62
|
"aria-colcount"?: number | undefined;
|
|
49
63
|
"aria-colindex"?: number | undefined;
|
|
50
64
|
"aria-colindextext"?: string | undefined;
|
|
51
65
|
"aria-colspan"?: number | undefined;
|
|
52
66
|
"aria-controls"?: string | undefined;
|
|
53
|
-
"aria-current"?: boolean | "
|
|
67
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
54
68
|
"aria-describedby"?: string | undefined;
|
|
55
69
|
"aria-description"?: string | undefined;
|
|
56
70
|
"aria-details"?: string | undefined;
|
|
57
71
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
58
|
-
"aria-dropeffect"?: "
|
|
72
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
59
73
|
"aria-errormessage"?: string | undefined;
|
|
60
74
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
61
75
|
"aria-flowto"?: string | undefined;
|
|
62
76
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
63
|
-
"aria-haspopup"?: boolean | "
|
|
77
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
64
78
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
65
79
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
66
80
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -75,9 +89,9 @@ declare const meta: {
|
|
|
75
89
|
"aria-owns"?: string | undefined;
|
|
76
90
|
"aria-placeholder"?: string | undefined;
|
|
77
91
|
"aria-posinset"?: number | undefined;
|
|
78
|
-
"aria-pressed"?: boolean | "
|
|
92
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
79
93
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
80
|
-
"aria-relevant"?: "
|
|
94
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
81
95
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
82
96
|
"aria-roledescription"?: string | undefined;
|
|
83
97
|
"aria-rowcount"?: number | undefined;
|
|
@@ -261,7 +275,7 @@ declare const meta: {
|
|
|
261
275
|
suppressContentEditableWarning?: boolean | undefined;
|
|
262
276
|
accessKey?: string | undefined;
|
|
263
277
|
autoFocus?: boolean | undefined;
|
|
264
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
278
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
265
279
|
contextMenu?: string | undefined;
|
|
266
280
|
dir?: string | undefined;
|
|
267
281
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -289,8 +303,8 @@ declare const meta: {
|
|
|
289
303
|
itemRef?: string | undefined;
|
|
290
304
|
results?: number | undefined;
|
|
291
305
|
security?: string | undefined;
|
|
292
|
-
unselectable?: "
|
|
293
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
306
|
+
unselectable?: "off" | "on" | undefined;
|
|
307
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
294
308
|
is?: string | undefined;
|
|
295
309
|
exit?: boolean | undefined;
|
|
296
310
|
mountOnEnter?: boolean | undefined;
|
|
@@ -306,13 +320,46 @@ declare const meta: {
|
|
|
306
320
|
enter?: boolean | undefined;
|
|
307
321
|
ref?: import("react").Ref<unknown> | undefined;
|
|
308
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
|
+
};
|
|
344
|
+
};
|
|
309
345
|
};
|
|
310
346
|
export default meta;
|
|
311
347
|
export declare const Default: {
|
|
312
348
|
args: {
|
|
349
|
+
bgColor: string;
|
|
313
350
|
title: string;
|
|
314
351
|
time: string;
|
|
315
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
|
+
};
|
|
316
363
|
};
|
|
317
364
|
parameters: {
|
|
318
365
|
docs: {
|
|
@@ -321,22 +368,33 @@ export declare const Default: {
|
|
|
321
368
|
};
|
|
322
369
|
};
|
|
323
370
|
};
|
|
324
|
-
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
325
|
-
children?:
|
|
371
|
+
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
372
|
+
children?: import("react").ReactNode;
|
|
326
373
|
title?: string | undefined;
|
|
327
374
|
time?: string | undefined;
|
|
328
|
-
color?:
|
|
375
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
329
376
|
bgColor?: string | undefined;
|
|
330
377
|
border?: boolean | undefined;
|
|
331
|
-
chevronPosition?:
|
|
378
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
332
379
|
className?: string | undefined;
|
|
333
380
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
334
|
-
collapsedSize?:
|
|
335
|
-
component?:
|
|
336
|
-
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;
|
|
337
387
|
in?: boolean | undefined;
|
|
338
|
-
orientation?:
|
|
339
|
-
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;
|
|
340
398
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
341
399
|
style?: import("react").CSSProperties | undefined;
|
|
342
400
|
slot?: string | undefined;
|
|
@@ -347,27 +405,27 @@ export declare const Default: {
|
|
|
347
405
|
tabIndex?: number | undefined;
|
|
348
406
|
"aria-activedescendant"?: string | undefined;
|
|
349
407
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
350
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
408
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
351
409
|
"aria-braillelabel"?: string | undefined;
|
|
352
410
|
"aria-brailleroledescription"?: string | undefined;
|
|
353
411
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
354
|
-
"aria-checked"?: boolean | "
|
|
412
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
355
413
|
"aria-colcount"?: number | undefined;
|
|
356
414
|
"aria-colindex"?: number | undefined;
|
|
357
415
|
"aria-colindextext"?: string | undefined;
|
|
358
416
|
"aria-colspan"?: number | undefined;
|
|
359
417
|
"aria-controls"?: string | undefined;
|
|
360
|
-
"aria-current"?: boolean | "
|
|
418
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
361
419
|
"aria-describedby"?: string | undefined;
|
|
362
420
|
"aria-description"?: string | undefined;
|
|
363
421
|
"aria-details"?: string | undefined;
|
|
364
422
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
365
|
-
"aria-dropeffect"?: "
|
|
423
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
366
424
|
"aria-errormessage"?: string | undefined;
|
|
367
425
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
368
426
|
"aria-flowto"?: string | undefined;
|
|
369
427
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
370
|
-
"aria-haspopup"?: boolean | "
|
|
428
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
371
429
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
372
430
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
373
431
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -382,9 +440,9 @@ export declare const Default: {
|
|
|
382
440
|
"aria-owns"?: string | undefined;
|
|
383
441
|
"aria-placeholder"?: string | undefined;
|
|
384
442
|
"aria-posinset"?: number | undefined;
|
|
385
|
-
"aria-pressed"?: boolean | "
|
|
443
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
386
444
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
387
|
-
"aria-relevant"?: "
|
|
445
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
388
446
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
389
447
|
"aria-roledescription"?: string | undefined;
|
|
390
448
|
"aria-rowcount"?: number | undefined;
|
|
@@ -568,7 +626,7 @@ export declare const Default: {
|
|
|
568
626
|
suppressContentEditableWarning?: boolean | undefined;
|
|
569
627
|
accessKey?: string | undefined;
|
|
570
628
|
autoFocus?: boolean | undefined;
|
|
571
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
629
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
572
630
|
contextMenu?: string | undefined;
|
|
573
631
|
dir?: string | undefined;
|
|
574
632
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -596,8 +654,8 @@ export declare const Default: {
|
|
|
596
654
|
itemRef?: string | undefined;
|
|
597
655
|
results?: number | undefined;
|
|
598
656
|
security?: string | undefined;
|
|
599
|
-
unselectable?: "
|
|
600
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
657
|
+
unselectable?: "off" | "on" | undefined;
|
|
658
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
601
659
|
is?: string | undefined;
|
|
602
660
|
exit?: boolean | undefined;
|
|
603
661
|
mountOnEnter?: boolean | undefined;
|
|
@@ -614,21 +672,32 @@ export declare const Default: {
|
|
|
614
672
|
ref?: import("react").Ref<unknown> | undefined;
|
|
615
673
|
}>) => Promise<void>;
|
|
616
674
|
render: (args: {
|
|
617
|
-
children?:
|
|
675
|
+
children?: import("react").ReactNode;
|
|
618
676
|
title?: string | undefined;
|
|
619
677
|
time?: string | undefined;
|
|
620
|
-
color?:
|
|
678
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
621
679
|
bgColor?: string | undefined;
|
|
622
680
|
border?: boolean | undefined;
|
|
623
|
-
chevronPosition?:
|
|
681
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
624
682
|
className?: string | undefined;
|
|
625
683
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
626
|
-
collapsedSize?:
|
|
627
|
-
component?:
|
|
628
|
-
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;
|
|
629
690
|
in?: boolean | undefined;
|
|
630
|
-
orientation?:
|
|
631
|
-
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;
|
|
632
701
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
633
702
|
style?: import("react").CSSProperties | undefined;
|
|
634
703
|
slot?: string | undefined;
|
|
@@ -639,27 +708,27 @@ export declare const Default: {
|
|
|
639
708
|
tabIndex?: number | undefined;
|
|
640
709
|
"aria-activedescendant"?: string | undefined;
|
|
641
710
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
642
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
711
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
643
712
|
"aria-braillelabel"?: string | undefined;
|
|
644
713
|
"aria-brailleroledescription"?: string | undefined;
|
|
645
714
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
646
|
-
"aria-checked"?: boolean | "
|
|
715
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
647
716
|
"aria-colcount"?: number | undefined;
|
|
648
717
|
"aria-colindex"?: number | undefined;
|
|
649
718
|
"aria-colindextext"?: string | undefined;
|
|
650
719
|
"aria-colspan"?: number | undefined;
|
|
651
720
|
"aria-controls"?: string | undefined;
|
|
652
|
-
"aria-current"?: boolean | "
|
|
721
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
653
722
|
"aria-describedby"?: string | undefined;
|
|
654
723
|
"aria-description"?: string | undefined;
|
|
655
724
|
"aria-details"?: string | undefined;
|
|
656
725
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
657
|
-
"aria-dropeffect"?: "
|
|
726
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
658
727
|
"aria-errormessage"?: string | undefined;
|
|
659
728
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
660
729
|
"aria-flowto"?: string | undefined;
|
|
661
730
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
662
|
-
"aria-haspopup"?: boolean | "
|
|
731
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
663
732
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
664
733
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
665
734
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -674,9 +743,9 @@ export declare const Default: {
|
|
|
674
743
|
"aria-owns"?: string | undefined;
|
|
675
744
|
"aria-placeholder"?: string | undefined;
|
|
676
745
|
"aria-posinset"?: number | undefined;
|
|
677
|
-
"aria-pressed"?: boolean | "
|
|
746
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
678
747
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
679
|
-
"aria-relevant"?: "
|
|
748
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
680
749
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
681
750
|
"aria-roledescription"?: string | undefined;
|
|
682
751
|
"aria-rowcount"?: number | undefined;
|
|
@@ -860,7 +929,7 @@ export declare const Default: {
|
|
|
860
929
|
suppressContentEditableWarning?: boolean | undefined;
|
|
861
930
|
accessKey?: string | undefined;
|
|
862
931
|
autoFocus?: boolean | undefined;
|
|
863
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
932
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
864
933
|
contextMenu?: string | undefined;
|
|
865
934
|
dir?: string | undefined;
|
|
866
935
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -888,8 +957,8 @@ export declare const Default: {
|
|
|
888
957
|
itemRef?: string | undefined;
|
|
889
958
|
results?: number | undefined;
|
|
890
959
|
security?: string | undefined;
|
|
891
|
-
unselectable?: "
|
|
892
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
960
|
+
unselectable?: "off" | "on" | undefined;
|
|
961
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
893
962
|
is?: string | undefined;
|
|
894
963
|
exit?: boolean | undefined;
|
|
895
964
|
mountOnEnter?: boolean | undefined;
|
|
@@ -922,22 +991,33 @@ export declare const AttachmentList: {
|
|
|
922
991
|
};
|
|
923
992
|
};
|
|
924
993
|
};
|
|
925
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
926
|
-
children?:
|
|
994
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
995
|
+
children?: import("react").ReactNode;
|
|
927
996
|
title?: string | undefined;
|
|
928
997
|
time?: string | undefined;
|
|
929
|
-
color?:
|
|
998
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
930
999
|
bgColor?: string | undefined;
|
|
931
1000
|
border?: boolean | undefined;
|
|
932
|
-
chevronPosition?:
|
|
1001
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
933
1002
|
className?: string | undefined;
|
|
934
1003
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
935
|
-
collapsedSize?:
|
|
936
|
-
component?:
|
|
937
|
-
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;
|
|
938
1010
|
in?: boolean | undefined;
|
|
939
|
-
orientation?:
|
|
940
|
-
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;
|
|
941
1021
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
942
1022
|
style?: import("react").CSSProperties | undefined;
|
|
943
1023
|
slot?: string | undefined;
|
|
@@ -948,27 +1028,27 @@ export declare const AttachmentList: {
|
|
|
948
1028
|
tabIndex?: number | undefined;
|
|
949
1029
|
"aria-activedescendant"?: string | undefined;
|
|
950
1030
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
951
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1031
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
952
1032
|
"aria-braillelabel"?: string | undefined;
|
|
953
1033
|
"aria-brailleroledescription"?: string | undefined;
|
|
954
1034
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
955
|
-
"aria-checked"?: boolean | "
|
|
1035
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
956
1036
|
"aria-colcount"?: number | undefined;
|
|
957
1037
|
"aria-colindex"?: number | undefined;
|
|
958
1038
|
"aria-colindextext"?: string | undefined;
|
|
959
1039
|
"aria-colspan"?: number | undefined;
|
|
960
1040
|
"aria-controls"?: string | undefined;
|
|
961
|
-
"aria-current"?: boolean | "
|
|
1041
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
962
1042
|
"aria-describedby"?: string | undefined;
|
|
963
1043
|
"aria-description"?: string | undefined;
|
|
964
1044
|
"aria-details"?: string | undefined;
|
|
965
1045
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
966
|
-
"aria-dropeffect"?: "
|
|
1046
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
967
1047
|
"aria-errormessage"?: string | undefined;
|
|
968
1048
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
969
1049
|
"aria-flowto"?: string | undefined;
|
|
970
1050
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
971
|
-
"aria-haspopup"?: boolean | "
|
|
1051
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
972
1052
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
973
1053
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
974
1054
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -983,9 +1063,9 @@ export declare const AttachmentList: {
|
|
|
983
1063
|
"aria-owns"?: string | undefined;
|
|
984
1064
|
"aria-placeholder"?: string | undefined;
|
|
985
1065
|
"aria-posinset"?: number | undefined;
|
|
986
|
-
"aria-pressed"?: boolean | "
|
|
1066
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
987
1067
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
988
|
-
"aria-relevant"?: "
|
|
1068
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
989
1069
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
990
1070
|
"aria-roledescription"?: string | undefined;
|
|
991
1071
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1169,7 +1249,7 @@ export declare const AttachmentList: {
|
|
|
1169
1249
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1170
1250
|
accessKey?: string | undefined;
|
|
1171
1251
|
autoFocus?: boolean | undefined;
|
|
1172
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1252
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1173
1253
|
contextMenu?: string | undefined;
|
|
1174
1254
|
dir?: string | undefined;
|
|
1175
1255
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1197,8 +1277,8 @@ export declare const AttachmentList: {
|
|
|
1197
1277
|
itemRef?: string | undefined;
|
|
1198
1278
|
results?: number | undefined;
|
|
1199
1279
|
security?: string | undefined;
|
|
1200
|
-
unselectable?: "
|
|
1201
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1280
|
+
unselectable?: "off" | "on" | undefined;
|
|
1281
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1202
1282
|
is?: string | undefined;
|
|
1203
1283
|
exit?: boolean | undefined;
|
|
1204
1284
|
mountOnEnter?: boolean | undefined;
|
|
@@ -1215,21 +1295,32 @@ export declare const AttachmentList: {
|
|
|
1215
1295
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1216
1296
|
}>) => Promise<void>;
|
|
1217
1297
|
render: (args: {
|
|
1218
|
-
children?:
|
|
1298
|
+
children?: import("react").ReactNode;
|
|
1219
1299
|
title?: string | undefined;
|
|
1220
1300
|
time?: string | undefined;
|
|
1221
|
-
color?:
|
|
1301
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
1222
1302
|
bgColor?: string | undefined;
|
|
1223
1303
|
border?: boolean | undefined;
|
|
1224
|
-
chevronPosition?:
|
|
1304
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
1225
1305
|
className?: string | undefined;
|
|
1226
1306
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
1227
|
-
collapsedSize?:
|
|
1228
|
-
component?:
|
|
1229
|
-
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;
|
|
1230
1313
|
in?: boolean | undefined;
|
|
1231
|
-
orientation?:
|
|
1232
|
-
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;
|
|
1233
1324
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1234
1325
|
style?: import("react").CSSProperties | undefined;
|
|
1235
1326
|
slot?: string | undefined;
|
|
@@ -1240,27 +1331,27 @@ export declare const AttachmentList: {
|
|
|
1240
1331
|
tabIndex?: number | undefined;
|
|
1241
1332
|
"aria-activedescendant"?: string | undefined;
|
|
1242
1333
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1243
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1334
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1244
1335
|
"aria-braillelabel"?: string | undefined;
|
|
1245
1336
|
"aria-brailleroledescription"?: string | undefined;
|
|
1246
1337
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1247
|
-
"aria-checked"?: boolean | "
|
|
1338
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1248
1339
|
"aria-colcount"?: number | undefined;
|
|
1249
1340
|
"aria-colindex"?: number | undefined;
|
|
1250
1341
|
"aria-colindextext"?: string | undefined;
|
|
1251
1342
|
"aria-colspan"?: number | undefined;
|
|
1252
1343
|
"aria-controls"?: string | undefined;
|
|
1253
|
-
"aria-current"?: boolean | "
|
|
1344
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1254
1345
|
"aria-describedby"?: string | undefined;
|
|
1255
1346
|
"aria-description"?: string | undefined;
|
|
1256
1347
|
"aria-details"?: string | undefined;
|
|
1257
1348
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1258
|
-
"aria-dropeffect"?: "
|
|
1349
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1259
1350
|
"aria-errormessage"?: string | undefined;
|
|
1260
1351
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1261
1352
|
"aria-flowto"?: string | undefined;
|
|
1262
1353
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1263
|
-
"aria-haspopup"?: boolean | "
|
|
1354
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1264
1355
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1265
1356
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1266
1357
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1275,9 +1366,9 @@ export declare const AttachmentList: {
|
|
|
1275
1366
|
"aria-owns"?: string | undefined;
|
|
1276
1367
|
"aria-placeholder"?: string | undefined;
|
|
1277
1368
|
"aria-posinset"?: number | undefined;
|
|
1278
|
-
"aria-pressed"?: boolean | "
|
|
1369
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1279
1370
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1280
|
-
"aria-relevant"?: "
|
|
1371
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1281
1372
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1282
1373
|
"aria-roledescription"?: string | undefined;
|
|
1283
1374
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1461,7 +1552,7 @@ export declare const AttachmentList: {
|
|
|
1461
1552
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1462
1553
|
accessKey?: string | undefined;
|
|
1463
1554
|
autoFocus?: boolean | undefined;
|
|
1464
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1555
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1465
1556
|
contextMenu?: string | undefined;
|
|
1466
1557
|
dir?: string | undefined;
|
|
1467
1558
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1489,8 +1580,8 @@ export declare const AttachmentList: {
|
|
|
1489
1580
|
itemRef?: string | undefined;
|
|
1490
1581
|
results?: number | undefined;
|
|
1491
1582
|
security?: string | undefined;
|
|
1492
|
-
unselectable?: "
|
|
1493
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1583
|
+
unselectable?: "off" | "on" | undefined;
|
|
1584
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1494
1585
|
is?: string | undefined;
|
|
1495
1586
|
exit?: boolean | undefined;
|
|
1496
1587
|
mountOnEnter?: boolean | undefined;
|
|
@@ -1519,22 +1610,33 @@ export declare const DetailedList: {
|
|
|
1519
1610
|
};
|
|
1520
1611
|
};
|
|
1521
1612
|
};
|
|
1522
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1523
|
-
children?:
|
|
1613
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1614
|
+
children?: import("react").ReactNode;
|
|
1524
1615
|
title?: string | undefined;
|
|
1525
1616
|
time?: string | undefined;
|
|
1526
|
-
color?:
|
|
1617
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
1527
1618
|
bgColor?: string | undefined;
|
|
1528
1619
|
border?: boolean | undefined;
|
|
1529
|
-
chevronPosition?:
|
|
1620
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
1530
1621
|
className?: string | undefined;
|
|
1531
1622
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
1532
|
-
collapsedSize?:
|
|
1533
|
-
component?:
|
|
1534
|
-
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;
|
|
1535
1629
|
in?: boolean | undefined;
|
|
1536
|
-
orientation?:
|
|
1537
|
-
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;
|
|
1538
1640
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1539
1641
|
style?: import("react").CSSProperties | undefined;
|
|
1540
1642
|
slot?: string | undefined;
|
|
@@ -1545,27 +1647,27 @@ export declare const DetailedList: {
|
|
|
1545
1647
|
tabIndex?: number | undefined;
|
|
1546
1648
|
"aria-activedescendant"?: string | undefined;
|
|
1547
1649
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1548
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1650
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1549
1651
|
"aria-braillelabel"?: string | undefined;
|
|
1550
1652
|
"aria-brailleroledescription"?: string | undefined;
|
|
1551
1653
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1552
|
-
"aria-checked"?: boolean | "
|
|
1654
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1553
1655
|
"aria-colcount"?: number | undefined;
|
|
1554
1656
|
"aria-colindex"?: number | undefined;
|
|
1555
1657
|
"aria-colindextext"?: string | undefined;
|
|
1556
1658
|
"aria-colspan"?: number | undefined;
|
|
1557
1659
|
"aria-controls"?: string | undefined;
|
|
1558
|
-
"aria-current"?: boolean | "
|
|
1660
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1559
1661
|
"aria-describedby"?: string | undefined;
|
|
1560
1662
|
"aria-description"?: string | undefined;
|
|
1561
1663
|
"aria-details"?: string | undefined;
|
|
1562
1664
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1563
|
-
"aria-dropeffect"?: "
|
|
1665
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1564
1666
|
"aria-errormessage"?: string | undefined;
|
|
1565
1667
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1566
1668
|
"aria-flowto"?: string | undefined;
|
|
1567
1669
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1568
|
-
"aria-haspopup"?: boolean | "
|
|
1670
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1569
1671
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1570
1672
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1571
1673
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1580,9 +1682,9 @@ export declare const DetailedList: {
|
|
|
1580
1682
|
"aria-owns"?: string | undefined;
|
|
1581
1683
|
"aria-placeholder"?: string | undefined;
|
|
1582
1684
|
"aria-posinset"?: number | undefined;
|
|
1583
|
-
"aria-pressed"?: boolean | "
|
|
1685
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1584
1686
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1585
|
-
"aria-relevant"?: "
|
|
1687
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1586
1688
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1587
1689
|
"aria-roledescription"?: string | undefined;
|
|
1588
1690
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1766,7 +1868,7 @@ export declare const DetailedList: {
|
|
|
1766
1868
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1767
1869
|
accessKey?: string | undefined;
|
|
1768
1870
|
autoFocus?: boolean | undefined;
|
|
1769
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1871
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1770
1872
|
contextMenu?: string | undefined;
|
|
1771
1873
|
dir?: string | undefined;
|
|
1772
1874
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1794,8 +1896,8 @@ export declare const DetailedList: {
|
|
|
1794
1896
|
itemRef?: string | undefined;
|
|
1795
1897
|
results?: number | undefined;
|
|
1796
1898
|
security?: string | undefined;
|
|
1797
|
-
unselectable?: "
|
|
1798
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1899
|
+
unselectable?: "off" | "on" | undefined;
|
|
1900
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1799
1901
|
is?: string | undefined;
|
|
1800
1902
|
exit?: boolean | undefined;
|
|
1801
1903
|
mountOnEnter?: boolean | undefined;
|
|
@@ -1812,21 +1914,32 @@ export declare const DetailedList: {
|
|
|
1812
1914
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1813
1915
|
}>) => Promise<void>;
|
|
1814
1916
|
render: (args: {
|
|
1815
|
-
children?:
|
|
1917
|
+
children?: import("react").ReactNode;
|
|
1816
1918
|
title?: string | undefined;
|
|
1817
1919
|
time?: string | undefined;
|
|
1818
|
-
color?:
|
|
1920
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
1819
1921
|
bgColor?: string | undefined;
|
|
1820
1922
|
border?: boolean | undefined;
|
|
1821
|
-
chevronPosition?:
|
|
1923
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
1822
1924
|
className?: string | undefined;
|
|
1823
1925
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
1824
|
-
collapsedSize?:
|
|
1825
|
-
component?:
|
|
1826
|
-
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;
|
|
1827
1932
|
in?: boolean | undefined;
|
|
1828
|
-
orientation?:
|
|
1829
|
-
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;
|
|
1830
1943
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1831
1944
|
style?: import("react").CSSProperties | undefined;
|
|
1832
1945
|
slot?: string | undefined;
|
|
@@ -1837,27 +1950,27 @@ export declare const DetailedList: {
|
|
|
1837
1950
|
tabIndex?: number | undefined;
|
|
1838
1951
|
"aria-activedescendant"?: string | undefined;
|
|
1839
1952
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1840
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1953
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1841
1954
|
"aria-braillelabel"?: string | undefined;
|
|
1842
1955
|
"aria-brailleroledescription"?: string | undefined;
|
|
1843
1956
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1844
|
-
"aria-checked"?: boolean | "
|
|
1957
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1845
1958
|
"aria-colcount"?: number | undefined;
|
|
1846
1959
|
"aria-colindex"?: number | undefined;
|
|
1847
1960
|
"aria-colindextext"?: string | undefined;
|
|
1848
1961
|
"aria-colspan"?: number | undefined;
|
|
1849
1962
|
"aria-controls"?: string | undefined;
|
|
1850
|
-
"aria-current"?: boolean | "
|
|
1963
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1851
1964
|
"aria-describedby"?: string | undefined;
|
|
1852
1965
|
"aria-description"?: string | undefined;
|
|
1853
1966
|
"aria-details"?: string | undefined;
|
|
1854
1967
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1855
|
-
"aria-dropeffect"?: "
|
|
1968
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1856
1969
|
"aria-errormessage"?: string | undefined;
|
|
1857
1970
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1858
1971
|
"aria-flowto"?: string | undefined;
|
|
1859
1972
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1860
|
-
"aria-haspopup"?: boolean | "
|
|
1973
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1861
1974
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1862
1975
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1863
1976
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1872,9 +1985,9 @@ export declare const DetailedList: {
|
|
|
1872
1985
|
"aria-owns"?: string | undefined;
|
|
1873
1986
|
"aria-placeholder"?: string | undefined;
|
|
1874
1987
|
"aria-posinset"?: number | undefined;
|
|
1875
|
-
"aria-pressed"?: boolean | "
|
|
1988
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1876
1989
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1877
|
-
"aria-relevant"?: "
|
|
1990
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1878
1991
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1879
1992
|
"aria-roledescription"?: string | undefined;
|
|
1880
1993
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2058,7 +2171,7 @@ export declare const DetailedList: {
|
|
|
2058
2171
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2059
2172
|
accessKey?: string | undefined;
|
|
2060
2173
|
autoFocus?: boolean | undefined;
|
|
2061
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2174
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2062
2175
|
contextMenu?: string | undefined;
|
|
2063
2176
|
dir?: string | undefined;
|
|
2064
2177
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2086,8 +2199,8 @@ export declare const DetailedList: {
|
|
|
2086
2199
|
itemRef?: string | undefined;
|
|
2087
2200
|
results?: number | undefined;
|
|
2088
2201
|
security?: string | undefined;
|
|
2089
|
-
unselectable?: "
|
|
2090
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2202
|
+
unselectable?: "off" | "on" | undefined;
|
|
2203
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2091
2204
|
is?: string | undefined;
|
|
2092
2205
|
exit?: boolean | undefined;
|
|
2093
2206
|
mountOnEnter?: boolean | undefined;
|
|
@@ -2117,22 +2230,33 @@ export declare const Colors: {
|
|
|
2117
2230
|
};
|
|
2118
2231
|
};
|
|
2119
2232
|
};
|
|
2120
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
2121
|
-
children?:
|
|
2233
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
2234
|
+
children?: import("react").ReactNode;
|
|
2122
2235
|
title?: string | undefined;
|
|
2123
2236
|
time?: string | undefined;
|
|
2124
|
-
color?:
|
|
2237
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
2125
2238
|
bgColor?: string | undefined;
|
|
2126
2239
|
border?: boolean | undefined;
|
|
2127
|
-
chevronPosition?:
|
|
2240
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
2128
2241
|
className?: string | undefined;
|
|
2129
2242
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
2130
|
-
collapsedSize?:
|
|
2131
|
-
component?:
|
|
2132
|
-
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;
|
|
2133
2249
|
in?: boolean | undefined;
|
|
2134
|
-
orientation?:
|
|
2135
|
-
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;
|
|
2136
2260
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2137
2261
|
style?: import("react").CSSProperties | undefined;
|
|
2138
2262
|
slot?: string | undefined;
|
|
@@ -2143,27 +2267,27 @@ export declare const Colors: {
|
|
|
2143
2267
|
tabIndex?: number | undefined;
|
|
2144
2268
|
"aria-activedescendant"?: string | undefined;
|
|
2145
2269
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2146
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2270
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2147
2271
|
"aria-braillelabel"?: string | undefined;
|
|
2148
2272
|
"aria-brailleroledescription"?: string | undefined;
|
|
2149
2273
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2150
|
-
"aria-checked"?: boolean | "
|
|
2274
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2151
2275
|
"aria-colcount"?: number | undefined;
|
|
2152
2276
|
"aria-colindex"?: number | undefined;
|
|
2153
2277
|
"aria-colindextext"?: string | undefined;
|
|
2154
2278
|
"aria-colspan"?: number | undefined;
|
|
2155
2279
|
"aria-controls"?: string | undefined;
|
|
2156
|
-
"aria-current"?: boolean | "
|
|
2280
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2157
2281
|
"aria-describedby"?: string | undefined;
|
|
2158
2282
|
"aria-description"?: string | undefined;
|
|
2159
2283
|
"aria-details"?: string | undefined;
|
|
2160
2284
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2161
|
-
"aria-dropeffect"?: "
|
|
2285
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2162
2286
|
"aria-errormessage"?: string | undefined;
|
|
2163
2287
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2164
2288
|
"aria-flowto"?: string | undefined;
|
|
2165
2289
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2166
|
-
"aria-haspopup"?: boolean | "
|
|
2290
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2167
2291
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2168
2292
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2169
2293
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2178,9 +2302,9 @@ export declare const Colors: {
|
|
|
2178
2302
|
"aria-owns"?: string | undefined;
|
|
2179
2303
|
"aria-placeholder"?: string | undefined;
|
|
2180
2304
|
"aria-posinset"?: number | undefined;
|
|
2181
|
-
"aria-pressed"?: boolean | "
|
|
2305
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2182
2306
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2183
|
-
"aria-relevant"?: "
|
|
2307
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2184
2308
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2185
2309
|
"aria-roledescription"?: string | undefined;
|
|
2186
2310
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2364,7 +2488,7 @@ export declare const Colors: {
|
|
|
2364
2488
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2365
2489
|
accessKey?: string | undefined;
|
|
2366
2490
|
autoFocus?: boolean | undefined;
|
|
2367
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2491
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2368
2492
|
contextMenu?: string | undefined;
|
|
2369
2493
|
dir?: string | undefined;
|
|
2370
2494
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2392,8 +2516,8 @@ export declare const Colors: {
|
|
|
2392
2516
|
itemRef?: string | undefined;
|
|
2393
2517
|
results?: number | undefined;
|
|
2394
2518
|
security?: string | undefined;
|
|
2395
|
-
unselectable?: "
|
|
2396
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2519
|
+
unselectable?: "off" | "on" | undefined;
|
|
2520
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2397
2521
|
is?: string | undefined;
|
|
2398
2522
|
exit?: boolean | undefined;
|
|
2399
2523
|
mountOnEnter?: boolean | undefined;
|
|
@@ -2410,21 +2534,32 @@ export declare const Colors: {
|
|
|
2410
2534
|
ref?: import("react").Ref<unknown> | undefined;
|
|
2411
2535
|
}>) => Promise<void>;
|
|
2412
2536
|
render: (args: {
|
|
2413
|
-
children?:
|
|
2537
|
+
children?: import("react").ReactNode;
|
|
2414
2538
|
title?: string | undefined;
|
|
2415
2539
|
time?: string | undefined;
|
|
2416
|
-
color?:
|
|
2540
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
2417
2541
|
bgColor?: string | undefined;
|
|
2418
2542
|
border?: boolean | undefined;
|
|
2419
|
-
chevronPosition?:
|
|
2543
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
2420
2544
|
className?: string | undefined;
|
|
2421
2545
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
2422
|
-
collapsedSize?:
|
|
2423
|
-
component?:
|
|
2424
|
-
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;
|
|
2425
2552
|
in?: boolean | undefined;
|
|
2426
|
-
orientation?:
|
|
2427
|
-
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;
|
|
2428
2563
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2429
2564
|
style?: import("react").CSSProperties | undefined;
|
|
2430
2565
|
slot?: string | undefined;
|
|
@@ -2435,27 +2570,27 @@ export declare const Colors: {
|
|
|
2435
2570
|
tabIndex?: number | undefined;
|
|
2436
2571
|
"aria-activedescendant"?: string | undefined;
|
|
2437
2572
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2438
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2573
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2439
2574
|
"aria-braillelabel"?: string | undefined;
|
|
2440
2575
|
"aria-brailleroledescription"?: string | undefined;
|
|
2441
2576
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2442
|
-
"aria-checked"?: boolean | "
|
|
2577
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2443
2578
|
"aria-colcount"?: number | undefined;
|
|
2444
2579
|
"aria-colindex"?: number | undefined;
|
|
2445
2580
|
"aria-colindextext"?: string | undefined;
|
|
2446
2581
|
"aria-colspan"?: number | undefined;
|
|
2447
2582
|
"aria-controls"?: string | undefined;
|
|
2448
|
-
"aria-current"?: boolean | "
|
|
2583
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2449
2584
|
"aria-describedby"?: string | undefined;
|
|
2450
2585
|
"aria-description"?: string | undefined;
|
|
2451
2586
|
"aria-details"?: string | undefined;
|
|
2452
2587
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2453
|
-
"aria-dropeffect"?: "
|
|
2588
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2454
2589
|
"aria-errormessage"?: string | undefined;
|
|
2455
2590
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2456
2591
|
"aria-flowto"?: string | undefined;
|
|
2457
2592
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2458
|
-
"aria-haspopup"?: boolean | "
|
|
2593
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2459
2594
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2460
2595
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2461
2596
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2470,9 +2605,9 @@ export declare const Colors: {
|
|
|
2470
2605
|
"aria-owns"?: string | undefined;
|
|
2471
2606
|
"aria-placeholder"?: string | undefined;
|
|
2472
2607
|
"aria-posinset"?: number | undefined;
|
|
2473
|
-
"aria-pressed"?: boolean | "
|
|
2608
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2474
2609
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2475
|
-
"aria-relevant"?: "
|
|
2610
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2476
2611
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2477
2612
|
"aria-roledescription"?: string | undefined;
|
|
2478
2613
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2656,7 +2791,7 @@ export declare const Colors: {
|
|
|
2656
2791
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2657
2792
|
accessKey?: string | undefined;
|
|
2658
2793
|
autoFocus?: boolean | undefined;
|
|
2659
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2794
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2660
2795
|
contextMenu?: string | undefined;
|
|
2661
2796
|
dir?: string | undefined;
|
|
2662
2797
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2684,8 +2819,8 @@ export declare const Colors: {
|
|
|
2684
2819
|
itemRef?: string | undefined;
|
|
2685
2820
|
results?: number | undefined;
|
|
2686
2821
|
security?: string | undefined;
|
|
2687
|
-
unselectable?: "
|
|
2688
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2822
|
+
unselectable?: "off" | "on" | undefined;
|
|
2823
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2689
2824
|
is?: string | undefined;
|
|
2690
2825
|
exit?: boolean | undefined;
|
|
2691
2826
|
mountOnEnter?: boolean | undefined;
|
|
@@ -2720,22 +2855,33 @@ export declare const ChevronPosition: {
|
|
|
2720
2855
|
};
|
|
2721
2856
|
};
|
|
2722
2857
|
};
|
|
2723
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
2724
|
-
children?:
|
|
2858
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
2859
|
+
children?: import("react").ReactNode;
|
|
2725
2860
|
title?: string | undefined;
|
|
2726
2861
|
time?: string | undefined;
|
|
2727
|
-
color?:
|
|
2862
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
2728
2863
|
bgColor?: string | undefined;
|
|
2729
2864
|
border?: boolean | undefined;
|
|
2730
|
-
chevronPosition?:
|
|
2865
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
2731
2866
|
className?: string | undefined;
|
|
2732
2867
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
2733
|
-
collapsedSize?:
|
|
2734
|
-
component?:
|
|
2735
|
-
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;
|
|
2736
2874
|
in?: boolean | undefined;
|
|
2737
|
-
orientation?:
|
|
2738
|
-
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;
|
|
2739
2885
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2740
2886
|
style?: import("react").CSSProperties | undefined;
|
|
2741
2887
|
slot?: string | undefined;
|
|
@@ -2746,27 +2892,27 @@ export declare const ChevronPosition: {
|
|
|
2746
2892
|
tabIndex?: number | undefined;
|
|
2747
2893
|
"aria-activedescendant"?: string | undefined;
|
|
2748
2894
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2749
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2895
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2750
2896
|
"aria-braillelabel"?: string | undefined;
|
|
2751
2897
|
"aria-brailleroledescription"?: string | undefined;
|
|
2752
2898
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2753
|
-
"aria-checked"?: boolean | "
|
|
2899
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2754
2900
|
"aria-colcount"?: number | undefined;
|
|
2755
2901
|
"aria-colindex"?: number | undefined;
|
|
2756
2902
|
"aria-colindextext"?: string | undefined;
|
|
2757
2903
|
"aria-colspan"?: number | undefined;
|
|
2758
2904
|
"aria-controls"?: string | undefined;
|
|
2759
|
-
"aria-current"?: boolean | "
|
|
2905
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2760
2906
|
"aria-describedby"?: string | undefined;
|
|
2761
2907
|
"aria-description"?: string | undefined;
|
|
2762
2908
|
"aria-details"?: string | undefined;
|
|
2763
2909
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2764
|
-
"aria-dropeffect"?: "
|
|
2910
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2765
2911
|
"aria-errormessage"?: string | undefined;
|
|
2766
2912
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2767
2913
|
"aria-flowto"?: string | undefined;
|
|
2768
2914
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2769
|
-
"aria-haspopup"?: boolean | "
|
|
2915
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2770
2916
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2771
2917
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2772
2918
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2781,9 +2927,9 @@ export declare const ChevronPosition: {
|
|
|
2781
2927
|
"aria-owns"?: string | undefined;
|
|
2782
2928
|
"aria-placeholder"?: string | undefined;
|
|
2783
2929
|
"aria-posinset"?: number | undefined;
|
|
2784
|
-
"aria-pressed"?: boolean | "
|
|
2930
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2785
2931
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2786
|
-
"aria-relevant"?: "
|
|
2932
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2787
2933
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2788
2934
|
"aria-roledescription"?: string | undefined;
|
|
2789
2935
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2967,7 +3113,7 @@ export declare const ChevronPosition: {
|
|
|
2967
3113
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2968
3114
|
accessKey?: string | undefined;
|
|
2969
3115
|
autoFocus?: boolean | undefined;
|
|
2970
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
3116
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2971
3117
|
contextMenu?: string | undefined;
|
|
2972
3118
|
dir?: string | undefined;
|
|
2973
3119
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2995,8 +3141,8 @@ export declare const ChevronPosition: {
|
|
|
2995
3141
|
itemRef?: string | undefined;
|
|
2996
3142
|
results?: number | undefined;
|
|
2997
3143
|
security?: string | undefined;
|
|
2998
|
-
unselectable?: "
|
|
2999
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
3144
|
+
unselectable?: "off" | "on" | undefined;
|
|
3145
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
3000
3146
|
is?: string | undefined;
|
|
3001
3147
|
exit?: boolean | undefined;
|
|
3002
3148
|
mountOnEnter?: boolean | undefined;
|
|
@@ -3013,21 +3159,32 @@ export declare const ChevronPosition: {
|
|
|
3013
3159
|
ref?: import("react").Ref<unknown> | undefined;
|
|
3014
3160
|
}>) => Promise<void>;
|
|
3015
3161
|
render: (args: {
|
|
3016
|
-
children?:
|
|
3162
|
+
children?: import("react").ReactNode;
|
|
3017
3163
|
title?: string | undefined;
|
|
3018
3164
|
time?: string | undefined;
|
|
3019
|
-
color?:
|
|
3165
|
+
color?: "primary" | "textPrimary" | undefined;
|
|
3020
3166
|
bgColor?: string | undefined;
|
|
3021
3167
|
border?: boolean | undefined;
|
|
3022
|
-
chevronPosition?:
|
|
3168
|
+
chevronPosition?: "end" | "start" | undefined;
|
|
3023
3169
|
className?: string | undefined;
|
|
3024
3170
|
classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
|
|
3025
|
-
collapsedSize?:
|
|
3026
|
-
component?:
|
|
3027
|
-
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;
|
|
3028
3177
|
in?: boolean | undefined;
|
|
3029
|
-
orientation?:
|
|
3030
|
-
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;
|
|
3031
3188
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
3032
3189
|
style?: import("react").CSSProperties | undefined;
|
|
3033
3190
|
slot?: string | undefined;
|
|
@@ -3038,27 +3195,27 @@ export declare const ChevronPosition: {
|
|
|
3038
3195
|
tabIndex?: number | undefined;
|
|
3039
3196
|
"aria-activedescendant"?: string | undefined;
|
|
3040
3197
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
3041
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
3198
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
3042
3199
|
"aria-braillelabel"?: string | undefined;
|
|
3043
3200
|
"aria-brailleroledescription"?: string | undefined;
|
|
3044
3201
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
3045
|
-
"aria-checked"?: boolean | "
|
|
3202
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3046
3203
|
"aria-colcount"?: number | undefined;
|
|
3047
3204
|
"aria-colindex"?: number | undefined;
|
|
3048
3205
|
"aria-colindextext"?: string | undefined;
|
|
3049
3206
|
"aria-colspan"?: number | undefined;
|
|
3050
3207
|
"aria-controls"?: string | undefined;
|
|
3051
|
-
"aria-current"?: boolean | "
|
|
3208
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
3052
3209
|
"aria-describedby"?: string | undefined;
|
|
3053
3210
|
"aria-description"?: string | undefined;
|
|
3054
3211
|
"aria-details"?: string | undefined;
|
|
3055
3212
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
3056
|
-
"aria-dropeffect"?: "
|
|
3213
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
3057
3214
|
"aria-errormessage"?: string | undefined;
|
|
3058
3215
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3059
3216
|
"aria-flowto"?: string | undefined;
|
|
3060
3217
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3061
|
-
"aria-haspopup"?: boolean | "
|
|
3218
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
3062
3219
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3063
3220
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3064
3221
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -3073,9 +3230,9 @@ export declare const ChevronPosition: {
|
|
|
3073
3230
|
"aria-owns"?: string | undefined;
|
|
3074
3231
|
"aria-placeholder"?: string | undefined;
|
|
3075
3232
|
"aria-posinset"?: number | undefined;
|
|
3076
|
-
"aria-pressed"?: boolean | "
|
|
3233
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3077
3234
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
3078
|
-
"aria-relevant"?: "
|
|
3235
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3079
3236
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
3080
3237
|
"aria-roledescription"?: string | undefined;
|
|
3081
3238
|
"aria-rowcount"?: number | undefined;
|
|
@@ -3259,7 +3416,7 @@ export declare const ChevronPosition: {
|
|
|
3259
3416
|
suppressContentEditableWarning?: boolean | undefined;
|
|
3260
3417
|
accessKey?: string | undefined;
|
|
3261
3418
|
autoFocus?: boolean | undefined;
|
|
3262
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
3419
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
3263
3420
|
contextMenu?: string | undefined;
|
|
3264
3421
|
dir?: string | undefined;
|
|
3265
3422
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -3287,8 +3444,8 @@ export declare const ChevronPosition: {
|
|
|
3287
3444
|
itemRef?: string | undefined;
|
|
3288
3445
|
results?: number | undefined;
|
|
3289
3446
|
security?: string | undefined;
|
|
3290
|
-
unselectable?: "
|
|
3291
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
3447
|
+
unselectable?: "off" | "on" | undefined;
|
|
3448
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
3292
3449
|
is?: string | undefined;
|
|
3293
3450
|
exit?: boolean | undefined;
|
|
3294
3451
|
mountOnEnter?: boolean | undefined;
|