sidesys-generic-ui 2.4.7 → 2.4.8

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,27 +1,26 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import { THEME } from '../../../enums/theme.enum';
3
3
  import { ICON_THEME } from '../../enums/icon-theme.enum';
4
4
  import { ControlValueAccessorDirective } from '../../directives/control-value-accessor.directive';
5
5
  import { INPUT_TYPE, SInput } from './s-input-model';
6
6
  import * as i0 from "@angular/core";
7
- export declare class SInputComponent<T> extends ControlValueAccessorDirective<T> implements OnInit {
7
+ export declare class SInputComponent<T> extends ControlValueAccessorDirective<T> {
8
8
  config: SInput;
9
9
  clickHelpIconEvent: EventEmitter<void>;
10
10
  blur: EventEmitter<void>;
11
11
  focus: EventEmitter<void>;
12
- id: string;
13
12
  private _sTranslateService;
14
13
  iconSymbol: boolean;
15
14
  iconType?: string;
16
15
  showPassword: boolean;
17
- type: INPUT_TYPE;
18
16
  errorPattern?: string;
19
17
  INPUT_TYPE: typeof INPUT_TYPE;
20
18
  THEME: typeof THEME;
21
19
  ICON_THEME: typeof ICON_THEME;
22
20
  isFocused: boolean;
23
- ngOnInit(): void;
24
21
  onInput(event: Event): void;
22
+ get id(): string;
23
+ get type(): INPUT_TYPE;
25
24
  registerOnChange(fn: any): void;
26
25
  getIconType(): 'symbol' | 'icon';
27
26
  showIconType(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sidesys-generic-ui",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "exports": {
5
5
  "./theme": {
6
6
  "sass": "./src/lib/theme.scss"