myrta-ui 17.1.41 → 17.1.43

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.
@@ -43,6 +43,8 @@ export declare class InputNumberComponent implements ControlValueAccessor, OnIni
43
43
  set setMax(val: number);
44
44
  modelChange: EventEmitter<InputNumberValueWithId>;
45
45
  constructor(fb: FormBuilder);
46
+ get readonlyClass(): string;
47
+ get checkValidClasses(): string;
46
48
  get getClasses(): string;
47
49
  get decimalMarker(): '.' | ',' | ['.', ','];
48
50
  get thousandsSeparator(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myrta-ui",
3
- "version": "17.1.41",
3
+ "version": "17.1.43",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",