@tamagui/progress 1.73.1 → 1.73.2
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/package.json +7 -7
- package/types/Progress.d.ts +33 -883
- package/types/Progress.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/progress",
|
|
3
|
-
"version": "1.73.
|
|
3
|
+
"version": "1.73.2",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/compose-refs": "1.73.
|
|
35
|
-
"@tamagui/core": "1.73.
|
|
36
|
-
"@tamagui/create-context": "1.73.
|
|
37
|
-
"@tamagui/get-token": "1.73.
|
|
38
|
-
"@tamagui/stacks": "1.73.
|
|
34
|
+
"@tamagui/compose-refs": "1.73.2",
|
|
35
|
+
"@tamagui/core": "1.73.2",
|
|
36
|
+
"@tamagui/create-context": "1.73.2",
|
|
37
|
+
"@tamagui/get-token": "1.73.2",
|
|
38
|
+
"@tamagui/stacks": "1.73.2"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "*",
|
|
42
42
|
"react-native": "*"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tamagui/build": "1.73.
|
|
45
|
+
"@tamagui/build": "1.73.2",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-native": "^0.72.1"
|
|
48
48
|
},
|
package/types/Progress.d.ts
CHANGED
|
@@ -1,32 +1,7 @@
|
|
|
1
1
|
import { GetProps } from '@tamagui/core';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
declare const createProgressScope: import("@tamagui/create-context").CreateScope;
|
|
4
|
-
export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
5
|
-
target?: string | undefined;
|
|
6
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
7
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
8
|
-
dangerouslySetInnerHTML?: {
|
|
9
|
-
__html: string;
|
|
10
|
-
} | undefined;
|
|
11
|
-
children?: any;
|
|
12
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
13
|
-
disabled?: boolean | undefined;
|
|
14
|
-
className?: string | undefined;
|
|
15
|
-
themeShallow?: boolean | undefined;
|
|
16
|
-
id?: string | undefined;
|
|
17
|
-
tag?: string | undefined;
|
|
18
|
-
theme?: string | null | undefined;
|
|
19
|
-
group?: undefined;
|
|
20
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
21
|
-
componentName?: string | undefined;
|
|
22
|
-
tabIndex?: string | number | undefined;
|
|
23
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
24
|
-
disableOptimization?: boolean | undefined;
|
|
25
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
26
|
-
disableClassName?: boolean | undefined;
|
|
27
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
28
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
29
|
-
} & {
|
|
4
|
+
export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
30
5
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
31
6
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
32
7
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -45,32 +20,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
45
20
|
readonly chromeless?: boolean | "all" | undefined;
|
|
46
21
|
}, "unstyled"> & {
|
|
47
22
|
readonly unstyled?: boolean | undefined;
|
|
48
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
49
|
-
target?: string | undefined;
|
|
50
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
51
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
52
|
-
dangerouslySetInnerHTML?: {
|
|
53
|
-
__html: string;
|
|
54
|
-
} | undefined;
|
|
55
|
-
children?: any;
|
|
56
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
57
|
-
disabled?: boolean | undefined;
|
|
58
|
-
className?: string | undefined;
|
|
59
|
-
themeShallow?: boolean | undefined;
|
|
60
|
-
id?: string | undefined;
|
|
61
|
-
tag?: string | undefined;
|
|
62
|
-
theme?: string | null | undefined;
|
|
63
|
-
group?: undefined;
|
|
64
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
65
|
-
componentName?: string | undefined;
|
|
66
|
-
tabIndex?: string | number | undefined;
|
|
67
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
68
|
-
disableOptimization?: boolean | undefined;
|
|
69
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
70
|
-
disableClassName?: boolean | undefined;
|
|
71
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
72
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
73
|
-
} & {
|
|
23
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
74
24
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
75
25
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
76
26
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -89,32 +39,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
89
39
|
readonly chromeless?: boolean | "all" | undefined;
|
|
90
40
|
}, "unstyled"> & {
|
|
91
41
|
readonly unstyled?: boolean | undefined;
|
|
92
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
93
|
-
target?: string | undefined;
|
|
94
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
95
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
96
|
-
dangerouslySetInnerHTML?: {
|
|
97
|
-
__html: string;
|
|
98
|
-
} | undefined;
|
|
99
|
-
children?: any;
|
|
100
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
101
|
-
disabled?: boolean | undefined;
|
|
102
|
-
className?: string | undefined;
|
|
103
|
-
themeShallow?: boolean | undefined;
|
|
104
|
-
id?: string | undefined;
|
|
105
|
-
tag?: string | undefined;
|
|
106
|
-
theme?: string | null | undefined;
|
|
107
|
-
group?: undefined;
|
|
108
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
109
|
-
componentName?: string | undefined;
|
|
110
|
-
tabIndex?: string | number | undefined;
|
|
111
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
112
|
-
disableOptimization?: boolean | undefined;
|
|
113
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
114
|
-
disableClassName?: boolean | undefined;
|
|
115
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
116
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
117
|
-
} & {
|
|
42
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
118
43
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
119
44
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
120
45
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -133,32 +58,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
133
58
|
readonly chromeless?: boolean | "all" | undefined;
|
|
134
59
|
}, "unstyled"> & {
|
|
135
60
|
readonly unstyled?: boolean | undefined;
|
|
136
|
-
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
137
|
-
target?: string | undefined;
|
|
138
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
139
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
140
|
-
dangerouslySetInnerHTML?: {
|
|
141
|
-
__html: string;
|
|
142
|
-
} | undefined;
|
|
143
|
-
children?: any;
|
|
144
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
145
|
-
disabled?: boolean | undefined;
|
|
146
|
-
className?: string | undefined;
|
|
147
|
-
themeShallow?: boolean | undefined;
|
|
148
|
-
id?: string | undefined;
|
|
149
|
-
tag?: string | undefined;
|
|
150
|
-
theme?: string | null | undefined;
|
|
151
|
-
group?: undefined;
|
|
152
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
153
|
-
componentName?: string | undefined;
|
|
154
|
-
tabIndex?: string | number | undefined;
|
|
155
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
156
|
-
disableOptimization?: boolean | undefined;
|
|
157
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
158
|
-
disableClassName?: boolean | undefined;
|
|
159
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
160
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
161
|
-
} & {
|
|
61
|
+
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
162
62
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
163
63
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
164
64
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -179,59 +79,9 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
179
79
|
readonly unstyled?: boolean | undefined;
|
|
180
80
|
}, {
|
|
181
81
|
displayName: string | undefined;
|
|
182
|
-
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
183
|
-
target?: string | undefined;
|
|
184
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
185
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
186
|
-
dangerouslySetInnerHTML?: {
|
|
187
|
-
__html: string;
|
|
188
|
-
} | undefined;
|
|
189
|
-
children?: any;
|
|
190
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
191
|
-
disabled?: boolean | undefined;
|
|
192
|
-
className?: string | undefined;
|
|
193
|
-
themeShallow?: boolean | undefined;
|
|
194
|
-
id?: string | undefined;
|
|
195
|
-
tag?: string | undefined;
|
|
196
|
-
theme?: string | null | undefined;
|
|
197
|
-
group?: undefined;
|
|
198
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
199
|
-
componentName?: string | undefined;
|
|
200
|
-
tabIndex?: string | number | undefined;
|
|
201
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
202
|
-
disableOptimization?: boolean | undefined;
|
|
203
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
204
|
-
disableClassName?: boolean | undefined;
|
|
205
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
206
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
207
|
-
} & {
|
|
82
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
208
83
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
209
84
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
210
|
-
target?: string | undefined;
|
|
211
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
212
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
213
|
-
dangerouslySetInnerHTML?: {
|
|
214
|
-
__html: string;
|
|
215
|
-
} | undefined;
|
|
216
|
-
children?: any;
|
|
217
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
218
|
-
disabled?: boolean | undefined;
|
|
219
|
-
className?: string | undefined;
|
|
220
|
-
themeShallow?: boolean | undefined;
|
|
221
|
-
id?: string | undefined;
|
|
222
|
-
tag?: string | undefined;
|
|
223
|
-
theme?: string | null | undefined;
|
|
224
|
-
group?: undefined;
|
|
225
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
226
|
-
componentName?: string | undefined;
|
|
227
|
-
tabIndex?: string | number | undefined;
|
|
228
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
229
|
-
disableOptimization?: boolean | undefined;
|
|
230
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
231
|
-
disableClassName?: boolean | undefined;
|
|
232
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
233
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
234
|
-
} & {
|
|
235
85
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
236
86
|
};
|
|
237
87
|
__variantProps: {
|
|
@@ -255,32 +105,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
255
105
|
};
|
|
256
106
|
}>;
|
|
257
107
|
type ProgressIndicatorProps = GetProps<typeof ProgressIndicatorFrame>;
|
|
258
|
-
declare const ProgressIndicator: import("@tamagui/core").ReactComponentWithRef<Object & Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
259
|
-
target?: string | undefined;
|
|
260
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
261
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
262
|
-
dangerouslySetInnerHTML?: {
|
|
263
|
-
__html: string;
|
|
264
|
-
} | undefined;
|
|
265
|
-
children?: any;
|
|
266
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
267
|
-
disabled?: boolean | undefined;
|
|
268
|
-
className?: string | undefined;
|
|
269
|
-
themeShallow?: boolean | undefined;
|
|
270
|
-
id?: string | undefined;
|
|
271
|
-
tag?: string | undefined;
|
|
272
|
-
theme?: string | null | undefined;
|
|
273
|
-
group?: undefined;
|
|
274
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
275
|
-
componentName?: string | undefined;
|
|
276
|
-
tabIndex?: string | number | undefined;
|
|
277
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
278
|
-
disableOptimization?: boolean | undefined;
|
|
279
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
280
|
-
disableClassName?: boolean | undefined;
|
|
281
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
282
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
283
|
-
} & {
|
|
108
|
+
declare const ProgressIndicator: import("@tamagui/core").ReactComponentWithRef<Object & Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
284
109
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
285
110
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
286
111
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -299,32 +124,7 @@ declare const ProgressIndicator: import("@tamagui/core").ReactComponentWithRef<O
|
|
|
299
124
|
readonly chromeless?: boolean | "all" | undefined;
|
|
300
125
|
}, "unstyled"> & {
|
|
301
126
|
readonly unstyled?: boolean | undefined;
|
|
302
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
303
|
-
target?: string | undefined;
|
|
304
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
305
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
306
|
-
dangerouslySetInnerHTML?: {
|
|
307
|
-
__html: string;
|
|
308
|
-
} | undefined;
|
|
309
|
-
children?: any;
|
|
310
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
311
|
-
disabled?: boolean | undefined;
|
|
312
|
-
className?: string | undefined;
|
|
313
|
-
themeShallow?: boolean | undefined;
|
|
314
|
-
id?: string | undefined;
|
|
315
|
-
tag?: string | undefined;
|
|
316
|
-
theme?: string | null | undefined;
|
|
317
|
-
group?: undefined;
|
|
318
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
319
|
-
componentName?: string | undefined;
|
|
320
|
-
tabIndex?: string | number | undefined;
|
|
321
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
322
|
-
disableOptimization?: boolean | undefined;
|
|
323
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
324
|
-
disableClassName?: boolean | undefined;
|
|
325
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
326
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
327
|
-
} & {
|
|
127
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
328
128
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
329
129
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
330
130
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -343,32 +143,7 @@ declare const ProgressIndicator: import("@tamagui/core").ReactComponentWithRef<O
|
|
|
343
143
|
readonly chromeless?: boolean | "all" | undefined;
|
|
344
144
|
}, "unstyled"> & {
|
|
345
145
|
readonly unstyled?: boolean | undefined;
|
|
346
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
347
|
-
target?: string | undefined;
|
|
348
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
349
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
350
|
-
dangerouslySetInnerHTML?: {
|
|
351
|
-
__html: string;
|
|
352
|
-
} | undefined;
|
|
353
|
-
children?: any;
|
|
354
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
355
|
-
disabled?: boolean | undefined;
|
|
356
|
-
className?: string | undefined;
|
|
357
|
-
themeShallow?: boolean | undefined;
|
|
358
|
-
id?: string | undefined;
|
|
359
|
-
tag?: string | undefined;
|
|
360
|
-
theme?: string | null | undefined;
|
|
361
|
-
group?: undefined;
|
|
362
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
363
|
-
componentName?: string | undefined;
|
|
364
|
-
tabIndex?: string | number | undefined;
|
|
365
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
366
|
-
disableOptimization?: boolean | undefined;
|
|
367
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
368
|
-
disableClassName?: boolean | undefined;
|
|
369
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
370
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
371
|
-
} & {
|
|
146
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
372
147
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
373
148
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
374
149
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -389,32 +164,7 @@ declare const ProgressIndicator: import("@tamagui/core").ReactComponentWithRef<O
|
|
|
389
164
|
readonly unstyled?: boolean | undefined;
|
|
390
165
|
}>>, keyof Object>, import("@tamagui/core").TamaguiElement> & {
|
|
391
166
|
staticConfig: import("@tamagui/core").StaticConfig;
|
|
392
|
-
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
393
|
-
target?: string | undefined;
|
|
394
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
395
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
396
|
-
dangerouslySetInnerHTML?: {
|
|
397
|
-
__html: string;
|
|
398
|
-
} | undefined;
|
|
399
|
-
children?: any;
|
|
400
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
401
|
-
disabled?: boolean | undefined;
|
|
402
|
-
className?: string | undefined;
|
|
403
|
-
themeShallow?: boolean | undefined;
|
|
404
|
-
id?: string | undefined;
|
|
405
|
-
tag?: string | undefined;
|
|
406
|
-
theme?: string | null | undefined;
|
|
407
|
-
group?: undefined;
|
|
408
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
409
|
-
componentName?: string | undefined;
|
|
410
|
-
tabIndex?: string | number | undefined;
|
|
411
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
412
|
-
disableOptimization?: boolean | undefined;
|
|
413
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
414
|
-
disableClassName?: boolean | undefined;
|
|
415
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
416
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
417
|
-
} & {
|
|
167
|
+
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
418
168
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
419
169
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
420
170
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -433,32 +183,7 @@ declare const ProgressIndicator: import("@tamagui/core").ReactComponentWithRef<O
|
|
|
433
183
|
readonly chromeless?: boolean | "all" | undefined;
|
|
434
184
|
}, "unstyled"> & {
|
|
435
185
|
readonly unstyled?: boolean | undefined;
|
|
436
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
437
|
-
target?: string | undefined;
|
|
438
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
439
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
440
|
-
dangerouslySetInnerHTML?: {
|
|
441
|
-
__html: string;
|
|
442
|
-
} | undefined;
|
|
443
|
-
children?: any;
|
|
444
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
445
|
-
disabled?: boolean | undefined;
|
|
446
|
-
className?: string | undefined;
|
|
447
|
-
themeShallow?: boolean | undefined;
|
|
448
|
-
id?: string | undefined;
|
|
449
|
-
tag?: string | undefined;
|
|
450
|
-
theme?: string | null | undefined;
|
|
451
|
-
group?: undefined;
|
|
452
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
453
|
-
componentName?: string | undefined;
|
|
454
|
-
tabIndex?: string | number | undefined;
|
|
455
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
456
|
-
disableOptimization?: boolean | undefined;
|
|
457
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
458
|
-
disableClassName?: boolean | undefined;
|
|
459
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
460
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
461
|
-
} & {
|
|
186
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
462
187
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
463
188
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
464
189
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -477,32 +202,7 @@ declare const ProgressIndicator: import("@tamagui/core").ReactComponentWithRef<O
|
|
|
477
202
|
readonly chromeless?: boolean | "all" | undefined;
|
|
478
203
|
}, "unstyled"> & {
|
|
479
204
|
readonly unstyled?: boolean | undefined;
|
|
480
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
481
|
-
target?: string | undefined;
|
|
482
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
483
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
484
|
-
dangerouslySetInnerHTML?: {
|
|
485
|
-
__html: string;
|
|
486
|
-
} | undefined;
|
|
487
|
-
children?: any;
|
|
488
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
489
|
-
disabled?: boolean | undefined;
|
|
490
|
-
className?: string | undefined;
|
|
491
|
-
themeShallow?: boolean | undefined;
|
|
492
|
-
id?: string | undefined;
|
|
493
|
-
tag?: string | undefined;
|
|
494
|
-
theme?: string | null | undefined;
|
|
495
|
-
group?: undefined;
|
|
496
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
497
|
-
componentName?: string | undefined;
|
|
498
|
-
tabIndex?: string | number | undefined;
|
|
499
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
500
|
-
disableOptimization?: boolean | undefined;
|
|
501
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
502
|
-
disableClassName?: boolean | undefined;
|
|
503
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
504
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
505
|
-
} & {
|
|
205
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
506
206
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
507
207
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
508
208
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -523,32 +223,7 @@ declare const ProgressIndicator: import("@tamagui/core").ReactComponentWithRef<O
|
|
|
523
223
|
readonly unstyled?: boolean | undefined;
|
|
524
224
|
}>>, import("@tamagui/core").TamaguiElement>;
|
|
525
225
|
};
|
|
526
|
-
export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
527
|
-
target?: string | undefined;
|
|
528
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
529
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
530
|
-
dangerouslySetInnerHTML?: {
|
|
531
|
-
__html: string;
|
|
532
|
-
} | undefined;
|
|
533
|
-
children?: any;
|
|
534
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
535
|
-
disabled?: boolean | undefined;
|
|
536
|
-
className?: string | undefined;
|
|
537
|
-
themeShallow?: boolean | undefined;
|
|
538
|
-
id?: string | undefined;
|
|
539
|
-
tag?: string | undefined;
|
|
540
|
-
theme?: string | null | undefined;
|
|
541
|
-
group?: undefined;
|
|
542
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
543
|
-
componentName?: string | undefined;
|
|
544
|
-
tabIndex?: string | number | undefined;
|
|
545
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
546
|
-
disableOptimization?: boolean | undefined;
|
|
547
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
548
|
-
disableClassName?: boolean | undefined;
|
|
549
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
550
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
551
|
-
} & {
|
|
226
|
+
export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
552
227
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
553
228
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
554
229
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -568,32 +243,7 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
568
243
|
}, "size" | "unstyled"> & {
|
|
569
244
|
readonly unstyled?: boolean | undefined;
|
|
570
245
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
571
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
572
|
-
target?: string | undefined;
|
|
573
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
574
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
575
|
-
dangerouslySetInnerHTML?: {
|
|
576
|
-
__html: string;
|
|
577
|
-
} | undefined;
|
|
578
|
-
children?: any;
|
|
579
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
580
|
-
disabled?: boolean | undefined;
|
|
581
|
-
className?: string | undefined;
|
|
582
|
-
themeShallow?: boolean | undefined;
|
|
583
|
-
id?: string | undefined;
|
|
584
|
-
tag?: string | undefined;
|
|
585
|
-
theme?: string | null | undefined;
|
|
586
|
-
group?: undefined;
|
|
587
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
588
|
-
componentName?: string | undefined;
|
|
589
|
-
tabIndex?: string | number | undefined;
|
|
590
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
591
|
-
disableOptimization?: boolean | undefined;
|
|
592
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
593
|
-
disableClassName?: boolean | undefined;
|
|
594
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
595
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
596
|
-
} & {
|
|
246
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
597
247
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
598
248
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
599
249
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -613,32 +263,7 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
613
263
|
}, "size" | "unstyled"> & {
|
|
614
264
|
readonly unstyled?: boolean | undefined;
|
|
615
265
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
616
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
617
|
-
target?: string | undefined;
|
|
618
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
619
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
620
|
-
dangerouslySetInnerHTML?: {
|
|
621
|
-
__html: string;
|
|
622
|
-
} | undefined;
|
|
623
|
-
children?: any;
|
|
624
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
625
|
-
disabled?: boolean | undefined;
|
|
626
|
-
className?: string | undefined;
|
|
627
|
-
themeShallow?: boolean | undefined;
|
|
628
|
-
id?: string | undefined;
|
|
629
|
-
tag?: string | undefined;
|
|
630
|
-
theme?: string | null | undefined;
|
|
631
|
-
group?: undefined;
|
|
632
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
633
|
-
componentName?: string | undefined;
|
|
634
|
-
tabIndex?: string | number | undefined;
|
|
635
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
636
|
-
disableOptimization?: boolean | undefined;
|
|
637
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
638
|
-
disableClassName?: boolean | undefined;
|
|
639
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
640
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
641
|
-
} & {
|
|
266
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
642
267
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
643
268
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
644
269
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -658,32 +283,7 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
658
283
|
}, "size" | "unstyled"> & {
|
|
659
284
|
readonly unstyled?: boolean | undefined;
|
|
660
285
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
661
|
-
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
662
|
-
target?: string | undefined;
|
|
663
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
664
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
665
|
-
dangerouslySetInnerHTML?: {
|
|
666
|
-
__html: string;
|
|
667
|
-
} | undefined;
|
|
668
|
-
children?: any;
|
|
669
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
670
|
-
disabled?: boolean | undefined;
|
|
671
|
-
className?: string | undefined;
|
|
672
|
-
themeShallow?: boolean | undefined;
|
|
673
|
-
id?: string | undefined;
|
|
674
|
-
tag?: string | undefined;
|
|
675
|
-
theme?: string | null | undefined;
|
|
676
|
-
group?: undefined;
|
|
677
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
678
|
-
componentName?: string | undefined;
|
|
679
|
-
tabIndex?: string | number | undefined;
|
|
680
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
681
|
-
disableOptimization?: boolean | undefined;
|
|
682
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
683
|
-
disableClassName?: boolean | undefined;
|
|
684
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
685
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
686
|
-
} & {
|
|
286
|
+
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
687
287
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
688
288
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
689
289
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -705,59 +305,9 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
705
305
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
706
306
|
}, {
|
|
707
307
|
displayName: string | undefined;
|
|
708
|
-
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
709
|
-
target?: string | undefined;
|
|
710
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
711
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
712
|
-
dangerouslySetInnerHTML?: {
|
|
713
|
-
__html: string;
|
|
714
|
-
} | undefined;
|
|
715
|
-
children?: any;
|
|
716
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
717
|
-
disabled?: boolean | undefined;
|
|
718
|
-
className?: string | undefined;
|
|
719
|
-
themeShallow?: boolean | undefined;
|
|
720
|
-
id?: string | undefined;
|
|
721
|
-
tag?: string | undefined;
|
|
722
|
-
theme?: string | null | undefined;
|
|
723
|
-
group?: undefined;
|
|
724
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
725
|
-
componentName?: string | undefined;
|
|
726
|
-
tabIndex?: string | number | undefined;
|
|
727
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
728
|
-
disableOptimization?: boolean | undefined;
|
|
729
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
730
|
-
disableClassName?: boolean | undefined;
|
|
731
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
732
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
733
|
-
} & {
|
|
308
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
734
309
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
735
310
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
736
|
-
target?: string | undefined;
|
|
737
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
738
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
739
|
-
dangerouslySetInnerHTML?: {
|
|
740
|
-
__html: string;
|
|
741
|
-
} | undefined;
|
|
742
|
-
children?: any;
|
|
743
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
744
|
-
disabled?: boolean | undefined;
|
|
745
|
-
className?: string | undefined;
|
|
746
|
-
themeShallow?: boolean | undefined;
|
|
747
|
-
id?: string | undefined;
|
|
748
|
-
tag?: string | undefined;
|
|
749
|
-
theme?: string | null | undefined;
|
|
750
|
-
group?: undefined;
|
|
751
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
752
|
-
componentName?: string | undefined;
|
|
753
|
-
tabIndex?: string | number | undefined;
|
|
754
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
755
|
-
disableOptimization?: boolean | undefined;
|
|
756
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
757
|
-
disableClassName?: boolean | undefined;
|
|
758
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
759
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
760
|
-
} & {
|
|
761
311
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
762
312
|
};
|
|
763
313
|
__variantProps: {
|
|
@@ -785,32 +335,7 @@ type ProgressProps = GetProps<typeof ProgressFrame> & {
|
|
|
785
335
|
max?: number;
|
|
786
336
|
getValueLabel?(value: number, max: number): string;
|
|
787
337
|
};
|
|
788
|
-
declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
789
|
-
target?: string | undefined;
|
|
790
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
791
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
792
|
-
dangerouslySetInnerHTML?: {
|
|
793
|
-
__html: string;
|
|
794
|
-
} | undefined;
|
|
795
|
-
children?: any;
|
|
796
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
797
|
-
disabled?: boolean | undefined;
|
|
798
|
-
className?: string | undefined;
|
|
799
|
-
themeShallow?: boolean | undefined;
|
|
800
|
-
id?: string | undefined;
|
|
801
|
-
tag?: string | undefined;
|
|
802
|
-
theme?: string | null | undefined;
|
|
803
|
-
group?: undefined;
|
|
804
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
805
|
-
componentName?: string | undefined;
|
|
806
|
-
tabIndex?: string | number | undefined;
|
|
807
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
808
|
-
disableOptimization?: boolean | undefined;
|
|
809
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
810
|
-
disableClassName?: boolean | undefined;
|
|
811
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
812
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
813
|
-
} & {
|
|
338
|
+
declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
814
339
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
815
340
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
816
341
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -830,32 +355,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
830
355
|
}, "size" | "unstyled"> & {
|
|
831
356
|
readonly unstyled?: boolean | undefined;
|
|
832
357
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
833
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
834
|
-
target?: string | undefined;
|
|
835
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
836
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
837
|
-
dangerouslySetInnerHTML?: {
|
|
838
|
-
__html: string;
|
|
839
|
-
} | undefined;
|
|
840
|
-
children?: any;
|
|
841
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
842
|
-
disabled?: boolean | undefined;
|
|
843
|
-
className?: string | undefined;
|
|
844
|
-
themeShallow?: boolean | undefined;
|
|
845
|
-
id?: string | undefined;
|
|
846
|
-
tag?: string | undefined;
|
|
847
|
-
theme?: string | null | undefined;
|
|
848
|
-
group?: undefined;
|
|
849
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
850
|
-
componentName?: string | undefined;
|
|
851
|
-
tabIndex?: string | number | undefined;
|
|
852
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
853
|
-
disableOptimization?: boolean | undefined;
|
|
854
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
855
|
-
disableClassName?: boolean | undefined;
|
|
856
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
857
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
858
|
-
} & {
|
|
358
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
859
359
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
860
360
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
861
361
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -875,32 +375,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
875
375
|
}, "size" | "unstyled"> & {
|
|
876
376
|
readonly unstyled?: boolean | undefined;
|
|
877
377
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
878
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
879
|
-
target?: string | undefined;
|
|
880
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
881
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
882
|
-
dangerouslySetInnerHTML?: {
|
|
883
|
-
__html: string;
|
|
884
|
-
} | undefined;
|
|
885
|
-
children?: any;
|
|
886
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
887
|
-
disabled?: boolean | undefined;
|
|
888
|
-
className?: string | undefined;
|
|
889
|
-
themeShallow?: boolean | undefined;
|
|
890
|
-
id?: string | undefined;
|
|
891
|
-
tag?: string | undefined;
|
|
892
|
-
theme?: string | null | undefined;
|
|
893
|
-
group?: undefined;
|
|
894
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
895
|
-
componentName?: string | undefined;
|
|
896
|
-
tabIndex?: string | number | undefined;
|
|
897
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
898
|
-
disableOptimization?: boolean | undefined;
|
|
899
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
900
|
-
disableClassName?: boolean | undefined;
|
|
901
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
902
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
903
|
-
} & {
|
|
378
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
904
379
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
905
380
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
906
381
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -924,32 +399,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
924
399
|
value?: number | null | undefined;
|
|
925
400
|
max?: number | undefined;
|
|
926
401
|
getValueLabel?(value: number, max: number): string;
|
|
927
|
-
} & Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
928
|
-
target?: string | undefined;
|
|
929
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
930
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
931
|
-
dangerouslySetInnerHTML?: {
|
|
932
|
-
__html: string;
|
|
933
|
-
} | undefined;
|
|
934
|
-
children?: any;
|
|
935
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
936
|
-
disabled?: boolean | undefined;
|
|
937
|
-
className?: string | undefined;
|
|
938
|
-
themeShallow?: boolean | undefined;
|
|
939
|
-
id?: string | undefined;
|
|
940
|
-
tag?: string | undefined;
|
|
941
|
-
theme?: string | null | undefined;
|
|
942
|
-
group?: undefined;
|
|
943
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
944
|
-
componentName?: string | undefined;
|
|
945
|
-
tabIndex?: string | number | undefined;
|
|
946
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
947
|
-
disableOptimization?: boolean | undefined;
|
|
948
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
949
|
-
disableClassName?: boolean | undefined;
|
|
950
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
951
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
952
|
-
} & {
|
|
402
|
+
} & Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
953
403
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
954
404
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
955
405
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -969,32 +419,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
969
419
|
}, "size" | "unstyled"> & {
|
|
970
420
|
readonly unstyled?: boolean | undefined;
|
|
971
421
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
972
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
973
|
-
target?: string | undefined;
|
|
974
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
975
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
976
|
-
dangerouslySetInnerHTML?: {
|
|
977
|
-
__html: string;
|
|
978
|
-
} | undefined;
|
|
979
|
-
children?: any;
|
|
980
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
981
|
-
disabled?: boolean | undefined;
|
|
982
|
-
className?: string | undefined;
|
|
983
|
-
themeShallow?: boolean | undefined;
|
|
984
|
-
id?: string | undefined;
|
|
985
|
-
tag?: string | undefined;
|
|
986
|
-
theme?: string | null | undefined;
|
|
987
|
-
group?: undefined;
|
|
988
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
989
|
-
componentName?: string | undefined;
|
|
990
|
-
tabIndex?: string | number | undefined;
|
|
991
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
992
|
-
disableOptimization?: boolean | undefined;
|
|
993
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
994
|
-
disableClassName?: boolean | undefined;
|
|
995
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
996
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
997
|
-
} & {
|
|
422
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
998
423
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
999
424
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1000
425
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1014,32 +439,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1014
439
|
}, "size" | "unstyled"> & {
|
|
1015
440
|
readonly unstyled?: boolean | undefined;
|
|
1016
441
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
1017
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1018
|
-
target?: string | undefined;
|
|
1019
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1020
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1021
|
-
dangerouslySetInnerHTML?: {
|
|
1022
|
-
__html: string;
|
|
1023
|
-
} | undefined;
|
|
1024
|
-
children?: any;
|
|
1025
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1026
|
-
disabled?: boolean | undefined;
|
|
1027
|
-
className?: string | undefined;
|
|
1028
|
-
themeShallow?: boolean | undefined;
|
|
1029
|
-
id?: string | undefined;
|
|
1030
|
-
tag?: string | undefined;
|
|
1031
|
-
theme?: string | null | undefined;
|
|
1032
|
-
group?: undefined;
|
|
1033
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1034
|
-
componentName?: string | undefined;
|
|
1035
|
-
tabIndex?: string | number | undefined;
|
|
1036
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1037
|
-
disableOptimization?: boolean | undefined;
|
|
1038
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1039
|
-
disableClassName?: boolean | undefined;
|
|
1040
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1041
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1042
|
-
} & {
|
|
442
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1043
443
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1044
444
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1045
445
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1059,7 +459,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1059
459
|
}, "size" | "unstyled"> & {
|
|
1060
460
|
readonly unstyled?: boolean | undefined;
|
|
1061
461
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
1062
|
-
}>>, "
|
|
462
|
+
}>>, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "elevation" | keyof {
|
|
1063
463
|
columnGap?: import("@tamagui/core").SpaceValue | undefined;
|
|
1064
464
|
contain?: import("csstype").Property.Contain | undefined;
|
|
1065
465
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
@@ -1077,32 +477,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1077
477
|
animation?: import("@tamagui/core").AnimationProp | null | undefined;
|
|
1078
478
|
animateOnly?: string[] | undefined;
|
|
1079
479
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1080
|
-
} | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "fullscreen" | keyof import("@tamagui/core").TransformStyleProps |
|
|
1081
|
-
target?: string | undefined;
|
|
1082
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1083
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1084
|
-
dangerouslySetInnerHTML?: {
|
|
1085
|
-
__html: string;
|
|
1086
|
-
} | undefined;
|
|
1087
|
-
children?: any;
|
|
1088
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1089
|
-
disabled?: boolean | undefined;
|
|
1090
|
-
className?: string | undefined;
|
|
1091
|
-
themeShallow?: boolean | undefined;
|
|
1092
|
-
id?: string | undefined;
|
|
1093
|
-
tag?: string | undefined;
|
|
1094
|
-
theme?: string | null | undefined;
|
|
1095
|
-
group?: undefined;
|
|
1096
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1097
|
-
componentName?: string | undefined;
|
|
1098
|
-
tabIndex?: string | number | undefined;
|
|
1099
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1100
|
-
disableOptimization?: boolean | undefined;
|
|
1101
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1102
|
-
disableClassName?: boolean | undefined;
|
|
1103
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1104
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1105
|
-
} & {
|
|
480
|
+
} | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "fullscreen" | keyof import("@tamagui/core").TransformStyleProps | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | keyof import("@tamagui/core").WebOnlyPressEvents | keyof import("@tamagui/core").TamaguiComponentPropsBaseBase | keyof import("@tamagui/core").RNViewProps | "size" | "unstyled" | keyof import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1106
481
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1107
482
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1108
483
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1124,32 +499,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1124
499
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
1125
500
|
}>> | "value" | "max" | "getValueLabel">, import("@tamagui/core").TamaguiElement> & {
|
|
1126
501
|
staticConfig: import("@tamagui/core").StaticConfig;
|
|
1127
|
-
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1128
|
-
target?: string | undefined;
|
|
1129
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1130
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1131
|
-
dangerouslySetInnerHTML?: {
|
|
1132
|
-
__html: string;
|
|
1133
|
-
} | undefined;
|
|
1134
|
-
children?: any;
|
|
1135
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1136
|
-
disabled?: boolean | undefined;
|
|
1137
|
-
className?: string | undefined;
|
|
1138
|
-
themeShallow?: boolean | undefined;
|
|
1139
|
-
id?: string | undefined;
|
|
1140
|
-
tag?: string | undefined;
|
|
1141
|
-
theme?: string | null | undefined;
|
|
1142
|
-
group?: undefined;
|
|
1143
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1144
|
-
componentName?: string | undefined;
|
|
1145
|
-
tabIndex?: string | number | undefined;
|
|
1146
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1147
|
-
disableOptimization?: boolean | undefined;
|
|
1148
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1149
|
-
disableClassName?: boolean | undefined;
|
|
1150
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1151
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1152
|
-
} & {
|
|
502
|
+
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1153
503
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1154
504
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1155
505
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1169,32 +519,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1169
519
|
}, "size" | "unstyled"> & {
|
|
1170
520
|
readonly unstyled?: boolean | undefined;
|
|
1171
521
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
1172
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1173
|
-
target?: string | undefined;
|
|
1174
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1175
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1176
|
-
dangerouslySetInnerHTML?: {
|
|
1177
|
-
__html: string;
|
|
1178
|
-
} | undefined;
|
|
1179
|
-
children?: any;
|
|
1180
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1181
|
-
disabled?: boolean | undefined;
|
|
1182
|
-
className?: string | undefined;
|
|
1183
|
-
themeShallow?: boolean | undefined;
|
|
1184
|
-
id?: string | undefined;
|
|
1185
|
-
tag?: string | undefined;
|
|
1186
|
-
theme?: string | null | undefined;
|
|
1187
|
-
group?: undefined;
|
|
1188
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1189
|
-
componentName?: string | undefined;
|
|
1190
|
-
tabIndex?: string | number | undefined;
|
|
1191
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1192
|
-
disableOptimization?: boolean | undefined;
|
|
1193
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1194
|
-
disableClassName?: boolean | undefined;
|
|
1195
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1196
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1197
|
-
} & {
|
|
522
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1198
523
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1199
524
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1200
525
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1214,32 +539,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1214
539
|
}, "size" | "unstyled"> & {
|
|
1215
540
|
readonly unstyled?: boolean | undefined;
|
|
1216
541
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
1217
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1218
|
-
target?: string | undefined;
|
|
1219
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1220
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1221
|
-
dangerouslySetInnerHTML?: {
|
|
1222
|
-
__html: string;
|
|
1223
|
-
} | undefined;
|
|
1224
|
-
children?: any;
|
|
1225
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1226
|
-
disabled?: boolean | undefined;
|
|
1227
|
-
className?: string | undefined;
|
|
1228
|
-
themeShallow?: boolean | undefined;
|
|
1229
|
-
id?: string | undefined;
|
|
1230
|
-
tag?: string | undefined;
|
|
1231
|
-
theme?: string | null | undefined;
|
|
1232
|
-
group?: undefined;
|
|
1233
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1234
|
-
componentName?: string | undefined;
|
|
1235
|
-
tabIndex?: string | number | undefined;
|
|
1236
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1237
|
-
disableOptimization?: boolean | undefined;
|
|
1238
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1239
|
-
disableClassName?: boolean | undefined;
|
|
1240
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1241
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1242
|
-
} & {
|
|
542
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1243
543
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1244
544
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1245
545
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1261,32 +561,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1261
561
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
1262
562
|
}>>, import("@tamagui/core").TamaguiElement>;
|
|
1263
563
|
} & {
|
|
1264
|
-
Indicator: import("@tamagui/core").ReactComponentWithRef<Object & Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1265
|
-
target?: string | undefined;
|
|
1266
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1267
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1268
|
-
dangerouslySetInnerHTML?: {
|
|
1269
|
-
__html: string;
|
|
1270
|
-
} | undefined;
|
|
1271
|
-
children?: any;
|
|
1272
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1273
|
-
disabled?: boolean | undefined;
|
|
1274
|
-
className?: string | undefined;
|
|
1275
|
-
themeShallow?: boolean | undefined;
|
|
1276
|
-
id?: string | undefined;
|
|
1277
|
-
tag?: string | undefined;
|
|
1278
|
-
theme?: string | null | undefined;
|
|
1279
|
-
group?: undefined;
|
|
1280
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1281
|
-
componentName?: string | undefined;
|
|
1282
|
-
tabIndex?: string | number | undefined;
|
|
1283
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1284
|
-
disableOptimization?: boolean | undefined;
|
|
1285
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1286
|
-
disableClassName?: boolean | undefined;
|
|
1287
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1288
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1289
|
-
} & {
|
|
564
|
+
Indicator: import("@tamagui/core").ReactComponentWithRef<Object & Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1290
565
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1291
566
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1292
567
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1305,32 +580,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1305
580
|
readonly chromeless?: boolean | "all" | undefined;
|
|
1306
581
|
}, "unstyled"> & {
|
|
1307
582
|
readonly unstyled?: boolean | undefined;
|
|
1308
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1309
|
-
target?: string | undefined;
|
|
1310
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1311
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1312
|
-
dangerouslySetInnerHTML?: {
|
|
1313
|
-
__html: string;
|
|
1314
|
-
} | undefined;
|
|
1315
|
-
children?: any;
|
|
1316
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1317
|
-
disabled?: boolean | undefined;
|
|
1318
|
-
className?: string | undefined;
|
|
1319
|
-
themeShallow?: boolean | undefined;
|
|
1320
|
-
id?: string | undefined;
|
|
1321
|
-
tag?: string | undefined;
|
|
1322
|
-
theme?: string | null | undefined;
|
|
1323
|
-
group?: undefined;
|
|
1324
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1325
|
-
componentName?: string | undefined;
|
|
1326
|
-
tabIndex?: string | number | undefined;
|
|
1327
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1328
|
-
disableOptimization?: boolean | undefined;
|
|
1329
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1330
|
-
disableClassName?: boolean | undefined;
|
|
1331
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1332
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1333
|
-
} & {
|
|
583
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1334
584
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1335
585
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1336
586
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1349,32 +599,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1349
599
|
readonly chromeless?: boolean | "all" | undefined;
|
|
1350
600
|
}, "unstyled"> & {
|
|
1351
601
|
readonly unstyled?: boolean | undefined;
|
|
1352
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1353
|
-
target?: string | undefined;
|
|
1354
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1355
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1356
|
-
dangerouslySetInnerHTML?: {
|
|
1357
|
-
__html: string;
|
|
1358
|
-
} | undefined;
|
|
1359
|
-
children?: any;
|
|
1360
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1361
|
-
disabled?: boolean | undefined;
|
|
1362
|
-
className?: string | undefined;
|
|
1363
|
-
themeShallow?: boolean | undefined;
|
|
1364
|
-
id?: string | undefined;
|
|
1365
|
-
tag?: string | undefined;
|
|
1366
|
-
theme?: string | null | undefined;
|
|
1367
|
-
group?: undefined;
|
|
1368
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1369
|
-
componentName?: string | undefined;
|
|
1370
|
-
tabIndex?: string | number | undefined;
|
|
1371
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1372
|
-
disableOptimization?: boolean | undefined;
|
|
1373
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1374
|
-
disableClassName?: boolean | undefined;
|
|
1375
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1376
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1377
|
-
} & {
|
|
602
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1378
603
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1379
604
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1380
605
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1395,32 +620,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1395
620
|
readonly unstyled?: boolean | undefined;
|
|
1396
621
|
}>>, keyof Object>, import("@tamagui/core").TamaguiElement> & {
|
|
1397
622
|
staticConfig: import("@tamagui/core").StaticConfig;
|
|
1398
|
-
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1399
|
-
target?: string | undefined;
|
|
1400
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1401
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1402
|
-
dangerouslySetInnerHTML?: {
|
|
1403
|
-
__html: string;
|
|
1404
|
-
} | undefined;
|
|
1405
|
-
children?: any;
|
|
1406
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1407
|
-
disabled?: boolean | undefined;
|
|
1408
|
-
className?: string | undefined;
|
|
1409
|
-
themeShallow?: boolean | undefined;
|
|
1410
|
-
id?: string | undefined;
|
|
1411
|
-
tag?: string | undefined;
|
|
1412
|
-
theme?: string | null | undefined;
|
|
1413
|
-
group?: undefined;
|
|
1414
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1415
|
-
componentName?: string | undefined;
|
|
1416
|
-
tabIndex?: string | number | undefined;
|
|
1417
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1418
|
-
disableOptimization?: boolean | undefined;
|
|
1419
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1420
|
-
disableClassName?: boolean | undefined;
|
|
1421
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1422
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1423
|
-
} & {
|
|
623
|
+
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1424
624
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1425
625
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1426
626
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1439,32 +639,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1439
639
|
readonly chromeless?: boolean | "all" | undefined;
|
|
1440
640
|
}, "unstyled"> & {
|
|
1441
641
|
readonly unstyled?: boolean | undefined;
|
|
1442
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1443
|
-
target?: string | undefined;
|
|
1444
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1445
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1446
|
-
dangerouslySetInnerHTML?: {
|
|
1447
|
-
__html: string;
|
|
1448
|
-
} | undefined;
|
|
1449
|
-
children?: any;
|
|
1450
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1451
|
-
disabled?: boolean | undefined;
|
|
1452
|
-
className?: string | undefined;
|
|
1453
|
-
themeShallow?: boolean | undefined;
|
|
1454
|
-
id?: string | undefined;
|
|
1455
|
-
tag?: string | undefined;
|
|
1456
|
-
theme?: string | null | undefined;
|
|
1457
|
-
group?: undefined;
|
|
1458
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1459
|
-
componentName?: string | undefined;
|
|
1460
|
-
tabIndex?: string | number | undefined;
|
|
1461
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1462
|
-
disableOptimization?: boolean | undefined;
|
|
1463
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1464
|
-
disableClassName?: boolean | undefined;
|
|
1465
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1466
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1467
|
-
} & {
|
|
642
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1468
643
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1469
644
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1470
645
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1483,32 +658,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
1483
658
|
readonly chromeless?: boolean | "all" | undefined;
|
|
1484
659
|
}, "unstyled"> & {
|
|
1485
660
|
readonly unstyled?: boolean | undefined;
|
|
1486
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
1487
|
-
target?: string | undefined;
|
|
1488
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1489
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
1490
|
-
dangerouslySetInnerHTML?: {
|
|
1491
|
-
__html: string;
|
|
1492
|
-
} | undefined;
|
|
1493
|
-
children?: any;
|
|
1494
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
1495
|
-
disabled?: boolean | undefined;
|
|
1496
|
-
className?: string | undefined;
|
|
1497
|
-
themeShallow?: boolean | undefined;
|
|
1498
|
-
id?: string | undefined;
|
|
1499
|
-
tag?: string | undefined;
|
|
1500
|
-
theme?: string | null | undefined;
|
|
1501
|
-
group?: undefined;
|
|
1502
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
1503
|
-
componentName?: string | undefined;
|
|
1504
|
-
tabIndex?: string | number | undefined;
|
|
1505
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
1506
|
-
disableOptimization?: boolean | undefined;
|
|
1507
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
1508
|
-
disableClassName?: boolean | undefined;
|
|
1509
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
1510
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
1511
|
-
} & {
|
|
661
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
1512
662
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1513
663
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
1514
664
|
readonly fullscreen?: boolean | undefined;
|
package/types/Progress.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../src/Progress.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAkD,MAAM,eAAe,CAAA;AAIxF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAA8B,mBAAmB,+CAAqC,CAAA;AAWtF,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../src/Progress.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAkD,MAAM,eAAe,CAAA;AAIxF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAA8B,mBAAmB,+CAAqC,CAAA;AAWtF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBjC,CAAA;AAEF,KAAK,sBAAsB,GAAG,QAAQ,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBrB,CAAA;AAmDF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BxB,CAAA;AAEF,KAAK,aAAa,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,GAAG;IACpD,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACjC,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,aAAa,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACnD,CAAA;AAED,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YALJ,MAAM,GAAG,IAAI,GAAG,SAAS;;0BAEX,MAAM,OAAO,MAAM,GAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDnD,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,QAAQ,EAAE,iBAAiB,EAAE,CAAA;AAC3D,YAAY,EAAE,aAAa,EAAE,sBAAsB,EAAE,CAAA"}
|