panel-reactflow 0.3.1__tar.gz → 0.3.1a0__tar.gz

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 (80) hide show
  1. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/PKG-INFO +1 -1
  2. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/pixi.lock +1307 -1329
  3. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/src/panel_reactflow/base.py +36 -11
  4. panel_reactflow-0.3.1a0/src/panel_reactflow/dist/panel-reactflow.bundle.js +88 -0
  5. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/src/panel_reactflow/models/reactflow.jsx +61 -59
  6. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/tests/test_api.py +225 -0
  7. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/tests/ui/test_ui.py +50 -1
  8. panel_reactflow-0.3.1/src/panel_reactflow/dist/panel-reactflow.bundle.js +0 -88
  9. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/.copier-answers.yml +0 -0
  10. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/.gitattributes +0 -0
  11. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/.github/CODEOWNERS +0 -0
  12. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/.github/dependabot.yml +0 -0
  13. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/.github/workflows/build.yml +0 -0
  14. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/.github/workflows/docs.yml +0 -0
  15. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/.github/workflows/test.yml +0 -0
  16. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/.gitignore +0 -0
  17. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/.pre-commit-config.yaml +0 -0
  18. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/.prettierrc +0 -0
  19. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/LICENSE.txt +0 -0
  20. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/MANIFEST.in +0 -0
  21. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/README.md +0 -0
  22. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/logo.svg +0 -0
  23. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/declare-types.png +0 -0
  24. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/define-editors-edge.png +0 -0
  25. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/define-editors-node.png +0 -0
  26. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/define-nodes-edges.png +0 -0
  27. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/embed-views-in-nodes.png +0 -0
  28. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/examples/advanced.png +0 -0
  29. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/examples/custom_editor.png +0 -0
  30. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/examples/edge_editors.png +0 -0
  31. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/examples/node_edge_instances.png +0 -0
  32. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/examples/schema_types.png +0 -0
  33. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/examples/simple.png +0 -0
  34. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/examples/threejs_viewer.png +0 -0
  35. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/examples/threejs_viewer_instances.png +0 -0
  36. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/quickstart.png +0 -0
  37. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/react-to-events.png +0 -0
  38. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/assets/screenshots/style-nodes-edges.png +0 -0
  39. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/examples/advanced.md +0 -0
  40. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/examples/custom-editor.md +0 -0
  41. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/examples/edge-editors.md +0 -0
  42. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/examples/index.md +0 -0
  43. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/examples/node-edge-instances.md +0 -0
  44. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/examples/schema-types.md +0 -0
  45. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/examples/simple.md +0 -0
  46. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/examples/threejs-viewer-instances.md +0 -0
  47. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/examples/threejs-viewer.md +0 -0
  48. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/how-to/declare-types.md +0 -0
  49. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/how-to/define-editors.md +0 -0
  50. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/how-to/define-nodes-edges.md +0 -0
  51. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/how-to/embed-views-in-nodes.md +0 -0
  52. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/how-to/react-to-events.md +0 -0
  53. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/how-to/style-nodes-edges.md +0 -0
  54. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/index.md +0 -0
  55. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/quickstart.md +0 -0
  56. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/reference/panel_reactflow.md +0 -0
  57. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/docs/releases.md +0 -0
  58. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/examples/advanced.py +0 -0
  59. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/examples/custom_editor.py +0 -0
  60. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/examples/edge_editors.py +0 -0
  61. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/examples/node_edge_instances.py +0 -0
  62. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/examples/schema_types.py +0 -0
  63. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/examples/simple.py +0 -0
  64. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/examples/threejs_viewer.py +0 -0
  65. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/examples/threejs_viewer_instances.py +0 -0
  66. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/hatch_build.py +0 -0
  67. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/pixi.toml +0 -0
  68. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/pyproject.toml +0 -0
  69. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/src/panel_reactflow/__init__.py +0 -0
  70. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/src/panel_reactflow/__version.py +0 -0
  71. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/src/panel_reactflow/dist/css/reactflow.css +0 -0
  72. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/src/panel_reactflow/dist/icons/gear.svg +0 -0
  73. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/src/panel_reactflow/dist/panel-reactflow.bundle.css +0 -0
  74. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/src/panel_reactflow/py.typed +0 -0
  75. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/src/panel_reactflow/schema.py +0 -0
  76. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/tests/__init__.py +0 -0
  77. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/tests/conftest.py +0 -0
  78. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/tests/test_core.py +0 -0
  79. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/tests/ui/__init__.py +0 -0
  80. {panel_reactflow-0.3.1 → panel_reactflow-0.3.1a0}/zensical.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: panel-reactflow
3
- Version: 0.3.1
3
+ Version: 0.3.1a0
4
4
  Summary: A Panel wrapper for the Reactflow JS library.
5
5
  Project-URL: Homepage, https://github.com/panel-extensions/panel-reactflow
6
6
  Project-URL: Source, https://github.com/panel-extensions/panel-reactflow