@xrkseek/harness-cli 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/commands/restart.d.ts +3 -0
- package/dist/commands/restart.d.ts.map +1 -0
- package/dist/commands/restart.js +32 -0
- package/dist/commands/restart.js.map +1 -0
- package/dist/commands/serve.d.ts.map +1 -1
- package/dist/commands/serve.js +19 -11
- package/dist/commands/serve.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/log.d.ts +19 -0
- package/dist/log.d.ts.map +1 -0
- package/dist/log.js +52 -0
- package/dist/log.js.map +1 -0
- package/dist/parse-args.d.ts +5 -1
- package/dist/parse-args.d.ts.map +1 -1
- package/dist/parse-args.js +33 -1
- package/dist/parse-args.js.map +1 -1
- package/dist/port.d.ts +9 -0
- package/dist/port.d.ts.map +1 -0
- package/dist/port.js +86 -0
- package/dist/port.js.map +1 -0
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts +2 -0
- 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 +5 -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 +3 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts +5 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js +22 -2
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/compaction.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/compaction.js.map +1 -1
- package/node_modules/@xrkseek/exec-shell/dist/index.d.ts +4 -1
- package/node_modules/@xrkseek/exec-shell/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-shell/dist/index.js +18 -2
- package/node_modules/@xrkseek/exec-shell/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/index.d.ts +5 -2
- package/node_modules/@xrkseek/exec-web/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/index.js +5 -2
- package/node_modules/@xrkseek/exec-web/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/search-duckduckgo.d.ts +14 -0
- package/node_modules/@xrkseek/exec-web/dist/search-duckduckgo.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-duckduckgo.js +139 -0
- package/node_modules/@xrkseek/exec-web/dist/search-duckduckgo.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-mcp-client.d.ts +21 -0
- package/node_modules/@xrkseek/exec-web/dist/search-mcp-client.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-mcp-client.js +175 -0
- package/node_modules/@xrkseek/exec-web/dist/search-mcp-client.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-parallel-free.d.ts +12 -0
- package/node_modules/@xrkseek/exec-web/dist/search-parallel-free.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-parallel-free.js +105 -0
- package/node_modules/@xrkseek/exec-web/dist/search-parallel-free.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-providers.d.ts +9 -1
- package/node_modules/@xrkseek/exec-web/dist/search-providers.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/search-providers.js +100 -12
- package/node_modules/@xrkseek/exec-web/dist/search-providers.js.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/client.d.ts.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/client.js.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/project-content.js +1 -1
- package/node_modules/@xrkseek/mcp/dist/project-content.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +7 -0
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.js +11 -1
- 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/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.js +3 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/server-face/dist/dispatch.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/dispatch.js +4 -2
- package/node_modules/@xrkseek/server-face/dist/dispatch.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/session-added.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/session-added.js +3 -2
- package/node_modules/@xrkseek/server-face/dist/handlers/session-added.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/session.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/session.js +5 -3
- package/node_modules/@xrkseek/server-face/dist/handlers/session.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.d.ts +1 -0
- package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.js +1 -0
- package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/session-cwd.d.ts +3 -0
- package/node_modules/@xrkseek/server-face/dist/session-cwd.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/session-cwd.js +19 -0
- package/node_modules/@xrkseek/server-face/dist/session-cwd.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.js +0 -9
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-face.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-face.js +26 -9
- package/node_modules/@xrkseek/server-face/dist/workspace-face.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.d.ts +6 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.js +39 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-store.d.ts +4 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-store.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-store.js +43 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-store.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.d.ts +9 -1
- package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.js +92 -16
- package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/log.d.ts +14 -0
- package/node_modules/@xrkseek/server-host/dist/log.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/log.js +6 -0
- package/node_modules/@xrkseek/server-host/dist/log.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/standing-tools.js +2 -2
- package/node_modules/@xrkseek/server-host/dist/standing-tools.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.js +9 -0
- package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/product-web/boot.json +1 -1
- package/product-web/plugins/@xrkseek/client-locale/client.js +1 -1
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +36 -36
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +158 -158
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +28 -28
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +17 -17
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
- 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 +52 -52
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +10 -10
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +107 -528
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +16 -16
- 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 +132 -132
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +28 -28
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +52 -52
|
@@ -122,15 +122,15 @@ window.__ModuleLoader__.load({
|
|
|
122
122
|
document.head.appendChild(tag);
|
|
123
123
|
}
|
|
124
124
|
var PlanReviewPanel_module_css_default = {
|
|
125
|
-
"discuss": "qwZnSa_discuss",
|
|
126
|
-
"card": "qwZnSa_card",
|
|
127
125
|
"body": "qwZnSa_body",
|
|
126
|
+
"card": "qwZnSa_card",
|
|
127
|
+
"discuss": "qwZnSa_discuss",
|
|
128
|
+
"dot": "qwZnSa_dot",
|
|
129
|
+
"frame": "qwZnSa_frame",
|
|
128
130
|
"footer": "qwZnSa_footer",
|
|
129
131
|
"strip": "qwZnSa_strip",
|
|
130
132
|
"feedback": "qwZnSa_feedback",
|
|
131
|
-
"
|
|
132
|
-
"actions": "qwZnSa_actions",
|
|
133
|
-
"frame": "qwZnSa_frame"
|
|
133
|
+
"actions": "qwZnSa_actions"
|
|
134
134
|
};
|
|
135
135
|
//#endregion
|
|
136
136
|
//#region src/client/PlanReviewPanel.tsx
|
|
@@ -240,37 +240,37 @@ window.__ModuleLoader__.load({
|
|
|
240
240
|
document.head.appendChild(tag);
|
|
241
241
|
}
|
|
242
242
|
var QuestionComposer_module_css_default = {
|
|
243
|
-
"customTextarea": "_3wP-uG_customTextarea",
|
|
244
|
-
"checkboxChecked": "_3wP-uG_checkboxChecked",
|
|
245
|
-
"options": "_3wP-uG_options",
|
|
246
|
-
"number": "_3wP-uG_number",
|
|
247
|
-
"footerActions": "_3wP-uG_footerActions",
|
|
248
|
-
"iconButton": "_3wP-uG_iconButton",
|
|
249
|
-
"eyebrow": "_3wP-uG_eyebrow",
|
|
250
|
-
"option": "_3wP-uG_option",
|
|
251
|
-
"title": "_3wP-uG_title",
|
|
252
243
|
"frame": "_3wP-uG_frame",
|
|
244
|
+
"footerActions": "_3wP-uG_footerActions",
|
|
253
245
|
"pager": "_3wP-uG_pager",
|
|
254
|
-
"optionLabel": "_3wP-uG_optionLabel",
|
|
255
|
-
"optionLine": "_3wP-uG_optionLine",
|
|
256
246
|
"body": "_3wP-uG_body",
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"headerActions": "_3wP-uG_headerActions",
|
|
247
|
+
"detail": "_3wP-uG_detail",
|
|
248
|
+
"options": "_3wP-uG_options",
|
|
260
249
|
"customRowActive": "_3wP-uG_customRowActive",
|
|
250
|
+
"progress": "_3wP-uG_progress",
|
|
251
|
+
"option": "_3wP-uG_option",
|
|
252
|
+
"number": "_3wP-uG_number",
|
|
253
|
+
"customInput": "_3wP-uG_customInput",
|
|
254
|
+
"customTextarea": "_3wP-uG_customTextarea",
|
|
255
|
+
"footer": "_3wP-uG_footer",
|
|
256
|
+
"badge": "_3wP-uG_badge",
|
|
257
|
+
"headerActions": "_3wP-uG_headerActions",
|
|
258
|
+
"checkbox": "_3wP-uG_checkbox",
|
|
259
|
+
"checkboxChecked": "_3wP-uG_checkboxChecked",
|
|
260
|
+
"iconButton": "_3wP-uG_iconButton",
|
|
261
|
+
"cardMinimized": "_3wP-uG_cardMinimized",
|
|
262
|
+
"title": "_3wP-uG_title",
|
|
263
|
+
"card": "_3wP-uG_card",
|
|
261
264
|
"customRow": "_3wP-uG_customRow",
|
|
262
|
-
"header": "_3wP-uG_header",
|
|
263
|
-
"detail": "_3wP-uG_detail",
|
|
264
265
|
"optionCopy": "_3wP-uG_optionCopy",
|
|
266
|
+
"headingBlock": "_3wP-uG_headingBlock",
|
|
267
|
+
"eyebrow": "_3wP-uG_eyebrow",
|
|
268
|
+
"optionSelected": "_3wP-uG_optionSelected",
|
|
269
|
+
"optionLine": "_3wP-uG_optionLine",
|
|
270
|
+
"header": "_3wP-uG_header",
|
|
265
271
|
"description": "_3wP-uG_description",
|
|
266
272
|
"feedback": "_3wP-uG_feedback",
|
|
267
|
-
"
|
|
268
|
-
"optionSelected": "_3wP-uG_optionSelected",
|
|
269
|
-
"card": "_3wP-uG_card",
|
|
270
|
-
"badge": "_3wP-uG_badge",
|
|
271
|
-
"checkbox": "_3wP-uG_checkbox",
|
|
272
|
-
"progress": "_3wP-uG_progress",
|
|
273
|
-
"customInput": "_3wP-uG_customInput"
|
|
273
|
+
"optionLabel": "_3wP-uG_optionLabel"
|
|
274
274
|
};
|
|
275
275
|
//#endregion
|
|
276
276
|
//#region src/client/QuestionComposer.tsx
|
|
@@ -19,28 +19,28 @@ window.__ModuleLoader__.load({
|
|
|
19
19
|
document.head.appendChild(tag);
|
|
20
20
|
}
|
|
21
21
|
var WorkflowRunPanel_module_css_default = {
|
|
22
|
+
"memberButton": "SiHEYG_memberButton",
|
|
23
|
+
"dotSlot": "SiHEYG_dotSlot",
|
|
24
|
+
"phaseStatus": "SiHEYG_phaseStatus",
|
|
25
|
+
"members": "SiHEYG_members",
|
|
22
26
|
"runLeading": "SiHEYG_runLeading",
|
|
23
|
-
"
|
|
24
|
-
"phaseHeader": "SiHEYG_phaseHeader",
|
|
25
|
-
"phaseList": "SiHEYG_phaseList",
|
|
27
|
+
"separator": "SiHEYG_separator",
|
|
26
28
|
"memberStatus": "SiHEYG_memberStatus",
|
|
27
29
|
"phase": "SiHEYG_phase",
|
|
28
|
-
"runHeader": "SiHEYG_runHeader",
|
|
29
|
-
"phaseTitle": "SiHEYG_phaseTitle",
|
|
30
30
|
"phaseCount": "SiHEYG_phaseCount",
|
|
31
|
-
"
|
|
32
|
-
"phaseStatus": "SiHEYG_phaseStatus",
|
|
33
|
-
"root": "SiHEYG_root",
|
|
34
|
-
"statusTail": "SiHEYG_statusTail",
|
|
35
|
-
"memberLabel": "SiHEYG_memberLabel",
|
|
36
|
-
"members": "SiHEYG_members",
|
|
37
|
-
"runSummary": "SiHEYG_runSummary",
|
|
31
|
+
"phaseHeader": "SiHEYG_phaseHeader",
|
|
38
32
|
"memberRow": "SiHEYG_memberRow",
|
|
39
|
-
"
|
|
33
|
+
"memberLabel": "SiHEYG_memberLabel",
|
|
34
|
+
"statusTail": "SiHEYG_statusTail",
|
|
35
|
+
"empty": "SiHEYG_empty",
|
|
40
36
|
"runTitle": "SiHEYG_runTitle",
|
|
41
|
-
"
|
|
37
|
+
"runSummary": "SiHEYG_runSummary",
|
|
38
|
+
"phaseLeading": "SiHEYG_phaseLeading",
|
|
42
39
|
"memberLabelWrap": "SiHEYG_memberLabelWrap",
|
|
43
|
-
"
|
|
40
|
+
"root": "SiHEYG_root",
|
|
41
|
+
"phaseList": "SiHEYG_phaseList",
|
|
42
|
+
"runHeader": "SiHEYG_runHeader",
|
|
43
|
+
"phaseTitle": "SiHEYG_phaseTitle"
|
|
44
44
|
};
|
|
45
45
|
//#endregion
|
|
46
46
|
//#region src/client/WorkflowRunPanel.tsx
|
|
@@ -341,40 +341,40 @@ window.__ModuleLoader__.load({
|
|
|
341
341
|
document.head.appendChild(tag);
|
|
342
342
|
}
|
|
343
343
|
var Rows_module_css_default = {
|
|
344
|
-
"hoverStatus": "X-VPTa_hoverStatus",
|
|
345
344
|
"searchResultHeading": "X-VPTa_searchResultHeading",
|
|
346
|
-
"
|
|
345
|
+
"row-in": "X-VPTa_row-in",
|
|
347
346
|
"arrowOpen": "X-VPTa_arrowOpen",
|
|
348
|
-
"
|
|
349
|
-
"
|
|
347
|
+
"iconButton": "X-VPTa_iconButton",
|
|
348
|
+
"renameInput": "X-VPTa_renameInput",
|
|
350
349
|
"searchResultRow": "X-VPTa_searchResultRow",
|
|
351
|
-
"
|
|
352
|
-
"hoverContent": "X-VPTa_hoverContent",
|
|
353
|
-
"row-in": "X-VPTa_row-in",
|
|
354
|
-
"selected": "X-VPTa_selected",
|
|
350
|
+
"time": "X-VPTa_time",
|
|
355
351
|
"searchResultSnippet": "X-VPTa_searchResultSnippet",
|
|
356
|
-
"renameInput": "X-VPTa_renameInput",
|
|
357
|
-
"dropAfter": "X-VPTa_dropAfter",
|
|
358
|
-
"iconButton": "X-VPTa_iconButton",
|
|
359
|
-
"arrow": "X-VPTa_arrow",
|
|
360
|
-
"hoverPath": "X-VPTa_hoverPath",
|
|
361
|
-
"menuOpen": "X-VPTa_menuOpen",
|
|
362
352
|
"projectText": "X-VPTa_projectText",
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
353
|
+
"projectRow": "X-VPTa_projectRow",
|
|
354
|
+
"title": "X-VPTa_title",
|
|
355
|
+
"flatSessionRowWithoutStatus": "X-VPTa_flatSessionRowWithoutStatus",
|
|
356
|
+
"hoverTitle": "X-VPTa_hoverTitle",
|
|
357
|
+
"hoverStatus": "X-VPTa_hoverStatus",
|
|
358
|
+
"dropBefore": "X-VPTa_dropBefore",
|
|
359
|
+
"selected": "X-VPTa_selected",
|
|
360
|
+
"searchResultWorkspace": "X-VPTa_searchResultWorkspace",
|
|
366
361
|
"sessionRow": "X-VPTa_sessionRow",
|
|
367
|
-
"folder": "X-VPTa_folder",
|
|
368
362
|
"rowActions": "X-VPTa_rowActions",
|
|
363
|
+
"visuallyHidden": "X-VPTa_visuallyHidden",
|
|
369
364
|
"searchResultTitle": "X-VPTa_searchResultTitle",
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
"
|
|
365
|
+
"searchResultMeta": "X-VPTa_searchResultMeta",
|
|
366
|
+
"hoverContent": "X-VPTa_hoverContent",
|
|
367
|
+
"slot": "X-VPTa_slot",
|
|
368
|
+
"folderActive": "X-VPTa_folderActive",
|
|
373
369
|
"meta": "X-VPTa_meta",
|
|
370
|
+
"menuOpen": "X-VPTa_menuOpen",
|
|
371
|
+
"folder": "X-VPTa_folder",
|
|
372
|
+
"dropAfter": "X-VPTa_dropAfter",
|
|
373
|
+
"arrow": "X-VPTa_arrow",
|
|
374
|
+
"chevron": "X-VPTa_chevron",
|
|
374
375
|
"dot": "X-VPTa_dot",
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"projectRow": "X-VPTa_projectRow"
|
|
376
|
+
"hoverPath": "X-VPTa_hoverPath",
|
|
377
|
+
"hoverTime": "X-VPTa_hoverTime"
|
|
378
378
|
};
|
|
379
379
|
//#endregion
|
|
380
380
|
//#region src/client/rows/Rows.tsx
|
|
@@ -806,8 +806,8 @@ window.__ModuleLoader__.load({
|
|
|
806
806
|
document.head.appendChild(tag);
|
|
807
807
|
}
|
|
808
808
|
var WorkspacePicker_module_css_default = {
|
|
809
|
-
"modalAction": "koU6Pa_modalAction",
|
|
810
809
|
"modalError": "koU6Pa_modalError",
|
|
810
|
+
"modalAction": "koU6Pa_modalAction",
|
|
811
811
|
"menuStatus": "koU6Pa_menuStatus"
|
|
812
812
|
};
|
|
813
813
|
//#endregion
|
|
@@ -976,42 +976,42 @@ window.__ModuleLoader__.load({
|
|
|
976
976
|
document.head.appendChild(tag);
|
|
977
977
|
}
|
|
978
978
|
var WorkspaceBrowser_module_css_default = {
|
|
979
|
+
"searchSlot": "HlYf2W_searchSlot",
|
|
979
980
|
"treeBody": "HlYf2W_treeBody",
|
|
980
|
-
"
|
|
981
|
-
"
|
|
982
|
-
"sectionLabel": "HlYf2W_sectionLabel",
|
|
983
|
-
"root": "HlYf2W_root",
|
|
984
|
-
"iconButton": "HlYf2W_iconButton",
|
|
985
|
-
"searchSlotExpanded": "HlYf2W_searchSlotExpanded",
|
|
986
|
-
"searchWarning": "HlYf2W_searchWarning",
|
|
987
|
-
"renameInput": "HlYf2W_renameInput",
|
|
988
|
-
"fade": "HlYf2W_fade",
|
|
989
|
-
"deleteStatus": "HlYf2W_deleteStatus",
|
|
990
|
-
"sectionLabelHidden": "HlYf2W_sectionLabelHidden",
|
|
991
|
-
"headerActionsHidden": "HlYf2W_headerActionsHidden",
|
|
981
|
+
"wide": "HlYf2W_wide",
|
|
982
|
+
"wide-in": "HlYf2W_wide-in",
|
|
992
983
|
"list": "HlYf2W_list",
|
|
993
|
-
"listArea": "HlYf2W_listArea",
|
|
994
|
-
"groupSection": "HlYf2W_groupSection",
|
|
995
|
-
"listTopDropIndicator": "HlYf2W_listTopDropIndicator",
|
|
996
|
-
"search": "HlYf2W_search",
|
|
997
|
-
"sessionOverflowButton": "HlYf2W_sessionOverflowButton",
|
|
998
|
-
"sectionHeader": "HlYf2W_sectionHeader",
|
|
999
984
|
"searchStatus": "HlYf2W_searchStatus",
|
|
1000
|
-
"searchInput": "HlYf2W_searchInput",
|
|
1001
|
-
"searchSlot": "HlYf2W_searchSlot",
|
|
1002
|
-
"wide-in": "HlYf2W_wide-in",
|
|
1003
|
-
"wide": "HlYf2W_wide",
|
|
1004
|
-
"deleteAction": "HlYf2W_deleteAction",
|
|
1005
|
-
"searchButton": "HlYf2W_searchButton",
|
|
1006
985
|
"renameError": "HlYf2W_renameError",
|
|
1007
|
-
"
|
|
986
|
+
"workspaceDropAfter": "HlYf2W_workspaceDropAfter",
|
|
987
|
+
"fade": "HlYf2W_fade",
|
|
988
|
+
"searchWarning": "HlYf2W_searchWarning",
|
|
989
|
+
"searchSlotExpanded": "HlYf2W_searchSlotExpanded",
|
|
990
|
+
"renameInput": "HlYf2W_renameInput",
|
|
991
|
+
"sectionLabelHidden": "HlYf2W_sectionLabelHidden",
|
|
992
|
+
"iconButton": "HlYf2W_iconButton",
|
|
1008
993
|
"clearButton": "HlYf2W_clearButton",
|
|
994
|
+
"listTopDropIndicator": "HlYf2W_listTopDropIndicator",
|
|
1009
995
|
"searchTree": "HlYf2W_searchTree",
|
|
1010
996
|
"listTopDropActive": "HlYf2W_listTopDropActive",
|
|
1011
997
|
"rail": "HlYf2W_rail",
|
|
1012
|
-
"
|
|
998
|
+
"sessionOverflowButton": "HlYf2W_sessionOverflowButton",
|
|
1013
999
|
"empty": "HlYf2W_empty",
|
|
1014
|
-
"headerActions": "HlYf2W_headerActions"
|
|
1000
|
+
"headerActions": "HlYf2W_headerActions",
|
|
1001
|
+
"deleteStatus": "HlYf2W_deleteStatus",
|
|
1002
|
+
"sectionHeader": "HlYf2W_sectionHeader",
|
|
1003
|
+
"headerActionsHidden": "HlYf2W_headerActionsHidden",
|
|
1004
|
+
"sectionLabel": "HlYf2W_sectionLabel",
|
|
1005
|
+
"root": "HlYf2W_root",
|
|
1006
|
+
"groupSection": "HlYf2W_groupSection",
|
|
1007
|
+
"searchExpanded": "HlYf2W_searchExpanded",
|
|
1008
|
+
"searchInput": "HlYf2W_searchInput",
|
|
1009
|
+
"listArea": "HlYf2W_listArea",
|
|
1010
|
+
"flatList": "HlYf2W_flatList",
|
|
1011
|
+
"search": "HlYf2W_search",
|
|
1012
|
+
"workspaceDropBefore": "HlYf2W_workspaceDropBefore",
|
|
1013
|
+
"searchButton": "HlYf2W_searchButton",
|
|
1014
|
+
"deleteAction": "HlYf2W_deleteAction"
|
|
1015
1015
|
};
|
|
1016
1016
|
//#endregion
|
|
1017
1017
|
//#region src/client/WorkspaceBrowser.tsx
|