valtech-components 2.0.817 → 2.0.819

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.
@@ -1,7 +1,6 @@
1
1
  import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { ViewWillEnter, ViewWillLeave } from '@ionic/angular/standalone';
3
3
  import { ContainerSize } from '../../atoms/container/types';
4
- import { RefreshEvent } from '../../molecules/refresher/types';
5
4
  import { PageRefreshService } from '../../../services/page-refresh/page-refresh.service';
6
5
  import { PageWrapperMetadata } from './types';
7
6
  import * as i0 from "@angular/core";
@@ -34,10 +33,10 @@ export declare class PageWrapperComponent implements ViewWillEnter, ViewWillLeav
34
33
  /** Bus del pull-to-refresh — la página activa registra su handler aquí. */
35
34
  protected pageRefresh: PageRefreshService;
36
35
  /**
37
- * Handler del gesto pull-to-refresh. Delega en el handler que registró la
38
- * página activa (`PageRefreshService.run`) y cierra el spinner al terminar.
36
+ * Handler del gesto pull-to-refresh (`ion-refresher` ionRefresh). Delega en
37
+ * el handler que registró la página activa y cierra el spinner al terminar.
39
38
  */
40
- onPageRefresh(event: RefreshEvent): Promise<void>;
39
+ onPageRefresh(event: Event): Promise<void>;
41
40
  /**
42
41
  * Page wrapper configuration.
43
42
  * Signal-based input for full reactivity with computed().
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.817";
5
+ export declare const VERSION = "2.0.819";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.817",
3
+ "version": "2.0.819",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"