otimus-library 0.3.56 → 0.3.58
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
|
@@ -130,7 +130,7 @@ declare class OcBadgeComponent implements OnInit {
|
|
|
130
130
|
|
|
131
131
|
declare class OcCardComponent {
|
|
132
132
|
readonly ocSelected: i0.InputSignal<boolean>;
|
|
133
|
-
readonly ocColor: i0.InputSignal<"
|
|
133
|
+
readonly ocColor: i0.InputSignal<"green" | "red" | "yellow" | "default">;
|
|
134
134
|
readonly ocClickable: i0.InputSignal<boolean>;
|
|
135
135
|
ocClick: EventEmitter<void>;
|
|
136
136
|
protected onClick(): void;
|