@cauca-911/material 20.2.11 → 20.2.12

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.
package/index.d.ts CHANGED
@@ -778,8 +778,8 @@ declare class CaucaSlideshowComponent implements OnInit {
778
778
  autoPlay: boolean;
779
779
  private timer;
780
780
  private items;
781
- private states;
782
- private selectedIndex;
781
+ states: any[];
782
+ selectedIndex: number;
783
783
  set images(list: string[]);
784
784
  get images(): string[];
785
785
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "20.2.11",
3
+ "version": "20.2.12",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.2.1",
6
6
  "@angular/core": ">=20.2.1",