react-magma-dom 4.7.0-next.11 → 4.7.0-next.12
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/ButtonGroup/ButtonGroup.stories.d.ts +22 -22
- package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +44 -44
- package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
- package/dist/components/IconButton/IconButton.stories.d.ts +4 -4
- package/dist/components/Input/Input.stories.d.ts +69 -69
- package/dist/components/Table/Table.stories.d.ts +132 -132
- package/dist/components/Tag/Tag.stories.d.ts +58 -58
- package/dist/components/Textarea/Textarea.stories.d.ts +22 -22
- package/dist/components/ToggleButton/ToggleButton.stories.d.ts +88 -88
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +44 -44
- package/dist/esm/index.js +5 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/react-magma-dom.cjs.development.js +5 -1
- 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/package.json +1 -1
|
@@ -40,26 +40,27 @@ export declare const WithDelete: {
|
|
|
40
40
|
isClickable?: boolean;
|
|
41
41
|
isInverse?: boolean;
|
|
42
42
|
theme?: import("../..").ThemeInterface;
|
|
43
|
+
slot?: string;
|
|
44
|
+
style?: React.CSSProperties;
|
|
45
|
+
title?: string;
|
|
46
|
+
translate?: "yes" | "no";
|
|
47
|
+
children?: React.ReactNode;
|
|
48
|
+
hidden?: boolean;
|
|
49
|
+
id?: string;
|
|
43
50
|
defaultChecked?: boolean;
|
|
44
51
|
defaultValue?: string | number | readonly string[];
|
|
45
52
|
suppressContentEditableWarning?: boolean;
|
|
46
53
|
suppressHydrationWarning?: boolean;
|
|
47
54
|
accessKey?: string;
|
|
48
55
|
className?: string;
|
|
49
|
-
contentEditable?: boolean | "
|
|
56
|
+
contentEditable?: boolean | "inherit" | "false" | "true";
|
|
50
57
|
contextMenu?: string;
|
|
51
58
|
dir?: string;
|
|
52
|
-
draggable?: boolean | "
|
|
53
|
-
hidden?: boolean;
|
|
54
|
-
id?: string;
|
|
59
|
+
draggable?: boolean | "false" | "true";
|
|
55
60
|
lang?: string;
|
|
56
61
|
placeholder?: string;
|
|
57
|
-
|
|
58
|
-
spellCheck?: boolean | "true" | "false";
|
|
59
|
-
style?: React.CSSProperties;
|
|
62
|
+
spellCheck?: boolean | "false" | "true";
|
|
60
63
|
tabIndex?: number;
|
|
61
|
-
title?: string;
|
|
62
|
-
translate?: "yes" | "no";
|
|
63
64
|
radioGroup?: string;
|
|
64
65
|
role?: React.AriaRole;
|
|
65
66
|
about?: string;
|
|
@@ -84,54 +85,53 @@ export declare const WithDelete: {
|
|
|
84
85
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
85
86
|
is?: string;
|
|
86
87
|
'aria-activedescendant'?: string;
|
|
87
|
-
'aria-atomic'?: boolean | "
|
|
88
|
-
'aria-autocomplete'?: "
|
|
89
|
-
'aria-busy'?: boolean | "
|
|
90
|
-
'aria-checked'?: boolean | "
|
|
88
|
+
'aria-atomic'?: boolean | "false" | "true";
|
|
89
|
+
'aria-autocomplete'?: "both" | "none" | "inline" | "list";
|
|
90
|
+
'aria-busy'?: boolean | "false" | "true";
|
|
91
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true";
|
|
91
92
|
'aria-colcount'?: number;
|
|
92
93
|
'aria-colindex'?: number;
|
|
93
94
|
'aria-colspan'?: number;
|
|
94
95
|
'aria-controls'?: string;
|
|
95
|
-
'aria-current'?: boolean | "time" | "
|
|
96
|
+
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date";
|
|
96
97
|
'aria-describedby'?: string;
|
|
97
98
|
'aria-details'?: string;
|
|
98
|
-
'aria-disabled'?: boolean | "
|
|
99
|
+
'aria-disabled'?: boolean | "false" | "true";
|
|
99
100
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
100
101
|
'aria-errormessage'?: string;
|
|
101
|
-
'aria-expanded'?: boolean | "
|
|
102
|
+
'aria-expanded'?: boolean | "false" | "true";
|
|
102
103
|
'aria-flowto'?: string;
|
|
103
|
-
'aria-grabbed'?: boolean | "
|
|
104
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
105
|
-
'aria-hidden'?: boolean | "
|
|
106
|
-
'aria-invalid'?: boolean | "
|
|
104
|
+
'aria-grabbed'?: boolean | "false" | "true";
|
|
105
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree";
|
|
106
|
+
'aria-hidden'?: boolean | "false" | "true";
|
|
107
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
|
|
107
108
|
'aria-keyshortcuts'?: string;
|
|
108
109
|
'aria-label'?: string;
|
|
109
110
|
'aria-labelledby'?: string;
|
|
110
111
|
'aria-level'?: number;
|
|
111
112
|
'aria-live'?: "off" | "assertive" | "polite";
|
|
112
|
-
'aria-modal'?: boolean | "
|
|
113
|
-
'aria-multiline'?: boolean | "
|
|
114
|
-
'aria-multiselectable'?: boolean | "
|
|
113
|
+
'aria-modal'?: boolean | "false" | "true";
|
|
114
|
+
'aria-multiline'?: boolean | "false" | "true";
|
|
115
|
+
'aria-multiselectable'?: boolean | "false" | "true";
|
|
115
116
|
'aria-orientation'?: "horizontal" | "vertical";
|
|
116
117
|
'aria-owns'?: string;
|
|
117
118
|
'aria-placeholder'?: string;
|
|
118
119
|
'aria-posinset'?: number;
|
|
119
|
-
'aria-pressed'?: boolean | "
|
|
120
|
-
'aria-readonly'?: boolean | "
|
|
121
|
-
'aria-relevant'?: "text" | "
|
|
122
|
-
'aria-required'?: boolean | "
|
|
120
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true";
|
|
121
|
+
'aria-readonly'?: boolean | "false" | "true";
|
|
122
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
123
|
+
'aria-required'?: boolean | "false" | "true";
|
|
123
124
|
'aria-roledescription'?: string;
|
|
124
125
|
'aria-rowcount'?: number;
|
|
125
126
|
'aria-rowindex'?: number;
|
|
126
127
|
'aria-rowspan'?: number;
|
|
127
|
-
'aria-selected'?: boolean | "
|
|
128
|
+
'aria-selected'?: boolean | "false" | "true";
|
|
128
129
|
'aria-setsize'?: number;
|
|
129
130
|
'aria-sort'?: "none" | "ascending" | "descending" | "other";
|
|
130
131
|
'aria-valuemax'?: number;
|
|
131
132
|
'aria-valuemin'?: number;
|
|
132
133
|
'aria-valuenow'?: number;
|
|
133
134
|
'aria-valuetext'?: string;
|
|
134
|
-
children?: React.ReactNode;
|
|
135
135
|
dangerouslySetInnerHTML?: {
|
|
136
136
|
__html: string;
|
|
137
137
|
};
|
|
@@ -306,26 +306,27 @@ export declare const WithDelete: {
|
|
|
306
306
|
isClickable?: boolean;
|
|
307
307
|
isInverse?: boolean;
|
|
308
308
|
theme?: import("../..").ThemeInterface;
|
|
309
|
+
slot?: string;
|
|
310
|
+
style?: React.CSSProperties;
|
|
311
|
+
title?: string;
|
|
312
|
+
translate?: "yes" | "no";
|
|
313
|
+
children?: React.ReactNode;
|
|
314
|
+
hidden?: boolean;
|
|
315
|
+
id?: string;
|
|
309
316
|
defaultChecked?: boolean;
|
|
310
317
|
defaultValue?: string | number | readonly string[];
|
|
311
318
|
suppressContentEditableWarning?: boolean;
|
|
312
319
|
suppressHydrationWarning?: boolean;
|
|
313
320
|
accessKey?: string;
|
|
314
321
|
className?: string;
|
|
315
|
-
contentEditable?: boolean | "
|
|
322
|
+
contentEditable?: boolean | "inherit" | "false" | "true";
|
|
316
323
|
contextMenu?: string;
|
|
317
324
|
dir?: string;
|
|
318
|
-
draggable?: boolean | "
|
|
319
|
-
hidden?: boolean;
|
|
320
|
-
id?: string;
|
|
325
|
+
draggable?: boolean | "false" | "true";
|
|
321
326
|
lang?: string;
|
|
322
327
|
placeholder?: string;
|
|
323
|
-
|
|
324
|
-
spellCheck?: boolean | "true" | "false";
|
|
325
|
-
style?: React.CSSProperties;
|
|
328
|
+
spellCheck?: boolean | "false" | "true";
|
|
326
329
|
tabIndex?: number;
|
|
327
|
-
title?: string;
|
|
328
|
-
translate?: "yes" | "no";
|
|
329
330
|
radioGroup?: string;
|
|
330
331
|
role?: React.AriaRole;
|
|
331
332
|
about?: string;
|
|
@@ -350,54 +351,53 @@ export declare const WithDelete: {
|
|
|
350
351
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
351
352
|
is?: string;
|
|
352
353
|
'aria-activedescendant'?: string;
|
|
353
|
-
'aria-atomic'?: boolean | "
|
|
354
|
-
'aria-autocomplete'?: "
|
|
355
|
-
'aria-busy'?: boolean | "
|
|
356
|
-
'aria-checked'?: boolean | "
|
|
354
|
+
'aria-atomic'?: boolean | "false" | "true";
|
|
355
|
+
'aria-autocomplete'?: "both" | "none" | "inline" | "list";
|
|
356
|
+
'aria-busy'?: boolean | "false" | "true";
|
|
357
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true";
|
|
357
358
|
'aria-colcount'?: number;
|
|
358
359
|
'aria-colindex'?: number;
|
|
359
360
|
'aria-colspan'?: number;
|
|
360
361
|
'aria-controls'?: string;
|
|
361
|
-
'aria-current'?: boolean | "time" | "
|
|
362
|
+
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date";
|
|
362
363
|
'aria-describedby'?: string;
|
|
363
364
|
'aria-details'?: string;
|
|
364
|
-
'aria-disabled'?: boolean | "
|
|
365
|
+
'aria-disabled'?: boolean | "false" | "true";
|
|
365
366
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
366
367
|
'aria-errormessage'?: string;
|
|
367
|
-
'aria-expanded'?: boolean | "
|
|
368
|
+
'aria-expanded'?: boolean | "false" | "true";
|
|
368
369
|
'aria-flowto'?: string;
|
|
369
|
-
'aria-grabbed'?: boolean | "
|
|
370
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
371
|
-
'aria-hidden'?: boolean | "
|
|
372
|
-
'aria-invalid'?: boolean | "
|
|
370
|
+
'aria-grabbed'?: boolean | "false" | "true";
|
|
371
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree";
|
|
372
|
+
'aria-hidden'?: boolean | "false" | "true";
|
|
373
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
|
|
373
374
|
'aria-keyshortcuts'?: string;
|
|
374
375
|
'aria-label'?: string;
|
|
375
376
|
'aria-labelledby'?: string;
|
|
376
377
|
'aria-level'?: number;
|
|
377
378
|
'aria-live'?: "off" | "assertive" | "polite";
|
|
378
|
-
'aria-modal'?: boolean | "
|
|
379
|
-
'aria-multiline'?: boolean | "
|
|
380
|
-
'aria-multiselectable'?: boolean | "
|
|
379
|
+
'aria-modal'?: boolean | "false" | "true";
|
|
380
|
+
'aria-multiline'?: boolean | "false" | "true";
|
|
381
|
+
'aria-multiselectable'?: boolean | "false" | "true";
|
|
381
382
|
'aria-orientation'?: "horizontal" | "vertical";
|
|
382
383
|
'aria-owns'?: string;
|
|
383
384
|
'aria-placeholder'?: string;
|
|
384
385
|
'aria-posinset'?: number;
|
|
385
|
-
'aria-pressed'?: boolean | "
|
|
386
|
-
'aria-readonly'?: boolean | "
|
|
387
|
-
'aria-relevant'?: "text" | "
|
|
388
|
-
'aria-required'?: boolean | "
|
|
386
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true";
|
|
387
|
+
'aria-readonly'?: boolean | "false" | "true";
|
|
388
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
389
|
+
'aria-required'?: boolean | "false" | "true";
|
|
389
390
|
'aria-roledescription'?: string;
|
|
390
391
|
'aria-rowcount'?: number;
|
|
391
392
|
'aria-rowindex'?: number;
|
|
392
393
|
'aria-rowspan'?: number;
|
|
393
|
-
'aria-selected'?: boolean | "
|
|
394
|
+
'aria-selected'?: boolean | "false" | "true";
|
|
394
395
|
'aria-setsize'?: number;
|
|
395
396
|
'aria-sort'?: "none" | "ascending" | "descending" | "other";
|
|
396
397
|
'aria-valuemax'?: number;
|
|
397
398
|
'aria-valuemin'?: number;
|
|
398
399
|
'aria-valuenow'?: number;
|
|
399
400
|
'aria-valuetext'?: string;
|
|
400
|
-
children?: React.ReactNode;
|
|
401
401
|
dangerouslySetInnerHTML?: {
|
|
402
402
|
__html: string;
|
|
403
403
|
};
|
|
@@ -46,15 +46,15 @@ export declare const OnClear: {
|
|
|
46
46
|
suppressHydrationWarning?: boolean;
|
|
47
47
|
accessKey?: string;
|
|
48
48
|
className?: string;
|
|
49
|
-
contentEditable?: boolean | "
|
|
49
|
+
contentEditable?: boolean | "inherit" | "false" | "true";
|
|
50
50
|
contextMenu?: string;
|
|
51
51
|
dir?: string;
|
|
52
|
-
draggable?: boolean | "
|
|
52
|
+
draggable?: boolean | "false" | "true";
|
|
53
53
|
hidden?: boolean;
|
|
54
54
|
id?: string;
|
|
55
55
|
lang?: string;
|
|
56
56
|
slot?: string;
|
|
57
|
-
spellCheck?: boolean | "
|
|
57
|
+
spellCheck?: boolean | "false" | "true";
|
|
58
58
|
style?: React.CSSProperties;
|
|
59
59
|
tabIndex?: number;
|
|
60
60
|
title?: string;
|
|
@@ -84,47 +84,47 @@ export declare const OnClear: {
|
|
|
84
84
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
85
85
|
is?: string;
|
|
86
86
|
'aria-activedescendant'?: string;
|
|
87
|
-
'aria-atomic'?: boolean | "
|
|
88
|
-
'aria-autocomplete'?: "
|
|
89
|
-
'aria-busy'?: boolean | "
|
|
90
|
-
'aria-checked'?: boolean | "
|
|
87
|
+
'aria-atomic'?: boolean | "false" | "true";
|
|
88
|
+
'aria-autocomplete'?: "both" | "none" | "inline" | "list";
|
|
89
|
+
'aria-busy'?: boolean | "false" | "true";
|
|
90
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true";
|
|
91
91
|
'aria-colcount'?: number;
|
|
92
92
|
'aria-colindex'?: number;
|
|
93
93
|
'aria-colspan'?: number;
|
|
94
94
|
'aria-controls'?: string;
|
|
95
|
-
'aria-current'?: boolean | "time" | "
|
|
95
|
+
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date";
|
|
96
96
|
'aria-describedby'?: string;
|
|
97
97
|
'aria-details'?: string;
|
|
98
|
-
'aria-disabled'?: boolean | "
|
|
98
|
+
'aria-disabled'?: boolean | "false" | "true";
|
|
99
99
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
100
100
|
'aria-errormessage'?: string;
|
|
101
|
-
'aria-expanded'?: boolean | "
|
|
101
|
+
'aria-expanded'?: boolean | "false" | "true";
|
|
102
102
|
'aria-flowto'?: string;
|
|
103
|
-
'aria-grabbed'?: boolean | "
|
|
104
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
105
|
-
'aria-hidden'?: boolean | "
|
|
106
|
-
'aria-invalid'?: boolean | "
|
|
103
|
+
'aria-grabbed'?: boolean | "false" | "true";
|
|
104
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree";
|
|
105
|
+
'aria-hidden'?: boolean | "false" | "true";
|
|
106
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
|
|
107
107
|
'aria-keyshortcuts'?: string;
|
|
108
108
|
'aria-label'?: string;
|
|
109
109
|
'aria-labelledby'?: string;
|
|
110
110
|
'aria-level'?: number;
|
|
111
111
|
'aria-live'?: "off" | "assertive" | "polite";
|
|
112
|
-
'aria-modal'?: boolean | "
|
|
113
|
-
'aria-multiline'?: boolean | "
|
|
114
|
-
'aria-multiselectable'?: boolean | "
|
|
112
|
+
'aria-modal'?: boolean | "false" | "true";
|
|
113
|
+
'aria-multiline'?: boolean | "false" | "true";
|
|
114
|
+
'aria-multiselectable'?: boolean | "false" | "true";
|
|
115
115
|
'aria-orientation'?: "horizontal" | "vertical";
|
|
116
116
|
'aria-owns'?: string;
|
|
117
117
|
'aria-placeholder'?: string;
|
|
118
118
|
'aria-posinset'?: number;
|
|
119
|
-
'aria-pressed'?: boolean | "
|
|
120
|
-
'aria-readonly'?: boolean | "
|
|
121
|
-
'aria-relevant'?: "text" | "
|
|
122
|
-
'aria-required'?: boolean | "
|
|
119
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true";
|
|
120
|
+
'aria-readonly'?: boolean | "false" | "true";
|
|
121
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
122
|
+
'aria-required'?: boolean | "false" | "true";
|
|
123
123
|
'aria-roledescription'?: string;
|
|
124
124
|
'aria-rowcount'?: number;
|
|
125
125
|
'aria-rowindex'?: number;
|
|
126
126
|
'aria-rowspan'?: number;
|
|
127
|
-
'aria-selected'?: boolean | "
|
|
127
|
+
'aria-selected'?: boolean | "false" | "true";
|
|
128
128
|
'aria-setsize'?: number;
|
|
129
129
|
'aria-sort'?: "none" | "ascending" | "descending" | "other";
|
|
130
130
|
'aria-valuemax'?: number;
|