@tamagui/select 1.120.2 → 1.121.0
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 +24 -24
- package/types/Select.d.ts +84 -84
- package/types/Select.d.ts.map +1 -1
- package/types/SelectItem.d.ts +12 -12
- package/types/SelectItem.d.ts.map +1 -1
- package/types/SelectTrigger.d.ts +19 -19
- package/types/SelectTrigger.d.ts.map +1 -1
- package/types/SelectViewport.d.ts +12 -12
- package/types/context.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/select",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.121.0",
|
|
4
4
|
"removeSideEffects": "true",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -37,35 +37,35 @@
|
|
|
37
37
|
"@floating-ui/react": "^0.26.24",
|
|
38
38
|
"@floating-ui/react-dom": "^2.1.2",
|
|
39
39
|
"@floating-ui/react-native": "^0.10.6",
|
|
40
|
-
"@tamagui/adapt": "1.
|
|
41
|
-
"@tamagui/animate-presence": "1.
|
|
42
|
-
"@tamagui/compose-refs": "1.
|
|
43
|
-
"@tamagui/constants": "1.
|
|
44
|
-
"@tamagui/core": "1.
|
|
45
|
-
"@tamagui/create-context": "1.
|
|
46
|
-
"@tamagui/dismissable": "1.
|
|
47
|
-
"@tamagui/focus-scope": "1.
|
|
48
|
-
"@tamagui/get-token": "1.
|
|
49
|
-
"@tamagui/helpers": "1.
|
|
50
|
-
"@tamagui/list-item": "1.
|
|
51
|
-
"@tamagui/portal": "1.
|
|
52
|
-
"@tamagui/remove-scroll": "1.
|
|
53
|
-
"@tamagui/separator": "1.
|
|
54
|
-
"@tamagui/sheet": "1.
|
|
55
|
-
"@tamagui/stacks": "1.
|
|
56
|
-
"@tamagui/text": "1.
|
|
57
|
-
"@tamagui/use-controllable-state": "1.
|
|
58
|
-
"@tamagui/use-debounce": "1.
|
|
59
|
-
"@tamagui/use-event": "1.
|
|
60
|
-
"@tamagui/use-previous": "1.
|
|
40
|
+
"@tamagui/adapt": "1.121.0",
|
|
41
|
+
"@tamagui/animate-presence": "1.121.0",
|
|
42
|
+
"@tamagui/compose-refs": "1.121.0",
|
|
43
|
+
"@tamagui/constants": "1.121.0",
|
|
44
|
+
"@tamagui/core": "1.121.0",
|
|
45
|
+
"@tamagui/create-context": "1.121.0",
|
|
46
|
+
"@tamagui/dismissable": "1.121.0",
|
|
47
|
+
"@tamagui/focus-scope": "1.121.0",
|
|
48
|
+
"@tamagui/get-token": "1.121.0",
|
|
49
|
+
"@tamagui/helpers": "1.121.0",
|
|
50
|
+
"@tamagui/list-item": "1.121.0",
|
|
51
|
+
"@tamagui/portal": "1.121.0",
|
|
52
|
+
"@tamagui/remove-scroll": "1.121.0",
|
|
53
|
+
"@tamagui/separator": "1.121.0",
|
|
54
|
+
"@tamagui/sheet": "1.121.0",
|
|
55
|
+
"@tamagui/stacks": "1.121.0",
|
|
56
|
+
"@tamagui/text": "1.121.0",
|
|
57
|
+
"@tamagui/use-controllable-state": "1.121.0",
|
|
58
|
+
"@tamagui/use-debounce": "1.121.0",
|
|
59
|
+
"@tamagui/use-event": "1.121.0",
|
|
60
|
+
"@tamagui/use-previous": "1.121.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"react": "*"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tamagui/build": "1.
|
|
66
|
+
"@tamagui/build": "1.121.0",
|
|
67
67
|
"react": "*",
|
|
68
|
-
"react-native": "0.
|
|
68
|
+
"react-native": "^0.76.5"
|
|
69
69
|
},
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
package/types/Select.d.ts
CHANGED
|
@@ -7,23 +7,23 @@ export interface SelectValueExtraProps {
|
|
|
7
7
|
}
|
|
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
|
-
fullscreen?: boolean | undefined;
|
|
11
10
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
12
11
|
top?: number;
|
|
13
12
|
bottom?: number;
|
|
14
13
|
left?: number;
|
|
15
14
|
right?: number;
|
|
16
|
-
} | undefined;
|
|
15
|
+
} | null | undefined;
|
|
16
|
+
fullscreen?: boolean | undefined;
|
|
17
17
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
18
18
|
export declare const SelectGroupFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
19
19
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
20
|
-
fullscreen?: boolean | undefined;
|
|
21
20
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
22
21
|
top?: number;
|
|
23
22
|
bottom?: number;
|
|
24
23
|
left?: number;
|
|
25
24
|
right?: number;
|
|
26
|
-
} | undefined;
|
|
25
|
+
} | null | undefined;
|
|
26
|
+
fullscreen?: boolean | undefined;
|
|
27
27
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
28
28
|
export type SelectLabelProps = ListItemProps;
|
|
29
29
|
export declare const SelectSeparator: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
@@ -39,58 +39,56 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
Content: ({ children, __scopeSelect, zIndex, ...focusScopeProps }: import("./types").SelectContentProps & import("@tamagui/focus-scope").FocusScopeProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
42
|
-
Group: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"
|
|
42
|
+
Group: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
43
43
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
44
|
-
fullscreen?: boolean | undefined;
|
|
45
44
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
46
45
|
top?: number;
|
|
47
46
|
bottom?: number;
|
|
48
47
|
left?: number;
|
|
49
48
|
right?: number;
|
|
50
|
-
} | undefined;
|
|
49
|
+
} | null | undefined;
|
|
50
|
+
fullscreen?: boolean | undefined;
|
|
51
51
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
52
52
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
53
|
-
fullscreen?: boolean | undefined;
|
|
54
53
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
55
54
|
top?: number;
|
|
56
55
|
bottom?: number;
|
|
57
56
|
left?: number;
|
|
58
57
|
right?: number;
|
|
59
|
-
} | undefined;
|
|
58
|
+
} | null | undefined;
|
|
59
|
+
fullscreen?: boolean | undefined;
|
|
60
60
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
61
61
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
62
|
-
fullscreen?: boolean | undefined;
|
|
63
62
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
64
63
|
top?: number;
|
|
65
64
|
bottom?: number;
|
|
66
65
|
left?: number;
|
|
67
66
|
right?: number;
|
|
68
|
-
} | undefined;
|
|
67
|
+
} | null | undefined;
|
|
68
|
+
fullscreen?: boolean | undefined;
|
|
69
69
|
}>> & React.RefAttributes<TamaguiElement>>;
|
|
70
70
|
Icon: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
71
71
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
72
|
-
fullscreen?: boolean | undefined;
|
|
73
72
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
74
73
|
top?: number;
|
|
75
74
|
bottom?: number;
|
|
76
75
|
left?: number;
|
|
77
76
|
right?: number;
|
|
78
|
-
} | undefined;
|
|
77
|
+
} | null | undefined;
|
|
78
|
+
fullscreen?: boolean | undefined;
|
|
79
79
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
80
80
|
Item: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
81
|
-
unstyled?: boolean | undefined;
|
|
82
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
83
81
|
disabled?: boolean | undefined;
|
|
84
82
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
85
|
-
transparent?: boolean | undefined;
|
|
86
|
-
fullscreen?: boolean | undefined;
|
|
87
|
-
circular?: boolean | undefined;
|
|
88
83
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
89
84
|
top?: number;
|
|
90
85
|
bottom?: number;
|
|
91
86
|
left?: number;
|
|
92
87
|
right?: number;
|
|
93
|
-
} | undefined;
|
|
88
|
+
} | null | undefined;
|
|
89
|
+
transparent?: boolean | undefined;
|
|
90
|
+
fullscreen?: boolean | undefined;
|
|
91
|
+
circular?: boolean | undefined;
|
|
94
92
|
hoverTheme?: boolean | undefined;
|
|
95
93
|
pressTheme?: boolean | undefined;
|
|
96
94
|
focusTheme?: boolean | undefined;
|
|
@@ -100,21 +98,21 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
100
98
|
radiused?: boolean | undefined;
|
|
101
99
|
padded?: boolean | undefined;
|
|
102
100
|
chromeless?: boolean | "all" | undefined;
|
|
101
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
102
|
+
unstyled?: boolean | undefined;
|
|
103
103
|
active?: boolean | undefined;
|
|
104
104
|
}>, keyof import("./SelectItem").SelectItemExtraProps> & import("./SelectItem").SelectItemExtraProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & import("./SelectItem").SelectItemExtraProps, import("@tamagui/core").StackStyleBase, {
|
|
105
|
-
unstyled?: boolean | undefined;
|
|
106
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
107
105
|
disabled?: boolean | undefined;
|
|
108
106
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
109
|
-
transparent?: boolean | undefined;
|
|
110
|
-
fullscreen?: boolean | undefined;
|
|
111
|
-
circular?: boolean | undefined;
|
|
112
107
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
113
108
|
top?: number;
|
|
114
109
|
bottom?: number;
|
|
115
110
|
left?: number;
|
|
116
111
|
right?: number;
|
|
117
|
-
} | undefined;
|
|
112
|
+
} | null | undefined;
|
|
113
|
+
transparent?: boolean | undefined;
|
|
114
|
+
fullscreen?: boolean | undefined;
|
|
115
|
+
circular?: boolean | undefined;
|
|
118
116
|
hoverTheme?: boolean | undefined;
|
|
119
117
|
pressTheme?: boolean | undefined;
|
|
120
118
|
focusTheme?: boolean | undefined;
|
|
@@ -124,35 +122,37 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
124
122
|
radiused?: boolean | undefined;
|
|
125
123
|
padded?: boolean | undefined;
|
|
126
124
|
chromeless?: boolean | "all" | undefined;
|
|
125
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
126
|
+
unstyled?: boolean | undefined;
|
|
127
127
|
active?: boolean | undefined;
|
|
128
128
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
129
|
-
ItemIndicator: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"
|
|
129
|
+
ItemIndicator: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
130
130
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
131
|
-
fullscreen?: boolean | undefined;
|
|
132
131
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
133
132
|
top?: number;
|
|
134
133
|
bottom?: number;
|
|
135
134
|
left?: number;
|
|
136
135
|
right?: number;
|
|
137
|
-
} | undefined;
|
|
136
|
+
} | null | undefined;
|
|
137
|
+
fullscreen?: boolean | undefined;
|
|
138
138
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
139
139
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
140
|
-
fullscreen?: boolean | undefined;
|
|
141
140
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
142
141
|
top?: number;
|
|
143
142
|
bottom?: number;
|
|
144
143
|
left?: number;
|
|
145
144
|
right?: number;
|
|
146
|
-
} | undefined;
|
|
145
|
+
} | null | undefined;
|
|
146
|
+
fullscreen?: boolean | undefined;
|
|
147
147
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
148
148
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
149
|
-
fullscreen?: boolean | undefined;
|
|
150
149
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
151
150
|
top?: number;
|
|
152
151
|
bottom?: number;
|
|
153
152
|
left?: number;
|
|
154
153
|
right?: number;
|
|
155
|
-
} | undefined;
|
|
154
|
+
} | null | undefined;
|
|
155
|
+
fullscreen?: boolean | undefined;
|
|
156
156
|
}>> & React.RefAttributes<TamaguiElement>>;
|
|
157
157
|
ItemText: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").GetFinalProps<import("@tamagui/core").TextNonStyleProps, import("@tamagui/core").TextStylePropsBase, {
|
|
158
158
|
size?: FontSizeTokens | undefined;
|
|
@@ -161,20 +161,18 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
161
161
|
size?: FontSizeTokens | undefined;
|
|
162
162
|
unstyled?: boolean | undefined;
|
|
163
163
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
164
|
-
Label: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "
|
|
165
|
-
unstyled?: boolean | undefined;
|
|
166
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
164
|
+
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" | "active" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
167
165
|
disabled?: boolean | undefined;
|
|
168
166
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
169
|
-
transparent?: boolean | undefined;
|
|
170
|
-
fullscreen?: boolean | undefined;
|
|
171
|
-
circular?: boolean | undefined;
|
|
172
167
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
173
168
|
top?: number;
|
|
174
169
|
bottom?: number;
|
|
175
170
|
left?: number;
|
|
176
171
|
right?: number;
|
|
177
|
-
} | undefined;
|
|
172
|
+
} | null | undefined;
|
|
173
|
+
transparent?: boolean | undefined;
|
|
174
|
+
fullscreen?: boolean | undefined;
|
|
175
|
+
circular?: boolean | undefined;
|
|
178
176
|
hoverTheme?: boolean | undefined;
|
|
179
177
|
pressTheme?: boolean | undefined;
|
|
180
178
|
focusTheme?: boolean | undefined;
|
|
@@ -184,21 +182,21 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
184
182
|
radiused?: boolean | undefined;
|
|
185
183
|
padded?: boolean | undefined;
|
|
186
184
|
chromeless?: boolean | "all" | undefined;
|
|
185
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
186
|
+
unstyled?: boolean | undefined;
|
|
187
187
|
active?: boolean | undefined;
|
|
188
188
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
189
|
-
unstyled?: boolean | undefined;
|
|
190
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
191
189
|
disabled?: boolean | undefined;
|
|
192
190
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
193
|
-
transparent?: boolean | undefined;
|
|
194
|
-
fullscreen?: boolean | undefined;
|
|
195
|
-
circular?: boolean | undefined;
|
|
196
191
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
197
192
|
top?: number;
|
|
198
193
|
bottom?: number;
|
|
199
194
|
left?: number;
|
|
200
195
|
right?: number;
|
|
201
|
-
} | undefined;
|
|
196
|
+
} | null | undefined;
|
|
197
|
+
transparent?: boolean | undefined;
|
|
198
|
+
fullscreen?: boolean | undefined;
|
|
199
|
+
circular?: boolean | undefined;
|
|
202
200
|
hoverTheme?: boolean | undefined;
|
|
203
201
|
pressTheme?: boolean | undefined;
|
|
204
202
|
focusTheme?: boolean | undefined;
|
|
@@ -208,21 +206,21 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
208
206
|
radiused?: boolean | undefined;
|
|
209
207
|
padded?: boolean | undefined;
|
|
210
208
|
chromeless?: boolean | "all" | undefined;
|
|
209
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
210
|
+
unstyled?: boolean | undefined;
|
|
211
211
|
active?: boolean | undefined;
|
|
212
212
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
213
|
-
unstyled?: boolean | undefined;
|
|
214
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
215
213
|
disabled?: boolean | undefined;
|
|
216
214
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
217
|
-
transparent?: boolean | undefined;
|
|
218
|
-
fullscreen?: boolean | undefined;
|
|
219
|
-
circular?: boolean | undefined;
|
|
220
215
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
221
216
|
top?: number;
|
|
222
217
|
bottom?: number;
|
|
223
218
|
left?: number;
|
|
224
219
|
right?: number;
|
|
225
|
-
} | undefined;
|
|
220
|
+
} | null | undefined;
|
|
221
|
+
transparent?: boolean | undefined;
|
|
222
|
+
fullscreen?: boolean | undefined;
|
|
223
|
+
circular?: boolean | undefined;
|
|
226
224
|
hoverTheme?: boolean | undefined;
|
|
227
225
|
pressTheme?: boolean | undefined;
|
|
228
226
|
focusTheme?: boolean | undefined;
|
|
@@ -232,6 +230,8 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
232
230
|
radiused?: boolean | undefined;
|
|
233
231
|
padded?: boolean | undefined;
|
|
234
232
|
chromeless?: boolean | "all" | undefined;
|
|
233
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
234
|
+
unstyled?: boolean | undefined;
|
|
235
235
|
active?: boolean | undefined;
|
|
236
236
|
}>> & Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & import("@tamagui/core").ThemeableProps & {
|
|
237
237
|
icon?: JSX.Element | React.FunctionComponent<{
|
|
@@ -251,20 +251,18 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
251
251
|
} & React.RefAttributes<TamaguiElement>>;
|
|
252
252
|
ScrollDownButton: React.ForwardRefExoticComponent<import("./types").SelectScrollButtonProps & React.RefAttributes<TamaguiElement>>;
|
|
253
253
|
ScrollUpButton: React.ForwardRefExoticComponent<import("./types").SelectScrollButtonProps & React.RefAttributes<TamaguiElement>>;
|
|
254
|
-
Trigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "disabled" | "size" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "transparent" | "fullscreen" | "circular" | "
|
|
255
|
-
unstyled?: boolean | undefined;
|
|
256
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
254
|
+
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" | "active" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
257
255
|
disabled?: boolean | undefined;
|
|
258
256
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
259
|
-
transparent?: boolean | undefined;
|
|
260
|
-
fullscreen?: boolean | undefined;
|
|
261
|
-
circular?: boolean | undefined;
|
|
262
257
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
263
258
|
top?: number;
|
|
264
259
|
bottom?: number;
|
|
265
260
|
left?: number;
|
|
266
261
|
right?: number;
|
|
267
|
-
} | undefined;
|
|
262
|
+
} | null | undefined;
|
|
263
|
+
transparent?: boolean | undefined;
|
|
264
|
+
fullscreen?: boolean | undefined;
|
|
265
|
+
circular?: boolean | undefined;
|
|
268
266
|
hoverTheme?: boolean | undefined;
|
|
269
267
|
pressTheme?: boolean | undefined;
|
|
270
268
|
focusTheme?: boolean | undefined;
|
|
@@ -274,21 +272,21 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
274
272
|
radiused?: boolean | undefined;
|
|
275
273
|
padded?: boolean | undefined;
|
|
276
274
|
chromeless?: boolean | "all" | undefined;
|
|
275
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
276
|
+
unstyled?: boolean | undefined;
|
|
277
277
|
active?: boolean | undefined;
|
|
278
278
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
279
|
-
unstyled?: boolean | undefined;
|
|
280
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
281
279
|
disabled?: boolean | undefined;
|
|
282
280
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
283
|
-
transparent?: boolean | undefined;
|
|
284
|
-
fullscreen?: boolean | undefined;
|
|
285
|
-
circular?: boolean | undefined;
|
|
286
281
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
287
282
|
top?: number;
|
|
288
283
|
bottom?: number;
|
|
289
284
|
left?: number;
|
|
290
285
|
right?: number;
|
|
291
|
-
} | undefined;
|
|
286
|
+
} | null | undefined;
|
|
287
|
+
transparent?: boolean | undefined;
|
|
288
|
+
fullscreen?: boolean | undefined;
|
|
289
|
+
circular?: boolean | undefined;
|
|
292
290
|
hoverTheme?: boolean | undefined;
|
|
293
291
|
pressTheme?: boolean | undefined;
|
|
294
292
|
focusTheme?: boolean | undefined;
|
|
@@ -298,21 +296,21 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
298
296
|
radiused?: boolean | undefined;
|
|
299
297
|
padded?: boolean | undefined;
|
|
300
298
|
chromeless?: boolean | "all" | undefined;
|
|
299
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
300
|
+
unstyled?: boolean | undefined;
|
|
301
301
|
active?: boolean | undefined;
|
|
302
302
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
303
|
-
unstyled?: boolean | undefined;
|
|
304
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
305
303
|
disabled?: boolean | undefined;
|
|
306
304
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
307
|
-
transparent?: boolean | undefined;
|
|
308
|
-
fullscreen?: boolean | undefined;
|
|
309
|
-
circular?: boolean | undefined;
|
|
310
305
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
311
306
|
top?: number;
|
|
312
307
|
bottom?: number;
|
|
313
308
|
left?: number;
|
|
314
309
|
right?: number;
|
|
315
|
-
} | undefined;
|
|
310
|
+
} | null | undefined;
|
|
311
|
+
transparent?: boolean | undefined;
|
|
312
|
+
fullscreen?: boolean | undefined;
|
|
313
|
+
circular?: boolean | undefined;
|
|
316
314
|
hoverTheme?: boolean | undefined;
|
|
317
315
|
pressTheme?: boolean | undefined;
|
|
318
316
|
focusTheme?: boolean | undefined;
|
|
@@ -322,6 +320,8 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
322
320
|
radiused?: boolean | undefined;
|
|
323
321
|
padded?: boolean | undefined;
|
|
324
322
|
chromeless?: boolean | "all" | undefined;
|
|
323
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
324
|
+
unstyled?: boolean | undefined;
|
|
325
325
|
active?: boolean | undefined;
|
|
326
326
|
}>> & Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & import("@tamagui/core").ThemeableProps & {
|
|
327
327
|
icon?: JSX.Element | React.FunctionComponent<{
|
|
@@ -349,15 +349,15 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
349
349
|
Viewport: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
350
350
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
351
351
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
352
|
-
transparent?: boolean | undefined;
|
|
353
|
-
fullscreen?: boolean | undefined;
|
|
354
|
-
circular?: boolean | undefined;
|
|
355
352
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
356
353
|
top?: number;
|
|
357
354
|
bottom?: number;
|
|
358
355
|
left?: number;
|
|
359
356
|
right?: number;
|
|
360
|
-
} | undefined;
|
|
357
|
+
} | null | undefined;
|
|
358
|
+
transparent?: boolean | undefined;
|
|
359
|
+
fullscreen?: boolean | undefined;
|
|
360
|
+
circular?: boolean | undefined;
|
|
361
361
|
hoverTheme?: boolean | undefined;
|
|
362
362
|
pressTheme?: boolean | undefined;
|
|
363
363
|
focusTheme?: boolean | undefined;
|
|
@@ -371,15 +371,15 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
371
371
|
}>, keyof import("./types").SelectViewportExtraProps> & import("./types").SelectViewportExtraProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & import("./types").SelectViewportExtraProps, import("@tamagui/core").StackStyleBase, {
|
|
372
372
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
373
373
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
374
|
-
transparent?: boolean | undefined;
|
|
375
|
-
fullscreen?: boolean | undefined;
|
|
376
|
-
circular?: boolean | undefined;
|
|
377
374
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
378
375
|
top?: number;
|
|
379
376
|
bottom?: number;
|
|
380
377
|
left?: number;
|
|
381
378
|
right?: number;
|
|
382
|
-
} | undefined;
|
|
379
|
+
} | null | undefined;
|
|
380
|
+
transparent?: boolean | undefined;
|
|
381
|
+
fullscreen?: boolean | undefined;
|
|
382
|
+
circular?: boolean | undefined;
|
|
383
383
|
hoverTheme?: boolean | undefined;
|
|
384
384
|
pressTheme?: boolean | undefined;
|
|
385
385
|
focusTheme?: boolean | undefined;
|
|
@@ -394,13 +394,13 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
394
394
|
Sheet: React.FunctionComponent<Omit<import("@tamagui/sheet").SheetProps, "open" | "onOpenChange"> & React.RefAttributes<import("react-native").View>> & {
|
|
395
395
|
Frame: import("react").ForwardRefExoticComponent<import("@tamagui/sheet").SheetScopedProps<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
396
396
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
397
|
-
fullscreen?: boolean | undefined;
|
|
398
397
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
399
398
|
top?: number;
|
|
400
399
|
bottom?: number;
|
|
401
400
|
left?: number;
|
|
402
401
|
right?: number;
|
|
403
|
-
} | undefined;
|
|
402
|
+
} | null | undefined;
|
|
403
|
+
fullscreen?: boolean | undefined;
|
|
404
404
|
unstyled?: boolean | undefined;
|
|
405
405
|
}>, keyof {
|
|
406
406
|
disableHideBottomOverflow?: boolean;
|
|
@@ -409,25 +409,25 @@ export declare const Select: ((props: SelectScopedProps<SelectProps>) => import(
|
|
|
409
409
|
disableHideBottomOverflow?: boolean;
|
|
410
410
|
adjustPaddingForOffscreenContent?: boolean;
|
|
411
411
|
}>>;
|
|
412
|
-
Overlay: import("react").MemoExoticComponent<(propsIn: import("@tamagui/sheet
|
|
412
|
+
Overlay: import("react").MemoExoticComponent<(propsIn: import("@tamagui/sheet").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
413
413
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
414
|
-
fullscreen?: boolean | undefined;
|
|
415
414
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
416
415
|
top?: number;
|
|
417
416
|
bottom?: number;
|
|
418
417
|
left?: number;
|
|
419
418
|
right?: number;
|
|
420
|
-
} | undefined;
|
|
419
|
+
} | null | undefined;
|
|
420
|
+
fullscreen?: boolean | undefined;
|
|
421
421
|
open?: boolean | undefined;
|
|
422
422
|
transparent?: boolean | undefined;
|
|
423
423
|
circular?: boolean | undefined;
|
|
424
424
|
unstyled?: boolean | undefined;
|
|
425
|
-
backgrounded?: boolean | undefined;
|
|
426
425
|
hoverTheme?: boolean | undefined;
|
|
427
426
|
pressTheme?: boolean | undefined;
|
|
428
427
|
focusTheme?: boolean | undefined;
|
|
429
428
|
elevate?: boolean | undefined;
|
|
430
429
|
bordered?: number | boolean | undefined;
|
|
430
|
+
backgrounded?: boolean | undefined;
|
|
431
431
|
radiused?: boolean | undefined;
|
|
432
432
|
padded?: boolean | undefined;
|
|
433
433
|
chromeless?: boolean | "all" | undefined;
|
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,KAAK,EAAE,cAAc,EAAY,cAAc,EAAE,MAAM,eAAe,CAAA;AAK7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAQvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAe9B,OAAO,KAAK,EAAmB,WAAW,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAc9E,MAAM,WAAW,qBAAqB;IACpC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC9B;AA0DD,eAAO,MAAM,UAAU;;;;;;;;;8CAKrB,CAAA;AA2CF,eAAO,MAAM,gBAAgB;;;;;;;;;8CAG3B,CAAA;AA8GF,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAA;AAgC5C,eAAO,MAAM,eAAe;;8CAE1B,CAAA;AAoCF,eAAO,MAAM,MAAM,WACM,iBAAiB,CAAC,WAAW,CAAC;mEA/SE,mBAAmB;;sBAEhE,GAAI;qBAA2B,CAAC;gBAAqB,MAAO,wBAAwB
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"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"}
|
package/types/SelectItem.d.ts
CHANGED
|
@@ -24,19 +24,17 @@ export interface SelectItemExtraProps {
|
|
|
24
24
|
export interface SelectItemProps extends Omit<ListItemProps, keyof SelectItemExtraProps>, SelectItemExtraProps {
|
|
25
25
|
}
|
|
26
26
|
export declare const SelectItem: import("@tamagui/web").TamaguiComponent<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
27
|
-
unstyled?: boolean | undefined;
|
|
28
|
-
size?: import("@tamagui/web").SizeTokens | undefined;
|
|
29
27
|
disabled?: boolean | undefined;
|
|
30
28
|
elevation?: number | import("@tamagui/web").SizeTokens | undefined;
|
|
31
|
-
transparent?: boolean | undefined;
|
|
32
|
-
fullscreen?: boolean | undefined;
|
|
33
|
-
circular?: boolean | undefined;
|
|
34
29
|
inset?: number | import("@tamagui/web").SizeTokens | {
|
|
35
30
|
top?: number;
|
|
36
31
|
bottom?: number;
|
|
37
32
|
left?: number;
|
|
38
33
|
right?: number;
|
|
39
|
-
} | undefined;
|
|
34
|
+
} | null | undefined;
|
|
35
|
+
transparent?: boolean | undefined;
|
|
36
|
+
fullscreen?: boolean | undefined;
|
|
37
|
+
circular?: boolean | undefined;
|
|
40
38
|
hoverTheme?: boolean | undefined;
|
|
41
39
|
pressTheme?: boolean | undefined;
|
|
42
40
|
focusTheme?: boolean | undefined;
|
|
@@ -46,21 +44,21 @@ export declare const SelectItem: import("@tamagui/web").TamaguiComponent<Omit<im
|
|
|
46
44
|
radiused?: boolean | undefined;
|
|
47
45
|
padded?: boolean | undefined;
|
|
48
46
|
chromeless?: boolean | "all" | undefined;
|
|
47
|
+
size?: import("@tamagui/web").SizeTokens | undefined;
|
|
48
|
+
unstyled?: boolean | undefined;
|
|
49
49
|
active?: boolean | undefined;
|
|
50
50
|
}>, keyof SelectItemExtraProps> & SelectItemExtraProps, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SelectItemExtraProps, import("@tamagui/web").StackStyleBase, {
|
|
51
|
-
unstyled?: boolean | undefined;
|
|
52
|
-
size?: import("@tamagui/web").SizeTokens | undefined;
|
|
53
51
|
disabled?: boolean | undefined;
|
|
54
52
|
elevation?: number | import("@tamagui/web").SizeTokens | undefined;
|
|
55
|
-
transparent?: boolean | undefined;
|
|
56
|
-
fullscreen?: boolean | undefined;
|
|
57
|
-
circular?: boolean | undefined;
|
|
58
53
|
inset?: number | import("@tamagui/web").SizeTokens | {
|
|
59
54
|
top?: number;
|
|
60
55
|
bottom?: number;
|
|
61
56
|
left?: number;
|
|
62
57
|
right?: number;
|
|
63
|
-
} | undefined;
|
|
58
|
+
} | null | undefined;
|
|
59
|
+
transparent?: boolean | undefined;
|
|
60
|
+
fullscreen?: boolean | undefined;
|
|
61
|
+
circular?: boolean | undefined;
|
|
64
62
|
hoverTheme?: boolean | undefined;
|
|
65
63
|
pressTheme?: boolean | undefined;
|
|
66
64
|
focusTheme?: boolean | undefined;
|
|
@@ -70,6 +68,8 @@ export declare const SelectItem: import("@tamagui/web").TamaguiComponent<Omit<im
|
|
|
70
68
|
radiused?: boolean | undefined;
|
|
71
69
|
padded?: boolean | undefined;
|
|
72
70
|
chromeless?: boolean | "all" | undefined;
|
|
71
|
+
size?: import("@tamagui/web").SizeTokens | undefined;
|
|
72
|
+
unstyled?: boolean | undefined;
|
|
73
73
|
active?: boolean | undefined;
|
|
74
74
|
}, import("@tamagui/web").StaticConfigPublic>;
|
|
75
75
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectItem.d.ts","sourceRoot":"","sources":["../src/SelectItem.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,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;;;kBAWK,MAAO,SAClD;eAAiB,mBAEV;;GAdiC,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,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,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;;;kBAWK,MAAO,SAClD;eAAiB,mBAEV;;GAdiC,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;;;;WAwBhB,CAAC;cACQ,CAAC;YACN,CAAC;aACC,CAAC;;;;;;;;;;;;;;;;;;;;;WAHP,CAAC;cACQ,CAAC;YACN,CAAC;aACC,CAAC;;;;;;;;;;;;;;;;;6CAsJb,CAAA"}
|
package/types/SelectTrigger.d.ts
CHANGED
|
@@ -2,20 +2,18 @@ import { type TamaguiElement } from '@tamagui/core';
|
|
|
2
2
|
import type { 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" | "
|
|
6
|
-
unstyled?: boolean | undefined;
|
|
7
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
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" | "active" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
8
6
|
disabled?: boolean | undefined;
|
|
9
7
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
10
|
-
transparent?: boolean | undefined;
|
|
11
|
-
fullscreen?: boolean | undefined;
|
|
12
|
-
circular?: boolean | undefined;
|
|
13
8
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
14
9
|
top?: number;
|
|
15
10
|
bottom?: number;
|
|
16
11
|
left?: number;
|
|
17
12
|
right?: number;
|
|
18
|
-
} | undefined;
|
|
13
|
+
} | null | undefined;
|
|
14
|
+
transparent?: boolean | undefined;
|
|
15
|
+
fullscreen?: boolean | undefined;
|
|
16
|
+
circular?: boolean | undefined;
|
|
19
17
|
hoverTheme?: boolean | undefined;
|
|
20
18
|
pressTheme?: boolean | undefined;
|
|
21
19
|
focusTheme?: boolean | undefined;
|
|
@@ -25,21 +23,21 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
25
23
|
radiused?: boolean | undefined;
|
|
26
24
|
padded?: boolean | undefined;
|
|
27
25
|
chromeless?: boolean | "all" | undefined;
|
|
26
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
27
|
+
unstyled?: boolean | undefined;
|
|
28
28
|
active?: boolean | undefined;
|
|
29
29
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
30
|
-
unstyled?: boolean | undefined;
|
|
31
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
32
30
|
disabled?: boolean | undefined;
|
|
33
31
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
34
|
-
transparent?: boolean | undefined;
|
|
35
|
-
fullscreen?: boolean | undefined;
|
|
36
|
-
circular?: boolean | undefined;
|
|
37
32
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
38
33
|
top?: number;
|
|
39
34
|
bottom?: number;
|
|
40
35
|
left?: number;
|
|
41
36
|
right?: number;
|
|
42
|
-
} | undefined;
|
|
37
|
+
} | null | undefined;
|
|
38
|
+
transparent?: boolean | undefined;
|
|
39
|
+
fullscreen?: boolean | undefined;
|
|
40
|
+
circular?: boolean | undefined;
|
|
43
41
|
hoverTheme?: boolean | undefined;
|
|
44
42
|
pressTheme?: boolean | undefined;
|
|
45
43
|
focusTheme?: boolean | undefined;
|
|
@@ -49,21 +47,21 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
49
47
|
radiused?: boolean | undefined;
|
|
50
48
|
padded?: boolean | undefined;
|
|
51
49
|
chromeless?: boolean | "all" | undefined;
|
|
50
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
51
|
+
unstyled?: boolean | undefined;
|
|
52
52
|
active?: boolean | undefined;
|
|
53
53
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
54
|
-
unstyled?: boolean | undefined;
|
|
55
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
56
54
|
disabled?: boolean | undefined;
|
|
57
55
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
58
|
-
transparent?: boolean | undefined;
|
|
59
|
-
fullscreen?: boolean | undefined;
|
|
60
|
-
circular?: boolean | undefined;
|
|
61
56
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
62
57
|
top?: number;
|
|
63
58
|
bottom?: number;
|
|
64
59
|
left?: number;
|
|
65
60
|
right?: number;
|
|
66
|
-
} | undefined;
|
|
61
|
+
} | null | undefined;
|
|
62
|
+
transparent?: boolean | undefined;
|
|
63
|
+
fullscreen?: boolean | undefined;
|
|
64
|
+
circular?: boolean | undefined;
|
|
67
65
|
hoverTheme?: boolean | undefined;
|
|
68
66
|
pressTheme?: boolean | undefined;
|
|
69
67
|
focusTheme?: boolean | undefined;
|
|
@@ -73,6 +71,8 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
73
71
|
radiused?: boolean | undefined;
|
|
74
72
|
padded?: boolean | undefined;
|
|
75
73
|
chromeless?: boolean | "all" | undefined;
|
|
74
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
75
|
+
unstyled?: boolean | undefined;
|
|
76
76
|
active?: boolean | undefined;
|
|
77
77
|
}>> & Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & import("@tamagui/core").ThemeableProps & {
|
|
78
78
|
icon?: JSX.Element | React.FunctionComponent<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../src/SelectTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,cAAc,EAAE,MAAM,eAAe,CAAA;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAU9B,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAA;AAK9C,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../src/SelectTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,cAAc,EAAE,MAAM,eAAe,CAAA;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAU9B,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAA;AAK9C,eAAO,MAAM,aAAa;;;;WAuBlB,CAAP;cAAwB,CAAC;YACZ,CAAC;aACL,CAAC;;;;;;;;;;;;;;;;;;;;;WAFH,CAAP;cAAwB,CAAC;YACZ,CAAC;aACL,CAAC;;;;;;;;;;;;;;;;;;;;;WAFH,CAAP;cAAwB,CAAC;YACZ,CAAC;aACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6CV,CAAA"}
|
|
@@ -2,15 +2,15 @@ import type { SelectViewportExtraProps } from './types';
|
|
|
2
2
|
export declare const SelectViewportFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
3
3
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
4
4
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
5
|
-
transparent?: boolean | undefined;
|
|
6
|
-
fullscreen?: boolean | undefined;
|
|
7
|
-
circular?: boolean | undefined;
|
|
8
5
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
9
6
|
top?: number;
|
|
10
7
|
bottom?: number;
|
|
11
8
|
left?: number;
|
|
12
9
|
right?: number;
|
|
13
|
-
} | undefined;
|
|
10
|
+
} | null | undefined;
|
|
11
|
+
transparent?: boolean | undefined;
|
|
12
|
+
fullscreen?: boolean | undefined;
|
|
13
|
+
circular?: boolean | undefined;
|
|
14
14
|
hoverTheme?: boolean | undefined;
|
|
15
15
|
pressTheme?: boolean | undefined;
|
|
16
16
|
focusTheme?: boolean | undefined;
|
|
@@ -25,15 +25,15 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
25
25
|
export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
26
26
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
27
27
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
28
|
-
transparent?: boolean | undefined;
|
|
29
|
-
fullscreen?: boolean | undefined;
|
|
30
|
-
circular?: boolean | undefined;
|
|
31
28
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
32
29
|
top?: number;
|
|
33
30
|
bottom?: number;
|
|
34
31
|
left?: number;
|
|
35
32
|
right?: number;
|
|
36
|
-
} | undefined;
|
|
33
|
+
} | null | undefined;
|
|
34
|
+
transparent?: boolean | undefined;
|
|
35
|
+
fullscreen?: boolean | undefined;
|
|
36
|
+
circular?: boolean | undefined;
|
|
37
37
|
hoverTheme?: boolean | undefined;
|
|
38
38
|
pressTheme?: boolean | undefined;
|
|
39
39
|
focusTheme?: boolean | undefined;
|
|
@@ -47,15 +47,15 @@ export declare const SelectViewport: import("@tamagui/core").TamaguiComponent<Om
|
|
|
47
47
|
}>, keyof SelectViewportExtraProps> & SelectViewportExtraProps, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SelectViewportExtraProps, import("@tamagui/core").StackStyleBase, {
|
|
48
48
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
49
49
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
50
|
-
transparent?: boolean | undefined;
|
|
51
|
-
fullscreen?: boolean | undefined;
|
|
52
|
-
circular?: boolean | undefined;
|
|
53
50
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
54
51
|
top?: number;
|
|
55
52
|
bottom?: number;
|
|
56
53
|
left?: number;
|
|
57
54
|
right?: number;
|
|
58
|
-
} | undefined;
|
|
55
|
+
} | null | undefined;
|
|
56
|
+
transparent?: boolean | undefined;
|
|
57
|
+
fullscreen?: boolean | undefined;
|
|
58
|
+
circular?: boolean | undefined;
|
|
59
59
|
hoverTheme?: boolean | undefined;
|
|
60
60
|
pressTheme?: boolean | undefined;
|
|
61
61
|
focusTheme?: boolean | undefined;
|
package/types/context.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../src/context.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,iBAAiB,EACjB,kBAAkB,EAClB,4BAA4B,EAC7B,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAO,mBAAmB;;;kBAyBZ,MAAO,SAAS;eAAiB,mBACrD;;+GAKoC,CAAC;QAAY,CAAC;YAAuB,CAAC;yBA/BxC,iBAAiB,+CAAmC,CAAA;AAEvF,eAAO,MAAO,cAAc;;;kBAuBP,MAAO,SAAS;eAAiB,mBACrD;;GAxB6B,gBAAgB;;;oCACQ,CAAA;AAItD,eAAO,MAAO,6BAA6B;;;
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../src/context.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,iBAAiB,EACjB,kBAAkB,EAClB,4BAA4B,EAC7B,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAO,mBAAmB;;;kBAyBZ,MAAO,SAAS;eAAiB,mBACrD;;+GAKoC,CAAC;QAAY,CAAC;YAAuB,CAAC;yBA/BxC,iBAAiB,+CAAmC,CAAA;AAEvF,eAAO,MAAO,cAAc;;;kBAuBP,MAAO,SAAS;eAAiB,mBACrD;;GAxB6B,gBAAgB;;;oCACQ,CAAA;AAItD,eAAO,MAAO,6BAA6B;;;kBAkBtB,MAAO,SAAS;eAAiB,mBACrD;;+GAKoC,CAAC;QAAY,CAAC;YAAuB,CAAC;yBAxB9B,2BAA2B,+CACvC,CAAA;AAEjC,eAAO,MAAO,wBAAwB;;;kBAejB,MAAO,SAAS;eAAiB,mBACrD;;GAhBuC,0BAA0B;;;8CACF,CAAA;AAEhE,eAAO,MAAM,oBAAoB,uDAK9B,iBAAiB,CAAC;IACnB,QAAQ,CAAC,EAAE,GAAG,CAAA;IACd,OAAO,EAAE,kBAAkB,CAAA;IAC3B,WAAW,EAAE,4BAA4B,CAAA;CAC1C,CAAC,4CAQD,CAAA"}
|