@xrkseek/harness-cli 0.0.7 → 0.0.8
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 +8 -0
- 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 +49 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts +48 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.js +4 -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 +127 -0
- package/node_modules/@xrkseek/protocol/dist/validate.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js +1 -1
- 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 +4 -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 +77 -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 +4 -4
- package/product-web/plugins/@xrkseek/client-runtime/client.js +37 -1
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +37 -37
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +158 -158
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +15 -15
- 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 +15 -15
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +53 -53
- 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 +43 -43
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +19 -19
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +41 -41
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +169 -148
- 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 +56 -56
- 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
|
@@ -19,30 +19,30 @@ window.__ModuleLoader__.load({
|
|
|
19
19
|
document.head.appendChild(tag);
|
|
20
20
|
}
|
|
21
21
|
var SubagentCatalogAction_module_css_default = {
|
|
22
|
-
"disclosure": "zp9X5G_disclosure",
|
|
23
|
-
"summary": "zp9X5G_summary",
|
|
24
|
-
"loadingRow": "zp9X5G_loadingRow",
|
|
25
|
-
"metrics": "zp9X5G_metrics",
|
|
26
|
-
"notice": "zp9X5G_notice",
|
|
27
|
-
"node": "zp9X5G_node",
|
|
28
|
-
"children": "zp9X5G_children",
|
|
29
|
-
"root": "zp9X5G_root",
|
|
30
|
-
"label": "zp9X5G_label",
|
|
31
|
-
"clickarea": "zp9X5G_clickarea",
|
|
32
22
|
"count": "zp9X5G_count",
|
|
33
|
-
"disclosureSpace": "zp9X5G_disclosureSpace",
|
|
34
23
|
"disabled": "zp9X5G_disabled",
|
|
24
|
+
"disclosureSpace": "zp9X5G_disclosureSpace",
|
|
25
|
+
"node": "zp9X5G_node",
|
|
26
|
+
"content": "zp9X5G_content",
|
|
27
|
+
"label": "zp9X5G_label",
|
|
35
28
|
"metricToken": "zp9X5G_metricToken",
|
|
36
|
-
"menu": "zp9X5G_menu",
|
|
37
|
-
"triggerOpen": "zp9X5G_triggerOpen",
|
|
38
|
-
"disclosureOpen": "zp9X5G_disclosureOpen",
|
|
39
|
-
"metricDuration": "zp9X5G_metricDuration",
|
|
40
|
-
"error": "zp9X5G_error",
|
|
41
29
|
"refresh": "zp9X5G_refresh",
|
|
42
|
-
"activitySlot": "zp9X5G_activitySlot",
|
|
43
|
-
"row": "zp9X5G_row",
|
|
44
30
|
"trigger": "zp9X5G_trigger",
|
|
45
|
-
"
|
|
31
|
+
"clickarea": "zp9X5G_clickarea",
|
|
32
|
+
"children": "zp9X5G_children",
|
|
33
|
+
"error": "zp9X5G_error",
|
|
34
|
+
"metricDuration": "zp9X5G_metricDuration",
|
|
35
|
+
"disclosure": "zp9X5G_disclosure",
|
|
36
|
+
"triggerOpen": "zp9X5G_triggerOpen",
|
|
37
|
+
"row": "zp9X5G_row",
|
|
38
|
+
"activitySlot": "zp9X5G_activitySlot",
|
|
39
|
+
"menu": "zp9X5G_menu",
|
|
40
|
+
"loadingRow": "zp9X5G_loadingRow",
|
|
41
|
+
"metrics": "zp9X5G_metrics",
|
|
42
|
+
"notice": "zp9X5G_notice",
|
|
43
|
+
"summary": "zp9X5G_summary",
|
|
44
|
+
"root": "zp9X5G_root",
|
|
45
|
+
"disclosureOpen": "zp9X5G_disclosureOpen"
|
|
46
46
|
};
|
|
47
47
|
//#endregion
|
|
48
48
|
//#region src/client/SubagentCatalogAction.tsx
|
|
@@ -33,10 +33,10 @@ window.__ModuleLoader__.load({
|
|
|
33
33
|
document.head.appendChild(tag);
|
|
34
34
|
}
|
|
35
35
|
var AppearanceRow_module_css_default = {
|
|
36
|
-
"group": "rjCQBa_group",
|
|
37
36
|
"title": "rjCQBa_title",
|
|
38
|
-
"
|
|
37
|
+
"group": "rjCQBa_group",
|
|
39
38
|
"cubeRow": "rjCQBa_cubeRow",
|
|
39
|
+
"themeCube": "rjCQBa_themeCube",
|
|
40
40
|
"selected": "rjCQBa_selected"
|
|
41
41
|
};
|
|
42
42
|
//#endregion
|
|
@@ -605,33 +605,33 @@ window.__ModuleLoader__.load({
|
|
|
605
605
|
document.head.appendChild(tag);
|
|
606
606
|
}
|
|
607
607
|
var ToolRow_module_css_default = {
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
"
|
|
608
|
+
"dsh-tool-row-sweep": "svsF2W_dsh-tool-row-sweep",
|
|
609
|
+
"codeBody": "svsF2W_codeBody",
|
|
610
|
+
"ioDivider": "svsF2W_ioDivider",
|
|
611
|
+
"title": "svsF2W_title",
|
|
612
|
+
"terminalBody": "svsF2W_terminalBody",
|
|
613
|
+
"errorSummary": "svsF2W_errorSummary",
|
|
611
614
|
"readBody": "svsF2W_readBody",
|
|
612
|
-
"visuallyHidden": "svsF2W_visuallyHidden",
|
|
613
|
-
"leading": "svsF2W_leading",
|
|
614
615
|
"ioText": "svsF2W_ioText",
|
|
615
|
-
"
|
|
616
|
-
"sep": "svsF2W_sep",
|
|
617
|
-
"bodyScroll": "svsF2W_bodyScroll",
|
|
618
|
-
"ioCard": "svsF2W_ioCard",
|
|
619
|
-
"fileLink": "svsF2W_fileLink",
|
|
616
|
+
"searchBody": "svsF2W_searchBody",
|
|
620
617
|
"chevron": "svsF2W_chevron",
|
|
621
|
-
"
|
|
622
|
-
"
|
|
623
|
-
"
|
|
624
|
-
"
|
|
625
|
-
"codeBody": "svsF2W_codeBody",
|
|
626
|
-
"terminalBody": "svsF2W_terminalBody",
|
|
618
|
+
"webBody": "svsF2W_webBody",
|
|
619
|
+
"leading": "svsF2W_leading",
|
|
620
|
+
"root": "svsF2W_root",
|
|
621
|
+
"ioLabel": "svsF2W_ioLabel",
|
|
627
622
|
"searchRecovery": "svsF2W_searchRecovery",
|
|
628
|
-
"dsh-tool-row-sweep": "svsF2W_dsh-tool-row-sweep",
|
|
629
|
-
"searchBody": "svsF2W_searchBody",
|
|
630
623
|
"summarySuffix": "svsF2W_summarySuffix",
|
|
624
|
+
"fileLink": "svsF2W_fileLink",
|
|
625
|
+
"ioCard": "svsF2W_ioCard",
|
|
626
|
+
"diffBody": "svsF2W_diffBody",
|
|
627
|
+
"visuallyHidden": "svsF2W_visuallyHidden",
|
|
631
628
|
"inspectButton": "svsF2W_inspectButton",
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"
|
|
629
|
+
"row": "svsF2W_row",
|
|
630
|
+
"sep": "svsF2W_sep",
|
|
631
|
+
"summary": "svsF2W_summary",
|
|
632
|
+
"ioSection": "svsF2W_ioSection",
|
|
633
|
+
"bodyWrap": "svsF2W_bodyWrap",
|
|
634
|
+
"bodyScroll": "svsF2W_bodyScroll"
|
|
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
|
|
@@ -949,13 +949,13 @@ window.__ModuleLoader__.load({
|
|
|
949
949
|
document.head.appendChild(tag);
|
|
950
950
|
}
|
|
951
951
|
var ToolDetails_module_css_default = {
|
|
952
|
-
"web": "_5bRnqW_web",
|
|
953
|
-
"cardBody": "_5bRnqW_cardBody",
|
|
954
952
|
"recovery": "_5bRnqW_recovery",
|
|
955
|
-
"
|
|
956
|
-
"
|
|
953
|
+
"code": "_5bRnqW_code",
|
|
954
|
+
"cardBody": "_5bRnqW_cardBody",
|
|
957
955
|
"read": "_5bRnqW_read",
|
|
958
|
-
"
|
|
956
|
+
"web": "_5bRnqW_web",
|
|
957
|
+
"empty": "_5bRnqW_empty",
|
|
958
|
+
"description": "_5bRnqW_description"
|
|
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
|
-
"chevronHover": "N2AvQG_chevronHover",
|
|
1103
|
-
"root": "N2AvQG_root",
|
|
1104
|
-
"summary": "N2AvQG_summary",
|
|
1105
|
-
"terminal": "N2AvQG_terminal",
|
|
1106
1102
|
"card": "N2AvQG_card",
|
|
1107
|
-
"
|
|
1103
|
+
"title": "N2AvQG_title",
|
|
1104
|
+
"ioLabel": "N2AvQG_ioLabel",
|
|
1105
|
+
"dsh-bash-row-sweep": "N2AvQG_dsh-bash-row-sweep",
|
|
1108
1106
|
"leading": "N2AvQG_leading",
|
|
1107
|
+
"sep": "N2AvQG_sep",
|
|
1108
|
+
"errorSummary": "N2AvQG_errorSummary",
|
|
1109
|
+
"ioCard": "N2AvQG_ioCard",
|
|
1110
|
+
"summary": "N2AvQG_summary",
|
|
1111
|
+
"ioSection": "N2AvQG_ioSection",
|
|
1109
1112
|
"ioText": "N2AvQG_ioText",
|
|
1110
1113
|
"iconIdle": "N2AvQG_iconIdle",
|
|
1111
1114
|
"inspectButton": "N2AvQG_inspectButton",
|
|
1112
|
-
"
|
|
1115
|
+
"terminal": "N2AvQG_terminal",
|
|
1113
1116
|
"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",
|
|
1117
|
+
"root": "N2AvQG_root",
|
|
1120
1118
|
"visuallyHidden": "N2AvQG_visuallyHidden",
|
|
1121
|
-
"
|
|
1119
|
+
"chevron": "N2AvQG_chevron",
|
|
1120
|
+
"chevronHover": "N2AvQG_chevronHover",
|
|
1121
|
+
"ioDivider": "N2AvQG_ioDivider"
|
|
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 = {
|
|
3042
|
+
"arrow": "yfS7ra_arrow",
|
|
3021
3043
|
"resultBlockText": "yfS7ra_resultBlockText",
|
|
3022
|
-
"
|
|
3023
|
-
"
|
|
3024
|
-
"
|
|
3025
|
-
"
|
|
3026
|
-
"promptDiffSection": "yfS7ra_promptDiffSection",
|
|
3027
|
-
"sourceBlockHeader": "yfS7ra_sourceBlockHeader",
|
|
3028
|
-
"toolCatalogDescription": "yfS7ra_toolCatalogDescription",
|
|
3029
|
-
"kindTagIcon": "yfS7ra_kindTagIcon",
|
|
3030
|
-
"virtualSpacer": "yfS7ra_virtualSpacer",
|
|
3031
|
-
"panelImage": "yfS7ra_panelImage",
|
|
3032
|
-
"assistantToolCallName": "yfS7ra_assistantToolCallName",
|
|
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
|
+
"compactedSummary": "yfS7ra_compactedSummary",
|
|
3045
|
+
"sourceBlockContent": "yfS7ra_sourceBlockContent",
|
|
3046
|
+
"message": "yfS7ra_message",
|
|
3047
|
+
"payloadPreview": "yfS7ra_payloadPreview",
|
|
3044
3048
|
"sourceBlock": "yfS7ra_sourceBlock",
|
|
3045
|
-
"
|
|
3046
|
-
"
|
|
3047
|
-
"
|
|
3048
|
-
"
|
|
3049
|
-
"
|
|
3050
|
-
"
|
|
3051
|
-
"
|
|
3052
|
-
"
|
|
3053
|
-
"tablePane": "yfS7ra_tablePane",
|
|
3054
|
-
"overviewSections": "yfS7ra_overviewSections",
|
|
3049
|
+
"historyLoadingSpinner": "yfS7ra_historyLoadingSpinner",
|
|
3050
|
+
"errorPayload": "yfS7ra_errorPayload",
|
|
3051
|
+
"detailTabs": "yfS7ra_detailTabs",
|
|
3052
|
+
"table": "yfS7ra_table",
|
|
3053
|
+
"sourceBlocks": "yfS7ra_sourceBlocks",
|
|
3054
|
+
"requestDetailsName": "yfS7ra_requestDetailsName",
|
|
3055
|
+
"assistantToolCalls": "yfS7ra_assistantToolCalls",
|
|
3056
|
+
"kindTagLabel": "yfS7ra_kindTagLabel",
|
|
3055
3057
|
"assistantToolCallIcon": "yfS7ra_assistantToolCallIcon",
|
|
3056
|
-
"
|
|
3057
|
-
"
|
|
3058
|
-
"
|
|
3058
|
+
"assistantToolCallArgs": "yfS7ra_assistantToolCallArgs",
|
|
3059
|
+
"selectionRail": "yfS7ra_selectionRail",
|
|
3060
|
+
"toolAmber": "yfS7ra_toolAmber",
|
|
3061
|
+
"turnLabelCompact": "yfS7ra_turnLabelCompact",
|
|
3062
|
+
"systemNeutral": "yfS7ra_systemNeutral",
|
|
3063
|
+
"promptDiff": "yfS7ra_promptDiff",
|
|
3064
|
+
"detailTabActive": "yfS7ra_detailTabActive",
|
|
3065
|
+
"collapsedTurnText": "yfS7ra_collapsedTurnText",
|
|
3066
|
+
"summaryScrollRegion": "yfS7ra_summaryScrollRegion",
|
|
3067
|
+
"detailTab": "yfS7ra_detailTab",
|
|
3059
3068
|
"timestampToggle": "yfS7ra_timestampToggle",
|
|
3060
|
-
"
|
|
3061
|
-
"
|
|
3062
|
-
"kindTagLabel": "yfS7ra_kindTagLabel",
|
|
3063
|
-
"usageHeading": "yfS7ra_usageHeading",
|
|
3064
|
-
"promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
|
|
3065
|
-
"promptDiffLineadded": "yfS7ra_promptDiffLineadded",
|
|
3066
|
-
"detailsResizeHandle": "yfS7ra_detailsResizeHandle",
|
|
3067
|
-
"sourceBlocks": "yfS7ra_sourceBlocks",
|
|
3069
|
+
"toolCatalogIcon": "yfS7ra_toolCatalogIcon",
|
|
3070
|
+
"kindTagIcon": "yfS7ra_kindTagIcon",
|
|
3068
3071
|
"panelImageLinkPreview": "yfS7ra_panelImageLinkPreview",
|
|
3069
|
-
"
|
|
3070
|
-
"
|
|
3071
|
-
"promptDiffTitle": "yfS7ra_promptDiffTitle",
|
|
3072
|
-
"toolCatalogFullDescription": "yfS7ra_toolCatalogFullDescription",
|
|
3073
|
-
"toolCallPayload": "yfS7ra_toolCallPayload",
|
|
3072
|
+
"thinkingQuote": "yfS7ra_thinkingQuote",
|
|
3073
|
+
"assistantToolCallName": "yfS7ra_assistantToolCallName",
|
|
3074
3074
|
"sourceBlockJumpTarget": "yfS7ra_sourceBlockJumpTarget",
|
|
3075
|
-
"
|
|
3076
|
-
"
|
|
3077
|
-
"
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
3080
|
-
"
|
|
3081
|
-
"toolCatalog": "yfS7ra_toolCatalog",
|
|
3082
|
-
"toolCatalogName": "yfS7ra_toolCatalogName",
|
|
3083
|
-
"toolAmber": "yfS7ra_toolAmber",
|
|
3075
|
+
"usageGroup": "yfS7ra_usageGroup",
|
|
3076
|
+
"noOutputText": "yfS7ra_noOutputText",
|
|
3077
|
+
"visuallyHidden": "yfS7ra_visuallyHidden",
|
|
3078
|
+
"historyLoadRow": "yfS7ra_historyLoadRow",
|
|
3079
|
+
"content": "yfS7ra_content",
|
|
3080
|
+
"promptDiffLineadded": "yfS7ra_promptDiffLineadded",
|
|
3084
3081
|
"overviewHierarchyNavLink": "yfS7ra_overviewHierarchyNavLink",
|
|
3082
|
+
"overviewTitleIcon": "yfS7ra_overviewTitleIcon",
|
|
3083
|
+
"schema": "yfS7ra_schema",
|
|
3084
|
+
"sourceBlockHeader": "yfS7ra_sourceBlockHeader",
|
|
3085
|
+
"compacted": "yfS7ra_compacted",
|
|
3086
|
+
"resultPreview": "yfS7ra_resultPreview",
|
|
3087
|
+
"schemaIntro": "yfS7ra_schemaIntro",
|
|
3088
|
+
"assistantToolCallsPreview": "yfS7ra_assistantToolCallsPreview",
|
|
3089
|
+
"schemaDescription": "yfS7ra_schemaDescription",
|
|
3090
|
+
"inlineResult": "yfS7ra_inlineResult",
|
|
3091
|
+
"promptDiffSections": "yfS7ra_promptDiffSections",
|
|
3092
|
+
"overviewPreview": "yfS7ra_overviewPreview",
|
|
3093
|
+
"turnRail": "yfS7ra_turnRail",
|
|
3094
|
+
"thinkingChevron": "yfS7ra_thinkingChevron",
|
|
3095
|
+
"detailBodySummary": "yfS7ra_detailBodySummary",
|
|
3096
|
+
"overviewSection": "yfS7ra_overviewSection",
|
|
3097
|
+
"assistantToolCallText": "yfS7ra_assistantToolCallText",
|
|
3098
|
+
"details": "yfS7ra_details",
|
|
3099
|
+
"overviewParentLinks": "yfS7ra_overviewParentLinks",
|
|
3085
3100
|
"resultBlocks": "yfS7ra_resultBlocks",
|
|
3101
|
+
"panelImage": "yfS7ra_panelImage",
|
|
3102
|
+
"kindSlot": "yfS7ra_kindSlot",
|
|
3103
|
+
"detailsLocation": "yfS7ra_detailsLocation",
|
|
3086
3104
|
"detailBody": "yfS7ra_detailBody",
|
|
3087
|
-
"
|
|
3088
|
-
"
|
|
3089
|
-
"
|
|
3090
|
-
"
|
|
3091
|
-
"toolCatalogTree": "yfS7ra_toolCatalogTree",
|
|
3092
|
-
"turnLabelFull": "yfS7ra_turnLabelFull",
|
|
3093
|
-
"systemNeutral": "yfS7ra_systemNeutral",
|
|
3094
|
-
"detailTabs": "yfS7ra_detailTabs",
|
|
3095
|
-
"schemaIntro": "yfS7ra_schemaIntro",
|
|
3096
|
-
"historyLoadingBar": "yfS7ra_historyLoadingBar",
|
|
3105
|
+
"schemaParameters": "yfS7ra_schemaParameters",
|
|
3106
|
+
"detailsHeader": "yfS7ra_detailsHeader",
|
|
3107
|
+
"eventHeader": "yfS7ra_eventHeader",
|
|
3108
|
+
"overview": "yfS7ra_overview",
|
|
3097
3109
|
"assistantToolCallButton": "yfS7ra_assistantToolCallButton",
|
|
3098
|
-
"
|
|
3110
|
+
"toolCatalogSummary": "yfS7ra_toolCatalogSummary",
|
|
3111
|
+
"assistantVioletBright": "yfS7ra_assistantVioletBright",
|
|
3112
|
+
"markdownPayload": "yfS7ra_markdownPayload",
|
|
3099
3113
|
"resultBlocksPreview": "yfS7ra_resultBlocksPreview",
|
|
3100
|
-
"
|
|
3101
|
-
"
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3105
|
-
"
|
|
3114
|
+
"schemaParametersTitle": "yfS7ra_schemaParametersTitle",
|
|
3115
|
+
"overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight",
|
|
3116
|
+
"turnLabelFull": "yfS7ra_turnLabelFull",
|
|
3117
|
+
"contextGreen": "yfS7ra_contextGreen",
|
|
3118
|
+
"toolCallPayload": "yfS7ra_toolCallPayload",
|
|
3119
|
+
"virtualSpacer": "yfS7ra_virtualSpacer",
|
|
3120
|
+
"toolCatalogFullDescription": "yfS7ra_toolCatalogFullDescription",
|
|
3121
|
+
"toolCatalogName": "yfS7ra_toolCatalogName",
|
|
3122
|
+
"sourceBlockJumpIcon": "yfS7ra_sourceBlockJumpIcon",
|
|
3123
|
+
"promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
|
|
3124
|
+
"requestBoundaryControlActive": "yfS7ra_requestBoundaryControlActive",
|
|
3106
3125
|
"promptDiffLineremoved": "yfS7ra_promptDiffLineremoved",
|
|
3107
|
-
"
|
|
3108
|
-
"
|
|
3109
|
-
"markdownPayload": "yfS7ra_markdownPayload",
|
|
3110
|
-
"error": "yfS7ra_error",
|
|
3111
|
-
"assistantContent": "yfS7ra_assistantContent",
|
|
3112
|
-
"overviewTitle": "yfS7ra_overviewTitle",
|
|
3113
|
-
"thinkingQuote": "yfS7ra_thinkingQuote",
|
|
3114
|
-
"table": "yfS7ra_table",
|
|
3115
|
-
"schema": "yfS7ra_schema",
|
|
3116
|
-
"split": "yfS7ra_split",
|
|
3117
|
-
"inlineResult": "yfS7ra_inlineResult",
|
|
3118
|
-
"selectionRail": "yfS7ra_selectionRail",
|
|
3126
|
+
"usageHeading": "yfS7ra_usageHeading",
|
|
3127
|
+
"historyLoading": "yfS7ra_historyLoading",
|
|
3119
3128
|
"turnLabel": "yfS7ra_turnLabel",
|
|
3120
|
-
"
|
|
3121
|
-
"
|
|
3122
|
-
"
|
|
3123
|
-
"compacted": "yfS7ra_compacted",
|
|
3124
|
-
"requestDetailsDot": "yfS7ra_requestDetailsDot",
|
|
3125
|
-
"close": "yfS7ra_close",
|
|
3129
|
+
"resultRequest": "yfS7ra_resultRequest",
|
|
3130
|
+
"toolCallOnly": "yfS7ra_toolCallOnly",
|
|
3131
|
+
"messageImages": "yfS7ra_messageImages",
|
|
3126
3132
|
"thinkingQuoteOnlyPreview": "yfS7ra_thinkingQuoteOnlyPreview",
|
|
3127
|
-
"
|
|
3133
|
+
"overviewTitle": "yfS7ra_overviewTitle",
|
|
3134
|
+
"schemaName": "yfS7ra_schemaName",
|
|
3135
|
+
"trajectory-table": "yfS7ra_trajectory-table",
|
|
3136
|
+
"close": "yfS7ra_close",
|
|
3137
|
+
"requestTokenDetail": "yfS7ra_requestTokenDetail",
|
|
3138
|
+
"schemaPreview": "yfS7ra_schemaPreview",
|
|
3139
|
+
"messageImagesPreview": "yfS7ra_messageImagesPreview",
|
|
3128
3140
|
"eventColumn": "yfS7ra_eventColumn",
|
|
3129
|
-
"
|
|
3141
|
+
"detailsResizeHandle": "yfS7ra_detailsResizeHandle",
|
|
3142
|
+
"kindTag": "yfS7ra_kindTag",
|
|
3143
|
+
"collapsedTurnContent": "yfS7ra_collapsedTurnContent",
|
|
3144
|
+
"schemaTree": "yfS7ra_schemaTree",
|
|
3145
|
+
"payload": "yfS7ra_payload",
|
|
3146
|
+
"toolCatalog": "yfS7ra_toolCatalog",
|
|
3147
|
+
"toolCatalogItem": "yfS7ra_toolCatalogItem",
|
|
3148
|
+
"toolCatalogChevron": "yfS7ra_toolCatalogChevron",
|
|
3149
|
+
"historyLoadingBar": "yfS7ra_historyLoadingBar",
|
|
3150
|
+
"jsonPreview": "yfS7ra_jsonPreview",
|
|
3151
|
+
"error": "yfS7ra_error",
|
|
3152
|
+
"assistantOutput": "yfS7ra_assistantOutput",
|
|
3153
|
+
"promptDiffTitle": "yfS7ra_promptDiffTitle",
|
|
3154
|
+
"requestDetailsDot": "yfS7ra_requestDetailsDot",
|
|
3155
|
+
"turnLabelActive": "yfS7ra_turnLabelActive",
|
|
3130
3156
|
"contentText": "yfS7ra_contentText",
|
|
3131
|
-
"
|
|
3157
|
+
"toolCatalogTree": "yfS7ra_toolCatalogTree",
|
|
3158
|
+
"promptDiffSection": "yfS7ra_promptDiffSection",
|
|
3159
|
+
"toolCatalogDescription": "yfS7ra_toolCatalogDescription",
|
|
3160
|
+
"collapsedTurnEllipsis": "yfS7ra_collapsedTurnEllipsis",
|
|
3161
|
+
"contentColumn": "yfS7ra_contentColumn",
|
|
3162
|
+
"toolCatalogDefinition": "yfS7ra_toolCatalogDefinition",
|
|
3132
3163
|
"overviewHeading": "yfS7ra_overviewHeading",
|
|
3133
|
-
"
|
|
3134
|
-
"usagePanel": "yfS7ra_usagePanel",
|
|
3135
|
-
"message": "yfS7ra_message",
|
|
3136
|
-
"errorPayload": "yfS7ra_errorPayload",
|
|
3137
|
-
"turnLabelCompact": "yfS7ra_turnLabelCompact",
|
|
3138
|
-
"resultPreview": "yfS7ra_resultPreview",
|
|
3164
|
+
"markdownPreview": "yfS7ra_markdownPreview",
|
|
3139
3165
|
"detailsTitle": "yfS7ra_detailsTitle",
|
|
3140
|
-
"
|
|
3141
|
-
"
|
|
3142
|
-
"overviewSection": "yfS7ra_overviewSection",
|
|
3143
|
-
"requestBoundaryControl": "yfS7ra_requestBoundaryControl",
|
|
3144
|
-
"details": "yfS7ra_details",
|
|
3145
|
-
"detailBodySummary": "yfS7ra_detailBodySummary",
|
|
3146
|
-
"history-loading-spin": "yfS7ra_history-loading-spin",
|
|
3147
|
-
"summaryScrollRegion": "yfS7ra_summaryScrollRegion",
|
|
3148
|
-
"usageGroup": "yfS7ra_usageGroup",
|
|
3149
|
-
"toolCatalogIcon": "yfS7ra_toolCatalogIcon",
|
|
3150
|
-
"kindTag": "yfS7ra_kindTag",
|
|
3151
|
-
"promptDiffLinemeta": "yfS7ra_promptDiffLinemeta",
|
|
3152
|
-
"requestTokenDetail": "yfS7ra_requestTokenDetail",
|
|
3153
|
-
"user": "yfS7ra_user",
|
|
3154
|
-
"collapsedTurnEllipsis": "yfS7ra_collapsedTurnEllipsis",
|
|
3155
|
-
"promptDiff": "yfS7ra_promptDiff",
|
|
3156
|
-
"eventHeader": "yfS7ra_eventHeader",
|
|
3166
|
+
"systemPrompt": "yfS7ra_systemPrompt",
|
|
3167
|
+
"tablePane": "yfS7ra_tablePane",
|
|
3157
3168
|
"jsonPayload": "yfS7ra_jsonPayload",
|
|
3158
|
-
"
|
|
3159
|
-
"
|
|
3160
|
-
"
|
|
3169
|
+
"user": "yfS7ra_user",
|
|
3170
|
+
"toolCallNameTypeface": "yfS7ra_toolCallNameTypeface",
|
|
3171
|
+
"historyLoadButton": "yfS7ra_historyLoadButton",
|
|
3172
|
+
"eventInner": "yfS7ra_eventInner",
|
|
3173
|
+
"overviewSections": "yfS7ra_overviewSections",
|
|
3174
|
+
"assistantContentRendered": "yfS7ra_assistantContentRendered",
|
|
3175
|
+
"noPayload": "yfS7ra_noPayload",
|
|
3176
|
+
"panelImageLink": "yfS7ra_panelImageLink",
|
|
3177
|
+
"split": "yfS7ra_split",
|
|
3178
|
+
"usagePanel": "yfS7ra_usagePanel",
|
|
3179
|
+
"inlineResultText": "yfS7ra_inlineResultText",
|
|
3180
|
+
"requestBoundaryControl": "yfS7ra_requestBoundaryControl",
|
|
3181
|
+
"assistantContent": "yfS7ra_assistantContent",
|
|
3182
|
+
"thinkingToggle": "yfS7ra_thinkingToggle",
|
|
3161
3183
|
"sourceBlockLabel": "yfS7ra_sourceBlockLabel",
|
|
3162
|
-
"
|
|
3163
|
-
"
|
|
3164
|
-
"
|
|
3165
|
-
"
|
|
3166
|
-
"overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight"
|
|
3184
|
+
"subtoolAmber": "yfS7ra_subtoolAmber",
|
|
3185
|
+
"promptDiffLinemeta": "yfS7ra_promptDiffLinemeta",
|
|
3186
|
+
"history-loading-spin": "yfS7ra_history-loading-spin",
|
|
3187
|
+
"event": "yfS7ra_event"
|
|
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
|
-
"inner": "ItN3YG_inner",
|
|
5331
|
-
"controlTrack": "ItN3YG_controlTrack",
|
|
5332
5351
|
"action": "ItN3YG_action",
|
|
5333
|
-
"search": "ItN3YG_search",
|
|
5334
|
-
"searchIcon": "ItN3YG_searchIcon",
|
|
5335
5352
|
"control": "ItN3YG_control",
|
|
5336
|
-
"toggleIcon": "ItN3YG_toggleIcon",
|
|
5337
|
-
"searchInput": "ItN3YG_searchInput",
|
|
5338
5353
|
"actionIcon": "ItN3YG_actionIcon",
|
|
5354
|
+
"searchIcon": "ItN3YG_searchIcon",
|
|
5355
|
+
"toggleIcon": "ItN3YG_toggleIcon",
|
|
5356
|
+
"controlThumb": "ItN3YG_controlThumb",
|
|
5357
|
+
"inner": "ItN3YG_inner",
|
|
5358
|
+
"actions": "ItN3YG_actions",
|
|
5359
|
+
"controlTrack": "ItN3YG_controlTrack",
|
|
5339
5360
|
"root": "ItN3YG_root",
|
|
5361
|
+
"search": "ItN3YG_search",
|
|
5340
5362
|
"toggle": "ItN3YG_toggle",
|
|
5341
|
-
"
|
|
5342
|
-
"controlThumb": "ItN3YG_controlThumb"
|
|
5363
|
+
"searchInput": "ItN3YG_searchInput"
|
|
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 = {
|
|
5602
|
+
"selection": "kwzH6G_selection",
|
|
5603
|
+
"track": "kwzH6G_track",
|
|
5604
|
+
"root": "kwzH6G_root",
|
|
5581
5605
|
"plot": "kwzH6G_plot",
|
|
5606
|
+
"earlierHistory": "kwzH6G_earlierHistory",
|
|
5607
|
+
"turnBoundary": "kwzH6G_turnBoundary",
|
|
5608
|
+
"span": "kwzH6G_span",
|
|
5582
5609
|
"labels": "kwzH6G_labels",
|
|
5583
|
-
"track": "kwzH6G_track",
|
|
5584
5610
|
"empty": "kwzH6G_empty",
|
|
5585
|
-
"turnBoundaries": "kwzH6G_turnBoundaries",
|
|
5586
|
-
"span": "kwzH6G_span",
|
|
5587
|
-
"selection": "kwzH6G_selection",
|
|
5588
5611
|
"selectionEdges": "kwzH6G_selectionEdges",
|
|
5589
|
-
"
|
|
5590
|
-
"
|
|
5591
|
-
"
|
|
5592
|
-
"lanes": "kwzH6G_lanes",
|
|
5593
|
-
"hoverLine": "kwzH6G_hoverLine"
|
|
5612
|
+
"hoverLine": "kwzH6G_hoverLine",
|
|
5613
|
+
"turnBoundaries": "kwzH6G_turnBoundaries",
|
|
5614
|
+
"lanes": "kwzH6G_lanes"
|
|
5594
5615
|
};
|
|
5595
5616
|
//#endregion
|
|
5596
5617
|
//#region src/client/TrajectoryTimeline.tsx
|