@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
|
@@ -2683,8 +2683,8 @@ window.__ModuleLoader__.load({
|
|
|
2683
2683
|
document.head.appendChild(tag);
|
|
2684
2684
|
}
|
|
2685
2685
|
var StatsLine_module_css_default = {
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2686
|
+
"sep": "_EvZDq_sep",
|
|
2687
|
+
"root": "_EvZDq_root"
|
|
2688
2688
|
};
|
|
2689
2689
|
//#endregion
|
|
2690
2690
|
//#region src/client/chat/StatsLine.tsx
|
|
@@ -2873,23 +2873,23 @@ window.__ModuleLoader__.load({
|
|
|
2873
2873
|
document.head.appendChild(tag);
|
|
2874
2874
|
}
|
|
2875
2875
|
var ContextMeter_module_css_default = {
|
|
2876
|
-
"
|
|
2877
|
-
"
|
|
2878
|
-
"trigger": "bloECW_trigger",
|
|
2876
|
+
"colorTools": "bloECW_colorTools",
|
|
2877
|
+
"rows": "bloECW_rows",
|
|
2879
2878
|
"headline": "bloECW_headline",
|
|
2880
|
-
"
|
|
2881
|
-
"
|
|
2882
|
-
"segment": "bloECW_segment",
|
|
2883
|
-
"panel": "bloECW_panel",
|
|
2884
|
-
"colorMessages": "bloECW_colorMessages",
|
|
2879
|
+
"bar": "bloECW_bar",
|
|
2880
|
+
"header": "bloECW_header",
|
|
2885
2881
|
"swatch": "bloECW_swatch",
|
|
2886
|
-
"
|
|
2887
|
-
"colorTools": "bloECW_colorTools",
|
|
2882
|
+
"colorMessages": "bloECW_colorMessages",
|
|
2888
2883
|
"root": "bloECW_root",
|
|
2889
|
-
"
|
|
2884
|
+
"figures": "bloECW_figures",
|
|
2885
|
+
"track": "bloECW_track",
|
|
2886
|
+
"percent": "bloECW_percent",
|
|
2890
2887
|
"colorSystem": "bloECW_colorSystem",
|
|
2891
|
-
"
|
|
2892
|
-
"
|
|
2888
|
+
"panel": "bloECW_panel",
|
|
2889
|
+
"trigger": "bloECW_trigger",
|
|
2890
|
+
"segment": "bloECW_segment",
|
|
2891
|
+
"fill": "bloECW_fill",
|
|
2892
|
+
"row": "bloECW_row"
|
|
2893
2893
|
};
|
|
2894
2894
|
//#endregion
|
|
2895
2895
|
//#region src/client/skeleton/ContextMeter.tsx
|
|
@@ -3062,10 +3062,10 @@ window.__ModuleLoader__.load({
|
|
|
3062
3062
|
}
|
|
3063
3063
|
var PermissionSelect_module_css_default = {
|
|
3064
3064
|
"trigger": "UJ7tKa_trigger",
|
|
3065
|
-
"
|
|
3066
|
-
"triggerIcon": "UJ7tKa_triggerIcon",
|
|
3065
|
+
"triggerLabel": "UJ7tKa_triggerLabel",
|
|
3067
3066
|
"chevron": "UJ7tKa_chevron",
|
|
3068
|
-
"
|
|
3067
|
+
"chevronOpen": "UJ7tKa_chevronOpen",
|
|
3068
|
+
"triggerIcon": "UJ7tKa_triggerIcon"
|
|
3069
3069
|
};
|
|
3070
3070
|
//#endregion
|
|
3071
3071
|
//#region src/client/skeleton/PermissionSelect.tsx
|
|
@@ -3299,37 +3299,37 @@ window.__ModuleLoader__.load({
|
|
|
3299
3299
|
document.head.appendChild(tag);
|
|
3300
3300
|
}
|
|
3301
3301
|
var InputBar_module_css_default = {
|
|
3302
|
+
"root": "QdFsVG_root",
|
|
3303
|
+
"attachments": "QdFsVG_attachments",
|
|
3304
|
+
"mirror": "QdFsVG_mirror",
|
|
3305
|
+
"backdrop": "QdFsVG_backdrop",
|
|
3306
|
+
"grow": "QdFsVG_grow",
|
|
3302
3307
|
"noticeError": "QdFsVG_noticeError",
|
|
3308
|
+
"input-pending": "QdFsVG_input-pending",
|
|
3303
3309
|
"chipLabel": "QdFsVG_chipLabel",
|
|
3304
|
-
"
|
|
3310
|
+
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3311
|
+
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3305
3312
|
"hint": "QdFsVG_hint",
|
|
3306
3313
|
"add": "QdFsVG_add",
|
|
3307
|
-
"backdrop": "QdFsVG_backdrop",
|
|
3308
|
-
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3309
|
-
"mirror": "QdFsVG_mirror",
|
|
3310
|
-
"accessory": "QdFsVG_accessory",
|
|
3311
|
-
"root": "QdFsVG_root",
|
|
3312
|
-
"modes": "QdFsVG_modes",
|
|
3313
|
-
"retry": "QdFsVG_retry",
|
|
3314
|
-
"primary": "QdFsVG_primary",
|
|
3315
|
-
"hlSegment": "QdFsVG_hlSegment",
|
|
3316
|
-
"grow": "QdFsVG_grow",
|
|
3317
|
-
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3318
3314
|
"input": "QdFsVG_input",
|
|
3319
3315
|
"pending": "QdFsVG_pending",
|
|
3320
|
-
"
|
|
3321
|
-
"
|
|
3322
|
-
"
|
|
3316
|
+
"textRef": "QdFsVG_textRef",
|
|
3317
|
+
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3318
|
+
"primary": "QdFsVG_primary",
|
|
3323
3319
|
"scroll": "QdFsVG_scroll",
|
|
3320
|
+
"card": "QdFsVG_card",
|
|
3324
3321
|
"hlToken": "QdFsVG_hlToken",
|
|
3325
|
-
"
|
|
3322
|
+
"hlSegment": "QdFsVG_hlSegment",
|
|
3323
|
+
"notice": "QdFsVG_notice",
|
|
3324
|
+
"accessory": "QdFsVG_accessory",
|
|
3325
|
+
"modes": "QdFsVG_modes",
|
|
3326
|
+
"select": "QdFsVG_select",
|
|
3326
3327
|
"hero": "QdFsVG_hero",
|
|
3327
|
-
"
|
|
3328
|
-
"tools": "QdFsVG_tools",
|
|
3329
|
-
"textRef": "QdFsVG_textRef",
|
|
3328
|
+
"retry": "QdFsVG_retry",
|
|
3330
3329
|
"row": "QdFsVG_row",
|
|
3331
|
-
"
|
|
3332
|
-
"
|
|
3330
|
+
"tools": "QdFsVG_tools",
|
|
3331
|
+
"trailing": "QdFsVG_trailing",
|
|
3332
|
+
"chip": "QdFsVG_chip"
|
|
3333
3333
|
};
|
|
3334
3334
|
//#endregion
|
|
3335
3335
|
//#region src/client/skeleton/InputBar.tsx
|
|
@@ -3980,11 +3980,11 @@ window.__ModuleLoader__.load({
|
|
|
3980
3980
|
document.head.appendChild(tag);
|
|
3981
3981
|
}
|
|
3982
3982
|
var EnterBehaviorRow_module_css_default = {
|
|
3983
|
-
"rowText": "ssSNSa_rowText",
|
|
3984
3983
|
"row": "ssSNSa_row",
|
|
3984
|
+
"rowText": "ssSNSa_rowText",
|
|
3985
3985
|
"title": "ssSNSa_title",
|
|
3986
|
-
"desc": "ssSNSa_desc",
|
|
3987
3986
|
"selector": "ssSNSa_selector",
|
|
3987
|
+
"desc": "ssSNSa_desc",
|
|
3988
3988
|
"chevron": "ssSNSa_chevron"
|
|
3989
3989
|
};
|
|
3990
3990
|
//#endregion
|
|
@@ -4058,33 +4058,33 @@ window.__ModuleLoader__.load({
|
|
|
4058
4058
|
document.head.appendChild(tag);
|
|
4059
4059
|
}
|
|
4060
4060
|
var MessageItem_module_css_default = {
|
|
4061
|
-
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4062
|
-
"bubble": "DuLIaW_bubble",
|
|
4063
|
-
"retryText": "DuLIaW_retryText",
|
|
4064
|
-
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4065
|
-
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4066
|
-
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4067
|
-
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4068
|
-
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4069
|
-
"compactionRow": "DuLIaW_compactionRow",
|
|
4070
|
-
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4071
|
-
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4072
|
-
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4073
|
-
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4074
|
-
"compactionButton": "DuLIaW_compactionButton",
|
|
4075
4061
|
"refChip": "DuLIaW_refChip",
|
|
4076
|
-
"
|
|
4062
|
+
"userStack": "DuLIaW_userStack",
|
|
4063
|
+
"userRow": "DuLIaW_userRow",
|
|
4064
|
+
"compactionButton": "DuLIaW_compactionButton",
|
|
4077
4065
|
"compactionSep": "DuLIaW_compactionSep",
|
|
4078
|
-
"
|
|
4079
|
-
"
|
|
4080
|
-
"
|
|
4066
|
+
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4067
|
+
"bubble": "DuLIaW_bubble",
|
|
4068
|
+
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4069
|
+
"compactionRow": "DuLIaW_compactionRow",
|
|
4081
4070
|
"retryDetails": "DuLIaW_retryDetails",
|
|
4082
|
-
"userRow": "DuLIaW_userRow",
|
|
4083
|
-
"userStack": "DuLIaW_userStack",
|
|
4084
4071
|
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4085
|
-
"
|
|
4072
|
+
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4073
|
+
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4074
|
+
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4086
4075
|
"contextRow": "DuLIaW_contextRow",
|
|
4087
|
-
"
|
|
4076
|
+
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4077
|
+
"retryRow": "DuLIaW_retryRow",
|
|
4078
|
+
"retrySummary": "DuLIaW_retrySummary",
|
|
4079
|
+
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4080
|
+
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4081
|
+
"retryText": "DuLIaW_retryText",
|
|
4082
|
+
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4083
|
+
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4084
|
+
"compactionBody": "DuLIaW_compactionBody",
|
|
4085
|
+
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4086
|
+
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4087
|
+
"maxTokensTitle": "DuLIaW_maxTokensTitle"
|
|
4088
4088
|
};
|
|
4089
4089
|
//#endregion
|
|
4090
4090
|
//#region src/client/chat/CompactionItem.tsx
|
|
@@ -4156,29 +4156,29 @@ window.__ModuleLoader__.load({
|
|
|
4156
4156
|
document.head.appendChild(tag);
|
|
4157
4157
|
}
|
|
4158
4158
|
var ContextBody_module_css_default = {
|
|
4159
|
+
"entry": "mBNGpa_entry",
|
|
4160
|
+
"entryDescription": "mBNGpa_entryDescription",
|
|
4161
|
+
"sectionName": "mBNGpa_sectionName",
|
|
4159
4162
|
"recall": "mBNGpa_recall",
|
|
4160
|
-
"
|
|
4161
|
-
"
|
|
4162
|
-
"
|
|
4163
|
-
"
|
|
4163
|
+
"recalls": "mBNGpa_recalls",
|
|
4164
|
+
"fieldValue": "mBNGpa_fieldValue",
|
|
4165
|
+
"entries": "mBNGpa_entries",
|
|
4166
|
+
"sections": "mBNGpa_sections",
|
|
4167
|
+
"fieldKey": "mBNGpa_fieldKey",
|
|
4164
4168
|
"files": "mBNGpa_files",
|
|
4165
4169
|
"relaySender": "mBNGpa_relaySender",
|
|
4170
|
+
"recallCounts": "mBNGpa_recallCounts",
|
|
4166
4171
|
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4172
|
+
"filePath": "mBNGpa_filePath",
|
|
4167
4173
|
"section": "mBNGpa_section",
|
|
4168
|
-
"recalls": "mBNGpa_recalls",
|
|
4169
|
-
"entry": "mBNGpa_entry",
|
|
4170
|
-
"entryDescription": "mBNGpa_entryDescription",
|
|
4171
4174
|
"fields": "mBNGpa_fields",
|
|
4172
|
-
"
|
|
4173
|
-
"filePath": "mBNGpa_filePath",
|
|
4174
|
-
"fieldValue": "mBNGpa_fieldValue",
|
|
4175
|
-
"text": "mBNGpa_text",
|
|
4175
|
+
"fileAction": "mBNGpa_fileAction",
|
|
4176
4176
|
"recallLabel": "mBNGpa_recallLabel",
|
|
4177
|
-
"
|
|
4178
|
-
"
|
|
4179
|
-
"
|
|
4180
|
-
"
|
|
4181
|
-
"
|
|
4177
|
+
"sectionText": "mBNGpa_sectionText",
|
|
4178
|
+
"field": "mBNGpa_field",
|
|
4179
|
+
"entryName": "mBNGpa_entryName",
|
|
4180
|
+
"file": "mBNGpa_file",
|
|
4181
|
+
"text": "mBNGpa_text"
|
|
4182
4182
|
};
|
|
4183
4183
|
//#endregion
|
|
4184
4184
|
//#region src/client/chat/ContextBody.tsx
|
|
@@ -4713,11 +4713,11 @@ window.__ModuleLoader__.load({
|
|
|
4713
4713
|
document.head.appendChild(tag);
|
|
4714
4714
|
}
|
|
4715
4715
|
var ContextInjectionRow_module_css_default = {
|
|
4716
|
-
"sep": "BCt95a_sep",
|
|
4717
4716
|
"source": "BCt95a_source",
|
|
4718
|
-
"root": "BCt95a_root",
|
|
4719
|
-
"chevron": "BCt95a_chevron",
|
|
4720
4717
|
"summary": "BCt95a_summary",
|
|
4718
|
+
"chevron": "BCt95a_chevron",
|
|
4719
|
+
"root": "BCt95a_root",
|
|
4720
|
+
"sep": "BCt95a_sep",
|
|
4721
4721
|
"body": "BCt95a_body"
|
|
4722
4722
|
};
|
|
4723
4723
|
//#endregion
|
|
@@ -4815,8 +4815,8 @@ window.__ModuleLoader__.load({
|
|
|
4815
4815
|
var MessageIconActions_module_css_default = {
|
|
4816
4816
|
"timeEnd": "vWo8Ba_timeEnd",
|
|
4817
4817
|
"timeStart": "vWo8Ba_timeStart",
|
|
4818
|
-
"action": "vWo8Ba_action",
|
|
4819
4818
|
"runTimeDot": "vWo8Ba_runTimeDot",
|
|
4819
|
+
"action": "vWo8Ba_action",
|
|
4820
4820
|
"actions": "vWo8Ba_actions",
|
|
4821
4821
|
"visuallyHidden": "vWo8Ba_visuallyHidden"
|
|
4822
4822
|
};
|
|
@@ -5211,19 +5211,19 @@ window.__ModuleLoader__.load({
|
|
|
5211
5211
|
document.head.appendChild(tag);
|
|
5212
5212
|
}
|
|
5213
5213
|
var ChatView_module_css_default = {
|
|
5214
|
+
"root": "rzfPEq_root",
|
|
5214
5215
|
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5215
|
-
"
|
|
5216
|
-
"
|
|
5217
|
-
"turnStatus": "rzfPEq_turnStatus",
|
|
5216
|
+
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5217
|
+
"hint": "rzfPEq_hint",
|
|
5218
5218
|
"scroll": "rzfPEq_scroll",
|
|
5219
|
+
"turnStatus": "rzfPEq_turnStatus",
|
|
5220
|
+
"callRow": "rzfPEq_callRow",
|
|
5219
5221
|
"column": "rzfPEq_column",
|
|
5220
|
-
"root": "rzfPEq_root",
|
|
5221
|
-
"flowItem": "rzfPEq_flowItem",
|
|
5222
5222
|
"turnStatusClock": "rzfPEq_turnStatusClock",
|
|
5223
|
-
"
|
|
5224
|
-
"hint": "rzfPEq_hint",
|
|
5223
|
+
"flowItem": "rzfPEq_flowItem",
|
|
5225
5224
|
"openError": "rzfPEq_openError",
|
|
5226
|
-
"older": "rzfPEq_older"
|
|
5225
|
+
"older": "rzfPEq_older",
|
|
5226
|
+
"toBottom": "rzfPEq_toBottom"
|
|
5227
5227
|
};
|
|
5228
5228
|
//#endregion
|
|
5229
5229
|
//#region src/client/chat/ChatNodeSeat.tsx
|
|
@@ -5700,15 +5700,15 @@ window.__ModuleLoader__.load({
|
|
|
5700
5700
|
document.head.appendChild(tag);
|
|
5701
5701
|
}
|
|
5702
5702
|
var ApprovalPanel_module_css_default = {
|
|
5703
|
-
"command": "HtARWq_command",
|
|
5704
|
-
"strip": "HtARWq_strip",
|
|
5705
5703
|
"card": "HtARWq_card",
|
|
5706
|
-
"
|
|
5707
|
-
"root": "HtARWq_root",
|
|
5704
|
+
"body": "HtARWq_body",
|
|
5708
5705
|
"headline": "HtARWq_headline",
|
|
5706
|
+
"command": "HtARWq_command",
|
|
5709
5707
|
"dot": "HtARWq_dot",
|
|
5708
|
+
"actionRow": "HtARWq_actionRow",
|
|
5709
|
+
"strip": "HtARWq_strip",
|
|
5710
5710
|
"reject": "HtARWq_reject",
|
|
5711
|
-
"
|
|
5711
|
+
"root": "HtARWq_root"
|
|
5712
5712
|
};
|
|
5713
5713
|
//#endregion
|
|
5714
5714
|
//#region src/client/skeleton/ApprovalPanel.tsx
|
|
@@ -6147,21 +6147,21 @@ window.__ModuleLoader__.load({
|
|
|
6147
6147
|
document.head.appendChild(tag);
|
|
6148
6148
|
}
|
|
6149
6149
|
var TodoPanel_module_css_default = {
|
|
6150
|
-
"
|
|
6151
|
-
"lead": "_S9Ibq_lead",
|
|
6152
|
-
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6153
|
-
"body": "_S9Ibq_body",
|
|
6154
|
-
"item": "_S9Ibq_item",
|
|
6155
|
-
"glyphPending": "_S9Ibq_glyphPending",
|
|
6156
|
-
"chevron": "_S9Ibq_chevron",
|
|
6150
|
+
"root": "_S9Ibq_root",
|
|
6157
6151
|
"title": "_S9Ibq_title",
|
|
6158
6152
|
"progress": "_S9Ibq_progress",
|
|
6159
|
-
"
|
|
6160
|
-
"
|
|
6161
|
-
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6153
|
+
"item": "_S9Ibq_item",
|
|
6154
|
+
"glyphPending": "_S9Ibq_glyphPending",
|
|
6162
6155
|
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6156
|
+
"body": "_S9Ibq_body",
|
|
6157
|
+
"lead": "_S9Ibq_lead",
|
|
6158
|
+
"content": "_S9Ibq_content",
|
|
6163
6159
|
"header": "_S9Ibq_header",
|
|
6164
|
-
"
|
|
6160
|
+
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6161
|
+
"list": "_S9Ibq_list",
|
|
6162
|
+
"chevron": "_S9Ibq_chevron",
|
|
6163
|
+
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6164
|
+
"glyph": "_S9Ibq_glyph"
|
|
6165
6165
|
};
|
|
6166
6166
|
//#endregion
|
|
6167
6167
|
//#region src/client/skeleton/TodoPanel.tsx
|
|
@@ -6355,18 +6355,18 @@ window.__ModuleLoader__.load({
|
|
|
6355
6355
|
document.head.appendChild(tag);
|
|
6356
6356
|
}
|
|
6357
6357
|
var QueueDock_module_css_default = {
|
|
6358
|
+
"action": "u7UfBG_action",
|
|
6359
|
+
"chevron": "u7UfBG_chevron",
|
|
6360
|
+
"preview": "u7UfBG_preview",
|
|
6358
6361
|
"dock": "u7UfBG_dock",
|
|
6362
|
+
"panel": "u7UfBG_panel",
|
|
6359
6363
|
"header": "u7UfBG_header",
|
|
6360
6364
|
"editor": "u7UfBG_editor",
|
|
6361
|
-
"count": "u7UfBG_count",
|
|
6362
|
-
"chevron": "u7UfBG_chevron",
|
|
6363
6365
|
"row": "u7UfBG_row",
|
|
6364
|
-
"
|
|
6365
|
-
"action": "u7UfBG_action",
|
|
6366
|
-
"panel": "u7UfBG_panel",
|
|
6366
|
+
"count": "u7UfBG_count",
|
|
6367
6367
|
"lead": "u7UfBG_lead",
|
|
6368
|
-
"
|
|
6369
|
-
"
|
|
6368
|
+
"actions": "u7UfBG_actions",
|
|
6369
|
+
"list": "u7UfBG_list"
|
|
6370
6370
|
};
|
|
6371
6371
|
//#endregion
|
|
6372
6372
|
//#region src/client/queue/QueueDock.tsx
|
|
@@ -6624,23 +6624,23 @@ window.__ModuleLoader__.load({
|
|
|
6624
6624
|
document.head.appendChild(tag);
|
|
6625
6625
|
}
|
|
6626
6626
|
var HeroShell_module_css_default = {
|
|
6627
|
-
"
|
|
6628
|
-
"
|
|
6629
|
-
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6630
|
-
"modalAction": "W1fuRW_modalAction",
|
|
6631
|
-
"stack": "W1fuRW_stack",
|
|
6627
|
+
"root": "W1fuRW_root",
|
|
6628
|
+
"previewBadge": "W1fuRW_previewBadge",
|
|
6632
6629
|
"markHitbox": "W1fuRW_markHitbox",
|
|
6633
|
-
"
|
|
6630
|
+
"headlineText": "W1fuRW_headlineText",
|
|
6631
|
+
"mark": "W1fuRW_mark",
|
|
6634
6632
|
"workspace": "W1fuRW_workspace",
|
|
6633
|
+
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6635
6634
|
"folder": "W1fuRW_folder",
|
|
6636
|
-
"
|
|
6637
|
-
"
|
|
6638
|
-
"modalError": "W1fuRW_modalError",
|
|
6635
|
+
"hero-mark-nudge": "W1fuRW_hero-mark-nudge",
|
|
6636
|
+
"stack": "W1fuRW_stack",
|
|
6639
6637
|
"chevron": "W1fuRW_chevron",
|
|
6640
|
-
"
|
|
6638
|
+
"headline": "W1fuRW_headline",
|
|
6639
|
+
"modalAction": "W1fuRW_modalAction",
|
|
6640
|
+
"body": "W1fuRW_body",
|
|
6641
6641
|
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6642
|
-
"
|
|
6643
|
-
"
|
|
6642
|
+
"modalInput": "W1fuRW_modalInput",
|
|
6643
|
+
"modalError": "W1fuRW_modalError"
|
|
6644
6644
|
};
|
|
6645
6645
|
//#endregion
|
|
6646
6646
|
//#region src/client/skeleton/EmptyHero.tsx
|
|
@@ -6790,28 +6790,28 @@ window.__ModuleLoader__.load({
|
|
|
6790
6790
|
document.head.appendChild(tag);
|
|
6791
6791
|
}
|
|
6792
6792
|
var ConversationRoot_module_css_default = {
|
|
6793
|
-
"titleRow": "MBmynq_titleRow",
|
|
6794
|
-
"titleCluster": "MBmynq_titleCluster",
|
|
6795
|
-
"composerStack": "MBmynq_composerStack",
|
|
6796
|
-
"headerHidden": "MBmynq_headerHidden",
|
|
6797
|
-
"root": "MBmynq_root",
|
|
6798
|
-
"crumb": "MBmynq_crumb",
|
|
6799
|
-
"crumbSeg": "MBmynq_crumbSeg",
|
|
6800
|
-
"tabs": "MBmynq_tabs",
|
|
6801
6793
|
"tab": "MBmynq_tab",
|
|
6802
|
-
"heroGlow": "MBmynq_heroGlow",
|
|
6803
|
-
"crumbs": "MBmynq_crumbs",
|
|
6804
|
-
"scrollBody": "MBmynq_scrollBody",
|
|
6805
6794
|
"header": "MBmynq_header",
|
|
6795
|
+
"titleRow": "MBmynq_titleRow",
|
|
6796
|
+
"composerSeat": "MBmynq_composerSeat",
|
|
6797
|
+
"root": "MBmynq_root",
|
|
6806
6798
|
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
6807
|
-
"
|
|
6808
|
-
"viewArea": "MBmynq_viewArea",
|
|
6799
|
+
"heroGlow": "MBmynq_heroGlow",
|
|
6809
6800
|
"tabActive": "MBmynq_tabActive",
|
|
6810
|
-
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
6811
6801
|
"crumbSep": "MBmynq_crumbSep",
|
|
6802
|
+
"crumb": "MBmynq_crumb",
|
|
6803
|
+
"titleCluster": "MBmynq_titleCluster",
|
|
6804
|
+
"viewArea": "MBmynq_viewArea",
|
|
6805
|
+
"scrollBody": "MBmynq_scrollBody",
|
|
6806
|
+
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
6807
|
+
"crumbs": "MBmynq_crumbs",
|
|
6808
|
+
"crumbSeg": "MBmynq_crumbSeg",
|
|
6809
|
+
"headerActions": "MBmynq_headerActions",
|
|
6810
|
+
"composerStack": "MBmynq_composerStack",
|
|
6812
6811
|
"composerHero": "MBmynq_composerHero",
|
|
6813
6812
|
"headerUtilities": "MBmynq_headerUtilities",
|
|
6814
|
-
"
|
|
6813
|
+
"tabs": "MBmynq_tabs",
|
|
6814
|
+
"headerHidden": "MBmynq_headerHidden"
|
|
6815
6815
|
};
|
|
6816
6816
|
//#endregion
|
|
6817
6817
|
//#region src/client/skeleton/ConversationRoot.tsx
|
|
@@ -7087,15 +7087,15 @@ window.__ModuleLoader__.load({
|
|
|
7087
7087
|
document.head.appendChild(tag);
|
|
7088
7088
|
}
|
|
7089
7089
|
var DetailsPanel_module_css_default = {
|
|
7090
|
+
"header": "H9rWiW_header",
|
|
7091
|
+
"sectionLabel": "H9rWiW_sectionLabel",
|
|
7090
7092
|
"root": "H9rWiW_root",
|
|
7093
|
+
"empty": "H9rWiW_empty",
|
|
7091
7094
|
"code": "H9rWiW_code",
|
|
7092
|
-
"close": "H9rWiW_close",
|
|
7093
7095
|
"title": "H9rWiW_title",
|
|
7094
|
-
"
|
|
7096
|
+
"close": "H9rWiW_close",
|
|
7095
7097
|
"body": "H9rWiW_body",
|
|
7096
|
-
"
|
|
7097
|
-
"sectionLabel": "H9rWiW_sectionLabel",
|
|
7098
|
-
"header": "H9rWiW_header"
|
|
7098
|
+
"section": "H9rWiW_section"
|
|
7099
7099
|
};
|
|
7100
7100
|
//#endregion
|
|
7101
7101
|
//#region src/client/skeleton/DetailsPanel.tsx
|
|
@@ -8940,14 +8940,14 @@ window.__ModuleLoader__.load({
|
|
|
8940
8940
|
document.head.appendChild(tag);
|
|
8941
8941
|
}
|
|
8942
8942
|
var ReasoningRow_module_css_default = {
|
|
8943
|
-
"
|
|
8944
|
-
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
8945
|
-
"chevron": "dc9yZG_chevron",
|
|
8943
|
+
"separator": "dc9yZG_separator",
|
|
8946
8944
|
"root": "dc9yZG_root",
|
|
8947
8945
|
"thinkBody": "dc9yZG_thinkBody",
|
|
8948
|
-
"
|
|
8946
|
+
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
8947
|
+
"chevron": "dc9yZG_chevron",
|
|
8949
8948
|
"title": "dc9yZG_title",
|
|
8950
|
-
"
|
|
8949
|
+
"row": "dc9yZG_row",
|
|
8950
|
+
"summary": "dc9yZG_summary",
|
|
8951
8951
|
"leading": "dc9yZG_leading"
|
|
8952
8952
|
};
|
|
8953
8953
|
//#endregion
|
|
@@ -9035,8 +9035,8 @@ window.__ModuleLoader__.load({
|
|
|
9035
9035
|
var AssistantMarkdown_module_css_default = {
|
|
9036
9036
|
"root": "wAd5ea_root",
|
|
9037
9037
|
"body": "wAd5ea_body",
|
|
9038
|
-
"
|
|
9039
|
-
"
|
|
9038
|
+
"actions": "wAd5ea_actions",
|
|
9039
|
+
"stopped": "wAd5ea_stopped"
|
|
9040
9040
|
};
|
|
9041
9041
|
//#endregion
|
|
9042
9042
|
//#region src/client/chat/AssistantMarkdown.tsx
|
|
@@ -9149,14 +9149,14 @@ window.__ModuleLoader__.load({
|
|
|
9149
9149
|
document.head.appendChild(tag);
|
|
9150
9150
|
}
|
|
9151
9151
|
var GenericCommandCard_module_css_default = {
|
|
9152
|
-
"
|
|
9152
|
+
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9153
9153
|
"leading": "Ga_JSG_leading",
|
|
9154
|
+
"summary": "Ga_JSG_summary",
|
|
9154
9155
|
"row": "Ga_JSG_row",
|
|
9155
9156
|
"separator": "Ga_JSG_separator",
|
|
9157
|
+
"chevron": "Ga_JSG_chevron",
|
|
9156
9158
|
"title": "Ga_JSG_title",
|
|
9157
9159
|
"root": "Ga_JSG_root",
|
|
9158
|
-
"chevron": "Ga_JSG_chevron",
|
|
9159
|
-
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9160
9160
|
"body": "Ga_JSG_body"
|
|
9161
9161
|
};
|
|
9162
9162
|
//#endregion
|
|
@@ -9292,8 +9292,8 @@ window.__ModuleLoader__.load({
|
|
|
9292
9292
|
document.head.appendChild(tag);
|
|
9293
9293
|
}
|
|
9294
9294
|
var TurnTailNodeView_module_css_default = {
|
|
9295
|
-
"
|
|
9296
|
-
"
|
|
9295
|
+
"root": "iH5gSa_root",
|
|
9296
|
+
"actions": "iH5gSa_actions"
|
|
9297
9297
|
};
|
|
9298
9298
|
//#endregion
|
|
9299
9299
|
//#region src/client/chat/TurnTailNodeView.tsx
|
|
@@ -168,13 +168,13 @@ window.__ModuleLoader__.load({
|
|
|
168
168
|
}
|
|
169
169
|
var ProducedFiles_module_css_default = {
|
|
170
170
|
"root": "LKrWRG_root",
|
|
171
|
-
"label": "LKrWRG_label",
|
|
172
171
|
"file": "LKrWRG_file",
|
|
173
|
-
"
|
|
174
|
-
"row": "LKrWRG_row",
|
|
175
|
-
"measure": "LKrWRG_measure",
|
|
172
|
+
"label": "LKrWRG_label",
|
|
176
173
|
"more": "LKrWRG_more",
|
|
177
|
-
"
|
|
174
|
+
"row": "LKrWRG_row",
|
|
175
|
+
"showFolder": "LKrWRG_showFolder",
|
|
176
|
+
"probe": "LKrWRG_probe",
|
|
177
|
+
"measure": "LKrWRG_measure"
|
|
178
178
|
};
|
|
179
179
|
//#endregion
|
|
180
180
|
//#region src/client/ProducedFiles.tsx
|
|
@@ -34,43 +34,43 @@ window.__ModuleLoader__.load({
|
|
|
34
34
|
document.head.appendChild(tag);
|
|
35
35
|
}
|
|
36
36
|
var DirectoryBrowser_module_css_default = {
|
|
37
|
-
"crumbSeat": "eriWnG_crumbSeat",
|
|
38
|
-
"divider": "eriWnG_divider",
|
|
39
|
-
"crumbEditZone": "eriWnG_crumbEditZone",
|
|
40
|
-
"rowSeat": "eriWnG_rowSeat",
|
|
41
|
-
"loadingFloat": "eriWnG_loadingFloat",
|
|
42
|
-
"createBody": "eriWnG_createBody",
|
|
43
37
|
"rowIcon": "eriWnG_rowIcon",
|
|
44
|
-
"crumbEditGlyph": "eriWnG_crumbEditGlyph",
|
|
45
|
-
"pathInput": "eriWnG_pathInput",
|
|
46
|
-
"createTitle": "eriWnG_createTitle",
|
|
47
|
-
"dialog": "eriWnG_dialog",
|
|
48
|
-
"footerGap": "eriWnG_footerGap",
|
|
49
38
|
"createInput": "eriWnG_createInput",
|
|
50
|
-
"
|
|
39
|
+
"error": "eriWnG_error",
|
|
40
|
+
"header": "eriWnG_header",
|
|
41
|
+
"createTitle": "eriWnG_createTitle",
|
|
42
|
+
"crumbSeat": "eriWnG_crumbSeat",
|
|
43
|
+
"crumbEditGlyph": "eriWnG_crumbEditGlyph",
|
|
51
44
|
"rowName": "eriWnG_rowName",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
45
|
+
"loadingFloat": "eriWnG_loadingFloat",
|
|
46
|
+
"rowSeat": "eriWnG_rowSeat",
|
|
47
|
+
"rowIconSelected": "eriWnG_rowIconSelected",
|
|
48
|
+
"row": "eriWnG_row",
|
|
49
|
+
"showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
|
|
54
50
|
"title": "eriWnG_title",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
51
|
+
"crumbTrail": "eriWnG_crumbTrail",
|
|
52
|
+
"editorScope": "eriWnG_editorScope",
|
|
53
|
+
"crumbBar": "eriWnG_crumbBar",
|
|
54
|
+
"rowChevron": "eriWnG_rowChevron",
|
|
57
55
|
"content": "eriWnG_content",
|
|
58
56
|
"showHiddenToggle": "eriWnG_showHiddenToggle",
|
|
59
57
|
"footerAction": "eriWnG_footerAction",
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
58
|
+
"status": "eriWnG_status",
|
|
59
|
+
"column": "eriWnG_column",
|
|
60
|
+
"crumbChevron": "eriWnG_crumbChevron",
|
|
61
|
+
"crumbEditZone": "eriWnG_crumbEditZone",
|
|
62
|
+
"createDialog": "eriWnG_createDialog",
|
|
63
|
+
"crumb": "eriWnG_crumb",
|
|
64
|
+
"footerGap": "eriWnG_footerGap",
|
|
65
|
+
"pathInput": "eriWnG_pathInput",
|
|
66
|
+
"footerBar": "eriWnG_footerBar",
|
|
67
|
+
"millerRow": "eriWnG_millerRow",
|
|
68
|
+
"dialog": "eriWnG_dialog",
|
|
69
|
+
"divider": "eriWnG_divider",
|
|
65
70
|
"rowSelected": "eriWnG_rowSelected",
|
|
66
71
|
"createIn": "eriWnG_createIn",
|
|
67
|
-
"millerRow": "eriWnG_millerRow",
|
|
68
|
-
"crumb": "eriWnG_crumb",
|
|
69
72
|
"createActions": "eriWnG_createActions",
|
|
70
|
-
"
|
|
71
|
-
"crumbTrail": "eriWnG_crumbTrail",
|
|
72
|
-
"showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
|
|
73
|
-
"column": "eriWnG_column"
|
|
73
|
+
"createBody": "eriWnG_createBody"
|
|
74
74
|
};
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region src/client/DirectoryBrowser.tsx
|
|
@@ -18,15 +18,15 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var GoalBar_module_css_default = {
|
|
21
|
-
"objectiveInput": "loP2MG_objectiveInput",
|
|
22
|
-
"label": "loP2MG_label",
|
|
23
|
-
"bar": "loP2MG_bar",
|
|
24
21
|
"actions": "loP2MG_actions",
|
|
25
|
-
"error": "loP2MG_error",
|
|
26
22
|
"dock": "loP2MG_dock",
|
|
27
23
|
"goalGlyph": "loP2MG_goalGlyph",
|
|
28
24
|
"objective": "loP2MG_objective",
|
|
29
|
-
"
|
|
25
|
+
"error": "loP2MG_error",
|
|
26
|
+
"label": "loP2MG_label",
|
|
27
|
+
"iconBtn": "loP2MG_iconBtn",
|
|
28
|
+
"bar": "loP2MG_bar",
|
|
29
|
+
"objectiveInput": "loP2MG_objectiveInput"
|
|
30
30
|
};
|
|
31
31
|
//#endregion
|
|
32
32
|
//#region src/client/GoalBar.tsx
|
|
@@ -261,9 +261,9 @@ window.__ModuleLoader__.load({
|
|
|
261
261
|
document.head.appendChild(tag);
|
|
262
262
|
}
|
|
263
263
|
var GoalCommandInputView_module_css_default = {
|
|
264
|
-
"
|
|
264
|
+
"bubble": "GzeMcW_bubble",
|
|
265
265
|
"stack": "GzeMcW_stack",
|
|
266
|
-
"
|
|
266
|
+
"row": "GzeMcW_row"
|
|
267
267
|
};
|
|
268
268
|
//#endregion
|
|
269
269
|
//#region src/client/GoalCommandInputView.tsx
|