@cauca-911/material 20.2.12 → 20.2.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "20.2.12",
3
+ "version": "20.2.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.2.1",
6
6
  "@angular/core": ">=20.2.1",
@@ -22,13 +22,13 @@
22
22
  "material"
23
23
  ],
24
24
  "module": "fesm2022/cauca-911-material.mjs",
25
- "typings": "index.d.ts",
25
+ "typings": "types/cauca-911-material.d.ts",
26
26
  "exports": {
27
27
  "./package.json": {
28
28
  "default": "./package.json"
29
29
  },
30
30
  ".": {
31
- "types": "./index.d.ts",
31
+ "types": "./types/cauca-911-material.d.ts",
32
32
  "default": "./fesm2022/cauca-911-material.mjs"
33
33
  }
34
34
  },
@@ -776,10 +776,10 @@ declare class CaucaSlideshowComponent implements OnInit {
776
776
  container: ElementRef;
777
777
  height: string;
778
778
  autoPlay: boolean;
779
- private timer;
780
- private items;
781
779
  states: any[];
782
780
  selectedIndex: number;
781
+ private timer;
782
+ private items;
783
783
  set images(list: string[]);
784
784
  get images(): string[];
785
785
  ngOnInit(): void;