@vuetify/nightly 3.8.3-master.2025-04-30 → 3.8.3-master.2025-05-02
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 +20 -3
- package/dist/json/attributes.json +3428 -3424
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +6104 -6094
- package/dist/vuetify-labs.cjs +34 -13
- package/dist/vuetify-labs.css +5982 -5986
- package/dist/vuetify-labs.d.ts +69 -49
- package/dist/vuetify-labs.esm.js +34 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +34 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +4 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6127 -6131
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/composables/select.js +1 -1
- package/lib/components/VDataTable/composables/select.js.map +1 -1
- package/lib/components/VTable/VTable.css +2 -6
- package/lib/components/VTable/VTable.sass +4 -22
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +47 -47
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +41 -4
- package/lib/labs/VDateInput/VDateInput.js +30 -9
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -86128,23 +86128,19 @@ declare module 'vue' {
|
|
86128
86128
|
$children?: VNodeChild
|
86129
86129
|
}
|
86130
86130
|
export interface GlobalComponents {
|
86131
|
-
VApp: VApp
|
86132
86131
|
VAppBar: VAppBar
|
86133
86132
|
VAppBarNavIcon: VAppBarNavIcon
|
86134
86133
|
VAppBarTitle: VAppBarTitle
|
86135
86134
|
VAlert: VAlert
|
86136
86135
|
VAlertTitle: VAlertTitle
|
86137
86136
|
VAutocomplete: VAutocomplete
|
86137
|
+
VApp: VApp
|
86138
86138
|
VAvatar: VAvatar
|
86139
|
-
VBottomNavigation: VBottomNavigation
|
86140
|
-
VBottomSheet: VBottomSheet
|
86141
|
-
VBadge: VBadge
|
86142
86139
|
VBanner: VBanner
|
86143
86140
|
VBannerActions: VBannerActions
|
86144
86141
|
VBannerText: VBannerText
|
86145
|
-
|
86146
|
-
|
86147
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
86142
|
+
VBottomSheet: VBottomSheet
|
86143
|
+
VBadge: VBadge
|
86148
86144
|
VBtnToggle: VBtnToggle
|
86149
86145
|
VBtn: VBtn
|
86150
86146
|
VCard: VCard
|
@@ -86153,17 +86149,17 @@ declare module 'vue' {
|
|
86153
86149
|
VCardSubtitle: VCardSubtitle
|
86154
86150
|
VCardText: VCardText
|
86155
86151
|
VCardTitle: VCardTitle
|
86152
|
+
VChip: VChip
|
86156
86153
|
VCheckbox: VCheckbox
|
86157
86154
|
VCheckboxBtn: VCheckboxBtn
|
86158
|
-
|
86155
|
+
VChipGroup: VChipGroup
|
86156
|
+
VBottomNavigation: VBottomNavigation
|
86157
|
+
VColorPicker: VColorPicker
|
86159
86158
|
VCarousel: VCarousel
|
86160
86159
|
VCarouselItem: VCarouselItem
|
86161
|
-
|
86162
|
-
VCounter: VCounter
|
86163
|
-
VCode: VCode
|
86160
|
+
VBtnGroup: VBtnGroup
|
86164
86161
|
VCombobox: VCombobox
|
86165
|
-
|
86166
|
-
VChip: VChip
|
86162
|
+
VCounter: VCounter
|
86167
86163
|
VDataTable: VDataTable
|
86168
86164
|
VDataTableHeaders: VDataTableHeaders
|
86169
86165
|
VDataTableFooter: VDataTableFooter
|
@@ -86177,29 +86173,26 @@ declare module 'vue' {
|
|
86177
86173
|
VDatePickerMonth: VDatePickerMonth
|
86178
86174
|
VDatePickerMonths: VDatePickerMonths
|
86179
86175
|
VDatePickerYears: VDatePickerYears
|
86180
|
-
|
86181
|
-
VDialog: VDialog
|
86176
|
+
VCode: VCode
|
86182
86177
|
VFab: VFab
|
86178
|
+
VDivider: VDivider
|
86183
86179
|
VExpansionPanels: VExpansionPanels
|
86184
86180
|
VExpansionPanel: VExpansionPanel
|
86185
86181
|
VExpansionPanelText: VExpansionPanelText
|
86186
86182
|
VExpansionPanelTitle: VExpansionPanelTitle
|
86183
|
+
VDialog: VDialog
|
86187
86184
|
VField: VField
|
86188
86185
|
VFieldLabel: VFieldLabel
|
86189
86186
|
VFileInput: VFileInput
|
86190
86187
|
VFooter: VFooter
|
86188
|
+
VInput: VInput
|
86191
86189
|
VEmptyState: VEmptyState
|
86192
86190
|
VIcon: VIcon
|
86193
86191
|
VComponentIcon: VComponentIcon
|
86194
86192
|
VSvgIcon: VSvgIcon
|
86195
86193
|
VLigatureIcon: VLigatureIcon
|
86196
86194
|
VClassIcon: VClassIcon
|
86197
|
-
VImg: VImg
|
86198
86195
|
VInfiniteScroll: VInfiniteScroll
|
86199
|
-
VInput: VInput
|
86200
|
-
VLabel: VLabel
|
86201
|
-
VItemGroup: VItemGroup
|
86202
|
-
VItem: VItem
|
86203
86196
|
VList: VList
|
86204
86197
|
VListGroup: VListGroup
|
86205
86198
|
VListImg: VListImg
|
@@ -86209,53 +86202,58 @@ declare module 'vue' {
|
|
86209
86202
|
VListItemSubtitle: VListItemSubtitle
|
86210
86203
|
VListItemTitle: VListItemTitle
|
86211
86204
|
VListSubheader: VListSubheader
|
86205
|
+
VLabel: VLabel
|
86212
86206
|
VKbd: VKbd
|
86213
|
-
|
86207
|
+
VItemGroup: VItemGroup
|
86208
|
+
VItem: VItem
|
86209
|
+
VImg: VImg
|
86214
86210
|
VMenu: VMenu
|
86211
|
+
VMain: VMain
|
86215
86212
|
VMessages: VMessages
|
86213
|
+
VNumberInput: VNumberInput
|
86216
86214
|
VOverlay: VOverlay
|
86217
86215
|
VNavigationDrawer: VNavigationDrawer
|
86218
86216
|
VPagination: VPagination
|
86219
|
-
VOtpInput: VOtpInput
|
86220
|
-
VNumberInput: VNumberInput
|
86221
86217
|
VProgressCircular: VProgressCircular
|
86218
|
+
VOtpInput: VOtpInput
|
86219
|
+
VRadioGroup: VRadioGroup
|
86222
86220
|
VProgressLinear: VProgressLinear
|
86223
86221
|
VRating: VRating
|
86224
|
-
VRadioGroup: VRadioGroup
|
86225
|
-
VSelectionControl: VSelectionControl
|
86226
|
-
VSelect: VSelect
|
86227
|
-
VSkeletonLoader: VSkeletonLoader
|
86228
86222
|
VSelectionControlGroup: VSelectionControlGroup
|
86229
86223
|
VSheet: VSheet
|
86230
|
-
|
86224
|
+
VSelect: VSelect
|
86225
|
+
VSkeletonLoader: VSkeletonLoader
|
86231
86226
|
VSlideGroup: VSlideGroup
|
86232
86227
|
VSlideGroupItem: VSlideGroupItem
|
86228
|
+
VSlider: VSlider
|
86233
86229
|
VSnackbar: VSnackbar
|
86230
|
+
VSelectionControl: VSelectionControl
|
86231
|
+
VBreadcrumbs: VBreadcrumbs
|
86232
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
86233
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
86234
86234
|
VStepper: VStepper
|
86235
86235
|
VStepperActions: VStepperActions
|
86236
86236
|
VStepperHeader: VStepperHeader
|
86237
86237
|
VStepperItem: VStepperItem
|
86238
86238
|
VStepperWindow: VStepperWindow
|
86239
86239
|
VStepperWindowItem: VStepperWindowItem
|
86240
|
-
VSystemBar: VSystemBar
|
86241
86240
|
VSwitch: VSwitch
|
86242
|
-
|
86241
|
+
VSystemBar: VSystemBar
|
86242
|
+
VTooltip: VTooltip
|
86243
|
+
VTextField: VTextField
|
86243
86244
|
VTab: VTab
|
86244
86245
|
VTabs: VTabs
|
86245
86246
|
VTabsWindow: VTabsWindow
|
86246
86247
|
VTabsWindowItem: VTabsWindowItem
|
86247
|
-
|
86248
|
-
VTextField: VTextField
|
86249
|
-
VTimeline: VTimeline
|
86250
|
-
VTimelineItem: VTimelineItem
|
86251
|
-
VTooltip: VTooltip
|
86248
|
+
VTable: VTable
|
86252
86249
|
VToolbar: VToolbar
|
86253
86250
|
VToolbarTitle: VToolbarTitle
|
86254
86251
|
VToolbarItems: VToolbarItems
|
86255
|
-
|
86256
|
-
|
86257
|
-
|
86252
|
+
VTextarea: VTextarea
|
86253
|
+
VTimeline: VTimeline
|
86254
|
+
VTimelineItem: VTimelineItem
|
86258
86255
|
VDataIterator: VDataIterator
|
86256
|
+
VConfirmEdit: VConfirmEdit
|
86259
86257
|
VDefaultsProvider: VDefaultsProvider
|
86260
86258
|
VForm: VForm
|
86261
86259
|
VContainer: VContainer
|
@@ -86263,16 +86261,17 @@ declare module 'vue' {
|
|
86263
86261
|
VRow: VRow
|
86264
86262
|
VSpacer: VSpacer
|
86265
86263
|
VHover: VHover
|
86266
|
-
VLayout: VLayout
|
86267
|
-
VLayoutItem: VLayoutItem
|
86268
86264
|
VLazy: VLazy
|
86265
|
+
VWindow: VWindow
|
86266
|
+
VWindowItem: VWindowItem
|
86269
86267
|
VLocaleProvider: VLocaleProvider
|
86268
|
+
VLayout: VLayout
|
86269
|
+
VLayoutItem: VLayoutItem
|
86270
86270
|
VNoSsr: VNoSsr
|
86271
86271
|
VParallax: VParallax
|
86272
86272
|
VRadio: VRadio
|
86273
86273
|
VRangeSlider: VRangeSlider
|
86274
86274
|
VResponsive: VResponsive
|
86275
|
-
VSnackbarQueue: VSnackbarQueue
|
86276
86275
|
VSparkline: VSparkline
|
86277
86276
|
VSpeedDial: VSpeedDial
|
86278
86277
|
VThemeProvider: VThemeProvider
|
@@ -86294,26 +86293,27 @@ declare module 'vue' {
|
|
86294
86293
|
VExpandTransition: VExpandTransition
|
86295
86294
|
VExpandXTransition: VExpandXTransition
|
86296
86295
|
VDialogTransition: VDialogTransition
|
86297
|
-
|
86296
|
+
VSnackbarQueue: VSnackbarQueue
|
86298
86297
|
VCalendar: VCalendar
|
86299
86298
|
VCalendarDay: VCalendarDay
|
86300
86299
|
VCalendarHeader: VCalendarHeader
|
86301
86300
|
VCalendarInterval: VCalendarInterval
|
86302
86301
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86303
86302
|
VCalendarMonthDay: VCalendarMonthDay
|
86304
|
-
|
86305
|
-
|
86306
|
-
VTimePickerControls: VTimePickerControls
|
86303
|
+
VPicker: VPicker
|
86304
|
+
VPickerTitle: VPickerTitle
|
86307
86305
|
VFileUpload: VFileUpload
|
86308
86306
|
VFileUploadItem: VFileUploadItem
|
86307
|
+
VIconBtn: VIconBtn
|
86309
86308
|
VStepperVertical: VStepperVertical
|
86310
86309
|
VStepperVerticalItem: VStepperVerticalItem
|
86311
86310
|
VStepperVerticalActions: VStepperVerticalActions
|
86312
|
-
VPicker: VPicker
|
86313
|
-
VPickerTitle: VPickerTitle
|
86314
86311
|
VTreeview: VTreeview
|
86315
86312
|
VTreeviewItem: VTreeviewItem
|
86316
86313
|
VTreeviewGroup: VTreeviewGroup
|
86314
|
+
VTimePicker: VTimePicker
|
86315
|
+
VTimePickerClock: VTimePickerClock
|
86316
|
+
VTimePickerControls: VTimePickerControls
|
86317
86317
|
VDateInput: VDateInput
|
86318
86318
|
VPullToRefresh: VPullToRefresh
|
86319
86319
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.3-master.2025-
|
2
|
+
* Vuetify v3.8.3-master.2025-05-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -19269,7 +19269,7 @@ function provideSelection(props, _ref9) {
|
|
19269
19269
|
index = index ?? currentPage.value.findIndex(i => i.value === item.value);
|
19270
19270
|
if (props.selectStrategy !== 'single' && event?.shiftKey && lastSelectedIndex.value !== null) {
|
19271
19271
|
const [start, end] = [lastSelectedIndex.value, index].sort((a, b) => a - b);
|
19272
|
-
items.push(...currentPage.value.slice(start, end + 1));
|
19272
|
+
items.push(...currentPage.value.slice(start, end + 1).filter(item => item.selectable));
|
19273
19273
|
} else {
|
19274
19274
|
items.push(item);
|
19275
19275
|
lastSelectedIndex.value = index;
|
@@ -29214,7 +29214,7 @@ function createVuetify$1() {
|
|
29214
29214
|
};
|
29215
29215
|
});
|
29216
29216
|
}
|
29217
|
-
const version$1 = "3.8.3-master.2025-
|
29217
|
+
const version$1 = "3.8.3-master.2025-05-02";
|
29218
29218
|
createVuetify$1.version = version$1;
|
29219
29219
|
|
29220
29220
|
// Vue's inject() can only be used in setup
|
@@ -29239,7 +29239,7 @@ const createVuetify = function () {
|
|
29239
29239
|
...options
|
29240
29240
|
});
|
29241
29241
|
};
|
29242
|
-
const version = "3.8.3-master.2025-
|
29242
|
+
const version = "3.8.3-master.2025-05-02";
|
29243
29243
|
createVuetify.version = version;
|
29244
29244
|
|
29245
29245
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|