@biit-solutions/wizardry-theme 1.22.12 → 1.22.13

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.
@@ -19,7 +19,7 @@ export declare class BiitDatePickerComponent implements ControlValueAccessor, On
19
19
  max: Date;
20
20
  set placeholder(placeholder: string);
21
21
  protected _placeholder: string;
22
- error: string;
22
+ error: string | undefined;
23
23
  description: string;
24
24
  protected value: Date;
25
25
  protected dropdownOpen: boolean;
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class BiitInputTextComponent implements ControlValueAccessor, OnInit {
6
6
  set placeholder(placeholder: string);
7
7
  protected _placeholder: string;
8
- error: string;
8
+ error: string | undefined;
9
9
  description: string;
10
10
  info: string;
11
11
  type: Type;
@@ -4,7 +4,7 @@ import { biitIcon } from '@biit-solutions/biit-icons-collection';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class BiitTextareaComponent implements ControlValueAccessor, OnInit {
6
6
  placeholder: string;
7
- error: string;
7
+ error: string | undefined;
8
8
  description: string;
9
9
  info: string;
10
10
  icon: biitIcon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biit-solutions/wizardry-theme",
3
- "version": "1.22.12",
3
+ "version": "1.22.13",
4
4
  "license": "AGPLv3",
5
5
  "author": "BiiT Sourcing Solutions",
6
6
  "private": false,