barsa-novin-ray-core 2.2.74 → 2.2.75

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.
@@ -7,7 +7,7 @@ import { filter, startWith, map, tap, takeUntil, withLatestFrom, delay, debounce
7
7
  import { _isNumberValue } from '@angular/cdk/coercion';
8
8
  import moment from 'moment';
9
9
  import moment$1 from 'moment-hijri';
10
- import 'moment/locale/ar-SA';
10
+ import 'moment/locale/ar';
11
11
  import moment$2 from 'moment-jalaali';
12
12
  import 'moment/locale/fa';
13
13
  import { FormControl, FormGroup, FormsModule, ReactiveFormsModule } from '@angular/forms';
@@ -336,7 +336,7 @@ class DateHijriService extends DateService {
336
336
  constructor(logService) {
337
337
  super(logService);
338
338
  this.logService = logService;
339
- this.locale = 'ar-SA';
339
+ this.locale = 'ar';
340
340
  }
341
341
  getTimes(date) {
342
342
  return moment$1(date).format('HH:mm');