sapenlinea-components 0.0.34 → 0.0.35
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
|
@@ -390,7 +390,7 @@ declare class InputTextFilter implements ControlValueAccessor, OnDestroy {
|
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
declare class Input {
|
|
393
|
-
mode: _angular_core.InputSignal<"
|
|
393
|
+
mode: _angular_core.InputSignal<"search" | "select">;
|
|
394
394
|
placeholder: _angular_core.InputSignal<string | undefined>;
|
|
395
395
|
type: _angular_core.InputSignal<string>;
|
|
396
396
|
value: _angular_core.ModelSignal<string>;
|
|
@@ -678,7 +678,7 @@ interface InfoItem {
|
|
|
678
678
|
value: string | boolean | null | undefined;
|
|
679
679
|
}
|
|
680
680
|
declare class InfoGroup {
|
|
681
|
-
type: _angular_core.InputSignal<"
|
|
681
|
+
type: _angular_core.InputSignal<"success" | "error" | "info">;
|
|
682
682
|
showBox: _angular_core.InputSignal<boolean>;
|
|
683
683
|
items: _angular_core.InputSignal<InfoItem[]>;
|
|
684
684
|
title: _angular_core.InputSignal<string | null>;
|
|
@@ -728,7 +728,7 @@ declare class SideCard implements AfterViewInit, OnChanges, OnDestroy {
|
|
|
728
728
|
valueChange: EventEmitter<string>;
|
|
729
729
|
typeChange: EventEmitter<"radial" | "poligonal">;
|
|
730
730
|
statusValue: 1 | 2;
|
|
731
|
-
statusChange: EventEmitter<
|
|
731
|
+
statusChange: EventEmitter<1 | 2>;
|
|
732
732
|
sections: SideCardSection[];
|
|
733
733
|
sectionButtonClick: EventEmitter<SideCardSection>;
|
|
734
734
|
min: number;
|
|
@@ -773,7 +773,7 @@ declare class SideCardDetail implements AfterViewInit, OnDestroy {
|
|
|
773
773
|
subtitle: string;
|
|
774
774
|
btnClickIcon: EventEmitter<"back" | "location" | "message">;
|
|
775
775
|
statusValue: 1 | 2;
|
|
776
|
-
statusChange: EventEmitter<
|
|
776
|
+
statusChange: EventEmitter<1 | 2>;
|
|
777
777
|
sections: SideCardSection[];
|
|
778
778
|
activeTab: 'principal' | 'historial';
|
|
779
779
|
tabChange: EventEmitter<"principal" | "historial">;
|
|
@@ -814,7 +814,7 @@ declare class DevicesCarousel implements AfterViewInit {
|
|
|
814
814
|
agoLabel: string;
|
|
815
815
|
canScrollLeft: boolean;
|
|
816
816
|
canScrollRight: boolean;
|
|
817
|
-
btnClickIcon: EventEmitter<
|
|
817
|
+
btnClickIcon: EventEmitter<DeviceCard>;
|
|
818
818
|
listRef: ElementRef<HTMLElement>;
|
|
819
819
|
onResize(): void;
|
|
820
820
|
onScroll(el: HTMLElement): void;
|