otimus-library 0.3.70 → 0.3.71
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 +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -383,7 +383,7 @@ declare class OcCalendarComponent implements OnChanges {
|
|
|
383
383
|
|
|
384
384
|
declare class OcCardComponent {
|
|
385
385
|
readonly ocSelected: i0.InputSignal<boolean>;
|
|
386
|
-
readonly ocColor: i0.InputSignal<"
|
|
386
|
+
readonly ocColor: i0.InputSignal<"green" | "red" | "yellow" | "default">;
|
|
387
387
|
readonly ocClickable: i0.InputSignal<boolean>;
|
|
388
388
|
ocClick: EventEmitter<void>;
|
|
389
389
|
protected onClick(): void;
|