@sumaris-net/ngx-components 2.2.5 → 2.2.6-rc2

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.2.5",
4
+ "version": "2.2.6-rc2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -22,7 +22,7 @@ export declare class ToolbarComponent implements ToolbarToken, OnInit, OnDestroy
22
22
  private _validateTapCount;
23
23
  private _defaultBackHref;
24
24
  private _backHref;
25
- title: String;
25
+ title: string;
26
26
  color: AppColors;
27
27
  class: string;
28
28
  set backHref(value: string);
@@ -52,6 +52,7 @@ export declare class ToolbarComponent implements ToolbarToken, OnInit, OnDestroy
52
52
  tapClose(event: HammerTapEvent): void;
53
53
  tapValidate(event: HammerTapEvent): void;
54
54
  protected ionSearchBarChanged(event: Event): void;
55
+ protected markForCheck(): void;
55
56
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, [null, null, null, null, { optional: true; }]>;
56
57
  static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "app-toolbar", never, { "title": "title"; "color": "color"; "class": "class"; "backHref": "backHref"; "defaultBackHref": "defaultBackHref"; "hasValidate": "hasValidate"; "hasClose": "hasClose"; "hasSearch": "hasSearch"; "canGoBack": "canGoBack"; "canShowMenu": "canShowMenu"; }, { "onValidate": "onValidate"; "onClose": "onClose"; "onValidateAndClose": "onValidateAndClose"; "onBackClick": "onBackClick"; "onSearch": "onSearch"; }, never, ["[slot=start]", "ion-title", "ion-buttons[slot=end]", "[slot=end]"], false>;
57
58
  }