panel-reactflow 0.4.0b0__tar.gz → 0.4.0b1__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.
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/PKG-INFO +1 -1
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/pixi.lock +20 -20
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/src/panel_reactflow/base.py +1 -1
- panel_reactflow-0.4.0b1/src/panel_reactflow/dist/panel-reactflow.bundle.js +88 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/src/panel_reactflow/models/reactflow.jsx +1 -181
- panel_reactflow-0.4.0b0/src/panel_reactflow/dist/panel-reactflow.bundle.js +0 -88
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/.copier-answers.yml +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/.gitattributes +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/.github/CODEOWNERS +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/.github/dependabot.yml +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/.github/workflows/build.yml +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/.github/workflows/docs.yml +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/.github/workflows/test.yml +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/.gitignore +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/.pre-commit-config.yaml +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/.prettierrc +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/LICENSE.txt +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/MANIFEST.in +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/README.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/logo.svg +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/declare-types.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/define-editors-edge.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/define-editors-node.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/define-nodes-edges.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/embed-views-in-nodes.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/examples/advanced.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/examples/custom_editor.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/examples/edge_editors.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/examples/node_edge_instances.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/examples/schema_types.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/examples/simple.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/examples/threejs_viewer.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/examples/threejs_viewer_instances.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/quickstart.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/react-to-events.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/assets/screenshots/style-nodes-edges.png +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/examples/advanced.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/examples/custom-editor.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/examples/edge-editors.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/examples/index.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/examples/node-edge-instances.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/examples/schema-types.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/examples/simple.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/examples/threejs-viewer-instances.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/examples/threejs-viewer.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/how-to/context-menu.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/how-to/control-handle-connectivity.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/how-to/declare-types.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/how-to/define-editors.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/how-to/define-nodes-edges.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/how-to/embed-views-in-nodes.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/how-to/react-to-events.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/how-to/style-nodes-edges.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/index.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/quickstart.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/reference/panel_reactflow.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/docs/releases.md +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/advanced.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/context_menu.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/custom_editor.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/edge_editors.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/edge_types_comparison.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/node_edge_instances.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/schema_types.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/simple.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/smart_edges_example.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/threejs_viewer.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/examples/threejs_viewer_instances.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/hatch_build.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/pixi.toml +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/pyproject.toml +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/src/panel_reactflow/__init__.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/src/panel_reactflow/__version.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/src/panel_reactflow/dist/css/reactflow.css +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/src/panel_reactflow/dist/icons/gear.svg +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/src/panel_reactflow/dist/panel-reactflow.bundle.css +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/src/panel_reactflow/py.typed +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/src/panel_reactflow/schema.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/tests/__init__.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/tests/conftest.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/tests/test_api.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/tests/test_connectable_handles.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/tests/test_connectable_integration.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/tests/test_core.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/tests/ui/__init__.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/tests/ui/test_context_menu.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/tests/ui/test_ui.py +0 -0
- {panel_reactflow-0.4.0b0 → panel_reactflow-0.4.0b1}/zensical.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: panel-reactflow
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.0b1
|
|
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
|
|
@@ -93,7 +93,7 @@ environments:
|
|
|
93
93
|
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda
|
|
94
94
|
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
|
|
95
95
|
- conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.14.5-py314hd8ed1ab_100.conda
|
|
96
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.
|
|
96
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.23-pyhcf101f3_0.conda
|
|
97
97
|
- conda: https://conda.anaconda.org/conda-forge/noarch/editables-0.6-pyhcf101f3_0.conda
|
|
98
98
|
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda
|
|
99
99
|
- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda
|
|
@@ -166,7 +166,7 @@ environments:
|
|
|
166
166
|
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda
|
|
167
167
|
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
|
|
168
168
|
- conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.14.5-py314hd8ed1ab_100.conda
|
|
169
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.
|
|
169
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.23-pyhcf101f3_0.conda
|
|
170
170
|
- conda: https://conda.anaconda.org/conda-forge/noarch/editables-0.6-pyhcf101f3_0.conda
|
|
171
171
|
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda
|
|
172
172
|
- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda
|
|
@@ -300,7 +300,7 @@ environments:
|
|
|
300
300
|
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda
|
|
301
301
|
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
|
|
302
302
|
- conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.14.5-py314hd8ed1ab_100.conda
|
|
303
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.
|
|
303
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.23-pyhcf101f3_0.conda
|
|
304
304
|
- conda: https://conda.anaconda.org/conda-forge/noarch/editables-0.6-pyhcf101f3_0.conda
|
|
305
305
|
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda
|
|
306
306
|
- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda
|
|
@@ -434,7 +434,7 @@ environments:
|
|
|
434
434
|
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda
|
|
435
435
|
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
|
|
436
436
|
- conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.14.5-py314hd8ed1ab_100.conda
|
|
437
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.
|
|
437
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.23-pyhcf101f3_0.conda
|
|
438
438
|
- conda: https://conda.anaconda.org/conda-forge/noarch/editables-0.6-pyhcf101f3_0.conda
|
|
439
439
|
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda
|
|
440
440
|
- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda
|
|
@@ -1683,7 +1683,7 @@ environments:
|
|
|
1683
1683
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-4.6.0-pyha770c72_0.conda
|
|
1684
1684
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-hooks-5.0.0-pyhd8ed1ab_2.conda
|
|
1685
1685
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-3.0-pyhcf101f3_0.conda
|
|
1686
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.
|
|
1686
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.4.0-pyhcf101f3_0.conda
|
|
1687
1687
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
1688
1688
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ruamel.yaml-0.19.1-pyhcf101f3_0.conda
|
|
1689
1689
|
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-82.0.1-pyh332efcf_0.conda
|
|
@@ -1707,7 +1707,7 @@ environments:
|
|
|
1707
1707
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-4.6.0-pyha770c72_0.conda
|
|
1708
1708
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-hooks-5.0.0-pyhd8ed1ab_2.conda
|
|
1709
1709
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-3.0-pyhcf101f3_0.conda
|
|
1710
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.
|
|
1710
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.4.0-pyhcf101f3_0.conda
|
|
1711
1711
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
1712
1712
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ruamel.yaml-0.19.1-pyhcf101f3_0.conda
|
|
1713
1713
|
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-82.0.1-pyh332efcf_0.conda
|
|
@@ -1774,7 +1774,7 @@ environments:
|
|
|
1774
1774
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-4.6.0-pyha770c72_0.conda
|
|
1775
1775
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-hooks-5.0.0-pyhd8ed1ab_2.conda
|
|
1776
1776
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-3.0-pyhcf101f3_0.conda
|
|
1777
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.
|
|
1777
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.4.0-pyhcf101f3_0.conda
|
|
1778
1778
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
1779
1779
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ruamel.yaml-0.19.1-pyhcf101f3_0.conda
|
|
1780
1780
|
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-82.0.1-pyh332efcf_0.conda
|
|
@@ -1841,7 +1841,7 @@ environments:
|
|
|
1841
1841
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-4.6.0-pyha770c72_0.conda
|
|
1842
1842
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-hooks-5.0.0-pyhd8ed1ab_2.conda
|
|
1843
1843
|
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-3.0-pyhcf101f3_0.conda
|
|
1844
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.
|
|
1844
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.4.0-pyhcf101f3_0.conda
|
|
1845
1845
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
1846
1846
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ruamel.yaml-0.19.1-pyhcf101f3_0.conda
|
|
1847
1847
|
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-82.0.1-pyh332efcf_0.conda
|
|
@@ -6200,14 +6200,15 @@ packages:
|
|
|
6200
6200
|
license_family: MIT
|
|
6201
6201
|
size: 41556
|
|
6202
6202
|
timestamp: 1777489364203
|
|
6203
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.
|
|
6204
|
-
sha256:
|
|
6205
|
-
md5:
|
|
6203
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.23-pyhcf101f3_0.conda
|
|
6204
|
+
sha256: def3b2566a1702fa083a8984753ac0b3e3f7381048f88714e03d55b7bd930b74
|
|
6205
|
+
md5: 2c3958e02221c2504ec036139e648d8b
|
|
6206
6206
|
depends:
|
|
6207
6207
|
- python >=3.10
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6208
|
+
- python
|
|
6209
|
+
license: LGPL-3.0-only
|
|
6210
|
+
size: 459540
|
|
6211
|
+
timestamp: 1779967837277
|
|
6211
6212
|
- conda: https://conda.anaconda.org/conda-forge/noarch/editables-0.6-pyhcf101f3_0.conda
|
|
6212
6213
|
sha256: bb826ff403b8195467e7cd5f504bc14767b424dac27bb225508ca2c1852554b2
|
|
6213
6214
|
md5: 86b177231eecb011fe00e2117dbc3348
|
|
@@ -7039,18 +7040,17 @@ packages:
|
|
|
7039
7040
|
license_family: APACHE
|
|
7040
7041
|
size: 233310
|
|
7041
7042
|
timestamp: 1751104122689
|
|
7042
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.
|
|
7043
|
-
sha256:
|
|
7044
|
-
md5:
|
|
7043
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.4.0-pyhcf101f3_0.conda
|
|
7044
|
+
sha256: dd709df1ef4e44ea9b6dd48b6e53c062efcc12850b3116b2884cfbef1aa4bd92
|
|
7045
|
+
md5: fb1e5c138e2d933e59b3fa0462acc5e6
|
|
7045
7046
|
depends:
|
|
7046
7047
|
- python >=3.10
|
|
7047
7048
|
- filelock >=3.15.4
|
|
7048
7049
|
- platformdirs <5,>=4.3.6
|
|
7049
7050
|
- python
|
|
7050
7051
|
license: MIT
|
|
7051
|
-
|
|
7052
|
-
|
|
7053
|
-
timestamp: 1778678120896
|
|
7052
|
+
size: 34924
|
|
7053
|
+
timestamp: 1779967197357
|
|
7054
7054
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python-gil-3.10.20-hd8ed1ab_0.conda
|
|
7055
7055
|
sha256: 091050470b40e33ba730455f5be1a0780f62070d254ad9378a3778936aacfae8
|
|
7056
7056
|
md5: f1bbb89516401b50c98046ec41ece796
|
|
@@ -1476,7 +1476,7 @@ class ReactFlow(ReactComponent):
|
|
|
1476
1476
|
_importmap = {
|
|
1477
1477
|
"imports": {
|
|
1478
1478
|
"@xyflow/react": "https://esm.sh/@xyflow/react@12.8.3",
|
|
1479
|
-
"@tisoap/react-flow-smart-edge": "https://esm.sh/@tisoap/react-flow-smart-edge
|
|
1479
|
+
"@tisoap/react-flow-smart-edge": "https://esm.sh/@tisoap/react-flow-smart-edge",
|
|
1480
1480
|
}
|
|
1481
1481
|
}
|
|
1482
1482
|
_stylesheets = [DIST_PATH / "panel-reactflow.bundle.css", DIST_PATH / "css" / "reactflow.css"]
|