rnxsim 0.0.0 → 0.1.313
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/LICENSE +21 -0
- package/README.md +512 -0
- package/detox/colors.ts +54 -0
- package/detox/config-loader.ts +135 -0
- package/detox/element-types.ts +39 -0
- package/detox/expectations.ts +537 -0
- package/detox/gestures.ts +480 -0
- package/detox/index.ts +2118 -0
- package/detox/jest-preset.cjs +51 -0
- package/detox/jest-setup-after-env.cjs +18 -0
- package/detox/matchers.ts +30 -0
- package/detox/motion-change.cjs +109 -0
- package/detox/motion-change.d.cts +35 -0
- package/detox/navigation.ts +43 -0
- package/detox/screenshots/animated-color-test-rest-norngh.png +0 -0
- package/detox/screenshots/color-test-after-drag-norngh.png +0 -0
- package/detox/screenshots/color-test-rest-norngh.png +0 -0
- package/detox/screenshots/theme-blue-toggle.png +0 -0
- package/detox/screenshots/theme-blue.png +0 -0
- package/detox/screenshots/theme-red-toggle.png +0 -0
- package/detox/screenshots/theme-red.png +0 -0
- package/dist-cli/bin.js +15 -0
- package/dist-cli/chunks/agent-XZ2KTPCU.js +48 -0
- package/dist-cli/chunks/agent-wrapper-JJYYW2WH.js +17 -0
- package/dist-cli/chunks/app-fonts-IXRNQG6B.js +4 -0
- package/dist-cli/chunks/assert-54T5SK5F.js +49 -0
- package/dist-cli/chunks/auth-FI5UDI45.js +12 -0
- package/dist-cli/chunks/beta-JV6UKADW.js +4 -0
- package/dist-cli/chunks/camera-VL73YIKP.js +22 -0
- package/dist-cli/chunks/chunk-2D2UPBBR.js +4 -0
- package/dist-cli/chunks/chunk-2YR5BGA5.js +5 -0
- package/dist-cli/chunks/chunk-3NV2NCNX.js +4 -0
- package/dist-cli/chunks/chunk-46EUUFJ5.js +4 -0
- package/dist-cli/chunks/chunk-4NPPOV2N.js +5 -0
- package/dist-cli/chunks/chunk-5DHC6KHQ.js +7 -0
- package/dist-cli/chunks/chunk-5TEF3ET3.js +74 -0
- package/dist-cli/chunks/chunk-5TPRP5QT.js +4 -0
- package/dist-cli/chunks/chunk-5YJCOWCH.js +4 -0
- package/dist-cli/chunks/chunk-7GN3LVWB.js +4 -0
- package/dist-cli/chunks/chunk-BBULZ7CG.js +568 -0
- package/dist-cli/chunks/chunk-BTWORNNG.js +71 -0
- package/dist-cli/chunks/chunk-D4FFVGI5.js +5 -0
- package/dist-cli/chunks/chunk-DCEMHR2Y.js +4 -0
- package/dist-cli/chunks/chunk-DZS6WPUI.js +4 -0
- package/dist-cli/chunks/chunk-F5ZRSS3C.js +3 -0
- package/dist-cli/chunks/chunk-FSUYIVJ6.js +9 -0
- package/dist-cli/chunks/chunk-G2WW6L2C.js +23 -0
- package/dist-cli/chunks/chunk-GASE6UBA.js +4 -0
- package/dist-cli/chunks/chunk-GGRX24GF.js +142 -0
- package/dist-cli/chunks/chunk-HI5TFJWN.js +5 -0
- package/dist-cli/chunks/chunk-IJ5CAZZC.js +5 -0
- package/dist-cli/chunks/chunk-IJO63TDP.js +4 -0
- package/dist-cli/chunks/chunk-KTHV3RUS.js +26 -0
- package/dist-cli/chunks/chunk-LF2ZVT7O.js +6 -0
- package/dist-cli/chunks/chunk-MJRLLB4R.js +38 -0
- package/dist-cli/chunks/chunk-NFK7T35W.js +4 -0
- package/dist-cli/chunks/chunk-NMF2ZMZQ.js +15 -0
- package/dist-cli/chunks/chunk-OHAZNXLK.js +4 -0
- package/dist-cli/chunks/chunk-OVFJFXUD.js +101 -0
- package/dist-cli/chunks/chunk-OZSSI4WN.js +28 -0
- package/dist-cli/chunks/chunk-QKDWYITG.js +25 -0
- package/dist-cli/chunks/chunk-RSZWCKNT.js +30 -0
- package/dist-cli/chunks/chunk-RTN5C5RL.js +4 -0
- package/dist-cli/chunks/chunk-TIVZIMMW.js +4 -0
- package/dist-cli/chunks/chunk-TZFFR3SD.js +7 -0
- package/dist-cli/chunks/chunk-UC6U3MML.js +5 -0
- package/dist-cli/chunks/chunk-VFCMSYZK.js +6 -0
- package/dist-cli/chunks/chunk-VNQEB4L7.js +5 -0
- package/dist-cli/chunks/chunk-VZXWHRUZ.js +983 -0
- package/dist-cli/chunks/chunk-W6K4EFPH.js +107 -0
- package/dist-cli/chunks/chunk-WEXDAC74.js +4 -0
- package/dist-cli/chunks/chunk-WF3T4SVI.js +14 -0
- package/dist-cli/chunks/chunk-WINYQ44O.js +4 -0
- package/dist-cli/chunks/chunk-WMIIKMGK.js +10 -0
- package/dist-cli/chunks/chunk-WUSWBCWA.js +507 -0
- package/dist-cli/chunks/chunk-WWZIXIRD.js +4 -0
- package/dist-cli/chunks/chunk-XEVZYVIW.js +766 -0
- package/dist-cli/chunks/chunk-YDGQTMQL.js +4 -0
- package/dist-cli/chunks/chunk-YIFT42WN.js +4 -0
- package/dist-cli/chunks/chunk-ZMJD5GEC.js +125 -0
- package/dist-cli/chunks/cleanup-P27PA6JI.js +25 -0
- package/dist-cli/chunks/cli-version-WWLPBDQ7.js +4 -0
- package/dist-cli/chunks/compat-ZD65FED3.js +20 -0
- package/dist-cli/chunks/config-XMJRNM2A.js +13 -0
- package/dist-cli/chunks/control-KMIQT3QP.js +4 -0
- package/dist-cli/chunks/daemon-G2ME7NLB.js +4 -0
- package/dist-cli/chunks/debug-PT4HOP7N.js +200 -0
- package/dist-cli/chunks/desktop-S3FG72AK.js +31 -0
- package/dist-cli/chunks/detox-B3D4IFCN.js +52 -0
- package/dist-cli/chunks/device-XBNDSB2R.js +18 -0
- package/dist-cli/chunks/diagnose-HMQXJE5N.js +43 -0
- package/dist-cli/chunks/disk-cleanup-BLCZ5BSZ.js +4 -0
- package/dist-cli/chunks/drivers-LDECZGP2.js +4 -0
- package/dist-cli/chunks/film-BJGTBYZB.js +74 -0
- package/dist-cli/chunks/flow-UEQNVTU7.js +4 -0
- package/dist-cli/chunks/help-T5FYSVGB.js +4 -0
- package/dist-cli/chunks/hidden-runtime-alias-ANOYADHM.js +4 -0
- package/dist-cli/chunks/home-paths-GT3LFNOR.js +4 -0
- package/dist-cli/chunks/inspect-ZA6XF5LD.js +4 -0
- package/dist-cli/chunks/install-desktop-TIMUDHPL.js +4 -0
- package/dist-cli/chunks/login-FJ737MWG.js +28 -0
- package/dist-cli/chunks/logout-ZCNMMHMY.js +4 -0
- package/dist-cli/chunks/maestro-SZTNKLDF.js +104 -0
- package/dist-cli/chunks/maestro-generate-DCFAIZ4H.js +36 -0
- package/dist-cli/chunks/mode-GRMQCRXR.js +26 -0
- package/dist-cli/chunks/optional-demo-registry-W36EWFFB.js +4 -0
- package/dist-cli/chunks/perf-QYBAAUZG.js +48 -0
- package/dist-cli/chunks/permissions-3QCQ6VF4.js +13 -0
- package/dist-cli/chunks/record-QPPC2S4E.js +72 -0
- package/dist-cli/chunks/report-issue-7NMFP4HK.js +29 -0
- package/dist-cli/chunks/runtime-XOAXMSTU.js +4 -0
- package/dist-cli/chunks/screenshot-command-67AECJFB.js +159 -0
- package/dist-cli/chunks/screenshot-layers-ASWBYPJL.js +20 -0
- package/dist-cli/chunks/screenshots-capture-PXA3HFQK.js +42 -0
- package/dist-cli/chunks/serve-BI2NBAXG.js +44 -0
- package/dist-cli/chunks/setup-7DWPMRSB.js +32 -0
- package/dist-cli/chunks/skills-S3Y22TUA.js +50 -0
- package/dist-cli/chunks/storage-XUIMJWAJ.js +37 -0
- package/dist-cli/chunks/store-JTHEJLAZ.js +4 -0
- package/dist-cli/chunks/telemetry-ZYJGD2DB.js +4 -0
- package/dist-cli/chunks/timeline-TMPLQPSP.js +24 -0
- package/dist-cli/chunks/upgrade-7HDSIM7K.js +7 -0
- package/dist-cli/chunks/upload-GMSZPWM6.js +4 -0
- package/dist-cli/chunks/version-HOCHZ37L.js +6 -0
- package/dist-cli/chunks/web-DG3WBYD3.js +4 -0
- package/dist-cli/chunks/what-happened-XFVUTZR7.js +25 -0
- package/dist-lib/agent-daemon-client.cjs +468 -0
- package/dist-lib/agent-events.cjs +48 -0
- package/dist-lib/agent-identity.cjs +53 -0
- package/dist-lib/agent-sessions.cjs +725 -0
- package/dist-lib/attached-projects.cjs +526 -0
- package/dist-lib/auth/shared-session.cjs +195 -0
- package/dist-lib/backend-origin.cjs +70 -0
- package/dist-lib/beta.cjs +41 -0
- package/dist-lib/beta.mjs +13 -0
- package/dist-lib/bridge-constants.cjs +161 -0
- package/dist-lib/cli-constants.cjs +32 -0
- package/dist-lib/config.cjs +96 -0
- package/dist-lib/detox/index.cjs +2863 -0
- package/dist-lib/detox/jest-preset.cjs +51 -0
- package/dist-lib/dev-bundle-resolution.cjs +223 -0
- package/dist-lib/home-paths.cjs +421 -0
- package/dist-lib/host/bridge-host.cjs +5600 -0
- package/dist-lib/host/fetch-proxy-handler.cjs +373 -0
- package/dist-lib/host/fetch-proxy-overrides.cjs +63 -0
- package/dist-lib/host/fetch-proxy-overrides.mjs +37 -0
- package/dist-lib/host/websocket-proxy.cjs +214 -0
- package/dist-lib/index.cjs +513 -0
- package/dist-lib/jump-to-source-babel.cjs +93 -0
- package/dist-lib/menu.cjs +620 -0
- package/dist-lib/menu.mjs +581 -0
- package/dist-lib/metro.cjs +297 -0
- package/dist-lib/profiles.cjs +246 -0
- package/dist-lib/public-brand.cjs +39 -0
- package/dist-lib/render-mode.cjs +54 -0
- package/dist-lib/scripts/dev-server-scanner.cjs +1034 -0
- package/dist-lib/sdk.cjs +2333 -0
- package/dist-lib/sdk.mjs +2240 -0
- package/dist-lib/skills.cjs +23922 -0
- package/dist-lib/vite.cjs +358 -0
- package/package.json +189 -18
- package/scripts/dev-server-scanner.ts +941 -0
- package/scripts/optional-demo-registry.ts +113 -0
- package/scripts/postinstall.cjs +3 -0
- package/scripts/preuninstall.cjs +118 -0
- package/skills/contrast/SKILL.md +171 -0
- package/skills/rnx-debug/SKILL.md +425 -0
- package/skills/rnx-perf/SKILL.md +295 -0
- package/skills/rnx-setup/SKILL.md +160 -0
- package/skills/rnx-test/SKILL.md +292 -0
- package/skills/rnx-visual/SKILL.md +122 -0
- package/src/agent-daemon-client.ts +410 -0
- package/src/agent-events.ts +71 -0
- package/src/agent-identity.ts +23 -0
- package/src/agent-prompt.ts +71 -0
- package/src/agent-sessions.ts +573 -0
- package/src/attached-projects.ts +539 -0
- package/src/auth/shared-session.ts +204 -0
- package/src/backend-origin.ts +49 -0
- package/src/beta.ts +19 -0
- package/src/bridge-constants.ts +171 -0
- package/src/browser-cache.ts +16 -0
- package/src/cli-constants.ts +1 -0
- package/src/cli-version.ts +32 -0
- package/src/codex-client.ts +215 -0
- package/src/config.ts +134 -0
- package/src/dev-bundle-resolution.ts +236 -0
- package/src/disk-cleanup.ts +466 -0
- package/src/home-paths.ts +552 -0
- package/src/host/agent-host.ts +666 -0
- package/src/host/bridge-host.ts +2626 -0
- package/src/host/fetch-proxy-handler.ts +397 -0
- package/src/host/fetch-proxy-overrides.ts +51 -0
- package/src/host/open-url.ts +89 -0
- package/src/host/websocket-proxy.ts +210 -0
- package/src/index.ts +12 -705
- package/src/jump-to-source-babel.ts +135 -0
- package/src/menu.ts +734 -0
- package/src/metro-plugin.ts +139 -0
- package/src/native-dev-bundle-url.ts +96 -0
- package/src/native-seam-manifest.ts +341 -0
- package/src/plist.ts +27 -0
- package/src/poll-until.ts +92 -0
- package/src/profiles.ts +179 -0
- package/src/public-brand.ts +9 -0
- package/src/render-mode.ts +27 -0
- package/src/runtime-assets.ts +228 -0
- package/src/runtime-delivery.ts +54 -0
- package/src/screenshots/compose.ts +422 -0
- package/src/screenshots/frame-compose.ts +454 -0
- package/src/screenshots/orchestrate.ts +256 -0
- package/src/screenshots/org-deck.ts +91 -0
- package/src/screenshots/registry.ts +58 -0
- package/src/screenshots/schema.ts +364 -0
- package/src/sdk.ts +7 -0
- package/src/settings-bundle.ts +418 -0
- package/src/skills/builtin/a11y-review.ts +132 -0
- package/src/skills/builtin/compat-check.ts +71 -0
- package/src/skills/builtin/maestro-test.ts +121 -0
- package/src/skills/builtin/perf-profile.ts +90 -0
- package/src/skills/builtin/screenshot-all.ts +52 -0
- package/src/skills/builtin/visual-diff.ts +100 -0
- package/src/skills/registry.ts +107 -0
- package/src/skills/types.ts +41 -0
- package/src/team-machine-prompt.ts +73 -0
- package/src/vite-plugin-one.ts +190 -0
- package/src/vite-plugin.ts +1750 -0
- package/src/worklets-babel.ts +134 -0
|
@@ -0,0 +1,620 @@
|
|
|
1
|
+
/*! rnx v0.1.313 | (c) 2026 Tamagui LLC | Proprietary — see LICENSE */
|
|
2
|
+
let __sootsim_import_meta_url = ''; try { __sootsim_import_meta_url = require('url').pathToFileURL(__filename).href; } catch {}
|
|
3
|
+
"use strict";
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name2 in all)
|
|
10
|
+
__defProp(target, name2, { get: all[name2], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
|
+
|
|
22
|
+
// src/menu.ts
|
|
23
|
+
var menu_exports = {};
|
|
24
|
+
__export(menu_exports, {
|
|
25
|
+
SOOTSIM_AMBIENT_GLOW_LABELS: () => SOOTSIM_AMBIENT_GLOW_LABELS,
|
|
26
|
+
SOOTSIM_AMBIENT_GLOW_LEVELS: () => SOOTSIM_AMBIENT_GLOW_LEVELS,
|
|
27
|
+
SOOTSIM_ENGINE_EVENT_NAME: () => SOOTSIM_ENGINE_EVENT_NAME,
|
|
28
|
+
SOOTSIM_SHELL_COMMAND_NAME: () => SOOTSIM_SHELL_COMMAND_NAME,
|
|
29
|
+
buildSootSimDeviceChoiceDefs: () => buildSootSimDeviceChoiceDefs,
|
|
30
|
+
buildSootSimMenuDefs: () => buildSootSimMenuDefs,
|
|
31
|
+
formatAccelerator: () => formatAccelerator,
|
|
32
|
+
getMenuShortcutEntries: () => getMenuShortcutEntries,
|
|
33
|
+
getMenuShortcutEntriesFromDefs: () => getMenuShortcutEntriesFromDefs,
|
|
34
|
+
getShortcutDocSections: () => getShortcutDocSections,
|
|
35
|
+
getShortcutDocSectionsFromDefs: () => getShortcutDocSectionsFromDefs,
|
|
36
|
+
isSootSimAmbientGlowLevel: () => isSootSimAmbientGlowLevel,
|
|
37
|
+
matchesAccelerator: () => matchesAccelerator
|
|
38
|
+
});
|
|
39
|
+
module.exports = __toCommonJS(menu_exports);
|
|
40
|
+
|
|
41
|
+
// src/public-brand.ts
|
|
42
|
+
var name = "rnx";
|
|
43
|
+
var rnxPublicBrand = Object.freeze({
|
|
44
|
+
name,
|
|
45
|
+
packageName: "rnxsim",
|
|
46
|
+
commandName: "rnxsim",
|
|
47
|
+
domain: "rnxsim.com",
|
|
48
|
+
origin: "https://rnxsim.com"
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
// src/menu.ts
|
|
52
|
+
var SOOTSIM_ENGINE_EVENT_NAME = "sootsim:engine-event";
|
|
53
|
+
var SOOTSIM_SHELL_COMMAND_NAME = "sootsim:shell-command";
|
|
54
|
+
var SOOTSIM_AMBIENT_GLOW_LEVELS = ["off", "soft", "full"];
|
|
55
|
+
function isSootSimAmbientGlowLevel(value) {
|
|
56
|
+
return value === "off" || value === "soft" || value === "full";
|
|
57
|
+
}
|
|
58
|
+
var SOOTSIM_AMBIENT_GLOW_LABELS = {
|
|
59
|
+
off: "Off",
|
|
60
|
+
soft: "Soft",
|
|
61
|
+
full: "Full"
|
|
62
|
+
};
|
|
63
|
+
function buildSootSimMenuDefs(state, deviceChoices) {
|
|
64
|
+
return [
|
|
65
|
+
appMenu(),
|
|
66
|
+
fileMenu(state, deviceChoices),
|
|
67
|
+
editMenu(),
|
|
68
|
+
deviceMenu(state, deviceChoices),
|
|
69
|
+
debugMenu(state),
|
|
70
|
+
windowMenu(state),
|
|
71
|
+
helpMenu()
|
|
72
|
+
];
|
|
73
|
+
}
|
|
74
|
+
function appMenu() {
|
|
75
|
+
return {
|
|
76
|
+
label: rnxPublicBrand.name,
|
|
77
|
+
brand: true,
|
|
78
|
+
items: [
|
|
79
|
+
{ label: `About ${rnxPublicBrand.name}`, action: "about" },
|
|
80
|
+
{ type: "separator" },
|
|
81
|
+
{
|
|
82
|
+
label: "Preferences...",
|
|
83
|
+
accelerator: "CmdOrCtrl+,",
|
|
84
|
+
action: "preferences",
|
|
85
|
+
browserAccelerator: true,
|
|
86
|
+
shortcutLabel: "settings",
|
|
87
|
+
showInShortcutDocs: true
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
label: "Settings Pages",
|
|
91
|
+
items: [
|
|
92
|
+
{
|
|
93
|
+
label: "Accessibility",
|
|
94
|
+
action: "open-settings-page",
|
|
95
|
+
actionPayload: "accessibility"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
label: "Display & Text Size",
|
|
99
|
+
action: "open-settings-page",
|
|
100
|
+
actionPayload: "display-and-text-size"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
label: "Notifications",
|
|
104
|
+
action: "open-settings-page",
|
|
105
|
+
actionPayload: "notifications"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
label: "Apps",
|
|
109
|
+
action: "open-settings-page",
|
|
110
|
+
actionPayload: "apps"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
label: "Privacy & Security",
|
|
114
|
+
action: "open-settings-page",
|
|
115
|
+
actionPayload: "privacy"
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{ type: "separator" },
|
|
120
|
+
{
|
|
121
|
+
label: "Hide rnx",
|
|
122
|
+
accelerator: "CmdOrCtrl+H",
|
|
123
|
+
action: "hide",
|
|
124
|
+
hiddenIn: "browser"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
label: "Hide Others",
|
|
128
|
+
accelerator: "CmdOrCtrl+Alt+H",
|
|
129
|
+
action: "hide-others",
|
|
130
|
+
hiddenIn: "browser"
|
|
131
|
+
},
|
|
132
|
+
{ label: "Show All", action: "unhide", hiddenIn: "browser" },
|
|
133
|
+
{ type: "separator" },
|
|
134
|
+
{
|
|
135
|
+
label: "Quit rnx",
|
|
136
|
+
accelerator: "CmdOrCtrl+Q",
|
|
137
|
+
action: "quit",
|
|
138
|
+
hiddenIn: "browser"
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
function fileMenu(state, deviceChoices) {
|
|
144
|
+
return {
|
|
145
|
+
label: "File",
|
|
146
|
+
notMinimal: true,
|
|
147
|
+
items: [
|
|
148
|
+
{ label: "New Window", accelerator: "CmdOrCtrl+N", action: "new-window" },
|
|
149
|
+
{
|
|
150
|
+
label: "New Simulator",
|
|
151
|
+
hiddenIn: "browser",
|
|
152
|
+
items: buildSootSimDeviceChoiceDefs(state.currentDevice, deviceChoices, {
|
|
153
|
+
action: "new-simulator"
|
|
154
|
+
})
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
label: "Close Window",
|
|
158
|
+
accelerator: "CmdOrCtrl+W",
|
|
159
|
+
action: "close-window",
|
|
160
|
+
hiddenIn: "browser"
|
|
161
|
+
},
|
|
162
|
+
{ type: "separator" },
|
|
163
|
+
{
|
|
164
|
+
label: "Save Screen",
|
|
165
|
+
accelerator: "CmdOrCtrl+S",
|
|
166
|
+
action: "save-screen"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
label: "Copy Screen",
|
|
170
|
+
accelerator: "CmdOrCtrl+Alt+C",
|
|
171
|
+
action: "copy-screen"
|
|
172
|
+
},
|
|
173
|
+
{ type: "separator" },
|
|
174
|
+
{
|
|
175
|
+
label: "Record",
|
|
176
|
+
accelerator: "Ctrl+CmdOrCtrl+R",
|
|
177
|
+
action: "toggle-recording",
|
|
178
|
+
browserAccelerator: true,
|
|
179
|
+
shortcutLabel: "start/stop recording",
|
|
180
|
+
showInShortcutDocs: true
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
};
|
|
184
|
+
}
|
|
185
|
+
function editMenu() {
|
|
186
|
+
return {
|
|
187
|
+
label: "Edit",
|
|
188
|
+
hiddenIn: "browser",
|
|
189
|
+
items: [
|
|
190
|
+
{ label: "Undo", accelerator: "CmdOrCtrl+Z", action: "undo" },
|
|
191
|
+
{ label: "Redo", accelerator: "CmdOrCtrl+Shift+Z", action: "redo" },
|
|
192
|
+
{ type: "separator" },
|
|
193
|
+
{ label: "Cut", accelerator: "CmdOrCtrl+X", action: "cut" },
|
|
194
|
+
{ label: "Copy", accelerator: "CmdOrCtrl+C", action: "copy" },
|
|
195
|
+
{ label: "Paste", accelerator: "CmdOrCtrl+V", action: "paste" },
|
|
196
|
+
{ label: "Select All", accelerator: "CmdOrCtrl+A", action: "select-all" }
|
|
197
|
+
]
|
|
198
|
+
};
|
|
199
|
+
}
|
|
200
|
+
function deviceMenu(state, deviceChoices) {
|
|
201
|
+
return {
|
|
202
|
+
label: "Device",
|
|
203
|
+
items: [
|
|
204
|
+
{ label: "Restart", accelerator: "CmdOrCtrl+R", action: "reload" },
|
|
205
|
+
{ label: "Erase All Content and Settings...", action: "erase-all" },
|
|
206
|
+
{ type: "separator" },
|
|
207
|
+
{
|
|
208
|
+
label: "Home",
|
|
209
|
+
accelerator: "Shift+CmdOrCtrl+H",
|
|
210
|
+
action: "home",
|
|
211
|
+
browserAccelerator: true,
|
|
212
|
+
shortcutLabel: "go home",
|
|
213
|
+
showInShortcutDocs: true
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
label: "Lock",
|
|
217
|
+
accelerator: "CmdOrCtrl+L",
|
|
218
|
+
action: "lock",
|
|
219
|
+
shortcutLabel: "lock / unlock",
|
|
220
|
+
showInShortcutDocs: true
|
|
221
|
+
},
|
|
222
|
+
{ label: "Shake", accelerator: "Ctrl+CmdOrCtrl+Z", action: "shake" },
|
|
223
|
+
{
|
|
224
|
+
label: "App Switcher",
|
|
225
|
+
accelerator: "Ctrl+Shift+CmdOrCtrl+H",
|
|
226
|
+
action: "app-switcher",
|
|
227
|
+
browserAccelerator: true,
|
|
228
|
+
shortcutLabel: "app switcher",
|
|
229
|
+
showInShortcutDocs: true
|
|
230
|
+
},
|
|
231
|
+
{ type: "separator" },
|
|
232
|
+
{ label: "Trigger Screenshot", action: "screenshot" },
|
|
233
|
+
{ type: "separator" },
|
|
234
|
+
...buildSootSimDeviceChoiceDefs(state.currentDevice, deviceChoices, {
|
|
235
|
+
action: "switch-device"
|
|
236
|
+
})
|
|
237
|
+
]
|
|
238
|
+
};
|
|
239
|
+
}
|
|
240
|
+
function debugMenu(state) {
|
|
241
|
+
return {
|
|
242
|
+
label: "Debug",
|
|
243
|
+
items: [
|
|
244
|
+
// both toggles are stateful in the browser, where the open state lives
|
|
245
|
+
// in the same document. electron's menu process cannot see it, so it
|
|
246
|
+
// keeps the plain (stateless) items rather than a permanently
|
|
247
|
+
// unchecked checkbox — same reasoning as the screenshot/3d entries
|
|
248
|
+
// being hidden there. accelerators stay single-registered per surface.
|
|
249
|
+
{
|
|
250
|
+
label: "Toggle Devtools",
|
|
251
|
+
accelerator: "Alt+I",
|
|
252
|
+
action: "toggle-devtools",
|
|
253
|
+
showInShortcutDocs: true,
|
|
254
|
+
hiddenIn: "browser"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
label: "Toggle Devtools",
|
|
258
|
+
type: "checkbox",
|
|
259
|
+
checked: state.devtoolsOpen,
|
|
260
|
+
accelerator: "Alt+I",
|
|
261
|
+
action: "toggle-devtools",
|
|
262
|
+
browserAccelerator: true,
|
|
263
|
+
showInShortcutDocs: true,
|
|
264
|
+
hiddenIn: "electron"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
label: "Inspect",
|
|
268
|
+
accelerator: "CmdOrCtrl+I",
|
|
269
|
+
action: "toggle-inspect",
|
|
270
|
+
hiddenIn: "browser"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
label: "Inspect",
|
|
274
|
+
type: "checkbox",
|
|
275
|
+
checked: state.inspectMode,
|
|
276
|
+
accelerator: "CmdOrCtrl+I",
|
|
277
|
+
action: "toggle-inspect",
|
|
278
|
+
browserAccelerator: true,
|
|
279
|
+
hiddenIn: "electron"
|
|
280
|
+
},
|
|
281
|
+
{ type: "separator" },
|
|
282
|
+
{
|
|
283
|
+
label: "Open Chrome Devtools",
|
|
284
|
+
accelerator: "CmdOrCtrl+Alt+I",
|
|
285
|
+
action: "open-devtools",
|
|
286
|
+
hiddenIn: "browser",
|
|
287
|
+
shortcutLabel: "developer tools",
|
|
288
|
+
showInShortcutDocs: true
|
|
289
|
+
},
|
|
290
|
+
{ type: "separator" },
|
|
291
|
+
{
|
|
292
|
+
label: "Always Show Live WebViews",
|
|
293
|
+
type: "checkbox",
|
|
294
|
+
checked: state.alwaysShowLiveWebViews,
|
|
295
|
+
action: "toggle-live-webviews"
|
|
296
|
+
},
|
|
297
|
+
{ type: "separator" },
|
|
298
|
+
{
|
|
299
|
+
label: "Clear Cache and Reload",
|
|
300
|
+
accelerator: "CmdOrCtrl+Shift+R",
|
|
301
|
+
action: "clear-cache"
|
|
302
|
+
},
|
|
303
|
+
{ label: "Clear Local Storage", action: "clear-localstorage" },
|
|
304
|
+
{ label: "Clear IndexedDB", action: "clear-indexeddb" },
|
|
305
|
+
{ label: "Clear Service Workers", action: "clear-serviceworkers" },
|
|
306
|
+
{ type: "separator" },
|
|
307
|
+
{
|
|
308
|
+
label: "Open User Data Folder",
|
|
309
|
+
action: "open-userdata",
|
|
310
|
+
hiddenIn: "browser"
|
|
311
|
+
}
|
|
312
|
+
]
|
|
313
|
+
};
|
|
314
|
+
}
|
|
315
|
+
function windowMenu(state) {
|
|
316
|
+
return {
|
|
317
|
+
label: "Window",
|
|
318
|
+
items: [
|
|
319
|
+
{
|
|
320
|
+
label: "Minimize",
|
|
321
|
+
accelerator: "CmdOrCtrl+M",
|
|
322
|
+
action: "minimize",
|
|
323
|
+
hiddenIn: "browser"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
label: "Close",
|
|
327
|
+
accelerator: "CmdOrCtrl+W",
|
|
328
|
+
action: "close-window",
|
|
329
|
+
hiddenIn: "browser"
|
|
330
|
+
},
|
|
331
|
+
{ type: "separator" },
|
|
332
|
+
{
|
|
333
|
+
label: "Toggle Appearance",
|
|
334
|
+
accelerator: "Shift+CmdOrCtrl+A",
|
|
335
|
+
action: "toggle-appearance",
|
|
336
|
+
browserAccelerator: true,
|
|
337
|
+
shortcutLabel: "toggle appearance",
|
|
338
|
+
showInShortcutDocs: true
|
|
339
|
+
},
|
|
340
|
+
{ type: "separator" },
|
|
341
|
+
{
|
|
342
|
+
label: "Show Device Bezels",
|
|
343
|
+
type: "checkbox",
|
|
344
|
+
checked: state.showBezels,
|
|
345
|
+
action: "toggle-bezels"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
label: "Show Menu Bar",
|
|
349
|
+
type: "checkbox",
|
|
350
|
+
checked: state.showMenuBar,
|
|
351
|
+
action: "toggle-menubar",
|
|
352
|
+
hiddenIn: "electron"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
label: "Show Rail",
|
|
356
|
+
type: "checkbox",
|
|
357
|
+
checked: state.showRail,
|
|
358
|
+
action: "toggle-rail",
|
|
359
|
+
hiddenIn: "electron"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
// desktop only. the device window is frameless and transparent, which
|
|
363
|
+
// is right for a phone floating on the desktop and wrong for the
|
|
364
|
+
// full-window modes; this pins the solid style on all the time. 3d
|
|
365
|
+
// mode switches to it on its own either way.
|
|
366
|
+
label: "Solid Window",
|
|
367
|
+
type: "checkbox",
|
|
368
|
+
checked: state.solidWindow,
|
|
369
|
+
action: "toggle-solid-window",
|
|
370
|
+
hiddenIn: "browser"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
// browser only: the wash needs several glow radii of stage around the
|
|
374
|
+
// device to fade out in, and electron's transparent window is sized to
|
|
375
|
+
// the device, so there it can only paint a clipped rectangle.
|
|
376
|
+
label: "Ambient Glow",
|
|
377
|
+
hiddenIn: "electron",
|
|
378
|
+
items: SOOTSIM_AMBIENT_GLOW_LEVELS.map((level) => ({
|
|
379
|
+
label: SOOTSIM_AMBIENT_GLOW_LABELS[level],
|
|
380
|
+
type: "radio",
|
|
381
|
+
checked: state.ambientGlow === level,
|
|
382
|
+
action: "set-ambient-glow",
|
|
383
|
+
actionPayload: level
|
|
384
|
+
}))
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
label: "Presentation",
|
|
388
|
+
hiddenIn: "electron",
|
|
389
|
+
items: [
|
|
390
|
+
{
|
|
391
|
+
label: "Real",
|
|
392
|
+
type: "radio",
|
|
393
|
+
checked: !state.wireframe,
|
|
394
|
+
action: "set-presentation",
|
|
395
|
+
actionPayload: "real"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
label: "Clean Wireframe",
|
|
399
|
+
type: "radio",
|
|
400
|
+
checked: state.wireframe,
|
|
401
|
+
action: "set-presentation",
|
|
402
|
+
actionPayload: "wireframe"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
label: "Screenshot",
|
|
408
|
+
type: "checkbox",
|
|
409
|
+
checked: state.screenshotMode,
|
|
410
|
+
action: "toggle-screenshot-mode",
|
|
411
|
+
hiddenIn: "electron"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
label: "3D",
|
|
415
|
+
type: "checkbox",
|
|
416
|
+
checked: state.threeMode,
|
|
417
|
+
action: "toggle-three-mode",
|
|
418
|
+
hiddenIn: "electron"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
label: "Stay On Top",
|
|
422
|
+
type: "checkbox",
|
|
423
|
+
checked: state.stayOnTop,
|
|
424
|
+
action: "toggle-stay-on-top",
|
|
425
|
+
hiddenIn: "browser"
|
|
426
|
+
},
|
|
427
|
+
{ type: "separator" },
|
|
428
|
+
{
|
|
429
|
+
label: "Physical Size",
|
|
430
|
+
accelerator: "CmdOrCtrl+1",
|
|
431
|
+
type: "radio",
|
|
432
|
+
checked: state.scaleMode === "physical",
|
|
433
|
+
action: "scale-physical"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
label: "Point Accurate",
|
|
437
|
+
accelerator: "CmdOrCtrl+2",
|
|
438
|
+
type: "radio",
|
|
439
|
+
checked: state.scaleMode === "point",
|
|
440
|
+
action: "scale-point"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
label: "Pixel Accurate",
|
|
444
|
+
accelerator: "CmdOrCtrl+3",
|
|
445
|
+
type: "radio",
|
|
446
|
+
checked: state.scaleMode === "pixel",
|
|
447
|
+
action: "scale-pixel"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
label: "Fit Screen",
|
|
451
|
+
accelerator: "CmdOrCtrl+0",
|
|
452
|
+
type: "radio",
|
|
453
|
+
checked: state.scaleMode === "fit",
|
|
454
|
+
action: "scale-fit"
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
};
|
|
458
|
+
}
|
|
459
|
+
function helpMenu() {
|
|
460
|
+
return {
|
|
461
|
+
label: "Help",
|
|
462
|
+
notMinimal: true,
|
|
463
|
+
items: [
|
|
464
|
+
{ label: `${rnxPublicBrand.name} Website`, action: "open-website" },
|
|
465
|
+
{
|
|
466
|
+
label: "Send Feedback...",
|
|
467
|
+
accelerator: "CmdOrCtrl+Shift+I",
|
|
468
|
+
action: "open-devtools-report",
|
|
469
|
+
showInShortcutDocs: true
|
|
470
|
+
}
|
|
471
|
+
]
|
|
472
|
+
};
|
|
473
|
+
}
|
|
474
|
+
function buildSootSimDeviceChoiceDefs(currentDevice, deviceChoices, options) {
|
|
475
|
+
const items = [];
|
|
476
|
+
let lastPlatform = "";
|
|
477
|
+
const isStateful = options.action === "switch-device";
|
|
478
|
+
for (const choice of deviceChoices) {
|
|
479
|
+
if (lastPlatform && choice.platform !== lastPlatform)
|
|
480
|
+
items.push({ type: "separator" });
|
|
481
|
+
lastPlatform = choice.platform;
|
|
482
|
+
if (isStateful) {
|
|
483
|
+
items.push({
|
|
484
|
+
label: choice.label,
|
|
485
|
+
type: "radio",
|
|
486
|
+
checked: choice.model === currentDevice,
|
|
487
|
+
action: options.action,
|
|
488
|
+
actionPayload: choice.model
|
|
489
|
+
});
|
|
490
|
+
} else {
|
|
491
|
+
items.push({
|
|
492
|
+
label: choice.label,
|
|
493
|
+
action: options.action,
|
|
494
|
+
actionPayload: choice.model
|
|
495
|
+
});
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
return items;
|
|
499
|
+
}
|
|
500
|
+
function shouldIncludeItemForPlatform(item, platform) {
|
|
501
|
+
if (item.hiddenIn === platform) return false;
|
|
502
|
+
if (!item.accelerator || !item.action) return false;
|
|
503
|
+
if (platform === "browser") return item.browserAccelerator === true;
|
|
504
|
+
return true;
|
|
505
|
+
}
|
|
506
|
+
function shouldIncludeItemInDocs(item, platform) {
|
|
507
|
+
if (!item.showInShortcutDocs) return false;
|
|
508
|
+
if (platform === "browser" && !item.browserAccelerator) return false;
|
|
509
|
+
return true;
|
|
510
|
+
}
|
|
511
|
+
function collectMenuShortcutsFromDefs(menus, platform, includeItem) {
|
|
512
|
+
const entries = [];
|
|
513
|
+
const visit = (menuLabel, items) => {
|
|
514
|
+
for (const item of items) {
|
|
515
|
+
if (item.type === "separator") continue;
|
|
516
|
+
if (item.items?.length) visit(menuLabel, item.items);
|
|
517
|
+
if (!includeItem(item, platform)) continue;
|
|
518
|
+
const { accelerator, action } = item;
|
|
519
|
+
if (!accelerator || !action) continue;
|
|
520
|
+
entries.push({
|
|
521
|
+
menuLabel,
|
|
522
|
+
label: item.shortcutLabel ?? item.label,
|
|
523
|
+
accelerator,
|
|
524
|
+
action,
|
|
525
|
+
actionPayload: item.actionPayload
|
|
526
|
+
});
|
|
527
|
+
}
|
|
528
|
+
};
|
|
529
|
+
for (const menu of menus) {
|
|
530
|
+
if (menu.hiddenIn === platform) continue;
|
|
531
|
+
visit(menu.label, menu.items);
|
|
532
|
+
}
|
|
533
|
+
return entries;
|
|
534
|
+
}
|
|
535
|
+
function getMenuShortcutEntriesFromDefs(menus, platform) {
|
|
536
|
+
return collectMenuShortcutsFromDefs(menus, platform, shouldIncludeItemForPlatform);
|
|
537
|
+
}
|
|
538
|
+
function getMenuShortcutEntries(state, deviceChoices, platform) {
|
|
539
|
+
return getMenuShortcutEntriesFromDefs(
|
|
540
|
+
buildSootSimMenuDefs(state, deviceChoices),
|
|
541
|
+
platform
|
|
542
|
+
);
|
|
543
|
+
}
|
|
544
|
+
function getShortcutDocSections(state, deviceChoices, platform) {
|
|
545
|
+
return getShortcutDocSectionsFromDefs(
|
|
546
|
+
buildSootSimMenuDefs(state, deviceChoices),
|
|
547
|
+
platform
|
|
548
|
+
);
|
|
549
|
+
}
|
|
550
|
+
function getShortcutDocSectionsFromDefs(menus, platform) {
|
|
551
|
+
const sections = [];
|
|
552
|
+
const byMenu = /* @__PURE__ */ new Map();
|
|
553
|
+
for (const entry of collectMenuShortcutsFromDefs(
|
|
554
|
+
menus,
|
|
555
|
+
platform,
|
|
556
|
+
shouldIncludeItemInDocs
|
|
557
|
+
)) {
|
|
558
|
+
const items = byMenu.get(entry.menuLabel) ?? [];
|
|
559
|
+
items.push({
|
|
560
|
+
keys: formatAccelerator(entry.accelerator),
|
|
561
|
+
label: entry.label
|
|
562
|
+
});
|
|
563
|
+
byMenu.set(entry.menuLabel, items);
|
|
564
|
+
}
|
|
565
|
+
for (const [title, entries] of byMenu) {
|
|
566
|
+
sections.push({
|
|
567
|
+
title: title.toLowerCase(),
|
|
568
|
+
entries
|
|
569
|
+
});
|
|
570
|
+
}
|
|
571
|
+
return sections;
|
|
572
|
+
}
|
|
573
|
+
function formatAccelerator(accel) {
|
|
574
|
+
return accel.replace(/CmdOrCtrl\+/g, "\u2318").replace(/Ctrl\+/g, "\u2303").replace(/Alt\+/g, "\u2325").replace(/Shift\+/g, "\u21E7").replace(/Left/g, "\u2190").replace(/Right/g, "\u2192").replace(/Up/g, "\u2191").replace(/Down/g, "\u2193");
|
|
575
|
+
}
|
|
576
|
+
var ARROW_KEYS = {
|
|
577
|
+
Left: "arrowleft",
|
|
578
|
+
Right: "arrowright",
|
|
579
|
+
Up: "arrowup",
|
|
580
|
+
Down: "arrowdown"
|
|
581
|
+
};
|
|
582
|
+
function normalizeAcceleratorKey(key) {
|
|
583
|
+
return ARROW_KEYS[key] ?? key.toLowerCase();
|
|
584
|
+
}
|
|
585
|
+
function normalizeEventKey(key) {
|
|
586
|
+
return key.toLowerCase();
|
|
587
|
+
}
|
|
588
|
+
function matchesAccelerator(event, accelerator) {
|
|
589
|
+
const tokens = accelerator.split("+");
|
|
590
|
+
const keyToken = tokens[tokens.length - 1];
|
|
591
|
+
const wantsCmdOrCtrl = tokens.includes("CmdOrCtrl");
|
|
592
|
+
const wantsCtrl = tokens.includes("Ctrl");
|
|
593
|
+
const wantsAlt = tokens.includes("Alt");
|
|
594
|
+
const wantsShift = tokens.includes("Shift");
|
|
595
|
+
if (!keyToken) return false;
|
|
596
|
+
if (event.altKey !== wantsAlt) return false;
|
|
597
|
+
if (event.shiftKey !== wantsShift) return false;
|
|
598
|
+
const hasCmdOrCtrl = event.metaKey || event.ctrlKey;
|
|
599
|
+
if (wantsCmdOrCtrl && !hasCmdOrCtrl) return false;
|
|
600
|
+
if (!wantsCmdOrCtrl && event.metaKey) return false;
|
|
601
|
+
if (wantsCtrl && !event.ctrlKey) return false;
|
|
602
|
+
if (!wantsCtrl && !wantsCmdOrCtrl && event.ctrlKey) return false;
|
|
603
|
+
return normalizeEventKey(event.key) === normalizeAcceleratorKey(keyToken);
|
|
604
|
+
}
|
|
605
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
606
|
+
0 && (module.exports = {
|
|
607
|
+
SOOTSIM_AMBIENT_GLOW_LABELS,
|
|
608
|
+
SOOTSIM_AMBIENT_GLOW_LEVELS,
|
|
609
|
+
SOOTSIM_ENGINE_EVENT_NAME,
|
|
610
|
+
SOOTSIM_SHELL_COMMAND_NAME,
|
|
611
|
+
buildSootSimDeviceChoiceDefs,
|
|
612
|
+
buildSootSimMenuDefs,
|
|
613
|
+
formatAccelerator,
|
|
614
|
+
getMenuShortcutEntries,
|
|
615
|
+
getMenuShortcutEntriesFromDefs,
|
|
616
|
+
getShortcutDocSections,
|
|
617
|
+
getShortcutDocSectionsFromDefs,
|
|
618
|
+
isSootSimAmbientGlowLevel,
|
|
619
|
+
matchesAccelerator
|
|
620
|
+
});
|