@mindexec/cli 0.2.455 → 0.2.457

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.
Files changed (23) hide show
  1. package/package.json +77 -77
  2. package/remote-fast/osx-arm64/mindexec-remote-fast.dll +0 -0
  3. package/remote-fast/osx-x64/mindexec-remote-fast.dll +0 -0
  4. package/remote-fast/win-x64/mindexec-remote-fast.dll +0 -0
  5. package/scripts/remote-fleet-render-smoke.mjs +24 -46
  6. package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +4 -4
  7. package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +253 -261
  8. package/wwwroot/_content/MindExecution.Shared/js/mind-map-pipeline.js +1326 -1323
  9. package/wwwroot/_content/MindExecution.Shared/js/mind-map-render-plan.js +25 -6
  10. package/wwwroot/_framework/{MindExecution.Core.3y861y22o4.dll → MindExecution.Core.speado072l.dll} +0 -0
  11. package/wwwroot/_framework/{MindExecution.Kernel.182clfthnx.dll → MindExecution.Kernel.mjy31ssdac.dll} +0 -0
  12. package/wwwroot/_framework/{MindExecution.Plugins.Admin.ghxhrm0vf5.dll → MindExecution.Plugins.Admin.vbjjmdaao2.dll} +0 -0
  13. package/wwwroot/_framework/{MindExecution.Plugins.Business.doimlros51.dll → MindExecution.Plugins.Business.0cr5jc6wqe.dll} +0 -0
  14. package/wwwroot/_framework/{MindExecution.Plugins.Concept.hp54u7s3y5.dll → MindExecution.Plugins.Concept.m7p666e0jd.dll} +0 -0
  15. package/wwwroot/_framework/{MindExecution.Plugins.Directory.wjfnb1nk3b.dll → MindExecution.Plugins.Directory.kmdtirnljl.dll} +0 -0
  16. package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.447psj7gxo.dll → MindExecution.Plugins.PlanMaster.m1pfeozacj.dll} +0 -0
  17. package/wwwroot/_framework/{MindExecution.Plugins.YouTube.7f551zknhn.dll → MindExecution.Plugins.YouTube.nvsc9q4s6b.dll} +0 -0
  18. package/wwwroot/_framework/{MindExecution.Shared.aftyr3f4lo.dll → MindExecution.Shared.9jaznballd.dll} +0 -0
  19. package/wwwroot/_framework/{MindExecution.Web.tkj3z0fg8f.dll → MindExecution.Web.k5jxwawryl.dll} +0 -0
  20. package/wwwroot/_framework/blazor.boot.json +21 -21
  21. package/wwwroot/index.html +1 -1
  22. package/wwwroot/service-worker-assets.js +27 -27
  23. package/wwwroot/service-worker.js +1 -1
@@ -1,7 +1,7 @@
1
1
  (function () {
2
2
  'use strict';
3
3
 
4
- const BUILD_ID = '20260728-camera-render-policy-v43';
4
+ const BUILD_ID = '20260801-wheel-dpr-stable-v44';
5
5
  const FRAME_SAMPLE_LIMIT = 240;
6
6
  const INITIAL_LINE_TEXTURE_ROWS = 1024;
7
7
  const GPU_WARM_RETRY_DELAY_MS = 120;
@@ -55,14 +55,26 @@
55
55
  [CAMERA_ONLY_WEBGL_BLOCKERS.FullResGlVisual, 'fullres-gl-visual']
56
56
  ]);
57
57
 
