@propbinder/mobile-design 0.2.82 → 0.2.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15048,6 +15048,8 @@ class DsMobileLightboxService {
15048
15048
  componentRef.instance.enableSwipe = options.enableSwipe !== false;
15049
15049
  componentRef.instance.showInfo = options.showInfo !== false;
15050
15050
  componentRef.instance.showActions = options.showActions ?? false;
15051
+ componentRef.instance.showDownload = options.showDownload ?? false;
15052
+ componentRef.instance.onDownload = options.onDownload;
15051
15053
  componentRef.instance.animation = options.animation ?? 'fade';
15052
15054
  // Set up close callback
15053
15055
  componentRef.instance.onCloseRequested = () => {