@tamagui/select 1.73.1 → 1.73.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +20 -20
- package/types/Select.d.ts +96 -2571
- package/types/Select.d.ts.map +1 -1
- package/types/SelectTrigger.d.ts +3 -78
- package/types/SelectTrigger.d.ts.map +1 -1
- package/types/SelectViewport.d.ts +16 -416
- package/types/SelectViewport.d.ts.map +1 -1
package/types/Select.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,cAAc,EACd,QAAQ,EACR,cAAc,EACd,kBAAkB,EAQnB,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAO5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAgB9B,OAAO,EAAE,WAAW,EAAmB,WAAW,EAAE,MAAM,SAAS,CAAA;AAYnE,QAAA,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,cAAc,EACd,QAAQ,EACR,cAAc,EACd,kBAAkB,EAQnB,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAO5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAgB9B,OAAO,EAAE,WAAW,EAAmB,WAAW,EAAE,MAAM,SAAS,CAAA;AAYnE,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpB,CAAA;AAEF,KAAK,gBAAgB,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,GAAG;IAC1D,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC9B,CAAA;AAsDD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKrB,CAAA;AAQF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB9B,CAAA;AA4GF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG3B,CAAA;AAyGF,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAA;AAgC5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE1B,CAAA;AAoCF,eAAO,MAAM,MAAM,WACT,YAAY,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmKjC,CAAA"}
|
package/types/SelectTrigger.d.ts
CHANGED
|
@@ -2,32 +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("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
6
|
-
target?: string | undefined;
|
|
7
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
8
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
9
|
-
dangerouslySetInnerHTML?: {
|
|
10
|
-
__html: string;
|
|
11
|
-
} | undefined;
|
|
12
|
-
children?: any;
|
|
13
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
14
|
-
disabled?: boolean | undefined;
|
|
15
|
-
className?: string | undefined;
|
|
16
|
-
themeShallow?: boolean | undefined;
|
|
17
|
-
id?: string | undefined;
|
|
18
|
-
tag?: string | undefined;
|
|
19
|
-
theme?: string | null | undefined;
|
|
20
|
-
group?: undefined;
|
|
21
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
22
|
-
componentName?: string | undefined;
|
|
23
|
-
tabIndex?: string | number | undefined;
|
|
24
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
25
|
-
disableOptimization?: boolean | undefined;
|
|
26
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
27
|
-
disableClassName?: boolean | undefined;
|
|
28
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
29
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
30
|
-
} & {
|
|
5
|
+
export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import("@tamagui/text").TextParentStyles, "TextComponent" | "noTextWrap"> & Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
31
6
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
32
7
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
33
8
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -49,32 +24,7 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
49
24
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
50
25
|
readonly active?: boolean | undefined;
|
|
51
26
|
readonly disabled?: boolean | undefined;
|
|
52
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
53
|
-
target?: string | undefined;
|
|
54
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
55
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
56
|
-
dangerouslySetInnerHTML?: {
|
|
57
|
-
__html: string;
|
|
58
|
-
} | undefined;
|
|
59
|
-
children?: any;
|
|
60
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
61
|
-
disabled?: boolean | undefined;
|
|
62
|
-
className?: string | undefined;
|
|
63
|
-
themeShallow?: boolean | undefined;
|
|
64
|
-
id?: string | undefined;
|
|
65
|
-
tag?: string | undefined;
|
|
66
|
-
theme?: string | null | undefined;
|
|
67
|
-
group?: undefined;
|
|
68
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
69
|
-
componentName?: string | undefined;
|
|
70
|
-
tabIndex?: string | number | undefined;
|
|
71
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
72
|
-
disableOptimization?: boolean | undefined;
|
|
73
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
74
|
-
disableClassName?: boolean | undefined;
|
|
75
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
76
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
77
|
-
} & {
|
|
27
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
78
28
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
79
29
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
80
30
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -96,32 +46,7 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
96
46
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
97
47
|
readonly active?: boolean | undefined;
|
|
98
48
|
readonly disabled?: boolean | undefined;
|
|
99
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
100
|
-
target?: string | undefined;
|
|
101
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
102
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
103
|
-
dangerouslySetInnerHTML?: {
|
|
104
|
-
__html: string;
|
|
105
|
-
} | undefined;
|
|
106
|
-
children?: any;
|
|
107
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
108
|
-
disabled?: boolean | undefined;
|
|
109
|
-
className?: string | undefined;
|
|
110
|
-
themeShallow?: boolean | undefined;
|
|
111
|
-
id?: string | undefined;
|
|
112
|
-
tag?: string | undefined;
|
|
113
|
-
theme?: string | null | undefined;
|
|
114
|
-
group?: undefined;
|
|
115
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
116
|
-
componentName?: string | undefined;
|
|
117
|
-
tabIndex?: string | number | undefined;
|
|
118
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
119
|
-
disableOptimization?: boolean | undefined;
|
|
120
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
121
|
-
disableClassName?: boolean | undefined;
|
|
122
|
-
onFocus?: ((event: React.FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
123
|
-
onScroll?: ((event: React.UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
124
|
-
} & {
|
|
49
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
125
50
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
126
51
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
127
52
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../src/SelectTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAU9B,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAA;AAE9C,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"SelectTrigger.d.ts","sourceRoot":"","sources":["../src/SelectTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAU9B,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAA;AAE9C,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA2DzB,CAAA"}
|