@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
|
*
|
|
@@ -12,30 +15,52 @@ declare const meta: {
|
|
|
12
15
|
badges: BADGE[];
|
|
13
16
|
layout: string;
|
|
14
17
|
};
|
|
18
|
+
argTypes: {
|
|
19
|
+
children: {
|
|
20
|
+
control: {
|
|
21
|
+
type: undefined;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
separator: {
|
|
25
|
+
control: {
|
|
26
|
+
type: undefined;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
ref: {
|
|
30
|
+
control: {
|
|
31
|
+
type: undefined;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
component: {
|
|
35
|
+
table: {
|
|
36
|
+
disable: boolean;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
15
40
|
};
|
|
16
41
|
export default meta;
|
|
17
42
|
export declare const Default: {
|
|
18
43
|
args: {};
|
|
19
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
20
|
-
children?:
|
|
44
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
45
|
+
children?: import("react").ReactNode;
|
|
21
46
|
classes?: (Partial<import("@mui/material").BreadcrumbsClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
22
47
|
slots?: {
|
|
23
|
-
CollapsedIcon?:
|
|
48
|
+
CollapsedIcon?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
24
49
|
} | undefined;
|
|
25
50
|
slotProps?: {
|
|
26
51
|
collapsedIcon?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
27
52
|
muiName: string;
|
|
28
|
-
}, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState
|
|
53
|
+
}, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState> | undefined;
|
|
29
54
|
} | undefined;
|
|
30
55
|
expandText?: string | undefined;
|
|
31
56
|
itemsAfterCollapse?: number | undefined;
|
|
32
57
|
itemsBeforeCollapse?: number | undefined;
|
|
33
58
|
maxItems?: number | undefined;
|
|
34
|
-
separator?:
|
|
59
|
+
separator?: import("react").ReactNode;
|
|
35
60
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
36
61
|
className?: string | undefined;
|
|
37
|
-
style?:
|
|
38
|
-
ref?: ((instance: HTMLElement | null) => void
|
|
62
|
+
style?: import("react").CSSProperties | undefined;
|
|
63
|
+
ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
39
64
|
color?: string | undefined;
|
|
40
65
|
slot?: string | undefined;
|
|
41
66
|
title?: string | undefined;
|
|
@@ -46,27 +71,27 @@ export declare const Default: {
|
|
|
46
71
|
tabIndex?: number | undefined;
|
|
47
72
|
"aria-activedescendant"?: string | undefined;
|
|
48
73
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
49
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
74
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
50
75
|
"aria-braillelabel"?: string | undefined;
|
|
51
76
|
"aria-brailleroledescription"?: string | undefined;
|
|
52
77
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
53
|
-
"aria-checked"?: boolean | "
|
|
78
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
54
79
|
"aria-colcount"?: number | undefined;
|
|
55
80
|
"aria-colindex"?: number | undefined;
|
|
56
81
|
"aria-colindextext"?: string | undefined;
|
|
57
82
|
"aria-colspan"?: number | undefined;
|
|
58
83
|
"aria-controls"?: string | undefined;
|
|
59
|
-
"aria-current"?: boolean | "
|
|
84
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
60
85
|
"aria-describedby"?: string | undefined;
|
|
61
86
|
"aria-description"?: string | undefined;
|
|
62
87
|
"aria-details"?: string | undefined;
|
|
63
88
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
64
|
-
"aria-dropeffect"?: "
|
|
89
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
65
90
|
"aria-errormessage"?: string | undefined;
|
|
66
91
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
67
92
|
"aria-flowto"?: string | undefined;
|
|
68
93
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
69
|
-
"aria-haspopup"?: boolean | "
|
|
94
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
70
95
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
71
96
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
72
97
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -81,9 +106,9 @@ export declare const Default: {
|
|
|
81
106
|
"aria-owns"?: string | undefined;
|
|
82
107
|
"aria-placeholder"?: string | undefined;
|
|
83
108
|
"aria-posinset"?: number | undefined;
|
|
84
|
-
"aria-pressed"?: boolean | "
|
|
109
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
85
110
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
86
|
-
"aria-relevant"?: "
|
|
111
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
87
112
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
88
113
|
"aria-roledescription"?: string | undefined;
|
|
89
114
|
"aria-rowcount"?: number | undefined;
|
|
@@ -268,7 +293,7 @@ export declare const Default: {
|
|
|
268
293
|
suppressContentEditableWarning?: boolean | undefined;
|
|
269
294
|
accessKey?: string | undefined;
|
|
270
295
|
autoFocus?: boolean | undefined;
|
|
271
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
296
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
272
297
|
contextMenu?: string | undefined;
|
|
273
298
|
dir?: string | undefined;
|
|
274
299
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -296,31 +321,31 @@ export declare const Default: {
|
|
|
296
321
|
itemRef?: string | undefined;
|
|
297
322
|
results?: number | undefined;
|
|
298
323
|
security?: string | undefined;
|
|
299
|
-
unselectable?: "
|
|
300
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
324
|
+
unselectable?: "off" | "on" | undefined;
|
|
325
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
301
326
|
is?: string | undefined;
|
|
302
|
-
component?:
|
|
327
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
303
328
|
}>) => Promise<void>;
|
|
304
329
|
render: (args: {
|
|
305
|
-
children?:
|
|
330
|
+
children?: import("react").ReactNode;
|
|
306
331
|
classes?: (Partial<import("@mui/material").BreadcrumbsClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
307
332
|
slots?: {
|
|
308
|
-
CollapsedIcon?:
|
|
333
|
+
CollapsedIcon?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
309
334
|
} | undefined;
|
|
310
335
|
slotProps?: {
|
|
311
336
|
collapsedIcon?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
312
337
|
muiName: string;
|
|
313
|
-
}, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState
|
|
338
|
+
}, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState> | undefined;
|
|
314
339
|
} | undefined;
|
|
315
340
|
expandText?: string | undefined;
|
|
316
341
|
itemsAfterCollapse?: number | undefined;
|
|
317
342
|
itemsBeforeCollapse?: number | undefined;
|
|
318
343
|
maxItems?: number | undefined;
|
|
319
|
-
separator?:
|
|
344
|
+
separator?: import("react").ReactNode;
|
|
320
345
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
321
346
|
className?: string | undefined;
|
|
322
|
-
style?:
|
|
323
|
-
ref?: ((instance: HTMLElement | null) => void
|
|
347
|
+
style?: import("react").CSSProperties | undefined;
|
|
348
|
+
ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
324
349
|
color?: string | undefined;
|
|
325
350
|
slot?: string | undefined;
|
|
326
351
|
title?: string | undefined;
|
|
@@ -331,27 +356,27 @@ export declare const Default: {
|
|
|
331
356
|
tabIndex?: number | undefined;
|
|
332
357
|
"aria-activedescendant"?: string | undefined;
|
|
333
358
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
334
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
359
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
335
360
|
"aria-braillelabel"?: string | undefined;
|
|
336
361
|
"aria-brailleroledescription"?: string | undefined;
|
|
337
362
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
338
|
-
"aria-checked"?: boolean | "
|
|
363
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
339
364
|
"aria-colcount"?: number | undefined;
|
|
340
365
|
"aria-colindex"?: number | undefined;
|
|
341
366
|
"aria-colindextext"?: string | undefined;
|
|
342
367
|
"aria-colspan"?: number | undefined;
|
|
343
368
|
"aria-controls"?: string | undefined;
|
|
344
|
-
"aria-current"?: boolean | "
|
|
369
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
345
370
|
"aria-describedby"?: string | undefined;
|
|
346
371
|
"aria-description"?: string | undefined;
|
|
347
372
|
"aria-details"?: string | undefined;
|
|
348
373
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
349
|
-
"aria-dropeffect"?: "
|
|
374
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
350
375
|
"aria-errormessage"?: string | undefined;
|
|
351
376
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
352
377
|
"aria-flowto"?: string | undefined;
|
|
353
378
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
354
|
-
"aria-haspopup"?: boolean | "
|
|
379
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
355
380
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
356
381
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
357
382
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -366,9 +391,9 @@ export declare const Default: {
|
|
|
366
391
|
"aria-owns"?: string | undefined;
|
|
367
392
|
"aria-placeholder"?: string | undefined;
|
|
368
393
|
"aria-posinset"?: number | undefined;
|
|
369
|
-
"aria-pressed"?: boolean | "
|
|
394
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
370
395
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
371
|
-
"aria-relevant"?: "
|
|
396
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
372
397
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
373
398
|
"aria-roledescription"?: string | undefined;
|
|
374
399
|
"aria-rowcount"?: number | undefined;
|
|
@@ -553,7 +578,7 @@ export declare const Default: {
|
|
|
553
578
|
suppressContentEditableWarning?: boolean | undefined;
|
|
554
579
|
accessKey?: string | undefined;
|
|
555
580
|
autoFocus?: boolean | undefined;
|
|
556
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
581
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
557
582
|
contextMenu?: string | undefined;
|
|
558
583
|
dir?: string | undefined;
|
|
559
584
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -581,10 +606,10 @@ export declare const Default: {
|
|
|
581
606
|
itemRef?: string | undefined;
|
|
582
607
|
results?: number | undefined;
|
|
583
608
|
security?: string | undefined;
|
|
584
|
-
unselectable?: "
|
|
585
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
609
|
+
unselectable?: "off" | "on" | undefined;
|
|
610
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
586
611
|
is?: string | undefined;
|
|
587
|
-
component?:
|
|
612
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
588
613
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
589
614
|
};
|
|
590
615
|
export declare const Collapsed: {
|
|
@@ -592,25 +617,25 @@ export declare const Collapsed: {
|
|
|
592
617
|
maxItems: number;
|
|
593
618
|
};
|
|
594
619
|
render: (args: {
|
|
595
|
-
children?:
|
|
620
|
+
children?: import("react").ReactNode;
|
|
596
621
|
classes?: (Partial<import("@mui/material").BreadcrumbsClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
597
622
|
slots?: {
|
|
598
|
-
CollapsedIcon?:
|
|
623
|
+
CollapsedIcon?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
599
624
|
} | undefined;
|
|
600
625
|
slotProps?: {
|
|
601
626
|
collapsedIcon?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
602
627
|
muiName: string;
|
|
603
|
-
}, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState
|
|
628
|
+
}, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState> | undefined;
|
|
604
629
|
} | undefined;
|
|
605
630
|
expandText?: string | undefined;
|
|
606
631
|
itemsAfterCollapse?: number | undefined;
|
|
607
632
|
itemsBeforeCollapse?: number | undefined;
|
|
608
633
|
maxItems?: number | undefined;
|
|
609
|
-
separator?:
|
|
634
|
+
separator?: import("react").ReactNode;
|
|
610
635
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
611
636
|
className?: string | undefined;
|
|
612
|
-
style?:
|
|
613
|
-
ref?: ((instance: HTMLElement | null) => void
|
|
637
|
+
style?: import("react").CSSProperties | undefined;
|
|
638
|
+
ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
614
639
|
color?: string | undefined;
|
|
615
640
|
slot?: string | undefined;
|
|
616
641
|
title?: string | undefined;
|
|
@@ -621,27 +646,27 @@ export declare const Collapsed: {
|
|
|
621
646
|
tabIndex?: number | undefined;
|
|
622
647
|
"aria-activedescendant"?: string | undefined;
|
|
623
648
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
624
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
649
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
625
650
|
"aria-braillelabel"?: string | undefined;
|
|
626
651
|
"aria-brailleroledescription"?: string | undefined;
|
|
627
652
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
628
|
-
"aria-checked"?: boolean | "
|
|
653
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
629
654
|
"aria-colcount"?: number | undefined;
|
|
630
655
|
"aria-colindex"?: number | undefined;
|
|
631
656
|
"aria-colindextext"?: string | undefined;
|
|
632
657
|
"aria-colspan"?: number | undefined;
|
|
633
658
|
"aria-controls"?: string | undefined;
|
|
634
|
-
"aria-current"?: boolean | "
|
|
659
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
635
660
|
"aria-describedby"?: string | undefined;
|
|
636
661
|
"aria-description"?: string | undefined;
|
|
637
662
|
"aria-details"?: string | undefined;
|
|
638
663
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
639
|
-
"aria-dropeffect"?: "
|
|
664
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
640
665
|
"aria-errormessage"?: string | undefined;
|
|
641
666
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
642
667
|
"aria-flowto"?: string | undefined;
|
|
643
668
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
644
|
-
"aria-haspopup"?: boolean | "
|
|
669
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
645
670
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
646
671
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
647
672
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -656,9 +681,9 @@ export declare const Collapsed: {
|
|
|
656
681
|
"aria-owns"?: string | undefined;
|
|
657
682
|
"aria-placeholder"?: string | undefined;
|
|
658
683
|
"aria-posinset"?: number | undefined;
|
|
659
|
-
"aria-pressed"?: boolean | "
|
|
684
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
660
685
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
661
|
-
"aria-relevant"?: "
|
|
686
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
662
687
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
663
688
|
"aria-roledescription"?: string | undefined;
|
|
664
689
|
"aria-rowcount"?: number | undefined;
|
|
@@ -843,7 +868,7 @@ export declare const Collapsed: {
|
|
|
843
868
|
suppressContentEditableWarning?: boolean | undefined;
|
|
844
869
|
accessKey?: string | undefined;
|
|
845
870
|
autoFocus?: boolean | undefined;
|
|
846
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
871
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
847
872
|
contextMenu?: string | undefined;
|
|
848
873
|
dir?: string | undefined;
|
|
849
874
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -871,9 +896,9 @@ export declare const Collapsed: {
|
|
|
871
896
|
itemRef?: string | undefined;
|
|
872
897
|
results?: number | undefined;
|
|
873
898
|
security?: string | undefined;
|
|
874
|
-
unselectable?: "
|
|
875
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
899
|
+
unselectable?: "off" | "on" | undefined;
|
|
900
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
876
901
|
is?: string | undefined;
|
|
877
|
-
component?:
|
|
902
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
878
903
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
879
904
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const BreadcrumbsStyled: import("@emotion/styled").StyledComponent<import("@mui/material").BreadcrumbsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
2
|
-
ref?: ((instance: HTMLElement | null) => void
|
|
3
|
+
ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
3
4
|
}, "children" | "classes" | "className" | "style" | "sx" | "slots" | "slotProps" | "separator" | "expandText" | "itemsAfterCollapse" | "itemsBeforeCollapse" | "maxItems"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|