valtech-components 2.0.519 → 2.0.521

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.
@@ -22,6 +22,7 @@ import * as i0 from "@angular/core";
22
22
  * @input props - Optional configuration (companyName, rightsText, color, align)
23
23
  */
24
24
  export declare class RightsFooterComponent {
25
+ private i18n;
25
26
  /**
26
27
  * Optional configuration for the rights footer.
27
28
  */
@@ -31,9 +32,9 @@ export declare class RightsFooterComponent {
31
32
  */
32
33
  currentYear: number;
33
34
  /**
34
- * Computed copyright text.
35
+ * Computed copyright text - reactive to language changes.
35
36
  */
36
- get copyrightText(): string;
37
+ copyrightText: import("@angular/core").Signal<string>;
37
38
  static ɵfac: i0.ɵɵFactoryDeclaration<RightsFooterComponent, never>;
38
39
  static ɵcmp: i0.ɵɵComponentDeclaration<RightsFooterComponent, "val-rights-footer", never, { "props": { "alias": "props"; "required": false; }; }, {}, never, never, true, never>;
39
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.519",
3
+ "version": "2.0.521",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"