pyegeria 5.3.4.4.dev1__py3-none-any.whl → 5.3.4.4.dev2__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.dev1.dist-info → pyegeria-5.3.4.4.dev2.dist-info}/METADATA +1 -1
- {pyegeria-5.3.4.4.dev1.dist-info → pyegeria-5.3.4.4.dev2.dist-info}/RECORD +6 -6
- {pyegeria-5.3.4.4.dev1.dist-info → pyegeria-5.3.4.4.dev2.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.4.4.dev1.dist-info → pyegeria-5.3.4.4.dev2.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.4.4.dev1.dist-info → pyegeria-5.3.4.4.dev2.dist-info}/entry_points.txt +0 -0
pyegeria/mermaid_utilities.py
CHANGED
@@ -131,7 +131,7 @@ def construct_mermaid_html(mermaid_str: str) -> str:
|
|
131
131
|
<script type="module">
|
132
132
|
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
|
133
133
|
|
134
|
-
mermaid.initialize({startOnLoad:
|
134
|
+
mermaid.initialize({startOnLoad: true});
|
135
135
|
await mermaid.run({
|
136
136
|
querySelector: '.mermaid',
|
137
137
|
postRenderCallback: (id) => {
|
@@ -155,7 +155,7 @@ def construct_mermaid_html(mermaid_str: str) -> str:
|
|
155
155
|
|
156
156
|
const drawDiagram = async function () {
|
157
157
|
const element = document.querySelector('#graphDiv');
|
158
|
-
graphDefinition = `
|
158
|
+
const graphDefinition = `
|
159
159
|
"""
|
160
160
|
|
161
161
|
html_section4 = r"""`;
|
@@ -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=ZnWqttl8l8vnNek5ZE4MK1uXdUL6xencufRTtYyt1z8,18116
|
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.dev2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
519
|
+
pyegeria-5.3.4.4.dev2.dist-info/METADATA,sha256=3_mjYi51BijQrFyYguhC7XUteoQJJnm18PlvWDFoDIk,2740
|
520
|
+
pyegeria-5.3.4.4.dev2.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
521
|
+
pyegeria-5.3.4.4.dev2.dist-info/entry_points.txt,sha256=E83aZ9RhrxffYGmHgBwhLdS5fvEeYhrIPp0FZRvaFOI,6180
|
522
|
+
pyegeria-5.3.4.4.dev2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|