otimus-library 0.5.2 → 0.5.3
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
|
@@ -686,7 +686,7 @@ declare class OcDropdownDirective implements OnInit {
|
|
|
686
686
|
protected readonly dropdownService: OcDropdownService;
|
|
687
687
|
protected readonly isThisDropdownOpen: i0.Signal<boolean>;
|
|
688
688
|
readonly ocDropdownMenu: i0.InputSignal<OcDropdownMenuContentComponent | undefined>;
|
|
689
|
-
readonly ocTrigger: i0.InputSignal<"
|
|
689
|
+
readonly ocTrigger: i0.InputSignal<"click" | "hover">;
|
|
690
690
|
readonly ocDisabled: i0.InputSignal<boolean>;
|
|
691
691
|
readonly ocAlign: i0.InputSignal<"start" | "end">;
|
|
692
692
|
ngOnInit(): void;
|
|
@@ -966,7 +966,7 @@ declare class OcNotFoundComponent {
|
|
|
966
966
|
|
|
967
967
|
declare class OcOtpComponent implements AfterViewInit, OnDestroy {
|
|
968
968
|
private readonly cdr;
|
|
969
|
-
readonly ocLength: i0.InputSignal<
|
|
969
|
+
readonly ocLength: i0.InputSignal<6 | 8>;
|
|
970
970
|
readonly ocSeparator: i0.InputSignal<boolean>;
|
|
971
971
|
readonly ocError: i0.InputSignal<string | null | undefined>;
|
|
972
972
|
readonly ocDisabled: i0.InputSignal<boolean>;
|