@forcecalendar/interface 1.0.45 → 1.0.46

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.
@@ -2727,7 +2727,7 @@ const v = class v extends M {
2727
2727
  this.stateManager.setView(e);
2728
2728
  }
2729
2729
  getTitle(t, e) {
2730
- const r = this.stateManager.state.config.locale;
2730
+ const r = this.stateManager.getState().config.locale;
2731
2731
  switch (e) {
2732
2732
  case "month":
2733
2733
  return p.formatDate(t, "month", r);