@pocketprep/ui-kit 3.0.14 → 3.0.15

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.
@@ -16502,8 +16502,8 @@ let Ue = class extends Mt {
16502
16502
  U(this, "modelValue");
16503
16503
  U(this, "isDarkMode");
16504
16504
  U(this, "calendar", null);
16505
- U(this, "calendarInput", this.modelValue);
16506
- U(this, "dateString", this.modelValue ? this.modelValue.toLocaleDateString() : "");
16505
+ U(this, "calendarInput", null);
16506
+ U(this, "dateString", "");
16507
16507
  U(this, "hover", !1);
16508
16508
  U(this, "focus", !1);
16509
16509
  U(this, "afterCalendarTab", -1);
@@ -16513,7 +16513,7 @@ let Ue = class extends Mt {
16513
16513
  (s = this.calendar) == null || s.destroy();
16514
16514
  }
16515
16515
  mounted() {
16516
- this.calendar = new _n({
16516
+ this.calendarInput = this.modelValue, this.dateString = this.modelValue ? this.modelValue.toLocaleDateString() : "", this.calendar = new _n({
16517
16517
  element: this.$refs.calendar,
16518
16518
  plugins: ["keyboardnav"],
16519
16519
  firstDay: 0,