sapenlinea-components 0.0.38 → 0.0.39
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
|
@@ -814,6 +814,7 @@ interface DeviceStatus {
|
|
|
814
814
|
batteryPercentage?: string;
|
|
815
815
|
}
|
|
816
816
|
interface DeviceCard {
|
|
817
|
+
androidId?: string;
|
|
817
818
|
code: string;
|
|
818
819
|
name: string;
|
|
819
820
|
geofenceName: string;
|
|
@@ -827,7 +828,7 @@ declare class DevicesCarousel implements AfterViewInit {
|
|
|
827
828
|
agoLabel: string;
|
|
828
829
|
canScrollLeft: boolean;
|
|
829
830
|
canScrollRight: boolean;
|
|
830
|
-
btnClickIcon: EventEmitter<
|
|
831
|
+
btnClickIcon: EventEmitter<void>;
|
|
831
832
|
listRef: ElementRef<HTMLElement>;
|
|
832
833
|
onResize(): void;
|
|
833
834
|
onScroll(el: HTMLElement): void;
|