chrv-components 1.11.42 → 1.11.43
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
|
@@ -46,7 +46,7 @@ declare class ChrButtonComponent {
|
|
|
46
46
|
readonly textColor: _angular_core.InputSignal<Color | undefined>;
|
|
47
47
|
readonly flat: _angular_core.InputSignal<boolean>;
|
|
48
48
|
readonly predicate: _angular_core.InputSignal<boolean | undefined>;
|
|
49
|
-
readonly type: _angular_core.InputSignal<"
|
|
49
|
+
readonly type: _angular_core.InputSignal<"none" | "responsive" | "table" | "full" | "fixed" | "small">;
|
|
50
50
|
readonly href: _angular_core.InputSignal<string | undefined>;
|
|
51
51
|
readonly target: _angular_core.InputSignal<"_blank" | "_parent" | "_self" | "_top" | undefined>;
|
|
52
52
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
@@ -646,7 +646,6 @@ declare class ChrColorInputComponent extends ChrBaseInputComponent implements On
|
|
|
646
646
|
declare class ChrDateInputComponent extends ChrBaseInputComponent implements ControlValueAccessor, OnInit, AfterViewInit, OnDestroy {
|
|
647
647
|
private datePipe;
|
|
648
648
|
constructor();
|
|
649
|
-
writeValue(obj: any): void;
|
|
650
649
|
ngOnInit(): void;
|
|
651
650
|
onInputChange: (value: any) => void;
|
|
652
651
|
parseDate: (event: string) => Date | null;
|
|
@@ -658,7 +657,6 @@ declare class ChrDateInputComponent extends ChrBaseInputComponent implements Con
|
|
|
658
657
|
declare class ChrDatetimeInputComponent extends ChrBaseInputComponent implements ControlValueAccessor, OnInit, AfterViewInit, OnDestroy {
|
|
659
658
|
private datePipe;
|
|
660
659
|
constructor();
|
|
661
|
-
writeValue(obj: any): void;
|
|
662
660
|
ngOnInit(): void;
|
|
663
661
|
onInputChange: (value: any) => void;
|
|
664
662
|
parseDate: (event: string) => Date | null;
|
package/package.json
CHANGED
|
Binary file
|