valtech-components 2.0.1015 → 2.0.1016

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.
@@ -25,6 +25,12 @@ export declare class OrgInfoSheetComponent {
25
25
  body: string;
26
26
  /** Label del botón cerrar (resuelto por el consumer). Fallback al namespace propio. */
27
27
  closeLabel: string;
28
+ /**
29
+ * Muestra las 3 feature-cards de organizaciones (colaboración / cambio rápido /
30
+ * invitaciones). `false` → sheet article-style (solo título + subtítulo + cuerpo),
31
+ * reusable como explainer genérico (ej. integraciones / API keys). Default `true`.
32
+ */
33
+ showFeatures: boolean;
28
34
  /** Props del botón cerrar del footer (el consumer puede pasar custom). */
29
35
  closeProps: Partial<ButtonMetadata>;
30
36
  /** Inyectado por `ModalService.open` — referencia para cerrar desde dentro. */
@@ -40,5 +46,5 @@ export declare class OrgInfoSheetComponent {
40
46
  dismiss(): void;
41
47
  protected tt(key: string): string;
42
48
  static ɵfac: i0.ɵɵFactoryDeclaration<OrgInfoSheetComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<OrgInfoSheetComponent, "val-org-info-sheet", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "body": { "alias": "body"; "required": false; }; "closeLabel": { "alias": "closeLabel"; "required": false; }; "closeProps": { "alias": "closeProps"; "required": false; }; "_modalRef": { "alias": "_modalRef"; "required": false; }; }, {}, never, never, true, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<OrgInfoSheetComponent, "val-org-info-sheet", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "body": { "alias": "body"; "required": false; }; "closeLabel": { "alias": "closeLabel"; "required": false; }; "showFeatures": { "alias": "showFeatures"; "required": false; }; "closeProps": { "alias": "closeProps"; "required": false; }; "_modalRef": { "alias": "_modalRef"; "required": false; }; }, {}, never, never, true, never>;
44
50
  }
@@ -93,6 +93,7 @@ export declare class OrganizationViewComponent {
93
93
  onOpenImport(): void;
94
94
  onOpenApiKeys(): void;
95
95
  onOrgInfo(): void;
96
+ onApiKeysInfo(): void;
96
97
  onViewPermissions(): void;
97
98
  onOpenTransfer(): void;
98
99
  onTransfer(newOwnerId: string): Promise<void>;
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 = "2.0.1015";
5
+ export declare const VERSION = "2.0.1016";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.1015",
3
+ "version": "2.0.1016",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"