@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
|
* A header with toolbar.
|
|
@@ -17,10 +20,10 @@ declare const meta: {
|
|
|
17
20
|
badges: BADGE[];
|
|
18
21
|
layout: string;
|
|
19
22
|
};
|
|
20
|
-
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").
|
|
23
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
21
24
|
title?: string | undefined;
|
|
22
|
-
left?:
|
|
23
|
-
right?:
|
|
25
|
+
left?: import("react").ReactNode;
|
|
26
|
+
right?: import("react").ReactNode;
|
|
24
27
|
bgColor?: string | undefined;
|
|
25
28
|
bgImageURL?: string | undefined;
|
|
26
29
|
bgPosition?: string | undefined;
|
|
@@ -30,14 +33,14 @@ declare const meta: {
|
|
|
30
33
|
hasLoader?: boolean | undefined;
|
|
31
34
|
loaderTitle?: string | undefined;
|
|
32
35
|
isPlatformWeb?: boolean | undefined;
|
|
33
|
-
children?:
|
|
36
|
+
children?: import("react").ReactNode;
|
|
34
37
|
classes?: (Partial<import("@mui/material").ToolbarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
35
38
|
disableGutters?: boolean | undefined;
|
|
36
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
39
|
+
variant?: import("@mui/types").OverridableStringUnion<"dense" | "regular", import("@mui/material").ToolbarPropsVariantOverrides> | undefined;
|
|
37
40
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
38
41
|
className?: string | undefined;
|
|
39
|
-
style?:
|
|
40
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
42
|
+
style?: import("react").CSSProperties | undefined;
|
|
43
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
41
44
|
color?: string | undefined;
|
|
42
45
|
slot?: string | undefined;
|
|
43
46
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -47,27 +50,27 @@ declare const meta: {
|
|
|
47
50
|
tabIndex?: number | undefined;
|
|
48
51
|
"aria-activedescendant"?: string | undefined;
|
|
49
52
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
50
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
53
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
51
54
|
"aria-braillelabel"?: string | undefined;
|
|
52
55
|
"aria-brailleroledescription"?: string | undefined;
|
|
53
56
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
54
|
-
"aria-checked"?: boolean | "
|
|
57
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
55
58
|
"aria-colcount"?: number | undefined;
|
|
56
59
|
"aria-colindex"?: number | undefined;
|
|
57
60
|
"aria-colindextext"?: string | undefined;
|
|
58
61
|
"aria-colspan"?: number | undefined;
|
|
59
62
|
"aria-controls"?: string | undefined;
|
|
60
|
-
"aria-current"?: boolean | "
|
|
63
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
61
64
|
"aria-describedby"?: string | undefined;
|
|
62
65
|
"aria-description"?: string | undefined;
|
|
63
66
|
"aria-details"?: string | undefined;
|
|
64
67
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
65
|
-
"aria-dropeffect"?: "
|
|
68
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
66
69
|
"aria-errormessage"?: string | undefined;
|
|
67
70
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
68
71
|
"aria-flowto"?: string | undefined;
|
|
69
72
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
70
|
-
"aria-haspopup"?: boolean | "
|
|
73
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
71
74
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
72
75
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
73
76
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -82,9 +85,9 @@ declare const meta: {
|
|
|
82
85
|
"aria-owns"?: string | undefined;
|
|
83
86
|
"aria-placeholder"?: string | undefined;
|
|
84
87
|
"aria-posinset"?: number | undefined;
|
|
85
|
-
"aria-pressed"?: boolean | "
|
|
88
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
86
89
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
87
|
-
"aria-relevant"?: "
|
|
90
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
88
91
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
89
92
|
"aria-roledescription"?: string | undefined;
|
|
90
93
|
"aria-rowcount"?: number | undefined;
|
|
@@ -269,7 +272,7 @@ declare const meta: {
|
|
|
269
272
|
suppressContentEditableWarning?: boolean | undefined;
|
|
270
273
|
accessKey?: string | undefined;
|
|
271
274
|
autoFocus?: boolean | undefined;
|
|
272
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
275
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
273
276
|
contextMenu?: string | undefined;
|
|
274
277
|
dir?: string | undefined;
|
|
275
278
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -297,11 +300,28 @@ declare const meta: {
|
|
|
297
300
|
itemRef?: string | undefined;
|
|
298
301
|
results?: number | undefined;
|
|
299
302
|
security?: string | undefined;
|
|
300
|
-
unselectable?: "
|
|
301
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
303
|
+
unselectable?: "off" | "on" | undefined;
|
|
304
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
302
305
|
is?: string | undefined;
|
|
303
|
-
component?:
|
|
306
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
304
307
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
308
|
+
argTypes: {
|
|
309
|
+
ref: {
|
|
310
|
+
table: {
|
|
311
|
+
disable: boolean;
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
component: {
|
|
315
|
+
table: {
|
|
316
|
+
disable: boolean;
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
variant: {
|
|
320
|
+
table: {
|
|
321
|
+
disable: boolean;
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
};
|
|
305
325
|
};
|
|
306
326
|
export default meta;
|
|
307
327
|
export declare const Default: {
|
|
@@ -317,8 +337,8 @@ export declare const Default: {
|
|
|
317
337
|
};
|
|
318
338
|
render: (args: {
|
|
319
339
|
title?: string | undefined;
|
|
320
|
-
left?:
|
|
321
|
-
right?:
|
|
340
|
+
left?: import("react").ReactNode;
|
|
341
|
+
right?: import("react").ReactNode;
|
|
322
342
|
bgColor?: string | undefined;
|
|
323
343
|
bgImageURL?: string | undefined;
|
|
324
344
|
bgPosition?: string | undefined;
|
|
@@ -328,14 +348,14 @@ export declare const Default: {
|
|
|
328
348
|
hasLoader?: boolean | undefined;
|
|
329
349
|
loaderTitle?: string | undefined;
|
|
330
350
|
isPlatformWeb?: boolean | undefined;
|
|
331
|
-
children?:
|
|
351
|
+
children?: import("react").ReactNode;
|
|
332
352
|
classes?: (Partial<import("@mui/material").ToolbarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
333
353
|
disableGutters?: boolean | undefined;
|
|
334
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
354
|
+
variant?: import("@mui/types").OverridableStringUnion<"dense" | "regular", import("@mui/material").ToolbarPropsVariantOverrides> | undefined;
|
|
335
355
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
336
356
|
className?: string | undefined;
|
|
337
|
-
style?:
|
|
338
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
357
|
+
style?: import("react").CSSProperties | undefined;
|
|
358
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
339
359
|
color?: string | undefined;
|
|
340
360
|
slot?: string | undefined;
|
|
341
361
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -345,27 +365,27 @@ export declare const Default: {
|
|
|
345
365
|
tabIndex?: number | undefined;
|
|
346
366
|
"aria-activedescendant"?: string | undefined;
|
|
347
367
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
348
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
368
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
349
369
|
"aria-braillelabel"?: string | undefined;
|
|
350
370
|
"aria-brailleroledescription"?: string | undefined;
|
|
351
371
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
352
|
-
"aria-checked"?: boolean | "
|
|
372
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
353
373
|
"aria-colcount"?: number | undefined;
|
|
354
374
|
"aria-colindex"?: number | undefined;
|
|
355
375
|
"aria-colindextext"?: string | undefined;
|
|
356
376
|
"aria-colspan"?: number | undefined;
|
|
357
377
|
"aria-controls"?: string | undefined;
|
|
358
|
-
"aria-current"?: boolean | "
|
|
378
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
359
379
|
"aria-describedby"?: string | undefined;
|
|
360
380
|
"aria-description"?: string | undefined;
|
|
361
381
|
"aria-details"?: string | undefined;
|
|
362
382
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
363
|
-
"aria-dropeffect"?: "
|
|
383
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
364
384
|
"aria-errormessage"?: string | undefined;
|
|
365
385
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
366
386
|
"aria-flowto"?: string | undefined;
|
|
367
387
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
368
|
-
"aria-haspopup"?: boolean | "
|
|
388
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
369
389
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
370
390
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
371
391
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -380,9 +400,9 @@ export declare const Default: {
|
|
|
380
400
|
"aria-owns"?: string | undefined;
|
|
381
401
|
"aria-placeholder"?: string | undefined;
|
|
382
402
|
"aria-posinset"?: number | undefined;
|
|
383
|
-
"aria-pressed"?: boolean | "
|
|
403
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
384
404
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
385
|
-
"aria-relevant"?: "
|
|
405
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
386
406
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
387
407
|
"aria-roledescription"?: string | undefined;
|
|
388
408
|
"aria-rowcount"?: number | undefined;
|
|
@@ -567,7 +587,7 @@ export declare const Default: {
|
|
|
567
587
|
suppressContentEditableWarning?: boolean | undefined;
|
|
568
588
|
accessKey?: string | undefined;
|
|
569
589
|
autoFocus?: boolean | undefined;
|
|
570
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
590
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
571
591
|
contextMenu?: string | undefined;
|
|
572
592
|
dir?: string | undefined;
|
|
573
593
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -595,10 +615,10 @@ export declare const Default: {
|
|
|
595
615
|
itemRef?: string | undefined;
|
|
596
616
|
results?: number | undefined;
|
|
597
617
|
security?: string | undefined;
|
|
598
|
-
unselectable?: "
|
|
599
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
618
|
+
unselectable?: "off" | "on" | undefined;
|
|
619
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
600
620
|
is?: string | undefined;
|
|
601
|
-
component?:
|
|
621
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
602
622
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
603
623
|
};
|
|
604
624
|
export declare const Loader: {
|
|
@@ -617,8 +637,8 @@ export declare const Loader: {
|
|
|
617
637
|
};
|
|
618
638
|
render: (args: {
|
|
619
639
|
title?: string | undefined;
|
|
620
|
-
left?:
|
|
621
|
-
right?:
|
|
640
|
+
left?: import("react").ReactNode;
|
|
641
|
+
right?: import("react").ReactNode;
|
|
622
642
|
bgColor?: string | undefined;
|
|
623
643
|
bgImageURL?: string | undefined;
|
|
624
644
|
bgPosition?: string | undefined;
|
|
@@ -628,14 +648,14 @@ export declare const Loader: {
|
|
|
628
648
|
hasLoader?: boolean | undefined;
|
|
629
649
|
loaderTitle?: string | undefined;
|
|
630
650
|
isPlatformWeb?: boolean | undefined;
|
|
631
|
-
children?:
|
|
651
|
+
children?: import("react").ReactNode;
|
|
632
652
|
classes?: (Partial<import("@mui/material").ToolbarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
633
653
|
disableGutters?: boolean | undefined;
|
|
634
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
654
|
+
variant?: import("@mui/types").OverridableStringUnion<"dense" | "regular", import("@mui/material").ToolbarPropsVariantOverrides> | undefined;
|
|
635
655
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
636
656
|
className?: string | undefined;
|
|
637
|
-
style?:
|
|
638
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
657
|
+
style?: import("react").CSSProperties | undefined;
|
|
658
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
639
659
|
color?: string | undefined;
|
|
640
660
|
slot?: string | undefined;
|
|
641
661
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -645,27 +665,27 @@ export declare const Loader: {
|
|
|
645
665
|
tabIndex?: number | undefined;
|
|
646
666
|
"aria-activedescendant"?: string | undefined;
|
|
647
667
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
648
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
668
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
649
669
|
"aria-braillelabel"?: string | undefined;
|
|
650
670
|
"aria-brailleroledescription"?: string | undefined;
|
|
651
671
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
652
|
-
"aria-checked"?: boolean | "
|
|
672
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
653
673
|
"aria-colcount"?: number | undefined;
|
|
654
674
|
"aria-colindex"?: number | undefined;
|
|
655
675
|
"aria-colindextext"?: string | undefined;
|
|
656
676
|
"aria-colspan"?: number | undefined;
|
|
657
677
|
"aria-controls"?: string | undefined;
|
|
658
|
-
"aria-current"?: boolean | "
|
|
678
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
659
679
|
"aria-describedby"?: string | undefined;
|
|
660
680
|
"aria-description"?: string | undefined;
|
|
661
681
|
"aria-details"?: string | undefined;
|
|
662
682
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
663
|
-
"aria-dropeffect"?: "
|
|
683
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
664
684
|
"aria-errormessage"?: string | undefined;
|
|
665
685
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
666
686
|
"aria-flowto"?: string | undefined;
|
|
667
687
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
668
|
-
"aria-haspopup"?: boolean | "
|
|
688
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
669
689
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
670
690
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
671
691
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -680,9 +700,9 @@ export declare const Loader: {
|
|
|
680
700
|
"aria-owns"?: string | undefined;
|
|
681
701
|
"aria-placeholder"?: string | undefined;
|
|
682
702
|
"aria-posinset"?: number | undefined;
|
|
683
|
-
"aria-pressed"?: boolean | "
|
|
703
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
684
704
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
685
|
-
"aria-relevant"?: "
|
|
705
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
686
706
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
687
707
|
"aria-roledescription"?: string | undefined;
|
|
688
708
|
"aria-rowcount"?: number | undefined;
|
|
@@ -867,7 +887,7 @@ export declare const Loader: {
|
|
|
867
887
|
suppressContentEditableWarning?: boolean | undefined;
|
|
868
888
|
accessKey?: string | undefined;
|
|
869
889
|
autoFocus?: boolean | undefined;
|
|
870
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
890
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
871
891
|
contextMenu?: string | undefined;
|
|
872
892
|
dir?: string | undefined;
|
|
873
893
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -895,10 +915,10 @@ export declare const Loader: {
|
|
|
895
915
|
itemRef?: string | undefined;
|
|
896
916
|
results?: number | undefined;
|
|
897
917
|
security?: string | undefined;
|
|
898
|
-
unselectable?: "
|
|
899
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
918
|
+
unselectable?: "off" | "on" | undefined;
|
|
919
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
900
920
|
is?: string | undefined;
|
|
901
|
-
component?:
|
|
921
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
902
922
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
903
923
|
};
|
|
904
924
|
export declare const LeftOnly: {
|
|
@@ -914,8 +934,8 @@ export declare const LeftOnly: {
|
|
|
914
934
|
};
|
|
915
935
|
render: (args: {
|
|
916
936
|
title?: string | undefined;
|
|
917
|
-
left?:
|
|
918
|
-
right?:
|
|
937
|
+
left?: import("react").ReactNode;
|
|
938
|
+
right?: import("react").ReactNode;
|
|
919
939
|
bgColor?: string | undefined;
|
|
920
940
|
bgImageURL?: string | undefined;
|
|
921
941
|
bgPosition?: string | undefined;
|
|
@@ -925,14 +945,14 @@ export declare const LeftOnly: {
|
|
|
925
945
|
hasLoader?: boolean | undefined;
|
|
926
946
|
loaderTitle?: string | undefined;
|
|
927
947
|
isPlatformWeb?: boolean | undefined;
|
|
928
|
-
children?:
|
|
948
|
+
children?: import("react").ReactNode;
|
|
929
949
|
classes?: (Partial<import("@mui/material").ToolbarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
930
950
|
disableGutters?: boolean | undefined;
|
|
931
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
951
|
+
variant?: import("@mui/types").OverridableStringUnion<"dense" | "regular", import("@mui/material").ToolbarPropsVariantOverrides> | undefined;
|
|
932
952
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
933
953
|
className?: string | undefined;
|
|
934
|
-
style?:
|
|
935
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
954
|
+
style?: import("react").CSSProperties | undefined;
|
|
955
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
936
956
|
color?: string | undefined;
|
|
937
957
|
slot?: string | undefined;
|
|
938
958
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -942,27 +962,27 @@ export declare const LeftOnly: {
|
|
|
942
962
|
tabIndex?: number | undefined;
|
|
943
963
|
"aria-activedescendant"?: string | undefined;
|
|
944
964
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
945
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
965
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
946
966
|
"aria-braillelabel"?: string | undefined;
|
|
947
967
|
"aria-brailleroledescription"?: string | undefined;
|
|
948
968
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
949
|
-
"aria-checked"?: boolean | "
|
|
969
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
950
970
|
"aria-colcount"?: number | undefined;
|
|
951
971
|
"aria-colindex"?: number | undefined;
|
|
952
972
|
"aria-colindextext"?: string | undefined;
|
|
953
973
|
"aria-colspan"?: number | undefined;
|
|
954
974
|
"aria-controls"?: string | undefined;
|
|
955
|
-
"aria-current"?: boolean | "
|
|
975
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
956
976
|
"aria-describedby"?: string | undefined;
|
|
957
977
|
"aria-description"?: string | undefined;
|
|
958
978
|
"aria-details"?: string | undefined;
|
|
959
979
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
960
|
-
"aria-dropeffect"?: "
|
|
980
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
961
981
|
"aria-errormessage"?: string | undefined;
|
|
962
982
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
963
983
|
"aria-flowto"?: string | undefined;
|
|
964
984
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
965
|
-
"aria-haspopup"?: boolean | "
|
|
985
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
966
986
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
967
987
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
968
988
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -977,9 +997,9 @@ export declare const LeftOnly: {
|
|
|
977
997
|
"aria-owns"?: string | undefined;
|
|
978
998
|
"aria-placeholder"?: string | undefined;
|
|
979
999
|
"aria-posinset"?: number | undefined;
|
|
980
|
-
"aria-pressed"?: boolean | "
|
|
1000
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
981
1001
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
982
|
-
"aria-relevant"?: "
|
|
1002
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
983
1003
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
984
1004
|
"aria-roledescription"?: string | undefined;
|
|
985
1005
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1164,7 +1184,7 @@ export declare const LeftOnly: {
|
|
|
1164
1184
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1165
1185
|
accessKey?: string | undefined;
|
|
1166
1186
|
autoFocus?: boolean | undefined;
|
|
1167
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1187
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1168
1188
|
contextMenu?: string | undefined;
|
|
1169
1189
|
dir?: string | undefined;
|
|
1170
1190
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1192,10 +1212,10 @@ export declare const LeftOnly: {
|
|
|
1192
1212
|
itemRef?: string | undefined;
|
|
1193
1213
|
results?: number | undefined;
|
|
1194
1214
|
security?: string | undefined;
|
|
1195
|
-
unselectable?: "
|
|
1196
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1215
|
+
unselectable?: "off" | "on" | undefined;
|
|
1216
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1197
1217
|
is?: string | undefined;
|
|
1198
|
-
component?:
|
|
1218
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1199
1219
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1200
1220
|
};
|
|
1201
1221
|
export declare const BackgroundColor: {
|
|
@@ -1212,8 +1232,8 @@ export declare const BackgroundColor: {
|
|
|
1212
1232
|
};
|
|
1213
1233
|
render: (args: {
|
|
1214
1234
|
title?: string | undefined;
|
|
1215
|
-
left?:
|
|
1216
|
-
right?:
|
|
1235
|
+
left?: import("react").ReactNode;
|
|
1236
|
+
right?: import("react").ReactNode;
|
|
1217
1237
|
bgColor?: string | undefined;
|
|
1218
1238
|
bgImageURL?: string | undefined;
|
|
1219
1239
|
bgPosition?: string | undefined;
|
|
@@ -1223,14 +1243,14 @@ export declare const BackgroundColor: {
|
|
|
1223
1243
|
hasLoader?: boolean | undefined;
|
|
1224
1244
|
loaderTitle?: string | undefined;
|
|
1225
1245
|
isPlatformWeb?: boolean | undefined;
|
|
1226
|
-
children?:
|
|
1246
|
+
children?: import("react").ReactNode;
|
|
1227
1247
|
classes?: (Partial<import("@mui/material").ToolbarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1228
1248
|
disableGutters?: boolean | undefined;
|
|
1229
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
1249
|
+
variant?: import("@mui/types").OverridableStringUnion<"dense" | "regular", import("@mui/material").ToolbarPropsVariantOverrides> | undefined;
|
|
1230
1250
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1231
1251
|
className?: string | undefined;
|
|
1232
|
-
style?:
|
|
1233
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
1252
|
+
style?: import("react").CSSProperties | undefined;
|
|
1253
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1234
1254
|
color?: string | undefined;
|
|
1235
1255
|
slot?: string | undefined;
|
|
1236
1256
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -1240,27 +1260,27 @@ export declare const BackgroundColor: {
|
|
|
1240
1260
|
tabIndex?: number | undefined;
|
|
1241
1261
|
"aria-activedescendant"?: string | undefined;
|
|
1242
1262
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1243
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1263
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1244
1264
|
"aria-braillelabel"?: string | undefined;
|
|
1245
1265
|
"aria-brailleroledescription"?: string | undefined;
|
|
1246
1266
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1247
|
-
"aria-checked"?: boolean | "
|
|
1267
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1248
1268
|
"aria-colcount"?: number | undefined;
|
|
1249
1269
|
"aria-colindex"?: number | undefined;
|
|
1250
1270
|
"aria-colindextext"?: string | undefined;
|
|
1251
1271
|
"aria-colspan"?: number | undefined;
|
|
1252
1272
|
"aria-controls"?: string | undefined;
|
|
1253
|
-
"aria-current"?: boolean | "
|
|
1273
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1254
1274
|
"aria-describedby"?: string | undefined;
|
|
1255
1275
|
"aria-description"?: string | undefined;
|
|
1256
1276
|
"aria-details"?: string | undefined;
|
|
1257
1277
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1258
|
-
"aria-dropeffect"?: "
|
|
1278
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1259
1279
|
"aria-errormessage"?: string | undefined;
|
|
1260
1280
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1261
1281
|
"aria-flowto"?: string | undefined;
|
|
1262
1282
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1263
|
-
"aria-haspopup"?: boolean | "
|
|
1283
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1264
1284
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1265
1285
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1266
1286
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1275,9 +1295,9 @@ export declare const BackgroundColor: {
|
|
|
1275
1295
|
"aria-owns"?: string | undefined;
|
|
1276
1296
|
"aria-placeholder"?: string | undefined;
|
|
1277
1297
|
"aria-posinset"?: number | undefined;
|
|
1278
|
-
"aria-pressed"?: boolean | "
|
|
1298
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1279
1299
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1280
|
-
"aria-relevant"?: "
|
|
1300
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1281
1301
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1282
1302
|
"aria-roledescription"?: string | undefined;
|
|
1283
1303
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1462,7 +1482,7 @@ export declare const BackgroundColor: {
|
|
|
1462
1482
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1463
1483
|
accessKey?: string | undefined;
|
|
1464
1484
|
autoFocus?: boolean | undefined;
|
|
1465
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1485
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1466
1486
|
contextMenu?: string | undefined;
|
|
1467
1487
|
dir?: string | undefined;
|
|
1468
1488
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1490,10 +1510,10 @@ export declare const BackgroundColor: {
|
|
|
1490
1510
|
itemRef?: string | undefined;
|
|
1491
1511
|
results?: number | undefined;
|
|
1492
1512
|
security?: string | undefined;
|
|
1493
|
-
unselectable?: "
|
|
1494
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1513
|
+
unselectable?: "off" | "on" | undefined;
|
|
1514
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1495
1515
|
is?: string | undefined;
|
|
1496
|
-
component?:
|
|
1516
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1497
1517
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1498
1518
|
};
|
|
1499
1519
|
/**
|
|
@@ -1517,8 +1537,8 @@ export declare const BackgroundImage: {
|
|
|
1517
1537
|
};
|
|
1518
1538
|
render: (args: {
|
|
1519
1539
|
title?: string | undefined;
|
|
1520
|
-
left?:
|
|
1521
|
-
right?:
|
|
1540
|
+
left?: import("react").ReactNode;
|
|
1541
|
+
right?: import("react").ReactNode;
|
|
1522
1542
|
bgColor?: string | undefined;
|
|
1523
1543
|
bgImageURL?: string | undefined;
|
|
1524
1544
|
bgPosition?: string | undefined;
|
|
@@ -1528,14 +1548,14 @@ export declare const BackgroundImage: {
|
|
|
1528
1548
|
hasLoader?: boolean | undefined;
|
|
1529
1549
|
loaderTitle?: string | undefined;
|
|
1530
1550
|
isPlatformWeb?: boolean | undefined;
|
|
1531
|
-
children?:
|
|
1551
|
+
children?: import("react").ReactNode;
|
|
1532
1552
|
classes?: (Partial<import("@mui/material").ToolbarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1533
1553
|
disableGutters?: boolean | undefined;
|
|
1534
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
1554
|
+
variant?: import("@mui/types").OverridableStringUnion<"dense" | "regular", import("@mui/material").ToolbarPropsVariantOverrides> | undefined;
|
|
1535
1555
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1536
1556
|
className?: string | undefined;
|
|
1537
|
-
style?:
|
|
1538
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
1557
|
+
style?: import("react").CSSProperties | undefined;
|
|
1558
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1539
1559
|
color?: string | undefined;
|
|
1540
1560
|
slot?: string | undefined;
|
|
1541
1561
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -1545,27 +1565,27 @@ export declare const BackgroundImage: {
|
|
|
1545
1565
|
tabIndex?: number | undefined;
|
|
1546
1566
|
"aria-activedescendant"?: string | undefined;
|
|
1547
1567
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1548
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1568
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1549
1569
|
"aria-braillelabel"?: string | undefined;
|
|
1550
1570
|
"aria-brailleroledescription"?: string | undefined;
|
|
1551
1571
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1552
|
-
"aria-checked"?: boolean | "
|
|
1572
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1553
1573
|
"aria-colcount"?: number | undefined;
|
|
1554
1574
|
"aria-colindex"?: number | undefined;
|
|
1555
1575
|
"aria-colindextext"?: string | undefined;
|
|
1556
1576
|
"aria-colspan"?: number | undefined;
|
|
1557
1577
|
"aria-controls"?: string | undefined;
|
|
1558
|
-
"aria-current"?: boolean | "
|
|
1578
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1559
1579
|
"aria-describedby"?: string | undefined;
|
|
1560
1580
|
"aria-description"?: string | undefined;
|
|
1561
1581
|
"aria-details"?: string | undefined;
|
|
1562
1582
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1563
|
-
"aria-dropeffect"?: "
|
|
1583
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1564
1584
|
"aria-errormessage"?: string | undefined;
|
|
1565
1585
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1566
1586
|
"aria-flowto"?: string | undefined;
|
|
1567
1587
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1568
|
-
"aria-haspopup"?: boolean | "
|
|
1588
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1569
1589
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1570
1590
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1571
1591
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1580,9 +1600,9 @@ export declare const BackgroundImage: {
|
|
|
1580
1600
|
"aria-owns"?: string | undefined;
|
|
1581
1601
|
"aria-placeholder"?: string | undefined;
|
|
1582
1602
|
"aria-posinset"?: number | undefined;
|
|
1583
|
-
"aria-pressed"?: boolean | "
|
|
1603
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1584
1604
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1585
|
-
"aria-relevant"?: "
|
|
1605
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1586
1606
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1587
1607
|
"aria-roledescription"?: string | undefined;
|
|
1588
1608
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1767,7 +1787,7 @@ export declare const BackgroundImage: {
|
|
|
1767
1787
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1768
1788
|
accessKey?: string | undefined;
|
|
1769
1789
|
autoFocus?: boolean | undefined;
|
|
1770
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1790
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1771
1791
|
contextMenu?: string | undefined;
|
|
1772
1792
|
dir?: string | undefined;
|
|
1773
1793
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1795,10 +1815,10 @@ export declare const BackgroundImage: {
|
|
|
1795
1815
|
itemRef?: string | undefined;
|
|
1796
1816
|
results?: number | undefined;
|
|
1797
1817
|
security?: string | undefined;
|
|
1798
|
-
unselectable?: "
|
|
1799
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1818
|
+
unselectable?: "off" | "on" | undefined;
|
|
1819
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1800
1820
|
is?: string | undefined;
|
|
1801
|
-
component?:
|
|
1821
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1802
1822
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1803
1823
|
};
|
|
1804
1824
|
/**
|
|
@@ -1822,8 +1842,8 @@ export declare const BackgroundSize: {
|
|
|
1822
1842
|
};
|
|
1823
1843
|
render: (args: {
|
|
1824
1844
|
title?: string | undefined;
|
|
1825
|
-
left?:
|
|
1826
|
-
right?:
|
|
1845
|
+
left?: import("react").ReactNode;
|
|
1846
|
+
right?: import("react").ReactNode;
|
|
1827
1847
|
bgColor?: string | undefined;
|
|
1828
1848
|
bgImageURL?: string | undefined;
|
|
1829
1849
|
bgPosition?: string | undefined;
|
|
@@ -1833,14 +1853,14 @@ export declare const BackgroundSize: {
|
|
|
1833
1853
|
hasLoader?: boolean | undefined;
|
|
1834
1854
|
loaderTitle?: string | undefined;
|
|
1835
1855
|
isPlatformWeb?: boolean | undefined;
|
|
1836
|
-
children?:
|
|
1856
|
+
children?: import("react").ReactNode;
|
|
1837
1857
|
classes?: (Partial<import("@mui/material").ToolbarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1838
1858
|
disableGutters?: boolean | undefined;
|
|
1839
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
1859
|
+
variant?: import("@mui/types").OverridableStringUnion<"dense" | "regular", import("@mui/material").ToolbarPropsVariantOverrides> | undefined;
|
|
1840
1860
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1841
1861
|
className?: string | undefined;
|
|
1842
|
-
style?:
|
|
1843
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
1862
|
+
style?: import("react").CSSProperties | undefined;
|
|
1863
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1844
1864
|
color?: string | undefined;
|
|
1845
1865
|
slot?: string | undefined;
|
|
1846
1866
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -1850,27 +1870,27 @@ export declare const BackgroundSize: {
|
|
|
1850
1870
|
tabIndex?: number | undefined;
|
|
1851
1871
|
"aria-activedescendant"?: string | undefined;
|
|
1852
1872
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1853
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1873
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1854
1874
|
"aria-braillelabel"?: string | undefined;
|
|
1855
1875
|
"aria-brailleroledescription"?: string | undefined;
|
|
1856
1876
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1857
|
-
"aria-checked"?: boolean | "
|
|
1877
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1858
1878
|
"aria-colcount"?: number | undefined;
|
|
1859
1879
|
"aria-colindex"?: number | undefined;
|
|
1860
1880
|
"aria-colindextext"?: string | undefined;
|
|
1861
1881
|
"aria-colspan"?: number | undefined;
|
|
1862
1882
|
"aria-controls"?: string | undefined;
|
|
1863
|
-
"aria-current"?: boolean | "
|
|
1883
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1864
1884
|
"aria-describedby"?: string | undefined;
|
|
1865
1885
|
"aria-description"?: string | undefined;
|
|
1866
1886
|
"aria-details"?: string | undefined;
|
|
1867
1887
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1868
|
-
"aria-dropeffect"?: "
|
|
1888
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1869
1889
|
"aria-errormessage"?: string | undefined;
|
|
1870
1890
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1871
1891
|
"aria-flowto"?: string | undefined;
|
|
1872
1892
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1873
|
-
"aria-haspopup"?: boolean | "
|
|
1893
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1874
1894
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1875
1895
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1876
1896
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1885,9 +1905,9 @@ export declare const BackgroundSize: {
|
|
|
1885
1905
|
"aria-owns"?: string | undefined;
|
|
1886
1906
|
"aria-placeholder"?: string | undefined;
|
|
1887
1907
|
"aria-posinset"?: number | undefined;
|
|
1888
|
-
"aria-pressed"?: boolean | "
|
|
1908
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1889
1909
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1890
|
-
"aria-relevant"?: "
|
|
1910
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1891
1911
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1892
1912
|
"aria-roledescription"?: string | undefined;
|
|
1893
1913
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2072,7 +2092,7 @@ export declare const BackgroundSize: {
|
|
|
2072
2092
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2073
2093
|
accessKey?: string | undefined;
|
|
2074
2094
|
autoFocus?: boolean | undefined;
|
|
2075
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2095
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2076
2096
|
contextMenu?: string | undefined;
|
|
2077
2097
|
dir?: string | undefined;
|
|
2078
2098
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2100,10 +2120,10 @@ export declare const BackgroundSize: {
|
|
|
2100
2120
|
itemRef?: string | undefined;
|
|
2101
2121
|
results?: number | undefined;
|
|
2102
2122
|
security?: string | undefined;
|
|
2103
|
-
unselectable?: "
|
|
2104
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2123
|
+
unselectable?: "off" | "on" | undefined;
|
|
2124
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2105
2125
|
is?: string | undefined;
|
|
2106
|
-
component?:
|
|
2126
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2107
2127
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2108
2128
|
};
|
|
2109
2129
|
/**
|
|
@@ -2119,10 +2139,10 @@ export declare const Tooltip: {
|
|
|
2119
2139
|
bgSize: string;
|
|
2120
2140
|
onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLDivElement, MouseEvent>], void>;
|
|
2121
2141
|
};
|
|
2122
|
-
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
2142
|
+
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
2123
2143
|
title?: string | undefined;
|
|
2124
|
-
left?:
|
|
2125
|
-
right?:
|
|
2144
|
+
left?: import("react").ReactNode;
|
|
2145
|
+
right?: import("react").ReactNode;
|
|
2126
2146
|
bgColor?: string | undefined;
|
|
2127
2147
|
bgImageURL?: string | undefined;
|
|
2128
2148
|
bgPosition?: string | undefined;
|
|
@@ -2132,14 +2152,14 @@ export declare const Tooltip: {
|
|
|
2132
2152
|
hasLoader?: boolean | undefined;
|
|
2133
2153
|
loaderTitle?: string | undefined;
|
|
2134
2154
|
isPlatformWeb?: boolean | undefined;
|
|
2135
|
-
children?:
|
|
2155
|
+
children?: import("react").ReactNode;
|
|
2136
2156
|
classes?: (Partial<import("@mui/material").ToolbarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
2137
2157
|
disableGutters?: boolean | undefined;
|
|
2138
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
2158
|
+
variant?: import("@mui/types").OverridableStringUnion<"dense" | "regular", import("@mui/material").ToolbarPropsVariantOverrides> | undefined;
|
|
2139
2159
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2140
2160
|
className?: string | undefined;
|
|
2141
|
-
style?:
|
|
2142
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
2161
|
+
style?: import("react").CSSProperties | undefined;
|
|
2162
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
2143
2163
|
color?: string | undefined;
|
|
2144
2164
|
slot?: string | undefined;
|
|
2145
2165
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -2149,27 +2169,27 @@ export declare const Tooltip: {
|
|
|
2149
2169
|
tabIndex?: number | undefined;
|
|
2150
2170
|
"aria-activedescendant"?: string | undefined;
|
|
2151
2171
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2152
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2172
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2153
2173
|
"aria-braillelabel"?: string | undefined;
|
|
2154
2174
|
"aria-brailleroledescription"?: string | undefined;
|
|
2155
2175
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2156
|
-
"aria-checked"?: boolean | "
|
|
2176
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2157
2177
|
"aria-colcount"?: number | undefined;
|
|
2158
2178
|
"aria-colindex"?: number | undefined;
|
|
2159
2179
|
"aria-colindextext"?: string | undefined;
|
|
2160
2180
|
"aria-colspan"?: number | undefined;
|
|
2161
2181
|
"aria-controls"?: string | undefined;
|
|
2162
|
-
"aria-current"?: boolean | "
|
|
2182
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2163
2183
|
"aria-describedby"?: string | undefined;
|
|
2164
2184
|
"aria-description"?: string | undefined;
|
|
2165
2185
|
"aria-details"?: string | undefined;
|
|
2166
2186
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2167
|
-
"aria-dropeffect"?: "
|
|
2187
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2168
2188
|
"aria-errormessage"?: string | undefined;
|
|
2169
2189
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2170
2190
|
"aria-flowto"?: string | undefined;
|
|
2171
2191
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2172
|
-
"aria-haspopup"?: boolean | "
|
|
2192
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2173
2193
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2174
2194
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2175
2195
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2184,9 +2204,9 @@ export declare const Tooltip: {
|
|
|
2184
2204
|
"aria-owns"?: string | undefined;
|
|
2185
2205
|
"aria-placeholder"?: string | undefined;
|
|
2186
2206
|
"aria-posinset"?: number | undefined;
|
|
2187
|
-
"aria-pressed"?: boolean | "
|
|
2207
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2188
2208
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2189
|
-
"aria-relevant"?: "
|
|
2209
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2190
2210
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2191
2211
|
"aria-roledescription"?: string | undefined;
|
|
2192
2212
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2371,7 +2391,7 @@ export declare const Tooltip: {
|
|
|
2371
2391
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2372
2392
|
accessKey?: string | undefined;
|
|
2373
2393
|
autoFocus?: boolean | undefined;
|
|
2374
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2394
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2375
2395
|
contextMenu?: string | undefined;
|
|
2376
2396
|
dir?: string | undefined;
|
|
2377
2397
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2399,10 +2419,10 @@ export declare const Tooltip: {
|
|
|
2399
2419
|
itemRef?: string | undefined;
|
|
2400
2420
|
results?: number | undefined;
|
|
2401
2421
|
security?: string | undefined;
|
|
2402
|
-
unselectable?: "
|
|
2403
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2422
|
+
unselectable?: "off" | "on" | undefined;
|
|
2423
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2404
2424
|
is?: string | undefined;
|
|
2405
|
-
component?:
|
|
2425
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2406
2426
|
}>) => Promise<void>;
|
|
2407
2427
|
parameters: {
|
|
2408
2428
|
docs: {
|
|
@@ -2413,8 +2433,8 @@ export declare const Tooltip: {
|
|
|
2413
2433
|
};
|
|
2414
2434
|
render: (args: {
|
|
2415
2435
|
title?: string | undefined;
|
|
2416
|
-
left?:
|
|
2417
|
-
right?:
|
|
2436
|
+
left?: import("react").ReactNode;
|
|
2437
|
+
right?: import("react").ReactNode;
|
|
2418
2438
|
bgColor?: string | undefined;
|
|
2419
2439
|
bgImageURL?: string | undefined;
|
|
2420
2440
|
bgPosition?: string | undefined;
|
|
@@ -2424,14 +2444,14 @@ export declare const Tooltip: {
|
|
|
2424
2444
|
hasLoader?: boolean | undefined;
|
|
2425
2445
|
loaderTitle?: string | undefined;
|
|
2426
2446
|
isPlatformWeb?: boolean | undefined;
|
|
2427
|
-
children?:
|
|
2447
|
+
children?: import("react").ReactNode;
|
|
2428
2448
|
classes?: (Partial<import("@mui/material").ToolbarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
2429
2449
|
disableGutters?: boolean | undefined;
|
|
2430
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
2450
|
+
variant?: import("@mui/types").OverridableStringUnion<"dense" | "regular", import("@mui/material").ToolbarPropsVariantOverrides> | undefined;
|
|
2431
2451
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2432
2452
|
className?: string | undefined;
|
|
2433
|
-
style?:
|
|
2434
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
2453
|
+
style?: import("react").CSSProperties | undefined;
|
|
2454
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
2435
2455
|
color?: string | undefined;
|
|
2436
2456
|
slot?: string | undefined;
|
|
2437
2457
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -2441,27 +2461,27 @@ export declare const Tooltip: {
|
|
|
2441
2461
|
tabIndex?: number | undefined;
|
|
2442
2462
|
"aria-activedescendant"?: string | undefined;
|
|
2443
2463
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2444
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2464
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2445
2465
|
"aria-braillelabel"?: string | undefined;
|
|
2446
2466
|
"aria-brailleroledescription"?: string | undefined;
|
|
2447
2467
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2448
|
-
"aria-checked"?: boolean | "
|
|
2468
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2449
2469
|
"aria-colcount"?: number | undefined;
|
|
2450
2470
|
"aria-colindex"?: number | undefined;
|
|
2451
2471
|
"aria-colindextext"?: string | undefined;
|
|
2452
2472
|
"aria-colspan"?: number | undefined;
|
|
2453
2473
|
"aria-controls"?: string | undefined;
|
|
2454
|
-
"aria-current"?: boolean | "
|
|
2474
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2455
2475
|
"aria-describedby"?: string | undefined;
|
|
2456
2476
|
"aria-description"?: string | undefined;
|
|
2457
2477
|
"aria-details"?: string | undefined;
|
|
2458
2478
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2459
|
-
"aria-dropeffect"?: "
|
|
2479
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2460
2480
|
"aria-errormessage"?: string | undefined;
|
|
2461
2481
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2462
2482
|
"aria-flowto"?: string | undefined;
|
|
2463
2483
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2464
|
-
"aria-haspopup"?: boolean | "
|
|
2484
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2465
2485
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2466
2486
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2467
2487
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2476,9 +2496,9 @@ export declare const Tooltip: {
|
|
|
2476
2496
|
"aria-owns"?: string | undefined;
|
|
2477
2497
|
"aria-placeholder"?: string | undefined;
|
|
2478
2498
|
"aria-posinset"?: number | undefined;
|
|
2479
|
-
"aria-pressed"?: boolean | "
|
|
2499
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2480
2500
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2481
|
-
"aria-relevant"?: "
|
|
2501
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2482
2502
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2483
2503
|
"aria-roledescription"?: string | undefined;
|
|
2484
2504
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2663,7 +2683,7 @@ export declare const Tooltip: {
|
|
|
2663
2683
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2664
2684
|
accessKey?: string | undefined;
|
|
2665
2685
|
autoFocus?: boolean | undefined;
|
|
2666
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2686
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2667
2687
|
contextMenu?: string | undefined;
|
|
2668
2688
|
dir?: string | undefined;
|
|
2669
2689
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2691,9 +2711,9 @@ export declare const Tooltip: {
|
|
|
2691
2711
|
itemRef?: string | undefined;
|
|
2692
2712
|
results?: number | undefined;
|
|
2693
2713
|
security?: string | undefined;
|
|
2694
|
-
unselectable?: "
|
|
2695
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2714
|
+
unselectable?: "off" | "on" | undefined;
|
|
2715
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2696
2716
|
is?: string | undefined;
|
|
2697
|
-
component?:
|
|
2717
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2698
2718
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2699
2719
|
};
|