@xrkseek/harness-cli 0.1.3 → 0.1.4
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/README.md +41 -22
- package/dist/commands/plugin.js +16 -16
- package/dist/commands/plugin.js.map +1 -1
- package/dist/commands/serve.d.ts.map +1 -1
- package/dist/commands/serve.js +34 -3
- package/dist/commands/serve.js.map +1 -1
- package/dist/log.d.ts +6 -1
- package/dist/log.d.ts.map +1 -1
- package/dist/log.js +20 -6
- package/dist/log.js.map +1 -1
- package/dist/parse-args.js +8 -8
- package/dist/plugin/index.js +5 -5
- package/dist/plugin/index.js.map +1 -1
- package/dist/plugin/remap-inject.d.ts.map +1 -1
- package/dist/plugin/remap-inject.js +1 -0
- package/dist/plugin/remap-inject.js.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts +15 -22
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js +19 -16
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.d.ts +2 -1
- package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.js +2 -1
- package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.js +12 -4
- package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts +10 -0
- package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js +131 -0
- package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js +29 -1
- package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js +3 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts +4 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.d.ts +41 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.js +422 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.d.ts +21 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.js +34 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js +277 -23
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts +4 -4
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js +26 -26
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js +3 -3
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js +3 -3
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js +53 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts +21 -18
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js +28 -15
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js +77 -24
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts +24 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js +39 -10
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.d.ts +71 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.js +349 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.d.ts +53 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.js +233 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.d.ts +4 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.js +86 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.d.ts +15 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.js +41 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.d.ts +22 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.js +183 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.d.ts +68 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.js +511 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.d.ts +34 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.js +179 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.d.ts +19 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.js +102 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts +31 -4
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js +698 -33
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js +4 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.d.ts +3 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.js +18 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts +6 -3
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js +204 -54
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts +3 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js +185 -21
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.d.ts +3 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.js +82 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts +43 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.js +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts +47 -13
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js +146 -27
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js +22 -4
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js +21 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js +42 -3
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts +25 -7
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.d.ts +12 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.js +40 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts +7 -12
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js +5 -8
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.d.ts +5 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.js +31 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.d.ts +37 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.js +96 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.d.ts +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.js +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js +66 -4
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js +3 -3
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-http/package.json +7 -1
- package/node_modules/qrcode-generator/README.md +101 -0
- package/node_modules/qrcode-generator/package.json +30 -0
- package/node_modules/qrcode-generator/qrcode.d.ts +57 -0
- package/node_modules/qrcode-generator/qrcode.js +2297 -0
- package/node_modules/qrcode-generator/qrcode_SJIS.js +30 -0
- package/node_modules/qrcode-generator/qrcode_UTF8.js +26 -0
- package/node_modules/qrcode-generator/sample.html +49 -0
- package/node_modules/qrcode-generator/sample.js +49 -0
- package/node_modules/qrcode-generator/test/qrcode.js +118 -0
- package/package.json +4 -2
- package/product-web/assets/index-BNGm-t1O.js +112 -0
- package/product-web/assets/index-BNGm-t1O.js.map +1 -0
- package/product-web/boot.json +1 -1
- package/product-web/index.html +1 -1
- package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-modules/client.js +7 -6
- package/product-web/plugins/@xrkseek/client-runtime/client.js +7 -0
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +37 -37
- package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +186 -193
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +30 -30
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +18 -18
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +27 -19
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +54 -54
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +42 -42
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +16 -16
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +22 -22
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +38 -38
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +144 -144
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +31 -31
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +17 -17
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +53 -53
- package/product-web/assets/index-C_NG-17x.js +0 -112
- package/product-web/assets/index-C_NG-17x.js.map +0 -1
|
@@ -20,18 +20,18 @@ window.__ModuleLoader__.load({
|
|
|
20
20
|
document.head.appendChild(tag);
|
|
21
21
|
}
|
|
22
22
|
var fields_module_css_default = {
|
|
23
|
+
"input": "MiE2dW_input",
|
|
24
|
+
"select": "MiE2dW_select",
|
|
25
|
+
"inputInvalid": "MiE2dW_inputInvalid",
|
|
23
26
|
"invalid": "MiE2dW_invalid",
|
|
24
|
-
"badgeMuted": "MiE2dW_badgeMuted",
|
|
25
|
-
"reset": "MiE2dW_reset",
|
|
26
|
-
"hint": "MiE2dW_hint",
|
|
27
27
|
"badges": "MiE2dW_badges",
|
|
28
28
|
"badge": "MiE2dW_badge",
|
|
29
|
-
"select": "MiE2dW_select",
|
|
30
|
-
"head": "MiE2dW_head",
|
|
31
29
|
"field": "MiE2dW_field",
|
|
32
|
-
"
|
|
30
|
+
"hint": "MiE2dW_hint",
|
|
33
31
|
"label": "MiE2dW_label",
|
|
34
|
-
"
|
|
32
|
+
"badgeMuted": "MiE2dW_badgeMuted",
|
|
33
|
+
"head": "MiE2dW_head",
|
|
34
|
+
"reset": "MiE2dW_reset"
|
|
35
35
|
};
|
|
36
36
|
//#endregion
|
|
37
37
|
//#region src/client/fields.tsx
|
|
@@ -193,21 +193,21 @@ window.__ModuleLoader__.load({
|
|
|
193
193
|
document.head.appendChild(tag);
|
|
194
194
|
}
|
|
195
195
|
var PluginCard_module_css_default = {
|
|
196
|
-
"failed": "YRvGva_failed",
|
|
197
|
-
"header": "YRvGva_header",
|
|
198
|
-
"cardOpen": "YRvGva_cardOpen",
|
|
199
|
-
"pending": "YRvGva_pending",
|
|
200
|
-
"readOnly": "YRvGva_readOnly",
|
|
201
|
-
"description": "YRvGva_description",
|
|
202
196
|
"card": "YRvGva_card",
|
|
203
|
-
"
|
|
204
|
-
"footer": "YRvGva_footer",
|
|
205
|
-
"body": "YRvGva_body",
|
|
206
|
-
"save": "YRvGva_save",
|
|
197
|
+
"pending": "YRvGva_pending",
|
|
207
198
|
"headText": "YRvGva_headText",
|
|
199
|
+
"cardOpen": "YRvGva_cardOpen",
|
|
200
|
+
"save": "YRvGva_save",
|
|
201
|
+
"chevronOpen": "YRvGva_chevronOpen",
|
|
202
|
+
"footer": "YRvGva_footer",
|
|
208
203
|
"discard": "YRvGva_discard",
|
|
204
|
+
"description": "YRvGva_description",
|
|
205
|
+
"body": "YRvGva_body",
|
|
209
206
|
"name": "YRvGva_name",
|
|
210
|
-
"
|
|
207
|
+
"readOnly": "YRvGva_readOnly",
|
|
208
|
+
"failed": "YRvGva_failed",
|
|
209
|
+
"header": "YRvGva_header",
|
|
210
|
+
"chevron": "YRvGva_chevron"
|
|
211
211
|
};
|
|
212
212
|
//#endregion
|
|
213
213
|
//#region src/client/PluginCard.tsx
|
|
@@ -454,13 +454,13 @@ window.__ModuleLoader__.load({
|
|
|
454
454
|
}
|
|
455
455
|
var PluginsSettingsSection_module_css_default = {
|
|
456
456
|
"empty": "ha2I9q_empty",
|
|
457
|
-
"
|
|
457
|
+
"intro": "ha2I9q_intro",
|
|
458
458
|
"tab": "ha2I9q_tab",
|
|
459
|
-
"
|
|
460
|
-
"cards": "ha2I9q_cards",
|
|
459
|
+
"tabs": "ha2I9q_tabs",
|
|
461
460
|
"section": "ha2I9q_section",
|
|
462
|
-
"
|
|
463
|
-
"
|
|
461
|
+
"cards": "ha2I9q_cards",
|
|
462
|
+
"heading": "ha2I9q_heading",
|
|
463
|
+
"panel": "ha2I9q_panel"
|
|
464
464
|
};
|
|
465
465
|
//#endregion
|
|
466
466
|
//#region src/client/ConfigurablePluginsTab.tsx
|
|
@@ -501,33 +501,33 @@ window.__ModuleLoader__.load({
|
|
|
501
501
|
document.head.appendChild(tag);
|
|
502
502
|
}
|
|
503
503
|
var McpCard_module_css_default = {
|
|
504
|
+
"badgeWarn": "FVl50a_badgeWarn",
|
|
505
|
+
"connectedList": "FVl50a_connectedList",
|
|
504
506
|
"connectedName": "FVl50a_connectedName",
|
|
505
|
-
"entryHead": "FVl50a_entryHead",
|
|
506
|
-
"heading": "FVl50a_heading",
|
|
507
507
|
"empty": "FVl50a_empty",
|
|
508
|
-
"
|
|
509
|
-
"connectedRow": "FVl50a_connectedRow",
|
|
510
|
-
"pasteLabel": "FVl50a_pasteLabel",
|
|
511
|
-
"list": "FVl50a_list",
|
|
512
|
-
"badgeWarn": "FVl50a_badgeWarn",
|
|
513
|
-
"badgeError": "FVl50a_badgeError",
|
|
514
|
-
"note": "FVl50a_note",
|
|
515
|
-
"entryTitle": "FVl50a_entryTitle",
|
|
516
|
-
"invalid": "FVl50a_invalid",
|
|
517
|
-
"allowRow": "FVl50a_allowRow",
|
|
518
|
-
"allowHint": "FVl50a_allowHint",
|
|
519
|
-
"statusDot": "FVl50a_statusDot",
|
|
508
|
+
"allowTitle": "FVl50a_allowTitle",
|
|
520
509
|
"remove": "FVl50a_remove",
|
|
521
510
|
"entryBody": "FVl50a_entryBody",
|
|
522
|
-
"
|
|
523
|
-
"connectedList": "FVl50a_connectedList",
|
|
511
|
+
"badgeMuted": "FVl50a_badgeMuted",
|
|
524
512
|
"badgeOk": "FVl50a_badgeOk",
|
|
525
|
-
"
|
|
513
|
+
"pasteLabel": "FVl50a_pasteLabel",
|
|
526
514
|
"add": "FVl50a_add",
|
|
515
|
+
"heading": "FVl50a_heading",
|
|
516
|
+
"entry": "FVl50a_entry",
|
|
517
|
+
"allowHint": "FVl50a_allowHint",
|
|
518
|
+
"note": "FVl50a_note",
|
|
519
|
+
"entryTitleRow": "FVl50a_entryTitleRow",
|
|
520
|
+
"entryHead": "FVl50a_entryHead",
|
|
527
521
|
"block": "FVl50a_block",
|
|
528
|
-
"
|
|
522
|
+
"connectedRow": "FVl50a_connectedRow",
|
|
529
523
|
"badge": "FVl50a_badge",
|
|
530
|
-
"
|
|
524
|
+
"statusDot": "FVl50a_statusDot",
|
|
525
|
+
"invalid": "FVl50a_invalid",
|
|
526
|
+
"allowRow": "FVl50a_allowRow",
|
|
527
|
+
"list": "FVl50a_list",
|
|
528
|
+
"entryTitle": "FVl50a_entryTitle",
|
|
529
|
+
"paste": "FVl50a_paste",
|
|
530
|
+
"badgeError": "FVl50a_badgeError"
|
|
531
531
|
};
|
|
532
532
|
//#endregion
|
|
533
533
|
//#region src/client/McpCard.tsx
|
|
@@ -33,27 +33,27 @@ window.__ModuleLoader__.load({
|
|
|
33
33
|
document.head.appendChild(tag);
|
|
34
34
|
}
|
|
35
35
|
var SidebarRoot_module_css_default = {
|
|
36
|
-
"toggle": "lWfN9W_toggle",
|
|
37
|
-
"newSessionLabel": "lWfN9W_newSessionLabel",
|
|
38
|
-
"collapsed": "lWfN9W_collapsed",
|
|
39
|
-
"wide-in": "lWfN9W_wide-in",
|
|
40
|
-
"railMark": "lWfN9W_railMark",
|
|
41
|
-
"logoRow": "lWfN9W_logoRow",
|
|
42
36
|
"rail-fade-in": "lWfN9W_rail-fade-in",
|
|
37
|
+
"newSession": "lWfN9W_newSession",
|
|
43
38
|
"footerActions": "lWfN9W_footerActions",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"iconButton": "lWfN9W_iconButton",
|
|
47
|
-
"wide": "lWfN9W_wide",
|
|
39
|
+
"settingsArea": "lWfN9W_settingsArea",
|
|
40
|
+
"collapsed": "lWfN9W_collapsed",
|
|
48
41
|
"footArea": "lWfN9W_footArea",
|
|
49
|
-
"
|
|
50
|
-
"panelIcon": "lWfN9W_panelIcon",
|
|
42
|
+
"fading": "lWfN9W_fading",
|
|
51
43
|
"railIn": "lWfN9W_railIn",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
44
|
+
"logoRow": "lWfN9W_logoRow",
|
|
45
|
+
"railMark": "lWfN9W_railMark",
|
|
46
|
+
"panelIcon": "lWfN9W_panelIcon",
|
|
47
|
+
"brand": "lWfN9W_brand",
|
|
48
|
+
"wide-in": "lWfN9W_wide-in",
|
|
49
|
+
"iconButton": "lWfN9W_iconButton",
|
|
55
50
|
"regionArea": "lWfN9W_regionArea",
|
|
56
|
-
"
|
|
51
|
+
"root": "lWfN9W_root",
|
|
52
|
+
"quietBars": "lWfN9W_quietBars",
|
|
53
|
+
"toggle": "lWfN9W_toggle",
|
|
54
|
+
"rail-in": "lWfN9W_rail-in",
|
|
55
|
+
"newSessionLabel": "lWfN9W_newSessionLabel",
|
|
56
|
+
"wide": "lWfN9W_wide"
|
|
57
57
|
};
|
|
58
58
|
//#endregion
|
|
59
59
|
//#region src/client/SidebarRoot.tsx
|
|
@@ -19,22 +19,22 @@ window.__ModuleLoader__.load({
|
|
|
19
19
|
}
|
|
20
20
|
var SkillRow_module_css_default = {
|
|
21
21
|
"row": "_26cNaq_row",
|
|
22
|
-
"chevronHover": "_26cNaq_chevronHover",
|
|
23
|
-
"card": "_26cNaq_card",
|
|
24
|
-
"iconIdle": "_26cNaq_iconIdle",
|
|
25
|
-
"title": "_26cNaq_title",
|
|
26
|
-
"summary": "_26cNaq_summary",
|
|
27
|
-
"bodyWrap": "_26cNaq_bodyWrap",
|
|
28
22
|
"instructionsCard": "_26cNaq_instructionsCard",
|
|
23
|
+
"chevron": "_26cNaq_chevron",
|
|
29
24
|
"separator": "_26cNaq_separator",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
25
|
+
"inspectButton": "_26cNaq_inspectButton",
|
|
26
|
+
"chevronHover": "_26cNaq_chevronHover",
|
|
32
27
|
"dsh-skill-row-sweep": "_26cNaq_dsh-skill-row-sweep",
|
|
33
|
-
"
|
|
28
|
+
"errorSummary": "_26cNaq_errorSummary",
|
|
29
|
+
"bodyWrap": "_26cNaq_bodyWrap",
|
|
30
|
+
"summary": "_26cNaq_summary",
|
|
31
|
+
"card": "_26cNaq_card",
|
|
34
32
|
"leading": "_26cNaq_leading",
|
|
35
|
-
"instructionsHeader": "_26cNaq_instructionsHeader",
|
|
36
33
|
"instructions": "_26cNaq_instructions",
|
|
37
|
-
"
|
|
34
|
+
"title": "_26cNaq_title",
|
|
35
|
+
"visuallyHidden": "_26cNaq_visuallyHidden",
|
|
36
|
+
"iconIdle": "_26cNaq_iconIdle",
|
|
37
|
+
"instructionsHeader": "_26cNaq_instructionsHeader"
|
|
38
38
|
};
|
|
39
39
|
//#endregion
|
|
40
40
|
//#region src/client/SkillRow.tsx
|
|
@@ -20,35 +20,35 @@ window.__ModuleLoader__.load({
|
|
|
20
20
|
document.head.appendChild(tag);
|
|
21
21
|
}
|
|
22
22
|
var SubagentHeaderLineage_module_css_default = {
|
|
23
|
+
"disclosureSpace": "_4qiw1a_disclosureSpace",
|
|
24
|
+
"node": "_4qiw1a_node",
|
|
23
25
|
"loadingRow": "_4qiw1a_loadingRow",
|
|
24
|
-
"disclosureOpen": "_4qiw1a_disclosureOpen",
|
|
25
|
-
"content": "_4qiw1a_content",
|
|
26
|
-
"children": "_4qiw1a_children",
|
|
27
|
-
"root": "_4qiw1a_root",
|
|
28
|
-
"error": "_4qiw1a_error",
|
|
29
|
-
"metrics": "_4qiw1a_metrics",
|
|
30
|
-
"summary": "_4qiw1a_summary",
|
|
31
26
|
"activitySlot": "_4qiw1a_activitySlot",
|
|
32
|
-
"
|
|
27
|
+
"root": "_4qiw1a_root",
|
|
33
28
|
"switcherTrigger": "_4qiw1a_switcherTrigger",
|
|
34
|
-
"ancestorSwitcherTrigger": "_4qiw1a_ancestorSwitcherTrigger",
|
|
35
|
-
"metricToken": "_4qiw1a_metricToken",
|
|
36
|
-
"label": "_4qiw1a_label",
|
|
37
|
-
"switcherRoot": "_4qiw1a_switcherRoot",
|
|
38
|
-
"node": "_4qiw1a_node",
|
|
39
|
-
"menu": "_4qiw1a_menu",
|
|
40
|
-
"disabled": "_4qiw1a_disabled",
|
|
41
|
-
"currentLabel": "_4qiw1a_currentLabel",
|
|
42
|
-
"switcherTitle": "_4qiw1a_switcherTitle",
|
|
43
|
-
"trigger": "_4qiw1a_trigger",
|
|
44
29
|
"separator": "_4qiw1a_separator",
|
|
30
|
+
"disclosureOpen": "_4qiw1a_disclosureOpen",
|
|
31
|
+
"ancestorSwitcherTrigger": "_4qiw1a_ancestorSwitcherTrigger",
|
|
45
32
|
"metricDuration": "_4qiw1a_metricDuration",
|
|
46
|
-
"disclosureSpace": "_4qiw1a_disclosureSpace",
|
|
47
|
-
"disclosure": "_4qiw1a_disclosure",
|
|
48
|
-
"notice": "_4qiw1a_notice",
|
|
49
33
|
"clickarea": "_4qiw1a_clickarea",
|
|
34
|
+
"disclosure": "_4qiw1a_disclosure",
|
|
35
|
+
"error": "_4qiw1a_error",
|
|
36
|
+
"summary": "_4qiw1a_summary",
|
|
50
37
|
"row": "_4qiw1a_row",
|
|
51
|
-
"
|
|
38
|
+
"currentLabel": "_4qiw1a_currentLabel",
|
|
39
|
+
"metrics": "_4qiw1a_metrics",
|
|
40
|
+
"trigger": "_4qiw1a_trigger",
|
|
41
|
+
"disabled": "_4qiw1a_disabled",
|
|
42
|
+
"triggerOpen": "_4qiw1a_triggerOpen",
|
|
43
|
+
"label": "_4qiw1a_label",
|
|
44
|
+
"content": "_4qiw1a_content",
|
|
45
|
+
"children": "_4qiw1a_children",
|
|
46
|
+
"menu": "_4qiw1a_menu",
|
|
47
|
+
"refresh": "_4qiw1a_refresh",
|
|
48
|
+
"switcherRoot": "_4qiw1a_switcherRoot",
|
|
49
|
+
"metricToken": "_4qiw1a_metricToken",
|
|
50
|
+
"switcherTitle": "_4qiw1a_switcherTitle",
|
|
51
|
+
"notice": "_4qiw1a_notice"
|
|
52
52
|
};
|
|
53
53
|
//#endregion
|
|
54
54
|
//#region src/client/SubagentHeaderLineage.tsx
|
|
@@ -33,11 +33,11 @@ window.__ModuleLoader__.load({
|
|
|
33
33
|
document.head.appendChild(tag);
|
|
34
34
|
}
|
|
35
35
|
var AppearanceRow_module_css_default = {
|
|
36
|
-
"cubeRow": "rjCQBa_cubeRow",
|
|
37
|
-
"selected": "rjCQBa_selected",
|
|
38
|
-
"themeCube": "rjCQBa_themeCube",
|
|
39
36
|
"title": "rjCQBa_title",
|
|
40
|
-
"
|
|
37
|
+
"themeCube": "rjCQBa_themeCube",
|
|
38
|
+
"selected": "rjCQBa_selected",
|
|
39
|
+
"group": "rjCQBa_group",
|
|
40
|
+
"cubeRow": "rjCQBa_cubeRow"
|
|
41
41
|
};
|
|
42
42
|
//#endregion
|
|
43
43
|
//#region src/client/AppearanceRow.tsx
|
|
@@ -605,33 +605,33 @@ window.__ModuleLoader__.load({
|
|
|
605
605
|
document.head.appendChild(tag);
|
|
606
606
|
}
|
|
607
607
|
var ToolRow_module_css_default = {
|
|
608
|
-
"summary": "svsF2W_summary",
|
|
609
|
-
"fileLink": "svsF2W_fileLink",
|
|
610
|
-
"title": "svsF2W_title",
|
|
611
|
-
"root": "svsF2W_root",
|
|
612
|
-
"ioText": "svsF2W_ioText",
|
|
613
|
-
"ioCard": "svsF2W_ioCard",
|
|
614
|
-
"dsh-tool-row-sweep": "svsF2W_dsh-tool-row-sweep",
|
|
615
|
-
"leading": "svsF2W_leading",
|
|
616
|
-
"ioDivider": "svsF2W_ioDivider",
|
|
617
|
-
"codeBody": "svsF2W_codeBody",
|
|
618
|
-
"bodyWrap": "svsF2W_bodyWrap",
|
|
619
|
-
"terminalBody": "svsF2W_terminalBody",
|
|
620
608
|
"diffBody": "svsF2W_diffBody",
|
|
621
|
-
"sep": "svsF2W_sep",
|
|
622
609
|
"readBody": "svsF2W_readBody",
|
|
623
|
-
"
|
|
624
|
-
"bodyScroll": "svsF2W_bodyScroll",
|
|
625
|
-
"row": "svsF2W_row",
|
|
610
|
+
"webBody": "svsF2W_webBody",
|
|
626
611
|
"searchRecovery": "svsF2W_searchRecovery",
|
|
612
|
+
"sep": "svsF2W_sep",
|
|
613
|
+
"dsh-tool-row-sweep": "svsF2W_dsh-tool-row-sweep",
|
|
614
|
+
"row": "svsF2W_row",
|
|
615
|
+
"errorSummary": "svsF2W_errorSummary",
|
|
616
|
+
"title": "svsF2W_title",
|
|
617
|
+
"fileLink": "svsF2W_fileLink",
|
|
618
|
+
"summary": "svsF2W_summary",
|
|
627
619
|
"chevron": "svsF2W_chevron",
|
|
628
|
-
"
|
|
629
|
-
"
|
|
620
|
+
"ioCard": "svsF2W_ioCard",
|
|
621
|
+
"ioDivider": "svsF2W_ioDivider",
|
|
622
|
+
"searchBody": "svsF2W_searchBody",
|
|
623
|
+
"ioText": "svsF2W_ioText",
|
|
624
|
+
"terminalBody": "svsF2W_terminalBody",
|
|
625
|
+
"ioSection": "svsF2W_ioSection",
|
|
626
|
+
"bodyWrap": "svsF2W_bodyWrap",
|
|
630
627
|
"inspectButton": "svsF2W_inspectButton",
|
|
631
628
|
"summarySuffix": "svsF2W_summarySuffix",
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"
|
|
629
|
+
"visuallyHidden": "svsF2W_visuallyHidden",
|
|
630
|
+
"bodyScroll": "svsF2W_bodyScroll",
|
|
631
|
+
"ioLabel": "svsF2W_ioLabel",
|
|
632
|
+
"leading": "svsF2W_leading",
|
|
633
|
+
"root": "svsF2W_root",
|
|
634
|
+
"codeBody": "svsF2W_codeBody"
|
|
635
635
|
};
|
|
636
636
|
//#endregion
|
|
637
637
|
//#region src/client/tool/components/ToolRow.tsx
|
|
@@ -949,13 +949,13 @@ window.__ModuleLoader__.load({
|
|
|
949
949
|
document.head.appendChild(tag);
|
|
950
950
|
}
|
|
951
951
|
var ToolDetails_module_css_default = {
|
|
952
|
-
"cardBody": "_5bRnqW_cardBody",
|
|
953
|
-
"empty": "_5bRnqW_empty",
|
|
954
952
|
"read": "_5bRnqW_read",
|
|
955
|
-
"description": "_5bRnqW_description",
|
|
956
953
|
"web": "_5bRnqW_web",
|
|
957
954
|
"recovery": "_5bRnqW_recovery",
|
|
958
|
-
"
|
|
955
|
+
"empty": "_5bRnqW_empty",
|
|
956
|
+
"description": "_5bRnqW_description",
|
|
957
|
+
"code": "_5bRnqW_code",
|
|
958
|
+
"cardBody": "_5bRnqW_cardBody"
|
|
959
959
|
};
|
|
960
960
|
//#endregion
|
|
961
961
|
//#region src/client/tool/ToolDetails.tsx
|
|
@@ -1099,26 +1099,26 @@ window.__ModuleLoader__.load({
|
|
|
1099
1099
|
document.head.appendChild(tag);
|
|
1100
1100
|
}
|
|
1101
1101
|
var bash_sample_module_css_default = {
|
|
1102
|
-
"
|
|
1103
|
-
"
|
|
1102
|
+
"ioLabel": "N2AvQG_ioLabel",
|
|
1103
|
+
"visuallyHidden": "N2AvQG_visuallyHidden",
|
|
1104
1104
|
"errorSummary": "N2AvQG_errorSummary",
|
|
1105
|
+
"inspectButton": "N2AvQG_inspectButton",
|
|
1106
|
+
"iconIdle": "N2AvQG_iconIdle",
|
|
1105
1107
|
"ioSection": "N2AvQG_ioSection",
|
|
1106
1108
|
"title": "N2AvQG_title",
|
|
1107
|
-
"ioLabel": "N2AvQG_ioLabel",
|
|
1108
|
-
"sep": "N2AvQG_sep",
|
|
1109
|
-
"bodyWrap": "N2AvQG_bodyWrap",
|
|
1110
|
-
"ioText": "N2AvQG_ioText",
|
|
1111
|
-
"ioCard": "N2AvQG_ioCard",
|
|
1112
|
-
"card": "N2AvQG_card",
|
|
1113
1109
|
"terminal": "N2AvQG_terminal",
|
|
1114
1110
|
"root": "N2AvQG_root",
|
|
1115
|
-
"
|
|
1116
|
-
"iconIdle": "N2AvQG_iconIdle",
|
|
1117
|
-
"ioDivider": "N2AvQG_ioDivider",
|
|
1111
|
+
"summary": "N2AvQG_summary",
|
|
1118
1112
|
"chevronHover": "N2AvQG_chevronHover",
|
|
1113
|
+
"bodyWrap": "N2AvQG_bodyWrap",
|
|
1114
|
+
"leading": "N2AvQG_leading",
|
|
1119
1115
|
"chevron": "N2AvQG_chevron",
|
|
1120
|
-
"
|
|
1121
|
-
"
|
|
1116
|
+
"ioText": "N2AvQG_ioText",
|
|
1117
|
+
"dsh-bash-row-sweep": "N2AvQG_dsh-bash-row-sweep",
|
|
1118
|
+
"sep": "N2AvQG_sep",
|
|
1119
|
+
"card": "N2AvQG_card",
|
|
1120
|
+
"ioCard": "N2AvQG_ioCard",
|
|
1121
|
+
"ioDivider": "N2AvQG_ioDivider"
|
|
1122
1122
|
};
|
|
1123
1123
|
//#endregion
|
|
1124
1124
|
//#region src/client/tool/toolviews/bash-sample.tsx
|