@magic-xpa/angular 4.801.0-dev481.290 → 4.801.0-dev481.292

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.
@@ -2351,10 +2351,10 @@ class AccessorMagicService {
2351
2351
  return vis ? 'visible' : 'hidden';
2352
2352
  }
2353
2353
  getNumericPicture(picture) {
2354
+ var obj = {};
2354
2355
  if (isNullOrUndefined(picture))
2355
- return null;
2356
+ return obj;
2356
2357
  let pic = new PIC(picture, StorageAttribute.NUMERIC, 0);
2357
- var obj = {};
2358
2358
  obj['prefix'] = "";
2359
2359
  if (pic.getPosPref_().length > 0 && pic.getNegPref_().length > 0) {
2360
2360
  let pref = '-' + pic.getPosPref_();