pyegeria 5.3.4.4.dev5__py3-none-any.whl → 5.3.4.4.dev6__py3-none-any.whl
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.
- pyegeria/mermaid_utilities.py +2 -2
- {pyegeria-5.3.4.4.dev5.dist-info → pyegeria-5.3.4.4.dev6.dist-info}/METADATA +1 -1
- {pyegeria-5.3.4.4.dev5.dist-info → pyegeria-5.3.4.4.dev6.dist-info}/RECORD +6 -6
- {pyegeria-5.3.4.4.dev5.dist-info → pyegeria-5.3.4.4.dev6.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.4.4.dev5.dist-info → pyegeria-5.3.4.4.dev6.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.4.4.dev5.dist-info → pyegeria-5.3.4.4.dev6.dist-info}/entry_points.txt +0 -0
pyegeria/mermaid_utilities.py
CHANGED
@@ -284,7 +284,7 @@ def construct_mermaid_html(mermaid_str: str) -> str:
|
|
284
284
|
panY -= (offsetY / previousScale - offsetY / scale);
|
285
285
|
|
286
286
|
// Apply transformations
|
287
|
-
content.style.transform = `translate(${panX}px, ${panY}px) scale(${scale})`;
|
287
|
+
content.style.transform = `translate(${{panX}}px, ${{panY}}px) scale(${{scale}})`;
|
288
288
|
}});
|
289
289
|
|
290
290
|
// Handle panning with mouse drag
|
@@ -301,7 +301,7 @@ def construct_mermaid_html(mermaid_str: str) -> str:
|
|
301
301
|
panY = event.clientY - startY;
|
302
302
|
|
303
303
|
// Apply transformations
|
304
|
-
content.style.transform = `translate(${panX}px, ${panY}px) scale(${scale})`;
|
304
|
+
content.style.transform = `translate(${{panX}}px, ${{panY}}px) scale(${{scale}})`;
|
305
305
|
}});
|
306
306
|
|
307
307
|
container.addEventListener('mouseup', function() {{
|
@@ -502,7 +502,7 @@ pyegeria/feedback_manager_omvs.py,sha256=B66e3ZCaC_dirb0mcb2Nz3PYh2ZKsoMAYNOb3eu
|
|
502
502
|
pyegeria/full_omag_server_config.py,sha256=CQqLCy_3DZFvJZEOcGf50HWdFaWpiAIs6z-kKyjvpDA,47464
|
503
503
|
pyegeria/glossary_browser_omvs.py,sha256=RCvZ1l2xg6uZ1o4xGJUkIVJQO9NZG00F_jGSc4fAERU,93538
|
504
504
|
pyegeria/glossary_manager_omvs.py,sha256=CN04lhnAFk_g4soE5V_jZ0GDrLPClhX5yX9iE0t6NDk,132440
|
505
|
-
pyegeria/mermaid_utilities.py,sha256=
|
505
|
+
pyegeria/mermaid_utilities.py,sha256=kOo2O1WGqMKn7B8y4dYYA8oq9vmPj2VrGlu22GaEIho,23339
|
506
506
|
pyegeria/metadata_explorer_omvs.py,sha256=u66o4IOhSo-i75KYeHogGql-gECBzZPT-RYbvfYuzoI,86932
|
507
507
|
pyegeria/my_profile_omvs.py,sha256=i0e29KXRKZzZGgxuQI7c2_w7dyDuQWFIykky1Nqc0_8,34673
|
508
508
|
pyegeria/platform_services.py,sha256=xlF5p5HPKDGTFFDsuxm2RLhr8vjZPv4T7e2qCkDgKXE,41654
|
@@ -515,8 +515,8 @@ pyegeria/template_manager_omvs.py,sha256=o_qCIFTRLK8b9C3N99taLji8VkDygo1Ss0fua35
|
|
515
515
|
pyegeria/utils.py,sha256=GCt1C0bp0Xng1ahzbZhzV9qQwH7Dj93IaCt2dvWb-sg,5417
|
516
516
|
pyegeria/valid_metadata_omvs.py,sha256=UyIT4DfB1_QIG55Hmop7ozbsq8cNdrpYB7Tb6EOFiN8,65035
|
517
517
|
pyegeria/x_action_author_omvs.py,sha256=6b725SPsC52AI7ols7Qq8MsBlZuAXr_BgJ_-ychVRCw,6386
|
518
|
-
pyegeria-5.3.4.4.
|
519
|
-
pyegeria-5.3.4.4.
|
520
|
-
pyegeria-5.3.4.4.
|
521
|
-
pyegeria-5.3.4.4.
|
522
|
-
pyegeria-5.3.4.4.
|
518
|
+
pyegeria-5.3.4.4.dev6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
519
|
+
pyegeria-5.3.4.4.dev6.dist-info/METADATA,sha256=9kkTEdPGNGjtiT1IfHFHyEGdZFEm_nvpxAlPVoVZEfc,2740
|
520
|
+
pyegeria-5.3.4.4.dev6.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
521
|
+
pyegeria-5.3.4.4.dev6.dist-info/entry_points.txt,sha256=E83aZ9RhrxffYGmHgBwhLdS5fvEeYhrIPp0FZRvaFOI,6180
|
522
|
+
pyegeria-5.3.4.4.dev6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|