@symphony-talent/component-library 4.134.0 → 4.136.0
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/esm2020/lib/atoms/input-chips/input-chips.component.mjs +4 -23
- package/esm2020/projects/component-library/lib/atoms/input-chips/input-chips.component.mjs +4 -23
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +3 -22
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +3 -22
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +3 -22
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +3 -22
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/input-chips/input-chips.component.d.ts +1 -1
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/input-chips/input-chips.component.d.ts +1 -1
|
@@ -23,7 +23,7 @@ export declare class InputChipsComponent implements OnInit {
|
|
|
23
23
|
onRemove(event: any): void;
|
|
24
24
|
private validateEmail;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputChipsComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputChipsComponent, "symphony-input-chips", never, { "chips": "chips"; "autocompleteList": "autocompleteList"; "validators": "validators"; "asyncValidators": "asyncValidators"; "errorMessages": "errorMessages"; "controlName": "controlName"; "form": "form"; "label": "label"; "isDisabled": "isDisabled"; }, {}, never, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputChipsComponent, "symphony-input-chips", never, { "chips": "chips"; "autocompleteList": "autocompleteList"; "validators": "validators"; "asyncValidators": "asyncValidators"; "errorMessages": "errorMessages"; "controlName": "controlName"; "form": "form"; "label": "label"; "isDisabled": "isDisabled"; "validationMessage": "validationMessage"; }, {}, never, never>;
|
|
27
27
|
}
|
|
28
28
|
export declare class EmailValidator {
|
|
29
29
|
static createValidator(form: FormGroup, controlErrorCount: string): (control: AbstractControl) => {
|
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@ export declare class InputChipsComponent implements OnInit {
|
|
|
23
23
|
onRemove(event: any): void;
|
|
24
24
|
private validateEmail;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputChipsComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputChipsComponent, "symphony-input-chips", never, { "chips": "chips"; "autocompleteList": "autocompleteList"; "validators": "validators"; "asyncValidators": "asyncValidators"; "errorMessages": "errorMessages"; "controlName": "controlName"; "form": "form"; "label": "label"; "isDisabled": "isDisabled"; }, {}, never, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputChipsComponent, "symphony-input-chips", never, { "chips": "chips"; "autocompleteList": "autocompleteList"; "validators": "validators"; "asyncValidators": "asyncValidators"; "errorMessages": "errorMessages"; "controlName": "controlName"; "form": "form"; "label": "label"; "isDisabled": "isDisabled"; "validationMessage": "validationMessage"; }, {}, never, never>;
|
|
27
27
|
}
|
|
28
28
|
export declare class EmailValidator {
|
|
29
29
|
static createValidator(form: FormGroup, controlErrorCount: string): (control: AbstractControl) => {
|