@mindexec/cli 0.2.213 → 0.2.215

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindexec/cli",
3
- "version": "0.2.213",
3
+ "version": "0.2.215",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -3864,9 +3864,9 @@
3864
3864
  const REMOTE_FLEET_EMPTY_SCREEN_MIN_HEIGHT = 108;
3865
3865
  const REMOTE_FLEET_MONITOR_SIZE_LEVELS = Object.freeze(['dense', 'cards', 'large']);
3866
3866
  const REMOTE_FLEET_MONITOR_TILE_METRICS = Object.freeze({
3867
- dense: Object.freeze({ tileMinWidth: 132, tileMinHeight: 84, emptyMinWidth: 132, emptyMinHeight: 72 }),
3868
- cards: Object.freeze({ tileMinWidth: 198, tileMinHeight: 126, emptyMinWidth: 198, emptyMinHeight: 108 }),
3869
- large: Object.freeze({ tileMinWidth: 297, tileMinHeight: 189, emptyMinWidth: 297, emptyMinHeight: 162 })
3867
+ dense: Object.freeze({ tileMinWidth: 132, tileMinHeight: 84 }),
3868
+ cards: Object.freeze({ tileMinWidth: 198, tileMinHeight: 126 }),
3869
+ large: Object.freeze({ tileMinWidth: 297, tileMinHeight: 189 })
3870
3870
  });
3871
3871
  const AUTOMATION_NODE_KIND_METADATA_KEY = 'AutomationNodeKind';
3872
3872
  const AUTOMATION_NODE_LABEL_METADATA_KEY = 'AutomationNodeLabel';
@@ -13526,8 +13526,8 @@
13526
13526
  const height = Number(nodeModel?.height ?? nodeModel?.Height ?? 620);
13527
13527
  const usableWidth = Number.isFinite(width) ? Math.max(360, width - 44) : 916;
13528
13528
  const usableHeight = Number.isFinite(height) ? Math.max(260, height - 128) : 492;
13529
- const columns = Math.max(3, Math.floor((usableWidth + REMOTE_FLEET_MONITOR_TILE_GAP_PX) / (metrics.emptyMinWidth + REMOTE_FLEET_MONITOR_TILE_GAP_PX)));
13530
- const rows = Math.max(3, Math.ceil((usableHeight + REMOTE_FLEET_MONITOR_TILE_GAP_PX) / (metrics.emptyMinHeight + REMOTE_FLEET_MONITOR_TILE_GAP_PX)));
13529
+ const columns = Math.max(3, Math.floor((usableWidth + REMOTE_FLEET_MONITOR_TILE_GAP_PX) / (metrics.tileMinWidth + REMOTE_FLEET_MONITOR_TILE_GAP_PX)));
13530
+ const rows = Math.max(3, Math.ceil((usableHeight + REMOTE_FLEET_MONITOR_TILE_GAP_PX) / (metrics.tileMinHeight + REMOTE_FLEET_MONITOR_TILE_GAP_PX)));
13531
13531
  return Math.max(12, Math.min(80, columns * rows));
13532
13532
  }
13533
13533
 
@@ -13538,7 +13538,8 @@
13538
13538
  width: 100%;
13539
13539
  height: auto;
13540
13540
  aspect-ratio: 16 / 9;
13541
- min-height: ${metrics.emptyMinHeight}px;
13541
+ min-width: 0;
13542
+ min-height: ${metrics.tileMinHeight}px;
13542
13543
  box-sizing: border-box;
13543
13544
  border-radius: 0;
13544
13545
  border: 1px solid rgba(203, 213, 225, 0.66);
@@ -13568,7 +13569,7 @@
13568
13569
  overflow-y: auto;
13569
13570
  overflow-x: hidden;
13570
13571
  display: grid;
13571
- grid-template-columns: repeat(auto-fill, minmax(${metrics.emptyMinWidth}px, 1fr));
13572
+ grid-template-columns: repeat(auto-fill, minmax(${metrics.tileMinWidth}px, 1fr));
13572
13573
  grid-auto-rows: max-content;
13573
13574
  align-content: start;
13574
13575
  align-items: start;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "mainAssemblyName": "MindExecution.Web",
