.gitattributes
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
package-lock.json
package.json
pyproject.toml
tsconfig.json
.github/copilot-instructions.md
.github/workflows/ci-cd.yml
.github/workflows/docs.yml
.github/workflows/snapshot-tests.yml
.vscode/settings.json
docs/.gitignore
docs/CHANGELOG.md
docs/_quarto.yml
docs/index.md
docs/_extensions/machow/interlinks/.gitignore
docs/_extensions/machow/interlinks/_extension.yml
docs/_extensions/machow/interlinks/interlinks.lua
docs/_extensions/machow/interlinks/test.qmd
shiny_treeview/__init__.py
shiny_treeview/__version__.py
shiny_treeview/playwright.py
shiny_treeview/stratify.py
shiny_treeview/tree.py
shiny_treeview/ui.py
shiny_treeview/utils.py
shiny_treeview.egg-info/PKG-INFO
shiny_treeview.egg-info/SOURCES.txt
shiny_treeview.egg-info/dependency_links.txt
shiny_treeview.egg-info/not-zip-safe
shiny_treeview.egg-info/requires.txt
shiny_treeview.egg-info/top_level.txt
shiny_treeview/distjs/index.js
srcts/index.ts
srcts/treeview.tsx
tests/__init__.py
tests/playwright/__snapshots__/test_basic/test_multi/test_multi[chromium][darwin].png
tests/playwright/__snapshots__/test_basic/test_multi/test_multi[chromium][linux].png
tests/playwright/__snapshots__/test_basic/test_none/test_none[chromium][darwin].png
tests/playwright/__snapshots__/test_basic/test_none/test_none[chromium][linux].png
tests/playwright/__snapshots__/test_basic/test_single/test_single[chromium][darwin].png
tests/playwright/__snapshots__/test_basic/test_single/test_single[chromium][linux].png
tests/playwright/__snapshots__/test_caption/test_caption_display/test_caption_display[chromium][darwin].png
tests/playwright/__snapshots__/test_caption/test_caption_display/test_caption_display[chromium][linux].png
tests/playwright/__snapshots__/test_checkbox/test_multi/test_multi[chromium][darwin].png
tests/playwright/__snapshots__/test_checkbox/test_multi/test_multi[chromium][linux].png
tests/playwright/__snapshots__/test_checkbox/test_none/test_none[chromium][darwin].png
tests/playwright/__snapshots__/test_checkbox/test_none/test_none[chromium][linux].png
tests/playwright/__snapshots__/test_checkbox/test_single/test_single[chromium][darwin].png
tests/playwright/__snapshots__/test_checkbox/test_single/test_single[chromium][linux].png
tests/playwright/__snapshots__/test_disabled/test_disabled/test_disabled[chromium][darwin].png
tests/playwright/__snapshots__/test_disabled/test_disabled/test_disabled[chromium][linux].png
tests/playwright/__snapshots__/test_modules/test_snapshots/test_snapshots[chromium][darwin].png
tests/playwright/__snapshots__/test_modules/test_snapshots/test_snapshots[chromium][darwin]_1.png
tests/playwright/__snapshots__/test_modules/test_snapshots/test_snapshots[chromium][darwin]_2.png
tests/playwright/__snapshots__/test_modules/test_snapshots/test_snapshots[chromium][linux].png
tests/playwright/__snapshots__/test_modules/test_snapshots/test_snapshots[chromium][linux]_1.png
tests/playwright/__snapshots__/test_modules/test_snapshots/test_snapshots[chromium][linux]_2.png
tests/playwright/basic/app.py
tests/playwright/basic/test_basic.py
tests/playwright/caption/app.py
tests/playwright/caption/test_caption.py
tests/playwright/checkbox/app.py
tests/playwright/checkbox/test_checkbox.py
tests/playwright/disabled/app.py
tests/playwright/disabled/test_disabled.py
tests/playwright/modules/app.py
tests/playwright/modules/test_modules.py
tests/pytest/test_stratify.py
tests/pytest/test_tree.py
tests/pytest/test_utils.py