@vuetify/nightly 3.7.2-master.2024-10-15 → 3.7.3-dev.2024-10-17

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.
Files changed (38) hide show
  1. package/dist/json/attributes.json +99 -99
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +112 -112
  4. package/dist/json/web-types.json +193 -193
  5. package/dist/vuetify-labs.css +3258 -3258
  6. package/dist/vuetify-labs.esm.js +34 -31
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +34 -31
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +3265 -3265
  11. package/dist/vuetify.d.ts +39 -39
  12. package/dist/vuetify.esm.js +6 -4
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +6 -4
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +4 -4
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VBottomSheet/VBottomSheet.sass +2 -1
  20. package/lib/components/VDataTable/composables/paginate.mjs +4 -2
  21. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  22. package/lib/components/VField/_variables.scss +2 -1
  23. package/lib/components/VOverflowBtn/VOverflowBtn.sass +6 -5
  24. package/lib/components/VProgressLinear/_variables.scss +2 -1
  25. package/lib/components/VTable/_mixins.scss +2 -2
  26. package/lib/components/VTabs/VTabs.sass +1 -1
  27. package/lib/entry-bundler.mjs +1 -1
  28. package/lib/entry-bundler.mjs.map +1 -1
  29. package/lib/framework.mjs +1 -1
  30. package/lib/framework.mjs.map +1 -1
  31. package/lib/index.d.mts +39 -39
  32. package/lib/labs/VTreeview/VTreeviewChildren.mjs +29 -28
  33. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  34. package/lib/styles/settings/_colors.scss +257 -256
  35. package/lib/styles/utilities/_display.sass +2 -1
  36. package/lib/styles/utilities/_elevation.scss +2 -1
  37. package/lib/styles/utilities/_screenreaders.sass +2 -1
  38. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -67103,46 +67103,48 @@ declare module 'vue' {
67103
67103
  }
