@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.
- package/esm2020/src/services/accessor.magic.service.mjs +1 -2
- package/fesm2015/magic-xpa-angular.mjs +0 -1
- package/fesm2015/magic-xpa-angular.mjs.map +1 -1
- package/fesm2020/magic-xpa-angular.mjs +0 -1
- package/fesm2020/magic-xpa-angular.mjs.map +1 -1
- package/package.json +7 -4
- package/src/services/accessor.magic.service.d.ts +0 -1
@@ -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) {
|