pict-section-form 1.1.2 → 1.1.3

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.
Files changed (27) hide show
  1. package/docs/_version.json +3 -3
  2. package/docs/examples/change_tracking/change_tracking.js +18 -2
  3. package/docs/examples/diagram_form/diagram_form_example.min.js +1 -1
  4. package/docs/examples/diagram_form/index.html +5 -0
  5. package/docs/examples/dynamic_analysis/dynamic_analysis_application.js +2 -2
  6. package/docs/examples/gradebook/gradebook_application.min.js +1 -1
  7. package/docs/examples/ndt_field_test/ndt_field_test.js +18 -2
  8. package/docs/examples/richtext_form/codemirror-bundle.js +29982 -0
  9. package/docs/examples/richtext_form/index.html +3 -0
  10. package/docs/examples/richtext_form/richtext_form_example.min.js +1 -1
  11. package/docs/examples/scope_mathematics/scope_mathematics.js +18 -2
  12. package/docs/examples/simple_table/simple_tabular_application.min.js +1 -1
  13. package/docs/examples/superhero_studio/codemirror-bundle.js +29982 -0
  14. package/docs/examples/superhero_studio/index.html +8 -0
  15. package/docs/examples/superhero_studio/superhero_studio_example.min.js +1 -1
  16. package/docs/index.html +2 -2
  17. package/docs/retold-catalog.json +3 -6
  18. package/docs/retold-keyword-index.json +1 -1
  19. package/example_applications/diagram_form/html/index.html +5 -0
  20. package/example_applications/diagram_form/package.json +4 -3
  21. package/example_applications/richtext_form/html/codemirror-bundle.js +29982 -0
  22. package/example_applications/richtext_form/html/index.html +3 -0
  23. package/example_applications/superhero_studio/html/codemirror-bundle.js +29982 -0
  24. package/example_applications/superhero_studio/html/index.html +8 -0
  25. package/example_applications/superhero_studio/package.json +4 -3
  26. package/package.json +1 -1
  27. package/source/providers/inputs/Pict-Provider-Input-Diagram-CSS.js +17 -1
@@ -71,6 +71,9 @@
71
71
  </main>
72
72
 
73
73
  <script src="https://cdn.jsdelivr.net/npm/pict@1/dist/pict.min.js"></script>
74
+ <!-- CodeMirror bundle — the markdown editor auto-detects window.CodeMirrorModules
75
+ on first setMode('edit'). Without this, the editor mounts to a blank slot. -->
76
+ <script src="./codemirror-bundle.js"></script>
74
77
  <script src="./richtext_form_example.min.js"></script>
75
78
  <script>
76
79
  Pict.safeOnDocumentReady(() =>