@veeqo/ui 14.0.5 → 14.1.1
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/styled.d.ts +5 -1
- package/dist/components/Action/Action.cjs +67 -0
- package/dist/components/Action/Action.cjs.map +1 -0
- package/dist/components/Action/Action.d.ts +67 -0
- package/dist/components/Action/Action.js +61 -0
- package/dist/components/Action/Action.js.map +1 -0
- package/dist/components/Action/index.d.ts +2 -0
- package/dist/components/Action/styles/base.module.scss.cjs +9 -0
- package/dist/components/Action/styles/base.module.scss.cjs.map +1 -0
- package/dist/components/Action/styles/base.module.scss.js +7 -0
- package/dist/components/Action/styles/base.module.scss.js.map +1 -0
- package/dist/components/Action/styles/button.module.scss.cjs +9 -0
- package/dist/components/Action/styles/button.module.scss.cjs.map +1 -0
- package/dist/components/Action/styles/button.module.scss.js +7 -0
- package/dist/components/Action/styles/button.module.scss.js.map +1 -0
- package/dist/components/Action/styles/link.module.scss.cjs +9 -0
- package/dist/components/Action/styles/link.module.scss.cjs.map +1 -0
- package/dist/components/Action/styles/link.module.scss.js +7 -0
- package/dist/components/Action/styles/link.module.scss.js.map +1 -0
- package/dist/components/Action/types.d.ts +26 -0
- package/dist/components/Action/utils.cjs +42 -0
- package/dist/components/Action/utils.cjs.map +1 -0
- package/dist/components/Action/utils.d.ts +13 -0
- package/dist/components/Action/utils.js +39 -0
- package/dist/components/Action/utils.js.map +1 -0
- package/dist/components/Anchor/Anchor.cjs +3 -1
- package/dist/components/Anchor/Anchor.cjs.map +1 -1
- package/dist/components/Anchor/Anchor.d.ts +2 -0
- package/dist/components/Anchor/Anchor.js +3 -1
- package/dist/components/Anchor/Anchor.js.map +1 -1
- package/dist/components/Anchor/Anchor.module.scss.cjs +2 -2
- package/dist/components/Anchor/Anchor.module.scss.cjs.map +1 -1
- package/dist/components/Anchor/Anchor.module.scss.js +2 -2
- package/dist/components/Anchor/Anchor.module.scss.js.map +1 -1
- package/dist/components/Banner/styled.d.ts +5 -1
- package/dist/components/Button/Button.cjs +4 -0
- package/dist/components/Button/Button.cjs.map +1 -1
- package/dist/components/Button/Button.d.ts +12 -0
- package/dist/components/Button/Button.js +4 -1
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/DataTable/utils/alignmentToFlex.d.ts +1 -1
- package/dist/components/DimensionsInput/DimensionsInput.d.ts +22 -22
- package/dist/components/FeatureBanner/FeatureBanner.d.ts +1 -1
- package/dist/components/FilterTag/styled.d.ts +5 -1
- package/dist/components/Flex/FlexCol/FlexCol.d.ts +2 -2
- package/dist/components/Flex/FlexRow/FlexRow.d.ts +2 -2
- package/dist/components/LegacyDataTable/SpecificState/styled.d.ts +11 -2
- package/dist/components/Pagination/styled.d.ts +24 -24
- package/dist/components/PhoneInput/index.d.ts +22 -22
- package/dist/components/Search/Search.d.ts +22 -22
- package/dist/components/Search/styled.d.ts +22 -22
- package/dist/components/Stack/Stack.cjs +2 -4
- package/dist/components/Stack/Stack.cjs.map +1 -1
- package/dist/components/Stack/Stack.js +2 -4
- package/dist/components/Stack/Stack.js.map +1 -1
- package/dist/components/Text/Text.cjs +27 -27
- package/dist/components/Text/Text.cjs.map +1 -1
- package/dist/components/Text/Text.d.ts +11 -2
- package/dist/components/Text/Text.js +25 -25
- package/dist/components/Text/Text.js.map +1 -1
- package/dist/components/Text/Text.module.scss.cjs +9 -0
- package/dist/components/Text/Text.module.scss.cjs.map +1 -0
- package/dist/components/Text/Text.module.scss.js +7 -0
- package/dist/components/Text/Text.module.scss.js.map +1 -0
- package/dist/components/Text/index.d.ts +1 -0
- package/dist/components/Text/textVariants.cjs +14 -0
- package/dist/components/Text/textVariants.cjs.map +1 -0
- package/dist/components/Text/textVariants.js +12 -0
- package/dist/components/Text/textVariants.js.map +1 -0
- package/dist/components/Text/types.d.ts +7 -8
- package/dist/components/Text/utils.cjs +2 -2
- package/dist/components/Text/utils.cjs.map +1 -1
- package/dist/components/Text/utils.d.ts +3 -2
- package/dist/components/Text/utils.js +2 -2
- package/dist/components/Text/utils.js.map +1 -1
- package/dist/components/TextField/TextField.d.ts +22 -22
- package/dist/components/TextField/index.d.ts +22 -22
- package/dist/components/ToastsLayout/components/styled.d.ts +6 -1
- package/dist/components/View/View.cjs +3 -3
- package/dist/components/View/View.cjs.map +1 -1
- package/dist/components/View/View.js +3 -3
- package/dist/components/View/View.js.map +1 -1
- package/dist/components/View/styled.cjs +11 -11
- package/dist/components/View/styled.cjs.map +1 -1
- package/dist/components/View/styled.d.ts +27 -8
- package/dist/components/View/styled.js +11 -11
- package/dist/components/View/styled.js.map +1 -1
- package/dist/components/ViewTab/ViewTab.d.ts +1 -1
- package/dist/components/index.d.ts +4 -2
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/theme/scss/text.module.scss.cjs +9 -0
- package/dist/theme/scss/text.module.scss.cjs.map +1 -0
- package/dist/theme/scss/text.module.scss.js +7 -0
- package/dist/theme/scss/text.module.scss.js.map +1 -0
- package/dist/utils/getContextAwareLink.cjs +43 -0
- package/dist/utils/getContextAwareLink.cjs.map +1 -0
- package/dist/utils/getContextAwareLink.d.ts +27 -0
- package/dist/utils/getContextAwareLink.js +41 -0
- package/dist/utils/getContextAwareLink.js.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/package.json +3 -1
|
@@ -5,16 +5,18 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
5
5
|
style?: React.CSSProperties | undefined;
|
|
6
6
|
title?: string | undefined;
|
|
7
7
|
pattern?: string | undefined;
|
|
8
|
+
rel?: string | undefined;
|
|
8
9
|
placeholder?: string | undefined;
|
|
9
|
-
|
|
10
|
+
list?: string | undefined;
|
|
11
|
+
className?: string | undefined;
|
|
12
|
+
children?: React.ReactNode;
|
|
10
13
|
defaultChecked?: boolean | undefined;
|
|
11
14
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
15
|
suppressContentEditableWarning?: boolean | undefined;
|
|
13
16
|
suppressHydrationWarning?: boolean | undefined;
|
|
14
17
|
accessKey?: string | undefined;
|
|
15
18
|
autoFocus?: boolean | undefined;
|
|
16
|
-
|
|
17
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
19
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
18
20
|
contextMenu?: string | undefined;
|
|
19
21
|
dir?: string | undefined;
|
|
20
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -24,7 +26,7 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
24
26
|
nonce?: string | undefined;
|
|
25
27
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
26
28
|
tabIndex?: number | undefined;
|
|
27
|
-
translate?: "
|
|
29
|
+
translate?: "yes" | "no" | undefined;
|
|
28
30
|
radioGroup?: string | undefined;
|
|
29
31
|
role?: React.AriaRole | undefined;
|
|
30
32
|
about?: string | undefined;
|
|
@@ -33,7 +35,6 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
33
35
|
inlist?: any;
|
|
34
36
|
prefix?: string | undefined;
|
|
35
37
|
property?: string | undefined;
|
|
36
|
-
rel?: string | undefined;
|
|
37
38
|
resource?: string | undefined;
|
|
38
39
|
rev?: string | undefined;
|
|
39
40
|
typeof?: string | undefined;
|
|
@@ -50,27 +51,27 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
50
51
|
results?: number | undefined;
|
|
51
52
|
security?: string | undefined;
|
|
52
53
|
unselectable?: "on" | "off" | undefined;
|
|
53
|
-
inputMode?: "text" | "none" | "search" | "
|
|
54
|
+
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
54
55
|
is?: string | undefined;
|
|
55
56
|
'aria-activedescendant'?: string | undefined;
|
|
56
57
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
57
|
-
'aria-autocomplete'?: "
|
|
58
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
58
59
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
59
60
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
60
61
|
'aria-colcount'?: number | undefined;
|
|
61
62
|
'aria-colindex'?: number | undefined;
|
|
62
63
|
'aria-colspan'?: number | undefined;
|
|
63
64
|
'aria-controls'?: string | undefined;
|
|
64
|
-
'aria-current'?: boolean | "time" | "
|
|
65
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
|
|
65
66
|
'aria-describedby'?: string | undefined;
|
|
66
67
|
'aria-details'?: string | undefined;
|
|
67
68
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
68
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
|
69
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
69
70
|
'aria-errormessage'?: string | undefined;
|
|
70
71
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
71
72
|
'aria-flowto'?: string | undefined;
|
|
72
73
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
73
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
74
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
74
75
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
75
76
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
76
77
|
'aria-keyshortcuts'?: string | undefined;
|
|
@@ -87,7 +88,7 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
87
88
|
'aria-posinset'?: number | undefined;
|
|
88
89
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
89
90
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
90
|
-
'aria-relevant'?: "text" | "
|
|
91
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
91
92
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
92
93
|
'aria-roledescription'?: string | undefined;
|
|
93
94
|
'aria-rowcount'?: number | undefined;
|
|
@@ -95,12 +96,11 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
95
96
|
'aria-rowspan'?: number | undefined;
|
|
96
97
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
97
98
|
'aria-setsize'?: number | undefined;
|
|
98
|
-
'aria-sort'?: "
|
|
99
|
+
'aria-sort'?: "other" | "none" | "ascending" | "descending" | undefined;
|
|
99
100
|
'aria-valuemax'?: number | undefined;
|
|
100
101
|
'aria-valuemin'?: number | undefined;
|
|
101
102
|
'aria-valuenow'?: number | undefined;
|
|
102
103
|
'aria-valuetext'?: string | undefined;
|
|
103
|
-
children?: React.ReactNode;
|
|
104
104
|
dangerouslySetInnerHTML?: {
|
|
105
105
|
__html: string | TrustedHTML;
|
|
106
106
|
} | undefined;
|
|
@@ -263,12 +263,7 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
263
263
|
onAnimationIterationCapture?: (React.AnimationEventHandler<HTMLInputElement> & React.AnimationEventHandler<HTMLTextAreaElement>) | undefined;
|
|
264
264
|
onTransitionEnd?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
265
265
|
onTransitionEndCapture?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
266
|
-
height?: string | number | undefined;
|
|
267
|
-
max?: string | number | undefined;
|
|
268
|
-
min?: string | number | undefined;
|
|
269
|
-
width?: string | number | undefined;
|
|
270
266
|
alt?: string | undefined;
|
|
271
|
-
src?: string | undefined;
|
|
272
267
|
disabled?: boolean | undefined;
|
|
273
268
|
formAction?: string | undefined;
|
|
274
269
|
formEncType?: string | undefined;
|
|
@@ -280,15 +275,20 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
280
275
|
capture?: boolean | "user" | "environment" | undefined;
|
|
281
276
|
checked?: boolean | undefined;
|
|
282
277
|
enterKeyHint?: "search" | "previous" | "next" | "enter" | "done" | "go" | "send" | undefined;
|
|
283
|
-
|
|
278
|
+
multiple?: boolean | undefined;
|
|
279
|
+
cols?: number | undefined;
|
|
280
|
+
dirName?: string | undefined;
|
|
284
281
|
maxLength?: number | undefined;
|
|
285
282
|
minLength?: number | undefined;
|
|
286
|
-
|
|
283
|
+
src?: string | undefined;
|
|
284
|
+
name?: string | undefined;
|
|
285
|
+
height?: string | number | undefined;
|
|
286
|
+
max?: string | number | undefined;
|
|
287
|
+
min?: string | number | undefined;
|
|
288
|
+
width?: string | number | undefined;
|
|
287
289
|
readOnly?: boolean | undefined;
|
|
288
290
|
required?: boolean | undefined;
|
|
289
291
|
step?: string | number | undefined;
|
|
290
|
-
cols?: number | undefined;
|
|
291
|
-
dirName?: string | undefined;
|
|
292
292
|
rows?: number | undefined;
|
|
293
293
|
wrap?: string | undefined;
|
|
294
294
|
} & {
|
|
@@ -6,6 +6,6 @@ export declare const FeatureBanner: React.ForwardRefExoticComponent<Omit<React.H
|
|
|
6
6
|
title: string;
|
|
7
7
|
contentSlot?: React.ReactNode;
|
|
8
8
|
iconSlot?: React.ReactNode;
|
|
9
|
-
actions?: import("..").
|
|
9
|
+
actions?: import("..").ModalAction[] | undefined;
|
|
10
10
|
onClose?: (() => void) | undefined;
|
|
11
11
|
} & React.RefAttributes<never>>;
|
|
@@ -4,7 +4,11 @@ import { AnimatedDropdown } from '../AnimatedDropdown';
|
|
|
4
4
|
declare const Container: import("styled-components").StyledComponent<"div", any, {
|
|
5
5
|
as: string;
|
|
6
6
|
}, "as">;
|
|
7
|
-
declare const GroupLabel: import("styled-components").StyledComponent<
|
|
7
|
+
declare const GroupLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
8
|
+
as?: import("../Text").ValidTextTag | undefined;
|
|
9
|
+
muted?: boolean | undefined;
|
|
10
|
+
variant?: "body" | "button" | "link" | "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholder" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "buttonSmall" | "linkLarge" | "linkMedium" | "linkSmall" | undefined;
|
|
11
|
+
} & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
8
12
|
declare const MainIcon: import("styled-components").StyledComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element, any, {
|
|
9
13
|
$shouldShow?: boolean | undefined;
|
|
10
14
|
}, never>;
|
|
@@ -2,8 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import { FlexDefaultProps } from '../types';
|
|
3
3
|
export declare const FLEX_COL_DEFAULT_PROPS: FlexDefaultProps;
|
|
4
4
|
export declare const FlexCol: React.ForwardRefExoticComponent<{
|
|
5
|
-
alignItems?: ("baseline" | "center" | "
|
|
6
|
-
justifyContent?: ("center" | "
|
|
5
|
+
alignItems?: ("baseline" | "center" | "flex-start" | "flex-end" | "stretch") | undefined;
|
|
6
|
+
justifyContent?: ("center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly") | undefined;
|
|
7
7
|
gap?: keyof import("../../../theme/modules/sizes").SizeScale | undefined;
|
|
8
8
|
flexWrap?: ("wrap" | "nowrap" | "wrap-reverse") | undefined;
|
|
9
9
|
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
@@ -2,8 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import { FlexDefaultProps } from '../types';
|
|
3
3
|
export declare const FLEX_ROW_DEFAULT_PROPS: FlexDefaultProps;
|
|
4
4
|
export declare const FlexRow: React.ForwardRefExoticComponent<{
|
|
5
|
-
alignItems?: ("baseline" | "center" | "
|
|
6
|
-
justifyContent?: ("center" | "
|
|
5
|
+
alignItems?: ("baseline" | "center" | "flex-start" | "flex-end" | "stretch") | undefined;
|
|
6
|
+
justifyContent?: ("center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly") | undefined;
|
|
7
7
|
gap?: keyof import("../../../theme/modules/sizes").SizeScale | undefined;
|
|
8
8
|
flexWrap?: ("wrap" | "nowrap" | "wrap-reverse") | undefined;
|
|
9
9
|
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
type SpecificStateContainerPropTypes = {
|
|
2
3
|
height: number;
|
|
3
4
|
};
|
|
4
5
|
declare const SpecificStateContainer: import("styled-components").StyledComponent<"div", any, SpecificStateContainerPropTypes, never>;
|
|
5
6
|
declare const EllipseContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
-
declare const TitleText: import("styled-components").StyledComponent<
|
|
7
|
-
|
|
7
|
+
declare const TitleText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
8
|
+
as?: import("../../Text").ValidTextTag | undefined;
|
|
9
|
+
muted?: boolean | undefined;
|
|
10
|
+
variant?: "body" | "button" | "link" | "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholder" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "buttonSmall" | "linkLarge" | "linkMedium" | "linkSmall" | undefined;
|
|
11
|
+
} & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
12
|
+
declare const SubTitleText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
13
|
+
as?: import("../../Text").ValidTextTag | undefined;
|
|
14
|
+
muted?: boolean | undefined;
|
|
15
|
+
variant?: "body" | "button" | "link" | "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholder" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "buttonSmall" | "linkLarge" | "linkMedium" | "linkSmall" | undefined;
|
|
16
|
+
} & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
8
17
|
export { SpecificStateContainer, EllipseContainer, TitleText, SubTitleText };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const PageLimitContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
3
|
-
alignItems?: ("baseline" | "center" | "
|
|
4
|
-
justifyContent?: ("center" | "
|
|
3
|
+
alignItems?: ("baseline" | "center" | "flex-start" | "flex-end" | "stretch") | undefined;
|
|
4
|
+
justifyContent?: ("center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly") | undefined;
|
|
5
5
|
gap?: keyof import("../../theme/modules/sizes").SizeScale | undefined;
|
|
6
6
|
flexWrap?: ("wrap" | "nowrap" | "wrap-reverse") | undefined;
|
|
7
7
|
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
@@ -21,16 +21,18 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
21
21
|
style?: import("react").CSSProperties | undefined;
|
|
22
22
|
title?: string | undefined;
|
|
23
23
|
pattern?: string | undefined;
|
|
24
|
+
rel?: string | undefined;
|
|
24
25
|
placeholder?: string | undefined;
|
|
25
|
-
|
|
26
|
+
list?: string | undefined;
|
|
27
|
+
className?: string | undefined;
|
|
28
|
+
children?: import("react").ReactNode;
|
|
26
29
|
defaultChecked?: boolean | undefined;
|
|
27
30
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
28
31
|
suppressContentEditableWarning?: boolean | undefined;
|
|
29
32
|
suppressHydrationWarning?: boolean | undefined;
|
|
30
33
|
accessKey?: string | undefined;
|
|
31
34
|
autoFocus?: boolean | undefined;
|
|
32
|
-
|
|
33
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
35
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
34
36
|
contextMenu?: string | undefined;
|
|
35
37
|
dir?: string | undefined;
|
|
36
38
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -40,7 +42,7 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
40
42
|
nonce?: string | undefined;
|
|
41
43
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
42
44
|
tabIndex?: number | undefined;
|
|
43
|
-
translate?: "
|
|
45
|
+
translate?: "yes" | "no" | undefined;
|
|
44
46
|
radioGroup?: string | undefined;
|
|
45
47
|
role?: import("react").AriaRole | undefined;
|
|
46
48
|
about?: string | undefined;
|
|
@@ -49,7 +51,6 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
49
51
|
inlist?: any;
|
|
50
52
|
prefix?: string | undefined;
|
|
51
53
|
property?: string | undefined;
|
|
52
|
-
rel?: string | undefined;
|
|
53
54
|
resource?: string | undefined;
|
|
54
55
|
rev?: string | undefined;
|
|
55
56
|
typeof?: string | undefined;
|
|
@@ -66,27 +67,27 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
66
67
|
results?: number | undefined;
|
|
67
68
|
security?: string | undefined;
|
|
68
69
|
unselectable?: "on" | "off" | undefined;
|
|
69
|
-
inputMode?: "text" | "none" | "search" | "
|
|
70
|
+
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
70
71
|
is?: string | undefined;
|
|
71
72
|
'aria-activedescendant'?: string | undefined;
|
|
72
73
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
73
|
-
'aria-autocomplete'?: "
|
|
74
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
74
75
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
75
76
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
76
77
|
'aria-colcount'?: number | undefined;
|
|
77
78
|
'aria-colindex'?: number | undefined;
|
|
78
79
|
'aria-colspan'?: number | undefined;
|
|
79
80
|
'aria-controls'?: string | undefined;
|
|
80
|
-
'aria-current'?: boolean | "time" | "
|
|
81
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
|
|
81
82
|
'aria-describedby'?: string | undefined;
|
|
82
83
|
'aria-details'?: string | undefined;
|
|
83
84
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
84
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
|
85
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
85
86
|
'aria-errormessage'?: string | undefined;
|
|
86
87
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
87
88
|
'aria-flowto'?: string | undefined;
|
|
88
89
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
89
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
90
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
90
91
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
91
92
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
92
93
|
'aria-keyshortcuts'?: string | undefined;
|
|
@@ -103,7 +104,7 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
103
104
|
'aria-posinset'?: number | undefined;
|
|
104
105
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
105
106
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
106
|
-
'aria-relevant'?: "text" | "
|
|
107
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
107
108
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
108
109
|
'aria-roledescription'?: string | undefined;
|
|
109
110
|
'aria-rowcount'?: number | undefined;
|
|
@@ -111,12 +112,11 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
111
112
|
'aria-rowspan'?: number | undefined;
|
|
112
113
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
113
114
|
'aria-setsize'?: number | undefined;
|
|
114
|
-
'aria-sort'?: "
|
|
115
|
+
'aria-sort'?: "other" | "none" | "ascending" | "descending" | undefined;
|
|
115
116
|
'aria-valuemax'?: number | undefined;
|
|
116
117
|
'aria-valuemin'?: number | undefined;
|
|
117
118
|
'aria-valuenow'?: number | undefined;
|
|
118
119
|
'aria-valuetext'?: string | undefined;
|
|
119
|
-
children?: import("react").ReactNode;
|
|
120
120
|
dangerouslySetInnerHTML?: {
|
|
121
121
|
__html: string | TrustedHTML;
|
|
122
122
|
} | undefined;
|
|
@@ -279,12 +279,7 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
279
279
|
onAnimationIterationCapture?: (import("react").AnimationEventHandler<HTMLInputElement> & import("react").AnimationEventHandler<HTMLTextAreaElement>) | undefined;
|
|
280
280
|
onTransitionEnd?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
281
281
|
onTransitionEndCapture?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
282
|
-
height?: string | number | undefined;
|
|
283
|
-
max?: string | number | undefined;
|
|
284
|
-
min?: string | number | undefined;
|
|
285
|
-
width?: string | number | undefined;
|
|
286
282
|
alt?: string | undefined;
|
|
287
|
-
src?: string | undefined;
|
|
288
283
|
disabled?: boolean | undefined;
|
|
289
284
|
formAction?: string | undefined;
|
|
290
285
|
formEncType?: string | undefined;
|
|
@@ -296,15 +291,20 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
296
291
|
capture?: boolean | "user" | "environment" | undefined;
|
|
297
292
|
checked?: boolean | undefined;
|
|
298
293
|
enterKeyHint?: "search" | "previous" | "next" | "enter" | "done" | "go" | "send" | undefined;
|
|
299
|
-
|
|
294
|
+
multiple?: boolean | undefined;
|
|
295
|
+
cols?: number | undefined;
|
|
296
|
+
dirName?: string | undefined;
|
|
300
297
|
maxLength?: number | undefined;
|
|
301
298
|
minLength?: number | undefined;
|
|
302
|
-
|
|
299
|
+
src?: string | undefined;
|
|
300
|
+
name?: string | undefined;
|
|
301
|
+
height?: string | number | undefined;
|
|
302
|
+
max?: string | number | undefined;
|
|
303
|
+
min?: string | number | undefined;
|
|
304
|
+
width?: string | number | undefined;
|
|
303
305
|
readOnly?: boolean | undefined;
|
|
304
306
|
required?: boolean | undefined;
|
|
305
307
|
step?: string | number | undefined;
|
|
306
|
-
cols?: number | undefined;
|
|
307
|
-
dirName?: string | undefined;
|
|
308
308
|
rows?: number | undefined;
|
|
309
309
|
wrap?: string | undefined;
|
|
310
310
|
} & {
|
|
@@ -5,16 +5,18 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
5
5
|
style?: import("react").CSSProperties | undefined;
|
|
6
6
|
title?: string | undefined;
|
|
7
7
|
pattern?: string | undefined;
|
|
8
|
+
rel?: string | undefined;
|
|
8
9
|
placeholder?: string | undefined;
|
|
9
|
-
|
|
10
|
+
list?: string | undefined;
|
|
11
|
+
className?: string | undefined;
|
|
12
|
+
children?: import("react").ReactNode;
|
|
10
13
|
defaultChecked?: boolean | undefined;
|
|
11
14
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
15
|
suppressContentEditableWarning?: boolean | undefined;
|
|
13
16
|
suppressHydrationWarning?: boolean | undefined;
|
|
14
17
|
accessKey?: string | undefined;
|
|
15
18
|
autoFocus?: boolean | undefined;
|
|
16
|
-
|
|
17
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
19
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
18
20
|
contextMenu?: string | undefined;
|
|
19
21
|
dir?: string | undefined;
|
|
20
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -24,7 +26,7 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
24
26
|
nonce?: string | undefined;
|
|
25
27
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
26
28
|
tabIndex?: number | undefined;
|
|
27
|
-
translate?: "
|
|
29
|
+
translate?: "yes" | "no" | undefined;
|
|
28
30
|
radioGroup?: string | undefined;
|
|
29
31
|
role?: import("react").AriaRole | undefined;
|
|
30
32
|
about?: string | undefined;
|
|
@@ -33,7 +35,6 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
33
35
|
inlist?: any;
|
|
34
36
|
prefix?: string | undefined;
|
|
35
37
|
property?: string | undefined;
|
|
36
|
-
rel?: string | undefined;
|
|
37
38
|
resource?: string | undefined;
|
|
38
39
|
rev?: string | undefined;
|
|
39
40
|
typeof?: string | undefined;
|
|
@@ -50,27 +51,27 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
50
51
|
results?: number | undefined;
|
|
51
52
|
security?: string | undefined;
|
|
52
53
|
unselectable?: "on" | "off" | undefined;
|
|
53
|
-
inputMode?: "text" | "none" | "search" | "
|
|
54
|
+
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
54
55
|
is?: string | undefined;
|
|
55
56
|
'aria-activedescendant'?: string | undefined;
|
|
56
57
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
57
|
-
'aria-autocomplete'?: "
|
|
58
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
58
59
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
59
60
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
60
61
|
'aria-colcount'?: number | undefined;
|
|
61
62
|
'aria-colindex'?: number | undefined;
|
|
62
63
|
'aria-colspan'?: number | undefined;
|
|
63
64
|
'aria-controls'?: string | undefined;
|
|
64
|
-
'aria-current'?: boolean | "time" | "
|
|
65
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
|
|
65
66
|
'aria-describedby'?: string | undefined;
|
|
66
67
|
'aria-details'?: string | undefined;
|
|
67
68
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
68
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
|
69
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
69
70
|
'aria-errormessage'?: string | undefined;
|
|
70
71
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
71
72
|
'aria-flowto'?: string | undefined;
|
|
72
73
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
73
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
74
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
74
75
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
75
76
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
76
77
|
'aria-keyshortcuts'?: string | undefined;
|
|
@@ -87,7 +88,7 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
87
88
|
'aria-posinset'?: number | undefined;
|
|
88
89
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
89
90
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
90
|
-
'aria-relevant'?: "text" | "
|
|
91
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
91
92
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
92
93
|
'aria-roledescription'?: string | undefined;
|
|
93
94
|
'aria-rowcount'?: number | undefined;
|
|
@@ -95,12 +96,11 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
95
96
|
'aria-rowspan'?: number | undefined;
|
|
96
97
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
97
98
|
'aria-setsize'?: number | undefined;
|
|
98
|
-
'aria-sort'?: "
|
|
99
|
+
'aria-sort'?: "other" | "none" | "ascending" | "descending" | undefined;
|
|
99
100
|
'aria-valuemax'?: number | undefined;
|
|
100
101
|
'aria-valuemin'?: number | undefined;
|
|
101
102
|
'aria-valuenow'?: number | undefined;
|
|
102
103
|
'aria-valuetext'?: string | undefined;
|
|
103
|
-
children?: import("react").ReactNode;
|
|
104
104
|
dangerouslySetInnerHTML?: {
|
|
105
105
|
__html: string | TrustedHTML;
|
|
106
106
|
} | undefined;
|
|
@@ -263,12 +263,7 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
263
263
|
onAnimationIterationCapture?: (import("react").AnimationEventHandler<HTMLInputElement> & import("react").AnimationEventHandler<HTMLTextAreaElement>) | undefined;
|
|
264
264
|
onTransitionEnd?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
265
265
|
onTransitionEndCapture?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
266
|
-
height?: string | number | undefined;
|
|
267
|
-
max?: string | number | undefined;
|
|
268
|
-
min?: string | number | undefined;
|
|
269
|
-
width?: string | number | undefined;
|
|
270
266
|
alt?: string | undefined;
|
|
271
|
-
src?: string | undefined;
|
|
272
267
|
disabled?: boolean | undefined;
|
|
273
268
|
formAction?: string | undefined;
|
|
274
269
|
formEncType?: string | undefined;
|
|
@@ -280,15 +275,20 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
280
275
|
capture?: boolean | "user" | "environment" | undefined;
|
|
281
276
|
checked?: boolean | undefined;
|
|
282
277
|
enterKeyHint?: "search" | "previous" | "next" | "enter" | "done" | "go" | "send" | undefined;
|
|
283
|
-
|
|
278
|
+
multiple?: boolean | undefined;
|
|
279
|
+
cols?: number | undefined;
|
|
280
|
+
dirName?: string | undefined;
|
|
284
281
|
maxLength?: number | undefined;
|
|
285
282
|
minLength?: number | undefined;
|
|
286
|
-
|
|
283
|
+
src?: string | undefined;
|
|
284
|
+
name?: string | undefined;
|
|
285
|
+
height?: string | number | undefined;
|
|
286
|
+
max?: string | number | undefined;
|
|
287
|
+
min?: string | number | undefined;
|
|
288
|
+
width?: string | number | undefined;
|
|
287
289
|
readOnly?: boolean | undefined;
|
|
288
290
|
required?: boolean | undefined;
|
|
289
291
|
step?: string | number | undefined;
|
|
290
|
-
cols?: number | undefined;
|
|
291
|
-
dirName?: string | undefined;
|
|
292
292
|
rows?: number | undefined;
|
|
293
293
|
wrap?: string | undefined;
|
|
294
294
|
} & {
|
|
@@ -5,16 +5,18 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
5
5
|
style?: React.CSSProperties | undefined;
|
|
6
6
|
title?: string | undefined;
|
|
7
7
|
pattern?: string | undefined;
|
|
8
|
+
rel?: string | undefined;
|
|
8
9
|
placeholder?: string | undefined;
|
|
9
|
-
|
|
10
|
+
list?: string | undefined;
|
|
11
|
+
className?: string | undefined;
|
|
12
|
+
children?: React.ReactNode;
|
|
10
13
|
defaultChecked?: boolean | undefined;
|
|
11
14
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
15
|
suppressContentEditableWarning?: boolean | undefined;
|
|
13
16
|
suppressHydrationWarning?: boolean | undefined;
|
|
14
17
|
accessKey?: string | undefined;
|
|
15
18
|
autoFocus?: boolean | undefined;
|
|
16
|
-
|
|
17
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
19
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
18
20
|
contextMenu?: string | undefined;
|
|
19
21
|
dir?: string | undefined;
|
|
20
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -24,7 +26,7 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
24
26
|
nonce?: string | undefined;
|
|
25
27
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
26
28
|
tabIndex?: number | undefined;
|
|
27
|
-
translate?: "
|
|
29
|
+
translate?: "yes" | "no" | undefined;
|
|
28
30
|
radioGroup?: string | undefined;
|
|
29
31
|
role?: React.AriaRole | undefined;
|
|
30
32
|
about?: string | undefined;
|
|
@@ -33,7 +35,6 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
33
35
|
inlist?: any;
|
|
34
36
|
prefix?: string | undefined;
|
|
35
37
|
property?: string | undefined;
|
|
36
|
-
rel?: string | undefined;
|
|
37
38
|
resource?: string | undefined;
|
|
38
39
|
rev?: string | undefined;
|
|
39
40
|
typeof?: string | undefined;
|
|
@@ -50,27 +51,27 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
50
51
|
results?: number | undefined;
|
|
51
52
|
security?: string | undefined;
|
|
52
53
|
unselectable?: "on" | "off" | undefined;
|
|
53
|
-
inputMode?: "text" | "none" | "search" | "
|
|
54
|
+
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
54
55
|
is?: string | undefined;
|
|
55
56
|
'aria-activedescendant'?: string | undefined;
|
|
56
57
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
57
|
-
'aria-autocomplete'?: "
|
|
58
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
58
59
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
59
60
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
60
61
|
'aria-colcount'?: number | undefined;
|
|
61
62
|
'aria-colindex'?: number | undefined;
|
|
62
63
|
'aria-colspan'?: number | undefined;
|
|
63
64
|
'aria-controls'?: string | undefined;
|
|
64
|
-
'aria-current'?: boolean | "time" | "
|
|
65
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
|
|
65
66
|
'aria-describedby'?: string | undefined;
|
|
66
67
|
'aria-details'?: string | undefined;
|
|
67
68
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
68
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
|
69
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
69
70
|
'aria-errormessage'?: string | undefined;
|
|
70
71
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
71
72
|
'aria-flowto'?: string | undefined;
|
|
72
73
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
73
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
74
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
74
75
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
75
76
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
76
77
|
'aria-keyshortcuts'?: string | undefined;
|
|
@@ -87,7 +88,7 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
87
88
|
'aria-posinset'?: number | undefined;
|
|
88
89
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
89
90
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
90
|
-
'aria-relevant'?: "text" | "
|
|
91
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
91
92
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
92
93
|
'aria-roledescription'?: string | undefined;
|
|
93
94
|
'aria-rowcount'?: number | undefined;
|
|
@@ -95,12 +96,11 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
95
96
|
'aria-rowspan'?: number | undefined;
|
|
96
97
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
97
98
|
'aria-setsize'?: number | undefined;
|
|
98
|
-
'aria-sort'?: "
|
|
99
|
+
'aria-sort'?: "other" | "none" | "ascending" | "descending" | undefined;
|
|
99
100
|
'aria-valuemax'?: number | undefined;
|
|
100
101
|
'aria-valuemin'?: number | undefined;
|
|
101
102
|
'aria-valuenow'?: number | undefined;
|
|
102
103
|
'aria-valuetext'?: string | undefined;
|
|
103
|
-
children?: React.ReactNode;
|
|
104
104
|
dangerouslySetInnerHTML?: {
|
|
105
105
|
__html: string | TrustedHTML;
|
|
106
106
|
} | undefined;
|
|
@@ -263,12 +263,7 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
263
263
|
onAnimationIterationCapture?: (React.AnimationEventHandler<HTMLInputElement> & React.AnimationEventHandler<HTMLTextAreaElement>) | undefined;
|
|
264
264
|
onTransitionEnd?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
265
265
|
onTransitionEndCapture?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
266
|
-
height?: string | number | undefined;
|
|
267
|
-
max?: string | number | undefined;
|
|
268
|
-
min?: string | number | undefined;
|
|
269
|
-
width?: string | number | undefined;
|
|
270
266
|
alt?: string | undefined;
|
|
271
|
-
src?: string | undefined;
|
|
272
267
|
disabled?: boolean | undefined;
|
|
273
268
|
formAction?: string | undefined;
|
|
274
269
|
formEncType?: string | undefined;
|
|
@@ -280,15 +275,20 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
280
275
|
capture?: boolean | "user" | "environment" | undefined;
|
|
281
276
|
checked?: boolean | undefined;
|
|
282
277
|
enterKeyHint?: "search" | "previous" | "next" | "enter" | "done" | "go" | "send" | undefined;
|
|
283
|
-
|
|
278
|
+
multiple?: boolean | undefined;
|
|
279
|
+
cols?: number | undefined;
|
|
280
|
+
dirName?: string | undefined;
|
|
284
281
|
maxLength?: number | undefined;
|
|
285
282
|
minLength?: number | undefined;
|
|
286
|
-
|
|
283
|
+
src?: string | undefined;
|
|
284
|
+
name?: string | undefined;
|
|
285
|
+
height?: string | number | undefined;
|
|
286
|
+
max?: string | number | undefined;
|
|
287
|
+
min?: string | number | undefined;
|
|
288
|
+
width?: string | number | undefined;
|
|
287
289
|
readOnly?: boolean | undefined;
|
|
288
290
|
required?: boolean | undefined;
|
|
289
291
|
step?: string | number | undefined;
|
|
290
|
-
cols?: number | undefined;
|
|
291
|
-
dirName?: string | undefined;
|
|
292
292
|
rows?: number | undefined;
|
|
293
293
|
wrap?: string | undefined;
|
|
294
294
|
} & {
|