pyegeria 5.3.4.7.dev3__py3-none-any.whl → 5.3.4.8__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 +3 -1
- pyegeria/test_m.html +7 -0
- {pyegeria-5.3.4.7.dev3.dist-info → pyegeria-5.3.4.8.dist-info}/METADATA +1 -1
- {pyegeria-5.3.4.7.dev3.dist-info → pyegeria-5.3.4.8.dist-info}/RECORD +7 -7
- {pyegeria-5.3.4.7.dev3.dist-info → pyegeria-5.3.4.8.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.4.7.dev3.dist-info → pyegeria-5.3.4.8.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.4.7.dev3.dist-info → pyegeria-5.3.4.8.dist-info}/entry_points.txt +0 -0
pyegeria/mermaid_utilities.py
CHANGED
@@ -241,7 +241,7 @@ def construct_mermaid_html(mermaid_str: str) -> str:
|
|
241
241
|
header_html = f"""
|
242
242
|
<h2 style="text-align: center; color: #007acc; margin-bottom: 16px;">
|
243
243
|
{escaped_header}
|
244
|
-
</h2
|
244
|
+
</h2>\nGUID: {guid}
|
245
245
|
""" if title_label else ""
|
246
246
|
|
247
247
|
# Construct the HTML content with Mermaid.js initialization and zoom/pan support
|
@@ -249,9 +249,11 @@ def construct_mermaid_html(mermaid_str: str) -> str:
|
|
249
249
|
|
250
250
|
mermaid_html = f"""
|
251
251
|
<div id="{graph_id}-container" class="diagram-container"
|
252
|
+
|
252
253
|
style="width: 90%; max-width: 800px; margin: auto; padding: 20px;
|
253
254
|
background: white; border: 1px solid #ddd;
|
254
255
|
border-radius: 12px; position: relative;">
|
256
|
+
{header_html if header_html else ""}
|
255
257
|
<div class="pan-zoom-container"
|
256
258
|
style="width: 100%; height: 500px; overflow: hidden;
|
257
259
|
position: relative; background: #f9f9f9;
|
pyegeria/test_m.html
CHANGED
@@ -1,8 +1,15 @@
|
|
1
1
|
|
2
2
|
<div id="mermaid-graph-c4f8d707-7c85-4125-b5fd-c3257a2ef2ef-container" class="diagram-container"
|
3
|
+
|
3
4
|
style="width: 90%; max-width: 800px; margin: auto; padding: 20px;
|
4
5
|
background: white; border: 1px solid #ddd;
|
5
6
|
border-radius: 12px; position: relative;">
|
7
|
+
|
8
|
+
<h2 style="text-align: center; color: #007acc; margin-bottom: 16px;">
|
9
|
+
Component for Solution Blueprint - Clinical Trial Management Solution Blueprint
|
10
|
+
</h2>
|
11
|
+
GUID: c4f8d707-7c85-4125-b5fd-c3257a2ef2ef
|
12
|
+
|
6
13
|
<div class="pan-zoom-container"
|
7
14
|
style="width: 100%; height: 500px; overflow: hidden;
|
8
15
|
position: relative; background: #f9f9f9;
|
@@ -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=QcNcbDVnWrC7qflODD2p-C84YnjyTXeRsIUMTbcs_ms,28152
|
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
|
@@ -512,15 +512,15 @@ pyegeria/runtime_manager_omvs.py,sha256=NrY2yJriu20eJfpKBSLq81cMMARZIllhukm9VNmL
|
|
512
512
|
pyegeria/server_operations.py,sha256=vmiUDU_Xa0U8pa0Fdb-QKkoeSqs7WfMwIpG_XU3xgeI,16784
|
513
513
|
pyegeria/solution_architect_omvs.py,sha256=AsyjQzfgSUriDymeP9W45iJqYux423xXDaqfHLEtWN4,22085
|
514
514
|
pyegeria/template_manager_omvs.py,sha256=o_qCIFTRLK8b9C3N99taLji8VkDygo1Ss0fua35yfhA,42389
|
515
|
-
pyegeria/test_m.html,sha256=
|
515
|
+
pyegeria/test_m.html,sha256=beGFKrejYaW37tdqXuDgGkUnz78o-4YrcrLw4-J-5j8,12836
|
516
516
|
pyegeria/test_m.py,sha256=BDKRLsHsAWnwCbzHkkvfsc8ZIJ0k-jmwPPNuTSgW6Qo,7659
|
517
517
|
pyegeria/test_m1.html,sha256=XS_1IAtfG4ZlZk45QTkrFWWpjQMVlO21ScDMX2Frl3g,14086
|
518
518
|
pyegeria/test_mer.ipynb,sha256=G7hpHn07IXnt_VKvnTDvljwwHB7RfC0etOMyZKt1icQ,30809
|
519
519
|
pyegeria/utils.py,sha256=GCt1C0bp0Xng1ahzbZhzV9qQwH7Dj93IaCt2dvWb-sg,5417
|
520
520
|
pyegeria/valid_metadata_omvs.py,sha256=UyIT4DfB1_QIG55Hmop7ozbsq8cNdrpYB7Tb6EOFiN8,65035
|
521
521
|
pyegeria/x_action_author_omvs.py,sha256=6b725SPsC52AI7ols7Qq8MsBlZuAXr_BgJ_-ychVRCw,6386
|
522
|
-
pyegeria-5.3.4.
|
523
|
-
pyegeria-5.3.4.
|
524
|
-
pyegeria-5.3.4.
|
525
|
-
pyegeria-5.3.4.
|
526
|
-
pyegeria-5.3.4.
|
522
|
+
pyegeria-5.3.4.8.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
523
|
+
pyegeria-5.3.4.8.dist-info/METADATA,sha256=d9KievMjQmsb-q-_qwbJD1nQTFJWiNQMvNxzqFLApaA,2735
|
524
|
+
pyegeria-5.3.4.8.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
525
|
+
pyegeria-5.3.4.8.dist-info/entry_points.txt,sha256=E83aZ9RhrxffYGmHgBwhLdS5fvEeYhrIPp0FZRvaFOI,6180
|
526
|
+
pyegeria-5.3.4.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|