@vuetify/nightly 3.9.0-master.2025-07-08 → 3.9.0-master.2025-07-09
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 +12 -3
- package/dist/json/attributes.json +2733 -2733
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +4722 -4722
- package/dist/vuetify-labs.cjs +23 -23
- package/dist/vuetify-labs.css +5395 -5395
- package/dist/vuetify-labs.d.ts +54 -54
- package/dist/vuetify-labs.esm.js +23 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -15
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4203 -4203
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +15 -15
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -15
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +7 -7
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +1 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
- package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-master.2025-07-
|
2
|
+
* Vuetify v3.9.0-master.2025-07-09
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -20864,7 +20864,7 @@
|
|
20864
20864
|
"onUpdate:modelValue": v => setItemsPerPage(Number(v)),
|
20865
20865
|
"density": "compact",
|
20866
20866
|
"variant": "outlined",
|
20867
|
-
"
|
20867
|
+
"hideDetails": true
|
20868
20868
|
}, null)]), vue.createElementVNode("div", {
|
20869
20869
|
"class": "v-data-table-footer__info"
|
20870
20870
|
}, [vue.createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), vue.createElementVNode("div", {
|
@@ -20873,14 +20873,14 @@
|
|
20873
20873
|
"modelValue": page.value,
|
20874
20874
|
"onUpdate:modelValue": $event => page.value = $event,
|
20875
20875
|
"density": "comfortable",
|
20876
|
-
"
|
20877
|
-
"
|
20876
|
+
"firstAriaLabel": props.firstPageLabel,
|
20877
|
+
"lastAriaLabel": props.lastPageLabel,
|
20878
20878
|
"length": pageCount.value,
|
20879
|
-
"
|
20880
|
-
"
|
20879
|
+
"nextAriaLabel": props.nextPageLabel,
|
20880
|
+
"previousAriaLabel": props.prevPageLabel,
|
20881
20881
|
"rounded": true,
|
20882
|
-
"
|
20883
|
-
"
|
20882
|
+
"showFirstLastPage": true,
|
20883
|
+
"totalVisible": props.showCurrentPage ? 1 : 0,
|
20884
20884
|
"variant": "plain"
|
20885
20885
|
}, paginationProps), null)])]);
|
20886
20886
|
});
|
@@ -24551,7 +24551,7 @@
|
|
24551
24551
|
} = _ref3;
|
24552
24552
|
return vue.createVNode(VField, vue.mergeProps({
|
24553
24553
|
"ref": vFieldRef,
|
24554
|
-
"
|
24554
|
+
"prependIcon": props.prependIcon,
|
24555
24555
|
"onMousedown": onControlMousedown,
|
24556
24556
|
"onClick": onControlClick,
|
24557
24557
|
"onClick:clear": onClear,
|
@@ -26584,8 +26584,8 @@
|
|
26584
26584
|
"value": model.value.join('')
|
26585
26585
|
}), null), vue.createVNode(VOverlay, {
|
26586
26586
|
"contained": true,
|
26587
|
-
"
|
26588
|
-
"
|
26587
|
+
"contentClass": "v-otp-input__loader",
|
26588
|
+
"modelValue": !!props.loading,
|
26589
26589
|
"persistent": true
|
26590
26590
|
}, {
|
26591
26591
|
default: () => [slots.loader?.() ?? vue.createVNode(VProgressCircular, {
|
@@ -27560,7 +27560,7 @@
|
|
27560
27560
|
"ref": timerRef,
|
27561
27561
|
"color": typeof props.timer === 'string' ? props.timer : 'info',
|
27562
27562
|
"max": props.timeout,
|
27563
|
-
"
|
27563
|
+
"modelValue": countdown.time.value
|
27564
27564
|
}, null)]), hasContent && vue.createElementVNode("div", {
|
27565
27565
|
"key": "content",
|
27566
27566
|
"class": "v-snackbar__content",
|
@@ -30853,7 +30853,7 @@
|
|
30853
30853
|
"class": ['v-treeview', {
|
30854
30854
|
'v-treeview--fluid': props.fluid
|
30855
30855
|
}, props.class],
|
30856
|
-
"
|
30856
|
+
"openStrategy": "multiple",
|
30857
30857
|
"style": props.style,
|
30858
30858
|
"opened": opened.value,
|
30859
30859
|
"activated": activated.value,
|
@@ -31386,7 +31386,7 @@
|
|
31386
31386
|
};
|
31387
31387
|
});
|
31388
31388
|
}
|
31389
|
-
const version$1 = "3.9.0-master.2025-07-
|
31389
|
+
const version$1 = "3.9.0-master.2025-07-09";
|
31390
31390
|
createVuetify$1.version = version$1;
|
31391
31391
|
|
31392
31392
|
// Vue's inject() can only be used in setup
|
@@ -31411,7 +31411,7 @@
|
|
31411
31411
|
...options
|
31412
31412
|
});
|
31413
31413
|
};
|
31414
|
-
const version = "3.9.0-master.2025-07-
|
31414
|
+
const version = "3.9.0-master.2025-07-09";
|
31415
31415
|
createVuetify.version = version;
|
31416
31416
|
|
31417
31417
|
exports.blueprints = index;
|