@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.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
|
*/
|
@@ -29848,7 +29848,7 @@
|
|
29848
29848
|
emit('update:second', value);
|
29849
29849
|
break;
|
29850
29850
|
}
|
29851
|
-
const emitChange =
|
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-
|
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-
|
31044
|
+
const version = "3.7.7-master.2025-01-22";
|
31045
31045
|
|
31046
31046
|
/* eslint-disable local-rules/sort-imports */
|
31047
31047
|
|