chrv-components 1.11.87 → 1.11.88
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
|
@@ -49,12 +49,12 @@ declare class ChrButtonComponent {
|
|
|
49
49
|
readonly textColor: _angular_core.InputSignal<Color | undefined>;
|
|
50
50
|
readonly flat: _angular_core.InputSignal<boolean>;
|
|
51
51
|
readonly predicate: _angular_core.InputSignal<boolean | undefined>;
|
|
52
|
-
readonly type: _angular_core.InputSignal<"none" | "
|
|
52
|
+
readonly type: _angular_core.InputSignal<"none" | "responsive" | "table" | "full" | "fixed" | "small">;
|
|
53
53
|
readonly href: _angular_core.InputSignal<string | undefined>;
|
|
54
54
|
readonly target: _angular_core.InputSignal<"_blank" | "_parent" | "_self" | "_top" | undefined>;
|
|
55
55
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
56
56
|
readonly tooltip: _angular_core.InputSignal<string | undefined>;
|
|
57
|
-
readonly tooltipPosition: _angular_core.InputSignal<"
|
|
57
|
+
readonly tooltipPosition: _angular_core.InputSignal<"above" | "below" | "left" | "right" | "before" | "after" | undefined>;
|
|
58
58
|
constructor();
|
|
59
59
|
doClick: () => void;
|
|
60
60
|
getBackgroundColor: (color: Color) => string;
|
|
@@ -2163,10 +2163,10 @@ declare class MinLengthValidatorDirective implements Validator {
|
|
|
2163
2163
|
declare function minLength(treshold: number): ValidatorFn;
|
|
2164
2164
|
|
|
2165
2165
|
declare class RequiredValidatorDirective implements Validator {
|
|
2166
|
-
readonly required: _angular_core.InputSignal<boolean
|
|
2166
|
+
readonly required: _angular_core.InputSignal<boolean>;
|
|
2167
2167
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
2168
2168
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RequiredValidatorDirective, never>;
|
|
2169
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RequiredValidatorDirective, "[
|
|
2169
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RequiredValidatorDirective, "[chr-required]", never, { "required": { "alias": "required"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2170
2170
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<RequiredValidatorDirective>;
|
|
2171
2171
|
}
|
|
2172
2172
|
declare function required(required?: boolean): ValidatorFn;
|
package/package.json
CHANGED
|
Binary file
|