mirror of
https://github.com/MinaSaad1/pbi-cli
synced 2026-04-21 13:37:19 +00:00
- Register cardVisual and actionButton in SUPPORTED_VISUAL_TYPES - Add aliases: card_visual, modern_card -> cardVisual; action_button, button -> actionButton - cardVisual template includes Data queryState role and sortDefinition (matches Desktop export) - actionButton template omits query entirely and adds howCreated: InsertVisualButton - Add Data to MEASURE_ROLES, update VISUAL_DATA_ROLES and ROLE_ALIASES accordingly - Set default sizes from real Desktop export: cardVisual (217x87), actionButton (51x22) - Add renderer colors and icons for both new types - 4 new tests; all 398 tests pass, ruff clean |
||
|---|---|---|
| .. | ||
| mocks | ||
| test_commands | ||
| __init__.py | ||
| conftest.py | ||
| test_claude_md.py | ||
| test_config.py | ||
| test_connection_store.py | ||
| test_e2e.py | ||
| test_errors.py | ||
| test_helpers.py | ||
| test_output.py | ||
| test_platform.py | ||
| test_visual_backend.py | ||