Files
KArtSell.Aegis/docs/Design/kbx-foundation-v60-status-canonical-contract-hardening/docs/external-api-notes-v4.md
T
kjh2064 3f293d8aa8
deploy / deploy (push) Successful in 1m52s
deploy / notify (push) Successful in 1s
V13-FE-006: consolidate approved UI and contract hardening
2026-08-13 02:41:00 +09:00

10 lines
621 B
Markdown

# External API notes v4
## AG Grid
KBX v4 uses the AG Grid v33+ Theming API boundary. `kbxGridTheme.ts` imports `themeQuartz` and applies compact KBX parameters. If AG Grid changes its Theme or row-selection APIs in a future major version, only `@kbx/ui` adapter code should require migration.
## Gitea Actions
Gitea Actions is intentionally close to GitHub Actions syntax and supports workflow files under `.gitea/workflows/`. The starter uses `actions/checkout@v4` plus shell steps. Air-gapped installations should mirror external actions into the internal Gitea instance or replace them with internal equivalents.