myrta-ui 17.1.49 → 17.1.51

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.
@@ -33,7 +33,6 @@ export declare class InputTextComponent implements ControlValueAccessor {
33
33
  get isInvalidMessage(): boolean;
34
34
  get isValid(): boolean;
35
35
  get isVerified(): boolean;
36
- get readonlyClass(): string;
37
36
  get checkValidClasses(): string;
38
37
  get getClasses(): string;
39
38
  get getIconClass(): string;
@@ -30,7 +30,6 @@ export declare class InputTextareaComponent implements ControlValueAccessor {
30
30
  get isInvalidMessage(): boolean;
31
31
  get invalidMessageArray(): string[];
32
32
  get isValid(): boolean;
33
- get readonlyClass(): string;
34
33
  get checkValidClasses(): string;
35
34
  get getClasses(): string;
36
35
  get innerHtml(): string;
@@ -39,7 +38,6 @@ export declare class InputTextareaComponent implements ControlValueAccessor {
39
38
  insertPositionText(tagText: string): void;
40
39
  protected baseValidate(): boolean;
41
40
  onFocus(): void;
42
- get isShowBlock(): boolean;
43
41
  private onChange;
44
42
  private onTouched;
45
43
  registerOnChange(fn: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myrta-ui",
3
- "version": "17.1.49",
3
+ "version": "17.1.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",