chrv-components 1.11.51 → 1.11.53
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<"fixed" | "small" | "none" | "responsive" | "table" | "full">;
|
|
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>;
|
|
@@ -537,7 +537,7 @@ declare class ChrBaseInputComponent implements OnInit, ControlValueAccessor, Aft
|
|
|
537
537
|
/**
|
|
538
538
|
* Whether or not the input is touched
|
|
539
539
|
*/
|
|
540
|
-
isTouched: boolean
|
|
540
|
+
isTouched: _angular_core.WritableSignal<boolean>;
|
|
541
541
|
/**
|
|
542
542
|
* The NgControl associated with this input
|
|
543
543
|
*/
|
|
@@ -875,7 +875,6 @@ declare class ChrTagSelectComponent extends ChrBaseInputComponent implements Con
|
|
|
875
875
|
constructor();
|
|
876
876
|
protected filterIndex: _angular_core.WritableSignal<number>;
|
|
877
877
|
ngOnInit(): void;
|
|
878
|
-
writeValue(obj: any): void;
|
|
879
878
|
protected reset: () => void;
|
|
880
879
|
protected inputChange: (input: string) => void;
|
|
881
880
|
protected getModelDisplay: (model: any) => any;
|
package/package.json
CHANGED
|
Binary file
|