@vuetify/nightly 3.7.7-master.2025-01-21 → 3.7.7-master.2025-01-22

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.7-master.2025-01-21
2
+ * Vuetify v3.7.7-master.2025-01-22
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -29844,7 +29844,7 @@ const VTimePicker = genericComponent()({
29844
29844
  emit('update:second', value);
29845
29845
  break;
29846
29846
  }
29847
- const emitChange = selecting.value === (props.useSeconds ? SelectingTimes.Second : SelectingTimes.Minute);
29847
+ const emitChange = inputHour.value !== null && inputMinute.value !== null && (props.useSeconds ? inputSecond.value !== null : true);
29848
29848
  if (selecting.value === SelectingTimes.Hour) {
29849
29849
  selecting.value = SelectingTimes.Minute;
29850
29850
  } else if (props.useSeconds && selecting.value === SelectingTimes.Minute) {
@@ -30784,7 +30784,7 @@ function createVuetify$1() {
30784
30784
  goTo
30785
30785
  };
30786
30786
  }
30787
- const version$1 = "3.7.7-master.2025-01-21";
30787
+ const version$1 = "3.7.7-master.2025-01-22";
30788
30788
  createVuetify$1.version = version$1;
30789
30789
 
30790
30790
  // Vue's inject() can only be used in setup
@@ -31037,7 +31037,7 @@ var index = /*#__PURE__*/Object.freeze({
31037
31037
 
31038
31038
  /* eslint-disable local-rules/sort-imports */
31039
31039
 
31040
- const version = "3.7.7-master.2025-01-21";
31040
+ const version = "3.7.7-master.2025-01-22";
31041
31041
 
31042
31042
  /* eslint-disable local-rules/sort-imports */
31043
31043