@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
  */
@@ -29848,7 +29848,7 @@
29848
29848
  emit('update:second', value);
29849
29849
  break;
29850
29850
  }
29851
- const emitChange = selecting.value === (props.useSeconds ? SelectingTimes.Second : SelectingTimes.Minute);
29851
+ const emitChange = inputHour.value !== null && inputMinute.value !== null && (props.useSeconds ? inputSecond.value !== null : true);
29852
29852
  if (selecting.value === SelectingTimes.Hour) {
29853
29853
  selecting.value = SelectingTimes.Minute;
29854
29854
  } else if (props.useSeconds && selecting.value === SelectingTimes.Minute) {
@@ -30788,7 +30788,7 @@
30788
30788
  goTo
30789
30789
  };
30790
30790
  }
30791
- const version$1 = "3.7.7-master.2025-01-21";
30791
+ const version$1 = "3.7.7-master.2025-01-22";
30792
30792
  createVuetify$1.version = version$1;
30793
30793
 
30794
30794
  // Vue's inject() can only be used in setup
@@ -31041,7 +31041,7 @@
31041
31041
 
31042
31042
  /* eslint-disable local-rules/sort-imports */
31043
31043
 
31044
- const version = "3.7.7-master.2025-01-21";
31044
+ const version = "3.7.7-master.2025-01-22";
31045
31045
 
31046
31046
  /* eslint-disable local-rules/sort-imports */
31047
31047