mhz-ui 1.1.43 → 1.1.44

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.
@@ -2457,7 +2457,7 @@ const st = (f, t) => {
2457
2457
  time: !1,
2458
2458
  events: i.events,
2459
2459
  minDate: i.minDate,
2460
- locale: i.lang,
2460
+ locale: i.lang === "en" ? "en-us" : "ru",
2461
2461
  todayButton: !1,
2462
2462
  onReady: _[0] || (_[0] = (C) => o("ready", { dateFrom: C?.view?.firstCellDate, dateTo: C?.view?.lastCellDate })),
2463
2463
  onViewChange: _[1] || (_[1] = (C) => o("update", { dateFrom: C?.extendedStart, dateTo: C?.extendedEnd })),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mhz-ui",
3
3
  "description": "Mhz ui kit",
4
- "version": "1.1.43",
4
+ "version": "1.1.44",
5
5
  "author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
6
6
  "license": "MIT",
7
7
  "type": "module",