@tamagui/context-menu 3.0.0-beta.1216.1 → 3.0.0-beta.1309.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/context-menu",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.1309.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"clean:build": "tamagui-build clean:build"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@tamagui/compose-refs": "3.0.0-beta.
|
|
39
|
-
"@tamagui/create-menu": "3.0.0-beta.
|
|
40
|
-
"@tamagui/polyfill-dev": "3.0.0-beta.
|
|
41
|
-
"@tamagui/popover": "3.0.0-beta.
|
|
42
|
-
"@tamagui/use-callback-ref": "3.0.0-beta.
|
|
43
|
-
"@tamagui/use-controllable-state": "3.0.0-beta.
|
|
44
|
-
"@tamagui/web": "3.0.0-beta.
|
|
38
|
+
"@tamagui/compose-refs": "3.0.0-beta.1309.1",
|
|
39
|
+
"@tamagui/create-menu": "3.0.0-beta.1309.1",
|
|
40
|
+
"@tamagui/polyfill-dev": "3.0.0-beta.1309.1",
|
|
41
|
+
"@tamagui/popover": "3.0.0-beta.1309.1",
|
|
42
|
+
"@tamagui/use-callback-ref": "3.0.0-beta.1309.1",
|
|
43
|
+
"@tamagui/use-controllable-state": "3.0.0-beta.1309.1",
|
|
44
|
+
"@tamagui/web": "3.0.0-beta.1309.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@tamagui/build": "3.0.0-beta.
|
|
47
|
+
"@tamagui/build": "3.0.0-beta.1309.1",
|
|
48
48
|
"react": "19.2.3"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
package/types/ContextMenu.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export declare function createContextMenu(): React.FC<import("./createNonNativeC
|
|
|
17
17
|
}, keyof import("./createNonNativeContextMenu").ContextMenuContentProps> & import("./createNonNativeContextMenu").ContextMenuContentProps & {
|
|
18
18
|
scope?: string;
|
|
19
19
|
} & {
|
|
20
|
-
ref?: React.Ref<import("@tamagui/web").
|
|
20
|
+
ref?: React.Ref<import("@tamagui/react-native-types/src").View | (HTMLElement & import("@tamagui/web").TamaguiElementMethods)> | undefined;
|
|
21
21
|
} & Partial<Omit<import("@tamagui/create-menu").NativeMenuContentProps, "onEntryFocus" | "ref" | keyof import("./createNonNativeContextMenu").ContextMenuContentProps>>>;
|
|
22
22
|
Group: React.FC<Omit<import("@tamagui/web").ViewProps, keyof import("@tamagui/create-menu").MenuGroupProps> & import("@tamagui/create-menu").MenuGroupProps & {
|
|
23
23
|
ref?: React.Ref<import("@tamagui/web").TamaguiElement> | undefined;
|
|
@@ -104,15 +104,15 @@ export declare function createContextMenu(): React.FC<import("./createNonNativeC
|
|
|
104
104
|
}>;
|
|
105
105
|
SubContent: React.FC<Omit<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {}>, keyof import("@tamagui/create-menu").MenuSubContentProps> & import("@tamagui/create-menu").MenuSubContentProps & {
|
|
106
106
|
scope?: string;
|
|
107
|
-
}, "download" | "
|
|
107
|
+
}, "download" | "onLayout" | "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderEnd" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderTerminate" | "onResponderTerminationRequest" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "rel" | keyof import("@tamagui/create-menu").MenuSubContentProps> & Omit<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {}>, keyof import("@tamagui/create-menu").MenuSubContentProps> & import("@tamagui/create-menu").MenuSubContentProps & {
|
|
108
108
|
scope?: string;
|
|
109
109
|
} & {
|
|
110
|
-
ref?: React.Ref<import("@tamagui/web").
|
|
110
|
+
ref?: React.Ref<import("@tamagui/react-native-types/src").View | (HTMLElement & import("@tamagui/web").TamaguiElementMethods)> | undefined;
|
|
111
111
|
}, "ref"> & {
|
|
112
112
|
scope?: string;
|
|
113
113
|
} & {
|
|
114
|
-
ref?: React.Ref<import("@tamagui/web").
|
|
115
|
-
} & Partial<Omit<import("@tamagui/create-menu").NativeMenuSubContentProps, "download" | "
|
|
114
|
+
ref?: React.Ref<import("@tamagui/react-native-types/src").View | (HTMLElement & import("@tamagui/web").TamaguiElementMethods)> | undefined;
|
|
115
|
+
} & Partial<Omit<import("@tamagui/create-menu").NativeMenuSubContentProps, "download" | "onLayout" | "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderEnd" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderTerminate" | "onResponderTerminationRequest" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "ref" | "rel" | keyof import("@tamagui/create-menu").MenuSubContentProps>>>;
|
|
116
116
|
ItemTitle: React.FC<Omit<import("@tamagui/web").TextProps, keyof import("@tamagui/create-menu").MenuItemTitleProps> & import("@tamagui/create-menu").MenuItemTitleProps & {
|
|
117
117
|
ref?: React.Ref<import("@tamagui/web").TamaguiTextElement> | undefined;
|
|
118
118
|
} & Partial<Omit<import("@tamagui/create-menu").NativeMenuItemTitleProps, "ref" | keyof import("@tamagui/create-menu").MenuItemTitleProps>>>;
|
|
@@ -64,7 +64,7 @@ export declare function createNonNativeContextMenu(): {
|
|
|
64
64
|
scope?: string;
|
|
65
65
|
}, keyof ContextMenuContentProps> & ContextMenuContentProps & {
|
|
66
66
|
scope?: string;
|
|
67
|
-
},
|
|
67
|
+
}, import("@tamagui/react-native-types/src").View | (HTMLElement & import("@tamagui/web").TamaguiElementMethods), import("@tamagui/core").RNTamaguiViewNonStyleProps & BaseMenuTypes.MenuContentProps & {
|
|
68
68
|
scope?: string;
|
|
69
69
|
} & ContextMenuContentProps & {
|
|
70
70
|
scope?: string;
|
|
@@ -125,18 +125,18 @@ export declare function createNonNativeContextMenu(): {
|
|
|
125
125
|
}, import("@tamagui/web").StackStyleBase, {}, {}>;
|
|
126
126
|
SubContent: import("@tamagui/web").TamaguiComponent<Omit<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {}>, keyof BaseMenuTypes.MenuSubContentProps> & BaseMenuTypes.MenuSubContentProps & {
|
|
127
127
|
scope?: string;
|
|
128
|
-
}, "download" | "
|
|
128
|
+
}, "download" | "onLayout" | "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderEnd" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderTerminate" | "onResponderTerminationRequest" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "rel" | keyof BaseMenuTypes.MenuSubContentProps> & Omit<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {}>, keyof BaseMenuTypes.MenuSubContentProps> & BaseMenuTypes.MenuSubContentProps & {
|
|
129
129
|
scope?: string;
|
|
130
130
|
} & {
|
|
131
|
-
ref?: React.Ref<
|
|
131
|
+
ref?: React.Ref<import("@tamagui/react-native-types/src").View | (HTMLElement & import("@tamagui/web").TamaguiElementMethods)> | undefined;
|
|
132
132
|
}, "ref"> & {
|
|
133
133
|
scope?: string;
|
|
134
|
-
},
|
|
134
|
+
}, import("@tamagui/react-native-types/src").View | (HTMLElement & import("@tamagui/web").TamaguiElementMethods), import("@tamagui/core").RNTamaguiViewNonStyleProps & BaseMenuTypes.MenuSubContentProps & {
|
|
135
135
|
scope?: string;
|
|
136
136
|
} & Omit<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {}>, keyof BaseMenuTypes.MenuSubContentProps> & BaseMenuTypes.MenuSubContentProps & {
|
|
137
137
|
scope?: string;
|
|
138
138
|
} & {
|
|
139
|
-
ref?: React.Ref<
|
|
139
|
+
ref?: React.Ref<import("@tamagui/react-native-types/src").View | (HTMLElement & import("@tamagui/web").TamaguiElementMethods)> | undefined;
|
|
140
140
|
}, "ref"> & {
|
|
141
141
|
scope?: string;
|
|
142
142
|
}, import("@tamagui/web").StackStyleBase, {}, import("@tamagui/web").StaticConfigPublic>;
|
package/types/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export declare const ContextMenu: import("react").FC<import("./createNonNativeCo
|
|
|
17
17
|
}, keyof import("./createNonNativeContextMenu").ContextMenuContentProps> & import("./createNonNativeContextMenu").ContextMenuContentProps & {
|
|
18
18
|
scope?: string;
|
|
19
19
|
} & {
|
|
20
|
-
ref?: import("react").Ref<import("@tamagui/web").
|
|
20
|
+
ref?: import("react").Ref<import("@tamagui/react-native-types/src").View | (HTMLElement & import("@tamagui/web").TamaguiElementMethods)> | undefined;
|
|
21
21
|
} & Partial<Omit<import("@tamagui/create-menu").NativeMenuContentProps, "onEntryFocus" | "ref" | keyof import("./createNonNativeContextMenu").ContextMenuContentProps>>>;
|
|
22
22
|
Group: import("react").FC<Omit<import("@tamagui/web").ViewProps, keyof import("@tamagui/create-menu").MenuGroupProps> & import("@tamagui/create-menu").MenuGroupProps & {
|
|
23
23
|
ref?: import("react").Ref<import("@tamagui/web").TamaguiElement> | undefined;
|
|
@@ -104,15 +104,15 @@ export declare const ContextMenu: import("react").FC<import("./createNonNativeCo
|
|
|
104
104
|
}>;
|
|
105
105
|
SubContent: import("react").FC<Omit<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {}>, keyof import("@tamagui/create-menu").MenuSubContentProps> & import("@tamagui/create-menu").MenuSubContentProps & {
|
|
106
106
|
scope?: string;
|
|
107
|
-
}, "download" | "
|
|
107
|
+
}, "download" | "onLayout" | "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderEnd" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderTerminate" | "onResponderTerminationRequest" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "rel" | keyof import("@tamagui/create-menu").MenuSubContentProps> & Omit<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {}>, keyof import("@tamagui/create-menu").MenuSubContentProps> & import("@tamagui/create-menu").MenuSubContentProps & {
|
|
108
108
|
scope?: string;
|
|
109
109
|
} & {
|
|
110
|
-
ref?: import("react").Ref<import("@tamagui/web").
|
|
110
|
+
ref?: import("react").Ref<import("@tamagui/react-native-types/src").View | (HTMLElement & import("@tamagui/web").TamaguiElementMethods)> | undefined;
|
|
111
111
|
}, "ref"> & {
|
|
112
112
|
scope?: string;
|
|
113
113
|
} & {
|
|
114
|
-
ref?: import("react").Ref<import("@tamagui/web").
|
|
115
|
-
} & Partial<Omit<import("@tamagui/create-menu").NativeMenuSubContentProps, "download" | "
|
|
114
|
+
ref?: import("react").Ref<import("@tamagui/react-native-types/src").View | (HTMLElement & import("@tamagui/web").TamaguiElementMethods)> | undefined;
|
|
115
|
+
} & Partial<Omit<import("@tamagui/create-menu").NativeMenuSubContentProps, "download" | "onLayout" | "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderEnd" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderTerminate" | "onResponderTerminationRequest" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "ref" | "rel" | keyof import("@tamagui/create-menu").MenuSubContentProps>>>;
|
|
116
116
|
ItemTitle: import("react").FC<Omit<import("@tamagui/web").TextProps, keyof import("@tamagui/create-menu").MenuItemTitleProps> & import("@tamagui/create-menu").MenuItemTitleProps & {
|
|
117
117
|
ref?: import("react").Ref<import("@tamagui/web").TamaguiTextElement> | undefined;
|
|
118
118
|
} & Partial<Omit<import("@tamagui/create-menu").NativeMenuItemTitleProps, "ref" | keyof import("@tamagui/create-menu").MenuItemTitleProps>>>;
|