@vuetify/nightly 3.9.0-master.2025-07-10 → 3.9.0-master.2025-07-11
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 +831 -831
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +1494 -1494
- package/dist/vuetify-labs.cjs +10 -8
- package/dist/vuetify-labs.css +6807 -6807
- package/dist/vuetify-labs.d.ts +60 -60
- package/dist/vuetify-labs.esm.js +10 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +9 -7
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4049 -4049
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +9 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VField/VField.js +5 -2
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/VFieldLabel.js +1 -2
- package/lib/components/VField/VFieldLabel.js.map +1 -1
- package/lib/composables/dateFormat.js +1 -1
- package/lib/composables/dateFormat.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -114147,44 +114147,41 @@ declare module 'vue' {
|
|
114147
114147
|
$children?: VNodeChild
|
114148
114148
|
}
|
114149
114149
|
export interface GlobalComponents {
|
114150
|
+
VAutocomplete: VAutocomplete
|
114151
|
+
VApp: VApp
|
114152
|
+
VAlert: VAlert
|
114153
|
+
VAlertTitle: VAlertTitle
|
114150
114154
|
VAppBar: VAppBar
|
114151
114155
|
VAppBarNavIcon: VAppBarNavIcon
|
114152
114156
|
VAppBarTitle: VAppBarTitle
|
114153
|
-
VApp: VApp
|
114154
|
-
VAvatar: VAvatar
|
114155
114157
|
VBadge: VBadge
|
114158
|
+
VAvatar: VAvatar
|
114159
|
+
VBottomNavigation: VBottomNavigation
|
114156
114160
|
VBanner: VBanner
|
114157
114161
|
VBannerActions: VBannerActions
|
114158
114162
|
VBannerText: VBannerText
|
114163
|
+
VBottomSheet: VBottomSheet
|
114159
114164
|
VBreadcrumbs: VBreadcrumbs
|
114160
114165
|
VBreadcrumbsItem: VBreadcrumbsItem
|
114161
114166
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
114162
|
-
|
114163
|
-
VBottomSheet: VBottomSheet
|
114164
|
-
VAlert: VAlert
|
114165
|
-
VAlertTitle: VAlertTitle
|
114166
|
-
VBtnToggle: VBtnToggle
|
114167
|
+
VBtn: VBtn
|
114167
114168
|
VCard: VCard
|
114168
114169
|
VCardActions: VCardActions
|
114169
114170
|
VCardItem: VCardItem
|
114170
114171
|
VCardSubtitle: VCardSubtitle
|
114171
114172
|
VCardText: VCardText
|
114172
114173
|
VCardTitle: VCardTitle
|
114173
|
-
|
114174
|
+
VCheckbox: VCheckbox
|
114175
|
+
VCheckboxBtn: VCheckboxBtn
|
114174
114176
|
VChip: VChip
|
114175
114177
|
VBtnGroup: VBtnGroup
|
114176
|
-
VCombobox: VCombobox
|
114177
|
-
VCode: VCode
|
114178
114178
|
VCarousel: VCarousel
|
114179
114179
|
VCarouselItem: VCarouselItem
|
114180
114180
|
VChipGroup: VChipGroup
|
114181
|
+
VCode: VCode
|
114182
|
+
VCombobox: VCombobox
|
114181
114183
|
VColorPicker: VColorPicker
|
114182
|
-
|
114183
|
-
VDatePickerControls: VDatePickerControls
|
114184
|
-
VDatePickerHeader: VDatePickerHeader
|
114185
|
-
VDatePickerMonth: VDatePickerMonth
|
114186
|
-
VDatePickerMonths: VDatePickerMonths
|
114187
|
-
VDatePickerYears: VDatePickerYears
|
114184
|
+
VCounter: VCounter
|
114188
114185
|
VDataTable: VDataTable
|
114189
114186
|
VDataTableHeaders: VDataTableHeaders
|
114190
114187
|
VDataTableFooter: VDataTableFooter
|
@@ -114192,33 +114189,34 @@ declare module 'vue' {
|
|
114192
114189
|
VDataTableRow: VDataTableRow
|
114193
114190
|
VDataTableVirtual: VDataTableVirtual
|
114194
114191
|
VDataTableServer: VDataTableServer
|
114192
|
+
VDatePicker: VDatePicker
|
114193
|
+
VDatePickerControls: VDatePickerControls
|
114194
|
+
VDatePickerHeader: VDatePickerHeader
|
114195
|
+
VDatePickerMonth: VDatePickerMonth
|
114196
|
+
VDatePickerMonths: VDatePickerMonths
|
114197
|
+
VDatePickerYears: VDatePickerYears
|
114195
114198
|
VDivider: VDivider
|
114196
|
-
|
114197
|
-
VCheckboxBtn: VCheckboxBtn
|
114198
|
-
VDialog: VDialog
|
114199
|
-
VCounter: VCounter
|
114199
|
+
VFab: VFab
|
114200
114200
|
VExpansionPanels: VExpansionPanels
|
114201
114201
|
VExpansionPanel: VExpansionPanel
|
114202
114202
|
VExpansionPanelText: VExpansionPanelText
|
114203
114203
|
VExpansionPanelTitle: VExpansionPanelTitle
|
114204
114204
|
VEmptyState: VEmptyState
|
114205
|
-
|
114206
|
-
|
114205
|
+
VField: VField
|
114206
|
+
VFieldLabel: VFieldLabel
|
114207
|
+
VDialog: VDialog
|
114207
114208
|
VFooter: VFooter
|
114208
114209
|
VIcon: VIcon
|
114209
114210
|
VComponentIcon: VComponentIcon
|
114210
114211
|
VSvgIcon: VSvgIcon
|
114211
114212
|
VLigatureIcon: VLigatureIcon
|
114212
114213
|
VClassIcon: VClassIcon
|
114213
|
-
|
114214
|
-
VFieldLabel: VFieldLabel
|
114214
|
+
VFileInput: VFileInput
|
114215
114215
|
VImg: VImg
|
114216
114216
|
VInput: VInput
|
114217
|
-
VKbd: VKbd
|
114218
114217
|
VInfiniteScroll: VInfiniteScroll
|
114219
|
-
|
114220
|
-
|
114221
|
-
VMessages: VMessages
|
114218
|
+
VItemGroup: VItemGroup
|
114219
|
+
VItem: VItem
|
114222
114220
|
VList: VList
|
114223
114221
|
VListGroup: VListGroup
|
114224
114222
|
VListImg: VListImg
|
@@ -114228,21 +114226,27 @@ declare module 'vue' {
|
|
114228
114226
|
VListItemSubtitle: VListItemSubtitle
|
114229
114227
|
VListItemTitle: VListItemTitle
|
114230
114228
|
VListSubheader: VListSubheader
|
114229
|
+
VKbd: VKbd
|
114230
|
+
VMenu: VMenu
|
114231
|
+
VLabel: VLabel
|
114232
|
+
VMain: VMain
|
114231
114233
|
VNavigationDrawer: VNavigationDrawer
|
114232
|
-
|
114233
|
-
|
114234
|
+
VMessages: VMessages
|
114235
|
+
VNumberInput: VNumberInput
|
114234
114236
|
VPagination: VPagination
|
114237
|
+
VOtpInput: VOtpInput
|
114238
|
+
VOverlay: VOverlay
|
114235
114239
|
VProgressLinear: VProgressLinear
|
114236
|
-
VProgressCircular: VProgressCircular
|
114237
114240
|
VRadioGroup: VRadioGroup
|
114241
|
+
VProgressCircular: VProgressCircular
|
114238
114242
|
VRating: VRating
|
114239
114243
|
VSelect: VSelect
|
114244
|
+
VBtnToggle: VBtnToggle
|
114245
|
+
VSheet: VSheet
|
114240
114246
|
VSelectionControl: VSelectionControl
|
114241
|
-
VSelectionControlGroup: VSelectionControlGroup
|
114242
|
-
VSkeletonLoader: VSkeletonLoader
|
114243
114247
|
VSlideGroup: VSlideGroup
|
114244
114248
|
VSlideGroupItem: VSlideGroupItem
|
114245
|
-
|
114249
|
+
VSkeletonLoader: VSkeletonLoader
|
114246
114250
|
VSnackbar: VSnackbar
|
114247
114251
|
VSlider: VSlider
|
114248
114252
|
VStepper: VStepper
|
@@ -114251,54 +114255,53 @@ declare module 'vue' {
|
|
114251
114255
|
VStepperItem: VStepperItem
|
114252
114256
|
VStepperWindow: VStepperWindow
|
114253
114257
|
VStepperWindowItem: VStepperWindowItem
|
114258
|
+
VSelectionControlGroup: VSelectionControlGroup
|
114259
|
+
VTable: VTable
|
114254
114260
|
VSwitch: VSwitch
|
114255
|
-
VTextarea: VTextarea
|
114256
|
-
VSystemBar: VSystemBar
|
114257
114261
|
VTextField: VTextField
|
114258
|
-
VTable: VTable
|
114259
114262
|
VTab: VTab
|
114260
114263
|
VTabs: VTabs
|
114261
114264
|
VTabsWindow: VTabsWindow
|
114262
114265
|
VTabsWindowItem: VTabsWindowItem
|
114266
|
+
VTextarea: VTextarea
|
114267
|
+
VTimeline: VTimeline
|
114268
|
+
VTimelineItem: VTimelineItem
|
114269
|
+
VTreeview: VTreeview
|
114270
|
+
VTreeviewItem: VTreeviewItem
|
114271
|
+
VTreeviewGroup: VTreeviewGroup
|
114263
114272
|
VToolbar: VToolbar
|
114264
114273
|
VToolbarTitle: VToolbarTitle
|
114265
114274
|
VToolbarItems: VToolbarItems
|
114266
|
-
VTimeline: VTimeline
|
114267
|
-
VTimelineItem: VTimelineItem
|
114268
114275
|
VTimePicker: VTimePicker
|
114269
114276
|
VTimePickerClock: VTimePickerClock
|
114270
114277
|
VTimePickerControls: VTimePickerControls
|
114271
|
-
VTooltip: VTooltip
|
114272
114278
|
VWindow: VWindow
|
114273
114279
|
VWindowItem: VWindowItem
|
114274
|
-
VTreeview: VTreeview
|
114275
|
-
VTreeviewItem: VTreeviewItem
|
114276
|
-
VTreeviewGroup: VTreeviewGroup
|
114277
|
-
VItemGroup: VItemGroup
|
114278
|
-
VItem: VItem
|
114279
|
-
VMenu: VMenu
|
114280
|
-
VBtn: VBtn
|
114281
114280
|
VConfirmEdit: VConfirmEdit
|
114282
114281
|
VDataIterator: VDataIterator
|
114283
|
-
VNumberInput: VNumberInput
|
114284
114282
|
VDefaultsProvider: VDefaultsProvider
|
114283
|
+
VForm: VForm
|
114285
114284
|
VContainer: VContainer
|
114286
114285
|
VCol: VCol
|
114287
114286
|
VRow: VRow
|
114288
114287
|
VSpacer: VSpacer
|
114289
114288
|
VHover: VHover
|
114290
114289
|
VLazy: VLazy
|
114291
|
-
|
114290
|
+
VLayout: VLayout
|
114291
|
+
VLayoutItem: VLayoutItem
|
114292
|
+
VLocaleProvider: VLocaleProvider
|
114292
114293
|
VNoSsr: VNoSsr
|
114293
114294
|
VParallax: VParallax
|
114294
|
-
|
114295
|
+
VRadio: VRadio
|
114295
114296
|
VResponsive: VResponsive
|
114296
|
-
VSparkline: VSparkline
|
114297
|
-
VSpeedDial: VSpeedDial
|
114298
114297
|
VSnackbarQueue: VSnackbarQueue
|
114298
|
+
VRangeSlider: VRangeSlider
|
114299
|
+
VSystemBar: VSystemBar
|
114300
|
+
VTooltip: VTooltip
|
114301
|
+
VSpeedDial: VSpeedDial
|
114302
|
+
VValidation: VValidation
|
114299
114303
|
VThemeProvider: VThemeProvider
|
114300
114304
|
VVirtualScroll: VVirtualScroll
|
114301
|
-
VValidation: VValidation
|
114302
114305
|
VFabTransition: VFabTransition
|
114303
114306
|
VDialogBottomTransition: VDialogBottomTransition
|
114304
114307
|
VDialogTopTransition: VDialogTopTransition
|
@@ -114315,27 +114318,24 @@ declare module 'vue' {
|
|
114315
114318
|
VExpandTransition: VExpandTransition
|
114316
114319
|
VExpandXTransition: VExpandXTransition
|
114317
114320
|
VDialogTransition: VDialogTransition
|
114318
|
-
|
114319
|
-
VLayout: VLayout
|
114320
|
-
VLayoutItem: VLayoutItem
|
114321
|
-
VForm: VForm
|
114321
|
+
VSparkline: VSparkline
|
114322
114322
|
VCalendar: VCalendar
|
114323
114323
|
VCalendarDay: VCalendarDay
|
114324
114324
|
VCalendarHeader: VCalendarHeader
|
114325
114325
|
VCalendarInterval: VCalendarInterval
|
114326
114326
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
114327
114327
|
VCalendarMonthDay: VCalendarMonthDay
|
114328
|
-
VColorInput: VColorInput
|
114329
114328
|
VFileUpload: VFileUpload
|
114330
114329
|
VFileUploadItem: VFileUploadItem
|
114331
114330
|
VPicker: VPicker
|
114332
114331
|
VPickerTitle: VPickerTitle
|
114333
|
-
|
114332
|
+
VColorInput: VColorInput
|
114334
114333
|
VStepperVertical: VStepperVertical
|
114335
114334
|
VStepperVerticalItem: VStepperVerticalItem
|
114336
114335
|
VStepperVerticalActions: VStepperVerticalActions
|
114337
|
-
|
114336
|
+
VIconBtn: VIconBtn
|
114338
114337
|
VDateInput: VDateInput
|
114338
|
+
VHotkey: VHotkey
|
114339
114339
|
VMaskInput: VMaskInput
|
114340
114340
|
VPullToRefresh: VPullToRefresh
|
114341
114341
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-master.2025-07-
|
2
|
+
* Vuetify v3.9.0-master.2025-07-11
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -11987,8 +11987,7 @@ const VFieldLabel = genericComponent()({
|
|
11987
11987
|
"class": normalizeClass(['v-field-label', {
|
11988
11988
|
'v-field-label--floating': props.floating
|
11989
11989
|
}, props.class]),
|
11990
|
-
"style": normalizeStyle(props.style)
|
11991
|
-
"aria-hidden": props.floating || undefined
|
11990
|
+
"style": normalizeStyle(props.style)
|
11992
11991
|
}, slots));
|
11993
11992
|
return {};
|
11994
11993
|
}
|
@@ -12208,6 +12207,7 @@ const VField = genericComponent()({
|
|
12208
12207
|
"class": normalizeClass([textColorClasses.value]),
|
12209
12208
|
"floating": true,
|
12210
12209
|
"for": id.value,
|
12210
|
+
"aria-hidden": !isActive.value,
|
12211
12211
|
"style": normalizeStyle(textColorStyles.value)
|
12212
12212
|
}, {
|
12213
12213
|
default: () => [label()]
|
@@ -12278,7 +12278,8 @@ const VField = genericComponent()({
|
|
12278
12278
|
}, [createVNode(VFieldLabel, {
|
12279
12279
|
"ref": floatingLabelRef,
|
12280
12280
|
"floating": true,
|
12281
|
-
"for": id.value
|
12281
|
+
"for": id.value,
|
12282
|
+
"aria-hidden": !isActive.value
|
12282
12283
|
}, {
|
12283
12284
|
default: () => [label()]
|
12284
12285
|
})]), createElementVNode("div", {
|
@@ -12286,7 +12287,8 @@ const VField = genericComponent()({
|
|
12286
12287
|
}, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
12287
12288
|
"ref": floatingLabelRef,
|
12288
12289
|
"floating": true,
|
12289
|
-
"for": id.value
|
12290
|
+
"for": id.value,
|
12291
|
+
"aria-hidden": !isActive.value
|
12290
12292
|
}, {
|
12291
12293
|
default: () => [label()]
|
12292
12294
|
})])]);
|
@@ -31437,7 +31439,7 @@ function useDateFormat(props, locale) {
|
|
31437
31439
|
return !!parseDate(text);
|
31438
31440
|
}
|
31439
31441
|
function formatDate(value) {
|
31440
|
-
const parts = adapter.toISO(value).split('-');
|
31442
|
+
const parts = adapter.toISO(value).split('T')[0].split('-');
|
31441
31443
|
return currentFormat.value.order.split('').map(sign => parts['ymd'.indexOf(sign)]).join(currentFormat.value.separator);
|
31442
31444
|
}
|
31443
31445
|
return {
|
@@ -33682,7 +33684,7 @@ function createVuetify$1() {
|
|
33682
33684
|
};
|
33683
33685
|
});
|
33684
33686
|
}
|
33685
|
-
const version$1 = "3.9.0-master.2025-07-
|
33687
|
+
const version$1 = "3.9.0-master.2025-07-11";
|
33686
33688
|
createVuetify$1.version = version$1;
|
33687
33689
|
|
33688
33690
|
// Vue's inject() can only be used in setup
|
@@ -33980,7 +33982,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
33980
33982
|
|
33981
33983
|
/* eslint-disable local-rules/sort-imports */
|
33982
33984
|
|
33983
|
-
const version = "3.9.0-master.2025-07-
|
33985
|
+
const version = "3.9.0-master.2025-07-11";
|
33984
33986
|
|
33985
33987
|
/* eslint-disable local-rules/sort-imports */
|
33986
33988
|
|