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,5 +1,6 @@
|
|
|
1
1
|
import type { DimensionValue, TextStyle, ViewStyle } from "react-native";
|
|
2
2
|
import type { CustomTimerPickerStyles } from "../TimerPicker/styles";
|
|
3
|
+
export declare const DEFAULT_COLUMN_WIDTH = 70;
|
|
3
4
|
export interface CustomTimerPickerModalStyles extends CustomTimerPickerStyles {
|
|
4
5
|
button?: TextStyle;
|
|
5
6
|
buttonContainer?: ViewStyle;
|
|
@@ -9,10 +10,32 @@ export interface CustomTimerPickerModalStyles extends CustomTimerPickerStyles {
|
|
|
9
10
|
contentContainer?: ViewStyle;
|
|
10
11
|
modalTitle?: TextStyle;
|
|
11
12
|
}
|
|
12
|
-
export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles | undefined, variables
|
|
13
|
+
export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles | undefined, variables: {
|
|
13
14
|
hasModalTitle: boolean;
|
|
15
|
+
totalColumnWidth: number;
|
|
14
16
|
}) => {
|
|
15
|
-
|
|
17
|
+
button: {
|
|
18
|
+
color?: import("react-native").ColorValue | undefined;
|
|
19
|
+
fontFamily?: string | undefined;
|
|
20
|
+
fontSize: number;
|
|
21
|
+
fontStyle?: "normal" | "italic" | undefined;
|
|
22
|
+
fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
23
|
+
letterSpacing?: number | undefined;
|
|
24
|
+
lineHeight?: number | undefined;
|
|
25
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
26
|
+
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
27
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
28
|
+
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
29
|
+
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
30
|
+
textShadowOffset?: {
|
|
31
|
+
width: number;
|
|
32
|
+
height: number;
|
|
33
|
+
} | undefined;
|
|
34
|
+
textShadowRadius?: number | undefined;
|
|
35
|
+
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
36
|
+
testID?: string | undefined;
|
|
37
|
+
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
38
|
+
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
16
39
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
17
40
|
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
18
41
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
@@ -29,7 +52,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
29
52
|
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
30
53
|
borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
31
54
|
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
32
|
-
borderRadius
|
|
55
|
+
borderRadius: import("react-native").AnimatableNumericValue;
|
|
33
56
|
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
34
57
|
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
35
58
|
borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -43,17 +66,17 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
43
66
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
44
67
|
elevation?: number | undefined;
|
|
45
68
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
46
|
-
alignContent?: "
|
|
69
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
47
70
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
48
71
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
49
|
-
aspectRatio?:
|
|
72
|
+
aspectRatio?: number | string | undefined;
|
|
50
73
|
borderBottomWidth?: number | undefined;
|
|
51
74
|
borderEndWidth?: number | undefined;
|
|
52
75
|
borderLeftWidth?: number | undefined;
|
|
53
76
|
borderRightWidth?: number | undefined;
|
|
54
77
|
borderStartWidth?: number | undefined;
|
|
55
78
|
borderTopWidth?: number | undefined;
|
|
56
|
-
borderWidth
|
|
79
|
+
borderWidth: number;
|
|
57
80
|
bottom?: DimensionValue | undefined;
|
|
58
81
|
display?: "none" | "flex" | undefined;
|
|
59
82
|
end?: DimensionValue | undefined;
|
|
@@ -67,12 +90,12 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
67
90
|
flexShrink?: number | undefined;
|
|
68
91
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
69
92
|
height?: DimensionValue | undefined;
|
|
70
|
-
justifyContent
|
|
93
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
71
94
|
left?: DimensionValue | undefined;
|
|
72
95
|
margin?: DimensionValue | undefined;
|
|
73
96
|
marginBottom?: DimensionValue | undefined;
|
|
74
97
|
marginEnd?: DimensionValue | undefined;
|
|
75
|
-
marginHorizontal
|
|
98
|
+
marginHorizontal: DimensionValue;
|
|
76
99
|
marginLeft?: DimensionValue | undefined;
|
|
77
100
|
marginRight?: DimensionValue | undefined;
|
|
78
101
|
marginStart?: DimensionValue | undefined;
|
|
@@ -86,12 +109,12 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
86
109
|
padding?: DimensionValue | undefined;
|
|
87
110
|
paddingBottom?: DimensionValue | undefined;
|
|
88
111
|
paddingEnd?: DimensionValue | undefined;
|
|
89
|
-
paddingHorizontal
|
|
112
|
+
paddingHorizontal: DimensionValue;
|
|
90
113
|
paddingLeft?: DimensionValue | undefined;
|
|
91
114
|
paddingRight?: DimensionValue | undefined;
|
|
92
115
|
paddingStart?: DimensionValue | undefined;
|
|
93
116
|
paddingTop?: DimensionValue | undefined;
|
|
94
|
-
paddingVertical
|
|
117
|
+
paddingVertical: DimensionValue;
|
|
95
118
|
position?: "absolute" | "relative" | undefined;
|
|
96
119
|
right?: DimensionValue | undefined;
|
|
97
120
|
start?: DimensionValue | undefined;
|
|
@@ -107,16 +130,19 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
107
130
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
108
131
|
shadowRadius?: number | undefined;
|
|
109
132
|
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;
|
|
110
|
-
transformMatrix?: number
|
|
133
|
+
transformMatrix?: Array<number> | undefined;
|
|
111
134
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
112
135
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
113
136
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
114
137
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
115
138
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
139
|
+
textAlignVertical?: "auto" | "top" | "bottom" | "center" | undefined;
|
|
140
|
+
verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
|
|
141
|
+
includeFontPadding?: boolean | undefined;
|
|
116
142
|
};
|
|
117
|
-
|
|
143
|
+
buttonContainer: {
|
|
118
144
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
119
|
-
backgroundColor
|
|
145
|
+
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
120
146
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
121
147
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
122
148
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
@@ -131,7 +157,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
131
157
|
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
132
158
|
borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
133
159
|
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
134
|
-
borderRadius
|
|
160
|
+
borderRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
135
161
|
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
136
162
|
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
137
163
|
borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -145,10 +171,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
145
171
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
146
172
|
elevation?: number | undefined;
|
|
147
173
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
148
|
-
alignContent?: "
|
|
149
|
-
alignItems
|
|
174
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
175
|
+
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
150
176
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
151
|
-
aspectRatio?:
|
|
177
|
+
aspectRatio?: number | string | undefined;
|
|
152
178
|
borderBottomWidth?: number | undefined;
|
|
153
179
|
borderEndWidth?: number | undefined;
|
|
154
180
|
borderLeftWidth?: number | undefined;
|
|
@@ -161,7 +187,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
161
187
|
end?: DimensionValue | undefined;
|
|
162
188
|
flex?: number | undefined;
|
|
163
189
|
flexBasis?: DimensionValue | undefined;
|
|
164
|
-
flexDirection
|
|
190
|
+
flexDirection: "row" | "column" | "row-reverse" | "column-reverse";
|
|
165
191
|
rowGap?: number | undefined;
|
|
166
192
|
gap?: number | undefined;
|
|
167
193
|
columnGap?: number | undefined;
|
|
@@ -169,26 +195,26 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
169
195
|
flexShrink?: number | undefined;
|
|
170
196
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
171
197
|
height?: DimensionValue | undefined;
|
|
172
|
-
justifyContent
|
|
198
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
173
199
|
left?: DimensionValue | undefined;
|
|
174
200
|
margin?: DimensionValue | undefined;
|
|
175
|
-
marginBottom
|
|
201
|
+
marginBottom: DimensionValue;
|
|
176
202
|
marginEnd?: DimensionValue | undefined;
|
|
177
203
|
marginHorizontal?: DimensionValue | undefined;
|
|
178
204
|
marginLeft?: DimensionValue | undefined;
|
|
179
205
|
marginRight?: DimensionValue | undefined;
|
|
180
206
|
marginStart?: DimensionValue | undefined;
|
|
181
|
-
marginTop
|
|
207
|
+
marginTop: DimensionValue;
|
|
182
208
|
marginVertical?: DimensionValue | undefined;
|
|
183
209
|
maxHeight?: DimensionValue | undefined;
|
|
184
210
|
maxWidth?: DimensionValue | undefined;
|
|
185
211
|
minHeight?: DimensionValue | undefined;
|
|
186
212
|
minWidth?: DimensionValue | undefined;
|
|
187
|
-
overflow
|
|
213
|
+
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
188
214
|
padding?: DimensionValue | undefined;
|
|
189
215
|
paddingBottom?: DimensionValue | undefined;
|
|
190
216
|
paddingEnd?: DimensionValue | undefined;
|
|
191
|
-
paddingHorizontal
|
|
217
|
+
paddingHorizontal?: DimensionValue | undefined;
|
|
192
218
|
paddingLeft?: DimensionValue | undefined;
|
|
193
219
|
paddingRight?: DimensionValue | undefined;
|
|
194
220
|
paddingStart?: DimensionValue | undefined;
|
|
@@ -209,16 +235,37 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
209
235
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
210
236
|
shadowRadius?: number | undefined;
|
|
211
237
|
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;
|
|
212
|
-
transformMatrix?: number
|
|
238
|
+
transformMatrix?: Array<number> | undefined;
|
|
213
239
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
214
240
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
215
241
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
216
242
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
217
243
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
218
244
|
};
|
|
219
|
-
|
|
245
|
+
cancelButton: {
|
|
246
|
+
color: import("react-native").ColorValue;
|
|
247
|
+
fontFamily?: string | undefined;
|
|
248
|
+
fontSize?: number | undefined;
|
|
249
|
+
fontStyle?: "normal" | "italic" | undefined;
|
|
250
|
+
fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
251
|
+
letterSpacing?: number | undefined;
|
|
252
|
+
lineHeight?: number | undefined;
|
|
253
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
254
|
+
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
255
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
256
|
+
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
257
|
+
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
258
|
+
textShadowOffset?: {
|
|
259
|
+
width: number;
|
|
260
|
+
height: number;
|
|
261
|
+
} | undefined;
|
|
262
|
+
textShadowRadius?: number | undefined;
|
|
263
|
+
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
264
|
+
testID?: string | undefined;
|
|
265
|
+
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
266
|
+
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
220
267
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
221
|
-
backgroundColor
|
|
268
|
+
backgroundColor: import("react-native").ColorValue | undefined;
|
|
222
269
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
223
270
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
224
271
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
@@ -227,7 +274,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
227
274
|
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
228
275
|
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
229
276
|
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
230
|
-
borderColor
|
|
277
|
+
borderColor: import("react-native").ColorValue;
|
|
231
278
|
borderCurve?: "circular" | "continuous" | undefined;
|
|
232
279
|
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
233
280
|
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -247,10 +294,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
247
294
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
248
295
|
elevation?: number | undefined;
|
|
249
296
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
250
|
-
alignContent?: "
|
|
297
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
251
298
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
252
299
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
253
|
-
aspectRatio?:
|
|
300
|
+
aspectRatio?: number | string | undefined;
|
|
254
301
|
borderBottomWidth?: number | undefined;
|
|
255
302
|
borderEndWidth?: number | undefined;
|
|
256
303
|
borderLeftWidth?: number | undefined;
|
|
@@ -263,7 +310,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
263
310
|
end?: DimensionValue | undefined;
|
|
264
311
|
flex?: number | undefined;
|
|
265
312
|
flexBasis?: DimensionValue | undefined;
|
|
266
|
-
flexDirection
|
|
313
|
+
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
267
314
|
rowGap?: number | undefined;
|
|
268
315
|
gap?: number | undefined;
|
|
269
316
|
columnGap?: number | undefined;
|
|
@@ -271,16 +318,16 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
271
318
|
flexShrink?: number | undefined;
|
|
272
319
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
273
320
|
height?: DimensionValue | undefined;
|
|
274
|
-
justifyContent?: "
|
|
321
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
275
322
|
left?: DimensionValue | undefined;
|
|
276
323
|
margin?: DimensionValue | undefined;
|
|
277
|
-
marginBottom
|
|
324
|
+
marginBottom?: DimensionValue | undefined;
|
|
278
325
|
marginEnd?: DimensionValue | undefined;
|
|
279
326
|
marginHorizontal?: DimensionValue | undefined;
|
|
280
327
|
marginLeft?: DimensionValue | undefined;
|
|
281
328
|
marginRight?: DimensionValue | undefined;
|
|
282
329
|
marginStart?: DimensionValue | undefined;
|
|
283
|
-
marginTop
|
|
330
|
+
marginTop?: DimensionValue | undefined;
|
|
284
331
|
marginVertical?: DimensionValue | undefined;
|
|
285
332
|
maxHeight?: DimensionValue | undefined;
|
|
286
333
|
maxWidth?: DimensionValue | undefined;
|
|
@@ -311,24 +358,27 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
311
358
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
312
359
|
shadowRadius?: number | undefined;
|
|
313
360
|
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;
|
|
314
|
-
transformMatrix?: number
|
|
361
|
+
transformMatrix?: Array<number> | undefined;
|
|
315
362
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
316
363
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
317
364
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
318
365
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
319
366
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
367
|
+
textAlignVertical?: "auto" | "top" | "bottom" | "center" | undefined;
|
|
368
|
+
verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
|
|
369
|
+
includeFontPadding?: boolean | undefined;
|
|
320
370
|
};
|
|
321
|
-
|
|
322
|
-
color
|
|
371
|
+
confirmButton: {
|
|
372
|
+
color: import("react-native").ColorValue;
|
|
323
373
|
fontFamily?: string | undefined;
|
|
324
|
-
fontSize
|
|
374
|
+
fontSize?: number | undefined;
|
|
325
375
|
fontStyle?: "normal" | "italic" | undefined;
|
|
326
|
-
fontWeight?: "
|
|
376
|
+
fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
327
377
|
letterSpacing?: number | undefined;
|
|
328
378
|
lineHeight?: number | undefined;
|
|
329
|
-
textAlign?: "auto" | "
|
|
379
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
330
380
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
331
|
-
textDecorationStyle?: "solid" | "
|
|
381
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
332
382
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
333
383
|
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
334
384
|
textShadowOffset?: {
|
|
@@ -341,7 +391,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
341
391
|
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
342
392
|
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
343
393
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
344
|
-
backgroundColor
|
|
394
|
+
backgroundColor: import("react-native").ColorValue | undefined;
|
|
345
395
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
346
396
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
347
397
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
@@ -350,13 +400,13 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
350
400
|
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
351
401
|
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
352
402
|
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
353
|
-
borderColor
|
|
403
|
+
borderColor: import("react-native").ColorValue;
|
|
354
404
|
borderCurve?: "circular" | "continuous" | undefined;
|
|
355
405
|
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
356
406
|
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
357
407
|
borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
358
408
|
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
359
|
-
borderRadius
|
|
409
|
+
borderRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
360
410
|
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
361
411
|
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
362
412
|
borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -370,17 +420,17 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
370
420
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
371
421
|
elevation?: number | undefined;
|
|
372
422
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
373
|
-
alignContent?: "
|
|
423
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
374
424
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
375
425
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
376
|
-
aspectRatio?:
|
|
426
|
+
aspectRatio?: number | string | undefined;
|
|
377
427
|
borderBottomWidth?: number | undefined;
|
|
378
428
|
borderEndWidth?: number | undefined;
|
|
379
429
|
borderLeftWidth?: number | undefined;
|
|
380
430
|
borderRightWidth?: number | undefined;
|
|
381
431
|
borderStartWidth?: number | undefined;
|
|
382
432
|
borderTopWidth?: number | undefined;
|
|
383
|
-
borderWidth
|
|
433
|
+
borderWidth?: number | undefined;
|
|
384
434
|
bottom?: DimensionValue | undefined;
|
|
385
435
|
display?: "none" | "flex" | undefined;
|
|
386
436
|
end?: DimensionValue | undefined;
|
|
@@ -394,12 +444,12 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
394
444
|
flexShrink?: number | undefined;
|
|
395
445
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
396
446
|
height?: DimensionValue | undefined;
|
|
397
|
-
justifyContent?: "
|
|
447
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
398
448
|
left?: DimensionValue | undefined;
|
|
399
449
|
margin?: DimensionValue | undefined;
|
|
400
450
|
marginBottom?: DimensionValue | undefined;
|
|
401
451
|
marginEnd?: DimensionValue | undefined;
|
|
402
|
-
marginHorizontal
|
|
452
|
+
marginHorizontal?: DimensionValue | undefined;
|
|
403
453
|
marginLeft?: DimensionValue | undefined;
|
|
404
454
|
marginRight?: DimensionValue | undefined;
|
|
405
455
|
marginStart?: DimensionValue | undefined;
|
|
@@ -409,16 +459,16 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
409
459
|
maxWidth?: DimensionValue | undefined;
|
|
410
460
|
minHeight?: DimensionValue | undefined;
|
|
411
461
|
minWidth?: DimensionValue | undefined;
|
|
412
|
-
overflow
|
|
462
|
+
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
413
463
|
padding?: DimensionValue | undefined;
|
|
414
464
|
paddingBottom?: DimensionValue | undefined;
|
|
415
465
|
paddingEnd?: DimensionValue | undefined;
|
|
416
|
-
paddingHorizontal
|
|
466
|
+
paddingHorizontal?: DimensionValue | undefined;
|
|
417
467
|
paddingLeft?: DimensionValue | undefined;
|
|
418
468
|
paddingRight?: DimensionValue | undefined;
|
|
419
469
|
paddingStart?: DimensionValue | undefined;
|
|
420
470
|
paddingTop?: DimensionValue | undefined;
|
|
421
|
-
paddingVertical
|
|
471
|
+
paddingVertical?: DimensionValue | undefined;
|
|
422
472
|
position?: "absolute" | "relative" | undefined;
|
|
423
473
|
right?: DimensionValue | undefined;
|
|
424
474
|
start?: DimensionValue | undefined;
|
|
@@ -434,40 +484,19 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
434
484
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
435
485
|
shadowRadius?: number | undefined;
|
|
436
486
|
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;
|
|
437
|
-
transformMatrix?: number
|
|
487
|
+
transformMatrix?: Array<number> | undefined;
|
|
438
488
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
439
489
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
440
490
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
441
491
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
442
492
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
443
|
-
textAlignVertical?: "auto" | "
|
|
444
|
-
verticalAlign?: "auto" | "
|
|
493
|
+
textAlignVertical?: "auto" | "top" | "bottom" | "center" | undefined;
|
|
494
|
+
verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
|
|
445
495
|
includeFontPadding?: boolean | undefined;
|
|
446
496
|
};
|
|
447
|
-
|
|
448
|
-
color: import("react-native").ColorValue;
|
|
449
|
-
fontFamily?: string | undefined;
|
|
450
|
-
fontSize?: number | undefined;
|
|
451
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
452
|
-
fontWeight?: "bold" | "100" | "normal" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
453
|
-
letterSpacing?: number | undefined;
|
|
454
|
-
lineHeight?: number | undefined;
|
|
455
|
-
textAlign?: "auto" | "center" | "left" | "right" | "justify" | undefined;
|
|
456
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
457
|
-
textDecorationStyle?: "solid" | "dotted" | "dashed" | "double" | undefined;
|
|
458
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
459
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
460
|
-
textShadowOffset?: {
|
|
461
|
-
width: number;
|
|
462
|
-
height: number;
|
|
463
|
-
} | undefined;
|
|
464
|
-
textShadowRadius?: number | undefined;
|
|
465
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
466
|
-
testID?: string | undefined;
|
|
467
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
468
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
497
|
+
container: {
|
|
469
498
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
470
|
-
backgroundColor
|
|
499
|
+
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
471
500
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
472
501
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
473
502
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
@@ -476,7 +505,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
476
505
|
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
477
506
|
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
478
507
|
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
479
|
-
borderColor
|
|
508
|
+
borderColor?: import("react-native").ColorValue | undefined;
|
|
480
509
|
borderCurve?: "circular" | "continuous" | undefined;
|
|
481
510
|
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
482
511
|
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -496,10 +525,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
496
525
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
497
526
|
elevation?: number | undefined;
|
|
498
527
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
499
|
-
alignContent?: "
|
|
528
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
500
529
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
501
530
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
502
|
-
aspectRatio?:
|
|
531
|
+
aspectRatio?: number | string | undefined;
|
|
503
532
|
borderBottomWidth?: number | undefined;
|
|
504
533
|
borderEndWidth?: number | undefined;
|
|
505
534
|
borderLeftWidth?: number | undefined;
|
|
@@ -520,7 +549,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
520
549
|
flexShrink?: number | undefined;
|
|
521
550
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
522
551
|
height?: DimensionValue | undefined;
|
|
523
|
-
justifyContent
|
|
552
|
+
justifyContent: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
|
|
524
553
|
left?: DimensionValue | undefined;
|
|
525
554
|
margin?: DimensionValue | undefined;
|
|
526
555
|
marginBottom?: DimensionValue | undefined;
|
|
@@ -535,7 +564,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
535
564
|
maxWidth?: DimensionValue | undefined;
|
|
536
565
|
minHeight?: DimensionValue | undefined;
|
|
537
566
|
minWidth?: DimensionValue | undefined;
|
|
538
|
-
overflow
|
|
567
|
+
overflow: "visible" | "hidden" | "scroll";
|
|
539
568
|
padding?: DimensionValue | undefined;
|
|
540
569
|
paddingBottom?: DimensionValue | undefined;
|
|
541
570
|
paddingEnd?: DimensionValue | undefined;
|
|
@@ -560,40 +589,16 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
560
589
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
561
590
|
shadowRadius?: number | undefined;
|
|
562
591
|
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;
|
|
563
|
-
transformMatrix?: number
|
|
592
|
+
transformMatrix?: Array<number> | undefined;
|
|
564
593
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
565
594
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
566
595
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
567
596
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
568
597
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
569
|
-
textAlignVertical?: "auto" | "center" | "bottom" | "top" | undefined;
|
|
570
|
-
verticalAlign?: "auto" | "bottom" | "top" | "middle" | undefined;
|
|
571
|
-
includeFontPadding?: boolean | undefined;
|
|
572
598
|
};
|
|
573
|
-
|
|
574
|
-
color: import("react-native").ColorValue;
|
|
575
|
-
fontFamily?: string | undefined;
|
|
576
|
-
fontSize?: number | undefined;
|
|
577
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
578
|
-
fontWeight?: "bold" | "100" | "normal" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
579
|
-
letterSpacing?: number | undefined;
|
|
580
|
-
lineHeight?: number | undefined;
|
|
581
|
-
textAlign?: "auto" | "center" | "left" | "right" | "justify" | undefined;
|
|
582
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
583
|
-
textDecorationStyle?: "solid" | "dotted" | "dashed" | "double" | undefined;
|
|
584
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
585
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
586
|
-
textShadowOffset?: {
|
|
587
|
-
width: number;
|
|
588
|
-
height: number;
|
|
589
|
-
} | undefined;
|
|
590
|
-
textShadowRadius?: number | undefined;
|
|
591
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
592
|
-
testID?: string | undefined;
|
|
593
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
594
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
599
|
+
contentContainer: {
|
|
595
600
|
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
596
|
-
backgroundColor: import("react-native").ColorValue
|
|
601
|
+
backgroundColor: import("react-native").ColorValue;
|
|
597
602
|
borderBlockColor?: import("react-native").ColorValue | undefined;
|
|
598
603
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
599
604
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
@@ -602,13 +607,13 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
602
607
|
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
603
608
|
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
604
609
|
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
605
|
-
borderColor
|
|
610
|
+
borderColor?: import("react-native").ColorValue | undefined;
|
|
606
611
|
borderCurve?: "circular" | "continuous" | undefined;
|
|
607
612
|
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
608
613
|
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
609
614
|
borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
610
615
|
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
611
|
-
borderRadius
|
|
616
|
+
borderRadius: import("react-native").AnimatableNumericValue;
|
|
612
617
|
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
613
618
|
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
614
619
|
borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -622,10 +627,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
622
627
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
623
628
|
elevation?: number | undefined;
|
|
624
629
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
625
|
-
alignContent?: "
|
|
626
|
-
alignItems
|
|
630
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
631
|
+
alignItems: import("react-native").FlexAlignType;
|
|
627
632
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
628
|
-
aspectRatio?:
|
|
633
|
+
aspectRatio?: number | string | undefined;
|
|
629
634
|
borderBottomWidth?: number | undefined;
|
|
630
635
|
borderEndWidth?: number | undefined;
|
|
631
636
|
borderLeftWidth?: number | undefined;
|
|
@@ -646,7 +651,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
646
651
|
flexShrink?: number | undefined;
|
|
647
652
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
648
653
|
height?: DimensionValue | undefined;
|
|
649
|
-
justifyContent
|
|
654
|
+
justifyContent: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
|
|
650
655
|
left?: DimensionValue | undefined;
|
|
651
656
|
margin?: DimensionValue | undefined;
|
|
652
657
|
marginBottom?: DimensionValue | undefined;
|
|
@@ -661,11 +666,11 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
661
666
|
maxWidth?: DimensionValue | undefined;
|
|
662
667
|
minHeight?: DimensionValue | undefined;
|
|
663
668
|
minWidth?: DimensionValue | undefined;
|
|
664
|
-
overflow
|
|
669
|
+
overflow: "visible" | "hidden" | "scroll";
|
|
665
670
|
padding?: DimensionValue | undefined;
|
|
666
671
|
paddingBottom?: DimensionValue | undefined;
|
|
667
672
|
paddingEnd?: DimensionValue | undefined;
|
|
668
|
-
paddingHorizontal
|
|
673
|
+
paddingHorizontal: DimensionValue;
|
|
669
674
|
paddingLeft?: DimensionValue | undefined;
|
|
670
675
|
paddingRight?: DimensionValue | undefined;
|
|
671
676
|
paddingStart?: DimensionValue | undefined;
|
|
@@ -675,7 +680,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
675
680
|
right?: DimensionValue | undefined;
|
|
676
681
|
start?: DimensionValue | undefined;
|
|
677
682
|
top?: DimensionValue | undefined;
|
|
678
|
-
width
|
|
683
|
+
width: DimensionValue;
|
|
679
684
|
zIndex?: number | undefined;
|
|
680
685
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
681
686
|
shadowColor?: import("react-native").ColorValue | undefined;
|
|
@@ -686,27 +691,24 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
686
691
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
687
692
|
shadowRadius?: number | undefined;
|
|
688
693
|
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;
|
|
689
|
-
transformMatrix?: number
|
|
694
|
+
transformMatrix?: Array<number> | undefined;
|
|
690
695
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
691
696
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
692
697
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
693
698
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
694
699
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
695
|
-
textAlignVertical?: "auto" | "center" | "bottom" | "top" | undefined;
|
|
696
|
-
verticalAlign?: "auto" | "bottom" | "top" | "middle" | undefined;
|
|
697
|
-
includeFontPadding?: boolean | undefined;
|
|
698
700
|
};
|
|
699
701
|
modalTitle: {
|
|
700
702
|
color: import("react-native").ColorValue;
|
|
701
703
|
fontFamily?: string | undefined;
|
|
702
704
|
fontSize: number;
|
|
703
705
|
fontStyle?: "normal" | "italic" | undefined;
|
|
704
|
-
fontWeight: "bold" | "
|
|
706
|
+
fontWeight: "bold" | "normal" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
|
|
705
707
|
letterSpacing?: number | undefined;
|
|
706
708
|
lineHeight?: number | undefined;
|
|
707
|
-
textAlign?: "auto" | "
|
|
709
|
+
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
708
710
|
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
709
|
-
textDecorationStyle?: "solid" | "
|
|
711
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
710
712
|
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
711
713
|
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
712
714
|
textShadowOffset?: {
|
|
@@ -748,10 +750,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
748
750
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
749
751
|
elevation?: number | undefined;
|
|
750
752
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
751
|
-
alignContent?: "
|
|
753
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
752
754
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
753
755
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
754
|
-
aspectRatio?:
|
|
756
|
+
aspectRatio?: number | string | undefined;
|
|
755
757
|
borderBottomWidth?: number | undefined;
|
|
756
758
|
borderEndWidth?: number | undefined;
|
|
757
759
|
borderLeftWidth?: number | undefined;
|
|
@@ -772,7 +774,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
772
774
|
flexShrink?: number | undefined;
|
|
773
775
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
774
776
|
height?: DimensionValue | undefined;
|
|
775
|
-
justifyContent?: "
|
|
777
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
776
778
|
left?: DimensionValue | undefined;
|
|
777
779
|
margin?: DimensionValue | undefined;
|
|
778
780
|
marginBottom: DimensionValue;
|
|
@@ -812,14 +814,14 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
812
814
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
813
815
|
shadowRadius?: number | undefined;
|
|
814
816
|
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;
|
|
815
|
-
transformMatrix?: number
|
|
817
|
+
transformMatrix?: Array<number> | undefined;
|
|
816
818
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
817
819
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
818
820
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
819
821
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
820
822
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
821
|
-
textAlignVertical?: "auto" | "
|
|
822
|
-
verticalAlign?: "auto" | "
|
|
823
|
+
textAlignVertical?: "auto" | "top" | "bottom" | "center" | undefined;
|
|
824
|
+
verticalAlign?: "auto" | "top" | "bottom" | "middle" | undefined;
|
|
823
825
|
includeFontPadding?: boolean | undefined;
|
|
824
826
|
};
|
|
825
827
|
timerPickerStyles: {
|
|
@@ -854,10 +856,10 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
854
856
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
855
857
|
elevation?: number | undefined;
|
|
856
858
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
857
|
-
alignContent?: "
|
|
859
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | undefined;
|
|
858
860
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
859
861
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
860
|
-
aspectRatio?:
|
|
862
|
+
aspectRatio?: number | string | undefined;
|
|
861
863
|
borderBottomWidth?: number | undefined;
|
|
862
864
|
borderEndWidth?: number | undefined;
|
|
863
865
|
borderLeftWidth?: number | undefined;
|
|
@@ -878,7 +880,7 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
878
880
|
flexShrink?: number | undefined;
|
|
879
881
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
880
882
|
height?: DimensionValue | undefined;
|
|
881
|
-
justifyContent?: "
|
|
883
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
882
884
|
left?: DimensionValue | undefined;
|
|
883
885
|
margin?: DimensionValue | undefined;
|
|
884
886
|
marginBottom?: DimensionValue | undefined;
|
|
@@ -918,31 +920,33 @@ export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles
|
|
|
918
920
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
919
921
|
shadowRadius?: number | undefined;
|
|
920
922
|
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;
|
|
921
|
-
transformMatrix?: number
|
|
923
|
+
transformMatrix?: Array<number> | undefined;
|
|
922
924
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
923
925
|
scaleX?: import("react-native").AnimatableNumericValue | undefined;
|
|
924
926
|
scaleY?: import("react-native").AnimatableNumericValue | undefined;
|
|
925
927
|
translateX?: import("react-native").AnimatableNumericValue | undefined;
|
|
926
928
|
translateY?: import("react-native").AnimatableNumericValue | undefined;
|
|
927
929
|
};
|
|
928
|
-
backgroundColor?: string
|
|
929
|
-
disabledPickerContainer?: ViewStyle
|
|
930
|
-
disabledPickerItem?: TextStyle
|
|
931
|
-
durationScrollFlatList?: ViewStyle
|
|
932
|
-
durationScrollFlatListContainer?: ViewStyle
|
|
933
|
-
durationScrollFlatListContentContainer?: ViewStyle
|
|
934
|
-
labelOffsetPercentage?: number
|
|
935
|
-
pickerAmPmContainer?: ViewStyle
|
|
936
|
-
pickerAmPmLabel?: TextStyle
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
930
|
+
backgroundColor?: string;
|
|
931
|
+
disabledPickerContainer?: ViewStyle;
|
|
932
|
+
disabledPickerItem?: TextStyle;
|
|
933
|
+
durationScrollFlatList?: ViewStyle;
|
|
934
|
+
durationScrollFlatListContainer?: ViewStyle;
|
|
935
|
+
durationScrollFlatListContentContainer?: ViewStyle;
|
|
936
|
+
labelOffsetPercentage?: number;
|
|
937
|
+
pickerAmPmContainer?: ViewStyle;
|
|
938
|
+
pickerAmPmLabel?: TextStyle;
|
|
939
|
+
pickerColumnWidth?: import("../TimerPicker/styles").PerColumnValue;
|
|
940
|
+
pickerGradientOverlay?: ViewStyle;
|
|
941
|
+
pickerItem?: TextStyle;
|
|
942
|
+
pickerItemContainer?: ViewStyle & {
|
|
943
|
+
height?: number;
|
|
944
|
+
};
|
|
945
|
+
pickerLabel?: TextStyle;
|
|
946
|
+
pickerLabelContainer?: ViewStyle;
|
|
947
|
+
pickerLabelGap?: import("../TimerPicker/styles").PerColumnValue;
|
|
948
|
+
selectedPickerItem?: TextStyle;
|
|
949
|
+
text?: TextStyle;
|
|
950
|
+
theme?: "light" | "dark";
|
|
947
951
|
};
|
|
948
952
|
};
|