@tamagui/select 1.88.9 → 1.88.11
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 +23 -23
- package/types/Select.d.ts +32 -128
- package/types/Select.d.ts.map +1 -1
- package/types/SelectItem.d.ts +2 -2
- package/types/SelectItem.d.ts.map +1 -1
- package/types/SelectItemText.d.ts +3 -3
- package/types/SelectItemText.d.ts.map +1 -1
- package/types/SelectTrigger.d.ts +3 -39
- package/types/SelectTrigger.d.ts.map +1 -1
- package/types/SelectViewport.d.ts +3 -3
- package/types/SelectViewport.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/select",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.11",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -35,27 +35,27 @@
|
|
|
35
35
|
"@floating-ui/react": "^0.24.7",
|
|
36
36
|
"@floating-ui/react-dom": "^2.0.1",
|
|
37
37
|
"@floating-ui/react-native": "^0.10.1",
|
|
38
|
-
"@tamagui/adapt": "1.88.
|
|
39
|
-
"@tamagui/animate-presence": "1.88.
|
|
40
|
-
"@tamagui/compose-refs": "1.88.
|
|
41
|
-
"@tamagui/constants": "1.88.
|
|
42
|
-
"@tamagui/core": "1.88.
|
|
43
|
-
"@tamagui/create-context": "1.88.
|
|
44
|
-
"@tamagui/dismissable": "1.88.
|
|
45
|
-
"@tamagui/focus-scope": "1.88.
|
|
46
|
-
"@tamagui/get-token": "1.88.
|
|
47
|
-
"@tamagui/helpers": "1.88.
|
|
48
|
-
"@tamagui/list-item": "1.88.
|
|
49
|
-
"@tamagui/portal": "1.88.
|
|
50
|
-
"@tamagui/remove-scroll": "1.88.
|
|
51
|
-
"@tamagui/separator": "1.88.
|
|
52
|
-
"@tamagui/sheet": "1.88.
|
|
53
|
-
"@tamagui/stacks": "1.88.
|
|
54
|
-
"@tamagui/text": "1.88.
|
|
55
|
-
"@tamagui/use-controllable-state": "1.88.
|
|
56
|
-
"@tamagui/use-debounce": "1.88.
|
|
57
|
-
"@tamagui/use-event": "1.88.
|
|
58
|
-
"@tamagui/use-previous": "1.88.
|
|
38
|
+
"@tamagui/adapt": "1.88.11",
|
|
39
|
+
"@tamagui/animate-presence": "1.88.11",
|
|
40
|
+
"@tamagui/compose-refs": "1.88.11",
|
|
41
|
+
"@tamagui/constants": "1.88.11",
|
|
42
|
+
"@tamagui/core": "1.88.11",
|
|
43
|
+
"@tamagui/create-context": "1.88.11",
|
|
44
|
+
"@tamagui/dismissable": "1.88.11",
|
|
45
|
+
"@tamagui/focus-scope": "1.88.11",
|
|
46
|
+
"@tamagui/get-token": "1.88.11",
|
|
47
|
+
"@tamagui/helpers": "1.88.11",
|
|
48
|
+
"@tamagui/list-item": "1.88.11",
|
|
49
|
+
"@tamagui/portal": "1.88.11",
|
|
50
|
+
"@tamagui/remove-scroll": "1.88.11",
|
|
51
|
+
"@tamagui/separator": "1.88.11",
|
|
52
|
+
"@tamagui/sheet": "1.88.11",
|
|
53
|
+
"@tamagui/stacks": "1.88.11",
|
|
54
|
+
"@tamagui/text": "1.88.11",
|
|
55
|
+
"@tamagui/use-controllable-state": "1.88.11",
|
|
56
|
+
"@tamagui/use-debounce": "1.88.11",
|
|
57
|
+
"@tamagui/use-event": "1.88.11",
|
|
58
|
+
"@tamagui/use-previous": "1.88.11",
|
|
59
59
|
"react-dom": "^18.2.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"react-native": "*"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tamagui/build": "1.88.
|
|
66
|
+
"@tamagui/build": "1.88.11",
|
|
67
67
|
"react": "^18.2.0",
|
|
68
68
|
"react-native": "^0.72.6"
|
|
69
69
|
},
|
package/types/Select.d.ts
CHANGED
|
@@ -8,15 +8,15 @@ interface SelectValueExtraProps {
|
|
|
8
8
|
export declare const SelectIcon: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
9
9
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
10
10
|
fullscreen?: boolean | undefined;
|
|
11
|
-
},
|
|
11
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
12
12
|
export declare const SelectGroupFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
13
13
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
14
14
|
fullscreen?: boolean | undefined;
|
|
15
|
-
},
|
|
15
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
16
16
|
export type SelectLabelProps = ListItemProps;
|
|
17
17
|
export declare const SelectSeparator: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
18
18
|
vertical?: boolean | undefined;
|
|
19
|
-
},
|
|
19
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
20
20
|
export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element) & {
|
|
21
21
|
Adapt: (({ platform, when, children }: import("@tamagui/adapt").AdaptProps) => any) & {
|
|
22
22
|
Contents: {
|
|
@@ -30,27 +30,21 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
30
30
|
} & {
|
|
31
31
|
__scopeSelect?: import("@tamagui/create-context").Scope;
|
|
32
32
|
} & import("@tamagui/focus-scope").FocusScopeProps) => JSX.Element | null;
|
|
33
|
-
Group: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
33
|
+
Group: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
34
34
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
35
35
|
fullscreen?: boolean | undefined;
|
|
36
|
-
}
|
|
36
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
37
37
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
38
38
|
fullscreen?: boolean | undefined;
|
|
39
|
-
}
|
|
40
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
41
|
-
fullscreen?: boolean | undefined;
|
|
42
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
43
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
44
|
-
fullscreen?: boolean | undefined;
|
|
45
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
39
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
46
40
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
47
41
|
fullscreen?: boolean | undefined;
|
|
48
42
|
}>> & React.RefAttributes<TamaguiElement>>;
|
|
49
43
|
Icon: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
50
44
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
51
45
|
fullscreen?: boolean | undefined;
|
|
52
|
-
},
|
|
53
|
-
Item: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
46
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
47
|
+
Item: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
54
48
|
unstyled?: boolean | undefined;
|
|
55
49
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
56
50
|
disabled?: boolean | undefined;
|
|
@@ -86,67 +80,25 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
86
80
|
padded?: boolean | undefined;
|
|
87
81
|
chromeless?: boolean | "all" | undefined;
|
|
88
82
|
active?: boolean | undefined;
|
|
89
|
-
},
|
|
90
|
-
ItemIndicator: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
91
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
92
|
-
fullscreen?: boolean | undefined;
|
|
93
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
83
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
84
|
+
ItemIndicator: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
94
85
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
95
86
|
fullscreen?: boolean | undefined;
|
|
96
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
87
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
97
88
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
98
89
|
fullscreen?: boolean | undefined;
|
|
99
|
-
}
|
|
100
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
101
|
-
fullscreen?: boolean | undefined;
|
|
102
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
90
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
103
91
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
104
92
|
fullscreen?: boolean | undefined;
|
|
105
93
|
}>> & React.RefAttributes<TamaguiElement>>;
|
|
106
|
-
ItemText: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").GetFinalProps<import("@tamagui/core").TextNonStyleProps, import("@tamagui/core").TextStylePropsBase
|
|
94
|
+
ItemText: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").GetFinalProps<import("@tamagui/core").TextNonStyleProps, import("@tamagui/core").TextStylePropsBase, {
|
|
107
95
|
size?: FontSizeTokens | undefined;
|
|
108
96
|
unstyled?: boolean | undefined;
|
|
109
97
|
}>, import("@tamagui/core").TamaguiTextElement, import("@tamagui/core").TextNonStyleProps & void, import("@tamagui/core").TextStylePropsBase, {
|
|
110
98
|
size?: FontSizeTokens | undefined;
|
|
111
99
|
unstyled?: boolean | undefined;
|
|
112
|
-
},
|
|
113
|
-
Label: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "unstyled" | "active"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
114
|
-
unstyled?: boolean | undefined;
|
|
115
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
116
|
-
disabled?: boolean | undefined;
|
|
117
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
118
|
-
transparent?: boolean | undefined;
|
|
119
|
-
fullscreen?: boolean | undefined;
|
|
120
|
-
circular?: boolean | undefined;
|
|
121
|
-
hoverTheme?: boolean | undefined;
|
|
122
|
-
pressTheme?: boolean | undefined;
|
|
123
|
-
focusTheme?: boolean | undefined;
|
|
124
|
-
elevate?: boolean | undefined;
|
|
125
|
-
bordered?: number | boolean | undefined;
|
|
126
|
-
backgrounded?: boolean | undefined;
|
|
127
|
-
radiused?: boolean | undefined;
|
|
128
|
-
padded?: boolean | undefined;
|
|
129
|
-
chromeless?: boolean | "all" | undefined;
|
|
130
|
-
active?: boolean | undefined;
|
|
131
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
132
|
-
unstyled?: boolean | undefined;
|
|
133
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
134
|
-
disabled?: boolean | undefined;
|
|
135
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
136
|
-
transparent?: boolean | undefined;
|
|
137
|
-
fullscreen?: boolean | undefined;
|
|
138
|
-
circular?: boolean | undefined;
|
|
139
|
-
hoverTheme?: boolean | undefined;
|
|
140
|
-
pressTheme?: boolean | undefined;
|
|
141
|
-
focusTheme?: boolean | undefined;
|
|
142
|
-
elevate?: boolean | undefined;
|
|
143
|
-
bordered?: number | boolean | undefined;
|
|
144
|
-
backgrounded?: boolean | undefined;
|
|
145
|
-
radiused?: boolean | undefined;
|
|
146
|
-
padded?: boolean | undefined;
|
|
147
|
-
chromeless?: boolean | "all" | undefined;
|
|
148
|
-
active?: boolean | undefined;
|
|
149
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
100
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
101
|
+
Label: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "unstyled" | "active"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
150
102
|
unstyled?: boolean | undefined;
|
|
151
103
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
152
104
|
disabled?: boolean | undefined;
|
|
@@ -164,7 +116,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
164
116
|
padded?: boolean | undefined;
|
|
165
117
|
chromeless?: boolean | "all" | undefined;
|
|
166
118
|
active?: boolean | undefined;
|
|
167
|
-
}
|
|
119
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
168
120
|
unstyled?: boolean | undefined;
|
|
169
121
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
170
122
|
disabled?: boolean | undefined;
|
|
@@ -182,7 +134,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
182
134
|
padded?: boolean | undefined;
|
|
183
135
|
chromeless?: boolean | "all" | undefined;
|
|
184
136
|
active?: boolean | undefined;
|
|
185
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
137
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
186
138
|
unstyled?: boolean | undefined;
|
|
187
139
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
188
140
|
disabled?: boolean | undefined;
|
|
@@ -218,7 +170,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
218
170
|
} & React.RefAttributes<TamaguiElement>>;
|
|
219
171
|
ScrollDownButton: React.ForwardRefExoticComponent<import("./types").SelectScrollButtonProps & React.RefAttributes<TamaguiElement>>;
|
|
220
172
|
ScrollUpButton: React.ForwardRefExoticComponent<import("./types").SelectScrollButtonProps & React.RefAttributes<TamaguiElement>>;
|
|
221
|
-
Trigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "unstyled" | "active"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
173
|
+
Trigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "unstyled" | "active"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
222
174
|
unstyled?: boolean | undefined;
|
|
223
175
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
224
176
|
disabled?: boolean | undefined;
|
|
@@ -236,7 +188,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
236
188
|
padded?: boolean | undefined;
|
|
237
189
|
chromeless?: boolean | "all" | undefined;
|
|
238
190
|
active?: boolean | undefined;
|
|
239
|
-
}
|
|
191
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
240
192
|
unstyled?: boolean | undefined;
|
|
241
193
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
242
194
|
disabled?: boolean | undefined;
|
|
@@ -254,43 +206,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
254
206
|
padded?: boolean | undefined;
|
|
255
207
|
chromeless?: boolean | "all" | undefined;
|
|
256
208
|
active?: boolean | undefined;
|
|
257
|
-
}
|
|
258
|
-
unstyled?: boolean | undefined;
|
|
259
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
260
|
-
disabled?: boolean | undefined;
|
|
261
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
262
|
-
transparent?: boolean | undefined;
|
|
263
|
-
fullscreen?: boolean | undefined;
|
|
264
|
-
circular?: boolean | undefined;
|
|
265
|
-
hoverTheme?: boolean | undefined;
|
|
266
|
-
pressTheme?: boolean | undefined;
|
|
267
|
-
focusTheme?: boolean | undefined;
|
|
268
|
-
elevate?: boolean | undefined;
|
|
269
|
-
bordered?: number | boolean | undefined;
|
|
270
|
-
backgrounded?: boolean | undefined;
|
|
271
|
-
radiused?: boolean | undefined;
|
|
272
|
-
padded?: boolean | undefined;
|
|
273
|
-
chromeless?: boolean | "all" | undefined;
|
|
274
|
-
active?: boolean | undefined;
|
|
275
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
276
|
-
unstyled?: boolean | undefined;
|
|
277
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
278
|
-
disabled?: boolean | undefined;
|
|
279
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
280
|
-
transparent?: boolean | undefined;
|
|
281
|
-
fullscreen?: boolean | undefined;
|
|
282
|
-
circular?: boolean | undefined;
|
|
283
|
-
hoverTheme?: boolean | undefined;
|
|
284
|
-
pressTheme?: boolean | undefined;
|
|
285
|
-
focusTheme?: boolean | undefined;
|
|
286
|
-
elevate?: boolean | undefined;
|
|
287
|
-
bordered?: number | boolean | undefined;
|
|
288
|
-
backgrounded?: boolean | undefined;
|
|
289
|
-
radiused?: boolean | undefined;
|
|
290
|
-
padded?: boolean | undefined;
|
|
291
|
-
chromeless?: boolean | "all" | undefined;
|
|
292
|
-
active?: boolean | undefined;
|
|
293
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
209
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
294
210
|
unstyled?: boolean | undefined;
|
|
295
211
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
296
212
|
disabled?: boolean | undefined;
|
|
@@ -324,14 +240,14 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
324
240
|
subTitle?: React.ReactNode;
|
|
325
241
|
noTextWrap?: boolean | "all" | undefined;
|
|
326
242
|
} & React.RefAttributes<TamaguiElement>>;
|
|
327
|
-
Value: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").TextNonStyleProps, import("@tamagui/core").TextStylePropsBase
|
|
243
|
+
Value: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").TextNonStyleProps, import("@tamagui/core").TextStylePropsBase, {
|
|
328
244
|
size?: FontSizeTokens | undefined;
|
|
329
245
|
unstyled?: boolean | undefined;
|
|
330
246
|
}>, "placeholder"> & SelectValueExtraProps, import("@tamagui/core").TamaguiTextElement, import("@tamagui/core").TextNonStyleProps & SelectValueExtraProps, import("@tamagui/core").TextStylePropsBase, {
|
|
331
247
|
size?: FontSizeTokens | undefined;
|
|
332
248
|
unstyled?: boolean | undefined;
|
|
333
|
-
},
|
|
334
|
-
Viewport: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
249
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
250
|
+
Viewport: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
335
251
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
336
252
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
337
253
|
transparent?: boolean | undefined;
|
|
@@ -363,25 +279,17 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
363
279
|
padded?: boolean | undefined;
|
|
364
280
|
chromeless?: boolean | "all" | undefined;
|
|
365
281
|
unstyled?: boolean | undefined;
|
|
366
|
-
},
|
|
282
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
367
283
|
Sheet: React.FunctionComponent<Omit<import("@tamagui/sheet").SheetProps, "open" | "onOpenChange"> & React.RefAttributes<import("react-native").View>> & {
|
|
368
|
-
Frame: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
369
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
370
|
-
fullscreen?: boolean | undefined;
|
|
371
|
-
unstyled?: boolean | undefined;
|
|
372
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
284
|
+
Frame: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
373
285
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
374
286
|
fullscreen?: boolean | undefined;
|
|
375
287
|
unstyled?: boolean | undefined;
|
|
376
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
288
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
377
289
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
378
290
|
fullscreen?: boolean | undefined;
|
|
379
291
|
unstyled?: boolean | undefined;
|
|
380
|
-
}
|
|
381
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
382
|
-
fullscreen?: boolean | undefined;
|
|
383
|
-
unstyled?: boolean | undefined;
|
|
384
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
292
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
385
293
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
386
294
|
fullscreen?: boolean | undefined;
|
|
387
295
|
unstyled?: boolean | undefined;
|
|
@@ -391,7 +299,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
391
299
|
} & {
|
|
392
300
|
__scopeSheet?: import("@tamagui/create-context").Scope<any>;
|
|
393
301
|
} & React.RefAttributes<unknown>>;
|
|
394
|
-
Overlay: React.MemoExoticComponent<(propsIn: import("@tamagui/sheet").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
302
|
+
Overlay: React.MemoExoticComponent<(propsIn: import("@tamagui/sheet").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
395
303
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
396
304
|
fullscreen?: boolean | undefined;
|
|
397
305
|
open?: boolean | undefined;
|
|
@@ -408,21 +316,17 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
408
316
|
padded?: boolean | undefined;
|
|
409
317
|
chromeless?: boolean | "all" | undefined;
|
|
410
318
|
}>>) => null>;
|
|
411
|
-
Handle: ({ __scopeSheet, ...props }: import("@tamagui/sheet").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
319
|
+
Handle: ({ __scopeSheet, ...props }: import("@tamagui/sheet").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
412
320
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
413
321
|
fullscreen?: boolean | undefined;
|
|
414
322
|
open?: boolean | undefined;
|
|
415
323
|
unstyled?: boolean | undefined;
|
|
416
324
|
}>>) => JSX.Element | null;
|
|
417
|
-
ScrollView: React.ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
418
|
-
fullscreen?: boolean | undefined;
|
|
419
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
420
|
-
fullscreen?: boolean | undefined;
|
|
421
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
325
|
+
ScrollView: React.ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
422
326
|
fullscreen?: boolean | undefined;
|
|
423
|
-
}
|
|
327
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
424
328
|
fullscreen?: boolean | undefined;
|
|
425
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
329
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
426
330
|
fullscreen?: boolean | undefined;
|
|
427
331
|
}>> & React.RefAttributes<import("react-native").ScrollView>>;
|
|
428
332
|
};
|
package/types/Select.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,cAAc,EAEd,cAAc,EAKf,MAAM,eAAe,CAAA;AAGtB,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAO5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAkB9B,OAAO,EAAE,WAAW,EAAmB,WAAW,EAAE,MAAM,SAAS,CAAA;AAiBnE,UAAU,qBAAqB;IAC7B,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC9B;AA0DD,eAAO,MAAM,UAAU;;;
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,cAAc,EAEd,cAAc,EAKf,MAAM,eAAe,CAAA;AAGtB,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAO5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAkB9B,OAAO,EAAE,WAAW,EAAmB,WAAW,EAAE,MAAM,SAAS,CAAA;AAiBnE,UAAU,qBAAqB;IAC7B,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC9B;AA0DD,eAAO,MAAM,UAAU;;;8CAKrB,CAAA;AA2CF,eAAO,MAAM,gBAAgB;;;8CAG3B,CAAA;AAyGF,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAA;AAgC5C,eAAO,MAAM,eAAe;;8CAE1B,CAAA;AAoCF,eAAO,MAAM,MAAM,WACT,YAAY,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgLjC,CAAA"}
|
package/types/SelectItem.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export interface SelectItemExtraProps {
|
|
|
23
23
|
}
|
|
24
24
|
export interface SelectItemProps extends Omit<ListItemProps, keyof SelectItemExtraProps>, SelectItemExtraProps {
|
|
25
25
|
}
|
|
26
|
-
export declare const SelectItem: import("@tamagui/web").TamaguiComponent<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase
|
|
26
|
+
export declare const SelectItem: import("@tamagui/web").TamaguiComponent<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
27
27
|
unstyled?: boolean | undefined;
|
|
28
28
|
size?: import("@tamagui/web").SizeTokens | undefined;
|
|
29
29
|
disabled?: boolean | undefined;
|
|
@@ -59,6 +59,6 @@ export declare const SelectItem: import("@tamagui/web").TamaguiComponent<Omit<im
|
|
|
59
59
|
padded?: boolean | undefined;
|
|
60
60
|
chromeless?: boolean | "all" | undefined;
|
|
61
61
|
active?: boolean | undefined;
|
|
62
|
-
},
|
|
62
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
63
63
|
export {};
|
|
64
64
|
//# sourceMappingURL=SelectItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectItem.d.ts","sourceRoot":"","sources":["../src/SelectItem.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,aAAa,EAAe,MAAM,oBAAoB,CAAA;AAC9E,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAW9B,KAAK,sBAAsB,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,eAAO,MAAO,yBAAyB;;;;;;GAAE,oBAAoB;;;wCACL,CAAA;AAExD,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,aAAa,EAAE,MAAM,oBAAoB,CAAC,EACrD,oBAAoB;CAAG;AAE3B,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"SelectItem.d.ts","sourceRoot":"","sources":["../src/SelectItem.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,aAAa,EAAe,MAAM,oBAAoB,CAAA;AAC9E,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAW9B,KAAK,sBAAsB,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,eAAO,MAAO,yBAAyB;;;;;;GAAE,oBAAoB;;;wCACL,CAAA;AAExD,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,aAAa,EAAE,MAAM,oBAAoB,CAAC,EACrD,oBAAoB;CAAG;AAE3B,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CA+KtB,CAAA"}
|
|
@@ -3,13 +3,13 @@ export declare const ITEM_TEXT_NAME = "SelectItemText";
|
|
|
3
3
|
export declare const SelectItemTextFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiTextElement, import("@tamagui/core").TextNonStyleProps, import("@tamagui/core").TextStylePropsBase, {
|
|
4
4
|
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
5
5
|
unstyled?: boolean | undefined;
|
|
6
|
-
},
|
|
6
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
7
7
|
export type SelectItemTextProps = GetProps<typeof SelectItemTextFrame>;
|
|
8
|
-
export declare const SelectItemText: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").GetFinalProps<import("@tamagui/core").TextNonStyleProps, import("@tamagui/core").TextStylePropsBase
|
|
8
|
+
export declare const SelectItemText: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").GetFinalProps<import("@tamagui/core").TextNonStyleProps, import("@tamagui/core").TextStylePropsBase, {
|
|
9
9
|
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
10
10
|
unstyled?: boolean | undefined;
|
|
11
11
|
}>, TamaguiTextElement, import("@tamagui/core").TextNonStyleProps & void, import("@tamagui/core").TextStylePropsBase, {
|
|
12
12
|
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
13
13
|
unstyled?: boolean | undefined;
|
|
14
|
-
},
|
|
14
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
15
15
|
//# sourceMappingURL=SelectItemText.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectItemText.d.ts","sourceRoot":"","sources":["../src/SelectItemText.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAU,MAAM,eAAe,CAAA;AAYpE,eAAO,MAAM,cAAc,mBAAmB,CAAA;AAE9C,eAAO,MAAM,mBAAmB;;;
|
|
1
|
+
{"version":3,"file":"SelectItemText.d.ts","sourceRoot":"","sources":["../src/SelectItemText.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAU,MAAM,eAAe,CAAA;AAYpE,eAAO,MAAM,cAAc,mBAAmB,CAAA;AAE9C,eAAO,MAAM,mBAAmB;;;8CAgB9B,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAEtE,eAAO,MAAM,cAAc;;;;;;8CAwDzB,CAAA"}
|
package/types/SelectTrigger.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { TamaguiElement } from '@tamagui/core';
|
|
|
2
2
|
import { ListItemProps } from '@tamagui/list-item';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
export type SelectTriggerProps = ListItemProps;
|
|
5
|
-
export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "unstyled" | "active"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
5
|
+
export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "unstyled" | "active"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
6
6
|
unstyled?: boolean | undefined;
|
|
7
7
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
8
8
|
disabled?: boolean | undefined;
|
|
@@ -20,7 +20,7 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
20
20
|
padded?: boolean | undefined;
|
|
21
21
|
chromeless?: boolean | "all" | undefined;
|
|
22
22
|
active?: boolean | undefined;
|
|
23
|
-
}
|
|
23
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
24
24
|
unstyled?: boolean | undefined;
|
|
25
25
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
26
26
|
disabled?: boolean | undefined;
|
|
@@ -38,43 +38,7 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
38
38
|
padded?: boolean | undefined;
|
|
39
39
|
chromeless?: boolean | "all" | undefined;
|
|
40
40
|
active?: boolean | undefined;
|
|
41
|
-
}
|
|
42
|
-
unstyled?: boolean | undefined;
|
|
43
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
44
|
-
disabled?: boolean | undefined;
|
|
45
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
46
|
-
transparent?: boolean | undefined;
|
|
47
|
-
fullscreen?: boolean | undefined;
|
|
48
|
-
circular?: boolean | undefined;
|
|
49
|
-
hoverTheme?: boolean | undefined;
|
|
50
|
-
pressTheme?: boolean | undefined;
|
|
51
|
-
focusTheme?: boolean | undefined;
|
|
52
|
-
elevate?: boolean | undefined;
|
|
53
|
-
bordered?: number | boolean | undefined;
|
|
54
|
-
backgrounded?: boolean | undefined;
|
|
55
|
-
radiused?: boolean | undefined;
|
|
56
|
-
padded?: boolean | undefined;
|
|
57
|
-
chromeless?: boolean | "all" | undefined;
|
|
58
|
-
active?: boolean | undefined;
|
|
59
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
60
|
-
unstyled?: boolean | undefined;
|
|
61
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
62
|
-
disabled?: boolean | undefined;
|
|
63
|
-
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
64
|
-
transparent?: boolean | undefined;
|
|
65
|
-
fullscreen?: boolean | undefined;
|
|
66
|
-
circular?: boolean | undefined;
|
|
67
|
-
hoverTheme?: boolean | undefined;
|
|
68
|
-
pressTheme?: boolean | undefined;
|
|
69
|
-
focusTheme?: boolean | undefined;
|
|
70
|
-
elevate?: boolean | undefined;
|
|
71
|
-
bordered?: number | boolean | undefined;
|
|
72
|
-
backgrounded?: boolean | undefined;
|
|
73
|
-
radiused?: boolean | undefined;
|
|
74
|
-
padded?: boolean | undefined;
|
|
75
|
-
chromeless?: boolean | "all" | undefined;
|
|
76
|
-
active?: boolean | undefined;
|
|
77
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
41
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
78
42
|
unstyled?: boolean | undefined;
|
|
79
43
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
80
44
|
disabled?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../src/SelectTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAU9B,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAA;AAE9C,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../src/SelectTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAU9B,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAA;AAE9C,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA2DzB,CAAA"}
|
|
@@ -15,8 +15,8 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
15
15
|
padded?: boolean | undefined;
|
|
16
16
|
chromeless?: boolean | "all" | undefined;
|
|
17
17
|
unstyled?: boolean | undefined;
|
|
18
|
-
},
|
|
19
|
-
export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
18
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
19
|
+
export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
20
20
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
21
21
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
22
22
|
transparent?: boolean | undefined;
|
|
@@ -48,5 +48,5 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
48
48
|
padded?: boolean | undefined;
|
|
49
49
|
chromeless?: boolean | "all" | undefined;
|
|
50
50
|
unstyled?: boolean | undefined;
|
|
51
|
-
},
|
|
51
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
52
52
|
//# sourceMappingURL=SelectViewport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectViewport.d.ts","sourceRoot":"","sources":["../src/SelectViewport.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAe,wBAAwB,EAAuB,MAAM,SAAS,CAAA;AAOpF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"SelectViewport.d.ts","sourceRoot":"","sources":["../src/SelectViewport.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAe,wBAAwB,EAAuB,MAAM,SAAS,CAAA;AAOpF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;8CA2B9B,CAAA;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8CA0F1B,CAAA"}
|