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.
Files changed (81) hide show
  1. package/dist/components/Accordion/Accordion.stories.d.ts +3 -3
  2. package/dist/components/Alert/Alert.stories.d.ts +3 -3
  3. package/dist/components/AlertBase/index.d.ts +1 -1
  4. package/dist/components/Announce/Announce.stories.d.ts +2 -2
  5. package/dist/components/Badge/Badge.stories.d.ts +3 -3
  6. package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
  7. package/dist/components/BreakpointsContainer/BreakpointsContainer.stories.d.ts +2 -2
  8. package/dist/components/Button/Button.stories.d.ts +3 -2
  9. package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +57 -52
  10. package/dist/components/Card/Card.stories.d.ts +2 -2
  11. package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +111 -101
  12. package/dist/components/Checkbox/Checkbox.stories.d.ts +3 -3
  13. package/dist/components/Checkbox/index.d.ts +2 -2
  14. package/dist/components/Combobox/Combobox.d.ts +2 -2
  15. package/dist/components/Combobox/Combobox.stories.d.ts +4 -4
  16. package/dist/components/Combobox/ComboboxInput.d.ts +1 -1
  17. package/dist/components/Combobox/MultiCombobox.d.ts +2 -2
  18. package/dist/components/Combobox/index.d.ts +1 -1
  19. package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
  20. package/dist/components/Datagrid/components.d.ts +2 -2
  21. package/dist/components/DatePicker/DatePicker.stories.d.ts +6 -6
  22. package/dist/components/Drawer/Drawer.stories.d.ts +2 -2
  23. package/dist/components/Dropdown/Dropdown.stories.d.ts +5 -5
  24. package/dist/components/FormGroup/FormGroup.stories.d.ts +2 -2
  25. package/dist/components/Heading/Heading.stories.d.ts +3 -3
  26. package/dist/components/Heading/index.d.ts +1 -1
  27. package/dist/components/HideAtBreakpoint/HideAtBreakpoint.stories.d.ts +2 -2
  28. package/dist/components/Hyperlink/Hyperlink.stories.d.ts +5 -5
  29. package/dist/components/IndeterminateCheckbox/IndeterminateCheckbox.stories.d.ts +4 -4
  30. package/dist/components/Input/Input.stories.d.ts +166 -157
  31. package/dist/components/InputBase/InputBase.stories.d.ts +3 -3
  32. package/dist/components/List/List.d.ts +0 -6
  33. package/dist/components/List/List.stories.d.ts +63 -2
  34. package/dist/components/List/ListItem.d.ts +8 -0
  35. package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +2 -2
  36. package/dist/components/Modal/Modal.d.ts +4 -0
  37. package/dist/components/Modal/Modal.stories.d.ts +10 -8
  38. package/dist/components/NavTabs/NavTab.d.ts +1 -4
  39. package/dist/components/NavTabs/NavTabs.stories.d.ts +6 -4
  40. package/dist/components/Pagination/Pagination.stories.d.ts +2 -2
  41. package/dist/components/Paragraph/Paragraph.stories.d.ts +2 -2
  42. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +2 -2
  43. package/dist/components/Radio/Radio.stories.d.ts +3 -3
  44. package/dist/components/Select/ItemsList.d.ts +1 -1
  45. package/dist/components/Select/MultiSelect.d.ts +2 -2
  46. package/dist/components/Select/Select.d.ts +2 -2
  47. package/dist/components/Select/Select.stories.d.ts +2 -2
  48. package/dist/components/Select/SelectContainer.d.ts +1 -1
  49. package/dist/components/Select/SelectTriggerButton.d.ts +1 -1
  50. package/dist/components/Select/components.d.ts +7 -7
  51. package/dist/components/Select/index.d.ts +1 -1
  52. package/dist/components/Select/shared.d.ts +4 -4
  53. package/dist/components/SkipLink/SkipLink.stories.d.ts +2 -2
  54. package/dist/components/Spinner/index.d.ts +5 -0
  55. package/dist/components/Stepper/Step.d.ts +1 -1
  56. package/dist/components/Table/Table.stories.d.ts +335 -305
  57. package/dist/components/Table/TableRow.d.ts +4 -0
  58. package/dist/components/Tag/Tag.stories.d.ts +110 -100
  59. package/dist/components/Textarea/Textarea.stories.d.ts +55 -51
  60. package/dist/components/TimePicker/TimePicker.stories.d.ts +2 -2
  61. package/dist/components/Toast/Toast.stories.d.ts +3 -3
  62. package/dist/components/Toggle/Toggle.stories.d.ts +3 -3
  63. package/dist/components/ToggleButton/ToggleButton.stories.d.ts +216 -200
  64. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +110 -100
  65. package/dist/components/Tooltip/Tooltip.stories.d.ts +2 -2
  66. package/dist/components/Transition/Transition.stories.d.ts +1 -1
  67. package/dist/components/TreeView/TreeView.stories.d.ts +24 -9
  68. package/dist/components/TreeView/TreeViewContext.d.ts +2 -0
  69. package/dist/components/TreeView/useTreeView.d.ts +17 -2
  70. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +2 -2
  71. package/dist/esm/index.js +1068 -635
  72. package/dist/esm/index.js.map +1 -1
  73. package/dist/i18n/interface.d.ts +7 -0
  74. package/dist/index.d.ts +1 -1
  75. package/dist/properties.json +177 -138
  76. package/dist/react-magma-dom.cjs.development.js +944 -536
  77. package/dist/react-magma-dom.cjs.development.js.map +1 -1
  78. package/dist/react-magma-dom.cjs.production.min.js +1 -1
  79. package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
  80. package/dist/theme/components/reducedMotionTransition.d.ts +10 -0
  81. 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
