valtech-components 4.0.205 → 4.0.206

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.
@@ -32,6 +32,8 @@ export declare class SwitchOrgModalComponent {
32
32
  onProfileClick?: () => void;
33
33
  /** Callback al hacer clic en "Nueva organización". Si está presente, muestra el CTA. */
34
34
  onCreateOrg?: () => void;
35
+ /** Callback al hacer clic en "Administrar" de la org activa. Si está presente, muestra el botón. */
36
+ onManageOrg?: () => void;
35
37
  /** Namespace i18n con que la vista resuelve sus textos. */
36
38
  i18nNamespace: string;
37
39
  readonly orgs: import("@angular/core").WritableSignal<Organization[]>;
@@ -48,6 +50,7 @@ export declare class SwitchOrgModalComponent {
48
50
  protected onLogoError(orgId: string): void;
49
51
  protected readonly userInitials: import("@angular/core").Signal<string>;
50
52
  readonly activeOrgId: import("@angular/core").Signal<string>;
53
+ readonly activeOrg: import("@angular/core").Signal<Organization>;
51
54
  readonly filteredOrgs: import("@angular/core").Signal<Organization[]>;
52
55
  constructor();
53
56
  onQueryChange(value: string): void;
@@ -55,9 +58,10 @@ export declare class SwitchOrgModalComponent {
55
58
  private loadOrgs;
56
59
  loadMore(): void;
57
60
  onProfile(): void;
61
+ onManage(): void;
58
62
  onCreateNew(): void;
59
63
  dismiss(): void;
60
64
  t(key: string): string;
61
65
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchOrgModalComponent, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitchOrgModalComponent, "val-switch-org-modal", never, { "_modalRef": { "alias": "_modalRef"; "required": false; }; "onSuccess": { "alias": "onSuccess"; "required": false; }; "onProfileClick": { "alias": "onProfileClick"; "required": false; }; "onCreateOrg": { "alias": "onCreateOrg"; "required": false; }; "i18nNamespace": { "alias": "i18nNamespace"; "required": false; }; }, {}, never, never, true, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwitchOrgModalComponent, "val-switch-org-modal", never, { "_modalRef": { "alias": "_modalRef"; "required": false; }; "onSuccess": { "alias": "onSuccess"; "required": false; }; "onProfileClick": { "alias": "onProfileClick"; "required": false; }; "onCreateOrg": { "alias": "onCreateOrg"; "required": false; }; "onManageOrg": { "alias": "onManageOrg"; "required": false; }; "i18nNamespace": { "alias": "i18nNamespace"; "required": false; }; }, {}, never, never, true, never>;
63
67
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.205",
3
+ "version": "4.0.206",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"