@the-liberators/ngx-scrumteamsurvey-tools 2.3.8 → 2.3.9

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.
@@ -1,3 +1,4 @@
1
+ import { EventEmitter } from '@angular/core';
1
2
  import { ControlValueAccessor, FormArray, FormBuilder, FormGroup } from '@angular/forms';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class MultiEmailInputComponent implements ControlValueAccessor {
@@ -7,6 +8,7 @@ export declare class MultiEmailInputComponent implements ControlValueAccessor {
7
8
  maximum: number;
8
9
  addLabel: string;
9
10
  emptyLabel: string;
11
+ changed: EventEmitter<string[]>;
10
12
  constructor(formBuilder: FormBuilder);
11
13
  ngOnInit(): void;
12
14
  onChange: any;
@@ -23,5 +25,5 @@ export declare class MultiEmailInputComponent implements ControlValueAccessor {
23
25
  private createField;
24
26
  private isValidEmail;
25
27
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiEmailInputComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiEmailInputComponent, "multi-email-input", never, { "label": { "alias": "label"; "required": false; }; "maximum": { "alias": "maximum"; "required": false; }; "addLabel": { "alias": "addLabel"; "required": false; }; "emptyLabel": { "alias": "emptyLabel"; "required": false; }; }, {}, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiEmailInputComponent, "multi-email-input", never, { "label": { "alias": "label"; "required": false; }; "maximum": { "alias": "maximum"; "required": false; }; "addLabel": { "alias": "addLabel"; "required": false; }; "emptyLabel": { "alias": "emptyLabel"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
27
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.8",
3
+ "version": "2.3.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.9",
6
6
  "@angular/core": "^18.2.9",