3
3
  "resources": {
4
- "hash": "sha256-iiSeCvB5NpvqIW1+MQgzzc+UStFn80YeJUyFtdiuER8=",
4
+ "hash": "sha256-ZAwNpPs3onBC9rgkcEK4JTXupWIi3Eni5koql7ccxZE=",
5
5
  "fingerprinting": {
6
6
  "Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
7
7
  "Markdig.d1j7v41cl1.dll": "Markdig.dll",
@@ -131,7 +131,7 @@
131
131
  "MindExecution.Plugins.Directory.k4hx7g84qs.dll": "MindExecution.Plugins.Directory.dll",
132
132
  "MindExecution.Plugins.PlanMaster.kibqg6rvqh.dll": "MindExecution.Plugins.PlanMaster.dll",
133
133
  "MindExecution.Plugins.YouTube.089r64n2hv.dll": "MindExecution.Plugins.YouTube.dll",
134
- "MindExecution.Shared.p86iw1fhns.dll": "MindExecution.Shared.dll",
134
+ "MindExecution.Shared.tlbhl3vzry.dll": "MindExecution.Shared.dll",
135
135
  "MindExecution.Web.7axuoygrwi.dll": "MindExecution.Web.dll",
136
136
  "dotnet.js": "dotnet.js",
137
137
  "dotnet.native.qc8g39g30v.js": "dotnet.native.js",
@@ -283,7 +283,7 @@
283
283
  "MindExecution.Plugins.Business.asckvekct8.dll": "sha256-ujRTVA1cvwBWDAdHqxU8oyTnOyjgvsr0ynsQjjxJxcY=",
284
284
  "MindExecution.Plugins.Concept.u9kzsgf64o.dll": "sha256-Yp38m6zHe8EBxtm480N4LfcHRpzFZRhYpr1RsCgnlK8=",
285
285
  "MindExecution.Plugins.PlanMaster.kibqg6rvqh.dll": "sha256-NOtEHR8Y0rO8BguFvD1soa8jfB4YVQFydten0SzqBEg=",
286
- "MindExecution.Shared.p86iw1fhns.dll": "sha256-GeQGsY17FMYu6beNS1RDR7yJ/nNgfiix6rjORzhXnCY=",
286
+ "MindExecution.Shared.tlbhl3vzry.dll": "sha256-/9nQZxjXPlmSaR2aLxtKn+8gSaoPbSd9uMesWd0UoT8=",
287
287
  "MindExecution.Web.7axuoygrwi.dll": "sha256-/6NQ8z9E7ixNwgYD71eh6M6YCGzctKodTWcZNJcNF8E="
288
288
  },
289
289
  "lazyAssembly": {
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "Tx/JKjhJ",
2
+ "version": "/EvLtdkn",
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-gj/1Ji+BbpWEEXxsJO/G06JwsucL7DPWqcPqRHEXAMg=",
89
+ "hash": "sha256-AmO/f+tNKMsT5NGWXiYnrNmWUPCBsP/yu4n2Jcy/fp8=",
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
91
91
  },
92
92
  {
@@ -442,8 +442,8 @@
442
442
  "url": "_framework/MindExecution.Plugins.YouTube.089r64n2hv.dll"
443
443
  },
444
444
  {
445
- "hash": "sha256-GeQGsY17FMYu6beNS1RDR7yJ/nNgfiix6rjORzhXnCY=",
446
- "url": "_framework/MindExecution.Shared.p86iw1fhns.dll"
445
+ "hash": "sha256-/9nQZxjXPlmSaR2aLxtKn+8gSaoPbSd9uMesWd0UoT8=",
446
+ "url": "_framework/MindExecution.Shared.tlbhl3vzry.dll"
447
447
  },
448
448
  {
449
449
  "hash": "sha256-/6NQ8z9E7ixNwgYD71eh6M6YCGzctKodTWcZNJcNF8E=",
@@ -770,7 +770,7 @@
770
770
  "url": "_framework/Websocket.Client.vapounvmnl.dll"
771
771
  },
772
772
  {
773
- "hash": "sha256-xLiOU/vuEmRFIqaJXh1WMyuEaWcsagGwx5Uq71HsjkY=",
773
+ "hash": "sha256-36mQLZwJPEYidi6boI2UFIh+CfZxcWNdaSjzrzRQ4+Q=",
774
774
  "url": "_framework/blazor.boot.json"
775
775
  },
776
776
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: Tx/JKjhJ */
1
+ /* Manifest version: /EvLtdkn */
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