valtech-components 2.0.522 → 2.0.524

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,16 +25,25 @@ export declare class RightsFooterComponent {
25
25
  private i18n;
26
26
  /**
27
27
  * Optional configuration for the rights footer.
28
+ * Signal-based input for full reactivity with computed().
28
29
  */
29
- props?: RightsFooterMetadata;
30
+ readonly props: import("@angular/core").InputSignal<RightsFooterMetadata>;
30
31
  /**
31
32
  * Current year for copyright.
32
33
  */
33
34
  currentYear: number;
34
35
  /**
35
- * Computed copyright text - reactive to language changes.
36
+ * Computed copyright text - reactive to both language AND props changes.
36
37
  */
37
38
  copyrightText: import("@angular/core").Signal<string>;
39
+ /**
40
+ * Computed helper for align prop in template.
41
+ */
42
+ propsAlign: import("@angular/core").Signal<"left" | "center" | "right">;
43
+ /**
44
+ * Computed helper for color prop in template.
45
+ */
46
+ propsColor: import("@angular/core").Signal<"medium" | "primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | "light" | "dark">;
38
47
  static ɵfac: i0.ɵɵFactoryDeclaration<RightsFooterComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<RightsFooterComponent, "val-rights-footer", never, { "props": { "alias": "props"; "required": false; }; }, {}, never, never, true, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<RightsFooterComponent, "val-rights-footer", never, { "props": { "alias": "props"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
40
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.522",
3
+ "version": "2.0.524",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"