@galaxy-ds/core 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.stories.d.ts +361 -204
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +33 -23
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +49 -17
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +92 -62
- package/dist/ActivityLog/ActivityLog.stories.d.ts +22 -4
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +105 -85
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +480 -329
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +233 -194
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +249 -174
- package/dist/BottomListButton/BottomListButton.stories.d.ts +67 -43
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +67 -57
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +77 -52
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +473 -423
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +49 -29
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +320 -235
- package/dist/Chip/Chip.stories.d.ts +439 -112
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +3 -2
- package/dist/DatePicker/DatePicker.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +34 -33
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +232 -137
- package/dist/Divider/Divider.stories.d.ts +81 -53
- package/dist/Drawer/Drawer.stories.d.ts +141 -87
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +103 -86
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +529 -460
- package/dist/EmptyState/EmptyState.stories.d.ts +6 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -12
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +4 -3
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +4 -3
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +336 -52
- package/dist/FormHeader/FormHeader.stories.d.ts +6 -5
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1001 -22
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +175 -155
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +628 -618
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +98 -52
- package/dist/Icons/doctype-icons.stories.d.ts +827 -824
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2521 -1054
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -1
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +795 -840
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29270 -36
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29256 -19
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- package/package.json +4 -1
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
* `BottomListButton` is a ListItem button that sticks to the bottom of a container (list box, paper).
|
|
@@ -17,9 +20,29 @@ declare const meta: {
|
|
|
17
20
|
argTypes: {
|
|
18
21
|
onFocusVisible: {
|
|
19
22
|
control: {
|
|
23
|
+
type: undefined;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
onClick: {
|
|
27
|
+
control: {
|
|
28
|
+
type: undefined;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
ref: {
|
|
32
|
+
control: {
|
|
33
|
+
type: undefined;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
component: {
|
|
37
|
+
table: {
|
|
20
38
|
disable: boolean;
|
|
21
39
|
};
|
|
22
40
|
};
|
|
41
|
+
LinkComponent: {
|
|
42
|
+
control: {
|
|
43
|
+
type: undefined;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
23
46
|
};
|
|
24
47
|
};
|
|
25
48
|
export default meta;
|
|
@@ -27,13 +50,14 @@ export declare const Default: {
|
|
|
27
50
|
args: {
|
|
28
51
|
label: string;
|
|
29
52
|
onClick: import("@vitest/spy").Mock<[e: import("react").MouseEvent<Element, MouseEvent>], void>;
|
|
53
|
+
alignItems: "center";
|
|
30
54
|
};
|
|
31
|
-
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
55
|
+
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
32
56
|
label?: string | undefined;
|
|
33
|
-
onClick?: ((e:
|
|
34
|
-
alignItems?:
|
|
57
|
+
onClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
58
|
+
alignItems?: "center" | "flex-start" | undefined;
|
|
35
59
|
autoFocus?: boolean | undefined;
|
|
36
|
-
children?:
|
|
60
|
+
children?: import("react").ReactNode;
|
|
37
61
|
classes?: (Partial<import("@mui/material").ListItemButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
38
62
|
dense?: boolean | undefined;
|
|
39
63
|
disabled?: boolean | undefined;
|
|
@@ -41,20 +65,20 @@ export declare const Default: {
|
|
|
41
65
|
divider?: boolean | undefined;
|
|
42
66
|
selected?: boolean | undefined;
|
|
43
67
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
44
|
-
tabIndex?:
|
|
45
|
-
action?:
|
|
68
|
+
tabIndex?: number | undefined;
|
|
69
|
+
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
46
70
|
centerRipple?: boolean | undefined;
|
|
47
71
|
disableRipple?: boolean | undefined;
|
|
48
72
|
disableTouchRipple?: boolean | undefined;
|
|
49
73
|
focusRipple?: boolean | undefined;
|
|
50
74
|
focusVisibleClassName?: string | undefined;
|
|
51
|
-
LinkComponent?:
|
|
52
|
-
onFocusVisible?:
|
|
75
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
76
|
+
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
53
77
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
54
|
-
touchRippleRef?:
|
|
78
|
+
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
55
79
|
className?: string | undefined;
|
|
56
|
-
style?:
|
|
57
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
80
|
+
style?: import("react").CSSProperties | undefined;
|
|
81
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
58
82
|
color?: string | undefined;
|
|
59
83
|
slot?: string | undefined;
|
|
60
84
|
title?: string | undefined;
|
|
@@ -64,27 +88,27 @@ export declare const Default: {
|
|
|
64
88
|
role?: import("react").AriaRole | undefined;
|
|
65
89
|
"aria-activedescendant"?: string | undefined;
|
|
66
90
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
67
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
91
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
68
92
|
"aria-braillelabel"?: string | undefined;
|
|
69
93
|
"aria-brailleroledescription"?: string | undefined;
|
|
70
94
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
71
|
-
"aria-checked"?: boolean | "
|
|
95
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
72
96
|
"aria-colcount"?: number | undefined;
|
|
73
97
|
"aria-colindex"?: number | undefined;
|
|
74
98
|
"aria-colindextext"?: string | undefined;
|
|
75
99
|
"aria-colspan"?: number | undefined;
|
|
76
100
|
"aria-controls"?: string | undefined;
|
|
77
|
-
"aria-current"?: boolean | "
|
|
101
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
78
102
|
"aria-describedby"?: string | undefined;
|
|
79
103
|
"aria-description"?: string | undefined;
|
|
80
104
|
"aria-details"?: string | undefined;
|
|
81
105
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
82
|
-
"aria-dropeffect"?: "
|
|
106
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
83
107
|
"aria-errormessage"?: string | undefined;
|
|
84
108
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
85
109
|
"aria-flowto"?: string | undefined;
|
|
86
110
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
87
|
-
"aria-haspopup"?: boolean | "
|
|
111
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
88
112
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
89
113
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
90
114
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -99,9 +123,9 @@ export declare const Default: {
|
|
|
99
123
|
"aria-owns"?: string | undefined;
|
|
100
124
|
"aria-placeholder"?: string | undefined;
|
|
101
125
|
"aria-posinset"?: number | undefined;
|
|
102
|
-
"aria-pressed"?: boolean | "
|
|
126
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
103
127
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
104
|
-
"aria-relevant"?: "
|
|
128
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
105
129
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
106
130
|
"aria-roledescription"?: string | undefined;
|
|
107
131
|
"aria-rowcount"?: number | undefined;
|
|
@@ -284,7 +308,7 @@ export declare const Default: {
|
|
|
284
308
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
285
309
|
suppressContentEditableWarning?: boolean | undefined;
|
|
286
310
|
accessKey?: string | undefined;
|
|
287
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
311
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
288
312
|
contextMenu?: string | undefined;
|
|
289
313
|
dir?: string | undefined;
|
|
290
314
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -312,17 +336,17 @@ export declare const Default: {
|
|
|
312
336
|
itemRef?: string | undefined;
|
|
313
337
|
results?: number | undefined;
|
|
314
338
|
security?: string | undefined;
|
|
315
|
-
unselectable?: "
|
|
316
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
339
|
+
unselectable?: "off" | "on" | undefined;
|
|
340
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
317
341
|
is?: string | undefined;
|
|
318
|
-
component?:
|
|
342
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
319
343
|
}>) => Promise<void>;
|
|
320
344
|
render: (args: {
|
|
321
345
|
label?: string | undefined;
|
|
322
|
-
onClick?: ((e:
|
|
323
|
-
alignItems?:
|
|
346
|
+
onClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
347
|
+
alignItems?: "center" | "flex-start" | undefined;
|
|
324
348
|
autoFocus?: boolean | undefined;
|
|
325
|
-
children?:
|
|
349
|
+
children?: import("react").ReactNode;
|
|
326
350
|
classes?: (Partial<import("@mui/material").ListItemButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
327
351
|
dense?: boolean | undefined;
|
|
328
352
|
disabled?: boolean | undefined;
|
|
@@ -330,20 +354,20 @@ export declare const Default: {
|
|
|
330
354
|
divider?: boolean | undefined;
|
|
331
355
|
selected?: boolean | undefined;
|
|
332
356
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
333
|
-
tabIndex?:
|
|
334
|
-
action?:
|
|
357
|
+
tabIndex?: number | undefined;
|
|
358
|
+
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
335
359
|
centerRipple?: boolean | undefined;
|
|
336
360
|
disableRipple?: boolean | undefined;
|
|
337
361
|
disableTouchRipple?: boolean | undefined;
|
|
338
362
|
focusRipple?: boolean | undefined;
|
|
339
363
|
focusVisibleClassName?: string | undefined;
|
|
340
|
-
LinkComponent?:
|
|
341
|
-
onFocusVisible?:
|
|
364
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
365
|
+
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
342
366
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
343
|
-
touchRippleRef?:
|
|
367
|
+
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
344
368
|
className?: string | undefined;
|
|
345
|
-
style?:
|
|
346
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
369
|
+
style?: import("react").CSSProperties | undefined;
|
|
370
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
347
371
|
color?: string | undefined;
|
|
348
372
|
slot?: string | undefined;
|
|
349
373
|
title?: string | undefined;
|
|
@@ -353,27 +377,27 @@ export declare const Default: {
|
|
|
353
377
|
role?: import("react").AriaRole | undefined;
|
|
354
378
|
"aria-activedescendant"?: string | undefined;
|
|
355
379
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
356
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
380
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
357
381
|
"aria-braillelabel"?: string | undefined;
|
|
358
382
|
"aria-brailleroledescription"?: string | undefined;
|
|
359
383
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
360
|
-
"aria-checked"?: boolean | "
|
|
384
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
361
385
|
"aria-colcount"?: number | undefined;
|
|
362
386
|
"aria-colindex"?: number | undefined;
|
|
363
387
|
"aria-colindextext"?: string | undefined;
|
|
364
388
|
"aria-colspan"?: number | undefined;
|
|
365
389
|
"aria-controls"?: string | undefined;
|
|
366
|
-
"aria-current"?: boolean | "
|
|
390
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
367
391
|
"aria-describedby"?: string | undefined;
|
|
368
392
|
"aria-description"?: string | undefined;
|
|
369
393
|
"aria-details"?: string | undefined;
|
|
370
394
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
371
|
-
"aria-dropeffect"?: "
|
|
395
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
372
396
|
"aria-errormessage"?: string | undefined;
|
|
373
397
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
374
398
|
"aria-flowto"?: string | undefined;
|
|
375
399
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
376
|
-
"aria-haspopup"?: boolean | "
|
|
400
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
377
401
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
378
402
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
379
403
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -388,9 +412,9 @@ export declare const Default: {
|
|
|
388
412
|
"aria-owns"?: string | undefined;
|
|
389
413
|
"aria-placeholder"?: string | undefined;
|
|
390
414
|
"aria-posinset"?: number | undefined;
|
|
391
|
-
"aria-pressed"?: boolean | "
|
|
415
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
392
416
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
393
|
-
"aria-relevant"?: "
|
|
417
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
394
418
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
395
419
|
"aria-roledescription"?: string | undefined;
|
|
396
420
|
"aria-rowcount"?: number | undefined;
|
|
@@ -573,7 +597,7 @@ export declare const Default: {
|
|
|
573
597
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
574
598
|
suppressContentEditableWarning?: boolean | undefined;
|
|
575
599
|
accessKey?: string | undefined;
|
|
576
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
600
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
577
601
|
contextMenu?: string | undefined;
|
|
578
602
|
dir?: string | undefined;
|
|
579
603
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -601,9 +625,9 @@ export declare const Default: {
|
|
|
601
625
|
itemRef?: string | undefined;
|
|
602
626
|
results?: number | undefined;
|
|
603
627
|
security?: string | undefined;
|
|
604
|
-
unselectable?: "
|
|
605
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
628
|
+
unselectable?: "off" | "on" | undefined;
|
|
629
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
606
630
|
is?: string | undefined;
|
|
607
|
-
component?:
|
|
631
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
608
632
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
609
633
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const Root: import("@emotion/styled").StyledComponent<import("../ListItem").ListItemProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
2
3
|
export declare const ListButtonText: import("@emotion/styled").StyledComponent<Omit<import("..").TypographyProps, "ref"> & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
3
4
|
export declare const Divider: import("@emotion/styled").StyledComponent<import("@mui/material").DividerOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref"> & {
|
|
4
|
-
ref?: ((instance: HTMLHRElement | null) => void
|
|
5
|
+
ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject<HTMLHRElement> | null | undefined;
|
|
5
6
|
}, "children" | "classes" | "className" | "style" | "sx" | "orientation" | "variant" | "textAlign" | "absolute" | "light" | "flexItem"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|