- 'aria-activedescendant'?: string;
75
- 'aria-atomic'?: boolean | "true" | "false";
76
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
77
- 'aria-busy'?: boolean | "true" | "false";
78
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
79
- 'aria-colcount'?: number;
80
- 'aria-colindex'?: number;
81
- 'aria-colspan'?: number;
82
- 'aria-controls'?: string;
83
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
84
- 'aria-describedby'?: string;
85
- 'aria-details'?: string;
86
- 'aria-disabled'?: boolean | "true" | "false";
87
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
88
- 'aria-errormessage'?: string;
89
- 'aria-expanded'?: boolean | "true" | "false";
90
- 'aria-flowto'?: string;
91
- 'aria-grabbed'?: boolean | "true" | "false";
92
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
93
- 'aria-hidden'?: boolean | "true" | "false";
94
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
95
- 'aria-keyshortcuts'?: string;
96
- 'aria-label'?: string;
97
- 'aria-labelledby'?: string;
98
- 'aria-level'?: number;
99
- 'aria-live'?: "off" | "assertive" | "polite";
100
- 'aria-modal'?: boolean | "true" | "false";
101
- 'aria-multiline'?: boolean | "true" | "false";
102
- 'aria-multiselectable'?: boolean | "true" | "false";
103
- 'aria-orientation'?: "horizontal" | "vertical";
104
- 'aria-owns'?: string;
105
- 'aria-placeholder'?: string;
106
- 'aria-posinset'?: number;
107
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
108
- 'aria-readonly'?: boolean | "true" | "false";
109
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
110
- 'aria-required'?: boolean | "true" | "false";
111
- 'aria-roledescription'?: string;
112
- 'aria-rowcount'?: number;
113
- 'aria-rowindex'?: number;
114
- 'aria-rowspan'?: number;
115
- 'aria-selected'?: boolean | "true" | "false";
116
- 'aria-setsize'?: number;
117
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
118
- 'aria-valuemax'?: number;
119
- 'aria-valuemin'?: number;
120
- 'aria-valuenow'?: number;
121
- 'aria-valuetext'?: string;
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
- 'aria-activedescendant'?: string;
359
- 'aria-atomic'?: boolean | "true" | "false";
360
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
361
- 'aria-busy'?: boolean | "true" | "false";
362
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
363
- 'aria-colcount'?: number;
364
- 'aria-colindex'?: number;
365
- 'aria-colspan'?: number;
366
- 'aria-controls'?: string;
367
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
368
- 'aria-describedby'?: string;
369
- 'aria-details'?: string;
370
- 'aria-disabled'?: boolean | "true" | "false";
371
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
372
- 'aria-errormessage'?: string;
373
- 'aria-expanded'?: boolean | "true" | "false";
374
- 'aria-flowto'?: string;
375
- 'aria-grabbed'?: boolean | "true" | "false";
376
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
377
- 'aria-hidden'?: boolean | "true" | "false";
378
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
379
- 'aria-keyshortcuts'?: string;
380
- 'aria-label'?: string;
381
- 'aria-labelledby'?: string;
382
- 'aria-level'?: number;
383
- 'aria-live'?: "off" | "assertive" | "polite";
384
- 'aria-modal'?: boolean | "true" | "false";
385
- 'aria-multiline'?: boolean | "true" | "false";
386
- 'aria-multiselectable'?: boolean | "true" | "false";
387
- 'aria-orientation'?: "horizontal" | "vertical";
388
- 'aria-owns'?: string;
389
- 'aria-placeholder'?: string;
390
- 'aria-posinset'?: number;
391
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
392
- 'aria-readonly'?: boolean | "true" | "false";
393
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
394
- 'aria-required'?: boolean | "true" | "false";
395
- 'aria-roledescription'?: string;
396
- 'aria-rowcount'?: number;
397
- 'aria-rowindex'?: number;
398
- 'aria-rowspan'?: number;
399
- 'aria-selected'?: boolean | "true" | "false";
400
- 'aria-setsize'?: number;
401
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
402
- 'aria-valuemax'?: number;
403
- 'aria-valuemin'?: number;
404
- 'aria-valuenow'?: number;
405
- 'aria-valuetext'?: string;
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
- 'aria-activedescendant'?: string;
634
- 'aria-atomic'?: boolean | "true" | "false";
635
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
636
- 'aria-busy'?: boolean | "true" | "false";
637
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
638
- 'aria-colcount'?: number;
639
- 'aria-colindex'?: number;
640
- 'aria-colspan'?: number;
641
- 'aria-controls'?: string;
642
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
643
- 'aria-describedby'?: string;
644
- 'aria-details'?: string;
645
- 'aria-disabled'?: boolean | "true" | "false";
646
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
647
- 'aria-errormessage'?: string;
648
- 'aria-expanded'?: boolean | "true" | "false";
649
- 'aria-flowto'?: string;
650
- 'aria-grabbed'?: boolean | "true" | "false";
651
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
652
- 'aria-hidden'?: boolean | "true" | "false";
653
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
654
- 'aria-keyshortcuts'?: string;
655
- 'aria-label'?: string;
656
- 'aria-labelledby'?: string;
657
- 'aria-level'?: number;
658
- 'aria-live'?: "off" | "assertive" | "polite";
659
- 'aria-modal'?: boolean | "true" | "false";
660
- 'aria-multiline'?: boolean | "true" | "false";
661
- 'aria-multiselectable'?: boolean | "true" | "false";
662
- 'aria-orientation'?: "horizontal" | "vertical";
663
- 'aria-owns'?: string;
664
- 'aria-placeholder'?: string;
665
- 'aria-posinset'?: number;
666
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
667
- 'aria-readonly'?: boolean | "true" | "false";
668
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
669
- 'aria-required'?: boolean | "true" | "false";
670
- 'aria-roledescription'?: string;
671
- 'aria-rowcount'?: number;
672
- 'aria-rowindex'?: number;
673
- 'aria-rowspan'?: number;
674
- 'aria-selected'?: boolean | "true" | "false";
675
- 'aria-setsize'?: number;
676
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
677
- 'aria-valuemax'?: number;
678
- 'aria-valuemin'?: number;
679
- 'aria-valuenow'?: number;
680
- 'aria-valuetext'?: string;
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
- 'aria-activedescendant'?: string;
908
- 'aria-atomic'?: boolean | "true" | "false";
909
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
910
- 'aria-busy'?: boolean | "true" | "false";
911
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
912
- 'aria-colcount'?: number;
913
- 'aria-colindex'?: number;
914
- 'aria-colspan'?: number;
915
- 'aria-controls'?: string;
916
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
917
- 'aria-describedby'?: string;
918
- 'aria-details'?: string;
919
- 'aria-disabled'?: boolean | "true" | "false";
920
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
921
- 'aria-errormessage'?: string;
922
- 'aria-expanded'?: boolean | "true" | "false";
923
- 'aria-flowto'?: string;
924
- 'aria-grabbed'?: boolean | "true" | "false";
925
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
926
- 'aria-hidden'?: boolean | "true" | "false";
927
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
928
- 'aria-keyshortcuts'?: string;
929
- 'aria-label'?: string;
930
- 'aria-labelledby'?: string;
931
- 'aria-level'?: number;
932
- 'aria-live'?: "off" | "assertive" | "polite";
933
- 'aria-modal'?: boolean | "true" | "false";
934
- 'aria-multiline'?: boolean | "true" | "false";
935
- 'aria-multiselectable'?: boolean | "true" | "false";
936
- 'aria-orientation'?: "horizontal" | "vertical";
937
- 'aria-owns'?: string;
938
- 'aria-placeholder'?: string;
939
- 'aria-posinset'?: number;
940
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
941
- 'aria-readonly'?: boolean | "true" | "false";
942
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
943
- 'aria-required'?: boolean | "true" | "false";
944
- 'aria-roledescription'?: string;
945
- 'aria-rowcount'?: number;
946
- 'aria-rowindex'?: number;
947
- 'aria-rowspan'?: number;
948
- 'aria-selected'?: boolean | "true" | "false";
949
- 'aria-setsize'?: number;
950
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
951
- 'aria-valuemax'?: number;
952
- 'aria-valuemin'?: number;
953
- 'aria-valuenow'?: number;
954
- 'aria-valuetext'?: string;
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
- 'aria-activedescendant'?: string;
1182
- 'aria-atomic'?: boolean | "true" | "false";
1183
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
1184
- 'aria-busy'?: boolean | "true" | "false";
1185
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
1186
- 'aria-colcount'?: number;
1187
- 'aria-colindex'?: number;
1188
- 'aria-colspan'?: number;
1189
- 'aria-controls'?: string;
1190
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
1191
- 'aria-describedby'?: string;
1192
- 'aria-details'?: string;
1193
- 'aria-disabled'?: boolean | "true" | "false";
1194
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
1195
- 'aria-errormessage'?: string;
1196
- 'aria-expanded'?: boolean | "true" | "false";
1197
- 'aria-flowto'?: string;
1198
- 'aria-grabbed'?: boolean | "true" | "false";
1199
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
1200
- 'aria-hidden'?: boolean | "true" | "false";
1201
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
1202
- 'aria-keyshortcuts'?: string;
1203
- 'aria-label'?: string;
1204
- 'aria-labelledby'?: string;
1205
- 'aria-level'?: number;
1206
- 'aria-live'?: "off" | "assertive" | "polite";
1207
- 'aria-modal'?: boolean | "true" | "false";
1208
- 'aria-multiline'?: boolean | "true" | "false";
1209
- 'aria-multiselectable'?: boolean | "true" | "false";
1210
- 'aria-orientation'?: "horizontal" | "vertical";
1211
- 'aria-owns'?: string;
1212
- 'aria-placeholder'?: string;
1213
- 'aria-posinset'?: number;
1214
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
1215
- 'aria-readonly'?: boolean | "true" | "false";
1216
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1217
- 'aria-required'?: boolean | "true" | "false";
1218
- 'aria-roledescription'?: string;
1219
- 'aria-rowcount'?: number;
1220
- 'aria-rowindex'?: number;
1221
- 'aria-rowspan'?: number;
1222
- 'aria-selected'?: boolean | "true" | "false";
1223
- 'aria-setsize'?: number;
1224
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
1225
- 'aria-valuemax'?: number;
1226
- 'aria-valuemin'?: number;
1227
- 'aria-valuenow'?: number;
1228
- 'aria-valuetext'?: string;
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
- 'aria-activedescendant'?: string;
1456
- 'aria-atomic'?: boolean | "true" | "false";
1457
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
1458
- 'aria-busy'?: boolean | "true" | "false";
1459
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
1460
- 'aria-colcount'?: number;
1461
- 'aria-colindex'?: number;
1462
- 'aria-colspan'?: number;
1463
- 'aria-controls'?: string;
1464
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
1465
- 'aria-describedby'?: string;
1466
- 'aria-details'?: string;
1467
- 'aria-disabled'?: boolean | "true" | "false";
1468
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
1469
- 'aria-errormessage'?: string;
1470
- 'aria-expanded'?: boolean | "true" | "false";
1471
- 'aria-flowto'?: string;
1472
- 'aria-grabbed'?: boolean | "true" | "false";
1473
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
1474
- 'aria-hidden'?: boolean | "true" | "false";
1475
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
1476
- 'aria-keyshortcuts'?: string;
1477
- 'aria-label'?: string;
1478
- 'aria-labelledby'?: string;
1479
- 'aria-level'?: number;
1480
- 'aria-live'?: "off" | "assertive" | "polite";
1481
- 'aria-modal'?: boolean | "true" | "false";
1482
- 'aria-multiline'?: boolean | "true" | "false";
1483
- 'aria-multiselectable'?: boolean | "true" | "false";
1484
- 'aria-orientation'?: "horizontal" | "vertical";
1485
- 'aria-owns'?: string;
1486
- 'aria-placeholder'?: string;
1487
- 'aria-posinset'?: number;
1488
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
1489
- 'aria-readonly'?: boolean | "true" | "false";
1490
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1491
- 'aria-required'?: boolean | "true" | "false";
1492
- 'aria-roledescription'?: string;
1493
- 'aria-rowcount'?: number;
1494
- 'aria-rowindex'?: number;
1495
- 'aria-rowspan'?: number;
1496
- 'aria-selected'?: boolean | "true" | "false";
1497
- 'aria-setsize'?: number;
1498
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
1499
- 'aria-valuemax'?: number;
1500
- 'aria-valuemin'?: number;
1501
- 'aria-valuenow'?: number;
1502
- 'aria-valuetext'?: string;
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;