@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/fesm2022/cauca-911-material.mjs +29 -120
- package/fesm2022/cauca-911-material.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
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
|
-
|
|
782
|
-
|
|
781
|
+
states: any[];
|
|
782
|
+
selectedIndex: number;
|
|
783
783
|
set images(list: string[]);
|
|
784
784
|
get images(): string[];
|
|
785
785
|
ngOnInit(): void;
|