valtech-components 4.0.12 → 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.
@@ -1,5 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { ImportMembersResponse, ImportOnConflict, ImportRowResult } from '../../../services/org/types';
2
+ import { FormControl } from '@angular/forms';
3
+ import { InputMetadata } from '../../types';
4
+ import { ImportMembersResponse, ImportRowResult } from '../../../services/org/types';
3
5
  import * as i0 from "@angular/core";
4
6
  /**
5
7
  * `val-member-import-modal` — panel de carga masiva de miembros (ADR-023 fase 6).
@@ -26,8 +28,11 @@ export declare class MemberImportModalComponent implements OnInit {
26
28
  /** Namespace i18n. */
27
29
  i18nNamespace: string;
28
30
  csv: string;
29
- onConflict: ImportOnConflict;
30
- sendActivation: boolean;
31
+ readonly importMode: import("@angular/core").WritableSignal<"paste" | "file">;
32
+ readonly onConflictControl: FormControl<string>;
33
+ readonly sendActivationControl: FormControl<boolean>;
34
+ readonly conflictRadioProps: import("@angular/core").Signal<InputMetadata>;
35
+ readonly sendActivationProps: import("@angular/core").Signal<InputMetadata>;
31
36
  readonly submitting: import("@angular/core").WritableSignal<boolean>;
32
37
  readonly errorMsg: import("@angular/core").WritableSignal<string>;
33
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.12";
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.12",
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"