@ks89/angular-modal-gallery 9.1.0 → 10.0.0-rc.1

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.
Files changed (54) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/CONTRIBUTING.md +3 -3
  3. package/README.md +16 -13
  4. package/esm2020/lib/components/accessible.component.mjs +3 -3
  5. package/esm2020/lib/components/carousel/carousel-previews/carousel-previews.component.mjs +5 -5
  6. package/esm2020/lib/components/carousel/carousel.component.mjs +10 -10
  7. package/esm2020/lib/components/current-image/current-image.component.mjs +10 -10
  8. package/esm2020/lib/components/current-image/loading-spinner/loading-spinner.component.mjs +4 -4
  9. package/esm2020/lib/components/dots/dots.component.mjs +3 -3
  10. package/esm2020/lib/components/modal-gallery/modal-gallery.component.mjs +6 -6
  11. package/esm2020/lib/components/modal-gallery/modal-gallery.service.mjs +3 -3
  12. package/esm2020/lib/components/plain-gallery/plain-gallery.component.mjs +9 -9
  13. package/esm2020/lib/components/previews/previews.component.mjs +5 -5
  14. package/esm2020/lib/components/upper-buttons/upper-buttons.component.mjs +3 -3
  15. package/esm2020/lib/directives/a-tag-bg-image.directive.mjs +3 -3
  16. package/esm2020/lib/directives/click-outside.directive.mjs +3 -3
  17. package/esm2020/lib/directives/description.directive.mjs +3 -3
  18. package/esm2020/lib/directives/direction.directive.mjs +3 -3
  19. package/esm2020/lib/directives/fallback-image.directive.mjs +3 -3
  20. package/esm2020/lib/directives/keyboard-navigation.directive.mjs +3 -3
  21. package/esm2020/lib/directives/margin.directive.mjs +3 -3
  22. package/esm2020/lib/directives/max-size.directive.mjs +3 -3
  23. package/esm2020/lib/directives/size.directive.mjs +3 -3
  24. package/esm2020/lib/directives/wrap.directive.mjs +3 -3
  25. package/esm2020/lib/modal-gallery.module.mjs +9 -9
  26. package/esm2020/lib/services/config.service.mjs +3 -3
  27. package/esm2020/lib/services/id-validator.service.mjs +3 -3
  28. package/esm2020/lib/services/keyboard.service.mjs +3 -3
  29. package/fesm2015/ks89-angular-modal-gallery.mjs +188 -187
  30. package/fesm2015/ks89-angular-modal-gallery.mjs.map +1 -1
  31. package/fesm2020/ks89-angular-modal-gallery.mjs +188 -187
  32. package/fesm2020/ks89-angular-modal-gallery.mjs.map +1 -1
  33. package/{ks89-angular-modal-gallery.d.ts → index.d.ts} +0 -0
  34. package/lib/components/accessible.component.d.ts +1 -1
  35. package/lib/components/carousel/carousel-previews/carousel-previews.component.d.ts +1 -1
  36. package/lib/components/carousel/carousel.component.d.ts +1 -1
  37. package/lib/components/current-image/current-image.component.d.ts +1 -1
  38. package/lib/components/current-image/loading-spinner/loading-spinner.component.d.ts +1 -1
  39. package/lib/components/dots/dots.component.d.ts +1 -1
  40. package/lib/components/modal-gallery/modal-gallery.component.d.ts +1 -1
  41. package/lib/components/plain-gallery/plain-gallery.component.d.ts +1 -1
  42. package/lib/components/previews/previews.component.d.ts +1 -1
  43. package/lib/components/upper-buttons/upper-buttons.component.d.ts +1 -1
  44. package/lib/directives/a-tag-bg-image.directive.d.ts +1 -1
  45. package/lib/directives/click-outside.directive.d.ts +1 -1
  46. package/lib/directives/description.directive.d.ts +1 -1
  47. package/lib/directives/direction.directive.d.ts +1 -1
  48. package/lib/directives/fallback-image.directive.d.ts +1 -1
  49. package/lib/directives/keyboard-navigation.directive.d.ts +1 -1
  50. package/lib/directives/margin.directive.d.ts +1 -1
  51. package/lib/directives/max-size.directive.d.ts +1 -1
  52. package/lib/directives/size.directive.d.ts +1 -1
  53. package/lib/directives/wrap.directive.d.ts +1 -1
  54. package/package.json +9 -9
@@ -62,9 +62,9 @@ export class IdValidatorService {
62
62
  return true;
63
63
  }
64
64
  }
65
- IdValidatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: IdValidatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
66
- IdValidatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: IdValidatorService, providedIn: 'root' });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: IdValidatorService, decorators: [{
65
+ IdValidatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: IdValidatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
66
+ IdValidatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: IdValidatorService, providedIn: 'root' });
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: IdValidatorService, decorators: [{
68
68
  type: Injectable,
69
69
  args: [{ providedIn: 'root' }]
70
70
  }] });
@@ -99,9 +99,9 @@ export class KeyboardService {
99
99
  }
100
100
  }
101
101
  }
102
- KeyboardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: KeyboardService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
103
- KeyboardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: KeyboardService, providedIn: 'root' });
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: KeyboardService, decorators: [{
102
+ KeyboardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: KeyboardService, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
103
+ KeyboardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: KeyboardService, providedIn: 'root' });
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImport: i0, type: KeyboardService, decorators: [{
105
105
  type: Injectable,
106
106
  args: [{ providedIn: 'root' }]
107
107
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{