@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.
- package/CHANGELOG.md +5 -3
- package/dist/json/attributes.json +3163 -3163
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +5432 -5432
- package/dist/vuetify-labs.css +4213 -4213
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3185 -3185
- package/dist/vuetify.d.ts +56 -56
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +56 -56
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.7-master.2025-01-
|
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 =
|
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-
|
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-
|
31040
|
+
const version = "3.7.7-master.2025-01-22";
|
31041
31041
|
|
31042
31042
|
/* eslint-disable local-rules/sort-imports */
|
31043
31043
|
|