@mindexec/cli 0.2.409 → 0.2.411
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-core.js +3 -3
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +14 -1
- package/wwwroot/index.html +1 -1
- package/wwwroot/service-worker-assets.js +4 -4
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
@@ -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 = '20260628-
|
|
8
|
+
const MINDMAP_CORE_BUILD_ID = '20260628-generated-image-originalpath-v845';
|
|
9
9
|
const CanvasPhase = Object.freeze({
|
|
10
10
|
Booting: 'booting',
|
|
11
11
|
BoardFileLoading: 'board-file-loading',
|
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
]);
|
|
126
126
|
const LOD_PAN_VISIBILITY_REFRESH_INTERVAL_MS = 120;
|
|
127
127
|
const CAMERA_LERP_BASE_FRAME_MS = 1000 / 60;
|
|
128
|
-
const CAMERA_KEYBOARD_PAN_LERP_60HZ = 0.
|
|
129
|
-
const CAMERA_MOUSE_PAN_LERP_60HZ = 0.
|
|
128
|
+
const CAMERA_KEYBOARD_PAN_LERP_60HZ = 0.38;
|
|
129
|
+
const CAMERA_MOUSE_PAN_LERP_60HZ = 0.46;
|
|
130
130
|
const NODE_ADD_FRAME_BUDGET_MS = 6;
|
|
131
131
|
const NODE_ADD_LOADING_FRAME_BUDGET_MS = 8;
|
|
132
132
|
const NODE_ADD_MIN_SLICE = 8;
|
|
@@ -1728,7 +1728,7 @@
|
|
|
1728
1728
|
if (isGeneratedCssImageNode(nodeModel)) {
|
|
1729
1729
|
const directOriginalUrl = isDirectCssMediaUrl(originalUrl) ? originalUrl : '';
|
|
1730
1730
|
const responseFullResUrl = responseUrl && !isThumbnailCssMediaUrl(responseUrl) ? responseUrl : '';
|
|
1731
|
-
return directOriginalUrl ||
|
|
1731
|
+
return directOriginalUrl || responseFullResUrl || previewUrl || originalUrl;
|
|
1732
1732
|
}
|
|
1733
1733
|
|
|
1734
1734
|
return previewUrl || responseUrl || originalUrl;
|
|
@@ -4117,6 +4117,12 @@
|
|
|
4117
4117
|
}
|
|
4118
4118
|
return;
|
|
4119
4119
|
}
|
|
4120
|
+
if (originalUrl && !isDirectCssMediaUrl(originalUrl) && (forceGeneratedOriginal || forceAnimatedGifOriginal)) {
|
|
4121
|
+
if (mediaEl.dataset.originalResolveAttempted === '1') return;
|
|
4122
|
+
mediaEl.dataset.originalResolveAttempted = '1';
|
|
4123
|
+
void tryRefreshCssMediaSource(mediaEl, nodeModel, contentTypeLower);
|
|
4124
|
+
return;
|
|
4125
|
+
}
|
|
4120
4126
|
if (originalUrl && isThumbnailCssMediaUrl(currentSource)) {
|
|
4121
4127
|
mediaEl.dataset.originalResolveAttempted = '';
|
|
4122
4128
|
}
|
|
@@ -4188,6 +4194,13 @@
|
|
|
4188
4194
|
}
|
|
4189
4195
|
|
|
4190
4196
|
if (contentTypeLower === 'image') {
|
|
4197
|
+
if (!isDirectCssMediaUrl(normalized)) {
|
|
4198
|
+
setAssetRefreshState(nodeModel, '', '');
|
|
4199
|
+
syncMediaLoadingRowForElement(mediaEl, nodeModel, contentTypeLower);
|
|
4200
|
+
mediaEl.dataset.assetRefreshAttempted = '';
|
|
4201
|
+
return;
|
|
4202
|
+
}
|
|
4203
|
+
|
|
4191
4204
|
const metadata = ensureCssMediaMetadata(nodeModel);
|
|
4192
4205
|
const thumbnailUrl = normalizeCssMediaUrl(metadata?.ThumbnailUrl || metadata?.thumbnailUrl || '');
|
|
4193
4206
|
metadata.OriginalUrl = normalized;
|
package/wwwroot/index.html
CHANGED
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
const base = '_content/MindExecution.Shared/js/';
|
|
582
|
-
const scriptVersion = '20260628-
|
|
582
|
+
const scriptVersion = '20260628-generated-image-originalpath-v845';
|
|
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": "V3kDdWs3",
|
|
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
|
|
81
|
+
"hash": "sha256-vXpcGupvtf6fm65+9El2/CMRkcFb3Oj6HpiRb3ZPk/I=",
|
|
82
82
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
@@ -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-cMdvOe/GyWEkBT4eB4xkS8pdRZozt2H4byyPMjkbtgs=",
|
|
90
90
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"url": "icon-512.png"
|
|
827
827
|
},
|
|
828
828
|
{
|
|
829
|
-
"hash": "sha256-
|
|
829
|
+
"hash": "sha256-giQWC7LbcUwZgIpiSrXumO6O6hCtwIasZC9vsILqHqQ=",
|
|
830
830
|
"url": "index.html"
|
|
831
831
|
},
|
|
832
832
|
{
|