@mindexec/cli 0.2.42 → 0.2.44
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/package.json +1 -1
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +6 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-interactions.js +0 -16
- package/wwwroot/_framework/{MindExecution.Plugins.Concept.tkxbh2hokn.dll → MindExecution.Plugins.Concept.ueuo23qx6f.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.wbclikss3p.dll → MindExecution.Plugins.PlanMaster.lhbyievfnk.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.YouTube.fwync0c60s.dll → MindExecution.Plugins.YouTube.y87u77w5nn.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Shared.araen3jk1e.dll → MindExecution.Shared.3kkptsi9lw.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Web.3x7btjkiy5.dll → MindExecution.Web.4ddj83yo5w.dll} +0 -0
- package/wwwroot/_framework/blazor.boot.json +11 -11
- package/wwwroot/service-worker-assets.js +14 -14
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
@@ -18168,6 +18168,8 @@
|
|
|
18168
18168
|
// Allow wrapper to receive clicks
|
|
18169
18169
|
wrapper.style.pointerEvents = 'auto';
|
|
18170
18170
|
clonedElement.style.pointerEvents = 'none'; // container itself doesn't need events
|
|
18171
|
+
const isMovableTemplateCard = contentTypeLower === 'templatelauncher'
|
|
18172
|
+
&& !isRemoteFleetMonitorNode(nodeModel);
|
|
18171
18173
|
// Enable pointer events for scrollable content so user can scroll/select text
|
|
18172
18174
|
const scrollables = clonedElement.querySelectorAll(
|
|
18173
18175
|
'.node-response, .note-content, .markdown-body, .prose, .note-textarea, textarea, [id^="node-response-"], [id^="node-textarea-"], .code-body, .text-content, .embed-content, .embed-card, .embed-card *, .embed-action, .embed-play-button, .node-prompt-copy-button, .node-prompt-copy-button *, iframe, .map-node-memo__title, .map-node-memo__body, .map-node-memo__icon-button, .map-node-memo__icon-popover, .map-node-memo__icon-option, .map-node-memo__agent-role-select, .map-node-memo__agent-role-select-button, .map-node-memo__agent-role-menu, .map-node-memo__agent-role-option, .map-node-memo__agent-action, .map-node-memo__agent-plan-panel, .map-node-memo__agent-plan-body, .map-node-memo__agent-plan-body *, .map-node-memo__agent-console-panel, .map-node-memo__agent-console-body, .map-node-memo__agent-console-resize, .map-node-memo__agent-console-resize *, .map-node-memo__agent-result-link, .map-node-template-card, .map-node-template-card *, [data-template-card-interactive="true"]'
|
|
@@ -18186,6 +18188,10 @@
|
|
|
18186
18188
|
el.style.userSelect = 'text';
|
|
18187
18189
|
el.style.webkitUserSelect = 'text';
|
|
18188
18190
|
el.style.cursor = 'text';
|
|
18191
|
+
} else if (isMovableTemplateCard && el.matches('.map-node-template-card, .map-node-template-card *')) {
|
|
18192
|
+
el.style.userSelect = 'none';
|
|
18193
|
+
el.style.webkitUserSelect = 'none';
|
|
18194
|
+
el.style.cursor = 'grab';
|
|
18189
18195
|
} else {
|
|
18190
18196
|
el.style.userSelect = 'text';
|
|
18191
18197
|
el.style.webkitUserSelect = 'text';
|
|
@@ -675,10 +675,6 @@ window.MindMapInteractions = (function () {
|
|
|
675
675
|
return (contentType === 'text' || contentType === 'markdown') && !isAgentNode(target);
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
-
function isTemplateLauncherNode(target) {
|
|
679
|
-
return getNodeContentType(target) === 'templatelauncher';
|
|
680
|
-
}
|
|
681
|
-
|
|
682
678
|
function isTemplateCardInteractiveTarget(target) {
|
|
683
679
|
return !!target?.closest?.('[data-template-card-interactive="true"], .template-card__input, .template-card__textarea, .template-card__select, .template-card__option, .template-card__generate');
|
|
684
680
|
}
|
|
@@ -4605,18 +4601,6 @@ window.MindMapInteractions = (function () {
|
|
|
4605
4601
|
}
|
|
4606
4602
|
|
|
4607
4603
|
function startNodeDrag(module, e, nodeId, nodeEntry, dragObject) {
|
|
4608
|
-
if (isTemplateLauncherNode(nodeEntry)) {
|
|
4609
|
-
e.preventDefault();
|
|
4610
|
-
e.stopPropagation();
|
|
4611
|
-
finalizeSingleSelection(module, nodeId, {
|
|
4612
|
-
notifyBlazor: true,
|
|
4613
|
-
bringToFront: true,
|
|
4614
|
-
showMenu: true
|
|
4615
|
-
});
|
|
4616
|
-
module.isShiftClick = false;
|
|
4617
|
-
return;
|
|
4618
|
-
}
|
|
4619
|
-
|
|
4620
4604
|
e.preventDefault();
|
|
4621
4605
|
e.stopPropagation();
|
|
4622
4606
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/wwwroot/_framework/{MindExecution.Web.3x7btjkiy5.dll → MindExecution.Web.4ddj83yo5w.dll}
RENAMED
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mainAssemblyName": "MindExecution.Web",
|
|
3
3
|
"resources": {
|
|
4
|
-
"hash": "sha256-
|
|
4
|
+
"hash": "sha256-jXfPV9AYZMlykPHUo794QDvPpBGhbtqzZGV9iYG1x2I=",
|
|
5
5
|
"fingerprinting": {
|
|
6
6
|
"Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
|
|
7
7
|
"Markdig.d1j7v41cl1.dll": "Markdig.dll",
|
|
@@ -127,12 +127,12 @@
|
|
|
127
127
|
"MindExecution.Kernel.z56elxihok.dll": "MindExecution.Kernel.dll",
|
|
128
128
|
"MindExecution.Plugins.Admin.p5cs4ap87v.dll": "MindExecution.Plugins.Admin.dll",
|
|
129
129
|
"MindExecution.Plugins.Business.s35og5uz44.dll": "MindExecution.Plugins.Business.dll",
|
|
130
|
-
"MindExecution.Plugins.Concept.
|
|
130
|
+
"MindExecution.Plugins.Concept.ueuo23qx6f.dll": "MindExecution.Plugins.Concept.dll",
|
|
131
131
|
"MindExecution.Plugins.Directory.y74f55e8x3.dll": "MindExecution.Plugins.Directory.dll",
|
|
132
|
-
"MindExecution.Plugins.PlanMaster.
|
|
133
|
-
"MindExecution.Plugins.YouTube.
|
|
134
|
-
"MindExecution.Shared.
|
|
135
|
-
"MindExecution.Web.
|
|
132
|
+
"MindExecution.Plugins.PlanMaster.lhbyievfnk.dll": "MindExecution.Plugins.PlanMaster.dll",
|
|
133
|
+
"MindExecution.Plugins.YouTube.y87u77w5nn.dll": "MindExecution.Plugins.YouTube.dll",
|
|
134
|
+
"MindExecution.Shared.3kkptsi9lw.dll": "MindExecution.Shared.dll",
|
|
135
|
+
"MindExecution.Web.4ddj83yo5w.dll": "MindExecution.Web.dll",
|
|
136
136
|
"dotnet.js": "dotnet.js",
|
|
137
137
|
"dotnet.native.qc8g39g30v.js": "dotnet.native.js",
|
|
138
138
|
"dotnet.native.boem75ye5i.wasm": "dotnet.native.wasm",
|
|
@@ -280,16 +280,16 @@
|
|
|
280
280
|
"netstandard.yvr3prsx0x.dll": "sha256-EksNn8Luo4bOWqJ6X7dIe9qG9oOqwOVzjH2xYyMNi+E=",
|
|
281
281
|
"MindExecution.Core.6rfnfdndxq.dll": "sha256-giL4rreoKsQoQ5gkLusNx7oL3w1l2UH52TYY1KBoIfQ=",
|
|
282
282
|
"MindExecution.Kernel.z56elxihok.dll": "sha256-STATJelRGcW9SDGgsw6YmQi6tkQje52dy4lyT3QU4qs=",
|
|
283
|
-
"MindExecution.Plugins.Concept.
|
|
284
|
-
"MindExecution.Plugins.PlanMaster.
|
|
285
|
-
"MindExecution.Shared.
|
|
286
|
-
"MindExecution.Web.
|
|
283
|
+
"MindExecution.Plugins.Concept.ueuo23qx6f.dll": "sha256-9r1Eze1dN+plEEgAtS0IVai8KSWXGIGQ26QFwZORIoo=",
|
|
284
|
+
"MindExecution.Plugins.PlanMaster.lhbyievfnk.dll": "sha256-qWha6wYFxlBwSmW+vJEKbN7ejyJNfQ1vrwrRWYZPwwA=",
|
|
285
|
+
"MindExecution.Shared.3kkptsi9lw.dll": "sha256-U8F3nPAtdikrJoBmdM1sOTEXB7J96tdm8GAQkfv+/IE=",
|
|
286
|
+
"MindExecution.Web.4ddj83yo5w.dll": "sha256-aN41fuZMAQNHAMTr0xw7CCl0gpG5X+E6i3x7m465+tE="
|
|
287
287
|
},
|
|
288
288
|
"lazyAssembly": {
|
|
289
289
|
"MindExecution.Plugins.Admin.p5cs4ap87v.dll": "sha256-jahiJxaiE8hwMyRcg6rZGo4WBhBGFyAHYhOqlKjawWg=",
|
|
290
290
|
"MindExecution.Plugins.Business.s35og5uz44.dll": "sha256-KOyk9eC6E/Gyfz2uWucHQmAayMQbShhLTqEymZFleh4=",
|
|
291
291
|
"MindExecution.Plugins.Directory.y74f55e8x3.dll": "sha256-4gMuhIPLiX31U+jwhDT83rSPqZINONadmW+cvujfq1g=",
|
|
292
|
-
"MindExecution.Plugins.YouTube.
|
|
292
|
+
"MindExecution.Plugins.YouTube.y87u77w5nn.dll": "sha256-MqPf5zOQVvBAhjkz6H0ZLJzBqgsyedruWWKyYwjvi3Y="
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
295
|
"cacheBootResources": true,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "g30EAOUn",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
|
-
"hash": "sha256-
|
|
89
|
+
"hash": "sha256-ND0uIe74ihHrov6X2hCc7vJxwdSCqNNbheseulkitXA=",
|
|
90
90
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"url": "_content/MindExecution.Shared/js/mind-map-glow-shader.js"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
|
-
"hash": "sha256-
|
|
109
|
+
"hash": "sha256-nseRIuaG6io+m/7GgaLuIS4srEQZYhVv8SQB2Z9aiF4=",
|
|
110
110
|
"url": "_content/MindExecution.Shared/js/mind-map-interactions.js"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
@@ -426,28 +426,28 @@
|
|
|
426
426
|
"url": "_framework/MindExecution.Plugins.Business.s35og5uz44.dll"
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
|
-
"hash": "sha256-
|
|
430
|
-
"url": "_framework/MindExecution.Plugins.Concept.
|
|
429
|
+
"hash": "sha256-9r1Eze1dN+plEEgAtS0IVai8KSWXGIGQ26QFwZORIoo=",
|
|
430
|
+
"url": "_framework/MindExecution.Plugins.Concept.ueuo23qx6f.dll"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"hash": "sha256-4gMuhIPLiX31U+jwhDT83rSPqZINONadmW+cvujfq1g=",
|
|
434
434
|
"url": "_framework/MindExecution.Plugins.Directory.y74f55e8x3.dll"
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
|
-
"hash": "sha256-
|
|
438
|
-
"url": "_framework/MindExecution.Plugins.PlanMaster.
|
|
437
|
+
"hash": "sha256-qWha6wYFxlBwSmW+vJEKbN7ejyJNfQ1vrwrRWYZPwwA=",
|
|
438
|
+
"url": "_framework/MindExecution.Plugins.PlanMaster.lhbyievfnk.dll"
|
|
439
439
|
},
|
|
440
440
|
{
|
|
441
|
-
"hash": "sha256-
|
|
442
|
-
"url": "_framework/MindExecution.Plugins.YouTube.
|
|
441
|
+
"hash": "sha256-MqPf5zOQVvBAhjkz6H0ZLJzBqgsyedruWWKyYwjvi3Y=",
|
|
442
|
+
"url": "_framework/MindExecution.Plugins.YouTube.y87u77w5nn.dll"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
|
-
"hash": "sha256-
|
|
446
|
-
"url": "_framework/MindExecution.Shared.
|
|
445
|
+
"hash": "sha256-U8F3nPAtdikrJoBmdM1sOTEXB7J96tdm8GAQkfv+/IE=",
|
|
446
|
+
"url": "_framework/MindExecution.Shared.3kkptsi9lw.dll"
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
|
-
"hash": "sha256-
|
|
450
|
-
"url": "_framework/MindExecution.Web.
|
|
449
|
+
"hash": "sha256-aN41fuZMAQNHAMTr0xw7CCl0gpG5X+E6i3x7m465+tE=",
|
|
450
|
+
"url": "_framework/MindExecution.Web.4ddj83yo5w.dll"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
"hash": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
"url": "_framework/Websocket.Client.vapounvmnl.dll"
|
|
771
771
|
},
|
|
772
772
|
{
|
|
773
|
-
"hash": "sha256-
|
|
773
|
+
"hash": "sha256-NExJUL4soeLY8eXpSu4TdIix/a0K3jcKlVgy+sbEYls=",
|
|
774
774
|
"url": "_framework/blazor.boot.json"
|
|
775
775
|
},
|
|
776
776
|
{
|