@tamagui/select 1.0.1-beta.63 → 1.0.1-beta.66
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/dist/cjs/Select.js +12 -3
- package/dist/cjs/Select.js.map +2 -2
- package/dist/esm/Select.js +10 -1
- package/dist/esm/Select.js.map +2 -2
- package/dist/jsx/Select.js +10 -8
- package/package.json +10 -10
- package/src/Select.tsx +17 -6
- package/types/Select.d.ts +20 -115
- package/types/Select.d.ts.map +1 -1
package/types/Select.d.ts
CHANGED
|
@@ -117,55 +117,7 @@ export declare const SelectIcon: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
117
117
|
} & ({} | {
|
|
118
118
|
[x: string]: undefined;
|
|
119
119
|
})>;
|
|
120
|
-
export declare const SelectViewportFrame: import("@tamagui/core").TamaguiComponent<
|
|
121
|
-
readonly fullscreen?: boolean | undefined;
|
|
122
|
-
readonly elevation?: SizeTokens | undefined;
|
|
123
|
-
}, "fontFamily" | "focusable" | "backgrounded" | "radiused" | "hoverable" | "pressable" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
124
|
-
fontFamily?: unknown;
|
|
125
|
-
backgrounded?: boolean | undefined;
|
|
126
|
-
radiused?: boolean | undefined;
|
|
127
|
-
hoverable?: boolean | undefined;
|
|
128
|
-
pressable?: boolean | undefined;
|
|
129
|
-
focusable?: boolean | undefined;
|
|
130
|
-
circular?: boolean | undefined;
|
|
131
|
-
padded?: boolean | undefined;
|
|
132
|
-
elevate?: boolean | undefined;
|
|
133
|
-
bordered?: number | boolean | undefined;
|
|
134
|
-
transparent?: boolean | undefined;
|
|
135
|
-
chromeless?: boolean | undefined;
|
|
136
|
-
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
137
|
-
readonly fullscreen?: boolean | undefined;
|
|
138
|
-
readonly elevation?: SizeTokens | undefined;
|
|
139
|
-
}, "fontFamily" | "focusable" | "backgrounded" | "radiused" | "hoverable" | "pressable" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
140
|
-
fontFamily?: unknown;
|
|
141
|
-
backgrounded?: boolean | undefined;
|
|
142
|
-
radiused?: boolean | undefined;
|
|
143
|
-
hoverable?: boolean | undefined;
|
|
144
|
-
pressable?: boolean | undefined;
|
|
145
|
-
focusable?: boolean | undefined;
|
|
146
|
-
circular?: boolean | undefined;
|
|
147
|
-
padded?: boolean | undefined;
|
|
148
|
-
elevate?: boolean | undefined;
|
|
149
|
-
bordered?: number | boolean | undefined;
|
|
150
|
-
transparent?: boolean | undefined;
|
|
151
|
-
chromeless?: boolean | undefined;
|
|
152
|
-
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
153
|
-
readonly fullscreen?: boolean | undefined;
|
|
154
|
-
readonly elevation?: SizeTokens | undefined;
|
|
155
|
-
}, "fontFamily" | "focusable" | "backgrounded" | "radiused" | "hoverable" | "pressable" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
156
|
-
fontFamily?: unknown;
|
|
157
|
-
backgrounded?: boolean | undefined;
|
|
158
|
-
radiused?: boolean | undefined;
|
|
159
|
-
hoverable?: boolean | undefined;
|
|
160
|
-
pressable?: boolean | undefined;
|
|
161
|
-
focusable?: boolean | undefined;
|
|
162
|
-
circular?: boolean | undefined;
|
|
163
|
-
padded?: boolean | undefined;
|
|
164
|
-
elevate?: boolean | undefined;
|
|
165
|
-
bordered?: number | boolean | undefined;
|
|
166
|
-
transparent?: boolean | undefined;
|
|
167
|
-
chromeless?: boolean | undefined;
|
|
168
|
-
}>>) | (Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
120
|
+
export declare const SelectViewportFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
169
121
|
readonly fullscreen?: boolean | undefined;
|
|
170
122
|
readonly elevation?: SizeTokens | undefined;
|
|
171
123
|
} & {
|
|
@@ -181,8 +133,8 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
181
133
|
bordered?: number | boolean | undefined;
|
|
182
134
|
transparent?: boolean | undefined;
|
|
183
135
|
chromeless?: boolean | undefined;
|
|
184
|
-
},
|
|
185
|
-
|
|
136
|
+
}, "size"> & {
|
|
137
|
+
size?: SizeTokens | undefined;
|
|
186
138
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
187
139
|
readonly fullscreen?: boolean | undefined;
|
|
188
140
|
readonly elevation?: SizeTokens | undefined;
|
|
@@ -199,8 +151,8 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
199
151
|
bordered?: number | boolean | undefined;
|
|
200
152
|
transparent?: boolean | undefined;
|
|
201
153
|
chromeless?: boolean | undefined;
|
|
202
|
-
},
|
|
203
|
-
|
|
154
|
+
}, "size"> & {
|
|
155
|
+
size?: SizeTokens | undefined;
|
|
204
156
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
205
157
|
readonly fullscreen?: boolean | undefined;
|
|
206
158
|
readonly elevation?: SizeTokens | undefined;
|
|
@@ -217,9 +169,9 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
217
169
|
bordered?: number | boolean | undefined;
|
|
218
170
|
transparent?: boolean | undefined;
|
|
219
171
|
chromeless?: boolean | undefined;
|
|
220
|
-
},
|
|
221
|
-
|
|
222
|
-
}
|
|
172
|
+
}, "size"> & {
|
|
173
|
+
size?: SizeTokens | undefined;
|
|
174
|
+
}>>, any, import("@tamagui/core").StackPropsBase, {
|
|
223
175
|
readonly fullscreen?: boolean | undefined;
|
|
224
176
|
readonly elevation?: SizeTokens | undefined;
|
|
225
177
|
} & {
|
|
@@ -235,9 +187,9 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
235
187
|
bordered?: number | boolean | undefined;
|
|
236
188
|
transparent?: boolean | undefined;
|
|
237
189
|
chromeless?: boolean | undefined;
|
|
238
|
-
} &
|
|
239
|
-
|
|
240
|
-
}
|
|
190
|
+
} & {
|
|
191
|
+
size?: SizeTokens | undefined;
|
|
192
|
+
}>;
|
|
241
193
|
export declare type SelectViewportProps = GetProps<typeof SelectViewportFrame>;
|
|
242
194
|
interface SelectItemProps extends YStackProps {
|
|
243
195
|
value: string;
|
|
@@ -286,6 +238,7 @@ export interface SelectProps {
|
|
|
286
238
|
dir?: Direction;
|
|
287
239
|
name?: string;
|
|
288
240
|
autoComplete?: string;
|
|
241
|
+
size?: SizeTokens;
|
|
289
242
|
}
|
|
290
243
|
export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element) & {
|
|
291
244
|
Content: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<any>>;
|
|
@@ -640,55 +593,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
640
593
|
}>> & {
|
|
641
594
|
placeholder?: React.ReactNode;
|
|
642
595
|
}, string | number>) & React.RefAttributes<TamaguiElement>>;
|
|
643
|
-
Viewport: React.ForwardRefExoticComponent<
|
|
644
|
-
readonly fullscreen?: boolean | undefined;
|
|
645
|
-
readonly elevation?: SizeTokens | undefined;
|
|
646
|
-
}, "fontFamily" | "focusable" | "backgrounded" | "radiused" | "hoverable" | "pressable" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
647
|
-
fontFamily?: unknown;
|
|
648
|
-
backgrounded?: boolean | undefined;
|
|
649
|
-
radiused?: boolean | undefined;
|
|
650
|
-
hoverable?: boolean | undefined;
|
|
651
|
-
pressable?: boolean | undefined;
|
|
652
|
-
focusable?: boolean | undefined;
|
|
653
|
-
circular?: boolean | undefined;
|
|
654
|
-
padded?: boolean | undefined;
|
|
655
|
-
elevate?: boolean | undefined;
|
|
656
|
-
bordered?: number | boolean | undefined;
|
|
657
|
-
transparent?: boolean | undefined;
|
|
658
|
-
chromeless?: boolean | undefined;
|
|
659
|
-
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
660
|
-
readonly fullscreen?: boolean | undefined;
|
|
661
|
-
readonly elevation?: SizeTokens | undefined;
|
|
662
|
-
}, "fontFamily" | "focusable" | "backgrounded" | "radiused" | "hoverable" | "pressable" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
663
|
-
fontFamily?: unknown;
|
|
664
|
-
backgrounded?: boolean | undefined;
|
|
665
|
-
radiused?: boolean | undefined;
|
|
666
|
-
hoverable?: boolean | undefined;
|
|
667
|
-
pressable?: boolean | undefined;
|
|
668
|
-
focusable?: boolean | undefined;
|
|
669
|
-
circular?: boolean | undefined;
|
|
670
|
-
padded?: boolean | undefined;
|
|
671
|
-
elevate?: boolean | undefined;
|
|
672
|
-
bordered?: number | boolean | undefined;
|
|
673
|
-
transparent?: boolean | undefined;
|
|
674
|
-
chromeless?: boolean | undefined;
|
|
675
|
-
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
676
|
-
readonly fullscreen?: boolean | undefined;
|
|
677
|
-
readonly elevation?: SizeTokens | undefined;
|
|
678
|
-
}, "fontFamily" | "focusable" | "backgrounded" | "radiused" | "hoverable" | "pressable" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
679
|
-
fontFamily?: unknown;
|
|
680
|
-
backgrounded?: boolean | undefined;
|
|
681
|
-
radiused?: boolean | undefined;
|
|
682
|
-
hoverable?: boolean | undefined;
|
|
683
|
-
pressable?: boolean | undefined;
|
|
684
|
-
focusable?: boolean | undefined;
|
|
685
|
-
circular?: boolean | undefined;
|
|
686
|
-
padded?: boolean | undefined;
|
|
687
|
-
elevate?: boolean | undefined;
|
|
688
|
-
bordered?: number | boolean | undefined;
|
|
689
|
-
transparent?: boolean | undefined;
|
|
690
|
-
chromeless?: boolean | undefined;
|
|
691
|
-
}>>) | Pick<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
596
|
+
Viewport: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
692
597
|
readonly fullscreen?: boolean | undefined;
|
|
693
598
|
readonly elevation?: SizeTokens | undefined;
|
|
694
599
|
} & {
|
|
@@ -704,8 +609,8 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
704
609
|
bordered?: number | boolean | undefined;
|
|
705
610
|
transparent?: boolean | undefined;
|
|
706
611
|
chromeless?: boolean | undefined;
|
|
707
|
-
},
|
|
708
|
-
|
|
612
|
+
}, "size"> & {
|
|
613
|
+
size?: SizeTokens | undefined;
|
|
709
614
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
710
615
|
readonly fullscreen?: boolean | undefined;
|
|
711
616
|
readonly elevation?: SizeTokens | undefined;
|
|
@@ -722,8 +627,8 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
722
627
|
bordered?: number | boolean | undefined;
|
|
723
628
|
transparent?: boolean | undefined;
|
|
724
629
|
chromeless?: boolean | undefined;
|
|
725
|
-
},
|
|
726
|
-
|
|
630
|
+
}, "size"> & {
|
|
631
|
+
size?: SizeTokens | undefined;
|
|
727
632
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
728
633
|
readonly fullscreen?: boolean | undefined;
|
|
729
634
|
readonly elevation?: SizeTokens | undefined;
|
|
@@ -740,9 +645,9 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
740
645
|
bordered?: number | boolean | undefined;
|
|
741
646
|
transparent?: boolean | undefined;
|
|
742
647
|
chromeless?: boolean | undefined;
|
|
743
|
-
},
|
|
744
|
-
|
|
745
|
-
}
|
|
648
|
+
}, "size"> & {
|
|
649
|
+
size?: SizeTokens | undefined;
|
|
650
|
+
}>> & React.RefAttributes<TamaguiElement>>;
|
|
746
651
|
};
|
|
747
652
|
export { createSelectScope };
|
|
748
653
|
//# sourceMappingURL=Select.d.ts.map
|
package/types/Select.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"AAuBA,OAAO,EACL,QAAQ,EACR,UAAU,EASX,MAAM,eAAe,CAAA;AAMtB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAA;AAEpD,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAI5D,OAAO,EAAkC,WAAW,EAAE,MAAM,iBAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"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"}
|