@mindexec/cli 0.2.326 → 0.2.329
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/css/mind-map-overrides.css +38 -3
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +1 -1
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-lod-renderer.js +33 -13
- package/wwwroot/index.html +3 -3
- package/wwwroot/service-worker-assets.js +5 -5
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
@@ -230,6 +230,32 @@ body.is-resizing .css3d-resolution-wrapper {
|
|
|
230
230
|
transition: none !important;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
+
body.is-zooming .css3d-resolution-wrapper,
|
|
234
|
+
body.is-panning .css3d-resolution-wrapper {
|
|
235
|
+
-webkit-transition: none !important;
|
|
236
|
+
transition: none !important;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
body.is-zooming .css3d-resolution-wrapper.selected,
|
|
240
|
+
body.is-panning .css3d-resolution-wrapper.selected,
|
|
241
|
+
body.mindcanvas-is-moving .css3d-resolution-wrapper.selected,
|
|
242
|
+
body.mindcanvas-is-dense .css3d-resolution-wrapper.selected {
|
|
243
|
+
-webkit-filter: saturate(1.08) !important;
|
|
244
|
+
filter: saturate(1.08) !important;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
body.is-zooming .node-menu-wrapper,
|
|
248
|
+
body.is-panning .node-menu-wrapper,
|
|
249
|
+
body.is-zooming .map-node-memo__icon-popover,
|
|
250
|
+
body.is-panning .map-node-memo__icon-popover {
|
|
251
|
+
-webkit-backdrop-filter: none !important;
|
|
252
|
+
backdrop-filter: none !important;
|
|
253
|
+
-webkit-box-shadow: none !important;
|
|
254
|
+
box-shadow: none !important;
|
|
255
|
+
-webkit-transition: none !important;
|
|
256
|
+
transition: none !important;
|
|
257
|
+
}
|
|
258
|
+
|
|
233
259
|
.mindcanvas-node-toolbar,
|
|
234
260
|
.global-ai-input-shell {
|
|
235
261
|
position: relative;
|
|
@@ -1104,14 +1130,16 @@ body.is-resizing .css3d-resolution-wrapper {
|
|
|
1104
1130
|
/* ▼▼▼ [CRITICAL] Zoom/Drag 중 포인터 이벤트 비활성화 ▼▼▼ */
|
|
1105
1131
|
/* Hover raycast is already short-circuited in JS during pan, so keep CSS hover/focus
|
|
1106
1132
|
intact while middle-button panning. We still suppress hit-testing for zoom/drag. */
|
|
1107
|
-
#css3d-dom-wrapper.is-dragging
|
|
1133
|
+
#css3d-dom-wrapper.is-dragging,
|
|
1134
|
+
body.is-zooming #css3d-dom-wrapper {
|
|
1108
1135
|
pointer-events: none !important;
|
|
1109
1136
|
}
|
|
1110
1137
|
|
|
1111
1138
|
html.mindcanvas-browser-selection-locked,
|
|
1112
1139
|
body.mindcanvas-browser-selection-locked,
|
|
1113
1140
|
body.is-node-dragging,
|
|
1114
|
-
body.is-resizing
|
|
1141
|
+
body.is-resizing,
|
|
1142
|
+
body.is-zooming {
|
|
1115
1143
|
user-select: none !important;
|
|
1116
1144
|
-webkit-user-select: none !important;
|
|
1117
1145
|
}
|
|
@@ -1119,6 +1147,9 @@ body.is-resizing {
|
|
|
1119
1147
|
body.mindcanvas-browser-selection-locked *,
|
|
1120
1148
|
body.is-node-dragging *,
|
|
1121
1149
|
body.is-resizing *,
|
|
1150
|
+
#css3d-dom-wrapper.is-panning,
|
|
1151
|
+
#css3d-dom-wrapper.is-panning *,
|
|
1152
|
+
body.is-zooming #css3d-dom-wrapper *,
|
|
1122
1153
|
#css3d-dom-wrapper.is-dragging,
|
|
1123
1154
|
#css3d-dom-wrapper.is-dragging *,
|
|
1124
1155
|
.multi-select-overlay,
|
|
@@ -1138,7 +1169,11 @@ body.is-node-dragging .mind-map-text-overlay-v2-card *,
|
|
|
1138
1169
|
body.is-resizing .mind-map-text-overlay.mind-map-text-overlay-selectable .mind-map-text-overlay-fragment,
|
|
1139
1170
|
body.is-resizing .mind-map-text-overlay.mind-map-text-overlay-selectable .mind-map-text-overlay-fragment *,
|
|
1140
1171
|
body.is-resizing .mind-map-text-overlay-v2-card,
|
|
1141
|
-
body.is-resizing .mind-map-text-overlay-v2-card
|
|
1172
|
+
body.is-resizing .mind-map-text-overlay-v2-card *,
|
|
1173
|
+
body.is-zooming .mind-map-text-overlay.mind-map-text-overlay-selectable .mind-map-text-overlay-fragment,
|
|
1174
|
+
body.is-zooming .mind-map-text-overlay.mind-map-text-overlay-selectable .mind-map-text-overlay-fragment *,
|
|
1175
|
+
#css3d-dom-wrapper.is-panning .mind-map-text-overlay.mind-map-text-overlay-selectable .mind-map-text-overlay-fragment,
|
|
1176
|
+
#css3d-dom-wrapper.is-panning .mind-map-text-overlay.mind-map-text-overlay-selectable .mind-map-text-overlay-fragment * {
|
|
1142
1177
|
user-select: none !important;
|
|
1143
1178
|
-webkit-user-select: none !important;
|
|
1144
1179
|
cursor: inherit !important;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
const DEBUG = false;
|
|
6
6
|
const FPS_DEBUG = false;
|
|
7
7
|
const FRAME_PERF_DEBUG = false;
|
|
8
|
-
const MINDMAP_CORE_BUILD_ID = '20260621-
|
|
8
|
+
const MINDMAP_CORE_BUILD_ID = '20260621-normal-wrapper-detail-v813';
|
|
9
9
|
const CanvasPhase = Object.freeze({
|
|
10
10
|
Booting: 'booting',
|
|
11
11
|
BoardFileLoading: 'board-file-loading',
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
// ▲▲▲ [Usage] ▲▲▲
|
|
52
52
|
|
|
53
53
|
// Procedural line rendering settings
|
|
54
|
-
const LOD_RENDERER_BUILD_ID = '20260621-
|
|
54
|
+
const LOD_RENDERER_BUILD_ID = '20260621-normal-wrapper-detail-v813';
|
|
55
55
|
const DirtyKind = Object.freeze({
|
|
56
56
|
ResidentFullRebuild: 'resident-full-rebuild',
|
|
57
57
|
ResidentPatch: 'resident-patch',
|
|
@@ -4462,23 +4462,43 @@
|
|
|
4462
4462
|
root.querySelectorAll?.('[data-text-overlay-source-suspended], .mind-map-text-overlay-source-suspended, .mind-map-v2-source-suspended')?.forEach?.(clearSuspendedTarget);
|
|
4463
4463
|
}
|
|
4464
4464
|
|
|
4465
|
+
_getCss3dDetailTargets(entry) {
|
|
4466
|
+
const root = entry?.cssObject?.element || null;
|
|
4467
|
+
if (!root) return [];
|
|
4468
|
+
|
|
4469
|
+
const targets = [root];
|
|
4470
|
+
const inner = root.querySelector?.('.node-container') || null;
|
|
4471
|
+
if (inner && inner !== root) {
|
|
4472
|
+
targets.push(inner);
|
|
4473
|
+
}
|
|
4474
|
+
|
|
4475
|
+
return targets.filter(target => !!target?.classList);
|
|
4476
|
+
}
|
|
4477
|
+
|
|
4478
|
+
_isCss3dLowDetail(entry) {
|
|
4479
|
+
return this._getCss3dDetailTargets(entry)
|
|
4480
|
+
.some(target => target.classList.contains('lod-low'));
|
|
4481
|
+
}
|
|
4482
|
+
|
|
4465
4483
|
_setNodeDetailLevel(entry, level) {
|
|
4466
4484
|
if (!entry?.cssObject?.element) return;
|
|
4467
4485
|
|
|
4468
|
-
const
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
if (!container?.classList) return;
|
|
4472
|
-
|
|
4486
|
+
const targets = this._getCss3dDetailTargets(entry);
|
|
4487
|
+
if (targets.length === 0) return;
|
|
4488
|
+
|
|
4473
4489
|
if (level === 'HIGH') {
|
|
4474
|
-
|
|
4475
|
-
|
|
4490
|
+
for (const target of targets) {
|
|
4491
|
+
target.classList.remove('lod-low');
|
|
4492
|
+
target.classList.add('lod-high');
|
|
4493
|
+
}
|
|
4476
4494
|
this._restoreCss3dTextSourceForHighDetail(entry);
|
|
4477
4495
|
} else {
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4496
|
+
for (const target of targets) {
|
|
4497
|
+
target.classList.remove('lod-high');
|
|
4498
|
+
target.classList.add('lod-low');
|
|
4499
|
+
}
|
|
4500
|
+
}
|
|
4501
|
+
}
|
|
4482
4502
|
|
|
4483
4503
|
_setCss3dLodClass(entry, isHigh) {
|
|
4484
4504
|
this._setNodeDetailLevel(entry, isHigh ? 'HIGH' : 'LOW');
|
|
@@ -4499,7 +4519,7 @@
|
|
|
4499
4519
|
if (!cssElement ||
|
|
4500
4520
|
entry.cssObject?.visible !== true ||
|
|
4501
4521
|
cssElement.style.display === 'none' ||
|
|
4502
|
-
|
|
4522
|
+
this._isCss3dLowDetail(entry) !== true) {
|
|
4503
4523
|
continue;
|
|
4504
4524
|
}
|
|
4505
4525
|
|
package/wwwroot/index.html
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<title>MindExec | Business Execution OS for solo builders</title>
|
|
8
8
|
<meta name="description" content="MindExec is an AI business execution OS for solo builders who want to turn notes, research, assets, and repeatable execution Skills into revenue-producing work." />
|
|
9
9
|
<base href="/" />
|
|
10
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260621-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260621-
|
|
10
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260621-normal-wrapper-detail-v813" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260621-normal-wrapper-detail-v813" />
|
|
12
12
|
<!-- ??좎뜦堉??Font Awesome (local) ??좎뜦堉??-->
|
|
13
13
|
<link rel="stylesheet" href="_content/MindExecution.Shared/lib/font-awesome/css/all.min.css" />
|
|
14
14
|
<!-- ??좎뜦堉??-->
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
const base = '_content/MindExecution.Shared/js/';
|
|
582
|
-
const scriptVersion = '20260621-
|
|
582
|
+
const scriptVersion = '20260621-normal-wrapper-detail-v813';
|
|
583
583
|
const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
|
|
584
584
|
console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
|
|
585
585
|
const criticalScripts = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "rC8tumTt",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"url": "_content/MindExecution.Shared/css/app.css"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"hash": "sha256-
|
|
45
|
+
"hash": "sha256-eF3w0JTo+uSExdWKpxBfvxWOqnX396AociRomS2GqAI=",
|
|
46
46
|
"url": "_content/MindExecution.Shared/css/mind-map-overrides.css"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"url": "_content/MindExecution.Shared/js/marked.min.js"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
"hash": "sha256-
|
|
81
|
+
"hash": "sha256-obEVeJ0ApM2n6Na5i2bZqZL5kO8AYFeZ4M0WG046mYo=",
|
|
82
82
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"url": "_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
"hash": "sha256-
|
|
117
|
+
"hash": "sha256-6n2JU+zISD5Q6uC7oxPH/5PCQJPG91Sqchy4lbEW6gE=",
|
|
118
118
|
"url": "_content/MindExecution.Shared/js/mind-map-lod-renderer.js"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"url": "image-manifest.json"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"hash": "sha256-
|
|
837
|
+
"hash": "sha256-GENo7frvP1sSI8xK+U/BK5Tk7vfZvnv0ygslqS4i5b0=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|