valtech-components 4.0.13 → 4.0.14

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.
@@ -28,9 +28,11 @@ export declare class MemberImportModalComponent implements OnInit {
28
28
  /** Namespace i18n. */
29
29
  i18nNamespace: string;
30
30
  csv: string;
31
- sendActivation: boolean;
31
+ readonly importMode: import("@angular/core").WritableSignal<"paste" | "file">;
32
32
  readonly onConflictControl: FormControl<string>;
33
- readonly conflictSelectProps: import("@angular/core").Signal<Partial<InputMetadata>>;
33
+ readonly sendActivationControl: FormControl<boolean>;
34
+ readonly conflictRadioProps: import("@angular/core").Signal<InputMetadata>;
35
+ readonly sendActivationProps: import("@angular/core").Signal<InputMetadata>;
34
36
  readonly submitting: import("@angular/core").WritableSignal<boolean>;
35
37
  readonly errorMsg: import("@angular/core").WritableSignal<string>;
36
38
  readonly results: import("@angular/core").WritableSignal<ImportMembersResponse>;
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "4.0.13";
5
+ export declare const VERSION = "4.0.14";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.13",
3
+ "version": "4.0.14",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"