67104
67104
  export interface GlobalComponents {
67105
67105
  VApp: typeof import('vuetify/components')['VApp']
67106
+ VAlert: typeof import('vuetify/components')['VAlert']
67107
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67106
67108
  VAppBar: typeof import('vuetify/components')['VAppBar']
67107
67109
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67108
67110
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67109
- VAlert: typeof import('vuetify/components')['VAlert']
67110
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67111
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67112
67111
  VAvatar: typeof import('vuetify/components')['VAvatar']
67112
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67113
67113
  VBadge: typeof import('vuetify/components')['VBadge']
67114
67114
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67115
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67116
67115
  VBanner: typeof import('vuetify/components')['VBanner']
67117
67116
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67118
67117
  VBannerText: typeof import('vuetify/components')['VBannerText']
67119
67118
  VBtn: typeof import('vuetify/components')['VBtn']
67119
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67120
67120
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67121
67121
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67122
67122
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67123
67123
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67124
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67124
67125
  VCard: typeof import('vuetify/components')['VCard']
67125
67126
  VCardActions: typeof import('vuetify/components')['VCardActions']
67126
67127
  VCardItem: typeof import('vuetify/components')['VCardItem']
67127
67128
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67128
67129
  VCardText: typeof import('vuetify/components')['VCardText']
67129
67130
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67130
- VCarousel: typeof import('vuetify/components')['VCarousel']
67131
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67132
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67133
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67134
- VChip: typeof import('vuetify/components')['VChip']
67135
- VCode: typeof import('vuetify/components')['VCode']
67136
67131
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
67137
67132
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67133
+ VChip: typeof import('vuetify/components')['VChip']
67134
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67135
+ VCode: typeof import('vuetify/components')['VCode']
67138
67136
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67137
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67138
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67139
67139
  VCombobox: typeof import('vuetify/components')['VCombobox']
67140
+ VDialog: typeof import('vuetify/components')['VDialog']
67140
67141
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67141
67142
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67142
67143
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67143
67144
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67144
67145
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67145
67146
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67147
+ VCounter: typeof import('vuetify/components')['VCounter']
67146
67148
  VDataTable: typeof import('vuetify/components')['VDataTable']
67147
67149
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67148
67150
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67151,31 +67153,28 @@ declare module 'vue' {
67151
67153
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67152
67154
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67153
67155
  VDivider: typeof import('vuetify/components')['VDivider']
67154
- VCounter: typeof import('vuetify/components')['VCounter']
67155
- VDialog: typeof import('vuetify/components')['VDialog']
67156
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67157
67156
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67158
67157
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67159
67158
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67160
67159
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67161
- VFileInput: typeof import('vuetify/components')['VFileInput']
67162
- VFab: typeof import('vuetify/components')['VFab']
67163
- VImg: typeof import('vuetify/components')['VImg']
67164
67160
  VField: typeof import('vuetify/components')['VField']
67165
67161
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67166
- VInput: typeof import('vuetify/components')['VInput']
67162
+ VFab: typeof import('vuetify/components')['VFab']
67163
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67164
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67165
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67166
+ VFooter: typeof import('vuetify/components')['VFooter']
67167
67167
  VIcon: typeof import('vuetify/components')['VIcon']
67168
67168
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67169
67169
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67170
67170
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67171
67171
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67172
+ VImg: typeof import('vuetify/components')['VImg']
67172
67173
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67173
67174
  VItem: typeof import('vuetify/components')['VItem']
67174
- VFooter: typeof import('vuetify/components')['VFooter']
67175
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67176
- VLabel: typeof import('vuetify/components')['VLabel']
67175
+ VInput: typeof import('vuetify/components')['VInput']
67177
67176
  VKbd: typeof import('vuetify/components')['VKbd']
67178
- VMessages: typeof import('vuetify/components')['VMessages']
67177
+ VLabel: typeof import('vuetify/components')['VLabel']
67179
67178
  VList: typeof import('vuetify/components')['VList']
67180
67179
  VListGroup: typeof import('vuetify/components')['VListGroup']
67181
67180
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67186,49 +67185,49 @@ declare module 'vue' {
67186
67185
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67187
67186
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67188
67187
  VMain: typeof import('vuetify/components')['VMain']
67189
- VMenu: typeof import('vuetify/components')['VMenu']
67190
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67191
- VOverlay: typeof import('vuetify/components')['VOverlay']
67188
+ VMessages: typeof import('vuetify/components')['VMessages']
67189
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67192
67190
  VPagination: typeof import('vuetify/components')['VPagination']
67191
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67192
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67193
+ VMenu: typeof import('vuetify/components')['VMenu']
67193
67194
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67194
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67195
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67196
67195
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67197
67196
  VSelect: typeof import('vuetify/components')['VSelect']
67198
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67199
67197
  VRating: typeof import('vuetify/components')['VRating']
67200
- VSheet: typeof import('vuetify/components')['VSheet']
67201
67198
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67199
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67200
+ VSheet: typeof import('vuetify/components')['VSheet']
67201
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67202
67202
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67203
67203
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67204
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67205
67204
  VSlider: typeof import('vuetify/components')['VSlider']
67206
67205
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67206
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67207
67207
  VStepper: typeof import('vuetify/components')['VStepper']
67208
67208
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67209
67209
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67210
67210
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67211
67211
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67212
67212
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67213
- VSwitch: typeof import('vuetify/components')['VSwitch']
67214
67213
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
67215
67214
  VTab: typeof import('vuetify/components')['VTab']
67216
67215
  VTabs: typeof import('vuetify/components')['VTabs']
67217
67216
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67218
67217
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67219
67218
  VTextarea: typeof import('vuetify/components')['VTextarea']
67220
- VTable: typeof import('vuetify/components')['VTable']
67221
67219
  VTimeline: typeof import('vuetify/components')['VTimeline']
67222
67220
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67223
67221
  VTextField: typeof import('vuetify/components')['VTextField']
67224
- VWindow: typeof import('vuetify/components')['VWindow']
67225
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
67226
67222
  VToolbar: typeof import('vuetify/components')['VToolbar']
67227
67223
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67228
67224
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67229
67225
  VTooltip: typeof import('vuetify/components')['VTooltip']
67226
+ VWindow: typeof import('vuetify/components')['VWindow']
67227
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
67228
+ VTable: typeof import('vuetify/components')['VTable']
67230
67229
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67231
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67230
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67232
67231
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67233
67232
  VForm: typeof import('vuetify/components')['VForm']
67234
67233
  VContainer: typeof import('vuetify/components')['VContainer']
@@ -67236,12 +67235,13 @@ declare module 'vue' {
67236
67235
  VRow: typeof import('vuetify/components')['VRow']
67237
67236
  VSpacer: typeof import('vuetify/components')['VSpacer']
67238
67237
  VHover: typeof import('vuetify/components')['VHover']
67239
- VLazy: typeof import('vuetify/components')['VLazy']
67240
67238
  VLayout: typeof import('vuetify/components')['VLayout']
67241
67239
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67240
+ VLazy: typeof import('vuetify/components')['VLazy']
67242
67241
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67243
- VParallax: typeof import('vuetify/components')['VParallax']
67242
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
67244
67243
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67244
+ VParallax: typeof import('vuetify/components')['VParallax']
67245
67245
  VRadio: typeof import('vuetify/components')['VRadio']
67246
67246
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67247
67247
  VResponsive: typeof import('vuetify/components')['VResponsive']
@@ -67278,12 +67278,12 @@ declare module 'vue' {
67278
67278
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67279
67279
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67280
67280
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67281
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67282
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67283
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67284
67281
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67285
67282
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67286
67283
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67284
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67285
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67286
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67287
67287
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67288
67288
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67289
67289
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.2-master.2024-10-15
2
+ * Vuetify v3.7.3-dev.2024-10-17
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18623,7 +18623,9 @@ function providePagination(options) {
18623
18623
  if (itemsPerPage.value === -1 || itemsLength.value === 0) return 1;
18624
18624
  return Math.ceil(itemsLength.value / itemsPerPage.value);
18625
18625
  });
18626
- watchEffect(() => {
18626
+
18627
+ // Don't run immediately, items may not have been loaded yet: #17966
18628
+ watch([page, pageCount], () => {
18627
18629
  if (page.value > pageCount.value) {
18628
18630
  page.value = pageCount.value;
18629
18631
  }
@@ -28236,7 +28238,7 @@ function createVuetify$1() {
28236
28238
  goTo
28237
28239
  };
28238
28240
  }
28239
- const version$1 = "3.7.2-master.2024-10-15";
28241
+ const version$1 = "3.7.3-dev.2024-10-17";
28240
28242
  createVuetify$1.version = version$1;
28241
28243
 
28242
28244
  // Vue's inject() can only be used in setup
@@ -28261,7 +28263,7 @@ const createVuetify = function () {
28261
28263
  ...options
28262
28264
  });
28263
28265
  };
28264
- const version = "3.7.2-master.2024-10-15";
28266
+ const version = "3.7.3-dev.2024-10-17";
28265
28267
  createVuetify.version = version;
28266
28268
 
28267
28269
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };