@tamagui/menu 1.79.11 → 1.79.12

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.
Files changed (80) hide show
  1. package/dist/cjs/createNativeMenu/createNativeMenu.android.js +263 -0
  2. package/dist/cjs/createNativeMenu/createNativeMenu.android.js.map +6 -0
  3. package/dist/cjs/createNativeMenu/createNativeMenu.ios.js +336 -0
  4. package/dist/cjs/createNativeMenu/createNativeMenu.ios.js.map +6 -0
  5. package/dist/cjs/createNativeMenu/createNativeMenu.js +46 -0
  6. package/dist/cjs/createNativeMenu/createNativeMenu.js.map +6 -0
  7. package/dist/cjs/createNativeMenu/createNativeMenu.native.js +47 -0
  8. package/dist/cjs/createNativeMenu/createNativeMenu.native.js.map +6 -0
  9. package/dist/cjs/createNativeMenu/createNativeMenuTypes.js +14 -0
  10. package/dist/cjs/createNativeMenu/createNativeMenuTypes.js.map +6 -0
  11. package/dist/cjs/createNativeMenu/createNativeMenuTypes.native.js +15 -0
  12. package/dist/cjs/createNativeMenu/createNativeMenuTypes.native.js.map +6 -0
  13. package/dist/cjs/createNativeMenu/index.js +21 -0
  14. package/dist/cjs/createNativeMenu/index.js.map +6 -0
  15. package/dist/cjs/createNativeMenu/index.native.js +22 -0
  16. package/dist/cjs/createNativeMenu/index.native.js.map +6 -0
  17. package/dist/cjs/createNativeMenu/utils.js +78 -0
  18. package/dist/cjs/createNativeMenu/utils.js.map +6 -0
  19. package/dist/cjs/createNativeMenu/utils.native.js +79 -0
  20. package/dist/cjs/createNativeMenu/utils.native.js.map +6 -0
  21. package/dist/cjs/createNativeMenu/withNativeMenu.js +40 -0
  22. package/dist/cjs/createNativeMenu/withNativeMenu.js.map +6 -0
  23. package/dist/cjs/createNativeMenu/withNativeMenu.native.js +41 -0
  24. package/dist/cjs/createNativeMenu/withNativeMenu.native.js.map +6 -0
  25. package/dist/esm/createNativeMenu/createNativeMenu.android.js +251 -0
  26. package/dist/esm/createNativeMenu/createNativeMenu.android.js.map +6 -0
  27. package/dist/esm/createNativeMenu/createNativeMenu.ios.js +323 -0
  28. package/dist/esm/createNativeMenu/createNativeMenu.ios.js.map +6 -0
  29. package/dist/esm/createNativeMenu/createNativeMenu.js +26 -0
  30. package/dist/esm/createNativeMenu/createNativeMenu.js.map +6 -0
  31. package/dist/esm/createNativeMenu/createNativeMenu.native.js +26 -0
  32. package/dist/esm/createNativeMenu/createNativeMenu.native.js.map +6 -0
  33. package/dist/esm/createNativeMenu/createNativeMenuTypes.js +1 -0
  34. package/dist/esm/createNativeMenu/createNativeMenuTypes.js.map +6 -0
  35. package/dist/esm/createNativeMenu/createNativeMenuTypes.native.js +1 -0
  36. package/dist/esm/createNativeMenu/createNativeMenuTypes.native.js.map +6 -0
  37. package/dist/esm/createNativeMenu/index.js +3 -0
  38. package/dist/esm/createNativeMenu/index.js.map +6 -0
  39. package/dist/esm/createNativeMenu/index.native.js +3 -0
  40. package/dist/esm/createNativeMenu/index.native.js.map +6 -0
  41. package/dist/esm/createNativeMenu/utils.js +47 -0
  42. package/dist/esm/createNativeMenu/utils.js.map +6 -0
  43. package/dist/esm/createNativeMenu/utils.native.js +47 -0
  44. package/dist/esm/createNativeMenu/utils.native.js.map +6 -0
  45. package/dist/esm/createNativeMenu/withNativeMenu.js +21 -0
  46. package/dist/esm/createNativeMenu/withNativeMenu.js.map +6 -0
  47. package/dist/esm/createNativeMenu/withNativeMenu.native.js +21 -0
  48. package/dist/esm/createNativeMenu/withNativeMenu.native.js.map +6 -0
  49. package/dist/jsx/createNativeMenu/createNativeMenu.android.js +245 -0
  50. package/dist/jsx/createNativeMenu/createNativeMenu.android.js.map +6 -0
  51. package/dist/jsx/createNativeMenu/createNativeMenu.ios.js +322 -0
  52. package/dist/jsx/createNativeMenu/createNativeMenu.ios.js.map +6 -0
  53. package/dist/jsx/createNativeMenu/createNativeMenu.js +26 -0
  54. package/dist/jsx/createNativeMenu/createNativeMenu.js.map +6 -0
  55. package/dist/jsx/createNativeMenu/createNativeMenu.native.js +26 -0
  56. package/dist/jsx/createNativeMenu/createNativeMenu.native.js.map +6 -0
  57. package/dist/jsx/createNativeMenu/createNativeMenuTypes.js +1 -0
  58. package/dist/jsx/createNativeMenu/createNativeMenuTypes.js.map +6 -0
  59. package/dist/jsx/createNativeMenu/createNativeMenuTypes.native.js +1 -0
  60. package/dist/jsx/createNativeMenu/createNativeMenuTypes.native.js.map +6 -0
  61. package/dist/jsx/createNativeMenu/index.js +3 -0
  62. package/dist/jsx/createNativeMenu/index.js.map +6 -0
  63. package/dist/jsx/createNativeMenu/index.native.js +3 -0
  64. package/dist/jsx/createNativeMenu/index.native.js.map +6 -0
  65. package/dist/jsx/createNativeMenu/utils.js +46 -0
  66. package/dist/jsx/createNativeMenu/utils.js.map +6 -0
  67. package/dist/jsx/createNativeMenu/utils.native.js +49 -0
  68. package/dist/jsx/createNativeMenu/utils.native.js.map +6 -0
  69. package/dist/jsx/createNativeMenu/withNativeMenu.js +20 -0
  70. package/dist/jsx/createNativeMenu/withNativeMenu.js.map +6 -0
  71. package/dist/jsx/createNativeMenu/withNativeMenu.native.js +20 -0
  72. package/dist/jsx/createNativeMenu/withNativeMenu.native.js.map +6 -0
  73. package/package.json +4 -4
  74. package/types/createNativeMenu/createNativeMenu.android.d.ts.map +1 -0
  75. package/types/createNativeMenu/createNativeMenu.d.ts.map +1 -0
  76. package/types/createNativeMenu/createNativeMenu.ios.d.ts.map +1 -0
  77. package/types/createNativeMenu/createNativeMenuTypes.d.ts.map +1 -0
  78. package/types/createNativeMenu/index.d.ts.map +1 -0
  79. package/types/createNativeMenu/utils.d.ts.map +1 -0
  80. package/types/createNativeMenu/withNativeMenu.d.ts.map +1 -0
@@ -0,0 +1,263 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: !0 });
9
+ }, __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from == "object" || typeof from == "function")
11
+ for (let key of __getOwnPropNames(from))
12
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
+ return to;
14
+ };
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
+ var createNativeMenu_android_exports = {};
17
+ __export(createNativeMenu_android_exports, {
18
+ createNativeMenu: () => createAndroidMenu
19
+ });
20
+ module.exports = __toCommonJS(createNativeMenu_android_exports);
21
+ var import_menu = require("@react-native-menu/menu"), import_core = require("@tamagui/core"), import_react = require("react"), import_tamagui = require("tamagui"), import_Menu = require("../Menu"), import_utils = require("./utils"), import_jsx_runtime = require("react/jsx-runtime");
22
+ const COMPONENTS_TO_IGNORE = ["Portal", "Radio"], createAndroidMenu = (MenuType) => {
23
+ const Trigger = (0, import_utils.create)(({ children, asChild, ...rest }) => asChild ? (0, import_react.cloneElement)(children, {
24
+ ...rest
25
+ }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_tamagui.View, { ...rest, children }), `${MenuType}Trigger`), Auxiliary = (0, import_utils.create)(
26
+ ({ children }) => null,
27
+ `${MenuType}Auxiliary`
28
+ ), Group = (0, import_utils.create)(({ children }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children }), `${MenuType}Group`), Content = (0, import_utils.create)(({ children }) => (children || console.error(`Menu <Content /> children must be written directly inline.
29
+
30
+ You cannot wrap this component into its own component. It should look like this:
31
+
32
+ <Menu>
33
+ <Content>
34
+ <Item />
35
+ <Item />
36
+ </Content>
37
+ </Menu>
38
+
39
+ Notice that the <Item /> are all children of the <Content /> component. That's important.
40
+
41
+ If you want to use a custom component as your <Content />, you can use the create() method. But you still need to pass all items as children of <Content />.`), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children })), `${MenuType}Content`), ItemTitle = (0, import_utils.create)(({ children }) => {
42
+ if (typeof children != "string")
43
+ throw new Error("Menu <ItemTitle /> child must be a string");
44
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children });
45
+ }, `${MenuType}ItemTitle`), ItemIcon = (0, import_utils.create)((props) => (props.androidIconName || console.warn(
46
+ "Menu <ItemIcon /> missing androidIconName prop. Will do nothing on android. Consider passing an androidIconName or switching to <ItemImage />."
47
+ ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {})), `${MenuType}ItemIcon`), ItemImage = (0, import_utils.create)((props) => (props.androidIconName || console.warn(
48
+ "Menu <ItemImage /> will not use your custom image on android. You should use the androidIconName prop to render an icon on android too."
49
+ ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {})), `${MenuType}ItemImage`), ItemSubtitle = (0, import_utils.create)(({ children }) => {
50
+ if (children && typeof children != "string")
51
+ throw new Error("Menu <ItemSubtitle /> child must be a string");
52
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children });
53
+ }, `${MenuType}ItemSubtitle`), Item = (0, import_utils.create)(({ children }) => {
54
+ const titleChild = (0, import_utils.pickChildren)(children, ItemTitle).targetChildren;
55
+ return typeof children != "string" && !(titleChild != null && titleChild.length) && console.error(
56
+ `Menu Invalid <Item />. It either needs <ItemTitle /> in the children.
57
+
58
+ <Item>
59
+ <ItemTitle>
60
+ Title here
61
+ </ItemTitle>
62
+ </Item>
63
+ `
64
+ ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children });
65
+ }, `${MenuType}Item`), SubTrigger = (0, import_utils.create)(({ children }) => {
66
+ const titleChild = (0, import_utils.pickChildren)(children, ItemTitle).targetChildren;
67
+ return typeof children != "string" && !(titleChild != null && titleChild.length) && console.error(
68
+ `Menu Invalid <SubTrigger />. It either needs an <ItemTitle /> in the children.
69
+
70
+ <SubTrigger>
71
+ <ItemTitle>
72
+ Title here
73
+ </ItemTitle>
74
+ </SubTrigger>
75
+ `
76
+ ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children });
77
+ }, `${MenuType}SubTrigger`), Sub = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}Sub`), SubContent = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}SubContent`), CheckboxItem = (0, import_utils.create)(({ children }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}CheckboxItem`), Label = (0, import_utils.create)(({ children }) => (typeof children != "string" && console.error("Menu <Label /> children must be a string."), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {})), `${MenuType}Label`), Menu = (0, import_utils.create)((props) => {
78
+ var _a, _b, _c;
79
+ const trigger = (0, import_utils.pickChildren)(props.children, Trigger), content = (_a = (0, import_utils.pickChildren)(
80
+ props.children,
81
+ Content,
82
+ COMPONENTS_TO_IGNORE
83
+ ).targetChildren) == null ? void 0 : _a[0], callbacks = {}, getItemFromChild = (child, index) => {
84
+ var _a2, _b2, _c2, _d;
85
+ let title;
86
+ const key = child.key ? `${child.key}` : `item-${index}`;
87
+ let subtitle;
88
+ const menuAttributes = {};
89
+ child.props.disabled && (menuAttributes.disabled = !0), child.props.destructive && (menuAttributes.destructive = !0), child.props.hidden && (menuAttributes.hidden = !0);
90
+ let icon;
91
+ if (typeof child.props.children == "string")
92
+ title = child.props.children;
93
+ else {
94
+ const titleChild = (0, import_utils.pickChildren)(
95
+ child.props.children,
96
+ ItemTitle,
97
+ COMPONENTS_TO_IGNORE
98
+ ).targetChildren, maybeTitle = child.props.textValue ?? ((_a2 = titleChild == null ? void 0 : titleChild[0]) == null ? void 0 : _a2.props.children);
99
+ typeof maybeTitle == "string" ? title = maybeTitle : console.error(
100
+ `Menu Invalid <${Menu}.Item key="${key}" /> Missing valid title. Make sure you do one of the following:
101
+
102
+ 1. pass a string as the child of <${Menu}.ItemTitle />, nested directly inside of <${Menu}.Item />.
103
+ 2. OR, use the textValue prop on <${Menu}.Item textValue="Some value" />`
104
+ );
105
+ const subtitleChild = (0, import_utils.pickChildren)(
106
+ child.props.children,
107
+ ItemSubtitle
108
+ ).targetChildren;
109
+ typeof ((_b2 = subtitleChild == null ? void 0 : subtitleChild[0]) == null ? void 0 : _b2.props.children) == "string" && (subtitle = subtitleChild[0].props.children);
110
+ const iconChildren = (0, import_utils.pickChildren)(
111
+ child.props.children,
112
+ ItemIcon
113
+ ).targetChildren;
114
+ if ((_c2 = iconChildren == null ? void 0 : iconChildren[0]) != null && _c2.props.androidIconName)
115
+ icon = iconChildren[0].props.androidIconName;
116
+ else {
117
+ const imageChild = (_d = (0, import_utils.pickChildren)(
118
+ child.props.children,
119
+ ItemImage
120
+ ).targetChildren) == null ? void 0 : _d[0];
121
+ if (imageChild) {
122
+ const { androidIconName } = imageChild.props;
123
+ androidIconName && (icon = androidIconName);
124
+ }
125
+ }
126
+ }
127
+ if (title) {
128
+ const maybeIndexKey = typeof child.key == "string" && child.key.startsWith(".") ? child.key.substring(1) : void 0;
129
+ if (
130
+ // if the key doesn't exist as a string
131
+ (typeof child.key != "string" || // or if flattenChildren assigned the key as `.${key}${index}`
132
+ child.key.startsWith(".") && !isNaN(Number(maybeIndexKey))) && console.warn(
133
+ `Menu <Item /> is missing a unique key. Pass a unique key string for each item, such as: <Item key="${title.toLowerCase().replace(/ /g, "-") || `action-${index}`}" />. Falling back to index (${key}) instead, but this may have negative consequences.`
134
+ ), "onSelect" in child.props && child.props.onSelect
135
+ )
136
+ callbacks[key] = child.props.onSelect;
137
+ else if ("onValueChange" in child.props) {
138
+ const menuState = child.props.value, currentState = menuState === !0 ? "on" : menuState === !1 ? "off" : menuState, nextState = currentState === "mixed" || currentState === "on" ? "off" : "on", { onValueChange } = child.props;
139
+ callbacks[key] = () => {
140
+ onValueChange == null || onValueChange(nextState, currentState);
141
+ };
142
+ }
143
+ return {
144
+ key,
145
+ title,
146
+ subtitle,
147
+ menuAttributes,
148
+ icon
149
+ };
150
+ }
151
+ }, mapItemsChildren = (children) => import_react.Children.map(
152
+ (0, import_utils.flattenChildren)(children, [...COMPONENTS_TO_IGNORE, "Group"]),
153
+ (_child, index) => {
154
+ var _a2, _b2;
155
+ if ((0, import_utils.isInstanceOfComponent)(_child, Item)) {
156
+ const item = getItemFromChild(_child, index);
157
+ if (item) {
158
+ const { icon, title, key, menuAttributes, subtitle } = item;
159
+ return {
160
+ id: key,
161
+ title,
162
+ image: icon,
163
+ attributes: menuAttributes,
164
+ subtitle
165
+ };
166
+ }
167
+ } else if ((0, import_utils.isInstanceOfComponent)(_child, CheckboxItem)) {
168
+ const child = _child, item = getItemFromChild(child, index);
169
+ if (item) {
170
+ const { icon, title, key, menuAttributes, subtitle } = item, menuState = child.props.value;
171
+ return {
172
+ id: key,
173
+ title,
174
+ image: icon,
175
+ attributes: menuAttributes,
176
+ subtitle,
177
+ state: menuState === !0 ? "on" : menuState === !1 ? "off" : menuState
178
+ };
179
+ }
180
+ } else if ((0, import_utils.isInstanceOfComponent)(_child, Sub)) {
181
+ const child = _child, key = child.key ? `${child.key}` : `sub-${index}`, triggerItemChild = (_a2 = (0, import_utils.pickChildren)(
182
+ child.props.children,
183
+ SubTrigger
184
+ ).targetChildren) == null ? void 0 : _a2[0], triggerItem2 = triggerItemChild && getItemFromChild(triggerItemChild, index);
185
+ if (triggerItem2) {
186
+ const nestedContent = (_b2 = (0, import_utils.pickChildren)(
187
+ child.props.children,
188
+ SubContent,
189
+ COMPONENTS_TO_IGNORE
190
+ ).targetChildren) == null ? void 0 : _b2[0];
191
+ if (nestedContent) {
192
+ const nestedItems = mapItemsChildren(nestedContent.props.children).filter(
193
+ import_utils.filterNull
194
+ );
195
+ if (nestedItems.length)
196
+ return {
197
+ id: key,
198
+ title: triggerItem2 == null ? void 0 : triggerItem2.title,
199
+ image: triggerItem2 == null ? void 0 : triggerItem2.icon,
200
+ subactions: nestedItems,
201
+ attributes: triggerItem2.menuAttributes
202
+ };
203
+ }
204
+ }
205
+ }
206
+ return null;
207
+ }
208
+ ), menuItems = mapItemsChildren(content == null ? void 0 : content.props.children).filter(import_utils.filterNull), labelComp = (_b = (0, import_utils.pickChildren)(content == null ? void 0 : content.props.children, Label).targetChildren) == null ? void 0 : _b[0];
209
+ let menuTitle = "";
210
+ typeof (labelComp == null ? void 0 : labelComp.props.children) == "string" ? menuTitle = labelComp.props.children : labelComp != null && labelComp.props.textValue && (menuTitle = labelComp.props.textValue);
211
+ const triggerItem = (_c = trigger.targetChildren) == null ? void 0 : _c[0];
212
+ let shouldOpenOnLongPress = MenuType === "ContextMenu";
213
+ return triggerItem != null && triggerItem.props.action && (shouldOpenOnLongPress = triggerItem.props.action === "longPress"), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
214
+ import_Menu.NativePropProvider,
215
+ {
216
+ native: !0,
217
+ scope: MenuType === "DropdownMenu" ? "DropdownMenuContext" : "ContextMenuContext",
218
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
219
+ import_menu.MenuView,
220
+ {
221
+ title: menuTitle,
222
+ onPressAction: ({ nativeEvent }) => {
223
+ callbacks[nativeEvent.event]();
224
+ },
225
+ shouldOpenOnLongPress,
226
+ actions: menuItems,
227
+ children: triggerItem
228
+ }
229
+ )
230
+ }
231
+ );
232
+ }, `${MenuType}`), Separator = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}Separator`), ItemIndicator = (0, import_utils.create)(
233
+ (_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}),
234
+ `${MenuType}ItemIndicator`
235
+ ), Preview = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}Preview`), Arrow = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}Arrow`);
236
+ return {
237
+ Menu: (0, import_core.withStaticProperties)(Menu, {
238
+ Trigger,
239
+ Content,
240
+ Item,
241
+ ItemTitle,
242
+ ItemSubtitle,
243
+ SubTrigger,
244
+ Group,
245
+ Separator,
246
+ ItemIcon,
247
+ ItemIndicator,
248
+ CheckboxItem,
249
+ ItemImage,
250
+ Label,
251
+ Preview,
252
+ Arrow,
253
+ Sub,
254
+ SubContent,
255
+ Auxiliary
256
+ })
257
+ };
258
+ };
259
+ // Annotate the CommonJS export names for ESM import in node:
260
+ 0 && (module.exports = {
261
+ createNativeMenu
262
+ });
263
+ //# sourceMappingURL=createNativeMenu.android.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/createNativeMenu/createNativeMenu.android.tsx"],
4
+ "mappings": "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",
5
+ "names": ["_a", "_b", "_c", "triggerItem"]
6
+ }
@@ -0,0 +1,336 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: !0 });
9
+ }, __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from == "object" || typeof from == "function")
11
+ for (let key of __getOwnPropNames(from))
12
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
+ return to;
14
+ };
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
+ var createNativeMenu_ios_exports = {};
17
+ __export(createNativeMenu_ios_exports, {
18
+ createNativeMenu: () => createIosMenu
19
+ });
20
+ module.exports = __toCommonJS(createNativeMenu_ios_exports);
21
+ var import_core = require("@tamagui/core"), import_react = require("react"), import_react_native = require("react-native"), import_react_native_ios_context_menu = require("react-native-ios-context-menu"), import_tamagui = require("tamagui"), import_Menu = require("../Menu"), import_utils = require("./utils"), import_jsx_runtime = require("react/jsx-runtime");
22
+ const COMPONENTS_TO_IGNORE = ["Portal", "Radio"], createIosMenu = (MenuType) => {
23
+ const Trigger = (0, import_utils.create)(({ children, asChild, ...rest }) => asChild ? (0, import_react.cloneElement)(children, {
24
+ ...rest
25
+ }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_tamagui.View, { ...rest, children }), `${MenuType}Trigger`), Auxiliary = (0, import_utils.create)(({ children }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}Auxiliary`), Group = (0, import_utils.create)(({ children }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children }), `${MenuType}Group`), Content = (0, import_utils.create)(({ children }) => (children || console.error(`Menu <Content /> children must be written directly inline.
26
+
27
+ You cannot wrap this component into its own component. It should look like this:
28
+
29
+ <Menu>
30
+ <Content>
31
+ <Item />
32
+ <Item />
33
+ </Content>
34
+ </Menu>
35
+
36
+ Notice that the <Item /> are all children of the <Content /> component. That's important.
37
+
38
+ If you want to use a custom component as your <Content />, you can use the create() method. But you still need to pass all items as children of <Content />.`), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children })), `${MenuType}Content`), ItemTitle = (0, import_utils.create)(({ children }) => {
39
+ if (typeof children != "string")
40
+ throw new Error("Menu <ItemTitle /> child must be a string");
41
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children });
42
+ }, `${MenuType}ItemTitle`), ItemIcon = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}ItemIcon`), ItemImage = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}ItemImage`), ItemSubtitle = (0, import_utils.create)(({ children }) => {
43
+ if (children && typeof children != "string")
44
+ throw new Error("Menu <ItemSubtitle /> child must be a string");
45
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children });
46
+ }, `${MenuType}ItemSubtitle`), Item = (0, import_utils.create)(({ children }) => {
47
+ const titleChild = (0, import_utils.pickChildren)(children, ItemTitle).targetChildren;
48
+ return typeof children != "string" && !(titleChild != null && titleChild.length) && console.error(
49
+ `Menu Invalid <Item />. It either needs <ItemTitle /> in the children.
50
+
51
+ <Item>
52
+ <ItemTitle>
53
+ Title here
54
+ </ItemTitle>
55
+ </Item>
56
+ `
57
+ ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children });
58
+ }, `${MenuType}Item`), SubTrigger = (0, import_utils.create)(({ children }) => {
59
+ const titleChild = (0, import_utils.pickChildren)(children, ItemTitle).targetChildren;
60
+ return typeof children != "string" && !(titleChild != null && titleChild.length) && console.error(
61
+ `Menu Invalid <SubTrigger />. It either needs a string as the children, or a <ItemTitle /> in the children. However, it got neither.
62
+
63
+
64
+ <SubTrigger>
65
+ <ItemTitle>
66
+ Title here
67
+ </ItemTitle>
68
+ </SubTrigger>
69
+ `
70
+ ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children });
71
+ }, `${MenuType}SubTrigger`), Sub = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}Sub`), SubContent = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}SubContent`), Preview = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}Preview`);
72
+ Preview.defaultProps = {
73
+ isResizeAnimated: !0
74
+ };
75
+ const CheckboxItem = (0, import_utils.create)(({ children }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}CheckboxItem`), Label = (0, import_utils.create)(({ children }) => (typeof children != "string" && console.error("Menu <Label /> children must be a string."), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {})), `${MenuType}Label`), Menu = (0, import_utils.create)((props) => {
76
+ var _a, _b, _c, _d, _e, _f;
77
+ const trigger = (0, import_utils.pickChildren)(props.children, Trigger), content = (_a = (0, import_utils.pickChildren)(
78
+ props.children,
79
+ Content,
80
+ COMPONENTS_TO_IGNORE
81
+ ).targetChildren) == null ? void 0 : _a[0], callbacks = {}, getItemFromChild = (child, index) => {
82
+ var _a2, _b2, _c2, _d2, _e2, _f2;
83
+ let title;
84
+ const key = child.key ? `${child.key}` : `item-${index}`;
85
+ let subtitle;
86
+ const menuAttributes = [];
87
+ child.props.disabled && menuAttributes.push("disabled"), child.props.destructive && menuAttributes.push("destructive"), child.props.hidden && menuAttributes.push("hidden");
88
+ let icon;
89
+ if (typeof child.props.children == "string")
90
+ title = child.props.children;
91
+ else {
92
+ const titleChild = (0, import_utils.pickChildren)(
93
+ child.props.children,
94
+ ItemTitle
95
+ ).targetChildren, maybeTitle = child.props.textValue ?? ((_a2 = titleChild == null ? void 0 : titleChild[0]) == null ? void 0 : _a2.props.children);
96
+ typeof maybeTitle == "string" ? title = maybeTitle : console.error(
97
+ `Menu Invalid <${Menu}.Item key="${key}" /> Missing valid title. Make sure you do one of the following:
98
+
99
+ 1. pass a string as the child of <${Menu}.ItemTitle />, nested directly inside of <${Menu}.Item />.
100
+ 2. OR, use the textValue prop on <${Menu}.Item textValue="Some value" />`
101
+ );
102
+ const subtitleChild = (0, import_utils.pickChildren)(
103
+ child.props.children,
104
+ ItemSubtitle
105
+ ).targetChildren;
106
+ typeof ((_b2 = subtitleChild == null ? void 0 : subtitleChild[0]) == null ? void 0 : _b2.props.children) == "string" && (subtitle = subtitleChild[0].props.children);
107
+ const iconChildren = (0, import_utils.pickChildren)(
108
+ child.props.children,
109
+ ItemIcon
110
+ ).targetChildren;
111
+ if ((_c2 = iconChildren == null ? void 0 : iconChildren[0]) != null && _c2.props.iosIconName || (_d2 = iconChildren == null ? void 0 : iconChildren[0]) != null && _d2.props.ios) {
112
+ const iconConfiguration = (_e2 = iconChildren == null ? void 0 : iconChildren[0]) == null ? void 0 : _e2.props.ios;
113
+ icon = {
114
+ type: "IMAGE_SYSTEM",
115
+ imageValue: {
116
+ ...iconConfiguration,
117
+ systemName: (iconConfiguration == null ? void 0 : iconConfiguration.name) ?? iconChildren[0].props.iosIconName
118
+ }
119
+ };
120
+ } else {
121
+ const imageChild = (_f2 = (0, import_utils.pickChildren)(
122
+ child.props.children,
123
+ ItemImage
124
+ ).targetChildren) == null ? void 0 : _f2[0];
125
+ if (imageChild && imageChild.props.source) {
126
+ const { source, ios: { lazy = !0, style } = {} } = imageChild.props;
127
+ typeof source == "object" && "uri" in source && source.uri ? icon = {
128
+ type: "IMAGE_REMOTE_URL",
129
+ imageValue: {
130
+ url: source.uri
131
+ },
132
+ imageLoadingConfig: {
133
+ shouldLazyLoad: lazy ?? !0
134
+ },
135
+ imageOptions: style
136
+ } : icon = {
137
+ type: "IMAGE_REQUIRE",
138
+ imageValue: import_react_native.Image.resolveAssetSource(imageChild.props.source)
139
+ };
140
+ }
141
+ }
142
+ }
143
+ if (title) {
144
+ const maybeIndexKey = typeof child.key == "string" && child.key.startsWith(".") ? child.key.substring(1) : void 0;
145
+ if (
146
+ // if the key doesn't exist as a string
147
+ (typeof child.key != "string" || // or if flattenChildren assigned the key as `.${key}${index}`
148
+ child.key.startsWith(".") && !isNaN(Number(maybeIndexKey))) && console.warn(
149
+ `Menu <Item /> is missing a unique key. Pass a unique key string for each item, such as: <Item key="${title.toLowerCase().replace(/ /g, "-") || `action-${index}`}" />. Falling back to index (${key}) instead, but this may have negative consequences.`
150
+ ), "onSelect" in child.props && child.props.onSelect
151
+ )
152
+ callbacks[key] = child.props.onSelect;
153
+ else if ("onValueChange" in child.props) {
154
+ const menuState = child.props.value, currentState = menuState === !0 ? "on" : menuState === !1 ? "off" : menuState, nextState = currentState === "mixed" || currentState === "on" ? "off" : "on", { onValueChange } = child.props;
155
+ callbacks[key] = () => {
156
+ onValueChange == null || onValueChange(nextState, currentState);
157
+ };
158
+ }
159
+ return {
160
+ key,
161
+ title,
162
+ subtitle,
163
+ menuAttributes,
164
+ icon
165
+ };
166
+ }
167
+ }, mapItemsChildren = (children) => import_react.Children.map((0, import_utils.flattenChildren)(children), (_child, index) => {
168
+ var _a2, _b2;
169
+ if ((0, import_utils.isInstanceOfComponent)(_child, Item)) {
170
+ const item = getItemFromChild(_child, index);
171
+ if (item) {
172
+ const { icon, title, key, menuAttributes, subtitle } = item;
173
+ return {
174
+ actionKey: key,
175
+ actionTitle: title,
176
+ icon,
177
+ menuAttributes,
178
+ discoverabilityTitle: subtitle
179
+ };
180
+ }
181
+ } else if ((0, import_utils.isInstanceOfComponent)(_child, CheckboxItem)) {
182
+ const child = _child, item = getItemFromChild(child, index);
183
+ if (item) {
184
+ const { icon, title, key, menuAttributes, subtitle } = item, menuState = child.props.value;
185
+ return {
186
+ actionKey: key,
187
+ actionTitle: title,
188
+ icon,
189
+ menuAttributes,
190
+ discoverabilityTitle: subtitle,
191
+ menuState: menuState === !0 ? "on" : menuState === !1 ? "off" : menuState
192
+ };
193
+ }
194
+ } else if ((0, import_utils.isInstanceOfComponent)(_child, Sub)) {
195
+ const child = _child, triggerItemChild = (_a2 = (0, import_utils.pickChildren)(
196
+ child.props.children,
197
+ SubTrigger
198
+ ).targetChildren) == null ? void 0 : _a2[0], triggerItem2 = triggerItemChild && getItemFromChild(triggerItemChild, index);
199
+ if (triggerItem2) {
200
+ const nestedContent = (_b2 = (0, import_utils.pickChildren)(child.props.children, SubContent, COMPONENTS_TO_IGNORE).targetChildren) == null ? void 0 : _b2[0];
201
+ if (nestedContent) {
202
+ const nestedItems = mapItemsChildren(nestedContent.props.children).filter(
203
+ import_utils.filterNull
204
+ );
205
+ if (nestedItems.length) {
206
+ const menuOptions = [];
207
+ return new Set(triggerItem2.menuAttributes || []).has("destructive") && menuOptions.push("destructive"), {
208
+ menuTitle: triggerItem2 == null ? void 0 : triggerItem2.title,
209
+ icon: triggerItem2 == null ? void 0 : triggerItem2.icon,
210
+ menuItems: nestedItems,
211
+ menuOptions,
212
+ menuAttributes: triggerItem2.menuAttributes
213
+ };
214
+ }
215
+ }
216
+ }
217
+ } else if ((0, import_utils.isInstanceOfComponent)(_child, Group))
218
+ return {
219
+ menuTitle: "",
220
+ menuItems: mapItemsChildren(_child.props.children).filter(import_utils.filterNull),
221
+ menuOptions: ["displayInline"]
222
+ };
223
+ return null;
224
+ }), menuItems = mapItemsChildren(content == null ? void 0 : content.props.children).filter(import_utils.filterNull), labelComp = (_b = (0, import_utils.pickChildren)(content == null ? void 0 : content.props.children, Label).targetChildren) == null ? void 0 : _b[0];
225
+ let menuTitle = "";
226
+ typeof (labelComp == null ? void 0 : labelComp.props.children) == "string" ? menuTitle = labelComp.props.children : labelComp != null && labelComp.props.textValue && (menuTitle = labelComp.props.textValue);
227
+ const Component = MenuType === "ContextMenu" ? import_react_native_ios_context_menu.ContextMenuView : import_react_native_ios_context_menu.ContextMenuButton, preview = (_c = (0, import_utils.pickChildren)(content == null ? void 0 : content.props.children, Preview).targetChildren) == null ? void 0 : _c[0], previewProps = preview == null ? void 0 : preview.props, onMenuDidHide = props.onOpenChange && (() => {
228
+ var _a2;
229
+ (_a2 = props.onOpenChange) == null || _a2.call(props, !1);
230
+ }), onMenuDidShow = props.onOpenChange && (() => {
231
+ var _a2;
232
+ (_a2 = props.onOpenChange) == null || _a2.call(props, !0);
233
+ }), onMenuWillShow = props.onOpenWillChange && (() => {
234
+ var _a2;
235
+ (_a2 = props.onOpenWillChange) == null || _a2.call(props, !0);
236
+ }), onMenuWillHide = props.onOpenWillChange && (() => {
237
+ var _a2;
238
+ (_a2 = props.onOpenWillChange) == null || _a2.call(props, !1);
239
+ }), triggerItem = (_d = trigger.targetChildren) == null ? void 0 : _d[0];
240
+ let shouldOpenOnSingleTap = MenuType === "DropdownMenu";
241
+ triggerItem != null && triggerItem.props.action && (shouldOpenOnSingleTap = triggerItem.props.action === "press");
242
+ const auxiliary = MenuType === "ContextMenu" ? (_e = (0, import_utils.pickChildren)(content == null ? void 0 : content.props.children, Auxiliary)) == null ? void 0 : _e.targetChildren : void 0, auxiliaryProps = (_f = auxiliary == null ? void 0 : auxiliary[0]) == null ? void 0 : _f.props, menuRef = (0, import_react.useRef)();
243
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
244
+ import_Menu.NativePropProvider,
245
+ {
246
+ native: !0,
247
+ scope: MenuType === "DropdownMenu" ? "DropdownMenuContext" : "ContextMenuContext",
248
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
249
+ Component,
250
+ {
251
+ ref: menuRef,
252
+ onPressMenuItem: ({ nativeEvent }) => {
253
+ callbacks[nativeEvent.actionKey] && callbacks[nativeEvent.actionKey]();
254
+ },
255
+ isMenuPrimaryAction: shouldOpenOnSingleTap,
256
+ style: [{ flexGrow: 0 }, props.style],
257
+ menuConfig: {
258
+ menuTitle,
259
+ menuItems
260
+ },
261
+ renderPreview: MenuType === "ContextMenu" && preview && (previewProps != null && previewProps.children) ? () => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: typeof (previewProps == null ? void 0 : previewProps.children) == "function" ? previewProps.children() : previewProps == null ? void 0 : previewProps.children }) : void 0,
262
+ lazyPreview: MenuType === "ContextMenu" ? typeof (previewProps == null ? void 0 : previewProps.children) == "function" : void 0,
263
+ onPressMenuPreview: MenuType === "ContextMenu" ? previewProps == null ? void 0 : previewProps.onPress : void 0,
264
+ auxiliaryPreviewConfig: auxiliaryProps != null && auxiliaryProps.children ? {
265
+ alignmentHorizontal: auxiliaryProps == null ? void 0 : auxiliaryProps.alignmentHorizontal,
266
+ anchorPosition: auxiliaryProps == null ? void 0 : auxiliaryProps.anchorPosition,
267
+ height: auxiliaryProps == null ? void 0 : auxiliaryProps.height,
268
+ marginAuxiliaryPreview: auxiliaryProps == null ? void 0 : auxiliaryProps.marginWithScreenEdge,
269
+ marginPreview: auxiliaryProps == null ? void 0 : auxiliaryProps.marginPreview,
270
+ transitionConfigEntrance: auxiliaryProps == null ? void 0 : auxiliaryProps.transitionConfigEntrance,
271
+ transitionEntranceDelay: auxiliaryProps == null ? void 0 : auxiliaryProps.transitionEntranceDelay,
272
+ width: auxiliaryProps == null ? void 0 : auxiliaryProps.width
273
+ } : void 0,
274
+ isAuxiliaryPreviewEnabled: !!(auxiliaryProps != null && auxiliaryProps.children),
275
+ onMenuAuxiliaryPreviewDidShow: auxiliaryProps == null ? void 0 : auxiliaryProps.onDidShow,
276
+ onMenuAuxiliaryPreviewWillShow: auxiliaryProps == null ? void 0 : auxiliaryProps.onWillShow,
277
+ renderAuxiliaryPreview: auxiliaryProps != null && auxiliaryProps.children ? () => {
278
+ const child = typeof (auxiliaryProps == null ? void 0 : auxiliaryProps.children) == "function" ? auxiliaryProps == null ? void 0 : auxiliaryProps.children({
279
+ dismissMenu() {
280
+ var _a2;
281
+ (_a2 = menuRef.current) == null || _a2.dismissMenu();
282
+ }
283
+ }) : auxiliaryProps == null ? void 0 : auxiliaryProps.children;
284
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: child });
285
+ } : void 0,
286
+ previewConfig: preview ? {
287
+ // ...previewProps,
288
+ previewType: "CUSTOM",
289
+ previewSize: previewProps == null ? void 0 : previewProps.size,
290
+ backgroundColor: previewProps == null ? void 0 : previewProps.backgroundColor,
291
+ borderRadius: previewProps == null ? void 0 : previewProps.borderRadius,
292
+ isResizeAnimated: previewProps == null ? void 0 : previewProps.isResizeAnimated,
293
+ preferredCommitStyle: previewProps == null ? void 0 : previewProps.preferredCommitStyle
294
+ } : void 0,
295
+ onMenuDidHide,
296
+ onMenuDidShow,
297
+ onMenuWillHide,
298
+ onMenuWillShow,
299
+ ...props.__unsafeIosProps,
300
+ children: triggerItem
301
+ }
302
+ )
303
+ }
304
+ );
305
+ }, `${MenuType}`), Separator = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}Separator`), ItemIndicator = (0, import_utils.create)(
306
+ (_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}),
307
+ `${MenuType}ItemIndicator`
308
+ ), Arrow = (0, import_utils.create)((_) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {}), `${MenuType}Arrow`);
309
+ return {
310
+ Menu: (0, import_core.withStaticProperties)(Menu, {
311
+ Trigger,
312
+ Content,
313
+ Item,
314
+ ItemTitle,
315
+ ItemSubtitle,
316
+ SubTrigger,
317
+ Group,
318
+ Separator,
319
+ ItemIcon,
320
+ ItemIndicator,
321
+ CheckboxItem,
322
+ ItemImage,
323
+ Label,
324
+ Preview,
325
+ Arrow,
326
+ Sub,
327
+ SubContent,
328
+ Auxiliary
329
+ })
330
+ };
331
+ };
332
+ // Annotate the CommonJS export names for ESM import in node:
333
+ 0 && (module.exports = {
334
+ createNativeMenu
335
+ });
336
+ //# sourceMappingURL=createNativeMenu.ios.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/createNativeMenu/createNativeMenu.ios.tsx"],
4
+ "mappings": "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",
5
+ "names": ["_a", "_b", "_c", "_d", "_e", "_f", "triggerItem"]
6
+ }