feat(dees-mobile-gallery): add mobile gallery component with fullscreen viewer, swipe navigation, action buttons (download/share/delete), PDF support and demo

This commit is contained in:
2025-12-22 14:17:37 +00:00
parent d0227fd5a6
commit bdd3f55354
7 changed files with 877 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## 2025-12-22 - 1.3.0 - feat(dees-mobile-gallery)
add mobile gallery component with fullscreen viewer, swipe navigation, action buttons (download/share/delete), PDF support and demo
- Adds new <dees-mobile-gallery> web component (ts_web/elements/00group-ui/dees-mobile-gallery) with ~650 lines of implementation.
- Component features: fullscreen viewing, touch swipe and keyboard navigation, thumbnails, startIndex, minimal mode, and PDF placeholder support.
- Action buttons and events: download, share, delete (configurable); emits 'close', 'delete', 'download', and 'share' events.
- Provides a static DeesMobileGallery.show(items, config) factory method that returns a Promise with the user action result.
- Includes demo (dees-mobile-gallery.demo.ts) with usage examples and exports the component from the 00group-ui index.
- Bumps package version from 1.1.0 to 1.2.0 in package.json.
## 2025-12-22 - 1.1.0 - feat(ui)
add mobile context menu and iconbutton components with demos and exports