@sumaris-net/ngx-components 2.7.5-rc11 → 2.7.5-rc13

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.7.5-rc11",
4
+ "version": "2.7.5-rc13",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -25,9 +25,8 @@ export declare class ToolbarComponent implements ToolbarToken, OnInit, OnDestroy
25
25
  private _validateTapCount;
26
26
  private _defaultBackHref;
27
27
  private _backHref;
28
- private _progressBarMode;
28
+ protected readonly $progressBarMode: import("@angular/core").WritableSignal<ProgressBarMode>;
29
29
  set progressBarMode(value: ProgressBarMode);
30
- get progressBarMode(): ProgressBarMode;
31
30
  title: string;
32
31
  color: AppColors;
33
32
  class: string;