chrv-components 1.11.49 → 1.11.50
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>;
|
|
@@ -650,6 +650,7 @@ declare class ChrDateInputComponent extends ChrBaseInputComponent implements Con
|
|
|
650
650
|
readonly type: _angular_core.InputSignal<InputType>;
|
|
651
651
|
constructor();
|
|
652
652
|
ngOnInit(): void;
|
|
653
|
+
writeValue(obj: any): void;
|
|
653
654
|
onInputChange: (value: any) => void;
|
|
654
655
|
parseDate: (event: string) => Date | null;
|
|
655
656
|
dateToString: (value: Date) => string | null;
|
package/package.json
CHANGED
|
Binary file
|