@festo-ui/angular 7.0.0-dev.381 → 7.0.0-dev.384

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,4 +1,4 @@
1
- import { OnDestroy, ElementRef, AfterViewInit } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class FngSliderComponent implements AfterViewInit, OnDestroy, ControlValueAccessor {
@@ -9,6 +9,7 @@ export declare class FngSliderComponent implements AfterViewInit, OnDestroy, Con
9
9
  step: number;
10
10
  digitsInfo: string | undefined;
11
11
  locale: string | undefined;
12
+ hideValue: boolean;
12
13
  left: number;
13
14
  numberoffset: number;
14
15
  protected innerDisabled: boolean;
@@ -32,5 +33,5 @@ export declare class FngSliderComponent implements AfterViewInit, OnDestroy, Con
32
33
  onInput(event: any): void;
33
34
  updateValuePosition(): void;
34
35
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSliderComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<FngSliderComponent, "fng-slider", never, { "label": { "alias": "label"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "digitsInfo": { "alias": "digitsInfo"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngSliderComponent, "fng-slider", never, { "label": { "alias": "label"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "digitsInfo": { "alias": "digitsInfo"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "hideValue": { "alias": "hideValue"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
36
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "7.0.0-dev.381",
3
+ "version": "7.0.0-dev.384",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "description": "CSS framework and utils to build FESTO web applications",