@mindexec/cli 0.2.200 → 0.2.202
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 +22 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +26 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-text-overlay-v2.js +12 -1
- package/wwwroot/index.html +17 -15
- package/wwwroot/service-worker-assets.js +5 -5
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
@@ -1681,6 +1681,28 @@ body.is-panning .mind-map-text-overlay-v2-card.is-passive .mind-map-text-overlay
|
|
|
1681
1681
|
padding-right: var(--mind-map-text-scrollbar-gutter) !important;
|
|
1682
1682
|
}
|
|
1683
1683
|
|
|
1684
|
+
.css3d-resolution-wrapper.node-type-note .map-node-note,
|
|
1685
|
+
.css3d-resolution-wrapper .map-node-note {
|
|
1686
|
+
min-height: 0 !important;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
.css3d-resolution-wrapper.node-type-note .note-content,
|
|
1690
|
+
.css3d-resolution-wrapper .map-node-note .note-content,
|
|
1691
|
+
.css3d-resolution-wrapper .map-node-note .node-response.note-content {
|
|
1692
|
+
display: block !important;
|
|
1693
|
+
flex: 1 1 auto !important;
|
|
1694
|
+
min-height: 0 !important;
|
|
1695
|
+
height: 100% !important;
|
|
1696
|
+
max-height: 100% !important;
|
|
1697
|
+
overflow-x: hidden !important;
|
|
1698
|
+
overflow-y: auto !important;
|
|
1699
|
+
scrollbar-gutter: stable !important;
|
|
1700
|
+
scrollbar-width: thin !important;
|
|
1701
|
+
scrollbar-color: rgba(0, 0, 0, 0.2) transparent !important;
|
|
1702
|
+
overscroll-behavior: contain !important;
|
|
1703
|
+
pointer-events: auto !important;
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1684
1706
|
.css3d-resolution-wrapper .note-textarea,
|
|
1685
1707
|
.mind-map-text-overlay .note-textarea,
|
|
1686
1708
|
.mind-map-text-overlay-v2-card .note-textarea,
|
|
@@ -509,6 +509,28 @@
|
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
/* 2. Webkit 기반 (Chrome, Edge, Safari) - 고정 폭 스크롤바 */
|
|
512
|
+
.css3d-resolution-wrapper.node-type-note .map-node-note,
|
|
513
|
+
.css3d-resolution-wrapper .map-node-note {
|
|
514
|
+
min-height: 0 !important;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.css3d-resolution-wrapper.node-type-note .note-content,
|
|
518
|
+
.css3d-resolution-wrapper .map-node-note .note-content,
|
|
519
|
+
.css3d-resolution-wrapper .map-node-note .node-response.note-content {
|
|
520
|
+
display: block !important;
|
|
521
|
+
flex: 1 1 auto !important;
|
|
522
|
+
min-height: 0 !important;
|
|
523
|
+
height: 100% !important;
|
|
524
|
+
max-height: 100% !important;
|
|
525
|
+
overflow-x: hidden !important;
|
|
526
|
+
overflow-y: auto !important;
|
|
527
|
+
scrollbar-gutter: stable !important;
|
|
528
|
+
scrollbar-width: thin !important;
|
|
529
|
+
scrollbar-color: rgba(0, 0, 0, 0.2) transparent !important;
|
|
530
|
+
overscroll-behavior: contain !important;
|
|
531
|
+
pointer-events: auto !important;
|
|
532
|
+
}
|
|
533
|
+
|
|
512
534
|
.note-textarea::-webkit-scrollbar,
|
|
513
535
|
.note-content::-webkit-scrollbar,
|
|
514
536
|
.markdown-body::-webkit-scrollbar,
|
|
@@ -22141,12 +22163,16 @@
|
|
|
22141
22163
|
height: 100%;
|
|
22142
22164
|
flex: 1 1 auto;
|
|
22143
22165
|
min-height: 0;
|
|
22166
|
+
max-height: 100%;
|
|
22167
|
+
overflow-x: hidden;
|
|
22144
22168
|
overflow-y: auto;
|
|
22169
|
+
overscroll-behavior: contain;
|
|
22145
22170
|
pointer-events: auto;
|
|
22146
22171
|
scrollbar-width: thin;
|
|
22147
22172
|
scrollbar-color: rgba(0,0,0,0.2) transparent;
|
|
22148
22173
|
scrollbar-gutter: stable;
|
|
22149
22174
|
padding-right: 14px;
|
|
22175
|
+
box-sizing: border-box;
|
|
22150
22176
|
`;
|
|
22151
22177
|
|
|
22152
22178
|
// 1. Save Metadata
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
const DEBUG = false;
|
|
5
|
+
const PASSIVE_DOM_OVERLAY_ENABLED = false;
|
|
5
6
|
const DEFAULT_OVERLAY_SCROLLABLE_SELECTOR = '.node-response, .note-content, .markdown-body, .prose, .note-textarea, .code-body, .code-content, .pdf-content, .text-content, .file-content, .map-node-memo__body, .map-node-memo__body-view, .map-node-memo__agent-plan-body, .map-node-memo__agent-console-body, pre, code';
|
|
6
7
|
const PASSIVE_OVERLAY_NEAR_EXIT_GRACE_MS = 220;
|
|
7
8
|
const PASSIVE_OVERLAY_CANDIDATE_GRACE_MS = 160;
|
|
@@ -121,7 +122,9 @@
|
|
|
121
122
|
}
|
|
122
123
|
|
|
123
124
|
function isEnabled(module) {
|
|
124
|
-
return
|
|
125
|
+
return PASSIVE_DOM_OVERLAY_ENABLED === true &&
|
|
126
|
+
module?.useTextOverlayV2 === true &&
|
|
127
|
+
isDomOverlayDebugEnabled(module);
|
|
125
128
|
}
|
|
126
129
|
|
|
127
130
|
function nowMs() {
|
|
@@ -301,6 +304,10 @@
|
|
|
301
304
|
}
|
|
302
305
|
|
|
303
306
|
function shouldRenderPassiveDomOverlays(module) {
|
|
307
|
+
if (PASSIVE_DOM_OVERLAY_ENABLED !== true) {
|
|
308
|
+
return false;
|
|
309
|
+
}
|
|
310
|
+
|
|
304
311
|
if (!isEnabled(module) || !usesDomTextOverlay(module)) {
|
|
305
312
|
return false;
|
|
306
313
|
}
|
|
@@ -3918,6 +3925,10 @@
|
|
|
3918
3925
|
}
|
|
3919
3926
|
|
|
3920
3927
|
function hasLiveInteractiveOverlay(module) {
|
|
3928
|
+
if (!isEnabled(module) || !shouldRenderPassiveDomOverlays(module)) {
|
|
3929
|
+
return false;
|
|
3930
|
+
}
|
|
3931
|
+
|
|
3921
3932
|
const state = ensureState(module);
|
|
3922
3933
|
if (state?.cards?.forEach) {
|
|
3923
3934
|
let hasVisibleLiveCard = false;
|
package/wwwroot/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
2
|
<html lang="en">
|
|
3
3
|
|
|
4
4
|
<head>
|
|
@@ -7,11 +7,11 @@
|
|
|
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=20260618-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260618-
|
|
12
|
-
<!--
|
|
10
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260618-note-scroll-v619-x1" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260618-note-scroll-v619-x1" />
|
|
12
|
+
<!-- ?占썩뼹??Font Awesome (local) ?占썩뼹??-->
|
|
13
13
|
<link rel="stylesheet" href="_content/MindExecution.Shared/lib/font-awesome/css/all.min.css" />
|
|
14
|
-
<!--
|
|
14
|
+
<!-- ?占썩뼯??-->
|
|
15
15
|
<style>
|
|
16
16
|
#app {
|
|
17
17
|
min-height: 100vh;
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
function adjustTextareaHeight(element) {
|
|
181
181
|
if (!element) return;
|
|
182
182
|
|
|
183
|
-
//
|
|
183
|
+
// ?占썩뼹??[Change] Add jitter-prevention logic ?占썩뼹??
|
|
184
184
|
// Compare the previous text length. When content grows, skip the 'auto' reset.
|
|
185
185
|
// Only reset to 'auto' when shrinking (during deletion).
|
|
186
186
|
const currentLength = element.value.length;
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
element.dataset.prevLength = currentLength; // store current length
|
|
194
|
-
//
|
|
194
|
+
// ?占썩뼯??[Change] ?占썩뼯??
|
|
195
195
|
|
|
196
196
|
const computedStyles = window.getComputedStyle(element);
|
|
197
197
|
const lineHeight = parseFloat(computedStyles.lineHeight || '24') || 24;
|
|
@@ -284,11 +284,11 @@
|
|
|
284
284
|
// Prevent default page-level DnD behavior
|
|
285
285
|
document.addEventListener('dragover', (e) => {
|
|
286
286
|
e.preventDefault();
|
|
287
|
-
//
|
|
287
|
+
// ?占썩뼹??[Change] Remove/avoid stopPropagation (do not disrupt event flow) ?占썩뼹??
|
|
288
288
|
// e.stopPropagation();
|
|
289
|
-
//
|
|
289
|
+
// ?占썩뼯??[Change] ?占썩뼯??
|
|
290
290
|
|
|
291
|
-
//
|
|
291
|
+
// ?占썩뼹??[Change] Default is 'none', but only apply when not handled by children ?占썩뼹??
|
|
292
292
|
// (If MindMapDnD handles it, this code won't run or will be ignored)
|
|
293
293
|
// e.dataTransfer.dropEffect = 'none';
|
|
294
294
|
}, false);
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
window.__matchesMarketingToolHost(host, location.host || '')
|
|
429
429
|
);
|
|
430
430
|
</script>
|
|
431
|
-
<!--
|
|
431
|
+
<!-- ?占썩뼹??[Upgrade] Three.js r168 via ESM ?占썩뼹??-->
|
|
432
432
|
<script type="importmap">
|
|
433
433
|
{
|
|
434
434
|
"imports": {
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
const base = '_content/MindExecution.Shared/js/';
|
|
582
|
-
const scriptVersion = '20260618-
|
|
582
|
+
const scriptVersion = '20260618-note-scroll-v619-x1';
|
|
583
583
|
const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
|
|
584
584
|
console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
|
|
585
585
|
const criticalScripts = [
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
'background-themes.js',
|
|
591
591
|
'mind-map-logic-workers.js',
|
|
592
592
|
// Troika removed
|
|
593
|
-
'texture-worker-manager.js', // ??Web Worker
|
|
593
|
+
'texture-worker-manager.js', // ??Web Worker ?占쎌뒪占??占쎌꽦
|
|
594
594
|
'mind-map-texture-factory.js',
|
|
595
595
|
'mind-map-glow-shader.js', // ??SDF Glow (no textures, GPU only)
|
|
596
596
|
'mind-map-css3d-manager.js',
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
'mind-map-interactions.js',
|
|
604
604
|
'mind-map-dnd.js',
|
|
605
605
|
'mind-map-lod-renderer.js',
|
|
606
|
-
'mind-map-text-lod-system.js', // ??Text LOD
|
|
606
|
+
'mind-map-text-lod-system.js', // ??Text LOD ?占쎌뒪??(?占쎌쟻 ?占쎌뒪占??占쎌쭏)
|
|
607
607
|
'mind-map-core.js',
|
|
608
608
|
'mindmap-toolbar.js',
|
|
609
609
|
'token-manager.js',
|
|
@@ -722,10 +722,12 @@
|
|
|
722
722
|
window.showBlazorBootError('The page could not finish loading. Reload and try again.');
|
|
723
723
|
});
|
|
724
724
|
</script>
|
|
725
|
-
<!--
|
|
725
|
+
<!-- ?占썩뼯??[Upgrade] ?占썩뼯??-->
|
|
726
726
|
</body>
|
|
727
727
|
|
|
728
728
|
</html>
|
|
729
729
|
|
|
730
730
|
|
|
731
731
|
|
|
732
|
+
|
|
733
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "IGJeVzyo",
|
|
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-Xe8BkdKZDxJcD4yLzOA0iY/fQMYRbvoLfpyvOVs3wIk=",
|
|
46
46
|
"url": "_content/MindExecution.Shared/css/mind-map-overrides.css"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
@@ -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-dxx8NBoFxZXUW3mJ9kE/e6SN4fvl/FoBv5ddeIZ9Rq8=",
|
|
90
90
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"url": "_content/MindExecution.Shared/js/mind-map-text-lod-system.js"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"hash": "sha256-
|
|
157
|
+
"hash": "sha256-OSntEMLsoEFDV7U7I3M5Fih+WrYVau+GbfsVoapHsYY=",
|
|
158
158
|
"url": "_content/MindExecution.Shared/js/mind-map-text-overlay-v2.js"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"url": "image-manifest.json"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"hash": "sha256-
|
|
837
|
+
"hash": "sha256-QBcILyYOwJR8oLsYXJYq2pKgKBdXjJU3g9qGP7P2rFY=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|