suis 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,16 +1,12 @@
1
- import { AfterViewInit, ElementRef } from '@angular/core';
2
1
  import { SuisInputBase } from './suis-input.base';
3
2
  import * as i0 from "@angular/core";
4
- export declare abstract class SuisCheckboxBase extends SuisInputBase implements AfterViewInit {
5
- /** @internal */
6
- checkboxInput?: ElementRef;
3
+ export declare abstract class SuisCheckboxBase extends SuisInputBase {
7
4
  /** @internal */
8
5
  value: boolean;
9
6
  /**
10
7
  * Adds a red colored asterisk after the label. By default set to false.
11
8
  */
12
9
  required: boolean;
13
- ngAfterViewInit(): void;
14
10
  writeValue(obj: boolean): void;
15
11
  onChange(event: Event): void;
16
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SuisCheckboxBase, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suis",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "main": "src/index.ts",
5
5
  "author": "Karol Jaskółka",
6
6
  "description": "Angular 16+ Component Library",