react-magma-dom 3.9.0 → 3.10.0
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/components/Accordion/Accordion.stories.d.ts +3 -3
- package/dist/components/Alert/Alert.stories.d.ts +3 -3
- package/dist/components/AlertBase/index.d.ts +1 -1
- package/dist/components/Announce/Announce.stories.d.ts +2 -2
- package/dist/components/Badge/Badge.stories.d.ts +3 -3
- package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/dist/components/BreakpointsContainer/BreakpointsContainer.stories.d.ts +2 -2
- package/dist/components/Button/Button.stories.d.ts +3 -2
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +57 -52
- package/dist/components/Card/Card.stories.d.ts +2 -2
- package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +111 -101
- package/dist/components/Checkbox/Checkbox.stories.d.ts +3 -3
- package/dist/components/Checkbox/index.d.ts +2 -2
- package/dist/components/Combobox/Combobox.d.ts +2 -2
- package/dist/components/Combobox/Combobox.stories.d.ts +4 -4
- package/dist/components/Combobox/ComboboxInput.d.ts +1 -1
- package/dist/components/Combobox/MultiCombobox.d.ts +2 -2
- package/dist/components/Combobox/index.d.ts +1 -1
- package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
- package/dist/components/Datagrid/components.d.ts +2 -2
- package/dist/components/DatePicker/DatePicker.stories.d.ts +6 -6
- package/dist/components/Drawer/Drawer.stories.d.ts +2 -2
- package/dist/components/Dropdown/Dropdown.stories.d.ts +5 -5
- package/dist/components/FormGroup/FormGroup.stories.d.ts +2 -2
- package/dist/components/Heading/Heading.stories.d.ts +3 -3
- package/dist/components/Heading/index.d.ts +1 -1
- package/dist/components/HideAtBreakpoint/HideAtBreakpoint.stories.d.ts +2 -2
- package/dist/components/Hyperlink/Hyperlink.stories.d.ts +5 -5
- package/dist/components/IndeterminateCheckbox/IndeterminateCheckbox.stories.d.ts +4 -4
- package/dist/components/Input/Input.stories.d.ts +166 -157
- package/dist/components/InputBase/InputBase.stories.d.ts +3 -3
- package/dist/components/List/List.d.ts +0 -6
- package/dist/components/List/List.stories.d.ts +63 -2
- package/dist/components/List/ListItem.d.ts +8 -0
- package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +2 -2
- package/dist/components/Modal/Modal.d.ts +4 -0
- package/dist/components/Modal/Modal.stories.d.ts +10 -8
- package/dist/components/NavTabs/NavTab.d.ts +1 -4
- package/dist/components/NavTabs/NavTabs.stories.d.ts +6 -4
- package/dist/components/Pagination/Pagination.stories.d.ts +2 -2
- package/dist/components/Paragraph/Paragraph.stories.d.ts +2 -2
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +2 -2
- package/dist/components/Radio/Radio.stories.d.ts +3 -3
- package/dist/components/Select/ItemsList.d.ts +1 -1
- package/dist/components/Select/MultiSelect.d.ts +2 -2
- package/dist/components/Select/Select.d.ts +2 -2
- package/dist/components/Select/Select.stories.d.ts +2 -2
- package/dist/components/Select/SelectContainer.d.ts +1 -1
- package/dist/components/Select/SelectTriggerButton.d.ts +1 -1
- package/dist/components/Select/components.d.ts +7 -7
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Select/shared.d.ts +4 -4
- package/dist/components/SkipLink/SkipLink.stories.d.ts +2 -2
- package/dist/components/Spinner/index.d.ts +5 -0
- package/dist/components/Stepper/Step.d.ts +1 -1
- package/dist/components/Table/Table.stories.d.ts +335 -305
- package/dist/components/Table/TableRow.d.ts +4 -0
- package/dist/components/Tag/Tag.stories.d.ts +110 -100
- package/dist/components/Textarea/Textarea.stories.d.ts +55 -51
- package/dist/components/TimePicker/TimePicker.stories.d.ts +2 -2
- package/dist/components/Toast/Toast.stories.d.ts +3 -3
- package/dist/components/Toggle/Toggle.stories.d.ts +3 -3
- package/dist/components/ToggleButton/ToggleButton.stories.d.ts +216 -200
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +110 -100
- package/dist/components/Tooltip/Tooltip.stories.d.ts +2 -2
- package/dist/components/Transition/Transition.stories.d.ts +1 -1
- package/dist/components/TreeView/TreeView.stories.d.ts +24 -9
- package/dist/components/TreeView/TreeViewContext.d.ts +2 -0
- package/dist/components/TreeView/useTreeView.d.ts +17 -2
- package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +2 -2
- package/dist/esm/index.js +1068 -635
- package/dist/esm/index.js.map +1 -1
- package/dist/i18n/interface.d.ts +7 -0
- package/dist/index.d.ts +1 -1
- package/dist/properties.json +177 -138
- package/dist/react-magma-dom.cjs.development.js +944 -536
- package/dist/react-magma-dom.cjs.development.js.map +1 -1
- package/dist/react-magma-dom.cjs.production.min.js +1 -1
- package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
- package/dist/theme/components/reducedMotionTransition.d.ts +10 -0
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ declare const _default: import("@storybook/csf").ComponentAnnotations<import("@s
|
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TableProps>;
|
|
6
6
|
export declare const SquareCorners: {
|
|
7
|
-
(args: any): JSX.Element;
|
|
7
|
+
(args: any): React.JSX.Element;
|
|
8
8
|
args: {
|
|
9
9
|
hasSquareCorners: boolean;
|
|
10
10
|
hasHoverStyles: boolean;
|
|
@@ -13,7 +13,7 @@ export declare const SquareCorners: {
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
export declare const ControlledPagination: {
|
|
16
|
-
(args: any): JSX.Element;
|
|
16
|
+
(args: any): React.JSX.Element;
|
|
17
17
|
args: {
|
|
18
18
|
density?: TableDensity;
|
|
19
19
|
hasHoverStyles?: boolean;
|
|
@@ -32,6 +32,7 @@ export declare const ControlledPagination: {
|
|
|
32
32
|
suppressContentEditableWarning?: boolean;
|
|
33
33
|
suppressHydrationWarning?: boolean;
|
|
34
34
|
accessKey?: string;
|
|
35
|
+
autoFocus?: boolean;
|
|
35
36
|
className?: string;
|
|
36
37
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
37
38
|
contextMenu?: string;
|
|
@@ -40,6 +41,7 @@ export declare const ControlledPagination: {
|
|
|
40
41
|
hidden?: boolean;
|
|
41
42
|
id?: string;
|
|
42
43
|
lang?: string;
|
|
44
|
+
nonce?: string;
|
|
43
45
|
placeholder?: string;
|
|
44
46
|
slot?: string;
|
|
45
47
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -50,11 +52,14 @@ export declare const ControlledPagination: {
|
|
|
50
52
|
radioGroup?: string;
|
|
51
53
|
role?: React.AriaRole;
|
|
52
54
|
about?: string;
|
|
55
|
+
content?: string;
|
|
53
56
|
datatype?: string;
|
|
54
57
|
inlist?: any;
|
|
55
58
|
prefix?: string;
|
|
56
59
|
property?: string;
|
|
60
|
+
rel?: string;
|
|
57
61
|
resource?: string;
|
|
62
|
+
rev?: string;
|
|
58
63
|
typeof?: string;
|
|
59
64
|
vocab?: string;
|
|
60
65
|
autoCapitalize?: string;
|
|
@@ -71,57 +76,57 @@ export declare const ControlledPagination: {
|
|
|
71
76
|
unselectable?: "on" | "off";
|
|
72
77
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
73
78
|
is?: string;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
79
|
+
"aria-activedescendant"?: string;
|
|
80
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
81
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
82
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
83
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
84
|
+
"aria-colcount"?: number;
|
|
85
|
+
"aria-colindex"?: number;
|
|
86
|
+
"aria-colspan"?: number;
|
|
87
|
+
"aria-controls"?: string;
|
|
88
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
89
|
+
"aria-describedby"?: string;
|
|
90
|
+
"aria-details"?: string;
|
|
91
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
92
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
93
|
+
"aria-errormessage"?: string;
|
|
94
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
95
|
+
"aria-flowto"?: string;
|
|
96
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
97
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
98
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
99
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
100
|
+
"aria-keyshortcuts"?: string;
|
|
101
|
+
"aria-label"?: string;
|
|
102
|
+
"aria-labelledby"?: string;
|
|
103
|
+
"aria-level"?: number;
|
|
104
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
105
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
106
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
107
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
108
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
109
|
+
"aria-owns"?: string;
|
|
110
|
+
"aria-placeholder"?: string;
|
|
111
|
+
"aria-posinset"?: number;
|
|
112
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
113
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
114
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
115
|
+
"aria-required"?: boolean | "true" | "false";
|
|
116
|
+
"aria-roledescription"?: string;
|
|
117
|
+
"aria-rowcount"?: number;
|
|
118
|
+
"aria-rowindex"?: number;
|
|
119
|
+
"aria-rowspan"?: number;
|
|
120
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
121
|
+
"aria-setsize"?: number;
|
|
122
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
123
|
+
"aria-valuemax"?: number;
|
|
124
|
+
"aria-valuemin"?: number;
|
|
125
|
+
"aria-valuenow"?: number;
|
|
126
|
+
"aria-valuetext"?: string;
|
|
122
127
|
children?: React.ReactNode;
|
|
123
128
|
dangerouslySetInnerHTML?: {
|
|
124
|
-
__html: string;
|
|
129
|
+
__html: string | TrustedHTML;
|
|
125
130
|
};
|
|
126
131
|
onCopy?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
127
132
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
@@ -286,9 +291,9 @@ export declare const ControlledPagination: {
|
|
|
286
291
|
css?: import("@emotion/core").InterpolationWithTheme<any>;
|
|
287
292
|
};
|
|
288
293
|
};
|
|
289
|
-
export declare const UncontrolledPagination: (args: any) => JSX.Element;
|
|
294
|
+
export declare const UncontrolledPagination: (args: any) => React.JSX.Element;
|
|
290
295
|
export declare const PaginationWithSquareCorners: {
|
|
291
|
-
(args: any): JSX.Element;
|
|
296
|
+
(args: any): React.JSX.Element;
|
|
292
297
|
args: {
|
|
293
298
|
hasSquareCorners: boolean;
|
|
294
299
|
hasHoverStyles: boolean;
|
|
@@ -297,7 +302,7 @@ export declare const PaginationWithSquareCorners: {
|
|
|
297
302
|
};
|
|
298
303
|
};
|
|
299
304
|
export declare const PaginationInverse: {
|
|
300
|
-
(args: any): JSX.Element;
|
|
305
|
+
(args: any): React.JSX.Element;
|
|
301
306
|
args: {
|
|
302
307
|
isInverse: boolean;
|
|
303
308
|
density?: TableDensity;
|
|
@@ -316,6 +321,7 @@ export declare const PaginationInverse: {
|
|
|
316
321
|
suppressContentEditableWarning?: boolean;
|
|
317
322
|
suppressHydrationWarning?: boolean;
|
|
318
323
|
accessKey?: string;
|
|
324
|
+
autoFocus?: boolean;
|
|
319
325
|
className?: string;
|
|
320
326
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
321
327
|
contextMenu?: string;
|
|
@@ -324,6 +330,7 @@ export declare const PaginationInverse: {
|
|
|
324
330
|
hidden?: boolean;
|
|
325
331
|
id?: string;
|
|
326
332
|
lang?: string;
|
|
333
|
+
nonce?: string;
|
|
327
334
|
placeholder?: string;
|
|
328
335
|
slot?: string;
|
|
329
336
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -334,11 +341,14 @@ export declare const PaginationInverse: {
|
|
|
334
341
|
radioGroup?: string;
|
|
335
342
|
role?: React.AriaRole;
|
|
336
343
|
about?: string;
|
|
344
|
+
content?: string;
|
|
337
345
|
datatype?: string;
|
|
338
346
|
inlist?: any;
|
|
339
347
|
prefix?: string;
|
|
340
348
|
property?: string;
|
|
349
|
+
rel?: string;
|
|
341
350
|
resource?: string;
|
|
351
|
+
rev?: string;
|
|
342
352
|
typeof?: string;
|
|
343
353
|
vocab?: string;
|
|
344
354
|
autoCapitalize?: string;
|
|
@@ -355,57 +365,57 @@ export declare const PaginationInverse: {
|
|
|
355
365
|
unselectable?: "on" | "off";
|
|
356
366
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
357
367
|
is?: string;
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
368
|
+
"aria-activedescendant"?: string;
|
|
369
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
370
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
371
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
372
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
373
|
+
"aria-colcount"?: number;
|
|
374
|
+
"aria-colindex"?: number;
|
|
375
|
+
"aria-colspan"?: number;
|
|
376
|
+
"aria-controls"?: string;
|
|
377
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
378
|
+
"aria-describedby"?: string;
|
|
379
|
+
"aria-details"?: string;
|
|
380
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
381
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
382
|
+
"aria-errormessage"?: string;
|
|
383
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
384
|
+
"aria-flowto"?: string;
|
|
385
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
386
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
387
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
388
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
389
|
+
"aria-keyshortcuts"?: string;
|
|
390
|
+
"aria-label"?: string;
|
|
391
|
+
"aria-labelledby"?: string;
|
|
392
|
+
"aria-level"?: number;
|
|
393
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
394
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
395
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
396
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
397
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
398
|
+
"aria-owns"?: string;
|
|
399
|
+
"aria-placeholder"?: string;
|
|
400
|
+
"aria-posinset"?: number;
|
|
401
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
402
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
403
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
404
|
+
"aria-required"?: boolean | "true" | "false";
|
|
405
|
+
"aria-roledescription"?: string;
|
|
406
|
+
"aria-rowcount"?: number;
|
|
407
|
+
"aria-rowindex"?: number;
|
|
408
|
+
"aria-rowspan"?: number;
|
|
409
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
410
|
+
"aria-setsize"?: number;
|
|
411
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
412
|
+
"aria-valuemax"?: number;
|
|
413
|
+
"aria-valuemin"?: number;
|
|
414
|
+
"aria-valuenow"?: number;
|
|
415
|
+
"aria-valuetext"?: string;
|
|
406
416
|
children?: React.ReactNode;
|
|
407
417
|
dangerouslySetInnerHTML?: {
|
|
408
|
-
__html: string;
|
|
418
|
+
__html: string | TrustedHTML;
|
|
409
419
|
};
|
|
410
420
|
onCopy?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
411
421
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
@@ -571,7 +581,7 @@ export declare const PaginationInverse: {
|
|
|
571
581
|
};
|
|
572
582
|
};
|
|
573
583
|
export declare const RowColors: {
|
|
574
|
-
(args: any): JSX.Element;
|
|
584
|
+
(args: any): React.JSX.Element;
|
|
575
585
|
args: {
|
|
576
586
|
hasHoverStyles: boolean;
|
|
577
587
|
hasZebraStripe: boolean;
|
|
@@ -591,6 +601,7 @@ export declare const RowColors: {
|
|
|
591
601
|
suppressContentEditableWarning?: boolean;
|
|
592
602
|
suppressHydrationWarning?: boolean;
|
|
593
603
|
accessKey?: string;
|
|
604
|
+
autoFocus?: boolean;
|
|
594
605
|
className?: string;
|
|
595
606
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
596
607
|
contextMenu?: string;
|
|
@@ -599,6 +610,7 @@ export declare const RowColors: {
|
|
|
599
610
|
hidden?: boolean;
|
|
600
611
|
id?: string;
|
|
601
612
|
lang?: string;
|
|
613
|
+
nonce?: string;
|
|
602
614
|
placeholder?: string;
|
|
603
615
|
slot?: string;
|
|
604
616
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -609,11 +621,14 @@ export declare const RowColors: {
|
|
|
609
621
|
radioGroup?: string;
|
|
610
622
|
role?: React.AriaRole;
|
|
611
623
|
about?: string;
|
|
624
|
+
content?: string;
|
|
612
625
|
datatype?: string;
|
|
613
626
|
inlist?: any;
|
|
614
627
|
prefix?: string;
|
|
615
628
|
property?: string;
|
|
629
|
+
rel?: string;
|
|
616
630
|
resource?: string;
|
|
631
|
+
rev?: string;
|
|
617
632
|
typeof?: string;
|
|
618
633
|
vocab?: string;
|
|
619
634
|
autoCapitalize?: string;
|
|
@@ -630,57 +645,57 @@ export declare const RowColors: {
|
|
|
630
645
|
unselectable?: "on" | "off";
|
|
631
646
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
632
647
|
is?: string;
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
648
|
+
"aria-activedescendant"?: string;
|
|
649
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
650
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
651
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
652
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
653
|
+
"aria-colcount"?: number;
|
|
654
|
+
"aria-colindex"?: number;
|
|
655
|
+
"aria-colspan"?: number;
|
|
656
|
+
"aria-controls"?: string;
|
|
657
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
658
|
+
"aria-describedby"?: string;
|
|
659
|
+
"aria-details"?: string;
|
|
660
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
661
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
662
|
+
"aria-errormessage"?: string;
|
|
663
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
664
|
+
"aria-flowto"?: string;
|
|
665
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
666
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
667
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
668
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
669
|
+
"aria-keyshortcuts"?: string;
|
|
670
|
+
"aria-label"?: string;
|
|
671
|
+
"aria-labelledby"?: string;
|
|
672
|
+
"aria-level"?: number;
|
|
673
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
674
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
675
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
676
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
677
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
678
|
+
"aria-owns"?: string;
|
|
679
|
+
"aria-placeholder"?: string;
|
|
680
|
+
"aria-posinset"?: number;
|
|
681
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
682
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
683
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
684
|
+
"aria-required"?: boolean | "true" | "false";
|
|
685
|
+
"aria-roledescription"?: string;
|
|
686
|
+
"aria-rowcount"?: number;
|
|
687
|
+
"aria-rowindex"?: number;
|
|
688
|
+
"aria-rowspan"?: number;
|
|
689
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
690
|
+
"aria-setsize"?: number;
|
|
691
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
692
|
+
"aria-valuemax"?: number;
|
|
693
|
+
"aria-valuemin"?: number;
|
|
694
|
+
"aria-valuenow"?: number;
|
|
695
|
+
"aria-valuetext"?: string;
|
|
681
696
|
children?: React.ReactNode;
|
|
682
697
|
dangerouslySetInnerHTML?: {
|
|
683
|
-
__html: string;
|
|
698
|
+
__html: string | TrustedHTML;
|
|
684
699
|
};
|
|
685
700
|
onCopy?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
686
701
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
@@ -846,7 +861,7 @@ export declare const RowColors: {
|
|
|
846
861
|
};
|
|
847
862
|
};
|
|
848
863
|
export declare const RowColorsInverse: {
|
|
849
|
-
(args: any): JSX.Element;
|
|
864
|
+
(args: any): React.JSX.Element;
|
|
850
865
|
args: {
|
|
851
866
|
isInverse: boolean;
|
|
852
867
|
density?: TableDensity;
|
|
@@ -865,6 +880,7 @@ export declare const RowColorsInverse: {
|
|
|
865
880
|
suppressContentEditableWarning?: boolean;
|
|
866
881
|
suppressHydrationWarning?: boolean;
|
|
867
882
|
accessKey?: string;
|
|
883
|
+
autoFocus?: boolean;
|
|
868
884
|
className?: string;
|
|
869
885
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
870
886
|
contextMenu?: string;
|
|
@@ -873,6 +889,7 @@ export declare const RowColorsInverse: {
|
|
|
873
889
|
hidden?: boolean;
|
|
874
890
|
id?: string;
|
|
875
891
|
lang?: string;
|
|
892
|
+
nonce?: string;
|
|
876
893
|
placeholder?: string;
|
|
877
894
|
slot?: string;
|
|
878
895
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -883,11 +900,14 @@ export declare const RowColorsInverse: {
|
|
|
883
900
|
radioGroup?: string;
|
|
884
901
|
role?: React.AriaRole;
|
|
885
902
|
about?: string;
|
|
903
|
+
content?: string;
|
|
886
904
|
datatype?: string;
|
|
887
905
|
inlist?: any;
|
|
888
906
|
prefix?: string;
|
|
889
907
|
property?: string;
|
|
908
|
+
rel?: string;
|
|
890
909
|
resource?: string;
|
|
910
|
+
rev?: string;
|
|
891
911
|
typeof?: string;
|
|
892
912
|
vocab?: string;
|
|
893
913
|
autoCapitalize?: string;
|
|
@@ -904,57 +924,57 @@ export declare const RowColorsInverse: {
|
|
|
904
924
|
unselectable?: "on" | "off";
|
|
905
925
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
906
926
|
is?: string;
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
927
|
+
"aria-activedescendant"?: string;
|
|
928
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
929
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
930
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
931
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
932
|
+
"aria-colcount"?: number;
|
|
933
|
+
"aria-colindex"?: number;
|
|
934
|
+
"aria-colspan"?: number;
|
|
935
|
+
"aria-controls"?: string;
|
|
936
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
937
|
+
"aria-describedby"?: string;
|
|
938
|
+
"aria-details"?: string;
|
|
939
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
940
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
941
|
+
"aria-errormessage"?: string;
|
|
942
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
943
|
+
"aria-flowto"?: string;
|
|
944
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
945
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
946
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
947
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
948
|
+
"aria-keyshortcuts"?: string;
|
|
949
|
+
"aria-label"?: string;
|
|
950
|
+
"aria-labelledby"?: string;
|
|
951
|
+
"aria-level"?: number;
|
|
952
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
953
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
954
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
955
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
956
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
957
|
+
"aria-owns"?: string;
|
|
958
|
+
"aria-placeholder"?: string;
|
|
959
|
+
"aria-posinset"?: number;
|
|
960
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
961
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
962
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
963
|
+
"aria-required"?: boolean | "true" | "false";
|
|
964
|
+
"aria-roledescription"?: string;
|
|
965
|
+
"aria-rowcount"?: number;
|
|
966
|
+
"aria-rowindex"?: number;
|
|
967
|
+
"aria-rowspan"?: number;
|
|
968
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
969
|
+
"aria-setsize"?: number;
|
|
970
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
971
|
+
"aria-valuemax"?: number;
|
|
972
|
+
"aria-valuemin"?: number;
|
|
973
|
+
"aria-valuenow"?: number;
|
|
974
|
+
"aria-valuetext"?: string;
|
|
955
975
|
children?: React.ReactNode;
|
|
956
976
|
dangerouslySetInnerHTML?: {
|
|
957
|
-
__html: string;
|
|
977
|
+
__html: string | TrustedHTML;
|
|
958
978
|
};
|
|
959
979
|
onCopy?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
960
980
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
@@ -1120,7 +1140,7 @@ export declare const RowColorsInverse: {
|
|
|
1120
1140
|
};
|
|
1121
1141
|
};
|
|
1122
1142
|
export declare const Sortable: {
|
|
1123
|
-
(args: any): JSX.Element;
|
|
1143
|
+
(args: any): React.JSX.Element;
|
|
1124
1144
|
args: {
|
|
1125
1145
|
density?: TableDensity;
|
|
1126
1146
|
hasHoverStyles?: boolean;
|
|
@@ -1139,6 +1159,7 @@ export declare const Sortable: {
|
|
|
1139
1159
|
suppressContentEditableWarning?: boolean;
|
|
1140
1160
|
suppressHydrationWarning?: boolean;
|
|
1141
1161
|
accessKey?: string;
|
|
1162
|
+
autoFocus?: boolean;
|
|
1142
1163
|
className?: string;
|
|
1143
1164
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
1144
1165
|
contextMenu?: string;
|
|
@@ -1147,6 +1168,7 @@ export declare const Sortable: {
|
|
|
1147
1168
|
hidden?: boolean;
|
|
1148
1169
|
id?: string;
|
|
1149
1170
|
lang?: string;
|
|
1171
|
+
nonce?: string;
|
|
1150
1172
|
placeholder?: string;
|
|
1151
1173
|
slot?: string;
|
|
1152
1174
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -1157,11 +1179,14 @@ export declare const Sortable: {
|
|
|
1157
1179
|
radioGroup?: string;
|
|
1158
1180
|
role?: React.AriaRole;
|
|
1159
1181
|
about?: string;
|
|
1182
|
+
content?: string;
|
|
1160
1183
|
datatype?: string;
|
|
1161
1184
|
inlist?: any;
|
|
1162
1185
|
prefix?: string;
|
|
1163
1186
|
property?: string;
|
|
1187
|
+
rel?: string;
|
|
1164
1188
|
resource?: string;
|
|
1189
|
+
rev?: string;
|
|
1165
1190
|
typeof?: string;
|
|
1166
1191
|
vocab?: string;
|
|
1167
1192
|
autoCapitalize?: string;
|
|
@@ -1178,57 +1203,57 @@ export declare const Sortable: {
|
|
|
1178
1203
|
unselectable?: "on" | "off";
|
|
1179
1204
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
1180
1205
|
is?: string;
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1206
|
+
"aria-activedescendant"?: string;
|
|
1207
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
1208
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
1209
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
1210
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
1211
|
+
"aria-colcount"?: number;
|
|
1212
|
+
"aria-colindex"?: number;
|
|
1213
|
+
"aria-colspan"?: number;
|
|
1214
|
+
"aria-controls"?: string;
|
|
1215
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
1216
|
+
"aria-describedby"?: string;
|
|
1217
|
+
"aria-details"?: string;
|
|
1218
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
1219
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
1220
|
+
"aria-errormessage"?: string;
|
|
1221
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
1222
|
+
"aria-flowto"?: string;
|
|
1223
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
1224
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
1225
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
1226
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
1227
|
+
"aria-keyshortcuts"?: string;
|
|
1228
|
+
"aria-label"?: string;
|
|
1229
|
+
"aria-labelledby"?: string;
|
|
1230
|
+
"aria-level"?: number;
|
|
1231
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
1232
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
1233
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
1234
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
1235
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
1236
|
+
"aria-owns"?: string;
|
|
1237
|
+
"aria-placeholder"?: string;
|
|
1238
|
+
"aria-posinset"?: number;
|
|
1239
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
1240
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
1241
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
1242
|
+
"aria-required"?: boolean | "true" | "false";
|
|
1243
|
+
"aria-roledescription"?: string;
|
|
1244
|
+
"aria-rowcount"?: number;
|
|
1245
|
+
"aria-rowindex"?: number;
|
|
1246
|
+
"aria-rowspan"?: number;
|
|
1247
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
1248
|
+
"aria-setsize"?: number;
|
|
1249
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
1250
|
+
"aria-valuemax"?: number;
|
|
1251
|
+
"aria-valuemin"?: number;
|
|
1252
|
+
"aria-valuenow"?: number;
|
|
1253
|
+
"aria-valuetext"?: string;
|
|
1229
1254
|
children?: React.ReactNode;
|
|
1230
1255
|
dangerouslySetInnerHTML?: {
|
|
1231
|
-
__html: string;
|
|
1256
|
+
__html: string | TrustedHTML;
|
|
1232
1257
|
};
|
|
1233
1258
|
onCopy?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
1234
1259
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
@@ -1394,7 +1419,7 @@ export declare const Sortable: {
|
|
|
1394
1419
|
};
|
|
1395
1420
|
};
|
|
1396
1421
|
export declare const WithDropdown: {
|
|
1397
|
-
(args: any): JSX.Element;
|
|
1422
|
+
(args: any): React.JSX.Element;
|
|
1398
1423
|
args: {
|
|
1399
1424
|
density?: TableDensity;
|
|
1400
1425
|
hasHoverStyles?: boolean;
|
|
@@ -1413,6 +1438,7 @@ export declare const WithDropdown: {
|
|
|
1413
1438
|
suppressContentEditableWarning?: boolean;
|
|
1414
1439
|
suppressHydrationWarning?: boolean;
|
|
1415
1440
|
accessKey?: string;
|
|
1441
|
+
autoFocus?: boolean;
|
|
1416
1442
|
className?: string;
|
|
1417
1443
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
1418
1444
|
contextMenu?: string;
|
|
@@ -1421,6 +1447,7 @@ export declare const WithDropdown: {
|
|
|
1421
1447
|
hidden?: boolean;
|
|
1422
1448
|
id?: string;
|
|
1423
1449
|
lang?: string;
|
|
1450
|
+
nonce?: string;
|
|
1424
1451
|
placeholder?: string;
|
|
1425
1452
|
slot?: string;
|
|
1426
1453
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -1431,11 +1458,14 @@ export declare const WithDropdown: {
|
|
|
1431
1458
|
radioGroup?: string;
|
|
1432
1459
|
role?: React.AriaRole;
|
|
1433
1460
|
about?: string;
|
|
1461
|
+
content?: string;
|
|
1434
1462
|
datatype?: string;
|
|
1435
1463
|
inlist?: any;
|
|
1436
1464
|
prefix?: string;
|
|
1437
1465
|
property?: string;
|
|
1466
|
+
rel?: string;
|
|
1438
1467
|
resource?: string;
|
|
1468
|
+
rev?: string;
|
|
1439
1469
|
typeof?: string;
|
|
1440
1470
|
vocab?: string;
|
|
1441
1471
|
autoCapitalize?: string;
|
|
@@ -1452,57 +1482,57 @@ export declare const WithDropdown: {
|
|
|
1452
1482
|
unselectable?: "on" | "off";
|
|
1453
1483
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
1454
1484
|
is?: string;
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1485
|
+
"aria-activedescendant"?: string;
|
|
1486
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
1487
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
1488
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
1489
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
1490
|
+
"aria-colcount"?: number;
|
|
1491
|
+
"aria-colindex"?: number;
|
|
1492
|
+
"aria-colspan"?: number;
|
|
1493
|
+
"aria-controls"?: string;
|
|
1494
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
1495
|
+
"aria-describedby"?: string;
|
|
1496
|
+
"aria-details"?: string;
|
|
1497
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
1498
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
1499
|
+
"aria-errormessage"?: string;
|
|
1500
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
1501
|
+
"aria-flowto"?: string;
|
|
1502
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
1503
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
1504
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
1505
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
1506
|
+
"aria-keyshortcuts"?: string;
|
|
1507
|
+
"aria-label"?: string;
|
|
1508
|
+
"aria-labelledby"?: string;
|
|
1509
|
+
"aria-level"?: number;
|
|
1510
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
1511
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
1512
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
1513
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
1514
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
1515
|
+
"aria-owns"?: string;
|
|
1516
|
+
"aria-placeholder"?: string;
|
|
1517
|
+
"aria-posinset"?: number;
|
|
1518
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
1519
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
1520
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
1521
|
+
"aria-required"?: boolean | "true" | "false";
|
|
1522
|
+
"aria-roledescription"?: string;
|
|
1523
|
+
"aria-rowcount"?: number;
|
|
1524
|
+
"aria-rowindex"?: number;
|
|
1525
|
+
"aria-rowspan"?: number;
|
|
1526
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
1527
|
+
"aria-setsize"?: number;
|
|
1528
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
1529
|
+
"aria-valuemax"?: number;
|
|
1530
|
+
"aria-valuemin"?: number;
|
|
1531
|
+
"aria-valuenow"?: number;
|
|
1532
|
+
"aria-valuetext"?: string;
|
|
1503
1533
|
children?: React.ReactNode;
|
|
1504
1534
|
dangerouslySetInnerHTML?: {
|
|
1505
|
-
__html: string;
|
|
1535
|
+
__html: string | TrustedHTML;
|
|
1506
1536
|
};
|
|
1507
1537
|
onCopy?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
1508
1538
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLTableElement>) => void;
|
|
@@ -1668,9 +1698,9 @@ export declare const WithDropdown: {
|
|
|
1668
1698
|
};
|
|
1669
1699
|
};
|
|
1670
1700
|
export declare const AdjustableRowNumber: {
|
|
1671
|
-
(args: any): JSX.Element;
|
|
1701
|
+
(args: any): React.JSX.Element;
|
|
1672
1702
|
args: {
|
|
1673
1703
|
numberRows: number;
|
|
1674
1704
|
};
|
|
1675
1705
|
};
|
|
1676
|
-
export declare const NoRowsPerPageControl: (args: any) => JSX.Element;
|
|
1706
|
+
export declare const NoRowsPerPageControl: (args: any) => React.JSX.Element;
|