fix(contentinvoice): Use shared translation.TranslationKey type in DeContentInvoice.translateKey and remove local import

This commit is contained in:
2025-12-11 20:34:27 +00:00
parent 3617caec1f
commit 035c6ab621
4 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-12-11 - 2.2.3 - fix(contentinvoice)
Use shared translation.TranslationKey type in DeContentInvoice.translateKey and remove local import
- Replaced local TranslationKey import with plugins.shared.translation.TranslationKey to ensure type consistency
- Updated DeContentInvoice.translateKey parameter type to reference the shared translation type
- Removed an unused type import from ts_web/elements/contentinvoice.ts
## 2025-12-11 - 2.2.0 - feat(viewer)
Add pagination metadata and thumbnail offset rendering for viewer thumbnails