@magic-xpa/angular 4.1000.0-dev4100.365 → 4.1000.0-dev4100.368

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.
@@ -2263,7 +2263,6 @@ class AccessorMagicService {
2263
2263
  this.Logger = null;
2264
2264
  this.hhmm = maskitoTimeOptionsGenerator({ mode: 'HH:MM' });
2265
2265
  this.hhmmss = maskitoTimeOptionsGenerator({ mode: 'HH:MM:SS' });
2266
- this.hhmmssms = maskitoTimeOptionsGenerator({ mode: 'HH:MM:SS.MSS' });
2267
2266
  this.Logger = Logger.Instance;
2268
2267
  }
2269
2268
  checkIsReadOnly(controlId) {