valtech-components 2.0.535 → 2.0.536

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.
@@ -12,6 +12,7 @@ export declare class ExpandableTextComponent {
12
12
  props: ExpandableTextInput;
13
13
  expanded: boolean;
14
14
  defaultColor: string;
15
+ private i18n;
15
16
  get truncatedText(): string;
16
17
  get isTruncated(): boolean;
17
18
  getExpandText(): string;
@@ -25,6 +25,7 @@ import * as i0 from "@angular/core";
25
25
  export declare class GlowCardComponent {
26
26
  props: GlowCardMetadata;
27
27
  onClick: EventEmitter<GlowCardClickEvent>;
28
+ private i18n;
28
29
  private navigationService;
29
30
  private themeService;
30
31
  private readonly ionicColors;
@@ -47,10 +47,15 @@ export declare class RefresherComponent {
47
47
  pullProgressChange: EventEmitter<RefreshPullEvent>;
48
48
  /** Evento de cambio de estado */
49
49
  stateChange: EventEmitter<RefresherState>;
50
+ private i18n;
50
51
  /** Estado actual del refresher */
51
52
  readonly state: import("@angular/core").WritableSignal<RefresherState>;
52
53
  /** Progreso actual del pull (0-1) */
53
54
  readonly pullProgress: import("@angular/core").WritableSignal<number>;
55
+ /** Get pulling text with i18n fallback */
56
+ getPullingText(): string;
57
+ /** Get refreshing text with i18n fallback */
58
+ getRefreshingText(): string;
54
59
  /** Props combinados con defaults */
55
60
  get mergedProps(): RefresherMetadata;
56
61
  /** Si hay indicadores personalizados */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.535",
3
+ "version": "2.0.536",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"