barsa-calendar 2.3.51 → 2.3.53
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/fesm2022/barsa-calendar.mjs +18 -10
- package/fesm2022/barsa-calendar.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
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;
|