valtech-components 2.0.925 → 2.0.926

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,5 +1,4 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { NavController } from '@ionic/angular';
3
2
  import { IconService } from '../../../services/icons.service';
4
3
  import { ToolbarAction, ToolbarActionType } from '../../types';
5
4
  import { ToolbarMetadata } from './types';
@@ -17,7 +16,6 @@ import * as i0 from "@angular/core";
17
16
  * @output onClick - Emite el token de la acción clicada.
18
17
  */
19
18
  export declare class ToolbarComponent implements OnInit {
20
- private navCtrl;
21
19
  /**
22
20
  * Metadatos de la barra de herramientas.
23
21
  */
@@ -27,16 +25,14 @@ export declare class ToolbarComponent implements OnInit {
27
25
  */
28
26
  onClick: EventEmitter<string>;
29
27
  actionTypes: typeof ToolbarActionType;
30
- constructor(navCtrl: NavController, icon: IconService);
28
+ private nav;
29
+ constructor(icon: IconService);
31
30
  ngOnInit(): void;
32
31
  /**
33
32
  * Emite el token de la acción clicada.
34
33
  * @param token Token de la acción
35
34
  */
36
35
  clickHandler(token?: string): void;
37
- /**
38
- * Navega hacia atrás usando NavController.
39
- */
40
36
  goBack(): void;
41
37
  /**
42
38
  * Determina si hay acciones a la derecha.
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.925";
5
+ export declare const VERSION = "2.0.926";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.925",
3
+ "version": "2.0.926",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"