@xrkseek/harness-cli 0.0.7 → 0.0.9
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/node_modules/@xrkseek/core-agent/dist/index.d.ts +6 -1
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent/dist/index.js +3 -0
- package/node_modules/@xrkseek/core-agent/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts +11 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js +14 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.js +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.d.ts +5 -0
- package/node_modules/@xrkseek/exec-pty/dist/registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.js +17 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.d.ts +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.js +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/tools.js +13 -4
- package/node_modules/@xrkseek/exec-pty/dist/tools.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +3 -2
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.js +12 -7
- package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts +3 -2
- package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js +12 -7
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.js +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/json-schema.js +50 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts +56 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.js +9 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/validate.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/validate.js +129 -0
- package/node_modules/@xrkseek/protocol/dist/validate.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js +5 -2
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js +5 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.js +12 -2
- package/node_modules/@xrkseek/server-face/dist/runtime.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.d.ts +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.js +1 -0
- package/node_modules/@xrkseek/server-face/dist/skill-list.js.map +1 -1
- package/node_modules/@xrkseek/session-projection/dist/types.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/README.md +3 -23
- package/node_modules/@xrkseek/workspace/dist/durable-inject.d.ts +62 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.d.ts.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.js +146 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.js.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/index.d.ts +25 -13
- package/node_modules/@xrkseek/workspace/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/index.js +79 -17
- package/node_modules/@xrkseek/workspace/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skill-tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js +6 -0
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skills.d.ts +12 -1
- package/node_modules/@xrkseek/workspace/dist/skills.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skills.js +42 -4
- package/node_modules/@xrkseek/workspace/dist/skills.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/slash.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/slash.js +2 -0
- package/node_modules/@xrkseek/workspace/dist/slash.js.map +1 -1
- package/node_modules/@xrkseek/workspace/package.json +2 -1
- package/package.json +1 -1
- package/product-web/assets/index-CcF0Sxxg.js +297 -0
- package/product-web/assets/index-CcF0Sxxg.js.map +1 -0
- package/product-web/assets/langs/{php-9bx0az3O.js → php-DY2VakOf.js} +2 -2
- package/product-web/assets/langs/{php-9bx0az3O.js.map → php-DY2VakOf.js.map} +1 -1
- package/product-web/assets/langs/{ruby-HDLHRjSL.js → ruby-hwtoiFmS.js} +2 -2
- package/product-web/assets/langs/{ruby-HDLHRjSL.js.map → ruby-hwtoiFmS.js.map} +1 -1
- package/product-web/assets/{vendor-CeMKrCZm.js → vendor-CldRVjca.js} +35 -36
- package/product-web/assets/vendor-CldRVjca.js.map +1 -0
- package/product-web/boot.json +1 -1
- package/product-web/index.html +2 -2
- package/product-web/plugins/@xrkseek/client-locale/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-runtime/client.js +37 -1
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +34 -34
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +161 -161
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +26 -26
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +19 -19
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +51 -51
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +42 -42
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +17 -17
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +39 -39
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +171 -150
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +53 -53
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.d.ts +0 -35
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.js +0 -116
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.js.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/envelope.d.ts +0 -23
- package/node_modules/@xrkseek/server-face/dist/envelope.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/envelope.js +0 -51
- package/node_modules/@xrkseek/server-face/dist/envelope.js.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/rpc-error.d.ts +0 -15
- package/node_modules/@xrkseek/server-face/dist/rpc-error.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/rpc-error.js +0 -247
- package/node_modules/@xrkseek/server-face/dist/rpc-error.js.map +0 -1
- package/product-web/assets/index-BwSJq-Ch.js +0 -112
- package/product-web/assets/index-BwSJq-Ch.js.map +0 -1
- package/product-web/assets/vendor-CeMKrCZm.js.map +0 -1
|
@@ -33,11 +33,11 @@ window.__ModuleLoader__.load({
|
|
|
33
33
|
document.head.appendChild(tag);
|
|
34
34
|
}
|
|
35
35
|
var AppearanceRow_module_css_default = {
|
|
36
|
-
"group": "rjCQBa_group",
|
|
37
|
-
"title": "rjCQBa_title",
|
|
38
36
|
"themeCube": "rjCQBa_themeCube",
|
|
37
|
+
"selected": "rjCQBa_selected",
|
|
38
|
+
"group": "rjCQBa_group",
|
|
39
39
|
"cubeRow": "rjCQBa_cubeRow",
|
|
40
|
-
"
|
|
40
|
+
"title": "rjCQBa_title"
|
|
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
|
-
"root": "svsF2W_root",
|
|
610
|
-
"ioLabel": "svsF2W_ioLabel",
|
|
611
|
-
"readBody": "svsF2W_readBody",
|
|
612
|
-
"visuallyHidden": "svsF2W_visuallyHidden",
|
|
613
608
|
"leading": "svsF2W_leading",
|
|
614
|
-
"
|
|
609
|
+
"chevron": "svsF2W_chevron",
|
|
615
610
|
"diffBody": "svsF2W_diffBody",
|
|
616
|
-
"
|
|
611
|
+
"searchBody": "svsF2W_searchBody",
|
|
612
|
+
"bodyWrap": "svsF2W_bodyWrap",
|
|
613
|
+
"errorSummary": "svsF2W_errorSummary",
|
|
614
|
+
"terminalBody": "svsF2W_terminalBody",
|
|
615
|
+
"inspectButton": "svsF2W_inspectButton",
|
|
616
|
+
"root": "svsF2W_root",
|
|
617
|
+
"ioLabel": "svsF2W_ioLabel",
|
|
617
618
|
"bodyScroll": "svsF2W_bodyScroll",
|
|
618
|
-
"
|
|
619
|
-
"
|
|
620
|
-
"chevron": "svsF2W_chevron",
|
|
619
|
+
"title": "svsF2W_title",
|
|
620
|
+
"ioText": "svsF2W_ioText",
|
|
621
621
|
"row": "svsF2W_row",
|
|
622
|
-
"
|
|
623
|
-
"errorSummary": "svsF2W_errorSummary",
|
|
624
|
-
"ioDivider": "svsF2W_ioDivider",
|
|
622
|
+
"dsh-tool-row-sweep": "svsF2W_dsh-tool-row-sweep",
|
|
625
623
|
"codeBody": "svsF2W_codeBody",
|
|
626
|
-
"
|
|
624
|
+
"webBody": "svsF2W_webBody",
|
|
625
|
+
"fileLink": "svsF2W_fileLink",
|
|
626
|
+
"sep": "svsF2W_sep",
|
|
627
|
+
"ioDivider": "svsF2W_ioDivider",
|
|
627
628
|
"searchRecovery": "svsF2W_searchRecovery",
|
|
628
|
-
"
|
|
629
|
-
"
|
|
629
|
+
"readBody": "svsF2W_readBody",
|
|
630
|
+
"summary": "svsF2W_summary",
|
|
631
|
+
"ioSection": "svsF2W_ioSection",
|
|
630
632
|
"summarySuffix": "svsF2W_summarySuffix",
|
|
631
|
-
"
|
|
632
|
-
"
|
|
633
|
-
"title": "svsF2W_title",
|
|
634
|
-
"bodyWrap": "svsF2W_bodyWrap"
|
|
633
|
+
"visuallyHidden": "svsF2W_visuallyHidden",
|
|
634
|
+
"ioCard": "svsF2W_ioCard"
|
|
635
635
|
};
|
|
636
636
|
//#endregion
|
|
637
637
|
//#region src/client/tool/components/ToolRow.tsx
|
|
@@ -850,8 +850,8 @@ window.__ModuleLoader__.load({
|
|
|
850
850
|
document.head.appendChild(tag);
|
|
851
851
|
}
|
|
852
852
|
var ToolCallTree_module_css_default = {
|
|
853
|
-
"
|
|
854
|
-
"
|
|
853
|
+
"subCalls": "S9d_QW_subCalls",
|
|
854
|
+
"callRow": "S9d_QW_callRow"
|
|
855
855
|
};
|
|
856
856
|
//#endregion
|
|
857
857
|
//#region src/client/tool/ToolCallTree.tsx
|
|
@@ -950,12 +950,12 @@ window.__ModuleLoader__.load({
|
|
|
950
950
|
}
|
|
951
951
|
var ToolDetails_module_css_default = {
|
|
952
952
|
"web": "_5bRnqW_web",
|
|
953
|
+
"description": "_5bRnqW_description",
|
|
953
954
|
"cardBody": "_5bRnqW_cardBody",
|
|
954
|
-
"recovery": "_5bRnqW_recovery",
|
|
955
955
|
"empty": "_5bRnqW_empty",
|
|
956
|
-
"
|
|
957
|
-
"
|
|
958
|
-
"
|
|
956
|
+
"recovery": "_5bRnqW_recovery",
|
|
957
|
+
"code": "_5bRnqW_code",
|
|
958
|
+
"read": "_5bRnqW_read"
|
|
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
|
+
"ioDivider": "N2AvQG_ioDivider",
|
|
1103
|
+
"errorSummary": "N2AvQG_errorSummary",
|
|
1104
1104
|
"summary": "N2AvQG_summary",
|
|
1105
|
+
"ioText": "N2AvQG_ioText",
|
|
1106
|
+
"root": "N2AvQG_root",
|
|
1107
|
+
"title": "N2AvQG_title",
|
|
1108
|
+
"dsh-bash-row-sweep": "N2AvQG_dsh-bash-row-sweep",
|
|
1109
|
+
"inspectButton": "N2AvQG_inspectButton",
|
|
1110
|
+
"visuallyHidden": "N2AvQG_visuallyHidden",
|
|
1111
|
+
"ioSection": "N2AvQG_ioSection",
|
|
1105
1112
|
"terminal": "N2AvQG_terminal",
|
|
1106
1113
|
"card": "N2AvQG_card",
|
|
1107
1114
|
"sep": "N2AvQG_sep",
|
|
1115
|
+
"ioCard": "N2AvQG_ioCard",
|
|
1116
|
+
"ioLabel": "N2AvQG_ioLabel",
|
|
1108
1117
|
"leading": "N2AvQG_leading",
|
|
1109
|
-
"
|
|
1118
|
+
"chevronHover": "N2AvQG_chevronHover",
|
|
1110
1119
|
"iconIdle": "N2AvQG_iconIdle",
|
|
1111
|
-
"inspectButton": "N2AvQG_inspectButton",
|
|
1112
|
-
"ioDivider": "N2AvQG_ioDivider",
|
|
1113
1120
|
"bodyWrap": "N2AvQG_bodyWrap",
|
|
1114
|
-
"
|
|
1115
|
-
"dsh-bash-row-sweep": "N2AvQG_dsh-bash-row-sweep",
|
|
1116
|
-
"ioLabel": "N2AvQG_ioLabel",
|
|
1117
|
-
"title": "N2AvQG_title",
|
|
1118
|
-
"errorSummary": "N2AvQG_errorSummary",
|
|
1119
|
-
"chevron": "N2AvQG_chevron",
|
|
1120
|
-
"visuallyHidden": "N2AvQG_visuallyHidden",
|
|
1121
|
-
"ioCard": "N2AvQG_ioCard"
|
|
1121
|
+
"chevron": "N2AvQG_chevron"
|
|
1122
1122
|
};
|
|
1123
1123
|
//#endregion
|
|
1124
1124
|
//#region src/client/tool/toolviews/bash-sample.tsx
|
|
@@ -1145,10 +1145,30 @@ window.__ModuleLoader__.load({
|
|
|
1145
1145
|
let result;
|
|
1146
1146
|
let isInitial = true;
|
|
1147
1147
|
function memoizedFunction() {
|
|
1148
|
+
var _a;
|
|
1149
|
+
const debugEnabled = !!opts.key && !!((_a = opts.debug) == null ? void 0 : _a.call(opts));
|
|
1150
|
+
let depTime = 0;
|
|
1151
|
+
if (debugEnabled) depTime = Date.now();
|
|
1148
1152
|
const newDeps = getDeps();
|
|
1149
1153
|
if (!(newDeps.length !== deps.length || newDeps.some((dep, index) => deps[index] !== dep))) return result;
|
|
1150
1154
|
deps = newDeps;
|
|
1155
|
+
let resultTime = 0;
|
|
1156
|
+
if (debugEnabled) resultTime = Date.now();
|
|
1151
1157
|
result = fn(...newDeps);
|
|
1158
|
+
if (debugEnabled) {
|
|
1159
|
+
const depEndTime = Math.round((Date.now() - depTime) * 100) / 100;
|
|
1160
|
+
const resultEndTime = Math.round((Date.now() - resultTime) * 100) / 100;
|
|
1161
|
+
const resultFpsPercentage = resultEndTime / 16;
|
|
1162
|
+
const pad = (str, num) => {
|
|
1163
|
+
str = String(str);
|
|
1164
|
+
while (str.length < num) str = " " + str;
|
|
1165
|
+
return str;
|
|
1166
|
+
};
|
|
1167
|
+
console.info(`%c⏱ ${pad(resultEndTime, 5)} /${pad(depEndTime, 5)} ms`, `
|
|
1168
|
+
font-size: .6rem;
|
|
1169
|
+
font-weight: bold;
|
|
1170
|
+
color: hsl(${Math.max(0, Math.min(120 - 120 * resultFpsPercentage, 120))}deg 100% 31%);`, opts == null ? void 0 : opts.key);
|
|
1171
|
+
}
|
|
1152
1172
|
if ((opts == null ? void 0 : opts.onChange) && !(isInitial && opts.skipInitialOnChange)) opts.onChange(result);
|
|
1153
1173
|
isInitial = false;
|
|
1154
1174
|
return result;
|
|
@@ -1464,7 +1484,7 @@ window.__ModuleLoader__.load({
|
|
|
1464
1484
|
}, (isScrolling) => {
|
|
1465
1485
|
this.notify(isScrolling);
|
|
1466
1486
|
}, {
|
|
1467
|
-
key:
|
|
1487
|
+
key: "maybeNotify",
|
|
1468
1488
|
debug: () => this.options.debug,
|
|
1469
1489
|
initialDeps: [
|
|
1470
1490
|
this.isScrolling,
|
|
@@ -1754,7 +1774,7 @@ window.__ModuleLoader__.load({
|
|
|
1754
1774
|
this.measurementsCache = measurements;
|
|
1755
1775
|
return measurements;
|
|
1756
1776
|
}, {
|
|
1757
|
-
key:
|
|
1777
|
+
key: "getMeasurements",
|
|
1758
1778
|
debug: () => this.options.debug
|
|
1759
1779
|
});
|
|
1760
1780
|
this.calculateRange = memo$1(() => [
|
|
@@ -1770,7 +1790,7 @@ window.__ModuleLoader__.load({
|
|
|
1770
1790
|
this.range = calculateRangeImpl(measurements, outerSize, scrollOffset, lanes, lanes === 1 && this._flatMeasurements != null ? this._flatMeasurements : null);
|
|
1771
1791
|
return this.range;
|
|
1772
1792
|
}, {
|
|
1773
|
-
key:
|
|
1793
|
+
key: "calculateRange",
|
|
1774
1794
|
debug: () => this.options.debug
|
|
1775
1795
|
});
|
|
1776
1796
|
this.getVirtualIndexes = memo$1(() => {
|
|
@@ -1801,7 +1821,7 @@ window.__ModuleLoader__.load({
|
|
|
1801
1821
|
count
|
|
1802
1822
|
});
|
|
1803
1823
|
}, {
|
|
1804
|
-
key:
|
|
1824
|
+
key: "getVirtualIndexes",
|
|
1805
1825
|
debug: () => this.options.debug
|
|
1806
1826
|
});
|
|
1807
1827
|
this.indexFromElement = (node) => {
|
|
@@ -1896,7 +1916,7 @@ window.__ModuleLoader__.load({
|
|
|
1896
1916
|
}
|
|
1897
1917
|
return virtualItems;
|
|
1898
1918
|
}, {
|
|
1899
|
-
key:
|
|
1919
|
+
key: "getVirtualItems",
|
|
1900
1920
|
debug: () => this.options.debug
|
|
1901
1921
|
});
|
|
1902
1922
|
this.getVirtualItemForOffset = (offset) => {
|
|
@@ -2068,6 +2088,7 @@ window.__ModuleLoader__.load({
|
|
|
2068
2088
|
}
|
|
2069
2089
|
applyScrollAdjustment(delta, behavior) {
|
|
2070
2090
|
if (delta === 0) return false;
|
|
2091
|
+
if (this.options.debug) console.info("correction", delta);
|
|
2071
2092
|
if (isIOSWebKit() && (this.isScrolling || this._iosTouching || this._iosJustTouchEnded)) {
|
|
2072
2093
|
this._iosDeferredAdjustment += delta;
|
|
2073
2094
|
return false;
|
|
@@ -3018,152 +3039,152 @@ window.__ModuleLoader__.load({
|
|
|
3018
3039
|
document.head.appendChild(tag);
|
|
3019
3040
|
}
|
|
3020
3041
|
var TrajectoryTable_module_css_default = {
|
|
3021
|
-
"
|
|
3022
|
-
"
|
|
3042
|
+
"requestBoundaryControl": "yfS7ra_requestBoundaryControl",
|
|
3043
|
+
"contentColumn": "yfS7ra_contentColumn",
|
|
3044
|
+
"jsonPreview": "yfS7ra_jsonPreview",
|
|
3045
|
+
"thinkingToggle": "yfS7ra_thinkingToggle",
|
|
3046
|
+
"panelImageLink": "yfS7ra_panelImageLink",
|
|
3047
|
+
"collapsedTurnText": "yfS7ra_collapsedTurnText",
|
|
3048
|
+
"timestampToggle": "yfS7ra_timestampToggle",
|
|
3049
|
+
"historyLoadingSpinner": "yfS7ra_historyLoadingSpinner",
|
|
3050
|
+
"promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
|
|
3051
|
+
"overviewHierarchyNavLink": "yfS7ra_overviewHierarchyNavLink",
|
|
3052
|
+
"thinkingQuoteOnlyPreview": "yfS7ra_thinkingQuoteOnlyPreview",
|
|
3053
|
+
"eventColumn": "yfS7ra_eventColumn",
|
|
3054
|
+
"overviewSections": "yfS7ra_overviewSections",
|
|
3055
|
+
"content": "yfS7ra_content",
|
|
3056
|
+
"usagePanel": "yfS7ra_usagePanel",
|
|
3057
|
+
"assistantContentRendered": "yfS7ra_assistantContentRendered",
|
|
3058
|
+
"toolCallNameTypeface": "yfS7ra_toolCallNameTypeface",
|
|
3059
|
+
"payload": "yfS7ra_payload",
|
|
3060
|
+
"schemaIntro": "yfS7ra_schemaIntro",
|
|
3061
|
+
"toolAmber": "yfS7ra_toolAmber",
|
|
3023
3062
|
"schemaName": "yfS7ra_schemaName",
|
|
3024
|
-
"toolCatalogSummary": "yfS7ra_toolCatalogSummary",
|
|
3025
|
-
"collapsedTurnContent": "yfS7ra_collapsedTurnContent",
|
|
3026
|
-
"promptDiffSection": "yfS7ra_promptDiffSection",
|
|
3027
|
-
"sourceBlockHeader": "yfS7ra_sourceBlockHeader",
|
|
3028
3063
|
"toolCatalogDescription": "yfS7ra_toolCatalogDescription",
|
|
3029
|
-
"
|
|
3030
|
-
"
|
|
3064
|
+
"selectionRail": "yfS7ra_selectionRail",
|
|
3065
|
+
"resultBlocks": "yfS7ra_resultBlocks",
|
|
3031
3066
|
"panelImage": "yfS7ra_panelImage",
|
|
3032
|
-
"
|
|
3033
|
-
"detailTabActive": "yfS7ra_detailTabActive",
|
|
3034
|
-
"resultRequest": "yfS7ra_resultRequest",
|
|
3035
|
-
"messageImagesPreview": "yfS7ra_messageImagesPreview",
|
|
3036
|
-
"historyLoadButton": "yfS7ra_historyLoadButton",
|
|
3037
|
-
"requestDetailsName": "yfS7ra_requestDetailsName",
|
|
3038
|
-
"assistantOutput": "yfS7ra_assistantOutput",
|
|
3039
|
-
"overviewParentLinks": "yfS7ra_overviewParentLinks",
|
|
3040
|
-
"kindSlot": "yfS7ra_kindSlot",
|
|
3041
|
-
"contextGreen": "yfS7ra_contextGreen",
|
|
3042
|
-
"toolCatalogItem": "yfS7ra_toolCatalogItem",
|
|
3043
|
-
"assistantToolCallsPreview": "yfS7ra_assistantToolCallsPreview",
|
|
3044
|
-
"sourceBlock": "yfS7ra_sourceBlock",
|
|
3045
|
-
"inlineResultText": "yfS7ra_inlineResultText",
|
|
3046
|
-
"schemaParametersTitle": "yfS7ra_schemaParametersTitle",
|
|
3047
|
-
"thinkingToggle": "yfS7ra_thinkingToggle",
|
|
3048
|
-
"detailsHeader": "yfS7ra_detailsHeader",
|
|
3049
|
-
"schemaTree": "yfS7ra_schemaTree",
|
|
3050
|
-
"requestBoundaryControlActive": "yfS7ra_requestBoundaryControlActive",
|
|
3051
|
-
"subtoolAmber": "yfS7ra_subtoolAmber",
|
|
3052
|
-
"thinkingChevron": "yfS7ra_thinkingChevron",
|
|
3053
|
-
"tablePane": "yfS7ra_tablePane",
|
|
3054
|
-
"overviewSections": "yfS7ra_overviewSections",
|
|
3067
|
+
"details": "yfS7ra_details",
|
|
3055
3068
|
"assistantToolCallIcon": "yfS7ra_assistantToolCallIcon",
|
|
3056
|
-
"
|
|
3057
|
-
"detailsLocation": "yfS7ra_detailsLocation",
|
|
3058
|
-
"overviewTitleIcon": "yfS7ra_overviewTitleIcon",
|
|
3059
|
-
"timestampToggle": "yfS7ra_timestampToggle",
|
|
3060
|
-
"assistantContentRendered": "yfS7ra_assistantContentRendered",
|
|
3069
|
+
"assistantToolCallName": "yfS7ra_assistantToolCallName",
|
|
3061
3070
|
"historyLoading": "yfS7ra_historyLoading",
|
|
3062
|
-
"
|
|
3063
|
-
"
|
|
3064
|
-
"promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
|
|
3065
|
-
"promptDiffLineadded": "yfS7ra_promptDiffLineadded",
|
|
3066
|
-
"detailsResizeHandle": "yfS7ra_detailsResizeHandle",
|
|
3067
|
-
"sourceBlocks": "yfS7ra_sourceBlocks",
|
|
3068
|
-
"panelImageLinkPreview": "yfS7ra_panelImageLinkPreview",
|
|
3069
|
-
"messageImages": "yfS7ra_messageImages",
|
|
3070
|
-
"trajectory-table": "yfS7ra_trajectory-table",
|
|
3071
|
-
"promptDiffTitle": "yfS7ra_promptDiffTitle",
|
|
3072
|
-
"toolCatalogFullDescription": "yfS7ra_toolCatalogFullDescription",
|
|
3073
|
-
"toolCallPayload": "yfS7ra_toolCallPayload",
|
|
3074
|
-
"sourceBlockJumpTarget": "yfS7ra_sourceBlockJumpTarget",
|
|
3075
|
-
"panelImageLink": "yfS7ra_panelImageLink",
|
|
3076
|
-
"turnLabelActive": "yfS7ra_turnLabelActive",
|
|
3077
|
-
"jsonPreview": "yfS7ra_jsonPreview",
|
|
3078
|
-
"sourceBlockJumpIcon": "yfS7ra_sourceBlockJumpIcon",
|
|
3079
|
-
"toolCatalogChevron": "yfS7ra_toolCatalogChevron",
|
|
3071
|
+
"compacted": "yfS7ra_compacted",
|
|
3072
|
+
"noOutputText": "yfS7ra_noOutputText",
|
|
3080
3073
|
"toolCallOnly": "yfS7ra_toolCallOnly",
|
|
3081
|
-
"
|
|
3082
|
-
"
|
|
3083
|
-
"
|
|
3084
|
-
"
|
|
3085
|
-
"
|
|
3086
|
-
"
|
|
3087
|
-
"
|
|
3088
|
-
"
|
|
3089
|
-
"
|
|
3090
|
-
"
|
|
3074
|
+
"detailsLocation": "yfS7ra_detailsLocation",
|
|
3075
|
+
"summaryScrollRegion": "yfS7ra_summaryScrollRegion",
|
|
3076
|
+
"virtualSpacer": "yfS7ra_virtualSpacer",
|
|
3077
|
+
"sourceBlockLabel": "yfS7ra_sourceBlockLabel",
|
|
3078
|
+
"thinkingQuote": "yfS7ra_thinkingQuote",
|
|
3079
|
+
"tablePane": "yfS7ra_tablePane",
|
|
3080
|
+
"historyLoadingBar": "yfS7ra_historyLoadingBar",
|
|
3081
|
+
"inlineResult": "yfS7ra_inlineResult",
|
|
3082
|
+
"requestDetailsDot": "yfS7ra_requestDetailsDot",
|
|
3083
|
+
"noPayload": "yfS7ra_noPayload",
|
|
3084
|
+
"schemaParametersTitle": "yfS7ra_schemaParametersTitle",
|
|
3091
3085
|
"toolCatalogTree": "yfS7ra_toolCatalogTree",
|
|
3092
|
-
"
|
|
3086
|
+
"schemaParameters": "yfS7ra_schemaParameters",
|
|
3087
|
+
"jsonPayload": "yfS7ra_jsonPayload",
|
|
3088
|
+
"schemaTree": "yfS7ra_schemaTree",
|
|
3089
|
+
"assistantToolCallButton": "yfS7ra_assistantToolCallButton",
|
|
3093
3090
|
"systemNeutral": "yfS7ra_systemNeutral",
|
|
3091
|
+
"usageHeading": "yfS7ra_usageHeading",
|
|
3092
|
+
"detailTab": "yfS7ra_detailTab",
|
|
3093
|
+
"kindTag": "yfS7ra_kindTag",
|
|
3094
|
+
"compactedSummary": "yfS7ra_compactedSummary",
|
|
3095
|
+
"user": "yfS7ra_user",
|
|
3096
|
+
"turnLabelActive": "yfS7ra_turnLabelActive",
|
|
3097
|
+
"contentText": "yfS7ra_contentText",
|
|
3094
3098
|
"detailTabs": "yfS7ra_detailTabs",
|
|
3095
|
-
"
|
|
3096
|
-
"
|
|
3097
|
-
"
|
|
3098
|
-
"
|
|
3099
|
-
"
|
|
3100
|
-
"
|
|
3099
|
+
"markdownPayload": "yfS7ra_markdownPayload",
|
|
3100
|
+
"turnRail": "yfS7ra_turnRail",
|
|
3101
|
+
"contextGreen": "yfS7ra_contextGreen",
|
|
3102
|
+
"markdownPreview": "yfS7ra_markdownPreview",
|
|
3103
|
+
"split": "yfS7ra_split",
|
|
3104
|
+
"historyLoadButton": "yfS7ra_historyLoadButton",
|
|
3105
|
+
"sourceBlockContent": "yfS7ra_sourceBlockContent",
|
|
3106
|
+
"historyLoadRow": "yfS7ra_historyLoadRow",
|
|
3107
|
+
"inlineResultText": "yfS7ra_inlineResultText",
|
|
3108
|
+
"assistantToolCallText": "yfS7ra_assistantToolCallText",
|
|
3109
|
+
"message": "yfS7ra_message",
|
|
3110
|
+
"detailsTitle": "yfS7ra_detailsTitle",
|
|
3111
|
+
"detailBody": "yfS7ra_detailBody",
|
|
3101
3112
|
"overviewPreview": "yfS7ra_overviewPreview",
|
|
3113
|
+
"schema": "yfS7ra_schema",
|
|
3114
|
+
"detailTabActive": "yfS7ra_detailTabActive",
|
|
3115
|
+
"close": "yfS7ra_close",
|
|
3116
|
+
"sourceBlockHeader": "yfS7ra_sourceBlockHeader",
|
|
3117
|
+
"promptDiffSections": "yfS7ra_promptDiffSections",
|
|
3102
3118
|
"eventInner": "yfS7ra_eventInner",
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3105
|
-
"
|
|
3119
|
+
"overview": "yfS7ra_overview",
|
|
3120
|
+
"visuallyHidden": "yfS7ra_visuallyHidden",
|
|
3121
|
+
"toolCatalog": "yfS7ra_toolCatalog",
|
|
3122
|
+
"sourceBlock": "yfS7ra_sourceBlock",
|
|
3123
|
+
"sourceBlockJumpTarget": "yfS7ra_sourceBlockJumpTarget",
|
|
3124
|
+
"assistantToolCallArgs": "yfS7ra_assistantToolCallArgs",
|
|
3125
|
+
"assistantVioletBright": "yfS7ra_assistantVioletBright",
|
|
3126
|
+
"errorPayload": "yfS7ra_errorPayload",
|
|
3127
|
+
"overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight",
|
|
3128
|
+
"overviewTitleIcon": "yfS7ra_overviewTitleIcon",
|
|
3106
3129
|
"promptDiffLineremoved": "yfS7ra_promptDiffLineremoved",
|
|
3107
|
-
"
|
|
3130
|
+
"assistantToolCalls": "yfS7ra_assistantToolCalls",
|
|
3131
|
+
"trajectory-table": "yfS7ra_trajectory-table",
|
|
3132
|
+
"collapsedTurnContent": "yfS7ra_collapsedTurnContent",
|
|
3133
|
+
"promptDiffTitle": "yfS7ra_promptDiffTitle",
|
|
3134
|
+
"subtoolAmber": "yfS7ra_subtoolAmber",
|
|
3135
|
+
"requestTokenDetail": "yfS7ra_requestTokenDetail",
|
|
3136
|
+
"messageImages": "yfS7ra_messageImages",
|
|
3137
|
+
"assistantToolCallsPreview": "yfS7ra_assistantToolCallsPreview",
|
|
3138
|
+
"turnLabelFull": "yfS7ra_turnLabelFull",
|
|
3139
|
+
"toolCatalogSummary": "yfS7ra_toolCatalogSummary",
|
|
3140
|
+
"promptDiffLineadded": "yfS7ra_promptDiffLineadded",
|
|
3141
|
+
"promptDiff": "yfS7ra_promptDiff",
|
|
3142
|
+
"turnLabel": "yfS7ra_turnLabel",
|
|
3143
|
+
"toolCatalogName": "yfS7ra_toolCatalogName",
|
|
3144
|
+
"detailBodySummary": "yfS7ra_detailBodySummary",
|
|
3108
3145
|
"toolCatalogDefinition": "yfS7ra_toolCatalogDefinition",
|
|
3109
|
-
"
|
|
3110
|
-
"error": "yfS7ra_error",
|
|
3146
|
+
"toolCallPayload": "yfS7ra_toolCallPayload",
|
|
3111
3147
|
"assistantContent": "yfS7ra_assistantContent",
|
|
3148
|
+
"promptDiffSection": "yfS7ra_promptDiffSection",
|
|
3149
|
+
"requestBoundaryControlActive": "yfS7ra_requestBoundaryControlActive",
|
|
3150
|
+
"collapsedTurnEllipsis": "yfS7ra_collapsedTurnEllipsis",
|
|
3151
|
+
"error": "yfS7ra_error",
|
|
3112
3152
|
"overviewTitle": "yfS7ra_overviewTitle",
|
|
3113
|
-
"
|
|
3114
|
-
"
|
|
3115
|
-
"schema": "yfS7ra_schema",
|
|
3116
|
-
"split": "yfS7ra_split",
|
|
3117
|
-
"inlineResult": "yfS7ra_inlineResult",
|
|
3118
|
-
"selectionRail": "yfS7ra_selectionRail",
|
|
3119
|
-
"turnLabel": "yfS7ra_turnLabel",
|
|
3120
|
-
"contentColumn": "yfS7ra_contentColumn",
|
|
3121
|
-
"compactedSummary": "yfS7ra_compactedSummary",
|
|
3122
|
-
"arrow": "yfS7ra_arrow",
|
|
3123
|
-
"compacted": "yfS7ra_compacted",
|
|
3124
|
-
"requestDetailsDot": "yfS7ra_requestDetailsDot",
|
|
3125
|
-
"close": "yfS7ra_close",
|
|
3126
|
-
"thinkingQuoteOnlyPreview": "yfS7ra_thinkingQuoteOnlyPreview",
|
|
3127
|
-
"payloadPreview": "yfS7ra_payloadPreview",
|
|
3128
|
-
"eventColumn": "yfS7ra_eventColumn",
|
|
3129
|
-
"markdownPreview": "yfS7ra_markdownPreview",
|
|
3130
|
-
"contentText": "yfS7ra_contentText",
|
|
3131
|
-
"detailTab": "yfS7ra_detailTab",
|
|
3153
|
+
"kindSlot": "yfS7ra_kindSlot",
|
|
3154
|
+
"resultRequest": "yfS7ra_resultRequest",
|
|
3132
3155
|
"overviewHeading": "yfS7ra_overviewHeading",
|
|
3133
|
-
"
|
|
3134
|
-
"
|
|
3135
|
-
"
|
|
3136
|
-
"
|
|
3137
|
-
"
|
|
3156
|
+
"schemaDescription": "yfS7ra_schemaDescription",
|
|
3157
|
+
"payloadPreview": "yfS7ra_payloadPreview",
|
|
3158
|
+
"kindTagIcon": "yfS7ra_kindTagIcon",
|
|
3159
|
+
"toolCatalogIcon": "yfS7ra_toolCatalogIcon",
|
|
3160
|
+
"sourceBlockJumpIcon": "yfS7ra_sourceBlockJumpIcon",
|
|
3161
|
+
"resultBlockText": "yfS7ra_resultBlockText",
|
|
3162
|
+
"history-loading-spin": "yfS7ra_history-loading-spin",
|
|
3163
|
+
"systemPrompt": "yfS7ra_systemPrompt",
|
|
3164
|
+
"toolCatalogFullDescription": "yfS7ra_toolCatalogFullDescription",
|
|
3138
3165
|
"resultPreview": "yfS7ra_resultPreview",
|
|
3139
|
-
"
|
|
3140
|
-
"
|
|
3141
|
-
"
|
|
3166
|
+
"requestDetailsName": "yfS7ra_requestDetailsName",
|
|
3167
|
+
"table": "yfS7ra_table",
|
|
3168
|
+
"toolCatalogItem": "yfS7ra_toolCatalogItem",
|
|
3169
|
+
"event": "yfS7ra_event",
|
|
3170
|
+
"eventHeader": "yfS7ra_eventHeader",
|
|
3142
3171
|
"overviewSection": "yfS7ra_overviewSection",
|
|
3143
|
-
"
|
|
3144
|
-
"
|
|
3145
|
-
"
|
|
3146
|
-
"
|
|
3147
|
-
"
|
|
3148
|
-
"
|
|
3149
|
-
"
|
|
3150
|
-
"
|
|
3172
|
+
"arrow": "yfS7ra_arrow",
|
|
3173
|
+
"sourceBlocks": "yfS7ra_sourceBlocks",
|
|
3174
|
+
"detailsResizeHandle": "yfS7ra_detailsResizeHandle",
|
|
3175
|
+
"assistantOutput": "yfS7ra_assistantOutput",
|
|
3176
|
+
"resultBlocksPreview": "yfS7ra_resultBlocksPreview",
|
|
3177
|
+
"panelImageLinkPreview": "yfS7ra_panelImageLinkPreview",
|
|
3178
|
+
"schemaPreview": "yfS7ra_schemaPreview",
|
|
3179
|
+
"thinkingChevron": "yfS7ra_thinkingChevron",
|
|
3180
|
+
"overviewParentLinks": "yfS7ra_overviewParentLinks",
|
|
3151
3181
|
"promptDiffLinemeta": "yfS7ra_promptDiffLinemeta",
|
|
3152
|
-
"
|
|
3153
|
-
"
|
|
3154
|
-
"
|
|
3155
|
-
"
|
|
3156
|
-
"
|
|
3157
|
-
"
|
|
3158
|
-
"collapsedTurnText": "yfS7ra_collapsedTurnText",
|
|
3159
|
-
"assistantVioletBright": "yfS7ra_assistantVioletBright",
|
|
3160
|
-
"historyLoadRow": "yfS7ra_historyLoadRow",
|
|
3161
|
-
"sourceBlockLabel": "yfS7ra_sourceBlockLabel",
|
|
3162
|
-
"assistantToolCallText": "yfS7ra_assistantToolCallText",
|
|
3163
|
-
"assistantToolCalls": "yfS7ra_assistantToolCalls",
|
|
3164
|
-
"schemaDescription": "yfS7ra_schemaDescription",
|
|
3165
|
-
"promptDiffSections": "yfS7ra_promptDiffSections",
|
|
3166
|
-
"overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight"
|
|
3182
|
+
"toolCatalogChevron": "yfS7ra_toolCatalogChevron",
|
|
3183
|
+
"turnLabelCompact": "yfS7ra_turnLabelCompact",
|
|
3184
|
+
"kindTagLabel": "yfS7ra_kindTagLabel",
|
|
3185
|
+
"usageGroup": "yfS7ra_usageGroup",
|
|
3186
|
+
"detailsHeader": "yfS7ra_detailsHeader",
|
|
3187
|
+
"messageImagesPreview": "yfS7ra_messageImagesPreview"
|
|
3167
3188
|
};
|
|
3168
3189
|
//#endregion
|
|
3169
3190
|
//#region src/client/TrajectoryTable.tsx
|
|
@@ -5327,19 +5348,19 @@ window.__ModuleLoader__.load({
|
|
|
5327
5348
|
document.head.appendChild(tag);
|
|
5328
5349
|
}
|
|
5329
5350
|
var TrajectoryToolbar_module_css_default = {
|
|
5330
|
-
"
|
|
5351
|
+
"searchInput": "ItN3YG_searchInput",
|
|
5331
5352
|
"controlTrack": "ItN3YG_controlTrack",
|
|
5332
|
-
"
|
|
5333
|
-
"
|
|
5334
|
-
"searchIcon": "ItN3YG_searchIcon",
|
|
5335
|
-
"control": "ItN3YG_control",
|
|
5353
|
+
"controlThumb": "ItN3YG_controlThumb",
|
|
5354
|
+
"toggle": "ItN3YG_toggle",
|
|
5336
5355
|
"toggleIcon": "ItN3YG_toggleIcon",
|
|
5337
|
-
"
|
|
5356
|
+
"action": "ItN3YG_action",
|
|
5338
5357
|
"actionIcon": "ItN3YG_actionIcon",
|
|
5339
5358
|
"root": "ItN3YG_root",
|
|
5340
|
-
"
|
|
5359
|
+
"search": "ItN3YG_search",
|
|
5341
5360
|
"actions": "ItN3YG_actions",
|
|
5342
|
-
"
|
|
5361
|
+
"inner": "ItN3YG_inner",
|
|
5362
|
+
"searchIcon": "ItN3YG_searchIcon",
|
|
5363
|
+
"control": "ItN3YG_control"
|
|
5343
5364
|
};
|
|
5344
5365
|
//#endregion
|
|
5345
5366
|
//#region src/client/TrajectoryToolbar.tsx
|
|
@@ -5578,19 +5599,19 @@ window.__ModuleLoader__.load({
|
|
|
5578
5599
|
document.head.appendChild(tag);
|
|
5579
5600
|
}
|
|
5580
5601
|
var TrajectoryTimeline_module_css_default = {
|
|
5581
|
-
"
|
|
5602
|
+
"root": "kwzH6G_root",
|
|
5603
|
+
"turnBoundary": "kwzH6G_turnBoundary",
|
|
5604
|
+
"selection": "kwzH6G_selection",
|
|
5605
|
+
"earlierHistory": "kwzH6G_earlierHistory",
|
|
5582
5606
|
"labels": "kwzH6G_labels",
|
|
5583
|
-
"track": "kwzH6G_track",
|
|
5584
5607
|
"empty": "kwzH6G_empty",
|
|
5585
5608
|
"turnBoundaries": "kwzH6G_turnBoundaries",
|
|
5586
|
-
"span": "kwzH6G_span",
|
|
5587
|
-
"selection": "kwzH6G_selection",
|
|
5588
5609
|
"selectionEdges": "kwzH6G_selectionEdges",
|
|
5589
|
-
"
|
|
5590
|
-
"root": "kwzH6G_root",
|
|
5591
|
-
"earlierHistory": "kwzH6G_earlierHistory",
|
|
5610
|
+
"span": "kwzH6G_span",
|
|
5592
5611
|
"lanes": "kwzH6G_lanes",
|
|
5593
|
-
"
|
|
5612
|
+
"plot": "kwzH6G_plot",
|
|
5613
|
+
"hoverLine": "kwzH6G_hoverLine",
|
|
5614
|
+
"track": "kwzH6G_track"
|
|
5594
5615
|
};
|
|
5595
5616
|
//#endregion
|
|
5596
5617
|
//#region src/client/TrajectoryTimeline.tsx
|
|
@@ -6961,8 +6982,8 @@ window.__ModuleLoader__.load({
|
|
|
6961
6982
|
document.head.appendChild(tag);
|
|
6962
6983
|
}
|
|
6963
6984
|
var views_module_css_default = {
|
|
6964
|
-
"
|
|
6965
|
-
"
|
|
6985
|
+
"ledger": "IdkwEa_ledger",
|
|
6986
|
+
"root": "IdkwEa_root"
|
|
6966
6987
|
};
|
|
6967
6988
|
//#endregion
|
|
6968
6989
|
//#region src/client/TrajectoryView.tsx
|
|
@@ -122,15 +122,15 @@ window.__ModuleLoader__.load({
|
|
|
122
122
|
document.head.appendChild(tag);
|
|
123
123
|
}
|
|
124
124
|
var PlanReviewPanel_module_css_default = {
|
|
125
|
-
"strip": "qwZnSa_strip",
|
|
126
|
-
"card": "qwZnSa_card",
|
|
127
|
-
"dot": "qwZnSa_dot",
|
|
128
125
|
"body": "qwZnSa_body",
|
|
129
|
-
"
|
|
126
|
+
"dot": "qwZnSa_dot",
|
|
130
127
|
"frame": "qwZnSa_frame",
|
|
128
|
+
"discuss": "qwZnSa_discuss",
|
|
131
129
|
"feedback": "qwZnSa_feedback",
|
|
130
|
+
"actions": "qwZnSa_actions",
|
|
132
131
|
"footer": "qwZnSa_footer",
|
|
133
|
-
"
|
|
132
|
+
"strip": "qwZnSa_strip",
|
|
133
|
+
"card": "qwZnSa_card"
|
|
134
134
|
};
|
|
135
135
|
//#endregion
|
|
136
136
|
//#region src/client/PlanReviewPanel.tsx
|
|
@@ -241,36 +241,36 @@ window.__ModuleLoader__.load({
|
|
|
241
241
|
}
|
|
242
242
|
var QuestionComposer_module_css_default = {
|
|
243
243
|
"checkboxChecked": "_3wP-uG_checkboxChecked",
|
|
244
|
-
"customRow": "_3wP-uG_customRow",
|
|
245
|
-
"optionLine": "_3wP-uG_optionLine",
|
|
246
|
-
"feedback": "_3wP-uG_feedback",
|
|
247
|
-
"pager": "_3wP-uG_pager",
|
|
248
|
-
"card": "_3wP-uG_card",
|
|
249
|
-
"customInput": "_3wP-uG_customInput",
|
|
250
|
-
"footer": "_3wP-uG_footer",
|
|
251
|
-
"optionLabel": "_3wP-uG_optionLabel",
|
|
252
|
-
"number": "_3wP-uG_number",
|
|
253
|
-
"cardMinimized": "_3wP-uG_cardMinimized",
|
|
254
|
-
"header": "_3wP-uG_header",
|
|
255
|
-
"options": "_3wP-uG_options",
|
|
256
|
-
"checkbox": "_3wP-uG_checkbox",
|
|
257
|
-
"headerActions": "_3wP-uG_headerActions",
|
|
258
244
|
"progress": "_3wP-uG_progress",
|
|
259
|
-
"
|
|
245
|
+
"number": "_3wP-uG_number",
|
|
260
246
|
"headingBlock": "_3wP-uG_headingBlock",
|
|
261
|
-
"
|
|
262
|
-
"
|
|
247
|
+
"option": "_3wP-uG_option",
|
|
248
|
+
"footerActions": "_3wP-uG_footerActions",
|
|
263
249
|
"frame": "_3wP-uG_frame",
|
|
264
250
|
"badge": "_3wP-uG_badge",
|
|
265
|
-
"customRowActive": "_3wP-uG_customRowActive",
|
|
266
|
-
"optionSelected": "_3wP-uG_optionSelected",
|
|
267
|
-
"customTextarea": "_3wP-uG_customTextarea",
|
|
268
|
-
"title": "_3wP-uG_title",
|
|
269
251
|
"eyebrow": "_3wP-uG_eyebrow",
|
|
252
|
+
"footer": "_3wP-uG_footer",
|
|
253
|
+
"cardMinimized": "_3wP-uG_cardMinimized",
|
|
254
|
+
"optionSelected": "_3wP-uG_optionSelected",
|
|
255
|
+
"card": "_3wP-uG_card",
|
|
256
|
+
"pager": "_3wP-uG_pager",
|
|
257
|
+
"optionCopy": "_3wP-uG_optionCopy",
|
|
270
258
|
"description": "_3wP-uG_description",
|
|
259
|
+
"optionLabel": "_3wP-uG_optionLabel",
|
|
260
|
+
"iconButton": "_3wP-uG_iconButton",
|
|
261
|
+
"customRowActive": "_3wP-uG_customRowActive",
|
|
262
|
+
"customInput": "_3wP-uG_customInput",
|
|
263
|
+
"header": "_3wP-uG_header",
|
|
271
264
|
"body": "_3wP-uG_body",
|
|
265
|
+
"options": "_3wP-uG_options",
|
|
266
|
+
"customRow": "_3wP-uG_customRow",
|
|
267
|
+
"customTextarea": "_3wP-uG_customTextarea",
|
|
268
|
+
"title": "_3wP-uG_title",
|
|
269
|
+
"feedback": "_3wP-uG_feedback",
|
|
270
|
+
"headerActions": "_3wP-uG_headerActions",
|
|
272
271
|
"detail": "_3wP-uG_detail",
|
|
273
|
-
"
|
|
272
|
+
"checkbox": "_3wP-uG_checkbox",
|
|
273
|
+
"optionLine": "_3wP-uG_optionLine"
|
|
274
274
|
};
|
|
275
275
|
//#endregion
|
|
276
276
|
//#region src/client/QuestionComposer.tsx
|