barsa-calendar 2.3.52 → 2.3.54

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/index.d.ts CHANGED
@@ -243,6 +243,7 @@ declare class DateTimePickerComponent extends BaseComponent implements OnInit, O
243
243
  months: string[];
244
244
  years: string[];
245
245
  tempFormmatedDate: string;
246
+ cultureName: string;
246
247
  private _calendarService;
247
248
  private _lastValue;
248
249
  private _datetimeAdapter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-calendar",
3
- "version": "2.3.52",
3
+ "version": "2.3.54",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"