58
- function isRendererDprInteractionActive(module, frameState = null) {
58
+ function isWheelOnlyCameraNavigation(module) {
59
+ const hasWheelZoom = module?.isZooming === true || module?._wheelZoomBurstActive === true;
60
+ if (!hasWheelZoom) return false;
61
+ return !(
62
+ module?.isPanning === true ||
63
+ module?._panSmoothingActive === true ||
64
+ module?.isDraggingNode === true ||
65
+ module?.isDraggingMultipleNodes === true ||
66
+ module?.isResizing === true ||
67
+ module?.isWindowResizing === true
68
+ );
69
+ }
70
+
71
+ function shouldUseInteractiveRendererDpr(module, frameState = null) {
72
+ const wheelOnlyCameraNavigation = isWheelOnlyCameraNavigation(module);
59
73
  return !!(
60
- frameState?.isCameraMoving === true ||
61
- module?.isZooming === true ||
74
+ ((frameState?.isCameraMoving === true || module?._cameraMovingThisFrame === true) &&
75
+ !wheelOnlyCameraNavigation) ||
62
76
  module?.isPanning === true ||
63
- module?._cameraMovingThisFrame === true ||
64
77
  module?._panSmoothingActive === true ||
65
- module?._wheelZoomBurstActive === true ||
66
78
  module?.isDraggingNode === true ||
67
79
  module?.isDraggingMultipleNodes === true ||
68
80
  module?.isResizing === true ||
@@ -70,6 +82,12 @@
70
82
  );
71
83
  }
72
84
 
85
+ function isRendererDprInteractionActive(module, frameState = null) {
86
+ return shouldUseInteractiveRendererDpr(module, frameState) ||
87
+ module?.isZooming === true ||
88
+ module?._wheelZoomBurstActive === true;
89
+ }
90
+
73
91
  function getCameraOnlyWebglBlockerMask(module, frameState = null) {
74
92
  const renderer = module?.lodRenderer || null;
75
93
  let blockers = 0;
@@ -1761,6 +1779,7 @@
1761
1779
  window.MindMapRenderPlan = Object.freeze({
1762
1780
  configureImageAtlasTexture,
1763
1781
  getImageAtlasOutputColorChunk,
1782
+ shouldUseInteractiveRendererDpr,
1764
1783
  isRendererDprInteractionActive,
1765
1784
  getCameraOnlyWebglBlockerMask,
1766
1785
  getCameraOnlyWebglBlockerNames,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "mainAssemblyName": "MindExecution.Web",
3
3
  "resources": {
4
- "hash": "sha256-xLEAE/sCTEBIQV4hqndh/kdbGEMMrQt0yelcB8fsT44=",
4
+ "hash": "sha256-tuBrUH0rs0v3m2MZcQJqSjHtD7kfu7JBRQxTxar6QAI=",
5
5
  "fingerprinting": {
6
6
  "Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
7
7
  "Markdig.d1j7v41cl1.dll": "Markdig.dll",
@@ -122,16 +122,16 @@
122
122
  "System.brmz7yk5qh.dll": "System.dll",
123
123
  "netstandard.b50t77veor.dll": "netstandard.dll",
124
124
  "System.Private.CoreLib.g6ztz7cmo2.dll": "System.Private.CoreLib.dll",
125
- "MindExecution.Core.3y861y22o4.dll": "MindExecution.Core.dll",
126
- "MindExecution.Kernel.182clfthnx.dll": "MindExecution.Kernel.dll",
127
- "MindExecution.Plugins.Admin.ghxhrm0vf5.dll": "MindExecution.Plugins.Admin.dll",
128
- "MindExecution.Plugins.Business.doimlros51.dll": "MindExecution.Plugins.Business.dll",
129
- "MindExecution.Plugins.Concept.hp54u7s3y5.dll": "MindExecution.Plugins.Concept.dll",
130
- "MindExecution.Plugins.Directory.wjfnb1nk3b.dll": "MindExecution.Plugins.Directory.dll",
131
- "MindExecution.Plugins.PlanMaster.447psj7gxo.dll": "MindExecution.Plugins.PlanMaster.dll",
132
- "MindExecution.Plugins.YouTube.7f551zknhn.dll": "MindExecution.Plugins.YouTube.dll",
133
- "MindExecution.Shared.aftyr3f4lo.dll": "MindExecution.Shared.dll",
134
- "MindExecution.Web.tkj3z0fg8f.dll": "MindExecution.Web.dll",
125
+ "MindExecution.Core.speado072l.dll": "MindExecution.Core.dll",
126
+ "MindExecution.Kernel.mjy31ssdac.dll": "MindExecution.Kernel.dll",
127
+ "MindExecution.Plugins.Admin.vbjjmdaao2.dll": "MindExecution.Plugins.Admin.dll",
128
+ "MindExecution.Plugins.Business.0cr5jc6wqe.dll": "MindExecution.Plugins.Business.dll",
129
+ "MindExecution.Plugins.Concept.m7p666e0jd.dll": "MindExecution.Plugins.Concept.dll",
130
+ "MindExecution.Plugins.Directory.kmdtirnljl.dll": "MindExecution.Plugins.Directory.dll",
131
+ "MindExecution.Plugins.PlanMaster.m1pfeozacj.dll": "MindExecution.Plugins.PlanMaster.dll",
132
+ "MindExecution.Plugins.YouTube.nvsc9q4s6b.dll": "MindExecution.Plugins.YouTube.dll",
133
+ "MindExecution.Shared.9jaznballd.dll": "MindExecution.Shared.dll",
134
+ "MindExecution.Web.k5jxwawryl.dll": "MindExecution.Web.dll",
135
135
  "dotnet.native.566r55w3xu.js": "dotnet.native.js",
136
136
  "dotnet.native.x6q5aixc38.wasm": "dotnet.native.wasm",
137
137
  "dotnet.js": "dotnet.js",
@@ -276,18 +276,18 @@
276
276
  "System.Xml.XDocument.sn51jas17n.dll": "sha256-GNI2kFgFmPTwzuzwUn8gxK+AzGLUWRJFdg9JzIbrybQ=",
277
277
  "System.brmz7yk5qh.dll": "sha256-CfM2miyj1KHApFmqMdLYWio3S/jrdON2pW9Xr2nTwlo=",
278
278
  "netstandard.b50t77veor.dll": "sha256-//jQGOXjb8ET8WtXgOJrAxLx6E7zDJ5RjRRutwkvmxo=",
279
- "MindExecution.Core.3y861y22o4.dll": "sha256-y3v6GNB6tXgaN9XTVoJfnsyn+ELn/lTFaPBNh+pihDg=",
280
- "MindExecution.Kernel.182clfthnx.dll": "sha256-v4hr/IBdzaHIU3+qZLOg7Ws94q0HDvqGs1uVcVNHDuU=",
281
- "MindExecution.Plugins.Business.doimlros51.dll": "sha256-DQmbk8CBfUMKzBFM+MY5jTLE7uOCmkJSs32pPbdMSPE=",
282
- "MindExecution.Plugins.Concept.hp54u7s3y5.dll": "sha256-5c90R4DlMcEWnK3Y8hsriDRbd/6Z1kxRUjadTg7u7OY=",
283
- "MindExecution.Plugins.PlanMaster.447psj7gxo.dll": "sha256-vNeHlHZ36gLCoYh9zyHep/GwZ3Or2OPPvw9OD2pQ5b8=",
284
- "MindExecution.Shared.aftyr3f4lo.dll": "sha256-dqBcSS77lWhJvJyEde056PMe1kD2qwnEwjvalpzEYu4=",
285
- "MindExecution.Web.tkj3z0fg8f.dll": "sha256-I4cCYcnct43OvvZpC8oYh5ukWfc+HNZr7Rv0zLwv9x4="
279
+ "MindExecution.Core.speado072l.dll": "sha256-AEpC1oGOyfqjhutf/CUhuKyLz9N+PkhrhrcPEq1JWlQ=",
280
+ "MindExecution.Kernel.mjy31ssdac.dll": "sha256-Xp0glc2AHuX70fxR24RNEbH6n6/yiAKAGABkTm8IBwE=",
281
+ "MindExecution.Plugins.Business.0cr5jc6wqe.dll": "sha256-oBxfcOUjON8fazAPi9ofzy4xzLB1Um5CoMMpBDptaMw=",
282
+ "MindExecution.Plugins.Concept.m7p666e0jd.dll": "sha256-3ryXSZiYzH2VQ4fr2jzKo3aVaGguy6ONjYOk4Y7KxWw=",
283
+ "MindExecution.Plugins.PlanMaster.m1pfeozacj.dll": "sha256-dvXI1L/R7ZmRRpBC/3hsMDxtbFQGSdxtBaSl69s9vEc=",
284
+ "MindExecution.Shared.9jaznballd.dll": "sha256-63x52JOqGY6c0FovuIJ1Tf30Z871rWdSjuvR3pBxQ4w=",
285
+ "MindExecution.Web.k5jxwawryl.dll": "sha256-OCd/xBFfKxR+s8Ocok8MbEio0DBwJIrKU1WeQA/ehLM="
286
286
  },
287
287
  "lazyAssembly": {
288
- "MindExecution.Plugins.Admin.ghxhrm0vf5.dll": "sha256-xJZ33ZjFtb1dJsXM9rsQVYv+kdvap9yZqUYNhNUJ2nY=",
289
- "MindExecution.Plugins.Directory.wjfnb1nk3b.dll": "sha256-hFL0gf/5+F7hEKLD0wxAAgunmtnv7cDoltjRAc4vTcI=",
290
- "MindExecution.Plugins.YouTube.7f551zknhn.dll": "sha256-TUg8aIszBV37K0+8OPT1DucBHrV45JCWwitdlqCqvXo="
288
+ "MindExecution.Plugins.Admin.vbjjmdaao2.dll": "sha256-mzLxSmU98AtPsYlKrmhgI4unr2ZxizLxY9iwhxxbJoE=",
289
+ "MindExecution.Plugins.Directory.kmdtirnljl.dll": "sha256-PDj+WmPfMdIXjlZDwsdnoAgdhMyD9LSAShPnP1GBxFU=",
290
+ "MindExecution.Plugins.YouTube.nvsc9q4s6b.dll": "sha256-zVEOEZJP1b6bdiDE0WOcHSEOvPKwRIVUPjFNDHsqaG0="
291
291
  }
292
292
  },
293
293
  "cacheBootResources": true,
@@ -583,7 +583,7 @@
583
583
  }
584
584
 
585
585
  const base = '_content/MindExecution.Shared/js/';
586
- const scriptVersion = '20260728-camera-render-policy-v961';
586
+ const scriptVersion = '20260802-remote-work-v963';
587
587
  const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
588
588
  console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
589
589
  const criticalScripts = [
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "ygUjwIsB",
2
+ "version": "mHqjuNFh",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -78,7 +78,7 @@
78
78
  "url": "_content/MindExecution.Shared/js/marked.min.js"
79
79
  },
80
80
  {
81
- "hash": "sha256-xX5CX037j2RaOgcXkid4N/NhqSX5MZZY8fCs4GNjVrU=",
81
+ "hash": "sha256-QG3UqMhXffrshn6LVKTP/StbWQ98KWULTeAAdRVBIDw=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -90,7 +90,7 @@
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-hotpath.js"
91
91
  },
92
92
  {
93
- "hash": "sha256-2JJyLe6OTexKRnFxVzybuaMqnwJggLHXs37xmjWlUkg=",
93
+ "hash": "sha256-aMQfxMvtXLGvufJB2XUomMIL76lc59xEWD3CMpjdb5Q=",
94
94
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
95
95
  },
96
96
  {
@@ -158,7 +158,7 @@
158
158
  "url": "_content/MindExecution.Shared/js/mind-map-object-manager.js.backup"
159
159
  },
160
160
  {
161
- "hash": "sha256-5DDlGOvO+rSwX72WkOOoK+XnOQn376q7XozwyQYV54s=",
161
+ "hash": "sha256-mrmeBnooipy6W/UnhlDElDQ5snBOD6PP5SKWWcZJUUY=",
162
162
  "url": "_content/MindExecution.Shared/js/mind-map-pipeline.js"
163
163
  },
164
164
  {
@@ -166,7 +166,7 @@
166
166
  "url": "_content/MindExecution.Shared/js/mind-map-remote-codecs.js"
167
167
  },
168
168
  {
169
- "hash": "sha256-0UP5nSIYz+G6snBnsNzsMpL0Aw9CcVXWvAq/uix0LrE=",
169
+ "hash": "sha256-IvXWHxNcyIS4QSS7ihRblwElCa33noSrKuukjnSITPs=",
170
170
  "url": "_content/MindExecution.Shared/js/mind-map-render-plan.js"
171
171
  },
172
172
  {
@@ -430,44 +430,44 @@
430
430
  "url": "_framework/MimeMapping.og9ys58ylm.dll"
431
431
  },
432
432
  {
433
- "hash": "sha256-y3v6GNB6tXgaN9XTVoJfnsyn+ELn/lTFaPBNh+pihDg=",
434
- "url": "_framework/MindExecution.Core.3y861y22o4.dll"
433
+ "hash": "sha256-AEpC1oGOyfqjhutf/CUhuKyLz9N+PkhrhrcPEq1JWlQ=",
434
+ "url": "_framework/MindExecution.Core.speado072l.dll"
435
435
  },
436
436
  {
437
- "hash": "sha256-v4hr/IBdzaHIU3+qZLOg7Ws94q0HDvqGs1uVcVNHDuU=",
438
- "url": "_framework/MindExecution.Kernel.182clfthnx.dll"
437
+ "hash": "sha256-Xp0glc2AHuX70fxR24RNEbH6n6/yiAKAGABkTm8IBwE=",
438
+ "url": "_framework/MindExecution.Kernel.mjy31ssdac.dll"
439
439
  },
440
440
  {
441
- "hash": "sha256-xJZ33ZjFtb1dJsXM9rsQVYv+kdvap9yZqUYNhNUJ2nY=",
442
- "url": "_framework/MindExecution.Plugins.Admin.ghxhrm0vf5.dll"
441
+ "hash": "sha256-mzLxSmU98AtPsYlKrmhgI4unr2ZxizLxY9iwhxxbJoE=",
442
+ "url": "_framework/MindExecution.Plugins.Admin.vbjjmdaao2.dll"
443
443
  },
444
444
  {
445
- "hash": "sha256-DQmbk8CBfUMKzBFM+MY5jTLE7uOCmkJSs32pPbdMSPE=",
446
- "url": "_framework/MindExecution.Plugins.Business.doimlros51.dll"
445
+ "hash": "sha256-oBxfcOUjON8fazAPi9ofzy4xzLB1Um5CoMMpBDptaMw=",
446
+ "url": "_framework/MindExecution.Plugins.Business.0cr5jc6wqe.dll"
447
447
  },
448
448
  {
449
- "hash": "sha256-5c90R4DlMcEWnK3Y8hsriDRbd/6Z1kxRUjadTg7u7OY=",
450
- "url": "_framework/MindExecution.Plugins.Concept.hp54u7s3y5.dll"
449
+ "hash": "sha256-3ryXSZiYzH2VQ4fr2jzKo3aVaGguy6ONjYOk4Y7KxWw=",
450
+ "url": "_framework/MindExecution.Plugins.Concept.m7p666e0jd.dll"
451
451
  },
452
452
  {
453
- "hash": "sha256-hFL0gf/5+F7hEKLD0wxAAgunmtnv7cDoltjRAc4vTcI=",
454
- "url": "_framework/MindExecution.Plugins.Directory.wjfnb1nk3b.dll"
453
+ "hash": "sha256-PDj+WmPfMdIXjlZDwsdnoAgdhMyD9LSAShPnP1GBxFU=",
454
+ "url": "_framework/MindExecution.Plugins.Directory.kmdtirnljl.dll"
455
455
  },
456
456
  {
457
- "hash": "sha256-vNeHlHZ36gLCoYh9zyHep/GwZ3Or2OPPvw9OD2pQ5b8=",
458
- "url": "_framework/MindExecution.Plugins.PlanMaster.447psj7gxo.dll"
457
+ "hash": "sha256-dvXI1L/R7ZmRRpBC/3hsMDxtbFQGSdxtBaSl69s9vEc=",
458
+ "url": "_framework/MindExecution.Plugins.PlanMaster.m1pfeozacj.dll"
459
459
  },
460
460
  {
461
- "hash": "sha256-TUg8aIszBV37K0+8OPT1DucBHrV45JCWwitdlqCqvXo=",
462
- "url": "_framework/MindExecution.Plugins.YouTube.7f551zknhn.dll"
461
+ "hash": "sha256-zVEOEZJP1b6bdiDE0WOcHSEOvPKwRIVUPjFNDHsqaG0=",
462
+ "url": "_framework/MindExecution.Plugins.YouTube.nvsc9q4s6b.dll"
463
463
  },
464
464
  {
465
- "hash": "sha256-dqBcSS77lWhJvJyEde056PMe1kD2qwnEwjvalpzEYu4=",
466
- "url": "_framework/MindExecution.Shared.aftyr3f4lo.dll"
465
+ "hash": "sha256-63x52JOqGY6c0FovuIJ1Tf30Z871rWdSjuvR3pBxQ4w=",
466
+ "url": "_framework/MindExecution.Shared.9jaznballd.dll"
467
467
  },
468
468
  {
469
- "hash": "sha256-I4cCYcnct43OvvZpC8oYh5ukWfc+HNZr7Rv0zLwv9x4=",
470
- "url": "_framework/MindExecution.Web.tkj3z0fg8f.dll"
469
+ "hash": "sha256-OCd/xBFfKxR+s8Ocok8MbEio0DBwJIrKU1WeQA/ehLM=",
470
+ "url": "_framework/MindExecution.Web.k5jxwawryl.dll"
471
471
  },
472
472
  {
473
473
  "hash": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
@@ -786,7 +786,7 @@
786
786
  "url": "_framework/Websocket.Client.vapounvmnl.dll"
787
787
  },
788
788
  {
789
- "hash": "sha256-rqjvYaPwz57XTDjVeiQR1QH4W6MfG/E0Yzn2y7uthQw=",
789
+ "hash": "sha256-uI0ZgwnqMd7J4ZSIqdiW1aHr83LlUYdbeOuMyGsNud8=",
790
790
  "url": "_framework/blazor.boot.json"
791
791
  },
792
792
  {
@@ -862,7 +862,7 @@
862
862
  "url": "icon-512.png"
863
863
  },
864
864
  {
865
- "hash": "sha256-jis8c4hN6LeUIoAHvy+L4DW5Ic+5asuSUSOWunufHWU=",
865
+ "hash": "sha256-dcXaaRhMsIndf0ixxBjqjgds3vKSvMSMT8DC1aPAhBc=",
866
866
  "url": "index.html"
867
867
  },
868
868
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: ygUjwIsB */
1
+ /* Manifest version: mHqjuNFh */
2
2
  // Hosted deployments should prefer the network over stale offline caches.
3
3
  // This service worker immediately clears old Blazor offline caches and unregisters itself.
4
4