myrta-ui 1.1.46 → 1.1.47

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.
@@ -41,6 +41,7 @@ export declare class EditorComponent implements ControlValueAccessor, OnChanges
41
41
  get getInvalidMessage(): string | string[];
42
42
  get checkValidClasses(): string;
43
43
  get getClasses(): string;
44
+ private get _cleanedValue();
44
45
  insertPositionText(text: string): void;
45
46
  changeFocused(value: boolean): void;
46
47
  private onChange;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myrta-ui",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0",
6
6
  "@angular/core": "^13.3.0",