valtech-components 4.0.152 → 4.0.153

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.
@@ -26,6 +26,7 @@ import * as i0 from "@angular/core";
26
26
  */
27
27
  export declare class EmptyStateComponent {
28
28
  props: import("@angular/core").InputSignal<EmptyStateMetadata>;
29
+ protected copied: import("@angular/core").WritableSignal<boolean>;
29
30
  /** Variante resuelta (default `'empty'`). */
30
31
  protected variantClass: import("@angular/core").Signal<EmptyStateVariant>;
31
32
  /** Icono final — custom si se pasó, default de la variante si no. */
@@ -40,6 +41,7 @@ export declare class EmptyStateComponent {
40
41
  * el handler corre).
41
42
  */
42
43
  protected ctaProps: import("@angular/core").Signal<ButtonMetadata>;
44
+ protected copyOpId(opId: string): void;
43
45
  static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent, never>;
44
46
  static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "val-empty-state", never, { "props": { "alias": "props"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
45
47
  }
@@ -62,4 +62,10 @@ export interface EmptyStateMetadata {
62
62
  iconSize?: number;
63
63
  /** Acción CTA opcional. Si se omite, no se muestra botón. */
64
64
  action?: EmptyStateAction;
65
+ /**
66
+ * `operationId` devuelto por el backend. Cuando está presente se muestra un
67
+ * chip discreto con el ID y un botón de copia. El usuario lo comparte con
68
+ * soporte para tracing en CloudWatch.
69
+ */
70
+ operationId?: string;
65
71
  }
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.152";
5
+ export declare const VERSION = "4.0.153";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.152",
3
+ "version": "4.0.153",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"