@draftbit/ui 52.1.9 → 53.0.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.
|
@@ -9,13 +9,13 @@ export declare const AvatarEdit: import("react").ForwardRefExoticComponent<Omit<
|
|
|
9
9
|
onPress?: (() => void) | undefined;
|
|
10
10
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
11
11
|
children?: import("react").ReactNode;
|
|
12
|
-
ref?: import("react").
|
|
12
|
+
ref?: import("react").Ref<any> | undefined;
|
|
13
13
|
key?: import("react").Key | null | undefined;
|
|
14
14
|
}, "ref"> & import("react").RefAttributes<any>>;
|
|
15
15
|
export declare const Banner: import("react").ForwardRefExoticComponent<Omit<{
|
|
16
16
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
17
17
|
children?: import("react").ReactNode;
|
|
18
|
-
ref?: import("react").
|
|
18
|
+
ref?: import("react").Ref<any> | undefined;
|
|
19
19
|
key?: import("react").Key | null | undefined;
|
|
20
20
|
initiallyVisible: boolean;
|
|
21
21
|
dismissable: boolean;
|
|
@@ -32,15 +32,15 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
32
32
|
onPress?: (() => void) | undefined;
|
|
33
33
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
34
34
|
children?: import("react").ReactNode;
|
|
35
|
-
|
|
36
|
-
key?: import("react").Key | null | undefined;
|
|
35
|
+
elevation?: number | undefined;
|
|
37
36
|
aspectRatio?: number | undefined;
|
|
37
|
+
ref?: import("react").Ref<any> | undefined;
|
|
38
|
+
key?: import("react").Key | null | undefined;
|
|
38
39
|
icon?: string | undefined;
|
|
39
40
|
title?: string | undefined;
|
|
40
41
|
subtitle?: string | undefined;
|
|
41
42
|
description?: string | undefined;
|
|
42
43
|
textCentered: boolean;
|
|
43
|
-
elevation?: number | undefined;
|
|
44
44
|
numColumns?: number | undefined;
|
|
45
45
|
titleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
46
46
|
subtitleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
@@ -61,7 +61,6 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<{
|
|
|
61
61
|
removeClippedSubviews?: boolean | undefined | undefined;
|
|
62
62
|
testID?: string | undefined | undefined;
|
|
63
63
|
nativeID?: string | undefined | undefined;
|
|
64
|
-
className?: string | undefined;
|
|
65
64
|
collapsable?: boolean | undefined | undefined;
|
|
66
65
|
collapsableChildren?: boolean | undefined | undefined;
|
|
67
66
|
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
@@ -149,13 +148,13 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<{
|
|
|
149
148
|
checkedIcon?: string | undefined;
|
|
150
149
|
uncheckedIcon?: string | undefined;
|
|
151
150
|
defaultValue?: boolean | undefined;
|
|
152
|
-
onHoverIn?: ((event: import("react-native").MouseEvent) => void) |
|
|
153
|
-
onHoverOut?: ((event: import("react-native").MouseEvent) => void) |
|
|
154
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
155
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
156
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
157
|
-
onBlur?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) |
|
|
158
|
-
onFocus?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) |
|
|
151
|
+
onHoverIn?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
152
|
+
onHoverOut?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
153
|
+
onPressIn?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
154
|
+
onPressOut?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
155
|
+
onLongPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
156
|
+
onBlur?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
157
|
+
onFocus?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
159
158
|
cancelable?: null | boolean | undefined | undefined;
|
|
160
159
|
delayHoverIn?: number | null | undefined | undefined;
|
|
161
160
|
delayHoverOut?: number | null | undefined | undefined;
|
|
@@ -170,11 +169,11 @@ export declare const CheckboxRow: import("react").ForwardRefExoticComponent<Omit
|
|
|
170
169
|
size?: number | undefined;
|
|
171
170
|
onPress?: ((checked: boolean) => void) | undefined;
|
|
172
171
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
173
|
-
ref?: import("react").LegacyRef<any> | undefined;
|
|
174
|
-
key?: import("react").Key | null | undefined;
|
|
175
172
|
color?: string | undefined;
|
|
176
173
|
direction?: import("packages/core/src/components/Checkbox/CheckboxRow").Direction | undefined;
|
|
177
174
|
status?: boolean | undefined;
|
|
175
|
+
ref?: import("react").Ref<any> | undefined;
|
|
176
|
+
key?: import("react").Key | null | undefined;
|
|
178
177
|
disabled?: boolean | undefined;
|
|
179
178
|
onCheck?: (() => void) | undefined;
|
|
180
179
|
onUncheck?: (() => void) | undefined;
|
|
@@ -193,8 +192,6 @@ export declare const DatePicker: import("react").ForwardRefExoticComponent<Omit<
|
|
|
193
192
|
height?: number;
|
|
194
193
|
}) & (false | "" | import("react-native").TextStyle | import("react-native").RegisteredStyle<import("react-native").TextStyle> | import("react-native").RecursiveArray<import("react-native").Falsy | import("react-native").TextStyle | import("react-native").RegisteredStyle<import("react-native").TextStyle>> | null)) | undefined;
|
|
195
194
|
children?: import("react").ReactNode;
|
|
196
|
-
ref?: import("react").LegacyRef<any> | undefined;
|
|
197
|
-
key?: import("react").Key | null | undefined;
|
|
198
195
|
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
199
196
|
id?: string | undefined | undefined;
|
|
200
197
|
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
@@ -203,7 +200,6 @@ export declare const DatePicker: import("react").ForwardRefExoticComponent<Omit<
|
|
|
203
200
|
removeClippedSubviews?: boolean | undefined | undefined;
|
|
204
201
|
testID?: string | undefined | undefined;
|
|
205
202
|
nativeID?: string | undefined | undefined;
|
|
206
|
-
className?: string | undefined;
|
|
207
203
|
collapsable?: boolean | undefined | undefined;
|
|
208
204
|
collapsableChildren?: boolean | undefined | undefined;
|
|
209
205
|
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
@@ -284,6 +280,8 @@ export declare const DatePicker: import("react").ForwardRefExoticComponent<Omit<
|
|
|
284
280
|
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
285
281
|
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
286
282
|
borderColor?: string | undefined;
|
|
283
|
+
ref?: import("react").Ref<any> | undefined;
|
|
284
|
+
key?: import("react").Key | null | undefined;
|
|
287
285
|
disabled?: boolean | undefined;
|
|
288
286
|
defaultValue?: string | (Date & string) | undefined;
|
|
289
287
|
onPressIn?: ((e: import("react-native").NativeSyntheticEvent<import("react-native").NativeTouchEvent>) => void) | undefined | undefined;
|
|
@@ -345,6 +343,7 @@ export declare const DatePicker: import("react").ForwardRefExoticComponent<Omit<
|
|
|
345
343
|
inputAccessoryViewID?: string | undefined | undefined;
|
|
346
344
|
value?: string | undefined | undefined;
|
|
347
345
|
maxFontSizeMultiplier?: number | null | undefined | undefined;
|
|
346
|
+
disableKeyboardShortcuts?: boolean | undefined | undefined;
|
|
348
347
|
clearButtonMode?: "never" | "while-editing" | "unless-editing" | "always" | undefined | undefined;
|
|
349
348
|
clearTextOnFocus?: boolean | undefined | undefined;
|
|
350
349
|
dataDetectorTypes?: import("react-native").DataDetectorTypes | import("react-native").DataDetectorTypes[] | undefined;
|
|
@@ -354,9 +353,10 @@ export declare const DatePicker: import("react").ForwardRefExoticComponent<Omit<
|
|
|
354
353
|
rejectResponderTermination?: boolean | null | undefined | undefined;
|
|
355
354
|
selectionState?: import("react-native").DocumentSelectionState | undefined;
|
|
356
355
|
spellCheck?: boolean | undefined | undefined;
|
|
357
|
-
textContentType?: "none" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "creditCardExpiration" | "creditCardExpirationMonth" | "creditCardExpirationYear" | "creditCardSecurityCode" | "creditCardType" | "creditCardName" | "creditCardGivenName" | "creditCardMiddleName" | "creditCardFamilyName" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "name" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "username" | "password" | "newPassword" | "oneTimeCode" | "birthdate" | "birthdateDay" | "birthdateMonth" | "birthdateYear" | undefined | undefined;
|
|
356
|
+
textContentType?: "none" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "creditCardExpiration" | "creditCardExpirationMonth" | "creditCardExpirationYear" | "creditCardSecurityCode" | "creditCardType" | "creditCardName" | "creditCardGivenName" | "creditCardMiddleName" | "creditCardFamilyName" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "name" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "username" | "password" | "newPassword" | "oneTimeCode" | "birthdate" | "birthdateDay" | "birthdateMonth" | "birthdateYear" | "cellularEID" | "cellularIMEI" | "dateTime" | "flightNumber" | "shipmentTrackingNumber" | undefined | undefined;
|
|
358
357
|
scrollEnabled?: boolean | undefined | undefined;
|
|
359
358
|
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined | undefined;
|
|
359
|
+
lineBreakModeIOS?: "wordWrapping" | "char" | "clip" | "head" | "middle" | "tail" | undefined | undefined;
|
|
360
360
|
smartInsertDelete?: boolean | undefined | undefined;
|
|
361
361
|
cursorColor?: import("react-native").ColorValue | null | undefined;
|
|
362
362
|
selectionHandleColor?: import("react-native").ColorValue | null | undefined;
|
|
@@ -376,9 +376,7 @@ export declare const FAB: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
376
376
|
size?: number | undefined;
|
|
377
377
|
onPress: (() => void) & ((event: import("react-native").GestureResponderEvent) => void);
|
|
378
378
|
style?: ((false | "" | import("react-native").ViewStyle | import("react-native").RegisteredStyle<import("react-native").ViewStyle> | import("react-native").RecursiveArray<import("react-native").Falsy | import("react-native").ViewStyle | import("react-native").RegisteredStyle<import("react-native").ViewStyle>>) & (false | "" | import("react-native").ViewStyle | import("react-native").RegisteredStyle<import("react-native").ViewStyle> | import("react-native").RecursiveArray<import("react-native").Falsy | import("react-native").ViewStyle | import("react-native").RegisteredStyle<import("react-native").ViewStyle>> | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>))) | null | undefined;
|
|
379
|
-
children?: ((string | number | boolean | import("react").ReactElement<
|
|
380
|
-
ref?: import("react").LegacyRef<any> | undefined;
|
|
381
|
-
key?: import("react").Key | null | undefined;
|
|
379
|
+
children?: ((string | number | bigint | boolean | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> | ((state: import("react-native").PressableStateCallbackType) => React.ReactNode)) & (string | number | bigint | boolean | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>)) | null | undefined;
|
|
382
380
|
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
383
381
|
id?: string | undefined | undefined;
|
|
384
382
|
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
@@ -387,7 +385,6 @@ export declare const FAB: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
387
385
|
removeClippedSubviews?: boolean | undefined | undefined;
|
|
388
386
|
testID?: string | undefined | undefined;
|
|
389
387
|
nativeID?: string | undefined | undefined;
|
|
390
|
-
className?: string | undefined;
|
|
391
388
|
collapsable?: boolean | undefined | undefined;
|
|
392
389
|
collapsableChildren?: boolean | undefined | undefined;
|
|
393
390
|
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
@@ -467,14 +464,16 @@ export declare const FAB: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
467
464
|
accessibilityLanguage?: string | undefined | undefined;
|
|
468
465
|
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
469
466
|
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
467
|
+
ref?: import("react").Ref<any> | undefined;
|
|
468
|
+
key?: import("react").Key | null | undefined;
|
|
470
469
|
disabled?: boolean | undefined;
|
|
471
|
-
onHoverIn?: ((event: import("react-native").MouseEvent) => void) |
|
|
472
|
-
onHoverOut?: ((event: import("react-native").MouseEvent) => void) |
|
|
473
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
474
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
475
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
476
|
-
onBlur?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) |
|
|
477
|
-
onFocus?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) |
|
|
470
|
+
onHoverIn?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
471
|
+
onHoverOut?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
472
|
+
onPressIn?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
473
|
+
onPressOut?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
474
|
+
onLongPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
475
|
+
onBlur?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
476
|
+
onFocus?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
478
477
|
cancelable?: null | boolean | undefined | undefined;
|
|
479
478
|
delayHoverIn?: number | null | undefined | undefined;
|
|
480
479
|
delayHoverOut?: number | null | undefined | undefined;
|
|
@@ -492,7 +491,7 @@ export declare const FAB: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
492
491
|
export declare const FieldSearchBarFull: import("react").ForwardRefExoticComponent<Omit<{
|
|
493
492
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
494
493
|
children?: import("react").ReactNode;
|
|
495
|
-
ref?: import("react").
|
|
494
|
+
ref?: import("react").Ref<any> | undefined;
|
|
496
495
|
key?: import("react").Key | null | undefined;
|
|
497
496
|
icon?: string | undefined;
|
|
498
497
|
defaultValue?: string | undefined;
|
|
@@ -506,9 +505,7 @@ export declare const IconButton: import("react").ForwardRefExoticComponent<Omit<
|
|
|
506
505
|
size?: number | undefined;
|
|
507
506
|
onPress: (() => void) & ((event: import("react-native").GestureResponderEvent) => void);
|
|
508
507
|
style?: ((false | "" | import("react-native").ViewStyle | import("react-native").RegisteredStyle<import("react-native").ViewStyle> | import("react-native").RecursiveArray<import("react-native").Falsy | import("react-native").ViewStyle | import("react-native").RegisteredStyle<import("react-native").ViewStyle>>) & (false | "" | import("react-native").ViewStyle | import("react-native").RegisteredStyle<import("react-native").ViewStyle> | import("react-native").RecursiveArray<import("react-native").Falsy | import("react-native").ViewStyle | import("react-native").RegisteredStyle<import("react-native").ViewStyle>> | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>))) | null | undefined;
|
|
509
|
-
children?: ((string | number | boolean | import("react").ReactElement<
|
|
510
|
-
ref?: import("react").LegacyRef<any> | undefined;
|
|
511
|
-
key?: import("react").Key | null | undefined;
|
|
508
|
+
children?: ((string | number | bigint | boolean | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> | ((state: import("react-native").PressableStateCallbackType) => React.ReactNode)) & (string | number | bigint | boolean | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>)) | null | undefined;
|
|
512
509
|
color?: string | undefined;
|
|
513
510
|
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
514
511
|
id?: string | undefined | undefined;
|
|
@@ -518,7 +515,6 @@ export declare const IconButton: import("react").ForwardRefExoticComponent<Omit<
|
|
|
518
515
|
removeClippedSubviews?: boolean | undefined | undefined;
|
|
519
516
|
testID?: string | undefined | undefined;
|
|
520
517
|
nativeID?: string | undefined | undefined;
|
|
521
|
-
className?: string | undefined;
|
|
522
518
|
collapsable?: boolean | undefined | undefined;
|
|
523
519
|
collapsableChildren?: boolean | undefined | undefined;
|
|
524
520
|
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
@@ -598,15 +594,17 @@ export declare const IconButton: import("react").ForwardRefExoticComponent<Omit<
|
|
|
598
594
|
accessibilityLanguage?: string | undefined | undefined;
|
|
599
595
|
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
600
596
|
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
597
|
+
ref?: import("react").Ref<any> | undefined;
|
|
598
|
+
key?: import("react").Key | null | undefined;
|
|
601
599
|
icon?: string | undefined;
|
|
602
600
|
disabled?: boolean | undefined;
|
|
603
|
-
onHoverIn?: ((event: import("react-native").MouseEvent) => void) |
|
|
604
|
-
onHoverOut?: ((event: import("react-native").MouseEvent) => void) |
|
|
605
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
606
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
607
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
608
|
-
onBlur?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) |
|
|
609
|
-
onFocus?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) |
|
|
601
|
+
onHoverIn?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
602
|
+
onHoverOut?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
603
|
+
onPressIn?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
604
|
+
onPressOut?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
605
|
+
onLongPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
606
|
+
onBlur?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
607
|
+
onFocus?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
610
608
|
cancelable?: null | boolean | undefined | undefined;
|
|
611
609
|
delayHoverIn?: number | null | undefined | undefined;
|
|
612
610
|
delayHoverOut?: number | null | undefined | undefined;
|
|
@@ -624,7 +622,7 @@ export declare const Link: import("react").ForwardRefExoticComponent<{} & import
|
|
|
624
622
|
export declare const Picker: import("react").ForwardRefExoticComponent<Omit<{
|
|
625
623
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle> | import("react-native").TextStyle;
|
|
626
624
|
children?: import("react").ReactNode;
|
|
627
|
-
ref?: import("react").
|
|
625
|
+
ref?: import("react").Ref<any> | undefined;
|
|
628
626
|
key?: import("react").Key | null | undefined;
|
|
629
627
|
disabled?: boolean | undefined;
|
|
630
628
|
label?: string | undefined;
|
|
@@ -656,7 +654,7 @@ export declare const Picker: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
656
654
|
export declare const MultiSelectPicker: import("react").ForwardRefExoticComponent<Omit<{
|
|
657
655
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle> | import("react-native").TextStyle;
|
|
658
656
|
children?: import("react").ReactNode;
|
|
659
|
-
ref?: import("react").
|
|
657
|
+
ref?: import("react").Ref<any> | undefined;
|
|
660
658
|
key?: import("react").Key | null | undefined;
|
|
661
659
|
disabled?: boolean | undefined;
|
|
662
660
|
label?: string | undefined;
|
|
@@ -699,10 +697,10 @@ export declare const RadioButtonRow: import("react").ForwardRefExoticComponent<O
|
|
|
699
697
|
size?: number | undefined;
|
|
700
698
|
onPress?: ((value: string) => void) | undefined;
|
|
701
699
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
702
|
-
ref?: import("react").LegacyRef<any> | undefined;
|
|
703
|
-
key?: import("react").Key | null | undefined;
|
|
704
700
|
color?: string | undefined;
|
|
705
701
|
direction?: import("packages/core/src/components/RadioButton/RadioButtonRow").Direction | undefined;
|
|
702
|
+
ref?: import("react").Ref<any> | undefined;
|
|
703
|
+
key?: import("react").Key | null | undefined;
|
|
706
704
|
disabled?: boolean | undefined;
|
|
707
705
|
label: string | React.ReactNode;
|
|
708
706
|
labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
@@ -717,7 +715,7 @@ export declare const RadioButtonRow: import("react").ForwardRefExoticComponent<O
|
|
|
717
715
|
export declare const RowBodyIcon: import("react").ForwardRefExoticComponent<Omit<{
|
|
718
716
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
719
717
|
children?: import("react").ReactNode;
|
|
720
|
-
ref?: import("react").
|
|
718
|
+
ref?: import("react").Ref<any> | undefined;
|
|
721
719
|
key?: import("react").Key | null | undefined;
|
|
722
720
|
icon: string;
|
|
723
721
|
title?: string | undefined;
|
|
@@ -727,7 +725,7 @@ export declare const RowHeadlineImageIcon: import("react").ForwardRefExoticCompo
|
|
|
727
725
|
image: string | import("react-native").ImageSourcePropType;
|
|
728
726
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
729
727
|
children?: import("react").ReactNode;
|
|
730
|
-
ref?: import("react").
|
|
728
|
+
ref?: import("react").Ref<any> | undefined;
|
|
731
729
|
key?: import("react").Key | null | undefined;
|
|
732
730
|
icon: string;
|
|
733
731
|
title?: string | undefined;
|
|
@@ -738,7 +736,7 @@ export declare const StarRating: import("react").ForwardRefExoticComponent<Omit<
|
|
|
738
736
|
onPress?: ((newValue: number) => void) | undefined;
|
|
739
737
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
740
738
|
children?: import("react").ReactNode;
|
|
741
|
-
ref?: import("react").
|
|
739
|
+
ref?: import("react").Ref<any> | undefined;
|
|
742
740
|
key?: import("react").Key | null | undefined;
|
|
743
741
|
defaultValue?: number | undefined;
|
|
744
742
|
starSize?: number | undefined;
|
|
@@ -750,10 +748,10 @@ export declare const StarRating: import("react").ForwardRefExoticComponent<Omit<
|
|
|
750
748
|
}, "ref"> & import("react").RefAttributes<any>>;
|
|
751
749
|
export declare const Stepper: import("react").ForwardRefExoticComponent<Omit<{
|
|
752
750
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle | import("react-native").TextStyle>;
|
|
753
|
-
ref?: import("react").LegacyRef<any> | undefined;
|
|
754
|
-
key?: import("react").Key | null | undefined;
|
|
755
751
|
max: number;
|
|
756
752
|
min: number;
|
|
753
|
+
ref?: import("react").Ref<any> | undefined;
|
|
754
|
+
key?: import("react").Key | null | undefined;
|
|
757
755
|
defaultValue?: number | undefined;
|
|
758
756
|
onChange?: ((value: number) => void) | undefined;
|
|
759
757
|
value?: number | undefined;
|
|
@@ -764,8 +762,6 @@ export declare const TextField: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
764
762
|
onPress?: ((e: import("react-native").NativeSyntheticEvent<import("react-native").NativeTouchEvent>) => void) | undefined | undefined;
|
|
765
763
|
style?: ((false | "" | import("react-native").ViewStyle | import("react-native").RegisteredStyle<import("react-native").ViewStyle> | import("react-native").RecursiveArray<import("react-native").Falsy | import("react-native").ViewStyle | import("react-native").RegisteredStyle<import("react-native").ViewStyle>>) & (false | "" | import("react-native").TextStyle | import("react-native").RegisteredStyle<import("react-native").TextStyle> | import("react-native").RecursiveArray<import("react-native").Falsy | import("react-native").TextStyle | import("react-native").RegisteredStyle<import("react-native").TextStyle>>)) | null | undefined;
|
|
766
764
|
children?: import("react").ReactNode;
|
|
767
|
-
ref?: import("react").LegacyRef<any> | undefined;
|
|
768
|
-
key?: import("react").Key | null | undefined;
|
|
769
765
|
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
770
766
|
id?: string | undefined | undefined;
|
|
771
767
|
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
@@ -774,7 +770,6 @@ export declare const TextField: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
774
770
|
removeClippedSubviews?: boolean | undefined | undefined;
|
|
775
771
|
testID?: string | undefined | undefined;
|
|
776
772
|
nativeID?: string | undefined | undefined;
|
|
777
|
-
className?: string | undefined;
|
|
778
773
|
collapsable?: boolean | undefined | undefined;
|
|
779
774
|
collapsableChildren?: boolean | undefined | undefined;
|
|
780
775
|
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
@@ -854,6 +849,8 @@ export declare const TextField: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
854
849
|
accessibilityLanguage?: string | undefined | undefined;
|
|
855
850
|
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
856
851
|
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
852
|
+
ref?: import("react").Ref<any> | undefined;
|
|
853
|
+
key?: import("react").Key | null | undefined;
|
|
857
854
|
disabled?: boolean | undefined;
|
|
858
855
|
defaultValue?: string | undefined;
|
|
859
856
|
onPressIn?: ((e: import("react-native").NativeSyntheticEvent<import("react-native").NativeTouchEvent>) => void) | undefined | undefined;
|
|
@@ -903,6 +900,7 @@ export declare const TextField: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
903
900
|
inputAccessoryViewID?: string | undefined | undefined;
|
|
904
901
|
value?: string | undefined | undefined;
|
|
905
902
|
maxFontSizeMultiplier?: number | null | undefined | undefined;
|
|
903
|
+
disableKeyboardShortcuts?: boolean | undefined | undefined;
|
|
906
904
|
clearButtonMode?: "never" | "while-editing" | "unless-editing" | "always" | undefined | undefined;
|
|
907
905
|
clearTextOnFocus?: boolean | undefined | undefined;
|
|
908
906
|
dataDetectorTypes?: import("react-native").DataDetectorTypes | import("react-native").DataDetectorTypes[] | undefined;
|
|
@@ -912,9 +910,10 @@ export declare const TextField: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
912
910
|
rejectResponderTermination?: boolean | null | undefined | undefined;
|
|
913
911
|
selectionState?: import("react-native").DocumentSelectionState | undefined;
|
|
914
912
|
spellCheck?: boolean | undefined | undefined;
|
|
915
|
-
textContentType?: "none" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "creditCardExpiration" | "creditCardExpirationMonth" | "creditCardExpirationYear" | "creditCardSecurityCode" | "creditCardType" | "creditCardName" | "creditCardGivenName" | "creditCardMiddleName" | "creditCardFamilyName" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "name" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "username" | "password" | "newPassword" | "oneTimeCode" | "birthdate" | "birthdateDay" | "birthdateMonth" | "birthdateYear" | undefined | undefined;
|
|
913
|
+
textContentType?: "none" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "creditCardExpiration" | "creditCardExpirationMonth" | "creditCardExpirationYear" | "creditCardSecurityCode" | "creditCardType" | "creditCardName" | "creditCardGivenName" | "creditCardMiddleName" | "creditCardFamilyName" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "name" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "username" | "password" | "newPassword" | "oneTimeCode" | "birthdate" | "birthdateDay" | "birthdateMonth" | "birthdateYear" | "cellularEID" | "cellularIMEI" | "dateTime" | "flightNumber" | "shipmentTrackingNumber" | undefined | undefined;
|
|
916
914
|
scrollEnabled?: boolean | undefined | undefined;
|
|
917
915
|
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined | undefined;
|
|
916
|
+
lineBreakModeIOS?: "wordWrapping" | "char" | "clip" | "head" | "middle" | "tail" | undefined | undefined;
|
|
918
917
|
smartInsertDelete?: boolean | undefined | undefined;
|
|
919
918
|
cursorColor?: import("react-native").ColorValue | null | undefined;
|
|
920
919
|
selectionHandleColor?: import("react-native").ColorValue | null | undefined;
|
|
@@ -946,12 +945,12 @@ export declare const ToggleButton: import("react").ForwardRefExoticComponent<Omi
|
|
|
946
945
|
onPress?: ((value: boolean) => void) | undefined;
|
|
947
946
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
948
947
|
children?: import("react").ReactNode;
|
|
949
|
-
ref?: import("react").LegacyRef<any> | undefined;
|
|
950
|
-
key?: import("react").Key | null | undefined;
|
|
951
948
|
color?: string | undefined;
|
|
952
949
|
borderColor?: string | undefined;
|
|
953
950
|
height?: number | undefined;
|
|
954
951
|
width?: number | undefined;
|
|
952
|
+
ref?: import("react").Ref<any> | undefined;
|
|
953
|
+
key?: import("react").Key | null | undefined;
|
|
955
954
|
icon: string;
|
|
956
955
|
disabled?: boolean | undefined;
|
|
957
956
|
defaultValue?: boolean | undefined;
|
|
@@ -961,7 +960,7 @@ export declare const ToggleButton: import("react").ForwardRefExoticComponent<Omi
|
|
|
961
960
|
}, "ref"> & import("react").RefAttributes<any>>;
|
|
962
961
|
export declare const Slider: import("react").ForwardRefExoticComponent<Omit<{
|
|
963
962
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
964
|
-
ref?: import("react").
|
|
963
|
+
ref?: import("react").Ref<any> | undefined;
|
|
965
964
|
key?: import("react").Key | null | undefined;
|
|
966
965
|
disabled?: boolean | undefined;
|
|
967
966
|
defaultValue?: number | undefined;
|
|
@@ -982,7 +981,7 @@ export declare const Slider: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
982
981
|
export declare const AccordionGroup: import("react").ForwardRefExoticComponent<Omit<{
|
|
983
982
|
style?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
984
983
|
children?: import("react").ReactNode;
|
|
985
|
-
ref?: import("react").
|
|
984
|
+
ref?: import("react").Ref<any> | undefined;
|
|
986
985
|
key?: import("react").Key | null | undefined;
|
|
987
986
|
icon?: string | undefined;
|
|
988
987
|
label?: string | undefined;
|
|
@@ -995,7 +994,7 @@ export declare const AccordionGroup: import("react").ForwardRefExoticComponent<O
|
|
|
995
994
|
}, "ref"> & import("react").RefAttributes<any>>;
|
|
996
995
|
export declare const AccordionItem: import("react").ForwardRefExoticComponent<Omit<{
|
|
997
996
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
998
|
-
ref?: import("react").
|
|
997
|
+
ref?: import("react").Ref<any> | undefined;
|
|
999
998
|
key?: import("react").Key | null | undefined;
|
|
1000
999
|
icon?: string | undefined;
|
|
1001
1000
|
label: string;
|
|
@@ -1004,7 +1003,7 @@ export declare const AccordionItem: import("react").ForwardRefExoticComponent<Om
|
|
|
1004
1003
|
export declare const TabView: import("react").ForwardRefExoticComponent<Omit<{
|
|
1005
1004
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle | import("react-native").TextStyle>;
|
|
1006
1005
|
children?: import("react").ReactNode;
|
|
1007
|
-
ref?: import("react").
|
|
1006
|
+
ref?: import("react").Ref<any> | undefined;
|
|
1008
1007
|
key?: import("react").Key | null | undefined;
|
|
1009
1008
|
scrollEnabled?: boolean | undefined;
|
|
1010
1009
|
iconSize?: number | undefined;
|
|
@@ -1024,7 +1023,7 @@ export declare const TabView: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
1024
1023
|
export declare const SwipeableItem: import("react").ForwardRefExoticComponent<Omit<{
|
|
1025
1024
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle | import("react-native").TextStyle>;
|
|
1026
1025
|
children?: import("react").ReactNode;
|
|
1027
|
-
ref?: import("react").
|
|
1026
|
+
ref?: import("react").Ref<any> | undefined;
|
|
1028
1027
|
key?: import("react").Key | null | undefined;
|
|
1029
1028
|
closeOnPress?: boolean | undefined;
|
|
1030
1029
|
leftOpenValue?: number | undefined;
|