@tamagui/select 1.88.4 → 1.88.5
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 +22 -22
- package/types/Select.d.ts +52 -52
- package/types/SelectItem.d.ts +2 -2
- package/types/SelectTrigger.d.ts +5 -5
- package/types/SelectViewport.d.ts +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/select",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.5",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -35,26 +35,26 @@
|
|
|
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-event": "1.88.
|
|
57
|
-
"@tamagui/use-previous": "1.88.
|
|
38
|
+
"@tamagui/adapt": "1.88.5",
|
|
39
|
+
"@tamagui/animate-presence": "1.88.5",
|
|
40
|
+
"@tamagui/compose-refs": "1.88.5",
|
|
41
|
+
"@tamagui/constants": "1.88.5",
|
|
42
|
+
"@tamagui/core": "1.88.5",
|
|
43
|
+
"@tamagui/create-context": "1.88.5",
|
|
44
|
+
"@tamagui/dismissable": "1.88.5",
|
|
45
|
+
"@tamagui/focus-scope": "1.88.5",
|
|
46
|
+
"@tamagui/get-token": "1.88.5",
|
|
47
|
+
"@tamagui/helpers": "1.88.5",
|
|
48
|
+
"@tamagui/list-item": "1.88.5",
|
|
49
|
+
"@tamagui/portal": "1.88.5",
|
|
50
|
+
"@tamagui/remove-scroll": "1.88.5",
|
|
51
|
+
"@tamagui/separator": "1.88.5",
|
|
52
|
+
"@tamagui/sheet": "1.88.5",
|
|
53
|
+
"@tamagui/stacks": "1.88.5",
|
|
54
|
+
"@tamagui/text": "1.88.5",
|
|
55
|
+
"@tamagui/use-controllable-state": "1.88.5",
|
|
56
|
+
"@tamagui/use-event": "1.88.5",
|
|
57
|
+
"@tamagui/use-previous": "1.88.5",
|
|
58
58
|
"react-dom": "^18.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"react-native": "*"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@tamagui/build": "1.88.
|
|
65
|
+
"@tamagui/build": "1.88.5",
|
|
66
66
|
"react": "^18.2.0",
|
|
67
67
|
"react-native": "^0.72.6"
|
|
68
68
|
},
|
package/types/Select.d.ts
CHANGED
|
@@ -2,16 +2,16 @@ import { FontSizeTokens, TamaguiElement } from '@tamagui/core';
|
|
|
2
2
|
import { ListItemProps } from '@tamagui/list-item';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ScopedProps, SelectProps } from './types';
|
|
5
|
-
export declare const SelectIcon: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").
|
|
5
|
+
export declare const SelectIcon: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
6
6
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
7
7
|
fullscreen?: boolean | undefined;
|
|
8
8
|
}, {}>;
|
|
9
|
-
export declare const SelectGroupFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").
|
|
9
|
+
export declare const SelectGroupFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
10
10
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
11
11
|
fullscreen?: boolean | undefined;
|
|
12
12
|
}, {}>;
|
|
13
13
|
export type SelectLabelProps = ListItemProps;
|
|
14
|
-
export declare const SelectSeparator: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").
|
|
14
|
+
export declare const SelectSeparator: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
15
15
|
vertical?: boolean | undefined;
|
|
16
16
|
}, {}>;
|
|
17
17
|
export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element) & {
|
|
@@ -27,27 +27,27 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
27
27
|
} & {
|
|
28
28
|
__scopeSelect?: import("@tamagui/create-context").Scope;
|
|
29
29
|
} & import("@tamagui/focus-scope").FocusScopeProps) => JSX.Element | null;
|
|
30
|
-
Group: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").
|
|
30
|
+
Group: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
31
31
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
32
32
|
fullscreen?: boolean | undefined;
|
|
33
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
33
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
34
34
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
35
35
|
fullscreen?: boolean | undefined;
|
|
36
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
36
|
+
}>> & 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
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
39
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
40
40
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
41
41
|
fullscreen?: boolean | undefined;
|
|
42
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
42
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
43
43
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
44
44
|
fullscreen?: boolean | undefined;
|
|
45
45
|
}>> & React.RefAttributes<TamaguiElement>>;
|
|
46
|
-
Icon: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").
|
|
46
|
+
Icon: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
47
47
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
48
48
|
fullscreen?: boolean | undefined;
|
|
49
49
|
}, {}>;
|
|
50
|
-
Item: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").
|
|
50
|
+
Item: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase & {
|
|
51
51
|
unstyled?: boolean | undefined;
|
|
52
52
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
53
53
|
disabled?: boolean | undefined;
|
|
@@ -65,7 +65,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
65
65
|
padded?: boolean | undefined;
|
|
66
66
|
chromeless?: boolean | "all" | undefined;
|
|
67
67
|
active?: boolean | undefined;
|
|
68
|
-
}>, keyof import("./SelectItem").SelectItemProps> & import("./SelectItem").SelectItemProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & import("./SelectItem").SelectItemProps, import("@tamagui/core").
|
|
68
|
+
}>, keyof import("./SelectItem").SelectItemProps> & import("./SelectItem").SelectItemProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & import("./SelectItem").SelectItemProps, import("@tamagui/core").StackStyleBase, {
|
|
69
69
|
unstyled?: boolean | undefined;
|
|
70
70
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
71
71
|
disabled?: boolean | undefined;
|
|
@@ -84,19 +84,19 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
84
84
|
chromeless?: boolean | "all" | undefined;
|
|
85
85
|
active?: boolean | undefined;
|
|
86
86
|
}, {}>;
|
|
87
|
-
ItemIndicator: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").
|
|
87
|
+
ItemIndicator: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
88
88
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
89
89
|
fullscreen?: boolean | undefined;
|
|
90
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
90
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
91
91
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
92
92
|
fullscreen?: boolean | undefined;
|
|
93
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
93
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
94
94
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
95
95
|
fullscreen?: boolean | undefined;
|
|
96
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
96
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
97
97
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
98
98
|
fullscreen?: boolean | undefined;
|
|
99
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
99
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
100
100
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
101
101
|
fullscreen?: boolean | undefined;
|
|
102
102
|
}>> & React.RefAttributes<TamaguiElement>>;
|
|
@@ -107,7 +107,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
107
107
|
size?: FontSizeTokens | undefined;
|
|
108
108
|
unstyled?: boolean | undefined;
|
|
109
109
|
}, {}>;
|
|
110
|
-
Label: React.ForwardRefExoticComponent<Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").
|
|
110
|
+
Label: React.ForwardRefExoticComponent<Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & 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 & {
|
|
111
111
|
unstyled?: boolean | undefined;
|
|
112
112
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
113
113
|
disabled?: boolean | undefined;
|
|
@@ -125,7 +125,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
125
125
|
padded?: boolean | undefined;
|
|
126
126
|
chromeless?: boolean | "all" | undefined;
|
|
127
127
|
active?: boolean | undefined;
|
|
128
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
128
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
129
129
|
unstyled?: boolean | undefined;
|
|
130
130
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
131
131
|
disabled?: boolean | undefined;
|
|
@@ -143,7 +143,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
143
143
|
padded?: boolean | undefined;
|
|
144
144
|
chromeless?: boolean | "all" | undefined;
|
|
145
145
|
active?: boolean | undefined;
|
|
146
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
146
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
147
147
|
unstyled?: boolean | undefined;
|
|
148
148
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
149
149
|
disabled?: boolean | undefined;
|
|
@@ -161,7 +161,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
161
161
|
padded?: boolean | undefined;
|
|
162
162
|
chromeless?: boolean | "all" | undefined;
|
|
163
163
|
active?: boolean | undefined;
|
|
164
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
164
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
165
165
|
unstyled?: boolean | undefined;
|
|
166
166
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
167
167
|
disabled?: boolean | undefined;
|
|
@@ -179,7 +179,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
179
179
|
padded?: boolean | undefined;
|
|
180
180
|
chromeless?: boolean | "all" | undefined;
|
|
181
181
|
active?: boolean | undefined;
|
|
182
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
182
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
183
183
|
unstyled?: boolean | undefined;
|
|
184
184
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
185
185
|
disabled?: boolean | undefined;
|
|
@@ -215,7 +215,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
215
215
|
} & React.RefAttributes<TamaguiElement>>;
|
|
216
216
|
ScrollDownButton: React.ForwardRefExoticComponent<import("./types").SelectScrollButtonProps & React.RefAttributes<TamaguiElement>>;
|
|
217
217
|
ScrollUpButton: React.ForwardRefExoticComponent<import("./types").SelectScrollButtonProps & React.RefAttributes<TamaguiElement>>;
|
|
218
|
-
Trigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").
|
|
218
|
+
Trigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & 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 & {
|
|
219
219
|
unstyled?: boolean | undefined;
|
|
220
220
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
221
221
|
disabled?: boolean | undefined;
|
|
@@ -233,7 +233,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
233
233
|
padded?: boolean | undefined;
|
|
234
234
|
chromeless?: boolean | "all" | undefined;
|
|
235
235
|
active?: boolean | undefined;
|
|
236
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
236
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
237
237
|
unstyled?: boolean | undefined;
|
|
238
238
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
239
239
|
disabled?: boolean | undefined;
|
|
@@ -251,7 +251,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
251
251
|
padded?: boolean | undefined;
|
|
252
252
|
chromeless?: boolean | "all" | undefined;
|
|
253
253
|
active?: boolean | undefined;
|
|
254
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
254
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
255
255
|
unstyled?: boolean | undefined;
|
|
256
256
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
257
257
|
disabled?: boolean | undefined;
|
|
@@ -269,7 +269,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
269
269
|
padded?: boolean | undefined;
|
|
270
270
|
chromeless?: boolean | "all" | undefined;
|
|
271
271
|
active?: boolean | undefined;
|
|
272
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
272
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
273
273
|
unstyled?: boolean | undefined;
|
|
274
274
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
275
275
|
disabled?: boolean | undefined;
|
|
@@ -287,7 +287,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
287
287
|
padded?: boolean | undefined;
|
|
288
288
|
chromeless?: boolean | "all" | undefined;
|
|
289
289
|
active?: boolean | undefined;
|
|
290
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
290
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
291
291
|
unstyled?: boolean | undefined;
|
|
292
292
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
293
293
|
disabled?: boolean | undefined;
|
|
@@ -368,7 +368,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
368
368
|
size?: FontSizeTokens | undefined;
|
|
369
369
|
unstyled?: boolean | undefined;
|
|
370
370
|
}, {}>;
|
|
371
|
-
Viewport: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").
|
|
371
|
+
Viewport: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase & {
|
|
372
372
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
373
373
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
374
374
|
transparent?: boolean | undefined;
|
|
@@ -384,7 +384,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
384
384
|
padded?: boolean | undefined;
|
|
385
385
|
chromeless?: boolean | "all" | undefined;
|
|
386
386
|
unstyled?: boolean | undefined;
|
|
387
|
-
}>, "size" | `$${string}` | `$${number}` | keyof import("@tamagui/core").RNTamaguiViewNonStyleProps | "elevation" | keyof import("@tamagui/core").
|
|
387
|
+
}>, "size" | `$${string}` | `$${number}` | keyof import("@tamagui/core").RNTamaguiViewNonStyleProps | "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | `$theme-${string}` | `$theme-${number}` | "unstyled" | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
388
388
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
389
389
|
transparent?: boolean | undefined;
|
|
390
390
|
fullscreen?: boolean | undefined;
|
|
@@ -398,7 +398,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
398
398
|
radiused?: boolean | undefined;
|
|
399
399
|
padded?: boolean | undefined;
|
|
400
400
|
chromeless?: boolean | "all" | undefined;
|
|
401
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
401
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
402
402
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
403
403
|
transparent?: boolean | undefined;
|
|
404
404
|
fullscreen?: boolean | undefined;
|
|
@@ -412,7 +412,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
412
412
|
radiused?: boolean | undefined;
|
|
413
413
|
padded?: boolean | undefined;
|
|
414
414
|
chromeless?: boolean | "all" | undefined;
|
|
415
|
-
}>>> | "disableScroll"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").
|
|
415
|
+
}>>> | "disableScroll"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
416
416
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
417
417
|
transparent?: boolean | undefined;
|
|
418
418
|
fullscreen?: boolean | undefined;
|
|
@@ -426,7 +426,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
426
426
|
radiused?: boolean | undefined;
|
|
427
427
|
padded?: boolean | undefined;
|
|
428
428
|
chromeless?: boolean | "all" | undefined;
|
|
429
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
429
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
430
430
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
431
431
|
transparent?: boolean | undefined;
|
|
432
432
|
fullscreen?: boolean | undefined;
|
|
@@ -440,7 +440,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
440
440
|
radiused?: boolean | undefined;
|
|
441
441
|
padded?: boolean | undefined;
|
|
442
442
|
chromeless?: boolean | "all" | undefined;
|
|
443
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
443
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
444
444
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
445
445
|
transparent?: boolean | undefined;
|
|
446
446
|
fullscreen?: boolean | undefined;
|
|
@@ -454,7 +454,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
454
454
|
radiused?: boolean | undefined;
|
|
455
455
|
padded?: boolean | undefined;
|
|
456
456
|
chromeless?: boolean | "all" | undefined;
|
|
457
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
457
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
458
458
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
459
459
|
transparent?: boolean | undefined;
|
|
460
460
|
fullscreen?: boolean | undefined;
|
|
@@ -468,7 +468,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
468
468
|
radiused?: boolean | undefined;
|
|
469
469
|
padded?: boolean | undefined;
|
|
470
470
|
chromeless?: boolean | "all" | undefined;
|
|
471
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
471
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
472
472
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
473
473
|
transparent?: boolean | undefined;
|
|
474
474
|
fullscreen?: boolean | undefined;
|
|
@@ -486,7 +486,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
486
486
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
487
487
|
disableScroll?: boolean | undefined;
|
|
488
488
|
unstyled?: boolean | undefined;
|
|
489
|
-
}, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").
|
|
489
|
+
}, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
490
490
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
491
491
|
transparent?: boolean | undefined;
|
|
492
492
|
fullscreen?: boolean | undefined;
|
|
@@ -500,7 +500,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
500
500
|
radiused?: boolean | undefined;
|
|
501
501
|
padded?: boolean | undefined;
|
|
502
502
|
chromeless?: boolean | "all" | undefined;
|
|
503
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
503
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
504
504
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
505
505
|
transparent?: boolean | undefined;
|
|
506
506
|
fullscreen?: boolean | undefined;
|
|
@@ -514,7 +514,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
514
514
|
radiused?: boolean | undefined;
|
|
515
515
|
padded?: boolean | undefined;
|
|
516
516
|
chromeless?: boolean | "all" | undefined;
|
|
517
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
517
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
518
518
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
519
519
|
transparent?: boolean | undefined;
|
|
520
520
|
fullscreen?: boolean | undefined;
|
|
@@ -528,7 +528,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
528
528
|
radiused?: boolean | undefined;
|
|
529
529
|
padded?: boolean | undefined;
|
|
530
530
|
chromeless?: boolean | "all" | undefined;
|
|
531
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
531
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
532
532
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
533
533
|
transparent?: boolean | undefined;
|
|
534
534
|
fullscreen?: boolean | undefined;
|
|
@@ -542,7 +542,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
542
542
|
radiused?: boolean | undefined;
|
|
543
543
|
padded?: boolean | undefined;
|
|
544
544
|
chromeless?: boolean | "all" | undefined;
|
|
545
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
545
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
546
546
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
547
547
|
transparent?: boolean | undefined;
|
|
548
548
|
fullscreen?: boolean | undefined;
|
|
@@ -560,7 +560,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
560
560
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
561
561
|
disableScroll?: boolean | undefined;
|
|
562
562
|
unstyled?: boolean | undefined;
|
|
563
|
-
}, import("@tamagui/core").
|
|
563
|
+
}, import("@tamagui/core").StackStyleBase, {
|
|
564
564
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
565
565
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
566
566
|
transparent?: boolean | undefined;
|
|
@@ -578,23 +578,23 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
578
578
|
unstyled?: boolean | undefined;
|
|
579
579
|
}, {}>;
|
|
580
580
|
Sheet: React.FunctionComponent<Omit<import("@tamagui/sheet").SheetProps, "open" | "onOpenChange"> & React.RefAttributes<import("react-native").View>> & {
|
|
581
|
-
Frame: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").
|
|
581
|
+
Frame: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
582
582
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
583
583
|
fullscreen?: boolean | undefined;
|
|
584
584
|
unstyled?: boolean | undefined;
|
|
585
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
585
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
586
586
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
587
587
|
fullscreen?: boolean | undefined;
|
|
588
588
|
unstyled?: boolean | undefined;
|
|
589
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
589
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
590
590
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
591
591
|
fullscreen?: boolean | undefined;
|
|
592
592
|
unstyled?: boolean | undefined;
|
|
593
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
593
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
594
594
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
595
595
|
fullscreen?: boolean | undefined;
|
|
596
596
|
unstyled?: boolean | undefined;
|
|
597
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
597
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
598
598
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
599
599
|
fullscreen?: boolean | undefined;
|
|
600
600
|
unstyled?: boolean | undefined;
|
|
@@ -604,7 +604,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
604
604
|
} & {
|
|
605
605
|
__scopeSheet?: import("@tamagui/create-context").Scope<any>;
|
|
606
606
|
} & React.RefAttributes<unknown>>;
|
|
607
|
-
Overlay: React.MemoExoticComponent<(propsIn: import("@tamagui/sheet").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").
|
|
607
|
+
Overlay: React.MemoExoticComponent<(propsIn: import("@tamagui/sheet").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase & {
|
|
608
608
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
609
609
|
fullscreen?: boolean | undefined;
|
|
610
610
|
open?: boolean | undefined;
|
|
@@ -621,21 +621,21 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
621
621
|
padded?: boolean | undefined;
|
|
622
622
|
chromeless?: boolean | "all" | undefined;
|
|
623
623
|
}>>) => null>;
|
|
624
|
-
Handle: ({ __scopeSheet, ...props }: import("@tamagui/sheet").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").
|
|
624
|
+
Handle: ({ __scopeSheet, ...props }: import("@tamagui/sheet").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase & {
|
|
625
625
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
626
626
|
fullscreen?: boolean | undefined;
|
|
627
627
|
open?: boolean | undefined;
|
|
628
628
|
unstyled?: boolean | undefined;
|
|
629
629
|
}>>) => JSX.Element | null;
|
|
630
|
-
ScrollView: React.ForwardRefExoticComponent<Omit<import("@tamagui/
|
|
630
|
+
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 & {
|
|
631
631
|
fullscreen?: boolean | undefined;
|
|
632
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
632
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
633
633
|
fullscreen?: boolean | undefined;
|
|
634
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
634
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
635
635
|
fullscreen?: boolean | undefined;
|
|
636
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
636
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
637
637
|
fullscreen?: boolean | undefined;
|
|
638
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
638
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
639
639
|
fullscreen?: boolean | undefined;
|
|
640
640
|
}>> & React.RefAttributes<import("react-native").ScrollView>>;
|
|
641
641
|
};
|
package/types/SelectItem.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export interface SelectItemProps extends ListItemProps {
|
|
|
21
21
|
disabled?: boolean;
|
|
22
22
|
textValue?: string;
|
|
23
23
|
}
|
|
24
|
-
export declare const SelectItem: import("@tamagui/web").TamaguiComponent<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
24
|
+
export declare const SelectItem: import("@tamagui/web").TamaguiComponent<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase & {
|
|
25
25
|
unstyled?: boolean | undefined;
|
|
26
26
|
size?: import("@tamagui/web").SizeTokens | undefined;
|
|
27
27
|
disabled?: boolean | undefined;
|
|
@@ -39,7 +39,7 @@ export declare const SelectItem: import("@tamagui/web").TamaguiComponent<Omit<im
|
|
|
39
39
|
padded?: boolean | undefined;
|
|
40
40
|
chromeless?: boolean | "all" | undefined;
|
|
41
41
|
active?: boolean | undefined;
|
|
42
|
-
}>, keyof SelectItemProps> & SelectItemProps, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SelectItemProps, import("@tamagui/web").
|
|
42
|
+
}>, keyof SelectItemProps> & SelectItemProps, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SelectItemProps, import("@tamagui/web").StackStyleBase, {
|
|
43
43
|
unstyled?: boolean | undefined;
|
|
44
44
|
size?: import("@tamagui/web").SizeTokens | undefined;
|
|
45
45
|
disabled?: boolean | undefined;
|
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/text").TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").
|
|
5
|
+
export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & 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
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
23
|
+
}> & import("@tamagui/core").WithShorthands<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,7 +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
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
41
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
42
42
|
unstyled?: boolean | undefined;
|
|
43
43
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
44
44
|
disabled?: boolean | undefined;
|
|
@@ -56,7 +56,7 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
56
56
|
padded?: boolean | undefined;
|
|
57
57
|
chromeless?: boolean | "all" | undefined;
|
|
58
58
|
active?: boolean | undefined;
|
|
59
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
59
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
60
60
|
unstyled?: boolean | undefined;
|
|
61
61
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
62
62
|
disabled?: boolean | undefined;
|
|
@@ -74,7 +74,7 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
74
74
|
padded?: boolean | undefined;
|
|
75
75
|
chromeless?: boolean | "all" | undefined;
|
|
76
76
|
active?: boolean | undefined;
|
|
77
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
77
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
78
78
|
unstyled?: boolean | undefined;
|
|
79
79
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
80
80
|
disabled?: boolean | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const SelectViewportFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").
|
|
1
|
+
export declare const SelectViewportFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
2
2
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
3
3
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
4
4
|
transparent?: boolean | undefined;
|
|
@@ -15,7 +15,7 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
15
15
|
chromeless?: boolean | "all" | undefined;
|
|
16
16
|
unstyled?: boolean | undefined;
|
|
17
17
|
}, {}>;
|
|
18
|
-
export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").
|
|
18
|
+
export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase & {
|
|
19
19
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
20
20
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
21
21
|
transparent?: boolean | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
31
31
|
padded?: boolean | undefined;
|
|
32
32
|
chromeless?: boolean | "all" | undefined;
|
|
33
33
|
unstyled?: boolean | undefined;
|
|
34
|
-
}>, "size" | `$${string}` | `$${number}` | keyof import("@tamagui/core").RNTamaguiViewNonStyleProps | "elevation" | keyof import("@tamagui/core").
|
|
34
|
+
}>, "size" | `$${string}` | `$${number}` | keyof import("@tamagui/core").RNTamaguiViewNonStyleProps | "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | `$theme-${string}` | `$theme-${number}` | "unstyled" | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
35
35
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
36
36
|
transparent?: boolean | undefined;
|
|
37
37
|
fullscreen?: boolean | undefined;
|
|
@@ -45,7 +45,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
45
45
|
radiused?: boolean | undefined;
|
|
46
46
|
padded?: boolean | undefined;
|
|
47
47
|
chromeless?: boolean | "all" | undefined;
|
|
48
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
48
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
49
49
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
50
50
|
transparent?: boolean | undefined;
|
|
51
51
|
fullscreen?: boolean | undefined;
|
|
@@ -59,7 +59,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
59
59
|
radiused?: boolean | undefined;
|
|
60
60
|
padded?: boolean | undefined;
|
|
61
61
|
chromeless?: boolean | "all" | undefined;
|
|
62
|
-
}>>> | "disableScroll"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").
|
|
62
|
+
}>>> | "disableScroll"> & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
63
63
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
64
64
|
transparent?: boolean | undefined;
|
|
65
65
|
fullscreen?: boolean | undefined;
|
|
@@ -73,7 +73,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
73
73
|
radiused?: boolean | undefined;
|
|
74
74
|
padded?: boolean | undefined;
|
|
75
75
|
chromeless?: boolean | "all" | undefined;
|
|
76
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
76
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
77
77
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
78
78
|
transparent?: boolean | undefined;
|
|
79
79
|
fullscreen?: boolean | undefined;
|
|
@@ -87,7 +87,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
87
87
|
radiused?: boolean | undefined;
|
|
88
88
|
padded?: boolean | undefined;
|
|
89
89
|
chromeless?: boolean | "all" | undefined;
|
|
90
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
90
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
91
91
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
92
92
|
transparent?: boolean | undefined;
|
|
93
93
|
fullscreen?: boolean | undefined;
|
|
@@ -101,7 +101,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
101
101
|
radiused?: boolean | undefined;
|
|
102
102
|
padded?: boolean | undefined;
|
|
103
103
|
chromeless?: boolean | "all" | undefined;
|
|
104
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
104
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
105
105
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
106
106
|
transparent?: boolean | undefined;
|
|
107
107
|
fullscreen?: boolean | undefined;
|
|
@@ -115,7 +115,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
115
115
|
radiused?: boolean | undefined;
|
|
116
116
|
padded?: boolean | undefined;
|
|
117
117
|
chromeless?: boolean | "all" | undefined;
|
|
118
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
118
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
119
119
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
120
120
|
transparent?: boolean | undefined;
|
|
121
121
|
fullscreen?: boolean | undefined;
|
|
@@ -133,7 +133,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
133
133
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
134
134
|
disableScroll?: boolean | undefined;
|
|
135
135
|
unstyled?: boolean | undefined;
|
|
136
|
-
}, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").
|
|
136
|
+
}, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
137
137
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
138
138
|
transparent?: boolean | undefined;
|
|
139
139
|
fullscreen?: boolean | undefined;
|
|
@@ -147,7 +147,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
147
147
|
radiused?: boolean | undefined;
|
|
148
148
|
padded?: boolean | undefined;
|
|
149
149
|
chromeless?: boolean | "all" | undefined;
|
|
150
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
150
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
151
151
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
152
152
|
transparent?: boolean | undefined;
|
|
153
153
|
fullscreen?: boolean | undefined;
|
|
@@ -161,7 +161,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
161
161
|
radiused?: boolean | undefined;
|
|
162
162
|
padded?: boolean | undefined;
|
|
163
163
|
chromeless?: boolean | "all" | undefined;
|
|
164
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
164
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
165
165
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
166
166
|
transparent?: boolean | undefined;
|
|
167
167
|
fullscreen?: boolean | undefined;
|
|
@@ -175,7 +175,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
175
175
|
radiused?: boolean | undefined;
|
|
176
176
|
padded?: boolean | undefined;
|
|
177
177
|
chromeless?: boolean | "all" | undefined;
|
|
178
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
178
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
179
179
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
180
180
|
transparent?: boolean | undefined;
|
|
181
181
|
fullscreen?: boolean | undefined;
|
|
@@ -189,7 +189,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
189
189
|
radiused?: boolean | undefined;
|
|
190
190
|
padded?: boolean | undefined;
|
|
191
191
|
chromeless?: boolean | "all" | undefined;
|
|
192
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
192
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
193
193
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
194
194
|
transparent?: boolean | undefined;
|
|
195
195
|
fullscreen?: boolean | undefined;
|
|
@@ -207,7 +207,7 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
207
207
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
208
208
|
disableScroll?: boolean | undefined;
|
|
209
209
|
unstyled?: boolean | undefined;
|
|
210
|
-
}, import("@tamagui/core").
|
|
210
|
+
}, import("@tamagui/core").StackStyleBase, {
|
|
211
211
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
212
212
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
213
213
|
transparent?: boolean | undefined;
|