@eqproject/eqp-dynamic-module 1.0.8 → 1.0.9

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.
@@ -13,6 +13,7 @@ export declare class TextFieldTemplateComponent implements OnInit, OnChanges, IB
13
13
  subscription: Subscription;
14
14
  field: TextField;
15
15
  record: Record;
16
+ STT: boolean;
16
17
  FieldstyleObj: any;
17
18
  LabelstyleObj: any;
18
19
  recordChange: EventEmitter<Record>;
@@ -4,6 +4,7 @@ export declare class TextField extends BaseField {
4
4
  TextMask: TextMaskEnum;
5
5
  MaxLenght: number;
6
6
  MinLenght: number;
7
+ Microphone: boolean;
7
8
  }
8
9
  export declare enum TextMaskEnum {
9
10
  'Password' = 1,
@@ -4,4 +4,5 @@ export declare class TextareaField extends BaseField {
4
4
  Rows: number;
5
5
  MaxLenght: number;
6
6
  MinLenght: number;
7
+ Microphone: boolean;
7
8
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "1.0.8",
7
+ "version": "1.0.9",
8
8
  "peerDependencies": {
9
9
  "@angular/common": "~14.2.8",
10
10
  "@angular/core": "~14.2.8",