react-native-timer-picker 2.5.0 → 2.6.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/README.md +22 -13
- package/dist/commonjs/components/DurationScroll/DurationScroll.js +39 -18
- package/dist/commonjs/components/DurationScroll/DurationScroll.js.map +1 -1
- package/dist/commonjs/components/DurationScroll/types.js.map +1 -1
- package/dist/commonjs/components/Modal/Modal.js +10 -10
- package/dist/commonjs/components/Modal/Modal.js.map +1 -1
- package/dist/commonjs/components/Modal/styles.js +5 -5
- package/dist/commonjs/components/Modal/styles.js.map +1 -1
- package/dist/commonjs/components/Modal/types.js.map +1 -1
- package/dist/commonjs/components/PickerItem/PickerItem.js +2 -1
- package/dist/commonjs/components/PickerItem/PickerItem.js.map +1 -1
- package/dist/commonjs/components/TimerPicker/TimerPicker.js +47 -21
- package/dist/commonjs/components/TimerPicker/TimerPicker.js.map +1 -1
- package/dist/commonjs/components/TimerPicker/index.js.map +1 -1
- package/dist/commonjs/components/TimerPicker/styles.js +79 -69
- package/dist/commonjs/components/TimerPicker/styles.js.map +1 -1
- package/dist/commonjs/components/TimerPicker/types.js.map +1 -1
- package/dist/commonjs/components/TimerPickerModal/TimerPickerModal.js +34 -14
- package/dist/commonjs/components/TimerPickerModal/TimerPickerModal.js.map +1 -1
- package/dist/commonjs/components/TimerPickerModal/styles.js +34 -28
- package/dist/commonjs/components/TimerPickerModal/styles.js.map +1 -1
- package/dist/commonjs/components/TimerPickerModal/types.js.map +1 -1
- package/dist/commonjs/index.js +3 -39
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/tests/DurationScroll.test.js +8 -8
- package/dist/commonjs/tests/DurationScroll.test.js.map +1 -1
- package/dist/commonjs/tests/Modal.test.js.map +1 -1
- package/dist/commonjs/tests/TimerPicker.test.js +1 -9
- package/dist/commonjs/tests/TimerPicker.test.js.map +1 -1
- package/dist/commonjs/tests/TimerPickerModal.test.js +3 -3
- package/dist/commonjs/tests/TimerPickerModal.test.js.map +1 -1
- package/dist/commonjs/tests/colorToRgba.test.js.map +1 -1
- package/dist/commonjs/tests/generateNumbers.test.js +63 -63
- package/dist/commonjs/tests/generateNumbers.test.js.map +1 -1
- package/dist/commonjs/tests/getAdjustedLimit.test.js +38 -38
- package/dist/commonjs/tests/getAdjustedLimit.test.js.map +1 -1
- package/dist/commonjs/tests/getDurationAndIndexFromScrollOffset.test.js.map +1 -1
- package/dist/commonjs/tests/getInitialScrollIndex.test.js.map +1 -1
- package/dist/commonjs/tests/getSafeInitialValue.test.js +2 -0
- package/dist/commonjs/tests/getSafeInitialValue.test.js.map +1 -1
- package/dist/commonjs/tests/padNumber.test.js.map +1 -1
- package/dist/commonjs/utils/colorToRgba.js +4 -4
- package/dist/commonjs/utils/colorToRgba.js.map +1 -1
- package/dist/commonjs/utils/generateNumbers.js.map +1 -1
- package/dist/commonjs/utils/getAdjustedLimit.js.map +1 -1
- package/dist/commonjs/utils/getDurationAndIndexFromScrollOffset.js.map +1 -1
- package/dist/commonjs/utils/getInitialScrollIndex.js +4 -4
- package/dist/commonjs/utils/getInitialScrollIndex.js.map +1 -1
- package/dist/commonjs/utils/getSafeInitialValue.js +5 -5
- package/dist/commonjs/utils/getSafeInitialValue.js.map +1 -1
- package/dist/commonjs/utils/padNumber.js.map +1 -1
- package/dist/module/components/DurationScroll/DurationScroll.js +39 -18
- package/dist/module/components/DurationScroll/DurationScroll.js.map +1 -1
- package/dist/module/components/DurationScroll/types.js.map +1 -1
- package/dist/module/components/Modal/Modal.js +10 -10
- package/dist/module/components/Modal/Modal.js.map +1 -1
- package/dist/module/components/Modal/styles.js +5 -5
- package/dist/module/components/Modal/styles.js.map +1 -1
- package/dist/module/components/Modal/types.js.map +1 -1
- package/dist/module/components/PickerItem/PickerItem.js +2 -1
- package/dist/module/components/PickerItem/PickerItem.js.map +1 -1
- package/dist/module/components/TimerPicker/TimerPicker.js +47 -21
- package/dist/module/components/TimerPicker/TimerPicker.js.map +1 -1
- package/dist/module/components/TimerPicker/index.js.map +1 -1
- package/dist/module/components/TimerPicker/styles.js +79 -69
- package/dist/module/components/TimerPicker/styles.js.map +1 -1
- package/dist/module/components/TimerPicker/types.js.map +1 -1
- package/dist/module/components/TimerPickerModal/TimerPickerModal.js +35 -15
- package/dist/module/components/TimerPickerModal/TimerPickerModal.js.map +1 -1
- package/dist/module/components/TimerPickerModal/styles.js +33 -27
- package/dist/module/components/TimerPickerModal/styles.js.map +1 -1
- package/dist/module/components/TimerPickerModal/types.js.map +1 -1
- package/dist/module/index.js +2 -2
- package/dist/module/index.js.map +1 -1
- package/dist/module/tests/DurationScroll.test.js +8 -8
- package/dist/module/tests/DurationScroll.test.js.map +1 -1
- package/dist/module/tests/Modal.test.js.map +1 -1
- package/dist/module/tests/TimerPicker.test.js +1 -8
- package/dist/module/tests/TimerPicker.test.js.map +1 -1
- package/dist/module/tests/TimerPickerModal.test.js +3 -3
- package/dist/module/tests/TimerPickerModal.test.js.map +1 -1
- package/dist/module/tests/colorToRgba.test.js.map +1 -1
- package/dist/module/tests/generateNumbers.test.js +63 -63
- package/dist/module/tests/generateNumbers.test.js.map +1 -1
- package/dist/module/tests/getAdjustedLimit.test.js +38 -38
- package/dist/module/tests/getAdjustedLimit.test.js.map +1 -1
- package/dist/module/tests/getDurationAndIndexFromScrollOffset.test.js.map +1 -1
- package/dist/module/tests/getInitialScrollIndex.test.js.map +1 -1
- package/dist/module/tests/getSafeInitialValue.test.js +1 -0
- package/dist/module/tests/getSafeInitialValue.test.js.map +1 -1
- package/dist/module/tests/padNumber.test.js.map +1 -1
- package/dist/module/utils/colorToRgba.js +4 -4
- package/dist/module/utils/colorToRgba.js.map +1 -1
- package/dist/module/utils/generateNumbers.js.map +1 -1
- package/dist/module/utils/getAdjustedLimit.js.map +1 -1
- package/dist/module/utils/getDurationAndIndexFromScrollOffset.js.map +1 -1
- package/dist/module/utils/getInitialScrollIndex.js +4 -4
- package/dist/module/utils/getInitialScrollIndex.js.map +1 -1
- package/dist/module/utils/getSafeInitialValue.js +5 -5
- package/dist/module/utils/getSafeInitialValue.js.map +1 -1
- package/dist/module/utils/padNumber.js.map +1 -1
- package/dist/typescript/components/DurationScroll/types.d.ts +9 -6
- package/dist/typescript/components/Modal/styles.d.ts +5 -5
- package/dist/typescript/components/Modal/types.d.ts +2 -1
- package/dist/typescript/components/PickerItem/PickerItem.d.ts +4 -0
- package/dist/typescript/components/TimerPicker/styles.d.ts +230 -225
- package/dist/typescript/components/TimerPicker/types.d.ts +9 -8
- package/dist/typescript/components/TimerPickerModal/styles.d.ts +158 -154
- package/dist/typescript/components/TimerPickerModal/types.d.ts +2 -1
- package/dist/typescript/index.d.ts +4 -2
- package/dist/typescript/tests/DurationScroll.test.d.ts +1 -0
- package/dist/typescript/tests/Modal.test.d.ts +1 -0
- package/dist/typescript/tests/TimerPicker.test.d.ts +1 -0
- package/dist/typescript/tests/TimerPickerModal.test.d.ts +1 -0
- package/dist/typescript/tests/colorToRgba.test.d.ts +1 -0
- package/dist/typescript/tests/generateNumbers.test.d.ts +1 -0
- package/dist/typescript/tests/getAdjustedLimit.test.d.ts +1 -0
- package/dist/typescript/tests/getDurationAndIndexFromScrollOffset.test.d.ts +1 -0
- package/dist/typescript/tests/getInitialScrollIndex.test.d.ts +1 -0
- package/dist/typescript/tests/getSafeInitialValue.test.d.ts +1 -0
- package/dist/typescript/tests/padNumber.test.d.ts +1 -0
- package/package.json +144 -126
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import type { TextStyle, ViewStyle } from "react-native";
|
|
2
|
+
export type PickerColumn = "days" | "hours" | "minutes" | "seconds";
|
|
3
|
+
export type PerColumnValue = number | Partial<Record<PickerColumn, number>>;
|
|
2
4
|
export interface CustomTimerPickerStyles {
|
|
3
5
|
backgroundColor?: string;
|
|
4
6
|
disabledPickerContainer?: ViewStyle;
|
|
@@ -6,9 +8,11 @@ export interface CustomTimerPickerStyles {
|
|
|
6
8
|
durationScrollFlatList?: ViewStyle;
|
|
7
9
|
durationScrollFlatListContainer?: ViewStyle;
|
|
8
10
|
durationScrollFlatListContentContainer?: ViewStyle;
|
|
11
|
+
/** @deprecated Use pickerLabelGap instead. Will be removed in a future version. */
|
|
9
12
|
labelOffsetPercentage?: number;
|
|
10
13
|
pickerAmPmContainer?: ViewStyle;
|
|
11
14
|
pickerAmPmLabel?: TextStyle;
|
|
15
|
+
pickerColumnWidth?: PerColumnValue;
|
|
12
16
|
pickerContainer?: ViewStyle & {
|
|
13
17
|
backgroundColor?: string;
|
|
14
18
|
};
|
|
@@ -19,14 +23,15 @@ export interface CustomTimerPickerStyles {
|
|
|
19
23
|
};
|
|
20
24
|
pickerLabel?: TextStyle;
|
|
21
25
|
pickerLabelContainer?: ViewStyle;
|
|
26
|
+
pickerLabelGap?: PerColumnValue;
|
|
22
27
|
selectedPickerItem?: TextStyle;
|
|
23
28
|
text?: TextStyle;
|
|
24
29
|
theme?: "light" | "dark";
|
|
25
30
|
}
|
|
26
31
|
export declare const generateStyles: (customStyles: CustomTimerPickerStyles | undefined) => {
|
|
27
|
-
|
|
32
|
+
disabledPickerContainer: {
|
|
28
33
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
29
|
-
backgroundColor
|
|
34
|
+
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
30
35
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
31
36
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
32
37
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
@@ -52,13 +57,13 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
52
57
|
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
53
58
|
borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
54
59
|
borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
55
|
-
opacity
|
|
60
|
+
opacity: import("react-native").AnimatableNumericValue;
|
|
56
61
|
elevation?: number | undefined;
|
|
57
62
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
58
|
-
alignContent?: "
|
|
63
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
59
64
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
60
65
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
61
|
-
aspectRatio?:
|
|
66
|
+
aspectRatio?: number | string | undefined;
|
|
62
67
|
borderBottomWidth?: number | undefined;
|
|
63
68
|
borderEndWidth?: number | undefined;
|
|
64
69
|
borderLeftWidth?: number | undefined;
|
|
@@ -71,7 +76,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
71
76
|
end?: import("react-native").DimensionValue | undefined;
|
|
72
77
|
flex?: number | undefined;
|
|
73
78
|
flexBasis?: import("react-native").DimensionValue | undefined;
|
|
74
|
-
flexDirection
|
|
79
|
+
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
75
80
|
rowGap?: number | undefined;
|
|
76
81
|
gap?: number | undefined;
|
|
77
82
|
columnGap?: number | undefined;
|
|
@@ -79,7 +84,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
79
84
|
flexShrink?: number | undefined;
|
|
80
85
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
81
86
|
height?: import("react-native").DimensionValue | undefined;
|
|
82
|
-
justifyContent?: "
|
|
87
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
83
88
|
left?: import("react-native").DimensionValue | undefined;
|
|
84
89
|
margin?: import("react-native").DimensionValue | undefined;
|
|
85
90
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
@@ -108,7 +113,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
108
113
|
right?: import("react-native").DimensionValue | undefined;
|
|
109
114
|
start?: import("react-native").DimensionValue | undefined;
|
|
110
115
|
top?: import("react-native").DimensionValue | undefined;
|
|
111
|
-
width
|
|
116
|
+
width?: import("react-native").DimensionValue | undefined;
|
|
112
117
|
zIndex?: number | undefined;
|
|
113
118
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
114
119
|
shadowColor?: import("react-native").ColorValue | undefined;
|
|
@@ -119,14 +124,35 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
119
124
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
120
125
|
shadowRadius?: number | undefined;
|
|
121
126
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
122
|
-
transformMatrix?: number
|
|
127
|
+
transformMatrix?: Array<number> | undefined;
|
|
123
128
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
124
129
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
125
130
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
126
131
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
127
132
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
128
133
|
};
|
|
129
|
-
|
|
134
|
+
disabledPickerItem: {
|
|
135
|
+
color?: import("react-native").ColorValue | undefined;
|
|
136
|
+
fontFamily?: string | undefined;
|
|
137
|
+
fontSize?: number | undefined;
|
|
138
|
+
fontStyle?: "normal" | "italic" | undefined;
|
|
139
|
+
fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
140
|
+
letterSpacing?: number | undefined;
|
|
141
|
+
lineHeight?: number | undefined;
|
|
142
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
143
|
+
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
144
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
145
|
+
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
146
|
+
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
147
|
+
textShadowOffset?: {
|
|
148
|
+
width: number;
|
|
149
|
+
height: number;
|
|
150
|
+
} | undefined;
|
|
151
|
+
textShadowRadius?: number | undefined;
|
|
152
|
+
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
153
|
+
testID?: string | undefined;
|
|
154
|
+
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
155
|
+
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
130
156
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
131
157
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
132
158
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -154,13 +180,13 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
154
180
|
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
155
181
|
borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
156
182
|
borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
157
|
-
opacity
|
|
183
|
+
opacity: import("react-native").AnimatableNumericValue;
|
|
158
184
|
elevation?: number | undefined;
|
|
159
185
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
160
|
-
alignContent?: "
|
|
186
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
161
187
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
162
188
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
163
|
-
aspectRatio?:
|
|
189
|
+
aspectRatio?: number | string | undefined;
|
|
164
190
|
borderBottomWidth?: number | undefined;
|
|
165
191
|
borderEndWidth?: number | undefined;
|
|
166
192
|
borderLeftWidth?: number | undefined;
|
|
@@ -168,7 +194,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
168
194
|
borderStartWidth?: number | undefined;
|
|
169
195
|
borderTopWidth?: number | undefined;
|
|
170
196
|
borderWidth?: number | undefined;
|
|
171
|
-
bottom
|
|
197
|
+
bottom?: import("react-native").DimensionValue | undefined;
|
|
172
198
|
display?: "none" | "flex" | undefined;
|
|
173
199
|
end?: import("react-native").DimensionValue | undefined;
|
|
174
200
|
flex?: number | undefined;
|
|
@@ -181,8 +207,8 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
181
207
|
flexShrink?: number | undefined;
|
|
182
208
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
183
209
|
height?: import("react-native").DimensionValue | undefined;
|
|
184
|
-
justifyContent
|
|
185
|
-
left
|
|
210
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
211
|
+
left?: import("react-native").DimensionValue | undefined;
|
|
186
212
|
margin?: import("react-native").DimensionValue | undefined;
|
|
187
213
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
188
214
|
marginEnd?: import("react-native").DimensionValue | undefined;
|
|
@@ -190,7 +216,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
190
216
|
marginLeft?: import("react-native").DimensionValue | undefined;
|
|
191
217
|
marginRight?: import("react-native").DimensionValue | undefined;
|
|
192
218
|
marginStart?: import("react-native").DimensionValue | undefined;
|
|
193
|
-
marginTop
|
|
219
|
+
marginTop?: import("react-native").DimensionValue | undefined;
|
|
194
220
|
marginVertical?: import("react-native").DimensionValue | undefined;
|
|
195
221
|
maxHeight?: import("react-native").DimensionValue | undefined;
|
|
196
222
|
maxWidth?: import("react-native").DimensionValue | undefined;
|
|
@@ -206,10 +232,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
206
232
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
207
233
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
208
234
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
209
|
-
position
|
|
235
|
+
position?: "absolute" | "relative" | undefined;
|
|
210
236
|
right?: import("react-native").DimensionValue | undefined;
|
|
211
237
|
start?: import("react-native").DimensionValue | undefined;
|
|
212
|
-
top
|
|
238
|
+
top?: import("react-native").DimensionValue | undefined;
|
|
213
239
|
width?: import("react-native").DimensionValue | undefined;
|
|
214
240
|
zIndex?: number | undefined;
|
|
215
241
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
@@ -221,35 +247,17 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
221
247
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
222
248
|
shadowRadius?: number | undefined;
|
|
223
249
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
224
|
-
transformMatrix?: number
|
|
250
|
+
transformMatrix?: Array<number> | undefined;
|
|
225
251
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
226
252
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
227
253
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
228
254
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
229
255
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
256
|
+
textAlignVertical?: "auto" | "top" | "bottom" | "center" | undefined;
|
|
257
|
+
verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
|
|
258
|
+
includeFontPadding?: boolean | undefined;
|
|
230
259
|
};
|
|
231
|
-
|
|
232
|
-
color: import("react-native").ColorValue;
|
|
233
|
-
fontFamily?: string | undefined;
|
|
234
|
-
fontSize: number;
|
|
235
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
236
|
-
fontWeight: "bold" | "100" | "normal" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
|
|
237
|
-
letterSpacing?: number | undefined;
|
|
238
|
-
lineHeight?: number | undefined;
|
|
239
|
-
textAlign?: "auto" | "center" | "left" | "right" | "justify" | undefined;
|
|
240
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
241
|
-
textDecorationStyle?: "solid" | "dotted" | "dashed" | "double" | undefined;
|
|
242
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
243
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
244
|
-
textShadowOffset?: {
|
|
245
|
-
width: number;
|
|
246
|
-
height: number;
|
|
247
|
-
} | undefined;
|
|
248
|
-
textShadowRadius?: number | undefined;
|
|
249
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
250
|
-
testID?: string | undefined;
|
|
251
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
252
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
260
|
+
durationScrollFlatList: {
|
|
253
261
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
254
262
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
255
263
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -280,10 +288,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
280
288
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
281
289
|
elevation?: number | undefined;
|
|
282
290
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
283
|
-
alignContent?: "
|
|
291
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
284
292
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
285
293
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
286
|
-
aspectRatio?:
|
|
294
|
+
aspectRatio?: number | string | undefined;
|
|
287
295
|
borderBottomWidth?: number | undefined;
|
|
288
296
|
borderEndWidth?: number | undefined;
|
|
289
297
|
borderLeftWidth?: number | undefined;
|
|
@@ -304,14 +312,14 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
304
312
|
flexShrink?: number | undefined;
|
|
305
313
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
306
314
|
height?: import("react-native").DimensionValue | undefined;
|
|
307
|
-
justifyContent?: "
|
|
315
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
308
316
|
left?: import("react-native").DimensionValue | undefined;
|
|
309
317
|
margin?: import("react-native").DimensionValue | undefined;
|
|
310
318
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
311
319
|
marginEnd?: import("react-native").DimensionValue | undefined;
|
|
312
320
|
marginHorizontal?: import("react-native").DimensionValue | undefined;
|
|
313
321
|
marginLeft?: import("react-native").DimensionValue | undefined;
|
|
314
|
-
marginRight
|
|
322
|
+
marginRight: import("react-native").DimensionValue;
|
|
315
323
|
marginStart?: import("react-native").DimensionValue | undefined;
|
|
316
324
|
marginTop?: import("react-native").DimensionValue | undefined;
|
|
317
325
|
marginVertical?: import("react-native").DimensionValue | undefined;
|
|
@@ -325,7 +333,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
325
333
|
paddingEnd?: import("react-native").DimensionValue | undefined;
|
|
326
334
|
paddingHorizontal?: import("react-native").DimensionValue | undefined;
|
|
327
335
|
paddingLeft?: import("react-native").DimensionValue | undefined;
|
|
328
|
-
paddingRight
|
|
336
|
+
paddingRight: import("react-native").DimensionValue;
|
|
329
337
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
330
338
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
331
339
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
@@ -344,17 +352,14 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
344
352
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
345
353
|
shadowRadius?: number | undefined;
|
|
346
354
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
347
|
-
transformMatrix?: number
|
|
355
|
+
transformMatrix?: Array<number> | undefined;
|
|
348
356
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
349
357
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
350
358
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
351
359
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
352
360
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
353
|
-
textAlignVertical?: "auto" | "center" | "bottom" | "top" | undefined;
|
|
354
|
-
verticalAlign?: "auto" | "bottom" | "top" | "middle" | undefined;
|
|
355
|
-
includeFontPadding?: boolean | undefined;
|
|
356
361
|
};
|
|
357
|
-
|
|
362
|
+
durationScrollFlatListContainer: {
|
|
358
363
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
359
364
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
360
365
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -385,10 +390,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
385
390
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
386
391
|
elevation?: number | undefined;
|
|
387
392
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
388
|
-
alignContent?: "
|
|
389
|
-
alignItems
|
|
393
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
394
|
+
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
390
395
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
391
|
-
aspectRatio?:
|
|
396
|
+
aspectRatio?: number | string | undefined;
|
|
392
397
|
borderBottomWidth?: number | undefined;
|
|
393
398
|
borderEndWidth?: number | undefined;
|
|
394
399
|
borderLeftWidth?: number | undefined;
|
|
@@ -399,17 +404,17 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
399
404
|
bottom?: import("react-native").DimensionValue | undefined;
|
|
400
405
|
display?: "none" | "flex" | undefined;
|
|
401
406
|
end?: import("react-native").DimensionValue | undefined;
|
|
402
|
-
flex
|
|
407
|
+
flex: number;
|
|
403
408
|
flexBasis?: import("react-native").DimensionValue | undefined;
|
|
404
|
-
flexDirection
|
|
409
|
+
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
405
410
|
rowGap?: number | undefined;
|
|
406
411
|
gap?: number | undefined;
|
|
407
412
|
columnGap?: number | undefined;
|
|
408
413
|
flexGrow?: number | undefined;
|
|
409
414
|
flexShrink?: number | undefined;
|
|
410
415
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
411
|
-
height
|
|
412
|
-
justifyContent
|
|
416
|
+
height?: import("react-native").DimensionValue | undefined;
|
|
417
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
413
418
|
left?: import("react-native").DimensionValue | undefined;
|
|
414
419
|
margin?: import("react-native").DimensionValue | undefined;
|
|
415
420
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
@@ -449,35 +454,14 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
449
454
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
450
455
|
shadowRadius?: number | undefined;
|
|
451
456
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
452
|
-
transformMatrix?: number
|
|
457
|
+
transformMatrix?: Array<number> | undefined;
|
|
453
458
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
454
459
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
455
460
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
456
461
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
457
462
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
458
463
|
};
|
|
459
|
-
|
|
460
|
-
color: import("react-native").ColorValue;
|
|
461
|
-
fontFamily?: string | undefined;
|
|
462
|
-
fontSize: number;
|
|
463
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
464
|
-
fontWeight?: "bold" | "100" | "normal" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
465
|
-
letterSpacing?: number | undefined;
|
|
466
|
-
lineHeight?: number | undefined;
|
|
467
|
-
textAlign?: "auto" | "center" | "left" | "right" | "justify" | undefined;
|
|
468
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
469
|
-
textDecorationStyle?: "solid" | "dotted" | "dashed" | "double" | undefined;
|
|
470
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
471
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
472
|
-
textShadowOffset?: {
|
|
473
|
-
width: number;
|
|
474
|
-
height: number;
|
|
475
|
-
} | undefined;
|
|
476
|
-
textShadowRadius?: number | undefined;
|
|
477
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
478
|
-
testID?: string | undefined;
|
|
479
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
480
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
464
|
+
durationScrollFlatListContentContainer: {
|
|
481
465
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
482
466
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
483
467
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -508,10 +492,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
508
492
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
509
493
|
elevation?: number | undefined;
|
|
510
494
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
511
|
-
alignContent?: "
|
|
495
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
512
496
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
513
497
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
514
|
-
aspectRatio?:
|
|
498
|
+
aspectRatio?: number | string | undefined;
|
|
515
499
|
borderBottomWidth?: number | undefined;
|
|
516
500
|
borderEndWidth?: number | undefined;
|
|
517
501
|
borderLeftWidth?: number | undefined;
|
|
@@ -532,7 +516,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
532
516
|
flexShrink?: number | undefined;
|
|
533
517
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
534
518
|
height?: import("react-native").DimensionValue | undefined;
|
|
535
|
-
justifyContent?: "
|
|
519
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
536
520
|
left?: import("react-native").DimensionValue | undefined;
|
|
537
521
|
margin?: import("react-native").DimensionValue | undefined;
|
|
538
522
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
@@ -547,7 +531,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
547
531
|
maxWidth?: import("react-native").DimensionValue | undefined;
|
|
548
532
|
minHeight?: import("react-native").DimensionValue | undefined;
|
|
549
533
|
minWidth?: import("react-native").DimensionValue | undefined;
|
|
550
|
-
overflow
|
|
534
|
+
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
551
535
|
padding?: import("react-native").DimensionValue | undefined;
|
|
552
536
|
paddingBottom?: import("react-native").DimensionValue | undefined;
|
|
553
537
|
paddingEnd?: import("react-native").DimensionValue | undefined;
|
|
@@ -572,38 +556,17 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
572
556
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
573
557
|
shadowRadius?: number | undefined;
|
|
574
558
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
575
|
-
transformMatrix?: number
|
|
559
|
+
transformMatrix?: Array<number> | undefined;
|
|
576
560
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
577
561
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
578
562
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
579
563
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
580
564
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
581
|
-
textAlignVertical: "auto" | "center" | "bottom" | "top";
|
|
582
|
-
verticalAlign?: "auto" | "bottom" | "top" | "middle" | undefined;
|
|
583
|
-
includeFontPadding?: boolean | undefined;
|
|
584
565
|
};
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
590
|
-
fontWeight?: "bold" | "100" | "normal" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
591
|
-
letterSpacing?: number | undefined;
|
|
592
|
-
lineHeight?: number | undefined;
|
|
593
|
-
textAlign?: "auto" | "center" | "left" | "right" | "justify" | undefined;
|
|
594
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
595
|
-
textDecorationStyle?: "solid" | "dotted" | "dashed" | "double" | undefined;
|
|
596
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
597
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
598
|
-
textShadowOffset?: {
|
|
599
|
-
width: number;
|
|
600
|
-
height: number;
|
|
601
|
-
} | undefined;
|
|
602
|
-
textShadowRadius?: number | undefined;
|
|
603
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
604
|
-
testID?: string | undefined;
|
|
605
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
606
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
566
|
+
maskedView: {
|
|
567
|
+
flex: number;
|
|
568
|
+
};
|
|
569
|
+
pickerAmPmContainer: {
|
|
607
570
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
608
571
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
609
572
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -634,10 +597,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
634
597
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
635
598
|
elevation?: number | undefined;
|
|
636
599
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
637
|
-
alignContent?: "
|
|
600
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
638
601
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
639
602
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
640
|
-
aspectRatio?:
|
|
603
|
+
aspectRatio?: number | string | undefined;
|
|
641
604
|
borderBottomWidth?: number | undefined;
|
|
642
605
|
borderEndWidth?: number | undefined;
|
|
643
606
|
borderLeftWidth?: number | undefined;
|
|
@@ -645,7 +608,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
645
608
|
borderStartWidth?: number | undefined;
|
|
646
609
|
borderTopWidth?: number | undefined;
|
|
647
610
|
borderWidth?: number | undefined;
|
|
648
|
-
bottom
|
|
611
|
+
bottom: import("react-native").DimensionValue;
|
|
649
612
|
display?: "none" | "flex" | undefined;
|
|
650
613
|
end?: import("react-native").DimensionValue | undefined;
|
|
651
614
|
flex?: number | undefined;
|
|
@@ -658,7 +621,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
658
621
|
flexShrink?: number | undefined;
|
|
659
622
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
660
623
|
height?: import("react-native").DimensionValue | undefined;
|
|
661
|
-
justifyContent
|
|
624
|
+
justifyContent: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
|
|
662
625
|
left?: import("react-native").DimensionValue | undefined;
|
|
663
626
|
margin?: import("react-native").DimensionValue | undefined;
|
|
664
627
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
@@ -667,13 +630,13 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
667
630
|
marginLeft?: import("react-native").DimensionValue | undefined;
|
|
668
631
|
marginRight?: import("react-native").DimensionValue | undefined;
|
|
669
632
|
marginStart?: import("react-native").DimensionValue | undefined;
|
|
670
|
-
marginTop
|
|
633
|
+
marginTop: import("react-native").DimensionValue;
|
|
671
634
|
marginVertical?: import("react-native").DimensionValue | undefined;
|
|
672
635
|
maxHeight?: import("react-native").DimensionValue | undefined;
|
|
673
636
|
maxWidth?: import("react-native").DimensionValue | undefined;
|
|
674
637
|
minHeight?: import("react-native").DimensionValue | undefined;
|
|
675
638
|
minWidth?: import("react-native").DimensionValue | undefined;
|
|
676
|
-
overflow
|
|
639
|
+
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
677
640
|
padding?: import("react-native").DimensionValue | undefined;
|
|
678
641
|
paddingBottom?: import("react-native").DimensionValue | undefined;
|
|
679
642
|
paddingEnd?: import("react-native").DimensionValue | undefined;
|
|
@@ -683,10 +646,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
683
646
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
684
647
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
685
648
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
686
|
-
position
|
|
649
|
+
position: "absolute" | "relative";
|
|
687
650
|
right?: import("react-native").DimensionValue | undefined;
|
|
688
651
|
start?: import("react-native").DimensionValue | undefined;
|
|
689
|
-
top
|
|
652
|
+
top: import("react-native").DimensionValue;
|
|
690
653
|
width?: import("react-native").DimensionValue | undefined;
|
|
691
654
|
zIndex?: number | undefined;
|
|
692
655
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
@@ -698,17 +661,35 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
698
661
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
699
662
|
shadowRadius?: number | undefined;
|
|
700
663
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
701
|
-
transformMatrix?: number
|
|
664
|
+
transformMatrix?: Array<number> | undefined;
|
|
702
665
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
703
666
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
704
667
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
705
668
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
706
669
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
707
|
-
textAlignVertical: "auto" | "center" | "bottom" | "top";
|
|
708
|
-
verticalAlign?: "auto" | "bottom" | "top" | "middle" | undefined;
|
|
709
|
-
includeFontPadding?: boolean | undefined;
|
|
710
670
|
};
|
|
711
|
-
|
|
671
|
+
pickerAmPmLabel: {
|
|
672
|
+
color: import("react-native").ColorValue;
|
|
673
|
+
fontFamily?: string | undefined;
|
|
674
|
+
fontSize: number;
|
|
675
|
+
fontStyle?: "normal" | "italic" | undefined;
|
|
676
|
+
fontWeight: "bold" | "normal" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
|
|
677
|
+
letterSpacing?: number | undefined;
|
|
678
|
+
lineHeight?: number | undefined;
|
|
679
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
680
|
+
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
681
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
682
|
+
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
683
|
+
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
684
|
+
textShadowOffset?: {
|
|
685
|
+
width: number;
|
|
686
|
+
height: number;
|
|
687
|
+
} | undefined;
|
|
688
|
+
textShadowRadius?: number | undefined;
|
|
689
|
+
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
690
|
+
testID?: string | undefined;
|
|
691
|
+
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
692
|
+
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
712
693
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
713
694
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
714
695
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -739,10 +720,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
739
720
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
740
721
|
elevation?: number | undefined;
|
|
741
722
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
742
|
-
alignContent?: "
|
|
723
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
743
724
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
744
725
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
745
|
-
aspectRatio?:
|
|
726
|
+
aspectRatio?: number | string | undefined;
|
|
746
727
|
borderBottomWidth?: number | undefined;
|
|
747
728
|
borderEndWidth?: number | undefined;
|
|
748
729
|
borderLeftWidth?: number | undefined;
|
|
@@ -750,7 +731,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
750
731
|
borderStartWidth?: number | undefined;
|
|
751
732
|
borderTopWidth?: number | undefined;
|
|
752
733
|
borderWidth?: number | undefined;
|
|
753
|
-
bottom
|
|
734
|
+
bottom?: import("react-native").DimensionValue | undefined;
|
|
754
735
|
display?: "none" | "flex" | undefined;
|
|
755
736
|
end?: import("react-native").DimensionValue | undefined;
|
|
756
737
|
flex?: number | undefined;
|
|
@@ -763,8 +744,8 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
763
744
|
flexShrink?: number | undefined;
|
|
764
745
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
765
746
|
height?: import("react-native").DimensionValue | undefined;
|
|
766
|
-
justifyContent
|
|
767
|
-
left
|
|
747
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
748
|
+
left?: import("react-native").DimensionValue | undefined;
|
|
768
749
|
margin?: import("react-native").DimensionValue | undefined;
|
|
769
750
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
770
751
|
marginEnd?: import("react-native").DimensionValue | undefined;
|
|
@@ -772,7 +753,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
772
753
|
marginLeft?: import("react-native").DimensionValue | undefined;
|
|
773
754
|
marginRight?: import("react-native").DimensionValue | undefined;
|
|
774
755
|
marginStart?: import("react-native").DimensionValue | undefined;
|
|
775
|
-
marginTop
|
|
756
|
+
marginTop?: import("react-native").DimensionValue | undefined;
|
|
776
757
|
marginVertical?: import("react-native").DimensionValue | undefined;
|
|
777
758
|
maxHeight?: import("react-native").DimensionValue | undefined;
|
|
778
759
|
maxWidth?: import("react-native").DimensionValue | undefined;
|
|
@@ -788,10 +769,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
788
769
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
789
770
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
790
771
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
791
|
-
position
|
|
772
|
+
position?: "absolute" | "relative" | undefined;
|
|
792
773
|
right?: import("react-native").DimensionValue | undefined;
|
|
793
774
|
start?: import("react-native").DimensionValue | undefined;
|
|
794
|
-
top
|
|
775
|
+
top?: import("react-native").DimensionValue | undefined;
|
|
795
776
|
width?: import("react-native").DimensionValue | undefined;
|
|
796
777
|
zIndex?: number | undefined;
|
|
797
778
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
@@ -803,37 +784,19 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
803
784
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
804
785
|
shadowRadius?: number | undefined;
|
|
805
786
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
806
|
-
transformMatrix?: number
|
|
787
|
+
transformMatrix?: Array<number> | undefined;
|
|
807
788
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
808
789
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
809
790
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
810
791
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
811
792
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
793
|
+
textAlignVertical?: "auto" | "top" | "bottom" | "center" | undefined;
|
|
794
|
+
verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
|
|
795
|
+
includeFontPadding?: boolean | undefined;
|
|
812
796
|
};
|
|
813
|
-
|
|
814
|
-
color: import("react-native").ColorValue;
|
|
815
|
-
fontFamily?: string | undefined;
|
|
816
|
-
fontSize: number;
|
|
817
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
818
|
-
fontWeight: "bold" | "100" | "normal" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
|
|
819
|
-
letterSpacing?: number | undefined;
|
|
820
|
-
lineHeight?: number | undefined;
|
|
821
|
-
textAlign?: "auto" | "center" | "left" | "right" | "justify" | undefined;
|
|
822
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
823
|
-
textDecorationStyle?: "solid" | "dotted" | "dashed" | "double" | undefined;
|
|
824
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
825
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
826
|
-
textShadowOffset?: {
|
|
827
|
-
width: number;
|
|
828
|
-
height: number;
|
|
829
|
-
} | undefined;
|
|
830
|
-
textShadowRadius?: number | undefined;
|
|
831
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
832
|
-
testID?: string | undefined;
|
|
833
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
834
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
797
|
+
pickerContainer: {
|
|
835
798
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
836
|
-
backgroundColor
|
|
799
|
+
backgroundColor: string;
|
|
837
800
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
838
801
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
839
802
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
@@ -862,10 +825,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
862
825
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
863
826
|
elevation?: number | undefined;
|
|
864
827
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
865
|
-
alignContent?: "
|
|
828
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
866
829
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
867
830
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
868
|
-
aspectRatio?:
|
|
831
|
+
aspectRatio?: number | string | undefined;
|
|
869
832
|
borderBottomWidth?: number | undefined;
|
|
870
833
|
borderEndWidth?: number | undefined;
|
|
871
834
|
borderLeftWidth?: number | undefined;
|
|
@@ -878,7 +841,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
878
841
|
end?: import("react-native").DimensionValue | undefined;
|
|
879
842
|
flex?: number | undefined;
|
|
880
843
|
flexBasis?: import("react-native").DimensionValue | undefined;
|
|
881
|
-
flexDirection
|
|
844
|
+
flexDirection: "row" | "column" | "row-reverse" | "column-reverse";
|
|
882
845
|
rowGap?: number | undefined;
|
|
883
846
|
gap?: number | undefined;
|
|
884
847
|
columnGap?: number | undefined;
|
|
@@ -886,7 +849,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
886
849
|
flexShrink?: number | undefined;
|
|
887
850
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
888
851
|
height?: import("react-native").DimensionValue | undefined;
|
|
889
|
-
justifyContent?: "
|
|
852
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
890
853
|
left?: import("react-native").DimensionValue | undefined;
|
|
891
854
|
margin?: import("react-native").DimensionValue | undefined;
|
|
892
855
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
@@ -915,7 +878,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
915
878
|
right?: import("react-native").DimensionValue | undefined;
|
|
916
879
|
start?: import("react-native").DimensionValue | undefined;
|
|
917
880
|
top?: import("react-native").DimensionValue | undefined;
|
|
918
|
-
width
|
|
881
|
+
width: import("react-native").DimensionValue;
|
|
919
882
|
zIndex?: number | undefined;
|
|
920
883
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
921
884
|
shadowColor?: import("react-native").ColorValue | undefined;
|
|
@@ -926,17 +889,14 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
926
889
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
927
890
|
shadowRadius?: number | undefined;
|
|
928
891
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
929
|
-
transformMatrix?: number
|
|
892
|
+
transformMatrix?: Array<number> | undefined;
|
|
930
893
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
931
894
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
932
895
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
933
896
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
934
897
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
935
|
-
textAlignVertical?: "auto" | "center" | "bottom" | "top" | undefined;
|
|
936
|
-
verticalAlign?: "auto" | "bottom" | "top" | "middle" | undefined;
|
|
937
|
-
includeFontPadding?: boolean | undefined;
|
|
938
898
|
};
|
|
939
|
-
|
|
899
|
+
pickerGradientOverlay: {
|
|
940
900
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
941
901
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
942
902
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -964,13 +924,13 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
964
924
|
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
965
925
|
borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
966
926
|
borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
967
|
-
opacity
|
|
927
|
+
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
968
928
|
elevation?: number | undefined;
|
|
969
929
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
970
|
-
alignContent?: "
|
|
930
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
971
931
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
972
932
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
973
|
-
aspectRatio?:
|
|
933
|
+
aspectRatio?: number | string | undefined;
|
|
974
934
|
borderBottomWidth?: number | undefined;
|
|
975
935
|
borderEndWidth?: number | undefined;
|
|
976
936
|
borderLeftWidth?: number | undefined;
|
|
@@ -990,8 +950,8 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
990
950
|
flexGrow?: number | undefined;
|
|
991
951
|
flexShrink?: number | undefined;
|
|
992
952
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
993
|
-
height
|
|
994
|
-
justifyContent?: "
|
|
953
|
+
height: import("react-native").DimensionValue;
|
|
954
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
995
955
|
left?: import("react-native").DimensionValue | undefined;
|
|
996
956
|
margin?: import("react-native").DimensionValue | undefined;
|
|
997
957
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
@@ -1016,11 +976,11 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1016
976
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
1017
977
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
1018
978
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
1019
|
-
position
|
|
979
|
+
position: "absolute" | "relative";
|
|
1020
980
|
right?: import("react-native").DimensionValue | undefined;
|
|
1021
981
|
start?: import("react-native").DimensionValue | undefined;
|
|
1022
982
|
top?: import("react-native").DimensionValue | undefined;
|
|
1023
|
-
width
|
|
983
|
+
width: import("react-native").DimensionValue;
|
|
1024
984
|
zIndex?: number | undefined;
|
|
1025
985
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
1026
986
|
shadowColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1031,24 +991,24 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1031
991
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1032
992
|
shadowRadius?: number | undefined;
|
|
1033
993
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
1034
|
-
transformMatrix?: number
|
|
994
|
+
transformMatrix?: Array<number> | undefined;
|
|
1035
995
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
1036
996
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1037
997
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1038
998
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1039
999
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1040
1000
|
};
|
|
1041
|
-
|
|
1042
|
-
color
|
|
1001
|
+
pickerItem: {
|
|
1002
|
+
color: import("react-native").ColorValue;
|
|
1043
1003
|
fontFamily?: string | undefined;
|
|
1044
|
-
fontSize
|
|
1004
|
+
fontSize: number;
|
|
1045
1005
|
fontStyle?: "normal" | "italic" | undefined;
|
|
1046
|
-
fontWeight?: "
|
|
1006
|
+
fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
1047
1007
|
letterSpacing?: number | undefined;
|
|
1048
1008
|
lineHeight?: number | undefined;
|
|
1049
|
-
textAlign?: "auto" | "
|
|
1009
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1050
1010
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1051
|
-
textDecorationStyle?: "solid" | "
|
|
1011
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1052
1012
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
1053
1013
|
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
1054
1014
|
textShadowOffset?: {
|
|
@@ -1087,13 +1047,13 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1087
1047
|
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
1088
1048
|
borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
1089
1049
|
borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
1090
|
-
opacity
|
|
1050
|
+
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1091
1051
|
elevation?: number | undefined;
|
|
1092
1052
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
1093
|
-
alignContent?: "
|
|
1053
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
1094
1054
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
1095
1055
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
1096
|
-
aspectRatio?:
|
|
1056
|
+
aspectRatio?: number | string | undefined;
|
|
1097
1057
|
borderBottomWidth?: number | undefined;
|
|
1098
1058
|
borderEndWidth?: number | undefined;
|
|
1099
1059
|
borderLeftWidth?: number | undefined;
|
|
@@ -1114,7 +1074,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1114
1074
|
flexShrink?: number | undefined;
|
|
1115
1075
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
1116
1076
|
height?: import("react-native").DimensionValue | undefined;
|
|
1117
|
-
justifyContent?: "
|
|
1077
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
1118
1078
|
left?: import("react-native").DimensionValue | undefined;
|
|
1119
1079
|
margin?: import("react-native").DimensionValue | undefined;
|
|
1120
1080
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
@@ -1129,7 +1089,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1129
1089
|
maxWidth?: import("react-native").DimensionValue | undefined;
|
|
1130
1090
|
minHeight?: import("react-native").DimensionValue | undefined;
|
|
1131
1091
|
minWidth?: import("react-native").DimensionValue | undefined;
|
|
1132
|
-
overflow
|
|
1092
|
+
overflow: "visible" | "hidden" | "scroll";
|
|
1133
1093
|
padding?: import("react-native").DimensionValue | undefined;
|
|
1134
1094
|
paddingBottom?: import("react-native").DimensionValue | undefined;
|
|
1135
1095
|
paddingEnd?: import("react-native").DimensionValue | undefined;
|
|
@@ -1154,20 +1114,17 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1154
1114
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1155
1115
|
shadowRadius?: number | undefined;
|
|
1156
1116
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
1157
|
-
transformMatrix?: number
|
|
1117
|
+
transformMatrix?: Array<number> | undefined;
|
|
1158
1118
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
1159
1119
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1160
1120
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1161
1121
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1162
1122
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1163
|
-
textAlignVertical
|
|
1164
|
-
verticalAlign?: "auto" | "
|
|
1123
|
+
textAlignVertical: "auto" | "center" | "bottom" | "top";
|
|
1124
|
+
verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
|
|
1165
1125
|
includeFontPadding?: boolean | undefined;
|
|
1166
1126
|
};
|
|
1167
|
-
|
|
1168
|
-
flex: number;
|
|
1169
|
-
};
|
|
1170
|
-
pickerGradientOverlay: {
|
|
1127
|
+
pickerItemContainer: {
|
|
1171
1128
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
1172
1129
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
1173
1130
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1198,10 +1155,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1198
1155
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1199
1156
|
elevation?: number | undefined;
|
|
1200
1157
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
1201
|
-
alignContent?: "
|
|
1202
|
-
alignItems
|
|
1158
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
1159
|
+
alignItems: import("react-native").FlexAlignType;
|
|
1203
1160
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
1204
|
-
aspectRatio?:
|
|
1161
|
+
aspectRatio?: number | string | undefined;
|
|
1205
1162
|
borderBottomWidth?: number | undefined;
|
|
1206
1163
|
borderEndWidth?: number | undefined;
|
|
1207
1164
|
borderLeftWidth?: number | undefined;
|
|
@@ -1214,15 +1171,15 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1214
1171
|
end?: import("react-native").DimensionValue | undefined;
|
|
1215
1172
|
flex?: number | undefined;
|
|
1216
1173
|
flexBasis?: import("react-native").DimensionValue | undefined;
|
|
1217
|
-
flexDirection
|
|
1174
|
+
flexDirection: "row" | "column" | "row-reverse" | "column-reverse";
|
|
1218
1175
|
rowGap?: number | undefined;
|
|
1219
1176
|
gap?: number | undefined;
|
|
1220
1177
|
columnGap?: number | undefined;
|
|
1221
1178
|
flexGrow?: number | undefined;
|
|
1222
1179
|
flexShrink?: number | undefined;
|
|
1223
1180
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
1224
|
-
height: import("react-native").DimensionValue;
|
|
1225
|
-
justifyContent
|
|
1181
|
+
height: import("react-native").DimensionValue & number;
|
|
1182
|
+
justifyContent: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
|
|
1226
1183
|
left?: import("react-native").DimensionValue | undefined;
|
|
1227
1184
|
margin?: import("react-native").DimensionValue | undefined;
|
|
1228
1185
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
@@ -1247,11 +1204,11 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1247
1204
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
1248
1205
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
1249
1206
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
1250
|
-
position
|
|
1207
|
+
position?: "absolute" | "relative" | undefined;
|
|
1251
1208
|
right?: import("react-native").DimensionValue | undefined;
|
|
1252
1209
|
start?: import("react-native").DimensionValue | undefined;
|
|
1253
1210
|
top?: import("react-native").DimensionValue | undefined;
|
|
1254
|
-
width
|
|
1211
|
+
width?: import("react-native").DimensionValue | undefined;
|
|
1255
1212
|
zIndex?: number | undefined;
|
|
1256
1213
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
1257
1214
|
shadowColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1262,14 +1219,35 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1262
1219
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1263
1220
|
shadowRadius?: number | undefined;
|
|
1264
1221
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
1265
|
-
transformMatrix?: number
|
|
1222
|
+
transformMatrix?: Array<number> | undefined;
|
|
1266
1223
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
1267
1224
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1268
1225
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1269
1226
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1270
1227
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1271
1228
|
};
|
|
1272
|
-
|
|
1229
|
+
pickerLabel: {
|
|
1230
|
+
color: import("react-native").ColorValue;
|
|
1231
|
+
fontFamily?: string | undefined;
|
|
1232
|
+
fontSize: number;
|
|
1233
|
+
fontStyle?: "normal" | "italic" | undefined;
|
|
1234
|
+
fontWeight: "bold" | "normal" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
|
|
1235
|
+
letterSpacing?: number | undefined;
|
|
1236
|
+
lineHeight?: number | undefined;
|
|
1237
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1238
|
+
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1239
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1240
|
+
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
1241
|
+
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
1242
|
+
textShadowOffset?: {
|
|
1243
|
+
width: number;
|
|
1244
|
+
height: number;
|
|
1245
|
+
} | undefined;
|
|
1246
|
+
textShadowRadius?: number | undefined;
|
|
1247
|
+
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
1248
|
+
testID?: string | undefined;
|
|
1249
|
+
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
1250
|
+
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
1273
1251
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
1274
1252
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
1275
1253
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1300,10 +1278,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1300
1278
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1301
1279
|
elevation?: number | undefined;
|
|
1302
1280
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
1303
|
-
alignContent?: "
|
|
1281
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
1304
1282
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
1305
1283
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
1306
|
-
aspectRatio?:
|
|
1284
|
+
aspectRatio?: number | string | undefined;
|
|
1307
1285
|
borderBottomWidth?: number | undefined;
|
|
1308
1286
|
borderEndWidth?: number | undefined;
|
|
1309
1287
|
borderLeftWidth?: number | undefined;
|
|
@@ -1314,7 +1292,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1314
1292
|
bottom?: import("react-native").DimensionValue | undefined;
|
|
1315
1293
|
display?: "none" | "flex" | undefined;
|
|
1316
1294
|
end?: import("react-native").DimensionValue | undefined;
|
|
1317
|
-
flex
|
|
1295
|
+
flex?: number | undefined;
|
|
1318
1296
|
flexBasis?: import("react-native").DimensionValue | undefined;
|
|
1319
1297
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
1320
1298
|
rowGap?: number | undefined;
|
|
@@ -1324,7 +1302,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1324
1302
|
flexShrink?: number | undefined;
|
|
1325
1303
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
1326
1304
|
height?: import("react-native").DimensionValue | undefined;
|
|
1327
|
-
justifyContent?: "
|
|
1305
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
1328
1306
|
left?: import("react-native").DimensionValue | undefined;
|
|
1329
1307
|
margin?: import("react-native").DimensionValue | undefined;
|
|
1330
1308
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
@@ -1364,14 +1342,17 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1364
1342
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1365
1343
|
shadowRadius?: number | undefined;
|
|
1366
1344
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
1367
|
-
transformMatrix?: number
|
|
1345
|
+
transformMatrix?: Array<number> | undefined;
|
|
1368
1346
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
1369
1347
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1370
1348
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1371
1349
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1372
1350
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1351
|
+
textAlignVertical?: "auto" | "top" | "bottom" | "center" | undefined;
|
|
1352
|
+
verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
|
|
1353
|
+
includeFontPadding?: boolean | undefined;
|
|
1373
1354
|
};
|
|
1374
|
-
|
|
1355
|
+
pickerLabelContainer: {
|
|
1375
1356
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
1376
1357
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
1377
1358
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1402,10 +1383,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1402
1383
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1403
1384
|
elevation?: number | undefined;
|
|
1404
1385
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
1405
|
-
alignContent?: "
|
|
1386
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
1406
1387
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
1407
1388
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
1408
|
-
aspectRatio?:
|
|
1389
|
+
aspectRatio?: number | string | undefined;
|
|
1409
1390
|
borderBottomWidth?: number | undefined;
|
|
1410
1391
|
borderEndWidth?: number | undefined;
|
|
1411
1392
|
borderLeftWidth?: number | undefined;
|
|
@@ -1413,7 +1394,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1413
1394
|
borderStartWidth?: number | undefined;
|
|
1414
1395
|
borderTopWidth?: number | undefined;
|
|
1415
1396
|
borderWidth?: number | undefined;
|
|
1416
|
-
bottom
|
|
1397
|
+
bottom: import("react-native").DimensionValue;
|
|
1417
1398
|
display?: "none" | "flex" | undefined;
|
|
1418
1399
|
end?: import("react-native").DimensionValue | undefined;
|
|
1419
1400
|
flex?: number | undefined;
|
|
@@ -1426,16 +1407,16 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1426
1407
|
flexShrink?: number | undefined;
|
|
1427
1408
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
1428
1409
|
height?: import("react-native").DimensionValue | undefined;
|
|
1429
|
-
justifyContent
|
|
1410
|
+
justifyContent: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
|
|
1430
1411
|
left?: import("react-native").DimensionValue | undefined;
|
|
1431
1412
|
margin?: import("react-native").DimensionValue | undefined;
|
|
1432
1413
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
1433
1414
|
marginEnd?: import("react-native").DimensionValue | undefined;
|
|
1434
1415
|
marginHorizontal?: import("react-native").DimensionValue | undefined;
|
|
1435
1416
|
marginLeft?: import("react-native").DimensionValue | undefined;
|
|
1436
|
-
marginRight
|
|
1417
|
+
marginRight?: import("react-native").DimensionValue | undefined;
|
|
1437
1418
|
marginStart?: import("react-native").DimensionValue | undefined;
|
|
1438
|
-
marginTop
|
|
1419
|
+
marginTop: import("react-native").DimensionValue;
|
|
1439
1420
|
marginVertical?: import("react-native").DimensionValue | undefined;
|
|
1440
1421
|
maxHeight?: import("react-native").DimensionValue | undefined;
|
|
1441
1422
|
maxWidth?: import("react-native").DimensionValue | undefined;
|
|
@@ -1447,14 +1428,14 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1447
1428
|
paddingEnd?: import("react-native").DimensionValue | undefined;
|
|
1448
1429
|
paddingHorizontal?: import("react-native").DimensionValue | undefined;
|
|
1449
1430
|
paddingLeft?: import("react-native").DimensionValue | undefined;
|
|
1450
|
-
paddingRight
|
|
1431
|
+
paddingRight?: import("react-native").DimensionValue | undefined;
|
|
1451
1432
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
1452
1433
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
1453
1434
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
1454
|
-
position
|
|
1435
|
+
position: "absolute" | "relative";
|
|
1455
1436
|
right?: import("react-native").DimensionValue | undefined;
|
|
1456
1437
|
start?: import("react-native").DimensionValue | undefined;
|
|
1457
|
-
top
|
|
1438
|
+
top: import("react-native").DimensionValue;
|
|
1458
1439
|
width?: import("react-native").DimensionValue | undefined;
|
|
1459
1440
|
zIndex?: number | undefined;
|
|
1460
1441
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
@@ -1466,14 +1447,35 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1466
1447
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1467
1448
|
shadowRadius?: number | undefined;
|
|
1468
1449
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
1469
|
-
transformMatrix?: number
|
|
1450
|
+
transformMatrix?: Array<number> | undefined;
|
|
1470
1451
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
1471
1452
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1472
1453
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1473
1454
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1474
1455
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1475
1456
|
};
|
|
1476
|
-
|
|
1457
|
+
selectedPickerItem: {
|
|
1458
|
+
color: import("react-native").ColorValue;
|
|
1459
|
+
fontFamily?: string | undefined;
|
|
1460
|
+
fontSize: number;
|
|
1461
|
+
fontStyle?: "normal" | "italic" | undefined;
|
|
1462
|
+
fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
1463
|
+
letterSpacing?: number | undefined;
|
|
1464
|
+
lineHeight?: number | undefined;
|
|
1465
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
1466
|
+
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
1467
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
1468
|
+
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
1469
|
+
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
1470
|
+
textShadowOffset?: {
|
|
1471
|
+
width: number;
|
|
1472
|
+
height: number;
|
|
1473
|
+
} | undefined;
|
|
1474
|
+
textShadowRadius?: number | undefined;
|
|
1475
|
+
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
1476
|
+
testID?: string | undefined;
|
|
1477
|
+
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
1478
|
+
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
1477
1479
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
1478
1480
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
1479
1481
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -1504,10 +1506,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1504
1506
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1505
1507
|
elevation?: number | undefined;
|
|
1506
1508
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
1507
|
-
alignContent?: "
|
|
1509
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
1508
1510
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
1509
1511
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
1510
|
-
aspectRatio?:
|
|
1512
|
+
aspectRatio?: number | string | undefined;
|
|
1511
1513
|
borderBottomWidth?: number | undefined;
|
|
1512
1514
|
borderEndWidth?: number | undefined;
|
|
1513
1515
|
borderLeftWidth?: number | undefined;
|
|
@@ -1528,7 +1530,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1528
1530
|
flexShrink?: number | undefined;
|
|
1529
1531
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
1530
1532
|
height?: import("react-native").DimensionValue | undefined;
|
|
1531
|
-
justifyContent?: "
|
|
1533
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
1532
1534
|
left?: import("react-native").DimensionValue | undefined;
|
|
1533
1535
|
margin?: import("react-native").DimensionValue | undefined;
|
|
1534
1536
|
marginBottom?: import("react-native").DimensionValue | undefined;
|
|
@@ -1543,7 +1545,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1543
1545
|
maxWidth?: import("react-native").DimensionValue | undefined;
|
|
1544
1546
|
minHeight?: import("react-native").DimensionValue | undefined;
|
|
1545
1547
|
minWidth?: import("react-native").DimensionValue | undefined;
|
|
1546
|
-
overflow
|
|
1548
|
+
overflow: "visible" | "hidden" | "scroll";
|
|
1547
1549
|
padding?: import("react-native").DimensionValue | undefined;
|
|
1548
1550
|
paddingBottom?: import("react-native").DimensionValue | undefined;
|
|
1549
1551
|
paddingEnd?: import("react-native").DimensionValue | undefined;
|
|
@@ -1568,11 +1570,14 @@ export declare const generateStyles: (customStyles: CustomTimerPickerStyles | un
|
|
|
1568
1570
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
1569
1571
|
shadowRadius?: number | undefined;
|
|
1570
1572
|
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
1571
|
-
transformMatrix?: number
|
|
1573
|
+
transformMatrix?: Array<number> | undefined;
|
|
1572
1574
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
1573
1575
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1574
1576
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1575
1577
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
1576
1578
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
1579
|
+
textAlignVertical: "auto" | "center" | "bottom" | "top";
|
|
1580
|
+
verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
|
|
1581
|
+
includeFontPadding?: boolean | undefined;
|
|
1577
1582
|
};
|
|
1578
1583
|
};
|