@@ -20,6 +20,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
20
20
color ?: import ( "./types" ) . ColorType | undefined ;
21
21
placeholderTextColor ?: import ( "./types" ) . ColorType | undefined ;
22
22
formatter ?: ( ( value ?: string | undefined ) => string | undefined ) | undefined ;
23
+ children ?: import ( "react" ) . ReactNode ;
23
24
style ?: import ( "react-native" ) . StyleProp < import ( "react-native" ) . TextStyle > ;
24
25
testID ?: string | undefined ;
25
26
removeClippedSubviews ?: boolean | undefined ;
@@ -127,7 +128,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
127
128
selectionState ?: import ( "react-native" ) . DocumentSelectionState | undefined ;
128
129
spellCheck ?: boolean | undefined ;
129
130
textContentType ?: "none" | "name" | "password" | "username" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "newPassword" | "oneTimeCode" | undefined ;
130
- autoCompleteType ?: "name" | "email" | "password" | "username" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "postal-code" | "street-address" | "tel" | "off" | undefined ;
131
+ autoComplete ?: "name" | "email" | "password" | "username" | "birthdate-day" | "birthdate-full" | "birthdate-month" | "birthdate-year" | " cc-csc" | "cc-exp" | "cc-exp-day" | "cc-exp- month" | "cc-exp-year" | "cc-number" | "gender" | "name-family" | "name-given" | "name-middle" | "name-middle-initial" | "name-prefix" | "name-suffix" | "password-new" | " postal-address" | "postal-address-country" | "postal-address-extended" | "postal-address-extended-postal- code" | "postal-address-locality" | "postal-address-region" | "postal-code" | " street-address" | "sms-otp" | " tel" | "tel-country-code" | "tel-national" | "tel-device" | "username-new " | "off" | undefined ;
131
132
importantForAutofill ?: "auto" | "yes" | "no" | "noExcludeDescendants" | "yesExcludeDescendants" | undefined ;
132
133
disableFullscreenUI ?: boolean | undefined ;
133
134
inlineImageLeft ?: string | undefined ;
@@ -168,7 +169,6 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
168
169
containerStyle ?: import ( "react-native" ) . ViewStyle | undefined ;
169
170
modifiers : import ( "../../commons/modifiers" ) . ExtractedStyle ;
170
171
forwardedRef : any ;
171
- children ?: import ( "react" ) . ReactNode ;
172
172
} | {
173
173
margin ?: boolean | undefined ;
174
174
marginL ?: boolean | undefined ;
@@ -422,6 +422,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
422
422
color ?: import ( "./types" ) . ColorType | undefined ;
423
423
placeholderTextColor ?: import ( "./types" ) . ColorType | undefined ;
424
424
formatter ?: ( ( value ?: string | undefined ) => string | undefined ) | undefined ;
425
+ children ?: import ( "react" ) . ReactNode ;
425
426
style ?: import ( "react-native" ) . StyleProp < import ( "react-native" ) . TextStyle > ;
426
427
testID ?: string | undefined ;
427
428
removeClippedSubviews ?: boolean | undefined ;
@@ -529,7 +530,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
529
530
selectionState ?: import ( "react-native" ) . DocumentSelectionState | undefined ;
530
531
spellCheck ?: boolean | undefined ;
531
532
textContentType ?: "none" | "name" | "password" | "username" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "newPassword" | "oneTimeCode" | undefined ;
532
- autoCompleteType ?: "name" | "email" | "password" | "username" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "postal-code" | "street-address" | "tel" | "off" | undefined ;
533
+ autoComplete ?: "name" | "email" | "password" | "username" | "birthdate-day" | "birthdate-full" | "birthdate-month" | "birthdate-year" | " cc-csc" | "cc-exp" | "cc-exp-day" | "cc-exp- month" | "cc-exp-year" | "cc-number" | "gender" | "name-family" | "name-given" | "name-middle" | "name-middle-initial" | "name-prefix" | "name-suffix" | "password-new" | " postal-address" | "postal-address-country" | "postal-address-extended" | "postal-address-extended-postal- code" | "postal-address-locality" | "postal-address-region" | "postal-code" | " street-address" | "sms-otp" | " tel" | "tel-country-code" | "tel-national" | "tel-device" | "username-new " | "off" | undefined ;
533
534
importantForAutofill ?: "auto" | "yes" | "no" | "noExcludeDescendants" | "yesExcludeDescendants" | undefined ;
534
535
disableFullscreenUI ?: boolean | undefined ;
535
536
inlineImageLeft ?: string | undefined ;
@@ -570,7 +571,6 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
570
571
containerStyle ?: import ( "react-native" ) . ViewStyle | undefined ;
571
572
modifiers : import ( "../../commons/modifiers" ) . ExtractedStyle ;
572
573
forwardedRef : any ;
573
- children ?: import ( "react" ) . ReactNode ;
574
574
} | {
575
575
margin ?: boolean | undefined ;
576
576
marginL ?: boolean | undefined ;
@@ -824,6 +824,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
824
824
color ?: import ( "./types" ) . ColorType | undefined ;
825
825
placeholderTextColor ?: import ( "./types" ) . ColorType | undefined ;
826
826
formatter ?: ( ( value ?: string | undefined ) => string | undefined ) | undefined ;
827
+ children ?: import ( "react" ) . ReactNode ;
827
828
style : false | import ( "react-native" ) . TextStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . TextStyle > | import ( "react-native" ) . RecursiveArray < import ( "react-native" ) . TextStyle | import ( "react-native" ) . Falsy | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . TextStyle > > | {
828
829
lineHeight : undefined ;
829
830
height : number | undefined ;
@@ -1043,7 +1044,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
1043
1044
selectionState ?: import ( "react-native" ) . DocumentSelectionState | undefined ;
1044
1045
spellCheck ?: boolean | undefined ;
1045
1046
textContentType ?: "none" | "name" | "password" | "username" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "newPassword" | "oneTimeCode" | undefined ;
1046
- autoCompleteType ?: "name" | "email" | "password" | "username" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "postal-code" | "street-address" | "tel" | "off" | undefined ;
1047
+ autoComplete ?: "name" | "email" | "password" | "username" | "birthdate-day" | "birthdate-full" | "birthdate-month" | "birthdate-year" | " cc-csc" | "cc-exp" | "cc-exp-day" | "cc-exp- month" | "cc-exp-year" | "cc-number" | "gender" | "name-family" | "name-given" | "name-middle" | "name-middle-initial" | "name-prefix" | "name-suffix" | "password-new" | " postal-address" | "postal-address-country" | "postal-address-extended" | "postal-address-extended-postal- code" | "postal-address-locality" | "postal-address-region" | "postal-code" | " street-address" | "sms-otp" | " tel" | "tel-country-code" | "tel-national" | "tel-device" | "username-new " | "off" | undefined ;
1047
1048
importantForAutofill ?: "auto" | "yes" | "no" | "noExcludeDescendants" | "yesExcludeDescendants" | undefined ;
1048
1049
disableFullscreenUI ?: boolean | undefined ;
1049
1050
inlineImageLeft ?: string | undefined ;
@@ -1208,5 +1209,4 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
1208
1209
containerStyle ?: import ( "react-native" ) . ViewStyle | undefined ;
1209
1210
modifiers : import ( "../../commons/modifiers" ) . ExtractedStyle ;
1210
1211
forwardedRef : any ;
1211
- children ?: import ( "react" ) . ReactNode ;
1212
1212
} ;
0 commit comments